@font-face {
    font-family: proxima-regular;
    src: url(../fonts/proxima-regular.woff);
}

* {
    margin: 0;
    font-size: 0;
    padding: 0;
    box-sizing: border-box;
    border: 0;
}

input::-ms-clear {
    display: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance: textfield;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width: 10px;
    background-color: #239cd7 !important;
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
    overflow: hidden;
    font-family: proxima-regular;
}

.info-icon {
    vertical-align: middle;
}

.container-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    color: #0f5e80;
}

.background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.background-image img {
    width: 100%;
    height: 100%;
}

.header {
    position: relative;
    width: 100%;
    padding: 30px 5%;
    background-color: #00364d;
    
    
}

.logo {
    width: 150px;
    position: relative;
    margin-right: 20px;
    display: inline-block;
    vertical-align: middle;
}

.logo img {
    height: 40%; /* Scale down the height */
    width: auto;
}

.logo:after {
    content: '|';
    background-color: #c4c4c4;
    width: 2px;
    height: 100%;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

.header-text {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}

.header-text h2 {
    font-size: 20px;
    color: #fff;
    margin: 0;
}

.content-wrapper {
    width: 100%;
    padding: 1.5% 5% 1% 2.5%;
    height: 88%;
    background: #1b2a33;
}

.content-box {
    width: 60%;
    display: inline-block;
    vertical-align: middle;
}

#overflow-block {
    height: 94%;
    overflow-y: auto;
    margin-right: 5%;
}

.content-box.less-width {
    width: 35%;
}

.content-box-result {
    width: 100%;
    margin: auto;
    background-color: #e5e5e5;
    border-radius: 5px;
    padding: 30px;
}

.content-box-result p {
    font-size: 15px;
    color: #9e9e9e;
    margin: 0;
}

.content-box-result h3 {
    font-size: 20px;
    text-align: center;
    color: #7b7c7c;
}

.content-box-result h4, .content-box-result h4 a {
    font-size: 18px;
    text-align: center;
    color: #7b7c7c;
}

.content-box-result h4 a {
    color: #337ab7;
}

.calc-input-box {
    margin: 3% 0;
    position: relative;
    padding-left: 4%;
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #6db33f;
}

.calc-input-box-text {
    width: 65%;
    display: inline-block;
    vertical-align: middle;
}

@media screen and (min-width: ) {

}

.dropdown-menu {
    left: -1px;
    min-width: 132px;
}

.dropdown-backdrop {
    display: none;
}

