/*---login page starts here---*/
@font-face {
    font-family: DMSans-Regular;
    src: url(../fonts/DMSans-Regular.ttf);
}
@font-face {
    font-family: DMSans-Medium;
    src: url(../fonts/DMSans-Medium.ttf);
}

@font-face {
    font-family: DMSans-Bold;
    src: url(../fonts/DMSans-Bold.ttf);
}

@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: Roboto-Medium;
    src: url(../fonts/Roboto-Medium.ttf);
}

@font-face {
    font-family: Roboto-Bold;
    src: url(../fonts/Roboto-Bold.ttf);
}

@font-face {
    font-family: Roboto-Thin;
    src: url(../fonts/Roboto-Light.ttf);
}

body {
	font-family: DMSans-Regular;
	font-size: 16px;
	color: #000;
	font-weight: 400;
	background: #f6f7fb;
	padding-bottom: 20px;
	position: relative;

}

input, button, select, optgroup, textarea{
	font-family: DMSans-Regular;
}

h1,h2,h3,h4,h5,h6,p,a,span{
	font-family: DMSans-Regular;
	color:#666;
}

h6 {
	font-size: 16px;
}

.user_images{
	width:30px;
	height:30px;
	border-radius:50%;
	
}

.pcoded-navbar.menu-light .pcoded-inner-navbar li.active > a,
.pcoded-navbar.menu-light .pcoded-inner-navbar li.pcoded-trigger > a,
.pcoded-navbar.menu-light .pcoded-inner-navbar li:hover > a {
	color: #000;
	font-weight: 500;
}

.field-loginform-rememberme label{
	display: flex;
	align-items: center;
}

.login-box {
    padding: 40px 40px;
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 5px;
}

.login-box h3{
	text-align: center;
    margin-bottom: 20px;
	font-family: 'DMSans-Bold';
}

.login-box input::placeholder{
	font-size: 12px;
}

.login_header {
	background: #5fa533;
	color: rgba(255, 255, 255, 0.8);
}

.modal-open {
	overflow: hidden;
	padding: 0;
}
.login_header img {
	height: 45px;
}

.pcoded-navbar .pcoded-inner-navbar > li.active > a:before,
.pcoded-navbar .pcoded-inner-navbar > li.pcoded-trigger > a:before {
	background-color: #23aa4b;
}

.auth-content.login_form {
	padding-top:110px;
}

.login_btn {
	background: #5fa533;
	color: #fff;
	font-size: 18px;
	padding:3px;
}

.login_btn:hover{
	background:#279146;
	border-color:#279146;
	color:#fff;
}

.login_image {
	padding-top:80px
}

.loginforms_logos {
	height: 30px;
}

.fullcalendar .fc-header-toolbar .fc-left button{
	background: #23aa4b;
	border-color: #23aa4b;
}
.fullcalendar .fc-header-toolbar .fc-left button:focus{
	background: #23aa4b;
	border-color: #23aa4b;
	box-shadow: none;
}

.fullcalendar .fc-header-toolbar .fc-left button span{
	color:#fff;
}

/*---login page ends here---*/
.pcoded-header.header-blue {
	background: #23aa4b;
	color: rgba(255, 255, 255, 0.8);
}

.modal-header {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding: 10px 25px;
	border-bottom: 1px solid #e3eaef;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.m-header img{
	height:45px;
}

.pcoded-navbar .pcoded-inner-navbar li > a {
    text-align: left;
    padding: 7px 20px;
    margin: 0px 0 0;
    border-radius: 2px;
    display: block;
    position: relative;
	font-size: 14px;
}


.logo_2 img {
	height: 45px;
}

.nav_right {
	width: 100%;
}

.nav_text h1 {
    color: #fff;
    font-size: 28px;
    margin-top: 11px;
    text-align: center;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 500;
}

.logo_2 {
	margin-right:4px;
	float:right;
}

.pagination {
    display: -webkit-box;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 5px;
    float: right;
}
#simpletable_paginate ul {
	margin:0;
	padding:0;
}

.page-link {
    position: relative;
    display: block;
    padding: 0.3rem 0.75rem!important;
    margin-left: -1px;
    line-height: 1.25;
    color: #4099ff;
    background-color: #fff;
    border: 1px solid #dee2e6;
}

