
/* Include Lato font from Google Web Fonts */
@import url('https://fonts.googleapis.com/css?family=Lato:300,300italic,400,400italic,500,500italic,600,600italic,700,700italic');

/* Body */

body {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
    font-size: 1.5rem;
}

.custom-background{
    background-image: url(../img/bee_background.jpg);
    background-repeat-y: no-repeat; 
    min-height: -webkit-fill-available;
    min-height: -moz-available;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Lato", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}

/* Buttons */
.label {
    padding: 1px 4px;
}

.label, .badge {
    font-weight: normal;
    font-size: 90%;
}

.label-danger,
.label-danger[href]:hover,
.label-danger[href]:focus {
    background-color: #de815c;
}

.label-warning,
.label-warning[href]:hover,
.label-warning[href]:focus {
    background-color: #deb25c;
}

.label-success,
.label-success[href]:hover,
.label-success[href]:focus {
    background-color: #afde5c;
}

.btn-danger {
    background-color: #de815c;
    border-color: #de815c;
}

    .btn-danger:hover,
    .btn-danger:focus,
    .btn-danger:active,
    .btn-danger.active,
    .open .btn-danger.dropdown-toggle {
        background-color: #c43902;
        border-color: #c43902;
        color: #ffffff !important;
    }

    .btn-danger.disabled,
    .btn-danger.disabled:hover,
    .btn-danger.disabled:focus,
    .btn-danger.disabled:active,
    .btn-danger.disabled.active,
    .btn-danger[disabled]:hover,
    .btn-danger[disabled]:focus,
    .btn-danger[disabled]:active,
    .btn-danger[disabled].active,
    fieldset[disabled] .btn-danger:hover,
    fieldset[disabled] .btn-danger:focus,
    fieldset[disabled] .btn-danger:active,
    fieldset[disabled] .btn-danger.active {
        background-color: #de815c;
        border-color: #de815c;
    }

.btn-warning {
    background-color: #deb25c;
    border-color: #deb25c;
}

    .btn-warning:hover,
    .btn-warning:focus,
    .btn-warning:active,
    .btn-warning.active,
    .open .btn-warning.dropdown-toggle {
        background-color: #de9502;
        border-color: #de9502;
        color: #ffffff !important;
    }

    .btn-warning.disabled,
    .btn-warning.disabled:hover,
    .btn-warning.disabled:focus,
    .btn-warning.disabled:active,
    .btn-warning.disabled.active,
    .btn-warning[disabled]:hover,
    .btn-warning[disabled]:focus,
    .btn-warning[disabled]:active,
    .btn-warning[disabled].active,
    fieldset[disabled] .btn-warning:hover,
    fieldset[disabled] .btn-warning:focus,
    fieldset[disabled] .btn-warning:active,
    fieldset[disabled] .btn-warning.active {
        background-color: #c48402;
        border-color: #c48402;
    }

.btn-success {
    background-color: #afde5c;
    border-color: #afde5c;
}

    .btn-success:hover,
    .btn-success:focus,
    .btn-success:active,
    .btn-success.active,
    .open .btn-success.dropdown-toggle {
        background-color: #7dc402;
        border-color: #7dc402;
        color: #ffffff !important;
    }

    .btn-success.disabled,
    .btn-success.disabled:hover,
    .btn-success.disabled:focus,
    .btn-success.disabled:active,
    .btn-success.disabled.active,
    .btn-success[disabled]:hover,
    .btn-success[disabled]:focus,
    .btn-success[disabled]:active,
    .btn-success[disabled].active,
    fieldset[disabled] .btn-success:hover,
    fieldset[disabled] .btn-success:focus,
    fieldset[disabled] .btn-success:active,
    fieldset[disabled] .btn-success.active {
        background-color: #afde5c;
        border-color: #afde5c;
    }

.btn-info {
    background-color: #5cafde;
    border-color: #5cafde;
}

    .btn-info:hover,
    .btn-info:focus,
    .btn-info:active,
    .btn-info.active,
    .open .btn-info.dropdown-toggle {
        background-color: #027dc4;
        border-color: #027dc4;
        color: #ffffff !important;
    }

    .btn-info.disabled,
    .btn-info.disabled:hover,
    .btn-info.disabled:focus,
    .btn-info.disabled:active,
    .btn-info.disabled.active,
    .btn-info[disabled]:hover,
    .btn-info[disabled]:focus,
    .btn-info[disabled]:active,
    .btn-info[disabled].active,
    fieldset[disabled] .btn-info:hover,
    fieldset[disabled] .btn-info:focus,
    fieldset[disabled] .btn-info:active,
    fieldset[disabled] .btn-info.active {
        background-color: #5cafde;
        border-color: #5cafde;
    }
.btn-default {
    background-color: #eeeeee;
    border-color: #eeeeee;
}

    .btn-default:hover,
    .btn-default:focus,
    .btn-default:active,
    .btn-default.active,
    .open .btn-default.dropdown-toggle {
        background-color: #dddddd;
        border-color: #dddddd;
    }

    .btn-default.disabled,
    .btn-default.disabled:hover,
    .btn-default.disabled:focus,
    .btn-default.disabled:active,
    .btn-default.disabled.active,
    .btn-default[disabled]:hover,
    .btn-default[disabled]:focus,
    .btn-default[disabled]:active,
    .btn-default[disabled].active,
    fieldset[disabled] .btn-default:hover,
    fieldset[disabled] .btn-default:focus,
    fieldset[disabled] .btn-default:active,
    fieldset[disabled] .btn-default.active {
        background-color: #eeeeee;
        border-color: #eeeeee;
    }
    
    
.btn-yellow {
    background-color: #fea014 !important;
    color: white !important;
    margin-top: 3px;
    font-weight: 600;
    padding-left: 18px;
    padding-right: 18px;
    border: none;
}

    .btn-yellow:hover {
        color: white;
        background-color: #ffb114 !important;
    }
    
.btn.btn-rounded {
    border-radius: 20px;
}

.btn-primary {
    background-color: #FFB828;
    border-color: #FFB828;
    font-weight: 600;
}
    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .btn-primary.dropdown-toggle {
        background-color: #ffb114 !important;
        border-color: #ffb114;
    }

    .btn-primary.disabled,
    .btn-primary.disabled:hover,
    .btn-primary.disabled:focus,
    .btn-primary.disabled:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled]:hover,
    .btn-primary[disabled]:focus,
    .btn-primary[disabled]:active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary:hover,
    fieldset[disabled] .btn-primary:focus,
    fieldset[disabled] .btn-primary:active,
    fieldset[disabled] .btn-primary.active {
        background-color: #5ccdde;
        border-color: #5ccdde;
    }