.calc-input-box-text p, .calc-input-box-text p strong, .calc-input-box-text p span {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.no-break {
    display: inline-block;
}

.calc-input-box-input {
    position: relative;
    width: 35%;
    display: inline-block;
    vertical-align: middle;
}

.calc-input-box-input p {
    color: #fff;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    width: 144px;
    margin: 0;
}

.calc-input-box-input input[type="number"], .calc-input-box-input input.number {
    font-size: 15px;
    line-height: 15px;
    color: #000;
    text-align: center;
    width: 130px;
    height: 22px;
    margin: 0 3%;
}

.radio-btn {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3%;
}

.radio-btn label {
    font-size: 16px;
    color: #fff;
}

input[type="radio"] {
    background-color: transparent;
    font-size: 16px;
    color: #fff;
    width: 18px;
    margin: 0 6px 0 0;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #fff;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    border-radius: 100%;
    background: #fff;
}

[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 12px;
    height: 12px;
    background: #6db33f;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

/*input:checked {
    background-color: green;
}*/
.pull-left {
    font-size: 16px;
    line-height: 19px;
    float: unset !important;
}

.selectpicker {
    display: none;
}

.bootstrap-select {
    width: 130px;
}

.bootstrap-select .btn {
    width: 100%;
    display: flex;
    height: 22px;
    align-items: center;
    justify-content: center;
}


.btn {
    display: inline-block;
    padding: 0px 0 0 5px;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1;
    border-radius: 0;
}

.caret {
    display: none;
    border: none;
    background-image: url(../images/chevron-down.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 18px 18px;
    width: 18px;
    height: 18px;
}

.btn .caret {
    margin-left: 5px;
}

.btn-group, .btn-group-vertical {
    margin-left: 3%;
}

.dropdown-menu > li > a > span {
    font-size: 16px;
}

.glyphicon {
    display: none;
}

.dropdown-menu.open {
    height: 212px;
}

.dropdown-menu.inner {
    top: 0;
}

a:focus {
    outline: 0px auto -webkit-focus-ring-color;
    outline-offset: 0;
}

#small-height .dropdown-menu.open {
    height: 71px;
}

.footer {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 3%;
    padding: 1.5% 1.5% 0;
}

.footer .footer-border {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 3px;
}

.footer p {
    color: #fff;
    font-size: 15px;
    margin: 0;
}

.rs-handle.rs-move {
    display: none;
}

.rs-path-color {
    background-color: #d0d0d0;
}

.rs-range-color {
    background-color: #4baed9;
    /*background-color: #1b2a33;*/
}

.rs-border {
    border: none;
}

.result-wrapper {
    margin: auto;
    position: relative;
}

.calc-result-overlay {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    left: 0;
    z-index: 9999;
    background-color: transparent;
}

.calc-result {
    margin: 10% auto;
}

.rs-tooltip-text {
    font-size: 18px;
    font-weight: bold;
}

.content-box.resp-design {
    display: none;
}

.green-btn {
    position: absolute;
    top: 2px;
    left: 0px;
    width: 22px;
    height: 22px;
    background-color: #6db33f;
    border-radius: 500px;
    cursor: pointer;
}

.green-btn:hover {
    border: 1px solid #6db33f;
    background-color: #ffffff;
}

.green-btn i {
    width: 7px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s all ease-in-out;
}

.green-btn:hover i {
    background-color: #6db33f;
}

.green-btn i:first-child {
    transform: rotate(45deg);
    left: 5px;
}

.green-btn i:last-child {
    transform: rotate(-45deg);
    left: 10px;
}

.green-btn i:first-child.active {
    transform: rotate(-45deg);
    left: 5px;
}

.green-btn i:last-child.active {
    transform: rotate(45deg);
    left: 10px;
}

.calc-input-details {
    display: none;
    width: 80%;
    padding: 20px 0 0;
}

/*.calc-input-details.active{
    height: auto;
}*/
.calc-input-details p {
    color: #fff;
    font-size: 16px;
}

.show-result {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100px;
    display: none;
}

.show-result img {
    width: 100%;
}

.mobile-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999;
    bottom: -100%;
    display: none;
    transition: 1.5s all ease-in-out;
}

.animated {
    animation-duration: 0.5s;
    animation-fill-mode: both;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, -45%, 0);
    }
}

.slideInUp {
    animation-name: slideInUp;
}

@keyframes slideInDown {
    from {
        transform: translate3d(0, -45%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 100%, 0);
    }
}

.slideInDown {
    animation-name: slideInDown;
}

.error {
    position: absolute;
    top: 2px;
    right: 40px;
    color: rgb(255, 0, 0);
    font-size: 12px;
    text-align: center;
    display: none;
}

.calc-input-box.hide-network, .calc-result-vms, .calc-result-rpo {
    display: none;
}

.full .rs-tooltip {
    top: 50%;
    left: 50%;
    margin: 0 !important;
    transform: translateX(-50%) translateY(-50%);
}

.calc-result-twice {
    display: block;
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 6% 0;
    text-align: center;
    border-bottom: 1px solid #848484;
}

.calc-result-twice h5 {
    font-size: 20px;
    color: #848484;
    margin: 0 auto;
}

.calc-result-twice-content {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5%;
}

.calc-result-twice:last-child {
    border-bottom: 0;
}

.calc-result-twice-content img {
    width: 50%;
    margin: 10% auto;
    float: right;
}

.calc-result-twice-content p {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    text-align: left;
}

.rpo-text, .rpo-text-under {
    display: none;
}

/* footer link css */
.footer p {
    display: inline-block;
}

.footer .footer-links {
    display: inline-block;
    margin-left: 50px;
}

.footer .footer-links a {
    color: #fff;
    font-size: 15px;
    margin-right: 20px;
    text-decoration: none;
}

/* evidon banner css */
.evidon-banner div, .evidon-banner div a {
    font-size: 16px !important;
    font-family: proxima-regular;
}

