/*
main > .container {
    padding: 70px 15px 20px;
}
*/

/*
 * Search results
 */
.search-container {
    position: relative;
    width: 100%;
}

#searchInput {
    width: 100%;
    padding: 8px;
    box-sizing: border-box;
}

.search-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: white;
    border: 1px solid #ccc;
    border-top: none;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    display: none;
}

.search-dropdown-item {
    padding: 8px;
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.search-dropdown-item:hover {
    background-color: #f0f0f0;
}


.duplicate {
    border-left: 5px solid #cc5555;
}


.message-show {
    color: black;
    opacity: 1;
    transition: all 1s ease;
}

.message-fade {
    color: black;
    opacity: 0;
    transition: all 1s ease;
}

@media (min-width: 1200px) {
    .container-fluid {
        max-width: 85%;
    }
}

@media (max-width: 3000px) {
    .container-fluid {
        width: 100%;
    }
}

datalist {

}

/* notification */
span.circle {
    background: #54b4c4;
    /* background: #f18080; */
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 25px;
    margin-right: 5px;
    text-align: center;
    width: 25px;
}

span.grey-circle {
    background: #cccccc;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    font-weight: bold;
    line-height: 20px;
    margin-right: 5px;
    text-align: center;
    width: 20px;
}


.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}
a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

/*
@media(max-width:767px) {
    .nav li > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}
*/

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/*

 */
a.nav-link {
    color: #dddddd;
}
a.dropdown-item:hover {
    color: #0056b3;
    text-decoration: underline;
}
div.message {
    margin-bottom: 7px;
}
.navbar-brand {
    color: #5c8faa;
}
.profile.dropdown-toggle::after {
    content: none;
}
div.form-group input {
    justify-content: flex-end;
}
/*

 */
.wrapper {
    display: flex;
    width: 100%;
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
}
.rememberme {
    margin-right: 15px;
}

.next {
    margin-left: 10px;
}
.prev {
    margin-left: 10px;
    margin-right: 10px;
}
.first {
    margin-left: 10px;
}
.last {
    margin-left: 10px;
}
.page {
    margin-left: 5px;
}

@media (max-width: 500px) {
    #collapse {
        display: none;
    }

}

/*
  kartik widget date
 */
div.date {
    padding-left: 0;
    padding-right: 0;
}

.field-cashbox-payment_expiration > div#cashbox-payment_expiration-kvdate.input-group {
    width: 80%;
}

