﻿body {
    background-color: #fff
}

.form-control {
    padding: 0 5px !important;
    color: #000 !important;
    transition: none !important
}

span.form-control {
    height: 25px;
    padding: 0px 2px;
    font-size: 12px;
    font-weight: 500;
    border: 1px solid #b1b1b1 !important;
    border-radius: 3px !important;
    line-height: 24px;
}

.form-control[readonly], .form-control[readonly], fieldset[readonly] .form-control {
    cursor: default;
    background-color: #f7f7f7;
    border-color: #e1e1e1 !important;
    opacity: 1;
}

.form-control[disabled], .form-control[disabled], fieldset[disabled] .form-control {
    color: #adadad !important;
    cursor: not-allowed;
    background-color: #f7f7f7;
    opacity: 1;
}

input[readonly].backlight:focus, select[readonly].backlight:focus, textarea[readonly].backlight:focus {
    z-index: 9;
    border-radius: 3px;
    transition: all ease .5s;
    background: 0 0;
    color: #2a2a2a;
    outline: 2px solid #ffd0a9 !important;
    outline-style: auto;
    outline-offset: -1px;
    position: relative;
    z-index: 1;
    background: #f7f7f7;
}

input[disabled].backlight:focus, select[disabled].backlight:focus, textarea[disabled].backlight:focus {
    z-index: 9;
    border-radius: 3px;
    transition: all ease .5s;
    background: 0 0;
    color: #2a2a2a;
    outline: 2px solid #d7d7d7 !important;
    background: #ebebeb;
    outline-style: auto;
    outline-offset: -1px;
    position: relative;
    z-index: 1;
}

input[type="file"] {
    display: block;
    padding: 0 !important;
}

.input-label-inline input {
    border: none !important;
}

.inheder-input .form-control:focus, .inheder-input select:focus {
    background: #fff
}

.inheder-input {
    margin-left: 5px;
    float: left;
}

    .inheder-input .form-control {
        background: #fff;
        margin-right: 5px
    }

header.form_heading > .pull-left {
    padding: 3px 5px;
    max-height: 30px;
}


.panel-heading {
    border-bottom: none;
    padding: 7px 17px !important;
}

.form_heading .pull-left i {
    margin-right: 5px;
}

.empty-datarow td {
    padding: 2px 5px;
    font-weight: 700;
    border: 1px solid #c8c8c8;
    color: #575757
}

.gridBackground {
    background: #e3e3e3
}

.vertical-center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.form-section-heading {
    font-weight: 500;
    font-size: 16px;
    color: #288af3;
}

.linearBg {
    background: #b2e1ff;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IyZTFmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2NmI2ZmMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,#b2e1ff 0,#66b6fc 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0,#b2e1ff),color-stop(100%,#66b6fc));
    background: -webkit-linear-gradient(top,#b2e1ff 0,#66b6fc 100%);
    background: -o-linear-gradient(top,#b2e1ff 0,#66b6fc 100%);
    background: -ms-linear-gradient(top,#b2e1ff 0,#66b6fc 100%);
    background: linear-gradient(to bottom,#b2e1ff 0,#66b6fc 100%)
}

.required-field {
    color: #e46262
}

.form_heading {
    text-align: center;
    font-size: 14px;
    cursor: pointer
}

    .form_heading .header-icon {
        /* color: #000; */
        /* animation-iteration-count: 1; */
        /* animation-iteration-count: infinite; */
        /* text-shadow: 0 -10px 4px #fff,0 0 3px #ff5151,0 0 2px #fff; */
        animation: shake .5s;
        animation-iteration-count: infinite;
        /* transition: color ease-in-out .2s,text-shadow .1s */
    }



.fa.fa-asterisk {
    font-size: 7px;
    position: relative;
    top: -5px
}

.group-controls {
    display: flex !important
}

.inline-controls .control-holder:first-child {
    white-space: nowrap;
    padding-right: 10px
}

.inline-controls {
    display: flex
}

    .inline-controls .control-holder {
        display: table;
        width: 50%;
        margin-bottom: 0
    }

.border-box-light {
    border: 1px solid #e5e5e5;
    margin-bottom: 10px;
    border-radius: 4px;
}

h6.box-heading {
    font-weight: 700;
    color: #333;
    margin-top: 0
}

.control-holder {
    margin-bottom: 5px;
    display: block;
    position: relative;
    max-height: 25px;
    color: black;
}

    .control-holder.full-height {
        max-height: max-content !important;
    }

    .control-holder span {
        font-weight: 500;
        color: #080808
    }

.left-partition {
    border-left: 1px solid silver
}

.flex-box-inside {
    display: flex
}

.input-combiner {
    background: #fff;
    border: 1px solid #ddd;
    padding: 2.5px
}

    .input-combiner input {
        border: none;
        background: 0 0;
        border-right: 1px solid #efefef;
        padding: 0;
        width: 32.33%;
        padding-left: 3px
    }

        .input-combiner input:last-child {
            border: none
        }

.input-detail * {
    font-size: 12px;
    padding: 0;
    margin: 0;
    display: block;
    color: #7a7a7a
}

.combiner-r {
    display: table;
    width: 100%
}

    .combiner-r > * {
        display: table-cell !important
    }

    .combiner-r .combine-r {
        min-width: 30px
    }

    .combiner-r > :first-child {
        border-radius: 3px 0 0 3px !important
    }

    .combiner-r .combine-r:hover {
        background: #2492ff;
        color: #fff !important;
        border-color: #1b77d3 !important;
    }

    .combiner-r .combine-r {
        min-height: 25px;
        line-height: 23px;
        white-space: nowrap;
        position: relative;
        padding: 0 5px;
        /* min-height: 25px !important; */
        min-width: 30px;
        text-align: center;
        border-radius: 0 3px 3px 0;
        background: #f7f7f7;
        border: 1px solid silver;
        border-left: none;
        color: #1a1a1a;
        font-size: 12px;
        border-top-left-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        cursor: pointer;
        width: max-content;
    }

.group-control:not(:first-child) .combiner-r > :first-child {
    border-radius: 0 !important;
}

.combiner-r .combine-r i {
    padding: 0 2px;
    font-size: 13px !important;
    position: relative;
    top: 1px;
}

.combiner-r .combine-r:hover i {
    color: #fff !important;
}

.combiner-r .form-control {
    border-radius: 3px 0 0 3px !important;
}

.combiner-r .combine-r:focus {
    outline: 2px solid #2492ff !important;
    outline-offset: 0px;
    z-index: 1;
}

.combiner-r .combine-r:not(:last-child) {
    border-radius: 0;
}

.group-control:not(:last-child) .combine-r {
    border-radius: 0;
}

.combine-r[disabled=disabled] {
    pointer-events: none;
    cursor: no-drop !important;
    opacity: .3;
}

a.combine-r.green {
    background: #01a285 !important;
    color: white;
    border: 1px solid #017d67;
}

span.notification-badge {
    position: absolute;
    z-index: 1;
    height: 14px;
    width: auto;
    padding: 2px 4px;
    background: #ff3e3e;
    font-size: 10px;
    font-weight: 600;
    color: white;
    line-height: 10px;
    border-radius: 15px;
    top: -10px;
    right: -12px;
}

.combine-r.success span {
    color: white !important;
}

.combine-r.success {
    background: #44af7e;
    color: white !important;
}

.hanging-bottom select {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    overflow: hidden;
    overflow: -moz-hidden-unscrollable
}

.showon-par-hover {
    display: none
}

.showon-parent:hover + .showon-par-hover {
    display: block
}

.showon-par-hover:hover {
    display: block
}

.showon-par-hover a:hover {
    color: #68c570
}

.inbox-control-holder-r {
    position: relative
}

.inbox-control-r {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9
}

.inbox-control-btn {
    height: 25px;
    width: 25px;
    display: inline-block;
    padding: 2px;
    background: #2e3e4e;
    border: 1px solid;
    margin: 0;
    font-size: 20px;
    color: #fff;
    text-align: center
}

.inbox-top-control-r {
    position: absolute;
    top: -20px;
    right: 0;
    z-index: 9
}

.inbox-top-control-btn {
    height: 20px;
    width: 15px;
    display: inline-block;
    margin: 0;
    font-size: 15px;
    color: #414141;
    text-align: center
}

.inform-heading {
    font-weight: 700;
    border-bottom: 1px solid;
    font-size: 13px;
    cursor: pointer;
    padding-left: 5px
}

.no-pad {
    padding: 0 !important
}

.no-mar {
    margin: 0 !important
}

.box-next + .vehicle-detail-box {
    transition: all .3s;
    display: none;
}

    .box-next + .vehicle-detail-box.active {
        display: block
    }

/*.btn-joined i {
    line-height: 18px;
    padding: 3px 6px;
    border-right: 1px solid #066453;
    color: white;
}*/

.btn-joined:hover {
    color: white !important;
    background: #078b73;
}

.btn-joined {
    font-weight: 600;
    height: 25px;
    line-height: 14px;
    transition: all ease-in-out .3s;
    position: relative;
    min-width: 30px;
    text-align: center;
    border-radius: 3px;
    background: #e4e4e4;
    border: 1px solid silver;
    color: #333232;
    font-size: 14px;
    cursor: pointer;
    padding: 5px;
    min-width: 30px !important;
    display: block;
}

    .btn-joined:hover {
        color: white !important;
        background: #078b73 !important;
        border: 1px solid #036453;
    }

    .btn-joined:focus {
        outline: 1px dotted #4c4c4c;
    }

a:hover {
    color: #2c9cfb !important;
}

input.zoom-in:focus {
    box-shadow: 0 0 4px #26b2e9 !important;
    z-index: 9;
    border: none;
    border-radius: 3px;
    transition: all cubic-bezier(.4,3.52,.56,-.11) .5s;
    background: #fff;
    color: #2a2a2a
}

input.backlight:focus, select.backlight:focus, textarea.backlight:focus {
    z-index: 9;
    border-radius: 3px;
    transition: all ease .5s;
    background: 0 0;
    color: #2a2a2a;
    outline: 2px solid #2492ff !important;
    outline-style: auto;
    outline-offset: -1px;
    position: relative;
    z-index: 1;
    background: white;
}

.no-background-ctrl:focus {
    background: 0 0 !important
}

@keyframes shake {
    0% {
        transform: translate(0,0) rotate(5deg)
    }

    20% {
        transform: translate(0,-.5px) rotate(0)
    }

    25% {
        transform: translate(0,-.2px) rotate(-4deg)
    }

    30% {
        transform: translate(0,px) rotate(0)
    }

    35% {
        transform: translate(0,.2px) rotate(3deg)
    }

    40% {
        transform: translate(0,-.1px) rotate(0)
    }

    60% {
        transform: translate(0,0px) rotate(-2deg)
    }

    70% {
        transform: translate(0,.3px) rotate(2deg)
    }

    85% {
        transform: translate(0,-.2px) rotate(-2deg)
    }

    90% {
        transform: translate(0,0) rotate(-1deg)
    }

    95% {
        transform: translate(0,0) rotate(0deg)
    }

    100% {
        transform: translate(0,0) rotate(0)
    }
}

a:hover {
    color: #26b2e9
}

@-webkit-keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 #1b8cff47,0 0 0 1em #1b8cff47,0 0 0 3em #1b8cff47,0 0 0 5em #1b8cff47
    }

    30% {
        box-shadow: 0 0 0 1em #1b8cff7a,0 0 0 3em #1b8cff7a,0 0 0 5em #1b8cff7a,0 0 0 8em #1b8cff7a
    }

    100% {
        box-shadow: 0 0 0 0 #1b8cff91,0 0 0 1em #1b8cff91,0 0 0 3em #1b8cff91,0 0 0 5em #1b8cff91
    }
}

@keyframes ripple {
    0% {
        box-shadow: 0 0 0 0 #1b8cff47,0 0 0 1em #1b8cff47,0 0 0 3em #1b8cff47,0 0 0 5em #1b8cff47
    }

    30% {
        box-shadow: 0 0 0 1em #1b8cff7a,0 0 0 3em #1b8cff7a,0 0 0 5em #1b8cff7a,0 0 0 8em #1b8cff7a
    }

    100% {
        box-shadow: 0 0 0 0 #1b8cff91,0 0 0 1em #1b8cff91,0 0 0 3em #1b8cff91,0 0 0 5em #1b8cff91
    }
}

@keyframes phone-shake {
    0% {
        transform: translate(-1.5px,0) rotate(0)
    }

    5% {
        transform: translate(1.5px,0) rotate(0)
    }

    10% {
        transform: translate(-1.5px,0) rotate(0)
    }

    15% {
        transform: translate(1.5px,0) rotate(0)
    }

    20% {
        transform: translate(-1.5px,0) rotate(0)
    }

    25% {
        transform: translate(1.5px,0) rotate(0)
    }

    30% {
        transform: translate(-1.5px,0) rotate(0)
    }

    35% {
        transform: translate(1.5px,0) rotate(0)
    }

    40% {
        transform: translate(-1.5px,0) rotate(0)
    }

    45% {
        transform: translate(1.5px,0) rotate(0)
    }

    50% {
        transform: translate(-1.5px,0) rotate(0)
    }

    55% {
        transform: translate(0,0) rotate(0)
    }

    100% {
        transform: translate(0,0) rotate(0)
    }
}

.bounce {
    animation: bounce linear .8s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: bounce linear .8s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: bounce linear .8s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -o-animation: bounce linear .8s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -ms-animation: bounce linear .8s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%
}

@keyframes bounce {
    0% {
        top: 0
    }

    15% {
        top: -25px
    }

    30% {
        top: 0
    }

    45% {
        top: -15px
    }

    60% {
        top: 0
    }

    75% {
        top: -5px
    }

    100% {
        top: 0
    }
}

@-moz-keyframes bounce {
    0% {
        -moz-top: 0
    }

    15% {
        -moz-top: -25px
    }

    30% {
        -moz-top: 0
    }

    45% {
        -moz-top: -15px
    }

    60% {
        -moz-top: 0
    }

    75% {
        -moz-top: -5px
    }

    100% {
        -moz-top: 0
    }
}

@-webkit-keyframes bounce {
    0% {
        -webkit-top: 0
    }

    15% {
        -webkit-top: -25px
    }

    30% {
        -webkit-top: 0
    }

    45% {
        -webkit-top: -15px
    }

    60% {
        -webkit-top: 0
    }

    75% {
        -webkit-top: -5px
    }

    100% {
        -webkit-top: 0
    }
}

@-o-keyframes bounce {
    0% {
        -o-top: 0
    }

    15% {
        -o-top: -25px
    }

    30% {
        -o-top: 0
    }

    45% {
        -o-top: -15px
    }

    60% {
        -o-top: 0
    }

    75% {
        -o-top: -5px
    }

    100% {
        -o-top: 0
    }
}

@-ms-keyframes bounce {
    0% {
        -ms-top: 0
    }

    15% {
        -ms-top: -25px
    }

    30% {
        -ms-top: 0
    }

    45% {
        -ms-top: -15px
    }

    60% {
        -ms-top: 0
    }

    75% {
        -ms-top: -5px
    }

    100% {
        -ms-top: 0
    }
}

@keyframes glowing-red {
    0% {
        box-shadow: 0 0 2px #f05a48
    }

    10% {
        box-shadow: 0 0 2px #f05a48
    }

    20% {
        box-shadow: 0 0 3px #f05a48
    }

    30% {
        box-shadow: 0 0 4px #f05a48
    }

    40% {
        box-shadow: 0 0 4px #f05a48
    }

    50% {
        box-shadow: 0 0 3px #f05a48
    }

    60% {
        box-shadow: 0 0 2px #f05a48
    }

    70% {
        box-shadow: 0 0 3px #f05a48
    }

    80% {
        box-shadow: 0 0 4px #f05a48
    }

    90% {
        box-shadow: 0 0 3px #f05a48
    }

    100% {
        box-shadow: 0 0 3px #f05a48
    }
}

input:-moz-read-only:focus, input:read-only:focus, select:-moz-read-only:focus, select:read-only:focus {
    box-shadow: none;
    animation: none;
    border: 1px solid #ffbebe;
    background: #eee
}

.auto-height-form, .auto-height-table {
    overflow: auto;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
}

.center-block {
    float: none !important;
    margin: auto
}

.center-block-parent {
    position: relative
}

.validation-remark {
    float: right
}

.center-block-hv {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.filter {
    background: #f4f4f4;
    display: none;
    position: absolute;
    z-index: 99;
    top: 35px;
    right: 1px;
    box-shadow: 0 2px 6px #484848;
    width: 450px;
    border-radius: 5px;
}

    .filter .panel-body {
        max-height: calc(100vh - 250px);
        overflow: auto;
        padding-bottom: 60px;
    }

    .filter .panel-body, .sort .panel-body {
        padding: 15px 0;
        border-bottom: 1px solid #e0e0e0;
        padding-bottom: 10px;
        background: white;
        border-radius: 4px 4px 0 0;
    }

        .filter .panel-body + div, .sort .panel-body + div {
            padding: 10px;
            background: #ededed;
        }

    .filter:before {
        content: "";
        height: 7px;
        width: 7px;
        position: absolute;
        top: -7px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #afafaf;
        right: 5px
    }

.fa-filter {
    position: relative;
    cursor: pointer;
    font-size: 20px !important;
    padding: 2px;
    background: #fff;
    height: 25px;
    width: 25px;
    text-align: center;
    border-radius: 3px;
    border: 1px solid #d6d6d6;
    color: #bbb
}

.filter-section {
    display: table;
    padding: 10px 0 20px
}

.filter-section {
    padding: 10px 0 20px
}

.selected-filetrs {
    display: block;
    width: 95%;
    float: left
}

.filter .control-holder span {
    font-size: 12px;
    font-weight: 600;
    color: #5c5c5c;
}

.filter-footer {
    padding: 8px;
    border-top: 1px solid silver;
    width: 100%;
    display: inline-block;
}

.filter-field {
    padding: 0 3px 0 0;
    padding-right: 3px;
    display: block;
    float: left;
    padding-right: 30px;
    position: relative;
    margin-right: 5px;
    margin-bottom: 3px;
    border-radius: 2px;
    -webkit-transform: rotateY(0);
    -ms-transform: rotateY(0);
    transform: rotateY(0);
    transition: box-shadow ease-in .2s;
    border: 1px solid #d6d6d6
}

    .filter-field:hover {
        box-shadow: 0 4px 3px -2px #0000007d;
        cursor: pointer
    }

    .filter-field.rotate-remove {
        -webkit-transform: rotateY(90deg);
        -ms-transform: rotateY(90deg);
        transform: rotateY(90deg)
    }

.field-name {
    font-size: 11px;
    color: #4a4a4a;
    padding: 4px;
    border-right: 1px solid #b5b5b5;
    float: left;
    font-weight: 600;
    background: #eaeaea
}

.field-text {
    font-size: 11px;
    color: #000;
    padding: 4px;
    float: left;
    background: #fff
}

.filter-field span.delete:not(.disabled):hover {
    color: #4e4e4e;
    background: #bba4a4;
    cursor: pointer;
    background: #d8d8d8
}

.filter-field span.delete {
    position: absolute;
    top: 4px;
    right: 4px;
    height: 16px;
    width: 16px;
    border-radius: 2px;
    text-align: center;
    font-weight: 700;
    color: #444;
    font-family: inherit;
    padding: 2px 3px;
    cursor: auto;
    font-size: 12px
}

.fa.fa-download {
    position: relative
}

.download-options {
    display: none;
    position: absolute;
    top: 13px;
    right: -10px;
    background: #e7e7e7;
    z-index: 9;
    box-shadow: 0 2px 4px gray;
    padding: 2px
}

.fa.fa-download:hover .download-options {
    display: block
}

.download-options ul {
    padding: 0;
    list-style: none
}

    .download-options ul li {
        float: left;
        border: 1px solid silver;
        background: linear-gradient(#eee,silver);
        list-style: none;
        height: 30px;
        width: 30px
    }

.record-count {
    font-size: 12px;
    display: block;
    text-align: left;
    float: none;
    clear: both
}

.newfeature {
    height: 0;
    overflow: hidden;
    position: absolute;
    top: 20px;
    right: 5px;
    -moz-transition: height ease-in-out .4s;
    -webkit-transition: height ease-in-out .4s;
    -o-transition: height ease-in-out .4s;
    transition: height ease-in-out .4s;
    background: linear-gradient(#f8f8f8,silver);
    z-index: 99;
    box-shadow: 0 2px 6px #484848;
    width: 300px;
    border-radius: 4px
}

.whatsnew:hover .newfeature {
    height: auto
}

.whatsnew {
    float: right;
    position: relative;
    padding: 1px 5px;
    cursor: help
}

    .whatsnew span {
        font-weight: 600;
        color: #6ab077;
        font-family: arial
    }

.newfeature ol {
    padding: 10px 20px
}

.highlight {
    box-shadow: 0 0 4px red,0 0 8px #fff;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-animation: blink normal 1.5s infinite ease-in-out;
    -webkit-animation: blink normal 1.5s infinite ease-in-out;
    -ms-animation: blink normal 1.5s infinite ease-in-out;
    animation: blink normal 1.5s infinite ease-in-out
}

.fa.fa-filter.blink::after {
    display: none;
    content: "Filter!";
    position: absolute;
    left: -42px;
    top: 4px;
    font-size: 14px;
    color: #009ad7;
    font-family: arial;
    font-weight: 700;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -moz-animation: blink normal 1.5s infinite ease-in-out;
    -webkit-animation: blink normal 1.5s infinite ease-in-out;
    -ms-animation: blink normal 1.5s infinite ease-in-out;
    animation: blink normal 1.5s infinite ease-in-out
}

@-moz-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

@keyframes blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: .5
    }

    100% {
        opacity: 1
    }
}

key {
    background: linear-gradient(#fff,#969696);
    border-radius: 3px;
    border: 1px solid silver;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    box-shadow: 1px 1px 1px gray,1px 1px 3px gray;
    color: #535353;
    margin: 0 2px
}

.main-form {
    width: 99%;
    margin-top: 30px;
    display: block;
    box-shadow: 0 0 2px gray;
    border: none
}

.printing-animation {
    position: relative;
    margin-right: 10px
}

    .printing-animation.icon-size {
        float: left;
        width: 30px;
        height: 30px
    }

        .printing-animation.icon-size .printer {
            position: absolute;
            top: -2px;
            left: 0;
            height: 30px;
            width: 30px;
            z-index: 3;
            background-image: url(../images/printer-icon.png);
            background-size: 100%;
            background-position: top
        }

        .printing-animation.icon-size .report {
            position: absolute;
            top: -7px;
            left: 5px;
            height: 28px;
            width: 20px;
            z-index: 1;
            background-image: url(../images/report-icon.png);
            background-size: 100%;
            background-position: top;
            background-repeat: no-repeat;
            -moz-animation: print normal 8s infinite;
            -webkit-animation: print normal 8s infinite;
            -ms-animation: print normal 8s infinite;
            animation: print normal 8s infinite
        }

        .printing-animation.icon-size .blank-paper {
            position: absolute;
            top: -6px;
            left: 7px;
            height: 12px;
            width: 16px;
            z-index: 2;
            background: #fff;
            -moz-animation: print-blank normal 8s infinite;
            -webkit-animation: print-blank normal 8s infinite;
            -ms-animation: print-blank normal 8s infinite;
            animation: print-blank normal 8s infinite
        }

.printer::after {
    content: "";
    height: 2px;
    width: 2px;
    background: red;
    position: absolute;
    top: 10px;
    right: 3px;
    border-radius: 10px;
    box-shadow: 0 0 3px red;
    -moz-animation: led-blink normal .5s infinite ease-in-out;
    -webkit-animation: led-blink normal .5s infinite ease-in-out;
    -ms-animation: led-blink normal .5s infinite ease-in-out;
    animation: led-blink normal .5s infinite ease-in-out
}

@-moz-keyframes print {
    0% {
        top: -9px
    }

    10% {
        top: -9px
    }

    70% {
        top: 7px
    }

    90% {
        top: 7px;
        opacity: 1
    }

    100% {
        top: 7px;
        opacity: 0
    }
}

@-webkit-keyframes print {
    0% {
        top: -9px
    }

    10% {
        top: -9px
    }

    70% {
        top: 7px
    }

    90% {
        top: 7px;
        opacity: 1
    }

    100% {
        top: 7px;
        opacity: 0
    }
}

@-ms-keyframes print {
    0% {
        top: -9px
    }

    10% {
        top: -9px
    }

    70% {
        top: 7px
    }

    90% {
        top: 7px;
        opacity: 1
    }

    100% {
        top: 7px;
        opacity: 0
    }
}

@keyframes print {
    0% {
        top: -9px
    }

    10% {
        top: -9px
    }

    70% {
        top: 7px
    }

    90% {
        top: 7px;
        opacity: 1
    }

    100% {
        top: 7px;
        opacity: 0
    }
}

@-moz-keyframes print-blank {
    0% {
        top: -6px;
        z-index: 2
    }

    10% {
        top: -6px;
        z-index: 2
    }

    50% {
        z-index: 0
    }

    70% {
        top: 9px;
        z-index: 0
    }

    90% {
        top: 9px;
        z-index: 0;
        opacity: 1
    }

    100% {
        top: 9px;
        z-index: 0;
        opacity: 0
    }
}

@-webkit-keyframes print-blank {
    0% {
        top: -6px;
        z-index: 2
    }

    10% {
        top: -6px;
        z-index: 2
    }

    50% {
        z-index: 0
    }

    70% {
        top: 9px;
        z-index: 0
    }

    90% {
        top: 9px;
        z-index: 0;
        opacity: 1
    }

    100% {
        top: 9px;
        z-index: 0;
        opacity: 0
    }
}

@-ms-keyframes print-blank {
    0% {
        top: -6px;
        z-index: 2
    }

    10% {
        top: -6px;
        z-index: 2
    }

    50% {
        z-index: 0
    }

    70% {
        top: 9px;
        z-index: 0
    }

    90% {
        top: 9px;
        z-index: 0;
        opacity: 1
    }

    100% {
        top: 9px;
        z-index: 0;
        opacity: 0
    }
}

@keyframes print-blank {
    0% {
        top: -6px;
        z-index: 2
    }

    10% {
        top: -6px;
        z-index: 2
    }

    50% {
        z-index: 0
    }

    70% {
        top: 9px;
        z-index: 0
    }

    90% {
        top: 9px;
        z-index: 0;
        opacity: 1
    }

    100% {
        top: 9px;
        z-index: 0;
        opacity: 0
    }
}

@-moz-keyframes led-blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes led-blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes led-blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes led-blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.new-update {
    position: relative
}

    .new-update::after {
        background: #5db061;
        width: 10px;
        height: 10px;
        position: absolute;
        top: 0;
        right: 0
    }

.update-blink::after {
    -moz-animation: led-blink normal 2s infinite ease-in-out;
    -webkit-animation: led-blink normal 2s infinite ease-in-out;
    -ms-animation: led-blink normal 2s infinite ease-in-out;
    animation: led-blink normal 2s infinite ease-in-out
}

.list-of-new-updates ol {
    padding-left: 20px
}

.list-of-new-updates {
    padding: 20px 10px;
    background: #fff;
    margin: 0 20px;
    box-shadow: 0 2px 4px gray;
    border-radius: 2px
}

.help-comtainer {
    display: none
}

.help-comtainer {
    background: #0000007a;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99
}

    .help-comtainer img {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        height: 80%;
        max-height: 300px
    }

.display-inline-textbox {
    display: flex
}

    .display-inline-textbox > :last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .display-inline-textbox > :first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
        border-right: none
    }

.display-inline-textbox {
    display: flex
}

.btn-right-overlap > :last-child {
    position: absolute;
    top: 0;
    right: 0
}

.btn-right-overlap {
    position: relative
}

.redtext {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 10px !important;
    color: #ff091b !important;
    padding-left: 5px;
    line-height: 14px
}

.dashboard-shortcuts {
    margin: 6px
}

    .dashboard-shortcuts h4 {
        font-size: 13px;
        font-weight: 700;
        color: #269de6;
        text-transform: uppercase
    }

.shortcut-container {
    position: relative;
    display: block;
    background: #fff;
    box-shadow: 0 0 3px #757575;
    margin-bottom: 15px;
    width: calc(100%);
    margin: 0;
    overflow: hidden
}

.tab-container .tab.active {
    border-bottom: 2px solid #17a8ec;
    color: #17a8ec
}

.tab-container .tab {
    font-size: 14px;
    display: table-cell;
    padding: 10px 10px;
    border-bottom: 2px solid #00800000;
    position: relative;
    top: 1px;
    cursor: pointer;
    display: none !important
}

    .tab-container .tab:hover {
        border-bottom: 2px solid #17a8ec
    }

.tab-container {
    display: block
}

    .tab-container .tab-content.active {
        display: block;
        display: flex;
        flex-flow: wrap;
        overflow: hidden;
        max-height: 50px;
    }

    .tab-container .tab-content {
        display: none;
        max-height: 130px;
        overflow: hidden;
        transition: all ease-in-out .5s;
        box-shadow: 0 2px 5px -1px #0000006b;
        background: linear-gradient(#e2f2f9 40%,#6ad4ff);
        position: relative;
        z-index: 9;
        /*border-bottom: 2px solid #848484;*/
        background: url(../Dashboard/images/login-bg.png);
        background-size: cover;
        background-repeat: repeat
    }

    .tab-container:hover .tab-content {
        max-height: 1000px;
        transition: all ease-in-out .5s
    }

    .tab-container .tab-content .shortcut-link a.y-icon {
        display: inline-block;
        float: left;
        padding: 14px 7px;
        color: #fff;
        font-weight: 600;
        font-size: 12px
    }

    .tab-container .tab-content .shortcut-link {
        text-align: center;
        cursor: pointer;
        padding: 0;
        float: left;
        border-right: 1px solid #fff;
        padding-right: 10px
    }

        .tab-container .tab-content .shortcut-link .y-icon i {
            font-size: 14px;
            margin: 5px;
            border-radius: 100%;
            text-align: center;
            color: #fff;
            transition: all ease-in-out .2s;
            background: 0 0 !important
        }

        .tab-container .tab-content .shortcut-link p {
            font-size: 12px;
            color: #4a4a4a;
            font-weight: 500;
            margin: 0;
            display: inline-block;
            margin-bottom: 3px;
            float: left;
            padding: 3px 0
        }

            .tab-container .tab-content .shortcut-link p b {
                font-size: 16px;
                font-weight: 700;
                color: #479eff;
                line-height: 46px
            }

.tab-content .shortcut-link:hover .shotcut-list {
    bottom: 0
}

.shotcut-list {
    transition: ease-in-out .3s;
    position: relative;
    bottom: -20px;
    color: #6d6d6d;
    font-weight: 500;
    display: block;
    background: linear-gradient(#d6d6d6,silver);
    border-radius: 0 0 5px 5px;
    font-family: arial;
    font-size: 12px
}

.shotcut-list {
    color: #5e5e5e;
    font-weight: 400;
    display: block;
    background: linear-gradient(#d6d6d6,silver);
    border-radius: 0 0 5px 5px;
    font-family: arial;
    font-size: 12px;
    border-bottom: 1px solid #939090;
    display: none
}

    .shotcut-list:hover {
        background: #a9cf96;
        color: #fff !important
    }

.rounded-card {
    border-radius: 5px
}

.graph-box {
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 5px;
    margin-right: 4px;
    margin-left: 4px;
    box-shadow: 0 0px 1px 0px #0000003d;
}

.graph-heading h2 {
    padding: 7px 10px;
    background: linear-gradient(#e6e6e6,#efefef);
    margin: 0;
    color: #404040;
    font-size: 16px;
    float: left;
    font-size: 14px;
    line-height: 21px;
}

    .graph-heading h2 i {
        padding: 0 5px;
    }

.graph-container > div.graph {
    min-height: 300px
}

.graph-container {
    height: 350px;
    overflow: auto;
    background: #fff
}

.tab-btn-container {
    float: right;
    display: flex;
    position: relative;
    flex-flow: nowrap
}

.graph-heading {
    display: inline-block;
    width: 100%;
    background: linear-gradient(#e6e6e6,#efefef)
}

.tab-btn {
    display: block;
    padding: 8px 15px;
    font-size: 13px;
    color: #5d5d5d;
    border-left: 1px solid #cecece;
    cursor: pointer;
}

    .tab-btn i {
        padding-right: 5px;
    }

    .tab-btn.active {
        color: #fff !important;
        background: #444444;
    }

.graph-card-data {
    display: none
}

.graph-card-graph {
    display: none
}

.graph-card-data.active {
    display: block
}

.graph-card-graph.active {
    display: block
}

.ui-datepicker-trigger {
    display: none
}

div.col-sm-12[style*="background-color: lightgoldenrodyellow"], div.col-sm-12[style*="background-color: white; font-size: 1em; height: 24px; margin-bottom: 5px;"], div.col-sm-12[style*="background-color: white; font-size: 1em; height: 24px;"], div.col-sm-12[style*="background-color: white; font-size: 1em;height: 24px;"] {
    display: none
}

.erp-icon {
    font-weight: 900;
    color: #a70000;
    padding: 1px;
    background: #fee;
    height: 16px;
    display: inline-block;
    font-size: 14px;
    border: 1px solid #de9999;
    line-height: 13px
}

.hanging-bottom {
    position: relative;
    width: 100%;
    display: block
}

    .hanging-bottom .ele-hanging {
        position: absolute;
        z-index: 99 !important;
        top: 24px;
        left: 0
    }

    .hanging-bottom:not(.no-arrow)::after {
        background: url(../images/arrow-down.png);
        background-position: right;
        background-repeat: no-repeat;
        background-size: 12px;
        background-position: RIGHT;
        content: "";
        width: 18px;
        height: 20px;
        position: absolute;
        top: calc(50% - 12px);
        right: 0;
        margin: 3px;
        z-index: 0;
        transition: all cubic-bezier(0,0,.2,1.49) .5s;
        background-position: center
    }

    .hanging-bottom.drop-active:not(.no-arrow)::after {
        transform: rotate(180deg)
    }

.trends {
    max-height: 100px;
    display: none;
    background-color: #fff !important;
    box-shadow: 0 2px 5px #0000007a
}

#trends {
    max-height: 100px;
    display: none;
    background-color: #fff !important;
    box-shadow: 0 5px 6px #00000030
}

.trends option:hover {
    background: #1e90ff;
    color: #fff
}

div#TopMenuSearchBox {
    margin-right: 10px
}

#TopMenuSearchBox .autocomplete-search:focus, #TopMenuSearchBox autocomplete-search.focus:focus {
    background: #fff;
    outline: 2px solid #288af3 !important;
    outline-offset: -2px !important;
}

#TopMenuSearchBox input.autocomplete-search {
    margin: 10px 0;
    border-radius: 20px !important;
    padding: 0 22px 0 10px !important;
    font-weight: 300;
    font-family: arial;
    height: 30px;
}

#TopMenuSearchBox select option {
    padding: 3px 5px;
    border-bottom: 1px solid #f3f3f3;
    background: #fff;
    font-size: 12px;
    color: #0d74da;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

    #TopMenuSearchBox select option:hover {
        background: #2492ff;
        color: white;
    }


#TopMenuSearchBox select:focus {
    border-color: snow;
    box-shadow: 0 2px 5px #000
}

#TopMenuSearchBox select {
    padding: 0 !important;
    border-radius: 5px !important;
    padding: 0;
    border: none;
    top: 26px !important;
    overflow-y: auto !important;
    min-width: max-content;
}

#TopMenuSearchBox i.fa-search {
    position: absolute;
    top: 7px;
    right: 10px;
    color: #c8c8c8;
    font-size: 12px
}