.btn-primary-custom {
    color: #411409;
}
    .btn-primary-custom:hover,
    .btn-primary-custom:focus,
    .btn-primary-custom:active,
    .btn-primary-custom.active,
    .open .btn-primary-custom.dropdown-toggle {
        color: #411409;
    }

    
.alert-success {
    color: #ffb828 !important;
    background-color: #411409;
}

.alert-success a {
    color: #ffb828 !important;
}

/* Panels */

.panel {
    margin: 0 0vw 20px;
    border-radius: 12px;
    -webkit-box-shadow: 2px 2px 10px grey !important;
    box-shadow: 2px 3px 10px rgba(0,0,0, .3) !important;
    border-color: #f2aa23;
}

.panel-heading {
    padding: 10px;
    border-radius: 12px 12px 0 0;
    color: black !important;
    font-weight: 600;
    background-color: #fAfAfA !important;
    border-bottom: 1.5px solid #f5f5f5 !important;
}

.panel-footer {
    padding: 10px;
    border-radius: 0 0 12px 12px;
    color: black !important;
    font-weight: 600;
    background-color: #fAfAfA !important;
    border-bottom: 1.5px solid #f5f5f5 !important;
}


.subtitle-login {
    color: #411409;
    font-weight: bold;
    font-size: 1.5em;
}

/* Modals */

.modal-content {
    border-color: #411409;
    border-style: solid;
}

