@media (min-width: 768px) {
    html {
        font-size: 0.90rem;
    }

    body {
        padding-top: 55px;
    }

    .navbar-title {
        color: #ffffff;
        font-size:1.1rem;
    }

    .button-float-group {
        -webkit-position:sticky;
        position:sticky;
        bottom:70px;
        right:10px;
        z-index:2;
        float:right;
    }


}

@media (max-width: 768px) {
    html {
        font-size: 0.80rem;
    }

    body {
        padding-top: 40px;
        padding-bottom: 90px;
    }

    .navbar-title {
        color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size:1.1rem;
    }

    .button-float-group {
        position:fixed;
        bottom:65px;
        right:15px;
        z-index:2;
    }

    .container {
        max-width: none;
    }
}

body, .tooltip, .popover {
    font-family:Helvetica;
}

.table .thead-light th {
    background-color: rgba(0, 0, 0, 0.03);
}

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.text-menu-bottom {
    color: #999999;
    font-size: 0.6rem;
}

.text-menu-bottom:hover {
    color: #999999;
    text-decoration: none;
}

.btn-float {
    line-height:43px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height:45px;
    width:45px;
    text-align:center;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2);
}

.navbar-btn-float {
    line-height:31px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    height:35px;
    width:35px;
    text-align:center;
    -webkit-box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2);
    box-shadow: 0 6px 10px 0 rgba(0,0,0,0.14), 0 1px 18px 0 rgba(0,0,0,0.12), 0 3px 5px -1px rgba(0,0,0,0.2);
}

.listing_action_link {
    color:#999999;
}

.page-link {
    border-style:none;
    color:#999999;
}

.page-item.active .page-link {
    color: #000;
    background-color: #ffffff;
}

.table-hover{
    border-bottom:1px solid #DDE2E6;
}


/* Start of Sorting*/
.sorting,
.sorting_asc,
.sorting_asc_disabled,
.sorting_desc,
.sorting_desc_disabled {
    cursor: pointer;
    position: relative
}

.sorting:after,
.sorting:before,
.sorting_asc:after,
.sorting_asc:before,
.sorting_asc_disabled:after,
.sorting_asc_disabled:before,
.sorting_desc:after,
.sorting_desc:before,
.sorting_desc_disabled:after,
.sorting_desc_disabled:before {
    position: absolute;
    bottom: .7em;
    display: block;
    opacity: .3
}

.sorting:before,
.sorting_asc:before,
.sorting_asc_disabled:before,
.sorting_desc:before,
.sorting_desc_disabled:before {
    right: 5px;
    content: "\f0de";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    font-size: 1rem
}

.sorting:after,
.sorting_asc:after,
.sorting_asc_disabled:after,
.sorting_desc:after,
.sorting_desc_disabled:after {
    content: "\f0dd";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    right: 5px;
    font-size: 1rem
}

.sorting_asc:before,
.sorting_desc:after {
    opacity: 1
}

.sorting_asc_disabled:before,
.sorting_desc_disabled:after {
    opacity: 0
}

/* End of Sorting*/

