/* Vars */
:root {
    --title-text-color: #4d6581;
    --title-text-size: 18px;
    --info-title-size: 18px;
    --default-title-size: 16px;
    --default-text-size: 14px;
    --small-text-size: 12px;
    --text-color: rgb(138,138,138);
    --main-font: 'gothic';
    --style-variant-font: normal;
    --icon-size: 16px;
	--error-color:#bb1104;
	--header-color:#f8f9fb;
	--row-disabled-color: rgb(200,200,200);
}
.window-message{
  margin: 0 auto;
}
legend{
    font-size: 16px;
}
.center{
    text-align:center;
}
.h1, .h2, .h3, h1, h2, h3{
    margin-top: 5px;
    margin-bottom: 5px;
}

h1 { 
    font-size: 18;
    color: var(--title-text-color);
    display: inline-block;
}
h2 { 
    font-size: 16;
    color: var(--title-text-color);
}
h3{
    font-size: 15;
}
hr {
    height: 1px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    background-color: #eee;
    /* color : black; */
    /* background: url(../img/menuPanel/hr.png) repeat-x scroll center; */
    border: none;
}
/* ==========================================================================
   Main portal style
   ========================================================================== */
/* Mod info */
/* .default-pin-details-method{
    font-size : 14px;
}
.default-pin-details-method table{
    font-size : 14px;
}
.info-pin-details-method table td{
    padding : 3px;
} */
/* Mod info */
.coordinate-number{
    font-size: 13.5px;
}
.default-details-method{
    font-size : 14px;
}
.default-details-method table{    
    padding: 10px;
    font-size : 14px;
}
.default-details-method div{    
    padding: 10px;
}
.default-details-method h2{    
    padding: 0;
}
.default-details-method table td{
    padding : 3px;
}
.default-details-method ul{
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.default-details-method button{
    border: none;
    background: none;
}
/* .default-details-method img{
    max-width: 100%;
} */
.default-details-method button:hover {
    color: var(--title-text-color);
}
.default-details-method button:active {
    outline: none;
    border: none;
}
.default-details-method button:focus {
    outline: none;
    border: none;
}
.default-details-method ul button{
    text-align: justify;
    padding: 5px;
}


.default-details-method i{
    padding: 10px;
}
/* .default-link-button{
    border: none;
    background: none;
} */

.contextMenu {
    padding :0 !important;
}
/* composition */
#composition{
    z-index:20000;
    background-color: rgba(255,255,255);
    box-shadow: rgb(136, 136, 136) 0px 0px 6px;
    width : 100%;
    /* height: 100%; */
    max-width: 770px;
    position: fixed;
}
#composition img{
    cursor:pointer;
}
#composition .annotation-title{
    float:right;
}
#composition table{
    clear: both;
    margin: 0 auto;
}
#composition-info-text{
    text-align: justify;
	font-size: 13px;
}

.disable-select {
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}
.page-container {
    display: -webkit-box;
    display: flex;

    -webkit-box-orient: vertical;
    flex-direction: column;

    padding: 20px;
    box-sizing: border-box;
}

