html, body {
    margin:0;
    padding:0;
    height:100%;
}
body {
    /*background: url("/images/bodybg.gif") repeat center;*/
    text-align: justify;
    font-family: "Trebuchet MS", Helvetica, sans-serif;

}
h1, .h1 {
    font-size: 24px;
}
h2, .h2 {
    font-size: 20px;
}
h1, .h1, h2, .h2, h3, .h3 {
    margin-top: 0px;
    margin-bottom: 10px;
}
.toprint {
    display: none;
}
.glyphicon-garage {
    display: block;
    width: 16px;
    height: 16px;
    background: url(/fonts/garage2.png);
}
.table > tbody > tr > th {
    padding: 4px 8px;
    vertical-align: middle;
}
.adminPage, .table {
    font-size: 12px;
}
a:hover .glyphicon-garage {
    opacity: 0.9;
}
a.white:hover {
    color: yellow;
}
.glyphicon-asterisk {
    font-size: 4px;
    vertical-align: middle;
    height: 8px;
}
hr.separator {
    margin-bottom: 0px;
    border-top: 1px solid #ccc;
}
hr.commentList {
    border-color: #ccc;
    margin: 10px 0px;
}
.container {
    min-height:100%;
    position:relative;
    padding-bottom: 50px;
}
input, select {
    vertical-align: middle;
}

.serviceRequestList {
    font-size: 12px;
    padding-right: 0px;
}
.serviceRequestItem {
    /*background-color: #eee;*/
    padding: 5px 0px 0px 0px;
    margin: 0px 0px 5px 0px;
    border: 2px outset;
    cursor: pointer;
}
#serviceRequestItemForm, .serviceRequestItemForm {
    padding: 0 0 10px 0;
    margin: 38px 0 0 0;
    background-color: #fff;
}
.serviceRequestItemForm .serviceStatus + .chosen-container {
    width: 200px !important;
}
.serviceRequestItemForm hr {
    margin: 0;
    border-color: #ccc;
}
.serviceRequestItemForm .srStatus,
.serviceRequestItemForm .worksInfo,
.serviceRequestItemForm .partInfo,
.serviceRequestItemForm .clientInfo {
    padding: 0px 10px;
    padding: 0px 10px;
}
.serviceRequestItemForm .headerName {
    text-transform: uppercase;
    margin: 0;
    background-color: #eee;
    width: 100%;
    padding: 2px 5px;
}
.serviceRequestItemForm .headerName a {
    text-transform: lowercase;
    font-weight: normal;
    font-size: 12px;
}
.serviceRequestItemForm .textEdit {
    display: none;
    float: right;
    width: 70%;
    padding: 0 2px;
}
.serviceRequestItemForm .buttonCancelEditText {
    display: none;
    float: right;
    color: red;
    margin-top: 4px;
}
.serviceRequestItemForm .textOrig {
    cursor: default;
}
.serviceRequestItemForm .srTitle.bg-primary {
    background-color: lightblue;
    color: #000;
}
.serviceRequestItemForm .srTitle {
    /*background: #eee;*/
    font-size: 18px;
    padding: 7px 15px;
}
.serviceRequestItemForm .serviceRequestPosts {
    min-height: 40px;
    padding: 2px 6px;
}

#formAddUserToPost {
    display: none;
    background: #fff;
    padding: 10px;
    position: absolute;
    right: 0;
    z-index: 9999;
    border: 1px solid #999;
    font-size: 12px;
}
#formAddUserToPost .usersList {
    max-height: 200px;
    overflow: auto;
    margin-bottom: 10px;
}

.chosen-container-single .chosen-single {
    height: 34px !important;
    font-size: 14px !important;
    padding: 5px 10px !important;
}
.footer {
    position: absolute;
    bottom: 0;
    padding: 0px;
    color: #000;
    font-size: 12px;
    width: 98%;
}
.footer .f-bottom {
    border-top: 1px solid #ccc;
    padding: 5px 10px 0px 10px;
    font-size: 10px;
    color: #666;
}
.footer .f-bottom div.inline {
    border-left: 1px solid #ccc;
    padding: 0px 10px;
}
.footer .f-bottom div.inline:first-child {
    border-left: none;
}
.footer .f-bottom a {
    font-size: 11px;
    color: #555;
    cursor: pointer;
    font-weight: bold;
}
.footer .f-bottom a:hover {
    color: #35A6CB;
    text-decoration: none;
}
.footer .f-bottom .regions {
    margin: 0;
}
.footer .f-bottom .regions.region {
    min-width: 250px;
    display: inline-block;
}
.footer .f-bottom .regions a {
    font-size: 10px;
}
.footer .copyright {
    border-top: #FFA500 1px solid;
    font-style: italic;
}
.footer a {
    font-size: 12px;
    color: rgb(0, 0, 0);
    text-decoration: none;
    margin: 0px 5px;
    display: inline;
}
.footer .menu a:before {
    content: '[';
}
.footer .menu a:after {
    content: ']';
}
.footer a:hover {
    text-decoration: underline;
}
.panel > div, .footer p {
    margin: 0px !important;
}
.logo {
    padding: 10px 0px;
}
.main-menu {
    margin-left: 10px;
    margin-top: 20px;
}
.exit-menu {
    margin-right: 0px;
    margin-top: 20px;
}
.iconInfo {
    padding-left: 40px !important;
}
.iconInfo a {
    color: #000;
    opacity: 0.5;
    text-decoration: none;
}
.iconInfo a:hover {
    opacity: 1;
}
.applying {
    cursor: pointer;
}
.applying th {
    background: url("/images/srchbg.gif") repeat-x scroll 0% 0% transparent;
    color: #fff;
}
.applying th:hover {
    text-decoration: underline;
}
.applying th > a{
    color: #fff;
}
.thumbnail {
    margin-bottom: 5px;
    margin-right: -10px;
}
.thumbnail > img, .thumbnail a > img {
    max-height: 249px;
    max-width: 249px;
}
.thumbnail:nth-child(n+2) {
    width: 85px;
    height: 85px;
    float: left;
}
.thumbnail:nth-child(n+2) img {
    width: 75px !important;
    height: 75px !important;
}
.preLoader {
    display: none;
    position: absolute;
    width: 635px;
    height: 400px;
    top: 0px;
    text-align: center;
    padding-top: 200px;
}
.preLoader > div {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: #777;
    opacity: 0.3;
    margin: 0px !important;
}
#previewImg {
    display: none;
    position: absolute;
    top: -4px;
    left: 15px;
    z-index: 99;
    text-align: center;
    min-width: 300px;
    min-height: 100px;
    border: 1px #35A6CB solid;
    border-radius: 4px;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* KHTML */
    padding: 4px;
    background: #fff;
    cursor: pointer;
    z-index: 9999;
}
#previewImg .glyphicon {
    position: absolute;
    right: 5px;
    top: 5px;
}
.btn.glyph {
    border: none;
    background: none;
    border-left: 1px solid transparent;
    border-right: 1px solid transparent;
    font-size: 14px;
    padding: 5px 1px;
}
.btn.glyph:hover {
    color: #428BCA;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
}
.btn.glyph:hover .glyphicon-remove {
    color: red;
}
.btn.glyph:hover .glyphicon-ok {
    color: #03CA27;
}
.btn .glyphicon {
    line-height: inherit;
}

/* **************************************** */
/*            Jumbotron style               */
/* **************************************** */
.jumbotron {
    background-color: #DEB887;
    padding: 20px 40px;
}
.jumbotron h1 {
    font-size: 43px;
}
.jumbotron p {
    font-size: 14px;
}
.jumbotron span {
    display: block;
}
.jumbotron .jname {
    font-weight: bold;
    text-decoration: underline;
}
.jumbotron .jtext {
    margin-bottom: 10px;
}
/* **************************************** */
/*             Navbar style                 */
/* **************************************** */
.navbar {
    margin-bottom: 10px;
    min-height: 80px;
}
.navbar-default {
    background-color: #FFA500;
    border-color: #545454;
}
.navbar-nav {
    margin-right: 0px;
}
.navbar-collapse.in {
    margin-top: 10px;
}
.navbar-default .navbar-nav>.active>a,
.exit-menu.navbar-nav>.active>a:hover {
    background: none;
    background-color: transparent !important;
}
.navbar-default .navbar-nav>.active {
    background: #DEB887;
}
.navbar-default .main-menu > .active {
    background: none;
}
.main-menu > li {
    border-right: 1px solid #fff;
}
.navbar-default .main-menu > li:last-child {
    border-right: none;
}
.navbar-default .navbar-nav > li > a {
    color: #fff !important;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 0px 0px 0px;
    margin: 7px 10px;
}
.main-menu > .active > a,
.main-menu > .active > a:hover,
.main-menu > li > a:hover {
    color: #fff;
    background: none !important;
    border-bottom: 3px solid #fff;
}


