﻿.modal-xlg {
    width: 70%;
  }

.modal .bootstrap-select.btn-group .dropdown-menu.inner { position: static; }


.bootstrap-datetimepicker-widget .timepicker table.table-condensed,
      .bootstrap-datetimepicker-widget .timepicker table.table-condensed td,
      .bootstrap-datetimepicker-widget .timepicker table.table-condensed th,
      .datepicker table.table-condensed,
      .datepicker table.table-condensed td,
      .datepicker table.table-condensed th {
        border:none;
        background-color: none;
        margin:0;
      }

.bootstrap-datetimepicker-widget *{
  margin:0;
  border-radius:0 !important;
}


.nav-pills > li > a,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
  background-color: rgba(255,255,255,0.8);
  box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

a.mobileLogo { float:left; display:none; margin-left:20px; }


#head-nav.topbar .sidebar-logo {
	width:240px;
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn { opacity:0.4; }

@media (max-width: 767px) {
	.pull-left,
	.pull-right { width:100%; }

	#rotationChart { height:250px; }

	/*#head-nav.topbar .sidebar-logo { margin-top:-66px; margin-left:10px; width:auto; display:block; }*/

	a.mobileLogo { display:block; }

	.dropdown-menu a i.fa { color:rgba(255,255,255,0.8); }

}


table.dataTable.dtr-inline.collapsed tbody td:first-child:before,
table.dataTable.dtr-inline.collapsed tbody th:first-child:before {
	display:none;
}

table.dataTable.dtr-inline.collapsed tbody td:first-child, table.dataTable.dtr-inline.collapsed tbody th:first-child {
    cursor: pointer;
    padding-left:10px;
    position:static;
}



/*.paginate_button {
  background-color: rgba(255,255,255,0.8);
}

.paginate_button.current {
    background-color: #4aa3df;
    border-color: transparent;
    color: #fff;
}

.table > thead > tr > th {
  border-bottom: 1px solid rgba(0,0,0,0.2);
}*/

table.dataTable tbody td.noPadding {
  padding: 0;
  border-color: rgba(0,0,0,0.6);
}
table.dataTable tbody td.smPadding {
  padding: 3px 4px;
}
table.dataTable tbody td.buttonBG {
  /*background: rgba(0,75,100,0.3) !important;*/
}

table.dataTable tbody td > .btn {
  width: 100%;
  margin: 0;
  box-shadow: 0 1px 3px rgba(0,0,0,0.25);
}

table.dataTable tbody td > .btn-sm {
  padding: 3px 6px;
}


/* sorting look fix */
/*table.dataTable thead th.sorting_asc,
table.dataTable thead th.sorting_desc {
  background: aliceBlue;
}
table.dataTable thead th.sorting_asc::before {
  content: '\f0aa';
  font-family: FontAwesome;
  display: block;
  float: right;
}
table.dataTable thead th.sorting_desc::before {
  content: '\f0ab';
  font-family: FontAwesome;
  display: block;
  float: right;
}
table.dataTable tbody td.sorting_1 {
  background: aliceBlue;
}*/



/***** DataTables Custom CSS to support Globals Defaults Layout *****/
table.dataTable tr td.navigate {
  cursor: pointer;
}

table.dataTable tr.odd td {
    background-color: rgba(0,0,0,0);
}
table.dataTable tr.even td {
    background-color: rgba(0,0,0,0.04);
}

table.dataTable tr.odd td.sorting_1 {
    background-color: rgba(0,225,255,0.1);
    color: rgba(0,30,100,0.7);
}
table.dataTable tr.even td.sorting_1 {
    background-color: rgba(0,225,255,0.17);
    color: rgba(0,30,100,0.75);
}
table thead th {
    background-color: rgba(0,0,0,0.05);
    color: rgba(0,0,0,0.8);
}
.table>thead:first-child>tr:first-child>th {
    border-top: 1px solid #DADADA;
}

table.dataTable thead th.sorting_asc,
table.dataTable thead th.sorting_desc {
  background-color: #4aa3df;
  color: white;
  text-shadow: 0 1px 4px rgba(0,30,100,0.5);
}
table.dataTable thead th.sorting_asc::after,
table.dataTable thead th.sorting_desc::after {
  color:white;
  opacity: 1;
}

