.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #23809c;
}

.widget-user .widget-user-image> .circle{
    border: 3px solid #fff;
}

.circle{
    align-items: center;
    border-radius: 50%;
    display: inline-block;
    justify-content: center;
    object-fit: cover;
    overflow: hidden;
    position: relative;
}
.s-30px {
    height: 30px;
    width: 30px;
}
.s-40px {
    height: 40px;
    width: 40px;
}
.s-50px {
    height: 50px;
    width: 50px;
}
.s-70px {
    height: 70px;
    width: 70px;
}
.s-90px {
    height: 90px;
    width: 90px;
}
.s-120px {
    height: 120px;
    width: 120px;
}
.s-200px {
    height: 200px;
    width: 200px;
}

.circle>img,
.circle>img{
    width: 100%;
}

.widget-user.no-active .widget-user-image .circle{
    border: 3px solid darkred;
}
.widget-user.no-active .widget-user-image .circle img{
    opacity: 0.9;
}

.select2-results__option[aria-disabled="true"]{
    color: #828282;
}

.Wire-Disabled-Childs input,
.Wire-Disabled-Childs textarea,
.Wire-Disabled-Childs select
{
    background:#e9ecef;
    border: 1px solid #ced4da;
    color:#AAA;
    pointer-events:none;
    opacity: 0.8;
}

.error{
    color: darkred;
}

.paginatorLivewire nav{
    display: inline-block;
}

.fas.fa-check-circle{
    color: darkgreen;
}
.fas.fa-times-circle{
    color: darkred;
}

.search{
    border-top: 0;
    border-radius: 0;
    background: #fff;
}
.search>input[type="text"]{
    border-top: 0;
    border-left: 0;
}
.search>span>button{
    border-top: 0;
    border-right: 0;
    background: white;
}

.btn-white{
    background: white;
}

.color-savne{
    color: #02aaac;
}

.callout.callout-primary {
    border-left-color: #007bff;
}


.admin-panel{
    padding-top: 1em;
}
.admin-panel .panel-left{
    background: white;
    border: 1px solid #ccc;
    height: 80vh;
    overflow: auto;
    width: 100%;
}
.admin-panel .panel-right{
    background: #fcfcfc;
    border: 1px solid #ccc;
    height: 80vh;
    overflow: auto;
    width: 100%;
}
.standard.list-group .list-group-item{
    cursor: pointer;
    border: 1px solid rgba(0,0,0,.125)!important;
}
.standard.list-group .list-group-item:hover:not(.active){
    background: #f3f3f3;
}


label.checkbox-normal {
    cursor: pointer;
    font-weight: normal!important;
}

.fa-trash{
    color: darkred;
    cursor: pointer;
}


.document_icon{
    background: white;
    border: 1px solid #f3f3f3;
    border-radius: 8px;
    cursor: pointer;
    display: inline-block;
    padding: 5px;
    text-align: center;
    transition: all 0.5s;
    width: 100%;
}
.document_icon:hover{
    box-shadow: 0px 2px #d5d5d5;
}
.document_icon .icon{
    max-height: 111px;
    width: 50%;
}
.document_icon .name{
    overflow: hidden;
    max-width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.document_icon .code{
    font-size: .9em;
}
.document_icon .created{
    color: #5e5e5e;
    font-size: .7em;
    justify-content: space-around;
}

.loading_full_page{
    background: rgba(99, 99, 99, 0.41);
    font-size: 2.5em;
    height: 100vh;
    left: 0;
    padding-top: 20%;
    position: fixed;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 9999;
}

.subtitle{
    background: rgba(0,0,0,.05);
    border-top: 1px solid #dee2e6;
    font-weight: bold;
    padding: .75rem;
    vertical-align: top;
}


.modal-95{
    max-width: 95%;
}
.modal-content .close.alone{
    position: absolute;
    right: 3px;
    top: -3px;
    z-index: 999;
}


.table-no-borders tr,
.table-no-borders th,
.table-no-borders td{
    border: 0!important;
}


.text-default{
    color: #6c757d;
}

.text-danger-dark{
    color: darkred;
}

.valign-middle{
    vertical-align: middle!important;
}

.badge-ellipsis{
    overflow: hidden; text-overflow: ellipsis; max-width: 10em;
}

.nav.nav-tabs.condensed .nav-link{
    padding: 3px 10px!important;
    border-radius: 0;
}
.nav-item.dropdown .dropdown-item .title{
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text-ellipsis{
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.note-editor .page-break{
    border-top: 2px dashed #1b6d86;
}
