/*td.details-control:before {
    content: "\f054";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 14px;
    cursor: pointer;
}
tr.details td.details-control:before {
    content: "\f078";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 14px;
    cursor: pointer;
}*/

td.details-control {
    background: url('/fontawesome5102/svgs/solid/chevron-right.svg') no-repeat center center;
    background-size: 12px 12px;
    cursor: pointer;
}
tr.details td.details-control {
    background: url('/fontawesome5102/svgs/solid/chevron-down.svg') no-repeat center center;
    background-size: 12px 12px;
}

.nav-tabs .nav-item .nav-link {
    color: grey !important;
}
.nav-tabs .nav-item .nav-link.active {
    color: black !important;
    border-bottom: 2px !important;
    border-color: red !important;
    border-style: solid !important;
    border-radius: 0px;
}
.nav-tabs .nav-item .nav-link:hover {
    color: red !important;
}

.resumenTitle {
    font-size: 13px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5b5b5e;
}

.textMedium {
    font-family: Roboto;
    font-size: 11px;
    font-weight: normal;
    font-style: italic;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5b5b5e;
}
.textLarge {
    font-family: Roboto;
    font-size: 17px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #5b5b5e;
}

.textRed {
    color: #dc370e !important;
}
.textGray {
    color: #616161!important
}

#readCustomOnly {
    -webkit-border-top-left-radius: 6px;
    -webkit-border-top-right-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-topright: 6px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    padding-bottom: 0px !important;
    background-color: #e0e0e0 !important;
}
#readCustomOnly label, #inputCustom label {
    position: static !important;
    margin-left: 7px;
}
.grey-label, #readCustomOnly label.grey-label {
    font-family: Roboto;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #a0a0a0 !important;
}
.childForms .form-control:disabled, .form-control[readonly] {
    background-color: transparent !important;
}
.form-control,
.is-focused .form-control {
    background-image: linear-gradient(to top, #f44336 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

.form-check .form-check-input:checked~.check {
    background-color: #f44336 !important;
}
.form-check .form-check-input:checked~.circle {
    border-color: #f44336 !important;
}
.form-check .form-check-label .circle .check {
    background-color: #f44336 !important;
}

.bootstrap-select .dropdown-item.active {
    background: #f44336 !important;
}
.bootstrap-select .btn.dropdown-toggle.select-with-transition {
    background-image: linear-gradient(to top, #f44336 2px, rgba(156, 39, 176, 0) 2px), linear-gradient(to top, #d2d2d2 1px, rgba(210, 210, 210, 0) 1px);
}

.card-icon {
    border-radius: 6px !important;
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.14) !important;
    background-image: linear-gradient(to right, #ff4c26, #c80c02), linear-gradient(to bottom, #fea21e, #fea21e) !important;
}

.btn.btn-rose {
    background-color: #f44336 !important;
    border-color: #f44336 !important;
}
.btn.btn-rose.btn-link {
    color: #ffffff !important;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #ffffff !important;
    background-color: #f44336 !important;
    border-color: #f44336 !important;
}

.card-collapse .card-header a:hover,
.card-collapse .card-header a:active,
.card-collapse .card-header a[aria-expanded="true"] {
    color: #f44336 !important;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active {
    background-color: #f44336 !important;
}

.sidebar .logo {
    padding: 15px 0px;
    margin: 0;
    display: block;
    position: relative;
    z-index: 4;
    background-color: #ffffff;
}
.sidebar[data-background-color="black"] .sidebar-background:after {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.52), #000000) !important;
}
.sidebar .sidebar-background:after {
    position: absolute !important;
    z-index: 3 !important;
    width: 100% !important;
    height: 100% !important;
    content: "" !important;
    display: block !important;
    opacity: .5 !important;
}
.sidebar .user:after {
    background-color: #ffffff !important;
}
.sidebar[data-color="rose"] li.active>a {
    background-color: #f44336 !important;
}

.rectangle {
    width: 5vw;
    height: 1vh;
    margin-bottom: 5px;
    margin-top: -6px;
}
.pasos {
    display: flex;
    font-family: Roboto;
    font-size: 10px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: right;
}
.pasos .green {
    color: #209448;
}
.pasos .green .rectangle {
    background-color: #209448;
}
.pasos .red {
    color: #dc370e;
}
.pasos .red .rectangle {
    background-color: #dc370e;
}
.pasos .red i {
    color: white;
}

.pagination>.page-item.active>a,
.pagination>.page-item.active>a:focus,
.pagination>.page-item.active>a:hover,
.pagination>.page-item.active>span,
.pagination>.page-item.active>span:focus,
.pagination>.page-item.active>span:hover {
    background-color: #f44336 !important;
    border-color: #f44336 !important;
}
div.dataTables_wrapper div.dataTables_info {
    padding-top: 0.50em;
}
.detalleDataTable {
    padding-left: 4%;
}

.is-focused [class^='bmd-label'],
.is-focused [class*=' bmd-label'] {
    color: #f44336 !important;
}

.select2-selection.select2-selection--single {
    display:flex !important
}
.select2.select2-container.select2-container--material {
    border-bottom: 1px solid #ffffff;
}
.select2-container--default .select2-selection--single {
    background-color: #fff;
    border:0px!important;
    border-bottom: 1px solid #d2d2d2!important;
    border-radius: 0px!important;
}
.select2-container .select2-selection--single {
    height: 33px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f44336 !important;
    color: white;
}

.rojoFAcolors {
    color: #dc370e !important
}
.amarilloFAcolors {
    color: #eb8b00 !important
}
.verdeFAcolors {
    color: #209448 !important
}

.vmd {
  color: #ef5350;
}



/* Filters */
.fixed-filters .dropdown .dropdown-menu {
  border-radius: 10px;
}

.fixed-filters .dropdown .dropdown-menu li.adjustments-line {
  /*border-bottom: 1px solid #ddd;*/
}

.fixed-filters .dropdown .dropdown-menu li {
  padding: 5px 2px !important;
}

.fixed-filters .dropdown .dropdown-menu .adjustments-line .bootstrap-switch {
  position: absolute;
  right: 10px !important;
}

.fixed-filters .dropdown .dropdown-menu .adjustments-line label {
  margin-bottom: .1rem !important;
}

.fixed-filters .btn {
  position: relative;
  margin: .6rem 1px;
  font-size: .75rem;
  border-radius: 0.2rem;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 1, 1), background-color 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: box-shadow, transform;
}

.fixed-filters .btn.btn-primary {
  color: #fff;
  background-color: #9c27b0;
  border-color: #9c27b0;
  box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}

.fixed-filters .btn.btn-primary:hover {
  color: #fff;
  background-color: #9124a3;
  border-color: #701c7e;
}

.fixed-filters .btn.btn-primary:focus,
.fixed-filters .btn.btn-primary.focus,
.fixed-filters .btn.btn-primary:hover {
  color: #fff;
  background-color: #9124a3;
  border-color: #701c7e;
}

.fixed-filters .btn.btn-primary:active,
.fixed-filters .btn.btn-primary.active,
.open>.fixed-filters .btn.btn-primary.dropdown-toggle,
.show>.fixed-filters .btn.btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #9124a3;
  border-color: #701c7e;
  box-shadow: 0 2px 2px 0 rgba(156, 39, 176, 0.14), 0 3px 1px -2px rgba(156, 39, 176, 0.2), 0 1px 5px 0 rgba(156, 39, 176, 0.12);
}

