@import url(materialize.css);
/** text colors **/
.col-red {
    color: #F44336 !important; }

.col-pink {
    color: #E91E63 !important; }

.col-purple {
    color: #9C27B0 !important; }

.col-deep-purple {
    color: #673AB7 !important; }

.col-indigo {
    color: #3F51B5 !important; }

.col-blue {
    color: #2196F3 !important; }

.col-light-blue {
    color: #03A9F4 !important; }

.col-cyan {
    color: #00BCD4 !important; }

.col-teal {
    color: #009688 !important; }

.col-green {
    color: #4CAF50 !important; }

.col-light-green {
    color: #8BC34A !important; }

.col-lime {
    color: #CDDC39 !important; }

.col-yellow {
    color: #ffe821 !important; }

.col-amber {
    color: #FFC107 !important; }

.col-orange {
    color: #FF9800 !important; }

.col-deep-orange {
    color: #FF5722 !important; }

.col-brown {
    color: #795548 !important; }

.col-grey {
    color: #9E9E9E !important; }

.col-blue-grey {
    color: #607D8B !important; }

.col-black {
    color: #000000 !important; }

.col-white {
    color: #ffffff !important; }

/** background colors **/
.bg-red {
    background-color: #F44336 !important;
    color: #fff; 
}
.bg-red .content .text,
.bg-red .content .number {
    color: #fff !important; 
}

.bg-pink {
    background-color: #E91E63 !important;
    color: #fff; 
}
.bg-pink .content .text,
.bg-pink .content .number {
    color: #fff !important; 
}

.bg-purple {
    background-color: #9C27B0 !important;
    color: #fff; 
}
.bg-purple .content .text,
.bg-purple .content .number {
    color: #fff !important; 
}

.bg-deep-purple {
    background-color: #673AB7 !important;
    color: #fff; 
}
.bg-deep-purple .content .text,
.bg-deep-purple .content .number {
    color: #fff !important; 
}

.bg-indigo {
    background-color: #3F51B5 !important;
    color: #fff; 
}
.bg-indigo .content .text,
.bg-indigo .content .number {
    color: #fff !important; 
}

.bg-blue {
    background-color: #2196F3 !important;
    color: #fff; 
}
.bg-blue .content .text,
.bg-blue .content .number {
    color: #fff !important; 
}

.bg-light-blue {
    background-color: #03A9F4 !important;
    color: #fff; 
}
.bg-light-blue .content .text,
.bg-light-blue .content .number {
    color: #fff !important; 
}
.bg-light-grey {
    background-color: #F8F8F8 !important;
}

.bg-cyan {
    background-color: #00BCD4 !important;
    color: #fff; 
}
.bg-cyan .content .text,
.bg-cyan .content .number {
    color: #fff !important; 
}

.bg-teal {
    background-color: #009688 !important;
    color: #fff; 
}
.bg-teal .content .text,
.bg-teal .content .number {
    color: #fff !important; 
}

.bg-green {
    background-color: #4CAF50 !important;
    color: #fff; 
}
.bg-green .content .text,
.bg-green .content .number {
    color: #fff !important; 
}

.bg-light-green {
    background-color: #8BC34A !important;
    color: #fff; 
}
.bg-light-green .content .text,
.bg-light-green .content .number {
    color: #fff !important; 
}

.bg-lime {
    background-color: #CDDC39 !important;
    color: #fff; }
.bg-lime .content .text,
.bg-lime .content .number {
    color: #fff !important; 
}

.bg-yellow {
    background-color: #ffe821 !important;
    color: #fff; 
}
.bg-yellow .content .text,
.bg-yellow .content .number {
    color: #fff !important; 
}

.bg-amber {
    background-color: #FFC107 !important;
    color: #fff; }
.bg-amber .content .text,
.bg-amber .content .number {
    color: #fff !important; }

.bg-orange {
    background-color: #FF9800 !important;
    color: #fff; 
}
.bg-orange .content .text,
.bg-orange .content .number {
    color: #fff !important; 
}

.bg-deep-orange {
    background-color: #FF5722 !important;
    color: #fff; }
.bg-deep-orange .content .text,
.bg-deep-orange .content .number {
    color: #fff !important; 
}

.bg-brown {
    background-color: #795548 !important;
    color: #fff; }
.bg-brown .content .text,
.bg-brown .content .number {
    color: #fff !important; 
}

.bg-grey {
    background-color: #9E9E9E !important;
    color: #fff; }
.bg-grey .content .text,
.bg-grey .content .number {
    color: #fff !important; }

.bg-blue-grey {
    background-color: #607D8B !important;
    color: #fff; 
}
.bg-blue-grey .content .text,
.bg-blue-grey .content .number {
    color: #fff !important; 
}

.bg-black {
    background-color: #000000 !important;
    color: #fff; 
}
.bg-black .content .text,
.bg-black .content .number {
    color: #fff !important; }

.bg-white {
    background-color: #ffffff !important;
}
.bg-white .content .text,
.bg-white .content .number {
    color: #fff !important; 
}

/* Infobox ===================================== */
.info-box {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    min-height: 200px;
    /*display: flex;*/
    background-color: #fff;
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
    cursor: pointer;
}
.info-box .header {
    width: 100%;
    padding: 0 0 0 10px;
    font-size: 22px;
}
.info-box .icon {
    position: absolute;
    right: 20px;
    bottom: 14px;
    text-align: center; 
}
.info-box .icon i {
    color: rgba(0, 0, 0, 0.15);
    font-size: 60px; 
}
.info-box .chart {
    margin-right: 5px; 
}
.info-box .chart.chart-bar {
    height: 100%;
    line-height: 50px; 
}
.info-box .chart.chart-bar canvas {
    vertical-align: baseline !important; 
}
.info-box .chart.chart-pie {
    height: 100%;
    line-height: 34px; 
}
.info-box .chart.chart-pie canvas {
    vertical-align: baseline !important; 
}
.info-box .chart.chart-line {
    height: 100%;
    line-height: 40px; 
}
.info-box .chart.chart-line canvas {
    vertical-align: baseline !important; 
}
.info-box .content {
    display: inline-block;
    padding: 0px 16px 7px 16px;
}
.info-box .content .text {
    font-size: 13px;
    margin-top: 11px;
    /*color: #555;*/ 
}
.info-box .content .number {
    font-weight: normal;
    font-size: 26px;
    margin-top: -4px;
    /*color: #555;*/ 
}

.info-box.hover-zoom-effect .icon i {
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; 
}

.info-box.hover-zoom-effect:hover .icon i {
    opacity: 0.4;
    -moz-transform: rotate(-32deg) scale(1.4);
    -ms-transform: rotate(-32deg) scale(1.4);
    -o-transform: rotate(-32deg) scale(1.4);
    -webkit-transform: rotate(-32deg) scale(1.4);
    transform: rotate(-32deg) scale(1.4); 
}

.info-box.hover-expand-effect:after {
    background-color: rgba(0, 0, 0, 0.05);
    content: ".";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    color: transparent;
    -moz-transition: all 0.95s;
    -o-transition: all 0.95s;
    -webkit-transition: all 0.95s;
    transition: all 0.95s; 
}

.info-box.hover-expand-effect:hover:after {
    width: 100%; 
}

/* Switch ====================================== */
.switch-title {
    min-width: 95px;
    display: inline-block;
    top: -10px;
    font-size: 14px;
    color: #999C9E;
    left: 5px;
    position: relative;
}
.switch-label {
    min-width: 95px;
    display: inline-block;
}
.switch {
    display: block;
    padding: 0 0 0 5px;
}
.switch label {
    font-weight: normal;
    font-size: 16px; }
.switch label .lever {
    margin: 0 14px; }
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-red:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(244, 67, 54, 0.1); }
.switch label input[type=checkbox]:checked + .lever.switch-col-red {
    background-color: rgba(244, 67, 54, 0.5); }
.switch label input[type=checkbox]:checked + .lever.switch-col-red:after {
    background-color: #F44336; }
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-pink:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(233, 30, 99, 0.1); }
.switch label input[type=checkbox]:checked + .lever.switch-col-pink {
    background-color: rgba(233, 30, 99, 0.5); }
.switch label input[type=checkbox]:checked + .lever.switch-col-pink:after {
    background-color: #E91E63; }
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-purple:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(156, 39, 176, 0.1); }
.switch label input[type=checkbox]:checked + .lever.switch-col-purple {
    background-color: rgba(156, 39, 176, 0.5); }
.switch label input[type=checkbox]:checked + .lever.switch-col-purple:after {
    background-color: #9C27B0; }
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-deep-purple:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(103, 58, 183, 0.1); }
.switch label input[type=checkbox]:checked + .lever.switch-col-deep-purple {
    background-color: rgba(103, 58, 183, 0.5); }
.switch label input[type=checkbox]:checked + .lever.switch-col-deep-purple:after {
    background-color: #673AB7; }
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-indigo:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(63, 81, 181, 0.1); }
.switch label input[type=checkbox]:checked + .lever.switch-col-indigo {
    background-color: rgba(63, 81, 181, 0.5); }
.switch label input[type=checkbox]:checked + .lever.switch-col-indigo:after {
    background-color: #3F51B5; }
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-blue:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(33, 150, 243, 0.1); }
.switch label input[type=checkbox]:checked + .lever.switch-col-blue {
    background-color: rgba(33, 150, 243, 0.5); }
.switch label input[type=checkbox]:checked + .lever.switch-col-blue:after {
    background-color: #2196F3; }
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-light-blue:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(3, 169, 244, 0.1); }
.switch label input[type=checkbox]:checked + .lever.switch-col-light-blue {
    background-color: rgba(3, 169, 244, 0.5); }
.switch label input[type=checkbox]:checked + .lever.switch-col-light-blue:after {
    background-color: #03A9F4; }
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-cyan:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 188, 212, 0.1); }
.switch label input[type=checkbox]:checked + .lever.switch-col-cyan {
    background-color: rgba(0, 188, 212, 0.5); }
.switch label input[type=checkbox]:checked + .lever.switch-col-cyan:after {
    background-color: #00BCD4; }
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-teal:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 150, 136, 0.1); }
.switch label input[type=checkbox]:checked + .lever.switch-col-teal {
    background-color: rgba(0, 150, 136, 0.5); }
.switch label input[type=checkbox]:checked + .lever.switch-col-teal:after {
    background-color: #009688; }
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-green:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(76, 175, 80, 0.1); }
.switch label input[type=checkbox]:checked + .lever.switch-col-green {
    background-color: rgba(76, 175, 80, 0.5); }
.switch label input[type=checkbox]:checked + .lever.switch-col-green:after {
    background-color: #4CAF50; }
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-light-green:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(139, 195, 74, 0.1); }
.switch label input[type=checkbox]:checked + .lever.switch-col-light-green {
    background-color: rgba(139, 195, 74, 0.5); }
.switch label input[type=checkbox]:checked + .lever.switch-col-light-green:after {
    background-color: #8BC34A; }
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-lime:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(205, 220, 57, 0.1); }
.switch label input[type=checkbox]:checked + .lever.switch-col-lime {
    background-color: rgba(205, 220, 57, 0.5); }
.switch label input[type=checkbox]:checked + .lever.switch-col-lime:after {
    background-color: #CDDC39; }
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-yellow:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 232, 33, 0.1); }
.switch label input[type=checkbox]:checked + .lever.switch-col-yellow {
    background-color: rgba(255, 232, 33, 0.5); }
.switch label input[type=checkbox]:checked + .lever.switch-col-yellow:after {
    background-color: #ffe821; }
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-amber:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 193, 7, 0.1); }
.switch label input[type=checkbox]:checked + .lever.switch-col-amber {
    background-color: rgba(255, 193, 7, 0.5); }
.switch label input[type=checkbox]:checked + .lever.switch-col-amber:after {
    background-color: #FFC107; }
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-orange:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 152, 0, 0.1); }
.switch label input[type=checkbox]:checked + .lever.switch-col-orange {
    background-color: rgba(255, 152, 0, 0.5); }
.switch label input[type=checkbox]:checked + .lever.switch-col-orange:after {
    background-color: #FF9800; }
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-deep-orange:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 87, 34, 0.1); }
.switch label input[type=checkbox]:checked + .lever.switch-col-deep-orange {
    background-color: rgba(255, 87, 34, 0.5); }
.switch label input[type=checkbox]:checked + .lever.switch-col-deep-orange:after {
    background-color: #FF5722; }
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-brown:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(121, 85, 72, 0.1); }
.switch label input[type=checkbox]:checked + .lever.switch-col-brown {
    background-color: rgba(121, 85, 72, 0.5); }
.switch label input[type=checkbox]:checked + .lever.switch-col-brown:after {
    background-color: #795548; }
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-grey:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(158, 158, 158, 0.1); }
.switch label input[type=checkbox]:checked + .lever.switch-col-grey {
    background-color: rgba(158, 158, 158, 0.5); }
.switch label input[type=checkbox]:checked + .lever.switch-col-grey:after {
    background-color: #9E9E9E; }
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-blue-grey:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(96, 125, 139, 0.1); }
.switch label input[type=checkbox]:checked + .lever.switch-col-blue-grey {
    background-color: rgba(96, 125, 139, 0.5); }
.switch label input[type=checkbox]:checked + .lever.switch-col-blue-grey:after {
    background-color: #607D8B; }
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-black:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(0, 0, 0, 0.1); }
.switch label input[type=checkbox]:checked + .lever.switch-col-black {
    background-color: rgba(0, 0, 0, 0.5); }
.switch label input[type=checkbox]:checked + .lever.switch-col-black:after {
    background-color: #000000; }
.switch label input[type=checkbox]:checked:not(:disabled) ~ .lever.switch-col-white:active:after {
    box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4), 0 0 0 15px rgba(255, 255, 255, 0.1); }
.switch label input[type=checkbox]:checked + .lever.switch-col-white {
    background-color: rgba(255, 255, 255, 0.5); }
.switch label input[type=checkbox]:checked + .lever.switch-col-white:after {
    background-color: #ffffff; }