.admin-top-header {
    padding: 15px 25px;
    position: absolute;
    right: 0;
    top: 60px;
}

    .admin-top-header h4 {
        margin: 0 0 5px;
        font-weight: 500;
        color: #28465a;
    }

    .admin-top-header p{
        margin-bottom: 0;
        font-weight: 300;
        color: #8e8e8e
    }

.action-primary {
    color: #FFF;
    background: #00c853;
    border: 0px !important;
    position: relative;
    text-transform: unset;
    height: 32px;
    min-width: 100px
}

a.action-primary {
    line-height: 32px;
    padding: 0 15px
}

.action-primary:hover {
    background: #43a047;
    color: #fff
}

.action-filled {
    color: #ffbc1a;
    background: #fff;
    border: 2px solid #ffbc1a;
    position: relative;
    text-transform: uppercase;
    height: 32px;
}

    .action-filled:hover {
        background: #ffbc1a;
        border: 2px solid #ffc94d;
        color: #fff
    }

.admin-form-type {
    background: #f7f7f7;
    padding: 10px 20px 10px 25px;
    overflow: hidden;
}

.form-style {
    color: #272727;
    box-shadow: none;
    border: 1px solid #dcdcdc;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    font-size: var(--font-size-md);
    padding: 4px 10px 6px;
    width: 100%;
    height: 32px;
}

    .form-style:focus {
        border: 1px solid #53bce8;
        outline: none;
        box-shadow: 0 0 5px #a8d9ff;
    }

.branch-data-list {
    position: relative;
}

.data-table-top {
    padding: 10px 20px 10px 25px;
    overflow: hidden;
}

.data-row-count {
    float: left;
}

    .data-row-count label {
        float: left;
        width: 45px;
        margin-top: 5px;
        font-weight: 500;
        color: #717171;
    }

    .data-row-count select {
        width: 60px;
        float: left;
    }

    .data-row-count span {
        float: left;
        color: #717171;
        font-weight: 500;
        margin-left: 10px;
        margin-top: 5px;
    }

    .data-row-pagination .pagination {
        margin: 0
    }

    .data-row-pagination li {
        list-style: none;
        float: left;
    }

    .data-row-pagination .pagination a {
        display: block;
        text-align: center;
        color: #717171;
        font-weight: 500;
        background: #fff;
        margin-left: 5px !important;
        border-radius: 3px;
        padding: 6px 12px !important;
        border: none !important;
    }

        .data-row-pagination .pagination a:hover {
            background: #d2d2d2 !important
        }

    .data-row-pagination .pagination li.active a {
        background: #676767 !important;
        color: #f2f2f2
    }

a.admin-td-action {
    width: 30px;
    height: 30px;
    float: right;
    text-align: center;
    line-height: 33px;
    background: transparent;
    border-radius: 100%;
    transition: all 0.5s ease-in-out;
    margin-left: 5px;
    color: #bdbdbd
}

a.atc-view:hover {
    background: #d8f3da;
}

a.atc-edit:hover {
    background: #cfeffc;
}

a.atc-del:hover {
    background: #fdcfce;
}

.data-row-delete {
    position: absolute;
    border: 1px solid #f9a5a3;
    width: 100%;
    padding: 10px 10px;
    left: 0;
    z-index: 99;
    background: linear-gradient(to left, rgb(255, 255, 255) 40%, rgba(255, 255, 255, 0) 100%);
    will-change: opacity;
    -webkit-transition: max-height 0.25s, opacity 0.5s;
    transition: max-height 0.25s, opacity 0.5s;
    opacity: 0
}

.show-error .data-row-delete {
    opacity: 1;
    transform: translateY(0px);
}

.dr-action {
    float: right;
}

    .dr-action a {
        width: 60px;
        text-transform: uppercase;
        font-size: var(--font-size-xl);
        font-weight: 500;
        float: left;
        color: #fff;
        text-align: center;
        padding: 5px 0;
    }

.yes-btn {
    background: #f34541
}

    .yes-btn:hover {
        background: #dc302c
    }

.no-btn {
    background: #00c853;
    margin-left: 10px;
}

    .no-btn:hover {
        background: #43a047;
    }

