/**{border:1px  solid #000000;}*/

.selecionado
    {
        border: 3px solid #000 !important;
    }

.timeline {
      position: relative;
      margin: 50px 0;
    }

    .timeline::before {
      content: '';
      position: absolute;
      width: 1px;
      background-color: #000;
      top: 0;
      bottom: 0;
      left: 10px;
      margin-left: -1px;
    }

    .timeline-event {
      position: relative;
      padding: 20px;
      background-color: #f0f0f0;
      margin-bottom: 50px;
      margin-left: 40px;
    }

    .timeline-event::before {
      content: '';
      position: absolute;
      width: 20px;
      height: 20px;
      background-color: #006699;
      border-radius: 50%;
      top: 0;
      left: -30px;
      transform: translate(-50%, 35px);
    }

    .timeline-event .date {
      position: absolute;
      left: -125px;
      top: 0;
      /*transform: translateY(-50%);*/
      background-color: #006699;
      color: #fff;
      padding: 8px;
      border-radius: 10px;
      text-align: center;
      font-size: 16px;
      line-height: 1.2;
      white-space: nowrap;
    }

    .timeline-event .date::before {
      content: '';
      position: absolute;
      width: 100%;
      height: 1px;
      background-color: #006699;
      top: 50%;
      left: 100%;
    }

    .timeline-event .day {
      display: block;
      font-size: 25px;
    }

    .timeline-event .month {
      display: block;
    }

    .timeline-event .year {
      display: block;
      margin-top: 5px;
    }

    .timeline-event .actions {
      position: absolute;
      top: 0;
      right: 0;
      margin-top: 10px;
      margin-right: 10px;
    }

 

.linha_vermelha_hoje
    {
        position:absolute;
        left:0;
        width: 100%;
        height: 2px;
        background-color: #FF0000;
    }

.agendamento
    {
        padding: 5px;
        margin-bottom: 2px;
    }
.agendamento:hover
    {
        transition:.2s;
        color: #FFF;
        background-color: #4285F4 !important;

        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

.hora
    {
        height: 60px;
    }
.margem0
    {
        margin: 0 !important;
    }
.padding0
    {
        padding:0 !important;
    }
.fonte20
    {
        font-size:20px !important;
    }
.fonte25
    {
        font-size:25px !important;
    }
.fonte30
    {
        font-size:30px !important;
    }
.fonte35
    {
        font-size:35px !important;
    }
.fonte55
    {
        font-size:55px !important;
    }
.fonte85
    {
        font-size:85px !important;
    }

.input_secao
    {
        font-weight: bold;   
        font-size: 18px;
    }
.margin-left-10
    {   
        margin-left: 10px;
    }
.margin-right-10
    {   
        margin-right: 10px;
    }
.borda1
    {
        border:1px solid #666 !important;
    }
.borda2
    {
        border:1px solid #EEE !important;
    }
.borda3
    {
        border:15px solid #ece0e0 !important;
    }
.borda4
    {
        border:5px solid #000000 !important;
    }
.borda5
    {
        border:5px solid #FFFFFF !important;
    }

.borda-radius-10
    {
        border-radius: 10px;
    }

.borda-inf1
    {
        border-bottom:1px dotted #999;
    }
.borda-inf2
    {
        border-bottom:8px solid #ca424d;
    }
.borda-inf3
    {
        border-bottom:1px solid #CCC !important;
    }
.borda-inf4
    {
        border-bottom:1px solid #EEE !important;
    }
.borda-inf4:last-child
    {
        border-bottom:none !important;
    }
.padding5
    {
        padding:5px;
    }
.padding10
    {
        padding:10px;
    }
.pointer
    {   
        cursor:pointer;
    }

.relative
    {
        position: relative;
    }
.divCliAutocomplete
    {
        position: absolute;
        top: 37px;
        left: 1px;
        width: 90%;
        min-height: 50px;
        border: 0px solid #000;
        background-color: #FFF;
        box-shadow: 0 3px 15px -7px #333;
        opacity: 0.95;
        z-index: 1;
    }
.success
    {
        background-color: #DFF0D8;
    }
.warning
    {
        background-color: #FCF8E3;
    }
.info
    {
        background-color: #D8ECF7;
    }
.danger
    {
        background-color: #F2DEDE;
    }

.animacao
    {
        animation: blink .5s ease infinite alternate;
    }

.animado
    {
        transition:.5s;
    }

.amplia:hover
    {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }

@-webkit-keyframes blink
    {
        0% { border-left:4px solid #CCC; } 
        100% { border-left:4px solid #006699; } 
    }

.textarea_pendencia
    {
        margin: 0 !important;
        padding: 0 !important;
        background: none !important;
        background-color: #FFF !important;
        border: 0 !important;
    }
.input_atualizavel
    {
        margin: 0 !important;
        padding: 0 !important;
        background: none !important;
        background-color: #FFF !important;
        border: 0 !important;
        font-weight: bold;   
        font-size: 18px;
    }
.overflow300
    {
        max-height: 300px;
        overflow: auto;
    }

.overflow400
    {
        max-height: 400px;
        overflow: auto;
    }

.semBordaTopo
    {
        border-top:none !important;
    }
.semBordaDireita
    {
        border-right:none !important;
    }
.semBordaEsquerda
    {
        border-left:none !important;
    }
.semBordaInf
    {
        border-bottom: none !important;
    }

.modal-lg
    {
        width:90% !important;
    }

.linha25
    {
        line-height: 25px;
    }
.seleciona
    {
        width: 50%;
        /*background: 0 !important;
        border: 0 !important;*/
    }

/*.table-hover thead tr td:hover, .table-hover tbody tr td:hover {
    background-color: #FC6;
}

.table-hover tr td
    {
        line-height: 5px !important;
    }*/

.fundo1
    {
        background-color: #006699 !important;
    }
.fundo2
    {
        background-color: #C6DAFC !important;
    }
.fundo3
    {
        background-color: #990000 !important;
    }
.fundo4
    {
        background-color: #d9f4e2 !important;
    }

.fundoEEE
    {
        background-color: #EEE !important;
    }

.animado
    {
        transition:.3s;
    }

.bold
    {
        font-weight: bold;
    }
.ui-datepicker{ z-index: 9999 !important;}
.cor1
	{
		color:#999;
	}
.cor6
    {
        color: #FFF;
    }    
.italic
	{
		font-style:italic;
	}
.modal-body p 
	{
    	word-wrap: break-word;
	}
.nav,.dropdown-menu
	{
		font-size:13px;
	}

.padding5
	{
		padding:5px;
	}
	
/* callout */
.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #3D1059;
}
.bs-callout-primary h4 {
    color: #3D1059;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}
/* callout - fim */


.none
	{
		display:none;
	}