/* font for whole app */
body {
  font-family: "Futur", sans-serif;
}

/* logo */
.skin-blue .main-header .logo {
  background-color: #ffffff;
}
.skin-blue .main-header .logo:hover {
  background-color: #ffffff;
}

/* navbar (rest of the header) */
.skin-blue .main-header .navbar {
  background-color: #ffffff;
  border-bottom-style: none;
}

.navbar.navbar-default .container-fluid { max-width: 1140px; }

.navbar.navbar-default.navbar-static-top {
  border-color: #f2f2f2;
  background-color: #f2f2f2;
  color: #262626;
}

.navbar-brand {
  width: 400px;
}

.navbar-header {
  width: 400px;
}


.navbar-default > li > a, .navbar-brand {
     padding-top:4px !important; 
     padding-bottom:0 !important;
     min-height:100px !important;
     background-color: #f2f2f2;
     color: #262626;
     font-weight: 600;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  text-decoration: underline;
  background-color: #f2f2f2;
  color: #262626;
  font-weight: 600;
}

.nav>li>a:hover {
  text-decoration: underline;
  background-color: #f2f2f2;
  color: #262626;
  font-weight: 600;
}


.navbar {
  min-height:100px !important;
}

.navbar .navbar-nav {
  float: right;
  padding-left: 10px; 
  padding-right: 10px; 
}

.btn.dropdown-toggle.btn-default, .btn.dropdown-toggle.btn-default:hover {
  background-color: #ffffff;
}

/* buttons of collapsible boxes */
.btn.btn-box-tool, .btn.btn-box-tool:after, .btn.btn-box-tool:before {
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  border-style: groove;
  -webkit-box-shadow: none; 
  -moz-box-shadow: none; 
} 

.btn.btn-box-tool:hover, #strat1.btn.btn-box-tool:hover {
  background-color: #dcdcdc;
}

.btn.btn-box-tool:focus, #strat1.btn.btn-box-tool:focus {
  border: 1px;
  border-color: #000000;
  border-style: solid;
} 

.fas.fa-plus, .fas.fa-plus::before, .fas.fa-plus::after, .fas.fa-minus {
  font-size: 26px;
  color: #ec6600;
  text-align: center;
}

.fas.fa-plus:focus, .fas.fa-minus:focus {
  border: 1px;
  border-color: black;
  border-style: solid;
}

.box, .box.collapsed-box {
  -webkit-box-shadow: none; 
  -moz-box-shadow: none;
  box-shadow: none;
  border: 0;
}

/* box header */
.box-header {
  color:#262626;
  background: #f2f2f2;
  border-bottom-style: solid;
  border-bottom-width: 0.2px;
  border-bottom-color: #bfbfbf;
  border-left-style: solid;
  border-left-width: 0.2px;
  border-left-color: #bfbfbf;
  border-right-style: solid;
  border-right-width: 0.2px;
  border-right-color: #bfbfbf;
  border-top-width: 0.2px;
  border-top-style: solid;
  border-top-color: #bfbfbf; 
  -webkit-box-shadow: none; 
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 0 10px 20px 0;
}

/* box header title */
.box-header .box-title {
  font-weight: 600;
  font-size: 20px;
  color: #262626;
      }
.box-header h3 {
  width: 100%;
  padding: 10px;
}

/* box body */
.box-body {
  color:#000000;
  padding-top: 21px;
  padding-right: 21px;
  padding-bottom: 22px;
  padding-left: 21px;
  background: #f2f2f2;
  border-top-style: none;
  border-bottom-style: solid;
  border-bottom-width: 0.2px;
  border-bottom-color:#bfbfbf;
  border-left-style: solid;
  border-left-width: 0.2px;
  border-left-color:#bfbfbf;
  border-right-style: solid;
  border-right-width: 0.2px;
  border-right-color:#bfbfbf;
  -webkit-box-shadow: none; 
  -moz-box-shadow: none;
  box-shadow: none;
}

/* styling der Foldouts */
.box-tools.pull-right {
  margin-top: 10px;
}

.box-title img {
  margin-top: 5px;
  display: inline-block;
}

.box-title.zert_header {
  margin-top: -27px;
  display: inline-block;
}

p img {
  margin-bottom: 12px;
}


/* color and styling for links */
.box-body p a {
  color: #000;
  text-decoration: underline;
}


.tooltip > .tooltip-inner {
    width: 400px;
    color: white;
    background-color: #262626;
    text-align: left;
}

.highcharts-container {
  font-family:"Times New Roman", Arial, sans-serif;
}

.highcharts-tooltip text {
  font-size: 5px;
}

/* value boxes */
.small-box.bg-orange {
  background-color: #f2f2f2 !important;
  color: #262626 !important;
}

/* PNG */
.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.zert_header {
  position: inherit;
  margin-left: 60px;
  margin-bottom: -20px;
  margin-top: -20px;
}


/* box for upload KIDs */
#kidupload {
  width: 600px !important;
}

/* link colour and behaviour */
/*a#strat1-risk_link.action-button.shiny-bound-input */
.app_links{
  color: #262626;
  text-decoration: underline;
}
.app_links:hover {
  color: #262626;
  text-decoration: none;
}

