.sidebar-menu>li>a>.fa, .sidebar-menu>li>a>.glyphicon, .sidebar-menu>li>a>.ion {
    width: 31px !important;
    font-size: 16px;
    text-align: center;
    margin-right: 10px;
}
.skin-yellow-light .wrapper, .skin-yellow-light .main-sidebar, .skin-yellow-light .left-side {
    background-color: #394350 !important;
}
.h1, .h2, .h3, .h4, .h5, .h6, body, h1, h2, h3, h4, h5, h6 {
    font-family: Poppins, sans-serif !important;
}
.info-box {
    min-height: 100px !important;
    background: #fff !important;
    width: 100% !important;
    margin-bottom: 20px !important;
    padding: 15px !important;
	box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.05) !important;
}
.bg-aqua {
    background-color: #48b0f7 !important;
}
.info-box-content {
    padding: 10px 10px 10px 0 !important;
    margin-left: 90px !important;
}
.info-box-number {
    font-weight: 300 !important;
    font-size: 16px !important;
}
.info-box small {
    font-size: 14px !important;
}
.info-box-text, .progress-description {
    display: block !important;
    font-size: 13px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    font-weight: 600 !important;
}
.info-box-icon {
    float: left !important;
    height: 70px !important;
    width: 70px !important;
    text-align: center !important;
    font-size: 30px !important;
    line-height: 74px !important;
    border-radius: 100% !important;
}
.main-sidebar .sidebar-footer {
    background: #f2f6f8;
}
.sidebar-footer {
    position: fixed;
    z-index: 10;
    bottom: 0;
    left: 0;
    transition: .2s ease-out;
    width: 230px;
    background: #fff;
    border-top: 1px solid rgba(120, 130, 140, .13);
}
.sidebar-footer a {
    padding: 5px;
    width: 33.333337%;
    float: left;
    text-align: center;
    font-size: 18px;
	color:#67757c !important;
}
@media (min-width: 768px) {
.sidebar-collapse .sidebar-footer {
    display: none;
}
}
/*.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span:not(.pull-right) {
    background: #0177bc !important;
}*/
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a>span {
    top: 0 !important;
    margin-left: 0px !important;
	padding: 8px 10px 12px 10px !important;
}
@media (min-width: 768px) {
.sidebar-mini.sidebar-collapse .sidebar-menu>li>a>span {
    border-top-right-radius: 0px !important;
}
}
.sidebar-menu>li {
    padding: 3px 5px;
}
.sidebar-menu>li:hover>a, .sidebar-menu>li.active>a, .sidebar-menu>li.menu-open>a{
	border-radius: 5px;
}
.dropdown-menu>li>a {
	width: calc(100% - 10px) !important;
    margin: 2px 5px !important;
    padding: .429rem .929rem !important;
}
.user-image-top {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    margin-top: -7px;
}
.table{
	color: #757575;
}
.user-panel>.image {
    padding: 10px 0;
}
.sidebar-menu li.header {
    padding: 5px 22px 5px 15px;
    font-size: 12px;
    font-weight: 500;
	color: #7b7b7b;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li:hover>a {
        border-radius: 0px;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu> a {
        border-radius: 0px !important;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li {
    padding: 0px 0px !important;
}
.sidebar-mini:not(.sidebar-mini-expand-feature).sidebar-collapse .sidebar-menu>li.active>a{
    border-radius: 0px !important;
}
.sidebar-collapse .sidebar-menu li.header {
	display:none !important;
}
.table th {
	padding: 1rem !important;
}
.sidebar-mini.sidebar-collapse .sidebar-menu>li {
	padding: 0px 0px !important;
}
.skin-blue .btn-primary{
	background-color: #4099ff !important;
    border-color: #4099ff !important;
}
.skin-blue .btn-primary:hover, .btn-primary:active {
    background-color: #0d7eff !important;
	border-color: #0d7eff !important;
}
.skin-black .btn-primary{
	background-color: #4099ff !important;
    border-color: #4099ff !important;
}
.skin-black .btn-primary:hover, .btn-primary:active {
    background-color: #0d7eff !important;
	border-color: #0d7eff !important;
}
.skin-purple .btn-primary{
	background-color: #ab8ce4  !important;
    border-color: #ab8ce4  !important;
}
.skin-purple .btn-primary:hover, .btn-primary:active {
    background-color: #8d63da !important;
	border-color: #8d63da !important;
}
.skin-green .btn-primary{
	background-color: #00c292  !important;
    border-color: #00c292  !important;
}
.skin-green .btn-primary:hover, .btn-primary:active {
    background-color: #008f6c !important;
	border-color: #008f6c !important;
}
.skin-yellow .btn-primary{
	background-color: #f3d800  !important;
    border-color: #f3d800  !important;
}
.skin-yellow .btn-primary:hover, .btn-primary:active {
    background-color: #c0ab00 !important;
	border-color: #c0ab00 !important;
}
.skin-red .btn-primary{
	background-color: #FF5370  !important;
    border-color: #FF5370  !important;
}
.skin-red .btn-primary:hover, .btn-primary:active {
    background-color: #ff2046 !important;
	border-color: #ff2046 !important;
}
.skin-blue .pagination>.active>a {
	background-color: #0d7eff !important;
	border-color: #0d7eff;
}
.skin-black .pagination>.active>a {
	background-color: #0d7eff !important;
	border-color: #0d7eff;
}
.skin-purple .pagination>.active>a {
	background-color: #8d63da !important;
	border-color: #8d63da;
}
.skin-green .pagination>.active>a {
	background-color: #008f6c !important;
	border-color: #008f6c;
}
.skin-yellow .pagination>.active>a {
	background-color: #c0ab00 !important;
	border-color: #c0ab00;
}
.skin-red .pagination>.active>a {
	background-color: #ff2046 !important;
	border-color: #ff2046;
}


.border1{
	
	border:none;
}
.border2{
	
	border:none;
}
.border3{
	
	border:none;
}
.border4{
	
	border:none;
}
.border5{
	
	border:none;
}
.border6{
	
	border:none;
}
.border7{
	
	border:none;
}

.border8{
	
	border:none;
}

.border9{
	
	border:none;
}
.border10{
	
	border:none;
}
.border11{
	
	border:none;
}

.border12{
	
	border:none;
}

.border13{
	
	border:none;
}
.border14{
	
	border:none;
}
.border15{
	
	border:none;
}

.border16{
	
	border:none;
}

.border17{
	
	border:none;
}
.border18{
	
	border:none;
}
.border19{
	
	border:none;
}

.border20{
	
	border:none;
}

.border21{
	
	border:none;
}
.border22{
	
	border:none;
}
.border23{
	
	border:none;
}

.border24{
	
	border:none;
}

.border25{
	
	border:none;
}
.border26{
	
	border:none;
}
.border27{
	
	border:none;
}
.border28{
	
	border:none;
}
/*
#content{
     border-left: 1px solid black;
     border-right: 1px solid black;
}


*/
#customers {
    
    border: 1px solid #251e1e;
    margin-left: 26%;
    width: 100%;
    border-top:none;
	border-bottom:none;
    width: max-content;
    	
}




#customers:first-of-type {
	border-right: solid 1px #ccc1c1;
    border-bottom: solid 1px #ccc1c1;
     border-top: solid 1px #ccc1c1;
    border-left: solid 1px #ccc1c1;

}



