/* Sticky footer styles
-------------------------------------------------- */
/*** Bootstrap 4 adjustments ***/
.hidden { /* no longer available in Bootstrap 4 */
    display: none !important;
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #a94442;
}
.fade:not(.show) { /* needed for kendoui popup/modal to work */
    opacity: 1;
}
.modal-backdrop {  /* needed for kendoui popup/modal to work */
    opacity: 0.8 !important;
}
.modal-header {
    display: inline-block;
}
.modal-content {
    margin-top: 20vh;
}
.shadow {
    box-shadow: none !important;
}
.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.panel-body {
    padding: 15px;
}
.panel-default {
    border-color: #ddd;
}
.panel-default>.panel-heading {
    color: #333;
    background-color: #f5f5f5;
    border-color: #ddd;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.oi-question-mark {
    background-color: #337ab7;
    color: #fff;
    font-size: 0.8em;
    width: 1.2em;
    height: 1.2em;
    border-radius: 50%;
    padding-left: 0.3em;
    padding-top: 0.1em;
}
.login-strip .oi-question-mark {
    background-color: #333;
    color: #fff;
    font-size: 1em;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    padding-right: 0.4em;
    padding-top: 0.2em;
}
.has-error .form-control {
    border-color: #a94442;
}
label {
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}
.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    transition: border .2s ease-in-out;
}
/*** end Bootstrap 4 adjustments ***/

/* begin core style */
html {
   position: relative;
   min-height: 100%;
}

head, body {
   margin: 0 auto;
   padding: 0;
   font-family: Helvetica, Arial, sans-serif;
   -webkit-font-smoothing: antialiased;
   -moz-osx-font-smoothing: grayscale;
   color: #666 !important;
   font-size: 14px;
}

p {
   font-size: 17px;
   text-align: center;
}

small {
   font-weight: normal;
}

textarea {
   min-height: 200px !important;
   max-width: 850px !important;
}
.notice_container {
    text-align: center;
    padding: 0;
    border: 0;
}
.notice {
    width: 80%;
    margin: 0 auto;
    padding: 1vh 0;
}
.loading-message {
    padding-top: 30px;
}
.dashboard{
   display: inline-block;
   width: 80%;
}
.dashboard-body {
   padding: 0px;
}
.dashboard-container {
   clear: both;
}
.dashboard-table{

}
.dashboard-table th{
   background-color: #60A700;
    color: #FFF;
    border-right: 1px solid #FFF;
}
.new-ntr-button{
   margin: 0 auto;
   width: 300px;
   /*padding-top: 200px;*/
   font-size: 125%;
   text-align: center;
}
.new-ntr-button img{
   width: 150px;
   margin: 0 auto;
}
.container {
   clear: both;
   width: 100%;
   max-width: 100%;
}
.nasa-navigation>div {
   display: inline-block;
   vertical-align: top;
}

.banner {
   background: #D3135A;
   display: none;
}

#banner {
   padding: 0;
   width: 100%;
   color: #444;
   background-color: #000;
}

#banner #full-banner {
   width: 100%;
   display: none;
   max-height: 160px;
}

#banner #m-banner {
   width: 100%;
   background-color: #000;
   padding-top: 10px;
   display: none;
   text-align: center;
}

#banner #m-banner .meatball {
   width: 120px;
}

#banner #m-banner .t2banner {
   width: 100%;
}

.header {
   width: 100%;
   height: 160px;
}

.header img {
   max-height: 160px;
   /*max-width: 100%;*/
}

.header .left {
   float: left;
   width: 25%;
   text-align: left;
   border: 0px solid #FFF;
}

.header .center {
   display: inline-block;
   width: 48%;
   border: 0px solid #FFF;
   text-align: center;
}

.header .right {
   float: right;
   width: 25%;
   text-align: right;
   border: 0px solid #FFF;
}

.header td{
   padding-top: 0px !important;
}


/* stage icons */