footer.footer.lt.hidden-xs.b-t.b-dark {
    display: none
}

span.hover-hint-msg {
    display: none;
    position: absolute
}

img.company-logo {
    height: 57px;
    display: none
}

.list-divider-line {
    margin: 11px 10px;
    width: 1px;
    height: 28px;
    background: #616161
}

bike.icon {
    display: block;
    height: 40px;
    width: 40px;
    margin: auto;
    position: absolute;
    background: #fff;
    overflow: hidden;
    top: 31px
}

.loader bike {
    background-repeat: repeat;
    background: #fff;
    background-size: 25% 25%;
    border-radius: 100%;
    display: block;
    overflow: hidden;
    position: absolute;
    top: 32px
}

bikebody {
    background-image: url(bike-img/bike-body.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 80%;
    height: 80%;
    background-position: 15% 40%;
    z-index: 3;
    top: 7%;
    left: 3%;
    -webkit-animation: bike-shake infinite .82s cubic-bezier(.36,.07,.19,.97) both;
    animation: bike-shake infinite .82s cubic-bezier(.36,.07,.19,.97) both;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    animation-delay: 0s
}

tyrerear {
    background-image: url(bike-img/tyre.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: 19% 61%;
    z-index: 1;
    -webkit-animation-name: rotate_wheel;
    animation-name: rotate_wheel;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

tyrefront {
    background-image: url(bike-img/tyre.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    background-position: 19% 61%;
    z-index: 2;
    -webkit-animation-name: rotate_wheel;
    animation-name: rotate_wheel;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

windfront {
    background-image: url(bike-img/wind-back.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 40%;
    height: 40%;
    top: 10%;
    right: -100%;
    background-position: 19% 61%;
    z-index: 3;
    transition: all linear .3s;
    -webkit-animation: slide-air 4s infinite;
    -webkit-animation-delay: 1s;
    animation: slide-air 4s infinite;
    animation-delay: 1s
}

windback {
    background-image: url(bike-img/wind-front.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 40%;
    height: 96%;
    top: -15%;
    right: -134%;
    background-position: 19% 61%;
    opacity: .5;
    transition: all linear 3s;
    z-index: 1;
    -webkit-animation: slide-air 4s infinite;
    -webkit-animation-delay: 1.1s;
    animation: slide-air 4s infinite;
    animation-delay: 1.1s
}

road {
    background-image: url(bike-img/road.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 50%;
    height: 3%;
    top: 69%;
    right: -50%;
    background-position: 19% 61%;
    transition: all linear .5s;
    z-index: 0;
    -webkit-animation: slide-road linear .5s infinite;
    -webkit-animation-delay: 2s;
    animation: slide-road .5s linear infinite;
    animation-delay: 2s;
    z-index: 2
}

bike.icon road {
    background-image: url(bike-img/road.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 50%;
    height: 2%;
    top: 68%;
    right: -50%;
    background-position: 19% 61%;
    transition: all linear .5s;
    z-index: 0;
    -webkit-animation: slide-road linear .5s infinite;
    -webkit-animation-delay: 2s;
    animation: slide-road .5s linear infinite;
    animation-delay: 2s;
    z-index: 2
}

bike.icon.night road {
    background-image: url(bike-img/road.png);
    background-size: 100%;
    background-repeat: no-repeat;
    position: absolute;
    width: 50%;
    height: 2%;
    top: 74%;
    right: -50%;
    background-position: 19% 61%;
    transition: all linear .5s;
    z-index: 0;
    -webkit-animation: slide-road linear .5s infinite;
    -webkit-animation-delay: 2s;
    animation: slide-road .5s linear infinite;
    animation-delay: 2s;
    z-index: 2;
    background: #fff
}

.rotate-front {
    position: absolute;
    width: 25%;
    height: 25%;
    top: 45%;
    right: 8%;
    transform: rotate(45deg);
    transition: all ease-in-out .1s;
    -webkit-animation: tyre-shake-2 infinite .82s cubic-bezier(.36,.07,.19,.97) both;
    animation: tyre-shake-2 infinite .82s cubic-bezier(.36,.07,.19,.97) both;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    animation-delay: 0s;
    z-index: 1
}

.rotate-rear {
    position: absolute;
    width: 25%;
    height: 25%;
    top: 45%;
    left: 7%;
    transform: rotate(45deg);
    transition: all ease-in-out .2s;
    -webkit-animation: tyre-shake-2 infinite .82s cubic-bezier(.36,.07,.19,.97) both;
    animation: tyre-shake-2 infinite .82s cubic-bezier(.36,.07,.19,.97) both;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
    animation-delay: 1s;
    z-index: 1
}

tree {
    position: absolute;
    top: 10%;
    right: -50%;
    height: 60%;
    width: 20%;
    z-index: 0;
    transition: all linear 1s;
    z-index: 0;
    -webkit-animation: slide-tree linear .5s infinite;
    -webkit-animation-delay: 2s;
    animation: slide-tree .5s linear infinite;
    animation-delay: 2s;
    z-index: 0
}

    tree:after {
        content: "";
        height: 78%;
        width: 100%;
        background: #21b100;
        clip-path: polygon(50% 0,0 100%,100% 100%);
        position: absolute
    }

    tree:before {
        content: "";
        height: 34%;
        width: 30%;
        top: 68%;
        left: 39%;
        background: #711b1b;
        position: absolute
    }

bike.night bikebody:after {
    content: "";
    position: absolute;
    top: 28%;
    left: 89%;
    height: 80%;
    width: 228%;
    background: #fff;
    opacity: .6;
    clip-path: polygon(-3% -2%,38% 143%,250% 126%)
}

bike.night.icon bikebody:after {
    content: "";
    position: absolute;
    top: 28%;
    left: 89%;
    height: 80%;
    width: 228%;
    background: #fdfda2;
    opacity: .6;
    clip-path: polygon(-3% -2%,38% 143%,250% 126%)
}

bike.night {
    background-repeat: repeat;
    background: radial-gradient(circle,#fff 6%,#3881ef 5%),radial-gradient(circle,#fff 3%,#02132d 5%) 50% 20%,radial-gradient(circle,#fff 4%,#02132d 5%) 31% 40%,radial-gradient(circle,#fff 1%,#02132d 5%) 58% 63% !important;
    background-repeat: repeat-x;
    background-size: 26% 25% !important;
    border-radius: 100%
}

.loader.form-header-icon bike.night {
    background: radial-gradient(circle,#fff 6%,#61a0ff 5%),radial-gradient(circle,#fff 3%,#02132d 5%) 50% 20%,radial-gradient(circle,#fff 4%,#02132d 5%) 31% 40%,radial-gradient(circle,#fff 1%,#02132d 5%) 58% 63% !important
}

bike.night bikebody:before {
    content: "";
    position: absolute;
    top: 35%;
    left: 24%;
    height: 6%;
    width: 4%;
    background: red;
    opacity: .6;
    border-radius: 50% 0 0 50%;
    box-shadow: -5px 0 9px 3px red
}

bike {
    background-repeat: repeat;
    background: #fff;
    background-size: 25% 25%;
    border-radius: 100%
}

    bike.night:after {
        content: "";
        height: 30%;
        width: 100%;
        background: #383838;
        position: absolute;
        bottom: 0;
        box-shadow: 0 0 50px #fff
    }

    bike.night.icon:after {
        content: "";
        height: 30%;
        width: 100%;
        background: #383838;
        position: absolute;
        bottom: 0;
        box-shadow: 0 0 50px #fff
    }

    bike.night tree:after {
        background: #21b100
    }

    bike.night tree:before {
        background: #711b1b
    }

    bike.circle {
        border-radius: 100%
    }

@-webkit-keyframes slide-road {
    100% {
        right: 100%
    }
}

@keyframes slide-road {
    100% {
        right: 100%
    }
}

@-webkit-keyframes slide-tree {
    100% {
        right: 100%
    }
}

@keyframes slide-tree {
    100% {
        right: 100%
    }
}

@-webkit-keyframes slide-air {
    0% {
        right: -100%
    }

    100% {
        right: 300%
    }
}

@keyframes slide-air {
    0% {
        right: -100%
    }

    100% {
        right: 300%
    }
}

@-webkit-keyframes rotate_wheel {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes rotate_wheel {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes bike-shake {
    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(0,-1%,0);
        transform: translate3d(0,-1%,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(0,2%,0);
        transform: translate3d(0,2%,0)
    }
}

@keyframes bike-shake {
    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(0,-1%,0);
        transform: translate3d(0,-1%,0)
    }

    20%,40%,60%,80% {
        -webkit-transform: translate3d(0,2%,0);
        transform: translate3d(0,2%,0)
    }
}

@-webkit-keyframes tyre-shake {
    20%,40%,60%,80% {
        -webkit-transform: translate3d(0,-1%,0);
        transform: translate3d(0,-1%,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(0,2%,0);
        transform: translate3d(0,2%,0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes tyre-shake {
    20%,40%,60%,80% {
        -webkit-transform: translate3d(0,-1%,0);
        transform: translate3d(0,-1%,0)
    }

    10%,30%,50%,70%,90% {
        -webkit-transform: translate3d(0,2%,0);
        transform: translate3d(0,2%,0)
    }

    100% {
        transform: rotate(360deg)
    }
}

@-webkit-keyframes tyre-shake-2 {
    20%,40%,60% {
        -webkit-transform: translate3d(0,-1%,0);
        transform: translate3d(0,-1%,0)
    }

    10%,30%,50%,70%,80%,90% {
        -webkit-transform: translate3d(0,2%,0);
        transform: translate3d(0,2%,0)
    }
}

@keyframes tyre-shake-2 {
    20%,40%,60% {
        -webkit-transform: translate3d(0,-1%,0);
        transform: translate3d(0,-1%,0)
    }

    10%,30%,50%,70%,80%,90% {
        -webkit-transform: translate3d(0,2%,0);
        transform: translate3d(0,2%,0)
    }
}

.loader-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #77777773;
    z-index: 999999
}

.loader {
    position: absolute;
    top: calc(50% - 80px);
    left: calc(50% - 50px)
}

    .loader:not(.loader.form-header-icon):after {
        content: "";
        height: 110px;
        width: 110px;
        background: #ffffff00;
        position: absolute;
        top: 27px;
        left: -5px;
        border-radius: 100%;
        border-left: 3px solid #64d283;
        border-right: 3px solid #59b3ea;
        border-bottom: 3px solid #f3525a;
        border-top: 3px solid #dacc4d;
        transition: all ease-in-out .3s;
        transform: rotate(434deg);
        -webkit-animation-name: rotate_wheel;
        animation-name: rotate_wheel;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-play-state: running;
        animation-play-state: running;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-duration: .3s;
        animation-duration: .7s
    }

    .loader bike.circle {
        border-radius: 100%;
        background: #fff
    }

.loader-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #000000d4;
    z-index: 999999
}

.loader.form-header-icon {
    position: initial;
    transform: scale(.4);
    z-index: 999;
    display: inline-block !important;
    float: left
}

    .loader.form-header-icon tyrefront {
        right: 0
    }

    .loader.form-header-icon tyrerear {
        left: 2px
    }

    .loader.form-header-icon bike {
        top: -25px
    }

    .loader.form-header-icon + span {
        margin-left: 50px
    }

    .loader.form-header-icon bike.night:after {
        left: 0;
        background: #313131
    }

img.product-logo {
    max-height: 40px !important;
    top: 2px;
    left: 16px !important;
    position: relative
}

.navbar-brand img {
    vertical-align: middle
}

.client-company-name {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 15px
}

    .client-company-name i {
        display: none;
        font-size: 12px;
        padding: 4px 4px;
        background: #fff;
        width: 20px;
        height: 20px;
        border-radius: 100%;
        color: #e47d7d;
        position: absolute;
        left: -12px;
        top: 15px
    }

    .client-company-name p {
        padding: 0;
        margin: 0
    }

        .client-company-name p::first-letter {
            font-size: 20px;
            width: 30px;
            height: 30px;
            border-radius: 15px;
            color: #7dc5e4;
            text-align: center;
            padding: 2px 9px;
            margin-right: 2px
        }

span.input-hint {
    display: none !important;
    opacity: 0;
    position: absolute;
    top: 10px;
    width: auto;
    padding: 5px;
    background: ivory;
    border: 1px solid #9d9d92;
    border-radius: 5px;
    z-index: 0;
    left: 0;
    box-shadow: 0 2px 3px #2d2d2d87;
    transition: all ease-in 0s;
    color: #5d5d5d;
    font-size: 12px;
    font-family: arial
}

    span.input-hint.error {
        background: #f7baba
    }

    span.input-hint::after {
        content: "";
        position: absolute;
        top: -5px;
        left: calc(50% - 5px);
        height: 5px;
        width: 5px;
        border-bottom: 5px solid #70706d;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent
    }

input:focus ~ span.input-hint {
    display: block !important;
    opacity: 1;
    top: 35px;
    z-index: 10;
    transition: all cubic-bezier(.59,1.54,1,1) .3s;
}

span.input-hint.active-relative {
    position: relative;
    display: block;
    opacity: 1;
    transition: all cubic-bezier(.59,1.54,1,1) .3s
}

aside#nav {
    background: url(../Dashboard/images/login-bg.png);
    background-size: cover;
    background-repeat: repeat
}

header.bg-dark.dk.header.navbar.navbar-fixed-top-xs {
    /* background: linear-gradient(#fff,silver); */
    background: white;
    background-size: cover;
    background-repeat: repeat;
    height: 50px;
}

.avatar {
    border: 1px solid rgba(255,255,255,0.35);
    display: block;
    border-radius: 500px;
    white-space: nowrap;
    border: 1px solid #e9e9e9;
}

section#content {
    background: #fff;
    padding-top: 5px;
}

.nav-primary ul.nav > li li a {
    font-weight: 400;
    text-transform: none;
    font-size: 13px
}

.nav-primary ul.nav > li > a {
    padding: 11px 15px;
    position: relative;
    font-weight: 700;
    font-size: 14px;
    border-top: 1px solid transparent;
    border-top-color: transparent;
    border-color: rgba(255,255,255,.05);
    transition: color .3s ease-in-out 0s
}

nav.nav-primary ul.nav li ul li.active ul {
    background: #455e75 !important
}

.nav-primary ul.nav > li.active > a, .nav-primary ul.nav > li:focus > a, .nav-primary ul.nav > li:hover > a, .nav-primary ul.nav > li > a:active, .nav-primary ul.nav > li > a:focus {
    color: #59c3e2;
    background-color: transparent !important;
    text-shadow: none
}

.bg-dark .lt, .bg-dark.lt {
    background-color: #455e75
}

nav.nav-primary ul.nav li ul li.active ul {
    background: #567290 !important
}

    nav.nav-primary ul.nav li ul li.active ul li ul {
        background: #7897b3 !important
    }

.bg-dark .nav > li > a {
    color: #fff
}

.nav-primary a.current {
    color: #fff !important;
    background: #4c80b5
}

@keyframes blink-animation {
    to {
        visibility: hidden
    }
}

@-webkit-keyframes blink-animation {
    to {
        visibility: hidden
    }
}

.bg-dark .nav > li > a {
    color: #fff !important
}

.nav-primary a.current:after {
    content: "";
    position: absolute;
    height: 10px;
    width: 10px;
    display: block;
    background: #59c3e2;
    border-radius: 100%;
    right: 14px;
    top: calc(50% - 5px);
    animation: blink-animation 1s steps(5,start) infinite;
    -webkit-animation: blink-animation 1s steps(5,start) infinite
}

.nav-primary a.current {
    position: relative
}

.call-us {
    cursor: pointer !important;
    cursor: pointer
}

.hbox > aside, .hbox > section {
    transition: all cubic-bezier(.82,.69,0,1.2) .3s
}

.call-us .call-us-circle {
    padding: 14px;
    width: 21px;
    height: 21px;
    display: inline-block;
    text-align: center;
    border: 1px solid #1d7fe5;
    padding: 4px;
    border-radius: 100%;
    margin-right: 4px;
    background: #108bff;
    color: #ffffff;
}

.call-us:hover .call-us-circle {
    background: #fff;
    transition: all ease-in-out .2s;
    -webkit-animation: ripple .7s linear infinite;
    animation: ripple .7s linear infinite;
    color: #2590fb;
    border: 1px solid white;
}

.call-us:hover i.fa-phone {
    animation: phone-shake .5s infinite;
    -webkit-animation: phone-shake .5s infinite
}

.navbar-brand {
    float: right;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    display: inline-block;
    padding: 5px;
    font-weight: bold;
    height: auto;
    padding-right: 20px;
}

.toggle-nav {
    height: 30px;
    width: 30px;
    display: inline-block;
    position: relative;
    top: 10px;
    left: 8px;
    border-radius: 4px;
    color: #484848 !important;
    padding: 4px 0;
    border: 1px solid #484848;
    font-size: 17px;
    text-align: center;
    background: #ffffff;
    cursor: pointer;
    font-weight: 600;
    float: left;
}

    .toggle-nav:hover {
        color: #108bff !important;
        border-color: #108bff;
    }

.toggle-nav-1.fullscreen i.fa-list-ul {
    display: block
}

.toggle-nav-1 i.fa-bars {
    display: block
}

.toggle-nav-1.fullscreen i.fa-bars {
    /*    display: none*/
}

.toggle-nav-1 i.fa-angle-left {
    display: none
}

.toggle-nav-2.fullscreen i.fa-angle-left {
    display: none
}

.toggle-nav-2 i.fa-bars {
    display: none
}

.toggle-nav-2.fullscreen i.fa-bars {
    display: block;
    position: relative;
    top: 1px;
}

.toggle-nav-2 i.fa-angle-left {
    display: block
}

.bg {
    background-color: #2e3e4e !important
}

li.list-bg.active.bg-danger {
    background-color: #a40052d1
}

li.list-bg.bg-danger {
    background-color: transparent
}

li.list-bg.active.bg-success {
    background-color: #4a4a97de
}

li.list-bg.active.bg-new {
    background-color: #006ad5db
}

li.list-bg.active.bg-primary {
    background-color: #004993e0
}

li.list-bg.active.bg-old {
    background-color: #00a8a8e0
}

li.list-bg.active.bg-info {
    background-color: #004993e0
}

li.list-bg.active.bg-start {
    background-color: #00a653
}

li.list-bg.bg-success {
    background-color: transparent
}

li.list-bg.bg-new {
    background-color: transparent
}

li.list-bg.bg-primary {
    background-color: transparent
}

li.list-bg.bg-old {
    background-color: transparent
}

li.list-bg.bg-info {
    background-color: transparent
}

li.list-bg.bg-start {
    background-color: transparent
}

ul.dropdown-menu.animated.fadeInRight {
    padding: 0;
    margin: 0;
    min-width: 222px !important;
    top: 45px;
    right: 3px !important;
    border-radius: 4px;
    box-shadow: 0 2px 4px 1px #00000036;
}

    ul.dropdown-menu.animated.fadeInRight .arrow.top {
        left: 78%
    }

#hiddenSoftwaresTips {
    display: none
}

.tooltip-container .material-icons {
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 0;
    transition: ease-in .1s;
    background-size: calc(100% + 4px);
    background-position: -2px -2px;
    opacity: .75;
    cursor: pointer !important;
    border-radius: 100%;
    transition: all ease-in-out .3s;
    transition-delay: 3s;
    opacity: .8;
    cursor: pointer
}

    .tooltip-container .material-icons:hover .me-con {
        box-shadow: 0 2px 5px 1px #000000d9
    }

    .tooltip-container .material-icons:hover:after {
        background: #fff;
        box-shadow: 0 1px 3px 0 #0000007a;
        padding: 0 10px;
        border-radius: 10px 0 0 10px;
        z-index: -1;
        border: 1px solid #444444;
    }

    .tooltip-container .material-icons:hover .me-body:before {
        content: "";
        height: 145px;
        width: 502px;
        position: absolute;
        background: #ff000000;
        top: -105px;
        right: -54px;
        z-index: 0
    }

    .tooltip-container .material-icons:after {
        content: "Mili";
        font-style: normal;
        position: absolute;
        top: 4px;
        right: 62px;
        font-size: 12px;
        color: #313131;
        font-weight: 700;
        background: #ffffffdb;
        padding: 0 10px;
        border-radius: 10px 0 0 10px;
        z-index: -1
    }

.tooltip-container {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9;
}

    .tooltip-container:hover .tooltip-content {
        visibility: visible;
        opacity: 1;
        transition: .25s all ease;
        transition-delay: 0s;
        bottom: 43px;
        right: -12px
    }

    .tooltip-container.active .tooltip-content {
        visibility: visible;
        opacity: 1 !important;
        transition-delay: 0s;
        transition: .25s all ease;
        bottom: 43px;
        right: -12px
    }

    .tooltip-container:hover .material-icons {
        transition: all ease-in-out .2s;
        transition-delay: 0s;
        opacity: 1 !important
    }

    .tooltip-container.active .material-icons {
        visibility: visible;
        opacity: 1 !important;
        transition-delay: 0s
    }

.tooltip-content {
    min-height: 60px;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    background: linear-gradient(#fffcf0,#fffbef);
    width: 100px;
    right: -24px;
    padding: 10px;
    margin: 16px;
    font-size: 13px;
    width: 255px;
    transition: .25s all ease;
    transition-delay: .25s;
    border-radius: 4px;
    border: 1px solid #b9b9b9;
    z-index: 2;
    color: #353535;
    box-shadow: 0 -3px 4px #0000005c;
    padding-left: 55px;
    padding-bottom: 25px
}

    .tooltip-content:before {
        content: "";
        position: absolute;
        top: 8px;
        left: 5px;
        height: 40px;
        width: 40px;
        background: url(https://assets.materialup.com/uploads/ef2f0ee0-6f32-478c-b160-f52a308ee211/preview);
        background-size: contain
    }

    .tooltip-content .align-right {
        text-align: right
    }

        .tooltip-content .align-right a {
            color: #0089ff;
            text-decoration: none;
            margin-top: 5px;
            display: block;
            border-radius: 4px
        }

    .tooltip-content p {
        margin: 0
    }

    .tooltip-content .align-right a:hover {
        text-decoration: underline
    }

.next-tip {
    cursor: pointer;
    text-decoration: none
}

.chat-start-text {
    position: absolute;
    bottom: 0;
    background: #fbeec6;
    margin: 2px;
    font-size: 11px;
    padding: 1px 22px;
    left: 0;
    width: calc(100% - 4px);
    text-align: center;
    color: #b96c6c;
    font-weight: 700
}

.tooltip-content:after {
    content: "";
    position: absolute;
    border-width: 10px;
    border-style: solid;
    top: 100%;
    right: 20px;
    border-color: #656565 transparent transparent transparent
}

.greyed-text {
    color: #5f5f5f;
    font-style: italic;
    font-size: 13px;
    width: 100%;
    display: block;
    font-weight: 100
}

.center-block {
    margin-top: 6px !important
}

.ctrl-inline-btn {
    padding: 2px 10px;
    width: 100%;
    border-radius: 2px
}

.inline-label-holder {
    padding: 3px 0
}

.calculation-part .control-holder {
    margin-bottom: 0;
    display: block
}

.no-record-row {
    background: #f7f7f7 !important
}

    .no-record-row td span {
        font-size: 12px
    }

.form-bottom-btn-holder {
    display: inline-block;
    padding-top: 10px;
    width: 100%
}

.form-upload-box {
    padding: 5px;
    border: 1px solid #94acb9;
    border-radius: 3px;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px
}

    .form-upload-box:before {
        position: absolute;
        top: -10px;
        content: "Upload here";
        font-size: 11px;
        left: 10px;
        background: #5897b9;
        padding: 1px 5px;
        border-radius: 3px;
        color: #fff
    }

.control-holder.right-align-label {
    display: block;
    text-align: right
}

.gallery-cell {
    width: calc(100% - 20px);
    height: calc(100vh - 122px);
    margin-right: 10px;
    counter-increment: gallery-cell;
    text-align: center;
    padding: 20px;
    margin: 10px;
    background: linear-gradient(#bdbecc,#5b8196);
    border-radius: 5px;
    box-shadow: 0 0 4px #0000005c;
    margin-top: 64px;
    cursor: grab
}

    .gallery-cell:active {
        cursor: grabbing
    }

.flicker-img-container {
    text-align: center;
    height: calc(100vh - 234px);
    margin-bottom: 20px;
    border: none
}

    .flicker-img-container video {
        height: calc(100% - 20px);
        border-radius: 5px;
        box-shadow: 0 0 10px #0000009c
    }

.flicker-text-container {
    text-align: center
}

    .flicker-text-container h4 {
        text-align: center;
        font-size: 16px;
        padding: 16px;
        color: #fbfbfb;
        font-family: unset;
        line-height: 20px;
        font-weight: 300;
        border-top: 1px solid #ccc;
        text-shadow: 0 0 3px #000;
        margin-bottom: 0
    }

.flickity-prev-next-button {
    width: 50px;
    height: 50px;
    background: 0 0;
    position: absolute;
    top: calc(50% - 25px);
    border: none
}

    .flickity-prev-next-button.next {
        right: 15px
    }

    .flickity-prev-next-button.previous {
        left: 15px
    }

    .flickity-prev-next-button .arrow {
        fill: #fff
    }

    .flickity-prev-next-button.no-svg {
        color: #fff
    }

    .flickity-prev-next-button:hover {
        background: 0 0
    }

    .flickity-prev-next-button:disabled {
        display: none
    }

ol.flickity-page-dots {
    position: absolute;
    bottom: 92px;
    width: calc(100% - 20px);
    padding: 0;
    margin: 0 10px;
    text-align: center
}

.flickity-page-dots .dot {
    width: 10px;
    height: 10px;
    opacity: 1;
    background: #fbfbfb;
    margin: 2px;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block
}

    .flickity-page-dots .dot.is-selected {
        background: #5fe818
    }

    .flickity-page-dots .dot:not(.is-selected):hover {
        background: #e8cc67
    }

.software-tips-headline {
    padding: 10px 20px;
    margin: 0;
    text-align: center;
    display: block;
    width: 100%;
    color: #000;
    font-family: inherit;
    line-height: 35px
}

    .software-tips-headline img {
        top: -2px;
        left: -7px;
        height: 40px;
        width: 40px;
        position: relative
    }

video.lazy {
    filter: blur(2px);
    -webkit-filter: blur(2px)
}

.gallery.js-flickity .icon-expand {
    display: block
}

.gallery.js-flickity .icon-compress {
    display: none
}

.gallery.js-flickity.fullscreen .icon-expand {
    display: none
}

.gallery.js-flickity.fullscreen .icon-compress {
    display: block
}

a.toggle-fullscreen {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    padding: 7px;
    color: #fff;
    margin: 10px;
    border: 2px solid #fff;
    border-radius: 6px;
    height: 30px;
    width: 30px;
    opacity: .5;
    background: #bbbaba
}

.gallery.js-flickity.normal.flickity-enabled.is-draggable.fullscreen {
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #000000bf
}

.gallery.js-flickity.fullscreen ol.flickity-page-dots {
    position: absolute;
    bottom: 140px
}

a.toggle-fullscreen:hover {
    opacity: 1;
    color: #fff !important;
    cursor: pointer
}

.password-validation-container span.input-hint {
    opacity: 0;
    display: none;
    position: absolute;
    top: 32px !important;
    width: auto;
    padding: 5px;
    background: #ffffeb;
    border: 1px solid #ccccb7;
    border-radius: 5px;
    z-index: 1;
    left: 0;
    box-shadow: 0 2px 3px silver;
    transition: all ease-in 0s;
    padding-bottom: 20px
}

span.input-hint.error {
    background: #f7baba
}

.password-validation-container span.input-hint::after {
    content: "";
    position: absolute;
    top: -6px !important;
    left: calc(50% - 5px);
    height: 4px;
    width: 0;
    border-bottom: 5px solid #ccccb7;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent
}

input:focus + span + span.input-hint {
    display: block;
    opacity: 1;
    top: 32px;
    z-index: 9999 !important;
    transition: all cubic-bezier(.59,1.54,1,1) .3s;
    padding-bottom: 18px
}

ul.password-validation-type {
    list-style: none;
    padding: 0 10px;
    margin: 5px 0
}

    ul.password-validation-type li:first-child {
        font-style: italic;
        font-size: 12px;
        color: #101010;
        line-height: 15px;
        border-bottom: 1px dotted;
        margin-bottom: 5px
    }

.password-meter a.password-meter-range {
    display: block;
    max-width: 200px;
    width: 100%;
    float: left;
    height: 5px;
    background: #eaeaea;
    border-radius: 10px;
    box-shadow: 0 0 10px grey inset;
    position: relative;
    top: 3px
}

.password-meter a.password-meter-text {
    display: block;
    max-width: 100px;
    width: 30%;
    float: left
}

.password-meter a.password-meter-range i:first-child {
    width: 33.33%;
    float: left;
    height: 5px;
    background: linear-gradient(to right,#ff1818,#efef00)
}

.password-meter a.password-meter-range i:nth-child(2) {
    width: 33.33%;
    float: left;
    height: 5px;
    background: linear-gradient(to right,#efec00,#f1d50f)
}

.password-meter a.password-meter-range i:nth-child(3) {
    width: 33.33%;
    float: left;
    height: 5px;
    background: linear-gradient(to right,#f1d80d,#00dc11)
}

ul.password-validation-type li i.password-valid {
    color: #32cd32;
    transition: all ease-in .3s;
    animation-name: blink-zoom;
    animation-duration: .3s;
    animation-iteration-count: 1;
    animation-timing-function: linear
}

ul.password-validation-type li i.password-invalid {
    color: red;
    transition: all ease-in .3s
}

li.password-meter {
    position: relative;
    top: 2px
}

@keyframes blink-zoom {
    0% {
        transform: sale(1)
    }

    50% {
        transform: scale(1.5)
    }

    100% {
        transform: scale(1)
    }
}

a.password-meter-range needle {
    position: absolute;
    top: 2px;
    left: 0;
    content: "";
    color: #fff;
    text-shadow: 0 0 0 #000,1px 1px 0 #000,1px 1px 4px #000;
    transition: all cubic-bezier(.25,-.18,.51,1.46) .4s;
    height: 10px;
    width: 0;
    border-top: 5px solid #80808000;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #565656
}

ul.password-validation-type li:not(:first-child) {
    font-size: 12px;
    line-height: 12px;
    margin-bottom: 5px
}

.footer-container-btn {
    padding: 10px 12px;
    border-top: 1px solid #ececec
}

    .footer-container-btn.right-btns {
        text-align: right
    }

.me-bangs, .me-body, .me-con, .me-face, .me-hair, .me-head, .me-ponytail, .pos {
    position: absolute;
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
    top: 50%
}

.me-con {
    left: 45%;
    top: 45%;
    width: 120px;
    height: 120px;
    background: #ff5f5f;
    transition: all .2s;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(2)
}

.tooltip-container .me-con {
    left: -65px;
    top: -50px;
    width: 120px;
    height: 120px;
    background: #444444;
    transition: all .2s;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -webkit-transform: scale(2);
    transform: scale(.5);
}

.tooltip-container .me-con {
    -webkit-border-radius: 60px 60px 2px;
    border-radius: 60px 60px 2px
}

.me-con.active {
    left: 40%
}

.me-con:hover {
    -moz-border-radius: 60px 60px 2px;
    -webkit-border-radius: 60px;
    border-radius: 60px 60px 2px;
    cursor: pointer
}

.me-body {
    width: 6px;
    height: 10px;
    background: #ffd7c5;
    top: 72%;
    box-shadow: inset 0 6px 0 0 #e1b9a7
}

    .me-body:after, .me-body:before {
        content: "";
        position: absolute
    }

    .me-body:before {
        background: #ffd7c5;
        width: 6px;
        height: 6px;
        border-radius: 10px;
        top: 5px;
        z-index: 1
    }

    .me-body:after {
        width: 26px;
        height: 15px;
        background: #ff9b29;
        border-radius: 20px 20px 0 0;
        top: 7px;
        z-index: 0;
        left: -9px;
        box-shadow: inset 4px 0 0 rgba(255,195,127,.5)
    }

.me-ponytail:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 20px;
    background: #040f24;
    top: 20px;
    left: -20px;
    -moz-border-radius: 0 100px 0 100px;
    -webkit-border-radius: 0;
    border-radius: 0 100px 0 100px;
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg)
}

.me-head {
    background: #ffd7c5;
    border-radius: 100px;
    height: 50px;
    width: 40px
}

    .me-head:after, .me-head:before {
        content: "";
        top: -6px;
        left: 0;
        width: 16px;
        height: 30px;
        background: #040f24;
        position: absolute;
        -moz-border-radius: 1px 10px 0 10px;
        -webkit-border-radius: 1px;
        border-radius: 18px 10px 0 27px;
        -moz-transform: rotate(53deg);
        -ms-transform: rotate(53deg);
        -webkit-transform: rotate(53deg);
        transform: rotate(53deg)
    }

    .me-head:after {
        top: -8px;
        left: 20px;
        width: 20px;
        height: 35px;
        -moz-border-radius: 10px 10px 10px 0;
        -webkit-border-radius: 10px;
        border-radius: 7px 23px 15px 0;
        -moz-transform: rotate(-50deg);
        -ms-transform: rotate(-50deg);
        -webkit-transform: rotate(-50deg);
        transform: rotate(-50deg)
    }

.me-con .mouth:before {
    content: "";
    width: 10px;
    height: 3px;
    position: absolute;
    border: 1px solid #820000;
    background: #040f24;
    top: 18px;
    left: calc(50% - 5px);
    border-radius: 0 0 10px 10px;
    transition: all linear .2s;
    -moz-animation: mouth-laugh 20s infinite;
    -webkit-animation: mouth-laugh 20s infinite;
    animation: mouth-laugh 20s infinite;
    animation-delay: 2s
}

.tooltip-container.active .mouth:before, .tooltip-container:hover .mouth:before {
    -moz-animation: mouth-talk 3s infinite;
    -webkit-animation: mouth-talk 3s infinite;
    animation: mouth-talk 3s infinite;
    animation-delay: .5s
}

.tooltip-container.no-tip.active .mouth:before, .tooltip-container.no-tip:hover .mouth:before {
    -moz-animation: none;
    -webkit-animation: none;
    animation: none
}

.tooltip-container.no-tip.active .me-con .head-container, .tooltip-container.no-tip:hover .me-con .head-container {
    -moz-animation: none;
    -webkit-animation: none;
    animation: none
}

.me-hair {
    width: 55px;
    height: 50px;
    background: #040f24;
    border-radius: 80px;
    top: 44%
}

    .me-hair:after, .me-hair:before {
        content: "";
        left: -2px;
        top: 28px;
        width: 10px;
        height: 13px;
        background: #ffd7c5;
        position: absolute;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px
    }

    .me-hair:after {
        left: 46px
    }

.me-bangs:after, .me-bangs:before {
    content: "";
    position: absolute;
    height: 36px;
    width: 10px;
    background: #040f24;
    left: -27px;
    top: -13px;
    border-radius: 24px 0 0 24px;
    box-shadow: inset 2px -4px 0 #0a204b
}

.me-bangs:after {
    left: 14px;
    width: 13px;
    height: 39px;
    border-radius: 0 40px 100px 0;
    box-shadow: none
}

.me-face .eyes {
    -moz-animation: blink-eyes 3s infinite;
    -webkit-animation: blink-eyes 3s infinite;
    animation: blink-eyes 5s infinite;
}

    .me-face .eyes:after, .me-face .eyes:before {
        width: 4px;
        height: 15px;
        background: #000;
        position: absolute;
        content: "";
        left: -10px;
        top: -5px;
        border-radius: 2px
    }

    .me-face .eyes:after {
        left: 5px
    }

.me-face .cheeks:after, .me-face .cheeks:before {
    width: 8px;
    height: 8px;
    background: #fa6363a6;
    position: absolute;
    content: "";
    left: -15px;
    top: 10px;
    border-radius: 4px
}

.me-face .cheeks:after {
    left: 6px
}

.me-con .head-container {
    position: relative;
    top: 60px;
    -moz-animation: head-move 20s infinite;
    -webkit-animation: head-move 20s infinite;
    animation: head-move 20s infinite;
    animation-delay: 2s
}

.tooltip-container.active .me-con .head-container, .tooltip-container:hover .me-con .head-container {
    -moz-animation: head-nod 2s infinite;
    -webkit-animation: head-nod 2s infinite;
    animation: head-nod 2s infinite;
    animation-delay: 1s
}

.tooltip-container.active .me-con .me-ponytail, .tooltip-container:hover .me-con .me-ponytail {
    -moz-animation: ponytail-move-2 2s infinite;
    -webkit-animation: ponytail-move-2 2s infinite;
    animation: ponytail-move-2 2s infinite;
    animation-delay: 1s
}

.me-con .me-ponytail {
    -moz-animation: ponytail-move 20s infinite;
    -webkit-animation: ponytail-move 20s infinite;
    animation: ponytail-move 20s infinite;
    animation-delay: 2s
}

@keyframes blink-eyes {
    0% {
        transform: scaleY(1)
    }

    2% {
        transform: scaleY(1)
    }

    4% {
        transform: scaleY(0)
    }

    6% {
        transform: scaleY(1)
    }

    35% {
        transform: scaleY(1)
    }

    37% {
        transform: scaleY(0)
    }

    39% {
        transform: scaleY(1)
    }

    42% {
        transform: scaleY(1)
    }

    45% {
        transform: scaleY(0)
    }

    48% {
        transform: scaleY(1)
    }

    80% {
        transform: scaleY(1)
    }
}

@keyframes head-move {
    0% {
        transform: rotate(0);
        transform: translateY(0)
    }

    5% {
        transform: rotate(15deg)
    }

    10% {
        transform: rotate(15deg)
    }

    25% {
        transform: rotate(15deg)
    }

    27% {
        transform: rotate(0)
    }

    30% {
        transform-origin: 50% 50%;
        transform: rotate(0)
    }

    31% {
        transform: rotate(3deg)
    }

    32% {
        transform: rotate(-3deg)
    }

    33% {
        transform: rotate(3deg)
    }

    34% {
        transform: rotate(-3deg)
    }

    40% {
        transform: rotate(0);
        transform: translateY(0)
    }

    51% {
        transform: rotate(0);
        transform: translateY(1px)
    }

    51.4% {
        transform: rotate(0);
        transform: translateY(-1px)
    }

    51.8% {
        transform: rotate(0);
        transform: translateY(1px)
    }

    52.2% {
        transform: rotate(0);
        transform: translateY(-1px)
    }

    52.6% {
        transform: rotate(0);
        transform: translateY(1px)
    }

    53% {
        transform: rotate(0);
        transform: translateY(-1px)
    }

    53.4% {
        transform: rotate(0);
        transform: translateY(1px)
    }

    53.8% {
        transform: rotate(0);
        transform: translateY(-1px)
    }

    54.2% {
        transform: rotate(0);
        transform: translateY(1px)
    }

    54.6% {
        transform: rotate(0);
        transform: translateY(-1px)
    }

    55% {
        transform: rotate(0);
        transform: translateY(1px)
    }

    55.4% {
        transform: rotate(0);
        transform: translateY(0)
    }

    80% {
        transform: rotate(0);
        transform: translateY(0)
    }

    81% {
        transform: rotate(10deg);
        transform: translateY(0)
    }

    84% {
        transform: rotate(-10deg);
        transform: translateY(0)
    }

    90% {
        transform: rotate(0);
        transform: translateY(0)
    }

    100% {
        transform: rotate(0);
        transform: translateY(0)
    }
}

@keyframes ponytail-move {
    0% {
        transform: rotate(0);
        transform: translateY(0)
    }

    4% {
        transform-origin: top center;
        transform: rotate(-3deg)
    }

    6% {
        transform-origin: top center;
        transform: rotate(2deg)
    }

    8% {
        transform-origin: top center;
        transform: rotate(-3deg)
    }

    10% {
        transform-origin: top center;
        transform: rotate(2deg)
    }

    12% {
        transform-origin: top center;
        transform: rotate(-2deg)
    }

    25% {
        transform: rotate(-2deg)
    }

    30% {
        transform-origin: top center;
        transform: rotate(0)
    }

    51% {
        transform: rotate(0);
        transform: translateY(1px)
    }

    51.4% {
        transform: rotate(0);
        transform: translateY(-1px)
    }

    51.8% {
        transform: rotate(0);
        transform: translateY(1px)
    }

    52.2% {
        transform: rotate(0);
        transform: translateY(-1px)
    }

    52.6% {
        transform: rotate(0);
        transform: translateY(1px)
    }

    53% {
        transform: rotate(0);
        transform: translateY(-1px)
    }

    53.4% {
        transform: rotate(0);
        transform: translateY(1px)
    }

    53.8% {
        transform: rotate(0);
        transform: translateY(-1px)
    }

    54.2% {
        transform: rotate(0);
        transform: translateY(1px)
    }

    54.6% {
        transform: rotate(0);
        transform: translateY(-1px)
    }

    55% {
        transform: rotate(0);
        transform: translateY(1px)
    }

    55.4% {
        transform: rotate(0);
        transform: translateY(0)
    }

    80% {
        transform: rotate(0);
        transform: translateY(0)
    }

    81% {
        transform: rotate(10deg);
        transform: translateY(0)
    }

    84% {
        transform: rotate(-10deg);
        transform: translateY(0)
    }

    90% {
        transform: rotate(0);
        transform: translateY(0)
    }

    100% {
        transform: rotate(0);
        transform: translateY(0)
    }
}

@keyframes mouth-laugh {
    0% {
        transform: rotate(0);
        transform: translateY(0)
    }

    61.4% {
        width: 13px;
        height: 6px;
        top: 15px;
        left: calc(50% - 7px);
        border-radius: 0 0 10px 10px
    }

    61.8% {
        width: 13px;
        height: 6px;
        top: 15px;
        left: calc(50% - 7px);
        border-radius: 0 0 10px 10px
    }

    62.2% {
        width: 13px;
        height: 6px;
        top: 15px;
        left: calc(50% - 7px);
        border-radius: 0 0 10px 10px
    }

    62.6% {
        width: 13px;
        height: 6px;
        top: 15px;
        left: calc(50% - 7px);
        border-radius: 0 0 10px 10px
    }

    63% {
        width: 13px;
        height: 6px;
        top: 15px;
        left: calc(50% - 7px);
        border-radius: 0 0 10px 10px
    }

    63.4% {
        width: 13px;
        height: 6px;
        top: 15px;
        left: calc(50% - 7px);
        border-radius: 0 0 10px 10px
    }

    63.8% {
        width: 13px;
        height: 6px;
        top: 15px;
        left: calc(50% - 7px);
        border-radius: 0 0 10px 10px
    }

    64.2% {
        width: 13px;
        height: 6px;
        top: 15px;
        left: calc(50% - 7px);
        border-radius: 0 0 10px 10px
    }

    64.6% {
        width: 13px;
        height: 6px;
        top: 15px;
        left: calc(50% - 7px);
        border-radius: 0 0 10px 10px
    }

    65% {
        width: 13px;
        height: 6px;
        top: 15px;
        left: calc(50% - 7px);
        border-radius: 0 0 10px 10px
    }

    65.4% {
        width: 10px;
        height: 3px;
        top: 18px;
        left: calc(50% - 5px);
        border-radius: 0 0 10px 10px
    }
}

@keyframes mouth-talk {
    5% {
        height: 2px;
        width: 11px;
        left: calc(50% - 5.5px);
        border-radius: 0 10px 10px 0
    }

    7% {
        height: 4px
    }

    12% {
        height: 1px
    }

    17% {
        height: 3px
    }

    20% {
        height: 3px
    }

    23% {
        height: 1px
    }

    26% {
        height: 2px
    }

    29% {
        height: 4px
    }

    32% {
        height: 3px
    }

    35% {
        height: 2px
    }

    38% {
        height: 1px
    }

    41% {
        height: 3px
    }

    44% {
        height: 3px
    }

    47% {
        height: 1px
    }

    49% {
        height: 3px;
        border-radius: 10px
    }

    50% {
        height: 1px;
        border-radius: 10px
    }

    55% {
        height: 2px;
        border-radius: 10px
    }

    57% {
        height: 1px;
        border-radius: 0 10px 10px 0
    }

    57% {
        height: 4px
    }

    59% {
        height: 3px;
        border-radius: 10px
    }

    63% {
        height: 2px
    }

    68% {
        height: 4px
    }
}

@keyframes head-nod {
    0% {
        top: 60px
    }

    15% {
        top: 62px
    }

    20% {
        top: 60px
    }

    30% {
        top: 61px
    }

    35% {
        top: 60px
    }

    40% {
        top: 60px
    }

    45% {
        top: 62px
    }

    50% {
        top: 60px
    }
}

@keyframes ponytail-move-2 {
    0% {
        top: 60px
    }

    15% {
        top: 61px
    }

    20% {
        top: 60px
    }

    30% {
        top: 60px
    }

    45% {
        top: 61px
    }

    50% {
        top: 60px
    }
}

.loading-message .spinner {
    width: 40px;
    height: 40px;
    background: #74a6f2;
    padding: 0
}

    .loading-message .spinner div {
        width: 6%;
        height: 16%;
        background: #fff;
        position: absolute;
        left: 49%;
        top: 43%;
        opacity: 0;
        -webkit-border-radius: 50px;
        -webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
        -webkit-animation: fade 1s linear infinite
    }

@-webkit-keyframes fade {
    from {
        opacity: 1
    }

    to {
        opacity: .25
    }
}

.loading-message .spinner div.bar1 {
    -webkit-transform: rotate(0) translate(0,-130%);
    -webkit-animation-delay: 0s
}

.loading-message .spinner div.bar2 {
    -webkit-transform: rotate(30deg) translate(0,-130%);
    -webkit-animation-delay: -.9167s
}

.loading-message .spinner div.bar3 {
    -webkit-transform: rotate(60deg) translate(0,-130%);
    -webkit-animation-delay: -833ms
}

.loading-message .spinner div.bar4 {
    -webkit-transform: rotate(90deg) translate(0,-130%);
    -webkit-animation-delay: -.7497s
}

.loading-message .spinner div.bar5 {
    -webkit-transform: rotate(120deg) translate(0,-130%);
    -webkit-animation-delay: -667ms
}

.loading-message .spinner div.bar6 {
    -webkit-transform: rotate(150deg) translate(0,-130%);
    -webkit-animation-delay: -.5837s
}

.loading-message .spinner div.bar7 {
    -webkit-transform: rotate(180deg) translate(0,-130%);
    -webkit-animation-delay: -.5s
}

.loading-message .spinner div.bar8 {
    -webkit-transform: rotate(210deg) translate(0,-130%);
    -webkit-animation-delay: -.4167s
}

.loading-message .spinner div.bar9 {
    -webkit-transform: rotate(240deg) translate(0,-130%);
    -webkit-animation-delay: -333ms
}

.loading-message .spinner div.bar10 {
    -webkit-transform: rotate(270deg) translate(0,-130%);
    -webkit-animation-delay: -.2497s
}

.loading-message .spinner div.bar11 {
    -webkit-transform: rotate(300deg) translate(0,-130%);
    -webkit-animation-delay: -167ms
}

.loading-message .spinner div.bar12 {
    -webkit-transform: rotate(330deg) translate(0,-130%);
    -webkit-animation-delay: -83.3ms
}

.loading-message .spinner.success:after {
    height: 12px;
    width: 20px;
    content: "";
    position: absolute;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
    transform: rotate(-45deg);
    top: 13px;
    left: 11px
}

.loading-message .spinner.failure:after {
    height: 0;
    width: 20px;
    content: "";
    position: absolute;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
    transform: rotate(-45deg);
    top: 18px;
    left: 11px;
    background: white;
}

.loading-message .spinner.failure:before {
    height: 0;
    width: 20px;
    content: "";
    position: absolute;
    border-left: 5px solid #fff;
    border-bottom: 5px solid #fff;
    transform: rotate(45deg);
    top: 18px;
    left: 11px;
    background: white;
}

.spinner.warning:before {
    position: absolute;
    top: 12px;
    left: calc(50% - 1px);
    width: 4px;
    border-top: 13px solid #fff;
    border-left: .5px solid transparent;
    border-right: .5px solid transparent;
    content: ""
}

.spinner.warning::after {
    position: absolute;
    top: 27px;
    left: calc(50% - 1px);
    height: 4px;
    width: 4px;
    border-radius: 10px;
    background: #fff;
    content: ""
}

.loading-message .spinner.failure > div, .loading-message .spinner.success > div, .loading-message .spinner.warning > div {
    display: none
}

.spinner.warning {
    background: #ffc062
}

.spinner.success > * {
    display: none
}

.flex-box {
    display: flex
}

.loading-message {
    position: fixed;
    width: 100%;
    left: 0;
    top: -100px;
    height: 0;
    text-align: center;
    background: #00000017;
    z-index: 9999;
    cursor: wait;
}

.loading-message-info {
    position: relative;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    background: #fff;
    color: gray
}

.loading-message-info {
    width: 400px;
    font-size: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 40px;
    height: auto;
}

.loading-message .spinner {
    background: #74a6f2;
    padding: 0;
    height: 100%;
    min-height: 40px;
    width: 40px
}

.loading-message.show {
    height: 100%;
    top: 0
}

.loading-message.no-load {
    height: 0
}

.loading-message > .loading-message-box {
    display: inline-block;
    margin: 10px;
    position: relative;
    border-radius: 5px;
    overflow: hidden;
    top: -60px;
    transition: all cubic-bezier(.13,.55,.62,1.17) .3s;
    box-shadow: 0 1px 2px #00000047, 0 1px 7px #00000047;
}

.loading-message.show > .loading-message-box {
    top: 0
}

.loading-message-img {
    position: relative
}

.loading-message-info {
    position: relative;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 10px;
    background: #fff;
    color: #4e4e4e
}

    .loading-message-info p {
        margin: 0
    }

.spinner.success {
    background: #80c07c
}

.spinner.failure {
    background: #ca6666
}

.radio-labeled-style-1 {
    display: flex
}

    .radio-labeled-style-1 .radio-labeled-input {
        position: relative;
        width: 100%;
        overflow: hidden
    }

        .radio-labeled-style-1 .radio-labeled-input input[type=radio] {
            opacity: 0;
            height: 20px;
            padding: 0;
            margin: 0;
            position: absolute;
            width: 100%;
            height: 100%;
            cursor: pointer
        }

        .radio-labeled-style-1 .radio-labeled-input:first-child {
            border-radius: 4px 0 0 4px
        }

        .radio-labeled-style-1 .radio-labeled-input:last-child {
            border-radius: 0 4px 4px 0;
            border-right: 1px solid #828282
        }

        .radio-labeled-style-1 .radio-labeled-input .fgh {
            background: #adadad;
            border: 1px solid #828282;
            border-right: 1px solid #9e9e9e
        }

        .radio-labeled-style-1 .radio-labeled-input label {
            margin: 0;
            padding: 5px;
            text-align: center;
            display: block;
            font-weight: 700;
            color: #fff;
            background: #adadad;
            border: 1px solid #828282;
            border-right: 1px solid #adadad
        }

        .radio-labeled-style-1 .radio-labeled-input:first-child label {
            border-radius: 4px 0 0 4px
        }

        .radio-labeled-style-1 .radio-labeled-input:last-child label {
            border-radius: 0 4px 4px 0
        }

        .radio-labeled-style-1 .radio-labeled-input input:hover label {
            background: #68af27
        }

        .radio-labeled-style-1 .radio-labeled-input:hover label {
            background: #90cc5a;
            border-right: 1px solid #68af27
        }

        .radio-labeled-style-1 .radio-labeled-input input:checked + label {
            background: linear-gradient(#6ffb6f,#409e40);
            border-right: 1px solid #44d244
        }

li.shortcuts-crawler {
    padding: 14px
}

.marquee {
    width: 300px;
    height: 23px;
    overflow: hidden;
    position: relative;
    border: 1px solid #525252;
    border-top: 1px solid #353535;
    border-bottom: 1px solid #7d7d7d;
    background-color: #0000008f;
    -webkit-border-radius: 5px;
    border-radius: 17px;
    -webkit-box-shadow: inset 0 2px 2px rgba(0,0,0,.5),0 1px 0 rgba(250,250,250,.2);
    box-shadow: inset 0 2px 2px rgba(0,0,0,.5),0 1px 0 rgba(250,250,250,.2)
}

    .marquee p {
        position: absolute;
        font-family: Tahoma,Arial,sans-serif;
        width: 100%;
        height: 100%;
        margin: 0;
        line-height: 50px;
        text-align: center;
        color: #fff;
        transform: translateX(100%);
        line-height: 22px;
        white-space: nowrap;
        font-size: 11px;
        font-weight: 100;
        font-family: inherit
    }

        .marquee p:nth-child(1) {
            animation: left-one 20s ease infinite
        }

        .marquee p:nth-child(2) {
            animation: left-two 20s ease infinite
        }

@keyframes left-one {
    0% {
        transform: translateX(100%)
    }

    10% {
        transform: translateX(0)
    }

    40% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(-100%)
    }

    100% {
        transform: translateX(-100%)
    }
}

@keyframes left-two {
    0% {
        transform: translateX(100%)
    }

    50% {
        transform: translateX(100%)
    }

    60% {
        transform: translateX(0)
    }

    90% {
        transform: translateX(0)
    }

    100% {
        transform: translateX(-100%)
    }
}

.blinker {
    height: 5px;
    width: 5px;
    display: block;
    background: #59c3e2;
    border-radius: 100%;
    right: 14px;
    top: calc(50% - 5px);
    animation: blink-animation 1s steps(5,start) infinite;
    -webkit-animation: blink-animation 1s steps(5,start) infinite
}

.download-option-box {
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: linear-gradient(#000000d9,#000000e8);
    z-index: 99;
}

    .download-option-box.active {
        display: block;
        z-index: 999;
        opacity: 1
    }

    .download-option-box .download-option-container {
        min-width: 300px;
        max-width: 450px;
        width: 100%;
        max-height: calc(100vh - 100px);
        position: absolute;
        background: #fff;
        border-radius: 10px;
        overflow: auto;
        box-shadow: 0 4px 15px #000000e0;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%)
    }

.download-option-container.empty {
    background-image: url(../Images/Empty-Recods.png);
    background-size: 85px;
    background-repeat: no-repeat;
    background-position: 50% 35%
}

    .download-option-container.empty:after {
        content: 'No records found';
        position: absolute;
        bottom: 52px;
        font-size: 13px;
        color: #888;
        font-weight: 300;
        text-align: center;
        width: 100%;
        left: 0;
    }

.download-option-box .download-option-container ul {
    margin: 0;
    padding: 0;
    display: block;
    text-align: center;
    padding: 20px 0
}

.close-download-box {
    background: #ff0000d9;
    height: 70px;
    width: 70px;
    position: absolute;
    right: 15px;
    top: 15px
}

    .close-download-box:before {
        position: absolute;
        content: "";
        height: 60px;
        width: 2px;
        background: #ffffffa8;
        top: 6px;
        right: 34px;
        transform: rotate(45deg)
    }

    .close-download-box:after {
        position: absolute;
        content: "";
        height: 60px;
        width: 2px;
        background: #ffffffa8;
        top: 6px;
        right: 34px;
        transform: rotate(-45deg)
    }
/*
.download-option-box .download-option-container {
    min-width: 300px;
    max-width: 450px;
    min-height: 172px;
    }
.close-download-box {
    background: #ff0000d9;
    height: 15px;
    width: 15px;
    position: fixed;
    right: 10px;
    top: 10px;
    border-radius: 10px;
}
.close-download-box:before {
    position: absolute;
    content: "";
    height: 10px;
    width: 2px;
    background: #ffffffa8;
    top: 3px;
    right: 6px;
    transform: rotate(45deg);
}
.close-download-box:after {
    position: absolute;
    content: "";
    height: 10px;
    width: 2px;
    background: #ffffffa8;
    top: 3px;
    right: 6px;
    transform: rotate(-45deg);
}
    */
.download-option-box .download-option-container ul li {
    display: inline-block;
    padding: 13px;
    width: 97px;
    height: 97px;
    position: relative;
    border: 1px solid #ccc;
    margin: 10px;
    margin-bottom: 25px;
    border-radius: 15px;
    transition: all ease-in-out .1s
}

    .download-option-box .download-option-container ul li:hover {
        box-shadow: 0 0 0 3px #2f2f2f,0 5px 6px #2d2d2d
    }

    .download-option-box .download-option-container ul li a, .download-option-box .download-option-container ul li input {
        position: absolute;
        top: 0;
        left: 0;
        height: 100% !important;
        width: 100% !important;
        opacity: 0;
        border: none;
        border-radius: 15px
    }

li.download-excel {
    background-image: url(../images/file-type-icons.png);
    background-size: 285px;
    background-position: 189px 0
}

li.download-pdf {
    background-image: url(../images/file-type-icons.png);
    background-size: 285px;
    background-position: 285px -95px
}

li.download-word {
    background-image: url(../images/file-type-icons.png);
    background-size: 285px;
    background-position: 95px 0
}

li.download-csv {
    background-image: url(../images/file-type-icons.png);
    background-size: 285px;
    background-position: 191px -95px
}

li.download-email {
    background-image: url(../images/file-type-icons.png);
    background-size: 285px;
    background-position: 0 0
}

li.download-json {
    background-image: url(../images/file-type-icons.png);
    background-size: 285px;
    background-position: 95px -97px;
}

li.print-report {
    background-image: url(../images/file-type-icons.png);
    background-size: 285px;
    background-position: -190px -96px
}

.download-option-box .download-option-container ul li:after {
    content: attr(data-name);
    position: absolute;
    bottom: -23px;
    width: 100px;
    left: -3px;
    font-weight: 400;
    color: #000;
    font-size: 13px
}

.download-option-container h4 {
    padding: 10px;
    margin: 0;
    background: #24204c;
    text-align: center;
    font-weight: 700;
    color: #fff;
    position: absolute;
    width: 100%;
    bottom: 0
}

.chklist-tr-half tr {
    width: 50%;
    float: left;
    position: relative;
    cursor: pointer !important
}

    .chklist-tr-half tr td {
        width: 100%;
        display: block;
        border-bottom: 1px solid #e2e2e2;
        border-right: 1px solid #e2e2e2
    }

        .chklist-tr-half tr td input {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 24px;
            padding: 0;
            margin: 0;
            opacity: 0
        }

            .chklist-tr-half tr td input + label {
                display: block;
                width: 100%;
                padding: 3.5px 7px 3.5px 25px;
                margin: 0;
                font-size: 12px;
                font-weight: 400;
                transition: all ease-in-out .3s
            }

                .chklist-tr-half tr td input + label:after {
                    content: "";
                    height: 15px;
                    width: 15px;
                    position: absolute;
                    left: 5px;
                    top: 4px;
                    border: 1px solid #737373;
                    border-radius: 2px;
                    background: #fff
                }

                .chklist-tr-half tr td input + label:before {
                    content: "";
                    height: 5px;
                    width: 10px;
                    position: absolute;
                    left: 7.5px;
                    top: 8px;
                    border: 3px solid;
                    border-top: none;
                    border-right: none;
                    transform: rotate(360deg);
                    border-color: #43c35f;
                    z-index: 1;
                    transition: all ease-in-out .3s;
                    opacity: 0
                }

            .chklist-tr-half tr td input:checked + label:before {
                opacity: 1;
                content: "";
                height: 5px;
                width: 10px;
                transform: rotate(-49deg);
                transition: all ease-in-out .3s
            }

            .chklist-tr-half tr td input:checked + label {
                background: #64da7d;
                color: #fff
            }

.action-center, .panel.panel-default > .panel-heading .pull-right {
    position: relative;
    display: flex
}

    .action-center span, .panel.panel-default > .panel-heading .pull-right {
        text-align: right
    }

    .action-center > :not(.download-option-box) {
        display: inline-block
    }

.fa.fa-download:hover {
    color: #ed3237
}

.action-btn, .panel-heading .fa.fa-download, .action-btn-option .option-toggle {
    height: 26px !important;
    min-width: 26px !important;
    display: inline-block;
    position: relative;
    text-align: center;
    background: #fff;
    border-radius: 3px;
    color: #2e3e4e;
    font-size: 15px;
    padding: 6px 5px;
    width: max-content;
    margin-left: 5px;
    float: left;
}

.header-divider {
    float: left;
    height: 25px;
    width: 1px;
    background: white;
    margin-left: 10px;
    margin-right: 5px;
}

.action-btn:hover {
    color: #1b8cff !important;
}

.option-toggle:hover i {
    color: #288af3;
}

.option-toggle i:first-child {
    margin-right: 5px;
}

.option-toggle span {
    font-size: 13px !important;
    line-height: 4px;
    position: relative;
    top: -1px;
}

.action-btn-option > div {
    padding: 5px;
    display: none;
    position: absolute;
    right: 0;
    width: max-content;
    background: white;
    box-shadow: 0 2px 5px 1px #0c0c0c54;
    border-radius: 4px;
    border: 1px solid #ffffff;
    top: calc(100% + 20px);
    z-index: 9;
    transition: all ease-in-out .3s;
}
/**FORM-ACTION-TOGGLE-LIST**/
.action-btn-option {
    position: relative;
    display: inline-block;
    float: left;
}

    .action-btn-option .option-toggle i:last-child {
        padding-left: 5px;
    }

    .action-btn-option .option-toggle i:first-child {
        padding: 0 !important;
    }

    .action-btn-option ul.active, .action-btn-option div.active {
        display: block !important;
        top: calc(100% + 5px);
    }

    .action-btn-option ul {
        display: none !important;
        position: absolute;
        right: 0;
        width: max-content;
        background: white;
        box-shadow: 0 2px 5px 1px #0c0c0c54;
        border-radius: 4px;
        border: 1px solid #9b9b9b;
        top: calc(100% + 20px);
        padding: 0;
        z-index: 9;
        transition: all ease-in-out .3s;
    }

        .action-btn-option ul li {
            display: block;
        }

            .action-btn-option ul li a {
                padding: 5px 10px;
                display: block;
                font-size: 14px;
                font-weight: 400;
                color: #000000;
                text-align: left;
                height: max-content !important;
            }

                .action-btn-option ul li a i {
                    padding-right: 10px;
                    color: #444444;
                }

            .action-btn-option ul li:not(:last-child) a {
                border-bottom: 1px solid #ebebeb;
            }

        .action-btn-option ul:before {
            content: "";
            position: absolute;
            top: -7px;
            height: 7px;
            width: 7px;
            border-left: 7px solid transparent;
            border-right: 7px solid transparent;
            border-bottom: 7px solid #ffffff;
            right: 5px;
        }

        .action-btn-option ul li a:hover {
            background: #f1f1f1;
            color: #027eff !important;
        }

        .action-btn-option ul li:first-child a {
            border-radius: 3px 3px 0 0;
        }

        .action-btn-option ul li:last-child a {
            border-radius: 0 0 3px 3px;
        }

.table-search-box {
    display: inline-block;
    height: 25px;
    /* margin-right: 5px; */
    overflow: hidden;
    font-size: 14px;
    line-height: 22px;
    position: relative;
    background: #f2f2f2;
    border-radius: 5px;
    text-align: center;
    transition: all ease-in-out .3s;
}

    .table-search-box.expand-input {
        width: max-content;
        transition: all ease-in-out .3s
    }

    .table-search-box #search_table_data:focus + i {
        color: #2492ff;
    }

    .table-search-box #search_table_data:focus {
        border: 2px solid #2492ff !important;
        outline: none !important;
    }

    .table-search-box #search_table_data {
        background: #f2f2f200;
        height: 25px;
        border: none;
        z-index: 1;
        padding: 0 25px 0 5px;
        color: #000;
        font-weight: 500;
        border-radius: 5px;
    }

    .table-search-box .fa-search {
        position: absolute;
        top: 0;
        right: 0;
        padding: 5px 6px;
        color: #4c4b4b;
        text-align: center;
        z-index: 0;
    }

        .table-search-box .fa-search:hover {
            cursor: pointer !important;
            color: red
        }

.bordered-form {
    padding: 10px !important;
    border: 1px solid #2e3e4e;
    margin: 3px;
    margin-top: 10px;
    border-radius: 3px;
    padding-top: 20px !important;
    position: relative
}

    .bordered-form .bordered-form-heading {
        position: absolute;
        top: -19px;
        font-size: 13px;
        font-weight: 700;
        color: #fff;
        background: #2e3e4e;
        padding: 1px 10px 2px 10px;
        left: 10px;
        border: 1px solid #2e3e4e;
        border-radius: 10px
    }

@media only screen and (max-width:600px) {
    .responsive-form {
        display: block !important
    }

    .bordered-form {
        width: 100% !important;
        margin-top: 10px
    }

    .wrapper {
        width: 100% !important
    }
}

@media only screen and (min-width:600px) {
    .responsive-form {
        display: block !important
    }

    .bordered-form {
        width: 100% !important;
        margin-top: 10px
    }

    .wrapper {
        width: 100% !important
    }
}

@media only screen and (min-width:768px) {
    .responsive-form {
        display: block !important
    }

    .bordered-form {
        width: 100% !important;
        margin-top: 10px
    }

    .wrapper {
        width: 100% !important
    }
}

.fixed-form-bottom {
    position: fixed;
    bottom: 0;
    box-shadow: 0 -1px 4px #00000066;
    background: #fff;
    width: calc(100% - 220px);
    right: 0;
    transition: all cubic-bezier(.82,.69,0,1.2) .3s
}

.center-block.fixed-form-bottom-container {
    padding-bottom: 50px
}

.panel-body.fixed-form-bottom .btn {
    margin-bottom: 0
}

.toggle-nav-1 {
    display: none
}

.toggle-nav-2 {
    display: inline-block !important
}

aside#nav.fullscreen + section#content .fixed-form-bottom {
    width: 100%;
    transition: all cubic-bezier(.82,.69,0,1.2) .3s
}

@media (max-width:767px) {
    .table-search-box #search_table_data {
        /*        width:100px;*/
    }

    .btn-responsive {
        display: contents !important;
    }

    .selected-filetrs {
        display: none;
    }

    .filter {
        width: 305px !important;
    }

    .download-option-box {
        top: 50px;
    }

    .documet_pro {
        height: 350px;
        display: flex !important;
        justify-content: center;
        margin: 0 auto;
        width: 100% !important;
    }

    .image-upload {
        width: 138px;
    }

    .preview img {
        width: 138px !important;
    }

    .preview {
        margin: 0 auto;
    }

    span.block.text-center.pic-caption {
        margin: 0 auto;
    }

    .list_height {
        display: table;
    }

    aside#nav + section#content .fixed-form-bottom, aside#nav.fullscreen + section#content .fixed-form-bottom, body, html {
        width: 100%
    }

    .toggle-nav-1 {
        display: inline-block !important
    }

    .toggle-nav-2 {
        display: none !important
    }
}

@media (min-width:768px) {
    aside#nav.fullscreen {
        width: 1px !important
    }
}

aside#nav:hover {
    width: 220px !important
}

.inline-block {
    display: inline-block
}

.inline-fullwidth-block {
    display: inline-block;
    width: 100%
}

header.panel-heading.bike i.fa-motorcycle {
    display: inline-block
}

header.panel-heading.bike i.fa-automobile {
    display: none
}

header.panel-heading i.fa-motorcycle {
    display: none
}

header.panel-heading i.fa-automobile {
    display: inline-block
}

.group-control {
    padding: 0 !important
}

    .group-control:first-child .form-control {
        border-radius: 3px 0 0 3px !important;
    }

    .group-control:last-child .form-control {
        border-radius: 0 3px 3px 0 !important;
    }

    .group-control:not(:first-child) .form-control:not(.required) {
        border-left: none !important;
    }

    .group-control:not(:first-child):not(:last-child) .form-control {
        border-radius: 0 !important;
    }

    .group-control:first-child .form-control:focus {
        border-left: 2px solid #567290;
        border-radius: 2px 0 0 2px
    }

.inline-popup-modal {
    display: none;
    position: absolute;
    width: 500px;
    z-index: 9999;
    right: 0;
    top: calc(100%);
    background: linear-gradient(#f0f0f0,#d5d5d5);
    padding: 20px 10px 10px 10px;
    box-shadow: 0 0 4px;
    border-radius: 4px
}

    .inline-popup-modal i.fa-times {
        position: absolute;
        top: 2px;
        right: 2px;
        height: 15px;
        width: 15px;
        padding: 3px;
        background: red;
        color: #fff;
        border-radius: 3px;
        line-height: 10px
    }

    .inline-popup-modal i.fa-minus {
        position: absolute;
        top: 2px;
        right: 2px;
        height: 15px;
        width: 15px;
        padding: 3px;
        background: #ecb85b;
        color: #fff;
        border-radius: 3px;
        line-height: 10px
    }

    .inline-popup-modal:before {
        content: "";
        position: absolute;
        top: -5px;
        left: 5%;
        border-left: 5px solid transparent;
        border-right: 5px solid transparent;
        border-bottom: 5px solid #acacac
    }

label.checkbox-style-1 {
    margin: 0;
    position: relative
}

    label.checkbox-style-1 input {
        position: absolute;
        padding: 0;
        height: 15px;
        width: 15px;
        z-index: 2
    }

        label.checkbox-style-1 input:checked ~ span {
            background: #fff;
            position: absolute;
            top: 0;
            left: 0;
            border: 1px solid #fff;
            height: 100%;
            width: 100%;
            z-index: 0
        }

.checkbox-list-style-1 {
    max-height: 100px;
    overflow: auto;
    width: 100%;
    border-top: 1px solid;
    padding: 0;
    background: #fff
}

    .checkbox-list-style-1 tr {
        width: 50%;
        float: left;
        display: flex
    }

    .checkbox-list-style-1 td {
        border-bottom: 1px solid #ddd;
        border-right: 1px solid #ddd;
        padding: 2px 5px;
        width: 100%;
        position: relative
    }

    .checkbox-list-style-1 label {
        padding: 0;
        margin: 0;
        font-size: 11px;
        white-space: nowrap;
        position: absolute;
        left: 23px;
        top: 0;
        height: 17px;
        padding-left: 0;
        width: calc(100% - 23px);
        text-overflow: ellipsis;
        overflow: hidden
    }

    .checkbox-list-style-1 input[type=radio], .checkbox-list-style-1 td input[type=checkbox] {
        position: relative;
        top: 0;
        margin: 0;
        margin-right: 5px
    }

    .checkbox-list-style-1 td:hover {
        background: #b6daff
    }

    .checkbox-list-style-1 td input:checked + label {
        color: #50ad3f;
        font-weight: 600
    }

    .checkbox-list-style-1 table, .checkbox-list-style-1 tbody {
        width: 100%;
        display: contents;
        padding: 0
    }

    .checkbox-list-style-1 + .text-overview {
        display: none;
        position: absolute;
        bottom: -17px;
        left: 0;
        width: 100%;
        padding: 0 5px;
        color: #00f;
        font-size: 12px
    }

    .checkbox-list-style-1:hover + .text-overview {
        display: block
    }

    .checkbox-list-style-1 td input:checked + label {
        color: #50ad3f;
        font-weight: 600
    }

    .checkbox-list-style-1 table, .checkbox-list-style-1 tbody {
        width: 100%;
        display: contents;
        padding: 0
    }

    .checkbox-list-style-1 + .text-overview {
        display: none;
        position: absolute;
        bottom: -17px;
        left: 0;
        width: 100%;
        padding: 0 5px;
        color: #00f;
        font-size: 12px
    }

    .checkbox-list-style-1:hover + .text-overview {
        display: block
    }

.radio-inline-control.iconless label:before {
    content: "" !important;
}

.radio-inline-control.iconless label {
    padding-left: 0;
}

.radio-inline-control.iconless i {
    width: 20px;
    text-align: center;
    padding-left: 5px;
}

.radio-inline-control td:not(:last-child) {
    border-right: 1px solid #d9d9d9;
}

.radio-inline-control td {
    position: relative;
}

.radio-inline-control {
    display: flex;
    border: 1px solid #b1b1b1;
    border-radius: 3px;
    height: auto;
    position: relative;
}

    .radio-inline-control > * {
        width: 100%;
        position: relative;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .radio-inline-control .radio-btn:not(:first-child) label {
        border-left: 1px solid #c5c5c5;
        border-radius: 0;
    }

    .radio-inline-control .radio-btn:first-child label {
        border: none !important;
    }

    .radio-inline-control input {
        opacity: 0;
        margin: 0;
        position: absolute;
        width: 100%;
        height: 100%;
        z-index: 0;
    }

    .radio-inline-control label {
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        padding: 2px 3px 2px 22px;
        cursor: pointer;
        z-index: 1;
        position: relative;
        margin: 0;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
        border-radius: 3px;
    }

    .radio-inline-control input ~ label:before {
        content: "\f057";
        font-family: 'FontAwesome';
        position: absolute;
        left: 5px;
        top: 1px;
        font-size: 15px;
        color: #ef2727;
    }

    .radio-inline-control input:checked ~ label:before {
        content: "\f058";
        font-family: 'FontAwesome';
        position: absolute;
        left: 5px;
        top: 1px;
        font-size: 15px;
        font-weight: 100;
        color: #01a285;
    }

    .radio-inline-control input:checked ~ label {
        background: #ffffff;
        font-weight: 400;
        color: #018f75 !important;
        font-weight: 500;
        /* border-radius: 4px; */
    }

    .radio-inline-control input:disabled ~ label {
        opacity: .5;
        cursor: no-drop;
    }

    .radio-inline-control input:not(:disabled) ~ label:hover {
        background: #f1f1f1;
    }

    .radio-inline-control input ~ label.positive, .radio-inline-control input:checked ~ label.negative {
        display: none !important;
    }

    .radio-inline-control input:checked ~ label.positive, .radio-inline-control input ~ label.negative {
        display: block !important;
        background: #f14040;
        border: 1px solid #da1b1b;
        color: white;
    }

    .radio-inline-control label::selection {
        background: transparent;
    }

    .radio-inline-control.selection-list .list {
        display: block;
        width: 100%;
        left: -22px;
    }

        .radio-inline-control.selection-list .list ul {
            padding: 10px 10px 10px 0;
            list-style: none;
            font-size: 12px;
            margin: 0;
        }

            .radio-inline-control.selection-list .list ul li {
                white-space: nowrap;
                border-bottom: 1px dotted silver;
                color: #161616;
                font-weight: 400;
                /*opacity: .8;*/
                /* text-decoration: line-through; */
            }

                .radio-inline-control.selection-list .list ul li.active {
                    text-decoration: none;
                    opacity: 1;
                }

    .radio-inline-control.selection-list {
        display: flex;
        border: 1px solid #979797;
        border-radius: 3px;
        height: auto;
        position: relative;
    }

        .radio-inline-control.selection-list > *:not(:first-child) {
            border-left: 1px solid #979797;
        }

        .radio-inline-control.selection-list input + label:after {
            content: "";
            width: 100%;
            height: 1px;
            background: #c5c5c5;
            position: absolute;
            left: 0;
            top: 23px;
        }

        .radio-inline-control.selection-list input:checked + label {
            font-weight: bold;
        }

        .radio-inline-control.selection-list input:hover + label {
            background: #e9fffb;
        }

        .radio-inline-control.selection-list input:checked + label {
            background: #dafff8;
        }

        .radio-inline-control.selection-list .list ul li:before {
            content: "\f057";
            font-family: 'FontAwesome';
            position: absolute;
            left: 6px;
            color: #f14040;
        }

        .radio-inline-control.selection-list .list ul li.active:before {
            content: "\f058";
            font-family: 'FontAwesome';
            position: absolute;
            left: 6px;
            color: #279884;
        }

        .radio-inline-control.selection-list .list ul li.active.optional {
            color: #ff8d00;
            font-weight: 400 !important;
        }

            .radio-inline-control.selection-list .list ul li.active.optional:before {
                color: #ff930d;
            }

        .radio-inline-control.selection-list input:checked + label {
            outline: 2px solid #01a285;
        }

    .radio-inline-control.toggle-text input:not(:disabled) ~ label:hover {
        background: #c11616;
    }

    .radio-inline-control.toggle-text input:not(:disabled):checked ~ label:hover {
        background: #017d67;
    }
    /*CHECKBOX-BUTTON*/
    .radio-inline-control.btn-style {
        display: inline-block;
        float: left;
        margin-right: 5px;
        height: 30px;
        line-height: 22px;
        border: none !important;
    }

        .radio-inline-control.btn-style input {
            padding: 0;
            margin: 0;
            position: absolute;
            width: 100%;
            height: 100%;
        }

        .radio-inline-control.btn-style label {
            font-size: 14px;
            line-height: 24px;
            padding: 2px 10px 2px 30px;
            background: #ffffff;
            border: 1px solid silver;
            border-radius: 3px !important;
            overflow: hidden;
        }

            .radio-inline-control.btn-style label:before, .radio-inline-control.btn-style input:checked label:before {
                position: absolute;
                left: 0 !important;
                top: 0 !important;
                height: 28px;
                width: 30px;
                text-align: center;
                line-height: 28px;
            }

        .radio-inline-control.btn-style input:checked + label {
            background: #01a285;
            border: 1px solid #017d67;
            color: white !important;
        }

            .radio-inline-control.btn-style input:checked + label:before {
                color: white;
            }

h4.toggle-box-handle {
    margin: 5px 0;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 600;
    background: #747476 !important;
    color: #fff;
    margin-bottom: 0
}

.toggle-box-content {
    border: 1px solid #747476 !important;
    padding: 10px 5px;
    max-height: 250px;
    overflow: hidden;
    transition: ease-in-out .3s;
    width: 100%
}

.blank-recods {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #b7b7b7;
    font-weight: 600;
    font-size: 20px;
    height: 100%;
    background: #fff;
    padding: 136px 0;
    top: 18px;
    top: -19px
}

h4.toggle-box-handle {
    margin: 5px 0;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 600;
    background: #567290;
    color: #fff;
    margin-bottom: 0
}

    h4.toggle-box-handle i.fa-minus, h4.toggle-box-handle.closed i.fa-plus {
        display: inline-block
    }

    h4.toggle-box-handle i.fa-plus, h4.toggle-box-handle.closed i.fa-minus {
        display: none
    }

.toggle-box-content {
    border: 1px solid #567290;
    padding: 10px 5px
}

.toggle-box-content {
    border: 1px solid #567290;
    padding: 10px 5px;
    max-height: 250px;
    overflow: hidden;
    transition: ease-in-out .3s
}

    .toggle-box-content.closed {
        max-height: 0
    }

        .toggle-box-content.closed > :not(.expand-to-view) {
            opacity: 0
        }

i.expand-to-view {
    display: none
}

.toggle-box-content.closed i.expand-to-view {
    display: block !important;
    position: absolute;
    top: 34px;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 12px
}

a.icon-list {
    display: block;
    background: #2e3e4e;
    color: #fff;
    text-align: center;
    border-top: #fff 2px solid
}

.rounded-card.showroom-graph {
    display: none
}

    .rounded-card.showroom-graph.active {
        display: block
    }

#piechart > div:last-child > svg > g > g:last-child > g > g > g > g > g:last-child[role=group] {
    display: none
}

#serviceWiseChart > div:last-child > svg > g > g:last-child > g > g > g > g > g:last-child[role=group] {
    display: none
}

.shortcut-link.purchase-icon a.y-icon i {
    background: #dc8585 !important
}

.shortcut-link.quotation-icon a.y-icon i {
    background: #77c8e9 !important
}

.shortcut-link.challan-icon a.y-icon i {
    background: #6cc39c
}

.shortcut-link.bill-icon a.y-icon i {
    background: #8b97d5
}

.shortcut-link.receipt-icon a.y-icon i {
    background: #6794dc
}

.shortcut-link:hover a.y-icon::after {
    transform: scale(1.2)
}

.tab-content.content-s.active:after {
    content: '\f107';
    position: absolute;
    font-family: FontAwesome;
    font-size: 20px;
    bottom: -6px;
    left: calc(50% - 9px);
    display: none
}

.amcharts-chart-div a {
    display: none !important
}

.rounded-card.workshop-graph {
    display: none
}

    .rounded-card.workshop-graph.active {
        display: block
    }

#piechart > div:last-child > svg > g > g:last-child > g > g > g > g > g:last-child[role=group] {
    display: none
}

#serviceWiseChart > div:last-child > svg > g > g:last-child > g > g > g > g > g:last-child[role=group] {
    display: none
}

.shortcut-link.purchase-icon a.y-icon i {
    background: #dc8585 !important
}

.shortcut-link.quotation-icon a.y-icon i {
    background: #77c8e9 !important
}

.shortcut-link.challan-icon a.y-icon i {
    background: #6cc39c
}

.shortcut-link.bill-icon a.y-icon i {
    background: #8b97d5
}

.shortcut-link.receipt-icon a.y-icon i {
    background: #6794dc
}

.shortcut-link:hover a.y-icon::after {
    transform: scale(1.2)
}

.tab-content.content-s.active:after {
    content: '\f107';
    position: absolute;
    font-family: FontAwesome;
    font-size: 20px;
    bottom: -6px;
    left: calc(50% - 9px)
}

.amcharts-chart-div a {
    display: none !important
}

.top-shortcut-row {
    width: 100%;
    display: flex;
    margin: 0 -5px
}

.top-shortcut-card {
    width: 25%;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px #00000047;
    width: 25%;
    height: 60px;
    margin: 0 5px;
    border-radius: 5px;
    overflow: hidden
}

.card-container {
    display: table
}

.image-holder {
    height: 60px;
    display: table-cell;
    width: auto
}

    .image-holder i.fa {
        font-size: 25px;
        margin: 12px;
        border: 1px solid #ececec;
        border-radius: 20%;
        background: #1973c5;
        color: #fff;
        padding: 5px 0;
        text-align: center;
        width: 37px;
        height: 37px
    }

.card-container p {
    margin: 0;
    font-size: 13px;
    display: table-cell;
    width: 100%;
    vertical-align: middle;
    font-weight: 700;
    line-height: 20px
}

    .card-container p b {
        color: #2872c5;
        font-size: 17px;
        line-height: 20px;
        display: block
    }

/*.card-container a {
    display: table-cell;
    padding: 12px;
    vertical-align: middle;
    border-left: 1px solid #ececec;
    font-weight: 700;
    color: #137fc0;
    background: #efefef
}*/

/*.card-container a:hover {
        background: #f5466b;
        color: #fff;
        border-radius: 0 5px 5px 0
    }*/

.top-shortcut-card:hover .card-container .image-holder, .top-shortcut-card:hover .card-container p, .top-shortcut-card:hover .card-container p b {
    background: #137fc0;
    color: #fff;
    cursor: pointer
}

    .top-shortcut-card:hover .card-container .image-holder i.fa {
        background: #dc7171
    }

.ckechkbox-list-2-dropdown {
    position: relative
}

.checkbox-list-input, .checkbox-list-input:focus {
    display: block;
    background: #28d094;
    border: none !important;
    color: #fff !important;
    cursor: pointer
}

.ckechkbox-list-2-dropdown .checkbox-list-select {
    display: none;
    max-height: 100px;
    position: absolute;
    top: 25px;
    left: 0;
    background: #fff;
    overflow-y: auto;
    width: 100%;
    min-width: 150px;
    border: 1px solid silver;
    box-shadow: 0 4px 8px gray;
    z-index: 99
}

.checkbox-list-select:focus, .checkbox-list-select:hover, .ckechkbox-list-2-dropdown .checkbox-list-input:focus + .checkbox-list-select {
    display: block
}

.ckechkbox-list-2-dropdown .selected {
    background: #28d094
}

    .ckechkbox-list-2-dropdown .selected * {
        color: #fff
    }

.checkbox-control {
    display: inline-block;
    padding: 5px 5px;
    padding-left: 25px;
    background: linear-gradient(#ebebeb, #d5d5d5);
    box-shadow: 0 0 4px #0000001a;
    height: 25px;
    cursor: pointer;
    border-radius: 4px;
    line-height: 15px;
    border: 1px solid #b5b5b5;
    position: relative;
    margin-right: 5px;
}

    .checkbox-control label {
        margin: 0 !important;
        padding: 0;
        line-height: 14px;
        color: #666666;
        cursor: pointer;
    }

    .checkbox-control input {
        display: none;
    }

        .checkbox-control input + label:before {
            display: block;
            content: "\f0c8";
            font-family: 'FontAwesome';
            position: absolute;
            left: 5px;
            top: 5px;
            color: #8f8f8f;
            font-size: 15px;
            cursor: pointer;
        }

        .checkbox-control input:checked + label:after {
            display: block;
            content: "\f14a" !important;
            font-family: 'FontAwesome';
            position: absolute;
            left: 5px;
            top: 5px;
            color: #13cd6f;
            font-size: 16px;
            text-shadow: 0 0 1px white;
            cursor: pointer;
        }

        .checkbox-control input:checked + label:before {
            display: none;
        }

        .checkbox-control input + label:after {
            display: none;
        }

    .checkbox-control label::selection {
        background: transparent;
    }

.btn.btn-success + label {
    position: absolute;
    font-size: 12px;
    top: 52px;
    left: 12px;
    color: #139a6a;
    font-weight: 500
}

.incontrol-popuphint-holder {
    position: relative
}

    .incontrol-popuphint-holder .incontrol-popuphint {
        display: none;
        position: absolute;
        background: #efefef;
        padding: 5px 10px;
        border-radius: 5px;
        border: 1px solid #bbb;
        color: #4a4a4a;
        font-size: 12px;
        max-width: 200px;
        white-space: nowrap;
        transition: all ease-in-out .5s
    }

    .incontrol-popuphint-holder:hover > .hint-pos-top {
        display: block;
        transition: all ease-in-out .5s;
        bottom: calc(100% + 5px);
        box-shadow: 0 -4px 6px -3px grey,0 0 4px silver
    }

    .incontrol-popuphint-holder:hover > .hint-pos-left {
        display: block;
        transition: all ease-in-out .5s;
        right: calc(100% - 20px);
        box-shadow: 0 -4px 6px -3px grey,0 0 4px silver
    }

    .incontrol-popuphint-holder:hover > .hint-pos-bottom {
        display: block;
        transition: all ease-in-out .5s;
        top: calc(100% + 5px);
        box-shadow: 0 4px 6px -3px grey,0 0 4px silver
    }

    .incontrol-popuphint-holder:hover > .hint-pos-right {
        display: block;
        transition: all ease-in-out .5s;
        left: calc(100% - 20px);
        box-shadow: 0 -4px 6px -3px grey,0 0 4px silver
    }

.hint-pos-top {
    bottom: calc(100% + 20px)
}

.hint-pos-right {
    left: calc(100% - 20px)
}

.hint-pos-bottom {
    top: calc(100% + 20px)
}

.hint-pos-left {
    right: calc(100% - 20px)
}

.hint-dir-b-r::after {
    content: "";
    position: absolute;
    border-top: 5px solid #bbb;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    bottom: -5px;
    left: calc(100% - 20px)
}

td.table-action-control {
    padding: 0 !important
}

.btn-input-inline {
    width: 100%;
    position: relative;
    top: 20px;
    height: 25px;
    line-height: 15px
}

#account_menu, #callcenter_menu, #erpleadgraph_menu, #erpshowroom_menu, #erpworkshop_menu, #gst_menu, #hr_menu, #leadgraph_menu, #showroom_menu, #workshop_menu, #crm_menu {
    display: none
}

    #account_menu.active, #callcenter_menu.active, #erpleadgraph_menu.active, #erpshowroom_menu.active, #erpworkshop_menu.active, #gst_menu.active, #hr_menu.active, #leadgraph_menu.active, #showroom_menu.active, #workshop_menu.active, #crm_menu.active {
        display: initial
    }

[class*=top-shortcut] {
    padding: 0 !important;
    margin: 0 !important;
    position: relative;
    cursor: pointer !important;
}

.bg-dark .nav > li > a:hover .caret, .bg-dark .nav > li > a:focus .caret {
    border-top-color: #464e4b;
}

li.top-shortcut a {
    margin-top: 12px;
}

li.top-shortcut.active a span, li.top-shortcut.active a i {
    color: #108bff !important;
}

li.top-shortcut.active a span, li.top-shortcut.active a i {
    color: #108bff !important;
}

header ul.nav.navbar-nav a {
    color: #464646 !important;
    padding: 0px 10px;
    cursor: pointer;
    font-weight: 500;
    border-radius: 20px;
    /* margin-top: 12px; */
    /* border: 1px solid #f1f1f1; */
    margin-right: 5px;
}

.top-shortcut:hover > a {
    background: #a5a5a526 !important;
}

li.top-shortcut.active a {
    outline: 1px solid #108bff !important;
    outline-style: auto;
}

    li.top-shortcut.active a span, li.top-shortcut.active a i {
        color: #108bff !important;
    }

li.top-shortcut a {
    margin-top: 12px;
}

[class*=top-shortcut] > a i {
    padding: 6px 0 !important;
    border-radius: 20px;
    color: #353535 !important;
    width: 15px;
    height: 25px;
    text-align: center;
    margin-right: 5px;
}

li.top-shortcut.active > a {
    color: #fff;
    background: 0 0 !important
}

li.top-shortcut.active a:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    /* background: #585858; */
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    font-size: 12px !important;
    margin: 0 !important;
    padding: 5px 10px !important;
    border-radius: 0 !important;
}

.nav .open > a {
    background-color: #e3e3e3 !important;
}

.menu-toggle-more + ul .arrow {
    display: none !important
}

.rounded-card.account-graph, .rounded-card.gst-graph, .rounded-card.hr-graph, .rounded-card.leadgraph-graph, .rounded-card.showroom-graph, .rounded-card.workshop-graph {
    display: none
}

    .rounded-card.account-graph.active, .rounded-card.gst-graph.active, .rounded-card.hr-graph.active, .rounded-card.leadgraph-graph.active, .rounded-card.showroom-graph.active, .rounded-card.workshop-graph.active {
        display: block
    }

.graph-card-graph svg + a {
    display: none !important
}

.filter-control {
    display: inline-block;
    width: auto;
    position: relative
}

    .filter-control input, .filter-control select {
        padding: 8.5px 15px 8.5px 10px;
        border: none;
        border-left: 1px solid silver;
        border-right: 1px solid silver;
        border: none !important;
        background: 0 0;
        border-right: 1px solid #cecece !important;
        max-width: 100px
    }

.graph-card .filter-control::after {
    content: '\f107';
    position: absolute;
    right: -4px;
    font-family: FontAwesome;
    right: 4px;
    top: calc(50% - 11px);
    font-size: 15px
}

#account_menu.active, #erpadmin_menu.active, #gst_menu.active, #leadgraph_menu.active, #workshop_menu.active, ======= #showroom_menu.active {
    display: initial
}

.AutoExtender {
    list-style: none;
    padding: 0;
    background: #fff;
    border: 1px solid silver;
    box-shadow: 0 0 4px grey;
    border-radius: 5px;
    z-index: 9999;
}

.AutoExtenderHighlight, .AutoExtenderList {
    border-bottom: 1px solid #e7e7e7;
    padding: 2px 5px
}

.AutoExtenderHighlight {
    background: #108bff;
    color: white;
}

.form-screen-toggle {
    padding: 5px;
    height: 25px;
    font-size: 11px;
    width: 25px;
    display: inline-block;
    top: 0;
    right: 0;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 6px;
    background: #387eff;
    margin-left: 5px;
    font-size: 13px;
}

    .form-screen-toggle .fa-expand {
        display: block
    }

    .form-screen-toggle.full .fa-compress {
        display: block
    }

    .form-screen-toggle .fa-compress {
        display: none
    }

    .form-screen-toggle.full .fa-expand {
        display: none
    }

    .form-screen-toggle:hover {
        border-color: #ffffff;
        color: #ffffff !important;
    }

.addon-right + ul ~ .addon-btn, .addon-right ~ .addon-btn {
    min-width: 25px;
    color: #fff !important;
    vertical-align: middle;
    border-radius: 0 3px 3px 0;
    display: table-cell;
    position: absolute;
    height: 100%;
    font-size: 12px;
    background: #2492ff;
    border: 1px solid #107eeb;
    z-index: 9;
    cursor: pointer;
    transition: all ease-in .1s;
    padding: 5px;
    line-height: 13px;
    top: 0;
    right: 0;
}

    .addon-right + ul ~ .addon-btn *, .addon-right ~ .addon-btn * {
        color: #fff
    }

.ledger-balance.dr {
    background: #ff5656
}

.ledger-balance.cr {
    background: #42a042
}

td:hover .ledger-balance {
    opacity: 1;
}

.ledger-balance {
    opacity: 0;
    transition: all ease-in .3s;
    position: absolute;
    right: 0;
    font-size: 10px;
    height: 25px;
    padding: 0 4px;
    line-height: 25px;
    color: #fff;
    border-radius: 10px 0 0 10px;
    z-index: 99;
    top: 3px;
}

.select-ledger:focus ~ .ledger-balance {
    opacity: 0
}

.btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 3px !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    color: white !important;
}

.btn-height-25 {
    padding: 3px 12px;
    height: 25px;
    font-size: 13px;
}

.btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
    color: #fff !important;
    background-color: #00cfaa;
    border-color: #017d67;
    outline: 0 !important;
    box-shadow: 0 0 35px #00000026 inset;
}
/*.btn-primary {
    background: #4c80b5
}*/
.btn-primary {
    background: #1b8cff;
}

    .btn-primary:hover {
        background-color: #0075ed;
    }
/*.btn-success {
    background: #00b364
}*/
.btn-success {
    background: #01a285;
}

/*.btn-danger {
    background: #eb1f12
}*/
.btn-danger {
    background: #f75555;
}
.btn-yellow {
    background: #ffc107 !important;
    height: 25px;
    line-height: 16px;
}
.btn-primary.active, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open .dropdown-toggle.btn-primary {
    color: #fff !important;
    background-color: #007eff;
    border-color: #006bd9;
    outline: 0 !important;
    box-shadow: 0 0 35px #00000026 inset;
}

.btn-success.active, .btn-success:active, .btn-success:focus, .btn-success:hover, .open .dropdown-toggle.btn-success {
    color: #fff !important;
    background-color: #017d67;
    border-color: #017d67;
    outline: 0 !important;
    box-shadow: 0 0 35px #00000026 inset;
}

.btn-danger.active, .btn-danger:active, .btn-danger:focus, .btn-danger:hover, .open .dropdown-toggle.btn-danger {
    color: #fff !important;
    background-color: #ff5045;
    border-color: #bf160c;
    outline: 0 !important;
    box-shadow: 0 0 35px #00000026 inset;
}


.button-controls {
    min-height: 60px;
    padding: 14px 10px !important;
    border-top: 1px solid #e1e1e1;
    background: #f7f7f7;
    left: 0;
    width: 100%;
    display: inline-block;
}

    .button-controls.fixed-bottom {
        padding: 14px 10px !important;
        position: absolute !important;
        top: calc(100% - 59px) !important;
        float: none !important;
    }



.auto-btn {
    height: auto;
    line-height: 28px;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    transition: box-shadow ease-in-out .1s;
    /*box-shadow: 0 4px 4px -1px #0000005c;*/
    cursor: pointer;
}

.auto-btn-25 {
    height: 25px;
    line-height: 24px;
    font-size: 12px;
    font-weight: 500;
    display: inline-block;
    transition: box-shadow ease-in-out .1s;
    /*box-shadow: 0 4px 4px -1px #0000005c;*/
    cursor: pointer;
}

    .auto-btn-25 i {
        font-size: 15px !important;
        min-width: 25px !important;
        max-height: 23px;
        text-align: center !important;
        line-height: 10px !important;
        padding: 7px 5px !important;
    }

.auto-btn .fa-spinner {
    display: none
}

.auto-btn.loading .fa-spinner {
    display: inline
}

@keyframes rotate-s-loader {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}

.auto-btn.loading .fa-spinner:before {
    animation: rotate-s-loader .5s linear infinite;
    display: inline-block;
}

.auto-btn.loading .btn-icon {
    display: none
}

@keyframes spinner {
    to {
        transform: rotate(360deg)
    }
}

.auto-btn-general {
    background: #ceffdf;
    background: #fff;
    border-radius: 3px;
    color: #333232;
    border: 1px solid silver;
    font-weight: 500;
    display: inline-flex
}

    .auto-btn-general:hover span {
        color: #000
    }

.auto-btn:hover {
    box-shadow: 0 9px 4px -5px #0000007a;
    border: 1px solid #616161
}

.auto-btn-general i {
    font-size: 16px;
    min-width: 30px;
    text-align: center;
    line-height: 10px;
    padding: 9px 5px;
    background: #e4e4e4;
    border-radius: 2px 0 0 2px;
    border-right: 1px solid silver;
}

.auto-btn-general span {
    padding: 0 10px;
    display: inline-block
}

.auto-btn.auto-btn-general:hover i {
    color: #fff;
    background: #9a9a9a
}

.auto-btn.auto-btn-general:hover i {
    color: #fff;
    background: #616161
}


/*auto-btn-success css start*/

.auto-btn.auto-btn-success:hover span {
    color: #000
}

.auto-btn-success {
    background: #008000;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #41a983;
    font-weight: 500;
    display: inline-flex;
}

    .auto-btn-success i {
        font-size: 16px;
        min-width: 30px;
        text-align: center;
        line-height: 10px;
        padding: 9px 10px;
        color: #fff;
        background: #008000;
        border-radius: 2px 0 0 2px;
        border-right: 1px solid #41a983;
    }

    .auto-btn-success span {
        padding: 0 10px;
        display: inline-block
    }

.auto-btn.auto-btn-success:hover {
    /*border: 1px solid #389372;
    background: #fff;*/
}

    .auto-btn.auto-btn-success:hover i {
        color: #fff;
        background: #389372;
    }

    .auto-btn.auto-btn-success:hover span {
        color: white;
    }

.auto-btn-success:focus span {
    color: white !important;
}

.auto-btn-success-white {
    background: #fff;
    border-radius: 3px;
    color: #fff;
    border: green solid 1px;
    font-weight: 500;
    display: inline-flex;
}

    .auto-btn-success-white i {
        font-size: 16px;
        min-width: 30px;
        text-align: center;
        line-height: 10px;
        padding: 9px 5px;
        color: green;
        background: transparent;
        border-radius: 2px 0 0 2px;
        border-right: green;
    }

    .auto-btn-success-white span {
        padding: 0 10px;
        display: inline-block;
        color: #171717;
    }

.auto-btn.auto-btn-success-white:hover {
    border: 1px solid #048069
}

    .auto-btn.auto-btn-success-white:hover i {
        color: #fff;
        background: #017d67
    }

    .auto-btn.auto-btn-success-white:hover span {
        color: #017d67
    }


.auto-btn:active, .auto-btn:focus, .auto-btn-tab-navigation:active, .auto-btn-tab-navigation:focus {
    box-shadow: 0 7px 4px -5px #00000047;
    outline: none;
}

.auto-btn:focus {
    outline: 1px dashed #40566c;
    outline-offset: 1px
}


.auto-btn-danger {
    background: #fff;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #da1b1b;
    font-weight: 500;
    display: inline-flex;
}

    .auto-btn-danger i {
        font-size: 16px;
        min-width: 30px;
        text-align: center;
        line-height: 10px;
        padding: 9px 5px;
        color: #f00;
        border-radius: 2px 0 0 2px;
    }

    .auto-btn-danger:hover i {
        background-color: #f00
    }

    .auto-btn-danger span {
        padding: 0 5px;
        display: inline-block;
        color: #000000;
    }

.auto-btn.auto-btn-danger:hover {
    border: 1px solid #c70808
}

    .auto-btn.auto-btn-danger:hover .btn-icon-holder {
        color: #fff;
        background: #da2e2e
    }

    .auto-btn.auto-btn-danger:hover span {
        color: #c70808
    }


/*------auto-btn-new Css-------*/



.auto-btn-primary {
    background: #fff;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #1e85c9;
    font-weight: 500;
    display: inline-flex
}

    .auto-btn-primary i {
        font-size: 16px;
        min-width: 30px;
        text-align: center;
        line-height: 10px;
        padding: 9px 5px;
        color: #1e85c9;
        background: #fff;
        border-radius: 2px 0 0 2px;
        /* border-right: 1px solid #1e85c9; */
    }

    .auto-btn-primary span {
        padding: 0 10px;
        display: inline-block;
        color: #000;
    }

.auto-btn.auto-btn-primary:hover {
    border: 1px solid #1e85c9;
}

    .auto-btn.auto-btn-primary:hover .btn-icon-holder {
        color: #fff;
        background: #da2e2e
    }

    .auto-btn.auto-btn-primary:hover span {
        color: #000000;
    }

    .auto-btn.auto-btn-primary:hover i {
        background-color: #1e85c9;
    }

/*------auto-btn-new Css End-------*/

.auto-btn-warning {
    background: #fff;
    border-radius: 3px;
    color: #fff;
    border: 1px solid #ffa558;
    font-weight: 500;
    display: inline-flex;
}

    .auto-btn-warning i {
        font-size: 16px;
        min-width: 30px;
        text-align: center;
        line-height: 10px;
        padding: 9px 5px;
        color: #fff;
        background: #ffa558;
        border-radius: 2px 0 0 2px;
        border-right: 1px solid #ffa558;
    }

    .auto-btn-warning span {
        padding: 0 10px;
        display: inline-block;
        color: #171717
    }

.auto-btn.auto-btn-warning:hover {
    border: 1px solid #efa41c
}

    .auto-btn.auto-btn-warning:hover .btn-icon-holder {
        color: #fff;
        background: #efa41c
    }

    .auto-btn.auto-btn-warning:hover span {
        color: #efa41c
    }

.auto-btn:disabled, .auto-btn[disabled=disabled] {
    opacity: .5;
    cursor: not-allowed;
    pointer-events: none;
    box-shadow: none;
}

.auto-btn-tab-navigation {
    height: 30px;
    padding: 3px 10px;
    background: #ffffff;
    border-radius: 3px;
    font-size: 20px;
    color: #333232;
    border: 1px solid silver;
    font-weight: 600;
    display: inline-flex;
    cursor: pointer;
}

    .auto-btn-tab-navigation:hover {
        background: #d4d4d4;
        color: #3b3b3b !important;
    }

    .auto-btn-tab-navigation i {
        font-weight: bold;
        line-height: 20px;
        margin: 0 5px;
    }

.auto-btn.inline-btn {
    height: 25px;
    line-height: 24px;
}

    .auto-btn.inline-btn i {
        height: 23px;
        width: 25px;
        padding: 8px 0;
        line-height: 6px;
        text-align: center;
    }

.icon-btn i {
    border: none;
}

.auto-btn span {
    width: 100%;
    text-align: center;
}

.icon-btn {
    border-radius: 4px;
}

.auto-btn:hover i {
    color: white !important;
}

.button-inner-text {
    color: #0072ff;
    font-weight: 600;
    font-size: 12px;
}

.btn-modal-close {
    height: 20px;
    width: 20px;
    padding: 2px;
    text-align: center;
    background: #ffffff;
    color: red;
    border: none;
    border-radius: 30px;
}
/*AUTO-BUTTON-END*/

.datepicker table tr td.active.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active.disabled:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active:active, .datepicker table tr td.active:hover, .datepicker table tr td.active:hover.active, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active:hover:active, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active[disabled] {
    background-color: #577591
}

.ui-datepicker {
    z-index: 1051 !important;
}

.datepicker-days td {
    font-size: 13px
}

.datepicker-days th {
    color: #154775
}

.popover-title {
    color: #000
}

.popover-content {
    color: #000
}

.popover-navigation .btn-group .btn {
    margin: 0 5px
}

    .popover-navigation .btn-group .btn:nth-child(2):not(:disabled) {
        background: #37ad50 !important;
        color: #fff !important
    }

button.btn.btn-sm.btn-default {
    color: #fff !important
}

span.header-tab {
    display: inline-block;
    color: #353535 !important;
    padding: 15px 4px;
    font-size: 13px;
    cursor: pointer
}

    span.header-tab.active {
        border-bottom: 2px solid #424040
    }

    span.header-tab i {
        color: #565656
    }

.last-login-item {
    background: #e1e1e1;
    border-top: 1px solid #e0e0e0;
    padding: 5px 0 5px 16px;
    break-after: avoid;
    color: #383838;
    font-family: inherit;
    font-weight: bold;
    font-size: 11px;
    white-space: nowrap;
}

header ul.nav.navbar-nav a {
    color: #464646 !important
}

.bg-dark .nav > li > a:hover, .bg-dark .nav > li > a:focus {
    color: #fff;
    background-color: #ededed;
}

span.header-tab i {
    color: #565656;
    margin-right: 5px
}

.header-action-btn {
    padding: 10px 7px !important;
    margin: 5px;
}

    .header-action-btn:hover {
        background: 0 0 !important;
        box-shadow: 0 0 63px #00000012 inset
    }

    .header-action-btn:active, .header-action-btn:focus {
        background: #ffffff00 !important;
        box-shadow: 0 0 63px #efefef inset;
    }

.autoCompleteList {
    background-color: #fff !important;
    margin: 0;
    z-index: 100000 !important
}

.autoCompleteListItem {
    background-color: #fff !important;
    color: #000 !important;
    z-index: 100000 !important
}

.autoCompleteSelectedListItem {
    background-color: #fff !important;
    color: #000 !important;
    z-index: 100000 !important
}

.autoCompleteListpopup {
    background-color: #eee8aa !important;
    margin: 0;
    z-index: 100000 !important;
    list-style: none;
    padding: 0
}

.autoCompleteListItempopup {
    background-color: #eee8aa !important;
    color: #000 !important;
    z-index: 100000 !important;
    padding: 2px 5px
}

.autoCompleteSelectedListItempopup {
    background-color: #fff !important;
    color: #000 !important;
    z-index: 100000 !important;
    padding: 2px 5px
}

section.scrollable.wrapper.w-f {
    max-height: calc(100vh - 100px);
    overflow: auto
}

.loader-container {
    display: none !important
}

@keyframes ding {
    0% {
        transform: rotate(25deg)
    }

    12.5% {
        transform: rotate(-20deg)
    }

    25% {
        transform: rotate(15deg)
    }

    37.5% {
        transform: rotate(-20deg)
    }

    50% {
        transform: rotate(5deg)
    }

    62.5% {
        transform: rotate(-3deg)
    }

    75% {
        transform: rotate(2deg)
    }

    100% {
        transform: rotate(0)
    }
}

.toggleNotifications {
    position: relative;
    display: inline-flex;
    float: right;
    height: 50px;
    width: 48px;
    z-index: 99;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    .toggleNotifications .show:hover {
        background: #ce2c2c;
        cursor: pointer
    }

    .toggleNotifications .show {
        flex: 1;
        margin: 12px 3px;
        height: 25px;
        max-width: 25px;
        text-align: center;
        border: 1px solid #fff;
        border-radius: 50%;
        background: #c14747;
        font-size: 15px;
        transition: all .2s;
        color: #fff
    }

        .toggleNotifications .show i.fa-bell {
            line-height: 23px
        }

        .toggleNotifications .show i.fa-bell {
            line-height: 23px
        }

            .toggleNotifications .show i.fa-bell.ding {
                animation: ding 1.5s ease infinite;
                transform-origin: top center
            }

        .toggleNotifications .show i {
            line-height: 24px !important
        }

.count {
    position: absolute;
    top: 5px;
    right: 26px
}

    .count .num {
        position: absolute;
        top: -2px;
        left: 0;
        background: #4ba756;
        border-radius: 50%;
        width: 18px;
        color: #fff;
        height: 18px;
        font-weight: 700;
        text-align: center;
        line-height: 16px;
        font-size: 11px;
        box-shadow: 0 4px 3px rgba(0,0,0,.25);
        border: 1px solid rgba(255,255,255,.96);
        transition: all .3s
    }

.notifications {
    position: absolute;
    top: 46px;
    left: -3px;
    width: 300px;
    background: #fff;
    border: 1px solid #a5a5a5;
    border-top: 1px solid #b53333;
    border-radius: 7px;
    box-shadow: 0 6px 5px rgba(0,0,0,.5);
    transition: all .2s;
    z-index: 99999;
    visibility: hidden;
    opacity: 0
}

    .notifications:after {
        display: none;
        content: ' ';
        position: absolute;
        top: -15px;
        right: 22px;
        width: 0;
        height: 10px;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 7px solid #fff;
        pointer-events: none
    }

    .notifications:before {
        content: ' ';
        position: absolute;
        top: -10px;
        left: 13px;
        width: 0;
        height: 10px;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        border-bottom: 7px solid #b53333;
        pointer-events: none
    }

    .notifications .btnbar {
        position: relative;
        height: 40px;
        background: linear-gradient(#bd3737,#771818);
        box-shadow: 0 2px 4px rgba(0,0,0,.25);
        border-radius: 5px 5px 0 0 !important
    }

        .notifications .btnbar .text {
            line-height: 40px;
            padding: 0 20px;
            position: absolute;
            top: 0;
            transition: all 1s;
            font-weight: 700;
            color: #fff
        }

            .notifications .btnbar .text.empty {
                opacity: 0
            }

        .notifications .btnbar .delete {
            position: absolute;
            right: 15px;
            top: 4px;
            width: 30px;
            height: 30px;
            background: #fff;
            border-radius: 50%;
            text-align: center;
            border: 2px solid #8a8686;
            transition: all .2s
        }

            .notifications .btnbar .delete i {
                line-height: 29px;
                height: 30px;
                width: 25px;
                font-size: 17px;
                text-align: center;
                color: #d8301e
            }

                .notifications .btnbar .delete i.empty {
                    opacity: 0
                }

            .notifications .btnbar .delete:hover i.fa-trash {
                color: #fff
            }

            .notifications .btnbar .delete:hover {
                background: rgba(169,53,37,.95);
                cursor: pointer
            }

    .notifications .note {
        padding: 0 10px;
        line-height: 30px;
        border-bottom: 1px solid #eaeaea;
        transition: all .2s;
        overflow: hidden;
        color: #101010;
        font-weight: 500;
        position: relative;
        font-size: 12px;
        white-space: pre-wrap
    }

.groupofnotes .note:last-child {
    border-radius: 0 0 5px 5px
}

.notifications .btnbar .delete i.fa-undo {
    color: #fff;
    position: relative;
    top: -30px
}

.notifications .note:first-of-type {
    margin-top: 0
}

.notifications .note.read {
    color: #cdcdcd
}

.notifications .note:hover i {
    color: #fff
}

.notifications .note:hover {
    background: #46bbff;
    cursor: pointer;
    color: #fff;
    border-bottom: 1px solid #3cacec
}

.notifications .note i.material-icons {
    position: relative;
    top: -2px;
    margin-right: 5px;
    vertical-align: middle;
    color: #3a3a3a !important;
    width: 15px;
    font-size: 14px;
    height: 24px;
    width: 24px;
    background: #5190ef;
    padding: 3px 0;
    border-radius: 16px;
    text-align: center;
    border: 1px solid #fff;
    color: #fff !important
}

.notifications .note .notification-count {
    border: 1px solid #fff;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 6.5px;
    line-height: 15px;
    text-align: center;
    font-size: 11px;
    background: #f18181;
    border-radius: 10px;
    color: #fff;
    font-family: arial;
    font-weight: 300;
    padding: 0 4px
}

.note.none .notification-count {
    background: #9a149c
}

.note.Low .notification-count {
    background: #1baf3b
}

.note.medium .notification-count {
    background: #65adea
}

.note.high .notification-count {
    background: #ff8100
}

.note.urgent .notification-count {
    background: #e63131
}

#navtoggle {
    display: none
}

    #navtoggle:checked ~ .toggleNotifications .notifications {
        opacity: 1;
        visibility: visible
    }

#deletetoggle {
    display: none
}

    #deletetoggle:checked ~ .toggleNotifications .notifications .groupofnotes .note {
        max-height: 0
    }

        #deletetoggle:checked ~ .toggleNotifications .notifications .groupofnotes .note:nth-of-type(1) {
            transition-delay: .2s
        }

        #deletetoggle:checked ~ .toggleNotifications .notifications .groupofnotes .note:nth-of-type(2) {
            transition-delay: .4s
        }

        #deletetoggle:checked ~ .toggleNotifications .notifications .groupofnotes .note:nth-of-type(3) {
            transition-delay: .6s
        }

        #deletetoggle:checked ~ .toggleNotifications .notifications .groupofnotes .note:nth-of-type(4) {
            transition-delay: .8s
        }

    #deletetoggle:checked ~ .toggleNotifications .notifications .btnbar .delete {
        transition-delay: 1s;
        background: #28bf73
    }

    #deletetoggle:checked ~ .toggleNotifications .notifications .btnbar .full {
        opacity: 0
    }

    #deletetoggle:checked ~ .toggleNotifications .notifications .btnbar .empty {
        opacity: 1;
        transition-delay: 1s
    }

    #deletetoggle:checked ~ .toggleNotifications .count .num {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

        #deletetoggle:checked ~ .toggleNotifications .count .num:nth-of-type(4) {
            transition-delay: .25s
        }

        #deletetoggle:checked ~ .toggleNotifications .count .num:nth-of-type(3) {
            transition-delay: .3333333333s
        }

        #deletetoggle:checked ~ .toggleNotifications .count .num:nth-of-type(2) {
            transition-delay: .5s
        }

        #deletetoggle:checked ~ .toggleNotifications .count .num:nth-of-type(1) {
            transition-delay: 1s
        }

