@charset "utf-8";
/* CSS Document */

header
{
	-webkit-print-color-adjust: exact;
	print-color-adjust: exact;
}

body
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12pt;
	margin:0px;
}

h1              { font-size: 2em; margin: .2em 0 }
h2              { font-size: 1.5em; margin: .1em 0 }
h3              { font-size: 1.17em; margin: .1em 0 }
h5              { font-size: .83em; margin: .1em 0 }
h6              { font-size: .75em; margin: .1em 0 }
h1, h2, h3, h4,
h5, h6          { font-weight: bolder }

.a-file
{
	border: 1px solid black;
	background: #BFBFBF;
}

.auth-input
{
	width:240px;
	-webkit-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.6);
	-moz-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.6);
	box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.6);
	vertical-align: baseline;
}

.auth-label
{
	display: inline-block;
	width:70px;
	vertical-align: middle;
	font-weight: bold;
	text-align: right;
	margin-right: 11px;
}

.auth-li
{
	margin-bottom: 19px;
}

.auth-title
{
	text-align: center;
}

.auth-btn
{
	margin: 5px 0 0 83px;
	border:0;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	color:#000;
	padding:10px 17px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.3);
	background:rgb(255, 255, 255);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(251, 252, 253, 1) 0%, rgba(247, 247, 249, 1) 55%, rgba(227, 229, 230, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(0%, rgba(255, 255, 255, 1)), color-stop(0%, rgba(251, 252, 253, 1)), color-stop(55%, rgba(247, 247, 249, 1)), color-stop(100%, rgba(227, 229, 230, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(251, 252, 253, 1) 0%, rgba(247, 247, 249, 1) 55%, rgba(227, 229, 230, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(251, 252, 253, 1) 0%, rgba(247, 247, 249, 1) 55%, rgba(227, 229, 230, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(251, 252, 253, 1) 0%, rgba(247, 247, 249, 1) 55%, rgba(227, 229, 230, 1) 100%);
	background:linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(251, 252, 253, 1) 0%, rgba(247, 247, 249, 1) 55%, rgba(227, 229, 230, 1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e5e6', GradientType = 0)
}

.auth-pannel
{
	width:  500px;
    margin: 0 auto;
}

.yandex-pannel
{
	width:  800px;
    margin: 0 auto;
}

.yandex-title
{
	text-align: center;
}

.yandex-label
{
	display: inline-block;
	width:120px;
	vertical-align: middle;
	font-weight: bold;
	text-align: right;
	margin-right: 11px;
}

.yandex-li
{
	margin-bottom: 19px;
}

.yandex-edit
{
	width:240px;
	-webkit-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.6);
	-moz-box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.6);
	box-shadow:0 1px 1px 0 rgba(0, 0, 0, 0.6);
	vertical-align: baseline;
}

.yandex-btn
{
	margin: 5px 0 10px 83px;
	border:0;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	color:#000;
	padding:10px 17px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.3);
	-moz-box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow:0 1px 2px 0 rgba(0, 0, 0, 0.3);
	background:rgb(255, 255, 255);
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(251, 252, 253, 1) 0%, rgba(247, 247, 249, 1) 55%, rgba(227, 229, 230, 1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(0%, rgba(255, 255, 255, 1)), color-stop(0%, rgba(251, 252, 253, 1)), color-stop(55%, rgba(247, 247, 249, 1)), color-stop(100%, rgba(227, 229, 230, 1)));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(251, 252, 253, 1) 0%, rgba(247, 247, 249, 1) 55%, rgba(227, 229, 230, 1) 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(251, 252, 253, 1) 0%, rgba(247, 247, 249, 1) 55%, rgba(227, 229, 230, 1) 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(251, 252, 253, 1) 0%, rgba(247, 247, 249, 1) 55%, rgba(227, 229, 230, 1) 100%);
	background:linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 0%, rgba(251, 252, 253, 1) 0%, rgba(247, 247, 249, 1) 55%, rgba(227, 229, 230, 1) 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#e3e5e6', GradientType = 0)
}

.yandex-campaigns-list{
	FONT-SIZE: 100%;border:1px solid #000000;padding:3px;
}

.yandex-campaigns-title{
text-align:center;
border:1px solid #000000;
}

.yandex-campaigns-cell{
text-align:left;
border:1px solid #000000;
}

.header-div{
	width:100%;
}

.header-table{
	FONT-SIZE: 1.61rem;
	border:1px solid #000000;
	padding:3px;
	width:100%
}

.header-cell{
	text-align:center;
	border:1px solid #000000;
	background: #BFBFBF;
}

.header-cell-name{
	text-align:center;
	border:1px solid #000000;
}

.header-cell-checked{
	text-align:center;
	border:1px solid #000000;
	background: #0BF000;
}
a
{
	color: #000000;
	text-decoration:none;
}


.tristate {
  position: relative;
  display: inline-block;
}
.tristate > input[type="radio"] {
  position: absolute;
  left: 0;
  top: 0;
  width: 18px;
  height: 18px;
  margin: 0;
  padding: 0;
  opacity: 0;
}
.tristate > input[type="radio"] + i {
  position: relative;
  display: inline-block;
  width: 18px;
  height: 18px;
  vertical-align: top;
}
.tristate > input[type="radio"] + i, .tristate > input[type="radio"] + i:before, .tristate > input[type="radio"] + i:after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tristate > input[type="radio"]:first-child {
  z-index: 10;
}
.tristate > input[type="radio"]:first-child:checked {
  z-index: 0;
}
.tristate > input[type="radio"]:checked + input[type="radio"] {
  z-index: 10;
}
.tristate > input[type="radio"]:checked + i + label, .tristate > input[type="radio"]:checked + i + label + label {
  display: none;
}
.tristate > input[type="radio"]:checked + input[type="radio"] + i + label, .tristate > input[type="radio"]:checked + input[type="radio"] + i + label + label + label {
  display: none;
}
.tristate > input[type="radio"]:checked + input[type="radio"] + input[type="radio"] + i + label + label, .tristate > input[type="radio"]:checked + input[type="radio"] + input[type="radio"] + i + label + label + label {
  display: none;
}
.tristate-checkbox > input[type="radio"] + i {
  border: solid 2px #bdbdbd;
  border-radius: 3px;
}
.tristate-checkbox > input[type="radio"] + i:before {
  content: ' ';
  display: block;
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  background-color: #8b8b8b;
  border-radius: 3px;
}
.tristate-checkbox > input[type="radio"] + i:after {
  content: ' ';
  display: block;
  position: absolute;
  left: 4px;
  top: 7px;
  color: white;
  border-bottom: solid 3px;
  opacity: 0;
}
.tristate-checkbox > input[type="radio"]:checked + i {
  background-color: #009688;
}
.tristate-checkbox > input[type="radio"]:checked + i:before {
  background-color: #009688;
}
.tristate-checkbox > input[type="radio"]:checked + i:after {
  left: 1px;
  top: 3px;
  width: 14px;
  height: 5px;
  border-left: solid 3px;
  border-bottom: solid 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  opacity: 1;
}
.tristate-checkbox > input[type="radio"]:checked + input[type="radio"] + i:after {
  width: 10px;
  height: 0px;
  border-left: none;
  border-bottom: solid 3px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  opacity: 1;
}
.tristate-checkbox > input[type="radio"]:checked + input[type="radio"] + input[type="radio"] + i:before {
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}


