/*
Custom css
*/
#loading{
 position : fixed;
z-index: 100;
background-image : url('http://mwsportal.nc26enterprises.com/ashnc26/assets/img/load.gif');
background-color:#666;
opacity : 0.4;
background-repeat : no-repeat;
background-position : center;
left : 0;
bottom : 0;
right : 0;
top : 0;
}
/********************************
 *********************************
Range Slider
 *********************************
 *********************************/
.irs {
  display: block;
  clear: both;
  margin-top: 3em; }
  .irs .irs-single,
  .irs .irs-from,
  .irs .irs-to {
    display: block;
    height: 2em;
    line-height: 2.5em;
    text-align: center;
    display: block;
    font-weight: 500;
    font-size: 12px;
    top: -3em;
    padding: 0 .1em; }
    .irs .irs-single:after,
    .irs .irs-from:after,
    .irs .irs-to:after {
      border-color: #cea23a transparent transparent transparent; }
  .irs .irs-single:after,
  .irs .irs-max:after,
  .irs .irs-min:after,
  .irs .irs-from:after,
  .irs .irs-to:after {
    content: '';
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 5px 3px 0 3px;
    position: absolute;
    right: 50%;
    bottom: -0.5em;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }
  .irs .irs-slider {
    display: block;
    height: 2em;
    width: 2em;
    background: yellow;
    top: 0;
    border-radius: 100px;
    background: #fff;
    border: 1px solid #ddd;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
    cursor: pointer;
    z-index: 3; }
  .irs .irs-shadow.shadow-from,
  .irs .irs-shadow.shadow-to,
  .irs .irs-line,
  .irs .irs-bar {
    height: 1em;
    top: 0.5em;
    border-radius: 100px;
    background: #eee;
    -webkit-box-shadow: inset 1px 1px 5px 0 #ddd;
            box-shadow: inset 1px 1px 5px 0 #ddd;
    border: 1px solid #d9d9d9;
    cursor: pointer; }
  .irs .irs-bar {
    background: #d0a235;
    -webkit-box-shadow: inset 1px 1px 5px 0 #c5a75e;
            box-shadow: inset 1px 1px 5px 0 #c5a75e;
    border: 1px solid #caaf6b;
    border-left: 0;
    z-index: 2; }
  .irs .irs-shadow.shadow-from,
  .irs .irs-shadow.shadow-to {
    background: #bbb;
    -webkit-box-shadow: inset 1px 1px 5px 0 #bbb;
            box-shadow: inset 1px 1px 5px 0 #bbb;
    border: 1px solid #aaa;
    z-index: 1; }
  .irs .irs-grid {
    top: 2em;
    opacity: 0.2; }
  .irs .irs-max,
  .irs .irs-min {
    text-align: center;
    height: 2em;
    padding: 0 .5em;
    line-height: 2em;
    position: absolute;
    top: -3em;
    left: 0;
    background: #eee;
    border: 1px solid #ddd;
    font-size: 0.71429em; }
    .irs .irs-max:after,
    .irs .irs-min:after {
      border-color: #ddd transparent transparent transparent; }
  .irs .irs-min {
    left: 0; }
  .irs .irs-max {
    left: auto;
    right: 0; }
  .irs .irs-bar-edge {
    height: 1em;
    top: 0.5em;
    width: 1.42857em;
    border: 1px solid #daac3e;
    border-right: 0;
    background: #d0a235;
    -webkit-box-shadow: inset 1px 1px 5px 0 #b99748;
            box-shadow: inset 1px 1px 5px 0 #b99748;
    border-radius: 16px 0 0 16px; 
    }
/*************************/
.dataTables_length {
    float: left;
}
.dataTables_wrapper select {
    font-size: 0.8rem;
    height: calc(1.8125rem + 2px);
    width: 75px;
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.dataTables_wrapper input {
    padding: .25rem .5rem;
    line-height: 1.5;
    color: inherit;
    font-size: 0.8rem;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.dataTables_info {
    float: left;
}
.dataTables_paginate {
    padding: 15px 0px;
}
.dataTables_paginate .paginate_button {
    position: relative;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: inherit;
    background-color: transparent;
    border-color: rgba(120, 130, 140, 0.13) !important;
    border: 1px solid #ddd;
}
.dataTables_paginate .previous {
    margin-left: 0;
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}
.dataTables_paginate .next {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.dataTables_paginate .current {
    color: #fff;
    background-color: #f7c221;
}
.m-r-10 {
    margin-right: 10px;
}
.ellipsis-text {
    font-size: 16px;
    width: 80%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    padding: 0;
}
.cal-panel {
    display: inline-block;
}
.swal2-modal .swal2-styled {
    padding: 3px 32px;
    background-color: #f7c221 !important;
}
.swal2-modal .swal2-cancel {
    color: rgba(70, 90, 110, 0.85) !important;
    background-color: #fff !important;
    border-color: rgba(120, 130, 140, 0.2);
    border: 1px solid transparent;
    border-radius: .25rem;
}
.action-icon {
    cursor: pointer;
}

.primary {
    color: rgba(255, 255, 255, 0.85) !important;
    background-color: #53a6fa;
}
