/* Popup блоки */


#popup{
 display: none;
 position: absolute;
 top: 69px;
 left: 0px; 
 right: 0px;
 bottom: 73px;
 background: url(../images/popup_block_bg.png); 
 opacity: 1;
 //filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}


.grey
{
  color: #D9D9D9;
}

div.popup_block{
 vertical-align: middle;
 background: #e6e6e5;
 margin-left: auto;
 margin-right: auto;
}

/* Большой размер окна - для схемы маршрутов и хелпа */
div.popup_block[class~="large"]{
 position: absolute;
 top: 40px;
 height: 572px;
 left: 0px; 
 right: 0px;
 /*bottom: 40px;*/
 top: 8px;
 width: 900px; 
 min-height: 350px;
}


/* Средний размер окна - для избранного */
div.popup_block[class~="medium"]{
 width: 540px; 
 height: 260px;
 margin-left: auto;
 margin-right: auto;
}


/* Обратная связь */
div.popup_block[class~="feedback"]{
 position: absolute;
 top: 100px;
 left: 0px; 
 right: 0px;
 bottom: 100px;
 /*width: 900px; */
 width: 555px;
 min-height: 350px;
}

/* Обратная связь */
div.popup_block[class~="shareForm"]{
 position: absolute;
 top: 100px;
 left: 0px; 
 right: 0px;
 bottom: 100px;
 width: 400px; 
 height: 150px;
 min-height: 150px;
}

div.popup_block[class~="loading"] {
    background: none repeat scroll 0 0 transparent !important;
    height: 140px;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

/* Заголовок блока */
div.popup_header{
 display: table;
 width: 100%;
 padding: 14px; 
 padding-left: 0px;
 padding-right: 0px;
 /*background: #806ca6;*/
 background: #f43016;
 color: white;
 border-top: 1px solid #a293bd;
}

div.cecutient_popup_header div.popup_header{
 background: #000 !important;
}

div.popup_title{
 padding-left: 24px;
 display: table-cell; 
}

div.popup_title div.title{
 font-family: trebuchet ms;
 font-size: 20px;
 background-repeat: no-repeat;
 background-position: 0px 5px;
}

div.popup_title div.title[class~="bus"]{
 background-image: url(../images/icons/popup_block/bus_yellow.png);
 padding-left: 30px;
}

.cecutient div.popup_title div.title[class~="bus"]{
 background-image: none;
 padding-left: 0px;
}


#butFormSen{
  height: 70px;
}

.cecutient #butFormSen{
  height: 150px;
}

div.popup_title div.title[class~="trolleybus"]{
 background-image: url(../images/icons/popup_block/trolleybus_yellow.png);
 padding-left: 30px;
}

div.popup_title div.title[class~="tram"]{
 background-image: url(../images/icons/popup_block/tram_yellow.png);
 padding-left: 25px;
}

div.popup_title div.title span.time{
 padding-left: 18px;
 font-family: calibri;
 font-size: 16px;
 color: #d5c5f2;
}


div.popup_title div.title span.time{
 padding-left: 18px;
 font-family: calibri;
 font-size: 16px;
 color: #d5c5f2;
}

div.popup_title div.route_info{
 float: left;
 padding-top: 5px;
 font-size: 13px;
 color: #fff;
}

div.popup_title div.route_info span.small{
 display: inline-block;
 width: 22px;
 font-size: 10px;
 font-weight: bold;
}

.cecutient div.popup_title div.route_info span.small{
 width: 48px;
 font-size: 20px;
}

div.popup_title div.route_termius{
 display: inline-block;
 margin-right: 15px;
}

div.cecutient_popup_header  div.popup_title div.route_termius{
 font-size: 18px;
}

div.route_direction{
 float: left;
 width: 23px;
 height: 18px;
 margin-top: 5px;
 background: url(../images/icons/popup_block/direction_direct.png);
 cursor: pointer;
 cursor: hand;
}

div.cecutient_popup_header .route_direction{
   display: none;
}

div.route_direction[class~="reverse"]{
 background: url(../images/icons/popup_block/direction_reverse.png);
}

div.cecutient_popup_header div.route_direction[class~="reverse"]{
 display: none;
}



/* Кнопки в шапке блока */
div.popup_buttons{
 display: table-cell; 
 height: 10px;
 padding-right: 24px;
 vertical-align: middle;
 text-align: right;
 width: 210px;
}

