	.loginss {
	    color: #00FF00 !important;
	    text-decoration: underline;
	}

	.regis {
	    color: red !important;
	    text-decoration: underline;
	}

	.ajaxss {
	    color: #000000 !important;
	    font-size: 24px !important;
	}

	.set-sider-top-img p,
	.caption-full-data p:first-child {
	    font-size: 16px;
	    font-weight: none !important;
	    /* color: #000; */
	}

	.highlight_heading {
	    font-weight: 600;
	    background-color: rgba(0, 145, 26, .5);
	    padding: 7px;
	    border-radius: 7px;
	}

	.heading_highlight {
	    text-align: center;
	    margin: 10px 0;
	    font-weight: bold;
	    font-size: 20px;
	    background-color: #bedbc3;
	    border-radius: 5px;
	}

	.deal_container {
	    margin-top: 20px;
	    border-top: 1px solid;
	    padding-top: 12px;
	}

	.hospitalContent {
	    border-top: 1px solid;
	    margin-top: 21px;
	}

	td.day {
	    position: relative;
	}

	td.day.disabled:hover:before {
	    content: 'This date is disabled';
	    color: red;
	    background-color: white;
	    top: -22px;
	    position: absolute;
	    width: 136px;
	    left: -34px;
	    z-index: 1000;
	    text-align: center;
	    padding: 2px;
	}