html {
  min-height: 100%;
}

body {
  min-height: 100%;
  color: #d3d3d3;
  background-image: linear-gradient(to bottom right, #333333, #202020);
  /*background-color: #333333;*/
  font-family: 'Barlow','Roboto', "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.alert-success {
  color: #d6e9c6;
  background-color: #333;
  border-color: #d6e9c6;
}

.alert-danger {
    color: #ebccd1;
    background-color: #333;
    border-color: #ebccd1;
}

.alert-warning {
    color: #faebcc;
    background-color: #333;
    border-color: #faebcc;
}

.swal-title {
  color: #ebebeb;
}

.swal-text {
    color: #ebebeb;
}

.swal-modal {
  background-color: #333;
}

.mylightcolor {
  color: #C69C6D;
}

.files-msg {
  color: #c0c0c0;
}

.cmgreen {
  color: #88C425;
}

.main-green {
  color: #45B29D;
}

.main-gold {
  color: #C69C6D;
}

.hr-gold {
  border-top: 1px solid #C69C6D;
  margin-top: 10px;
}

a {
  color: #d3d3d3;
}

a:hover,
a:focus {
  color: #d3d3d3;
}

@media (min-width: 1600px) {
  .container {
    width: 1400px;
  }
}

@media (min-width: 1440px) {
  .container {
    width: 1400px;
  }
}

.resultmessage {
  font-size: 1.4em;
  vertical-align: middle;
}

.resulticon {
  font-size: x-large;
  padding-right: 10px;
  vertical-align: middle;
}

#maincontent {
  transition: margin-left .5s;
  padding: 20px;
}

/*inputs-inputs-inputs-inputs-inputs-inputs*/

.input-sm {
  height: 32px;
}

.input-group-addon {
  padding: 6px 12px;
}

label.custom-select {
  position: relative;
  display: inline-block;
  margin-bottom: 0px;
}

.custom-select select {
  display: inline-block;
  border: 1px solid transparent;
  padding: 6px 18px 6px 12px;
  outline:none; /* remove focus ring from Webkit */
  line-height: 1.42857143;
  background-color: #474747;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-appearance:none; /* remove the strong OSX influence from Webkit */
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: normal;
  color: #C69C6D;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
  .custom-select select {
    padding-right:30px;
  }
}

.custom-select select:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(198,156,109, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(198,156,109, .6);
}

.custom-select:after {
  content: "▼";
  border: 1px solid transparent;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  font-size: 60%;
  line-height: 30px;
  padding: 0 7px;
  background: #474747;
  color: #C69C6D;
  pointer-events:none;
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}

.form-control {
  color: #ebebeb;
  background-color: #474747;
  border: 1px solid transparent;
}

