.navbar.horizontal-layout .nav-top {
	background: #61003f;
	padding: 20px 0 8px 0;
}

.text-logo {
	color: #0066ff;
	line-height: 22px;
	width: 100%;
	font-size: 2.3rem;
	margin-left: 15px;
	text-shadow: 0px 1px 1px rgb(0 0 0 / 47%);
}

.address-text {
	color: #5e1ccb;
	margin-left: 15px;
	margin-top: 15px;
	font-weight: 500;
}

.session-text {
	font-size: 18px;
	float: right;
	color: #ffd400;
}

.footer {
	background: #61003f;
}

.main-panel {
	padding-top: 25px;
}

.heading-text {
	padding: 12px;
	text-align: center;
}

.myul li {
	font-weight: 400;
}

.sectionButton {
	float: left;
}

.bg-blue {
	background-color: #3b579d;
}

.bg-yellow {
	background-color: #d97700;
}

.bg-dark {
	background-color: #1d2939;
}

.bg-green {
	background-color: #00b297;
}

.bg-darkblue {
	background-color: #4729b7;
}



.txt-white {
	color: #FFF;
}

.hrline {
	border-bottom: 1px solid #f98803;
	margin: 20px 0 30px 0;
}

.show-xs {
	display: none;
}

.logo-div {
	text-align: right;
}

.topbar {
	background-color: #b10073;
	padding: 5px;
}

@media (min-width: 320px) and (max-width: 600px) {
	.admin_tag {
		text-align: center;
	}

	.logo-div {
		text-align: center;
	}

	.show-xs {
		display: block;
	}

	.address-text {
		text-align: center;
		color: #46452e;
		margin-left: 15px;
		margin-top: 15px;
		font-weight: 500;
	}

	.helpline-top {
		text-align: center !important;
	}

	.text-logo {
		color: #0066ff;
		line-height: 25px;
		width: 100%;
		font-size: 25px;
		margin-left: 15px;
		text-align: center;
		padding-right: 36px;
	}

	.textlogo-div {
		width: 600px;
	}

	.session-text {
		font-size: 12px;
		float: right;
		color: #ffd400;
	}

}

.mytable td {
	padding: 11px 10px;
}

.mytable2 td {
	padding: 2px 2px;
}

.myshadowbox {
	padding: 15px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.5;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	letter-spacing: normal;
	word-break: normal;
	word-spacing: normal;
	white-space: normal;
	line-break: auto;
	font-size: 0.875rem;
	word-wrap: break-word;
	background-color: #f1f6ff;
	background-clip: padding-box;
	border: 1px solid #d5dcec;
	border-radius: 0.3rem;
}

.top-bar {
	background-color: #ffa11f;
}

.menu-bar {
	background: #ffa11f;
	border: 1px solid #f18d03;
}



.secondary-menu {
	float: right;
	padding: 15px 0;
}

.menu-links .nav>li>a {

	padding: 16px 12px;
}

.menu-links .nav i {
	font-size: 20px;
	color: #000;
}

.ovpr-dark:after,
.ovpr:after {
	opacity: 0.45;
}

.adm-btn {
	font-size: 23px;
	padding: 23px;
}

.edit-profile .form-group {
	margin-bottom: 7px;
}

.my-form {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.my-form .row {
	margin-left: 0;
	margin-right: 0;
}

.login-form {
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}

.login-form .row {
	margin-left: 0;
	margin-right: 0;
}

ul li a {
	padding: 3px;
	margin-left: 5px;
}



/* 
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/

@media (min-width: 1281px) {

	/* CSS */

}

/* 
    ##Device = Laptops, Desktops
    ##Screen = B/w 1025px to 1280px
  */

@media (min-width: 1025px) and (max-width: 1280px) {

	/* CSS */

}

/* 
    ##Device = Tablets, Ipads (portrait)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) {

	/* CSS */

}

/* 
    ##Device = Tablets, Ipads (landscape)
    ##Screen = B/w 768px to 1024px
  */

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {

	/* CSS */

}

/* 
    ##Device = Low Resolution Tablets, Mobiles (Landscape)
    ##Screen = B/w 481px to 767px
  */

@media (min-width: 481px) and (max-width: 767px) {

	.adm-btn {
		font-size: 20px;
		padding: 16px;
		margin-bottom: 10px;
	}

}

/* 
    ##Device = Most of the Smartphones Mobiles (Portrait)
    ##Screen = B/w 320px to 479px
  */

@media (min-width: 320px) and (max-width: 480px) {

	/* CSS */
	.adm-btn {
		font-size: 20px;
		padding: 16px;
		margin-bottom: 10px;
	}
}
