﻿
.clear {
    float: none;
    clear: both;
    width: 100%;
    height: 0px;
}

.navbar-inverse {
    background-color: #f2f2f2 !important;
    background-image: none !important;
    border: none !important;
}

.navbar-form {
    width: 40% !important;
}

.form-group {
    width: 80% !important;
}

    .form-group input#q {
        width: 100% !important;
    }

.btn, .form-control {
    border-radius: 0px !important;
}

.suggestList {
    margin: 0px 0px;
    padding: 0px 0px;
}

    .suggestList li {
        list-style-type: none;
    }

#manualSuggestions {
    display: none;
    text-align: left;
}

    #manualSuggestions li a {
        text-align: left;
        font-size: 14px;
        padding: 5px 5px;
        display: block;
        color: #808080;
        text-decoration: none;
    }

    #manualSuggestions li {
        background: #FFFFFF;
    }

        #manualSuggestions li:hover, #manualSuggestions li.selected, #manualSuggestions li:focus {
            background: #EEEEEE;
        }

#suggestionsWrapper {
    background: #FFFFFF;
    padding: 10px 8px;
    position: absolute;
    margin: 50px 0px 10px 0px;
    width: auto;
    display: none;
    height: auto;
    z-index: 1000;
    box-shadow: 0 0px 5px 2px #888888;
}

    #suggestionsWrapper #apiSuggestions {
        float: left;
        width: 98%;
    }

    #suggestionsWrapper #apiSuggestions {
        background: #FFFFFF;
        color: #000000;
        padding: 0px 0px 0px 5px;
    }

        #suggestionsWrapper #gsaSuggestions p, #suggestionsWrapper #apiSuggestions p {
            color: #000000;
            font-size: 13px;
            margin: 0px 0px 10px 0px;
            text-decoration: underline;
            text-align: left;
        }

    #suggestionsWrapper::before {
        border-bottom: 11px solid #FFFFFF;
        border-left: 11px solid transparent;
        border-right: 11px solid transparent;
        border-top: medium none !important;
        height: 0;
        left: 80px;
        top: -11px;
        width: 0;
    }

    #suggestionsWrapper::after, #suggestionsWrapper::before {
        content: "";
        position: absolute;
    }

#resultContentFrame {
    border: none;
    width: 100%;
    height: 1000px;
}

.navbar-nav, .navbar-nav li {
    float: none !important;
}

    .navbar-nav li a b {
        color: #0556ad !important;
    }
.navbar-nav li a b.customCaret {
        color: #a9a9a9 !important;
    }
.customCaret {
    display: block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    margin: 9px auto -13px auto;
    color:#a9a9a9;
}

    .navbar-nav li a:hover {
        background-color: transparent !important;
    }

div.g {
    background: #FFFFFF;
    padding: 10px 10px;
    cursor: pointer;
    border-bottom: 1px solid #e2e2e2;
}

div#main_res div.g {
}

div.g:hover {
    background: url("https://www.edelweiss.in/cas/images/smartsearch/right_arrow.png") #F8F8F8 no-repeat !important;
    background-size: 4% !important;
    background-position: 97% 50% !important;
}

.imageContainer {
    margin-top: 12px;
    margin-right: 10px;
}

td.s br {
    display: none;
}

.container #navbar {
    margin-top: 112px;
}

.navbar-header {
    display: none;
}

.navbar-inverse {
    background-color: #FFFFFF !important;
}

.resultsContent {
    margin-top: 14% !important;
}

    .resultsContent #main {
        width: 100%;
        float: none;
    }

.col-sm-4 {
    width: 30%;
    padding: 0px;
}

.col-sm-8 {
    width: 68%;
    font-size: 13px;
}

.snippet_box {
    width: 92%;
}

    .snippet_box .s {
        font-size: 13px;
        color: #666666;
    }

.col-sm-4 .imageContainer img {
    display: block;
    
    width: 100%;
}

.searchContainer a, .searchContainer span {
    font-size: 11px;
}

#dynamicLoaderImg {
    margin: 3px 0px 0px -30px;
    display: none;
    float:right;
}
#dynamicLoaderImg img {
     width:30px;
}

.titleLink {
    display: block;
    margin: 0px 0px 0px 0px;
    text-decoration: none;
    font-weight: bold;
}

    .titleLink span {
        font-size: 16px !important;
        color: #044a95 !important;
    }

.navigationList {
    background-color: #FFFFFF !important;
    margin: 0px 0px 10px 0px !important;
    padding: 6px 10px !important;
    border-bottom: 1px solid #a9a9a9;
}

    .navigationList li a {
        font-size: 15px;
        color: #000000;
    }
