.workflow-head-div{
	position:absolute;
	width:100%;
	height: 5.5vh;
}

.workflow-heading{
	font-family:Bembo1;
	color:black;
	padding-bottom:15px;
	display:block;
	width:79%;
	float:left;
	font-size: 1.8vw !important;
    margin: 0vw !important;
    padding-bottom: 0vw !important;
    top: 1vw !important;
    position: relative;
    line-height: 1vw !important;
}

#workflow-tasks {
    width: 66%;
    float: left;
    background: #E8E5D4;
    position: relative;
    height: calc(97vh - 14vh);
    top: 2.7vw;
    overflow-x: hidden;
    overflow-y: auto;
}

#workflow-details {
    width: 34%;
    float: left;
}


.assignaccord {
    border-bottom: 0.02vw solid #bfbf5e !important;
    padding: 0.5vw 0.2vw 0.5vw 1.7vw;
    height: 2.5vw !important;
    line-height: 1vw !important;
}

#workflow-tasks button.accordion.active, button.accordion:hover {
    background-color: transparent;
    /* padding-top: 4vh; */
    padding: 0 !important;
}

#workflow-tasks button.accordion {
    background-color: #EEEEEE;
    color: #444;
    cursor: pointer;
    /* padding: 8px 2px 8px 15px; */
    padding: 0 !important;
    text-align: left;
    border-top: none;
    border-left: none;
    width: 13%;
    border-bottom: none;
    border-right: none;
    outline: none;
    transition: 0.4s;
    margin-bottom: 0px;
    font-size: 0.8vw;
    font-family: Lato;
    font-weight: 400;
}

#workflow-tasks button.accordion.active:before {
    content: "\f138";
    transform: rotate(90deg);
    font-family: 'fontawesome-alloy';
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    margin-right: 0.5vw;
    font-size: 1.1vw;
}

.searchIcon {
    background-color: transparent;
    border: none;
    box-shadow: none;
    padding: 0 !important;
    outline: none;
    color: transparent;
    padding-top: 0 !important;
    position: relative;
    /* top: 0.7vw; */
}

.searchIcon::before {
    content: "\f0b0";
    font-family: FontAwesome;
    color: #e8e5d4 !important;
    font-size: 0.6vw !important;
    padding-right: 0.5em;
    cursor: pointer;
    display: inline-block;
    font-style: normal;
    font-weight: 100;
    text-decoration: inherit;
    top: 0.01vw;
    position: relative;
    background-color: #5A5A5A;
    border-radius: 50%;
    width: 1vw;
    height: 1vw;
    padding-left: 0.25vw;
    padding-top: 0.04vw;
}