@import "./css/master.css";


.background_dark {
  background:#4A4584;
}
.background_light {
  background:#ADC3EF;
}
.background_middle {
  background:#DCDCDC;
}
.color_dark {
  color:#4A4584;
}
.color_light {
  color:#ADC3EF;
}
.color_sti {
  color:#4A4584;
}
.border_dark {
  border:1pt solid #4A4584;
}
.border_dark_sti {
  border-right:1pt solid silver;
  border-bottom:1pt solid silver;
}
.border_light {
  border:1pt solid #ADC3EF;
}
.background_dark a {
  color:white;
}

.alert_win_homecredit {
  border:4px rgb(204,0,0) dashed;
  width:400px;
  height:150px;
  padding:20px;
  text-align:center;
  position:absolute;
  left:150px;
  top:200px;
  background:#FFF200;
}
.alert_win_essox {
  border:4px rgb(204,0,0) dashed;
  width:400px;
  height:150px;
  padding:20px;
  text-align:center;
  position:absolute;
  left:150px;
  top:200px;
  background:#FFF200;
}
.alert_win_quatro {
  border:4px rgb(204,0,0) dashed;
  width:400px;
  height:150px;
  padding:20px;
  text-align:center;
  position:absolute;
  left:150px;
  top:200px;
  background:#FFF200;
}

#order_search {overflow: auto; font-size:11px;}

#table {font-size:11px;}

.stilist_top .wiev{height:60px; overflow: auto; font-size:11px;}

.stilist_top a:link {color: #003366;} 
