#birthday.form-control input  {
    border: none;
}

.tooltip.tooltip-onf .tooltip-inner h5 {
    text-align: left;
    color: #54667a;
}
.tooltip.tooltip-onf .tooltip-inner ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
}
.tooltip.tooltip-onf .tooltip-inner ul li {
    margin-bottom: .5rem;
}
.tooltip.tooltip-onf .tooltip-inner {
    max-width: 500px;
    padding: 1rem;
    border-radius: 4px;
    background: #fff;
    color: #54667a;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .15);
}
.tooltip.tooltip-onf.bs-tooltip-top .arrow:before{
    border-top-color: #fff;
}
.tooltip.tooltip-onf.bs-tooltip-bottom .arrow:before{
    border-bottom-color: #fff;
}
.tooltip-onf.show {
    opacity: 1 !important;
}

/* INTROJS */
.introjs-tooltip div {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */
}
.introjs-helperLayer{
    border-radius: 1rem !important;
}
.introjs-bullets ul li a{
    width: 12px !important;
    height: 12px !important;
}
.introjs-helperNumberLayer, .introjs-bullets ul li a.active{
    background: #009efb !important;
}
.introjs-arrow{
    display: none !important;
}
.introjs-prevbutton{
    margin-right: 10px !important;
}
.introjs-skipbutton{
    float: left;
}
.introjs-tooltip{
    padding: 1rem !important;
    min-width: 400px !important;
    max-width: 900px !important;
    border-radius: 1rem !important;
}
.introjs-tooltipbuttons .introjs-button:not(.introjs-disabled){
    background: #009efb !important;
    color: #fff !important;
    text-shadow: none !important;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12) !important;
}
.introjs-tooltipbuttons .introjs-button{
    border-radius: 2rem !important;
    font-size: 1.1rem !important;
    border: 0 !important;
}

/* ENDINTROJS */

/* HELPER */
.sticker {
    position: sticky;
    top: 100px;
}

.w-10 {
    width: 10%;
}

.w-15 {
    width: 15%;
}

.div-collapsed:not(:focus) {
    height: 48px !important;
}

.div-collapsed div {
    transition: all 0.5s ease !important;
}

.div-collapsed div:not(:focus) {
    overflow: hidden;
    padding: 1rem 1.8rem .8rem 1.5rem !important;
    height: 2em !important;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.div-collapsed {
    transition: all 0.5s ease !important;
    background: white;
    border-radius: 2rem !important;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.11) !important;
    border-width: 1px !important;
    line-height: 1 !important;
    font-size: 1.05rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-align: left;
    width: 300px;
}


.div-collapsed:focus {
    height: 8rem !important;
    border-radius: 8px !important;


}

.div-collapsed:focus div {
    overflow: hidden;
    padding: 1rem 1.8rem .8rem 1.5rem !important;
    height: 100% !important;
    white-space: unset;
}

.hidden-md-onfly-up {
    display: none;
}

.hidden-md-onfly-down {
    display: initial;
}

.char-counter {
    color: #b1b1b1;
}

/*COLORS*/
.bg-navy {
    background-color: #002c5e !important;
}

.bg-purple {
    background-color: #380438 !important;
}

.bg-light-violet{
    background-color: #9A76B3 !important;
}
/*ENDCOLORS*/

/* ENDHELPER */

/* COLLAPSE */
.collapse-onf {
    border-radius: 8px;
}

.collapse-onf .card-header, .collapse-onf .card {
    border-color: rgba(0, 0, 0, 0.11) !important;
}

.collapse-onf .card {
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08) !important;
    border: 1px solid #ebedf2 !important;
}

