﻿@import"https://fonts.googleapis.com/css?family=Nunito:400,600,700,800";

body {
    font-family: "Nunito",sans-serif
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Nunito",sans-serif
}

a, a:hover, a:active, button, button:hover, button:active {
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    color: #fe3d37
}

.float-right {
    float: right
}

.float-left {
    float: left
}

.padTop5 {
    padding-top: 4px
}

.marTop5 {
    margin-top: 10px
}

.marTop7 {
    margin-top: 7px
}

.marTop15 {
    margin-top: 15px
}

.marTopM5 {
    margin-top: -5px
}

.mTopM30 {
    margin-top: -20px
}

.mTopM25 {
    margin-top: -25px
}

.padBot10 {
    padding-bottom: 10px
}

.marRight30 {
    margin-right: 30px
}

.marBot10 {
    margin-bottom: 10px !important
}

.marBot20 {
    margin-bottom: 20px
}

.disInBlock {
    display: inline-block
}

.green-check {
    color: #90ee90 !important
}

.widthauto {
    width: auto
}

.centerBtn {
    display: block;
    margin: 0 auto
}

.noBorder {
    border: 0
}

.cursor_pointer {
    cursor: pointer
}

.font50 {
    font-size: 100px
}

.top50 {
    top: 50% !important
}

.width100 {
    width: 100px
}

.pLeft0 {
    padding-left: 0
}

.pRight0 {
    padding-right: 0
}

.min-height182 {
    min-height: 182px
}

.min-height109 {
    min-height: 109px
}

.pos_rel {
    position: relative
}

.verAlgnMiddle {
    vertical-align: middle
}

.txtLeft {
    text-align: left !important
}

.modal {
    user-select: none;
    -moz-user-select: none;
    text-align: center;
    padding: 0 !important
}

    .modal:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px
    }

.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

.modal {
    background: rgba(0,0,0,.7)
}

.common-btn {
    background-color: #fe6e6a;
    border-color: #fe6e6a;
    color: #fff
}

    .common-btn:hover, .common-btn:focus, .common-btn:active {
        background-color: #fe3d37;
        border-color: #fe3d37;
        color: #fff;
        -webkit-box-shadow: 0 8px 13px -4px rgba(0,0,0,.2);
        -moz-box-shadow: 0 8px 13px -4px rgba(0,0,0,.2);
        box-shadow: 0 8px 13px -4px rgba(0,0,0,.2)
    }

.block-btn, .unblock-btn {
    padding: 0 5px;
    color: #fff !important
}

.block-btn {
    background: red
}

.unblock-btn {
    background: #32cd32
}

.common-icon {
    color: #fe6e6a;
    font-size: 25px;
    line-height: 25px;
    margin-left: 10px;
    vertical-align: middle
}

    .common-icon:hover {
        color: #e70802
    }

    .common-icon:focus {
        color: #fe6e6a
    }

.camera-icon {
    position: absolute;
    top: 70px;
    left: 70px;
    background: #222d32;
    padding: 5px;
    border-radius: 20px;
    color: #fff;
    font-size: 13px;
    border: 1px solid rgba(255,255,255,.2);
    cursor: pointer
}

::placeholder {
    opacity: .6;
    color: blue
}

.box {
    border-top: 3px solid #fe8783
}

.login-page, .register-page {
    background: #fff;
    height: 100vh;
    overflow: hidden
}

.login-box, .register-box {
    margin: 0% auto;
    position: relative;
    top: 45%;
    transform: translateY(-50%)
}

.login-box-bg {
    background-color: #fe9f9d;
    position: absolute;
    height: 50%;
    top: 0;
    left: 0;
    width: 100%
}

.login-box-body {
    -webkit-box-shadow: 0 0 8px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 8px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 8px 0 rgba(0,0,0,.3)
}

.login-logo a {
    color: #fff
}

.main-logo {
    width: 50px;
    margin-right: 10px;
    position: relative;
    top: -2px;
    display: inline-block
}

.logo-mini .main-logo {
    margin-right: 0;
    width: 35px
}

.main-header .navbar {
    background-color: #fe6e6a
}

@media(min-width: 320px)and (max-width: 767px) {
    .main-header .navbar {
        margin-top: -1px
    }
}

.main-header .user-header {
    background: #fe5551;
    height: auto !important
}

.main-header .nav li a {
    color: #fff
}

    .main-header .nav li a.custom-toggle {
        width: 130px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        background: #fe5551
    }

        .main-header .nav li a.custom-toggle:hover, .main-header .nav li a.custom-toggle:focus, .main-header .nav li a.custom-toggle:active, .main-header .nav li a.custom-toggle:visited {
            background: #fe5551
        }

