
main > .container-fluid{
    padding: 13px;
    border: 1px solid #000;
    border-radius: 3px;
    /*margin: 30px auto;*/
    background: #ffffff;
    font-family: 'Open Sans', sans-serif;
    margin: 27px 34px;
    width: 95%;
}
body{
    font-family: 'Open Sans', sans-serif !important;
}
.mt-10{
    margin-top: 10px;
}
.mt-20{
    margin-top: 20px;
}
.mt-30{
    margin-top: 30px;
}
.mt-40{
    margin-top: 40px;
}
.mt-50{
    margin-top: 50px;
}
.text-white{
    color: #ffffff;
}

.login-form{
    padding: 30px;
    background: #ffffff;
    border-radius: 5px;
    box-shadow: 0 0 3px #566573;
}

.center-aligned{
    width: 40%;
    margin: auto;
}
.text-white{
    color: #fff;
}
.logo{
    width: 87%;
}

.width-100{
    width: 100%;
}

.text-right{
    text-align: right;
}

main {
    display: flex;
    flex-wrap: nowrap;
    height: auto;
    /*height: -webkit-fill-available;*/
    /*max-height: 100vh;*/
    /*overflow-x: auto;*/
    /*overflow-y: hidden;*/
}
.sidebar{
    width: 280px;
    /*height: calc(100% 2em);*/
    height: -webkit-fill-available;
    max-height: auto;
    overflow-x: auto;
    overflow-y: hidden;
}

.b-example-divider {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
    background-color: rgba(0, 0, 0, .1);
    border: solid rgba(0, 0, 0, .15);
    border-width: 1px 0;
    box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.bi {
    vertical-align: -.125em;
    pointer-events: none;
    fill: currentColor;
}

.dropdown-toggle { outline: 0; }

.nav-flush .nav-link {
    border-radius: 0;
}

.btn-toggle {
    display: inline-flex;
    align-items: center;
    padding: .25rem .5rem;
    font-weight: 600;
    color: rgba(0, 0, 0, .65);
    background-color: transparent;
    border: 0;
}
.btn-toggle:hover,
.btn-toggle:focus {
    color: rgba(0, 0, 0, .85);
    background-color: #d2f4ea;
}

.btn-toggle::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}

.btn-toggle[aria-expanded="true"] {
    color: rgba(0, 0, 0, .85);
}
.btn-toggle[aria-expanded="true"]::before {
    transform: rotate(90deg);
}

.btn-toggle-nav a {
    display: inline-flex;
    padding: .1875rem .5rem;
    margin-top: .125rem;
    margin-left: 1.25rem;
    text-decoration: none;
}
.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
    background-color: #d2f4ea;
}

.scrollarea {
    overflow-y: auto;
}

.fw-semibold { font-weight: 600; }
.lh-tight { line-height: 1.25; }
.bg-green{
    background-color: rgb(25, 135, 84);
}

main .nav-pills .nav-link.active, .nav-pills .show > .nav-link{
    background-color: #fff;
    color: #000 !important;
}
.pad{
    padding: 50px;
}

.design-box{
    box-shadow: inset 0px 0px 7px #dedede;
    /*border: 1px solid #c9c9c9;*/
    border-radius: 5px;
    background-color: rgb(248, 249, 250) !important;
    /*border: 2px solid #259292;*/
}

.design-heading{
    padding: 15px;
    box-shadow: inset 4px 0px 1px #000;
}
.pad-0{
    padding: 0 !important;
}
.box-shadow{
    box-shadow: 0px 2px 7px #000;
}
.table > :not(caption) > * > *{
    padding: 8px !important; ;
}
.pad-20{
    padding: 20px;
}
.margin-10{
    margin: 10px;
}
.form-group-custom input{
    margin-top: 10px;
    padding: 10px;
}

.margin-top-10{
    margin-top: 10px;
}
.custom-header {
    padding: 0px;
    /*box-shadow: inset 0px 0px 7px rgb(222, 222, 222);*/
    margin-bottom: 15px;
    border: 1px solid #dedede;
    border-radius: 5px;
}
.custom-header a{
    color: #fff !important;
    /*font-size:20px !important;*/
}

.custom-header ul li{
    border-right: 1px solid #cccc;
    padding-right: 20px;
    padding-left: 20px;


}
.custom-header ul li a{
    padding-top: 6px;
    padding-bottom: 10px;
}
.custom-header ul li:last-child{
    border-right: none;

}
.navbar-light .navbar-nav .nav-link{

}

hr{
    color:#000000;
    border-radius: 2px;
 }
.bg-light{
    background: #000 !important;
}
.collapse:not(.show){
    display:  block; !important;

}
table tr{
    cursor: pointer;
}
.dispo-plan :not(caption) > * > *{
    padding: 4px !important;
    /*font-size: 15px;*/

}
.dispo-plan{
    /*table-layout: fixed;*/
    word-wrap: break-word;
    width: 100%;

}
table{
    margin-bottom: 0 !important;
}
.dispo-plan .first-child{
    width: 11%;
}
.dispo-plan table{
    background: #ffffff;
}
.layout-design{
    width: 100%;
}
.layout-design div{
    width: 20%;
}
.btn-black
{
    background: #000000;
    color: #ffffff;
    font-size: 11px;
}
.btn-black:hover{
    color: #000000;
    background: #dedede;
    border: 1px solid #000;
}

.change-week label{
    width: 30%;
}
.change-week label input{
    border: 1px solid;
}
.change-day-buttons a{
    color: #000000;
}
.dispo-plan > tr td:nth-child(1){
    position: fixed;
}

/*.dispo-plan > tr td:nth-child(3){*/
/*    background: #ffe134;*/
/*    border: 2px solid !important;*/
/*}*/
/*.dispo-plan tr td:nth-child(3) table{*/
/*    background: #ffe134;*/
/*}*/
.dispo-plan tr td:nth-child(3) table tr td{
    /*border: 1px solid;*/
}
.dispo-plan tr td{
    vertical-align: middle;
}
.change-week span{
    width: 27%;
}

@media (min-width: 1400px){
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 98% !important;
    }
}
.dispo-plan :not(caption) > * > *{
    /*font-size: 13px !important;*/
}

body{
    font-size: 11px !important;
}
.h5, h5{
    font-size: 13px;
}
input{
    font-size: 11px !important;
}
a{
    font-size: 13px !important;
}
a.btn{
    font-size: 11px !important;
}

.form-control{
    font-size: 11px !important;
}
.btn {
    font-size: 11px !important;
}
table tr td{
    border-bottom: none !important;
}
.tire-modify{
    cursor:pointer
}

.dispo-plan .dispo-plan-td{
    padding: 0!important;
}
.table-no-border tr td:first-child{
    border-right: 1px solid #dedede;
}

/*.dt-info,.dt-paging,.dt-length,.dt-column-order,.dt-search label{*/
/*    display: none;*/
/*}*/
#dt-search-0{
    width: 99%;
}


.dt-search{
    display: none;
    padding: 0;
    margin: 0;
}

#myTable th{
    border-bottom: 1px transparent !important;
}

#myTable td:first-child{
    width: 2%;
}
#myTable td:nth-child(2){
    width: 2%;
}


th, td { white-space: nowrap; }
div.dataTables_wrapper {
    margin: 0 auto;
}

div.container {
    width: 80%;
}

.open-window-1{
   border-left: 1px solid #dedede;
}
