@import url(https://code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url(https://fonts.googleapis.com/css?family=Montserrat);
body {
    font-family: Montserrat, sans-serif;
    color: #454a54 !important;
}
.preloader {
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden !important;
    position: fixed;
    z-index: 99999;
    background: #fff;
}
.dbl-spinner {
    top: 43%;
    left: 48.5%;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: transparent;
    border: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid transparent;
    -webkit-animation: loader-label 1.3s infinite cubic-bezier(0.82, 0.63, 0.13, 0.58);
    -moz-animation: loader-label 1.3s infinite cubic-bezier(0.82, 0.63, 0.13, 0.58);
    animation: loader-label 1.3s infinite cubic-bezier(0.82, 0.63, 0.13, 0.58);
}
.dbl-spinner:nth-child(2) {
    border: 2px solid #fff;
    border-right: 2px solid #aaa;
    border-left: 2px solid #aaa;
    border-bottom: 2px solid transparent;
    -webkit-animation: 1s spin123 linear infinite;
    animation: 1s spin123 linear infinite;
    padding: 3px;
}
@-webkit-keyframes spin123 {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes spin123 {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.__bigSqr {
    border-radius: 50%;
    margin-top: 25%;
    margin-left: 49%;
    width: 30px;
    height: 30px;
    overflow: hidden;
    -webkit-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-animation: __bigSqrShrink 1s linear infinite;
    animation: __bigSqrShrink 1s linear infinite;
}
.__square {
    position: absolute;
    width: 15px;
    height: 15px;
    background: #fff;
}
.__first {
    left: 0;
    top: 15px;
    background: #fff;
}
.__second {
    left: 15px;
    top: 15px;
    background: #616161;
    -webkit-animation: __drop2 1s linear infinite;
    animation: __drop2 1s linear infinite;
}
.__third {
    left: 0;
    top: 0;
    background: #616161;
    -webkit-animation: __drop3 1s linear infinite;
    animation: __drop3 1s linear infinite;
}
.__fourth {
    left: 15px;
    top: 0;
    background: #fff;
    -webkit-animation: __drop4 1s linear infinite;
    animation: __drop4 1s linear infinite;
}
.__text {
    top: 51%;
    position: relative;
    text-align: center;
    color: #111;
    display: block;
    margin: 10px auto;
    padding: 3px;
    font-size: 16px;
    -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
@-webkit-keyframes __bigSqrShrink {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}
@keyframes __bigSqrShrink {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    90% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    100% {
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
    }
}
@-webkit-keyframes __drop2 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    25% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes __drop2 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    25% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@-webkit-keyframes __drop3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    50% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes __drop3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    50% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@-webkit-keyframes __drop4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    75% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
@keyframes __drop4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
    75% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
    100% {
        -webkit-transform: translate(0);
        transform: translate(0);
    }
}
.biohazard {
    width: 0;
    height: 0;
    border-bottom: 10px solid #111;
    border-top: 10px solid #111;
    border-left: 10px solid #f6f9fa;
    border-right: 10px solid #f6f9fa;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-animation: coin-h 1s infinite;
    -moz-animation: coin-h 1s infinite;
    animation: coin-h 1s infinite;
}
.loader,
.loader__figure {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.loader {
    overflow: visible;
    padding-top: 2em;
    height: 0;
    width: 2em;
    -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.loader__figure {
    height: 0;
    width: 0;
    box-sizing: border-box;
    border: 0 solid #0f70b7;
    border-radius: 50%;
    -webkit-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-figure 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.loader__label {
    float: left;
    margin-left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    margin: 0.5em 0 0 50%;
    font-size: 0.875em;
    letter-spacing: 0.1em;
    line-height: 1.5em;
    color: #f6f9fa;
    white-space: nowrap;
}
@-webkit-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #0f70b7;
    }
    29% {
        background-color: #0f70b7;
    }
    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1;
    }
    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent;
    }
}
@-moz-keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #0f70b7;
    }
    29% {
        background-color: #0f70b7;
    }
    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1;
    }
    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent;
    }
}
@keyframes loader-figure {
    0% {
        height: 0;
        width: 0;
        background-color: #0f70b7;
    }
    29% {
        background-color: #0f70b7;
    }
    30% {
        height: 2em;
        width: 2em;
        background-color: transparent;
        border-width: 1em;
        opacity: 1;
    }
    100% {
        height: 2em;
        width: 2em;
        border-width: 0;
        opacity: 0;
        background-color: transparent;
    }
}
@-webkit-keyframes loader-label {
    0% {
        opacity: 0.25;
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0.25;
    }
}
@-moz-keyframes loader-label {
    0% {
        opacity: 0.25;
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0.25;
    }
}
@keyframes loader-label {
    0% {
        opacity: 0.25;
    }
    30% {
        opacity: 1;
    }
    100% {
        opacity: 0.25;
    }
}
@keyframes coin-h {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        -webkit-transform: rotate(900deg);
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        -webkit-transform: rotate(1800deg);
        transform: rotate(1800deg);
    }
}
@-webkit-keyframes coin-h {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }
    50% {
        -webkit-transform: rotate(900deg);
        transform: rotate(900deg);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }
    100% {
        -webkit-transform: rotate(1800deg);
        transform: rotate(1800deg);
    }
}
body {
    font-family: Montserrat, sans-serif;
    overflow-x: hidden;
    height: 100%;
}
.page-container .main-content {
    position: relative;
    display: table-cell;
    vertical-align: top;
    padding: 0;
    background: #fff;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.main-nav {
    font-weight: 700;
    font-size: 1.2em;
}
.navigation {
    color: #fff;
    font-family: Montserrat, sans-serif;
    text-align: right;
    margin-top: 30px;
}
.secondary-nav ul {
    display: inline;
    margin: 0;
    padding: 0;
}
.navigation ul li {
    display: inline-flex;
}
.main-nav ul li a {
    border-bottom: 2px solid transparent;
}
.navigation ul li a {
    /* color: #fff; */
    display: block;
    font-size: 1.05em;
    padding: 10px 20px;
    letter-spacing: 0.03em;
}
#blog:hover,
.navigation ul li a:hover,
.secondary-nav ul li:last-child a {
    color: #3c9;
    text-decoration: none;
}
#blog {
    color: #373e4a;
}
.header {
    position: absolute;
    width: 100%;
    z-index: 100;
    background: url(../../images/background-color.png) repeat-x top center;
}
.upper-banner {
    position: relative;
    background-size: cover;
    background-image: url(../../images/hompage-banner.jpg);
    background-position-x: center;
    background-position-y: top;
    background-color: #111;
    background-repeat: no-repeat;
    top: 0;
    z-index: 0;
    width: 100%;
}
.upper-banner1 {
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
    background-color: #111;
    background-repeat: no-repeat;
    top: 0;
    z-index: 0;
    width: 100%;
}
.banner-text {
    max-width: 530px;
    position: relative;
    color: #fff;
    margin: 17% 0 8% 2%;
    text-align: left;
}
.banner-text1 {
    margin: 25px 0 105px 0;
}
.banner-text .banner-text-title {
    font-size: 2.5em;
    display: block;
    position: relative;
    line-height: 120%;
    margin: 0;
    padding: 0;
    font-weight: 700;
}
.logo-img {
    padding: 10px;
    transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
}
.logo-img:hover {
    opacity: 0.95;
}
img {
    max-width: 100%;
    vertical-align: bottom;
}
.img {
    max-width: 60%;
    vertical-align: bottom;
}
#newsletter {
    background: url(../../images/newsletter-background.jpg) top center;
    padding: 43px 0;
    font-size: 1.65em;
    color: #fff;
}
#newsletter .newsletter-email {
    text-align: left;
    font-size: 0.7em;
    padding: 10px 20px;
    background-color: transparent;
    color: #fff;
    border: 1px solid #fff;
    width: 100%;
}
#newsletter .newsletter-submit {
    text-align: center;
    font-size: 0.7em;
    letter-spacing: 1.5px;
    padding: 10px 30px;
    color: #009261;
    background-color: #fff;
    border: 0;
    text-transform: uppercase;
    font-weight: 700;
}
#newsletter .newsletter-description {
    margin-top: 9px;
    text-align: right;
    letter-spacing: 1.5px;
}
.newsletter-email::placeholder {
    color: #fff;
    letter-spacing: 1px;
    font-size: 0.9em;
    font-weight: 100;
}
.newsletter-email:-ms-input-placeholder {
    color: #fff;
    letter-spacing: 1px;
    font-size: 0.9em;
    font-weight: 100;
}
.newsletter-email::-ms-input-placeholder {
    color: #fff;
    letter-spacing: 1px;
    font-size: 0.9em;
    font-weight: 100;
}
.newsletter-email:focus {
    outline: 0;
    border: 0;
}
.copyright {
    background: url(../../images/copy-background.jpg) top center;
    padding: 30px 0;
    color: #fff;
    letter-spacing: 0.5px;
}
.copyright a {
    color: #fff;
    letter-spacing: 0.5px;
}
#footer-links {
    background: url(../../images/footer-background.jpg) top center;
    padding: 50px 0;
    color: #fff;
    position: relative;
}
.footer-logo {
    display: table;
    margin-bottom: 20px;
}
span.contact-text {
    display: block;
    font-size: 1.2em;
    padding-bottom: 10px;
    font-weight: 700;
}
footer.footer {
    color: #fff;
    font-size: 0.8em;
}
.shadow {
    box-shadow: 1px 0 5px #ccc;
    border-bottom: solid 1px #eee; 
}
.social i {
    font-size: 2.2em;
    padding: 10px 10px 10px 0;
    margin-top: 20px;
    color: #fff;
}
.social i:hover {
    color: #969696;
}
.email-address a {
    color: #fff;
}
.footer-links ul {
    list-style: none;
}
.footer-links li.menu-item-has-children ul.sub-menu {
    list-style: none;
    border: none;
    padding: 0;
}
.footer-links li.menu-item-has-children ul.sub-menu li a {
    display: block;
    color: #bdbdbd;
    width: 100%;
    border: none;
    padding: 1px 0;
    font-size: 0.95em;
    font-weight: 100;
}
.footer-links li.menu-item-has-children ul.sub-menu li a:hover {
    opacity: 0.7;
}
.footer-links li.menu-item-has-children ul.sub-menu {
    list-style: none;
    border: none;
    padding: 0;
}
.footer-links li.menu-item-has-children a {
    display: block;
    width: 100%;
    font-size: 1.2em;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 700;
}
#account-page-content {
    padding: 1.8em 0;
    background: linear-gradient(#fff, #fff) !important;
}
.mobile-detect {
    display: none;
}
#account-page-content .paginate {
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    padding: 10px 30px 20px;
    margin: 20px auto;
    position: relative;
    border-radius: 4px;
}
#myaccount p {
    padding-top: 1em;
    padding-bottom: 0.4em;
    font-size: 1.2em;
    color: #000;
}
.submit {
    display: inline-block;
    float: right;
}
.field-group .field-group-title {
    display: table;
    padding: 15px 33px;
    position: relative;
    top: -15px;
    background-color: #96c5b6;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 1px;
    width: 100%;
    text-align: center;
}
.field-option label {
    display: inline-block;
    max-width: 100%;
    font-weight: 400;
    color: #000;
    font-size: 0.8em;
    letter-spacing: 2.1px;
    margin-bottom: 0;
    text-transform: uppercase;
}
.submit .submit-btn {
    background-color: #3c9;
    border: none;
    padding: 15px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 20px 0;
    display: inline-block;
    font-size: 1em;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border-radius: 4px;
}
.submit-btn:hover {
    opacity: 0.8;
}
.field-option input {
    border: 0;
    border-bottom: 1px solid #d0d0d0;
    border-radius: 0;
    box-shadow: none;
    background: 0 0;
    color: #333;
    font-size: 1em;
    padding: 0;
    display: block;
    width: 100%;
    height: 34px;
}
.field-option {
    background: #fff;
    padding: 10px 0;
    display: inline-block;
    width: 100%;
}
a.textlink {
    padding: 0;
    margin: 0;
    color: #8d162c;
    font-weight: 700;
}
a.textlink:hover {
    text-decoration: underline;
}
.login-box,
.register-box {
    background-color: transparent;
    padding: 20px;
    border: 1px solid transparent;
}
.field-group {
    padding: 0 20px 7px;
    position: relative;
    background-color: #fff;
}
.submit a {
    padding: 3px;
    margin: 5px 0;
    font-size: 1em;
    display: inline-block;
    color: #666;
    font-weight: 700;
    text-transform: uppercase;
}
.submit a:hover {
    color: #3c9;
}
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}
::-webkit-scrollbar-track {
    background-color: #000;
}
::-webkit-scrollbar-thumb {
    background: rgba(82, 82, 82, 0.8);
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.24), 0 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.12);
}
::-webkit-scrollbar-thumb:hover {
    background: #888;
    overflow-y: auto;
}
#account-page-content article ul {
    margin: 0 2rem;
}
#myaccintrotext {
    font-size: 1.2em;
    color: #000;
}
ul.tabs li {
    background: #d0d0d0;
    color: #222;
    display: inline-block;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 15px;
    font-family: Verdana, Geneva, sans-serif;
    height: 55px;
}
ul.tabs li.current {
    background: #3c9;
    color: #fff;
}
.tab-content {
    padding: 35px;
    font-size: 1.3em;
    color: #000;
}
#home {
    line-height: 1.6em;
}
hr {
    border-top: 0;
}
.fa {
    margin-right: 8px;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus {
    color: #fff;
    border: 1px solid #3c9;
    border-bottom-color: transparent;
    cursor: default;
    background: #3c9;
    border-bottom: 2px solid #3c9;
}
.nav-tabs {
    border-bottom: 1px solid #3c9;
    font-size: 1.1em;
}
.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
    margin-left: 60px;
}
.nav-tabs > li > a:hover {
    border-color: #fff;
    background-color: #fff;
    color: #3c9;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #fff;
    border: 1px solid #3c9;
    border-bottom-color: transparent;
    cursor: default;
    background: #3c9;
    border-bottom: 2px solid #3c9;
}
.greenBtn {
    background: #0f70b7;
    border: 1px solid #0f70b7;
    transition: 0.2s ease-in;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    padding: 4px 12px;
    line-height: 1.5;
    border-radius: 0.3rem;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.26);
    color: #fff;
    margin-right: 1%;
    margin-bottom: 1%;
    font-size: 1.2em;
    text-transform: uppercase;
}
.greenBtn:hover {
    opacity: 0.8;
}
.dataTables_wrapper {
    border: 0;
}
.dataTables_wrapper .dataTables_footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.dataTables_wrapper .dataTables_footer .dataTables_info {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: left;
}
.dataTables_wrapper .dataTables_footer .dataTables_info,
.dataTables_wrapper .dataTables_footer .dataTables_paginate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.dataTables_wrapper .dataTables_info {
    height: 4rem;
    line-height: 4rem;
    padding: 0 0.8rem;
    float: left;
    font-weight: 600;
    text-align: center;
}
.dataTables_wrapper .dataTables_footer .dataTables_paginate {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.dataTables_wrapper .dataTables_footer .dataTables_info,
.dataTables_wrapper .dataTables_footer .dataTables_paginate {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.dataTables_wrapper .dataTables_paginate {
    padding: 0 0.8rem;
    height: 4rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    float: right;
    border: 0;
}
.dataTables_length {
    padding-top: 18px;
}
table.dataTable tbody td {
    padding: 16px 8px;
}
#recent_table,
#recent_table th {
    border: 0;
}
.dataTables_wrapper > div {
    padding: 0;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    margin-bottom: 30px;
    border-radius: 4px;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.flex-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
    height: 75px;
}
.d-flex {
    display: -ms-flexbox !important;
    display: flex !important;
}
.bg-info {
    background-color: #20aee3 !important;
    padding: 10px;
}
.text-white {
    color: #fff !important;
}
.align-self-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
    margin-left: 20px;
    width: 80%;
}
.box {
    border-radius: 4px;
}
*,
::after,
::before {
    box-sizing: inherit;
}
.progress {
    overflow: hidden;
    height: 8px;
    width: 100%;
    margin-bottom: 17px;
    background-color: #f5f5f5;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 0 1px 0 #000;
    box-shadow: inset 0 0 1px 0 #000;
}
.progress-bar {
    -webkit-box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2), 0 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.2), 0 0 1px 2px rgba(0, 0, 0, 0.14), 0 1px 1px 0 rgba(0, 0, 0, 0.12);
    border-radius: 5px;
}
.progress-bar-danger {
    background-color: #ec5956;
}
.progress-bar-success {
    background-color: #3c9;
}
.progress-bar-warning {
    background-color: #f5a662;
}
.card_header {
    background-color: #3c9;
    text-align: center;
    padding: 5px;
}
.badge {
    border-radius: 3px;
    margin-right: 5px;
}
.badge.badge-warning {
    background-color: #fb6901;
    color: #fff;
}
.badge.badge-saved {
    background-color: #737881;
    color: #fff;
}
.f-s {
    font-size: 0.85em;
}
.payBtn {
    background: #0f70b7;
    border: 1px solid #0f70b7;
    transition: 0.2s ease-in;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    line-height: 1.5;
    border-radius: 0.3rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    color: #fff;
    margin-right: 1%;
    margin-top: 1%;
    margin-bottom: 1%;
    text-transform: uppercase;
}
.viewBtn {
    background: #3c9;
    border: 1px solid #3c9;
}
.payBtn:hover,
.viewBtn:hover {
    opacity: 0.8;
}
.greenBtn:disabled,
.greenBtn:disabled:hover,
.payBtn:disabled,
.payBtn:disabled:hover {
    cursor: not-allowed;
    opacity: 0.5;
}
.filter_badge {
    cursor: pointer;
}
.pb_ot {
    margin: 0;
    padding: 3px 20px;
}
.dash_tb {
    margin: 0 auto;
    padding: 0 10px;
    font-size: 0.95em;
    text-transform: capitalize;
}
.modalHeader {
    background-color: #323232;
    text-align: center;
    padding: 5px;
}
.text-muted {
    font-size: 15px;
}
.headerFont {
    font-weight: 700;
    color: #fff;
    margin: 0.5em;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.close {
    float: right;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.8;
    position: absolute;
    top: 10px;
    right: 15px;
    cursor: pointer;
}
.close:hover {
    color: #fff;
    opacity: 0.5;
}
.form-control {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 15px;
    height: 22px;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-material .form-control,
.form-material .form-control.focus,
.form-material .form-control:focus {
    background-image: linear-gradient(#323232, #323232), linear-gradient(#e9edf2, #e9edf2);
    border: 0 none;
    border-radius: 0;
    box-shadow: none;
    float: none;
}
.form-material .form-control {
    background-color: transparent;
    background-position: center bottom, center calc(100% - 1px);
    background-repeat: no-repeat;
    background-size: 0 2px, 100% 1px;
    padding: 0;
    transition: background 0s ease-out 0s;
}
.form-material .form-control.focus,
.form-material .form-control:focus {
    background-size: 100% 2px, 100% 1px;
    outline: 0 none;
    transition-duration: 0.3s;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    opacity: 0.8;
    cursor: default;
}
[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 30px;
    margin-right: 25px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 28px;
    transition: 0.28s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
[type="radio"] + label:after,
[type="radio"] + label:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    margin: 4px;
    width: 16px;
    height: 16px;
    z-index: 0;
    transition: 0.28s ease;
}
[type="radio"].with-gap:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"]:checked + label:after,
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:before {
    border-radius: 50%;
}
[type="radio"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:before {
    border: 1px solid #b1b8bb;
}
[type="radio"]:not(:checked) + label:after {
    z-index: -1;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:before {
    border: 2px solid transparent;
    -webkit-animation: ripple 0.2s linear forwards;
    animation: ripple 0.2s linear forwards;
}
[type="radio"].with-gap:checked + label:after,
[type="radio"].with-gap:checked + label:before,
[type="radio"]:checked + label:after {
    border: 2px solid #26a69a;
}
[type="radio"].with-gap:checked + label:after,
[type="radio"]:checked + label:after {
    background-color: #26a69a;
    z-index: 0;
}
[type="radio"]:checked + label:after {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
[type="radio"].with-gap:checked + label:after {
    -webkit-transform: scale(0.5);
    -ms-transform: scale(0.5);
    transform: scale(0.5);
}
[type="radio"].tabbed:focus + label:before {
    box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-animation: ripple 0.2s linear forwards;
    animation: ripple 0.2s linear forwards;
}
[type="radio"].with-gap:disabled:checked + label:before {
    border: 2px solid rgba(0, 0, 0, 0.26);
    -webkit-animation: ripple 0.2s linear forwards;
    animation: ripple 0.2s linear forwards;
}
[type="radio"].with-gap:disabled:checked + label:after {
    border: none;
    background-color: rgba(0, 0, 0, 0.26);
}
[type="radio"]:disabled:checked + label:before,
[type="radio"]:disabled:not(:checked) + label:before {
    background-color: transparent;
    border-color: rgba(0, 0, 0, 0.26);
    -webkit-animation: ripple 0.2s linear forwards;
    animation: ripple 0.2s linear forwards;
}
[type="radio"]:disabled + label {
    color: rgba(0, 0, 0, 0.26);
}
[type="radio"]:disabled:not(:checked) + label:before {
    border-color: rgba(0, 0, 0, 0.26);
}
[type="radio"]:disabled:checked + label:after {
    background-color: rgba(0, 0, 0, 0.26);
    border-color: #bdbdbd;
}
.fade-scale {
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.fade-scale.in {
    opacity: 1;
    transform: scale(1);
}
.modal-footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e9ecef;
}
.grnBtn {
    background: #8e172d;
    border: 1px solid #8e172d;
    transition: 0.2s ease-in;
    cursor: pointer;
    padding: 4px 12px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0.3rem;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.26);
    color: #fff;
}
.purpleBtn {
    background: #0f70b7;
    border: 1px solid #0f70b7;
    transition: 0.2s ease-in;
    cursor: pointer;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    color: #fff;
}
.blueBtn {
    background: #23af97;
    border: 1px solid #23af97;
    transition: 0.2s ease-in;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    padding: 4px 12px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0.3rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    color: #fff;
}
.greyBtn {
    background: #ddd;
    border: 1px solid #ddd;
    transition: 0.2s ease-in;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    padding: 4px 12px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0.3rem;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.26);
    color: #67757c;
}
.redBtn {
    background: #ff5c6c;
    border: 1px solid #ff5c6c;
    transition: 0.2s ease-in;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    padding: 4px 12px;
    font-size: 15px;
    line-height: 1.5;
    border-radius: 0.3rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    color: #fff;
}
.cancel_order_btn {
    background: #8d162c;
    border: 1px solid #8e172d;
}
.back_btn {
    background: #58595b;
    border: 1px solid #58595b;
    margin: 0;
    color: #fff;
}
.blueBtn:hover,
.greyBtn:hover,
.grnBtn:hover,
.purpleBtn:hover,
.redBtn:hover {
    opacity: 0.8;
}
.blueBtn:disabled,
.greyBtn:disabled,
.grnBtn:disabled,
.purpleBtn:disabled,
.redBtn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}
.smallBtn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 2px;
    display: inherit;
}
.form-material label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
    color: #737881;
    font-size: 1.1em;
}
.fa-download:hover,
.fa-pencil:hover {
    opacity: 0.8;
}
.error_span {
    color: #ec5956;
    font-weight: 700;
}
.f-s-9 {
    font-size: 0.9em;
}
#view_more {
    float: right;
    margin-top: -15px;
    cursor: pointer;
}
#view_more:hover {
    opacity: 0.8;
}
.row {
    display: flex;
}
#addAddressModal .modal-content,
#addUserModal .modal-content,
#editAddressModal .modal-content,
#updateUserDetails .modal-content {
    width: 725px;
}
.panel > .panel-heading .panel-title h4 {
    font-size: 20px;
    color: #fff;
}
.panel-group .panel > .panel-heading {
    padding: 0;
}
.modal .panel-default > .panel-heading {
    color: #373e4a;
    background-color: #ebebeb;
    border-color: #ebebeb;
    padding: 0;
}
.formHeader {
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 20px;
    padding: 5px 0;
    text-align: center;
    text-shadow: 1px 1px 5px #333;
}
.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 22.6px;
    top: 10px;
    margin-left: 15px;
}
.switch input {
    display: none;
}
.slider1 {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.23);
}
.slider1:before {
    position: absolute;
    content: "";
    height: 17.3px;
    width: 17.3px;
    left: 2.6px;
    bottom: 2.6px;
    background-color: #fff;
    -webkit-transition: 0.4s;
    transition: 0.4s;
}
input:checked + .slider1 {
    background-color: #24d2b5;
}
input:focus + .slider1 {
    box-shadow: 0 0 1px #24d2b5;
}
input:checked + .slider1:before {
    -webkit-transform: translateX(17.3px);
    -ms-transform: translateX(17.3px);
    transform: translateX(17.3px);
}
.slider1.oval {
    border-radius: 22.6px;
}
.slider1.oval:before {
    border-radius: 50%;
}
.form-wizard > ul > li.active a,
.form-wizard > ul > li.current a {
    font-weight: 700;
    color: #ac1818;
    font-size: 14px;
    text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.74);
}
.form-wizard > ul > li.active a span,
.form-wizard > ul > li.current a span {
    background: #ac1818;
    color: #fff;
    font-size: 1.3em;
    -moz-box-shadow: 0 0 0 6px #ac1818;
    -webkit-box-shadow: 0 0 0 6px #ac1818;
    box-shadow: 0 0 9px 2px #ac1818;
}
[type="checkbox"] + label {
    padding-left: 26px;
    height: 25px;
    line-height: 21px;
    font-weight: 400;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
    opacity: 0;
}
[type="checkbox"].filled-in:not(:checked) + label:before {
    width: 0;
    height: 0;
    border: 3px solid transparent;
    left: 6px;
    top: 10px;
    -webkit-transform: rotateZ(37deg);
    -ms-transform: rotate(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 20% 40%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
[type="checkbox"].filled-in + label:after,
[type="checkbox"].filled-in + label:before {
    content: "";
    left: 0;
    position: absolute;
    -webkit-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
    -o-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
    transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
    z-index: 1;
}
[type="checkbox"] + label:before,
[type="checkbox"]:not(.filled-in) + label:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}
[type="checkbox"].filled-in:not(:checked) + label:after {
    height: 15px;
    width: 15px;
    background-color: transparent;
    border: 2px solid #5a5a5a;
    top: 0;
    z-index: 0;
}
[type="checkbox"].filled-in + label:after,
[type="checkbox"].filled-in + label:before {
    content: "";
    left: 0;
    position: absolute;
    -webkit-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
    -o-transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
    transition: border 0.25s, background-color 0.25s, width 0.2s 0.1s, height 0.2s 0.1s, top 0.2s 0.1s, left 0.2s 0.1s;
    z-index: 1;
}
[type="checkbox"].filled-in + label:after {
    border-radius: 2px;
}
[type="checkbox"].filled-in:checked + label:before {
    border-right: 2px solid #fff !important;
    border-bottom: 2px solid #fff !important;
}
[type="checkbox"].filled-in:checked + label:before {
    top: 0;
    left: 1px;
    width: 4px;
    height: 9px;
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    -webkit-transform: rotateZ(37deg);
    -ms-transform: rotate(37deg);
    transform: rotateZ(37deg);
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
}
[type="checkbox"]:checked + label:before {
    top: -4px;
    left: -2px;
    width: 11px;
    height: 19px;
}
[type="checkbox"].filled-in:checked + label:after {
    top: 0;
    width: 15px;
    height: 15px;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0;
}
[type="checkbox"].filled-in:checked + label:after {
    top: 0;
    width: 15px;
    height: 15px;
    border: 2px solid #26a69a;
    background-color: #26a69a;
    z-index: 0;
}
.m-0 {
    margin: 0;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #323232;
    background: #323232;
    color: #fff;
    font-weight: 700;
}
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #ac1818;
    background: #ac1818;
    color: #fff;
    font-weight: 700;
}
.mytooltip {
    display: inline;
    position: relative;
}
.tooltip-item {
    cursor: pointer;
    display: inline-block;
    padding: 0 10px;
    color: #fff;
}
.list_a {
    cursor: pointer;
    padding: 0;
    color: #20aee3;
}
.tooltip-text {
    line-height: 24px;
    display: block;
    padding: 7px;
    color: #000;
    text-align: center;
    font-weight: 400;
}
.tooltip-content {
    border-radius: 4px;
    position: absolute;
    z-index: 9999;
    width: 200px;
    left: 50%;
    margin: 0 0 10px -100px;
    bottom: 100%;
    text-align: left;
    line-height: 30px;
    -webkit-box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
    box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
    background: #fff;
    opacity: 0;
    cursor: default;
    pointer-events: none;
}
.tooltip-content-large {
    width: 400px;
    margin: 0 0 10px -200px;
}
.tooltip-content-x-large {
    width: 525px;
    margin: 0 0 10px -150px;
    font-size: 0.95em;
}
.tooltip-content-small {
    width: 100px;
    margin: 0 0 10px -50px;
}
.tooltip-effect .tooltip-content {
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transform: scale3d(0.7, 0.3, 1);
    transform: scale3d(0.7, 0.3, 1);
    -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, -webkit-transform 0.2s;
    -o-transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s;
    transition: opacity 0.2s, transform 0.2s, -webkit-transform 0.2s;
}
.tooltip-content::after {
    content: "";
    top: 100%;
    left: 50%;
    border: solid transparent;
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-top-color: #fff;
    border-width: 10px;
    margin-left: -10px;
}
.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.mytooltip:hover .tooltip-content2,
.mytooltip:hover .tooltip-content2 i {
    opacity: 1;
    font-size: 18px;
    pointer-events: auto;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
}
.mytooltip:hover .tooltip-content4,
.mytooltip:hover .tooltip-text2 {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.mytooltip {
    display: inline;
    position: relative;
}
.mytooltip:hover .tooltip-item::after {
    pointer-events: auto;
}
.mytooltip:hover .tooltip-content {
    pointer-events: auto;
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
    transform: translate3d(0, 0, 0) rotate3d(0, 0, 0, 0);
}
.mytooltip:hover .tooltip-content3 {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.mytooltip:hover .tooltip-item2 {
    color: #fff;
    -webkit-transform: translate3d(0, -0.5em, 0);
    transform: translate3d(0, -0.5em, 0);
}
.mytooltip:hover .tooltip-content5 {
    opacity: 1;
    pointer-events: auto;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
}
.mytooltip:hover .tooltip-text3 {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
}
.mytooltip:hover .tooltip-inner2 {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.tooltip-item::after {
    content: "";
    position: absolute;
    width: 360px;
    height: 20px;
    bottom: 100%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
#zsfeedbkrpanel {
    position: relative;
    top: 150px;
    left: 125px;
}
#FeedbackformID {
    padding: 20px;
}
#feedbPopupSbmtBtn {
    border-radius: 4px;
    background: #0f70b7;
    border: 1px solid #0f70b7;
    transition: 0.2s ease-in;
}
.pac-container:after {
    background-image: none !important;
    height: 0;
}
.pac-item-query {
    font-size: 13px;
    padding-right: 3px;
    color: #67757c;
}
.pac-matched {
    font-weight: 100;
    font-size: 13px;
    color: #67757c;
}
.pac-item-selected,
.pac-item:hover {
    color: #67757c;
    font-weight: 700;
    background-color: rgba(245, 222, 179, 0.4);
}
.pac-item {
    cursor: default;
    padding: 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 13px;
    color: #67757c;
}
#t_and_c {
    color: #00008b;
}
#t_and_c:hover {
    text-decoration: underline;
}
.m-5 {
    padding: 0;
    margin: 5px 0;
}
.toggle_label {
    margin: 15px 0;
    cursor: pointer;
}
.lbl {
    margin-left: 15px;
    position: absolute;
    top: 30px;
    display: block;
    height: 15px;
    width: 30px;
    background: #ccc;
    border-radius: 100px;
    cursor: pointer;
    transition: all 0.3s ease;
}
.lbl:after {
    position: absolute;
    left: -2px;
    top: -1px;
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    background: #323232;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.05);
    content: "";
    transition: all 0.3s ease;
}
.ani {
    transform: scale(1.25, 0.85);
}
.lbl:active:after {
    transform: scale(1.25, 0.85);
}
.cbx:checked ~ label {
    background: rgba(90, 195, 178, 0.36);
}
.cbx:checked ~ label:after {
    left: 15px;
    background: #5ac3b2;
}
.cbx:disabled ~ label {
    background: #d5d5d5;
    pointer-events: none;
}
.cbx:disabled ~ label:after {
    background: #bcbdbc;
}
.hidden {
    display: none;
}
section {
    min-height: 703px;
    cursor: default;
}
.panel-heading {
    background-color: #8d162c;
}
select {
    cursor: pointer;
}
.badge {
    cursor: default;
}
@media (max-width: 767px) {
    .row {
        display: block;
    }
    .upper-banner {
        height: 70px;
        top: 40px;
    }
    .banner-text .banner-text-title {
        font-size: 2em;
        top: -50px;
        text-align: center;
    }
    .mobile-detect {
        background-color: #3c9;
        color: #fff;
        width: 100%;
        padding: 10px 0;
        text-align: center;
        display: inline-block;
        cursor: pointer;
        font-size: 1.2em;
    }
    .mobile-button {
        padding: 0 0;
    }
    .progress {
        width: 240px;
    }
}
@media (min-width: 1600px) {
    .container {
        width: 1470px;
    }
}
label h4 {
    font-weight: 700;
    color: #323232;
}
.panel-title {
    text-align: center;
}
.panel-default > .panel-heading > .panel-title > a {
    color: #000;
}
.col-sm-2_5 {
    width: 20%;
    position: relative;
    float: left;
}
.checkBox_label,
input[type="checkbox"] {
    cursor: pointer;
}
::-webkit-scrollbar {
    width: 6.5px;
    height: 8px;
}
::-webkit-scrollbar-thumb {
    background: #737881;
    box-shadow: none;
}
::-webkit-scrollbar-track {
    background-color: #323232;
    box-shadow: none;
}
textarea::-webkit-scrollbar-track {
    background-color: rgba(221, 221, 221, 0);
    box-shadow: none;
}
.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}
.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: rgba(51, 204, 153, 0.5);
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-underline-from-left:active:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:hover:before {
    right: 0;
}
.hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.hvr-sweep-to-right:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #3c9;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-sweep-to-right:active,
.hvr-sweep-to-right:focus,
.hvr-sweep-to-right:hover {
    color: #fff;
}
.hvr-sweep-to-right:active:before,
.hvr-sweep-to-right:focus:before,
.hvr-sweep-to-right:hover:before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
#contactUsDiv,
#loginDiv {
    padding: 20px;
    height: 200px;
    width: 300px;
    right: 140px;
    top: 48px;
    z-index: 50;
    border-radius: 4px;
    position: absolute;
    background: #fff;
    box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.05);
    border: solid 1px #fff;
    transition: 0.2s ease-in;
}
#contactUsDiv:after,
#loginDiv::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    right: 45%;
    margin-left: -13px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