.navbar-default .navbar-text {
    color: #fff;
}
.nav-tabs {
    margin-top: 4px;
}
.nav-pills {
    margin: 4px 0px;
}
.nav-pills>li>a {
    border: #ccc 1px solid;
}
.nav-pills>li.active>a,
.table>tbody>tr>td.servicePostSelect.active{
    color: #fff;
    background-color: green;
}
.nav-pills>li.active>a:hover,
.table>tbody>tr>td.servicePostSelect.active:hover {
    color: #000;
    background-color: lightgreen;
}
.row {
    margin: 0px;
}
.row div {
    margin-top: 4px;
    margin-bottom: 4px;
}
.navbar-form.navbar-right:last-child {
    margin-right: 0px;
}
.navbar-btn:last-child {
    margin-right: 15px;
}
/* **************************************** */
/*                Blocks                    */
/* **************************************** */
.blockTop div {
    margin: 0px;
}
/* **************************************** */
/*              Forms style                 */
/* **************************************** */
.col-md-6.form-control {
    width: 50%;
}
.col-md-5.form-control {
    width: 41.66666667%;
}
.col-md-2.form-control {
    width: 16.66666667%;
}
#formEnter .form-control, #formEnterAdmin .form-control, #getSparePart .form-control  {
    width: 200px;
    display: inline;
    padding: 2px 6px;
    height: 30px;
    margin: 2px auto;
}
.search {
    background: url(/images/srchbg.gif) repeat-x;
    height: 80px;
    text-align: center;
    border-radius: 4px;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* KHTML */
}
#formSearch {
    margin: 22px -20px;
}
#formSearch .form-control {
    width: 50%;
    display: inline;
    max-width: 300px;
    border-color: #fff;
} 
#formSearch .btn {
    margin-top: -1px;
    margin-left: 4px;
    border-color: #fff;
}
#formRegUser, #formActivationUser, #getSparePart, #formAddPart, #formPartFind {
    width: 50%;
    margin-left: 25%;
}
#profile legend, #saveUser legend {
    font-weight: bold;
    font-size: 16px;
}
#profile form label, #saveUser label {
    font-size: 12px;
}
#profile form label {
    width: 130px;
    text-align: left;
}
#profile form .form-control {
    display: inline;
}
#profile fieldset fieldset .form-control {
    width: 530px !important;
}
.alert.alert-danger, .alert.alert-success {
    display: none;
    position: absolute;
    top: 46px;
    right: -30px;
    padding-top: 8px;
    padding-bottom: 8px;
    z-index: 9999;
    margin-right: 20px;
}
.alert-danger {
    color: #fff;
    background-color: red;
}
.input-group-addon {
    cursor: default !important;
}
.input-xs {
    height: 22px;
    padding: 0px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
#pricing table td {
    vertical-align: middle;
}
#pricing div.pricingClass {
    padding: 10px 10px 5px 20px;
    width: 100%;
    background-color: orange;
    margin: 0px 0px 6px 0px;
    color: #fff;
}
#pricing .pricingClassValue {
    width: 100px;
    display: inline;
    text-align: right;
    margin-left: 10px;
    font-size: 18px;
    padding-right: 0px;
}
#pricing tr:hover th {
    background: #337ab7;
}
#pricing tr:hover td.classHeader {
    background: #d9edf7;
}
#pricing tr:hover td {
    background: #eee;
}
#pricing .pricingMinutes, #pricing .pricingTimes {
    width: 65px;
    text-align: right;
    font-size: 11px;
    font-style: italic;
}
#pricing .pricingTimes:before {
    content: '(';
}
#pricing .pricingTimes:after {
    content: ')';
}
#pricing .pricingHours:after {
    content: ' ч';
}
#pricing .pricingMinutes:after {
    content: ' мин';
}
#pricing .form-group, #pricing .input-group {
    margin: 0px;
}
#pricing .pricingWorkCost {
    display: none;
}
.workChangeValue {
    cursor: pointer;
}
#pricing input.activeInput, #pricing span.activeSpan {
    display: block;
}
#pricingTab li.active a {
    cursor: pointer;
}
#pricing .pricingClassValue:disabled {
    border: none;
    background: none;
    color: red;
    font-weight: bold;
    text-align: left;
    width: 100px;
    font-size: 18px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    cursor: text;
    border-radius: 0px;
    margin: 0px;
}
#pricingFormChangeType .pricingFormChangeHeader {
    margin-top: -30px;
    padding: 5px 20px 5px 20px;
    font-size: 16px;
    background: #0274C5;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
}

.headerModalForm {
    margin-top: -47px !important;
    padding: 5px 20px 5px 20px;
    font-size: 16px;
    background: #0274C5;
    color: #fff;
    border-radius: 10px 10px 0px 0px;
    text-align: center;
}
.titleModalForm {
    background: #337ab7;
    padding: 5px;
    margin: 5px 0px 10px 0px;
    border-radius: 30px;
    color: #fff;   
}
.titleModalFormNoBack {
    padding: 5px;
    margin: 5px 0px 10px 0px;
    border-radius: 30px;
}
.headerModalForm.bg-green {
    background: #5cb85c;
}
.showfullText .glyphicons.remove_2,
.headerModalForm .glyphicons.remove_2,
.headerModalForm .glyphicons.circle_question_mark {
    position: absolute;
    right: 7px;
    top: 7px;
}
.headerModalForm .glyphicons.circle_question_mark {
    right: 19px;
}
.signToSTOMainForm div {
    padding: 0;
    margin: 0;
}
.toStoDateCheckBody {
    margin-left: 40px !important;
}
.toStoDateCheck {
    /*overflow: hidden;*/
    height: 40px;
    text-align: center;
}
.toStoDateCheckItem {
    text-align: center;
    border: 1px solid #aaa;
    height: 40px;
    font-size: 12px;
    padding: 3px 2px !important;
    margin: 0px 1px !important;
    cursor: pointer;
    float: left;
    width: 89px;
    background: lightgreen;
    color: #000;
    border-radius: 4px;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* KHTML */
}
.toStoDateCheckItem:nth-child(n+8) {
    display: none;
}
.toStoDateCheckLeft, .toStoDateCheckRight {
    margin-right: 7px;
    cursor: pointer;
    border: 1px solid #aaa;
    float: left;
    height: 40px;
    padding: 11px 1px 0px 1px !important;
    background: lightgreen;
    border-radius: 4px;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* KHTML */
}
.toStoDateCheckItem.noactive, 
.toStoDateCheckLeft.noactive, 
.toStoDateCheckRight.noactive {
    background: lightgray;
    color: gray;
    cursor: no-drop;
}
.toStoDateCheckRight {
    margin-right: 0px;
    float: right;
}
.toStoDateCheckItem.active.holliday { 
    color: red;
}
.toStoDateCheckItem.active:hover, 
.toStoDateCheckLeft.active:hover, 
.toStoDateCheckRight.active:hover,
.toStoDateCheckItem.checked,
.toStoDateCheckTimeItem.checked,
.toStoDateCheckItem.active.holliday.checked {
    background: #337ab7;
    color: #fff;
}
.toStoDateCheckTime {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 82px;
    height: 170px;
    overflow: auto;
    background: #337ab7;
    color: #fff;
    padding: 3px 2px;
    font-size: 14px;
    border-radius: 0px 0px 4px 4px;
    -moz-border-radius: 0px 0px 4px 4px; /* Firefox */
    -webkit-border-radius: 0px 0px 4px 4px; /* Safari, Chrome */
    -khtml-border-radius: 0px 0px 4px 4px; /* KHTML */
}
.toStoDateCheckTimeItem {
    width: 100%;
    padding: 0px 15px;
    text-align: center;
}
.toStoDateCheckTimeItem:hover, 
.toStoDateCheckTimeItem.checked {
    background: #fff;
    color: #337ab7;
}
.toStoCheckedDateTime {
    display: inline;
    background: #337ab7;
}
/******************************************/
/*               scrollbar                */
/******************************************/
::-webkit-scrollbar-button {
    background-image:url('');
    background-repeat:no-repeat;
    width:5px;
    height:0px
}
::-webkit-scrollbar-track {
    background-color:#ecedee
}
::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 0px;
    background-color: lightgray;
}
::-webkit-scrollbar-thumb:hover{
    background-color: grey;
}
::-webkit-resizer{
    background-image:url('');
    background-repeat:no-repeat;
    width:10px;
    height:0px
}
::-webkit-scrollbar{
    width: 10px;
}
/******************************************/

