 .autsearch{ 
    background: #3A5A77;
    color: #fff;
    border: 0px !important;
    font-size: 24px !important;
    flex: 1; 
    height: 45px !important;
    outline: none;
    padding-left: 12px !important;  
    border-radius: 5px; 
    width:96%;
} 
.autsearch::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
.autsearch::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
.autsearch:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
.autsearch:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}
.city-search-box {
    background: #1c2e48;
    border-radius: 10px;
    margin-bottom: 5px; 
    padding:24px 16px; 
} 
.tool{ font-size: 18px; left:4%}
.checkbox_select_anchor
{
  display: block;
  background: firebrick;
  color: white;
  cursor: pointer;
  padding: 10px 5px 5px;
  position: relative;
}

.checkbox_select_anchor:after
{
  width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid darkred;
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
}

.expanded .checkbox_select_anchor:after
{
	border-top: 0;
	border-bottom: 10px solid firebrick;
}


.checkbox_select_anchor:hover
{
  background: #FF3030 !important;
}

.expanded .checkbox_select_anchor
{
    background: #7C1818;
}

div.checkbox_select .select_input
{
    width: 100%;
    cursor: pointer; 
}

.checkbox_select_dropdown
{ 
    background: whitesmoke;  
} 
.checkbox_select_dropdown ul
{
    max-height: 30px;
    overflow-y: scroll;
    overflow-x: hidden;
    padding: 0;
  margin: 0;
      border: 1px solid #999;
  border-top: 0;
  border-bottom: 0;
}
.checkbox_select_dropdown ul li
{
    list-style: none;
    position: relative;
    color: #666;
    z-index: 99;
}
.checkbox_select_dropdown ul li label
{
  position: relative;
      padding: 10px 5px 5px 40px;
     display: block;
  cursor: pointer;
}
.checkbox_select_dropdown ul li label:hover
{
  background: #cbcbcb;
  color: white;
}
.checkbox_select_dropdown ul li input:checked + label
{
  background: #6B7DFE;
  color: white;
  text-shadow: 0px 1px 1px rgba(150, 150, 150, 1);
}
.checkbox_select_dropdown ul li input
{
  position: absolute;
  left:0;
  z-index:1;
  display: inline-block;
  height: 100%;
  width: 30px;
} 

.checkbox_select_submit
{
    background: #00A600;
    color: white;
    padding: 10px 5px 5px;
    border: 0;
    width: 100%;
    font-size: 14px;
    cursor: pointer;
}  
  .checkbox_select_dropdown
        {  
            width: 100%;   
            z-index:999;  
            position: absolute; 
}   
.topcurrency{ padding-bottom: 2%} 
tr td:last-child { 
    margin-left: 0px; padding-left: 0px; 
    
}
tr:hover .converter,tr:hover a { color: #262121;} 
tr:hover th a{color:#185f98}
tr:hover > td .show {
  visibility: visible;
  margin-left: 6%
}
tr:hover .show{color:#fff}
a.show{ position:relative; 
  bottom: 40px;
  left: -50px; border:0.1em solid #566CB5;background-color:#1c2e48; padding: 3px;visibility: hidden;
  transition: visibility 0.06s ease-in;position:absolute;z-index:99; border-radius:0.12em;
  box-sizing: border-box;text-decoration:none;color:#fff;border: 1px solid #556bb5;}
.code{ margin-top: 6%; float: right; margin-left: 0px; padding-left: 0px;}   
.imgtd{ width:140px;}
.code1{ margin: 0px; padding: 0px; top: -9px;position: relative;}
      .onoffswitch {
    position: relative; width: 90px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
}
.onoffswitch-checkbox {
    display: none;
}
.onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #999999; border-radius: 20px;
}
.onoffswitch-inner {
    display: block; width: 200%; margin-left: -100%;
    transition: margin 0.3s ease-in 0s;
}
.onoffswitch-inner:before, .onoffswitch-inner:after {
    display: block; float: left; width: 50%; height: 30px; padding: 0; line-height: 30px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    box-sizing: border-box;
}
.onoffswitch-inner:before {
    content: "ON";
    padding-left: 10px;
    background-color: #556bb5; color: #FFFFFF;
}
.onoffswitch-inner:after {
    content: "OFF";
    padding-right: 10px;
    background-color: #EEEEEE; color: #444;
    text-align: right;
}
.onoffswitch-switch {
    display: block; width: 22px; margin: 4px;
    background: #FFFFFF;
    position: absolute; top: 0; bottom: 0;
    right: 56px;
    border: 2px solid #999999; border-radius: 20px;
    transition: all 0.3s ease-in 0s; 
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}
.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px; 
}
.showbtn, thhid{  visibility: collapse; width: 0px; margin: 0px; padding: 0px;}
 
table,tr,td,th,tr td:nth-child(1),tr th:nth-child(1){ border: none; text-align: center;}
td,th{ border-left: 2px solid #eee;  font-size: 16px;}
.countryflg{
  border-radius: 70%; /* the magic */
  -moz-border-radius: 70%;
  -webkit-border-radius: 70%;
}
.country {
    width: 110px;   
    overflow: hidden; 
}
.lflag,.flag {
    border-radius: 50%;  
}
tr:hover, tr:hover td{
   background: #556bb5; 
   border-left: none; 
   color: #fff;
}
tr.selected{
    background-color:#17a515 !important;
}
tr.selected td, tr.selected i, tr.selected span{
    color:#fff;
}
tr:hover td a span{
 color: #fff;   
}
tr:hover td:nth-child(1),tr td:first-child {
border-top-left-radius: 10px;
border-bottom-left-radius: 10px;
}
tr:hover td:last-child {
border-top-right-radius: 10px;
border-bottom-right-radius: 10px; 
}  
.quickSearchContainer,.autocomplete{ width: 97%}  
.searchcontent{ padding: 5%}
.topcontent{ padding: 1%}   
            .content3{ margin-bottom: 2%; width: 90% ; margin-left: 3%}
            .content3,table, tr,td,th { 
    clear: both;
    position: relative;
    background: #fff; 
     background: #fff;  
    position: relative;
    text-align: left; 
    line-height: 1.5;
} i {
    font-style: normal;   
}
 .inverse1{ margin-left: 1%; margin-right: 1%;    color: #000;font-weight: 600;}
  tr td {
    background: #4761bb00 !important;
    border-left: none;
    color: #fff;
}
.country .inverse{
   top: -10px; 
    position: relative; 
    
}
 