/*openlayers*/
/*controls*/
.custom-overviewmap{
    width: 219px;
    height:130px;
    max-height:150px;
    position: fixed;
    bottom: 49px;
    right: 15px;
}
.custom-overviewmap button {
    display: none !important;
}
.ol-control{
    border-radius: 0;
}
.ol-zoom{
    display: none;
}
.ol-attribution button, .ol-attribution ul button{
    display: none !important;
}
.ol-attribution{
    right: unset !important;
    border-radius: 0 !important;
    height: 1em !important;
    line-height: 0.65em !important;
    bottom: 5px !important;
    left: 1em;
}
.ol-scale-line {
    border-radius: 0 !important;
    /*bottom: 1em !important;*/
    /*left: 450px !important;*/
    padding-top: 10px !important;
    margin-top: 12px !important;                
    margin-right: 20px !important;
    position: relative !important;
    background: rgba(255,255,255,.3) !important;
    color: black !important;
}
.ol-scale-line-inner {
    border: 1px solid #000 !important;
    border-top: none !important;
    color: #000 !important;
    font-size: 10px;
    text-align: center;
    margin: 1px;
    will-change: contents,width;
}
/*basic elements*/
body{
    font-family: 'gothic';
    color: var(--text-color);
    width: 100vw;
    /* height: 100vh; */
    padding: 0;
    margin: 0;
    /*overflow: hidden;*/
}
.container {
    width: 100vw;                  
    padding-left: 1em;
    /*padding-right: 1em;*/
}
.header-panel {
    z-index: 10;
    width : 100%;
    position: fixed;
    top: 1em;
    left: 1em;
}
.header-panel-left {   
    z-index: 10;
    background-color: transparent;

    /*media*/
    height: 40px;
    font-size: 1.4em;
}
.header-panel-left > button{   
    width: 39px;
    height: 39px;
	border:0;
	padding:13px;
}
.header-panel-left > input{
    max-width: 50vw;
	height: 39px;
	margin-right: -7px;
}
.header-panel-right { 
    color: var(--title-text-color);
    z-index: 10;
    background-color: transparent;
}
#communityLogo-img{
  cursor: pointer;
}
.map {
    top: 0;
    left: 0;        
    /* max-height: 100%vh; */
    position: fixed;
    z-index: 5;
}
.footer-panel {
    position: fixed;
    background-color: #f5f5f5;
    bottom: 1em;
    z-index: 10;
    opacity: 0.8;
    /*background-color: transparent;*/                
    /*media*/
    height: 36px;
}            
.map-coordinate{
    font-size:13px;
    max-height:36px;
}


/*media*/
.footer-panel > button{
    z-index: 10;
    height: 36px;
    min-width: 25px;
    font-size: 1.2em;
}
/* Result panel  - start*/
.resultPanel-content{
    padding: 0  10px 10px 5px;
    overflow-y: auto;
    height: calc(100% - 128px);
}
#resultPanel-image{
    background-color: #f3f4f8;
}
.resultPanel {
    overflow-y: hidden;
    z-index:15;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
}
.resultPanel-header{
    text-align:center;
    padding-top:1em;
    padding-bottom:1em;
}
.resultPanel .closebtn {
    position: relative;
    font-size: 1em;
    cursor: pointer;
}
.resultPanel .closebtn > img {
    padding-right:0.2em;
    line-height:1em;
}
.resultPanel .backbtn {
    position: relative;
    font-size: 1em;
    padding-right: 50px;
    cursor: pointer;
}
.resultPanel .backbtn > img{
    padding-right:0.2em;
    line-height:1em;
}
.resultPanel-content{
    overflow-y: auto;
    /* height: calc(100% - 348px); */
}
.resultPanel-content > button {
    /* border-top: 1px solid #eee;                 */
    border-bottom: 1px solid #eee;
}            
.resultPanel .resultPanel-content div {
    padding-top: 5px;
    padding-bottom: 3px;
}
/*Result panel - end*/
/* Results methods */
info-pin-objs {
    padding: 5px 5px 0 20px;
}

