/*----------------------------------------------------
    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: 14px;
    }
}

html, body{
    height: 100%;
}
body{
    background-color: #f4f4f4;
    color: #000000;
    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;
}

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.5rem;
    line-height: 110%;
    margin: 0.82rem 0 0.656rem 0;
}

h6 {
    font-size: 1.3rem;
    margin: 1.5rem 0 0.8rem 0;
}

.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;
}
.input-label{
    color: #222;
    font-weight: 600;
    margin-bottom: 5px;
}
.input-label.required:after{ content: "*"; color: #e54658; margin-left: 5px; }

@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: 50px;
    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;
}
a.link.outline i.material-icons{
    font-size: 1.45rem;
    vertical-align: middle;
}
a.app_btn{
    border: 1px solid #3b84f5;
    border-radius: 10px;
    display: inline-block;
    padding: 5px 8px 0px 8px;
    transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
}
a.app_btn:hover{
    background-color: #035ce5;
    color: white;
}
.btn, .btn-large, .btn-flat {
    padding: 0 1rem;
}
.btn-floating.btn-large{
    padding: 0;
}
.card-panel{
    position: relative;
    -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);
}
input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]){
    border-bottom: 1px solid #0A5B9D;
    -webkit-box-shadow: 0 1px 0 0 #0A5B9D;
    box-shadow: 0 1px 0 0 #0A5B9D;
}
.input-field i.prefix.active, input:not([type]):focus:not([readonly])+label, input[type=text]:not(.browser-default):focus:not([readonly])+label, input[type=password]:not(.browser-default):focus:not([readonly])+label, input[type=email]:not(.browser-default):focus:not([readonly])+label, input[type=url]:not(.browser-default):focus:not([readonly])+label, input[type=time]:not(.browser-default):focus:not([readonly])+label, input[type=date]:not(.browser-default):focus:not([readonly])+label, input[type=datetime]:not(.browser-default):focus:not([readonly])+label, input[type=datetime-local]:not(.browser-default):focus:not([readonly])+label, input[type=tel]:not(.browser-default):focus:not([readonly])+label, input[type=number]:not(.browser-default):focus:not([readonly])+label, input[type=search]:not(.browser-default):focus:not([readonly])+label, textarea.materialize-textarea:focus:not([readonly])+label{
    color: #0A5B9D;
}
.input-field {
    font-weight: 600;
    margin-bottom: 3px;
    margin-top: 0;
}
.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;
}

.select-wrapper input.select-dropdown:focus{
    border-bottom: 1px solid #0A5B9D;
    color: #0A5B9D;
}
.select-wrapper .select-dropdown li:not(:first-child) label{
    color: #000;
}

[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:before, [type="radio"].with-gap:checked+span:after{
    border: 2px solid #0A5B9D;
}
[type="radio"]:checked+span:after, [type="radio"].with-gap:checked+span:after{
    background-color: #0A5B9D;
}

[type="checkbox"]+label, [type="radio"]:not(:checked)+label, [type="radio"]: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;
}
[type="checkbox"].filled-in:checked+label:after {
    height: 18px;
    width: 18px;
}
[type="checkbox"].filled-in:checked+label:before {
    width: 7px;
    height: 12px;
}

.dropdown-content li>a, .dropdown-content li>span{
    color: #333;
}
/*----------------------------------------------------
    FOOTABLE OVERIDES
------------------------------------------------------*/
th{
    color: #444;
    font-weight: 600;
}
td, th {
    padding: 8px 5px;
}
table caption{
    color: #888;
    margin-bottom: 20px;
    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;
}
table > thead.border-top{
    border-top: 1px solid #d0d0d0;
}
/*----------------------------------------------------
    PADDINGS
------------------------------------------------------*/
.nopadding { padding: 0;}
.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;}
.pd-l-5 { padding-left: 5px;}
.pd-l-10 { padding-left: 10px;}
.pd-l-15 { padding-left: 15px;}
.pd-l-30 { padding-left: 30px;}

.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; }

