/* Colours */
:root {
    color: #FBFBFB;
    color: #F5F5F5;
    color: #C4C4C4;
    color: #1A1A1A;
    color: #476455;
    color: #FBAA2E;
    color: #E7F1E8;
    color: #3C3C3C;
    color: #3AB54A;
    color: #E9E9E9;
    color: #00000029;
}

body {
    margin: 0;
	padding: 0;
    font-family: 'Assistant', sans-serif;
    font-weight: 400;
    color: #1A1A1A;
    display: flex;
    height: 100%;
    flex-direction: column;
}

img {
    width: 100%;
    height: auto;
}

p, li, a {
    font-size: 15px;
    line-height: 25px;
    font-weight: 500;
    margin-bottom: 1rem!important;
}

.w-15 {
    width: 15%;
}

.mb-4 {
    margin-bottom: 40px;
}

.semi-bold-txt, .bold-name {
    font-weight: 700!important;
}

.x-bold-txt {
    font-weight: 800!important;
}

.dark-txt, .dark-txt:hover {
    color: #1A1A1A;
}

.yellow-txt {
    color: #FBAA2E;
}

.grn-txt {
    color: #3AB54A!important;
}

.drk-grn-txt {
    color: #356B43;
}

.grey-txt {
    color: #707070;
}

.red-txt {
    color: #FF0707!important;
}

.font-20 {
    font-size: 20px;
}

.font-15 {
    font-size: 15px;
    vertical-align: middle;
}

.border {
    border: 1px solid #dee2e6!important;
}

.dark-border {
    border: 1px solid #3C3C3C!important;
}

.border-bottom {
    border-bottom: 1px solid #C4C4C4!important;
}

.border {
    border: 1px solid #C4C4C4;
}

.border-top-0 {
    border-top: 0!important;
}

.dark-border {
    border: 1px solid #3C3C3C!important;
}

.dark-grey-txt, .dark-grey-txt:hover {
    color: #1A1A1A;
}

.dark-gr-txt {
    color: #476455;
}

.lrg-txt {
    font-size: 100px;
}

.semi-bold-txt, .bold-name {
    font-weight: 700!important;
}

.l-gr-bg {
    background-color: #E7F1E8!important;
}

.l-grey-bg {
    background-color: #C4C4C4;
    color: #1A1A1A;
}

.trans-bg {
    background-color: transparent!important;
}

.dark-gr-bg {
    background-color: #476455!important;
}

.rounded-circle {
    border-radius: 50%!important;
}

.fa-cog {
    font-size: 18px;
    vertical-align: middle!important;
}

strong {
    font-weight: 800;
}

.tab-content img {
    vertical-align: middle;
    border-style: none;
    width: 100%;
    height: auto;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    display: none;
    width: 100%;
    height: 100%;
    overflow: hidden;
    outline: 0;
}

.sidebar .sidebar-body .nav .nav-item .nav-link[aria-expanded="true"], .sidebar .sidebar-body .nav .nav-item:hover .nav-link, .sidebar .sidebar-body .nav .nav-item .nav-link .link-icon, .sidebar .sidebar-body .nav .nav-item .nav-link .link-icon:hover, .sidebar .sidebar-body .nav.sub-menu .nav-item:hover .nav-link {
    color: #3C3C3C;
}

.sidebar .sidebar-body .nav.sub-menu .nav-item:hover .nav-link::before {
    border: 1px solid #3C3C3C;
    background: #3C3C3C;
}

.sidebar .sidebar-body .nav .nav-item .nav-link {
    height: 20px;
}

.sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link {
    height: 20px;
    margin-bottom: 0!important;
    vertical-align: middle;
}

.sidebar-brand p {
    color: #1A1A1A;
    margin-bottom: 0;
    line-height: 20px;
    vertical-align: middle;
    font-weight: 500;
    font-size: 17px;
    text-align: center;
}

.sidebar h1, .sidebar .h1, .sidebar-brand  h1 {
    color: #1A1A1A;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 30px;
}

.sidebar .sidebar-header {
    background: #ffffff;
    height: 90px;
    width: 300px;
    border-bottom: 1px solid #f2f4f9;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    padding: 0 25px;
    border-right: 1px solid #f2f4f9;
    z-index: 999;
    -webkit-transition: width .1s ease;
    transition: width .1s ease;
}

.sidebar .sidebar-body .nav .nav-item i {
    visibility: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
}

.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-body .nav .nav-item i {
    color: #9b9b9b;
    position: absolute;
    top: 5px;
    left: 6px;
    visibility: visible;
}

.sidebar-folded:not(.open-sidebar-folded) .sidebar .sidebar-body .nav .nav-item::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: none;
    position: absolute;
    top: 5px;
    left: 6px;
    visibility: visible;
}

/* .side-menu {
    font-family: 'Roboto', sans-serif;
    position: fixed;
    top: auto;
    left: 9px;
    margin: 0;
    padding: 0;
    height: auto;
    width: 285px;
    list-style-type: none;
    background: #fff;
    overflow: hidden;
    transition: width .3s;
    z-index: 9999;
    bottom: 30px;
}

.side-menu:hover {
    width: 285px;
} */

.sidemenu-contractor-name {
    padding-right: 20px;
}

