/*
    Final Cascade Stylesheet for Mydeck
    1. Dashboard base
    2. Left aside menu
    3. Search results
    4. Container Caoba
    5. Datatables
    6. Info box
    7. Login - Auth
    8. Forms
    W. Helper class
    X. Media query
    Y. Override
    -------------------------
    Colors
    Main gray : #DFE0E1
    Main blue : #23303F
    Mydeck color : #F7931E
    Stablishment color : #EDBF47
    Staff color : #EB563E
    Classes, programs, schedule, plans color : #64B0AE
    User color : #8CC253
    Billing color : #5D5D5D

*/


/* ------------------------------------------- 1. Dashboard base --------------------------------------------------- */
.form-control{
    width: 85%;
}
.fc-sp{
    background: red;
    margin-right: 0;
    width: 75%;
}
html{
    height: 100%;
    width: 100%;
}
body {
    background: #DFE0E1;
    overflow-x: hidden;
}

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #323941;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

#main-container-md{
    margin-top: 40px;
}
/* ------------------------------------------- 2. Left aside menu -------------------------------------------------- */

.img-user-md{
    border: white 5px solid;
    margin: 10px auto 10px 50px;
    height: 80px;
    width: 80px;
}

#logo-mydeck-md{
    height: 50px;
    margin: 5px 0 0 15px;
}

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: white;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: #23303F;
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav > .sidebar-brand-md{
    background: #23303F;
    height: 80px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-image-md{
    background: #323941;
    color: white;
    height: 180px;
    font-size: 18px;
    line-height: 60px;
    z-index: 3;
}

.menu-item-md{
    background: #333F4D;
    border-top: #5F6873 solid 2px;
    border-bottom: #5F6873 solid 2px;
    margin-top: -2px;
    z-index: 2;
}

.menu-item-md > i{
    display: block !important;
    float: left !important;
    margin: 5px 5px 0 15px;
}

.my-deck-item-md > a{
    border-left: #F7931E solid 3px;
    color: #F7931E !important;
}

.stablisment-item-md > a{
    border-left:#EDBF47 solid 3px;
    color:#EDBF47 !important;
}

.staff-item-md > a{
    border-left: #EB563E solid 3px;
    color: #EB563E !important;
}

.classes-item-md > a{
    border-left: #64B0AE solid 3px;
    color: #64B0AE !important;
}

.user-item-md > a{
    border-left: #8CC253 solid 3px;
    color: #8CC253 !important;
}

.billing-item-md > a{
    border-left: #5D5D5D solid 3px;
    color: white !important;
}

/* -------------------------------------------- 3. Search container ------------------------------------------------ */

#search_container{
    background-color: rgba(0, 0, 0, 0.9);
    background: rgba(0, 0, 0, 0.9);
    display: none;
    height: 100%;
    position: absolute;
    top: 80px;
    width: 100%;
    z-index: 1000;
}

.results_container{
    margin-top: 35px;
}

#search_container h1,#search_container h2,#search_container h3,#search_container h4,
#search_container h5, #search_container h6, #search_container p{
    color: white !important;
}

/* -------------------------------------------- 4. Container Caoba ------------------------------------------------ */

.container-box-md{
    display: block;
    float: left;
    margin-bottom: 20px;
}

.container-box-md > .content-box{
    background: white;
}

.container-box-md > .header-container-md{
    height: 40px;
}

.container-100-md{
    min-height: 60px;
    padding: 0 5% 0 5%;
    width : 100%;
}

.first_container-md{
    padding-left: 5% !important;
}

.last_container-md{
    padding-right: 4% !important;
}

.container-60-md{
    min-height: 60px;
    padding: 0 1% 0 1%;
    width : 66%;
}

.container-40-md{
    min-height: 60px;
    padding: 0 1% 0 1%;
    width : 33%;
}

/* ----------------------------------------------- 5. Datatables --------------------------------------------------- */

table.dataTable thead th{
    border-bottom: none !important;
}

.table-stablishment-md thead{
    background: #FAECC9 !important;
}

