.text-left{
	text-align: left !important;
}

.form-vertical .form-group{
	display: table;
	width: 100%;
}					
	.form-vertical .form-group .col-sm-4,
	.form-vertical .form-group .col-sm-8{
		width: 100%;
	}					
					
	.input-group-addon:last-child, 
	.input-group-btn:last-child, 
	.input-group .form-control:last-child {
		border-bottom-left-radius: 0;
		border-top-left-radius: 0;
		border-bottom-right-radius: 4px !important;
		border-top-right-radius: 4px !important;
		
	}				
	em.error{
		color: #ce8483; /* a94442 */
	}
	
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    background-color:#74b6d6;
}



.panel-group {
    margin-bottom: 40px;
}
	.panel-group .panel {
		margin-bottom: 20px;
	}
		.panel-group .panel-body {
			background: #F9F9F9;
		}



.form-control.error{
  outline: 0;
  border-color: #ce8483;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #ce8483;
}
	
/*
	label.radio, label.checkbox {
		 margin-left: 20px;
	}
	
		.radio.inline, .checkbox.inline {
			display: inline-block;
			margin-bottom: 0;
			margin-right: 10px;
			padding-top: 5px;
			vertical-align: middle;
		}
*/
	
	
	
/* dialog */	
.bootstrap-dialog.type-danger .modal-header {
    background-color: #f2dede;
}
	.bootstrap-dialog.type-danger .bootstrap-dialog-title{
		color: #a94442;
	}
.bootstrap-dialog.type-warning .modal-header {
    background-color: #fcf8e3;
}
	.bootstrap-dialog.type-warning .bootstrap-dialog-title{
		color: #8a6d3b;
	}

	
/* btn */	
/*	*/
.btn-primary{
	color:#ffffff;
	text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
	background: #74b6d6;
	border-color: #74b6d6;
}
	.btn-primary:hover,.btn-primary:active,.btn-primary.active{
		color:#ffffff;
		background-color:#323447;
		border-color: #323447;
		
	}	
	.btn-primary:hover,
	.btn-primary:focus,
	.btn-primary.focus,
	.btn-primary:active,
	.btn-primary.active,
	.open > .dropdown-toggle.btn-primary {
	  color: #fff;
	  background-color: #323447;
	  border-color: #323447;
	}
	
	.btn-primary.disabled,
	.btn-primary.disabled:hover,
	.btn-primary[disabled],
	.btn-primary[disabled]:hover{
		pointer-events: auto;
		cursor: not-allowed !important;
		text-shadow: none !important;
		color: #333;
		background-color: #fff;
		border-color: #ccc;		
	}

	.btn-success {
		background-color: #dff0d8;
		border-color: #d6e9c6;
		color: #3c763d;
	}
		.btn-success:hover,
		.btn-success:focus,
		.btn-success.focus,
		.btn-success:active,
		.btn-success.active,
		.open > .dropdown-toggle.btn-success {
			color: #fff;
			background-color: #3c763d;
			border-color: #3c763d;
		}

	
	.btn-danger	{
		background-color: #f2dede;
		border-color: #ebccd1;
		color: #a94442;
	}
		.btn-danger:hover,
		.btn-danger:focus,
		.btn-danger.focus,
		.btn-danger:active,
		.btn-danger.active,
		.open > .dropdown-toggle.btn-danger {
		  color: #fff;
		  background-color: #a94442;
		  border-color: #a94442;
		}
	.btn-warning {
		background-color: #fcf8e3;
		border-color: #faebcc;
		color: #8a6d3b;
	}
		.btn-warning:hover,
		.btn-warning:focus,
		.btn-warning.focus,
		.btn-warning:active,
		.btn-warning.active,
		.open > .dropdown-toggle.btn-warning {
		  color: #fff;
		  background-color: #8a6d3b;
		  border-color: #8a6d3b;
		}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #74b6d6;
  border-color: #74b6d6;
}	




/*
 * Component: Box
 * --------------
 */
 
 /* --------------------------------------------------- */
 
 
