/* Theme colors
    blue: #0f2c52
    Pink: #ec1946
*/

@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: 13px;
    }
}

@media only screen and (min-width: 1600px) {
    html {
        font-size: 15px;
    }
}

/*-----------------------
        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 }
.bold       { font-weight: 500 }
.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; }


body{
    background-color: #fff;
    color: #000;
    font-family: 'Montserrat', -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}

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: 0.8rem;
    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;
}

::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;}

.processingModal {
    background-color: transparent;
    box-shadow: none;
    color: white;
    text-align: center;
}
.processingModal p{
    margin-top: 15px;
}

.spinner-white, .spinner-white-only {
    border-color: #ffffff;
}

.error{
    font-size: 13px;
    margin-top: 5px;
}
.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: 20px;
}

.input-label.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;
}

@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;
}
a.link.outline {
    border: 1px solid #035ce5;
    border-radius: 5px;
    padding: 5px 10px;
    transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
}
a.link.outline:hover {
    background-color: #035ce5;
    color: #fff;
}
.btn-back{
    font-size: 18px;
    margin-right: 10px;
}
.btn-back i.material-icons{
    vertical-align: middle;
}
.btn-flat{
    border: 1px solid transparent;
}
.btn.btn-flat:hover, .btn.btn-flat:focus, .btn.btn-flat:active {
    background-color: transparent;
    color: #035ce5;
}
.btn.outline-gray{
    border: 1px solid #ccc;
}
.btn-outline{
    background-color: #fff;
    color: #000;
    border: 1px solid #ccc;
    box-shadow: none;
}
.btn-outline.magenta{
    color: #EC1946;
    border: 1px solid #EC1946;
}
.btn-outline.magenta:hover{
    background-color: #EC1946;
    box-shadow: none;
    color: #fff;
}
.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;
}
.dropdown-content li>a, .dropdown-content li>span {
    font-size: 14px;
    color: #000;
    display: block;
    line-height: 22px;
}
.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(236, 25, 70) !important;
}
.switch label input[type=checkbox]:checked+.lever {
    background-color: rgba(236, 25, 70, 0.6) !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 {
    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{
    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%;
        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 {
        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;
}

.tabs .tab a {
    color: rgba(2,2,2,0.5);
}
.tabs .tab a:hover, .tabs .tab a.active {
    color: #0f2c52;
}
.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;
}

.flatpickr-input{
    border-bottom: 1px solid #ccc !important;
    color: #333 !important;
}

.outline-input label {
    left: 0.6rem;
}
.outline-input label:not(.label-icon).active{
    background-color: #fff;
    font-size: 0.9rem;
    height: auto;
    line-height: normal;
    padding: 0 5px;
    transform: translateY(-50%);
}

.browser-default{
    width: 100%;
    height: calc(2.8rem + 2px);
    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;
}
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-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>.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;
    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;
}

/*----------------------------------------------------
    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;
}

.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;
}

/*----------------------------------------------------
    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: "Material Icons"; -webkit-font-feature-settings: 'liga'; content: "thumb_up"; 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; }

#ConfirmDiv .btn-flat{
    border: 1px solid #eee;
}
#ConfirmDiv .btn-flat:hover{
    border: 1px solid #2196F3;
}

.info{
    color: #2196F3;
    font-size: 12px;
    margin-top: 5px;
}
.info .material-icons{
    font-size: 16px;
    margin-right: 5px;
}
/*----------------------------------------------------
    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;
}
.card-panel.header{
    margin-bottom: 0;
}
.card-panel.content{
    margin-top: 1px;
}
.records-per-page{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 1;
}
.records-per-page select{
    border: 1px solid #ccc;
    font-size: 13px;
    height: 35px;
}
.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);
    }
}