button#_evidon-accept-button, #_evidon-button-text.evidon-consent-button-text {
    font-size: 14px;
}

@media only screen and (min-width: 1920px) {
    #overflow-block {
        height: 100%;
    }

    .footer {
        display: block;
        width: 90%;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 25px;
        padding: 1.5% 1.5% 0;
    }

    .content-wrapper {
        width: 100%;
        padding: 5% 5% 4%;
    }

    .rs-tooltip-text {
        font-size: 30px;
    }

    .content-wrapper {
        height: 81%;
    }

    .calc-input-box-text p, .calc-input-box-text p strong {
        font-size: 20px;
    }

    .content-box-result h3 {
        font-size: 27px;
    }

    .content-box-result h4, .content-box-result h4 a {
        font-size: 20px;
    }

    .content-box-result p {
        font-size: 18px;
    }

    .calc-result-twice-content p {
        font-size: 35px;
    }

    .calc-result-twice-content img {
        width: 60%;
    }

    .calc-result-twice h5 {
        font-size: 22px;
    }

    .calc-result-twice-content img {
        margin: 11.5% auto;
    }
}

@media only screen and (max-width: 1366px) {
    .footer {
        margin-top: 2%;
        padding: 1% 1.5% 0;
    }

    .header {
        padding: 22px 5%;
    }

    /*.calc-result-twice {
        padding: 2% 0;
    }*/
    .calc-result-twice h5 {
        font-size: 18px;
    }

    .calc-result-twice-content p {
        font-size: 25px !important;
    }

    .calc-result-twice-content img {
        width: 54.5%;
        margin: 2.5% auto;
    }

    [type="radio"]:checked + label:before, [type="radio"]:not(:checked) + label:before {
        width: 15px;
        height: 15px;
    }

    [type="radio"]:checked + label:after, [type="radio"]:not(:checked) + label:after {
        width: 9px;
        height: 9px;
    }

    [type="radio"]:checked + label, [type="radio"]:not(:checked) + label {
        padding-left: 22px;
    }
}

@media only screen and (max-width: 1300px) {
    .calc-input-box-input {
        width: 48%;
    }

    .calc-input-box-text {
        width: 52%;
    }

    #overflow-block {
        margin-right: 2%;
    }

    .content-box.less-width {
        width: 38%;
    }

    .content-box-result p {
        font-size: 14px;
    }

    .content-box-result h3 {
        font-size: 18px;
    }

    .content-box-result h4, .content-box-result h4 a {
        font-size: 16px;
    }

    .content-box-result h4 a {
        color: #337ab7;
    }

    .content-wrapper {
        padding: 4% 5% 4% 2.5%;
    }

    .footer {
        margin-top: 4%;
    }
}

@media only screen and (max-width: 1024px) {
    .content-box-result {
        padding: 20px;
    }

    #overflow-block {
        height: 85%;
    }

    .header {
        padding: 20px 5%;
    }

    .result-wrapper {
        margin: 0 auto;
    }

    .calc-result-twice-content img {
        margin: 14.5% auto;
    }

    .calc-result {
        margin: 15.4% auto;
    }

    .content-wrapper {
        padding: 4% 5% 8% 2.5%;
    }
}

@media only screen and (max-width: 940px) {
    .content-box.less-width {
        display: none;
    }

    .content-wrapper {
        padding: 4% 5% 8%;
    }

    .content-box.resp-design {
        display: block;
    }

    .content-box {
        width: 90%;
        display: block;
        margin: auto;
    }

    #overflow-block {
        height: 44%;
        overflow-y: auto;
        margin-right: auto;
        margin: 4% auto;
    }

    .content-box-result h3 {
        font-size: 20px;
    }

    .content-box-result p {
        font-size: 18px;
    }

    .footer {
        margin: 4% auto 0;
        width: 90%;
    }

    .calc-result {
        margin: 8% auto;
    }

    .calc-result-twice-content img {
        width: 37%;
        margin: 5% auto;
    }

    .calc-result-twice {
        padding: 1.72% 0;
    }

    .footer .footer-links {
        margin-left: 0;
        margin-top: 10px;
        display: block;
    }
}

