/* 
    moot.css
    version 2.4
    a css framework based on the combination of googles material design guidelines, elements
    from materialize.css, and bootstrap v3.
 
    author: ryan ludwigsen (ludwigsen)
    date: feb 22, 2017

    forked materialize elements under:
     * Materialize v0.98.0 (http://materializecss.com)
     * Copyright 2014-2015 Materialize
     * MIT License (https://raw.githubusercontent.com/Dogfalo/materialize/master/LICENSE)

    forked materialize-stepper elements:
     * Materialize-Stepper v.2.1.3 (https://github.com/Kinark/Materialize-stepper) 

    forked bootstrap-table elements:
     * Bootstrap Table (http://bootstrap-table.wenzhixin.net.cn/)
     
    thanks to @ymatuhin for http://autoprefixer.github.io/

    notes:
    - bootstrap v3 css & js need to be referenced on your pages 
        <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet">
        <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
    - moot.js & moot.css (obviously) need to be referenced on your pages
        <link href="path/to/moot.css" rel="stylesheet" type="text/css"/>
        <script src="path/to/moot.js" type="text/javascript"></script> 
    - css imports fonts automatically
    - tested with jQuery 3.1.1
    - support for all current major browsers
        chrome 56+, ie 11/edge, firefox 51+, ios 9+
        ie 8-10 is iffy, some elements work, animations do not
        firefox 51 has issues with drop shadows
        ios 8 has issues with flexbox support
    - bootstrap v4 not supported yet

    major areas:
    colors, general style, font awesome icons, navbar, footer, shadows, cards, modals, dashboard blocks, sections, tabs,
    alerts, buttons, lists, forms, progress bars, datepicker, animations, tooltips, toast, tables, changelog, waves, steppers

    usage notes:
    - flexbox > container will not work as you might expect. flexbox causes child container to fail at and below the standard
        breakpoints. use flexbox elements inside containers and (ultimately) inside rows to achieve best results
*/

@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
/* absolute paths only!! */
@import url('https://opae.louisville.edu/moot/stable/css/materialicons.css'); /* "default" icon set - we usually load fontawesome too */

/*---------------------------------------------------
                    Colors
----------------------------------------------------*/

.slate-grey {
    background-color: #2c3338 !important;
}

.moot-red {
    background-color: #ad0000 !important;
}

.moot-yellow {
    background-color: #fdb913 !important;
}

.deep-aqua {
    background-color: #004963 !important;
}

.materialize-red {
    background-color: #e51c23 !important;
}

.materialize-red-text {
    color: #e51c23 !important;
}

.materialize-red.lighten-5 {
    background-color: #fdeaeb !important;
}

.materialize-red-text.text-lighten-5 {
    color: #fdeaeb !important;
}

.materialize-red.lighten-4 {
    background-color: #f8c1c3 !important;
}

.materialize-red-text.text-lighten-4 {
    color: #f8c1c3 !important;
}

.materialize-red.lighten-3 {
    background-color: #f3989b !important;
}

.materialize-red-text.text-lighten-3 {
    color: #f3989b !important;
}

.materialize-red.lighten-2 {
    background-color: #ee6e73 !important;
}

.materialize-red-text.text-lighten-2 {
    color: #ee6e73 !important;
}

.materialize-red.lighten-1 {
    background-color: #ea454b !important;
}

.materialize-red-text.text-lighten-1 {
    color: #ea454b !important;
}

.materialize-red.darken-1 {
    background-color: #d0181e !important;
}

.materialize-red-text.text-darken-1 {
    color: #d0181e !important;
}

.materialize-red.darken-2 {
    background-color: #b9151b !important;
}

.materialize-red-text.text-darken-2 {
    color: #b9151b !important;
}

.materialize-red.darken-3 {
    background-color: #a21318 !important;
}

.materialize-red-text.text-darken-3 {
    color: #a21318 !important;
}

.materialize-red.darken-4 {
    background-color: #8b1014 !important;
}

.materialize-red-text.text-darken-4 {
    color: #8b1014 !important;
}

.red {
    background-color: #F44336 !important;
}

.red-text {
    color: #F44336 !important;
}

.red.lighten-5 {
    background-color: #FFEBEE !important;
}

.red-text.text-lighten-5 {
    color: #FFEBEE !important;
}

.red.lighten-4 {
    background-color: #FFCDD2 !important;
}

.red-text.text-lighten-4 {
    color: #FFCDD2 !important;
}

.red.lighten-3 {
    background-color: #EF9A9A !important;
}

.red-text.text-lighten-3 {
    color: #EF9A9A !important;
}

.red.lighten-2 {
    background-color: #E57373 !important;
}

.red-text.text-lighten-2 {
    color: #E57373 !important;
}

.red.lighten-1 {
    background-color: #EF5350 !important;
}

.red-text.text-lighten-1 {
    color: #EF5350 !important;
}

.red.darken-1 {
    background-color: #E53935 !important;
}

.red-text.text-darken-1 {
    color: #E53935 !important;
}

.red.darken-2 {
    background-color: #D32F2F !important;
}

.red-text.text-darken-2 {
    color: #D32F2F !important;
}

.red.darken-3 {
    background-color: #C62828 !important;
}

.red-text.text-darken-3 {
    color: #C62828 !important;
}

.red.darken-4 {
    background-color: #B71C1C !important;
}

.red-text.text-darken-4 {
    color: #B71C1C !important;
}

.red.accent-1 {
    background-color: #FF8A80 !important;
}

.red-text.text-accent-1 {
    color: #FF8A80 !important;
}

.red.accent-2 {
    background-color: #FF5252 !important;
}

.red-text.text-accent-2 {
    color: #FF5252 !important;
}

.red.accent-3 {
    background-color: #FF1744 !important;
}

.red-text.text-accent-3 {
    color: #FF1744 !important;
}

.red.accent-4 {
    background-color: #D50000 !important;
}

.red-text.text-accent-4 {
    color: #D50000 !important;
}

.pink {
    background-color: #e91e63 !important;
}

.pink-text {
    color: #e91e63 !important;
}

.pink.lighten-5 {
    background-color: #fce4ec !important;
}

.pink-text.text-lighten-5 {
    color: #fce4ec !important;
}

.pink.lighten-4 {
    background-color: #f8bbd0 !important;
}

.pink-text.text-lighten-4 {
    color: #f8bbd0 !important;
}

.pink.lighten-3 {
    background-color: #f48fb1 !important;
}

.pink-text.text-lighten-3 {
    color: #f48fb1 !important;
}

.pink.lighten-2 {
    background-color: #f06292 !important;
}

.pink-text.text-lighten-2 {
    color: #f06292 !important;
}

.pink.lighten-1 {
    background-color: #ec407a !important;
}

.pink-text.text-lighten-1 {
    color: #ec407a !important;
}

.pink.darken-1 {
    background-color: #d81b60 !important;
}

.pink-text.text-darken-1 {
    color: #d81b60 !important;
}

.pink.darken-2 {
    background-color: #c2185b !important;
}

.pink-text.text-darken-2 {
    color: #c2185b !important;
}

.pink.darken-3 {
    background-color: #ad1457 !important;
}

.pink-text.text-darken-3 {
    color: #ad1457 !important;
}

.pink.darken-4 {
    background-color: #880e4f !important;
}

.pink-text.text-darken-4 {
    color: #880e4f !important;
}

.pink.accent-1 {
    background-color: #ff80ab !important;
}

.pink-text.text-accent-1 {
    color: #ff80ab !important;
}

.pink.accent-2 {
    background-color: #ff4081 !important;
}

.pink-text.text-accent-2 {
    color: #ff4081 !important;
}

.pink.accent-3 {
    background-color: #f50057 !important;
}

.pink-text.text-accent-3 {
    color: #f50057 !important;
}

.pink.accent-4 {
    background-color: #c51162 !important;
}

.pink-text.text-accent-4 {
    color: #c51162 !important;
}

.purple {
    background-color: #9c27b0 !important;
}

.purple-text {
    color: #9c27b0 !important;
}

.purple.lighten-5 {
    background-color: #f3e5f5 !important;
}

.purple-text.text-lighten-5 {
    color: #f3e5f5 !important;
}

.purple.lighten-4 {
    background-color: #e1bee7 !important;
}

.purple-text.text-lighten-4 {
    color: #e1bee7 !important;
}

.purple.lighten-3 {
    background-color: #ce93d8 !important;
}

.purple-text.text-lighten-3 {
    color: #ce93d8 !important;
}

.purple.lighten-2 {
    background-color: #ba68c8 !important;
}

.purple-text.text-lighten-2 {
    color: #ba68c8 !important;
}

.purple.lighten-1 {
    background-color: #ab47bc !important;
}

.purple-text.text-lighten-1 {
    color: #ab47bc !important;
}

.purple.darken-1 {
    background-color: #8e24aa !important;
}

.purple-text.text-darken-1 {
    color: #8e24aa !important;
}

.purple.darken-2 {
    background-color: #7b1fa2 !important;
}

.purple-text.text-darken-2 {
    color: #7b1fa2 !important;
}

.purple.darken-3 {
    background-color: #6a1b9a !important;
}

.purple-text.text-darken-3 {
    color: #6a1b9a !important;
}

.purple.darken-4 {
    background-color: #4a148c !important;
}

.purple-text.text-darken-4 {
    color: #4a148c !important;
}

.purple.accent-1 {
    background-color: #ea80fc !important;
}

.purple-text.text-accent-1 {
    color: #ea80fc !important;
}

.purple.accent-2 {
    background-color: #e040fb !important;
}

.purple-text.text-accent-2 {
    color: #e040fb !important;
}

.purple.accent-3 {
    background-color: #d500f9 !important;
}

.purple-text.text-accent-3 {
    color: #d500f9 !important;
}

.purple.accent-4 {
    background-color: #aa00ff !important;
}

.purple-text.text-accent-4 {
    color: #aa00ff !important;
}

.deep-purple {
    background-color: #673ab7 !important;
}

.deep-purple-text {
    color: #673ab7 !important;
}

.deep-purple.lighten-5 {
    background-color: #ede7f6 !important;
}

.deep-purple-text.text-lighten-5 {
    color: #ede7f6 !important;
}

.deep-purple.lighten-4 {
    background-color: #d1c4e9 !important;
}

.deep-purple-text.text-lighten-4 {
    color: #d1c4e9 !important;
}

.deep-purple.lighten-3 {
    background-color: #b39ddb !important;
}

.deep-purple-text.text-lighten-3 {
    color: #b39ddb !important;
}

.deep-purple.lighten-2 {
    background-color: #9575cd !important;
}

.deep-purple-text.text-lighten-2 {
    color: #9575cd !important;
}

.deep-purple.lighten-1 {
    background-color: #7e57c2 !important;
}

.deep-purple-text.text-lighten-1 {
    color: #7e57c2 !important;
}

.deep-purple.darken-1 {
    background-color: #5e35b1 !important;
}

.deep-purple-text.text-darken-1 {
    color: #5e35b1 !important;
}

.deep-purple.darken-2 {
    background-color: #512da8 !important;
}

.deep-purple-text.text-darken-2 {
    color: #512da8 !important;
}

.deep-purple.darken-3 {
    background-color: #4527a0 !important;
}

.deep-purple-text.text-darken-3 {
    color: #4527a0 !important;
}

.deep-purple.darken-4 {
    background-color: #311b92 !important;
}

.deep-purple-text.text-darken-4 {
    color: #311b92 !important;
}

.deep-purple.accent-1 {
    background-color: #b388ff !important;
}

.deep-purple-text.text-accent-1 {
    color: #b388ff !important;
}

.deep-purple.accent-2 {
    background-color: #7c4dff !important;
}

.deep-purple-text.text-accent-2 {
    color: #7c4dff !important;
}

.deep-purple.accent-3 {
    background-color: #651fff !important;
}

.deep-purple-text.text-accent-3 {
    color: #651fff !important;
}

.deep-purple.accent-4 {
    background-color: #6200ea !important;
}

.deep-purple-text.text-accent-4 {
    color: #6200ea !important;
}

.indigo {
    background-color: #3f51b5 !important;
}

.indigo-text {
    color: #3f51b5 !important;
}

.indigo.lighten-5 {
    background-color: #e8eaf6 !important;
}

.indigo-text.text-lighten-5 {
    color: #e8eaf6 !important;
}

.indigo.lighten-4 {
    background-color: #c5cae9 !important;
}

.indigo-text.text-lighten-4 {
    color: #c5cae9 !important;
}

.indigo.lighten-3 {
    background-color: #9fa8da !important;
}

.indigo-text.text-lighten-3 {
    color: #9fa8da !important;
}

.indigo.lighten-2 {
    background-color: #7986cb !important;
}

.indigo-text.text-lighten-2 {
    color: #7986cb !important;
}

.indigo.lighten-1 {
    background-color: #5c6bc0 !important;
}

.indigo-text.text-lighten-1 {
    color: #5c6bc0 !important;
}

.indigo.darken-1 {
    background-color: #3949ab !important;
}

.indigo-text.text-darken-1 {
    color: #3949ab !important;
}

.indigo.darken-2 {
    background-color: #303f9f !important;
}

.indigo-text.text-darken-2 {
    color: #303f9f !important;
}

.indigo.darken-3 {
    background-color: #283593 !important;
}

.indigo-text.text-darken-3 {
    color: #283593 !important;
}

.indigo.darken-4 {
    background-color: #1a237e !important;
}

.indigo-text.text-darken-4 {
    color: #1a237e !important;
}

.indigo.accent-1 {
    background-color: #8c9eff !important;
}

.indigo-text.text-accent-1 {
    color: #8c9eff !important;
}

.indigo.accent-2 {
    background-color: #536dfe !important;
}

.indigo-text.text-accent-2 {
    color: #536dfe !important;
}

.indigo.accent-3 {
    background-color: #3d5afe !important;
}

.indigo-text.text-accent-3 {
    color: #3d5afe !important;
}

.indigo.accent-4 {
    background-color: #304ffe !important;
}

.indigo-text.text-accent-4 {
    color: #304ffe !important;
}

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

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

.blue.lighten-5 {
    background-color: #E3F2FD !important;
}

.blue-text.text-lighten-5 {
    color: #E3F2FD !important;
}

.blue.lighten-4 {
    background-color: #BBDEFB !important;
}

.blue-text.text-lighten-4 {
    color: #BBDEFB !important;
}

.blue.lighten-3 {
    background-color: #90CAF9 !important;
}

.blue-text.text-lighten-3 {
    color: #90CAF9 !important;
}

.blue.lighten-2 {
    background-color: #64B5F6 !important;
}

.blue-text.text-lighten-2 {
    color: #64B5F6 !important;
}

.blue.lighten-1 {
    background-color: #42A5F5 !important;
}

.blue-text.text-lighten-1 {
    color: #42A5F5 !important;
}

.blue.darken-1 {
    background-color: #1E88E5 !important;
}

.blue-text.text-darken-1 {
    color: #1E88E5 !important;
}

.blue.darken-2 {
    background-color: #1976D2 !important;
}

.blue-text.text-darken-2 {
    color: #1976D2 !important;
}

.blue.darken-3 {
    background-color: #1565C0 !important;
}

.blue-text.text-darken-3 {
    color: #1565C0 !important;
}

.blue.darken-4 {
    background-color: #0D47A1 !important;
}

.blue-text.text-darken-4 {
    color: #0D47A1 !important;
}

.blue.accent-1 {
    background-color: #82B1FF !important;
}

.blue-text.text-accent-1 {
    color: #82B1FF !important;
}

.blue.accent-2 {
    background-color: #448AFF !important;
}

.blue-text.text-accent-2 {
    color: #448AFF !important;
}

.blue.accent-3 {
    background-color: #2979FF !important;
}

.blue-text.text-accent-3 {
    color: #2979FF !important;
}

.blue.accent-4 {
    background-color: #2962FF !important;
}

.blue-text.text-accent-4 {
    color: #2962FF !important;
}

.light-blue {
    background-color: #03a9f4 !important;
}

.light-blue-text {
    color: #03a9f4 !important;
}

.light-blue.lighten-5 {
    background-color: #e1f5fe !important;
}

.light-blue-text.text-lighten-5 {
    color: #e1f5fe !important;
}

.light-blue.lighten-4 {
    background-color: #b3e5fc !important;
}

.light-blue-text.text-lighten-4 {
    color: #b3e5fc !important;
}

.light-blue.lighten-3 {
    background-color: #81d4fa !important;
}

.light-blue-text.text-lighten-3 {
    color: #81d4fa !important;
}

.light-blue.lighten-2 {
    background-color: #4fc3f7 !important;
}

.light-blue-text.text-lighten-2 {
    color: #4fc3f7 !important;
}

.light-blue.lighten-1 {
    background-color: #29b6f6 !important;
}

.light-blue-text.text-lighten-1 {
    color: #29b6f6 !important;
}

.light-blue.darken-1 {
    background-color: #039be5 !important;
}

.light-blue-text.text-darken-1 {
    color: #039be5 !important;
}

.light-blue.darken-2 {
    background-color: #0288d1 !important;
}

.light-blue-text.text-darken-2 {
    color: #0288d1 !important;
}

.light-blue.darken-3 {
    background-color: #0277bd !important;
}

.light-blue-text.text-darken-3 {
    color: #0277bd !important;
}

.light-blue.darken-4 {
    background-color: #01579b !important;
}

.light-blue-text.text-darken-4 {
    color: #01579b !important;
}

.light-blue.accent-1 {
    background-color: #80d8ff !important;
}

.light-blue-text.text-accent-1 {
    color: #80d8ff !important;
}

.light-blue.accent-2 {
    background-color: #40c4ff !important;
}

.light-blue-text.text-accent-2 {
    color: #40c4ff !important;
}

.light-blue.accent-3 {
    background-color: #00b0ff !important;
}

.light-blue-text.text-accent-3 {
    color: #00b0ff !important;
}

.light-blue.accent-4 {
    background-color: #0091ea !important;
}

.light-blue-text.text-accent-4 {
    color: #0091ea !important;
}

.cyan {
    background-color: #00bcd4 !important;
}

.cyan-text {
    color: #00bcd4 !important;
}

.cyan.lighten-5 {
    background-color: #e0f7fa !important;
}

.cyan-text.text-lighten-5 {
    color: #e0f7fa !important;
}

.cyan.lighten-4 {
    background-color: #b2ebf2 !important;
}

.cyan-text.text-lighten-4 {
    color: #b2ebf2 !important;
}

.cyan.lighten-3 {
    background-color: #80deea !important;
}

.cyan-text.text-lighten-3 {
    color: #80deea !important;
}

.cyan.lighten-2 {
    background-color: #4dd0e1 !important;
}

.cyan-text.text-lighten-2 {
    color: #4dd0e1 !important;
}

.cyan.lighten-1 {
    background-color: #26c6da !important;
}

.cyan-text.text-lighten-1 {
    color: #26c6da !important;
}

.cyan.darken-1 {
    background-color: #00acc1 !important;
}

.cyan-text.text-darken-1 {
    color: #00acc1 !important;
}

.cyan.darken-2 {
    background-color: #0097a7 !important;
}

.cyan-text.text-darken-2 {
    color: #0097a7 !important;
}

.cyan.darken-3 {
    background-color: #00838f !important;
}

.cyan-text.text-darken-3 {
    color: #00838f !important;
}

.cyan.darken-4 {
    background-color: #006064 !important;
}

.cyan-text.text-darken-4 {
    color: #006064 !important;
}

.cyan.accent-1 {
    background-color: #84ffff !important;
}

.cyan-text.text-accent-1 {
    color: #84ffff !important;
}

.cyan.accent-2 {
    background-color: #18ffff !important;
}

.cyan-text.text-accent-2 {
    color: #18ffff !important;
}

.cyan.accent-3 {
    background-color: #00e5ff !important;
}

.cyan-text.text-accent-3 {
    color: #00e5ff !important;
}

.cyan.accent-4 {
    background-color: #00b8d4 !important;
}

.cyan-text.text-accent-4 {
    color: #00b8d4 !important;
}

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

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

.teal.lighten-5 {
    background-color: #e0f2f1 !important;
}

.teal-text.text-lighten-5 {
    color: #e0f2f1 !important;
}

.teal.lighten-4 {
    background-color: #b2dfdb !important;
}

.teal-text.text-lighten-4 {
    color: #b2dfdb !important;
}

.teal.lighten-3 {
    background-color: #80cbc4 !important;
}

.teal-text.text-lighten-3 {
    color: #80cbc4 !important;
}

.teal.lighten-2 {
    background-color: #4db6ac !important;
}

.teal-text.text-lighten-2 {
    color: #4db6ac !important;
}

.teal.lighten-1 {
    background-color: #26a69a !important;
}