.listWorkForToSto  {
    display: none;
    position: absolute;
    z-index: 9999;
    width: 90%;
    min-height: 300px;
    margin: auto;
    background: #fff;
    border: 1px solid #999;
    padding: 10px 17px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    overflow: auto;
    font-size: 12px;
}
.listWorkForToSto [type=checkbox], .typeOfWorks label {
    margin-top: 0px;
}
.listWorkForToSto ul {
    padding: 0px;
    list-style: none;
}
.listWorkForToSto label:first-child {
    font-size: 14px;
}
.listWorkForToSto label {
    cursor: pointer;
    font-weight: normal;
}
.listWorkForToSto .workLevel1 {
    margin-left: 60px;
    display: none;
    min-height: 20px;
}
.listWorkForToSto .workLevel1 label {
    font-size: 12px;
    font-weight: normal;
}

.success {
    color: rgb(255, 255, 255);
    border-color: #aaa;
    background-color: #03CA27;
}
.error {
    border-color: red;
}
.error .close {
    top: 0px;
    color: #fff;
    opacity: 1;
}

.alert-dismissable .close:hover, .alert-dismissable .close:focus {
    color: #000;
    opacity: 0.5;
}
form span.blue, form span.red.fnt14 {
    display: block;
}
form span.red.fnt12 {
    display: block;
    margin-left: 135px;
}
form#formRegUser span.red.fnt12 {
    margin-left: 0px;
}
.table-striped > tbody > tr:nth-child(2n+1) > td, .table-striped > tbody > tr:nth-child(2n+1) > th {
    background-color: lightgrey;
}
.table-striped > tbody > tr:nth-child(2n+2) > td, .table-striped > tbody > tr:nth-child(2n+2) > th {
    background-color: #f4f4f4;
}
.table-hover.table-striped > tbody > tr:hover > td {
    background-color: #fff;
}
.table-hover > tbody > tr:hover > th {
    background-color: lightgrey;
}
.table-hover > tbody > tr.otherHover > td {
    background-color: #F0E68C;
}
.table-hover > tbody > tr.otherHover:hover > td {
    background-color: #FAFAD2;
}
.table-hover tr.bg-primary:hover, .table-hover tr.bg-primary:hover th {
    background-color: #337ab7;
}
.table > tbody > tr > th {
    text-align: center;
}
.table-noborder>tbody>tr>td {
    border: none;
}

fieldset {
    border: 1px solid #999;
    padding: 5px 20px;
    margin-bottom: 20px;
}
legend {
    font-size: 14px;
    width: auto;
    margin: 0px;
    padding: 0px 5px;
    border: none;
}
.mapLegend {
    font-size: 12px;
    margin: 0px !important;
}
.mapLegend div {
    margin: 2px 0px;
}
.mapLegend img {
    width: 15px;
}
#usergeo .rowCity {
    background: #eee;
}
#usergeo .rowCity:hover {
    background: #ddd;
}
#usergeo .rowPoint {

}
/* **************************************** */
/*              Post style                  */
/* **************************************** */
.postTitle {
    font-weight: bold;
    font-size: 18px;
}
.postDate {
    font-size: 10px;
    color: #999;
    display: block;
}
.postContent {
    font-size: 12px;
    color: #555;
    padding-bottom: 15px;
}
.help-block {
    font-size: 12px;
    color: #999;
}
#sitemap .help-block {
    display: inline;
    font-size: 12px;
    margin-left: 20px;
    font-style: italic;
    color: #999;
}
#sitemap .help-block:before {
    content: '(';
}
#sitemap .help-block:after {
    content: ')';
}
.btn-exit {
    background: transparent;
    border: none;
    padding: 8px 13px;
    color: #fff;
}
.btn-exit:hover {
    color: #eee;
}
.saveme {
    margin: -11px 0px 0px 0px;
    font-size: 12px;
    height: 30px;
}
.saveme input {
    float: left;
}
.saveme label {
    font-weight: normal;
    margin: 4px 0px 5px 10px;
    cursor: pointer;
    float: left;
    margin: 2px 7px;
}

/* **************************************** */
/*              Misc style                  */
/* **************************************** */
#maskModal {
    display: none;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    /*background: #999 url('/images/loader.gif') no-repeat center;*/
    background: #999;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE 5.5+*/
    -moz-opacity: 0.7; /* Mozilla 1.6 и ниже */
    -khtml-opacity: 0.7; /* Konqueror 3.1, Safari 1.1 */
    opacity: 0.7; /* CSS3 - Mozilla 1.7b +, Firefox 0.9 +, Safari 1.2+, Opera 9+ */
    z-index: 2000;
}

#enterModal {
    display: none;
    width: 350px;
    background: #fff;
    position: absolute;
    top: 200px;
    margin-left: -175px;
    left: 50%;
    z-index: 2000;
    padding: 20px;
    height: 240px;
    border: 5px #666 ridge;
}
#enterModal form .form-control {
    width: 300px;
}
/* garage */
.gosNumber {
    border-radius: 4px;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* KHTML */
    border: 2px solid #000;
    padding: 0px 1px;
    width: 100px;
    text-align: center;
    background: #fff;
    margin-left: 10px;
    cursor: default;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    display: inline-block;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: text-bottom;
}
.listAutoFomGarage {
    display: none;
    position: absolute;
    border: 1px solid #666;
    min-width: 200px;
    padding: 10px;
    z-index: 999;
    background: #fff;
    left: 200px;
}
.autoGarageItem {
    border-radius: 4px;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* KHTML */
    border: 1px solid #999;
    padding: 5px 10px;
    font-size: 14px;
}
.autoGarageItem > div {
    display: inline-block;
}
.addAuto, .editAuto {
    display: none;
    z-index: 9000;
    border: 1px solid #777;
    position: absolute;
    top: 10%;
    max-width: 500px;
    margin-left: 25%;
    padding: 20px 0px;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.75);
}
.editAuto {
    max-width: 800px;
    margin-left: 15%;
}
#displayParameters {
    display: none;
    text-align: center;
}
.autoModelDiv {
    display: none;
}
.addAuto input.form-control, 
#addEventForm input.form-control, 
.editAuto input.form-control {
    display: inline;
}
.itemCars {
    font-size: 12px;
    text-align: center;
    float: left;
}
.autoImage {
    min-height: 156px;
}
.autoImage img {
    border: 3px solid #fff;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    margin-bottom: 5px;
}
.autoImageThumb img {
    /*border: 3px solid #fff;
    -webkit-box-shadow: 2px 2px 2px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    2px 2px 2px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         2px 2px 2px 0px rgba(50, 50, 50, 0.75);*/
    border-radius: 8px;
    -moz-border-radius: 8px; /* Firefox */
    -webkit-border-radius: 8px; /* Safari, Chrome */
    -khtml-border-radius: 8px; /* KHTML */
    margin: 0px 10px 5px 0px;
}
.autoComment > div {
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}
.autoComment div:last-child {
    border-bottom: none;
    padding-bottom: 0px;
}
.autoGalary {
    height: 80px;
    width: 330px;
    overflow: hidden;
    padding: 0px;
}
.closeAutoGalary {
    font-size: 24px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 0px;
    /*top: -30px;*/
}
#autoGalary {
    display: none;
    position: absolute;
    top: 10%;
    z-index: 9900;
    text-align: center;
    width: 800px;
    height: 601px;
    margin-left: 15%;
    padding: 0px;
}
#autoGalary img {
    cursor: pointer;
    border: 1px solid #777;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.75);
}
.leftArrow, .rightArrow {
    left: 0px;
    position: absolute;
    z-index: 9999;
    color: #fff;
    font-size: 30px;
    width: 70px;
    text-align: center;
    height: 100%;
    padding: 36% 5px 0px;
    margin: 0px !important;
    background: transparent;
    cursor: pointer;
    opacity: 1;
    left: -70px;
}
.rightArrow {
    left: 800px;
}
.leftArrow:hover, .rightArrow:hover, .closeAutoGalary:hover {
    opacity: 0.7;
    color: #000;
}
.upArrow, .downArrow {
    font-size: 24px;
    color: #888;
    opacity: 0.5;
}
#infopoint .downArrow, .mygarage .downArrow {
    margin: 30px 14px 0px 0px;
}
#infopoint .upArrow, .mygarage .upArrow {
    margin: 30px 20px 0px 15px;
}
.allAssessments {
    width: 100%;
    float: left;
    margin: 0px !important;
}
.allAssessments div {
    margin: 0px;
}
.allAssessments > div:first-child {
    width: 210px;
}
.mygarage .downArrow {
    margin-right: 25px;
}
.mygarage .upArrow {
    margin-left: 20px;
}
/*.myGarageAutoInfoLink {
    cursor: pointer;
}*/
.myGarageAutoInfoLink:hover {
    background-color: #eee;
}
.myGarageAutoInfoLink tr.activeAuto {
    background-color: lightyellow !important;
    border: 1px solid green !important;
    background: transparent;
}
.breadcrumb .myGarageAutoInfoLink {
    background: transparent;
    font-weight: bold;
}
.myGarageAutoInfo {
    /*display: none;*/
}
.garageAutoMenu .active {
    font-weight: bold;
    text-decoration: underline;
}

