@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("animations.min.css");
@import url("bootstrap-datepicker.min.css");
@import url("bootstrap-year-calendar.min.css");
@import url("bootstrap-select.min.css");
@import url("bootstrap-table.css");
/*
@import url("nprogress.css");
@import url("cookies.css");
*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Slab:400,300,100,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700);

/* =========================================================
   RESET
============================================================ */
* { margin: 0; padding: 0; }
*, *:before, *:after { box-sizing: inherit; }
img {  box-sizing: content-box; }
ul, ul li { list-style: none outside none; }  
button { outline: none; }  
.btn.active.focus, 
.btn.active:focus, 
.btn.focus, 
.btn.focus:active, 
.btn:active:focus, 
.btn:focus { outline: none; }  
a, a:hover, a:focus {
  color: inherit;
  outline: none;
  text-decoration: none; 
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;  
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
  text-decoration: inherit; 
}

.nowrap { white-space: nowrap; }
.clearfix { clear:both;}

/* =========================================================
  LAYOUT
============================================================ */
html, body { height: 100%; }
html {
  box-sizing: border-box;
}
body {
  background: #f2f4f8;
  color: #788288;
    color: #2c2c2c;
  font: normal 14px/1.35 'Open Sans', Arial, sans-serif;
	font-size: 13px;
  min-width: 320px; 
  overflow-x: hidden; 
  /* overflow-y: hidden;  */
  padding: 60px 0 0 0;
}
.container-fluid {
  /* max-width: 1200px;   ? */
}

.main { min-height: 100%; padding: 20px 0 0 0; padding: 0; position: relative; 
  /*max-height: calc(100vh - 60px);
  overflow-y: auto;*/
}
.main .container-fluid { max-width: 1024px; }

.main > section,
.section-table,
.section-form { padding: 20px 0; }

.main.loading:before {
  background: rgba(255, 255, 255, 0.75);
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

#canvas_loader { 
  display: none; 
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  margin: -45.5px 0 0 -43.5px;
}

/* .header, .sidebar, .main, .footer { opacity: 0; } */

@media screen and (max-width: 768px) {
  .col-xs-margin { margin: 3px 0; }
}
@media screen and (min-width: 768px) {
  .col-sm-margin { margin: 3px 0; }
}
@media screen and (min-width: 992px) {
  .col-md-margin { margin: 3px 0; }
}


/* =========================================================
  HEADINGS
============================================================ */
.page-title {
  color: #333;
  font: normal 24px/1.35 'Ubuntu', 'Open Sans', Arial, sans-serif;
  margin: 0 0 24px 0;
}
.sidebar-title {
  color: #8287a9;
  font: normal 18px/1.35 'Ubuntu', 'Open Sans', Arial, sans-serif;
  margin: 0 0 8px 0;
	margin: 0 0 24px 0;
  /* background: #07080b; */
  /* padding: 15px 15px; */
}
.page-heading { overflow: hidden; margin: 0 0 24px 0; }
.page-heading .page-title { float: left; margin: 0; }
.page-heading .nav-pills { float: right; }

/* =========================================================
  BUTTONS
============================================================ */
.btn {
  border: 0;
  border-radius: 2px;
  box-shadow: none;
  color: #fff;
  font-family: 'Open Sans';
  font-size: 16px;
  line-height: 1.33;
  padding: 8px 25px; 
  position: relative;
  text-align: center;
  transition: background .2s ease-in-out;
  white-space: normal;
}
.btn:hover,
.btn:focus,
.btn:active {
  box-shadow: none;
  color: #fff;
}

