/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
}
.bty .table tr:first-child {
    background: #1c4e80 !important;
}

.green {
    background-color: green;
}

.yellow {
    background-color: yellow;
}


a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.select2 {
    display: block !important;
    width: 100% !important;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
    .select2 span.select2-selection.select2-selection--single {
        border: none;
    }

.navbar {
    padding: 15px 10px;
    background: #1C4E80 !important;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

.form {
    width: 100%;
}

#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #1c4e80;
    color: #fff;
    transition: all 0.3s;
    height: 100vh;
    margin-top: 29%;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
    /*width: 100%;*/
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    background: #1c4e80;
}

#sidebar ul.components {
    /* padding: 20px 0;*/
    /* border-bottom: 1px solid #47748b;*/
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
    border-bottom: 1px dotted #e3f8fd;
}

    #sidebar ul li a:hover {
        color: #1c4e80;
        background: #e3f8fd;
    }



.dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    left: inherit;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

a[data-toggle="collapse"] {
    position: relative;
}

.active .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}



ul .list-unstyled.collapse a {
    /*font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;*/
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #ffffff;
    border-bottom: 1px dotted;
    color: #1c4e80;
    border-bottom: 1px dotted #1c4e80 !important;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.DataDate {
}

.DataDateTime {
}

.DataTime {
}

.DataNumeric {
}

.DataVarchar {
}

.DataMandatory {
}

.Datafloat {
}

#content {
    width: 100%;
    padding: 20px 70px;
    / min-height: 100vh;
    / transition: all 0.3s;
    margin-top: 6%;
}

.btn-info {
    color: #fff;
    background-color: #7386d5;
    border-color: #7386d5;
}

.jumbotron {
    box-shadow: 0px 0px 10px 0px #80808057;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
.valname {
    color: white;
}


.table {
    margin: auto;
    min-width: 300px;
    max-width: 100%;
    border-collapse: collapse;
}

    .table thead tr:first-child {
        border-top: none;
        background: #1c4e80 !important;
        color: #fff;
    }

    .table tr {
        border-top: 1px solid #ddd;
        border-bottom: 1px solid #ddd;
        / background-color: #f5f9fc !important;
        /
    }

    .table .odd {
        background-color: #ebf3f9 !important;
    }

    .table th {
        display: none;
    }

    .table td {
        display: block;
    }

        .table td:first-child {
            margin-top: .5em;
            background: transparent !important;
        }

        .table td:last-child {
            margin-bottom: .5em;
        }

        .table td:before {
            content: attr(data-th) ": ";
            font-weight: bold;
            width: 120px;
            display: inline-block;
            color: #000;
        }

    .table th,
    .table td {
        text-align: left;
    }

.table {
    color: #333;
    border-radius: .4em;
    overflow: hidden;
}

    .table tr {
        / border-color: #bfbfbf;
        /
    }

        .table tr:hover:not(:first-child) {
            background-color: #d8e7f3;
        }

    .table th,
    .table td {
        padding: .5em 1em;
    }

.table-bordered th {
    background-color: transparent !important;
}

.table tbody td {
    font: 18px Calibri !important;
    border: solid 1px #DDD;
    border-collapse: collapse !important;
    padding: 2px 3px;
    text-align: center;
    padding: 10px !important;
}

@media screen and (max-width: 601px) {
    .table tr:nth-child(2) {
        border-top: none;
    }
}

@media screen and (min-width: 600px) {
    .table tr:hover {
        background-color: #d8e7f3 !important;
    }

    .table td:before {
        display: none;
    }

    .table th,
    .table td {
        display: table-cell;
        padding: .25em .5em;
    }

        .table th:first-child,
        .table td:first-child {
            padding-left: 0;
        }

        .table th:last-child,
        .table td:last-child {
            padding-right: 0;
        }

    .table th,
    .table td {
        padding: 1em !important;
    }
}


#bdy {
    margin-top: 54px;
    background: #F1F1F1;
}

#header {
    text-transform: uppercase;
    color: #1c4e80 !important;
    font-size: 20px;
    font-weight: 600 !important;
}

.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
    color: #444;
    background: transparent !important;
}

.navbar-light .navbar-nav .nav-link {
    color: rgb(255 255 255) !important;
}

.nav > li > a:hover, .nav > li > a:active, .nav > li > a:focus {
    background: transparent;
}

ul.nav.navbar-nav {
    width: 100%;
    display: block;
    text-align: end;
}


.dataTables_wrapper {
    position: relative;
    clear: both;
    overflow: auto;
}

.table .table {
    overflow: auto;
}




@media (max-width: 768px) {
    .onboarding {
        display: none !important;
    }

    .login-container .login-form {
        width: 100%;
        box-sizing: border-box;
        padding: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;
    }

    #sidebar {
        margin-left: -250px;
    }

    .jumbotron {
        box-shadow: 0px 0px 10px 0px #80808057;
        margin: 10px;
        margin-top: 60px;
        display: inline-flex;
    }

    #content {
        width: 100%;
        padding: 0px;
        / min-height: 100vh;
        / transition: all 0.3s;
        margin-top: 6%;
    }  

    #sidebar.active {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }
}

@media (max-width: 991px) {
    .dropdown.show .dropdown-toggle::after {
        display: block;
        position: absolute;
        top: 17%;
        right: 20px;
        transform: translateY(-50%);
    }
}

label {
    font-weight: 600;
    color: #555;
}
