.row {
    margin-right: 0;
    margin-left: 0;
}

.navbar-toggle {
    display: block;
    margin-left: 25px !important;
    height: 28px !important;
}

.navbar {
    border-bottom: 1px solid #e7eaec !important;
    background: #f3f3f4 !important;
    margin-bottom: 0;
}

.panel > .panel-heading, .panel-default > .panel-heading {
    background-color: rgba(238, 238, 238, 0.31);
    font-weight: bold;
}

.panel-heading {
    display: inline-block;
    width: 100%;
    padding: 3px 15px;
    background-color: #343434 !important;
    border-color: #AD0000 !important;
    color: #fff !important;
}

.btn-red {
    background-color: rgba(202, 7, 42, 1) !important;
    color: #FFF !important;
}

.btn-dark-red {
    background: rgb(153, 51, 51) !important;
    color: #FFF !important;
}

    .btn-dark-red:hover {
        opacity: 0.9;
    }

.btn-yellow {
    background-color: rgb(202, 180, 7) !important;
    color: #FFF !important;
}

.btn-dark-yellow {
    background-color: rgb(204, 153, 0) !important;
    color: #FFF !important;
}

    .btn-dark-yellow:hover {
        opacity: 0.9;
    }

.btn-green {
    background: rgb(0, 118, 0) !important;
    color: #FFF !important;
}

.btn-dark {
    color: #fff !important;
    background-color: rgba(202, 7, 42, 1) !important;
}

    .btn-dark:hover {
        color: #000 !important;
        background-color: #757575 !important;
    }

.control-label::After {
    content: ": ";
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #B00522;
    border-color: #900;
}

.pagination > li > a, .pagination > li > span {
    color: #900;
    font-weight: 600;
}

    .pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
        color: #600;
    }

.modal-body {
    padding-top: 20px !important;
    overflow-y: auto;
    max-height: 600px;
}

.nav-tabs {
    background: none;
    text-transform: uppercase !important;
}

    .nav-tabs > li > a, .nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
        background-color: #C5C5C5 !important;
        border: 0 !important;
        color: #868686 !important;
        font-weight: 500;
        border-left: 1px solid #acabab !important;
        border-right: 1px solid #acabab !important;
        margin-right: -12px;
        margin-left: 5px;
        margin-bottom: 1px;
        z-index: 0;
        line-height: 19.5px;
        font-size: 98%;
        padding-left: 20px;
        padding-right: 20px;
    }

    .nav-tabs > li.active a {
        box-shadow: 0 -2px 6px #ccc;
        line-height: 21px;
        background-color: white !important;
        color: #343434 !important;
        border: 0 !important;
        z-index: 999 !important;
        font-size: 100%;
        margin-left: 0 !important;
    }

.tooltip {
    position: absolute;
    z-index: 1020;
    display: block;
    visibility: visible;
    padding: 5px;
    font-size: 11px;
    opacity: 0;
    filter: alpha(opacity=0);
}

    .tooltip.in {
        opacity: .8;
        filter: alpha(opacity=80);
    }

    .tooltip.top {
        margin-top: -2px;
    }

    .tooltip.right {
        margin-left: 2px;
    }

    .tooltip.bottom {
        margin-top: 2px;
    }

    .tooltip.left {
        margin-left: -2px;
    }

    .tooltip.top .tooltip-arrow {
        bottom: 0;
        left: 50%;
        margin-left: -5px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #000;
    }

    .tooltip.left .tooltip-arrow {
        top: 50%;
        right: 0;
        margin-top: -5px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-left: 5px solid #000;
    }

    .tooltip.bottom .tooltip-arrow {
        top: 0;
        left: 50%;
        margin-left: -5px;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #000;
    }

    .tooltip.right .tooltip-arrow {
        top: 50%;
        left: 0;
        margin-top: -5px;
        border-top: 5px solid transparent;
        border-bottom: 5px solid transparent;
        border-right: 5px solid #000;
    }

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
}

.bootstrap-duallistbox-container .btn-group, .btn-group-vertical {
    box-shadow: none !important;
    border: 1px solid #868686;
}

.bootstrap-duallistbox-container select,
.bootstrap-duallistbox-container select:focus {
    width: 100%;
    border: 1px solid #868686;
    left: 1px;
    position: relative;
    padding: 10px;
}

.clickable {
    cursor: pointer;
}

.modal-header {
    background-color: #343434;
    color: #fff;
    line-height: 200px;
    vertical-align: middle;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.breadcrumb {
    padding: 0 15px;
    list-style: none;
    font-size: 14px;
    margin: 10px 0 0 -15px;
    box-shadow: 1px 1px 6px #ccc;
    border-radius: 0;
}

    .breadcrumb li a {
        color: #900;
    }

    .breadcrumb > li + li:before {
        color: #868686;
        content: "»\00a0";
    }

.btn-material-grey-300:not(.btn-link):not(.btn-flat) {
    background-color: #e0e0e0;
    color: rgba(0, 0, 0, 0.84);
}

.btn-material-grey-300:hover:not(.btn-link):not(.btn-flat) {
    background-color: #d6d6d6;
}

.btn-material-grey-300:active:not(.btn-link):not(.btn-flat) {
    background-color: #d1d1d1;
}

@media (min-width: 992px) {
    .col-md-1 {
        width: auto;
    }
}

fieldset {
    padding: .35em .625em .75em;
    margin: 0 2px;
    border: 1px solid #d3d1d1;
    border-radius: 4px;
}

legend {
    font-weight: bold;
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    color: #900;
    font-size: 15px;
}

.form-horizontal .checkbox {
    padding-top: 10px;
}

.alert-warning {
    background-color: rgba(96, 0, 0, 0.87);
    font-weight: bold;
}

.close {
    font-size: 36px;
}

.form-horizontal .form-group {
    margin-right: 0;
    margin-left: 0;
}


.alert-default {
    background-color: #eeeeee;
    color: #868686;
}

.input-group-addon, .input-group-btn {
    width: 0;
}