/* Add here all your css styles (customizations) */

/* Header */
.header {
    background-color: #272727;
    border-bottom: 1px solid #989898;
}

/* Reduces the white space at the top of the content pages. */
.content {
    padding-top: 20px;
}
/* Formats Header 1 */
h1 {
    padding-bottom: 5px;
    display: inline-block;
    border-bottom: 2px solid #72c02c;
}
/* List styling only for lists in the content area (left side) of the page. */
#main-ape-content li {
	margin-bottom: 10px;
}
/* Image styling only for images in the content area (left side) of the page. */
#main-ape-content img {
    margin-top: 15px;
    margin-bottom: 25px;
}

#main-ape-content a {
    color: green;
}
/* Top most menu (help|login) */
.header .topbar ul.loginbar > li > a,
.header .topbar ul.loginbar > li > a:hover {
    color: white;
}
/* Main navigation bar. */
.header .navbar-nav > li > a {
    color: whitesmoke;
}
/* Nav items inside the dropdown menu. */
.header .navbar-nav > li > ul > li > a:hover {
    color: green;
}
/*.menu-highlight {
	background-color: lightgoldenrodyellow;
}*/
.header .dropdown-menu li a.redlink {
    color: red;
}


/* Panel Ape (green) */
/*.panel-heading {
	margin: 2px;
}*/

.panel-ape {
    text-align: center;
    border: 1px solid #555;
    margin-bottom: 20px;
    width: 90%;
}

    .panel-ape > .panel-heading {
        background: #edf1ed;
        text-align: center;
        color: #555 !important;
    }

    .panel-ape .panel-heading a {
        color: #555 !important;
        text-align: center;
    }

.panel-heading-link {
    color: white !important;
}

.panel-ape:hover {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 6px 20px 0 rgba(0, 0, 0, 0.08);
}

.panel-ape .img-responsive {
    margin: 0 auto;
}

/* For multiline text boxes */
textarea {
    width: 100%;
}
/* Vertical alignment in div's */
.vertical-align {
    display: flex;
    align-items: center;
}
/* Error Page(s) */
.error-v1 {
    text-align: center;
}

    .error-v1 span {
        color: #555;
        display: block;
        font-size: 35px;
        font-weight: 200;
    }

        .error-v1 span.error-v1-title {
            color: #777;
            font-size: 180px;
            line-height: 200px;
            padding-bottom: 20px;
        }

/* Background hover color - used by shopping cart*/
.bg-light:hover {
    background-color: #d7fbb6;
}

.table-div {
    border-bottom: solid 1px #777;
    padding: 10px 15px;
}


/* Remove spinners from number inputs */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}
/* Vertical align fields in shopping cart table */
@media (min-width: 992px) {
    .cart-vertical-align {
        display: flex;
        align-items: center;
    }
}

@media (max-width: 768px) {
    .cart-vertical-align-text {
        margin-top: 6px;
    }

    .sm-hide {
        display: none;
    }

    .no-pad {
        padding: 10px 0 !important;
    }

    .margin-trial {
        margin-bottom: 9px !important;
        margin-top: 8px;
    }
}

/* Alerts: Top of Page */
.alert {
    border-radius: 15px;
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
}


.footer-v1 .footer {
    padding: 10px 0;
}

.footer-v1 .copyright {
    padding: 2px !important;
}

.headline {
    margin: 10px 0 !important;
}

/*Media Queries*/
@media (min-width:992px) and (max-width:1199px) {
    .hp-download {
        width: 100% !important;
    }

    .hp-box {
        height: 288px !important;
    }

    .hp-padding-8 {
        padding: 50px !important;
    }

    .hp-padding-2 {
        padding: 70px 0px !important;
    }

    .terminal-price-2 {
        font-size: 15px !important;
    }

    .terminal-price {
        margin-bottom: 15px !important;
        margin-top: 7px !important;
    }

    .terminal-price-3{
        font-size: 11px !important;
    }
}

@media (width:768px) {

    .seats-dd {
        width: 60% !important;
    }

    .renew-box, .mobile-hr {
        display: none !important;
    }
    .terminal-price-2 {
        font-size: 20px !important;
    }
    .terminal-price {
        margin-bottom: 8px !important;
    }

    rds-box {
        width: 70% !important;
    }
}