.fixed-filters .btn.btn-primary:active:hover,
.fixed-filters .btn.btn-primary:active:focus,
.fixed-filters .btn.btn-primary:active.focus,
.fixed-filters .btn.btn-primary.active:hover,
.fixed-filters .btn.btn-primary.active:focus,
.fixed-filters .btn.btn-primary.active.focus,
.open>.fixed-filters .btn.btn-primary.dropdown-toggle:hover,
.open>.fixed-filters .btn.btn-primary.dropdown-toggle:focus,
.open>.fixed-filters .btn.btn-primary.dropdown-toggle.focus,
.show>.fixed-filters .btn.btn-primary.dropdown-toggle:hover,
.show>.fixed-filters .btn.btn-primary.dropdown-toggle:focus,
.show>.fixed-filters .btn.btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #9124a3;
  border-color: #3f1048;
}

.open>.fixed-filters .btn.btn-primary.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #9c27b0;
}

.open>.fixed-filters .btn.btn-primary.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #9124a3;
}

.fixed-filters .btn.btn-primary.disabled:focus,
.fixed-filters .btn.btn-primary.disabled.focus,
.fixed-filters .btn.btn-primary:disabled:focus,
.fixed-filters .btn.btn-primary:disabled.focus {
  background-color: #9c27b0;
  border-color: #9c27b0;
}

.fixed-filters .btn.btn-primary.disabled:hover,
.fixed-filters .btn.btn-primary:disabled:hover {
  background-color: #9c27b0;
  border-color: #9c27b0;
}

.fixed-filters .btn.btn-primary:focus,
.fixed-filters .btn.btn-primary:active,
.fixed-filters .btn.btn-primary:hover {
  box-shadow: 0 14px 26px -12px rgba(156, 39, 176, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(156, 39, 176, 0.2);
}

.fixed-filters .btn.btn-primary.btn-link {
  background-color: transparent;
  color: #9c27b0;
  box-shadow: none;
}

.fixed-filters .btn.btn-primary.btn-link:hover,
.fixed-filters .btn.btn-primary.btn-link:focus,
.fixed-filters .btn.btn-primary.btn-link:active {
  background-color: transparent;
  color: #9c27b0;
}

.fixed-filters .btn.btn-secondary {
  color: #333333;
  background-color: #fafafa;
  border-color: #ccc;
  box-shadow: 0 2px 2px 0 rgba(250, 250, 250, 0.14), 0 3px 1px -2px rgba(250, 250, 250, 0.2), 0 1px 5px 0 rgba(250, 250, 250, 0.12);
}

.fixed-filters .btn.btn-secondary:hover {
  color: #333333;
  background-color: #f2f2f2;
  border-color: #adadad;
}

.fixed-filters .btn.btn-secondary:focus,
.fixed-filters .btn.btn-secondary.focus,
.fixed-filters .btn.btn-secondary:hover {
  color: #333333;
  background-color: #f2f2f2;
  border-color: #adadad;
}

.fixed-filters .btn.btn-secondary:active,
.fixed-filters .btn.btn-secondary.active,
.open>.fixed-filters .btn.btn-secondary.dropdown-toggle,
.show>.fixed-filters .btn.btn-secondary.dropdown-toggle {
  color: #333333;
  background-color: #f2f2f2;
  border-color: #adadad;
  box-shadow: 0 2px 2px 0 rgba(250, 250, 250, 0.14), 0 3px 1px -2px rgba(250, 250, 250, 0.2), 0 1px 5px 0 rgba(250, 250, 250, 0.12);
}

.fixed-filters .btn.btn-secondary:active:hover,
.fixed-filters .btn.btn-secondary:active:focus,
.fixed-filters .btn.btn-secondary:active.focus,
.fixed-filters .btn.btn-secondary.active:hover,
.fixed-filters .btn.btn-secondary.active:focus,
.fixed-filters .btn.btn-secondary.active.focus,
.open>.fixed-filters .btn.btn-secondary.dropdown-toggle:hover,
.open>.fixed-filters .btn.btn-secondary.dropdown-toggle:focus,
.open>.fixed-filters .btn.btn-secondary.dropdown-toggle.focus,
.show>.fixed-filters .btn.btn-secondary.dropdown-toggle:hover,
.show>.fixed-filters .btn.btn-secondary.dropdown-toggle:focus,
.show>.fixed-filters .btn.btn-secondary.dropdown-toggle.focus {
  color: #333333;
  background-color: #f2f2f2;
  border-color: #8c8c8c;
}

.open>.fixed-filters .btn.btn-secondary.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #fafafa;
}

