html,body {height: 100%!important;}

body {background-color: #EBEBEB;
    background-image: url("../img/bg_main.png");
    color: #666666!important;
    line-height: 18px;
    margin: 0;}
.right {text-align: right;}
.left {text-align: left;}
input.flat, textarea.flat {
    -webkit-transform-style: flat !important;
}
.popover {z-index: 9999;}
td {vertical-align: middle!important;}
.icon_only:before {margin: 0!important;}
.icon_only {padding:2px 2px 5px 5px}
#header{
    height:80px;
    font-family:Tahoma;
    font-size:22px;
    margin:0;
    padding:5px 5px 5px 5px;
    background: #333;
}
.date {font-size: 12px;font-family: "courier new"}
.small_exp {font-size: 10px;color: #888;padding-left: 10px;}
a.lang { margin: 18px 5px 0 0;color: #ddd;padding: 3px 5px 3px 25px;float: right;font-size: 12px;}
a.lang:hover { color: #fff;text-decoration: none;}
.supp-delete-none {opacity: 0.5;}
.supp-delete-none i {opacity: 0.3;}
a:focus {outline: medium none;}

.flag_en {background: url("../img/icons/flag-en.png") no-repeat;}
.flag_ru {background: url("../img/icons/flag-ru.png") no-repeat;}

#page-container {padding-top:10px;}

.red, .red:before, .red:after {color: rgba(203, 0, 0, 0.87) !important}
.green2, .green2:before, .green2:after {color: green !important}

.mainWrapper {overflow:auto; padding-bottom: 40px;}

label {font-weight: normal}
.navbar {padding: 0;margin: 0;border: 0;}
.navbar-header {float:none;
    /*background: url("../img/header_bg.png") repeat-x scroll 0 0 #F3F1F8;*/
    background: url("../img/header-bg.png") repeat-x scroll 0 0 #27348c;
    min-height: 67px;}

.well .row {margin: 0;}

.form-horizontal .form-group {
    margin: 0;
    padding: 5px 0;
}

.form-strip .form-group:nth-child(even) {
    background: #f7f7f9;
    border-bottom: 1px solid #e1e1e8;
}
.form-strip .form-group:nth-child(odd) {
    border-bottom: 1px solid #e1e1e8;
}
.form-strip .form-group:last-child {
    border-bottom: 0;
}

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
    position: relative;
    padding-left: 25px;
    cursor: pointer;
}

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left:0; top: 2px;
    width: 16px; height: 16px;
    border: 1px solid #aaa;
    background: #f8f8f8;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.3)
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
    content: '✔';
    position: absolute;
    top: 0; left: 2px;
    font-size: 16px;
    transition: all .1s;
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}
[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}
[type="checkbox"]:disabled + label {
    color: #aaa;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
    border: 1px dotted blue;
}

/* hover style just for information */
label:hover:before {
    border: 1px solid #4778d9!important;
}


.navbar .brand {
    color: #777777;
    display: block;
    float: left;
    font-size: 20px;
    font-weight: 200;
    padding: 0px;
    text-shadow: 0 1px 0 #FFFFFF;
}

/* Large desktop */
@media (min-width: 1200px) {
    .brand img {}
}
/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .brand img {width: 278px;height: 38px;}
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
    .brand img {width: 278px;height: 38px;}
}
/* Landscape phones and down */
@media (max-width: 480px) {
    .brand img {width: 187px;height: 25px;}
}

.page-header  {margin: 18px 0;padding-bottom: 17px;}
.page-header h4 {font-weight: bold;}



/***********/

