help@charset "utf-8";

/**
 * Основной файл стилей
 */

body {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
}

body, a {
    color: black;
}
#doc3 {
    margin: 0 64px;
}
#doc3 .yui-ge .yui-u {
    width: 25%;
}
#doc3 .yui-ge div.first {
    width: 73%;
}


/* для контента с выноской на поля */
.outmargin {
    position: relative;
    margin-left: -64px;
    margin-right: -64px;
    padding-left: 64px;
    padding-right: 64px;
    width: 100%;
}
.outmargin10 {
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

.nomargin{
  margin:0;
}

.nopadding{
  padding:0;
}

.dashed {
    padding: 0 2px;
    border-bottom: 1px dashed;
    cursor: pointer;
    text-decoration: none;
}
.dashed-simple {
    border-bottom: 1px dashed;
}
.dotted{
    border-bottom: 1px dotted;
    cursor: pointer;
    text-decoration: none;
}

.submit{padding:0 8px;}

div#topbar{
  height:32px;
  line-height:32px;
  background-color:#f1f1f1;
  padding:0 64px;
}

div#topbar ul{
  width:auto;
  white-space:nowrap;
  height:32px;
  overflow:hidden;
}
div#topbar ul li{
  float:right;
  padding-left:13px;
  background:url('../images/topnav.gif') 4px 50% no-repeat;
}

div#topbar ul li.last{
  margin:0;
  background:none;
}

div#topbar a{
  text-decoration:none;
  padding-bottom:0px;
  border-bottom:1px solid;
}

div#topbar ul li span{
  color:#438233;
}

/* ограничитель ширины контента */
div#measurer {
    position: absolute;
    left: 0;
    top: -1em;
    visibility: hidden;
    width: 100%;
    height: 1em;
    line-height: 1em;
}
div#layout {
    position: relative;
    min-width: 980px;
    /*max-width: 1500px;*/
    margin: 0 auto;
}
* html div#layout {
    width: expression( ( document.getElementById('measurer') && document.getElementById('measurer').clientWidth < 980 ) ? '980px' : '100%' );
}






#hd {
    position: relative;
    padding-top: 11em;
}
/**
 * логотип
 */
#hd div.logo {
    position: absolute;
    top: 46px;
    left: 1.6%;
}
#hd div.logo a {
    background: url(../images/logo.jpg) no-repeat left top;
    display: block;
    outline: 0 none;
    width: 133px;
    height: 38px;
    text-indent: -9999px;
}
/**
 * баланс счета
 */
#hd div.account {
    position: absolute;
    left: 75%;
    top: 5em;
    padding-left:1.5em;
}
#hd div.account span{
  color:#427f32;
  font-size:16px;
  font-family:helvetica, arial;
  font-weight:bold;
}
#hd div.account h4 {
    padding-top: 0.5em;
    padding-bottom: 1px;
}
/**
 * профиль пользователя
 */
#hd div.profile {
    position: absolute;
    left: 75%;
    top: 0;
    width: 25%;
}

/**
 * менеджер
 */
#hd div.manager {
    position: absolute;
    top: 5.5em;
    right: 4.33em;
    font-size: 85%;
}


#hd .dropdown {
    padding-bottom: 6px;
    overflow: hidden;
}
#hd .dropdown-collapsed ul {
    display: none;
}
#hd .dropdown .dropdown-cap {
    background: url(../images/dropdown-cap.png) no-repeat 0 0;
    position: absolute;
    width: 100%;
    height: 6px;
    margin-right: 6px;
    left: -6px;
}
#hd .dropdown .cr {
    background: url(../images/dropdown-cap.png) no-repeat 0 0;
    position: absolute;
    height: 6px;
    width: 6px;
    margin-left: 100%;
}
#hd .dropdown .dropdown-wrap {
    position: relative;
    width: 100%;
}
#hd .profile .dropdown-body {
    padding: 0.5em 1.4em;
    background: #126ec3;
    color: white;
}
#hd .dropdown h4 {
    padding-bottom: 1px;
}
#hd .dropdown a {
    color: white;
}
#hd .dropdown ul {
    padding-top: 1em;
}



#bd {
    padding: 5em 0 7em;
}

#ft {
    border-top: 1px solid #231f20;
    font-size: 93%;
    padding-top: 1em;
    padding-bottom: 1em;
}
#ft p.copyright {
    margin-bottom: 0.5em;
}