.stage-icons-container {
   width: 100%;
   text-align: center;
   margin: 0 auto;
   /*padding: 60px 0;*/
}
h1.stage-icon-header{
   font-size: 20px;
   line-height: 25px;
   text-align: center;
   color: #333;
   margin-bottom: 0px;
   margin-left: 10px;
   margin-top: 20px;
}
.stage-icons-container .stage-icons {
   text-align: left;
   margin: 0 auto;
}

.stage-icons-container .stage-icons .stage {
   width: 100%;
}

.stage-icons-container .stage-icons .stage img {
   width: 80%;
   max-width: 130px;
}

.stage-icons-container .stage-icons .stage a {
   color: #FFF;
   -webkit-appearance: button-bevel;
}

@supports (-moz-appearance:none) {
   selector { property:value; }
   .stage-icons-container .stage-icons .stage a {
      color: #FFF;
      -webkit-appearance: none;
   }
}

.stage-icons-container .stage-icons .stage .stage-title {
   margin-top: 0;
   padding-left: 15px;
   padding-right: 15px;
   padding-bottom: 0;
}

.stage-icons-container .stage-icons .stage .stage-title.on {
   color: #60a700;
   background-color: #4d4d4c;
   font-weight: bold;
}
.stage-icons-container .stage-icons .stage .stage-title.off {
   color: #FFF;
}
#ntr-navbar{
    float: left;
    width: 20%;
    max-width: 350px;
    background-color: #888988;
    min-height:100vh;
    height: 100%;
}
/* Stage icon dots */
.glyphicon.glyphicon-full-dot {
    margin-bottom: -.3em;
    overflow: hidden;
}
.glyphicon.glyphicon-full-dot:before {
    content:"\25cf";
    font-size: 2em;
    color: #60a700;
}
.glyphicon.glyphicon-empty-dot {
    margin-bottom: -.3em;
    overflow: hidden;
}
.glyphicon.glyphicon-empty-dot:before {
    content:"\25cb";
    font-size: 2em;
    color: #666;
}
.glyphicon.glyphicon-no-dot {
    margin-bottom: -.3em;
    overflow: hidden;
}
.glyphicon.glyphicon-no-dot:before {
    content:"\25cb";
    font-size: 2em;
    visibility: hidden;
}
.ntr-form{
    float: left;
    display: inline-block;
    width: 75%;
}
.review-form{
    width: 85%;
    margin: 0 auto;
}
div.col-xs-2.stage{
   padding: 0px;
}

/*** ***/
.autosave_status {
   position: fixed;
   bottom: 6em;
   right: 20px;
   font-size: 16px;
}
.autosave_status .changing {
   font-style: italic;
}
.autosave_status .saving {
   font-style: italic;
   color: #FFF;
   background-color: #039dfb;
   padding: 1em;
}

.lm_contact {
   position: fixed;
   bottom: 1.8em;
   right: 20px;
   font-size: 16px;
   color: #000;
   background-color: #FFF9B2;
   padding: 1em;
   opacity: 0.9;
   font-style: italic;
   z-index: 100;
}

.form-content {
   padding: 60px 0px;
}

.form-group {
   padding-bottom: 20px;
   width: 90%;
   margin: 0 auto !important;
}

.tp-label-input-wrapper {
   font-size: 17px;
   color: #666;
   width: 90%;
   margin: 0 auto;
}
label.control-label {
   padding-bottom: 15px;
   color: #60A700;
   text-align: left !important;
}
.has-error .control-label {
   color: #60A700;
}

nav .container {
   padding: 0 7px;
}

.banner .container {
   padding: 5px 0px;
}
.body .nav {
   border: 0px solid #CCC;
   padding-top: 6px;
   text-align: right;
}
.body .nav a {
   padding-right: 10px;
   font-size: 14px;
   color: #666 !important;
   -webkit-font-smoothing: antialiased !important;
}
.body .nav img {
   position: relative;
   width: 20px;
}
.text-logo {
   border: 1px solid #FFF;
   border-radius: 15%;
   color: #FFF;
   display: inline-block;
   font-size: 1.5em;
   font-weight: bolder;
   line-height: 2em;
   text-align: center;
   padding: 5px 10px;
}

