textarea.form-control{resize:none;}
body {font-size:13px;font-family: 'Open Sans Regular';}
@font-face {
    font-family: 'Open Sans Regular';
    src: url('../fonts/OpenSans.eot');
    src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans.woff2') format('woff2'),
        url('../fonts/OpenSans.woff') format('woff'),
        url('../fonts/OpenSans.ttf') format('truetype'),
        url('../fonts/OpenSans.svg#OpenSans') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans Semibold';
    src: url('../fonts/OpenSans-Semibold.eot');
    src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Semibold.woff2') format('woff2'),
        url('../fonts/OpenSans-Semibold.woff') format('woff'),
        url('../fonts/OpenSans-Semibold.ttf') format('truetype'),
        url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: 'Open Sans Bold';
    src: url('../fonts/OpenSans-Bold.eot');
    src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Bold.woff2') format('woff2'),
        url('../fonts/OpenSans-Bold.woff') format('woff'),
        url('../fonts/OpenSans-Bold.ttf') format('truetype'),
        url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {font-family: 'Open Sans Regular';}
.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.has-feedback {
    position: relative;
}
label{font-family: "Open Sans Semibold";  font-weight: normal;}
.field-validation-error {
    background: #fed2d3;
    padding: 5px;
    display: block;
    border: 1px solid #d8929c;
    color: #923138;
    font-size: 12px;
}

.ml10 {
    margin-left: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.table thead > tr > th {
    vertical-align: top;
    font-family: 'Open Sans Semibold';
    font-weight: normal;
}

table.dataTable thead .sorting::after, table.dataTable thead .sorting_asc::after, table.dataTable thead .sorting_desc::after {
    font-family: FontAwesome;
}

table.dataTable thead .sorting::after {
    content: "\f0dc";
}

table.dataTable thead .sorting_asc::after {
    content: "\f160";
}

table.dataTable thead .sorting_desc::after {
    content: "\f161";
}

.box-header.with-border {
    border-bottom: 1px solid #e8e8e8;
    background: #efefef;
    color: #222d32;
} 
.box-header {
    background: #ffefee;
}
.box-header .box-title {
    padding: 8px 0;
    color: #ec1c24;
    font-family: "Open Sans Semibold"; 
}
.skin-red .main-header .logo {
    background: #FFF;
}

.skin-red .main-header .logo:HOVER {
    background: #FFF;
}

.skin-red .main-header .navbar {
    background-color: #ffffff;
}

.skin-red .main-header .navbar .sidebar-toggle:hover {
    background-color: #ffffff;
}

.main-header .sidebar-toggle:before {
    color: #333;
}

.user_title > h3 {
    font-size: 14px;
    font-weight: bold;
    color: #2a2a2a;
    margin: 0 0 10px 0;
    padding: 3px 0 10px 0;
    border-bottom: 1px solid #e2e2e2;
    /*border-top: 1px solid #e2e2e2;*/
} 
.user_title>h3 span {
    font-weight: normal;
    font-size: 14px;
}
.user_body > h3 {
    font-size: 17px;
    font-weight: 300;
}

.user_body strong {
    position: relative;
    display: block;
}

.user_body strong:after {
    position: absolute;
    content: '';
    right: 0;
    font-weight: bold;
}

.user_body span {
    display: block;
}

.point_body strong {
    float: left;
    position: relative;
    width: 185px; 
}

.point_body strong:after {
    position: absolute;
    content: ':';
    right: 0;
    font-weight: bold;
}

.point_body span {
    display: block;
    padding-left: 190px;
}

.form-horizontal .control-label {
    padding-top: 0;
    font-family: "Open Sans Semibold"; 
}

.login-page {
    background: url(images/login_bg.jpg) no-repeat;
    position: fixed;
    height: 100%;
    width: 100%;
    background-size: cover;
}

.login-box {
    margin: 13% auto 0 auto;
}

.login_top {
    background: #ec1c24;
    border-radius: 20px 20px 0 0;
    position: relative;
}

.login-box-body {
    border-radius: 20px;
    padding: 0;
    background: none;
    box-shadow: 0px 0px 20px 0px #828282;
}

.login-logo {
    box-shadow: 0 10px 20px -10px #a91c0b;
    background: #fff;
    padding: 10px 20px;
    border-radius: 100px;
    border: 2px solid #dd4b39;
    top: -40px;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    width: 300px;
}

.login-logo img {
    width: 200px;
    vertical-align: middle;
}

p.login-box-msg {
    padding: 50px 0 20px 0;
    color: #fff;
}

.login_bottom {
    padding: 20px;
    background: #fff;
    border-radius: 0 0 20px 20px;
}

.login_btn button.btn.btn-flat {
    border-radius: 5px;
    border: none;
    padding: 10px;
    text-transform: uppercase;
    font-weight: 300;
}

thead tr.bg_color {
    background: #2c3b41;
    color: #fff;
    font-size: 12px;
    font-weight: normal;
}

thead tr.bg_color th {
    font-size: 12px;
    font-family: 'Open Sans Semibold';
    font-weight: normal;
}
table.dataTable thead tr.bg_color th { padding-right:20px; word-break: keep-all;font-family: 'Open Sans Semibold';
    font-weight: normal;}

table.table-hover tbody tr td {
    font-size: 12px;
    border: 0px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}
tbody tr td {
    font-size: 12px;
    border: 0px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    vertical-align: middle;
}
.navbar-custom-menu > .navbar-nav > li > .dropdown-menu {width:auto; border: 1px solid #d4d4d4;box-shadow: 0px 2px 10px -5px #666;}
.navbar-custom-menu .dropdown-menu li a { border-bottom: 1px solid #e2e2e2; padding:8px 20px; font-size: 13px;}
li.logoff_change { 
    color: #777;
}

li.logoff_change input {
    border: none;
    background: none;
    font-size: 13px;
    color: #777;
}
.adjustment_pop label {
    font-size: 13px;
    line-height: normal;
    font-family: "Open Sans Semibold"; 
}
.form-control {font-size:13px; }
.modal-header {
    border-bottom-color: #f4f4f4;
    background: #efefef;
    color: #ec1c24;
}
.mt15 { margin-top:15px;}
.card_radio label {
    font-size: 13px;
    line-height: 29px;
    margin-right: 20px;
    font-family: 'Open Sans Regular';
    font-weight:normal;
}
.card_radio label input {
    margin-top: 0px;
    vertical-align: middle;
}
.pagination>li>a {
    font-size: 12px;
}
div.dataTables_info {font-size:13px;}
.modal-title {font-family: "Open Sans Semibold"; }
#noti-success {
    background: #dff0d8 none repeat scroll 0 0;
    border: 1px solid #bde2ad;
    color: #288402;
    left: 0;
    margin: 0 auto;
    padding: 10px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 5px;
    width: 50%;
    z-index: 9999;
}
.img-loader {
    background-color: rgba(255, 255, 255, 0.7);
    height: 100%;
    left: 0;
    margin: 0 auto;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 9999;
    display:none;
}
.img-loader img{ 
    height: 40px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: 50%; 
    width: 40px; 
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
div.dataTables_processing {
    background:rgba(0, 0, 0, 0) linear-gradient(to right, rgba(255, 255, 255, 0.9) 0px, rgba(255, 255, 255, 0.9) 100%, rgba(255, 255, 255, 0.9) 100%, rgba(255, 255, 255, 0.9) 100%) repeat scroll 0 0;
    height: 100%;
    margin-left: -49%;
    margin-top: 0;
    top: 0;
    width: 98%;
}
.dataTables_processing > img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}
.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}
.mt10 { margin-top:10px;}
.mt15 { margin-top:15px;}
.mt20{ margin-top:20px;}
.mt25 { margin-top:25px;}
.mt30 { margin-top:30px;}
.bg-success {background: #dff0d8; padding: 10px;text-align: center; border: 1px solid #c4deb9;color: #267704;}
.bg-danger{background-color:#f2dede;padding:5px;text-align:center;border:1px solid #ef9595;color:#b34747}

/*Delete when merging*/
.content-wrapper { 
    min-height: 569px; 
}
/*Delete when merging end*/
 

.tabs-block {
    overflow: hidden; 
}
.tabs-block > ul {
    margin: 0 auto 20px;
    padding: 0;
    border: 0;
    outline: 0;
    list-style: none
}
.tabs-block .nav-tabs>li {
    float: left;
    margin-bottom: -1px;
    width: auto;
    min-width: 179px
}
.tabs-block .nav-tabs li>a {
    position: relative!important;
    float: left;
    padding: 0 1.5em 0 1.3em!important;
    /*height: 3em;*/
    line-height: 2.4em!important;
    text-decoration: none;
    color: #868686;
    background: #f5f5f5;
    -webkit-transition: padding .2s ease-in-out;
    -moz-transition: padding .2s ease-in-out;
    -o-transition: padding .2s ease-in-out;
    -ms-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out;
    width: 100%;
    text-transform: capitalize;
    font-size: 16px;
    border-bottom: 3px solid rgba(218, 232, 241, 1)!important;
    border-radius: 0!important
}
.tabs-block .nav-tabs>li>a:focus {
    outline: 0
}
.tabs-block .nav-tabs>li>a:before {
    margin-right: -1px;
    border-left-color: #3c8dbc!important
}
.tabs-block .nav-tabs>li>a:hover {
    background: #eaeaea
}

.tabs-block .nav-tabs>li>a:hover:after {
    border-left-color: #eaeaea
}
.tabs-block .nav-tabs>li a:after,
.tabs-block .nav-tabs>li a:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    right: -2em;
    margin-right: 0;
    margin-top: -.125em;
    border-width: 1.4em 1em;
    border-style: solid;
    border-color: transparent transparent transparent #f5f5f5;
}
.tabs-block .nav-tabs>li.active a:before {
    margin-right: -1px;
    border-left-color: rgba(170, 170, 170, 0)
}
.tabs-block .nav-tabs>li.active a:after {
    border-left-color: #3C8DBC
}
.tabs-block .nav-tabs>li:first-child>a {
    padding-left: 1.75em;
    -webkit-border-top-left-radius: 3.01px;
    border-top-left-radius: 3.01px;
    -webkit-border-bottom-left-radius: 3.01px;
    border-bottom-left-radius: 3.01px
}
.tabs-block .nav-tabs>li.active>a { 
    background: #3C8DBC;
    color: #FFF;
    cursor: default;
    border-color: #367FA9!important
}
.tabs-block .nav-tabs>li.active>a,
.tabs-block .nav-tabs>li.active>a:focus,
.tabs-block .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #3C8DBC;
    border: 1px solid #3C8DBC;
    border-bottom-color: transparent
}
.batch-content {
    border: 1px solid #ddd;
    margin-bottom: 20px;
}
.upload_file {
    border-bottom: 1px solid #ddd;
    padding: 10px; 
}
.upload_file p {
    font-size: 14px;
}
.form-control input {
    width: 200px;
} 
.upload_file .form-control {
    margin: 10px 0;
    width: 300px;
}
.user_table {
    margin: 0 auto; 
}
.user_count {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    padding: 0 15px;
}
.found {
    display: inline-block;
    font-size: 15px;
    margin: 10px 10px 10px 0;
}
.mtb10 { margin: 10px 0 10px 0;}
.batch-content {
    padding: 10px 0;
}
.changes_tab {
    margin: 20px 0;
}
.confirm_content h5 { font-family: 'Open Sans Semibold';}
.table-responsive {
    min-height: .01%;
    overflow-x: auto; 
}
.table-responsive .row { margin: 0;}
.table-responsive table {min-width: 1000px;}  
.data_table table.dataTable tr td:last-child { text-align: center;}
.data_table table.dataTable tr td:last-child a { display: table-cell;padding: 0 5px; cursor: pointer;}
.box-header.inner_title { background: none; border-bottom: 1px solid #ddd; margin: 0 30px 0 15px; padding: 0;}
.box-header.inner_title.add-reward-form-space{margin-bottom:20px;}
.box-header.inner_title .box-title {
    color: #333; 
    font-size: 16px;
}
.batch_content {  
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.batch_content h5 {
    font-family: "Open Sans Semibold"; 
}
.adjust_table {
    width: 100%;
}
.adjust_table table.dataTable tr td:last-child {
    text-align: center;
}
.adjust_table table.dataTable tr td:last-child a{
    padding:0 5px;
    cursor: pointer;
}
.nav.red_list_tab li { float: right;}
.nav.red_list_tab li .btn-default {  
    padding: 6px 10px;
    border-color: #ddd;
    border-radius: 0 3px 3px 0;
}
.nav.red_list_tab li .btn-default.border_tab{ border-right: 1px solid #ddd; border-radius: 3px 0 0 3px;}
.nav.red_list_tab li.active .btn-default {
    background-color: #00a65a;
    border-color: #008d4c;
    color: #fff; 
}
.nav.nav-tabs.red_list_tab { border: medium none;}
.green {color:#449d44;font-size: 18px;}
.red {color:#ec1c24;font-size: 18px;}
.red_list_detail.nav-tabs-custom {
    box-shadow: 0 1px 1px transparent;
    margin-bottom: 0px;
}
.modal-footer.text-center { text-align: center;}
.box-body {padding: 15px 10px;}
b, strong {font-family: "Open Sans Semibold"; font-weight: normal;}
.red_list_detail .tab-content { padding: 10px 0;}
.mt23 {margin-top: 23px;}
.filter_bx {
    border-bottom: 1px solid #ddd; 
    margin-bottom: 20px;
    padding-bottom: 10px; 
}
.filter_bx1 {
    border-bottom: 1px solid #ddd;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 10px;
    width: 100%;
}
.category_bx{
    border-bottom: 1px solid #ddd; 
    margin-bottom: 20px;
    padding-bottom: 20px; 
}
.category_bx select { width: auto;}
.note {
    background: #fdf5ba none repeat scroll 0 0; 
    margin: 2px 0 0;
    padding: 1px 5px;
    color: #000;
    font-size: 11px;
    display: inline-block;
    border: solid 1px #FFC107;
}
.ml10 { margin-left: 10px;}
.mr10 { margin-right: 10px;}
/*Added by Kapil*/

.redemptionNote h5 {
    font-family: 'Open Sans Semibold';
}
.table-bordered {
    border: 1px solid #ddd;
}
.adjust_table table.dataTable tr td:last-child.text-right{
    text-align: right;
}
.adjust_table table.dataTable tr td:last-child.text-left{
    text-align: left;
}
.adjust_table table.dataTable tr th.text-right{
    text-align: center;
}

table tbody td.textColor-red{
    color:#ec1c24;
}
table tbody td.textColor-green{
    color:#008d4c;
}
.sm-details label {
    display: inline-block;
    width: 150px;
    position: relative
}
.sm-details label:after {
    display: inline-block;
    content: ":";
    position: absolute;
    right: 0;
    /*padding-right: 10px;*/
    top:0;
}
.sm-details p {
    display: inline-block;
    vertical-align: top;
}
.pr5 {
    padding-right:5px;
}
.lbl-adj-trans-id{color: #428bca; cursor: pointer; text-decoration: underline;}
table#tbl-user-confirm tbody tr td:last-child{color:red;}
.bootbox-body {font-size: 18px;  padding: 10px 0 0; text-align: center;}
.bootbox .modal-footer { padding:15px;}
.table>tbody>tr>td { word-wrap: break-word; word-break: break-word;}

.dataTables_wrapper .row:nth-child(2){ overflow-x:auto;}
.select2-container--default .select2-selection--multiple .select2-selection__choice{border: 1px solid #636463; background: #636463;}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color: #ffffff;}
.select2-container--default .select2-results__option[aria-selected="true"]{background-color:#636463; color:#fff;}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color: #ec1c24;}
table.table-hover tbody tr.important td{/*background:#d2322d;*/color:#ec1c24;}
.select2-container--default .select2-results__option[aria-selected="true"], .select2-container--default .select2-results__option[aria-selected="true"]:hover {color: #fff;}
#tbl-point-history td:nth-child(10),#tbl-point-history td:nth-child(9),#tbl-system-point-history td:nth-child(4),#tbl-system-point-history td:nth-child(5){color:red;}
#tbl-point-history td:nth-child(8),#tbl-system-point-history td:nth-child(3){color:green;}

/*added by kapil 12-27-2016*/
.reports-pages .sm-details label{
    width: 205px;
}
.attachment_block{
    padding: 0 15px 0 0;
    margin-bottom: 10px;
 
}
.attachment_block .attachment_img {
    max-width: 177px;
    height: auto;
    float: left;
}
.attachment_block .attachment_pushed {
    width: calc(100% - 187px);
}
.attachment_block .attachment_pushed {
    display: table;
    height: 130px;
}
.attachment_block .attachment_pushed .attachment_text{
    display: table-cell;
    vertical-align: middle;
}
.attachment_block.attachment_small {
    margin-top: 10px;
}
.attachment_block.attachment_small .attachment_img{
    max-width: 125px;
}
.attachment_block.attachment_small .attachment_pushed{
    height: 83px;
}
.attachment_block.attachment_small .attachment_img{
    float: left;
}
.attachment_block.attachment_small .attachment_pushed {
    width: calc(100% - 140px);
    margin-left: 15px;
}
@media(max-width: 450px){
 .reports-pages .sm-details label{
    width: 150px;
}   
}
.table-responsive .dataTables_wrapper .col-sm-12 {position:static !important}
.table-responsive .dataTables_wrapper { position:relative;
}
.table-responsive .dataTables_wrapper div.dataTables_processing { margin-left:0px !important; left:0;
}
table.dataTable thead > tr > th {
    padding-right: 8px !important;
}

/* Mukund 04-01-17 */

.width7 {width:7%;}
.width10 {width:10px;}
.width30 {width:30px;}
.width50 {width:50px;}
.width80 {width:80px;}
.width90 {width:90px;}
.width100 {width:100px;}
.width120 {width:120px;}
.width150 {width:150px;}
table.dataTable thead tr th select, table.dataTable thead tr th input { padding:5px;}
table.dataTable tr td.dataTables_empty {text-align: center;}
.no_acc {display: inline-block;vertical-align: top;}
.no_acc img {width: 125px;}
.noaccess.error-page > .error-content {margin-left: 50px;display: block;margin-top: 36px; display: inline-block;}
.noaccess.error-page{margin-top: 0;padding: 5% 0 9% 0; }
 @media (max-width: 580px){
.no_acc {width: 100%;float: none;text-align: center;}
.noaccess.error-page > .error-content{float: none;width: 100%;text-align: center;margin-left: 0;}
}