/*-------------------------------*/


/*            Fonts              */


/*-------------------------------*/

@font-face {
    font-family: 'alpha_echoregular';
    src: url('alpha_echo-webfont.eot');
    src: url('alpha_echo-webfont.eot?#iefix') format('embedded-opentype'),
         url('alpha_echo-webfont.woff') format('woff'),
		 url('alpha_echo-webfont.woff') format('woff'),
		 url('alpha_echo-webfont.ttf') format('truetype'),
		 url('alpha_echo-webfont.svg#alpha_echoregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Source_sans';
    src: url('sourcesanspro-regular.otf');
    src: url('sourcesanspro-regular.otf') format('otf'),
		 url('SourceSansPro-Regular.otf.woff') format('woff'),
		 url('alpha_echo-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


/*-------------------------------*/


/*             Body              */


/*-------------------------------*/

* {
    padding: 0;
    margin: 0;
}
body{
    font-size:16px;
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-family: 'Source_sans';
}
button {
	font-family: 'alpha_echoregular' !important;
}
a,
a:hover {
    text-decoration: none;
}

.page-title {
	font-style: italic;
    font-weight: bold;
    color: #64433b;
    font-size: 42px;
    line-height: 30px;
    margin-bottom: 30px;
}

.up-title {
    text-transform: uppercase;
    color: #64433b;
    font-size: 22px;
    line-height: 20px;
    text-shadow: 0px 0px 0px;
    letter-spacing: 0.2px;
}


/*-------------------------------*/


/*       Table properties        */


/*-------------------------------*/

table {
    font-size: 20px;
    color: #64433b;
   /* font-style: italic; */
}

thead {
    background: #FECA6E;
    font-weight: bold;
}

.class-list th {
    background: #FECA6E;
}

.table>tbody>tr>td {
    border-top: 1px dashed #64433b;
}

.class-list th,
.table>thead>tr>th {
    /*border-bottom: 1px solid #abdcd3 !important; */
	border-bottom: transparent !important;
}
.table-striped>tbody>tr:nth-of-type(odd){
	background-color:transparent;
}


/*-------------------------------*/


/*          Colors           */


/*-------------------------------*/

.bg-green {
    background: #BFC94A;
}
.bg-darkgreen-2 {
    background: #12553f;
}
.bg-orange-1{
	background:#E9A723;
}
.bg-darkgreen {
    background: #5B8E55;
}

.bg-lightgreen {
    background: #abdcd3;
}

.bg-rblue {
    background: #4bc0af;
}

.bg-violet {
    background: #64433b;
}
.bg-white {
	background: #ffffff;
}
.bg-brown{background:#64433A}

.color_white {
    color: #fff !important;
    font-size: medium !important;
}

.color_green {
    /*color: #5b8e55;*/
}

.color_green {
    color: #12553f;
}
.color_brown {
    color: #64433b !important;
    font-size: medium !important;
}
.btn {
    padding: 10px 34px !important;
    background-color: transparent;
    outline: none !important;
    background-position: center;
    background-repeat: no-repeat;
    letter-spacing: -0.2px;
}

.all-links {
    display: -webkit-inline-box;
    list-style-type: none;
}

.all-links li {
    margin: 0px 8px;
}


/*-------------------------------*/


/*             Header            */


/*-------------------------------*/

.horizontal-line {
    /* padding: 40px 100px; */
	padding: 24px 100px;
    background: #feca6e;
    margin-top: 20px;
    margin-bottom: 20px;
}

.logo img {
    background: transparent;
    padding: 20px;
    border-radius: 0px 0px 20px 20px;
    margin: auto;
}

.sidebar-logo img {
    width: 150px;
	border: 1px solid #64433b;
    padding: 7px;
    border-radius: 28%;
}
.trikona img{border:none !important; border-radius:0; width:30%}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    background-color: transparent;
}

.header {
    height: 100px;
    width: 100%;
    margin: -1px 0px;
}

.header h4 {
    text-align: right;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    top: 18px;
    line-height: 22px;
	position: relative;
    right: 145px;
    font-style: normal;
    font-weight: normal;
}

.school {
       position: absolute;
    right: 10%;
    /* padding: 20px; */
    /* width: 40%; */
    display: inline-block;
    top: 23px;
}.sidebar img {
        width:50px;
}

.trikona {
        /* position: absolute; */
    /* left: 0; */
    /* background: #fff; */
    padding: 20px;
    /* height: 200px; */
    /* border-radius: 0px 0px 20px 0px; */
    /* z-index: 1080; */
    /* box-shadow: 2px 2px 10px #80808047; */
    /* float: left; */
    margin: auto;
    text-align: center;
}


/*-------------------------------*/


/*           Login page          */


/*-------------------------------*/

.login-sec h5 {
    color: #64433b;
    font-size: 18px;
    text-transform: uppercase;
    text-shadow: 0px 0px 0px #64433b;
}

.login-sec a {
    color: #64433b;
    font-size: 14px;
    font-weight: normal;
    font-style: italic;
    font-family: 'Source_sans';
    letter-spacing: 0.2px;
    text-decoration: underline;
}
.login-sec label{
        text-align: right;
    color: #61231B;
    font-weight: bold !important;
    font-size: 17px;
}
.notes .m-0 {
    margin: 0px !important;
}

.back-btn {
    text-align: center;
}


/*-------------------------------*/


/*        Step form page         */


/*-------------------------------*/

.holidays_reg .form-control,
.timetable_reg .form-control,
.class_reg .form-control,
.teachers-reg .form-control {
    background: #fff;
    color: #64433b;
    font-style: italic;
    font-size: 20px;
	border: 2px solid #feca6e !important;
	border-radius:25px;
}

.holidays_reg h4, .timetable_reg h4 {
    text-align: center;
    line-height: 24px;
    color: #64433b;
    margin-top: -10px;
}

.holidays_reg label,
.timetable_reg label,
.class_reg label,
.teachers-reg label {
    font-weight: bold;
    color: #64433b;
    font-size: 24px;
    text-shadow: 0px 0px 0px;
}

.holidays_reg1 {
    padding: 20px 0px;
}
.inline{
	display:inline;
}
.holidays_reg1 span {
    font-size: 22px;
    color: #64433b;
    line-height: 42px;
    display: flex;
}

.holidays_reg1 span small {
    font-weight: bold;
}

.steps {
    text-align: center;
    color: #fff;
    letter-spacing: 0.5px;
    position: relative;
    font-size: 20px;
    text-shadow: 0px 0px 0px white;
}

.class_label {
    background: white;
    padding: 8px;
    border-radius: 4px;
    color: #64433b !important;
    text-align: center;
    font-size: 20px !important;
    font-weight: 400 !important;
}

.success-message {
    background: #abdcd3;
    padding: 30px 0px;
    margin: 25px;
    border-radius: 6px;
}

.success-message h4 {
    color: #64433b;
}


/*-------------------------------*/


/*          Form Elements        */


/*-------------------------------*/

.form-control {
    background-color: #FFFFFF;
    border: none !important;
    color: #64423A;
    font-size: 16px;
    font-style: italic !important;
}
.formlabel label {
    color: #64433b;
    font-size: 16px;
}
label {
    color: #64433b;
    line-height: 32px;
    text-shadow: 0px 0px 0px #64433b;
    letter-spacing: 0.2px;
    font-weight: normal !important;
}
.formdata .col-md-1{
    color: #64433b;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}
.input-group-addon {
    color: #ffffff;
    background-color: #64433b;
	border:unset !important;
}
.inline li{width:40% !important;}
.inline li label{
	padding: 12px 25px 25px 80px !important;
    margin: -8px auto !important;
    height: 0px !important; 
}
.inline li .check{
	height: 36px !important;
    width: 36px !important;
    top: 0px !important;
}
.inline li .check::before{
	height: 26px !important;
    width: 26px !important;
}
.pupform_addstud input{
    width: 100%;
    border-radius: 3px;
    border: none;
    outline: none;
    color: #64433b;
    font-size: 18px;
    font-style: italic;
    background: #fff;
}
button,
html input[type=button],
input[type=reset]{
    background-image: url(../img/btn-bg-2.png) !important;
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 20px !important;
    border-radius: unset !important;
    padding: 5px 38px !important;
    
}
input[type=submit] {
    color: #fff;
    letter-spacing: 0.5px;
    font-size: 20px !important;
    border-radius: unset !important;
    font-family: 'alpha_echoregular' !important;
    font-size: 18px;
    color: #fff;
    position: relative;
    top: -4px;
}

.btn-md {
    background-image: url(../img/btn-md.png) !important;
}
.btn-md-green {
    background-image: url(../img/btn-md-green.png) !important;
}

.btn-md-red {
    background-image: url(../img/btn-md-red.png) !important;
}

.btn-lg {
    background-image: url(../img/btn-lg.png) !important;
    display: block;
}

.btn.focus,
.btn:focus,
.btn:hover {
    color: #ffd64b !important;
}

select {
    width: 100%;
    padding: 6px;
    border-radius: 3px;
    border: 1px solid #64433b;
    outline: none;
    color: #64433b;
    font-size: 18px;
    font-style: italic;
    margin-bottom:0px;
    text-shadow: 0px 0px 0px;
    letter-spacing: 0.2px;
}

.datepicker td,
.datepicker th {
    border-radius: 0px !important;
}


/*-------------------------------*/


/*       radio button design     */


/*-------------------------------*/

.radio-select {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: auto;
    margin-top: -25px;
}

.radio-select li {
    color: #AAAAAA;
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.radio-select li input[type=radio] {
    position: absolute;
    visibility: hidden;
}

.radio-select li:hover label {
    color: #FFFFFF;
}

.radio-select li .check {
    display: block;
    position: absolute;
    border: 6px solid #fff;
    height: 40px;
    width: 40px;
    top: 30px;
    left: 20px;
    border-radius: 3px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

.radio-select li:hover .check {
    border: 5px solid #FFFFFF;
}

.radio-select li .check::before {
    display: block;
    position: absolute;
    content: '';
    height: 25px;
    width: 25px;
    top: 0px;
    left: 0px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

.radio-select input[type=radio]:checked ~ .check {
    border: 5px solid #fff;
}

.radio-select input[type=radio]:checked ~ .check::before {
    background: #64433b;
}

.radio-select input[type=radio]:checked ~ label {
    color: #64433b;
}

.radio-select li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 1.35em;
    padding: 25px 25px 25px 80px;
    margin: 10px auto;
    height: 30px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    color: #fff;
    font-weight: bold;
}

.radio-select li .check::before {
    display: block;
    position: absolute;
    content: '';
    height: 30px;
    width: 30px;
    top: 0px;
    left: 0px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}


/*-------------------------------*/


/*        Check Box Design       */


/*-------------------------------*/

.multi-select input,
.timetable input {
    padding: 0;
    height: initial;
    width: initial;
    margin-bottom: 0;
    display: none;
    cursor: pointer;
}

.multi-select label,
.timetable label {
    position: relative;
    cursor: pointer;
    color: #fff;
    font-size: 1.35em;
    overflow:hidden;
}

.multi-select .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #0079bf;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 12px;
    border: 6px solid #feca6e;
    height: 40px;
    width: 40px;
    border-radius: 3px;
}

.multi-select .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 6px;
    width: 28px;
    height: 28px;
    border-width: 0 2px 2px 0;
    background: #64433b;
}

.timetable .form-group label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #FECB6F !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    /* margin-right: 12px; */
    border: none;
    height: 50px;
    background: white;
    width: 50px;
    border-radius: 3px;
}

.timetable .form-group input:checked + label:after {
    content: '';
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    border-width: 0 2px 2px 0;
    /* background: #64433b;*/
	background: #9E573C; 
    border-radius: 3px;
}


/*-------------------------------*/


/*       Accordian and Tabs      */


/*-------------------------------*/

.classes-tab.nav-tabs {
    text-align: center !important;
}

.classes-tab.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin: auto;
    color: #64433b;
    font-size: 20px;
    font-style: italic;
    text-decoration: underline;
    text-transform: uppercase;
    text-shadow: 0px 0px 0px;
}

.classes-tab.nav-tabs>li {
    float: unset;
    display: -webkit-inline-box;
}

.nav>li>a:hover,
.nav>li>a:focus {
    background: unset !important;
    border: unset !important;
}

.classes .nav-tabs>li>a {
    border: unset !important;
}

.classes-tab.nav-tabs>li.active>a,
.classes-tab.nav-tabs>li.active>a:hover,
.classes-tab.nav-tabs>li.active>a:focus {
    background-color: unset;
    border: none;
    /*color: #abdcd3; */
	color:#e8a722;
}

.main-class {
    /*background: #abdcd3 !important; */
    background: #e8a722 !important;
    text-align: center;
    margin: 0px 15px;
	height: 70px;
}

.main-class span {
    font-size: 17px;
    position: relative;
    top: 20px; 
    color: #64433b;
    float: left;
    text-align: left;
    /* margin-top:-25px; */
}

.main-class .panel-title {
    font-weight: bold;
    color: #64433b;
    font-size: 26px;
    text-align: center;
    width: 100%;
    display: grid;
    position: relative;
    top: 0px;
}

.panel {
    background-color: unset;
    border: none;
}

.nav-tabs {
    border-bottom: unset;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
    /*background: #5b8e55; */
}
.panel-heading .panel-title  .acc-title-2,.panel-heading .panel-title  .acc-title-3 {
	visibility: hidden;
}
.panel-heading .collapsed .panel-title .acc-title-2,.panel-heading .collapsed .panel-title  .acc-title-3 {
	visibility: visible;
}
.tabContent .panel-default .panel-heading {
    background-color: #feca6e;
    border-bottom: 1px solid #ffffff !important;
    border-radius: 7px;
}
.panel-headinga:has(> .collapsed){
	background-color:#ffd54c !important;
}
.panel-default>.panel-heading+.panel-collapse>.panel-body{
	border:none !important;
}

.zig-zag:before {
    /*background: linear-gradient(45deg, transparent 16px, #4bc0af 0), linear-gradient(-45deg, transparent 16px, #4bc0af 0); */
	background: linear-gradient(45deg, transparent 16px, #ffffff 0), linear-gradient(-45deg, transparent 16px, #ffffff 0);
    background-repeat: repeat-x;
    background-position: left bottom;
    background-size: 21px 32px;
    content: "";
    display: block;
    width: 60%;
    height: 32px;
    margin: auto;
    position: relative;
    bottom: -12px;
}

.panel-default>.panel-heading {
    border: none;
}

.acc-title-1 span {
    color: #64433b;
    position: relative;
    top: 2px;
    left: 5px;
    font-weight: bold;
	font-size: 16px;
}

.acc-title-2,
.acc-title-3 {
    color: #64433b;
	font-size:18px;
    font-weight: 400;
    text-shadow: 0px 0px 0px;
    font-style: normal;
}

.acc-title-2 span,
.acc-title-3 span {
    /* color: #5b8e55; */
	color: #231F20;
    font-size: 18px;
    margin-left: 4px;
    font-style: italic;
}

.acc-title-4 span {
    color: white;
    background: #64433b;
    padding: 9px;
    border-radius: 50%;
    position: absolute;
    top: -7px;
    right: 10%;
}

.class-overall-details .panel-body {
    background: #fff !important;
}

.vertical {
    transform: rotate(-90deg);
    float: left;
    padding: 8px 16px;
    background: #ffffff;
    color: #5b8e55;
    text-transform: uppercase;
    border-radius: 4px;
    font-size: 15px;
    position: relative;
    top: 38%;
    font-weight: bold;
    left: -45%;
}

.class-overall-details .vborder {
    border-right: 1px dashed #64433b;
}

.teacher-info {
    padding: 40px;
    padding-bottom: 8px;
}

.teacher-info .col-md-2 {
    background: #64433b;
    height: 165px;
    border-radius: 8px 0px 0px 8px;
}

.teacher-info .col-md-10 {
    /*background: #bfc94a; */
	background:#FECA6E;
    padding: 8px 22px;
    height: 165px;
    border-radius: 0px 8px 8px 0px;
}

.teacher-edit {
    position: absolute;
    top: 3px;
    right: 12px;
}

.teacher-name {
    color: #64433b;
    font-weight: bold;
    font-style: italic;
    line-height: 20px;
}

.teacher-info span {
    display: block;
}

.teacher-mail,
.teacher-number {
    color: #64433b;
    font-size: 18px;
}

.teacher-actcode {
    background: #fff;
    text-align: center;
    padding: 6px;
    border-radius: 3px;
    color: #65433b;
    text-transform: uppercase;
    font-size: 16px;
}

.teacher-actcode strong {
    color: #64433b;
    margin-left: 8px;
}

.session-info {
    padding: 40px;
    padding-bottom: 20px;
}

.sessionlabel {
	color: #64433b;
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    text-shadow: 0px 0px 0px;
    letter-spacing: 0.3px;
}
.sessionlabelresult strong{
    font-weight: 400;
    text-shadow: 0px 0px 0px;
    margin-right: 2px;
}

.sessionlabelresult {
    /*color: #5b8e55; */
	color:#231F20;
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    display: block;
    font-style: italic;
    text-shadow: 0px 0px 0px;
}

.session-edit {
    position: absolute;
    right: 5%;
    top: 50%;
}

.session-update {
    display: grid;
    text-align: center;
}

.session-edit span {
    color: #64433b;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}

.update-session {
    border: 1px dashed #64433b;
    border-radius: 6px;
    padding: 10px;
    display: grid;
    text-align: center;
}

.update-session span {
    color: #64433b;
    font-weight: bold;
    font-style: italic;
    margin: 5px;
    font-size: 16px;
}

.student-info {
    padding: 0px 40px;
}


/*-------------------------------*/


/*          Progress Bar         */


/*-------------------------------*/

.progressbar-title {
    color: #5b8e55;
    font-size: 12px;
    margin: 5px 0;
    background: #fff;
    padding: 10px 18px;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: bold;
}

.progress {
    height: 100px;
    line-height: 35px;
    overflow: visible;
    border-radius: 0px;
    background: #f7f7f7;
    margin: 20px 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
    background: #fff;
    background-image: linear-gradient(90deg, rgb(255, 255, 255) 15%, rgb(255, 255, 255) 75%, rgb(91, 142, 85) 100%, rgba(255, 255, 255, 0.15) 95%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 15px 40px
}

.progress .progress-bar {
    position: relative;
    background-image: linear-gradient(90deg, rgb(191, 201, 74) 15%, rgb(191, 201, 74) 75%, rgb(191, 201, 74) 50%, rgba(255, 255, 255, 0.15) 95%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 15px 40px;
    animation: animate-positive 2s;
}

.progress .progress-bar span {
    display: block;
    background: #000;
    border-radius: 25px;
    color: #fff;
    font-size: 11px;
    padding: 12.5px 25px;
    position: absolute;
    top: 0px;
    right: -2px;
}

.progress .progress-bar span i {
    background-color: #000;
    border: 1px solid #000;
    border-radius: 25px;
    position: absolute;
    top: -3px;
    left: 35px;
    font-size: 17px;
}

.progress .progress-bar span i:after {
    content: "";
    width: 64%;
    border-top: 1px solid #fff;
    position: absolute;
    top: 22px;
    left: 2px;
}

.progress .progress-value {
    position: absolute;
    top: -45px;
    right: -20px;
    color: #fff;
    display: block;
    font-size: 17px;
    font-weight: bold;
    padding: 5px 7px;
    background: #000;
    border-radius: 0 0 5px 5px;
}

.progress .progress-value:after {
    content: "";
    border: 7px solid transparent;
    border-top: 7px solid #000;
    position: absolute;
    bottom: -13px;
    left: 19px;
}

@-webkit-keyframes animate-positive {
    0% {
        width: 0%;
    }
}

@keyframes animate-positive {
    0% {
        width: 0%;
    }
}

.pgrs {
    background: #64433b;
    border-radius: 6px;
    padding-top: 20px;
    text-align: center;
}

.view_classes a,
.view_classes a:hover {
    text-decoration: none;
}

.progress-edit {
    position: absolute;
    top: 15px;
    right: 18px;
}

.sec-title {
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 28px;
    letter-spacing: 0.6px;
}


/*-------------------------------*/


/*            Spacing            */


/*-------------------------------*/

.pad-0 {
    padding: 0px;
}

.pad-25 {
    padding: 25px;
}

.pad-50 {
    padding: 50px;
}

.pad-25-0 {
    padding: 25px 0px;
}

.pad-tb50 {
    padding: 50px 0px;
}

.pad-100 {
    padding: 100px;
}

.pad-100-0 {
	padding:0px 100px;
}
.pad-140 {
    padding: 40px 140px 0px 140px;
}


/*-------------------------------*/


/*          Form Elements        */


/*-------------------------------*/

.input[text] {
    color: #fff;
}

.notes {
    background: #9e563c;
    color: #ffd54c;
    font-size: 22px;
    padding: 40px;
    text-shadow: 0px 0px 0px #ffd54c;
}

.notes h5 {
    color: #ffffff;
    font-size: 22px;
    font-weight: bold;
    line-height: 45px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.notes h5,
.notes p {
    margin: 0px;
}

.notes p span {
    font-style: italic;
    color: white;
}

.text-upper {
    text-transform: uppercase;
}

#see-more {
    text-align: center;
    display: block;
    color: #64433b;
    font-weight: bold;
    text-decoration: underline;
    margin-top: 12px;
    cursor: pointer;
}

.extra {
    padding: 0px !important;
    padding-top: 25px !important;
}

.schedule-session-title .col-md-2 {
    /* background: #bfc94a; */
	background: #634339;
    text-align: center;
    border-radius: 6px;
}

.schedule-session-title {
    padding: 25px;
}


/*-------------------------------*/


/*           Wrappers            */


/*-------------------------------*/

#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 220px;
}

#sidebar-wrapper {
    z-index: 1000;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #9e563c;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#sidebar-wrapper::-webkit-scrollbar {
    display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 220px;
}

#page-content-wrapper {
    width: 100%;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -220px;
	width: auto;
}


/*-------------------------------*/


/*     Sidebar nav styles        */


/*-------------------------------*/

.sidebar-nav {
    position: absolute;
    top: 20%;
    width: 220px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.sidebar-nav li {
    position: relative;
    line-height: 20px;
    display: inline-block;
    width: 100%;
}

.sidebar-nav li:hover:before,
.sidebar-nav li.open:hover:before {
    width: 100%;
    -webkit-transition: width .2s ease-in;
    -moz-transition: width .2s ease-in;
    -ms-transition: width .2s ease-in;
    transition: width .2s ease-in;
}

.sidebar-nav li a i {
    font-size: 24px;
    margin-right: 12px;
    margin-left: -6px;
    width: 20%;
}

.sidebar-nav li a {
    display: block;
    color: #ffd54c;
    text-decoration: none;
    padding: 10px 15px 10px 30px;
    font-size: 20px;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
    color: #fff;
    text-decoration: none;
    background-color: transparent;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 20px;
    line-height: 44px;
}

.sidebar-nav .dropdown-menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    border-radius: 0;
    border: none;
    background-color: #222;
    box-shadow: none;
}


/*-------------------------------*/


/*          left sidebar         */


/*-------------------------------*/

.sidebar {
        position: relative;
    z-index: 1090;
    display: block;
    width: 21px;
    height: 14px;
    background: transparent !important;
    border: none;
    margin-top: 0px;
}

.sidebar:hover,
.sidebar:focus,
.sidebar:active {
    outline: none;
}

.sidebar.is-closed:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.sidebar.is-closed:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.sidebar.is-closed .hamb-top,
.sidebar.is-closed .hamb-middle,
.sidebar.is-closed .hamb-bottom,
.sidebar.is-open .hamb-top,
.sidebar.is-open .hamb-middle,
.sidebar.is-open .hamb-bottom {
    position: absolute;
    left: 28px;
    height: 5px;
    width: 46%;
    text-align: center;
    margin: -2px;
}

.sidebar.is-closed .hamb-top,
.sidebar.is-closed .hamb-middle,
.sidebar.is-closed .hamb-bottom {
    background-color: #64433b;
}

.sidebar.is-closed .hamb-top {
    top: 5px;
    -webkit-transition: all .35s ease-in-out;
}

.sidebar.is-closed .hamb-middle {
    top: 50%;
    margin-top: -2px;
}

.sidebar.is-closed .hamb-bottom {
    bottom: 5px;
    -webkit-transition: all .35s ease-in-out;
}

.sidebar.is-closed:hover .hamb-top {
    top: 0;
    -webkit-transition: all .35s ease-in-out;
}

.sidebar.is-closed:hover .hamb-bottom {
    bottom: 0;
    -webkit-transition: all .35s ease-in-out;
}

.sidebar.is-open .hamb-top,
.sidebar.is-open .hamb-middle,
.sidebar.is-open .hamb-bottom {
    background-color: #64433b;
}

.sidebar.is-open .hamb-top,
.sidebar.is-open .hamb-bottom {
    top: 50%;
    margin-top: -2px;
}

.sidebar.is-open .hamb-top {
    -webkit-transform: rotate(45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}

.sidebar.is-open .hamb-middle {
    display: none;
}

.sidebar.is-open .hamb-bottom {
    -webkit-transform: rotate(-45deg);
    -webkit-transition: -webkit-transform .2s cubic-bezier(.73, 1, .28, .08);
}

.sidebar.is-open:before {
    content: '';
    display: block;
    width: 100px;
    font-size: 14px;
    color: #fff;
    line-height: 32px;
    text-align: center;
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}

.sidebar.is-open:hover:before {
    opacity: 1;
    display: block;
    -webkit-transform: translate3d(-100px, 0, 0);
    -webkit-transition: all .35s ease-in-out;
}


/*-------------------------------*/


/*            Overlay            */


/*-------------------------------*/

.overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(250, 250, 250, .8);
    z-index: 1;
}


/*-------------------------------*/


/*      Schedule Section         */


/*-------------------------------*/

.schedule-session-title .col-md-2 h3 {
    /* color: #5b8e55; */
    color: #FFFFFF;
    font-weight: bold;
	font-size: 32px;
    font-family: 'alpha_echoregular' !important;
}

.schedule-session-title .col-md-2 h2 {
    color: #fff;
    font-size: 42px !important;
    font-weight: bold;
    margin-top: -10px;
	font-family: 'alpha_echoregular' !important;
}

.schedule-session-title .col-md-10 h4 {
    margin-top: 26px;
    /* color: #bfc94a;*/
	color: #634339; 
    line-height: 28px;
    font-size: 22px;
    font-weight: 400;
    text-shadow: 0px 0px 0px;
}

.schedule-session-title .col-md-10 h4 span {
    color: #fff;
}

.schedule-body a {
    width: 60%;
    /* background: #bfc94a; */
    background: #FFFFFF;
    display: block;
    margin: 10px;
    text-align: center;
    margin: 10px auto;
    color: #64433b;
    font-size: 18px;
    padding: 8px;
    border-radius: 3px;
    text-decoration: none;
    text-shadow: 0px 0px 0px;
    letter-spacing: 0.2px;
}

.schedule-body a:hover, .schedule-body .active {
    /* background: #12553f;
    color: #fff; */
	background: #64423A;
    color: #fff;
}

.schedule-body {
    padding: 50px;
    /* background: #fff; */
	background: #FECA6E;
}

.schedule-body .sub-title {
    /* color: #5b8e55; */
    color: #211E1F;
    font-size: 16px;
    font-weight: bold;
}

#session-a .radio-select li label {
    display: block;
    position: relative;
    font-weight: 300;
    font-size: 2em;
    padding: 0;
    left: 14px;
    top: 30px;
    height: 60px;
    width: 60px;
    margin: auto;
    padding: 15px;
    z-index: 9;
    cursor: pointer;
    -webkit-transition: all 0.25s linear;
    color: #64423A;
    font-weight: bold;
	background: #fff;
    border: 1px solid #64423A;
	text-shadow: 0px 0px 0px #64423A;
}
/* #session-a .radio-select li label:before {
      content: "";
      width: 100px;
      height: 0;
      position: absolute;
      top: 0;
      left: 0;
      border-bottom: 29px solid red;
      border-left: 29px solid #eee;
      border-right: 29px solid #eee;
}
#session-a .radio-select li label:after {
      content: "";
      width: 100px;
      height: 0;
      position: absolute;
      bottom: 0;
      left: 0;
      border-top: 29px solid red;
      border-left: 29px solid #eee;
      border-right: 29px solid #eee;
}
 */

#session-a .radio-select input[type=radio]:checked ~ .check {
    border: 1px solid #5b8e55 !important;
}

#session-a .radio-select li .check {
    display: block;
    position: absolute;
    border: 1px solid #5b8e55 !important;
    height: 60px;
    width: 60px;
    top: 30px;
    left: 20px;
    border-radius: 3px;
    z-index: 5;
    transition: border .25s linear;
    -webkit-transition: border .25s linear;
}