.button,
.ui-dialog .ui-widget-content .ui-button {
  background-color: #e37010;
  border: 0;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', Arial, sans-serif !important;
  font-size: 13px;
  font-weight: 600;
  height: 34px;
  line-height: 1.1;
  min-width: 118px;
  outline: none;
  overflow: hidden;
  padding: 0 28px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  /*
  -webkit-transition: background-color .2s ease-in-out;
  transition: background-color .2s ease-in-out;
  */
  vertical-align: middle;
  width: auto;
  white-space: nowrap; 
  text-shadow: 0 0 1px #e37010;
  padding-bottom: 2px;
  
  box-shadow: inset 0 -3px 0 0 #cb551b;
  background: #e37010;
  background: -moz-linear-gradient(45deg,  #e37010 0%, #e89f10 100%);
  background: -webkit-linear-gradient(45deg,  #e37010 0%,#e89f10 100%);
  background: linear-gradient(45deg,  #e37010 0%,#e89f10 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e37010', endColorstr='#e89f10',GradientType=1 );
}
.button:hover, .button:active {
  text-decoration: none;
  outline: 0; }
.button:active {
  background: #e37010;
  filter: none;
  box-shadow: none;
  padding-bottom: 0;
}

.button.sort-active { opacity: .4; }

.button-secondary,
.ui-dialog .ui-widget-content .ui-button { /* pink */
  background: #e10a58; 
  background: -moz-linear-gradient(45deg,  #e10a58 0%, #ed3d7d 100%);
  background: -webkit-linear-gradient(45deg,  #e10a58 0%,#ed3d7d 100%);
  background: linear-gradient(45deg,  #e10a58 0%,#ed3d7d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e10a58', endColorstr='#ed3d7d',GradientType=1 );
  box-shadow: inset 0 -3px 0 0 #b80245;
}
.button-secondary:focus,
.ui-dialog .ui-widget-content .ui-button:focus { background: #e10a58; }

.button-tertiary { /* blue */
  background: #1760EF;
  background: -moz-linear-gradient(45deg,  #1760EF 0%, #1C8FEF 100%);
  background: -webkit-linear-gradient(45deg,  #1760EF 0%,#1C8FEF 100%);
  background: linear-gradient(45deg,  #1760EF 0%,#1C8FEF 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1760EF', endColorstr='#1C8FEF',GradientType=1 );
  box-shadow: inset 0 -3px 0 0 #1a58d1;
}
.button-tertiary:focus { background: #1760EF; }

.button-action {
  background-color: #e37010; /* #e37010; */
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600;
  height: 34px;
  line-height: 1.1;
  margin: 0 0 0 10px;
  min-width: 118px;
  outline: none;
  overflow: hidden;
  padding: 0 28px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  text-transform: uppercase;
  vertical-align: middle;
  width: auto;
  white-space: nowrap; 
}
.button-action:focus { background-color: rgba(227,112,16,0.4); }

a.button {
    color: white;
    font-size: 13px;
    padding-top: 9px;
}

/* DEFAULT
---------------------------- */
.btn-default,
.btn-default:focus,
.btn-default:active,
.btn-default:active:focus {
  background: #fcfcfd;
  border: 1px solid #d2dae1;
  box-shadow: 0 1px 1px rgba(90,90,90,0.1);
  color: #788288;
  font-family: 'Open Sans';
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  padding: 6px 12px;
  position: relative;
  text-shadow: none !important;
}
.btn-default:hover,
.btn-default:active:hover {
  background: #ebeef4;
  border-color: #b9c6d0;
  color: #788288;
}

/* PRIMARY
---------------------------- */
.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:active:focus {
  background: #f34848;
  position: relative;
  text-shadow: 1px 1px #ff5252;
}
.btn-primary:hover,
.btn-primary:active:hover {
  background: #404040;
	background: #ff5252;
  border-color: #fff !important;
  text-shadow: 1px 1px #ff5252;
}

/* SECONDARY
---------------------------- */
.btn-secondary,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary:active:focus {
  background: #404040;
  position: relative;
  text-shadow: 1px 1px #333;
}
.btn-secondary:hover,
.btn-secondary:active:hover {
  background: #333;
}

/* LG
---------------------------- */
.btn-lg,
.btn-lg:hover,
.btn-lg:focus,
.btn-lg:active {
  font-size: 18px;
  padding: 10px 32px; 
}

/* SM
---------------------------- */
.btn-sm,
.btn-sm:hover,
.btn-sm:focus,
.btn-sm:active {
  font-size: 14px;
  padding: 5px 12px; 
}

/* SEARCH
---------------------------- */
.btn-search,
.btn-search:focus,
.btn-search:active,
.btn-search:active:focus {
  background: none;
  color: #333;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  text-shadow: none;
  padding: 8px 0;
}
.btn-search:hover,
.btn-search:active:hover {
  color: #000;
  text-shadow: none;
}

/* ACTION (table)
---------------------------- */
.btn-action {
  display: inline-block;
  margin: 0;
  text-decoration: none;
}
.btn-action + .btn-action { margin-left: 12px; }

/* SELECTPICKER
---------------------------- */
.btn.dropdown-toggle,
.btn.dropdown-toggle:focus,
.btn.dropdown-toggle:hover {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: none;
  color: #555 !important; /* bs-placeholder */
  display: block;
  font-family: "Open Sans",Arial,sans-serif;
  font-size: 14px;
  height: 34px;
  line-height: 1.42857;
  outline: none !important;
  padding: 7px 16px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
}
.sidebar .btn.dropdown-toggle { border: 0; border-radius: 2px; }
.boostrap-select .dropdown-menu > li > a { padding: 7px 16px; }
.bootstrap-select.btn-group .dropdown-toggle .filter-option {
  display: block;
  overflow: hidden;
  padding-right: 10px;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.page-list .btn.dropdown-toggle,
.page-list .btn.dropdown-toggle:focus,
.page-list .btn.dropdown-toggle:hover {
  font-size: 13px;
  height: 30px;
  padding: 5px 10px;
  border-radius: 3px;
  display: inline;
  border: 1px solid #d9d9d9;
  line-height: inherit;
}
.page-list .btn.dropdown-toggle .page-size { display: inline-block; padding-right: 16px; }

.btn-group.open .dropdown-toggle,
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover { box-shadow: none; background-color: #fff; outline: none; }

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover { background-color: #e89f10; }

.sidebar .bootstrap-select.btn-group .dropdown-menu.open { border: 0; border-radius: 2px; width: 100%; }
.sidebar .bootstrap-select.btn-group .dropdown-menu li a { white-space: normal; }
.sidebar .bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text { margin-right: 0; }

.bootstrap-select.btn-group .dropdown-menu li a { padding: 4px 16px; }
.bootstrap-select.btn-group .dropdown-menu li.selected a { background-color: #f34848; color: #fff; }
.bootstrap-select.btn-group .dropdown-menu li.selected a .glyphicon  { display: none !important; }

@media screen and (max-width: 768px) {
  .btn-block { margin: 5px 0; }
}

/* PILLS
---------------------------- */
.nav-pills { float: right; line-height: 1.2; }
.nav-pills > li {}
.nav-pills > li + li { margin-left: 0; }
.nav-pills > li a {
  background: none;
  border: 2px solid #f34848;
  border-left-width: 1px;
  border-right-width: 1px;
  border-radius: 0;
  color: #f34848;
  padding: .5em 1em;
}
.nav-pills > li a,
.nav-pills > li a:focus,
.nav-pills > li a:hover { background: #fff; }
.nav-pills > li.active a,
.nav-pills > li.active a:focus,
.nav-pills > li.active a:hover { background: #f34848; color: #fff; }
.nav-pills > li:first-child a {
  border-radius: 4px 0 0 4px;
  border-left-width: 2px;
}
.nav-pills > li:last-child a {
  border-radius: 0 4px 4px 0;
  border-right-width: 2px;
}

/* =========================================================
  TIPS POPOVERS
============================================================ */
.popover,
.popover-title { font-family: 'Open Sans'; font-size: 13px; }
.popover-content p { margin: 0 0 0 0; }
.popover-content p + p { margin: 8px 0 0 0; }
.popover-content .btn-default { width: 100%; }

/* =========================================================
  FORMS
============================================================ */
label {}
.label-inline { font-weight: normal; margin: 12px 0 0 0; text-align: left; display: block; }

.form-control { border-color: #cbd5dd; }
.form-control,
.form-control:hover,
.form-control:focus { border-radius: 2px; outline: none; box-shadow: none; }

.form-control.datepicker { padding-left: 15px; padding-right: 15px; }

.form-actions { margin-top: 32px; }

.radio-inline,
.checkbox-inline { padding-left: 0; }
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline { margin-left: 20px; }

.iradio,
.icheckbox {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
  padding: 0;
  width: 22px;
  height: 22px;
  background: #fff;
  color: #fff;
  border: 1px solid #ccc;
  border-radius: 2px;
  cursor: pointer;
  font-family: FontAwesome;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}
.iradio { border-radius: 22px; }
.sidebar .icheckbox  { border: 0; }
.iradio.checked,
.icheckbox.checked {
  background: #f34848;
  border: 0;
}
.iradio.checked:before { content: "\f00c"; }
.icheckbox.checked:before { content: "\f00c"; }

fieldset {}
fieldset + fieldset { margin-top: 20px; }

legend {
  font-size: 16px;
  font-family: 'Ubuntu', 'Open Sans';
}
.form-error .fa { color: #c51d1d; font-size: 16px; margin-right: 5px; vertical-align: top; }
.login .form-error { padding: 0 15px 15px 15px; text-align: center; }

.form-control,
.datepicker { border-radius: 2px; }

select.form-control + .input-group-btn { vertical-align: bottom; padding: 0 8px; }
.btn-group-vertical > .btn:first-child:not(:last-child) { border-radius: 2px 2px 0 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) { border-radius: 0 0 2px 2px; }

@media screen and (max-width: 768px) {
  fieldset + fieldset { margin-top: 12px; }
  .form-actions { margin-top: 16px; }
  .pull-right { float: none !important; }
  .form-inline .form-control + .form-control { margin-top: 5px; }
  .label-inline { text-align: left; margin-bottom: 5px; margin-top: 8px; }
   
   .input-group { display: block; }
  .input-group .form-control { display: block; }
  select.form-control + .input-group-btn { padding: 0; }
  .input-group-btn,
  .btn-group-vertical  { display: block; overflow: hidden; width: 100%; }
  .btn-group-vertical  { padding: 3px 0 12px 0; }
  .btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: left; margin: 0; width: 25%; }
  .btn-group-vertical > .btn:first-child:not(:last-child) { border-radius: 2px 0 0 2px; }
  .btn-group-vertical > .btn:last-child:not(:first-child) { border-radius: 0 2px 2px 0; }
  .btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: 0; margin-left: -1px; }
}

/* VALIDATION
---------------------------- */
.text-danger { color: #c51d1d; }
p.text-danger { margin: 0; }
.has-error  .form-label { color: #c51d1d; }

/* DATEPICKER
---------------------------- */
.datepicker table tr td.selected, .datepicker table tr td.selected.disabled, .datepicker table tr td.selected.disabled:hover, .datepicker table tr td.selected:hover {
  background: #999 !important;
  border-radius: 2px;
  text-shadow: none;
}
.datepicker table tr td.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active:hover {
  background: #f34848 !important;
  border-radius: 2px;
  text-shadow: none;
}

/* =========================================================
  HEADER
============================================================ */
.header {
  background: #fff;
  box-shadow: 0 2px 2px rgba(0,0,0,0.05),0 1px 0 rgba(0,0,0,0.05);
  height: 60px;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 5;
}

.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus {
  color: #f34848; 
  font-family: 'Ubuntu', 'Open Sans'; 
  font-size: 28px; 
  font-weight: normal;
  height: 60px;
  line-height: 30px;
  width: 240px;
  transition: color .2s ease-in-out;
}
.navbar-brand:hover { color: #7e2752; } 

.navbar-brand > img { max-height: 30px; }

.header-search { float: left; padding: 13px 15px; width: 30%; }
.header-search .form-group { margin: 0; }
.header-search .form-control { border: 0; font-size: 13px; }
.header-search .input-group-btn:first-child > .btn, 
.header-search .input-group-btn:first-child > .btn-group { margin-right: 0; } 

.navbar-nav {
  color: #444;
  float: right;
  font: normal 15px/18px 'Ubuntu', 'Open Sans', Arial, sans-serif;
}
.navbar-nav > li > a { line-height: 18px; padding-top: 21px; padding-bottom: 21px; }
.navbar-nav > li > a,
.navbar-nav > li > a:hover,
.navbar-nav > li > a:focus { background: none; }

.navbar-nav > li.button > a,
.navbar-nav > li.button > a:focus,
.navbar-nav > li.button > a:hover { background: #f34848; color: #fff; text-shadow: 1px 1px #ff5252; transition: background .2s ease-in-out; }
.navbar-nav > li.button > a:hover { background: #ff5252; }
.navbar-nav > li.button-secondary > a,
.navbar-nav > li.button-secondary > a:focus,
.navbar-nav > li.button-secondary > a:hover { background: #404040; color: #fff; text-shadow: 1px 1px #333; transition: background .2s ease-in-out; }
.navbar-nav > li.button-secondary > a:hover { background: #333; }
.navbar-nav > li.button + li > a:before { display: none; }

.navbar-nav > li + li > a:before {
  background: #838383;
  content: "";
  display: block;
  height: 18px;
  left: 0;
  margin-top: -9px;
  position: absolute;
  top: 50%;
  width: 1px;
}
.navbar-nav .open > a, 
.navbar-nav .open > a:focus, 
.navbar-nav .open > a:hover { background: none; }
.dropdown-menu > li > a:focus, 
.dropdown-menu > li > a:hover { background: none; }

.navbar-nav > li > a.dropdown-toggle .caret { margin-left: 8px; }

.search-close {
  display: none;
  background: #fff;
  border: 0 none;
  box-sizing: content-box;
  position: absolute; right: 12px; top: 15px;
  height: 52px;
  outline: medium none;
  padding: 0 10px;
  transform: translate3d(0px, 0px, 0px);
  width: 32px;
  position: absolute;
  right: 0; top: 0; z-index: 1;
}
.search-close:before, .search-close:after, .search-close .icon {
  background: #444;
  border-radius: 1px;
  content: "";
  display: block;
  height: 4px;
  margin: 6px 0;
  transition: all 0.2s ease-out 0s;
  width: 100%;
}
.search-close:before {
  -webkit-transform: rotate(45deg) translate3d(7px, 7px, 0);
  transform: rotate(45deg) translate3d(7px, 7px, 0);
}
.search-close .icon {
  opacity: 0;
}
.search-close:after {
  -webkit-transform: rotate(-45deg) translate3d(7px, -7px, 0);
  transform: rotate(-45deg) translate3d(7px, -7px, 0);
}

/* NAVIGATION
----------------------------------------------- */
.nav-filter {
  background: none;
  border: 0 none;
  box-sizing: content-box;
  float: right;
  font-size: 28px;
  height: 36px;
  margin: 8px 15px 0 0;
  outline: medium none;
  padding: 0;
  width: 32px;
  
  display: none;
  height: 52px; width: 32px; background: #fff; margin: 0 0 0 0; padding: 0 5px;
}
.nav-search {
  background: none;
  border: 0 none;
  box-sizing: content-box;
  float: right;
  font-size: 24px;
  height: 36px;
  margin: 8px 15px 0 0;
  outline: medium none;
  padding: 0;
  width: 32px;
  height: 52px; width: 32px; background: #fff; margin: 0 0 0 0; padding: 0 5px;
  
  display: none;
}
.nav-button {
  background: none;
  border: 0 none;
  box-sizing: content-box;
  float: right;
  height: 36px;
  margin: 8px 11px 0 0;
  outline: medium none;
  padding: 0;
  transform: translate3d(0px, 0px, 0px);
  width: 32px;
  
  height: 52px; width: 32px; margin: 0 0 0 7px; padding: 0 10px; background: #f0f0f0;
  
  position: absolute; left: 0; top: 0; margin: 0; float: none; 
  
  display: none;
}
.nav-button:before, .nav-button:after, .nav-button .icon-nav {
  background: #444;
  border-radius: 1px;
  content: "";
  display: block;
  height: 4px;
  margin: 6px 0;
  -webkit-transition: all 0.2s ease-out 0s;
  transition: all 0.2s ease-out 0s;
  width: 100%;
}

.nav-button.expanded { background: #12131a; margin-top: 0; }
.nav-button.expanded:before {
  background: #838383;
  -webkit-transform: rotate(45deg) translate3d(7px, 7px, 0);
  transform: rotate(45deg) translate3d(7px, 7px, 0);
}
.nav-button.expanded .icon-nav {
  background: #838383;
  opacity: 0;
}
.nav-button.expanded:after {
  background: #838383;
  -webkit-transform: rotate(-45deg) translate3d(7px, -7px, 0);
  transform: rotate(-45deg) translate3d(7px, -7px, 0);
}

.navbar-nav > li > .dropdown-menu { right: 0; left: auto; }

@media screen and (max-width: 1200px) {
  .header { height: 52px; text-align: center; }
  .navbar-brand, .navbar-brand:hover, .navbar-brand:focus { 
    font-size: 24px; padding-top: 11px; padding-bottom: 11px; 
    width: auto; height: 52px; display: inline-block; float: none;
  }
  
  .header-search {  
    float: none;
	padding: 0;
	height: 52px;
	width: 100%;
	padding-right: 52px;
	position: absolute; left: 0; top: 0;
	/* top: -52px; transition: top .2s ease-in-out; */ display: none;
  }
  .header-search.expanded { display: block; }
  .header-search .btn-search {
    background: none;
	border: 0 none;
	box-sizing: content-box;
	float: right;
	font-size: 24px;
	margin: 8px 15px 0 0;
	outline: medium none;
	padding: 0;
	height: 52px; width: 32px; background: #fff; margin: 0 0 0 0; padding: 0 0 0 12px;
  }
  .header-search .search-close { display: block; }
  .header-search .form-control { font-size: 14px; height: 52px; padding-top: 13px; padding-bottom: 13px; }
  
  .nav-button, .nav-filter, .nav-search { display: block; } 
  
  .navbar-nav { display: none; 
	background: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,0.05), 0 1px 0 rgba(0,0,0,0.05);
    position: absolute;
    top: 52px;
	z-index: 4;
	width: 100%;
	margin: 0;
	font-family: 'Open Sans';
	padding: 10px 0 0 0;
  }
  .navbar-nav > li { float: none; margin-bottom: 10px; }
  .navbar-nav > li > a { display: block; padding: 10px 15px; }
  .navbar-nav > li + li > a:before { display: none; }
  .navbar-nav > li > .dropdown-toggle { display: none; }
  .navbar-nav > li > .dropdown-menu { 
    background: none;
	border: 0;
	box-shadow: none;
	display: block;
    float: none;
    position: static;
	width: 100%;  
  }
  .navbar-nav > li > .dropdown-menu .divider { display: none; }
  .navbar-nav .dropdown-menu > li { margin-bottom: 10px; }
  .navbar-nav .dropdown-menu > li > a { display: block; padding: 10px 15px; line-height: inherit; }
}
@media screen and (max-width: 640px) {
  .navbar-nav, .navbar-nav > li > .dropdown-menu { text-align: center; }
}

/* BREADCRUMB
----------------------------------------------- */
.breadcrumb {
  background-color: #fff;
  border: 1px solid #eaeef1;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  padding-left: 10px;
  margin-bottom: 24px;
}

/* =========================================================
  SIDEBAR
============================================================ */
.sidebar {
  background: #12131a;
  color: #8287a9;
  float: left;
  height: calc(100vh - 60px);
  overflow-y: auto;
  padding: 24px 0 0 0;
  width: 280px;
} 
.sidebar + .main {
  float: left;
  width: calc(100% - 280px);
}
.sidebar + .main .container-fluid { max-width: 100%; }
.sidebar .row { margin: 0 -6px; }
.sidebar [class^="col-"] { padding: 0 6px; }
.sidebar label { font-size: 13px; }
.sidebar .form-control { border: 0; border-radius: 2px; }

.sidebar-close {
  background: none;
  border: 0 none;
  box-sizing: content-box;
  position: absolute; right: 12px; top: 15px;
  height: 36px;
  outline: medium none;
  padding: 0;
  transform: translate3d(0px, 0px, 0px);
  width: 32px;
  
  display: none;
}
.sidebar-close:before, .sidebar-close:after, .sidebar-close .icon {
  background: #8287a9;
  border-radius: 1px;
  content: "";
  display: block;
  height: 4px;
  margin: 6px 0;
  transition: all 0.2s ease-out 0s;
  width: 100%;
}
.sidebar-close:before {
  -webkit-transform: rotate(45deg) translate3d(5px, 5px, 0);
  transform: rotate(45deg) translate3d(5px, 5px, 0);
}
.sidebar-close .icon {
  opacity: 0;
}
.sidebar-close:after {
  -webkit-transform: rotate(-45deg) translate3d(9px, -9px, 0);
  transform: rotate(-45deg) translate3d(9px, -9px, 0);
}

.sidebar-filter {
  background: none;
  border: 0;
  box-sizing: content-box;
  color: #8287a9;
  position: absolute; right: 0; top: 0;
  outline: none;
  padding: 0;
  font-size: 28px;
  
  background: #07080b;
  width: 60px;
  height: 60px;
  
  display: none;
}

.sidebar { padding-top: 0; }
.sidebar .sidebar-content { padding-top: 24px; }
.sidebar .slimScrollBar { background: #8287a9 !important; z-index: 3 !important; right: 4px !important; }

.main .slimScrollBar { background: #8287a9 !important; z-index: 3 !important; right: 4px !important; }

.sidebar p { text-align: center; margin-bottom: 20px; }
.sidebar p > a {
  border-bottom: 1px solid #8287a9;
  display: inline-block;
  line-height: 1;
}

.set-value {  
  font-weight: normal; 
  color: #8287a9; 
  display: inline-block; 
  border: 1px solid #8287a9; 
  border-radius: 1px; 
  padding: 1px 4px;  
  font-size: 10px; 
  float: right;
  transition: .2s ease-in-out;
}
.set-value:hover {
  background: #8287a9;
  color: #fff;
}

/* NAV
----------------------------------------------- */
.sidebar-nav {
  background: #12131a;
  color: #8287a9;
  float: left;
  height: calc(100vh - 60px);
  overflow-y: auto;
  padding: 24px 0 0 0;
  position: relative;
  width: 240px;
} 
.sidebar-nav + .main { width: calc(100% - 240px); }
.sidebar-nav + .main .container-fluid { /* max-width: 1024px; */ max-width: 100%; } 
.sidebar-nav .navbar,
.sidebar-nav .navbar-nav { 
  background: none;
  border: 0;
  border-radius: 0;
  margin: 0;
  position: static;
}
.sidebar-nav .container-fluid { padding: 0; }
.sidebar-nav .navbar-nav { color: #8287a9; display: block; float: none; font: bold 13px/1.35 "Open Sans", Arial, sans-serif; padding: 0; }
.sidebar-nav .navbar-nav > li { float: none; }
.sidebar-nav .navbar-nav > li > a { color: #8287a9; padding: 8px 12px; text-align: left; transition: .3s ease-in-out; }
.sidebar-nav .navbar-nav > li > a:hover { background: #f34848; color: #fff; }
.sidebar-nav .navbar-nav > li.active > a { background: #f34848; color: #fff; }
.sidebar-nav .navbar-nav > li > a .fa { font-size: 15px; font-weight: normal; margin: 0 0.8em 0 0; text-align: center; vertical-align: middle; width: 1.2em; }
.sidebar-nav .navbar-nav > li + li > a:before { display: none; }

@media screen and (max-width: 1200px) {
  .sidebar-nav { margin-left: -240px; -webkit-transition: margin .2s ease-in-out; transition: margin .2s ease-in-out; }
  .sidebar-nav.visible { margin-left: 0; }
  .sidebar-nav + .main { width: 100%; -webkit-transition: width .2s ease-in-out; transition: width .2s ease-in-out; }
  .sidebar-nav.visible + .main { width: calc(100% - 240px); }
  
  body { padding-top: 52px; }
  .sidebar-nav { height: calc(100vh - 52px); }
}
@media screen and (max-width: 768px) {
  .sidebar-nav { float: none; position: absolute; top: 52px; left: -240px; z-index: 4; -webkit-transition: left .2s ease-in-out; transition: left .2s ease-in-out; }
  .sidebar-nav.visible { left: 0; }
  .sidebar-nav + .main { float: none; max-height: 100%; width: 100%; transition: none; }
  .sidebar-nav.visible + .main { width: 100%; }
}

/* =========================================================
  LOGIN
============================================================ */
.login {
  margin: 0 auto;
  max-width: 400px; 
  padding: 32px 20px;
}
.login header { padding: 1em 0; text-align: center; }
.login h1 { color: #3c4144; font-family: 'Ubuntu', 'Open Sans'; font-size: 28px; font-weight: normal; margin: 0.8em 0; }
.login .list-group-item { border-color: #eaeef1; }
.login .list-group-item .form-control { background: none; border: 0; box-shadow: none; }

/* =========================================================
  PANELS
============================================================ */
.panel { box-shadow: 0 1px 1px rgba(0,0,0,.05); }
.panel.panel-default,
.panel.panel-default > .panel-heading, 
.panel.panel-default > .panel-footer { border-color: #eaeef1; } 
/* .panel.panel-default { background-color: #f9fafc; } */
.panel-default > .panel-heading { background-color: #f9fafc; }

/* =========================================================
  TABLES
============================================================ */
.table-responsive { overflow: unset; }
.table-responsive .fa { font-size: 16px; }

.pagination-detail,
.fixed-table-pagination div.pagination, 
.fixed-table-pagination .pagination-detail { margin: 0; padding: 15px; }

.fixed-table-pagination .pagination-info { line-height: 30px; }

.bootstrap-table .table { border-bottom-color: #eaeef1; }

.fixed-table-container { border: 0; /*border-top: 1px solid #eaeef1;*/ border-radius: 0; }
.fixed-table-container thead th .sortable { padding-left: 10px; }
.fixed-table-container thead th .sortable { padding-right: 20px; }

.pagination-detail { color: #788288; font-size: 13px; }

.panel .table-striped > thead th {
  background-color: #f9fafc;
  border-right: 1px solid #eaeef1;
}
.panel .table-striped > thead th:last-child { border-right: 0; }
.panel .table thead > tr > th { border-bottom: 1px solid #eaeef1; }
.panel .table-striped > thead th { background-color: #f9fafc; }

.panel .table td, .panel .table th { padding: 8px 10px; }
.fixed-table-container thead th .th-inner { padding-top: 6px; padding-bottom: 6px; }

.fixed-table-container tbody td { border-left-color: #eaeef1; }
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th { border-top-color: #eaeef1; }
.table-striped > tbody > tr:nth-child(even) > td, .table-striped > tbody > tr:nth-child(even) > th { background-color: #f9fafc; }
.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th { background-color: #fff; background: none; }
.table-striped > tbody > tr:nth-child(odd) { background: none; }

.table-hover > tbody > tr:nth-child(even):hover > td { background-color: #fbf5f8; }
.table-hover > tbody > tr:nth-child(odd):hover > td { background-color: #fff; background: none; }
.table-hover > tbody > tr:hover { background-color: #fbf5f8; }

.fixed-table-container thead th .desc { position: relative; background: none; }
.fixed-table-container thead th .desc:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 4.5px 0 4.5px;
  border-color: #f34848 transparent transparent transparent;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: 1px;
}
.fixed-table-container thead th .asc { position: relative; background: none; }
.fixed-table-container thead th .asc:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 4.5px 7px 4.5px;
  border-color: transparent transparent #f34848 transparent;
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top: -7px;
}

.fixed-table-toolbar + .fixed-table-pagination .pagination-info { /* display: none;*/ }
.fixed-table-toolbar + .fixed-table-pagination .page-list { display: inline-block !important; }
.fixed-table-container .fixed-table-pagination .page-list { /* display: none; */ }  

/* TABLE_MOBILE
----------------------------------------------- */
.mobile-only { display: none; } 
.card-views {}
.card-view { padding: 3px 0; }
.card-view .title { padding-right: 16px; }
.card-view .title .mobile-only { display: inline; }
.fixed-table-body .card-view .title { text-align: right !important; }

.table-mobile { width: 100%; }
.table-mobile td { line-height: 19px; padding: 3px 0; vertical-align: top; }
.table-mobile .td-label { font-weight: bold; padding-right: 16px; text-align: right; width: 40%; }
.table-mobile .td-value { width: 60%; }

/* PAGINATION
----------------------------------------------- */
.pagination {}
.pagination > li > a, 
.pagination > li > span,
.fixed-table-pagination .pagination a,  
.fixed-table-pagination .pagination a:hover,
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover {
  background: #fff;
  border-color: #d9d9d9;
  color: #3c4144;
  font-size: 13px;
  line-height: 18px;
  padding: 5px 11px;
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {  
  color: #e89f10;
  background: #fff;
  border-color: #e89f10;
}

/* =========================================================
  MODAL
============================================================ */
.modal-open,
.modal-open .modal { padding-right: 0 !important; }
.modal-header { background: #f9fafc; border-radius: 4px 4px 0 0; border-color: #eaeef1;  padding-bottom: 10px; padding-top: 10px; }
.modal-title { font-size: 14px; }
.modal-content { border-radius: 4px; border-color: #eaeef1; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); }
.modal-footer { border: 0; padding-bottom: 10px; }
.modal-footer .btn-secondary { float: left; }


