﻿/*green: #4fb863*/
/*grey: #424242*/

#content {
    width: 100%;
    min-height: 100vh;
    transition: all 0.3s;
}

section{
    /*padding-bottom: 30px;*/
}

/*section:before {
    height: 54px;
    content: "";
    display: block;
}*/

.promo-title{
    margin-bottom: 55px;
}

.wt-navbar {
    padding: 0px;
    border-radius: 0px !important;
}

    .wt-navbar a {
        color: #69bd1f !important;
    }

        .wt-navbar a:hover {
            color: #3da71d !important;
        }

.wt-page-content {
    background: #f5f5f7;
}

.statusBar {
    margin: 0 0 40px 0;
    padding: 6px;
    background: #CCC;
}

.cornered-box {
    background: white;
    border-radius: 16px;
}

.month-table {
    border: 0px;
    background: white;
    border-radius: 16px;
}

    .month-table thead th {
        border: 0px;
    }

.green-circle-back {
    color: #4fb863; /*green*/
}

.white-text {
    color: white;
}

.active-tab {
    /*border-bottom: 3px #4fb863 solid;*/
    padding: 0px .5rem 6px .5rem !important;
    color: #424242;
}

a, a:hover, a:focus {
    transition: none
}

.btn-success {
    background-color: #4fb863;
    border-color: #4fb863;
}

.nav-left {
    padding-left: 450px;
}

.nav-right {
    padding-right: 450px;
}

.nav-link {
    padding: 0;
}

header.masthead {
    position: relative;
    background-color: #343a40;
    background: url("/images/bgMasthead.jpg") no-repeat center center;
    background-size: cover;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    min-height: 500px !important;
}

.main-title {
    text-align: center;
    /*padding-top: 50px;*/
}

    .main-title h2 {
        font-size: 35px;
        color: #424242;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        position: relative;
        padding-bottom: 16px;
        margin-bottom: 40px;
    }

        .main-title h2:before {
            content: "";
            width: 60px;
            height: 4px;
            background: #4fb863;
            position: absolute;
            left: 50%;
            bottom: 0px;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

.header-text {
    color: whitesmoke;
    max-width: 550px;
}

.wt-btn {
    background: white;
    color: #4fb863;
    line-height: 34px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
    margin-top: 0px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    border-radius: 40px;
    box-shadow: none;
    min-width: 120px;
    text-align: center;
}

    .wt-btn:hover {
        background: whitesmoke;
        text-decoration: none;
        color: black;
    }

.container-wt-gray {
    background: #f6f6f6;
}

.container-wt-white {
    background: white;
}

.icon-card {
    background: white;
    border-radius: 16px;
    text-align: center;
    min-height: 250px;
    margin-top: 20px;
    padding: 6px 20px 6px 20px;
    color: #808080;
    font-size: 11pt;
}

    .icon-card i {
        color: #4ab85f;
        padding-top: 20px;
        padding-bottom: 30px;
    }

    .icon-card h5 {
        padding-bottom: 10px;
        font-weight: 600;
    }

.container-advertisement {
    background: rgb(64,142,95);
    background: linear-gradient(90deg, rgba(64,142,95,1) 0%, rgba(74,184,95,1) 100%);
    border-radius: 16px;
    padding: 15px 40px;   
    margin-top: 40px;
}

.pricing {
    border-radius: 17px;
}

.pricing-header {
    text-align: center;
    text-transform: uppercase;
    color: white;
    border-top-left-radius: 16px !important;
    border-top-right-radius: 16px !important;
}

.pricing-row {
    color: #4ab85f;
    padding-right: 10px;
}

.pricing-row-dis {
    padding-right: 10px;
}

.pricing-cost {
    color: #4ab85f;
    text-align: center;
}

.wt-btn-green {
    border-style: solid;
    background: white;
    color: #4ab85f;
    border-color: #4ab85f;
    line-height: 34px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
    margin-top: 0px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    border-radius: 40px;
    box-shadow: none;
    min-width: 120px;
    text-align: center;
}

.wt-btn-blue {
    border-style: solid;
    background: #007bff;
    color: white;
    border-color: #007bff;
    line-height: 34px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: inline-block;
    margin-top: 0px;
    -webkit-transition: all 400ms linear 0s;
    -o-transition: all 400ms linear 0s;
    transition: all 400ms linear 0s;
    border-radius: 40px;
    box-shadow: none;
    min-width: 120px;
    text-align: center;
}

.wt-btn-blue:hover {
    color: #333;
}

#download-area {
    padding: 50px 0;
}

.os-comp{
    color: white;
    font-size: 20pt;
}

.os-comp-desc {
    color: white;
    font-size: 12pt;
}

footer a{
    color: white;
}

    footer a:hover {
        text-decoration: none;
        color: #4fb863
    }

#contacts {
    color: white;
}

.contacts-title {
    color: white;
    text-align: center;
    padding-top: 50px;
}

    .contacts-title h2 {
        font-size: 35px;
        color: white;
        font-family: "Montserrat", sans-serif;
        font-weight: 300;
        position: relative;
        padding-bottom: 16px;
        margin-bottom: 40px;
    }

        .contacts-title h2:before {
            content: "";
            width: 60px;
            height: 4px;
            background: #4fb863;
            position: absolute;
            left: 50%;
            bottom: 0px;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
        }

.contact-email a {
    color: #343a40; /*gray*/
    font-weight: 700;
}

    .contact-email a:hover {
        color: #4fb863; /*green*/
        text-decoration: none;
        font-weight: 700;
    }

.back-button {
    background: white;
    position: fixed;
    right: 40px;
    bottom: 40px;
    border-radius: 100px;
    padding: 10px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    vertical-align: text-top;
}

a.back-button{
    color: #4fb863
}

    a.back-button:hover {
        color: #343a40;
        text-decoration: none;
    }

#screen-slides{
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.screens-arrow{
    cursor: pointer;
    padding: 20px;
}

#screenApp1 {
    overflow-x: hidden;
    height: 400px;
    overflow-y: hidden;
    max-width: 1050px;
    margin: auto;
}

.scrollfix{
    padding-top: 82px;
    margin-top: -52px;
}

.features-title{
    margin-top: 40px;
    padding-bottom: 5px;
}

.screens-title {
    margin-top: 40px;
    padding-bottom: 16px;
}

.pricing-title {
    padding-top: 56px;
    padding-bottom: 16px;
}

.top-shadow {
    top: 0;
    left: 0;
    width: 100%;
    height: 82px;
    box-shadow: 0 5px 14px rgba(0,0,0,.2);
    position: fixed;
    z-index: 0;
}

.item-screen{
    display: inline-block;
    width: 240px;
    height: 400px;
}

.item-screen-container {
    height: 400px;
    width: 100%;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
}

.btn-app-login {
    line-height: 2;
    background: #398056;
    padding-bottom: 2px;
    color: white !important;
    border: 1px solid #398056;
}
    .btn-app-login:hover {
        background: #4aa56f;
    }

