﻿@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed');



.sub-container-cid {
    font-size: .857rem;
    line-height: 1rem;
    overflow: hidden;
    margin: 4px 2px;
    white-space: nowrap;
}

.sub-cid-existe {
    background-color: Red;
    color: #fff;
    padding: 7px;
    position: absolute;
    top: 30px;
}

.sub-faixaetaria {
    margin: 5px 0 5px 0;
}

.sub-float-left {
    float: left;
}

.sub-float-right {
    float: right;
}

.sub-input {
    border: 1px solid #228B22;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.1;
    padding: 3px;
    width: 100%;
}

.sub-hidden {
    display: none;
}

.sub-layer, .sub-layer2 {
    background: rgba(208, 208, 208, 0.8);
    bottom: 0;
    z-index: 9999;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
}

.sub-layer-msg, .sub-layer-content {
    /*background: #fff;*/
    margin: 0 auto;
    max-width: 800px;
    min-height: 150px;
    position: relative;
    text-align: center;
    top: 30%;
}

.sub-layer-content-modal {
    background-color: #fefefe;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    padding: 10px;
}

.sub-layer-content-close {
    bottom: 10px;
    display: none;
    position: absolute;
    text-align: right;
    width: 96%;
}

/* BEGIN: MARGIN */

.sub-margin-all-small {
    margin: 5px !important;
}

.sub-margin-all-medium {
    margin: 10px !important;
}

.sub-margin-all-big {
    margin: 15px !important;
}

.sub-margin-top-small {
    margin-top: 5px;
}

.sub-margin-top-medium {
    margin-top: 10px;
}

.sub-margin-top-big {
    margin-top: 15px;
}

.sub-margin-right-small {
    margin-right: 5px;
}

.sub-margin-right-medium {
    margin-right: 10px;
}

.sub-margin-right-big {
    margin-right: 15px;
}

.sub-margin-bottom-small {
    margin-bottom: 5px;
}

.sub-margin-bottom-medium {
    margin-bottom: 10px;
}

.sub-margin-bottom-big {
    margin-bottom: 15px;
}

.sub-margin-left-small {
    margin-left: 5px;
}

.sub-margin-left-medium {
    margin-left: 10px;
}

.sub-margin-left-big {
    margin-left: 15px;
}

/* END: MARGIN */


/* BEGIN: PADDING */

.sub-padding-all-small {
    padding: 5px !important;
}

.sub-padding-all-medium {
    padding: 10px !important;
}

.sub-padding-all-big {
    padding: 15px !important;
}

.sub-padding-top-small {
    padding-top: 5px;
}

.sub-padding-top-medium {
    padding-top: 10px;
}

.sub-padding-top-big {
    padding-top: 15px;
}

.sub-padding-right-small {
    padding-right: 5px;
}

.sub-padding-right-medium {
    padding-right: 10px;
}

.sub-padding-right-big {
    padding-right: 15px;
}

.sub-padding-bottom-small {
    padding-bottom: 5px;
}

.sub-padding-bottom-medium {
    padding-bottom: 10px;
}

.sub-padding-bottom-big {
    padding-bottom: 15px;
}

.sub-padding-left-small {
    padding-left: 5px;
}

.sub-padding-left-medium {
    padding-left: 10px;
}

.sub-padding-left-big {
    padding-left: 15px;
}

/* END: PADDING */

.sub-perfil-wrapper {
    /*background-color: transparent;*/
    border: 1px solid #228B22;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    display: none;
    margin: 5px;
    padding: 7px;
}

.sub-perfil-header {
    cursor: pointer;
}

.sub-perfil-content {
    /*display: none;*/
    margin: 5px 0 0 0;
}

.sub-text-center {
    text-align: center;
}


/* Tooltip container */
.sub-tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
}

    /* Tooltip text */
    .sub-tooltip .sub-tooltip-text {
        visibility: hidden;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        padding: 5px 0;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 1s;
    }

        /* Tooltip arrow */
        .sub-tooltip .sub-tooltip-text::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Show the tooltip text when you mouse over the tooltip container */
    .sub-tooltip:hover .sub-tooltip-text {
        visibility: visible;
        opacity: 1;
    }

.sub-text-right {
    text-align: right;
}

.sub-wrapper {
    margin: 10px auto;
    width: 100%;
    max-width: 980px;
}

/* MODAL */

.sub-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

/* Modal Content */
.sub-modal-content {
    background-color: #fefefe;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    margin: 10% auto;
    max-width: 1000px;
    padding: 10px;
    position: relative;
}

/* Modal Header */
.sub-modal-header {
    padding: 0;
}

/* Modal Body */
.sub-modal-body {
    padding: 10px 0 0;
    min-height: 200px;
}

/* Modal Footer */
.sub-modal-footer {
    padding: 10px 0 0 0;
}



/*** END: SCROLLTABLS ***/