#nav {
    background: url(../images/double-border.png) repeat-x left top;
    padding-top: 6px;
}
#nav li {
    font-size: 123.1%;
    padding: 0 0.8em;
    float: left;
    line-height: 1.6em;
    height: 1.6em;
    white-space: nowrap;
    margin-right: 1em;
}
#nav li.active {
    color: white;
    background: url(../images/tabs-bg.png) left bottom no-repeat;
    padding-right: 0;
}
#nav li.active span {
    display: inline-block;
    background: url(../images/tabs-bg.png) right bottom no-repeat;
    padding-right: 0.8em;
    zoom: 1;
}
#nav li, #nav li span {
    line-height: 1.5em;
    height: 2em;
}
#nav li em {
    font-style: normal;
}
#nav li.up em {
    background: url(../images/tabs-marker.png) right -94px no-repeat;
    padding-right: 15px;
}
#nav li.down em {
    background: url(../images/tabs-marker.png) right 6px no-repeat;
    padding-right: 15px;
}
#nav li sup {
    font-size: 56%;
    padding-left: 0.2em;
    position: relative;
    line-height: 1;
}
#nav li.warn sup {
    color: #d2232a;
}
#nav ul.nav2 {
    position: absolute;
    left: 75%;
    margin-left: -1em;
}
#nav a {
    text-decoration: none;
    border-bottom: 1px solid #939598;
}
#nav li.active a {
    color: white;
    border-bottom: 1px solid white;
}




#bd .sub-menu {
    background: #4975b2;
    font-size: 108%;
    margin-bottom: 1.714em;
}
#bd .sub-menu.wbm{
  background:#006837;
}
#bd .sub-menu li {
    float: left;
    padding-left: 1.7em;
    margin-top: 0.3em;
}
#bd .sub-menu li span {
    padding-right: 1.7em;
    height: 2em;
    line-height: 2em;
    display: inline-block;
    *display: inline;
    zoom: 1;
}
#bd .sub-menu li.active {
    background: url(../images/sub-menu-bg.png) no-repeat left top;
}
#bd .sub-menu li.active span {
    background: url(../images/sub-menu-bg.png) no-repeat right top;
}
#bd .sub-menu li a{
  text-decoration: none;
  color:#ffffff;
  border-bottom:1px dashed #ffffff;
}

#bd .sub-menu li a.disabled{
  text-decoration: none;
  color:#9eacd3;
  text-decoration:none;
}
#bd .sub-menu li.disabled{
  text-decoration: none;
  color:#9eacd3;
  text-decoration:none;
}





#bd ul.periods {
    /*position: absolute;*/
    white-space: nowrap;
    padding: 0.7em 0 0.7em 0.27em;
}
#bd ul.periods li {
    padding: 0.25em 0.5em;
    float: left;
}
#bd ul.periods li span {
    border-bottom: 1px dotted;
    cursor: pointer;
}
#bd ul.periods li.active {
  background-color:#FFFFFF;
}
#bd ul.periods li.active span,
#bd ul.periods li.title span {
    border-bottom: 0 none;
    cursor: default;
}

#bd ul.periods  li a{
 text-decoration:none;
 border-bottom:1px dotted;
}

#bd ul.periods li.active a{
 text-decoration:none;
 border:0;
}

#bd ul.periods .title{
  margin-top:-6px;
  font-size:21px;
}




#bd ul.states {
    /*position: absolute;*/
    white-space: nowrap;
    padding: 0.7em 0 0.7em 0.27em;
}
#bd ul.states li {
    padding: 0.25em 0.5em;
    float: left;
}
#bd ul.states li span {
    border-bottom: 1px dotted;
    cursor: pointer;
}
#bd ul.states li.active {
  background-color:#b7c5e0;
}
#bd ul.states li.active span,
#bd ul.states li.title span {
    border-bottom: 0 none;
    cursor: default;
}

#bd ul.states  li a{
 text-decoration:none;
 border-bottom:1px dotted;
}

#bd ul.states li.active a{
 text-decoration:none;
 border:0;
}

#bd ul.states .title{
  margin-top:-6px;
  font-size:21px;
}





#bd .datepicker-range input {
  border: 0 none;
  border-bottom: 1px dashed black;
  background: white;
  padding: 0 2px;
  font-size: 18px;
}

#bd .datepicker-range img {
  width: 24px;
  height: 22px;
  background: url(../images/combo-btn.png);
  vertical-align: top;
}













#bd h1 {
    font-size: 182%;
    margin-bottom: 1.231em
}

#bd h2 {
    font-size: 166%;
    margin-bottom: 1.231em
}

#bd h2.blue{
  color:#296ebb;
}

#bd p.action-link {
    font-size: 161.6%;
    padding-top: 0.5em;
    padding-bottom: 2em;
}

#bd p.info {
    color: #7d7e81;
    font-size: 108%;
}



