@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i');
@import url('https://fonts.googleapis.com/css?family=Comfortaa:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Montserrat:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@font-face {
	font-family: 'Material Icons';
	font-style: normal;
	font-weight: 400;
	src: url(../fonts/MaterialIcons-Regular.eot);
	/* For IE6-8 */
	src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype');
}

.material-icons {
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	/* Preferred icon size */
	display: inline-block;
	line-height: 1;
	text-transform: none;
	letter-spacing: normal;
	word-wrap: normal;
	white-space: nowrap;
	direction: ltr;
	/* Support for all WebKit browsers. */
	-webkit-font-smoothing: antialiased;
	/* Support for Safari and Chrome. */
	text-rendering: optimizeLegibility;
	/* Support for Firefox. */
	-moz-osx-font-smoothing: grayscale;
	/* Support for IE. */
	font-feature-settings: 'liga';
}

body {
	/*font-family: 'Lato', sans-serif;*/
	font-family: 'Poppins', sans-serif;
	/*  min-height:4000px; */
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #dd5942;
}

a:focus {
	outline: 0;
	text-decoration: none;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

input[type="text"] {
	width: 100%;
	font-size: 16px;
	border: 1px solid #ddd;
	height: 40px;
	padding: 0 10px;
	box-shadow: 0 0 7px 3px #ddd inset;
}


/* .heading1{font-size:30px;font-weight:400;text-transform:uppercase;margin-bottom:10px;text-align:center;position:relative;color:#e43464;}.heading1 span{position:relative;display:inline-block;padding:0 30px;background:#fff;}.heading1 span:before, .heading1 span:after{width:140%;height:2px;position:absolute;left:0;content:'';background:#000;margin-left:-20%;z-index:-1;}.heading1 span:before{top:12px;}.heading1 span:after{bottom:12px;}.caption1{font-size:28px;font-weight:300;text-align:center;color:#000;}.heading3{font-size:22px;font-weight:300;text-align:center;color:#000;}.devider1{width:100%;height:50px;background:url(../images/deviderstyle.png) no-repeat center center;}.button{background:#dd5942;color:#fff;padding:3px 12px;display:inline-block;font-size:16px;}.button:hover{color:#fff;background:#333;} */

header {
	background: #fff none repeat scroll 0 0;
	box-shadow: 2px 3px 4px #c3c3c3;
	padding: 0;
	position: relative;
}

.logo_sec {
	padding-top: 0px;
}

#header .navbar-main {
	background-color: rgba(14, 14, 14, 0.7);
	border: medium none;
	border-radius: 0;
	margin: 0;
}

.navbar-main {
	border: medium none;
	border-radius: 0;
	line-height: 22px;
	margin: 0;
	min-height: 50px;
	position: relative;
	z-index: 1000;
}

.navbar-main .nav>.dropdown>a {
	padding: 14px 20px 14px 15px;
}

.navbar-main .nav>li>a {
	border-top: 2px solid transparent;
	color: #4a4a4a;
	font-family: 'Oxygen', sans-serif;
	padding: 14px 18px;
	font-weight: 500;
}

.navbar-main .nav>.offerzone>a {
	background: rgba(0, 0, 0, 0) url("../images/offerbg.png") no-repeat scroll 17px 37px;
	border-top: 2px solid transparent;
	color: #ffffff;
	font-family: 'Oxygen', sans-serif;
	font-weight: 500;
	padding: 14px 15px;
	text-transform: uppercase;
}

.navbar-main .nav>li>a i {
	bottom: 15px;
	font-size: 10px;
	position: absolute;
	right: 12px;
}

.navbar-main .nav>li>a>span,
.navbar-main .dropdown-menu>li>a>span,
.navbar-main .yamm-content ul>li span,
.navbar-main .yamm-content h4 span {
	background-color: #5eb22d;
	color: #ffffff;
	font-size: 10px;
	line-height: 8px;
	padding: 5px 8px;
	position: absolute;
	right: 3px;
	text-transform: uppercase;
	top: -10px;
}

.navbar-main .nav>li>a>span::after,
.navbar-main .dropdown-menu>li>a>span::after,
.navbar-main .yamm-content ul>li span::after,
.navbar-main .yamm-content h4 span::after {
	border-color: #5eb22d transparent -moz-use-text-color;
	border-style: solid solid none;
	border-width: 5px 5px medium;
	bottom: -5px;
	content: "";
	left: 5px;
	position: absolute;
	z-index: 1;
}

.navbar-main .dropdown-menu {
	background-color: #f1f1f1;
	border: medium none !important;
	border-radius: 0;
	box-shadow: 0 6px 12px rgba(79, 83, 103, 0.176);
	padding: 0;
}

.navbar-main .dropdown-menu li>a {
	font-family: "Raleway", sans-serif;
	line-height: 40px;
	min-height: 32px;
	padding: 0 15px;
	position: relative;
	white-space: nowrap;
}

.navbar-main .dropdown-submenu {
	position: relative;
}

.navbar-main .dropdown-submenu:hover::after {
	color: #fb3371;
}

.navbar-main .dropdown-submenu::after {
	font-family: FontAwesome;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
	padding-left: 15px;
	position: absolute;
	right: 10px;
	text-decoration: inherit;
	top: 10px;
}

.navbar-main .dropdown-submenu>.dropdown-menu {
	left: 100%;
	margin: 0;
	position: absolute;
	top: 0;
}

.navbar-main .dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.navbar-main .dropdown-menu>li>a:hover,
.navbar-main .dropdown-menu>li>a:focus {
	background-color: #d74e08;
	color: #fb3371;
}

.navbar-main .nav.navbar-right .dropdown-menu {
	right: 15px;
}

.navbar-main a.navbar-brand {
	height: 30px;
	padding: 0 0 0 15px;
}

.navbar-main a.navbar-brand i {
	color: #000;
	display: inline-block;
	height: 50px;
	line-height: 50px;
	text-align: center;
	transition: all 0.3s ease 0s;
	width: 50px;
}

.navbar-main .navbar-toggle {
	background-color: #0e0e0e;
	border-radius: 0;
}

.navbar-main .navbar-toggle .icon-bar {
	background-color: #ffffff;
}

.navbar-main .navbar-collapse {
	float: right;
	max-height: none;
}

.nav>li>a:hover,
.nav .open>a:hover,
.nav .open>a:focus,
.nav>li>a:focus,
.nav .open>a,
.navbar-main .nav>li.open>a {
	background-color: #d74e08;
	box-shadow: 0 0 12px rgba(79, 83, 103, 0.176);
	color: #ffffff;
}

.nav>li>a:hover i,
.nav .open>a:hover i,
.nav .open>a:focus i,
.nav>li>a:focus i,
.nav .open>a i,
.navbar-main .nav>li.open>a i {
	color: #ffffff;
}

#account-menu {
	font-family: 'Oxygen', sans-serif;
	font-size: 12px;
	position: relative;
	margin-top: 6px;
}

#account-menu:hover .account-menu-item {
	display: block;
	opacity: 1;
	top: 40px;
}

#account-menu .account-menu-title {
	background: #d74e08 none repeat scroll 0 0;
	border-radius: 26px;
	color: #fff;
	display: block;
	height: 34px;
	line-height: 34px;
	margin-left: 6px;
	padding: 0px 19px;
	text-align: center;
	transition: all 0.3s ease 0s;
	/* width: 94px; */
	font-size: 14px;
	font-weight: bold;
}

.account-menu-title.login {
	background: #ffb506 none repeat scroll 0 0!important;
}


/*  #account-menu .account-menu-title:hover {background-color: #d74e08;color: #ffffff;text-decoration: none;} */

#account-menu .account-menu-item {
	background-color: rgba(14, 14, 14, 0.9);
	opacity: 0;
	overflow: hidden;
	position: absolute;
	/* top: -1000px; */
	transition: opacity 0.3s ease 0s;
	/* z-index: 1000; */
	z-index: 99999999;
	display: none;
	margin-top: -7px;
	right: 0;
}

#account-menu .account-menu-item a {
	border-top: 1px solid #2a2a2a;
	color: rgba(234, 234, 234, 0.5);
	display: block;
	line-height: 38px;
	text-align: left;
	text-indent: 3px;
	width: 144px;
}

#account-menu .account-menu-item a:hover {
	background-color: #d74e08;
	color: #ffffff;
	text-decoration: none;
}

#account-menu .account-menu-item a i::before {
	display: inline;
}


/* banner */

.banner {
	position: relative;
}

.btmarow {
	background: #000;
	height: 3px;
	width: 100%;
	position: relative;
}

.btmarow:after {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 17px solid #000;
	position: absolute;
	bottom: -17px;
	left: 50%;
	content: '';
}

.main-text {
	position: absolute;
	top: 117px;
	width: 46%;
	color: #FFF;
	left: 10%;
}

.main-text h1 {
	font-size: 47px;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 4px;
}

.main-text p {
	font-size: 17px;
	font-family: 'Oxygen', sans-serif;
	padding-bottom: 8px;
}

.btn-min-block {
	min-width: 170px;
	line-height: 26px;
}

.btn-clear {
	color: #FFF;
	background-color: transparent;
	border-color: #FFF;
	margin-right: 15px;
	padding: 0;
	line-height: 46px;
	font-size: 14px;
	font-size: t;
	text-transform: uppercase;
	font-weight: 600;
}

.btn.btn-clear.btn-sm.btn-min-block.how_works {
	background: #ffb506;
	border: none;
	border-radius: 0;
}

.btn.btn-clear.btn-sm.btn-min-block.getting_start {
	background: #d74e08;
	border: none;
	border-radius: 0;
}

.btn-clear .fa {
	float: left;
	width: 31px;
	background: #fff;
	line-height: 46px;
	padding: 0;
	color: #000;
	margin: 0;
}

.btn-clear:hover {
	color: #000;
	background-color: #FFF;
}

.text-center h1 {
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 600;
}


/* about_us */


/*  .about_lft {	padding-top: 10px;} */

.about_us {
	/* padding: 50px 0; */
	padding-top: 50px;
	padding-bottom: 25px;
}


/* .about_lft > img {  width: 100%;} */

.about_right h1 {
	padding: 0;
	font-family: 'Oxygen', sans-serif;
	margin: 0;
	font-size: 41px;
	color: #1f292a;
	font-weight: bold;
}

.about_right img {
	float: left;
	margin-right: 12px;
}

.about_right ul {
	padding-left: 17px;
}

.about_right ul li {
	color: #8f8f8f;
	font-size: 16px;
	font-weight: 100;
	list-style: square;
	padding-left: 3px;
	line-height: 29px;
}

.about_right p {
	color: #8f8f8f;
	font-size: 16px;
	font-weight: 100;
	text-align: justify;
}

.about_icon_holder {
	float: left;
	width: 86px;
}

.abou_us_block {
	clear: both;
	padding: 20px 0;
}

.read_more {
	font-size: 18px;
	color: #fe0000;
	text-decoration: underline;
}

.video_icon_sec {
	background: rgba(0, 0, 0, 0) url("../images/video_bg_paralax.jpg") no-repeat fixed 0 0 / cover;
	/* padding: 35px 0; */
	padding-top: 40px;
	padding-bottom: 30px;
}

.video_ico_block {
	text-align: center;
}

.black_bg_paralax {
	background: rgba(0, 0, 0, 0) url("../images/black_bg_paralax.jpg") no-repeat fixed 0 0 / cover;
	padding: 100px 0;
}

.video_ico_block p {
	color: #101010;
	font-size: 18px;
	/* padding: 15px 0; */
	padding-top: 15px;
	/* padding-bottom: 0; */
}

.black_block {
	border: 1px solid #fff;
	background-color: rgba(219, 219, 219, 0.1);
	padding: 20px 39px;
}

.black_block>h1 {
	color: #fff;
	font-size: 34px;
	font-weight: 600;
	line-height: 42px;
}

.black_block>p {
	color: #fff;
	font-size: 18px;
	font-weight: 100;
	padding: 11px 0;
}


/* team*/

.team_sec .col-sm-3 {
	display: table-cell;
	float: none;
}

.team_sec {
	padding: 50px 0;
}

.team_sec h1 {
	text-align: center;
	font-family: 'Oxygen', sans-serif;
	font-size: 41px;
	color: #1f292a;
	font-weight: bold;
	margin-top: 0;
}

.team_block {
	background: #ececec;
	border-top: 5px solid #90cc61;
	margin-top: 104px;
	text-align: center;
	padding: 8px;
}

.team_img {
	background: rgba(0, 0, 0, 0) url("../images/team_bg.png") repeat;
	text-align: center;
	width: 127px;
	margin: 0 auto;
	border-radius: 47px;
	margin-top: -95px;
	padding: 10px;
}


/* background: rgba(0, 0, 0, 0) url("../images/offerbg.png") no-repeat scroll 17px 37px; */

.team_img img {
	width: 100%;
	border-radius: 42px;
	/* border-top: 8px solid #ececec;	border-bottom: 8px solid #fff; */
}

.team_block h2 {
	font-size: 22px;
	color: #101010;
}

.team_block span {
	color: #a2a2a2;
	text-transform: uppercase;
}

.team_block p {
	color: #000;
	padding-top: 17px;
	line-height: 24px;
	padding-bottom: 8px;
}

.social_link {
	padding: 5px 4px;
}

.social_team {
	padding-top: 5px;
	padding-bottom: 8px;
}


/* ---------map---- */

.google-map {
	position: relative;
	padding: 0;
	height: 385px
}

.google-map-container {
	width: 100%;
	height: 100%
}

.google-map-lg {
	height: 603px
}

.google-map-sm {
	height: 345px
}

.google-map-xs {
	height: 305px
}

[class*=google-map-absolute] {
	width: 100%;
	position: absolute;
	top: 0
}

.google-map-absolute-left {
	right: 0
}

.google-map-absolute-right {
	left: 0
}

.google-map .a-map,
.map-close {
	width: 50px;
	height: 50px;
	border-radius: 2px;
	background-color: #1a1a1a;
	position: absolute;
	right: 30px;
	top: 30px;
	z-index: 5;
	line-height: 3pc;
	text-align: center;
	display: block
}

.contact,
.contact.overlay .container,
.newsletter form {
	position: relative
}

.google-map .a-map:hover,
.map-close:hover {
	background-color: #da3636
}

.google-map .a-map i,
.map-close i {
	font-size: 22px;
	color: #fff;
	vertical-align: middle;
	display: inline-block
}

.a-map-left {
	right: auto;
	left: 30px
}

.map-modal {
	padding-right: 0!important
}

.google-map-popup {
	width: 100%;
	height: 100%
}

.gm-style-iw p {
	color: #1a1a1a
}

.contact.overlay {
	padding-top: 60px;
	padding-bottom: 60px
}

.contact.overlay .google-map {
	width: 100%;
	height: 100%;
	z-index: 0
}

.contact.overlay .container {
	z-index: 1
}

.contact-lg {
	height: 415px
}

.contact-md {
	height: 385px
}