.box {
  position: relative;
  border-radius: 3px;
  background: #ffffff;
 /* border-top: 3px solid #323447; */
  margin-bottom: 20px;
  width: 100%;
 /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); */
}


	.box.collapsed-box .box-body,
	.box.collapsed-box .box-footer {
	  display: none;
	}
	.box .nav-stacked > li {
	  border-bottom: 1px solid #e4e4e4;
	  margin: 0;
	}
	.box .nav-stacked > li:last-of-type {
	  border-bottom: none;
	}
	.box.height-control .box-body {
	  max-height: 300px;
	  overflow: auto;
	}
	.box .border-right {
	  border-right: 1px solid #e4e4e4;
	}
	.box .border-left {
	  border-left: 1px solid #e4e4e4;
	}
	.box.box-solid {
	  border-top: 0px;
	 /*  border-top: 3px solid #323447; */
	}
	.box.box-solid > .box-header .btn.btn-default {
	  background: transparent;
	}
	/*
	.box.box-solid > .box-header .btn:hover,
	.box.box-solid > .box-header a:hover {
	  background: rgba(0, 0, 0, 0.1) !important;
	}
	*/
	.box.box-solid.box-default {
	  border: 1px solid #d2d6de;
	}
	.box.box-solid.box-default > .box-header {
	  color: #444444;
	  background: #d2d6de;
	  background-color: #d2d6de;
	}
	.box.box-solid.box-default > .box-header a,
	.box.box-solid.box-default > .box-header .btn {
	  color: #444444;
	}
	.box.box-solid.box-primary {
	  border: 1px solid #323447;
	}
	.box.box-solid.box-primary > .box-header {
	  color: #ffffff;
	  background: #323447;
	  background-color: #323447;
	}
	.box.box-solid.box-primary > .box-header a,
	.box.box-solid.box-primary > .box-header .btn {
	  color: #ffffff;
	}
	.box.box-solid.box-info {
	  border: 1px solid #00c0ef;
	}
	.box.box-solid.box-info > .box-header {
	  color: #ffffff;
	  background: #00c0ef;
	  background-color: #00c0ef;
	}
	.box.box-solid.box-info > .box-header a,
	.box.box-solid.box-info > .box-header .btn {
	  color: #ffffff;
	}
	.box.box-solid.box-danger {
	  border: 1px solid #dd4b39;
	}
	.box.box-solid.box-danger > .box-header {
	  color: #ffffff;
	  background: #dd4b39;
	  background-color: #dd4b39;
	}
	.box.box-solid.box-danger > .box-header a,
	.box.box-solid.box-danger > .box-header .btn {
	  color: #ffffff;
	}
	.box.box-solid.box-warning {
	  border: 1px solid #f39c12;
	}
	.box.box-solid.box-warning > .box-header {
	  color: #ffffff;
	  background: #f39c12;
	  background-color: #f39c12;
	}
	.box.box-solid.box-warning > .box-header a,
	.box.box-solid.box-warning > .box-header .btn {
	  color: #ffffff;
	}
	.box.box-solid.box-success {
	  border: 1px solid #00a65a;
	}
	.box.box-solid.box-success > .box-header {
	  color: #ffffff;
	  background: #00a65a;
	  background-color: #00a65a;
	}
	.box.box-solid.box-success > .box-header a,
	.box.box-solid.box-success > .box-header .btn {
	  color: #ffffff;
	}
	.box.box-solid > .box-header > .box-tools .btn {
	  border: 0;
	  box-shadow: none;
	}
	.box.box-solid[class*='bg'] > .box-header {
	  color: #fff;
	}
	.box .box-group > .box {
	  margin-bottom: 5px;
	}
	.box .knob-label {
	  text-align: center;
	  color: #333;
	  font-weight: 100;
	  font-size: 12px;
	  margin-bottom: 0.3em;
	}
	.box > .overlay,
	.box > .loading-img {
	  position: absolute;
	  top: 0;
	  left: 0;
	  width: 100%;
	  height: 100%;
	}
	.box .overlay {
	  z-index: 1010;
	  background: rgba(255, 255, 255, 0.7);
	  border-radius: 3px;
	}
	.box .overlay > .fa {
	  position: absolute;
	  top: 50%;
	  left: 50%;
	  margin-left: -15px;
	  margin-top: -15px;
	  color: #000;
	  font-size: 30px;
	}
	.box .overlay.dark {
	  background: rgba(0, 0, 0, 0.5);
	}
	.box-header {
	  /*color: #444;*/
	  display: block;
	  padding: 8px 10px 5px 10px; 

	  position: relative;
	  margin-bottom: 5px;
	  border-bottom: 1px solid #F3F3F3;
	}
		.box-header.ui-sortable-handle:hover,
		.nav-tabs.ui-sortable-handle:hover{
			background: #edfefe;
		}
	.box-header:before,
	.box-header:after {
	  content: " ";
	  display: table;
	}
	.box-header:after {
	  clear: both;
	}
	.box-header.with-border {
	  border-bottom: 1px solid #e4e4e4;
	}
	.collapsed-box .box-header.with-border {
	  border-bottom: none;
	}
	/*
	.box-header > .fa{
		font-size: 18px;
	}
	*/
	/* 
	 */
	.box-header > .glyphicon,
	.box-header > .ion,
	.box-header .box-title	{
		display: inline-block;
		
		font-size: 18px;
		font-weight: 600;
		line-height: 18px;
		margin: 0;
		

	}