/*

#customers td, #customers th {
  border: 2px solid #251e1e;
  padding: 8px;
}
*/

#customers tr:nth-child(even){background-color: #f2f2f2;}

#customers tr:hover {background-color: #ddd;}

#customers th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #ffffff;
  color: #2b2a2a;
}



.tab1 li{
  
 /* background: linear-gradient(to bottom, #ECECEC 50%, #D1D1D1 100%);*/
 /* box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
  text-shadow: 0 1px #FFF;*/
  margin: 0 -5px;
  padding: 0 20px;
  
    
}


/*
#com{
	border-top:none;
	border-bottom:none;
}


#com:first-of-type {
	border-left:none;
}
#com:last-of-type {
	border-right:none;
}
*/

#com{
/*
     border-left: 1px solid black;
     border-right: 1px solid black;
*/
    background-color: #f5f7fa;
     border-top:none;
	border-bottom:none;
    border-left: none;
    border-right: none;
  /*  white-space: pre-line;*/

    
}
#com:first-of-type {
	border-right: solid 1px #ccc1c1;
    border-bottom: solid 1px #ccc1c1;
     border-top: solid 1px #ccc1c1;
    border-left: solid 1px #ccc1c1;

}


.btns{
    margin-left:379%;
}
.btns1{
    margin-left:-23px;
}
.button2{
    margin-top: 26px;
        /* margin-right: 10%; */
    margin-left:-31px;
    /* height: 87%; */
    /* width: 101%; */
    height: 32px;

}
#color{
  margin-left: 213px;;
}

#orient{
  margin-left: 226px;
}
#case{
   
     border: solid 1px #ffffff;
     margin-left: 37%;

}
#check1{
    margin-left: 23%;
}
#chk2{
     margin-left: 29%;

}
#drug_sav{
    text-align:right;

}


#footer_aligns
{
    text-align: right;
}
.pbtn
{
    margin-left: 354px;
}

.inbtn
{
    margin-left: 354px;
}
.prbtn
{
    margin-left: 354px;
}
.presbtn
{
    margin-left: 250px;
}

.casebtn
{
    margin-left: 354px;
}
.timebtn
{
    margin-left: 530px;
}
.combtn
{
    margin-left: 640px;
}
#proce{
     margin-left: 608px;
}
#diag{
     margin-left: 608px;
}
#foot
{
background: #7361541f;
    /* width: 103%; */
    margin-top: 0%;
    margin-right: -2%;
    margin-left: -2%;
    margin-bottom: -2%;
  }
input.largerCheckbox {
    width: 32px;
     height: 26px;
  }
   #btns{
    background: #efefef;
    width: 105%;
    margin-left: -13px;
    height: 38px;
    }
#modl{
     width:72%;
         margin-left: 20%;
}
#modl2{
     width:74%;
}

#tab_logic1_total{
  margin-left: 52px;
}


#comp1 {
  font-family: Arial, Helvetica, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

#comp1 td, #comp th {
  border: 1px solid #ddd;
  padding: 8px;
}

#comp1 tr:nth-child(even){background-color: ;}

#comp1 tr:hover {background-color: #ddd;}

#comp1 th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: ;
  color: black;
}


/*