/*21-05-21*/
/*.app-main .app-main__inner {
    padding: 30px 20px 0 !important;
}*/
/*21-05-21*/
.loadmodal {

    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8)
}

/* When the body has the loading class, we turn
the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
    font-family: sans-serif !important;
}

/* Anytime the body has the loading class, our
modal element will be visible */
body.loading .loadmodal {
    display: block;
    /*font-family : "open sans", "Helvetica Neue", Helvetica, Arial, sans-serif !important;*/
}

.spinimage {
    position: absolute;
    top: 40%;
    left: 50%;
    width: 70px;
    height: 70px;
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;

}

.activewizard em {
    background: #3f6ad8 !important;
    color: #fff !important;
}

.activewizard::before {
    background: #3f6ad8 !important;
}

.activewizard::after {
    background: #3f6ad8 !important;
}

.activewizard span {
    color: #000;
}

.successwizard em {
    background: #3ac47d !important;
    color: #fff !important;
}

.successwizard::before {
    background: #3ac47d !important;
}

.successwizard::after {
    background: #3ac47d !important;
}

.successwizard span {
    color: #000;
}

fieldset {
    border: 1px solid #ddd !important;
    margin: 0;

    padding: 10px;
    position: relative;
    border-radius: 4px;
    background-color: #f5f5f5;
    padding-left: 10px !important;
    margin-top: 5px;
    margin-bottom: 15px;
    width: 100%;
    color: #000;
}

legend {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 0px;
    width: auto;
    padding-right: 15px !important;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #ffffff;
    color: #000;
}

.select2-container--default .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #ced4da !important;
    border-radius: 2px !important;
}

.select2-container .select2-selection--single {
    height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}

.hiddenCB div {
    display: inline;
    margin: 0;
    padding: 0;
    list-style: none;
}

.hiddenCB input[type="checkbox"],
.hiddenCB input[type="radio"] {
    display: none;

}

.hiddenCB label {
    cursor: pointer;
    border: 1px solid #828282 !important;
    padding: 6px 10px !important;
    border-radius: 10px !important;
}

.hiddenCB input[type="radio"]+label:hover {
    background: #3f6ad8 !important;
    color: #fff;
}

.hiddenCB input[type="radio"]:checked+label {
    background: #3f6ad8 !important;
    color: #fff;
}

.hiddenCB input[type="radio"]:checked+label:hover {
    background: #3f6ad8 !important;
    border: 1px solid #3f6ad8 !important;
    color: #fff;
}

.error {
    color: #d92550 !important;
}

.avatar-upload {
    position: relative;
    max-width: 151px;
}

.avatar-upload .avatar-edit {
    position: absolute;
   /* right: 12px;
    top: 10px;*/
    right: 0px;
    top: 0px;
    z-index: 1;
}

.avatar-upload .avatar-edit input {
    display: none;
}

.avatar-upload .avatar-edit input+label {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-bottom: 0;
    border-radius: 100%;
    background: #FFFFFF;
    border: 1px solid transparent;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    font-weight: normal;
    transition: all 0.2s ease-in-out;
}

.avatar-upload .avatar-edit input+label:hover {
    background: #f1f1f1;
    border-color: #d6d6d6;
}