#session-a .radio-select {
    display: -webkit-inline-box;
    list-style: none;
    padding: 0;
    overflow: visible;
    padding-left: 0px;
    padding-bottom: 30px;
    margin-left: -30px;
}

#session-a .radio-select li .check::before {
    display: block;
    position: absolute;
    content: '';
    height: 58px;
    width: 58px;
    color: #fff !important;
    top: 0px;
    left: 0px;
    margin: auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
}

#session-a .radio-select input[type=radio]:checked ~ label {
    color: #fff !important;
	background: #64423A !important;
}

#session-a .radio-select input[type=radio]:checked ~ .check::before {
    background: #5b8e55 !important;
}

#session-a .radio-select li {
    width: 70px;
}

#session-a .something-else {
    width: 270px;
    background: #fff;
    border: 1px solid #64423A;
    color: #64423A;
}


/*-------------------------------*/


/*        Read more css          */


/*-------------------------------*/

.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
    background: #fff;
}

.read-more-state ~ .read-more-trigger:before {
    content: 'Show More Details';
}

.read-more-state:checked ~ .read-more-trigger:before {
    content: 'See Less';
}

.read-more-trigger {
    cursor: pointer;
    display: table;
    padding: 0 .5em;
    color: #64433b;
    font-size: .9em;
    line-height: 2;
    border-radius: .25em;
    text-align: center;
    margin: auto;
    clear: both;
    font-style: italic;
    font-size: 1.3em;
    text-decoration: underline;
}


