input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
select{
    height: 37px;
    border: 1px solid #ccc;
}

input[type=number] { -moz-appearance:textfield;}
/*----------------------------------------------------
    MATERIAL ICONS
------------------------------------------------------*/
@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/material-icons/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}
.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

/*-------- END --------*/

@media only screen and (min-width: 0) {
    html {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) {
    html {
        font-size: 14.5px;
    }
}

@media only screen and (min-width: 1200px) {
    html {
        font-size: 15px;
    }
}

h1 {
    font-size: 3rem;
    line-height: 110%;
    margin: 2rem 0 1rem 0;
}

h2 {
    font-size: 2.5rem;
    line-height: 110%;
    margin: 0.8rem 0 0.5rem 0;
}

h3 {
    font-size: 2.1rem;
    line-height: 110%;
    margin: 0.8rem 0 0.5rem 0;
}

h4 {
    font-size: 1.8rem;
    line-height: 110%;
    margin: 0.8rem 0 0.5rem 0;
}

h5 {
    font-size: 1.25rem;
    line-height: 110%;
    color: #1e214b;
    font-weight: 600;
    margin: 0.82rem 0 0.656rem 0;
}

h6 {
    font-size: 1rem;
    margin: 1.5rem 0 0.8rem 0;
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.no-records{ background-color: #fff; color: #454545; font-size: 18px; text-align: center; width: 100%; padding: 80px 0; }
.no-records:before{ background: url('/images/no-records.png') center no-repeat; background-size: cover; content: ""; display: block; height: 80px; margin: auto; margin-bottom: 15px; width: 80px; }

.pos-relative{
    position: relative;
}
.pos-absolute{
    position: absolute;
}
.striken{
    color: #999;
    text-decoration: line-through;
}
/*----------------------------------------------------
    MATERIAL OVERIDES
------------------------------------------------------*/
.modal{
    background: none;
    height: 100%;
    max-height: none;
    width: 100%;
    max-width: none;
    top: 0 !important;
    left: 0 !important;
    text-align: center;
}
.modal .modal-content{
    background: #fff;
    height: auto;
    min-height: 150px;
    width: 85%;
    max-width: 70%;
    position: relative;
    display: inline-block;
    margin-top: 5%;
    text-align: left;
}
.modal .modal-content h5{
    margin-top: 0;
}
.modal .modal-content .modal-close:not(.btn){
    position: absolute;
    right: -25px;
    top: -25px;
    color: #ccc;
    font-size: 2rem;
}
.modal .modal-content .modal-close:not(.btn):hover{
    color: #eee;
}
.modal .processing{
    color: #999;
    display: none;
}
#AlertBox .modal-content, #ConfirmDiv .modal-content{
    height: auto;
    min-height: 100px;
    width: 25%;
    max-width: 600px;
    min-width: 200px;
    padding-bottom: 100px;
}
#AlertBox .modal-content .alert-ok, #ConfirmDiv .modal-content .confirm-actions-buttons{
    position: absolute;
    bottom: 30px;
    left: 0;
    width: 100%;
    text-align: center;
}
#ConfirmDiv .modal-content .message-wrapper:before{
    content: 'CONFIRM YOUR ACTION';
    display: block;
    text-align: center;
    padding-bottom: 10px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #c00;
    border-bottom: #ddd solid 1px;
}
@media (max-width: 1024px){
    #AlertBox .modal-content, #ConfirmDiv .modal-content{
        width: 35%;
    }
}
@media (max-width: 767px){
    .modal .modal-content{
        margin-top: 10%;
    }
    #AlertBox .modal-content, #ConfirmDiv .modal-content{
        width: 50%;
    }
}
@media (max-width: 499px){
    #AlertBox .modal-content, #ConfirmDiv .modal-content{
        width: 90%;
    }
}