.contact-sm {
	height: 305px
}

.contact-light {
	background-color: #ececec
}

.contact-dark {
	background-color: #2b2b2b;
	color: #fff
}

.contact-dark.overlay:before {
	background-color: rgba(26, 26, 26, .9);
	z-index: 1
}

.contact-dark a {
	color: grey
}

.contact-dark a:hover {
	color: #fff
}

.contact-dark address,
.contact-dark address p {
	color: grey
}


/* form */

.col-md-6.col-sm-6.pull-right.contact_form_margin {
	margin-right: 0;
	padding-right: 0;
}

.contact_form2 {
	padding: 37px 0px 70px 24px;
}

.form-group {
	margin-top: 0;
	margin-bottom: 9px;
}

.form-group>label {
	display: block;
	font-weight: 500;
	color: 333;
	font-size: 13px;
	line-height: 24px;
	margin: 0 0 1px;
	font-family: 'Poppins';
}

.form-solid input[type="email"],
.form-solid input[type="password"],
.form-solid input[type="search"],
.form-solid input[type="tel"],
.form-solid input[type="text"],
.form-solid textarea {
	background-color: #fff;
	border: 0;
	border: 1px solid #d6d6d6;
}

input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
textarea {
	font-size: 15px;
	color: #1a1a1a;
	width: 100%;
	height: 42px;
	border-radius: 2px;
	font-family: 'Open Sans', sans-serif;
	padding: 0 15px;
	background-color: transparent;
	box-shadow: none !important;
	border: 1px solid #d9d9d9;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

textarea {
	height: 100px;
	overflow: auto;
	resize: none;
	padding: 15px;
}

.btn.btn-primary {
	background-color: #d74e08;
	color: #fff;
	border: none;
	border-radius: 0;
	padding: 13px 24px;
	text-transform: uppercase;
}

.col-sm-6.no-padding_left {
	padding-left: 0;
}

.col-sm-6.no-padding_right {
	padding-right: 0;
}

.contact_form2 h2 {
	color: #1f292a;
	font-weight: 600;
	font-size: 35px;
}

.contact_form2 p {
	color: #333;
	font-size: 15px;
	font-style: italic;
	padding: 0px 0 14px;
}


/* careers */

.careers {
	padding: 36px 0;
}

.careers h1 {
	text-align: center;
	font-family: 'Oxygen', sans-serif;
	font-size: 41px;
	color: #1f292a;
	font-weight: bold;
	margin-top: 0;
}

.careers p {
	text-align: center;
	font-size: 17px;
}

.category_list {
	text-align: center;
	margin: 30px 0px 47px 0px;
}

.category_list a {
	text-align: center;
	background: #e1e1e1;
	color: #000;
	padding: 10px 23px;
	margin: 0 13px;
	border-radius: 19px;
}

.category_list a:hover {
	color: #fff;
	background: #d74e08;
}

.career_image img {
	width: 100%;
}

.career_tittle {
	background: #e1e1e1;
	padding: 10px;
}

.career_tittle a {
	color: #464646;
	text-align: left;
	font-size: 20px;
	font-weight: 600;
}

.career_tittle a:hover {
	color: #d74e08;
}

.careers_block {
	margin-bottom: 30px;
}


/* footer */

.footer_top {
	background: #222222;
	padding: 8px 0;
}

.latest_post li {
	border-top: 1px solid #fff;
	/* display: block; */
	clear: both;
	padding: 17px 19px 0px 2px;
}

.latest_post li:first-child {
	border-top: 0px solid #fff;
	padding-top: 0;
}

.latest_post li img {
	float: left;
	width: 15%;
	margin-right: 13px;
	margin-bottom: 19px;
}

.latest_post li p {
	margin: 0 0 10px;
	float: left;
	width: 73%;
	color: #fff;
}

.links2 li {
	border-top: 1px solid #fff;
	padding: 10px 0;
}

.links2 li:first-child {
	border-top: 0px solid #fff;
}

.links2 li a {
	color: #fff;
}

.footer_block h2 {
	color: #fff;
	font-size: 24px;
	padding-bottom: 14px;
}

.footer_block p {
	color: #fff;
	font-size: 15px;
}

.latest_post {
	padding: 0 95px;
}

.links2 {
	padding-top: 13px;
}

.footer_bottom {
	background: #000;
}

.copy_right {
	color: #fff;
	font-size: 13px;
	padding-top: 14px;
}

.social_team.social_team_footer {
	float: right;
}

.social_footer {
	background: #4c4c4c;
	padding: 7px;
	width: 33px;
	display: block;
	border-radius: 20px;
	height: 33px;
	margin-left: 9px;
	text-align: center;
	float: left;
	color: #fff;
}

.innerhader #smallNavbar {
	border-color: #7d7d7d;
	color: #7d7d7d;
}

#smallNavbar {
	vertical-align: middle;
	border: 2px solid #000;
	width: 40px;
	text-align: center;
	border-radius: 3px;
	font-size: 20px;
	line-height: 29px;
	height: 33px;
	color: #000;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	display: none;
	cursor: pointer;
	margin-top: 13px;
	margin-left: 5px;
}

#smallNavbar:hover {
	color: red;
	border: 2px solid red;
}

#navbarOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 99;
	background: rgba(0, 0, 0, 1);
	display: none;
	opacity: 0.75;
}

#navbarOverlay2 {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 1);
	display: none;
	opacity: 0.75;
}

.show {
	display: block !important;
	overflow: hidden;
}

.mainHeader {
	text-align: center;
	padding: 8px 0 0 0;
}

.logo {
	display: inline-block;
}

.logo a {
	display: block;
}

.headerBot {
	background: #ff4848;
}

.headerBot hr {
	background: #ffffff;
	margin-bottom: 1px;
	overflow: hidden;
}

.mainMenu {
	float: right;
	/* text-align: right; */
}

.mainMenu ul {}

.mainMenu ul li {
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	float: left;
	margin-right: 4px;
}

.mainMenu ul li a {
	display: block;
	color: #000;
	line-height: 42px;
	padding: 0 17px;
	border-bottom: 1px solid transparent;
	/* text-align: right; */
	font-weight: 400;
}

.mainMenu ul li.active a,
.mainMenu ul li a:hover {
	border-color: #fff;
}

.mainMenu ul li:last-child {
	margin-right: 0;
}

.headerRight {
	float: right;
}

.searcBox {
	float: left;
	width: 225px;
	position: relative;
}

.searcBox input {
	width: 100%;
	font-size: 16px;
	font-weight: 300;
	color: #787878;
	padding: 0 11px;
	padding-right: 35px;
	height: 42px;
	border: none;
	border-bottom: 1px solid #ff4848;
}

.searcBox button {
	width: auto;
	height: auto;
	color: #ff4848;
	line-height: 1;
	font-size: 16px;
	top: 12px;
	right: 12px;
	position: absolute;
	background: none;
	outline: none;
	padding: 0;
	border: none;
}

.headerRight ul {
	float: right;
	margin-left: 13px;
}

.headerRight ul li {
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	float: left;
	margin-right: 20px;
	position: relative;
}

.headerRight ul li:after {
	content: '';
	position: absolute;
	height: 12px;
	background: #fff;
	width: 1px;
	top: 0;
	bottom: 0;
	right: -10px;
	margin: auto;
}

.headerRight ul li a {
	display: block;
	color: #ffffff;
	line-height: 42px;
	padding: 0 0;
}

.headerRight ul li a:hover {
	color: #ffbebe;
}

.headerRight ul li:last-child {
	margin-right: 0;
}

.headerRight ul li:last-child:after {
	content: normal;
}

.menu_sec {
	/* margin: 1px; */
	/* padding: 0; */
	margin-top: 24px;
	float: left;
	/* text-align: right; */
	width: 72%;
}

.header_right {
	padding-top: 25px;
	float: right;
	width: 28%;
}


/* sTUDENT_INFORMATION */

.heading1 {
	text-align: center;
	font-size: 40px;
	color: #2d4e5f;
	font-weight: 100;
}

.singleinnrcontsarea {
	padding: 25px 0;
}

.grayfrombox {
	background: #2d4e5f;
	/* padding: 30px; */
	max-width: 56%;
	text-align: center;
	padding-bottom: 25px;
}

.middlealign {
	margin: 0 auto;
}

.grayfrombox h2 {
	font-size: 18px;
	line-height: 100%;
	color: #fff;
	padding-bottom: 13px;
	font-weight: 500;
	border-bottom: 1px solid #7c8a92;
	padding-top: 13px;
	text-align: left;
	padding-left: 30px;
	clear: both;
	border-top: 1px solid #7c8a92;
	/* margin-top: 36px; */
	margin-bottom: 0;
}

.grayfrombox .formbox .formRow {
	margin-bottom: 15px;
	text-align: left;
}

.formRow {
	margin-bottom: 10px;
	padding: 0;
	display: block;
	width: 100%;
	font-weight: 400;
}

.grayfrombox .formbox .ttl {
	font-size: 15px;
	text-align: left;
	line-height: 100%;
	padding-bottom: 11px;
	color: #fff;
	padding-top: 7px;
}

.grayfrombox .formbox input,
.grayfrombox .formbox select,
.grayfrombox .formbox textarea {
	font-size: 15px;
	color: #434343;
	line-height: 25px;
	border-radius: 4px;
}

ul.customselect li.init {
	cursor: pointer;
}

ul.customselect li {
	padding: 0 10px;
	z-index: 2;
	padding-right: 60px;
	position: relative;
	color: #9a9a9a;
}

.grayfrombox .inlinearea {
	margin: 0 -4px;
}

.grayfrombox .inlinearea .colm {
	width: 32.33%;
	padding: 0 4px;
}

.inlinearea .colm {
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
}

.grayfrombox select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../images/dropdownarrow.jpg) no-repeat #fff;
	background-position: top 50% right 10px;
}


/* .grayfrombox .formbox input, .grayfrombox .formbox select, .grayfrombox .formbox textarea {	font-size: 16px;	color: #9a9a9a;	line-height: 25px;	background: #fff;} */

option {
	padding: 4px 5px;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
input[type="password"],
input[type="url"],
select,
textarea {
	padding: 2px 10px;
	height: 35px;
	border: 1px solid #b8b8b8;
	width: 100%;
	background: #fff;
}

.fld2 form p {
	float: left;
	/* margin-right: 19px; */
	padding-top: 4px;
	/* margin-left: 0 !important; */
	padding-left: 0;
	margin-left: 12px;
}


/* [type="radio"]:checked, [type="radio"]:not(:checked) {	position: absolute;	left: -9999px;}label, input[type="checkbox"], input[type="radio"] {	display: inline-block;	vertical-align: middle;}[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {	position: relative;	padding-left: 35px;	cursor: pointer;	line-height: 20px;	display: inline-block;	color: #9a9a9a;	font-size: 17px;}[type="radio"]:checked + label::before, [type="radio"]:not(:checked) + label::before {	content: '';	position: absolute;	left: 0;	top: 0;	width: 22px;	height: 22px;	 border: 1px solid #ddd; 	border-radius: 100%;	background: #fe6b01;}[type="radio"]:checked + label, [type="radio"]:not(:checked) + label {	cursor: pointer;	line-height: 20px;	color: #9a9a9a;	font-size: 17px;}[type="radio"]:checked + label::after {	opacity: 1;	-webkit-transform: scale(1);	transform: scale(1);}[type="radio"]:checked + label::after, [type="radio"]:not(:checked) + label::after {	content: '';	width: 14px;	height: 14px;	background: #fff;	position: absolute;	top: 4px;	left: 4px;	border-radius: 100%;	-webkit-transition: all 0.2s ease;	transition: all 0.2s ease;} */

.formbox {
	clear: both;
	padding: 0 14px;
}

.formbox p {
	text-align: left;
	color: #b1dbf1;
	padding-left: 15px;
	font-size: 13px;
}

.grayfrombox .button {
	font-size: 19px;
	height: 46px;
	line-height: 46px;
	padding: 0 10px;
	font-weight: 600;
	margin-bottom: 6px;
	text-transform: uppercase;
}

.button.full {
	width: 28%;
	margin-top: 11px;
}

.button,
a.button {
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 60px;
	padding: 4px 30px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	color: #FFF;
	background-color: #673AB7;
	border-color: #5139e0;
}

.botton_bottom {
	/* text-align: center; */
	/* display: block; */
	width: 178px;
	margin: 0 auto;
	color: #fff !important;
}

.image_section {
	width: 58%;
	margin: 0 auto;
	padding: 6px 0px;
}


/* .image_section a{		border-radius:3px;	} */

.register_category {
	/* display: table-cell; */
	vertical-align: bottom;
	width: 154px;
	text-align: center;
	border: 2px solid #fff;
	border-radius: 10px;
	position: relative;
	margin: 4px 6px;
	display: inline-block;
	/* float: left; */
	height: 140px;
	padding-top: 9px;
}

.register_category span {
	position: absolute;
	background: #000;
	display: block;
	width: 100%;
	bottom: 0;
	padding: 5px;
	color: #fff;
	/* opacity: 0.5; */
	border-radius: 4px;
}

.register_category:hover {
	border: 2px solid #000;
	border-radius: 10px;
}

.active2 {
	border: 2px solid #000;
	border-radius: 10px;
}

.active2::after {
	content: '';
	display: block;
	position: absolute;
	left: 44%;
	bottom: -21px;
	width: 0;
	height: 0;
	border-bottom: 10px solid transparent;
	border-top: 10px solid #000;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	right: 50%;
}

.register_category:hover.register_category::after {
	content: '';
	display: block;
	position: absolute;
	left: 44%;
	bottom: -21px;
	width: 0;
	height: 0;
	border-bottom: 10px solid transparent;
	border-top: 10px solid #000;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	right: 50%;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
	position: absolute;
	left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #fff;
}

[type="radio"]:checked+label::before,
[type="radio"]:not(:checked)+label::before {
	content: '';
	position: absolute;
	left: 0px;
	top: 0px;
	width: 20px;
	height: 20px;
	border: 2px solid #fff;
	border-radius: 100%;
	background: #2d4e5f;
}

[type="radio"]:checked+label::after,
[type="radio"]:not(:checked)+label::after {
	content: '';
	width: 10px;
	height: 10px;
	background: #fff;
	position: absolute;
	top: 5px;
	left: 5px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
	opacity: 0;
	-webkit-transform: scale(0);
	transform: scale(0);
}

[type="radio"]:checked+label:after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

.agree {
	padding-left: 14px;
}

.agree p {
	color: #fff;
}

.agree span {
	float: left;
	margin-right: 2px;
	margin-top: -1px;
}

.ttl.left_sec {
	float: left;
}

.fld.right_sec {
	float: right;
	/* padding: 0; */
}

.fld.right_sec.fullwidth {
	width: 53%;
}

.agree a {
	color: #fff;
	text-decoration: underline;
}


/* parent */

.add_button {
	/* background: #fe6b01 none repeat scroll 0 0; */
	border-radius: 3px;
	color: #fff !important;
	/* float: right; */
	font-size: 18px;
	padding: 9px 13px;
	width: 188px;
	margin: 0 auto;
	display: block;
	text-align: center;
	border: 1px solid #fff;
}

.add_child_sec {
	background: #162c39;
	margin-bottom: 6px;
}

.add_child_sec h1 {
	margin: 0;
	/* padding: 0; */
	padding-top: 13px;
	padding-bottom: 0px;
	color: #fff;
	font-size: 22px;
}

.col-sm-6.red {
	display: none;
}

.col-sm-6.green {
	display: none;
}

.col-sm-6.red2 {
	display: none;
}

.col-sm-6.green2 {
	display: none;
}

.box {
	/*  padding: 20px; */
	display: none;
	/* margin-top: 20px; */
}

#profileTab {
	overflow: hidden;
}