.app_links:focus {
  border: 1px;
  border-style: solid;
  border-color: black;
  text-decoration: none;
}

/* footer */
.footer {
             position: inherit;
             bottom: 0;
             width: 100%;
             height: 100px; /* Set the fixed height of the footer here */
             background-color: #f2f2f2;
             z-Index: 1000;
}

.footer button {
  padding: 10px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 18px;
  font-weight: bold;
  vertical-align: center;
  text-align: center;
  color: #000000;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  height: 40px;
  text-decoration: underline;
}

.footer .btn-default:after, .footer .btn-default:before, .footer .btn-default:active::after, .footer .btn-default:focus, .footer .btn-default:hover::after, .btn.modal_btn:focus, #strat1-submit_data:focus {
  background-color: #f2f2f2;
  border-color: #000000;
  text-decoration: none;
  border-width: 1px;
}

.footer .btn-default:hover, .btn.modal_btn:hover, #strat1-submit_data:hover {
  text-decoration: none;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
}

/* Data Table */

.highcharts-data-table table {
  border-collapse: collapse;
  border-spacing: 0;
  background: white;
  min-width: 100%;
  margin-top: 10px;
}

.highcharts-data-table td,
.highcharts-data-table th {
    text-align: center;
    font-family: "Futur", sans-serif;
    font-size: 10pt;
    border: 1px solid silver;
    padding: 0.5em;
}

p {
  font-size: medium;
}

/* not yet applicable
strong {
  font-size: 35px;
  font-weight: bold;
}
*/


/* Icon Styling */

.fa-upload {
  color:#ec6600;
  padding-right: 10px;
  
}

.glyphicon-zoom-in {
  color:#ec6600;
  padding-right: 10px;
  
}

.fa-certificate {
  color:#ec6600;
  padding-right: 10px;
  filter: opacity(0.2);
  
}

.fa-layer-group {
  color:#ec6600;
  padding-right: 10px;
  filter: opacity(0.2);
  
}

.fa-euro-sign {
  color:#ec6600;
  padding-right: 10px;
  filter: opacity(0.2);
  
}

.fa-university {
  color:#ec6600;
  padding-right: 10px;
  filter: opacity(0.2);
  
}

.btn #btn_col {
  align-items: center;
  
}

.fa-building-columns {
  color:#ec6600;
  padding-right: 10px;
  filter: opacity(0.2);
  
}


/* Button Styling and behavior */

.btn.tool_buttons {
  font-size: 18px;
  vertical-align: middle;
  text-align: center;
  color: #000000;
  font-weight: bold;
  background-color: #ffffff;
  border: 3px;
  border-style: solid;
  border-color: #ec6600;
  height: 40px;
  width: 240px;
  margin: 15px;
  display: inline-block;
  overflow: hidden;
}

.btn.datatbl_buttons {
  font-size: 18px;
  vertical-align: middle;
  text-align: center;
  color: #000000;
  font-weight: bold;
  background-color: #ffffff;
  border: 3px;
  border-style: solid;
  border-color: #ec6600;
  height: 40px;
  width: 100%;
  max-width: 400px;
  margin: 15px;
  display: inline-block;
  overflow: hidden;
}

.btn.tool_buttons:hover, .btn.tool_buttons:focus, .btn.datatbl_buttons:hover, .btn.datatbl_buttons:focus  {
  background-color: #f2f2f2;
}

#strat1-rest_time:focus {
  border-width: 1px,
  border-color: #000000;
  border-style: solid;
}

#strat1-submit_data {
  padding: 5px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: middle;
  text-align: center;
  color: #000000;
  background-color: #ffffff;
  border: 3px solid #ec6600;
  height: 35px;
  width: 150px;
}


#strat1-submit_data:hover, #strat1-submit_data:focus  {
  background-color: #f2f2f2;
  vertical-align: middle;
  text-align: center;
} 

#strat1-reset_filter:hover, #strat1-reset:hover {
  text-decoration: none;
}

 #strat1-reset_filter:focus, #strat1-reset:focus {
   text-decoration: none;
   border: 1px;
   border-color: black;
   border-style: solid;
 }



#strat1-reset_filter, #strat1-reset_filter:after, #strat1-reset_filter:before {
  padding: 5px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: center;
  text-align: center;
  color: #000000;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  text-decoration: underline;
  height: 35px;
  width: 180px;
}

#strat1-reset {
  padding: 5px;
  margin-bottom: 15px;
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  vertical-align: center;
  text-align: center;
  color: #ec6600;
  background-color: #f2f2f2;
  border-color: #f2f2f2;
  text-decoration: underline;
  height: 35px;
  width: 180px;
}

#datatbl_subcat, #datatbl_curr, #strat1-datatbl_perf, #strat1-datatbl_cost, #strat1-datatbl_risk {
  align-self: center;
  justify-self: center;
  font-size: medium;
  font-family: "Futur", sans-serif;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.gmisc_table {
  width: 100%;
}

tr:nth-child(odd) {
  background-color: #f2f2f2;
}
