﻿@font-face {
    font-family: "HeliosCondRegular";
    src: url("../fonts/HeliosCondRegular.eot");
    src: url("../fonts/HeliosCondRegular.eot?#iefix")format("embedded-opentype"), url("../fonts/HeliosCondRegular.woff") format("woff"), url("../fonts/HeliosCondRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

html {
    height: 100%;
}

.headerblocktext {
    font-size: 1.6em;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
}

.tunnevcell {
    width: 100px;
}

.accordionHeader {
    background-color: lightgray;
    margin: 0px;
    padding: 5px;
    text-align: left;
    color: black;
    font-size: 1.1em;
    border: 1px solid grey;
    font-weight: bold;
    cursor: pointer;
    text-decoration: underline;
}

.accordionHeaderSelected {
    background-color: #1879bd;
    margin: 0px;
    padding: 5px;
    text-align: left;
    color: white;
    font-size: 1.1em;
    cursor: pointer;
    border: 1px solid #2F4F4F;
}


.accordionContent {
    background-color: #ffffff;
    border: 1px dashed #2F4F4F;
    border-top: none;
    padding: 5px;
    text-align: left;
}



.tbl {
    border: solid;
    border-collapse: collapse;
    border-width: thin;
    border-color: grey;
}

.tbc {
    border: solid;
    border-width: thin;
    border-color: grey;
    padding-right: 2px;
}

.thc {
    border: solid;
    border-width: thin;
    border-color: grey;
    background-color: lightgray;
    font-weight: normal;
}

.htext {
    color: #1879bd;
    padding-left: 10%;
}

.grtext {
    color: gray;
    font-size: 1.1em;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}

.grtextcalendar {
    color: GrayText;
    font-size: 1.1em;
    padding: 10px;
}

.ntextcalendar {
    font-size: 1.2em;
    padding: 10px;
}

#wizHeader li .prevStep {
    background-color: #669966;
}

    #wizHeader li .prevStep:after {
        border-left-color: #669966 !important;
    }

#wizHeader li .currentStep {
    background-color: #C36615;
}

    #wizHeader li .currentStep:after {
        border-left-color: #C36615 !important;
    }

#wizHeader li .nextStep {
    background-color: #C2C2C2;
}

    #wizHeader li .nextStep:after {
        border-left-color: #C2C2C2 !important;
    }

#wizHeader {
    list-style: none;
    overflow: hidden;
    font: 18px Helvetica, Arial, Sans-Serif;
    margin: 0px;
    padding: 0px;
}

    #wizHeader li {
        float: left;
    }

        #wizHeader li a {
            color: white;
            text-decoration: none;
            padding: 10px 0 10px 55px;
            background: brown; /* fallback color */
            background: hsla(34,85%,35%,1);
            position: relative;
            display: block;
            float: left;
        }

            #wizHeader li a:after {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent; /* Go big on the size, and let overflow hide */
                border-bottom: 50px solid transparent;
                border-left: 30px solid hsla(34,85%,35%,1);
                position: absolute;
                top: 50%;
                margin-top: -50px;
                left: 100%;
                z-index: 2;
            }

            #wizHeader li a:before {
                content: " ";
                display: block;
                width: 0;
                height: 0;
                border-top: 50px solid transparent;
                border-bottom: 50px solid transparent;
                border-left: 30px solid white;
                position: absolute;
                top: 50%;
                margin-top: -50px;
                margin-left: 1px;
                left: 100%;
                z-index: 1;
            }

        #wizHeader li:first-child a {
            padding-left: 10px;
        }

        #wizHeader li:last-child {
            padding-right: 50px;
        }

        #wizHeader li a:hover {
            background: #FE9400;
        }

            #wizHeader li a:hover:after {
                border-left-color: #FE9400 !important;
            }

.content {
    padding-top: 10px;
    padding-left: 10px;
    text-align: left;
    vertical-align: top;
}


.contentCalendar {
    vertical-align: top;
    /*outline: #B9DCED none;*/
    text-align: center;
    padding: 10px;
    margin: 10px;
    width: 200px;
    border-collapse: separate;
}

.contentContract {
    vertical-align: top;
    margin: 10px;
}

.NavigationButtonStyle {
    padding-top: 10px;
    font-size: 1em;
}

.NavigationStyle {
    text-align: left;
    padding-left: 20px;
    padding-bottom: 10px;
}

.WarningTD {
    text-align: left;
    vertical-align: top;
}

.gvtabledate {
    text-align: center;
}

.gvtabledigit {
    text-align: right;
}

.textbox_right {
    text-align: right;
    background-color: lightyellow;
    border-color: #FE9400;
}

.tht {
    font-weight: normal;
}

.validatorCalloutHighlight {
    background-color: lemonchiffon;
}

.untable {
    font-size: 0.85em;
}

.bs-callout {
    padding: 10px;
    margin: 10px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
    display: block;
    box-sizing: border-box;
}

.bs-callout-danger {
    border-left-color: #ce4844;
}

.bs-callout-norm {
    border-left-color: #1b809e;
}

.bs-callout-danger h3 {
    color: #ce4844;
}

.bs-callout-margin {
    margin-left: 20px;
}

.s {
    color: #d44950;
}

.txtblock {
    font-size: 13px;
}

.txtred {
    color: red
}

.iconmar {
    margin-right: 10px;
}

.iconjum {
    height: 150px;
    width: 150px;
    background-color: #e9ecef;
    border-radius: 0.3rem;
    padding-top: 10px;
}

.iconjum11 {
    height: 150px;
    width: 150px;
    background-color: #ffcccc;
    border-radius: 0.3rem;
    padding-top: 15px;
}

.iconjum22 {
    height: 150px;
    width: 150px;
    background-color: #ccffcc;
    border-radius: 0.3rem;
    padding-top: 15px;
}

.iconjum33 {
    height: 150px;
    width: 150px;
    background-color: #ffffcc;
    border-radius: 0.3rem;
    padding-top: 15px;
}

.iconjum44 {
    height: 150px;
    width: 150px;
    background-color: #ffccff;
    border-radius: 0.3rem;
    padding-top: 15px;
}