@media (min-width:1200px) {
    .hp-box {
        height: 250px !important;
    }
}

@media (max-width:991px) {

    .hp-box {
        height: 155px !important;
    }

    .hp-box-2 {
        height: 205px !important;
        width: 90% !important;
    }

    .hp-padding {
        text-align: center;
    }

    .hp-padding-2 {
        padding: 50px 0px !important;
    }

    .hp-padding-3 {
        padding: 15px 30px !important;
    }

    .hp-padding-8 {
        padding: 50px !important;
    }

    .hp-padding-9 {
        padding: 15px 0 !important;
    }

    .hp-download {
        width: 80% !important;
        margin: 0 75px !important;
    }

    .hp-padding-10 {
        margin-left: 30px !important;
    }

    .hp-align {
        text-align: left !important;
        padding: 15px !important;
    }

    .hp-padding-2 {
        text-align: left !important;
    }
        .rds-box {
        width: 70% !important;
    }
    .cookie-message {
        font-size:9px;
    }
}

/*Tablets or small windows*/
@media (min-width:600px) and (max-width:1024px) {
    .w3-modal-content {
        margin: 0 20px !important;
        width: auto !important;
    }

    .w3-modal {
        padding-top: 100px
    }

    .w3-mobile {
        display: block;
        width: 100% !important
    }

    .hp-no-p {
        padding-top: 5px !important;
    }

    .sm-size {
        width: 50% !important;
    }

    .terminal-price {
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .pdb {
        padding-bottom: 20px;
    }

    .ape-login {
        width: 55% !important;
    }
}

@media (min-width:1200px) and (max-width:1499px) {
    .w3-modal-content {
        width: 80% !important;
    }

    .seats-dd {
        width: 80% !important;
    }
}

@media (min-width:1500px) and (max-width:1679px) {
    .w3-modal-content {
        width: 70% !important;
    }
}

/*all mobile phones*/
@media (min-device-width:320px) and (max-device-width:599px) {
    .hp-box {
        height: auto !important;
        padding: 10px !important;
    }

    .hp-download {
        width: 95% !important;
        margin: 0 10px !important;
    }

    .hp-box-2 {
        padding: 15px !important;
        height: auto !important;
    }

    .hp-padding-2 {
        padding: 50px 0px 55px 0px !important;
    }

    .hp-padding-4 {
        padding: 0 !important;
        text-align: center
    }

    .hp-padding-6 {
        padding: 15px 15px 30px 15px !important;
    }

    .hp-padding-8 {
        padding: 0px !important;
    }

    .hp-container {
        padding: 30px 0 !important;
    }

    .hp-h3 {
        font-size: 15px !important;
    }

    .hp-h1 {
        line-height: 50px !important;
    }

    .footer-v1 .copyright {
        padding: 0 10px !important;
    }

    .hp-no-p {
        padding-top: 5px;
    }

    .sm-hide {
        display: none;
    }

    .renew-box, .mobile-hr {
        display: none !important;
    }
    .terminal-price {
        margin-bottom: 6px !important;
    }
    .ape-login {
        width: 100% !important;
    }

    .ape-logo{
        width:50% !important;
    }
}
/*smaller mobile phones*/
@media (min-device-width:320px) and (max-device-width:374px) {
    .hp-h1 {
        font-size: 40px !important;
        line-height: 50px !important;
        text-align: center;
    }

    .hp-h2-2 {
        font-size: 20px !important;
    }

    .hp-h4 {
        font-size: 15px !important;
    }

    .hp-button {
        font-size: 13px !important;
    }

    .footer-logo {
        width: 60% !important;
    }
}

/*small mobile phones*/
@media (min-device-width:375px) and (max-device-width:550px) {
    .hp-h1 {
        font-size: 45px !important;
        text-align: center;
    }

    .hp-h2-2 {
        font-size: 20px !important;
    }

    .hp-h4 {
        font-size: 16px !important;
    }

    .hp-button {
        font-size: 15px !important;
    }

    .hp-no-p {
        padding: 0px !important;
    }

    .footer-logo {
        width: 40% !important;
    }

}

/*print css*/
@media print {
    .noprint {
        display: none !important;
    }

    #topcontrol {
        display: none !important;
    }

    #hideme {
        display: none !important;
    }

    .submitBtn {
        display: none !important;
    }

    .col-md-6 {
        width: 50%;
        float: left;
    }

    select {
        border: 0;
        font: 14px;
        overflow: hidden;
        resize: none;
    }

    .hideborder {
        border: none !important;
        padding: 0 !important
    }

    .content {
        padding-top: 5px;
    }

    a:link:after, a:visited:after {
        content: "";
    }

    iframe {
        display: none !important;
    }

    .embed-responsive {
        display: none !important;
    }
    .hide-labels {
        display: none !important;
    }

    .printshow {
        display:block !important;
    }
}