.side-menu {
    font-family: 'Roboto', sans-serif;
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    margin: 0;
    padding: 20px;
    height: 60px;
    width: 290px;
    list-style-type: none;
    background: #fff;
    overflow: hidden;
    transition: width .3s;
    z-index:99999;
    text-align: left;
    transition: all ease-in-out 0.2s;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.side-menu:hover {
    height: 640px;
    width: 290px;
    box-shadow: 0px 5px 5px rgba(0,0,0,0.2);
    cursor: pointer;
}

.side-menu li {
    width: auto;
    display: block;
}

.side-menu li a {
    display: block;
    font-size: 15px;
    text-decoration: none;
    color: #FFF;
    /* height: 60px; */
    padding: 0;
}

.side-menu li a span {
    margin-left: 0;
}
.side-menu li span {
    font-size: 15px;
    margin: 0 10px 0 0;
    padding-left: 10px;
}

.link-icon {
    width: 20px;
    height: 20px;
}

.breadcrumb-item a {
    color: #153A5B;
}

.accordion p {
    line-height: 40px;
    vertical-align: middle;
}

.card {
    border: 1px solid #C4C4C4;
    box-shadow: none;
    word-wrap: break-word;
}

.card-body {
    padding: 10px 20px;
}

/* Modal */
/* .modal-dialog {
    margin:7% auto;
} */

.modal-body-inner {
    max-height: 400px;
    overflow-y: scroll;
}

.modal .modal-dialog .modal-header .close {
    margin: 12px 0;
    padding: 0;
}

.close {
    opacity: 1;
}

.close:not(:disabled):not(.disabled):focus, .close:not(:disabled):not(.disabled):hover {
    opacity: 1;
}

.modal-body-inner::-webkit-scrollbar {
    height: 10px;
    width: 0.5em!important;
    border-radius: 50px;
}
 
.modal-body-inner::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
    height: 10px;
    background-color: transparent;
}
 
.modal-body-inner::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #C4C4C4;
    outline: none;
    height: 10px;
}

/* Bootstrap select dropdown styling */
.bootstrap-select, .bootstrap-select>.dropdown-toggle, .custom-select {
    display: block;
    height: auto;
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3c3c3c;
    background-clip: padding-box;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/images/angle-down-grey.png) 97%/15px 8px no-repeat;
    background-color: #fff;
    position: relative;
}
.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none!important;
    outline-offset: 0;
}

.bootstrap-select .dropdown-item.active, .bootstrap-select .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #3AB54A!important;
    border-radius: 0px;
}

.bootstrap-select .dropdown-item:focus, .bootstrap-select .dropdown-item:hover {
    background-color: #F6F6F6;
}

.bootstrap-select .dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 10px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    border: 1px solid #C4C4C4;
    background-color: #F6F6F6;
    border-radius: 0px;
}

.bootstrap-select .dropdown-menu {
    min-width: 200px!important;
    left: auto!important;
}

/* .bootstrap-select .dropdown-menu {
    min-width: 180px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    right: 0;
    left: auto;
    position: absolute!important;
    top: 100%;
} */

.bootstrap-select .dropdown-menu li {
    position: relative;
    border-radius: 5px;
}

.bootstrap-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
}

.dropdown-toggle::after, .dropdown .dropdown-toggle:after {
    display: none;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0!important;
    outline :0px auto -webkit-focus-ring-color!important;
}

/* .form-control, select.form-control, select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #153A5B;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #E4EBF2;
    border-radius: 10px!important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
} */

.form-control, select.form-control, select {
    display: block;
    width: 100%;
    height: auto;
    padding: 10px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #476455;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
}

.form-control:focus {
    color: #153A5B;
    background-color: #fff;
    border-color: #E4EBF2;
    outline: 0;
    box-shadow: none;
}

/* .table-responsive {
    overflow-x: hidden;
} */

table.dataTable tbody td {
    font-size: 15px;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 8px!important;
}

/* .table th {
    vertical-align: middle;
    line-height: 25px;
    white-space: inherit;
} */

.default-assessment-criteria td {
    text-wrap: auto;
}

.table th, table.dataTable th, table.dataTable thead th {
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #686868;
    line-height: 25px;
    white-space: inherit;
    vertical-align: middle;
}

.table td {
    vertical-align: middle;
    line-height: 30px;
    font-size: 15px;
}

.table thead th, table.dataTable.display tbody th, table.dataTable thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #686868;
    line-height: 25px;
    white-space: inherit;
}

table.dataTable td.dt-control:before {
    height: 20px!important;
    width: 20px!important;
    margin-top: 5px!important;
    display: inline-block;
    color: white;
    border: 1px solid white!important;
    border-radius: 1em;
    box-shadow: 0 0 0.2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New",Courier,monospace;
    line-height: 20px!important;
    content: "+";
    background-color: #31b131;
    font-size: 20px!important;
}

table.dataTable thead th {
    padding-left: 0!important;
}

.table .thead-light th {
    color: #495057;
    background-color: #F5F5F5;
}

.table-action, .table-action a:hover {
    color: #476455!important;
    vertical-align: middle;
    padding: 10px 8px;
}

.table-action.grn-txt {
    color:#3AB54A!important;
}

.table-action.red-txt {
    color:#e1012f!important;
}

.table-actions a {
    color: #686868;
    margin-bottom: 0!important;
}

.table-action {
    padding: 6px;
    vertical-align: middle;
}

.table-action i {
    width: 21px;
    height: 20px;
    text-align: center;
    font-size: 16px;
}

.table-actions span {
    text-shadow: none;
    font-size: 25px;
    vertical-align: bottom;
    padding: 0 10px;
}

.completed-assessment-table .table-action i {
    width: 25px;
    height: 20px;
    text-align: center;
    font-size: 22px;
}

.page-item.active .page-link {
    z-index: 3;
    border-color: transparent;
    background-color: transparent;
    color: #3AB54A;
    font-size: 15px;
    font-weight: 600;
}

.page-link {
    color: #071B33;
    pointer-events: none;
    cursor: auto;
    background-color: transparent;
    border-color: transparent;
}

.pagination .page-item:hover {
    z-index: 2;
    color: #071B33;
    text-decoration: none;
    background-color: transparent;
    border-color: #071B33;
    cursor: pointer;
}

.sub-two .link-title {
    margin-left: 0!important;
}

.main-wrapper .page-wrapper {
    width: calc(100% - 300px);
    margin-left: 300px;
}

