html, body {
    height: 100%;
    font-size: 12px !important;
}
input {
  text-transform: uppercase;
}
.control-label i {
  font-size: 10px !important;
}
.fri-box {
    margin-top: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 100, 100, .6);
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 100, 100, .6);
}
.fri-box .glyphicon-class
{
    font-size: 2em;
    margin-top: 5px;
}
.fri-box .fri-icon-mark {
    height: 100px;
    text-align: center;
    margin: 0 0 20px 0;
    width: 100%;
}
.fri-table-ordercol {
    cursor: pointer;
}
.fri-table-ordercol:hover {
    background-color: #DDD;
}
.fri-table-fixed thead {
    background: #FFF;
}
.fri-table-header, .fri-table-cheader {
    background-color: #fff;
    position: fixed;
/*    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(100, 100, 100, .6);*/
}
.fri-table-header {
    top: 0;
    z-index: 10000;
}
.fri-table-cheader {
    left: 0;
    z-index: 9999;
}
.fri-table-header div, .fri-table-cheader div {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  position: absolute;
  padding: 5px;
  margin: 0;
}
.fri-table-header div {
  border-left: 1px solid #ddd;
  font-weight: 700;
  height: 100%;
}
.fri-table-cheader div {
  border-right: 1px solid #ddd;
}
.fri-legend {
    font-size: 10pt;
}
.fri-legend li {
    margin: 2px 0;
}
.fri-legend-box {
    border: 1px solid #888;
    border-radius: 7px;
    float: left;
    height: 14px;
    width: 14px;
    margin: 2px 5px 0 0;
}
.fri-loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10000;
    background-color: #000000;
    opacity: .6;
    outline: 0;
}
.fri-loader img {
    border: 1px solid #000000;
    border-radius: 5px;
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    background: #ffffff;
}
.fri-no-border {
    border: 0;
}
.fri-aviso {
    margin-top: 20px;
    padding: 0 40px;
}
.fri-aviso li {
    list-style-type: none;
    text-align: left;
}
.fri-navbar-icon {
    color: #3376ae;
    font-size: 12pt;
}
.fri-iframe {
    position: absolute;
    top: 55px;
    bottom: 5px;
    left: 5px;
    right: 5px;
}
.fri-iframe iframe, .fri-iframe-modal iframe {
    border: 0;
    height: 100%;
    width: 100%;
}
.fri-search-panel {

}
.fri-search-panel input {
    background: #337ab7;
    color: #fff;
}
.fri-search-font {
    font-size: 8pt;
}
.fri-date {
    width: 75px !important;
}
.fri-currency, .fri-number, .fri-percent, .xWeight {
    text-align: right;
}
.fri-header {
  margin-top: 0;
}
.fri-header h3 {
  color: #73879c;
  font-size: 16px;
  font-weight: 400;
  margin: 0px 0 6px;
  white-space: nowrap;
}
.fri-grid-button {
    font-size: 10px;
    padding: 1px;
}
.fri-grid-button-1 {
    width: 34px;
}
.fri-grid-button-2 {
    width: 68px;
}
.fri-grid-button-3 {
    width: 102px;
}
.fri-grid-button-4 {
    width: 136px;
}
.fri-grid-button-5 {
    width: 170px;
}
.fri-grid-search-fix {
    clear: both;
}
.fri-popover-table {
    font-size: 8pt;
}
.fri-popover-table tr {
    border-bottom: 1px solid #000;
}
.fri-popover-table td {
    border-left: 1px solid #000;
    padding: 2px;
}
.fri-popover-table tr td:first-child {
    border: 0;
}
.fri-checklist tbody tr td {
  padding: 0;
  margin: 0 5px;
  text-align: center;
  width: 35px;
}
.fri-image-list-vertical {
    float: left;
  height: 490px;
  width: 120px;
  border: 0;
  border-right: 1px solid #ddd;
}
.fri-image-list {
  margin: 0;
  padding: 0;
}
.fri-image-list li {
    float: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    height: 55px;
    width: 90px;
    padding: 5px;
    margin: 5px;
}
.fri-image-list li:hover {
  background-color: #e6e6e6;
  border-color: #adadad;
}
.fri-image-list li img {
    height: 45px;
    width: 80px;
    cursor: pointer;
}
.fri-image-view {
    float: right;
    height: 490px;
    width: calc(100% - 124px);
    position: relative;
    margin-right: 2px;
}
.gatekey {
    color: #A00;
    font-size: 3em;
}
.gatekey-msg {
    color: #555;
    font-size: 1.5em;
}
.gatekey, .gatekey-msg {
    float: left;
    font-weight: 700;
    text-align: center;
    width: 100%;
}
.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}
.noborder {
    border: 0;
}
.grid-subtitle {
  position: relative;
  top: 30px;
}
#error {
    border-left: 5px solid #a94442;
    padding-left: 15px;
}
#error li {
    list-style-type: none;
}
#error li:before {
    content: '\b7\a0';
}
.bad input, .bad select, .bad textarea {
  border: 1px solid #CE5454;
  box-shadow: 0 0 4px -2px #CE5454;
  position: relative;
  left: 0;
  -moz-animation: .7s 1 shake linear;
  -webkit-animation: 0.7s 1 shake linear;
}
.form-group input, .form-group textarea {
  -webkit-transition: 0.42s;
  -moz-transition: 0.42s;
  transition: 0.42s;
}

