#tpl_content{
	width: 100%;
	height: 100%;
}
#x_contents{
	width: 100%;
	height: 100%;
}
.ui-search-clear{
	display: none;
}
.link-open{
	text-decoration:underline;
	color:#06F !important;	
}
div#contents{
	padding-top:10px;
}
/**** beging of loader css *****/
.loader {
  margin: 6em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**** end of loader css *****/
.scy-fa{
	margin: 0px 5px 0px 5px;	
}
.scy-fa-m{
	font-size: 14px !important;
}
.context-menu-item .fa {
    width: 20px !important;
    color: #0B615E !important;
}
.context-menu-item{
	padding: 6px 2px 6px 16px !important;
}
.ui-search-table{
	width:100%;
}

.bell-container{
	float: right;
	margin-right: 20%;
	margin-top: 24px;
}
.bell-container > .fa{
	font-size: 28px;
	color: rgb(202, 195, 202);
}
.bell-container > div{
	background-color: rgb(255, 0, 0);
	border-radius: 50%;
	position: relative;
	text-align: center;
	color: rgb(255, 255, 255);
	width: 20px;
	height: 20px;
	top: -16px;
	left: -13px;
	font-weight: bolder;
	padding-top: 1px;
}
.bell-container > div > div{
	margin-top: 2px;
}
#header{
	display: table;
	width: 100%;
	font-size: 10px;
	color: #929292;
}
#header > div{
	display: table-row;
}
#header > div > div{
	display: table-cell;
}
.float-rigth > img{
	border-color: #A9CD82;
	border-style: solid;
	border-width: 1px;
}
.scy-table{
	display: table;
}
.scy-table > div{
	display: table-row;
}
.scy-table > div > div{
	display: table-cell;
}
.scy-row{
	clear: both;
}
.container{
	padding-top: 15px;
	padding-bottom: 40px;
}