.note.show-all {
    text-align: center;
    background: #ececec;
    border: none;
    font-weight: 700;
    color: gray;
    text-transform: uppercase;
    font-size: 11px
}

    .note.show-all a {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%
    }

    .note.show-all .fa-external-link {
        color: transparent
    }

    .note.show-all:hover .fa-external-link {
        color: #fff
    }

/*.skiptranslate {
    display: none
}*/
div#goog-gt-tt {
    display: none !important;
}

.goog-text-highlight {
    background: transparent;
    box-shadow: none;
}

.skiptranslate.goog-te-gadget:before {
    content: "Select page language";
}

.skiptranslate.goog-te-gadget {
    height: 50px;
    overflow: hidden;
}

select.goog-te-combo:focus {
    outline: 2px solid #288af3 !important;
    outline-offset: -2px !important;
}

select.goog-te-combo {
    background: white;
    border-radius: 3px;
    width: 100%;
    border: 1px solid silver;
    padding: 3px;
}

iframe#\:1\.container {
    display: none;
}

div#google_translate_element {
    padding: 5px 10px;
}

body {
    top: 0 !important
}
/**QUICKPANEL-RIGHT**/
.quick-right-panel {
    position: fixed;
    padding-left: 4px;
    z-index: 9999;
    top: 0;
    right: -400px;
    height: 100vh;
    min-width: 400px;
    box-shadow: -2px 0 4px #00000026;
    transition: all cubic-bezier(0.5, 0.4, 0.52, 0.63) .2s !important;
    padding-right: 30px;
    max-width: 280px;
}

    .quick-right-panel.open {
        right: -30px;
        opacity: 1;
        padding-left: 0;
    }

    .quick-right-panel h4 {
        color: #393939;
        font-size: 20px;
        padding: 10px;
        border-bottom: 1px solid;
        margin: 0;
        background: white;
    }

    .quick-right-panel .quick-controls .back-button {
        margin: 5px 0 5px 5px;
        height: 30px;
        padding: 5px;
        width: 30px;
        text-align: center;
        line-height: 41px;
        border: 1px solid #3a7cbd;
        display: inline-block;
        color: #3a8ee0;
        font-size: 18px;
        float: right;
    }

        .quick-right-panel .quick-controls .back-button:hover {
            background: #4f6a84;
            color: White !important;
        }