.main-wrapper .page-wrapper .page-content {
    margin-bottom: 5%!important;
}

.sidebar .sidebar-body .nav.sub-menu .nav-item .nav-link::before {
    content: '';
    width: 8px;
    height: 8px;
    left: -20px;
    top: 6px;
    border-color: #3C3C3C;
}

.sidebar .sidebar-body .nav.sub-menu {
    padding: 0 0 15px 21px;
}

.sidebar {
    width: 300px;
    z-index: 999;
}

.sidebar .sidebar-body .nav .nav-item .nav-link .link-title {
    margin-left: 0px;
    font-size: 16px;
}

.sidebar .sidebar-body .nav .nav-item:hover .nav-link .link-title {
    margin-left: 0;
}

.sidebar  .input-group>.form-control:not(:first-child) {
    border: 0;
}

.table-actions .dropdown .dropdown-menu .dropdown-item:hover, .table-actions .dropdown .dropdown-menu .dropdown-item:hover i, .table-actions .dropdown .dropdown-menu .dropdown-item:hover svg, .dropdown .dropdown-menu .dropdown-item:hover {
    color: #071B33;
}

.table-actions .dropdown .dropdown-menu .dropdown-item {
    font-size: 15px;
    padding: 0!important;
}

.table-actions .dropdown-item.active, .table-actions .dropdown-item:active {
    color: #071B33;
    text-decoration: none;
    background-color: #eaeaf1!important;
}

.table-actions .dropdown .dropdown-menu .dropdown-item i {
    font-size: 15px!important;
}

.btn {
    font-size: 0.875rem;
    /* line-height: 1.5; */
    padding: 0.5rem 1rem 0.4rem;
}

.tooltip, .alert.alert-pastel-info {
    z-index: 9999999999999999;
}

[data-notify="container"][class*="alert-pastel-"] {
    background-color: rgb(255, 255, 255);
    border-width: 0px;
    border-left: 15px solid #5f8d46;
    border-radius: 0px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    letter-spacing: 1px;
    z-index: 999999!important;
}

[data-notify="container"].alert-pastel-info {
    border-left-color: #6FC152!important;
}

[data-notify="container"].alert-pastel-danger {
    border-left-color: #F2493B;
}

[data-notify="container"][class*="alert-pastel-"]>[data-notify="title"] {
    color: #333;
    display: block;
    font-weight: 700;
    margin-bottom: 5px;
}

[data-notify="container"][class*="alert-pastel-"]>[data-notify="message"] {
    font-weight: 400;
}

.alert-card i {
    font-size: 40px;
    color: #FBAA2E;
}

.alert {
    z-index: 999;
}

/* ------------ */
/* Checkboxes and Radios */
.radio {
    position: relative;
    display: block;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 30px;
}

.custom-radio label {
    font-weight: 400;
}

.custom-control-label::before {
    background-color: transparent;
}

.custom-control-input:checked~.custom-control-label::before {
    background-color: #3AB54A;
    border-color: #3AB54A;
    color: #3AB54A;
    box-shadow: none;
}

.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-image: none;
}

.dropdown .dropdown-menu .dropdown-item:hover {
    background-color: transparent;
}

.dropdown .dropdown-menu .dropdown-item, .btn-group .dropdown-menu .dropdown-item, .fc .fc-toolbar.fc-header-toolbar .fc-left .fc-button-group .dropdown-menu .dropdown-item, .fc .fc-toolbar.fc-header-toolbar .fc-right .fc-button-group .dropdown-menu .dropdown-item {
    font-size: .812rem;
    padding: 0.25rem 0.875rem;
    transition: all .2s ease-in-out;
    border-radius: 2px;
    border-right: 0;
    border-left: 0;
    line-height: 30px;
    margin-bottom: 0!important;
}

.tools-assigned-section .dropdown-menu li, .tools-assigned-section .dropdown .dropdown-menu .dropdown-item {
    margin-bottom: 0!important;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #476455;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #476455;
    border-radius: 5px;
}

.list-group-item.active {
    z-index: 2;
    color: #476455;
    background-color: #F5F5F5;
    border-color: #C4C4C4;
}

.input-group-prepend i, .input-group-prepend svg {
    color: #476455!important;
    font-size: 20px;
}

.input-group-text.border-right-only {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    margin: 5px 0 5px 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 0px;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border-right: 1px solid #3C3C3C!important;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 10px;
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    vertical-align: middle;
    width: 45px;
    text-align: center;
}

.custom-select, .bootstrap-select>.dropdown-toggle, .bootstrap-select {
    padding: 10px;
    color: #476455;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
    display: block!important;
    /* width: 70%; */
    height: auto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background:url('/images/angle-down-grey.png') 97% / 15px 8px no-repeat;
    background-color: #fff;
}

.dataTables_wrapper.dt-bootstrap4 .dataTables_length select {
    width: 100%!important;
    min-width: 200px;
    display: inline-block!important;
}

.input-group .bootstrap-select>.dropdown-toggle {
    border: 0!important;
}

.input-group {
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #476455;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #C4C4C4!important;
    border-radius: 5px!important;
}

.custom-select .dropdown-menu {
    float: left;
    min-width: 10rem;
    height: auto;
    padding: 0px;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 5px;
}

.input-group>.custom-select:not(:first-child), .input-group>.form-control:not(:first-child) {
    border: 1px solid #476455;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: 0;
    /* outline: 5px auto -webkit-focus-ring-color!important; */
    outline-offset: -2px;
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #476455;
    background-color: #fff;
    border-color: #C4C4C4;
    outline: none;
    box-shadow: none;
    border: 1px solid #C4C4C4;
}

.btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
    box-shadow: none;
    outline: 0!important;
}

.filters .form-control {
    display: block;
    /* width: 100%; */
    height: auto;
    padding: 5px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #476455;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #C4C4C4;
    border-radius: 5px;
}

