.material-icons {
    z-index: 1
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

.spin {
    animation-name: spin;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

.datatableList tbody tr {
    cursor: pointer;
}

.help-block {
    color: #9c9c9c;
    font-size: 80%;
}

.form-group > div > div > label {
    font-weight: bold;
    font-size: 90%;
}


/* iCheck plugin Square skin, green
----------------------------------- */
.icheckbox_square-green,
.iradio_square-green {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 22px;
    height: 22px;
    background: url("../../assets/images/green.png") no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_square-green {
    background-position: 0 0;
}

.icheckbox_square-green.hover {
    background-position: -24px 0;
}

.icheckbox_square-green.checked {
    background-position: -48px 0;
}

.icheckbox_square-green.disabled {
    background-position: -72px 0;
    cursor: default;
}

.icheckbox_square-green.checked.disabled {
    background-position: -96px 0;
}

.iradio_square-green {
    background-position: -120px 0;
}

.iradio_square-green.hover {
    background-position: -144px 0;
}

.iradio_square-green.checked {
    background-position: -168px 0;
}

.iradio_square-green.disabled {
    background-position: -192px 0;
    cursor: default;
}

.iradio_square-green.checked.disabled {
    background-position: -216px 0;
}

.hr-line {
    border-top: 1px solid #ccc;
    margin: 10px 0px;
}

.table-sm td, .table-sm th {
    padding: .4rem;
}

.select2-container .select2-selection--single {
    height: 32px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}

table.small1 th, table.small1 td {
    font-size: 75% !important;
    padding: 2px !important;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    border: 1px solid #cccccc;
}

tr.bold1 td, td.bold1 {
    font-weight: bold;
}

table.small1 td input, table.small1 td select {
    border: 0px;
    height: 14px;
    padding: 0px;
    background-color: #d9f5eb;
}

table.table-condensed th, table.table-condensed td {
    font-size: 11pt;
    padding: 3px 5px;
}

table.small1 td input {
    width: 99%;
}

table.small1 td select {
    text-indent: -2px;
}

table.dataTable tbody {
    cursor: pointer;
}

.select2-container .select2-selection--single {
    height: calc(1.5em + .75rem + 2px);
    padding-top: 3px;
    border: 1px solid #ced4da;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 30px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 30px;
}

.custom-control-label::before, .custom-control-label::after {
    top: 0em;
    height: 1.5rem;
}

.custom-switch .custom-control-input:not(:disabled):not(:active):checked ~ .custom-control-label::before {
    border-color: #5cb85c;
    background-color: #5cb85c;
}

@media (min-width: 992px) {
    .modal-xxl {
        max-width: 800px
    }
}

@media (min-width: 1200px) {
    .modal-xxl {
        max-width: 1140px
    }
}

@media (min-width: 1400px) {
    .modal-xxl {
        max-width: 1340px
    }
}

label.col-form-label {
    font-size: 0.9em;
    padding-top: 0px;
    font-weight: 600;
}

code.small {
    font-size: 0.7em !important;
}