 /* primary header box color*/
 .box.box-solid.box-primary>.box-header {
  background: #3C7DA6;
  color: #ffffff;
   font-weight: bold;
   font-size: 18px;
}

 .box.box-solid.box-primary{
  border-color: #3C7DA6;
}

/* warning header box color*/
 .box.box-solid.box-warning>.box-header {
  background: #F2786D; 
  color: #ffffff;
   font-weight: bold;
   font-size: 18px;
}

 .box.box-solid.box-warning {
   border-color: #F2786D;
 }

/* info header box color*/
 .box.box-solid.box-info>.box-header {
  background: #73455A; 
  color: #ffffff;
   font-weight: bold;
   font-size: 18px;
}

 .box.box-solid.box-info {
  border-color: #73455A; 
}

/* success header box color*/
 .box.box-solid.box-success>.box-header {
  background:#ffffff; 
  color: #154666;
   font-weight: bold;
   font-size: 18px;
}

 .box.box-solid.box-success {
  border-color:#154666; 
}

/* primary header box color*/
.box-header h3.box-title {  
   font-weight: bold;
   font-size: 18px;
   font-family: OpenSans;
}

.skin-blue .main-header .logo {
  font-family: "Roboto","Georgia", Times, "Times New Roman", serif;
  /*font-weight: bold;*/
  font-size: 26px;
  background-color: #154666;
}

.skin-blue .main-header .navbar {
 background-color: #154666;
 }
 
/*file input and para*/
/* .box.box-solid.box-primary{ 
  font-family: OpenSans;
  font-size: 16px;
  text-align: left;
  color: #000000;
} */

 

.skin-blue .sidebar-menu > li.active > a,
.skin-blue .sidebar-menu > li:hover > a {
  border-left-color: white;
  
}

.skin-blue .main-sidebar {
          background-color: gray;}

		
h4 {
	font-weight: bold;
  font-size: 16px;
}
h5 {
	font-weight: bold;
  font-size: 20px;
}
/* making everything a little bigger */
p {font-size: 16px;} em {font-size: 16px;} label {font-size: 16px;} 
.selectize-dropdown {font-size: 16px;} .selectize-input {font-size: 16px;} .btn{font-size: 16px;}
        

