

/* Style the tab */
.tab {
  overflow: hidden;
}
/* Style the buttons inside the tab */
.tab button {
 
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color:  #438EB9;
  color: #FFF;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color:  #438EB9;
  color: #FFF;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 2px solid #438EB9;
}

.tab button:active {
	
}

.header {
	margin-top: 10px !important;
}

.form-group {
	margin-bottom: 8px;
}

.breadcrumbs {
	min-height: 30px;
	line-height: 30px;
	margin: 0 !important;
}

.sidebar.h-sidebar {
	margin-top: 0px !important;
}
.close {
	color: #FFF;
	text-shadow: 0 1px 0 #000;
	opacity: 1 !important;
	font-size: 18px !important;
}

.modal-header {
	padding: 10px;
	background: #438EB9;
	
}

.modal-title {
	color: #FFF;
	font-weight: 550;
	font-size: 14px;
}

.modal-footer {
	padding-top: 7px;
	padding-bottom: 7px;
}

.widget-header {
	background-image: -webkit-linear-gradient(top,#307ECC 0,#307ECC 100%);
	color: #FFF;
}

h4 {
	font-weight: 550;
	margin-top: 15px;
	margin-bottom: 15px;
}

.right-aligned {
	text-align: right;
}