.pageContainer {
    background: rgb(255, 254, 247);
    /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 254, 247, 1) 0%, rgba(250, 243, 190, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 254, 247, 1) 0%, rgba(250, 243, 190, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 254, 247, 1) 0%, rgba(250, 243, 190, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffef7', endColorstr='#faf3be', GradientType=0);
}

.loading-image_onPage {
    left: 2%;
    top: 10%;
    position: fixed;
    display: none;
}

/*calculation dialog styling*/
.coreSetup-left {
    float: left;
    width: 50px;
    /*text-align: right;*/
}

.coreSetup-right {
    float: right;
    width: 190px;
}

.coreSetup-center {
    margin-left: 70px;
    margin-right: 210px;
}

.coreSetup-parameter {
    background: #ffffcc;
    height: 35px;

}

.coreSetup-parameter_2stage {
    background: #ffffcc;
    height: 35px;

}

.coreSetup-input {
    height: 20px;
    width: 70px;
    text-align: right;
}

/*settings dialog styling*/
.settingsSetup-left {
    float: left;
    width: 150px;
    /*text-align: right;*/
}

.settingsSetup-right {
    float: right;
    width: 100px;
}

.settingsSetup-center {
    margin-left: 70px;
    margin-right: 210px;
}

.settingsSetup-parameter {
    background: #ffffcc;
    height: 35px;

}


/* source data styling*/

.page-info {
    margin: auto;
    background: #FFFAFA;
    width: 90%;
    height: 44px;
    font-size: 1.6vh;
    font-style: italic;
    color: blue;
    padding: 5px;
    border-bottom-style: outset;
    border-width: 3px;
    border-color: blue;
    overflow: hidden;
    min-height: 40px;
}

.warning {
    margin: auto;
    background: yellow;
    text-align: center;
    width: 80%;
    height: 50px;
    font-size: 2.2vh;
    font-style: bold;
    color: red;
    padding: 5px;
    border-style: solid;
    border-width: 3px;
    border-color: red;
    overflow: hidden;
    min-height: 40px;
}

.content_header {
    margin: auto;
    background: lightgray;
    width: 90%;
    border-bottom-style: outset;
    border-width: 0px;
    border-color: gray;
    overflow: hidden;
    min-height: 30px;
    box-shadow:
        inset 0 1px 3px rgba(255, 255, 255, 0.3),
        inset 0 -1px 3px rgba(0, 0, 0, 0.3),
        0 1px 1px rgba(255, 255, 255, 0.9);
}

.content_radio {
    text-align: center;
    float: left;
    padding: 5px 5px 5px 5px;
    overflow: hidden;
}

.content_select {
    text-align: center;
    float: left;
    padding: 5px 5px 0px 5px;
    overflow: hidden;
}

.content_radio input[type="radio"] {}

.content_button {
    text-align: center;
    overflow: hidden;
    padding: 2px 2px 2px 2px;
}

.content_button button {
    width: 100%;
    height: 40px;
}

.content_button .btn_checkbox {
    padding: 5px 5px 5px 5px;
}

/*styling sourceDataField plug-in*/

.sourceData {
    margin: auto;
    background: #FFFAFA;
    width: 90%;
    border-bottom-style: outset;
    border-width: 0px;
    border-color: gray;
    overflow: hidden;
    min-height: 30px;
    box-shadow:
        inset 0 1px 3px rgba(255, 255, 255, 0.3),
        inset 0 -1px 3px rgba(0, 0, 0, 0.3),
        0 1px 1px rgba(255, 255, 255, 0.9);

}

.sourceData_joint {
    margin: auto;
    background: #FFFAFA;
    border-bottom-style: outset;
    border-width: 0px;
    border-color: gray;
    overflow: hidden;
    min-height: 30px;
    box-shadow:
        inset 0 1px 3px rgba(255, 255, 255, 0.3),
        inset 0 -1px 3px rgba(0, 0, 0, 0.3),
        0 1px 1px rgba(255, 255, 255, 0.9);
}



.sourceData_jointContainer {
    margin: auto;
    width: 90%;
    background: #FFFAFA;
    border-bottom-style: outset;
    border-width: 0px;
    border-color: gray;
    overflow: hidden;
    min-height: 30px;
    box-shadow:
        inset 0 1px 3px rgba(255, 255, 255, 0.3),
        inset 0 -1px 3px rgba(0, 0, 0, 0.3),
        0 1px 1px rgba(255, 255, 255, 0.9);
}

.sourceData_jointContainer .joints_data {
    float: left;
    width: 45%;
}

.sourceData_jointContainer .joints_picture {
    float: left;
    width: 55%;
}

.sourceData_picture img {
    width: inherit;
}

.sourceData .name {
    text-align: center;
    width: 15%;
    border-width: 0px;
    border-color: gray;
    float: left;
    overflow: hidden;
}

.sourceData_joint .name {
    text-align: center;
    width: 33.3%;
    border-width: 0px;
    border-color: gray;
    float: left;
    overflow: hidden;
}

.sourceData .name_splitter {
    text-align: center;
    width: 100%;
    border-width: 0px;
    border-color: gray;
}

.sourceData .name_splitter-checkbox {
    text-align: left;
    width: 100%;
    border-width: 0px;
    border-color: gray;
}

.sourceData .units {
    text-align: center;
    width: 15%;
    border-right-style: solid;
    border-width: 1px;
    border-color: gray;
    float: left;
    overflow: hidden;
}