.quick-controls {
    /* display: flex; */
    text-align: left;
    width: 100%;
}

.quick-right-panel .quick-controls {
    /* margin: 6px 0; */
    padding: 0 6px;
    display: inline-block;
    background: white;
}

    .quick-right-panel .quick-controls .quickest-link {
        font-size: 14px;
        text-transform: uppercase;
        color: #393939;
        padding: 0;
        margin: 0;
        display: inline-table;
        padding: 10px 4px;
        float: left;
    }

.quick-right-panel .quick-list-container {
    height: calc(100vh - 83px);
    background: rgb(255 255 255);
    background-repeat: no-repeat;
    background-size: cover;
    clear: both;
    overflow: hidden;
}

.quick-right-panel .quick-link-list {
    overflow: auto;
}

    .quick-right-panel .quick-link-list ul {
        list-style: none;
        padding: 0;
    }

        .quick-right-panel .quick-link-list ul li a {
            max-width: 100%;
            font-size: 13px;
            padding: 8px 10px;
            display: block;
            /* background: #545454; */
            transition: all ease-in-out .2s;
            color: #256baf;
        }

            .quick-right-panel .quick-link-list ul li a:hover {
                background: #4f6a84;
                color: white !important;
            }

        .quick-right-panel .quick-link-list ul li {
            /* margin: 0 0 0 10px; */
            border-bottom: 1px solid #0000001f;
        }

