meter {
    width: 100%;
    height: 30px;
    -webkit-appearance: none; /* Reset appearance */
    -moz-appearance: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0 5px 5px -5px #999 inset;
}

meter::-webkit-meter-optimum-value {
    background-image: linear-gradient(
      90deg, 
      #f30b0b 0%, 
      #48f802 100%
    );
    background-size: 100% 100%;
  }

  meter::-moz-meter-bar {
    background-image: linear-gradient(
      90deg, 
      #f30b0b 0%, 
      #48f802 100%
    );
    background-size: 100% 100%;
  }
  
.wizard {
    margin: 5px auto;
    background: #fff;
}

.wizard .nav-tabs {
    position: relative;
    margin: 10px auto;
    margin-bottom: 0;
    border-bottom-color: #e0e0e0;
}

.wizard > div.wizard-inner {
    position: relative;
}

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
span.round-tab i{
    color:#555555;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #5bc0de;

}
.wizard li.active span.round-tab i{
    color: #5bc0de;
}

span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

.wizard .nav-tabs > li a:hover {
    background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {
    margin-top: 0;
}
.step1 .row {
    margin-bottom:10px;
}
.dropselectsec {
    width: 68%;
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    outline: none;
    font-weight: normal;
}
.dropselectsec1 {
    width: 74%;
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    outline: none;
    font-weight: normal;
}
.mar_ned {
    margin-bottom:10px;
}
.wdth {
    width:25%;
}
.birthdrop {
    padding: 6px 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    color: #333;
    margin-left: 10px;
    width: 16%;
    outline: 0;
    font-weight: normal;
}
.previewBox {
    text-align: center;
    position: relative;
    width: auto;
    height: 100px;
    margin-right: 10px;
    margin-bottom: 20px;
    float: left;
    border: 2px solid rgb(198, 75, 75);
    border-radius: 4px;
}
.deleteBox {
    text-align: center;
    position: relative;
    width: 100%;
    height: 150px;
    margin-right: 10px;
    margin-bottom: 20px;
    float: left;
    border: 4px solid red;
    border-radius: 4px;
}

.icon-color-orange {
    color: #f1ff00;
}
.icon-color-gestor {
    color: #000000;
    margin-top: -2px;
}
.icon-menu-superior {
    color: #FFFFFF;
    font-size: x-large;
    padding: 6px;
    border-radius: 5px;
    border-color: #ff9d00;
    border-style: solid;
    border-width: 1px;
}

.col-proxima{
    padding-left: 0px !important;
}

.box-ativo{
    border-radius: 6px;
    border: 1px solid #000000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1);
    margin: 5px;
    min-height: 450px;
    background-color: #eeeeee;
  
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

.box-inativo{
    border-radius: 6px;
    border: 1px solid #000000;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1);
    margin: 5px;
    min-height: 450px;
    background-color: rgb(235, 157, 157);
  
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -ms-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}

/* according menu */
#accordion-container {
    font-size:13px
}
.accordion-header {
    font-size:13px;
    background:#ebebeb;
    margin:5px 0 0;
    padding:7px 20px;
    cursor:pointer;
    color:#fff;
    font-weight:400;
    -webkit-border-radius:5px;
    border-radius:5px
}
.unselect_img{
    width:18px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.active-header {
    border-radius:5px 5px 0 0;
    background:#F53B27;
}
.active-header:after {
    content:"\f068";
    font-family:'FontAwesome';
    float:right;
    margin:5px;
    font-weight:400
}
.inactive-header {
    background:#333;
}
.inactive-header:after {
    content:"\f067";
    font-family:'FontAwesome';
    float:right;
    margin:4px 5px;
    font-weight:400
}
.accordion-content {
    display:none;
    padding:20px;
    background:#fff;
    border:1px solid #ccc;
    border-top:0;
    -webkit-border-radius:0 0 5px 5px;
    border-radius:0 0 5px 5px
}
.accordion-content a{
    text-decoration:none;
    color:#333;
}
.accordion-content td{
    border-bottom:1px solid #dcdcdc;
}



@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

/* ======================== */
.pessoaItem {
    cursor:pointer;
}

.fvrclonned {
    margin-top: 10px;
}

/* Circle Button */
.btn-circle {
    width: 30px;
    height: 30px;
    margin-top: -35px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    margin-top: -40px;
    padding: 12px 13px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}


/* CENTRALIZAR IMAGEM */
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto
}

/* NOTIFICACAO */
.notificacao {
    position: relative;
    background-color: #FB404B;
    text-align: center;
    border-radius: 10px;
    min-width: 18px;
    padding: 0 5px;
    height: 18px;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 18px;
    top: 0px;
    left: 7px;
}

.mobile-liberado {
    position: relative;
    background-color: #00b039;
    text-align: center;
    border-radius: 5px;
    min-width: 18px;
    padding: 0 5px;
    height: 18px;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 18px;
    top: 0px;
    left: 7px;
}
.mobile-bloqueado {
    position: relative;
    background-color: #FB404B;
    text-align: center;
    border-radius: 5px;
    min-width: 18px;
    padding: 0 5px;
    height: 18px;
    font-size: 12px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 18px;
    top: 0px;
    left: 7px;
}

/* RELOGIO */
.relogio {
    margin: 15px;
    font-weight: 400;
    font-size: 24px;
}



/* Para o POST-IT */
.quote-container {
    margin-top: 20px;
    position: relative;
}

.note {
    color: #333;
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    font-size: 15px;
    box-shadow: 0 10px 10px 2px rgba(0,0,0,0.3);
}

.note .author {
    display: block;
    margin: 0;
    text-align: left;
    font-weight: bold;
}

.note .data {
    display: block;
    margin: 40px 0 0 0;
    text-align: right;
}

.yellow {
    background: #eae672;
    border-left-width: 0px;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
}

.pin {
    background-color: #aaa;
    display: block;
    height: 32px;
    width: 2px;
    position: absolute;
    left: 50%;
    top: -16px;
    z-index: 1;
}

.pin:after {
    background-color: #A31;
    background-image: radial-gradient(25% 25%, circle, hsla(0,0%,100%,.3), hsla(0,0%,0%,.3));
    border-radius: 50%;
    box-shadow: inset 0 0 0 1px hsla(0,0%,0%,.1),
    inset 3px 3px 3px hsla(0,0%,100%,.2),
    inset -3px -3px 3px hsla(0,0%,0%,.2),
    23px 20px 3px hsla(0,0%,0%,.15);
    content: '';
    height: 12px;
    left: -5px;
    position: absolute;
    top: -10px;
    width: 12px;
}

.pin:before {
    background-color: hsla(0,0%,0%,0.1);
    box-shadow: 0 0 .25em hsla(0,0%,0%,.1);
    content: '';

    height: 24px;
    width: 2px;
    left: 0;
    position: absolute;
    top: 8px;

    transform: rotate(57.5deg);
    -moz-transform: rotate(57.5deg);
    -webkit-transform: rotate(57.5deg);
    -o-transform: rotate(57.5deg);
    -ms-transform: rotate(57.5deg);

    transform-origin: 50% 100%;
    -moz-transform-origin: 50% 100%;
    -webkit-transform-origin: 50% 100%;
    -ms-transform-origin: 50% 100%;
    -o-transform-origin: 50% 100%;
}




/* Para o caso do color Picker da tabela de usuario */
._select_color{
    font-size: 20px;
    padding: 10px 12px;
    font-weight: 300;
    line-height: 28px;
    border-radius: 4px;
    border: 1px solid #ccc;
    -webkit-appearance: none;
    width: 100%;
    height: auto;
    box-shadow: none;
    text-align: left;
    background-image: none;
    color: #796652;
    background: white;
}
._select_color_drop {
    margin: 0;
    padding: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    top: 99%;
    border-top: 0;
    width: 100%;
}
._select_color_drop > li {
    display: inline-block;
    padding: 7px;
    border-right: 1px solid rgba(192, 192, 192, 0.55);
    cursor: pointer;
    float: left;
}
._select_color_drop > li > .color,.btn > span.color{
    width: 25px;
    height: 25px;
    border-radius: 4px;
    float: left;
}
.btn > span.color{margin-right:10px}
.btn .caret{
    float: right;
    border-top: 7px solid;
    font-size: 28px;
    padding-top: 5px;
    vertical-align: middle;
    position: absolute;
    right: 20px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    top: 20px;
}
._select_color_drop > li > .green ,.btn._select_color > span.green{background-color: green;}
._select_color_drop > li > .yellow ,.btn._select_color > span.yellow{background-color: yellow;}
._select_color_drop > li > .brown ,.btn._select_color > span.brown{background-color: brown;}
._select_color_drop > li > .orange ,.btn._select_color > span.orange{background-color: orange;}
._select_color_drop > li > .pink ,.btn._select_color > span.pink{background-color: pink;}
._select_color_drop > li > .silver ,.btn._select_color > span.silver{background-color: silver;}
._select_color_drop > li > .blue ,.btn._select_color > span.blue{background-color: blue;}
._select_color_drop > li > .TEAL ,.btn._select_color > span.TEAL{background-color: #008080;}
._select_color_drop > li > .NAVY ,.btn._select_color > span.NAVY{background-color: #000080;}
._select_color_drop > li > .PURPLE ,.btn._select_color > span.PURPLE{background-color: #800080;}
._select_color_drop > li > .OLIVE ,.btn._select_color > span.OLIVE{background-color: #808000;}
._select_color_drop > li > .LIME ,.btn._select_color > span.LIME{background-color: #00FF00;}


/* PROGRESS BAR */

#progressbox {
    border: 1px solid #0099CC;
    padding: 1px;
    position:relative;
    width:100%;
    border-radius: 3px;
    margin: 10px;
    display:none;
    text-align:left;
}
#progressbar {
    height:20px;
    border-radius: 3px;
    background-color: #003333;
    width:1%;
}
#statustxt {
    top:3px;
    left:50%;
    position:absolute;
    display:inline-block;
    color: #000000;
}

.modal .titleAgenda {
    margin: 0;
    margin-bottom: 10px;
    color: #000000;
    font-weight: 800;
    font-size: 20px;
}

.modal .title {
    margin: 0;
    color: #000000;
    font-weight: 400;
    font-size: 18px;
}

.modal .subtitle {
    margin: 0;
    color: #172cb6;
    font-weight: 200;
    font-size: 16px;
}

.modal .dados {
    margin: 0;
    padding-top: 0px;
    color: #000000;
    font-weight: 200;
    font-size: 16px;
}

.modal .titleDados {
    margin: 0;
    padding-top: 15px;
    color: #000000;
    font-weight: 500;
    font-size: 12px;
}

 /* Main é utilizado somente no index.php */
.main{
    background-image: url("../img/fundoGestor.jpg");
    background-position: center center;
    background-size: cover;
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    width: auto;
}

.mainMobile{
    background-position: center center;
    background-size: cover;
    background-color: #FFA726;
    height: auto;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    width: auto;
}
.main .content{
    position: relative;
    z-index: 4;
}

.main .logo{
    color: #FFFFFF;
    font-size: 56px;
    font-weight: 300;
    position: relative;
    text-align: center;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.33);
    margin-top: 60px;
    z-index: 3;
}

.main > .son-1 {
    position: absolute;
    height: 100%;
    width: 100%;
    -moz-transition: all 5s;
    -webkit-transition: all 5s;
    transition: all 5s;
    -moz-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
    background-color: #ECEFF1;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
}

.main:hover > .son-1 {
    -moz-transform: scale(2,2);
    -webkit-transform: scale(2,2);
    transform: scale(2,2);
}

.main .motto{
    min-height: 20px;
}
.main .motto, .main .subscribe .info-text{
    font-size: 20px;
    color: #000000;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.33);
    text-align: center;
    margin-top: 40px;
}

/* Para o Thumbnail das imagens do imovel */
.hide-bullets {
    list-style:none;
    margin-left: -40px;
    margin-top:20px;
}


/* ITENS DO COLLAPSE DA TABLE */
.hiddenRow {
    padding: 0 !important;
}

/* CARGA */
body {
    overflow: hidden;
}
/* preloader */
#preloader {
    position: fixed;
    top:0; left:0;
    right:0; bottom:0;
    background: #bebec4;
    background-image: url("../img/load.gif");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 10%;
    z-index: 100;
}
#loader {
    width: 100px;
    height: 100px;
    position: absolute;
    left:50%; top:50%;
    margin:-50px 0 0 -50px;
}