#first label,
#resetPW,
#second label {
    float: left;
    color: #1b1b1b;
}
.error_span {
    float: left;
    display: none;
    width: 100%;
    text-align: left;
}
.close1 {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #1b1b1b;
    font-size: 18px;
    z-index: 50;
    margin: 0;
    transition: 0.2s ease-in;
}
.close1:hover {
    opacity: 0.8;
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}
.link1to2 {
    position: absolute;
    left: 20px;
    bottom: 15px;
    color: #6e5954;
    font-weight: 500;
}
#eye {
    color: #000;
    position: absolute;
    right: 25px;
    top: 107px;
    cursor: pointer;
}
.link1to2 {
    cursor: pointer;
}
#eye:hover,
.link1to2:hover {
    font-weight: 700;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 50%;
    margin: 2px 5px;
}
.ui-datepicker {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background: #fff;
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 8px;
    border-radius: 4px;
}
.modal-open .modal {
    background-color: rgba(153, 153, 153, 0.85);
}
.table-hover > tbody > tr:hover {
    background-color: #ddd;
    cursor: default;
}
#zsfeedbkrpanel {
    position: relative;
    top: 0;
    left: 0;
    border: 0;
    width: 650px;
}
#FeedbackformID {
    width: 600px;
}
.redBG {
    background-color: rgba(255, 138, 138, 0.6);
    border-radius: 3px;
    padding: 2px 5px;
    animation: changeBGColor 1s 4;
}
@keyframes changeBGColor {
    0% {
        background-color: rgba(255, 138, 138, 0.6);
    }
    49% {
        background-color: rgba(255, 138, 138, 0.6);
    }
    50% {
        background-color: #fff;
    }
    99% {
        background-color: #fff;
    }
    100% {
        background-color: rgba(255, 138, 138, 0.6);
    }
}
@-webkit-keyframes changeBGColor {
    0% {
        background-color: rgba(255, 138, 138, 0.6);
    }
    49% {
        background-color: rgba(255, 138, 138, 0.6);
    }
    50% {
        background-color: #fff;
    }
    99% {
        background-color: #fff;
    }
    100% {
        background-color: rgba(255, 138, 138, 0.6);
    }
}
@-moz-keyframes changeBGColor {
    0% {
        background-color: rgba(255, 138, 138, 0.6);
    }
    49% {
        background-color: rgba(255, 138, 138, 0.6);
    }
    50% {
        background-color: #fff;
    }
    99% {
        background-color: #fff;
    }
    100% {
        background-color: rgba(255, 138, 138, 0.6);
    }
}
.greenBG {
    background-color: #adeeab;
    border-radius: 3px;
    padding: 2px 5px;
}
#delete_modal,
.modal {
    background-color: rgba(153, 153, 153, 0.85);
}
.tooltip-content {
    -webkit-box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
    box-shadow: -5px -5px 15px rgba(48, 54, 61, 0.2);
    background: #ddd;
}
.tooltip-content::after {
    border-top-color: #ddd;
}
.tooltip-item {
    cursor: help;
}
::selection {
    background: #21c1c1;
}
::-moz-selection {
    background: #21c1c1;
}
.modal-body {
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
}
.modal-body::-webkit-scrollbar-thumb,
.note-editable::-webkit-scrollbar-thumb {
    background: rgba(115, 120, 129, 0.9);
    box-shadow: none;
}
.modal-body::-webkit-scrollbar-track,
.note-editable::-webkit-scrollbar-track {
    background-color: transparent;
    box-shadow: none;
}
.colorB {
    color: #26a69a;
    font-weight: 700;
}
.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(1400px);
        transform: perspective(1400px);
    }
}
@keyframes flipInY {
    0% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
        opacity: 0;
    }
    40% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -20deg);
        -webkit-transition-timing-function: ease-in;
        transition-timing-function: ease-in;
    }
    60% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }
    80% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -5deg);
    }
    100% {
        -webkit-transform: perspective(1400px);
        transform: perspective(1400px);
    }
}
.flipOutY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(1400px);
        transform: perspective(1400px);
    }
    30% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(1400px);
        transform: perspective(1400px);
    }
    30% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }
    100% {
        -webkit-transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(1400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}
.spinner2 {
    margin: 0 auto;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 10px;
}
.spinner2 > div {
    background-color: #333;
    height: 105%;
    width: 2px;
    margin-right: 3px;
    display: inline-block;
    -webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
    animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
.spinner2 .rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}
.spinner2 .rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}
.spinner2 .rect4 {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}
.spinner2 .rect5 {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}
@-webkit-keyframes sk-stretchdelay {
    0%,
    100%,
    40% {
        -webkit-transform: scaleY(0.4);
    }
    20% {
        -webkit-transform: scaleY(1);
    }
}
@keyframes sk-stretchdelay {
    0%,
    100%,
    40% {
        transform: scaleY(0.4);
        -webkit-transform: scaleY(0.4);
    }
    20% {
        transform: scaleY(1);
        -webkit-transform: scaleY(1);
    }
}
@-webkit-keyframes sk-bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
    }
}
@keyframes sk-bouncedelay {
    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}
