/* custom font! */
/* ------------ */

@font-face {
    font-family: Prociono;
    src: url(../font/Prociono-Regular-webfont.ttf);
}


/* site theme */
/* ---------- */

.title {
    margin: 20px 0 0 0;
}

.autosuggest-country {
    padding: 30px 0;
    margin: 0 auto;
    text-align: center;
}

.autosuggest-country-name {
    margin: 20px 0;
    font-size: 32px;
}

.typeahead,
.tt-query,
.tt-hint {
    width: 396px;
    height: 30px;
    padding: 8px 12px;
    font-size: 24px;
    line-height: 30px;
    border: 2px solid #ccc;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    outline: none;
}

.typeahead {
    background-color: #fff;
}

.typeahead:focus {
    border: 1px solid #0097cf;
}

.tt-query {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
    color: #999
}

.tt-dropdown-menu {
    width: 580px;
    margin-top: 12px;
    margin-left: -40px;
    /*padding: 8px 0;*/
    background-color: #5bb2c8;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
    box-shadow: 0 5px 10px rgba(0,0,0,.2);
    cursor: pointer;
}

.tt-suggestion {
    padding: 3px 20px;
    font-size: 20px;
    font-weight: bold;
    line-height: 24px;
    color:#fff;
}

.tt-suggestion:hover {
    cursor: pointer;
    color: #fff;
    background-color: #0097cf;
}

.tt-suggestion.tt-cursor {
    color: #fff;
    background-color: #0097cf;

}

.tt-suggestion p {
    margin: 0;
}

.gist {
    font-size: 14px;
}

div.tt-dataset-countries table.front-end-list tr.country_title th,
div.tt-dataset-countries table.front-end-list tr.service_rate th{
    background:none repeat scroll 0 0 #eee !important;
}



/* example specific styles */
/* ----------------------- */
#scrollable-dropdown-menu .tt-dropdown-menu {
    /*min-height: 150px;*/
    overflow-y: auto;
    overflow-x: hidden;
}

.empty-message{
    padding: 10px;
    color:#fff;
}

.country_row{
    clear: both;
    float: none;
    line-height: 35px;
    text-align: left;
}

.country_row img{
    margin: 2px 0 0 0;
    padding-right: 18px;
}

.country_row span{
    padding-top: 15px;
}

.rate, .currency{
    display: inline-block;
    position: relative;
    margin: 0 0 0 45px;
}

.suggestionTips{
    text-align: center;
    font-size: 14px;
    color:#fff;
}

.suggestionTips div{
    font-size: 16px;
    font-weight: bold;
    color:yellow;
}

table.front-end-list, table.front-end-list th, table.front-end-list td{
    cursor: text;
}

table.front-end-list{
    width: 100%;
    border-spacing: 1px;
    color: #666;
    margin-bottom: 0 !important;
}

table.front-end-list thead th{
    text-align: left;
    color: #666;
    border-bottom: 1px solid #ccc;
}

table.front-end-list td, table.front-end-list th{
    padding: 4px;
}

table.front-end-list thead th.align-left{
    text-align: left;
}

table.front-end-list thead th.align-center, table.front-end-list tbody td.align-center {
    text-align: center;
}

table.front-end-list tbody tr td{
    color: #fff;
}

table.front-end-list td{
    padding-left: 8px;
}

div.list-footer{
    clear:both;
    text-decoration: none;
    text-align: center;
}

div.list-footer ul{
    list-style: none;
    display: inline-block;
}

div.list-footer ul li{
    display: inline-block;
}

div.list-footer div.limit{
    display: inline-block;
}

div.list-footer div.counter{
    display: inline-block;
}

table.front-end-list .col1{
    width: 65%;
    line-height: 30px;
}

table.front-end-list .col2{
    width: 35%;
    line-height: 30px;
    text-align: center;
}

table.front-end-list tr.country_title th.col1{
    padding-left: 10px;
    height: 40px;
}

table.front-end-list tr.country_title th.col1 img{
    margin: 0;
    padding-right: 13px;
}

table.front-end-list tr.country_title th.col1 span{
    padding-top: 15px;
    font-size: 18px;
}

table.front-end-list tr.country_title th.col2{
    font-size: 18px;
    height: 40px;
}

table.front-end-list tr.service_rate th.col1{
    margin: 2px 0 0 0;
    padding-right: 18px;
    padding-left: 18px;
    border: 1px solid #ccc;
    font-size: 16px;
}

table.front-end-list tr.service_rate th.col2{
    border: 1px solid #ccc;
    text-align: center;
    font-size: 16px;
}

table.front-end-list tbody .col1{
    font-size: 14px;
    font-weight: bold;
    text-align: left;
}

table.front-end-list tbody .col2{
    font-size: 14px;
    font-weight: bold;
    color: yellow;
    text-align: center;
}

.uparrow{
    height: 0px;
    border-style: solid;
    border-width: 0px 7.5px 12px;
    border-color: transparent transparent rgb(98, 149, 204);
    z-index: 9999;
    position: absolute;
    left: 50px;
    top: 38px;
}

.currency select{
    width: 200px !important;
}

.specialrate {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #dcdddd;
    border-radius: 10px;
    margin: 0 7px 11px 0;
    padding: 7px 8px 3px;
    width: 158px;
}
.arn_pos{width:100% !important}
.arn_rate{font-size:12px !important}
.arn_country{margin-left: -33px;}