/* ========================================================================
   Department: Index Login, Header & Footer...Start CSS
 ========================================================================== */
.index-cmpny-logo {
    position: absolute;
    top: 46%;
    left: 50%;
    text-align: center;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
.card.bg-purple {
    border-color: #905090;
    background-color: #905090 !important;
}
p.score-text {
    font-size: 60px;
    text-align: center;
    color: #905090;
}
.btn-purple {
    color: #fff;
    background-color: #905090;
    border-color: #905090;
}
.btn-link-purple {
    font-weight: 400;
    color: #905090;
    background-color: transparent;
}
.form-control-purple:focus {
    color: #5c6873;
    background-color: #fff;
    border-color: #905090;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(130, 79, 130, 0.25);
}
.btn-link-primary {
    font-weight: 400;
    color: #20a8d8;
    background-color: transparent;
}
.navbar-brand img.navbar-brand-full {
    width: auto;
    height: 95%;
}
#tablemanageleads div.pagination a {
    margin: -6px 2px 0;
    padding: 0.5em 0.64em 0.43em 0.64em;
    background-color: #20a8d8;
    text-decoration: none;
    color: #fff;
}
/*.sidebar {
    background: #182f7c !important;
}*/
/*.sidebar .nav .nav-item.nav-dropdown.open {
    background: #9E9E9E;
}*/
/*.sidebar .nav .nav-item.nav-dropdown.open .nav-link.nav-dropdown-toggle {
    background: #182f7c;
}*/
/*.sidebar .nav .nav-item .nav-link:hover {
    background: #f7941c !important;
}*/
/*.sidebar .nav .nav-item .nav-link.active {
    background: #f7941c;
}*/
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}
.pow-logo a {
    color: #20a8d8;
}
.index-pow-logo {
    position: absolute;
    top: 82%%;
    left: 78%;
    text-align: center;
    margin-right: -50%;
    transform: translate(-50%, -50%);
    width: 20%;
}
.fp-modal-bg-color {
    border-color: #eda53f;
    background-color: #eda53f;
}
.btn-fp-face {
    color: #452417;
    background-color: #eda53f;
    border-color: #20a8d8;
}
.btn-fp-face:hover {
    color: #452417;
    background-color: #eda53f;
    border-color: #20a8d8;
}
.modal-fp {
    position: relative;
    top: 27%;
}
.modal-facecon-fp {
    position: relative;
    top: 27%;
}
.modal-body.text-center.fp-body {
    position: absolute;
    top: 48%;
    left: 50%;
    text-align: center;
    margin-right: -50%;
    transform: translate(-50%, -50%);
}
@media only screen and (max-width : 992px) {
    .modal-content.fp-modal-bg-color.fp-modal-content {
        width: auto;
        height: 309px;
    }
    .btn-addmore-payment {
        position: relative;
        top: 15px;
    }
    .remove-payment {
        margin-bottom: 10px;
    }
}
@media only screen and (min-width : 992px) {
    .modal-content.fp-modal-bg-color.fp-modal-content {
        width: 500px;
        height: 309px;
    }
    .btn-addmore {
        position: absolute;
        top: 35%;
        /*left: 35%;*/
    }
    #total-price {
        width: 185%;
    }
    .btn-delete-product {
        position: absolute;
        top: 36%;
        right: 20%;
    }
    .btn-addmore1 {
        position: absolute;
        top: 35%;
    }
    .btn-delete-product1 {
        position: absolute;
        top: 36%;
        /*right: 20%;*/
    }
    .score-logo {
        display: inline-flex;
    }
    .score-logo h1 {
        line-height: 2.3;
    }
    .pow-logo {
        margin-top: 37px;
    }
    .full-score-text {
        margin-top: 28px;
    }
    .btn-adjust {
        position: absolute;
        top: 35%;
    }
    .btn-addmore-payment {
       /* position: absolute;
        top: 37%;*/
    }
    .remove-payment {
        position: absolute;
        top: 37%;
    }
}
a.btn-hover:hover {
    color: #fff;
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    .score-logo {
        display: inline-block;
    }
}
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : portrait) {
    .score-logo {
        display: inline-block;
    }
}
.container-fluid {
    margin-top: 1.5rem;
}
/* ========================================================================
   Department: Index Login, Header & Footer...End CSS
 ========================================================================== */
/* ========================================================================
   Department: Sales...Start CSS
 ========================================================================== */
.tiles-header {
    font-size: 20px;
    margin-bottom: 0;
}
.sales-header {
    text-align: center;
    margin-bottom: 0;
    font-size: 15px;
}
.clients-data {
    font-size: 27px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
    margin-top: 0;
}
.sales-tiles-btn {
	color: #fff;
}
.sales-tiles-btn:hover {
	color: #fff;
}
.is_error {
	border-color: #f86c6b;
}
.no_error {
	border-color: #4dbd74;
}
.tableScroll {
	width: 100%;
    max-width: 100%;
    height: 550px;
    overflow: scroll;
}
/*.txtbtn-submit {
    position: absolute;
    top: 34%;
}*/
/*label {
    font-weight: 700;
}*/
.pending-leads {
    margin-right: 4px;
    position: relative;
    top: 2px;
}
.lead-body span.badge.badge-pill.badge-danger {
    position: absolute;
    top: 6.3%;
    left: 8.5%;
    margin-top: -12px;
    margin-left: 0;
}
/* ========================================================================
   Department: Sales...End CSS
 ========================================================================== */
 /* ========================================================================
   Department: HR...Start CSS
 ========================================================================== */