#__password {
    font-size: 25px;
}
.input-icon {
    position: relative;
}
.input-icon > i {
    position: absolute;
    display: block;
    transform: translate(0, -50%);
    top: 50%;
    pointer-events: none;
    text-align: center;
    font-style: normal;
}
.fixed {
    position: fixed !important;
    width: 100%;
    margin: 0 auto;
    top: 0;
    background-color: #eee;
    z-index: 1010;
    box-shadow: 1px 0 5px #ccc;
}
.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideInDown {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
        visibility: visible;
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 15000;
    background: #000;
}
.progress1 {
    height: 20px;
    padding: 1px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f7f7f7;
    border: 1px solid #eee;
}
.progress__bar {
    display: block;
    height: 100%;
    background: #5bc0de;
}
.progress__label {
    float: right;
    padding: 0 2px;
    font-size: 12px;
    color: #fff;
}
.progress--radius {
    border-radius: 2px;
}
.progress--round {
    border-radius: 1000px;
}
.progress--radius .progress__bar,
.progress--round .progress__bar {
    border-radius: inherit;
}
.progress--small {
    height: 15px;
}
.progress--large {
    height: 10px;
}
.progress--success .progress__bar {
    background-color: #43ac6a;
}
.progress--alert .progress__bar {
    background-color: #f04124;
}
.progress--striped .progress__bar {
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px;
}
#marqueeDiv {
    margin: 0;
    font-size: 30px;
    color: #fff;
    cursor: default;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}