.input-group-text {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #476455;
    text-align: center;
    white-space: nowrap;
    background-color: #fff;
    border: 1px solid #476455;
    border-radius: 5px;
}

.input-group-prepend {
    margin-right: 0;
}

.filters .input-group-text {
    border: 1px solid #476455!important;
}

.input-group-text.border-right-only {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 15px;
    margin: 5px 0 5px 0px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 0px;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: transparent;
    border-right: 1px solid #3C3C3C!important;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    border-radius: 10px;
    border-top-right-radius: 0px!important;
    border-bottom-right-radius: 0px!important;
    vertical-align: middle;
    width: 45px;
    text-align: center;
}

.custom-select .dropdown-item.active, .custom-select .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #3AB54A!important;
    border-radius: 0px;
}

.custom-select .dropdown-item:focus, .custom-select .dropdown-item:hover {
    background-color: #F6F6F6;
}

.custom-select .dropdown-item, select.custom-select .dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 10px;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    border: 1px solid #C4C4C4;
    background-color: #F6F6F6;
    border-radius: 0px;
}

.bootstrap-select .dropdown-menu li, select.custom-select .dropdown-menu li {
    position: relative;
    border-radius: 5px;
    margin-bottom: 0!important;
}

.bootstrap-select .dropdown-menu.inner, select.custom-select .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 5px;
}

.dropdown-toggle::after, .dropdown .dropdown-toggle:after {
    display: none;
}

.bootstrap-select .dropdown-toggle:focus, .bootstrap-select>select.mobile-device:focus+.dropdown-toggle, .bootstrap-select>select.custom-select:focus+.dropdown-toggle {
    outline: 0!important;
    outline :0px auto -webkit-focus-ring-color!important;
}

.bootstrap-select {
    display: block;
    /* width: 70%; */
    height: auto;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #3C3C3C;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: 5px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url(/images/angle-down-grey.png) 97% / 15px 8px no-repeat;
    background-color: #fff;
}

.footer {
    margin-left: 300px;
    background:#F5F5F5;
    z-index:999;
}

.footer a {
    color: #686868!important;
    font-size: inherit;
}

.page-breadcrumb .breadcrumb {
    padding: 0;
    background: transparent;
}

.accordion > .card .card-header * {
    font-weight: 600;
    font-size: 20px;
}

.assessment-template .btn-link {
    font-weight: 800;
    color: #1a1a1a!important;
    text-decoration: none
}

.assessment-template .btn-link i {
    font-size: 20px
}

.assessment-template .card-header {
    padding: 5px 20px!important;
    margin-bottom: 0;
    background-color: #dcdcdc!important;
    border-bottom: 0!important;
}

.assessment-template .accordion>.card>.card-header {
    border-radius: 0;
    margin-bottom: 0
}

/* Styles from Contractor Portal */
#content {
    background-color: #F5F5F5!important;
}

.h5, h5 {
    font-size: 1.25rem;
}

.btn.focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}

.btn-link:hover {
    text-decoration: none;
}

.btn-primary {
    /* line-height: 20px; */
    vertical-align: middle;
    font-size: 15px;
    border: 0;
    border-radius: 5px;
    font-weight: 400;
}

.btn-primary.orange {
    background-color: #FBAA2E;
    color: #fff;
    font-size: 15px;
}

.btn-primary.orange:not(:disabled):not(.disabled).active, .btn-primary.orange:not(:disabled):not(.disabled):active, .show>.btn-primary.orange.dropdown-toggle {
    color: #fff;
    background-color: #FBAA2E;
    border-color: #FBAA2E;
    border: 0;
}


.btn-danger, .swal2-modal .swal2-actions button.swal2-cancel {
    color: #fff;
    background-color: #ff3366;
    border-color: transparent;
    line-height: 20px;
    vertical-align: middle;
    border-radius: 5px;
}

.btn-primary.grn-btn {
    background-color: #3AB54A;
    color: #fff;
    font-size: 15px;
}

.btn-primary.grn-btn:not(:disabled):not(.disabled).active, .btn-primary.grn-btn:not(:disabled):not(.disabled):active, .show>.btn-primary.grn-btn.dropdown-toggle {
    color: #fff;
    background-color: #3AB54A;
    border-color: #3AB54A;
    border: 0;
}

.btn-primary.wht-btn {
    background-color: #FFFFFF;
    color: #1A1A1A;
    font-size: 15px;
}

.btn-primary.wht-btn:not(:disabled):not(.disabled).active, .btn-primary.wht-btn:not(:disabled):not(.disabled):active, .show>.btn-primary.wht-btn.dropdown-toggle {
    color: #1A1A1A;
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    border: 0;
}

.btn-primary.muted-btn {
    background-color: #F5F5F5;
    color: #1A1A1A;
    font-size: 15px;
}

.btn-primary.muted-btn:not(:disabled):not(.disabled).active, .btn-primary.muted-btn:not(:disabled):not(.disabled):active, .show>.btn-primary.muted-btn.dropdown-toggle {
    color: #1A1A1A;
    background-color: #F5F5F5;
    border-color: #F5F5F5;
    border: 0;
}

.btn-primary.l-green {
    background-color: #E7F1E8;
    color: #476455;
    font-size: 15px;
}

.btn-primary.l-green i {
    font-size: 18px;
    margin-right: 10px;
}

.btn-primary.l-green:not(:disabled):not(.disabled).active, .btn-primary.l-green:not(:disabled):not(.disabled):active, .show>.btn-primary.l-green.dropdown-toggle {
    color: #fff;
    background-color: #E7F1E8;
    border-color: #E7F1E8;
}

.btn-primary.dark-grn-btn {
    background-color: #476455;
    color: #fff;
    font-size: 15px;
}

.btn-primary.dark-grn-btn:not(:disabled):not(.disabled).active, .btn-primary.dark-grn-btn:not(:disabled):not(.disabled):active, .show>.btn-primary.dark-grn-btn.dropdown-toggle {
    color: #fff;
    background-color: #476455;
    border-color: #476455;
    border: 0;
    opacity: 1;
}

.btn-primary.dark {
    background-color: #3E4C60;
    color:#FFFFFF!important; 
}

.btn-primary.dark:hover, .btn-primary.dark:not(:disabled):not(.disabled).active, .btn-primary.dark:not(:disabled):not(.disabled):active, .btn-primary.dark:hover, .btn-primary.dark:focus {
    background-color: #3E4C60;
    color: #fff!important;
    border: 0;
}

.btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show>.btn-primary.dropdown-toggle:focus {
    box-shadow: none;
}

.btn-primary.grey-btn  {
    background-color: #C4C4C4;
    color:#1A1A1A!important; 
    font-weight: 500;
}

.btn-primary.grey-btn :hover, .btn-primary.grey-btn :not(:disabled):not(.disabled).active, .btn-primary.grey-btn :not(:disabled):not(.disabled):active, .btn-primary.grey-btn :hover, .btn-primary.grey-btn :focus {
    background-color: #C4C4C4;
    color: #1A1A1A!important;
    border: 0;
}

/* Report buttons start */

.rpt-filter-btn {
    margin-top: 32px !important;
    font-size: 16px !important;
    padding: 0.7rem 1.2rem 0.7rem !important;
}

.rpt-export-btn {
    font-size: 16px !important;
    padding: 0.7rem 1.2rem 0.7rem !important;
}

/* Report buttons end */

#edit-rates-form h2>i, .labour-adjustment-percentage>i {
    font-size: 20px;
    margin-left: 20px;
}

.table td .badge {
    margin-bottom: 0;
    vertical-align: middle;
    line-height: 30px;
    font-size: 15px;
}

.badge-green {
    background-color: #3AB54A;
}

.badge-yellow {
    background-color: #FBAA2E;
}

.badge-grey {
    background-color: #C4C4C4;
}

.badge:empty {
    display: inline!important;
}

.badge {
    display: inline-block;
    padding: 5px 15px;
    font-size: 14px!important;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 0;
    transition: color .15s ease-in-out, 
    background-color .15s ease-in-out, 
    border-color .15s ease-in-out, 
    box-shadow .15s ease-in-out;
    margin-right: 15px;
}

.badge i {
    line-height: 22px;
    vertical-align: middle;
}

.badge.small {
    padding: 1px 10px;
}

.badge-dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: 0.25rem;
}