.agree span {}


/* sidebar======================================================== */

.nav-side-menu {
	background-color: #FFF;
	color: #212529;
	font-size: 14px;
	font-weight: 400;
	height: 100%;
	overflow: auto;
	/* top: 16px; */
	width: 290px;
	font-family: 'Poppins';
	box-shadow: 1px 0 20px rgba(0, 0, 0, .08);
}

.nav-side-menu .brand {
	background-color: #f2f2f2;
	display: block;
	font-size: 15px;
	line-height: 43px;
	padding: 4px 13px;
	text-align: left;
}

.nav-side-menu .brand .fa {
	padding-right: 10px;
}

.nav-side-menu .toggle-btn {
	display: none;
}

.nav-side-menu ul,
.nav-side-menu li {
	list-style: none;
	padding: 0px;
	margin: 0px;
	line-height: 35px;
	cursor: pointer;
	/*        .collapsed{       .arrow:before{                 font-family: FontAwesome;                 content: "\f053";                 display: inline-block;                 padding-left:10px;                 padding-right: 10px;                 vertical-align: middle;                 float:right;            }     }*/
}

.nav-side-menu ul :not(collapsed) .arrow:before,
.nav-side-menu li :not(collapsed) .arrow:before {
	font-family: FontAwesome;
	content: "\f078";
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
	float: right;
}

.nav-side-menu ul .active,
.nav-side-menu li .active {
	border-left: 3px solid #d19b3d;
	background-color: #4f5b69;
}

.nav-side-menu ul .sub-menu li.active,
.nav-side-menu li .sub-menu li.active {
	color: #d19b3d;
}

.nav-side-menu ul .sub-menu li.active a,
.nav-side-menu li .sub-menu li.active a {
	color: #d19b3d;
}

.nav-side-menu ul .sub-menu li,
.nav-side-menu li .sub-menu li {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	/* background-color: #222e3c; */
	border-color: -moz-use-text-color -moz-use-text-color #656d78;
	border-image: none;
	border-style: none none solid;
	border-width: medium medium 1px;
	line-height: 43px;
	margin-left: 0;
	padding-left: 20px;
}

.nav-side-menu ul .sub-menu li:hover,
.nav-side-menu li .sub-menu li:hover {
	/* background-color: #020203; */
}

.nav-side-menu ul .sub-menu li:before,
.nav-side-menu li .sub-menu li:before {
	font-family: FontAwesome;
	content: "\f105";
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

.nav-side-menu li {
	background: #3c4854 none repeat scroll 0 0; 
	border-bottom: 1px solid #f3f3f3;
	/* border-left: 3px solid #2e353d; */
	padding-left: 0;
	line-height: 45px;
}
.nav-side-menu .mtxt{
	color: #fff;
}
.nav-side-menu .fa{
    color: #fff;
}
.nav-side-menu .brand {
    background-color: #175ba6;
}
.nav-side-menu h3 {
    background-color: #175ba6;
}
.nav-side-menu li a {
    color: #ffffff;
}

.nav-side-menu ul .sub-menu li:before, .nav-side-menu li .sub-menu li:before {
    color: #ffffff;
}

.nav-side-menu li {
	/* background: #3c4854 none repeat scroll 0 0; */
	border-bottom: 1px solid #f3f3f3;
	/* border-left: 3px solid #2e353d; */
	padding-left: 0;
	line-height: 45px;
}

.nav-side-menu h3 {
	/*background-color: #f2f2f2;*/
	cursor: auto;
	display: block;
	font-size: 17px;
	line-height: 43px;
	margin: 0;
	padding: 4px 13px;
	text-align: left;
}

.nav-side-menu h3 .fa {
	padding-right: 11px;
}

.nav-side-menu li a {
	text-decoration: none;
	/*color: #e1ffff;*/
	font-size: 15px;
	/* font-weight: 300; */
	/*color: #212529;*/
}

.nav-side-menu li a i {
	padding-left: 10px;
	width: 20px;
	padding-right: 24px;
}

.nav-side-menu li:hover {
	border-right: 3px solid #3dbdd1;
}

.header-logo img {
	width: 33%;
	padding: 10px;
	padding-left: 0;
	margin-left: -16px;
}

@media (max-width: 767px) {
	.nav-side-menu {
		position: relative;
		width: 100%;
		margin-bottom: 10px;
	}
	.nav-side-menu .toggle-btn {
		display: block;
		cursor: pointer;
		position: absolute;
		right: 10px;
		top: 10px;
		z-index: 10 !important;
		padding: 3px;
		background-color: #ffffff;
		color: #000;
		width: 40px;
		text-align: center;
	}
	.brand {
		text-align: left !important;
		font-size: 22px;
		padding-left: 20px;
		line-height: 50px !important;
	}
}

@media (min-width: 767px) {
	.nav-side-menu .menu-list .menu-content {
		display: block;
	}
}


/* sidebar==end ====================================================== */


/* teacher Profile------------- */

.bg {
	background: #cce4fe;
}

.profile_middle_profile {
	/*  background: #fff none repeat scroll 0 0; */
	/*  margin: 0 20px; */
	padding: 0;
	margin-top: 10px;
}

.teacher_profile {
	/* background: #f8f8f8 none repeat scroll 0 0; */
	margin: 0;
	margin-top: 10px;
}

.label_holder {
	margin: 22px 12px;
}

.label_holder label {
	border-bottom: 1px solid #bfbfbf;
	color: #444;
	display: block;
	line-height: 29px;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 16px;
}

.label_holder>p {
	color: #000000;
	font-size: 14px;
	font-weight: 100;
	text-shadow: none;
	font-family: 'Poppins';
	font-weight: 300;
}

.teacher_image_sec {
	padding: 0 34px;
}

.label_holder img {
	margin-right: 6px;
}

.img_block {
	text-align: center;
	width: 100%;
	background: #FFF;
	box-shadow: #ded9d9 0px 0px 3px;
	margin-top: 10px;
}

.img_block>img {
	width: 100%;
}

.text_block {
	/* background: #cce4fe none repeat scroll 0 0; */
	padding: 13px 0;
}

.text_block>h2 {
	border-bottom: #ccc 1px solid;
	font-size: 22px;
	margin: 9px 10px;
	padding: 8px;
}

.text_block>span {
	color: #3a3a3a;
	display: block;
	padding: 1px 5px 11px 3px;
}

.text_block>strong {
	color: #d54e0a;
	display: block;
	font-size: 19px;
	font-weight: 100;
	padding: 1px 5px 11px 3px;
}

.showcasecarouselarea .customNavigation a {
	background: #3f3f3f none repeat scroll 0 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	height: 118px;
	line-height: 157px;
	margin-top: -118px;
	text-align: center;
	width: 37px;
}

.btn.prev {
	float: left;
	margin-left: -40px;
	padding: 0 2px;
}

.showcasecarouselarea .customNavigation a {
	background: #ccc none repeat scroll 0 0;
	color: #000;
	cursor: pointer;
	display: inline-block;
	font-size: 18px;
	height: 102px;
	line-height: 101px;
	margin-top: -95px;
	text-align: center;
	width: 37px;
	border-radius: 0;
}

.btn.next {
	float: right;
	margin-right: -40px;
	padding: 0 9px;
}

.owl-carousel .owl-item {
	float: left;
	width: 136px !important;
}

.showcasecarouselarea {
	background: #dde9f7 none repeat scroll 0 0;
	padding: 7px 41px;
	margin: 0 21px;
}

.slider_section {
	background: #fff none repeat scroll 0 0;
	margin: 0 auto;
	padding: 23px 4px 43px 3px;
	width: 100%;
}

.profilepnlleft {
	float: left;
	width: 290px;
}

.profilepnlleft .col-sm-3 {
	padding-left: 0;
	padding-right: 0;
}

.profile_middle_profile .col-sm-12 {
	padding-left: 0;
	padding-right: 0;
	/*border: #CCC 1px solid;*/
	/*margin-bottom: 35px;*/
	padding-bottom: 20px;
}

.profile_middle_profile {
	/* background: #ecf4ff none repeat scroll 0 0; user1 */
	background: #ecf4ff none repeat scroll 0 0; 
	padding: 0;
	float: left;
	width: calc(100% - 290px);
	min-height: 657px;
	padding-left: 30px;
}

.student_part {
	background: #f04f61 none repeat scroll 0 0;
	padding: 35px;
	text-align: center;
	height: 200px;
}

.student_part.logopart {
	background: #fff;
	border: 1px solid #000;
}

.student_part.logopart p {
	color: #000;
	font-size: 21px;
	padding-top: 6px;
}

.student_block {
	/* margin: 24px; */
	background: #fff;
	padding: 31px 11px 8px 11px;
}

.student_part.blue_part>p {
	font-size: 28px;
}

.student_part h1 {
	color: #fff;
	font-weight: 600;
	font-size: 42px;
}

.student_part p {
	color: #fff;
}

.student_part.blue_part {
	background: #3481d9 none repeat scroll 0 0;
	padding: 41px 10px;
}

.spacer {
	height: 45px;
	background: #222e3c!important;
}


/* parent_profile */

.my_kid_sec {
	padding: 40px 24px;
	background: #fff;
}

.my_kid_sec h2 {
	font-size: 23px;
	font-weight: 400;
}

.my_kid_block {
	background: #cce4fe;
	padding: 10px;
	position: relative;
	margin-top: 16px;
}

.my_kid_img {
	float: left;
	width: 16%;
	margin-right: 20px;
}

.my_kid_img img {
	width: 100%;
}

.my_kid_details {
	width: 40%;
	float: left;
}

.my_kid_details h3 {
	font-size: 20px;
	font-weight: 400;
	margin: 0;
}

.de_label_holder {
	margin-top: 11px;
}

.de_label_holder label {
	float: left;
	padding-right: 8px;
	color: #d74e08;
}

.de_label_holder p {
	color: #535353;
}

.my_kid_desig {
	float: left;
	width: 20%;
	padding-top: 45px;
}

.my_kid_go {
	width: 18%;
	float: left;
}

.close_cross {
	position: absolute;
	right: 18px;
	top: 11px;
}

.go_profile {
	background: #d74e08;
	color: #fff;
	padding: 6px 13px;
	position: absolute;
	right: 20px;
	bottom: 20px;
	font-size: 18px;
	font-weight: 400;
}

.go_profile:hover {
	background: #ef7739;
	color: #fff;
}


/* update profile */

.update_profile {
	background: #fff;
	margin: 26px 28px 0px 28px;
}

.grayfrombox.middlealign.nobackground {
	max-width: 80%;
	background: #fff;
}

.grayfrombox.middlealign.nobackground.change_pass {
	max-width: 90%;
}

.update_profile_heading {
	text-align: left;
	font-size: 26px;
	padding-top: 25px;
	color: #d85314;
	/* font-weight: 600; */
}

.update_profile_heading img {
	margin-right: 10px;
	margin-top: -9px;
}

.profile_image {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #999;
	border-radius: 7%;
	margin: 14px;
	padding: 0;
	position: relative;
	text-align: center;
	width: 22%;
	margin: 0 auto;
}

.profile_image img {
	border: 0px solid #fff;
	border-radius: 6%;
	width: 100%;
}

.edit_third {
	border-radius: 54px;
	bottom: -13px;
	color: #6d6d6d;
	font-size: 25px;
	height: 39px;
	padding: 6px;
	position: absolute;
	right: -18px;
	text-align: center;
	width: 41px;
	background: #fff;
	font-size: 20px;
	/* left: 15px; */
	box-shadow: 2px 2px 3px #999;
}

.edit_third label {
	cursor: pointer;
}

.edit_third input {
	display: none;
}

.nobackground h2 {
	font-size: 18px;
	line-height: 100%;
	color: #333;
	padding-bottom: 13px;
	font-weight: 500;
	border-bottom: 1px solid #e6e6e6;
	padding-top: 13px;
	text-align: left;
	padding-left: 30px;
	clear: both;
	border-top: 1px solid #e6e6e6;
	/* margin-top: 36px; */
	margin-bottom: 17px;
}

.nobackground .formbox .ttl {
	font-size: 15px;
	text-align: left;
	line-height: 100%;
	padding-bottom: 11px;
	color: #4f4f4f;
	padding-top: 7px;
	font-weight: bold;
}

.button.full.right {
	/* float: right; */
	/* right: 0; */
	/* text-align: right; */
	float: right;
	text-transform: none;
	font-size: 23px;
}

.black_ {
	color: #333!important;
	/* vertical-align: -1px; */
}

.pass_block {
	width: 60%;
}

.change_pass p {
	text-align: justify;
	font-size: 12px;
	color: #034c67;
}

.pass_holder {
	padding: 10px 0;
}

.pass_holder label {
	float: left;
	width: 40%;
	text-align: left;
	font-size: 17px;
	font-weight: 400;
	line-height: 38px;
}

.pass_holder input {
	float: left;
	width: 60%;
	text-align: left;
	font-size: 14px;
	font-weight: 400;
	height: 34px;
	border: 1px solid #d7d7d7;
	border-radius: 0;
}


/* Basic */

.link_sec {
	border-bottom: 1px solid #222;
	padding-top: 20px;
	margin-bottom: 12px;
	margin: 12px 15px;
}

.link_sec ul {
	text-align: center;
}

.link_sec li {
	display: inline-block;
	padding: 3px 29px;
}

.link_sec li a {
	font-size: 20px;
	color: #222;
	padding: 0px 27px;
}

.active3 a {
	color: #222 !important;
	border-bottom: 4px solid #222;
	padding: 0 15px;
	font-weight: 400;
	font-family: 'Poppins';
}

.grayfrombox.no_bg {
	background: transparent;
	max-width: 100%;
}

.grayfrombox.no_bg .col-sm-6 {
	padding: 0;
}

.ttl_half {
	width: 50%;
	float: left;
	font-size: 16px;
	/* color: #d74e08; */
	font-weight: 500;
}

.fld.fld_half {
	width: 50%;
	float: left;
}

.formRow.formRow2 {
	padding: 14px 5px;
}

.formRow.formRow2 select {
	border-radius: 0;
	line-height: 18px;
	height: 35px;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
}

.terms_date_sec {
	padding: 3px 24px;
	/* background: #fff; user1 */
}


/* --- */

.ttl_half_short {
	width: 25%;
	float: left;
	/* color: #d74e08; */
	font-size: 16px;
	padding-top: 5px;
}

.fld.fld_half input {
	height: 37px;
	border: 1px solid #ccc;
	border-radius: 0;
	border-radius: 5px;
}

.formRow.formRow3 {
	padding: 6px 0px;
	width: 41%;
	float: left;
}

.terms_date_sec h2 {
	font-size: 20px;
	color: #175ba6;
	font-weight: bold;
}

.terms_block h3 {
	color: #1c1c1c;
	font-size: 17px;
	font-weight: bold;
}

.terms_block {
	border-bottom: 1px solid #acc7dc;
	position: relative;
}

.terms_block:last-child {
	border-bottom: 0px solid #acc7dc;
}

.button.full.middle {
	margin: 0 auto;
	display: inline-block;
	margin: 24px auto;
	font-size: 20px;
	font-weight: 400;
	width: 20%;
}

#account-menu .account-menu-title {
	background: #d74e08 none repeat scroll 0 0;
	border-radius: 26px;
	color: #fff;
	display: block;
	height: 34px;
	line-height: 34px;
	margin-left: 6px;
	padding: 0px 19px;
	text-align: center;
	transition: all 0.3s ease 0s;
	/* width: 94px; */
	font-size: 14px;
	font-weight: bold;
}