/*Right side menu - start*/
.menuPanel-content{
    overflow-y: auto;
    height: calc(100% - 128px);
}
.menuPanel {
    overflow-y: hidden;
    z-index:15;
    height: 100vh;
    max-width: 100vw;
    max-height: 100vh;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: white;
    overflow-x: hidden;
    transition: 0.5s;
}
.menuPanel-header{
    text-align:center;
    padding-top:1em;
    padding-bottom:1em;
}
.menuPanel .closebtn {
    color: var(--title-text-color);
    position: relative;
    font-size: 1em;
    cursor: pointer;
}
.menuPanel .closebtn > img {
    padding-right:0.2em;
    line-height:1em;
}
.menuPanel .backbtn {
    position: relative;
    font-size: 1em;
    padding-right: 50px;
    cursor: pointer;
}
.menuPanel .backbtn > img{
    padding-right:0.2em;
    line-height:1em;
}
.menuPanel-content > button {
    /* border-top: 1px solid #eee;                 */
    border-bottom: 1px solid #eee;
}            
.menuPanel .menuPanel-content div {
    padding-top: 5px;
    padding-bottom: 3px;
}
/* .menuPanel .noautochange{
    cursor: pointer;
    font-size : var(--default-text-size);
    color: var(--title-text-color);
    padding-left: 45px;
} */
.menuPanel .submenu{
    cursor: pointer;
    font-size : var(--default-text-size);
    color: var(--title-text-color);
    padding-left: 45px;
}
.menuPanel .contentAccordion > hr{
    margin-top: 5px;
    margin-bottom: 5px;
    /* border-top: 1px solid #eee; */
    background-color: #eee;
}
.menuPanel .submenu > img{
    padding-right: 10px;
}
.accordion {
    /*background-color: #eee;*/
    background-color: white;
    /*color: #444;*/
    color: var(--title-text-color);
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.4em;
    transition: 0.4s;
}
.active, .accordion:hover {
    /*background-color: #ccc;*/
    background-color: #eee;
}
.accordion > img {
    padding-right: 1em;
}
.contentAccordion {
    padding: 0 18px;
    margin: 0;
    display: none;
    background-color: white;
    overflow: hidden;
    border-radius: 0;
}
/*right side menu - end*/
/* Tree -start */

/* .tree-header > div{
    line-height: 14px;
    vertical-align: middle;
}
.tree-header > input{
    clear:both;
    float:left;
} */
.tree-option{
    max-width: 300px;
}

.tree-option .title-text{
    color: var(--title-text-color);    
    -webkit-user-select: none;  
    -moz-user-select: none;    
    -ms-user-select: none;      
    user-select: none;
}


/* table tr td{
    width:50%;
} */

.tree div{
    cursor:pointer;
    padding-top: 0 !important;
    padding-bottom: 2px !important;
}
.header{
    clear:both;
}
.tree-header-text{
    cursor:n-resize !important;
}
.tree-header > input{
    margin-left: 5px;
    margin-right: 5px;
    clear:both;
    float:left;
    cursor: pointer;
}
.leafs {
    clear:both;
    margin-left : 20px;
}
.leafs > div > div{
    display: inline;
}
.leafs > div > div > input{
    cursor:  alias !important;
    margin-left: 5px;
    margin-right: 5px;
}
.leafs > div > button{
    /* border: none; */
    height: 22px;
    width: 22px;
    padding: 0;
    line-height: 0;
    float: right;
}
.ol-touch .ol-control button {
    display: none;
}

/* Tree - end */
.leafs > div > button{	
    border:0;
    background:none;
}

.result-list{
    font-size: 12px;
    position:absolute;
    background: white;
    max-width: 400px;
    z-index:999;
	margin-left: 47px;
}
.result-list tr{
    cursor: pointer;
}
.result-list td{
    font-size: 14px;
    padding-top: 10px;
    padding-right: 10px;
}
.result-list tr:hover {
    /*background-color: #ccc;*/
    background-color: #eee;
}

