body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #2a2929;
	background-color: #f6f6f6; 
}

td, th, input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

a:link {
  color: #333333;
}

a:visited {
  color: #333333;
}

a:active {
  color: #000000;
}

img {
  border: none;
}

legend {
  white-space: nowrap;
}

/* --- loader ---*/

#loader {
  width: 320px;
  margin-left: auto;
  margin-right: auto;
}

#loader td {
  padding: 3px;
  background: #ffffff;
}

#loader p {
  border: 3px solid #A4B58B;
  padding: 10px;
  margin: 0;
  background: #F4F7DC;
}

#loader img {
  float: left;
  margin-right: 12px;
}

#loader strong {
  display: block;
  margin-bottom: 3px;
}

#loaderContainer {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: expression('absolute');
  height: expression(document.documentElement.scrollHeight+'px');
  width: expression(document.documentElement.scrollWidth+'px');
  z-index: 1000;
}

#loaderContainer td {
	padding-top: 150px;
	vertical-align: top;
	text-align: center;
	background-image: url(../images/semi-transparent.gif);
}

#loaderContainer td td {
	padding-top: 3px;
	text-align: left;
}

.link1{color:#BCDF5F;
text-decoration:none;
}
.link1:hover{
				color:#ffffff;
				text-decoration:none;
				}
			
			
			.link2{color:#d95700;
text-decoration:none;
}




.inputbox_time {
    border: 1px solid #18548f;
    background: #FFFFFF;
    padding: 2px;
    border: 1px solid #AAAAAA;
    -moz-border-radius: 5px;
    height: 25px;
    margin-bottom: 2px;
    margin-top: 2px;
    border-radius: 5px;
    padding: 0 5px 0 5px;
}


.supinp {
/*border: 1px solid  #18548f;
background: #FFFFFF;
padding: 2px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
-border-radius: 3px;
margin-bottom: 5px;
margin-top:3px;
*/
border:1px solid #AAAAAA;
-moz-border-radius: 5px;
height : 25px;
min-width : 200px;
margin-bottom : 2px;
margin-top:2px;
border-radius: 5px;
padding: 0 5px 0 5px;

}
#support-menu {
	position: fixed;
	right: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	margin-top: -18px;
}

#support-menu li {
	float: right;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#support-menu li a, #support-menu li a:visited {
/*text-decoration: none;
position: relative;
z-index: 1;
padding: 5px 10px;
margin-right: 5px;
color: #498fc1;
background: #f5fafe;
-moz-border-radius: 0px 0px 5px 5px;
-webkit-border-radius: 0px 0px 5px 5px;
border: 1px solid #498fc1;*/
font-weight: 100;
border-radius: 0px 0px 5px 5px;
z-index:1;
}
a, b, strong {
	background: none;
}

a.table-title {
	text-decoration: none;
	z-index: 1;
	padding: 5px 10px;
	/*color: #498fc1;*/
	background: #f5fafe;
	-moz-border-radius: 5px 5px 0px 0px;
	-webkit-border-radius: 5px 5px 0px 0px;
	-border-radius: 5px 5px 0px 0px;
	border: 1px solid #498fc1;
	border-bottom: 0px;
	font-weight: bold;
	display: table-cell;
}

.new-table {
	background: #d5d5d5;
	border-top: 0px;
}
.imgg {
	vertical-align: middle;
}

.butt {
	background: #f5fafe;
	border: 1px solid #498fc1;
	color: #498fc1;
	border-radius: 5px;
	-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 5px 10px;
	margin-right: 5px;
}

.butt2 {
	background: #f5fafe;
	border: 1px solid #498fc1;
	border-radius: 5px;
	-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 3px 10px;
	margin: 0px 5px;
}

.online {
	/*background: url(../images/online-user.png) no-repeat;
	width: 114px;
	height: 25px;
	margin-left: 10px;
	overflow: hidden;
	padding-left: 22px;
	padding-top: 6px;
	color: #6d3e00;
	float: left;
	display: block;
	font-weight: bold;*/
	background: #15AB0B;
	margin-left: 10px;
	overflow: hidden;
	padding-left: 37px;
	padding-top: 6px;
	color: #FFF;
	float: left;
	display: block;
	font-weight: bold;
	border: 1px solid #15AB0B;
	border-radius: 5px;
	padding-right: 0px;
	font-size: 13px;
	padding: 10px;
}

