body {
    line-height: normal;
    font-size: 14px;
}

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

hr {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

table tbody tr td {
    vertical-align: middle !important;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    padding: 8px 3px;
}

.table-responsive {
    height: auto;
}

@media screen and (min-width: 767px) {
    .table-responsive {
        overflow: inherit;
    }
}

@media screen and (max-width: 767px) {
    .table-responsive .dropdown-menu {
        position: static !important;
    }
}

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

.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-xs-1,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9 {
    padding-right: 10px;
    padding-left: 10px;
}

.tooltip {
    z-index: 999999999;
    /*font-size: 12px;*/
    font-weight: bold;
}

.tooltip-inner {
    white-space: nowrap;
}

.btn:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.close {
    text-shadow: none;
    opacity: 0.75;
}

.close:hover {
    opacity: 1;
}

.modal-title {
    line-height: 1;
}

.modal-footer {
    text-align: left;
}

textarea {
    resize: none;
}

.input-group .form-control {
    z-index: auto !important;
}

.datepicker.datepicker-weeks table > tbody > tr:hover {
    background-color: #eeeeee;
}

dd {
    line-height: normal;
}

@media (min-width: 992px) {
    .modal-full {
        width: 95%;
        height: 100%;
    }
}

.text-white {
    color: #ffffff;
}

h4.panel-title {
    font-size: 16px;
}

h5.panel-title {
    font-size: 14px;
}