.teal-text.text-lighten-1 {
    color: #26a69a !important;
}

.teal.darken-1 {
    background-color: #00897b !important;
}

.teal-text.text-darken-1 {
    color: #00897b !important;
}

.teal.darken-2 {
    background-color: #00796b !important;
}

.teal-text.text-darken-2 {
    color: #00796b !important;
}

.teal.darken-3 {
    background-color: #00695c !important;
}

.teal-text.text-darken-3 {
    color: #00695c !important;
}

.teal.darken-4 {
    background-color: #004d40 !important;
}

.teal-text.text-darken-4 {
    color: #004d40 !important;
}

.teal.accent-1 {
    background-color: #a7ffeb !important;
}

.teal-text.text-accent-1 {
    color: #a7ffeb !important;
}

.teal.accent-2 {
    background-color: #64ffda !important;
}

.teal-text.text-accent-2 {
    color: #64ffda !important;
}

.teal.accent-3 {
    background-color: #1de9b6 !important;
}

.teal-text.text-accent-3 {
    color: #1de9b6 !important;
}

.teal.accent-4 {
    background-color: #00bfa5 !important;
}

.teal-text.text-accent-4 {
    color: #00bfa5 !important;
}

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

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

.green.lighten-5 {
    background-color: #E8F5E9 !important;
}

.green-text.text-lighten-5 {
    color: #E8F5E9 !important;
}

.green.lighten-4 {
    background-color: #C8E6C9 !important;
}

.green-text.text-lighten-4 {
    color: #C8E6C9 !important;
}

.green.lighten-3 {
    background-color: #A5D6A7 !important;
}

.green-text.text-lighten-3 {
    color: #A5D6A7 !important;
}

.green.lighten-2 {
    background-color: #81C784 !important;
}

.green-text.text-lighten-2 {
    color: #81C784 !important;
}

.green.lighten-1 {
    background-color: #66BB6A !important;
}

.green-text.text-lighten-1 {
    color: #66BB6A !important;
}

.green.darken-1 {
    background-color: #43A047 !important;
}

.green-text.text-darken-1 {
    color: #43A047 !important;
}

.green.darken-2 {
    background-color: #388E3C !important;
}

.green-text.text-darken-2 {
    color: #388E3C !important;
}

.green.darken-3 {
    background-color: #2E7D32 !important;
}

.green-text.text-darken-3 {
    color: #2E7D32 !important;
}

.green.darken-4 {
    background-color: #1B5E20 !important;
}

.green-text.text-darken-4 {
    color: #1B5E20 !important;
}

.green.accent-1 {
    background-color: #B9F6CA !important;
}

.green-text.text-accent-1 {
    color: #B9F6CA !important;
}

.green.accent-2 {
    background-color: #69F0AE !important;
}

.green-text.text-accent-2 {
    color: #69F0AE !important;
}

.green.accent-3 {
    background-color: #00E676 !important;
}

.green-text.text-accent-3 {
    color: #00E676 !important;
}

.green.accent-4 {
    background-color: #00C853 !important;
}

.green-text.text-accent-4 {
    color: #00C853 !important;
}

.light-green {
    background-color: #8bc34a !important;
}

.light-green-text {
    color: #8bc34a !important;
}

.light-green.lighten-5 {
    background-color: #f1f8e9 !important;
}

.light-green-text.text-lighten-5 {
    color: #f1f8e9 !important;
}

.light-green.lighten-4 {
    background-color: #dcedc8 !important;
}

.light-green-text.text-lighten-4 {
    color: #dcedc8 !important;
}

.light-green.lighten-3 {
    background-color: #c5e1a5 !important;
}

.light-green-text.text-lighten-3 {
    color: #c5e1a5 !important;
}

.light-green.lighten-2 {
    background-color: #aed581 !important;
}

.light-green-text.text-lighten-2 {
    color: #aed581 !important;
}

.light-green.lighten-1 {
    background-color: #9ccc65 !important;
}

.light-green-text.text-lighten-1 {
    color: #9ccc65 !important;
}

.light-green.darken-1 {
    background-color: #7cb342 !important;
}

.light-green-text.text-darken-1 {
    color: #7cb342 !important;
}

.light-green.darken-2 {
    background-color: #689f38 !important;
}

.light-green-text.text-darken-2 {
    color: #689f38 !important;
}

.light-green.darken-3 {
    background-color: #558b2f !important;
}

.light-green-text.text-darken-3 {
    color: #558b2f !important;
}

.light-green.darken-4 {
    background-color: #33691e !important;
}

.light-green-text.text-darken-4 {
    color: #33691e !important;
}

.light-green.accent-1 {
    background-color: #ccff90 !important;
}

.light-green-text.text-accent-1 {
    color: #ccff90 !important;
}

.light-green.accent-2 {
    background-color: #b2ff59 !important;
}

.light-green-text.text-accent-2 {
    color: #b2ff59 !important;
}

.light-green.accent-3 {
    background-color: #76ff03 !important;
}

.light-green-text.text-accent-3 {
    color: #76ff03 !important;
}

.light-green.accent-4 {
    background-color: #64dd17 !important;
}

.light-green-text.text-accent-4 {
    color: #64dd17 !important;
}

.lime {
    background-color: #cddc39 !important;
}

.lime-text {
    color: #cddc39 !important;
}

.lime.lighten-5 {
    background-color: #f9fbe7 !important;
}

.lime-text.text-lighten-5 {
    color: #f9fbe7 !important;
}

.lime.lighten-4 {
    background-color: #f0f4c3 !important;
}

.lime-text.text-lighten-4 {
    color: #f0f4c3 !important;
}

.lime.lighten-3 {
    background-color: #e6ee9c !important;
}

.lime-text.text-lighten-3 {
    color: #e6ee9c !important;
}

.lime.lighten-2 {
    background-color: #dce775 !important;
}

.lime-text.text-lighten-2 {
    color: #dce775 !important;
}

.lime.lighten-1 {
    background-color: #d4e157 !important;
}

.lime-text.text-lighten-1 {
    color: #d4e157 !important;
}

.lime.darken-1 {
    background-color: #c0ca33 !important;
}

.lime-text.text-darken-1 {
    color: #c0ca33 !important;
}

.lime.darken-2 {
    background-color: #afb42b !important;
}

.lime-text.text-darken-2 {
    color: #afb42b !important;
}

.lime.darken-3 {
    background-color: #9e9d24 !important;
}

.lime-text.text-darken-3 {
    color: #9e9d24 !important;
}

.lime.darken-4 {
    background-color: #827717 !important;
}

.lime-text.text-darken-4 {
    color: #827717 !important;
}

.lime.accent-1 {
    background-color: #f4ff81 !important;
}

.lime-text.text-accent-1 {
    color: #f4ff81 !important;
}

.lime.accent-2 {
    background-color: #eeff41 !important;
}

.lime-text.text-accent-2 {
    color: #eeff41 !important;
}

.lime.accent-3 {
    background-color: #c6ff00 !important;
}

.lime-text.text-accent-3 {
    color: #c6ff00 !important;
}

.lime.accent-4 {
    background-color: #aeea00 !important;
}

.lime-text.text-accent-4 {
    color: #aeea00 !important;
}

.yellow {
    background-color: #ffeb3b !important;
}

.yellow-text {
    color: #ffeb3b !important;
}

.yellow.lighten-5 {
    background-color: #fffde7 !important;
}

.yellow-text.text-lighten-5 {
    color: #fffde7 !important;
}

.yellow.lighten-4 {
    background-color: #fff9c4 !important;
}

.yellow-text.text-lighten-4 {
    color: #fff9c4 !important;
}

.yellow.lighten-3 {
    background-color: #fff59d !important;
}

.yellow-text.text-lighten-3 {
    color: #fff59d !important;
}

.yellow.lighten-2 {
    background-color: #fff176 !important;
}

.yellow-text.text-lighten-2 {
    color: #fff176 !important;
}

.yellow.lighten-1 {
    background-color: #ffee58 !important;
}

.yellow-text.text-lighten-1 {
    color: #ffee58 !important;
}

.yellow.darken-1 {
    background-color: #fdd835 !important;
}

.yellow-text.text-darken-1 {
    color: #fdd835 !important;
}

.yellow.darken-2 {
    background-color: #fbc02d !important;
}

.yellow-text.text-darken-2 {
    color: #fbc02d !important;
}

.yellow.darken-3 {
    background-color: #f9a825 !important;
}

.yellow-text.text-darken-3 {
    color: #f9a825 !important;
}

.yellow.darken-4 {
    background-color: #f57f17 !important;
}

.yellow-text.text-darken-4 {
    color: #f57f17 !important;
}

.yellow.accent-1 {
    background-color: #ffff8d !important;
}

.yellow-text.text-accent-1 {
    color: #ffff8d !important;
}

.yellow.accent-2 {
    background-color: #ffff00 !important;
}

.yellow-text.text-accent-2 {
    color: #ffff00 !important;
}

.yellow.accent-3 {
    background-color: #ffea00 !important;
}

.yellow-text.text-accent-3 {
    color: #ffea00 !important;
}

.yellow.accent-4 {
    background-color: #ffd600 !important;
}

.yellow-text.text-accent-4 {
    color: #ffd600 !important;
}

.amber {
    background-color: #ffc107 !important;
}

.amber-text {
    color: #ffc107 !important;
}

.amber.lighten-5 {
    background-color: #fff8e1 !important;
}

.amber-text.text-lighten-5 {
    color: #fff8e1 !important;
}

.amber.lighten-4 {
    background-color: #ffecb3 !important;
}

.amber-text.text-lighten-4 {
    color: #ffecb3 !important;
}

.amber.lighten-3 {
    background-color: #ffe082 !important;
}

.amber-text.text-lighten-3 {
    color: #ffe082 !important;
}

.amber.lighten-2 {
    background-color: #ffd54f !important;
}

.amber-text.text-lighten-2 {
    color: #ffd54f !important;
}

.amber.lighten-1 {
    background-color: #ffca28 !important;
}

.amber-text.text-lighten-1 {
    color: #ffca28 !important;
}

.amber.darken-1 {
    background-color: #ffb300 !important;
}

.amber-text.text-darken-1 {
    color: #ffb300 !important;
}

.amber.darken-2 {
    background-color: #ffa000 !important;
}

.amber-text.text-darken-2 {
    color: #ffa000 !important;
}

.amber.darken-3 {
    background-color: #ff8f00 !important;
}

.amber-text.text-darken-3 {
    color: #ff8f00 !important;
}

.amber.darken-4 {
    background-color: #ff6f00 !important;
}

.amber-text.text-darken-4 {
    color: #ff6f00 !important;
}

.amber.accent-1 {
    background-color: #ffe57f !important;
}

.amber-text.text-accent-1 {
    color: #ffe57f !important;
}

.amber.accent-2 {
    background-color: #ffd740 !important;
}

.amber-text.text-accent-2 {
    color: #ffd740 !important;
}

.amber.accent-3 {
    background-color: #ffc400 !important;
}

.amber-text.text-accent-3 {
    color: #ffc400 !important;
}

.amber.accent-4 {
    background-color: #ffab00 !important;
}

.amber-text.text-accent-4 {
    color: #ffab00 !important;
}

.orange {
    background-color: #ff9800 !important;
}

.orange-text {
    color: #ff9800 !important;
}

.orange.lighten-5 {
    background-color: #fff3e0 !important;
}

.orange-text.text-lighten-5 {
    color: #fff3e0 !important;
}

.orange.lighten-4 {
    background-color: #ffe0b2 !important;
}

.orange-text.text-lighten-4 {
    color: #ffe0b2 !important;
}

.orange.lighten-3 {
    background-color: #ffcc80 !important;
}

.orange-text.text-lighten-3 {
    color: #ffcc80 !important;
}

.orange.lighten-2 {
    background-color: #ffb74d !important;
}

.orange-text.text-lighten-2 {
    color: #ffb74d !important;
}

.orange.lighten-1 {
    background-color: #ffa726 !important;
}

.orange-text.text-lighten-1 {
    color: #ffa726 !important;
}

.orange.darken-1 {
    background-color: #fb8c00 !important;
}

.orange-text.text-darken-1 {
    color: #fb8c00 !important;
}

.orange.darken-2 {
    background-color: #f57c00 !important;
}

.orange-text.text-darken-2 {
    color: #f57c00 !important;
}

.orange.darken-3 {
    background-color: #ef6c00 !important;
}

.orange-text.text-darken-3 {
    color: #ef6c00 !important;
}

.orange.darken-4 {
    background-color: #e65100 !important;
}

.orange-text.text-darken-4 {
    color: #e65100 !important;
}

.orange.accent-1 {
    background-color: #ffd180 !important;
}

.orange-text.text-accent-1 {
    color: #ffd180 !important;
}

.orange.accent-2 {
    background-color: #ffab40 !important;
}

.orange-text.text-accent-2 {
    color: #ffab40 !important;
}

.orange.accent-3 {
    background-color: #ff9100 !important;
}

.orange-text.text-accent-3 {
    color: #ff9100 !important;
}

.orange.accent-4 {
    background-color: #ff6d00 !important;
}

.orange-text.text-accent-4 {
    color: #ff6d00 !important;
}

.deep-orange {
    background-color: #ff5722 !important;
}

.deep-orange-text {
    color: #ff5722 !important;
}

.deep-orange.lighten-5 {
    background-color: #fbe9e7 !important;
}

.deep-orange-text.text-lighten-5 {
    color: #fbe9e7 !important;
}

.deep-orange.lighten-4 {
    background-color: #ffccbc !important;
}

.deep-orange-text.text-lighten-4 {
    color: #ffccbc !important;
}

.deep-orange.lighten-3 {
    background-color: #ffab91 !important;
}

.deep-orange-text.text-lighten-3 {
    color: #ffab91 !important;
}

.deep-orange.lighten-2 {
    background-color: #ff8a65 !important;
}

.deep-orange-text.text-lighten-2 {
    color: #ff8a65 !important;
}

.deep-orange.lighten-1 {
    background-color: #ff7043 !important;
}

.deep-orange-text.text-lighten-1 {
    color: #ff7043 !important;
}

.deep-orange.darken-1 {
    background-color: #f4511e !important;
}

.deep-orange-text.text-darken-1 {
    color: #f4511e !important;
}

.deep-orange.darken-2 {
    background-color: #e64a19 !important;
}

.deep-orange-text.text-darken-2 {
    color: #e64a19 !important;
}

.deep-orange.darken-3 {
    background-color: #d84315 !important;
}

.deep-orange-text.text-darken-3 {
    color: #d84315 !important;
}

.deep-orange.darken-4 {
    background-color: #bf360c !important;
}

.deep-orange-text.text-darken-4 {
    color: #bf360c !important;
}

.deep-orange.accent-1 {
    background-color: #ff9e80 !important;
}

.deep-orange-text.text-accent-1 {
    color: #ff9e80 !important;
}

.deep-orange.accent-2 {
    background-color: #ff6e40 !important;
}

.deep-orange-text.text-accent-2 {
    color: #ff6e40 !important;
}

.deep-orange.accent-3 {
    background-color: #ff3d00 !important;
}

.deep-orange-text.text-accent-3 {
    color: #ff3d00 !important;
}

.deep-orange.accent-4 {
    background-color: #dd2c00 !important;
}

.deep-orange-text.text-accent-4 {
    color: #dd2c00 !important;
}

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

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

.brown.lighten-5 {
    background-color: #efebe9 !important;
}

.brown-text.text-lighten-5 {
    color: #efebe9 !important;
}

.brown.lighten-4 {
    background-color: #d7ccc8 !important;
}

.brown-text.text-lighten-4 {
    color: #d7ccc8 !important;
}

.brown.lighten-3 {
    background-color: #bcaaa4 !important;
}

.brown-text.text-lighten-3 {
    color: #bcaaa4 !important;
}

.brown.lighten-2 {
    background-color: #a1887f !important;
}

.brown-text.text-lighten-2 {
    color: #a1887f !important;
}

.brown.lighten-1 {
    background-color: #8d6e63 !important;
}

.brown-text.text-lighten-1 {
    color: #8d6e63 !important;
}

.brown.darken-1 {
    background-color: #6d4c41 !important;
}

.brown-text.text-darken-1 {
    color: #6d4c41 !important;
}

.brown.darken-2 {
    background-color: #5d4037 !important;
}

.brown-text.text-darken-2 {
    color: #5d4037 !important;
}

.brown.darken-3 {
    background-color: #4e342e !important;
}

.brown-text.text-darken-3 {
    color: #4e342e !important;
}

.brown.darken-4 {
    background-color: #3e2723 !important;
}

.brown-text.text-darken-4 {
    color: #3e2723 !important;
}

.blue-grey {
    background-color: #607d8b !important;
}

.blue-grey-text {
    color: #607d8b !important;
}

.blue-grey.lighten-5 {
    background-color: #eceff1 !important;
}

.blue-grey-text.text-lighten-5 {
    color: #eceff1 !important;
}

.blue-grey.lighten-4 {
    background-color: #cfd8dc !important;
}

.blue-grey-text.text-lighten-4 {
    color: #cfd8dc !important;
}

.blue-grey.lighten-3 {
    background-color: #b0bec5 !important;
}

.blue-grey-text.text-lighten-3 {
    color: #b0bec5 !important;
}

.blue-grey.lighten-2 {
    background-color: #90a4ae !important;
}

.blue-grey-text.text-lighten-2 {
    color: #90a4ae !important;
}

.blue-grey.lighten-1 {
    background-color: #78909c !important;
}

.blue-grey-text.text-lighten-1 {
    color: #78909c !important;
}

.blue-grey.darken-1 {
    background-color: #546e7a !important;
}

.blue-grey-text.text-darken-1 {
    color: #546e7a !important;
}

.blue-grey.darken-2 {
    background-color: #455a64 !important;
}

.blue-grey-text.text-darken-2 {
    color: #455a64 !important;
}

.blue-grey.darken-3 {
    background-color: #37474f !important;
}

.blue-grey-text.text-darken-3 {
    color: #37474f !important;
}

.blue-grey.darken-4 {
    background-color: #263238 !important;
}

.blue-grey-text.text-darken-4 {
    color: #263238 !important;
}

.grey {
    background-color: #9e9e9e !important;
}

.grey-text {
    color: #9e9e9e !important;
}

.grey.lighten-5 {
    background-color: #fafafa !important;
}

.grey-text.text-lighten-5 {
    color: #fafafa !important;
}

.grey.lighten-4 {
    background-color: #f5f5f5 !important;
}

.grey-text.text-lighten-4 {
    color: #f5f5f5 !important;
}

.grey.lighten-3 {
    background-color: #eeeeee !important;
}

.grey-text.text-lighten-3 {
    color: #eeeeee !important;
}

.grey.lighten-2 {
    background-color: #e0e0e0 !important;
}

.grey-text.text-lighten-2 {
    color: #e0e0e0 !important;
}

.grey.lighten-1 {
    background-color: #bdbdbd !important;
}

.grey-text.text-lighten-1 {
    color: #bdbdbd !important;
}

.grey.darken-1 {
    background-color: #757575 !important;
}

.grey-text.text-darken-1 {
    color: #757575 !important;
}

.grey.darken-2 {
    background-color: #616161 !important;
}

.grey-text.text-darken-2 {
    color: #616161 !important;
}

.grey.darken-3 {
    background-color: #424242 !important;
}

.grey-text.text-darken-3 {
    color: #424242 !important;
}

.grey.darken-4 {
    background-color: #212121 !important;
}

.grey-text.text-darken-4 {
    color: #212121 !important;
}

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

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

.white {
    background-color: #FFFFFF !important;
}

.white-text {
    color: #FFFFFF !important;
}

.transparent {
    background-color: transparent !important;
}

.transparent-text {
    color: transparent !important;
}

/*---------------------------------------------------
                  General Style
----------------------------------------------------*/
/* remove default margins */
* {
    margin: 0; 
}

*, *::after, *::before {
    -webkit-box-sizing: inherit;
    -ms-box-sizing: inherit;
    -o-box-sizing: inherit;
    box-sizing: inherit;
}

/* define html defaults */
html {
    position: relative;
    min-height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.5;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.87);
}

@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: 15px;
    }
}

main, body{
    font-family: 'Roboto', sans-serif;
}

html, body{
    height: 100%;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins','Roboto', sans-serif;
}

h3, h4 {
    font-weight: 400;
}

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