.upArrow:hover, .downArrow:hover {
    opacity: 1;
}
#autoMarkDop, #autoModelDop, #notMyModel {
    display: none;
}
.autoImageThumb .setAutoMainPhoto, .autoImageThumb .delAutoPhoto {
    font-size: 10px;
    background: #fff;
    padding: 3px;
    position: absolute;
    margin-left: 39px;
    margin-top: 2px;
    display: none;
}
.autoImageThumb .delAutoPhoto {
    margin-top: 30px;
}
.autoImageThumb:hover .glyphicon, .autoImageThumb .setAutoMainPhoto.green {
    display: block;
}
.popover {
    z-index: 99999;
}
.modalWindow .popover {
    background-color: lightskyblue;
    color: #333;
    border: 1px solid #0274C5;
    text-align: center;
}
.modalWindow .popover.top>.arrow:after {
    border-top-color: yellow;
}
.modalWindow .popover.bottom>.arrow:after {
    border-bottom-color: yellow;
}
.modalWindow .popover.left>.arrow:after {
    border-left-color: yellow;
}
.modalWindow .popover.right>.arrow:after {
    border-right-color: yellow;
}
.filtersTableMain .signToSTO,
.filtersTableMain .signToSTOContacts {
    width: 80px;
}

.signToSTO {
    /*padding: 0px 5px;*/
}
.signToSTO.btn-md {
    padding: 6px 12px;
}
/* modal window */
#divForModalWindow,
#divForModalWindow2 {
    display: none;
    position: absolute;
    background: transparent;
    z-index: 9000;
    top: 100px;
    width: 100%;
}
.modalWindow {
    /*border: 1px solid #777;*/
    padding: 20px 0px;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.75);
}
.modalWindow .chosen-single > div {
    margin-top: 4px;
}
.modalWindow .workNamesHeader {
    margin: 0px;
}
.modalWindow2 {
    position: absolute;
    z-index: 9000;
    top: -200px;
    left: 100px;
    /*
    width: 60%;
    */
    height: 535px;
    border: 1px solid #777;
    background-color: #fff;
    padding: 20px 10px !important;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
}
.modalWindow.workList .nav-stacked li > a,
.modalWindow.workList .list-group li.list-group-item {
    padding: 4px 10px;
    font-size: 12px;
    font-weight: normal;
}
.modalWindow.workList .leftBar,
.modalWindow.workList .rightBar {
    overflow: auto;
    height: 430px;
    margin: 5px 0px !important;
    padding-right: 4px !important;
}
.modalWindow.workList .rightBar {
    padding: 5px 10px !important;
}

.workGroupNames {
    /*width: 75%;*/
    position: absolute;
    top: -100px;
    /*left: 0px;*/
    border: 1px solid #777;
    padding: 20px 0px;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    z-index: 9999;
}
.heart.favorite {
    color: #FFA500;
}


/* logbook */
#logbookMap, #pricingFormChangeType, #addEventForm {
    display: none;
    position: absolute;
    border: 1px solid #777;
    padding: 20px 0px;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    z-index: 9000;
    top: 50px;
}

/* logbook_new */
#logbookEditRecord, #logbookAddRecord, #eventAddRecord, #eventEditRecord {
    position: absolute;
    border: 1px solid #777;
    padding: 20px 0px;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    z-index: 9000;
    top: 50px;
}

#addEventForm .inputEventForm {
    width: 100%;
    font-size: 12px;
}
#pricingFormChangeType .pricingTypeNewValue {
    width: 20%;
    float: right;
}
#pricingFormChangeType .well div {
    margin: 0px;
}
#logbookAddRecord label, #logbookEditRecord label {
    text-align: left;
    margin: 0px;
    background-color: #fff;
}
#logbookMap {
    width: 105%;
    z-index: 9100;
    height: 450px;
    padding: 0px 10px;
}
#logbookMap .tab-pane {
    overflow: auto;
    height: 410px;
}
#logbookMap .glyphicon-remove {
    float: right;
    margin: 5px -5px;
}
.pointsList {
    overflow: auto;
    height: 340px;
}
#feedback .pointsList {
    display: none;
    height: 160px;
    position: absolute;
    border: 1px solid #ccc;
    width: 95%;
    background-color: #fff;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.75);
}
.signToSTOChoicePoint {
    height: 440px;
}
#mapLogbook,
#mapEvent {
    float: left;
    display: block;
    border: 1px solid #ddd;
    width: 50%;
    height: 340px;
}
#mapLogbookPointsList,
#mapEventPointsList {
    float: right;
    width: 50%;
    padding: 0px 10px;
    height: 340px;
    overflow: auto;
}
#mapLogbook div,
#mapEvent div {
    margin: 0px;
}
#pointForLogbook {
    font-size: 12px;
    color: blue;
}
.logbookRecord {
    display: none;
}
.logbookText {
    cursor: default;
}
.logbookFullText {
    display: none;
    position: absolute;
    margin: -20px 0px !important;
    border: 1px solid #777;
    padding: 5px 10px;
    background: #fff;
    z-index: 9999;
    cursor: default;
}