.site-title {
   font-size: 2em;
   color: #FFF;
   margin-left: .25em;
}

.text-align-right {
   text-align: right;
}

.nasa-navigation>div {
   display: inline-block;
   vertical-align: top;
}

.login-strip {
   line-height: 2em;
}

/* Keeps IE scroll bar from covering login strip */
@-ms-viewport{ width: auto !important; }

.profile-menu .item {
   display: inline-block;
   padding: 0px 0px 0px 20px;
}

a {
   cursor: pointer;
}

h1 {
   padding-top: 20px;
   font-size: 45px;
   text-align: center;
   font-weight: 300;
}

h2 {
   font-size: 25px;
   line-height: 35px;
   text-align: center;
}

h3 {
   font-size: 20px;
   text-align: center;
}
.small-text{
   font-size: 85%;
}

/*-------hoverable dropdown menu--------*/

.hoverable-dropdown-button {
   background-color: transparent;
   color: white;
   padding: 10px;
   font-size: 16px;
   border: none;
   cursor: pointer;
}

.hoverable-dropdown {
   position: relative;
   display: inline-block;
}

.dropdown-content {
   display: none;
   position: absolute;
   background-color: #F9F9F9;
   min-width: 160px;
   box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
   z-index: 1000;
}

.dropdown-content a {
   color: black;
   padding: 12px 10px;
   text-decoration: none;
   display: block;
}

.dropdown-content a:hover {
   background-color: #F1F1F1
}

.hoverable-dropdown:hover .dropdown-content {
   display: block;
}

.hoverable-dropdown:hover .hoverable-dropdown-button {
   /*background-color: #F1F1F1;*/
   background-color: rgba(100, 100, 100, 0.5);
   color: #FFF;
}


/*-----------------------*/

.cursor-default {
   cursor: default;
}

.profile-hoverable-dd .dropdown-content {
   background-color: #F9F9F9;
   box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
   right: 0;
}

.profile-hoverable-dd .hoverable-dropdown-button {
   color: #333;
   font-size: 1em;
   padding: 4px;
}

.profile-hoverable-dd .dropdown-content a {
   color: black;
   display: block;
   padding: 4px 10px;
   text-decoration: none;
}

.bt-zero-padding-column {
   padding-right: 0px;
}

.news-notification {
   line-height: 2em;
   padding: 4px;
}

.home-jumbotron {
   margin-top: 60px
}

.footer {
   bottom: 0;
   height: 110px;
   position: relative;
   width: 100%;
   color: #808080;
   font-size: 13px;
   line-height: 20px;
   border-top: 1px solid #E1E1E1;
   text-align: left;
   display: inline-block;
}

.footer .container {
   padding: 15px 0 0 0;
}

.footer a, .footer a:link, .footer a:visited, .footer a:hover, .footer a:active {
   color: #00A1E0;
   text-decoration: none;
}

.footer .f-main {
   display: table;
}

.footer .f-left {
   display: table-cell;
   vertical-align: top;
   height: 100%;
}

.footer .f-left img {
   width: 70px;
   height: 70px;
}

.footer .f-right {
   display: table-cell;
   vertical-align: top;
   height: 100%;
}

.footer .f-title {
   font-size: 18px;
}

#footer p {
    text-align: left;
}
.zero-padding {
   padding: 0;
}


/* * * * * * * * * * * * * * * * * * * * * * * *
 * REQUEST-FORM STYLES
 * * * * * * * * * * * * * * * * * * * * * * * */

.request-form {
   /*padding-top: 20px;*/
}

.request-form .tab-content {
   border: 0px solid #CCC;
}

.request-form .step-number {
   background: green none repeat scroll 0 0;
   border-radius: 50%;
   color: white;
   display: inline-block;
   height: 2em;
   line-height: 2em;
   width: 2em;
   margin-right: 5px;
}

