/* Add here all your css styles (customizations) */

.customizedDT {
    width: 15px !important;
    float: left;
}

.customizedDD {
    margin-left: 25px !important;
}

.footer dl dd a {
    color: #dadada !important;
}

.header .logo img {
    margin: 5px 0;
}

.parallaxCounterText {
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    margin-bottom: 10px;
}

#captchaValue {
    width: 20%;
    display: inline;
}

.centerText {
    text-align: center;
}

.centerText i {
    color: #777;
}

/*About us page*/

.goldenPartner {
    color: #D4AF37 !important;
    border: solid 1px #D4AF37 !important;
}

.gesTheme {
    color: #74c52c !important;
    border: solid 1px #74c52c !important;
}

.spacerTop {
    margin-top: 50px;
}

.team-v2 img {
    margin: auto;
}

#globeIcon, .paddingBtm10 {
    padding-bottom: 15px;
}

#globeIcon img {
    margin: auto;
}

.banner-info.dark i {
    background: #777;
}

.companyEasyAccounting dt span {
    color: #72c02c;
}

/*home page / index*/

/* slider */

.slider-img {
    padding-left: 26%;
}

.slider-img1 {
    padding-left: 15%;
}

/*round image on home page*/

#subDomain {
    height: 31px;
}

.confirmationSpacer {
    padding: 15px;
}

.ui-pnotify-icon.glyphicon-ok-sign {
    top: 6px;
}

.responsiblePerson {
    border-radius: 50% !important;
    /*width: 182px;*/
    height: 225px;
}

.signature {
    /*font-family: "lucida calligraphy",arial,'sans serif';*/
    font-family: "Freestyle Script";
    font-size: 50px;
    color: #fff;
    z-index: 10;
    position: absolute;
    top: 47%;
    left: 22%;
}

.quoteText {
    margin-top: 13%;
    font-style: italic;
    font-weight: 600;
    font-size: 20px;
}

.founderDescription {
    text-align: center;
}

.productDescription {
    text-align: center;
}

.productDescription a {
    margin-top: 5%;
}

#signupForFree {
    padding-left: 17px;
    padding-right: 17px;
    margin-left: 40px;
}

#pwdMatch {
    text-align: center;
    padding-bottom: 10px;
}

#pwdStrengthIndicator {
    padding-left: 15px;
}

#subdomainAvailability i {
    margin-bottom: 15px;
    padding-top: 7px;
}

#freeRegistrationModal .modal-body {
    height: 340px;
}

@media (max-width: 768px) {
    .tabHeader2 {
        display: none !important;
    }
    .tabHeader {
        display: none !important;
    }
    .RequestForDemoText {
        padding: 30px 50px 50px 56px;
    }
    .mobile-hide {
        display: none !important;
    }
    .desktop-hide {
        display: initial !important;
    }
}

/* Landscape phones and down */

@media (max-width: 480px) {
    #captchaValue {
        width: 40%;
    }
    .signature {
        font-family: "lucida calligraphy", arial, 'sans serif';
        font-size: 28px;
        color: #fff;
        position: absolute;
        top: 57%;
        left: 25%;
    }
    .unsubscribeImg {
        width: inherit !important;
    }
    .tabHeader {
        display: none !important;
    }
    .tabHeader2 {
        display: none !important;
    }
}

/*support page*/

.who dd {
    margin-bottom: 6px;
}

.acc-v1 .panel-heading a {
    background: #EAEAEA;
}

.newsDate {
    color: #555;
}

/* footer */

#subscriptionStatus {
    margin-top: 10px;
    text-align: center;
}

/* Privacy policy */

.supportHeader {
    text-align: center;
    margin-bottom: 20px;
}

.supportHeader h2 {
    color: #72c02c;
}

/*feature page */

.service-block-v7 h3 {
    margin-bottom: 48px;
}

.title-v3-bg-last {
    margin-bottom: 20px !important;
}

.team-v2 .inner-team p {
    height: 78px;
}

.tabHeader span h3 {
    display: inline-block;
    border: inherit;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    /*background-color: #f7f7f7;*/
    background-color: #ECEBEB;
    margin-right: 2px;
    padding-left: 15px;
    padding-right: 15px;
    width: 30%;
    text-align: center;
}