#account-menu .account_login {
	background: transparent;
	border-radius: 26px;
	color: #000;
	display: block;
	height: 34px;
	line-height: 34px;
	/* margin-left: 6px; */
	/* padding: 0px 19px; */
	text-align: right;
	transition: all 0.3s ease 0s;
	/* width: 94px; */
	font-size: 14px;
	font-weight: bold;
}

#account-menu .account_login .fa {
	padding-left: 39px;
}

#account-menu .account_login span {
	width: 20px;
	height: 20px;
	border-radius: 50%;
}

.account_login span img {
	width: 13%;
	border-radius: 50%;
}

.ttl_half.black_col {
	color: #1d1d1d;
}

.period_details {
	background: #fff;
	font-size: 20px;
	font-weight: 600;
	text-align: left;
	padding: 20px;
}

.formbox.nopadding {
	padding: 0;
}

.start_endtime {
	width: 61%;
	padding-bottom: 25px;
}

.start_time {
	width: 50%;
	float: left;
}

.end_time {
	width: 50%;
	float: left;
}

.start_time h4 {
	font-weight: 600;
}

.end_time h4 {
	padding-left: 15px;
	font-weight: 600;
}

.time_block {
	background: #175ba6;
	padding: 17px;
}

.s_home {
	display: inline-block;
	width: 49%;
	margin-top: 15px;
}

.s_home>li {
	padding: 8px 0;
	font-size: 20px;
	color: #333;
}

.s_home>li .fa {
	border: 1px solid #d74e08;
	border-radius: 40px;
	color: #fff;
	font-size: 15px;
	height: 35px;
	margin-right: 7px;
	padding: 9px;
	text-align: center;
	width: 35px;
	background: #d74e08;
}

.s_home a {
	color: #333;
}

.oth_sub {
	bottom: -22px;
	left: 0;
	position: absolute;
	z-index: 9;
}

.oth_sub2 {
	bottom: -22px;
	left: 0;
	position: absolute;
	z-index: 9;
}


/* more less start */

.more_text {
	position: absolute;
	right: 25px;
	font-size: 12px;
	font-weight: 600;
}

.less_text {
	position: absolute;
	right: 25px;
	font-size: 12px;
}

.all_subject {
	height: 40px;
	overflow: hidden;
}

.all_subject.all {
	height: auto;
}


/* .all_subject p:first-child{display:block;}.all_subject.all p{display:block;} */


/*more less end */

.singleinnrcontsarea.loginBox {
	max-width: 430px;
	margin: 0 auto;
	padding-bottom: 60px;
}

.singleinnrcontsarea.loginBox .grayfrombox {
	width: 100%;
	max-width: 100%;
	padding-top: 22px;
	padding-bottom: 0;
	border-radius: 12px;
}

.singleinnrcontsarea.loginBox .button {
	padding-left: 20px;
	padding-right: 20px;
}

.singleinnrcontsarea.loginBox .agree,
.singleinnrcontsarea.loginBox .agree p {
	padding-left: 0;
	text-align: center;
}

.singleinnrcontsarea.loginBox .agree {
	margin-top: 12px;
}

.singleinnrcontsarea.loginBox .agree a:hover {
	text-decoration: none;
}

.singleinnrcontsarea.loginBox .heading1 {
	padding-bottom: 20px;
}

.newUser {
	display: block;
	padding: 2px 12px 4px 12px;
	background-color: #1d3440;
	margin: 16px 0 0 0;
	border-radius: 0 0 12px 12px;
}


/* 23-08-2017 (dilip) */

.citizenChoose {
	display: block;
}

.fld2 .citizenChoose p {
	float: left;
	padding-top: 4px;
	padding-left: 0;
	margin-left: 12px;
}

.formRdo {
	display: inline-block;
	vertical-align: top;
	margin: 3px 10px 0 0;
	position: relative;
}

.formRdo input {
	position: absolute;
	top: 0;
	left: 0 !important;
	width: 1px;
	height: 1px;
	opacity: 0;
	display: none;
}

.formRdo span {
	position: relative;
	padding-left: 25px;
	cursor: pointer;
	line-height: 20px;
	display: inline-block;
	color: #fff;
	/* margin-top: 1px; */
}

.formRdo span:before {
	content: '';
	position: absolute;
	left: 0px;
	top: -2px;
	width: 23px;
	height: 23px;
	border: 2px solid #fff;
	border-radius: 100%;
	background: #aeb3b5;
}

.formRdo span:after {
	content: '';
	width: 17px;
	height: 17px;
	background: #441694;
	position: absolute;
	top: 1px;
	left: 3px;
	border-radius: 100%;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	display: none;
	border: #350884 3px solid;
}

.formRdo input:checked+span:after {
	display: block;
}

.ttl.left_sec {
	padding-right: 10px;
}

.fld.right_sec.fullwidth {
	width: 49%;
}

.formboxRw {
	display: block;
	margin: 0 -15px;
}

.selectRw>.SumoSelect>.CaptionCont {
	display: none;
}


/*uttam start*/


/*.withmenucolaps {	position:relative;}.menuarea {	position:relative;	overflow:hidden;	width:270px;}.menuarea .navList {	position:relative;	left:-220px;}.menuarea:hover .navList {	left: 0;    -webkit-transition: all 1s ease;    -moz-transition: all 1s ease;    -o-transition: all 1s ease;    -ms-transition: all 1s ease;    transition: all 1s ease;}*/

.middlecontnew {
	padding: 0;
}

.navList li {
	display: block;
	padding: 0;
	margin: 0;
}

.navList li a {
	background: #3c4854 none repeat scroll 0 0;
	border-bottom: 1px solid #656e77;
	border-left: 4px solid #2e353d;
	padding: 0 16px 0 6px;
	line-height: 45px;
	color: #e1ffff;
	display: block;
}