.request-form ul.nav-justified li.uib-tab>a {
   border: 1px solid #FFF;
   margin-right: 10px;
   background: #EEE;
   font-size: 1em;
   height: 4.5em;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}

.request-form ul.nav-justified li.uib-tab:last-child>a {
   margin-right: 0px;
}

.request-form ul.nav-justified>li.active>a, .request-form ul.nav-justified>li.active>a:focus, .request-form ul.nav-justified>li.active>a:hover {
   border-color: #FFF;
   background: #CFDDEF;
   border: 1px solid transparent;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   border-radius: 10px;
}

.request-form .nav-tabs.nav-justified>li>a {
   border-style: none;
   border-color: #FFF;
   border-radius: 0px;
}

.request-form ul.nav-justified li {
   border: none;
   margin: 0 5px;
}

.request-form ul.nav-justified {
   padding-bottom: 20px;
}

.bs-callout {
   padding: 10px 10px 10px 10px;
   margin: 10px 0 25px 0px;
   border: 0px solid #EEE;
   border-radius: 3px;
   font-size: 2em;
   /*color: #2EA4D9;*/
   color: #666;
   text-align: center;
}

.bs-callout a {
   font-size: 1em;
}
.message {
   width: 85%;
   margin: 0 auto;
   padding-top: 45px;
}
.question {
   text-align: center;
   color: #333;
   font-size: 1.5em;
   padding: 1em 0em;
}

.has-error .btn {
   border-color: #A94442;
}
.has-error {
   border-color: #A94442;
}
.glyphicon.input-state-indicator {
   line-height: 2em;
   text-align: center;
   vertical-align: middle;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
   display: none !important;
}

.nav-buttons {
   bottom: 50px;
   position: relative;
   text-align: center;
}

h4.tp-label {
   position: relative;
   bottom: 5px;
}

.attached-files {
   padding-top: 10px;
}

.attached-files .attached-file {
   overflow: hidden;
   text-align: center;
   width: 100px;
   cursor: pointer;
   display: inline-block;
   margin-right: 10px;
}

.attached-files .attached-file:hover {
   background: #ddd;
   border: 1px solid #aaa;
   color: #000;
}

.attached-files .attached-file button.close {
   position: relative;
   bottom: 5px;
}

.attached-files .attached-file .glyphicon {
   font-size: 2.4em;
   left: 10px;
}

.attached-files .attached-file .attached-file-name {
   overflow: hidden;
   text-overflow: ellipsis;
   white-space: nowrap;
   font-size: 75%;
}

.tp-page-information {
   font-size: 17px;
   margin-bottom: 50px;
   font-weight: 300;
   text-align: center;
}

.step-content-check {
   position: absolute;
   right: 2px;
   top: 2px;
   color: green;
}

.attached-files .readonly-attached-file {
   text-align: center;
   display: inline-block;
   width: 100px;
   white-space: nowrap;
   border: 1px solid #CCC;
   margin-right: 5px;
   border-radius: 4px;
   padding: 10px;
   text-overflow: ellipsis;
   overflow: hidden;
   cursor: pointer;
}

.attached-files .readonly-attached-file .file-icon {
   font-size: 2em;
}

.attached-files .readonly-attached-file:hover {
   background: #EEE;
}

.tab-comment .tab-comment-top {
   text-align: right;
   font-size: 120%;
}

.tab-comment .panel-body {
   padding-top: 5px;
   padding-right: 5px;
   background-color: #FFFFE0;
}

.saving-alert {
   width: 170px;
   float: right;
}

.saving-alert:hover {
   opacity: .5;
}

.saving-progress:hover {
   pointer-events: none;
}

.saving-alert .alert {
   position: fixed;
   z-index: 999999;
   width: 170px;
}

.unsaved-changes-indicator {
   color: red;
   font-size: 75%;
   position: relative;
   top: 3px;
}


