	/* Common Custom Class Start */

.pr {
	position: relative;
}
.pa {
	position: absolute;
}
.ps {
	position: static;
}
.pf {
	position: fixed;
}
.sfont{
	font-size: 80%;
}
.textb{
	font-weight: bold;
}
.textn{
	font-weight: normal;
}
.hide{
	display: none;
}
.show{
	display: block;
}
.sep{
	border: 1px solid #eee;
}
.sep-left{
	border-left: 1px solid #eee;
}
.sep-right{
	border-right: 1px solid #eee;
}
.sep-top{
	border-top: 1px solid #eee;
}
.sep-bot{
	border-bottom: 1px solid #eee;
}
img{
	max-width:100%;
}
.blackc{
	color: #000000;
}
.whitec{
	color: #FFFFFF;
}
.cur{
	cursor: pointer;
}
.over-hide{
	overflow: hidden;
}
.text-10{
	font-size: 10px;
}
.text-11{
	font-size: 11px;
}
.text-12{
	font-size: 12px;
}
.text-13{
	font-size: 13px;
	line-height: 21px;
}
.text-14{
	font-size: 14px;
}
.text-16{
	font-size: 16px;
	line-height: 24px;
}
.text-18{
	font-size: 18px;
}
.text-20{
	font-size: 20px;
}
.text-22{
	font-size: 22px;
}

/*.tshad{
	text-shadow: 1px 1px 1px @black;
}*/

ul.unstyled,
ol.unstyled {
	padding: 0;
	list-style: none;
	margin: 0;
}
ul.unstyled li,
ol.unstyled li{
	list-style: none;
}

// horizontal truncate
// http://klauskjeldsen.dk/cssless-truncate-text-with-css-ellipsis/
// IE 6+, Safari 4+, Firefox 7+, Opera 11+ and Chrome 10+
.htruncate{
	.text-overflow();
	vertical-align:top;
}

/* number of lines to show */

.htruncate{
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
	text-overflow: -o-ellipsis-lastline;
	-webkit-box-orient: vertical;
	height: 25px;
	white-space: nowrap;
	margin: 0;
}
.htruncate-ml4 {
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	text-overflow: -o-ellipsis-lastline;
	height: 80px;
	white-space: nowrap;
}
.htruncate-ml2 {
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: -o-ellipsis-lastline;
	height: 40px;
	white-space: nowrap;
}
.htruncate-sl2 {
	vertical-align: top;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	text-overflow: -o-ellipsis-lastline;
	height: 30px;
	white-space: nowrap;	
}
		
