@font-face {
    font-family: 'Noto Sans Regular';
    src: url('fonts/notosans/regular/NotoSans-Regular-webfont.eot');
    src: url('fonts/notosans/regular/NotoSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/notosans/regular/NotoSans-Regular-webfont.woff') format('woff'),
         url('fonts/notosans/regular/NotoSans-Regular-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans Bold';
    src: url('fonts/notosans/bold/NotoSans-Bold-webfont.eot');
    src: url('fonts/notosans/bold/NotoSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/notosans/bold/NotoSans-Bold-webfont.woff') format('woff'),
         url('fonts/notosans/bold/NotoSans-Bold-webfont.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Noto Sans Italic';
    src: url('fonts/notosans/italic/NotoSans-Italic-webfont.eot');
    src: url('fonts/notosans/italic/NotoSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/notosans/italic/NotoSans-Italic-webfont.woff') format('woff'),
         url('fonts/notosans/italic/NotoSans-Italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}
@font-face{
  font-family:barca;
  src:url(../fonts/barca.ttf);
}

body {
  font-family: 'Noto Sans Regular',Arial;
  color:#363636;
  font-size:1.4em;
  font-style:normal;
  padding-top: 50px;
  background-color:#F5F3F3;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}

a:focus{
  outline: 0px;
}
.starter-template {
  width: 60%;
  margin:0px auto;
}


.navbar-brand{
  font-size: 14px;
  
}
.navbar-inverse{
  background-color: #fff;
  border: 1px solid rgba(34, 36, 38, 0.15);
    box-shadow: 0px 1px 2px 0 rgba(34, 36, 38, 0.15);
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus{
  color:#9d9d9d;
  outline:none;
}
.customCal{
  background: #fff;padding: 20px
  }
.announcements-list {
    list-style: outside none none;
    margin: 0;
    padding: 0px 0px 10px 0px;
}

.announcements-list > .item::before, .announcements-list > .item::after {
    content: " ";
    display: table;
}
.announcements-list > .item::after {
    clear: both;
}
.announcement-list-in-box > .item {
    border-bottom: 1px solid #f4f4f4;
    border-radius: 0;
    box-shadow: none;
}
.announcements-list > .item {
    background: #fff none repeat scroll 0 0;
    padding-top: 10px;
    padding-bottom: 15px;
}
.announcements-list .announcement-img {
    float: left;
    margin-right:10px;
}
.announcements-list .announcement-info {
    margin-left: 40px; /* 80% css 60 to 40 */
    /*padding-bottom: 2%;*/ /* commented due to 80% css change */
}
.announcements-list .announcement-description {
    color: #252323;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    /*white-space: nowrap;*/
    width:85%;
}

.announcement-title span{
  font-size:.8em;
  color: #999;
  font-family: 'Noto Sans Regular';
}
.announcement-list-secondrow{
    display: flex;
    width: 100%;
    justify-content: space-between;
}
.forTitle{
  font-size: .5em;
  color: #999;
}

.panel-createEvent{
  padding:10px;
  background-color: #e6f5fc;
  /*margin-bottom: 30px;*/
}
.createEventIcon{
  padding-right: 10px;
  vertical-align: top;
}
.parentsDetails p{
padding-bottom: 0px;
margin: 0px;
}
.parentsDetails .mailView{
  color: #39a4ef;
}
/*overwrite bootstrap style*/
.form-control, .input-group-sm > .form-control{   
  border-radius: 0px;
}
.input-group-sm {
    position: relative;
    display: table;
    border-collapse: separate;
}
.searchPanel .btn, .input-group-sm > .input-group-btn > .btn{
  border-radius: 0px;
}
.customePopupProfileBody .label{
    display: inline-block;
    font-weight: normal;
    margin-bottom: 6px;
    padding: 8px;
}
.modal.in{
    padding-right: 0px !important;
}
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.dropdown-menu{
  border-radius: 0px;
  padding:0px;
}
.dropdown-menu > li > a{
  padding:8px 20px;
  border-bottom: 1px solid #dedede;
}
/*------overwrite-------*/


textarea.form-control{
  resize: none;
}
.overFlow{
  overflow: hidden
}
.box-footer {
    background-color: #fff;
    padding: 10px;
}
h3 img {
    padding-right: 10px;
}
.countViews{
  color:#999;
  padding-top:25px;
}
.countViews i{
  padding-right: 5px;
}
.deleBtn, .addEventBtn{
  margin-top:38px;
  float: right
}
.SSAnnoBtn{
  margin-top:25px;
  float: right
}
.scheduleSave{
  float: right;
  width:100%;
}
.announSend{
  float: right;
}
.createEventIcon img{
  width:25px;
}
.BGTranspaernt > li > a{
border-radius: 0px;
}
.BGTranspaernt > li > a:hover, .BGTranspaernt > li > a:focus{
  background: transparent;
}
.annLink{
  color: #5aaff0;
}
.input-group-addon{
  border-radius: 0px
}
.pt10{
  padding-top: 10px;
  color: #999999;
  font-size: 16px;
}

.delAnnoChk label.toggler{
  padding-left: 20px
}
.delAnnoChk, #confirmdelBtn, #calBtn{
  display: none;
}
.no-padding{
  padding: 0px;
}
.no-margin{
  margin:0px;
}
.modal-content{
  border-radius: 0px;
    padding:1rem;
}
.profileImg{
  width: 100px;
  border: 1px solid #dedede;
}
.studentsParentsImg{
  width: 48px;
  border: 1px solid #dedede;
}
.customePopup{
  margin:0px auto;
}
.customePopup .panel-heading{
text-align: center;
background: transparent;
color: #A5A5A5;
 overflow: hidden;
}
.customePopup .backIcon i{
  -moz-transform:rotate(90deg) ;
    -webkit-transform:rotate(90deg) ;
    -o-transform: rotate(90deg) ;
    -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.customePopup i{
  font-size: 1.3em;
}
.customPopup-title{
  font-size: 1.3em;
  color: #555;
  font-weight: 600;
  display: inline-block;
}
.customPopup-title small{
  font-size: .8em;
  font-weight:normal;
  color: #7e7e7e;
}
.customPopup-titleIcon{
  color:#60BF83;
}
.col-centered{
    float: none;
    margin: 0 auto;
}
.customePopup{
  margin-top:20px;
}
a.closePopup{
  color: #a5a5a5
}
.font-normal{
  font-weight: normal;
}


/*Responsive Table styles*/

.box-tools {
    position: absolute;
    right: 10px;
    top: 0px;
}
.tabHeading{
  background-color: #fff;
  display: inline-block;
  font-weight: 600;
}
.box-tools{
  padding-right: 10px;
}
.box-tools:last-child{
  padding-right:0px;
}
.responsiveTable .announcement-title{
display: block;
}
.responsiveTable .countViews{
  padding-top:5px;
}
.responsiveTable .deleteIcondot{
  background-color: 
}
.responsiveTable .announcement-description, .responsiveTable .countViews{
font-size: .8em
}
.responsiveTable .announcement-title .forTitle{
  color:#73BDE2;
}
.responsiveTable.table > thead > tr > th{
  display: none;
}

.responsiveTable .announcements-list > .item{
  min-height: 100px;
  background-color: transparent;
  border:0px;
}
 .dataTables_filter,  .dataTables_paginate{
  padding-right: 10px;
}


.responsiveTable .announcement-img, .responsiveTable .profileParentView{
  cursor: pointer;
}
.responsiveTable .resTable.Image{
  width:55px;
}

/* #### checkbox buttons #### */

input[type="checkbox"].css3checkbox{
  display: none;
}

label.toggler{ /* checkbox label */
  display: block;
  position: relative;
  padding-left: 32px; /* space to the left of label text */
  padding-top: 2px;
  margin-bottom: 1em; /* bottom spacing */
  cursor: pointer;
}

label.toggler::before{ /* flat box */
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 1px solid #C1BBBB;
  left: 0;
  top: 0;
}

label.toggler::after{ /* check mark inside flat box*/
  content: '\e013'; /* fontAwesome icon font unicode. See http://fortawesome.github.io/Font-Awesome/cheatsheet/ for others */
  position:absolute;
  left: 3px;
  top: 3px;
  font: 13px Glyphicons Halflings;
  color: #4CAF50;
  width: 0; /* hide check mark initially */
  overflow: hidden;
}

input[type="checkbox"]:checked + label.toggler::after{ /* check mark when checkbox is checked */
  transition: width 0.2s; /* CSS3 transition on width property */
  width: 25px; /* expand check mark to show it. Value should reflect that of container box */
}

/* #### radio buttons #### */

input[type="radio"].radioBtn{
  display: none;
}

label.radioBtnLabel{ /* radio label */
  display: block;
  position: relative;
  padding-left: 24px; /* space to the left of label text */
  padding-top: 0px;
  margin-bottom: 0px; /* bottom spacing */
  cursor: pointer;
  font-size:12px; /* 80% css 14(which is default bootstrap size) to 12 */
}

label.radioBtnLabel::before{ /* outer round circle */
  content: '\e013';
  display: block;
  font: 10px Glyphicons Halflings;
  position:absolute;
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border-radius: 20px;
  border:1px solid #A8A8A8;
  left: 0;
  top: 0;
  color:#A8A8A8;
  text-align: center;
  padding-top: 3px; 
}
label.radioBtnLabel::after{ 
  content: '';
  position:absolute;
  width: 15px;
  height: 15px;
  border-radius: 15px;
  left: 4px;
  top: 3px;
  overflow: hidden;
  transition: all 0.2s;  
  color: #fff;
  padding-top: 1px;
}
input[type="radio"]:checked + label.radioBtnLabel::before{ /* outer round circle */
  content: '';
  display: block;
  font: 12px Glyphicons Halflings;
  position:absolute;
  width: 20px;
  height: 20px;
  background: #60BB81;
  border:0px;
  border-radius: 20px;
  left: 0;
  top: 0;
}
input[type="radio"]:checked + label.radioBtnLabel::after{ /* inner dark circle when radio is selected */
  content: '\e013';
  font: 10px Glyphicons Halflings;
  color: #fff;
  background: #60BB81;
}
input[type="radio"]:checked + label .radio-text{
	color: #000;
}

.radio-inline:last-child{
  margin-left:0px;
}


label.radioBtnLabel.easyOption::before{ /* outer round circle */
  content: '';
  display: block;
  font: 10px Glyphicons Halflings;
  position:absolute;
  width: 25px;
  height: 25px;
  background: #FFFFFF;
  border-radius: 20px;
  border:1px solid #9A9898;
  left: 0;
  top: 0;
  color:#A8A8A8;
  text-align: center;
  padding-top: 3px; 
}
label.radioBtnLabel.easyOption::after{ 
  content: '';
  position:absolute;
  width: 7px;
  height: 7px;
  border-radius: 15px;
  left: 9px;
  top: 9px;
  overflow: hidden;
  transition: all 0.2s;  
  color: #fff;
  padding-top: 1px;
}
input[type="radio"]:checked + label.radioBtnLabel.easyOption::before{ /* outer round circle */
  content: '';
  display: block;
  font: 12px Glyphicons Halflings;
  position:absolute;
  width: 25px;
  height: 25px;
  background: #3395ff;
  border:0px;
  border-radius: 20px;
  left: 0;
  top: 0;
}
input[type="radio"]:checked + label.radioBtnLabel.easyOption::after{ /* inner dark circle when radio is selected */
  content: '';
  font: 10px Glyphicons Halflings;
  color: #fff;
  background: #FFFFFF;
}
/*
 * bootstrap-tagsinput v0.8.0
 * 
 */

.bootstrap-tagsinput {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  padding: 2px 6px;
  color: #555;
  vertical-align: middle;
  max-width: 100%;
  line-height: 22px;
  cursor: text;
  border-left: 0px;
  width: 100%;
}
.bootstrap-tagsinput input {
  border: none;
  box-shadow: none;
  outline: none;
  background-color: transparent;
  padding: 0 6px;
  margin: 0;
  width: auto;
  max-width: inherit;
}
.bootstrap-tagsinput.form-control input::-moz-placeholder {
  color: #777;
  opacity: 1;
}
.bootstrap-tagsinput.form-control input:-ms-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput.form-control input::-webkit-input-placeholder {
  color: #777;
}
.bootstrap-tagsinput input:focus {
  border: none;
  box-shadow: none;
}
.bootstrap-tagsinput .tag {
    margin-right: 2px;
	color: #737373;
    border: 1px solid #ddd;
	font-weight: normal;
    font-size: .85em;	
}
.bootstrap-tagsinput .tag [data-role="remove"] {
  margin-left: 8px;
  cursor: pointer;
}
.bootstrap-tagsinput .tag [data-role="remove"]:after {
  content: "x";
  padding: 0px 2px;
  color:#999;
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.bootstrap-tagsinput .tag [data-role="remove"]:hover:active {
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.annoAddon{
  background-color: #fff;
  border-radius: 0px
}

.panel-checkout{
  padding:25px;
}
.plan-tick{
  color:#FFFFFF;
  text-align:center;
}
.plan-head-text{
	font-size:20px;
	padding-left:10px;
}
.row.header-checkout {
    background: #FFFFFF;
    margin: 0px;
	border-bottom: 1px solid #e2e2e2;
}

.plan-tick-container {
    background-color: #60BB80;
    padding: 15px;
}
.plan-head-container {
    padding: 10px;
}
.checkout-text01{
	font-size:18px;
	    padding-bottom: 10px;
}
.radio-plan-checkout{
	padding-left:15px;
}
.radio-inline.col-md-3.radio-plan-checkout label {
    color: #9A9494;
	font-size: 18px;
    font-weight: normal;
	margin-bottom:0px;
}
.row.header-checkout-two {
    background: #20c6c4;
    margin: 0px;
	color:#FFFFFF;
}
.annual-checkout {
    background: #f4f4f4;
    padding: 18px;
    border-radius: 10px;
    border: 1px solid #e2e2e2;
}
.annual-checkout.active{
    background: #eff7ff;
	border: 1px solid #529FEC;
}	
.annual-radiobutton{
	padding:15px 0;
}
.annual-billing-head{
    font-size: 20px;
}
.annual-billing-subhead {
	color:#b1b1b1;
}
.annual-billing-value {
    font-size: 30px;
}
.annual-checkout-container{
    margin-bottom: 15px;	
}
.checkout-card-tab{
	padding-left:3px !important;
}
/*student gallery*/
.users-list {
    list-style: none;
    margin: 0 auto;
    padding: 0;
}
.users-list>li {
    width: 135px;
    float: left;
    padding: 10px;
    text-align: center;
    position: relative;
}
.users-list>li img {
    border-radius: 3%;
    width: 70px;
    height: auto;
    vertical-align: middle;
    padding-bottom: 13px;
    border:1px solid #EFEFEF;
}
.users-list-name {
    font-size: 1em;
    color: #424242;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.users-list-name:hover{
  color: #424242;
  text-decoration: none;
}
.users-list-name, .users-list-status, .users-list-time {
    display: block;
}
.users-list-status, .users-list-time {
    color: #999;
    font-size: .8em;
}
.users-list .users-list-icon img{
  position: absolute;
  right: 0px;
  bottom:41%;
  width: 29px;
  background: #fff;
  border-radius: 50%;
  border:1px solid #C7C7C7;
  padding: 0px
}

/*mobile device style*/
@media(max-width:768px){
  .starter-template {
  width: 90%;
  margin:0px auto;
}
.deleBtn, .addEventBtn, .SSAnnoBtn, .announSend{
  margin-top:0px;
  float: none;
  margin-bottom:10px;
}
.eventSave{
   margin-top:10px;
}
.m-bot15{
  margin-bottom: 15px;
}

/*Responsive Table style*/
.responsiveTable [class*="col-"]:nth-child(1){
    padding-right: 15px;
}
.responsiveTable [class*="col-"]:nth-child(2){
    padding-left: 15px;
}
.responsiveTable .announcements-list > .item{
  min-height: auto;
}
.responsiveTable .announcement-info{
  margin-left: 0px;
}

.tabHeading{
  display: block;
}
.tabHeading .box-tools{
  position: relative;
  top: auto;
  right: auto;
  padding-top: 10px;
}

}
@media(max-width:991px){
	.annual-radiobutton {
		padding: 0px;
	}
	.annual-checkout{
		margin-bottom:10px;
	}
}