/*.form-control {
    height: 28px;
    border-radius: 4px;
}

.col-xs-1 .form-control {
    width: 96%;
    margin-left: 1px;
}

.col-xs-2 .form-control {
    width: 97%;
    margin-left: 1px;
}

.col-xs-3 .form-control {
    width: 98%;
}

.col-xs-4 .form-control {
    width: 99%;
}

.col-xs-5 .form-control {
    width: 99%;
}

.col-xs-8 .form-control {
    width: 99.3%;
    padding: 0px 6px 0px 0px;
}

.col-xs-6 .form-control {
    width: 99.3%;
    padding: 0px 6px 0px 0px;
}*/
.form-control{
    height:26px!important;
}
label {
    font-size:12px!important;
    font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    margin-bottom:2px!important;
}
.row {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.container-fluid {
    width: 99.5% !important;
}
/* width */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}
/* Handle */
::-webkit-scrollbar-thumb {
    background: gray;
    border-radius: 10px;
}
    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #141313;
    }