/* OBSERVACOES DAS FASES DO PROCESSO */
.collapse-custom-data {
    min-width: 100px;
}
.collapse-custom-nome {
    min-width: 150px;
}
.collapse-custom-conteudo {
    min-width: 300px;
}

/* CARROUSEL */
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 80%;
    margin: auto;
}


/* TABELA ORDENADA */
.table-sortable tbody tr {
    cursor: move;
}

.btn-center {
    margin: 22px 0px 0px 0px;
}


/* Sombra */
.sombra {
    -webkit-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    -o-box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
    box-shadow: 0 19px 38px rgba(0, 0, 0, 0.30), 0 15px 12px rgba(0, 0, 0, 0.22);
}


#video_background {
    position: fixed;
    top: 0px;
    right: 0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 1;
    overflow: hidden;
    background-color: #999;
    background-position: center center;
    background-size: cover;

}
#video_pattern {
    position: fixed;
    opacity: 0.6;
    background-color: rgba(0,0,0,.45);
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.motto-bottom{
    font-size: 16px;
    color: #f1f3ff;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.33);
    text-align: center;
    margin-top: 40px;
}


/* ---------------------------------------------------------------------- */
/* Label Percentual */
.label-percent {
    font-size: 10px;
    font-weight: bold;
}

.label-p10 {
    background-color: #B71C1C;
}