.modal-header {
    padding: 17px 15px 15px;
    border-bottom: none;
    background-color: #411409;
    color: white;
}

.modal-footer {
    margin-top: 0;
    padding: 9px 15px 10px;
    border-top: none;
    background-color: #f9f9f9;
}

.modal-open {
    padding-right: 0px !important;
}

.navbar, .dropdown-menu, .tooltip-inner, .breadcrumb, .modal-content, .panel-group .panel {
    border-radius: 0;
}

.close {
    color: white;
    opacity: 0.8;
    text-shadow: none;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    background: rgba(128, 128, 128, .05);
    color: black
}

navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background: rgba(128, 128, 128, .05);
    color: black;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background: rgba(128, 128, 128, .05);
    color: black;
}

/* Sidebar */

#sidebar-wrapper {
    background: #411409;
}

.sidebar-nav li a {
    color: white;
}

.sidebar-nav > .sidebar-brand a {
    color: white;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.sidebar-nav li a:hover, .sidebar-nav li a:focus, .sidebar-nav li a.active, .sidebar-nav li a.open, .sidebar-nav li.active > a {
    color: #FFB828;
    background: rgba(0, 0, 0, .5);
}

.sidebar-brand {
    border-bottom: 3px solid #FFB828;
}

.sidebar-nav-mini-hide img#logo {
    position: absolute;
    /* margin-left: 20px; */
    height: 120px;
    width: auto;
    /* margin-top: 2.7px; */
}

.sidebar-title {
    /* min-height: 82px; */
    padding: 0px 21px 0px 21px;
    margin: 0;
    font-weight: 300;
    font-size: 1.2em;
    display: block;
    color: black;
    background-color: white;
    /* border-bottom: 3px solid #FFB828; */
    -webkit-transition: background .2s ease-out;
    transition: background .2s ease-out;
}

.sidebar-content {
    width: 250px;
    color: white;
    font-weight: 700;
}
#main-wrapper.header-fixed-top #sidebar,
#main-wrapper.header-fixed-bottom #sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
}

#main-wrapper.header-fixed-top #sidebar-extra-info,
#main-wrapper.header-fixed-bottom #sidebar-extra-info {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}

.sidebar-brand a {
    text-align: center;
    text-indent: 0px;
}


/* Header */

.navbar-default {
    border: none;
    border-bottom: 3px solid #FFB828;
    background-color: white;
}

.navbar-default-dev {
    border: none;
    border-bottom: 3px solid #FFB828;
    background-color: #411409;
}

.user-dropdown {
    display: flex !important;
}

.header-user-name {
    line-height: 48px;
    font-weight: 600;
}

.hexagon {
    position: relative;
    width: 50px;
    height: 28.87px;
    margin: 10px;
    float: right;
    background-size: auto 48.4974px;
    background-position: center;
    background-color: white; /*It is used for cases where the image has transparent background*/
    border-left: solid 4px #ffb828;
    border-right: solid 4px #ffb828;
}

.hexTop,
.hexBottom {
    position: absolute;
    z-index: 1;
    width: 35.36px;
    height: 35.36px;
    overflow: hidden;
    -webkit-transform: scaleY(0.5774) rotate(-45deg);
    -ms-transform: scaleY(0.5774) rotate(-45deg);
    transform: scaleY(0.5774) rotate(-45deg);
    background: inherit;
    left: 3.32px;
}

    /*counter transform the bg image on the caps*/
    .hexTop:after,
    .hexBottom:after {
        content: "";
        position: absolute;
        width: 42.0000px;
        height: 24.248711305964285px;
        -webkit-transform: rotate(45deg) scaleY(1.7321) translateY(-12.1244px);
        -ms-transform: rotate(45deg) scaleY(1.7321) translateY(-12.1244px);
        transform: rotate(45deg) scaleY(1.7321) translateY(-12.1244px);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0;
        background: inherit;
    }

.hexTop {
    top: -17.6777px;
    border-top: solid 5.6569px #ffb828;
    border-right: solid 5.6569px #ffb828;
}

    .hexTop:after {
        background-position: center top;
    }

