﻿body {
    color: #333333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
}

.close {
    font-size: 12px;
    float: right;
    width: 98%;
    background: #ededed;
    text-align: right;
    padding: 5px;
}

    .close a {
        text-decoration: underline;
        color: #333;
    }

    .close span {
        font-size: 18px;
        font-weight: normal;
        text-align: left;
        float: left;
        color: #00a3c7;
    }

.survey_box p {
    font-size: 13px;
    margin: 0px;
    padding: 10px 5px 5px 5px;
    float: left;
    width: 75%;
}

    .survey_box p a {
        color: #04a4bb;
        text-decoration: underline;
    }

.option {
    padding: 10px 0px 10px 20px;
    margin: 0px;
    float: left;
    width: 95%;
}

    .option span {
        padding: 0px;
        margin: 0px;
        padding-right: 10px;
        font-size: 13px;
        float: left;
    }

.star {
    background: url("/images/sprite-icon.png") no-repeat scroll 0 -183px transparent;
    padding: 4px 0 0 1px !important;
    height: 24px;
    float: left;
    position: relative;
    width: 30px;
}

    .star a {
        height: 30px;
        position: absolute;
        text-indent: -9999px;
        width: 30px;
    }

.halfStar {
    background-position: 0px -209px !important;
}

.disableStar {
    background-position: 0px -235px !important;
}

.option2 {
    padding: 10px 0px 10px 25px;
    margin: 0px;
    float: left;
    width: 95%;
}

    .option2 span {
        padding: 0px;
        margin: 0px;
        padding-right: 20px;
        font-size: 13px;
        float: left;
        width: 30%;
    }

.left_content {
    float: left;
    width: 97%;
    padding: 10px;
}

.ui-stars-star {
    float: left;
    display: block;
    overflow: hidden;
    text-indent: -999em;
    cursor: pointer;
}

    .ui-stars-star a {
        width: 32px;
        height: 25px;
        display: block;
        background: url(http://img.seguros.es/Common/jquery.ui.stars.png) no-repeat 0 0;
    }

    .ui-stars-star a {
        background-position: 0 -58px;
    }

.ui-stars-star-on a {
    background-position: 0 -86px;
}

.ui-stars-star-hover a {
    background-position: 0 -114px;
}

.ui-stars-star-disabled, .ui-stars-star-disabled a {
    cursor: default !important;
}
/* ========== */ /* = RESETS = */ /* ========== */
.tick_icon {
    float: left;
    background: url('https://img.rastreator.com/Common/rastreator_sprite_cj.png') no-repeat scroll -410px -315px transparent;
    height: 23px;
    width: 31px;
}

a.btn {
    color: #fff;
}

.btn {
    min-width: 193px;
    padding: 12px 18px 11px; /*--change here */
    font-size: 16px;
    border-color: #697910;
    border-style: solid;
    border-width: 1px 1px 3px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    text-decoration: none;
    color: #fff;
    background: #bfd255; /* Old browsers */
    background: -moz-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #bfd255), color-stop(50%, #8eb92a), color-stop(51%, #72aa00), color-stop(100%, #9ecb2d)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* IE10+ */
    background: linear-gradient(to bottom, #bfd255 0%, #8eb92a 50%, #72aa00 51%, #9ecb2d 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfd255', endColorstr='#9ecb2d', GradientType=0 ); /* IE6-9 */
}

    .btn:hover {
        background: #78ad09;
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#78ad09', endColorstr='#78ad09', GradientType=0 ); /* IE6-9 */
    }

    .btn.medium {
        min-width: 0;
        padding: 9px 10px;
    }