/* force overflow to be hidden on body */
body {
    overflow-x: hidden;
    background-color: rgb(250,250,250);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/* normally set flex: 1 0 auto, but Safari v <10 has a bug that
   forces us to set the flex-basis to the width of the container 
   https://bugs.webkit.org/show_bug.cgi?id=136041 */
main {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    flex: 1 0 auto;
}

@media only screen {
    /* force the page to be 100% of the viewport and remove flex */
    .wrapper {
        min-height: 100vh;
        -webkit-box-flex: 0;
        -ms-flex: none;
        flex: none;
    }

    /* force the inner-wrap to be 100% minus the footer's height, this will
        cause the footer to be flush against the bottom always */
    .wrapper main {
        padding-bottom: 20px;
        min-height: calc(100vh - 60px);
    }
}

main.w-app-footer {
    padding-bottom: 60px !important;
}

/* mod main with fixed side nav class */
main.w-fixed-side-nav {
    padding-left: 260px;
    margin-left: 6%;
    margin-right: 6%;
}

@media screen and (max-width: 1200px){
    main.w-fixed-side-nav {
        padding-left: 280px;
        margin-left: 4%;
        margin-right: 4%;
    }
}

@media screen and (max-width: 992px){
    main.w-fixed-side-nav {
        padding-left: 0;
        margin: 0;
    }
}

/* can be coupled with main for vertically aligning logins */
.vert {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

/* vertical aligned login card */
.vert-login {
    width: 450px; /* element needs a set width otherwise container will collapse in on itself */
}

/* on screens smaller than 452px breakpoint, 
   force width to be full screen width minus 
   container padding */
@media screen and (max-width: 452px){
    .vert-login {
        width: calc(100vw - 30px);
    }
}
/* force non-vert-login container to be 100% */
@media screen and (max-width: 767px){
    main.vert .container {
        width: 100%;
    }
}

/* row modifier to make all columns same height */
.row.m--height {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
}
.row.m--height > [class*='col-'] {
    display: flex;
    flex-direction: column;
}

h5 {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 7px;
}

p {
    color: rgba(0,0,0,.645);
    font-weight: 300;
}

.nowrap p {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    overflow: hidden;
}

/* fix all padding for ul elements and no list type */
ul:not(.browser-default) {
    padding-left: 0;
    list-style-type: none;
}

ul:not(.browser-default) li {
    list-style-type: none;
}

a {
    color: #039be5;
    text-decoration: none !important;
    -webkit-tap-highlight-color: transparent;
}

a > i, 
a > span {
    /*vertical-align: middle;*/
    cursor: pointer;
}

/* icons */
i {
    line-height: inherit;
}

i.left {
    float: left;
    margin-right: 15px;
}

i.right {
    float: right;
    margin-left: 15px;
}

i.tiny {
    font-size: 1rem;
}

i.small {
    font-size: 2rem;
}

i.medium {
    font-size: 4rem;
}

i.large {
    font-size: 6rem;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled],
a[disabled]
.disabled {
    cursor: default;
}

/* vertical aligning */
.valign-wrapper {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.valign-wrapper .valign {
    display: block;
}

.container.p-wrapper {
    padding-top: 2rem;
}

@media only screen and (max-width: 767px){
    padding-top: 1rem;
}

.clearfix {
    clear: both;
}

/* floats */
.left {
    float: left !important;
}

.right {
    float: right !important;
}

.text-center {
    text-align: center;
    text-align: -webkit-center;
}

.activator {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* a little easter egg */
.error-emoji {
    color: rgba(0,0,0,0.4);
    font-size: 150px;
}

.error-emoji-text {
    color: rgba(0,0,0,0.4);
    line-height: 21px;
    margin-top: 30px;
    white-space: pre-wrap;
}

/*---------------------------------------------------
                Fonts and Overrides
----------------------------------------------------*/
/* apply classes to override any element */
.font-light {
    font-weight: 300 !important;
}
.font-normal {
    font-weight: 400 !important;
}
.font-semi-bold {
    font-weight: 500 !important;
}
.font-bold {
    font-weight: 600 !important;
}
/* default font is roboto, but can override elements too */
.roboto {
    font-family: 'Roboto', sans-serif !important;
}
/* "Google Product Sans" open source replacement */
.montserrat {
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: -.3px;
}
/* override the styling */
.montserrat h1,
.montserrat h2,
.montserrat h3,
.montserrat h4,
.montserrat h5,
.montserrat h6 {
    font-family: 'Montserrat', sans-serif !important;
    letter-spacing: -.8px;
}
.poppins {
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
}

/*---------------------------------------------------
                Font Awesome Icons
----------------------------------------------------*/

/* adjust the font size to "match" material design icon size */
.fa-md {
    font-size: 1.3rem;
}

/*@media only screen and (max-width: 992px){
     shrink the font-size for nav on mobile 
    .nav-nav .fa-md {
        font-size: 1.1rem;
    }
    
    .nav-nav .mdi-md {
        font-size: 1.3rem;
    }
}*/

/* apply certain transitions to certain fa and md elements */
.collapsible .fa,
.collapsible .mdi {
    -webkit-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

/* flip the fa icon */
.fa-rotate-180 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*---------------------------------------------------
                    Navbar
----------------------------------------------------*/
nav {
    color: #fff;
    background-color: #ee6e73;
    width: 100%;
    height: 56px;
    line-height: 56px;
    border-radius: 0;
}

nav .nav-wrapper {
    position: relative;
    height: 100%;
}

nav a {
    color: #fff;
}

nav ul {
    margin: 0;
}

nav ul li {
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    float: left;
    padding: 0;
}

nav ul li.active {
    background-color: rgba(0, 0, 0, 0.1);
}

nav ul a {
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    font-size: 1rem;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 15px;
    cursor: pointer;
}

nav ul a:hover, nav ul a:active, nav ul a:focus {
    background-color: rgba(0, 0, 0, 0.1);
    color: #fff;
    text-decoration: none;
}

nav i {
    display: block;
    font-size: 24px;
    height: 56px;
    line-height: 56px;
}

nav .navbar-header {
    height: 56px;
}

nav .brand-logo {
    position: absolute;
    color: #fff;
    display: inline-block;
    font-size: 1.9rem;
    padding: 0;
    white-space: nowrap;
    text-decoration: none;
}

.advancement {
    font-family: 'Josefin Sans', sans-serif;
    font-size: inherit;
    font-weight: 600;
}

nav .brand-logo img {
    max-height: 56px;
    width: auto;
    padding: 2px;
}

nav .brand-logo.center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

nav .dropdown-menu li {
    width: 100%;
}

nav .navbar-toggle {
    border-radius: 0;
}

.navbar-toggle.show-on-medium-and-up {
    height: 64px;
    margin-top: 0;
    margin-bottom: 0;
}
.navbar-toggle.show-on-medium-and-up span {
    background-color: #fff;
}
nav .navbar-toggle.show-on-medium-and-up:hover,
nav .navbar-toggle.show-on-medium-and-up:focus {
    background-color: rgba(0, 0, 0, 0.1);
}

@media only screen and (min-width: 768px) {
    nav .nav-nav li a i {
        margin: 0 7.5px;
    }
}

@media only screen and (max-width: 767px) {
    nav .navbar-toggle {
        border: none;
        position: relative;
        z-index: 1;
        height: 56px !important;
        margin: 0 18px;
    }
    nav .navbar-toggle:hover,
    nav .navbar-toggle:focus {
        background-color: rgba(0, 0, 0, 0.1);
    }
    nav button.navbar-toggle {
        height: 56px !important;
    }
    nav .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    nav .navbar-collapse {
        background-color: #0091ea;
        max-height: 340px;
        float: none !important;
        -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    }
    .navbar-collapse.in {
        overflow-y: auto;
    }
    .collapse.in {
        display: block;
    }
    .navbar-collapse:before, .nav-nav:before {
        display: table;
        content: " ";
    }
    .nav-nav {
        list-style: none;
        display: block;
        margin: 7.5px -15px;
    }
    .nav-nav ul {
        margin-bottom: 20px;
    }
    .nav-nav li {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex; /* iOS 8 fix */
        float: none;
        height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    nav ul a {
        display: block;
    }
    .nav-nav li a {
        width: 100%;
        text-decoration: none;
    }
    .nav-nav li a i {
        line-height: inherit;
    }
    .c-nav-links {
        display: block !important;
    }
    li.navbar-user {
        display: none;
    }
    .nav-nav .open>.dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        margin-bottom: 0;
        background-color: inherit;
        border: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
    }
    .nav-nav .open>.dropdown-menu li,
    .nav-nav .open>.dropdown-menu li a {
        color: #fff !important;
    }
}

@media screen and (max-width: 992px){
    .navbar-toggle.fixed-toggle {
        display: block;
        margin-top: 0;
        margin-bottom: 0;
        height: 64px;
    }
    .navbar-toggle.fixed-toggle .icon-bar {
        background-color: #fff;
    }
}

nav span:not(button):not(.visible){
    display: none;
}

.navbar-fixed {
    position: relative;
    height: 56px;
    z-index: 997;
}

.navbar-fixed nav {
    position: fixed;
}

/* if we have a fixed navbar in the main section, we need 
   to lower the z-index by 1 so the shadows dont overlap 
*/
main .navbar-fixed {
    z-index: 996 !important;
}

@media only screen and (min-width: 768px) {
    nav.nav-extended .nav-wrapper {
        min-height: 64px;
    }
    nav, nav .nav-wrapper i, nav a.button-collapse, nav a.button-collapse i {
        height: 64px;
        line-height: 64px;
    }
    .navbar-fixed {
        height: 64px;
    }
}

@media only screen and (max-width: 768px) {
    nav .brand-logo {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    nav .brand-logo.left, nav .brand-logo.right {
        padding: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
    }
    nav .brand-logo.left {
        left: 1rem;
    }
    nav .brand-logo.right {
        right: 0.5rem;
        left: auto;
    }
}

/* remove the default caret */
.dropdown-toggle:after {
    display: none;
}

/*---------------------------------------------------
                    SideNav
----------------------------------------------------*/
.side-nav {
    position: fixed;
    width: 300px;
    max-width: 75vw; /* limit the width on mobile displays */
    left: 0;
    top: 0;
    margin: 0;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    height: 100%;
    height: calc(100% + 60px);
    height: -moz-calc(100%);
    padding-bottom: 60px;
    background-color: #fff;
    z-index: 1002;
    overflow-y: auto;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-105%);
    -ms-transform: translateX(-105%);
    transform: translateX(-105%);
}

.side-nav.right-aligned {
    right: 0;
    -webkit-transform: translateX(105%);
    -ms-transform: translateX(105%);
    transform: translateX(105%);
    left: auto;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
}

.side-nav .collapsible {
    margin: 0;
}

.side-nav div {
    flex: 1;
    padding-bottom: 1rem;
}

.side-nav li {
    float: none;
    line-height: 48px;
}

.side-nav li.active {
    background-color: rgba(0, 0, 0, 0.05);
}

.side-nav a {
    color: rgba(0, 0, 0, 0.87);
    display: block;
    font-family: 'Poppins','Roboto', sans-serif;
    font-size: 14px;
    font-weight: 400;
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
}

.side-nav a:hover {
    background-color: rgba(0, 0, 0, 0.05);
    text-decoration: none;
}

.side-nav a.btn, .side-nav a.btn-large, .side-nav a.btn-large, .side-nav a.btn-flat, .side-nav a.btn-floating {
    margin: 10px 15px;
}

.side-nav a.btn, .side-nav a.btn-large, .side-nav a.btn-large, .side-nav a.btn-floating {
    color: #fff;
}

.side-nav a.btn-flat {
    color: #343434;
}

.side-nav a.btn:hover, .side-nav a.btn-large:hover, .side-nav a.btn-large:hover {
    background-color: #2bbbad;
}

.side-nav a.btn-floating:hover {
    background-color: #26a69a;
}

.side-nav li > a > i {
    float: left;
    height: 48px;
    line-height: 48px;
    margin: 0 32px 0 0;
    width: 24px;
    color: rgba(0, 0, 0, 0.54);
}

.side-nav li > a > i.right {
    margin: auto; 
}

.side-nav .divider {
    margin: 8px 10px;
    height: 1px;
    background-color: #e0e0e0;
    overflow: hidden;
}

.side-nav .subheader {
    cursor: initial;
    pointer-events: none;
    color: rgba(0, 0, 0, 0.54);
    font-size: 14px;
    font-weight: 500;
    line-height: 48px;
}

.side-nav .subheader:hover {
    background-color: transparent;
}

.side-nav .userView {
    position: relative;
    padding: 20px 20px 0;
    margin-bottom: 8px;
}

.side-nav .userView > a {
    height: auto;
    padding: 0;
}

.side-nav .userView a {
    text-shadow: 1px 1px rgba(0,0,0,.4);
}

.side-nav .userView > a:hover {
    background-color: transparent;
}

.side-nav .userView .background {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

/* force the background img to constrain to width */
.side-nav .userView .background img {
    width: 100%;
    min-height: 115%;
    object-fit: cover;
    object-position: center;
}

.side-nav .userView .circle, .side-nav .userView .name, .side-nav .userView .email {
    display: block;
}

.side-nav .userView .circle {
    height: 70px;
    width: 70px;
    border-radius: 100%;
    object-fit: cover;
}

.side-nav .userView .name,
.side-nav .userView .email {
    font-size: 14px;
    line-height: 24px;
}

.side-nav .userView .name {
    margin-top: 16px;
    font-weight: 500;
}

.side-nav .userView .email {
    padding-bottom: 16px;
    font-weight: 400;
}

.drag-target {
    height: 100%;
    width: 10px;
    position: fixed;
    top: 0;
    z-index: 1001;
}

.side-nav.fixed {
    left: 0;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    position: fixed;
    z-index: 0;
    padding-top: 64px;
    display: flex;
    flex-direction: column;
}

.side-nav.fixed.right-aligned {
    right: 0;
    left: auto;
}

@media only screen and (max-width: 992px) {
    .side-nav.fixed {
        z-index: 1001 !important;
        padding-top: 0;
        -webkit-transform: translateX(-105%);
        -ms-transform: translateX(-105%);
        transform: translateX(-105%);
    }
    .side-nav.fixed.right-aligned {
        -webkit-transform: translateX(105%);
        -ms-transform: translateX(105%);
        transform: translateX(105%);
    }
    .side-nav a {
        padding: 0 16px;
    }
    .side-nav .userView {
        padding: 16px 16px 0;
    }
}

.side-nav .collapsible-body > ul:not(.collapsible) > li.active,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active {
    background-color: #ee6e73;
}

.side-nav .collapsible-body > ul:not(.collapsible) > li.active a,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active a {
    color: #fff;
}

#sidenav-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 120vh;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    will-change: opacity;
}

/* submenus */
.side-nav-submenu {
    width: 100%;
    text-align: center;
    color: rgba(0,0,0,.54);
    order: 99;
}

.side-nav-submenu li,
.side-nav-submenu li a,
.side-nav-submenu li a i {
    height: 30px;
    line-height: 30px;
    color: rgba(0,0,0,.54);
    font-weight: 300;
}

.side-nav form .md-form-group {
    padding: 0 15px;
    margin: 3px;
}

.side-nav::-webkit-scrollbar-track
{
    background-color: transparent;
    border: solid transparent;
    border-width: 0 0 0 4px;
}

.side-nav::-webkit-scrollbar
{
    width: 6px;
    background-color: rgba(0,0,0,0.1);
}

.side-nav::-webkit-scrollbar-thumb
{
    background: rgba(0,0,0,0.2);
    border-radius: 25px;
    border-width: 0
}

/*---------------------------------------------------
                    Footer
----------------------------------------------------*/
footer.page-footer {
    background-color: #ee6e73;
    z-index: 1;
}

footer.page-footer .footer-content {
    overflow: hidden;
    min-height: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 20px 0px 10px 0px;
    color: rgba(255, 255, 255, 0.8);
    text-align: center;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 400;
}

footer.app-footer {
    box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 -2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

footer.app-footer .footer-content {
    overflow: visible !important;
    height: 50px;
    padding: 0px;
}

.app-footer .btn {
    margin-bottom: 0;
    padding: 7px 0 10px 0;
    height: 50px;
}
/* fix btn sibling btn on app footer to prevent misalignment */
.app-footer .btn+.btn {
    margin-top: 0;
}

/* adjust font size for larger icons */
footer.app-footer .footer-content i {
    font-size: 1.6rem;
}

/* textual footer */
.footer-info {
    margin-bottom: 10px;
}

.footer-info > *,
.footer-links > *,
.footer-info a,
.footer-links a {
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.footer-links li:before {
    content: "\2022";
}
.footer-links li:first-child:before {
    content: "";
}
.footer-links li a {
    margin-left: 5px;
}

footer.app-footer .btn-flat:hover,
footer.app-footer .btn-flat:active {
    background-color: transparent
}
/*---------------------------------------------------
                    Shadows
----------------------------------------------------*/
.z-depth-0 {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.z-depth-1, nav, blockquote, .card-panel, .card, .toast, .btn, .btn-large, .btn-floating, .dropdown-content, .alert, .material-tabs, .dash-block, .side-nav {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
}

.z-depth-1-half, .btn:hover, .btn-large:hover, .btn-floating:hover {
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.14), 0 1px 7px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -1px rgba(0, 0, 0, 0.2);
}

.z-depth-2 {
    box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12), 0 2px 4px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-3 {
    box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.3);
}

.z-depth-4, .modal {
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
}

.z-depth-5 {
    box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 16px 24px 2px rgba(0, 0, 0, 0.14), 0 6px 30px 5px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(0, 0, 0, 0.3);
}

.hoverable {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    -o-transition: box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    -webkit-box-shadow: 0;
    box-shadow: 0;
}

.hoverable:hover {
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    -o-transition: box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 0 0 0 transparent; /* chrome 58 bug workaround */
    -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19), 0 0 0 0 transparent;
    -moz-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/*---------------------------------------------------
                    Cards
----------------------------------------------------*/
.card-panel {
    -webkit-transition: box-shadow .25s;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    -o-transition: box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    padding: 24px;
    margin: 0.5rem 0 1rem 0;
    border-radius: 2px;
    background-color: #fff;
}

.card {
    position: relative;
    margin: 0.5rem 0 1rem 0;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    -o-transition: box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    -webkit-transition: box-shadow .25s;
    border-radius: 2px;
}

/* override waves inline-block styling for cards */
.card.waves-effect {
    display: block;
}

/* for a title outside of a card */
.outer-title {
    height: 18px;
    margin: 16px 0 8px 8px;
    color: #4a4a4a;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    line-height: 14px;
    letter-spacing: 0;
}

.outer-title.w-button {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.outer-title.w-button .btn-group {
    margin-right: 5px;
    margin-bottom: 0;
}

.card-title {
    border-bottom: 1px solid rgba(160, 160, 160, 0.2);
}

.card-title.no-border {
    border-bottom: none;
}

.card-detail {
    overflow: hidden;
}

.card.sticky-card {
    padding-bottom: 0px;
}
.card.sticky-card .card-content {
    padding-bottom: 0px;
}

.card.small, .card.medium, .card.large {
    position: relative;
}

.card.small .card-image, .card.medium .card-image, .card.large .card-image {
    max-height: 60%;
    overflow: hidden;
}

.card.small .card-image + .card-content, .card.medium .card-image + .card-content, .card.large .card-image + .card-content {
    max-height: 40%;
}

.card.small .card-content, .card.medium .card-content, .card.large .card-content {
    max-height: 100%;
    overflow: hidden;
}

.card.small .card-action, .card.medium .card-action, .card.large .card-action {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.card.small {
    height: 300px;
}

.card.medium {
    height: 400px;
}

.card.large {
    height: 500px;
}

.card.horizontal {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.card.horizontal.small .card-image, .card.horizontal.medium .card-image, .card.horizontal.large .card-image {
    height: 100%;
    max-height: none;
    overflow: visible;
}

.card.horizontal.small .card-image img, .card.horizontal.medium .card-image img, .card.horizontal.large .card-image img {
    height: 100%;
}

.card.horizontal .card-image {
    max-width: 50%;
}

.card.horizontal .card-image img {
    border-radius: 2px 0 0 2px;
    max-width: 100%;
    width: auto;
}

.card.horizontal .card-stacked {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    position: relative;
}

.card.horizontal .card-stacked .card-content {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.card.sticky-action .card-action {
    z-index: 2;
}

.card.sticky-action .card-reveal {
    z-index: 1;
    padding-bottom: 64px;
}

.card .card-image {
    position: relative;
}

.card .card-image img {
    display: block;
    border-radius: 2px 2px 0 0;
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
}

.card .card-image .card-title {
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 100%;
    padding: 24px;
}

.card .card-content {
    padding: 1.1rem;
    border-radius: 0 0 2px 2px;
}

.card .card-content p {
    margin: 0;
    color: inherit;
}

.card .card-content .card-title {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    line-height: inherit;
    margin-bottom: 8px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.card .card-content .card-title i:not(.fa),
.card .card-content .card-title i:not(.mdi) {
    line-height: inherit;
}

.card-title h1,
.card-title h2,
.card-title h3, 
.card-title h4,
.card-title h5,
.card-title p {
    -webkit-box-flex: 1;
    flex: auto;
    -ms-flex: auto;
    -webkit-flex: auto;
}

/* always float card-title elements to the right */
.card-title .btn-group,
.card-title .icon-group,
.card-title .action-group {
    float: right;
}

/* elements in header should follow same style */
.btn-group button,
.icon-group i,
.action-group a {
    min-width: 26px;
    padding: 0 .5rem;
}

.card .card-action {
    position: relative;
    background-color: inherit;
    border-top: 1px solid rgba(160, 160, 160, 0.2);
    padding: 16px 24px;
    font-family: 'Poppins','Roboto', sans-serif;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating) {
    color: #ffab40;
    margin-right: 24px;
    -o-transition: color .3s ease;
    transition: color .3s ease;
    -webkit-transition: color .3s ease;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
}

.card .card-action a:not(.btn):not(.btn-large):not(.btn-large):not(.btn-floating):hover {
    color: #ffd8a6;
}

/* on right floating card-action links remove margin-right on right-most (first) child */
.card .card-action a.right:first-child,
.card .card-action a:only-child {
    margin-right: 0 !important;
}

.card .card-reveal {
    padding: 24px;
    position: absolute;
    background-color: #fff;
    width: 100%;
    overflow-y: auto;
    left: 0;
    top: 100%;
    height: 100%;
    z-index: 3;
    display: none;
}

.card .card-reveal .card-title {
    cursor: pointer;
    display: block;
}

/* simple card modifiers */
.card.frosted {
    background: rgba(255,255,255,.5);    
}

.frosted .frosted-login input {
    border-bottom-color: #fff; 
}
.frosted .frosted-login ::-webkit-input-placeholder {
    color: #d1d1d1
}
.frosted .frosted-login :-moz-placeholder {
    color: #d1d1d1
}
.frosted .frosted-login::-moz-placeholder {
    color: #d1d1d1
}
.frosted .frosted-login :-ms-input-placeholder {
    color: #d1d1d1
}

/*---------------------------------------------------
                    Chips
----------------------------------------------------*/
.chip {
    display: inline-block;
    height: 32px;
    font-size: 13px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.6);
    line-height: 32px;
    padding: 0 12px;
    border-radius: 16px;
    background-color: #e4e4e4;
    margin-bottom: 5px;
    margin-right: 5px;
}

.chip img {
    float: left;
    margin: 0 8px 0 -12px;
    height: 32px;
    width: 32px;
    border-radius: 50%;
}

.chip .close {
    cursor: pointer;
    font-size: inherit;
    padding-left: 6px;
    float: none;
}

.chip .add {
    cursor: pointer;
    font-size: inherit;
    float: none;
    color: #000;
    opacity: .2;
    text-shadow: 0 1px 0 #fff;
    line-height: 1;
}

.chip .add:hover {
    opacity: .5;
}

.chip-dropdown {
    top: auto;
    max-height: 40vh;
    overflow: auto;
    z-index: 995;
}

/*---------------------------------------------------
                    Modals
----------------------------------------------------*/
.remodal {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    background-color: #fafafa;
    padding: 0;
    outline: none;
    max-height: 70%;
    width: 55%;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
}

.remodal.remodal-condensed {
    width: 35%;
}

@media only screen and (max-width: 1100px) {
    .remodal.remodal-condensed {
        width: 60%;
    }
}

@media only screen and (max-width: 992px) {
    .remodal, .remodal.remodal-condensed {
        width: 80%;
    }
}

@media only screen and (max-width: 767px) {
    .remodal, .remodal.remodal-condensed {
        width: 99%;
    }
}

.remodal h1, .remodal h2, .remodal h3, .remodal h4 {
    margin-top: 0;
}

.remodal .remodal-content {
    padding: 24px;
}

.remodal .remodal-close {
    cursor: pointer;
}

.remodal .remodal-footer {
    border-radius: 0 0 2px 2px;
    background-color: #fafafa;
    padding: 4px 6px;
    height: 56px;
    width: 100%;
}

.remodal .remodal-footer .btn, .remodal .remodal-footer .btn-large, .remodal .remodal-footer .btn-flat {
    float: right;
    margin: 6px 0;
}

.remodal-overlay {
    position: fixed;
    z-index: 999;
    top: -100px;
    left: 0;
    bottom: 0;
    right: 0;
    height: 125%;
    width: 100%;
    background: #000;
    display: none;
    will-change: opacity;
}

.remodal.remodal-fixed-footer {
    padding: 0;
    height: 70%;
}

.remodal.remodal-fixed-footer .remodal-content {
    position: absolute;
    height: calc(100% - 56px);
    max-height: 100%;
    width: 100%;
    overflow-y: auto;
    padding-bottom: 0;
}

.remodal.remodal-fixed-footer .remodal-footer {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
}

.remodal.bottom-sheet {
    top: auto;
    bottom: -100%;
    margin: 0;
    width: 100%;
    max-height: 45%;
    border-radius: 0;
    will-change: bottom, opacity;
}

@media (min-width: 768px){
    .remodal.bottom-sheet { 
        width: 55%;
        margin: 0 auto;
    }
}

.bottom-sheet .remodal-content {
    border-radius: 2px;
    padding-bottom: 55px;
}
/*---------------------------------------------------
            Dashboard Blocks Style
----------------------------------------------------*/
/* dashboard blocks styles */
.dash-block {
    display: block;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
    border-radius: 2px;
    -o-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    -webkit-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 400;
}
.dash-block:after,
.dash-block:before {
    content: " ";
    display: table
}
.dash-block:after {
    clear: both
}
.dash-block.waves-effect {
    display: inherit;
}

/* the holder of the icon */
.dash-block .vicon {
    width: 80px;
    height: 80px;
    display: block;
    float: left;
    padding-left: 28px;
    font-size: 2.1rem;
    line-height: 35px;
    padding-top: 35px;
    margin-bottom: 40px
}
/* the icon itself */
.dash-block .vicon>i {
    margin-left: -35px;
    font-size: 110px;
    line-height: 110px;
    opacity: .2;
    color: #000;
}
.dash-block .vicon>i.md {
    font-size: 130px; /* increase by factor of .2 */
}
.dash-block .details {
    position: absolute;
    right: 15px;
    padding-right: 15px
}
.dash-block.waves-effect .details {
    padding-right: 0px; /* offset the position: relative */
}
.dash-block .details .number {
    padding-top: 1.5rem;
    text-align: right;
    font-size: 34px;
    line-height: 36px;
    /*letter-spacing: -1px;*/
    margin-bottom: 0;
    font-weight: 400;
    color: #fff;
}
.dash-block .details .desc {
    text-align: right;
    font-size: 1.1rem;
    letter-spacing: 0;
    font-weight: 300;
    color: #fff;
}

.dash-block.disabled,
.dash-block[disabled],
.dash-block:disabled {
    pointer-events: none;
    background-color: #DFDFDF !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #9F9F9F !important;
    cursor: default;
}

/*---------------------------------------------------
               Sections Style
----------------------------------------------------*/
/* blurb at the top of the pages */
.introBlock {
    margin: 5px 0 10px 0;
    padding: 0 10px 10px 10px;
    color: #000;
}

/*---------------------------------------------------
                    Tabs
----------------------------------------------------*/
/* nav is shadowed automatically - we need to remove this
   so there are not multiple shadows
*/
nav.tabs-fixed {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* mobile tabs are full width */
@media screen and (max-width: 767px){
    .navbar-fixed .tabs-fixed > .container,
    .navbar-fixed .tabs-fixed > .container-fluid {
        padding: 0 !important;
    }
}

main.w-fixed-side-nav .navbar-fixed .tabs-fixed {
    float: left;
    position: fixed;
    width: 100%;
}

.material-tabs {
    background-color: transparent;
    padding: 0 8px;
    margin-bottom: 1rem;
    border-radius: 0 0 2px 2px;
}

/* mobile tabs are full width */
@media screen and (max-width: 767px){
    .navbar-fixed .tabs-fixed .material-tabs {
        border-radius: 0;
    }
}

.tabs {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    height: 48px;
    width: 100%;
    background-color: #fff;
    margin: 0 auto;
    white-space: nowrap;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 400;
}

.tabs.tabs-transparent {
    background-color: transparent;
}

.tabs.tabs-transparent .tab a,
.tabs.tabs-transparent .tab.disabled a,
.tabs.tabs-transparent .tab.disabled a:hover {
    color: rgba(255, 255, 255, 0.7);
}

.tabs.tabs-transparent .tab a:hover,
.tabs.tabs-transparent .tab a.active {
    color: #fff;
}

.tabs.tabs-transparent .indicator {
    background-color: #fff;
}

.tabs.tabs-fixed-width {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}

.tabs.tabs-fixed-width .tab {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
}

.tabs .tab {
    display: inline-block;
    text-align: center;
    line-height: 48px;
    height: 48px;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
}

.tabs .tab a {
    color: #29b6f6;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    font-size: 14px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    text-decoration: none;
    overflow: hidden;
    -o-transition: color .28s ease;
    transition: color .28s ease;
    -webkit-transition: color .28s ease;
}

.tabs .tab a:hover,
.tabs .tab a.active {
    background-color: transparent;
    color: #29b6f6;
}

.tabs .tab.disabled a,
.tabs .tab.disabled a:hover {
    color: #29b6f6;
    cursor: default;
}

.tabs .indicator {
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #006064;
    will-change: left, right;
    -webkit-transition: background-color 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    -o-transition: background-color 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    transition: background-color 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

@media only screen and (max-width: 992px) {
    .tabs { /* ios 8 fix */
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
    }
    .tabs .tab {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
    }
    .tabs .tab a {
        padding: 0 12px;
    }
}

/*---------------------------------------------------
                    Alerts
----------------------------------------------------*/
.alert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0.5rem 0 1rem 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* give the text a little room to breathe */
span.alert-text {
    margin: auto 5px;
}

/*---------------------------------------------------
                Button Styles
----------------------------------------------------*/
/* override default bootstrap highlight */
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
}

.btn, .btn-large,
.btn-flat {
    display: inline-block;
    border: none;
    border-radius: 2px;
    height: 36px;
    line-height: 36px;
    padding: 0 2rem;
    text-transform: uppercase;
    vertical-align: middle;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 5px;
    background: transparent;
    color: currentColor;
    white-space: nowrap;
    cursor: pointer;
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 400;
}

.btn.disabled, .disabled.btn-large,
.btn-floating.disabled,
.btn-large.disabled,
.btn-flat.disabled,
.btn:disabled,
.btn-large:disabled,
.btn-floating:disabled,
.btn-large:disabled,
.btn-flat:disabled,
.btn[disabled],
[disabled].btn-large,
.btn-floating[disabled],
.btn-large[disabled],
.btn-flat[disabled] {
    pointer-events: none;
    background-color: #DFDFDF !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #9F9F9F !important;
    cursor: default;
}

.btn.disabled:hover, .disabled.btn-large:hover,
.btn-floating.disabled:hover,
.btn-large.disabled:hover,
.btn-flat.disabled:hover,
.btn:disabled:hover,
.btn-large:disabled:hover,
.btn-floating:disabled:hover,
.btn-large:disabled:hover,
.btn-flat:disabled:hover,
.btn[disabled]:hover,
[disabled].btn-large:hover,
.btn-floating[disabled]:hover,
.btn-large[disabled]:hover,
.btn-flat[disabled]:hover {
    background-color: #DFDFDF !important;
    color: #9F9F9F !important;
}

.btn, .btn-large,
.btn-floating,
.btn-large,
.btn-flat {
    outline: 0;
}

.btn i, .btn-large i,
.btn-floating i,
.btn-large i,
.btn-flat i {
    font-size: 1.3rem;
    line-height: inherit;
}

.btn:focus, .btn-large:focus,
.btn-floating:focus {
    background-color: #1d7d74;
}

.btn, .btn-large {
    text-decoration: none;
    color: #fff;
    background-color: #26a69a;
    text-align: center;
    letter-spacing: .5px;
    -webkit-transition: .2s ease-out;
    -o-transition: .2s ease-out;
    transition: .2s ease-out;
    cursor: pointer;
}

.btn:hover, .btn-large:hover {
    background-color: #2bbbad;
}

.btn-floating {
    display: inline-block;
    color: #fff;
    position: relative;
    overflow: hidden;
    z-index: 1;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    background-color: #26a69a;
    border-radius: 50%;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition: .3s;
    cursor: pointer;
    vertical-align: middle;
}

.btn-floating:hover {
    background-color: #26a69a;
}

.btn-floating:before {
    border-radius: 0;
}

.btn-floating.btn-large {
    width: 56px;
    height: 56px;
}

.btn-floating.btn-large i {
    line-height: 56px;
}

.btn-floating.halfway-fab {
    position: absolute;
    right: 24px;
    bottom: 0;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);
}

.btn-floating.halfway-fab.left {
    right: auto;
    left: 24px;
}

.btn-floating i {
    width: inherit;
    display: inline-block;
    text-align: center;
    color: #fff;
    font-size: 1.6rem;
    line-height: 40px;
}

button.btn-floating {
    border: none;
}

.fixed-action-btn {
    position: fixed;
    right: 23px;
    bottom: 27px;
    padding-top: 15px;
    margin-bottom: 0;
    z-index: 998;
}

@media only screen and (max-width: 767px){
    .fixed-action-btn {
        bottom: 10px;
    }
}

/* adjust so app footer doesnt overlay */
main.w-app-footer .fixed-action-btn {
    bottom: 56px;
}

.fixed-action-btn.active ul {
    visibility: visible;
}

.fixed-action-btn.horizontal {
    padding: 0 0 0 15px;
}

.fixed-action-btn.horizontal ul {
    text-align: right;
    right: 64px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 100%;
    left: auto;
    width: 500px;
    /*width 100% only goes to width of button container */
}

.fixed-action-btn.horizontal ul li {
    display: inline-block;
    margin: 15px 15px 0 0;
}

.fixed-action-btn.toolbar {
    padding: 0;
    height: 56px;
}

.fixed-action-btn.toolbar.active > a i {
    opacity: 0;
}

.fixed-action-btn.toolbar ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    top: 0;
    bottom: 0;
}

.fixed-action-btn.toolbar ul li {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: inline-block;
    margin: 0;
    height: 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.fixed-action-btn.toolbar ul li a {
    display: block;
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    line-height: 56px;
    z-index: 1;
}

.fixed-action-btn.toolbar ul li a i {
    line-height: inherit;
}

.fixed-action-btn ul {
    left: 0;
    right: 0;
    text-align: center;
    position: absolute;
    bottom: 64px;
    margin: 0;
    visibility: hidden;
}

.fixed-action-btn ul li {
    margin-bottom: 15px;
}

.fixed-action-btn ul a.btn-floating {
    opacity: 0;
}

.fixed-action-btn .fab-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 40px;
    height: 40px;
    background-color: #26a69a;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.fab-label {
    padding: 10px 8px;
    font-size: 1rem;
    font-weight: 300;
    z-index: 1000;
    background-color: #000;
    border-radius: 2px;
    color: #fff;
    min-height: 40px;
    position: absolute;
    overflow: hidden;
    text-align: center;
    white-space: nowrap;
}

.btn-flat {
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: transparent;
    color: #343434;
    cursor: pointer;
    -webkit-transition: background-color .2s;
    -o-transition: background-color .2s;
    transition: background-color .2s;
}

.btn-flat:focus, .btn-flat:active {
    background-color: transparent;
}

.btn-flat:focus, .btn-flat:hover {
    background-color: rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-flat:active {
    background-color: rgba(0, 0, 0, 0.2);
}

.btn-flat.disabled {
    background-color: transparent !important;
    color: #b3b3b3 !important;
    cursor: default;
}

.btn-large {
    height: 54px;
    line-height: 54px;
}

.btn-large i {
    font-size: 1.6rem !important;
}

.btn-block {
    display: block;
}

.btn-block i {
    font-size: 1rem;
}

/* button modifiers */
.m--circle {
    border-radius: 50%;
    height: 2rem;
    width: 2rem;
    padding: .32rem !important;
    text-align: center;
    overflow: hidden;
}
.m--circle.m--circle-big {
    height: 3rem;
    width: 3rem;
}

.m--circle:hover {
    background-color: rgba(0, 0, 0, 0.1);
}

/*----------------------------------------------------
         Hamburger Menu (Fixed Action only)
-----------------------------------------------------*/

.fixed-action-btn .md-hb {
    height: 56px;
    width: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.fixed-action-btn .md-hb.is-closed:before {
    content: '';
    display: block;
    line-height: 56px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}

.fixed-action-btn .md-hb.is-closed .hb-top,
.fixed-action-btn .md-hb.is-closed .hb-middle,
.fixed-action-btn .md-hb.is-closed .hb-bottom,
.fixed-action-btn .md-hb.is-open .hb-top,
.fixed-action-btn .md-hb.is-open .hb-middle,
.fixed-action-btn .md-hb.is-open .hb-bottom {
    position: absolute;
    height: 2px;
    width: 22px;
}
.fixed-action-btn .md-hb.is-closed .hb-top,
.fixed-action-btn .md-hb.is-closed .hb-middle,
.fixed-action-btn .md-hb.is-closed .hb-bottom {
    background-color: #fff;
}
.fixed-action-btn .md-hb.is-closed .hb-top {
    margin-top: -6px;
    -webkit-transition: all .35s ease-in-out;
}
.fixed-action-btn .md-hb.is-closed .hb-middle {
    margin-top: 0px;
}
.fixed-action-btn .md-hb.is-closed .hb-bottom {
    margin-top: 6px;
    -webkit-transition: all .35s ease-in-out;
}

.fixed-action-btn .md-hb.is-open .hb-top,
.fixed-action-btn .md-hb.is-open .hb-middle,
.fixed-action-btn .md-hb.is-open .hb-bottom {
    background-color: #fff;
}
.fixed-action-btn .md-hb.is-open .hb-top,
.fixed-action-btn .md-hb.is-open .hb-bottom {
    top: 50%;
    margin-top: -2px;  
}
.fixed-action-btn .md-hb.is-open .hb-top { 
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.fixed-action-btn .md-hb.is-open .hb-middle { display: none; }
.fixed-action-btn .md-hb.is-open .hb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73,1,.28,.08);
}
.fixed-action-btn .md-hb.is-open:before {
    content: '';
    display: block;
    line-height: 56px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0,0,0);
    -webkit-transition: all .35s ease-in-out;
}

/*----------------------------------------------------
                    Dropdowns
-----------------------------------------------------*/

.dropdown-content {
    background-color: #fff;
    margin: 0;
    display: none;
    min-width: 100px;
    max-width: 75vw;
    max-height: 650px;
    overflow-y: auto;
    opacity: 0;
    position: absolute;
    z-index: 995;
    will-change: width, height;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}

.dropdown-content li {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none;
}

.dropdown-content li:hover, .dropdown-content li.active, .dropdown-content li.selected {
    background-color: #eee;
}

.dropdown-content li.active.selected {
    background-color: #e1e1e1;
}

.dropdown-content li.divider {
    min-height: 0;
    height: 1px;
}

.dropdown-content li > a, .dropdown-content li > span {
    font-size: 16px;
    color: rgba(0,0,0,.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 22px;
    padding: 14px 16px;
}

.dropdown-content li > span > label {
    top: 1px;
    left: 0;
    height: 18px;
}

.dropdown-content li > a > i {
    height: inherit;
    line-height: inherit;
    float: left;
    margin: 0 24px 0 0;
    width: 24px;
}

.dropdown-content li.disabled,
.dropdown-content li.disabled:hover,
.dropdown-content li:disabled {
    pointer-events: none;
    background-color: #DFDFDF !important;
    color: #9F9F9F !important;
    cursor: default;
}

ul.ddl-content-override {
    max-width: 100%;
}

/* style the autocomplete dropdowns like the regular ones */
.autocomplete-suggestions {
    text-align: left;
    cursor: default;
    border: 1px solid #ccc;
    border-top: 0;
    background: #fff;
    box-shadow: -1px 1px 3px rgba(0,0,0,.1);
    position: absolute;
    display: none;
    z-index: 9999;
    max-height: 254px;
    overflow: hidden;
    overflow-y: auto;
    box-sizing: border-box;
}
.autocomplete-suggestion {
    clear: both;
    color: rgba(0, 0, 0, 0.87);
    cursor: pointer;
    min-height: 50px;
    line-height: 1.5rem;
    width: 100%;
    text-align: left;
    text-transform: none;
    font-size: 16px;
    color: rgba(0,0,0,.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    line-height: 22px;
    padding: 14px 16px;
}
.autocomplete-suggestion:hover {
    background-color: #eee;
}

/*----------------------------------------------------
                    Anchors
-----------------------------------------------------*/
a.disabled,
a:disabled,
a[disabled] {
    pointer-events: none;
    background-color: #DFDFDF !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #9F9F9F !important;
    cursor: default;
}

a.disabled:hover,
a:disabled:hover,
a[disabled]:hover {
    background-color: #DFDFDF !important;
    color: #9F9F9F !important;
}

/*----------------------------------------------------
                    Lists
-----------------------------------------------------*/
/* ul element that encompasses the list */
.md-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: .5rem 0
}
/* list element item */
.md-list-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1rem;
    line-height: 1;
}

/* significantly reduce the left/right padding on mobile */ 
@media screen and (max-width: 767px){
    .md-list-item {
        padding: 1rem .4rem; 
    }
}
/* the content of the list item (over -text) */
.md-list-group-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0
}
.md-list-group-col,.md-list-item,.md-list-item-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
/* heading is a little bigger */
.md-list-item .md-list-item-heading {
    font-size: 1rem;
}

.md-list-item .md-list-item-text {
    min-width: 0;
    max-height: 2.188rem;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap
}
/* icons are 72px wide and centered */
.md-list-item .md-list-icon {
    width: 72px;
    text-align: center;
}

.md-list-item .md-list-item-link {
    width: 100%;
    max-height: 2.188rem;
    overflow: hidden;
    line-height: 2.188rem;
}

/* remove the default underline on links */
.md-list-item .md-list-item-link:hover {
    text-decoration: none;
}

@media screen and (max-width: 767px){
    .md-list-item .md-list-icon {
        width: 52px;
    }
}
/* pull the icon all the way to the right */
.md-list-icon.md-list-icon-right {
    margin-right: 0;
    margin-left: auto;
    flex-grow: 1;
}
/* pull the <a> element right within the div */
.md-list-icon.md-list-icon-right > * {
    float: right;
}
/* the "subtext" within the item */
.md-list-item .md-list-item-text {
    font-size: .875rem;
    color: rgba(0,0,0,.54)
}
/* no margin bottom, override if outside of card */
.md-list-group-col p {
    margin-bottom: 0;
}
/* put some spacing in between the text */
.md-expanded .md-list-item .md-list-item-heading, .md-expanded .md-list-item .md-list-item-text {
    margin-bottom: .2rem !important;
}
/* really put some spacing in between the text */
.md-exploded .md-list-item .md-list-item-heading, .md-exploded .md-list-item .md-list-item-text {
    margin-bottom: .5rem !important;
}

/* border all li except last */
.md-list.md-list-bordered > li:not(:last-child) {
    border-bottom: 1px solid rgba(160, 160, 160, 0.2);
}

/* collapsibles */
/* collapsibles are column based, not row */
.collapsibles .md-list-item {
    padding-bottom: 0;
    -ms-flex-flow: column nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-flow: column nowrap;
}

/* specific to iOS 8, -webkit-box will break the other flex elements
    that are not collapsible */
/*.collapsibles .md-list-item.active .collapsible-body {
    display: -webkit-flex;  iOS 8 fix 
}*/

.collapsible-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    background-color: transparent;
    width: 100%;
    padding-bottom: 1rem;
}

.collapsible-body {
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1.5rem;
    width: 100%;
    background-color: #f5f5f5;
}

.collapsible-body .md-list-item-heading:not(:first-child) {
    margin-top: .5rem !important;
}

.collapsible-body .md-list-item-text:not(:last-child) {
    border-bottom: 1px solid rgba(0,0,0,.1);
    padding-bottom: 1rem;
}

/* matched lists */
.matched-list {
    display: table;
    width: 100%;
    padding: 8px 0;
    margin: 0;
}
.matched-list .ml-item {
    display: table-row;
}
.matched-list .ml-item > * {
    display: table-cell; 
    vertical-align: middle;
    padding-bottom: 8px; 
}
/* matched lists with text inputs are special */
.matched-list .ml-item input[type=text] {
    -webkit-box-sizing: inherit !important;
    box-sizing: inherit !important;
}

/*----------------------------------------------------
             Form Input Styling
-----------------------------------------------------*/
/* overall form */
.form-md {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: .5rem 0;
}

.md-form-group {
    margin-bottom: .7rem;
    margin-top: .7rem;
}

.md-input-group label {
    cursor: pointer;
    margin-bottom: 0;
}
/* specificity avoids the !important */
.form-horizontal .md-form-group.md-group-inline,
.form-vertical .md-form-group.md-group-inline {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-right: 0;
}
/* inline buttons after an input */
.md-form-group.md-group-inline input ~ .btn {
    margin-left: 7px;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

/* inherit the color instead of default bootstrap #555 */
.form-control {
    color: inherit !important;
}

.md-form-error {
    color: #f44336;
    font-size: .8rem;
    font-weight: 300;
    -webkit-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);       
}

label.md-form-error {
    margin-top: -5px;
}

label.md-form-error:focus {
    color: #f44336 !important;
}

/* -- vertical forms -- */
.form-vertical label {
    font-size: .8rem;
    margin-bottom: 0;
}

.form-vertical .md-form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 5px;
    padding-right: 5px;
}
/* prefix styling */
.form-vertical .md-form-group .prefix {
    position: absolute;
    width: 2.2rem;
    font-size: 1.3rem; /* same as fa-md */
    text-align: center;
    text-align: -webkit-center;
    height: 2rem;
    line-height: 2.2rem;
    vertical-align: middle;
}
/* postfix styling */
.form-vertical .md-form-group .postfix-hidden {
    display: none;
}
.form-vertical .md-form-group input[type="text"]:focus~.postfix-hidden,
.form-vertical .md-form-group input[type="text"]~.postfix {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: rgba(15,15,15,.6);
    -ms-flex-item-align: end;
    align-self: flex-end;
    right: .9em; /* for IE */
    top: 1.45em;
    height: 2.3em;
    cursor: pointer;
    border: none;
}

/* another postfix style */
.form-vertical .md-form-group .md-group .postfix {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 1em;
    line-height: 2rem;
    height: 2.3rem;
    border-radius: 0;
    margin: 0 0 10px 0;
    outline: none;
    padding: 0;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.form-vertical .md-form-group .prefix ~ input {
    padding-left: calc(2.2rem + 5px);
    width: calc(100% - 2.2rem - 5px);
}

.form-vertical .md-input-group {
    width: 100%;
    margin-top: 5px;
}
/* vertical input groups are flex */
.form-vertical .md-input-group.inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* inline flex variants */
.form-vertical .md-input-group.inline.flex-25 > * {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}
.form-vertical .md-input-group.inline.flex-33 > * {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
}
.form-vertical .md-input-group.inline.flex-50 > * {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

/* always hide labels in inline groupings in vertical forms */
.form-vertical .md-form-group.md-group-inline>label {
    display: none;
}
.form-vertical .md-form-group.md-group-inline input {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.form-vertical .md-form-error {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);  
    -webkit-box-ordinal-group: 4;  
    -ms-flex-order: 3;  
    order: 3;
}
/* position the error so it looks natural */
.form-vertical .md-group-inline label.md-form-error {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: absolute;
    margin-top: 1.7rem; /* roughly 25px */
}

/* -- horizontal forms -- */
.form-horizontal label {
    margin-bottom: 0;
}

.form-horizontal .md-form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 767px){
    .form-horizontal .md-form-group {
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
    }
}

.form-horizontal .md-form-group>label {
    -ms-flex-preferred-size: 10%;
    flex-basis: 10%;
    word-break: normal;
    padding-right: 10px;
    margin-right: 3px;
    text-align: right;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    /* fix IE label display issues for smaller columns */
    .form-horizontal .md-form-group>label {
        -ms-flex-preferred-size: 13%;
        flex-basis: 13%;
    }
    .col-md-4 .form-horizontal .md-form-group>label,
    .col-md-3 .form-horizontal .md-form-group>label,
    .col-sm-4 .form-horizontal .md-form-group>label,
    .col-sm-3 .form-horizontal .md-form-group>label {
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    }
}

.form-horizontal .md-input-group {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
}

.form-horizontal .md-form-group label.prefix,
.form-horizontal .md-form-group label.postfix {
    font-size: 1.2rem;
    min-width: 3rem;
}

/* overlaps text... mostly for use with the dropdown arrow on selects */
.form-horizontal .md-form-group label.postfix-inline {
    position: absolute;
    /*width: 2.2rem;*/
    padding: 0;
    font-size: 1.3rem; /* same as fa-md */
    text-align: center;
    text-align: -webkit-center;
    height: 2rem;
    line-height: 2.2rem;
    vertical-align: middle;
    right: 1.1rem;
}

/* vertical input groups are flex */
.form-horizontal .md-input-group.inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* inline flex variants */
.form-horizontal .md-input-group.inline.flex-25 > * {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
}
.form-horizontal .md-input-group.inline.flex-33 > * {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
}
.form-horizontal .md-input-group.inline.flex-50 > * {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
}

/* align baseline in horizontal layouts */
.form-horizontal .md-form-group.md-group-inline {
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

/* position the error so it looks natural */
.form-horizontal label.md-form-error {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: absolute;
    margin-top: 1.7rem; /* roughly 25px */
    right: 0;
}
.form-horizontal .md-textarea.md-form-error {
    margin-bottom: 0;
}
.form-horizontal .md-textarea + label.md-form-error {
    margin-top: 2.7rem; 
    margin-bottom: 10px;
}

/*----------------------------------------------------
             Checkbox/Radio Styling
-----------------------------------------------------*/
/* inline checkboxes are 33% of parent */
.ck-inline, .rd-inline {
    -ms-flex-preferred-size: inherit;
    flex-basis: inherit;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
/* increase min-width to avoid overlap */
@media (max-width: 768px) {
    .ck-inline, .rd-inline{
        -ms-flex-preferred-size: 50% !important;
        flex-basis: 50% !important;
    }
}
@media (max-width: 452px) {
    .ck-inline, .rd-inline {
        -ms-flex-preferred-size: 100% !important;
        flex-basis: 100% !important;
    }
}
.ck-box, .rd-in {
    position: initial;
    display: block;
}
/* override boostrap defaults */
.ck-normal, .rd-normal {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 0;
}
.checkbox-label, .radio-label {
    cursor: pointer; /* redundancy is good */
    color: rgba(0,0,0,.645);
    font-weight: 500;
    font-size: .9rem !important;
}

/*----------------------------------------------------
           Checkbox-Specific Styling
-----------------------------------------------------*/
/* Remove default checkbox */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
/* md-checkbox is the container for the span and the input */
.md-checkbox {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    vertical-align: -9px;
}
.md-checkbox input[type="checkbox"] {
    visibility: hidden;
    position: absolute;
    left: 7px;
    bottom: 7px;
    margin: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    opacity: 0;
}
.md-checkbox input[type="checkbox"] + .ck-box:before {
    position: absolute;
    left: 4px;
    bottom: 8px;
    width: 18px;
    height: 18px;
    font-family: 'Material Design Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: -6px;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1;
}
.md-checkbox input[type="checkbox"] + .ck-box:before {
    content: "\F0131";
    color: #717171;
}
.md-checkbox input[type="checkbox"]:checked + .ck-box:before {
    content: "\F0132";
}
.md-checkbox input[type="checkbox"]:active:not(:disabled) + .ck-box:before {
    -webkit-transform: scale3d(0.88, 0.88, 1);
    transform: scale3d(0.88, 0.88, 1);
}
.md-checkbox input[type="checkbox"]:disabled + .ck-box:before {
    color: rgba(0, 0, 0, 0.157) !important;
}

/*----------------------------------------------------
        Checkbox/Radio Coloring - Moot Color Match
-----------------------------------------------------*/
.checkbox-deep-red input[type="checkbox"]:checked + .ck-box:before,
.radio-deep-red input[type="radio"]:checked + .rd-in:before {
    color: #ad0000; /* deep-red */
}
.checkbox-moot-red input[type="checkbox"]:checked + .ck-box:before,
.radio-moot-red input[type="radio"]:checked + .rd-in:before {
    color: #e51c23; /* moot red */
}
.checkbox-red input[type="checkbox"]:checked + .ck-box:before,
.radio-red input[type="radio"]:checked + .rd-in:before {
    color: #f44336; /* red */
}
.checkbox-pink input[type="checkbox"]:checked + .ck-box:before,
.radio-pink input[type="radio"]:checked + .rd-in:before {
    color: #e91e63; /* pink */
}
.checkbox-purple input[type="checkbox"]:checked + .ck-box:before,
.radio-purple input[type="radio"]:checked + .rd-in:before {
    color: #9c27b0; /* purple */
}
.checkbox-deep-purple input[type="checkbox"]:checked + .ck-box:before,
.radio-deep-purple input[type="radio"]:checked + .rd-in:before {
    color: #673ab7; /* deep purple */
}
.checkbox-indigo input[type="checkbox"]:checked + .ck-box:before,
.radio-indigo input[type="radio"]:checked + .rd-in:before {
    color: #3f51b5; /* indigo */
}
.checkbox-blue input[type="checkbox"]:checked + .ck-box:before,
.radio-blue input[type="radio"]:checked + .rd-in:before {
    color: #2196F3; /* blue */
}
.checkbox-light-blue input[type="checkbox"]:checked + .ck-box:before,
.radio-light-blue input[type="radio"]:checked + .rd-in:before {
    color: #03a9f4; /* light blue */
}
.checkbox-cyan input[type="checkbox"]:checked + .ck-box:before,
.radio-cyan input[type="radio"]:checked + .rd-in:before {
    color: #00bcd4; /* cyan */
}
.checkbox-teal input[type="checkbox"]:checked + .ck-box:before,
.radio-teal input[type="radio"]:checked + .rd-in:before {
    color: #009688; /* teal */
}
.checkbox-green input[type="checkbox"]:checked + .ck-box:before,
.radio-green input[type="radio"]:checked + .rd-in:before {
    color: #4caf50; /* green */
}
.checkbox-light-green input[type="checkbox"]:checked + .ck-box:before,
.radio-light-green input[type="radio"]:checked + .rd-in:before {
    color: #8bc34a; /* light green */
}
.checkbox-lime input[type="checkbox"]:checked + .ck-box:before,
.radio-lime input[type="radio"]:checked + .rd-in:before {
    color: #cddc39; /* lime */
}
.checkbox-yellow input[type="checkbox"]:checked + .ck-box:before,
.radio-yellow input[type="radio"]:checked + .rd-in:before {
    color: #ffeb3b; /* yellow */
}
.checkbox-amber input[type="checkbox"]:checked + .ck-box:before,
.radio-amber input[type="radio"]:checked + .rd-in:before {
    color: #ffc107; /* amber */
}
.checkbox-orange input[type="checkbox"]:checked + .ck-box:before,
.radio-orange input[type="radio"]:checked + .rd-in:before {
    color: #ff9800; /* orange */
}
.checkbox-deep-orange input[type="checkbox"]:checked + .ck-box:before,
.radio-deep-orange input[type="radio"]:checked + .rd-in:before {
    color: #ff5722; /* deep orange */
}
.checkbox-brown input[type="checkbox"]:checked + .ck-box:before,
.radio-brown input[type="radio"]:checked + .rd-in:before {
    color: #795548; /* brown */
}
.checkbox-blue-grey input[type="checkbox"]:checked + .ck-box:before,
.radio-blue-grey input[type="radio"]:checked + .rd-in:before {
    color: #607d8b; /* blue grey */
}

/*----------------------------------------------------
             Checkbox Ripple
-----------------------------------------------------*/
.checkbox-ripple .ripple,
.radio-ripple .ripple {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    background-color: #717171; /* color of default */
}
.checkbox-ripple input:not(:disabled) ~ .ripple.animated,
.radio-ripple input:not(:disabled) ~ .ripple.animated {
    display: block;
    -webkit-animation-name: checkbox-ripple;
    animation-name: checkbox-ripple;
    -webkit-animation-duration: 400ms;
    animation-duration: 400ms;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}
@-webkit-keyframes checkbox-ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
}
@keyframes checkbox-ripple {
    100% {
        opacity: 0;
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
    }
}

/*----------------------------------------------------
        Ripple Colors - Moot Color Match
-----------------------------------------------------*/
.checkbox-deep-red .ripple,
.radio-deep-red .ripple {
    background-color: #ad0000 !important;
}
.checkbox-moot-red .ripple,
.radio-moot-red .ripple  {
    background-color: #e51c23 !important;
}
.checkbox-red .ripple,
.radio-red .ripple  {
    background-color: #f44336 !important;
}
.checkbox-pink .ripple,
.radio-pink .ripple  {
    background-color: #e91e63 !important;
}
.checkbox-purple .ripple,
.radio-purple .ripple  {
    background-color: #9c27b0 !important;
}
.checkbox-deep-purple .ripple,
.radio-deep-purple .ripple  {
    background-color: #673ab7 !important;
}
.checkbox-indigo .ripple,
.radio-indigo .ripple  {
    background-color: #3f51b5 !important;
}
.checkbox-blue .ripple,
.radio-blue .ripple  {
    background-color: #2196F3 !important;
}
.checkbox-light-blue .ripple,
.radio-light-blue .ripple  {
    background-color: #03a9f4 !important;
}
.checkbox-cyan .ripple,
.radio-cyan .ripple  {
    background-color: #00bcd4 !important;
}
.checkbox-teal .ripple,
.radio-teal .ripple  {
    background-color: #009688 !important;
}
.checkbox-green .ripple,
.radio-green .ripple  {
    background-color: #4caf50 !important;
}
.checkbox-light-green .ripple,
.radio-light-green .ripple  {
    background-color: #8bc34a !important;
}
.checkbox-lime .ripple,
.radio-lime .ripple  {
    background-color: #cddc39 !important;
}
.checkbox-yellow .ripple,
.radio-yellow .ripple  {
    background-color: #ffeb3b !important;
}
.checkbox-amber .ripple,
.radio-amber .ripple  {
    background-color: #ffc107 !important;
}
.checkbox-orange .ripple,
.radio-orange .ripple  {
    background-color: #ff9800 !important;
}
.checkbox-deep-orange .ripple,
.radio-deep-orange .ripple {
    background-color: #ff5722 !important;
}
.checkbox-brown .ripple,
.radio-brown .ripple  {
    background-color: #795548 !important;
}
.checkbox-blue-grey .ripple,
.radio-blue-grey .ripple  {
    background-color: #607d8b !important;
}

/*----------------------------------------------------
             Radio-Specific Styling
-----------------------------------------------------*/
[type="radio"]:not(:checked),
[type="radio"]:checked {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

/* md-radio is the container for the span and the input */
.md-radio {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    vertical-align: -9px;
}
.md-radio input[type="radio"] {
    visibility: hidden;
    position: absolute;
    left: 7px;
    bottom: 7px;
    margin: 0;
    padding: 0;
    outline: none;
    cursor: pointer;
    opacity: 0;
}
.md-radio input[type="radio"] + .rd-in:before {
    position: absolute;
    left: 4px;
    bottom: 8px;
    width: 18px;
    height: 18px;
    font-family: 'Material Design Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    vertical-align: -6px;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    -webkit-font-feature-settings: 'liga';
    font-feature-settings: 'liga';
    -webkit-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 1;
}
.md-radio input[type="radio"] + .rd-in:before {
    content: "\F043D";
    color: #717171;
}
.md-radio input[type="radio"]:checked + .rd-in:before {
    content: "\F043E";
}
.md-radio input[type="radio"]:active:not(:disabled) + .rd-in:before {
    -webkit-transform: scale3d(0.88, 0.88, 1);
    transform: scale3d(0.88, 0.88, 1);
}
.md-radio input[type="radio"]:disabled + .rd-in:before {
    color: rgba(0, 0, 0, 0.157) !important;
}

/*----------------------------------------------------
                    Steppers
-----------------------------------------------------*/
ul.stepper {
    counter-reset: section;
    overflow-y: auto;
    overflow-x: hidden;
}
/* steppers inside cards */
.card-content ul.stepper {
    /*margin: 1em -24px;*/
    padding: 0 24px;
}

@media only screen and (max-width: 766px){
    /* scale down the padding on mobile */
    .card-content ul.stepper {
        padding: 0 10px;
    }
}

@media only screen and (min-width: 993px){
    ul.stepper.horizontal {
        position: relative;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-pack: justify;
        -webkit-box-pack: justify;
        justify-content: space-between;
        min-height: 458px;
    }

    .card-content ul.stepper.horizontal {
        margin-left: -24px;
        margin-right: -24px;
        padding-left: 24px;
        padding-right: 24px;
        overflow: hidden;
    }

    .card-content ul.stepper.horizontal:first-child {
        margin-top: -24px;
    }

    ul.stepper.horizontal:before {
        content: '';
        background-color: transparent;
        width: 100%;
        min-height: 84px;
        -webkit-box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);
        box-shadow: 0px 2px 1px -1px rgba(0,0,0,0.2),0px 1px 1px 0px rgba(0,0,0,0.14),0px 1px 3px 0px rgba(0,0,0,0.12);
        position: absolute;
        left: 0;
    }
}

ul.stepper .wait-feedback {
    left: 0;
    right: 0;
    top: 0;
    z-index: 2;
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

ul.stepper .step {
    position: relative;
}

ul.stepper .step.feedbacking .step-content>*:not(.wait-feedback) {
    opacity: 0.1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
}

@media only screen and (min-width: 993px){
    ul.stepper.horizontal .step {
        position: static;
        margin: 0;
        width: 100%;
        display: -ms-flexbox;
        display: -webkit-box;
        display: flex;
        -ms-flex-align: center;
        -webkit-box-align: center;
        align-items: center;
        height: 84px !important;
    }

    ul.stepper.horizontal>.step:last-of-type, ul.stepper.horizontal>.step[data-last="true"] {
        width: auto !important;
    }

    ul.stepper.horizontal .step:not(:last-of-type):after, ul.stepper.horizontal>.step.active:not(:last-of-type):after{
        content: '';
        position: static;
        display: inline-block;
        width: 100%;
        height: 1px;
    }
}

ul.stepper>li:not(:last-of-type) {
    margin-bottom: 10px;
    -webkit-transition: margin-bottom 0.4s;
    -o-transition: margin-bottom 0.4s;
    transition: margin-bottom 0.4s;
}

ul.stepper .step:not(:last-of-type).active {
    margin-bottom: 36px;
}

ul.stepper .step:before {
    position: absolute;
    top: 12px;
    counter-increment: section;
    content: counter(section);
    height: 28px;
    width: 28px;
    color: white;
    background-color: rgba(0,0,0,0.3);
    border-radius: 50%;
    text-align: center;
    line-height: 28px;
    font-weight: 400;
}

ul.stepper .step.active:before, ul.stepper .step.done:before {
    background-color: #2196f3;
}

ul.stepper .step.done:before {
    content: '\F012C'; /* mdi-check */
    font-size: 16px;
    font-family: 'Material Design Icons';
}

ul.stepper .step.wrong:before {
    content: "\F05D6"; /* mdi-alert-circle-outline */
    font-size: 24px;
    font-family: 'Material Design Icons';
    background-color: red !important;
}

ul.stepper .step-title {
    margin: 0 -24px;
    cursor: pointer;
    padding: 15.5px 44px 24px 64px;
    display: block;
}

@media only screen and (min-width: 993px){
    ul.stepper.horizontal .step.active .step-title:before, ul.stepper.horizontal .step.done .step-title:before {
        background-color: #2196f3;
    }

    ul.stepper.horizontal .step.done .step-title:before {
        content: '\F012C';
        font-size: 16px;
        font-family: 'Material Design Icons';
    }

    ul.stepper.horizontal .step.wrong .step-title:before {
        content: "\F05D6";
        font-size: 24px;
        font-family: 'Material Design Icons';
        background-color: red !important;
    }

    ul.stepper.horizontal .step-title {
        line-height: 84px;
        height: 84px;
        margin: 0;
        padding: 0 25px 0 65px;
        display: inline-block;
        max-width: 220px;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }

    ul.stepper.horizontal .step:before {
        content: none;
    }

    ul.stepper.horizontal .step .step-title:before {
        position: absolute;
        top: 28.5px;
        left: 19px;
        counter-increment: section;
        content: counter(section);
        height: 28px;
        width: 28px;
        color: white;
        background-color: rgba(0,0,0,0.3);
        border-radius: 50%;
        text-align: center;
        line-height: 28px;
        font-weight: 400;
    }
}

ul.stepper .step-title:after {
    content: attr(data-step-label);
    display: block;
    position: absolute;
    font-size: 12.8px;
    font-size: 0.8rem;
    color: #424242;
    font-weight: 400;
}

@media only screen and (min-width: 993px){
    ul.stepper.horizontal .step-title:after {
        top:15px;
    }
}

ul.stepper .step-title:hover {
    background-color: rgba(0, 0, 0, 0.06);
}

ul.stepper .step.active .step-title {
    font-weight: 500;
}

ul.stepper .step-content {
    position: relative;
    display: none;
    height: calc(100% - 132px);
    width: inherit;
    overflow: visible;
    margin-left: 41px;
    margin-right: 24px;
}

@media only screen and (min-width: 993px){
    ul.stepper.horizontal .step-content {
        position: absolute;
        height: calc(100% - 84px);
        top: 84px;
        left: 0;
        width: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        margin: 0;
        padding: 20px 20px 76px 20px;
    }

    .card-content ul.stepper.horizontal .step-content {
        padding-left: 40px;
        padding-right: 40px;
    }
}

ul.stepper>.step:not(:last-of-type):after {
    content: '';
    position: absolute;
    top: 50px;
    left: 13.5px;
    width: 1px;
    height: 40%;
    height: calc(100% - 38px);
    background-color: rgba(0,0,0,0.1);
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}

ul.stepper>.step.active:not(:last-child):after {
    height: 93%;
    height: calc(100% - 12px);
}

ul.stepper>.step[data-last="true"]:after {
    height: 0;
    width: 0;
}

ul.stepper>.step[data-last="true"] {
    margin-bottom: 0;
}

ul.stepper .step-actions {
    padding-top: 16px;
    -webkit-display: flex;
    -moz-display: flex;
    -ms-display: flex;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
}

ul.stepper .step-actions .btn:not(:last-child), ul.stepper .step-actions .btn-flat:not(:last-child), ul.stepper .step-actions .btn-large:not(:last-child) {
    margin-right:5px;
}

@media only screen and (min-width: 993px){
    ul.stepper.horizontal .step-actions .btn:not(:last-child), ul.stepper.horizontal .step-actions .btn-flat:not(:last-child), ul.stepper.horizontal .step-actions .btn-large:not(:last-child) {
        margin-left:5px;
        margin-right:0;
    }

    ul.stepper.horizontal .step-actions {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        padding: 20px;
        background-color: #fff;
        -ms-flex-direction: row-reverse;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        flex-direction: row-reverse;
    }

    .card-content ul.stepper.horizontal .step-actions {
        padding-left: 40px;
        padding-right: 40px;
    }
}

ul.stepper .step-content .row {
    margin-bottom: 7px;
}

/*----------------------------------------------------
                Special Cases
-----------------------------------------------------*/
/* fix for datatables search misalignment and label size when using material design */
div[id*='_filter'] .form-control,  div[id*='_length'] .form-control{
    vertical-align: baseline;
}
div[id*='_filter'] label,  div[id*='_length'] label{
    font-size: 1em;
}

/*----------------------------------------------------
                  Placeholders
-----------------------------------------------------*/
/* subcategory for login forms - doesnt always work */
/* remove yellow autofill */
.std-login input:-webkit-autofill,
.std-login input:-webkit-autofill:hover,
.std-login input:-webkit-autofill:focus,
.std-login input:-webkit-autofill:active {
    -webkit-transition: background-color 5000s ease-in-out 0s;
    -o-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0px 1000px #424242 inset;
    -webkit-text-fill-color: #fff !important;
}

::-webkit-input-placeholder {
    color: #d1d1d1
}

:-moz-placeholder {
    color: #d1d1d1
}

::-moz-placeholder {
    color: #d1d1d1
}

:-ms-input-placeholder {
    color: #d1d1d1
}

@-webkit-keyframes autofill {
    to {
        color: inherit;
        background: transparent;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}


/*----------------------------------------------------
         Inputs (not checkboxes or radios)
-----------------------------------------------------*/
/* general input styling */
input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search],
select.md-select,
div.select-wrapper, 
textarea.md-textarea {
    -webkit-box-ordinal-group: 3;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    order: 2;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-size: 1em;
    line-height: 2rem;
    height: 2.3rem;
    border-radius: 0;
    margin: 0 0 10px 0;
    outline: none;
    padding: 0;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    width: 100%;  
}

/* colors for borders */
input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
select:focus:not([readonly]),
div.select-wrapper:focus:not([readonly]),
textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #337ab7; 
    -webkit-box-shadow: 0 1px 0 0 #337ab7; 
    box-shadow: 0 1px 0 0 #337ab7; 
}

input:not([type]).invalid, input:not([type]):focus.invalid,
input[type=text].invalid,
input[type=text]:focus.invalid,
input[type=password].invalid,
input[type=password]:focus.invalid,
input[type=email].invalid,
input[type=email]:focus.invalid,
input[type=url].invalid,
input[type=url]:focus.invalid,
input[type=time].invalid,
input[type=time]:focus.invalid,
input[type=date].invalid,
input[type=date]:focus.invalid,
input[type=datetime].invalid,
input[type=datetime]:focus.invalid,
input[type=datetime-local].invalid,
input[type=datetime-local]:focus.invalid,
input[type=tel].invalid,
input[type=tel]:focus.invalid,
input[type=number].invalid,
input[type=number]:focus.invalid,
input[type=search].invalid,
input[type=search]:focus.invalid,
textarea.materialize-textarea.invalid,
textarea.materialize-textarea:focus.invalid,
select.md-select.invalid,
select.md-select:focus.invalid,
div.select-wrapper.invalid,
div.select-wrapper:focus.invalid {
    border-bottom: 1px solid #F44336;
    -webkit-box-shadow: 0 1px 0 0 #F44336;
    box-shadow: 0 1px 0 0 #F44336;
}

input:not([type]).invalid + label:after,
input:not([type]):focus.invalid + label:after,
input[type=text].invalid + label:after,
input[type=text]:focus.invalid + label:after,
input[type=password].invalid + label:after,
input[type=password]:focus.invalid + label:after,
input[type=email].invalid + label:after,
input[type=email]:focus.invalid + label:after,
input[type=url].invalid + label:after,
input[type=url]:focus.invalid + label:after,
input[type=time].invalid + label:after,
input[type=time]:focus.invalid + label:after,
input[type=date].invalid + label:after,
input[type=date]:focus.invalid + label:after,
input[type=datetime].invalid + label:after,
input[type=datetime]:focus.invalid + label:after,
input[type=datetime-local].invalid + label:after,
input[type=datetime-local]:focus.invalid + label:after,
input[type=tel].invalid + label:after,
input[type=tel]:focus.invalid + label:after,
input[type=number].invalid + label:after,
input[type=number]:focus.invalid + label:after,
input[type=search].invalid + label:after,
input[type=search]:focus.invalid + label:after,
textarea.materialize-textarea.invalid + label:after,
textarea.materialize-textarea:focus.invalid + label:after,
select.md-select.invalid + label:after,
select.md-select:focus.invalid + label:after {
    color: #F44336;
    opacity: 1;
}

/*----------------------------------------------------
               Optional Input Colors
-----------------------------------------------------*/
.md-form-group.input-deep-red > label.active {
    color: #ad0000; /* deep-red */
}
.md-form-group.input-deep-red input[type]:focus,
.md-form-group.input-deep-red textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #ad0000;
    -webkit-box-shadow: 0 1px 0 0 #ad0000;
    box-shadow: 0 1px 0 0 #ad0000;
}
.md-form-group.input-moot-red > label.active {
    color: #e51c23; /* moot-red */
}
.md-form-group.input-moot-red input[type]:focus,
.md-form-group.input-moot-red textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #e51c23;
    -webkit-box-shadow: 0 1px 0 0 #e51c23;
    box-shadow: 0 1px 0 0 #e51c23;
}
.md-form-group.input-red > label.active {
    color: #f44336;
}
.md-form-group.input-red input[type]:focus ,
.md-form-group.input-red textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #f44336;
    -webkit-box-shadow: 0 1px 0 0 #f44336;
    box-shadow: 0 1px 0 0 #f44336;
}
.md-form-group.input-pink > label.active {
    color: #e91e63; 
}
.md-form-group.input-pink input[type]:focus,
.md-form-group.input-pink textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #e91e63;
    -webkit-box-shadow: 0 1px 0 0 #e91e63;
    box-shadow: 0 1px 0 0 #e91e63;
}
.md-form-group.input-purple > label.active {
    color: #9c27b0;
}
.md-form-group.input-purple input[type]:focus,
.md-form-group.input-purple textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #9c27b0;
    -webkit-box-shadow: 0 1px 0 0 #9c27b0;
    box-shadow: 0 1px 0 0 #9c27b0;
}
.md-form-group.input-deep-purple > label.active {
    color: #673ab7;
}
.md-form-group.input-deep-purple input[type]:focus,
.md-form-group.input-deep-purple textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #673ab7;
    -webkit-box-shadow: 0 1px 0 0 #673ab7;
    box-shadow: 0 1px 0 0 #673ab7;
}
.md-form-group.input-indigo > label.active {
    color: #3f51b5;
}
.md-form-group.input-indigo input[type]:focus,
.md-form-group.input-indigo textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #3f51b5;
    -webkit-box-shadow: 0 1px 0 0 #3f51b5;
    box-shadow: 0 1px 0 0 #3f51b5;
}
.md-form-group.input-blue > label.active {
    color: #03a9f4;
}
.md-form-group.input-blue input[type]:focus,
.md-form-group.input-blue textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #03a9f4;
    -webkit-box-shadow: 0 1px 0 0 #03a9f4;
    box-shadow: 0 1px 0 0 #03a9f4;
}
.md-form-group.input-light-blue > label.active {
    color: #03a9f4;
}
.md-form-group.input-light-blue input[type]:focus,
.md-form-group.input-light-blue textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #03a9f4;
    -webkit-box-shadow: 0 1px 0 0 #03a9f4;
    box-shadow: 0 1px 0 0 #03a9f4;
}
.md-form-group.input-cyan > label.active {
    color: #00bcd4;
}
.md-form-group.input-cyan input[type]:focus,
.md-form-group.input-cyan textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #00bcd4;
    -webkit-box-shadow: 0 1px 0 0 #00bcd4;
    box-shadow: 0 1px 0 0 #00bcd4;
}
.md-form-group.input-teal > label.active {
    color: #009688;
}
.md-form-group.input-teal input[type]:focus,
.md-form-group.input-teal textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #009688;
    -webkit-box-shadow: 0 1px 0 0 #009688;
    box-shadow: 0 1px 0 0 #009688;
}
.md-form-group.input-green > label.active {
    color: #4caf50; 
}
.md-form-group.input-green input[type]:focus,
.md-form-group.input-green textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #4caf50;
    -webkit-box-shadow: 0 1px 0 0 #4caf50;
    box-shadow: 0 1px 0 0 #4caf50;
}
.md-form-group.input-light-green > label.active {
    color: #8bc34a;
}
.md-form-group.input-light-green input[type]:focus,
.md-form-group.input-light-green textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #8bc34a;
    -webkit-box-shadow: 0 1px 0 0 #8bc34a;
    box-shadow: 0 1px 0 0 #8bc34a;
}
.md-form-group.input-lime > label.active {
    color: #cddc39;
}
.md-form-group.input-lime input[type]:focus,
.md-form-group.input-lime textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #cddc39;
    -webkit-box-shadow: 0 1px 0 0 #cddc39;
    box-shadow: 0 1px 0 0 #cddc39;
}
.md-form-group.input-yellow > label.active {
    color: #ffeb3b;
}
.md-form-group.input-yellow input[type]:focus,
.md-form-group.input-yellow textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #ffeb3b;
    -webkit-box-shadow: 0 1px 0 0 #ffeb3b;
    box-shadow: 0 1px 0 0 #ffeb3b;
}
.md-form-group.input-amber > label.active {
    color: #ffc107;
}
.md-form-group.input-amber input[type]:focus,
.md-form-group.input-amber textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #ffc107;
    -webkit-box-shadow: 0 1px 0 0 #ffc107;
    box-shadow: 0 1px 0 0 #ffc107;
}
.md-form-group.input-orange > label.active {
    color: #ff9800;
}
.md-form-group.input-orange input[type]:focus,
.md-form-group.input-orange textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #ff9800;
    -webkit-box-shadow: 0 1px 0 0 #ff9800;
    box-shadow: 0 1px 0 0 #ff9800;
}
.md-form-group.input-deep-orange > label.active {
    color: #ff5722;
}
.md-form-group.input-deep-orange input[type]:focus,
.md-form-group.input-deep-orange textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #ff5722;
    -webkit-box-shadow: 0 1px 0 0 #ff5722;
    box-shadow: 0 1px 0 0 #ff5722;
}
.md-form-group.input-brown > label.active {
    color: #795548;
}
.md-form-group.input-brown input[type]:focus,
.md-form-group.input-brown textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #795548;
    -webkit-box-shadow: 0 1px 0 0 #795548;
    box-shadow: 0 1px 0 0 #795548;
}
.md-form-group.input-blue-grey > label.active {
    color: #607d8b;
}
.md-form-group.input-blue-grey input[type]:focus,
.md-form-group.input-blue-grey textarea.md-textarea:focus:not([readonly]) {
    border-bottom: 1px solid #607d8b;
    -webkit-box-shadow: 0 1px 0 0 #607d8b;
    box-shadow: 0 1px 0 0 #607d8b;
}

textarea.md-textarea {
    height: 3rem;
}

/*----------------------------------------------------
             File Fields Style
-----------------------------------------------------*/
.file-field input.file-path.valid {
    border-bottom: 1px solid #4CAF50 !important;
    -webkit-box-shadow: 0 1px 0 0 #4CAF50;
    box-shadow: 0 1px 0 0 #4CAF50;
}

.file-field input.file-path.invalid {
    border-bottom: 1px solid #F44336 !important;
    -webkit-box-shadow: 0 1px 0 0 #F44336;
    box-shadow: 0 1px 0 0 #F44336;
}

/*----------------------------------------------------
             Select Styling
-----------------------------------------------------*/
select {
    width: 100%;
    text-indent: 1px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

select.browser-default {
    display: block;
}

/* for a custom select arrow */
select.md-custom-sel {
    -webkit-appearance: none;
    -moz-appearance: none;
}

label.select-arrow {
    margin-left: -30px;
}

/* force browser to render select options in black */
select option {
    color: #000;
}

.select-wrapper {
    border-bottom: none !important;
    position: relative;
}

.select-wrapper input.select-dropdown {
    position: relative;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #9e9e9e;
    outline: none;
    width: 100%;
    margin: 0 0 8px 0;
    padding: 0;
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 1;
}


.select-wrapper input.select-dropdown:disabled {
    color: rgba(0, 0, 0, 0.3);
    cursor: default;
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -ms-user-select: none;
    /* IE10+ */
    border-bottom: 1px dotted rgba(0, 0, 0, 0.3);
}

.select-wrapper .postfix-inline {
    cursor: pointer;
}

.select-wrapper .m-caret {
    position: absolute;
    right: .2rem;
    top: 0;
    bottom: 0;
    margin: auto 0;
    z-index: 0;
    fill: rgba(0, 0, 0, 0.87);
}

/*---------------------------------------------------
                File Inputs
----------------------------------------------------*/
.file-field {
    position: relative;
}

.file-field .file-path-wrapper {
    overflow: hidden;
    padding-left: 10px;
}

.file-field input.file-path {
    width: 100%;
    height: 3rem; /* override the 2rem height adjustment */
}

.file-field .btn, .file-field .btn-large {
    float: left;
    height: 3rem;
    line-height: 3rem;
}

.file-field span {
    cursor: pointer;
}

.file-field input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.drag-drop-hover {
    background: -webkit-repeating-linear-gradient(
        45deg,
        #fff,
        #fff 10px,
        #eee 10px,
        #eee 20px
        );
    background: -o-repeating-linear-gradient(
        45deg,
        #fff,
        #fff 10px,
        #eee 10px,
        #eee 20px
        );
    background: repeating-linear-gradient(
        45deg,
        #fff,
        #fff 10px,
        #eee 10px,
        #eee 20px
        );
}

/*---------------------------------------------------
                 Progress Bars
----------------------------------------------------*/
.progress {
    position: relative;
    height: 4px;
    display: block;
    width: 100%;
    background-color: #acece6;
    border-radius: 2px;
    margin: 0.5rem 0 1rem 0;
    overflow: hidden;
}

.progress .determinate {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    background-color: #26a69a;
    -webkit-transition: width .3s linear;
    -o-transition: width .3s linear;
    transition: width .3s linear;
}

.progress .indeterminate {
    background-color: #26a69a;
}

.progress .indeterminate:before {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
    animation: indeterminate 2.1s cubic-bezier(0.65, 0.815, 0.735, 0.395) infinite;
}

.progress .indeterminate:after {
    content: '';
    position: absolute;
    background-color: inherit;
    top: 0;
    left: 0;
    bottom: 0;
    will-change: left, right;
    -webkit-animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    animation: indeterminate-short 2.1s cubic-bezier(0.165, 0.84, 0.44, 1) infinite;
    -webkit-animation-delay: 1.15s;
    animation-delay: 1.15s;
}

@-webkit-keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@keyframes indeterminate {
    0% {
        left: -35%;
        right: 100%;
    }
    60% {
        left: 100%;
        right: -90%;
    }
    100% {
        left: 100%;
        right: -90%;
    }
}

@-webkit-keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

@keyframes indeterminate-short {
    0% {
        left: -200%;
        right: 100%;
    }
    60% {
        left: 107%;
        right: -8%;
    }
    100% {
        left: 107%;
        right: -8%;
    }
}

/*----------------------------------------------------
             Blockquote Styling
-----------------------------------------------------*/
/* override default bootstrap blockquote style */
blockquote {
    border-color: #ad0000 !important;
    font-size: inherit !important;
}

/* -------------------------------------------------
            Datepicker - Air Datepicker
   ------------------------------------------------- */
.datepickers-container {
    position: absolute;
    left: 0;
    top: 0; 
}
@media print {
    .datepickers-container {
        display: none; 
    } 
}
/* datepicker element */
.datepicker {
    background: #fff;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-family: inherit;
    font-size: 1em;
    color: #4a4a4a;
    width: 250px;
    position: absolute;
    left: -100000px;
    opacity: 0;
    transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
    -webkit-transition: opacity 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s, -webkit-transform 0.3s ease;
    z-index: 100; 
}
/* transitions */
.datepicker.-from-top- {
    -webkit-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    transform: translateY(-8px); 
}
.datepicker.-from-right- {
    -webkit-transform: translateX(8px);
    -ms-transform: translateX(8px);
    transform: translateX(8px); 
}
.datepicker.-from-bottom- {
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px); 
}
.datepicker.-from-left- {
    -webkit-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    transform: translateX(-8px); 
}
.datepicker.active {
    opacity: 1;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    -webkit-transition: opacity 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
    -o-transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
    transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s, -webkit-transform 0.3s ease;
}
/* always shown option */
.datepicker-inline .datepicker {
    border-color: #d7d7d7;
    -webkit-box-shadow: none;
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none; 
}

