/*
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 : 18/06/2020, 02:15:01 PM
    Author     : jacaicedo
*/

.span_idiger{
  background-color: #f2f2f2 !important;
  color: #3d682c !important;
}

.input_submit_ididger{
  background-color: #3d682c !important;
  color: #f2f2f2 !important;
}

.input_submit_ididger:hover{
  background-color: #5fa831 !important;
  color: #f2f2f2 !important;
}

#lnkRecuperarClave{
  color: #3d682c !important;
  float: right !important;
}

#lnkRecuperarClave:hover{
  color: #5fa831 !important;
}

#skin-select{
  width: 260px;
  height: 100%;
}

.enlaces_idiger{
  background-color: #f2f2f2 !important;
  color: #3d682c !important;
}

.enlaces_idiger:hover{
  background-color: #f2f2f2 !important;
  color: #5fa831 !important;
}

.panel_idiger{
  color: #f2f2f2;
  background-color: #3d682c;
  border-color: #5fa831;
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel_idiger:hover{
  color: #f2f2f2;
  background-color: #5fa831;
}

