.alert {
    position: relative;
    cursor: pointer;
}
.alert__close {
    position: absolute;
    top: 6px;
    right: 10px;
}
.alert-msg {
    display: none;
}
.alert-msg i {
    font-style: normal;
}
.btn-action {
    display: block !important;
    height: 28px !important;
    line-height: 0 !important;
}
.control-label span {
    color: red;
}
.control-label {
    font-weight: 600;
}
.chkCopyFac {
    margin-top: 20px;
}
.form-body.required-text {
    margin-top: -30px;
}
h3.subtitle {
    color: #ffffff !important;
}

.form-control.disabled {
    background-color: #f1f1f1;
}
.form-control.textarea {
    height: auto;
}
.hiden {
    display: none;
}
.hide {
    display: none;
}
.info__address {
    font-style: italic;
}
.listVisitServ {
    margin: 0;
}
.loading {
    display: none;
    text-align: center;
}
.loading__search {
    display: none;
    text-align: left;
}
.msg__error {
    color: red;
}
.page-content-white .page-title {
    margin: 0;
    margin-bottom: 20px;
}

.portlet-title .tools a {
    color: #fff;
}
.portlet.box>.portlet-title{
    line-height: 28px;
}
.portlet.box>.portlet-title>.caption {
    margin-top: 3px;
}
.page-header.navbar .page-logo .logo-default {
    height: 40px;
    margin: 0;
    margin-top: 8px;
}
.portlet>.portlet-title>.tools.flex {
    display: flex;
}
.pagination__box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: right;
    margin-top: 30px;
}
.profile__handyman {
    border-radius: 50% !important;
    width: 120px;
    height: 120px;
    background-position: center;
    background-size: cover;
}
.radio-list {
    margin-left: 20px;
}
.required-text span {
    color: red;
}
.select_products__loading {
    display: none;
    font-style: italic;
}
.select__loading {
    display: none;
    font-style: italic;
}
.select2-container {
    padding-top: 6px;
    border: 1px solid #ccc;
}
.serv__loading {
    display: none;
    font-style: italic;
}
.serv__error {
    display: none;
    color: red;
    font-style: italic;
    margin-bottom: 10px;
}
.subscription__info {
    margin-bottom: 10px;
}
.table-header-center th {
    text-align: center;
}
.tbl-actions a {
    font-size: 17px;
    margin: 0 2px;
    color: #32c5d2;
}
.tbl-actions a:hover {
    color: #3598dc;
}
.tblVisitServ,
.tblVisitOthers {
    max-width: 800px;
}
.tblVisitServ th,
.tblVisitOthers th {
    background-color: #ccc;
}
.tblFilter thead td {
    background-color: #7d8081;
    text-align: center;
    color: #fff;
    font-weight: bold;
}
.tbl-default th {
    background-color: #ccc;
}
.txt-right {
    text-align: right;
}

.table-search td {
    padding-right: 10px;
}

.zipcode__row {
    display: flex;
    justify-content: space-between;
}

.form-row {
    display: flex;
    grid-gap: 6px;
}
.form-eye {
    width: 40px;
    height: 40px;
}
.form-list {
    margin-top: 10px;
}
.row__passwd {
    display: flex;
    text-align: center;
    grid-gap: 10px;
}
.row__passwd a {
    margin: auto;
}

.popup__sendemail {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}
  
.popup__sendemail__content {
    background: white;
    padding: 36px;
    border-radius: 10px;
    text-align: center;
}
.popup__sendemail__content .fa {
    font-size: 30px;
    color: #32c5d2
}
.popup__sendemail h4 {
    font-size: 20px;
    margin-bottom: 20px;
}
.popup__sendemail button {
    font-size: 16px;
}
.popup__sending {
    display: none;
    font-size: 18px;
}
.popup__send {
    display: none;
}
.popup__continue {
    display: none;
}