.popup {
    position: absolute;
/*    width: 200px;*/
    z-index: 100;
    text-align: left;
    white-space:nowrap;
}
.popup-w1, .popup-w2 {
    position: relative;
    overflow: hidden;
    zoom: 1;
}
.popup-w1 {
    padding-bottom: 12px;
}
.popup-w2 {
    padding: 12px 16px 0;
    z-index: 2;
}
.popup .p-cn {
    background: url(../images/popup.png) 0 0 no-repeat;
    height: 1000px;
    width: 100%;
    left: -16px;
    top: -12px;
    position: absolute;
    z-index: -1;
}
.popup-bt .p-cn {
    background: url(../images/popup-bt.png) 0 0 no-repeat;
}

.popup-bt1 .p-cn {
    background: url(../images/popup-bt1.png) 0 0 no-repeat;
}

.popup .p-tr, .popup .p-br {
    margin-left: 100%;
}
.popup .p-bl, .popup .p-br {
    top: auto;
    height: 12px;
}
* html .popup .p-tl {
    padding: 0 16px;
}
.popup .pin {
    background: url(../images/popup.png) -500px 0 no-repeat;
    position: absolute;
    width: 18px;
    height: 16px;
    top: 9px;
    left: -17px;
    z-index: 2;
}
.popup-bt .pin {
    background: url(../images/popup-bt.png) -500px 0 no-repeat;
}
.popup-wide {
    width: 400px;
}


#bd .tariff-selector h2 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 1em;
}

#bd .tariff-selector thead th {
    font-size: 9px;
    vertical-align: top;
}
#bd .tariff-selector thead th div{
    white-space: normal;
}
#bd .tariff-selector p.total {
    color: #7d7e81;
    font-size: 9px;
}
#bd .tariff-selector table tr td {
    height: auto;
}

#bd .tariff-selector table tr td div{
  padding: 0.5em 0.77em;
}

#bd .tariff-selector table tr.active td {
    background: #e6e7e8;
}

#bd table tr.table-hover .tariff-selector table tr td {
    background: none;
}

#bd table tr.table-hover .tariff-selector table tr.active td {
    background: #e6e7e8;
}




#bd .green {
    color: #408231;
}
#bd .red, .red {
    color: #d2232a;
}
#bd .orange {
    color: orange;
}
#bd .gray {
    color: gray;
}


/* -- ошибки -- */
.fieldWithErrors, .formError {
  display:inline;
  color:red;
}
.formError {
  padding-left:20px;
}
/* -- /ошибки -- */

/* -- подсказки -- */
.help-popup {
   position: absolute;
   width: 7px;
   height: 7px;
   background: url(../images/help-bg.png) no-repeat 0 0;
   margin-left: -8px;
   margin-top: 4px;
   text-align: left;
   font-size: 11px;
   color: #4975b3;
}
.help-popup-w, .help-popup-m {
   background: url(../images/help-bg.png) no-repeat 0 bottom;
}
.help-popup-w {
   position: absolute;
   background-position: 0 -11px;
   width: 200px;
   padding-top: 9px;
   bottom: 19px;
   left: -5px;
}
.help-popup-m {
   padding: 0 10px 9px;
}
.help-popup-pointer {
   display: block;
   position: absolute;
   background: url(../images/help-bg.png) no-repeat -7px 0;
   width: 10px;
   height: 11px;
   bottom: -10px;
   left: 10px;
   font-size: 0;
}
.help-popup-down {
   bottom: auto;
   top: 19px;
}
.help-popup-right {
   left: auto;
   right: -5px;
}
.help-popup-down .help-popup-pointer {
   background-position: -27px 0;
   bottom: auto;
   top: -10px;
}
.help-popup-right .help-popup-pointer {
   background-position: -17px 0;
   left: auto;
   right: 10px;
}
.help-popup-down .help-popup-right .help-popup-pointer {
   background-position: -37px 0;
}
/* -- /подсказки -- */

/* -- сортировка колонок таблиц --*/
table th span.sort {
   padding-left: 8px;
   color: black;
}
table th sup.sort {
   padding-right: 8px;
}
table th.sort-ascending span.sort {
   background: url('../images/sort-ascending.gif') no-repeat left center;
}
table th.sort-descending span.sort {
   background: url('../images/sort-descending.gif') no-repeat left center;
}
table th sup.sort-ascending.sort {
   background: url('../images/sort-ascending-sup.gif') no-repeat right center;
}
table th sup.sort-descending.sort {
   background: url('../images/sort-descending-sup.gif') no-repeat right center;
}
/* -- /сортировка колонок таблиц --*/

.topNav{
    position:absolute;
    left:0;
    top:0;
    padding:1em 0 0 0;
    margin-left:-13px;
    line-height:21px;
    width:100%;
    text-align:left;
}

.topNav .myNav{
    float:left;
    width:170px;
    margin-right:1%;
}


.topNav .myNavFirst{
  margin-left:19%;
}

.topNav .myNav{
    float:left;
    width:17%;
    margin-right:3%;
}