/*Home Page*/

/*Headings & Text*/
.hp-h1 {
    font-size: 60px;
    line-height: 70px;
    border-bottom: none;
    color: white;
    font-weight: 700;
    text-shadow: 2px 2px 4px #555;
    text-transform: uppercase;
    font-family: inherit;
    padding: 0px 20px;
}

.hp-h2 {
    font-size: 22px !important;
    font-family: 'Franklin Gothic Medium', Arial, sans-serif;
}

.hp-h2-1 {
    font-size: 20px !important;
}

.hp-h2-2 {
    color: white;
    font-weight: 900;
    text-transform: uppercase;
}

.hp-h3-2{
    font-size:19px;
    font-weight:500;
}
.hp-h4 {
    color: white;
}

.hp-h5 {
    font-size: 14px !important;
    padding-bottom: 10px;
}

.hp-form {
    width: 100% !important;
}

.hp-responsive-form {
    width: 100% !important;
}

.hp-label {
    font-size: 14px !important;
}

.hp-label-2 {
    position: relative;
    top: -4px;
    padding-right: 5px;
}

.hp-form-control {
    font-size: 14px;
}

.required:after {
    content: " *";
    font-weight: bold;
    color: red;
}

.sng {
    color: grey;
    font-size: smaller;
    font-family: "Open Sans", Arial, sans-serif;
}

.sng2 {
    color: grey;
    font-size: 11px;
    font-family: "Open Sans", Arial, sans-serif;
}

.hp-b {
    font-weight: 800 !important;
}

.hp-h3 {
    color: white;
    padding: 0 15px !important;
}

.hp-align {
    text-align: left;
}

.hp-p-1 {
    font-size: 14px;
    font-family: "Open Sans", Arial, sans-serif;
}

.hp-ul {
    padding-left: 15px !important;
    text-align: left !important;
}

/*Padding*/
.hp-padding {
    padding: 5px 0px;
}

.no-pm-2 {
    padding: 0px 5px 0px 5px !important;
}

.hp-padding-2 {
    padding: 100px 0px 100px 0px;
}

.hp-padding-3 {
    padding: 15px 0px;
}

.hp-padding-6 {
    padding: 25px 10px;
}

.hp-padding-8 {
    text-align: center;
    padding-bottom: 5px;
}

.hp-padding-9 {
    padding-top: 30px;
}

.hp-p {
    font-size: 14px;
}

.hp-no-p {
    padding-top: 12px;
}

.hp-padding-10 {
    padding: 10px 15px 0px 15px;
}

.hp-padding-11 {
    padding: 5px 0 !important;
}

.padding-tb {
    padding: 20px 0;
}

/*Sections & Boxes*/
.hp-bg-img {
    background: #bacaba url(/images/gauge-blocks.png) !important;
    background-position: center top;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-attachment: fixed !important;
    box-shadow: 0 3000px rgba(0, 0, 0, 0.2) inset;
}

.hp-download {
    padding: 20px 25px 25px 25px;
    width: 90%;
    background-color: #edf1ed;
    border: 1px solid #bbb;
    box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.1);
}

.hp-box {
    background-color: white;
    padding: 18px;
    margin-bottom: 30px;
    vertical-align: top;
    border: 1px solid lightgray;
    height: 235px;
}

    .hp-box:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.10);
    }