.colorLink {
    color: #337ab7;
}
.colorLink:hover {
    color: #23527c;
}
.OrangeRed {
    color: #FF4500;
}
.clearSpace {
    margin: 0px !important;
    padding: 0px !important;
}
.margin0 {
    margin: 0px !important;
}
.red {
    color: red;
}
.borderRed {
    border: 1px red solid;
}
.borderGreen {
    border: 1px green solid;
}
.borderTop {
    border-top: 1px solid #ccc;
}
.borderLeft {
    border-left: 1px solid #ccc;
}
.borderRight {
    border-right: 1px solid #ccc;
}
.borderLess {
    border: none;
}
.no-border {
    border: none;
}
.orange {
    color: orange;
}
.blue {
    color: blue;
}
.lblue {
    color: #428bca;
}
.white {
    color: white;
}
.black {
    color: #000 !important;
}
.yellow {
    color: yellow;
}
.green {
    color: green;
}
.grey, .gray {
    color: grey;
}
.lgray, .lgrey {
    color: lightgray;
}
.bglightyellow {
    background-color: lightyellow; 
}
.bg-grey {
    background-color: grey;
}
.bg-lgrey {
    background-color: #eee;
}
.bg-blue {
    background-color: #286090;
}
.bg-yellow {
    background-color: yellow;
}
.bg-red {
    background-color: lightcoral;
}
.bg-green {
    background-color: lightgreen;
}
tr.bg-green td {
    background-color: transparent !important;
}
tr.bg-green {
    background-color: lightgreen !important;
}
.starActive {
    color: #1385e5;
}
.bold {
    font-weight: bold !important;
}
.normal {
    font-weight: normal !important;
}
.fnt10 {
    font-size: 10px !important;
}
.fnt11 {
    font-size: 11px;
}
.w40 {
    width: 40%;
}
.w60 {
    width: 60%;
}
.fnt12 {
    font-size: 12px;
}
.fnt14 {
    font-size: 14px;
}
.fnt16 {
    font-size: 16px;
}
.fnt18 {
    font-size: 18px;
}
.fnt20 {
    font-size: 20px;
}
.fnt30 {
    font-size: 30px;
}
.pt15 {
    padding-top: 15px;
}
.pl0 {
    padding-left: 0px;
}
.pl2 {
    padding-left: 2px;
}
.pr2 {
    padding-right: 2px;
}
.mb0 {
    margin-bottom: 0px !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb10 {
    padding: 0 0 10px 0;
}
.mb35 {
    margin: 0 0 35px 0;
}
.mb50 {
    margin: 0 0 50px 0;
}
.mb105 {
    margin: 0 0 105px 0;
}
.mt0 {
    margin-top: 0px !important;
}
.mt2 {
    margin-top: 2px !important;
}
.mt4 {
    margin-top: 4px !important;
}
.mt6 {
    margin-top: 6px !important;
}
.mt8 {
    margin-top: 8px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt12 {
    margin-top: 12px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt60 {
    margin-top: 60px !important;
}
.mt-2 {
    margin-top: -2px !important;
}
.mt-3 {
    margin-top: -3px !important;
}
.mt-5 {
    margin-top: -5px !important;
}
.mt-10 {
    margin-top: -10px !important;
}
.ml5 {
    margin-left: 5px !important;
}
.ml10 {
    margin-left: 10px !important;
}
.ml15 {
    margin-left: 15px !important;
}
.ml20 {
    margin-left: 20px !important;
}
.ml120 {
    margin-left: 120px !important;
}
.ml135 {
    margin-left: 135px !important;
}
.mr-5 {
    margin-right: -5px !important;
}
.mr0 {
    margin-right: 0px !important;
}
.mr5 {
    margin-right: 5px !important;
}
.mr10 {
    margin-right: 10px !important;
}
.mr20 {
    margin-right: 20px !important;
}
.mr25 {
    margin-right: 25px !important;
}
.mr30 {
    margin-right: 30px !important;
}
.hideElem {
    display: none;
}
.showElem {
    display: block;
}
.inline {
    display: inline !important;
}
.inline-block {
    display: inline-block !important;
}
.flex {
    display: flex;
}
.otherTM {
    display: none;
}
.tooltip-demo span {
    cursor: pointer;
}
.tooltip {
    z-index: 9000;
}
.mt-20 {
    margin-top: -20px !important;
}
.mt-30 {
    margin-top: -30px !important;
}
.pointer {
    cursor: pointer !important;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    pointer-events: auto;
}
.checkbox {
    cursor: pointer;
}
.checkbox[disabled] + label {
    cursor: not-allowed !important;
}
.radio {
    display: inline-block;
}
.navbar-nav.navbar-right:last-child {
    /*margin-right: 0px;*/
}
.btn-link {
    border: none;
    background: transparent;
    color: #428BCA;
}
.btn-link:hover {
    text-decoration: underline;
}
.center {
    text-align: center;
}
.italic {
    font-style: italic;
}
.cursorWait {
    cursor: wait !important;
}
button[name=sbmtEnter] {
    width: 200px;
}
#map_canvas, #map_canvas2, #map_canvas3 { 
    width: auto;
    height: 400px;
    background: transparent !important;
}
.addPointMenu {
    visibility: hidden;
    margin-top: -9px !important;
    width: 135px;
}
.addPointMenu:hover div, .addPointMenuMain:hover div {
    background: #35A6CB;
    color: #fff;
}
#panelAddress, #panelName {
    width: 450px;
    z-index: 10;
    background: none repeat scroll 0% 0% #FFF;
    border: 1px solid #999;
    padding: 10px;
    position: absolute;
    right: 50px;
    top: 60px;
    display: none;
}
#panelAddress .help-block {
    font-size: 11px;
}
#panelAddress .closeWin,
#panelName .closeWin {
    font-size: 11px;
    color: #999;
    position: absolute;
    right: 5px;
    top: 5px;
}
.panel-primary .closeWin {
    float: right;
    right: 5px;
    top: 5px;
}
#panelAddress #address,
#panelName input[type=text] {
    width: 340px;
    margin-right: 5px;
}
#map_canvas2 { 
    width: 100%;
    height: 300px;
}
#map_canvas3 { 
    height: 400px;
    width: 400px;
    margin-left: 17px;
}
#map_canvas div, #map_canvas2 div, #map_canvas3 div {
    margin: 0px;
}
#pointLegend {
    padding: 4px 8px;
    height: 90px;
    border: 1px solid #999;
}
#preFormAddPoint {
    display: none;
    font-size: 11px;
}
.formAddPoint label, .formAddPoint .form-control, .formAddPoint p {
    font-size: 11px;
}
.formAddPoint label {
    padding: 0px;
    margin: 0px;
}
.formAddPoint .form-control {
    width: 235px;
    padding: 0px 4px;
    height: 26px;
    margin: 0px 0px 4px 0px;
}
.formAddPoint .pointText {
    width: 189px;
    cursor: not-allowed;
    margin-top: -3px;
    padding: 1px 5px;
    font-size: 14px;
}
.formAddPoint [name=namePoint] {
    width: 306px;
}
.formAddPoint [name=typePoint] {
    margin: 0px 0px 4px 4px !important;
    width: 150px;
}
.formAddPoint div.inline {
    width: 100px;
}
.labelAddress {
    display: inline-block;
    width: 115px;
    text-align: right;
}
#pointsRadius {
    display: none;
}
.chosen-container-single .chosen-single abbr {
    top: 11px !important;
}
.chosen-container-multi .chosen-choices {
    cursor: pointer !important;
}
.chosen-container-multi .chosen-choices .search-field input {
    height: 30px !important;
    cursor: pointer !important;
}
.chosen-container-multi .chosen-choices {
    border: 1px solid #ccc !important;
    border-radius: 4px;
    -moz-border-radius: 4px; /* Firefox */
    -webkit-border-radius: 4px; /* Safari, Chrome */
    -khtml-border-radius: 4px; /* KHTML */
}
.chosen-container-active .chosen-choices {
    border: 1px solid #5897fb !important;
}

.necessarily > label:after {
    content: ' *';
    color: red;
}
.addAuto .necessarily > div > label.important:after,
#addEventForm .necessarily > div > label.important:after,
.editAuto .necessarily > div > label.important:after {
    content: ' *';
    color: red;
}
#addAutoIntoGarage div {
    margin: 0px;
}
#addAutoIntoGarage > div, .editAuto div {
    margin: 1px 0px;
}
.addAuto fieldset {
    padding: 0px 0px 7px 0px;
    margin: 5px 10px;
}
.addAuto legend {
    font-weight: bold;
}
.addAuto fieldset label {
    font-weight: normal;
}
.vttop {
    vertical-align: top;
}
.navbar-collapse {
    padding-left: 0px;
    padding-right: 0px;
}
#pointsFilteredList {
    font-size: 10px;
    display: inline-block;
    width: 100%;
    margin-top: -50px;
    margin-bottom: 50px;
}
#pointsFilteredList td {
    /*padding: 0px 4px;*/
    vertical-align: middle;
    cursor: pointer;
}
.bg-primary th {
    text-align: center;
}
.settings.container-fluid li > a,
.serviceRequests.container-fluid li > a{
    padding: 5px 10px;
    width: 100%;
}
.msgText {
    margin-left: 10px;
    font-weight: normal;
    font-size: 14px;
    display: inline-block;
    margin: 4px;
}
.recordWorkTypeI {
    display: none;
}