.collapse-onf .card-header {
    cursor: pointer;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.collapse-onf .card, .collapse-onf .card-header.collapsed {
    border-radius: 8px !important;
    border-color: transparent;
}
html body .card.card-invalid {
    border-color: red !important;
}
/* ENDCOLLPASE */

/* ALERTS */
.alert-onf {
    border-radius: 8px;
    display: flex;
    align-items: center;
    padding: 0 !important;
    min-height: 45px;
}

.alert-onf .side {
    min-width: 60px;
    background: rgba(0, 0, 0, .1);
    min-height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.alert-onf .body {
    margin-left: 20px;
}

.alert-onf .close {
    height: 100%;
    padding: 0 14px;
}

.error-onf {
    font-weight: 100;
    border-color: red;
    color: #f62d51;
}

label.error-label-onf {
    color: red;
}

/* ENDALERTS */

/*NOTIFICATIONS*/
.notify-onfly-ops{
    display: none;
}

.notify-onfly-ops .heartbit {
    width: 37px;
    height: 37px;
    left: -3px;
    top: -21px;
}

.notify-onfly-ops div.point {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 14px;
    height: 14px;
    left: 8px ;
    top: -8px ;
}

.notify-onfly-ops .inner-point {
    font-size: 9px !important;
    font-weight: bold !important;
}

/*ENDNOTIFICATIONS*/

/* BUTTONS */
.btn-onf.btn-bread {
    letter-spacing: initial;
    padding: 0 16px;
    font-size: .9rem;
    cursor: pointer !important;
}

.btn-onf:not(.btn-sm) {
    padding: 0 20px;
    min-width: 100px;
    min-height: 42px;
    letter-spacing: 1px;
}

.btn-onf.btn-sm {
    padding: 0 10px;
    min-width: 0;
    min-height: 24px;
    letter-spacing: 0px;
}

.btn-onf {
    cursor: pointer !important;
    border-radius: 3rem !important;
    font-size: 1rem;
    box-shadow: 0 3px 1px -2px rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12) !important;
}

.btn-onf i {
    margin-left: 4px;
    font-size: 18px;
    line-height: 0;
    vertical-align: middle;
}

.btn-onf.btn-lg {
    min-height: 60px;
    font-size: 1.2rem;
    font-weight: 500;
}

.btn-onf:not(:disabled):active {
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, .2), 0 8px 10px 1px rgba(0, 0, 0, .14), 0 3px 14px 2px rgba(0, 0, 0, .12) !important;
}

.btn-onf:not(:disabled):hover, .btn-onf:not(:disabled):focus {
    box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12) !important;
}

.btn-info.disabled, .btn-info:disabled {
    background-color: #868e96 !important;
    border-color: #868e96;
}

.btn-onf:disabled {
    box-shadow: none !important;
    cursor: default !important;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 11px 15px;
    font-size: 18px;
}

.btn-responsive-onf {
    display: none;
}
/*
.{
    background-color: # !important;
}*/
.btn-purple {
    color: #fff;
    background-color: #380438;
    border-color: #310528;
}

.btn-purple:focus,
.btn-purple.focus {
    color: #fff;
    background-color: #640464;
    border-color: #270520;
}

.btn-purple:hover {
    color: #fff;
    background-color: #640464;
    border-color: #270520;
}

.btn-purple:active:hover,
.btn-purple.active:hover,
.btn-purple:active:focus,
.btn-purple.active:focus,
.btn-purple:active.focus,
.btn-purple.active.focus {
    color: #fff;
    background-color: #640464;
    border-color: #270520;
}

.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
.btn-purple.disabled.focus,
.btn-purple[disabled].focus{
    background-color: rgba(63, 14, 54, 0.74);
    border-color: rgba(45, 10, 39, 0.92);
}

.btn-light-violet {
    color: #fff;
    background-color: #9A76B3;
    border-color: #1d0418;
}

.btn-light-violet:focus,
.btn-light-violet.focus {
    color: #fff;
    background-color: #bb8cd6;
    border-color: #1d0418;
}

.btn-light-violet:hover {
    color: #fff;
    background-color: #bb8cd6;
    border-color: #1d0418;
}

.btn-light-violet:active:hover,
.btn-light-violet.active:hover,
.btn-light-violet:active:focus,
.btn-light-violet.active:focus,
.btn-light-violet:active.focus,
.btn-light-violet.active.focus {
    color: #fff;
    background-color: #bb8cd6;
    border-color: #1d0418;
}

.btn-light-violet.disabled:hover,
.btn-light-violet[disabled]:hover,
.btn-light-violet.disabled:focus,
.btn-light-violet[disabled]:focus,
.btn-light-violet.disabled.focus,
.btn-light-violet[disabled].focus{
    background-color: rgba(187, 140, 214, 0.65);
    border-color: rgba(29, 4, 24, 0.69);
}


.dropdown-month-onf {
    width: 90% !important;
    left: 11px !important;
    text-align: center;
}


/* ENDBUTTONS */

/* DATEPICKER */
.datepicker.datepicker-dropdown {
    border-radius: 8px;
    border: 0px;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 20px 0px !important;
    padding: 8px;
    color: #54667a;
}

.datepicker.datepicker-dropdown:before {
    display: none !important;
}

