/*********************************/
/*lnav*/
ul.lnav {
    margin-left: 2px;
    margin-right: 2px;
    padding-left: 0px;
}
ul.lnav li {
    list-style: none;
/*    border: 1px solid #666666;*/
}
ul.lnav li a {                                                                                                                                                          
    text-decoration: none;
    color: #333333;
    display: block; /*for all width*/
}
li a.btn {
    margin-top: 2px;
}
/*********************************/
/*layout.css*/
#inright {
    /*margin-left: 110px;*/
    margin-bottom: 30px;
}

#left {
    position: static;
    width: 100px;
    background-color: none;
    float: left;
    /*height: 100%;*/
}
#right {
    margin-left:105px;
    position: static;
    min-width: 600px;
    /*width: 100%;*/
    /*margin-right: 100px;*/
}
/**********************************/
#cookies-bg {
    color: #FFFFFF;
    text-decoration: none;
    position: fixed;
    z-index: 2000;
    min-height: 30px;
    min-width: 100%;
    bottom: 0px;
    opacity: 0.8;
    background: none repeat scroll 0 0 #333333;
}

#cookies-info {
    margin-top: 4px;
    text-align: center;
    font-size: 0.9em;
    font-family: "OpenSansLight",Arial,Helvetica,sans-serif;
    opacity: 1;
    color: #FFFFFF;
}

/**********************************/
.xbtn-current:hover {
    background-color: #CCC;
    border-color: #666;
    color: #FFFFFF;
}

.xbtn-current {
    background-color: #333333 !important;
    border-color: #666 !important;
    color: #FFFFFF !important;
}
/**********************************/
.section-header {
    border-bottom: 1px solid #EEEEEE;
/*    margin: 40px 0 20px;*/
/*    padding-bottom: 9px;*/

    /*background-color: #7FAAF2;*/
    /*background-color: #4D90FE;*/
    /*background-color: #337AB7;*/
    background-color: #4c9ed9;
    color: #FFFFFF;
    text-align: center;
}

.col-center-25 {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: 25%;
    min-width: 300px;
}
.col-center-400px {
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    min-width: 400px;
    width: 40%;
}

/********************************/
/*
#main-header {
    background-color: #ffffff;
    color: #444;
    padding: 8px 2px 2px;
    min-height: 50px;
    border-bottom: 1px solid #666666;
}

#main-header {
    background-color: #;
    color: #444;
    padding: 8px 2px 2px;
    min-height: 50px;
    border-bottom: 1px solid #666666;
}
*/
#main-header {
    /*background: -moz-linear-gradient(center top , #fafafa, #f5f5f5) repeat scroll 0 0 rgba(0, 0, 0, 0);*/
    /*background-color: #FAFAFA;*/
    background-color: #FEFEFE;
    color: #444;
    padding: 2px 2px 2px;
    min-height: 50px;
    /*border-bottom: 1px solid #f6E6E6;
    border-bottom: 1px solid #ADADAD;*/
    border-bottom: 1px solid #666;
    /*box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);*/
}


#menu-right {
    clear: both;
    float: right;
}
/********************************/
#layout_background_left {
    background: transparent url("/images/custom/autonotes.eu/autonotes.eu.square.png") no-repeat scroll left top / contain;
}
/********************************/
.title {
    margin-top: 10px;
    color: #FFF;
    /*background-color: #4D90FE;*/
    background-color: #4c9ed9;
    text-align: center;
}

.error {
    color: #FFF;
    background-color: #C9302C;
    border-color: #AC2925;
    text-align: center;
}
.success {
    color: #FFF;
    background-color: #449D44;
    border-color: #398439;
    text-align: center;
}
/*
.summary {
    color: #000;
    background: #F2F2F2 none repeat scroll 0% 0% !important;
}
.summary:hover {
    color: #000;
    background: #F2F2F2 none repeat scroll 0% 0% !important;
}
body {
    background: #F2F2F2 none repeat scroll 0% 0%;
}
*/
.left-100 span {
    margin-top: 2px;
    min-width: 85px;
}

.margin-bottom-4 {
    margin-bottom: 4px;
}

.margin-bottom-2 {
    margin-bottom: 2px;
}

table td {
    padding: 2px;
}

select#fpojazd_id {
    min-width: 100px;
}
.datepicker {
    width: 100px;
    height: 28px;
}
.datepicker:disabled {
    background-color: #E6E6E6;
}
/*
.select2-container {
  display: table;
  table-layout: fixed;
}
*/
.modal-body .select2-container {
    min-width: 100px;
}
.btn {
-moz-user-select: none;
background-image: none;
}

.scrollToTop {
    display: none;
    position: fixed;
    width: 80px;
    height: 40px;
    line-height: 40px;
    bottom: white;
    opacity: 0.8;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden !important;
    right: 5px;
    bottom: 45px;
    z-index: 10000;
}
.scrollButtons {
    display: none;
    position: fixed;
    height: 40px;
    line-height: 40px;
    bottom: white;
    opacity: 0.8;
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden !important;
    right: 5px;
    bottom: 85px;
    float: left;
    z-index: 10000;
}


.select2-results__message {
  color: red !important;
}

.flexiholder {
    position: fixed;
    top: 0;
    left: 0;
    width: 100;
    height: 1px;
    /*display: none;*/
}
