﻿* {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    color: #333333;
}
/* width */
::-webkit-scrollbar {
    width: 5px;
    height:5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.th-box {
    background: #FFFFFF;
    box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
    position: relative;
    padding: 15px;
}

.th-input-box {
    border: 1px solid #ECECEC;
    box-sizing: border-box;
    box-shadow: 2px 2px 20px rgba(94, 94, 94, 0.1);
    border-radius: 8px;
}

.th-text-box {
    border-radius: 8px !important;
}

.rcbInputCellLeft {
    border-radius: 8px 0px 0px 8px !important;
}

.rcbArrowCellRight {
    border-radius: 0px 8px 8px 0px !important;
}

.riTextBox {
    border-radius: 8px !important;
    height:34px !important;
}

.th-btn {
    min-width: 100px;
    background: #bf3d3f;
    border-radius: 10px;
    font-size: 14px;
    color: white;
}

    .th-btn:hover {
        background: #bf3d3f;
        color: white;
    }

.mr-top-15 {
    margin-top: 15px;
}

.form-check-input {
    margin-top: 2px;
}

input[type=checkbox], input[type=radio] {
    border: 1px solid #ECECEC;
    color: #ECECEC;
}

.padding-0 {
    padding: 0px;
}

.padding-15 {
    padding: 15px;
}

.rgHeader {
    background-color: #bf3d3f !important;
    color: white !important;
}

    .rgHeader a {
        color: white !important;
    }

.head-list-grid, .head-list-grid span {
    background-color: #bf3d3f !important;
    color: white !important;
}

.RadWindow .rwTitleWrapper {
    line-height: 16px !important;
    height: 36px !important;
}

.rcbInput {
    border: none !important;
}

.ruButton {
    height: 33px !important;
    border-radius: 8px !important;
}

.RadButton_Bootstrap, .rtlPagerButton {
    border-radius: 8px !important;
}