.navList>li.active>a,
.navList>li>a:hover {
	border-left-color: #d19b3d;
	background-color: #4f5b69;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.navList ul li {}

.navList li a i {
	padding-left: 10px;
	width: 20px;
	padding-right: 24px;
}

.navList ul li a {
	background-color: #222e3c;
	border-color: -moz-use-text-color -moz-use-text-color #656d78;
	border-width: medium medium 1px;
	line-height: 43px;
	margin-left: 0;
	padding-left: 50px;
	border-bottom: 1px solid #656e77;
	display: block;
}

.navList ul>li.active>a,
.navList ul li a:hover {
	background-color: #020203;
	border-left-color: #d19b3d;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.navList ul li a:before {
	font-family: FontAwesome;
	content: "\f105";
	display: inline-block;
	padding-left: 10px;
	padding-right: 10px;
	vertical-align: middle;
}

.navList>li>ul {
	display: none;
}

.navList span.arrow {
	position: absolute;
	right: 5px;
}

.checkico {}

.theico {
	border: 2px solid #DB541C;
	width: 19px;
	height: 19px;
	border-radius: 100%;
	position: relative;
	display: inline-block;
	margin: 0 4px 0 0;
	top: 3px;
}

.theico::after {
	display: none;
	content: "";
	background-color: #DB541C;
	width: 7px;
	height: 7px;
	border-radius: 100%;
	position: absolute;
	left: 4px;
	top: 4px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

input[type="radio"]:checked+.checkico .theico::after {
	display: block;
}

.ucinline_block {
	display: inline-block !important;
}

.gpl5 {
	margin-left: 5px;
}

.input-group-addon.nobg {
	background-color: #fff;
	border-left: 0 none !important;
	margin: 0;
	position: relative;
	left: -2px;
	z-index: 2;
	font-size: 19px;
	color: #444444;
}

.addbtn {
	background-color: #686868;
	border-color: #686868;
	border-radius: 0;
	color: #ffffff;
	padding: 10px 26px;
}

.savbbtn {
	background-color: #441694;
	border-color: #441694;
	border-radius: 0;
	color: #ffffff;
	padding: 5px 46px;
	margin: auto;
	border-radius: 20px;
	box-shadow: rgba(151, 120, 204, 0.78) 0px 0px 18px 0px;
	font-family: 'Poppins';
}

.formstyluc .form-control {
	border-radius: 0;
	box-shadow: none;
	border-color: #CDD0E3;
}

.createevent {
	background: #d95314;
	color: #FFF;
	font-size: 18px;
	/* float: right; */
	margin: 10px;
}

.opnlmenu {
	display: none;
}

.menucolps .opnlmenu {
	display: inline-block;
	position: absolute;
	right: 0;
	top: 0;
	color: #4e4e4e;
	font-size: 26px;
	line-height: 0px;
	background-color: #fff;
	width: 40px;
	height: 32px;
	z-index: 9;
	border: 0 none;
	margin: 9px;
	text-align: center;
}

.opnlmenu .fa-angle-right {
	display: none;
}

.menucolps .nav-side-menu {
	position: relative;
	overflow: hidden;
}

.menucolps .icol {
	position: absolute;
	height: 47px;
	width: 49px;
	display: table;
	vertical-align: middle;
	text-align: center;
	top: 0;
	left: 0;
}

.showleftmenu .menucolps .icol {
	width: 39px
}

.menucolps .v-center {
	height: 100%;
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.menucolps .nav-side-menu h3 .fa,
.menucolps .nav-side-menu li a i {
	width: 100%;
	padding: 0;
}

.menucolps .nav-side-menu h3,
.menucolps .nav-side-menu .brand,
.menucolps .nav-side-menu li a {
	display: block;
	position: relative;
	padding-left: 39px;
	min-height: 47px;
}

.menucolps .sub-menu li a {
	display: inline-block;
	padding-left: 0;
}

.menucolps .nav-side-menu h3 .icol {
	height: 55px;
}

.menucolps .nav-side-menu .arrow {
	display: none;
}

.showleftmenu .nav-side-menu .arrow {
	display: inline-block;
	float: right;
}

.menucolps .mtxt {
	position: relative;
	display: none;
}

.showleftmenu .mtxt {
	position: relative;
	left: inherit;
	display: inline-block;
}

.menucolps .nav-side-menu {
	width: 100%;
}

.showleftmenu .nav-side-menu {
	width: auto;
}

.menucolps .profilepnlleft .col-sm-3 {
	width: 100%;
}

.menucolps .profilepnlleft {
	width: 54px;
}

.showleftmenu .profilepnlleft {
	width: 290px;
}

.menucolps .profile_middle_profile {
	width: 94%;
}

.showleftmenu .profile_middle_profile {
	width: 74%;
}


/*end uttam css*/

.calendermenu {
	position: relative;
	text-align: center;
	padding: 10px 0px 0px 0px;
	margin: 0px 15px 0px 0px
}

.calendermenu h1 {
	font-size: 28px;
	text-align: center;
}

.calendar {
	width: 100%
}

.calendar td {
	width: 14%;
	text-align: center
}

.calendar-row .calendar-day-head {
	background: #175ba6;
	padding: 15px 0px;
	color: #FFF;
	font-size: 20px;
}

.calendar-row .calendar-day-np,
.calendar-row .calendar-day {
	border: 0;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	box-shadow: rgba(228, 228, 228, 0.62) 0px 2px 2px 0px;
	padding: 5px;
}

.monthlycalenderheading {
	font-size: 24px;
	text-align: center;
	padding: 20px 0px 0px 0px;
	position: relative;
}

.monthlycalenderheading span {
	padding: 0px 10px
}

.menuforcalender {
	position: absolute;
	width: 300px;
	right: 0;
	top: 23px;
}

.menuforcalender li {
	width: 25%;
	float: left;
	border: #CCC 1px solid;
	padding: 7px;
}

.menuforcalender li.active {
	background: #175ba6;
	color: #FFF
}

.weeklycalender .calendar-row .calendar-day-head {
	background: #f8f8f8;
	padding: 15px 0px;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	border: #CCC 1px solid;
}

.weeklycalender .calendar-row .calendar-day-head1 {
	background: #f8f8f8;
	padding: 15px 0px;
	color: #000;
	font-size: 15px;
	font-weight: 600;
	border: #CCC 1px solid;
}

.weeklycalender .calendar-row .calendar-day-head span {
	display: block
}

.calendar-day {}

.calendar-day span {
	color: #000;
	font-size: 15px;
	line-height: 21px;
	font-weight: normal;
	display: block;
}

.calendar-day .event {
	text-align: left;
	color: #000;
	font-size: 13px;
	font-weight: 600;
}

.calendar-day .topicname {
	padding-bottom: 3px;
	font-weight: normal;
}

.calendar-day .topicname .fa {
	font-size: 10px;
	padding-right: 5px;
}

.secschedule {
	font-family: 'Lato', sans-serif;
	padding: 30px 15px;
}

.shedulmenu {
	border-bottom: 1px solid #222;
	margin: 0 0 9px;
	font-family: 'Poppins';
}

.shedulmenu li {
	padding: 0 20px;
}

.shedulmenu li a {
	color: #3c4854;
	font-size: 20px;
	line-height: 26px;
	font-weight: normal;
	padding: 0 18px;
	display: block;
	position: relative;
}

.shedulmenu li a::after {
	width: 0;
	height: 3px;
	background-color: #222;
	display: block;
	content: "";
	position: relative;
	bottom: 0;
	margin: auto;
	transition: all 0.2s ease-out;
	-webkit-transition: all 0.2s ease-out;
}

.shedulmenu li a:hover {
	color: #222;
}

.shedulmenu li a.active {
	color: #222;
	font-weight: 500;
	font-family: 'Poppins';
}

.shedulmenu li a.active:after,
.shedulmenu li a:hover:after {
	width: 99.99%;
}

.schTitle {
	color: #333333;
	font-size: 21px;
	line-height: 27px;
	font-weight: bold;
	display: block;
	margin: 0 0 0px;
	background-color: #f8f8f8;
	padding: 12px 0;
	text-align: center;
}

.selsubTitle {
	color: #000000;
	font-size: 19px;
	line-height: 25px;
	font-weight: normal;
	display: block;
	margin: 0;
	padding: 12px 0 16px;
	text-align: center;
}

.daystatus li {
	position: relative;
	padding-right: 110px;
	height: 33px;
	margin: 0 0 9px;
}

.daystatus li p {
	color: #333333;
	font-size: 16px;
	line-height: 22px;
	font-weight: normal;
	margin: 0;
	padding: 5px 0;
}

.btnright {
	min-width: 101px;
	/* height: 33px; */
	background-color: #175ba6;
	border-color: #175ba6;
	position: absolute;
	right: 0;
	top: 0;
	padding: 5px 20px;
	border-radius: 60px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
}

.btnselectsub {
	/* background-color: #d74e08; */
	/* border-color:#d74e08; */
}

.daycont {
	padding: 10px 22px 1px;
	background-color: #ffffff;
}

.acordico {
	background: transparent url("../images/arrow-dwn.png") no-repeat center center;
	width: 19px;
	height: 11px;
	position: absolute;
	display: block;
	right: 32px;
	top: 18px;
}

.shwtab .acordico {
	background-image: url("../images/arrow-up.png");
}

.scheduletab>li {
	margin: 0 0 5px;
}

.scheduletab>li>a {
	position: relative;
	padding: 9px 56px 9px 21px;
	font-size: 19px;
	line-height: 25px;
	font-weight: normal;
	display: block;
	background-color: #9E9E9E;
	color: #ffffff;
}

.daycont {
	display: none;
	margin-bottom: 11px;
}

.shwtab .daycont {
	display: block;
}

.leftshedule {
	float: left;
	width: 56.2%;
}

.rightschedule {
	float: left;
	width: 43.8%;
	background-color: #ffffff;
	min-height: 300px;
	padding: 7px 7px 15px 14px;
	box-shadow: inset 6px 2px 13px rgba(0, 0, 0, 0.13);
	-o-box-shadow: inset 6px 2px 13px rgba(0, 0, 0, 0.13);
	-ms-box-shadow: inset 6px 2px 13px rgba(0, 0, 0, 0.13);
	-webkit-box-shadow: inset 6px 2px 13px rgba(0, 0, 0, 0.13);
	-moz-box-shadow: inset 6px 2px 13px rgba(0, 0, 0, 0.13);
}

.serradio {
	font-size: 17px;
	line-height: 23px;
	color: #333333;
	font-weight: normal;
	border: 1px solid #dbe5ee;
	background-color: #f7f9fb;
	margin-bottom: 6px;
	display: block;
	height: 48px;
	overflow: hidden;
	border-radius: 0;
	padding: 12px 15px 12px 65px;
	position: relative;
}

.checkme {
	position: absolute;
	left: 23px;
	top: 14px;
}

.checkme i {
	position: absolute;
	top: 4px;
	color: #3aa3f8;
}

.toff {
	display: block;
}

input[type="radio"]:checked+.checkme .toff,
input[type="checkbox"]:checked+.checkme .toff,
.toon {
	display: none !important;
}

input[type="radio"]:checked+.checkme .toon,
input[type="checkbox"]:checked+.checkme .toon {
	display: block !important;
}

.scheduletabinfo {
	display: none;
}

.scheduletabinfo .button {
	margin-top: 10px;
}

.calendar-day .event_details {
	width: 100%;
	display: block;
	font-size: 13px;
	line-height: 23px;
	border: 1px solid #000;
	margin: 3px 0 0;
	border-radius: 4px;
}

.calendar-day .event_details:empty {
	display: none;
}

.calendar-day .createevent {
	background: none;
	position: absolute;
	bottom: 0;
	right: 0;
	color: #000;
	font-size: 12px;
	line-height: 18px;
	margin: 15px 0 0;
	display: inline-block;
	padding: 3px 10px;
}

.weeklycalender .calendar-row .calendar-day,
.weeklycalender .calendar-row .calendar-day-head {
	width: 12%;
}

/*.weeklycalender .calendar-row .calendar-day,
.weeklycalender .calendar-row .calendar-day-head1 {
	width: 17%;
}*/

.weeklycalender .calendar-row .calendar-day:first-child,
.weeklycalender .calendar-row .calendar-day-head:first-child {
	width: 90px !important;
	max-width: 90px !important;
	min-width: inherit !important;
	letter-spacing: 0 !important;
	text-align: center;
}

.weeklycalender .calendar-row .calendar-day:first-child div,
.weeklycalender .calendar-row .calendar-day-head:first-child div {
	width: 100% !important;
	font-size: 16px;
	line-height: 24px;
}

#addnewtimeModal .form-inline .form-group {
	width: 42%;
}

.evbox {
	width: 100%;
	/* border: 2px solid #d2d2d2; */
	background-color: #ffffff;
	padding: 6px 2px;
	float: left;
}

.daynumber {
	color: #464646;
	text-align: left;
	font-weight: bold;
	font-size: 23px;
	line-height: 23px;
	line-height: 23px;
}

.row6 {
	margin-left: -6px;
	margin-right: -6px;
}

.colorct {
	display: inline-block;
	margin: 0 0 5px;
}

.colorct li {
	width: 12px;
	height: 15px;
	margin: 0 4px;
	float: left;
	background-color: #5b5b5b;
}

.icontxt {
	margin: auto;
}

.icontxt.pull-left {
	padding: 0 6px 7px;
	width: 50%;
	min-height: 60px;
}

.icontxt span {
	display: block;
	color: #696969;
	font-size: 12px;
	line-height: 18px;
}

.cancelbtn {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c;
	margin-right: 5px;
}

.btnncolor {
	margin: -6px 0 0;
	position: relative;
	border: 1px solid #d74e08;
	padding: 0;
}

.shwcolor {
	display: inline-block;
	height: 25px;
	position: relative;
	top: 5px;
	width: 30px;
	margin: 0;
	left: 4px;
}

.choosecolormodal {
	z-index: 999;
	background-color: rgba(0, 0, 0, 0.6);
}

.paneltitle {
	background-color: #ffc001;
	color: #000;
	font-weight: bold;
	font-size: 22px;
	line-height: 28px;
	padding: 10px 19px;
}

.rightinfosec {
	border: 1px solid #cbcfd0;
	width: 68%;
	float: right;
}

.rcontsec {
	padding: 13px 18px;
	background-color: #fff;
	/* border-right: #; */
}

.twoctcont {
	margin: 20px 0;
	border: #CCC 1px solid;
	padding: 0px;
}




.twocontwrp {
	margin-top: 35px;
}

.clyelow {
	color: #fac000;
}

.claotuset {
	width: 225px;
	background-color: #fff;
	border: 1px solid #ccd0d1;
	padding: 16px;
	text-align: center;
	position: relative;
}

.claotuset::after {
	background: transparent url(../images/arrow_period.png) no-repeat center center;
	display: block;
	content: "";
	width: 18px;
	height: 18px;
	position: absolute;
	top: 17px;
	right: -16px;
}

.claotuset p {
	color: #434343;
	font-size: 15px;
	line-height: 21px;
	font-weight: normal;
}

.claotuset h5 {
	color: #d85414;
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	margin: 0;
}

.claotuset i {
	color: #125ca3;
}

.middlecontnew.rightsecct .calenderpage {
	width: auto;
}

.leftmenusec {
	width: 24.5%;
	float: left;
}

.rightsecct {
	width: 75.5%;
	float: left;
}

.newwrapper {
	width: 1210px;
	max-width: 100%;
	margin: auto;
}

.gptb {
	padding: 20px 0;
}

.txtred {
	color: red;
}

.statusbar {
	margin: 0;
	padding: 17px;
	border: 1px solid #cdd1d0;
	background-color: #fff;
}

.statusbar li:first-child {
	padding-left: 0;
}

.statusbar li:first-child:before {
	display: none;
}

.statusbar li {
	color: #595959;
	font-size: 16px;
	float: left;
	padding: 0 0 0 44px;
	margin: 0;
	position: relative;
}

.statusbar li::before {
	display: block;
	content: "";
	height: 14px;
	width: 1px;
	background-color: #878787;
	position: absolute;
	left: 22px;
	top: 4px;
}

.txtgreen {
	color: #00b44a;
}

.txtgrey {
	color: #a1a1a1;
}

.colrsmbx {
	background-color: #9ed5c0;
	width: 17px;
	height: 17px;
	display: inline-block;
	margin: 0 3px -2px 0;
}

.statusbar li i {
	font-size: 90%;
	line-height: 0;
	margin-right: 3px;
}

.icodv {
	position: relative;
	padding-left: 26px;
}

.chekme {
	width: 26px;
	position: absolute;
	left: 0;
	top: 5px;
}

.chekme i {
	position: absolute;
	top: 0;
	left: 0;
}

.offit,
input[type="checkbox"]:checked+.chekicon .on,
.offit {
	display: none !important;
}

input[type="checkbox"]:checked+.chekicon .offit {
	color: #00ae53;
	display: block !important;
}

.txtsmmt {
	color: #575757;
	font-size: 14px;
	line-height: 20px;
	font-weight: normal;
}

span.taggs {
	background-color: #e7e7e7;
	padding: 4px 8px;
	border-radius: 8px;
	margin-left: 18px;
	display: inline-block;
}

.secsTitle {
	color: #185ca7;
	font-weight: bold;
	margin: 0 0 6px;
	font-size: 16px;
	line-height: 22px;
}

.row12 {
	margin-left: -12px;
	margin-right: -12px;
}

.showtimegap {
	background-color: #175ba6;
	color: #ffffff;
	font-size: 18px;
	line-height: 24px;
	margin: 0 0 10px;
	text-align: left;
	width: 100%;
	padding: 17px 20px;
}

.showtimegap p {
	margin: 0;
}

.homeworkbox .icodv {
	display: inline-block;
	float: left;
}

.homeworkbox .progress {
	width: 580px;
	float: right;
	margin-left: 20px;
	height: 10px;
	border-radius: 0;
	overflow: inherit;
	position: relative;
}

.newprogrs .progress {
	width: 100%;
	height: 10px;
	border-radius: 0;
	overflow: inherit;
	margin: 7px 0 30px;
	position: relative;
}

.newprogrs .progress .progress-bar,
.homeworkbox .progress .progress-bar {
	background-color: #018DE4;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.link {
	color: inherit;
	text-decoration: none;
	cursor: pointer;
}

.infolist p strong {
	width: 37%;
	display: inline-block;
}

.statusprogs {
	position: absolute;
	text-align: right;
	min-width: 99px;
	top: 11px;
	left: 0;
}

.statusprogs .sr-only {
	position: relative;
}

.choseprogres .btn-warning {
	margin: -8px 0 0 10px;
}

.btnncolor .btnselectsub {
	position: static;
	float: right;
	margin: 0 0 0 9px;
	min-width: inherit;
	padding: 6px 9px;
}

.teacherchoose {
	position: absolute;
	margin: 0;
	background-color: #d9e3ed;
	padding: 1px 10px;
	right: 130px;
	top: 0;
	height: 100%;
}

.teacherchoose p {
	font-size: 13px;
	line-height: 19px;
	margin: 0;
	padding: 0;
}

.teacherchoose select {
	width: 100px;
	box-shadow: none;
	border-radius: 0;
	height: 21px;
	padding: 0;
	border: 1px solid #d9e3ed;
}

.triggertechermodal {
	display: block;
	opacity: 0;
	position: fixed;
	bottom: 0;
	left: 0;
}

.showteacherchangemodal .btnselectsub {
	font-size: 15px;
	line-height: 26px;
	margin: 4px 0;
}

.showteacherchangemodal {
	background-color: rgba(0, 0, 0, 0.6);
}

.showteacherchangemodal .modal-dialog {}

.btnwrp {
	margin: 0 -4px;
}

.marginb10 {
	margin-bottom: 10px;
}

.fld_twenty {
	width: 20%;
	float: left;
	font-size: 15px;
	/* color: #d74e08; */
	font-weight: bold;
}

.align-center {
	text-align: center
}

a.skipbutton {
	margin-top: 36px;
	margin-left: 40px;
	background: #666;
	border: #666 1px solid;
}

.termsclose {
	position: absolute;
	right: 0;
	top: 40px;
	font-size: 24px;
	color: #F00;
	cursor: pointer
}

.paddingt20 {
	padding-top: 20px;
}

.btnaction {
	font-size: 18px;
	margin: 0px 5px;
}

.sucess {
	background: #45c34b;
	padding: 10px 10px;
	max-width: 500px;
	margin: auto;
	text-align: center;
	border-radius: 10px;
	font-weight: 400;
	color: #FFF;
	font-size: 16px;
}

.floatright {
	float: right
}

.mylesson {}

.mylesson .mylessoneach {
	box-shadow: #eae1fb 0px 0px 8px 0px;
	margin: 10px 0px;
	padding: 20px;
}

.mylesson .mylessoneach .typeofevent {
	background: #000;
	color: #FFF;
	padding: 6px 20px;
	border-radius: 230px;
	font-family: 'Poppins';
}

.mylesson .mylessoneach .duedate {
	background: #04d28f;
	color: #FFF;
	padding: 2px 20px;
	border-radius: 20px;
	display: inline-block;
	margin-left: 20px;
	margin-bottom: 7px;
}

.mylesson .mylessoneach .shorttext {
	text-align: center;
	display: block;
	padding-top: 5px;
}

.mylesson .mylessoneach .listtitle {
	font-size: 14px;
	padding: 0px 13px;
	font-family: 'Poppins';
	font-weight: 500;
}

.mylesson .mylessoneach .button {
	padding: 4px 19px;
	font-size: 12px;
	line-height: 1.2;
}

.aligncenter {
	text-align: center
}

.p10 {
	padding: 10px 0px
}

#sucessDiv span {
	background: #38e08b;
	margin: auto;
	width: 60%;
	display: block;
	padding: 8px 20px;
	color: #FFF;
	text-align: center;
	font-family: 'Poppins';
	font-size: 13px;
	border-radius: 5px;
}

.mylesson .mylessoneach .tasktitle {
	font-size: 16px;
	padding: 5px 0px;
	font-family: 'Poppins';
	font-weight: 500;
}

.mylesson .mylessoneach .listtitle:last-child {
	display: block;
	margin-top: 12px;
}

.mylesson .mylessoneach .eachtasklist {
	border-left: #34b738 4px solid;
	padding-left: 10px;
	margin-bottom: 10px;
}

.mylesson .mylessoneach .eachtasklisttittle {
	display: inline-block;
	width: 70%;
}

.mt30 {
	margin-top: 30px
}

.mylessoneachlleft {
	float: left;
	width: 70%
}

.radio-label-wraper {
	list-style: none;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	align-items: center;
}

.radio-label-wraper li {
	padding: 10px;
	width: 25%;
	text-align: center;
}

.radio-label-wraper li p {
	color: #5d5d5d;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin-bottom: 0;
}

.radio-label {
	width: 100%;
	height: 122px;
	position: relative;
	border-radius: 100%;
	cursor: pointer;
	background-color: #fff;
}

.radio-label>input {
	position: absolute;
	left: 60px;
	top: 60px;
}

.radio-label .radio-check-mark {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border-radius: 50%;
	background-color: #fff;
	box-shadow: 0px 0px 25px #f1ecec;
}

.radio-label .radio-check-mark span.radio-icon-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	border-radius: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.radio-label input:checked~.radio-check-mark,
.radio-label:hover span.radio-icon-wrap {
	background-color: #441694;
	box-shadow: rgba(68, 22, 148, 0.42) 0px 0px 4px 2px;
}

.radio-label input:checked~.radio-check-mark p,
.radio-label:hover p {
	color: #FFF;
}

#createeventstep2 {
	display: none
}

