a:link,
a:visited,
a:hover,
a:active {
    color: darkblue;
}

/* mouse over link */
a:hover {
    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: white;
    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
}
.purple{
    color:#AD0CF2 !important
}
.gray{
    color:lightgrey !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: linear-gradient(135deg,#234,#467);
    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;
    color: white;

    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
}

/* links inside title */
.title a{
    color: #FFC300; 
    text-decoration: none;
}

/* hover effect */
.title a:hover{
    color: red;
    text-decoration: underline;
}

.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);
}

.tool-logo {
    padding-top: 15px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 300px;
    height:100px;
}

.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;
}

.navbar-do {
    background-color:#414141;
    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-brand,
.navbar-do .nav > li > a {
    color: white;
}

.navbar-do .navbar-collapse {
    background-color: #414141; /* 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: #414141;
}

.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;
}

/*.well {
    background-color: #FAFAFA;
}*/

.main-logo{
    /*background:linear-gradient(135deg,#234,#467);*/
    color:white;
    padding:10px 10px;
    border-radius:18px;
    /*margin-bottom:35px;*/
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.hero-top{
    background:linear-gradient(135deg,#234,#467);
    color:white;
    padding:10px 10px;
    border-radius:18px;
    /*margin-bottom:35px;*/
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.hero{
    background:linear-gradient(135deg,#234,#467);
    color:white;
    padding:30px 30px;
    border-radius:18px;
    margin-bottom:35px;
    box-shadow:0 10px 30px rgba(0,0,0,0.15);
}

.card{
    background:white;
    padding:28px;
    border-radius:16px;
    margin-top:20px;
    box-shadow:0 5px 18px rgba(0,0,0,0.08);
}

.flow{
    display:flex;
    flex-wrap:wrap;
    gap:20px;
    margin-top:25px;
}

.step{
    flex:1;
    min-width:220px;
    background:#eef4ff;
    border-left:6px solid #467;
    border-radius:12px;
    padding:20px;
}

.highlight{
    background:#fff7d6;
    padding:18px;
    border-radius:12px;
    border-left:6px solid #f0b400;
    margin-top:20px;
}

.my_badge{
    display:inline-block;
    background:#467;
    color:white;
    padding:6px 12px;
    border-radius:20px;
    font-size:14px;
    margin-bottom:15px;
}

.tool-box{
    background:#edf9f1;
    border-left:6px solid #2c8f4e;
    padding:20px;
    border-radius:12px;
    margin-top:20px;
}


.tool-box{
    background:#edf9f1;
    border-left:6px solid #2c8f4e;
    padding:20px;
    border-radius:12px;
    margin-top:20px;
}
footer{
    margin-top:60px;
    text-align:center;
    color:#666;
    font-size:14px;
}

