

/************************************************************************************
LOGIN
*************************************************************************************/
.center-container {
  width: 280px;
  height: 360px;
  background-color: #D9DCD6;
  position: absolute;
  top: -180px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 10px 10px 10px 10px;
  -moz-border-radius: 10px 10px 10px 10px;
  -webkit-border-radius: 10px 10px 10px 10px;
  -webkit-box-shadow: 5px 5px 36px 0px rgba(0,0,0,0.46);
  -moz-box-shadow: 5px 5px 36px 0px rgba(0,0,0,0.46);
  box-shadow: 5px 5px 36px 0px rgba(0,0,0,0.46);
}

.form-signin {
  max-width: 300px;
  padding: 15px;
  margin: 0 auto;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/****** 
input.cerca {
  color: #fff;
  font-size: 12px;
  background: none;
  padding: 10px 0px 1px 2px;  
  display: block;
  border: none;
  border-bottom: 1px solid #6B818C;
  outline: none;
  width: 99%;
}

label.cerca {
  color: #fff;
  font-size: 14px;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 14px;
  transition: all 0.3s ease;
}

input.cerca:focus + label, input.cerca:valid + label
{
  color: #6B818C;
  left: 9px;
  top: 2px;
  font-size: 12px;
  outline: none;
}
*****/
input.cerca {
  color: #000000;
  font-size: 11px;
  background: #C1C1C1;
  padding: 2px 2px 2px 4px;
  margin-bottom: 4px;  
  display: block;
  border: 0px solid #6B818C;
  border-radius: 5px;
  /* border-bottom: 1px solid #6B818C; */
  outline: none;

}

label.cerca {
  color: #fff;
  font-size: 14px;
  position: absolute;
  pointer-events: none;
  left: 10px;
  top: 12px;
}

/************
CHECKBOX
*************/

/* checkbox */
.toggle input {
  display: none;
}

/* The container and background */
.toggle {
  position: relative;
  display: inline-block;
  width: 48px;
  height: 20px;
  left: -17px;
  z-index: 999;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 18px;
  right: -15px;
  bottom: 0;
  background-color: #878787;
  border: 1px solid #aaa;
  border-radius: 30px;
  transition: all 0.4s;
}

/* The sliding button */
.slider:before {
  position: absolute;
  content: '';
  width: 14px;
  height: 14px;
  left: 2px;
  top: 2px;
  background-color: #eeeeee;
  border-radius: 14px;
  transition: all 0.4s; 
}

/* On checked */
input:checked + .slider {
  background-color: #2b699d;
}
input:checked + .slider:before {
  transform: translateX(24px);
  /* left: 26px; */
}

/************************************************************************************
COPYRIGHT FOOT
*************************************************************************************/

.copyright {
  position: relative;
  padding: 5px;
  font-size: 10px;
  color: #231F20;
}

/************************************************************************************
TABLE COLOR
*************************************************************************************/
.table-striped>thead th {
    background-color: #08415C;
    color: white;
    /* border-radius: 10px 10px 10px 10px;
    -moz-border-radius: 10px 10px 10px 10px;
    -webkit-border-radius: 5px 5px 0px 0px; */
}

.table-striped>tbody>tr:nth-child(even)>td {
  background-color: #D3D0CB;
}

.table-striped>tbody>tr:nth-child(odd)>td {
  background-color: #E7E5DF;
}

.table-striped>tbody>tr>th {
  background-color: #929292;
}

.table-striped>tfoot th {
    background-color: #08415C;
    color: white;
}

.table-striped>tfoot {
    display: table-header-group;
}

.table-striped > tbody > tr:nth-child(even):hover > td, .table-striped > tbody > tr:nth-child(odd):hover > td {
    background: #CED097 !important;
    -webkit-box-shadow: inset 0px -1px 0px 0px black, inset 0px 1px 0px 0px black;
    -moz-box-shadow: inset 0px -1px 0px 0px black, inset 0px 1px 0px 0px black;
    box-shadow: inset 0px -1px 0px 0px black, inset 0px 1px 0px 0px black;
}

.table-striped tr.dtrg-group.dtrg-level-0 td {
    background-color: #899391 !important;
    color: #232625;
      border: 0px solid #5e5e5e;
}

.table-striped tr.dtrg-group.dtrg-level-0 td:hover {
    background-color: #899391 !important;
    color: #232625;
      border: 0px solid #5e5e5e;
}

.table-striped tr.dtrg-group.dtrg-level-1 td {
    background-color: #2F6F88 !important;
    color: #D0D4D3;
      border: 0px solid #5e5e5e;
}

.table-striped tr.dtrg-group.dtrg-level-1 td:hover {
    background-color: #2F6F88 !important;
    color: #D0D4D3;
      border: 0px solid #5e5e5e;
}

.table-bordered {
  border: 0px solid #5e5e5e;
}

.table-bordered > thead > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tfoot > tr > td {
  border: 0px solid #5e5e5e;
}

.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td {
  border: 1px solid #5e5e5e;
  border-top: 0px solid transparent;
  /*  border-bottom: 1px solid transparent; */
}

.table-striped > tbody > tr:nth-child(even).active > td, 
.table-striped > tbody > tr:nth-child(odd).active > td {
    background-color  :#fafd96 !important;
}

.table-striped > caption { 
  font-size: 16px;
  font-weight: bold;
  width: 400px;
  background-color: #e7e5df !important;
  color: #000;
  text-align: center;
  border-radius: 20px 20px 0px 0px;
 margin: 0 auto;
}

.table-print {
  border: 0px !important;
  border-top: 1px solid #000 !important;
  font-size: 8pt !important;

}

.table-print > thead > tr > th,
.table-print > thead > tr > td {
    background-color: #e7e5df !important;
}

.table-print > thead > tr > th,
.table-print > tbody > tr > th,
.table-print > tfoot > tr > th,
.table-print > thead > tr > td,
.table-print > tbody > tr > td,
.table-print > tfoot > tr > td {
  border: 0px !important;
  border-bottom: 1px solid #000 !important;
}

/************************************************************************************
RADIO BUTTON
*************************************************************************************/

/* .btn span.glyphicon {         
  opacity: 0;       
}
.btn.active span.glyphicon {        
  opacity: 1;       
}
.btn.active {
    background-color: red;
} */

#buttongreen .btn.active 
{ background-color: green ; color: white; }

#buttonColor_Tag .btn span.glyphicon {         
  opacity: 0;       
}
#buttonColor_Tag .btn.active span.glyphicon {        
  opacity: 1;       
}

.navbar{
    margin-bottom: 5px !important;
} 

/************************************************************************************
PROGRESS
*************************************************************************************/

.progress{
    height: 20px;
    background: #6b818c;
    margin-bottom: 0px;
    box-shadow: none;
    border-radius: 0;
    overflow: hidden;
}
.progress .progress-bar{
    position: relative;
    box-shadow: none;
    animation: animate-positive 2s;
}

.progress .progress-value{
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    left: 5px;
    top: 0px;
    z-index: 1;
}

@-webkit-keyframes animate-positive {
    0% { width: 0%; }
}
@keyframes animate-positive {
    0% { width: 0%; }
}

/**********
PARSLEY -- ERROR VALIDATOR
**********/

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #B94A48;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #B94A48;

  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
}