/*-------------------------------*/


/*        Upload images          */


/*-------------------------------*/

#session-upload h3 {
    color: #64433b;
    font-style: italic;
    font-weight: bold;
    text-align: left;
}

.ratings span {
    display: block;
    color: #64433b;
    font-weight: bold;
    position: relative;
    top: -6px;
}

#session-upload textarea {
    background: #FFFFFF;
    border-radius: 6px;
    color: #64433b;
    padding: 5px;
    outline: none;
    text-align: left;
    font-style: italic;
    font-size: 20px;
    width: 100%;
}

#session-upload form {
    text-align: left;
}

::-webkit-input-placeholder {
    /* Chrome */
    color:#64433b;
    font-size: 20px;
    font-style: italics;
}

:-ms-input-placeholder {
    /* IE 10+ */
    color: #64433b;
    font-size: 20px;
    font-style: italics;
}

::-moz-placeholder {
    /* Firefox 19+ */
    color: #64433b;
    font-size: 20px;
    font-style: italics;
    opacity: 1;
}

:-moz-placeholder {
    /* Firefox 4 - 18 */
    color: #64433b;
    font-size: 20px;
    font-style: italics;
    opacity: 1;
	
}

#success h4 {
    font-size: 22px;
    color: #64433b;
    font-weight: bold;
    font-style: italic;
    line-height: 28px;
    text-align: center;
}