.tabHeader {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    top: 51%;
    left: -20.9%;
    width: 40%;
}

.tabHeader2 span h3 {
    display: inline-block;
    border: inherit;
    border-top-left-radius: 5px !important;
    border-top-right-radius: 5px !important;
    /*background-color: #f7f7f7;*/
    background-color: #ECEBEB;
    margin-right: 1px;
    padding-left: 10px;
    padding-right: 10px;
    width: 30%;
    text-align: center;
}

.tabHeader2 {
    -webkit-transform: rotate(270deg);
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
    position: absolute;
    top: 5%;
    left: -22.9%;
    width: 44%;
}

/*progressbar*/

#progressbar {
    text-align: center;
    position: relative;
    margin-bottom: 5px;
    padding-top: 10px;
    overflow: hidden;
    background-color: rgba(0, 0, 0, 0.4);
    /*CSS counters to number the steps*/
    counter-reset: step;
}

#progressbar li {
    list-style-type: none;
    color: white;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    width: 33.33%;
    float: left;
    position: relative;
}

.signupLi {
    width: 50% !important;
}

#progressbar li:before {
    content: counter(step);
    counter-increment: step;
    width: 20px;
    line-height: 20px;
    font-weight: bold;
    display: block;
    font-size: 13px;
    color: #333;
    background: white;
    border-radius: 3px;
    margin: 0 auto 5px auto;
}

/*progressbar connectors*/

#progressbar li:after {
    content: '';
    width: 100%;
    height: 2px;
    background: white;
    position: absolute;
    left: -50%;
    top: 9px;
    /* z-index: -1; put it behind the numbers */
}

#progressbar li:first-child:after {
    /*connector not needed before the first step*/
    content: none;
}

/*marking active/completed steps green*/

/*The number of the step and the connector before it = green*/

#progressbar li.active:before, #progressbar li.active:after {
    background: #AAD480;
    color: white;
}

/* demo */

.embededVideo {
    padding-bottom: 50px;
}

.requestForDemo {
    margin-top: 100px;
    margin-left: 100px;
}

.img-hover-v2 img {
    filter: grayscale(0%);
    -webkit-filter: grayscale(0%);
}

.RequestForDemoText {
    padding: 30px 50px 50px 96px;
    text-align: justify;
}

.btn-demo {
    margin-bottom: 10px;
    background-color: #72C02C;
    font-size: 15px;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
    background-color: #72C02C;
}

.container>.nav-pills {
    margin-bottom: 15px;
}

.mb-20 {
    margin-bottom: 20px;
}

.centered-pills {
    text-align: center;
}

.centered-pills ul.nav-pills {
    display: inline-block;
}

.centered-pills li {
    display: inline;
}

.centered-pills a {
    float: left;
}

.demoTextLayout {
    padding-top: 75px;
}

.demoCenterContent {
    text-align: center;
}

.panel-heading h4 a:hover {
    text-decoration: none;
}

/* unsubscribe */

.unsubscribeText {
    display: block;
    font-size: 30px;
    color: #777777;
}

.unsubscribeDesc {
    margin-top: 5%;
}

.unsubscribeImg {
    width: 275px;
}

/*admin dashboard*/

/* below to be removed */

.customerDetailsTbl {
    margin-bottom: 15px !important;
}

.customerDetailsList {
    list-style: none;
    padding: 0px;
}

.threeTenthWide {
    width: 30% !important;
}

.oneTenthWide {
    width: 10% !important;
}

.fifteenWide {
    width: 15% !important;
}

.fiveWide {
    width: 5% !important;
}

/*above to be removed*/

.quaterCol {
    width: 25%;
}

.subdomainCol {
    width: 18%;
}

.dateOfRegistrationCol {
    width: 18%;
}

.actionCol {
    width: 15%;
    min-width: 100px;
}

.errorModalContentIcon {
    font-size: 100px;
}

#addUserResult {
    margin-bottom: 5px;
}

.linkStyleCursor {
    cursor: pointer;
}

