a:link {
  color: darkblue;
}

/* visited link */
a:visited {
  color: darkblue;
}

/* mouse over link */
a:hover {
  color: darkblue;
}

/* selected link */
a:active {
  color: darkblue;
}

p {
    line-height: 1.6;
    font-size: 16px;
    text-align: justify;    
}

label {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 100%;
}


.my-hr {
  border: 1px solid lightsteelblue;
}

.hr-gray {
  border: 1px solid lightslategray;
  height: 6px; 
  background-color: lightslategray;
   border-radius: 5px;
}

.badge{
   background-color: lightslategray;
}

.panel-heading {
    height: 32px;
    padding:8;  
}

.panel > .panel-heading {
    background-image: none;
    background-color: lightslategray;
    color: White;
}

.divCenter
{
    top: 35%;
    vertical-align: middle;
    text-align: center;
}

#filedrag
{
	display: none;
	font-weight: bold;
	text-align: center;
	padding: 1em 0;
	margin: 1em 0;
	color: #555;
	border: 2px dashed #555;
	border-radius: 7px;
	cursor: default;
}

#filedrag.hover
{
	color: #f00;
	border-color: #f00;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}

img
{
	max-width: 100%;
}

pre
{
	width: 95%;
	height: 8em;
	font-family: monospace;
	font-size: 0.9em;
	padding: 1px 2px;
	margin: 0 0 1em auto;
	border: 1px inset #666;
	background-color: #eee;
	overflow: auto;
}

#messages
{
	padding: 0 10px;
	margin: 1em 0;
	border: 0px solid #999;
}

#progress p
{
	display: block;
	width: 100%;
	padding: 2px 5px;
	margin: 2px 0;
	border: 1px inset #446;
	border-radius: 5px;
        font-size: 0.9em;
	background: #eee url("../img/progress.png") 100% 0 repeat-y;
}

#progress p.success
{
	background: #0c0 none 0 0 no-repeat;
}

#progress p.failed
{
	background: #c00 none 0 0 no-repeat;
}

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

.wide {
  width:100%;
  /*height:120px;*/ 
  background-image:url('../img/bg1.jpg'); 
}

/*div.dt-buttons{
    position:relative;
    float:right;
}*/

.footer {
  position: fixed;
  padding: 10px;
    height: 100px;
    bottom: 0;
    width: 100%;
  background-color: silver;
 
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

/* Style the tab */
.tab {
    /*float: left;*/
    border: 1px solid #ccc;
    background-color: #f1f1f1;     
}

/* Style the buttons inside the tab */
.tab button {    
    border-radius: 5px;
    background-color: inherit;
    color: black;
    padding: 10px 16px;
    width: 100%;   
    border: none;
    outline: none;
    text-align: left;
    cursor: pointer;
    transition: 0.3s;
    font-size: 17px;
}

/* Change background color of buttons on hover */
.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current "tab button" class */
.tab button.active {
    background-color:#85c395;
}

/* Style the tab content */
.tabcontent {
    /*display: inline;*/
    /*float: left;*/
    /*padding: 12px;*/
    border: none;
/*    border-left: 15px solid #adc2eb;*/
/*    width: 80%;   */
    /*overflow:auto;*/  
    /*height: calc(100vh - 200px);  Replace 42px with the needed height. 100vh means the whole height of the browser's viewport */
/*    height: -webkit-calc(100vh - 200px);
    height: -moz-calc(100vh - 200px);*/
   
}

.container{
    width:100%
}
.figure{
    min-height:130px;
    background-color: white;
}
.caption{
    display: flex;
    justify-content: center;
    align-items: center;
}
.green {
    color: green !important
}

.white {
    color: #DEE1FE !important
}

.red{
    color:#cc0000 !important 
}
.blue{
    color:#768CF8 !important     
}
.orange{
    color:#D89432 !important     
}
.yellow{
    color:#FFC300 !important     
}
.darkred{
    color:#B44D37 !important     
}

.turquoise{
     color:#b7f8f3 !important     
}
.my-group .form-control{
    width:70%;
}

.popover{    
     max-width: 500px;
}

.alert-info {
  background-color: #fefefe;
  border: 1px solid #adc2eb; 
  color: gray;
  border-color: #de0000; 
  border-radius: 5px;
  padding: 7px;
  font-size: 14px;
  /*border-left: 5px solid #adc2eb;*/ 
}

.alert-red {
  background-color: #fefefe;
  border: 2px solid #adc2eb; 
  color: gray;
  border-color: #de0000; 
  border-radius: 5px;
  padding: 10px;
  font-size: 18px;
  /*border-left: 5px solid #adc2eb;*/ 
}
.alert-blue {
  background-color: #fefefe;
  border: 2px solid lightsteelblue; 
  color: gray;
  border-color: lightsteelblue; 
  border-radius: 5px;
  padding: 10px;
  font-size: 18px;
  /*border-left: 5px solid #adc2eb;*/ 
}

.controls{
    background-color: #F2F3F4;
    border: 1px solid #adc2eb; 
    border-left: 5px solid #adc2eb;
    border-right: 5px solid #adc2eb;
    /*font-size: 17px;*/
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);   
}


.runBtn{
    background-color: #EBEBEB;
    border: 1px solid #229954; 
    border-left: 5px solid #229954;
    border-right: 5px solid #229954;
    font-size: 17px;
    min-height: 20px;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

.title{
    background-color: #EBEBEB;
    border: 1px solid lightslategray; 
    border-left: 1px solid lightslategray;
    border-right: 1px solid lightslategray;
    font-size: 17px;
    min-height: 20px;
    padding: 5px;
    margin-bottom: 20px;
    border-radius: 5px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05); 
}

.reference {
    line-height: 1.6;
    font-size: 14px;
    text-align: justify;
    margin-top: 10px;
}
.ui-autocomplete-loading {
    background: white url("../img/loading.gif") right center no-repeat;
}

.my-button{
    color: lightsteelblue; 
}

.jumbotron{
    padding: 10px;
}

.footerbar{
    position:relative;
    background-color: #F2F3F4;
    border: 1px solid #adc2eb; 
    border-left: 5px solid #adc2eb;
    border-right: 5px solid #adc2eb;
    font-size: 14px;
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    border-radius: 4px;
     text-align: center;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);   
}