.data-row-delete p {
    font-weight: 500;
    font-size: var(--font-size-2l);
    color: #28465a;
    float: left;
    margin: 4px 15px 0 0;
}

/**/
.new-branch-from {
    background: #f7f7f7;
    padding: 15px 25px;
}

.back-list {
    color: #28465a;
    font-weight: 500;
    margin-bottom: 35px;
    display: inline-block;
    background: url(../img/admin-img/back-icon.png) no-repeat 0 center;
    padding: 12px 25px !important;
    text-decoration: underline;
}

.form-wrap {
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
}

    .form-wrap label {
        color: #383838;
        font-size: var(--font-size-lg);
        width: 170px;
        float: left;
        margin-top: 5px;
    }

        .form-wrap label small {
            color: #f00
        }

        .form-wrap label span {
            display: block;
            font-size: var(--font-size-md);
            color: #8e8e8e;
            line-height: normal;
            font-weight: 300;
        }

.non-editable {
    background: #ebebeb;
    pointer-events: none;
}

.form-wrap .fm-box {
    width: 300px;
    float: right;
    position: relative;
    padding-right: 15px;
}

.fm-box h5 {
    font-size: var(--font-size-lg);
    font-weight: 300;
    color: #28465a;
}

.fm-error .form-style {
    border: 1px solid #f00;
    background: #fef5f5;
}

.fm-error {
    will-change: opacity;
    -webkit-transition: max-height 0.25s, opacity 0.5s;
    transition: max-height 0.25s, opacity 0.5s;
}

    .fm-error .fm-error-text {
        opacity: 1;
        transform: translateY(5px);
    }

.fm-error-text {
    display: block;
    font-size: var(--font-size-md);
    font-weight: 300;
    color: #fa625c;
    padding: 0 0 0 20px;
    background: url(../img/admin-img/error-icon.png) no-repeat 0 1px;
    transform: translateY(-15px);
    transition: -webkit-transform 0.25s;
    transition: transform 0.25s;
    transition: transform 0.25s, -webkit-transform 0.25s;
    opacity: 0
}

.fm-cal {
    background-image: url(../img/new-green-cal.png);
    background-position: 95% 5px;
    background-repeat: no-repeat;
}

.cal-size {
    width: 135px;
}

.fm-action .action-primary,
.fm-action .action-filled {
    float: left;
}

.fm-action .action-primary {
    margin-left: 10px;
}

.fm-landline {
    width: 101px;
    float: left;
}

.fm-stdcode {
    width: 60px;
    float: left;
    margin-left: 5px;
}

.fm-ctno {
    width: 110px;
    float: left;
    margin-left: 5px;
}

.add-no {
    font-weight: 300;
    color: #00c853;
    font-size: var(--font-size-lg);
    display: inline-block;
    padding: 0 0 0 17px;
    float: right;
    background: url(../img/admin-img/add-icon.png) no-repeat 0 3px;
}

    .add-no:hover {
        text-decoration: underline;
        color: #00c853;
    }

.branch-location {
    overflow: hidden;
}

    .branch-location h5 {
        font-size: var(--font-size-3l);
        font-weight: 500;
        color: #28465a;
        margin: 0 0 5px
    }

    .branch-location p {
        margin-bottom: 0;
        font-weight: 300;
        color: #8e8e8e;
    }

.google-map {
    border: 1px solid #dadada;
    margin-top: 10px;
    position: relative;
}

.map-search-box {
    position: absolute;
    z-index: 99;
    background: rgba(0, 0, 0, .2);
    width: 99%;
    padding: 5px;
    margin: 0.5%;
}

.ml-box {
    float: left;
    width: 60%
}

button.map-r-btn {
    float: right;
}


/**/

.profile-settings {
    margin: 10px 0;
}

.role-list-header {
    overflow: hidden;
    margin-bottom: 20px;
}

    .role-list-header h4 {
        margin: 0;
        color: #28465a;
        font-weight: 500;
        float: left;
        font-size: var(--font-size-xl);
    }

.i-pad {
    padding-right: 30px;
}

