html, body {
    height: 100%;
    margin: 0;
}
.left-nav {
    width: 75px;
    height: 100vh;
    background: #404040;
    position: fixed;
    left: 0;
    z-index: 100;
}
.navbar-inverse {
    background-color: #2f96b4;
    border-color: #64cceb #64cceb #184552 #2f96b4;
}
.navbar-inverse .container {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
}
.navbar-inverse .navbar-brand {
    color: #184552;
}
.navbar-inverse .btn-link.logout {
    color: #333333;
}
.container-fluid {
    margin-left: 80px;
}
div.required label.control-label:after {
    content: " *";
    color: red;
}
h3.form-header {
    font-weight: normal;
    color: #888;
    text-transform: uppercase;
    font-size: 17px;
    padding: 0;
    margin: 15px 0;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
}
label {
    font-weight: normal;
}


.kv-drp-dropdown .range-value {
    padding-left: 32px;
}
.kv-drp-dropdown .left-ind, .kv-drp-dropdown .right-ind {
    top: 7px;
}
.kv-drp-dropdown .kv-clear {
    padding: 5px;
    font-size: 16px;
    right: 20px;
    top: 5px;
}

.grid-view table tr td:last-child {
    min-width: 90px;
}

#dids .table td {
    vertical-align: middle !important;
}

.attachment button {
    float: left;
    margin-right: 5px;
    border: none;
    margin-top: 2px;
}
.attachment button:hover {
    background: none;
}
.attachment button:hover span {
    color: #337ab7;
}

.var {
	background-color: #beffff;
}
.var.var-text {
	background-color: #b2ffb8;
}

.col-form-label {
    padding-top: calc(.375rem + 1px);
    padding-bottom: calc(.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}

.reset-search-filter {
    float: none !important;
}

#contract-form .select2-selection__choice {
    white-space: break-spaces;
}

@media only screen and (max-width: 1280px) {
    #filter-lg {
        display: none;
    }
}
@media only screen and (min-width: 1281px) {
    #filter-sm {
        display: none;
    }
    .grid-view table tr td:last-child {
        min-width: 110px;
    }
}