@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');


body {
    font-family: 'Poppins' !important;
    font-weight: normal;
}

.materialize-red {
    background-color: #e51c23 !important;
}

/*.InputHeight input{height:auto !important;margin: 11px 0 0px 0 !important;}
.InputHeight select{height:auto !important;margin: 9px 0 0px 0 !important;}*/

/*Right Menu Updated On 03-05-2019*/

ul.right_side_menu {
    display: block;
    position: fixed;
    top: 0;
    right: 10px;
    color: #FFF;
    margin: 0;
    z-index: 1;
}

    ul.right_side_menu li {
        margin: 7px 8px;
        display: inline-block;
        vertical-align: middle;
        /*overflow: hidden;*/
    }

        ul.right_side_menu li:first-child {
            text-align: left;
        }

        ul.right_side_menu li a {
            display: block;
            color: #dd4a39;
        }

            ul.right_side_menu li a.notification-button, ul.right_side_menu li a.profile-button {
                width: 37px;
                height: 26px
            }

            ul.right_side_menu li a.notification-button {
                margin-top: 2px;
            }

            ul.right_side_menu li a i {
                margin-top: 1px;
            }

        ul.right_side_menu li .dropdown-content li {
            display: block !important;
        }

            ul.right_side_menu li .dropdown-content li a {
                color: #444;
                text-align: left !important;
                font-weight: normal;
            }

/*Ends Right Menu Updated On 03-05-2019*/

.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;
}

.btn_center_w {
    width: 100%;
    text-align: center !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;
}

/*
  Tip: You can change the theme name here to generate new default style, you can also create your own !
*/
a {
    text-decoration: none;
}

html {
    line-height: 1.5;   
    font-weight: normal;
    color: #444;
}

@media only screen and (min-width: 0) {
    html {
        font-size: 14px;
    }
}

@media only screen and (min-width: 992px) {

    html {
        font-size: 14.5px;
    }
}

@media only screen and (min-width: 1200px) {
    html {
        font-size: 14px;
    }
}

@media (max-width:768px) {
    #tablePaymentBody.striped > tbody > tr:nth-child(odd) {
        background-color: #fff !important;
    }

    .payment_box {
        margin-top: 10px;
    }

    .tableProductSearch img {
        width: 100%;
        height: auto !important;
    }

    .btn-sm {
        margin: 0 auto !important;
        display: block;
        text-align: center;
        margin-bottom: 5px !important;
        margin-top: 5px !important;
        width: 100%;
    }

    table a i {
        position: absolute;
        right: 0px;
    }

    input:not([type]), input[type=text]:not(.browser-default), input[type=password]:not(.browser-default), input[type=email]:not(.browser-default), input[type=url]:not(.browser-default), input[type=time]:not(.browser-default), input[type=date]:not(.browser-default), input[type=datetime]:not(.browser-default), input[type=datetime-local]:not(.browser-default), input[type=tel]:not(.browser-default), input[type=number]:not(.browser-default), input[type=search]:not(.browser-default), textarea.materialize-textarea {
        /*margin: 5px 0 0px 0;*/
        text-indent: 3px;
    }

    select {
        margin: 0px 0 0px 0;
    }

    .viewdraft {
        width: 700px;
    }
}

h1, h2, h3, h4, h5, h6 {
  

    font-weight: 400;
    line-height: 1.1;
}

p {
   

}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-weight: inherit;
}

h1 {
    font-size: 4.2rem;
    line-height: 110%;
    margin: 2.1rem 0 1.68rem 0;
}

h2 {
    font-size: 3.56rem;
    line-height: 110%;
    margin: 1.78rem 0 1.424rem 0;
}

h3 {
    font-size: 2.92rem;
    line-height: 110%;
    margin: 1.46rem 0 1.168rem 0;
}

h4 {
    font-size: 24px;
    line-height: 110%;
    margin: 1.14rem 0 0.912rem 0;
}

h5 {
    font-size: 1.64rem;
    line-height: 110%;
    margin: 0.82rem 0 0.656rem 0;
}

h6 {
    font-size: 18px;
    line-height: 110%;
    margin: 0.5rem 0 0.4rem 0;
}

em {
    font-style: italic;
}

strong {
    font-weight: 500;
}

small {
    font-size: 75%;
}

.light {
    font-weight: 300;
}

.thin {
    font-weight: 200;
}

.flow-text {
    font-weight: 300;
}

.notification-button, .profile-button {
    width: 47px;
}

@media only screen and (min-width: 360px) {
    .flow-text {
        font-size: 1.2rem;
    }
}


@media only screen and (min-width: 390px) {
    .flow-text {
        font-size: 1.224rem;
    }
}

@media only screen and (min-width: 420px) {
    .flow-text {
        font-size: 1.248rem;
    }
}

@media only screen and (min-width: 450px) {
    .flow-text {
        font-size: 1.272rem;
    }
}

@media only screen and (min-width: 480px) {
    .flow-text {
        font-size: 1.296rem;
    }
}

@media only screen and (min-width: 510px) {
    .flow-text {
        font-size: 1.32rem;
    }
}

@media only screen and (min-width: 540px) {
    .flow-text {
        font-size: 1.344rem;
    }
}

@media only screen and (min-width: 570px) {
    .flow-text {
        font-size: 1.368rem;
    }
}

@media only screen and (min-width: 600px) {
    .flow-text {
        font-size: 1.392rem;
    }
}

@media only screen and (min-width: 630px) {
    .flow-text {
        font-size: 1.416rem;
    }
}

@media only screen and (min-width: 660px) {
    .flow-text {
        font-size: 1.44rem;
    }
}

@media only screen and (min-width: 690px) {
    .flow-text {
        font-size: 1.464rem;
    }
}

@media only screen and (min-width: 720px) {
    .flow-text {
        font-size: 1.488rem;
    }
}

@media only screen and (min-width: 750px) {
    .flow-text {
        font-size: 1.512rem;
    }
}

@media only screen and (min-width: 780px) {
    .flow-text {
        font-size: 1.536rem;
    }

    .payment_r {
        height: 405px;
        overflow-y: auto;
    }

        .payment_r::-webkit-scrollbar {
            width: 12px;
            background-color: #F5F5F5;
        }

        .payment_r::-webkit-scrollbar-thumb {
            border-radius: 10px;
            -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
            background-color: #555;
        }
}

@media only screen and (min-width: 810px) {
    .flow-text {
        font-size: 1.56rem;
    }
}

@media only screen and (min-width: 840px) {
    .flow-text {
        font-size: 1.584rem;
    }
}

@media only screen and (min-width: 870px) {
    .flow-text {
        font-size: 1.608rem;
    }
}

@media only screen and (min-width: 900px) {
    .flow-text {
        font-size: 1.632rem;
    }
}

@media only screen and (min-width: 930px) {
    .flow-text {
        font-size: 1.656rem;
    }
}

@media only screen and (min-width: 960px) {
    .flow-text {
        font-size: 1.68rem;
    }
}

@media only screen and (max-width: 360px) {
    .flow-text {
        font-size: 1.2rem;
    }
}

@media only screen and (max-width: 768px) {
    #tblOrder thead {
        border-bottom: none;
    }

    .button_box {
        margin-top: 0px;
    }

    #main .nav-expanded .brand-sidebar {
        background: transparent !important;
    }

    .brand-sidebar .logo-wrapper {
        text-align: center;
        background: transparent;
        padding: 17px 18px !important;
    }

    ul.right_side_menu {
        top: -4px;
    }

        ul.right_side_menu #profile-dropdown, ul.right_side_menu #notifications-dropdown, ul.right_side_menu #Cart-dropdown {
            margin-top: 0px !important
        }

    .right_side_menu > li {
        width: 30px;
    }

    #breadcrumbs-wrapper .breadcrumbs-title {
        font-size: 16px;
        font-weight: 600;
        line-height: 31px;
        margin: 5px 0;
        margin-bottom: 3px !important;
    }
}

.side-nav .collapsible-body > ul:not(.collapsible) > li.active a,
.side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active a {
    background: #7e57c2;
}

/*----------------------------------------
  General Layout Style
------------------------------------------*/
html, body {
    /* height: 100%;*/
}

body {
    background-color: #ededed !important;    
}

    body.layout-light ul.side-nav.leftside-navigation {
        top: 62px;
    }

    body.layout-light #header nav.navbar-color {
        background: #fff;
    }

        body.layout-light #header nav.navbar-color ul a {
            color: #444;
        }

        body.layout-light #header nav.navbar-color .header-search-wrapper i {
            color: #444;
        }

        body.layout-light #header nav.navbar-color .header-search-wrapper input.header-search-input {
            border: 1px solid #869298;
            color: #444;
            background: rgba(230, 230, 230, 0.3);
        }

            body.layout-light #header nav.navbar-color .header-search-wrapper input.header-search-input:hover, body.layout-light #header nav.navbar-color .header-search-wrapper input.header-search-input:active, body.layout-light #header nav.navbar-color .header-search-wrapper input.header-search-input:focus {
                border: 1px solid #adadad;
                border-bottom: 1px solid #adadad !important;
                background: rgba(230, 230, 230, 0);
            }

            body.layout-light #header nav.navbar-color .header-search-wrapper input.header-search-input::placeholder {
                color: #444;
            }

    body.layout-light #main h1 span.logo-text {
        color: #444;
    }

    body.layout-light #main .brand-sidebar .logo-wrapper a.navbar-toggler i {
        color: #444;
    }

    body.layout-light #main .nav-expanded .brand-sidebar {
        background: #fff !important;
    }

    body.layout-light .page-footer {
        border-top: 1px solid #d2d2d2 !important;
        color: #444;
        background: #fff;
    }

    body.layout-light .footer-copyright {
        color: #444;
        background: #fff;
    }

    body.layout-dark ul.side-nav.leftside-navigation {
        top: 62px;
    }

    body.layout-dark #header nav.navbar-color {
        background: #37474f;
    }

        body.layout-dark #header nav.navbar-color ul a {
            color: #fff;
        }

        body.layout-dark #header nav.navbar-color .header-search-wrapper i {
            color: #fff;
        }

        body.layout-dark #header nav.navbar-color .header-search-wrapper input.header-search-input {
            border: 1px solid #828282;
            color: #fff;
            background: rgba(230, 230, 230, 0.3);
        }

            body.layout-dark #header nav.navbar-color .header-search-wrapper input.header-search-input:hover, body.layout-dark #header nav.navbar-color .header-search-wrapper input.header-search-input:active, body.layout-dark #header nav.navbar-color .header-search-wrapper input.header-search-input:focus {
                border: 1px solid #adadad;
                border-bottom: 1px solid #adadad !important;
                background: rgba(230, 230, 230, 0);
            }

            body.layout-dark #header nav.navbar-color .header-search-wrapper input.header-search-input::placeholder {
                color: #fff;
            }

    body.layout-dark #main h1 span.logo-text {
        color: #fff;
    }

    body.layout-dark #main .nav-expanded .brand-sidebar {
        background: #37474f !important;
    }

    body.layout-dark #main .side-nav {
        background: #37474f;
    }

        body.layout-dark #main .side-nav .collapsible-body, body.layout-dark #main .side-nav.fixed .collapsible-body {
            background: #37474f;
        }

            body.layout-dark #main .side-nav .collapsible-body > ul:not(.collapsible) > li.active,
            body.layout-dark #main .side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active {
                background: #263238 !important;
            }

        body.layout-dark #main .side-nav li > a, body.layout-dark #main .side-nav li .more-text {
            color: #fff;
        }

            body.layout-dark #main .side-nav li > a > i, body.layout-dark #main .side-nav li .more-text > i {
                color: #fff;
            }

    body.layout-dark #main .brand-sidebar .logo-wrapper a.navbar-toggler i {
        color: #fff;
    }

    body.layout-dark .page-footer {
        border-top: 1px solid #d2d2d2 !important;
        color: #fff;
        background: #37474f;
    }

    body.layout-dark .footer-copyright {
        color: #fff;
        background: #37474f;
    }

    body.layout-semi-dark ul.side-nav.leftside-navigation {
        top: 62px;
    }

    body.layout-semi-dark #header nav.navbar-color {
        background: #fff;
    }

        body.layout-semi-dark #header nav.navbar-color ul a {
            color: #444;
        }

        body.layout-semi-dark #header nav.navbar-color .header-search-wrapper i {
            color: #444;
        }

        body.layout-semi-dark #header nav.navbar-color .header-search-wrapper input.header-search-input {
            border: 1px solid #d2d2d2;
            color: #444;
            background: rgba(230, 230, 230, 0.3);
        }

            body.layout-semi-dark #header nav.navbar-color .header-search-wrapper input.header-search-input:hover, body.layout-semi-dark #header nav.navbar-color .header-search-wrapper input.header-search-input:active, body.layout-semi-dark #header nav.navbar-color .header-search-wrapper input.header-search-input:focus {
                border: 1px solid #adadad;
                border-bottom: 1px solid #adadad !important;
                background: rgba(230, 230, 230, 0);
            }

            body.layout-semi-dark #header nav.navbar-color .header-search-wrapper input.header-search-input::placeholder {
                color: #444;
            }

    body.layout-semi-dark #main h1 span.logo-text {
        color: #fff;
    }

    body.layout-semi-dark #main .brand-sidebar {
        background: #37474f !important;
    }

    body.layout-semi-dark #main .side-nav {
        background: #37474f;
    }

        body.layout-semi-dark #main .side-nav .collapsible-body, body.layout-semi-dark #main .side-nav.fixed .collapsible-body {
            background: #37474f;
        }

            body.layout-semi-dark #main .side-nav .collapsible-body > ul:not(.collapsible) > li.active,
            body.layout-semi-dark #main .side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active {
                background: #263238;
            }

a {
    cursor: pointer;
}

body.layout-semi-dark #main .side-nav li > a, body.layout-semi-dark #main .side-nav li .more-text {
    color: #fff;
}

    body.layout-semi-dark #main .side-nav li > a > i, body.layout-semi-dark #main .side-nav li .more-text > i {
        color: #fff;
    }

body.layout-semi-dark #main .brand-sidebar .logo-wrapper a.navbar-toggler i {
    color: #fff;
}

body.layout-semi-dark .page-footer {
    border-top: 1px solid #d2d2d2 !important;
    color: #444;
    background: #fff;
}

body.layout-semi-dark .footer-copyright {
    color: #444;
    background: #fff;
}

#main {
    min-height: calc(100% - 100px);
    padding-left: 240px;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

    #main.main-full {
        padding-left: 64px;
    }

footer {
    padding-left: 240px;
}

    footer.page-footer {
        padding-top: 1px;
        display: none;
    }

select {
    background-color: transparent;
    width: 100%;
    padding: 0px;
    border: none;
    border-radius: 0px;
    height: 3rem;
    border-bottom: 1px solid #bdbdbd;
    background-color: transparent;
    border: none;
    border: 1px solid #9e9e9e;
    border-radius: 0;
    outline: none;
    height: 29px;
    width: 100%;
    font-size: 1rem;
    margin: 10px 0 10px 0;
    padding: 0;
    box-shadow: none;
    /* box-sizing: content-box; */
    transition: all 0.3s;
    text-indent: 5px;
}

#sidenav-overlay {
    background-color: transparent;
}

.container {
    padding: 0 0.5rem;
    margin: 0 auto;
    max-width: 100% !important;
    width: 98%;
}

    .container .dropdown-settings i.right {
        margin-left: 0;
    }

#left-sidebar-nav {
    position: fixed;
    width: 100px;
    left: 180px;
    z-index: 999;
    height: auto;
}

    #left-sidebar-nav span.badge.new {
        line-height: 20px;
        margin-top: 11px;
    }

#content .header-search-wrapper {
    width: 100%;
    margin: 0 auto;
    height: 40px;
    display: inline-block;
    position: relative;
}

#content .container .row {
    margin-bottom: 0;
}

@media only screen and (min-width: 601px) {

    .container {
        width: 98%;
    }
}

@media only screen and (min-width: 993px) {
    .container {
        width: 98%;
    }

    #profile-dropdown, #notifications-dropdown, #Cart-dropdown {
        top: 36px !important;
    }
}

@media only screen and (max-width: 993px) {
    #main {
        padding-left: 0;
    }

    footer {
        padding-left: 0;
    }
}

.ps-scrollbar-x-rail {
    z-index: 9999;
}

.ps-scrollbar-y-rail {
    z-index: 9999;
}

/*----------------------------------------
  Healper Classes
------------------------------------------*/
/* Width */
.width-10 {
    width: 10% !important;
}

.width-20 {
    width: 20% !important;
}

.width-30 {
    width: 30% !important;
}

.width-40 {
    width: 40% !important;
}

.width-50 {
    width: 50% !important;
}

.width-60 {
    width: 60% !important;
}

.width-70 {
    width: 70% !important;
}

.width-80 {
    width: 80% !important;
}

.width-90 {
    width: 90% !important;
}

.width-100 {
    width: 100% !important;
}

/* Border Radius */
.border-radius-1 {
    border-radius: 1px !important;
}

.border-radius-2 {
    border-radius: 2px !important;
}

.border-radius-3 {
    border-radius: 3px !important;
}

.border-radius-4 {
    border-radius: 4px !important;
}

.border-radius-5 {
    border-radius: 5px !important;
}

.border-radius-6 {
    border-radius: 6px !important;
}

.border-radius-7 {
    border-radius: 7px !important;
}

.border-radius-8 {
    border-radius: 8px !important;
}

.border-radius-9 {
    border-radius: 9px !important;
}

.border-radius-10 {
    border-radius: 10px !important;
}

.border-round {
    border-radius: 50px !important;
}

/* Font Weight */
.font-weight-100 {
    font-weight: 100 !important;
}

.font-weight-200 {
    font-weight: 200 !important;
}

.font-weight-300 {
    font-weight: 300 !important;
}

.font-weight-400 {
    font-weight: 400 !important;
}

.font-weight-500 {
    font-weight: 500 !important;
}

.font-weight-600 {
    font-weight: 600 !important;
}

.font-weight-700 {
    font-weight: 700 !important;
}

.font-weight-800 {
    font-weight: 800 !important;
}

.font-weight-900 {
    font-weight: 900 !important;
}

.m-0 {
    margin: 0 !important;
}

/* Margin Top */
.mt-0 {
    margin-top: 0% !important;
}

.mt-1 {
    margin-top: 1% !important;
}

.mt-2 {
    margin-top: 2% !important;
}

.mt-3 {
    margin-top: 3% !important;
}

.mt-4 {
    margin-top: 4% !important;
}

.mt-5 {
    margin-top: 5% !important;
}

.mt-6 {
    margin-top: 6% !important;
}

.mt-7 {
    margin-top: 7% !important;
}

.mt-8 {
    margin-top: 8% !important;
}

.mt-9 {
    margin-top: 9% !important;
}

.mt-10 {
    margin-top: 10% !important;
}

/* Margin Right */
.mr-0 {
    margin-right: 0% !important;
}

.mr-1 {
    margin-right: 1% !important;
}

.mr-2 {
    margin-right: 2% !important;
}

.mr-3 {
    margin-right: 3% !important;
}

.mr-4 {
    margin-right: 4% !important;
}

.mr-5 {
    margin-right: 5% !important;
}

.mr-6 {
    margin-right: 6% !important;
}

.mr-7 {
    margin-right: 7% !important;
}

.mr-8 {
    margin-right: 8% !important;
}