#marqueeBtn {
    float: right;
    position: absolute;
    top: 7px;
    right: 220px;
    background: #999;
    border: 1px solid #999;
    transition: 0.2s ease-in;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    padding: 3px 10px;
    font-size: 14px;
    line-height: 1.5;
    border-radius: 0.3rem;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    color: #fff;
}
#marqueeBtn:hover {
    background: #aaa;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group > .btn {
    position: relative;
    flex: 1 1 auto;
}
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus {
    z-index: 1;
}
.btn-group > .btn-group:not(:first-child),
.btn-group > .btn:not(:first-child) {
    margin-left: 5px;
}
.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 2px;
    content: "";
    border-top: 5px solid;
    border-right: 5px solid transparent;
    border-bottom: 0;
    border-left: 5px solid transparent;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn {
    margin-bottom: 0;
}
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
ul.dropdown-menu::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    right: 42%;
    margin-left: -13px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
.btn-danger,
.btn-danger:focus,
.btn-danger:hover {
    color: #fff;
    background-color: #cc2424;
    border-color: #b62020;
}
.btn-info,
.btn-info:focus {
    color: #fff;
    background-color: #0f70b7;
    border-color: #0f70b7;
    transition: 0.2s all ease-in;
}
.btn-info:hover {
    color: #fff;
    background-color: #0f70b7;
    border-color: #0f70b7;
    opacity: 0.8;
}
.cardCheckingDiv::-webkit-scrollbar {
    display: none;
}
.loggedin:hover {
    font-weight: 700;
}
.note-editor.note-frame .note-editing-area .note-editable {
    cursor: text;
}
.note-editable a {
    color: #21a9e1;
    text-decoration: underline;
}
.StripeElement {
    background-color: #fff;
    height: 20px;
    padding: 10px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}