.i-search {
    position: absolute;
    right: 10px;
    top: 10px;
    color: #969696;
    font-size: var(--font-size-md);
}

a.select-all {
    color: #28465a;
    font-size: var(--font-size-lg);
    font-weight: 500;
    margin: 5px 0 0;
}

/*Custom Checkbox*/

.sel-settings {
    overflow: hidden;
    padding: 5px 15px;
    background: #e7e7e7;
    /*border-bottom: 1px solid rgba(0, 0, 0, 0.1);*/
}

.checkbox {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-right: 10px;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.checkbox label {
    cursor: pointer;
    padding-left: 0;
    color: #28465a;
    line-height: 25px;
}

    .checkbox input[type=checkbox] {
        opacity: 0;
        position: absolute;
        margin: 0;
        z-index: -1;
        width: 16px;
        height: 16px;
        overflow: hidden;
        left: 0;
        pointer-events: none;
    }

    .checkbox .checkbox-material {
        vertical-align: middle;
        position: relative;
        top: 0px;
    }

.checkbox .checkbox-material:before {
    position: absolute;
    left: 7px;
    top: 6px;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    height: 2px;
    width: 2px;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
}

        .checkbox .checkbox-material .check {
            position: relative;
            display: inline-block;
            width: 16px;
            height: 16px;
            border: 1px solid;
            border-radius: 2px;
            overflow: hidden;
            z-index: 1;
            top: 2px;
        }

.checkbox .checkbox-material .check:before {
    position: absolute;
    content: "";
    -webkit-transform: rotate(33deg);
    transform: rotate(33deg);
    display: block;
    margin-top: -4px;
    margin-left: 3px;
    width: 0;
    height: 0;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0 inset;
    -webkit-animation: checkbox-off 0.3s forwards ease-out;
    animation: checkbox-off 0.3s forwards ease-out;
}

    .checkbox input[type=checkbox]:focus + .checkbox-material .check:after {
        opacity: 0.2;
    }

    .checkbox input[type=checkbox]:checked + .checkbox-material .check:before {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
        -webkit-animation: checkbox-on 0.3s forwards ease-out;
        animation: checkbox-on 0.3s forwards ease-out;
    }

    .checkbox input[type=checkbox]:not(:checked) + .checkbox-material:before {
        -webkit-animation: rippleOff 700ms forwards ease-out;
        animation: rippleOff 700ms forwards ease-out;
    }

    .checkbox input[type=checkbox]:checked + .checkbox-material:before {
        -webkit-animation: rippleOn 700ms forwards ease-out;
        animation: rippleOn 700ms forwards ease-out;
    }

    .checkbox input[type=checkbox]:not(:checked) + .checkbox-material .check:after {
        -webkit-animation: rippleOff 700ms forwards ease-out;
        animation: rippleOff 700ms forwards ease-out;
    }

    .checkbox input[type=checkbox]:checked + .checkbox-material .check:after {
        -webkit-animation: rippleOn 700ms forwards ease-out;
        animation: rippleOn 700ms forwards ease-out;
    }

    .checkbox input[type=checkbox][disabled]:not(:checked) ~ .checkbox-material .check:before,
    .checkbox input[type=checkbox][disabled] + .circle {
        opacity: 0.5;
    }

    .checkbox input[type=checkbox][disabled] + .checkbox-material .check:after {
        background-color: rgba(0, 0, 0, 0.84);
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.coloured .checkbox-material .check {
    color: #2FAEF8;
}

.coloured .checkbox-material:before {
    background-color: #2FAEF8;
}

.coloured input[type=checkbox]:checked + .checkbox-material .check {
    color: #2FAEF8;
}

@-webkit-keyframes checkbox-on {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    }

    50% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    }

    100% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    }
}

@keyframes checkbox-on {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px;
    }

    50% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px 2px 0 11px;
    }

    100% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px;
    }
}

@-webkit-keyframes checkbox-off {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    }

    25% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    }

    50% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: -4px;
        margin-left: 6px;
        width: 0px;
        height: 0px;
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    }

    51% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-top: -2px;
        margin-left: -2px;
        width: 20px;
        height: 20px;
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-top: -2px;
        margin-left: -2px;
        width: 20px;
        height: 20px;
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
    }
}