.dropdown-content li>a, .dropdown-content li>span {
    font-size: 14px;
}
/*----------------------------------------------------
    FONTS
------------------------------------------------------*/
.font11 {font-size:11px;}
.font12 {font-size:12px;}
.font13 {font-size:13px;}
.font14 {font-size:14px;}
.font15 {font-size:15px;}
.font16 {font-size:16px;}
.font17 {font-size:17px;}
.font18 {font-size:18px;}
.font19 {font-size:19px;}
.font20 {font-size:20px;}
.font21 {font-size:21px;}
.font22 {font-size:22px;}
.font25 {font-size:25px;}
.font30 {font-size:30px;}

.light      { font-weight: 300 }
.normal     { font-weight: 400 }
.semi-bold  { font-weight: 600 }
.bold       { font-weight: bold }

.error      { font-size: 1rem; }
/* REMOVES SPINNER FROM THE INPUT BOX */

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;}
.modal-content{
    background-color: transparent;
}
.processingModal:focus {
    outline: none
}
.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;
}

.row{
    margin-bottom: 10px !important;
}

*,*:focus,*:hover{
    outline:none;
}
/*----------------------------------------------------
    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;
}
/*----------------------------------------------------
    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);
    }
}

/*----------------------------------------------------
    INDEX PAGE
------------------------------------------------------*/
.login-form {
    padding-top: 20px;
    padding-bottom: 10px;
    width: 320px;
}

.login-form-text {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 1.2rem;
}

.profile-image-login {
    width: 200px;
}

.login-text {
    margin-top: -6px;
    margin-left: -6px !important;
}
.login-form .material-icons {
    font-size: 50px;
}
#industry_container h6{
    margin-bottom: 5px;
    margin-top: 0;
}

/*----------------------------------------------------
    HEADER
------------------------------------------------------*/
header nav .page-title{
    font-size: 21px;
    margin-left: 230px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; 
}
header nav .page-title .material-icons{
    margin-right: 15px;
}
header nav {
    color: #fff;
    background-color: #0a5b9d;
    width: 100%;
}
header .chip{
    background: white;
    color: rgba(0,0,0,0.8);
    margin-top: 0;
}
header .chip i{
    height: 32px;
    line-height: 32px;
}
header .chip i.left{
    margin-right: 0px;
}
header .chip i.right {
    margin-left: 0px;
}
#settings-dropdown{
    width: 190px;
}

@media (min-width: 1600px){
    header nav .page-title{
        margin-left: 225px;
    }
}
@media only screen and (max-width: 992px){
    header nav .page-title{
        margin-left: 10px;
    }
    section.content {
        padding: 0px;
    }
    .filter-panel {
        padding-bottom: 20px;
    }
    .filter-panel .search_options_trigger{
        display: block;
    }
    .filter-panel .filters{
        display: none;
    }
    .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 .fixed-action-btn {
        position: fixed;
        right: 12px;
        bottom: 12px;
        top: auto;
        padding-top: 0px;
        margin-bottom: 0;
        z-index: 997;
    }

    .color_legends li{
        display: block;
        margin-right: 0px;
        margin-bottom: 2px;
    }
}

/*----------------------------------------------------
    SIDEBAR
------------------------------------------------------*/
.sidenav.fixed{
    height: calc(100%);
    height: -moz-calc(100%);
    overflow: hidden;
    padding-bottom: 40px;
    width: 210px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; 
}
header.full nav .page-title{
    margin-left: 15px !important;
}
.sidenav.fixed.full{
    transform: translateX(-100%) !important;
}
.sidenav.fixed .menus{
    overflow: hidden;
    height: 100%;
}

.sidenav.fixed .ps-scrollbar-y-rail {
    right: 0 !important;
}
.sidenav.fixed li>a>i {
    color: rgba(0,0,0,1);
    font-size: 1rem;
    line-height: 47px;
}
.sidenav.fixed > li:first-child{
    line-height: normal;
}

