body{
	background: url(/img/cell.png);
}
footer{
	padding: 0 0 20px;
}
.cc-row{
	margin-top: 15px;
}
.live img{
	opacity: 0.0 !important;
}
.form-register textarea{
	resize: vertical;
	width: 100%;
	min-height: 240px;
	max-height: 480px;
	height: 100%;
}
.form-text-mess{
	resize: vertical;
	width: 100%;
	min-height: 100px;
	max-height: 200px;
	height: 100%;
}
.btn__copy, .reset{
	margin-bottom: 10px !important;
}
.item-form-reg{
	margin-top: 50px;
	position: relative;
}
#send-form form{
	min-width: 250px;
}
#send-form{
	display: none;
}
#send-form .form-item{
	padding: 5px;
}
#copy-success, #copy-danger, #copy-warning, .copy-success, .copy-danger, .copy-warning{
	display: none;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
#copy-success, .copy-success{
	background-color: #5cb85c;
}
#copy-danger, .copy-danger{
	background-color: #d9534f;
}
#copy-warning, .copy-warning{
	background-color: #f0ad4e;
}
#pulse{
  width: 64px;
  display: none;
}
.lang{
	position: absolute !important;
	top: 30px;
	right: 15px;
    z-index: 10;
}
.dropdown-menu>li>span {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
#source, #target{
	margin-bottom: 10px;
	margin-top: 5px;
	padding: 6px 24px 8px 12px;
}

#tabs{
	display: table;
	width: 100%;
	border-radius: 4px;
	background-image: -webkit-linear-gradient(top, #428bca 0, #2d6ca2 100%);
    background-image: -o-linear-gradient(top, #428bca 0, #2d6ca2 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #428bca), to(#2d6ca2));
    background-image: linear-gradient(to bottom, #428bca 0, #2d6ca2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    background-repeat: repeat-x;
	margin: 20px 0;
}
#tabs a{
	display: table-cell;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	padding: 10px 0;
}
#tabs a:first-child{
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
#tabs a:last-child{
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}
#tabs a:hover, #tabs a:focus {
    background-color: #2d6ca2;
    background-position: 0 -15px;
}

#tabs a.selected, #tabs a:active{
	cursor: default;
    background-color: #2d6ca2;
    background-position: 0 -15px;
	box-shadow: inset 0px 0px 5px 0px #064072;
	transition: .3s;
}
.block-source, .block-target{
	position: relative;
}
.btn-reset, .btn-copy{
	position: absolute;
    top: 30px;
    right: 20px;
    width: 16px;
    height: 16px;
    opacity: 0.5;
    transition: .3s;
}
.btn-reset{
    background: url(/img/f-reset.png) no-repeat;
	background-size: cover;
	transform: scale(0);
}
.btn-copy{
	background: url(/img/f-copy.png) no-repeat;
	background-size: cover;
	transform: scale(0);
}
.btn-reset:hover, .btn-copy:hover{
	cursor: pointer;
	opacity: 0.8;
	transform: scale(1.1) !important;
}

/*RADIO*/
.radio_buttons input[type="checkbox"],
.radio_buttons input[type="radio"] {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.radio_buttons label {
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding-left: 30px;
  padding-right: 10px;
  line-height: 36px;
  cursor: pointer;
}
.radio_buttons label::before {
  content: " ";
  position: absolute;
  top: 6px;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  /*border: 2px solid #436ca2;*/
  border: 2px solid #285e8e;
  border-radius: 4px;
  z-index: -1;
}
.radio_buttons input[type="radio"] + label::before {
  border-radius: 4px;
}
/* Checked */
.radio_buttons input[type="checkbox"]:checked + label,
.radio_buttons input[type="radio"]:checked + label {
  padding-left: 10px;
  color: #fff;
  font-weight: 100;
}
.radio_buttons input[type="checkbox"]:checked + label::before,
.radio_buttons input[type="radio"]:checked + label::before {
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(top, #428bca 0, #2d6ca2 100%);
  background-image: -o-linear-gradient(top, #428bca 0, #2d6ca2 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #428bca), to(#2d6ca2));
  background-image: linear-gradient(to bottom, #428bca 0, #2d6ca2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff428bca', endColorstr='#ff2d6ca2', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  background-repeat: repeat-x;
  border-color: #2b669a;
}
/* Transition */
.radio_buttons label,
.radio_buttons label::before {
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
.hiddendiv{display:none;white-space:pre-wrap;word-wrap:break-word;overflow-wrap:break-word;padding-top:1.2rem;position:absolute;top:0}
@media (max-width: 768px){
.lang{
	position: absolute !important;
	top: -20px;
	right: 15px;
    z-index: 10;
}
#tabs{
	display: block;
}
#tabs a{
	display: block;
}
#tabs a:first-child{
	border-top-left-radius: 4px;
    border-top-right-radius: 4px;
	border-bottom-left-radius: 0;
}
#tabs a:last-child{
	border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
	border-top-right-radius: 0;
}
}
