.ui-slider-range {
	background:green;
}
.percent {
	color:green;
	font-weight:bold;
	text-align:center;
	width:100%;
	border:none;
}

#menu ul li.selected {
	background: #FF9900;
	color:#FF0000;
}
#menu ul {
	margin: 0;
	list-style: none;
	line-height: normal;
}
#menu li {
	display: block;
	float: left;
	background: black;
}
#menu a {
	display: block;
	float: left;
	margin-right: 17px;
	padding: 5px 8px;
	text-decoration: none;
	color: #FFFFFF;
}
#menu a:hover {
	text-decoration: none;
	background: #FF9900;
	color:#FFFFFF;
}
#menu a:active {
	background: #910000;
	color:black;
}

ul.reportlist{
	list-style-type: none;
	margin:0;
	padding: 0;
}
ul.reportlist li {
	float: left;
	width: 50%;
	border: solid 1px #FFFFFF;
	font-weight: bold;
	line-height: 30px;
}
ul.reportlist,ul.reporttitle{
	list-style-type: none;
	margin:0;
	padding: 0;
}
ul.reportlist li {
	float: left;
	width: 50%;
	border: solid 1px #FFFFFF;
	font-weight: bold;
	line-height: 30px;
}
ul.reporttitle li {
	float: left;
	width: 100%;
	text-align: center;
	border: solid 1px #FFFFFF;
	font-weight: bold;
	line-height: 30px;
}

.notice {
	margin-top: 0 !important;
	position: fixed;
	top: 0;
	right: 0;
	text-align: right;
	z-index: 10000;
	margin: 1em;
	padding: 1em 1em 1em 2em;
	border-left: 4px solid #DDD;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.125);
}
.notice:before,.noticex:before {
	position: absolute;
	margin: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	color: #FFF;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	text-align: center;
	line-height: 30px;
	font-weight: bold;
	font-family: Georgia;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}

.info {
	border-color: #0074D9;
}

.info:before {
	background-color: #0074D9;
}

.success {
	border-color: #2ECC40;
	background-color: #2ECC40;
}

.success:before {
	background-color: #2ECC40;
}

.warning {
	border-color: #FFDC00;
}

.warning:before {
	background-color: #FFDC00;
}

.errorx {
	border-color: #FF4136;
	background-color: #FF0000;
	color: #000000;
}

.errorx:before {
	background-color: #FF4136;
}

.sidenavi {
	height: 100%;
	width: 0;
	position: fixed;
	z-index: 99;
	top: 0;
	left: 0;
	background-color: #e8e5e1;
	overflow-x: hidden;
	transition: 0.5s;
}

.inputform {
	background-color: #CCCCCC;
	color: #000000;
	display: inline-block;
	color: #000000;
	text-align: center;
	padding: 10px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 12px;
	width: 100%;
}

.sidenavi a {
	text-transform: uppercase;
	background-color: #CCCCCC;
	color: #000000;
	font-weight: bold;
	display: inline-block;
	color: #000000;
	text-align: center;
	padding: 10px 12px;
	text-decoration: none;
	transition: 0.3s;
	font-size: 12px;
	width: 100%;
}

.sidenavi a:hover {
	background-color: #666666;
	text-decoration: none;
	color: #CCCCCC;
}

@media screen and (max-height: 450px) {
  .sidenavi {padding-top: 15px;}
  .sidenavi a {font-size: 18px;}
}

@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

fieldset, label { margin: 0; padding: 0; }

/****** Style Star Rating Widget *****/

.rating { 
	border: none;
	float: left;
}

.rating > input { display: none; } 
.rating > label:before { 
	margin: 5px;
	font-size: 1.25em;
	font-family: FontAwesome;
	display: inline-block;
	content: "\f005";
}

.rating > .half:before { 
	content: "\f089";
	position: absolute;
}

