/* body{font-family: 'Open Sans', sans-serif;}
a{transition-duration: .35s;} */

body{background-color: #eee;color: #3c4858;}
@media (min-width: 1300px){
	.container {
		max-width: 1230px !important;
	}
}
/* Top Menu Section */
/* .TopHeaderCustom {padding: 10px 0;box-shadow:0 0.25rem 0.75rem rgba(0, 0, 0, .05);} */
.TopHeaderCustom {padding: 10px 0;box-shadow:0 0.25rem 0.75rem rgba(0, 0, 0, .05);background: #fff;}
.TopHeaderCustom .navbar-brand { padding-top: 12px;}
.TopHeaderCustom .navbar-brand img {/* box-shadow: 0 0 10px rgba(0,0,0,0.2); border-radius: 50%; */ max-width: 150px;}
.TopMenuCustom li a {color: #000000; text-transform: uppercase; font-weight: 500; font-size: 13px; padding: 0 20px;}
.TopMenuCustom li a:hover{text-decoration: none;background-color: #fff; color: #ED711F;}
.togglebuttonCustom {display: none;}
.navbar{margin-bottom: 0px;}

.ml-auto{margin-left: 0px !important;}
.navbar-brand{margin-right: 3rem;}
.nav-custom{}
.footerCustom{background: #001827 none repeat center top;color: #8E9EA9;}
.footerCustom a{color: #8E9EA9;font-family: "Poppins", Sans-serif;font-size: 15px;font-weight: 300;}
.footerCustom h2{color: #8E9EA9;font-family: "Poppins", Sans-serif;font-size: 18px;font-weight: 600;}
.footerCustom a:hover{text-decoration: none;}
.footerHead{font: normal bold 16px / 26px "Roboto", Helvetica, Arial, Verdana, sans-serif;text-transform: none;color: #ffffff;margin-top:0px;}
.container-footer{padding-top:60px;padding-bottom:45px;}
.socialFooter a{color:#7a7a7a;width: 26px;height: 26px;border-radius: 50%;}
.footerCustom .bottom-bar{padding-top:15px;padding-bottom:15px;border-top: 1px solid rgba(255,255,255,0.12);font-size: 13px;}
.footerCustom .bottom-bar .flogo{float:left;}
.footerCustom .bottom-bar .bottomLeft{float:left;padding: 30px;}
.footerCustom .bottom-bar .bottomRight{float:right;}
.bottomRight .bottom-menu{padding-top:30px;}
.bottomRight .bottom-menu li{float:left;padding-left:20px;list-style: none;}
/* .bannerlogo img{width: 70px;position: absolute;bottom: 70px;margin-left:5px;} */
.footerCustom p{color:#8E9EA9;font-family: "Poppins", Sans-serif;font-size: 15px;font-weight: 300;line-height: 24px;}
.footerCustom .col-md-4{padding: 0 25px;}
/*#navbarSupportedContent{margin-left: 360px;}*/
@media only screen and (min-width: 100px) and (max-width: 768px) {
.togglebuttonCustom{display: block;border: 0; color: #fff; font-size: 28px; background: #007bff;}
#showtoggleCustom{ display: none; }
#showtoggleCustom {padding: 0; margin:0; list-style-type: none; left:0;right: 0;position:absolute; visibility:hidden; top: 100%; background: #007bff;z-index: 100;}
#showtoggleCustom li a {color: #fff; padding: 15px 0; width: 100%; display: block;}
/* .TopMenuCustom li {text-align: center;} */
button.current + #showtoggleCustom{visibility:visible;display: block;}
button.current + #showtoggleCustom li {border-bottom: 1px solid #fff;margin: 0;}

}
/* Top Menu Section /////////////////////////  */

.page_heading{width:100%;float:left;background:#fff;}
.page_heading h2{padding:10px;margin:0px;}
.footertext {padding: 30px 0;text-align: center;font-size: 14px;text-transform: uppercase;}

.footertext {padding: 30px 0;text-align: center;font-size: 14px;text-transform: uppercase;}

@media only screen and (min-width: 100px) and (max-width: 768px) {
.TopHeaderCustom .navbar-brand img {max-width: 80px;}
.TopHeaderCustom .navbar-toggler i {font-size: 34px;}
}
.background-image-sign-up {	
	background: url(../images/sign-up.jpg) !important;
}


/* ------------------------------------------------------------------------------------------------------------------------------------------------------- */

.wrapper {
    display: flex;
    align-items: stretch;
}

#sidebar {
    min-width: 100px;
    max-width: 100px;
    background: #ED711F;
    color: #fff;
    transition: all 0.3s;
}

#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}

#sidebar.active .sidebar-header h3,
#sidebar.active .CTAs {
    display: none;
}

#sidebar.active .sidebar-header strong {
    display: block;
}

#sidebar ul li a {
    text-align: left;
	color: #fff;
}

#sidebar.active ul li a {
    padding: 20px 10px;
    text-align: center;
    font-size: 0.85em;
}

#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    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;
    background: #ED711F;
}

#sidebar .sidebar-header strong {
    /* display: none; */
    font-size: 1.8em;
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
	color: #fff;
}

#sidebar ul li a:hover {
   /* color: #ED711F;
    background: #fff;*/
}

#sidebar ul li a i {
    margin-right: 10px;
}

/* Commented on 23 Jan 2022 */
#sidebar ul li.active>a,
/*a[aria-expanded="true"] {
    color: #fff;
    background: #ED711F;
*/
}

#sidebar a[data-toggle="collapse"] {
    position: relative;
}

#sidebar .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 90%;
    right: 25px;
    transform: translateY(-50%);
}

