
/*=============================================================
    Authour URI: www.binarycart.com
    License: Commons Attribution 3.0

    http://creativecommons.org/licenses/by/3.0/

    100% To use For Personal And Commercial Use.
    IN EXCHANGE JUST GIVE US CREDITS AND TELL YOUR FRIENDS ABOUT US

    ========================================================  */
/*==============================================
    GENERAL  STYLES
    =============================================*/
body {
    font-family: 'Open Sans', sans-serif;
    line-height:30px;
}

 #wrapper {
    width: 100%;
    margin-top:50px;
}

#page-wrapper {
    padding: 50px 15px;
    min-height: 600px;
    background:#F3F3F3;

}
#page-inner {
    width:100%;
    margin:10px 20px 10px 0px;
    background-color:#fff!important;
    padding:10px;
    min-height:1050px;
}
.pad-top {
    padding-top:15px;
}
/*==============================================
    MENU STYLES
    =============================================*/

.sidebar-collapse .nav {
    padding:0;
    padding-top:50px;
}

.sidebar-collapse > .nav > li > a {
    padding:15px 10px;
    color: #214761;
font-weight: 900;
font-size: 16px;
}
.sidebar-collapse > .nav > li {
    border-bottom:1px solid #e1e1e1;
}
.sidebar-collapse .nav > li > a:hover,
.sidebar-collapse .nav > li > a:focus {

    background:#F3F3F3;
    outline:0;
}

.navbar-side {
    border:none;
    background-color: #fff;
    margin-top: 30px;
}

.navbar-inverse {

background-color: #214761;
border-color: #F0F0F0;
min-height: 120px;
}


.nav > li > a > i {
    margin-right:10px;
}
.logout-spn {
    float:right;
    color:#fff;
    font-size:25px;
    font-weight:800;
    margin:20px;
    margin: 10px 25px 10px 50px;
}
    .logout-spn a {
        text-decoration:none;
    }
.active-link {
    background-color:#f3f3f3;
}

/*==============================================
    DASHBOARD STYLES
    =============================================*/
.div-square {
    padding:5px;
    border:3px double #e1e1e1;
    -webkit-border-radius:8px;
   -moz-border-radius:8px;
    border-radius:8px;
    margin:5px;
}

@media screen {
    .div-square {
        min-height:170px;
    }
}

.div-square:hover
{
    background-color:#e1e1e1;
}

.div-square> a,.div-square> a:hover {
    color:#808080;
    text-decoration:none;
}
/*==============================================
    FOOTER STYLES
    =============================================*/
.footer {
    background-color:#214761;
    width:100%;
    color:#fff;
    padding:20px 50px 20px 50px;
     padding-left:20px;
}


    .footer > a, .footer>a:hover {

        color:#fff;
    }

/*==============================================
    MEDIA QUERIES
    =============================================*/

 @media(min-width:768px) {
     #page-wrapper{
               margin: 0 0 0 260px;
         padding: 50px 15px;
         min-height: 1050px;

    }


    .navbar-side {
        z-index: 1;
        position: absolute;
        width: 260px;
        margin-top:30px;
    }


}

#table-list td {
    text-align:left;
}

#form-bordereau {
    display:none;
}

.box-marker {
     background-color:rgba(255, 0, 0, 0.1);
     padding:5px;
     border-radius: 10px;

}

#koreDebug {
    margin: 20em auto 2em;
    padding: 0.3em 1em;
    border: 1px dotted rgb(102, 102, 102);
    width: 60em;
    color: rgb(102, 102, 102);
    clear: both;
    font-size: xx-small;
    background-color: rgb(211, 211, 211);
}

.autocomplete {
    /*the container must be positioned relative:*/
    position: relative;
    display: inline-block;
}

.autocomplete-items {
    position: absolute;
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /*position the autocomplete items to be the same width as the container:*/
    top: 100%;
    left: 0;
    right: 0;
}
.autocomplete-items div {
    padding: 10px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
}
.autocomplete-items div:hover {
    /*when hovering an item:*/
    background-color: #e9e9e9;
}
.autocomplete-active {
    /*when navigating through the items using the arrow keys:*/
    background-color: DodgerBlue !important;
    color: #ffffff;
}