.badge-dropdown .dropdown-item {
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.dropdown.badge-dropdown .dropdown-menu .dropdown-item {
    font-size: 15px;
    padding: 0 0.875rem;
    transition: all .2s ease-in-out;
    border-radius: 2px;
    border-right: 0;
    border-left: 0;
    line-height: 25px;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #E7F1E8;
    border-radius: 0;
}

.progress-bar.dark-bar {
    color: #fff;
    text-align: right;
    background-color: #476455;
    padding-right: 20px;
    height: 30px;
}

.progress-bar.light-bar {
    color: #476455;
    text-align: right;
    background-color: #E7F1E8;
    padding-right: 20px;
    height: 30px;
    font-weight: bold;
    font-size: 13px;
}

/* Date picker styles */
header .datepicker-dropdown {
    top: 65px!important;
    left: auto!important;
    right: 130px;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #FBAA2E!important;
    border-radius: 100%;
    background-image: none;
}

.datepicker-dropdown.datepicker-orient-left:before {
    display: none;
}

.datepicker th {
    text-align: center;
    width: 20px!important;
    height: 40px!important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0!important;
    border: none;
    font-weight: 400;
    margin-bottom: 10px;
    /* color: #fff!important; */
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.dow {
    color: #fff;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.datepicker-switch {
    color: #000!important;
    background: #ffffff;
    padding-bottom: 1rem;
    padding-top: 1rem;
    font-size: 1rem;
    font-weight: 600;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed tbody td.day.active:before {
    content: "";
    width: 28px;
    height: 25px;
    background: transparent;
    text-shadow: none;
    border-radius: 2px;
    display: block;
    margin: auto;
    vertical-align: middle;
    position: absolute;
    top: 6px;
    z-index: -1;
    left: 0;
    right: 0;
}

.datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.prev, .datepicker.datepicker-dropdown .datepicker-days table.table-condensed thead tr th.next {
    color: #000!important;
    padding-bottom: 1rem;
    padding-top: 1rem;
    background: #ffffff;
}

.datepicker td {
    text-align: center;
    width: 20px!important;
    height: 40px!important;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    font-weight: 400;
    padding: 10px 0!important;
}

.dow {
    background-color: #476455;
    border-radius: 0;
    color: #fff;
    margin-bottom: 10px;
}

.datepicker table {
    min-width: 15rem;
}

.datepicker {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 0px;
    direction: ltr!important;
    border: 0!important;
    display: inline-block!important;
    box-shadow: 0px 2px 6px -2px rgb(0 0 0 / 50%);
    min-width: 15rem;
    margin-bottom: 20px;
}


.datepicker.datepicker-dropdown {
    padding: 20px 10px;
    width: 25%;
    max-width: 310px;
    min-width: 250px;
    -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.08);
    z-index: 999999!important;
}

.datepicker table tr td span {
    display: block;
    width: 23%;
    height: 45px;
    line-height: 45px;
    float: left;
    margin: 1%;
    cursor: pointer;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.datepicker table tr td span.active:hover, .datepicker table tr td span.active:hover:hover, .datepicker table tr td span.active.disabled:hover, .datepicker table tr td span.active.disabled:hover:hover, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover:active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active.active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled, .datepicker table tr td span.active:hover.disabled, .datepicker table tr td span.active.disabled.disabled, .datepicker table tr td span.active.disabled:hover.disabled, .datepicker table tr td span.active[disabled], .datepicker table tr td span.active:hover[disabled], .datepicker table tr td span.active.disabled[disabled], .datepicker table tr td span.active.disabled:hover[disabled] {
    background-color: #E4EBF2!important;
    background-image: none;
    color: #000;
    text-shadow: 0;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
    background-color: #FBAA2E;
    border-radius: 100%;
    background-image: none;
}

.datepicker table tr td.disabled {    
    background-color: #C4C4C4!important;
    border-radius: 100%!important;
    background-image: none!important;
    color: #000!important;
}

/* Static datepicker */
.static-datepicker .datepicker {
    min-width: 330px;
    width: 330px;
}

.static-datepicker .datepicker table {
    min-width: 100%;
    margin: 0 3px;
}

/* Calendar */
.calendar-base {
    width: auto;
    height: auto;
    border-radius: 0;
    background-color: white;
    position: relative;
    border: 1px solid #C4C4C4;
    color: black;
}
  
.year {
    color: #000;
    font-size: 20px;
    position: relative;
    font-weight: bold;
    line-height: 40px;
    vertical-align: middle;
}
  
.month-color {
    color: #27AE60;
}

.month-hover:hover{
    color:#27e879 !important;
}
  
.months {
    color: #000;
    position: relative;
    left: 0;
    top: 90px;
    word-spacing: 10px;
    max-width: 500px;
    right: 0;
    max-width: 500px;
    text-align: center;
}

.days {
    color: #fff;
    font-size: 18px;
    word-spacing: 35px;
    width: 100%;
    text-align: center;
    background-color: #476455;
    padding: 20px 0px;
}

.num-dates {
    z-index: 1;
    margin-top: 10%;
}

.week {
    margin-bottom: 25px;
    word-spacing: 40px;
    position: relative;
}

.week span {
    word-spacing: 35px;
    padding: 0 6px;
}
  
.active-day-grn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #2ECC71;
    position: absolute;
    top: 36.5%;
    left: 2.6%;
    text-align: center;
}

.active-day-grey {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #C4C4C4;
    position: absolute;
    top: 0%;
    left:-1%;
    text-align: center;
}

.active-day-num {
    color: #fff;
    z-index: 999;
}
  
.white {
    color: white;
}
  
.event-indicator {
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #2980B9;
    position: relative;
    top: 304px;
    left: 695px;
}
  
.two {
    position: relative;
    top: 168px;
    left: 535px;
}

/* Collapse */
.collapse-triggers a.active-trigger {
    color: #3AB54A;
    border-bottom: 1px solid #3AB54A;
}

/* Tabs */
.nav-tabs {
    border-bottom: 0;
}

.nav.nav-tabs li {
    display: inline-block;
    width: auto;
}

.nav-tabs .nav-link {
    color: #1A1A1A;
    font-weight: 500;
    padding: 0;
    margin-right: 30px;
}

.nav-tabs .nav-link.active {
    color: #3AB54A;
    border-bottom: 1px solid #3AB54A!important;
    border-color: transparent;
}

.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.edit-feedback-ahref {
    text-decoration: underline;
    color: #fbaa2e;
}

/* File upload */

.crop-photo .file-upload {
    padding:20px 20px 0 20px;
}

.file-upload {
    background-color: #F5F5F5;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    border-radius: 5px;
    position: relative;
    border: 1px solid #C4C4C4;
}

.upload-btns {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.upload-btns.single-btn {
    position: absolute;
    bottom: 20%;
    left: 0;
    right: 0;
    width: 100%;
    text-align: center;
}

.upload-btns.single-btn .btn-primary {
    min-width: 200px;
}

.file-upload-content {
    display: none;
    text-align: center;
}
  
.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
  
.image-upload-wrap {
    margin-top: 0px;
    border: 0;
    position: relative;
    height: 100%;
    padding: 80px 0;
}

.drag-text {
    text-align: center;
}

.drag-text i {
    position: absolute;
    opacity: 0.1;
    font-size: 50px;
    top: 27%;
    left: 0;
    right: 0;
}

.drag-text h3 {
    font-weight: 600;
    color: #1A1A1A;
    padding: 0;
    font-size: 15px;
    margin-top: 0;
    margin-bottom: 3%;
}

.file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
}

/* Scrollbar styles */
.list-group .form-control::-webkit-scrollbar {
    height: 10px;
    width: 0.5em!important;
    border-radius: 50px;
}
 
.list-group .form-control::-webkit-scrollbar-track {
    box-shadow: inset 0 0 6px rgba(0,0,0,0.0);
    height: 10px;
    background-color: transparent;
}
 
.list-group .form-control::-webkit-scrollbar-thumb {
    border-radius: 50px;
    background-color: #C4C4C4;
    outline: none;
    height: 10px;
}

/* Checkboxes */
.form-check .form-check-label input[type="radio"] + .input-frame:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    border: solid #3AB54A;
    border-width: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-transition: all;
    -moz-transition: all;
    -ms-transition: all;
    -o-transition: all;
    transition: all;
    transition-duration: 0s;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
}

.form-check .form-check-label input[type="radio"]:checked + .input-frame:before {
    background: #3AB54A;
    border-width: 0;
}

.criteria-tables .checkbox, .schedules-card .checkbox, .criteria-checkbox .checkbox {
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    position: relative;
}
.criteria-tables .checkbox input[type=checkbox], .schedules-card .checkbox input[type=checkbox], .criteria-checkbox .checkbox input[type=checkbox] {
    margin: 0;
    visibility: hidden;
    left: 7px;
    top: 7px;
}
.criteria-tables .checkbox label, .schedules-card .checkbox label, .criteria-checkbox .checkbox label {
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 5px 10px 0 10px;
    border-radius: 0;
    border: 1px solid #666;
    cursor: pointer;
    display: block;
    position: relative;
    transition: all .3s ease 0s;
    margin-left: 0;
}
.criteria-tables .checkbox label:hover, .schedules-card .checkbox label:hover, .criteria-checkbox .checkbox label:hover { 
	border-width: 2px; 
}
.criteria-tables .checkbox input[type=checkbox]:checked+label, .schedules-card .checkbox input[type=checkbox]:checked+label, .criteria-checkbox .checkbox input[type=checkbox]:checked+label {
    background-color: #3AB54A;
    border: 7px solid #3AB54A;
    box-shadow: none;
}
.criteria-tables .checkbox label:before,
.criteria-tables .checkbox label:after, 
.schedules-card .checkbox label:before,
.schedules-card .checkbox label:after, 
.criteria-checkbox .checkbox label:before,
.criteria-checkbox .checkbox label:after
{
    content: "";
    background: #fff;
    width: 2px;
    height: 10px;
    opacity: 0;
    transform: translateX(-50%) rotate(55deg);
    position: absolute;
    left: 160%;
    top: -10px;
    transition: all 0.2s ease 0s;
}
.criteria-tables .checkbox label:after, .schedules-card .checkbox label:after, .criteria-checkbox .checkbox label:after {
	height: 7px;
    transform: translateX(-50%) rotate(-33deg);
    left: -35%;
    top: -6px;
}
.criteria-tables .checkbox input[type=checkbox]:checked+label:before, .schedules-card .checkbox input[type=checkbox]:checked+label:before, .criteria-checkbox .checkbox input[type=checkbox]:checked+label:before {
    opacity: 0;
    transform: translateX(-50%) rotate(55deg);
    left: 75%;
    top: 0px;
}
.criteria-tables .checkbox input[type=checkbox]:checked+label:after, .schedules-card .checkbox input[type=checkbox]:checked+label:after, .criteria-checkbox .checkbox input[type=checkbox]:checked+label:after {
    opacity: 0;
    transform: translateX(-50%) rotate(-33deg);
    left: 1%;
    top: 2px;
}

.criteria-tables .checkbox span, .schedules-card .checkbox span, .criteria-checkbox .checkbox span {
	font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
}

.criteria-tables .radio, .schedules-card .radio, .criteria-radio .radio {
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    position: relative;
}
.criteria-tables .radio input[type=radio], .schedules-card .radio input[type=radio], .criteria-radio .radio input[type=radio] {
    margin: 0;
    visibility: hidden;
    left: 7px;
    top: 7px;
}
.criteria-tables .radio label, .schedules-card .radio label, .criteria-radio .radio label {
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 8px 10px 0 10px;
    border-radius: 0;
    border: 1px solid #666;
    cursor: pointer;
    display: block;
    position: relative;
    transition: all .3s ease 0s;
    margin-left: 0;
    border-radius:100%;
}
.criteria-tables .radio label:hover, .schedules-card .radio label:hover, .criteria-radio .radio label:hover { 
	border-width: 2px; 
}
.criteria-tables .radio input[type=radio]:checked+label, .schedules-card .radio input[type=radio]:checked+label, .criteria-radio .radio input[type=radio]:checked+label {
    background-color: #3AB54A;
    border: 7px solid #3AB54A;
    box-shadow: none;
}
.criteria-tables .radio label:before,
.criteria-tables .radio label:after, 
.schedules-card .radio label:before,
.schedules-card .radio label:after, 
.criteria-radio .radio label:before,
.criteria-radio .radio label:after
{
    content: "";
    background: #fff;
    width: 2px;
    height: 10px;
    opacity: 0;
    transform: translateX(-50%) rotate(55deg);
    position: absolute;
    left: 160%;
    top: -10px;
    transition: all 0.2s ease 0s;
    border-radius:100%;
}
.criteria-tables .radio label:after, .schedules-card .radio label:after, .criteria-radio .radio label:after {
	height: 7px;
    transform: translateX(-50%) rotate(-33deg);
    left: -35%;
    top: -6px;
}
.criteria-tables .radio input[type=radio]:checked+label:before, .schedules-card .radio input[type=radio]:checked+label:before, .criteria-radio .radio input[type=radio]:checked+label:before {
    opacity: 0;
    transform: translateX(-50%) rotate(55deg);
    left: 75%;
    top: 0px;
}
.criteria-tables .radio input[type=radio]:checked+label:after, .schedules-card .radio input[type=radio]:checked+label:after, .criteria-radio .radio input[type=radio]:checked+label:after {
    opacity: 0;
    transform: translateX(-50%) rotate(-33deg);
    left: 1%;
    top: 2px;
}

.criteria-tables .radio span, .schedules-card .radio span, .criteria-radio .radio span {
	font-size: 16px;
    font-weight: 500;
    vertical-align: middle;
}

.qty-up {
    position: absolute;
    top: 10px;
    left: 62px;
    font-size: 15px;
    color: #000;
}

.qty-down {
    position: absolute;
    top: 25px;
    left: 62px;
    font-size: 15px;
    color: #000;
}

.qty-final {
    width: 58px;
    height: auto;
    outline: none;
    border: 0;
    text-align: center;
    background-color: transparent;
}

/* Lists */
.list-group-item {
    line-height: 30px;
    vertical-align: middle;
}

.list-group-item.active {
    z-index: 2;
    color: #3C3C3C;
    background-color: #F5F5F5;
    border-color: #C4C4C4;
    border: 1px solid #C4C4C4;
}

.usage-list .list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 0;
    background-color: #fff;
    border-left: 0;
    border-right: 0;
    border-top: 1px solid rgba(0,0,0,.125);
    border-bottom: 1px solid rgba(0,0,0,.125);
    font-weight: 500;
}

