.form-horizontal .control-label {
    text-align: left;
}

label {
    font-weight: inherit;
}

input[type=checkbox], input[type=radio] {
    margin: 3px;
}

.border-left-thik {
    border-left-width: 6px !important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > thead > tr > td {
    background-color: #3C8DBC !important;
    color: #FFF !important;
}

    .table > thead > tr > th > a, .table > tbody > tr > th > a, .table > thead > tr > td > a {
        color: #FFF !important;
    }

        .table > thead > tr > th > a:after, .table > tbody > tr > th > a:after, .table > thead > tr > td > a:after {
            content: "\f0dc";
            display: inline-block;
            font-family: FontAwesome;
            font-style: normal;
            font-weight: normal;
            font-size: inherit;
            text-rendering: auto;
            float: right;
        }


.wrapper {
    overflow: inherit !important;
}

body {
    overflow: inherit;
}
