/***************************************************************
*                                                              *
*                                                              *
*              Document Level                                  *
*                                                              *
*                                                              *
***************************************************************/
label {
    font-weight: 400;
}

.form-control:hover {
    border-color: #b3bdcc;
}
.form-control {
    height: auto;
    padding: .4375rem .75rem;
    font-size: .8125rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #e1e5eb;
        border-top-color: rgb(225, 229, 235);
        border-right-color: rgb(225, 229, 235);
        border-bottom-color: rgb(225, 229, 235);
        border-left-color: rgb(225, 229, 235);
    font-weight: 300;
    will-change: border-color,box-shadow;
    border-radius: .25rem;
    box-shadow: none;
    transition: box-shadow 250ms cubic-bezier(.27,.01,.38,1.06),border 250ms cubic-bezier(.27,.01,.38,1.06);
}

a {
    color: #007bff;
    text-decoration: none;
}

a:hover {
    color: #0056b3;
}

body {
    background: #f5f6f8;
    font-size: 15px;
    font-weight: 500;
}


.text-muted {

    color: #868e96 !important;

}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .75rem;
    font-family: "Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 400;
    color: #3d5170;

}
.h3, h3 {
    font-size: 1.953rem;
    line-height: 2.25rem;
}

.row{
    max-width: unset;
}
.main-content{
    display: flex;
    flex-flow: column nowrap;
    height: 100vh;
}

.main-navbar{
    flex: 0 0 auto;
}

.div-content{
    flex: 1 1 auto;
}

.main-footer{
    flex: 0 0 auto;
}

a:hover{
    text-decoration: none;
}
div.close{
    cursor: pointer;
}

.color-switcher-toggle i{
    top: 2px;
}

.form-control.is-invalid, .was-validated .form-control:invalid{
    background-position: center right calc(1.5em + .1875rem);
}

.form-control.is-valid, .was-validated .form-control:valid {
    background-position: center right calc(1.5em + .1875rem);

}


/*
@media screen and (max-width: 768px){
    .main-content{
        height: unset;
    }
}*/



/***************************************************************
*                                                              *
*                                                              *
*              Table Element                                   *
*                                                              *
*                                                              *
***************************************************************/
.table thead th{
    border: 1px solid #dddddd;
}
.table tbody td{
    border: 1px solid #dddddd;
}

/***************************************************************
*                                                              *
*                                                              *
*              Alert Element                                   *
*                                                              *
*                                                              *
***************************************************************/
.alert-dismissible{
    padding-right: 4rem;

}


/***************************************************************
*                                                              *
*                                                              *
*              Dropdown Element                                *
*                                                              *
*                                                              *
***************************************************************/
.p-dropdown-options{
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #dddddd;
    margin: 0;
}

@media screen and (max-width: 991px){
    .nav-administrator{
        border-right: 1px solid #e1e5eb !important;
    }
}

/***************************************************************
*                                                              *
*                                                              *
*              Sidebar Element                                 *
*                                                              *
*                                                              *
***************************************************************/
.div-has-sidebar{
    padding: 0 0 0 10px;
}
.div-sub-sidebar{
    background-color: #f5f5f5;
    height: 98%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    border: 1px solid #ececec;
}

.hr-border{
    border-bottom: 2px solid #dddddd;
    margin-bottom: 0;
}
.ul-sub-sidebar{
    list-style: none;
    margin: 0;
    padding: 0;

}

.li-sub-sidebar{
    margin: 10px 0;
}
.li-sub-sidebar a{
    color: #007bff;
    padding: 5px;
    display: block;
    border-bottom: 1px solid #dddddd;
}

.li-sub-sidebar a:hover{
    color: #333333;
}

@media screen and (max-width: 991px){
    .li-sub-sidebar:last-child a{
        border-bottom: none;
    }
    .div-has-sidebar{
        padding: 0;
    }
    .div-sub-sidebar{
        height: unset;
    }

    .li-sub-sidebar{
        margin: 0;
    }
}


/***************************************************************
*                                                              *
*                                                              *
*              Pagination Element                              *
*                                                              *
*                                                              *
***************************************************************/
.pagination .prev,
.pagination .next{
    margin: 0 15px;
}