.cecutient_popup_header div.popup_buttons{
  width: 230px;
}

div.popup_buttons div.button{
 display: block;
 float: right;
/* width: 20px;
 height: 22px;*/
 width: 28px;
 height: 28px;
 margin-left: 30px;
 background-repeat: no-repeat;
 background-position: 50% 50%;
 cursor: pointer;
 cursor: hand;
}

div.popup_buttons div.button[class~="favorite"]{
 background: url(../images/icons/sidebar/favorite_normal_.png) no-repeat;
/* background-image: url(../images/icons/popup_block/favorite_normal.png);*/
}

.cecutient_popup_header div.popup_buttons div.button[class~="favorite"]{
 width: 33px;
 height: 33px;
 background-image: url(../images/icons/balloon/favorite_black.png);
}


div.popup_buttons div.button[class~="active"]{
 background: url(../images/icons/sidebar/favorite_active_.png) no-repeat;
/* background-image: url(../images/icons/popup_block/favorite_active.png);*/
}

.cecutient_popup_header div.popup_buttons div.button[class~="active"]{
 width: 33px;
 height: 33px;
 background-image: url(../images/icons/balloon/favorite_black.png);
}

div.popup_buttons div.button[class~="print"]{
 width: 33px;
 height: 33px;
 background-image: url(../images/icons/popup_block/print_normal.png);
}

.cecutient_popup_header div.popup_buttons div.button[class~="print"]{
 background-image: url(../images/icons/header/print_black.png);
}

div.popup_buttons div.button[class~="close"]{
 margin-left: 40px;
 background-image: url(../images/icons/popup_block/close.png);
}

.cecutient_popup_header div.popup_buttons div.button[class~="close"]{
 margin-left: 40px;
 width: 33px;
 height: 33px;
 background-image: url(../images/icons/balloon/balloon_close_black.png);
}



/* Контент */
div.popup_content{
 padding: 20px;
 
 padding-right: 20px;
}


.cecutient div.popup_content{
  color: #000;
  font-size: 20px;
}

/* Подвал */
div.sidebar_footer{

}



/* Расписание */
div.popup_shedule{
 padding-bottom: 6px;
 border-bottom: 1px solid #c6c6c6;
}

div.popup_shedule_item{
 display: inline-block;
 width: 72px;
 height: 24px;
 margin-bottom: 8px;
 margin-right: 8px;
 overflow: hidden;
 color: #2a2a2a;
}

.cecutient_popup_header div.popup_shedule_item{
 width: 156px;
}

.cecutient_popup_header div.popup_shedule_item{
 height: 78px;
 color: #000;
}


div.popup_shedule_item[class~="inactive"]{
 color: #bcbcbc;
}

div.popup_shedule_item div.hour{
 float: left;
 width: 26px;
 text-align: right;
 font-family: calibri, arial;
 font-size: 27px;
 line-height: 20px;
 letter-spacing: -1px;
}

.cecutient_popup_header div.popup_shedule_item div.hour{
  font-size: 40px;
  line-height: 29px;
  width: 42px;
}

div.popup_shedule_item div.minute{
 float: left;
 width: 8px;
 margin-left: 3px;
 text-align: right;
 font-family: arial;
 font-size: 8px;
 line-height: 11px; 
}


.cecutient_popup_header div.popup_shedule_item div.minute{
   font-size: 16px; 
   line-height: 14px;
}

/* Схема движения */
div.popup_route_scheme{
 width: 800px;
 padding-top: 60px;
 font-size: 0px;
 text-align: center;
}


div.scheme_item{
 position: relative;
 display: inline-block;
 width: 70px;
 height: 180px;
 margin-right: -5px;
}

.cecutient_popup_header div.scheme_item{
 width: 110px;
}

div.scheme_item div.title_cover{
 position: absolute;
 height: 100px;
}

div.scheme_item div.title{
 position: relative;
 top: -120px;
 left: 30px;
 width: 120px;
 padding-right: 120px;
 height: 30px;
 text-align: left;
 font-family: arial;
 font-size: 11px; 
 
 transform:  rotate(-45deg) translateX(-60px) translateY(30px);
 
 -moz-transform: rotate(-45deg) translateX(-75px) translateY(45px);
 -o-transform:  rotate(-45deg) translateX(-60px) translateY(30px);
 -webkit-transform:  rotate(-45deg) translateX(-80px) translateY(38px);
 -ms-transform:  rotate(-45deg) translateX(-60px) translateY(30px);

 /*filter: progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand');*/
 /*-ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')";*/
}

