﻿html {
    font-size: 10pt;
    font-family: HelveticaNeue, Verdana, Arial, sans-serif;
    height: 100%;
    background-color: transparent;
    color: #464646;
}

body {
    margin: 0px;
    height: auto !important;
}

#slHost {
}

h1 {
    font-size: 16pt;
    color: #046A38;
    border-bottom: 1px #046A38 solid;
    font-weight: normal;
    margin-top: 5px;
}

h2 {
    font-size: 12pt;
    color: #046A38;
    font-weight: bold;
    margin-bottom: 10px;
    margin-top: 20px;
}

h3 {
    font-size: 10pt;
    color: #046A38;
    font-weight: normal;
    margin-bottom: 10px;
    margin-top: 15px;
}



h5 {
    font-size: 11pt;
}

p {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 10pt;
    text-align: left;
}

.legals {
    font-size: 10pt;
    color: #464646;
    margin: 15px;
}

    .legals p {
        font-size: 10pt;
    }

ul {
    list-style-image: url('../images/global/list-arrow.bmp');
    margin-top: 5px;
    margin-bottom: 10px;
}

    ul.bold-circle {
        list-style-image: none;
        list-style-type: circle;
        font-weight: bold;
    }

    ul.normal-circle {
        list-style-image: none;
        list-style-type: circle;
        font-weight: normal;
    }


ol {
    list-style-image: none;
}

li {
    margin-top: 5px;
    margin-bottom: 5px;
    padding-left: 5px;
    text-align: justify
}

@media(max-width: 768px) {
    li {
        margin-top: 0px;
        margin-bottom: 0px;
        padding-left: 0px;
        text-align: justify
    }

    select,
    textarea,
    input {
        font-size: 16px;
        font-family:Arial !important;
    }

    input[type=submit] {
        font-size: 12px;
    }
}
a[href]:link {
    color: #046A38;
}

a[href]:focus {
    color: #046A38;
}

a[href]:visited {
    color: #046A38;
}

a[href]:hover {
	color: #333f48;
}

a[href]:active {
    color: #046A38;
}

input[type=text] {
    height: 20px;
    border-radius: 5px;
    border-style: solid;
    border-color: lightgray;
    border-width: thin;
    margin: 5px;
    padding: 5px;
}

textarea {
    border-radius: 5px;
    border-style: solid;
    border-color: lightgray;
    border-width: thin;
    margin: 5px;
    padding: 5px;
}

input[type=password] {
    height: 20px;
    border-radius: 5px;
    border-style: solid;
    border-color: lightgray;
    border-width: thin;
    margin: 5px;
    padding: 5px;
}



button {
    width: auto;
    min-width: 80px;
    height: 28px;
    margin: 5px;
    font-family: Tahoma;
    vertical-align: middle;
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    background-image: url(../images/master/nav-header-bg.jpg);
    background-repeat: repeat-x;
    color: #EEEEEE;
}

	button:hover {
		background: #046a38 !important;
	}

input[type=submit] {
    width: auto;
    min-width: 80px;
    height: 28px;
    margin: 5px;
    font-family: Tahoma;
    vertical-align: middle;
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    background-image: url(../images/master/nav-header-bg.jpg);
    background-repeat: repeat-x;
    color: #EEEEEE;
}

	input[type=submit]:hover {
		background: #046a38 !important;
		
	}

input[type=button] {
    width: auto;
    min-width: 80px;
    height: 28px;
    margin: 5px;
    font-family: Tahoma;
    vertical-align: middle;
    border: 1px solid #BBBBBB;
    border-radius: 5px;
    background-image: url(../images/master/nav-header-bg.jpg);
    background-repeat: repeat-x;
    color: #EEEEEE;
}

	input[type=button]:hover {
		background: #046a38 !important;
	}

select {
    height: 30px;
    border-radius: 5px;
    border-style: solid;
    border-color: lightgray;
    border-width: thin;
    margin: 5px;
    padding: 5px;
}

.a-button {
    -webkit-appearance: button;
    -webkit-writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: buttontext;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    background-color: buttonface;
    box-sizing: border-box;
    margin: 0em;
    font: 400 13.3333px Arial;
    padding: 1px 6px;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
    text-decoration: none;
}

hr {
    border-top: 1px #666 dotted;
    border-left-style: none;
    border-right-style: none;
    border-bottom-style: none;
    margin: 10px 30px 10px -30px;
    height: 1px;
}

.rowHeight {
    height: 5px;
}

.noMargin {
    margin: 0px;
}

table {
    margin: 10px 10px 10px 0px;
}

    table.SearchTable {
        border-spacing: 0;
        border-collapse: collapse;
        border-width: 0;
        text-align: left;
        margin: 0px;
        width:100%;
        max-width: 420px;
    }