.datepicker-inline .datepicker--pointer {
    display: none; 
}

/* datepicker dates table */
.datepicker--content {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 4px; 
}
.-only-timepicker- .datepicker--content {
    display: none; 
}
.datepicker--body {
    display: none; 
}
.datepicker--body.active {
    display: block; 
}

.datepicker--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1; 
}
.-top-left- .datepicker--pointer, .-top-center- .datepicker--pointer, .-top-right- .datepicker--pointer {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg); 
}
.-right-top- .datepicker--pointer, .-right-center- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    right: calc(100% - 4px);
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg);
}
.-bottom-left- .datepicker--pointer, .-bottom-center- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}
.-left-top- .datepicker--pointer, .-left-center- .datepicker--pointer, .-left-bottom- .datepicker--pointer {
    left: calc(100% - 4px);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.-top-left- .datepicker--pointer, .-bottom-left- .datepicker--pointer {
    left: 10px;
}
.-top-right- .datepicker--pointer, .-bottom-right- .datepicker--pointer {
    right: 10px;
}
.-top-center- .datepicker--pointer, .-bottom-center- .datepicker--pointer {
    left: calc(50% - 10px / 2);
}
.-left-top- .datepicker--pointer, .-right-top- .datepicker--pointer {
    top: 10px;
}
.-left-bottom- .datepicker--pointer, .-right-bottom- .datepicker--pointer {
    bottom: 10px; 
}
.-left-center- .datepicker--pointer, .-right-center- .datepicker--pointer {
    top: calc(50% - 10px / 2);
}

/* -------------------------------------------------
    Datepicker cells
   ------------------------------------------------- */
.datepicker--cells {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.datepicker--cell {
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 32px;
    z-index: 1; 
}
.datepicker--cell.-focus- {
    background: #f0f0f0; 
}
.datepicker--cell.-current- {
    color: #4EB5E6; 
}
.datepicker--cell.-current-.-focus- {
    color: #4a4a4a; 
}
.datepicker--cell.-current-.-in-range- {
    color: #4EB5E6; 
}
.datepicker--cell.-in-range- {
    background: rgba(92, 196, 239, 0.1);
    color: #4a4a4a;
    border-radius: 0; 
}
.datepicker--cell.-in-range-.-focus- {
    background-color: rgba(92, 196, 239, 0.2); 
}
.datepicker--cell.-disabled- {
    cursor: default;
    color: #aeaeae; 
}
.datepicker--cell.-disabled-.-focus- {
    color: #aeaeae; 
}
.datepicker--cell.-disabled-.-in-range- {
    color: #a1a1a1;
}
.datepicker--cell.-disabled-.-current-.-focus- {
    color: #aeaeae;
}
.datepicker--cell.-range-from- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 4px 0 0 4px; 
}
.datepicker--cell.-range-to- {
    border: 1px solid rgba(92, 196, 239, 0.5);
    background-color: rgba(92, 196, 239, 0.1);
    border-radius: 0 4px 4px 0;
}
.datepicker--cell.-range-from-.-range-to- {
    border-radius: 4px; 
}
.datepicker--cell.-selected- {
    color: #fff;
    border: none;
    background: #5cc4ef; 
}
.datepicker--cell.-selected-.-current- {
    color: #fff;
    background: #5cc4ef; 
}
.datepicker--cell.-selected-.-focus- {
    background: #45bced;
}
.datepicker--cell:empty {
    cursor: default;
}
/* cells styling */
.datepicker--cell-day {
    width: 14.28571%; 
}
.datepicker--cells-months {
    height: 170px;
}

.datepicker--cell-month {
    width: 33.33%;
    height: 25%; 
}
.datepicker--years {
    height: 170px; 
}
.datepicker--cells-years {
    height: 170px; 
}
.datepicker--cell-year {
    width: 25%;
    height: 33.33%; 
}
.datepicker--cell-day.-other-month-, .datepicker--cell-year.-other-decade- {
    color: #dedede; 
}
.datepicker--cell-day.-other-month-:hover, .datepicker--cell-year.-other-decade-:hover {
    color: #c5c5c5;
}
.-disabled-.-focus-.datepicker--cell-day.-other-month-, .-disabled-.-focus-.datepicker--cell-year.-other-decade- {
    color: #dedede;
}
.-selected-.datepicker--cell-day.-other-month-, .-selected-.datepicker--cell-year.-other-decade- {
    color: #fff;
    background: #a2ddf6;
}
.-selected-.-focus-.datepicker--cell-day.-other-month-, .-selected-.-focus-.datepicker--cell-year.-other-decade- {
    background: #8ad5f4;
}
.-in-range-.datepicker--cell-day.-other-month-, .-in-range-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.1);
    color: #cccccc;
}
.-in-range-.-focus-.datepicker--cell-day.-other-month-, .-in-range-.-focus-.datepicker--cell-year.-other-decade- {
    background-color: rgba(92, 196, 239, 0.2);
}
.datepicker--cell-day.-other-month-:empty, .datepicker--cell-year.-other-decade-:empty {
    background: none;
    border: none;
}