.pagging-search button{
    float:left;
    margin-right: 5px;
}
.pagging-search input{
    float:left;
    margin-right: 5px;
    max-width: 100px;
    text-align: center;
}
.pagging-search{
    margin-top: 10px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* it works on google chrome, scrollbar css*/
::-webkit-scrollbar{
	width: 14px;
}          
::-webkit-scrollbar-button {
    overflow:hidden!important;
	width: 0px;
    height: 0px;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-thumb
{
    -webkit-border-radius:0px;
    background-color:#999;
    border: none;
}
::-webkit-scrollbar-thumb:hover{
    background-color:#BBB;
}
/*test
/*.method-result-table-icon {
	padding:0 25px 0px 10px;
	vertical-align:top
} */
/*result panel .hide-result-button-image {
	border : 0!important;
	width:26px!important; height:26px!important;
	background: url(../icons/options/menu.png) no-repeat scroll center !important;
}	*/

/* defaultowy text extjs
.x-form-text-default{
	font-family: var(--main-font) !important;
	font-style: normal !important;
	font-variant: normal !important;
	color: var(--text-color) !important;
	text-align:left !important;

}


*/
.annotation-title{
    text-align: center;
    font-family: var(--main-font)!important;
    font-size: var(--default-title-size);
    font-style: normal;
    font-variant: normal;
    color: var(--title-text-color);
}

/* hide wall */
.hide-component{    
    z-index:19999;
    background-color: rgba(255,255,255,0.7);
    background-image: none;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
/*loading component*/
#loading-component-container{
    z-index:20001;
    position:fixed;
    width: 100%;
    height: 100%;
    
    background-color: rgba(255,255,255,0.7);
    background-image: none;
    border-style: solid;
    border-width: 1px;
    border-color: transparent;
}
#loading-component{
    z-index:20002;
    max-width:100%;
    width: 320px;
    height: 120px;
    position:fixed;
    color: var(--text-color);
    font-family: var(--main-font);
    top: calc(50vh - (/* height */160px / 2));
    left: calc(50vw - (/* width */320px / 2));
    /* box-shadow: 1px 1px; */
    /* border: 1px outset; */
    box-shadow: rgb(136, 136, 136) 0px 0px 6px;
    padding: 5px;
}
#loading-component td{
    padding-right: 10px;
    padding-left: 10px;
    text-align: left;
    font-size: 0.9em;
}
.tooltip {
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    color: white;
    padding: 4px 8px;
    opacity: 0.7;
    white-space: nowrap;
}
.tooltip-measure {
    opacity: 1;
    font-weight: bold;
}
.tooltip-static {
    background-color: #ffcc33;
    color: black;
    border: 1px solid white;
}
.tooltip-measure:before,
.tooltip-static:before {
    border-top: 6px solid rgba(0, 0, 0, 0.5);
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: "";
    position: absolute;
    bottom: -6px;
    margin-left: -7px;
    left: 50%;
}
.tooltip-static:before {
    border-top-color: #ffcc33;
}
#searchParamsCheckbox{
    color: var(--title-text-color);
    font-weight: 300;
    font-size: 13px;
    text-align: center;
	margin-left: 18px;
}
/* window - opcje w warstwie */

.window-dragabble{
    position: fixed;
    background-color: white;
    border: solid 1px;
    z-index: 8000;    
	padding-bottom: 10px;
	max-height: 90vh;
	overflow: hidden;
}
.window-dragabble > div{
    padding: 10px;
	height: fit-content;
}
.window-dragabble-header {
    font-family: var(--main-font)!important;
    font-size: var(--default-title-size);
    color: var(--title-text-color);
	font-weight: bold;
    background-color: var(--header-color);
    cursor: move;
    border-bottom:solid 1px#8A8A8A;
	max-height:60px;
	overflow: hidden;
}
.window-dragabble-header img{
    padding-right:5px;
}
.window-dragabble-header > button{
    float: right;
    line-height: 1px;
    padding: 0;
    width:20px;
    height:20px;
    margin-left: 5px;
	border: 0;
}
.window-dragabble-header .close-x-button{
    background: url(../img/window/x.png);
    background-repeat: no-repeat;
}
.window-dragabble-header .minimalize-min-button{
    background: url(../img/window/min.png);
    background-repeat: no-repeat;
}
.window-dragabble-header .maximalize-max-button{
    background: url(../img/window/max.png);
    background-repeat: no-repeat;
}
.window-dragabble-content{
	overflow: auto;
	max-height: 84vh;
}
.window-table-filter{
	padding: 0 !important;
}

/* Eurząd */
.active-btn{
    color: var(--title-text-color);
}
.button-accept{
	/* <i class="fa fa-check" aria-hidden="true"></i> */
	float: right;
    font-size : var(--default-text-size);
    background-color: var(--title-text-color);
    color: white;
    border: 0;
    padding: 5 8 5 8;
    font-weight: bold;
}
.button-accept > i{
	margin-right:7px;
	font-size:12px
}
.button-cancel{
	/* <i class=\"fa fa-times\" aria-hidden=\"true\"></i> */
	float: right;
    font-size : var(--default-text-size);
    background-color: rgb(255, 255, 255);
    /* color: #3e3e3e; */
    border: 0;
    padding: 3 0 5 3;
    /* font-weight: bold; */
}
.button-cancel > i{
	/* margin-right:7px; */
	font-size:12px;
}

