/** GENERAL */
* {
    box-sizing: border-box;
}

/** LOGIN */
.login-page {
    background: radial-gradient(rgba(215, 215, 215, 0.25) 1px, transparent 1px) 0 0 / 50px 50px, radial-gradient(rgba(215, 215, 215, 0.1) 1px, transparent 1px) 25px 25px rgb(40, 44, 52);
    background-position: 0 0, 25px 25px;
    transition: background 0.5s ease-in-out 0s;
}

/** GRIDVIEW */
.overlay > i {
    position: absolute;
    top: 50%;
    left: 50%;
}

.edit-button {
    padding: 0 10px
}

/** BOOTSTRAP OVERWRITE **/
.btn {
    border-radius: unset !important;
}

.sidebar-dark-primary .nav-link.active {
    background-color: #8c1e24 !important
}

.card-primary:not(.card-outline) > .card-header {
    background-color: #9f161e !important
}

.kv-grid-table a {
    color: #9f161e !important
}

.breadcrumb-item:not(:last-child) a {
    color: #9f161e !important
}

.table-sm td {
    white-space: nowrap;
}

.btn-primary {
    background-color: #9f161e !important;
    border: unset !important;
}

.btn-primary:hover {
    background-color: #9f161eCC !important;
}

.help-block {
    color: red !important;
}

.modal-header {
    text-transform: uppercase !important;
}

/** KARTIK OVERWRITE **/
.file-preview {
    border: unset !important;
    padding: unset !important;
}

.file-drop-zone {
    border: unset !important;
    margin: unset !important;
    padding: unset !important;
}

.pagination .page-link {
    color: #9f161e;
}

.page-item.active .page-link {
    background-color: #9f161e;
    border-color: #9f161e;
}

.page-link:hover {
    color: #9f161e;
}

.close.fileinput-remove {
    display: none;
}

.kv-file-remove.btn.btn-sm.btn-kv.btn-default.btn-outline-secondary {
    display: none !important
}

.content .kv-editable-popover {
    display: none !important;
}

.kv-editable-link {
    color: black;
    border-bottom: 1px dashed #9d9d9d;
}

/** GOOGLE MAPS **/
#description {
    font-size: 15px;
    font-weight: 300;
}

#infowindow-content .title {
    font-weight: bold;
}

#infowindow-content {
    display: none;
}

#map #infowindow-content {
    display: inline;
}

.pac-card {
    margin: 10px 10px 0 0;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    background-color: #fff;
}

#pac-container {
    padding-bottom: 12px;
    margin-right: 12px;
}

.pac-controls {
    display: inline-block;
    padding: 5px 11px;
}

.pac-controls label {
    font-size: 13px;
    font-weight: 300;
}

#pac-input {
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    height: 38px;
    width: 280px;
    margin-top: 10px;
    border: 1px solid #ced4da;
    border-radius: 10px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

#title {
    color: #fff;
    background-color: #4d90fe;
    font-size: 25px;
    font-weight: 500;
    padding: 6px 12px;
}

#target {
    width: 345px;
}

/** CUSTOM **/
.sidebar-collapse .brand-link img {
    width: 48px;
}

.small-form {
    border: 1px solid #dee2e6;
    padding: 13px;
    border-radius: 2px;
    margin-bottom: 25px;
}

.r{
    border-radius: 50%;
    width: 22px;
    height: 22px;
}

.r.warehouse{
    background : #22a1ff;
}

.r.current {
    background : #00b44e;
}

.r.past {
    background : #953b398D;
}

.b-b-b {
    background: #165f9f24;
    padding: 0 5px;
    border-radius: 4px;
}