.input-daterange input {
    text-align: left !important;
}

.datepicker.datepicker-dropdown.datepicker-orient-top:after {
    border-top: 12px solid #fff !important;
}

.datepicker.datepicker-dropdown:not(.datepicker-orient-top):after {
    border-bottom: 12px solid #fff !important;
}

.datepicker.datepicker-dropdown:after {
    left: 10px !important;
    border-left: 18px solid transparent !important;
    border-right: 18px solid transparent !important;
}

.datepicker.datepicker-dropdown td, .datepicker.datepicker-dropdown th {
    padding: 8px 12px;
}

.datepicker.datepicker-dropdown tbody td {
    text-shadow: none !important;
    font-weight: 400;
    color: #4c4c4c;
}

.datepicker.datepicker-dropdown thead th {
    font-weight: 600;
    letter-spacing: 2px;
}

.datepicker.datepicker-dropdown thead tr:nth-child(3) th {
    padding: 15px 0 10px 0;
}

.datepicker.datepicker-dropdown table tr td.range {
    background: rgba(0, 127, 250, .1) !important;
}

.datepicker.datepicker-dropdown .datepicker-days tr td.selected, .datepicker.datepicker-dropdown .datepicker-days tr td:hover, .datepicker.datepicker-dropdown table tr td span.focused {
    background: rgba(0, 127, 250, 1) !important;
    color: #fff !important;
    border-radius: 4px !important;
}

.datepicker.datepicker-dropdown .datepicker-days table tr td.range.selected, .datepicker.datepicker-dropdown .datepicker-days table tr td.selected.hoverison {
    opacity: .5 !important;
}

/* ENDDATEPICKER */

/* CARDS */
.card-onf.card {
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25) !important;
    border: 0 !important;
    border-radius: 8px !important;
}

.card-title-responsive {
    display: none;
}

.card-onf .card-body {
    padding: 1.8rem 2rem .8rem 2rem;
}

.card-onf .card-footer, .card-onf .card-header {
    padding: 1rem 2rem;
    background: #fff;
    border-color: #ebedf2;
}

.card-onf h3, .card-onf p {
    color: #54667a;
}

/* ENDCARDS */

/* FORMS */
.form-onf .expanded {
    transition: all 0.5s ease !important;
}

.form-onf .expanded:not(:focus) {
    min-height: 2rem !important;
    height: 3rem !important;
    width: 100% !important;
    border-radius: 2rem !important;
    padding-left: 1.5rem !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    direction: ltr !important;
    z-index: 4;
    position: relative;
    padding-right: 3.2rem !important;
    overflow: hidden;
}

.form-onf .expanded:focus {
    height: 8rem !important;
    padding-right: 3.5rem !important;

}


.form-onf .is-invalid ~ .input-icon, .form-onf.error .input-icon {
    color: #dc3545;
}

.is-invalid ~ .select2 .selection .form-control {
    border-color: #dc3545 !important;
}

.form-onf .input-group .input-icon {
    position: absolute;
    z-index: 5;
    top: 8px;
    line-height: 1.5;
    font-size: 22px;
    border-radius: 2rem;
    right: 1px;
    padding-right: 1rem;
    padding-left: 1.3rem;
    background: inherit;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    pointer-events: none !important;
}

.form-onf .input-group {
    display: flex;
    align-items: center;
    box-shadow: none !important;
}

.form-onf .form-control {
    border-radius: 2rem !important;
    padding: .8rem 2.8rem .8rem 1.5rem !important;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.11) !important;
    border-width: 1px !important;
    font-size: 1.05rem;
    line-height: 1 !important;
    height: 48px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-special-field {
    border-radius: 2rem !important;
    padding: .8rem 2.8rem .8rem 1.5rem !important;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.11) !important;
    border-width: 1px !important;
    font-size: 1.05rem;
    line-height: 1 !important;
    height: 48px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input-file-button {
    font-size: 33px;
    text-align: center;
    min-width: 55px;
    border-radius: 2rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 67px;
    height: 48px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 0 !important;
}

.input-group span.input-file-label {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}

.form-onf .form-control:not(:disabled):not([readonly]) {
    background: #fff;
    color: #54667a;
}

.form-onf:not(.error) .form-control:not(.is-invalid) {
    border-color: rgba(0, 0, 0, 0.11) !important;
}

.form-onf .form-control.is-invalid{
    border-color: #dc3545 !important;
}