.mr-9 {
    margin-right: 9% !important;
}

.mr-10 {
    margin-right: 10% !important;
}

/* Margin Left */
.ml-0 {
    margin-left: 0% !important;
}

.ml-1 {
    margin-left: 1% !important;
}

.ml-2 {
    margin-left: 2% !important;
}

.ml-3 {
    margin-left: 3% !important;
}

.ml-4 {
    margin-left: 4% !important;
}

.ml-5 {
    margin-left: 5% !important;
}

.ml-6 {
    margin-left: 6% !important;
}

.ml-7 {
    margin-left: 7% !important;
}

.ml-8 {
    margin-left: 8% !important;
}

.ml-9 {
    margin-left: 9% !important;
}

.ml-10 {
    margin-left: 10% !important;
}

/* Margin Bottom */
.mb-0 {
    margin-bottom: 0% !important;
}

.mb-1 {
    margin-bottom: 1% !important;
}

.mb-2 {
    margin-bottom: 2% !important;
}

.mb-3 {
    margin-bottom: 3% !important;
}

.mb-4 {
    margin-bottom: 4% !important;
}

.mb-5 {
    margin-bottom: 5% !important;
}

.mb-6 {
    margin-bottom: 6% !important;
}

.mb-7 {
    margin-bottom: 7% !important;
}

.mb-8 {
    margin-bottom: 8% !important;
}

.mb-9 {
    margin-bottom: 9% !important;
}

.mb-10 {
    margin-bottom: 10% !important;
}

/* Padding All */
.padding-1 {
    padding: 1% !important;
}

.padding-2 {
    padding: 2% !important;
}

.padding-3 {
    padding: 3% !important;
}

.padding-4 {
    padding: 4% !important;
}

.padding-5 {
    padding: 5% !important;
}

.padding-6 {
    padding: 6% !important;
}

.padding-7 {
    padding: 7% !important;
}

.padding-8 {
    padding: 8% !important;
}

.padding-9 {
    padding: 9% !important;
}

.padding-10 {
    padding: 10% !important;
}

.p-0 {
    padding: 0 !important;
}

/* Padding Top */
.pt-0 {
    padding-top: 0% !important;
}

.pt-1 {
    padding-top: 1% !important;
}

.pt-2 {
    padding-top: 2% !important;
}

.pt-3 {
    padding-top: 3% !important;
}

.pt-4 {
    padding-top: 4% !important;
}

.pt-5 {
    padding-top: 5% !important;
}

.pt-6 {
    padding-top: 6% !important;
}

.pt-7 {
    padding-top: 7% !important;
}

.pt-8 {
    padding-top: 8% !important;
}

.pt-9 {
    padding-top: 9% !important;
}

.pt-10 {
    padding-top: 10% !important;
}

/* Padding Right */
.pr-0 {
    padding-right: 0% !important;
}

.pr-1 {
    padding-right: 1% !important;
}

.pr-2 {
    padding-right: 2% !important;
}

.pr-3 {
    padding-right: 3% !important;
}

.pr-4 {
    padding-right: 4% !important;
}

.pr-5 {
    padding-right: 5% !important;
}

.pr-6 {
    padding-right: 6% !important;
}

.pr-7 {
    padding-right: 7% !important;
}

.pr-8 {
    padding-right: 8% !important;
}

.pr-9 {
    padding-right: 9% !important;
}

.pr-10 {
    padding-right: 10% !important;
}

/* Padding Right */
.pl-0 {
    padding-left: 0% !important;
}

.pl-1 {
    padding-left: 1% !important;
}

.pl-2 {
    padding-left: 2% !important;
}

.pl-3 {
    padding-left: 3% !important;
}

.pl-4 {
    padding-left: 4% !important;
}

.pl-5 {
    padding-left: 5% !important;
}

.pl-6 {
    padding-left: 6% !important;
}

.pl-7 {
    padding-left: 7% !important;
}

.pl-8 {
    padding-left: 8% !important;
}

.pl-9 {
    padding-left: 9% !important;
}

.pl-10 {
    padding-left: 10% !important;
}

/* Padding Bottom */
.pb-0 {
    padding-bottom: 0% !important;
}

.pb-1 {
    padding-bottom: 1% !important;
}

.pb-2 {
    padding-bottom: 2% !important;
}

.pb-3 {
    padding-bottom: 3% !important;
}

.pb-4 {
    padding-bottom: 4% !important;
}

.pb-5 {
    padding-bottom: 5% !important;
}

.pb-6 {
    padding-bottom: 6% !important;
}

.pb-7 {
    padding-bottom: 7% !important;
}

.pb-8 {
    padding-bottom: 8% !important;
}

.pb-9 {
    padding-bottom: 9% !important;
}

.pb-10 {
    padding-bottom: 10% !important;
}

/* Minimum Height */
.min-height-100 {
    min-height: 100px !important;
}

.min-height-150 {
    min-height: 150px !important;
}

.min-height-200 {
    min-height: 200px !important;
}

.min-height-250 {
    min-height: 250px !important;
}

.min-height-300 {
    min-height: 300px !important;
}

/* Icon Background Round */
.background-round {
    background-color: rgba(0, 0, 0, 0.18);
    padding: 15px;
    border-radius: 50%;
}

/* opacity 0 */
.opacity-0 {
    opacity: 0;
}

/* Border None & Shadow None */
.border-none {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

.box-shadow-none {
    box-shadow: none !important;
}

/* Margin 0 & Padding 0 */
.no-margin {
    margin: 0% !important;
}

.no-padding {
    padding: 0% !important;
}

/* Position */
.position-absolute {
    position: absolute;
}

/* Vertical Align */
.vertical-align-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.vertical-align-super {
    vertical-align: super;
}

/* Line Height */
.line-height-0 {
    line-height: 0px !important;
}

/* Icon Background */
.icon-bg-circle {
    color: #fff;
    padding: .4rem;
    border-radius: 50%;
}

.text-shadow {
    text-shadow: -1px 2px 4px black;
}

/*---------------------------------
    Typography
-----------------------------------*/
.small {
    font-size: 1.0rem !important;
}

.medium-small {
    font-size: 0.9rem !important;
    font-size: 14px !important;
}

.ultra-small {
    font-size: 0.8rem !important;
}

small {
    font-size: 0.8rem;
}

.strong {
    font-weight: 600;
}

h4.header {
    line-height: 2.508rem;
    margin: 1.14rem 0 0.912rem 0;
    font-size: 1.4rem;
    font-weight: 400;
}

h4.header2 {
    font-size: 1.1rem;
    font-weight: 400;
}

p.title {
    font-size: 1.3rem;
}

p.header {
    font-size: 1rem;
    font-weight: 500;
}

li.li-hover:hover {
    background: transparent !important;
}

li.search-out:hover {
    background: transparent;
}

li.mobile:before {
    background: #f7464a;
}

li.kitchen:before {
    background: #46bfbd;
}

li.home:before {
    background: #fdb45c;
}

.more-text {
    padding: 5px 20px;
    font-weight: 500;
    letter-spacing: 1px;
}

.valign-demo {
    height: 400px;
    background-color: #ddd;
}

.margin {
    margin: 0 !important;
}

.uppercase {
}

.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: #059551 !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;
    background-color: #06a65a !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: #ddd !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;
}

.view_order_t {
    margin-top: 7px;
}

#floatThead {
    margin-top: 7px;
    margin-bottom: 10px;
}

.btn_box_t td {
}

.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: #ae1d36 !important;
    background-color: #00c0ef !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;
    background-color: #01add7 !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;
    background-color: #da8c0f !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;
    background-color: #f39c11 !important;
}

.teal-text.text-accent-4 {
    color: #00bfa5 !important;
}

.text_right {
    text-align: right !important;
}

.text_left {
    text-align: left !important;
}

.SNO {
    text-align: right;
}

.green {
    background-color: #dd4939 !important;
}

#total_reg {
    color: #dd4939 !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: #ED1C24 !important;
    color: #fff;
    border-radius: 4px;
    font-size: 11px;
}

.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;
    background-color: #c74334 !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;
    background-color: #dd4a39 !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: #444 !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;
}