.topNav .myNavLast{
    float:right;
    margin-right:0;
}

.topNav .myNav span.navCaption{
    display:block;
    font-size:15px;
    line-height:25px;
    padding:0 0 0 13px;
    font-family:"Trebuchet MS", Georgia;
    font-style:italic;
    color:#0061a8;
    background:url('../images/topnav-cap.gif') 0 0 no-repeat;
    font-weight:bold;
    white-space:nowrap;
}

.topNav .myNav span.navCaption em{
  display:block;
  float:right;
  width:13px;
  height:25px;
  background:url('../images/topnav-cap.gif') right 0 no-repeat;
}

.topNav .myNav span.navCaption.adv{color:#0264ab;}
.topNav .myNav span.navCaption.wbm{color:#246f37;}
.topNav .myNav span.navCaption.xch{color:#0264ab;}
.topNav .myNav span.navCaption.prf{color:#7b7f80;}
.topNav .myNav span.navCaption.hlp{color:#7b7f80;}

.topNav .myNav ul{
    margin:0.5em 24px 0 0;
    line-height:21px;
}

.topNav .myNav ul li{
    margin-top:2px;
    white-space:nowrap;
}

.topNav .myNav ul li a{
    padding:6px 13px;
    white-space:nowrap;
}

.topNav .myNav ul li a.selected{
    background:#c5d0e6;
    text-decoration:none;
}

.topNav .myNav ul li sup{
  font-size:10px;
  vertical-align:super;
  color:#d12426;
}

.topNav .myNav ul li sup.blue{
  color:#296EBB;
}

.topNav ul li{
  position:relative;
  height:21px;
  line-height:16px;
  width:100%;
}

.topNav ul li a{
  position:absolute;
  top:0;
  left:0;
  margin:-3px 0;
  text-decoration: none;
}
.topNav ul li a span{
  text-decoration:underline;
}

#bd td.status div{
    padding:5px 0 3px 20px;
    position:relative;
}
#bd td.status div span{
    display:block;
    left:21px;
    top:20px;
    color:#929699;
    font-size:9px;
}

#bd td.status.actived div{
    color:#428033;
    background:url('../../images/status-actived.png') 0 5px no-repeat;
}
#bd td.status.alerted div{
    color:#000000;
    background:url('../../images/status-alerted.png') 0 5px no-repeat;
}
#bd td.status.blocked div{
    color:#d42427;
    background:url('../../images/status-blocked.png') 0 5px no-repeat;
}
#bd td.status.banned div{
    color:#d42427;
    background:url('../../images/status-banned.png') 0 5px no-repeat;
}
#bd td.status.paused div{
    color:#000000;
    background:url('../../images/status-paused.png') 0 6px no-repeat;
}
#bd td.status.waiting div{
    color:#000000;
    background:url('../../images/status-waiting.png') 0 4px no-repeat;
}


.auto-mode{
  background:#dee4f0;
  width:60%;
  padding:1.5em 0 0 64px;
  line-height:2em;
  position:relative;
  margin-bottom:2em;
}

.auto-mode .row{
  padding-left:25%;
}


#modal-window-mask{
    position:fixed;
    top:0;
    left:0;
    z-index:9000;
    background-color:#000;
    display:none;
}

.modal-window{
    position:absolute;
    width:800px;
    height:280px;
    display:none;
    z-index:9999;
    padding:20px;
    background-color:#fff;
    display:none;
    position:absolute
}

optgroup{
  background-color:#ddd;
  color:#333;
}
optgroup option{
  background-color:#fff;
  color:#000;
}

#bd td div.add a{
  font-size:21px;
}


#bd ul.periods.topstatus li.active{
  background-color:#b8c6e1;
}

#bd ul.periods.topstatus  li a{
 text-decoration:none;
 border-bottom:1px dashed;
}

#bd ul.periods.topstatus li.active a{
 text-decoration:none;
 border:0;
}

#bd ul.periods.topstatus .title{
  margin-top:-6px;
  font-size:21px;
}



#bd table td .full-banner-container {
  background:#C7C8CC;
  display:none;
  left:0;
  padding:10px;
  position:absolute;
  top:0;
  z-index:300;
}

.banner_width,
.banner_height{display:none;}

sup{vertical-align:super;}

.ui-datepicker { width: 17em; padding: .2em .2em 0; z-index:9999; }

#bd table tbody td div.default-action{
  padding: 0;
  margin: 0;
}


/* ---профиль пользователя--- */
#bd div#user_logo {
    padding-top:10px;
}
#bd div#user_logo img {
    float:left;
}

#bd div#user_logo span {
    padding-left:10px;
}
#bd div#user_logo a {
    font-size:11px;
}
/* ---/профиль пользователя--- */