/* CSS Document */

.searchCSI .fieldwrapper { 
    width: 100%;
}
.searchCSI .tsg_rwd_search_text{
    padding-top: 15px;
    font-family: "robotocondensed-bold-webfont";
    font-size: 1.2em;
    margin-bottom: 0;
}

.searchCSI .tsg_rwd_search_textbox {
    width: 100%;
    min-height: 97px;
    background-color: #efefef;
    text-align: center;
    margin: 10px 0px 10px 0px;
}

.searchCSI .searchbtn {
    display: inline-block;
    margin: 5px 0px 0px 0px;
    padding: 8px 8px 6px 9px;
    height: auto;
    width: auto;
    float: none;
}

.searchCSI .tsg-rwd-csi-country-search-input {
    display: inline-block;
    width: 56%;
    border-radius: 0px 0px 0px 0px;
    font-family: 'robotocondensed-regular-webfont';
    height: 29px;
    background-color: #FFF;
    padding: 4px;
    box-shadow: inset 2px 2px 4px #333;
    margin-top: 5px;
    border: none;
    box-sizing: border-box;
    font-size: 1em;
}

/*** CSI Navigation ***/  
.CSInav.ui-menu .ui-menu-item a {
    border-bottom: 1px solid #bbb;
    text-align: left;
    font-size: 1.1em;
    font-weight: 600;
    margin-right: 15px;
    padding: 10px 0px 10px 12%;
}

.CSInav.ui-menu .ui-state-hover, .CSInav.ui-menu .ui-widget-content .ui-state-hover {
    background-color: transparent;
    color: #333;
    text-decoration: underline;
    border: none;
}

/*!
 * jQuery UI Autocomplete 1.8.20
 *
 * Copyright 2012, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Autocomplete#theming
 */
.searchCSI .ui-autocomplete { position: absolute; cursor: default; }	

/* workarounds */
* html .searchCSI .ui-autocomplete { width:1px; } /* without this, the menu expands to 100% in IE6 */

/*
 * jQuery UI Menu 1.8.20
 *
 * Copyright 2010, AUTHORS.txt (http://jqueryui.com/about)
 * Dual licensed under the MIT or GPL Version 2 licenses.
 * http://jquery.org/license
 *
 * http://docs.jquery.com/UI/Menu#theming
 */
.searchCSI .ui-menu {
    list-style:none;
    padding: 2px;
    margin: 0;
    display:block;
    float: left;
    margin-top: -3px;
}
.searchCSI .ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    zoom: 1;
    float: left;
    clear: left;
    width: 100%;
    font-family: Verdana,Arial,sans-serif;
    font-size: 10px;
}
.searchCSI .ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    zoom: 1 !important;
    font-weight: normal !important;
}
.searchCSI .ui-menu .ui-menu-item a.ui-state-hover,
.searchCSI .ui-menu .ui-menu-item a.ui-state-active {
    font-weight: normal;
    margin: -1px;
}

.searchCSI .ui-widget-content {
    border: 1px solid #aaaaaa;
    background: grey;
    color: #222222;
    width: auto !important;
}

@media (max-width: 768px){ 
    .searchCSI {
        width: 102%;
        margin: 10px 0px 15px 0px;
    }
    
    .searchCSI .searchbtn {
        background-color: #CC3333;
        margin: 5px 0px 0px 0px;
        height: 30px;
        text-align: center;
        width: auto;
        position: absolute;
    }

    .searchCSI .tsg_rwd_search_textbox {
        width: 98%;
        min-height: 105px;
        margin-top: 5px;
    }
    
    .searchCSI .tsg-rwd-search-header {
        padding: 2%;
        margin: 0px;
        width: 160px;
    }
    
    .searchCSI .tsg-rwd-csi-country-search-input {
        width: 95%;
        /* height: 7%; */
    }
    
    .searchCSI .fieldwrapper {
        padding: 0px 59px 0px 18px;
        width:  auto;
    }
        
    /*** CSI Navigation ***/    
    .searchCSI.CSInav {
        width: 110%;
        margin-top: -10px;
    }

    .ui-autocomplete.CSInav {
        left: -1px !important;
        width: 100% !important;
    }

    .CSInav.ui-menu .ui-menu-item {
        left: 25px;
    }

    .CSInav.ui-menu .ui-menu-item a {
        color: #0033cc;
        font-size: 1.5em;
        line-height: 1.8em;
        padding-left: 2%;
        margin-right: 65px;
    }
}

@media (min-width: 768px) {
    
    /*** CSI Navigation ***/
    .searchCSI.CSInav {
        width: 111%;
        margin-top: -10px;
    }

    .searchCSI.CSInav .tsg-rwd-csi-country-search-input {
        width: 70%;
    }

    .ui-autocomplete.CSInav {
        left: -1px !important;
        width: 15% !important;
        min-width: 150px;
    }

    .CSInav.ui-menu .ui-menu-item {
        padding: 0px 1em 0px .4em;
    }
    
    .CSInav.ui-menu .ui-menu-item a {
        margin-right: 15px;
    }
}

@media screen  and (min-width: 1441px){
    .autobtn {
        display: inline-block;
        font-family: 'robotocondensed-bold-webfont';
        background-color: #cc3333;
        color: #fff;
        padding: 4px 8px;
        font-size: .9em;
        height: auto;
        border: none;
        width: auto;
    }

    a.autobtn {
        text-align: center;
    }

    a.autobtn:hover {
        color: #fff;
    }


    .ui-autocomplete-input	{
            font-size: .9em;
    }

    .autoInput {
        display: inline-block;
        width: 40%;
        border-radius: 0px;
        font-family: 'robotocondensed-regular-webfont';
        height: auto;
        background-color: #FFF;
        padding: 4px;
        box-shadow: inset 2px 2px 4px #333;
        margin-top: 0px;
        border: none;
        box-sizing: border-box;
    }

    .selected_answer p {
        display: inline-block;    
    }
}