/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

body {
    font-family: 'Poppins', sans-serif;
    background: white;
    color: black;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}


/* ---------------------------------------------------
   				 Login-Page
----------------------------------------------------- */

.login-page {
    background: #0b355f;
    /* fallback for old browsers */

}




/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */


.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {

    min-width: 180px;
    max-width: 180px;
    background: #1c1f27;

    border-right: solid black 1px;
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 100px;
    max-width: 100px;
    text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

.sidebar-header {
    text-align: center;
}

.sidebar-header>svg {
    font-size: 2em;
}

#sidebar ul li a {
    text-align: left;
}

#sidebar.active ul li a {
    padding: 20px 0px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active .svg-inline--fa {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 2em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 2.5em;
    margin-bottom: 5px;
}

#sidebar.active ul ul a {
    padding: 10px !important;
}

#sidebar.active .dropdown-toggle::after {
    top: auto;
    bottom: 10px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

#sidebar .sidebar-header {
    padding: 20px;

    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}

#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #3b6278;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1rem;
    display: block;
}

#sidebar ul li a:hover {
    background: #ffffff;
    color: #233348;
}

#sidebar ul li a:active {
    background: #ffffff;
    color: #3b6278;
}

#sidebar ul li a i {
    margin-right: 10px;
}

a[aria-expanded="true"] {
    color: white;
    background: #3b6278
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #3b6278
}

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
----------------------------------------------------- */
#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}




/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {

        text-align: center;

    }

    .dropdown-toggle::after {
        top: auto;
        bottom: 10px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }

    #sidebar.active {
        margin-left: 0 !important;
    }

    #sidebar .sidebar-header h3,
    #sidebar .CTAs {
        display: none;
    }

    #sidebar .sidebar-header strong {
        display: block;
    }

    #sidebar ul li a {
        padding: 20px 10px;
    }

    #sidebar ul li a span {
        font-size: 0.85em;
    }

    #sidebar ul li a i {
        margin-right: 0;
        display: block;
    }

    #sidebar ul ul a {
        padding: 10px !important;
    }

    #sidebar ul li a i {
        font-size: 1.3em;
    }

    #sidebar {
        margin-left: 0;
    }

    #sidebarCollapse span {
        display: none;
    }


}

/* ---------------------------------------------------
    Dashboard STYLE
----------------------------------------------------- */

.body-content {
    background-color: #f2f3f4;
    height: 100%
}



.card1 {
    height: 20vh;
}

.icon {
    font-size: 4vw;
    display: inline-block;

}

.caption {
    display: inline-block;
    margin-left: 10px;
    font-size: 1.5vw;
}

.caption>h4 {
    font-size: 1.8vw;
}

.caption2 {
    display: inline-block;
    margin-left: 10px;
    font-size: 1.0vw;
}

.caption2>h4 {
    font-size: 0.9vw;
}

.seperator {
    margin-top: 15px !important;
}

.card_bottom {
    line-height: 35px;
}


/*--------------------calendar----------------
----------------------------------------------*/


.table-style th:nth-of-type(7),
td:nth-of-type(7) {
    color: blue;
}

.table-style tr:first-child th {
    background-color: #F6F6F6;
    text-align: center;
    font-size: 15px;

}

.calendar {
    background: #fff;
    box-shadow: 0 2px 10px 2px rgb(69 65 78 / 10%);
}

.table-style {
    height: 75%;
    width: 27vw;
}


/*--------------------chart----------------
----------------------------------------------*/


#chartdiv {
    width: 100%;
    height: 400px;
    padding-top: 40px
}


.patterns {
    background: #fff;
    box-shadow: 0 1px 5px 1px rgb(69 65 78 / 10%);

}


/* ---------------------------------------------------

	        MyDiagnosis STYLE
-----------------------------------------------------*/

#diagnosis {

    padding-top: 50px;
}

#lorem {
    padding-top: 40px;
}



#diagnosis ul label {
    font-size: 2.3vw;

}