.teacolorct li {
	width: 100%;
	font-size: 12px;
	max-height: 38px;
	overflow: hidden;
	min-height: 23px;
	color: #000;
	line-height: 14px;
	padding: 4px;
	text-align: left;
}

.calendar-day .teacolorct .event_details {
	border: 0;
	line-height: 13px;
	font-size: 11px;
	text-overflow: ellipsis;
	/* width: 100%; */
	white-space: nowrap;
	overflow: hidden;
	width: 140px;
}

.update_profile.monlycalender {
	margin: 26px 8px 0px 10px;
}

.update_profile.monlycalender {
	margin: 26px 8px 0px 10px;
}

.teacher_daily_cal .col-sm-7,
.teacher_daily_cal .col-sm-5 {
	padding: 0;
	margin: 0;
}

.teacher_daily_cal h3 {
	background: #eeeeef;
	padding: 0;
	margin: 0;
	color: #000;
	padding: 10px;
	font-size: 16px;
	font-weight: 600;
}

.borderleft {
	border: #CCC 1px solid;
}

.taskticon {
	background: url("../images/list.svg") no-repeat left center;
	padding-left: 30px;
	background-size: 16px 16px;
}

.lesson_icon {
	background: url("../images/book.svg") no-repeat left top;
	padding-left: 31px;
	font-weight: 600;
	font-size: 17px;
	border-bottom: #CCC 1px solid;
	padding-bottom: 8px;
	background-size: 22px 20px;
}

.daily_cal_right {
	padding: 10px;
    padding-left: 15px;
}

.daily_cal_right ul li a {
	color: #018de4;
	font-weight: 600;
	padding-bottom: 7px;
	display: block;
	font-size: 13px;
}

.taskticon .button {
	padding: 1px 30px;
}

.teacher_hourly_cal .teacher_daily_cal {
	display: none
}

.teacher_hourly_cal .teacher_daily_cal:first-child {
	display: block
}

.cal_nagivation {
	display: block;
	text-align: center;
	background: #000000;
	padding: 10px;
	font-weight: bold;
	color: #FFF;
}

.cal_nagivation .prevdiv {
	float: left;
	color: #FFF;
}

.cal_nagivation .nextdiv {
	float: right;
	color: #FFF;
}


/*08/03/2019*/

.resource-radio-btn {
	position: relative;
}

.resource-radio-btn span.check-mark {
	display: inline-block;
	padding: 6px 5px;
	background-color: transparent;
	color: #fff;
	border-radius: 3px;
	min-width: 111px;
	text-align: center;
	font-size: 17px;
	color: #441694;
	border: 1px solid #441694;
	cursor: pointer;
}

.resource-radio-btn input:checked~span.check-mark {
	color: #fff;
	background-color: #441694;
}

.resource-type li {
	display: inline-block;
	margin-right: 10px;
}

.type-details-box span.nb {}

.upload-label {
	position: relative;
	position: relative;
	background-color: #441694;
	color: #fff;
	display: inline-block !important;
	padding: 10px;
	min-width: 175px;
	text-align: center;
	border-radius: 5px;
	cursor: pointer;
}

.upload-label input[type=file] {
	position: absolute;
	width: 5px;
	height: 5px;
	opacity: 0;
}

.upload-label i {
	margin-right: 7px;
}

.type-details {
	display: none;
}

.type-details.active {
	display: block !important;
}

.verified-type {
	position: relative;
}

.verified-type input {
	position: absolute;
	opacity: 0;
}

label.verified-type {
	display: inline-block;
	vertical-align: middle;
	margin-right: 17px;
	font-size: 15px;
}

.verified-type span.check-mark {
	position: relative;
	width: 20px;
	height: 20px;
	border: 2px solid #d95314;
	display: inline-block;
	border-radius: 50%;
	margin-right: 5px;
	top: 3px;
}

.verified-type input:checked~span.check-mark:after {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #d95314;
	position: absolute;
	left: 3px;
	top: 3px;
}

.paid-group span {
	font-size: 20px;
	font-weight: bold;
}

.paid-group {
	max-width: 270px;
}

ul.keyword {
	margin-bottom: 6px;
}

ul.keyword li {
	display: inline-block;
	margin-right: 8px;
	font-weight: 600;
}

.amsify-suggestags-input-area {
	padding: 0;
	padding-left: 10px;
}

.myresourceeachlleft {
	width: 80%
}

.mylesson .mylessoneach .myresourceeachlleft .listtitle:last-child {
	display: inline-block
}

.verified {
	background: #45c34b;
	padding: 3px 10px;
	color: #FFF;
	border-radius: 8px;
	font-size: 12px;
}

.unverified {
	background: #f55050;
	padding: 3px 10px;
	color: #FFF;
	border-radius: 8px;
	font-size: 12px;
}

.SelectClass,
.SumoUnder {
	z-index: -1;
}

.table .color-thead {
	background: #673ab7;
	color: #fff;
}

.view-btn {
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	font-size: 14px;
	line-height: 1.5;
	border-radius: 70px;
	padding: 3px 10px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	color: #343434;
	/* background-color: #673AB7;    border-color: #5139e0; */
}

.filter-section {
	padding: 10px;
	background: #f2f2f2;
	margin-bottom: 14px;
	/* padding-top: 1px; */
}

.filter-section .filter-heading {
	margin-top: 0;
}

.prl-10 {
	padding-left: 8px;
	padding-right: 8px;
}

.row-10 {
	margin-left: -10px;
	margin-right: -10px;
}

.td-verified {
	border: none !important;
}

.delete-btn {
	background: #fd5950;
	color: #fff;
	border: none;
}

.edit-btn {
	background: #5bc0de;
	color: #fff;
	border: none;
}

.un-verified {
	background: #cecdcd;
	padding: 3px 10px;
	color: #000;
	border-radius: 8px;
	font-size: 12px;
}

.img-container {
	float: right;
	width: 120px;
}

.question-container {
	float: left;
}

.question-view {
	padding: 10px;
	background: #f2f2f2;
	border-radius: 5px;
	margin-bottom: 15px;
}

.question {
	margin: 0;
	margin-bottom: 13px;
	font-size: 22px;
}

.ans-list li {
	padding-left: 25px;
	margin-bottom: 11px;
	font-weight: 700;
	font-size: 16px;
	position: relative;
}

.ans-list li:after {
	content: "\f058";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #33333eba;
	font-size: 18px;
	padding-right: 0.5em;
	position: absolute;
	top: 0px;
	left: 0;
}

.custom-question-container {
	background: #ffff;
	padding: 15px;
	margin-bottom: 20px;
	box-shadow: 0 0 15px #efecec;
	border-radius: 5px;
	position: relative;
}

.custom-question-container .positionabs {
	position: absolute;
	right: 20px;
	top: 44%;
}

.question-title {
	margin: 0;
	font-size: 17px;
	color: #673ab7;
	font-weight: bold;
}

.question-title i {
	margin-right: 15px;
}

.question-listing-cotainer {
	padding: 15px 15px;
	/* margin-left: 15px; */
	background: #f9f8f8;
}

.answer-listing li {
	margin-bottom: 8px;
	font-size: 16px;
	padding-left: 36px;
	position: relative;
	color: #777171;
}

.answer-listing {
	margin-top: 20px;
}

.answer-listing li:before {
	content: "\f192";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #777171;
	font-size: 16px;
	padding-right: 0.5em;
	position: absolute;
	top: 1px;
	left: 6px;
}

.answer-listing li.correct-ans:before,
.answer-listing li.correct-ans {
	color: #673ab7;
	font-weight: bold;
}

.addQuestion-field {
	min-height: 100px;
	border: #CCC 1px solid;
	padding: 13px;
}

.option-listing {
	margin-top: 35px;
	display: none;
}

.option-listing.show {
	display: block;
}

.option-listing li {
	display: flex;
	align-items: center;
	font-size: 18px;
	margin-bottom: 16px;
}

.option-listing li:last-child {
	margin-bottom: 0;
}

.option-listing li .checkbox-area {
	width: 30px;
}

.option-listing li .option {
	width: calc(100% - 30px);
}

.main-question-listing-wraper {
	margin-left: 15px;
}

.question-listing-header {
	padding: 15px 15px;
	background: #ffffff;
	margin-bottom: 25px;
	box-shadow: 0 0 15px #eae8e8;
	border-radius: 6px;
}

.q-for li {
	margin-bottom: 8px;
	font-size: 20px;
	/* padding-left: 36px; */
	position: relative;
	color: #717171;
}

.q-for li>span {
	color: #673ab7;
	margin-left: 15px;
}

.option-listing li .checkbox-area .check-mark {
	display: block;
	width: 20px;
	height: 20px;
	border: 2px solid #b1b1b1;
	position: relative;
	top: 2px;
}

.option-listing li .checkbox-area label {
	margin: 0;
}

.option-listing li .checkbox-area label>input:checked~.check-mark {
	background: #673ab7;
	border-color: #673ab7;
}

.option-listing li .checkbox-area label>input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}

.option-listing li .checkbox-area label>input:checked~.check-mark:after {
	content: "\2713";
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: -4px;
	left: 1px;
	font-weight: 900;
}

.add-question-footer {
	border-top: 2px solid #dcd7d7;
	padding-top: 25px;
	margin-top: 25px;
}

.add-question-btn {
	border: 1px solid transparent;
	font-size: 18px;
	line-height: 1.5;
	border-radius: 60px;
	padding: 4px 30px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	color: #FFF;
	background-color: #673AB7;
	border-color: #5139e0;
}

.option-listing li .checkbox-area .check-mark.radio-btn {
	width: 23px;
	height: 23px;
	border-radius: 100%;
}

.option-listing li .checkbox-area input:checked~.check-mark.radio-btn:after {
	top: -3px;
	left: 3px;
}

.custom_modal {
	background: #fff;
	width: 500px;
	height: 500px;
}


/*start sujan css section(10.11.2019)*/

.add_question_s {
	padding: 0;
	margin: 0;
}

.add_question_s li {
	list-style: none;
	display: inline-block;
	padding-right: 64px;
}

.add_question_s li label {
	font-size: 15px;
	font-weight: normal;
	opacity: 0.5;
}

.add_question_s li span {
	font-size: 13px;
	display: block;
	font-weight: 600;
	color: #333;
}

.preview_div {
	width: 790px;
	height: 80vh;
	border-radius: 4px;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
	background-color: #ffffff;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0%);
	padding: 32px 0px;
	display: none;
	z-index: 15;
	top: 50%;
	transform: translate(-50%, -50%);
}

.widthauto {
	width: auto;
}

.container_div {
	max-width: 1280px;
	margin: auto;
	padding: 10px 0px 0px 0px;
}

.preview_div .close {
	position: absolute;
	right: 16px;
	top: 16px;
}

.preview_div .close i {
	font-size: 16px;
}

.zomm_out {
	position: absolute;
	top: 18px;
	right: 50px;
}

.zomm_in.hide,
{
	display: none;
}

.preview_div .preview_info_list {
	padding: 0 32px 32px 32px;
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 32px;
}

.preview_div h3 {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 14px;
	margin: 0;
}

.preview_div p {
	font-size: 16px;
}

.preview_div.fullmodepreview {
	width: 100%;
	top: 0;
	transform: translate(-50%, 0);
	height: 100vh;
	overflow: auto;
	z-index: 16;
}

.zomm_in,
.zomm_out {
	position: absolute;
	top: 16px;
	right: 39px;
	color: #333;
}


/*start loid section css*/

.loid-heading {
	color: #000;
	font-size: 22px;
	display: block;
	margin-bottom: 30px;
}

.loid-heading span {
	float: right;
	color: #6FB70D;
	font-size: 47px;
	vertical-align: top;
	font-weight: 500;
	display: inline-block;
	margin-top: -15px;
}

.check_radio {
	width: 100%;
	margin-top: 30px;
}

.frm_radio {
	position: relative;
	margin-bottom: 13px;
	width: 100%;
}

.frm_radio>input {
	position: absolute;
	opacity: 0;
	left: 0;
}

.frm_radio .checkmark {
	background-color: #F0F0F0;
	color: #000;
	border-color: #F0F0F0;
	border: 1px solid;
	outline: none;
	font-size: 15px;
	padding: 21px 35px;
	border-radius: 12px;
	cursor: pointer;
	border: transparent;
	position: relative;
	padding-left: 50px;
	display: block;
}

.frm_radio .checkmark:before {
	content: "";
	width: 20px;
	height: 20px;
	border-radius: 100%;
	border: 2px solid #000;
	position: absolute;
	left: 15px;
	top: 19px;
	background-color: #fff;
}

.frm_radio .checkmark:after {
	content: "";
	width: 10px;
	height: 10px;
	border-radius: 100%;
	/*border: 2px solid #000;*/
	position: absolute;
	left: 20px;
	top: 24px;
	background-color: #fff;
	display: none;
}

.frm_radio>input:checked~.checkmark:before {
	border-color: #fff;
	background-color: #673BB7;
}

.frm_radio>input:checked~.checkmark:after {
	display: block;
}

.frm_radio .checkmark h5 {
	font-size: 14px;
	margin: 0;
}

.frm_radio>input:checked~.checkmark {
	background-color: #673BB7;
	color: #fff;
	border-color: transparent;
}

.nxt {
	width: 100%;
	text-align: right;
	margin-top: 20px;
}

button.btn.btn_next {
	background-color: #5BC0DE;
	color: #fff;
	border-radius: 30px;
	padding: 11px 66px;
	font-size: 20px;
	margin-bottom: 15px;
	display: inline-block;
}

button.btn.btn_next:focus {
	outline: none;
	box-shadow: none;
	border: none;
}

.open_preview_doc {
	padding-right: 7px;
}

.loid-sub {
	max-width: 750px;
	margin: 0 auto;
	display: block;
	padding: 10px 24px 20px 24px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
	margin-top: 5px;
	margin-bottom: 10px;
}

