/*!
 * Copyright © CTMS
*/

div.dataTables_processing, div#preloader {
    position: fixed;
    z-index: 1500;
    background-image: url(../img/preloader.gif);
    background-color: #f0f5f5;
    opacity: 0.4;
    background-repeat: no-repeat;
    background-position: center;
    bottom: 0;
    right: 0;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
}

div.dataTables_processing {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

.show {
    display: block;
}

.hide {
	display: none;
}

.validation-summary-errors ul {
    padding-left: 0px;
}

.validation-summary-errors ul li {
    list-style-position: inside;
    list-style: none;
    text-align: center;
    margin-bottom: 8px;
}

.form-control {
    height: auto;
}

.input-validation-error {
    border: 1px solid #f00;
}

input.valid {
    border: 1px solid #00c851;
}

/* Print media */
@media print {
    * {
        font-size: 12px;
    }

    [class*='col-sm'] { float: left; }
    .col-sm-1 { width: 8.33%; }
    .col-sm-2 { width: 16.66%; }
    .col-sm-3 { width: 24.99%; }
    .col-sm-4 { width: 33.32%; }
    .col-sm-5 { width: 41.65%; }
    .col-sm-6 { width: 50%; }
    .col-sm-7 { width: 58.31%; }
    .col-sm-8 { width: 66.64%; }
    .col-sm-9 { width: 74.97%; }
    .col-sm-10 { width: 83.3%; }
    .col-sm-11 { width: 91.63%; }
    .col-sm-12 { width: 100%; }
    .col-xs-12 { width: 100%; }

    .show-print {
        display: block !important;
    }
}
/* Print media */