/**
 *
 * Apply Here your Custom CSS
 *
*/

/* input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-text-fill-color: #fff !important;
} */
.draggablehandle {
    cursor: grab;
    display: inline-block;

    margin-left: 1px;
    margin-top: 3px;
}
  
.draggable-table__drag {
    position: absolute;
    width: 100%;
    z-index: 10;
    cursor: grabbing;
    opacity: 0.00001;
}

tr.is-dragging {
    background: #f5f5f6;
    filter: opacity(0.6) !important;
} 

.deletedtext {
    text-decoration: line-through;
    color: #dadada !important;
    cursor: default;
    pointer-events: none;
}

.pagetitle {
    margin-top: 17px;
    margin-bottom: 0px
}

.well {
    margin-bottom: 0px !important;
}

.textrow {
    padding-top: 13px !important;
}

.modal-body h3 {
    margin-top: 0px;
    margin-bottom: 15px;
}

.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
    background-color: white;
}
.ui-menu {
    z-index: 99999;
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: none;
    max-height:200px;/*The important part*/
    overflow-y:auto;/*Also...*/
    overflow-x: auto;/*And the end of the important part*/
    white-space:nowrap;
    border: 1px solid #ebebeb; 
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	position: relative;
	margin: 0;
	cursor: pointer;
	min-height: 0;
    list-style: none;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu-item-wrapper{
    padding: 8px 12px !important;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    background: #303641;
    border-color: #303641;
    color: #FFF;
    
}
.ui-helper-hidden-accessible{
    display: none;
    
}

.ui-menu-item{
    color: #333;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
}