/*GLOBAL
============================================= */

html,body {
	height:100%;     
	/*overflow-x: hidden;*/
}

body {
	margin: 0;
	padding: 0;
	width: 100%;
	display: table;
	font-weight: 100;
	font-family: 'Lato';
}

.quote-comment {
	background: #f1f1f1;
	border: 1px solid #d2d6de;
	padding: 10px 5px;
	width: 50%;
}

.no-margin-left {
	margin-left: 0px;
}

.no-margin-right {
	margin-right: 0px;
}

.no-padding-left {
	padding-left: 0px;
}

.no-padding-right {
	padding-right: 0px !important;
}

.light-font {
	font-weight: lighter;
}

.padding-small{
	padding-bottom: 10px;
}

.padding-top-30{
  padding-top: 30px;
}

.form-control-feedback {
  top: 10px;
}

.img-table-view{
  height: 40px;
}

.inline-block{
  display: inline-block;
}

.valign-middle{
  vertical-align: middle !important;
}

hr {
	border-top: 1px solid #aeaeae;
}

/*select, input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="search"], textarea, textarea.form-control , .form-control select , .form-control, .uneditable-input {
  color: #000;
  border: none;
  background-color: transparent;
  border-bottom: 1px solid #596A7C;
  padding: 8px;
  font-size: small;
  font-weight: 600;
  border-radius: 0px;
  box-shadow: none;
}


select:focus , input[type="text"]:focus , input[type="password"]:focus , 
input[type="email"]:focus , input[type="url"]:focus , 
input[type="search"]:focus , textarea.form-control:focus, textarea, .form-control:focus, .uneditable-input :focus  {
  box-shadow: none;
}*/
.dataTable {
	width: 100% !important;
}

/* LOGIN PAGE 
============================================= */
.login-page {
	background-image: url("/images/background.jpg");
	background-repeat: no-repeat;
  position: relative;
  width: 100%;
  min-height: auto;
  text-align: center;
  color: #fff;
  background-position: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.login-logo h1{
	color: #FFFFFF;
	font-weight: 600;
	font-size: 40px;
}

.login-box{
  margin-top: 60%;
}

.login-box-body a {
	font-size: 16px;
	color: #FFFFFF;
}

.login-box-body p {
	font-size: 16px;
	color: #000;
}

.login-box-body{
	background:rgba(255,255,255,0.6);
	padding: 50px;
	border-top: 0;
	color: #000;
}

.text-red{
  color: #ff0000;
}

.text-white{
  color: #ffffff;
}

/* arrow of navigation items 
============================================= */
.sidebar-menu li>a>.fa-angle-right {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
}

.sidebar-menu li.active>a>.fa-angle-right {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sidebar-menu li.active>a>.fa-angle-right {
  width: auto;
  height: auto;
  padding: 0;
  margin-right: 10px;
  margin-top: -7px;
}

.sidebar-menu .treeview-menu>li>a>.fa-angle-right, .sidebar-menu .treeview-menu>li>a>.fa-angle-down {
  width: auto;
}

table.dataTable thead > tr > th {
	padding-left: 9px;
	padding-right: 18px;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header {
	height: 180px;
}


/* Change Base color
============================================= */
.skin-yellow .main-header .logo:hover {
	background-color: #1D517A;
}

.skin-yellow .main-header .navbar {
	background-color: #1D517A;
	background-repeat: repeat-y;
	background: -webkit-gradient(linear, left top, right top, #1D517A), to(#2F75AD));
	background: -webkit-linear-gradient(left, #1D517A, #2F75AD);
	background: -moz-linear-gradient(left, #1D517A, #2F75AD);
	background: -ms-linear-gradient(left, #1D517A, #2F75AD);
	background: -o-linear-gradient(left, #1D517A, #2F75AD);
}

.skin-yellow .main-header .logo {
	background-color: #2F75AD;
}

.skin-yellow .wrapper, .skin-yellow .main-sidebar, .skin-yellow .left-side {
	background-color: #4C4C4C;
}

.text-primary {
	color: #2F75AD;
}

.skin-yellow .sidebar-menu>li {
	border-bottom: #4c4c4c 1px solid;
}

.skin-yellow .sidebar-menu>li:hover>a, .skin-yellow .sidebar-menu>li.active>a {
	background: #353535;
	border-left-color: #2F75AD;
}

.skin-yellow .sidebar-menu>li>.treeview-menu {
	background: #5d5d5d;
}

.skin-yellow .main-header .navbar .sidebar-toggle:hover {
	background-color: #2F75AD;
}

.skin-yellow .main-header li.user-header {
	background-color: #2F75AD;
}

.nav-tabs-custom>.nav-tabs>li.active {
	border-top-color: #2F75AD;
}

.btn-primary {
	background-color: #1D517A;
	border-color: #1D517A;
}

.skin-yellow .sidebar-menu>li.header {
	color: #fff;
	background: #353535;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:active:hover, .btn-primary.hover,.btn-primary.focus, .btn-primary:focus {
	background-color: #2F75AD;
}

.box.box-primary {
	border-top-color: #2F75AD;
}

.controls {
  margin-top: 10px;
  border: 1px solid transparent;
  border-radius: 2px 0 0 2px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  height: 32px;
  outline: none;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.image-div .image-box img{
	max-height: 290px;
	margin: auto;
}
.image-div .image-box {
	height: 300px;
	width: 100%;
  background-color: #fff;
	border: dashed 2px #B7B7B7;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}

.image-box i, .image-box-landscape i {
	margin-top: 4.125rem;
}
label input[type="file"] {
  position: fixed;
  top: -1000px;
}


/* sticky header */

table {
	border: 0;
	padding: 0;
	margin: 0 0 20px 0;
	border-collapse: collapse;
}

thead th{
	background-color: #fff;
	opacity:1;
}

body.fixed-header,
body.scrollable-block {
	padding: 70px 20px;
}

body.scrollable-block {
	min-width: 1000px;
}

body.fixed-header .header,
body.scrollable-block .header {
	position: fixed;
	top: 0;
	color: #FFC234;
	width: 100%;
	z-index: 1000;
	margin: 0 -20px;
	padding: 0 20px;

}

body.fixed-header .header {
	background: #080808;
}

body.scrollable-block .header {
	background: #606;
}

body.scrollable-block table {
	width: 90%;
}

.scrollable-area {
	margin: 5em auto 0 auto;
	width: 800px;
	height: 30em;
	border: 2px solid #FFC234;
	padding: 0 20px 20px 20px;
	overflow: auto;
	-webkit-box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.9);
	-moz-box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.9);
	box-shadow: 2px 2px 10px rgba(50, 50, 50, 0.9);
}
.fa-spin{margin-right: 8px}
/* sticky header end */