#paging {
    text-decoration: none;
    display: inline-block;
    padding: 8px 16px;
}

#paging:hover {
    background-color: #ddd;
    color: black;
}

.previous {
    background-color: #f1f1f1;
    color: black;
}

.next {
    background-color: #f1f1f1;
    color: white;
}

.round {
    border-radius: 50%;
}

.HLink{
	color:black;
	cursor:pointer; 
	text-decoration: none; 
	background-color: #f1f1f1;
	margin-top:5px;
	padding: 8px 10px;
}


tr.highlight {
    background-color: #FFF680 !important;
	font-weight:800;
}


#div-loading-old{
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
    width: 100px;
	padding: 2px 2px 2px 2px;
    text-align: center;
    position: absolute;
    top: 1px;
    left: 50%;
    margin-left: -50px;	
	background-color:red;
	color:yellow;
	font-weight:bold;
	z-index:1000000;
	
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-bottomleft:4px;
	
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;

	border-bottom-right-radius: 4px; 
	border-bottom-left-radius: 4px; 
}

#div-loading{
  position: fixed;
  background: white url('../images/ajax-loader.gif') no-repeat center center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index:1000000;
  opacity: 0.7;
}

#div-messege-info {
  position: fixed;
	font-size:14px;
	font-family:Arial,Helvetica,sans-serif;
    width: 300px;
    height: 25px;
	padding: 2px 2px 2px 2px;
    text-align: center;
    top:0%;
    left: 50%;
    margin-left: -150px;	
	background-color:#FFB752 !important;
  color:#FFF !important;
  
	font-weight:bold;
  z-index:1000000;
  
  box-shadow: rgba(6, 24, 44, 0.4) 0px 0px 0px 2px, rgba(6, 24, 44, 0.65) 0px 4px 6px -1px, rgba(255, 255, 255, 0.08) 0px 1px 0px inset;

}

#div-messege-info-old {
	font-size:12px;
	font-family:Arial,Helvetica,sans-serif;
    width: 300px;
	padding: 2px 2px 2px 2px;
    text-align: center;
    position: absolute;
    top: 1px;
    left: 50%;
    margin-left: -150px;	
	background-color:red;
	color:yellow;
	font-weight:normal;
	z-index:1000000;
		
	-moz-border-radius-bottomright:4px;
	-moz-border-radius-bottomleft:4px;
	*-moz-border-radius: 4px; 
	
	-webkit-border-bottom-right-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	*-webkit-border-radius:4px;

	border-bottom-right-radius: 4px; 
	border-bottom-left-radius: 4px; 	
	*border-radius: 4px; 
/*
	font-size:1.2em;
	font-family:Arial,Helvetica,sans-serif;
    width: 300px;
    border: 1px solid silver;
	padding: 2px 2px 2px 2px;
    text-align: center;
    position: absolute;
    top: 63px;
    left: 50%;
    margin-left: -150px;	
	background-color:#9FBFD6;
	font-weight:bold;
	z-index:1000000;
*/
}

/* Upload Button */
.upload-btn{ position: relative; cursor: pointer; display: inline-block; }
.upload-btn [type="file"]{ position: absolute; top: 0px; opacity: 0; height: 100%; width: 100%; cursor: pointer; left: 0px; }
.jcrop-keymgr{ position: absolute; visibility: hidden; }

/* ----------------------------------------------------------------
   loading-Spinner Loader
-----------------------------------------------------------------*/
.loading-spinner { width: 50px; text-align: center; position: relative; margin:auto; }
.loading-spinner > div { width: 12px; height: 12px; background-color: #fff;  border-radius: 100%; display: inline-block; -webkit-animation: bouncedelay 0.7s infinite ease-in-out; -moz-animation: bouncedelay 0.7s infinite ease-in-out; animation: bouncedelay 0.7s infinite ease-in-out; -webkit-animation-fill-mode: both; -moz-animation-fill-mode: both; animation-fill-mode: both; }
.loading-spinner.loading-spinner-md > div { width: 16px; height: 16px; }
.loading-spinner.loading-spinner-lg{ width: 80px; }
.loading-spinner.loading-spinner-lg > div { width: 24px; height: 24px; }
.loading-spinner.light > div { background-color: #000; }
.loading-spinner .bounce1 { -webkit-animation-delay: -0.32s; -moz-animation-delay: -0.32s; animation-delay: -0.32s; }
.loading-spinner .bounce2 { -webkit-animation-delay: -0.16s; -moz-animation-delay: -0.16s; animation-delay: -0.16s; }
@-webkit-keyframes bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0.0) }
  40% { -webkit-transform: scale(1.0) }
}
@-moz-keyframes bouncedelay {
  0%, 80%, 100% { -moz-transform: scale(0.0) }
  40% { -moz-transform: scale(1.0) }
}