.usage-list .list-group-item:first-child {
    border-top: 0;
}

.cell-bordered {
    border: 1px solid #696969 !important;
}

.line-height-7 {
    line-height: 7 !important;
}

.ft-table td {
    line-height: 25px!important;
    padding: 15px 0.9375rem;
}

.text-ellipsis {
    display: inline-block;
    overflow: hidden!important;
    overflow-wrap: normal;
    text-overflow: ellipsis;
    white-space: nowrap!important;
}

.tab-content .card p {
    margin-bottom: 1rem;
}

/* VM table settings */

.vm-settings-table .name {
    margin-right:15px;
}

.month-popover:hover {
    cursor: pointer;
}

#default-dates {
    margin-top:15px;
}

/* .support-div {
    background-color: #356B43;
    height: 50px;
    width: 50px;
    border-radius: 100%;
    position: fixed;
    bottom: 21px;
    right: 25px;
    z-index:9999999;
} */

    .pulse {
        overflow: visible;
        /* height: 50px; */
        /* width: 50px; */
        border-radius: 100%;
        position: fixed;
        bottom: 21px;
        right: 25px;
        z-index:9999999;
        font-size:55px;
        background-color: #FBAA2E;
        /* color:#FBAA2E; */
    }
    .pulse:hover {
        cursor: pointer;
        color:#FBAA2E;
        background-color:#FBAA2E
    }
    .pulse:before {
        content: '';
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #356B43;
        border-radius: inherit;
        transition: opacity .3s, transform .3s;
        animation: pulse-animation 3s cubic-bezier(0.24, 0, 0.38, 0.5) infinite;
        z-index: -1;
    }
    .pulse-question {
        color: #356B43;
    }
    @keyframes pulse-animation {
        0% {
            opacity: 1;
            transform: scale(1);
        }
        50% {
            opacity: 0;
            transform: scale(1.5);
        }
        100% {
            opacity: 0;
            transform: scale(1.5);
        }
    }

    /* Absolute Center Spinner */
