/*Created By : */
body {
  color: #000;
  /*font-size: 12px;*/
}
.top-navigation .navbar-brand {
  padding: 5px 25px;
}
.top-navigation .navbar-brand img {
  width: 40px;
}
.topLogo{
	/* width: 100%;
	max-width: 82px; */
	margin-top: 3px;
	max-height: 82px;
}
/* 5 Columns */
.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}
a.widget {
  display: block;
  text-decoration: none;
  padding-left: 0px;
  padding-right: 0px;
}
a.widget h1 {
  font-size: 18px;
  margin-top: 15px;
}
a.widget.white-bg {
  color: #676a6c
}
.top-navigation .wrapper.wrapper-content {
  padding: 5px 5px 40px 5px;
}
.select2-container--default .select2-selection--multiple {
  border-radius: 0;
  border-color: #e5e6e7;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #1ab394;
}
.checkbox-inline, .radio-inline {
  padding-left: 0px;
}
.ibox-tools a {
  color: #fff;
}
.ibox-tools a.btn-default {
  color: #666;
}
.table tr td.modules {
  text-align:left !important;
  padding:2px 0 2px 32px;
}
.table tr td.modules-title {
  text-align:left;
  padding:5px 0 5px 10px;
  font-size: 15px;
}
.errorhearder {
    text-align: center;
    color: #c12939;
}
.successhearder{
	text-align: center;
    color: #7D7D7D;
}
select[multiple], select[size], .select2-hidden-accessible {
	height:30px;
	min-height:auto;
}
.white-bg .navbar-static-top.navbar-orange {
  background: #c97417;
  min-height: 0;
  padding-left: 5px;
  padding-right: 5px;
}
.top-navigation .nav > li, .top-navigation .navbar .nav > li.active {
  border-right: 1px #e39137 solid;
}
.top-navigation .nav > li:last-child {
  border-right: 0px;
}
.top-navigation .nav > li > a {
  color: #fff;
  padding: 5px 2px;
  font-size: 12.8px;
}
.top-navigation .nav > li > a:hover, .top-navigation .nav > li > a:focus {
  background: transparent;
  color: #fff;
}
.top-navigation .navbar .nav > li.active {
  background: transparent;
}
.top-navigation .navbar .nav > li.active > a {
  background: transparent;
  color: #fff;  
}
.top-navigation .dropdown-menu > li > a, .top-navigation .navbar-nav .open .dropdown-menu > li > a, .top-navigation .navbar-nav .open .dropdown-menu .dropdown-header {
  padding: 1px 10px;
}
.fileinput-filename {
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: absolute;
	left: 30px;
}

div.dataTables_wrapper div.dataTables_processing {
	border-color:#b5b5b4;
}
.mrg-right{
	margin-right: 52px;
}
.quick-search {
  padding-top: 2px;
  padding-bottom: 2px;
}
.quick-search.bg-primary input {
  color: #333;
}
.quick-search .form-inline .form-control {
  width: 130px;
}
.forgot-text {
	/* color: #fff; */
    text-align: left;
}
/*Compress Settings*/
.btn {
  border-radius: 0px;
  padding: 2px 10px;
  line-height: 1.4;
}
.btn.btn-sm {
  padding: 3px 10px;
  line-height: 1.4;
}
table tr td .btn, table tr td .btn.btn-sm {
  padding: 0px 3px;
}
.label {
  margin-bottom: 2px;
}

.form-control, textarea.form-control {
  height: 20px;
  padding: 0px 4px;
  font-size: 12px;
  line-height: 1.5;
}
.form-group {
  margin-bottom: 3px;
}
.ibox {
  margin-bottom: 10px;
}
.ibox-title {
	min-height: 35px;
	padding: 7px 5px 2px;
}
.ibox-content {
  padding: 5px;
}
.panel {
  margin-bottom: 5px;
}
.panel-heading {
  padding: 0px 5px;
  font-weight: bold;
}
.panel-body {
  padding: 5px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  line-height: 1;
  padding: 2px 5px;
  vertical-align: middle;
}
.table > thead > tr > th {
  padding: 7px;
  font-size: 11px;
}
.table > tbody > tr > td{
	font-size: 11px;
	line-height: 1.2;
}
.select2-container .select2-selection--single {
  height: 20px;
  border-radius:0px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 20px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 20px;
}
.fileinput-new.input-group .btn-file, .fileinput-new .input-group .btn-file {
	border-radius: 0px;
}
.float-e-margins .btn {
  margin-bottom: 2px;
  font-size: 13px;
}
.table > tbody > tr > td .btn {
  font-size: 9px;
}
.table .float-e-margins .btn {
  margin-bottom: 0px;
}
select.input-sm {
  height: 20px;
  line-height: 25px;
}
.form-horizontal .control-label{
	text-align: left;
	padding-left: 20px;
	font-weight:normal;
	padding-top: 2px;
}
.input-group-addon {
	font-size: 10px;
}
.fileinput > .form-control > i {
	top: -5px;
}
.fileinput > .form-control > span.fileinput-filename {
	top: 1px;
	left: 20px;
}