/* alerts (when validation fails) */

.form-group .alert {
  /*float: left;*/
  margin: 0;/* 0 0 -20px;*/
  padding: 3px;
  color: #CE5454;
  border-radius: 5px;/*3px 4px 4px 3px;*/
  background-color: transparent; /*#CE5454;*/
  max-width: 170px;
  white-space: pre;
  position: absolute;
  /*left: -15px;*/
  top: 20px;
  right: 0;
  opacity: 0;
  z-index: 1000;
  transition: 0.15s ease-out;
}
/*.form-group .alert::after {
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #CE5454 transparent transparent;
  border-style: solid;
  border-width: 11px 7px;
  position: absolute;
  left: -13px;
  top: 1px;
}*/
.form-group.bad .alert {
  right: 15px;
  opacity: 1;
}
nav {
    z-index: 99999;
}
/* Bootstrap overloads */
.page-header {
    margin: 0 0 5px !important;
    padding-bottom: 0 !important;
}
h5 {
    margin-top: 8px;
    margin-bottom: 8px;
}
@media (min-width: 992px) {
  .modal-x-lg {
    width: 90%;
  }
}

.input-group-sm > .input-group-btn > .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-right: 0;
}
.input-xl {
  font-size: 45pt !important;
  height: auto !important;
}
.input-xl small {
  font-size: 65%;
  width: 100%;
  float: left;
}
.fri-grid-search-ddl {
    min-width: 120px;
    width: 25%;
}
label {
    margin-bottom: 0;
}
.dt-buttons {
    float: right;
}
object {
    float: right;
}

/* Tiles */
@media (max-width: 1200px) {
  .x_title h2 {
    width: 62%;
    font-size: 17px;
  }
  .tile, .graph {
    zoom: 85%;
    height: inherit;
  }
}
@media (max-width: 1270px) and (min-width: 192px) {
  .x_title h2 small {
    display: none
  }
}