.widget_recent_posts   {border-bottom:1px solid #F0F0F0; padding-bottom:5px; padding-top:5px;}
.widget_rp_des  {width:450px; display:block;}
.widget_rp_des p  {padding:5px;}
.widget_rp_des h4  { font-weight:400; padding:5px;}
.widget_rp_des span  { float:right; color:grey; font-size:10px; padding-right:20px;}

.widget_rp_img  {width:70px; padding-right:10px; padding-top:5px; display:block; float:left;}
.widget_rp_img p  {padding:5px;}
.widget_rp_img h4  { font-weight:400; padding:5px;}
.widget_rp_img img  {width:60px;}


.quick-actions {
    padding: 5px 5px 5px;

    font-size:30px;
    *zoom: 1;
}

.quick-actions:before,
.quick-actions:after {
    display: table;
    content: "";
}

.quick-actions:after {
    clear: both;
}
.quick-actions i {font-size:30px; }
.quick-actions btn {margin:10px;}



#sortable { list-style-type:
    none; margin: 0; padding: 0;
    border:none; }
#sortable li {margin:10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border:1px solid #E6E6E6;
    background:#FBFBFB; }

.insert-actions {
    width:460px;
    padding: 5px 5px 5px;

    font-size:30px;
    *zoom: 1;
}

.insert-actions:before,
.insert-actions:after {
    display: table;
    content: "";
}

.insert-actions:after {
    clear: both;
}

.insert-actions i {font-size:20px; padding:5px;}
.insert-actions a {font-size:17px; padding:5px;}


.infoblock {width:140px; display:block; padding:15px;   -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;text-align:center;}

.infoblock p {text-align:center;}


div.shadow {

    background:#FBFBFB;
}

div.shadow:hover {
    cursor: pointer ;
    background:#F3F3F3;
}


.widget_container {
    min-height: 20px;
    overflow:hidden;
    width:auto;
    padding: 20px 20px 10px 20px;
    margin-bottom: 20px;
    background-color: white;
    border:1px solid #D3D3D3;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;

}

.widget_container blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.widget_container-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.widget_container-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}








.widget_heading { display:block; border:1px solid #3F943A; height:40px; border-top-left-radius: 5px 5px;
    border-bottom-right-radius: 5% 0%;
    border-top-right-radius: 5px; background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e5799 0%, #207cca 0%, #27348c 0%, #3e9339 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#207cca), color-stop(0%,#4db848), color-stop(100%,#3e9339)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e5799 0%,#207cca 0%,#4db848 0%,#3e9339 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e5799 0%,#207cca 0%,#4db848 0%,#3e9339 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e5799 0%,#207cca 0%,#4db848 0%,#3e9339 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e5799 0%,#207cca 0%,#4db848 0%,#3e9339 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#3e9339',GradientType=0 ); /* IE6-9 */
}

.widget_heading h4 {color:white; font-weight:400; padding:10px;}

.counter_1 {color:#4DB848;}
.counter_2 {}
.counter_3 {}


/*  --------------------------------------------------
  Buttons
  -------------------------------------------------- */

.button {
    font-family: 'Open Sans', sans-serif;
    background: #00a6fc;
    display: inline-block;
    text-align: center;
    padding: 9px 19px 11px;
    color: #fff;
    text-decoration: none;
    line-height: 1;
    font-size:11px;
    position: relative;
    cursor: pointer;
    border: none;
}
.button a:hover {


    color: #fff;
    text-decoration: none;
    line-height: 1;
    position: relative;
    cursor: pointer;

}

/* Don't use native buttons on iOS */
input[type=submit].button { -webkit-appearance: none; }

.button.nice {
    background: #00a6fc url(../images/misc/button-gloss.png) repeat-x 0 -34px;
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,0.28);
    background: #00a6fc url(../images/misc/button-gloss.png) repeat-x 0 -34px, -moz-linear-gradient(top, rgba(255,255,255,.4) 0%, transparent 100%);
    background: #00a6fc url(../images/misc/button-gloss.png) repeat-x 0 -34px, -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.4)), color-stop(100%,transparent));
    border: 1px solid #0593dc;
    -webkit-transition: background-color .15s ease-in-out;
    -moz-transition: background-color .15s ease-in-out;
    -o-transition: background-color .15s ease-in-out;
}

