﻿.inbox {
    border: 2px solid black;
    background-color: white;
    text-align: center;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    margin: 0 auto;
    min-width: 150px;
    max-width: 300px;
}

div.row {
    margin-bottom: 10px;
}

.tag {
    padding-left: 12.5px;
}

em {
    font-style: italic;
    font-weight: 500;
}

button.go {
    position: relative;
    font-size: 14px;
    font-weight: 900;
    min-height: 50px;
    min-width: 200px;
    border-color: #2e6da4;
    background-color: #005c5d;
    color: white;
    border: none;
    border-radius: 5px;
}


    button.go:hover, button.back:hover {
        color: #fff;
        transition: all .1s linear;
    }


button.back {
    position: relative;
    font-weight: 900;
    font-size: 14px;
    min-height: 50px;
    min-width: 200px;
    background-color: #005c5d;
    color: white;
    border: none;
    border-radius: 5px;
}

button.deal {
    max-width: 200%;
    min-width: 14em;
    width: 28em;
    max-height: unset;
    height: 14em;
    font-size: 0.8em;
    border-radius: 2em;
    color: #fff;
    background-color: #005c5d;
    border: none;
    margin: auto;
}

    button.deal span.clickhere {
        font-size: 1.1em;
    }

    button.deal h1, button.deal h2, button.deal h3, button.deal h4, button.deal h5, button.deal h6 {
        color: #fff;
    }

button.deal2 {
    max-width: 200%;
    min-width: 14em;
    width: 28em;
    max-height: unset;
    font-size: 0.8em;
    color: #000000;
    background-color: transparent;
    border: none;
    margin: auto;
   
}

button.deal2 h1, button.deal2 h2, button.deal2 h3, button.deal2 h4, button.deal2 h5, button.deal2 h6 {
    color: #fff;
}

.boxed-off {
    background-color: rgb(245,245,245);
    border: 1px solid rgb(231,231,231);
    padding: 12.5px !important;
}

.shaded {
    background-color: rgb(245,245,245);
    padding: 10px 7px 2px 10px;
}

.included, .notavailable, .upgraded {
    background-color: rgb(133,133,133);
    color: white;
    border: 0px;
    border-radius: 5px;
    font-weight: bold;
    width: 200px;
    display: inline-block;
    text-align: center;
    max-width: 100%;
    margin: 0px 5px 0px 5px;
}

.available {
    border-color: #2e6da4;
/*    background-color: #337ab7; */
background-color:  #34b5b7;
    color: #ffffff;
    border: 0px;
    border-radius: 5px;
    font-weight: bold;
    width: 200px;
    display: inline-block;
    text-align: center;
    max-width: 100%;
    margin: 0px 5px 0px 5px;
}

    .available:hover {
        color: #fff;
        background-color: #34b5b7;
        -webkit-box-shadow: 0 0 8px rgba(30,36,62,.5);
        box-shadow: 0 0 8px rgba(30,36,62,.5);
        transition: all .1s linear;
    }

.removed {
    border-color: hsl(47,56%,50%);
    background-color: hsl(47, 56%, 50%);
    color: #ffffff;
    border: 0px;
    border-radius: 5px;
    font-weight: bold;
    width: 200px;
    display: inline-block;
    text-align: center;
    max-width: 100%;
    margin: 0px 5px 0px 5px;
}

    .removed:hover {
        color: #fff;
        border-color: hsl(47,56%,50%);
        background-color: hsl(47, 56%, 50%);
        -webkit-box-shadow: 0 0 8px rgba(30,36,62,.5);
        box-shadow: 0 0 8px rgba(30,36,62,.5);
        transition: all .1s linear;
    }

.newlyincluded {
    color: #fff;
    background-color: #05214a;
    border: 0px;
    border-radius: 5px;
    font-weight: bold;
    width: 200px;
    display: inline-block;
    text-align: center;
    max-width: 100%;
    margin: 0px 5px 0px 5px;
}

.ifred {
    color: #f8090e;
}

.newlyincluded:hover {
    color: #fff;
    border-color: #2e6da4;
    background-color: #0f3a7b;
    -webkit-box-shadow: 0 0 8px rgba(30,36,62,.5);
    box-shadow: 0 0 8px rgba(30,36,62,.5);
    transition: all .1s linear;
}

* .field-validation-error {
    color: red;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.renewal_footer {
    margin-left: -12.5px;
    margin-right: -12.5px;
}


.navbar {
    min-height: 100px;
}

.navbar-brand {
    padding: 0 15px;
    height: 100px;
    line-height: 100px;
}



.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}



#fakeselecttable {
    margin: 0px;
    border: 1px solid grey;
    padding: 0px;
    cursor: default;
    max-width: 100%;
    width: 400px;
}


#fakeselectul {
    margin: 0px;
    border: 0px;
    padding: 0px;
    list-style: none;
    overflow-y: auto;
    overflow-x: hidden;
    max-height: 16em;
    width: 100%;
}

.lioption-enabled {
    width: 100%;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    text-overflow: clip;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

    .lioption-enabled:hover {
        background-color: #eee;
    }

.lioption-disabled {
    width: 100%;
    background-color: #fff;
    color: #888;
    cursor: default;
    text-overflow: clip;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
}

.opextra {
    font-size: 14px;
    font-weight: 600;
}

.strong {
    font-weight: 600;
}

.telephone {
    top: 20px;
    right: 100px;
    float: right;
    font-size: 18px;
    font-weight: 900;
    line-height: 18px;
}


    .telephone span {
        display: block;
        font-weight: 300;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .telephone > span > a {
        font-size: 40px;
        position: relative;
        top: -20px;
        margin-top: -90px;
        line-height: 40px;
        font-weight: 500;
        padding-bottom: 0;
        margin-bottom: 0;
    }


@media (max-width: 768px) {
    h1, h2, h3, h4, h5, h6, div {
        text-align: center;
        margin: auto;
    }

    p, li {
        text-align: left;
    }

    .para {
        text-align: left;
        display: inline-block;
    }
}

@media (max-width: 570px) {

    .telephone {
        right: 10px;
    }

        .telephone span {
            font-size: 16px;
        }

        .telephone > span > a {
            font-size: 22px;
            line-height: 22px;
            font-weight: 500;
        }
}

.chevron::before {
    border-style: solid !important;
    border-width: 0.24em 0.24em 0 0 !important;
    content: '';
    display: inline-block !important;
    height: 0.80em !important;
    left: 0.20em !important;
    position: relative;
    top: 0.33em !important;
    transform: rotate(-45deg);
    vertical-align: top;
    width: 0.80em !important;
    margin-right: 0.25em !important;
}

.chevron.chevron-right::before {
    left: 0 !important;
    transform: rotate(45deg);
}

.chevron.chevron-bottom::before {
    top: 0 !important;
    transform: rotate(135deg);
}

.chevron.chevron-left::before {
    left: 0.25em !important;
    transform: rotate(-135deg);
}

span.line {
    display: inline-block;
}

button {
    line-height: 19.6px;
}

.telephone {
    display: inline-block;
}

.header__logo {
    display: inline-block;
}

.gap_5px {
    height: 5px;
    margin: 0px;
    padding: 0px;
    visibility: hidden;
}

.body-content {
    padding: 15px;
}

@media (max-width: 570px) {

    .body-content {
        padding: 0 15px 15px 15px;
    }

    .telephone {
        display: none;
    }
}