.sidenav.fixed .user-view, .sidenav.fixed .userView {
    margin-bottom: 0;
    padding: 10px;
}
.sidenav.fixed .user-view img{
    width: 100%;
}
.sidenav .user-view .name, .sidenav .userView .name {
    font-size: 1rem;
    margin-top: 10px;
}
.sidenav .user-view .designation {
    color: #777;
    font-size: 0.9rem;
    font-style: italic;
    margin-bottom: 10px;
}
.sidenav .user-view .code {
    font-size: 0.9rem;
}

#left-sidebar .break_timer_wrapper{
    border-top: 1px solid #ddd;
    padding: 10px 10px 5px;
}
#left-sidebar .break_buttons .btn{
    border-radius: 50px;
    font-size: 0.9rem; 
    height: 30px;
    line-height: 30px;
    padding: 0 1rem;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s; 
}
#left-sidebar .break_buttons .break_timer{
    font-size: 1.2rem; 
    margin: 5px 0px;
}

.sidenav.fixed li>a {
    color: rgba(0,0,0,1);
    font-weight: 400;
    padding: 0 10px;
}
.sidenav.fixed li>a:hover, .sidenav.fixed li>a:hover > i {
    color: #26a69a;
}
.sidenav.fixed,
.sidenav.fixed ul,
.sidenav.fixed li,
.sidenav.fixed a {
    display: block;
    font-weight: normal;
}
.sidenav.fixed li>a.active>i, .sidenav.fixed > li > ul > li > a.active, .sidenav.fixed li>a.active:hover, .sidenav.fixed ul ul li a.active, .sidenav.fixed ul ul li.active a {
    background: #ec1946;
    color: #fff;
}
.sidenav.fixed ul ul {
    display: none;
}
.sidenav.fixed ul ul a {
    color: rgba(0,0,0,0.7);
    padding-left: 50px;
}
.sidenav.fixed ul ul ul a {
    padding-left: 70px;
}
.sidenav.fixed ul li a i {
    display: inline-block;
    font-size: 16px;
    margin-right: 10px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}
.sidenav.fixed ul li .arrow {
    -webkit-transition: -webkit-transform 0.15s;
    -o-transition: -o-transform 0.15s;
    transition: transform .15s;
    position: absolute;
    right: 10px;
    display: inline-block;
    font-family: 'Material Icons';
    -webkit-font-feature-settings: 'liga';
    text-rendering: auto;
    font-size: 24px;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    color: #333;
}
.sidenav.fixed ul li .arrow:before {
    content: "chevron_right";
}
.sidenav.fixed ul li a.subdrop .arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (min-width: 1600px){
    .sidenav.fixed{
        width: 210px;
    }
}

@media (max-width: 992px){
    .sidenav.fixed{
        width: 300px;
    }
}
/*******SIDE MENU ARROW ANIMATION********/

#sidebar-menu ul li .arrow {
    -webkit-transition: -webkit-transform 0.15s;
    -o-transition: -o-transform 0.15s;
    transition: transform .15s;
    position: absolute;
    right: 20px;
    display: inline-block;
    font-family: 'themify';
    text-rendering: auto;
    line-height: 20px;
    font-size: 12px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    color: #ccc;
}
#sidebar-menu ul li .arrow:before {
    content: "\e649";
}
#sidebar-menu ul li a.subdrop .arrow {
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

/*----------------------------------------------------
    RIGHT SIDEBAR
------------------------------------------------------*/

#right-sidebar{
    overflow: hidden;
}

#right-sidebar h4{
    background-color: #4caf50;
    color: #f5f5f5;
    margin: 0;
    padding: 8px 0 8px 10px;
}
#right-sidebar h4 i{
    padding-right: 5px;
}
#right-sidebar h4 .btn{
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
}
#right-sidebar form{
    height: 100%;
}
#right-sidebar .collapsible{
    height: 100%;
    height: calc(100% - 60px);
    height: -moz-calc(100%);
    overflow: hidden;
}
#right-sidebar .collapsible-header{
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}
#right-sidebar .collapsible-body {
    background-color: #f8f8f8;
    border-bottom: 1px solid #ddd;
    padding-left: 10px;
    padding-right: 10px;
}
#right-sidebar label {
    color: #666;
}

