body {
    font-family: sans-serif;
}

.flex-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
    justify-content: stretch;
}

.flex-row{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.custom-nav-button{
    border-style: solid;
    border-radius: 10px;
    border-width: 1px;
    border-color: #007bff; 
    background-color: transparent;
    margin: 5px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
}

.custom-nav-image{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100px;
    width: 125px;
    text-align: center;
    font-size: 80px;
    justify-content: center;
    align-content: center;
    padding: 10px;
    color: darkgray;
}

.custom-nav-text{
    height: 25px;
    width: 125px;
    font-weight: 400;
    text-align: center;
    color:#007bff;
}

a.custom-nav-anchor:visited, a.custom-nav-anchor:hover, a.custom-nav-anchor:link, a.custom-nav-anchor:active{
    text-decoration: none;
}

a.custom-nav-anchor:hover > div{
    background-color: #F5F5F5;
}

.validation-error{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    font-size: 14px;
    border-radius: 5px;
    border-color: #dc3545;
    border-width: 1px;
    border-style: solid;
}

.validation-bg-danger{
    background-color: transparent;
}

.validation-text-danger{
    color: #dc3545;
}

.description{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 5px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    font-size: 14px;
    border-radius: 5px;
    border-color: #007bff;
    border-width: 1px;
    border-style: solid;
}

.description-bg-info{
    background-color: transparent;
}

.description-text-info{
    color: #007bff;
}

.pagination-page-info {
    padding: .6em;
    padding-left: 0;
    width: 40em;
    margin: .5em;
    margin-left: 0;
    font-size: 12px;
}
.pagination-page-info b {
    color: black;
    background: #6aa6ed;
    padding-left: 2px;
    padding: .1em .25em;
    font-size: 150%;
}


.workflow-flex-container{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
    justify-content: stretch;
}

.workflow-flex-row{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
}

.workflow-flex-col{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    border-right: #343a40;
    border-right-style: dotted;
    border-right-width: 1px;
}


.workflow-window{
    width: calc(100vw - 5px);
    height: calc(100vh - 60px);
    overflow: scroll;
    position: absolute;
    top: 60px;
    padding-top: 140px;
    left: 5px;
    scrollbar-color:  #f7b12c #494949;
    scrollbar-width: thick;
}

.workflow-window::-webkit-scrollbar {
    -webkit-appearance: none;
}
.workflow-window::-webkit-scrollbar:horizontal {
    height: 15px;
}
.workflow-window::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, .5);
}
.workflow-window::-webkit-scrollbar-track { 
    background-color: #fff; 
    border-radius: 8px; 
} 

.workflow-tidy-top {
    position: fixed;
    width: 100vw;
    height: 150px;
    background-color: #fff;
    margin-top: -144px;
    z-index: 50;
}

.workflow-status-header{
    position: sticky;
    z-index: 100;
    top: -120px;
    border-style: solid;
    border-radius: 10px;
    border-width: 1px;
    border-color: #f7b12c; 
    background-color: #f7b12c;
    margin: 10px;
    margin-top: -130px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    width: 250px;
    height: 120px;
    padding: 10px;
}

.workflow-status-header > div{
    font-size: 1em;
    color: #4a4a4a;
    font-weight: 600;
}

.workflow-jobs > div{
    color: #6c757d;
}

.workflow_red_alert {
    background-color: #a00;
    opacity: 0.6;
    color: #fff;
}

.workflow_red_alert > * {
    color: #fff !important;
}

.workflow_amber_alert {
    background-color: rgba(240, 163, 10, 0.8);
}

.workflow-jobs{
    z-index: 0;
    border-style: solid;
    border-radius: 10px;
    border-width: 1px;
    border-color: #6c757d; 
    margin: 10px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    width: 250px;
    min-height: 120px;
    padding: 10px;
}

.header-row{
    display:flex;
    flex-direction: row;
    align-content: flex-end;
    margin: 15px 0px 15px 0px;
    justify-content: flex-end;
    width: 100%;
}

.user-logo{
    border-style: solid;
    border-width: 1px;
    border-radius: 20px;
    border-color: #007bff;
    padding: 5px 15px 5px 15px;
    min-width: 100px;
    box-shadow: 2px 2px 2px rgba(0,0,0,0.2);
    background-color: transparent; 
}

.user-name{
    font-size: 20px;
    font-weight: 400;
    color: #007bff;
}

.user-icon{
    font-size: 25px;
    font-weight: bold;
    color: darkgray;
}


/* Typeahead CSS */
.typeahead {
	background-color: #FFFFFF;
}
.twitter-typeahead{
    flex-grow: 1;
}
.typeahead:focus {
	border: 2px solid #0097CF;
}
.tt-query {
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
}
.tt-hint {
	color: #999999;
}
.tt-menu {
	background-color: #FFFFFF;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 8px;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	margin-top: 12px;
	padding: 8px 0;
	width: 479px;
    max-height: 250px;
    overflow-y: auto;
}
.tt-suggestion {
	font-size: 18px;  /* Set suggestion dropdown font size */
	padding: 3px 20px;
}
.tt-suggestion:hover {
	cursor: pointer;
	background-color: #0097CF;
	color: #FFFFFF;
}
.tt-suggestion p {
	margin: 0;
}

a.btn-icon-tooltip:visited, a.btn-icon-tooltip:hover, a.btn-icon-tooltip:link, a.btn-icon-tooltip:active{
    text-decoration: none;
}

.drag-jobs {
    cursor:move;
}

.drop-jobs {
    list-style-type: none; 
    margin: 0; 
    float: left;
    padding: 0px;
    width: 100%;
    height: 100%;
}

.card-header {
    background-color: #6495ED!important;
    color:white;
}

.card-body {
    padding-left: 3rem!important;
    padding-right: 3rem!important;
}