/* DEFAULTS
----------------------------------------------------------*/
@font-face {
    font-family: 'Source Sans Pro', sans-serif;
    src: url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro', sans-serif;
    src: url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro', sans-serif;
    src: url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Source Sans Pro', sans-serif;
    src: url('https://fonts.googleapis.com/css?family=Source+Sans+Pro');
    font-weight: 900;
    font-style: normal;
}

html * {
    font-size: 0.9rem;
}

textarea, input {
    font-family: 'Source Sans Pro', sans-serif, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
}

body {
    background: #b6b7bc;
    font-family: 'Source Sans Pro', sans-serif, "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #1d1d1d;
}

.nav-link {
    color: white!important
}

.card {
    border: 1px solid #AAAAAA;
    box-shadow: 0 0 2px 1px #b7b7b7;
}

.card-body {
    padding: 0.5rem;
}

.card-title {
    padding: 0.4rem 0.1rem;
    margin-top: -1.5rem;
    background: white;
    width: fit-content;
}

.grecaptcha-badge {
    visibility: collapse;
}

.col-form-label {
    padding-bottom: 0.2rem;
    padding-top: 0.2rem;
    white-space: nowrap;
}

.form-group {
    margin-bottom: 0.2rem;
    margin-top: 0.2rem;
}

.form-control, input, select {
    padding: 0;
    height: 1.5rem;
}

.from-control {
    font-size: .9rem;
}

.nomargin {
    margin: 0 !important;
}

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    padding: 0;
    line-height: 1.6em;
    margin: 0 0 5px;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    padding: 0;
    margin: 0;
}

h1 {
    font-size: 1.3em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.2em;
    font-weight: 600;
}

h3 {
    font-size: 0.9rem;
}

h4 {
    font-size: 1.0em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
}

.header {
    background: #C64C00!important;
    color: white;
}

    .header h1 {
        font-weight: bold;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 2em;
    }

.page_header {
    padding: 10px 18px;
}

    .page_header .left {
        float: left;
        display: inline-block;
    }

    .page_header .right {
        display: inline-block;
        float: right;
        position: relative;
        top: 0;
    }

.main {
    min-height: 420px;
    position: relative;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    width: 100%;
}

.nav-link {
    padding: .3rem 1rem;
}

.nav-item {
    list-style: none;
    margin: 0px;
    width: auto;
    color: white;
    text-decoration: none;
    border-radius: 2px;
}

.lng_li, lng_li a {
    cursor: pointer;
}

.nav-item.active {
    background-color: #A23E00;
}

.nav-item:hover {
    background-color: #F66911;
}

.header .dropdown-menu {
    background-color: #C64C00;
    border: none;
}

.dropmenu, dropmenu:visited {
    color: white !important;
}

.dropmenu.active {
    background-color: #A23E00;
    color: white !important;
}