.btn{
    background-color: #4b9cee;
}
.file-field.smaller .btn{
    height: 35px;
    line-height: 35px;
    padding: 0 0.75rem;
    font-size: 0.9rem;
}
.file-field.smaller .file-path{
    height: 35px;
}
.file-field.smallest .btn{
    height: 28px;
    line-height: 28px;
    padding: 0 0.5rem;
    font-size: 0.75rem;
}
.file-field.smallest .file-path{
    height: 28px;
    font-size: 0.8rem;
}
.btn:hover, .btn:focus{
    background-color: #2a81da;
}
.btn-secondary{
    background-color: #2a2c53
}
.btn-secondary:hover, .btn-secondary:focus{
    background-color: #0e1136;
}
.btn.small{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
}
.file-field.small .btn{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
}
.file-field.small .file-path{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
}
.btn, .btn-large, .btn-flat {
    padding: 0 1rem;
}
.btn-flat{
    background-color: #fff !important;
    border: 1px solid #333 !important;
    color: #333 !important;
}
.btn-floating.btn-large{
    padding: 0;
}
.dropdown-content li>a, .dropdown-content li>span {
    font-size: 14px;
    color: #333;
    display: block;
    line-height: 22px;
    padding: 14px 16px;
}
.dropdown-content li>a>i {
    height: inherit;
    line-height: inherit;
    float: left;
    font-size: 16px;
    margin: 0 10px 0 0;
    width: 22px;
}

i.left {
    margin-right: 10px;
}
label {
    color: rgba(0,0,0,0.87);
}
.switch label input[type=checkbox]:checked+.lever:after {
    background-color: rgb(86,177,166) !important;
}
.switch label input[type=checkbox]:checked+.lever {
    background-color: rgba(86,177,166, 0.7) !important;
}

[type="checkbox"]+label {
    height: 15px;
    line-height: 25px;
}
.open-dropdown{
    display: block;
    opacity: 1;
}
[type="checkbox"]+label, [type="radio"]+label{
    padding-left:10px;
    cursor:pointer;
    display:inline-block;
    height:25px;
    line-height:25px;
    font-size:1rem;
    -webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none
}
[type="checkbox"]:not(.browser-default)+label, [type="radio"]:not(.browser-default):not(:checked)+label, [type="radio"]:not(.browser-default):checked+label {
    padding-left: 30px;
}
[type="checkbox"].filled-in:not(:checked)+label:after, [type="checkbox"]+label:before, [type="checkbox"]:not(.filled-in)+label:after {
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 1px solid #5a5a5a;
    border-radius: 2px;
    top: 3px;
}
[type="checkbox"].filled-in:checked+label:after {
    height: 18px;
    width: 18px;
    top: 3px;
}
[type="checkbox"].filled-in:checked+label:before {
    width: 7px;
    height: 12px;
    top: 3px;
}

.select-wrapper input.select-dropdown {
    border: 1px solid #ccc;
    height: 35px;
    line-height: 40px;
    padding-left: 10px;
    width: calc(100% - 10px);
}
.select-wrapper span.caret {
    right: 10px;
}


#toast-container {
    bottom: 2%;
    left: 0%;
    top: auto;
    text-align: center;
    margin: auto;
    max-width: 600px;
    width: 100%;
}
.toast{
    font-size: 1rem;
    word-break: normal;
    text-align: left;
}
.toast .toast-action {
    margin-left: 0;
}

@media only screen and (min-width : 601px) and (max-width : 1260px)
{
    .toast {
        width: 100%;
        border-radius: 0;
    }
}

@media only screen and (min-width : 1261px)
{
    .toast {
        width: 100%;
        border-radius: 0;
    }
}

@media only screen and (min-width : 601px) and (max-width : 1260px)
{
    #toast-container {
        top: 90%;
        right: 0%;
        left: 0%;
        max-width: 100%;
    }
}

input[type=text].form-control, input[type="number"].form-control, input[type="url"].form-control, input[type="password"].form-control {
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #565656;
    padding: 0px 12px;
    height: 35px;
    //height: 40px;
    width: calc(100% - 24px);
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}
input[type=text].form-control.small, input[type="number"].form-control.small, input[type="url"].form-control.small, input[type="password"].form-control.small {
    padding: 0px 8px;
    height: 28px;
    width: calc(100% - 16px);
    font-size: 0.9rem;
}
textarea.form-control {
    background-color: #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: #565656;
    padding: 12px;
    height: 80px;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0;
}
.chips {
    /*border: 1px solid #ccc;*/
    border-radius: 2px;
    min-height: 45px;
    padding: 0px;
}
.chip.Cancelled {
    background-color: #df5334;
    color: #fff;
}
.chip.Successful, .chip.Active, .chip.Delivered {
    background-color: #4ab849;
    color: #fff;
}
.chip.Processing {
    background-color: #febd11;
    color: #fff;
}
.chip.Pending {
    background-color: #ddd;
    color: #777;
}
.tabs .tab a {
    color: rgba(2,2,2,0.5);
}
.tabs .tab a:hover, .tabs .tab a.active {
    color: #EB5D26;
}
.tabs .indicator {
    background-color: #26a69a;
}