.gradient-45deg-light-blue-teal {
    background: #b3e5fc;
    background: -webkit-linear-gradient(45deg, #b3e5fc 0%, #64ffda 100%);
    background: linear-gradient(45deg, #b3e5fc 0%, #64ffda 100%);
}

    .gradient-45deg-light-blue-teal.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(100, 255, 218, 0.5);
    }

.gradient-45deg-indigo-light-blue {
    background: #c5cae9;
    background: -webkit-linear-gradient(45deg, #c5cae9 0%, #b3e5fc 100%);
    background: linear-gradient(45deg, #c5cae9 0%, #b3e5fc 100%);
}

    .gradient-45deg-indigo-light-blue.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(179, 229, 252, 0.5);
    }

.gradient-45deg-light-blue-indigo {
    background: #b3e5fc;
    background: -webkit-linear-gradient(45deg, #b3e5fc 0%, #9fa8da 100%);
    background: linear-gradient(45deg, #b3e5fc 0%, #9fa8da 100%);
}

    .gradient-45deg-light-blue-indigo.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(159, 168, 218, 0.5);
    }

.gradient-45deg-yellow-green {
    background: #ffff8d;
    background: -webkit-linear-gradient(45deg, #ffff8d 0%, #B9F6CA 100%);
    background: linear-gradient(45deg, #ffff8d 0%, #B9F6CA 100%);
}

    .gradient-45deg-yellow-green.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(185, 246, 202, 0.5);
    }

.gradient-45deg-orange-deep-orange {
    background: #ffe0b2;
    background: -webkit-linear-gradient(45deg, #ffe0b2 0%, #ffccbc 100%);
    background: linear-gradient(45deg, #ffe0b2 0%, #ffccbc 100%);
}

    .gradient-45deg-orange-deep-orange.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(255, 204, 188, 0.5);
    }

.gradient-45deg-deep-purple-purple {
    background: #d1c4e9;
    background: -webkit-linear-gradient(45deg, #d1c4e9 0%, #f3e5f5 100%);
    background: linear-gradient(45deg, #d1c4e9 0%, #f3e5f5 100%);
}

    .gradient-45deg-deep-purple-purple.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(243, 229, 245, 0.5);
    }

.gradient-45deg-red-pink {
    background: #FF5252;
    background: -webkit-linear-gradient(45deg, #FF5252 0%, #f48fb1 100%);
    background: linear-gradient(45deg, #FF5252 0%, #f48fb1 100%);
}

    .gradient-45deg-red-pink.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(244, 143, 177, 0.5);
    }

.gradient-45deg-light-green-amber {
    background: #c5e1a5;
    background: -webkit-linear-gradient(45deg, #c5e1a5 0%, #fff8e1 100%);
    background: linear-gradient(45deg, #c5e1a5 0%, #fff8e1 100%);
}

    .gradient-45deg-light-green-amber.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(255, 248, 225, 0.5);
    }

.gradient-45deg-amber-amber {
    background: #ff6f00;
    background: -webkit-linear-gradient(45deg, #ff6f00 0%, #ffca28 100%);
    background: linear-gradient(45deg, #ff6f00 0%, #ffca28 100%);
}

    .gradient-45deg-amber-amber.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(255, 111, 0, 0.3);
    }

.gradient-45deg-purple-pink {
    background: #ea80fc;
    background: -webkit-linear-gradient(45deg, #ea80fc 0%, #fce4ec 100%);
    background: linear-gradient(45deg, #ea80fc 0%, #fce4ec 100%);
}

    .gradient-45deg-purple-pink.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(252, 228, 236, 0.5);
    }

.gradient-45deg-indigo-light-blue {
    background: #3949ab;
    background: -webkit-linear-gradient(45deg, #3949ab 0%, #4fc3f7 100%);
    background: linear-gradient(45deg, #3949ab 0%, #4fc3f7 100%);
}

    .gradient-45deg-indigo-light-blue.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(79, 195, 247, 0.5);
    }

.gradient-45deg-teal-cyan {
    background: #e0f2f1;
    background: -webkit-linear-gradient(45deg, #e0f2f1 0%, #00e5ff 100%);
    background: linear-gradient(45deg, #e0f2f1 0%, #00e5ff 100%);
}

    .gradient-45deg-teal-cyan.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(0, 229, 255, 0.5);
    }

.gradient-45deg-blue-grey-blue-grey {
    background: #cfd8dc;
    background: -webkit-linear-gradient(45deg, #cfd8dc 0%, #546e7a 100%);
    background: linear-gradient(45deg, #cfd8dc 0%, #546e7a 100%);
}

    .gradient-45deg-blue-grey-blue-grey.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(84, 110, 122, 0.5);
    }

.gradient-45deg-cyan-light-green {
    background: #0097a7;
    background: -webkit-linear-gradient(45deg, #0097a7 0%, #b2ff59 100%);
    background: linear-gradient(45deg, #0097a7 0%, #b2ff59 100%);
}

    .gradient-45deg-cyan-light-green.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(178, 255, 89, 0.5);
    }

.gradient-45deg-orange-amber {
    background: #e65100;
    background: -webkit-linear-gradient(45deg, #e65100 0%, #ffa000 100%);
    background: linear-gradient(45deg, #e65100 0%, #ffa000 100%);
}

    .gradient-45deg-orange-amber.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(25, 118, 210, 0.5);
    }

.gradient-45deg-indigo-blue {
    background: #303f9f;
    background: -webkit-linear-gradient(45deg, #303f9f 0%, #1976D2 100%);
    background: linear-gradient(45deg, #303f9f 0%, #1976D2 100%);
}

    .gradient-45deg-indigo-blue.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(25, 118, 210, 0.5);
    }

.gradient-45deg-brown-brown {
    background: #6d4c41;
    background: -webkit-linear-gradient(45deg, #6d4c41 0%, #d7ccc8 100%);
    background: linear-gradient(45deg, #6d4c41 0%, #d7ccc8 100%);
}

    .gradient-45deg-brown-brown.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(187, 222, 251, 0.5);
    }

.gradient-45deg-blue-grey-blue {
    background: #263238;
    background: -webkit-linear-gradient(45deg, #263238 0%, #2979FF 100%);
    background: linear-gradient(45deg, #263238 0%, #2979FF 100%);
}

    .gradient-45deg-blue-grey-blue.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(41, 121, 255, 0.5);
    }

.gradient-45deg-purple-deep-orange {
    background: #8e24aa;
    background: -webkit-linear-gradient(45deg, #8e24aa 0%, #ff6e40 100%);
    background: linear-gradient(45deg, #8e24aa 0%, #ff6e40 100%);
}
/*-------Start Change on 26-04-2019--------*/

45
#ecommerce-product .product-img {
    z-index: 5;
    padding: 15px;
    overflow: hidden;
    width: 100px;
    height: 100px;
    background: #FFF;
    border-radius: 50%;
    border: 1px solid #d6d6d6;
    margin: auto;
    position: relative
}

#ecommerce-product .gradient-45deg-purple-deep-orange.gradient-shadow {
    /*box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);*/
    background: #fff;
    margin-top: -50px;
    z-index: 1;
}

#ecommerce-product .card .card-content {
    padding: 50px 24px;
    border-radius: 0 0 2px 2px;
    padding-bottom: 0px;
}

#ecommerce-product .card .card-action .btn {
    background: #FFF !important;
    border-radius: 25px !important;
    color: #333;
}

#ecommerce-product .card .card-title {
    font-size: 18px;
    /*font-weight: 500 !important;*/
}

#ecommerce-product .card:hover .card-title {
    color: #c32c1d;
}

#ecommerce-product .card:hover .card-action .btn {
    background: #c32c1d !important;
    color: #FFF;
}
/*-------End Change on 26-04-2019--------*/
.gradient-45deg-green-teal {
    background: #43A047;
    background: -webkit-linear-gradient(45deg, #43A047 0%, #1de9b6 100%);
    background: linear-gradient(45deg, #43A047 0%, #1de9b6 100%);
}

    .gradient-45deg-green-teal.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(77, 182, 172, 0.5);
    }

.gradient-45deg-purple-light-blue {
    background: #e040fb;
    background: -webkit-linear-gradient(45deg, #e040fb 0%, #4fc3f7 100%);
    background: linear-gradient(45deg, #e040fb 0%, #4fc3f7 100%);
}

    .gradient-45deg-purple-light-blue.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(79, 195, 247, 0.5);
    }

.gradient-45deg-cyan-cyan {
    background: #18ffff;
    background: -webkit-linear-gradient(45deg, #18ffff 0%, #00e5ff 100%);
    background: linear-gradient(45deg, #18ffff 0%, #00e5ff 100%);
}

    .gradient-45deg-cyan-cyan.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(0, 229, 255, 0.5);
    }

.gradient-45deg-yellow-teal {
    background: #fff9c4;
    background: -webkit-linear-gradient(45deg, #fff9c4 0%, #64ffda 100%);
    background: linear-gradient(45deg, #fff9c4 0%, #64ffda 100%);
}

    .gradient-45deg-yellow-teal.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(100, 255, 218, 0.5);
    }

.gradient-45deg-purple-deep-purple {
    background: #7b1fa2;
    background: -webkit-linear-gradient(45deg, #7b1fa2 0%, #7c4dff 100%);
    background: linear-gradient(45deg, #7b1fa2 0%, #7c4dff 100%);
}

    .gradient-45deg-purple-deep-purple.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(124, 77, 255, 0.5);
    }

.gradient-45deg-cyan-light-green {
    background: #00e5ff;
    background: -webkit-linear-gradient(45deg, #00e5ff 0%, #ccff90 100%);
    background: linear-gradient(45deg, #00e5ff 0%, #ccff90 100%);
}

    .gradient-45deg-cyan-light-green.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(204, 255, 144, 0.5);
    }

.gradient-45deg-purple-amber {
    background: #d500f9;
    background: -webkit-linear-gradient(45deg, #d500f9 0%, #ffa000 100%);
    background: linear-gradient(45deg, #d500f9 0%, #ffa000 100%);
}

    .gradient-45deg-purple-amber.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(255, 160, 0, 0.5);
    }

.gradient-45deg-indigo-purple {
    background: #303f9f;
    background: -webkit-linear-gradient(45deg, #303f9f 0%, #7b1fa2 100%);
    background: linear-gradient(45deg, #303f9f 0%, #7b1fa2 100%);
}

    .gradient-45deg-indigo-purple.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(123, 31, 162, 0.5);
    }

.gradient-45deg-deep-purple-blue {
    background: #6200ea;
    background: -webkit-linear-gradient(45deg, #6200ea 0%, #1976D2 100%);
    background: linear-gradient(45deg, #6200ea 0%, #1976D2 100%);
}

    .gradient-45deg-deep-purple-blue.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(25, 118, 210, 0.5);
    }

.gradient-45deg-deep-orange-orange {
    background: #bf360c;
    background: -webkit-linear-gradient(45deg, #bf360c 0%, #f57c00 100%);
    background: linear-gradient(45deg, #bf360c 0%, #f57c00 100%);
}

    .gradient-45deg-deep-orange-orange.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(245, 124, 0, 0.5);
    }

.gradient-45deg-light-blue-cyan {
    background: #0288d1;
    background: -webkit-linear-gradient(45deg, #0288d1 0%, #26c6da 100%);
    background: linear-gradient(45deg, #0288d1 0%, #26c6da 100%);
}

    .gradient-45deg-light-blue-cyan.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(38, 198, 218, 0.5);
    }

.gradient-45deg-blue-indigo {
    background: #2962FF;
    background: -webkit-linear-gradient(45deg, #2962FF 0%, #3949ab 100%);
    background: linear-gradient(45deg, #2962FF 0%, #3949ab 100%);
}

    .gradient-45deg-blue-indigo.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(57, 73, 171, 0.5);
    }

.gradient-45deg-semi-dark {
    background: #00AEFF;
    background: -webkit-linear-gradient(180deg, #00AEFF 0%, #3369E6 100%);
    background: linear-gradient(-90deg, #00AEFF 0%, #3369E6 100%);
}

    .gradient-45deg-semi-dark.gradient-shadow {
        box-shadow: 0 6px 20px 0 rgba(51, 105, 230, 0.5);
    }

.avatar-status {
    position: relative;
    display: inline-block;
    line-height: 50px;
    width: 28px;
    white-space: nowrap;
    border-radius: 1000px;
    vertical-align: bottom;
}

    .avatar-status i {
        position: absolute;
        right: -2px;
        bottom: 18px;
        width: 9px !important;
        height: 9px !important;
        border: 1px solid #fff;
        border-radius: 100%;
    }

    .avatar-status span.text-circle {
        text-align: center;
        vertical-align: middle;
        color: #fff;
        font-size: 1.2rem;
        background: #fafafa;
        display: table-cell;
    }

    .avatar-status img {
        width: 100%;
        max-width: 100%;
        height: auto;
        background: #e6e6e6;
        border: 0 none;
        border-radius: 1000px;
    }

.avatar-online i {
    background-color: #00E676;
    display: none;
}

.avatar-off i {
    background-color: #bdbdbd;
}

.avatar-busy i {
    background-color: #FF1744;
}

.avatar-away i {
    background-color: #ffc400;
}

.avatar-100 {
    width: 100px;
}

    .avatar-100 span.text-circle {
        width: 100px;
        height: 100px;
    }

    .avatar-100 i {
        height: 20px;
        width: 20px;
    }

.avatar-50 {
    width: 50px;
}

    .avatar-50 span.text-circle {
        width: 50px;
        height: 50px;
    }

    .avatar-50 i {
        height: 10px;
        width: 10px;
    }

.avatar-lg {
    width: 144px;
}

    .avatar-lg span.text-circle {
        width: 144px;
        height: 144px;
    }

    .avatar-lg i {
        right: 0;
        bottom: 0;
        height: 20px;
        width: 20px;
    }

.avatar-md {
    width: 40px;
}

    .avatar-md span.text-circle {
        width: 40px;
        height: 40px;
    }

    .avatar-md i {
        right: 0;
        bottom: 0;
        height: 10px;
        width: 10px;
    }

.avatar-sm {
    width: 32px;
}

    .avatar-sm span.text-circle {
        width: 32px;
        height: 32px;
    }

    .avatar-sm i {
        height: 8px;
        width: 8px;
    }

.avatar-xs {
    width: 24px;
}

    .avatar-xs span.text-circle {
        width: 24px;
        height: 24px;
    }

    .avatar-xs i {
        height: 7px;
        width: 7px;
    }

.collection .collection-item.avatar:not(.circle-clipper) > .circle {
    background: #e6e6e6;
}

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local("Material Icons"), local("MaterialIcons-Regular"), url("/Content/fonts/material-design-icons/MaterialIcons-Regular.ttf") format("truetype"), url("/Content/fonts/material-design-icons/MaterialIcons-Regular.woff2") format("woff2"), url("/Content/fonts/material-design-icons/MaterialIcons-Regular.woff") format("woff"), url("/Content/fonts/material-design-icons/MaterialIcons-Regular.eot");
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* 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. */
    font-feature-settings: 'liga';
}

    /* Rules for sizing the icon. */
    .material-icons.md-18 {
        font-size: 18px;
    }

    .material-icons.md-24 {
        font-size: 24px;
    }

    .material-icons.md-36 {
        font-size: 36px;
    }

    .material-icons.md-48 {
        font-size: 48px;
    }

    /* Rules for using icons as black on a light background. */
    .material-icons.md-dark {
        color: #444;
    }

        .material-icons.md-dark.md-inactive {
            color: rgba(0, 0, 0, 0.26);
        }

    /* Rules for using icons as white on a dark background. */
    .material-icons.md-light {
        color: white;
    }

        .material-icons.md-light.md-inactive {
            color: rgba(255, 255, 255, 0.3);
        }

/*----------------------------------------
    Pulse
------------------------------------------*/
.pulse-style-one {
    display: flex;
    justify-content: space-around;
}

/*----------------------------------------
    Pre-loader
------------------------------------------*/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100% - 140px);
    z-index: 1000;
}

    #loader-wrapper .loader-section {
        position: fixed;
        top: 140px;
        width: 51%;
        height: calc(100% - 140px);
        background: #eceff1;
        z-index: 1000;
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        transform: translateX(0);
    }

        #loader-wrapper .loader-section.section-left {
            left: 0;
        }

        #loader-wrapper .loader-section.section-right {
            right: 0;
        }

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    z-index: 1001;
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;
        -webkit-animation: spin 3s linear infinite;
        animation: spin 3s linear infinite;
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;
        -webkit-animation: spin 1.5s linear infinite;
        animation: spin 1.5s linear infinite;
    }

#loader-logo {
    display: block;
    position: absolute;
    left: 48%;
    top: 46%;
    background: url("../../../images/avatar/avatar-2.png") no-repeat center center;
    z-index: 1001;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.loaded #loader-wrapper {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.3s 1s ease-out;
    transition: all 0.3s 1s ease-out;
}

    .loaded #loader-wrapper .loader-section.section-left {
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

    .loaded #loader-wrapper .loader-section.section-right {
        -webkit-transform: translateX(100%);
        -ms-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        transition: all 0.7s 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    }

.loaded #loader {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.progress {
    background-color: rgba(255, 64, 129, 0.22);
}

/* JavaScript Turned Off */
.no-js #loader-wrapper {
    display: none;
}

/*----------------------------------------
    Page Header
------------------------------------------*/
h1.logo-wrapper {
    margin: -8px 0px 0 30px
}

h1 span.logo-text {
    font-size: 16px;
    padding-left: 30px;
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s linear;
    line-height: 56px;
    /*text-transform: uppercase;*/
    font-weight: 600;
    color: #4E4E4E;
}

.menu-sidebar-collapse {
    margin: 0 10px;
}

    .menu-sidebar-collapse i {
        line-height: 36px !important;
    }

header .brand-logo {
    margin: 1px 0px;
    padding: 22px 20px;
    line-height: 0;
}

    header .brand-logo img {
        height: 18px;
    }

@media only screen and (max-width: 992px) {
    aside .nav-wrapper {
        text-align: center;
    }

        aside .nav-wrapper a.page-title {
            font-size: 36px;
        }

    aside .brand-sidebar {
        box-shadow: none;
        left: calc(50% - 120px);
    }

        aside .brand-sidebar .navbar-toggler {
            display: none;
        }

        aside .brand-sidebar .logo-wrapper {
            padding: 5px 18px;
        }

        aside .brand-sidebar .sidebar-collapse {
            top: -48px;
        }

    ul.side-nav.leftside-navigation {
        top: 51px !important;
    }
}

/*Search box*/
#header .header-search-wrapper {
    margin: 10px auto 0 260px;
    width: calc(100% - 600px);
    height: 40px;
    display: inline-block;
    position: relative;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

    #header .header-search-wrapper.sideNav-lock {
        margin: 10px auto 0 260px;
    }

    #header .header-search-wrapper i {
        position: absolute;
        font-size: 24px;
        top: 6px;
        left: 24px;
        line-height: 32px !important;
        -webkit-transition: color 200ms ease;
        transition: color 200ms ease;
    }

#header input.header-search-input {
    display: block;
    padding: 8px 8px 8px 72px;
    width: 87%;
    background: rgba(255, 255, 255, 0.3);
    height: 24px;
    -webkit-transition: all 200ms ease;
    transition: all 200ms ease;
    border: none;
    font-size: 16px;
    appearance: textfield;
    font-weight: 400;
    outline: none;
    border-radius: 3px;
}

    #header input.header-search-input:hover {
        background: rgba(255, 255, 255, 0.5);
    }

    #header input.header-search-input:focus {
        color: #333;
        background: #fff;
        border-bottom: none !important;
        box-shadow: none !important;
    }

#header .header-search-wrapper-focus i {
    color: #444;
}

#header .header-search-input::-webkit-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

#header .header-search-input::-moz-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

#header .header-search-input:-ms-input-placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

#header .header-search-input:focus::-webkit-input-placeholder {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

#header .header-search-input:focus::-moz-placeholder {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

#header .header-search-input:focus::placeholder {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

#header .header-search-input:focus:-ms-input-placeholder {
    color: #333;
    font-size: 16px;
    font-weight: 400;
}

#header .header-search-input::placeholder {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}

.search-out {
    display: none;
}

    .search-out input[type=text]:focus:not([readonly]) {
        border-bottom: 1px solid #fff !important;
        box-shadow: none;
    }

.search-out-text {
    border-bottom: 1px solid #fff !important;
}

.translation-button img {
    position: relative;
    top: 12px;
}

#translation-dropdown .language-select {
    position: relative;
    top: -9px;
}

.notification-badge {
    font-family: 'Poppins' !important;
    position: relative;
    right: 5px;
    top: -17px;
    color: #ffffff;
    background-color: #7e57c2;
    margin: 0 -.8em;
    border-radius: 50%;
    padding: 1px 6px;
}

#notifications-dropdown h5 {
    font-size: 1rem;
    text-transform: capitalize;
    font-weight: 500;
}
<!-- [if IE] >
#searchtextProduct {
    line-height: 21px;
}

<![endif] -->
#notifications-dropdown li {
    padding: 8px 16px;
    font-size: 1rem;
    width: 100%;
}

#notifications-dropdown li > a {
    padding: 0;
    font-size: 1.1rem;
    font-weight: 300;
    padding: 5px;
}

    #notifications-dropdown li > a > span {
        display: inline-block;
        font-size: 1.2rem;
        position: relative;
        top: 4px;
        margin-right: 5px;
    }

#notifications-dropdown li > time {
    font-size: 0.8rem;
    font-weight: 400;
    margin-left: 38px;
}

#notifications-dropdown li.divider {
    padding: 0;
}

/*----------------------------------------
    Main Menu - SideNav
------------------------------------------*/
nav.top-nav {
    height: 122px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

    nav.top-nav a.page-title {
        line-height: 122px;
        font-size: 48px;
    }

nav ul li.no-hover:hover {
    background: none;
}

.side-nav {
    width: 272px;
    -webkit-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .side-nav.native-scroll {
        overflow-y: scroll !important;
    }

    .side-nav a {
        line-height: 42px;
        height: 42px;
    }

    .side-nav li > a {
        padding: 0 0px !important;
    }

        .side-nav li > a:hover {
            background-color: transparent;
        }

    .side-nav.leftside-navigation .collapsible-body li.active {
        background-color: rgba(0, 0, 0, 0.04);
    }

    .side-nav.fixed.leftside-navigation .collapsible-body li.active {
        background-color: rgba(0, 0, 0, 0.04);
    }

    .side-nav .collapsible-body > ul:not(.collapsible) > li.active i,
    .side-nav.fixed .collapsible-body > ul:not(.collapsible) > li.active i {
        color: #fff;
    }

.nav-collapsed .brand-sidebar {
    width: 64px;
}

    .nav-collapsed .brand-sidebar .navbar-toggler, .nav-collapsed .brand-sidebar .brand-logo span {
        visibility: hidden;
        opacity: 0;
        transition: visibility 0s 2s, opacity 0.05s linear;
    }

.nav-collapsed .side-nav {
    width: 64px;
}

    .nav-collapsed .side-nav .user-options, .nav-collapsed .side-nav .nav-text, .nav-collapsed .side-nav .collapsible-body span, .nav-collapsed .side-nav span.badge, .nav-collapsed .side-nav .collapsible-header:after {
        display: none;
    }

    .nav-collapsed .side-nav .nav-text {
        visibility: visible;
        opacity: 1;
        transition: opacity 0.2s linear;
    }

.nav-expanded .side-nav .nav-text {
    visibility: visible;
    opacity: 1;
    transition: opacity 0.2s linear;
}

.brand-sidebar {
    position: fixed;
    left: 0;
    width: 240px;
    top: 0px;
    z-index: 9;
    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-transition: .3s ease all;
    -o-transition: .3s ease all;
    -moz-transition: .3s ease all;
    transition: .3s ease all;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
}

    .brand-sidebar .logo-wrapper {
        font-size: 36px;
        padding: 21px 10px;
        white-space: nowrap;
        line-height: 17px !important;
    }

        .brand-sidebar .logo-wrapper a.brand-logo {
            color: #fff;
        }

            .brand-sidebar .logo-wrapper a.brand-logo img {
                height: 18px;
            }

        .brand-sidebar .logo-wrapper a.navbar-toggler {
            position: absolute;
            right: 20px;
            top: 17px;
        }

            .brand-sidebar .logo-wrapper a.navbar-toggler i {
                font-size: 12px;
                color: #fff;
            }

ul.side-nav.leftside-navigation {
    top: 64px;
    overflow: hidden;
    height: 100%;
}

    ul.side-nav.leftside-navigation hr {
        display: block;
        height: 1px;
        border: 0;
        border-top: 1px solid #e0e0e0;
        margin: 1em 0;
        padding: 0;
    }

    ul.side-nav.leftside-navigation li:not(.no-padding) {
        line-height: 44px;
    }

        ul.side-nav.leftside-navigation li:not(.no-padding):hover {
            background-color: rgba(0, 0, 0, 0.04);
        }

        ul.side-nav.leftside-navigation li:not(.no-padding).active {
            background-color: rgba(0, 0, 0, 0.04);
        }

        ul.side-nav.leftside-navigation li:not(.no-padding) a {
           
            /*font-size: 13px;
  font-weight: 300;*/
            white-space: nowrap;
        }

#modeProductSearchInBookAnOrder .modal-content {
    padding: 0px;
}

    #modeProductSearchInBookAnOrder .modal-content .row {
        padding: 0px 15px;
    }

    #modeProductSearchInBookAnOrder .modal-content h6 {
        margin-top: 0px;
        padding: 10px;
        background: #dd4939;
        color: #fff;
        text-align: center;
    }

    #modeProductSearchInBookAnOrder .modal-content .waves-effect {
        background-color: #ff9c1a;
    }

ul.side-nav.leftside-navigation li:not(.no-padding).user-details {
    background: url("../../../images/gallary/12.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-bottom: 15px;
    padding: 15px 0 0 15px;
}

    ul.side-nav.leftside-navigation li:not(.no-padding).user-details #profile-dropdown a {
        padding: 8px 15px;
    }

ul.side-nav.leftside-navigation .profile-btn {
    margin: 0;
    text-transform: capitalize;
    padding: 0;
    text-shadow: 1px 1px 1px #444;
    font-size: 15px;
}

ul.side-nav.leftside-navigation ul.collapsible-accordion {
    background-color: #fff;
}

ul.side-nav li {
    padding: 0;
}

ul.side-nav .collapsible-header {
    margin: 0;
    font-weight: 500;
    /* Sidebar nav open close icons*/
}

    ul.side-nav .collapsible-header:after {
        font-family: 'Material Icons';
        content: "keyboard_arrow_right";
        color: #9e9e9e;
        font-size: 18px;
        position: absolute;
        right: 16px;
    }

    ul.side-nav .collapsible-header.active:after {
        content: "keyboard_arrow_down";
    }

#slide-out li a i {
    line-height: inherit;
    width: 2rem;
    font-size: 1.4rem;
    display: block;
    float: left;
    text-align: center;
    margin-right: 0px;
}

#slide-out li .collapsible-body a i {
    font-size: 1.2rem;
}

#slide-out ul.side-nav li {
    padding: 0 !important;
}

.caption {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 30px;
}

.caption-uppercase {
    font-size: 1.25rem;
    font-weight: 300;
    margin-bottom: 30px;
}

.sidebar-collapse {
    position: absolute;
    left: -170px;
    top: -50px;
}

.user-task,
.user-time {
    margin: 0;
    font-size: 13px;
    color: #fff;
}

.user-roal {
    color: #fff;
    margin-top: -16px;
    font-size: 13px;
    text-shadow: 1px 1px 1px #444;
}

.user-details .row {
    margin: 0;
}

.bold > a {
    font-weight: bold;
}

.rightside-navigation {
    overflow: hidden;
}

/*----------------------------------------
    Right Chat Slideout
------------------------------------------*/
#right-search .input-field {
    margin-top: 0;
}

#chat-out {
    top: 64px;
    overflow: hidden;
}

    #chat-out.side-nav {
        width: 300px;
        height: calc(100% - 64px) !important;
        padding-bottom: 0px;
    }

    #chat-out .fixed-line-height {
        line-height: 24px;
    }

    #chat-out .switch label input[type=checkbox]:checked + .lever:after {
        background-color: #000;
    }

    #chat-out .switch label .lever:after {
        background-color: #f5f5f5;
    }

    #chat-out #chatapp li {
        line-height: 35px !important;
        min-height: 70px !important;
    }

    #chat-out #chatapp .side-nav li {
        line-height: 20px !important;
    }

.chat-close-collapse {
    padding: 5px 15px 0 0;
}

.icon-bg-color {
    height: 35px;
    width: 35px;
    border-radius: 50%;
    text-align: center;
    padding-top: 8px;
    font-size: 20px;
}

.border-bottom-1 {
    border-bottom: 1px solid #f5f5f5;
}

.activity::before {
    position: absolute;
    top: 0;
    height: 100vh;
    margin-top: 130px;
    bottom: 0;
    left: 16%;
    width: 1px;
    margin-left: -1px;
    content: "";
    background-color: #e0e0e0;
    z-index: -1;
}

/*----------------------------------------
	Breadcrumb
------------------------------------------*/
#breadcrumbs-wrapper {
    /*background: #ffffff;*/
    margin-top: 55px !important;
    /*box-shadow: 0 0 8px #ddd;*/
}

    #breadcrumbs-wrapper .breadcrumbs-btn {
        top: 30px;
    }

    #breadcrumbs-wrapper h5.breadcrumbs-header {
        font-size: 1.64rem;
        line-height: 1.804rem;
        margin: 1.5rem 0 0 0;
    }

    #breadcrumbs-wrapper .breadcrumbs {
        padding: 0;
        margin: 10.5px 0;
        list-style: none;
    }

        #breadcrumbs-wrapper .breadcrumbs > li {
            display: inline-block;
        }

            #breadcrumbs-wrapper .breadcrumbs > li + li:before {
                padding: 0 5px;
                color: #bdbdbd;
                content: "/\00a0";
            }

        #breadcrumbs-wrapper .breadcrumbs .active {
            font-weight: normal;
            color: #9e9e9e;
        }

    #breadcrumbs-wrapper .breadcrumbs-title {
        font-size: 16px;
        font-weight: 600;
        /*line-height: 31px;*/
        margin: 10px 0 5px 0;
        /* margin: 10px 0; */
        /* margin-top: 15px; */
    }

    #breadcrumbs-wrapper .breadcrumbs-nav {
        margin: 8px 0 9px;
    }