.quick-right-panel .quick-panel-handle {
    content: "";
    right: 25px;
    top: 7px;
    height: 30px;
    width: 15px;
    position: absolute;
    color: #3895b1;
    border-radius: 50px 0 0 50px;
}

    .quick-right-panel .quick-panel-handle .fa {
        transform: rotate(0deg);
        transition: all cubic-bezier(0.49, 1.84, 0.6, 0.81) .8s;
    }

.quick-right-panel.open .quick-panel-handle .fa {
    transform: rotate(180deg);
    transition: all cubic-bezier(0.49, 1.84, 0.6, 0.81) .8s;
}

.quick-right-panel .quick-panel-handle {
    right: 0;
}

.quick-right-panel.open .quick-panel-handle {
    right: 42px;
}

.quick-right-panel .quick-panel-handle:hover {
    color: #064f63;
}

.quick-right-panel .quick-panel-handle .fa {
    line-height: 30px;
    padding: 0 4px;
    font-size: 20px;
}

.quick-right-panel .quick-right-panel-handle {
    cursor: pointer !important;
    top: 189px;
    left: -33px;
    width: 36px;
    position: absolute;
    font-size: 16px;
    transform: rotate( -90deg );
    color: #ffffff;
    background: #ce4040;
    padding: 7px 10px;
    border-radius: 5px 5px 0 0;
    opacity: 1;
    border-bottom: 1px solid #ce4040;
    box-shadow: 0 -2px 3px #0000002e, 0 -2px 0px #0000002b;
    z-index: -1;
    display: none;
}

    .quick-right-panel .quick-right-panel-handle.pending-jobs {
        cursor: pointer !important;
        top: 230px;
        left: -32px;
        position: absolute;
        font-size: 15px;
        transform: rotate( -90deg );
        color: #ffffff;
        background: #ffad50;
        padding: 7px 10px;
        border-radius: 5px 5px 0 0;
        opacity: 1;
        border-bottom: 1px solid #ffad50;
        z-index: -1;
        display: none;
    }

    .quick-right-panel .quick-right-panel-handle:hover {
        background: #4090bd;
        color: aliceblue;
    }

.quick-right-panel.open .quick-right-panel-handle {
    box-shadow: none;
    cursor: default;
}

.quick-right-panel.active.open.recents .pending-job-content, .quick-right-panel.active.open.recents .pending-jobs.quick-right-panel-handle {
    display: none;
}

.quick-right-panel.active.open.pending-jobs .recent-content, .quick-right-panel.active.open.pending-jobs .recents.quick-right-panel-handle {
    display: none;
}
/*QUICKLINK-HINT*/
.quickpanel-hint {
    position: fixed;
    height: 135px;
    width: 172px;
    top: 10%;
    right: 0;
    background: white;
    border-radius: 4px 0 0 4px;
    box-shadow: -2px 0 4px #0000007d;
    display: none;
}

    .quickpanel-hint .dashboard-emoji {
    }

        .quickpanel-hint .dashboard-emoji img {
            object-fit: cover;
            width: 100%;
            padding: 5px;
        }

    .quickpanel-hint h5 {
        text-align: center;
        border-bottom: 1px solid #e6e6e6;
        padding-bottom: 3px;
        margin-bottom: 5px;
    }

        .quickpanel-hint h5 i {
            position: absolute;
            left: 5px;
            font-size: 9px;
            padding: 2px 5px;
            background: #ffd300;
            border-radius: 10px;
            color: #575757;
        }

    .quickpanel-hint .quickpanel-emoji {
        position: absolute;
        top: 40.5px;
        right: 25px;
        width: 28.1px;
        overflow: hidden;
    }

        .quickpanel-hint .quickpanel-emoji img {
            position: relative;
            padding: 0;
            left: 26.5px;
            animation-name: quickpanel-animate;
            animation-duration: 2s;
            animation-delay: 2s;
            animation-fill-mode: forwards;
        }

.screen {
    height: 76px;
    width: 122px;
    position: absolute;
    top: 40px;
    left: 25px;
    overflow: hidden;
}

.cursor-icon {
    height: 15px;
    width: 10px;
    position: absolute;
    top: 59px;
    left: 0;
    animation-name: cursor-animate;
    animation-fill-mode: forwards;
    animation-duration: 4s;
}

    .cursor-icon img {
        width: 10px !important;
        height: 15px;
        padding: 0 !important;
        position: relative;
        top: -3px;
    }

@keyframes cursor-animate {
    0% {
        left: 0px;
        top: 60px;
    }

    50% {
        left: 121px;
        top: 35px;
    }

    80% {
        left: 112px;
        top: 32px;
    }

    90% {
        left: 112px;
        top: 33px;
    }

    100% {
        left: 112px;
        top: 34px;
    }
}

@keyframes quickpanel-animate {
    0% {
        left: 26.5px;
    }

    100% {
        left: 0px;
    }
}

.quick-right-panel h6 {
    font-size: 14px;
    padding: 10px 0 12px 10px;
    font-weight: 600;
    color: #4f6a84;
    margin-bottom: 0;
}

/**TABLE-ROWS-ANNOTATION**/
.table-scroll-annotation {
    position: fixed;
    right: 20px;
    top: calc(50% + 80px);
    background: #313131eb;
    color: #ffffff;
    border-radius: 5px;
    box-shadow: 0 2px 4px #000000bf;
    z-index: 3;
}

    .table-scroll-annotation .annotation-top, .table-scroll-annotation .annotation-bottom {
        text-align: left;
        padding: 3px 7px;
        font-weight: 500;
        cursor: pointer;
        font-size: 11px;
    }

.annotation-top:hover {
    background: #3895b1;
    border-radius: 5px 5px 0 0;
}

.annotation-bottom:hover {
    background: #3895b1;
    border-radius: 0 0 5px 5px;
}

.table-scroll-annotation .annotation-top .fa, .table-scroll-annotation .annotation-bottom .fa {
    float: right;
    line-height: 16px;
}

.table-scroll-annotation .annotation-top {
    border-bottom: 1px solid #ffffff94;
}

    .table-scroll-annotation .annotation-top span, .table-scroll-annotation .annotation-bottom span {
        padding-right: 5px;
        margin-right: 5px;
    }

.table-scroll-annotation:after {
    /* content: ""; */
    position: absolute;
    right: -5px;
    border-left: 5px solid #292929e8;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    top: 11px;
}

.overlay-screen {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 999;
    display: none;
}

    .overlay-screen.blur {
        backdrop-filter: blur(24px);
    }

    .overlay-screen.active {
        display: block;
    }

    .overlay-screen.light {
        background: #ffffff8a;
    }

    .overlay-screen.dark {
        background: #0000008a;
    }

/*PENDING-JOBS*/
ul#JobListList {
    height: calc(100vh - 113px);
    overflow: auto;
    background: #e5e5e5;
}

    ul#JobListList li {
        cursor: pointer;
        margin: 10px 10px 15px 10px;
        background: #ffffff;
        border: none !important;
        position: relative;
        transition: all cubic-bezier(0.51, 1.27, 0.58, 1) .5s;
        box-shadow: 0 2px 4px -1px #00000052;
        border-radius: 5px;
        overflow: hidden;
    }

jobheader timer {
    font-size: 14px;
    font-weight: 600;
    color: #47c499;
    height: 26px;
    padding: 3px 0;
    width: 100%;
}

jobheader {
    display: flex;
    padding: 0 10px;
}

    jobheader date {
        font-size: 13px;
        color: #777777;
        font-weight: 500;
        width: 100%;
        text-align: right;
        padding-top: 3px;
        display: block;
    }

jobcard h4 {
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    height: 30px;
    font-size: 16px !important;
    display: flex;
}

    jobcard h4 * {
        font-size: 14px;
        display: block;
        vertical-align: middle;
        line-height: 30px;
        width: 100%;
        font-weight: bold;
        border-top: 1px dashed silver;
    }

    jobcard h4 span:last-child {
        text-align: right;
        min-width: 135px;
    }

jobcard h6 {
    margin: 0;
    line-height: 20px;
    text-align: left;
    padding: 5px 0 !important;
    color: #676767 !important;
}

jobcard .extra-details {
    display: grid;
    padding: 0;
    color: #828282;
    padding-bottom: 15px;
    overflow: hidden;
    transition: all ease-in-out .2s;
}

.job-card.active .extra-details {
    display: grid;
    color: #828282;
    max-height: 100px;
    padding-bottom: 10px;
}

.job-card controls {
    display: flex;
    border-top: 1px solid #dadada;
}

    .job-card controls .job-card-btn {
        display: block;
        width: 100%;
        text-align: center;
        color: white !important;
        font-size: 14px !important;
        width: 100px;
    }

a.job-card-btn.start-btn {
    background: #29ad80;
}

a.job-card-btn.stop-btn {
    background: #f14545;
    cursor: pointer;
}

    a.job-card-btn.stop-btn:hover {
        background: #c03939 !important;
    }

a.job-card-btn.start-btn:hover {
    background: #38a37f !important;
}

.quick-right-panel .quick-link-list ul li a.job-card-btn:hover {
    background: #4f8cc6;
    color: white !important;
}

jobcard {
    display: block;
    padding: 0 10px;
}

jobheader timer span i {
    padding: 0 3px;
    font-style: normal;
}

input#search-job-list {
    width: 100%;
    border: none;
    padding: 5px 10px;
    border-top: 1px solid silver;
    border-bottom: 1px solid silver;
    background: transparent;
    z-index: 1;
    position: relative;
}

.search-job-container {
    position: relative;
}

    .search-job-container i {
        position: absolute;
        top: 0;
        right: 0;
        z-index: 0;
        padding: 8px 10px;
    }

input#search-job-list:focus {
    background: #fffaa13b;
    outline: none;
    border: 1px solid #3a8ee0 !important;
}

.job-card controls input:focus {
    background: #fffaa13b;
    outline: none;
    border: 1px solid #3a8ee0 !important;
    border-radius: 0 0 0 5px;
}

timepicker {
    display: flex;
}

a.set-time {
    width: 50px;
    padding: 5px;
    display: block;
    background: #33a5fd;
    color: white !important;
    text-align: center;
}

timepicker input {
    width: 100%;
    border: none;
    padding: 5px;
}

    timepicker input:focus {
        background: #fffddc;
        outline: none;
    }

timepicker {
    height: 0;
    transition: all ease-in-out .3s;
    overflow: hidden;
}

    timepicker.open {
        height: 30px;
    }

.animate-blink {
    animation: blink 1s cubic-bezier(0.54, 1.87, 1, 1) infinite;
}

@keyframes blink {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.job-card controls input {
    border: none;
    outline: none;
    width: 100%;
    padding: 5px 10px;
}

.job-card.started controls .job-card-btn.stop-btn, .job-card controls .job-card-btn.start-btn {
    display: block;
}

.job-card controls .job-card-btn.stop-btn, .job-card.started controls .job-card-btn.start-btn {
    display: none;
}

ul#JobListList li.slide-right {
    right: 0;
}

ul#JobListList li.slide-left {
    left: 0;
}

ul#JobListList li.slide-right.slide-out {
    right: -500px;
    -webkit-animation: hideout 1s forwards;
    animation: hideout 1s forwards;
    transition: all ease-in-out .3s;
}

ul#JobListList li.slide-left.slide-out {
    left: -500px;
    -webkit-animation: hideout 1s forwards;
    animation: hideout 1s forwards;
    transition: all ease-in-out .3s;
}

@-webkit-keyframes hideout {
    0% {
        opacity: 1;
    }

    70% {
        opacity: 0;
    }

    99% {
        opacity: 0;
        overflow: hidden;
        height: 0;
    }

    100% {
        opacity: 0;
        display: none;
        position: absolute;
    }
}

@keyframes hideout {
    0% {
        opacity: 1;
    }

    70% {
        opacity: 0;
    }

    99% {
        opacity: 0;
        overflow: hidden;
        height: 0;
    }

    100% {
        opacity: 0;
        display: none;
        position: absolute;
    }
}

.job-card.done controls {
    display: none;
}

.job-card.done {
    background: #eaffed;
}

.quick-right-panel.active.open.pending-jobs .quick-right-panel-handle, .quick-right-panel.active.open.recents .quick-right-panel-handle {
    display: none;
}

span#TotalPendingJobs {
    background: #29ad80;
    display: inline-block;
    width: 25px;
    height: 25px;
    position: absolute;
    left: 140px;
    color: white;
    font-size: 15px;
    border-radius: 20px;
    padding: 4px;
    font-weight: bold;
    text-align: center;
}

li.empty-jobs {
    background: transparent !important;
    box-shadow: none !important;
    color: #656565;
    text-align: center;
    margin: 100px 0 !important;
    display: block !important;
}

li.loading-jobs {
    background: transparent !important;
    box-shadow: none !important;
    color: grey;
    text-align: center;
    margin: 100px 0 !important;
    display: block !important;
}
/*SLIDING-TOGGLE-BUTTON*/
/*SLIDING-TOGGLE*/
.sliding-toggle-75 {
    display: flex;
    height: 30px;
    background: #f3f3f3;
    border-radius: 5px;
    border: 2px solid #3d8e65;
    position: relative;
    width: fit-content;
    margin: auto;
}

    .sliding-toggle-75 label {
        /* font-family:poppins; */
        font-weight: 500;
        width: 75px;
        position: relative;
        font-size: 13px;
        border-radius: 4px;
        text-align: center;
        line-height: 26px;
        color: #595959;
        font-weight: 200;
        margin: 0;
        position: relative;
        z-index: 1;
        transition: all cubic-bezier(0, 1.29, 0, 0.9) .1s;
        transition-delay: .1s;
        cursor: pointer !important;
    }

    .sliding-toggle-75 input {
        display: none;
    }

    .sliding-toggle-75 *::-moz-selection {
        background: #98989800 !important;
    }

    .sliding-toggle-75 *::selection {
        background: #98989800 !important;
    }

    .sliding-toggle-75 label i {
        padding: 0 2px;
        color: #7c7c7c;
        transition: all cubic-bezier(0, 1.29, 0, 0.9) .2s;
        transition-delay: .1s;
    }

.sliding-knob-75 {
    position: absolute;
    height: calc(100% - 2px);
    width: 75px;
    left: 1px;
    top: 1px;
    background: #3d8e65;
    z-index: 0;
    border-radius: 3px;
    transition: all ease-in-out .3s;
}

.sliding-toggle-option.danger.active ~ .sliding-knob-75 {
    background: #df3b3b;
}

.sliding-toggle-option.success.active ~ .sliding-knob-75 {
    background: #4da161;
}

.sliding-toggle-75 .sliding-toggle-option {
    cursor: pointer;
    display: inline-flex;
}

    .sliding-toggle-75 .sliding-toggle-option.active i {
        color: white !important;
    }

    .sliding-toggle-75 .sliding-toggle-option.active label {
        color: white !important;
        font-weight: 500;
    }

.sliding-toggle-option:nth-child(2).active ~ .sliding-knob-75 {
    left: 75px;
}

.sliding-toggle-option:nth-child(3).active ~ .sliding-knob-75 {
    left: calc(75px + 75px);
}

.sliding-toggle-option:nth-child(4).active ~ .sliding-knob-75 {
    left: calc(75px + 75px + 75px);
}

.sliding-toggle-option:nth-child(5).active ~ .sliding-knob-75 {
    left: calc(75px + 75px + 75px + 75px);
}

.sliding-toggle-option:nth-child(6).active ~ .sliding-knob-75 {
    left: calc(78px + 75px + 75px + 75px + 75px);
}

.sliding-toggle-option:nth-last-child(2).active + .sliding-knob-75 {
    left: calc(100% - 76px);
}

.sliding-toggle-option:nth-child(1).active ~ .sliding-knob-75 {
    left: 1px;
}

.sliding-toggle-option:hover ~ .sliding-knob-75 {
    width: 80px;
    transition: ease-in-out .3s;
}



.sliding-toggle-option:hover ~ .sliding-toggle-option:nth-child(2).active ~ .sliding-knob-75 {
    width: 80px;
    left: 70px;
}

.sliding-toggle-option:hover ~ .sliding-toggle-option:nth-child(3).active ~ .sliding-knob-75 {
    width: 80px;
    left: calc(75px + 70px);
}

.sliding-toggle-option:hover ~ .sliding-toggle-option:nth-child(4).active ~ .sliding-knob-75 {
    width: 80px;
    left: calc(75px + 75px + 70px);
}

.sliding-toggle-option:hover ~ .sliding-toggle-option:nth-child(5).active ~ .sliding-knob-75 {
    width: 80px;
    left: calc(75px + 75px + 75px + 70px);
}