.datepicker--days-names {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 8px 0 3px; 
}

.datepicker--day-name {
    color: #FF9A19;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em; 
}

/* -------------------------------------------------
    Navigation
   ------------------------------------------------- */
.datepicker--nav {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #efefef;
    min-height: 32px;
    padding: 4px; 
    /* override Moot standards */
    background-color: #fff;
    width: auto !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: auto !important;
}
.-only-timepicker- .datepicker--nav {
    display: none; 
}

.datepicker--nav-title,
.datepicker--nav-action {
    /* next/prev are svgs */
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    cursor: pointer;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center; 
    /* override Moot standards */
    color: rgba(0,0,0,.645);
    font-size: 1.4em;
}

.datepicker--nav-action {
    width: 32px;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
}
.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
    background: rgba(20,20,20,.1); 
}
.datepicker--nav-action.-disabled- {
    visibility: hidden; 
}
.datepicker--nav-action svg {
    width: 32px;
    height: 32px; 
}
.datepicker--nav-action path {
    fill: none;
    stroke: #9c9c9c;
    stroke-width: 2px; 
}

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px; 
}
.datepicker--nav-title i {
    font-style: normal;
    font-size: inherit;
    margin-left: 5px; 
}
.datepicker--nav-title.-disabled- {
    cursor: default;
    background: none; 
}

