/* Theme colors
    blue: #0f2c52
    Pink: #ec1946
*/

/*----------------------------------------------------
    MATERIAL ICONS
------------------------------------------------------*/

@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }
/* Rules for using icons as black on a light background. */
.material-icons.md-dark { color: rgba(0, 0, 0, 0.54); }
.material-icons.md-dark.md-inactive { color: rgba(0, 0, 0, 0.26); }
/* Rules for using icons as white on a dark background. */
.material-icons.md-light { color: rgba(255, 255, 255, 1); }
.material-icons.md-light.md-inactive { color: rgba(255, 255, 255, 0.3); }
/*-------- END --------*/
@media only screen and (max-width: 399px) {
    html {
        font-size: 13px;
        font-weight: 300;
    }
}
@media only screen and (min-width: 400px) and (max-width: 990px) {
    html {
        font-size: 15px;
    }
}
@media only screen and (min-width: 992px) {
    html {
        font-size: 14px;
    }
}
@media only screen and (min-width: 1600px) {
    html {
        font-size: 15px;
    }
}
body{
    background-color: #fff;
    color: #000;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}
body{overflow-x:hidden}
::-webkit-scrollbar {
  width: 6px;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
::-webkit-scrollbar-thumb {
  background: rgba(210, 210, 210, 0.8);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.4);
}
::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(210, 210, 210, 0.4);
}
/*-----------------------
        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: 700 }
.uppercase  { text-transform: uppercase }
/*----------------------------------------------------
    PADDINGS
------------------------------------------------------*/
.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-lr-0 { padding-right: 0px !important;padding-left: 0px !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-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-0  { padding-top: 0 !important; padding-bottom: 0 !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
------------------------------------------------------*/
.border-bottom{ border-bottom: 1px solid #eee !important; }
h1 {
    font-size: 2.5rem;
    font-weight: 500;
}
h2 {
    font-size: 2rem;
    font-weight: 500;
}
h3 {
    font-size: 1.8rem;
    font-weight: 500;
}
h4 {
    font-size: 1.5rem;
    font-weight: 500;
}
h5 {
    font-size: 1.25rem;
    font-weight: 500;
}
h6 {
    font-size: 1rem;
    font-weight: 500;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.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;
}
.inline{
    display: inline-block;
}
::placeholder { /* Firefox, Chrome, Opera */ 
    color: #999; 
} 
  
:-ms-input-placeholder { /* Internet Explorer 10-11 */ 
    color: #999; 
} 
  
::-ms-input-placeholder { /* Microsoft Edge */ 
    color: #999; 
} 
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
input[type=number] { -moz-appearance:textfield;}
select{
    height: 37px;
    border: 1px solid #ccc;
}
select:focus {
    outline: none;
}
/* THIS REMOVES THE YELLOW BACKGROUND COLOR FROM CHROME'S AUTOFILL INPUTS */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus, input:-webkit-autofill:active { -webkit-box-shadow: 0 0 0px 30px white inset !important;}
.spinner-white, .spinner-white-only {
    border-color: #ffffff;
}
.error{
    color: red;
    font-size: 13px;
    margin-top: 5px;
    text-align: left;
}
.error:before{
    font-family: 'Material Icons';
    content: "warning";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: red;
}
form .row {
    margin-bottom: 0px;
}
.row.col-padded .col{
    padding-bottom: 0.75rem;
}
.form-group {
    margin-bottom: 15px;
}
.input-label.required:after, th.required:after{ content: "*"; color: #e54658; margin-left: 5px; }
.page-header{
    position: relative;
}
.page-header .right-section{
    position: absolute;
    top: 0;
    right: 0;
}
.page-header .title {
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 7px;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Opera and Firefox */
}
@media only screen and (max-width: 600px){
    .page-header .title {
        font-size: 16px;
        margin-top: 18px;
    }
}
/*----------------------------------------------------
    MATERIAL OVERRIDES
------------------------------------------------------*/
.grey-text{
    color: #7e7e7e !important;
}
label{
    font-size: 0.86rem;
}
a {
    color: #035ce5;
    cursor: pointer;
    outline: none;
    text-decoration: none;
}
a.underline {
    text-decoration: underline;
}
a.link.outline {
    border: 1px solid #035ce5;
    border-radius: 50px;
    padding: 5px 10px;
    transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
}
a.link.outline:hover {
    background-color: #314594;
    color: #fff;
}
.action_buttons a.link{
    border: 1px solid #eee;
    border-radius: 5px;
    display: inline-block;
    margin-right: 10px;
    padding: 2px 3px 0;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.action_buttons a.link:hover{
    border: 1px solid #035ce5;
}
a.app_btn{
    border: 1px solid #035ce5;
    border-radius: 10px;
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
    vertical-align: bottom;
}
a.app_btn i{
    color: #035ce5;
    line-height: 40px;
}
a.link .inr-sign{
    color: #6c7990;
    font-size: 24px;
    display: inline-block;
    padding: 1px 6px;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga';
}
a.app_btn:hover{
    background-color: #035ce5;
    color: white;
}
a.app_btn:hover i, a.app_btn:hover .inr-sign{
    color: white;
}
.btn{
    border: 1px solid transparent !important;
}
.btn i.material-icons{
    color: #fff;
}
.btn-primary{
    background-color: #2b426e;
}
.btn-primary:hover, .btn-primary:focus{
    background-color: #2b3b8c !important;
}
.btn-secondary{
    background-color: #EF6C00;
}
.btn-secondary:hover, .btn-secondary:focus{
    background-color: #E65100 !important;
}
.btn-back{
    font-size: 1.5rem;
}
.btn-back i.material-icons{
    color: #035ce5;
    vertical-align: sub;
}
.btn-back:not(.back-inherited) {
  font-size: 1.5rem;
  background-color: rgba(36, 77, 175, 0);
  border-radius: 30px;
  color: #fff;
  font-size: 20px;
  height: 36px;
  line-height: 36px;
  margin-right: 0;
  width: 36px;
  text-align: center;
  display: inline-block;
}
.btn-back:not(.back-inherited) i.material-icons {
  color: #454f63;
  vertical-align: sub;
}
.page_header a.btn-back:not(.back-inherited) {
    height: auto;
    line-height: inherit;
}
.btn.btn-flat:hover, .btn.btn-flat:focus {
    background-color: transparent;
    color: #035ce5;
}
.btn-outline{
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    box-shadow: none;
}
.btn.small{
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    vertical-align: top;
}
.btn.magenta:not(.btn-outline){
    background-color: #EC1946;
    color: #fff;
}
.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;
}
.block{
    width: 100%;
}
.dropdown-content{
    border: 1px solid #e9ebfa;
    border-radius: 3px;
    box-shadow: 0 16px 18px rgb(6 10 48 / 10%);
}
.dropdown-content li{
    border-bottom: 1px solid #eee;
    min-height: auto;
}
.dropdown-content li:last-child{
    border-bottom: none;
}
.dropdown-content li>a, .dropdown-content li>span {
    font-size: 14px;
    color: #000;
    display: block;
    line-height: 22px;
    padding: 10px 16px;
}
.dropdown-content li>a>i {
    height: inherit;
    line-height: inherit;
    float: left;
    font-size: 18px;
    margin: 0 10px 0 0;
    width: 22px;
}
.dropdown-content li:hover, 
.dropdown-content li.active, 
.dropdown-content li>a:hover,
.dropdown-content li>a:hover i{
    background-color: transparent;
    color: #005eb7;
}
.material-icons {
    color: #6c7990;
}
i.left {
    margin-right: 10px;
}
label {
    color: rgba(0,0,0,0.87);
}
.switch label input[type=checkbox]:checked+.lever:after {
    background-color: rgb(35,109,242) !important;
}
.switch label input[type=checkbox]:checked+.lever {
    background-color: rgba(35,109,242, 0.6) !important;
}
.switch label input[type="checkbox"][disabled]:checked + .lever:after,
.switch label input[type="checkbox"][disabled]:not(:checked) + .lever:before {
  background-color: #dddddd !important;
}

.switch label input[type="checkbox"][disabled]:checked + .lever {
  background-color: #e3e1e1 !important;
}

.switch label input[type="checkbox"][disabled] + .lever {
  background-color: #e3e1e1 !important;
}
[type="checkbox"]+span:not(.lever){
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    font-size: 1rem;
    vertical-align: sub;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[type="checkbox"]+span.no-label{
    padding-left: 0;
}
[type="checkbox"].filled-in:not(:checked)+span:not(.lever):after{
    height: 18px;
    width: 18px;
    background-color: transparent;
    border: 2px solid #8c8a8a;
    top: 0px;
    z-index: 0;
}
[type="checkbox"].filled-in:checked+span:not(.lever):after{
    border: 2px solid #576e81;
    background-color: #576e81;
    height: 18px;
    width: 18px;
}
[type="checkbox"].filled-in:checked+span:not(.lever):before{
    top: -1px;
    left: 1px;
    width: 7px;
    height: 12px;
}
[type="radio"]:not(:checked)+span, [type="radio"]:checked+span{
    padding-left: 30px;
}
[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:before, [type="radio"].with-gap:checked+span:after{
    border: 2px solid #236df2;
}
[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after{
    background-color: #236df2;
}
.select-wrapper input.select-dropdown {
    height: calc(2.8rem);
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
    margin-bottom: 0;
    padding-left: 10px;
    width: calc(100% - 10px);
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.select-wrapper .select-dropdown [type="checkbox"]:not(.browser-default)+label{
    height: 18px;
}
.select-wrapper span.caret {
    right: 10px;
}
.material-tooltip {
    font-size: 13px;
    max-width: 300px;
}
.material-tooltip > .backdrop {
    //background-color:#d81b60;
}
.pagination li.prev, .pagination li.next {
    width: auto;
}
#toast-container {
    bottom: 2%;
    left: 0%;
    top: auto;
    text-align: center;
    margin: auto;
    max-width: 600px;
    width: 100%;
}
.toast{
    border-radius: 50px;
    font-size: 1rem;
    font-weight: 500;
    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%;
    }
}
@media only screen and (min-width : 1261px)
{
    .toast {
        width: 100%;
    }
}
@media only screen and (min-width : 601px) and (max-width : 1260px)
{
    #toast-container {
        right: 0%;
        left: 0%;
    }
}
@media only screen and (min-width : 1261px)
{
    #toast-container {
        right: 0%;
    }
}
.chips {
    border-radius: 2px;
    min-height: 45px;
    padding: 0px;
}
.chip.small{
    height: 26px;
    font-size: 12px;
    line-height: 26px;
}
ul.tabs{
    margin: 0;
}
.tabs{
    height: 40px;
}
.tabs .tab{
    height: 40px;
    line-height: 40px;
}
.tabs .tab a {
    color: rgba(2,2,2,0.5);
}
.tabs .tab a:hover, .tabs .tab a.active {
    background-color: #236df2;
    color: #fff;
}
.tabs .tab a:hover,
.tabs .tab a:focus{
    background-color: rgba(35,109,242, 0.2);
    color: #000;
}
.tabs .indicator {
    background-color: #0f2c52;
}
.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.6);
    font-weight: 500;
    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(128, 163, 224, 0.2);
    border-top: 2px solid #0f2c52;
    color: #000;
}
.tab-content > div {
    display: none;
}
.tab-content > div.active{
    display: block;
}
.dropdown-trigger.circle{
    background-color: aliceblue;
    display: inline-flex;
    border-radius: 50px;
    width: 30px;
    height: 30px;
    justify-content: center;
    align-items: center;
}
/**********************
    INPUT FORMAT
**********************/
.outline-input label {
    left: 0.6rem;
    top: -0.2rem;
}
.outline-input label:not(.label-icon).active{
    background-color: #fff;
    font-size: 0.9rem;
    font-weight: 400;
    height: auto;
    line-height: normal;
    padding: 0 5px;
    transform: translateY(-35%);
    width: auto;
}
.browser-default{
    width: 100%;
    height: calc(2.5rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #000;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #c4dbfc;
    border-radius: 4px;
    outline: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.browser-default.small{
    height: calc(2rem + 2px);
    padding: 0.175rem 0.35rem;
    font-size: 0.9rem;
}
.browser-default.amount{
    text-align: right;
}
.browser-default.readonly{
    background-color: #eeeeee;
    border-color: #dddddd;
}
textarea.browser-default {
    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;
}
.browser-default:focus, textarea.browser-default:focus {
    border: 1px solid #0F2C52;
}
.input-label {
    color: #333;
    font-weight: 600;
    margin-bottom: 3px;
}
.input-field .prefix.active {
    color: #000;
}
.input-field span.prefix {
    position: absolute;
    width: 3rem;
    height: 100%;
    line-height: 2;
    font-size: 1.35rem;
    -webkit-transition: color .2s;
    transition: color .2s;
    top: 0;
    left: 0;
    text-align: center;
    background-color: #ccc;
}
.input-field .prefix ~ input{
    margin-left: 0;
    padding-left: 3.2rem;
}
.input-group {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    width: 100%;
}
.input-group-append, .input-group-prepend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group>.input-group-append:last-child>.btn:not(:last-child):not(.dropdown-toggle), .input-group>.input-group-append:last-child>.input-group-text:not(:last-child), .input-group>.input-group-append:not(:last-child)>.btn, .input-group>.input-group-append:not(:last-child)>.input-group-text, .input-group>.input-group-prepend>.btn, .input-group>.input-group-prepend>.input-group-text{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .375rem .75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    height: 2.5rem;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 2px;
}
.input-group>.custom-select:not(:first-child), .input-group>.browser-default:not(:first-child){
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.browser-default {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group-text .secondary_input{
    border: none;
    background: transparent;
    height: 28px;
    width: 50px;
}
td, th{
    border-radius: 0;
    padding: 10px 5px;
}
table.compact td, table.compact th{
    padding: 5px;   
}
ul.list-inline li{
    display: inline-block;
    vertical-align: top;
}
/*----------------------------------------------------
    SUMMERNOTE EDITOR OVERIDES
------------------------------------------------------*/
.note-editor .note-editing-area p{
    margin: 0 !important;
}
/*----------------------------------------------------
    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.desc:after {
    border-top-color: #2167e6;
}
a.sort-by.asc:after {
    border-top: none;
    margin-top: 1px;
}
a.sort-by.asc:before {
    border-bottom-color: #2167e6;
}
/*----------------------------------------------------
    FOOTABLE OVERIDES
------------------------------------------------------*/
table caption{
    color: #888;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}
table thead th{
    background-color: #fbece7;
}
table thead tr.uppercase th{
    text-transform: uppercase;
}
table thead th:first-child, table tbody td:first-child, table tfoot td:first-child{
    padding-left: 10px;
}
table tfoot tr td{
    background-color: #fff;
    padding-left: 10px;
}
table thead th [type="checkbox"].filled-in:not(:checked)+span:not(.lever):after{
    background-color: #fff;
}
table tbody tr{
    background-color: #fff;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
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: 20px;
    padding: 50px 0;
}
table > tbody > tr > td > span.footable-toggle {
  margin-right: 8px;
  opacity: 1;
}
table.compact td,
table.compact th {
  padding: 5px;
}
.footable-empty td {
  color: #666;
  padding: 50px 0 !important;
}
table tr.anchor {
  cursor: pointer;
}
.fooicon {
    display: inline-block;
    font-size: inherit;
    font-family: 'Material Icons'!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: "expand_more";
}
.fooicon-minus:before {
    content: "expand_less";
}
.fooicon-loader:before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    border-radius: 50%;
    border: 5px solid #ccc;
    border-top-color: #000;
    display: block;
    height: 50px;
    width: 50px;
    animation: fooicon-spin-r .6s linear infinite;
}
table>tbody>tr>td>span.footable-toggle {
    margin-right: 8px;
    opacity: 1;
}
table > thead.border-top{
    border-top: 1px solid #d0d0d0;
}
th {
    font-weight: 600;
}
table>tbody>tr>td>span.footable-toggle.last-column{
    font-size: 1.25rem;
    color: #236df2;
}
@-webkit-keyframes fooicon-spin-r{
    to {transform: rotate(360deg);}
}
@keyframes fooicon-spin-r{
    to {transform: rotate(360deg);}
}
/*----------------------------------------------------
    CAPTCHA
------------------------------------------------------*/
.captcha-container {
    position: relative;
    clear: both;
    left: 0;
    width: 100%;
    z-index: 500;
}
.captcha-div {
    width: 14%;
    padding-bottom: 12%;
    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: 5px 0 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
------------------------------------------------------*/
.modal .modal-footer{
    background-color: #fff;
}
.alertbox-error{ color: #f05050; font-size: 1rem; font-weight:500; }
.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: "Material Icons"; 
    content: "check"; 
    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: 20px; 
    -webkit-font-feature-settings: 'liga';
}
#ConfirmDiv .btn-flat{
    border: 1px solid #eee !important;
}
#ConfirmDiv .btn-flat:hover{
    border: 1px solid #2196F3 !important;
}
#ConfirmDiv .modal-footer{
    background-color: #fff;
}
.info{
    color: #000;
    font-size: 12px;
    margin-top: 5px;
}
.info .material-icons{
    font-size: 16px;
    margin-right: 5px;
}
.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 section{
    margin-bottom: 10px;
}
.modal .modal-content section:last-child{
    margin-top: 30px;
}
.modal .modal-content h5{
    margin-top: 0;
}
.modal .btn.modal-close{
  background-color: #0a2a77;
}
.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: 35%;
    max-width: 600px;
    min-width: 400px;
    padding-bottom: 100px;
    font-size: 1.1rem;
}
#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%;
    }
}
/*----------------------------------------------------
    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;
    -webkit-box-shadow: 0 10px 40px 0 rgba(62,57,107,.07), 0 2px 9px 0 rgba(62,57,107,.06);
    box-shadow: 0 10px 40px 0 rgba(62,57,107,.07), 0 2px 9px 0 rgba(62,57,107,.06);
}
.card-panel section + section{
    margin-top: 20px;
}
.card-panel.card-panel-mobile{
    padding: 1px 20px;
}
.card-panel .card-title{
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 10px;
}
.card-panel.header{
    margin-bottom: 0;
}
.card-panel.content{
    margin-top: 1px;
}
.chip.fi{
    position: relative;
}
.chip.fi .floatingIcon{
    cursor: pointer;
    position: absolute;
    right: -10px;
    top: -10px;
}
/*----------------------------------------------------
        LOADER USED IN SHOWPROCESSING
------------------------------------------------------*/
.processingModal{
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    padding-top: 10%;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    color: #fff;
    font-size: 17px;
}
.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);
    }
}
.popup-edit .material-icons{
    color: #c00;
    font-size: 1.4rem;
    margin-top: 5px;
}
.toggle-collapse a{
    display: inline-block;
}
.toggle-collapse a:after{
    font-family: 'Material Icons';
    content: "keyboard_arrow_down";
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
    color: #000000;
    font-size: 1.3rem;
}
.toggle-collapse.collapsed a:after{
    content: "keyboard_arrow_up";
}
.toggle-collapse ul{
    display: none;
    margin-top: 0;
}
.toggle-collapse.collapsed ul{
    display: block;
}
.page-selection{
    display: block;
}
.page-selection .pagination.bootpag{
    display: inline-block;
    margin: 0;
}
.page-selection .per-page-selection{
    display: inline-block;
    float: right;
    width: auto;
    height: 28px;
    line-height: 28px;
    padding: 0 3px;
    font-size: 0.9rem;
}