.sliding-toggle-option:hover ~ .sliding-toggle-option:nth-child(6).active ~ .sliding-knob-75 {
    width: 80px;
    left: calc(78px + 75px + 75px + 75px + 70px);
}

.sliding-toggle-option:hover ~ .sliding-toggle-option:nth-last-child(2).active + .sliding-knob-75 {
    left: calc(100% - 81px);
}

.sliding-toggle-option:nth-last-child(2).active:hover + .sliding-knob-75 {
    width: 80px;
    left: calc(100% - 81px);
}

.sliding-toggle-option:active ~ .sliding-knob-75 {
    width: 85px;
    transition: cubic-bezier(1, 0.36, 0.1, 4.08) .3s !important;
}

.sliding-toggle-option:active ~ .sliding-toggle-option:nth-child(2).active ~ .sliding-knob-75 {
    width: 85px;
    left: 70px;
}

.sliding-toggle-option:active ~ .sliding-toggle-option:nth-child(3).active ~ .sliding-knob-75 {
    width: 85px;
    left: calc(75px + 70px);
}

.sliding-toggle-option:active ~ .sliding-toggle-option:nth-child(4).active ~ .sliding-knob-75 {
    width: 85px;
    left: calc(75px + 75px + 70px);
}

.sliding-toggle-option:active ~ .sliding-toggle-option:nth-child(5).active ~ .sliding-knob-75 {
    width: 85px;
    left: calc(75px + 75px + 75px + 70px);
}

.sliding-toggle-option:active ~ .sliding-toggle-option:nth-child(6).active ~ .sliding-knob-75 {
    width: 85px;
    left: calc(78px + 75px + 75px + 75px + 70px);
}

.sliding-toggle-option:active ~ .sliding-toggle-option:nth-last-child(2).active + .sliding-knob-75 {
    left: calc(100% - 86px);
}

.sliding-toggle-option:nth-last-child(2).active:active + .sliding-knob-75 {
    width: 85px;
    left: calc(100% - 86px);
}


.text-center {
    text-align: center;
}

.workshop-graph.workshop-highlights.active {
    display: block;
}

.showroom-graph.showroom-highlights {
    /* background: url(https://image.freepik.com/free-photo/muscular-car-service-worker-repairing-vehicle_146671-19604.jpg); */
    padding: 0px 10px 0;
    background-size: cover;
    margin-top: -15px;
    background-position: center;
    margin-bottom: 30px;
    display: none;
}

    .showroom-graph.showroom-highlights.active {
        display: block;
    }

.workshop-graph.workshop-highlights {
    /* background: url(https://image.freepik.com/free-photo/muscular-car-service-worker-repairing-vehicle_146671-19604.jpg); */
    padding: 0px 10px 0;
    background-size: cover;
    margin-top: -15px;
    background-position: center;
    margin-bottom: 30px;
    display: none;
}

/*TABS*/
/* Component Needs */
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700);
@import url(https://fonts.googleapis.com/css?family=Raleway:100,400,700);

.pc-tab > input,
.pc-tab section div[class^="tab"] {
    display: none;
}

#tabinput1:checked ~ section .tab1,
#tabinput2:checked ~ section .tab2,
#tabinput3:checked ~ section .tab3,
#tabinput4:checked ~ section .tab4,
#tabinput5:checked ~ section .tab5,
#tabinput6:checked ~ section .tab6,
#tabinput7:checked ~ section .tab7,
#tabinput8:checked ~ section .tab8,
#tabinput9:checked ~ section .tab9,
#tabinput10:checked ~ section .tab10,
#tabinput11:checked ~ section .tab11,
#tabinput12:checked ~ section .tab12,
#tabinput13:checked ~ section .tab13,
#tabinput14:checked ~ section .tab14,
#tabinput15:checked ~ section .tab15 {
    display: block;
}

#tab-input1:checked ~ section .tab1,
#tab-input2:checked ~ section .tab2,
#tab-input3:checked ~ section .tab3,
#tab-input4:checked ~ section .tab4,
#tab-input5:checked ~ section .tab5,
#tab-input6:checked ~ section .tab6,
#tab-input7:checked ~ section .tab7,
#tab-input8:checked ~ section .tab8,
#tab-input9:checked ~ section .tab9,
#tab-input10:checked ~ section .tab10,
#tab-input11:checked ~ section .tab11,
#tab-input12:checked ~ section .tab12,
#tab-input13:checked ~ section .tab13,
#tab-input14:checked ~ section .tab14,
#tab-input15:checked ~ section .tab15 {
    display: block;
}

#tab-input1:checked ~ nav .tab1,
#tab-input2:checked ~ nav .tab2,
#tab-input3:checked ~ nav .tab3,
#tab-input4:checked ~ nav .tab4,
#tab-input5:checked ~ nav .tab5,
#tab-input6:checked ~ nav .tab6,
#tab-input7:checked ~ nav .tab7,
#tab-input8:checked ~ nav .tab8,
#tab-input9:checked ~ nav .tab9,
#tab-input10:checked ~ nav .tab10,
#tab-input11:checked ~ nav .tab11,
#tab-input12:checked ~ nav .tab12,
#tab-input13:checked ~ nav .tab13,
#tab-input14:checked ~ nav .tab14,
#tab-input15:checked ~ nav .tab15 {
    color: red;
}

#tabinput1:checked ~ nav .tab1,
#tabinput2:checked ~ nav .tab2,
#tabinput3:checked ~ nav .tab3,
#tabinput4:checked ~ nav .tab4,
#tabinput5:checked ~ nav .tab5,
#tabinput6:checked ~ nav .tab6,
#tabinput7:checked ~ nav .tab7,
#tabinput8:checked ~ nav .tab8,
#tabinput9:checked ~ nav .tab9,
#tabinput10:checked ~ nav .tab10,
#tabinput11:checked ~ nav .tab11,
#tabinput12:checked ~ nav .tab12,
#tabinput13:checked ~ nav .tab13,
#tabinput14:checked ~ nav .tab14,
#tabinput15:checked ~ nav .tab15 {
    color: red;
}
/*Hides left border of every new line's first counter*/
.pc-tab .card-container:before {
    position: absolute;
    height: 100%;
    width: 5px;
    left: -2px;
    background: white;
    content: "";
    z-index: 99;
}
/* Visual Styles */

.pc-tab {
    width: 100%;
    /* margin: 0 10px 10px 10px; */
    background: #ffffff;
    /* box-shadow: 0 0px 6px #00000070; */
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    top: 20px;
}

    .pc-tab ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .pc-tab ul li {
            border-bottom: 1px solid #efefef;
            display: inline-block;
            float: left;
        }
            /*
.pc-tab ul li label {
    cursor: pointer;
    float: left;
    padding: 10px 25px;
    border-bottom: 0;
    color: #6e6e6e;
    margin: 0;
    font-weight: 600;
}*/
            .pc-tab ul li label {
                cursor: pointer;
                float: left;
                padding: 10px 10px;
                border-bottom: 0;
                color: #6e6e6e;
                margin: 0;
                font-size: 13px;
                font-weight: 600;
            }

                .pc-tab ul li label:hover {
                    background: #efefef;
                }

                .pc-tab ul li label:active {
                    background: #ffffff;
                }

            .pc-tab ul li:not(:last-child) label {
                border-right-width: 0;
            }

    .pc-tab section {
        clear: both;
        border-top: 1px solid #d8d8d8;
    }

        .pc-tab section > div {
            width: 100%;
            background: #fff;
            line-height: 1.5em;
            letter-spacing: 0.3px;
            color: #444;
        }

        .pc-tab section div h2 {
            margin: 0;
            letter-spacing: 1px;
            color: #34495e;
        }

#tab-input1:checked ~ nav .tab1 label,
#tab-input2:checked ~ nav .tab2 label,
#tab-input3:checked ~ nav .tab3 label,
#tab-input4:checked ~ nav .tab4 label,
#tab-input5:checked ~ nav .tab5 label,
#tab-input6:checked ~ nav .tab6 label,
#tab-input7:checked ~ nav .tab7 label,
#tab-input8:checked ~ nav .tab8 label,
#tab-input9:checked ~ nav .tab9 label,
#tab-input10:checked ~ nav .tab10 label,
#tab-input11:checked ~ nav .tab11 label,
#tab-input12:checked ~ nav .tab12 label,
#tab-input13:checked ~ nav .tab13 label,
#tab-input14:checked ~ nav .tab14 label,
#tab-input15:checked ~ nav .tab15 label {
    background: white;
    color: #108bff;
    position: relative;
}

#tabinput1:checked ~ nav .tab1 label,
#tabinput2:checked ~ nav .tab2 label,
#tabinput3:checked ~ nav .tab3 label,
#tabinput4:checked ~ nav .tab4 label,
#tabinput5:checked ~ nav .tab5 label,
#tabinput6:checked ~ nav .tab6 label,
#tabinput7:checked ~ nav .tab7 label,
#tabinput8:checked ~ nav .tab8 label,
#tabinput9:checked ~ nav .tab9 label,
#tabinput10:checked ~ nav .tab10 label,
#tabinput11:checked ~ nav .tab11 label,
#tabinput12:checked ~ nav .tab12 label,
#tabinput13:checked ~ nav .tab13 label,
#tabinput14:checked ~ nav .tab14 label,
#tabinput15:checked ~ nav .tab15 label {
    background: white;
    color: #108bff;
    position: relative;
}

#tab-input1:checked ~ nav .tab1 label:after,
#tab-input2:checked ~ nav .tab2 label:after,
#tab-input3:checked ~ nav .tab3 label:after,
#tab-input4:checked ~ nav .tab4 label:after,
#tab-input5:checked ~ nav .tab5 label:after,
#tab-input6:checked ~ nav .tab6 label:after,
#tab-input7:checked ~ nav .tab7 label:after,
#tab-input8:checked ~ nav .tab8 label:after,
#tab-input9:checked ~ nav .tab9 label:after,
#tab-input10:checked ~ nav .tab10 label:after,
#tab-input11:checked ~ nav .tab11 label:after,
#tab-input12:checked ~ nav .tab12 label:after,
#tab-input13:checked ~ nav .tab13 label:after,
#tab-input14:checked ~ nav .tab14 label:after,
#tab-input15:checked ~ nav .tab15 label:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #108bff;
    left: 0;
    bottom: -1px;
}

#tabinput1:checked ~ nav .tab1 label:after,
#tabinput2:checked ~ nav .tab2 label:after,
#tabinput3:checked ~ nav .tab3 label:after,
#tabinput4:checked ~ nav .tab4 label:after,
#tabinput5:checked ~ nav .tab5 label:after,
#tabinput6:checked ~ nav .tab6 label:after,
#tabinput7:checked ~ nav .tab7 label:after,
#tabinput8:checked ~ nav .tab8 label:after,
#tabinput9:checked ~ nav .tab9 label:after,
#tabinput10:checked ~ nav .tab10 label:after,
#tabinput11:checked ~ nav .tab11 label:after,
#tabinput12:checked ~ nav .tab12 label:after,
#tabinput13:checked ~ nav .tab13 label:after,
#tabinput14:checked ~ nav .tab14 label:after,
#tabinput15:checked ~ nav .tab15 label:after {
    content: "";
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: #108bff;
    left: 0;
    bottom: -1px;
}