.table .ui-selecting{background:#FECA40;}
.table .ui-selected{background:#F39814; color:white;}

.srCalendar {
    overflow-x: auto;
    overflow-y: hidden;
    padding-left: 5px;
    min-height: 200px;
}
.srCalendar .chevron {
    cursor: pointer;
    color: #337ab7;
}
.srCalendar .chevron:hover {
    color: lightblue;
}
.srCalendar .label-default {
    background-color: #ccc;
}
.table>tbody>tr>td.postCell.active {
    background-color: lightgoldenrodyellow;
}
/*
.srCalendar td.postCell:hover,
.table>tbody>tr>td.postCell.active:hover,*/
.table>tbody>tr>td.postCell.active.hover,
.table>tbody>tr>td.postCell.hover {
    background-color: #ddd;
    cursor: pointer;
}

.srCalendar .table>tbody>tr>td:first-child,
.srCalendar .table>tbody>tr>td.postCell{
    vertical-align: top;
    position: relative;
    padding: 2px 4px;
    height: 20px;
    cursor: pointer;
}
.srCalendar .table>tbody>tr>td.postCell {
    max-width: 200px;
}
.srCalendarDay .table>thead>tr>th {
    vertical-align: top;
}
.srCalendarDay tbody tr:nth-child(4n+1),
.srCalendarDay tbody tr:nth-child(4n+2) {
    background-color: #eee;
}
.srCalendarDay tr td.bg-primary {
    border: none;
}
.srCalendarDay tr:nth-child(even) td.bg-primary {
    border-bottom: 1px solid #eee;
}
td.postCell .calendarPostCard,
td.postCell .calendarPostCardDay {
    position: absolute;
    left: 0;
    top: 0;
    width: 95%;
    height: 30px;
    margin: 0;
    padding: 0;
    color: #000;
    overflow: hidden;
    border: 1px solid #aaa;
    font-size: 10px;
    z-index: 1000;
}
a.calendarPostCard {
    cursor: pointer;

}
a.calendarPostCard.bg-primary {


}
td.postCell .calendarPostCardDay {
    height: 100%;
    width: 30px;
}
td.postCell .calendarPostCardDay .text {
    width: 80px;
    height: 73px;
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    writing-mode: horizontal-tb;
    text-align: right;
}
td.postCell .srTitle {
    margin: 0;
    padding: 0px 5px;
    font-size: 14px;
    background-color: #337ab7;
    color: #fff;
    cursor: move;
}
td.postCell .srTitle .glyphicons {
    margin-top: 1px;
}
td.postCell .calendarPostCard.cardLeft:nth-child(2) {width: 75%;left: 20%;z-index: 1001;}
td.postCell .calendarPostCard.cardLeft:nth-child(3) {width: 55%;left: 40%;z-index: 1002;}
td.postCell .calendarPostCard.cardLeft:nth-child(4) {width: 35%;left: 60%;z-index: 1003;}
td.postCell .calendarPostCard:hover {
    overflow: visible;
    z-index: 2000;
}
td.postCell .calendarPostCardDay.cardTop:nth-child(2) {height: 80%;top: 20%;z-index: 1001;}
td.postCell .calendarPostCardDay.cardTop:nth-child(3) {height: 60%;top: 40%;z-index: 1002;}
td.postCell .calendarPostCardDay.cardTop:nth-child(4) {height: 40%;top: 60%;z-index: 1003;}
td.postCell .calendarPostCardDay:hover {
    overflow: visible;
    z-index: 2000;
}
td.postCell .success {
    background-color: #dff0d8;
}
td.postCell .danger {
    background-color: #ebccd1;
}
td.postCell .info {
    background-color: #bce8f1;
}
td.postCell .warning {
    background-color: #faebcc;
}
td.postCell .primary {
    background-color: #1385e5;
    color: #fff;
}
td.postCell.cellSelected {
    background-color: red;

}

.servicePostSelect {
    cursor: pointer;
}
.servicePostSelect:hover {
    background-color: #eee;
}
.servicePostSelect.selected {
    background-color: #03CA27;
}
.servicePostBusy {
    background-color: darkred;
    position: absolute;
    height: 27px;
    margin: -6px -5px;
}
.servicePostBusy.Masters {
    height: 44px;
}
tr.Disabled {
    color: grey;
    background-color: #eee;
}
.servicePostBusy {
    background-color: darkred;
}
tr.cellActive, 
.table>tbody>tr.cellActive>td {
    background-color: lightgreen;
}
.servicePostBusy.cellActive {
    background-color: red;
}
.servicePostBusy.srcount2 {
    background-color: #000;
    background-image: url(../images/bodybg.png);
    z-index: 99;
}

.srCalendarPosts .srCalendarRow td:first-child {
    /*transform: rotate(-90deg);
    text-align: center;*/
    padding: 5px 10px;
}

.srCalendarBody {
    height: 500px;
    overflow: overlay;
    margin-top: -1px !important;
}
.srCalendarBody .srCalendarRow {
    /*height: 28px;*/
}
.srCalendarBody .srCalendarRow:nth-child(odd) td:first-child {
    border-bottom: 1px solid transparent;
    text-align: center;
}
.srCalendarBody .srCalendarRow:nth-child(odd) td:nth-child(n+2) {
    border-bottom: 2px dotted #ddd;
}

.container-fluid {
    text-align: left;
}
.settings .sidebar, 
.settings .dropdown-menu {
    font-size: 12px;
    /*
    padding: 10px;
    border-right: 1px solid #eee;
    background-color: #f5f5f5;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 400px;
    */
}
.settings .dropdown-menu a {
    color: #337ab7;
}
.settings .dropdown-menu li.active a {
    color: #fff;
}
#saveSetSmsEmail .form-control {
    height: 36px;
}
.divDropdown {
    display: inline-block;
    padding: 4px 10px;
}
.divDropdown a {
}
.divDropdown.active {
    background-color: lightcoral;
}
.divDropdown.active a {
    color: #fff;
}
.divDropdown:hover {
    background-color: #eee;
}
.divDropdown:hover a {
    text-decoration: none;
    color: #23527c;
}

.serviceRequests .sidebar {
    background-color: #f5f5f5;
    padding: 10px 20px;
}
.nav-sidebar > li > a {
    display: inline-block;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active:hover > a {
    color: #fff;
    background-color: #428bca;
}
.nav-sidebar > li > a:hover,
.nav-sidebar > li .btn-link:hover,
.nav-sidebar > li > a:focus {
    background-color: lightblue;
    text-decoration: none;
}
.pager {
    margin: 0;
}

li.bg-primary a {
    color: #fff;
}
.filters {
    font-size: 11px;
    min-height: 400px;
    padding-bottom: 40px;
    border: 1px solid #aaa;
    margin-top: 7px !important;
    margin-bottom: 80px !important;
}
.filters h5 {
    margin: 0px;
    font-weight: bold;
}
.filters select {
    cursor: pointer;
}
.filters .filterAddress, .filters .filterNames {
    display: none;
}
.filters ul {
    list-style: none;
    padding-left: 0px;
}
.filters .filterParams {
    padding: 0px;
    margin: 0px;
}
.filters label {
    cursor: pointer;
}
.filters .level1 {
    display: none;
    margin-left: 50px;
}
.filters .level1 label {
    font-size: 12px;
    font-weight: normal;
    display: inline;
}
.filters .level0 label {
    font-weight: bold;
}
.filters .form-control {
    padding: 0px 6px;
    font-size: 11px;
    height: 26px;
    width: 250px;
}
.filters input[type="checkbox"] {
    margin: -2px 0px 0px 0px;
}
.filters .chosen-container, .filters .chosen-container span {
    font-size: 12px;
}
#topAPFiltered {
    width: 50px;
}
#topAPFiltered + .chosen-container, #showOnlyResponses {
    margin: 0px;
}
.filtersTableSort {
    cursor: pointer;
}
.filtersTableSort span.glyphicons {
    display: none;
}
.filtersTableSort span.glyphicons.active {
    display: block;
}
.filterMoreRows, .filterMoreRows:hover, 
.moreRows, .moreRows:hover {
    font-size: 20px;
}
.filterMoreRowsIcon,
.moreRowsIcon {
    font-size: 40px;
}
/***************************/
/*       icon-sprite       */
/***************************/
.icon-kaddressbook_1417 {
    background: url(/images/logo_quest_face.png) no-repeat;
    background-position: -32px -77px;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px !important;
}
.icon-map_magnify {
    background: url(/images/logo_quest_face.png) no-repeat;
    background-position: -80px -77px;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px !important;
}
.icon-linphone_8475 {
    background: url(/images/logo_quest_face.png) no-repeat;
    background-position: -128px -77px;
    width: 22px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px !important;
}
.icon-mail_9197 {
    background: url(/images/logo_quest_face.png) no-repeat;
    background-position: -56px -77px;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px !important;
}
.icon-stock_new-html_9595 {
    background: url(/images/logo_quest_face.png) no-repeat;
    background-position: -104px -77px;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px !important;
}
.icon-clock4_8279 {
    background: url(/images/logo_quest_face.png) no-repeat;
    background-position: -120px -42px;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: middle;
    margin: 0px !important;
}
.icon-logo2 {
    background: url(/images/logo_quest_face.png) no-repeat;
    background-position: 0px 0px;
    width: 150px;
    height: 42px;
    margin: 12px;
}
.icon-question {
    background: url(/images/logo_quest_face.png) no-repeat;
    background-position: 0px -77px;
    width: 32px;
    height: 32px;
}
.icon-facebook {
    background: url(/images/logo_quest_face.png) no-repeat;
    background-position: 0px -42px;
    width: 120px;
    height: 35px;
    padding: 0px;
}
/***************************/
#statsPoints .chosen-container {
    margin: 0px;
}
.otherModelAuto {
    display: none;
}
#filterPoints {
    /*display: none;*/
    font-size: 11px;
}
#countFilteredPoint {
    display: none;
    position: absolute;
    width: auto;
    height: auto;
    border: 1px solid #999;
    background: #fff;
    color: #000;
    padding: 4px 8px;
    text-align: left;
    font-size: 11px;
    font-weight: bold;
    margin-left: -80px;
    margin-top: 40px;
}
.animStrelka {
    display: none;
    position: absolute;
    z-index: 999;
    margin-left: 170px;
    margin-top: -45px !important;
}
/**** points ****/
.dropdown-menu.reviewFilter {
    max-height: 300px;
    overflow: auto;
    font-size: 12px;
    padding: 5px 0 !important;
}
.dropdown-menu.reviewFilter>li {
    padding: 2px 10px;
}
.dropdown-menu.reviewFilter>li.divider ,
.dropdown-menu.reviewFilter>li>a {
    padding: 0;
}
.dropdown-menu.reviewFilter>li.divider {
    margin: 2px 0;
}

