/*
 * Body
 */
html body {
  background-color:  #ffffff;
}
/**
 * Colors
 */
.btn-orange {
    background-color: #ff9800;
    color: #fff;
}
/*
 * Logo
 */
.header-navbar .navbar-header .navbar-brand .brand-logo {
    width: 50px;

}

.header-navbar .navbar-header .navbar-brand {
    padding: 10px 0;
}


/*
 * Dropdown
 */
.dropdown .dropdown-menu {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    border: none;
    -webkit-box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15) !important;
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15) !important;
}

.dropdown-menu.arrow:before {
    border-bottom-color: transparent;
}

.no-caret:after {
    display: none;
}

/*
 * Navbar
 */
.navbar-vegas.navbar-horizontal {
    background:  #fcbb24  ;
}

.navbar-vegas .navbar-nav .nav-link {
    color: white;
}

.horizontal-menu .navbar-vegas .nav-item:hover, .horizontal-menu .navbar-vegas .nav-item .hover {
    background-color: rgba(255, 255, 255, 0.05);
}

.navbar-vegas .navbar-nav li {
    line-height: 1;
}

.navbar-container .navbar-brand {
    padding: 0 1rem;
}

.navbar-container .navbar-brand > img {
    max-width: 50px;
}

.navbar-nav .nav-link {
    font-weight: 600;
}

.navbar-nav-hover .nav-item {
    color: rgba(0,0,0,.54) !important;
    -webkit-transition: box-shadow .4s cubic-bezier(0.25,0.8,0.25,1),background-color .4s cubic-bezier(0.25,0.8,0.25,1);
    transition: box-shadow .4s cubic-bezier(0.25,0.8,0.25,1),background-color .4s cubic-bezier(0.25,0.8,0.25,1);
}

.navbar-nav-hover .nav-item:hover {
    color: rgba(0,0,0,1) !important;
    background: rgba(0,0,0,.06);
    border-color: rgba(0,0,0,.54);
}



@media (min-width: 768px) {
    .navbar-header {
        display: none;
    }
}

.main-menu.menu-light, .main-menu.menu-light .navigation {
    color: #fff;
    background:  #fcbb24  ;
}

.main-menu.menu-light .navigation li a {
    color: #fff;
}

.content-header-title {
    color: rgba(0,0,0,.7);
    font-weight: 500;
}

code {
    color: #ffb100;
}

.header-navbar {
    z-index: 99;
}

.horizontal-layout .navbar-fixed {
    z-index: 9 !important;
}

.main-menu.menu-light .navigation > li.hover > a, .main-menu.menu-light .navigation > li:hover > a, .main-menu.menu-light .navigation > li.active > a {
    color: #fff;
}

/*
 * Card
 */
.card {
    -webkit-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
    box-shadow: 0 1px 2px 0 rgba(60,64,67,.3), 0 1px 3px 1px rgba(60,64,67,.15);
}

.card-header:first-child {
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.card-footer:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.card-hover {
    cursor: pointer;
}

.card-hover:hover {
    background-color: #f5f5f5;
}

.card-hover:hover .card-header {
    background-color: #f5f5f5;
}

.empty-card {
    padding: 20px;
    width:auto;
    border: 1px solid rgba(0,0,0,.12);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

/*
 * Modal
 */
.modal {
    overflow: auto !important;
}

.modal-content {
    -webkit-border-radius: 16px!important;
    border-radius: 16px!important;
    -webkit-box-shadow: 0 2px 3px 0 rgba(60,64,67,.3),0 6px 10px 4px rgba(60,64,67,.15)!important;
    box-shadow: 0 2px 3px 0 rgba(60,64,67,.3),0 6px 10px 4px rgba(60,64,67,.15)!important;
}

.modal-title {
    font-size: 20px;
    line-height: 28px;
    font-weight: 500;
}

.modal-header {
    padding: 24px;
    border-bottom: 0;
}

.modal-body {
    padding: 24px;
}

.modal-content {
    background-color: #F4F5FA;
}

.modal-footer {
    border-top: 0;
    padding: 24px;
}

/*
 * Callout
 */
.bs-callout-primary {
    background-color: #FFF;
    color: rgba(0,0,0,.7);
}
.bs-callout-primary, .bs-callout-primary.callout-transparent {
    display: block;
    border-color:  #fcbb24  !important;
    border-radius: .25rem;
}
.bs-callout-success {
    background-color: #FFF;
    color: rgba(0,0,0,.7);
}
.bs-callout-success, .bs-callout-success.callout-transparent {
    display: block;
    border-color: #5cb85c!important;
    border-radius: .25rem;
}
/*
 * Button
 */
.btn {
    display: inline-block;
    position: relative;
    cursor: pointer;
    min-height: 36px;
    line-height: 36px;
    vertical-align: middle;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    outline: none;
    border: 0;
    padding: 0 6px;
    margin: 6px 8px;

    white-space: nowrap;
    font-weight: 500;
    font-size: 14px;
    font-style: inherit;
    font-variant: inherit;
    font-family: inherit;
    text-decoration: none;
    overflow: hidden;



    padding-left: 16px;
    padding-right: 16px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-transform: none;
    letter-spacing: .25px;
    min-width: 60px;
}

.btn-hover {
    background: transparent;
    -webkit-transition: box-shadow .4s cubic-bezier(0.25,0.8,0.25,1),background-color .4s cubic-bezier(0.25,0.8,0.25,1);
    transition: box-shadow .4s cubic-bezier(0.25,0.8,0.25,1),background-color .4s cubic-bezier(0.25,0.8,0.25,1);
}

.btn-outline-secondary {
    color: rgba(0,0,0,.54);
}

.btn-outline-secondary:hover {
    color: rgba(0,0,0,.54);
    background: rgba(0,0,0,.06);
    border-color: rgba(0,0,0,.54);
}

.btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
    background: rgba(0,0,0,.12);
    color: rgba(0,0,0,.54);
}

.btn-pure {
    color: #464855;
}

.btn-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0;
    padding: 0;
    min-width: 40px;
    min-height: 40px;
}