@media (max-width: 992px) {
  .tile_stats_count {
    margin-bottom: 10px;
    border-bottom: 1px solid #D9DEE4;
    padding-bottom: 10px;
  }
}
@media (min-width: 992px) and (max-width: 1100px) {
  .tile_stats_count .count {
    font-size: 24px !important; /*35px !important;*/
  }
}
@media(max-width:768px) {
  .tile_stats_count .count {
    font-size: 24px !important;/*30px !important;*/
  }
  .tile_stats_count .right span {
    font-size: 12px;
  }
}
@media (min-width: 192px) and (max-width: 1270px) {
  .hidden-small {
    display: none !important;
  }
  table.tile_info span.right {
    margin-right: 7px;
    float: left;
  }
}
.tile_count {
  margin-bottom: 20px;
  margin-top: 20px;
}
.tile_count div:first-child .left,
.tile_count a:first-child .left {
  border: 0;
}
.tile_count a {
  color: #73879c;
  text-decoration: none;
}
.tile_count a:hover {
  text-decoration: none;
}
.tile_count .tile_stats_count {
  border-left: 0px solid #333;
  padding: 0;
}
.tile_stats_count .left {
  width: 2px;/*15%;*/
  float: left;
  height: 65px;
  border-left: 2px solid #ADB2B5;
  margin-top: 10px;
}
.tile_stats_count .right {
  padding-left: 10px;
  height: 100%;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid transparent;
}
.tile_stats_count .right span {
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tile_stats_count .count {
  font-size: 24px;/*40px;*/
  line-height: 47px;
  font-weight: 600;
  text-align: center;
}
.tile_stats_count .count small {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
}
.count_bottom i {
  width: 12px;
}

.tile-stats.sparkline {
  padding: 10px;
  text-align: center;
}
.tiles {
  border-top: 1px solid #ccc;
  margin-top: 15px;
  padding-top: 5px;
  margin-bottom: 0;
}
.tile {
  overflow: hidden;
}
.tile_selectable {
    color: #73879c;
    cursor: pointer;
}
.tile_selectable .right:hover {
    color: #888;
    border: 1px dashed #888;
}
.tile_selected .right {
  background: #EFEFEF;
  border: 1px solid #888;
}
.top_tiles {
  margin-bottom: 0;
}
.top_tiles .tile span {}
.top_tiles .tile h2 {
  font-size: 30px;
  line-height: 30px;
  margin: 3px 0 7px;
  font-weight: bold;
}
.tile_info a {
  text-overflow: ellipsis;
}

table.tile h3, table.tile h4, table.tile span {
  font-weight: bold;
  vertical-align: middle !important;
}
table.tile th, table.tile td {
  text-align: center;
}
table.tile th {
  border-bottom: 1px solid #E6ECEE;
}
table.tile td {
  padding: 5px 0;
}
table.tile td ul {
  text-align: left;
  padding-left: 0
}
table.tile td ul li {
  list-style: none;
  width: 100%;
}
table.tile td ul li a {
  width: 100%
}
table.tile td ul li a big {
  right: 0;
  float: right;
  margin-right: 13px;
}
table.tile_info {
  width: 100%;
}
table.tile_info td {
  text-align: left;
  padding: 1px;
  font-size: 15px
}
table.tile_info td p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  line-height: 28px;
}
table.tile_info td i {
  margin-right: 8px;
  font-size: 17px;
  float: left;
  width: 18px;
  line-height: 28px
}
table.tile_info td:first-child {
  width: 83%;
}
.tile-stats {
  position: relative;
  display: block;
  margin-bottom: 12px;
  border: 1px solid #E4E4E4;
  -webkit-border-radius: 5px;
  overflow: hidden;
  padding-bottom: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  -moz-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  min-height: 125px;
}
.tile-stats:hover .icon i {
  animation-name: tansformAnimation;
  animation-duration: .5s;
  animation-iteration-count: 1;
  color: rgba(58, 58, 58, 0.41);
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: tansformAnimation;
  -webkit-animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: tansformAnimation;
  -moz-animation-duration: .5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
.tile-stats .icon {
  color: #BAB8B8;
  position: absolute;
  right: 53px;
  top: 22px;
  z-index: 1;
}
.tile-stats .icon i {
  margin: 0;
  font-size: 60px;
  line-height: 0;
  vertical-align: bottom;
  padding: 0;
}
.tile-stats .count {
  font-size: 38px;
  font-weight: bold;
  line-height: 1.65857143
}
.tile-stats .count, .tile-stats h3, .tile-stats p, .tile-stats h4, .tile-stats h5 {
  position: relative;
  margin: 0;
  margin-left: 10px;
  z-index: 5;
  padding: 0;
}
.tile-stats h3 {
  color: #000;/*#BAB8B8;*/
  font-weight: 700;

}
.tile-stats h4 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 11px;
  margin-top: 10px;
}
.tile-stats h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 11px;
  margin-top: 10px;
}
.tile-stats p {
  margin-top: 5px;
  font-size: 12px;
}
.tile-stats > .dash-box-footer {
  position: relative;
  text-align: center;
  margin-top: 5px;
  padding: 3px 0;
  color: #fff;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.tile-stats > .dash-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.tile-stats > .dash-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
table.tile_info {
  padding: 10px 15px;
}
table.tile_info span.right {
  margin-right: 0;
  float: right;
  position: absolute;
  right: 4%;
}
.tile:hover {
  text-decoration: none;
}
.tile_header {
  border-bottom: transparent;
  padding: 7px 15px;
  margin-bottom: 15px;
  background: #E7E7E7;
}
.tile_head h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.tiles-bottom {
  padding: 5px 10px;
  margin-top: 10px;
  background: rgba(194, 194, 194, 0.3);
  text-align: left;
}

/* DashBoard Widgets */
.dashboard-widget {
  background: #f6f6f6;
  border-top: 5px solid #79C3DF;
  border-radius: 3px;
  padding: 5px 10px 10px;
}
.dashboard-widget .dashboard-widget-title {
  font-weight: normal;
  border-bottom: 1px solid #c1cdcd;
  margin: 0 0 10px 0;
  padding-bottom: 5px;
  padding-left: 40px;
  line-height: 30px;
}
.dashboard-widget .dashboard-widget-title i {
  font-size: 100%;
  margin-left: -35px;
  margin-right: 10px;
  color: #33a1c9;
  padding: 3px 6px;
  border: 1px solid #abd9ea;
  border-radius: 5px;
  background: #fff;
}
ul.quick-list {
  width: 45%;
  padding-left: 0;
  display: inline-block;
}
ul.quick-list li {
  padding-left: 10px;
  list-style: none;
  margin: 0;
  padding-bottom: 6px;
  padding-top: 4px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
ul.quick-list li i {
  padding-right: 10px;
  color: #757679;
}
.dashboard-widget-content {
  padding-top: 9px;
}
.dashboard-widget-content .sidebar-widget {
  width: 50%;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  border: 1px solid #abd9ea;
  border-radius: 5px;
  text-align: center;
  float: right;
  padding: 2px;
  margin-top: 10px;
}
.widget_summary {
  width: 100%;
  display: inline-flex;
}
.widget_summary .w_left {
  float: left;
  text-align: left;
}
.widget_summary .w_center {
  float: left;
}
.widget_summary .w_right {
  float: left;
  text-align: right;
}
.widget_summary .w_right span {
  font-size: 20px;
}
.w_20 {
  width: 20%
}
.w_25 {
  width: 25%
}
.w_55 {
  width: 55%
}
h5.graph_title {
  text-align: left;
  margin-left: 10px
}
h5.graph_title i {
  margin-right: 10px;
  font-size: 17px
}
span.right {
  float: right;
  font-size: 14px !important
}

/* Colors */
.blue {
  color: #3498DB;
}
.yellow {
  color: #AAAA55;
}
.green {
  color: #1ABB9C;
}
.aero {
  color: #9CC2CB;
}
.red {
  color: #E74C3C;
}
.dark {
  color: #0165A8;
}

/* Slide Panel */
.fri-slide-panel-doc {
  position: relative;
  overflow: hidden;
  height: 400px;
}
.fri-slide-panel {
  position: absolute;
  right: -200px;
  width: 200px;
  -webkit-transition: right 0.5s linear 0.2s; /* For Safari 3.1 to 6.0 */
  transition: right 0.5s linear 0.2s;
}
.fri-slide-panel-open {
  right: 0px;
}
.fri-slide-panel-open .fri-slide-panel-wrapper {
  opacity: 1;
}
.fri-slide-panel-content, .fri-slide-panel-wrapper {
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #E6E6E6;
  border: 1px solid #888;
}
.fri-slide-panel-wrapper {
  position: absolute;
  margin-left: -50px;
  margin-top: 50px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom: 1px solid #E6E6E6;
  padding: 5px 25px 2px 25px;
  text-align: center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  cursor: pointer;
  opacity: 0.3;
}
.fri-slide-panel-wrapper:hover {
  opacity: 1;
}
.fri-slide-panel-content {
  width: 100%;
  height: 300px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 1px solid #E6E6E6;
}

.fri-gatestatus-1:before {
  content: "\f10c";
  color: #3498DB;
}
.fri-gatestatus-2:before,
.fri-gatestatus-6:before,
.fri-gatestatus-8:before {
  content: "\f017";
  color: #aaaa55;
}
.fri-gatestatus-3:before {
  content: "\f01b";
  color: #9CC2CB;
}
.fri-gatestatus-4:before {
  content: "\f111";
  color: #0165A8;
}
.fri-gatestatus-5:before {
  content: "\f058";
  color: #73879c;
}
.fri-gatestatus-7:before {
  content: "\f250";
  color: #E74C3C;
}

#txtSearchValue {
  text-transform: uppercase;
}

.dataTables_scrollBody table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "";
  /* sort */
}
.dataTables_scrollBody table.dataTable thead .sorting_asc:after {
  content: "";
  /* sort-by-attributes */
}
.dataTables_scrollBody table.dataTable thead .sorting_desc:after {
  content: "";
  /* sort-by-attributes-alt */
}
.dataTable .child {
  background: #fff;
  text-align: left;
}