@media(min-width: 320px)and (max-width: 767px) {
    .main-header .nav li a.custom-toggle {
        width: 130px
    }
}

.main-header .logo {
    background: #fe5551;
    color: #fff;
    font-family: "Nunito",sans-serif;
    height: 53px
}

    .main-header .logo .logo-lg {
        margin-top: 2px;
        display: inline-block
    }

.main-header .sidebar-toggle {
    color: #fff
}

.user-menu .dropdown-menu {
    width: 230px !important
}

    .user-menu .dropdown-menu li a {
        border-color: #fff;
        background: #fff;
        color: #fe6e6a
    }

        .user-menu .dropdown-menu li a:hover {
            border-color: #fff;
            background: #fff !important;
            color: #fe6e6a
        }

.userIcon {
    font-size: 22px;
    vertical-align: middle;
    margin-right: 6px
}

.user-panel .info {
    color: #fff
}

    .user-panel .info p {
        width: 140px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        margin-top: 10px
    }

.main-sidebar {
    background-color: #222d32
}

.sidebar-menu li a {
    border-left: 3px solid transparent
}

    .sidebar-menu li a i {
        padding-right: 10px
    }

.sidebar-menu li:hover a {
    background: #1e282c;
    color: #fff
}

.sidebar-menu li.active a {
    background: #1e282c;
    color: #fff;
    border-left-color: #fe5551
}

.sidebar-menu.header {
    background: #1e282c
}

.sidebar-menu .menu-open a {
    background: #1e282c;
    color: #fff
}

.sidebar-menu .treeview-menu {
    background: #2c3b41;
    padding: 5px 0 5px 0
}

    .sidebar-menu .treeview-menu li a {
        background: transparent;
        padding: 12px 5px 12px 15px
    }

.sidebar a {
    color: #b8c7ce
}

.sidebar-menu .treeview-menu li a {
    color: #b8c7ce;
    white-space: normal;
    padding-left: 3em;
    text-indent: -1.6em;
}

    .sidebar-menu .treeview-menu li a:hover {
        color: #fff
    }

.dataTables_paginate .pagination .active a {
    background-color: #fe6e6a;
    border-color: #fe6e6a
}

.no-sort {
    pointer-events: none !important;
    cursor: default !important
}

    .no-sort::after {
        display: none !important
    }

.table-action-btns a {
    color: #fe6e6a;
    margin: 0 0
}

    .table-action-btns a:hover {
        color: #e70802
    }

.custom-data-table {
    width: 100% !important;
    min-width: 100% !important
}

    .custom-data-table tbody tr td {
        white-space: pre-wrap;
        word-break: break-all
    }

        .custom-data-table tbody tr td .SpanWrapper {
            display: inline-block;
            overflow: hidden;
            text-overflow: ellipsis;
            width: 150px;
            white-space: nowrap
        }

table.dataTable thead tr th.sorting {
    padding-right: 10px
}

@media(min-width: 320px)and (max-width: 767px) {
    table.dataTable thead tr th.sorting {
        padding-right: 30px
    }
}

@media(min-width: 768px)and (max-width: 999px) {
    table.dataTable thead tr th.sorting {
        padding-right: 30px
    }
}

@media(min-width: 1000px)and (max-width: 1024px) {
    table.dataTable thead tr th.sorting {
        padding-right: 30px
    }
}

@media(min-width: 320px)and (max-width: 767px) {
    table.dataTable thead tr th:last-child {
        padding-right: 25px;
        padding-left: 25px
    }
}

@media(min-width: 768px)and (max-width: 999px) {
    table.dataTable thead tr th:last-child {
        padding-right: 25px;
        padding-left: 25px
    }
}

@media(min-width: 1000px)and (max-width: 1024px) {
    table.dataTable thead tr th:last-child {
        padding-right: 25px;
        padding-left: 25px
    }
}

table.dataTable tbody tr td {
    vertical-align: middle !important
}

@media(min-width: 320px)and (max-width: 767px) {
    .dataTables_length .select2-container {
        margin-left: 9px !important
    }
}

.searchWidth {
    width: 300px !important
}

.width_5 {
    width: 5% !important
}

.width_8 {
    width: 8% !important
}

.width_10 {
    width: 10% !important
}

.width_12 {
    width: 12% !important
}

.width_15 {
    width: 15% !important
}

.width_20 {
    width: 20% !important
}

.width_25 {
    width: 25% !important
}

.width_50 {
    width: 50% !important
}

.width_70 {
    width: 70% !important
}

@media(min-width: 320px)and (max-width: 767px) {
    .table-responsive {
        padding: 10px
    }
}

.modal-message {
    font-size: 16px;
    text-align: center
}

