html{background-color: #f5f6f7;position: relative;min-height: 100%;overflow-x:hidden;}
body{background-color: transparent;color:#363636;font-size:14px;overflow-x: hidden;}
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Open Sans',"HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
a{color: #0068ba;}
a:hover, a:focus{text-decoration:none;}
.table-responsive {
    overflow-x: auto;
}
.form-control:focus, .widget-control:focus {
    border-color: #13c4a5;
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: 0;
}

.select2-container-multi .select2-choices .select2-search-field input {
    height: auto!important;
}

/* widget controle input */
.widget-control {
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.add-on {
    padding-top: 7px;
}

/* grid summary left */
.grid .panel-heading {
    text-align: right;
}

/* breadcrumb */
.breadcrumb .divider {
padding: 0 5px;
color: #cccccc;
}

.thumbnails {
margin-left: -20px;
list-style: none;
}

/* schedule */
#schedule_content a { cursor: pointer; }
/* modal window */
.modal {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1050;
    width: 580px;
    margin: -250px 0 0 -280px;
    background-color: #f7f8f9;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
    bottom: auto;
}
.modal-body {
    //height: 400px;
    overflow-y: scroll;
}
.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: center;
}
.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}


/* btn margin */
.btn {
    /*margin-left: 4px; how come?*/ 
}    
/* sort gridview */
table th a {
    display: block;
    position: relative;
}
table th a .caret {
    display: none;
    position: absolute;
    right: -1px;
    top: 7px;
}
table th a.asc .caret {
    border-bottom: 4px solid #000000;
    border-top: none;
    display: block;
}
table th a.desc .caret {
    display: block;    
}
/* select2 fix */
.select2-container-multi .select2-choices {
    min-height: 34px;
}
.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #13c4a5;

    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;   
}
.select2-container-multi .select2-choices .select2-search-field input {
    height: 28px;
}
/* error validate form */
.error, .errorMessage {
    border-color: #ff5f5f !important;
    color: #ff5f5f;
}
.control-group.error > label {
color: #ff5f5f;
}
.control-group.error input:focus, 
.control-group.error select:focus, 
.control-group.error textarea:focus {
border-color: #ff5f5f;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.control-group.error input, 
.control-group.error select, 
.control-group.error textarea {
border-color: #ff5f5f;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.control-group.success > label {
color: #468847;
}
.control-group.success input:focus, 
.control-group.success select:focus, 
.control-group.success textarea:focus {
border-color: #468847;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.control-group.success input, 
.control-group.success select, 
.control-group.success textarea {
border-color: #468847;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

/* filter fix */
.filter-container input[type="text"],  .filter-container select {
    width: 100%;
    height: auto;
    
    display: block;
    width: 100%;
    height: 25px;
    color: #555555;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.filter-container input[type="text"]:focus, .filter-container select:focus {
    border-color: #13c4a5;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* form button center actions */
.form-actions {
    text-align: center;
}

.select2-container {
display: block;
}

.help-block .error {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 6px;
    font-size: 12px;
    color: #ff5f5f!important;
}

img{max-width: 100%}
.img-grid img {max-width: none; }
/*primary nav*/
.nav-primary:before, .nav-primary:after {display: table;content: " ";}
.nav-primary:after {clear: both;}
.nav-primary{background-color: #233445}
.nav-primary li{line-height: 1.5}
.nav-primary li li a{padding:5px 15px;}
.nav-primary li a i{margin-right: 0.5em}
.nav-primary > ul > li > a{color: #8e9eae;border-bottom: 1px solid #2a3b4c;padding:10px 10px;position: relative;font-weight: normal;}
.nav-primary > ul > li > .dropdown-menu{margin-left: 0;border-radius: 0}
.nav-primary > ul > .dropdown-submenu:hover > a,
.nav-primary > ul > .dropdown-submenu:focus > a,
.nav-primary > ul > li > a:hover,
.nav-primary > ul > li > a:focus, 
.nav-primary > ul > li > a:active, 
.nav-primary > ul > li.active > a{color: #e1e5e9;background-color: transparent;transition:color .3s ease-in-out 0s;}
.nav-primary > ul > li.active > a{border-left: 1px solid #13c4a5;padding-left: 9px;}
.nav-primary > ul > .dropdown-submenu  > a:after{display: none}

.nav-primary.bg-light > ul > li > a{border-bottom-color:#d0d4d8;color:#6e7e8e;}
.nav-primary.bg-light > ul > .dropdown-submenu:hover > a, 
.nav-primary.bg-light > ul > .dropdown-submenu:focus > a, 
.nav-primary.bg-light > ul > li > a:hover, 
.nav-primary.bg-light > ul > li > a:focus, 
.nav-primary.bg-light > ul > li > a:active, 
.nav-primary.bg-light > ul > li.active > a{color: #3d4d5d}
/*overrid the bootstrap colors*/
.panel{border-color: #e3e8ed}
.panel-heading, .panel-footer{border-color: #e3e8ed;background: #f7f8f9;}
/*.panel-heading {text-align: right;}*/
.panel-footer{text-align: center; margin: 0 auto; }
.panel-heading:before, .panel-heading:after {display: table;content: " ";}
.panel-heading:after {clear: both;}
.panel-heading .nav{font-size: 12px;margin: -10px  -15px;}
.panel-heading .nav > li > a{border-radius: 0;margin:0;border-width: 0 1px;line-height: 19px;}
.panel-heading .nav > li > a:hover{border-width: 0 1px;}
.panel-heading .nav-tabs{margin: -10px  -16px -11px -16px;}
.panel-heading .nav-tabs > li > a{line-height: 20px}
.panel-heading .nav-tabs.nav-justified{width: auto;}
.panel-heading .nav-tabs.pull-left > li:first-child > a, .panel-heading .nav-tabs.nav-justified > li:first-child > a{border-radius: 4px 0 0}
.panel-heading .nav-tabs.pull-right > li:last-child > a, .panel-heading .nav-tabs.nav-justified > li:last-child > a{border-radius: 0 4px 0 0}
.panel-heading .nav-tabs > li > a:hover, .panel-heading .nav-tabs > li > a:focus{border-width: 0 1px;background: transparent;border-color: transparent;}
.panel-heading .nav-tabs > li.active > a, .panel-heading .nav-tabs > li.active > a:hover, .panel-heading .nav-tabs > li.active > a:focus{background:#fff;border-width: 0 1px;border-color:#ddd;}
.panel-heading .label-large{vertical-align: 10%}
.panel-heading.bg{margin:-1px -1px 0 -1px;border: none;}
.panel-collapse{padding-bottom:3px;}
.panel-collapse .panel-heading{margin-bottom: 0}
.panel.bg{border: none}
.panel.bg .list-group-item{border-color:transparent;}
.panel.bg .list-group-item a{color: #fff}
.panel .list-group{background: transparent;}
.panel .list-group.m-t-n .list-group-item:first-child{border-top:0 }
.panel .table td, .panel .table th{padding:6px 15px;border-top: 1px solid #eaedef;}
.panel .table-striped > tbody > tr:nth-child(odd) > td, .panel .table-striped > tbody > tr:nth-child(odd) > th {background-color: #fcfdfe;}
.panel .table-striped > thead > tr > th{background: #fafbfc;border-right: 1px solid #e0e4e8;border-bottom:1px solid #e0e4e8;}
.panel .table-striped > thead > tr > th:last-child{border-right: none}
.panel .table-striped.table-hover > tbody > tr:hover > td, .panel .table-striped.table-hover > tbody > tr:hover > th {background-color:/* #d1cfcf*/ #C3DAF2;}
.panel-large{min-width: 300px;}
.nav-tabs.no-radius > li > a{border-radius: 0}
.tab-content .list-group-item:first-child{border-top: none}
.dropdown-menu{font-size: 13px}

.th-sortable{cursor: pointer;}
.th-sortable .th-sort{float: right;position: relative;}
.th-sort i{position:relative;z-index: 1}
.th-sort .icon-sort{position: absolute;left: 0;top: 3px;color: #bac3cc;z-index: 0}
.list-group{border-radius: 4px}
.list-group-item{border-color:#e4e9ed;}
.list-group-item .icon-chevron-right{float: right;margin-top: 4px;margin-right: -5px}
.list-group-item > .icon-chevron-right + .badge {margin-right: 5px;}
a.list-group-item:hover, a.list-group-item:focus, a.list-group-item:active {background-color: #f1f5f9;}
a.list-group-item.active{background-color: #e1e5e9;border-color:#e1e5e9;color: #3a5a7a}
a.list-group-item.active > .badge, .nav-pills > .active > a > .badge{color: #3a5a7a}
.list-group-item.active a, .list-group-item.active .text-muted{color: #fff}
.list-group-item.media{margin-top: 0}
.progress-mini{height: 6px}
.progress-small{height: 10px}
.progress-small .progress-bar{font-size: 10px;line-height: 1em}
.navbar{background-color: #fff}
.navbar .nav .open > a, .navbar .nav .open > a:hover, .navbar .nav .open > a:focus{background: transparent;}
.list-normal{background: transparent;}
.list-normal > .list-group-item{border-radius: 0;border-width: 1px 0;background: transparent}
.list-normal > .list-group-item .badge{margin-right: -5px}
.input-group{position: relative;}
.tooltip-inner{background-color:#233445;background-color: rgba(35, 52, 69, 0.9);}
.tooltip.top .tooltip-arrow {border-top-color: #233445;border-top-color: rgba(35, 52, 69, 0.9);}
.tooltip.right .tooltip-arrow {border-right-color: #233445;border-right-color: rgba(35, 52, 69, 0.9);}
.tooltip.left .tooltip-arrow {border-left-color: #233445;border-left-color: rgba(35, 52, 69, 0.9);}
.tooltip.bottom .tooltip-arrow {border-bottom-color: #233445;border-bottom-color: rgba(35, 52, 69, 0.9);}
.popover-content{font-size: 12px;line-height: 1.5}
/*override bootstrap dropdown-menu*/
.open{z-index: 1050}
.dropdown-menu > .panel{
  border: none;
  margin: -5px 0;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-submenu:focus > a,
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover, 
.dropdown-menu > .active > a:focus{
  background-image: none;filter:none;background-color: #13c4a5;color: #fff;
}
.dropdown-menu > li > a:hover i{color: #fff}
.dropdown-submenu{position: relative;}
.dropdown-submenu:hover > .dropdown-menu {display: block; min-width: 240px;}
.dropdown-submenu > .dropdown-menu{left:100%;top:0;margin-top:0;margin-left: -1px}
.dropup .dropdown-submenu > .dropdown-menu{top: auto;bottom: 0;}
.dropdown-submenu.pull-left {float: none;}
.dropdown-menu.pull-left{left:100%;}
.dropdown-submenu.pull-left>.dropdown-menu{left: -100%;margin-left: 20px}

.dropdown-submenu > ul.dropdown-menu li{
    display: block;
    float: left;
    width: 238px;
}

.dropdown-submenu > ul.dropdown-menu li.second-link{
    float: left;
    width: 50px;
}
.dropdown-submenu > ul.dropdown-menu li.second-link a:hover{
    color: white;
}
.dropdown-submenu > ul.dropdown-menu li.second-link a{
    color: #13c4a5;
    margin: 0px;
}

/*make a inverse one*/
.dropdown-menu.bg-inverse > .divider{height:1px;background-color: #2a3b4c;border: none}
.dropdown-menu.bg-inverse > li > a{color: #8e9eae}
.dropdown-menu.bg-inverse > li > a:hover,
.dropdown-menu.bg-inverse > li > a:focus,
.dropdown-menu.bg-inverse > li > a:active,
.dropdown-menu.bg-inverse > li.active > a,
.dropdown-menu.bg-inverse > .dropdown-submenu:hover > a{color: #fff}
.dropdown-menu .badge{margin-top: 1px}
.dropdown-select > li > a input{position: absolute;left: -9999em;}
/*breadcrumb*/
.breadcrumb{background-color: #fafbfc;border:1px solid #e0e4e8;padding-left: 10px;font-size: 12px}


/*accordion*/
.accordion-group,.accordion-inner{border-color: #e0e4e8}
.accordion-inner{background: #fff;border-radius: 0 0 4px 4px}

.alert{/*font-size: 75%;*/border-color: rgba(10,20,20,.1);text-shadow: 0 1px 0 #fff;box-shadow: inset 0 1px 0 rgba(255,255,255,0.4)}
.close i{font-size: 12px;font-weight: normal;display: block;line-height: 1.5;}

.modal-backdrop{background: #000}
.modal-backdrop.fade.in{opacity: 0.5;filter: alpha(opacity=50);}
.modal-header{border-radius: 6px 6px 0 0;background-color: #f7f8f9}
.modal-header .close{margin-top: 3px}
.modal-footer{padding: 14px 20px 15px;margin-top: 0;border-radius: 0 0 6px 6px;background-color: #f7f8f9}

.bg{background-color: #f7f8f9}
.label{font-weight: 700;}
.badge{background: #b1b5b9}
.badge.bg-white{color: #919599}
.text-white{color: #fff}
.text-muted{color: #919599}
.text-light{color: #919599}
.text-default{color: #a5b6c7;}
.text-warning{color: #f4c414;}
.text-danger{color: #ff5f5f}
.text-primary{color: #13c4a5}
.font-thin{font-weight: 300;}

.btn{
  color: #fff;
  background: #a7b2be;
  position: relative;
  border-width: 0;
  box-shadow:inset 0 -2px 0 rgba(0,0,0,0.15);
  font-weight: normal;
  padding: 7px 12px;
  transition:background .3s ease-in-out 0s;
}
.btn:hover, .btn:focus, .btn:active, .btn.active {background: #bac3cc;}

.btn.disabled,
.btn.disabled:hover,
.btn[disabled]:hover,
fieldset[disabled] .btn:hover,
.btn.disabled:focus,
.btn[disabled]:focus,
fieldset[disabled] .btn:focus,
.btn.disabled:active,
.btn[disabled]:active,
fieldset[disabled] .btn:active,
.btn.disabled.active,
.btn[disabled].active,
fieldset[disabled] .btn.active {
  background-color: #c4c9cf;
  color: #fff;
}

.panel-body a.btn + a.btn{
    margin-left: 14px;
}

.btn + .btn {
    margin-left: 14px;
}

.btn-white{padding:6px 12px;box-shadow:inset 0 -2px 0 rgba(0,0,0,0.05);border-width:1px;border-color:#c3c6c9;color:#657483;background-color:#fff}
.btn-white:hover, .btn-white:focus, .btn-white:active, .btn-white.active{border-color:#c3c6c9;color:#657483;background-color:#f7f8f9;}

.btn-default{padding:6px 12px;box-shadow:inset 0 -2px 0 rgba(0,0,0,0.05);border-width:1px;border-color:#c3c6c9;color:#657483;background-color:#f5f6f7}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active{border-color:#c3c6c9;color:#657483;background-color:#fafbfc;}

.btn-primary, .bg-primary, .btn-primary.btn-circle > i{color:#fff;background-color:#13c4a5}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.btn-circle:hover > i, .btn.btn-circle:hover > i{color:#fff; background-color:#23d4b5;}

.btn-success, .bg-success, .btn-success.btn-circle > i{color:#fff;background-color:#3fcf7f}
.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .btn-success.btn-circle:hover > i{color:#fff;background-color:#4fdf8f;}

.btn-info, .bg-info, .panel-heading.bg-info, .btn-info.btn-circle > i{color:#fff;background-color:#5191d1}
.btn-info:hover, .btn-info:focus, .panel-heading.bg-info:active, .panel-heading.bg-info:focus, .btn-info:active, .btn-info.active, .btn-info.btn-circle:hover > i{color:#fff;background-color:#61a1e1;}

.btn-inverse, .bg-inverse, .btn-inverse.btn-circle > i{color:#fff;background-color:#233445}
.btn-inverse:hover, .btn-inverse:focus, .btn-inverse:active, .btn-inverse.active, .btn-inverse.btn-circle:hover > i{color:#fff;background-color:#314355;}

.btn-warning, .bg-warning, .btn-warning.btn-circle > i{color:#fff;background-color:#f4c414}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .btn-warning.btn-circle:hover > i{color:#fff;background-color:#f6d616;}

.btn-danger, .bg-danger, .btn-danger.btn-circle > i{color:#fff;background-color:#ff5f5f}
.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .btn-danger.btn-circle:hover > i{color:#fff;background-color:#ff8585;}

.btn-twitter, .btn-twitter.btn-circle > i{color:#fff;background-color:#00c7f7}
.btn-twitter:hover, .btn-twitter:focus, .btn-twitter:active, .btn-twitter.active, .btn-twitter.btn-circle:hover > i{color:#fff; background-color:#2fcff6; }

.btn-facebook, .btn-facebook.btn-circle > i{color:#fff;background-color:#335397}
.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .btn-facebook.btn-circle:hover > i{color:#fff; background-color:#4264ab; }

.btn-gplus, .btn-gplus.btn-circle > i{color:#fff;background-color:#dd4a38}
.btn-gplus:hover, .btn-gplus:focus, .btn-gplus:active, .btn-gplus.active, .btn-gplus.btn-circle:hover > i{color:#fff; background-color:#ea5e4d; }

.btn-on.active{color:#fff;border: 1px solid #767676;background: #8e9eae}

.btn-xs {padding: 4px 5px;}
.btn-sm {padding: 6px 10px}
.btn-lg {padding: 11px 16px}
.btn-white.btn-xs, .btn-default.btn-xs{padding: 3px 6px;}
.btn-white.btn-sm, .btn-default.btn-sm{padding: 5px 10px;}
.btn-white.btn-lg, .btn-default.btn-lg{padding: 10px 16px;}
.btn-white .caret, .btn-default .caret{border-top-color: #656565}
.dropup .btn-white .caret, .dropup .btn-default .caret{border-bottom-color: #656565}

.btn > i{line-height: 1.428571429;}
.btn-xs i{font-size: 9px}
.btn.btn-circle, .btn.btn-circle.disabled{padding:2px 5px;box-shadow: none;border:none;background: transparent;color: #3a5a7a;font-weight: 300;transition:none;}
.btn.btn-circle:hover, .btn.btn-circle:active, .btn.btn-circle.active{box-shadow: none;background: transparent;}
.btn-circle > i{color: #a5b6c7;background:#e5e9ed;width: 60px;height: 60px;padding:18px 0;font-size:24px;border-radius: 50%;display: block;margin:0 auto;margin-bottom:6px;line-height:normal;transition:all .3s ease-in-out 0s;}
.btn-circle.btn-lg > i{width: 80px;height: 80px;padding:22px 0;font-size:36px;}
.btn-circle.btn-sm > i{width: 40px;height: 40px;padding:10px 0;font-size:20px;}
.btn-circle.btn-xs > i{width: 30px;height: 30px;padding:8px 0;font-size:14px;}
.btn-circle b.badge{position: absolute;right: 5px;top: 2px;}
.btn-circle .badge i{margin: 0 -5px}
.btn-white.btn-circle > i{color: #a5b6c7;background: #fff}
.btn.btn-circle.disabled > i{background:#c4c9cf;}

[class^="icon-"]:before, [class*=" icon-"]:before{text-decoration: none;margin-left: 0.2em;margin-right: 0.2em}
.icon-stack [class^="icon-"]:before, .icon-stack [class*=" icon-"]:before{margin: 0;}
.icon-xlarge:before{font-size:1.5em;vertical-align: -14%;}
.btn-block{padding-left: 12px;padding-right: 12px}
.text-active, .active .text{display: none !important;}
.active .text-active{display: inline-block !important;}
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active, .btn-link.active{border:none;background-color: transparent;background-image: none;-webkit-box-shadow: none;box-shadow: none;text-decoration: none;color: #3a5a7a}
form, .carousel, .form-horizontal .control-group, .nav-tabs, .alert, .panel, .progress, .breadcrumb, .accordion{margin-bottom: 15px}
.media, .media .media{margin-top: 10px;}
.pagination{margin:5px 0;}
.pagination-large > li > a, .pagination-large > li > span{padding: 10px 14px}
/*common css*/
.bg-white{background: #fff;}
.bg-black{background: #1d2d3d;}
.bg-light{background: #e1e5e9;color: #414549}
.bg-lighter{background:#f1f5f9}
.bg-default{background: #bac3cc}
.bg-white-desktop{background-color: #fff}
.bg-focus{background: #ffffee !important;}

.pos-rlt{position: relative;}
.pos-stc{position: static;}
.pos-abt{position: absolute;}
.content-box, .jqstooltip{-webkit-box-sizing: content-box;-moz-box-sizing: content-box;box-sizing: content-box;}
.line {*width: 100%;height: 2px;margin: 10px 0;font-size:0;overflow: hidden;background-color: #fff;border-width:0;border-top: 1px solid #e0e4e8;}
.line-mini{margin: 0}
.line-dashed{border-style: dashed;background: transparent;}
.line-large{margin-top:15px;margin-bottom: 15px}
.headline{border-bottom: 5px solid #000;margin-top: 0;line-height: 45px;}
.no-line{border-width: 0}
.no-border{border-color:transparent !important;}
.no-radius{border-radius: 0}
.block{display:block;margin-bottom: 10px}
.block.hide{display: none}
.inline, .inline-desktop{display:inline-block}
.pull-right-desktop{float: right;}
.pull-none{float: none}
.clear{clear:both}
.line-v{border-left:1px solid #dddddd;padding-left:20px}
.line-v-right{border-right:1px solid #dddddd;padding-right:20px;}
.wrapper{padding: 2px;background-color:#fff;border: 1px solid #ddd}
.w-link{position: absolute;width: 100%;height: 100%;z-index: 1;top: 0}
.btn-s-mini{min-width: 90px}
.btn-s-small{min-width: 100px}
.btn-s-medium{min-width: 120px}
.btn-s-large{min-width: 150px}
.btn-s-xlarge{min-width: 200px}
.btn-s-xxlarge{min-width: 300px}
.btn-padder{padding-left:40px;padding-right:40px}
.l-h-2x{line-height: 2em;}
.text-small{font-size: 12px;}
.text-mini{font-size: 10px;}
.padder{padding:0 15px;}
.padder-v{padding-top: 15px;padding-bottom: 15px;}
.no-padder{padding: 0 !important;}
.pull-in{margin-left: -15px;margin-right: -15px;}
.pull-out{margin:-15px;}
.b-t{border-top: 1px solid #e0e4e8}

.m-l{margin-left: 15px}
.m-l-none{margin-left: 0}
.m-l-mini{margin-left: 5px;}
.m-l-small{margin-left: 10px;}
.m-l-large{margin-left: 20px;}
.m-l-n{margin-left: -15px}
.m-l-n-mini{margin-left: -5px}
.m-l-n-small{margin-left: -10px}
.m-l-n-large{margin-left: -20px}

.m-t{margin-top: 15px}
.m-t-none{margin-top:0}
.m-t-mini{margin-top: 5px;}
.m-t-small{margin-top: 10px;}
.m-t-large{margin-top: 20px;}
.m-t-n{margin-top: -15px}
.m-t-n-xmini{margin-top: -1px}
.m-t-n-mini{margin-top: -5px}
.m-t-n-small{margin-top: -10px}
.m-t-n-large{margin-top: -20px}

.m-r{margin-right: 15px}
.m-r-none{margin-right: 0}
.m-r-mini{margin-right: 5px}
.m-r-small{margin-right: 10px}
.m-r-large{margin-right: 20px}
.m-r-n{margin-right: -15px}
.m-r-n-mini{margin-right: -5px}
.m-r-n-small{margin-right: -10px}
.m-r-n-large{margin-right: -20px}

.m-b{margin-bottom: 15px;}
.m-b-none{margin-bottom: 0}
.m-b-mini{margin-bottom: 5px;}
.m-b-small{margin-bottom: 10px;}
.m-b-large{margin-bottom: 20px;}
.m-b-n{margin-bottom: -15px}
.m-b-n-mini{margin-bottom: -5px}
.m-b-n-small{margin-bottom: -10px}
.m-b-n-large{margin-bottom: -20px}

.header-bar{border-bottom: 1px solid #e0e4e8}
.media-mini{min-width: 50px}
.media-small{min-width: 80px}
.media-large{min-width: 90px}
.avatar{border-radius: 500px;background-color: #fff;padding: 2px}
.thumb-mini{width: 24px;display: inline-block}
.thumb-small{width: 36px;display: inline-block}
.thumb{display: inline-block}
.thumb-large{width: 90px;display: inline-block}
.thumb img, .thumb-mini img, .thumb-small img, .thumb-large img{height: auto;max-width: 100%;vertical-align: middle;}
/**/
.scroll-x, .scroll-y{overflow:hidden;-webkit-overflow-scrolling:touch;}
.scroll-y{overflow-y:auto;}
.scroll-x{overflow-x:auto;}
.no-touch .scroll-x, .no-touch .scroll-y{overflow: hidden;}
.no-touch .scroll-x:hover, .no-touch .scroll-x:focus, .no-touch .scroll-x:active{overflow-x: auto;}
.no-touch .scroll-y:hover, .no-touch .scroll-y:focus, .no-touch .scroll-y:active{overflow-y: auto;}
.no-touch .scroll-y:hover > *{margin-right: -10px;padding-right: 15px}

.no-touch .hover-action{display: none}
.no-touch .hover:hover .hover-action{display: inherit;}

/*cols*/
.col-lg-2-4 {padding-left: 15px;padding-right: 15px}
.col-newline{clear:left;}
input[type="text"], select, textarea{min-width: 40px;height: auto;}

/* Site CSS */
/* Header */
.navbar{border:none;border-bottom: 0px solid #d1d4d7;box-shadow:0 0 5px rgba(0,0,0,.1);z-index: 1010;border-radius: 0;padding:0;margin-bottom: 0;
    background: linear-gradient(to right, #0068ba 0%, #1b8de5 100%);
}
/*.navbar.bg{border-bottom: 1px solid #162636;}*/
.navbar-brand{font-size: 28px;min-width:90px;font-family: "Times New Roman", Georgia, serif;font-style: italic;font-weight: 700;padding: 12px 0 18px 0;text-align: center;}
.navbar-brand img{max-height: 50px}
.navbar-brand, .navbar-brand:hover, .navbar-brand:focus{color: #22baa0;}
.navbar-form{position: relative;margin: 10px;padding: 0}
.navbar-form input[type="text"]{border-radius: 17px;font-weight: 700;text-indent: 1.5em;}
.navbar-form i{position: absolute;z-index: 1;left:8px;top: 50%;margin-top: -7px;color: #bbb}
.navbar-nav{margin: 0}
.navbar .nav > li > div{padding-left: 10px;padding-right: 10px}
.navbar-avatar .thumb-small{margin:0 4px;vertical-align: baseline;width: 40px;}
.nav.navbar-avatar > li > a{padding: 5px 10px; color: #fff;}
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: inherit;
}
.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle{background:#e1e5e9;box-shadow:inset 0 1px 0 #13c4a5}
.bg .nav li.dropdown > a:hover .caret{border-top-color:#fff;border-bottom-color:#fff;}
.bg .nav > li > a{color: #a5b6c7}
.bg .nav > li > a:hover,.bg .nav > li > a:focus{
  background-color: transparent;
  color: #fff;
}
.bg .nav li.dropdown.open > .dropdown-toggle, 
.bg .nav li.dropdown.active > .dropdown-toggle, 
.bg .nav li.dropdown.open.active > .dropdown-toggle {
  background-color: #000;color: #fff;
}
.navbar .badge-notes{float:right;margin-left:-15px;margin-top:-6px;position: relative;font-size: 11px}
.navbar-fixed .navbar{position: fixed;top:0;left: 0;right: 0;z-index: 1030;}
.navbar-fixed{padding-top: 51px}
.navbar-nav.pull-right{width: auto;}
/*content*/
#content{position: relative;}
.page-title{background: #eaedef;border-bottom: 1px solid #d3d6d9;padding: 10px 15px}

/* Footer*/

/*comments*/
.arrow:before, .arrow:after{position: absolute;display: inline-block;border-color: transparent;border-style: solid;content:"";}
.arrow-left:before{margin-left:-7px;top: 6px;left: 0px;border-right-color: #d1d4d7;border-width:7px 7px 7px 0;-moz-border-right-colors: #fff;}
.arrow-left:after{margin-left:-6px;top: 7px;left: 0px;border-right-color: #fff;border-width:6px 6px 6px 0;}

.arrow-right:before{margin-right:-7px;top: 6px;right: 0px;border-left-color: #d1d4d7;border-width:7px 0 7px 7px;;-moz-border-left-colors: #fff;}
.arrow-right:after{margin-right:-6px;top: 7px;right: 0px;border-left-color: #fff;border-width:6px 0 6px 6px;;}

.arrow-top:before{margin-top:-7px;top: 0;left: 6px;border-bottom-color: #d1d4d7;border-width:0 7px 7px 7px;;-moz-border-top-colors: #fff;}
.arrow-top:after{margin-top:-6px;top: 0;left: 7px;border-bottom-color: #fff;border-width:0 6px 6px 6px;;}

.chat-item{position: relative;}
.chat-item.arrow-left:before{top:11px;left:47px;}
.chat-item.arrow-left:after{top:12px;left:47px;border-right-color: #f1f5f9;}
.chat-item.arrow-right:before{top:11px;left:auto;right:47px;}
.chat-item.arrow-right:after{top:12px;left:auto;right:47px;}

.comment-list, .comment-item{position: relative;}
.comment-item .panel-body{padding: 10px 15px}
.comment-reply{margin-left: 40px}
.comment-item:before{top:10px;left:47px;}
.comment-item:after{top:11px;left:47px;border-right-color: #f5f5f5;}
/*.comment-list:before{position: absolute;top: 0;bottom: 35px;left: 16px;width: 1px;background: #e0e4e8;content: '';z-index: -1;}*/ /* fix reviews */
.comment-item > .thumb-small{width: 36px;}

/*Carousel*/
.carousel-padder{padding-left: 40px;padding-right: 40px;}
.carousel-control{width: 40px;color: #999;text-shadow:none;}
.carousel-control i {position: absolute;top: 50%;left: 50%;z-index: 5;display: inline-block;width: 20px;height: 20px;margin-top: -10px;margin-left: -10px;}
.carousel-control:hover,
.carousel-control:focus {color: #ccc;text-decoration: none;opacity: 0.9;filter: alpha(opacity=90);}
.carousel-indicators.out{bottom: -15px}
.carousel-indicators li{background: #ddd;background-color: rgba(0,0,0,0.2);border: none;margin: 0}
.carousel-indicators .active{background: #13c4a5;width: 10px;height: 10px;}
.carousel-control.left, .carousel-control.right{background-image:none;filter:none;}
.carousel.carousel-fade .item {-webkit-transition: opacity 2s ease-in-out;-moz-transition: opacity 2s ease-in-out;-ms-transition: opacity 2s ease-in-out;-o-transition: opacity 2s ease-in-out;transition: opacity 2s ease-in-out;}
.carousel.carousel-fade .active.left,
.carousel.carousel-fade .active.right {left: 0;z-index: 2;opacity: 0;filter: alpha(opacity=0);}
.carousel.carousel-fade .next,
.carousel.carousel-fade .prev {left: 0;z-index: 1;}
.carousel.carousel-fade .carousel-control {z-index: 3;}
.carousel ul.item, .carousel ul.item > li{list-style: none;margin: 0;padding: 0}

.dropfile{border:2px dashed #e0e4e8;text-align: center;min-height: 20px}
.dropfile.hover{border-color: #aac3cc}
.dropfile small{margin: 50px 0;display: block}

/*Charts*/
.axis{margin:6px 0 0}
.axis li{vertical-align:top;font-size: 9px;margin-right:2px;padding: 0;width: 10px;-webkit-text-size-adjust: none;text-align: center;line-height: 1em;word-wrap:nowrap;}
.axis li:last-child{margin-right:0 !important;}
.axis-full{display: table;}
.axis-full li{display: table-cell;padding: 0;width: 1%;}
.easypiechart {position: relative;text-align: center;}
.easypiechart canvas {position: absolute;top: 0;left: 0;}
.easypiechart .easypie-text{position: absolute;z-index:1;line-height: 1;font-size: 75%;width: 100%;top: 60%}

.combodate select{display: inline-block;}
.doc-buttons .btn{margin-bottom: 5px}
.the-icons{list-style: none;margin: 0}
.the-icons i{font-size: 14px;width:40px;margin:0;display: inline-block;text-align: center;}
.the-icons a{line-height: 32px;display: block;white-space: nowrap;height: 30px;overflow: hidden;}
.the-icons a:hover i{font-size:28px;vertical-align:middle}

.h{font-size: 180px;font-weight: 700;text-shadow: 0 1px 0 #d9d9d9, 0 2px 0 #d0d0d0, 0 5px 10px rgba(0,0,0,.125), 0 10px 20px rgba(0,0,0,.2);}
.portlet{min-height: 30px;}

/*desktop*/
@media (min-width: 992px) {
  .col-lg-2-4{width: 20%;float: left}
}
@media (max-width: 991px) {
  .page-title{padding: 10px}
  a:hover{text-decoration: none}
  .inline-desktop{display: inherit;}
  .pull-right-desktop{float: none}
  .hidden-sm.show, .visible-lg.show{display: inherit !important;}
  .bg-white-desktop{background-color: transparent;}
  .navbar > .btn{padding:10px;}
}

@media (min-width: 768px){
  .row{margin-left: -15px;margin-right: -15px}
  #footer{margin-top: 20px; margin-left: 90px; }
  ::-webkit-scrollbar {width:8px;height:.25em;position:absolute}
  ::-webkit-scrollbar-thumb {background-color:rgba(0,0,0,0.25)}
  ::-webkit-scrollbar-track {background-color:rgba(0,0,0,0.0)}
  textarea::-webkit-scrollbar {width:1em;}
  .navbar-brand{margin-left: auto;margin-right: auto;/*border-right: 1px solid #e3e9ed;*/}
  .bg .navbar-brand{border-right-color: transparent;}
  .navbar-form input{transition:width .3s ease-in-out 0s;}
  .navbar-form input:focus{width:200px}
  .bg-black .navbar-form input{background-color: #102030;border-color:#314355;color:#8e9eae;}
  .bg-black .navbar-form input:focus{background-color: #fff;color:#222;}

  .nav-primary > ul > li > .dropdown-menu{margin-top: -1px;margin-left: 0}
  .nav-vertical > ul { padding-top: 9px; }
  .nav-vertical > ul > li > a > i{display: block;font-size: 1.3em;margin:2px auto}
  .nav-vertical > ul > li > a{text-align: center;border-bottom: none;font-size: 11px}
  .nav-vertical.nav-icon > ul > li > a span{display: none}
  .nav-vertical.nav-icon > ul > li > a i{margin: 8px auto;}
  .nav-primary.nav-vertical > ul > li > a > .badge{position: absolute;top: 4px;right: 15px;font-size: 10px;padding:2px 6px 3px; font-weight: normal; }

  #nav{position: relative;width: 150px;position: absolute;z-index:1000;left:0;top:50px;bottom: 0;border-right:1px solid #162636}
  #nav.bg-light{border-color:#bfc7d0}
  #nav.nav-vertical {width: 90px;}
  #nav + #content{padding-left: 150px;}
  #nav.nav-vertical + #content {padding-left: 90px;}
  .nav-primary.nav-doc > ul > li > a{border-bottom: none;padding: 3px 20px;text-shadow:none;}
  .nav-primary .affix{top: 0;min-width: 149px;-webkit-transform: translateZ(0)}
  .nav-primary.nav-vertical .affix{top: 0;min-width: 89px; max-width: 89px;}
  .navbar-fixed .nav-primary .nav{top: 50px}
  .content-sidebar{border-bottom:1px solid #d1d4d7;display: table;width:100%;border-spacing:0;table-layout:fixed;}
  .content-sidebar .sidebar{border:0 solid #d1d4d7;border-right-width: 1px;}
  .sidebar{width: 200px;display: table-cell;vertical-align: top}
  .sidebar-small{width: 160px}
  .sidebar-large{width: 300px}
  .main + .sidebar{border-right-width: 0;border-left-width: 1px}
  .modal{overflow-y: auto;}
  .modal-content{
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
  }
}

/*phone*/
@media (max-width: 767px) {
    /* .slide-nav from left or right*/
  body{overflow-x: hidden;}
  body.slide-nav{overflow: hidden;}
  #header, #content{
    -webkit-transition: -webkit-transform 0.2s ease;
    -webkit-transition-delay: 0s;
    -moz-transition: -moz-transform 0.2s ease 0s;
    transition: transform 0.2s ease 0s;
    -webkit-transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
    -webkit-backface-visibility: hidden;
  }
  .slide-nav #nav{position: absolute;left: 0;top: 0;bottom:0;width: 75%;display: block !important;z-index: 2000}
  .slide-nav .slide-nav-block{display:block !important;position: absolute;left: 0;right:0;top: 0;bottom: 0;z-index: 1950}
  .slide-nav > #content{background-color: #f5f6f7;}
  .slide-nav > #header, .slide-nav > #content{
    -webkit-transform: translate3d(75%, 0px, 0px);
    -moz-transform: translate3d(75%, 0px, 0px);
    transform: translate3d(75%, 0px, 0px);
    overflow: hidden;
  }
  .slide-nav.slide-nav-right #nav{left: auto;right: 0}
  .slide-nav.slide-nav-right > #header, .slide-nav.slide-nav-right > #content{
    -webkit-transform: translate3d(-75%, 0px, 0px);
    -moz-transform: translate3d(-75%, 0px, 0px);
    transform: translate3d(-75%, 0px, 0px);
  }
  .nav-primary .dropdown-menu{position: relative;left: 0;float: none;display: block;border: none;background: transparent;padding-bottom: 0;-webkit-box-shadow: none;box-shadow: none;z-index: 0}
  .nav-primary > ul > li > a{font-weight: bold;}
  .nav-primary .dropdown-menu a{color: #8e9eae;border-bottom: 1px solid #2a3b4c;}
  .nav-primary.bg-light .dropdown-menu a{color: #3e4e5e;border-bottom-color:#d1d4d7;}
  .nav-primary.bg-light .dropdown-menu a:hover{color: #fff}  
  .nav-primary .nav{position: static;}
  /* /.slide-nav */
  .main.padder{padding: 0 10px}
  .row, .row .row{margin-left: -10px;margin-right: -10px;}
  .row [class*="col-"]{padding-left: 10px;padding-right: 10px;}
  .shift{display: none !important;}
  .shift.in{display: block !important;}
  .row-2-phone [class*="col-"]{width: 50%;float: left}
  .row-2-phone .col-newline{clear: none}
  .row-2-phone li:nth-child(odd) { clear: left;margin-left: 0}  
  .visible-xs-inline{display: inline-block !important;}
  .hidden-xs-only{display: none !important;}
  .text-center-sm{text-align: center;}
  .navbar{padding:0}
  .navbar-brand{
    float: none;
    display: block;
    margin: 0;
    padding-left:48px;
  }
  .navbar-nav .open .dropdown-menu{
    position: absolute;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
  }
  .navbar > .btn{padding:11px;}
  .navbar-avatar > li > a{padding: 5px}
  .navbar-form{float: none;border: none}
  .nav-toggle{position: absolute;left: 0;top: 0}
  .padder-sm{padding-left: 15px; padding-right:15px;}
  .h{font-size: 150px}
}

@media (max-width: 440px) {
  .toolbar a{width:25%;float: left;margin-bottom: 10px}
  .toolbar a:nth-child(5n){clear: left}
}

select.small-text {
    width: 55px;
}

.small-text{
    width:30px;
    padding-left: 3px;
    padding-right: 3px;
    text-align: center;
}
.inline-item{float:left; width:14%;}
.small-item{
    line-height: 55px;
    margin-left: -10px;
    width: 3%;
}

/* loader */
.loader {
	position: absolute;
	z-index: 99999;
	background: rgba(0,0,0,.05);
	width: 100%;
	height: 100%;
}

.icon-size-medium { font-size:1.3em; vertical-align: -14%; }
/* pagecount */
.sizer { margin-top: -1px; }
.sizer-count, .sizer .label-default { font-weight: normal; margin: 0; padding: 1px 6px 2px; font-size: 11px; text-shadow: none; }
.sizer a { font-size: 11px; color: # }
.sizer .label-default { background: #ccc; }
.label-success { background: #13C4A5; }
.panel .table { margin-bottom: 0; }
.panel-heading + table { border-top: 0px; }
.panel-heading { background: #fff; }
.panel th, .panel th a { background: #F5FAFF!important; font-weight: normal; color: #000; font-size: 12px; }
.panel th { color: #777; }

/* pagination */
.pagination { margin: 0; padding: 0; line-height: 0; font-size: 11px; margin-bottom: -4px; }
div.panel-body + div.grid { border-top: 1px solid #eee!important; }
.sort-link.desc, .sort-link.asc { padding-right: 15px; }

/*css loader*/
.loader-c {  font-size: 3px; position: relative; text-indent: -9999em; border-top: 1.1em solid rgba(0, 0, 0, 0.2); border-right: 1.1em solid rgba(0, 0, 0, 0.2); border-bottom: 1.1em solid rgba(0, 0, 0, 0.2); border-left: 1.1em solid #000; -webkit-animation: load8 0.8s infinite linear; animation: load8 0.8s infinite linear; background: #fff; }
.loader-c, .loader-c:after { border-radius: 50%; width: 10em; height: 10em; margin: 60px auto; }
@-webkit-keyframes load8 {
  0% {-webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% {-webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes load8 {
  0% {-webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% {-webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

.pseudoFile {
    overflow:hidden;
    position: relative;
    display: inline-block;
    margin-bottom: 0px;
    width: 100%;
}

#imgModel {
    position: absolute;
    top: 0;
    right: 0;
    font-size:199px;
    opacity:0;
    filter:alpha(opacity:0);
}

.inputFileText {
    border: none;
    line-height: 26px;
    float: left;
    width: 67%;
    padding: 0 3px;
}

.pseudoFile .inputFileText {
    height: 34px;
}

.pseudoFile .preloader {
    margin: 5px;
}

#files.tab-pane .grid {
    border: 1px solid #e0e4e8;
}

.redactor-box .redactor-editor {
    height: 500px;
    overflow:auto;
}

.redactor-toolbar, .redactor-dropdown {
    z-index: 1 !important;
}

.awaiting-checking {
    background-color: #FFDEDE;
}

/* use class /diveinfo.ru/backend/protected/modules/divemarket/views/model/grid.php */
.emptyProperty .icon-code-fork, .emptyPhotos .icon-picture  {
    color: red;
}
.color-gold .icon-star {
    color: gold;
}

.ui-autocomplete li.tips-type-1 {
    background-color: #dff0d8;
}

.ui-autocomplete li.tips-type-2 {
    background-color: #d9edf7;
}

.ui-autocomplete li.tips-type-3 {
    background-color: #fcf8e3;
}

.ui-autocomplete li.tips-type-4 {
    background-color: #fce3f8;
}

.ui-autocomplete li.ModelProduct .ui-state-focus,
.ui-autocomplete li.Product .ui-state-focus,
.ui-autocomplete li.TipsQuery .ui-state-focus {
    border: none;
    background: #DADADA;
}

.search-product-form .loader-c {
    left: 575px;
    top: -52px;
    position: absolute;
    width: 20px;
    height: 20px;
}

.search-product-form .controls{
    display: inline-block;
    min-width: 550px;
}

.search-product-form  .legend-search {
    width: 30px;
    height: 15px;
    background-color: #dff0d8;
    display: inline-block;
    border: 1px solid #E3E3E3;
}

.search-product-form  .legend-mark {
    width: 30px;
    height: 15px;
    background-color: #fcf8e3;
    display: inline-block;
    border: 1px solid #E3E3E3;
}

.search-product-form  .legend-product {
    width: 30px;
    height: 15px;
    background-color: #d9edf7;
    display: inline-block;
    border: 1px solid #E3E3E3;
}

.search-product-form  .legend-category {
    width: 30px;
    height: 15px;
    background-color: #fce3f8;
    display: inline-block;
    border: 1px solid #E3E3E3;
}

.search-product-form .control-group {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* use class /diveinfo.ru/backend/protected/modules/records/views/equipment/_form.php */
.toHome  {
    float: left;
    margin-left: 20px;
}
.toHome label {
    font-weight: normal;
}
/* use class /diveinfo.ru/backend/protected/modules/records/views/equipment/_form.php */

.dashborad-docs-menu {
    border:none;
}
.dashborad-docs-menu .panel-heading + .list-group .list-group-item:first-child {
    border-top-width: thin;
}
.dashborad-docs-menu > .list-group .list-group-item {
    border-left: none;
    border-right: none;
    border-width: 1px 1px;
}
.dashborad-docs-menu > .list-group .list-group-item:nth-child(odd) {
    border-right: 1px solid #ddd; /* Добавляем border для нечётных */
}
.dashborad-docs-menu > .list-group .list-group-item:nth-child(even) {
    border-right: none; /* Убираем border для чётных */
}
@media (max-width: 767px) {
    body {
        padding-right: 0;
        padding-left: 0;
    }
}
/*@media (max-width: 480px) {
    .navbar .nav.pull-right {
        float: none;
        text-align: left;
        margin-left: 20px;
    }

    .navbar .nav-collapse {
        clear: both;
        overflow: hidden;
    }

    .btn-navbar {
        margin-top: 6px;
    }
}*//*
@media (max-width: 979px) {
    .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
        color: #fff;
        padding: 2px 14px;
    }
    .navbar-inner .btn-menu i {
        color: #fff;
    }
    .nav-collapse .nav > li {
        float: left;
    }

}
@media (max-width: 480px) {
    .nav-collapse.collapse {
        height: auto !important;
        overflow: hidden !important;
    }

    .nav-collapse.in {
        overflow: visible !important;
    }

    .btn-navbar {
        margin-top: 6px;
    }
}*/
.btn-menu {
    position: absolute;
    right: 10px;
}
.navbar-nav a, .navbar-toggle i {
    color: #fff;
}
.nav-collapse .nav > li > a:hover, .nav-collapse .dropdown-menu a:hover {
    background-color: #016abc;
}
.brand img {
    margin-top: 6px;
    margin-left: 10px;
}
.header-2 {
    font-size: 18px;
    margin: 15px 15px 0 15px;
}

.nav .caret {
    border-top-color: #fff;
    border-bottom-color: #fff;
}

.navbar .nav li.dropdown.open > .dropdown-toggle, .navbar .nav li.dropdown.active > .dropdown-toggle, .navbar .nav li.dropdown.open.active > .dropdown-toggle {
    background-color: #016abc;
    box-shadow: inset 0 1px 0 #016abc;
}

@media (min-width: 764px) {
    .navbar-nav {
        float:right;
    }
    #header .collapse {
        display: block;
    }

}

@media (max-width: 764px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        background-color: #1a8ce4;
        border: none;
        border-radius: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-clip: padding-box;
    }
}
@media (max-width: 979px) {
    .navbar-toggle {
        display: block;
        padding: 2px 12px;
    }
    .nav-collapse .nav > li > a, .nav-collapse .dropdown-menu a {
        color: #fff;
    }
    ul.navbar-nav {
        background: #1a8ce4;
        margin-top: 15px!important;
    }
    ul.navbar-nav li {
        border-bottom: 1px solid #faf8f8;
    }
}

/* Date Picker Default Styles */
.ui-datepicker {
    padding: 0;
    margin: 0;
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #dcdcde;
    border-top: none;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.08);
    min-width: 17em;
    width: auto !important;
   /* z-index: 1000 !important;*/
    z-index:1051!important;
}
.ui-datepicker * {
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    border-radius: 0;
    -webkit-user-select: none;
    user-select: none;
}
.ui-datepicker .ui-datepicker-group {
    float: left;
}
.ui-datepicker table {
    font-size: 13px;
    margin: 0;
    border: none;
    border-collapse: collapse;
}
.ui-datepicker .ui-widget-header,
.ui-datepicker .ui-datepicker-header {
    background-image: none;
    border: none;
    color: #fff;
    font-weight: normal;
}
.ui-datepicker .ui-datepicker-header .ui-state-hover {
    background: transparent;
    border-color: transparent;
    cursor: pointer;
}
.ui-datepicker .ui-datepicker-title {
    margin: 0;
    padding: 10px 0;
    color: #fff;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: relative;
    top: 0;
    height: 34px;
    width: 34px;
}
.ui-datepicker .ui-state-hover.ui-datepicker-prev,
.ui-datepicker .ui-state-hover.ui-datepicker-next {
    border: none;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover {
    left: 0;
}
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
    right: 0;
}
.ui-datepicker .ui-datepicker-prev {
    float: left;
}
.ui-datepicker .ui-datepicker-prev:before {
    content: "\f341";
}
.ui-datepicker .ui-datepicker-next {
    float: right;
}
.ui-datepicker .ui-datepicker-next:before {
    content: "\f345";
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
    display: none;
}
.ui-datepicker .ui-datepicker-next.ui-state-disabled,
.ui-datepicker .ui-datepicker-prev.ui-state-disabled {
    visibility: hidden;
}
.ui-datepicker .ui-datepicker-next:not(.ui-state-disabled):before,
.ui-datepicker .ui-datepicker-prev:not(.ui-state-disabled):before {
    font: normal 20px/34px "dashicons";
    padding-left: 7px;
    color: #fff;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    width: 34px;
    height: 34px;
}
.ui-datepicker .ui-datepicker-prev-hover:before,
.ui-datepicker .ui-datepicker-next-hover:before {
    opacity: 0.7;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 33%;
}
.ui-datepicker thead {
    color: #fff;
    font-weight: 600;
}
.ui-datepicker th {
    padding: 10px;
}
.ui-datepicker td {
    padding: 0;
    border: 1px solid #f0f0f1;
}
.ui-datepicker td.ui-datepicker-other-month {
    border: transparent;
}
.ui-datepicker tr:first-of-type td {
    border-top: 1px solid #f0f0f1;
}
.ui-datepicker td.ui-datepicker-week-end {
    background-color: #f6f7f7;
}
.ui-datepicker td.ui-datepicker-today {
    background-color: #f5e6ab;
}
.ui-datepicker td.ui-datepicker-current-day {
    background: #b8e6bf;
}
.ui-datepicker td.ui-state-disabled {
    cursor: default;
    opacity: 0.2;
}
.ui-datepicker td.ui-state-disabled .ui-state-default {
    background: #dcdcde;
    cursor: default;
}
.ui-datepicker td .ui-state-default {
    background: transparent;
    border: none;
    text-align: center;
    text-decoration: none;
    width: auto;
    display: block;
    padding: 5px 10px;
    font-weight: normal;
    color: #3c434a;
}
.ui-datepicker td .ui-state-default.ui-priority-secondary {
    opacity: 0.3;
}
.ui-datepicker td .ui-state-default.ui-priority-secondary.ui-state-hover {
    opacity: 1;
}
/* WordPress Color Schemes */
/* Default/Unknown */
.ui-datepicker .ui-widget-header,
.ui-datepicker .ui-datepicker-header {
    background: #2271b1;
}
.ui-datepicker thead {
    background: #2c3338;
}
.ui-datepicker td .ui-state-hover {
    background: #2271b1;
    color: #fff;
}
 .ui-datepicker .ui-widget-header,
.ui-datepicker .ui-datepicker-header {
    background: #096484;
}
 .ui-datepicker thead {
    background: #4796b3;
}
 .ui-datepicker td .ui-state-hover {
    background: #096484;
}

/*# sourceMappingURL=datepicker.css.map */

.margin-bottom-15 {
    margin-bottom: 15px;
}
.margin-top-15 {
    margin-top: 15px;
}


/*
 *
 *
 * sto styles start
 *
 *
*/
/* ==================== ОСНОВНЫЕ СТИЛИ ФОРМ ==================== */
.form-container {
   /* max-width: 900px;*/
    margin: 0 auto;
    padding: 20px;
   /* background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);*/
}

.form-container .datepicker {
    padding: 6px 12px;
}
.form-section {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
}

.form-section:last-child {
    border-bottom: none;
    margin-bottom: 20px;
}

.section-header {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    color: #2c3e50;
}

.section-header h3 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}

.section-header i {
    font-size: 20px;
    color: #3498db;
}

/* ==================== СЕТКА И ГРУППЫ ПОЛЕЙ ==================== */
.form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 15px;
}

.control-label {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
    color: #555;
    font-size: 14px;
}

/*
.form-control {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.2s;
}
*/

.form-control:focus {
    border-color: #3498db;
    outline: none;
    box-shadow: 0 0 0 3px rgba(52,152,219,0.1);
}

textarea.form-control {
    min-height: 80px;
    resize: vertical;
}

/* ==================== СПЕЦИАЛЬНЫЕ ЭЛЕМЕНТЫ ==================== */
.input-with-button {
    display: flex;
    gap: 10px;
}

.btn-add {
    white-space: nowrap;
    padding: 5px 8px!important;
    background: #2ecc71;
    color: white;
    border: none;
    border-radius: 4px;
    transition: background 0.2s;
}

.btn-add:hover {
    background: #27ae60;
    color: white;
}

.input-with-icon {
    position: relative;
}

.input-with-icon i {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #95a5a6;
    font-size: 16px;
}

.input-with-unit {
    position: relative;
}

.input-unit {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    color: #95a5a6;
    font-size: 14px;
}

/* ==================== ЗАГРУЗКА ФАЙЛОВ ==================== */
.file-upload-wrapper {
    margin-top: 10px;
}

.file-upload-preview {
    margin-bottom: 15px;
}

.logo-preview {
    max-width: 200px;
    max-height: 100px;
    border: 1px solid #eee;
    border-radius: 4px;
    padding: 5px;
}

.no-logo {
    padding: 20px;
    background: #f8f9fa;
    border: 1px dashed #ddd;
    border-radius: 4px;
    text-align: center;
    color: #95a5a6;
}

.file-upload-control {
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn-upload {
    position: relative;
    padding: 8px 15px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 4px;
    color: #333;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-upload:hover {
    background: #e9ecef;
}

.btn-upload i {
    margin-right: 5px;
}

.file-input {
    position: absolute;
    opacity: 0;
    width: 0.1px;
    height: 0.1px;
    overflow: hidden;
}

.file-name {
    font-size: 13px;
    color: #95a5a6;
}

/* ==================== SELECT2 ==================== */
.select2-container .select2-selection--single {
    height: 38px;
    border: 1px solid #ddd;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    font-size: 14px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px;
}

/* ==================== ВАЛИДАЦИЯ И ОШИБКИ ==================== */
.help-block {
    color: #e74c3c;
    font-size: 13px;
    margin-top: 5px;
}

.alert {
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.alert-success {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}

.alert-danger {
    background: #fdecea;
    color: #e74c3c;
    border: 1px solid #f5c6cb;
}

.alert i {
    margin-right: 8px;
}

/* ==================== КНОПКИ ==================== */
.form-actions {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-top: 30px;
}

.btn {
    padding: 12px 24px;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 16px;
}

.btn-save {
    background: #3498db;
    color: white;
    border: none;
}

.btn-save:hover {
    background: #2980b9;
}

.btn-default {
    background: #f8f9fa;
    color: #333;
    border: 1px solid #ddd;
}

.btn-default:hover {
    background: #e9ecef;
}

/* ==================== СПЕЦИАЛЬНЫЕ ПОЛЯ ВВОДА ==================== */
.license-plate-input {
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.vin-input {
    font-family: monospace;
    letter-spacing: 1px;
}

.year-input {
    max-width: 140px;
}

.phone-input, .inn-input, .kpp-input,
.ogrn-input, .ogrnip-input, .bik-input,
.account-input, .passport-series,
.passport-number, .passport-department {
    font-family: monospace;
    letter-spacing: 1px;
}

/* ==================== АНИМАЦИИ И СКРЫТЫЕ БЛОКИ ==================== */
.hidden-block {
    display: none;
}

.client-type-section {
    animation: fadeIn 0.3s ease;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateY(10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* ==================== АДАПТИВНОСТЬ ==================== */
@media (max-width: 768px) {
    .form-grid {
        grid-template-columns: 1fr;
    }

    .input-with-button {
        flex-direction: column;
    }

    .form-actions {
        flex-direction: column;
    }

    .btn, .btn-save {
        width: 100%;
    }

    .file-upload-control {
        flex-direction: column;
        align-items: flex-start;
    }
}
/**** end ****/

.modal-dialog {
    padding-top: 0;
    padding-bottom: 0;
    width: auto;
}
/*.modal-header .close {
    margin-top: -8px;
}*/

.btn-primary.btn-sm {
    padding: 5px 10px;
}
.fileMenuSection {
    background-color: #f8f8f8;
    font-weight: bold;
    text-align: center;
}

.work-item-input {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
    border: none;
    background: transparent;
    outline: none;
}

.del-col {
    cursor: pointer;
    vertical-align: middle;

    font-size: 17px;

    /* vertical-align: middle; */
    position: relative;
    top: 6px;
    left: 3px;
}

.work-items, .work-parts {
    margin: 20px 0 40px 0;
}
#work .work-total, .work-parts .spare-total {
    padding: 5px!important;
}
#work input, #spare-parts input {
    border: none;
    border-radius: 0;
}
#work td, #spare-parts td {
    padding: 0;
}

/* VIEW NEW */
/* Общие стили */
.repair-view-container {
    margin: 0 auto;
    font-family: 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    color: #333;
}

.header-actions {
    margin-bottom: 20px;
}

/* Карточки информации */
.info-card,
.client-info-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    margin-bottom: 25px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}

.info-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0,0,0,0.12);
}

/* Заголовок карточки */
.card-header {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    gap: 12px;
    border-color: #e3e8ed;
    background: #f7f8f9;
    color: #656565;
}

.card-header h2,
.card-header h3 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    color: #2c3e50;
    flex-grow: 1;
}

.card-header i {
    font-size: 20px;
}

.client-type-badge {
    font-size: 12px;
    padding: 4px 10px;
    border-radius: 12px;
    background: #95a5a6;
    color: white;
    font-weight: 500;
}

.type-fiz { background: #00bcd4; } /* Физ. лицо */
.type-ur { background: #9b59b6; } /* Юр. лицо */
.type-ip { background: #1abc9c; } /* ИП */
.type-sz { background: #a6bc1a; } /* СЗ */

/* Тело карточки */
.card-body {
    padding: 15px 20px;
}

/* Секции информации */
.info-section {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.info-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.section-title {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 15px;
    color: #2c3e50;
}

.section-title h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.section-title i {
    font-size: 16px;
}

/* Строки информации */
.info-row {
    display: flex;
    margin-bottom: 12px;
    line-height: 1.4;
}

.info-row:last-child {
    margin-bottom: 0;
}

.info-label {
    font-weight: 600;
    color: #555;
    /*min-width: 140px;*/
    min-width: 160px;
    flex-shrink: 0;
}

.info-value {
    color: #333;
    word-break: break-word;
}

/* Адаптивная сетка */
.info-cards-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

@media (min-width: 768px) {
    .card-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .info-cards-grid {
        grid-template-columns: 1fr;
    }

    .header-actions {
        flex-direction: column;
        align-items: flex-start;
    }

    .action-buttons {
        margin-top: 15px;
        width: 100%;
    }

    .print-dropdown {
        width: 100%;
    }

    .print-dropdown > button {
        width: 100%;
    }

    .info-row {
        flex-direction: column;
        gap: 2px;
    }

    .info-label {
        min-width: auto;
    }
}

@media (max-width: 480px) {
    .card-header {
        padding: 12px 15px;
    }

    .card-body {
        padding: 12px 15px;
    }

    .section-title h4 {
        font-size: 15px;
    }

    .info-label {
        font-size: 14px;
    }

    .info-value {
        font-size: 15px;
    }
}

/* Стили для таблиц работ и запчастей */
.work-items-table, .parts-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.work-items-table th, .parts-table th {
    background: #f8f9fa;
    padding: 12px;
    text-align: left;
    font-weight: 600;
}

.work-items-table td, .parts-table td {
    padding: 12px;
    border-bottom: 1px solid #eee;
}

/* Кнопки и интерактивные элементы */
.btn {
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-primary {
    background: #3498db;
    color: white;
    border: none;
}

.btn-primary:hover {
    background: #2980b9;
}

.btn-danger {
    background: #e74c3c;
    color: white;
    border: none;
}

.btn-danger:hover {
    background: #c0392b;
}

/* Поля ввода */
.form-control {
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    box-sizing: border-box;
}

/* Модальные окна */
.modal-content {
    border-radius: 8px;
    border: none;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
}

.modal-header {
    background: #f8f9fa;
   /* border-bottom: none;*/
    padding: 15px 20px 6px;
}
.modal-body {
    padding: 10px 20px;
}
.modal-title {
    font-weight: 600;
    color: #2c3e50;
}

/* Иконки */
.icon {
    margin-right: 5px;
}

/* Сумма */
.total-sum {
    font-size: 18px;
    font-weight: 600;
    color: #2c3e50;
    margin: 20px 0;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 4px;
}

/* Специальные стили для отдельных элементов */
.license-plate {
    background: #f1c40f;
    color: #2c3e50;
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: bold;
    font-family: monospace;
}

.vin-code {
    font-family: monospace;
    letter-spacing: 1px;
}

.status-badge {
    font-size: 12px;
    padding: 3px 8px;
    border-radius: 12px;
    background: #95a5a6;
    color: white;
}

.status-1 { background: #2ecc71; } /* Завершен */
.status-2 { background: #3498db; } /* В работе */
.status-3 { background: #e74c3c; } /* Отменен */
.status-4 { background: #f39c12; } /* Ожидание */

.deadline {
    font-weight: 500;
}

.deadline.overdue {
    color: #e74c3c;
}

.icon-warning {
    color: #e74c3c;
    margin-left: 5px;
}

/* Специальные стили для элементов */
.highlight {
    font-weight: 600;
    color: #2c3e50;
}

.phone-number, .email {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.phone-number i, .email i {
    font-size: 14px;
    opacity: 0.7;
}

.document-number {
    font-family: monospace;
    letter-spacing: 0.5px;
    background: #f8f9fa;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 14px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus, .dropdown-submenu:hover > a, .dropdown-submenu:focus > a, .dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color: #428bca;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .btn-primary.btn-circle:hover > i, .btn.btn-circle:hover > i {
    color: #fff;
    background-color: #3276b1;
}

.dashboard-template i {
    font-size: 20px;
}
.dashboard-template .media-body {
    padding: 10px 0;
}
.dashboard-template .media-body a {
    font-size:16px;
}

/** ckeditor **/
/*.editor-container {
    height: 80vh;
}*/
.manage-template-button {
    margin-top: 15px;
}
.cke_skin_office2003 .cke_rcombo .cke_text {
    height: 22px!important;
}
.cke_skin_office2003 .cke_button a, .cke_skin_office2003 .cke_button a:hover, .cke_skin_office2003 .cke_button a:focus, .cke_skin_office2003 .cke_button a:active, .cke_skin_office2003 .cke_button a.cke_off {
    height: 23px!important;
}
.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
    padding: 4px;
}
.text-mutted {
    color: #bfbfbf;
}

/* client other payer */
.info-details {
    margin-top: 5px;
    padding-top: 8px;
    border-top: 1px dashed #ccc;
}

.info-row-sub {
    display: flex;
    align-items: center;
    margin-bottom: 6px;
    font-size: 14px;
}

.info-row-sub .info-label {
    width: 100px;
    font-weight: bold;
    color: #555;
}

.info-row-sub .info-value {
    flex: 1;
}

.info-row-sub i {
    margin-right: 5px;
    color: #777;
}

.toggle-payer-link {
    text-decoration: none;
    color: #1b809e;
}

.toggle-payer-link:hover {
    color: #125a6c;
}

.toggle-payer-link i {
    margin-left: 5px;
    transition: transform 0.2s;
}
/* end client other payer */

.dropdown-menu li a i {
    width: 20px;                /* Фиксированная ширина для всех иконок */
    text-align: center;         /* Центрируем иконку внутри блока */
    margin-right: 4px;          /* Одинаковый отступ справа от иконки */
    display: inline-block;      /* Обеспечиваем применение width и text-align */
    opacity: 0.8;               /* Опционально: улучшаем визуал */
}

/* Опционально: если некоторые иконки жирные (bold), можно выровнять визуально */
.dropdown-menu li a i.icon-credit-card {
    font-weight: normal; /* или 400 — чтобы не выделялся жирный кредит-кард */
}

/* сто реквизиты */
/* Контейнер карточек */
#cards-view {
    display: grid;
    grid-template-columns: 1fr;
    gap: 16px;
    margin: 20px 0;
}

@media (min-width: 768px) {
    #cards-view {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 992px) {
    #cards-view {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Основная карточка */
.requisites-card {
    background: #fff;
    border: 1px solid #e3e8ed;
    border-radius: 4px;
    overflow: hidden;
    font-size: 14px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.requisites-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

/* Заголовок (лёгкий, без фона) */
.card-header-simple {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 16px;
    border-bottom: 1px solid #f0f0f0;
    /* background: #f9f9f9;*/
    background: #F5FAFF;
    font-size: 15px;
}

.sto-name {
    font-weight: 500;
    color: #2c3e50;
}

.edit-btn {
    flex-shrink: 0;
}

.btn-icon {
    display: inline-block;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    border-radius: 50%;
    background: #5191d1;
    color: white;
    font-size: 14px;
    opacity: 0.9;
    transition: opacity 0.2s;
}

.btn-icon:hover {
    opacity: 1;
    text-decoration: none;
    color: #fff;
    background-color: #2a629f;
}

.btn-icon i {
    font-size: 14px;
    vertical-align: middle;
}

/* Содержимое карточки */
.card-content {
    padding: 16px;
    line-height: 1.5;
}

.card-content .row > div {
    margin-bottom: 8px;
}

.card-content strong {
    font-weight: 600;
    color: #555;
}

/* Мобильная адаптация */
@media (max-width: 576px) {
    .card-header-simple {
        font-size: 14px;
        padding: 10px 12px;
    }

    .btn-icon {
        width: 26px;
        height: 26px;
        line-height: 26px;
        font-size: 13px;
    }

    .card-content .row > div {
        flex: 0 0 100%;
        max-width: 100%;
    }
}
/* end сто реквизиты */