.btn-circle.btn-hover:hover {
    background-color: rgba(0,0,0,.1) !important;
}

/*
 * Dropzone
 */

/*@media screen and (max-width:540px){.dropzone .dz-message{top:70%!important;font-size:1.5rem!important}}*/

/*
 * Popover
 */
.popover.tour .arrow {
    display: none;
}

.popover.tour {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #F4F5FA;
}

.popover.tour .popover-title {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #F4F5FA;
    border: none;
    font-size: 16px;
    font-weight: 600;
}

.popover.tour .popover-content {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #F4F5FA;
    font-size: 14px;
}

.popover.tour .popover-navigation {
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background-color: #F4F5FA;
    font-size: 14px;
}

.popover.tour .popover-navigation .btn-group button {
    font-size: 12px;
}


/*
 * Inputs
 */
form .form-control {
    border: 0 !important;
}

.form-control {
    border: 0;
    -webkit-box-shadow: 0 0 0 2px transparent inset, 0 0 0 1px #e0e0e0 inset;
    box-shadow: 0 0 0 2px transparent inset, 0 0 0 1px #e0e0e0 inset;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.form-control:focus {
    -webkit-box-shadow: 0 0 0 1px #039be5 inset, 0 0 0 1px #e0e0e0 inset;
    box-shadow: 0 0 0 1px #039be5 inset, 0 0 0 1px #e0e0e0 inset;
}

.form-control.has-danger {
    -webkit-box-shadow: 0 0 0 1px #FF4961 inset, 0 0 0 1px #e0e0e0 inset;
    box-shadow: 0 0 0 1px #FF4961 inset, 0 0 0 1px #e0e0e0 inset;
}

.form-control.has-danger:focus {
    border-color: #FF4961;
}

/*
 * Select2
 */
.select2-container--classic .select2-results__options .select2-results__option[aria-selected=true],
.select2-container--default .select2-results__options .select2-results__option[aria-selected=true] {
    background-color:  #fcbb24   !important;
}

/*
 * Table
 */
.table th, .table td {
    padding: 0.75rem 1rem;
    vertical-align: middle;
}

.table thead th {
    border-top: none;
}

/*
 * Progress
 */
html body .pace .pace-progress {
    background:  #fcbb24  ;
}

/*
 * Wizard Step
 */
.app-content .wizard > .actions > ul > li > a {
    padding: 0 6px;
    margin: 6px 8px;
    padding-left: 16px;
    padding-right: 16px;
    border-radius: 8px;
    min-width: 60px;
    min-height: 36px;
    line-height: 36px;
    border-color:  #fcbb24  ;
    background-color:  #fcbb24  ;
    color: #FFFFFF;
    font-weight: 500;
}

.app-content .wizard > .actions > ul > li:hover > a {
    border-color:  #fcbb24   !important;
    background-color:  #fcbb24   !important;
    color: #FFF !important;
}

.app-content .wizard > .actions > ul > li:active > a {
    border-color: #3a71c7 !important;
    background-color: #3a71c7 !important;
    color: #FFF !important;
}

.app-content .wizard > .steps > ul > li a {
    z-index: 2;
}

.app-content .wizard.wizard-notification > .steps > ul > li.current:after {
    z-index: 1;
}

.app-content .wizard.wizard-notification > .steps > ul > li:before, .app-content .wizard.wizard-notification > .steps > ul > li:after {
    z-index: 1;
}

.app-content .wizard > .actions > ul > li > a[href="#previous"] {
    background-color: #fcfcfc;
    border: 1px solid #ddd;
}

.app-content .wizard > .steps > ul > li.done .step {
    border-color:  #fcbb24  ;
    background-color:  #fcbb24  ;
}

.app-content .wizard.wizard-notification > .steps > ul > li.current .step {
    border: 2px solid  #fcbb24  ;
    color:  #fcbb24  ;
}

.app-content .wizard.wizard-notification > .steps > ul > li.current .step:after {
    border-top-color:  #fcbb24  ;
}

.app-content .wizard.wizard-notification > .steps > ul > li.done .step:after {
    border-top-color:  #fcbb24  ;
}

.app-content .wizard.wizard-notification > .steps > ul > li:before, .app-content .wizard.wizard-notification > .steps > ul > li:after {
    background-color:  #fcbb24  ;
}