/*
    DEMO STYLE
*/
@font-face {
    font-family: 'ubuntulight';
    src: url('../fonts/ubuntu-light-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ubunturegular';
    src: url('../fonts/ubuntu-regular-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'ubuntumedium';
    src: url('../fonts/ubuntu-medium-webfont.woff2') format('woff2'),
         url('../fonts/ubuntu-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'ubunturegular' !important;
    background: #fff !important;
	padding: 0;
    margin: 0;
    overflow-x: hidden;
	font-size: 0.9rem;
}

p {   
    font-weight: 300; 
    color: #212529;}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}
/*title*/
h2.section-heading{
    font-size: 1.1rem;font-family: 'ubuntumedium';}
	
	
	
.modal-dialog.custom-dialog {
    max-width: 800px !important;
}
.modal-header.border-0 {
    background: #fff;
}
.modal-header {
    background: #fff; !important;
}
.modal-content {
    border-radius: 0 !important; 
    border: 0 !important;
}	

/*dashboard*/

.carousel-caption {
    background: rgb(255 181 49 / 85%);
    width: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 10px;
}

.carousel-caption h4 {
    font-size:0.8rem;
}
.card-header.py-0 {  
    padding-bottom: 0px !important;
}
.carousel-control-next, .carousel-control-prev{opacity:1 !important;}

.card-widget {
    background: #fff !important;
    -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    justify-content: space-between;
    border-radius: 50rem;
    padding: 1.5rem;
}
/*custom*/

a.canvasjs-chart-credit {
    display: none;
}
.btn {    
    font-size: 0.9rem;}
.cm-logo{text-align:center;  }
.cm-logo img{    max-height: 100%;    max-width: 100%;}
.div-adj h6{margin: 0 0 2px !important;}
.btn-primary:hover {
    color: #fff;
        background-color: #ae893e;
    border-color: #ae893e;
}
.btn-primary {
    color: #fff;
       background-color: #ae893e;
    border-color: #ae893e;
}
.dt-buttons {
    text-align: right;
    margin-bottom: 10px;
}
.slide img {
    max-width: 100%;
    height: 500px;
}
#errmsg2,#errmsg1 {
    height: 0 !important;
    display: block;
}
div#example_filter {
    margin-bottom: 20px;
}


.mt-30{margin-top:30px}

.input100 {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: .9rem;
    font-weight: 400;
    line-height: 1.5;
    color: #343a40;
    background-color: #fff;
    background-clip: padding-box;   
    border-radius: .25rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
	border:1px solid;
}
.text-web{color:#004d96}
.text-brown{color:#795548 }
.text-orange{color:#FF5722}
.text-pink{color:#a82582}
h1,h2,h3,h4,h5,h6{font-family: 'ubuntumedium';margin: 0;}  
.mainradius {
    padding-right: 0px;
}
.main{padding: 30px 30px 20px;
    background: #dee2e6;
   
    min-height: calc(100vh - 111px);}
footer#footer {   
     padding: 14px 20px 10px 10px;
    text-align: right;
    width: 100%;
    background: #fff;
    text-transform: capitalize;
    font-family: 'ubuntumedium';
    font-size: 0.7rem;
	z-index: 9;
}
#footer img{height:40px;margin-left:20px;}
.table>:not(caption)>*>* {
    padding: .8rem .5rem;
    background-color: #efe8e800;
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px #716b6b00;
    box-shadow: inset 0 0 0 9999px #bdb3b300;
}
tbody, td, tfoot, th, thead, tr {
    border: 0 solid;
    border-color: inherit;
}
.table thead th {
    font-size: 13px;
    color: #fff;
    background: #ae893e;
    border-bottom-width: 0;
    text-transform: uppercase;
    letter-spacing: .1em;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
}
.table td{text-transform: capitalize;font-size: 0.9rem;}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background: #fff !important;
    background-clip: border-box;
    border: 1px solid transparent !important;
    border-radius: 0.3rem !important;
	/*-webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);*/
}
.card-header:first-child {
    border-radius: calc(1rem - 1px) calc(1rem - 1px) 0 0 !important;
}
.card-header {
    position: relative;
    padding: 0.8rem !important;
    border-bottom: none;
    background: #fff !important;
  /*  -webkit-box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%);
    box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%); */
    z-index: 2;
}
.card-body {
    flex: 1 1 auto;
    padding:1rem;
}
.card-heading {
    margin-bottom: 0;
    font-size: .8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: .2em;
	
}
label {
    display: inline-block;
  
}
/*
    custom closed
*/

/*
    Navbar
*/


.faciliate img.atc{
	
	height: 55px;
    max-width: inherit !important;
}

.faciliate img {
    max-width: 60% !important;
}

.navbar {
   padding: 15px 10px;    
   
    background-size: cover;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    box-shadow: 1px 1px 3px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    height: 70px;
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

i,
span {
    display: inline-block;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

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

#sidebar {
    min-width: 290px;
    max-width: 290px;
  background: url(../img/nav.png) no-repeat 26% 0;
   background:#fff;
    color: #222;
    transition: all 0.3s;
  -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
	background-size: cover;
	z-index: 99;
	position: fixed;
    height: 100%;
}
button#sidebarCollapse {
    padding: 0 10px;
}
.atctitle{	
	color: #ae893e;
    text-transform: uppercase;
    font-size: 1.3rem;
}
#sidebar .sidebar-header a h5 {
    color: #ae893e;
    text-transform: uppercase;
    font-size: 1.3rem;
}
#sidebar img.atc{height: 57px;}
#sidebar img{max-width: 100%;}
#sidebar.active {
    min-width: 80px;
    max-width: 80px;
    text-align: center;
}
#sidebar.active .sidebar-header h3, #sidebar.active .sidebar-header img,
#sidebar.active .CTAs {
    display: none;
}
#sidebar.active .sidebar-header a h5{display: none;}

#sidebar.active .sidebar-header strong img{display: block;}
#sidebar.active .sidebar-header strong {
    display: block;
	color: #ae893e;
}
#sidebar ul li a {
    text-align: left;
}
#sidebar.active ul li a {
    padding: 4px 10px;
    text-align: center;
    font-size: 0.75em;
	word-break: break-word;
}
#sidebar.active ul li a i {
    margin-right: 0;
    display: block;
    font-size: 1.8em;
    margin-bottom: 5px;
}
#sidebar.active ul li.active a {
    background: none;
    padding: 0;
}
#sidebar.active ul li a {  
    padding: 0;
}
#sidebar.active ul li.active a i{background-color: #ae893e;}
#sidebar.active ul li a span {
    display: none;
}
#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: 0 0px;
    background:#fff;
   /* -webkit-box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);*/
    height: 70px;   
    display: flex;
    align-items: center;
    justify-content: center; 
       margin:8px 8px 0 8px;	
}
#sidebar .sidebar-header a{text-align:center}
#sidebar .sidebar-header h3{ color: #ff0101;
    font-size:2rem;font-family: 'ubuntumedium';}