/*
.app-header{
    text-align: center;
    font-size: 40px;
    font-weight: 300;
}
*/

span.bs-icon:before {
   vertical-align: middle;
}

.lineup-with-question {
   padding-top: 10px;
}

table tr td .form-group {
   margin: 5px;
   width: 85%;
}

table#projection_table {
   width: 85%;
   margin: 0 auto;
}

table#projection_table tr td:first-child {
   width: 25%;
   text-align: right;
   padding-right: 35px;
}

.content-login {
   width: 100%;
   margin: 0 auto;
   max-width: 800px;
   text-align: center;
}

.login-form {
   font-size: 15px;
   border: 1px solid #CCC;
   border-radius: 5px;
   padding: 0px 10px 10px 10px;
   width: 100%;
   margin-top: 20px;
   min-height: 300px;
}

.login-form div {
   padding-top: 15px;
}

.login-form .input_box {
   font-size: 12px;
   color: #333;
   padding-left: 10px;
   height: 35px;
   width: 100%;
   border: 1px solid #CCC;
   box-shadow: 0 1px 0 #EEEEEE inset, 0 1px 0 #FFFFFF;
   box-sizing: border-box;
   border-radius: 3px;
   display: block;
}

.login-form .button {
   font-size: 15px;
   box-shadow: 0 1px 0 #FFFFFF;
   height: 35px;
   width: 100%;
   max-width: 400px;
   background-color: #147AC7;
   background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.05));
   border: 1px solid #3B88C3;
   color: #FFFFFF;
   border-radius: 3px;
   cursor: pointer;
}
.login-form .textleft {
   display: inline-block;
   float:left;
}
.login-form .textright {
   display: inline-block;
   float:right;

}


#passStrength {
   height: 13px;
   width: 140px;
   margin-left: 20px;
}

#alert {
   display: none;
   font-size: 18px;
   color: #FFF;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   padding: 20px;
   margin: 40px 0 20px 0;
   background-color: #dc3737;
   margin-top: 40px;
}

#message {
   display: none;
   font-size: 18px;
   color: #FFF;
   -webkit-border-radius: 5px;
   -moz-border-radius: 5px;
   border-radius: 5px;
   padding: 20px;
   margin: 40px 0 20px 0;
   background-color: #147AC7;
}

.greenbutton {
   border: 0px;
   padding: 10px 15px;
   background-color: #60A700;
   color: #FFF;
   font-size: 14px;
   font-weight: bold;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
}
.sectioneditbutton {
   border: 0px;
   background-color: #60A700;
   color: #FFF;
   font-size: 14px;
   margin-left: 15px;
   -webkit-border-radius: 8px;
   -moz-border-radius: 8px;
   border-radius: 8px;
}
.sectioneditbutton:hover {
    background-color: #406d03;
}

/* banner fix at 1250px */
@media screen and (max-width: 985px) {
   .header {
      display: none;
   }
   #banner #full-banner {
      display: block;
   }
   #banner #banner-title {
      font-size: 2.5em;
      line-height: 40px;
   }
   label.control-label {
      text-align: left !important;
   }
}

@media screen and (max-width: 768px) {
   .form {
      width: 90%
   }
   .form .input_box {
      width: 100%
   }
   .w100 tr td {
      width: 90%;
      float: left;
   }
   .button {
      width: 95%;
      margin: 0 auto;
   }
   .header {
      height: 100%;
   }
   .header .right {
      display: none;
   }
   .header .center {
      width: 100%
   }
   .header .center img {
      width: 100%;
   }
   .header .left {
      display: none;
   }
   .banner-title td {
      display: block;
      width: 100%;
      height: 100%;
      text-align: center
   }
   .banner-title .left {
      text-align: center;
      padding-bottom: 10px;
   }
   #banner #full-banner {
      display: none;
   }
   #banner #m-banner {
      display: block;
   }
   #banner #banner-title {
      font-size: 2em;
      line-height: 40px;
   }
   label.control-label {
      text-align: left !important;
   }
}