#sidebar ul ul a {
    font-size: 0.9em !important;
    padding-left: 20px !important;
    background: #ED711F;
}

#sidebar ul.CTAs {
    padding: 20px;
}

#sidebar ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

#sidebar a.download {
    background: #fff;
    color: #ED711F;
}

#sidebar a.article,
#sidebar a.article:hover {
    background: #ED711F !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
    #sidebar .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;
    }
}

.card {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: #333;
    background: #fff;
    width: 100%;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14)
}
.card-stats .card-header.card-header-icon, .card-stats .card-header.card-header-text {
    text-align: right;
}
.card [class*=card-header-] {
    margin: 0 15px;
    padding: 0;
    position: relative;
}
.card .card-header {
    z-index: 3!important;
}
.card[class*=bg-], .card[class*=bg-] .card-title, .card[class*=bg-] .card-title a, .card[class*=bg-] .icon i, .card [class*=card-header-], .card [class*=card-header-] .card-title, .card [class*=card-header-] .card-title a, .card [class*=card-header-] .icon i {
    color: #fff;
}
.card .card-header {
    border-bottom: none;
    background: transparent;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card [class*=card-header-] .card-icon, .card [class*=card-header-] .card-text {
    border-radius: 3px;
    background-color: #999;
    padding: 15px;
    margin-top: -20px;
    margin-right: 15px;
    float: left;
}
.card .card-header-warning .card-icon, .card .card-header-warning .card-text, .card .card-header-warning:not(.card-header-icon):not(.card-header-text) {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgba(255,152,0,.4);
}
.card.bg-warning, .card .card-header-warning .card-icon, .card .card-header-warning .card-text, .card .card-header-warning:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-warning .back, .card.card-rotate.bg-warning .front {
    background: linear-gradient(60deg,#ffa726,#fb8c00);
}
.card.bg-success, .card .card-header-success .card-icon, .card .card-header-success .card-text, .card .card-header-success:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-success .back, .card.card-rotate.bg-success .front {
    background: linear-gradient(60deg,#66bb6a,#43a047);
}
.card.bg-danger, .card .card-header-danger .card-icon, .card .card-header-danger .card-text, .card .card-header-danger:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-danger .back, .card.card-rotate.bg-danger .front {
    background: linear-gradient(60deg,#ef5350,#e53935);
}
.card.bg-info, .card .card-header-info .card-icon, .card .card-header-info .card-text, .card .card-header-info:not(.card-header-icon):not(.card-header-text), .card.card-rotate.bg-info .back, .card.card-rotate.bg-info .front {
    background: linear-gradient(60deg,#26c6da,#00acc1);
}
.card-stats .card-header.card-header-icon i {
    font-size: 36px;
    line-height: 56px;
    width: 56px;
    height: 56px;
    text-align: center;
}
.card-stats .card-header .card-category:not([class*=text-]) {
    color: #999;
    font-size: 14px;
}
.card-stats .card-header.card-header-icon .card-category, .card-stats .card-header.card-header-icon .card-title, .card-stats .card-header.card-header-text .card-category, .card-stats .card-header.card-header-text .card-title {
    margin: 0;
}
.card-stats .card-header .card-icon+.card-category, .card-stats .card-header .card-icon+.card-title {
    padding-top: 10px;
}
.card-stats .card-header.card-header-icon .card-category, .card-stats .card-header.card-header-icon .card-title, .card-stats .card-header.card-header-text .card-category, .card-stats .card-header.card-header-text .card-title {
    margin: 0;
}
.card .card-header.card-header-icon .card-title, .card .card-header.card-header-text .card-title {
    margin-top: 15px;
    color: #3c4858;
}
.card .card-header.card-header-icon .card-title, .card .card-header.card-header-text .card-title {
    margin-top: 15px;
    color: #3c4858;
}
.card .card-header.card-header-icon .card-title, .card .card-header.card-header-text .card-title{color: #3c4858;line-height: 1.4em;font-size: 1.5625rem;font-weight: 300;}
.card-stats .card-header+.card-footer {
    border-top: 1px solid #eee;
    margin-top: 20px;
}
.card .card-body+.card-footer .stats, .card .card-footer .stats {
    color: #999;
    font-size: 12px;
    line-height: 22px;
}
.card .card-body+.card-footer .stats .material-icons, .card .card-footer .stats .material-icons {
    position: relative;
    top: 4px;
    font-size: 16px;
}
.card .card-body+.card-footer, .card .card-footer {
    padding: 0;
    padding-top: 10px;
    margin: 0 15px 10px;
    border-radius: 0;
    justify-content: space-between;
    align-items: center;
}
.card .card-footer {
    display: flex;
    /* align-items: center; */
    background-color: transparent;
    border: 0;
}