.card {
    box-shadow: 0 1px 2.94px 0.06px rgb(4 26 55 / 16%);
    margin-bottom:10px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.card .card-block,
.card .card-body {
	padding:10px 10px;
}

.pcoded-content {
	position: relative;
	display: block;
	padding: 0px 20px;
}

.s_ob_top {
	padding:15px 20px;
}

.calendarPlanningLegend{
	display: flex;
}

.calendarPlanningLegend p{
	margin-right: 20px;
}

.calendarPlanningLegend p span{
	float: left;
	margin-right: 10px;
}

.table {
    width: 100%;
     margin-bottom: 0rem; 
    color: #222;
}

hr {
    margin-top: .5rem;
    margin-bottom: .5rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.add_heading {
	position: relative;
	top:2px;
}

.card.prod-p-card.bg-c-green.active {
	background: #23aa4b;
	color: #fff;
}


.bg-c-green {
	background: #089d4b;
	color: #fff;
}

.bg-c-green-2 {
	background: #37a949;
}

.bg-c-green-3 {
	background: #3eb767;
}

.bg-c-green-4 {
	background: #9dcb3c;
}

button.btn.target_btn {
    background: #84ba1c;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
    position: relative;
    bottom:2px;
}

button.btn.target_btn span {
	width: 22px;
	height: 22px;
	line-height: 22px;
	background: #fff;
	border-radius: 50%;
	display: inline-block;
	font-size: 15px;
	color: #23aa4b;
	margin-left: 6px;
}

.redy_onboard {
	padding: 0px 10px;

}

.redy_onboard {
	padding: 0px 10px;
	position: relative;
	top: 8px;
}

.redy_onboard h5{
	position:relative;
	top: 4px;
	font-family: 'Fira Sans Condensed', sans-serif;
	letter-spacing: 0.5px;
}

.btn-custom {
	font-size: 80%;
	padding: 0px 10px;
	font-weight: 500;
	border-color: #23aa4b;
	color: #23aa4b;
	border-radius: 4px;
	transition: all 0.5s ease;
}

.btn-custom:hover {
	font-size: 80%;
	padding: 0px 10px;
	font-weight: 500;
	border-color: #23aa4b;
	background: #23aa4b;
	color: #fff;
	border-radius: 4px;
	transition: all 0.5s ease;
}

.btn-custom-remove {
	font-size: 80%;
	padding: 0px 10px;
	font-weight: 500;
	border-color: #ff5370;
	color: #ff5370;
	border-radius: 4px;
	transition: all 0.5s ease;
}

.btn-custom-remove:hover {
	font-size: 80%;
	padding: 0px 10px;
	font-weight: 500;
	border-color: #ff5370;
	background: #ff5370;
	color: #fff;
	border-radius: 4px;
	transition: all 0.5s ease;
}

.pcoded-navbar .pcoded-inner-navbar li.pcoded-menu-caption {
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	padding: 0px;
	position: relative;
	text-transform: lowercase;
	letter-spacing: 1px;
	border-top: 1px solid #496178;
	margin-top: 0px;
}

button.close span {
	color: red;
}
.dashboard_card ul{margin:0; padding:0;}
.dashboard_card ul li{
	display:inline-block;
}
.dashboard_card .card {
    width: 223px;
    margin-left: 21px;
}
.pcoded-content {
    position: relative;
    display: block;
    padding: 0px;
}
.dashboard_card h6{font-size:15px;}

.card .card-block, .card .card-body {
    padding: 5px 10px;
}

.card.prod-p-card.bg-c-green2 {
    background: #34b849;
}

.pcoded-main-container .page-header {
	margin-bottom: 10px;
}

.btn-custom_2 {
	font-size: 80%;
	padding: 0px 10px;
	font-weight: 500;
	background: rgb(132 186 28);
	border-color: #84ba1c;
	color: #fff;
	border-radius: 4px;
}

.page-header:not(.breadcumb-sticky) .page-header-title + .breadcrumb > .breadcrumb-item a {
	font-size: 16px;
}

.btn-custom_2:hover {
	color: #fff;
	border-radius: 4px;
}

.table-bordered td {
    padding: 4px 10px;
    font-size: 16px;
    color:#222222a6;
}
table a {
    color: #54ab4c ;
    text-decoration: none;
    background-color: transparent;
}

.table-striped tbody tr:nth-of-type(2n+1) {
    background-color: rgb(39 116 204 / 8%);
}
.card-body.table-border-style.training_table_2 td {
    text-align: center;
	color:#222;
}
.card-body.table-border-style.training_table_2 th{
	color:#fff;
}
.table thead th {
	border-bottom: 1px solid #e2e5e8;
	font-size: 16px;
	color: #000;
	text-transform: none;
	padding: 5px;
	font-weight: 500;
}
.col-auto h3 {
	font-weight: bold;
}


.btn-custom:hover {
	color: #fff;
}

.col-auto h3 {
	font-size: 40px;
}

.completed_btn {
	padding: 0px 10px;
}

.save_btn {
	color: #fff;
	background-color: #23aa4b;
	border-color: #23aa4b;
	border-radius: 4px;
	/* font-weight: bold; */
	padding: 5px 10px;
	margin-top:0px;
	font-size: 17px;
}
.save_btn:hover{
	background:#279146;
	color:#fff;
	border-color:#279146;
}

.btn-outline-success{
	border-color: #23aa4b;
	color:#23aa4b
}

.btn-outline-success:hover{
	background-color: #23aa4b;
	border-color: #23aa4b;
}
.btn-outline-success span{
	color:#23aa4b;
}
.btn-outline-success:hover span{
	color:#fff;
}
.btn-outline-success:active{
	background-color: #23aa4b !important;
	border-color: #23aa4b !important;
	outline: none;
	box-shadow: none;
}

.btn-outline-success:focus{
	box-shadow: none !important;
}

.btn_search {
	margin-top:25px;
	background: #23aa4b;
	color: #fff;
	border-radius: 4px;
	transition: all 0.5s ease;
}

.btn_search:hover {
	background:#279146;
	color:#fff;
	border-color:#279146;
}

.input-group {
	position: relative;
	display: -webkit-box;
	display: flex;
	flex-wrap: wrap;
	-webkit-box-align: stretch;
	align-items: stretch;
	width: 100%;
	cursor: pointer;
}

/*.s_ob_top span{
	color: #5fa533;
}*/
/*.outreach_model span{
	color: #000;
}*/


.table_view_info a {
	padding: 0px 5px;
	font-size: 12px;
}

td.table_view_info {
	height:35px;
}

td.table_view_info .btn {
	padding: 0;
	line-height: 0;
	border-radius: 0;
}

.add_partner {
	padding: 10px;
}

.add_partner h5 {
	color: #666;
	font-size: 22px;
    position: relative;
    top: 8px;
}

.switch input[type=checkbox] + .cr:before {
	-webkit-transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
	transition: 0.2s cubic-bezier(0.24, 0, 0.5, 1);
	height: 16px;
	width: 55px;
	border-radius: 30px;
}

.form-group {
    margin-bottom:.5rem;
}

.form-control{
	background: #F8F8FD;
    border: 1px solid #E9EBF6;
	font-size: 13px;
	padding: 0.375rem 5px;
	height:35px;
}
input.form-control {
    padding: 0.375rem 10px;
}
.form-control:focus{
	box-shadow: none;
}
input.form-control::placeholder{
	color:#495057;
}

.breadcrumb {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 0rem;
    list-style: none;
    background-color: transparent;
    border-radius: 5px;
    /* font-family: 'Fira Sans Condensed', sans-serif; */
}
.breadcrumb li{
	font-size: 13px;
}
.breadcrumb li a{
	color:#4099ff;
}
.page-header {
    box-shadow: none;
    background: transparent;
    padding: 0px 8px;
    border-radius: 5px;
}

/*----ENHANCEMENT CSS-----*/
.oriLaunchTiles{
	display: flex;
    justify-content: space-between;
}
.oriLaunchTiles .dashboard-tile{
	width:16%;
}
.oriLaunchTiles .dashboard-tile .row{
	flex-wrap: nowrap;
	justify-content: space-between;
}
.planning-dash-tiles .dashboard-tile{
	background-color: #23aa4b;
	width:19%;
	margin-bottom: 30px;
}
.leaderboard-dash-tiles{
	justify-content: space-between;
    display: flex;
}
.leaderboard-dash-tiles .dashboard-tile{
	width:19%;
	margin-bottom: 30px;
}
.teacher-dash-tiles{
	justify-content: space-between;
    display: flex;
}
.teacher-dash-tiles-btm{
	justify-content: space-between;
    display: flex;
}
.teacher-dash-tiles-btm .dashboard-tile{
	width:39.3%;
	margin-bottom: 30px;
}
.teacher-dash-tiles-btm .dashboard-tile h5{
	font-family: 'DMSans-Regular' !important;
	font-size: 14px !important;
}
.teacher-dash-tiles .dashboard-tile{
	width:19%;
	margin-bottom: 30px;
}
.table-map-dark{
	background-image: url('../images/mapMarker.png');
	width: 14px;
    margin-right: 5px;
    float: left;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.table-map-light{
	background-image: url('../images/mapMarkerLight.png');
	width: 14px;
    margin-right: 5px;
    float: left;
    height: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.teacher-dash-milestone-img{
	text-align: center;
}

.mainNavbar .logotTitleDisplay{
	text-align: left;
    float: left;
}
.mainNavbar .nav_right{
	display: flex;
	align-items: center;
	padding: 0px 25px;
}
.mainNavbar .logotTitleDisplay h1{
	font-family: 'DMSans-Medium';
    font-size: 24px;
	margin:0px;
}
.mainNavbar .sessionDisplay{
	float: right;
	color:#fff;
    font-family: 'DMSans-Medium';
}
.datatable-box-wrapper {
    padding: 20px;
    background: #fff;
    border-radius: 10px;
}
.datatable-box-wrapper .legend-display{
	display: flex;
	justify-content: flex-end;
    margin-bottom: 10px;
}
.datatable-box-wrapper .legend-display .legend-box{
	margin-right: 10px;
	font-size: 12px;
}
.datatable-box-wrapper .legend-display .legend-box .green{
	background-color: #23aa4b;
    width: 50px;
    height: 13px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
    border-radius: 2px;
}
.datatable-box-wrapper .legend-display .legend-box .gray{
	background-color: #cacaca;
    width: 50px;
    height: 13px;
    display: inline-block;
    vertical-align: sub;
    margin-right: 5px;
    border-radius: 2px;
}
.todo-table-mainWrapper .table .school-box{
	box-shadow: 0 0 25px -5px #cccacc;
    border-radius: 10px;
	min-height: 58px;
}
.todo-table-mainWrapper .table .school-box .accordion-header{
	font-size: 13px;
    font-family: 'DMSans-Medium';
	position: relative;
	padding: 10px 30px 10px 10px;
}

.todo-table-mainWrapper .table .school-box .accordion-header span{
	font-family: 'DMSans-Bold';
    color: #23aa4b;
}

.todo-table-mainWrapper .table .school-box .accordion-header span.arrowIcn{
	position: absolute;
    right: 0px;
    top: 20px;
}
.todo-table-mainWrapper .table .school-box .multi-collapse td span.badge-dark{
	width: 20px;
    height: 20px;
    padding: 0px;
    text-align: center;
    line-height: 18px;
    font-size: 14px !important;
	color: #000;
}

.todo-table-mainWrapper .table .school-box .multi-collapse table tr td span{
	color:#23aa4b;
}
.todo-table-mainWrapper .table .school-box .multi-collapse .nav-tabs{
	border:none;
}
.todo-table-mainWrapper .table .school-box .multi-collapse .nav-tabs li a{
	border-radius: 30px;
    border: 1px solid #dee2e6;
}
.todo-table-mainWrapper .table .school-box .multi-collapse .nav-tabs li{
	margin-right: 10px;
}
.todo-table-mainWrapper .table .school-box .multi-collapse .nav-tabs li:last-child{
	margin-right: 0px;
}
.todo-table-mainWrapper .table .school-box .multi-collapse .nav-tabs li a:hover{
	color:#222;
}
.todo-table-mainWrapper .table .school-box .multi-collapse .nav-tabs li a.active{
	background: #23aa4b;
    color: #fff;
}
table.table tbody tr:nth-child(even) td{
	background-color: transparent !important;
}
.badgeMin{
	min-height: 18px;
	min-width: 30px;
}
.badge{
	border: none;
    font-size: 10px;
    font-family: 'DMSans-Regular';
    font-weight: 300;
    border-radius: 3px;
}
.badge-success{
	background-color: #23aa4b;
}
.badge-white{
	background-color: #fff;
}
.badge-gray{
	background-color: #afacac;
}
.badge:empty {
    display: inline-block;
	min-width:30px;
}

.dashboard-search-panel{
	margin-bottom: 20px;
}
.multiselect-select span.select2-selection--multiple{
	box-shadow: none;
	background: #F8F8FD;
    border: 1px solid #E9EBF6;
	height: 35px;
	overflow: auto;
}

.multiselect-select{
	padding:15px 20px 25px 20px;
	background-color: #fff;
	border-radius: 10px;
	margin-bottom: 30px;
}

.multiselect-select .form-group{
	margin-bottom: 0px;
}

.multiselect-select span.select2-selection--multiple li.select2-selection__choice{
	margin: 6px 0 0 6px;
	font-size: 12px;
}

.multiselect-select span.select2-selection--multiple li.select2-selection__choice 
.select2-selection__choice__remove{
	vertical-align: middle;
}

.multiselect-select span.select2-selection--multiple .select2-search__field{
	width:auto !important;
}

.right-section-wrapper{
	padding:5px 20px;
}

.panel-hding{
	font-family: 'DMSans-Bold';
    font-size: 23px;
	margin-bottom: 15px;
	color: #666;
}
.panel-hding1{
	font-family: 'DMSans-Bold';
    font-size: 26px;
	margin-bottom: 15px;
	color: #666;
	padding:5px 10px;
	border-radius: 5px;
}

.bg-1{
	background-color: #7E0001;
}
.bg-2{
	background-color: #279431;
}
.bg-3{
	background-color: #D0B90F;
}
.bg-4{
	background-color: #2190CA;
}
.bg-5{
	background-color: #553D8C;
}
.bg-6{
	background-color: #1F5489;
}
.bg-7{
	background-color: #8AC9EA;
}
.bg-8{
	background-color: #0fd097;
}

.bg-9{
	background-color: #4e6f06;
}

/* //for teacher view */
.bg-10{
	background-color: #e68b8c;
}
.bg-11{
	background-color: #b3c782;
}
.bg-12{
	background-color: #71B5D8;
}
.bg-13{
	background-color: #d4c867;
}
.bg-14{
	background-color: #8E7CBA;
}
.bg-15{
	background-color: #7da5cc;
}
.bg-16{
	background-color: #d8ae78;
}
.dashboard-tile{
	border-radius: 10px;
	margin-bottom: 40px;
}
.dashboard-tile .card-body{
	padding: 15px 20px;
}

.dashboard-tile .card-body h6{
	font-family: 'DMSANS-Medium';
    font-size: 15px;
    margin-bottom: 20px;
}
.dashboard-tile .card-body h6{
	font-family: 'DMSANS-Medium';
    font-size: 15px;
	margin-bottom: 10px;
    min-height: 36px;
}
.dashboard-tile .card-body h3{
	font-family: 'DMSans-Bold';
    font-size: 29px;
	min-height: 40px;
}

.dashboard-tile .card-body h5{
	font-family: 'DMSans-Bold';
    font-size: 17px;
	min-height: 40px;
}
.dashboard-tile .card-body p{
	color: #878DBA;
    margin-bottom: 0px;
    margin-top: 10px;
	font-family: 'DMSans-Medium';
}
.dashboard-tile .card-body p span{
	float:right;
}
.upperAnnouncementBar{
	font-family: 'DMSANS-REGULAR';
    padding: 6px 10px;
    background-image: linear-gradient(to right, #045e1f, #23aa4b, #045e1f);
    color: #fff;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
    text-shadow: 0px 1px 4px #000;
}
.upperAnnouncementBar1{
	font-family: 'DMSANS-REGULAR';
	padding: 6px 10px;
	background-color: #fff0;
	color: #045e1f;
	text-align: center;
	font-size: 15px;
	border: 4px solid #0b9434;
	border-radius: 15px;
}
.upperAnnouncementBar1 marquee{
	line-height: 12px;
}

.upperAnnouncementBar marquee{
	margin-bottom: 0px;
	vertical-align: middle;
}

.mob-toggler span:after, .mobile-menu span:after{
	width:100%;
}
.mob-toggler span:before, .mobile-menu span:before{
	width:100%;
}
.mob-toggler, .mobile-menu{
	position: inherit;
}
.pcoded-header .m-header{
	width:auto;
}
.announcementCarousel{
	margin-top:20px;
	background-color: #fff;
}
.announcementCarousel .carousel-item.active{
	display: flex;
	align-items: center;
}
.announcementCarousel .carousel-item .carousel-img{
	width:50%;
	padding:0px 0px 0px 50px;
}
.announcementCarousel .carousel-item .caption{
	padding: 0px 40px;
	width:50%;
}
.announcementCarousel .carousel-item .caption .title{
    font-size: 30px;
    font-family: 'DMSans-Bold';
	margin-bottom:30px;
}
.announcementCarousel .carousel-item .caption .desc{
	font-size: 18px;
	margin-bottom: 20px;
}
.announcementCarousel .carousel-item .caption .knowMore{
	
}
.pcoded-navbar .pcoded-inner-navbar li > a > .pcoded-mtext form{
	display: inline-block;
}
.login-hdr{
	display: flex;
    width: 100%;
    align-items: center;
}
.login-hdr .logo-left{
    text-align: center;
}

.login-hdr  .button-right{
	margin-top: 4px;
    width: 150px;
	min-width: 150px;
}
.carousel-control-prev, .carousel-control-next{
	opacity: 1;
	top: calc(183px - 20px);
    bottom: auto;
    width: 40px;
    height: 40px;
    background: #23aa4b;
}
.carousel-control-prev-icon, .carousel-control-next-icon{
	width:10px;
	height:10px;
}
.leaderboard-stripe{
	display: flex;
    padding: 20px;
    background: #fff;
    margin-bottom: 12px;
    border-radius: 10px;
    align-items: center;
    padding-bottom: 12px;
    padding-top: 12px;
}

.leaderboard-stripe:hover{
	box-shadow:0 0 25px -5px #cccacc;
}
.leaderboard-stripe .rank{
	width:20%;
}
.leaderboard-stripe .school{
	width:25%;
	font-family: 'DMSans-Medium';
	white-space: nowrap;
	overflow: hidden;
    text-overflow: ellipsis;
	padding: 0px 10px;
}
.leaderboard-stripe .schoolPerformance{
	width:20%;
}
.leaderboard-stripe .schoolPerformance .performanceStar{
	width:20px;
	height:20px;
	float:left;
	margin-right:5px;
	background-image: url('../images/performanceStar.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.leaderboard-stripe .schoolProgress{
	width:20%;
}
.leaderboard-stripe .schoolProgress .sessionCount{
	width:30px;
	height:25px;
	float: left;
}
.leaderboard-stripe .schoolProgress .completedSession{
	font-size: 12px;
    white-space: nowrap;
    text-align: center;
    padding: 4px;
    background: #dbdee6;
    max-width: 170px;
    border-radius: 5px;
    margin-top: 5px;
}
.leaderboard-stripe .schoolProgress .sessionCount1{
	background-image: url('../images/mapMarker1.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.leaderboard-stripe .schoolProgress .sessionCount2{
	background-image: url('../images/mapMarker2.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.leaderboard-stripe .schoolProgress .sessionCount3{
	background-image: url('../images/mapMarker3.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.leaderboard-stripe .schoolProgress .sessionCount4{
	background-image: url('../images/mapMarker4.png');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.leaderboard-stripe .city{
	width:22%;
}
.leaderboard-stripe .clubNum{
	width:20%;
	white-space: nowrap;
}
.leaderboard-stripe .totalScore{
	font-family: 'DMSans-Medium';
	width: 7%;
	white-space: nowrap;
}

.leaderboard-header{
	display: flex;
    border-radius: 10px;
	align-items: center;
	padding:10px 20px;
	font-size: 14px;
}

.leaderboard-header .rank{
	width:20%;
}
.leaderboard-header .school{
	width:25%;
	white-space: nowrap;
	padding: 0px 10px;
}
.leaderboard-header .schoolProgress{
	width:20%;
}
.leaderboard-header .schoolPerformance{
	width:20%;
}
.leaderboard-header .city{
	width:22%;
}
.leaderboard-header .clubNum{
	width:20%;
	white-space: nowrap;
}
.leaderboard-header .totalScore{
	width: 7%;
	white-space: nowrap;
}
.leaderboard-golden-badge{
	background-image: url(../images/gold-badge.png);
	width: 100%;
	background-repeat: no-repeat;
	height: 45px;
	background-size: contain;
	text-align: center;
}
.leaderboard-golden-badge span{
	display: inline-block;
	margin-top: 3px;
	font-weight: bold;
	font-size: 14px;
}
.leaderboard-bronze-badge{
	background-image: url(../images/bronze-badge.png);
	width: 100%;
	background-repeat: no-repeat;
	height: 45px;
	background-size: contain;
	text-align: center;
}
.leaderboard-bronze-badge span{
	display: inline-block;
	margin-top: 3px;
	font-weight: bold;
	font-size: 14px;
}
.leaderboard-silver-badge{
	background-image: url(../images/silver-badge.png);
	width: 100%;
	background-repeat: no-repeat;
	height: 45px;
	background-size: contain;
	text-align: center;
}
.leaderboard-silver-badge span{
	display: inline-block;
	margin-top: 3px;
	font-weight: bold;
	font-size: 14px;
}
.leaderboard-trophy-badge{
	background-image: url(../images/rank.png);
	width: 100%;
	background-repeat: no-repeat;
	height: 45px;
	background-size: contain;
	background-position: center;
	text-align: center;
}
.leaderboard-trophy-badge span{
	display: inline-block;
    margin-top: 9px;
    font-weight: bold;
    text-align: center;
    font-size: 14px;
}
.text-green{
	color:#23aa4b !important;
}
.pagination .page-item .page-link{
	color: #23aa4b;
}
.pagination .page-item.next .page-link span{
	color: #23aa4b;
}
.pagination .page-item.active .page-link{
	color:#fff;
	background-color: #23aa4b;
	border:1px solid #23aa4b;
}
.pagination .page-item.disabled .page-link span{
	color:#23aa4b;
}
.table-footer-left .summary{
	color:#23aa4b;
}
.outreach-history-table tr th{
	font-family: 'DMSans-Medium';
    font-size: 14px;
    padding: 5px 10px 5px 0px;
    vertical-align: top;
    font-weight: 500;
}
.outreach-history-table tr td{
	font-size: 14px;
    font-family: 'DMSans-Regular';
    padding: 7px 10px;
    vertical-align: top;
}
table.table tr th {
	font-family: 'DMSans-Medium';
    font-size: 15px;
    background: #23aa4b;
    color: #fff;
    border: 1px solid #178e3a;
    padding: 10px 10px;
    vertical-align: top;
}

table.table tr th.noRadius{
	border-radius: 0px;
}
table.table tr td {
    font-size: 14px;
    font-family: 'DMSans-Regular';
    border: 1px solid #dad8d8;
    padding: 7px 10px;
    vertical-align: top;
}
table.table tbody tr:nth-child(even) td {
    background: #ececec !important;
}
/*-----ENHANCEMENT CSS----*/
.custom_bread_crumb h2 {
    font-size: 16px;
    margin-top: 14px;
    margin-right: 20px;
    font-family: 'Fira Sans Condensed', sans-serif;
	display:none;
}
.custom_bread_crumb h2 span{margin-right:5px;}
.switch input[type=checkbox] + .cr {
	position: relative;
	display: inline-block;
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	height: 16px;
	width: 55px;
	border: 1px solid #e9eaec;
	border-radius: 60px;
	cursor: pointer;
	z-index: 0;
	top:3px;
}

.switch input[type=checkbox] + .cr:after {
	box-shadow: 0 0 0 1px rgb(0 0 0 / 10%), 0 4px 0 0 rgb(0 0 0 / 4%), 0 4px 9px rgb(0 0 0 / 13%), 0 3px 3px rgb(0 0 0 / 5%);
	-webkit-transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
	transition: 0.35s cubic-bezier(0.54, 1.6, 0.5, 1);
	background: #f7f7f7;
	height: 14px;
	width: 16px;
	border-radius: 60px;
}

.training_table_2 .table thead th {
    border-bottom: 1px solid #e2e5e8;
    font-size: 16px;
    color: #000;
    background: #dddddd;
    font-weight: 500;
}

.box {
	padding: 0px 5px;
	text-align: center;
	width: 200px;
}

.box .card {
	box-shadow: 0 1px 2.94px 0.06px rgb(4 26 55 / 16%);
	margin-bottom: 0px;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	border-top: 2px solid #23aa4b;
}

.box p {
	margin-bottom: 10px;
	color: #23aa4b;
	font-size:20px;
}

.box h6 {
	position: relative;
	top: 7px;
}

.btn{
	border-radius: 4px;
}

.btn_green {
	background: #23aa4b;
	border: none;
	border-radius: 4px;
	height: 18px;
	width: 50px;
    margin: 3px auto;
    display: block;
}

.btn_yellow {
    background: #f1c40f;
    border: none;
    border-radius: 4px;
    height: 18px;
    width: 50px;
    margin: 3px auto;
    display: block;
}

.btn_gray {
	background: #ddd;
	border: none;
	border-radius: 4px;
	height: 18px;
    width: 50px;
    margin: 3px auto;
    display: block;
}

.switch input[type=checkbox]:checked + .cr:after {
	left: 37px;
}

.partner_info_heading h5 {
	color: #5fa533;
}

.training_table .card-body {
	padding: 0px
}

.gray{
	font-size:20px;
}

.green{
	font-size:20px;
	color:#23aa4b;
}

.road_map .table .thead-dark th {
	color: #fff;
	background-color: #23aa4b;
	border-color: #36b85d;
}

.road_map .table .thead-light th {
	color: #fff;
	background-color: #9dcb3c;
	border-color: #9dcb3c;
}


label {
	display: inline-block;
	margin-bottom: 5px;
	color: #222222b0;
	font-size:14px;
}

.button_bg_btn{}

.parter_sec {
	margin-top: 70px !important;
}

.s_ob_top h5 {
	color: #666;
	font-weight: 500;
	margin: 0;
	/* font-family: 'Fira Sans Condensed', sans-serif; */
	letter-spacing: 0.5px;
	margin-bottom: 10px;
}

.partner_info_heading h5 {
	color: #23aa4b;
	margin-bottom: 10px;
}

.add_partner_btn {
	background: #23aa4b;
	color: #fff;
	padding: 4px 10px;
	border-radius: 4px;
	position: relative;
	bottom: 2px;
}

.add_partner_btn:hover {
	color: #fff;
}

button.btn.button_bg_btn {
    margin: 0px 10px;
}

.Add_submit_btn {
    background: #23aa4b;
    color: #fff;
    padding: 6px 38px;
    font-size: 16px;
}

.Add_submit_btn:hover {
    background:#279146;
    color: #fff;
    padding: 6px 38px;
    font-size: 16px;
}


.Add_cancel{
	 padding: 6px 38px;
	 font-size: 16px;
}

.button_bg {
    background: #e9ecef;
    margin: 10px;
    border-radius: 4px;
    padding: 5px 0px;
}

.Add_submit_btn:hover {
	color: #fff;
}

.Outreach_info {
	padding: 10px;
}

.form_group_btn {
	margin-top:14px;
	border-radius: 4px;
}

.modal-title {
	margin-bottom: 0;
	line-height: 1.5;
	color: #000;
	/*font-family: 'Fira Sans Condensed', sans-serif;*/
}


/*====Media query starts here===*/

@media (max-width: 1199px) {
	.logo_2 img {
		height: 40px;
	}
}


@media (max-width:767px) and (min-width:575px){
	.navbar-expand-lg{
		flex-wrap: nowrap !important;
		justify-items: flex-start !important;
	}
}

@media (min-width: 768px){
	.navbar-expand-lg{
		flex-wrap: nowrap !important;
		justify-items: flex-start !important;
	}
	
}

@media (max-width: 991) {
	.pcoded-header .m-header{
		width:235px;
	}
}

@media (max-width: 767) {
}

@media (max-width:650px){
	.pcoded-header .m-header{
		padding:0px 0px;
	}
	.pcoded-header .m-header .mobile-menu{
		padding:0px;
		width:20px;
	}
	.mainNavbar .nav_right{
		padding:0px 15px;
	}
	.mainNavbar .logotTitleDisplay h1{
		font-size: 20px;
	}

	.mainNavbar .sessionDisplay{
		font-size: 14px;
	}
}

@media (max-width: 575) {
}

@media (max-width: 574px) {
	.mainNavbar.pcoded-header{
		display: initial !important;
	}

	.pcoded-header .m-header {
		padding: 0px 0px 0px 15px;
	}

	.mainNavbar .m-header{
		float:left;
		top:15px;
	}
	.mainNavbar .nav_right{
		float: right;
		width: auto;
		flex-wrap: wrap;
		padding: 5px 10px 5px 0px;
	}

	.mainNavbar .nav_right .logotTitleDisplay{
		width:100%;
		text-align: right;
	}

	.mainNavbar .nav_right .logotTitleDisplay h1{
		text-align: right;
		font-size: 18px;
	}

	.mainNavbar .nav_right .sessionDisplay{
		width:100%;
		text-align: right;
		font-size: 13px;
    	margin-top: 3px;
	}
}

@media (max-width:510px){
	.mainNavbar .nav_right{
		width:50%;
	}
}

@media (max-width:480px){
	.panel-hding .btn{
		font-size: 12px;
		padding: 0.375rem 0.55rem;
	}
	.panel-hding .btn i{
		display: none;
	}
	.modalButton_activityupdate{
		margin:0px !important;
		font-size: 12px;
	}
	.modalButton_activityupdate i{
		display: none;
	}
	.modalButton_examholiday{
		margin:0px !important;
		font-size: 12px;
	}
	.modalButton_examholiday i{
		display: none;
	}
	.login-hdr .logo-left img {
		margin-left: 0px;
	}
	.login-hdr .logo-left{
		padding-left: 15px;
	}
	.mobile-optimised td:before {
		content: attr(data-th);
		display: block;
		margin: 0 0 10px;
		color: #1E2661;
		font-size: 16px;
		font-family: 'DMSans-Bold';
	}
	table.mobile-optimised thead {
		display: none;
	}
	.mobile-optimised td {
		display: block;
		float: left;
		width: 100%;
		clear: both;
		background: #F8F8FD;
		border: none;
		padding: 15px 20px;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		border-bottom: 1px solid #E8E9F1;
		text-align: left !important;
		max-width: 100% !important;
		white-space: inherit !important;
	}
	.mobile-optimised tbody tr {
		float: left;
		width: 100%;
		margin-bottom: 10px;
		border-radius: 8px;
	}
	table.mobile-optimised tbody, table.mobile-optimised tr {
		display: block;
	}
	table.table tbody tr td:first-child {
		border-radius: 5px 5px 0px 0px;
	}
	table.table tbody tr td:last-child {
		border-radius: 0px 0px 5px 5px;
	}
	table.table tr td:last-child {
		border-bottom: 1px solid #dad8d8;
	}
	.mobile-optimised tbody tr:last-child{
		margin-bottom:0px;
	}
}

@media (max-width:410px){
	
	.mainNavbar .nav_right{
		width:45%;
	}
	.mainNavbar .nav_right .logotTitleDisplay h1 {
		font-size: 16px;
	}
	.mainNavbar .nav_right .sessionDisplay{
		font-size: 12px;
	}
	.mainNavbar .nav_right .logotTitleDisplay{
		width:100%;
		margin-right: 0px !important;
	}
	.mainNavbar .nav_right .sessionDisplay{
		width:100%;
		margin-right: 0px !important;
	}
}

@media (max-width:370px){
	.login-box-wrapper{
		margin-top:20px;
	}
	.mainNavbar .nav_right .logotTitleDisplay{
	}
	.pcoded-header{
		min-height: 80px;
	}
	.pcoded-header.headerpos-fixed ~ .pcoded-main-container{
		padding-top:76px;
	}
	.mainNavbar .nav_right {
		width: 55%;
		height: 55px;
	}
}

@media (max-width:350px){

}

/*====Media query starts here===*/


/*view delete update button icon*/
.glyphicon {
	font-family: "Font Awesome 5 Free";
}

.glyphicon-eye-open:before {
	content: "\f06e";
	color: var(--success);
}

.glyphicon-pencil:before {
	content: "\f044";
	color: var(--primary);
}

.glyphicon-trash:before {
	content: "\f2ed";
	color: var(--danger);
}
.custom-file-input{
	opacity: 1;
	z-index: 0;
	position: relative;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    margin: 0;
    opacity: 0;
}

.login-img {
	background-image: url(../images/login-img.png);
	width: auto;
	background-repeat: no-repeat;
	min-height: 500px;
	background-position: center center;
	background-size: contain;
}
.ylac-img {
	background-image: url(../images/ylac-logo.png);
	width: 100%;
	background-repeat: no-repeat;
	height: 45px;
	background-size: contain;
}
.oxfam-img {
	background-image: url(../images/Oxfam-logo.png);
	width: auto;
	background-repeat: no-repeat;
	height: 45px;
	background-size: contain;
	margin-left: 100px;
}
.new-img {
	background-image: url(../images/logo-green.png);
	width: 100%;
	background-repeat: no-repeat;
	height: 45px;
	background-size: contain;
}

.help-block{
	color: red;
	font-size: 13px;
}
.breadcrumb-item+.breadcrumb-item::after {
	display: inline-block;
	padding-right: 0.2rem;
	padding-left: 0.2rem;
	color: #6c757d;
	content: "/";
}

.breadcrumb-item+.breadcrumb-item::before {
	display: none;
}

/*.table-responsive {*/

/*overflow: visible;*/

/*}*/

.monitoring_quarter_btn{
	background: linear-gradient(
			45deg
			, #54ab4c, #59e0c5) !important;
	border-radius: 50px;
	color:#fff;
	transition: .5s;
}

/*----CUSTOM MEDIA QUERY STARTED....*/

@media (max-width:1024px){
	.teacher-dash-tiles .dashboard-tile .card-body h6{
		font-size: 14px;
	}
	.teacher-dash-tiles .dashboard-tile .card-body{
		padding:15px 10px;
	}
	.teacher-dash-tiles .dashboard-tile .card-body h3{
		font-size: 17px;
	}
}

@media (max-width:768px){
	.calendarPlanningLegend p{
		margin-right: 10px;
	}
	.calendarPlanningLegend p span{
		width:15px;
	}
	.page-header{
		padding:0px;
	}
	.breadcrumb{
		padding:0.75rem 0rem;
	}
	.right-section-wrapper{
		padding:0px 0px;
	}
	.teacher-dash-tiles .dashboard-tile .card-body h6 {
		max-height: 34px;
		overflow: hidden;
		min-height: 34px;
	}
	.announcementCarousel{
		padding: 20px 0px;
	}
	.announcementCarousel .carousel-item .caption .title{
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 10px;
	}
}

@media (max-width:767px){
	#trainingProgressTable table tr td{
		height:125px !important;
	}
	.table-inner-TopTwoColumn{
		table-layout: fixed;
	}
	.table-inner-TopTwoColumn tr td{
		width:50% !important;
		overflow: hidden;
    text-overflow: ellipsis;
	}
	.multiselect-select .form-group{
		margin-bottom: 5px;
	}
}

@media (max-width:640px){
	.auth-content.login_form {
		padding-top: 40px;
	}
	.teacher-dash-tiles .dashboard-tile .card-body h6 {
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
	.teacher-dash-tiles .dashboard-tile .card-body h3, .teacher-dash-tiles .dashboard-tile .card-body h5 {
		-webkit-line-clamp: 2;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
	}
	.teacher-dash-tiles{
		justify-content: center;
		flex-wrap: wrap;
	}
	.teacher-dash-tiles .dashboard-tile{
		width:31.5%;
		margin-bottom: 10px;
		margin-right: 10px;
	}

	.teacher-dash-tiles-btm{
		margin-top:30px;
	}
	.teacher-dash-tiles-btm .dashboard-tile{
		margin-right: 10px;
		width: 50%;
	}
	.announcementCarousel .carousel-item.active{
		flex-wrap: wrap;
	}
	.announcementCarousel .carousel-item .carousel-img{
		width:100%;
		padding: 0px 50px;
	}
	.announcementCarousel .carousel-item .caption{
		width:100%;
		margin-top: 30px;
		padding:0px 50px;
	}
}

@media (max-width:575px){
	#trainingProgressTable table tr th{
		height:65px !important;
	}
	.teacher-dash-tiles {
		justify-content:space-between;
	}
	.teacher-dash-tiles .dashboard-tile{
		width:48%;
	}
	.calendarPlanningLegend p {
		margin-right: 15px;
		font-size: 12px;
	}
	.calendarPlanningLegend p span{
		margin-top: 0px;
		margin-bottom: 0px;
	}
}

@media (max-width:574px){
	.right-section-wrapper {
		padding: 30px 0px;
	}
	.pcoded-header.headerpos-fixed ~ .pcoded-main-container{
		padding:80px 0px;
	}
	.pcoded-main-container .page-header{
		margin-bottom: 0px;
	}
	.breadcrumb {
		padding: 0.75rem 0rem 0rem;
	}
	.pcoded-navbar.menupos-fixed{
		margin-top:80px;
	}
}
@media (max-width:480px){
	.login-img{
		display: none;
	}
	.auth-content.login_form{
		padding-top: 0px;
	}

	.datatable-box-wrapper{
		padding:10px;
	}
	.fullcalendar .fc-header-toolbar{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.fullcalendar .fc-header-toolbar .fc-left{
		margin:0px;
	}
	.fullcalendar .fc-header-toolbar .fc-left button{
		background: #23aa4b;
    	border-color: #23aa4b;
	}
	.fullcalendar .fc-header-toolbar .fc-left button:focus{
		background: #23aa4b;
    	border-color: #23aa4b;
		box-shadow: none;
	}
	.fullcalendar .fc-header-toolbar .fc-left button span{
		color:#fff;
	}
	.fullcalendar .fc-header-toolbar .fc-center{
		white-space: nowrap;
		width: 100%;
		text-align: right;
		margin:0px;
	}
	.fullcalendar .fc-view-container .fc-view{
		margin-top:10px;
	}

	.fullcalendar .fc-view-container .fc-head-container table tr th {
		font-weight: 600;
		font-size: 14px;
	}

	.fullcalendar .fc-view-container .fc-body{

	}
	.card-body{
		padding:10px;
	}
	.calendarPlanningLegend p span{
		margin-right:5px;
		width:15px;
	}
	.panel-hding{
		font-size: 19px;
		line-height: 32px;
	}
	.panel-hding .fullWidthBtns{
		width: 100%;
		display: flex;
		justify-content: space-between;
		margin-top: 5px;
	}
	.upperAnnouncementBar1{
		font-size: 13px;
	}
	table.table tr td{
		font-size: 13px;
		font-family: 'DMSans-Regular';
		padding: 4px 10px;
		vertical-align: middle;
		height: auto !important;
	}
	table.table tr th{
		font-size: 12px;
		font-family: 'DMSans-Regular';
		padding: 4px 10px;
		vertical-align: middle;
	}
	table.table tr td .add_partner_btn{
		bottom: 0;
		font-size: 12px;
	}
	.upperAnnouncementBar1{
		border-width:1px;
	}
	.teacher-dash-tiles {
		
	}
	.teacher-dash-tiles .dashboard-tile{
		width:100%;
		margin-right: 0px;
	}
	.teacher-dash-tiles-btm .dashboard-tile{
		width:100%;
		margin-right: 0px;
	}
	.teacher-dash-tiles-btm{
		flex-wrap: wrap;
		margin-top: 0px;
	}
	.teacher-dash-tiles-btm .dashboard-tile{
			margin-bottom: 10px;
	}
	.announcementCarousel .carousel-item .caption .title{
		font-size: 20px;
	}
	.announcementCarousel .carousel-item .caption .desc{
		font-size: 15px;
	}
	.carousel-control-prev, .carousel-control-next{
		width: 20px;
    	height: 20px;
	}
	.announcementCarousel .carousel-item .carousel-img{
		padding:0px 20px;
	}
	.announcementCarousel .carousel-item .caption{
		padding:0px 20px;
	}
}

@media (max-width:425px){
	.calendarPlanningLegend p{
		margin-right: 5px;
	}
}

@media (max-width:375px){
	.calendarPlanningLegend{
		flex-wrap: wrap;
	}
	.calendarPlanningLegend p{
		width:100%;
	}
	.table-footer-left .summary{
		font-size: 13px;
	}
	.table-footer{
		flex-wrap: wrap;
	}
	.table-footer .col-md-6{
		padding:0px;
		margin-bottom: 10px;
	}
	.announcementCarousel .carousel-item .caption .title{
		margin-bottom: 5px;
	}
	.announcementCarousel .carousel-item .caption{
		margin-top:10px;
	}
}

@media (max-width:320px){
	table.table tr td{
		font-size: 11px;
		padding:4px 7px;
	}
	table.table tr th{
		font-size: 11px;
		padding:4px 7px;
	}
	.announcementCarousel .carousel-item .caption .title{
		font-size:17px;
	}
	.announcementCarousel .carousel-item .caption .desc{
		font-size:14px;
	}
}