#logo {
    background: url('/res/img/logo.png') no-repeat left center;
    padding-left: 40px;
    margin-left: 0px;
    transition: color 0.3s linear;
    -webkit-transition: color 0.3s linear;
}

a {
    color: #9f1511;
    text-decoration: none;
}

.head_navbar ul.nav li a {
    padding: 10px 13px 10px;
}

#logo {
    font-size: 17px;
}

/*delete horizontal scroll*/
.form-actions {
    padding: 19px 0 20px 10px !important;
}

/*center all modals*/
.modal {
    width: 80%;
    left: 10%;
    margin: auto;
}

.bootstrap-switch-handle-on {
    white-space: nowrap;
}

.bootstrap-switch-handle-off {
    white-space: nowrap;
}

.bootstrap-switch span::before {
    content: '' !important;
}

.required:after {
    content: " *";
    color: red;
}

.select2-container {
    margin-left: 0 !important;
    margin-bottom: 6px;
}

.bootbox-small {
    width: 20% !important;
    left: 40% !important;
    top: 20% !important;
    z-index: 100000000 !important;
}

.input-nano {
    width: 30px;
}

.control-label.control-label-large {
    width: 260px !important;
    margin-right: 16px;
}

.popover {
    z-index: 100000000 !important;
}

.tip {
    z-index: 100000000 !important;
}

#ui-datepicker-div
{
    z-index: 100000000 !important;
}

.pop {
    outline: 0 !important;
    outline-offset: 0 !important;
}

.form-vertical .help-inline {
    margin-bottom: 10px;
}

.btn-green.active {
    color: rgba(255, 255, 255, 0.75);
}

.btn-green {
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #006d00;
    *background-color: #004400;
    background-image: -moz-linear-gradient(top, #008800, #004400);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#008800), to(#004400));
    background-image: -webkit-linear-gradient(top, #008800, #004400);
    background-image: -o-linear-gradient(top, #008800, #004400);
    background-image: linear-gradient(to bottom, #008800, #004400);
    background-repeat: repeat-x;
    border-color: #004400 #004400 #002a80;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff008800', endColorstr='#ff004400', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-green:hover,
.btn-green:focus,
.btn-green:active,
.btn-green.active,
.btn-green.disabled,
.btn-green[disabled] {
    color: #ffffff;
    background-color: #004400;
    *background-color: #006d00;
}

.btn-green:active,
.btn-green.active {
    background-color: #003399 \9;
}

#actions-modal.modal.fade.in {
    top: 6%;
    z-index: 1600;
}

.prettyPopin .prettyContent {
    position: relative;
    max-width: 100vw !important;
    max-height: 90vh;
    font-size: 1.2em;
    background: #f3f3f3;
    border: 1px solid #696969;
    margin: 0 auto;
}