/*Compress Settings*/
/*Custom Error Class*/
div.message.myerrorClass {
  text-align: left;
  line-height: 2;
  padding: 10px 20px;
  margin-bottom: 20px;
  font-size: 10pt;
  background-color:#FFD9E1;
  margin-top: 5px;
  border: 1px solid #D85D5D;
  color: #A40D15;
}
div.message.myerrorClass::before {
  position: absolute;
  left: 5px;
  top: 3px;
}
/*Custom Error Class*/
/*Color Overrides*/
.bg-primary,.btn-primary {
  background-color: #03BFCB;
  border-color: #03BFCB;
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary:active:focus {
  background-color: #527940;
  border-color: #527940;
}
.bg-warning,.btn-warning {
  background-color: #cb7319;
  border-color: #cb7319;
}
.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning:active:focus {
  background-color: #cb7319;
  border-color: #cb7319;
}
.form-control:focus, .single-line:focus {
  border-color: #03BFCB;
}
.btn-danger {
  background-color: #bf0000;
  border-color: #bf0000;
}
.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger:active:focus {
  background-color: #bf0000;
  border-color: #bf0000;
}
.navbar-toggle {
  background-color: #03BFCB;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus, .nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
  background-color: transparent;
}
.top-navigation .navbar-nav .dropdown-menu > .active > a, .top-navigation .nav .dropdown-menu li a:hover, .top-navigation .nav .dropdown-menu li a:focus {
  color: #03BFCB;
}
.btn-default {
	background-color: #f2f2f2;
}
.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default:active:focus {
  background-color: #ccc;
  border-color: #ccc;
}
/*Color Overrides*/
.checkbox label, .radio label {
  padding-left: 0px;
}
/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.loginscreen.middle-box {
  border-width: 15px;
  border-radius: 4px;
}
.loginscreen.middle-box .form-group {
  margin-bottom: 10px;
}
.loginscreen.middle-box .form-control {
  height: 35px;
  border-radius: 4px;
  padding-left: 35px;
}
.loginscreen.middle-box .username, .loginscreen.middle-box .password, .loginscreen.middle-box .email {
  position: relative;
}
.loginscreen.middle-box .username::before, .loginscreen.middle-box .password::before, .loginscreen.middle-box .email::before {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
  color: #03BFCB;
  font-size: 22px;
  padding-right: 0.5em;
  position: absolute;
  top: 2px;
  left: 7px;
  width: 30px;
  text-align: center;
}
.loginscreen.middle-box .username::before {
  content: "\f2c0";
}
.loginscreen.middle-box .password::before {
  content: "\f023";
  font-size: 24px;
  top: 0px;
}
.loginscreen.middle-box .email::before {
  content: "\f003";
}
.loginscreen.middle-box .btn {
  padding: 7px 20px;
  background: red; /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(#03BFCB, #03BFCB); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(#03BFCB, #03BFCB); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(#03BFCB, #03BFCB); /* For Firefox 3.6 to 15 */
  background: linear-gradient(#03BFCB, #03BFCB); /* Standard syntax */
  border-color: #03BFCB;
  border-radius: 4px;
}
h3.login-title {
  color: #03BFCB;
  font-weight: 800;
  font-size: 20px;
}
h3.login-sub-title1 {
    font-size: 20px;
}
h3.login-sub-title2 {
  font-weight: 400;
  font-size: 20px;
}
.otherAction {
  margin-top: 10px; display: block; text-align: right;
}
.row label{ 
	font-weight:normal;
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline{
	 padding-top: 2px;
	 margin-bottom: 5px;
}
.ibox-content > hr{
	 margin-bottom: 5px;
    margin-top: 5px;
}
table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc, table.dataTable thead > tr > th.sorting, table.dataTable thead > tr > td.sorting_asc, table.dataTable thead > tr > td.sorting_desc, table.dataTable thead > tr > td.sorting{
	padding-right:25px;
}
.input-group-addon.btn.btn-default.btn-file, .input-group-addon {
    
	background-color:#eee;
	line-height: 1;
}

.fileinput > .form-control {
	background-color: #ddd;
}

.input-daterange input:last-child,.input-daterange input:first-child {
    border-radius: 0;
}
.input-daterange input {
	text-align: left !important;
}
.tableText{
	padding: 3px;
	width: 55px;
	border: 1px solid #d1d1d1;
}
.tableTextDate{
	padding: 3px;
	width: 70px;
	border: 1px solid #d1d1d1;
}
.tableTextarea{
	width: 105px; 
	height: 20px;
	border: 1px solid #d1d1d1;
	position:static;
	max-width: 105px;
}
.table-descField {
	position: relative;
}
.table-descField textarea:focus {
	width: 165px;
	top: -10px;
	height: 45px;
	border: 1px solid #d1d1d1;
	position: absolute;
    z-index: 999;
}
textarea{
	max-width:100%; 
}
.statustable-scroll{
	position:relative;
	max-height: 300px;
	overflow-y: auto;
}
fieldset {
  border: 1px #ccc solid;
  padding: 10px;
  margin-bottom: 7px;
}
legend {
  width: auto;
  padding: 0 10px;
  margin-bottom: 0;
  font-size: 12px;
  border: 1px #ccc solid;
}
.sr-box {
	border: 7px #03BFCB solid;
	margin: 10px 0px;
}
.sr-box.sr-box-danger {
	border-color: #D33C44;
}
.sr-box .sr-box-inner {
	text-align: center;
	padding: 10px;
	color: #03BFCB;
	background: #F9E5E6;
}
.sr-box.sr-box-danger .sr-box-inner {
	color: #D33C44;
}
.list-box-danger {
	color: #D33C44;
	border-color: #D33C44;
	background-color: #F9E5E6;
}
.list-box-danger .panel-heading{
	color: #D33C44;
}
.filedatatable{
    /* display: inline-block; */
    width: 100%;
}
.filedatatable div:first-child{
	background-color: #E1EDFD;
}
.filedatatable tbody > tr > td:first-child{
	background-color: #E1EDFD;
	
}
.filedatatable.table{
	margin-bottom: 0px;
}
.filedatatable.table > thead > tr > th, 
.filedatatable.table > tbody > tr > th, 
.filedatatable.table > tfoot > tr > th, 
.filedatatable.table > thead > tr > td, 
.filedatatable.table > tbody > tr > td, 
.filedatatable.table > tfoot > tr > td {
	border-top: 1px solid #ddd !important;
	line-height: 1.42857;
	padding: 5px;
	vertical-align: top;
}
.filedatatable.table-bordered > thead > tr > th, 
.filedatatable.table-bordered > tbody > tr > th, 
.filedatatable.table-bordered > tfoot > tr > th, 
.filedatatable.table-bordered > thead > tr > td, 
.filedatatable.table-bordered > tbody > tr > td, 
.filedatatable.table-bordered > tfoot > tr > td {
	border: 1px solid #ddd;
}
.entry-position{
	position:relative;
}
.entry-position .fileinput{
	position:absolute;
	top:5px;
	right:5px;
}
.helptext {
	padding-left:5px;
	color:red
}
.textwrap-text {
	max-width: 250px;
	overflow: auto;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.toolTip-show {
	position:absolute;
	visibility:hidden;
	border:1px solid black;
	padding:10px;
	background:#eeeeee;
	min-width:40%
}

.menu-last > ul {
	left:auto;
	right:0;
	
}
.pannel-body-scroll{
	overflow-x:hidden;
	overflow-y: auto;
	max-height: 280px;
}


.checkin-error-close{
    top: -11px;
    right: -21px;
    position: relative;
    border: 1px solid #D85D5D;
    padding: 5px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 2px;
	cursor: pointer;
}

.checkin-error-nobullets{
	padding-left: 0;
	list-style: none;
}

.error ul > li > p { padding-left: 10px; color:#565656; }
.loginscreen.middle-box a{
color:#03BFCB!important;    
}
