/* Theme colors
    blue: #0f2c52
    Pink: #ec1946
*/

/*----------------------------------------------------
    MATERIAL ICONS
------------------------------------------------------*/

@import url("https://fonts.googleapis.com/icon?family=Material+Icons");

/*----------------------------------------------------
    LATO FONTS
------------------------------------------------------*/
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Lato Light'), local('Lato-Light'), url(/fonts/lato/S6u9w4BMUTPHh7USSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Lato Regular'), local('Lato-Regular'), url(/fonts/lato/S6uyw4BMUTPHjxAwXjeu.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin-ext */
@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Lato Bold'), local('Lato-Bold'), url(/fonts/lato/S6u9w4BMUTPHh6UVSwaPGR_p.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* 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-family: 'Lato', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
}
body{overflow-x:hidden}
/*-----------------------
        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: 600 }
.bold       { font-weight: 700 }
.uppercase  { text-transform: uppercase }
/*----------------------------------------------------
    PADDINGS
------------------------------------------------------*/
.pd-0 { padding: 0 !important;}
.pd-5 { padding: 5px;}
.pd-10 { padding: 10px;}
.pd-15 { padding: 15px;}
.pd-20 { padding: 20px;}
.pd-25 { padding: 25px;}
.pd-30 { padding: 30px;}
.pd-40 { padding: 40px;}
.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;}
.pd-lr-10 { padding: 0 10px;}
.pd-lr-15 { padding: 0 15px;}
.pd-lr-20 { padding: 0 20px;}
.pd-lr-25 { padding: 0 25px;}
.pd-lr-30 { padding: 0 30px;}
.pd-lr-40 { padding: 0 40px;}
.pd-b-10 { padding-bottom: 10px;}
.pd-b-15 { padding-bottom: 15px;}
.pd-b-20 { padding-bottom: 20px;}
.pd-b-30 { padding-bottom: 30px;}
.pd-t-5 { padding-top: 5px;}
.pd-t-10 { padding-top: 10px;}
.pd-t-15 { padding-top: 15px;}
.pd-t-20 { padding-top: 20px;}
.pd-t-30 { padding-top: 30px;}
.pd-tb-5  { padding-top: 5px; padding-bottom: 5px;}
.pd-tb-10 { padding-top: 10px; padding-bottom: 10px;}
.pd-tb-15 { padding-top: 15px; padding-bottom: 15px;}
.pd-tb-50 { padding-top: 50px; padding-bottom: 50px;}
/*----------------------------------------------------
    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{
    background-image: url(/images/exclamation-triangle-solid.svg);
    content: " ";
    display: inline-block;
    margin-right: 5px;
    height: 12px;
    width: 14px;
    color: red;
}
form .row {
    margin-bottom: 0px;
}
.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 OVERIDES
------------------------------------------------------*/
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: #3F51B5;
}
.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.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(255, 87, 34) !important;
}
.switch label input[type=checkbox]:checked+.lever {
    background-color: rgba(255, 87, 34, 0.6) !important;
}
[type="checkbox"]+span:not(.lever){
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    font-size: 1rem;
    vertical-align: sub;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[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 #ff6701;
}
[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after{
    background-color: #ff6701;
}
.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 .tab a {
    color: rgba(2,2,2,0.5);
}
.tabs .tab a:hover, .tabs .tab a.active {
    background-color: #009688;
    color: #fff;
}
.tabs .tab a:hover{
    background-color: rgba(0, 150, 136, 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.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(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
**********************/
.flatpickr-input{
    border-bottom: 1px solid #ccc !important;
    color: #333 !important;
}
.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: 2.5rem;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: none;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.browser-default.small{
    height: 2rem;
    padding: 0.17rem 0.33rem;
    font-size: 0.9rem;
}
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 {
    font-weight: 600;
    margin-bottom: 3px;
    margin-top: 0;
}
.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.5rem;
}
.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;   
}
table.no_borders tr{
    border: none;
}
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.asc:after {
    border-top: none;
    margin-top: 1px;
}
/*----------------------------------------------------
    FOOTABLE OVERIDES
------------------------------------------------------*/
table caption{
    color: #888;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
}
table thead th{
    background-color: #fbece7;
    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;
}
.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;
}
@-webkit-keyframes fooicon-spin-r{
    to {transform: rotate(360deg);}
}
@keyframes fooicon-spin-r{
    to {transform: rotate(360deg);}
}
/*----------------------------------------------------
    ALERTBOX
------------------------------------------------------*/
.modal .modal-footer{
    background-color: #fff;
}
.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: "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-footer, .modal .modal-content-wrapper{
    background: #fff;
}
.modal .modal-content-wrapper{
    height: auto;
    min-height: 150px;
    width: 50%;
    max-width: 800px;
    position: relative;
    display: inline-block;
    margin-top: 5%;
    margin-bottom: 5%;
    text-align: left;
}
.modal-header{
    background-color: #262627;
    color: #fff;
    padding: 10px 20px;
}
.modal-header h4{
    font-size: 1.2rem;
    font-weight: 400;
    margin: 0;
    padding-right: 30px;
}
.modal-header .modal-close{
    padding: 5px 10px;
    position: absolute;
    top: 0;
    right: 0;
}
.modal-header .modal-close i{
    color: #fff;
}
.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-wrapper, .processingModal .modal-content{background: none; text-align: center;}
.processingModal p{
    margin-top: 15px;
}
/*----------------------------------------------------
    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.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;
}
/*----------------------------------------------------
    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);
    }
}
