﻿  .inlineControl {
    display: inline-block;
    vertical-align: middle;
}

#DIV_TOOL_BACK {
    position: fixed;
    top: 0px;
    text-align: center;
    height: 15%;
    width: 100%;
    max-height: 15%;
    background: #CE2674;
    z-index:100;
}

#DIV_Bottom {
    position: fixed;
    bottom : 0px;
    text-align: center;
    height: 10%;
    width: 100%;
    max-height: 150px;
    background: #CE2674;
    z-index:100;
}

#DIV_ADD {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 70%;
    height: 100%;
    max-width: 70%;
    max-height:100%;
    background: #CE2674;
    z-index:100;
    
}

#DIV_TOOLS_rtl {
    position: fixed;
    left: 20px;
    top: 10px;
    text-align: center;
    width: 230px;
    z-index:100;

-webkit-border-radius: 76px 20px 99px 20px;-moz-border-radius: 76px 20px 99px 20px;border-radius: 76px 20px 99px 20px;background:rgba(157,162,185,0.9);
    
}

#DIV_TOOLS_ltr {
    position: fixed;
    right: 20px;
    top: 10px;
    text-align: center;
    width: 230px;
    z-index:100;

-webkit-border-radius: 76px 20px 99px 20px;-moz-border-radius: 76px 20px 99px 20px;border-radius: 76px 20px 99px 20px;background:rgba(157,162,185,0.9);
    
}


	.Flag_Drop_down_list  
	{
	        display: inline-block;
        vertical-align: middle;
		border: 0 !important;  /*Removes border*/
		-webkit-appearance: none;  /*Removes default chrome and safari style*/
		-moz-appearance: none; /* Removes Default Firefox style*/
        appearance:none;
		background: #0088cc url(img/select-arrow.png) no-repeat 90% center;
		width: 100px; /*Width of select dropdown to give space for arrow image*/
		text-indent: 0.01px; /* Removes default arrow from firefox*/
		text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
		color: #FFF;
		font-size:x-small;
		border-radius: 15px;
		padding: 5px;
		box-shadow: inset 0 0 5px rgba(000,000,000, 0.5);
	}

