/** * -------------------------------- // * UI.css - Style Medical Guide * -------------------------------- // **/ form#guia-search { margin-bottom: 16px; width: 286px; float: left; } .holder-filters h3 { margin-bottom: 16px; } p.desc-filters { margin: 23px 0 0 15px; } p.desc-hotsite { margin: 50px 20px 30px 15px; display:none; } /** * -------------------------------- // * Icons Plans Filters [START] * -------------------------------- // **/ #filters-plan .holder label strong { /* margin-left: 5px; */ padding-left: 18px; } #filters-plan .holder label strong.beta { background: url( '/static/img/common/beta.png' ) no-repeat; background-position: 0 2px; } #filters-plan .holder label strong.alfa { background: url( '/static/img/common/alfa.png' ) no-repeat; background-position: 0 2px; } #filters-plan .holder label strong.personal { background: url( '/static/img/common/personal.png' ) no-repeat; background-position: 0 2px; } #filters-plan .holder label strong.delta { background: url( '/static/img/common/delta.png' ) no-repeat; background-position: 0 2px; } #filters-plan .holder label strong.omega { background: url( '/static/img/common/omega.png' ) no-repeat; background-position: 0 2px; } /** * -------------------------------- // * Icons Plans Filters [END] * -------------------------------- // **/ /** * -------------------------------- // * Fields Text [START] * -------------------------------- // **/ #filters fieldset label.place-near-search #search-keyword-text { margin: 0; } #filters fieldset label.place-near-search { border: 5px solid #33796b; /* margin: 10px;*/ background: #004638; height: auto; padding: 0; position: relative; } #filters fieldset label.place-near-search input[type="text"] { background: #004638; border: 0; padding: 0 10px; color: #fff; text-transform: uppercase; font-family: 'trebuchet ms', verdana, arial, sans-serif; outline: none; width: 84% !important; font-size: 10px; height: 20px; line-height: 20px; } #filters fieldset label.place-near-search input[type="button"] { position: absolute; top: 0; right: 0; width: 30px; height: 30px; background: url( '/static/img/common/arrow-search-footer.gif' ); text-indent: -9999px; border: 0; cursor: pointer; } #filters fieldset label.place-near-search input[type="button"]:hover { background-position: 0 -30px; } /** * -------------------------------- // * Fields Text [END] fabioboasorte * -------------------------------- // **/ dl.droapps-ui-customselect { margin-left: 10px; width: 235px; font-family: 'trebuchet ms', verdana, arial, sans-serif; color: #80A39C; font-size: 10px; padding: 5px; background: #33796B; } /* dl.droapps-ui-customselect { margin-left: 10px; width: 235px; font-family: 'trebuchet ms', verdana, arial, sans-serif; color: #80A39C; font-size: 10px; padding: 5px; background: #33796B; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px; border: solid 5px #33796b; margin-left:10px !important; } */ dl.droapps-ui-customselect dt { color: #fff; background: #004638 url('/static/img/common/arrows.png') no-repeat right top; padding: 0 5px; height: 30px; line-height: 30px; font-size: 10px; text-transform: uppercase; } .select-neighborhood .jScrollPaneTrack { border: 0; } dl.droapps-ui-customselect dt:hover { background-position: right -30px; } dl.droapps-ui-customselect.active dt { background-position: right -60px; } dl.droapps-ui-customselect.active dt:hover { background-position: right -90px; } dl.droapps-ui-customselect dd { background: #33796B; padding: 5px !important; top: 0 !important; margin-top: -5px; width: 255px !important; -moz-border-radius: 6px; -webkit-border-radius: 6px; } dl.droapps-ui-customselect dd ul { background: #004638; } dl.droapps-ui-customselect dd ul li { overflow:hidden; } dl.droapps-ui-customselect dd ul li a { color: #fff; padding: 0 5px; height: 30px; line-height: 30px; text-transform: uppercase; } dl.droapps-ui-customselect dd ul li a.selected { color: #fff; } dl.droapps-ui-customselect dd ul li a:hover, dl.droapps-ui-customselect dd ul li a:focus { background: #32796B; color: #fff; } #filters-place .droapps-ui-customselect { margin-top: 15px !important; margin-bottom: 15px !important; } #filters-change button{ background:#93b25b; padding:4px 9px; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px; color:#fff; font-size:12px; margin-left:10px; margin-top: 20px; } #filters-change{clear:both;}