/*----------------------------------------
    Forms
------------------------------------------*/
.input-field div.error {
    position: relative;
    top: -1rem;
    left: 0rem;
    font-size: 0.8rem;
    color: #FF4081;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    -o-transform: translateY(0%);
    transform: translateY(0%);
}

.input-field label.active {
    width: 100%;
}

.left-alert input[type=text] + label:after,
.left-alert input[type=password] + label:after,
.left-alert input[type=email] + label:after,
.left-alert input[type=url] + label:after,
.left-alert input[type=time] + label:after,
.left-alert input[type=date] + label:after,
.left-alert input[type=datetime-local] + label:after,
.left-alert input[type=tel] + label:after,
.left-alert input[type=number] + label:after,
.left-alert input[type=search] + label:after,
.left-alert textarea.materialize-textarea + label:after {
    left: 0px;
}

.right-alert input[type=text] + label:after,
.right-alert input[type=password] + label:after,
.right-alert input[type=email] + label:after,
.right-alert input[type=url] + label:after,
.right-alert input[type=time] + label:after,
.right-alert input[type=date] + label:after,
.right-alert input[type=datetime-local] + label:after,
.right-alert input[type=tel] + label:after,
.right-alert input[type=number] + label:after,
.right-alert input[type=search] + label:after,
.right-alert textarea.materialize-textarea + label:after {
    right: 70px;
}

/*----------------------------------------
    Tables
------------------------------------------*/
.jsgrid-edit-row input[type="checkbox"], .jsgrid-insert-row input[type="checkbox"], .jsgrid-filter-row input[type="checkbox"], .jsgrid-alt-row input[type="checkbox"], .jsgrid-row input[type="checkbox"], .config-panel input[type=checkbox] {
    position: relative !important;
    left: 0 !important;
    visibility: visible !important;
}

.jsgrid-grid-body {
    height: auto !important;
}

.jsgrid-edit-row select {
    display: block !important;
}

.jsgrid-insert-row select {
    display: block !important;
}

.jsgrid-insert-row .select-wrapper .caret {
    display: none !important;
}

.jsgrid-insert-row .select-wrapper .select-dropdown {
    display: none !important;
}

#jsGrid-sorting {
    height: 500px !important;
    overflow: scroll !important;
}

#jsGrid-page {
    height: 500px !important;
    overflow: scroll !important;
}

#jsGrid-custom-row {
    height: 500px !important;
    overflow: scroll !important;
}

/*----------------------------------------
Cards
------------------------------------------*/
.card {
    overflow: hidden;
}

#card-stats .card-content {
    text-align: center;
}

#card-stats .card-stats-title {
    font-size: 16px;
    font-weight: 600;
}

    #card-stats .card-stats-title i {
        font-size: .9rem;
        top: 0px;
        position: relative;
        margin-right: 15px;
    }

.card .card-content {
    border-radius: 0
}

#card-stats .card-stats-compare {
    font-size: .9rem;
}

    #card-stats .card-stats-compare span {
        display: block;
    }

    #card-stats .card-stats-compare i {
        position: relative;
        top: 5px;
    }

#card-stats .card-stats-number {
    font-size: 13px;
    line-height: 1.5rem;
    margin: 0.1rem 0 0.1rem 0;
    font-weight: normal;
    width: 50%;
    float: left;
    word-break: break-all;
}

    #card-stats .card-stats-number strong {
        width: 100%;
        float: left;
        margin-bottom: 0px;
        font-weight: 600;
    }

.fa.fa-rupee-sign {
    font-size: 12px;
}

.tabs .tab a {
    font-size: 16px
}

#card-stats .card .card-content {
    padding: 12px 14px;
}

#card-stats .card .card-action {
    padding: 10px 14px;
}

/* alert card */
#card-alert .card-content {
    padding: 10px 20px;
}

#card-alert i {
    font-size: 20px;
    position: relative;
    top: 2px;
}

#card-alert .alert-circle {
    display: inline-block;
    width: 40px;
    white-space: nowrap;
    border-radius: 1000px;
    vertical-align: bottom;
    position: relative;
    top: -5px;
    left: -2px;
}

#card-alert .single-alert {
    line-height: 42px;
}

#card-alert button {
    background: none;
    border: none;
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 20px;
    color: #fff;
}

#card-alert .card .card-content {
    padding: 20px 40px 20px 20px;
}

#card-alert .card-action i {
    top: 0;
    margin: 0;
}

/* work card */
#work-collections .collection-header {
    font-size: 1.14rem;
    font-weight: 500;
    margin-top: 10px !important;
}

#work-collections p.collections-title {
    font-size: 1.0rem;
    padding: 0;
    margin: 0;
    font-weight: 500;
}

#work-collections p.collections-content {
    font-size: 0.9rem;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

#work-collections .collection-item.avatar {
    height: auto;
    padding-top: 22px;
}

/* flight card */
#flight-card .flight-card-title {
    margin: 0;
    font-weight: 300;
    color: #fff;
}

#flight-card .flight-card-date {
    font-size: 1.0rem;
    margin: 0;
    color: #fff;
}

#flight-card .flight-state {
    padding-bottom: 15px;
}

#flight-card .flight-state-two {
    border-left: 1px dashed #bdbdbd;
}

#flight-card .flight-icon {
    font-size: 2.2rem;
    display: block;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

#flight-card .card-content-bg {
    background: url("../../../images/gallary/3.png") no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#flight-card .card-content {
    background: rgba(0, 0, 0, 0.25);
}

#flight-card .flight-state-wrapper {
    margin: 0 0 100px 0 !important;
}

#flight-card .card-header .card-title {
    padding: 20px;
}

/* task card */
#task-card label {
    display: block;
    color: #444;
    height: auto;
}

#task-card .task-card-title {
    margin: 0;
    color: #fff;
    font-weight: 300;
}

#task-card .task-card-date {
    font-size: 1.0rem;
    margin: 0;
    color: #fff;
}

#task-card .collection-header {
    padding: 20px;
}

#task-card .task-add {
    position: absolute;
    right: 10px;
    top: 76px;
}

#task-card .task-cat {
    padding: 2px 4px;
    color: #fff;
    margin-left: 37px;
    font-weight: 300;
    font-size: 0.8rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
}

.task-cat {
    padding: 2px 4px;
    color: #fff;
    font-weight: 300;
    font-size: 0.8rem;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background-clip: padding-box;
}

.collection .collection-item.avatar i.circle {
    font-size: 28px;
}

/* profile card */
#profile-card .card-image {
    height: 150px;
}

#profile-card .card-profile-image {
    width: 70px;
    position: absolute;
    top: 110px;
    z-index: 1;
    cursor: pointer;
}

#profile-card .btn-move-up {
    position: relative;
    top: -40px;
    right: -18px;
    margin-right: 10px !important;
}

#profile-card .card-content p {
    font-size: 1.2rem;
    margin: 10px 0 12px;
}

.card-move-up .move-up {
    padding: 20px;
}

.black-overlay {
    background-color: rgba(0, 0, 0, 0.42) !important;
}

.bg-image-1 {
    background-image: url("../../../images/cards/macbook.png");
    width: 100%;
    background-size: cover;
}

.bg-image-2 {
    background-image: url("../../../images/cards/iphone.png");
    width: 100%;
    background-size: cover;
}

.bg-image-3 {
    background-image: url("../../../images/cards/applewatch.png");
    width: 100%;
    background-size: cover;
}

/*----------------------------------------
    Charts
------------------------------------------*/
#card-stats {
    padding-top: 12px;
}

#chart-dashboard .card {
    overflow: hidden;
}

    #chart-dashboard .card .card-content {
        padding: 10px 14px;
    }

.sample-chart-wrapper {
    width: 100%;
}

.chart-title {
    font-size: 1.6rem;
    font-weight: 300;
}

/* Revenue Chart */
.chart-revenue {
    float: right;
    text-align: center;
    padding: 8px;
    border-radius: 3px;
}

    .chart-revenue .chart-revenue-total {
        font-size: 0.9rem;
        margin: 0;
    }

    .chart-revenue .chart-revenue-per {
        font-size: 0.8rem;
        margin: 0;
    }

        .chart-revenue .chart-revenue-per i {
            position: relative;
            top: 5px;
        }

.chart-revenue-switch {
    padding-top: 28px;
    padding-right: 10px;
    color: #fff;
    text-align: right;
}

/* doughnut chart */
.doughnut-chart-status {
    position: relative;
    top: -75px;
    left: 0;
    font-size: 16px;
    font-weight: 500;
    height: 0;
    text-align: center;
}

    .doughnut-chart-status p {
        margin-top: -5px;
    }

.doughnut-chart-legend li {
    padding: 2px 0;
    font-size: 0.9rem;
}

    .doughnut-chart-legend li:before {
        content: "";
        width: 8px;
        height: 8px;
        display: block;
        float: left;
        margin-top: 6px;
        margin-right: 4px;
    }

a.button-collapse.top-nav {
    position: absolute;
    left: 7.5%;
    top: 0;
    float: none;
    margin-left: 1.5rem;
    color: #fff;
    font-size: 32px;
    z-index: 2;
}

/* trending bar chart */
.trending-bar-chart-wrapper {
    width: 100%;
}

.btn-move-up {
    position: relative;
    top: -28px;
    right: -18px;
    margin-right: 10px !important;
}

/* Flot Chart*/
.flotchart-placeholder {
    width: 100%;
    height: 300px;
    font-size: 13px;
    line-height: 1.2em;
}

#flotchart table {
    position: absolute;
    top: 13px;
    right: 17px;
    font-size: smaller;
    color: #545454;
    width: 100px;
}

#flotchart td {
    padding: 5px;
}

th, td {
    padding: 5px;
    font-size: 11px;
}

    td p {
        margin: 0
    }
/* xCharts */
.xchart-placeholder {
    width: 90%;
    height: 300px;
}

/*Sparkline*/
.jqstooltip {
    border: none !important;
    box-sizing: content-box;
}

.tooltip-class {
    overflow: hidden;
    color: #fff;
    height: 20px;
    width: 30px;
}

#ct2-chart .ct-series.ct-series-a .ct-area {
    fill: #00bcd4;
}

#ct2-chart .ct-series.ct-series-a .ct-point {
    stroke: #00bcd4;
}

#ct2-chart .ct-series.ct-series-a .ct-line {
    stroke: #54e2f4;
}

/*  Widget */
.socialbox .logo {
    color: #fff;
    font-size: 28px;
    left: 20px;
    bottom: 20px;
    position: absolute;
}

.socialbox .info {
    color: #fff;
    margin: 0;
    position: absolute;
    right: 20px;
    bottom: 20px;
    font-size: 15px;
    padding: 0;
}

#breadcrumbs-wrapper .m4 {
    text-align: center;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
    .doughnut-chart-status {
        display: none;
    }

    #breadcrumbs-wrapper .breadcrumbs-title {
        /* font-size: 15px; */
        margin-top: 56px;
        padding: 0px 0px;
    }

    #tblOrder {
    }

    .view_order_t {
        width: 480px !important;
    }

    #displayProduct table {
        width: 630px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .doughnut-chart-status {
        display: none;
    }

    #profile-dropdown {
        top: 40px !important;
    }

    #card-stats .card-stats-compare {
        font-size: 0.8rem;
    }

    #profile-dropdown {
        top: 56px !important;
    }
}

/*----------------------------------------
    Calender
------------------------------------------*/
#full-calendar {
    padding-top: 30px;
}

#calendar h2 {
    font-size: 1.5rem;
    line-height: 35px;
}

#calendar .fc-day-header {
    font-weight: 400;
}

#external-events {
    padding-top: 50px;
}

    #external-events .fc-event {
        color: #fff;
        text-decoration: none;
        padding: 5px;
        margin-bottom: 10px;
        cursor: all-scroll;
        border: none;
    }

.fc button {
    background: #fff;
}

.fc td {
    border-width: 0 !important;
}

.fc th {
    border-width: 0 !important;
}

.fc-state-active {
    color: #7e57c2 !important;
}

.fc-state-down {
    color: #7e57c2 !important;
}

/*----------------------------------------
  Miscellaneous CSS for demo purpose only
------------------------------------------*/
.dynamic-color .red, .dynamic-color .pink, .dynamic-color .purple, .dynamic-color .deep-purple, .dynamic-color .indigo, .dynamic-color .blue, .dynamic-color .light-blue, .dynamic-color .cyan, .dynamic-color .teal, .dynamic-color .green, .dynamic-color .light-green, .dynamic-color .lime, .dynamic-color .yellow, .dynamic-color .amber, .dynamic-color .orange, .dynamic-color .deep-orange, .dynamic-color .brown, .dynamic-color .grey, .dynamic-color .blue-grey {
    height: 55px;
    width: 100%;
    padding: 0 15px;
    line-height: 55px;
    font-weight: 500;
    font-size: 12px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

i.delete_icon, #floatThead a i.delete_icon {
    color: #ec0000;
}

i.edit_icon, #floatThead a i.edit_icon {
    color: #079a07;
}

.delete_icon:hover, .edit_icon:hover {
    opacity: .5
}

.dynamic-color .col {
    margin-bottom: 55px;
}

tr.group {
    background-color: #ddd !important;
}

    tr.group:hover {
        background-color: #ddd !important;
    }

@media only screen and (max-width: 1024px) {
    tfoot {
        display: none;
    }
}

/*----------------------------------------
    Grid - Flat Site Mockup
------------------------------------------*/
#site-layout-example-left {
    background-color: #90a4ae;
    height: 300px;
}

#site-layout-example-right {
    background-color: #00bfa5;
    height: 300px;
}

#site-layout-example-top {
    background-color: #FF5252;
    height: 50px;
}

.flat-text-header {
    height: 35px;
    width: 80%;
    background-color: rgba(255, 255, 255, 0.15);
    display: block;
    margin: 27px auto;
}

.flat-text {
    height: 25px;
    width: 80%;
    background-color: rgba(0, 0, 0, 0.15);
    display: block;
    margin: 27px auto;
}

    .flat-text.small {
        width: 25%;
        height: 25px;
        background-color: rgba(0, 0, 0, 0.15);
    }

    .flat-text.full-width {
        width: 100%;
    }

.col.grid-example {
    border: 1px solid #eee;
    margin: 7px 0;
    text-align: center;
    line-height: 50px;
    font-size: 28px;
    background-color: #ff6347;
    color: #fff;
    padding: 0;
}

    .col.grid-example span {
        font-weight: 200;
        line-height: 50px;
    }

.waves-color-demo .collection-item {
    height: 57px;
    line-height: 57px;
}

.collection a.collection-item:not(.active):hover {
    background-color: #f9f9f9;
}

/*----------------------------------------
    Chrome Browser Grid Example
------------------------------------------*/
.browser-window {
    text-align: left;
    width: 100%;
    height: auto;
    display: inline-block;
    -webkit-border-radius: 5px 5px 2px 2px;
    -moz-border-radius: 5px 5px 2px 2px;
    border-radius: 5px 5px 2px 2px;
    background-clip: padding-box;
    background-color: transparent;
    margin: 20px 0;
    overflow: hidden;
}

    .browser-window .top-bar {
        height: 30px;
        -webkit-border-radius: 5px 5px 0 0;
        -moz-border-radius: 5px 5px 0 0;
        border-radius: 5px 5px 0 0;
        background-clip: padding-box;
        border-top: thin solid #eaeae9;
        border-bottom: thin solid #ddd;
        background: linear-gradient(#e7e7e6, #e0e0e0);
    }

    .browser-window .circle {
        height: 10px;
        width: 10px;
        display: inline-block;
        border-radius: 50%;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        background-color: #fff;
        margin-right: 1px;
    }

    .browser-window .circles {
        margin: 5px 12px;
    }

    .browser-window .content {
        margin: 0;
        width: 100%;
        display: inline-block;
        border-radius: 0 0 5px 5px;
        background-color: #fafafa;
    }

    .browser-window .row {
        margin: 0;
    }

#close-circle {
    background-color: #ff5c5a;
}

#minimize-circle {
    background-color: #fdb45c;
}

#maximize-circle {
    background-color: #1bc656;
}

.clear {
    clear: both;
}

.promo i {
    color: #ee6e73;
    font-size: 6rem;
    display: block;
}

.promo-caption {
    font-size: 1.7rem;
    font-weight: 500;
    margin-top: 5px;
    margin-bottom: 0;
}

/*----------------------------------------
    Shadow effect
------------------------------------------*/
.shadow-demo {
    background-color: #26a69a;
    width: 100px;
    height: 100px;
    margin: 20px auto;
}

.collapsible span.badge {
    margin-left: auto;
}

#input-select .input-field label {
    position: absolute;
    top: -14px;
    font-size: 0.8rem;
}

/*----------------------------------------
    icon page
------------------------------------------*/
.icon-demo {
    line-height: 50px;
}

.icon-container i {
    font-size: 3em;
    display: block;
    margin-bottom: 10px;
}

.icon-container .icon-preview {
    height: 120px;
    text-align: center;
}

.icon-holder {
    display: block;
    text-align: center;
    width: 150px;
    height: 115px;
    float: left;
    margin: 0 0 15px 0;
}

    .icon-holder p {
        margin: 0;
    }

/*----------------------------------------
    Error Page
------------------------------------------*/
.text-long-shadow {
    text-shadow: #1d7d74 1px 1px, #1d7d74 2px 2px, #1d7d74 3px 3px, #1d7d74 4px 4px, #1d7d74 5px 5px, #1d7d74 6px 6px, #1d7d74 7px 7px, #1d7d74 8px 8px, #1d7d74 9px 9px, #1d7d74 10px 10px, #1d7d74 11px 11px, #1d7d74 12px 12px, #1d7d74 13px 13px, #1d7d74 14px 14px, #1d7d74 15px 15px, #1d7d74 16px 16px, #1d7d74 17px 17px, #1d7d74 18px 18px, #1d7d74 19px 19px, #1d7d74 20px 20px, #1d7d74 21px 21px, #208b81 22px 22px, #208b81 23px 23px, #208b81 24px 24px, #208b81 25px 25px, #208b81 26px 26px, #208b81 27px 27px, #208b81 28px 28px, #208b81 29px 29px, #208b81 30px 30px, #26a69a 31px 31px, #26a69a 32px 32px, #26a69a 33px 33px, #26a69a 34px 34px, #26a69a 35px 35px, #26a69a 36px 36px, #26a69a 37px 37px;
    background-color: #00bfa5;
    width: 100%;
    font-size: 10rem;
    color: #fff !important;
    text-align: center;
    padding: 20px 0 !important;
}

/*----------------------------------------
    Login Page
------------------------------------------*/
.login-form {
    width: 320px;
}

.login-form-text {
    letter-spacing: 2px;
    letter-spacing: 1px;
    font-size: 14px;
}

.profile-image-login {
    width: 100px;
    height: 100px !important;
}

.login-text {
    margin-top: -6px;
    margin-left: -6px !important;
}

/*----------------------------------------
    Email Page
------------------------------------------*/
#mail-app hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #e0e0e0;
    margin: 1em 0;
    padding: 0;
}

#mail-app #email-sidebar {
    margin-top: 0;
}

#mail-app #email-list {
    margin-top: 0;
}

#mail-app #email-details {
    margin-top: 0;
}

#mail-app .modal .modal-content {
    padding: 0;
}

.email-unread .email-title {
    font-weight: 500;
}

