
    .container-fluid{
        margin-left: 20px;
        min-height: 930px; /* Min-height is set so that the sidebar is not cut */
    }

    #wrapper-no-sidebar {
        padding-right: 0px; /* For without sidebar pages */
    }

    #wrapper {
        padding-right: 250px; /* From 'padding-left' to 'padding-right' (with sidebar) */
    }

    #wrapper.toggled {
        padding-right: 50px; /* From 'padding-left' to 'padding-right' */
    }

    #sidebar-wrapper {
        width: 250px;
    }

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

    #page-content-wrapper {
        position: relative;
    }

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

    #to {
        width: 120px !important;
    }

    #from {
        width: 120px !important;
    }

    .table-striped > tbody > tr:nth-of-type(even),
    .table-striped > tbody > tr:nth-of-type(odd){
        background-color:#fff;
    }

    .coach-tbl tr td:nth-of-type(2),
    .coach-tbl tr th:nth-of-type(2) {
        width:30%;
    }
    .coach-tbl tr td:nth-of-type(3),
    .coach-tbl tr th:nth-of-type(3){
        width:30%;
    }
    .coach-tbl tr td:nth-of-type(4),
    .coach-tbl tr th:nth-of-type(4){
        width:300px;
    }

    /** MODAL **/
    .modal-dialog  {width:90%;}
    .modal-content {
        display:table;
        width: 100%;
        padding: 30px 20px;
        min-height:300px;
        border: 6px solid rgba(255,255,255, 0.4);
    }
    .modal-backdrop{
        opacity:0.75 !important;
    }

    /** EMAIL THIS **/
    .email-col1{
        padding-right:20px;
        border-right: 1px solid #e8e8e8;
    }
    .email-col2{
        padding-left:20px;
        border-left: 1px solid #fff;
    }
    /** LABELS **/
    #g5FormLogin label{
        font-weight: bold;
        float:left;
    }
    .hidden-lbl{
        position: absolute;
        opacity:0 !important;
        z-index: -9999;
    }