.datepicker--buttons {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 4px;
    border-top: 1px solid #efefef; 
}
.datepicker--button {
    color: #4EB5E6;
    cursor: pointer;
    border-radius: 4px;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    height: 32px; 
}
.datepicker--button:hover {
    color: #4a4a4a;
    background: #f0f0f0; 
}

/* -------------------------------------------------
    Timepicker
   ------------------------------------------------- */
.datepicker--time {
    border-top: 1px solid #efefef;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 4px;
    position: relative; 
}
.datepicker--time.-am-pm- .datepicker--time-sliders {
    -ms-flex: 0 1 138px;
    -webkit-box-flex: 0;
    flex: 0 1 138px;
    max-width: 138px; 
}
.-only-timepicker- .datepicker--time {
    border-top: none; 
}

.datepicker--time-sliders {
    -ms-flex: 0 1 153px;
    -webkit-box-flex: 0;
    flex: 0 1 153px;
    margin-right: 10px;
    max-width: 153px; 
}

.datepicker--time-label {
    display: none;
    font-size: 12px; 
}

.datepicker--time-current {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center;
    margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
    margin: 0 2px 3px;
    line-height: 1; 
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1; 
}
.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
    content: '';
    background: #f0f0f0;
    border-radius: 4px;
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0; 
}
.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
    opacity: 1; 
}

.datepicker--time-current-ampm {
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    color: #9c9c9c;
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px;
}

.datepicker--time-row {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: -webkit-gradient(linear, left top, right top, from(#dedede), to(#dedede)) left 50%/100% 1px no-repeat;
    background: -webkit-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
    background: -o-linear-gradient(left, #dedede, #dedede) left 50%/100% 1px no-repeat;
    background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}
.datepicker--time-row:first-child {
    margin-bottom: 4px; 
}
.datepicker--time-row input[type='range'] {
    background: none;
    cursor: pointer;
    -ms-flex: 1;
    -webkit-box-flex: 1;
    flex: 1;
    height: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
    -webkit-appearance: none; 
}
.datepicker--time-row input[type='range']::-ms-tooltip {
    display: none; 
}
.datepicker--time-row input[type='range']:hover::-webkit-slider-thumb {
    border-color: #b8b8b8; 
}
.datepicker--time-row input[type='range']:hover::-moz-range-thumb {
    border-color: #b8b8b8; 
}
.datepicker--time-row input[type='range']:hover::-ms-thumb {
    border-color: #b8b8b8; 
}
.datepicker--time-row input[type='range']:focus {
    outline: none; 
}
.datepicker--time-row input[type='range']:focus::-webkit-slider-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef; 
}
.datepicker--time-row input[type='range']:focus::-moz-range-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef;
}
.datepicker--time-row input[type='range']:focus::-ms-thumb {
    background: #5cc4ef;
    border-color: #5cc4ef; 
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
}
.datepicker--time-row input[type='range']::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
}
.datepicker--time-row input[type='range']::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid #dedede;
    background: #fff;
    cursor: pointer;
    -webkit-transition: background .2s;
    -o-transition: background .2s;
    transition: background .2s;
}
.datepicker--time-row input[type='range']::-webkit-slider-thumb {
    margin-top: -6px; }
.datepicker--time-row input[type='range']::-webkit-slider-runnable-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent;
}
.datepicker--time-row input[type='range']::-moz-range-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent;
}
.datepicker--time-row input[type='range']::-ms-track {
    border: none;
    height: 1px;
    cursor: pointer;
    color: transparent;
    background: transparent;
}
.datepicker--time-row input[type='range']::-ms-fill-lower {
    background: transparent; 
}
.datepicker--time-row input[type='range']::-ms-fill-upper {
    background: transparent; 
}
.datepicker--time-row span {
    padding: 0 12px;
}

.datepicker--time-icon {
    color: #9c9c9c;
    border: 1px solid;
    border-radius: 50%;
    font-size: 16px;
    position: relative;
    margin: 0 5px -1px 0;
    width: 1em;
    height: 1em;
}
.datepicker--time-icon:after, .datepicker--time-icon:before {
    content: '';
    background: currentColor;
    position: absolute;
}
.datepicker--time-icon:after {
    height: .4em;
    width: 1px;
    left: calc(50% - 1px);
    top: calc(50% + 1px);
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}
.datepicker--time-icon:before {
    width: .4em;
    height: 1px;
    top: calc(50% + 1px);
    left: calc(50% - 1px); 
}

