.backOfficeBlackButton {
    background-color: #333333;
    color: #EEEEEE;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    padding: 0.9375rem 1.25rem;
    text-align: center;
}

.backOfficeBlackButton:hover, .backOfficeBlackButton:hover{
    background: #008CBA;
    color: #fff;
    text-decoration: none;
    z-index: 5;
}

.backOfficeEdit, .backOfficeRemove, .backOfficeCheck, .backOfficeButton{
    padding:0px 5px;
    margin: 0px;
    background: #EEE;
    color: #444;
    border: 0px ;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.bigBackOfficeButton, .bigBackOfficeEdit, .bigBackOfficeCheck, .bigBackOfficeRemove{
    padding:10px 10px;
    text-align: center;
    background: #EEE;
    color: #444;
    border: 0px;
    margin: 0px !important;
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.bigBackOfficeButton:hover, .backOfficeButton:hover{
    background: #008CBA;
    color: #fff;
    text-decoration: none;
    z-index: 5;
}

.backOfficeCheck:hover, .bigBackOfficeCheck:hover{
    background: #009933;
    color: #fff;
    text-decoration: none;
    z-index: 5;
}

.backOfficeEdit:hover, .bigBackOfficeEdit:hover{
    background: #e3bb19;
    color: #fff;
    text-decoration: none;
    z-index: 5;
}

.backOfficeRemove:hover, .bigBackOfficeRemove:hover{
    background: #c91616;
    color: #fff;
    text-decoration: none;
    z-index: 5;
}

.backOfficeButtonReverse{
    padding:10px 20px;
    background: transparent;
    color: #444;
    border: none;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.backOfficeButtonReverse:hover{
    color: #005E9A;
    background: transparent;
}

.backOfficeEditReverse{
    padding:10px 20px;
    background: transparent;
    color: #444;
    border: 0px ;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.backOfficeEditReverse:hover{
    color: #e3bb19;
}

.backOfficeRemoveReverse{
    padding:10px 20px;
    background: transparent;
    color: #444;
    border: 0px ;
    -webkit-transition: color 0.3s ease-in-out;
    -moz-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.backOfficeRemoveReverse:hover{
    color: #c91616;
}

#delTrail{
    display: inline-block;
    float: right;
}

.back-button{
    position: absolute;
    top: 0;
    left: 0;
}

.view-button{
    float: right;
    color: white;
}

.button-height{
    height: 2.33em;
}

.tab-title.active a{
    background-color: #008CBA !important;
    color: white !important;
}

.delete-photo{
    position: relative;
    padding: 3px;
    color: #BBB;
}

.top-bar-section .dropdown li:not(.has-form):not(.active):hover > a:not(.button) {
    background-color: #008CBA !important;
}