.select-custom{
	height: 23px;
	margin-bottom:4px;
}

/*
***********  MENU SITE ******************
*/
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu {
  height: 29px;
  border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  /*background: #141414;
  background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
  background: linear-gradient(to bottom, #32323a 0%, #141414 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#32323a', EndColorStr='#141414', GradientType=0);
  border-bottom: 2px solid #0fa1e0;*/
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  /*background: #438EB9;
  background: -moz-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #32323a), color-stop(100%, #141414));
  background: -webkit-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -o-linear-gradient(top, #32323a 0%, #141414 100%);
  background: -ms-linear-gradient(top, #32323a 0%, #141414 100%);
  background: linear-gradient(to bottom, #32323a 0%, #141414 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#32323a', EndColorStr='#141414', GradientType=0);*/
  color: #ffffff;
  display: inline-block;
  font-family: Helvetica, Arial, Verdana, sans-serif;
  font-size: 12px;
  line-height: 49px;
  padding: 0 20px;
  text-decoration: none;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul {
  float: left;
}
#cssmenu > ul > li {
  float: left;
}
#cssmenu > ul > li:hover:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 50%;
  bottom: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #0fa1e0;
  margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
  border-radius: 5px 0 0 0;
  -moz-border-radius: 5px 0 0 0;
  -webkit-border-radius: 5px 0 0 0;
}
#cssmenu > ul > li:last-child > a {
  border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -webkit-border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active > a {
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;
  background: #070707;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0);
}
#cssmenu > ul > li:hover > a {
  background: #5d96cf;
  /*background: #070707;
  background: -moz-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #26262c), color-stop(100%, #070707));
  background: -webkit-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -o-linear-gradient(top, #26262c 0%, #070707 100%);
  background: -ms-linear-gradient(top, #26262c 0%, #070707 100%);
  background: linear-gradient(to bottom, #26262c 0%, #070707 100%);
  filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#26262c', EndColorStr='#070707', GradientType=0);
  box-shadow: inset 0 0 3px #000000;
  -moz-box-shadow: inset 0 0 3px #000000;
  -webkit-box-shadow: inset 0 0 3px #000000;*/
}
#cssmenu .has-sub {
  z-index: 1;
}
#cssmenu .has-sub:hover > ul {
  display: block;
  height: 20px;
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  width: 200px;
  top: 100%;
  left: 0;
}
#cssmenu .has-sub ul li {
  *margin-bottom: -1px;
}
#cssmenu .has-sub ul li a {
  background: #0fa1e0;
  border-bottom: 1px dotted #6fc7ec;
  filter: none;
  font-size: 11px;
  display: block;
  line-height: 120%;
  padding: 10px;
}
#cssmenu .has-sub ul li:hover a {
  background: #0c7fb0;
}
#cssmenu .has-sub .has-sub:hover > ul {
  display: block;
}
#cssmenu .has-sub .has-sub ul {
  display: none;
  position: absolute;
  left: 100%;
  top: 0;
}
#cssmenu .has-sub .has-sub ul li a {
  background: #0c7fb0;
  border-bottom: 1px dotted #6db2d0;
}
#cssmenu .has-sub .has-sub ul li a:hover {
  background: #095c80;
}

.btn-xssm {
	padding: 2px 8px;font-size:12px;
}


th.sorting, th.sorting::after {
  content:"" !important;
  background-image: none !important;
}
