/** 
 *	CSS - General. 
 *  
 */
 
h2{
	color: #11589c;
} 

body{
	color: #11589c;
}
 
td{
	color: black;
} 
 
span.textCenter 
{
  font-weight: bold;
  display:block;
  text-align: center;
  color: #11589c;
  font-size: 14px;
}

hr.hrStyle{
	height: 5px;
	background-color: #11589c;
}

/* span.textColor{
	 font-weight: bold;
	color: MediumBlue;
} */

.specificColorTableTD{
	background-color: #c1c1c1;
}

#table {
  display: table;
  width: 100%;
  margin-bottom: 17px;
  border-color: grey;
  max-width: 100%;
  background-color: transparent;
}

.loading-icon-global{
	background-image: url("../../bootstrap/assets/images/loader-1.gif");
	background-repeat: no-repeat;
}

blockquote.blockquote-unisoma {
  background: #ffffff;
  border: 1px solid #ebebeb;
  border-left-width: 5px;
  padding: 0px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}

.displayTagArrowAsc {
	background-color: #FFF6D9;
	background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
	background-image: url(../../assets/images/arrow_down.png);
	background-repeat: no-repeat;
}

.displayTagArrowDesc {
	background-color: #FFF6D9;
	background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
	background-image: url(../../assets/images/arrow_up.png);
	background-repeat: no-repeat;
}

.sortable{
	background-color: #FFF6D9;
	background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
	background-image: url(../../assets/images/arrow_off.png);
	background-repeat: no-repeat;
}

.display-none {
	display: none;
}