.cecutient_popup_header div.scheme_item div.title{
  font-size: 18px;
  width: 160px;
  color: #000;
  top: -145px;
  left: 33px;
}

div.scheme_item  div.title span{
 background: #e6e6e5; 
 color: #616161;
} 

.cecutient_popup_header div.scheme_item div.title span{
  color: #000;
}

div.scheme_item div.line{
 margin-top: 75px;
 height: 38px;
 background: #D9D9D9;
 border-radius: 5px;
}

.cecutient_popup_header div.scheme_item div.line{
 background: #FFF;
}

div.scheme_item div.line div.line_inner{
 height: 100%;
 background: url(../images/popup_scheme_bg.png) repeat-x;
 border-radius: 5px;
}


.cecutient_popup_header div.scheme_item div.line div.line_inner{
 background: url(../images/popup_scheme_bg_bl.png) repeat-x;
}
div.scheme_item:first-child div.line_inner, 
div.scheme_item:nth-child(12n+1) div.line_inner{
 margin-left: 50%;
}

.iefirst_item_line_inner {
 margin-left: 50%;
}

div.scheme_item:last-child div.line_inner, 
div.scheme_item:nth-child(12n) div.line_inner{
 margin-right: 50%;
}
.ielast_item_line_inner {
 margin-right: 50%;
}


div.scheme_item div.line_inner div.icon{
 position: relative;
 width: 100%;
 height: 100%;
 background-image: url(../images/icons/popup_block/scheme_s.png);
 background-repeat: no-repeat;
 background-position: 50% 55%;
}

.cecutient_popup_header div.scheme_item div.line_inner div.icon{
 background-image: url(../images/icons/popup_block/scheme_l_bl.png);
}

div.scheme_item:nth-child(12n+1) div.line_inner  div.icon{
 left: -2px;
 background-position: 0% 55%;
}
.ie_12n_1_line_icon{
 left: -2px;
 background-position: 0% 55%;
}

div.scheme_item:nth-child(12n) div.line_inner  div.icon{
 left: 2px;
 background-position: 100% 55%;
}
.ie_12n_line_icon{
 left: 2px;
 background-position: 100% 55%;
}

div.scheme_item:first-child div.line_inner div.icon, 
div.scheme_item[class~="start"]  div.icon{
 left: -8px !important;
 background-image: url(../images/icons/popup_block/scheme_l.png) !important;
}

.cecutient_popup_header div.scheme_item:first-child div.line_inner div.icon, 
.cecutient_popup_header div.scheme_item[class~="start"]  div.icon{
 left: -8px !important;
 background-image: url(../images/icons/popup_block/scheme_l_bl.png) !important;
}

div.scheme_item:last-child div.line_inner div.icon{
 left: 10px !important;
 background-image: url(../images/icons/popup_block/scheme_l.png) !important;
}
.ielast_item_line_icon{
 left: 10px !important;
 background-image: url(../images/icons/popup_block/scheme_l.png) !important;
}

.cecutient_popup_header div.scheme_item:last-child div.line_inner div.icon{
 left: 10px !important;
 background-image: url(../images/icons/popup_block/scheme_l_bl.png) !important;
}
.cecutient_popup_header .ielast_item_line_icon{
 left: 10px !important;
 background-image: url(../images/icons/popup_block/scheme_l_bl.png) !important;
}


.cecutient_popup_header div.scheme_item:last-child div.line_inner div.icon{
 left: 24px !important;
}
.cecutient_popup_header .ielast_item_line_icon{
 left: 24px !important;
}


div.scheme_item div.time{
 position: absolute;
 width: 70px;
 padding-top: 7px;
 font-family: trebuchet ms;
 font-size: 12px;
 color: #5E5849;
 text-align: center;
}

.cecutient_popup_header div.scheme_item div.time{
  width: 110px;
  font-size: 16px;
  color: #000;
}

div.scheme_item:first-child div.time{
 text-align: left;
 font-size: 10px;
}

.cecutient_popup_header div.scheme_item:first-child div.time{
  font-size: 16px;
  color: #000;
}


/* Подвал */
div.popup_footer{
 border-top: 1px solid #777;
 font-size: 0px;
}

div.footer_transport_item{
 display: inline-block;
 width: 25%;
}