.form-onf .form-control:not(.is-invalid):not(:disabled):not([readonly]):focus {
    border-color: #80bdff !important;
}

.form-onf .form-control[readonly] {
    cursor: default;
}

.form-onf label {
    margin-bottom: 0 !important;
}

.form-onf textarea.form-control {
    height: 100% !important;
    border-radius: 8px !important;
    padding: 1rem !important;
}

.form-onf .expanded {
    transition: all 0.5s ease !important;
}

.form-onf .expanded:not(:focus) {
    min-height: 2rem !important;
    height: 3rem !important;
    width: 100% !important;
    border-radius: 2rem !important;
    padding-left: 1.5rem !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
    direction: ltr !important;
    z-index: 4;
    position: relative;
    padding-right: 3.2rem !important;
    overflow: hidden;
}

.form-onf .expanded:focus {
    height: 8rem !important;
    padding-right: 3.5rem !important;
    overflow: hidden;

}

/* ENDFORMS */

/* TABS */
.nav-onf {
    font-size: 15px;
    padding: 0px;
    list-style: none;
    background: #fff;
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.11) !important;
    display: flex;
    border-radius: 50px;
    position: relative;
    border: 1px solid #ebedf2 !important;
    overflow: hidden;
}

.nav-onf .nav-link:focus, .nav-onf .nav-link:hover {
    border-color: transparent !important;
}

.nav-onf .nav-link {
    color: #54667a;
}

.nav-onf .nav-link.active {
    background: transparent !important;
    border-color: transparent !important;
}

.nav-onf a {
    text-decoration: none;
    color: #777;
    text-transform: uppercase;
    padding: 10px 20px;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition-duration: 0.6s;
    font-weight: 500;
    letter-spacing: 1px;
}

.nav-onf a.active {
    color: #fff !important;
}

.nav-onf a i {
    font-size: 20px;
    line-height: 22px;
}

.nav-onf .selector {
    height: 100%;
    display: inline-block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    border-radius: 50px;
    transition: all .2s ease-in-out;
    background: #007ffa;
}


.form-onf select.form-control:not([size]):not([multiple]) {
    height: 48px !important;
}

/* ENDTABS*/

/* SELECT2 */
.select2 .form-control {
    display: flex !important;
}

.select2-onf {
    padding: 0px 24px !important;
    background: transparent !important;
    border: none !important;
    margin-top: -1px;
}

.select2-selection__arrow {
    display: none;
}

.select2-onf .select2-results {
    background: #fff;
    border-left: 1px solid #80bdff;
    border-right: 1px solid #80bdff;
    border-bottom: 1px solid #80bdff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.choose-one + .select2 .select2-selection__choice{
    background-color: transparent !important;
    border: none !important;
    font-weight: normal;
    margin: 0;
    margin-top: 1px !important;
    padding: 0 !important;

}

.choose-one + .select2 .select2-selection__choice__remove{
    display: none !important;
}

.choose-one + .select2 .select2-search__field{
    color: #54667a !important;
    margin-top: 0 !important;
}

.choose-one + .select2 .select2-selection__choice + .select2-search.select2-search--inline input{
    height: 0;
}

.form-onf .select2-container--focus .form-control {
    border-color: #80bdff !important;
}

/* ENDSELECT2 */

/* EASYAUTCOMPLETE */
.form-onf .easy-autocomplete-container ul {
    padding: 0px 18px;
    background: transparent;
    border: 0px;
}

.form-onf .easy-autocomplete-container ul li {
    background: #fff;
    border-color: #80bdff;
    border-width: 0 1px;
    font-size: 1rem !important;
}

.form-onf .easy-autocomplete-container ul li:last-child {
    border-radius: 0 0 8px 8px !important;
    border-width: 0px 1px 1px !important;
}

.form-onf .easy-autocomplete .form-control, .form-onf .easy-autocomplete {
    height: 100%;
    width: 100%;
}

.form-onf .easy-autocomplete-container {
    z-index: 100;
}

/* ENDEASYAUTOCOMPLETE */

/* MODALS */
.modal-onf {
    justify-content: center;
    align-items: center;
}

.modal-onf .modal-dialog {
    border-radius: 8px !important;
    box-shadow: 0px 0px 30px 6px rgba(0, 0, 0, 0.3) !important;
    border: 0 !important;
}


.modal-onf .modal-content {
    border-radius: 8px !important;
    min-width: 500px;
}

.modal-onf.fade {
    opacity: 1;
}