.table-stablishment-md thead tr th{
    border-bottom: #EDBF47 solid 2px !important;
}

.table-classes-md thead{
    background: #A2D2D0 !important;
}

.table-classes-md thead tr th{
    border-bottom: #64B0AE solid 2px !important;
}


.table-staff-md thead{
    background: #FCE5E1 !important;
}

.table-staff-md thead tr th{
    border-bottom: #EB563E solid 2px !important;
}

.table-user-md thead{
    background: #E4F1D6 !important;
}

.table-user-md thead tr th{
    border-bottom: #8CC253 solid 2px !important;
}

/* ------------------------------------------------ 6. Info box ---------------------------------------------------- */

.min-height-info-md{
    height: 350px;
    margin-bottom: 20px;
}

.create-md{
    color: #23303F;
}


.header-info-box-md{
    height: 50px;

}
.content-info-md{
    background: white;
    height: 300px;
    text-align: center;
}

.img-index-md{
    border: 2px solid lightgray;
    height: 80px !important;
    margin: 15px auto 15px auto;
    width: 80px !important;
}

.img-index-table-md{
    border: 2px solid lightgray;
    height: 50px !important;
    margin: 15px auto 15px auto;
    width: 50px !important;
}
/* ---------------------------------------------- 7. Login - Auth --------------------------------------------------- */

#bg-auth-md{
    background: url("../img/bg-login.png") no-repeat;
    background-size: cover ;
    height: 100%;
    width: 100%;
}
.logo-auth-md {
    height: 100px;
    margin: 0 auto 0 auto;
}

.login-auth-container-md{
    margin: 45px 0 55px 0;
}

#auth-box-md{
    background: white;
}

#auth-box-md .header-auth-md{
    background: #8F0000;
    height: 40px;
    color: white;
    text-align: center;
    padding-top: 10px;
    margin-bottom: 30px;
}
.info-aditional-auth-md{
    padding-bottom: 20px;
}

.info-aditional-auth-md a{
    color: #8F0000;
    font-size: 0.7em;
}
/* -------------------------------------------------- 8. Forms ----------------------------------------------------- */

.form-create-md{

}

.form-create-md .field{
    margin: 10px 0 10px 0;
}

.box-body{
    margin-top: 15px;
}

.box-body label{
    font-size : 0.9em;
}
.box-body small{
    font-size: 0.8em;
}

.box-body .classes-bg-md{
    margin-bottom: 15px;
}

#lesson-form .btn-default-md{
    margin: 10px 0 10px 0;
}

.delete_schedule{
    margin: 10px auto 10px auto;
}

.dayweek{
    margin: 25px 0 25px 0;
}

/* --------------------------------------------- W. Helper classes  ------------------------------------------------ */
.btn-md-full{
    width: 100%;
}

.btn-no-border{
    border: none;
    border-radius: 0;
}

.no-border-top{
    border-top: none;
}

.btn-auth-md{
    background: #8F0000;
    color: white;
    font-weight: lighter;
}

.btn-default-md{
    background: #23303F;
    color: white;
}

.btn-default-md:hover, .btn-default-md:active, .btn-default-md:focus{
    color: lightgray;
}

.btn-auth-login-md{
    background: #23303F;
    color: white;
}

.btn-auth-login-md :hover{
    color: lightgray;
}

.my-deck-bg-md{
    background: #F7931E;
}

.stablisment-bg-md{
    background:#EDBF47;
}

.staff-bg-md{
    background: #EB563E;
}

.classes-bg-md{
    background: #64B0AE ;
}

.user-bg-md{
    background: #8CC253;
}

.billing-bg-md{
    background: #5D5D5D;
}

.change-view:hover{
    cursor: pointer;
}

.alert-error, .error{
    font-size: 0.9em;
    color : #8F0000;
}
/* ---------------------------------------------- X. Media query  -------------------------------------------------- */

@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 250px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

/* ---------------------------------------------- X. Media query  -------------------------------------------------- */

.table.dataTable thead th, table.dataTable thead td {
    border: none !important;
}