.open>.fixed-filters .btn.btn-secondary.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #f2f2f2;
}

.fixed-filters .btn.btn-secondary.disabled:focus,
.fixed-filters .btn.btn-secondary.disabled.focus,
.fixed-filters .btn.btn-secondary:disabled:focus,
.fixed-filters .btn.btn-secondary:disabled.focus {
  background-color: #fafafa;
  border-color: #ccc;
}

.fixed-filters .btn.btn-secondary.disabled:hover,
.fixed-filters .btn.btn-secondary:disabled:hover {
  background-color: #fafafa;
  border-color: #ccc;
}

.fixed-filters .btn.btn-secondary:focus,
.fixed-filters .btn.btn-secondary:active,
.fixed-filters .btn.btn-secondary:hover {
  box-shadow: 0 14px 26px -12px rgba(250, 250, 250, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(250, 250, 250, 0.2);
}

.fixed-filters .btn.btn-secondary.btn-link {
  background-color: transparent;
  color: #fafafa;
  box-shadow: none;
}

.fixed-filters .btn.btn-secondary.btn-link:hover,
.fixed-filters .btn.btn-secondary.btn-link:focus,
.fixed-filters .btn.btn-secondary.btn-link:active {
  background-color: transparent;
  color: #fafafa;
}

.fixed-filters .btn.btn-info {
  color: #fff;
  background-color: #00bcd4;
  border-color: #00bcd4;
  box-shadow: 0 2px 2px 0 rgba(0, 188, 212, 0.14), 0 3px 1px -2px rgba(0, 188, 212, 0.2), 0 1px 5px 0 rgba(0, 188, 212, 0.12);
}

.fixed-filters .btn.btn-info:hover {
  color: #fff;
  background-color: #00aec5;
  border-color: #008697;
}

.fixed-filters .btn.btn-info:focus,
.fixed-filters .btn.btn-info.focus,
.fixed-filters .btn.btn-info:hover {
  color: #fff;
  background-color: #00aec5;
  border-color: #008697;
}

.fixed-filters .btn.btn-info:active,
.fixed-filters .btn.btn-info.active,
.open>.fixed-filters .btn.btn-info.dropdown-toggle,
.show>.fixed-filters .btn.btn-info.dropdown-toggle {
  color: #fff;
  background-color: #00aec5;
  border-color: #008697;
  box-shadow: 0 2px 2px 0 rgba(0, 188, 212, 0.14), 0 3px 1px -2px rgba(0, 188, 212, 0.2), 0 1px 5px 0 rgba(0, 188, 212, 0.12);
}

.fixed-filters .btn.btn-info:active:hover,
.fixed-filters .btn.btn-info:active:focus,
.fixed-filters .btn.btn-info:active.focus,
.fixed-filters .btn.btn-info.active:hover,
.fixed-filters .btn.btn-info.active:focus,
.fixed-filters .btn.btn-info.active.focus,
.open>.fixed-filters .btn.btn-info.dropdown-toggle:hover,
.open>.fixed-filters .btn.btn-info.dropdown-toggle:focus,
.open>.fixed-filters .btn.btn-info.dropdown-toggle.focus,
.show>.fixed-filters .btn.btn-info.dropdown-toggle:hover,
.show>.fixed-filters .btn.btn-info.dropdown-toggle:focus,
.show>.fixed-filters .btn.btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #00aec5;
  border-color: #004b55;
}

.open>.fixed-filters .btn.btn-info.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #00bcd4;
}

.open>.fixed-filters .btn.btn-info.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #00aec5;
}

.fixed-filters .btn.btn-info.disabled:focus,
.fixed-filters .btn.btn-info.disabled.focus,
.fixed-filters .btn.btn-info:disabled:focus,
.fixed-filters .btn.btn-info:disabled.focus {
  background-color: #00bcd4;
  border-color: #00bcd4;
}

.fixed-filters .btn.btn-info.disabled:hover,
.fixed-filters .btn.btn-info:disabled:hover {
  background-color: #00bcd4;
  border-color: #00bcd4;
}

.fixed-filters .btn.btn-info:focus,
.fixed-filters .btn.btn-info:active,
.fixed-filters .btn.btn-info:hover {
  box-shadow: 0 14px 26px -12px rgba(0, 188, 212, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 188, 212, 0.2);
}

.fixed-filters .btn.btn-info.btn-link {
  background-color: transparent;
  color: #00bcd4;
  box-shadow: none;
}

.fixed-filters .btn.btn-info.btn-link:hover,
.fixed-filters .btn.btn-info.btn-link:focus,
.fixed-filters .btn.btn-info.btn-link:active {
  background-color: transparent;
  color: #00bcd4;
}

.fixed-filters .btn.btn-success {
  color: #fff;
  background-color: #4caf50;
  border-color: #4caf50;
  box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
}

.fixed-filters .btn.btn-success:hover {
  color: #fff;
  background-color: #47a44b;
  border-color: #39843c;
}