.custom-tabs {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 48px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    white-space: nowrap;
}
.custom-tabs li {
    display: inline-block;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}
.custom-tabs li a {
    color: rgba(2,2,2,0.5);
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: color .28s ease;
    transition: color .28s ease;
}
.custom-tabs li a:hover {
    color: #000;
}
.custom-tabs li a.active {
    background-color: rgba(12,14,42, 0.25);
    border-top: 2px solid #0c0e2a;
    color: #000;
}

.tab-content > div {
    display: none;
}
.tab-content > div.active{
    display: block;
}

.flatpickr-input{
    border-bottom: 1px solid #9e9e9e !important;
    color: #333 !important;
}

/*----------------------------------------------------
    SUMMERNOTE EDITOR OVERIDES
------------------------------------------------------*/
.note-editor .note-editing-area p{
    margin: 0 !important;
}
/*----------------------------------------------------
    FOOTABLE OVERIDES
------------------------------------------------------*/
table caption{
    color: #888;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}
table.bordered>tbody>tr.footable-detail-row{
    background-color: #f4f4f4;
    border: none;
    padding: 0;
}
table.bordered>tbody>tr.footable-detail-row > td{
    padding-bottom: 0;
}

table.footable>tbody>tr.footable-empty>td{
    font-size: 25px;
}
table tbody.top-align td{
    vertical-align: top;
}
.fooicon {
    display: inline-block;
    font-size: inherit;
    font-family: themify!important;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0,0);
}
.fooicon-plus:before {
    content: "\e64b";
}
.fooicon-minus:before {
    content: "\e648";
}
table>tbody>tr>td>span.footable-toggle {
    margin-right: 8px;
    opacity: 1;
}