.rating > label { 
	color: #ddd; 
	float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */

.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 

.lblPageHeader{
	background-color: #8aa1ff;
	width: 100%;
	padding: 5px;
	float:left;
	font-size: 12px;
	color: #000000;
	font-family: 'Exo 2', sans-serif;
	font-weight: bold;
}
.lblPageDetail {
	font-family: 'Exo 2', sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 1px;
	display: block;
}
.lblPageHeaderz{
	width: 100%;
	padding: 5px;
	float:left;
	font-size: 12px;
	color: #000000;
	font-family: 'Exo 2', sans-serif;
	font-weight: bold;
}
.lblPageDetailz {
	font-family: 'Exo 2', sans-serif;
	font-size: 14px;
	color: #000000;
	letter-spacing: 1px;
	display: block;
}



.Content01{
	width: 100%;
	padding: 2px;
}
.BoxContent01{
	width: 100%;
	padding: 2px;
    background: #cccccc;
    border: solid 1px #000000;
}
.NewLine{
	width: 100%;
	padding: 5px;
}
.btn-warningx{
    background: #b2a8ff;
    border: solid 1px #FFFFFF;
	padding: 5px;
    color: #f2f2f2;
    font-size: 14px;
    position:relative;
    box-sizing: border-box;
    transition: all 500ms ease;
	font-weight: bold;
}
.btn-successx{
    background: #02c919;
    border: solid 1px #FFFFFF;
	padding: 5px;
    color: #f2f2f2;
    font-size: 14px;
    position:relative;
    box-sizing: border-box;
    transition: all 500ms ease;
	font-weight: bold;
}
.btn-infox{
    background: #478ccc;
    border: solid 1px #FFFFFF;
	padding: 5px;
    color: #f2f2f2;
    font-size: 14px;
    position:relative;
    box-sizing: border-box;
    transition: all 500ms ease;
	font-weight: bold;
}
.BoxDashboardx{
	width: 100%;
	padding: 2px;
	float: left;
}
.BoxDashboard{
	width: 100%;
	padding: 2px;
	float: left;
}
.box-primary{
    background: #cccccc;
    border: solid 1px #FFFFFF;
    color: #f2f2f2;
    font-size: 12px;
    position:relative;
    box-sizing: border-box;
    transition: all 500ms ease;
}
.box-primary:hover,.box-warning:hover,.box-info:hover,.box-danger:hover,.box-success:hover {
    background: #d89afc;
}
.box-warning{
    background: #b2a8ff;
    border: solid 1px #FFFFFF;
	padding: 5px;
    color: #f2f2f2;
    font-size: 12px;
    position:relative;
    box-sizing: border-box;
    transition: all 500ms ease;
}

.box-primary:before{
    content:'';
    position:absolute;
    border-raidus: 5px;
    box-sizing: border-box;
    transition: all 2ms ease;
}
.box-success{
	padding: 5px;
    background: #6842ff;
    display: block;
    border: solid 1px #f2f2f2;
}
.box-info{
	padding: 5px;
    background: #00c445;
    display: block;
    border: solid 1px #f2f2f2;
	font-family: 'Rajdhani', sans-serif;
	font-size: 16px;
	font-weight: bold;
}
.box-danger{
    background: #ffcc33;
    border: solid 1px #FFFFFF;
	padding: 5px;
    color: #f2f2f2;
    font-size: 12px;
    position:relative;
    box-sizing: border-box;
    transition: all 500ms ease;
}
.box-primary p,.box-warning p,.box-info p,.box-danger p,.box-success p,.BoxDashboardx p {
	font-family: 'Rajdhani', sans-serif;
	font-size: 12px;
	line-height: 25px;
	color: #000000;
	font-weight: bold;
}
.deleteelemet {
	background: #307cba;
    color: #f2f2f2;
    width: 20px;
	line-height: 20px;
    height: 20px;
	position: absolute;
	z-index: 2;
	top: 2px;
	right: 2px;
}
.deleteelemet:hover {
    color: #FF0000;
}
.textbox01 {
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	border: solid 1px #cccccc;
	padding: 15px;
	margin-bottom: 5px;
	box-sizing: border-box;
	font-size: 12px;
	cursor: pointer;
}
.button01 {
	outline: 0;
	background: #cccccc;
	width: 100%;
	border: solid 1px #000000;
	padding: 15px;
	margin-bottom: 5px;
	box-sizing: border-box;
	font-size: 12px;
	cursor: pointer;
}
.button01:hover {
	background: #f2f2f2;
}

ul.tasklist{
	list-style-type: none;
	margin:0;
	padding: 0;
}
ul.tasklist li {
	width: 100%;
	background-color: #f2f2f2;
	text-decoration: none;
	display: block;
	line-height: 20px;
	padding: 5px;
	font-size: 12px;
	cursor:pointer;
	transition:0.9s all;
	-webkit-transition:0.5s all;
	-moz-transition:0.5s all;
	-o-transition:0.5s all;
	-ms-transition:0.5s all;
}
ul.tasklist li:hover {
	background-color: #8d1efc;
	color: #FFFFFF;
}

/*EMAIL SIGNATURE*/
.demo{ background-color: #E5E5E5; }
.email-signature{
    background: #0a3957;
    font-family: 'Noto Sans', sans-serif;
    padding: 10px 10px 10px 17%;
    box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.5);
    position: relative;
}
.email-signature .signature-icon{
    background: #0a3957;
    width: 130px;
    height: 130px;
    padding: 6px 6px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 6%;
    z-index: 1;
}
.email-signature .signature-icon img{
    width: 100%;
    height: auto;
    border-radius: 50%;
}
.email-signature .signature-content{
    background: #fff;
    padding: 10px 50px 10px 22%;
    position: relative;
}
.email-signature .signature-details{
    color: #EA2027;
    margin: 0 0 20px;
}
.email-signature .title{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 5px;
}
.email-signature .post{
    font-size: 14px;
    font-style: italic;
    text-transform: capitalize;
}
.email-signature .signature-content ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.email-signature .signature-content ul li{
    color: #0a3957;
    font-size: 15px;
    line-height: 29px;
    margin-bottom: 3px;
}
.email-signature .signature-content ul li span{
    color: #EA2027;
    font-weight: 600;
    display: inline-block;
    margin-right: 7px;
}
.email-signature ul.icon{
    background: #EA2027;
    height: 100%;
    padding: 45px 10px;
    position: absolute;
    top: 0;
    right: 0;
}
.email-signature ul.icon a{
    color: #EA2027;
    background: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 30px;
    width: 30px;
    height: 30px;
    margin: 0 0 15px;
    display: block;
    transition: all 0.3s ease 0s;
}
.email-signature ul.icon li a:hover{
    color: #fff;
    background: #EA2027;
    box-shadow: 0 0 15px #fff;
}
@media screen and (max-width:576px){
    .email-signature{ padding: 100px 10px 10px 10px; }
    .email-signature .signature-icon{
        transform: translateX(-50%);
        position: absolute;
        top: 20px;
        left: 50%;
    }
    .email-signature .signature-content{
        text-align: center;
        padding: 70px 10px 60px;
    }
    .email-signature .signature-details{ margin: 0 0 10px; }
    .email-signature ul.icon{
        width: 100%;
        height: 50px;
        padding:10px;
        position: absolute;
        top: auto;
        bottom: 0;
        right: 0;
    }
    .email-signature ul.icon li{ display: inline-block; }
    .email-signature ul.icon a{ margin: 0 3px; }
}
/*EMAIL SIGNATURE*/
.LabelHeaderPopup{
	width: 100%;
	background: #8d1efc;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	line-height: 25px;
	color: #d8b6fa;
	padding: 10px;
}
.BoxHeaderForm{
	background: #b8ffcb;
	width: 100%;
	float: left;
	font-family: 'Rajdhani', sans-serif;
	font-size: 16px;
	line-height: 25px;
	color: #000000;
	font-weight: bold;
	padding: 5px;
	margin-bottom: 5px;
}