.offline {
	/*background: url(../images/offline_user.png) no-repeat;
	width: 114px;
	height: 25px;
	margin-left: 10px;
	overflow: hidden;
	padding-left: 22px;
	padding-top: 6px;
	color: #6d3e00;
	float: left;
	display: block;*/
	background: #c3c2c1;
	margin-left: 10px;
	overflow: hidden;
	padding-left: 37px;
	padding-top: 6px;
	color: #FFF;
	float: left;
	display: block;
	font-weight: bold;
	border: 1px solid #c3c2c1;
	border-radius: 5px;
	padding-right: 0px;
	font-size: 13px;
	padding: 10px;
}
.expand {
	display :inline-block;
	background:url(../images/button_tree_expand.gif) no-repeat left;
	width:12px;
	height : 12px;
	padding-bottom : 3px;
}
.contract {
	display :inline-block;
	background:url(../images/button_tree_contract.gif) no-repeat left;
	width:12px;
	height : 12px;
	padding-bottom : 3px;
}
.menuface {
	line-height : 18px; 
	font-family : arial ; 
	font-size : 12px; 
	text-shadow :1px 1px 1px #c0c0c0; 
	line-height: 20px;
}
.helpmenu {
	padding-right : 7px;
	padding-left : 7px; 
	text-align : left;
	line-height : 8px;
	font-size : 9pt;
	line-height : 18px;
	font-family : arial;

	
}
.titleText {
border-bottom : 1px solid #DDDDDD;
}
.titleHandle {
border-bottom : 1px solid #DDDDDD;
}
.titleLeft {
border-bottom : 1px solid #DDDDDD;
}