#email-sidebar {
    min-height: 650px;
}

    #email-sidebar li {
        padding: 10px 0;
        text-align: center;
    }

        #email-sidebar li i {
            padding: 12px;
            color: #272727;
        }

            #email-sidebar li i.active {
                background: #ddd;
                border-radius: 2px;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
            }

            #email-sidebar li i:hover {
                background: #ddd;
                border-radius: 2px;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
            }

#email-list {
    padding: 0;
}

    #email-list .collection {
        margin: 0;
    }

        #email-list .collection .collection-item.avatar {
            height: auto;
            padding-left: 72px;
            position: relative;
        }

            #email-list .collection .collection-item.avatar .secondary-content {
                position: absolute;
                top: 10px;
                right: -4px;
            }

                #email-list .collection .collection-item.avatar .secondary-content.email-time {
                    right: 8px;
                }

            #email-list .collection .collection-item.avatar .icon {
                position: absolute;
                width: 42px;
                height: 42px;
                overflow: hidden;
                left: 15px;
                display: inline-block;
                text-align: center;
                vertical-align: middle;
                top: 20px;
            }

            #email-list .collection .collection-item.avatar .circle {
                position: absolute;
                width: 42px;
                height: 42px;
                overflow: hidden;
                left: 15px;
                display: inline-block;
                vertical-align: middle;
                text-align: center;
                font-size: 1.5rem;
                color: #fff;
                font-weight: 300;
                padding: 10px;
            }

            #email-list .collection .collection-item.avatar img.circle {
                padding: 0;
            }

        #email-list .collection .collection-item:hover {
            background: #e1f5fe;
            cursor: pointer;
        }

        #email-list .collection .collection-item.selected {
            background: #e1f5fe;
            border-left: 4px solid #29b6f6;
        }

    #email-list .attach-file {
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #bdbdbd;
        font-size: 1.1rem;
    }

#email-details {
    padding: 15px;
}

    #email-details .email-subject {
        font-size: 1.2rem;
    }

        #email-details .email-subject i {
            font-size: 2.2rem;
        }

    #email-details .email-tag {
        padding: 3px;
        font-size: 0.9rem;
    }

    #email-details .collection {
        border: none;
    }

        #email-details .collection .collection-item.avatar {
            height: auto;
            padding-left: 72px;
            position: relative;
        }

            #email-details .collection .collection-item.avatar .icon {
                position: absolute;
                width: 42px;
                height: 42px;
                overflow: hidden;
                left: 15px;
                display: inline-block;
                vertical-align: middle;
                top: 20px;
            }

            #email-details .collection .collection-item.avatar .circle {
                position: absolute;
                width: 42px;
                height: 42px;
                overflow: hidden;
                left: 15px;
                display: inline-block;
                vertical-align: middle;
                text-align: center;
                font-size: 1.5rem;
                color: #fff;
                font-weight: 300;
                padding: 10px;
            }

            #email-details .collection .collection-item.avatar img.circle {
                padding: 0;
            }

        #email-details .collection .collection-item.selected {
            background: #e1f5fe;
            border-left: 4px solid #29b6f6;
        }

    #email-details .email-actions {
        padding-top: 25px;
    }

        #email-details .email-actions a {
            color: #757575;
            padding: 5px;
        }

.email-reply {
    padding-top: 20px;
}

    .email-reply a {
        color: #757575;
    }

        .email-reply a i {
            font-size: 2rem;
        }

    .email-reply p {
        color: #757575;
        margin: 0;
    }

.model-email-content {
    padding: 24px;
}

/*----------------------------------------
    Blog
------------------------------------------*/
/* ----- Blog Card -----*/
.item-card .card .card-content .card-title, .item-card .card .card-reveal .card-title {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
}

.item-card .card {
    margin: 0;
}

    .item-card .card .card-content {
        padding: 24px;
    }

.item-card ul.card-action-buttons {
    margin: -26px 10px 0 0;
    text-align: right;
}

    .item-card ul.card-action-buttons li {
        display: inline-block;
        padding-left: 5px;
    }

.payment_box {
    text-align: right;
}
/* -----Blogs Masonery Page----- */
.item .card .card-content .card-title, .item .card .card-reveal .card-title {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
}

.item {
    width: 20%;
    padding: 10px;
}

    .item .card {
        margin: 0;
    }

        .item .card .card-content {
            padding: 24px;
        }

    .item ul.card-action-buttons {
        margin: -26px 10px 0 0;
        text-align: right;
    }

        .item ul.card-action-buttons li {
            display: inline-block;
            padding-left: 5px;
        }

.item-sizer {
    width: 20%;
}

.item-post-content {
    padding-bottom: 10px;
}

#blog-post-full .blog-post-full-cat {
    right: 0;
}

#CartItems, #CartItemsMobile {
    margin: 2px;
    font-family: 'Poppins' !important;
}

.select_tm {
    width: 47.3% !important;
    /* margin: 0 auto; */
    margin-left: 5px !important;
}
/*  item page media queries */
@media screen and (max-width: 2200px) {
    .item-sizer {
        width: 20%;
    }

    .item {
        width: 20%;
    }

    .doughnut-chart-status {
        top: -100px;
    }

    .gallary-sizer {
        width: 20%;
    }

    .gallary-item img {
        width: 20%;
    }
}

@media screen and (max-width: 1800px) {
    .item-sizer {
        width: 30%;
    }

    .item {
        width: 30%;
    }

    .gallary-sizer {
        width: 30%;
    }

    .gallary-item img {
        width: 30%;
    }
}

@media screen and (max-width: 1600px) {
    .item-sizer {
        width: 33.33%;
    }

    .doughnut-chart-status {
        top: -75px;
    }

    .item {
        width: 33.33%;
    }

    .gallary-sizer {
        width: 25%;
    }

    .gallary-item img {
        width: 25%;
    }
}

@media screen and (max-width: 1224px) {
    .item-sizer {
        width: 33.33%;
    }

    .doughnut-chart-status {
        top: -75px;
    }

    .doughnut-chart-status {
        top: -100px;
    }

    .item {
        width: 33.33%;
    }

    .gallary-sizer {
        width: 33.33%;
    }

    .gallary-item img {
        width: 33.33%;
    }
}

@media screen and (max-width: 980px) {
    .item-sizer {
        width: 50%;
    }

    .item {
        width: 50%;
    }

    .gallary-sizer {
        width: 50%;
    }

    .gallary-item img {
        width: 50%;
    }

    #breadcrumbs-wrapper .m4 {
        text-align: left;
    }

    .view_template {
        width: 800px;
    }
}

@media screen and (max-width: 720px) {
    .payment_nobx {
        width: 100%;
        float: none;
    }

    .item-sizer {
        width: 50%;
    }

    .item {
        width: 50%;
    }

    .gallary-sizer {
        width: 50%;
    }

    .gallary-item img {
        width: 50%;
    }

    #breadcrumbs-wrapper .breadcrumbs > li + li:before {
        display: none;
    }

    productcompare .card {
        background: none;
        box-shadow: none;
        border-bottom: 1px solid #000;
        padding-bottom: 10px;
    }

    .waves-block {
        display: block;
        height: 20px;
    }

    #breadcrumbs-wrapper {
        margin-top: 40px !important;
    }

        #breadcrumbs-wrapper .breadcrumbs-title {
            /* font-size: 15px; */
            margin-top: 40px;
        }

    #tblOrder table.responsive-table th {
        display: block;
        text-align: right;
        width: 150px !important;
    }

    .responsive-table input {
        height: auto !important;
    }
}

@media screen and (max-width: 480px) {
    [type="checkbox"]:checked + label:before {
        border-right: 2px solid #fff;
        border-bottom: 2px solid #fff;
    }

    .payment_box {
        text-align: right;
    }

    .payment_box {
        text-align: right;
    }

        .payment_box p {
        }

    .item-sizer {
        width: 100%;
    }

    .item {
        width: 100%;
    }

    .gallary-sizer {
        width: 100%;
    }

    .gallary-item img {
        width: 100%;
    }

    #PasswordChangeOption {
        width: 73% !important;
    }
}

/* -----Blogs Page Full width 2----- */
#item-post-full .card-title {
    text-shadow: 1px 1px 4px #000;
    font-weight: 300;
    font-size: 2rem;
}

#item-post-full .item-post-full-cat {
    padding: 5px;
    margin: 25px;
    right: 0;
    left: inherit;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 1px;
}

    #item-post-full .item-post-full-cat a {
        color: #fff;
        text-shadow: none;
    }

/*----------------------------------------
    Invoice Page
------------------------------------------*/
.invoice-table {
    padding-top: 40px;
}

.invoice-text {
    padding: 18px 0;
}

.invoice-icon i {
    font-size: 2rem;
}

/*----------------------------------------
    Products
------------------------------------------*/
/* ---- Product Card ----- */
.product .card .btn-price {
    width: 65px;
    height: 65px;
    font-weight: 600;
    font-size: 1.0rem;
    line-height: 65px;
    margin: 10px;
    position: absolute;
    top: 0;
    letter-spacing: 0;
}

/*----------------------------------------
    Gallary  Page
------------------------------------------*/
.gallary-sizer {
    width: 20%;
}

.gallary-item img {
    width: 20%;
}

.slider .indicators {
    z-index: 9999;
}

/*----------------------------------------
    Contact Page (Map-card)
------------------------------------------*/
.map-card .card .card-content .card-title, .map-card .card .card-reveal .card-title {
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 400;
}

.map-card #map-canvas, #map-canvas {
    width: 100%;
    height: 250px;
}

/* ---- Map card ----*/
.map-card .btn-move-up {
    top: -40px;
}

/* ---- Map Contact Page ----*/
#contact-page .btn-move-up {
    top: -40px;
}

/*----------------------------------------
    Pricing Plan  Page
------------------------------------------*/
.plans-container .collection {
    border: none;
}

    .plans-container .collection .collection-item {
        border-bottom: none;
        text-align: center;
        font-size: 1.07rem;
        line-height: 1.6em;
    }

        .plans-container .collection .collection-item:before {
            font-family: "Material Icons";
            content: "check";
            font-size: 1.28rem;
            line-height: 1.6em;
            color: #00bfa5;
            speak: none;
            font-style: normal;
            font-weight: normal;
            font-variant: normal;
            text-transform: none;
            -webkit-font-smoothing: antialiased;
            margin-right: 10px;
        }

.plans-container .card .card-image {
    position: relative;
    width: 100%;
}

    .plans-container .card .card-image .card-title {
        position: relative;
        font-size: 1.28rem;
        line-height: 1.6em;
        text-align: center;
        width: 100%;
        padding: 10px 15px;
        background: rgba(0, 0, 0, 0.1);
    }

    .plans-container .card .card-image .price {
        position: relative;
        font-size: 5rem;
        line-height: 1.6em;
        color: #fff;
        font-weight: 300;
        text-align: center;
    }

        .plans-container .card .card-image .price sup {
            font-weight: 100;
            font-size: 1.42rem;
            line-height: 1.6em;
            top: -35px;
        }

        .plans-container .card .card-image .price sub {
            font-weight: 100;
            font-size: 1.42rem;
            line-height: 1.6em;
            top: 0;
        }

    .plans-container .card .card-image .price-desc {
        text-align: center;
        color: #fff;
        padding-bottom: 10px;
    }

.plans-container .card .card-content {
    padding: 0;
}

/*----------------------------------------
    Profile Page
------------------------------------------*/
#profile-page-header .card-image {
    height: 250px;
}

#profile-page-header .card-profile-image {
    width: 110px;
    position: absolute;
    top: 190px;
    z-index: 1;
    left: 40px;
    cursor: pointer;
    margin: 0;
}

#profile-page-header .card-content {
    margin-top: -40px;
}

    #profile-page-header .card-content .card-title {
        margin-bottom: 0;
    }

/*profile-page-wall*/
#profile-page-wall .profile-image-post {
    width: 60px;
    margin: 30px 10px;
}

#profile-page-wall .tab-content {
    padding: 10px;
}

#profile-page-wall .share-icons {
    margin-top: 10px;
}

    #profile-page-wall .share-icons i {
        padding: 0 5px;
    }

#profile-page-wall .tab-profile .tab i {
    font-size: 16px;
}

#profile-page-wall-posts .profile-small {
    height: 250px;
    overflow: hidden;
}

#profile-page-wall-posts .profile-medium {
    height: 350px;
    overflow: hidden;
}

#profile-page-wall-posts .profile-large {
    height: 450px;
    overflow: hidden;
}

#profile-page-wall-posts .card-profile-title {
    font-size: 16px;
    padding: 20px;
    border-radius: 0 0 2px 2px;
}

#profile-page-wall-posts .card-action-share {
    padding: 16px;
}

#revenue-chart span i.material-icons {
    top: 5px;
    position: relative;
}

#revenue-chart .yearly-revenue-chart {
    position: relative;
}

    #revenue-chart .yearly-revenue-chart canvas {
        width: 100% !important;
        height: 350px !important;
    }

        #revenue-chart .yearly-revenue-chart canvas.firstShadow {
            position: absolute;
            left: 0px;
            top: 0px;
        }

#weekly-earning h3.header {
    margin: 3rem 0 3rem 0;
}

#weekly-earning canvas {
    width: 100% !important;
    height: 110 !important;
    margin: 10px 0 10px -18px;
}

#weekly-earning .center-align p {
    margin-bottom: 1rem;
}

.payment_nobx {
    width: 40%;
    float: right;
}

    .payment_nobx .input-field label:not(.label-icon).active {
        font-weight: bold !important;
        color: #000 !important;
        font-size: 14px;
    }

.payment_box_inner {
    width: 39% !important;
    padding-bottom: 15px;
}

    .payment_box_inner p {
        margin: 0px;
    }

.tableProductSearch h3 {
    font-size: 13px !important;
    margin: 0px;
}

@media only screen and (max-width: 800px) {
    .tableProductSearch h3 {
        font-size: 16px !important;
        margin: 0px;
    }

    .payment_box_inner {
        width: 95% !important;
        height: 280px !important;
    }

    .box_outer {
    }

    .payment_nobx {
        width: 100%;
    }

    .border_n {
        border: none !important;
    }

    #tblOrder {
        border: 0 !important;
    }
    /* Force table to not be like tables anymore */
    .table-card table,
    .table-card thead,
    .table-card tbody,
    .table-card th,
    .table-card td,
    .table-card tr {
        display: block;
    }

    .table-card table {
        width: 100% !important
    }
    /* Hide table headers (but not display: none;, for accessibility) */
    .table-card thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    .table-card tr {
        border: 1px solid #ccc;
        box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.5);
        margin: 10px 5px;
    }

    .table-card td {
        /* Behave  like a "row" */
        border: none;
        position: relative;
        padding-left: 40%;
        white-space: normal;
        min-height: 30px;
    }

        .table-card td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
            text-align: left;
            /* font-weight: bold; */
            font-size: 14px;
        }

        .table-card td input {
            margin: 0 !important;
            height: 20px !important;
        }
        /*
	Label the data
	*/
        .table-card td:before {
            content: attr(data-title);
        }

    .table-card2 td:before {
        content: "";
    }

    #tblOrder > tbody > tr > td:nth-child(odd) {
        background-color: #f1f1f1;
    }

    .OrderCancellation > tbody > tr > td:nth-child(odd) {
        background-color: #f1f1f1;
    }

    .table-card2 td {
        padding-left: 5px;
        text-align: center;
    }

    #floatThead i {
        position: static;
        margin: 0 !important;
    }

    #login-page .input-field .prefix ~ input {
    }

    #tblOrder > tbody > tr > td:nth-child(1) {
        /*background: #b43e86;
    color: white;*/
    }

    .tblbox table.striped > tbody > tr:nth-child(odd) {
        background-color: #fff;
    }

    .tblbox thead, #displayProduct thead {
        background: #b43e86;
        color: #fff;
    }

    #tablePaymentBody > tbody > tr > td:nth-child(1) {
        background: #b43e86;
        color: white;
    }

    #tablePaymentBody > tbody > tr > td:nth-child(odd) {
        background-color: #f7dde7;
    }

    #tablePaymentBody > tbody > tr > td:nth-child(1) {
        background: #b43e86;
        color: white;
        padding-top: 0px;
    }

    #tablePaymentBody > tbody > tr label {
        color: #fff;
    }

    [type="checkbox"] + label::before, [type="checkbox"]:not(.filled-in) + label::after {
        top: 0px
    }

    [type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after {
        /*	
	border: 2px solid #ffffff;*/
    }

    #tblOrder > tbody > tr > td:nth-child(odd) {
        background: transparent;
    }

    .textBig {
        font-size: 16px;
        color: #2b2b2b;
    }

    .lngdesc {
        color: inherit;
        font-size: 12px;
    }

    .table-card td[data-title="Delete"] {
        text-align: right
    }

    .table-card td[data-title="Images"] {
        padding-left: 5px
    }

        .table-card td[data-title="Images"]:before {
            content: ""
        }

        .table-card td[data-title="Images"] img {
            width: 100%;
            height: auto;
        }

    #modeProductSearchInBookAnOrder .modal-content .row {
        padding: 0;
        margin: 0
    }

    .select-wrapper input.select-dropdown, .input-field input {
        margin-bottom: 0;
    }
}

#content .card-panel .header2 {
    display: none;
}

#content .card-panel {
    background-color: #fff;
    padding: 10px 0px;
}

@media only screen and (max-width: 600px) {
    #modeProductSearchInBookAnOrder .row .col {
        overflow: initial;
    }

    input {
        text-indent: 5px;
    }

    #breadcrumbs-wrapper .breadcrumbs > li {
        /* display: grid!important;*/
    }
}
/*----------------------------------------
    Footer
------------------------------------------*/
.page-footer.footer-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
}

.page-footer .container {
    padding: 0 15px;
}

#world-map-markers {
    height: 300px;
}

#polar-chart-holder {
    padding-top: 20px;
}

.price-error {
    font-size: 10px;
    display: block;
    text-align: center;
    color: #e31e24;
    font-weight: 800;
    font-size: 12px;
}

.tableOrderBody td p.phide {
    display: none;
}

.price-error-row {
    background-color: #ffe6e6;
}


.modle-title {
    font-size: 30px;
    color: #e31e24;
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 800;
}

.title {
    font-size: 18px;
    color: #e31e24;
    margin-top: 0;
}

.announce_list {
    padding: 10px;
    border: 1px solid #eee;
    height: auto;
    border-radius: 20px;
}

    .announce_list img {
        max-width: 490px;
        margin: 0 auto;
        display: block;
    }

    .announce_list ul {
        padding: 10px 0 0 10px;
        margin: 0;
    }

    .announce_list li {
        margin: 0;
    }

        .announce_list li a {
            padding: 5px 5px 5px 10px;
            font-size: 14px;
            display: block;
            color: #333;
        }

            .announce_list li a:hover, .announce_list li a:focus {
                color: #e31e24;
            }

.slick-initialized .slick-slide {
    text-align: center;
}



.close-modal {
    text-shadow: none;
    background-color: #e31e24;
    opacity: 0.8;
    border-radius: 50%;
    font-size: 25px;
    font-weight: 300;
    position: absolute;
    top: 7px;
    right: 7px;
    z-index: 1;
    width: 30px;
    height: 30px;
    line-height: 25px;
    color: #fff;
    padding: 3px;
    text-align: center
}