.loading {
    position: fixed;
    z-index: 999;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    display:none;
  }
  
  /* Transparent Overlay */
  .loading:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.5);
  }
  
  /* :not(:required) hides these rules from IE9 and below */
  .loading:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .loading:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 50px;
    height: 50px;
    margin-top: -0.5em;
  
    border: 15px solid rgba(53, 107, 67, 1.0);
    border-radius: 100%;
    border-bottom-color: transparent;
    -webkit-animation: spinner 1s linear 0s infinite;
    animation: spinner 1s linear 0s infinite;
  
  
  }
  
  /* Animation */
  
  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

.activity-page .table {
    min-width: max-content;
    max-width: none;
}

.activity-page .short-table {
    min-width: 710px;
    max-width: 710px; 
}

.ft-activities-table {
    max-height: 400px;
    overflow-y: auto;
}

.add-feedback-photos img, .edit-feedback-photos img {
    width:100%;
    height: auto;
}

#admin-datatable td {
    word-wrap: break-word;
    text-wrap: pretty;
}

.sort-heading {
    cursor: pointer;
}

/* Training */
.training-accordions .card {
    border: 1px solid #C4C4C4;
    border-radius: 5px;
}

.training-accordions .card img {
    width: 100%;
    height: auto;
}

.training-accordions>.card>.card-header {
    background-color: #DCDCDC;
    color: #1A1A1A;
    border-radius: 5px;
    margin-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.training-accordions .btn-link {
    color: #1A1A1A;
    font-weight: 600;
}

.training-accordions>.card:not(:last-of-type) {
    border-radius: 5px;
    border-bottom: 1px solid #C4C4C4;
}

.training-accordions>.card:not(:first-of-type) {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.training-accordions .card-body {
    border:0;
    border-radius: 5px;
}

.lrg-dropzone-box {
    display: block;
    height: 150px;
}

.dropzone.dz-clickable {
    cursor: pointer;
    z-index: 99;
    position: absolute;
    border: 0 !important;
    background-color: transparent;
    top: 0;
    left: 0;
    right: 0;
    height: 200px;
    display: block;
}

.dropzone {
    min-height: 200px;
    border: 2px solid rgba(0, 0, 0, .3);
    background: #fff;
    padding: 20px 20px;
}

.upload-area {
    margin-top: 1.25rem;
    border: none;
    padding: 3rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    z-index:0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    border: 2px solid rgba(0, 0, 0, .3);
    justify-content: center;
    border-radius: 5px !important;
}
  
.upload-area-icon {
    display: block;
    width: 2.25rem;
    height: 2.25rem;
}
.upload-area-icon i {
    max-height: 100%;
    max-width: 100%;
}

.upload-area-icon i {
    width: 100%;
    display: block;
    height: auto;
    text-align: center;
    margin: auto;
    font-size: 50px;
    opacity: 10%;
}

.upload-area-title {
    margin-top: -26px;
    display: block;
    font-weight: 700;
    color: var(--c-text-primary);
}

.upload-area-description button {
    z-index: 999999;
    position: absolute;
    top: 70%;
    left: 42%;
}
/* #addDocumentsModal .dropzone {
    min-height: 200px!important;
    border: 0!important;
    background: #fff;
    padding: 0!important;
    height: auto!important;
    position: relative!important;
}

#addDocumentsModal .dropzone .dz-message {
    display: none;
} */

.dropzone {
    min-height: 150px!important;
    border: 1px solid rgba(0, 0, 0, .3)!important;
    background: #fff;
    padding: 20px 20px!important;
    border-radius: 5px!important;
}

.dropzone .dz-message {
    text-align: center;
    margin: 0!important;
}

.dropzone .dz-message .dz-button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
    display: none;
}
.lrg-dropzone-box .dropzone {
    min-height: 200px !important;
}
.table td img {
    width: auto !important;
    height: 36px;
    border-radius: 0px;
}