.modal-onf.fade .modal-dialog {
    transform: translate(0);
}

/* ENDMODALS */

/*TABLES*/
.fixed-table-pagination {
    font-size: 12px;
}

.fixed-table-pagination .pagination-detail {
    margin: 17px 0 0 10px;
}

.fixed-table-pagination:after, .fixed-table-toolbar:after {
    content: none;
}

.fixed-table-pagination div.pagination .pagination {
    margin: 12px 0 0 0px;
}

.pagination {
    padding-top: 1px;
}

li.page-number.active {
    border: none;
}

.page-number.active a {
    color: #ffffff;
}

.pagination > li {
    height: 26px;
    display: flex;
}

.pagination li:first-child {
    border-radius: 2rem;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.pagination li:last-child {
    border-radius: 2rem;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pagination > li > a {
    color: #009efb;
}

.page-list button {
    background: #009efb;
    color: #ffffff;
    font-size: 12px;
    border-radius: 2rem;
}

.page-list .dropup ul {
    min-width: 45px;
}

.page-list .dropup ul > li {
    display: flex;
    justify-content: center;
    font-size: 12px;
}

.expired a {
    color: #000000;
}

.table-curved tr:last-child td:first-child {
    border-bottom-left-radius: 1rem;
}

.table-curved tr:last-child td:last-child {
    border-bottom-right-radius: 1rem;
}

.table-curved tr:first-child th:first-child {
    border-top-left-radius: 1rem;
}

.table-curved tr:first-child th:last-child {
    border-top-right-radius: 1rem;
}

.tr-warning {
    background-color: #ffeeba;
}

.td-warning {
    background-color: #fbd5adcc !important;
}

/*END TABLES*/

/* SWAL */
.swal-onf {
    border-radius: 8px !important;
    box-shadow: 0px 0px 30px 6px rgba(0, 0, 0, 0.3) !important;
}

.swal-onf .swal2-title {
    letter-spacing: 1px;
    color: #636576 !important;
}

.swal-onf .swal2-content {
    margin: 1rem 0;
}

.swal-onf .swal2-actions button {
    margin: 0 .5rem .5rem 0;
    box-shadow: none !important;
}

.swal-onf .swal2-buttonswrapper button {
    display: initial;
}

/* ENDSWAL */

/* LABELS*/
.label-onf {
    border-radius: 8px;
}

/*ICONS*/
.icon-onf i {
    font-size: 1.2rem;
    color: black;
}

/* BLOCKS */
.error-block-onf {
    border-radius: 2rem;
    color: red;
    border: solid;
    width: 100%;
}

.error-block-onf p {
    padding: 10% 12% 0 12%;
    width: 100%;
}

/* BLOCKS */

/*HELPERS*/
.cursor-pointer {
    cursor: pointer !important;
}

/*END HELPERS*/

/*BLOCKQUOTES*/
blockquote {
    border-radius: 2rem;
}

/* COLLAPSE */
.collapse-onf {
    border-radius: 8px;
}

.collapse-onf .card-header, .collapse-onf .card {
    border-color: rgba(0, 0, 0, 0.11) !important;
}

.collapse-onf .card {
    box-shadow: 0px 1px 15px 1px rgba(69, 65, 78, 0.08) !important;
    border: 1px solid #ebedf2 !important;
}

.collapse-onf .card-header {
    cursor: pointer;
    border-top-left-radius: 8px !important;
    border-top-right-radius: 8px !important;
}

.collapse-onf .card, .collapse-onf .card-header.collapsed {
    border-radius: 8px !important;
    border-color: transparent;
}
/* ENDCOLLPASE */

/*PAGINATION */

.pag-onf ul.pagination li:first-child a{
    border-top-left-radius: 3rem !important;
    border-bottom-left-radius: 3rem !important;
}
.pag-onf ul.pagination li:last-child a{
    border-top-right-radius: 3rem !important;
    border-bottom-right-radius: 3rem !important;
}
.pag-onf ul.pagination li.disabled a{
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pag-onf ul.pagination li * {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #007bff;
    background-color: #fff;
    padding-bottom: 1.5rem;
    border: 1px solid #dee2e6;
}

.pag-onf ul.pagination li.active span, .pag-onf ul.pagination li.active a {
    z-index: 1;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

/* MOBILE */
@media only screen and (max-width: 991px) {

    #topNavBarOnflyOps {
        display: none;
    }
}

.btn-circle-onf-2 {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 500;
    width: 60px;
    height: 60px;
    box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12) !important;
    font-size: 31px;
}
@media only screen and (max-width: 767px) {
    .form-onf label, .custom-control-description {
        font-size: 14px !important;
    }

    .form-onf {
        margin-bottom: 8px !important;
    }

    .card-title-responsive {
        display: flex;
        justify-content: center;
    }

    .btn-circle-onf {
        position: fixed;
        right: 20px;
        bottom: 20px;
        z-index: 500;
        width: 60px;
        height: 60px;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12) !important;
        font-size: 24px;
    }

    .btn-circle-onf-2 {
        position: fixed;
        right: 20px;
        bottom: 20px;
        z-index: 500;
        width: 60px;
        height: 60px;
        box-shadow: 0 3px 5px 0 rgba(0, 0, 0, .2), 0 2px 2px 0 rgba(0, 0, 0, .14), 0 1px 5px 0 rgba(0, 0, 0, .12) !important;
        font-size: 31px !important;
    }

    .btn-responsive-onf {
        display: block;
    }

    .btn-float-action {
        display: none;
        width: 45px;
        height: 45px;
        font-size: 22px;
        right: 27px;
        padding: 8px;

    }

    .legend-float-action {
        display: none;
        right: 83px;
        bottom: 37px;
        z-index: 500;
        border-radius: 6px;
        position: fixed;
        background: white;
        box-shadow: black 0 2px 24px -4px;
        padding: 2px 8px 2px 8px;
        font-size: 13px;
        opacity: 0;
        width: 45%;
        text-align: center;
    }

    .btn-responsive-onf-normal {
        display: none;
    }

    .card-title-responsive-normal {
        display: none;
    }

    .card-body-responsive-onf {
        padding: 0 !important;
        position: relative;
    }

    .column-full-width {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .padding-card-responsive {
        padding: 1.8rem 2rem .8rem 2rem !important;
    }

    .table-hover tbody tr:hover {
        background: transparent !important;
    }

    .table-hover tbody tr.tr-warning:hover {
        background: #ffeeba !important;
    }

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

    .nav-onf a i {
        font-size: 14px !important;
        line-height: 10px !important;
    }

    .nav-onf a {
        font-size: 12px !important;
        padding: 6px 20px !important;
    }

    .form-onf .input-group .input-icon {
        font-size: 18px !important;
        top: 10px !important;
    }

    .btn-onf.btn-lg {
        min-height: 48px !important;
    }

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

    .swal-onf .swal2-modal {
        padding: 6px !important;
    }

    .swal-onf .swal2-title {
        font-size: 16px !important;
        margin-bottom: 12px !important;
    }

    .swal-onf .swal2-content {
        font-size: 14px !important;
    }

    .swal-onf .swal2-icon.swal2-animate-error-icon {
        margin: 10px auto 15px;
    }

    /*MOBILE-TABLE*/
    .table-responsive-onf {
        border: 0;
    }

    .table-responsive-onf caption {
        font-size: 1.3em;
    }

    .table-responsive-onf thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .table-responsive-onf tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .table-responsive-onf td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right !important;
    }

    .table-responsive-onf td::before {
        /*
        * aria-label has no advantage, it won't be read inside a table
        content: attr(aria-label);
        */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .table-responsive-onf td:last-child {
        border-bottom: 0;
    }

    /*ENDMOBILE-TABLE*/
    /*HELPERS*/
    .hidden-md-onfly-up {
        display: block;
    }

    .hidden-md-onfly-down {
        display: none;
    }

    /* MOBILEINTROJS */
    .introjs-tooltip{
        min-width: 80vw !important;
        max-width: 90vw !important;
    }
    /* ENDMOBILEINTROJS */

}

.swal-error-alert .swal2-buttonswrapper {
    display: none !important;
}

.swal-timed-alert .swal2-buttonswrapper {
    display: none !important;
}

.swal-error-alert .errors-wrapper {
    padding: 4px 0;
    list-style: none;
}

.swal-error-alert .errors-wrapper  li{
    text-align: center;
    font-weight: 600;
    padding: 3px 0;
}

.swal-error-alert .errors-wrapper  hr:last-child{
    display: none;
}



.swal-error-alert-title {
    color: white;
    padding: 9px 4px;
    font-size: 28px;
}

.swal-error-alert-title > span {
    padding-right: 11px;
}

.form-onf.error .form-control {
    border-color: #ff7e7e !important;
}