@keyframes checkbox-off {
    0% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    }

    25% {
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 20px -12px 0 11px, 0 0 0 0 inset;
    }

    50% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: -4px;
        margin-left: 6px;
        width: 0px;
        height: 0px;
        box-shadow: 0 0 0 10px, 10px -10px 0 10px, 32px 0px 0 20px, 0px 32px 0 20px, -5px 5px 0 10px, 15px 2px 0 11px, 0 0 0 0 inset;
    }

    51% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-top: -2px;
        margin-left: -2px;
        width: 20px;
        height: 20px;
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 10px inset;
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
        margin-top: -2px;
        margin-left: -2px;
        width: 20px;
        height: 20px;
        box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0px 0px 0 0px inset;
    }
}

@-webkit-keyframes rippleOn {
    0% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
        -webkit-transform: scale(13, 13);
        transform: scale(13, 13);
    }
}

@keyframes rippleOn {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(13, 13);
        transform: scale(13, 13);
    }
}

@-webkit-keyframes rippleOff {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(13, 13);
        transform: scale(13, 13);
    }
}

@keyframes rippleOff {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(13, 13);
        transform: scale(13, 13);
    }
}

ul.chec-list {
    padding: 5px 15px 0;
    background: #fafafa;
    margin: 0;
    height: 221px;
    overflow: scroll;
    margin-bottom: 10px;
    border: 1px solid #d7d7d7;
}

    ul.chec-list li {
        list-style: none;
        padding-bottom: 5px;
    }

        ul.chec-list li:last-child {
            padding-bottom: 0
        }

    ul.chec-list small {
        color: #6e7e89;
        font-weight: 400
    }

.pro-list {
    margin: 0 -15px;
    overflow: auto;
}

    .pro-list ul {
        margin: 0;
        padding: 10px
    }

        .pro-list ul li {
            list-style: none;
            background: #f8f8f8;
            padding: 6px 8px;
            margin-bottom: 5px;
            border-left: 4px solid #1e977c;
            margin-bottom: 5px;
            cursor: pointer;
        }

            .pro-list ul li:hover {
                background: #fff;
            }

            .pro-list ul li.active {
                background: #fff;
                box-shadow: 0 0 10px rgb(158, 203, 222);
            }

            .pro-list ul li:last-child {
                margin-bottom: 0;
            }

    .pro-list h5 {
        margin-top: 0;
        font-size: var(--font-size-md);
        color: #28465a;
        font-weight: 500;
    }

.pro-list-action {
    overflow: hidden;
}

.pro-list-totaldiv {
    outline-style: none;
}

.pro-list-action p {
    width: 80%;
    float: left;
    margin: 0;
    color: #576772;
    font-weight: 300
}

.pl-button {
    float: right;
}

    .pl-button a {
        float: left;
    }

a.i-edit {
    background: url(../img/admin-img/edit-icon.svg) no-repeat 0 0;
    width: 20px;
    height: 20px;
}

.rTableCell a i {
    font-size: var(--font-size-2l);
}

.rTableCell a .fa-eye {
    color: #5ecb66;
}

.rTableCell a .fa-trash {
    color: #f96865;
}

.rTableCell a .fa-pencil-square {
    color: #63caf7;
}

/*Manage User*/

.manage-users {
    position: relative;
    height: 500px;
}

.add-user-form {
    background: #f7f7f7;
    margin: 10px 0;
    padding: 15px 25px;
}

.auf-header {
    overflow: hidden;
    padding-bottom: 25px;
}

    .auf-header h4 {
        font-size: var(--font-size-3l);
        margin: 0 0 5px;
        font-weight: 500;
        color: #28465a;
    }

    .auf-header p {
        color: #8e8e8e;
        font-size: var(--font-size-xl);
        margin: 0;
        font-weight: 300;
    }

.double-form {
    padding-bottom: 5px;
    position: relative;
}

.i-delrow {
    background: url(../img/admin-img/delete-icon.png) no-repeat 0 0;
    width: 12px;
    height: 15px;
    position: absolute;
    right: -15px;
    top: 50%;
    margin-top: -10px;
}

