
text/css style.css ( assembler source, ASCII text )

/* standardblock*/

body{
  font-size: 12px;
  font-style:normal;
  color: #797D7F;
}
h3, h4, h3{
  color: #566573;
}
#custome_body{
  position: relative;
}
a, a:hover{
	text-decoration: none;
	color: #797D7F;
}
.link_color{
  color: #0096FF ;
}
textarea{
  resize: none;
}
.default_red_color{
  color: #f90643;
}
.default_red_bg_color, .default_red_bg_color:hover{
  background-color: #f90643;
  color: #ffffff;
}
.default_green_color{
  color: #28B463;
}
.default_green_bg_color, .default_green_color:hover{
  background-color: #28B463;
  color: #ffffff;
}
.default_silver_bg_color, .default_silver_green_color:hover{
  background-color: #797D7F;
  color: #ffffff;
}
.error_block{
  border: 1px solid #EC7063;
  padding: 5px;
  
}
.text_error_wo_js{
  color:#EC7063
}
.text_error{
  color:#EC7063;
  display: none; // Avoid displaying error text when page load is slow
}

/*
  Hide scrollbar for Chrome, Safari and Opera
*/
div.scrollmenu {
  border-bottom: 1px solid #D7DBDD;
  overflow: auto;
  white-space: nowrap;
  text-align: center;
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
div.scrollmenu::-webkit-scrollbar {
    display: none;
}

div.scrollmenu a,  div.authentication a{
  display: inline-block;
  color: #797D7F;
  font-weight: normal;
  padding: 14px 10px 14px 10px;
}

 .notification{
  position: absolute;
  top: 5px;
  right: 20px;
  height: 15px;
  width: 15px;
  font-size: 12px;
  font-weight: bold;
  padding:  0px 4px 0px 0px;
  border-radius: 50%;
  background-color: #f90643;
  color: #ffffff;
}