.StripeElement--focus {
    box-shadow: 0 1px 3px 0 #cfd7df;
}
.StripeElement--invalid {
    border-color: #fa755a;
}
.StripeElement--webkit-autofill {
    background-color: #fefde5 !important;
}
.lds-roller {
    display: inline-block;
    position: relative;
    width: 64px;
    height: 64px;
    top: 42%;
}
.lds-roller div {
    animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
    transform-origin: 30px 15px;
}
.lds-roller div:after {
    content: " ";
    display: block;
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #0f70b7;
    margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
    animation-delay: -36ms;
}
.lds-roller div:nth-child(1):after {
    top: 50px;
    left: 50px;
    width: 7.6px;
    height: 7.6px;
}
.lds-roller div:nth-child(2) {
    animation-delay: -72ms;
}
.lds-roller div:nth-child(2):after {
    top: 54px;
    left: 45px;
    width: 7.4px;
    height: 7.4px;
}
.lds-roller div:nth-child(3) {
    animation-delay: -108ms;
}
.lds-roller div:nth-child(3):after {
    top: 57px;
    left: 39px;
    width: 7.2px;
    height: 7.2px;
}
.lds-roller div:nth-child(4) {
    animation-delay: -144ms;
}
.lds-roller div:nth-child(4):after {
    top: 58px;
    left: 32px;
    width: 7px;
    height: 7px;
}
.lds-roller div:nth-child(5) {
    animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
    top: 57px;
    left: 25px;
    width: 6px;
    height: 6px;
}
.lds-roller div:nth-child(6) {
    animation-delay: -216ms;
}
.lds-roller div:nth-child(6):after {
    top: 54px;
    left: 19px;
    width: 5px;
    height: 5px;
}
.lds-roller div:nth-child(7) {
    animation-delay: -252ms;
}
.lds-roller div:nth-child(7):after {
    top: 50px;
    left: 14px;
    width: 4px;
    height: 4px;
}
.lds-roller div:nth-child(8) {
    animation-delay: -288ms;
}
.lds-roller div:nth-child(8):after {
    top: 45px;
    left: 10px;
    width: 3px;
    height: 3px;
}
@keyframes lds-roller {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
.cardCheckingDiv {
    width: 100%;
    height: 100%;
    top: 0;
    overflow: hidden;
    position: fixed;
    z-index: 99999;
    background: #f6f9fa;
}
.cardCheckingDiv p {
    font-size: 17px;
    position: absolute;
    top: 50%;
    color: #0f70b7;
    -webkit-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: loader-label 1.15s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.loggedin__ .tooltiptext__ {
    visibility: hidden;
    width: 120px;
    background-color: #ff6360;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 5px 0;
    position: absolute;
    z-index: 0;
    bottom: -15px;
    opacity: 1;
    cursor: default;
    font-size: 15px;
    text-transform: uppercase;
    transform: translateY(-5px);
    font-weight: 700;
    transition: all 0.2s ease-in-out;
}
.loggedin__ .tooltiptext__::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 7px;
    border-style: solid;
    border-color: transparent transparent #ff6360 transparent;
}
.loggedin__:hover .tooltiptext__ {
    z-index: 500;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
}
#m-check-mark {
    margin: 0 auto;
    width: 25px;
    height: auto;
    display: inline;
}
#checkmark {
    stroke-dasharray: 640;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-animation: draw-around 1s infinite;
    -ms-animation: draw-around 1s infinite;
    animation: draw-around 1s infinite;
}
@-ms-keyframes draw-around {
    0% {
        stroke-dashoffset: 640;
    }
    10% {
        stroke-dashoffset: 640;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@-webkit-keyframes draw-around {
    0% {
        stroke-dashoffset: 640;
    }
    10% {
        stroke-dashoffset: 640;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
@keyframes draw-around {
    0% {
        stroke-dashoffset: 640;
    }
    10% {
        stroke-dashoffset: 640;
    }
    100% {
        stroke-dashoffset: 0;
    }
}
tbody tr:hover {
    cursor: pointer;
    background-color: #ccc;
}
.ui-datepicker-calendar tbody tr:hover {
    cursor: default;
    background-color: #fff;
}
#resendModal {
    top: 50px;
}
#Modal480Detail .modal-content,
#Modal62Detail .modal-content,
#Modal62DetailData .modal-content,
#Modal64Detail .modal-content,
#Modal71Detail .modal-content,
#queueModal .modal-content,
#resendModal .modal-content {
    width: 1000px;
    left: -250px;
}
#view_modal .modal-content {
    left: -260px;
    width: 1050px;
    height: 800px;
}
table {
    border-collapse: collapse;
    width: 100%;
}
.table-th,
.table > thead > tr > th,
table th {
    font-weight: 700;
    padding: 15px 10px;
}
.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > thead > tr > td,
td,
th {
    border-top: 1px solid #ddd;
    text-align: left;
    padding: 10px 8px;
}
b {
    font-weight: 700;
}
.form-horizontal label {
    margin-bottom: 10px;
    font-weight: 700;
    color: #0f70b7;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #0f70b7;
    text-decoration: none;
    background-color: #fff;
}
#Modal480DetailBody .preloader,
#queueModalBody .preloader {
    position: absolute;
    height: 120px;
    background: #fff;
}
#Modal62DetailBody .preloader,
#queueModalBody62 .preloader {
    position: absolute;
    height: 120px;
    background: #fff;
}
.outFileReportDiv,
.transmissionReportDiv,
.validationReportDiv {
    max-height: 100px;
    overflow-y: auto;
    margin: 7px 0;
    border-bottom: 1px solid #e9edf2;
    padding: 5px 0;
}
.outFileReport480::-webkit-scrollbar-thumb,
.outFileReportDiv::-webkit-scrollbar-thumb,
.transmissionReportDiv::-webkit-scrollbar-thumb,
.validationReportDiv::-webkit-scrollbar-thumb {
    background: #0f70b7;
    border-radius: 0;
    box-shadow: none;
}
.tab-content::-webkit-scrollbar-thumb {
    background: rgba(115, 120, 129, 0.5);
    border-radius: 0;
    box-shadow: none;
}
.tab-content::-webkit-scrollbar-track {
    background-color: transparent;
    box-shadow: none;
}
.tab-content {
    overflow-x: hidden;
}
.spanData {
    position: absolute;
    left: 150px;
}
.outFileReport480 {
    max-height: 300px;
    overflow-y: auto;
}
select {
    cursor: pointer;
}
.greenBtn i,
li a i,
li a img {
    transition: 0.2s all;
}
li:not(.active):hover a i,
li:not(.active):hover a img {
    transition: 0.2s all;
    transform: translateX(-3px);
}
.greenBtn:not(.searchBtn):hover i {
    transition: 0.5s all;
    transform: rotate(90deg);
}
table thead {
    border-top: solid 1px #e6e6e6;
}
table {
    border: solid 1px #e6e6e6;
}
.modal-body {
    font-size: 1.1em;
}
.fixed1 {
    position: fixed;
    height: 30px;
    background: #fff;
}
.badge-admin {
    background-color: #c59b3b;
    color: #f9f9f9;
}
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #fff;
    background-color: #0f70b7;
    transition: 0.2s all;
}
.dropdown-menu li:not(:last-child) {
    border-bottom: 1px solid #ccc;
}
.dropdown-menu {
    left: -5px;
}
.btn-group {
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.26);
}
.ui-datepicker-next,
.ui-datepicker-prev {
    font-size: 18px;
}
.ui-datepicker-title {
    display: flex;
    height: 35px;
    font-size: 15px;
}
.pac-container {
    z-index: 10001;
}
#ui-datepicker-div {
    width: 457px;
}
.ui-datepicker td {
    border: 0;
    padding: 2px;
}
.ui-button,
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
html .ui-button.ui-state-disabled:active,
html .ui-button.ui-state-disabled:hover {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: 400;
    color: #454545;
    padding: 3px;
    text-align: center;
    font-size: 15px;
    border-radius: 4px;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #323232;
    background: #323232;
    color: #fff;
    font-weight: 700;
    padding: 3px;
    text-align: center;
    font-size: 15px;
    border-radius: 4px;
}
.ui-button.ui-state-active:hover,
.ui-button:active,
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active {
    border: 1px solid #8e172d;
    background: #8e172d;
    color: #fff;
    font-weight: 700;
    padding: 5px;
    text-align: center;
    font-size: 15px;
    border-radius: 4px;
}
.ui-state-default .ui-state-active:hover,
.ui-state-default .ui-state-highlight:hover {
    opacity: 0.8;
}
.ui-state-default:hover {
    border: 1px solid #323232;
    background: #323232;
    opacity: 0.5;
    color: #fff;
}
body {
    overflow-y: hidden;
}
ul.dropdown-menu::after {
    right: 40%;
}
ul.dropdown-menu1::after {
    content: " ";
    position: absolute;
    bottom: 100%;
    right: 37%;
    margin-left: -7px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}