.form-control:focus {
  outline: 0;
  color: #ebebeb;
  border: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(198,156,109, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(198,156,109, .6);
}

.form-control-light {
  color: #333;
  background-color: #fff;
  border: 1px solid transparent;
}

.form-control-light:focus {
  outline: 0;
  color: #333;
  border: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(198,156,109, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(198,156,109, .6);
}

.input-group-addon {
  color: #ebebeb;
  background-color: #474747;
  border-color: transparent;
}

.no-pointer-events .custom-select:after {
  content: none;
}

@media screen and (min-width:0\0) {
  select {
    background:none;
    padding: 5px;
  }
}

/*header-header-header-header-header-header*/
.logo {
  padding-left: 0px;
  padding-top: 20px;
}

.logo:hover {
  background-color: transparent !important;
}

/*tables-tables-tables-tables-tables-tables*/

table.my-table, table.my-table > tbody {
  table-layout: fixed;
  color: #ebebeb;
}

th.my-th {
  background: #333;
  color: #C69C6D;
  text-shadow: 1px 1px 2px #000;
}

.table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>th, .table>caption+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>td, .table>thead:first-child>tr:first-child>td {
  border-bottom: 0;
}

.table>thead:first-child>tr:first-child>th:first-child {
  border-top-left-radius: 4px;
}

.table>thead:first-child>tr:first-child>th:last-child {
  border-top-right-radius: 4px;
}

.table>tbody>tr:last-child>td:first-child {
  border-bottom-left-radius: 4px;
}

.table>tbody>tr:last-child>td:last-child {
  border-bottom-right-radius: 4px;
}

.my-td {
  text-align: right;
}

.table>tbody>tr>td {
  border-top: 1px solid #C69C6D !important;
}

.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
  background-color: #404040;
}

.table-striped>tbody>tr:nth-child(even)>td, .table-striped>tbody>tr:nth-child(even)>th {
  background-color: #333333;
}

/*lists-lists-lists-lists-lists-lists-lists*/

.my-ul {
  font-size: 0.9em;
  -moz-column-count: 2;
  -moz-column-gap: 10px;
  -webkit-column-count: 2;
  -webkit-column-gap: 10px;
  column-count: 2;
  column-gap: 10px;
  list-style: none;
  margin: 0;
  padding-left: 15px;
  overflow: hidden;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
}

/*buttons-buttons-buttons-buttons-buttons*/

.btn {
  color: #C69C6D;
  border-color: transparent;
  border-radius: 10px;
  background: #333333;
  box-shadow:  3px 3px 5px #1f1f1f,
               -3px -3px 5px #474747;
  border: 1px solid #3c3c3c;
}

.btn-default:hover,
.btn-default:focus {
  color: #C69C6D;
  border-radius: 10px;
  background: #333333;
  box-shadow: inset 3px 3px 5px #1f1f1f,
              inset -3px -3px 5px #474747;
  border: 1px solid transparent;
}

.btn-default[disabled] {
  border-color: transparent;
  border-radius: 10px;
  background: #333333;
  box-shadow: inset 3px 3px 5px #1f1f1f,
              inset -3px -3px 5px #474747;
}

.btn-light {
  color: #404040;
  border-color: transparent;
  border-radius: 10px;
  background: #f2f2f2;
  box-shadow:  3px 3px 5px #bebebe,
               -3px -3px 5px #ffffff;
  border: 1px solid #f2f2f2;
}

.btn-default-light:hover,
.btn-default-light:focus {
  color: #404040;
  border-radius: 10px;
  background: #f2f2f2;
  box-shadow: inset 3px 3px 5px #bebebe,
              inset -3px -3px 5px #ffffff;
  border: 1px solid transparent;
}

.btn-default-light[disabled] {
  border-color: transparent;
  border-radius: 10px;
  background: #f2f2f2;
  box-shadow: inset 3px 3px 5px #bebebe,
              inset -3px -3px 5px #ffffff;
}



.swal-button--confirm {
  color: #C69C6D;
  border-color: transparent;
  border-radius: 10px;
  background: #333333 !important;
  box-shadow:  3px 3px 5px #1f1f1f,
               -3px -3px 5px #474747;
  border: 1px solid #3c3c3c;
}

.swal-button--cancel {
  color: #C69C6D;
  border-color: transparent;
  border-radius: 10px;
  background: #333333 !important;
  box-shadow:  3px 3px 5px #1f1f1f,
               -3px -3px 5px #474747;
  border: 1px solid #3c3c3c;
}

.btndarker {
  color: #ebebeb;
  border-color: transparent;
  border-radius: 10px;
  background: #0c0c0c;
  box-shadow:  5px 5px 5px #050505,
               -5px -5px 5px #131313;
  border: 1px solid #131313;
}

.btndarker:hover,
.btndarker:focus {
  color: #fff;
  border-radius: 10px;
  background: #0c0c0c;
  box-shadow: inset 5px 5px 5px #050505,
            inset -5px -5px 5px #131313;
  border: 1px solid transparent;
}

.btnindex {
  align-items: center;
  color: #C69C6D;
  display: inline-flex;
  font-size: 1.3em;
  height: 90px;
  justify-content: center;
  margin: 30px 30px;
  padding: 30px 30px;
  text-decoration: none !important;
  white-space: normal;
  width: 260px;
  border-radius: 20px;
  background: #333333;
  box-shadow:  5px 5px 5px #1f1f1f,
               -5px -5px 5px #474747;
  border: 1px solid #444444;
}

.btnindex:hover {
  border: 1px solid transparent;
  color: #C69C6D;
  border-radius: 20px;
  background: #333333;
  box-shadow: inset 5px 5px 5px #1f1f1f,
            inset -5px -5px 5px #444444;
}

.btnindex_disabled {
  align-items: center;
  background: #333333;
  border-radius: 20px;
  border: 1px solid transparent;
  box-shadow: inset 5px 5px 5px #1f1f1f, inset -5px -5px 5px #444444;
  color: #999;
  display: inline-flex;
  font-size: 1.3em;
  height: 90px;
  justify-content: center;
  margin: 30px 30px;
  padding: 30px 30px;
  text-decoration: none !important;
  white-space: normal;
  width: 260px;
}

.btnindex_disabled:hover {
  color: #999;
}

.navbtn {
  font-size:30px;
  cursor:pointer;
  padding-left: 20px;
}

.btn-danger {
  color: #C83839;
}

.btn-danger:hover,
.btn-danger:focus {
  color: #C83839;
  background: #333;
}

.btn-danger[disabled] {
  border-color: #d97373;
  background-color: #333;
}

.btn-link {
  color: #C69C6D;
}

.btn-link:hover,
.btn-link:focus {
  color: #C69C6D;
}

.flaticon {
  font-size: 1.8em;
}

.btn-icon {
  color: #737373;
  background: #f2f2f2;
  border-color: transparent;
}

.btn-icon:hover,
.btn-icon:focus {
  color: #737373;
  background: #f2f2f2;
  border-color: transparent;
}

.led-red {
  margin: 10px;
  width: 12px;
  height: 12px;
  background-color: #ff0000;
  border-radius: 50%;
  box-shadow: #000 0 -1px 7px 1px, inset #600 0 -1px 9px, #F00 0 2px 12px;
}

.led-green {
  margin: 10px;
  width: 12px;
  height: 12px;
  background-color: #00cf18;
  border-radius: 50%;
  box-shadow: #000 0 -1px 7px 1px, inset #460 0 -1px 9px, #7D0 0 2px 12px;
}

/*calendar-calendar-calendar-calendar-calendar*/
.glyphicon-calendar {
  color: #C69C6D;
}

.bootstrap-datetimepicker-widget table td.today:before{
  background-color:#C69C6D  ;
}

.bootstrap-datetimepicker-widget table td.active,.bootstrap-datetimepicker-widget table td.active:hover{
  background-color:#C69C6D  ;
}

.bootstrap-datetimepicker-widget table td span.active{
  background-color:#C69C6D  ;
}

.bootstrap-datetimepicker-widget.dropdown-menu {
  background-color: #474747;
  color: #ebebeb;
}

.bootstrap-datetimepicker-widget table td.day:hover {
  background-color: #C69C6D;
  color: #333;
}

.bootstrap-datetimepicker-widget table thead tr:first-child th:hover,
.bootstrap-datetimepicker-widget table tbody tr td a.btn:hover,
.bootstrap-datetimepicker-widget table tbody tr td span:hover,
.bootstrap-datetimepicker-widget table tbody tr td a:hover span {
  background-color: #C69C6D;
  color: #333;
}

/*panels-panels-panels-panels-panels-panels*/

#optionsDiv > .with-nav-tabs.panel-default .nav-tabs > li > a {
  color: #C69C6D;
}