.access-rights {
    background: #eceeef;
    padding: 10px 10px 5px;
    overflow: hidden;
}

    .access-rights h5 {
        margin: 0 0 15px;
        font-size: var(--font-size-3l);
        color: #28465a;
    }

    .access-rights .col-md-4 {
        margin-bottom: 10px;
    }

.access-rights-list {
    padding: 10px 10px 10px 40px;
    font-size: var(--font-size-lg);
    font-weight: 300;
    color: #28465a;
    background: url(../img/admin-img/tick-icon.png) no-repeat 10px center #fff;
    box-shadow: 0 2px 2px #ccc;
}

h4.dr-name {
    font-weight: 500;
    color: #28465a;
    margin-top: 15px;
}

.mup-info {
    margin-top: 15px;
}

    .mup-info li {
        list-style: none;
        padding: 10px 10px 5px 0;
        border-bottom: 1px solid #eee;
    }

        .mup-info li span {
            display: block;
            color: #383838;
            font-size: var(--font-size-sm);
            font-weight: 500
        }

        .mup-info li h5 {
            overflow: hidden;
            width: 80%;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

            .mup-info li h5,
            .mup-info li h5 span {
                color: #28465a;
                font-size: var(--font-size-md);
                font-weight: 600;
                /*margin: 0*/
            }

.add-time-slot {
    padding: 15px;
    background: #fff;
    overflow: hidden;
    height: 285px;
}

    .add-time-slot.active {
        box-shadow: 0 0 3px #2aa7fb;
        transition: all 1s ease-in-out
    }

.se-timebox {
    overflow: hidden;
    padding: 20px 0;
}

.add-time-slot h4 {
    margin: 0;
    font-weight: 500;
    font-size: var(--font-size-3l);
    color: #28465a;
    float: left;
}

a.ts-rbtn {
    float: right;
    font-size: var(--font-size-lg);
    color: #28465a;
    font-weight: 500;
}

.s-time {
    float: left;
    width: 130px;
}

.e-time {
    float: right;
    width: 125px;
}

    .s-time label,
    .e-time label {
        display: block;
        font-size: var(--font-size-2l);
        font-weight: 300;
        padding-bottom: 3px;
    }

.st-fbox,
.st-tbox {
    width: 60px;
    float: left;
}

.st-fbox {
    margin-right: 5px;
}

.select-days label {
    float: left;
    font-size: var(--font-size-2l);
    color: #383838;
    font-weight: 300
}

a.sd-uselect {
    float: right;
    font-size: var(--font-size-lg);
    color: #28465a;
    margin: 4px 0 0;
}

ul.d-list {
    overflow: hidden;
    margin: 10px 0 20px;
}

.d-list li {
    list-style: none;
}

.d-list a {
    float: left;
    padding: 1px 5px 2px;
    display: block;
    line-height: normal;
    font-size: var(--font-size-xl);
    color: #383838;
    font-weight: 300;
    text-transform: uppercase;
    background: #fff;
    margin: 0 5px 0 0;
    border-radius: 10px;
}

    .d-list a:hover,
    .d-list li.active a {
        background: #448ccb;
        color: #fff
    }

.avail-time-slot table {
    width: 100%
}

.avail-time-slot th {
    background: none;
    padding: 0 10px;
}

.avail-time-slot table td {
    text-align: left;
    padding: 5px 10px;
    background: none
}

.avail-time-slot table td {
    cursor: pointer;
}

    .avail-time-slot table td:first-child {
        cursor: default;
    }

.avail-time-slot li {
    list-style: none;
    float: left;
    margin: 0 10px 10px;
    line-height: 12px;
}

.avail-time-slot span {
    float: left;
    font-size: var(--font-size-2l);
}

i.avt-grey {
    float: left;
    background: url(../img/delete-button.png) no-repeat 0 3px;
    width: 16px;
    height: 19px;
    margin: 0px 0 0 7px;
}

a.tin {
    display: table-cell;
    padding: 1px 5px 2px 6px;
    border: 1px solid transparent;
    color: #393939;
    transition: all .5s;
}

    a.tin:hover {
        border: 1px solid #ccc;
    }

.time-slot {
    background: #fff;
    height: 285px;
    padding: 15px;
    position: relative;
}

    .time-slot h5 {
        float: left;
        font-weight: 500;
        font-size: var(--font-size-2l);
        width: 100px;
        margin-top: 0
    }

.manageform > .form-wrap {
    padding-bottom: 0px !important;
}

#progressbar {
    margin-bottom: 0;
    counter-reset: step;
    text-align: center;
    position: absolute;
    right: 0;
    top: 11px;
}

    #progressbar li {
        list-style-type: none;
        color: #898989;
        text-transform: uppercase;
        font-size: var(--font-size-md);
        width: 225px;
        float: left;
        position: relative;
        font-weight: 300;
        cursor: pointer;
    }

        #progressbar li:before {
            content: counter(step);
            counter-increment: step;
            width: 32px;
            line-height: 29px;
            display: block;
            height: 32px;
            font-size: 20px;
            color: #c3c3c3;
            background: -webkit-radial-gradient(circle, #ffffff, #c3c3c3);
            border-radius: 100%;
            font-weight: 500;
            margin: 0 auto 5px auto;
        }

        #progressbar li.active {
            color: #30b165
        }

            #progressbar li.active:before,
            #progressbar li.active:after {
                background: #30b165;
                color: #fff;
            }