div.footer_transport_item div.inner{
 padding: 5px;
 padding-top: 7px;
/* height: 25px;*/
 padding-left: 50px;
 border-right: 1px solid #bcbbbb;
 background-position: 20px 50%;
 background-repeat: no-repeat;
 font-size: 12px;
 font-family: trebuchet ms;
 font-weight: bold;
 color: #606060;
 cursor: pointer;
 cursor: hand;
}

.cecutient_popup_header div.footer_transport_item div.inner{
  font-size: 18px;
  padding: 15px 10px 15px 10px;
  color: #000;
  background: none;
}


div.footer_transport_item div.inner[class~="bus"]{
 background-image: url(../images/icons/popup_block/bus.png);
}

div.footer_transport_item div.inner[class~="trolleybus"]{
 background-image: url(../images/icons/popup_block/trolleybus.png);
}

div.footer_transport_item div.inner[class~="tram"]{
 background-image: url(../images/icons/popup_block/tram.png);
}

div.footer_transport_item span.time{
 padding-left: 10px;
 font-size: 12px;
 color: #888888;
}




/* Избранное */
div.favorites_item{
 display: table;
 width: 100%;
 border-top: 1px solid #d3d4d5;
 background-repeat: no-repeat;
 background-position: 5px 50%;
}

div.favorites_item:first-child{
 border-top: 0px;
}

div.favorites_item[class~="bus"]{
 background-image: url(../images/icons/popup_block/bus_l_gr.png);
}

div.favorites_item[class~="trolleybus"]{
 background-image: url(../images/icons/popup_block/trolleybus_l_gr.png);
}

div.favorites_item[class~="tram"]{
 background-image: url(../images/icons/popup_block/tram_l_gr.png);
}

div.favorites_item[class~="route"]{
 background-image: url(../images/icons/popup_block/route_l_gr.png);
}

div.favorites_item[class~="station"]{
 background-image: url(../images/icons/popup_block/station_l_gr.png);
}

div.favorites_item[class~="shedule"]{
 background-image: url(../images/icons/popup_block/shedule_l_gr.png);
}

div.favorites_item div.title{
 display: table-cell;
 padding: 10px;
 padding-left: 40px;
 cursor: pointer;
 cursor: hand;
}

div.favorites_item div.title span.small{
 display: inline-block;
 width: 25px;
 font-size: 10px;
 font-weight: bold;
}

div.favorites_item div.delete{
 display: table-cell;
 width: 20px;
 padding: 5px;
 min-height: 20px;
 background: url(../images/icons/popup_block/cross.png) no-repeat 50% 50%;
 cursor: pointer;
 cursor: hand;
}




/* Форма обратной связи */
div.feedback_form{
 display: table-cell;
 width: 460px;
}


div.form_item[class~="addfiled"]{
 display: none;
}

div.feedback_terms{
 display: table-cell;
 width: 300px;
 padding-left: 50px;
}

div.feedback_terms p{
 margin: 0px;
 margin-bottom: 20px;
}



div.form_item{
 margin-bottom: 11px;
}

div.form_item .error{
 margin: 0px !important;
 border: 2px solid #ca0000 !important;
}

div.form_item input[type="text"],
div.form_item select{
 width: 100%;
 margin: 1px;
 padding: 4px;
 font-size: 12px;
 font-family: arial;
 color: #505050;
 border: 1px solid #d0d0d0;
}

.cecutient_popup_header div.form_item input[type="text"],
.cecutient_popup_header div.form_item select{
 color: #000;
 font-size: 20px;
}

div.form_item select{
 width: 102% !important;
}


div.form_item input.wide{
 padding-left: 30px;
 padding-right: 30px;
}

div.form_item textarea{
 width: 102%;
 height: 120px;
 margin: 1px;
 font-size: 12px;
 font-family: arial;
 color: #505050;
 border: 1px solid #d0d0d0;
}

.cecutient_popup_header div.form_item textarea{
 color: #000;
 font-size: 20px;    
}

div.form_item input.green{
 padding: 6px;
 text-align: center;
 font-family: calibri;
 font-size: 13px;
 color: white;
 border-radius: 6px;
 border: 0px;
 background: url(../images/button_green_bg.png) repeat-x;
 cursor: pointer;
 cursor: hand;
}


.cecutient_popup_header div.form_item input.green{
    background: none;
    color: #000;
    font-weight: bold;
    font-size: 20px;
}
.cecutient_popup_header div.form_item input.green:hover{
    text-decoration: underline;
}

