.loading-overlay{
    position: fixed;
    top: 0;
    left: -600px;
    z-index: 1000;
    /*background-color: #8c8c8c;*/
    background-color: #b3b3b3;
    opacity: 0.4;
    width: calc(100% + 1200px);
    height: 100%;
}

.loading-text{
    position: fixed;
    top: calc(50vh - 50px);
    left: -600px;
    z-index: 1100;
    text-align: center;
    width: calc(100% + 1200px);
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.loading-text > span > img{
    width: 20px;
    margin-right: 5px;
    margin-left: 5px;
}

.loading-text > span{
    padding: 15px;
    /*background-color: #db5858;*/
    /*background-color: #d32f2f;*/
    background-color: var(--primary);
    font-size: 16px;
    color: #FFFFFF;
    border-radius: 5px;
}

.main-content-wrapper{
    height: calc(100% - 30px);
}

.data-table-buttons-wrapper{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.data-table-image{
    width: 55px;
    height: 55px;
    border: 1px solid #0084B5;
    border-radius: 2px;
    background-position: center center;
    background-size: cover;
}

.error-message{
    width: 100% !important;
    padding: 5px !important;
    color: red !important;
    text-align: start !important;
}

.input-error-message{
    width: 100% !important;
    text-align: start !important;
    margin-top: 0.25rem;
    font-size: 0.9rem;
    color: #F64E60
}

.required{
    color: red !important;
}

.multi-select-wrapper{
    width: 100% !important;
    background-color: #f4f5f8 !important;
    padding: 20px;
    border-radius: 5px;
}

.project-name{
    color: #ffffff !important;
}

.error-view-wrapper{
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.error-view-message{
    width: 100%;
    color: gray;
    font-size: 40px;
    font-weight: bold;
    text-align: center;
}

.translations-pagination-wrapper{
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.main-heading{
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 35px;
    text-align: center;
    color: #4d4d4d;
}

.toolbar-wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
}

.toolbar-button{
    margin-left: 5px;
    margin-right: 5px;
}

.toolbar-separator{
    width: 1px;
    height: 20px;
    margin-left: 5px;
    margin-right: 5px;
    background-color: gray;
}

.breadcrumb-home{
    font-size: 20px;
    color: #74788d;
    margin-left: 10px;
    cursor: pointer;
}

.breadcrumb-home :hover{
    color: #22b9ff;
}

.breadcrumb-separator{
    font-size: 20px;
    color: #74788d;
    margin-left: 5px;
    margin-right: 5px;
}

.breadcrumb-url{
    font-size: 15px;
    color: #74788d;
    cursor: pointer;
}

.breadcrumb-url :hover{
    color: #22b9ff;
}

.permissions_group_title {
    margin-top: 30px;
}

.permissions_group_title:first-child {
    margin-top: 0px;
}

.permissions_group .checkbox-inline {
    margin-bottom: 5px;
}

.select2 {
    width: 200px;
}

.notice-card{
    padding: 5px;
    border-radius: 4px;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
}

.notice-card > i{
    color: #ffffff;
    margin-right: 5px;
}

.success-color{
    background-color: #1BC5BD;
}

.danger-color{
    background-color: #F64E60;
}

.info-color{
    background-color: #db5858;
}

.captcha-wrapper{
    width: fit-content;
    padding: 6px;
    border-radius: 4px;
    background-color: #db5858;
}

.captcha-wrapper input[type="text"]
{
    width: 280px;
    height: 30px;
    font-size:24px;
    font-weight: bold;
    text-align: center;
    padding: 2px !important;
}

.jstree-button{
    width: 20px;
    height: 20px;
    background-color: #db5858;
    border: none;
    border-radius: 4px;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 3px;
    margin-right: 3px;
    padding: 0px;
    line-height: 20px;
    text-align: center;
}

.jstree-button.warning{
    background-color: #EE9D01;
}

.jstree-button.danger{
    background-color: #F64E60;
}

.jstree-button.success{
    background-color: #1BC5BD;
}

.jstree-button > i{
    font-size: 12px;
    color: #ffffff;
    font-weight: bold;
    margin: 0px;
}

.verification-input-wrapper
{
    display: flex;
    flex-direction: row;
}


.verification-input-wrapper > button
{
    white-space: nowrap;
}

.images-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    text-align: right;
}

.images-wrapper .image{
    margin-right: 10px;
    width: 20%;
    overflow: hidden;
}

.images-wrapper .image img{
    /*#3699FF  #E4E6EF*/
    border: 1px solid #db5858;
    border-radius: 5px;
    width: 100%;
}

/*Image upload input*/

.i-image-input > .i-image-preview{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    justify-content: space-around;
    min-height: 50px;
    max-width: 100%;
    margin-bottom: 10px;
    background-color: #F3F6F9;
    border-color: #F3F6F9;
    color: #3F4254;
    border-radius: 3px;
    padding: 10px;
}

.i-image-input > .i-image-preview > span{
    font-size: 20px;
    color: #B5B5C3;
}

.i-image-block {
    display: flex;
    flex-direction: column;
    width: fit-content;
    margin: 6px;
}

.i-image-block > img{
    width: fit-content;
    max-height: 200px;
    min-height: 100px;
    max-width: 100%;
    min-width: 100px;
    background-position: top;
    border: 1px solid #B5B5C3;
    object-fit: scale-down;
}

.i-image-block > .i-image-block-actions{
    text-align: right;
    width: calc(100% + 10px);
    margin-bottom: -20px;
    z-index: 10;
}

.i-image-block > .i-image-block-actions > button{
    margin-left: 5px;
}

.i-image-block > .i-image-block-actions > button > i{
    padding: 0 !important;
    margin: 0 !important;
}

.table td{
    vertical-align: baseline !important;
}

.table-thumb{
    width: 100%;
    text-align: center;
}

.table-thumb > img{
    max-height: 40px;
    border: 1px solid #db5858;
    border-radius: 3px;
}