.fixed-filters .btn.btn-success:focus,
.fixed-filters .btn.btn-success.focus,
.fixed-filters .btn.btn-success:hover {
  color: #fff;
  background-color: #47a44b;
  border-color: #39843c;
}

.fixed-filters .btn.btn-success:active,
.fixed-filters .btn.btn-success.active,
.open>.fixed-filters .btn.btn-success.dropdown-toggle,
.show>.fixed-filters .btn.btn-success.dropdown-toggle {
  color: #fff;
  background-color: #47a44b;
  border-color: #39843c;
  box-shadow: 0 2px 2px 0 rgba(76, 175, 80, 0.14), 0 3px 1px -2px rgba(76, 175, 80, 0.2), 0 1px 5px 0 rgba(76, 175, 80, 0.12);
}

.fixed-filters .btn.btn-success:active:hover,
.fixed-filters .btn.btn-success:active:focus,
.fixed-filters .btn.btn-success:active.focus,
.fixed-filters .btn.btn-success.active:hover,
.fixed-filters .btn.btn-success.active:focus,
.fixed-filters .btn.btn-success.active.focus,
.open>.fixed-filters .btn.btn-success.dropdown-toggle:hover,
.open>.fixed-filters .btn.btn-success.dropdown-toggle:focus,
.open>.fixed-filters .btn.btn-success.dropdown-toggle.focus,
.show>.fixed-filters .btn.btn-success.dropdown-toggle:hover,
.show>.fixed-filters .btn.btn-success.dropdown-toggle:focus,
.show>.fixed-filters .btn.btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #47a44b;
  border-color: #255627;
}

.open>.fixed-filters .btn.btn-success.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #4caf50;
}

.open>.fixed-filters .btn.btn-success.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #47a44b;
}

.fixed-filters .btn.btn-success.disabled:focus,
.fixed-filters .btn.btn-success.disabled.focus,
.fixed-filters .btn.btn-success:disabled:focus,
.fixed-filters .btn.btn-success:disabled.focus {
  background-color: #4caf50;
  border-color: #4caf50;
}

.fixed-filters .btn.btn-success.disabled:hover,
.fixed-filters .btn.btn-success:disabled:hover {
  background-color: #4caf50;
  border-color: #4caf50;
}

.fixed-filters .btn.btn-success:focus,
.fixed-filters .btn.btn-success:active,
.fixed-filters .btn.btn-success:hover {
  box-shadow: 0 14px 26px -12px rgba(76, 175, 80, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(76, 175, 80, 0.2);
}

.fixed-filters .btn.btn-success.btn-link {
  background-color: transparent;
  color: #4caf50;
  box-shadow: none;
}

.fixed-filters .btn.btn-success.btn-link:hover,
.fixed-filters .btn.btn-success.btn-link:focus,
.fixed-filters .btn.btn-success.btn-link:active {
  background-color: transparent;
  color: #4caf50;
}

.fixed-filters .btn.btn-warning {
  color: #fff;
  background-color: #ff9800;
  border-color: #ff9800;
  box-shadow: 0 2px 2px 0 rgba(255, 152, 0, 0.14), 0 3px 1px -2px rgba(255, 152, 0, 0.2), 0 1px 5px 0 rgba(255, 152, 0, 0.12);
}

.fixed-filters .btn.btn-warning:hover {
  color: #fff;
  background-color: #f08f00;
  border-color: #c27400;
}

.fixed-filters .btn.btn-warning:focus,
.fixed-filters .btn.btn-warning.focus,
.fixed-filters .btn.btn-warning:hover {
  color: #fff;
  background-color: #f08f00;
  border-color: #c27400;
}

.fixed-filters .btn.btn-warning:active,
.fixed-filters .btn.btn-warning.active,
.open>.fixed-filters .btn.btn-warning.dropdown-toggle,
.show>.fixed-filters .btn.btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #f08f00;
  border-color: #c27400;
  box-shadow: 0 2px 2px 0 rgba(255, 152, 0, 0.14), 0 3px 1px -2px rgba(255, 152, 0, 0.2), 0 1px 5px 0 rgba(255, 152, 0, 0.12);
}

.fixed-filters .btn.btn-warning:active:hover,
.fixed-filters .btn.btn-warning:active:focus,
.fixed-filters .btn.btn-warning:active.focus,
.fixed-filters .btn.btn-warning.active:hover,
.fixed-filters .btn.btn-warning.active:focus,
.fixed-filters .btn.btn-warning.active.focus,
.open>.fixed-filters .btn.btn-warning.dropdown-toggle:hover,
.open>.fixed-filters .btn.btn-warning.dropdown-toggle:focus,
.open>.fixed-filters .btn.btn-warning.dropdown-toggle.focus,
.show>.fixed-filters .btn.btn-warning.dropdown-toggle:hover,
.show>.fixed-filters .btn.btn-warning.dropdown-toggle:focus,
.show>.fixed-filters .btn.btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #f08f00;
  border-color: #804c00;
}

.open>.fixed-filters .btn.btn-warning.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #ff9800;
}

.open>.fixed-filters .btn.btn-warning.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #f08f00;
}

.fixed-filters .btn.btn-warning.disabled:focus,
.fixed-filters .btn.btn-warning.disabled.focus,
.fixed-filters .btn.btn-warning:disabled:focus,
.fixed-filters .btn.btn-warning:disabled.focus {
  background-color: #ff9800;
  border-color: #ff9800;
}

.fixed-filters .btn.btn-warning.disabled:hover,
.fixed-filters .btn.btn-warning:disabled:hover {
  background-color: #ff9800;
  border-color: #ff9800;
}

