/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Feb 16, 2018, 7:24:46 PM
    Author     : pmmi5
*/

.help-block {
    color: #f96332;
}

.modal-header {
            background-color: #f96332; color: whitesmoke
}

.lightredClass {
    color: lightcoral;
}

.redClass {
    color: red;
}

.greenClass {
    color: green;
}

.yellowClass {
    color: yellow;
}

.sorting {
    color: #f96332
}

.modal{
    font-size:12px;
}

.btn{
    font-size:12px;
}

.main {
    height: 300px !important;
}

.panel-header {
    height: 140px;
}

h4, .h4 {
    font-size: 1.614em;
    line-height: 1.45em;
    margin-top: 0px;
    margin-bottom: 15px;
}

.form-control {
    border: 1px solid #D5CCCC;
    color: black;
}

.card label {
    color: #636060;
}


.marcadoSellante {
        fill:blue;
        stroke:black;
        stroke-width:1px;
}
.marcadoCorona {
        fill:tomato;
        stroke:black;
        stroke-width:1px;
}
.marcadoAusente {
        fill:#CC66CC;
        stroke:black;
        stroke-width:1px;
}
.marcadoCaries {
        fill:yellow;
        stroke:black;
        stroke-width:1px;
}
.marcadoAmalgama {
        fill:red;
        stroke:black;
        stroke-width:1px;
}
.marcadoEndodoncia {
        fill:orange;
        stroke:black;
        stroke-width:1px;
}
.marcadoImplante {
        fill:#B8B8B8;
        stroke:black;
        stroke-width:1px;
}
.marcadoResina{
        fill:green;
        stroke:black;
        stroke-width:1px;
}
.diente{
        fill-opacity:0;
        stroke:black;
        stroke-width:1px;
}
.ausente {
        fill:none;
        opacity: 0;
}
.corona {
        fill:none;
        opacity: 0;
}
.endodoncia {
        fill:none;
        opacity: 0;
}
.implante{
        fill:none;
        opacity: 0;
}
thead{
        font-size: smaller;
}

.bootstrap-datetimepicker-widget table td.day > div,
.bootstrap-datetimepicker-widget table td.minute > div,
.bootstrap-datetimepicker-widget table td.hour > div {
  height: 30px;
  line-height: 2.2;
  width: 30px;
  text-align: center;
  padding: 0px;
  border-radius: 50%;
  margin: 0 auto;
  z-index: -1;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  border: none;
  cursor: pointer;
  transition: all 300ms ease 0s; }