html, body, #wrapper {
    height: 100%
}

.text-green {
    color: green;
}

.font-weight-semi {
    font-weight: 600 !important;
}

.limit-width.dx-widget {
    max-width: 1615px !important;
}

.dx-datagrid .dx-switch-off, .dx-datagrid .dx-switch-on {
    font-size: 10px;
}

.dx-datagrid .dx-switch {
    min-width: 42px;
}

.login-box h3.box-title {
    font-size: 28px;
}

.topbar .top-navbar .navbar-header {
    height: 70px;
}

.front-header {
    background: #333;
    padding: 10px 0;
}

.front-header img {
    height: 80px;
}

.login-register {
    background: #99bd63;
}

.input-bold input {
    font-weight: 600
}

label.custom-file-label {
    overflow: hidden;
    white-space: nowrap;
    line-height: 1.7;
}

label.error, .help-block-error {
    color: #fc4b6c;
    font-size: 15px;
    margin-top: 5px;
}

.small-text {
    font-size: 13px;
}

.input-group .input-group-append .input-group-text {
    padding: .375rem .50rem;
}

.input-group input.form-control {
    padding-left: 4px;
    padding-right: 4px;
}

.form-control::placeholder {
    color: #ccc !important;
}

.account_filter .select2-selection__rendered {
    font-size: 14px !important
}

#main-wrapper {
    position: relative;
}

#select2-created_by-results .select2-results__option {
    font-size: 13px !important
}

.form-horizontal label, .form-horizontal .form-control {
    font-size: 14px
}

#main_content .select2-container .select2-selection--single {
    height: 38px !important;
    padding-left: 8px
}

#main_content .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important
}

#main_content .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 38px !important
}

#main_content .select2-container--default .select2-selection--single {
    border: 1px solid #ced4da
}

.fileinput.input-group > .btn-file {
    background: #00897b;
    color: #fff;
    margin-left: 10px;
    border-color: #00897b
}

form .form-group {
    margin-bottom: 15px
}

.form .form-group .select2-container {
    max-width: 100%;
    width: 100% !important;
}

form label {
    margin-top: .5rem;
}

.site-alert .alert.in {
    margin-bottom: 0
}

#main_content .card-body h4.card-title {
    margin-bottom: 35px;
    font-size: 30px;
    line-height: 35px;
}

#main_content .misc .card-body h4.card-title {
    margin-bottom: 10px;
}

#main_content #collapse-overview .card-body h4.card-title {
    height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
}

label.radio-inline input [type= "radio " ]:not(:checked), label.radio-inline input [type= "radio " ]:checked {
    position: relative;
    opacity: 1;
    left: 0
}

label.radio-inline {
    margin-right: 15px;
    margin-top: 7px
}

[type="checkbox"].no-makeup {
    opacity: 1 !important;
    left: 0 !important;
    position: relative !important;
}

.dataTables_length {
    float: right;
    margin-right: 18px !important
}

.dataTables_filter {
    float: left !important
}

.table-responsive {
    position: relative;
    z-index: 10;
    padding-bottom: 15px
}

.table-responsive.m-t-40 {
    margin-top: 25px
}

.sidebar-nav ul li a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.table-responsive2 {
    max-width: 1400px;
}

.card-body .form input [type= 'text ' ], .card-body .form input [type= 'email ' ], .card-body .form input [type= 'number ' ], .card-body .form textarea, .card-body .form .select2-selection__rendered {
    font-weight: 600
}

button.disabled, a.disabled {
    cursor: not-allowed !important
}

.mini-sidebar .navbar-brand .mini-logo {
    display: block !important;
    width: 40px;
    position: relative;
    top: 12px
}

.mini-sidebar .navbar-brand .light-logo, .mini-sidebar .navbar-brand .dark-logo {
    display: none !important
}

#main_content .form-group.required label:not(.error)::after, span.required {
    content: '* ';
    color: red
}

.modal {
    z-index: 7000
}

.daterangepicker {
    z-index: 8000
}

.form-control, [type="checkbox "] + label, body {
    font-size: 14px;
}

/*404*/
:root {
    --main-color: white;
    --stroke-color: #5d862e;
    --link-color: #29abe2;
}

/**/
.gears {
    position: relative;
    margin: 0 auto;
    width: auto;
    height: 0;
}