input.count_input {
	width: 207px;
	margin-right: 10px;
	margin-left: 10px;
	background-color: #F3F3F3;
	color: #000;
	border-radius: 30px;
	padding: 24px 19px;
	font-size: 25px;
	margin-bottom: 15px;
	display: inline-block;
	vertical-align: top;
	border-color: #D3D3D3;
}

.parent-loid {
	overflow: auto;
	max-height: calc(100vh - 220px);
}

input.count_input:focus {
	outline: none;
}

.loid_cnt_details {
	background-color: #F0F0F0;
	border-radius: 7px;
	padding: 17px 22px;
	text-align: justify;
}

.loid_cnt_details p {
	font-size: 15px;
	line-height: 24px;
}


/*end loid section css*/


/*End sujan css section*/

.preview_div.show {
	display: block
}

body.fixed {
	overflow: hidden
}

.loid-sub.mylesson .mylessoneach {
	box-shadow: none;
	padding: 0;
	margin: 0
}

.mylesson .mylessoneach .titlediff {
	display: inline-block;
	width: 100%;
}

.mb-0 {
	margin-bottom: 0px;
}

.loid-sub.document_contents.resources {
	margin-top: 0;
	border-top: 0;
}

.resources_part label {
	width: 100%;
	display: block;
}

.question_mark {
	display: inline-block;
	padding-right: 20px;
}

a.exter_lnk {
	display: inline-block;
	padding-left: 70px;
}

.resourse_heading {
	margin: 0;
	padding: 0;
}

.resources_part {
	width: 100%;
	min-height: 42px;
	padding: 7px 0px;
	line-height: 42px;
	display: flex;
	align-items: center;
	vertical-align: middle;
	justify-content: center;
	border-bottom: 1px solid #ddd;
}

.resources_part label h4 span {
	display: inline-block;
	padding-right: 0px;
	width: 30%;
}

.resources_part:last-child {
	border-bottom: none;
}

.flexdiv {
	display: flex;
	justify-content: space-around;
}

.flexdiv .button {
	line-height: 34px;
}

.question_title {
	margin: 0;
	padding: 0;
	font-size: 18px;
	color: #673ab7;
	font-weight: 600;
	text-transform: uppercase;
}

.succsssec {
	font-size: 30px;
	text-align: center;
	font-family: 'Poppins';
}

.succsssec a {
	display: block;
	background: #000;
	width: auto;
	max-width: 250px;
	/* margin: auto; */
	background-color: #673AB7;
	border-color: #5139e0;
	font-size: 17px;
	line-height: normal;
	border-radius: 60px;
	color: #FFF;
	padding: 10px 0px;
	margin: 10px auto;
}

.question_title {}

.calendar-day a {
	color: inherit;
	font-size: 14px;
}

.resource_details {
	padding: 0 0px 20px 0px;
	border-bottom: 1px solid #E8E8E8;
	margin-bottom: 18px;
}

.resource_tag {
	margin-bottom: 20px;
}

.resource_tag span {
	background: #000;
	color: #FFF;
	padding: 6px 20px;
	border-radius: 230px;
	font-family: 'Poppins';
}

.resource_description p {
	font-size: 18px
}

.resource_external_link {
	display: block;
	background: #000;
	text-align: center;
	padding: 10px 0px;
	color: #FFF;
	border-radius: 5px;
	width: 80%;
	margin: 30px auto;
	font-size: 16px;
	opacity: .8;
}

.resource_external_link:hover {
	opacity: 1;
	color: #FFF;
}

#error_div {
	background: #ffe4e4;
	padding: 0px 10px;
	border-radius: 5px;
	line-height: 24px;
}

.sucess_question_message {
	font-size: 26px;
	padding: 150px;
	text-align: center;
	color: #000;
}

.questionType li {
	width: 142px;
}


/*date 04.11.19*/

.search_box {
	display: inline-block;
	margin-right: 10px;
	vertical-align: top;
}

input.form-control.frm_search {
	border: 1px solid #E8E8E8;
	border-radius: 30px;
	padding: 10px 15px;
	height: 44px;
	font-size: 14px;
	width: 217px;
}

.doc_footer {
	padding: 15px 0px;
}

.lod_buttons {
	display: inline-block;
}

a.dne i {
	color: #fff;
}

a.dne {
	width: 40px;
	height: 40px;
	border-radius: 30px;
	line-height: 40px;
	background-color: #50C248;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
}

a.clse i {
	color: #fff;
}

a.clse {
	width: 40px;
	height: 40px;
	border-radius: 30px;
	line-height: 40px;
	background-color: #FBB7B8;
	text-align: center;
	display: inline-block;
	margin-right: 10px;
}

.loid_details_tbl .table th {
	border-top: 0;
}

.loid_details_tbl .table thead th {
	border-bottom-width: 1px;
	color: grey;
	font-weight: 500;
	font-size: 16px;
}

.smallavtar {
	border-radius: 100%;
	overflow: hidden;
	float: left;
	width: 30px;
	height: 30px;
	margin-bottom: 0;
	margin-right: 14px;
}

.smallavtar img {
	max-width: 100%;
}

.title_ava strong {
	font-weight: 600;
	color: #000;
	font-size: 14px;
	display: block;
	padding-bottom: 0;
}

.dte {
	color: #50C248;
	font-size: 12px;
	display: inherit;
}

span.count_out {
	color: #6A69E8;
	font-weight: 600;
}

a.rev {
	background-color: #5BC0DE;
	border-radius: 30px;
	padding: 7px 19px;
	font-size: 14px;
	color: #fff;
}

a.rev:hover {
	text-decoration: none;
	color: #fff;
}

.loid_details_tbl .table thead th:nth-child(1) {
	width: 45%;
}

.loid_details_tbl .table thead th:nth-child(2),
.loid_details_tbl .table td:nth-child(2) {
	text-align: center;
}

.loid_details_tbl .table thead th,
.loid_details_tbl .table td {
	vertical-align: middle;
}

.loid_details_tbl .table thead th:last-child,
.loid_details_tbl .table td:last-child {
	text-align: right;
}

p.marks_cont {
	font-size: 14px;
}

p.marks_cont span {
	font-size: 18px;
}

.loin-main {
	padding: 30px 0px;
}


/*end 04.11.19*/

.rightanswer {
	background: #52d758 url(../images/checked.png) no-repeat;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	display: inline-block;
	background-position: center;
	float: left;
}

.wronganswer {
	background: #e1002a url(../images/multiply.png) no-repeat;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	display: inline-block;
	background-position: center;
}

.review_answer-listing li {
	margin-bottom: 8px;
	font-size: 19px;
	padding-left: 36px;
	position: relative;
	color: #777171;
	background: #f8f8f8;
	padding: 10px 10px 10px 50px;
	border-radius: 5px;
}

.review_answer-listing li:before {
	top: 11px;
	left: 15px;
}

.questionanswer {
	background: #f8f8f8;
	font-size: 19px;
	padding: 10px;
	border-radius: 10px;
}

.entermarks {
	max-width: 150px;
	margin-right: 10px;
}

.upload-block {
	padding: 10px;
	max-width: 100%;
	margin: auto;
	/* min-height: 390px; */
	font-family: 'Montserrat', sans-serif;
}

.upload-block>label {
	position: relative;
	margin: 0;
	background-color: #dacdf1;
	border: 2px dashed #673ab7;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	min-height: 200px;
}

.upload-block>label>input {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	cursor: pointer;
	width: 100%;
}

.upload-file-heading {
	font-size: 23px;
	color: #151515;
	margin-top: 31px;
}

.upload-sub-heading {
	font-size: 15px;
	color: #fff;
	font-weight: 100;
	margin-top: 19px;
}

.upload-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 9px 13px;
	background-color: #04d28f;
	color: #ffffff;
	font-weight: 600;
	font-size: 13px;
	margin-top: 32px;
}

.uploading-doc-listing {
	display: inline-block;
}

