/*!
 * Custom css styling
 */

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter.eot');
    src: local('Inter'), url('../fonts/Inter.woff') format('woff'), url('../fonts/Inter.ttf') format('truetype'), url('../fonts/Inter.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu.eot');
    src: local('Ubuntu'), url('../fonts/Ubuntu.woff') format('woff'), url('../fonts/Ubuntu.ttf') format('truetype'), url('../fonts/Ubuntu.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Agency FB2';
    src: url('../fonts/AGENCYR.eot');
    src: local('Agency FB2'), url('../fonts/AGENCYR.woff') format('woff'), url('../fonts/AGENCYR.ttf') format('truetype'), url('../fonts/AGENCYR.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

label.required:after {
    content: " *";
    color: #dc3545;
    font-size: 13px;
}

.heavy {
    font-weight: bold !important;
}

.hidden {
    display: none !important;
}

.invalid-err {
    font-size: 11px;
    color: #b01b0f;
    font-weight: 600;
}

.card-header,
.card-title,
.page-title-heading,
h1,
h2,
h3,
h4,
h6,
th {
    font-family: Ubuntu!important;
    /*text-transform: capitalize;*/
}

body {
    font-size: 13px;
}
.loader {
    display: none;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 150px;
    z-index: 2222;
}
.loader .processing {
    width: 20%;
}
.backDrop {
    background-color: #000000;
    bottom: 0;
    display: none;
    opacity: 0.5;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1111;
    transition: opacity 0.15s linear 0s;
}
.select2-container.is-invalid .select2-choice
{
    border-color: #d92550;
    padding-right: 2.25rem;
    background-repeat: no-repeat;
    background-position: center right calc(2.25rem / 4);
    background-size: calc(2.25rem / 2) calc(2.25rem / 2);
}
.form-control,
select {
    font-size: .8rem;
    padding: 5px;
    height: 33px;
}

.select2-container--bootstrap4 .select2-selection--single {
    height: 33px;
    font-size: 12px !important;
    padding: 10px;
}

.form-group,
label {
    margin-bottom: 5px;
}

th {
    font-variant: small-caps;
    font-size: 0.9rem !important;
    font-weight: normal;
    color: #000;
}

td {
    color: #212529;
}
.base-color {
    color: #0056b3;
}
.text-black {
    color: #000000;
}
.text-black:hover {
    color: #000000;
}
.text-navy {
    color:#6610f2;
}
.text-gray{color: #999999;}
.text-warning{color: #f7b924;}
.text-danger{color: #d92550;}
.text-success{color: #31a66a;}
.text-navy{color: #231996;}
/*.btn {
    padding: 7px 25px !important;
    font-size: 0.8rem !important;
}*/
.card-header,
.page-title-heading {
    font-variant: small-caps;
    font-size: 1.2rem !important;
    font-weight: 800 !important;
}

.task-cards .card-title {
    font-size: 0.8rem !important;
    display: block;
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    text-align: center;
    color: #000;
    height:auto;
}

.task-cards .card-title .badge {
    /*float: right;*/
}

.task-cards .card {
    border-width: 1px !important;
}

.card-body {
    padding: 0.5rem;
}

.task-cards .card-title a {
    color: #000;
}

label {
    color: #212529;
    font-size: 0.8rem;
    font-family: Ubuntu!important;
    font-variant: small-caps;
}

.form-control::placeholder {
    opacity: 1;
    color: #495057;
    font-size: 0.8rem;
}
.task-dt {
    font-size:11px;
    margin-top: -7px;
}
.c-box {
    height:20px;
    width:20px;
}
.check-one , .check-all {
    width:15px;
    height:15px;
}
.week-day {
    width: 50%;
    float: left;
}
.rating-radio input {
    margin-left: 2.5%;
    width: 55px;
    height: 20px;
}
.rating-radio-detail span {
    margin-left: 14.5%;
    width: 55px;
    height: 20px;
}
.heads span {width: 18%; float: left;  text-align: center;}
.select2-container .select2-choice>.select2-chosen {font-size: small;}
.font-small {font-size: small}
.app-page-title .page-title-heading{text-transform: uppercase;}
.card-header {text-transform: none;}
.select2-container--bootstrap4 .select2-results__option {font-size: 12px !important;padding: 6px;}
/******************* DRAG Start *******************/
.slick-slider .slide-img-bg {
    opacity: 1 !important;
}
ul.sortable {
    padding-bottom: 10px;
}

ul.sortable li:last-child {
    margin-bottom: 0;
}

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

:not(.minutes-notes-dt) {
    list-style: disc;
}
.minutes-notes-dt ul {
    margin-left: 2%;
}
.t-row {
    padding: 6px;
    margin: 2px 2px 8px;
    background: #fff;
    box-sizing: border-box;
    border-radius: 8px;
    border: 1px solid #eaeaea;
    cursor: pointer;
    white-space: normal;
    line-height: 20px;
}

.ui-sortable-placeholder {
    visibility: inherit !important;
    background: transparent;
    border: #666 2px dashed;
}

.ui-timepicker-wrapper {
    width: 10.5em !important;
}
.select2-container {
    width:100% !important;
}
/******************* DRAG End *******************/

.droppable.hovered {
    border: 1px solid #0b2e13;
}

.p-remove:hover {
    text-decoration: none;
    color: #000000;
}

.text-over {
    display: inline-block;
    width: 96%;
    white-space: nowrap;
    overflow: hidden !important;
    text-overflow: ellipsis;
}

.table th,
.table td {
    padding: 0.15rem 0.35rem;
}
#n-table ul li, #n-table ol li {list-style: disc;}
.m-status .nav-item a {padding: .5rem}
.m-status .nav-item { border-right: 1px solid rgba(26, 54, 126, 0.125)}
.select2-container-multi .select2-choices {
    background-image: none;background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
/********************************* font size styles ******************************************/

.font-8 {
    font-size: 8px !important;
}

.font-10 {
    font-size: 10px !important;
}

.font-11 {
    font-size: 11px !important;
}

.font-12 {
    font-size: 12px !important;
}

.font-13 {
    font-size: 13px !important;
}

.font-14 {
    font-size: 14px !important;
}

.font-16 {
    font-size: 16px !important;
}

.font-18 {
    font-size: 18px !important;
}

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

.app-page-title {
    padding: 0 10px !important;
}

.app-wrapper-footer .app-footer .app-footer__inner {
    background: #ffffff;
}

.app-theme-white .app-page-title {
    background: #ffffff;
}

.app-theme-white.app-container {
    background: #ffffff;
}

.app-header .app-header__content {
    background-color: #343a40 !important;
}
.app-sidebar__inner, .scrollbar-sidebar {background-color: #343a40 !important;}
.app-sidebar__heading {color:#ffffff}
.vertical-nav-menu li a {color: #c2c7d0 !important;}
.vertical-nav-menu li a:hover {background: #494E54;}
.app-sidebar .app-sidebar__inner {padding: 2px 10px 10px 10px}
.app-main__outer {
    width: 100%;
}

.sub-task-section h5 {
    display: block;
}

.sub-task-section .close-sub-task {
    float: right;
    padding: 5px 10px !important;
    margin-top: -5px;
}

.small-btns .btn {
    padding: 5px !important;
}

.nowrap {
    white-space: nowrap;
}

.badge-new {
    border: #000 solid thin;
    color: #000;
    padding: 3px 5px;
}

.hr-text {
    line-height: 1em;
    position: relative;
    outline: 0;
    border: 0;
    color: black;
    text-align: center;
    height: 1.5em;
    opacity: 1;
    font-size: 15px;
    box-sizing: content-box;
}
hr:before {
    content: '';
    background: linear-gradient(to right, transparent, #818078, transparent);
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 1px;
}
hr:after {
    content: attr(data-content);
    position: relative;
    display: inline-block;
    padding: 0 0.5em;
    line-height: 1.5em;
    color: #818078;
    background-color: #fcfcfa;
}

.priceing .card {
    /*box-shadow: none !important;*/
    border:2px solid #0056b3;
    border-radius: 10px;
    background: #fff;
}

.priceing .card:hover {
    /*margin-top: -30px;
    transition: margin-top 0.3s linear;*/
    cursor: pointer;
    border-color:#B33528;
    box-shadow: #e2a354 0 0 10px;
}

.priceing .card.selected {
    border-color:#B33528;
    box-shadow: #e2a354 0 0 10px;
}
.priceing .card.selected .s-btn {
    background:#B33528;
    border-color:#B33528
}

.priceing .card .card-text {
    padding: 10px;
    min-height: 110px;
}
.priceing .card ul li {
    list-style: circle;
    list-style-position: inside;
    color:#000;
}

.t-cmt ul li, .t-cmt ol li {
    margin-left: 20px;
}

.check-box-lg {
    width:15px;
    height: 15px;
}