﻿body {
    -webkit-print-color-adjust: exact; /*force background color to be printed*/
}

.btn-search:before, .btn-reset:before, .btn-save:before, .btn-delete:before, .btn-close:before, .btn-add:before, .btn-refresh:before, .btn-print:before, .btn-ok:before {
    font-family: FontAwesome;
    float: left;
    margin-right: 5px;
}

.btn-search:before {
    content: "";
}

.btn-reset:before {
    content: "";
}

.btn-save:before {
    content: "";
}

.btn-delete:before {
    content: "";
}

.btn-close:before {
    content: "";
}

.btn-add:before {
    content: "";
}

.btn-refresh:before {
    content: "";
}

.btn-print:before {
    content: "";
}

.btn-ok:before {
    content: "\f00c";
}

.NoRecordFound {
    padding: 10px;
    text-align: center;
    color: silver;
}

label.RadioLabel {
    padding-left: 3px;
    padding-right: 10px;
}

.ButtonPanelTop {
    padding-bottom: 5px;
}

.ButtonPanelBottom {
    padding-top: 5px;
}

.AuditInfo, .AuditInfo label, .AuditInfo input[type=text] {
    color: silver
}

.Bold {
    font-weight: bold;
}

ul.k-tabstrip-items .fa {
    margin-right: 5px;
    font-size: 120%;
}

input[type="checkbox"][readonly], label[readonly], span[readonly] { /* make reaonly checkbox unclickable*/
    pointer-events: none;
}

select[readonly] { /* make reaonly drop unclickable*/
    pointer-events: none;
    /*color: darkgrey*/;
    /*hide down arrow*/
    /* for Firefox */
    -moz-appearance: none;
    /* for Chrome */
    -webkit-appearance: none;
}

    select[readonly]::-ms-expand { /* For IE10: hide down arrow */
        display: none;
    }

label[readonly] {
    color: #999;
}

option[disabled] {
    color: silver
}

h3.Required:before, th.Required:before, label.Required:before {
    color: #C62828 !important;
    content: "*";
    font-weight: 900;
    font-size: 154%;
    position: absolute;
    margin-left: -12px;
    margin-top: -2px;
}
/***************************************************/
.panel-title > a[data-toggle=collapse] /*toggle-collapse link*/ {
    display: block;
}

    .panel-title > a[data-toggle=collapse]:after /*toggle-collapse link*/ {
        font-family: FontAwesome;
        color: silver;
        float: right;
        content: "\f106";
        transform: rotate(0deg);
        transition: all 0.5s;
    }

    .panel-title > a[data-toggle=collapse].collapsed:after /*toggle-collapse link*/ {
        transform: rotate(180deg);
        transition: all 0.5s;
    }
/***************************************************/
.k-multiselect.ReadOnly .k-i-close {
    display: none
}
ul.CheckBoxList {
    list-style: none;
    padding-left: 0px;
}