.dt-buttons {
  /*text-align: right;*/
  float: inherit !important;
}
@media screen and (max-width: 767px) {
  .dt-buttons {
    /*text-align: center;*/
    float: none !important;
    margin: auto !important;
    text-align: none;
  }
}

button.dt-button, div.dt-button, a.dt-button {
  background: rgba(0,0,0,0.05);
  border-radius: 0;
  border: 1px solid rgba(0,0,0,0.1);
}
button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled) {
  background: rgba(0,0,0,0.02);
  border-radius: 0;
  border: 1px solid rgba(0,0,0,0.2);
}

div.dataTables_info {
  float:left;
}
div.dt-buttons {
  /*float: right;*/
}
div.dataTables_wrapper div.row {
  margin-top: 5px;
}
div.dataTables_filter {
  text-align: left !important;
}
div.dataTables_filter label {
  width:100% !important;
}
div.dataTables_filter input {
  width:100% !important;
  margin-left: 0 !important;
}


.dt-right {
  text-align: right;
}

.back-btn {
  line-height: 64px;
  font-weight: 400;
  font-size: 1.1em;
}



/* jQuery Autocomplete Responsive */
.ui-autocomplete {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  display: none;
  min-width: 160px;
  _width: 160px;
  padding: 4px 0;
  margin: 2px 0 0 0;
  list-style: none;
  background-color: #ffffff;
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.2);
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
  *border-right-width: 2px;
  *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
}

.ui-menu-item { padding-left:6px; }

&.ui-state-hover, &.ui-state-active {
      color: #ffffff;
      text-decoration: none;
      background-color: #0088cc;
      border-radius: 0px;
      -webkit-border-radius: 0px;
      -moz-border-radius: 0px;
      background-image: none;
}






#head-nav.topbar {
	background-color: #113344;
	color: #fff;
	padding-left: 0;
}
#head-nav.topbar .navbar-nav > .open > a,
#head-nav.topbar .navbar-nav > .open > a:hover,
#head-nav.topbar .navbar-nav > .open > a:focus {
    background-color: #046abe;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus,
.dropdown-submenu:hover > a,
.dropdown-menu li > a:hover {
    background-color: #046abe;
}



/*table thead th,*/
.bgAccent {
	background:#dadada;
	color:rgba(0,0,0,0.4);
	font-weight:600;
}

#head-nav.topbar .navbar-nav > .active > a,
#head-nav.topbar .navbar-nav > .active > a:hover,
#head-nav.topbar .navbar-nav > .active > a:focus {
    background-color: rgba(0,0,0,0.2);
}

table .success-emphasis td,
table .primary-emphasis td,
table .warning-emphasis td,
table .danger-emphasis td {
color: rgba(255, 255, 255, 0.8) !important;
text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}
table tr.primary-emphasis {
	background-color: #3D566D !important;
	/*#368fcb*/
}
table tr:nth-child(2n).primary-emphasis {
	/*#3D566D*/
	background-color: #368fcb !important;
}
table tr.success-emphasis {
	/*#368fcb*/
	background-color: #6cbe45 !important;
}
table tr:nth-child(2n).success-emphasis {
	background-color: #5ca938 !important;
}
table tr:nth-child(2n).warning-emphasis {
	background-color: #fc8800 !important;
}
table tr:nth-child(2n).danger-emphasis {
	background-color: #c8432e !important;
}

.btn-success, .btn-success:focus {
    background-color: #6cbe45;
    border-color: transparent;
}
.btn-success:hover {
    background: none repeat scroll 0 0 #6dd73a;
}

div.block-flat{
  background-color: rgba(255,255,255,0.7);
}

div.cl-mcont{
  background-color: transparent;
}

body{
  background-color: #dbdbdb;
}

div.header{
  margin-bottom: 20px;
}




.smallGaps .row {
  margin: 0 -6px;
}

.smallGaps [class*=col-] {
  padding: 0 6px;
}