.hp-box-2 {
    background-color: white;
    border: 1px solid #eee;
    padding: 20px;
    margin: 30px 0px;
    vertical-align: top;
    height: 225px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}

.hp-box-3 {
    border: 1px solid #eee;
    padding: 20px;
    margin: 30px 15px;
    vertical-align: middle;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}


.hp-cc {
    border-top: 1px dotted #eee;
    border-bottom: 1px dotted #eee;
    background-color: #fafafa;
}

.hp-container {
    padding-top: 25px !important;
}
/*Buttons & Icons*/

.hp-icon {
    width: 16px;
    height: 13px;
    padding: 0px 2px;
    position: relative;
    top: -1.3px;
}

.lp-icon-4 {
    color: #72c02c;
    font-size: 16px;
    padding-top: 7px;
}

.hp-icon-o {
    color: #72c02c !important;
    border: 1px solid #72c02c !important;
}

.hp-icon-o2 {
    color: #555 !important;
    border: 1px solid #555 !important;
}

.hp-button {
    color: white !important;
    font-size: 16px;
    font-weight: 600;
    letter-spacing:1px;
}

    .hp-button:hover {
        color: white !important;
        /*box-shadow: 0px 15px 20px rgba(76, 128, 30, 0.5);
        transform: translateY(-6px);*/
    }

    .btn-u:disabled{
        cursor:progress;
    }

.hp-button-2 {
font-weight:600;
letter-spacing:1px;

}

    .hp-button-2:visited {
        color: white !important;
    }

.icon-sm {
    text-align: center !important;
}

.btnaccess {
    background-color: #ad4747;
    color: white !important;
    font-size:18px;
}

    .btnaccess:hover {
        background-color: #b94c4c;
    }
.f18 {
    font-size: 18px;
}

.icon-bg-g {
    background: #777;
    color: #fff !important;
    border-color: transparent;
}

.icon-g {
    color: #777 !important;
}

/*Carousel modifications*/
.carousel-control .glyphicon-chevron-right, .carousel-control .icon-next {
    right: -15px;
}

.carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
    left: -15px;
}

.carousel-control.right {
    background-image: none;
    color: #555;
}

    .carousel-control.right:hover {
        background-image: none;
    }

.carousel-control.left:hover {
    background-image: none;
}

.carousel-control.left {
    background-image: none;
    color: #555 !important;
}

.lp-modal-img {
    width: 100% !important;
}

/*Misc*/

.freeTrialbtn {
    position: relative;
    top: -40px;
}

.cookie-banner {
    position: fixed;
    z-index: 1000;
    bottom: 10px;
    left: 10%;
    right: 10%;
    width: 80%;
    height: 25px;
    padding: 25px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #b4bab4;
    border-radius: 2px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.cookie-message {
    color: white;
    padding-top: 10px;
    font-family: 'Open Sans', Arial, sans-serif;
}

.close {
    height: 20px;
    background-color: white;
    border: none;
    color: white;
    cursor: pointer;
    opacity: 1 !important;
    font-weight: 500 !important;
}

    .close:hover {
        color: white;
    }

.grecaptcha-badge {
    bottom: 50px !important;
}

.error-link {
    color: #555 !important;
    text-decoration: underline !important;
}

.label {
    display: inline;
    padding: 3px 6px 4px;
    font-size: 75%;
    font-weight: 500;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #72c02c;
    margin-left: 8px;
}

.options {
    text-align: center;
    background-color: white !important;
    border: 1px solid #9c9c9c;
    width: 240px;
}

    .options:hover {
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.12), 0 6px 20px 0 rgba(0, 0, 0, 0.08) !important;
    }

.maps-on {
    display: none;
}

.list-mark {
    padding-left: 17px;
}

.lp-footer {
    padding: 15px 15px 5px 15px !important;
    background-color: #222;
}


.admin-nav {
    font-family: 'Open Sans', Arial, sans-serif;
    font-size: 14px;
    color: #555;
}

.snb {
    font-size: 16px !important;
    font-weight: bold !important;
}