.moduleTbl {
    width: 80% !important;
    margin: auto;
}

.moduleIcon {
    margin: auto;
    border-radius: 5px !important;
    height: 50px;
}

.moduleListStyle {
    vertical-align: middle !important;
}

.moduleNameCol {
    width: 20%;
}

#selectionModal .modal-body {
    max-height: 800px;
    overflow-y: auto;
}

.module-text {
    text-align: left !important;
}

.package-font {
    font-size: 30px !important;
}

.termsAndServiceModal {
    overflow-y: scroll;
}

#modalTerms {
    overflow: auto;
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 95%;
}

.ui-pnotify-icon span {
    font-size: 18px;
}

#subscriptionStatusId {
    margin-top: 10px;
}

/** success message styles **/

.successMessageDivider {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #72C02C !important;
}

.successMessageSecondDivider {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #72C02C !important;
}

.successMessageLastDivider {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    border-top: 1px solid #72C02C !important;
}

#customerEmail {
    margin-bottom: 60px;
}

.lh-18 {
    line-height: 18px;
}

.mb-5 {
    margin-bottom: 5px;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.banner-info {
    margin-left: 20px;
    margin-right: 20px;
}

.float-right {
    float: right;
}

.margin-left-20 {
    margin-right: 20px;
}

.no-border-bottom {
    border-bottom: none !important;
}

.purchase-btn-container {
    margin-top: 20px;
    text-align: center;
}

.features i {
    color: #72C02C;
}

.pt-0 {
    padding-top: 0px !important;
}

.quote-name {
    text-align: right;
    font-size: 17px;
    color: #72C02C;
}

#tab li {
    margin-left: 2px;
    background-color: #ecebeb;
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    margin-right: 1px;
}

.img-globe {
    height: auto;
    width: 55%;
}

#tab .nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover, #tab a:hover {
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
}

.team-spirit {
    font-size: 25px !important;
    color: #777777 !important;
}

.desktop-hide {
    display: none;
}

.pricing-section {
    padding: 0;
}

.heading-title {
    margin-bottom: 50px;
}

.pricing-table {
    border: 2px solid #e3e3e3;
    text-align: center;
    position: relative;
    padding-bottom: 40px;
    transform: translateZ(0px);
}

.pricing-table:before, .pricing-table:after {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    bottom: -2px;
    right: -2px;
    z-index: -1;
    transition: all 0.5s ease 0s;
}

.pricing-table:before {
    border-right: 2px solid #72C02C;
    border-left: 2px solid #72C02C;
    transform: scaleY(0);
    transform-origin: 100% 0 0;
}

.pricing-table:after {
    border-bottom: 2px solid #72C02C;
    border-top: 2px solid #72C02C;
    transform: scaleX(0);
    transform-origin: 0 100% 0;
}

.pricing-table:hover:before {
    transform: scaleY(1);
}

.pricing-table:hover:after {
    transform: scaleX(1);
}

.pricing-table .pricing-table-header {
    background: #72C02C;
    color: #fff;
    margin: -2px -2px 35px;
    padding: 40px 0;
}

.pricing-table .heading {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 5px 0;
    color: #fff;
}

.pricing-table .price-value {
    font-size: 72px;
    font-weight: 600;
    margin-top: 10px;
    position: relative;
    display: inline-block;
}

.pricing-table .currency {
    font-size: 45px;
    font-weight: normal;
    position: absolute;
    top: 2px;
    left: -60px;
}

.pricing-table .month {
    font-size: 20px;
    position: absolute;
    bottom: 17px;
    right: -40px;
}

.pricing-table .pricing-content {
    list-style: none;
    padding: 0;
    margin-bottom: 30px;
}

.pricing-table .pricing-content li {
    font-size: 16px;
    color: #7a7e82;
    line-height: 40px;
}