.avatar-upload .avatar-preview {
    width: 130px;
    height: 130px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.avatar-upload .avatar-preview>div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.search-wrapper .input-holder .search-input {
    padding: 0 50px 0 20px !important;
}

/*20-05-21 - added by sonal*/
.card {
    border-radius: unset !important;
}

/*20-05-21 - added by sonal*/
/*31-05-21 - added by vikas*/
.calendar {
    padding: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    direction: ltr;
    overflow-x: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.calendar:after {
    clear: both;
    content: "";
    display: block
}

.calendar .calendar-rtl {
    direction: rtl
}

.calendar .calendar-rtl .calendar-rtl table tr td span {
    float: right
}

.calendar table {
    margin: auto;
    border-spacing: 0
}

.calendar table td,
.calendar table th {
    text-align: center;
    width: 20px;
    height: 20px;
    border: none;
    padding: 4px 5px;
    font-size: 12px
}

.calendar .calendar-header {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #ddd
}

.calendar .calendar-header table {
    width: 100%
}

.calendar .calendar-header table th {
    font-size: 22px;
    padding: 5px 10px;
    cursor: pointer
}

.calendar .calendar-header table th:hover {
    background: #eee
}

.calendar .calendar-header table th.disabled,
.calendar .calendar-header table th.disabled:hover {
    background: 0 0;
    cursor: default;
    color: #fff
}

.calendar .calendar-header table th.next,
.calendar .calendar-header table th.prev {
    width: 20px
}

.calendar .calendar-header .year-title {
    font-weight: 700;
    text-align: center;
    height: 20px;
    width: auto
}

.calendar .calendar-header .year-neighbor {
    opacity: .4
}

@media (max-width:991px) {
    .calendar .calendar-header .year-neighbor {
        display: none
    }
}

.calendar .calendar-header .year-neighbor2 {
    opacity: .2
}

@media (max-width:767px) {
    .calendar .calendar-header .year-neighbor2 {
        display: none
    }
}

.calendar .months-container {
    width: 100%;
    display: none
}

.calendar .months-container .month-container {
    float: left;
    text-align: center;
    padding: 0
}

.calendar .months-container .month-container.month-2 {
    width: 16.66666667%
}

.calendar .months-container .month-container.month-3 {
    width: 25%
}

.calendar .months-container .month-container.month-4 {
    width: 33.33333333%
}

.calendar .months-container .month-container.month-6 {
    width: 50%
}

.calendar .months-container .month-container.month-12 {
    width: 100%
}

.calendar table.month th.month-title {
    font-size: 16px;
    padding-bottom: 5px
}

.calendar table.month th.day-header {
    font-size: 14px
}

.calendar table.month tr td,
.calendar table.month tr th {
    padding: 0
}

.calendar table.month tr td.hidden,
.calendar table.month tr th.hidden {
    display: none
}

.calendar table.month td.week-number {
    cursor: default;
    font-weight: 700;
    border-right: 1px solid #eee;
    padding: 5px
}

.calendar table.month td.day.round-left {
    -webkit-border-radius: 8px 0 0 8px;
    -moz-border-radius: 8px 0 0 8px;
    border-radius: 8px 0 0 8px
}

.calendar table.month td.day.round-right {
    webkit-border-radius: 0 8px 8px 0;
    -moz-border-radius: 0 8px 8px 0;
    border-radius: 0 8px 8px 0
}

.calendar table.month td.day .day-content {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 6px
}

.calendar table.month td.new,
.calendar table.month td.new:hover,
.calendar table.month td.old,
.calendar table.month td.old:hover {
    background: 0 0;
    cursor: default
}

.calendar table.month td.disabled,
.calendar table.month td.disabled:hover {
    color: #ddd
}

.calendar table.month td.disabled .day-content:hover,
.calendar table.month td.disabled:hover .day-content:hover {
    background: 0 0;
    cursor: default
}

.calendar table.month td.range .day-content {
    background: rgba(0, 0, 0, .2);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}

.calendar table.month td.range.range-start .day-content {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px
}

.calendar table.month td.range.range-end .day-content {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px
}

.calendar .calendar-loading-container {
    position: relative;
    text-align: center;
    min-height: 200px
}

.calendar .calendar-loading-container .calendar-loading {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.calendar .calendar-spinner {
    margin: 20px auto;
    width: 80px;
    text-align: center
}

.calendar .calendar-spinner>div {
    width: 16px;
    height: 16px;
    margin: 5px;
    background-color: #333;
    border-radius: 100%;
    display: inline-block;
    -webkit-animation: sk-bouncedelay 1s infinite ease-in-out both;
    animation: sk-bouncedelay 1s infinite ease-in-out both
}

.calendar .calendar-spinner>div.bounce1 {
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.calendar .calendar-spinner>div.bounce2 {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.calendar-context-menu,
.calendar-context-menu .submenu {
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
    position: absolute;
    display: none
}

.calendar-context-menu .item {
    position: relative
}

.calendar-context-menu .item .content {
    padding: 5px 10px;
    cursor: pointer;
    display: table;
    width: 100%;
    white-space: nowrap
}

.calendar-context-menu .item .content:hover {
    background: #eee
}

.calendar-context-menu .item .content .text {
    display: table-cell
}

.calendar-context-menu .item .content .arrow {
    display: table-cell;
    padding-left: 10px;
    text-align: right
}

.calendar-context-menu .item .submenu {
    top: -1px
}

.calendar-context-menu .item .submenu:not(.open-left) {
    left: 100%
}

.calendar-context-menu .item .submenu.open-left {
    right: 100%
}

.calendar-context-menu .item:hover>.submenu {
    display: block
}

.table-striped .calendar table.month tr td,
.table-striped .calendar table.month tr th {
    background-color: transparent
}

table.month td.day .day-content:hover {
    background: rgba(0, 0, 0, .2);
    cursor: pointer
}

@-webkit-keyframes sk-bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

/*16-07-21**/
.jconfirm-title {
    font-size: 15px !important;
}
.text-decoration-none
{
    text-decoration: none;
}
.pointer{
    cursor: pointer !important;
}
.cursordefault{
    cursor: default !important;
}
.btn-hover-shine:hover:after{
    width: 100% !important;
}
.custom-font{
    /* font-weight: 400 !important; */
    font-size: 0.8rem !important;
    font-weight: 500 !important;
    color: #212529 !important;
    /* color: #212529eb  !important; */
}
.card-shadow-secondary {
    border: 1px solid #dee2e6 !important;
}