.gear {
    position: relative;
    z-index: 0;
    width: 120px;
    height: 120px;
    margin: 0 auto;
    border-radius: 50%;
    background: var(--stroke-color);
}

.gear:before {
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 2;
    content: "";
    border-radius: 50%;
    background: var(--main-color);
}

.gear:after {
    position: absolute;
    left: 25px;
    top: 25px;
    z-index: 3;
    content: "";
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 5px solid var(--stroke-color);
    box-sizing: border-box;
    background: var(--main-color);
}

.gear.one {
    left: -130px;
}

.gear.two {
    top: -75px;
}

.gear.three {
    top: -235px;
    left: 130px;
}

.gear .bar {
    position: absolute;
    left: -15px;
    top: 50%;
    z-index: 0;
    width: 150px;
    height: 30px;
    margin-top: -15px;
    border-radius: 5px;
    background: var(--stroke-color);
}

.gear .bar:before {
    position: absolute;
    left: 5px;
    top: 5px;
    right: 5px;
    bottom: 5px;
    z-index: 1;
    content: "";
    border-radius: 2px;
    background: var(--main-color);
}

.gear .bar:nth-child(2) {
    transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
}

.gear .bar:nth-child(3) {
    transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
}

@-webkit-keyframes clockwise {
    0% {
        -webkit-transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
    }
}

@-webkit-keyframes anticlockwise {
    0% {
        -webkit-transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes clockwiseError {
    0% {
        -webkit-transform: rotate(0deg);
    }
    20% {
        -webkit-transform: rotate(30deg);
    }
    40% {
        -webkit-transform: rotate(25deg);
    }
    60% {
        -webkit-transform: rotate(30deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes anticlockwiseErrorStop {
    0% {
        -webkit-transform: rotate(0deg);
    }
    20% {
        -webkit-transform: rotate(-30deg);
    }
    60% {
        -webkit-transform: rotate(-30deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@-webkit-keyframes anticlockwiseError {
    0% {
        -webkit-transform: rotate(0deg);
    }
    20% {
        -webkit-transform: rotate(-30deg);
    }
    40% {
        -webkit-transform: rotate(-25deg);
    }
    60% {
        -webkit-transform: rotate(-30deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

.gear.one {
    -webkit-animation: anticlockwiseErrorStop 2s linear infinite;
}

.gear.two {
    -webkit-animation: anticlockwiseError 2s linear infinite;
}

.gear.three {
    -webkit-animation: clockwiseError 2s linear infinite;
}

.loading .gear.one, .loading .gear.three {
    -webkit-animation: clockwise 3s linear infinite;
}

.loading .gear.two {
    -webkit-animation: anticlockwise 3s linear infinite;
}

.page-wrapper {
    position: relative;
    padding-bottom: 0 !important;
}

footer.footer {
    position: relative;
    bottom: 0;
    display: none !important;
}

#doc-container input.error {
    border-color: red !important;
}

@media only screen and (min-width: 1200px) {
    #mapArea {
        margin: -120px auto 0 auto
    }
}

@media only screen and (min-width: 769px) and (max-width: 1075px) {
    .top-row .col-sm-4 {
        max-width: 30%;
        flex: 0 0 30%;
    }

    .top-row .col-sm-6 {
        max-width: 40%;
        flex: 0 0 40%;
    }
}

#frmClock .form-control {
    font-weight: 600
}

@media only screen and (max-width: 1420px) {
    body:not(.mini-sidebar).main-es .dash-icons h3 .other-docs, body:not(.mini-sidebar).main-es .dash-icons div.other-docs {
        display: none !important
    }

    body:not(.mini-sidebar).main-es .dash-icons .mobile-other-docs {
        display: block !important
    }
}

@media only screen and (max-width: 1230px) {
    .main-es .dash-icons h3 .other-docs, .main-es .dash-icons div.other-docs {
        display: none !important
    }

    .main-es .dash-icons .mobile-other-docs {
        display: block !important
    }
}

@media only screen and (max-width: 992px) {
    .page-wrapper {
        padding-bottom: 0 !important
    }

}

@media only screen and (max-width: 768px) {
    #accountForm .text-right, .form-horizontal label.text-right {
        text-align: left !important
    }

    form .form-group {
        margin-bottom: 5px !important;
    }

    .mb-5, .my-5 {
        margin-bottom: 1rem !important;
    }

    #frmClock select {
        width: 70px !important;
    }

    #frmClock label.col-form-label {
        padding-right: 0;
    }

    #doc-container h1 {
        font-size: 30px;
        line-height: 35px;
    }

    #modalPreviewDoc .modal-header {
        display: block
    }

    #doc-warning-text {
        position: relative;
        right: auto
    }
}

#doc-warning-text {
    color: #7460ee !important;
    font-size: 17px;
    font-weight: 600;
}

@media only screen and (max-width: 480px) {
    #doc-container h1 {
        font-size: 26px;
        line-height: 30px;
    }
    .filter-time span, #filter_status {display: none}
    .filter-time input{max-width: 110px!important;}
    .filter-time #btnSearch {height: 36px}
    .field-user-enable_training {
        padding-left: 15px
    }
    .admin-clock-report #chat-widget-container {display: none}

    #frmClock select {
        width: 60px !important;
        font-size: 13px;
    }

    .user-info .col-5, .user-info .col-7 {
        max-width: 100%;
        flex: 0 0 100%;
        text-align: left;
    }

    ul.lessons li.item span.float-right {
        float: none !important;
    }

    .gear {
        width: 80px;
        height: 80px;
    }

    .gear:after {
        width: 30px;
        height: 30px;
    }

    .gear.one {
        left: -90px;
    }

    .gear.two {
        top: -45px;
    }

    .gear.three {
        top: -185px;
        left: 90px;
    }

    .gear .bar {
        width: 110px;
        height: 30px;
    }

    .my-courses .card .time span {
        float: none !important;
        display: block;
    }
}