/**/
.admin-Statistics a {
    margin-top: 20px;
    font-size: var(--font-size-4l);
    font-weight: 500;
    color: #a8a8a8;
}

.admin-Statistics p {
    font-size: var(--font-size-2l);
    padding: 2px;
}

.admin-settingEH {
    position: absolute;
    top: 20px;
    right: 25px;
    color: #dbe0e2;
}

.admin-dashborad {
    clear: both;
}

    .admin-dashborad h3 {
        font-size: var(--font-size-3l);
        font-weight: 500;
        color: #777f8d;
    }


.f-text {
    color: #28465a;
    font-size: var(--font-size-2l);
    font-weight: 300;
}

    .f-text strong {
        color: #f36f21;
        font-size: var(--font-size-2l);
    }


/*div table*/

.rTable {
    display: table;
    width: 100%;
}

.rTableHeading {
    display: table-header-group;
}

.rTableHead {
    display: table-cell;
    padding: 10px 15px;
    background: #fff;
    border-left: 1px solid #eeeef0;
    color: #28465a;
    font-weight: 500;
    font-size: var(--font-size-md);
}

.rTableCell {
    display: table-cell;
    padding: 10px 15px;
    color: #28465a;
    vertical-align: middle;
}

.rTableBody {
    display: table-row-group;
}

.rTableRow {
    display: table-row;
    position: relative;
}

    .rTableRow:nth-of-type(even) {
        background-color: #fff;
    }

    .rTableRow:nth-of-type(odd) {
        background: #f7f7f7;
    }

.rTableHead.tb-sort {
    background: url(../img/admin-img/sort-icon.png) no-repeat 92% center #fff;
    cursor: pointer;
}

.rTableHead.tb-asc {
    background: url(../img/admin-img/sort-asc.png) no-repeat 92% center #fff;
    cursor: pointer;
}

.rTableHead.tb-dec {
    background: url(../img/admin-img/sort-dec.png) no-repeat 92% center #fff;
    cursor: pointer;
}

.rTableHead:first-child {
    border: none;
}

.rTableHead:last-child {
    border: none;
}


/*Feedback*/

.feedback-question {
    margin: 10px 0;
}

.select-branch label {
    margin-bottom: 15px;
}

.select-branch .form-group {
    float: left;
    margin: 0;
    width: 81.3%;
}

.choose-lang {
    height: 400px;
    background: #f7f7f7;
    padding: 25px;
}

    .choose-lang h5 {
        margin-top: 0;
        font-weight: 300;
        color: #383838;
        font-size: var(--font-size-xl);
    }

    .choose-lang .checkbox {
        margin: 0 20px 0 0;
    }

.question-form {
    margin: 30px 0;
}

label .feed-ques-lbl {
    font-size: var(--font-size-2l);
    color: #383838;
    padding-bottom: 20px;
    line-height: 13px;
    font-weight: 300;
}