.sourceData_joint .units {
    text-align: center;
    width: 33.3%;
    border-right-style: solid;
    border-width: 1px;
    border-color: gray;
    float: left;
    overflow: hidden;
}

.sourceData .value {
    text-align: center;
    background: yellow;
    width: 15%;
    border-left-style: solid;
    border-right-style: solid;
    border-width: 1px;
    border-color: gray;
    float: left;
    overflow: hidden;
}

.sourceData_joint .value {
    text-align: center;
    background: yellow;
    width: 33.4%;
    border-left-style: solid;
    border-right-style: solid;
    border-width: 1px;
    border-color: gray;
    float: left;
    overflow: hidden;
}

.sourceData .description {
    float: left;
    text-align: left;
    width: 55%;
    min-height: 30px;
    overflow: hidden;
}

.sourceData .description .mainDescription {
    font-size: 14px;
    padding-left: 5px;
    overflow: hidden;
    text-align: left;
}

.sourceData .description .additionalDescription {
    font-size: 12px;
    font-style: italic;
    color: blue;
    padding-left: 5px;
    overflow: hidden;
    text-align: left;
}

.sourceData .description .additionalDescription span {
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    color: green;
    padding-left: 5px;
}

.sourceData.header {
    background: #E8E8E8;
    font-weight: bold;
}

.sourceData.header .value {
    background: #E8E8E8;
}

.sourceData.header .description {
    text-align: center;
}

.sourceData .input_field {
    font-family: Arial;
    font-size: 1em;
    text-align: right;
    width: 95%;
    background-color: yellow;
}

.sourceData_joint .input_field {
    font-family: Arial;
    font-size: 1em;
    text-align: right;
    width: 95%;
    background-color: yellow;
}

.sourceData .input_checkbox {
    text-align: left;
    margin-left: 20px;
}

.text {
    text-align: center;
}

/* index page styling */

#index-menu {
    font-size: 20px;
}

#index-container .input_field {
    font-family: Arial;
    font-size: 1em;
    text-align: right;
    width: 95%;
    background-color: yellow;
}

/*Calculation dialog styling*/

#CalcStart_dlg .input_tbl {
    width: 100%;
    background-color: #FFFAFA;
    margin: auto;
    border-collapse: collapse;
}

#CalcStart_dlg .input_tbl td,
.input_tbl th {
    border: 1px solid black;
}

#CalcStart_dlg .input_tbl tr:first-child th {
    border-top: 0;
}

#CalcStart_dlg .input_tbl tr:last-child td {
    border-bottom: 0;
}

#CalcStart_dlg .input_tbl tr td:first-child,
#CalcStart_dlg .input_tbl tr th:first-child {
    border-left: 0;
}

#CalcStart_dlg .input_tbl tr td:last-child,
#CalcStart_dlg .input_tbl tr th:last-child {
    border-right: 0;
}

#CalcStart_dlg .Setup_checkbox_div {
    float: left;
    text-align: left;
    margin-left: 70px;
}

#CalcStart_dlg .errorText {
    font-family: Courier New;
    font-size: 1.0em;
    color: red;
    border: 2px solid #8c8c8c;
}

/*general styling*/
#ProjectName_div {
    position: fixed;
    right: 2px;
    bottom: 2px;
    font-family: Courier New;
    color: blue;
    background-color: lightblue;
    font-size: 1.3em;
}

.slider {
    height: 6px;
    width: 100pxpx;
}


.TutorialVideos {
    background: #ffffcc;
}

fieldset {
    border: 0;
    font-face: Arial;
    font-size: 24px;
}

label {
    display: block;
    margin: 0px 0 0 0;
}

select {
    width: 300px;
    font-family: inherit;
}

.overflow {
    height: 200px;
}

tabs {
    font-size: 10px;
}

button {
    border: 20px;
    background-color: green;
}

textarea {
    font-size: 20px;
    font-family: Arial;
    color: #FF0000;

}

body {
    padding-top: 60px;
    padding-bottom: 40px;
}

.zf-green {
    color: #68b604;
}

.btn-success {
    background-color: #57a900;
    background-image: -moz-linear-gradient(top, #70d900, #57a900);
    background-image: -ms-linear-gradient(top, #70d900, #57a900);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#70d900), to(#57a900));
    background-image: -webkit-linear-gradient(top, #70d900, #57a900);
    background-image: -o-linear-gradient(top, #70d900, #57a900);
    background-image: linear-gradient(top, #70d900, #57a900);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#70d900', endColorstr='#57a900', GradientType=0);
}

.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled] {
    background-color: #57a900;
}

.btn-success:active,
.btn-success.active {
    background-color: #57a900;
}

div.container a.brand {
    background: url("../img/zf2-logo.png") no-repeat scroll 0 10px transparent;
    margin-left: 0;
    padding: 8px 20px 12px 40px;
}


/* Colors for nav items */
.nav-yellow {
    color: yellow !important;
}

.nav-blue {
    color: lightblue !important;
}

.navbar-right {
    margin-right: 0px !important;
}

/* Force collapse above 991px */
@media (max-width: 1160px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }

    .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-nav {
        float: none !important;
        margin: 7.5px 0;
    }

    .navbar-nav>li {
        float: none;
    }

    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .navbar-right {
        float: none !important;
    }
}

/* Keep expanded layout above 991px */
@media (min-width: 1160px) {
    .navbar-toggle {
        display: none !important;
    }

    .navbar-collapse {
        display: flex !important;
        justify-content: center;
    }

    .navbar-nav {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
    }

    .navbar-nav>li>a {
        white-space: nowrap;
    }
}