#success p {
    font-size: 20px;
    margin: 25px;
}

.image-upload {
    background: url('../img/btn-lg.png') no-repeat  center center;
    /*margin-left: 50%;*/
	text-align: center;
}

.image-upload > input {
    display: none;
}

.image-upload label {
    text-align: center;
    color: #fff;
    margin-left: 35px;
    margin-top: 6px;
    font-family: 'alpha_echoregular' !important;
    font-size: 18px;
    font-weight: normal;
    margin: auto;
}

h4 {
    color: #64433b;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    font-size: 18px;
}

.image-upload-more {
    background: url('../img/btn-bg-2.png') no-repeat;
}

.image-upload-more > input {
    display: none;
}

.image-upload-more label {
    text-align: center;
    color: #fff;
    margin-top: 6px;
    font-family: 'alpha_echoregular' !important;
    padding-left: 7px;
}

.view-more:hover {
    text-decoration: underline;
    cursor:pointer;
}

.view-less {
    color: #64433b;
    font-style: italic;
    font-weight: bold;
    text-align: left;
    font-size: 18px;
    cursor:pointer;
}

.view-less:hover {
    text-decoration: underline;
    cursor:pointer;
}

.nxtbtn {
    float: right;
}

.class_dark_label {
    background: transparent;
    font-size: 2em !important;
    font-weight: 900;
    font-family: 'Source_sans';
}