.deleteOption:hover {
    color: #fff !important;
    background-color: #de322e !important;
}
.payNowMainBtn {
    padding: 2px 15px;
    margin-bottom: 10px;
    margin-top: 5px;
}
.card-nav {
    margin-bottom: 10px;
    cursor: pointer;
    transition: 0.2s ease-in;
}
.card-nav-one:hover {
    box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.075);
    border: solid 1px #3c9;
}
.card-nav-two:hover {
    box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.075);
    border: solid 1px #21a9e1;
}
.card-nav-three:hover {
    box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.075);
    border: solid 1px #ec5956;
}
.card-nav-four:hover {
    box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.075);
    border: solid 1px #f5a662;
}
.fa-close {
    margin: 0;
}
#view_more:hover {
    font-weight: 700;
}
#allOrders {
    transition: 0.2s all ease-in-out;
}
#addressBook_table_msg,
#allUsers_table_msg,
#invoices_table_msg,
#table_msg {
    padding: 25px 0;
    display: none;
    text-align: center;
    margin: 0;
    background-color: #f9f9f9;
}
#addressBook_table_msg:hover,
#allUsers_table_msg:hover,
#invoices_table_msg:hover,
#table_msg:hover {
    background-color: #ddd;
}
.fa {
    margin-right: 2px;
}
.nav-tabs > li > a {
    color: #919191;
}
.nav-tabs > li.active > a,
.nav-tabs > li > a:hover {
    font-weight: 700;
}
.nav-tabs > li.active > a[href="#address"],
.nav-tabs > li.active > a[href="#address"]:focus,
.nav-tabs > li.active > a[href="#address"]:hover {
    color: #fff;
    border: 1px solid #8e172d;
    border-bottom-color: transparent;
    cursor: default;
    background: #8e172d;
    border-bottom: 2px solid #8e172d;
}
.ab-data-table-th,
.nav-tabs > li > a[href="#address"]:hover {
    color: #8e172d;
}
.nav-tabs > li.active > a[href="#users"],
.nav-tabs > li.active > a[href="#users"]:focus,
.nav-tabs > li.active > a[href="#users"]:hover {
    color: #fff;
    border: 1px solid #8e172d;
    border-bottom-color: transparent;
    cursor: default;
    background: #8e172d;
    border-bottom: 2px solid #8e172d;
}
.nav-tabs > li.active > a[href="#waive_users"],
.nav-tabs > li.active > a[href="#waive_users"]:focus,
.nav-tabs > li.active > a[href="#waive_users"]:hover {
    color: #fff;
    border: 1px solid #8e172d;
    border-bottom-color: transparent;
    cursor: default;
    background: #8e172d;
    border-bottom: 2px solid #8e172d;
}
.nav-tabs > li > a[href="#waive_users"]:hover,
.users-data-table-th {
    color: #8e172d;
}
.nav-tabs > li > a[href="#users"]:hover,
.users-data-table-th {
    color: #8e172d;
}
.nav-tabs > li.active > a[href="#invoices"],
.nav-tabs > li.active > a[href="#invoices"]:focus,
.nav-tabs > li.active > a[href="#invoices"]:hover {
    color: #fff;
    border: 1px solid #8e172d;
    border-bottom-color: transparent;
    cursor: default;
    background: #8e172d;
    border-bottom: 2px solid #8e172d;
}
.nav-tabs > li {
    margin-left: 20px;
    font-size: 16px;
}
.invoice-data-table-th,
.nav-tabs > li > a[href="#invoices"]:hover {
    color: #8e172d;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
    color: #fff;
    border: 1px solid #8e172d;
    border-bottom-color: transparent;
    cursor: default;
    background: #8e172d;
    border-bottom: 2px solid #8e172d;
}
.nav-tabs > li > a:hover {
    color: #8e172d;
}
/* .nav-tabs > li.active > a[href="#compliance"],
.nav-tabs > li.active > a[href="#compliance"]:focus,
.nav-tabs > li.active > a[href="#compliance"]:hover {
    color: #fff;
    border: 1px solid #8e172d;
    border-bottom-color: transparent;
    cursor: default;
    background: #8e172d;
    border-bottom: 2px solid #8e172d;
}
.nav-tabs > li > a[href="#compliance"]:hover {
    color: #8e172d;
} */
.pac-icon .pac-icon-marker {
    display: none;
}
.nav-tabs {
    border-bottom: 1px solid #8e172d;
}
.edit-address-book-fa,
.edit-user-fa {
    animation: 0.2s ease-in-out;
    color: #737881;
    font-size: 1.1em;
    padding: 0 15px;
}
.edit-address-book-fa:hover {
    /* color: #21a9e1; */
    opacity: 1;
}
.edit-user-fa:hover {
    /* color: #7a5bb8; */
    opacity: 1;
}
.table > thead > tr > th {
    border-bottom: none;
}
.new-order-main-btn {
    float: right;
    font-size: 1em;
    margin: 0;
    background: #8e172d;
    color: #eee;
    border: solid 1px #8e172d;
}
.new-order-main-btn:hover {
    background: #eee;
    color: #8e172d;
}
.modal-content .greyBtn {
    background: #737881;
    border: 1px solid #737881;
    color: #fff;
}
th {
    cursor: pointer;
}
th.default-th {
    cursor: default !important;
}
.fa-sort,
.fa-sort-asc,
.fa-sort-desc {
    margin: 0;
    margin-left: 5px;
}
#orders_table1 th {
    color: #8d8d8d;
}
.nav-tabs > li {
    margin-left: 15px;
}
div.pager {
    text-align: center;
    margin: 1em 0;
}
div.pager span {
    display: inline-block;
    width: 1.8em;
    height: 1.8em;
    line-height: 1.8;
    text-align: center;
    cursor: pointer;
    background: #000;
    color: #fff;
    margin-right: 0.5em;
}
div.pager span.active {
    background: #c00;
}
.compliance-ad-div {
    border: solid 1px #a03374;
    padding: 20px;
    border-radius: 4px;
}
.compliance-ad-div .card {
    margin: 15px 0;
    border: 1px solid #a03374;
}
.compliance-ad-div h3 {
    margin: 15px 0;
}
.compliance-ad-div .row {
    margin: 0;
}
.compliance-ad-div .col-md-6 {
    padding: 0;
    margin: 0 15px;
}
.compliance-ad-div .col-md-2 {
    margin-right: 20px;
    padding: 0;
    background: linear-gradient(to right, #cc2b5e, #753a88);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.compliance-ad-div .col-md-10 {
    padding: 0;
}
.compliance-ad-div h3 {
    padding-bottom: 15px;
    margin-right: 15px;
    border-bottom: solid 1px #ccc;
    font-weight: 700;
    color: #753a88;
}
.compliance-ad-div p {
    line-height: 25px;
    padding: 0 15px 0 0;
    text-align: justify;
    font-weight: 400;
}
.compliance-btn {
    padding: 20px;
    background: 0 0;
    font-size: 25px;
    border: solid 3px #cc2b5e;
    border-radius: 0;
    color: #cc2b5e;
    font-weight: 700;
    text-transform: uppercase;
    width: 300px;
    letter-spacing: 2px;
    animation: 0.5s ease-in !important;
}
.compliance-btn:hover {
    opacity: 1;
    background: linear-gradient(to right, #cc2b5e, #753a88);
    color: #fff;
}
table,
table thead {
    border-top: none !important;
    border: none !important;
}
th {
    cursor: default;
}
#feedbacklabelspan {
    font-size: 15px;
    max-width: 200px !important;
}
.alert-top-div {
    width: 50%;
    background: #ffdabd;
    border-radius: 4px;
    position: absolute;
    top: 80px;
    margin: 0 auto;
    left: 25%;
    padding: 20px 25px;
    font-size: 16px;
    color: #111;
    font-weight: 650;
    letter-spacing: 0.5px;
}
.alert-fa-close {
    position: absolute;
    right: 15px;
    top: 20px;
    font-size: 20px !important;
    cursor: pointer;
}
.alert-fa-close:hover {
    opacity: 0.6;
}

#page-header {
    position: relative;
}

.default-a {
    color: #fff;
}

.card_header {
    background-color: #454a54 !important;
    border-color: #8b8c8e !important;
}

.panel-default > .panel-heading {
    color: #373e4a;
    background-color: #454a54;
    border-color: #454a54;
    padding: 0;
}

.panel .panel-default {
    background-color: #454a54 !important;
    border-color: #454a54 !important;
}