/* Add here all your CSS customizations */
.line-thru {
    display: block;
    font-size: 0.75rem;
    position: relative;
}
.line-thru span {
    color: #CCC;
    position: relative;
    z-index: 3;
}
.line-thru:before {
    background-color: #FFF;
    content: '';
    height: 10px;
    left: 50%;
    position: absolute;
    margin: -5px 0 0 -20px;
    top: 50%;
    width: 40px;
    z-index: 2;
}
.line-thru:after {
    border-bottom: 1px solid #DADADA;
    content: '';
    display: block;
    left: 10%;
    position: absolute;
    top: 47%;
    width: 81%;
    z-index: 1;
}

html .btn-facebook,
html .btn-linkedin,
html .btn-twitter,
html .btn-gplus {
    padding-left: 30px;
    padding-right: 30px;
}

html .btn-facebook,
html .btn-facebook:active,
html .btn-facebook:hover,
html .btn-facebook:focus,
html .btn-linkedin,
html .btn-linkedin:active,
html .btn-linkedin:hover,
html .btn-linkedin:focus,
html .btn-twitter,
html .btn-twitter:active,
html .btn-twitter:hover,
html .btn-twitter:focus,
html .btn-gplus,
html .btn-gplus:active,
html .btn-gplus:hover,
html .btn-gplus:focus {
    color: #FFF;
    font-weight: 300;

    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

html .btn-facebook, html .btn-facebook:focus {
    background: #3B5998;
    border: 1px solid #37538D;
}

html .btn-facebook:hover {
    background: #4162a7;
    border-color: #3d5c9c;
}

html .btn-facebook:active {
    background: #37538d;
    border-color: #334d82;
}

html .btn-twitter, html .btn-twitter:focus {
    background: #55ACEE;
    border: 1px solid #47A5ED;
}

html .btn-twitter:hover {
    background: #63b3ef;
    border-color: #55acee;
}

html .btn-twitter:active {
    background: #47a5ed;
    border-color: #399eec;
}

html .btn-gplus, html .btn-gplus:focus {
    background: #D95232;
    border: 1px solid #D44927;
}

html .btn-gplus:hover {
    background: #dc6143;
    border-color: #da5635;
}

html .btn-gplus:active {
    background: #d04727;
    border-color: #c34324;
}

html .btn-linkedin, html .btn-linkedin:focus {
    background: #0077b5;
    border: 1px solid #0077b5;
}

html .btn-linkedin:hover {
    background: #00A0DC;
    border-color: #00A0DC;
}

html .btn-linkedin:active {
    background: #00A0DC;
    border-color: #00A0DC;
}

.flag.flag-en {
    background-position: -176px -44px;
}

/* Pager */
.frontend-pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

.frontend-pager li {
    display: inline;
}

.frontend-pager li > a, .frontend-pager li > span {
    display: inline-block;
}

.frontend-pager .next > a, .frontend-pager .next > span {
    float: right;
}

.frontend-pager .previous > a, .frontend-pager .previous > span {
    float: left;
}

.frontend-pager .disabled > a {
    cursor: not-allowed;
}

.frontend-pager .disabled > a:hover, .frontend-pager .disabled > a:focus {
    cursor: not-allowed;
}

.frontend-pager .disabled > span {
    cursor: not-allowed;
}

.form-wizard ul.frontend-pager .next a,
.form-wizard ul.frontend-pager .previous a,
.form-wizard ul.frontend-pager .first a,
.form-wizard ul.frontend-pager .last a,
.form-wizard ul.frontend-pager .finish a {
    cursor: pointer;
}
.form-wizard ul.frontend-pager .disabled a {
    cursor: not-allowed;
}
.form-wizard ul.frontend-pager .next.disabled {
    display: none;
}

.card-admin .card-footer .frontend-pager {
    margin: 0;
    padding: 5px 0;
}

.card-admin .card-footer .frontend-pager::after {
    clear: both;
    content: "";
    display: table;
}

.form-group:last-child, .form-group:last-of-type {
    margin-bottom: 1rem !important;
}

label {
    margin-bottom: 0;
}

.tabs-navigation .nav-tabs > li .nav-link:before {
    content: '';
}