.SearchTable td input {
    width: 92%
}
.SearchTable td select {
    width: 95%
}

.SearchTable td textarea {
    width: 92%;
    height: 50px;
}

.SearchTable td input[type="radio"] {
    width: unset;
}
.SearchTable td input[type="checkbox"] {
    width: unset;
}

.SearchTable td {
    vertical-align: middle;
    padding-bottom: 10px;
}

    .SearchTable td label {
        margin-left: 10px;
    }

    .SearchTable td span {
        margin-left: 10px;
        display:block;
    }

@media(max-width: 768px) {
    table.SearchTable {
        width: 100%;
        max-width: 320px !important;
        font-size: 12px;
    }
    td.SearchLabel {
        min-width: 90px !important;
        vertical-align: top !important;
        padding-top: 25px !important;
    }
    .mobile-only {
        display: table-cell !important;
    }

    .desktop-only {
        display: none !important;
    }

    .results td {
        padding: 2px !important;
    }

    .results tr th {
        padding: 5px 0px 5px 0px !important;
    }

    #testfooter {
        font-size: 10px !important;
    }
}

th {
    padding-bottom: 5px;
}

#testfooter {
    font-size: 12px;
}

.mobile-only {
    display: none;
}

.desktop-only {
    display: table-cell;
}

.tooltip-position {
    vertical-align: top;
    padding-top: 25px;
}


td.SearchLabel {
    padding: 0px;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    min-width: 110px;
    max-width: 200px;
    text-align: left;
    vertical-align: middle;
    padding-top: 10px;
}

td.whitebg {
    padding: 10px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-repeat: repeat;
}

.bold {
    font-weight: bold;
}

.text-align-left {
    text-align: left;
}

.center {
    text-align: center;
}

.center-bold {
    text-align: center;
    font-weight: bold;
}

.blue-bold {
    color: #00387F;
    font-weight: bold;
}

.required {
    color: Red;
    font-size: 8pt;
    font-weight: normal;
}

.errors {
    color: Red;
}

.input-300px {
    width: 310px;
    border: 1px solid #c0c4ca;
}

.text-header {
    float: left;
    text-align: center;
    font-size: 8pt
}

/*Headered Box*/
.header-box {
    border: 1px #666 solid;
    margin-top: 10px;
    padding-bottom: 10px;
}

    .header-box h3,
    .header-box th {
        background-color: #CFC9C9;
        border-bottom: 1px #666 solid;
        margin: 0px;
        padding: 2px 10px 2px 10px;
        color: #046A38;
        font-size: 12pt;
        text-align: left;
    }

    .header-box p {
        padding-left: 10px;
    }

    .header-box ul {
        list-style: none;
        list-style-image: none;
        margin: 10px;
        padding: 0px;
    }

        .header-box ul li {
            clear: both;
            overflow: hidden;
            padding: 0px !important;
        }

    .header-box label {
        width: 136px;
        float: left;
        margin: 0 10px 0 0;
        padding: 3px 0 5px;
        font-weight: bold;
        text-align: right;
        background: url('../images/global/underline.gif') bottom repeat-x;
    }

        .header-box label.result {
            text-align: left;
            width: 450px;
            font-weight: normal;
            background-image: none;
        }

    .header-box .text,
    .header-box textarea {
        width: 430px;
        margin: 4px 0 0;
        border: 1px solid #c0c4ca;
    }

    .header-box .text-short {
        width: 150px;
        margin: 4px 0 0;
        border: 1px solid #c0c4ca;
    }

    .header-box table {
        margin: 10px;
    }

    .header-box td {
        vertical-align: top;
        padding: 2px 5px 2px 5px;
    }

.disclaimer {
    font-size: 10px;
}

.validation-summary {
    margin-top: 20px;
    margin-bottom: 20px;
}

    .validation-summary ul {
        list-style: disc;
        list-style-image: none;
    }

.middle-align {
    vertical-align: middle;
}

.heading {
    float: left;
}

/*  -- Model pop up   ----*/


.modalPopup {
    border: blue;
    background: white;
}

    .modalPopup h1 {
        background: blue;
        color: #fff;
        font-size: 1.1em;
    }

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=80);
    opacity: 0.8;
    z-index: 10000;
}

/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
}

    /* Tooltip text */
    .tooltip .tooltiptext {
        visibility: hidden;
        width: 150px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px;
        border-radius: 6px;
        /* Position the tooltip text */
        position: absolute;
        z-index: 1;
        bottom: -55%;
        left: 60%;
        margin-left: -175px;
        /* Fade in tooltip */
        opacity: 0;
        transition: opacity 0.3s;
    }

        /* Tooltip arrow */
        .tooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 65%;
            left: 103%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
            transform: rotate(270deg);
        }

    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }
