﻿.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: inherit;
    font-weight: 400;
    min-height: 50px;
    min-width: 250px;
    border-color: #2e6da4;
    background-color: #f5c500;
    color: white;
    border: none;
    border-radius: 10px;
}


    button.go:hover, button.back:hover {
        color: #000;
        background-color: #fff;
        -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;
    }


button.back {
    position: relative;
    font-size: inherit;
    font-weight: 400;
    min-height: 50px;
    min-width: 250px;
    border-color: #2e6da4;
    background-color: #f5c500;
    color: white;
    border: none;
    border-radius: 10px;
}
/*
button.deal {
    max-width: 180%;
    min-width: 12em;
    width: 24em;
    max-height: unset;
    height: 12em;
    font-size: 0.8em;
    border-radius: 2em;
    color: #fff;
    background-color: #f18a00;
    border: none;
    margin: auto;
}

    button.deal span.clickhere {
        font-size: 1.05em;
    }

    button.deal h1, button.deal h2, button.deal h3, button.deal h4, button.deal h5, button.deal h6 {
        color: #fff;
       font-size: 1.05em;
    }

*/


button.deal {
    max-width: 170%;
    min-width: 14em;
    width: 26em;
    max-height: unset;
    min-height: 10em;
    font-size: 0.8em;
    border-radius: 2em;
    color: #fff;
    background-color: #f18a00;
    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: 170%;
    min-width: 14em;
    width: 26em;
    max-height: unset;
    font-size: 0.8em;
    color: #000000;
    background-color: transparent;
    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 span.clickhere {
    font-size: 1.1em;
}

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: 10px;
    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: #f5c500;
    color: #ffffff;
    border: 0px;
    border-radius: 10px;
    font-weight: bold;
    width: 200px;
    display: inline-block;
    text-align: center;
    max-width: 100%;
    margin: 0px 5px 0px 5px;
}

    .available:hover {
        color: #000;
        background-color: #fff;
        -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;
    }
/*IF red #f8090e */
.newlyincluded {
    color: #fff;
    background-color: rgb(6, 66, 106);
    border: 0px;
    border-radius: 10px;
    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 {
    position: absolute;
    top: 20px;
    right: 100px;
    float: right;
    font-size: 18px;
    font-weight: 900;
    line-height: 18px;

}

    .telephone span {
        color: #f8090e;
        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;
        color: white;
        padding-bottom: 0;
        margin-bottom: 0;
    }

@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;
}


/* keep footer at bottom*/
body { min-height: 100vh; position: relative; } 
.body-content { padding-bottom: 250px !important;}
                                      
footer {position: absolute; right: 0; left: 0; bottom: 0; min-height: 250px; }

@media (max-width: 900px)
{
    .body-content {padding-bottom: 300px !important;}
    footer {min-height: 300px;}
}

@media (max-width: 400px)
{
    .body-content {padding-bottom: 400px !important;}
    footer {min-height: 400px;}
}

/* end keep footer at bottom */