.dropmenu:hover {
    background-color: #F66911;
    color: white !important;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

a:link, a:visited {
    color: #034af3;
}

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

.btn_ToggleExpand {
    color: #C64C00;
    background-color: #fff;
    content: 
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.title {
    display: block;
    float: left;
    text-align: left;
    width: 820px;
}

.loginDisplay {
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link {
        color: white;
    }

    .loginDisplay a:visited {
        color: white;
    }

    .loginDisplay a:hover {
        color: white;
    }

.failureNotification {
    font-size: 1.2em;
    color: Red;
}

.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}

.save_as_panel > div {
    display: inline-block;
    margin-bottom: 13px;
}

.groupbox_2row {
    float: left;
}

    .groupbox_2row .half {
        clear: both;
        display: block;
    }

.save_as_panel .error_message {
    color: #FF0000;
    font-size: 9px;
    left: 168px;
    position: absolute;
    top: 40px;
}


input[type="text"], input[type="password"] {
    border-radius: 4px;
    border: 1px solid #b7b7b7;
    background-color: white;
    padding: 2px 4px 2px 2px;
}

textarea {
    border-radius: 4px;
    border: 1px solid #b7b7b7;
    padding: 2px 4px 2px 2px;
    font-size: 12pt;
    font-family: "Source Sans Pro",sans-serif,"Helvetica Neue","Lucida Grande","Segoe UI",Arial,Helvetica,Verdana,sans-serif;
}

input[type="checkbox"], input[type="radio"] {
    vertical-align: middle;
}

input[type="radio"] {
    margin-left: 15px;
    margin-right: 5px;
}

select {
    border-radius: 4px;
    border: 1px solid #b7b7b7;
    padding: 2px 4px 2px 2px;
}

.form_line {
    margin-bottom: 5px;
}

.textbox_small {
    display: inline-block;
}

    .textbox_small input[type="text"] {
        width: 59px;
    }

.checkbox_small {
    display: inline-block;
}

    .checkbox_small input[type="checkbox"] {
        left: -5px;
        position: relative;
        top: 2px;
    }

input[type="button"], input[type="submit"] {
    background-color: #C64C00;
    border: 0 none;
    border-radius: 4px;
    color: #FFFFFF;
}

    input[type="button"]:hover, input[type="submit"]:hover {
        background-color: #A23E00;
    }

input[type="text"]:focus, input[type="password"]:focus, select:focus {
    border: 1px solid #C64C00;
}

.inputlabel, .inputcheckbox {
    text-align: right;
    padding-right: 10px;
    width: 155px;
    display: inline-block;
}

.blockheader {
    font-size: 1.2em;
    font-weight: 900;
    margin-left: 170px;
}

.calculate_it {
    left: 532px;
    position: absolute;
    top: 264px;
    z-index: 100;
    z-index: 1;
    cursor: pointer;
}

    .calculate_it .bg_white {
        background-color: #FFFFFF;
        left: 21px;
        position: absolute;
        top: 9px;
        width: 84px;
        z-index: -1;
    }
    
.clear {
    clear: both;
}

.settingsheight {
    height: 120px;
}

.resultheight {
    height: 340px;
}

.collapsible {
    background-color: #6b6b6b;
    color: white;
    cursor: pointer;
    padding: 6px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    border-radius: 2px;
}

    .colcontent .active, .collapsible:hover {
        background-color: #bfbfbf;
    }

.collapsible:after {
    content: '\002B';
    color: white;
    float: right;
    margin-left: 5px;
}

.collapsibleactive:after {
    content: "\2212";
}

.colcontent {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #f1f1f1;
    margin-bottom: 5px;
}

.colcontentactive {
    padding: 5px;
}

.fillrow {
    display: inline-flex;
}

.listcalcheight {
    height: 55px;
}

.vehicleresultheight {
    height: 738px;
}

.trackresultheight {
    height: 640px;
}

.glyph_color {
    color: #C64C00;
}

.calculate_size {
    font-size: 55px;
}

.btn_glyph {
    color: #C64C00;
    cursor: pointer;
    font-size: 25px!important;
    position: relative;
    top: 6px;
    width: 40px;
    padding: 6px;
}

.btn_glyphsmall {
    color: #C64C00;
    cursor: pointer;
    font-size: 18px;
    position: relative;
    width: 24px;
    height: 24px;
}

.hidden {
    display: none;
}

.button {
    background-color: #C64C00;
    border: 0 none;
    border-radius: 4px;
    color: #FFFFFF;
    padding: 4px;
    text-decoration: none;
}

    .button:hover, .button:visited, .button:active, .button:link {
        text-decoration: none;
        color: #FFFFFF;
    }

input[type="button"]:disabled, input[type="submit"]:disabled {
    background-color: #bfbfbf;
}

.login_button {
    margin: 10px 0px 10px 20px;
}

.hideSkiplink > div:nth-child(2) {
    clear: none !important;
}

.language_selection {
    position: absolute;
    right: 50px;
    top: 0px;
}

.hideSkiplink {
    position: relative;
}

.loginname_li {
    float: left;
    line-height: 17px;
    padding-right: 19px;
    position: relative;
    top: 2px;
    display: none;
}

.loginname {
    color: #FFFFFF;
    font-weight: bold;
}

.loginstatus_toggle {
    display: none;
}

.login_status_left, .login_status_right {
    display: inline-block;
    float: left;
}

.login_status_left {
    width: 30px;
}

.forgotpassword_link {
    padding: 4px;
}

.login_status_right {
    width: 85%;
}

.color_circle_red {
    display: none;
    height: 20px;
    width: 20px;
    background-color: #FF0000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    position: relative;
    float: left;
    margin: 0 5px 10px 0;
}

#MainContent_ctl03 input[type="text"], #MainContent_ctl03 input[type="password"], #MainContent_ctl03 select {
    max-width: 120px;
    width: inherit;
}

.table_result_container {
    height: 660px;
}
.table_result_container_stretch {
    height: 550px;
}
#MainContent_tableResult tr:nth-child(1), #MainContent_tableResult tr:nth-child(2), #MainContent_tableResult tr:nth-child(3) {
    font-size: 13px;
}