.no-bg{
	background: none;
}
.no-bor{
	border:0 !important;
}
.no-pad{
	padding:0 !important;
}
.no-mar{
	margin:0 !important;
}
.space{
	padding:10px;
}
.space15{
	padding:15px;
}
.mspace{
	margin:10px;
}
.hor-space{
	padding:0 10px;
}
.hor-space15{
	padding:0 15px;
}
.ver-space15{
	padding:15px 0;
}
.ver-space{
	padding:10px 0;
}
.hor-mspace{
	margin:0 10px;
}
.ver-mspace{
	margin:10px 0;
}
.top-space{
	padding:10px 0 0;
}
.bot-space{
	padding:0 0 10px 0;
}
.top-mspace{
	margin:10px 0 0 0;
}
.bot-mspace{
	margin:0 0 10px 0;
}
.left-space{
	padding:0 0 0 10px;
}
.right-space{
	padding:0 10px 0 0;
}
.left-mspace{
	margin:0 0 0 10px;
}
.right-mspace{
	margin:0 10px 0 0 ;
}
.smspace{
	margin:5px;
}
.hor-smspace{
	margin:0 5px;
}
.ver-smspace{
	margin:5px 0;
}
.top-smspace{
	margin:5px 0 0;
}
.bot-smspace{
	margin:0 0 5px 0;
}
.left-smspace{
	margin-left:5px;
}
.right-smspace{
	margin-right:5px;
}
.top-sspace{
	padding:5px 0 0;
}
.bot-sspace{
	padding:0 0 5px 0;
}
.left-sspace{
	padding:0 0 0 5px;
}
.right-sspace{
	padding:0 5px 0 0;
}
.bot-smspace{
	margin-bottom:5px;
}
.big-top-mspace{
	margin:20px 0 0 0;
}
.big-ver-mspace{
	margin:20px 0;
}
.big-hor-mspace{
	margin:0 20px;
}
.big-bot-mspace{
	margin:0 0 20px 0;
}
.big-right-mspace{
	margin:0 20px 0 0;
}
.big-left-mspace{
	margin:0 0 0 20px;
}
.big-top-space{
	padding: 20px 0 0 0;
}
.big-ver-space{
	padding:20px 0;
}
.big-hor-space{
	padding:0 20px;
}
.big-bot-space{
	padding:0 0 20px 0;
}
.top-space-20{
	padding: 20px 0 0 0;
}
.no-round{
	-webkit-border-radius:0px; 
	-moz-border-radius:0px; 
	border-radius:0px; 
}
.no-under,.no-under:hover{
	text-decoration: none;
}
.underline {
	text-decoration:underline;
}
.z-top{
	z-index:100;
}
.bg-white{
	background: #fff;
}
.clsinline{
	display:inline;
}
.inline-show{
	display: inline-block;
}
.big-space{
	padding:20px 15px;
}
.top-space-30{
	padding:30px 0 0 0;
}
.bot-space-30{
	padding:30px 0 0 0;
}
.top-mspace-30{
	margin:0 0 30px 0;
}
.bot-mspace-30{
	margin:0 0 30px 0;
}
.top-space-15{
	padding:15px 0 0 0;
}
.bot-space-15{
	padding:0 0 15px 0;
}
.top-mspace-15{
	margin:0 0 15px 0;
}
.bot-mspace-15{
	margin:0 0 15px 0;
}
.large-top-space{
	padding: 40px 0 0 0;
}
.large-top-mspace{
	margin: 40px 0 0 0;
}
.large-bot-space{
	padding: 0 0 40px 0;
}
.large-bot-mspace{
	margin: 0 0 40px 0;
}
.big-top-space-25{
	padding: 25px 0 0 0;
}
.big-top-mspace-25{
	margin: 25px 0 0 0;
}
.requried label, .star{
	position: relative;
	display: inline-block;
}
.requried label:after, .star:after {
    width: 7px;
    height: 7px;
    background: url(../images/custom-sprite.png) no-repeat -41px -9px;
    content: '';
    position: absolute;
    left: auto;
    right: -9px;
    top: 5px;
}
.grayc{
	color: #666666;
}
.l-grayc{
	color: #cccccc;
}
.light-gray{
	color: #aaa;
}
.redc{
	color: #e31837;
}
.font-semibold{
	font-weight: 600;
	font-family:'Open Sans Semibold';
}
.bg-gray{
	background: #dddddd;
}

/* Common Custom Class End */
a:hover, a:active, a:focus{
	text-decoration: none;
}
a.redc:hover{
	color:#cd102d;
}
.font-italic-semi{
	font-style: italic;
	font-weight: 600;
	font-family:'Open Sans Semibold';
    color: #333;
}
.font-italic{
	font-family:'Open Sans';    
    font-weight: 400;
    font-style: italic;
}
textarea {
	resize: none;
}
select{
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;	
	background: url(../images/select-icon.png) no-repeat right 5px top 10px #fff;
}
select::-ms-expand {
    display: none;
}

