﻿.float[dir=rtl] { float:right !important; }
.float[dir=ltr] { float:left !important; }
h5#error-message { color: red; text-align: center; font-weight: 100; }

select[dir=ltr] { background-position-x : right !important; }

select[dir=rtl] { background-position-x: left !important; }

/* z-index: 2147483647 */
/* spinner */
.modal {
    display: none;
    position: fixed;
    /*z-index: 9999999999999999999;*/
    z-index: 10009 !important;
    top: 0;
    left: 0;
    text-align: center;
    vertical-align: middle;
    height: 100%;
    width: 100%;
    /*background: rgba( 255, 255, 255, .8 ) url('http://i.stack.imgur.com/FhHRx.gif') 50% 50% no-repeat;*/
}

/* When the body has the loading class, we turn
               the scrollbar off with overflow:hidden */
body.loading .modal { overflow: hidden; }

/* Anytime the body has the loading class, our
               modal element will be visible */
body.loading .modal { display: block; }

.loading-spinner { top: 50% !important; position: absolute; }

.loading {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 214748364;
   background-color: #d2d2d280;
    display: inherit !important;
}

#progress-content {
    text-align: center !important;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 5%;
}

/*** CKEditor ***/

.cke {
    z-index: 99999999999999999999 !important;
}

/*.cke_editor_Description_dialog {
    z-index: 999999999999999999999 !important;
}*/

.img-icon {
    width: 30px;
    height: 30px;
}

[role='option'] {
    z-index: 999999999999999999999 !important;
}

.cke_maximized {
    z-index: 999999999999999999999 !important;
}

textarea.cke_reset {
    height: 100% !important;
}
/***************/
#loading-progress {
    display: none;
}

#modal-progress {
    display: none;
    position: fixed;
}

th, td {
    text-align: center;
}


.modal .modal-dialog {
    margin-top: 20px !important;
}

.bmd-label-floating {
    left:0px !important;
}

.dropdown.bootstrap-select {
    width: 100% !important;
}

/*.dropdown, .dropdown-menu {
    width: 100% !important;
}*/

.modal-dialog {
    max-width: 90% !important;
}

ul.pagination {
    text-align: center !important;
}

.center-content {
    display:flex !important;
    justify-content: center !important;
}

.terms-of-service > span {
    margin: 10px !important;
    vertical-align: text-bottom !important;
}

.terms-of-service > input {
    vertical-align: middle !important;
    width: 20px !important;
    display: initial !important;
}

.news-block .content-box h3 {
    white-space: unset !important;
}

.content-center {
    justify-content: center;
    display: grid;
    align-content: center;
    grid-template-columns: min-content;
}

.table-img {
    width:75px;
    height:75px;
}