html,
body {
    background: #f4f4f4;
    height: 100%;
}
.btn {
    padding: 0 1rem;
    letter-spacing: .3px;
}
a { color: #307cce; cursor: pointer; }

.divBlock, .inline-block{ display: inline-block; }
.btn-back{
    float: left;
    margin-right: 10px;
}

.filter-panel {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    padding: 20px;
    padding-bottom: 0px;
    position: relative;
    margin: .5rem 0 0rem 0;
    border-radius: 2px;
    background-color: #fff;
}
.filter-panel .search-input{
    float: left;
    vertical-align: top;
}
.filter-panel .search-input .input-field {
    margin-top: 0rem;
}
.filters{
    margin: 0;
    padding: 0px;
}
.filters > li{
    display: inline-block;
    vertical-align: top;
}
.filters > li:last-child{
    padding-right: 0px;
}
.filters > li .search {
    width: 250px;
}
.filters > li .input-field {
    margin: 0;
}
.filters > li input[type=text]:not(.browser-default){
    height: 2.5rem;
    margin: 0 0 10px 0;
}
.filters > li .select-wrapper input.select-dropdown {
    height: 2.5rem;
    line-height: 2.5rem;
    width: 100%;
    font-size: 12px;
    margin: 0 0 10px 0;
}
.filters > li .dropdown-content li {
    min-height: 40px;
    line-height: 1.2rem;
}
.filters > li .dropdown-content li>a {
    font-size: 12px;
    color: #333;
    display: block;
    line-height: 22px;
    padding: 10px 15px;
}
.filters > li .select-dropdown li.disabled, .select-dropdown li.disabled>span, .select-dropdown li.optgroup {
    color: rgba(0,0,0,0.8);
}

.filter-panel .filters .input-field .prefix {
    color: #888;
    top: 12px;
    width: 2rem;
    font-size: 1.5rem;
}
.filter-panel .filters .input-field .prefix ~ input{
    margin-left: 2rem;
    width: 92%;
    width: calc(100% - 2rem);
}

.filter-panel .action-buttons{
    position: absolute;
    right: 15px;
    top: 0;
}
.filter-panel .action-buttons > li{
    display: inline-block;
    margin-bottom: 8px;
    padding-right: 10px;
    vertical-align: top;
}
.filter-panel .action-buttons > li:last-child{
    padding-right: 0px;
}
.filter-chips .chip{
    background-color: #c42229;
    color: white;
    font-weight: 300;
}
.filter-panel .collapsible-body [type="checkbox"]+label {
    line-height: 18px;
}
.filter-panel .collapsible-body [type="checkbox"].filled-in:not(:checked)+label:after {
    height: 16px;
    width: 16px;
}
.small[type="checkbox"]+label {
    line-height: 22px;
    padding-left: 20px;
}
.small[type="checkbox"].filled-in+label:after {
    height: 14px;
    width: 14px;
}
.small[type="checkbox"].filled-in+label:before {
    width: 6;
    height: 10px;
    left: 0;
}

@media (max-width: 1100px){

    .filters li{
        display: block;
        padding-bottom: 10px;
    }
    .filters li:last-child{
        padding-bottom: 0px;
    }
    .filters > li .search, .filters > li .input-field {
        width: 100%;
    }
    .filter-panel .action-buttons{
        position: static;
        padding-bottom: 15px;
    }

}

form .card {
    position: relative;
    margin: 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}
form .card .card-content {
    padding: 0;
}
form .card .card-reveal{
    background-color: rgba(255,255,255,0.8);
}
form section{
    margin-top: 1rem;
}

/*form section input:not([type]), form section input[type=text]:not(.browser-default), form section input[type=password]:not(.browser-default), form section input[type=email]:not(.browser-default), form section input[type=url]:not(.browser-default), form section input[type=time]:not(.browser-default), form section input[type=date]:not(.browser-default), form section input[type=datetime]:not(.browser-default), form section input[type=datetime-local]:not(.browser-default), form section input[type=tel]:not(.browser-default), form section input[type=number]:not(.browser-default), form section input[type=search]:not(.browser-default){
    margin: 0 0 5px 0;
}*/

.error{
    font-size: 13px;
    margin-top: 5px;
    //position: absolute;
    //bottom: 0;
}
.error:before{
    content: "\e6c5";
    font-family: 'themify';
    padding-right: 10px;
}

.ql-container {
    font-family: "Roboto", sans-serif !important;
    font-size: 14px !important;
    height: 300px !important;
}
.ql-editor {
    line-height: 1.5 !important;
}

ul.list-inline li, dd dt{
    display: inline-block;
}

/*----------------------------------------------------
    PADDINGS
------------------------------------------------------*/
.nopadding { padding: 0 !important;}
.pd-0 { padding: 0 !important;}
.pd-5 { padding: 5px !important;}
.pd-10 { padding: 10px !important;}
.pd-15 { padding: 15px !important;}
.pd-20 { padding: 20px !important;}
.pd-25 { padding: 25px !important;}
.pd-30 { padding: 30px !important;}
.pd-40 { padding: 40px !important;}

.pd-l-0 { padding-left: 0px !important;}
.pd-l-10 { padding-left: 10px !important;}
.pd-l-15 { padding-left: 15px !important;}
.pd-l-30 { padding-left: 30px !important;}

.pd-r-0 { padding-right: 0px !important;}
.pd-r-10 { padding-right: 10px !important;}
.pd-r-15 { padding-right: 15px !important;}
.pd-r-30 { padding-right: 30px !important;}

.pd-lr-5 { padding: 0 5px !important;}
.pd-lr-10 { padding: 0 10px !important;}
.pd-lr-15 { padding: 0 15px !important;}
.pd-lr-20 { padding: 0 20px !important;}
.pd-lr-25 { padding: 0 25px !important;}
.pd-lr-30 { padding: 0 30px !important;}
.pd-lr-40 { padding: 0 40px !important;}

.pd-b-10 { padding-bottom: 10px !important;}
.pd-b-15 { padding-bottom: 15px !important;}
.pd-b-20 { padding-bottom: 20px !important;}
.pd-b-30 { padding-bottom: 30px !important;}

.pd-t-0 { padding-top: 0 !important;}
.pd-t-5 { padding-top: 5px !important;}
.pd-t-10 { padding-top: 10px !important;}
.pd-t-15 { padding-top: 15px !important;}
.pd-t-20 { padding-top: 20px !important;}
.pd-t-30 { padding-top: 30px !important;}

.pd-tb-5  { padding-top: 5px !important; padding-bottom: 5px !important;}
.pd-tb-10 { padding-top: 10px !important; padding-bottom: 10px !important;}
.pd-tb-15 { padding-top: 15px !important; padding-bottom: 15px !important;}
.pd-tb-50 { padding-top: 50px !important; padding-bottom: 50px !important;}

/*----------------------------------------------------
    MARGINS
------------------------------------------------------*/
.mg-0       { margin: 0px !important;}
.mg-r-5     { margin-right: 5px !important;}
.mg-r-10    { margin-right: 10px !important;}
.mg-r-15    { margin-right: 15px !important;}
.mg-l-5     { margin-left: 5px !important;}
.mg-l-10    { margin-left: 10px !important;}
.mg-l-15    { margin-left: 15px !important;}
.mg-t-5     { margin-top: 5px !important; }
.mg-t-0     { margin-top: 0px !important; }
.mg-t-10    { margin-top: 10px !important; }
.mg-t-15    { margin-top: 15px !important; }
.mg-t-20    { margin-top: 20px !important; }
.mg-t-30    { margin-top: 30px !important; }
.mg-t-40    { margin-top: 40px !important; }
.mg-b-0     { margin-bottom: 0px !important; }
.mg-b-5     { margin-bottom: 5px !important; }
.mg-b-10    { margin-bottom: 10px !important; }
.mg-b-15    { margin-bottom: 15px !important; }
.mg-b-20    { margin-bottom: 20px !important; }
.mg-b-30    { margin-bottom: 30px !important; }

/*----------------------------------------------------
    BORDERS
------------------------------------------------------*/
.noborders{ border: none !important; }
.border-bottom{ border-bottom: 1px solid #ddd; }

/*----------------------------------------------------
    FONTS
------------------------------------------------------*/
.font11 {font-size:11px !important;}
.font12 {font-size:12px !important;}
.font13 {font-size:13px !important;}
.font14 {font-size:14px !important;}
.font15 {font-size:15px !important;}
.font16 {font-size:16px !important;}
.font17 {font-size:17px !important;}
.font18 {font-size:18px !important;}
.font19 {font-size:19px !important;}
.font20 {font-size:20px !important;}
.font21 {font-size:21px !important;}
.font22 {font-size:22px !important;}
.font25 {font-size:25px !important;}
.font30 {font-size:30px !important;}

.light      { font-weight: 300 }
.normal     { font-weight: 400 }
.semi-bold  { font-weight: 500 }
.bold       { font-weight: bold }

/*----------------------------------------------------
    CAPTCHA
------------------------------------------------------*/
.captcha-container {
    position: relative;
    clear: both;
    left: 0;
    width: 100%;
    z-index: 500;
}
.captcha-div {
    width: 20%;
    padding-bottom: 18%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    position: relative;
    float: left;
    top: 0;
    bottom: 0;
}
.captcha-btn {
    position: absolute;
    margin: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 35%;
    border: none;
    width: 100%;
}
.myCaptcha { display: none; margin: 20px 0; }
.myCaptcha table{ border-spacing: 0; border-collapse: collapse; width: 100%; max-width: 100%; }
.myCaptcha table td button{ border: none; width: 100%; height: 50px }
.myCaptcha .text{ font-weight: bold; padding-bottom: 5px;}
.myCaptcha .btns-wrapper { background: #F5F7FA; border: 1px solid #e9e9e9; display: block; padding: 0px; }
.myCaptcha .btns-wrapper button
{
    background: #fff;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.14),0 2px 2px 0 rgba(0,0,0,.098),0 1px 5px 0 rgba(0,0,0,.084);
    border: 0;
    border-radius: 4px;
    cursor: pointer;
    margin: 3px;
    height: 20px;
    width: 20px;
}
/*----------------------------------------------------
    ALERTBOX
------------------------------------------------------*/

.alertbox-error{ color: #f05050; font-size: 16px; }
.alertbox-error:before{ content: "!"; color: #f05050; display: block; border: 1px solid #f05050; border-radius: 50px; font-size: 30px; height: 50px; width: 50px; margin: 0 auto; margin-bottom: 10px; }

.alertbox-success{ color: #518d33; font-size: 16px; }
.alertbox-success:before{ font-family: "themify"; content: "\e64c"; color: #518d33; display: block; border: 1px solid #518d33; border-radius: 50px; font-size: 30px; height: 50px; width: 50px; line-height: 50px; margin: 0 auto; margin-bottom: 10px; }

/*----------------------------------------------------
    PAGINATION
------------------------------------------------------*/
.navs-holder a{ background-color: #fff; }
.navs{font-size:15px;border:1px solid #cccccc;border-right:none;color:#252525;text-decoration:none;padding:10px 15px;cursor:pointer;}
  .navs:hover{background-color:#dddddd;color:#252525;text-decoration:none}
.navsOn{background-color:#ad2b31;outline: 0;font-size:15px;border:1px solid #cccccc;border-right:none;color:#fff;padding:10px 15px;cursor:default;}
.fixedNav{font-size:15px;background-color:#FFFFFF;border:1px solid #cccccc;border-right:none;color:#252525;padding:10px 15px;cursor:pointer;border-radius:3px 0 0 3px}
  .fixedNav:hover{background-color:#dddddd;text-decoration:none}
.fixedNavLast{font-size:15px;background-color:#FFFFFF;border:1px solid #cccccc;color:#252525;padding:10px 15px;cursor:pointer;border-radius:0 3px 3px 0}
  .fixedNavLast:hover{background-color:#dddddd;text-decoration:none}
.navs:last-child {border-right:1px solid #cccccc}
.navsOn:last-child {border-right:1px solid #cccccc}

.pagination li {
    height: 40px;
    margin-bottom: 10px;
}
.pagination>li>a, .pagination>li>span {
    position: relative;
    padding: 0 16px;
    line-height: 40px;
    color: #000;
    text-decoration: none;
    border: 1px solid #ddd;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #ad2b31;
    border-color: #ad2b31;
}

/*----------------------------------------------------
        LOADER USED IN SHOWPROCESSING
------------------------------------------------------*/
.processingModal{ text-align: center; color: #fff; font-size: 17px;}
.processingModal.modal{ top: 0; background-color: transparent; box-shadow: none; -webkit-box-shadow: none; }
.processingModal .modal-content{background: none; text-align: center;}
.processingModal .spinner-blue, .processingModal .spinner-blue-only {
    border-color: #fff;
}

/*----------------------------------------------------
    SPINNER
------------------------------------------------------*/

.spinner { position: relative; opacity: 1; color: transparent !important; text-shadow: none !important; }
.spinner:hover,.spinner:active,.spinner:focus { color: transparent; outline: none !important; box-shadow: none;}
.spinner:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    border-radius: 50%;
    border-style: solid;
    border-width: 3px;
    border-color: #fff;
    border-top-color: #333;
    -webkit-animation: spinner 0.8s linear infinite;
    -moz-animation:    spinner 0.8s linear infinite;
    -o-animation:      spinner 0.8s linear infinite;
    animation:         spinner 0.8s linear infinite;
}
.large.spinner:before { margin-top: -19px; margin-left: -19px; width: 38px; height: 38px;}
.medium.spinner:before { margin-top: -12px; margin-left: -12px; width: 24px; height: 24px;}
.small.spinner:before { border-width: 2px; border-top-color: #333; margin-top: -9px; margin-left: -9px; width: 18px; height: 18px;}
.xsmall.spinner:before { border-width: 2px; border-top-color: #333; margin-top: -7px; margin-left: -7px; width: 14px; height: 14px;}

.spinner.blue.spinner:before { border-color: #69b1e5; border-top-color: #000; }
.spinner.gray.spinner:before { border-color: #ccc; border-top-color: #000; }

@keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
        -ms-transform: rotate(360deg);  /* IE 9 */
        transform: rotate(360deg);
    }
}

/*----------------------------------------------------
    TABLE SORT ARROWS
------------------------------------------------------*/

th a {
    color: #333;
}
th a.sort-by {
    padding-right: 18px;
    position: relative;
}
a.sort-by:before,
a.sort-by:after {
    border: 4px solid transparent;
    content: "";
    display: block;
    height: 0;
    right: 5px;
    top: 50%;
    position: absolute;
    width: 0;
}
a.sort-by:before {
    border-bottom-color: #666;
    margin-top: -9px;
}
a.sort-by:after {
    border-top-color: #666;
    margin-top: 1px;
}
a.sort-by.desc:before {
    border-bottom: none;
    margin-top: 1px;
}
a.sort-by.asc:after {
    border-top: none;
    margin-top: 1px;
}

.card-panel{
    position: relative;
    padding: 15px 20px;
}
.records-per-page{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}
.records-per-page select{
    font-size: 13px;
    height: 35px;
}
.chip.fi{
    position: relative;
}
.chip.fi .floatingIcon{
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
}