/* --- DatePicker --- */
.daterangepicker.dropdown-menu {
  font-size: 13px;
  padding: 0;
  overflow: hidden;
}
.daterangepicker.picker_1 {
  background: #34495E;
  color: #ECF0F1;
}
.daterangepicker.picker_1 table.table-condensed thead tr:first-child {
  background: #1ABB9C;
}
.daterangepicker table.table-condensed thead tr:first-child th {
  line-height: 28px;
  text-align: center;
}
.daterangepicker.picker_1 table.table-condensed thead tr {
  background: #213345;
}
.daterangepicker table.table-condensed thead tr {
  line-height: 14px;
}
.daterangepicker table.table-condensed tbody tr:first-child td {
  padding-top: 10px;
}
.daterangepicker table.table-condensed th:first-child, .daterangepicker table.table-condensed td:first-child {
  padding-left: 12px
}
.daterangepicker table.table-condensed th:last-child, .daterangepicker table.table-condensed td:last-child {
  padding-right: 12px
}
.table-condensed>thead>tr>th, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>tbody>tr>td, .table-condensed>tfoot>tr>td {
  padding: 5px 7px;
  text-align: center;
}
.daterangepicker table.table-condensed tbody tr:last-child td {
  padding-bottom: 10px;
}
.daterangepicker.picker_2 table.table-condensed thead tr:first-child {
  color: inherit;
}
.daterangepicker.picker_2 table.table-condensed thead tr {
  color: #1ABB9C;
}
.daterangepicker.picker_3 table.table-condensed thead tr:first-child {
  background: #1ABB9C;
  color: #ECF0F1;
}
.daterangepicker.picker_4 table.table-condensed tbody td {
  background: #ECF0F1;
  color: #34495E;
  border: 1px solid #fff;
  padding: 4px 7px;
}
.daterangepicker.picker_4 table.table-condensed tbody td:hover {
  background: #FFF;
}
.daterangepicker.picker_4 table.table-condensed tbody td.off {
  background: #FFF;
  color: #999;
}
.daterangepicker.picker_4 table.table-condensed tbody td.active {
  background: #536A7F;
  color: #fff;
}
.daterangepicker.picker_4 table.table-condensed thead tr:first-child {
  background: #34495E;
  color: #ECF0F1;
}
.xdisplay_input {
  width: 240px;
  overflow: hidden;
  padding: 0;
}
.xdisplay {
  background-color: #fff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  width: 230px;
  overflow: hidden;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.daterangepicker.opensright .ranges, .daterangepicker.opensright .calendar, .daterangepicker.openscenter .ranges, .daterangepicker.openscenter .calendar {
  float: right;
}
.daterangepicker.dropdown-menu .calendar {}
.daterangepicker table {
  width: 100%;
  margin: 0;
}
.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  cursor: pointer;
  white-space: nowrap;
}
.daterangepicker td.off {
  color: #999;
}
.daterangepicker td.disabled {
  color: #999;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background: #eee;
  color: #34495E;
}
.daterangepicker td.in-range, .daterangepicker.picker_4 table.table-condensed tbody td.in-range {
  background: #D3D6D9;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.daterangepicker td.available + td.start-date {
  -webkit-border-radius: 4px 0 0 4px;
  -moz-border-radius: 4px 0 0 4px;
  border-radius: 4px 0 0 4px;
}
.daterangepicker td.in-range + td.end-date {
  -webkit-border-radius: 0 4px 4px 0;
  -moz-border-radius: 0 4px 4px 0;
  border-radius: 0 4px 4px 0;
}
.daterangepicker td.start-date.end-date {
  -webkit-border-radius: 4px !important;
  -moz-border-radius: 4px !important;
  border-radius: 4px !important;
}
.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #536A7F;
  color: #fff;
}
.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}
.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
  height: 30px;
  border: 1px solid #ADB2B5;
  line-height: 30px;
  border-radius: 0px !important;
}
.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}
.daterangepicker select.yearselect {
  width: 40%;
}
.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}
.daterangepicker_start_input {
  float: left;
}
.daterangepicker_end_input {
  float: left;
  padding-left: 11px;
}
.daterangepicker th.month {
  width: auto;
}
.daterangepicker .daterangepicker_start_input label, .daterangepicker .daterangepicker_end_input label {
  color: #333;
  display: block;
  font-size: 11px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  margin-bottom: 2px;
  text-shadow: #fff 1px 1px 0px;
  text-transform: uppercase;
  width: 74px;
}
.daterangepicker .ranges input {
  font-size: 11px;
}
.daterangepicker .ranges .input-mini {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: block;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 10px 0;
  padding: 0 6px;
  width: 74px;
}
.daterangepicker .ranges .input-mini:hover {
  cursor: pointer;
}
.daterangepicker .ranges ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.daterangepicker .ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #536A7F;
  padding: 3px 12px;
  margin-bottom: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}