.logo {
    padding-top: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 370px; 
    height:130px;
}

.logo2 {
    padding-top: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 370px; 
    height:120px;
}

.controls-orange{
    background-color: #F2F3F4;
    border: 1px solid orange; 
    border-left: 5px solid orange;
    border-right: 5px solid orange;
    font-size: 17px;
    min-height: 10px;
    padding: 4px;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);   
}

.bg-orange{
    background-color: #e8f8f5; 
}

.bg-blue{
    background-color:#e8edf8; 
}

/* Custom navbar styling */
.navbar-in {
  background: linear-gradient(to bottom, rgba(96,108,136,1) 0%,rgba(63,76,107,1) 100%);
  /*background: linear-gradient(to bottom, rgba(98,125,77,1) -50%,rgba(31,59,8,1) 100%);*/
  border-color: #3E8E41 !important; /* Matching border color */
}

.navbar-in .navbar-brand,
.navbar-in .navbar-nav > li > a {
  color: #dedede !important; /* Text color */
}

.navbar-in .navbar-brand:hover,
.navbar-in .navbar-nav > li > a:hover {
  background-color:rgba(96,108,136,1)
}

.navbar-in .navbar-brand:active,
.navbar-in .navbar-nav > li > a:active {
   background-color:rgba(96,108,136,1)
}

.navbar-in .navbar-brand:focus,
.navbar-in .navbar-nav > li > a:focus {
   background-color:rgba(96,108,136,1)
}


/* Custom navbar styling */
.navbar-grn {
  background: linear-gradient(to bottom, rgba(98,125,77,1) 0%,rgba(31,59,8,1) 100%);
  /*background: linear-gradient(to bottom, rgba(98,125,77,1) -50%,rgba(31,59,8,1) 100%);*/
  border-color: #3E8E41 !important; /* Matching border color */
}

.navbar-grn .navbar-brand,
.navbar-grn .navbar-nav > li > a {
  color: #dedede !important; /* Text color */
}

.navbar-grn .navbar-brand:hover,
.navbar-grn .navbar-nav > li > a:hover {
  background-color:rgba(98,125,77,1)
}

.navbar-grn .navbar-brand:active,
.navbar-grn .navbar-nav > li > a:active {
   background-color:rgba(98,125,77,1)
}

.navbar-grn .navbar-brand:focus,
.navbar-grn .navbar-nav > li > a:focus {
   background-color:rgba(98,125,77,1)
}


.navbar-do {
    background-color: #222;
    border: none;
    z-index: 1000;
    position: relative;
    min-height: 70px; /* Increased height */
    padding-top: 10px; /* Optional: more space above items */
    padding-bottom: 10px; /* Optional: more space below items */    
}
.navbar-do .navbar-toggle {
    border-color: #ccc;
    background-color: transparent;
}

.navbar-do .navbar-toggle .icon-bar {
    background-color: #fff; /* White bars for visibility */
}
/*.navbar-do .navbar-nav > li > a b {
    font-size: 17px;
}
.navbar-do .navbar-brand {
    font-size: 20px;  Adjust as needed 
}

.navbar-do .navbar-nav > li > a {
    font-size: 16px;  Adjust as needed 
}*/

.navbar-do .navbar-brand,
.navbar-do .nav > li > a {
    color: white;
}

.navbar-do .navbar-collapse {
    background-color: #222; /* Fixes mobile background issue */
}

.navbar-do .dropdown-menu {
    background-color: #fff;
    z-index: 1050;
}

.navbar-do .nav > li > a:hover,
.navbar-do .nav > li > a:focus {
    background-color: #333;
}

.navbar-do .white {
    color: white;
}

.navbar-do .blue {
    color: #5bc0de;
}

.navbar-do .green {
    color: #5cb85c;
}



.btn-link-button {
    background-color: orange;
    color: darkblue !important;
    border: 1px solid black;        
    border-radius: 3px;            
    padding: 2px;             
    margin-left: 5px;
    cursor: pointer;
}

.vertical-center {
  height: 400px;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}