@font-face {
    font-family: 'CaeciliaLTStd75Bold';
    src: url('../fonts/caecilialtstd-bold-webfont.eot');
    src: url('../fonts/caecilialtstd-bold-webfont?#iefix') format('embedded-opentype'), url('../fonts/caecilialtstd-bold-webfont.woff') format('woff'), url('../fonts/caecilialtstd-bold-webfont.ttf') format('truetype'), url('../fonts/caecilialtstd-bold-webfont.svg#caecilialtstd-bold-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}

.uploadify {
    margin-left: auto;
    margin-right: auto;
}

#container_mini_quad {
    width: 80%;
    float: left;
    height: 20px;
    padding-top: 5px;
}

.mini_quadrado {
    width: 10px;
    height: 10px;
    background-color: #888;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
}

    .mini_quadrado:hover {
        background-color: #666;
    }

.currentCrossLink {
    width: 10px;
    height: 10px;
    background-color: #006400;
    float: left;
    margin-right: 5px;
    margin-left: 5px;
    cursor: pointer;
}

.link {
    color: #4c4c4c;
    text-decoration: none;
    margin-left: 8px;
}

.dropdown-menu .link {
    margin-left: 0;
}

.link .glyphicon {
    position: relative;
    top: 1px;
}

.link:hover {
    text-decoration: none;
    color: #006400;
}

.td_ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 1px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

tr, td, th {
    padding: 5px;
}

span.label.label-primary.tag, span.label.label-warning.tag, span.label.label-success.tag, span.label.label-info.tag, span.label.label-danger.tag {
    cursor: pointer;
}

.rule_area {
    border: 1px solid #dedede;
    width: 463px;
    height: 130px;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    padding: 5px;
}

.validation-summary-errors ul {
    list-style-type: none;
    margin: 0;
    padding-left: 5px;
}

.plansTable tbody tr td, .plansTable tbody tr th, .plansTable thead tr th {
    border-top: 1px solid lightgrey;
}

.plansTable tbody tr td, .plansTable thead tr th {
    text-align: center;
}

.subscribedPlan {
    background-color: #9FDA93;
}

.subscribedPlanHeader {
    background-color: #518f44;
    color: white;
}

.topNumber {
    display: inline-block;
    font-size: 22px;
    font-weight: bold;
    vertical-align: top;
    width: 6%;
    color: #79b253;
}

.homeSectionTitle {
    /*text-transform: uppercase;*/
    font-size: 24px;
    /* font-family: CaeciliaLTStd45Light;*/
    font-family: CaeciliaLTStd75Bold;
    font-style: normal;
    font-weight: normal;
    color: #3d4043;
    /*src: url('font/caecilialtstd-light-webfont.eot?#iefix') format('embedded-opentype'), url('font/caecilialtstd-light-webfont.woff') format('woff'), url('font/caecilialtstd-light-webfont.ttf') format('truetype'), url('font/caecilialtstd-light-webfont.svg#CaeciliaLTStd45Light') format('svg');*/
    padding-bottom: 15px;
}

.footerLoginAdmin {
    color: grey;
    font-size: 10px;
    margin: 5px auto;
    text-align: center;
}

.textboxLoginAdmin {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
}

.buttonLoginAdmin {
    width: 100%;
    font-weight: normal;
    padding: 4px 6px;
    border-radius: 2px;
    background-color: #959801 !important;
}

    .buttonLoginAdmin:hover {
        background-color: #CED08B !important;
    }

/* Force reCAPTCHA input's style */
.recaptcha_input_area input {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

    .recaptcha_input_area input:focus {
        border-color: #66afe9;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    }

#store_title {
    font-weight: bold;
    color: #008000;
    padding: 5px 10px 0 10px;
    font-style: italic;
    cursor: pointer;
}

#categories_separator {
    padding-bottom: 3px;
    border-bottom: 3px solid #008000;
}

.menu_item_active {
    height: 40px;
    width: 5px;
    background-color: #959801;
    float: right;
    margin-top: -40px;
}

.wizzard{
    color:darkgreen;
}