.fixed-filters .btn.btn-warning:focus,
.fixed-filters .btn.btn-warning:active,
.fixed-filters .btn.btn-warning:hover {
  box-shadow: 0 14px 26px -12px rgba(255, 152, 0, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(255, 152, 0, 0.2);
}

.fixed-filters .btn.btn-warning.btn-link {
  background-color: transparent;
  color: #ff9800;
  box-shadow: none;
}

.fixed-filters .btn.btn-warning.btn-link:hover,
.fixed-filters .btn.btn-warning.btn-link:focus,
.fixed-filters .btn.btn-warning.btn-link:active {
  background-color: transparent;
  color: #ff9800;
}

.fixed-filters .btn.btn-danger {
  color: #fff;
  background-color: #f44336;
  border-color: #f44336;
  box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
}

.fixed-filters .btn.btn-danger:hover {
  color: #fff;
  background-color: #f33527;
  border-color: #e11b0c;
}

.fixed-filters .btn.btn-danger:focus,
.fixed-filters .btn.btn-danger.focus,
.fixed-filters .btn.btn-danger:hover {
  color: #fff;
  background-color: #f33527;
  border-color: #e11b0c;
}

.fixed-filters .btn.btn-danger:active,
.fixed-filters .btn.btn-danger.active,
.open>.fixed-filters .btn.btn-danger.dropdown-toggle,
.show>.fixed-filters .btn.btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #f33527;
  border-color: #e11b0c;
  box-shadow: 0 2px 2px 0 rgba(244, 67, 54, 0.14), 0 3px 1px -2px rgba(244, 67, 54, 0.2), 0 1px 5px 0 rgba(244, 67, 54, 0.12);
}

.fixed-filters .btn.btn-danger:active:hover,
.fixed-filters .btn.btn-danger:active:focus,
.fixed-filters .btn.btn-danger:active.focus,
.fixed-filters .btn.btn-danger.active:hover,
.fixed-filters .btn.btn-danger.active:focus,
.fixed-filters .btn.btn-danger.active.focus,
.open>.fixed-filters .btn.btn-danger.dropdown-toggle:hover,
.open>.fixed-filters .btn.btn-danger.dropdown-toggle:focus,
.open>.fixed-filters .btn.btn-danger.dropdown-toggle.focus,
.show>.fixed-filters .btn.btn-danger.dropdown-toggle:hover,
.show>.fixed-filters .btn.btn-danger.dropdown-toggle:focus,
.show>.fixed-filters .btn.btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #f33527;
  border-color: #a21309;
}

.open>.fixed-filters .btn.btn-danger.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #f44336;
}

.open>.fixed-filters .btn.btn-danger.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #f33527;
}

.fixed-filters .btn.btn-danger.disabled:focus,
.fixed-filters .btn.btn-danger.disabled.focus,
.fixed-filters .btn.btn-danger:disabled:focus,
.fixed-filters .btn.btn-danger:disabled.focus {
  background-color: #f44336;
  border-color: #f44336;
}

.fixed-filters .btn.btn-danger.disabled:hover,
.fixed-filters .btn.btn-danger:disabled:hover {
  background-color: #f44336;
  border-color: #f44336;
}

.fixed-filters .btn.btn-danger:focus,
.fixed-filters .btn.btn-danger:active,
.fixed-filters .btn.btn-danger:hover {
  box-shadow: 0 14px 26px -12px rgba(244, 67, 54, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(244, 67, 54, 0.2);
}

.fixed-filters .btn.btn-danger.btn-link {
  background-color: transparent;
  color: #f44336;
  box-shadow: none;
}

.fixed-filters .btn.btn-danger.btn-link:hover,
.fixed-filters .btn.btn-danger.btn-link:focus,
.fixed-filters .btn.btn-danger.btn-link:active {
  background-color: transparent;
  color: #f44336;
}

.fixed-filters .btn.btn-rose {
  color: #fff;
  background-color: #e91e63;
  border-color: #e91e63;
  box-shadow: 0 2px 2px 0 rgba(233, 30, 99, 0.14), 0 3px 1px -2px rgba(233, 30, 99, 0.2), 0 1px 5px 0 rgba(233, 30, 99, 0.12);
}

.fixed-filters .btn.btn-rose:hover {
  color: #fff;
  background-color: #ea2c6d;
  border-color: #b8124a;
}

.fixed-filters .btn.btn-rose:focus,
.fixed-filters .btn.btn-rose.focus,
.fixed-filters .btn.btn-rose:hover {
  color: #fff;
  background-color: #ea2c6d;
  border-color: #b8124a;
}

.fixed-filters .btn.btn-rose:active,
.fixed-filters .btn.btn-rose.active,
.open>.fixed-filters .btn.btn-rose.dropdown-toggle,
.show>.fixed-filters .btn.btn-rose.dropdown-toggle {
  color: #fff;
  background-color: #ea2c6d;
  border-color: #b8124a;
  box-shadow: 0 2px 2px 0 rgba(233, 30, 99, 0.14), 0 3px 1px -2px rgba(233, 30, 99, 0.2), 0 1px 5px 0 rgba(233, 30, 99, 0.12);
}

.fixed-filters .btn.btn-rose:active:hover,
.fixed-filters .btn.btn-rose:active:focus,
.fixed-filters .btn.btn-rose:active.focus,
.fixed-filters .btn.btn-rose.active:hover,
.fixed-filters .btn.btn-rose.active:focus,
.fixed-filters .btn.btn-rose.active.focus,
.open>.fixed-filters .btn.btn-rose.dropdown-toggle:hover,
.open>.fixed-filters .btn.btn-rose.dropdown-toggle:focus,
.open>.fixed-filters .btn.btn-rose.dropdown-toggle.focus,
.show>.fixed-filters .btn.btn-rose.dropdown-toggle:hover,
.show>.fixed-filters .btn.btn-rose.dropdown-toggle:focus,
.show>.fixed-filters .btn.btn-rose.dropdown-toggle.focus {
  color: #fff;
  background-color: #ea2c6d;
  border-color: #7b0c32;
}

.open>.fixed-filters .btn.btn-rose.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #e91e63;
}

