
input[type = 'text']::-webkit-search-cancel-button{
	color: green;
	background-color: red;
	outline: 1px solid red;
	border: 1px solid red;
	-webkit-appearance: none;	
	height: 10px;
	width: 10px;
 	position: absolute;
	right: 0; 
	border-radius: 50%;
     cursor: pointer;
}



.input::-webkit-search-cancel-button:after{
	content: "✖️";
	color: green;
 	outline: 1px solid red; 
 	border: 1px solid red; 
	position: absolute;
	top: 50%;
	left: 50%;
	tranform: translate(-50%, -50%);
     cursor: pointer;
}

#globalaccess
{
     font-family: 'salesandmarketing',timesnewroman;
	color: #333;
	padding: 8px 8px 8px 33px;
	width: 150px;
	border: 1px solid #e2e2e2;
	border-radius: 0;
	-moz-appearance: none;
	-webkit-appearance: none;
     box-shadow: none; 
	outline: none;
	margin: 0;
	background: #fff url('../worldwideweb/searchs3.png') no-repeat 10px 10px;
     text-decoration: none;
     border-radius: 30px;
     font-size: 14px;
     font-weight: bold;

}
#globalaccess input{
     text-decoration: none;
}
#globalaccess input::after{
     text-decoration: none;
}
#globalaccess:focus
{
     border-color: #ccc; 
     text-decoration: none;
}
#scriptstext
{
     display: flex;
     text-align: center;
	 justify-content: center;
	margin: 13px 20px 0 0;
	line-height: 0;
	z-index: 1000;
	margin: auto;
  
}
#database_drop_content
{
     display: none;
     position: absolute;     background-image: url(../indexglobal/backgrounda.jpg)!important;
	margin: 13px 20px 0 0;
	line-height: 0;
	z-index: 1000;	border-radius: 30px;
     margin-top: 20px;

}


#scriptstext
{
     display: flex;
     text-align: center;
	 justify-content: center;
	margin: 13px 20px 0 0;
	line-height: 0;
	z-index: 1000;
	margin: auto;
     text-decoration: none;
  
}


#database_drop_content
{
     display: none;
     position: absolute;     background-image: url(../indexglobal/backgrounda.jpg)!important;
	margin: 13px 20px 0 0;
	line-height: 0;
	z-index: 1000;	border-radius: 30px;

}

.database_drop_box 
{
     position: relative;
    /* background-image: url(../indexglobal/backgrounda.jpg)!important;*/
	border: 1px solid #dcdcdc;
	border-radius:20px;
	box-shadow: 0px 0px 0px green;
	width: auto;
     height: 340px;
     background-color: #f3f3f3;
     margin-top: 8px;
}
.database_drop_box:after, .database_drop_box:before
{
	position: absolute;
	pointer-events: none;
	border: solid transparent;
	bottom: 100%;
	content: "";
	height: 0;
	width: 0;
}
.database_drop_box:after
{
	border-bottom-color: #fff;
	border-width: 8px;
	left: 42px;
	margin-left: -8px;
}


@font-face {
  font-family:index;
  src: url('../index.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-size:16px;
}


@font-face {
  font-family:salesandmarketing;
  src: url('../salesandmarketing.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-size:16px;

    
}


.database_drop_box:before 
{
	border-bottom-color: #dcdcdc;
	border-width: 9px;
	left: 42px;
	margin-left: -9px;
}

#database_drop_wrapper
{
     margin: 6px;
}
#database_drop_wrapper a
{
     text-decoration: none;
     word-wrap: break-word;
}

.database_drop_item
{
     /*background-image: url(../indexglobal/backgrounda.jpg)!important;*/
     background-color: #fff;
     word-wrap: break-word;
     margin-bottom:21px;
     padding-bottom:10px;
     border-radius: 20px;
	border: 1px solid #dcdcdc;

}
.database_drop_item:hover
{
    /* background-image: url(../indexglobal/backgrounda.jpg)!important;*/
    background-color: #fff;
}
.database_drop_left
{
     display: table-cell;
     padding: 7px;
}
.database_drop_image
{
     width: 80px;
     height:auto;
     border-radius: 27px;    
    /*background-image: url(../indexglobal/backgrounda.jpg)!important;*/
	border-radius: 10px;
     border: 2px solid #fff;
	margin-left: 96px;
}
.database_drop_right
{
	 word-wrap: break-word;
     vertical-align: middle;
     font: 300 14px/1.6 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: #333;     
     width: 270px;
     padding: 0 7px;
     font-family: 'salesandmarketing',timesnewroman;
	 font-size: 16px;
	 margin-bottom:10px;
      letter-spacing: normal;
	 
	 
}