#MainContent_tableResult td {
    text-align: right;
    padding-right: 5px;
}

#MainContent_tableResult_leist tr:nth-child(1), #MainContent_tableResult_leist tr:nth-child(2), #MainContent_tableResult_leist tr:nth-child(3) {
    font-size: 13px;
}

#MainContent_tableResult_leist td {
    text-align: right;
    padding-right: 5px;
}
#MainContent_tableResult_day tr:nth-child(1), #MainContent_tableResult_day tr:nth-child(2), #MainContent_tableResult_day tr:nth-child(3) {
    font-size: 13px;
}

#MainContent_tableResult_day td {
    text-align: right;
    padding-right: 5px;
}
#MainContent_tableResult_night tr:nth-child(1), #MainContent_tableResult_night tr:nth-child(2), #MainContent_tableResult_night tr:nth-child(3) {
    font-size: 13px;
}

#MainContent_tableResult_night td {
    text-align: right;
    padding-right: 5px;
}

.icon-pdf {
    cursor: pointer;
}

.green_new_button {
    background-image: url("/Images/NewButtonEnabled.bmp");
    background-position: center center;
    background-repeat: no-repeat;
    border-width: 0;
    display: inline-block;
    height: 20px;
    width: 20px;
    cursor: pointer;
}

.ButtonNew, .ButtonEdit, .ButtonEditDisabled, .ButtonClone, .ButtonDelete, .ButtonInfo {
    border-width: 0px;
    position: relative;
    top: 3px;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 5px;
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.ButtonNew {
    background-image: url('/Images/NewButtonEnabled.bmp');
}

.ButtonEdit {
    background-image: url('/Images/EditButtonEnabled.bmp');
}

.ButtonEditDisabled {
    background-image: url('/Images/EditButtonDisabled.bmp');
}

.ButtonClone {
    background-image: url('/Images/CloneButtonEnabled.bmp');
}

.ButtonDelete {
    background-image: url('/Images/DeleteButtonEnabled.bmp');
}

.ButtonInfo {
    background-image: url('/Images/InfoButtonEnabled.bmp');
}

#MainContent_tableTrainDetails tr td:nth-child(4) {
    width: 160px;
}

.UncertaintyColor_0 {
    color: black;
}

.UncertaintyColor_1 {
    color: rgb(26, 93, 166);
}

.UncertaintyColor_2 {
    color: rgb(233, 135, 5);
}

.UncertaintyColor_3 {
    color: rgb(162, 0, 112);
}

icon-small {
    font-size: 20px;
}

td.no_border, th.no_border {
    border: 0;
}

table .btn_glyph {
    top: 1px;
}

.even {
    background-color: #E0E0E0;
}

#MainContent_tableTrainDetails td.no_border, #MainContent_tableTrainDetails th.no_border {
    width: 95px;
}

#MainContent_tableTrainComposition td.no_border, #MainContent_tableTrainComposition th.no_border {
    width: 130px;
}

#MainContent_tableTrainDetails, #MainContent_tableTrainComposition {
    width: 100%;
}