.pc-tab section div[class^="tab"].loading:before {
    content: "";
    font-size: 20px;
    width: 18px;
    border: 2px solid #108dff;
    border-radius: 20px;
    border-top: 2px solid transparent;
    border-bottom: 2px solid transparent;
    display: inline-block;
    height: 18px;
    text-align: center;
    animation-name: spin;
    animation-duration: .6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    margin: 5px auto 5px !important;
    display: block;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.card-container {
    padding-right: 150px;
    display: flex;
    flex-flow: row wrap;
    /* justify-content: space-around; */
    padding: 0;
    padding-right: 150px;
    margin: 0;
    list-style: none;
    text-align: center;
    max-height: 150px;
    transition: all ease-in-out .3s;
}

.heighlight-card {
    text-align: center;
    padding: 5px;
    width: 170px;
    min-width: 120px;
    height: 120px;
    margin-top: 10px;
    background: white;
    font-weight: bold;
    font-size: 3em;
    float: left;
    text-align: center;
    position: relative;
    margin: 10px;
    z-index: 2;
}

    .heighlight-card:after {
        content: "";
        height: 75px;
        top: 23px;
        left: -11px;
        position: absolute;
        width: 1px;
        border: 1px dashed #bababa;
    }
    /*.heighlight-card:last-child:after{
    display:none;
}*/
    .heighlight-card a:after, .btnSeeVehicleJourney:after {
        content: "";
        width: 0;
        height: 1px;
        background: #0077e6;
        bottom: 0;
        left: 0;
        position: absolute;
        transition: all ease-in-out .3s;
    }

    .heighlight-card a:hover:after, .btnSeeVehicleJourney:hover:after {
        width: 100%;
    }

    .heighlight-card:first-child:after {
        display: none;
    }

    .heighlight-card h1 {
        display: block;
        color: #7d7d7d;
        font-weight: 500;
        font-size: 40px;
        margin: 0;
        padding: 0;
        text-align: center;
        float: none;
        position: relative;
        top: -5px;
    }

    .heighlight-card span {
        display: inline-block;
        color: #4d4d4d;
        font-size: 13px;
        font-weight: 600;
        margin: 10px 0 0;
        display: block;
        text-transform: capitalize;
    }

    .heighlight-card a, .btnSeeVehicleJourney {
        cursor: pointer;
        color: #0889ff;
        width: auto;
        display: inline-block;
        font-size: 12px;
        background: transparent;
        border: none;
        bottom: 0;
        position: relative;
    }

        .heighlight-card a:hover, .btnSeeVehicleJourney:hover {
            color: #0077e6 !important;
            border-radius: 0;
        }

    .heighlight-card:not(:last-child) h1:before {
        content: "More";
        position: absolute;
        right: -165px;
        width: 150px;
        height: 75px;
        color: #ababab;
        z-index: -1;
        padding: 10px;
        font-size: 13px;
        font-weight: 600;
        vertical-align: middle;
        top: 23px;
        line-height: 81px;
        background: url(../images/three-dots.png);
        background-size: 20px;
        background-repeat: no-repeat;
        background-position: 64px 16px;
        border-left: 1px dashed #bababa;
        opacity: 1;
        transition: all ease-in-out .1s;
    }

    .heighlight-card:not(:last-child) h1:after {
        content: attr(data-more);
        right: -110px;
        top: 23px;
        position: absolute;
        font-size: 11px;
        font-weight: bold;
        height: 15px;
        padding: 2px 4px;
        background: #0889ff;
        border-radius: 10px;
        line-height: 12px;
        color: white;
        opacity: 1;
        transition: all ease-in-out .1s;
    }

.card-container:hover {
    max-height: 400px;
    padding-right: 0;
}

    .card-container:hover h1:after, .card-container:hover h1:before {
        opacity: 0;
    }
/*ANCHOR-BUTTON*/
.anchor-btn {
    font-weight: 600;
    padding: 5px 10px;
    display: block;
    background: #f3f3f3;
    color: #828282;
    white-space: nowrap;
    border-radius: 4px;
    /* font-weight: 400; */
    /* border: 2px solid #d4d4d4; */
    text-align: center;
    cursor: pointer;
    transition: all ease-in-out .1s;
}

    .anchor-btn.warning {
        background: #ffb000;
        /* border-color: #ffb000; */
        color: white;
        font-weight: bold;
    }

    .anchor-btn.primary {
        background: #0396eb;
        border-color: #0396eb;
        color: white;
        font-weight: bold;
    }

    .anchor-btn.success {
        background: #37a96f;
        border-color: #37a96f;
        color: white;
        font-weight: bold;
    }

.dashboard-table {
    background: white;
    border-radius: 5px;
    overflow: auto;
    max-height: calc(100vh - 450px);
}

.table-style-vibrant th {
    color: #575757;
}

.table-style-vibrant th, .table-style-vibrant td {
    border: 1px solid #bfbfbf;
}

.table-style-vibrant th {
    background: #ededed;
    border: 1px solid #d9d9d9;
    font-weight: 600;
    white-space: nowrap;
}

table.table.table-style-vibrant {
    padding: 0;
    margin: 0;
}

.anchor-btn.warning:hover {
    box-shadow: 0 0px 10px #ffffff inset, 0 8px 5px -5px #0000008c;
    color: white !important;
}

/*TREE-VIEW*/
.whatsnew-main-heaning {
    padding: 15px 20px;
    font-size: 20px;
    font-weight: 300;
    color: #0d71ff;
    /* border-bottom: 1px solid; */
    width: 100%;
    position: fixed;
    background: #ededede3;
    top: 0;
    backdrop-filter: blur(16px);
}

.md-skin .wrapper-content {
    padding: 0px;
}

.help-index {
    border-right: 1px solid #eaeaea;
    padding: 20px !important;
    padding-bottom: 0 !important;
}

.menu-tree-view {
    margin-top: 15px;
    overflow-y: auto;
    height: calc(100vh - 206px);
    padding-right: 10px;
}

.help-content {
    background: #ffffff;
    overflow: auto;
    padding-top: 57px !important;
}

.whatsnew-release-info {
    color: white !important;
    font-weight: bold;
    display: inline-block;
    margin: 0;
    padding: 0 10px;
    background: #0d71ff;
    border-radius: 9px;
}

.tab-section {
    /* display: none; */
    padding: 20px;
    background: white;
    /* max-width: 850px; */
}

.whatsnew-image-container {
    padding-bottom: 20px;
    min-width: 400px;
}

section.tab-section img {
    width: 100%;
    border: 1px solid gainsboro;
    object-fit: contain;
    height: 100%;
    object-position: center;
    background-color: #ededed;
    max-width: 92%;
    max-height: 500px;
    border-radius: 10px;
}

.help-document-container {
    overflow: auto !important;
    max-height: calc(100vh - 161px);
}

.menu-tree-view {
    margin-top: 15px;
    overflow-y: auto;
    height: calc(100% - 70px);
    padding-right: 10px;
}

    .menu-tree-view .menu-tree-list li > input:checked + ul {
        max-height: inherit;
    }

    .menu-tree-view .menu-tree-list li > ul {
        display: inline-block;
        max-height: 0;
        overflow: hidden;
        transition: all ease-in-out .2s;
    }

    .menu-tree-view .menu-tree-list li > input:checked + ul {
        max-height: inherit;
    }

    .menu-tree-view .menu-tree-list li > ul {
        display: inline-block;
        max-height: 0;
        overflow: hidden;
        border-left: 1px dashed silver;
        padding-left: 29px;
        margin-left: -16px;
        display: list-item;
        list-style: none;
        transition: all ease-in-out .2s;
    }

    .menu-tree-view ul {
        list-style: none;
        paddng-left: 25px;
    }

    .menu-tree-view .menu-tree-list li a {
        position: relative;
        cursor: pointer;
        color: gray;
        cursor: pointer;
    }

    .menu-tree-view .menu-tree-list li a {
        color: #0d71ff !important;
    }

.autocomplete-index-search {
    padding: 0 10px !important;
}

.menu-tree-view {
    margin-top: 15px;
}

.menu-tree-view {
    margin-top: 15px;
    overflow-y: auto;
    height: calc(100vh - 211px);
    padding-right: 10px;
}

    .menu-tree-view .menu-tree-list li > input:checked + ul li:after {
        content: "";
        width: 20px;
        height: 1px;
        top: 10px;
        left: -27px;
        border-top: 1px dashed silver;
    }

    .menu-tree-view .menu-tree-list li {
        position: relative;
        padding: 1px 0 1px 5px;
        margin-left: 5px;
        margin-top: 2px;
    }

    .menu-tree-view input + ul:before {
        content: "+";
        position: absolute;
        width: 15px;
        height: 15px;
        left: -18px;
        top: 3px;
        background: #0d71ff;
        border: 1px solid #0d71ff;
        border-radius: 2px;
        font-weight: bold;
        font-size: 15px;
        line-height: 13px;
        text-align: center;
        color: white;
        z-index: 9;
    }

    .menu-tree-view .menu-tree-list input:checked + ul:before {
        content: "-";
        font-size: 23px;
        line-height: 11px;
    }

    .menu-tree-view .menu-tree-list.sigle-first-item:before {
        content: "-";
        display: none;
        position: absolute;
        width: 15px;
        height: 15px;
        left: 28px;
        top: 5px;
        background: linear-gradient(#61beff, #0a90af);
        border: 1px solid #239dc5;
        border-radius: 2px;
        font-weight: bold;
        font-size: 23px;
        line-height: 11px;
        text-align: center;
        color: white;
        z-index: 9;
    }

    .menu-tree-view .menu-tree-list label:hover, .menu-tree-view .menu-tree-list a:hover {
        color: #2f87ff;
    }

    .menu-tree-view .menu-tree-list li a:hover {
        border-bottom: 1px dotted;
        color: #005bdd !important;
    }

    .menu-tree-view .menu-tree-list label {
        margin: 0;
        cursor: pointer;
        transition: all ease-in-out .3s;
    }

    .menu-tree-view .menu-tree-list input {
        opacity: 0;
        position: absolute;
        left: -20px;
        width: calc(100% + 20px);
        height: 22px;
        z-index: 99999;
        cursor: pointer;
    }

    .menu-tree-view .menu-tree-list li > input:checked + ul li:before {
        content: "";
        position: absolute;
        width: 12px;
        height: 1px;
        left: -33px;
        top: 11px;
        border-top: 1px dashed silver;
    }

    .menu-tree-view ul.menu-tree-list.sigle-first-item {
        position: relative;
    }

.menu-tree-view {
    margin-top: 15px;
}

    .menu-tree-view li.active {
        font-weight: 400;
        border-radius: 0px;
        color: #1a7bff;
    }

        .menu-tree-view li.active a {
            color: #2681ff;
        }

    .menu-tree-view .menu-tree-list li a:before {
        content: "-";
        position: absolute;
        width: 15px;
        height: 15px;
        left: -23px;
        top: 3px;
        background: linear-gradient(#f5f5f5, #f5f5f5);
        border: 1px solid #dcdcdc;
        border-radius: 2px;
        font-weight: bold;
        font-size: 20px;
        line-height: 13px;
        text-align: center;
        color: #808080;
        z-index: 9;
    }

    .menu-tree-view .menu-tree-list li a b {
        background: #ffee80;
        color: black;
        font-weight: 100;
    }

    .menu-tree-view li.active > a {
        border-bottom: 1px dotted;
        color: #005bdd !important;
    }

.help-index > h1 {
    font-size: 20px;
    font-weight: 500;
    margin: 10px 0;
}

.search-help input {
    border-radius: 20px;
    border: 1px solid #9a9a9a !important;
    background: white !important;
}

.search-help i.fa-search {
    position: absolute;
    top: 6px;
    right: 10px;
    color: #7b7b7b;
}

.search-help {
    position: relative;
}

.menu-tree-view {
    margin-top: 15px;
}

li.active {
    font-weight: 400;
    border-radius: 0;
    color: #1b98be;
    /*border: 1px solid #e4e4e4;*/
}

.help-index {
    border-right: 1px solid #eaeaea;
}

/*WIZARD-FORM*/
.formtab-holder.progress-form {
    text-align: center;
}

    .formtab-holder.progress-form .form-tab-btn {
        float: none;
        text-align: center;
        width: 150px;
    }

        .formtab-holder.progress-form .form-tab-btn i {
            padding: 5px;
            border-radius: 30px;
            border: 2px solid silver;
            height: 30px;
            width: 30px;
            text-align: center;
            line-height: 17px;
            display: block;
            margin: 5px auto;
            background: white;
            position: relative;
            z-index: 1;
            outline: 5px solid white;
        }

            .formtab-holder.progress-form .form-tab-btn i:after {
                height: 2px;
                width: 125px;
                position: absolute;
                top: 13px;
                left: 33px;
                background: #c0c0c0;
                content: "";
            }

        .formtab-holder.progress-form .form-tab-btn:last-child i:after {
            background: red;
            display: none;
        }

        .formtab-holder.progress-form .form-tab-btn.active i {
            border-color: #288af3;
        }

        .formtab-holder.progress-form .form-tab-btn.active {
            color: #288af3 !important;
        }

            .formtab-holder.progress-form .form-tab-btn.active:after {
                display: none;
            }

.table-btn-primary {
    padding: 2px 5px;
    background: #217ad5;
    color: white !important;
    display: block;
}

    .table-btn-primary.rounded-corner {
        border-radius: 12px;
    }



/**TIME-PICKER**/
.y-timepicker.focusin + .timepicker-control {
    display: flex !important;
}

.timepicker-control {
    display: none;
    height: 100px;
    width: 200px;
    background: linear-gradient(whitesmoke,#e9e9e9);
    border: 2px solid #cbcbcb;
    border-top: 2px solid #dddddd;
    border-radius: 3px;
    z-index: 9999 !important;
    position: absolute;
    box-shadow: 0 7px 5px -4px #0000002e;
}

    .timepicker-control *::selection {
        background: transparent;
    }

.time-hand {
    width: 66.66px;
    position: relative;
}

    .time-hand .btn-up {
        font-size: 30px;
        color: black;
        text-align: center;
        width: 100%;
        left: 0;
        cursor: pointer;
        height: 30px;
        vertical-align: middle;
        display: table;
        color: black;
    }

    .time-hand .btn-down {
        font-size: 30px;
        display: block;
        text-align: center;
        bottom: 0;
        width: 100%;
        left: 0;
        cursor: pointer;
        height: 30px;
        vertical-align: middle;
        display: table;
        color: black;
    }

        .time-hand .btn-down:hover, .time-hand .btn-up:hover {
            color: #31a7fc !important;
        }

    .time-hand span {
        font-size: 25px;
        width: 100%;
        text-align: center;
        display: block;
        height: 36px;
    }

span.ampm {
    font-size: 20px;
    color: #0095ff;
}

.value-holder {
    padding: 3px;
    top: 25px;
    font-size: 25px;
    width: 100%;
    text-align: center;
    height: 30px;
    overflow: hidden;
    line-height: 28px;
}

.hour-hand .value-holder:after, .min-hand .value-holder:after {
    content: ":";
    position: absolute;
    top: 35px;
    right: -4px;
}
/*TOGGLE-CHECKBOX*/
/*SQUARE*/
.toggle-checkbox-square {
    display: inline-block;
    position: relative;
    height: 30px;
    width: 100%;
}

    .toggle-checkbox-square input {
        height: 30px;
        width: 100%;
        margin: 0;
        margin: 0;
        opacity: 0;
        z-index: 1;
        position: absolute;
    }

        .toggle-checkbox-square input + label:after {
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 25px;
            content: "";
            background: #fff;
            /* border-radius: 20px; */
            transition: cubic-bezier(.53,1.26,.79,1.1) .3s;
            border: 1px solid #b5b5b5;
            border-radius: 4px;
        }

        .toggle-checkbox-square input + label:before {
            position: absolute;
            left: 0px;
            top: -1px;
            width: 29px;
            height: 27px;
            border-radius: 3px;
            content: 'N';
            background: #e6e6e6;
            /* border-radius: 20px; */
            z-index: 9;
            border: 1px solid #b5b5b5;
            transition: all cubic-bezier(0.88, 1.4, 0.68, 0.89) .3s;
            font-size: 14px;
            font-weight: bold;
            color: gray;
            padding: 1px;
            box-shadow: 1px 1px 1px #efefef;
            text-align: center;
            line-height: 22px;
        }

        .toggle-checkbox-square input:checked + label:before {
            left: calc(100% - 28px);
            border: 1px solid #288af3;
            outline-offset: -2px;
            background: #fff;
            content: "Y";
            font-size: 14px;
            font-weight: bold;
            color: #288af3;
            padding: 2px;
            text-align: center;
            /* border: 1px solid white; */
            /* box-shadow: -2px 0px 2px #00000029; */
        }

        .toggle-checkbox-square input[disabled=disabled] ~ label:after, .toggle-checkbox-square input[disabled=disabled] ~ label:before {
            opacity: .5;
            border-color: silver !important;
        }

        .toggle-checkbox-square input:checked + label:after {
            background: #66b0ff;
            border: 1px solid #2492ff;
        }

        .toggle-checkbox-square input:not(:disabled):focus + label:after {
            /*outline: 2px solid #288af3;
    outline-offset: -2px;*/
        }

        .toggle-checkbox-square input + label {
            position: absolute;
            left: 0;
            width: 100%;
            height: 25px;
            z-index: 0;
        }

        .toggle-checkbox-square input:focus + label:before {
            background: #288af3;
            color: white;
            border-color: #288af3;
        }

        .toggle-checkbox-square input:disabled + label:after {
            background: #f2f2f2;
        }

    .toggle-checkbox-square.height-30 input + label:after {
        height: 30px;
    }

    .toggle-checkbox-square.height-30 input + label:before {
        height: 26px;
        line-height: 22px;
    }

.toggle-checkbox-inline-label {
    float: left;
}

    .toggle-checkbox-inline-label + .toggle-checkbox-square-label {
        float: left;
        width: 45px;
        line-height: 30px;
        padding-left: 10px;
    }

.toggle-checkbox-square.disabled:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    cursor: no-drop;
    background: #e1e1e100;
}
/*SQUARE-END*/
.slide-label-toggle.disabled:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
    cursor: no-drop;
    background: #e1e1e100;
}

.toggle-checkbox-square.disabled {
    opacity: .6;
}

.btn-radio-style-iphone {
    cursor: pointer;
    position: relative;
    width: 50px;
    height: 25px
}

    .btn-radio-style-iphone span {
        position: absolute;
        width: 45px;
        height: 25px;
        display: block;
        border-radius: 16px;
        background: #f0f0f0;
        padding: 0;
        margin: 0;
        box-shadow: 0 0 3px gray inset;
        top: 0;
        left: 0;
        transition: all ease-in-out .3s
    }

        .btn-radio-style-iphone span::after {
            content: "";
            position: absolute;
            top: 1px;
            left: 1px;
            height: 23px;
            width: 23px;
            border-radius: 22px !important;
            background: #fff;
            box-shadow: 0 0 1px silver,0 0 4px silver;
            transition: all ease-in-out .3s;
            transition: all cubic-bezier(.07,1.24,.99,1.05) .3s
        }

    .btn-radio-style-iphone input:checked + span {
        background: #279884;
        box-shadow: 0 0 3px gray inset
    }

    .btn-radio-style-iphone input:checked + label span {
        background: #279884;
        box-shadow: 0 0 3px gray inset
    }

label.btn-radio-style-iphone input {
    opacity: 0
}

.btn-radio-style-iphone > input:checked + span::after {
    left: 22px
}

.btn-radio-style-iphone > input:checked label + span::after {
    left: 22px
}

.btn-radio-style-iphone > input {
    display: block !important;
    opacity: 0 !important
}

.toggle-checkbox {
    display: inline-block;
    position: relative;
    height: 25px;
    width: 40px
}

    .toggle-checkbox input {
        height: 25px;
        width: 50px;
        margin: 0;
        margin: 0;
        opacity: 0;
        z-index: 99999;
        position: absolute
    }

        .toggle-checkbox input + label:after {
            position: absolute;
            left: 0;
            top: 0;
            width: 50px;
            height: 25px;
            content: "";
            background: #fff;
            border-radius: 20px;
            transition: cubic-bezier(.53,1.26,.79,1.1) .3s;
            border: 1px solid #d0d0d0
        }

        .toggle-checkbox input + label:before {
            position: absolute;
            left: 1px;
            top: 1px;
            width: 23px;
            height: 23px;
            content: "";
            background: #e6e6e6;
            border-radius: 20px;
            z-index: 9;
            border: 1px solid #fff;
            transition: all cubic-bezier(.53,1.26,.79,1.1) .3s
        }

        .toggle-checkbox input:checked + label:before {
            left: 27px;
            border: 1px solid #36c554;
            background: #fff
        }

        .toggle-checkbox input:checked + label:after {
            background: #3fde61
        }

        .toggle-checkbox input + label {
            position: absolute;
            left: 0;
            top: -2px;
            width: 54px;
            height: 29px;
            border: 2px dotted #4f7ce000;
            border-radius: 20px
        }

        .toggle-checkbox input:focus + label {
            border: 2px dotted #4f7ce0
        }

        .toggle-checkbox input:active + label {
            border: 2px dotted transparent
        }


.btn-danger-bordered {
    color: red !important;
    font-weight: 600;
    background: #ffffff;
    border: 1px solid red;
}

.btn-primary-bordered {
    border: 1px solid #008bf6;
    background: white;
    color: #008bf6 !important;
    font-weight: 600;
}

.btn-danger-bordered:hover {
    background: red;
    color: white !important;
}

.btn-primary-bordered:hover {
    background: #008bf6;
    color: white !important;
}

.btn-primary-new:focus, .btn-primary-new:active:focus, .btn-primary-new:active {
    outline: thin dotted;
    outline: 5px auto #006187;
    outline-offset: 1px;
    color: white;
}

.inline-center {
    vertical-align: middle;
    display: inline-block;
}

section.vbox .slim-scroll {
    height: calc(100vh - 90px);
    overflow: auto;
    /* margin-top: 50px; */
}


ul.quick-access-buttons {
    list-style: none;
    padding: 0;
    margin: 0 !important;
    display: flex;
    height: 50px;
    left: 0;
    top: 10px;
    width: 220px;
}

    ul.quick-access-buttons li {
        float: left;
        width: 100%;
    }

        ul.quick-access-buttons li a {
            cursor: pointer;
            padding: 10px;
            display: block;
            font-size: 20px;
            line-height: 20px;
            color: white;
            text-align: center;
            position: relative;
            height: 50px;
        }

            ul.quick-access-buttons li a span {
                font-size: 8px;
                display: block;
                position: absolute;
                left: 0;
                bottom: 0;
                width: 100%;
                text-align: center;
            }
        /*ul.quick-access-buttons li:nth-child(2n + 1) {
            background: #46505c;
        }

        ul.quick-access-buttons li:nth-child(2n + 2) {
            background: #546170;
        }
*/
        ul.quick-access-buttons li:nth-child(2n + 1) {
            background: #4a4843;
        }

        ul.quick-access-buttons li:nth-child(2n + 2) {
            background: #282724;
        }

        ul.quick-access-buttons li a:hover {
            background: #0c0b0b;
            color: white !important;
        }

.refresh-graphs {
    display: none;
}

ul.quick-access-buttons li a:hover:after {
    content: attr(title);
    width: 220px;
    position: fixed;
    font-size: 12px;
    z-index: 0;
    top: 100px;
    opacity: 1;
    left: 0;
    background: #425a71;
    z-index: 9;
}

.hidenext.disable-anchor + * {
    opacity: .5;
    pointer-events: none;
}

.disable-anchor {
    opacity: .5;
    pointer-events: none;
}

.no-pointer-event {
    pointer-events: none;
}

.the-count span.current {
    color: rgb(74, 188, 91);
}

.the-count span.maximum {
    color: black;
}

.the-count span.current, .the-count span.maximum {
    font-weight: 600;
}

.label-counter {
    display: flex;
    margin-bottom: 5px;
    border-radius: 2px;
    border: 1px solid #288af3;
    overflow: hidden;
    background: #c9e3ff;
    width: 183px;
}

    .label-counter span {
        padding: 4px;
        font-size: 12px;
    }

        .label-counter span:first-child {
            border-right: 1px solid #b9b9b9;
            color: black;
            width: 100%;
            font-weight: 400;
        }

        .label-counter span:last-child {
            font-weight: bold;
            font-size: 18px;
            padding: 4px 6px;
            color: #ffffff;
            background: #288af3;
            float: right;
            min-width: 50px;
            line-height: 17px;
            text-align: center;
        }

    .label-counter:last-child {
        margin: 0;
    }
/*VEHICLE JOURNEY DETAILS*/
/*tr.vehicle-journey-detail:hover {
    outline: none !important;
}

tr.vehicle-journey-detail:hover td {
    background: white !important;
}

tr.vehicle-journey-detail > td {
    padding: 20px;
}
.vehicle-journey-display {
    display: block;
    width: 14px;
    margin: auto;
}

    .vehicle-journey-display ul {
        padding: 0;
        list-style: none;
    }

        .vehicle-journey-display ul li {
            height: 50px;
            position: relative;
        }

            .vehicle-journey-display ul li:not(:last-child):after {
                content: "";
                height: 41px;
                width: 2px;
                background: #c9c9c9;
                position: absolute;
                left: 5px;
                z-index: 1;
                top: 16px;
            }

            .vehicle-journey-display ul li input {
                z-index: 2;
                position: relative;
                opacity: 0;
            }



                .vehicle-journey-display ul li input + span {
                    content: "";
                    position: absolute;
                    height: 10px;
                    width: 10px;
                    background: #c9c9c9;
                    left: 1px;
                    top: 7px;
                    border-radius: 20px;
                }
.annotation {
    background: #dbdbdb;
    padding: 1px 8px 1px 11px;
    border-radius: 0 3px 3px 0;
    margin-left: 14px;
    z-index: 2;
}

    .annotation:before {
        height: 16px;
        width: 16px;
        background: #dbdbdb;
        position: absolute;
        content: "";
        border-radius: 3px;
        transform: rotate(45deg);
        top: 4px;
        left: 20px;
        z-index: 0;
    }

.vehicle-journey-display ul li p {
    display: inline-block;
    color: black;
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 3px;
}
.annotation.success, .annotation.success:before {
    background: #49cb6b;
    color: white;
}
span.annotation.danger, span.annotation.danger:before {
    background: #ff3434;
    color: white;
}
span.annotation.warning, span.annotation.warning:before {
    background: #ff9900;
    color: white;
}
.vehicle-journey-display ul li.active:after {
    background: #49cb6b;
}

.vehicle-journey-display ul li.active input + span {
    background: #49cb6b;
}*/
tr#ShowingJourneyDetails {
    background: #fff6d5;
}

tr.vehicle-journey-detail:hover {
    outline: none !important;
}

    tr.vehicle-journey-detail:hover td {
        background: white !important;
    }

tr.vehicle-journey-detail > td, tr.vehicle-journey-detail > td:hover {
    padding: 40px 20px 40px 20px;
    background: #fffeea !important;
    overflow: auto;
}

.vehicle-journey-display {
    display: block;
    width: 14px;
    margin: 20px 0 0;
}

    .vehicle-journey-display ul {
        padding: 0;
        margin: 0;
        list-style: none;
    }

        .vehicle-journey-display ul li {
            height: 50px;
            position: relative;
            display: inline-block;
            text-align: left;
            padding: 0 10px;
        }

            .vehicle-journey-display ul li:not(:last-child):after {
                content: "";
                width: calc(100% - 5px);
                height: 3px;
                background: #c9c9c9;
                position: absolute;
                left: 10px;
                top: 11px;
            }

            .vehicle-journey-display ul li input {
                z-index: 2;
                position: relative;
                opacity: 0;
            }



                .vehicle-journey-display ul li input + span {
                    content: "";
                    position: absolute;
                    height: 10px;
                    width: 10px;
                    background: #c9c9c9;
                    left: 1px;
                    top: 7px;
                    border-radius: 20px;
                }

.annotation {
    background: #dbdbdb;
    padding: 1px 8px 2px 8px;
    border-radius: 3px;
    position: relative;
    /* z-index: 2; */
    top: -31px;
    left: -25px;
    font-size: 12px;
    color: gray;
}

.vehicle-journey-display ul li .annotation::before {
    content: "";
    position: absolute;
    height: 7px;
    width: 7px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 6px solid #dbdbdb;
    top: 19px;
    left: 4px;
}

.annotation.success {
    background: #49cb6b;
    color: white;
}

.annotation.warning {
    background: #ff9900;
    color: white;
}

.annotation:before {
    height: 16px;
    width: 16px;
    /* background: #dbdbdb; */
    content: "";
    /* border-radius: 3px; */
    top: 12px;
    left: 20px;
    z-index: 0;
}

.vehicle-journey-display ul li p {
    display: inline-block;
    color: black;
    font-size: 11px;
    position: absolute;
    top: 27px;
    max-width: 100%;
    left: 0;
    white-space: pre-wrap;
}

.annotation.blue:before {
    border-top-color: #009ad7 !important;
}

.annotation.blue {
    background: #009ad7 !important;
    color: white;
}

.annotation.success:before {
    border-top-color: #49cb6b !important;
}

span.annotation.danger {
    background: #ff3434;
    color: white;
}

.annotation.danger:before {
    border-top-color: #ff3434 !important;
    color: white;
}

span.annotation.warning:before {
    border-top-color: #ff9900 !important;
}

.vehicle-journey-display ul li.active:after {
    background: #49cb6b;
}

.vehicle-journey-display ul li.active input + span {
    background: #49cb6b;
}

.vehicle-journey-display ul li.danger:after, .vehicle-journey-display ul li.danger input + span {
    background: #ff3434;
}

.vehicle-journey-display ul li.warning:after, .vehicle-journey-display ul li.warning input + span {
    background: #ff9900;
}

.vehicle-journey-display ul li.blue {
    background: #009ad700 !important;
}

    .vehicle-journey-display ul li.blue:after {
        background: #009ad7;
    }

    .vehicle-journey-display ul li.blue input + span {
        background: #009ad7;
    }

.hidenext.active + * {
    display: none;
}

.request-status {
    display: inline-block;
    margin-top: 5px;
    line-height: 25px;
    border-radius: 3px;
    padding: 0 10px;
    cursor: context-menu;
}

.request-pending {
    display: inline-block;
    color: #646464 !important;
    border: 1px solid #c9c9c9;
}

.request-raised {
    display: inline-block;
    color: #ff8100 !important;
    border: 1px solid #ff8100;
}

.request-complete {
    display: inline-block;
    color: #40a355 !important;
    border: 1px solid #40a355;
}

.request-rejected {
    display: inline-block;
    color: #e32929 !important;
    border: 1px solid #e32929;
}

.request-accepted {
    display: inline-block;
    color: #0089ff !important;
    border: 1px solid #0089ff;
}

.request-status:before {
    content: "";
    height: 10px;
    width: 10px;
    display: inline-block;
    border-radius: 10px;
    outline-offset: 1px;
    margin-right: 7px;
    position: relative;
    top: 1px;
}

.request-pending:hover {
    background: #efefef;
    color: #484848 !important;
}

.request-raised:hover {
    background: #ffe1c1;
    color: #ff8100 !important;
}

.request-complete:hover {
    background: #d7ffde;
    color: #009b19 !important;
}

.request-rejected:hover {
    background: #ffc1c1;
    color: #e32929 !important;
}

.request-accepted:hover {
    background: #cae7ff;
    color: #0089ff !important;
}

.request-status.request-pending:before {
    background: #c9c9c9;
    outline: 1px solid #c9c9c9;
}

.request-status.request-raised:before {
    background: #ff8100;
    outline: 1px solid #dd7000;
}

.request-status.request-complete:before {
    background: #0ac93c;
    outline: 1px solid #0ac93c;
}

.request-status.request-rejected:before {
    background: #e32929;
    outline: 1px solid #e32929;
}

.request-status.request-accepted:before {
    background: #0089ff;
    outline: 1px solid #0089ff;
}
/**SEARCH CHECKBOX LIST**/
.group-checkbox-list tr {
    float: left;
    width: 50%;
}

.group-checkbox-list td.hide {
    display: none;
}

.group-checkbox-list td {
    border-bottom: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
    padding: 5px 5px;
    width: 100%;
    position: relative;
}

.group-checkbox-list input {
    top: -7px;
    position: relative;
}

.group-checkbox-list label {
    color: Gray;
    font-weight: normal;
    white-space: nowrap;
    width: 9em;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 4px;
    color: #020202;
    font-weight: 400;
}

.group-checkbox-list tr:nth-child(4n+1), .group-checkbox-list tr:nth-child(4n+2) {
    background: #f9f9f94d;
}

.blank-recods {
    position: absolute;
    width: 100%;
    text-align: center;
    color: #b7b7b7;
    font-weight: 600;
    font-size: 20px;
    height: 100%;
    background: #fff;
    padding: 136px 0;
    top: 18px;
    top: -19px;
}

.group-checkbox-list {
    max-height: calc(100vh - 375px);
    overflow: auto;
    width: 100%;
    border-top: 1px solid #999999;
    padding: 0;
    margin-bottom: 20px;
}

    .group-checkbox-list tr {
        width: 100%;
        float: left;
        display: flex;
    }

    .group-checkbox-list td {
        border-bottom: 1px solid #dddddd;
        border-right: 1px solid #dddddd;
        padding: 10px 6px;
        width: 100%;
        position: relative;
    }

.group-checkbox-search {
    padding: 0;
    padding: 0;
    text-align: left;
    position: relative;
}

.btn-cross {
    position: absolute;
    right: 6px;
    top: 9px;
    width: 12px;
    height: 12px;
    text-align: center;
    cursor: pointer;
    background: silver;
    line-height: 10px;
    color: white !important;
    border-radius: 10px;
    font-family: inherit;
    font-weight: 100;
    display: none;
}

.group-checkbox-search:hover a {
    display: block;
}

a.btn-cross:hover {
    background: #ff223f;
    color: white !important;
}

.group-checkbox-select {
    display: flex;
    background: #ffffff;
}

    .group-checkbox-select a {
        font-weight: 600;
        color: #ffffff;
        font-size: 12px;
        cursor: pointer;
        padding: 2px 7px;
        width: 100%;
        text-align: center;
    }

    .group-checkbox-select .select-all {
        background: #efefef;
        border-bottom: 1px solid #cdcdcd;
        border-right: 1px solid #cdcdcd;
        color: #1fb11f;
    }

    .group-checkbox-select .select-none {
        background: #efefef;
        color: red;
        border-bottom: 1px solid #cdcdcd;
    }

    .group-checkbox-select a.select-all:hover {
        color: #1fb11f !important;
        background: #dfdfdf;
    }

.group-checkbox-list label {
    line-height: 22px;
    padding: 0;
    margin: 0;
    font-size: 11px;
    white-space: nowrap;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    padding-left: 25px;
    width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
}

input.search-accesory {
    border: none !important;
    outline: none !important;
    background: transparent !important;
    padding: 5px;
    color: #242424;
    width: 100%;
}

.group-checkbox-list label::selection {
    background: transparent;
}

.group-checkbox-list td input[type="checkbox"], .group-checkbox-list td input[type="radio"] {
    position: absolute;
    top: 4px;
    margin: 0px;
    margin-right: 5px;
    z-index: 1;
}

.group-checkbox-list td:hover {
    background: #b6daff;
    /* color: white; */
}

.group-checkbox-list td input:checked + label {
    background: #d1f4ff;
    font-weight: 600;
}

.group-checkbox-list table {
    width: 100%;
}

.curr-format-label {
    font-size: 14px !important;
    line-height: 23px;
    font-weight: 600 !important;
    color: #2ea388 !important;
    font-family: sans-serif;
}

/*REPORT-GRAPH*/
.graphical-table tr:not(:last-child) td:nth-child(1):after {
    content: "\f080";
    font-family: 'FontAwesome';
    font-size: 13px;
    color: #0074c7;
    position: absolute;
    right: 0;
    padding: 4px 5px;
    top: 0;
    border-left: 1px solid #dbdbdb;
    height: 100%;
}

.graphical-table td:nth-child(1) {
    padding-right: 22px;
    cursor: pointer;
}

    .graphical-table td:nth-child(1):hover:after {
        background: #0074c7;
        color: white !important;
        border: none !important;
    }

.graphical-report.active {
    left: 0;
}

.Location-Name {
    display: block;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    border-bottom: 1px solid #b7b7b7;
    font-weight: bold;
}

.graphical-report {
    height: 400px;
    overflow: hidden;
    text-align: left;
    position: absolute;
    background: #def5ff;
    border: 1px solid #b7b7b7;
    top: 0px;
    height: 100%;
    width: 100%;
    left: 105%;
    transition: all ease-in-out .3s;
}

    .graphical-report span.fa.fa-times {
        position: absolute;
        right: 0;
        margin: 17px 10px;
        padding: 2px;
        background: #ff4646;
        width: 15px;
        text-align: center;
        color: white;
        border-radius: 10px;
        height: 15px;
        line-height: 10px;
        font-size: 10px;
    }

        .graphical-report span.fa.fa-times:hover {
            background: #ff1b1b;
        }

.amChartsLegend.amcharts-legend-div {
    display: none;
}
/*HOVER HINT*/
/*BOTTOM*/
.hover-hint-bottom-right[data-hover-hint]:not(.loading):hover:after {
    position: absolute;
    content: attr(data-hover-hint);
    right: 0;
    bottom: -37px;
    font-size: 12px;
    padding: 5px 10px;
    background: white;
    border: 1px solid silver;
    border-radius: 5px;
    box-shadow: 0 2px 4px -1px #a5a5a5;
    z-index: 2;
    color: black;
}

.hover-hint-bottom-right {
    position: relative;
}

    .hover-hint-bottom-right[data-hover-hint]:not(.loading):hover:before {
        position: absolute;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #979797;
        bottom: -8px;
        content: "";
    }
/*RIGHT*/
.hover-hint-right:not(.loading)[data-hover-hint]:hover:after {
    content: attr(data-hover-hint);
    right: calc(-100% - 90px);
    position: absolute;
    top: -1px;
    font-size: 12px;
    padding: 5px 10px;
    background: white;
    border: 1px solid silver;
    border-radius: 5px;
    box-shadow: 0 2px 4px -1px #a5a5a5;
    z-index: 2;
    color: black;
    width: 100px;
}


.hover-hint-right[data-hover-hint]:not(.loading):hover:before {
    position: absolute;
    border-top: 6px solid transparent;
    border-left: 6px solid #979797;
    border-bottom: 6px solid transparent;
    top: 5px;
    content: "";
    left: -9px;
}
/*LEFT*/
.hover-hint-left[data-hover-hint]:not(.loading):hover:after {
    content: attr(data-hover-hint);
    left: calc(-100% - 90px);
    position: absolute;
    top: -1px;
    font-size: 12px;
    padding: 5px 10px;
    background: white;
    border: 1px solid silver;
    border-radius: 5px;
    box-shadow: 0 2px 4px -1px #a5a5a5;
    z-index: 2;
    color: black;
    width: 100px;
}

.hover-hint-left[data-hover-hint]:not(.loading):hover:before {
    position: absolute;
    border-top: 6px solid transparent;
    border-left: 6px solid #979797;
    border-bottom: 6px solid transparent;
    top: 5px;
    content: "";
    left: -9px;
}
/*TOP*/

/*BTN HOVER MESSAGE/HINT*/

.hover-popup-message {
    display: none;
    font-size: 12px;
    position: absolute;
    top: 60px;
    padding: 5px;
    right: -2px;
    text-align: left;
    width: max-content;
    background: #fbffef;
    border: 1px solid #aaaaaa;
    max-width: 200px;
    z-index: 1;
    font-weight: 500;
    color: black !important;
    opacity: 0;
    transition: all ease-in-out .3s;
}

    .hover-popup-message:before {
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid #535353;
        content: "";
        top: -8px;
        position: absolute;
        right: 9px;
    }

.hover-popup:hover .hover-popup-message {
    opacity: 1;
    top: 45px;
    display: block;
}
/*AUTOEXTENDER*/
.AutoCompleteExtenderList {
    padding: 0;
    list-style: none;
    color: black;
    border: 1px solid #979797;
    border-top: none;
    box-shadow: 0 3px 6px #00000066;
    max-height: 150px;
    overflow: auto;
    background: white;
    border-radius: 4px 4px;
    z-index: 1060;
    max-width: 350px !important;
    width: max-content !important;
}

.AutoCompleteExtenderItem, .AutoCompleteExtenderItem:hover, .AutoCompleteExtenderHighlight {
    padding: 3px 10px;
    border-bottom: 1px solid #dbdbdb;
    color: black;
    font-size: 11px;
}

    .AutoCompleteExtenderHighlight, .AutoCompleteExtenderItem:hover {
        background: #009ad7;
        cursor: pointer;
        color: white;
        border-color: #0889bd;
    }

.loading-modal.active {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    background: #ffffff78;
}

.loading-modal.active {
    position: absolute;
    background: #ffffff78;
}

    .loading-modal.active:after {
        position: absolute;
        content: '';
        top: calc(50% - 15px);
        left: calc(50% - 15px);
        height: 30px;
        width: 30px;
        transform: translate(0,0);
        border: 3px solid #0087cf;
        border-radius: 50%;
        border-top: 3px solid white;
        border-bottom: 3px solid white;
        animation: rotate-s-loader 1s linear infinite;
    }

.validation-message.top-right {
    position: absolute;
    bottom: 30px;
    right: 0;
}

.radio-list-box {
    display: block;
    width: 100%;
}

    .radio-list-box span {
        position: relative;
        display: block;
        border: 1px solid #9b9a9a;
    }

        .radio-list-box span input {
            position: absolute;
            width: 100%;
            height: 100%;
            opacity: 0;
            padding: 0;
        }

            .radio-list-box span input label {
                width: 100%;
            }

        .radio-list-box span:not(:first-child) {
            border-top: none;
        }

        .radio-list-box span:first-child {
            border-radius: 4px 4px 0 0;
        }

        .radio-list-box span:last-child {
            border-radius: 0 0 4px 4px;
        }

        .radio-list-box span label {
            font-size: 12px;
            width: 100%;
            padding: 2px 5px;
            margin: 0;
        }

        .radio-list-box span input:checked + label {
            background: #279884;
            color: white;
        }

/**PREVIEW-IMAGE-UPLOAD**/
.upload-here {
    height: 100%;
}

.help-document-container {
    width: 100%;
    padding-left: 10px !important;
}

.label.ui.selection.fluid.dropdown.multiple {
    background: white !important;
    border: 1px solid #d9d9d9;
}

.ui.multiple.dropdown > .label {
    color: white;
}

.ui-sortable-placeholder {
    border: 1px dashed black !important;
    visibility: visible !important;
    background: #eeeeee78 !important;
}

    .ui-sortable-placeholder * {
        visibility: hidden;
    }

.RearangeBox.dragElemThumbnail {
    opacity: 0.6;
}

.RearangeBox {
    /* max-width: 85px; */
    /* height: 50px; */
    /* padding: 2px 2px; */
    /* cursor: all-scroll; */
    /* float: left; */
    /* border: 1px solid #9E9E9E; */
    /* font-family: sans-serif; */
    /* display: inline-block; */
    /* margin: 5px !important; */
    /* text-align: center; */
    /* color: #673ab7; */
    /* background: #d4d4d4; */
    /* position: relative !important; */
    /* z-index: 999 !important; */
}

.IMGthumbnail {
    width: auto;
    height: 50px;
    margin: auto;
    border: none;
    transition: all cubic-bezier(1, 0.76, 0.5, 1) .1s;
    z-index: 99 !important;
    position: relative;
}

    .IMGthumbnail img {
        height: 100%;
        object-fit: scale-down;
        display: block;
        margin: auto;
        transition: all cubic-bezier(1, 0.76, 0.5, 1) .3s;
        max-width: 100%;
        cursor: auto;
    }

    .IMGthumbnail.image-zoom {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
        width: 100%;
        background: #00000094;
        backdrop-filter: blur(15px);
        z-index: 9999;
    }

        .IMGthumbnail.image-zoom img {
            height: 100%;
            padding: 20px;
        }

.imgThumbContainer {
    margin: 4px;
    border: 1px solid #b7b7b7;
    display: inline-block;
    justify-content: center;
    border-radius: 3px;
    position: relative;
    background: white;
    overflow: hidden;
}

    .imgThumbContainer:hover {
        outline: 2px solid #2492ff !important;
        outline-style: auto;
        outline-offset: -1px;
    }

.document-upload-section.upload-box:hover {
    border-color: #567290;
}

.imgThumbContainer > .imgName {
    display: none;
    text-align: center;
    padding: 2px 6px;
    margin-top: 4px;
    font-size: 13px;
    height: 15px;
    overflow: hidden;
}

.imgThumbContainer > .imgRemoveBtn {
    position: absolute;
    border-radius: 17px;
    color: #600a0a;
    right: 2px;
    background: #d94c4cd9;
    border: 1px solid #ffffff;
    height: 15px;
    width: 15px;
    top: 5px;
    right: 5px;
    cursor: pointer;
    display: block;
    transform: scale(.01);
    transition: all cubic-bezier(0.37, 0.98, 0.19, 1.1) .2s;
    font-size: 14px;
    line-height: 13px;
    font-style: normal;
    z-index: 99999;
    text-align: center;
    box-shadow: 0 0 3px #000000bf;
    font-family: monospace;
}

.RearangeBox:hover > .imgRemoveBtn {
    transform: scale(1);
}

div#sortableImgThumbnailPreview {
    overflow: auto;
    height: 100%;
    padding: 5px;
}

    div#sortableImgThumbnailPreview.active {
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 100%;
        width: 100%;
        background: #00000094;
        backdrop-filter: blur(15px);
        z-index: 99999;
        text-align: center;
    }

        div#sortableImgThumbnailPreview.active .imgThumbContainer {
            float: none;
        }

.file-upload .image-box {
    /* margin-top: 1em; */
    height: 136px;
    /* background: #d24d57; */
    cursor: pointer;
    overflow: hidden;
}

    .file-upload .image-box img {
        height: 100%;
        display: none;
    }

.document-upload-section.upload-box input[type=file] {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    display: block;
    z-index: 99;
    opacity: 0;
}

.document-upload-section.upload-box {
    background: #ededed;
    border: 2px solid #e3e3e3;
    border-radius: 4px;
    height: 240px;
    position: relative;
    /* overflow: hidden; */
}

    .document-upload-section.upload-box input[type=file]:focus {
        outline: none;
    }

.upload-here {
    height: 100%;
}

div#sortableImgThumbnailPreview:before {
    content: "\f0ee";
    font-family: 'FontAwesome';
    z-index: 0;
    font-size: 80px;
    opacity: .3;
    position: absolute;
    left: 50%;
    top: calc(50% - 20px);
    transform: translate(-50%,-50%);
}

div#sortableImgThumbnailPreview:after {
    content: "Choose a file or drag and drop it here. Max Size 1 MB.";
    z-index: 0;
    font-size: 13px;
    opacity: .6;
    position: absolute;
    bottom: 52px;
    left: 0;
    top: calc(50% + 0px);
    transform: translate(0, 50%);
    width: 100%;
    text-align: center;
}

i.material-icons.imgRemoveBtn.image-zoom {
    position: absolute;
    top: 80px;
    height: 100%;
}

.RearangeBox.imgThumbContainer.image-zoom {
    position: absolute !important;
    top: 80px;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    max-height: calc(100vh - 100px);
    background: transparent;
    box-shadow: none;
    border: none;
}

    .RearangeBox.imgThumbContainer.image-zoom .IMGthumbnail {
        background: transparent;
        box-shadow: none;
        height: 100%;
    }

        .RearangeBox.imgThumbContainer.image-zoom .IMGthumbnail img {
            height: 100%;
        }

    .RearangeBox.imgThumbContainer.image-zoom i.material-icons.imgRemoveBtn:after {
        content: "Remove Image";
        font-size: 14px;
        margin-left: 10px;
    }

    .RearangeBox.imgThumbContainer.image-zoom i.material-icons.imgRemoveBtn {
        width: auto;
        padding: 5px 10px;
        height: auto;
        right: 20px;
    }

.close-fullscreen-view:hover {
    background: #ff4545;
}

.close-fullscreen-view:after {
    position: absolute;
    top: 25px;
    right: 0;
    height: 2px;
    width: 50px;
    background: white;
    transform: rotate(45deg);
    cursor: pointer;
    content: "";
}

.close-fullscreen-view:before {
    position: absolute;
    top: 25px;
    right: 0;
    height: 2px;
    width: 50px;
    background: white;
    transform: rotate(-45deg);
    content: "";
}

div#sortableImgThumbnailPreview.active .close-fullscreen-view {
    display: inherit;
}

.close-fullscreen-view {
    display: none;
    height: 50px;
    width: 50px;
    position: absolute;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.image-thumbnail-preview {
    float: left;
    margin: 0 10px 10px 0;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    border: 1px solid silver;
    max-width: 200px;
    height: 100px;
}

    .image-thumbnail-preview img {
        width: auto;
        border-radius: 5px;
        height: 100%;
        object-fit: scale-down;
        display: block;
        margin: auto;
        transition: all cubic-bezier(1, 0.76, 0.5, 1) .3s;
        max-width: 100%;
        cursor: auto;
    }

    .image-thumbnail-preview a {
        position: absolute;
        top: 0;
        right: 0;
        margin: 5px;
    }

.show-files-count::before {
    content: attr(filecount);
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 2;
    color: white;
    background: #4983ee;
    height: 14px;
    min-width: 14px;
    border-radius: 10px;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    font-weight: bold;
}
/**PREVIEW-IMAGE-UPLOAD**/

/*SLIDE-LABEL-TOGGLE*/
.slide-label-toggle {
    position: relative;
    width: 100%;
    border: 1px solid #b1b1b1;
    border-radius: 3px;
    height: 25px;
    line-height: 23px;
    display: block;
}

    .slide-label-toggle.disabled {
        opacity: .5;
    }

    .slide-label-toggle input {
        opacity: 0;
        width: 100% !important;
        position: absolute !important;
        height: 100% !important;
        top: 0 !IMPORTANT;
        left: 0 !important;
        margin: 0;
    }

        .slide-label-toggle input:focus:not(:hover) + span {
            outline: 2px solid #3e7dc3;
            outline-offset: 1px;
            outline-style: auto;
            position: absolute;
            height: 100%;
            width: 100%;
        }

    .slide-label-toggle label.slide-label {
        width: 50%;
        float: left;
        text-align: center;
        margin-bottom: 0 !important;
        padding: 0 !important;
        position: relative;
        cursor: pointer;
        transition: all cubic-bezier(0, 1.16, 0.16, 0.82) .3s;
        font-size: 12px;
    }

    .slide-label-toggle input:checked + span:after {
        background: #01a285;
    }

    .slide-label-toggle input + span:after {
        position: absolute;
        content: "";
        position: absolute;
        width: 50%;
        background: #f75555;
        height: calc(100% - 2px);
        left: 0;
        top: 0;
        margin: 1px;
        border-radius: 3px;
        transition: all cubic-bezier(0.67, 0.27, 0.46, 0.88) .2s;
        z-index: 0;
    }

    .slide-label-toggle input:checked + span:after {
        left: calc(50% - 2px);
    }

    .slide-label-toggle label.slide-label::selection {
        background: transparent;
    }

input ~ label.slide-label-no, input:checked ~ label.slide-label-yes {
    color: white !important;
}

input:checked ~ label.slide-label-no, input ~ label.slide-label-yes {
    color: #cbcbcb !important;
}
/*SLIDE-LABEL-TOGGLE-END*/
.add-record-box {
    padding: 7px !important;
    /* background: #f7f7f7; */
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    margin-bottom: 10px;
}
/**COLLAPSIBLE BOX**/
.collapsable-block {
    display: inline-block;
    width: 100%;
    position: relative;
}

.control-holder label.collapse-handle, label.collapse-handle {
    cursor: pointer;
    font-weight: bold;
    background: #d5d5d5;
    padding: 0 6px 2px;
    font-weight: bold;
    border-radius: 0 3px 3px 0;
    font-size: 12px;
    white-space: nowrap;
    height: 25px;
    line-height: 23px;
    background: #01a285;
    color: white !important;
    border: 1px solid #018f75;
}

.collapse-handle:hover {
    background: #008970;
}

.collapsable-block .collapse-container {
    display: inline-block;
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0;
    border: 1px solid #e5e5e5;
    /* background: #f1f1f1; */
    border-radius: 4px;
}

.collapsable-block input[type=checkbox]:checked + .collapse-container {
    padding: 10px 7px;
    height: auto;
    opacity: 1;
}

label.collapse-handle {
    margin: 0;
    font-weight: bold;
    cursor: pointer;
}

.collapsable-block input[type=checkbox] {
    display: none;
}
/**COLLAPSIBLE BOX END**/

/*LEDENDS*/
tr.table-row-lightblue td {
    background: #e6f8ff !important;
}

.bg-lightblue {
    background: #e5f8ff !important;
}

tr.table-row-lightorange td {
    background: #ffe8dd !important;
}

.bg-lightorange {
    background: #ffe8dd !important;
}

tr.table-row-lightyellow td {
    background: #fff7e6 !important;
}

.bg-lightyellow {
    background: #fffbe6 !important;
}

tr.table-row-lightpurple td {
    background: #d5ffdc !important;
}

.bg-lightpurple {
    background: #f1e7ff !important;
}

tr.table-row-lightgreen td {
    background: #e6ffea !important;
}

.bg-lightgreen {
    background: #e9ffec !important;
}

.bg-lightred {
    background: #ff000017 !important;
}

.legends {
    display: flex;
    width: 100%;
}

    .legends .legend-item {
        display: inline-block;
        margin-right: 10px;
    }

        .legends .legend-item .legend-color {
            height: 10px;
            width: 10px;
            display: inline-block;
            border: 1px solid #a5a5a5;
            border-radius: 10px;
        }
/*LEDENDS-END*/


/*IMAGE-GALLERY*/
.image-container {
    margin: 5px;
    border: 1px solid silver;
    border-radius: 4px;
    margin-bottom: 5px;
}

    .image-container h4 {
        padding: 8px 10px;
        margin: 0;
        border-bottom: 1px solid silver;
        font-size: 14px;
        font-weight: 600;
        color: #4e4e4e;
    }

    .image-container .images {
        padding: 5px;
    }

.modal-image-preview {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    background: #000000d4;
    padding: 20px;
    display: none;
}

.active.modal-image-preview {
    display: block;
}

.preview-box {
    height: calc(100vh - 100px);
    width: 100%;
    position: absolute;
    left: 0;
}

.modal-image-preview img {
    max-height: calc(100vh - 100px);
    top: 10px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 6px;
    height: auto;
    z-index: 2;
}

.modal-image-preview i.fa:hover {
    color: #ff4545;
    cursor: pointer;
}

.modal-image-preview i.fa {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px;
    font-size: 30px;
    color: #ededed;
    margin: 10px;
    z-index: 2;
    border-radius: 30px;
}

.images {
    vertical-align: top;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    border-collapse: collapse;
}

    .images.files-wrapper {
        vertical-align: top;
        border-collapse: collapse;
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
    }

.preview-container {
    overflow: hidden;
    cursor: zoom-in;
    width: 110px;
    position: relative;
    margin: 5px;
    text-align: center;
}

    .preview-container span {
        max-height: 38px;
        display: block;
        overflow: hidden;
        display: -webkit-box;
        max-width: 110px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-size: 11px;
    }

.image-peview {
    max-width: 100px;
    overflow: hidden;
    background-repeat: no-repeat !important;
    height: 100px;
    cursor: zoom-in;
    min-width: 100px;
    display: inline-block;
    position: relative;
    margin: 5px;
    border-radius: 4px;
    border: 1px solid #e5e5e5;
    object-fit: cover;
    background-color: #f5f5f5 !important;
}

    .image-peview.pdf {
        cursor: inherit;
    }

    .image-peview.mp4 {
        cursor: inherit;
    }
    .image-peview.doc {
        cursor: inherit;
    }
    .image-peview.xls {
        cursor: inherit;
    }

    .image-peview.img {
        background-size: cover !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
    }

    .image-peview.pdf {
        cursor: alias;
        background-size: contain !important;
        background: url(../images/pdf-icon.png) !important;
    }

    .image-peview.mp4 {
        cursor: alias;
        background-size: contain !important;
        background: url(../images/video-icon.png) !important;
    }
    .image-peview.doc {
        cursor: alias;
        background-size: contain !important;
        background: url(../images/word_icon.png) !important;
    }
    .image-peview.xls {
        cursor: alias;
        background-size: contain !important;
        background: url(../images/excel_icon.png) !important;
    }

.image-action-btn {
    opacity: 0;
    width: 100%;
    float: left;
    text-align: center;
    height: 30px;
    position: relative;
    top: 68px;
    padding: 8px 0;
    background: #0095ffde;
    color: white;
    font-size: 15px;
    cursor: pointer;
}

    .image-action-btn:hover {
        background: #0095ffde;
        color: white !important;
    }

.image-peview:hover .image-action-btn {
    opacity: 1;
}

.image-action-btn i:hover {
    color: white !important;
}

.image-peview .icon-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    display: none;
}