/*Feedback Form Styles*/
#feedBackWrapper {
    position: fixed;
    top: 300px;
    right: 0px;
    background: url('https://www.edelweiss.in/cas/images/smartsearch/feedback_bg.jpg');
    background-repeat: repeat-x;
    display: none;
    border-radius: 10px 0px 0px 10px;
    box-shadow: 0px 0px 2px 2px #808080;
    background-size:contain;
}

    #feedBackWrapper #feedBackToggle {
        color: #FFFFFF;
        font-family: Arial;
        text-transform: uppercase;
        /*-ms-transform: rotate(-90deg); 
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);*/
        padding: 20px 5px;
        cursor: pointer;
        margin: 0px 0px 0px 0px;
        font-size: 13px;
        font-weight: bold;
        float: left;
        border-radius: 10px 0px 0px 10px;
    }

    #feedBackWrapper #feedBackFormOne {
        padding: 10px 10px;
        display: none;
    }

        #feedBackWrapper #feedBackFormOne p {
            color: #FFFFFF;
            font-size: 13px;
            margin: 20px 0px 10px 0px;
        }

        #feedBackWrapper #feedBackFormOne a {
            width: 35px;
            height: 35px;
            float: right;
            margin: 0px 20px 0px 0px;
        }

            #feedBackWrapper #feedBackFormOne a#usefulIcon {
                background: url('https://www.edelweiss.in/cas/images/smartsearch/like_normal.png') no-repeat;
                background-size: contain;
	text-decoration:none;
            }

                #feedBackWrapper #feedBackFormOne a#usefulIcon:hover {
                    background: url('https://www.edelweiss.in/cas/images/smartsearch/like_hover.png') no-repeat;
                    background-size: contain;
	text-decoration:none;
                }

            #feedBackWrapper #feedBackFormOne a#notUsefulIcon {
                background: url('https://www.edelweiss.in/cas/images/smartsearch/dislike_normal.png') no-repeat;
                background-size: contain;
	text-decoration:none;
            }

                #feedBackWrapper #feedBackFormOne a#notUsefulIcon:hover {
                    background: url('https://www.edelweiss.in/cas/images/smartsearch/dislike_hover.png') no-repeat;
                    background-size: contain;
	text-decoration:none;
                }

    #feedBackWrapper #feedBackFormThankyou {
        display: none;
        width:250px;
        padding:70px 20px;
    }

        #feedBackWrapper #feedBackFormThankyou h4 {
            color: #FFFFFF;
            font-size:15px;
        }

    #feedBackWrapper #feedBackFormSuggest {
        width: 390px;
        display: none;
    }

        #feedBackWrapper #feedBackFormSuggest p {
            color: #FFFFFF;
            font-size: 13px;
            margin: 20px 0px 10px 0px;
        }

        #feedBackWrapper #feedBackFormSuggest textarea {
            resize: none;
            width: 300px;
            height: 75px;
        }

        #feedBackWrapper #feedBackFormSuggest input#userFeedbackSubmit {
            width: 55px;
            height: 20px;
            font-size: 11px;
            display:block;
        }

/*Styles from XSLT*/
.homePageContent table {
    width: 100%;
}

.homePageContent table .homeSearchSection, .homePageContent table .homeLogoSection {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px 0px;
}

.resultsContent {
    margin-top: 50px;
}

.resultsContent .homeContent {
    width: 100%;
}

.homePageContent .searchInputBox, .resultsContent .searchInputBox {
    width: 80% !important;
    padding: 5px 5px 6px 5px !important;
    border-radius: 5px 0px 0px 5px !important;
    border: 1px solid #337ab7;
    font-size: 14px;
}

.homePageContent .searchButton, .resultsContent .searchButton {
    padding: 5px 5px;
    background: #337ab7;
    color: #FFFFFF;
    border: 1px solid #337ab7;
    cursor: pointer;
    border-radius: 0px 5px 5px 0px;
}

.homePageContent .searchButton:hover, .resultsContent .searchButton:hover {
    background: #2e6da4;
}

.resultsContent .searchModeRow {
    display: none;
}

.collectionWrapper {
    display: none;
}

.homePageContent .collectionWrapper {
    width: 25%;
    display: block !important;
    margin: 10px auto 10px auto;
    padding: 10px 10px;
    background: #337ab7;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
}

.homePageContent .collectionWrapper p {
    width: 50%;
    float: left;
    text-align: left;
    margin: 2px 0px;
}

.navigationList li {
    border-right: 1px solid #e2e2e2;
    padding: 2px 1%;
    text-align: center;
    display: inline-block !important;
}

.navigationList li a {
    text-decoration: none;
    padding: 0px 0px !important;
}

.navigationList li a:hover {
    color: #153a81;
}

.navigationList li.last {
    border: none;
}

.topInfoBar, .sortByBar {
    display: none;
}

div#main {
    background: #FFFFFF;
}
.resultInfo {
    margin: 4px 0px 10px 0px;
}

.bottomPagination td {
    padding: 4px 10px;
    font-size: 12px;
    vertical-align: middle;
}

.bottomPagination td .linkText {
    color: #0556ad;
}

.bottomPagination .pageListWrapper {
    background-color: #e2e2e2;
    border-radius: 5px 5px 5px 5px;
}

.bottomPagination .selectedPage, .bottomPagination .pageList td:hover {
    background-color: #0556ad;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
}

.bottomPagination .pageList td:hover > a.pageLink {
    color: #FFFFFF !important;
}

.headerSection {
    display: none;
}

#search-info {
    display: none;
}

#left-side-container {
    padding: 0px 10px 0px 0px;
}
#feedBackFormOne, #feedBackFormSuggest, #feedBackFormThankyou {
     height:0px;
}
#feedbackContainer{
     float:left;
     width:85%;
}