/**/
	.box-header .fa{
		font-size: 14px;
		transform:rotate(0.001deg);
	}
		.box-header button .fa,
		.box-header .box-tools .fa{
			font-size: 15px;
			line-height: 22px;
			transform:rotate(0.001deg);
		}

	.box-header > .fa,
	.box-header > .glyphicon,
	.box-header > .ion {
		margin-right: 5px;
	}
	.box-header > .box-tools {
		margin-top: -7px;
	/*
		position: absolute;
		right: 10px;
		top: -5px;
	*/
	}
	.box-header > .box-tools [data-toggle="tooltip"] {
		position: relative;
	}
	.box-header > .box-tools.pull-right .dropdown-menu {
		right: 0;
		left: auto;
	}
	.btn-box-tool {
	  padding: 5px;
	  font-size: 12px;
	  background: transparent;
	  box-shadow: none!important;
	  color: #97a0b3;
	}
	.open .btn-box-tool,
	.btn-box-tool:hover {
	  color: #606c84;
	}
	.btn-box-tool:active {
	  outline: none!important;
	}
	.box-body {
	  border-top-left-radius: 0;
	  border-top-right-radius: 0;
	  border-bottom-right-radius: 3px;
	  border-bottom-left-radius: 3px;
		padding: 0px 5px; /*  */
	}
	.no-header .box-body {
	  border-top-right-radius: 3px;
	  border-top-left-radius: 3px;
	}
	.box-body > .table {
	  margin-bottom: 0;
	}
	.box-body > .chart {
	  position: relative;
	  overflow: hidden;
	  width: 100%;
	}
	.box-body > .chart svg,
	.box-body > .chart canvas {
	  width: 100%!important;
	}
	.box-body .fc {
	  margin-top: 5px;
	}
	.box-body .full-width-chart {
	  margin: -19px;
	}
	.box-body.no-padding .full-width-chart {
	  margin: -9px;
	}
	.box-body .box-pane {
	  border-top-left-radius: 0;
	  border-top-right-radius: 0;
	  border-bottom-right-radius: 0;
	  border-bottom-left-radius: 3px;
	}
	.box-body .box-pane-right {
	  border-top-left-radius: 0;
	  border-top-right-radius: 0;
	  border-bottom-right-radius: 3px;
	  border-bottom-left-radius: 0;
	}
	.box-footer {
	  border-top-left-radius: 0;
	  border-top-right-radius: 0;
	  border-bottom-right-radius: 3px;
	  border-bottom-left-radius: 3px;
	  border-top: 1px solid #F3F3F3;
	  padding: 10px;
	  background-color: #ffffff;
	}
	

	/*
	.box .form-horizontal .form-group,
	.form-horizontal .box  .form-group {
		margin-left: 0;
		margin-right: 0;
	}
	*/
	.form-horizontal .form-group {
		margin-left: 0;
		margin-right: 0;
	}	
	
/**/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 5px;
  padding-left: 5px;
}	

/* --------------------------------------------------- */
	
.chart-legend {
  margin: 10px 0;
}
@media (max-width: 991px) {
  .chart-legend > li {
    float: left;
    margin-right: 10px;
  }
}

/* --------------------------------------------------- */
/* NAV TABS */
.nav-tabs-custom {
 /* margin-bottom: 20px; */
  background: #fff;
 /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);*/
  border-radius: 3px;
}
.nav-tabs-custom > .nav-tabs {
  margin: 0;
  border-bottom-color: #e4e4e4;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
.nav-tabs-custom > .nav-tabs > li {
  border-top: 3px solid transparent;
  margin-bottom: -3px;
  margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li > a {
  border-radius: 0 !important;
}
.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover {
  background: transparent;
  margin: 0;
}
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
  border-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #323447;
}
.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
  background-color: #fff;
}
.nav-tabs-custom > .nav-tabs > li.active > a {
  border-top: 0;
  border-left-color: #e4e4e4;
  border-right-color: #e4e4e4;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type {
  margin-left: 0;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
  border-left-width: 0;
}
.nav-tabs-custom > .nav-tabs.pull-right {
  float: none!important;
}
.nav-tabs-custom > .nav-tabs.pull-right > li {
  float: right;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
  margin-right: 0;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
  border-left-width: 1px;
  border-right-width: 0;
}
.nav-tabs-custom > .nav-tabs > li.header {
  line-height: 35px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: 600;
 /*  color: #444; */
}
.nav-tabs-custom > .nav-tabs > li.header > .fa,
.nav-tabs-custom > .nav-tabs > li.header > .glyphicon,
.nav-tabs-custom > .nav-tabs > li.header > .ion {
  margin-right: 5px;
}
.nav-tabs-custom > .tab-content {
  background: #fff;
  padding: 0px 5px 0px 5px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
.tab-content > .tab-pane {
	 margin-top: 5px;
}

.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
 /**/
 filter: alpha(opacity=0);
  opacity: 0;
  background: red;
 
 cursor: inherit; 
  display: block;
}
input[readonly],
.input-group  .form-control.readonly {
  background-color: white !important; 
}


.bootstrap-select.open div.dropdown-menu.open{
	/* border: 1px solid red; */
	display: table;
}
