/*Base*/
::-webkit-scrollbar {
    width: 0.5em;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

body { padding-top: 50px; }
.kit-grid-filter{
    margin-bottom: 10px;
}
.kit-grid-cell-i-images{
    width: 200px !important;
}
.container-base{
    margin-top: 10px;
    margin-bottom: 10px;
}
.alert-info {
    background-color: #f7f7f7;
    border-color: #e4e4e4;
    color: #4a4a4a;
}

.alert-info span {
    color: black;
}

.valid_row{
    background-color: #dff0d8;
}
.not_valid_row{
    background-color: #f9bdbb;
}

.today_row{
    background-color: #ffe0b2;
}


/*Fast Search*/

.search-input{
    width: 300px!important;
    color: #fff;
}

.search-input-icon{
    color: #b2dbfb;
}

.search-results{
    position: fixed;
    background: #fff;
    margin-top: 2px;
    width: 300px;
    max-height: 500px;
    overflow-y: auto;
    border: none;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
}

.search-results ul li {
    text-decoration: none;
    padding: .75rem 1.25rem;
    border-bottom: 1px solid #efefef;
}


