
/* 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;
}

/* 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;
}

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

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

/* 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);
}

/* Header */

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

/* General */
.disable {
  pointer-events: none !important;
  opacity: 0.4;
}

/*checkbox*/
table.table-suggested-presentation tbody td.select-checkbox,
table.table-suggested-presentation tbody th.select-checkbox{
    position:relative
}

table.table-suggested-presentation tbody td.select-checkbox:before,
table.table-suggested-presentation tbody td.select-checkbox:after,
table.table-suggested-presentation tbody th.select-checkbox:before,
table.table-suggested-presentation tbody th.select-checkbox:after{
    display:block;
    position:absolute;
    top:1.2em;
    left:50%;
    width:12px;
    height:12px;
    box-sizing:border-box
}
table.table-suggested-presentation tbody td.select-checkbox:before,
table.dataTable tbody th.select-checkbox:before{
    content:' ';
    margin-top:-6px;
    margin-left:-6px;
    border:1px solid black;
    border-radius:3px
}
table.table-suggested-presentation tr.selected td.select-checkbox:after,
table.table-suggested-presentation tr.selected th.select-checkbox:after{
    content:'\2714';
    margin-top:-11px;
    margin-left:-4px;
    text-align:center;
    text-shadow:1px 1px #B0BED9, -1px -1px #B0BED9, 1px -1px #B0BED9, -1px 1px #B0BED9
}

table.table-suggested-presentation tr.selected td.select-checkbox:after,
 table.table-suggested-presentation tr.selected th.select-checkbox:after{
    content: url(../img/marker_icon.png) !important;
    margin-top:-17px !important;
    margin-left: -10px !important;
    /*apple-touch-icon-57x57.png*/
 }
 
 table.table-suggested-presentation tbody>tr.selected,
 table.table-suggested-presentation tbody>tr>.selected{
     background-color:#e8e6c2 !important;
 }