.class_dark_label_small {
    background: transparent;
    color: #64433b;
}

.label_selected {
    -webkit-appearance: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    position: relative;
    vertical-align: middle;
    /* margin-right: 12px; */
    border: none;
    height: 50px;
    background: white;
    width: 50px;
    border-radius: 3px;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    border-width: 0 2px 2px 0;
    background: #64433b;
    border-radius: 3px;
}

.label_notselected {
    -webkit-appearance: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 10px;
    position: relative;
    vertical-align: middle;
    /* margin-right: 12px; */
    border: none;
    height: 50px;
    background: white;
    width: 50px;
    border-radius: 3px;
    top: 0px;
    left: 0px;
    width: 50px;
    height: 50px;
    border-width: 0 2px 2px 0;
    background: #FFFFFF;
    border-radius: 3px;
}

.right {
    float: right;
}


/* calendar css */
.table-condensed>tbody>tr>td{
	padding:10px;
}
.datepicker table tr td.active,.datepicker table tr td.active, .datepicker table tr td.active:hover{
	background-image: linear-gradient(to bottom, #94675c, #64433b);
}
.fullDiv {
    position: relative;
    margin: 0;
    padding: 0;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    margin-bottom: 50px;
}

.fullDiv ul {
    margin: 0;
    padding: 0;
}

.fullDiv ul li {
    float: left;
    display: block;
    width: 14.2857%;
    text-align: center;
    list-style-type: none;
    -webkit-appearance: none;
    /* box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05); */
	border: 2px solid #64433b !important;
    padding: 10px;
    position: relative;
    vertical-align: middle;
    /* margin-right: 12px; */
    border: none;
    height: 50px;
    background: white;
    width: 50px;
    border-radius: 3px;
    top: 0px;
    left: 0px;
    width: 59px;
    height: 50px;
    border-width: 0 2px 2px 0;
    background: #FFFFFF;
    border-radius: 3px;
    color: #65433b;
    font-size: 20px;
    margin: 10px;
    font-weight: 900;
    cursor: pointer;
}

.fullDiv ul li:hover {
    background: #FFFFFF;
}

.fullDiv .no-style-li li,
.fullDiv .no-style-li li:hover {
    font-weight: normal;
    color: #A4573C;
    box-shadow: none;
    background: transparent;
    margin-bottom: -10px;
    margin-top: 30px;
    cursor: auto;
	border:none !important;
	
}

.fullDiv ul li:nth-child(n+39),
li:nth-child(n+8):nth-child(-n+16) {}

.calendar-month-title {
   /*  background: #fff; */
	background: #FECA6E;
    color: #64433b;
    height: 56px;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
    font-size: 24px;
    font-weight: 600;
}

.events {
    background-color: orange;
    width: 10px;
    height: 10px;
    position: absolute;
    vertical-align: text-bottom;
    right: 40%;
    bottom: 0px;
}

.empty-date {
    /* background: #abdcd3 !important; */
    cursor: auto !important;
}
.form-control{
    padding:0px 12px;
}

/* end */


/* Modal Style */


/* The Modal (background) */

.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 2000;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.4);
    /* Black w/ opacity */
}