@media only screen and (max-width: 380px) {
    #frmClock select {
        width: 55px !important;
    }

    #frmClock .form-control, #frmClock label {
        font-size: 13px
    }
}

/* datagrid */
.dx-scrollview-content .dx-item.dx-list-item.dx-state-focused .dx-item-content {
    color: #fff !important;
}

.dx-header-row .dx-datagrid-text-content {
    font-weight: 500;
    font-size: 12px;
    padding: .20rem .55rem;
    font-family: "Poppins", sans-serif;
    color: #67757c;
}

.dx-datagrid-table .dx-data-row td {
    font-size: 12px;
    padding: .40rem .55rem;
    color: #67757c;
}

.dx-datagrid-normal .dx-datagrid-table .dx-data-row td, .dx-datagrid-normal .dx-header-row .dx-datagrid-text-content {
    font-size: 14px;
}

.dx-list-item-content {
    font-size: 12px;
}

.dx-scrollview-content .dx-item.dx-list-item .dx-item-content.dx-list-item-content {
    color: #333 !important;
}

.dx-editor-cell .dx-texteditor-input, .dx-dropdownlist-popup-wrapper .dx-list:not(.dx-list-select-decorator-enabled) .dx-list-item-content {
    padding: 4px 8px;
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    color: #67757c
}

.dx-widget, .dx-overlay-content {
    font-family: "Poppins", sans-serif !important;
    font-weight: 300;
}

.dx-placeholder::before {
    font-size: 12px;
}

/* .sidebar-nav */
.left-sidebar, .sidebar-nav, .sidebar-nav ul li ul {
    background: #333 !important;
}

.mini-sidebar .sidebar-nav {
    background: transparent !important;
}

.mini-sidebar .nav-img {
    display: none;
}

.sidebar-nav ul li a {
    color: #fff !important;
    font-size: 15px !important;
}

.sidebar-nav > ul > li > a i {
    color: #99abb4 !important;
    font-size: 15px !important
}

#gridUser .dx-datagrid-focus-overlay {
    border: none !important;
}

.boxButtonsDemo .dx-item.dx-box-item {
    margin: 10px 10px 10px 0 !important
}

.boxButtonsDemo .dx-item.dx-box-item:last-child {
    margin-right: 0 !important
}

/* ADP Page */
#adp-external {
    width: 350px;
    height: 350px;
    background-color: rgba(183, 183, 183, 0.1);
    border-width: 2px;
    border-style: dashed;
    padding: 10px;
}

#adp-external > * {
    pointer-events: none;
}

#adp-external.dropzone-active {
    border-style: solid;
    background-color: rgb(186, 227, 179);
}

