.landing-page .navbar-default.navbar-scroll{
  background-color: #000;
  border-color: #000;
}


.landing-page .navbar-default .navbar-nav > .active > a,
.landing-page .navbar-default .navbar-nav > .active > a:hover {
  border-top: 6px solid #FDCB2F;
  color: #fff !important;
}
.landing-page .navbar-default .nav li a {
  color: #aaa;
}

.landing-page .navbar-default .nav li a {
  transition: all 0.1s ease-in-out 0.0s,padding 0.5s ease-in-out 0.0s;

}

.landing-page .navbar-scroll.navbar-default .nav li a {

  color: #aaa;
}
.landing-page .navbar-scroll.navbar-default .nav li a:hover {
  color: #fff;
}
.landing-page .navbar-default .navbar-nav > li > a:hover,
.landing-page .navbar-default .navbar-nav > li > a:focus {
  color: #fff;
}

.landing-page .navbar-fixed-top.navbar-scroll {
    border-bottom: 1px solid rgba(0,0,0,0.5) !important;
}

.landing-page .navbar-default .navbar-brand:hover,
.landing-page .navbar-default .navbar-brand:focus {
  background: #333;
}
.landing-page .navbar-default .navbar-brand {
  background: rgba(0,0,0,0.8);
}
.landing-page .navbar-scroll .navbar-brand {
  background: #000;
}
.landing-page .navbar-default .navbar-brand img {
  width: 140px;
}


.landing-page .navbar-default .navbar-brand{
  padding: 23px 20px 23px 20px;
}

.landing-page .navbar.navbar-scroll .navbar-brand {
  margin-top: 15px;
}


.landing-page .navbar-scroll .navbar-nav > li > a {
    padding: 20px 10px 15px 10px;

}

@media (max-width: 768px){
.landing-page .navbar-default {
    background-color: #000;
    border-color: #000;
    padding: 0 0 15px 0;
  }

.landing-page .navbar .navbar-header .navbar-toggle {
    margin-top:18px;
}


.landing-page .navbar .navbar-brand {
padding: 13px 0px  11px 10px;
}
}

.navbar-brand-insider{
  background: #000;
}
.navbar-brand-insider:hover{
  background: #000;
}
.navbar-brand-insider img{
  width: 100%;
  margin: 2px 0px 1px -4px;
}

.navbar-brand-insider a:hover, .navbar-brand-insider a:focus {
    background-color: #111 !important;
}

.mini-navbar .sidebar-collapse .navbar-brand-insider {
padding: 10px;
}



.mini-navbar .sidebar-collapse .navbar-brand-insider img{
width:170px !important;
}

.mini-navbar .sidebar-collapse .navbar-brand-insider a{
    display: block;
    width: 50px;
    overflow: hidden;
    padding: 10px 0px 10px 21px;
    height: 50px;
}

.nav-header-dropdown a:focus,.nav-header-dropdown a:hover{
    background: transparent !important;
}

.nav-header-dropdown a.dropdown-toggle{
    display: block;
    padding: 8px 10px;
}

.slider-horizontal {
    width: 100%!important;
}

#reportrange{
    cursor: pointer;
    padding: 10px;
    background: rgba(0,0,0,0.3);
    text-align: center;
}

.mini-navbar #reportrange span{display: none;}

.daterangepicker.dropdown-menu.ltr.opensright.show-calendar{
margin-left: 8px;
}


.alert .icon {
    float: left;
    margin-right: 10px;
}