.panel {
  background-color: #333;
}

.panel-default {
  border-color: #262626;
}

.panel-default>.panel-heading {
  color: #f9f9f9;
  background-color: #333;
  border-color: #262626;
}

.panel.with-nav-tabs .panel-heading{
  padding: 5px 5px 0 5px;
  background-color: #333;
}
.panel.with-nav-tabs .nav-tabs{
  border-bottom: none;
}
.panel.with-nav-tabs .nav-justified{
  margin-bottom: -1px;
}

.with-nav-tabs.panel-default .nav-tabs > li > a {
  background-color: #333;
}

.with-nav-tabs.panel-default .nav-tabs > li > a,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
  color: #C69C6D;
  border-color: #222;
}
.with-nav-tabs.panel-default .nav-tabs > .open > a,
.with-nav-tabs.panel-default .nav-tabs > .open > a:hover,
.with-nav-tabs.panel-default .nav-tabs > .open > a:focus,
.with-nav-tabs.panel-default .nav-tabs > li > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li > a:focus {
  color: #d3d3d3;
  background-color: #404040;
  border-color: #222;
  border-radius: 0;
}
.with-nav-tabs.panel-default .nav-tabs > li.active > a,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:hover,
.with-nav-tabs.panel-default .nav-tabs > li.active > a:focus {
  color: #C69C6D;
  background-color: #404040;
  border-color: #222;
  cursor: pointer;
  border-radius: 0;
}