.b-btm-msg .action-filled {
    margin-right: 10px;
}

.branch-questions {
    background: #f7f7f7;
    padding: 0 0 25px;
    position: relative;
    height: 400px;
}

    .branch-questions h6 {
        padding: 25px 25px 10px;
        font-size: var(--font-size-xl);
        margin: 0 0 10px
    }

    .branch-questions ul {
        height: 312px;
        overflow-y: scroll;
        padding: 3px 15px 0 25px;
        margin: 0 15px 0 0;
    }

    .branch-questions li {
        list-style: none;
        overflow: hidden;
        box-shadow: 0 0 4px #ccc;
        position: relative;
        margin-bottom: 10px;
    }

        .branch-questions li:last-child {
            margin-bottom: 3px;
        }

.question-no {
    float: left;
    background: #fff;
    position: absolute;
    font-size: 28px;
    color: #4f7995;
    font-weight: 500;
    width: 15%;
    text-align: center;
    left: 0;
    height: 100%;
    padding: 20px 0 0;
}

.question-info {
    float: left;
    margin-left: 15%;
    width: 85%;
    padding: 2% 2% 0;
}

.quest-wrap {
    clear: both;
}

.q-eng {
    overflow: hidden;
    padding-bottom: 10px;
}

.question-info span {
    float: left;
    width: 12%;
}

.question-info p {
    float: left;
    width: 88%;
    margin: 0;
    line-height: normal;
}

.question-edit {
    float: right;
}

    .question-edit a {
        float: left;
        margin-left: 15px;
    }

.ng-animate {
    transition: 0s none !important;
    -webkit-transition: 0s none !important;
    animation: 0s none !important;
    -webkit-animation: 0s none !important;
}

.reg-checkbox {
    margin: 10px 0;
}

.reg-actions {
    margin: 10px 0 0 15px;
    overflow: hidden;
}

    .reg-actions .action-filled {
        margin-right: 10px;
    }

.f-pwdbox {
    display: inline-block;
    color: #4CAF50;
    text-decoration: underline;
    margin-left: 5px;
    font-size: var(--font-size-lg);
}

.time-lft-box {
    height: 285px;
}

.time-slot-action {
    margin-top: 15px;
    float: right;
}

    .time-slot-action .action-filled {
        margin-right: 10px;
    }

.no-time-slot {
    text-align: center;
    color: #bfbfbf;
    width: 125px;
    left: 50%;
    position: absolute;
    height: 90px;
    top: 50%;
    margin: -45px 0 0 -63px;
}

    .no-time-slot p {
        margin: 5px 0 0;
    }

.no-question {
    width: 145px;
    position: absolute;
    text-align: center;
    height: 90px;
    top: 50%;
    left: 50%;
    margin: -45px 0 0 -73px;
}

    .no-question p {
        margin: 0;
        color: #bfbfbf
    }

.receptionist-timeslot {
    min-height: 260px;
    background: #fff;
    position: relative;
}

/*New Admin*/
.user-image {
    position: relative;
    z-index: 1;
    width: 100%;
    text-align: center;
}

    .user-image img {
        clear: both;
        margin: auto;
        position: relative;
        width: 60px;
        height: 60px;
        top: 10px;
    }
.admin-search {
    position: relative;
}
.admin-search input {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1.5px solid #e7e7e7;
    box-sizing: border-box !important;
    height: 45px;
    background-color: transparent !important;
    font-size: var(--font-size-2l);
    text-indent: 40px;
    font-weight: 600;
    border-radius: 0 !important;
    padding-right: 50px;
}
.admin-search input:focus {
    box-shadow: none !important
}
.admin-search .fa-search {
    font-size: var(--font-size-4l);
    color: #777;
    position: absolute;
    left: 15px;
    top: 13px;
    width: 20px;
}
.admin-search .fa-times-circle {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
    font-size: var(--font-size-2l);
    color: #f00;
    cursor: pointer;
}
/*Bar Code Scanner*/
.BarcodeScanner > .modal-dialog {
    width: 292px;
    position: absolute;
    left: 0;
    right: 0;
    top: 110px;
}