.open>.fixed-filters .btn.btn-rose.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #ea2c6d;
}

.fixed-filters .btn.btn-rose.disabled:focus,
.fixed-filters .btn.btn-rose.disabled.focus,
.fixed-filters .btn.btn-rose:disabled:focus,
.fixed-filters .btn.btn-rose:disabled.focus {
  background-color: #e91e63;
  border-color: #e91e63;
}

.fixed-filters .btn.btn-rose.disabled:hover,
.fixed-filters .btn.btn-rose:disabled:hover {
  background-color: #e91e63;
  border-color: #e91e63;
}

.fixed-filters .btn.btn-rose:focus,
.fixed-filters .btn.btn-rose:active,
.fixed-filters .btn.btn-rose:hover {
  box-shadow: 0 14px 26px -12px rgba(233, 30, 99, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(233, 30, 99, 0.2);
}

.fixed-filters .btn.btn-rose.btn-link {
  background-color: transparent;
  color: #e91e63;
  box-shadow: none;
}

.fixed-filters .btn.btn-rose.btn-link:hover,
.fixed-filters .btn.btn-rose.btn-link:focus,
.fixed-filters .btn.btn-rose.btn-link:active {
  background-color: transparent;
  color: #e91e63;
}

.fixed-filters .btn,
.fixed-filters .btn.btn-default {
  color: #fff;
  background-color: #999999;
  border-color: #999999;
  box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}

.fixed-filters .btn:hover,
.fixed-filters .btn.btn-default:hover {
  color: #fff;
  background-color: #919191;
  border-color: #7a7a7a;
}

.fixed-filters .btn:focus,
.fixed-filters .btn.focus,
.fixed-filters .btn:hover,
.fixed-filters .btn.btn-default:focus,
.fixed-filters .btn.btn-default.focus,
.fixed-filters .btn.btn-default:hover {
  color: #fff;
  background-color: #919191;
  border-color: #7a7a7a;
}

.fixed-filters .btn:active,
.fixed-filters .btn.active,
.open>.fixed-filters .btn.dropdown-toggle,
.show>.fixed-filters .btn.dropdown-toggle,
.fixed-filters .btn.btn-default:active,
.fixed-filters .btn.btn-default.active,
.open>.fixed-filters .btn.btn-default.dropdown-toggle,
.show>.fixed-filters .btn.btn-default.dropdown-toggle {
  color: #fff;
  background-color: #919191;
  border-color: #7a7a7a;
  box-shadow: 0 2px 2px 0 rgba(153, 153, 153, 0.14), 0 3px 1px -2px rgba(153, 153, 153, 0.2), 0 1px 5px 0 rgba(153, 153, 153, 0.12);
}

.fixed-filters .btn:active:hover,
.fixed-filters .btn:active:focus,
.fixed-filters .btn:active.focus,
.fixed-filters .btn.active:hover,
.fixed-filters .btn.active:focus,
.fixed-filters .btn.active.focus,
.open>.fixed-filters .btn.dropdown-toggle:hover,
.open>.fixed-filters .btn.dropdown-toggle:focus,
.open>.fixed-filters .btn.dropdown-toggle.focus,
.show>.fixed-filters .btn.dropdown-toggle:hover,
.show>.fixed-filters .btn.dropdown-toggle:focus,
.show>.fixed-filters .btn.dropdown-toggle.focus,
.fixed-filters .btn.btn-default:active:hover,
.fixed-filters .btn.btn-default:active:focus,
.fixed-filters .btn.btn-default:active.focus,
.fixed-filters .btn.btn-default.active:hover,
.fixed-filters .btn.btn-default.active:focus,
.fixed-filters .btn.btn-default.active.focus,
.open>.fixed-filters .btn.btn-default.dropdown-toggle:hover,
.open>.fixed-filters .btn.btn-default.dropdown-toggle:focus,
.open>.fixed-filters .btn.btn-default.dropdown-toggle.focus,
.show>.fixed-filters .btn.btn-default.dropdown-toggle:hover,
.show>.fixed-filters .btn.btn-default.dropdown-toggle:focus,
.show>.fixed-filters .btn.btn-default.dropdown-toggle.focus {
  color: #fff;
  background-color: #919191;
  border-color: #595959;
}

.open>.fixed-filters .btn.dropdown-toggle.bmd-btn-icon,
.open>.fixed-filters .btn.btn-default.dropdown-toggle.bmd-btn-icon {
  color: inherit;
  background-color: #999999;
}

.open>.fixed-filters .btn.dropdown-toggle.bmd-btn-icon:hover,
.open>.fixed-filters .btn.btn-default.dropdown-toggle.bmd-btn-icon:hover {
  background-color: #919191;
}

.fixed-filters .btn.disabled:focus,
.fixed-filters .btn.disabled.focus,
.fixed-filters .btn:disabled:focus,
.fixed-filters .btn:disabled.focus,
.fixed-filters .btn.btn-default.disabled:focus,
.fixed-filters .btn.btn-default.disabled.focus,
.fixed-filters .btn.btn-default:disabled:focus,
.fixed-filters .btn.btn-default:disabled.focus {
  background-color: #999999;
  border-color: #999999;
}

.fixed-filters .btn.disabled:hover,
.fixed-filters .btn:disabled:hover,
.fixed-filters .btn.btn-default.disabled:hover,
.fixed-filters .btn.btn-default:disabled:hover {
  background-color: #999999;
  border-color: #999999;
}

.fixed-filters .btn:focus,
.fixed-filters .btn:active,
.fixed-filters .btn:hover,
.fixed-filters .btn.btn-default:focus,
.fixed-filters .btn.btn-default:active,
.fixed-filters .btn.btn-default:hover {
  box-shadow: 0 14px 26px -12px rgba(153, 153, 153, 0.42), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(153, 153, 153, 0.2);
}

.fixed-filters .btn.btn-link,
.fixed-filters .btn.btn-default.btn-link {
  background-color: transparent;
  color: #999999;
  box-shadow: none;
}

.fixed-filters .btn.btn-link:hover,
.fixed-filters .btn.btn-link:focus,
.fixed-filters .btn.btn-link:active,
.fixed-filters .btn.btn-default.btn-link:hover,
.fixed-filters .btn.btn-default.btn-link:focus,
.fixed-filters .btn.btn-default.btn-link:active {
  background-color: transparent;
  color: #999999;
}

.fixed-filters .btn:focus,
.fixed-filters .btn.focus,
.fixed-filters .btn:active:focus,
.fixed-filters .btn:active.focus,
.fixed-filters .btn.active:focus,
.fixed-filters .btn.active.focus {
  outline: 0;
}

.fixed-filters .btn.btn-round {
  border-radius: 30px;
}

.fixed-filters .button-container .btn:not(.btn-facebook):not(.btn-twitter) {
  display: block;
}

.fixed-filters .button-container.github-star {
  margin-left: 100px;
}

.fixed-filters li>a,
.fixed-filters .badge {
  transition: all .34s;
  -webkit-transition: all .34s;
  -moz-transition: all .34s;
}

.fixed-filters {
  top: 115px;
  right: 0;
  z-index: 1031;
  border-radius: 8px 0 0 8px;
  text-align: center;
}

.fixed-filters .fa-cog {
  color: #FFFFFF;
  padding: 10px;
  border-radius: 0 0 6px 6px;
  width: auto;
}

.fixed-filters .dropdown-menu {
  right: 80px;
  left: auto;
  width: 290px;
  border-radius: 0.1875rem;
  padding: 0 10px;
}

.fixed-filters .dropdown-menu:after,
.fixed-filters .dropdown-menu:before {
  right: 10px;
  margin-left: auto;
  left: auto;
}

.fixed-filters .fa-circle-thin {
  color: #FFFFFF;
}

.fixed-filters .active .fa-circle-thin {
  color: #00bbff;
}

.fixed-filters .dropdown-menu>.active>a,
.fixed-filters .dropdown-menu>.active>a:hover,
.fixed-filters .dropdown-menu>.active>a:focus {
  color: #777777;
  text-align: center;
}

.fixed-filters img {
  border-radius: 0;
  width: 100%;
  height: 100px;
  margin: 0 auto;
}

.fixed-filters .dropdown-menu li>a:hover,
.fixed-filters .dropdown-menu li>a:focus {
  box-shadow: none;
}

.fixed-filters .badge {
  border: 3px solid #FFFFFF;
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 23px;
  margin-right: 5px;
  position: relative;
  width: 23px;
  padding: 8px;
}

.fixed-filters .badge.active,
.fixed-filters .badge:hover {
  border-color: #00bbff;
}

.fixed-filters .badge-black {
  background-color: #000;
}

.fixed-filters .badge-azure {
  background-color: #2CA8FF;
}

.fixed-filters .badge-green {
  background-color: #18ce0f;
}

.fixed-filters .badge-orange {
  background-color: #f96332;
}

.fixed-filters .badge-yellow {
  background-color: #FFB236;
}

.fixed-filters .badge-danger {
  background-color: #f44336;
}

.fixed-filters .badge-purple {
  background-color: #9368E9;
}

.fixed-filters .badge-white {
  background-color: rgba(200, 200, 200, 0.2);
}

.fixed-filters .badge-rose {
  background-color: #e91e63;
}

.fixed-filters .badge-red {
  background-color: #f44336;
}

.fixed-filters h5 {
  font-size: 14px;
  margin: 10px;
}

.fixed-filters .dropdown-menu li {
  display: block;
  padding: 18px 2px;
  width: 25%;
  float: left;
}

.fixed-filters li.adjustments-line,
.fixed-filters li.header-title,
.fixed-filters li.button-container {
  width: 100%;
  height: 50px;
  min-height: inherit;
}

.fixed-filters li.button-container {
  height: auto;
}

.fixed-filters li.button-container div {
  margin-bottom: 5px;
}

.fixed-filters #sharrreTitle {
  text-align: center;
  padding: 10px 0;
  height: 50px;
}