#reviews .chosen-results {
    padding: 0;
}
#reviews .chosen-container,
#reviews .chosen-single {
    font-size: 12px !important;
}

.formEditresponse {
    display: none;
    position: absolute;
    z-index: 3000;
    background: #fff;
    border: 1px solid #999;
    padding: 10px 17px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    overflow: auto;
    font-size: 12px;
    margin: auto 20%;
}
.formEditresponse textarea {
    width: 100%;
    height: 200px;
}
.features ul, .specwork ul, .netconcept ul {
    list-style: none;
    text-align: left;
}
.features label:first-child, .specwork label:first-child, .netconcept label:first-child {
    font-weight: bold;
    font-size: 12px;
}
.features label, .specwork label, .netconcept label {
    width: auto !important;
    cursor: pointer;
    font-weight: normal;
}
.listWorkForToSto .workLevel1 label, 
.features .level1 label, 
.specwork .level1 label, 
.netconcept .level1 label {
    font-size: 12px;
    font-weight: normal;
    display: initial;
}
#formEditPoint .carModels div {
    margin: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
#formEditPoint .carModels > div {
    border-right: 1px solid #ccc;
}
#formEditPoint .carModels > div:last-child {
    border-right: 1px solid transparent;
}
#formEditPoint .countryModels div {
    margin: 0 0 4px;
    padding-left: 5px;
    padding-right: 5px;
}
div.showfullText {
    display: none;
    position: absolute;
    background: #fff;
    z-index: 9999;
    border: 1px solid #aaa;
    padding: 5px 10px;
    width: 400px;
    min-height: 150px;
    max-height: 300px;
    overflow: auto;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.75);
}
.listWorkForToSto .workLevel0 label, 
.features .level0 label, 
.specwork .level0 label, 
.netconcept .level0 label {
    font-size: 12px;
    display: initial;
}
.listWorkForToSto .workLevel0 label, 
.features .level0 label, 
.specwork .level0 label, 
.netconcept .level0 label {
    font-weight: bold;
}
#formEditPoint .features .level1, 
#formEditPoint .specwork .level1, 
#formEditPoint .netconcept .level1 {
    margin-left: 60px;
    display: none;
}
#formEditPoint div {
    /*margin: 0px;*/
}
.listWorkForToSto .workLevel1, 
.features .level1, 
.specwork .level1, 
.netconcept .level1 {
    margin-left: 30px;
    display: none;
    text-align: left;
}
.level1 div {
    margin: 0px;
}
#infopoint label, #infopoint h1 {
    margin: 0px;
}
.ownerDocs {
    display: none;
}
.table-bordered>tbody>tr.ownerDocs>td {
    border: 1px transparent solid;
    padding: 0px;
}
#infopoint .timework .pointInfo {
    width: 200px;
    margin-top: 5px;
    background: #fff;
    border: 1px solid #999;
    padding: 10px 17px;
    -webkit-box-shadow: 3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         3px 3px 5px 0px rgba(50, 50, 50, 0.75);
    overflow: auto;
    font-size: 12px;
    text-align: center;
}
#infopoint .timework .pointInfo div span:nth-child(2) {
    margin: 0px 10px;
}
#infopoint .timework .pointInfo label {
    width: 20px;
}
#infopoint ul {
    padding-left: 20px;
}
#partImageView {
    z-index: 3000;
    background: #fff;
    position: absolute;
    top: 100px;
    margin-left: 50%;
    border: 5px groove #aaa;
    padding: 10px;
    display: none;
}
.pointInfoImage {
    display: inline-block;
    background: #fff;
    cursor: pointer;
    width: 106px;
    min-height: 75px;
    margin: 2px;
    border: 2px solid #aaa;
    padding: 1px;
}
.pointInfo {
    /*display: inline-block;*/
    /*width: 400px;*/
    margin: 0px;
}
.pointInfo.level0 {
    margin-left: 20px;
}
.pointInfo span {
    cursor: default;
}
.pointInfo.level1 {
    margin-left: 60px;
}
.newpointInfo  {
    margin-left: 17px;
    text-indent: -9px;
    text-align: left;
}
.timeworkInfo div {
    margin: 0px;
    padding-left: 30px;
}
.timeworkInfo div span {
    cursor: default;
}
/**** end of points ****/
#autopoints, #editpoint, .typesPointsMenu {
    padding: 0px;
    margin: 0px;
}
.cleditorMain {
    /*margin-left: 254px;*/
    /*margin-top: -20px !important;*/
}
.cleditorMain div {
    margin: 0px;
}