.hexBottom {
    bottom: -17.6777px;
    border-bottom: solid 5.6569px #ffb828;
    border-left: solid 5.6569px #ffb828;
}

    .hexBottom:after {
        background-position: center bottom;
    }

.hexagon:after {
    content: "";
    position: absolute;
    top: 2.3094px;
    left: 0;
    width: 42.0000px;
    height: 24.2487px;
    z-index: 2;
    background: inherit;
}

/* Blocks */

.block {
    margin: 0 0 10px;
    padding: 20px 15px 1px;
    background-color: #ffffff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    -webkit-box-shadow: 0 2px 0 rgba(218, 224, 232, .5);
    box-shadow: 0 2px 0 rgba(218, 224, 232, .5);
}

    .block .block {
        border: 1px solid #dae0e8;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
    
.block-title {
    margin: -20px -15px 20px;
    border-bottom: 2px solid #dae0e8;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background: rgba(218, 224, 232, .15);
}

    .block-title h1,
    .block-title h2,
    .block-title h3,
    .block-title h4,
    .block-title h5,
    .block-title h6 {
        display: inline-block;
        font-size: 1em;
        line-height: 1em;
        margin: 0;
        padding: 10px 15px 9px;
        font-weight: 600;
        text-transform: uppercase;
    }
    
    
/* Images */

.editable-image {
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
}

.editable-image-container:hover .editable-image {
    opacity: 0.3;
}
.editable-image {
    opacity: 1;
    transition: .5s ease;
    backface-visibility: hidden;
}

.centered-by-content {
    margin: auto;
    display: table;
}
.profile-image {
    position: relative;
    width: 100px;
    height: 100px;
    background-repeat: no-repeat;
    background-size: 100px;
    background-position: center;
}

.editable-image-btn {
    transition: .5s ease;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

input[type="file"] {
    padding-top: 7px;
}

.editable-image-input {
    opacity: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.editable-image-croppie {
    height: 200px;
    width: 200px;
    display: none;
    margin: auto;
    padding-bottom: 40px;
}

.no-hmargin {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.editable-image-container:hover .editable-image-btn {
    opacity: 1;
}
.btn-yellow:hover {
    color: white;
    background-color: #ffb114 !important;
}
.btn.active, .btn:active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}

.croppie-custom-slider-left .cr-slider-wrap {
    width: 50% !important;
    margin-left: 0 !important;
    margin-top: 8px !important;
}

/* Theme */


.themed-background {
    background-color: white !important;
}

.themed-background-dev {
    background-color: #411409 !important;
}

.themed-color-dark {
    color: #454e59 !important;
}

.themed-background-dark {
    background-color: #454e59 !important;
}

/* Contextual Background Colors */
.themed-background-danger {
    background-color: #de815c !important;
}

.themed-background-warning {
    background-color: #deb25c !important;
}

.themed-background-info {
    background-color: #5cafde !important;
}

.themed-background-success {
    background-color: #afde5c !important;
}

.themed-background-muted {
    background-color: #f9f9f9 !important;
}

.themed-background h1 {
    color: #411409;
}

/* Tables */

.table-header th {
    color: #FFB828;
}

@media (max-width: 767px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:focus, .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover {
        color: black;
        background-color: transparent;
    }
    
    .navbar-nav .open .dropdown-menu {
        position: absolute;
        background-color: white;
    }
    
    .navbar-inverse .navbar-nav .open .dropdown-menu>li>a {
        color: #333;
    }
}

.autocomplete-suggestions {
    border: 1px solid #999;
    background: #FFF;
    overflow: auto;
}

.autocomplete-suggestion {
    padding: 2px 5px;
    white-space: nowrap;
    overflow: hidden;
}

.autocomplete-selected {
    background: #F0F0F0;
}

.autocomplete-suggestions strong {
    font-weight: normal;
    color: #3399FF;
}

.autocomplete-group {
    padding: 2px 5px;
}

    .autocomplete-group strong {
        display: block;
        border-bottom: 1px solid #000;
    }