/**
 *
 * Apply Here your Custom CSS
 *
*/
fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #000;
    box-shadow:  0px 0px 0px 0px #000;
}
legend.scheduler-border {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
}
body {
   // position:fixed;
    overflow:auto;
}
body-scan {
    position:fixed;
}
 .my-td{
   width: 20% !important;

 }

 /* css image fixed*/
.my-container {
// background-color: #f2f2f2;
// }
.content {
    height:90vh;
    overflow: auto;
    position:relative;
    // background-color: #a9a8a8;
    //min-height: 5500px;
}
#my-sidebar-outer {
    margin-top: 0px;
    position: relative;
}
#my-sidebar {
    width:38vw;
    height:85vh;
    overflow-y:auto;
}

@media (min-width: 768px) {
    #my-sidebar {
/* 632 * .25 */
        width:38vw;
        height:85vh;
        overflow-y:auto;
    }

}
@media (min-width: 992px) {
    #my-sidebar {
 /* 852 * .25 */
        width:38vw;
        height:85vh;
        overflow-y:auto;
    }
}
@media (min-width: 1400px) {
    #my-sidebar {
    // width: 263px; /* 1052 * .25 */
        width:38vw;
        height:85vh;
        overflow-y:scroll;
    }

}

    .img-scan {
        width:100%;
        cursor:zoom-in;
    }
/* css image fixed*/

/*zoom css*/
 .viewer
 {
     width: 100%;
     height: 580px;
     border: 1px solid black;
     position: relative;
     cursor: move;
 }

.wrapper
{
    overflow: hidden;
}
/*zoom css*/
textarea {
    resize: none;
}

body {
    color: #1C005A;
}
.form-control { border:1px solid #1C005A;
    color:#1C005A;

}

/*Moteur de recherche avancer*/
.advanced-panel{
    background-color:transparent!important;
    border-radius:4px;
    border:1px solid #ddd;
}
.my-navigation-search-bar{

    background-color:transparent;
    border-radius:0;
    border:0;
    min-height:37px;
    margin-bottom:0;

}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form{
    border:none;

}

.srch-elem-col{

    padding:3px;
}



.srch-elem-col .form-control{
    height:30px;
    padding: 0px 0px 0px 35px!important;
    border:none;
    font-weight:bold;
}



.navbar-ex1-collapse .form-control, .btn{
    border-radius:0px;


}

.menu-nav{
    margin-top:5px;
    margin-bottom:5px;
}


.advanced-search-col label{
    font-weight:normal;
    margin-bottom:5px!important;
    font-size:13px;
    color:grey;
    padding:15px;
}

.addon.addon-md .glyphicon,
.addon .glyphicon,
.addon.addon-md .fa,
.addon .fa {
    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: -2.5px;
    text-align: center;
    padding: 6px 0;
    top: 1px;
    color:grey;
}

.addonn.addon-md .glyphicon,
.addonn .glyphicon,
.addonn.addon-md .fa,
.addonn .fa {

    position: absolute;
    z-index: 2;
    left: 10px;
    font-size: 14px;
    width: 20px;
    margin-left: 4.5px;
    text-align: center;
    padding: 10px 0;
    top: 1px;
    color:grey;
}

.search-panel .form-group {
    margin-bottom: 5px;
}
.search-panel{

    padding: 0px 0px 5px 0px;
    background-color:#218591;
    position:relative;

}

.advanced-btn{

    text-decoration: none!important;
    color: white;
    margin-top: 6px;
    letter-spacing: 0;
    text-shadow: black 0.1em 0.1em 0.2em;
    text-align: center;
    font-weight: normal;
}
.side-col {

    overflow:Auto;
    padding:15px;
    border:1px solid #dcdcdc;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.2);
    margin-top:15px;
}


.srch-elem-col.addonn select{border-radius:0px;}

.center-block.advanced-btn {
    color:white;
}

/*tables borders*/
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ccc;
}