.uploading-doc-listing li {
	color: #fff;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}

.uploading-doc-listing li:last-child {
	margin-bottom: 0;
}

.uploading-doc-listing li i {
	margin: 0 10px;
}

.uploading-doc-listing li span {
	width: 200px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin-right: 10px;
	text-align: left;
}

.uploading-block {
	height: auto;
	min-height: 390px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.upload_work {
	max-width: 770px;
	margin: auto;
}

.upload_work img {
	max-width: 60px;
}

.upload_work .button {
	height: 40px;
	font-size: 16px;
}
#load_tasks h4{
    font-size: 20px;
    margin: 24px 0px 24px 0px;
    font-weight: 600;
    font-family: 'Poppins';
}
.mylesson .mylessoneach .duedate.grayscale{background:#797b7b}
.viewle_ss{    margin-left: 40px;
    background: #000;
    color: #FFF;
    padding: 5px 20px;
    border-radius: 4px;}
.viewle_ss:hover{color:#FFF; text-decoration:none; opacity:.8}
.mylesson .mylessoneach .fulleidth{margin-bottom:12px}
.mylesson .mylessoneach .fulleidth .listtitle:last-child {
    display: inline-block;
    margin-top:0px;
}
.mylesson .mylessoneach  .fulleidth .listtitle {
    font-size: 14px;
    padding: 0px 24px 0px 0px;
}
.go_date{
    width: 250px;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
}
.go_date .form-control{    height: 44px;
    font-size: 14px;}
.go_date button{
    border: 1px solid #E8E8E8;
    /* border-radius: 30px; */
    padding: 10px 15px;
    height: 44px;
    font-size: 14px;
    /* width: 217px; */
    color: #175ba6;
    font-weight: 600;
}



/* Ayan 1410-2020 */

.dashboard_header{
	width: 100%;
	display: flex;
	align-items: center;
	padding: 0 18px;
	height: 60px;
	background-color: #175ba6;
}
.dashboard_header h1{
	color: #fff;
	margin: 0;
}
.dashboard_short{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	padding: 20px 0px;
}
.dashboard_short_left{
	/* width: calc(100% - 359px);
	display: flex;
	align-items: center;	 user1 */ 
}
.dashboard_short_right{
	width: 359px;
	display: flex;
	align-items: center;	
}
.dashboard_short_left button{
	display: flex;
	height: 40px;
	text-align: center;
	border: 2px solid #3c4854;
	background: transparent;
	color: #3c4854;
	align-items: center;
	outline: none;
	cursor: pointer;
	padding: 0 28px;
	border-radius: 8px;
	margin-right: 10px;
}
.dashboard_short_left button:hover{
	background: #3c4854;
	color: #fff;
}
.dashboard_short_right p{
	margin: 0 10px 0 0;
}
.dashboard_short_right select{
	margin: 0 10px 0 0;
}
.dashboard_card_row{
	display: flex;
	flex-wrap: wrap;
}
.dashboard_card_col{
	border-radius: 10px;
	margin: 0 12px 20px 12px;
	width: 25.7%;
	box-shadow: 1px 0 10px rgb(0 0 0 / 16%);
}
.card_body{
	display: flex;
	justify-content: space-between;
	border-radius: 10px 10px 0 0;
	height: 145px;
	padding: 25px 24px;
	align-items: center;
	position: relative;
}
.card_body_left{
	width: 50%;
}
.card_body_right{
	width: 50%;
}
.card_bg_color1{
	background: #f09fa5;
}
.card_bg_color2{
	background: #9a89bf;
}
.card_bg_color3{
	background: #c895c0;
}
.card_bg_color4{
	background: #98cc9e;
}
.card_bg_color5{
	background: #f4b488;
}
.card_bg_color6{
	background: #f8cc8f;
}
.card_bg_color7{
	background: #85afdf;
}
.red_bg{
	background-color: #ff002a !important;
}
.card_body p{
	color: #fff;
	font-size: 17px;
}
.card_body h1{
	color: #fff;
	margin: 0;
	font-weight: bold;
}
.card_footer{
	background-color: #f7f5f5;
	height: 56px;
	align-items: center;
	display: flex;
	padding: 0 22px;
	border-radius: 0 0 10px 10px;
}
.card_footer h3{
	margin: 0;
	color: #343434;
}
.card_body span{
	background: #45af4a;
    display: flex;
    color: #fff;
    padding: 5px 15px;
    border-radius: 25px;
    align-items: center;
    line-height: 0;
    position: absolute;
    bottom: -11px;
    right: 25px;
}
.card_body span i {
    margin: 5px 10px 0 0;
}
.teacher .card_body{
	justify-content: center;
	flex-direction: column;
}
.teacher .card_body .card_body_left{
	width: 100%;
	text-align: center;
}
.teacher .card_body span {
    position: relative;
    right: initial;
}
.teacher .card_footer h3{
	text-align: center;
}
.teacher .card_footer{
	justify-content: center;
}
.card_body span.red_bg i::before{
	position: relative;
    top: -4px;
}
/* =================================== start: .profile_middle_profile.fixing =================================== */
.profile_middle_profile.fixing .card_body{
    flex-direction: column;
    justify-content: unset;
}
.profile_middle_profile.fixing .card_body h1 {
    font-weight: 500;
    font-size: 50px;
    line-height: 50px;
}
.profile_middle_profile.fixing .card_body_left{
    width: unset;
}
.profile_middle_profile.fixing .card_body span{
    position: unset;
    margin-top: 10px;
    display: inline-block;
}.profile_middle_profile.fixing .bgred{
   background: red !important;
}
.profile_middle_profile.fixing .card_footer{
    background: #fff;
}
.profile_middle_profile.fixing .card_footer h3{
    text-align: center;
    width: 100%;
}
/* =================================== end: .profile_middle_profile.fixing =================================== */
/* ===================== start: chart ===================== */
#column_chart {
  width: 100%;
  height: 450px;
}
/* ===================== end: chart ===================== */
.performance_tab a {
    
    /* margin: 5px;  user1 */
    /* padding: 10px 20px; user1*/
	padding: 10px 7px; 
    color: #FFF;
    background: #000;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}
.performance_tab a.active {
      background: #2f6caf;
}
.student_card .card_bg_color1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 40px 12px;
    background: #6ebf71;
    }
.student_card .card_bg_color1 h3{width:100%; text-align:center}
.student_card .profile_img{
    border-radius: 100%;
    background: #FFF;
    height: 60px;
    width: 60px;
    display: flex;
    overflow: hidden;
}
.student_card .profile_img img{
    width: 100%;
    height: 100%;
}
.student_card .student_footer{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-weight: 500;
    color: #000;
    background: #FFF;
}

/*new*/
.sucessDiv span {
    background: #38E08B;
    margin: auto;
    width: 60%;
    display: block;
    padding: 8px 20px;
    color: #FFF;
    text-align: center;
    font-family: 'Poppins';
    font-size: 13px;
    border-radius: 5px;
}
h2.heading1{
	font-weight: 600;
}
.grayfrombox h2 {
    margin-bottom: 12px;
}
.grayfrombox .formbox input, .grayfrombox .formbox select, .grayfrombox .formbox textarea, .SumoSelect > .CaptionCont, .SumoSelect > .CaptionCont {
    border: 1px solid #dbdbdb;
    padding: 9px 10px;
    outline: none;
    height: initial;
    font-size: 14px;
    line-height: 22px;
}
.grayfrombox .formbox .ttl {
    font-weight: 600;
}
label.error {
    color: red;
    font-weight: 400;
    margin: 6px 0 0;
}
.flex,.formbox{
    display: -webkit-box; 
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex; 
    display: flex;
    flex-wrap: wrap;
}
.fld.right_sec.fullwidth {
    width: 100%;
}
.agree {
    width: 100%;
}
.botton_bottom {
    width: 100%;
}
.grayfrombox .button {
    padding: 6px 15px;
    font-size: 18px;
    height: initial;
    font-weight: 600;
    text-transform: capitalize;
    min-width: 170px;
}

table.styled-table.new-aps-table{
	width: 100%;
}

.new-weeklycalender-graph{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin-bottom: 15px;
}

.row1.new-monthly-calender-graph{
	display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 15px;
}

.row2.new-monthly-calender-graph{
	display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 15px;
}

.new-panel-daily-page{
	background-color: #3c4854;
	margin-bottom: 15px;
	color: #fff;
}

.new-panel-box{
	display: inline-flex;
	align-items: center;
	justify-content: space-evenly;
}

.new-average-box{
	border: 1px solid gray;
	padding: 40px;
	margin: 45px;
}

.new-panel-box1{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin-bottom: 15px;
}

.row1.new-panel-box2{
    display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin-bottom: 15px;
}

.row2.new-panel-box2{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin-bottom: 15px;
}

.new-panel-hourly-page{
	display: inline-flex;
	align-items: center;
	justify-content: space-evenly;
}

.new-panel-hourly-page1{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.row1.new-hourly-graph{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin-bottom: 15px;
}

.row2.new-hourly-graph{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin-bottom: 15px;
}

.new-panel-daily-my-timetable{
	display: inline-flex;
	align-items: center;
	justify-content: space-evenly;
}

.new-panel-daily-my-timetable1{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.row1.new-panel-daily-my-timetable2{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin-bottom: 15px;
}

.row2.new-panel-daily-my-timetable2{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin-bottom: 15px;
}

.new-average-my-timetable{
    border: 1px solid gray;
    padding: 40px;
    margin: 45px;
}

.new-hourly-panel-my-timetable{
	display: inline-flex;
	align-items: center;
	justify-content: space-evenly;
}

.new-hourly-panel-my-timetable1{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.row1.new-hourly-bar-my-timetable{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin-bottom: 15px;
}

.row2.new-hourly-bar-my-timetable1{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin-bottom: 15px;
}

.new-hourly-average-my-timetable{
	border: 1px solid gray;
	padding: 40px;
	margin: 45px;
}

.profile_middle_profile.new-my-task-page .terms_date_sec.holiday div#mylessonDiv div#right a{
	display: block;
}

.profile_middle_profile.new-my-task-page .terms_date_sec.holiday div#mylessonDiv div#right a img{
	width: 100%;
}

.profile_middle_profile.new-tests-page a.new-bottom-ad{
    display: block;
}

.profile_middle_profile.new-exams-page a.new-top-ad{
	display: block;
}

.profile_middle_profile.new-tests-page a.new-bottom-ad{
	display: block;
}

.profile_middle_profile.new-my-task-page .terms_date_sec.holiday a{
	display: block;
}

.profile_middle_profile.new-marks-verified-page a.new-top-ad{
	display: block;
}

.profile_middle_profile.new-marks-verified-page a.new-bottom-ad{
	display: block;
}

.profile_middle_profile.new-comments-page a.new-top-ad{
	display: block;
}

.profile_middle_profile.new-comments-page a.new-bottom-ad{
	display: block;
}

.profile_middle_profile.new-my-resource-page a.new-top-ad{
	display: block;
}

.profile_middle_profile.new-my-resource-page a.new-bottom-ad{
	display: block;
}

.col-xs-12.col-sm-9.rightview.new-requested-learner-list a.new-bottom-ad{
	display: block;
}

.col-xs-12.col-sm-9.rightview.new-requested-learner-list a.new-top-ad{
	display: block;
}

.panel-group.new-history-panel-group{
	height: 100px;
    width: 78%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.panel.panel-default.col-sm-2.new-history-panel-default{
	width: 25%;
    border: 1px solid #fff;
}

.panel.panel-primary.col-sm-2.new-history-panel-primary{
	width: 100%;
    padding-bottom: 20px;
    border: 1px solid #fff;
    margin-top: 100px;
}

.card.new-history-card{
	margin-top:100px;
}

.profile_middle_profile.fixing.new-learner-class-group-performance-page{
    /*width: 100%;*/
    margin: 0 auto;
}

.profile_middle_profile.fixing.new-learner-class-group-performance-page .new-learner-class-group-panel-box{
	width: 100%;
	display: inline-block;
}

.profile_middle_profile.fixing.new-learner-class-group-performance-page .new-learner-class-group-panel-box .panel-group{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.profile_middle_profile.fixing.new-learner-class-group-performance-page .dashboard_short_left.performance_tab.new-learner-performance-tab-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.profile_middle_profile.fixing.new-learner-class-group-performance-page .dashboard_short_left.performance_tab.new-learner-performance-tab-box a{
	width: 49%;
	text-transform:none;
	margin: 5px 0px;
}

.new-learner-performance-box{
	margin-left: -25px;
}

.profile_middle_profile.fixing.new-learner-text-mark-performance-page{
	margin: 0 auto;
}

.dashboard_short_left.performance_tab.new-learner-performance-tab-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.dashboard_short_left.performance_tab.new-learner-performance-tab-box a {
    width: 49%;
    text-transform: none;
    margin: 5px 0px;
}

.new-learner-test-mark-chart-box{
	overflow: scroll;
}

.profile_middle_profile.fixing.new-learner-gap-mark-performance-page{
	margin: 0 auto;
}

.profile_middle_profile.fixing.new-learner-final-mark-performance-page a.new-ad-top{
	display: block;
}

.profile_middle_profile.fixing.new-learner-final-mark-performance-page a.new-ad-bottom{
	display: block;
}

.profile_middle_profile.new-princpal-profile-page a.new-top-ad{
	display: block;
}

.profile_middle_profile.new-princpal-profile-page a.new-bottom-ad{
	display: block;
}

.profile_middle_profile.update-profile-teacher a.new-top-ad{
	display: block;
}

.profile_middle_profile.update-profile-teacher a.new-bottom-ad{
	display: block;
}

.profile_middle_profile.change-password-new a img{
	display: block;
}

.profile_middle_profile.new-princpal-test-page a.new-top-ad{
	display: block;
}

.profile_middle_profile.new-princpal-test-page a.new-bottom-ad{
	display: block;
}

.profile_middle_profile.new-princpal-test-page a img{
	display: block;
}

.profile_middle_profile.new-principal-exam-page a.new-top-ad{
	display: block;
}

.profile_middle_profile.new-principal-exam-page a.new-bottom-ad{
	display: block;
}

.profile_middle_profile.new-task-mark-page a{
	display: block;
}

.profile_middle_profile.new-task-mark-page a.new-top-ad{
	display: block;
}

.profile_middle_profile.new-calender-list-page a.new-top-ad{
	display: block;
}

.profile_middle_profile.new-calender-list-page a{
	display: block;
}

.profile_middle_profile.new-calender-list-page a.new-bottom-ad {
	display: block;
}

.profile_middle_profile.new-weekly-calender-menu a.new-top-ad{
	display: block;
}

.container.new-weekly-calender-page a.new-top-ad{
	display: block;
}

.container.new-weekly-calender-page a.new-bottom-ad{
	display: block;
}

.profile_middle_profile.new-dailycalender-page a{
	display: unset;
}

.profile_middle_profile.new-dailycalender-page a.new-bottom-page{
	display: block;
}

.profile_middle_profile.new-hourlycalendar-page a.new-top-ad{
	display: block;
}

.profile_middle_profile.new-hourlycalendar-page a.new-bottom-ad{
	display: block;
}

.profile_middle_profile.new-dailycalender-page .monthlycalenderheading{
	display: flex;
	align-items: center;
	justify-content: center;
}

.profile_middle_profile.new-dailycalender-page a.new-bottom-ad{
	display: block;
}

.profile_middle_profile.new-montly-calender-page a.new-top-ad{
	display: block;
}

.profile_middle_profile.new-montly-calender-page a.new-bottom-ad{
	display: block;
}

.modal-content.new-weekly-calender-model-page{
	padding: 0px 15px 15px 15px;
}

.col-xs-12.col-sm-9.rightview.new-calender-setup-school-information-page a.new-top-ad{
	display: block;
}

.col-xs-12.col-sm-9.rightview.new-calender-setup-school-information-page a.new-bottom-ad{
	display: block;
}

.profile_middle_profile.new-holiday-list-page a.new-top-ad{
	display: block;
}

.profile_middle_profile.new-holiday-list-page a.new-bottom-page{
	display: block;
}

.profile_middle_profile.new-spec-holiday-page a.new-top-ad{
	display: block;
}

.new-edit-holiday-box .col-sm-6 .fld.fld_half{
	width: 100%;
}

.new-edit-holiday-box .col-sm-6 .ttl_half_short{
	width: 100%;
}

.new-edit-holiday-box .col-sm-6{
	width: 100%;
}

.new-edit-holiday-box{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

.profile_middle_profile.new-edit-hoilday-page button.button.pull-left{
	width: 100%;
	margin-top: 25px;
}

.col-xs-12.col-sm-9.rightview.new-school-annocement-list-page form{
    width: 100%;
    display: inline-block;
}

.col-xs-12.col-sm-9.rightview.new-class-teacher-list-page a.new-top-ad{
	display: block;
}

.col-xs-12.col-sm-9.rightview.new-class-teacher-list-page a.new-bottom-ad{
	display: block;
}

.col-xs-12.col-sm-9.rightview.new-class-teacher-list-page a{
	display: block;
}

.col-xs-12.col-sm-9.rightview.new-school-annocement-list-page div#example_wrapper table td a{
    width: 100%;
    margin: 1px;
}

.col-xs-12.col-sm-9.rightview.new-class-teacher-list-page form{
	width: 100%;
	display: inline-block;
}

.col-xs-12.col-sm-9.rightview.new-class-teacher-list-page a.btn.btn-icon.waves-effect.waves-light.btn-success.t-auth-sta{
    width: 90%;
    float: none !important;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}

.col-xs-12.col-sm-9.rightview.new-class-teacher-list-page div#example_wrapper table tr td a{
    margin: 1px;
}

.col-xs-12.col-sm-9.rightview.new-requested-learners-list-page a.new-top-ad{
	display: block;
}

.col-xs-12.col-sm-9.rightview.new-requested-learners-list-page form{
	display: inline-block;
	width: 100%;
}

.col-xs-12.col-sm-9.rightview.new-requested-learners-list-page a.new-bottom-ad{
	display: block;
}

.col-xs-12.col-sm-9.rightview.new-all-staff-list-page a.new-top-ad{
	display: block;
}

.col-xs-12.col-sm-9.rightview.new-all-staff-list-page a{
	display: block;
}

.col-xs-12.col-sm-9.rightview.new-all-staff-list-page form{
	display: inline-block;
	width: 100%;
}

.col-xs-12.col-sm-9.rightview.new-request-list-page a.new-top-ad{
	display: block;
}

.col-xs-12.col-sm-9.rightview.new-request-list-page a{
	display: block;
}

.col-xs-12.col-sm-9.rightview.new-request-list-page a.new-bottom-ad{
	display: block;
}

.col-xs-12.col-sm-9.rightview.new-request-list-page form{
	display: inline-block;
	width: 100%;
}

.modal.fade.new-history-pop-up.in{
	width: 100%;
}

.profile_middle_profile.fixing.new-history-performance-page .new-princpal-performance-box{
	display: inline-block;
	padding: 15px 0px;
}

.profile_middle_profile.fixing.new-history-performance-page .dashboard_card_row {
    display: block;
    margin: 0 auto;
}

.profile_middle_profile.fixing.new-history-performance-page .dashboard_card_row .row{
	margin: 0 auto;
}

.profile_middle_profile.fixing.new-history-performance-page .dashboard_card_row .row .panel-group{
	margin: 0 auto;
	height: 100%;
}

.profile_middle_profile.new-calender-setup-schedule-page a.new-top-ad{
	display: block;
}

.profile_middle_profile.new-calender-setup-schedule-page a.new-bottom-ad{
	display: block;
}

.profile_middle_profile.new-learner-profile-page a.new-top-ad{
	display: block;
}

.profile_middle_profile.new-learner-profile-page a.new-bottom-ad{
	display: block;
}

.profile_middle_profile.new-learner-profile-page a{
	display: block;
}

.row.new-institute-university {
	margin: 0 auto;
}

.profile_middle_profile.new-marks-page a.new-top-ad{
	display: block;
}

.profile_middle_profile.new-marks-page a.new-bottom-ad{
	display: block;
}

.profile_middle_profile.new-event-page{
    margin-top: -20px;
}

.new-learner-add-partner {
    width: 300px;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0px;
}

.profile_middle_profile.new-marks-target-page{
    /*min-height: 100%;*/
    margin-top: -10px;
}

.profile_middle_profile.new-marks-target-page a.new-top-ad{
	display: block;
	margin-top: 20px;
}

.profile_middle_profile.new-marks-target-page a{
	display: block;
}

.profile_middle_profile.new-marks-target-page a.new-bottom-ad{
	display: block;
}

.profile_middle_profile.new-learner-profile-page .student_block{
	padding: 32px 11px 32px 11px;
}

.profile_middle_profile.new-learner-profile-page{
	margin-top: -10px;
}

.profile_middle_profile.new-learner-profile-page a.new-top-ad{
	margin-top: 20px;
}

.profile_middle_profile.new-learner-profile-page .my_kid_sec{
	padding: 4px 25px 30px 25px;
	margin-bottom: 20px;
}
.box-gray .title{
	line-height: 30px;
	
    /*border-top-left-radius: 5px;
    border-top-right-radius: 5px;*/
    /*background: #ccc;*/
    font-size: 18px;
    font-weight: bold;
    font-family: verdana;
    display: block;
    color: #457fff;
    display: block;
    padding: 10px;
    /*border: 1px solid gray;*/
    border-bottom: none;

}

.box-gray{
margin-bottom: 10px;

}

.box.arrow-right:after {
   
    border-left: 15px solid #ccc !important;
    
}

.subject_list{

margin: 0px 0px 15px 0px;

}

.saves{
display: flex;
margin: 0 auto;
}
/*
.twoctcont .col-md-4{
	border: 1px solid #ccc !important;
}*/

.mylesson .mylessoneach .duedate.grayscale {
	width: 100%;
	max-width: 272px;
}

.mylesson .mylessoneach .tasktitle {
    font-size: 16px;
    padding: 5px 0px;
    font-family: 'Poppins';
    font-weight: 500;
    /* min-width: 200px; */
    max-width: 200px;
    width: 100%;
    display: inline-block;
}

.total-graphs{
	
}
