.headerrow {
    background-color: #333;
    text-align: center;
}

.headerrow img {
    max-width: 80px;
}

.margin-top {
    margin-top: 10px;
}

.margin-top-extra {
    margin-top: 20px;
}

.margin-right {
    margin-right: 10px;
}

.margin-right-extra {
    margin-right: 10px;
}

.adminoptions .fa {
    height: 200px;
    width: 100%;
    display: block;
    font-size: 180px;
    text-align: center;
    margin-top: 5px;
}

.smalllogo {
    max-height: 25px;
}

.vertical-center-table td {
    vertical-align: middle;
}

.margin-bottom {
    margin-top: 5px;
}

.imagecontrol {
    max-width: 140px;
    min-width: 140px;
    max-height: 140px;
    min-height: 140px;
    overflow: hidden;
    margin-right: 10px;
    vertical-align: bottom;
}

.form-group .select2, .form-group .select2-selection {
    height: 40px;
    max-height: 40px;
    min-height: 40px;
}

.form-group .select2-selection__arrow {
    line-height: 40px !important;
    height: 40px !important;
}

.form-group .input-group .select2-selection--single {
    border-left: 0px solid #ccc !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.form-group .select2-selection__rendered {
    line-height: 40px !important;
}

/* fix select for the search */
.col-md-4 .form-group .select2, .col-md-4 .form-group .select2-selection {
    height: 34px;
    max-height: 34px;
    min-height: 34px;
}

.col-md-4 .form-group .select2-selection__arrow {
    line-height: 34px !important;
    height: 34px !important;
}

.col-md-4 .form-group .input-group .select2-selection--single {
    border-left: 0px solid #ccc !important;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.col-md-4 .form-group .select2-selection__rendered {
    line-height: 34px !important;
}

.colorplate {
    min-height: 20px;
    max-height: 20px;
    min-width: 20px;
    max-width: 20px;
    display: block;
    margin: 0px auto;
}

.margin-top-label {
    display: inline-block;
    margin: 5px 0px;
}

.show {
    display: block !important;
}

.hidden {
    display: none !important;
    visibility: hidden !important;
}

.invisible {
    visibility: hidden;
}

#operatives {
    max-height: 700px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.addcenter {
    display: block;
    text-align: center;
    font-size: 25px;
}

.color-red {
    color: #FF6969;
}

.color-red:hover {
    color: #FF6969;
}

.cusrorhand {
    cursor: pointer;
}

.font-20 {
    font-size: 20px;
}

.color-white {
    color: white;
}

.color-white:hover {
    color: white;
}

.movetotop {
    vertical-align: top;
}

.select2-container--open {
    z-index: 999999999;
}

.normala {
    color: black;
}

.normala:hover {
    text-decoration: none;
}

.fontsize11 {
    font-size: 11px;
}

.block {
    display: block;
}

.customnav {
    width: 102.4% !important;
    margin-left: -1.5%;
    margin-top: -20px;
    border-radius: 0px;
}

.bg-nocolor {
    background-color: white;
}

@media print {
    a[href]:after {
        content: none;
    }
}

#spmessage {
    position: absolute;
    width: 100%;
    z-index: 1;
    top: 0%;
    opacity: 1;
    margin-left: -1.2%;
    border-radius: 0px;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.header-success, .header-info, .header-error {
    background-color: rgb(66, 133, 244);
    color: white;
    font-weight: 800;
    text-shadow: none;
    font-style: italic;
}

.header-info {
    background-color: #ff8f00;
}

.header-error {
    background-color: #ee6e73;
}

.margin-negative {
    margin-top: -10px;
}

.full-width {
    width: 100% !important;
}

.color-light-grey {
    color: #8c8c8c;
    font-size: 11px;
}

.headerrow {
    /*background-image: linear-gradient(to right top, #e1c426, #d7a343, #bf8856, #997461, #686463);*/
    /*background-repeat: no-repeat;*/
    /*background-attachment: fixed;*/
}

.customnav .bg-warning {
    background-color: transparent;
}

.customnav {
    border: none;
}

.customnav .container-fluid {
    /*background-image: linear-gradient(to right top, #e1c426, #c4812f, #8e4c32, #4a2626, #000000);*/
    color: white !important;
    background-color: #333;
}

.customnav .bg-success {
    background-color: transparent;
    color: white !important;
}

/*.blink_me {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}*/

.vertical-center-table, .vertical-center-table td, .vertical-center-table th {
    vertical-align: middle !important;
}

.bg-red {
    background-color: red;
}

.btn-primary {
    background-image: linear-gradient(to bottom, #E81606 0, #E81606 100%);
    border-color: #E81606;
    background-color: #E81606;
}

.btn-primary:focus, .btn-primary:hover {
    background-image: linear-gradient(to bottom, #E81606 0, #E81606 100%) !important;
    border-color: #E81606 !important;
    background-color: #E81606;
}

.btn-warning {
    background-image: linear-gradient(to bottom, #2d2d2d 0, #2d2d2d 100%);
    border-color: #2d2d2d;
    background-color: #2d2d2d;
}

.btn-warning:focus, .btn-warning:hover {
    background-image: linear-gradient(to bottom, #2d2d2d 0, #2d2d2d 100%);
    border-color: #2d2d2d;
    background-color: #2d2d2d;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #2d2d2d;
    border-color: #2d2d2d;
}

.pagination > li > a, .pagination > li > span {
    color: #2d2d2d;
}