.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background: #536A7F;
  border: 1px solid #536A7F;
  color: #fff;
}
.daterangepicker .calendar {
  display: none;
  max-width: 270px;
}
.daterangepicker.show-calendar .calendar {
  display: block;
}
.daterangepicker .calendar.single .calendar-date {
  border: none;
}
.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none;
}
.daterangepicker .ranges {
  width: 160px;
  text-align: left;
  margin: 4px;
}
.daterangepicker .ranges .range_inputs>div {
  float: left;
}
.daterangepicker .ranges .range_inputs>div:nth-child(2) {
  padding-left: 11px;
}
.daterangepicker.opensleft .ranges, .daterangepicker.opensleft .calendar {
  float: left;
  margin: 4px;
}
/* --- DatePicker --- */
/* ***** autocomplete ***** */

.autocomplete-suggestions {
  border: 1px solid #e4e4e4;
  background: #F4F4F4;
  cursor: default;
  overflow: auto;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  font-size: 1.2em;
  white-space: nowrap;
  overflow: hidden;
}
.autocomplete-selected {
  background: #f0f0f0;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
  font-weight: bolder;
}
/* ***** /autocomplete *****/

/* *** MailBox *** */
.mail_list_column {
  /*border-left: 1px solid #DBDBDB;*/
  margin-bottom: 50px;
}
.mail_view {
  border-left: 1px solid #DBDBDB
}
.mail_list {
  width: 100%;
  border-bottom: 1px solid #DBDBDB;
  margin-bottom: 2px;
  display: inline-block;
}
.mail_list .left {
  width: 20px;
  float: left;
  margin-right: 0;
  color: #73879c;
}
.mail_list .right {
  width: 90%;
  float: left
}
.mail_list h3 {
  font-size: 15px;
  font-weight: bold;
  margin: 0px 0 6px;
  color: #73879c;
}
.mail_list h3 small {
  float: right;
  color: #ADABAB;
  font-size: 11px;
  line-height: 20px;
}
.mail_list .badge {
  padding: 3px 6px;
  font-size: 8px;
  background: #BAB7B7
}
/* *** MailBox *** */

/* *** *** */
.fri-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, .5);
  z-index: 999;
  display: block;
}
.fri-overlay div {
  color: #fff;
  font-size: 16pt;
  margin: 50px auto;  
}