/*----------------------------------------------------
    COMMON FOR ALL PAGES
------------------------------------------------------*/
section.content {
    background: #F1F3F7;
    min-height: calc(100% - 64px);
    padding: 15px;
    padding-left: 215px;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}
section.content.full{
    padding-left: 10px;    
}

#SelectAllRecordsDiv{
    background-color: #e5f5ff;
    margin: 10px 0;
    padding: 15px;
}
.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 10px 10px;
    position: relative;
    margin: .5rem 0 0rem 0;
    border-radius: 2px;
    background-color: #fff;
}
.filter-panel .filters{
    display: block;
}
.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;
    padding-right: 10px;
    vertical-align: top;
}
.filters > li:last-child{
    //padding-right: 0px;
}
.filters > li .search {
    width: 200px;
}
.filters > li .input-field {
    margin: 0;
}
.filters > li input[type=text]:not(.browser-default){
    height: 2.5rem;
    margin-bottom: 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 .fixed-action-btn {
    position: absolute;
    right: 12px;
    top: 12px;
    padding-top: 0px;
    margin-bottom: 0;
    z-index: 2;
}
.filter-panel .fixed-action-btn.active .ti-more-alt:before {
    content: "\e646";
}
.filter-panel .fixed-action-btn.horizontal ul {
    right: 45px;
}
.filter-panel .fixed-action-btn.horizontal ul li {
    margin: 0px 15px 0 0;
}
.filter-chips .chip{
    background-color: #2196F3;
    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;
}
.filter-panel .select-wrapper input.select-dropdown {
    border: none;
    border-bottom: 1px solid #999;
    height: 35px;
    line-height: 40px;
    padding-left: 0px;
    width: calc(100% - 10px);
}
.filter-panel .select-wrapper .dropdown-content li>a, .filter-panel .select-wrapper .dropdown-content li>span{
    font-size: 12px;
}
.filter-panel .searchby select.browser-default {
    border: none;
    border-bottom: 1px solid #999;
    border-radius: 0;
    height: 35px;
    font-size: 12px;
    line-height: 40px;
    padding-left: 0px;
    width: 100%;
}
.filter-panel .searchby{
    position: relative;
}
.filter-panel .searchby label{
    color: #666;
    position: absolute;
    top: -10px;
    left: 5px;
}

[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 #0A5B9D;
    background-color: #0A5B9D;
    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;
}

.switch label input[type=checkbox][disabled]:checked+.lever {
    background-color: rgba(0,0,0,0.12);
}

@media (min-width: 1600px){
    section.content{
        padding-left: 215px;
    }
}

@media (min-width: 1150px)
{
    .filter-panel .fixed-action-btn.open > a.btn-floating.red{
        display: none;
    }
    .filter-panel .fixed-action-btn.horizontal.open ul{
        right: 0;
        visibility: visible;
    }
    .filter-panel .fixed-action-btn.open ul a.btn-floating{
        transform: scaleY(1) scaleX(1) translateY(0px) translateX(0px);
        opacity: 1;
    }
}

@media only screen and (max-width: 992px){
    header nav .page-title{
        margin-left: 10px;
    }
    section.content {
        padding: 0px;
    }
    .filter-panel {
        padding-bottom: 20px;
    }
    .filter-panel .search_options_trigger{
        display: block;
    }
    .filter-panel .filters{
        display: none;
    }
    .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 .fixed-action-btn {
        position: fixed;
        right: 12px;
        bottom: 12px;
        top: auto;
        padding-top: 0px;
        margin-bottom: 0;
        z-index: 997;
    }

    .color_legends li{
        display: block;
        margin-right: 0px;
        margin-bottom: 2px;
    }
}
/*----------------------------------------------------
    DASHBOARD
------------------------------------------------------*/

main{
    padding-top: 50px;
    padding-bottom: 70px;
}