/*----------------------------------------------------
           Datepicker - Dately
-----------------------------------------------------*/
/* main datepicker div */
.dately {
    background: #fff;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    font-family: inherit;
    font-size: 1em;
    color: #4a4a4a;
    width: 250px;
    height: auto;
    position: absolute;
    left: -100000px;
}
.dately-cal-container {
    padding: 4px;
}
.dately-calendar {
    width: 100%;
    height: 50%;
    text-align: center;
}
.dately a {
    text-decoration: none;
}
.dately-header {
    border-bottom: 1px solid #efefef;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    min-height: 32px;
    padding: 4px;
    background-color: #fff;
    width: auto !important;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 64px;
}
.dately-title {
    text-align: center;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.dately th {
    color: #FF9A19;
    font-family: inherit;
    font-weight: normal;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: .8em;
}
.dately-prev, .dately-next {
    position: relative;
    color: #333 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    border-radius: 4px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 24px;
}
.dately-next:not(.-disabled-):hover, .dately-prev:not(.-disabled-):hover {
    background: #f0f0f0;
}
.dately-prev > i, .dately-next > i {
    width: 100%;
}
.dately-prev.-disabled- > i {
    display: none !important;
}
.dately td span, .dately td a {
    display: inline-block;
    text-align: center;
    width: 32px;
    height: 32px;
    line-height: 32px;
    border-radius: 4px;
}
.-default- {
    color: #333;
}
.dately-unselectable .-default- {
    color: #aeaeae;
}
.dately-calendar .-hover- {
    background: #f0f0f0;
    color: #333;
}
.dately-calendar .-active- {
    background: #5cc4ef;
    color: #fff;
    border: none;
    position: relative;
}
.dately-calendar .-highlight- {
    border: 1px solid #f0f0f0;
}
.dately-other-month .-default- {
    color: #dedede !important;
}
.dately--pointer {
    position: absolute;
    background: #fff;
    border-top: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
    width: 10px;
    height: 10px;
    z-index: -1;
    left: 10px;
}
.dately--pointer.-dately-top- {
    top: calc(100% - 4px);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.dately--pointer.-dately-bottom- {
    bottom: calc(100% - 4px);
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg);
}

/*----------------------------------------------------
                    Timepicker
-----------------------------------------------------*/
.bootstrap-timepicker {
    position: relative;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
    left: auto;
    right: 0;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
    left: auto;
    right: 12px;
}
.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
    left: auto;
    right: 13px;
}
.bootstrap-timepicker .input-group-addon {
    cursor: pointer;
}
.bootstrap-timepicker .input-group-addon i {
    display: inline-block;
    width: 16px;
    height: 16px;
}
.bootstrap-timepicker-widget.dropdown-menu {
    padding: 4px;
}
.bootstrap-timepicker-widget.dropdown-menu.open {
    display: inline-block;
}
.bootstrap-timepicker-widget.dropdown-menu:before {
    border-bottom: 7px solid rgba(0, 0, 0, 0.2);
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
}
.bootstrap-timepicker-widget.dropdown-menu:after {
    border-bottom: 6px solid #FFFFFF;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    position: absolute;
}
.bootstrap-timepicker-widget.timepicker-orient-left:before {
    left: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-left:after {
    left: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:before {
    right: 6px;
}
.bootstrap-timepicker-widget.timepicker-orient-right:after {
    right: 7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:before {
    top: -7px;
}
.bootstrap-timepicker-widget.timepicker-orient-top:after {
    top: -6px;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
    bottom: -7px;
    border-bottom: 0;
    border-top: 7px solid #999;
}
.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
    bottom: -6px;
    border-bottom: 0;
    border-top: 6px solid #ffffff;
}
.bootstrap-timepicker-widget a.btn,
.bootstrap-timepicker-widget input {
    border-radius: 4px;
}
.bootstrap-timepicker-widget table {
    width: 100%;
    margin: 0;
}
.bootstrap-timepicker-widget table td {
    text-align: center;
    height: 30px;
    margin: 0;
    padding: 2px;
}
.bootstrap-timepicker-widget table td:not(.separator) {
    min-width: 30px;
}
.bootstrap-timepicker-widget table td span {
    width: 100%;
}
.bootstrap-timepicker-widget table td a {
    border: 1px transparent solid;
    width: 100%;
    display: inline-block;
    margin: 0;
    outline: 0;
    color: #333;
}
.bootstrap-timepicker-widget table td a:hover {
    text-decoration: none;
    background-color: #eee;
    border-radius: 4px;
    border-color: #ddd;
}
.bootstrap-timepicker-widget table td a i {
    margin-top: 2px;
    font-size: 18px;
}
.bootstrap-timepicker-widget table td input {
    width: 25px;
    margin: 0;
    text-align: center;
}
.bootstrap-timepicker-widget .modal-content {
    padding: 4px;
}
@media (min-width: 767px) {
    .bootstrap-timepicker-widget.modal {
        width: 200px;
        margin-left: -100px;
    }
}
@media (max-width: 767px) {
    .bootstrap-timepicker {
        width: 100%;
    }
    .bootstrap-timepicker .dropdown-menu {
        width: 100%;
    }
}

/*----------------------------------------------------
                    Animations
-----------------------------------------------------*/
/* pop in animation for cards */
.pop-in {
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    -webkit-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    -o-transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

/* display animation in the intial state */
.display-animation > * {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}

.display-animation > .animated {
    -webkit-animation: display 0.5s cubic-bezier(0.55, 0, 0.1, 1) forwards;
    animation: display 0.5s cubic-bezier(0.55, 0, 0.1, 1) forwards;
}

.no-js .display-animation > * {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

@keyframes display {
    from {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
/* opera */
/* IE 11 and below */
/* firefox */

/* chrome */
@-webkit-keyframes display {
    from {
        -webkit-transform: scale(0);
    }
    to {
        -webkit-transform: scale(1);
    }
}

/* 
   pre-loader animation for content
   this is an SVG so it doesnt work in IE
*/
.showbox {
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 5%;
}

.loader {
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 4rem;
}

.loader:before {
    content: '';
    display: block;
    padding-top: 50%; 
}

.circular {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    height: 100%;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.path {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
    stroke-linecap: round;
}

@-webkit-keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 200;
        stroke-dashoffset: 0;
    }
    50% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -35px;
    }
    100% {
        stroke-dasharray: 89, 200;
        stroke-dashoffset: -124px;
    }
}

@-webkit-keyframes color {
    100%,
    0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%,
    90% {
        stroke: #ffa700
    }
}

@keyframes color {
    100%,
    0% {
        stroke: #d62d20;
    }
    40% {
        stroke: #0057e7;
    }
    66% {
        stroke: #008744;
    }
    80%,
    90% {
        stroke: #ffa700
    }
}

/* standard preloader, non-SVG, cross browser compatible */
.preloader {
    margin: 5px auto 0 auto;
}
/* 
.*-centered allows for the centering of the preloader
<div class="preloader small-centered">
*/
.preloader-wrapper, .preloader-wrapper.normal-centered {
    display: inline-block;
    position: relative;
    width: 48px;
    height: 48px;
}

.preloader-wrapper.small, .preloader.small-centered {
    width: 36px;
    height: 36px;
}

.preloader-wrapper.big, .preloader.big-centered {
    width: 64px;
    height: 64px;
}

.preloader-wrapper.active {
    /* duration: 360 * ARCTIME / (ARCSTARTROT + (360-ARCSIZE)) */
    -webkit-animation: container-rotate 1568ms linear infinite;
    animation: container-rotate 1568ms linear infinite;
}

@-webkit-keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes container-rotate {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-layer {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    border-color: #26a69a;
}

.spinner-blue,
.spinner-blue-only {
    border-color: #4285f4;
}

.spinner-red,
.spinner-red-only {
    border-color: #db4437;
}

.spinner-yellow,
.spinner-yellow-only {
    border-color: #f4b400;
}

.spinner-green,
.spinner-green-only {
    border-color: #0f9d58;
}

/**
 * IMPORTANT NOTE ABOUT CSS ANIMATION PROPERTIES (keanulee):
 *
 * iOS Safari (tested on iOS 8.1) does not handle animation-delay very well - it doesn't
 * guarantee that the animation will start _exactly_ after that value. So we avoid using
 * animation-delay and instead set custom keyframes for each color (as redundant as it
 * seems).
 *
 * We write out each animation in full (instead of separating animation-name,
 * animation-duration, etc.) because under the polyfill, Safari does not recognize those
 * specific properties properly, treats them as -webkit-animation, and overrides the
 * other animation rules. See https://github.com/Polymer/platform/issues/53.
 */
.active .spinner-layer.spinner-blue {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, blue-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-red {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, red-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-yellow {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, yellow-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer.spinner-green {
    /* durations: 4 * ARCTIME */
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both, green-fade-in-out 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .spinner-layer,
.active .spinner-layer.spinner-blue-only,
.active .spinner-layer.spinner-red-only,
.active .spinner-layer.spinner-yellow-only,
.active .spinner-layer.spinner-green-only {
    /* durations: 4 * ARCTIME */
    opacity: 1;
    -webkit-animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: fill-unfill-rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
    }
    /* 0.5 * ARCSIZE */
    25% {
        -webkit-transform: rotate(270deg);
    }
    /* 1   * ARCSIZE */
    37.5% {
        -webkit-transform: rotate(405deg);
    }
    /* 1.5 * ARCSIZE */
    50% {
        -webkit-transform: rotate(540deg);
    }
    /* 2   * ARCSIZE */
    62.5% {
        -webkit-transform: rotate(675deg);
    }
    /* 2.5 * ARCSIZE */
    75% {
        -webkit-transform: rotate(810deg);
    }
    /* 3   * ARCSIZE */
    87.5% {
        -webkit-transform: rotate(945deg);
    }
    /* 3.5 * ARCSIZE */
    to {
        -webkit-transform: rotate(1080deg);
    }
    /* 4   * ARCSIZE */
}

@keyframes fill-unfill-rotate {
    12.5% {
        -webkit-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    /* 0.5 * ARCSIZE */
    25% {
        -webkit-transform: rotate(270deg);
        transform: rotate(270deg);
    }
    /* 1   * ARCSIZE */
    37.5% {
        -webkit-transform: rotate(405deg);
        transform: rotate(405deg);
    }
    /* 1.5 * ARCSIZE */
    50% {
        -webkit-transform: rotate(540deg);
        transform: rotate(540deg);
    }
    /* 2   * ARCSIZE */
    62.5% {
        -webkit-transform: rotate(675deg);
        transform: rotate(675deg);
    }
    /* 2.5 * ARCSIZE */
    75% {
        -webkit-transform: rotate(810deg);
        transform: rotate(810deg);
    }
    /* 3   * ARCSIZE */
    87.5% {
        -webkit-transform: rotate(945deg);
        transform: rotate(945deg);
    }
    /* 3.5 * ARCSIZE */
    to {
        -webkit-transform: rotate(1080deg);
        transform: rotate(1080deg);
    }
    /* 4   * ARCSIZE */
}

@-webkit-keyframes blue-fade-in-out {
    from {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    89% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@keyframes blue-fade-in-out {
    from {
        opacity: 1;
    }
    25% {
        opacity: 1;
    }
    26% {
        opacity: 0;
    }
    89% {
        opacity: 0;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 1;
    }
}

@-webkit-keyframes red-fade-in-out {
    from {
        opacity: 0;
    }
    15% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    51% {
        opacity: 0;
    }
}

@keyframes red-fade-in-out {
    from {
        opacity: 0;
    }
    15% {
        opacity: 0;
    }
    25% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    51% {
        opacity: 0;
    }
}

@-webkit-keyframes yellow-fade-in-out {
    from {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    76% {
        opacity: 0;
    }
}

@keyframes yellow-fade-in-out {
    from {
        opacity: 0;
    }
    40% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    75% {
        opacity: 1;
    }
    76% {
        opacity: 0;
    }
}

@-webkit-keyframes green-fade-in-out {
    from {
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes green-fade-in-out {
    from {
        opacity: 0;
    }
    65% {
        opacity: 0;
    }
    75% {
        opacity: 1;
    }
    90% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

/**
 * Patch the gap that appear between the two adjacent div.circle-clipper while the
 * spinner is rotating (appears on Chrome 38, Safari 7.1, and IE 11).
 */
.gap-patch {
    position: absolute;
    top: 0;
    left: 45%;
    width: 10%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

.gap-patch .circle {
    width: 1000%;
    left: -450%;
}

.circle-clipper {
    display: inline-block;
    position: relative;
    width: 50%;
    height: 100%;
    overflow: hidden;
    border-color: inherit;
}

.circle-clipper .circle {
    width: 200%;
    height: 100%;
    border-width: 3px;
    /* STROKEWIDTH */
    border-style: solid;
    border-color: inherit;
    border-bottom-color: transparent !important;
    border-radius: 50%;
    -webkit-animation: none;
    animation: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}

.circle-clipper.left .circle {
    left: 0;
    border-right-color: transparent !important;
    -webkit-transform: rotate(129deg);
    -ms-transform: rotate(129deg);
    transform: rotate(129deg);
}

.circle-clipper.right .circle {
    left: -100%;
    border-left-color: transparent !important;
    -webkit-transform: rotate(-129deg);
    -ms-transform: rotate(-129deg);
    transform: rotate(-129deg);
}

.active .circle-clipper.left .circle {
    /* duration: ARCTIME */
    -webkit-animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: left-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

.active .circle-clipper.right .circle {
    /* duration: ARCTIME */
    -webkit-animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: right-spin 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
}

@-webkit-keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(130deg);
    }
}

@keyframes left-spin {
    from {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
    50% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg);
    }
    to {
        -webkit-transform: rotate(130deg);
        transform: rotate(130deg);
    }
}

@-webkit-keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
    }
    to {
        -webkit-transform: rotate(-130deg);
    }
}

@keyframes right-spin {
    from {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
    50% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg);
    }
    to {
        -webkit-transform: rotate(-130deg);
        transform: rotate(-130deg);
    }
}

#spinnerContainer.cooldown {
    /* duration: SHRINK_TIME */
    -webkit-animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
    animation: container-rotate 1568ms linear infinite, fade-out 400ms cubic-bezier(0.4, 0, 0.2, 1);
}

@-webkit-keyframes fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

@keyframes fade-out {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

/* for loading dots */
#loading {
    padding: 10px 0;
}

/* dots loading */
.dots {
    display: inline-block;
}
.dots i:first-child{
    color: #fff;
}
.dots i:nth-child(2) {
    animation-delay: 500ms;
    -webkit-animation-delay: 500ms;
}
.dots i:nth-child(3) {
    animation-delay: 1000ms;
    -webkit-animation-delay: 1000ms;
}
.dots i{
    animation: flash 2000ms infinite;
    -webkit-animation: flash 2000ms infinite;;
}

@keyframes flash {
    from  {
        color: black;
    }
    to {
        color: transparent;
    }
}

@-webkit-keyframes flash {
    from  {
        color: black;
    }
    to {
        color: transparent;
    }
}

/*---------------------------------------------------
                    Tooltips
----------------------------------------------------*/
/* prevents tooltips from showing up as plain text at the bottom of the screen */
@media screen and (max-width: 767px){
    .material-tooltip.tooltip-hidden, .tooltip-hidden .backdrop {
        display: none;
    }
}

.material-tooltip {
    padding: 10px 8px;
    font-size: 1rem;
    font-weight: 300;
    z-index: 2000;
    background-color: transparent;
    border-radius: 2px;
    color: #fff;
    min-height: 36px;
    line-height: 120%;
    opacity: 0;
    position: absolute;
    text-align: center;
    max-width: calc(100% - 4px);
    overflow: hidden;
    left: 0;
    top: 0;
    pointer-events: none;
    visibility: hidden;
}

.backdrop {
    position: absolute;
    opacity: 0;
    height: 7px;
    width: 14px;
    border-radius: 0 0 50% 50%;
    background-color: #323232;
    z-index: -1;
    -webkit-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
    visibility: hidden;
}

.tooltip-xs {
    min-height: 22px;
    padding: 2px 8px;
    font-size: 11px;
    line-height: 22px;
    max-width: 33%;
}
.tooltip-xs span {
    vertical-align: middle;
}


/*---------------------------------------------------
                    Toast
----------------------------------------------------*/
#toast-container {
    display: block;
    position: fixed;
    z-index: 10000;
}

@media only screen and (max-width: 600px) {
    #toast-container {
        min-width: 100%;
        bottom: 0%;
    }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
    #toast-container {
        left: 5%;
        bottom: 7%;
        max-width: 90%;
    }
}

@media only screen and (min-width: 993px) {
    #toast-container {
        top: 10%;
        right: 7%;
        max-width: 86%;
        margin: 0 auto;
    }
}

.toast {
    border-radius: 2px;
    top: 35px;
    width: auto;
    clear: both;
    margin-top: 10px;
    position: relative;
    max-width: 100%;
    height: auto;
    min-height: 48px;
    line-height: 1.5em;
    word-break: break-word;
    background-color: #323232;
    padding: 10px 25px;
    font-size: 1.1rem;
    font-weight: 300;
    color: #fff;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.toast .btn, .toast .btn-large, .toast .btn-flat {
    margin: 0;
    margin-left: 3rem;
}

.toast.rounded {
    border-radius: 24px;
}

@media only screen and (max-width: 600px) {
    .toast {
        width: 100%;
        border-radius: 0;
    }
}

@media only screen and (min-width: 601px) and (max-width: 992px) {
    .toast {
        float: left;
    }
}

@media only screen and (min-width: 993px) {
    .toast {
        float: right;
    }
}

.toast span {
    text-align: center;
    margin: 0 auto;
}

/*---------------------------------------------------
                    Tables
----------------------------------------------------*/
/* helper class to separate tables from text */
.md-table {
    padding: 1rem 0;
}

.md-table tr {
    cursor: pointer;
}

.bootstrap-table .table {
    margin-bottom: 0 !important;
    /*border-bottom: 1px solid #dddddd;*/
    border-collapse: collapse !important;
    border-radius: 1px;
}

.bootstrap-table .table:not(.table-condensed),
.bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
.bootstrap-table .table:not(.table-condensed) > thead > tr > td,
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
    padding: 8px;
}

/* container the table lives in */
.fixed-table-container {
    width: 100%;
    position: relative;
    clear: both;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

/* header/footer overflow */
.fixed-table-footer,
.fixed-table-header {
    overflow: hidden;
}

/* always have a border on the top of the footer */
.fixed-table-footer {
    border-top: 1px solid rgba(160, 160, 160, 0.2);
}

/* table body, not tbody! */
.fixed-table-body {
    overflow-x: auto;
    overflow-y: auto;
    height: 100%;
}

/* default style for thead */
.fixed-table-container thead th {
    height: 0;
    padding: 0;
    margin: 0;
}

/* on focus, don't outline the element */
.fixed-table-container thead th:focus {
    outline: 0 solid transparent;
}

/* header is 64px tall, middle aligned, distinguished font */
.fixed-table-container thead th .th-inner,
.fixed-table-container tbody td .th-inner {
    padding: 0 8px;
    height: 56px;
    line-height: 56px;
    vertical-align: middle;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px;
    color: rgba(0,0,0,.545);
    font-family: 'Poppins','Roboto', sans-serif;
    font-weight: 600;
}

/* override with fontawesome icons */
.fixed-table-container thead th .sortable {
    cursor: pointer;
    background-position: right;
    background-repeat: no-repeat;
    padding-right: 35px;
    position: relative;
    background-image: none !important;
}

.fixed-table-container thead th .both:after,
.fixed-table-container thead th .asc:after,
.fixed-table-container thead th .desc:after {
    position: absolute;
    top: 0;
    right: 8px;
    display: block;
    font-family: FontAwesome;
}
.fixed-table-container thead th .both:after {
    content: "\f062\f063"; /* up and down arrows */
    color: #eee !important;
    font-size: 12px;

}
.fixed-table-container thead th .asc:after {
    content: "\f062";
    color: inherit !important;
}
.fixed-table-container thead th .desc:after {
    content: "\f063";
    color: inherit !important;
}

/* no borders on tbody elements */
.fixed-table-body tbody td {
    border-left: none;
    height: 48px;
    vertical-align: middle !important;
    font-size: 13px;
    color: rgba(0,0,0,.875);
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* border-bottom exists on the thead element, so make sure we dont duplicate here */
.fixed-table-body tbody tr:first-child td {
    border-top: none;
}

/* last row is slightly larger than other rows */
.fixed-table-body tbody tr:last-child {
    border-bottom: none;
    height: 56px;
}

/* the same color with .active */
.fixed-table-container tbody .selected td {
    background-color: #f5f5f5;
}

/* checkboxes (if applicable) are center aligned */
.fixed-table-container .bs-checkbox {
    text-align: center;
}

.fixed-table-container .bs-checkbox .th-inner {
    padding: 8px 0;
}

.fixed-table-container input[type="radio"],
.fixed-table-container input[type="checkbox"] {
    margin: 0 auto !important;
}

/* if no records found, then center the text */
.fixed-table-container .no-records-found {
    text-align: center;
}

.fixed-table-pagination div.pagination,
.fixed-table-pagination .pagination-detail {
    margin-top: 10px;
    margin-bottom: 10px;
}

.fixed-table-pagination div.pagination .pagination {
    margin: 0;
}

.fixed-table-pagination .pagination a {
    padding: 6px 12px;
    line-height: 1.428571429;
    border: none !important;
}

.fixed-table-pagination .pagination-info {
    line-height: 34px;
    margin-right: 5px;
}

.fixed-table-pagination .btn-group {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.fixed-table-pagination .dropup .dropdown-menu {
    margin-bottom: 0;
}

.fixed-table-pagination .page-list {
    display: inline-block;
}

.fixed-table-toolbar .columns-left {
    margin-right: 5px;
}

.fixed-table-toolbar .columns-right {
    margin-left: 5px;
}

.fixed-table-toolbar .columns label {
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    margin-bottom: 0;
}

.fixed-table-toolbar .columns label ~ label {
    display: inline !important;
}

.fixed-table-toolbar .bs-bars,
.fixed-table-toolbar .search,
.fixed-table-toolbar .columns {
    position: relative;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 34px;
}

.fixed-table-pagination li.disabled a {
    pointer-events: none;
    cursor: default;
}

.fixed-table-loading {
    display: none;
    position: absolute;
    top: 42px;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #fff;
    text-align: center;
}

.fixed-table-body .card-view .title {
    font-weight: bold;
    display: inline-block;
    min-width: 30%;
    text-align: left !important;
}

/* support bootstrap 3 */
.bootstrap-table .table thead > tr > th {
    padding: 0;
    margin: 0;
}

.bootstrap-table .fixed-table-footer tbody > tr > td {
    padding: 0 !important;
}

.bootstrap-table .fixed-table-footer .table {
    border-bottom: none;
    border-radius: 0;
    padding: 0 !important;
}

.bootstrap-table .dropdown-menu {
    padding-left: 16px;
    padding-right: 16px;
}

.bootstrap-table .pull-right .dropdown-menu {
    right: 0;
    left: auto;
}

/* calculate scrollbar width */
p.fixed-table-scroll-inner {
    width: 100%;
    height: 200px;
}

div.fixed-table-scroll-outer {
    top: 0;
    left: 0;
    visibility: hidden;
    width: 200px;
    height: 150px;
    overflow: hidden;
}

/* for get correct heights  */
.fixed-table-toolbar:after, .fixed-table-pagination:after {
    content: "";
    display: block;
    clear: both;
}

.fixed-table-body .filter-control,
.fixed-table-body .no-filter-control {
    height: 40px;
    width: 95%;
    font-weight: normal;
}

/*---------------------------------------------------
                    Images
----------------------------------------------------*/
.img-block {
    max-width: 100%;
    display: block;
    padding: 0 4rem;
}
.img-block img {
    margin: 0 auto;
    max-height: 33vh
}
/* img block max heights */
.img-block.img-block-max-10 img {
    max-height: 10vh;
}
.img-block.img-block-max-20 img {
    max-height: 20vh;
}
.img-block.img-block-max-25 img {
    max-height: 25vh;
}
.img-block.img-block-max-33 img {
    max-height: 33vh;
}

@media screen and (max-width: 767px){
    .img-block {
        padding: 0 1rem;
    }
}

/*---------------------------------------------------
                    Changelog
----------------------------------------------------*/
.changelog {
    padding: 5px;
}
.cl-heading {
    border-bottom: 2px #222 solid;
    margin-bottom: 10px;
}
.cl-header {
    border-bottom: 1px #d0d0d0 solid;
    margin-top: 8px;
    word-spacing: 15px;
}

/*---------------------------------------------------
                    Waves
----------------------------------------------------*/
/*!
 * Waves v0.6.0
 * http://fian.my.id/Waves
 *
 * Copyright 2014 Alfiana E. Sibuea and other contributors
 * Released under the MIT license
 * https://github.com/fians/Waves/blob/master/LICENSE
 */
.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    vertical-align: middle;
    z-index: 1;
    -webkit-transition: .3s ease-out;
    -o-transition: .3s ease-out;
    transition: .3s ease-out;
}

.waves-effect .waves-ripple {
    position: absolute;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    margin-left: -10px;
    opacity: 0;
    background: rgba(0, 0, 0, 0.2);
    -webkit-transition: all 0.7s ease-out;
    -o-transition: all 0.7s ease-out;
    transition: all 0.7s ease-out;
    transition-property: opacity, -webkit-transform;
    -webkit-transition-property: opacity, -webkit-transform;
    -o-transition-property: transform, opacity;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
    background-color: rgba(255, 255, 255, 0.45);
}

.waves-effect.waves-red .waves-ripple {
    background-color: rgba(244, 67, 54, 0.7);
}

.waves-effect.waves-yellow .waves-ripple {
    background-color: rgba(255, 235, 59, 0.7);
}

.waves-effect.waves-orange .waves-ripple {
    background-color: rgba(255, 152, 0, 0.7);
}

.waves-effect.waves-purple .waves-ripple {
    background-color: rgba(156, 39, 176, 0.7);
}

.waves-effect.waves-green .waves-ripple {
    background-color: rgba(76, 175, 80, 0.7);
}

.waves-effect.waves-teal .waves-ripple {
    background-color: rgba(0, 150, 136, 0.7);
}

.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
    border: 0;
    font-style: normal;
    font-size: inherit;
    text-transform: inherit;
    background: none;
}

.waves-effect img {
    position: relative;
    z-index: -1;
}

.waves-notransition {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

.waves-circle {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%);
}

.waves-input-wrapper {
    border-radius: 0.2em;
    vertical-align: bottom;
}

.waves-input-wrapper .waves-button-input {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
}

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    -webkit-mask-image: none;
}

.waves-block {
    display: block;
}

/* Firefox Bug: link not triggered */
.waves-effect .waves-ripple {
    z-index: -1;
}

/*---------------------------------------------------
                SVG Background
----------------------------------------------------*/

.bg-tria {
    background: inherit;
    bottom: 0;
    direction: ltr;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0
}

@media all and (max-width: 601px) {
    .bg-tria {
        display: none;
    }
}

.bg-tria svg {
    display: none;
    height: 100%;
    position: relative;
    width: 100%
}

@media all and (min-width: 601px) {
    .bg-tria svg {
        display:block
    }
}

/*---------------------------------------------------
               Media Helper Queries
----------------------------------------------------*/
@media only screen and (max-width: 600px) {
    .hide-on-small-only, .hide-on-small-and-down {
        display: none !important;
    }
}

@media only screen and (max-width: 992px) {
    .hide-on-med-and-down {
        display: none !important;
    }
}

@media only screen and (min-width: 601px) {
    .hide-on-med-and-up {
        display: none !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    .hide-on-med-only {
        display: none !important;
    }
}

@media only screen and (min-width: 993px) {
    .hide-on-large-only {
        display: none !important;
    }
}

@media only screen and (min-width: 993px) {
    .show-on-large {
        display: block !important;
    }
}

@media only screen and (min-width: 600px) and (max-width: 992px) {
    .show-on-medium {
        display: block !important;
    }
}

@media only screen and (max-width: 600px) {
    .show-on-small {
        display: block !important;
    }

    .show-on-small.inline {
        display: inline-block !important;
    }
}

@media only screen and (min-width: 601px) {
    .show-on-medium-and-up {
        display: block !important;
    }
}

@media only screen and (max-width: 992px) {
    .show-on-medium-and-down {
        display: block !important;
    }
}

@media only screen and (max-width: 600px) {
    .center-on-small-only {
        text-align: center;
    }
}