.label-p20 {
    background-color: #C62828;
}

.label-p30 {
    background-color: #E53935;
}

.label-p40 {
    background-color: #EF5350;
}

.label-p50 {
    background-color: #FDD835;
    color: #000000;
}

.label-p60 {
    background-color: #F57F17;
    color: #000000;
}

.label-p70 {
    background-color: #B2DFDB;
}

.label-p80 {
    background-color: #80CBC4;
}

.label-p90 {
    background-color: #64DD17;
}

.label-p100 {
    background-color: #76FF03;
}


hr.style2 {
    border-top: 3px double #8c8b8b;
}

h4.style2 {
    padding: 1px;
    margin: 6px 1px;
    background-color: #004D40; /*#009688*/;
    color: #FF9500; /*#ffffff*/;
}

h4.style3 {
    padding: 1px;
    margin: 6px 1px;
    background-color: #009688;
    color: #ffffff;
}

h5.style2 {
    padding: 5px;
    margin: 6px 1px;
    background-color: #004D40; /*#009688*/;
    color: #FF9500; /*#ffffff*/;
}

h5.style3 {
    font-size: small;
    padding: 2px;
    margin: 3px 1px;
    background-color: #004D40; /*#009688*/;
    color: #FF9500; /*#ffffff*/;
}