#sidebar .sidebar-header strong {
    display: none;
    font-size: 1.5em;
}
#sidebar ul.components {
    padding:10px 20px;    
	margin:0
}
#sidebar ul li a {
    padding: 10px;
    font-size: 0.85rem;
    display: block;
     border-radius:50px;
	color: #5e2104;
}
#sidebar ul li a.active {
    color: #fdfdfd;
    background-color: #ae893e;
 }
#sidebar ul li a:hover {

   background-color: #ae893e;
}
#sidebar ul li a i {
  margin-right: 6px;
    border-radius: 12%;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgb(0 0 0 / 12%);
    box-shadow: 0 0 10px rgb(0 0 0 / 12%);
    -webkit-box-shadow: 0 0 20px rgb(253 99 107 / 30%);
    padding: 10px;
    box-shadow: 0 0 20px rgb(253 99 107 / 30%);
	    
}
#sidebar ul li.active>a,
a[aria-expanded="true"] {
  color: #5e2104;
    background-color: #ae893e;
}
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.7rem !important;
    padding-left: 30px !important;
    background: #3842d8;
	color:#fff;
}
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: #3842d8 !important;
    color: #fff !important;
}
/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
.sidecontent {margin-left:290px;}
.sidecontent.sidecontentactive{margin-left:80px;}
#content {
    width: 100%;
    padding: 0px;
    min-height: 100vh;
    transition: all 0.3s;
}
/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
#sidebar ul.components {
    padding: 0;
}
.mainradius {
    padding-right: 15px;
    padding-left: 15px;
}
.main {
    padding: 15px;  
}	
    #sidebar {
        min-width: 80px;
        max-width: 80px;
        text-align: center;
        margin-left: -80px !important;
    }
	#sidebar.active ul li a {
    padding: 4px 2px;   
    }
	#sidebar.active ul li a i {   
    font-size: 1.2em;   
    }
    .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 .sidebar-header a h5,
    #sidebar .CTAs {
        display: none;
    }
    
    #sidebar ul li a {
        padding: 5px;
        font-size: 0.7rem;
    }
    #sidebar ul li a span {
        font-size: 0.85em;
		word-break: break-word;
    }
    #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;
    }
}