.modal-notification.modal {
    max-width: 600px;
    max-height: 600px;
    background-color: #fff;
    border-radius: 0;
    top: 25px !important;
    padding: 15px;
    overflow: auto;
}

    .modal-notification.modal .modal-content {
        padding: 0px;
    }

        .modal-notification.modal .modal-content img {
            width: 600px;
            max-height: 500px;
            overflow: auto;
            max-width:100%;
        }

.btn-red {
    background: #e31e24;
    color: #fff;
    border-color: #e31e24;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .btn-red:hover, .btn-red:focus, .btn-red:active {
        background: #f0282f;
        color: #fff;
        border-color: #f0282f;
    }

.btn-orange {
    background-color: transparent;
    color: #fff;
}

    .btn-orange:hover, .btn-orange:focus {
        background-color: #ff4500;
        border-color: #ff4500;
    }



.marquee {
    padding: 7px 0 0;
}

    .marquee marquee {
        font-weight: 500;
        font-size: 14px;
        padding: 2px;
    }

        .marquee marquee img {
            vertical-align: middle;
        }

.video {
    height: 100%;
    width: 75%;
    margin: 15px auto 0;
}

    .video video {
        width: 100%;
    }

.cmd-link {
    margin: 0 0 0 380px;
    font-weight: 800;
    font-size: 40px;
    text-shadow: 2px 2px 3px #ffffff;
    background-color: #1f6f94;
}

    .cmd-link img {
        height: 36px;
    }

    .cmd-link:hover {
        background-color: #155b7b;
    }

.logo-wrapper {
    line-height: 100%;
}

.list-table.table {
    margin: 0 auto 15px;
}

    .list-table.table thead th {
        padding: 2px 4px;
        background-color: #ffe0aa;
        color: #000;
        font-size: 13px;
        vertical-align: top;
        font-weight: 600;
        text-align: center;
        border-left: 1px solid #ddd;
    }

    .list-table.table tbody tr td {
        padding: 2px 4px;
        font-size: 13px;
        vertical-align: middle;
        text-align: center;
        color: #000;
    }

    .list-table.table tbody tr {
        background-color: #fff;
    }

        .list-table.table tbody tr:nth-child(even) {
            background-color: #fff;
        }

.responsive-table {
    overflow: auto;
}

.page-red-title {
    background-color: #e31e24;
    padding: 6px 15px;
    text-align: center;
}

    .page-red-title .title {
        font-size: 16px;
        color: #fff;
        font-weight: 800;
        margin: 0;
    }


.map-table {
    overflow-x: scroll;
    overflow: auto;
    width: 100%;
    height: 340px;
    vertical-align: middle;
    text-align: center;
}

    .map-table .table {
        width: auto;
        margin: 0 auto;
    }

        .map-table .table tbody tr td {
            border: none !important;
            padding: 2px 5px 10px;
        }

.shadow-panel {
    width: 360px;
    padding: 0 5px 5px;
    text-align: center;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
}

    .shadow-panel .btn-red {
        border-radius: 30px !important;
    }

.btn-gray, .btn-gray:hover {
    background-color: transparent;
    color: #333;
    border: 1px solid #333;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-radius: 20px;
    display: inline-block;
    height: 28px;
    line-height: 28px;
    padding: 0 2rem;
    font-weight: 700;
    text-transform: inherit;
    vertical-align: middle;
    font-size: 12px;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 5px;
}

    .btn-gray.active, .btn-gray:not(:disabled):not(.disabled).active, .btn-gray:not(:disabled):not(.disabled):active, .show > .btn-gray.dropdown-toggle {
        background-color: #e31e24;
        color: #fff;
        opacity: 1;
        border-color: #e31e24;
    }

.target-panel {
    padding: 0 10px 5px;
    text-align: center;
}

    .target-panel .green-bg {
        background-color: #43c732;
        display: inline-block;
        height: 10px;
        margin: 0 -2px;
        width: 10px;
    }

    .target-panel .yellow-bg {
        background-color: #f3f616;
        display: inline-block;
        height: 10px;
        margin: 0 -2px;
        width: 10px;
    }

.mrb0 {
    margin-bottom: 0px !important;
}

.mrt0 {
    margin-top: 0px !important;
}

.custom-breadcrumb {
    height: auto;
    background-color: #f4f5f9;
    line-height: 1.2;
    box-shadow: none;
}

    .custom-breadcrumb .breadcrumb {
        font-size: 12px;
        color: #333;
        padding: 8px 0;
        display: inline-block;
    }

        .custom-breadcrumb .breadcrumb:last-child {
            color: #e31e24;
        }

        .custom-breadcrumb .breadcrumb:before {
            font-size: 12px;
            color: #333;
        }

        .custom-breadcrumb .breadcrumb:last-child:before {
            color: #e31e24;
        }

#horizontal-nav ul li.schememenu a span {
    top: 2px;
    font-size: 13px;
    line-height: 14px;
}

.wapper-container {
    max-width: 1100px;
    width: 100%;
    padding: 0 15px;
    margin: 80px auto 0;
}

.header-title {
    padding-top: 10px;
    padding-bottom: 10px;
}

    .header-title .title {
        color: #000;
        font-size: 24px;
        font-weight: 800;
        margin: 0;
    }

    .header-title p {
        margin: 0;
        color: #e31e24;
    }

.scheme-achive-panel {
    padding: 0 0 30px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    border-radius: 8px;
    position: relative;
    text-align: center;
}

    .scheme-achive-panel .scheme-img {
        overflow: hidden;
        border-radius: 8px 8px 0 0;
    }

        .scheme-achive-panel .scheme-img img {
            width: 100%;
        }

    .scheme-achive-panel .scheme-title {
        color: #000;
        font-size: 22px;
        font-weight: 600;
        margin: 6px 0 5px;
    }

.scheme-btn {
    width: 60px;
    height: 60px;
    line-height: 84px;
    background-color: #e31e24;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    position: absolute;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
}

    .scheme-btn:hover, .scheme-btn:focus {
        background-color: #bb0e13;
        color: #fff;
    }

    .scheme-btn .material-icons {
        font-size: 35px;
    }

.mt55 {
    margin-top: 55px;
}

input[type=text].search-input, input[type=text]:not(.browser-default).search-input {
    width: 100%;
    border-radius: 30px;
    border: 1px solid #cfd0d1;
    font-size: 14px;
    background-color: #fff;
    color: #000;
    padding: 5px 10px;
    background-image: url('../Images/search-icon.png');
    background-position: right center;
    background-repeat: no-repeat;
}

    input[type=text].search-input:focus, input[type=text]:not(.browser-default).search-input:focus {
        box-shadow: none;
        border: 1px solid #e31e24;
    }

.custom-label {
    font-size: 13px;
    color: #000;
    display: block;
    margin-top: 5px;
}

.btn-toggle {
    width: 40px;
    height: 40px;
    line-height: 54px;
    background-color: #e31e24;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    z-index: 9999;
}

.relative {
    position: relative;
}

.btn-toggle.active {
    transform: rotate(180deg);
}

.note {
    color: #e31e24;
    padding: 5px 0;
}


.division-product-panel {
    display: block;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-top: 20px;
    border: 1px solid rgba(0,0,0,0.2);
    transition-duration: 0.4s;
    padding: 10px;
    -webkit-transition-duration: 0.4s;
    border-radius: 6px;
}

    .division-product-panel:hover {
        -webkit-box-shadow: 0px 1px 8px 0px rgb(197 197 197);
        -moz-box-shadow: 0px 1px 8px 0px rgb(197 197 197);
        box-shadow: 0px 1px 8px 0px rgb(197 197 197);
    }

    .division-product-panel .division-product {
        height: 152px;
    }

        .division-product-panel .division-product img {
            max-height: 152px;
            display: block;
            margin: 0 auto;
        }

    .division-product-panel .division-product-title {
        font-size: 20px;
        color: #333;
        text-align: center;
    }

    .division-product-panel:hover .division-product-title {
        color: #e31e24;
    }

.new-order-sec {
    background-color: #e68600;
    margin-top: 55px;
}

    .new-order-sec .balance-list ol {
        display: inline-block;
        padding: 8px 0;
        margin: 0;
    }

    .new-order-sec .balance-list li {
        display: inline-block;
        color: #f6ee0e;
        font-size: 16px;
        font-weight: 700;
        text-transform: uppercase;
    }

        .new-order-sec .balance-list li > span {
            border-right: 3px solid #f6ee0e;
            padding: 0px 35px;
        }

            .new-order-sec .balance-list li > span:last-child {
                border-right: 0;
                padding-right: 0;
            }

.edit-order {
    margin-top: 0px;
}

    .edit-order .balance-list ol {
        display: inline-block;
        padding: 0;
        margin: 0;
    }

    .edit-order .balance-list li {
        display: inline-block;
        color: #414141;
        font-size: 15px;
        font-weight: 600;
        border-right: 3px solid #dd4a39;
        padding: 0 16px;
    }

        .edit-order .balance-list li:last-child {
            border: none;
            padding: 0 0 0 16px;
        }

        .edit-order .balance-list li > span {
            border-right: 3px solid #dd4a39;
            padding: 0px;
            margin-left: 5px;
        }

            .edit-order .balance-list li > span:last-child {
                border-right: 0;
                padding-right: 0;
            }

.pd15 {
    padding: 5px 10px;
}

.pd00 {
    padding: 0 !important;
}

.pdl0 {
    padding-left: 0;
}

.mt5 {
    margin-top: 5px;
}

.edit-order .breadcrumbs-title {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    float: left;
    font-size: 15px;
    margin: 10px 0 8px 0;
    vertical-align: middle;
    color: #414141;
}

.edit-order .edite-order {
    display: inline-block;
    vertical-align: middle;
    margin: 6px 0;
}

.header-sec {
    padding: 8px 0;
}

address.shipping-address {
    margin-bottom: 5px;
    font-style: normal;
    font-size: 14px;
}

    address.shipping-address strong {
        color: #e31e24;
        font-weight: 600;
        display: block;
        font-size: 16px;
    }

.contant-box {
    border: 1px solid #ccc;
    padding: 15px;
}

    .contant-box .row {
        margin-bottom: 0;
    }

    .contant-box label {
        font-weight: 600;
        font-size: 13px;
        color: #000;
    }

    .contant-box input[type=text], .contant-box select {
        margin: 0;
        border-radius: 6px;
    }

.table-sec {
    padding: 10px 0;
}

    .table-sec input[type=text] {
        border: 1px solid #ccc;
        margin: 0;
        background-color: #fff;
        border-radius: 6px;
        padding-right: 6px;
    }

    .table-sec textarea.form-control {
        border: 1px solid #ccc;
        margin: 0;
        resize: none;
        background-color: #fff;
        border-radius: 6px;
    }

    .table-sec.cart_table.table {
        border: 1px solid #ccc;
    }

.cart-img {
    display: inline-block;
    vertical-align: middle;
    width: 28px;
}

    .cart-img img {
        width: 100%;
        max-width: 28px;
    }

.cart-search {
    display: inline-block;
    vertical-align: top;
}

.table-sec .cart_table.table tbody tr td small {
    display: block;
    color: #e31e24;
}

.product-search {
    display: inline-block;
    vertical-align: middle;
    padding-left: 10px;
}

.search-btn {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    background: #fff;
    border: 1px solid #ccc;
    margin-left: -7px;
    border-left: 0;
    border-radius: 0 6px 6px 0;
}