.widget-container > span {
    font-size: 22px;
    font-weight: bold;
    margin-bottom: 16px;
}

#dropzone-image {
    max-width: 100%;
    max-height: 100%;
}

#dropzone-text > span {
    font-weight: 100;
    opacity: 0.8;
    color: #0A0A0A;
}

#upload-progress {
    display: flex;
    margin-top: 10px;
}

.flex-box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#ADPButtons {
    visibility: hidden;
    display: none;
}

.ADPLeft {
    float: left;
}

.ADPRight {
    float: right;
}

.table [type="checkbox"] + label {
    margin-top: 0;
    top: 4px;
}

.table td label {
    margin-bottom: 0;
}

.table td, .table th {
    font-size: 14px;
    padding: .20rem .55rem;
    vertical-align: middle;
}

ul.lessons {
    padding-left: 0;
    margin: 20px 0;
}

ul.lessons li.item {
    list-style: none;
    padding: 15px 0 15px 25px;
    border-bottom: 1px solid #ddd;
}

ul.lessons li.item:first-child {
    border-top: 1px solid #ddd;
}

ul.lessons li.item a {
    font-size: 16px;
    color: #226814 !important;
}

ul.lessons li.item a:hover {
    text-decoration: underline;
}

ul.lessons li.item i {
    margin-right: 10px;
    font-size: 20px;
    width: 20px;
    position: relative;
    top: 3px;
}

ul.lessons li.item .length {
    color: #898f91 !important;
    padding-left: 15px;
}

ul.lessons li.item .desc {
    margin-left: 30px;
}

.question {
    font-size: 14px;
}

.question .title {
    font-size: 16px;
    font-weight: 400;
}

ul.lessons li.item a.disabled {
    color: #999 !important;
}

.navbar-nav #user-avatar {
    width: 50px !important;
    height: 50px;
    background-size: cover !important;
}

.customtab li a.nav-link {
    font-weight: 600;
}

h5.card-title {
    font-size: 20px;
}

.elinput .input-group-btn button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 8px 12px;
}

/* Members Import Page */

.btn-import {
    color: #ffffff;
    background-color: darkgreen;
    border-color: transparent;
}

.btn-import:hover,
.btn-import:focus,
.btn-import:active,
.btn-import.active,
.open .dropdown-toggle.btn-import {
    color: #ffffff;
    background-color: #127350;
    border-color: transparent;
}

.btn-import:active,
.btn-import.active,
.open .dropdown-toggle.btn-import {
    background-image: none;
}

.btn-import.disabled,
.btn-import[disabled],
fieldset[disabled] .btn-import,
.btn-import.disabled:hover,
.btn-import[disabled]:hover,
fieldset[disabled] .btn-import:hover,
.btn-import.disabled:focus,
.btn-import[disabled]:focus,
fieldset[disabled] .btn-import:focus,
.btn-import.disabled:active,
.btn-import[disabled]:active,
fieldset[disabled] .btn-import:active,
.btn-import.disabled.active,
.btn-import[disabled].active,
fieldset[disabled] .btn-import.active {
    background-color: darkgreen;
    border-color: #000000;
}

.btn-import .badge {
    color: darkgreen;
    background-color: #ffffff;
}

#members-external {
    width: 350px;
    height: 350px;
    background-color: rgba(183, 183, 183, 0.1);
    border-width: 2px;
    border-style: dashed;
    padding: 10px;
}

#members-external > * {
    pointer-events: none;
}

#members-external.dropzone-active {
    border-style: solid;
    background-color: rgb(186, 227, 179);
}

#members-upload-progress {
    display: flex;
    margin-top: 10px;
}

.dx-datagrid-rowsview .dx-row.dx-group-row:not(.dx-row-focused) {
    color: black !important;
    background-color: #f7f7f7 !important;
    font-size: 13px !important;
}

.dx-datagrid-rowsview .dx-row.dx-group-row {
    font-weight: normal !important;
}

#RoundCorner_NS {
    border-radius: 50px;
    background: #17a2b8;
    color: white;
    text-align: center;
    font-weight: 300;
    margin: 0px !important;
    padding: 3px;
}

#RoundCorner_S {
    border-radius: 50px;
    background: #007bff;
    color: white;
    text-align: center;
    font-weight: 300;
    margin: 0px !important;
    padding: 3px;
}

