.toastr {
    border-radius: 0.25rem;
    min-width: 20%;
    padding: 0.7em !important;
    padding-left: 1.4em !important;
    padding-right: 1.4em !important;
    opacity: 0.9 !important;
}

.checkBoxBorder {
    border: 1px #1ba1e2 dashed !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.listNoDots {
    list-style-type: none !important;
}

ul.checkBoxBorder > li > label > label.checkBoxBorder {
    border: none !important;
}

.dropzone {
    height: 50px;
    border: 1px #60a917 dashed !important;
    background-size: contain;
}

.invalid > ul.listview {
    border: 1px #CE352C dashed !important;
}

.dialogBody {
    overflow: visible;
}

.w-135 {
    width: 13.75%;
}

.w-5 {
    width: 5%;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.w-20 {
    width: 20%;
}

.w-25 {
    width: 25%;
}

#preloader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}

.preloaderReal {
    left: 50%;
    top: 20%;
    transform: translate(-50%, 0);
}

.preloaderElems {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.table-bottom {
    display: flex;
    justify-content: space-between;
}

.table-pagination {
    float: right !important;
}

.screenshotPreview {
    border: black 1px solid;
    max-height: 75px;
    max-width: 225px;
    margin-right: .5em;
    margin-left: .5em;
}

.infoInputs input[disabled]:not(.forbidden),
.infoInputs input:disabled:not(.forbidden) {
    color: #1d1d1d !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: none !important;
}

.infoInputs textarea[disabled]:not(.forbidden),
.infoInputs textarea:disabled:not(.forbidden) {
    color: #1d1d1d !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: none !important;
}

.infoInputs label.disabled.input-normal:not(.forbidden) {
    color: #1d1d1d !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px #d9d9d9 solid !important;
}

.infoInputs div.disabled.textarea:not(.forbidden) {
    color: #1d1d1d !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px #d9d9d9 solid !important;
}

.infoInputs div.disabled.input:not(.forbidden) {
    color: #1d1d1d !important;
    background-color: rgba(0, 0, 0, 0) !important;
    border: 1px #d9d9d9 solid !important;
}

.infoInputs label.disabled.input-normal > div.select-input:not(.forbidden) {
    color: #1d1d1d !important;
}

.infoInputs label.disabled.input-normal > span.dropdown-toggle:not(.forbidden) {
    display: none !important;
}

.infoInputs div.disabled.time-picker:not(.forbidden),
.infoInputs div.disabled.date-picker:not(.forbidden) {
    color: #1d1d1d !important;
}

.infoInputs label.checkbox.disabled > input[type=checkbox] ~ .check,
.infoInputs label.checkbox.disabled > input[type=checkbox] ~ .check {

}

.infoInputs label.checkbox.disabled > input[type=checkbox]:checked ~ .check,
.infoInputs label.checkbox.disabled > input[type=checkbox][checked] ~ .check {

}

.checkbox input[type=checkbox]:checked:disabled ~ .check {
    border-color: #1d1d1d;
    background-color: #1d1d1d;
}

input:disabled::-webkit-input-placeholder:not(.forbidden) { /* WebKit browsers */
    opacity: 0;
}

input:disabled:-moz-placeholder:not(.forbidden) { /* Mozilla Firefox 4 to 18 */
    opacity: 0;
}

input:disabled::-moz-placeholder:not(.forbidden) { /* Mozilla Firefox 19+ */
    opacity: 0;
}

input:disabled:-ms-input-placeholder:not(.forbidden) { /* Internet Explorer 10+ */
    opacity: 0;
}

textarea:disabled::-webkit-input-placeholder:not(.forbidden) { /* WebKit browsers */
    opacity: 0;
}

textarea:disabled:-moz-placeholder:not(.forbidden) { /* Mozilla Firefox 4 to 18 */
    opacity: 0;
}

textarea:disabled::-moz-placeholder:not(.forbidden) { /* Mozilla Firefox 19+ */
    opacity: 0;
}

textarea:disabled:-ms-input-placeholder:not(.forbidden) { /* Internet Explorer 10+ */
    opacity: 0;
}

table.table .check-cell > label.checkbox {
    display: block;
}

table.table .check-cell > label.checkbox span.caption {
    display: none !important;
}

.button.usmall {
    font-size: .6rem;
    padding: 0 .2rem;
    height: 16px;
    line-height: 16px;
}

.margin0auto {
    margin: 0 auto !important;
}

.textHr {
    overflow: hidden;
    text-align: center;
}

.textHr:before,
.textHr:after {
    background-color: #000;
    content: "";
    display: inline-block;
    height: 1px;
    position: relative;
    vertical-align: middle;
    width: 50%;
}

.textHr:before {
    right: 0.5em;
    margin-left: -50%;
}

.textHr:after {
    left: 0.5em;
    margin-right: -50%;
}