/*sidenav-sidenav-sidenav-sidenav-sidenav-sidenav*/

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}

.sidenav a, .dropdown-btn {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 16px;
  color: #C69C6D;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover, .dropdown-btn:hover {
  color: #f1f1f1;
}

.sidenav hr {
  margin-left: 10px;
  margin-right: 10px;
  border-color: black;
}

.dropdown-container {
  display: none;
  background-color: #262626;
  padding-left: 8px;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

.modal-content {
    background-color: #333 !important;
    color: #ebebeb !important;
}

.atta-new-icon {
  color: #C69C6D;
  font-size: 1.8em;
  margin-left: 6px;
}

.red-check {
  color: red;
}

.red-check:hover {
  color: red;
}

.green-check {
  color: green;
}

.green-check:hover {
  color: green;
}

.redvalues {
 color: #ff4040;
}
.well {
  background-color: #383838;
  border-color: #202020;
}

.table-paginated {
  height: 180px !important;
}

.prev_link,
.page_link,
.next_link {
  color: #c69c6d !important;
  border-radius: 0px;
  background: #333333 !important;
  border: 1px solid #c69c6d !important;
}

.page_link:hover,
.page_link:focus,
.next_link:hover,
.next_link:focus,
.prev_link:hover,
.prev_link:focus {
  color: #c69c6d !important;
  background: #333333 !important;
  border-color: #202020 !important;
}

#table-schedules-pager > .active > a {
  background-color: #c69c6d !important;
  border-color: #c69c6d !important;
  color: #0d0d0d !important;
}

/* custom css para o componente boostrap-select */
.bootstrap-select > .btn.dropdown-toggle.btn-default {
    border-radius: 4px !important;
    background: #474747 !important;
    box-shadow: none;
    border: 1px solid #474747;
}

.bootstrap-select > .dropdown-menu {
    background: #474747 !important;
}

.bootstrap-select > .dropdown-menu > .inner  > .dropdown-menu {
    background: #474747 !important;
}

.bootstrap-select > .dropdown-menu > .inner  > .dropdown-menu:hover {
    background: #474747 !important;
}

.bootstrap-select .dropdown-menu li a {
    color: #ebebeb !important;
    &:hover{
        background-color: #404040 !important;
    }
}

.form-inline .bootstrap-select, .form-inline .bootstrap-select.form-control:not([class*=col-]) {
    width: 100% !important;

}

.bootstrap-select > button:hover {
    border: 1px solid #474747;
    box-shadow: none;
    background: #474747 !important;
}


.bootstrap-select .dropdown-toggle:focus {
    outline: none !important;
    border: 1px solid #474747;
    box-shadow: none;
    color: #c69c6d;
    background: #474747 !important;
}

.optionsDiv-filter-b3-details{
    color: #c69c6d !important;
}

/* FIX BRANCH ATTA */
.panel-footer{
    background-color: transparent !important;
    border-top: 1px solid #262626 !important;
}

legend.fieldset-rcvs {
    color: #fff;
}

.switch-toggle-inner:before {
    background-color: #c69c6d!important;
}

.modal-footer {
    border-top: 1px solid #262626 !important;
}

.modal-header {
    border-bottom: 1px solid #262626 !important;
}