.fixed-filters li.header-title {
  height: 30px;
  line-height: 25px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}

.fixed-filters .adjustments-line p {
  float: left;
  display: inline-block;
  margin-bottom: 0;
  font-size: 1em;
  color: #3C4858;
  padding-top: 0px;
}

.fixed-filters .adjustments-line a .badge-colors {
  position: relative;
  top: -2px;
}

.fixed-filters .adjustments-line .togglebutton {
  padding-right: 7px;
}

.fixed-filters .adjustments-line .togglebutton .toggle {
  margin-right: 0;
}

.fixed-filters .dropdown-menu>li.adjustments-line>a {
  padding-right: 0;
  padding-left: 0;
  /*border-bottom: 1px solid #ddd;*/
  border-radius: 0;
  margin: 0;
}

.fixed-filters .dropdown-menu>li>a.img-holder {
  font-size: 16px;
  text-align: center;
  border-radius: 10px;
  background-color: #FFF;
  border: 3px solid #FFF;
  padding-left: 0;
  padding-right: 0;
  opacity: 1;
  cursor: pointer;
  display: block;
  max-height: 100px;
  overflow: hidden;
  padding: 0;
  min-width: 25%;
}

.fixed-filters .dropdown-menu>li>a.switch-trigger:hover,
.fixed-filters .dropdown-menu>li>a.switch-trigger:focus {
  background-color: transparent;
}

