.staff-menu {
    position: fixed;
    top: 150px;
    left: auto;
    right: 25px;
    padding: 5px;
    background-color: #5e93c9;
    border: 1px solid rgba(0,0,0,.09);
    border-radius: 3px;
    z-index: 9999;
    overflow: hidden;
    -webkit-transition: all 0.45s ease;
    -o-transition: all 0.45s ease;
    transition: all 0.45s ease;

}

.btn {
    text-transform: initial;
}

@media (max-width: 767.98px) {
    .staff-menu {
        display: none;
    }

}
.staff-menu h3 {
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    font-size: .75em;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0.25em 0.25em 0.25em;
}
.staff-menu h3 button {
    color: #ededed;
    background: none;
    text-transform: uppercase;
    margin: 0 0 0 12px;
    padding: 0;
    border: 0;
}
.staff-menu hr {
    margin:0;
}
.staff-menu a {
    font-size: 0.9em;
    display: block;
    margin: 0 0.25em;
    color: white;
}

.staff-menu a i {
    color: #ededed;
    color: #555;
    font-size: 0.8em;
    margin: 4px 10px 0px 0px;
}

.staff-page-wrap {
    background: #e3e8ee !important;
}            

.staff-box-wrap, .staff-table-wrap  {
    background-color: none;
    border: none;
    -webkit-box-shadow: 0 1px 15px 1px rgba(90,90,90,.08);
    box-shadow: 0 1px 15px 1px rgba(90,90,90,.08);
    margin-bottom: 55px;
}            

.staff-box, .staff-table {
    background: #fff;
    border: 1px solid #dce1ef;
    border-radius: 4px;
    padding: 5px;
    position: relative;
}            

.staff-box-heading, .staff-table-heading {
    background: #f9fafc;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom: 1px solid #e4e5e7;
    padding: 15px 15px 15px 20px;
    margin: -20px -20px 20px -20px;
    color: #656565;
}

h4.staff-box-heading, h4.staff-table-heading  {
    font-family: 'Lato', serif;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #777;
}


.staff-box-heading-left h4, .staff-table-heading-left h4 {
    padding: 0 !important;
    margin: 0 !important;
    color: #656565;
}
.staff-box-heading-right, .staff-table-heading-right {
    font-size: 1rem;
    text-align: right;
}

.staff-table {
    padding-bottom: 20px;
}            

.staff-table-heading {
    margin-bottom: 30px;

}

.icon-ticket-alt {
    color:burlywood;
}

table, fieldset, form {
    margin-bottom: 0px;
}


.form-post {
    display:table;
    width: 100%;
    position: relative;
}

.form-post-left {
    display:table-cell;
    padding-right: 60px;
    vertical-align: top;
}

.form-post-right {
    display:table-cell;
    width: 320px;
    max-width: 320px;
    vertical-align: top;
}            


@media (max-width: 1200px) {
    .form-post {
        display: block !important;
    }

    .form-post-left {
        width: 100%;
        display: block;
        padding-right: 0px;
    }

    .form-post-right {
        width: 100%;
        display: block;
        max-width: 100%;
    }

}


label.control-label {
    font-size: .90rem;
    color: #777;                
}

.form-label-checkbox {
    margin-top:45px;
}
.form-label-checkbox input[type="checkbox"] {
    margin-right: 8px;
}

.form-label-note {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #8ec63f;
    margin-top: 6px;
    cursor: pointer;
    float: right;
}

.form-submit-buttons  {
    text-align: right;
    margin: 20px -34px 20px 0px;

}            

.form-submit-gotop i {
    font-size: 24px;
    line-height: 24px;
    padding: 0;
    margin: -5px 0 0 0;
    vertical-align: middle;
}                     

::selection {
    background: #0078d7;
    color: white;
}

.filter-option-inner-inner {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 14px;
} 