.pointFound {cursor: pointer;}
.rowFinded0, .rowFinded0 a {color: green;}
.rowFinded1, .rowFinded1 a {color: #C60033;}
.rowFinded2, .rowFinded2 a {color: #F49E00;}
.rowFinded3, .rowFinded3 a {color: #000;}
.rowFinded4, .rowFinded4 a {color: #f00;}
.rowFinded0 div, .rowFinded1 div, .rowFinded2 div, .rowFinded3 div, .rowFinded4 div {background: #fff;}
.rowFinded0:hover a, .rowFinded1:hover a, .rowFinded2:hover a, .rowFinded3:hover a, .rowFinded4:hover a {color: #000;}

.bord1 {
    border: 1px solid #ccc;
    /*float: left;
    margin: 0px -1px -1px 0px !important;*/
    height: 26px;
    padding: 0px 4px !important;
    font-size: 11px;
    background: #fff;
}
th.bord1 {
    padding-right: 17px !important;
}

.ratingStars, .ratingStars .ratingResp + div {
    color: #428bca;
    /*font-weight: bold;*/
    height: 10px;
}
.ratingStars:hover {
    color: #2a6496;
}

.bord1.th {
    height: 40px;
    padding: 5px 0px 0px 0px;
    text-align: center;
    font-weight: bold;
}
/* relation */
.relation a {
    color: #000;
}
.relation small > a {
    text-decoration: underline;
}
.relation a:hover {
    color: #428bca;
    text-decoration: none;
}
.moderResponseItem {
    font-size: 12px;
}
.moderResponseItem span {
    cursor: pointer;
}
.bordbot {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}
div.listStaff {
    max-height: 150px;
    overflow: auto;
    font-size: 12px;
}
div.listStaff div {
    margin: 1px 0px;
    padding: 0px;
}
div.listStaff .glyph {
    height: 19px;
}
.box-hide {
    padding: 0px 30px 0px 60px;
    overflow: hidden;
    max-height: 100px;
    position: relative;
}
.descriptionAT, .descriptionAT + .readMore, .box-hide + .readMore {
    padding: 0px 30px 0px 60px;
    font-size: 14px;
}
.specautoPoint.descriptionAT, .specautoPoint.descriptionAT + .readMore, .specautoPoint.box-hide + .readMore {
    padding: 0px 0px 0px 0px;
}
.specautoPoint div {
    margin: 0px;
}
.descriptionAT.box-hide:before {
    content:'';
    display:block;
    position:absolute;
    bottom:0;
    right:0;
    left:0;
    height:30px;
    background:-moz-linear-gradient(top,rgba(237,237,237,0) 0%,rgba(237,237,237,1) 85%);
    background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(237,237,237,0)),color-stop(85%,rgba(237,237,237,1)));
    background:-webkit-linear-gradient(top,rgba(237,237,237,0) 0%,rgba(237,237,237,1) 85%);
    background:-o-linear-gradient(top,rgba(237,237,237,0) 0%,rgba(237,237,237,1) 85%);
    background:-ms-linear-gradient(top,rgba(237,237,237,0) 0%,rgba(237,237,237,1) 85%);
    background:linear-gradient(top,rgba(237,237,237,0) 0%,rgba(237,237,237,1) 85%);
}
.helper-filters, .helper-img {
    display: none;
    z-index: 9000;
    cursor: pointer;
}
.social a.icon {
    float:left;
    margin-right:5px;
    text-indent:-9999px;
    width:16px;
    height:16px;
    background:url('/images/iconssocial.png') no-repeat;
    opacity:0.7;
    filter:alpha(opacity = 70);
}
.social a.icon:hover {
    opacity:1;
    filter:alpha(opacity = 100);
}
.social #fb {
    background-position: 0px top;
}
.social #vk {
    background-position: -48px top;
}
.social #go {
    background-position: -64px top;
}
.social #tw {
    background-position: -96px top;
}
.underline {
    text-decoration: underline;
}

div.vote.ratingPoint {
    width: 88px;
}
.map-filters div.vote {
    float: left;
}
div.vote div {
    margin: 0px;
}
div.vote .vote-result, div.vote .vote-success{
    display: none;
}
div.vote-wrap{
    overflow: hidden;
    margin-left: -1px !important;
}
div.ratingResponse.vote{
    width: 52px;
}
div.ratingResponseAssessment.vote{
    float: left;
    width: 52px;
}
div.ratingResponseAssessment div.vote-wrap{
    float: left;
    width: 52px;
    margin-top: -2px;
}
.assessmentInfo .ratingResponse {
    margin: 7px 0px 0px 10px;
    display: inline-block;
}
.assessmentInfo .ratingResponse div, .assessmentInfo .ratingPoint div {
    margin: 0px;
}
.responseAssesmentsListMain, .responseAssesmentsListOther {
    width: 220px;
    display: inline-block;
    margin-left: 20px;
}
.responseAssesmentsListOther {
    width: 320px;
}
.panel {
    padding: 0px;
}
.panel .list-group-item, .panel .panel-body {
    padding: 3px 15px;
}
.breadcrumb {
    margin-bottom: 0px;    
}
.breadcrumb li:first-letter {
    text-transform: uppercase; 
}

div.vote-block{
    position: relative;	
    margin: 0px;
}
div.vote-hover{
    float: left;
    cursor:  pointer;
    padding: 0px !important;
}
div.vote-stars{
    position: absolute;
    left: 0;
    top: 0;
}
div.vote-active{
    position: absolute;
    left: 0;
    top: 0;
}
div.vote-result{
    color: #ccc;
    font-size: 14px;
    margin-top: 12px;
    padding-left: 190px;
}
div.vote-success{
    clear: both;
    color: #ccc;
    font-size: 14px;
    margin: 10px 0 0 10px;
}

.importPriceForAutopoint {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.settings .importPriceForAutopoint {
    width: 100%;
    text-align: left;
}
#importPriceFile  {
    display: none;
}
.importPriceForAutopoint input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}
.importPriceForAutopoint:hover,
.importPriceForAutopoint:hover a {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.blockMainPageTerm {
    text-align: center;
    color: #337ab7;
    padding: 7px 0;
}
.blockMainPageTerm .h4,
.blockMainPageTest .h4 {
    line-height: 1.5;
}
.blockMainPageTest {
    width: 60%;
    margin: 0 auto;
    background-color: #FFA500;
    border: solid 1px #545454;
    border-radius: 5px;
    padding: 5px 60px;
    text-align: center;
}
.blockMainPageTest {
    color: #fff;
    padding: 15px 60px;
}
.blockMainPageTest .h4 {
    font-size: 16px;
    font-weight: bold;
}
.col-md-12 > .blockMainPageTest {
    width: 100%;
    padding: 0;
    margin: 0;
}


@media (max-width:320px) {
    #map_canvas3 { 
        width: 260px;
    }
    .pointInfo {
        width: 260px;
    }
    #formRegUser {
        margin-left: 0px;
    }
    .jumbotron h1 {
        font-size: 30px;
    }
    p {
        font-size: 12px;
    }
    #countFilteredPoint {
        width: 85px;
        height: 54px;
        margin-left: 0px;
        margin-top: 0px;
    }
}
@media (max-width:480px) {
    .addAuto, .editAuto {
        width: 100%;
        margin-left: 0;
    }
    #countFilteredPoint {
        width: 85px;
        height: 54px;
        margin-left: 0px;
        margin-top: 0px;
    }
}
@media (max-device-width:1024px) {
    .filters {
        margin-bottom: 100px !important;
    }
    .navbar-nav>li {
        float: left;
        height: 35px;
    }
    table {
        font-size: 60%;
    }
    .footer {
        width: 90%;
        bottom: -260px;
    }
    .bord1 {
        font-size: 8px;
        height: 40px;
    }
    .bord1:nth-child(3) {
        width: 17%;
        padding: 6px 0px;
        font-size: 7px;
    }
    .bord1:nth-child(4) {
        width: 11%;
        font-size: 7px;
        padding: 6px 1px;
    }
    .bord1:nth-child(5) {
        width: 17%;
        font-size: 7px;
        padding: 6px 0px;
    }
    .logo {
        padding: 0px;
    }
    .main-menu, .exit-menu {
        margin-top: 0px;
    }
}
@media print  {
    body {
        color: #000;
        background: #fff;
    }
    .noprint {
        display: none;
    }
    .toprint {
        display: block;
    }
    .forprint {
        display: block;
        font-size: 10px;
    }
    table td, table th {
        margin: 0;
        padding: 0px;
        font-size: 10px;
        border: 1px solid #000 !important;
    }
    input {
        border: none !important;
    }
    @page :left {
        margin: 0.5cm; /* Отступы для всех левых страниц */ 
    }
    @page :right {
        margin: 0.5cm; /* Отступы для всех правых страниц */ 
    }
}