
body {
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */
    cursor: default;
}

button, a, a:focus, a:hover, a:active {
    outline:none;
}

.tabtop .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus, .tabtop .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a {
    border-top: 4px solid #019C6C !important;
    border-right: 2px solid #CCC !important;
    border-left: 2px solid #CCC !important;
    color: #000;
    font-weight: bold;
}

.pes>a{
  color:#444;
}

.pointerCursor {
    cursor: pointer;
}

.dynamic_form{
  position:absolute;
  top:140px;
  width:100%;
  height:calc(100% - 140px);
  display:flex;
  padding:10px;
}
.dynamic_form .form{
  background-color:#01bc8c;
  color: #FFF;
  width: 500px;
  min-height: 500px;
  padding:40px;
  margin-bottom:80px;
  border-radius: 20px;
  margin: auto;
  position: relative;
  text-align:  center;
  font-size: 20px;
  display: flex;
  align-items:center;
}

.dynamic_form .form a{
  color: #FFF;
}

.dynamic_form .anterior{
  position: absolute;
  top: calc(50% - 20px);
  left: 10px;
  font-size:40px;
}
.dynamic_form .siguiente{
  position: absolute;
  top: calc(50% - 20px);
  right: 10px;
  font-size:40px;
}
.ui-datepicker{

  z-index: 99999999999999 !important;
  background-color: #FFFFFF !important;
  margin-top: 10px !important;
  border-radius: 10px !important;
  border-left: 2px solid #428BCA !important;
  border-right: 2px solid #428BCA !important;
  border-spacing: 10px !important;
  border-collapse: separate !important;
}
.ui-datepicker-header{
  width:100%;
  padding:10px;
}
.ui-corner-all{
  float:left;
  padding-left:5px;
  padding-right:5px;
}
.ui-datepicker-title{
  float:right;
}
.ui-datepicker-calendar{
  clear:both;
  border-spacing: 10px !important;
  border-collapse: separate !important;
}
.ui-datepicker td a{
    padding-left:4px !important;
    padding-right:4px !important;
}
.ui-datepicker td, .ui-datepicker th{
  text-align: center !important;
}
.ui-datepicker .ui-state-highlight{
  background-color: #EEEEEE !important;
}
.ui-datepicker .ui-state-active{
  background-color: #428BCA !important;
}
.ui-datepicker .ui-state-active{
  color: #FFFFFF;
}

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
  background-color: #01BC8C;
  border: 1px solid #019C6C;
}
.panel-heading{
  background-color: #01BC8C !important;
  border: 1px solid #019C6C !important;
}

.dark-color{
  color: #015C2C;
}

.dt-buttons.btn-group{
  margin-left:15px !important;
}

.tab-pane{
  display: none;
}
.tab-pane.active{
  display: block;
}

.ui-datepicker-year{
  background-color: #FFF;
  border-radius: 3px;
  margin-left: 10px;
}

.dataTables_filter>label{
  float:right;
}
.pagination{
  float:right;
}

.table-form{
  text-align:center;
  font-size:14px;
}
.table-form th{
  text-align:center;
  border-bottom: 1px solid #ccc;
}
.table-form tr{
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.table-form td{
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.table-form th{
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.table-form tr:first-child{
  border-top:0;
}
.table-form tr:last-child{
  border-bottom:0;
}
.table-form td:first-child{
  border-left:0;
}
.table-form td:last-child{
  border-right:0;
}
.table-form th:first-child{
  border-left:0;
}
.table-form th:last-child{
  border-right:0;
}

.table-form input{
  border:0;
  text-decoration: none;
  padding:0;
  text-align:center;
  webkit-box-shadow: 0 !important;
  box-shadow:0 !important;
  width:100%;
}
.table-form input:focus{
  outline: none;
}

.panel-title{
  color:#FFF;
}