/* amani style */
#amani{
    color: rgb(221, 245, 11) !important;
}
#amani_email{
    color: rgb(97, 248, 105) !important;
}
/* dervice dashboard */
#fdate{background: url(../src/img/date.png) no-repeat 98% center;}
#tdate{background: url(../src/img/date.png) no-repeat 98% center;}

.card {
    border-radius: 12px !important;
    box-shadow: 0 6px 10px -4px rgb(0 0 0 / 15%);
    background-color: #fff;
    color: #252422;
    margin-bottom: 20px;
    position: relative;
    border: 0 none;
    transition: transform .3s cubic-bezier(.34,2,.6,1),box-shadow .2s ease;
}
.card-stats .card-body {
    padding: 8px 8px 0;
}
.card-stats .card-footer {
    padding: 0 8px 8px;
}
.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-stats .icon-big {
  /*  font-size: 3em;
    min-height: 64px;*/
}
.card-stats .icon-big  img{height:50px;}
.card-stats .icon-big i {
    line-height: 59px;
}
.card-stats .card-body .numbers {
    text-align: right;
    font-size: 2em;
}
.card-stats .card-body .numbers .card-category {
    font-family: 'ubuntumedium';
    font-size: 1.3rem;
    line-height: 1.4em;
}
.card-stats .card-footer hr {
    margin-top: 5px;
    margin-bottom: 9px;
}
.card-stats .card-footer .stats {
    color: #9a9a9a;
}
.card .card-footer {
    background-color: transparent;
    border: 0;
}
.card-stats .card-body .numbers p {
    margin-bottom: 0;
	color:#495057
}
.card .description {
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 1px; 
    font-family: 'ubuntumedium'; 
	color:#495057
}
.ncd1 .card-category, .ncd1 h6{color:#91c83c !important}
.sp1 .card-category, .sp1 h6{color:#0b9b82 !important}
.gp1 .card-category, .gp1 h6{color:#efd144 !important}
.lab1 .card-category, .lab1 h6{color:#2e506a !important}
.pharmacy1 .card-category, .pharmacy1 h6{color:#eb5468 !important}
.visit1 .card-category, .visit1 h6{color:#7d4931 !important;}
.reg1 .card-category, .reg1 h6{color: #0065a3 !important;}

@media only screen and (max-width:1400px){
.card-stats .icon-big img {height: 40px;}
.div-adj h6 { font-size: 0.8rem;}	
.card .description {font-size: 17px;}
.serviceBox{ margin: 0 0 30px;}
.card-stats .card-body .numbers {font-size: 1.6rem;}
.card-stats .card-body .numbers .card-category {font-size: 1rem;}
.card-heading {   

	font-size: .6rem !important;
}

}

@media only screen and (max-width:1100px){
.sidecontent {margin-left:0px;}
.sidecontent.sidecontentactive{margin-left:0px;}
#sidebar{position:relative;height: auto;}

.faciliate{margin-left:0px !important}
}


@media only screen and (max-width:767px){
div#navbarSupportedContent img.atnf {
    height: 34px !important;
}

.faciliate img {
        max-width: inherit !important;
    height: 30px !important;
}

}




.text-right{text-align: right;}
div#navbarSupportedContent img.atnf {
   height:70px;
}
div#navbarSupportedContent img.digital {
   height: 45px;
}