.tab-button-delete-parcel{
	border: 0;
    min-width: 17px;
    min-height: 17px;
    background: url(../img/eurzad/wniosek/dzialka_usun.png);
    background-repeat: no-repeat;
}

.tab-button-edit-parcel{
	border: 0;
    min-width: 17px;
    min-height: 17px;
    background: url(../img/eurzad/wniosek/dzialka_wskaz.png);
    background-repeat: no-repeat;
}

.form-title{
	text-align: center;
	font-weight: bold;
    font-size : var(--default-title-size);
    color: var(--title-text-color);
	clear:both;
	margin-bottom: 15px;
}
.form-basis{
	text-align: justify;
	font-weight: normal;
    font-size : var(--default-text-size);
    color: var(--text-color);
	margin-bottom: 15px;
	clear:both;
}
.form-exception-payment{
	text-align: justify;
	font-weight: normal;
    font-size : var(--small-text-size);
    color: var(--text-color);
	margin-bottom: 15px;
	clear:both;
}
.form-container{
	margin-bottom: 15px;	
}
.button-filtr{
	text-align: center;
    font-size : var(--default-text-size);
    background-color: var(--title-text-color);
    color: white;
    border: 0;
    padding: 5 8 5 8;
    font-weight: bold;
	margin-bottom: 10px;
}
.ip-data-filter{
	margin:10px;
}
.ip-data-filter > button{
	width: 110px;
}
.ip-data-filter > input{
	width: calc(100% - 110px);
	height: 30px;
	margin-left: -2px;
}

.window-newcaselist-content-filter-div{
	margin-top: 10px;
    margin-bottom: 5px;
}

/* table{
	-webkit-box-shadow: 0px 0px 0px 1px rgba(255,255,255,0);
	-moz-box-shadow: 0px 0px 0px 1px rgba(255,255,255,0);
	box-shadow: 0px 0px 0px 1px rgba(255,255,255,0);
}

table tr td {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(255,255,255,0);
	-moz-box-shadow: 0px 0px 0px 1px rgba(255,255,255,0);
	box-shadow: 0px 0px 0px 1px rgba(255,255,255,0);
}

table tr th {
	-webkit-box-shadow: 0px 0px 0px 1px rgba(255,255,255,0);
	-moz-box-shadow: 0px 0px 0px 1px rgba(255,255,255,0);
	box-shadow: 0px 0px 0px 1px rgba(255,255,255,0);
} */


.button-wniosek-zloz{
	border: 0;
	min-width: 119px;
	min-height: 28px;
	background: url(../img/eurzad/wniosek/rozpocznij.png);
}
.button-wniosek-szczegoly{
	border: 0;
	min-width: 119px;
	min-height: 28px;
	background: url(../img/eurzad/wniosek/szczegoly.png);
}
.button-wniosek-akceptuj{
	border: 0;
	min-width: 17px;
	min-height: 17px;
	background: url(../img/eurzad/wniosek/wniosek_akceptuj.png);
}
.button-wniosek-anuluj{
	border: 0;
	min-width: 17px;
	min-height: 17px;
	background: url(../img/eurzad/wniosek/wniosek_anuluj.png);
}
.button-wniosek-download{
	border: 0;
	min-width: 17px;
	min-height: 17px;
	background: url(../img/eurzad/wniosek/wniosek_download.png);
}
.button-wniosek-upload{
	border: 0;
	min-width: 17px;
	min-height: 17px;
	background: url(../img/eurzad/wniosek/wniosek_upload.png);
}

.button-add-parcel{
	float: right;
    font-size : var(--default-text-size);
    background-color: var(--title-text-color);
    color: white;
    border: 0;
    padding: 5 8 5 8;
    font-weight: bold;
}
.button-add-parcel > img{
    margin-right: 5px;
}
.button-send-message{
	float: right;
    /* font-size : var(--default-text-size); */
    background-color: rgb(255, 255, 255) ;
    /* color: white; */
    border: 0;
    padding: 3 0 5 3;
    /* font-weight: bold; */
}
.button-send-message > img{
    /* margin-right: 5px; */
}


