.errors {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    position: relative;
}

.errors .col {
    width: 100%;
    position: relative;
    padding-bottom: 10px;
}

.errors .col .close {
    position: absolute;
    right: 0;
    padding: 3px;
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}

.errors li {
    list-style-type: none;
    padding: 5px 0 0 30px;
}

.display-non {
    display: none;
}

.disabled {
    pointer-events: none;
    background: #eee;
}

.notification span { font-size: 16px; display: none; }

.notification .error { color: #d50038; }

.notification .success { color: #33b733; }

@media all and (min-width: 961px) { .js-tab-content .notification { padding-left: 0px; } }

.btnviewmore{
    text-decoration: underline;
    cursor: pointer;
}

.element-below-date {
    position: absolute;
    top:12px;
    width: 3px;
    height: 3px;
    border-radius: 150px;
    bottom: 3px;
    left: calc(45% - 1.5px);
    content: " ";
    display: block;
    font-size: 10px;
}

#calendar-inventory {
    padding-top: 15px;
}

.adjournment_status {
    margin: 0 10px 0 0;
    /*padding-left: 4px;*/
    /*padding-bottom: 6px;*/
    align-content: center;
    border: 1px solid #505271;
    border-radius: 100%;
    height: 30px;
    width: 30px;
    color: #ffffff;
    background: #505271;
    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;
}

.adjournment_status_header {
    margin: 0 5px 0 0;
    /*padding-left: 4px;*/
    /*padding-bottom: 4px;*/
    align-content: center;
    border: 1px solid #505271;
    border-radius: 100%;
    height: 25px !important;
    width: 25px !important;
    color: #ffffff;
    background: #505271;
    display: flex;
    font-size: 12px;
    justify-content: center;
    align-items: center;
}

.fixflex{
    display: flex;
    justify-content: space-between;
}

.fixflex.price span{
    font-weight: normal !important;
}

.adjournment_status_text {
    padding: 0 10px;
    margin-left: 25px;
    color: #ffffff;
    background: #505271;
    border-radius: 15px;
    display: flex;
    font-size: 14px;
    justify-content: center;
    align-items: center;
    max-width: 80px;
    font-weight: bold;
}

.price.fixflex{
    justify-content: flex-start;
/*.searchbar_e1 {*/
/*    max-width: 20% !important;*/
/*}*/
}
.datechoose input{
    max-width: inherit !important;
}

@media (min-width: 769px){
    .searchbar_e3 {
        max-width: 20% !important;
    }
}

.searchbar_e2 {
    max-width: 40% !important;
}

@media (max-width: 768px){
    .searchbar_e2 {
        max-width: 100% !important;
        flex: 0 0 100% !important;
    }
}

.searchbar_e2 .startdate{
    width: 100%
}

.searchbar_e2 .startdate input{
    width: 100%
}

.clred {
    color: blue !important;
}

.lawpage table tr td {
    text-align: left;
}

@media all and (max-width: 800px) {
    .adjournment_status_header{
        margin-right: 0;
    }

}