.modal-500 {
    width: 500px
}

.select2-search__field {
    height: 35px
}

.select2-container--focus .select2-selection--single {
    border-color: #3c8dbc
}

.checkbox-outer {
    display: inline-block;
    position: relative !important;
    padding-left: 30px;
    margin-left: 0;
    cursor: pointer;
    color: #232323;
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

    .checkbox-outer input {
        position: absolute;
        opacity: 0;
        cursor: pointer
    }

        .checkbox-outer input:checked ~ .checkmark {
            background-color: #fe6e6a;
            border-color: #fe6e6a
        }

            .checkbox-outer input:checked ~ .checkmark:after {
                display: block
            }

    .checkbox-outer .checkmark {
        position: absolute;
        top: -3px;
        left: 0;
        height: 20px;
        width: 20px;
        border-radius: 3px;
        border: 1px solid #d2d6de
    }

        .checkbox-outer .checkmark:after {
            content: "";
            position: absolute;
            display: none;
            left: 0;
            top: 2px;
            right: 0;
            bottom: 0;
            width: 6px;
            height: 10px;
            border: solid #fff;
            border-width: 0 2px 2px 0;
            -webkit-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            transform: rotate(45deg);
            margin: 0 auto
        }

.loader-bg {
    background: rgba(255,255,255,.7);
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
    overflow: hidden
}

.loader-dots {
    display: inline-block;
    position: absolute;
    width: 64px;
    height: 64px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

    .loader-dots div {
        position: absolute;
        top: 27px;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #fe6e6a;
        animation-timing-function: cubic-bezier(0, 1, 1, 0)
    }

        .loader-dots div:nth-child(1) {
            left: 6px;
            animation: lds-ellipsis1 .6s infinite
        }

        .loader-dots div:nth-child(2) {
            left: 6px;
            animation: lds-ellipsis2 .6s infinite
        }

        .loader-dots div:nth-child(3) {
            left: 26px;
            animation: lds-ellipsis2 .6s infinite
        }

        .loader-dots div:nth-child(4) {
            left: 45px;
            animation: lds-ellipsis3 .6s infinite
        }

@keyframes lds-ellipsis1 {
    0% {
        transform: scale(0)
    }

    100% {
        transform: scale(1)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        transform: translate(0, 0)
    }

    100% {
        transform: translate(19px, 0)
    }
}

.preview-images-zone {
    width: 100%;
    min-height: 1px;
    padding: 5px 5px 0 5px;
    position: relative;
    overflow: auto
}

    .preview-images-zone .preview-image {
        height: 90px;
        width: 90px;
        position: relative;
        margin-right: 5px;
        float: left;
        margin-bottom: 5px;
        border: 1px solid rgba(0,0,0,.3);
        padding: 2px
    }

        .preview-images-zone .preview-image .image-zone {
            width: 100%;
            height: 100%;
            cursor: pointer
        }

            .preview-images-zone .preview-image .image-zone img {
                width: 100%;
                height: 100%
            }

        .preview-images-zone .preview-image:hover .image-zone {
            opacity: .5
        }

        .preview-images-zone .preview-image:hover .tools-edit-image, .preview-images-zone .preview-image:hover .image-cancel {
            display: block
        }

        .preview-images-zone .preview-image .tools-edit-image {
            position: absolute;
            z-index: 100;
            color: #fff;
            bottom: 0;
            width: 100%;
            text-align: center;
            margin-bottom: 10px;
            display: none
        }

        .preview-images-zone .preview-image .image-cancel {
            font-size: 18px;
            position: absolute;
            top: 0;
            right: 0;
            font-weight: 400;
            margin-right: 10px;
            cursor: pointer;
            display: none;
            z-index: 100
        }

.ui-sortable-helper {
    width: 90px !important;
    height: 90px !important
}

.custom-file-input {
    overflow: hidden;
    position: relative
}

    .custom-file-input input[type=file] {
        width: 100%;
        height: 100%;
        opacity: 0;
        filter: alpha(opacity=0);
        zoom: 1;
        position: absolute;
        top: 0;
        left: -100px;
        z-index: -999
    }

    .custom-file-input input[type=text] {
        outline: none;
        cursor: default
    }

        .custom-file-input input[type=text]:focus {
            outline: none
        }

.radio-outer {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 0;
    margin-right: 30px;
    cursor: pointer;
    color: #232323;
    font-size: 15px;
    font-weight: 400;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 15px
}

    .radio-outer input {
        position: absolute;
        opacity: 0
    }

        .radio-outer input:checked ~ .radio-checkmark {
            border-color: #fe6e6a
        }

            .radio-outer input:checked ~ .radio-checkmark:after {
                display: block
            }

    .radio-outer .radio-checkmark:after {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #fe6e6a;
        margin: auto
    }

.radio-checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 14px;
    width: 14px;
    border: 2px solid #d2d6de;
    border-radius: 50%
}

    .radio-checkmark:after {
        content: "";
        position: absolute;
        display: none
    }

.datepicker table tr td.active {
    background-image: linear-gradient(to bottom, #fe8783, #FE6E6A) !important;
    background: linear-gradient(to bottom, #fe8783, #FE6E6A) !important
}

    .datepicker table tr td.active:hover {
        background-image: linear-gradient(to bottom, #fe8783, #FE6E6A) !important;
        background: linear-gradient(to bottom, #fe8783, #FE6E6A) !important
    }

textarea {
    resize: none
}

    textarea.form-control {
        min-width: 100%;
        max-width: 100%
    }

.main-footer {
    background: #222d32;
    color: #fff;
    text-align: center
}

.content-header h1 {
    vertical-align: middle
}

.dataTables_length select {
    cursor: pointer
}

.form-control[readonly] {
    background: transparent
}

#attachImageInput {
    margin-left: -4px;
    padding-left: 5px
}

.disabled_cursor {
    cursor: not-allowed !important
}

.has-error .custom-error {
    border-color: #dd4b39
}

.btnSearch {
    height: 30px;
    line-height: 15px;
    margin-left: 5px
}

    .btnSearch:before {
        font-family: "FontAwesome";
        content: "";
        display: inline-block;
        vertical-align: middle
    }

.modal-header .close {
    background: #fe6e6a;
    opacity: 1;
    color: #fff;
    padding: 3px 5px;
    border-radius: 22px;
    font-size: 14px;
    margin-top: 0;
    width: 20px;
    height: 20px
}

    .modal-header .close span {
        margin-top: -1px;
        display: block;
        margin-left: 1px
    }

.select2-results__option[aria-selected=true] .wrap.selectAll:before {
    content: "" !important
}

.select2-results__option .wrap:before, .select2-results__option .selectAll:before {
    font-family: fontAwesome;
    color: #999;
    content: "";
    width: 25px;
    height: 25px;
    padding-right: 10px
}

.select2-results__option[aria-selected=true] .wrap:before {
    content: ""
}

.multi-select1 {
    overflow: hidden
}

.visit_date {
    list-style: none;
    display: inline-block;
    padding: 0;
    position: absolute;
    right: 425px;
    z-index: 9
}

    .visit_date li {
        display: inline-block
    }

@media(min-width: 768px)and (max-width: 999px) {
    .visit_date li:first-child {
        display: none
    }
}

#txtVisitDate {
    width: 120px
}

ul.tabs {
    margin: 0;
    padding: 0;
    list-style: none
}

    ul.tabs li {
        background: #eee;
        color: #222;
        display: inline-block;
        padding: 10px 15px;
        margin-right: 5px;
        cursor: pointer
    }

        ul.tabs li.current {
            background: #fe6e6a;
            color: #fff
        }

.tab-content {
    display: none
}

    .tab-content.current {
        display: inherit
    }

.marqueeNotification {
    position: relative;
    top: 35px;
    width: 100%;
    z-index: 9;
    margin-bottom: 30px
}

@media(min-width: 320px)and (max-width: 767px) {
    .mobileMarTop15 {
        margin-top: 15px
    }

    .mobileMarTopM15 {
        margin-top: -15px
    }

    .mobileMarTopM10 {
        margin-top: -10px
    }

    .dataTables_length, .dataTables_filter {
        text-align: left !important
    }

    .dataTables_wrapper .col-sm-5, .dataTables_wrapper .col-sm-7, .dataTables_wrapper .col-sm-6 {
        padding: 0
    }

    .modal-500 {
        width: auto
    }

    .mobPadLeft0 {
        padding-left: 0
    }

    .mTopM25 {
        margin-top: 0
    }

    .searchWidth {
        width: auto !important
    }

    .visit_date {
        position: relative;
        right: auto;
        z-index: 9;
        left: 10px;
        top: 127px
    }

        .visit_date li {
            display: inline-block
        }

            .visit_date li:first-child {
                margin-right: 16px
            }

    .visit-management {
        padding-top: 50px !important
    }
}

@media(min-width: 768px)and (max-width: 999px) {
    .tabletMarTop10 {
        margin-top: 10px
    }

    .mTopM25 {
        margin-top: 0
    }

    .searchWidth {
        width: auto !important
    }

    #txtVisitDate {
        width: 95px
    }

    .visit_date {
        right: 225px
    }
}
/*# sourceMappingURL=admin-style.css.map */