/* switch buttun start */



    
   
    .onoffswitch {
    position: relative; width: 75px;
    -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    }
    .onoffswitch-checkbox {
    display: none;
    }
    .onoffswitch-label {
    display: block; overflow: hidden; cursor: pointer;
    border: 2px solid #666666; border-radius: 5px;
    }
    .onoffswitch-inner {
    width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
    }
    .onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left; width: 50%; height: 20px; padding: 0; line-height: 20px;
    font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
    }
    .onoffswitch-inner:before {
    content: "ON";
    padding-left: 8px;
    background-color: #1c4d8a; color: #FFFFFF;
    }
    .onoffswitch-inner:after {
    content: "OFF";
    padding-right: 7px;
    background-color: #F8F8F8; color: #666666;
    text-align: right;
    }
    .onoffswitch-switch {
    width: 31px; margin: 0px;
    background: #FFFFFF;
    border: 2px solid #666666; border-radius: 5px;
    position: absolute; top: 0; bottom: 0; right: 40px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
    background-image: -moz-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    background-image: linear-gradient(center top, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
    }

/* switch buttun end*/


.myButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #bbdaf7 !important;
	-webkit-box-shadow:inset 0px 1px 0px 0px #bbdaf7 !important;
	box-shadow:inset 0px 1px 0px 0px #bbdaf7 !important;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #1C4D8A), color-stop(1, #378de5)) !important;
	background:-moz-linear-gradient(top, #1C4D8A 5%, #378de5 100%) !important;
	background:-webkit-linear-gradient(top, #1C4D8A 5%, #378de5 100%) !important;
	background:-o-linear-gradient(top, #1C4D8A 5%, #378de5 100%) !important;
	background:-ms-linear-gradient(top, #1C4D8A 5%, #378de5 100%) !important;
	background:linear-gradient(to bottom, #1C4D8A 5%, #378de5 100%) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#1C4D8A', endColorstr='#378de5',GradientType=0) !important;
	background-color:#1C4D8A !important;
	-moz-border-radius:6px !important;
	-webkit-border-radius:6px !important;
	border-radius:6px !important;
	border:1px solid #6197CD !important;
	display:inline-block !important;
	cursor:pointer !important;
	color:#ffffff !important;
	font-family:arial !important;
	font-size:11px !important;
	font-weight:bold !important;
	padding:2px 6px !important;
	text-decoration:none !important;
	text-shadow:0px 1px 0px #528ecc !important;
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #1C4D8A)) !important;
	background:-moz-linear-gradient(top, #378de5 5%, #1C4D8A 100%) !important;
	background:-webkit-linear-gradient(top, #378de5 5%, #1C4D8A 100%) !important;
	background:-o-linear-gradient(top, #378de5 5%, #1C4D8A 100%) !important;
	background:-ms-linear-gradient(top, #378de5 5%, #1C4D8A 100%) !important;
	background:linear-gradient(to bottom, #378de5 5%, #1C4D8A 100%) !important;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#1C4D8A',GradientType=0) !important;
	background-color:#378de5 !important;
}
.myButton:active {
	position:relative !important;
	top:1px !important;
}



.widget-header {
    /*padding:5px;
    background-color:#efefef;
    font-weight:normal;*/
    /*background-color: #f5f5f5;
    border: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    font-weight: normal;
    padding-right: 10px;
    height: 38px;
    padding: 0 0 4px 0;*/
}

.widget-title{
  /*border-bottom: 2px solid #ef3f3e;
  background-color: 
  line-height: 42px;
  height: 38px;
  display: inline-block;*/
	padding: 9px 0 0 0 !important;
	background-color: #484848;
	height: 26px;
	border-radius: 3px;
	margin-left: 46px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
}

.widget-title-text{
  color: #eee;
  margin: 10px;
  line-height: 17px;
}

.widget-title-closed{
  float: right;
  position: absolute;
  margin: -4px;
  right: 20px;
}

.widget-icon{
  height: 35px;
  width: 43px;
  border-radius: 3px;
  text-align: center;
  position: absolute;
  background-color: #015f85;
}

.widget-icon-img{
	padding: 9px 5px 0 0;
}

.widget-icon-sub{
  position: absolute;
  width: 15px;
  height: 7px;
  top: 29px;
  right: 14px;
  /*background-image: url("../images/boxarrow.gif");*/
  background-repeat: no-repeat;
}

.widget-icon-right{
  height: 29px;
  width: 43px;
  border-radius: 3px;
  text-align: center;
  position: absolute;
  background-color: #015f85;
}

.widget-icon-right-img{
  padding: 7px 5px 0 0;
}

.widget-icon-right-sub{
  position: absolute;
  width: 15px;
  height: 7px;
  top: 29px;
  left: 14px;
  /*background-image: url("../images/boxarrow.gif");*/
  background-repeat: no-repeat;
}

/*.widget-icon-img{
  margin-top: 8px;
}*/

.widget-header .ui-icon {
    float: left;
}

.popup-title{
  margin-right: 46px;
}

.widget-content {
    /*padding: 5px;
    overflow: hidden;*/
    /*border: 2px solid #aaa;*/
    border-top-width: 0px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 2px;
    padding: 17px 20px 10px 20px;
	min-height: 50px;
	color: #303030;
	font-weight: bold;
	background-color: #d7d3c8;
	line-height: 17px;
}

.widget-content .label {
    padding-right: 5px;
    text-align: right;
}

.widget-hilight:hover{
	background-color: #c3beb0;
}

textarea{
	height: 50px !important;
}

.ui-sortable-placeholder {
    border: 1px dotted black;
    visibility: visible !important;
    height: 50px !important;
}

.ui-sortable-placeholder * {
    visibility: hidden;
}

.homewidget {

}

.query_box{
	padding: 4px;
	width: 99%;
	min-height: 50px;
}

.btn{
	height: 30px;
	width: 100px;
	padding-left: 12px;
	font-size: 110%;
	padding-bottom: 3px;
	text-align: center;
	border: none;
	float: right;
	margin-right: 9;
	background-color: #17517e;
	font-weight: bold;
	color: #ddd;
	border-radius: 3px;
	margin: 0 5px;
}

.btn_del{
	background-color: #f44336;
	color: #fff;
}

.btn_save{
	background-color: #4CAF50;
	color: #fff;
}

.ssinputbox{
	width: 100%;
margin-bottom: 10px;
background: rgba(0,0,0,0.3);
border: none;
outline: none;
padding: 10px;
font-size: 13px;
color: #fff;
text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
border: 1px solid rgba(0,0,0,0.3);
border-radius: 4px;
box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
-webkit-transition: box-shadow .5s ease;
-moz-transition: box-shadow .5s ease;
-o-transition: box-shadow .5s ease;
-ms-transition: box-shadow .5s ease;
transition: box-shadow .5s ease;
}

.menutitle{
  font-size: 15px;
  line-height: 35px;
  color: #fff !important;
  padding-left: 10px;
  
}

time.icon
{
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 5em;
  height: 5em;
  background-color: #eee;
  /*margin: 2em auto;*/
  position: absolute;
  right: 17px;
  top: 50px;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}

time.icon *
{
  display: block;
  width: 100%;
  font-size: 0.8em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong
{
  position: absolute;
  top: 0;
  padding: 0.1em 0;
  color: #fff;
  background-color: #f37302;
  border-bottom: 1px dashed #f37302;
  box-shadow: 0 2px 0 #f37302;
}

time.icon em
{
  position: absolute;
  bottom: 0.1em;
  color: #f37302;
}

time.icon span
{
  width: 100%;
  font-size: 2.1em;
  letter-spacing: -0.05em;
  padding-top: 0.7em;
  color: #2f2f2f;
}

time.icon:hover, time.icon:focus
{
  -webkit-animation: swing 0.6s ease-out;
  animation: swing 0.6s ease-out;
}

@-webkit-keyframes swing {
  0%   { -webkit-transform: rotate(0deg)  skewY(0deg); }
  20%  { -webkit-transform: rotate(12deg) skewY(4deg); }
  60%  { -webkit-transform: rotate(-9deg) skewY(-3deg); }
  80%  { -webkit-transform: rotate(6deg)  skewY(-2deg); }
  100% { -webkit-transform: rotate(0deg)  skewY(0deg); }
}

@keyframes swing {
  0%   { transform: rotate(0deg)  skewY(0deg); }
  20%  { transform: rotate(12deg) skewY(4deg); }
  60%  { transform: rotate(-9deg) skewY(-3deg); }
  80%  { transform: rotate(6deg)  skewY(-2deg); }
  100% { transform: rotate(0deg)  skewY(0deg); }
}

.more_icon{
  text-decoration: none;
  vertical-align: middle;
}

.question_icon{
  vertical-align: sub;
  cursor: pointer;
}

.fontsize13{
		font-size: 13px;
}

.fontsize13:hover{
		font-size: 13px;
}
