/* here you can put your own css to customize and override the theme */
/* here you can put your own css to customize and override the theme */
.small-loader {
    background-image: url('/Content/assets/global/img/input-spinner.gif');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
}

/*To make checkbox size bigger*/
input[type=checkbox] {
    /* All browsers except webkit*/
    transform: scale(1.1);
    /* Webkit browsers*/
    -webkit-transform: scale(1.1);
}

.ui-del {
    /*height: 20px;*/
}

.ui-add {
    /*height: 20px;*/
}

.opsel {
    /*color: red;*/
    margin-right: 6px;
    margin-left: 6px;
}

.exportToolBar {
    color: black;
    height: 28px;
    line-height: 1.7 !important;
}

    .exportToolBar[disabled] {
        background-color: #eeeeee;
        cursor: not-allowed;
    }

.exportBatchButton {
    width: 78%;
    text-align: right;
    display: inline-block;
}

.customsubmenu li a {
    /*border-top: 1px solid #4d4d4d;*/
    color: #d9d9d9;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
}

/*.submenuA1 {
    border-top: 1px solid #4d4d4d;
    color: #d9d9d9;
    padding: 10px 15px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
}*/

.customsubmenu li {
    list-style: none;
     padding-top: 5px ;
}

#dropzoneForm {
    border: 2px dashed #0087f7;
}

.upload-success {
    color: green;
}

.upload-failure {
    color: red;
}

.dz-message {
    font-size: large;
    color: lightblue;
}

.dz-image {
    border-radius: 20px !important;
}

@media print {
    .avoid tr {
        display: table-row-group;
        page-break-inside: avoid;
        page-break-after: auto;
    }

    .avoid td * {
        page-break-inside: avoid;
    }

    .no-print, .no-print *
    {
        display: none !important;
    }
}