/* Modal Content/Box */

.modal-content {
    /* background-color: #bfc94a; */
	background-color: #FECA6E;
    margin: 15% auto;
    padding: 20px;
    /* border: 5px solid #fffcfc; */
    width: 60%;
}
.modal-title{
	color: #12553f;
    text-transform: uppercase;
    font-weight: 600;
    margin: 25px;
    letter-spacing: 0.2px;
}
.teacher-popup input,.teacher-popup .form-control{
	background: #fff;
    color: #64433b;
	font-size: 19px;
    text-shadow: 0px 0px 0px;
}
/* The Close Button */

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
    color: black;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
    opacity: 1;
}

.modal-header {
   /*  background: url(../img/popupstrip.png) no-repeat center top;
    margin-top: -27px;
    min-height: 40px;
    border-bottom: none; */
	border-bottom: none; 
}

.modal-footer {
	border-top: none;
    /* margin-bottom: -39px;
    border-top: none;
    background: url(../img/popupstrip.png) no-repeat center top; */
}
.modal-header .close {
    margin-top: -30px;
}
.close img {
    vertical-align: text-top;
    position: absolute;
    /* z-index: 1500; */
    /* opacity: 1; */
    margin-top: -25px;
    margin-left: 20px;
}


/* End */

.f-900 {
    font-weight: 900
}

.f-600 {
    font-weight: 600
}

.bgwhite {
    background: #ffffff !important;
}

.appuse {
    margin-top: -17px;
    /* line-height: 1.5; */
    font-size: 13px;
    text-transform: uppercase;
    text-align: left;
    margin-left: 15px;
    font-weight: 500;
    font-size: 17px !important;
}

.appuse h2 {
    /* color: #4bc0af; */
	color:#ffffff;
    font-weight: bold;
    font-size: 16px;
    padding: 0;
    margin-top: 8px;
}

.appright {
    float: right !important;
    /* position: relative; */
    margin-top: -40px;
}

.brown {
    color: #9e563c !important;
}

.darkbrown {
    color: #64433b !important;
}

.blue {
    color: #abdcd3 !important;
}

.green {
    color: #4bc0af !important
}

.change-teacher {
    margin: 3px auto 18px auto;
}

.teacher-body {
    background: #abdcd3 !important;
    width: 100%;
}

.fullwidth {
    width: 100% !important;
}

.fullwidth .tab-content {
    width: 80%;
    /* padding: 0; */
    margin: auto;
}

.fullwidth .zig-zag {
    clear: both;
}

.teacher_details {
    /* background: #abdcd3; */
	background: #FECA6E;
    position: relative;
    top: -20px;
}

.contact_info {
    border-radius: 12px;
    /* background: #4bc0af; */
	background: #9E573C;
    padding: 15px;
    margin: 25px;
    width: 100%;
    overflow: hidden;
}

.contact_info p {
    color: #fff !important;
    font-weight: 400;
    font-size:18px;
    text-shadow: 0px 0px 0px;
}

.contact_info h4 {
    font-weight: 400;
    text-transform: uppercase;
    font-style: initial;
}

.margin-top-60 {
    margin-top: 60px;
}

.margin-top-30 {
    margin-top: 30px;
}

.classrows {
    background: #fff;
    padding: 10px;
    margin: 25px;
}

.classtitle {
    font-weight: 900;
    margin-top: 30px;
    overflow: hidden;
	color:#64433b;
}

.fsize-22 {
    font-size: 22px;
}

.fsize-18 {
    font-size: 18px;
}

.classrows .notification-icon span {
    color: white;
    background: #d73828;
    padding: 7px 13px;
    border-radius: 50px;
    position: absolute;
    right: -25px;
    top: -25px;
}

.wrong-icon {
    background: url("../img/wrong.png") no-repeat;
    display: inline-block;
    width: 35px;
    height: 20px;
    background-size: 20px 20px;
}

.right-icon {
    background: url("../img/right.png") no-repeat;
    display: inline-block;
    width: 35px;
    height: 20px;
    background-size: 20px 20px;
}

.padding-75 {
    padding: 75px;
}