#recaptcha_switch_audio_btn{
 display: none !important;
}



/* Content */
#popup h1{
 margin: 0px;
 padding: 5px;
 font-size: 18px;
 font-weight: normal;
 font-family: trebuchet ms;
 color: #755e9f; 
}

#popup h2{
 padding: 5px;
 font-size: 16px;
 font-weight: normal;
 font-family: trebuchet ms;
 color: #755e9f; 
}

#popup h1.gr,
#popup h2.gr{
 margin-top: 30px;
 background: #d5d5d5;
}

#popup ul.main_menu{
 font-size: 13px;
 margin-left: 0px;
 padding-left: 0px;
}

#popup.cecutient_popup_header ul.main_menu{
 font-size: 20px;
}

#popup ul.main_menu li{
 margin-left: 0px;
 margin-top: 5px;
 padding-left: 25px;
 list-style-type: none; 
}

#popup.cecutient_popup_header  ul.main_menu li{
 font-size: 20px;  
}

#popup ul.main_menu li ul{
 font-size: 12px;
 margin-left: 0px;
 padding-left: 0px;
}

.cecutient_popup_header #popup ul.main_menu li ul{
  font-size: 20px;
}
#popup.cecutient_popup_header .popup_content{
  color: #000 !important;
}

#popup.cecutient_popup_header h1{
  color: #000 !important;
  font-size: 22px;
}


/* Recapcha */
div.recaptcha_base{
 width: 100%;
 height: 115px; 
 overflow: hidden; 
 padding: 4px;
 margin: 0px;
 background: #fff !important;
 border: 1px solid #d0d0d0;
}





#recaptcha_table{
 border: 0px solid #A9AAAA !important;
 border-top: 0px solid #7F7F7F !important;
 border-left: 0px solid #7F7F7F !important;
 background: #fff !important;
}

td.recaptcha_image_cell{
 background: #FBFBFC !important;
}

#recaptcha_response_field{
 font-size: 15px !important;
 font-family: arial !important;
 border: 1px solid #ccc !important;
 height: 18px;
}







/* Скроллинг */
div.popup_content div.mCSB_scrollTools{
 position: relative;
 right: -4px;
}

div.popup_content div.mCSB_draggerRail{
 background: #ddd;
}

div.loading_title {
    color: #FFFFFF;
    font-family: trebuchet ms;
    font-size: 20px;
    margin-bottom: 12px;
    text-align: center;
}



div.loading_progress {
    border: 2px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    height: 20px;
    margin-bottom: 20px;
    opacity: 1;
    padding: 2px;
    
    /*background-image: url(../images/icons/popup_block/bus_yellow.png);*/

}

div.loading_progress div{
    height: 20px;
    width:280px;
    background-image: url(../images/ajax-loader.gif);
    background-repeat:no-repeat;
}
    
div.loading_progress img {
    display: block;
    height: 100%;
    width: 100%;
}
div.loading_button {
    text-align: center;
}
#popup h1 span.stat {
    display: table-cell;
    float: right;
    font-size: 20px;
}
div.popup_stat_item {
    display: table;
    font-size: 15px;
    margin-top: 5px;
    width: 100%;
}
div.popup_stat_item div.title {
    display: table-cell;
    padding-bottom: 5px;
    padding-left: 30px;
    padding-top: 5px;
    text-align: left;
}
div.popup_stat_item div.title[class~="bus"] {
    background: url("../images/icons/sidebar/bus.png") no-repeat scroll 5px 12px transparent;
}
div.popup_stat_item div.title[class~="trolleybus"] {
    background: url("../images/icons/sidebar/trolleybus.png") no-repeat scroll 3px 12px transparent;
}
div.popup_stat_item div.title[class~="tram"] {
    background: url("../images/icons/sidebar/tram.png") no-repeat scroll 3px 12px transparent;
}
div.popup_stat_item div.value {
    display: table-cell;
    font-weight: bold;
    padding-right: 2px;
    padding-top: 10px;
    text-align: right;
    width: 40px;
}

input.gray {
    background: url("../images/button_gray_bg.png") repeat-x scroll 0 0 transparent;
    border: 0 none;
    border-radius: 6px 6px 6px 6px;
    color: white;
    cursor: pointer;
    font-family: calibri;
    font-size: 15px;
    padding: 5px;
    text-align: center;
    text-shadow: 1px 1px 2px #666666;
}