.window-newcaselist-content-table {
	
}
.ip-data-table{
	min-width: 100%;
}
.ip-data-table tr td {
	border-bottom: 1px solid rgba(138,138,138,0.25);
    border-right: 1px solid rgba(138,138,138,0.25);
	padding: 20 10 10 20;
	font-weight: bold;
}
.ip-data-table  tr > td:last-of-type {
	border-right: none;
    text-align: center;
}

.ip-data-table tr th {
	padding: 20px;
	font-weight: normal;
}

.ip-data-table-buttons{
	margin-top: 5px;
	margin-bottom: 45px;
}

/* .window-newcaselist-content-table > td {
	border:1px solid black;
} */

.window-login-content-profil-div{
	text-align: center;
	padding: 30 0;
}
.window-login-content-profil-link{
    font-family: 'LatoRegular';
    font-size : var(--default-title-size);
    font-weight: bold;
	color: var(--title-text-color);
}
.window-two-column-content-ip-form{
	display:grid;
	grid-row-gap: 15px;
	grid-column-gap: 25px;
	grid-template-columns: auto auto;
	padding: 35 50 0 50;
}
.window-two-column-content-ip-form > label{
    font-weight: normal;
}
.window-two-column-content-ip-form > button{
	margin-left: 140px;
}
.window-two-column-content-ip-form > input{
	max-width: 221px;
}
.window-four-column-content-ip-form{
	display:grid;
	grid-row-gap: 15px;
	grid-column-gap: 25px;
	grid-template-columns: auto auto;
	text-align:right;
	padding: 35 50 0 50;
}
.window-four-column-content-ip-form > label{
    font-weight: normal;
}
.window-four-column-content-ip-form > button{
	margin-left: 140px;
}
.error-message-form{
	text-align:left;
	/* color: #bb1104; */
    color: var(--error-color);

	/* color: #4d6581; */
}
.info-message-form{
	text-align:left;
    color: var(--title-text-color);

	/* color: #4d6581; */
}

.window-newcaselist-content-filter-div > button{

}


/* wiadomosci */
.message-chat{
	max-height: 150px;
    overflow: scroll;
}

.message-left{
	background-color: var(--header-color);
	position: relative;
	margin: 3 0 3 0;
	line-height: 24px;
	max-width: 300px;
	border-radius: 40px;
	text-align: left;
	color: var(--title-text-color);
}

.message-right{
	background-color: var(--header-color);
	padding:5px;
	margin: 3 0 3 auto;
	position: relative;
	line-height: 24px;
	max-width: 300px;
	border-radius: 40px;
	text-align: right;
	color: #000;
}
.message-input{
	width: 100%;
    margin-top: 5px;
    /* margin-bottom: 10px; */
    /* border: 2px solid #eee; */
}

.form-row-enabled{
    color : var(--text-color);
}
.form-row-disabled{
    color : var(--row-disabled-color);
}

.form-nadanie_numeru_column {
    float: left;
    width: 30%;
    padding: 2px;
  }
  
.form-nadanie_numeru_row:after {
    content: "";
    display: table;
    clear: both;
    width: 100%;
  }

.autocomplete-items {
    /* position: absolute; */
    border: 1px solid #d4d4d4;
    border-bottom: none;
    border-top: none;
    z-index: 99;
    /* position the autocomplete items to be the same width as the container: */
    top: 100%;
    left: 0;
    right: 0;
    width: auto;
  }
.autocomplete-items div {
    padding: 4px;
    cursor: pointer;
    background-color: #fff;
    border-bottom: 1px solid #d4d4d4;
  }
.autocomplete-items div:hover {
    /* when hovering an item: */
    background-color: #e9e9e9;
  }
.autocomplete-active {
    /* when navigating through the items using the arrow keys: */
    background-color: DodgerBlue !important;
    color: #ffffff;
  }

.div_autocoplete_box {
    display: inline-block;
}