.editinput {
    background: #fff;
    color: #65433b;
    text-shadow: 0px 0px 0px;
	font-size:18px;
}
.mb-10{
	margin-bottom:10px;
}
.f-18 {
    font-size: 18px !important;
}

.l-30 {
    line-height: 30px;
}

.margin-20 {
    margin: 20px;
}

.icon-select .form-group input:checked + label:after {
    background: url(../img/right.png);
}

.icon-select .form-group label:before {
    background: #fff;
}

.submitpadding {
    padding-bottom: 29px;
}

.teacher-remove {
    /* margin-top: -52px;
    position: relative;
    width: 152px;
    float: right; */
}

.teacher-remove span {
 /*   position: absolute;
    top: 38px;
    bottom: 44px;
    right: -20px;
    color: #fff;
    text-shadow: 0px 0px 0px;
    letter-spacing: 0.5px;
    width: -webkit-fill-available;*/
    
    position: relative;
    top: -6px;
    bottom: 44px;
    right: -20px;
    color: #fff;
    text-shadow: 0px 0px 0px;
    letter-spacing: 0.5px;
    width: -webkit-fill-available;
    z-index: 1090;
}

.option-yn {
    text-align: center;
}

.option-yn button {
    margin: 12px;
}

#need-help button {
    margin: 12px auto;
}

#scheduled-on .day, #scheduled-on-s .day {
    width: 160px;
    margin: auto;
    background: #634339;
    padding: 20px;
    border-radius: 12px;
    margin-bottom: 38px;
}

#scheduled-on .day h3, #scheduled-on-s .day h3 {
    font-size: 48px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 30px;
    font-family: 'alpha_echoregular' !important;
    letter-spacing: 0.5px;
}

#scheduled-on .day h2, #scheduled-on-s .day h2 {
    font-size: 52px;
    color: #fff;
    line-height: 30px;
    font-family: 'alpha_echoregular' !important;
}

.next-session-on {
    font-size: 24px;
    font-weight: bold;
    font-style: italic;
    color: #64433b;
    margin-bottom: 38px;
    display: block;
}


/*-------------------------------*/


/*      Coordinator Profile      */


/*-------------------------------*/

.profile {
    padding: 28px;
}

.profile label {
    color: #251F20;
}

.profile input {
    background: #fff;
    color: #64433b;
    font-size: 20px;
    letter-spacing: 0.3px;
    font-style: italic;
    text-shadow: 0px 0px 0px;
}
.contactus{
    padding-top:18px;
}
.contactus button {
    margin: auto;
    line-height: 28px;
}
.assign-profile {
	padding:0px;
}
.assign-profile input {
	background:#fff;
}
.assign-profile label {
	color: #64433b;
}
/*-------------------------------*/


/*         Upload Excel          */


/*-------------------------------*/

.pupform_addstud {
    width: 100%;
    border-radius: 15px;
    border: none;
    outline: none;
    color: #64433b;
    font-size: 18px;
    font-style: italic;
	background: #fff;
}

.upexc {
    color: #64433b;
    font-size: 20px;
}

.exc-upload {
    background: url('../img/btn-lg.png') no-repeat;
    margin-top: -8px;
    background-position: center;
}

.exc-upload > input {
    display: none;
}

.exc-upload label {
    text-align: center;
    color: #fff;
    font-family: 'alpha_echoregular' !important;
    padding: 8px 30px;
    cursor: pointer;
    font-size: 20px;
}

#rescheduled .datepicker {
    display: block !important;
}


/*-------------------------------*/


/*    Gallery on View classes    */


/*-------------------------------*/

.dashedhorizontal {
    height: 1px;
    border-bottom: 1px dashed #64433b;
    margin-top: 10px;
}

.card {
    webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    margin-top: 5px;
}

.card-header {
    color: #333;
    background-color: #DBE0A1;
    padding: 3px 12px;
    border-bottom: 1px solid transparent;
    border-radius: 5px;
    border: none;
    margin-bottom: -3px;
}

.card-header a {
    color: #64433B !important;
    font-weight: 500;
}

.card-header a strong {
    font-weight: 900;
}

.mailnotifyicon {
    background: url(../img/mail_icon.png) no-repeat;
    display: inline-block;
    width: 25px;
    height: 20px;
    background-size: 25px 20px;
    margin-left: 20px;
}

.card-body {
    background: #dbe0a1;
    padding: 25px;
}