.bg-padrao {
    color:#fff;
    background-color:#4DB6AC
}

.bg-up {
    color:#fff;
    background-color: #29b614
}

.bg-down {
    color:#fff;
    background-color: #b60310
}

.bg-zero {
    color:#fff;
    background-color: #b68e03
}


/* ---------------------------------------------------------------------- */
/* Definicoes do calendario
#calendar {
    max-width: 1024px;
    margin: 0 auto;
}

/* ---------------------------------------------------------------------- */
/* Barra animadas */
.background-masker {
    background: #fff;
    position: absolute;
}

.background-masker.followup {
    top: 0;
    left: auto;
    right: 0;
    height: 10px;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0
    }
    100% {
        background-position: 468px 0
    }
}

.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: auto;
    height: 10px;
    position: relative;
}

/* ---------------------------------------------------------------------- */
/* Animacoes dos botoes*/
.loading,.loading>td,.loading>th,.nav li.loading.active>a,.pagination li.loading,.pagination>li.active.loading>a,.pager>li.loading>a{
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 40px 40px;
    animation: 2s linear 0s normal none infinite;
    -webkit-animation: progress-bar-stripes 2s linear infinite;
}
.btn.btn-default.loading,input[type="text"].loading,select.loading,textarea.loading,.well.loading,.list-group-item.loading,.pagination>li.active.loading>a,.pager>li.loading>a{
    background-image: linear-gradient(45deg, rgba(235, 235, 235, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(235, 235, 235, 0.15) 50%, rgba(235, 235, 235, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
}


/* ---------------------------------------------------------------------- */
/* Blink*/
.blink-text {
    -webkit-animation-name: blinker;
    -webkit-animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;

    -moz-animation-name: blinker;
    -moz-animation-duration: 1s;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;

    animation-name: blinker;
    animation-duration: 1s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@-moz-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@-webkit-keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

@keyframes blinker {
    0% { opacity: 1.0; }
    50% { opacity: 0.0; }
    100% { opacity: 1.0; }
}

.text-riscado {
    text-decoration: line-through;
}

/* CSS EVENTOS */
@import url("http://fonts.googleapis.com/css?family=Lato:100,300,400,700,900,400italic");
.event-list {
    list-style: none;
    font-family: 'Lato', sans-serif;
    margin: 0px;
    padding: 0px;
}
.event-list > li {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 5px rgb(51, 51, 51);
    box-shadow: 0px 0px 5px rgba(51, 51, 51, 0.7);
    padding: 0px;
    margin: 0px 0px 20px;
}
.event-list > li > time {
    display: inline-block;
    width: 100%;
    color: rgb(255, 255, 255);
    background-color: rgb(197, 44, 102);
    padding: 5px;
    text-align: center;
    text-transform: uppercase;
}
.event-list > li:nth-child(even) > time {
    background-color: rgb(165, 82, 167);
}
.event-list > li > time > span {
    display: none;
}
.event-list > li > time > .day {
    display: block;
    font-size: 36pt;
    font-weight: 100;
    line-height: 1;
}
.event-list > li time > .month {
    display: block;
    font-size: 18pt;
    font-weight: 900;
    line-height: 1;
}
.event-list > li time > .dias {
    display: block;
    padding-top: 5px;
    font-size: 8pt;
    font-weight: 100;
    line-height: 1;
}

.event-list > li > .info {
    padding-top: 5px;
    text-align: center;
}
.event-list > li > .info > .title-evento {
    font-size: 17pt;
    font-weight: 700;
    margin: 0px 10px;
    color: #000000;
}
.event-list > li > .info > .desc {
    font-size: 10pt;
    font-weight: 200;
    margin: 0px;
}
.event-list > li > .info > ul,
.event-list > li > .social > ul {
    display: table;
    list-style: none;
    margin: 10px 0px 0px;
    padding: 0px;
    width: 100%;
    text-align: center;
}
.event-list > li > .social > ul {
    margin: 0px;
}
.event-list > li > .info > ul > li,
.event-list > li > .social > ul > li {
    display: table-cell;
    cursor: pointer;
    color: rgb(30, 30, 30);
    font-size: 11pt;
    font-weight: 300;
    padding: 3px 0px;
}
.event-list > li > .info > ul > li > a {
    display: block;
    width: 100%;
    color: rgb(30, 30, 30);
    text-decoration: none;
}
.event-list > li > .social > ul > li {
    padding: 0px;
}
.event-list > li > .social > ul > li > a {
    padding: 3px 0px;
}
.event-list > li > .info > ul > li:hover,
.event-list > li > .social > ul > li:hover {
    color: rgb(30, 30, 30);
    background-color: rgb(200, 200, 200);
}


@media (min-width: 768px) {
    .event-list > li {
        position: relative;
        display: block;
        width: 100%;
        height: 100px;
        padding: 0px;
    }
    .event-list > li > time,
    .event-list > li > img  {
        display: inline-block;
    }
    .event-list > li > time,
    .event-list > li > img {
        width: 120px;
        float: left;
    }
    .event-list > li > .info {
        background-color: rgb(245, 245, 245);
        overflow: hidden;
    }
    .event-list > li > time,
    .event-list > li > img {
        width: 120px;
        height: 100px;
        padding: 0px;
        margin: 0px;
    }
    .event-list > li > .info {
        position: relative;
        height: 100px;
        text-align: left;
        padding-right: 40px;
    }
    .event-list > li > .info > .title,
    .event-list > li > .info > .desc {
        padding: 0px 10px;
    }
    .event-list > li > .info > ul {
        position: absolute;
        left: 0px;
        bottom: 0px;
    }
    .event-list > li > .social {
        position: absolute;
        top: 0px;
        right: 0px;
        display: block;
        width: 40px;
    }
    .event-list > li > .social > ul {
        border-left: 1px solid rgb(230, 230, 230);
    }
    .event-list > li > .social > ul > li {
        display: block;
        padding: 0px;
    }
    .event-list > li > .social > ul > li > a {
        display: block;
        width: 40px;
        padding: 10px 0px 9px;
    }
}

.errata{
	width: 100px;
    height: 20px;
    border: red solid;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 6px;
    font-size: 10px;
    text-transform: uppercase;
    color: red;
    font-weight: bold;
}

.blink-me{
    animation: pisca 1s linear infinite ;
}

@keyframes pisca {
    50%{
        opacity: 0.5;
    }
}