textarea.height130{
	height:130px;
}
.sep-top-gray{
	border-top:1px solid #ccc;
}
.sep-bot-gray{
	border-bottom:1px solid #ccc;
}
.excel-icon{
	position: relative;
}
.excel-icon:before {
	font-family: "Material Design Icons";
	position:absolute;
	font-weight: normal;
}
#back-top {
	position: fixed;
	bottom: 50px;
	left:auto;
	right:100px;	
	margin:0;
}
#back-top a {
	width: 50px;
	height:50px;
	display: block;
	position:relative;
	border-radius: 100%;
	-webkit-border-radius: 100%; 
	-moz-border-radius: 100%;
	opacity:0.5;
	background:#e31837;
	/* transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:after{
	display:block;
	content:'\f13f';	
	font-size: 30px;
	color: #fff;
	left:10px;
	top:4px;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}
#back-top a:hover {
	opacity:1;
}
.home-page .navbar {
	/*background: #e31837;*/
	background: #060061;	
	color: #fff;
	background: url(../images/HeaderLine_2.svg) no-repeat 0px 0px;
	background-size: cover;	
	/* background: linear-gradient(130deg, #f00 15%,#fff 16%, #9C100E 17%,#060061 66%);
	background: linear-gradient(130deg,#ff0000 49%,#f00 25%,#8f0000 51%); */
}
.home-page .navbar p{
	word-spacing: 4px;
	letter-spacing:2px;
	font-size: 20px;
	font-family:'EurostileMed';
	padding: 10px 0 0 15px;
	margin: 0;
}
.home-content{
	padding:60px 0px 0 0;
}
/*.home-content{
	padding: 60px 0 0 0;
}*/
.user-icon{
	position: relative;
	min-width: 115px;
    float: right;
}
.user-icon:before{
	position: absolute;
	display: block;
	
	top: 2px;
	left: 3px;
	min-height: 20px;
	border-left: 1px solid #fff;
}
.user-icon a{
	color: #fff;
	/*font-size: 18px;*/
	position: relative;
	display: block;
    text-align: right;
    padding: 0 10px;
}
.user-icon a:hover{
	color: #fff;
	/*font-size: 18px;*/
	position: relative;
	display: block;
    text-align: right;
    padding: 0 10px;
}
.user-icon a.dropdown-toggle:after{
	position: absolute;
    display: block;
    content: '\f35d';
    left: auto;
    right: -15px;
    top: -7px;
    font-family: "Material Design Icons";
    font-weight: normal;
    font-size: 26px;
}
.user-icon .dropdown-menu{
	top: 38px;
	left: auto;
	right: 0px;
}
.home-content .nav-tabs{
	border: 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #eee;
	border-radius: 0;
	margin-bottom: 0px;	
	background: #fff;
	/*position: fixed;
	top: 60px;*/
	position: relative;
	left: 0;
	right: 0;
	z-index: 9;	
}
.menu-list-block .nav-tabs > li > a{
	font-size: 16px;
	/*code modified by 
	padding: 8px 9px 10px;*/
	position: relative;
	z-index: 9;
}
.menu-list-block {
	position: relative;
	overflow: hidden;
}
.menu-list-block form[role="search"] {
	position: fixed;
	top: 60px;
	right: 0px;
	width: 100%;
	padding: 0px;
	margin: 0px;
	z-index: 9;
}
.menu-list-block form[role="search"] button,
.menu-list-block form[role="search"] input {
	padding: 8px 12px;
	border-radius: 0px;
	border-width: 0px;
	background-color: #f9f9f9;
	border-color: #333333;
	box-shadow: none;
	outline: none;
}
.menu-list-block form[role="search"] input {
	padding: 16px 12px;
	font-size: 14pt;
	font-size: 14pt;
	color: #333333;
	box-shadow: none;
}
.menu-list-block form[role="search"] button[type="reset"] {
	display: none;
}
.menu-list-block .navbar-form.active{
	width: 100%;
	border: 1px solid #b3b3b3; 
	background-color: #e5e5e5;
}
.menu-list-block .navbar-form .input-group{
	display: block;
	position: relative;
}
.menu-list-block .input-group-btn{
	position: absolute;
    left: auto;
    right: 0px;
    z-index: 9;
    top: -3px;
}
.menu-list-block .input-group-btn .btn{
	font-size: 25px;
    padding: 7px 11px 4px 15px;
    background: none;
	border-left: 1px solid #ccc;
	color: #666666;
}
.menu-list-block .input-group-btn .btn:focus{
	outline: none;
}
.menu-list-block .active .mdi-magnify:before{
	content: '\f156';
}	
.menu-list-block form[role="search"] {
	width: 38px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.menu-list-block form[role="search"] button,
.menu-list-block form[role="search"] input {
	padding: 15px 12px;
}
.menu-list-block form[role="search"] input {
	padding: 5px 12px;
	font-size: 15pt;
	opacity: 0;
	display: none;
	height: 48px;
}
.menu-list-block form[role="search"].active {
	width: 18%;
}
.menu-list-block form[role="search"].active button,
.menu-list-block form[role="search"].active input {
	display: table-cell;
	opacity: 1;
}
.menu-list-block form[role="search"].active input {
	width: 100%;
	padding-right: 56px;
}
.tab-menu-list{
	-webkit-box-shadow: 0px -2px 10px rgba(175, 175, 175, 0.49);
    -moz-box-shadow: 0px -2px 10px rgba(175, 175, 175, 0.49);
    box-shadow: 0px -2px 10px rgba(175, 175, 175, 0.49);	
}
.tab-menu-list li{
	float: left;
	width: 125px;	
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	/*code modified*/
	padding:5px;
	
}
.tab-menu-list li a{
	display: block;
	text-align: center;
	font-size: 20px;
	color: #000000;
	box-sizing: border-box;
	padding: 15px;
	/*background: #fff;*/
	background: rgb(5 8 59);
	background: linear-gradient(0deg, #05083b 45%, rgba(255,255,255,1) 22%);
	/*background: linear-gradient(0deg,#020028 20%, #9b100e 40%, #ffffff 40%);*/
	text-decoration: none;
	min-height: 120px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	position: relative;	
	/*border: 2px solid #a9a9a9;*/
	/* border-radius: 50%; */
    /*box-shadow: 1px 4px 10px #6d6666;*/
	box-shadow: 1px 4px 10px rgba(0,0,0,.1);
	height: 155px !important;
	
}
.tab-menu-list li a img{
	
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 55%;
  -webkit-filter: grayscale(0%);
  -webkit-transition: .5s ease-in-out;
  -moz-filter: grayscale(0%); 
  -moz-transition: .5s ease-in-out;
  -o-filter: grayscale(0%); 
  -o-transition: .5s ease-in-out;
  
}
.tab-menu-list li h3{
	/*margin: 5px 0 0 0; */
	/*font-size: 12px;*/
	font-size: 10px;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	position: absolute;
	top: auto;
	/*bottom: 5px;*/
	bottom: 0px;
	left: 5px;
	right: 0;
	/*text-align: left;*/
}
.tab-menu-list li a:hover{
	/*background: #f7f7f7;*/
	background: rgb(5 8 59);
	background: linear-gradient(0deg, #05083b 99%, rgba(255,255,255,1) 0%);
	/*background: linear-gradient(0deg,#020028 20%, #9b100e 40%, #ffffff 40%);*/
	outline: none;	
	/*border: 5px solid #e31837; 
	box-shadow: -10px 10px 15px -5px #70f8ff !important;
	*/	
	/*box-shadow: -10px 10px 15px -5px #9dfaff!important;*/	
}

.tab-menu-list li a:hover img{	
	
}
.tab-menu-list li a:hover h3{
	
}
a, a:hover, a:focus {
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
	outline: none;
}
.menu-list-block .tab-pane{	
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.modal.custom-modal{
	top:25%;
}
.menu-list-block .nav-tabs > li.active > a:after, menu-list-block .nav-tabs > li.active > a:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.menu-list-block .nav-tabs > li.active > a:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #222222;
	border-width: 10px;
	margin-left: -10px;
}
.menu-list-block .nav-tabs > li.active > a:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #c2e1f5;
	border-width: 36px;
	margin-left: -36px;
}
.user-name{
	padding: 10px 0 0 0;
    list-style: none;
    margin: 0;
    float: right;
}
.user-name li{
	float: left;
    padding: 0 10px 0 0;
    vertical-align: top;
	list-style:none;
}
.user-name li .select-style{
	width:140px;
	margin: -6px 0 0 0;
	padding:5px;
	height:auto;
}
.user-name li .inbox{
	font-size: 15px;
    display: inline-block;
    vertical-align: top;
    color: #fff;
}
.user-name li .mdi:before{
	vertical-align: top;
}
.custom-modal-home.modal{
	top: 25%;
}
/*.custom-modal-home .modal-dialog{
	width: 320px;
}*/
.custom-modal-home .modal-title{
	font-family:'EurostileMed';	
	font-size: 24px;
	margin: 0;
	color: #e41c39;
	text-transform: uppercase;
}
.custom-modal-home .modal-header{
	padding: 10px 15px 0;
	border: 0;
}
.custom-modal-home .modal-body{
	padding: 0px 15px 15px;
}
.custom-modal-home ul li a{
	color: #222;
	padding: 4px;
	font-size: 18px;
	display: block;
}
.custom-modal-home ul li a:hover, .custom-modal-home ul li a:active, .custom-modal-home ul li a:focus{
	color: #f3901d;
	font-family:'EurostileMed';	
}
ul.inner-user{
	padding: 8px 0 0 0;
	margin: 0;	
	float: right;
	list-style: none;
}
ul.inner-user li{
	list-style: none;
	float: left;
	/*margin: 0 0 0 15px;*/
	padding: 0 10px 0 0;
	vertical-align: top;
}
ul.inner-user li a{
	display: block;
	padding: 5px;
	color: #fff;
	font-size: 16px;
}
ul.inner-user li a i{
	font-size:25px;
	vertical-align: top;
}
.loadText{
    font-family: Arial;
    color:#000;
	font-size: 30px;
}
.preloader{
    background-color:#FFF;
    height: 100%;
	padding-top: 60px;
	margin-left: -20px;
	margin-top: -20px;
	position: fixed;
	width: 100%;
	z-index: 2;
}
.pad-left-240{
	padding-left: 240px;
}
.pad-left-240.no-pad-left{
	padding-left: 0;
	margin-left: 0 !important;
}
.wrapper .nav-tabs > li > a{
	margin: 0;
}
body{
overflow:visible !important;
}
a:focus, a:hover {
text-decoration: none !important;
}
.navbar.navbar-innerpage{
	position:fixed;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
color: #fff !important;
background-color: #222222 !important;
border: 1px solid #222222 !important;
border:0 !important;
border-radius:0 !important;
}
.body-bg{
	background: #ededed;
}
.tab-content ul.tab-menu-list{
	/*padding-top: 45px;*/
}
.navbar-brand{
	margin-left:-30px;
}
.navbar-brand img{
	width: auto !important;
	height: auto !important;
}
.btn-primary {
    color: #fff !important;
    background-color: #e31837 !important;
    border-color: #e31837 !important;
}


a.navbar-brand{
	padding:8px 0 0 0 !important;
}
/*.toggled-open.toggled .sidebar-nav{
	max-height:99%;
	overflow:hidden;
	overflow-y:auto;
}*/
.sidebar-nav li:first-child.cls_Home-link{
	position: fixed;
    width: 240px;
    top: 60px;
}
.sidebar-nav li:first-child.cls_Home-link a{
	padding:12px 15px;
}
/*.cls_Button{
	display: block;
    width: 240px;
    z-index: 99999;
    position: fixed;
    left: 0;
    background: #E31837;
    padding: 6px 0 6px 5px;
}*/
.home-content #page-wrapper.pad-left-240{
	/*padding: 20px 20px 0 260px;
	padding: 60px 20px 0;*/
	padding: 10px 0px 0;
	margin:0;
	border:0;
}
.home-content #page-wrapper.pad-left-240.no-pad-left{
	padding: 60px 20px 0;
}
.toggled-open.toggled .cls_button{
	width: 240px;
    left: -15px;
    position: absolute;
    background: #e31837;
    height: 60px;
    display: block;
    z-index: 99999;
}
.toggled-open.toggled .cls_button .hamburger{
	margin: 0;
	left: 215px;
	top: 27px;
}
.sidebar-nav_list{
	/*code modified*/
	/*top: 54px;*/	
    height: 95%;
    overflow: hidden;
    overflow-y: auto;
    z-index:-1;
}
.toggled .cls_button img{
margin: 5px 0 0 5px;
}
.cls_button img{
margin-left: 65px;
}