.button.radius {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.button.round {
    -moz-border-radius: 1000px;
    -webkit-border-radius: 1000px;
    border-radius: 1000px;
}

.button.full-width {
    width: 100%;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
}

.button.left-align {
    text-align: left;
    text-indent: 12px;
}

/* Sizes ---------- */
.small.button       { font-size: 11px; padding: 8px 20px 10px; width: auto; }
.medium.button       { font-size: 13px; width: auto; }
.large.button       { font-size: 18px; padding: 11px 48px 13px; width: auto; }

/* Nice Sizes ---------- */
.nice.small.button     { background-position: 0 -36px; }
.nice.large.button     { background-position: 0 -30px; }




/* Custom Social Buttons ---------- */


/* Disabled ---------- */


.twitter.button      { background: #3B3B3B;} /* Old browsers */


.lightblue.button      {border:1px solid #0058DD; background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e5799 0%, #0199ff 0%, #0082d9 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#0199ff), color-stop(100%,#0082d9)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e5799 0%,#0199ff 0%,#0082d9 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e5799 0%,#0199ff 0%,#0082d9 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e5799 0%,#0199ff 0%,#0082d9 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e5799 0%,#0199ff 0%,#0082d9 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#0082d9',GradientType=0 ); /* IE6-9 */
} /* Old browsers */


.green.button      {border: 1px solid #3F943A; background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top,  #1e5799 0%, #207cca 0%, #4db848 0%, #3e9339 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#207cca), color-stop(0%,#4db848), color-stop(100%,#3e9339)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #1e5799 0%,#207cca 0%,#4db848 0%,#3e9339 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #1e5799 0%,#207cca 0%,#4db848 0%,#3e9339 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #1e5799 0%,#207cca 0%,#4db848 0%,#3e9339 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #1e5799 0%,#207cca 0%,#4db848 0%,#3e9339 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#3e9339',GradientType=0 ); /* IE6-9 */} /* Old browsers */
.green.button:hover, .green.button:focus  { background-color: red; }



/* Hovers ---------- */
.button:hover, .button:focus         { background-color: #0192dd; color: #fff; }
.blue.button:hover, .blue.button:focus    { background-color: #0192dd;   }
.red.button:hover, .red.button:focus     { background-color: #d01217;   }
.white.button:hover, .white.button:focus  { background-color: #dadada; color: #333; }
.black.button:hover, .black.button:focus  { background-color: #000; }
.lightblue.button:hover, .dark.button:focus  { background-color: #000; }


.twitter.button:hover, .black.button:focus  { background-color: #363636; }



/* Disabled ---------- */
.button.disabled, .button[disabled] { opacity: 0.6; cursor: default; }


.button_clear {
    float: left;
    padding-bottom: 20px;
    clear: both;
}

.widget_login {
    min-height: 20px;
    overflow:hidden;
    padding: 19px;
    padding-top:5px;
    margin-bottom: 20px;
    background-color: white;
    border:1px solid #D3D3D3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}

.widget_login blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.widget_login-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.widget_login-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}




.widget_login_social {
    min-height: 20px;
    overflow:hidden;
    padding: 10px;
    margin-bottom: 20px;
    background-color: white;
    border:1px solid #D3D3D3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}

.widget_login_social blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.widget_login_social-large {
    padding: 24px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

.widget_login_social-small {
    padding: 9px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.social-box {background: #fff;padding: 10px;border:1px solid #D3D3D3;border-radius: 4px;overflow: hidden;}
#editable form {margin: 0!important;}

.footer {
    background: url("../img/footer-bg.png") repeat-x scroll 0 -2px transparent;
    height: 40px !important;
    position: relative;
    margin-top: -40px; /* negative value of footer height */
    clear:both;
}
.footer_text {
    color: #ccc;
    float: right;
    font-size: 12px;
    margin:10px 30px;
}

th.for_header_gray, tr.for_header_gray th {background:#464646;color:#f7f7f7;font-weight: bold;}
th.for_header_gray:hover, tr.for_header_gray th:hover, tr.for_header_gray td:hover {background:#464646!important;color:#f7f7f7!important;font-weight: bold;}
.form_header{
    color: #0088CC;
    font-weight: bold;
    background: #f5f5f5;
    *display: inline;
    padding: 4px 12px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    *border: 0;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    vertical-align: middle!important;
}
.form_header_sm{
    color: #0088CC;
    font-weight: bold;
    background: #f5f5f5;
   font-size: 11px;
text-align: center;
}

.form_header:hover,
.form_header:focus {
    text-decoration: none;
    background-position: 0 -15px;
    -webkit-transition: background-position 0.1s linear;
    -moz-transition: background-position 0.1s linear;
    -o-transition: background-position 0.1s linear;
    transition: background-position 0.1s linear;
}

table.rack {
    background: #fff;
}
table.rack td {
    border:1px solid #888;
}
table.rack ul {
    list-style: none;
    margin-bottom: 0 !important;
    margin-left: 0;
    padding: 0;
}
table.rack ul li {
    margin-left: 10px;

    border-bottom: 1px solid #EEEEEE;
    font-size: 13px;
}

table.rack ul li:last-child {border:0!important;}

table.rack ul li a{
   margin: 3px;
    background: #f7f7f7;
    font-weight: bold;
}

.audit_0 {background-color:#ffffff;}
.audit_24 {background-color:#d3ffa8;}
.audit_48 {background-color:#abff59;}
.audit_admin_0 {background-color:#FFF0F0;}
.audit_admin_24 {background-color:#ffe4e1;}
.audit_admin_48 {background-color:#ffa89b;}



.badgex {font-size: 12px;font-weight: bold;margin-right: 5px;}
.badgex2 {font-weight: bold;border-radius:3px;padding: 2px 3px;font-size: 10px;color:#fff;margin-left:5px;}

.laym {background-color: #f0f0f0;text-align: center;color:#676767;font-weight: bold;font-size:12px;}
.laym .weekday {color:#ef456f;text-align: center;display: block;}

#menu {
    left: 0;
   /* margin-bottom: -99999px;*/
    overflow: hidden;
  /*  padding-bottom: 99999px;*/
    /*position: absolute;*/
    top: 65px;
}
#menu #menuInner {
    border-right: 1px solid #D0D0D0;
    float: left;
    margin-bottom: -99999px;
    padding-bottom: 99999px;
    position: relative;
    width: 99%;
}
#menu #menuInner > ul {
    border-top: 1px solid #DDDDDD;
    float: left;
    margin: 0 0 25px;
}
#menu #menuInner > ul > li:first-child {
    border-top: 1px solid #FAFAFA;
}
#menu > ul, #menu .slim-scroll > ul {
    display: block;
    list-style: none outside none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#menu > ul:first-of-type, #menu .slim-scroll > ul:first-of-type {
    border-top: 1px solid #DDDDDD;
}
#menu > ul li, #menu .slim-scroll > ul li {
    border-bottom: 1px solid #FAFAFA;
    display: block;
    height: 39px;
    line-height: 39px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
}
#menu > ul li a, #menu .slim-scroll > ul li a {
    border-bottom: 1px solid #DDDDDD;
    color: #222222;
    display: block;
    font-size: 13px;
    height: 38px;
    line-height: 38px;
    margin: 0;
    padding: 0;
    text-decoration: none;
    width: auto;

}
#menu > ul li a.glyphicons, #menu .slim-scroll > ul li a.glyphicons {
    padding: 0 0 0 18px;
}
#menu > ul li a.glyphicons:before, #menu .slim-scroll > ul li a.glyphicons:before {
    /*color: #37A6CD;*/
    color: #27348c;
    font-size: 17px;
    left: 20px;
    top: 10px;
}

a.btn {display: inline!important;}

#menu > ul li a:hover, #menu .slim-scroll > ul li a:hover {
    background: none repeat scroll 0 0 #EFEFEF;
}
#menu > ul li.active, #menu .slim-scroll > ul li.active {
    overflow: visible;
    position: relative;
}
#menu > ul li.active > a, #menu .slim-scroll > ul li.active > a {
    background: none repeat scroll 0 0 #FFFFFF;
}
#menu > ul li.active:after, #menu .slim-scroll > ul li.active:after {
   /* background: none repeat scroll 0 0 #37A6CD;*/
    background: none repeat scroll 0 0 #27348c;
    bottom: 0;
    content: "";
    display: inline-block;
    position: absolute;
    right: -10px;
    top: 0;
    width: 9px;
}

#menu > ul li.hasSubmenu.active, #menu .slim-scroll > ul li.hasSubmenu.active {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #DDDDDD;
    height: auto;
    padding: 0 0 8px;
}
#menu > ul li.hasSubmenu.active a, #menu .slim-scroll > ul li.hasSubmenu.active a {
    border: medium none;
}
#menu > ul li.heading span, #menu .slim-scroll > ul li.heading span {
    background: none repeat scroll 0 0 #ECECEC;
    border-bottom: 1px solid #DDDDDD;
    color: #AFAFAF;
    display: block;
    font-family: 'Raleway',sans-serif;
    font-size: 11pt;
    font-weight: 600;
    height: 38px;
    padding: 0 0 0 20px;
    text-transform: uppercase;
}
#menu > ul ul, #menu .slim-scroll > ul ul {
    list-style: none outside none;
    margin: 0;
    padding: 0;
}
#menu > ul ul li, #menu .slim-scroll > ul ul li {
    border: medium none;
    height: auto;
}
#menu > ul ul li a, #menu .slim-scroll > ul ul li a {
    border: medium none;
    font-weight: 400;
    height: 25px;
    line-height: 25px;
    padding: 0 0 0 20px;
}
#menu > ul ul li a.glyphicons i:before, #menu .slim-scroll > ul ul li a.glyphicons i:before {
    color: #222222;
    font-size: 12px;
    left: 22px;
    top: 7px;
}
#menu > ul ul li a:hover, #menu .slim-scroll > ul ul li a:hover {
    background: none repeat scroll 0 0 #BFE0F5;
}
#menu > ul ul li.active a, #menu .slim-scroll > ul ul li.active a {
    background: none repeat scroll 0 0 #BFE0F5;
    font-weight: 600;
}

#estimate iframe
{
    display:none;/*sorry for IE5*/
    display/**/:block;/*sorry for IE5*/
    position:absolute;/*must have*/
    top:0;/*must have*/
    left:0;/*must have*/
    z-index:-1;/*must have*/
    filter:alpha(opacity=0);/*must have*/
    width: 0%;/*must have for any big value*/
    _width: 120%;/*must have for any big value*/
    height: 0%;/*must have for any big value*/;
    _height: 100%;/*must have for any big value*/;
    border:0;
}

#main {margin-top:0;background: url('../img/menu-bg.png') repeat-y scroll 0 0;}

.perm_head {background: #f5f5f5;}
.gly-white i:before {color: #ddd!important;}
a.sys-link, a.sys-link:active, a.sys-link:visited {font-size: 12px;color:#27348c;}
a.sys-link:hover {}

.modal-body {background: #f9f9f9;}
.modal-footer {margin:0;}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 5px 8px;
}

.wizard {
    background-color: #f9f9f9;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    *zoom: 1;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.wizard:before,
.wizard:after {
    display: table;
    line-height: 0;
    content: "";
}

.wizard:after {
    clear: both;
}

.wizard ul {
    padding: 0;
    margin: 0;
    list-style: none outside none;
}

.wizard ul li {
    position: relative;
    float: left;
    height: 46px;
    padding: 0 20px 0 30px;
    margin: 0;
    font-size: 16px;
    line-height: 46px;
    color: #999999;
    cursor: default;
    background: #ededed;
}

.wizard ul li .chevron {
    position: absolute;
    top: 0;
    right: -14px;
    display: block;
    border: 24px solid transparent;
    border-right: 0;
    border-left: 14px solid #d4d4d4;
}

.wizard ul li .chevron:before {
    position: absolute;
    top: -24px;
    right: 1px;
    display: block;
    border: 24px solid transparent;
    border-right: 0;
    border-left: 14px solid #ededed;
    content: "";
}

.wizard ul li.complete {
    color: #468847;
    background: #f3f4f5;
}

.wizard ul li.complete:hover {
    cursor: pointer;
    background: #e7eff8;
}

.wizard ul li.complete:hover .chevron:before {
    border-left: 14px solid #e7eff8;
}

.wizard ul li.complete .chevron:before {
    border-left: 14px solid #f3f4f5;
}

.wizard ul li.active {
    color: #3a87ad;
    background: #f1f6fc;
}

.wizard ul li.active .chevron:before {
    border-left: 14px solid #f1f6fc;
}

.wizard ul li .badge {
    margin-right: 8px;
}

.wizard ul li:nth-child(1) {
    z-index: 10;
    padding-left: 20px;
    border-radius: 4px 0 0 4px;
}

.wizard ul li:nth-child(2) {
    z-index: 9;
}

.wizard ul li:nth-child(3) {
    z-index: 8;
}

.wizard ul li:nth-child(4) {
    z-index: 7;
}

.wizard ul li:nth-child(5) {
    z-index: 6;
}

.wizard ul li:nth-child(6) {
    z-index: 5;
}

.wizard ul li:nth-child(7) {
    z-index: 4;
}

.wizard ul li:nth-child(8) {
    z-index: 3;
}

.wizard ul li:nth-child(9) {
    z-index: 2;
}

.wizard ul li:nth-child(10) {
    z-index: 1;
}

.wizard .actions {
    float: right;
    padding-right: 15px;
    line-height: 44px;
    vertical-align: middle;
}

.wizard .actions a {
    margin-right: 8px;
    font-size: 12px;
    line-height: 45px;
}

.wizard .actions .btn-prev i {
    margin-right: 5px;
}

.wizard .actions .btn-next i {
    margin-left: 5px;
}

.btn.icon {padding: 2px 5px 7px
}

.input-group.inner .input-group-addon {background: #fff!important;}
.input-group.inner .form-control {border-left:none!important;}

.serie-result {width: 100%;}
.serie-result img {width: 64px;height: 64px;}

.readonly {border:0!important;background: #fff!important;font-weight: bold;font-size:16px;}
.hiddenRow {padding: 0!important;}
.accordion-toggle {cursor: pointer}

a.pdf-icon i {background: url('/img/pdf16.gif') no-repeat center center;height: 20px;width: 20px;display: block;}
.container {
    max-width: 9999px!important;
}

.bar {height: 6px;width:2px;background: rgb(26, 135, 213);}
.bar-text {float: left;font-size: 12px;}
.bar-container {float: left;border: 1px solid #aaa;width: 114px;padding: 1px;margin:4px 12px 0 0;}

#bonus_tabs {
    margin-top: 22px;
}
#bonus_tabs li {}
#bonus_tabs li a {
    padding: 8px 15px;
}

.dNext i:before, .dPrev i:before {
    color:rgb(185, 185, 185);
}

.dNext.active i:before, .dPrev.active i:before {
    color:rgb(85, 85, 85);
}
.dNext.active:hover i:before, .dPrev.active:hover i:before {
    color: rgb(51, 60, 139);
}
#dMonth {font-size: 14px;font-family: helvetica;width: 300px;text-align: center;line-height: 20px;}
#dMonth span {font-size: 21px;}
#loadingDiv {width: 100%;text-align: center;padding-top: 20px;}

.list-group-item2 {font-size: 14px;padding: 2px;}

/* checkbox aspect */
.visible-chk:checked + label:before {
    content: none;
}
.visible-chk:not(:checked) + label:before {
    content: "\E053";
    font: 16px/1em 'Glyphicons Regular';
    background: #fff;
    border: none;
    color:#aaa;
    box-shadow: none;
}
/* checked mark aspect */
.visible-chk:checked + label:after,
.visible-chk:not(:checked) + label:after {
    content: "\E052";
    font: 16px/1em 'Glyphicons Regular';
    color:#46A028;
    border:0;
}

.visible-chk:not(:checked) + label:hover:before {
    border:none!important;
    color:#777;
}
