@font-face {
  font-family: "FiraGORegular";
  src: url(fonts/FiraGO-Regular.woff);
}

@font-face {
  font-family: "bpgMtavruli";
  src: url(fonts/bpg_nino_mtavruli_bold.ttf);
}
.font2{
  font-family: verdana !important;;
  font-size: 12px !important;
}  
.font3{
    font-family: 'bpgMtavruli';  
    font-size: 14px !important;
}
.font4{
    font-family: 'bpgMtavruli';  
    font-size: 18px !important;

} 
.font4title{
    font-family: 'bpgMtavruli';  
    font-size: 16px !important;
    color: #007EA7;    
} 


.font16{
    font-family: 'bpgMtavruli';  
    font-size: 16px !important;
} 
.skin-blue .main-header .navbar {
  background-color: #222d32  !important;
}
.logo{
  background-color: #222d32  !important; 
}
/* Form Control */
.form-control{
    height:38px;
    line-height:38px;
    padding:6px;
    }
.row-first {
  height:80%;
  overflow: hidden;
}
.h-80 {
    height: 80%;
}
.error{
  color:red;
}
/* -------------------------------------------------------------------------
    DatePicker  
*/
.datepicker {
    margin-bottom: 3rem;
}
.datepicker-inline {
    width: 300px;
}
.datepicker table {
    width: 300px;
}
/* ------------------------------------------------------------------------- */
input[type=radio]:hover{
  cursor: pointer;
}
/*  */
input[readonly] {
    background-color: white;
}
/**/
.form-control, .form-control:focus {
 width: 100%;
 border-radius: 0px;
 background-color: #fafafa;
 border: 0;
cursor: pointer;
}
form i {
    margin-left: -30px;
    cursor: pointer;
}

/*   show-password-toggle.css */

::-ms-reveal {
  display: none;
}

button#toggle-password {
  position: absolute;
  top: 3px;
  right: 4px;
  z-index: 9;
  width: 28px;
  height: 30px;
  background: 0;
  border: 0;
}

button#toggle-password:active,
button#toggle-password:focus,
button#toggle-password:hover {
  cursor: pointer;
}
.btn{
  border: 3px solid #ecf0f5;
  padding: 3px 10px;
  font-size: 14px;
  cursor: pointer;
  margin-left: 10px;    
}
.home-wrapper button, .form-wrapper.auth button {
    background: #007EA7;
    color: white;
}