.admin-active {
    background-color: #72c02c;
    border-color: ActiveBorder #72c02c;
    color: white !important;
}

    .admin-active:hover {
        background-color: #72c02c !important;
        border-color: ActiveBorder #72c02c !important;
    }

* {
    box-sizing: border-box;
}


.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
}

    .price:hover {
        box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2)
    }

    .price .p-header {
        background-color: #777;
        color: white;
        font-size: 18px;
        font-family: "Open Sans", Arial, sans-serif;
        font-weight: bold;
    }

    .price li {
        border-bottom: 1px solid #eee;
        padding: 15px;
        text-align: center;
    }

    .price .grey {
        font-size: 20px;
        font-family: "Open Sans", Arial, sans-serif;
    }


.key-box {
    padding: 15px;
    border: 1px solid #777;
    display: block;
}

    .key-box:hover {
        box-shadow: 0 8px 12px 0 rgba(0,0,0,0.1)
    }

.q-box, .i-box {
    padding: 10px 15px;
    color: white;
    font-size: 18px;
    letter-spacing: 2px;
}

    .q-box:hover, .i-box:hover {
        box-shadow: 0 8px 12px 0 rgba(0,0,0,0.1)
    }

.q-box {
    background: #72c02c;
}

.i-box {
    background: #777;
}

.active-type {
    background-color: #72c02c !important;
}

.active-price {
    border: solid 1px #cacaca;
}

.click:hover {
    cursor: pointer
}

.terminal-price {
    margin-bottom: 12px;
    margin-top: 6px;
}

.terminal-price-2 {
    font-size: 18px;
    padding-top:18px !important;
}

.no-pad {
    padding: 0;
}

.margin-trial {
    margin-bottom: 0;
}

.renew-box {
    padding: 10px;
    background-color: white;
    color: #777;
    margin-top: 20px;
    border: 1px solid #eee;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10), 0 6px 20px 0 rgba(0, 0, 0, 0.01);
    width: 80%;
}

    .renew-box:hover {
        transform: translateY(-6px);
        transition: all 0.3s ease 0s;
    }

.seats-dd {
    border: 1px solid #ddd;
    padding: 15px;
    width: 80%;
}

.btn-dark {
    color: white !important;
    background-color: #777;
}

.ape-btn:hover {
    color: white !important;
    background-color: #777;
}
.trial:hover{
    color:#72c02c !important;
}

.ape-login {
    box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.09);
    border: 1px solid #eee;
    padding: 35px;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 40%;
}

@keyframes float {
    50% {
        transform: translate(0, 10px);
    }
}

.cta {
    animation: float 3s ease-out infinite !important;
}

/*.hp-button-3{
    background-color:white;
    color: #555;
    font-weight:600;
    font-size:16px;
    letter-spacing:1px;
}*/

.legend {
    border: 1px solid #777;
}

    .legend td {
        padding: 7px;
        font-size:smaller;
    }

.legend-new {
    color:dodgerblue;
    font-size:9px;
    font-weight:800;
}

.legend-update {
    color: red;
    font-size: 9px;
    font-weight: 800;
}

.img-center {
    display: flex;
    justify-content: center;
}

.ape-feedback {
    box-shadow: 0 20px 25px -12px rgba(0, 0, 0, 0.09);
    border: 1px solid #eee;
    padding: 50px;
    margin-top: 40px;
    margin-bottom: 40px;
    width: 70%;
}

.search-form {
    margin: 0px;
    margin-top: 4px;
    background: white;
    border: 1px solid white;
    padding-left: 3px;
}

.btn-search {
    background-color: #272727;
    border: solid 2px white !important;
}
.btn-search-2 {
    background-color: #272727;
    border: solid 2px #272727 !important;
}
    .btn-search .btn-search-2 :hover {
        background-color: #72c02c;
    }

.search-bar{
    border:none !important;
}

.search-bar-2 {
    border: 1px solid #272727 !important;
    padding: 2px 2px 2px 3px;
}

.search-td {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 8pt;
}
.rds-box {
    background-color: white;
    border: 1px solid #eee;
    padding: 15px;
    margin: 30px 0px;
    vertical-align: top;
    height: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10), 0 6px 20px 0 rgba(0, 0, 0, 0.05);
}