@media only screen and (max-width: 767px) {
    .header-text {
        padding: 0 6px;
    }

    .mCSB_inside > .mCSB_container {
        margin-right: 5px;
    }

    .content-wrapper {
        padding: 4% 5% 6%;
    }

    .header-text h2 {
        font-size: 18px;
    }

    .logo {
        width: 100px;
        margin-right: 5px;
    }

    .logo:after {
        right: -5px;
    }

    .content-box {
        width: 100%;
    }

    #overflow-block {
        display: none;
    }

    .calc-input-box {
        padding-left: 7%;
    }

    .calc-input-box-text p, .calc-input-box-text p strong {
        color: #000;
    }

    .footer {
        margin: 26% auto 0;
        width: 98%;
    }

    .content-box-result h3 {
        font-size: 20px;
    }

    .content-box-result p {
        font-size: 15px;
    }

    .content-box-result h3 {
        font-size: 17px;
    }

    .footer p {
        font-size: 10px;
        margin: 10px 0;
    }

    .show-result {
        display: block;
    }

    #overflow-block {
        width: 98%;
        padding: 0;
        background-color: #f0f0f0;
        position: fixed;
        left: 0;
        right: 0;
        z-index: 999999;
        height: 65%;
        margin: 0 auto;
        overflow-y: hidden;
    }

    .content-box-content-wrapper {
        margin: 7% 0 0;
        padding: 0 2%;
        height: 83%;
        overflow-y: auto;
    }

    .radio-btn label {
        color: #000;
        display: block;
    }

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        color: #000;
    }

    .calc-input-box-input input[type="number"], .calc-input-box-input input.number {
        width: 110px;
        background-color: #e7e7e7;
    }

    .calc-input-details p, .calc-input-box-input p {
        color: #000;
    }

    .pull-left {
        font-size: 13px;
        width: 75px;
    }

    .dropdown-menu {
        right: 0;
        left: auto;
    }

    .calc-input-box-input p {
        width: 120px;
    }

    .slideInUp, .slideInDown {
        display: block !important;
    }

    .hide {
        height: 0 !important;
        padding: 0 !important;
    }

    .calc-input-box-input {
        width: 35%;
    }

    .calc-input-box-text {
        width: 65%;
    }

    .error {
        top: 24px;
        right: 0;
    }

    .calc-result-twice-content img {
        width: 47.8%;
        margin: 9% auto;
    }

    .radio-btn {
        display: block;
    }

    .footer .footer-links {
        margin-top: 0;
    }

    .footer .footer-links a {
        font-size: 10px;
    }
}

@media only screen and (max-width: 380px) {
    .calc-input-box-input {
        width: 42%;
    }

    .calc-input-box-text {
        width: 56%;
    }

    .header {
        padding: 20px 5%;
    }

    .error {
        top: 24px;
        right: 5px;
    }

    .calc-result-twice-content img {
        margin: 10.5% auto;
    }

    .footer {
        margin: 20% auto 0;
        width: 90%;

    }

    .calc-result-twice h5 {
        font-size: 14px;
    }

    .calc-result-twice-content img {
        width: 51%;
    }

    .header-text h2 {
        font-size: 16px;
    }

    .dropdown-menu.open {
        height: 150px;
        top: 21px;
    }

    .calc-input-box-input, .calc-input-box-text {
        vertical-align: top;
    }

    #small-height .dropdown-menu.open {
        height: 62px;
    }

    .content-box-result p {
        font-size: 16px;
    }

    .dropdown-menu > li > a > span {
        font-size: 12px;
    }

    .logo {
        width: 86px;
    }

    .content-box-content-wrapper {
        margin: 3% 0 0;
        /*height: 372px;*/
    }

    #overflow-block {
        height: 55%;
    }
}

@media only screen and (max-width: 360px) {
    .content-box-result p {
        font-size: 12px;
    }

    #overflow-block {
        height: 61%;
    }
}

@media only screen and (max-width: 320px) {
    .content-box-result p {
        font-size: 11px;
    }

    #overflow-block {
        height: 58%;
    }

    .content-box-result h3 {
        font-size: 14px;
        margin-bottom: 0;
    }

    .header-text h2 {
        font-size: 13px;
    }

    .header {
        padding: 15px 5%;
    }

    .footer {
        margin: 20% auto 0;
    }
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    border: none;
}