.withcheckbox img{
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.selectable img.selected {
    border: 3px solid green;
}

.withcheckbox {
    width: 30%;
    display: flex;
    position: relative;
    margin: auto 1% 3% 2%;
    background: #000;
    border: 1px solid #64433b;
    padding: 0;
}

.withcheckbox.selected:after {
    background: url(../img/right.png) no-repeat;
    position: absolute;
    content: "";
    width: 31px;
    height: 30px;
    z-index: 10001;
    margin-left: 5px;
    margin-top: 3px;
    background-color: #dbe0a1;
    border: 2px solid #5b8e55;
    border-radius: 50%;
    background-position: 0px;
}

.selectable img:hover {
    cursor: pointer;
}
.other-actions{
	background: #dbe0a1;
    position: absolute;
    right: 25px;
}
.other-actions ul li {
    display: inline;
    cursor:pointer;
}
.field-validation-error {
    color: #a94442;
    font-size: inherit;
    display: inline-block;
}
.timetable .field-validation-error::before {
    clear: both;
    display: block;
    content: '';
}

/*-------------------------------*/
/*     Session Status Table      */
/*-------------------------------*/
.session-status{
    background: #64433b;
}
.session-status td{
    height: 80px;
    width: 10px;
    margin: 1px;
    background: #fff;
    display: -webkit-inline-box;
}
.session-status td.current{
    background: #FECA6E;
}
.session-status tr{
    display: flex;
    margin: 14px 0px;
}
.haveevents{
    /* background: #28ffaf !important; */
}
.prev {
    /* float: right; */
    font-size: 20px;
    font-weight: bolder;
    color: #fff;
}

.next {
    float: right;
    font-size: 20px;
    font-weight: bolder;
    color: #fff;
}
.maf_adjust .inline li label {
    padding: 12px 25px 25px 60px !important;
    display: inline-block;
    line-height: 33px;
}


/****** Style Star Rating Widget *****/

.positioner {
    position: relative;
    display: inline-block;
    line-height: 0;
}

.starbox .colorbar,
.starbox .ghost {
    z-index: 0;
    position: absolute;
    max-width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
}

.starbox .stars {
    display: inline-block;
}

.starbox .stars .star_holder {
    position: relative;
    z-index: 1;
}

.starbox .stars .star_holder .star {
    display: inline-block;
    vertical-align: baseline;
    background-repeat: no-repeat;
}


/* Override with your own image and size… */
.starbox .stars .star_holder .star {
    /*background-image: url('../images/5-large.png'); */
    background-image: url('../img/rating.png');
    width: 50px;
    height: 50px;
}

/* Override with your own colours… */
.starbox .stars { background: #B08653; }
.starbox .rated .stars { background: #B08653; }
.starbox .rated.hover .stars { background: #B08653; }
.starbox .colorbar { background: #64433b; }
.starbox .hover .colorbar { background: #64433b; }
.starbox .rated .colorbar { background: #64433b; }
.starbox .rated.hover .colorbar { background: #64433b; }
.starbox .ghost { background: #64433b; }

#showimage img, #showimage video  {
    width: 30%;
    margin: 5px;
    width:150px;
}
/*Extra Classes after development*/
.header h4 u {
    text-shadow: 1px 0px 0px #fff;
    letter-spacing: 0.4px;
}
.form-group {
    margin-bottom: 12px !important;
}
.shadow{
    text-shadow: 0px 0px 0px;
}
.top-30{
    margin-top:30px;
}
.holidays_reg label{
    line-height:unset !important;    
}
th{
    font-weight: normal !important;
    text-shadow: 0px 0px 0px;
}
.profile-btn{
    list-style-type:none;
    display:block;
}
.profile-btn li{
    margin: 5px;
    display: inline-flex;
}
#schoolCalendar .prev,#schoolCalendar .next{
    margin: 4px;
    padding:12px !important;
    font-family: 'alpha_echoregular' !important;
    font-size: 18px;
    color:#fff;
}
#schoolCalendar .header{
    height:60px;
}
.timetable .form-group input:disabled + label:before {
    /* background: #bdfbf2 !important; */
	background: #FECA6E !important;
}
.pd-15{
    padding-left:0px;
    padding-right:0px;
}
.margin-20-0{
    margin-bottom:20px;
}
.pad-6{
    padding: 0px 6px !important;
}
.select-session{
    width: 60%;
    margin-left: 20%;
    padding: 8px;
}
.select-session select{
    height:45px;
}
.classrows .f-600 {
    font-weight: 400;
    font-size: 18px;
    text-shadow: 0px 0px 0px;
	color:#231F20 !important;
}
.viewteacher_content .teacher-edit{
    position: absolute;
    top: -32px !important;
}
.mleft-0{
    margin-left:0px !important;
}
.pleft-0{
    padding-left:0px !important;
}
.pleft-15{
    padding-left:15px !important;
}
.accepted {
    position: absolute;
    right: 0px;
    top: 12px;
}
.alert-success{
    display:block;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover,.panel{
    background:transparent;
}
.withcheckbox video {
    width: 100%;
    height: 145px;
    object-fit: fill;
}
.table{
    white-space: nowrap;
}
}
.form-adj .editinput{
    margin-top: -6px !important;
    margin-bottom: 8px !important;
}
.pgrs .table-responsive{
    border:none !important;
}
#assign_admin small{
    left: 35% !important;
    position: relative !important;
    width: 100% !important;
}
.dp-table-wide .datepicker-inline, .dp-table-wide .datepicker table {
    width: 100% !important;
}

.viewteach {
    background: #65433b !important;
}
.viewteach span{ top: 0px; margin-top:0px; color:#fff;}
.viewteach .name-xs-view {
    top: -10px;
    margin-top: 0px;
    color: #fff !important;
    margin-top: -45px;
    font-size: 30px;
    text-transform: capitalize;
    font-weight: bolder;
}
.viewteach .appright {
    float: right;
    /* position: relative; */
    margin-top: -10px;
}
.timetable label, .multi-select label{color:#64433B}
.profile .form-control {
    background-color: #F6C46B;
}
.datepicker-inline table thead {
    background: #E9A723;
    color: #231F20;
}
.datepicker-inline table thead .prev,.datepicker-inline table thead .next{
    color: #64423A;
}
.datepicker-inline table thead .prev:hover,.datepicker-inline table thead .next:hover{
    background: transparent !important;
}
.panel{
	box-shadow:none;
	webkit-box-shadow:none;
}
.teachers-reg .too:first-child:before,.class_reg .too:first-child:before,.holidays_reg .too:first-child:before{
	 /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
    content: "\e251";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #64433A;         /* adjust as needed */
	font-size: 25px;
    margin-right: 10px;
}
.teachers-reg .collapsed:before,.class_reg .collapsed:before{
     /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
	content: "\e252";    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #64433A;         /* adjust as needed */
	font-size: 27px;
    margin-right: 10px;
    
}
.holidays_reg .collapsed:before {
	 /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
	content: "\e252" !important;    /* adjust as needed, taken from bootstrap.css */
    float: right;        /* adjust as needed */
    color: #64433A;         /* adjust as needed */
	font-size: 27px;
    margin-right: 10px;
}
.teachers-reg .collapse.in,	 .class_reg .collapse.in  {
    display: inline-table !important;
}
.holidays_reg .collapse.in{
	display:block !important;
}
.teachers-reg h3.text-center.page-title, .class_reg h3.text-center.page-title, .holidays_reg h3.text-center.page-title {
    background: #E9A723;
    font-size: 20px;
}
.input-append.date .add-on, .input-prepend.date .add-on{    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;}
.datepicker .prev:hover,.datepicker .next:hover{background:transparent;}

@element '.collapsed' {
  $parent { background-color:red }
}

.text-link {
            color: #65433b;
            font-size: 25px;
            text-decoration: underline;
            text-align: right;
            display: block;
			font-weight:bold;
        }
        
.welcome-text img {
	padding: 50px 0px;
	display:inline-block;
}

.dashboard-link {
	background: #E0DAD8;
	text-align: center;
}

.dashboard-link h4 {
	color: #65433b;
	font-size: 22px;
	text-align: center;
	font-weight: 600;
	font-style: normal;
}
.welcome-text {
    position: relative;
}
.schoolname {
    position: absolute;
    top: 68%;
    left: 50%;
    /* bottom: -135%; */
    transform: translate(-50%, -50%);
    font-size: 34px;
    font-weight: bold;
    color: #65443c;
}

.link-list-view {
	list-style-type: none;
}

.link-list-view li {
	line-height: 100px;
	border-bottom: 1px solid #65433b;
}

.link-list-view li a {
	color: #65433b;
	font-size: 25px;
	text-decoration: none;
}

.rotate {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
}

.rotate:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.link-list-view li a img {
	float: right;
	position: relative;
	top: 25px;
	padding: 25px;
}

.link-list-view li.collapse {
	margin-left: 50px;
	border-bottom: none !important;
	transition: margin-left 0.5s;
	-webkit-transition: margin-left 0.5s;
}
.login-sec .form-control {
    border-radius: 20px;
}
.reschedulefromclass{
	position: absolute;
    left: 50%;
    top: 55%;
}

.datepicker table tr td span{width:30% !important;}
.profile_request .input-group-addon.add-on {
    border-radius: unset;
}