.pricing-table .read {
    display: inline-block;
    border: 2px solid #7a7e82;
    border-right: none;
    font-size: 14px;
    font-weight: 700;
    color: #7a7e82;
    padding: 9px 30px;
    position: relative;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.pricing-table .read:hover {
    border-color: #72C02C;
    color: #72C02C;
}

.pricing-table .read i {
    font-size: 19px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
    right: 15px;
    transition: all 0.3s ease 0s;
}

.pricing-table .read:hover i {
    right: 5px;
}

.pricing-table .read:before, .pricing-table .read:after {
    content: "";
    display: block;
    height: 30px;
    border-left: 2px solid #7a7e82;
    position: absolute;
    right: -11px;
    transition: all 0.3s ease 0s;
}

.pricing-table .read:before {
    bottom: -6px;
    transform: rotate(45deg);
}

.pricing-table .read:after {
    top: -6px;
    transform: rotate(-45deg);
}

.pricing-table .read:hover:before, .pricing-table .read:hover:after {
    border-left-color: #72C02C;
}

@media screen and (max-width: 990px) {
    .pricing-table {
        margin-bottom: 25px;
    }
}

#logo-footer {
    width: 264px;
    margin-left: -10px;
    margin-bottom: 20px;
}

.pr-75 {
    padding-right: 75px;
}

.copyright-text {
    text-align: center;
}

.text-description {
    text-align: justify;
}

.margin-top-15 {
    margin-top: 15px;
}

.more {
    display: none;
}

.news-link {
    margin-right: 15px;
}

.news-link:hover {
    margin-right: 15px;
    cursor: pointer;
}

.post-name-icon {
    margin-right: 5px;
}

textarea {
    resize: vertical;
}

.flex-row {
    flex-direction: row !important;
}

.card {
    overflow: hidden;
    min-width: 0;
    word-wrap: break-word;
    background-color: #ffffff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 0.125rem;
}

.p-2 {
    padding: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.align-items-stretch {
    align-items: stretch !important;
}

.flex-row {
    flex-direction: row !important;
}

.d-flex {
    display: flex !important;
}

.pricing-app {
    display: block;
    padding-bottom: 8px;
    cursor: pointer;
    box-shadow: none;
}

.pr-2 {
    padding-right: 0.5rem !important;
}

.flex-shrink-0 {
    flex-shrink: 0 !important;
}

.flex-grow-0 {
    flex-grow: 0 !important;
}

.img-fluid, .img-responsive {
    max-width: 100%;
    height: auto;
}

img {
    vertical-align: middle;
    border-style: none;
}

.pricing_app_icon {
    width: 15%;
    max-width: 50px;
}

@media (min-width: 576px) {
    .pricing_app_icon {
        width: 25%;
    }
}

.w-50 {
    width: 50% !important;
}

.justify-content-between {
    justify-content: space-between !important;
}

.flex-grow-1 {
    flex-grow: 1 !important;
}

.flex-column {
    flex-direction: column !important;
}

.pricing-app-real-name {
    line-height: 1.2;
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pricing_app_price {
    font-size: 0.85em;
    font-weight: 400;
}

.align-items-center {
    align-items: center !important;
}

.ml-4, .mx-4 {
    margin-left: 1.5rem !important;
}

.d-inline-flex {
    display: inline-flex !important;
}

.pricing_app .btn-input-number {
    padding: .07rem .2rem .07rem .2rem;
    font-size: x-small;
}

.minus-btn-border {
    border-left: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    padding: 0px 5px 0px 5px;
}

.plus-btn-border {
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    border-top: 1px solid #dee2e6;
    padding: 0px 6px 0px 6px;
}

.border {
    border: 1px solid #dee2e6;
}

.pricing_iot_boxes {
    width: 29px;
    height: 22px;
    text-align: center;
}

.tab-alert {
    margin-bottom: 20px;
}

.margin-10 {
    margin: 10px
}

.position-relative {
    position: relative !important;
}

.price-table-container {
    position: sticky !important;
    top: 160px;
}

.position-sticky {
    position: sticky !important;
    top: 160px;
}

#num-of-users-input {
    max-width: 100px;
}

/* Chrome, Safari, Edge, Opera */
.pricing_iot_boxes::-webkit-outer-spin-button, .pricing_iot_boxes::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
.pricing_iot_boxes {
    -moz-appearance: textfield;
}
.demo-tab li a:hover {
    color: inherit !important;
    background-color: inherit !important;
}