.fixed-filters .dropdown-menu>li:hover>a.img-holder,
.fixed-filters .dropdown-menu>li:focus>a.img-holder {
  border-color: rgba(0, 187, 255, 0.53);
}

.fixed-filters .dropdown-menu>.active>a.img-holder,
.fixed-filters .dropdown-menu>.active>a.img-holder {
  border-color: #00bbff;
  background-color: #FFFFFF;
}

.fixed-filters .dropdown-menu>li>a img {
  margin-top: auto;
}

.fixed-filters .btn-social {
  width: 50%;
  display: block;
  width: 48%;
  float: left;
  font-weight: 600;
}

.fixed-filters .btn-social i {
  margin-right: 5px;
}

.fixed-filters .btn-social:first-child {
  margin-right: 2%;
}

.fixed-filters .adjustments-line a:hover,
.fixed-filters .adjustments-line a:focus,
.fixed-filters .adjustments-line a {
  color: transparent;
}

.fixed-filters .dropdown .dropdown-menu {
  top: -40px !important;
  opacity: 0;
  left: -303px !important;
  transform-origin: 100% 0;
}

.fixed-filters .dropdown.show .dropdown-menu {
  opacity: 1;
  transform: scale(1);
}

.fixed-filters .dropdown-menu:before,
.fixed-filters .dropdown-menu:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 65px;
  width: 16px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

.fixed-filters .dropdown-menu:before {
  border-bottom: 16px solid rgba(0, 0, 0, 0);
  border-left: 16px solid rgba(0, 0, 0, 0.2);
  border-top: 16px solid rgba(0, 0, 0, 0);
  right: -16px;
}

.fixed-filters .dropdown-menu:after {
  border-bottom: 16px solid rgba(0, 0, 0, 0);
  border-left: 16px solid #fff;
  border-top: 16px solid rgba(0, 0, 0, 0);
  right: -15px;
}

.dropdown-menu .dropdown-item:hover,
.dropdown-menu .dropdown-item:focus,
.dropdown-menu a:hover,
.dropdown-menu a:focus,
.dropdown-menu a:active {
    background-color: #f44336 !important;
}

.wrapper-full-page~.fixed-filters .dropdown.open .dropdown-menu {
  -webkit-transform: translateY(-17%);
  -moz-transform: translateY(-17%);
  -o-transform: translateY(-17%);
  -ms-transform: translateY(-17%);
  transform: translateY(-17%);
}

.wrapper-full-page~.fixed-filters .dropdown .dropdown-menu {
  -webkit-transform: translateY(-19%);
  -moz-transform: translateY(-19%);
  -o-transform: translateY(-19%);
  -ms-transform: translateY(-19%);
  transform: translateY(-19%);
}

.togglebutton label input[type=checkbox]:checked+.toggle {
    background-color: rgba(52, 199, 89, 0.7);
}

.togglebutton label input[type=checkbox]:checked+.toggle:after {
    /* border-color: #9c27b0; */
    border-color: gray;
}

.fixed-filters .dropdown-menu li>a:hover>p {
  color: white;
}

.ct-chart .ct-series-a .ct-point, .ct-chart .ct-series-a .ct-line, .ct-chart .ct-series-a .ct-bar, .ct-chart .ct-series-a .ct-slice-donut, .ct-chart .ct-series-a .ct-slice-pie, .ct-chart .ct-series-a .ct-slice-donut-solid, .ct-chart .ct-series-a .ct-area {
    stroke: #85eda9;
}

.ct-chart .ct-series-b .ct-point, .ct-chart .ct-series-b .ct-line, .ct-chart .ct-series-b .ct-bar, .ct-chart .ct-series-b .ct-slice-donut, .ct-chart .ct-series-b .ct-slice-pie, .ct-chart .ct-series-b .ct-slice-donut-solid, .ct-chart .ct-series-b .ct-area {
    stroke: #ff9999;
}

.filter-title {
  margin-top: 10px;
}

.filter-bottom {
  margin-bottom: 25px;
}

#loader {
    position:fixed;
    width:100%;
    left:0;right:0;top:0;bottom:0;
    background-color: rgba(255,255,255,0.7);
    z-index:9999;
    display:none;
}

@-webkit-keyframes spin {
    from {-webkit-transform:rotate(0deg);}
    to {-webkit-transform:rotate(360deg);}
}

@keyframes spin {
    from {transform:rotate(0deg);}
    to {transform:rotate(360deg);}
}

#loader::after {
    content:'';
    display:block;
    position:absolute;
    left:48%;top:40%;
    width:40px;height:40px;
    border-style:solid;
    border-color:black;
    border-top-color:transparent;
    border-width: 4px;
    border-radius:50%;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
}

.card-horizontal {
    display: flex;
    flex: 1 1 auto;
}

.customImg {
    left: -40px;
    position: relative;
}

.customCard {
    right: -15px;
    margin-bottom: 10px;
}

.customCard .card-body {
    right: 40px;
}

.customCard .card-title {
    font-family: Roboto;
    font-size: 18px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: normal;
    color: #3c4858;
}
.customCard .card-text {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: normal;
    color: #999999;
}

.customCard .btn {
    z-index: 10001;
    left: 0%;
    top: 35%;
    position: absolute;
}

.form-check .form-check-input:checked+.form-check-sign .check {
  background: #dc370e !important;
}

#crudTable .border-danger {
  display: none;
}