.image-peview:hover .icon-btn {
    display: block;
}

.image-peview.img.active {
}

.image-preview-navrow {
    position: absolute;
    bottom: 10px;
    left: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    z-index: 2;
}

.image-preview-nav {
    display: inline-block;
    height: 50px;
    padding: 0 10px;
    cursor: pointer;
}

    .image-preview-nav i {
        position: relative !important;
        padding: 0 !important;
    }

    .image-preview-nav:hover {
        background: #0a8cffad;
        color: white !important;
    }

    .image-preview-nav i:hover {
        color: white !important;
    }

.modal-image-preview img::selection {
    background: transparent;
}
/*IMAGE-GALLERY-END*/

.info-icon:after {
    content: "\f059";
    font-family: 'FontAwesome';
    position: absolute;
    right: 5px;
    color: #3ca0ff;
}

.info-icon {
    padding-right: 20px !important;
}

/*NUMBER INPUT*/
/*
 * Plugin style
 */
.numberstyle-qty {
    position: relative;
    border-radius: 6px;
    background-color: #FFFFFF;
    overflow: hidden;
    box-shadow: 0 3px 6px rgba(116, 116, 116, 0.25);
    max-width: max-content;
    margin: auto;
}

    .numberstyle-qty input,
    .numberstyle-qty .qty-btn {
        position: relative;
        display: block;
        float: left;
        height: 40px;
        padding: 0;
        margin: 0;
        border: 0px;
        text-align: center;
        line-height: 40px;
        outline: 0;
        box-shadow: 0px;
    }

.large-input .numberstyle-qty input,
.large-input .numberstyle-qty .qty-btn {
    position: relative;
    display: block;
    float: left;
    height: 70px;
    padding: 0;
    margin: 0;
    border: 0px;
    text-align: center;
    line-height: 70px;
    outline: 0;
    box-shadow: 0px;
}

.numberstyle-qty .qty-btn {
    width: 40px;
    font-size: 18px;
    cursor: pointer;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 250ms ease;
}

.large-input .numberstyle-qty .qty-btn {
    width: 40px;
    font-size: 40px;
    cursor: pointer;
    z-index: 2;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 250ms ease;
}

.numberstyle-qty .qty-btn.disabled {
    cursor: default;
    color: rgba(116, 116, 116, 0.5);
}

.numberstyle-qty input {
    width: 50px;
    border-left: 0;
    border-right: 0;
    color: #747474;
    font-size: 18px;
    font-weight: 700;
    z-index: 1;
}

.large-input .numberstyle-qty input {
    width: 70px;
    border-left: 0;
    border-right: 0;
    color: #747474;
    font-size: 50px;
    font-weight: 700;
    z-index: 1;
    font-family: inherit;
}

.numberstyle-qty input:focus {
    outline: 0;
    box-shadow: 0px;
}

.numberstyle-qty input[type=number]::-webkit-inner-spin-button,
.numberstyle-qty input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.numberstyle-qty input[type=number] {
    -moz-appearance: textfield;
}

/*
 * NUMBER INPUT END
 */
.more {
    position: absolute;
    bottom: 15px;
    right: 15px;
    padding: 7px 21px;
    border-radius: 8px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.2);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    z-index: 1;
    -webkit-animation: reveal 5000ms cubic-bezier(0.87, -0.41, 0.19, 1.44);
    animation: reveal 5000ms cubic-bezier(0.87, -0.41, 0.19, 1.44);
}

    .more::before {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        max-width: 20%;
        height: 100%;
        border-radius: 8px;
        background-color: rgba(0, 0, 0, 0);
        transition: max-width 0ms ease 250ms, background-color 250ms ease;
        transform: translate(-50%, -50%);
        z-index: -1;
    }

    .more:hover::before {
        max-width: 100%;
        background-color: rgba(0, 0, 0, 0.6);
        transition: all 250ms ease;
    }

@-webkit-keyframes reveal {
    0%, 90% {
        bottom: -30px;
    }

    100% {
        bottom: 15px;
    }
}

@keyframes reveal {
    0%, 90% {
        bottom: -30px;
    }

    100% {
        bottom: 15px;
    }
}
/*NUMBER INPUT END*/

/*Loading Report*/
.auto-height-table.loading-data:after {
    position: absolute;
    content: "";
    /* background: red; */
    height: 30px;
    width: 30px;
    top: calc(50%);
    transform: translate(-50%, -50%);
    left: calc(50%);
    border-radius: 50%;
    border-top: 4px solid #0c80ff;
    border-left: 4px solid #0c80ff;
    border-bottom: 4px solid #ed424200;
    border-right: 4px solid #ed424200;
    animation: rotate-s-loader 1s linear infinite;
}

.auto-height-table.loading-data:before {
    position: absolute;
    content: "";
    background: #ffffff91;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

@keyframes rotate-s-loader {
    from {
        transform: rotate(0);
    }

    to {
        transform: rotate(360deg);
    }
}
/*Loading Report End*/

/*LIST STYLE*/
ol#ol-parentheses-list {
    counter-reset: list;
}

    ol#ol-parentheses-list > li {
        list-style: none;
    }

    ol#ol-parentheses-list li {
        position: relative;
    }

    ol#ol-parentheses-list > li:before {
        content: "("counter(list, lower-alpha) ") ";
        counter-increment: list;
        position: absolute;
        left: -22px;
    }
/*LIST STYLE END*/

/*COMBINED-ICONS*/

.icons-combined {
    display: flex !important;
}

    .icons-combined i {
        background: white;
    }

.top-shortcut:hover > a.icons-combined i {
    background: #f2f2f2;
}

a.icons-combined i:first-child {
    width: 10px;
    overflow: hidden;
    display: inline-block;
    z-index: 2;
    padding-right: 8px !important;
    margin-right: 4px;
}

a.icons-combined i:nth-child(2) {
    display: inline-block;
    left: -8px;
    position: relative;
    z-index: 0;
    font-size: 15px;
    top: -1px;
}


a.icons-combined i:first-child:after {
    position: absolute;
    height: 20px;
    width: 3px;
    background: #f2f2f2;
    left: 20px;
    top: 2px;
    content: "";
}
/*COMBINED-ICONS END*/






































/*DEFAULTS*/
.pos-relative {
    position: relative;
}

.pos-absolute {
    position: absolute;
}

.pos-fixed {
    position: fixed;
}
/*PADDING*/
.pad-t-5 {
    padding-top: 5px !important;
}

.pad-r-5 {
    padding-right: 5px !important;
}

.pad-b-5 {
    padding-bottom: 5px !important;
}

.pad-l-5 {
    padding-left: 5px !important;
}

.pad-t-10 {
    padding-top: 10px !important;
}

.pad-r-10 {
    padding-right: 10px !important;
}

.pad-b-10 {
    padding-bottom: 10px !important;
}

.pad-l-10 {
    padding-left: 10px !important;
}

.pad-t-15 {
    padding-top: 15px !important;
}

.pad-r-15 {
    padding-right: 15px !important;
}

.pad-b-15 {
    padding-bottom: 15px !important;
}

.pad-l-15 {
    padding-left: 15px !important;
}

.pad-t-20 {
    padding-top: 20px !important;
}

.pad-r-20 {
    padding-right: 20px !important;
}

.pad-b-20 {
    padding-bottom: 20px !important;
}

.pad-l-20 {
    padding-left: 20px !important;
}

.pad-t-25 {
    padding-top: 25px !important;
}

.pad-r-25 {
    padding-right: 25px !important;
}

.pad-b-25 {
    padding-bottom: 25px !important;
}

.pad-l-25 {
    padding-left: 25px !important;
}

.pad-t-30 {
    padding-top: 30px !important;
}

.pad-r-30 {
    padding-right: 30px !important;
}

.pad-b-30 {
    padding-bottom: 30px !important;
}

.pad-l-30 {
    padding-left: 30px !important;
}

.pad-t-35 {
    padding-top: 35px !important;
}

.pad-r-35 {
    padding-right: 35px !important;
}

.pad-b-35 {
    padding-bottom: 35px !important;
}

.pad-l-35 {
    padding-left: 35px !important;
}

.pad-t-40 {
    padding-top: 40px !important;
}

.pad-r-40 {
    padding-right: 40px !important;
}

.pad-b-40 {
    padding-bottom: 40px !important;
}

.pad-l-40 {
    padding-left: 40px !important;
}

.pad-t-45 {
    padding-top: 45px !important;
}

.pad-r-45 {
    padding-right: 45px !important;
}

.pad-b-45 {
    padding-bottom: 45px !important;
}

.pad-l-45 {
    padding-left: 45px !important;
}

.pad-t-50 {
    padding-top: 50px !important;
}

.pad-r-50 {
    padding-right: 50px !important;
}

.pad-b-50 {
    padding-bottom: 50px !important;
}

.pad-l-50 {
    padding-left: 50px !important;
}

.pad-t-5 {
    padding-top: 5px !important;
}

.pad-r-100 {
    padding-right: 100px !important;
}

.pad-b-100 {
    padding-bottom: 100px !important;
}

.pad-l-100 {
    padding-left: 100px !important;
}

.pad-t-150 {
    padding-top: 150px !important;
}

.pad-r-150 {
    padding-right: 150px !important;
}

.pad-b-150 {
    padding-bottom: 150px !important;
}

.pad-l-150 {
    padding-left: 150px !important;
}

.pad-t-200 {
    padding-top: 200px !important;
}

.pad-r-200 {
    padding-right: 200px !important;
}

.pad-b-200 {
    padding-bottom: 200px !important;
}

.pad-l-200 {
    padding-left: 200px !important;
}

/*MARGIN*/
.mar-t-0 {
    margin-top: 0 !important;
}

.mar-t-5 {
    margin-top: 5px !important;
}

.mar-r-5 {
    margin-right: 5px !important;
}

.mar-b-0 {
    margin-bottom: 0 !important;
}

.mar-b-5 {
    margin-bottom: 5px !important;
}

.mar-l-5 {
    margin-left: 5px !important;
}

.mar-t-10 {
    margin-top: 10px !important;
}

.mar-r-10 {
    margin-right: 10px !important;
}

.mar-b-10 {
    margin-bottom: 10px !important;
}

.mar-l-10 {
    margin-left: 10px !important;
}

.mar-t-15 {
    margin-top: 15px !important;
}

.mar-r-15 {
    margin-right: 15px !important;
}

.mar-b-15 {
    margin-bottom: 15px !important;
}

.mar-l-15 {
    margin-left: 15px !important;
}

.mar-t-20 {
    margin-top: 20px !important;
}

.mar-r-20 {
    margin-right: 20px !important;
}

.mar-b-20 {
    margin-bottom: 20px !important;
}

.mar-l-20 {
    margin-left: 20px !important;
}

.mar-t-25 {
    margin-top: 25px !important;
}

.mar-r-25 {
    margin-right: 25px !important;
}

.mar-b-25 {
    margin-bottom: 25px !important;
}

.mar-l-25 {
    margin-left: 25px !important;
}

.mar-t-30 {
    margin-top: 30px !important;
}

.mar-r-30 {
    margin-right: 30px !important;
}

.mar-b-30 {
    margin-bottom: 30px !important;
}

.mar-l-30 {
    margin-left: 30px !important;
}

.mar-t-35 {
    margin-top: 35px !important;
}

.mar-r-35 {
    margin-right: 35px !important;
}

.mar-b-35 {
    margin-bottom: 35px !important;
}

.mar-l-35 {
    margin-left: 35px !important;
}

.mar-t-40 {
    margin-top: 40px !important;
}

.mar-r-40 {
    margin-right: 40px !important;
}

.mar-b-40 {
    margin-bottom: 40px !important;
}

.mar-l-40 {
    margin-left: 40px !important;
}

.mar-t-45 {
    margin-top: 45px !important;
}

.mar-r-45 {
    margin-right: 45px !important;
}

.mar-b-45 {
    margin-bottom: 45px !important;
}

.mar-l-45 {
    margin-left: 45px !important;
}

.mar-t-50 {
    margin-top: 50px !important;
}

.mar-r-50 {
    margin-right: 50px !important;
}

.mar-b-50 {
    margin-bottom: 50px !important;
}

.mar-l-50 {
    margin-left: 50px !important;
}

.mar-t-5 {
    margin-top: 5px !important;
}

.mar-r-100 {
    margin-right: 100px !important;
}

.mar-b-100 {
    margin-bottom: 100px !important;
}

.mar-l-100 {
    margin-left: 100px !important;
}

.mar-t-150 {
    margin-top: 150px !important;
}

.mar-r-150 {
    margin-right: 150px !important;
}

.mar-b-150 {
    margin-bottom: 150px !important;
}

.mar-l-150 {
    margin-left: 150px !important;
}

.mar-t-200 {
    margin-top: 200px !important;
}

.mar-r-200 {
    margin-right: 200px !important;
}

.mar-b-200 {
    margin-bottom: 200px !important;
}

.mar-l-200 {
    margin-left: 200px !important;
}

.no-border {
    border: none;
}

.border-radius-0 {
    border-radius: 0 !important;
}
/*WIDTH*/
.width-50 {
    width: 50px !important;
}

.width-100 {
    width: 100px !important;
}

.width-150 {
    width: 150px !important;
}

.width-200 {
    width: 200px !important;
}

.max-width-50 {
    max-width: 50px !important;
}

.max-width-100 {
    max-width: 100px !important;
}

.max-width-150 {
    max-width: 150px !important;
}

.max-width-200 {
    max-width: 200px !important;
}

.min-width-50 {
    min-width: 50px !important;
}

.min-width-100 {
    min-width: 100px !important;
}

.min-width-150 {
    min-width: 150px !important;
}

.min-width-200 {
    min-width: 200px !important;
}

.full-width {
    width: 100%;
}
/*WIDTH-END*/
/*CONTROLS-BUTTON*/
.no-resize {
    resize: none;
}

.nowrap {
    white-space: nowrap;
}

.nowrap-all * {
    white-space: nowrap;
}
/*TEXT-STYLING*/
.text-bold {
    font-weight: bold !important;
}

.text-100 {
    font-weight: 100 !important;
}

.text-200 {
    font-weight: 200 !important;
}

.text-300 {
    font-weight: 300 !important;
}

.text-400 {
    font-weight: 400 !important;
}

.text-500 {
    font-weight: 500 !important;
}

.text-600 {
    font-weight: 600 !important;
}

/*TEXT-STYLING-END*/


/*CHAT-BOX*/
.chat-box {
    margin: -10px;
}

.msger {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 10px;
    height: calc(100% - 50px);
    border: var(--border);
    border-radius: 5px;
    background: var(--msger-bg);
}

.msger-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: var(--border);
    background: #eee;
    color: #666;
}

.msger-chat {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
}

    .msger-chat::-webkit-scrollbar {
        width: 6px;
    }

    .msger-chat::-webkit-scrollbar-track {
        background: #ddd;
    }

    .msger-chat::-webkit-scrollbar-thumb {
        background: #bdbdbd;
    }

.msg {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}

    .msg:last-of-type {
        margin: 0;
    }


.msg-img {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: #efefef;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 50%;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
    color: #8b8b8b;
}

.msg-bubble {
    max-width: 450px;
    padding: 15px;
    border-radius: 15px;
    background: #efefef;
}

.msg-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.msg-info-name {
    margin-right: 10px;
    font-weight: bold;
}

.msg-info-time {
    font-size: 0.85em;
}

.left-msg .msg-bubble {
    border-bottom-left-radius: 0;
}

.right-msg {
    flex-direction: row-reverse;
}

    .right-msg .msg-bubble {
        background: #87d987;
        color: #fff;
        border-bottom-right-radius: 0;
    }

    .right-msg .msg-img {
        margin: 0 0 0 10px;
    }

.msger-inputarea {
    display: flex;
    padding: 10px;
    border-top: var(--border);
    background: #eee;
}

.msger-input:focus {
    outline-color: #2492ff;
    border: none;
    background: white;
    outline-style: auto;
}

.msger-inputarea * {
    padding: 10px;
    border: none;
    border-radius: 3px;
    font-size: 1em;
}

.msger-input {
    flex: 1;
    background: #f2f2f2;
}

.msger-send-btn {
    margin-left: 10px;
    background: rgb(36 146 255);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.23s;
}

    .msger-send-btn:hover {
        background: rgb(36 146 255);
        color: white !important;
    }

    .msger-send-btn:hover {
        background: rgb(0, 180, 50);
    }

.msger-chat {
    background-color: #fcfcfe;
}

.reaction-box {
    position: absolute;
    padding: 0 !important;
    border-right: 1px solid #e0e0e0 !important;
    border-radius: 0;
    height: 39px;
}

    .reaction-box ul {
        /* display: none; */
    }

    .reaction-box .reaction-btn {
        font-size: 25px;
        padding: 0;
        margin: 0;
        width: 40px;
        text-align: center;
        display: inline-block;
        padding: 8px;
        color: gray;
    }

        .reaction-box .reaction-btn i {
            padding: 0;
        }

        .reaction-box .reaction-btn:hover {
            color: #288af3 !important;
        }

    .reaction-box > div {
        display: none;
        position: fixed;
        bottom: 60px;
        list-style: none;
        background: white;
        border: 1px solid #dfdfdf;
        box-shadow: 0 -2px 3px #00000012;
        width: 349px;
        height: 166px;
        border-radius: 5px;
        overflow: auto;
        padding: 0;
    }

    .reaction-box ul {
        display: list-item;
        padding: 10px !important;
        margin: 0;
    }

    .reaction-box ul {
        display: list-item;
    }

.zoom-animate {
    background: transparent !important;
    animation: zoom-in-zoom-out .3s ease;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.5, 1.5);
    }

    100% {
        transform: scale(1, 1);
    }
}

.reaction-box ul li {
    width: 37px;
    font-size: 20px;
    line-height: 0;
    height: 30px;
    display: inline-grid;
    line-height: 0;
    padding: 0;
}

    .reaction-box ul li a:before {
        opacity: 0;
        display: none;
    }

    .reaction-box ul li a {
        padding: 4px;
        line-height: 1;
        display: block;
        border: 1px solid transparent;
    }

        .reaction-box ul li a:hover {
            background: #e2e2e2;
            cursor: pointer;
        }

.reaction-box ul::selection, .reaction-box > ul li::selection, a.smiley-icon::selection {
    background: transparent;
}

.reaction-box ul li a:hover {
    background: #e2e2e2;
    cursor: pointer;
}

.reaction-box ul::selection, .reaction-box > ul li::selection, .reaction-box > ul a::selection {
    background: transparent;
}

.reaction-box ul:before {
    border-bottom: 5px solid red;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 0;
    position: absolute;
}

.msger {
    display: flex;
    flex-flow: column wrap;
    justify-content: space-between;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    margin-bottom: 10px;
    height: calc(100% - 50px);
    border: var(--border);
    border-radius: 5px;
    background: var(--msger-bg);
}

.msger-header {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    border-bottom: var(--border);
    background: #ffffff;
    color: #666;
    border-bottom: 1px solid lightgrey;
}

.msger-chat {
    flex: 1;
    overflow-y: auto;
    padding: 10px;
}

    .msger-chat::-webkit-scrollbar {
        width: 6px;
    }

    .msger-chat::-webkit-scrollbar-track {
        background: #ddd;
    }

    .msger-chat::-webkit-scrollbar-thumb {
        background: #bdbdbd;
    }

.msg {
    display: flex;
    align-items: flex-end;
    margin-bottom: 10px;
}

    .msg:last-of-type {
        margin: 0;
    }



.msg-bubble {
    max-width: 450px;
    padding: 10px;
    border-radius: 15px;
    background: #efefef;
}

.msg-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.msg-info-name {
    margin-right: 10px;
    font-weight: bold;
}

.msg-info-time {
    font-size: 0.85em;
}

.left-msg .msg-bubble {
    border-bottom-left-radius: 0;
}

.right-msg {
    flex-direction: row-reverse;
}

    .right-msg .msg-bubble {
        background: #87d987;
        color: #fff;
        border-bottom-right-radius: 0;
    }

    .right-msg .msg-img {
        margin: 0 0 0 10px;
    }

.msger-inputarea {
    display: flex;
    padding: 10px;
    border-top: var(--border);
    background: #fff;
    border-top: 1px solid lightgrey;
    position: relative;
}

.msger-input:focus {
    outline-color: #2492ff;
    border: none;
    background: white;
    outline-style: auto;
}

.msger-inputarea * {
    padding: 10px;
    border: none;
    border-radius: 3px;
    font-size: 1em;
}

.msger-input {
    flex: 1;
    background: #f2f2f2;
    padding-left: 55px;
}

.msger-send-btn {
    margin-left: 10px;
    background: rgb(36 146 255);
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.23s;
}

    .msger-send-btn:hover {
        background: rgb(36 146 255);
        color: white !important;
    }

    .msger-send-btn:hover {
        background: rgb(0, 180, 50);
    }

.msger-chat {
    background-color: #fcfcfe;
}

/*CHAT-BOX-END*/

/*SUBSCRIPTION FORM*/
/*DISPLAY TAGS*/
.tag-display-container {
    display: block;
}

    .tag-display-container ul {
        padding: 0;
        list-style: none;
    }

        .tag-display-container ul li {
            float: left;
            padding: 3px 7px 3px 7px;
            margin-right: 5px;
            background: #ededed;
            font-weight: 500;
            border-radius: 0px;
            margin-top: 1px;
            margin-bottom: 1px;
        }

            .tag-display-container ul li a {
                color: #787878;
            }

                .tag-display-container ul li a:before {
                    content: "#";
                    margin-right: 1px;
                }

    .tag-display-container ul {
        list-style: none;
        padding: 0;
        margin: 0;
    }

.party-display-list ul {
    list-style: none;
    padding: 0;
}

    .party-display-list ul li span {
        width: 70px;
        display: inline-block;
        color: #484646;
    }

    .party-display-list ul li {
        color: #0574df;
        font-weight: 600;
    }

.tag-display-container ul li a:hover {
    color: #f98a30 !important;
}

.tag-display-container ul li:hover {
    background: #d1d1d1;
}
/*SUBSCRIPTION FORM END*/


/*TABLE-INNER-DETAIL*/
tr.table-inner-detail table {
    float: right;
    width: max-content !important;
}

tr.table-inner-detail:hover {
    outline: none !important;
}

tr.table-inner-detail > td {
    border: 2px solid whitesmoke !important;
    background: #f1f1f1 !important;
    border-bottom: 1px solid silver !important;
    border-top: 1px solid silver !important;
}

    tr.table-inner-detail > td td {
        background: #ffffef !important;
    }

    tr.table-inner-detail > td th {
        background: #dfdfce !important;
    }
/*TABLE-INNER-DETAIL-END*/

.pop-up-parent {
    display: none;
    height: 100%;
    width: 100%;
    background: linear-gradient(#000000d9,#000000e8);
    position: fixed;
    top: 0;
    left: 0;
}



/*TABLE-BOXED-VIEW*/
.table-boxed th {
    display: none;
}

.table-boxed.column-3 tr {
    width: 32%;
    float: left;
    display: block;
    margin-right: 5px;
}

.table-boxed td {
    width: 100% !important;
    display: inline-block;
    margin: 5px;
    border: none;
    position: relative;
}
/*.table-boxed .box{
    padding:10px;
    border-color: #6fcf8c;
}
.table-boxed .box.warning{
    padding:10px;
    border-color: #ff864d;
}
.table-boxed .box.danger{
    padding:10px;
    border-color: #ff5656;
}

.table-boxed .box .table-boxed-counter{
    background:#6fcf8c;
}
.table-boxed .box.warning .table-boxed-counter{
    background:#ff864d;
}
.table-boxed .box.danger .table-boxed-counter{
    background:#ff5656;
}*/
.table-boxed-counter {
    position: absolute;
    top: 0;
    padding: 5px;
    color: white;
    background: #a5a5a5;
    right: 0;
    min-width: 30px;
    height: 30px;
    text-align: center;
}


.table-boxed .box {
    padding: 10px;
    border: 1px solid #d1d1d1;
}

    .table-boxed .box.warning {
        padding: 10px;
        border: 1px solid #ff864d;
    }

    .table-boxed .box.danger {
        padding: 10px;
        border: 1px solid #ff5656;
    }

    .table-boxed .box .table-boxed-counter {
        /*background: #d1d1d1;*/
        background: #6ad981 !important;
    }

    .table-boxed .box.warning .table-boxed-counter {
        background: #ff864d !important;
    }

    .table-boxed .box.danger .table-boxed-counter {
        background: #ff5656 !important;
    }

.table-boxed .btn-success {
    color: #464646 !important;
    background: lightgrey;
    border: 1px solid silver;
    margin-top: 5px;
}
/*TABLE-BOXED-VIEW-END*/

/*****LEADGRAPH CHARTS****/
.number-card {
    border-radius: 0px;
    box-shadow: 0 0px 4px silver;
    overflow: hidden;
    margin: 10px;
    height: 100px;
    line-height: 28px;
}

    .number-card.green-card {
        border-top: 2px solid #2ccc6cff;
    }

    .number-card.saffron-card {
        border-top: 2px solid #f18024;
    }

    .number-card.yellow-card {
        border-top: 2px solid #f9cd20;
    }

    .number-card.red-card {
        border-top: 2px solid #ea4949;
    }

    .number-card.blue-card {
        border-top: 2px solid #2d96fa;
    }



.number-card-icon {
    position: absolute;
    top: 50%;
    left: 10px;
    translate: 0 -50%;
    opacity: .09;
    color: #898989;
    font-size: 84px;
    translate: -50% -50%;
}

.number-card-heading {
    text-align: center;
    padding: 10px;
    padding-bottom: 0;
    font-size: 14px;
    margin: 0;
    margin-top: 0;
    line-height: 25px;
}

.number-card-count {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    display: block;
    padding-bottom: 15px;
}

.number-card.green-card .number-card-heading {
    color: #2ccc6cff;
}

.number-card.saffron-card .number-card-heading {
    color: #f18024;
}

.number-card.yellow-card .number-card-heading {
    color: #f9cd20;
}

.number-card.red-card .number-card-heading {
    color: #ea4949;
}

.number-card.blue-card .number-card-heading {
    color: #2d96fa;
}

.number-card.green-card
.number-card-count {
    color: #2ccc6cff;
}

.number-card.saffron-card
.number-card-count {
    color: #f18024;
}

.number-card.yellow-card
.number-card-count {
    color: #f9cd20;
}

.number-card.red-card
.number-card-count {
    color: #ea4949;
}

.number-card.blue-card
.number-card-count {
    color: #2d96fa;
}

.label-growth {
    position: absolute;
    font-size: 12px;
    left: 50%;
    bottom: 7px;
    translate: -50%;
    font-weight: 600;
    width: 100%;
}

    .label-growth.positive {
        color: #2ccc6c;
    }

    .label-growth.negative {
        color: #ff3a3a;
    }

    .label-growth.positive::before {
        content: '+';
        font-family: 'FontAwesome';
        color: #2ccc6c;
        position: absolute;
        left: -9px;
        top: 1px;
        font-weight: bold;
    }

    .label-growth.negative::before {
        font-family: 'FontAwesome';
        color: #ff3a3a;
        position: absolute;
        left: -8px;
        top: 0px;
        font-weight: bold;
    }

    .label-growth.positive:after {
        content: attr(data-text);
        color: #2ccc6c;
        margin-left: 5px;
        font-weight: 500;
    }

    .label-growth.negative:after {
        content: attr(data-text);
        color: #ff3a3a;
        margin-left: 5px;
        font-weight: 500;
    }
/*****LEADGRAPH CHARTS****/
.graph-card-square-purple {
    border-top: 2px solid #9c6fca;
}

.graph-card-square-green {
    border-top: 2px solid #009688;
}

.graph-card-square-blue {
    border-top: 2px solid #2d96fa;
}

.graph-card-square-saffron {
    border-top: 2px solid #ed8f4e;
}

.graph-card-square-red {
    border-top: 2px solid #da4747;
}

.graph-card-square-yellow {
    border-top: 2px solid #f4d145;
}

.bold-text {
    font-weight: 600;
}

.grey-card .number-card-count {
    font-size: 35px;
    color: #a8a8a8;
    position: relative;
    padding: 5px;
}

.grey-card .number-card-heading {
    margin: 0;
    padding-bottom: 0;
}

.graph-card-square {
    border-radius: 0px;
    box-shadow: 0 0px 4px silver;
    overflow: hidden;
    margin: 10px;
    height: 220px;
    line-height: 28px;
}

.graph-card-square-purple .graph-card-square-heading {
    color: #9c6fca;
}

.graph-card-square-green .graph-card-square-heading {
    color: #009688;
}

.graph-card-square-blue .graph-card-square-heading {
    color: #2d96fa;
}

.graph-card-square-saffron .graph-card-square-heading {
    color: #ed8f4e;
}

.graph-card-square-red .graph-card-square-heading {
    color: #da4747;
}

.graph-card-square-yellow .graph-card-square-heading {
    color: #f4d145;
}

.graph-card-square-heading {
    position: absolute;
    left: 25px;
    top: 17px;
}
/*DASHBOARD STYLES*/

/*TOGGLE-FORM-ELEMENT*/
.option-toggle-checkbox:checked + .option-toggle-farwindow {
    display: flex;
}

.option-toggle-farwindow {
    display: none;
}

.option-toggle-checkbox {
    opacity: 0;
    position: absolute;
}
/*TOGGLE-FORM-ELEMENT*/


/*SHOW More*/
.show-more-content {
    display: none;
}

.show-more-checkbox {
    position: absolute;
    opacity: 0;
}

    .show-more-checkbox:checked ~ .show-more-content {
        display: block;
    }

    .show-more-checkbox + label a:first-child {
        display: inline-block;
    }

    .show-more-checkbox + label a:last-child {
        display: none;
    }

    .show-more-checkbox:checked + label a:first-child {
        display: none;
    }

    .show-more-checkbox:checked + label a:last-child {
        display: inline-block;
    }

    .show-more-checkbox + label a {
        padding: 0px 5px;
        background: #1b8cff;
        margin: 2px 0;
        color: white;
        border-radius: 10px;
    }

        .show-more-checkbox + label a:hover {
            color: white !important;
            background: #1d7ee0;
        }
/*SHOW More*/

button.btn-close {
    float: right;
    border: none;
    background: transparent;
    font-size: 30px;
    position: relative;
    top: 0;
}

/*Login Responsive New Changes*/

img.logo_cogxim {
    max-width: 70%;
}


/*ANIMATIONS*/
@keyframes bounce {
    70% {
        transform: translateY(0%);
    }

    80% {
        transform: translateY(-15%);
    }

    90% {
        transform: translateY(0%);
    }

    95% {
        transform: translateY(-7%);
    }

    97% {
        transform: translateY(0%);
    }

    99% {
        transform: translateY(-3%);
    }

    100% {
        transform: translateY(0);
    }
}

.anim-bounce {
    animation: bounce 2s ease infinite;
}

.anim-hithere {
    animation: hithere 1s ease infinite;
}

@keyframes hithere {
    30% {
        transform: scale(1.2);
    }

    40%, 60% {
        transform: rotate(-20deg) scale(1.2);
    }

    50% {
        transform: rotate(20deg) scale(1.2);
    }

    70% {
        transform: rotate(0deg) scale(1.2);
    }

    100% {
        transform: scale(1);
    }
}
/*ANIMATIONS END*/


/*table header fix css*/
.fixTableHead {
    overflow-y: auto;
    height: calc(100vh - 380px);
}

    .fixTableHead th {
        position: sticky !important;
        top: 0px;
        z-index: 9;
    }

    .fixTableHead table {
        border-collapse: collapse;
        width: 100%;
    }

    .fixTableHead > th,
    td {
        padding: 4px 7px;
        border: 1px solid silver;
        white-space: nowrap;
    }

    .fixTableHead th {
        background: #e9e9e9;
    }
/*table header fix css*/


/*Dropdown action button*/


.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
    height: 28px;
}


.btn-white {
    background: white;
    color: black !important;
    border: 1px solid #cccccc;
}

.btn-white:hover, .btn-white:active, .btn-white:focus, .btn.disabled, .open .btn.dropdown-toggle {
    background: #e6e6e6 !important;
}

button.btn.btn-white {
}

.dropdown-action-btn {
    padding: 0px;
    border-radius: 5px;
    overflow: hidden;
    -webkit-box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
    box-shadow: 0 8px 10px 1px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);
}
ul.dropdown-menu.dropdown-action-btn li:not(.divider):empty {
    display: none;
}

.dropdown-action-btn li a {
    width: 100%;
    padding: 5px 10px !important;
    line-height: 20px;
    font-size: 13px !important;
    text-align: left;
    font-weight: 500;
}

.dropdown-action-btn li {
    height: 30px;
}

.table-action-dropdown-btn.danger i, .table-action-dropdown-btn.danger, .table-action-dropdown-btn.danger i:hover, .table-action-dropdown-btn.danger:hover {
    color: #ff3f3f !important;
}

ul.dropdown-menu.dropdown-action-btn li:hover a {
    background: #f6f6f6 !important;
}
.btn-white.dropdown-toggle {
    height: 28px;
}

.btn-group .btn:nth-child(1) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.btn-group .btn:nth-child(2) {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

