        body {
            font-size: 0.9rem !important;
            font-family: "Roboto", sans-serif !important;
        }
        
        p {
            margin-bottom: 0.5em !important;
        }
        
        .table th,
        .table td {
            font-size: 0.9rem !important;
            font-family: "Roboto", sans-serif !important;
        }
        
        .sidebar .nav .nav-item .nav-link .menu-title {
            font-size: 0.9rem !important;
            font-family: "Roboto", sans-serif !important;
        }
        
        .navbar .navbar-menu-wrapper .navbar-nav .nav-item .nav-link {
            font-size: 0.9rem !important;
            font-family: "Roboto", sans-serif !important;
        }
        
        .btn i {
            font-size: 1.2rem !important;
        }
        
        .badge {
            padding: 0.5em 0.5em !important;
        }
        
        .form-control {
            height: auto !important;
        }
        
        .modal-header .close {
            padding: 0.5rem !important;
            margin: 0 !important;
        }
        
        .mdi:before,
        .mdi-set {
            font-size: 18px !important;
        }
        
        .dataTables_wrapper .dataTables_paginate .paginate_button {
            padding: 0.5em 0.2em !important;
        }
        
        .page-link {
            padding: 0.25rem 0.45rem !important;
        }
        
        .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
            background: transparent !important;
            border: none !important;
        }
        
        .card .card-title {
            margin-bottom: 0px !important;
        }
        
        #preview_img img.thumb {
            width: 160px;
            margin: 0px 10px;
        }
        
        .header {
            width: 100%;
            background-color: #4285f4;
            /* height: 45%; */
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
        }
        
        .image-area {
            position: relative;
            width: 100%;
            background: transparent;
        }
        
        .image-area img {
            max-width: 100%;
            height: auto;
        }
        
        .remove-image {
            display: none;
            position: absolute;
            top: -10px;
            right: -10px;
            border-radius: 10em;
            padding: 2px 6px 3px;
            text-decoration: none;
            font: 700 21px/20px sans-serif;
            background: #555;
            border: 3px solid #fff;
            color: #fff;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), inset 0 2px 4px rgba(0, 0, 0, 0.3);
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
            -webkit-transition: background 0.5s;
            transition: background 0.5s;
        }
        
        .remove-image:hover {
            background: #e54e4e;
            padding: 3px 7px 5px;
            top: -11px;
            right: -11px;
            color: #fff;
        }
        
        .remove-image:active {
            background: #e54e4e;
            top: -10px;
            right: -11px;
            color: #fff;
        }
        
        .edit-image {
            display: none;
            position: absolute;
            top: -10px;
            right: 35px;
            border-radius: 10em;
            padding: 2px 4px 3px;
            text-decoration: none;
            font: 700 21px/20px sans-serif;
            background: #555;
            border: 3px solid #fff;
            color: #fff;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), inset 0 2px 4px rgba(0, 0, 0, 0.3);
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
            -webkit-transition: background 0.5s;
            transition: background 0.5s;
        }

        .face-neck-hole {
            display: none;
            position: absolute;
            top: -10px;
            right: 75px;
            border-radius: 10em;
            padding: 2px 4px 3px;
            text-decoration: none;
            font: 700 21px/20px sans-serif;
            background: #555;
            border: 3px solid #fff;
            color: #fff;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), inset 0 2px 4px rgba(0, 0, 0, 0.3);
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
            -webkit-transition: background 0.5s;
            transition: background 0.5s;
        }
        
        .edit-image:hover {
            background: #e54e4e;
            padding: 3px 5px 5px;
            top: -11px;
            right: 35px;
            color: #fff;
        }

        .face-neck-hole:hover {
            background: #e54e4e;
            color: #fff;
        }
        
        .edit-image:active {
            background: #e54e4e;
            top: -10px;
            right: 35px;
            color: #fff;
        }
        
        .remove-edit-image {
            display: none;
            position: absolute;
            top: -10px;
            right: -5px;
            border-radius: 10em;
            padding: 2px 3px 3px;
            text-decoration: none;
            font: 700 21px/20px sans-serif;
            background: #555;
            border: 3px solid #fff;
            color: #fff;
            box-shadow: 0 2px 6px rgba(0, 0, 0, 0.5), inset 0 2px 4px rgba(0, 0, 0, 0.3);
            text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
            -webkit-transition: background 0.5s;
            transition: background 0.5s;
        }
        
        .remove-edit-image {
            padding: 2px 4px 3px;
        }
        
        .remove-edit-image:hover {
            background: #e54e4e;
            padding: 3px 5px 5px;
            top: -11px;
            right: -5px;
            color: #fff;
        }
        
        .remove-edit-image:active {
            background: #e54e4e;
            top: -10px;
            right: -5px;
            color: #fff;
        }
        
        .quote-imgs-thumbs {
            background: #eee;
            border: 1px solid #ccc;
            border-radius: 0.25rem;
            margin: 1.5rem 0;
            padding: 0.75rem;
        }
        
        .quote-imgs-thumbs--hidden {
            display: none;
        }
        
        .img-preview-thumb {
            background: #fff;
            border: 1px solid #777;
            border-radius: 0.25rem;
            box-shadow: 0.125rem 0.125rem 0.0625rem rgba(0, 0, 0, 0.12);
            margin-right: 1rem;
            max-width: 140px;
            padding: 0.25rem;
        }
        
        .qrcodeselect-template .card {
            display: block;
            margin-bottom: 20px;
            line-height: 1.42857143;
            background-color: #fff;
            border-radius: 2px;
            box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
            transition: box-shadow 0.25s;
        }
        
        .card-hover:hover {
            box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }
        
        .img-card {
            width: 100%;
            height: 200px;
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
            display: block;
            overflow: hidden;
        }
        
        .img-card img {
            width: 100%;
            height: 200px;
            object-fit: contain;
            transition: all 0.25s ease;
        }
        
        .card-content {
            padding: 15px;
            text-align: left;
        }
        
        .card-title {
            margin-top: 0px;
            font-weight: 700;
            font-size: 1.65em;
        }
        
        .card-title a {
            color: #000;
            text-decoration: none !important;
        }
        
        .card-title i {
            color: #3c4858;
            opacity: 0.8;
        }
        
        .card-desc i {
            color: #3c4858;
            opacity: 0.8;
        }
        
        .card-read-more {
            border-top: 1px solid #d4d4d4;
            padding: 5px 10px;
        }
        
        .card-read-more a {
            text-decoration: none !important;
            padding: 10px;
            font-weight: 600;
            text-transform: uppercase;
        }
        
        p.desc {
            font-size: 12px;
            margin: 0 auto;
        }
        
        .card.card-hover.mappeddata {
            border: 2px solid #19d895;
            border-radius: 5px;
        }
        
        p {
            text-transform: initial;
        }
        /* .toast{
    display: block !important;
} */
        
        #toast-container>.toast-error {
            background-color: #ed2417;
            opacity: 1;
        }
        
        #toast-container>.toast-success {
            background-color: #19d895;
            opacity: 1;
        }
        
        .toast-top-right {
            top: unset !important;
            bottom: 25px !important;
        }
        
        #toast-container>div {
            box-shadow: 0 0 5px #999 !important;
            font-weight: 500;
            border: none;
        }
        
        #grad1 {
            background-color: : #9C27B0;
            background-image: linear-gradient(120deg, #FF4081, #81D4FA);
        }
        
        #msform {
            text-align: center;
            position: relative;
            margin-top: 20px;
        }
        
        #msform fieldset .form-card {
            background: white;
            border: 0 none;
            border-radius: 0px;
            box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
            padding: 20px 40px 30px 40px;
            box-sizing: border-box;
            width: 94%;
            margin: 0 3% 20px 3%;
            position: relative;
        }
        
        #msform fieldset {
            background: white;
            border: 0 none;
            border-radius: 0.5rem;
            box-sizing: border-box;
            width: 100%;
            margin: 0;
            padding-bottom: 20px;
            position: relative;
        }
        
        #msform fieldset:not(:first-of-type) {
            display: none;
        }
        
        #msform fieldset .form-card {
            text-align: left;
            color: #9E9E9E;
        }
        
        #msform input,
        #msform textarea {
            padding: 0px 8px 4px 8px;
            border: none;
            border-bottom: 1px solid #ccc;
            border-radius: 0px;
            margin-bottom: 25px;
            margin-top: 2px;
            width: auto;
            box-sizing: border-box;
            font-family: montserrat;
            color: #2C3E50;
            font-size: 16px;
            letter-spacing: 1px;
        }
        
        #msform input:focus,
        #msform textarea:focus {
            -moz-box-shadow: none !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
            border: none;
            font-weight: bold;
            border-bottom: 2px solid skyblue;
            outline-width: 0;
        }
        
        #msform .action-button {
            width: 100px;
            background: skyblue;
            font-weight: bold;
            color: white;
            border: 0 none;
            border-radius: 0px;
            cursor: pointer;
            padding: 10px 5px;
            margin: 10px 5px;
        }
        
        #msform .action-button:hover,
        #msform .action-button:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px skyblue;
        }
        
        #msform .action-button-previous {
            width: 100px;
            background: #616161;
            font-weight: bold;
            color: white;
            border: 0 none;
            border-radius: 0px;
            cursor: pointer;
            padding: 10px 5px;
            margin: 10px 5px;
        }
        
        #msform .action-button-previous:hover,
        #msform .action-button-previous:focus {
            box-shadow: 0 0 0 2px white, 0 0 0 3px #616161;
        }
        
        select.list-dt {
            border: none;
            outline: 0;
            border-bottom: 1px solid #ccc;
            padding: 2px 5px 3px 5px;
            margin: 2px;
        }
        
        select.list-dt:focus {
            border-bottom: 2px solid skyblue;
        }
        
        .card {
            z-index: 0;
            border: none;
            border-radius: 0.5rem;
            position: relative;
        }
        
        .fs-title {
            font-size: 25px;
            color: #2C3E50;
            margin-bottom: 10px;
            font-weight: bold;
            text-align: left;
        }
        
        #progressbar {
            margin-bottom: 30px;
            overflow: hidden;
            color: lightgrey;
        }
        
        #progressbar .active {
            color: #000000;
        }
        
        #progressbar li {
            list-style-type: none;
            font-size: 12px;
            width: 20%;
            float: left;
            position: relative;
        }

        #progressbar.ccode li {
            width: 16%;
        }
        
        #progressbar #book:before {
            font-family: "Material Design Icons";
            content: "\f0bb";
            color: #616161;
        }
        
        #progressbar #chapter:before {
            font-family: "Material Design Icons";
            content: "\f0be";
            color: #616161;
        }
        
        #progressbar #qrcode:before {
            font-family: "Material Design Icons";
            content: "\f433";
            color: #616161;
        }
        
        #progressbar #ccode:before {
            font-family: "Material Design Icons";
            content: "\f34d";
            color: #616161;
        }
        
        #progressbar #armodule:before {
            font-family: "Material Design Icons";
            content: "\f573";
            color: #616161;
        }
        
        #progressbar #confirm:before {
            font-family: "Material Design Icons";
            content: "\f191";
            color: #616161;
        }
        
        #progressbar li:before {
            width: 50px;
            height: 50px;
            line-height: 45px;
            display: block;
            font-size: 18px;
            color: #ffffff;
            background: lightgray;
            border-radius: 50%;
            margin: 0 auto 10px auto;
            padding: 2px;
        }
        
        #progressbar li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: lightgray;
            position: absolute;
            left: 0;
            top: 25px;
            z-index: -1;
        }
        
        #progressbar li.active:before,
        #progressbar li.active:after {
            background: skyblue;
            color: #ffffff !important;
        }
        
        .radio-group {
            position: relative;
            margin-bottom: 25px;
        }
        
        .radio {
            display: inline-block;
            width: 204;
            height: 104;
            border-radius: 0;
            background: lightblue;
            box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.2);
            box-sizing: border-box;
            cursor: pointer;
            margin: 8px 2px;
        }
        
        .radio:hover {
            box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.3);
        }
        
        .radio.selected {
            box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.1);
        }
        
        .fit-image {
            width: 100%;
            object-fit: cover;
        }
        
        div#chapter_list_length {
            text-align: left;
        }
        
        div#book_list_length {
            text-align: left;
        }
        
        div.dataTables_wrapper div.dataTables_info {
            text-align: left;
        }
        
        p.card-desc {
            font-size: 12px;
        }
        
        .card-read-more p.desc {
            font-size: 10px;
        }
        
        .pagination {
            margin: 0 auto;
        }
        
        .filename {
            height: 35px;
        }
        
        .navbar .navbar-brand-wrapper .navbar-brand img {
            width: calc(100% - 30%) !important;
            max-width: 100%;
            height: 100% !important;
            margin: auto;
            vertical-align: middle;
            object-fit: contain !important;
        }
        
        .navbar {
            background: linear-gradient(120deg, #5f5ca8, #7c7ab8, #9d9cc9) !important;
        }
        
        .sidebar {
            width: 280px !important;
        }
        
        .navbar .navbar-brand-wrapper {
            width: 280px !important;
        }
        
        .navbar .navbar-menu-wrapper {
            width: calc(100% - 280px) !important;
        }
        
        .main-panel {
            width: calc(100% - 280px) !important;
        }
        
        table.dataTable {
            width: 100% !important;
        }
        
        .input-field.multiselectValues {
            position: relative;
            margin-top: 1rem;
            margin-bottom: 1rem;
        }
        
        .multiselectValues .select-wrapper {
            position: relative;
        }
        
        .multiselectValues .select-wrapper input.select-dropdown {
            position: relative;
            cursor: pointer;
            background-color: transparent;
            border: none;
            border-bottom: 1px solid #9e9e9e;
            outline: none;
            height: 3rem;
            line-height: 3rem;
            width: 100%;
            font-size: 16px;
            margin: 0 0 8px 0;
            padding: 0;
            display: block;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            z-index: 1;
        }
        
        .multiselectValues ul:not(.browser-default) {
            padding-left: 0;
            list-style-type: none;
        }
        
        .multiselectValues .dropdown-content {
            background-color: #fff;
            margin: 0;
            display: none;
            min-width: 100px;
            overflow-y: auto;
            opacity: 0;
            position: absolute;
            left: 0;
            top: 0;
            z-index: 9999;
            -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
        }
        
        .multiselectValues .dropdown-content {
            -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
        }
        
        .multiselectValues .select-dropdown.dropdown-content li.selected {
            background-color: rgba(0, 0, 0, 0.03);
        }
        
        .multiselectValues ul:not(.browser-default)>li {
            list-style-type: none;
        }
        
        .multiselectValues .dropdown-content li {
            clear: both;
            color: rgba(0, 0, 0, 0.87);
            cursor: pointer;
            min-height: 50px;
            line-height: 1.5rem;
            width: 100%;
            text-align: left;
        }
        
        .multiselectValues .dropdown-content li>a,
        .multiselectValues .dropdown-content li>span {
            font-size: 16px;
            color: #26a69a;
            display: block;
            line-height: 22px;
            padding: 14px 16px;
        }
        
        .multiselectValues .dropdown-content li>span>label {
            top: 1px;
            left: 0;
            height: 18px;
        }
        
        .multiselectValues [type="checkbox"]:not(:checked),
        .multiselectValues [type="checkbox"]:checked {
            position: absolute;
            opacity: 0;
            pointer-events: none;
        }
        
        .multiselectValues [type="checkbox"]+span:not(.lever) {
            position: relative;
            padding-left: 35px;
            cursor: pointer;
            display: inline-block;
            height: 25px;
            line-height: 25px;
            font-size: 1rem;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }
        
        .multiselectValues .select-wrapper .caret {
            position: absolute;
            right: 0;
            top: 0;
            bottom: 0;
            margin: auto 0;
            z-index: 0;
            fill: rgba(0, 0, 0, 0.87);
        }
        
        .multiselectValues select {
            background-color: rgba(255, 255, 255, 0.9);
            width: 100%;
            padding: 5px;
            border: 1px solid #f2f2f2;
            border-radius: 2px;
            height: 3rem;
        }
        
        .multiselectValues .select-wrapper+label {
            position: absolute;
            top: -26px;
            font-size: .8rem;
        }
        
        .multiselectValues .select-wrapper+label:after {
            display: block;
            content: "";
            position: absolute;
            top: 100%;
            left: 0;
            opacity: 0;
            -webkit-transition: .2s opacity ease-out, .2s color ease-out;
            transition: .2s opacity ease-out, .2s color ease-out;
        }
        
        .multiselectValues .select-wrapper input.select-dropdown {
            position: relative;
            cursor: pointer;
            background-color: transparent;
            border: none;
            border-bottom: 1px solid #9e9e9e;
            outline: none;
            height: 3rem;
            line-height: 3rem;
            width: 100%;
            font-size: 16px;
            margin: 0 0 8px 0;
            padding: 0;
            display: block;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
            z-index: 1;
        }
        
        .multiselectValues select {
            display: none;
        }
        
        .multiselectValues [type="checkbox"]+span:not(.lever):before,
        .multiselectValues [type="checkbox"]:not(.filled-in)+span:not(.lever):after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 18px;
            height: 18px;
            z-index: 0;
            border: 2px solid #5a5a5a;
            border-radius: 1px;
            margin-top: 3px;
            -webkit-transition: .2s;
            transition: .2s;
        }
        
        .multiselectValues [type="checkbox"]:not(.filled-in)+span:not(.lever):after {
            border: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }
        
        .multiselectValues [type="checkbox"]+span:not(.lever):before,
        .multiselectValues [type="checkbox"]:not(.filled-in)+span:not(.lever):after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 18px;
            height: 18px;
            z-index: 0;
            border: 2px solid #5a5a5a;
            border-radius: 1px;
            margin-top: 3px;
            -webkit-transition: .2s;
            transition: .2s;
        }
        
        .multiselectValues [type="checkbox"]:checked+span:not(.lever):before {
            top: -4px;
            left: -5px;
            width: 12px;
            height: 22px;
            border-top: 2px solid transparent;
            border-left: 2px solid transparent;
            border-right: 2px solid #26a69a;
            border-bottom: 2px solid #26a69a;
            -webkit-transform: rotate(40deg);
            transform: rotate(40deg);
            -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
            -webkit-transform-origin: 100% 100%;
            transform-origin: 100% 100%;
        }
        
        .multiselectValues [type="checkbox"]:not(.filled-in)+span:not(.lever):after {
            border: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }
        
        .product_attribute_image {
            color: transparent;
        }
        
        input[type="color"] {
            height: 40px !important;
            padding: 5px;
        }
        
        .selectqty input,
        .selectqty textarea {
            border: 1px solid #eeeeee;
            box-sizing: border-box;
            margin: 0;
            outline: none;
            padding: 10px;
        }
        
        .selectqty input[type="button"] {
            -webkit-appearance: button;
            cursor: pointer;
        }
        
        .selectqty input::-webkit-outer-spin-button,
        .selectqty input::-webkit-inner-spin-button {
            -webkit-appearance: none;
        }
        
        .selectqty {
            clear: both;
            margin: 15px 0;
            position: relative;
        }
        
        .selectqty input[type='button'] {
            background-color: #eeeeee;
            min-width: 38px;
            width: auto;
            transition: all 300ms ease;
        }
        
        .selectqty .button-minus,
        .selectqty .button-plus {
            font-weight: bold;
            height: 38px;
            padding: 0;
            width: 38px;
            position: relative;
        }
        
        .selectqty .quantity-field {
            position: relative;
            height: 38px;
            left: -6px;
            text-align: center;
            width: 62px;
            display: inline-block;
            font-size: 13px;
            margin: 0 0 5px;
            resize: vertical;
        }
        
        .selectqty .button-plus {
            left: -13px;
        }
        
        .selectqty input[type="number"] {
            -moz-appearance: textfield;
            -webkit-appearance: none;
        }
        
        #template fieldset {
            min-width: 0;
            padding: 10px !important;
            margin: 3px !important;
            border: groove !important;
            border-radius: 10px !important;
            background-color: #9a99c82e !important;
            /* box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.16), 0 4px 4px rgba(0, 0, 0, 0.45); */
        }
        
        #template fieldset legend {
            width: auto !important;
            padding: 5px !important;
            font-size: 20px !important;
            color: #ff0000 !important;
            font-weight: bold !important;
        }
        
        #template input[type="text"]:read-only {
            background-color: #ffffff;
        }
        
        .switch {
            opacity: 0;
            position: absolute;
            z-index: 1;
            width: 18px;
            height: 18px;
            cursor: pointer;
        }
        
        .switch+.lable {
            position: relative;
            display: inline-block;
            margin: 0;
            line-height: 20px;
            min-height: 18px;
            min-width: 18px;
            font-weight: normal;
            cursor: pointer;
        }
        
        .switch+.lable::before {
            cursor: pointer;
            font-family: fontAwesome;
            font-weight: normal;
            font-size: 12px;
            color: #32a3ce;
            content: "\a0";
            background-color: #FAFAFA;
            border: 1px solid #c8c8c8;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
            border-radius: 0;
            display: inline-block;
            text-align: center;
            height: 16px;
            line-height: 14px;
            min-width: 16px;
            margin-right: 1px;
            position: relative;
            top: -1px;
        }
        
        .switch:checked+.lable::before {
            display: inline-block;
            content: '\f00c';
            background-color: #F5F8FC;
            border-color: #adb8c0;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1);
        }
        /* CSS3 on/off switches */
        
        .switch+.lable {
            margin: 0 4px;
            min-height: 24px;
        }
        
        .switch+.lable::before {
            font-weight: normal;
            font-size: 11px;
            line-height: 17px;
            height: 20px;
            overflow: hidden;
            border-radius: 12px;
            background-color: #F5F5F5;
            -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
            box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.15);
            border: 1px solid #CCC;
            text-align: left;
            float: left;
            padding: 0;
            width: 52px;
            text-indent: -21px;
            margin-right: 0;
            -webkit-transition: text-indent .3s ease;
            -o-transition: text-indent .3s ease;
            transition: text-indent .3s ease;
            top: auto;
        }
        
        .switch.switch-bootstrap+.lable::before {
            font-family: 'Material Design Icons';
            content: "\f156";
            box-shadow: none;
            border-width: 0;
            font-size: 16px;
            background-color: #a9a9a9;
            color: #F2F2F2;
            width: 52px;
            height: 22px;
            line-height: 21px;
            text-indent: 32px;
            -webkit-transition: background 0.1s ease;
            -o-transition: background 0.1s ease;
            transition: background 0.1s ease;
        }
        
        .switch.switch-bootstrap+.lable::after {
            content: '';
            position: absolute;
            top: 2px;
            left: 3px;
            border-radius: 12px;
            box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
            width: 18px;
            height: 18px;
            text-align: center;
            background-color: #F2F2F2;
            border: 4px solid #F2F2F2;
            -webkit-transition: left 0.2s ease;
            -o-transition: left 0.2s ease;
            transition: left 0.2s ease;
        }
        
        .switch.switch-bootstrap:checked+.lable::before {
            content: "\f12c";
            text-indent: 6px;
            color: #FFF;
            border-color: #b7d3e5;
        }
        
        .switch-info>.switch.switch-bootstrap:checked+.lable::before {
            background-color: #5bc0de;
        }
        
        .switch.switch-bootstrap:checked+.lable::after {
            left: 32px;
            background-color: #FFF;
            border: 4px solid #FFF;
            text-shadow: 0 -1px 0 rgba(0, 200, 0, 0.25);
        }
        
        .multiselect {
            width: 200px;
        }
        
        .selectBox {
            position: relative;
        }
        
        .selectBox select {
            width: 100%;
            font-weight: bold;
        }
        
        .overSelect {
            position: absolute;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
        }
        
        #checkboxes {
            display: none;
            border: 1px #dadada solid;
        }
        
        #checkboxes label {
            display: block;
        }
        
        #checkboxes label:hover {
            background-color: #1e90ff;
        }
        
        .modal-dialog.modal-notify.modal-danger .modal-header {
            background-color: #ff3547;
        }
        
        .modal-dialog.modal-notify.modal-danger .modal-header p {
            color: #ffffff;
        }
        
        .modal-dialog.modal-notify.modal-danger .modal-header .close {
            color: #ffffff;
        }
        
        @media (min-width: 992px) {
            .sidebar-icon-only .sidebar {
                width: 70px !important;
            }
            .sidebar-icon-only .navbar .navbar-brand-wrapper {
                width: 70px !important;
            }
            .sidebar-icon-only .navbar .navbar-menu-wrapper {
                width: calc(100% - 70px) !important;
            }
            .sidebar-icon-only .main-panel {
                width: calc(100% - 70px) !important;
            }
        }
        
        @media (max-width: 991px) {
            .main-panel {
                width: 100% !important;
            }
        }
        p.card-desc.filename{
            overflow: hidden;
            display: block;
            white-space: nowrap;
            text-overflow: ellipsis;
        }