.form-header {
    border-bottom: 2px solid #20a8d8;
    color: #20a8d8;
    margin-bottom: 5px;
}
.co-form-header {
    border-bottom: 2px solid #20a8d8;
    color: #20a8d8;
}
.form-subheader {
    color: #20a8d8;
    text-decoration: underline;
    margin-bottom: 5px;
}
#module-access table {
    margin: 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
}
#module-access table td {
    padding: 10px;
    /* background: #ffffff; */
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}
.table_data {
    background-color: #fff;
}
#product-access table {
    margin: 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
}
#product-access table td {
    padding: 10px;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
}
.img-avatar {
    height: 35px;
    margin: 0 10px;
}
/* ========================================================================
   Department: HR...End CSS
========================================================================== */
/* ========================================================================
   Department: Operation...Start CSS
========================================================================== */
.table.ops-table th, .table td {
    border-top: none;
}
.table.ops-table td.sprt-header {
    text-align: center;
    margin-bottom: 0;
    font-size: 15px;
    padding: 0;
}
.table.ops-table td.sprt-left-header {
    padding: 0;
    vertical-align: middle;
}
.table.ops-table td.sprt-data {
    padding: 0;
}
.table.ops-table td.sprt-data a {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
    text-align: center;
    margin-top: 0;
    padding: 0;
    color: #fff;
}
/* ========================================================================
   Department: Operation...End CSS
========================================================================== */

.form-box {
    padding-top: 40px;
    font-family: 'Roboto', sans-serif !important;
}

.form-top {
    overflow: hidden;
    padding: 5px 25px 5px 25px;
    background: #20a8d8;
    -moz-border-radius: 4px 4px 0 0;
    -webkit-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
    text-align: left;
    color: #fff;
    transition: opacity .3s ease-in-out;
}

.form-top h3 {
    color: #fff;
}

.form-bottom {
    padding: 5px 15px 5px 15px;
    background: #eee;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    text-align: left;
    transition: all .4s ease-in-out;
}

.form-bottom:hover {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/*form .form-bottom button.btn {
    min-width: 105px;
}*/

form .form-bottom .input-error {
    border-color: #d03e3e;
    /*color: #d03e3e;*/
}

form.outlet-form fieldset {
    display: none;
}
/* ========================================================================
   Department: Sales - Success Client, Outlet & Payment...Start CSS
========================================================================== */
.create-header {
    background-color: #f5f8fa;
    /*border-bottom: 1px solid #cfdbe2;*/
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
/*.navbar {
    position: relative;
    min-height: 55px;
    margin-bottom: 21px;
    border: 1px solid transparent;
}
.navbar {
    border-radius: 4px;
}
.navbar-fixed-top, .navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
}
.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}
.text-center {
    text-align: center !important;
}
.navbar {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem 1rem;
}*/
button, html [type="button"], [type="reset"], [type="submit"] {
    -webkit-appearance: none !important;
}
    .stepwizard {
        display: table;
        width: 100%;
        position: relative;
    }
    .stepwizard-row {
        display: table-row;
    }
    .stepwizard-row:before {
        top: 15px;
        left: 92px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 70%;
        height: 1px;
        background-color: #ccc;
        z-order: 0;
    }
    .stepwizard-step {
        display: table-cell;
        text-align: center;
        position: relative;
    }
    .stepwizard-step p {
        margin-top: 10px;
        margin-bottom: 0;
        color: #656565;
    }
    .btn-circle {
        width: 30px;
        height: 30px;
        text-align: center !important;
        padding: 6px 0 !important;
        font-size: 12px !important;
        line-height: 1.428571429 !important;
        border-radius: 15px !important;
    }
    .btn {
        border-radius: 3px;
        font-size: 13px;
        border-color: transparent;
        -webkit-appearance: none;
        outline: none !important;
        -webkit-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s;
    }
.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 1;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default {
    color: #fff !important;
    background-color: #a9a9a9 !important;
    border-color: #ccc;
}
.total-balance {
    background-color: #f5f8fa;
    margin-bottom: 2px;
    font-size: 20px;
    text-align: center;
}
/* ========================================================================
   Department: Sales - Success Client, Outlet & Payment...End CSS
========================================================================== */

.gallery img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    cursor: pointer;
    transition: .3s;
}
.gallery {
    margin-bottom: 20px;
}
.gallery a:hover {
    text-decoration: none;
}
.pl-4-5 {
    padding-left: 2.5rem !important;
}