

body{
  font-family: 'Roboto', sans-serif !important;
}
.content-header{
  /* padding-bottom: 30px !important; */
}
#calendar a.fc-event:hover {
  cursor: pointer;
}
.box{
    border-top: 3px solid #005DB4 !important;
    margin-top: 15px;
}
.estadistica-cantidades h3:first-child{
  margin:0;
  font-size:14px;
  white-space:inherit;
}
.estadistica-cantidades h3:last-child{
  margin:0;
  font-size:16px;
}
.estadistica-cantidades p{
  margin: 0;
}
.todo-list>li .label{
    font-size: 13px !important;
}
.box-header{
  text-align: center;
  text-transform: uppercase;
  color: #0066B1 !important;
}
.highcharts-legend-item{
  display: flex;
  justify-content: center;
  align-items: center;
}
.dataTables_paginate{
  padding-top: 0.7em !important;
}
.dataTables_info{
  padding-top: 1em !important;
}
.dataTables_length label select{
  border-color: #00ADE5 !important;
  border-radius: 25px;
  padding: 4px 10px;
  border: 2px solid;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
  color: #fff !important;
  border-radius: 25px !important;
  background: #00ADE5;
}
.dataTables_paginate a.current:hover{
  border-color: #eee !important;
  color: #333 !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
  color: #333 !important;
  border: 1px solid #979797 !important;
  border-radius: 25px !important;
  background-color: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, #dcdcdc));
  background: -webkit-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: -moz-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: -ms-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: -o-linear-gradient(top, white 0%, #dcdcdc 100%);
  background: linear-gradient(to bottom, white 0%, #dcdcdc 100%);
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active{
  background: none !important;
  border-radius: 25px !important;
  border-color: #fff !important;
  color: #333 !important;
}
.dataTables_filter input{
  border-color: #00ADE5 !important;
  border-radius: 25px;
  padding: 4px 10px;
  border: 2px solid;
}
.chosen-container{
  width: 100% !important;
}
.form-group{
    /* overflow: hidden; */
    margin-bottom: 15px !important;
}
label{
  width: 100%;
}
.form-control{
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075) !important;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s !important;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s !important;
  border-radius: 4px !important;
}
table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc {
    background-image: none !important;
}
table.dataTable thead .sorting:after {
    opacity: 0.2;
    content: "\e150";
}
table.dataTable thead .sorting_asc:after {
    content: "\e155";
}
table.dataTable thead .sorting_desc:after {
    content: "\e156";
}
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    position: absolute;
    bottom: 8px;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
}

a,a:focus,a:hover,a:active,
button,button:focus,button:hover,button:active,
select,select:focus,select:hover,select:active,
input, input:focus,input:hover,input:active{
  outline: none !important;
  text-decoration: none !important;
}
#app{
  background: #fff;
  height: 100vh;
}
.logo{
  padding-bottom: 60px;
}
.background{
  background: url(http://127.0.0.1:8000/images/fondo-exeltis.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
.position-absolute{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh;
}

.col{
  display: inline-block;
  padding: 0 15px;
}

table{
    table-layout: fixed;
    width: 250px;
}
thead tr th{
  text-align: center;
}
th, td {
    text-align: center;
    width: 100px;
    word-wrap: break-word;
    vertical-align: middle !important;
}

.btn-exeltis{
  color: #fff;
  border-radius: 50px;
  border: 0;
}
.btn-exeltis-login:hover,
.btn-exeltis-login:focus,
.btn-exeltis-login:active{
  color: #fff;
  outline: none !important;
  text-decoration: none !important;
}
.btn-exeltis-login{
  padding: 20px 120px;
}

.btn-xs{
  padding: 6px 8px !important;
}
.btn-sm{
  padding: 6px 30px !important;
}
.btn-md{
  padding: 10px 30px !important;
}
.btn-lg{
  padding: 10px 80px !important;
}

.btn-primary,
.btn-default,
.btn-danger{
    border-color: none !important;
    transition: .5s;
    color: #fff !important;
    border: none !important;
    border-radius: 25px !important;
}
.btn-primary:hover,
.btn-default:hover,
.btn-danger:hover {
    color: #fff !important;
}
.text-center {
    text-align: center !important;
}
.text-left{
  text-align: left !important;
}
.text-right{
  text-align: right !important;
}
.modal-header {
    background: #005DB4;
}

.bg-degradado{
  background: rgba(0,173,230,1);
  background: -moz-linear-gradient(left, rgba(0,173,230,1) 0%, rgba(0,104,184,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,173,230,1)), color-stop(100%, rgba(0,104,184,1)));
  background: -webkit-linear-gradient(left, rgba(0,173,230,1) 0%, rgba(0,104,184,1) 100%);
  background: -o-linear-gradient(left, rgba(0,173,230,1) 0%, rgba(0,104,184,1) 100%);
  background: -ms-linear-gradient(left, rgba(0,173,230,1) 0%, rgba(0,104,184,1) 100%);
  background: linear-gradient(to right, rgba(0,173,230,1) 0%, rgba(0,104,184,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ade6', endColorstr='#0068b8', GradientType=1 );
}
.chosen-container .chosen-results li.highlighted {
  background: rgba(0,173,230,1);
  background: -moz-linear-gradient(left, rgba(0,173,230,1) 0%, rgba(0,104,184,1) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,173,230,1)), color-stop(100%, rgba(0,104,184,1)));
  background: -webkit-linear-gradient(left, rgba(0,173,230,1) 0%, rgba(0,104,184,1) 100%);
  background: -o-linear-gradient(left, rgba(0,173,230,1) 0%, rgba(0,104,184,1) 100%);
  background: -ms-linear-gradient(left, rgba(0,173,230,1) 0%, rgba(0,104,184,1) 100%);
  background: linear-gradient(to right, rgba(0,173,230,1) 0%, rgba(0,104,184,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ade6', endColorstr='#0068b8', GradientType=1 );
    color: #fff;
}
.bg-blue1{
  background: #0066B1 !important;
}
.bg-blue2{
  background: #00ADE5 !important;
}
.bg-gris{
  background: #ddd !important;
}

.txt-blue1{
  color: #0066B1 !important;
}
.txt-blue2{
  color: #00ADE5 !important;
}
.txt-white{
  color: #fff !important;
}

.margin-col-25{
  margin: 25px 0;
}

.alert-success{
    color: #3c763d !important;
    background-color: #DFF0D8 !important;
    border-color: #d6e9c6 !important;
}

.modal-dialog .modal-content .modal-header{
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
.modal-dialog .modal-content{
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
  border-bottom-left-radius: 60px !important;
  border-bottom-right-radius: 60px !important;
}