/* Start of Form Validation*/
.input-group-text.is-invalid {
	border-color: #dc3545;
}
.is-invalid>.dropify-wrapper, tbody.is-invalid {
	border :  1px solid #dc3545;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E");
	padding-right: calc(1.5em + .75rem);
    background-position: top calc(.375em + .1875rem) right calc(.375em + .1875rem);
	background-repeat: no-repeat;
	background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.custom-dropify>.dropify-wrapper {
	border-radius: .25rem;
}

.table-responsive.is-invalid, .card.is-invalid, .online-banking.is-invalid
{
	border :  1px solid #dc3545 !important;
}

.is-invalid~.custom-control-label::before, .table-responsive.is-invalid, .card.is-invalid
{
	border-color: red !important;
}
.custom-control~.invalid-feedback, .custom-dropify~.invalid-feedback, .custom-radios~.invalid-feedback, tbody.is-invalid ~ .invalid-feedback, .input-group ~ .invalid-feedback, .table-responsive.is-invalid~.invalid-feedback, .card.is-invalid~.invalid-feedback, .online-banking.is-invalid~.invalid-feedback
{
	display: block;
}

/* End of Form Validation*/

.text-theme-color {
	color : #ee0138;
}

.button-theme-color {
	color: #fdfffe;
    background-color: #ee0138;
}


.custom-radios div {
  display: inline-block;
}
.custom-radios input[type="radio"] {
  display: none;
}

.custom-radios input[type="radio"] + label span {
  display: inline-block;
  /* width: 3rem; */
  /* height: 3rem; */
  padding: 0rem 1rem !important;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  cursor: pointer;
  border-radius: 10%;
  /*border: 1px solid #070707;*/
  border: 1px solid #FFFFFF;
  box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.33);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 44px;
  background: white;
}
.custom-radios input[type="radio"] + label span img {
  opacity: 0;
  transition: all .3s ease;
}

.custom-radios input[type="radio"]:checked + label span {
  opacity: 1;
  border: 2px solid red;
}

.avatar {
  vertical-align: middle;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.badge {
  position: absolute;
  margin-left: -1rem;
  color: #aaaaaa;
  background-color: white;
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.5rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

a {
  color:#dc3545;
}

.dropdown-menu {
  padding: unset !important;
}

.dropdown-divider {
  margin: unset !important;
}

#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2000;
    cursor: pointer;
}

#spinner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}

/*Unlimited Pass*/

.selfcare-card {
    background-color: #ffffff;
    width: 80%;
  height: 80%;
    border-radius: 0.4rem;
    margin: auto;
}

.selfcare-highlight-card {
    background-color: #ffffff;
  border: solid 0.1rem #dc3545;
    width: 80%;
  height: 80%;
    border-radius: 0.4rem;
    margin: auto;
}

.selfcare-icon-image {
  width: 100%;
  height: 100%;
  padding: 0.2rem 0.5rem;
  margin: auto;
  border-radius: 0.4rem 0.4rem 0 0;
}

.selfcare-icon-button {
  margin: auto;
  width: 100%;
  border-radius: 0 0 0.4rem 0.4rem;
  font-size: 1rem;
  padding: 0.1rem 0;
}

.subscription-modal-header{
  display: inline !important;
  background-image: url(/images/background-mobile.jpg);
}

.subscription-modal-body{
  padding-bottom: 0px !important;
}

.subscription-modal-sentence{
  margin-bottom: 1rem !important;
}

.subscription-modal-footer{
  border-top: 0px !important;
  margin: auto !important;
}

.subscription-btn-row {
  width:100%;
  display:block;
  margin: 2px 0;
  padding: 0.3rem 0.8rem;
  font-size: 1rem;
}

.selfcare-unlimited-image{
  width: 100%;
  margin: auto;
}

@media (min-width: 768px) {
  .subscription-modal-content{
    width: 90% !important;
    border: 0px;
  }
  .selfcare-banner{
    padding-bottom: 1rem !important;
  }
}

@media (max-width: 768px) {
  
  .selfcare-icon-button {
    font-size: 0.65rem;
  }
  
  .subscription-modal-content{
    margin-top: 20% !important;
    border: 0px;
  }

  .selfcare-banner{
    padding-bottom: 0.75rem !important;
  }

}

/*End of Unlimited Pass*/

/*validation using tr*/
tr.is-invalid{
    outline: 1px solid #dc3545 !important;
  }
  
  /* HIDE RADIO */
.online-banking [type=radio] { 
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

/* IMAGE STYLES */
.online-banking [type=radio] + img {
  cursor: pointer;
}

/* CHECKED STYLES */
.online-banking [type=radio]:checked + img {
  outline: 2px solid #f00;
}
