
a {
    color: #1f2a3b;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #1f2a3b;
    text-decoration: none;
}

[data-letters]:before {
    content:attr(data-letters);
    display:inline-block;
    font-size:1em;
    width:3em;
    height:3em;
    line-height:2.5em;
    text-align:center;
    border-radius:50%;
    background:#CCC;
    vertical-align:middle;
    color: #6c757d;
    font-weight: bold;
    border: 4px solid #fff;
}

header.site-head .user-box .user-image {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    border: 0px solid #fff;
}

.btn:hover {
    text-decoration: none !important;
}

.form-step-success .summary{
    margin-bottom: 30px;
}
.page-title b{
    text-decoration: none !important;
    font-weight: bold;
}

section.user-panel-page-content a.item-title {
    color: inherit !important;
}

a.phoneCallButton i {
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

a.userLoginPhoneCallButton {
    position: relative;
    overflow: hidden;
    border-radius: 40px;
    border: 4px solid #fff;
    padding: 9px;
    margin-left: 5px;
    background-color: #ccc;
    float: right;
}

.form-step-img {
    top: 0;
    bottom: auto;
    transform: translate(0,-25%);
}

section.home-content .home-comments-box .item .item-comment {
    height: 122.4px !important;
}

section.home-content .promo-box .promo-description {
    letter-spacing: -1px;
}
section.home-content .promo-box .promo-form {
    margin-top: 40px !important;
}
section.home-content .promo-box .promo-inner {
    padding-top: 10px !important;
}

div.homeImageSliderBrand img {
    width: 100px;
}

.bootstrap-select > select {  display: none !important; }


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {

    a.phoneCallButton {
        /*min-width: 50px !important;*/
    }

    a.phoneCallButton span {
        /*display: none;*/
        font-size: 12px;
    }

    a.phoneCallButton i {
        /*margin: 0;*/
    }

    .blockUI.blockMsg.blockPage {
        left: 5% !important;
    }

    a.userLoginButton {
        min-width: 30px !important;
    }

    a.userLoginButton span{
        display: none;
    }

    a.userLoginButton i{
        display: block !important;
    }

    .page-header {
        margin-top: 10px !important;
    }
    .page-header.page-header-has-bg {
        min-height: 320px !important;
        margin-bottom: 30px !important;
    }
    .content-page.page-form-box {
        margin-top: 30px !important;
    }
}

/* Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

    .blockUI.blockMsg.blockPage {
        left: 20% !important;
    }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

    .blockUI.blockMsg.blockPage {
        left: 30% !important;
    }

}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {

    .blockUI.blockMsg.blockPage {
        left: 35% !important;
    }
}

/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

    .blockUI.blockMsg.blockPage {
        left: 35% !important;
    }
}



/** swal **/
.confirm:focus {
    box-shadow: none;
}
.sa-button-container {
    text-align: right !important;
    border-top: 1px solid #dedede;
    padding-top: 15px;
}
.sweet-alert .sa-icon {
    margin: 25px auto !important;
}
.sweet-alert h2 {
    font-size: 24px !important;
}

.sweet-alert p {
    font-size: 16px !important;
}
/** swal **/

/** parsley validator **/
.parsley-errors-list {
    padding-left: 10px;
}
.parsley-required, .parsley-type, .parsley-minlength {
    width: 100%;
    margin-top: 0.625rem;
    font-size: 80%;
    color: #ff4343;
    list-style: none;
}



/** parsley validator **/


.disable-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none;   /* Chrome/Safari/Opera */
    -khtml-user-select: none;    /* Konqueror */
    -moz-user-select: none;      /* Firefox */
    -ms-user-select: none;       /* Internet Explorer/Edge */
    user-select: none;           /* Non-prefixed version, currently supported by any browser but < IE9 */
}