/*ELEMENTS*/
table thead th {
  padding: 5px;
  font-size: 13px;
  font-weight: 200;
}
table tbody td {
  padding: 7px 8px;
  font-size: 12px;
}
table .primary-emphasis,
table .primary-emphasis-dark {
  background: #4D90FD;
  color: #FFF;
  border-color: #4D90FD;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
table .primary-emphasis-dark {
  background-color: #437edd;
}
table .success-emphasis,
table .success-emphasis-dark {
  background: #60C060;
  color: #FFF;
  border-color: #60C060;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
table .success-emphasis-dark {
  background-color: #58b058;
  border-color: #58b058;
}
table .warning-emphasis,
table .warning-emphasis-dark {
  background: #FC9700;
  color: #FFF;
  border-color: #FC9700;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
table .warning-emphasis-dark {
  background-color: #fc8800;
  border-color: #fc8800;
}
table .danger-emphasis,
table .danger-emphasis-dark {
  background: #DA4932;
  color: #FFF;
  border-color: #DA4932;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}
table .danger-emphasis-dark {
  background-color: #c8432e;
  border-color: #c8432e;
}
table {
  border-collapse: collapse;
  width: 100%;
}
table.no-border {
  border: 0;
}
table .right {
  text-align: right;
}
table .left {
  text-align: left;
}
.red thead th {
  color: #d36442;
}
.blue thead th {
  color: #3078EF;
}
.violet thead th {
  color: #8b12ae;
}
.green thead th {
  color: #4da60c;
}
table thead th span {
  color: #333;
}
table thead th {
  vertical-align: bottom;
  border-bottom: 1px solid #DADADA;
  border-left: 1px solid #DADADA;
  border-top: 1px solid #DADADA;
  padding: 10px 8px 5px 8px;
}
table thead th:last-child {
  border-right: 1px solid #DADADA;
}
table thead span {
  font-size: 15px;
  display: block;
}
table td {
  border-left: 1px solid #DADADA;
  border-bottom: 1px solid #dadada;
  padding: 7px 8px;
}
table.padding-sm td {
  padding: 4px 6px;
}
table td .progress {
  margin: 0;
}
table.hover tbody tr:hover {
  background: #f3f3f3;
}
table td i {
  font-size: 15px;
  display: inline-block;
  text-align: center;
  width: 23px;
}
table td:last-child {
  border-right: 1px solid #dadada;
}
table tr:nth-child(2n) {
  background: #f8f8f8;
}
table.no-strip tr:nth-child(2n) {
  background: transparent;
}
/*No-Internal borders in thead*/
table .no-border th {
  border-left: 0;
}
table .no-border tr th:first-child {
  border-left: 1px solid #dadada;
}
/*No-Internal borders in tbody x and y*/
table .no-border-x td {
  border-bottom: 0;
}
table .no-border-x tr:last-child td {
  border-bottom: 1px solid #dadada;
}
table .no-border-y td {
  border-left: 0;
}
table .no-border-y tr td:first-child {
  border-left: 1px solid #dadada;
}
/*No-External borders general table*/
table.no-border tr th {
  border-top: 0;
}
table.no-border tr th:first-child {
  border-left: 0;
}
table.no-border tr th:last-child {
  border-right: 0;
}
table.no-border tr td:first-child {
  border-left: 0;
}
table.no-border tr td:last-child {
  border-right: 0;
}
table.no-border tr:last-child td {
  border-bottom: 0;
}
/*No-External borders when .no-padding in block*/
.no-padding table th:first-child {
  border-left: 0;
}
.no-padding table th:last-child {
  border-right: 0;
}
.no-padding table tr td:first-child {
  border-left: 0;
}
.no-padding table tr td:last-child {
  border-right: 0;
}
.no-padding table tr:last-child td {
  border-bottom: 0;
}
table tbody .toggle-details {
  cursor: pointer;
}
table tbody .details {
  background: #FFF;
}
table tbody td .btn {
  margin-bottom: 0 !important;
}
table tbody td .btn-group .dropdown-menu {
  margin-top: -1px;
  min-width: 130px;
}
table tbody td .btn-group .dropdown-menu li > a {
  padding: 5px 12px;
  text-align: left;
}
table td .flag {
  text-align: center;
  padding: 0 4px;
}
table td .legend {
  width: 10px;
  height: 10px;
  background: #efefef;
}
div.dataTables_length label select {
  display: inline !important;
}
.table td .btn i {
  width: inherit;
}

.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
    border-top: 1px solid #e7eaec !important;
}

.landing-page .carousel-caption p{
  text-transform: none;
}

.landing-page .carousel-caption h1{
  text-transform: none;
  letter-spacing: -2pt;
}



.btn-move-cat{
 position: relative;
}

.btn-move-cat .move-cat-list{
 display: none;
 position: absolute;
 z-index: 9;
 background: #f9f9f9;
 border: 2px solid #ddd;
 border-radius: 3px;
 color: #000;
 list-style: none;
 margin: 0px;
 padding: 0px;
 text-align: left;
 font-size: 8pt;
 left: -1px;
 top: 30px;
 width: 200px;
 padding: 3px;
}

.move-cat-list li a{
 display: block;
 background: #fff;
 border: 1px solid #eee;
 border-radius: 3px;
 color: #000;
 list-style: none;
 margin: 0px;
 padding: 0px;
 text-align: left;
 font-size: 9pt;
 left: 0px;
 top: 30px;
 padding: 5px;
 font-size: 10pt;
 margin-top: 3px;
}
.move-cat-list li a:hover{
 background: #fff;
 border: 1px solid #ccc;

}

.btn-move-cat:hover .move-cat-list{
 display: block;
}

.mini-navbar .navbar-brand-insider a{
  display: block;
  background: url('/favicon.png') center center;
  background-size: cover;

}
.mini-navbar .navbar-brand-insider img{
  display: none;
}