.policies-table th {
    background-color: #d3d3d3;
    text-align: center
}
.policies-table td {
    text-align: center;
    border-bottom: 1px solid #d3d3d3;
}
.policies-table table.table {
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3
}
.summary li {
    border-right: 2px solid #4d4d4d;
}
.summary li p {
    margin-bottom: 0;
}

.summary li:last-child {
    border: none;
}

.export-button {
    width: 120px;
    margin-right: 10px;
}

.export-button i {
    position: relative;
    right: 5px
}
.hidden {
    display: none !important;
}
.sticky-bar {
    position: fixed;
    bottom: 0;
    left: 230px;
    right: 0;
    padding: 15px 15px 15px 35px;
    background-color: #ecf0f5;
    border-top: 1px solid #777777;
    text-align: center
}
#price-result {
    position: relative;
}
.lds-dual-ring.hidden {
    display: none;
}
.lds-dual-ring {
    display: inline-block;
    width: 80px;
    height: 80px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 64px;
    height: 64px;
    margin: 5% auto;
    border-radius: 50%;
    border: 6px solid #3e4cd4;
    border-color: #3e4cd4 transparent #3e4cd4 transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
.login-logo a:hover {
    text-decoration: none;
    color: inherit;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.8);
    z-index: 999;
    opacity: 1;
    transition: all 0.5s;
}

.box-danger .box-header {
    font-size: 20px;
    font-weight: 600
}

.box-danger .box-header .fa-warning {
    margin-right: 15px;
    font-size: 22px;
}

.box-danger .alert-span {
    vertical-align: middle;
    font-size: 20px;
    margin-right: 15px;
    padding-left: 10px;
}

.box-danger .btn-danger {
    padding: 8px 40px;
}

.main-list > li {
    padding-left: 10px;
    line-height: 34px;
}

.customer-info .list-label, .period-box .list-label {
    font-weight: 600;
    display: inline-block;
    width: 30%;
    text-align: right
}

.customer-info .list-value, .period-box .list-value {
    padding-left: 5px;
}

.tricky-address .list-label {
    vertical-align: top;
    float: left
}

.tricky-address ul {
    display: inline-block;
    max-width: 70%;
    padding: 6px 0 0 5px;
}

.tricky-address li {
    line-height: 22px;
}

.total-info li {
    line-height: 24px;
}

.folded-box {
    position: relative;
}

.folded-box .label {
    position: absolute;
    padding: 8px 35px;
}

.triangle {
    position: absolute;
    top: -3px;
    left: -1px;
    width: 0;
    height: 0;
    border-bottom: 80px solid #d0dbed;
    border-left: 80px solid #ecf0f5;
    -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
    box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
}

.triangle i {
    position: absolute;
    font-size: 30px;
    top: 39px;
    right: 1px;
    color: #173966;
    padding-bottom: 2px;
    border-bottom: 5px dotted #2b405b;
}

.fa-gg {
    font-size: 16px;
    color: #a3006c;
    margin: 0 14px 0 3px;
}