.search-btn-bg {
    background-image: url('../Images/search-icon-new.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 27px;
    display: block;
}

.search-btn:hover, .search-btn:focus {
    background-color: #fff;
}

.table-sec input[type=text].form-control.quantity {
    width: 60px;
    margin: 0 auto;
    float: none;
    text-align: center;
    background-color: #fff;
    border-radius: 6px;
}

.price-bifurcation {
    display: block;
}

.deleted-btn {
    background-color: #e31e24;
    color: #fff;
    font-size: 16px;
    width: 26px;
    height: 26px;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    padding: 2px 0;
    border: 0;
}

    .deleted-btn i {
        font-size: 18px;
    }

.table-sec .cart_table {
    border: 1px solid #ccc;
}

    .table-sec .cart_table.table thead {
        border-bottom: 1px dashed #ccc;
    }

    .table-sec .cart_table.table tbody tr, .table-sec .cart_table.table tfoot tr {
        border-bottom: 1px dashed #ccc;
    }

        .table-sec .cart_table.table thead tr th, .table-sec .cart_table.table tbody tr td {
            border-width: 0 !important;
            text-align: center;
            vertical-align: top;
            padding: 8px 2px;
        }

            .table-sec .cart_table.table tbody tr td:first-child {
                vertical-align: middle !important;
            }

        .table-sec .cart_table.table tbody tr.light-red-bg {
            background-color: #fef6f6;
            border: none;
        }

            .table-sec .cart_table.table tbody tr.light-red-bg.pscheme {
                background-color: #fbd7d7;
                border: none;
            }

        .table-sec .cart_table.table tbody tr.pscheme {
            background-color: #ebebeb !important;
            border: none;
        }

        .table-sec .cart_table.table tbody tr th {
            height: 32px;
        }

        .table-sec .cart_table.table tbody tr.light-red-bg td {
            padding: 8px 0 0;
            vertical-align: top;
        }

            .table-sec .cart_table.table tbody tr.light-red-bg td .red-color {
                color: #e31e24;
            }

        .table-sec .cart_table.table tbody tr.total-tr td {
            padding: 0px 0 0;
        }

.similar-title span {
    color: #e31e24;
    position: relative;
    font-size: 16px;
    font-weight: 800;
    text-align: left;
    margin: 0;
    padding: 0px 45px 0px 12px;
}

.accordion-similar {
    margin: 0;
}

    .accordion-similar.collapsible {
        border: 0;
        box-shadow: none;
    }

        .accordion-similar.collapsible .collapsible-header {
            border: 0;
            padding: 0px 10px;
            background-color: transparent;
        }

        .accordion-similar.collapsible .collapsible-body {
            padding: 0 0 5px 0px;
            background-color: transparent;
        }

    .accordion-similar .collapsible-body {
        padding: 0 10px;
    }

.similar-title.collapsible-header {
    margin: 0;
    padding: 0;
}

    .similar-title.collapsible-header span:after {
        content: '';
        position: absolute;
        top: 9px;
        right: 0;
        width: 0;
        height: 0;
        border-left: 8px solid transparent;
        border-right: 8px solid transparent;
        border-top: 8px solid #000;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
    }

    .similar-title.collapsible-header.active span:after {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

.similar-card {
    position: relative;
    max-width: 248px;
    padding: 0 15px;
}

    .similar-card:before {
        content: '';
        position: absolute;
        background: #ccc;
        width: 1px;
        height: 80%;
        bottom: 0;
        right: 0;
    }

.table.similar-product-table {
    width: 100%;
    max-width: 100%;
}

.similar-product-table tbody tr td {
    padding: 0;
}

    .similar-product-table tbody tr td:last-child .similar-card:before {
        display: none;
    }

.similar-card .similar-card-img {
    max-height: 90px;
}

    .similar-card .similar-card-img img {
        max-height: 90px;
    }

.similar-card .similar-card-title {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 5px;
    margin-top: 5px;
}

    .similar-card .similar-card-title strong {
        color: #000;
        display: block;
        text-transform: uppercase;
        margin-bottom: 6px;
    }

.similar-card .similar-card-price {
    color: #e31e24;
    font-size: 13px;
    font-weight: 700;
}

.similar-card .similar-card-available {
    color: #e31e24;
    font-size: 13px;
    font-weight: 700;
}

.table-sec .similar-card input[type=text].form-control {
    width: 80px;
    margin: 0 auto;
    float: none;
    text-align: center;
}

.similar-card-quantity {
    display: block;
    margin: 8px 0;
}

.btn-red-btn {
    background-color: #e31e24;
    color: #fff;
    border: 1px solid #e31e24;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    border-radius: 6px;
    display: inline-block;
    padding: 4px 2rem;
    font-weight: 700;
    text-transform: inherit;
    vertical-align: middle;
    font-size: 14px;
    -webkit-tap-highlight-color: transparent;
    margin-bottom: 5px;
}

    .btn-red-btn img {
        display: inline-block;
        vertical-align: middle;
    }

    .btn-red-btn:hover, .btn-red-btn.active, .btn-red-btn:not(:disabled):not(.disabled).active, .btn-red-btn:not(:disabled):not(.disabled):active, .show > .btn-red-btn.dropdown-toggle {
        background-color: #e31e24;
        color: #fff;
        opacity: 1;
        border-color: #e31e24;
    }

.table-sec .cart_table.table tr td .total-table {
    max-width: 400px;
    float: right;
    border-left: 1px dashed #ccc;
}

    .table-sec .cart_table.table tr td .total-table tbody tr td {
        font-size: 14px;
        font-weight: 700;
        padding: 8px;
    }

.btn-sec {
    padding: 10px 0;
    text-align: right;
}

    .btn-sec .material-icons {
        vertical-align: middle;
    }

.btn-s {
    display: inline-block;
    font-weight: 500;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 0.375rem 0.75rem;
    font-size: 13px;
    line-height: 1.5;
    border-radius: 6px;
    padding: 6px 10px;
}

.btn-white {
    background: #fff;
    color: #808080;
    border-color: #808080;
}

    .btn-white:hover, .btn-white:focus, .btn-white:active {
        background: #808080;
        color: #fff;
        border-color: #808080;
    }

.btn-red-btn-s {
    background: #ed1c24;
    color: #fff;
    border-color: #ed1c24;
}

    .btn-red-btn-s:hover, .btn-red-btn-s:focus, .btn-red-btn-s:active {
        background: #c3161d;
        color: #fff;
        border-color: #c3161d;
    }

.btn-gray-btn {
    background-color: transparent;
    color: #828282;
    border-color: #828282;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

    .btn-gray-btn:hover, .btn-gray-btn:focus, .btn-gray-btn:not(:disabled):not(.disabled).active, .btn-gray-btn:not(:disabled):not(.disabled):active {
        background-color: #dd4a39;
        color: #fff;
        opacity: 1;
        border-color: #dd4a39;
    }

.card .card-content p {
    min-height: 38px;
}

#card-stats .card .card-content p {
    margin-bottom: 5px;
    min-height: auto;
    display: flex;
}
/** Login Page **/
.login_page {
    width: 100%;
    height: 100%;
}

.left-side .item {
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.left-side:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.8)
}

.brand {
    position: absolute;
    top: 42px;
    left: 142px;
    z-index: 1;
    display: block;
}

.right_side {
    position: relative;
    width: 50%;
    background-color: #fff;
}

.login_page {
    height: 100%
}

    .login_page .data-table {
        display: table;
        table-layout: fixed;
        width: 100%;
        float: none;
        height: 100%;
    }

    .login_page .data-cell {
        display: table-cell;
        vertical-align: middle;
        min-width: 1%;
        float: none;
        text-align: center;
    }

.header_login {
    background-color: #e31e24;
    text-align: center;
    padding: 15px 0;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.login_form {
    max-width: 380px;
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    background-color: rgba(255,255,255,0.8);
    padding: 20px 20px 10px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

.login-logo {
    margin: -80px auto 0;
    width: 90px;
}

.login_form .title-xs {
    font-size: 15px;
    color: #9a9a9a;
    font-weight: 400;
}

    .login_form .title-xs strong {
        display: block;
        font-size: 26px;
        color: #e31e24;
        font-weight: 800;
        padding: 0 0 5px;
    }

        .login_form .title-xs strong span {
            font-size: 26px;
            color: #333;
        }

.form-panel .input-group-prepend {
    background-color: #fff;
    color: #ed1c24;
    border-radius: .25rem 0 0 .25rem;
    padding: 6px 8px;
    border-style: solid;
    border-color: #ddd;
    border-width: 1px 0 1px 1px;
}

    .form-panel .input-group-prepend svg {
        font-size: 20px;
    }

.form-panel .form-control {
    border-color: #d9d9d9;
    border-width: 1px 1px 1px 0;
}

.forget {
    padding: 0 0 10px 0;
    text-align: right;
}

    .forget a {
        color: rgba(227,30,36,0.9);
        font-size: 12px;
    }

.btn-submit {
    border-radius: 30px;
    padding: 4px 35px;
}

.copyright {
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 100%;
}

    .copyright p {
        margin-bottom: 4px;
    }

    .copyright img {
        width: 80%;
    }

.form-group.form-panel {
    margin-bottom: 18px;
}

.form-panel .input-group {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}

.form-panel .input-group-prepend {
    margin-right: -1px;
    display: flex;
}

.form-panel .input-group > .form-control {
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 1%;
    margin: 0;
    height: 38px;
    border-color: #d9d9d9;
    border-width: 1px 1px 1px 0;
}

[type="checkbox"] + label {
    color: #333 !important;
}

.user-icon {
    background-image: url('../Images/user-icon.png');
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
}

.lock-icon {
    background-image: url('../Images/lock-icon.png');
    width: 24px;
    height: 24px;
    background-position: center;
    background-repeat: no-repeat;
}

.btn-s.btn-block {
    display: block;
    width: 100%;
}

.excel-box {
    max-width: 800px;
    margin: 30px auto 0;
}

.schedule-order.modal {
    background-color: #fff;
}

    .schedule-order.modal .modal-content {
        padding: 0;
    }

.schedule-order .modal-header {
    font-weight: 600;
    color: #545454;
    text-align: left;
    padding: 10px;
    font-size: 18px;
    border-bottom: 1px solid #ccc;
}

    .schedule-order .modal-header strong {
        font-weight: 600;
    }

.schedule-order .modal-body {
    padding: 20px;
    min-height: 400px;
}

.schedule-order .close-btn {
    color: #e31e24;
    position: absolute;
    right: 10px;
    top: 5px;
    background-color: transparent;
    width: 32px;
    height: 32px;
}

    .schedule-order .close-btn i {
        color: #e31e24;
        margin: 0;
        padding: 8px;
        font-size: 22px;
    }

.schedule-order .product-image {
    width: 180px;
    margin: 0 auto;
}

    .schedule-order .product-image img {
        width: 100%;
    }

.schedule-order .title {
    font-size: 20px;
    color: #000;
    margin: 5px 0 0;
}

.schedule-order .description {
    font-size: 14px;
    color: #6e6e6e;
    margin: 5px 0;
}

.schedule-order .price {
    font-size: 16px;
    color: #000;
    margin: 0 0 5px;
}

    .schedule-order .price span {
        padding-left: 20px;
    }

.schedule-order .available-stock {
    color: #e31e24;
    font-size: 18px;
    font-weight: 800;
    margin: 0 0 15px;
}

    .schedule-order .available-stock span {
        color: #000;
        font-size: 18px;
        font-weight: 800;
        padding-left: 20px;
    }

.schedule-order .type-quantity {
    display: inline-block;
    vertical-align: middle;
}

    .schedule-order .type-quantity label {
        display: inline-block;
        vertical-align: middle;
        font-size: 14px;
        color: #000;
    }

    .schedule-order .type-quantity input[type=text]:not(.browser-default).auantity {
        display: inline-block;
        vertical-align: middle;
        width: 100px;
        float: none;
        border-radius: 20px;
        text-align: center;
        margin: 0;
    }

    .schedule-order .type-quantity input[type=text]:not(.browser-default).date-input {
        display: inline-block;
        vertical-align: middle;
        width: 150px;
        float: none;
        border-radius: 20px;
        padding: 0 15px;
        background-image: url(../Images/datepicker.png);
        background-position: right center;
        background-repeat: no-repeat;
        margin: 0;
    }

.schedule-order .border-left {
    border-left: 1px solid #ccc;
}

.schedule-order .pdl {
    padding-left: 10px;
}

.schedule-order .pdr {
    padding-right: 10px;
}

.schedule-order .list-table.table thead th {
    background-color: #e31e24;
    color: #fff;
    font-size: 16px;
    font-weight: 800;
    border-left: 1px solid #ccc;
}

.schedule-order .error {
    color: #e31e24;
}

.title-md {
    font-size: 14px;
    color: #333;
    margin: 5px 0;
    font-weight: 600;
}

.scheme-panel {
    overflow: auto;
}

    .scheme-panel .scheme-title {
        font-size: 13px;
        color: #e31e24;
        font-weight: 600;
        margin: 5px 0 10px;
        padding: 0;
        text-align: center;
    }

        .scheme-panel .scheme-title strong {
            display: block;
            margin: 5px 0;
            padding: 0;
            font-weight: 800;
        }

.scheme-title span {
    display: block;
}

.scheme-panel .table {
    margin: 0 0 25px;
    padding: 0;
    border: none !important;
}

    .scheme-panel .table tr th {
        font-size: 11px;
        padding: 5px 5px 0 5px;
        border: none !important;
        text-align: left;
        font-weight: 600;
        width: 130px;
    }

    .scheme-panel .table tr td {
        padding: 5px 2px;
        font-size: 11px;
        border: none !important;
        text-align: center;
    }

        .scheme-panel .table tr td.left-align {
            text-align: left;
        }

        .scheme-panel .table tr td:nth-of-type(2), .scheme-panel .table tr td:nth-of-type(3), .scheme-panel .table tr td:nth-of-type(4),
        .scheme-panel .table tr td:nth-of-type(5) {
            border-left: 2px dotted #333 !important;
        }

.green-bg {
    background-color: #43c732;
    display: block;
}

.light-green-bg {
    background-color: #3ff727;
    display: block;
}

.yellow-bg {
    background-color: #f3f616;
    display: block;
}

.target-list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0 0;
    display: table;
    width: 100%;
}

    .target-list li {
        padding: 5px 0;
        margin: 0;
        display: block;
        float: left;
        width: 100%;
        margin-right: 5px;
        font-weight: 600;
    }

        .target-list li span {
            width: 12px;
            height: 12px;
            display: inline-block;
            vertical-align: middle;
            margin: -2px 5px 0 0;
        }

.target-head .collapsible-header {
    background: rgb(252,169,125);
    background: -moz-linear-gradient(90deg, rgba(252,169,125,1) 0%, rgba(249,200,107,1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(252,169,125,1) 0%, rgba(249,200,107,1) 100%);
    background: linear-gradient(90deg, rgba(252,169,125,1) 0%, rgba(249,200,107,1) 100%);
    /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fca97d",endColorstr="#f9c86b",GradientType=1);*/
    background: #dd4a39;
    color: #fff;
    text-align: center;
    display: block;
}

.target-head .collapsible-body {
    padding: 8px;
}

.leftpanel {
    position: fixed;
    width: 300px;
    height: 86%;
    left: 20px;
    overflow: auto;
    top: 75px;
    background: #FFF;
    padding: 3px 10px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    border-radius: 8px;
    margin-right: 2%;
    float: left;
}

.cartPage .leftpanel + .rightPanel {
    width: auto;
    margin-left: 337px;
    margin-right: 15px;
}

.cartPage .rightPanel {
    margin: 0;
}

.mb20 {
    margin-bottom: 20px;
}

.spin {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0 auto;
    display: block;
    width: 100%;
    text-align: center;
    z-index: 1;
}

@keyframes fadeInT {
    0% {
        opacity: 1;
    }

    66% {
        opacity: 0.3;
    }

    100% {
        opacity: 1;
    }
}

.load_txt {
    animation: fadeInT 1.5s infinite cubic-bezier(0.645, 0.045, 0.355, 1.000);
    margin: 0 auto;
    z-index: 2;
    opacity: 1;
}

@keyframes fadeIn {
    0% {
        opacity: 1;
    }

    66% {
        opacity: 0.2;
    }

    100% {
        opacity: 1;
    }
}

.spin {
    animation: fad5 16s cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

.spinner {
    -webkit-animation: rotate 3s infinite cubic-bezier(0.645, 0.045, 0.355, 1.000);
    animation: rotate 3s infinite cubic-bezier(0.645, 0.045, 0.355, 1.000);
    z-index: 2;
    margin: 40px auto;
    width: 50px;
    height: 50px;
}

    .spinner .path {
        stroke: #f3703f;
        stroke-linecap: round;
        -webkit-animation: dash 1.5s infinite cubic-bezier(0.645, 0.045, 0.355, 1.000);
        animation: dash 1.5s infinite cubic-bezier(0.645, 0.045, 0.355, 1.000);
    }

@-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, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

@keyframes dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0;
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35;
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124;
    }
}

.relative {
    position: relative;
}


/** Login Page **/
@media only screen and (max-width:768px) {
    .video {
        height: 100%;
        width: 80%;
        margin: 40px auto 0;
    }

    .cmd-link {
        margin: 12px 0 0 42px;
        display: inline-block;
        font-weight: 600;
        font-size: 10px;
    }

        .cmd-link img {
            height: 12px;
        }

    .new-logo.logo_mobile img {
        margin-bottom: 45px;
        height: 20px !important;
    }

    .new-logo.logo_mobile .logo-text {
        padding: 30px 15px 0;
        font-size: 18px;
        font-weight: 800;
    }

    .cmd ul.right_side_menu {
        top: 30px;
    }
}

.pendingQty {
    font-weight: bolder;
}

.RowError {
    border: 2px solid #ed1c24 !important;
}

.slabcdiv {
    float: left;
    text-align: center;
}

.beta-virsion {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 222px;
    z-index: 99;
}

    .beta-virsion .cmd-link {
        margin: 0 0 0 0;
        font-weight: 800;
        font-size: 32px;
        text-shadow: 2px 2px 3px #ffffff;
        background-color: #1f6f94;
        padding: 10px 18px;
    }



        .beta-virsion .cmd-link img {
            height: 36px;
        }

.btn-inline-d {
    display: inline-block;
    padding-left: 10px;
}

    .btn-inline-d [type="checkbox"] + label {
        padding-left: 25px;
    }



.certificate-container {
    width: 850px;
    margin: 0 auto 30px;
    border: 1px solid #333;
}

.certificate-bg {
    background-image: url('../Images/Certificate/havells-cr-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.havells-logo {
    display: inline-block;
    padding-left: 44px;
    padding-bottom: 10px;
}

.certificate-logo {
    display: inline-block;
    padding-left: 44px;
    padding-top: 48px;
}

.certificate-content {
    width: 450px;
    padding-top: 155px;
    margin: 0 auto;
    font-size: 16px;
    color: #fff;
    text-align: center;
}

    .certificate-content .title {
        font-size: 28px;
        color: #fff;
        font-weight: 800;
        margin: 0;
    }

    .certificate-content p {
        margin: 0;
        font-size: 16px;
        color: #fff;
    }

.chairman-sign {
    padding-top: 30px;
    padding-bottom: 20px;
}

    .chairman-sign p small {
        display: block;
    }

.group-logo {
    text-align: center;
    background-color: #fff;
    border-top: 1px solid #e31e24;
    padding-top: 10px;
}

.havells-certificate-container {
    background-image: url('../Images/Certificate/havells-certificate-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.havells-certificate-content {
    text-align: center;
    margin: 0 auto;
    padding-top: 203px;
    padding-bottom: 130px;
    max-width: 425px;
}

    .havells-certificate-content img {
        margin-bottom: 20px;
    }

    .havells-certificate-content .title {
        font-size: 28px;
        color: #333;
        font-weight: 800;
        margin: 0px 0 0;
    }

    .havells-certificate-content p {
        margin: 0;
        font-size: 20px;
        color: #333;
    }

.reo-certificate-bg {
    background-image: url('../Images/Certificate/reo-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.title-c {
    font-size: 36px;
    color: #333;
    text-transform: uppercase;
}

    .title-c strong {
        display: block;
        font-size: 40px;
        font-style: italic;
        font-weight: 900;
    }

.reo-certificate-bg .havells-certificate-content {
    padding-bottom: 112px;
}

.crabtree-certificate-bg {
    background-image: url('../Images/Certificate/crabtree-certificate-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}

.standard-certificate-bg {
    background-image: url('../Images/Certificate/standard-certificate-bg.png');
    background-size: cover;
    background-repeat: no-repeat;
}


.schemlistpopup-table th {
    border: 1px solid #ddd;
    background-color: #f7f7f7;
}

.schemlistpopup-table th, .schemlistpopup-table td {
    text-align: center;
    padding: 4px;
    border: 1px solid #dddddd;
}
/*.fixed-table {border-collapse:collapse; width:100%;}*/


.input-field.col label.custom-label {
    position: relative;
    top: 0;
    left: 0;
    line-height: 1;
    transform: none;
}

.view_order_t .sort {
    position: relative;
    cursor: pointer;
    padding-right: 18px;
}

    .view_order_t .sort:before {
        position: absolute;
        content: '';
        top: 50%;
        right: 4px;
        width: 0;
        margin-top: -3px;
        height: 0;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-top: 5px solid #fff;
    }

#floatThead table.Schedule thead {
    background-color: #fdd291;
    color: #000;
}

    #floatThead table.Schedule thead tr th {
        background-color: #f99909;
        color: #fff;
    }

#floatThead table.ChildGrid thead th {
    background-color: #a50303;
}

.inputbox, input[type=text]:not(.browser-default).inputbox {
    display: inline-block;
    vertical-align: middle;
    width: 150px;
    float: none;
    border-radius: 20px;
    text-align: center;
    margin: 0;
}
/*.column5 { width:70%; display:flex; margin:0 auto; flex-wrap:wrap;  justify-content:center;}
.column5 .col5 { display:inline-flex; flex: 1 0 30%; padding:5px;}
.column5 .col5 .division-product-panel {width:100%;}
.column5 .col5 .division-product-panel .division-product {height:inherit;}
.column5 .col5 .division-product-panel .division-product img {max-height:inherit; width:100%;}
.btn-inline-d.check-certificate { display:block; margin-bottom:10px; text-align:center;}
.btn-certificate { padding:1px 0 1px;}
.btn-s { padding:1px,1px,1px,1px;}*/
.column5 {
    width: 100%;
    display: flex;
}

    .column5 .col5 {
        width: 20%;
        display: inline-flex;
        flex: 1 0 0%;
        padding: 5px;
        max-width: 500px;
    }

        .column5 .col5 .division-product-panel {
            width: 100%;
        }

            .column5 .col5 .division-product-panel .division-product {
                height: inherit;
            }

                .column5 .col5 .division-product-panel .division-product img {
                    max-height: inherit;
                    width: 100%;
                }

.btn-inline-d.check-certificate {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    color: #b3afaf;
}

.btn-certificate {
    padding: 10px 0 0;
}

    .btn-certificate .btn-s {
        padding: 4px 12px;
    }
/*.certificate-div {
    pointer-events: none;
}
.column5 .certificate-div.col5 .division-product-panel .division-product img {filter:blur(1.5px);}*/
.division-product-panel {
    display: block;
    padding-bottom: 20px;
    border: 1px solid rgba(0,0,0,0.2);
    transition-duration: 0.4s;
    padding: 10px;
    -webkit-transition-duration: 0.4s;
    border-radius: 6px;
    background: #fff;
    margin: 5px 0;
}

.sampark .division-product-panel {
    -webkit-box-shadow: 0px 1px 8px 0px rgb(201 201 201);
    -moz-box-shadow: 0px 1px 8px 0px rgb(201 201 201);
    box-shadow: 0px 1px 8px 0px rgb(201 201 201);
}

    .sampark .division-product-panel .division-product {
        height: 152px;
    }

        .sampark .division-product-panel .division-product img {
            max-height: 152px;
            display: block;
            margin: 0 auto;
        }

    .sampark .division-product-panel .division-product-title {
        font-size: 20px;
        color: #333;
        text-align: center;
    }

    .sampark .division-product-panel:hover .division-product-title {
        color: #e31e24;
    }

.sampark {
    width: 100%;
    display: flex;
    justify-content: center;
}

    .sampark .col5 {
        width: 20%;
        display: inline-flex;
        flex: 1 0 0%;
        padding: 5px;
        max-width: 800px;
    }

        .sampark .col5 .division-product-panel {
            width: 100%;
        }

.division-product-panel .available-balance {
    font-size: 14px;
    font-weight: 500;
    margin: 0 25px 15px;
    color: #545454;
}

.division-product-panel span {
    font-size: 14px;
    font-weight: 600;
    padding-left: 10px;
    color: #414141;
}

.btn-green {
    background: #43A047;
    color: #fff;
    border-color: #43A047;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

    .btn-green:hover, .btn-green:focus, .btn-green:active {
        background: #43A047;
        color: #fff;
        border-color: #43A047;
    }

.view-btn {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    background: #fff;
    border: 1px solid #ccc;
    margin-left: -7px;
    border-left: 0;
    border-radius: 0 6px 6px 0;
}

.view-btn-bg {
    background-image: url('../Images/view-icon.png');
    background-repeat: no-repeat;
    background-position: center;
    width: 38px;
    height: 30px;
    display: block;
    padding: 5px;
}

.cart-search button + button {
    padding: 7px;
    border: 1px solid #9f9f9f;
    box-shadow: none;
    background: #fff;
    border-radius: 4px;
}

.view-btn:hover, .view-btn:focus {
    background-color: #fff;
}

.terminsurance-model.modal {
    background-color: #fff;
    width: 55% !important;
    overflow-y: scroll;
}

.mediclaimconsent-model.modal {
    background-color: #fff;
    width: 70% !important;
    overflow-y: scroll;
    max-height: 80% !important;
}

/**Terms Insurance Form css start**/
.terminsurance-model .btn-s, .termInsuranceForm .btn-s {
    padding: 4px 16px;
}

.termInsuranceForm {
    /* background: #f3f3f3;*/
    max-width: 1200px;
    margin: 0 auto;
}

    .termInsuranceForm label {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .termInsuranceForm .label label:first-child {
        width: 100%;
    }

    .termInsuranceForm .label label {
        width: auto;
        margin: 10px 15px 0 0;
    }

    .termInsuranceForm .contant-box input[type=text], .termInsuranceForm .contant-box input[type=number], .termInsuranceForm .contant-box select {
        border-radius: 4px;
        height: 34px;
        /* background: #fff;*/
    }

.optButton {
    position: absolute;
    width: 115px;
    top: 32px;
    right: 15px;
    border-radius: 0 4px 4px 0;
}

.termInsuranceForm #breadcrumbs-wrapper {
    background: transparent;
}

.termInsuranceForm .detaildInsured label {
    display: inline-block;
    width: auto;
    margin: 10px 15px 0 0;
}

    .termInsuranceForm .detaildInsured label:first-child {
        width: 100%;
    }

}

.termInsuranceForm .detaildInsured label:first-child {
    width: 100%;
}

.termInsuranceForm hr {
    border-top: 1px solid #ccc;
    padding: 5px;
}

.mr-15 {
    margin: 0 -15px;
    border-top: 11px solid #FFF;
}

.termInsuranceForm h4 {
    font-size: 16px;
    margin: 15px 0;
}

.mb10 {
    margin-bottom: 10px;
}

.top28 {
    top: 30px;
}

.termInsuranceForm .datepickerdob {
    padding-left: 5px;
    z-index: 2;
    position: absolute;
    width: 92% !important;
}

.partnerText {
    font-weight: 600;
    font-size: 14px;
    color: #ed1c24;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
}

.buttonFixed {
    position: sticky;
    bottom: 0;
    width: 100%;
    background: #fff;
    padding: 10px;
}

@media (max-width:767px) {
    h1.logo-wrapper {
    }

    .termInsuranceForm .detaildInsured label {
    }

    .mr0 {
        margin: 0 !important;
    }

    .termInsuranceForm .datepickerdob {
        position: inherit;
        width: 100% !important;
    }

    .termInsuranceForm .detaildInsured label:first-child {
        border: none;
    }

    .termInsuranceForm label {
        margin: 10px 0 0 0;
    }
}

.tabs .indicator {
    position: inherit;
}


/*New design css changes*/
#card-stats .card {
    background: #fff !important;
    border-radius: 8px;
}
h1, h2, h3, h4, h5, h6, p, span, a, li {
    
}

.card .card-content p {
    color: #414141;
}

.card .card-content h4 {
    color: #545454;
}

#card-stats .card-stats-title i {
    font-size: 30px !important;
}

#card-stats .card .card-action {
    background-color: rgb(155 155 155 / 21%);
    display: none;
}

ul.right_side_menu li .dropdown-content li:hover a {
    color: #dd4a39 !important;
}

ul.right_side_menu li .dropdown-content li i {
    margin: 0;
}

.dropdown-content {
    overflow: inherit;
}

.iconBlue {
    color: #3986DD;
}

.iconYellow {
    color: #FFB74D;
}

.iconRed {
    color: #DD4A39;
}

.iconGreen {
    color: #07843D;
}

#card-stats .card {
    margin-top: 0;
}