#data {
    width: 350px;
}

.groupbox.half.series_details {
    min-height: 317px;
}

.logout_button_link {
    cursor: pointer;
}

#MainContent_tableTrainDetails td[align=right], #MainContent_tableTrainComposition td[align=right] {
    padding-right: 5px;
}

#MainContent_tableTrainDetails td[align=left], #MainContent_tableTrainComposition td[align=left] {
    padding-left: 5px;
}

#MainContent_tableTrainDetails td[align=right] input, #MainContent_tableTrainComposition td[align=right] input {
 margin-right: -2px;
    text-align: right;
}

.lngINFO_TEMPLATES {
    margin-left: 6px;
    margin-right: 10px;
}

#waiting {
    max-height: 50px;
    position: relative;
    text-align: center;
    width: 200px;
}

    #waiting > .loading {
        padding-top: 10px;
    }

#btnDoLogin, .lngLABEL_CALCULATE {
    cursor: pointer;
}

.printonly {
    display: none;
}
.leisthidden
{
    position:absolute;
    left:-10000px;
}
.widthtablewide
{
    width:300px;
}
.widthtablesmall
{
    width:50px;
}

.widthtablemedium
{
    width:85px;
}

body {
    counter-reset: footnotes;
}

[role="doc-noteref"] {
    counter-increment: footnotes;
}

[role="doc-noteref"]::after {
    content: '[' counter(footnotes) ']';
    vertical-align: super;
    font-size: 9px;
}

[role="doc-noteref"]:focus::after {
    outline: thin dotted;
    outline-offset: 2px;
}

/*[role="doc-footnote"] {
    font-size: 0.5rem;
}*/


p.lngDisc_Footer1, p.lngDisc_Footer2, p.lngDisc_Footer3 {
    text-align: left;
}

p.footer {
    font-size:  80%;
    margin-left: 0px;
}

sup {
    /* Move the superscripted text up */
    top: -0.5em;
    font-size: 70%;
}

@media print {
    * {
        font-family: sans-serif;
    }

    .main select, .main input:not([type=checkbox]), .main textarea,.menu.support {
        display: none;
    }
    

    .inputlabel {
        vertical-align: top;
    }

    #NavigationMenu, .language_selection {
        display: none;
    }
   

    .header {
        background: none;
    }

    .menu.login {
        position: relative;
        float: right;
        right: 5px;
    }

    .btn_glyph {
        display: none;
    }

    #MainContent_ctl03 span.btn_glyph {
        display: none;
    }

    .no_border {
        display: none;
    }

    .icon-info {
        display: none;
    }

    select {
        white-space: normal;
    }

    #MainContent_ctl03 select {
        max-width: 255px;
        width: inherit;
    }

    #MainContent_ctl03 span {
        display: block;
        max-width: 200PX;
        width: inherit;
        overflow: hidden;
    }

    td {
        white-space: normal !important;
    }

    .CompositionName {
        display: none;
    }

    .printonly {
        display: inline-block;
    }

    .xlsx_selection_panel, .save_as_panel {
        visibility: hidden;
    }

    .stretchesheight {
        height: inherit;
    }
    
    .groupbox, tr,td {
        page-break-inside: avoid;
    }
        
    #MainContent_tableResult tr:nth-child(1), #MainContent_tableResult tr:nth-child(2), #MainContent_tableResult tr:nth-child(3) {
        font-size: 11px;
    }
    #MainContent_tableResult_leist tr:nth-child(1), #MainContent_tableResult_leist tr:nth-child(2), #MainContent_tableResult_leist tr:nth-child(3) {
        font-size: 11px;
    }
    #MainContent_tableResult_day tr:nth-child(1), #MainContent_tableResult_day tr:nth-child(2), #MainContent_tableResult_day tr:nth-child(3) {
        font-size: 11px;
    }
    #MainContent_tableResult_night tr:nth-child(1), #MainContent_tableResult_night tr:nth-child(2), #MainContent_tableResult_night tr:nth-child(3) {
        font-size: 11px;
    }
}