#RoundCorner_C {
    border-radius: 50px;
    background: #28a745;
    color: white;
    text-align: center;
    font-weight: 300;
    margin: 0px !important;
    padding: 3px;
}

#gridUser .dx-datagrid-table .dx-data-row td {
    font-size: 13px;
    color: black;
    font-weight: 400;
}

.supports .card-no-border .card {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #fff;
    border-radius: 0 !important;
    box-shadow: none;
}

.supports .card-body {
    padding: 15px 0 10px 35px;
}

.supports .card .card-header {
    background: #eef5f9;
    padding: .5rem 1.25rem;
}

.sidebar-nav ul li i {
    width: 27px;
    height: 27px;
    line-height: 27px;
    display: inline-block !important;
    vertical-align: middle;
}

.btn-course-start {
    color: #ffffff;
    background-color: #98b665;
    border-color: #000000;
}

.course-img {
    background-size: cover !important;
    background-position: center center !important;
    width: 100%;
    height: 100%;
    min-height: 150px;
}

#frmDoc .form-group {
    margin-bottom: 10px;
}

#treelist a.file {
    color: #333 !important;
}

#treelist.dx-widget {
    font-size: 14px !important;
}

.dx-treelist-rowsview .dx-treelist-collapsed span, .dx-treelist-rowsview .dx-treelist-expanded span {
    font-size: 18px !important;
    line-height: 18px !important;
}

#treelist.dx-treelist .dx-row > td {
    padding: 3px 7px !important;
}

.start-button .btn-circle {
    background: #28a745 !important;
    border-color: #28a745 !important;
    box-shadow: none;
}

li.com-name {
    color: #fff;
    margin: auto;
    font-weight: 500;
}

#options .input-group > .input-group-append > .input-group-text {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem
}

.text-red {
    color: red;
}

.quicklinks a {
    color: #FFFFFF !important;
    font-size: 12px;
}

.quicklinks a:hover {
    color: #9CBA66 !important;
}

li.nav-item .fa-circle {
    top: -7px;
    position: relative;
}

li.nav-item .fa-circle::before {
    font-size: 10px !important;
}

.contact-page-aside {
    min-height: 700px;
}

.contact-page-aside .left-aside {
    padding: 0;
}

.contact-page-aside .left-aside .groups {
    width: 210px;
    float: left;
}

.contact-page-aside .left-aside .alpha-filter {
    width: 25px;
    float: right;
    margin-left: 10px;
}

.contact-page-aside .left-aside .alpha-filter .btn-toolbar .btn-group {
    display: grid;
}

.contact-page-aside .left-aside .alpha-filter .btn-toolbar .btn-group button {
    border-radius: 0;
    padding: .1rem .3rem;
}

.contact-page-aside .left-aside .alpha-filter .btn-toolbar .btn-group button.active {
    background: #727b84;
    color: #fff
}

.contact-page-aside .left-aside .alpha-filter .btn-toolbar .btn-group .btn + .btn {
    margin-left: 0;
}

@media only screen and (max-width: 768px) {
    .contact-page-aside .left-aside .groups, .contact-page-aside .left-aside .alpha-filter {
        width: 100%;
        float: none
    }

    .contact-page-aside .left-aside .alpha-filter .btn-toolbar .btn-group {
        display: inline-block;
    }

    .contact-page-aside .left-aside .alpha-filter .btn-toolbar .btn-group button {
        margin-bottom: 2px;
    }

    header .quicklinks {
        display: none
    }

    .btn {
        margin-bottom: 5px;
    }

    .supports .card-body {
        padding-left: 0;
    }
}

#user-remuneration {
    margin-top: 5px;
}

.job-card {
    min-height: 158px;
}

.job-card.card {
    border-radius: 15px;
}

.job-card .card-body {
    margin: 10px;
    padding: 0;
    border-left: 5px solid #0d6efd;
}

.job-card .card-body .box-row.first {
    border-bottom: 4px solid #0d6efd;
}

.job-card .card-body .box-row.first p {
    margin: 0;
}

.job-card .card-body .box-row.last {
    padding-top: 5px;
}

.job-card .card-body .box-row.last p {
    margin: 0;
    font-size: 14px;
}

.job-card .card-body .box-row.last p.status {
    font-weight: 600;
}

.job-card .card-body .box-row h3 {
    font-size: 19px;
    margin-bottom: 0;
    font-weight: 500;
}

.job-card .card-body .box-row {
    padding-left: 8px;
    padding-bottom: 5px;
}

.job-card .card-body .box-row i {
    color: #adb5bd;
    font-size: 22px;
}

.job-card .card-body .box-row .active i {
    color: #198754;
}

.job-card .card-body .box-row.last a {
    margin-top: -20px;
}

.job-card .card-body .box-row.last a i {
    font-size: 24px
}

.btn-light-green {
    color: #fff;
    background-color: #109d6d;
    border-color: #109d6d;
    box-shadow: 0 1px 0 rgba(16, 157, 109, 0.15)
}

.btn-light-green:hover {
    color: #fff;
    box-shadow: 0 8px 15px rgba(16, 157, 109, 0.3);
    background-color: #109d6d;
    border-color: #109d6d
}

.btn-group.show .btn i.fa-caret-right::before {
    content: "\f0d7";
}

.btn-light-green.dropdown-toggle::after {
    display: none !important;
}

.custom-file-label::after {
    line-height: 1.7;
}

.note-editor [type="checkbox"]:checked, .note-editor [type="checkbox"]:not(:checked) {
    left: 0;
    opacity: 1;
    position: relative;
    margin-right: 5px;
}

.note-editor .modal-header .close {
    position: absolute;
    right: 15px;
    top: 15px
}

.note-editor .sn-checkbox-use-protocol {
    display: none;
}

#job-form label.col-form-label {
    font-weight: 500;
}

#job-form h4 {
    font-size: 26px;
}

#job-form input.form-control {
    font-size: 16px;
}

.dev-chunk-upload .dx-fileuploader-input-wrapper .dx-button {
    width: 100%;
    text-align: left;
    font-size: 14px;
}

.dev-chunk-upload {
    margin-left: -5px;
    margin-right: -5px;
}

.dev-chunk-upload .dx-button-has-text .dx-button-content {
    padding: 8px 10px !important;
}

.dev-chunk-upload .dx-fileuploader-upload-button {
    display: none;
}

.dev-chunk-upload .dx-fileuploader-upload-button {
    display: none !important
}

.dev-chunk-upload .dx-fileuploader-input-wrapper {
    display: none !important
}

.dx-fileuploader-show-file-list .dx-fileuploader-files-container {
    padding-top: 0;
}

#doc-container, #doc-container h1 {
    font-family: "Arial", sans-serif !important;
}

#doc-container #signature, #doc-container .jSignature {
    background: #fff !important;
}

.form-info {
    color: #99bd63;
    font-size: 11px
}

.ob strong {
    font-weight: 600
}

.ob ul {
    padding-left: 0;
}

.ob ul li {
    margin-bottom: 10px;
}

.full-col > div {
    width: 100%;
    max-width: 100%;
}

.full-col > label.col-form-label {
    text-align: left !important;
}

.btn-group .dropdown-item {
    font-size: 14px;
}

.has-files.fa-exclamation-circle {
    color: #ffb22b !important;
}

#frmSign label.error {
    display: none !important;
}

#frmSign input.error {
    border-color: red !important;
}

.action-col i {
    font-size: 17px;
}

/* Pulse Grow */
@-webkit-keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@keyframes hvr-pulse-grow {
    to {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

.hvr-pulse-grow {
    -webkit-animation-name: hvr-pulse-grow;
    animation-name: hvr-pulse-grow;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
}

.bg-green {
    background: green !important;
}
.bg-maroon {
    background: #800000 !important;
}
.ms-parent .ms-drop [type="checkbox"] {
    left: auto !important;
    opacity: 1 !important;
}

[type="radio"].error:not(:checked) + label::before, [type="checkbox"].error:not(:checked) + label::before {
    border-color: red
}

#main_content label.error + .select2-container--default .select2-selection--single, input[type="text"].error {
    border-color: red !important;
}

#frmNewClock label.error {
    display: none !important;
}

.img-signature {
    max-width: 180px;
    height: 70px
}

a.btn-header-link.collapsed i::before {
    content: "\f107";
}

a.help-docs-link:hover {
    text-decoration: underline
}

.datepicker.datepicker-dropdown {
    z-index: 90 !important;
}

.text-warning.docs-alert a, #docTable .text-warning {
    color: #7460ee !important
}

.user-docs .has-files.fa-exclamation-circle {
    color: #7460ee !important;
}

.text-purple {
    color: #7460ee !important;
}

.btn-purple {
    color: #fff !important;
    background-color: #7460ee;
    border-color: #7460ee;
    box-shadow: 0 1px 0 rgba(16, 157, 109, 0.15)
}

.btn-purple:hover {
    color: #fff !important;;
    box-shadow: 0 8px 15px rgba(16, 157, 109, 0.3);
    background-color: #7460ee;
    border-color: #7460ee
}

.slick-initialized .slick-slide {
    max-width: 170px;
}

.main-slider .item {
    width: 95%;
    min-width: 130px;
    height: 100px;
    background-size: cover !important;
    background-size: cover;
    border: 1px solid #ddd
}

.main-slider span {
    z-index: 3000;
    float: right;
    right: 17px;
    position: relative;
    bottom: 25px;
    cursor: pointer;
}

.sweet-alert.icon-danger .sa-icon.sa-warning {
    border-color: #fc4b6c !important;
}

.sweet-alert.icon-danger .sa-icon.sa-warning .pulseWarningIns {
    background-color: #fc4b6c !important;
}

.btn-group .dropdown-toggle::after {
    display: none !important;
}

.sweet-alert.reset-success h2 {
    font-size: 24px !important;
}

.app-alert .sa-icon {
    width: 80px;
    height: 80px;
    border: 4px solid gray;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    border-radius: 50%;
    margin: 20px auto;
    padding: 0;
    position: relative;
    box-sizing: content-box;
}

.app-alert .sa-icon.sa-warning {
    border-color: #fc4b6c!important;
}

.app-alert .sa-icon.sa-warning .sa-body {
    position: absolute;
    width: 5px;
    height: 47px;
    left: 50%;
    top: 10px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    margin-left: -2px;
    background-color: #fc4b6c!important;
}

.app-alert .sa-icon.sa-warning .sa-dot {
    position: absolute;
    width: 7px;
    height: 7px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-left: -3px;
    left: 50%;
    bottom: 10px;
    background-color: #fc4b6c!important;
}
.note-frame .note-modal button.close {display: none!important;}
.sweet-alert.bold p {font-weight: 600!important;}
.bcb {margin-bottom: 25px}
.bcb a.text-info {font-weight: 500; font-size: 18px}
form.sep-form .form-control {font-weight: 600}
.note-editor.note-airframe.fullscreen, .note-editor.note-frame.fullscreen {background: #fff!important;}
.multiple_emails-container{border:1px #ced4da solid;border-radius:.25rem;padding:0;margin:0;cursor:text;width:100%;min-height: 36px;}
.multiple_emails-container input{width:200px;border:0;outline:none;margin-bottom:30px;padding-left:5px; border:0 !important;margin:5px 0}
.multiple_emails-container input.multiple_emails-error{box-shadow:inset 0 1px 1px rgba(0,0,0,0.075),0 0 6px red !important;outline:thin auto red !important}
.multiple_emails-container ul{list-style-type:none;padding-left:0;margin-bottom:0; width: 100%;}
.multiple_emails-email{display:inline-block;margin:3px 5px 3px 5px;padding:3px 5px 3px 5px;border:1px #BBD8FB solid;border-radius:3px;background:#F3F7FD}
.multiple_emails-close{float:left;margin:0 3px}
.sidebar-footer .ftp-info {color: #ad5906!important; font-size: 13px; padding: 20px 0 0 0; width: 66%; text-align: left}
.sweet-alert h2 {font-size: 20px!important;margin-bottom: 10px!important;}
.dx-scrollable-container {margin-bottom: 5px!important;}
.no-effect, .no-effect:hover {box-shadow: none!important; transition: none!important;}
.note-text {font-size: 13px; font-style: italic; color: #C0C0C0}
.brand-name {min-width: 250px; flex: 1 1 auto; color: #fff; font-size: 13px;}
.navbar-expand-md .navbar-nav .com-name{min-width: 150px; text-align: right;}
#modalDoc label.error {display: none!important;}
input.native[type="checkbox"] {position: relative; left: 0; opacity: 1;}