.dropdown-content li {
    min-height: auto !important;
}

#frmOrder {
    margin-top: -7px;
    display: inline-block;
}

.listText {
    white-space: initial;
    max-width: 250px;
    padding: 8px 16px;
}

@media (max-width:992px) {
    .edit-order .balance-list li > span {
        padding: 0px 10px;
        font-size: 14px;
    }

    .edit-order .breadcrumbs-title {
        font-size: 14px;
    }

    .cartPage {
        white-space: nowrap;
        /*overflow: auto;*/
    }
    .cartPage .leftpanel + .rightPanel {
        width:100%;
    }
    .leftpanel {
        position: relative;
        top: 8px;
        float: left;
    }
}

@media(max-width:600px) {
    .breadcrumbs-title {
        margin-bottom: 0;
    }

    .marquee {
        padding: 0;
    }
}

.whiteBack {
    background: #fff;
    padding: 15px;
}

#resetPassword .input-field .prefix {
    top: -8px;
    left: 15px;
}

.entryText {
    margin: 8px;
}

.btn-small {
    padding: 4px 12px !important;
}

.mt10 {
    margin-top: 10px;
}

.container-fluid {
    padding: 0 0.5rem;
    margin: 0 auto;
    max-width: 100% !important;
    width: 98%;
}

    .container-fluid .row {
        margin-left: -0.75rem;
        margin-right: -0.75rem;
        margin-bottom: 0;
    }

.mr00 {
    margin: 0 !important;
}


/*Oreder Page Scroll start*/
.leftpanel::-webkit-scrollbar, .scheme-panel::-webkit-scrollbar, #divTable::-webkit-scrollbar {
    width: 6px;
    height: 4px;
}

/* Track */
.leftpanel::-webkit-scrollbar-track, .scheme-panel::-webkit-scrollbar-track, #divTable::-webkit-scrollbar-track {
    background: #f1f1f1;
}
/* Handle */
.leftpanel::-webkit-scrollbar-thumb, .scheme-panel::-webkit-scrollbar-thumb, #divTable::-webkit-scrollbar-thumb {
    background: #ccc;
}
/*Oreder Page Scroll end*/

.tileText {
    font-size: 14px;
    font-weight: 600;
    margin: 3px 0;
}

#divTable {
    overflow: auto;
    max-height: 470px;
}

    #divTable .collapsible {
        margin: 0;
    }

.scheme-panel {
    max-height: 280px;
    padding-right: 10px;
}

.mar-3 {
    margin: -3px 0 2px 0;
}

.printButton {
    padding: 4px 12px !important;
    font-size: 14px;
    font-weight: normal;
    box-shadow: none;
    margin: -5px 0 5px 0;
}


@media (max-width:992px) {
    ul.right_side_menu li {
        margin: 7px 3px;
    }

    .column5 {
        flex-wrap: wrap;
    }

        .column5 .col5 {
            width: 49%;
            flex: inherit;
        }
}

.search_t #searchtext {
    border: #ddd 1px solid !important;
    background: transparent;
    margin-top: 5px;
}

.edit-order .balance-list ol.breadcrumbs {
    white-space: nowrap
}

.rightPanel .row .col.m6 {
    width: 50%;
    margin-bottom: 8px;
}

/*Responsive changes css*/

.PRow a img {
    width: 80%;
}

#MTD g text, #YTD g text {
    font-weight: 600;
    font-size: 9px;
    fill: #444;
}
.sweet-overlay ~ .sweet-alert {   
    left: 50% !important;
    position:fixed !important;
}
.sweet-alert {
    max-width: 500px;
    width: 100% !important;
    position: absolute !important;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    margin: 0 auto !important;
}
.sweet-alert h2 {
    font-family: 'Poppins' !important;
    line-height: 20px !important;
    font-size: 13px !important;
    text-transform: capitalize !important;
}
.picker__nav--prev, .picker__nav--next {
    top:8px !important;
}
.container iframe {
    width: 100%;
}

    .newScheme {
        background: #ff0000;
        color: #fff;
        font-size: 11px;
        padding: 3px 7px;
        border-radius: 4px;
        margin: 0;
        position: absolute;
        top: -7px;
        line-height: 13px;
    }

.container.relative .btn-toggle {
    z-index: 0;
}

.PRow label {
    width: 100%;
    float: left;
    display: none;
}

#login-page .card-panel {
    background: #fff;
    padding: 15px;
    border-radius: 6px;
}

#login-page .login-form h4, #login-page .login-form p, #login-page .input-field .prefix, #login-page .input-field .prefix ~ input {
    color: #333;
}

.login-form .btn {
    color: #fff;
}

.right.sign-up a, #login-page .input-field.col label {
    color: #e31e24;
}

.mr0 {
    margin: 0;
}

.modal-title, label {
    font-family: 'Poppins';
}

.slick-slide .btn {
    margin-top: 5px;
}

.tableOrderBody [type="checkbox"]:not(:checked), .tableOrderBody [type="checkbox"]:checked {
    position: inherit;
    margin-top: -20px;
    display: block;
}

    .tableOrderBody [type="checkbox"]:checked + label:before {
        border-right: 2px solid #0db848;
        border-bottom: 2px solid #0db848;
    }

.table-responsive {
    overflow-y: auto;
}

.input-field label:not(.label-icon).active {
    transform: translateY(-6px) scale(0.8);
    left: 0 !important;
    margin: 0 5px;
}

.closeArrow {
    margin: -5px !important;
}

.textField {
    width: 32.33%;
    float: left;
    margin: 0.5%;
}
    .textField input {
        margin:0;
    }
.buttonField {
    width: 32.33%;
    float: left;
    margin: 15px 0.5% 0 0.5%;
}

.messageDesc {
    width: 200px;
    font-size: 11px;
    margin-top: 32px;
}
@media (max-width:767px) {
    .leftpanel {
        order: 2;
        width: 100%;
        margin: 0;
        left: 0;
    }

    .login_page .data-cell.left-side {
        display: none;
    }

    .qrCode img {
        width: 110px !important;
    }

        .qrCode img.sync {
            top: 44px !important;
            right: 26px !important;
            width: 50px !important;
        }

    .rightPanel .row .col.m6 {
        width: 100%;
    }

    #floatThead {
        overflow: hidden;
    }

    .edit-order .balance-list ol.breadcrumbs {
        white-space: inherit;
    }

    .edit-order .balance-list li {
        width: 100%;
        padding: 0 !important;
        border: none;
    }

    .cartPage {
        white-space: inherit;
        overflow: inherit;
        display: flex;
        flex-wrap: wrap;
    }

        .cartPage .leftpanel + .rightPanel {
            margin: 0;
            order: 1;
            /*max-width: 500px;*/
        }

    .rightPanel .right-align {
        text-align: left;
    }

    /*.tableOrderBody tr td:nth-child(2) {
        width: 300px;
        display: inline-block;
    }*/

    .tableResponsive {
        width: 100%;
        /*max-width: 500px;*/
        /* overflow: auto;*/
    }

    .btn-s {
        padding: 5px 7px;
        font-size: 12px;
    }

    .tableOrderBody .PRow td p {
        display: inline-block;
    }

    #tblOrder thead {
        display: none;
    }

    .tableOrderBody .PRow {
        display: flex;
        flex-wrap: wrap;
    }

        .tableOrderBody .PRow td:nth-child(1) {
            float: left;
            width: 12%;
        }

        .tableOrderBody .PRow td:nth-child(2) {
            float: left;
            width: 88%;
        }

        .tableOrderBody .PRow td:nth-child(3) {
            float: left;
            width: 50%;
        }

        .tableOrderBody .PRow td:nth-child(4),
        .tableOrderBody .PRow td:nth-child(5) {
            float: left;
            width: 25%;
        }

    .table-sec .cart_table.table .PRow td:nth-child(6), .table-sec .cart_table.table .PRow td:nth-child(7),
    .table-sec .cart_table.table .PRow td:nth-child(8), .table-sec .cart_table.table .PRow td:nth-child(9) {
        float: left;
        width: 25%;
        border: none;
    }

    .tableOrderBody input.form-control {
        height: 29px !important;
    }

    .table-sec .cart_table.table tbody tr.pscheme {
        display: flex;
        flex-wrap: wrap;
    }

    .edit-order .balance-list li {
        text-align: center;
        border-bottom: 1px solid #ddd !important;
        width: 50%;
        float: left;
    }

        .edit-order .balance-list li > span {
            width: 100%;
            text-align: center;
        }

    .PRow label {
        display: block;
        line-height: 10px;
        margin-bottom: 5px;
    }

    .table-sec .cart_table.table thead tr th, .table-sec .cart_table.table tbody tr td {
        padding: 5px 0;
        border-bottom: 1px solid #ddd !important;
    }

    .schedule-order .modal-body {
        padding: 20px 0;
    }

    .schedule-order .pdl {
        border: none;
        padding: 0;
    }

    .schedule-order .pdr {
        margin-bottom: 10px;
    }

    .schedule-order .type-quantity input[type=text]:not(.browser-default).auantity {
        width: 130px;
    }

    .similar-product-table td, .similar-product-table td .similar-card {
        width: 100%;
        float: left;
        max-width: 100%;
    }

        .similar-product-table td .similar-card {
            border-bottom: 1px solid #ddd;
            padding: 5px 0;
        }

    .similar-card:before {
        background: none;
    }

    .modal-notification.modal .modal-content img {
        max-width: 100%;
    }

    #floatThead .row {
        overflow: auto;
    }

    .input-field .prefix ~ input {
        width: 100%;
    }

    .input-field.col.pd00, .customerLeadger.row .col.m2 {
        width: 100% !important;
    }

    .card-panel h5 {
        font-size: 14px;
    }

    #prdCat .col {
        float: none;
    }

        #prdCat .col input.cardVal {
            width: 50%;
        }

    .fullButton {
        width: 100% !important;
    }

    .edit-order .balance-list li {
        font-size: 13px;
    }

    .rightPanel .row .col {
        float: none;
        width:100%;
    }

        .rightPanel .row .col.m7 button:nth-child(1), .rightPanel .row .col.m7 button:nth-child(2) {
            width: 48%;
            display: inline;
            margin: 0.5%;
        }

        .rightPanel .row .col.m7 button:nth-child(2) {
            margin-left: 1%;
        }

        .rightPanel .row .col button:last-child {
            margin: 0 !important;
            width: 32.33% !important;
        }

        .rightPanel .row .col.m5 button {
            width: 31.33%;
            display: inline;
            margin: 0.5%;
        }

    .btn-s {
        font-size: 11px;
    }

    [type="checkbox"]:checked + label:before {
        border-right: 2px solid #0db848;
        border-bottom: 2px solid #0db848;
    }

    body {
        overflow: inherit !important;
    }

    .tableOrderBody .PRow td p.SNO {
        font-weight: 600;
    }

    #btnLogin {
        padding: 8px 12px;
        font-size: 13px;
    }

    #PasswordChangeOption h4 {
        font-size: 14px;
    }

    #GeneralInfo .input-field label:not(.label-icon).active, #ContactInfo .input-field label:not(.label-icon).active {
        transform: translateY(-6px) scale(0.8);
    }

    #resetPassword .input-field .prefix {
        top: -2px;
    }

    .tableOrderBody .PRow td:nth-child(2) .cart-search {
        position: relative;
    }

    .tableOrderBody .PRow td:nth-child(2) .cart-img {
        width: 10%;
    }

    .tableOrderBody .PRow td:nth-child(2) .cart-search {
        width: 76%;
    }

    .tableOrderBody .PRow td:nth-child(2) .product-search {
        width: 85%;
        padding-left: 0;
    }

    .tableOrderBody .PRow td:nth-child(2) .search-btn {
        position: absolute;
        top: 0;
        right: 10px;
    }

    .tableOrderBody .PRow td:nth-child(2) .cart-search button + button {
        position: absolute;
        top: 2px;
        right: -21px;
    }
    .waves-block {
        padding:3px 14px !important;
        height:auto;
    }
    .buttonField {
        width:100%;
        margin:0 0 15px 0;
    }
    .buttonField .btn {
        font-size:14px;
    }
    .textField {
        width: 49%;
    }
    .dropdown-menu.sm-nowrap.active {
        background: #f5f5f5;
    }
    .dropdown-menu > li > a:hover {
        background-color: #fff !important;
    }
    .responsiveTable tr td {
        width: 25%;
        display: inline-flex;
        height: 50px;
        padding: 12px 0 !important;
        white-space: nowrap;
        position: relative;
        margin-bottom: 12px;
    }
        .responsiveTable tr td:nth-child(1), .responsiveTable tr td:nth-child(2) {
            width: 15%;
        }
        .responsiveTable tr td:nth-child(3), .responsiveTable tr td:nth-child(4) {
            width:30%;
        }
            .responsiveTable tr td:last-child {
                width: 50%;
            }
    .responsiveTable tr td:last-child {
        width:50%;
     }
        .responsiveTable tr td .image {
            height: 30px;
        }
    .tableOrderBody.responsiveTable [ data-title="Delete"] {
        display: inline-flex;
        text-align: left !important;
    }
    .tableOrderBody.responsiveTable [ data-title="Product"] input{
        width:94% !important;
    }
        .responsiveTable td a i {
        position:inherit !important;
    }
    #dvContents .contant-box {
        background:#fff;
    }
    .responsiveTable td:nth-child(1)::before {
        content: "Items";
        position: absolute;
        top: -8px;
        font-weight: bold;
    }
    .responsiveTable td:nth-child(2)::before {
        content: "Image";
        position: absolute;
        top: -8px;
        font-weight: bold;
    }
    .responsiveTable td:nth-child(3)::before {
        content: "Product";
        position: absolute;
        top: -8px;
        font-weight: bold;
    }
    .responsiveTable td:nth-child(4)::before {
        content: "Description";
        position: absolute;
        top: -8px;
        font-weight: bold;
    }
    .responsiveTable td:nth-child(5)::before {
        content: "Quantity";
        position: absolute;
        top: -8px;
        font-weight: bold;
    }
    .responsiveTable td:nth-child(6)::before {
        content: "Unit";
        position: absolute;
        top: -8px;
        font-weight: bold;
    }
    .responsiveTable td:nth-child(7)::before {
        content: "Available Stock";
        position: absolute;
        top: -8px;
        font-weight: bold;
    }
    .responsiveTable td:nth-child(8)::before {
        content: "Unit Price";
        position: absolute;
        top: -8px;
        font-weight: bold;
    }
    .responsiveTable td:nth-child(9)::before {
        content: "Total Price";
        position: absolute;
        top: -8px;
        font-weight: bold;
    }
    .responsiveTable td:nth-child(10)::before {
        content: "Delete";
        position: absolute;
        top: -8px;
        font-weight: bold;
    }
    .responsiveTable td:nth-child(11)::before {
        content: "Status";
        position: absolute;
        top: -8px;
        font-weight: bold;
    }
    .messageDesc {
        width: auto;
        margin:auto;
    }

    /*edit blockquote print changes*/

    /*.TableFotter {
        display: table-footer-group;
    }
*/
    /*.no-page-break {
        page-break-inside: avoid;
        white-space: normal;
        word-wrap: break-word;
    }
    .TableFotter {
        page-break-inside: auto;
    }
    .Quote-table.total-tr {
        page-break-inside: auto;
    }
    .tbladdquote .PRow {
        page-break-inside: auto;
    }
    .editpage input[type="text"], .editpage input[type="number"] {
        white-space: normal;
        word-wrap: break-word;
        font-size:14px;
    }
    .tbladdquote input[type="text"], .tbladdquote input[type="number"] {
        white-space: normal;
        word-wrap: break-word;
        font-size: 12px;
    }
    .btn-sec.btn-edit {
        display: none;
    }*/
    /*View quote print changes css*/
    
    /*.TandC {
        page-break-inside: avoid;
        white-space: normal;
        word-wrap: break-word;
        font-size: 12px;
    }
        .viewquoteHeader tr th:nth-child(5), .tableOrderBody.viewquote tr td:nth-child(5) {
            border-right: 1px solid #000;
        }
    .tableOrderBody.viewquote td:nth-child(6), #ViewOrderGrid th:nth-child(6), .tableOrderBody.viewquote td:nth-child(6) i {
        display: none;
    }
    .edit_icon {
        display: none;
    }*/
    /*header, footer {
        display: none;
    }*/
    
}

@media (min-width:479px) and (max-width:480px) {
    .btn-s {
        padding: 5px 6px;
        font-size: 10px;
        border-radius: 4px;
    }
}
.cartLinkMobile, ul.right_side_menu li a.hideCartLinkDesktop, ul.right_side_menu li ul.dropdown-content li.cartLinkMobile {
    display: none !important;
}
.report button.btn, .report .btn {
    margin-top: 10px;
}
@media (max-width:992px) {
    body {
        overflow: inherit !important;
    }

    .login_page .data-cell.left-side {
        display: none;
    }
    .login_form {
        height: 400px;
    }
    ul.right_side_menu li a.hideCartLinkMobile {
        display: none;
    }
    .cartLinkMobile, ul.right_side_menu li a.hideCartLinkDesktop, ul.right_side_menu li ul.dropdown-content li.cartLinkMobile {
        display: block !important;
    }
    .customerLeadger.row .col.m2, .customerLeadger .input-field .prefix ~ input, .input-field .prefix ~ input {
        width: 100% !important;
    }   
}
@media (max-width:1199px) {
    .input-field .material-icons.prefix ~ label {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .input-field .prefix ~ input {
        padding-left: 1.5rem;
    }
    .btn, .btn-large {
        padding: 6px 11px !important;
    }
}