/*overriding Css for xform calendar datepicker*/
.calendarmonthbody label{
    font-size: 10px;
}
.calendarmonthbody label {
    line-height: 1.5;
    cursor: pointer;
    /* bottom: 0; */
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.calendarmonthbody label {
    line-height: 1.5;
    cursor: pointer;
    /* bottom: 0; */
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.calendarcontainer label, .calendarcontainer h1 {
    white-space: nowrap;
    text-align: center;
    overflow: visible!important; 
    text-overflow: clip;
}


.calendarpicker {
    width: 250px;
    cursor: default;
    height: 182px;
    left: 25px;
    position: absolute;
    top: 21px;
    z-index: 10001;
}
.calendarpickermonth {
    padding: 2px;
    width: 70px;
    height: 132px;
    left: 2px;
    position: absolute;
    top: 2px;
}
.calendarpickeryear {
    padding: 2px;
    width: 150px;
    height: 130px;
    left: 74px;
    position: absolute;
    top: 2px;
}
.calendarpickercontrols {
    width: 180px;
    height: 26px;
    left: 2px;
    position: absolute;
    top: 150px;
}
.calendaryearswitch {
    border-top-width: 0!important;
    padding: 2px 0 0 5px;
    width: 38px;
    height: 28px;
    left: 177px;
    position: absolute;
    top: 150px;
}

.applicationFonts
{
/*text-transform: uppercase;*/
text-align: left;
/*
word-spacing: 10px;
letter-spacing: 2px;
*/
font-size: 13.25px;
font-family: 'Arial';
word-break: break-word;
word-spacing: 3px;
letter-spacing: 2px;
}

.sideMenuHeaderFonts
{
	color: #ffffff;
	background: #e31837;
	cursor:pointer;
	text-transform: uppercase;
    /* text-align: center; */
    word-spacing: 0px;
    letter-spacing: 1px;
    font-size: 15px;
    font-family: 'EurostileMed';
}
.sideMenuListFonts
{
	color: #000000;
	cursor:pointer;
	text-transform: uppercase;
    /* text-align: center; */
    word-spacing: 0px;
    letter-spacing: 1px;
    font-size: 15px;
    font-family: 'EurostileMed';
}
#_Cordys_Ajax_LoadingIndicator {
    z-index: 2000 !important;
	background: url("/cordys/com/ps/portal/images/gears_ajaxLoader100.gif") !important;
}
/*.ui-dialog .ui-dialog-titlebar-close{
    width: 50px !important;
	margin: -14px 0 0 0 !important;
}*/


.starFavourite {
    visibility:hidden;
    font-size:30px;
    cursor:pointer;
    
}
.starFavourite:before {
   content: "\2605";
   position: absolute;
   visibility:visible;
   /* color:gray; */
   color:#80808040;
}
.starFavourite:checked:before {
   content: "\2605";
   position: absolute;
   color:red;
}