@media print {
  button {
    visibility:hidden;
  }
}

.secondaryflag {
  position: absolute;
  top: -70px;
  left: 18px;
  background: white;
  border-radius: 13px;
  height: 24px !important;
}

.newUserSignup {
  display:none;
}

#kidplanner-print {
  width:100%;
  display:block;
}

#kidplanner-print th, #kidplanner-print td {
  border: 1px solid #aaa;
}

.mainnavbar > .col-2, .mainnavbar > .col-4 {
    padding:0px;
}

.bulkplan > span {
    text-align: left;
    margin-right: 10px;
    float:left;
    width:auto;
}

.treeItemFilter {
    width: auto;
}

.treeItem ul, .treeItem li {
    list-style:none;
}

.crudPageSize > form {
    height: auto;
    margin: 0;
}

.multiSelect .checkboxLayer {
    max-height:200px;
    overflow-y:auto;
    overflow-x: hidden;
}

.plannerSecondItem {
    width:auto;
    float:left;
    margin-right:10px;
    border-right: 1px solid #eee;
    padding-right:10px;
}

.headerDateSelection {
    float: left;
    width: 100%;
    line-height: 38px;
    font-size: 18px;
    padding: 1px;
    text-align: center;
    margin-bottom: 10px;
    border: 2px solid white;
    padding-left: 10px;
}

.bulkPlannerHeader span {
    font-weight: 900;
}

.bulkPlannerHeader {
    border-bottom: 1px solid #aaa;
    font-size: 18px;
}

.bulkPlannerHeader {
    border-bottom: 1px solid #aaa;
}

.btn-success, .btn-success:hover, .btn-success:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-success, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-success
{
    color: white;
    background-color: #3A9DF9;
    border-color: #3A9DF9;
}

.btn-danger, .btn-danger:hover, .btn-danger:active,
.bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-danger, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-danger
{
    color: #fff;
    background-color: #FF0000;
    border-color: #FF0000;
}

.btn-warning, .btn-warning:hover, .btn-warning:active {
    color: #333;
    background-color: #FFCC00;
    border-color: #FFCC00;
}

.children-toggle-bar {
    width:100%;
}

.kidToggleBtnSelected {
    background: white;

}

.memoriesShareBtn {
    position: absolute;
    top: 0px;
    right: -4px;
    min-height: 14px;
    line-height: 12px;
    font-size: 8px;
    text-shadow: 1px 1px 0px white,-1px -1px 0px white
}

.childSelectDashView {
    overflow: hidden;
}

.activitySelectDashView {
    overflow: hidden;
}

.activitySelectDashView, .childSelectDashView {
    border: 1px solid #999;
    overflow-y: scroll;
    text-align: left;
    background: white;
    margin: 5px;
    height: 35% !important;
}


.teacherName {
    font-size: 12px;
    font-weight: 500;
    color: #848484;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-top: 3px;
    text-align: right;
}

.icon-small:before {
    font-size: 24px !important;
}

.square-box{
    position: relative;
    width: 50%;
    overflow: hidden;
    background: #4679BD;
    float:left;
}
.square-box:before{
    content: "";
    display: block;
    padding-top: 100%;
}
.square-content{
    position:  absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    color: white;
}
.square-content div {
    display: table;
    width: 100%;
    height: 100%;
}
.square-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: white
}

.krgallery {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;

}

.home-action-selectChild {
    padding-bottom:80px !important;
}

.centeredHeaderDate {
    margin: 0;
    width: auto;
    left: 0;
    right: 0;
    position: absolute;
    top: 0px;
}

.msg-item {
    padding-right:0px !important;
    left: 0;
    right: 0;
}

.noEvents {
    font-weight: 200;
    font-size: 30px;
    text-align: center;
    width: 100%;
    padding: 10px;
    display: block;
    text-shadow: 1px 1px 1px #aaa;
}

.ui-calendar-day {
    background: #009500;
}

.ui-calendar-week {
    background: #FF103A;
}

.ui-calendar-month {
    background: #5500ff;
}

.profilePlannerEvent {
    background-color: #3a87ad !important;
    color: white !important;
}

#profilePlannerDetails {
    height: 100%;
    width: 100%;
    border: none;
    padding: 20px;
    background: #eee;
    border-radius: 5px;
    border: 1px solid #ccc;
    overflow-y: auto;
}

.pptitle {
    font-weight: bolder;
    font-size: 18px;
    margin-right: 10px;
}

.ppheader {
    text-align: center;
    width: 100%;
    display: block;
    font-size: 28px;
}

.dashboard {
    height: 100%;
    display: block;
    background-image: url('../img/handmadepaper.png') !important;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    min-height: 100%;
    margin-top: -44px !important;

}


.kiosk-overlay-pane {
    z-index: 49;
    position: absolute;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    background-color:black;
}

.kiosk-overlay {
    z-index: 50;
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    margin: 20%;
    border: 1px solid black;
    height: auto;
    min-height: 0 !important;
    text-align: center;
}

.signInKiosk {
    overflow: hidden !important;
    padding: 0px !important;
}

.signInKiosk .kr-page-list {
    margin-top: 0 !important;
}

.kiosk-main {
    padding:10px;
    background:#fff;
}

.kiosk-top {
    width:100%;
    float:right;
    border-bottom:2px solid #aaa;
}

.kiosk-attendance {
    float: left;
    width: 80%;
    margin: 0 10%;
    border: 2px solid #aaa;
    font-size: 20px !important;
}

.kiosk-close {
    bottom: 10px;
    position: absolute;
    right: 10px;
}

.kiosk-logo {
    bottom: 10px;
    position: absolute;
    left: 10px;
    margin-bottom:0px !important;
    font-size:14px;
}

.kiosk-header {
    text-align: center;
    font-size:24px;
    font-weight:200;
    float:right;
    width:100%;
}

.kiosk-initials {
    margin-top: 20px;
    float: left;
    width: 100%;
}

.kiosk-initials > .width33 {
    display:inline;
    clear:none;
}

.kiosk-title {
    font-size:36px;
    font-weight:100;

}

.kiosk-buttons {
    float:left;
    width:100%;
}

.kiosk-buttons a {
    border:1px solid white;
    border-radius:0px !important;
    float:left;
    display:block;
    clear:none;

}

/*.kiosk-label {*/
    /*float:left;*/
/*}*/

/*.kiosk-label + input {*/
    /*float:left;*/
    /*width:auto;*/
/*}*/

.actionLabel {
    float: left;
    margin-left: 12px;
    font-weight: 400;
    font-size: 16px;
    width:auto;
}

.dashActions a img {
    height:24px;
    float:left;
    margin-left:10px;
}

.dashActions a {
    float: left;
    padding: 5px;
    background: white;
    width: 100%;
    height: 100%;
    border-bottom:1px solid #eee;
}

.dashActions {
    height: 30%;
    width: 100%;
    display: block;
    padding-left: 10px;
    overflow: auto;
}

.dashboard-container {
    width: 100%;
    margin: auto;
    display: -webkit-box;
    -webkit-box-flex: 1;
}

.dash-header {
    width: 100%;
    height: 95px;
    margin-bottom: 20px;
    border-top: 1px solid white;
}

.dash-header .dash-box {
    background: #4a87ee;
    padding: 0px;
    color: #fff;
    text-shadow: 1px 1px 1px #000,0px 0px 6px #000;
    margin: 0;
    text-align: center;
    text-anchor: inherit;
    width: 100%;
    float: left;
    /*background-image: url('../img/grey_wash_wall.png');*/
    border-radius: 0;
    border: 0;
    border-top:1px solid white;
}


.dash-toggleShowAll, .dash-selectMe {
    display: block;
    position: absolute;
    padding: 0;
    text-shadow: none;
    background: lightblue;
    opacity: .8;
    border-radius: 5px;
    width: auto;
    float: right;
    text-align: right;
}


.draftItem {
    width: auto;
    padding: 2px;
    color: red;
    font-size: 12px;
    font-weight: 700;
    padding-left: 0px;
    border: 1px solid red;
    margin-bottom: 3px;
    background: #ebebeb;
}

.dash-toggleShowAll {
    left: 0;
    right: inherit;
}

.dash-header .dash-box .btn {
    padding: 5px;
    width: 100%;
    border-radius: 5px;
    border: none;
    margin: 0;
    color: white;
}

.dashChangeSelection {
    position: absolute;
    left: 0px;
    border-radius: 5px;
    z-index: 9998;
    top: 0px;
    padding: 3px 8px 0px 8px;
    font-size: 23px;
}

.dash-header .dash-box .dash-h {
    background: none;
    border: none;
    height: inherit;
    text-align: left;
    margin-left: 0px;
    border-bottom: 1px solid white;
    border-radius: 0;
}

.dashChildSlide {
    width:100%;
}

.dash-footer {
    height: 50px;
    width: 100%;
    display: block;
    position: absolute;
    bottom: 0;
}

.n2fBtn {
    font-size: 26px;
    float: right;
}

.n2fBtn > a {
    color: white;
    background: #428bca;
    border-radius:5px;
    border: 1px solid #428bca;
}

.n2fLeftBtn {
    padding-right: 9px;
    font-size: 16px;
    padding-top: 5px;
    padding-left: 2px;
    padding-bottom: 2px;
}

.n2fRightBtn {
    padding-left: 9px;
    font-size: 16px;
    padding-top: 5px;
    padding-right: 2px;
    padding-bottom: 2px;
}

.n2fFont {
    font-size: 14px;
}


.grid-photo {
    height: 45px;
    width: auto;
}

.dashChildSpan {
    width: 60px;
    float: left;
    text-align: center;
    background: white;
    border: 1px solid white;
    border-radius: 5px;
}

.selectChildrenLink {
    color: white;
    border: 1px solid white;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    line-height: 34px;
    background: #aaa;
}

.dashRoomSelectSpan,
.dashChildSelectDiv {
    float: left;
    width: 40%;
    text-align: left;
    padding-top: 5px;
    padding-left: 10px;

}

.dashChildSlide .dash-photo {
    top: -34px !important;
    font-size: 25px;
    font-weight: 200;
    padding: 0;
    margin: 0;
    background: none !important;
    right: -21px;
    height: 92px !important;
}

.attendanceDateValue {
  position: absolute;
  top: 5px;
  left: 10px;
  color: red;
  font-size: 24px;
  text-shadow: 1px 1px 1px white;
}

.overview-dash-photo {
  height: 100px !important;
  width: 100px;
  background-color: black !important;
  background-position: 50% 50% !important;
  background-size: cover
  !important;
  background-repeat: no-repeat !important;
}

.overview-dash-name {
  font-size: 20px;
  font-weight: 500;
  padding: 0;
  background: none !important;
  opacity: 1.0 !important;
  text-shadow: 1px 2px 3px #111, 0px 0px 2px #222 !important;
  color: white;
  display: block;
  z-index: 1 !important;
  width: 100%;
  text-align: left;
  padding-left: 5px;
}

.overview-dash-info {
  position: absolute;
  background: #555;
  display: block;
  float: left;
  z-index: 0;
  width: 50%;
  width: calc(100% - 100px);
  top: -128px;
  left: 100px;
  color: white;
  text-align: left;
  padding-left: 6px;
  font-size: 12px;

}

.overview-dash-bg {
  background-color: #555;
}

.overview-dash-icons {
  text-align: center;
  display: block;
  float: left;
  width: 100%;
  top: 100px !important;
  height: 28px;
  background: #555;
}

.overview-dash-icons > img {
  height: 26px;
  background: #999;
  border-radius: 13px;
  border: 1px solid red;
}

.comments-block li {
  border: 1px solid #ccc;
  padding: 2px;
  list-style: none;
  border-radius: 5px;
  padding: 5px;
  margin-bottom: 5px;
  margin-left: 0;
}

.dashRoomSelectSpan a {
    font-size: 15px;
    float: left;
    width: 100%;
    border: 1px solid white;
    margin-top: 11px;
    padding: inherit;
    border-radius: 5px;
    font-weight: 500;
    color: white;
    background: none;
    text-align: center;
}

.dashChildSelectSpan {
    width: 60%;
    float: left;
    background: none;
    height: 100px;
    padding: 3px;
}

.selectChildrenLink span {
    float: right;
    margin-right: 10px;
    font-size: 20px;
    line-height: 12px;
    border-radius: 5px;
    padding: 6px;
}

.selectedChildDash {
    background: #4a87ee;
    -webkit-box-shadow: inset 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.unselectedChildDash {
    opacity: .5;
}

.dashChildSelectSpan .dash-name {
    top: -24px !important;
    font-size: 20px;
    font-weight: 500;
    padding: 0;
    background: none !important;
    opacity: 1.0 !important;
    text-shadow: 1px 2px 3px #111, 0px 0px 2px #222 !important;
}



.dashChildSelectSpan .grid-kid-counter {
    bottom: 36px;
    width: 100%;
    text-align: left;
    left: 2px;
    font-size: 20px;
    width: auto;
    border-radius: 0px 5px 0px 0px;
    height: auto;
}


.dashPane .dash-left-children {
    height:100%;
}

.dash-left {
    width: 40%;
    clear:none;
}

.bar-doublefooter, .box {
    height:90px;
}

.parentblue {
    background-color:blue;
}

.yellow {
    background-color:yellow;
}

.pink {
    background-color:pink;
}

.dash-right {
    width: 60%;
    float:right;
    padding-right: 10px;
}

.right-inner {
    height: 100%;
    width:100%;
    padding-bottom: 30px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
    background: #eee;
}

.dash-right .kr-page-item {
    font-size: 16px !important;
}

.dash-right-inner {
    height: 100%;
    position: relative;
    padding-right:10px;
}

.dashPopupWrapper h4.well {
    margin-top: -3px;
}

.dash-left-rooms {
    /*height: 120px;*/
    height: 50px;
}

.dash-box {
    margin-left: 10px;
    padding: 5px;
    background: white;
    border: 3px solid #aaa;
    border-right: 3px solid #888;
    border-bottom: 3px solid #999;
    border-radius: 5px;
    overflow:hidden;
}

.dash-list {
    margin: 0;
    text-align: left;
    float: left;
    padding:0;
    padding-bottom: 6px;
    width:100%;
}

.dash-item {
    width: 100%;
    display: block;
    height: auto;
    padding: 5px 0px !important;
    font-size: 16px !important;
    margin: 0px;
    float: left;
    line-height:31px;
    border: 0 !important;
    border-bottom: 1px solid #ddd !important;
    margin: 0 !important;
}

.dash-act-h {
    font-weight: bold;
    float: right;
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: 0px;
    padding: 1px;
    color: #269CFC;
    border-bottom: 1px solid #269CFC;
    font-weight: 500;
    font-size: 14px;
}

.ion-kr-modal {
    height: 80%;
    width: 80%;
    display: block;
    background: white;
    float: right;
    margin: 10%;
}

.dash-activity-wide-header {
    display:none !important;
}
.dash-activity-narrow-header {
    display:block !important;
    height: 45px;
    background: white;
    padding-top: 2px;
}

.media-input-div {
    position:relative;
}

.media-input-div div {
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
    height: 100%;
    text-align: center;
    font-size: 18px;
}
.media-input-div div span.uploadLabel {
    padding-top: 8px;
    display:block;
}

.actionRequired {
    background-color: rgb(219, 238, 255) !important;
}

.eventStreamBody img.listIcon {
    height: 32px;
    margin-right: 7px;
}

.dashStreamToggleButton {
    position: absolute;
    left: 14px;
    top: 14px;
}

.streamFilterToggleButton {
    position: absolute;
    left: 47px;
    top: 14px;
}

.loadingMessage {
    position: absolute;
    top: 0px;
    width: 100%;
    z-index: 99999;
    color: white;
    text-align: center;
}

.uploadingPane {
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #000;
    opacity: .7;
}

.uploadingPane div {
    margin-top: 25%;
    font-size: 48px;
    color: white;
}

.dashRefreshBtn, .dashFilterBtn {
    position: absolute;
    right: 3px;
    top: 14px;
}

.mainMenuActivityStream .dashRefreshBtn, .mainMenuActivityStream .dashFilterBtn,
.mainMenuActivityStream .dashStreamToggleButton, .mainMenuActivityStream .streamFilterToggleButton {
    top: 103px;
}

.mainMenuActivityStream .dashRefreshBtn {
    position: absolute;
    top: 9px;
    }

.mainMenuActivityStream .dashStreamToggleButton {
    position: absolute;
    top: 8px;
}

.mainMenuActivityStream .streamFilterToggleButton {
    position: absolute;
    top: 8px;
}


.mainMenuActivityStream .dash-h {
    margin-top: -5px;
    line-height: 38px;
    margin-bottom: 0px;
    position: absolute;
}

.mainMenuActivityStream .dashFilterBtn, .mainMenuActivityStream .streamFilterToggleButton {
    display: none;
}

.mainMenuActivityStream .viewevents-header {
    top: 100px;
    border-bottom: 1px solid #aaa;
    position: absolute;
}

.modeToggle a:active, .modeToggle a:hover,
.btnHeaderLeft, .btnHeaderRight, .btnHeaderLeft:active,
.btnHeaderRight:active, .btnHeaderLeft:hover, .btnHeaderRight:hover,
.dashFooterRefreshBtn, .dashFooterRefreshBtn:active, .dashFooterRefreshBtn:hover,
.dashFooterHelpBtn, .dashFooterHelpBtn:active, .dashFooterHelpBtn:hover,
.viewevents-header .btn, .viewevents-header .btn:active,
.viewevents-header .btn:hover,
.dash-grid-toggle-btn, .dash-multiselect,
.dash-grid-toggle-btn:active, .dash-multiselect:active,
.dash-grid-toggle-btn:hover, .dash-multiselect:hover,
.streamFilterToggleButton, .streamFilterToggleButton:hover, .streamFilterToggleButton:active,
.dashStreamToggleButton, .dashRefreshBtn, .dashFilterBtn,
.dashStreamToggleButton:active, .dashRefreshBtn:active, .dashFilterBtn:active,
.dashStreamToggleButton:hover, .dashRefreshBtn:hover, .dashFilterBtn:hover{
    color: #269CFC !important;
}

a.kpActivityCheck:hover, a.kpActivityCheck:active {
    color: #4a87ee !important;
}

.kidPlanner .dash-grid-toggle-btn {
    position:relative !important;
    float: right;
    top:0;
    left:0;
}

.kidPlanner .dash-multiselect {
    position:relative !important;
    float: left;
    top:0;
    left:0;

}

.kidPlanner .dash-h {
    height: 42px;
    line-height: 34px;
}

.selectChildrenKidPlanner {
    border-bottom: 1px solid #888;
    width: 100%;
    padding: 0;
    margin: 0;
    float: left;
    padding: 10px 10px 0px 10px;
    background: #fff;
    color: black;
}

.selectActivitiesKidPlanner {
    background: #aaa;
    color: white;
    float: left;
    width: 100%;
}

.fullCalendarWrapper {
  float: left;
  width: 60%;
  padding: 10px;
  background-color: white;
  border: 1px solid #ccc;
  min-height: calc(100% - 49px);
}

.recordActivityWrapper {

  overflow: auto;
  padding-bottom: 49px;
  float: left;
  width: 100%;
  height: 100%;
}

.activityPlannerFrame {

    padding-bottom: 87px;
}

.collapsing{
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height .35s ease;
    transition: height .35s ease;
}

.viewEditDeletePopup {
    border: 1px solid #aaa;
    position: absolute;
    border-radius: 5px;
    width: 100%;
    float: left;
}

.kidPlannerMainWrap {
    height: 100%;
    display: block;
    min-height: 100%;
    margin-top: -44px;
  background-color: white;
  overflow:hidden;

}

.mainNotPlanningMode {
  position:absolute;
  width:100%;

}

.recordActivitiesWrapper {
    float: right;
    overflow: auto;
    height: 100%;
    width:40%;
    position: relative;
}

.recordActivitiesInner {
    overflow: auto;
    padding-bottom: 150px;
    float: left;
    width: 100%;
    height: 100%;
}

.settingsimage {
    float: left;
    margin-right: 15px;
}

.helpimage {
    float: right;
    margin-left: 15px;
    width: 40%;
}

.helpstep {
    width: 100%;
    float: left;
    border-bottom: 1px solid #aaa;
    margin-bottom: 10px;
}


.dashFooterHelpBtn {
    font-size: 14px;
    position: relative;
    top: -2px;
    height: 35px;
}

.helppage {
    padding: 20px 5px 5px 5px;
}


.dash-left-inner {
    padding-bottom: 102px;
    height:100%;
    overflow:hidden;
}

.left-inner {
    overflow: auto;
    display: block;
    height: 100%;
    padding-bottom:29px;
}

.dash-left-children, .dash-left-activities {
    height: 50%;
    overflow:hidden;
    position:relative
}

.dash-left-activities {
    height: 70%;
}

.dash-grid-toggle-btn {
    position: absolute;
    right: -4px;
    top: -5px;
    font-size: 20px;
}

.dash-multiselect {
    position: absolute;
    left: -4px;
    top: -2px;
    font-size: 20px;
}

.glyphicon-check {
    color: #269CFC !important;
    text-shadow:none;
}

.glyphicon-unchecked {
    color: #ddd !important;
    text-shadow:none;
}


.dash-h {
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    text-align: center;
    display: block;
    color: #269CFC;
    background: white;
    padding: 2px;
    border-bottom: 2px solid #777;
    margin-bottom: 3px;
    font-weight: 700;
}

.dash-footer-inner {
    vertical-align: middle;
    height: 100%;
    width: 100%;
    display: block;
    padding: 0;
    margin: 0;
    padding-top: 10px;
}

.dash-footer-inner .dash-h {
    display: block;
    float: left;
    padding: 4px 12px;
    background-color: #fff;
    height: 100%;
    vertical-align: middle;
    border-radius: 0;
    border: none;
    line-height: 32px;
    border-top:1px solid #269CFC;
}

.dash-child-grid {
    display: block;
    margin-bottom: 35px;
    width: 100%;
    height: 100%;
}


.dashFilterBtn {
    right:36px;
}

.dashFilterBtn.filterApplied {
    color: red !important;
    background: none;
}

.dashboardAttendanceContainer > .signInList {
    margin-top: 36px;
}

.event-ion-content {
    padding-bottom: 42px;
    float:left;
    width:100%;
}

.event-ion-content.scrollable.fill {
    padding-bottom: 100px;
}

.streamChildHeader {
    font-weight: 200;
    font-size: 20px;
    letter-spacing: -1px;
    color: #555;
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #aaa;
}

.parent-subheader {
  border-color: #4a87ee !important;
  padding: 0;
}

.bar-2subheader {
    top: 88px;
    height: 28px;
}

.streamItem .evenRow {
    background: #eee;
}

.streamItem .oddRow {
    background: #fff;
}

.header-streamitem {
    float: left;
    width: 100%;
    color: #444;
    text-align: left;
    font-size: 14px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 5px;
}

.ion-nav-view {
    background-color: #fff !important;
}


.streamEventTypeHeader {
    float: left;
    width: 100%;
    font-weight: 400;
    text-align: left;
    font-size: 18px;
}


.carouselInner {
    /*margin: 0px 70px 0px 70px;*/
    background: #fafafa;
}

.carouselOuter {
    overflow-x:scroll;
    overflow-y:hidden;
}

.carouselDash .dash-child-grid-wrapper {
    width: 130px;
    border-left: 1px solid #ccc;
    padding: 0px 2px 0px 2px;
    margin-left: 0;
    border-right: 1px solid #ccc;
    height: 94px;
}

.carouselDash .dash-selected {
    top: 0;
}

.carouselDash {
    width: 68%;
    background: #4a87ee;
    border: 0px solid white;
    border-radius: 5px;
    float: left;
    vertical-align: middle;
    margin: 0;
    overflow:hidden;
}

.carouselOuter {

}

.back-dash-btn, .forward-dash-btn {
    width: 16%;
    height: 100%;
    overflow: hidden;
    line-height: inherit;
    font-size: -webkit-xxx-large;
    text-shadow: none;
    color: white;
    vertical-align: middle;
    line-height: 100px;
    font-size: 32px;
}

.back-dash-btn {
    float:left;
}


.forward-dash-btn {
    float:right;
}

.dash-child-grid-wrapper {
    width: 50%;
    margin: 0;
    padding: 0;
    float: left;
    text-align: center;
    position:relative;
}

.dash-child-grid .dash-photo, .dashChildSlide .dash-photo {
    width: auto;
    height: 100px;
}

.dashPopupWrapper .container {
    padding:20px;
}


.grid-kid-counter {
    position: absolute;
    color: white;
    font-size: 18px;
    text-shadow: 0px 0px 6px black, 0px 0px 15px black;
    bottom: 18px;
    z-index: 100;
    left: 3px;
}

.dash-child-grid .dash-name {
    color: white;
    position: relative;
    background: #555;
    display: block;
    float: left;
    z-index: 50;
    top: -20px;
    width: 100%;
    opacity: 0.8;
    text-shadow: 0px 0px 2px #222;
}



.dash-child-grid .dash-selected {
    z-index: 150;
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0;
    bottom: 18px;
    right: 8px;
    text-align: right;
    color: white;
}

.dash-selected span {
    font-size:20px;
    color: #A0FD25;
    text-shadow: 1px 1px 1px #333;
}

.dashPane .dash-box {
    border:none;
}

.portfolio-selected, .portfolio-selected:hover, .portfolio-selected:active {
  background-color: #BF6B44 !important;
  font-weight:bolder;
  color:white !important;
}

.portfolio-selected a, .portfolio-selected a span {
  color:white !important;
}



.dashActionsInner {
    padding: 0px;
    border: 0px solid #aaa;
    border-top: 3px solid #ccc;
    height: 100%;
}

.dashActionsRow {
    height: 20%;
}

.portfolio-selected, .portfolio-selected:hover, .portfolio-selected:active {
  background-color: #BF6B44 !important;
  font-weight:bolder;
  color:white !important;
}

.portfolio-selected a, .portfolio-selected a span {
  color:white !important;
}

.streamAvatar {
    border-radius: 25px !important;
    border: 1px solid #777;
    padding: 4px;
    background: #333;
    max-height:50px !important;
    max-width:50px !important;
}

.streamTime {
    font-size: 12px;
    float: right;
    display: block;
    font-weight: 200;
    color: #4A87EE;
}

.double-subheader > .slider {
    background: #124167;
}

.streamName {
    float: left;
    font-size: 20px;
    line-height: 20px;
    letter-spacing: 0px;
    font-weight: 500;
}

.evenRow > .card, .oddRow > .card {
    margin: 10px 5px !important;
}

.oddRow {
    background-color: #fff;
}


.evenRow {
    background-color: #fdfdfd;
}

.activityWrapper {
    float: left;
    width: 100%;
    margin-bottom: 5px;
    margin-top: 5px;
}

.DailyRoutine {
     border: 3px solid #FFD000;
    background-color: #FFD000;
}

.Administrative {
    border: 3px solid #FF0000;
    background-color: #FF0000;
}

.Meals {
    border: 3px solid #98FF00;
    background-color: #98FF00;
}

.Portfolio {
    background-color:#BF6B44;
    border: 3px solid #BF6B44;
}

.purple-bg, .purple-bg:hover {
    background: none;
    background-color: #CE8FFF;
    color:white;
}

.lightblue-bg, .lightblue-bg:hover {
    background: none;
    background-color: #8EFFFF;
    color:#444;
}

.parentTabs > .tabs {
    border: none;
    padding: 0;
}

.parentTabs span {
    margin-bottom:0;
}

.tabSelected {
    text-shadow: 0px 0px 4px #555;
    font-weight: 900;
}

.tabSelected.lightblue-bg {
    text-shadow: 0px 0px 4px #fff;
}

.tabNotSelected {
    font-weight:200;
    opacity:.9;
}

.popoverThumb {
    border-radius: 50px;
    height: 100px;
    text-align: center;
    width: 100px;
    background-position: 50% 50%;
    background-size: cover;
    border: 2px solid #ccc;
}

.baseEvtStream .DailyRoutine {
    background-color:#FFD000;
}

.baseEvtStream .Administrative {
    background-color:#FF0000;
}

.baseEvtStream .Meals {
    background-color:#98FF00;
}

.baseEvtStream .DailyRoutine,
.baseEvtStream .Administrative,
.baseEvtStream .Meals {
    color:#010101;
}

.font-DailyRoutine {
    color: #FFD000;
}

.font-Administrative {
    color: #FF0000;
}

.font-Meals {
    color: #98FF00;
}

.font-Portfolio {
    color:#BF6B44;
}


.n2f-time > span {
    margin-right: 0px;
}

.n2f-list {
    width:4000px;
    display:block;
}

.n2f-left {
width:100%;
    text-align:center;
}

.n2f-right {

}

.n2f-time {
    float:left;
}

.n2f-name {
    font-weight: 900;
    position: absolute;
    bottom: -29px;
    left: 0;
    right: 0;
    font-size: 20px;
    margin: 0;
    background: #555;
}

.n2f-photo {
    height: 80px;
    border-radius: 40px;
    width: 80px;
}

.item-divider {
    font-weight:600;

}

.form-group {
    width: 100%;
}

.childSelected {
    background: white !important;
    color: #4a87ee !important;
    margin: 0px;
    padding: 5px 20px !important;
    border-radius: 15px !important;
}

.childSelected, .childNotSelected {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 5px 20px !important;
}

.event-stream-notes {
    float: right;
    font-size: 14px;
    width: 100%;
    margin-bottom:5px;
    font-weight: 700;
    color: rgb(0, 67, 245) !important;
    text-align:left;
    border-top:1px solid #ccc;
    white-space: normal !important;
    margin-top: 5px;
    padding-top: 5px;
}

.popover {
    height: auto;
    margin-left:0;
}

.popover.right {
    width:100%;
}

.popover-content > div {
    height: auto !important;
}

.childpopover > a {
    float: left;
    width:auto;
    border:none;
    font-size:18px;
}

.modal-content {

}

.modal {
    left: 0;
    right: 0;
    bottom: 0;
    outline: 0;
}

.button {
    outline: 0;
}

.loadingPane {
    top:0;
    left:0;
    position: absolute;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 50%;
    z-index: 9999;
    background: #000;
    opacity: .5;
}

.loadingPaneCancel {
    font-size: 50px;
    color: white;
    top: 0;
    right: 0;
    position: absolute;
    opacity: 1;

}

.removePortfolio {
  font-size: 20px;
  line-height:10px;
}

.pendingUploads {
    background: red;
}

.popover-content {
    padding: 10px 10px;
}


.settings-container {
    padding:10px;
    padding-bottom:40px;
}

.attendance .attendanceAutoSend {
    margin-top: 7px !important;
}

.attendance, .teacherSignIn.home-action-teacherSignIn {
    margin-top:34px !important;
}

.home-action-selectChild, .home-action-selectChildren {
    margin-top: 44px !important;
}

.attendance {
    padding-bottom:70px !important;
}

.attendance-header {
    font-size: 27px;
    width: 100%;
    border-bottom: 1px solid black;
    height: 32px;
    padding: 0 !important;
    margin-top:55px;
}

.eventStreamBody {
    float:left;
    width:100%;
    background: #eee;
}

.napTimeElapsed {
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    display: block;
    height: 40px;
    padding-top: 5px;
    margin-bottom: 20px;
}

.napTimerBtns {
    width:100%;
    text-align:center;
    margin-bottom:10px;
}

.viewevents-header {
    width: 100%;
    margin: 0;
}

.viewevents-list {
    list-style: none;
    font-size: 16px;
    width: 100%;
    font-weight: 400;
    letter-spacing: 0px;
    color: #111;
}

.viewevents-list li {
    float:left;
    clear:both;
}


.viewevents-details-list {
    background-color: #fff;
    border: 1px solid #aaa;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    float: left;
    width: 100%;
    display: block;
}

.viewevents-details-list li {
    clear:both
}

.viewevents-list > p > .streamLabel, .viewevents-details-list li .streamLabel {
    font-weight:500;
    font-size:16px;
}

.viewevents-list > p > .streamValue, .viewevents-details-list li .streamValue {
    font-weight:300;
    font-size: 14px
}


.filterApplied {
    color: white;
    background-color: green;
}

.dashboard .kr-fixed-list {
    margin-top: 0px !important;
    margin-bottom: 40px !important;
    float: left;
}

.kr-fixed-list {
margin-top: 39px !important;
margin-bottom: 0px !important;
}

.attendance .kr-fixed-list, .teacherSignIn .kr-fixed-list {
    padding-bottom: 40px !important;
    float: left;
    margin-top:0px !important;
}

.kr-fixed-header {
    margin-top:55px !important;
}

.dashboardAttendanceContainer .kr-fixed-list {
    margin-top: 39px !important;
}
.kr-kid-fixed-list {
    padding-top:73px !important;
}

.inverse {
    background: #777;
    color: #eee;
}

.card-tabs {
    background-color: #fff;
}

.card-tabs a {
    color: #010101;
    font-size: 18px !important;
    background-color: #fff;
    padding: 0;
    margin: 0;
    border: none !important;
    float: left;
}

.streamItem {
    width: 100% !important;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    text-align:center;
}



.streamImage {
    height: 150px;
    background-size: cover;
    background-position: 50% 50%;
}

.signature-image .streamImage {
  height:20px;
}

.streamItemTitle {
    font-weight: 700;
    color: #222;
}

.parentStreamGroup {
    border:none;
    text-align:center;
    padding: 0px 4px;
}

.view-kr-event {
    font-size: 16px;
    padding: 10px;
    font-weight: 200;
    border-bottom: 1px solid #ccc;
    float: left;
    width: 100%;
}

.view-kr-event ul {
    float:left;
}


.view-kr-event:active {
    background-color: white !important;
    color:inherit !important;
}



.fullScreenMedia, .fullScreenSig {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index: 9998;
    background:#fefefe;
}

.fullScreenKidPicker {
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    left:0;
    z-index: 9997;
    background:#000;
    opacity: .6;
}

.kidPickerInner {
    position: absolute;
    z-index: 9998;
    background: #fff;
    width: 90%;
    height: 90%;
    margin: 5%;
    top: 0;
    left: 0;
    padding: 10px;
    border-radius: 5px;
}

.fullScreenMedia div, .sigPadBody {
    position:relative;
    height:100%;
    width:100%;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
}

.fullScreenMedia img, .fullScreenMedia video {
    max-width: 100%;
    max-height: 100%;
    overflow: auto;
    position:absolute;
    top:0;
    bottom:0;
    margin:auto;
}

.fullScreenSig {
    background: #555;
    color:white;
    padding: 10px;
    font-size:20px;
    font-weight: bolder;
    overflow-y: auto;
}



.btn-dash-multi {
    width:50%;
    border-radius: 0;
}

.btn-multi-selected, .btn-multi-selected:hover, .btn-multi-selected:active {
    /*background: #aaa;*/
    /*border-color: #555;*/
    color: white;
    text-shadow: 0px 0px 4px #777;
    -webkit-box-shadow: inset 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
    box-shadow: inset 2px 2px 2px 2px rgba(0, 0, 0, 0.2);
    background-color: #46b8da;
    border-color: #31b0d5;
}

.btn-selected {
    border-left:2px solid #ccc;
    border-right:2px solid #ccc;
    background-color:#eee
}

.maintopbar-btn, .maintopbar-btn:hover, .maintopbar-btn:active {
    color: #4a87ee;
    text-shadow: 1px 1px 1px #aaa;
}

.eventsHeader {
    font-size: 24px;
    height: 40px;
    line-height: 35px;
}

.dashClosePopup {
    position: absolute;
    right: 0px;
    border-radius: 5px;
    z-index: 9998;
    top: 0px;
    padding: 3px 8px 0px 8px;
    font-size: 23px;
}

.eventTabsClosePopup {
    font-size: 23px;
    float: right;
    clear: none;
    position: absolute;
    right: 0;
    color: inherit;
}

.btn-remind-selected, .btn-remind-selected:hover, .btn-remind-selected:active {
    background: #bbb;
    color: #222;
    border: 1px solid #222;
}

.reminderPane {
    float:left;
    width:100%;
    text-align:center;
}


.btn-tab-selected, .btn-tab-selected:hover, .btn-tab-selected:active {
    background: #bbb;
    color: #222;
    border: 1px solid #222;
}

.dashPopupWrapper {
    height: 100%;
    display: block;
    float: left;
    width: 100%;
}

.eventsContent {
    background: white;
    float: left;
    width: 100%;
}



.eventsFooter {
    background: #eee;
    float: left;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    border-radius: 0 0 5px 5px;
}

.dashPane h3.kr-page-header {
    width: 100%;
}

.dashPane .event-page {
    height: 100%;
    width: 100%;
    float: left;
}

.dashPane .dashboardAttendanceContainer .child-room {
    float:right;
}

.dashPane .dashboardAttendanceContainer .child-name-span {
    float:left;
}


.dashPane span.attendance-header-text, .dashPane h3.kr-page-header {
    font-weight: 400;
    text-align: center;
    display: block;
    text-shadow: 1px 1px 1px #000, 0px 0px 5px #000;
    color: white;
    background: #bbb;
    padding: 2px;
    border-bottom: 1px solid #777;
    margin-bottom: 3px;
    border-right: 1px solid #777;
    font-size: 24px !important;
    height: 40px !important;
    line-height: 35px !important;
}

.dashPane span.attendance-header-text {
    border: none;
    background: #5bc0de;
}


.dashboardAttendance .top-menu-bar {
    top:40px !important;

    background: #5bc0de;
}

.attendanceFixedHeader {
    top: 55px;
    position: absolute;
    width: 100%;
}

.attendanceCustomHeader {
    background-color: #5bc0de;
    top: 98px;
}

.dashboardAttendanceContainer {
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;

}

.dashboardAttendanceContainer ul.list {
    padding-bottom: 80px;
}

.dashboardAttendanceFooter {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    text-align: center;
    background: #eee;
}

.dash-right-content {
    height:100%;
}

.right-inner > .activityfeedcontent {
    top:60px;
}

.dashPaneWrap, .dashPane {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9998;
    background: #000;
    opacity: .5;
}

.height100 {
    height:100%;
}

.moveRoomChildList {
    height: 40%;
    overflow: hidden;
    padding: 5px;
    margin-bottom: 20px;
    border: 1px solid #aaa;
}

.moveToRoomHeader {
    width:100%;
    display:block;
    font-size:28px;
    font-weight:200;
    text-align:center;

}


.dashPaneWrap {
    background-color:rgba(0,0,0,1);
}

.dashContentHeaderDateWrapper {
    width: auto;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.dashContentHeaderDates {
    margin: 0;
    width: auto;
}

.dashContentHeaderDates.parentHeaderDates input {
    /*line-height: 34px;*/
}

.dashCenteredDateCtrl {
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
    top: 1px;
}

.bar-subsubheader > .dashCenteredDateCtrl {
    top:1px
}

.dashContentHeaderDates .btnHeaderLeft {
    margin-right: 0;
    padding-right: 0;
}

.dashContentHeaderDates .btnHeaderRight {
    margin-left: 0;
    padding-left: 0;
}

.dashContentHeaderDates input {
    display: inline;
    width: auto;
}

.dashPane {
    width: 90%;
    height: 90%;
    z-index: 9998;
    margin: 5%;
    background: white;
    overflow-y: hidden;
    overflow-x: hidden;
    opacity: 1;
    border-radius: 5px;
}

.top-menu-bar {
    top: -2px;
    background-color: white;
    border-bottom: 1px solid #bbb;
    overflow: hidden;
    height: 39px;
}

.top-menu-wrapper {
    padding-top: 39px;
    display: block;
    height: 100%;
}

.evtStream {
    padding-bottom:125px;
}

.baseEvtStream {
    float:left;
    width:100%;
    margin-bottom: 50px;
}

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.viewEditItemRow {
    text-align: center;
    width: 100%;
    float: left;
    border-top: 1px solid #bcbcbc;
    padding-top: 2px;
    margin-top: 5px;
}

.viewEditItemRow a {
    font-weight: 100;
    text-decoration: none;
    width: 33%;
    float: left;
    text-shadow: 1px 1px 1px white;
    border-left:1px solid #aaa;
    padding:3px;

}

.expand-details-button {
    width: 100%;
    margin-bottom: 10px;
}
.event-stream-header {
    width:100%;
    display: block;
    float:left;
    clear: both;
}
.event-image {
    width:100%;
    text-align: center;
    margin-bottom:10px;
}

.event-stream-image {
    width:100%;
    text-align: center;
    margin-top:10px;
    float:left;
  position: relative;
}

.signature-image img {
  height: 30px;
  border:1px solid #aaa;
}

.fb-link {
  position: absolute;
  top: -6px;
  right: -6px;
}


.event-stream-image img, .event-stream-image video {
    border: none;
    display: block;
    width: 100% !important;
    float: left;
}
.fb-link img {
  height: 32px;
  width: 32px !important;
}

.event-image video {
    height:300px;
}

.event-image img, .event-image video {
    border: 1px solid #ccc;
    border-radius: 5px;
    float: left;
}


.attendance-header-text {
    height: 100%;
    font-size: 24px;
    line-height: 32px;
}



.stage {
    display: block;
    border: 1px solid orange;
    width: 100%;
}

/*.wave-leave, .show-leave {*/
    /*-webkit-transition:all .25s;*/
    /*-moz-transition:all .25s;*/
    /*-o-transition:all .25s;*/
    /*transition:all .25s;*/
/*}*/

/*.wave-enter, .show-enter {*/
    /*-webkit-transition:all .25s;*/
    /*-moz-transition:all .25s;*/
    /*-o-transition:all .25s;*/
    /*transition:all .25s;*/
/*}*/


/*.wave-enter {*/
    /*position:absolute;*/
    /*top:57px;*/
    /*opacity:1;*/
/*}*/

/*.show-enter {*/
    /*opacity:1;*/
    /*left:0;*/
/*}*/


/*.wave-leave, .wave-leave-active, .show-leave, .show-enter-active, .show-leave-active {*/
    /*opacity:.5;*/
    /*left:0;*/
/*}*/

/*.wave-enter-active {*/
    /*position:absolute;*/
    /*top:57px;*/
    /*opacity:0;*/
/*}*/

.fade-enter,
.fade-leave
{
    -webkit-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    position: relative;
    display: block;
    overflow: hidden;
    text-overflow: clip;
    white-space:nowrap;
}

.fade-leave.fade-leave-active,
.fade-enter {
    opacity: 0;
    width: 0px;
    height: 0px;
}

.fade-enter.fade-enter-active,
.fade-leave {
    opacity: 1;
    width: 150px;
    height: 30px;
}

.sidebar-header {
    padding: 10px;
    font-weight: 900;
    font-size: 14px;
    border-bottom: 1px solid #ccc;
}

.sidebar-version {
    padding: 5px;
    padding-left: 10px;
    font-weight: 500;
    font-size: 12px;
    border-bottom: 1px solid #aaa;
}

.photovideo .media-btn {
    width: 48%;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 14px;
}

.photovideo .kr-save-button {
    font-size: 24px;
}

.photovideobtn {
    width:50% !important;
}

.photovideobtn .glyphicon {
    color: black;
    float: left;
    margin-left: 10px;
    font-size: 20px;
}



.modal.fade.in {
    display: block;
    top: 0% !important;
    margin: 8%;
    overflow-y: auto;
    border-radius: 5px;
    min-height: 0%;
    width: auto;
    background: none !important;
}

.modal-backdrop > .modal-wrapper > .modal {
    background:inherit;
}

.modal-header {
    padding: 0px;
    border-bottom: 1px solid #aaa;
    text-align: center;
    font-size: 20px;
}

.child-checkbox {
    color: green;
    font-size: 24px;
}

.filter-quickview-list {
    list-style: none;
    width: 100%;
    margin: 0;
    padding: 0;
}

.filter-quickview-list, .filterQVitem, .modal-body-quickview  {
    float:left;
}

#canvas{
    border-bottom: 1px solid rgba(0,0,0,0.3);
    background-color: #FFF;
    box-shadow: 0 9px 20px -5px rgba(0,0,0,0.8);
}

.filterQVitem {
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #ccc;
    background: #eee;
    color: #111;
    text-align: left;
    font-size: 24px;
    font-weight: 200;
}

.child-search{
    background: #ccc;
}

.child-search input {

}

.child-search-filterbutton, .child-search-refreshbutton {
    width:10%;
}

.next-dirty {
    text-weight: bolder;
}

.kronline {
    background-color: green !important;
    color: white;
}

.kroffline {
    background-color: red !important;
    color: white;
}

.kid-counter {
    float: left;
    font-size: 20px !important;
    border-right: 2px solid #aaa;
    margin-right: 5px;
    padding-right: 5px;
    height: 100%;
}

.child-room {
    display: block;
    font-weight: 300;
    color: #777;
}

.child-name {
    font-weight:bolder;
    font-size: 90%;
}

.path-header-icon {
    height: 30px;
    margin-right:5px;
}

.small-path-header-icon {
    height: 22px;
    margin-right:5px;
}


.child-status {
    float:left;
    clear:both;
}

.child-selected {
    float:right;
}

.alertAllRow {
    background-color: #12BE27;
    color: #ffffff;
    font-weight: 600;
}



.child-eventview {
    clear: both;
    float: left;
    margin-left: 25px;
    margin-top: 5px;
    font-size: 12px;
    font-weight: 500;
    width:100%;
}

.child-eventitem {
    color: #333;
    width:100%;
}

.child-span {
    color:black;
}

.child-infoarea {
    height: 75px;
}

.selectChildPhoto {
    height: 75px;
    border:0;
    margin:0;
    padding:0;
}


.childPhotoDiv {
    width: 95px;
    float: left;
    text-align: center;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color: black;
    margin-right:10px;
}

.ppHeader {
    height:10%;
    width:100%;
}

.ppHeader span {
    font-weight:200;
    font-size:18px;
}

.ppFrame {
    height:100%;
    width:100%;
    overflow:hidden;
}

.ppFrame iframe {
    width: 100%;
    height: 100%;
    padding-top: 41px;

}

.ppFooter {
    height:10%;
    width:100%;
}


/*.fc-view-month > div > .fc-event {*/
    /*width:5px!important;*/
    /*height:5px;*/
/*}*/

/*.fc-day-content {*/
    /*max-height:100px;*/
    /*overflow:hidden;*/
/*}*/

.childProfilePopup img {
 width: 50%;
    border-radius: 5px;
    border: 1px solid #555;
}

.childProfilePopup .imgspan {
    width: 100%;
    text-align: center;
    display:block;
}

.childProfilePopup .infospan, .childProfilePopup .parentDiv {
    display:block;
    clear:both;
}

.childProfilePopup .infospan {
    border: 1px solid #aaa;
    padding: 10px;
    margin-top: 10px;
    border-radius: 5px;

}

.btn-wide {
    width:40%;
}


.parentText {
    font-weight: bolder;
    padding: 5px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    display: block;
    border-bottom: 1px solid #aaa;
    font-size:110%;
}

.profilePhotoSpan {
    display: block;
    margin-top: 8px;
}

.childProfileHeader {
    background-color: #eee;
    display:block;
}

.menu-block {
    border: 6px solid black;
    list-style: none;
    width: 100%;
    float: left;
    padding: 8px;
    margin: 0;
    background: none;
    text-align: center;
    border-radius: 5px;
    height: 100%;
    font-size: 110%;
    font-weight: 200;
    background: white;
}

.loginSettingsIcon {
    position:absolute !important;
    bottom:0px;
    right:6px;
}

.settings-popover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    background: white;
    margin: 10%;
    border-radius: 5px;
    padding: 10px;
}

.settings-footer {
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: center;
    left: 0px;
    padding: 10px;
}

.settings-checkbox  {
    float:left;
    width:30px !important;
    height:30px;
    border-radius:5px;
    border:2px solid #555;
}

.settings-label {
    text-align:left;
}

.settings-row {
    font-size: 20px;
    width:100%;
    margin-bottom:20px;
    padding:5px;
}

.settings-row .kr-page-list {
    padding-left:10px;
}

.mainMenuText {
    font-family: 'Walter Turncoat', cursive;
    /*font-family: 'Walter Turncoat', cursive;*/
    color: #3398F7 !important;
    font-weight: bolder;
    text-shadow: none;
}

.dirtyRow {
    background-color: rgba(137, 138, 125, 0.25);
    font-style: italic;
    font-weight: 900;
    color: #555;
    text-shadow: 1px 1px 1px #eee;
}

.nav-logo-btn:active {
    opacity: .6;
}

.mainHeader {
    height: 88px;
}

.inboxTitle {
    float: left;
    font-size: 30px;
    line-height: 31px;
    margin-left: 9px;
    letter-spacing: -1px;
    font-weight: 200;
}

.bolditem {
    font-weight: 900 !important;
    font-size: 104% !important;
}

.nopadding {
    padding:0 !important;
}

.nomargin {
    margin:0 !important;
}

.double-subheader {
    padding: 0;
    margin: 0;
    height: 88px;
}

.bar-subsubheader {
    top:88px;
}

.parentfeed > div > .activityfeedcontent {
    top:88px;
    background: #f3f3f3;
    margin-bottom:30px;
}

.dashfeed > .activityfeedcontent {
    top:100px;
    margin-bottom:88px;
}


/*.parentfeed {*/
    /*height:100% !important;*/
/*}*/

.nav-bar {
    /*background-image: url('../img/icons/kidreports-144x144.png') !important;*/
    /*background-size: contain;*/
}

#headerImg {
    z-index: 9997;
    background-size: contain;
    background-position: 50% 50%;
    height: 48px;
    background-image: url('../img/icons/kidreports-144x144.png');
    background-repeat: no-repeat;
    width:48px;
    display:block;
    position:absolute;
    left:0;
    right:0;
    top:0;
    margin:auto;
}

.modal-backdrop.fade.in {
    background-color:black;
}


.coloredBG {
    background-color: #eee;
}

.footerSlideTab {
    height: 88px;
    text-align: center;
    width: 100%;
    background: rgb(74,135,238); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(74,135,238,1) 0%, rgba(18,5,170,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(74,135,238,1)), color-stop(100%,rgba(18,5,170,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(74,135,238,1) 0%,rgba(18,5,170,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(74,135,238,1) 0%,rgba(18,5,170,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(74,135,238,1) 0%,rgba(18,5,170,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(74,135,238,1) 0%,rgba(255, 255, 255, 1) 100%);
    border-bottom: 2px solid black;
}

.footerSlideTab .slidethumb {
    margin-left: 22px;
    height: 88px;
    background-size: cover !important;
    width: 88px;
    border: 1px solid #ccc;
    border-radius: 44px;
    background-position: 50% 50% !important;
}

.footerSlideTab .footerText {
    position: absolute;
    bottom: 10px;
    color: white;
    font-size: 36px;
    text-shadow: 1px 1px 4px black, -1px -1px 3px black;
    width: 100%;
    left: 125px;
    text-align: left;
}

.parentHeaderThumb {
    width: 80px;
    height: 80px;
    vertical-align: middle;
    border-radius: 40px;
    background-size: cover !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    border: 2px solid darkblue;
}

.bar .left-buttons span {
    display: block;
}

.rightMemoriesScroll {
    width:70%;
    float:right;
    height:100%;
    margin-bottom: 50px;
}

.rightMemoriesScroll > .item {
    display: block;
    width: 100%;
    float: left;
}

.leftMemoriesScroll {
    width:30%;
    float:left;
    height:100%;
    background:#ccc;
}

.parentMainFill {
    top: 88px;
    width: 100%;
    position: absolute;
}

.parentfeed {
    top: 132px;
}

.parentMainBottomPadding {
    padding-bottom: 215px;
}

.teacherMainBottomPadding {
    padding-bottom:132px;
}

.Absolute-Center {
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

.attendance.home-action-selectRoom {
    margin-top:0px !important;
}

.memoriesName {
    z-index: 99999;
    color: white;
    position: absolute;
    top: 1px;
    left: 3px;
    text-shadow: 1px 1px 1px black;
}

.thumbText {
    right: 0px;
    z-index: 2;
    width: 80px;
    text-align: center;
    bottom: -45px;
    font-size: 18px;
    text-shadow: -1px -1px 4px black, 1px 1px 4px black;
    font-weight: 800;
    position: absolute;
    display: block !important;
    color:white
}

.ion-logo {
    background: url('../img/icons/kr-white.png') !important;
    /*background: url('../img/icons/kidreports-144x144.png') !important;*/
    width: 40px;
    height: 40px;
    background-size: cover !important;
    background-repeat: no-repeat;
}

.nav-logo-btn, .nav-logo-btn:hover {
    /*background: url('../img/icons/kidreports-144x144.png');*/
    width: 55px;
    height: 55px;
    font-size: 0;
    line-height: 0;
    vertical-align: middle;
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.kr-footer {
    height: 24px;
    text-align: center;
    font-size: 15px;
    font-weight: 300;
    background: white;
    padding: 0;
}

.menu-wrapper {
    width: 50%;
    height: 33%;
    float: left;
    padding: 6px;
}

.height50 {
    height: 50%;
}

.height33 {
    height: 33%;
}

.height25 {
    height: 25%;
}

.height20 {
    height: 20%;
}

.width50 {
    width: 50%;
}

.width34 {
    width: 34% !important;
}

.width33 {
    width: 33% !important;
}



.width25 {
    width: 24%;
}

.width20 {
    width: 19%;
}

.noPaddingTop {
    padding-top:0px !important
}

#mainwrapper {
    /*padding-top: 55px;*/
    padding-bottom:46px;
    margin: 0;
    background: #eee;
}

.loginlogo {
    width: 110px;
}

.attendance-counter {
    background-color: white;
    border-top: 1px solid black;
    text-align: center;
    z-index: 1;
    font-weight: 900;
}


.menu-block img {
    height: 60%;
    margin-top: 5%;
    max-width: 70%;
    max-height: 65%;
}

.red {
    color: red !important;
}

.blue {
    color: #269CFC !important;
}

.abs-center {
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
}

.abs-center-top {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
}


.dashboardAttendanceContainer > .nameToFaceWrap {
    margin-top: 76px;
    width: 100%;
    height: 100%;
}

.dashboardAttendanceContainer > .trackingSheetWrap {
  margin-top: 115px !important;
}


.n2fContainer > .nameToFaceWrap {
    margin-top: 32px;
    width: 100%;
    height: 100%;
}

.n2fContainer > .trackingSheetWrap {
  margin-top: 64px;
}

.dashboardAttendance > .n2f-subheader {
    top:79px !important;
}

.n2fClassicHeader > .n2f-subheader {
    top: 37px !important;
}

.n2fClassicHeader {
    position: absolute;
    top: 44px;
    width: 100%;
}

.n2f-header {
    background: white !important;
}

.trackingChartHeader {
  height: 78px !important;
}

.headerUIView {
    height: 44px;
    width: 100%;
    display:block;
}

.nameToFaceRow {
    height: 130px;
    border-bottom: 1px solid #ddd;
    text-align:center;
    background-color: #333;
    color: white;
}

.bgwhite {
    background:white;
}

.n2f-time {
    height:130px;
    border-left:1px solid #eee;
    text-align:center;
    padding:0px;
}

.cwN2F-time {
  font-size: 14px;
  line-height: 17px;
  padding-top: 1px;
  text-align: center;
  font-weight: bold;
}

.n2f-time >span > .glyphicon {
    font-size: 40px;
    position: absolute;
    top: 43px;
    bottom: 0;
    left: 0;
    right: 0;
}

.trackingChartHeader > div > span > .glyphicon {
  font-size:35px;
}

.n2f-photo {
    height: 100px;
    width: 100px;
    text-align: center;
    background-position: 50% 50%;
    background-size: cover;
    border-radius: 5px;
    margin-right: auto;
    margin-left: auto;
}

.n2f-header {
    font-size: 22px;
    line-height: 39px;
    text-align: center;
}

.teachern2f {

}

.datesn2f {

}

.childEvent, .parentChildEvent {
    border-color: #96F644;
}

.roomEvent, .easydraft {
    border-color: #FACC4A;
}

.easydraft > div.container {
    top: 44px;
    position: absolute;
}

.manageRoom, .coe {
    border-color: #F13936;
}

.sendMessage, .pbnj {
    border-color: #98FBFC;
}

.viewEvents, .parentViewEvents {
    border-color: #CC98F9;
}

.takePhotoVideo {
    border-color: #CC6633;
}

#sp-page {
    padding-top: 38px;
}

.insetButtons {
    padding:10%;
}

.insetButton {
    width:100%;
}

.input-form {
    padding: 5px 0px 5px 0px;
}
/*.navbar-fixed-top { height: 55px; }*/
.navbar-kidreports {
    height: 55px;
    background-color: #4a87ee;
}

.navbar-kidreports a.btn-large {
    padding: 14px 16px 13px 16px;
}

.input-group-button {
    width: 100%;
}

/** Snap */
html, body, #content, .main-ui-view {
    height: 100%;
    width: 100%;
    overflow:hidden;
}

#content {
    background-color: #fff;
    z-index: 1;
    -moz-box-shadow: 0 0 20px #888;
    -webkit-box-shadow: 0 0 20px #888;
    box-shadow: 0 0 20px #888;
}

#shelf-1 {
    width: 250px;
}

#nav-wrapper {
    width: 100%;
    text-align: center;
}

.scrollable {
    overflow: auto;
    -webkit-transition-property: top, bottom;
    transition-property: top, bottom;
    -webkit-transition-duration: .2s, .2s;
    transition-duration: .2s, .2s;
    -webkit-transition-timing-function: linear, linear;
    transition-timing-function: linear, linear;
    -webkit-overflow-scrolling: touch;
}


.myCheckedClass {
  background-color: #78c9ff;
  width: 100%;
}

.select-deselect{
  width: 100%;
  padding: 10px;
  font-size: 26px;
  border-bottom: 1px solid #ccc;
  display: block;
  float: left;
  text-align: left;
  color: #428bca;
}

.list-item{
  width: 100%;
  padding: 10px;
  font-size: 26px;
  border-bottom: 1px solid #ccc;
  display: block;
  float: left;
  text-align: left;
  color: #428bca;
}

.roomselect-title{
  font-weight: 400;
  text-align: center;
  display: block;
  text-shadow: 1px 1px 1px #000, 0px 0px 5px #000;
  color: white;

  padding: 2px;
  border-bottom: 1px solid #777;

  border-right: 1px solid #777;
  font-size: 24px !important;

  line-height: 35px !important;


  font-weight: 200;
  padding: 2px;
  margin: 0px;
  background: #ccc;
  width:100%;
  height:auto;
}

.roomSelectDiv {
  position: absolute;
  top: 44px;
  width: 80%;
  height: 82%;
  background-color: white;
  left: 10%;
  padding-bottom: 12px;
  text-align: left;
  border: 1px solid #bbb;
  overflow: scroll;
  font-size: 16px !important;
  display: block;
}

.roomSelectButtons {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
}

.roomSelect-sub{
  font-size: 16px;
  font-weight: 400;
  width: 100%;
  text-align: left;
  display: block;
  color: #428bca;
  background: white;
  padding: 7px;
  border-bottom: 2px solid #777;
  margin-bottom: 6px;
  font-weight: 700;
  padding-left: 82px;
}

/*.roomSelect-subtext{*/
  /*text-align: left;*/
  /*padding-left: 20px*/
/*}*/

.roomSelect-toggleAll{
  position: absolute;
  left: 38px;
  top: 36px;
  font-size: 27px;
}

/** snap end */

.navside {
    padding-top: 10px;
}

.navbar-sidebar {
    padding: 0;
}

.krmessage {
    height: 57px;
    line-height: 32px;
    text-align: center;
    font-size: 20px;
    font-weight: 200;
    border-top: 1px solid white;
    padding: 0;
    width: 100%;
    z-index: 9999;
}

.krmessage-alert {
    height: 100%;
}

.modal-messagebox {
    background: white;
    padding: 1px;
    border-radius: 0px;
    float: left;
    width: 100%;
    border:1px solid #555;
}

.navpanel {
    width: 266px;
    background-color: #eee;
    height: 100%;
    border-right: 1px solid black;

}

.kr-eventitem-selected, .kr-eventitem-unselected {
    font-size:20px;
    margin-right:10px;
}

.kr-eventitem-selected {
    color:green;
}

.kr-eventitem-unselected {
    color:#ccc;
}

.media-btn {
    width:48%;
}

.planInfo {
    float: left;
    width: 75%;
    clear:both;
}

.planTitle {
    float: left;
    margin-right: 10px;
    background: #ededed;
    padding: 2px 10px 2px 10px;
    border: 1px solid #dcdcdc;
    border-radius: 5px;
}

.modeToggle a.btn-active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    background: #eeeeee;
}

.datePlanText {
    font-size:14px;
    font-weight:400;
}

.planSaved {
    font-weight:800 !important;
}

.plannedCheck {
    margin-left: 8px;
    color: #0BEF0B;
    text-shadow: 2px 2px 2px #333;
    font-size: 24px;
}

#mainwrapper.kidPlanner, #mainwrapper.kidPlannerAdd, #mainwrapper.kidPlannerEdit {
  padding-top:44px !important;
  padding-bottom:0px !important;
}

.kidPlannerHeader {
    background: #fefefe;
    float: left;
    width: 100%;
    border-bottom: 2px solid #aaa;
    padding: 5px;
}

.kidPlannerLeftHeader {
    width: 50%;
    float: left;
    font-size: 24px;
    font-weight: 200;
    text-align: center;
}

.media-buttons {
    margin-bottom: 10px;
    display: block;
    width: 100%;
    height: 35px;
}

.modeToggle {
    width:50%;
    float:right
}

.modeToggle a {
    width: 50%;
    float: left;
    text-align: center;
    border:1px solid #ddd;
}

.kr-page-header {
    text-align: center;
    font-weight: 200;
    padding: 6px;
    margin: 0;
    background: #ccc;
    width:100%;
    height:auto;
}

.kr-eventstream-header {
    margin-top:-4px;
}

.kr-item-header {
    text-align: center;
    font-weight: 600;
    padding: 5px 15px;
    margin: 0 0 10px 0;
    background: #eee;
    font-size: 18px;
    border-bottom: 1px solid #aaa;
}

.kr-page-list {
    list-style: none;
    padding:0;
    width:100%;
}


.listIcon {
    height: 32px;
    margin-right: 20px;
    padding: 2px;
    border-radius: 2px;
    background: #444;
    border-radius: 16px;
}

.kr-page-item, .attendance-item {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    border-bottom: 1px solid #ccc;
    display: block;
    float: left;
    text-align: left;
}

.attendance-item {
  display: inline-block;
  padding: 8px 12px;
  margin-bottom: 0;
  font-weight: 500;
  white-space: nowrap;
  vertical-align: middle;
}

.kr-page-item:hover, .kr-page-item:active {
    color:black;
}

.kr-page-item:active {
    background-color: #ccc;
    color:white;
}

.kr-settingspage-item {
    background: #eee;
    width: 100%;
    padding: 3px 12px 1px 12px;
    border-radius: 5px;
}

.kr-odd-settings-item {
    background: #ddd;
}

.template-wrapper {
    height: 100%;
    width: 100%;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #aaa;
    padding: 3px;
    float: left;
    display: block;
}

.numeric-select {
    margin-bottom: 5px;
}

@media (max-width: 500px) {
    .btn-group > .btn {
        padding-left: 2px !important;
        padding-right: 2px !important;
        font-size: 12px;
    }
}

.event-page {
    padding:0px;
    float: left;
    width: 100%;
}

.event-block {
    padding: 5px;
}

.event-template {
    height: 100%;
    width: 100%;
    float:left;
}

.event-block-inset {
    padding: 10px;
    border: 1px solid #aaa;
    border-radius: 5px;
    margin-bottom: 15px;
}

.event-media {
    width: 100%;
    float: left;
    margin-bottom: 10px;
}

.event-details {
    height: auto;
    float: left;
    width: 100%;
}

.kr-button-wrapper {
    padding: 10px;
    float: left;
    width: 100%;
}

.kr-save-button {
    width: 30%;
}

.childEvent #eventsContentElement, .roomEvent #eventsContentElement,
.kidPlannerAdd #eventsContentElement, .kidPlannerEdit #eventsContentElement,
.viewEvents #eventsContentElement, .editDrafts #eventsContentElement,
.parentChildEvent #eventsContentElement, .parentViewEvents #eventsContentElement,


.childEvent #eventsFooterElement, .roomEvent #eventsFooterElement,
.kidPlannerAdd #eventsFooterElement, .kidPlannerEdit #eventsFooterElement,
.viewEvents #eventsFooterElement, .editDrafts #eventsFooterElement,
.parentChildEvent #eventsFooterElement, .parentViewEvents #eventsFooterElement,
.viewEventDirect #eventsFooterElement {
    position:relative;
}

.childEvent .fullScreenSig, .roomEvent .fullScreenSig,
.kidPlannerAdd .fullScreenSig, .kidPlannerEdit .fullScreenSig,
.viewEvents .fullScreenSig, .editDrafts .fullScreenSig,
.parentChildEvent .fullScreenSig, .parentViewEvents .fullScreenSig {
    padding-top:60px;
}

.kr-center {
    margin-left: auto;
    margin-right: auto;
}

.navbar-fixed-top, .navbar-fixed-bottom {
    position: absolute;
}

.onlineWarning {
    z-index: 1050;
    background-color: red;
    vertical-align: middle;
    font-size: 12px;
    color: white;

    height:20px;
    opacity: 1;
}

.topOffset {
    top: 2% !important;
    height: 98% !important;
    position: absolute;
    left: 0;
    width: 100%;
}

/*.bottomOffset {*/
    /*bottom: 16px !important;*/
/*}*/

/*.bottomPadding {*/
    /*padding-bottom: 16px !important;*/
/*}*/

.ui-main-view {
    position:relative;
}

.viewport {
    width: 100%;
    height: 100%;
    min-height: 100%;
    background: white;
    display: block;
}

.fill {
    min-height: 100%;
    height: 100%;
}

/* Overthrow CSS:
   Enable overflow: auto on elements with overthrow class when html element has overthrow class too */
.overthrow-enabled .overthrow {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.sidepanel-img {
    height: 40px;
    float: right;
    max-width: 60px;
}

.sidepanel-item {
    width: 100%;
    height:auto;
    float:left;
    border-bottom: 1px solid #ccc !important;
    padding: 10px 10px 20px 10px;
    font-size: 20px;
    font-weight: 200;
    margin-bottom: 1px;
    text-align: left !important;
    color: black;
}

a.sidepanel-item:hover, a.sidepanel-item:active {
    color:#555;
}

.login-container {
    /*background-image: url('../img/handmadepaper.png');*/
    /*background-color: rgb(168, 245, 252);*/
    height: 100%;
    width: 100%;
    padding: 20px;
}

.margin-right {
    margin-right:4px;
}

.margin-left {
    margin-left:4px;
}


.animate-enter,
.animate-leave {
    -webkit-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    position: relative;
    display: block;
}

.animate-enter.animate-enter-active,
.animate-leave {
    opacity: 1;
    top: 0;
    height: 30px;
}

.animate-leave.animate-leave-active,
.animate-enter {
    opacity: 0;
    top: -50px;
    height: 0px;
}



.status {
    font-style: italic;
}

.top-menu-item {
    text-align: center;
    border: solid;
    margin: 20px;
}

.btn-kr-login {
    background-color: #96F644;
    color: black;
    width: 70%;
    border: 1px solid black;
}

.btn-kr-login:hover {
color:black;
}


.btn-kr-login:active, .login-active {
    color:#555 !important;
    background-color: #ccc !important;
}

.overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    text-align: center;
    z-index: 1000;
}

.overlay .image {
    margin: 100px auto;
    text-align: center;
}

.error {
    background-color: pink;
}

.event-item {
    background-color: #e5e5e5;
    padding: 5px;
    margin: 5px;
    border-radius: 5px;
}

.invisible {
    display: none;
}

.topbar-image {
    width: 100%;
}



.mainMenuActivityStream .right-inner {
    position: absolute;
}

.activityPlannerFrame .event-stream-notes,
.activityPlannerFrame .planInfo {
    margin-left: 37px;
    width: auto;
    clear: both;
    float: left;
}


.kidPlanner-add {
    border: 1px solid #00A300;
    float: right;
    height: auto;
    color: #00A300;
}

.selectedRoom {
    font-size: 14px;
    width: auto;
    display: inline;
    margin-left: 10px;
}

.dashPopupWrapper .scroll-content {
    top:41px !important;
}

.activityBox {
    width:100%;
    float:right;
    border-bottom: 1px solid #eee;
    padding:10px;
  font-size: 16px;
  font-weight: 400;
}

.activityHeader .activityTitle {
    font-size: 18px;
    font-weight: 100;
    width:100%;
}

.fullwidth {
    width: 100%;
    float:left;
}

.fc-button {
    padding: 0 1em;
    height: 2.9em;
    line-height: 2.9em;
}

.attendance-bar {
    top: 40px;
    height: 38px;
}

.kidPlannerSpinner {
    height: 20px;
    float: left;
    margin: 9px 0px 0px 10px;
}

.activityPlanningTitle {
    float: left;
    text-align: center;
    width: 100%;
    font-weight: 200;
    padding: 8px;
    letter-spacing: -1px;
    font-size: 30px;
    background: #3B4153;
    color: #efefef;
    text-shadow: 0px 0px 5px #999;
}


.activityHeader {
  background-color: white;
    color: #111111;
    width: 100%;
    border-bottom: 1px solid #555;
    float: left;
}

.activityValues {
    font-size:12px;
    font-weight:400;
}



/*
Media Queries
*/

@media (min-width: 0px) {
    .menu-block {
        font-size: 110%;
    }

    .menu-block img {
        height: 40%;
    }
    .right-inner {
        padding-bottom: 100px;
    }
    .mainMenuActivityStream .right-inner {
        top: 145px !important;
        padding-bottom:145px;
    }
    .mainMenuActivityStream .baseEvtStream {
        margin-bottom: 0px;
    }

    .teacher .mainMenuActivityStream .right-inner {
        top: 184px !important;
        padding-bottom: 208px;
    }
    .teacher .mainMenuActivityStream .dash-h {
        margin-top: -4px;
    }
    .teacher .mainMenuActivityStream .viewevents-header {
        top: 139px;
    }
    .media-input-div div {
        font-size: 14px;
    }

    #activityStreamScroll {
        top:60px;
    }

}

@media (min-width: 319px) {
    .mainMenuActivityStream .dash-activity-wide-header {
        display:block !important;
    }
    .mainMenuActivityStream .dash-activity-narrow-header {
        display:none !important;
    }
    .mainMenuActivityStream .right-inner {
        top: 101px !important;
        padding-bottom: 101px;
    }
    .teacher .mainMenuActivityStream .right-inner {
        top: 141px !important;
        padding-bottom: 164px;
    }
}

@media (min-width: 400px) {
    .menu-block {
        font-size: 125%;
    }

    .kr-page-item, .attendance-item {
        font-size:22px;
    }

    .menu-block img {
        height: 45%;
    }


}


@media (min-width: 500px) {

  .child-status {
    clear:right;
  }

}

@media (min-width: 768px) {
    .menu-block {
        font-size: 170%;
    }

    .kr-page-item, .attendance-item {
        font-size:26px;
    }

    .menu-block img {
        height: 70%;
    }
    .dash-child-grid-wrapper {
        width: 32%;
    }
    .dash-activity-wide-header {
        display:block !important;
        width: 100%;
        float: left;
    }
    .dash-activity-narrow-header {
        display:none !important;
    }
    .right-inner {
        padding-bottom: 50px;
    }
    .media-input-div div {
        font-size: 18px;
    }
    .dashfeed > .activityfeedcontent {
        top:50px;
        margin-bottom:60px;
    }



}

@media (min-width: 992px) {
    .menu-block {
        font-size: 180%;
    }

    .kr-page-item, .attendance-item {
        font-size:30px;
    }

    .menu-block img {
        height: 75%;
    }


}

@media (min-width: 1200px) {
    .menu-block {
        font-size: 190%;
    }

    .kr-page-item, .attendance-item {
        font-size:34px;
    }

    .menu-block img {
        height: 80%;
    }
}


@media (min-height: 0px) {
    .actionLabel {
        font-size:12px;
    }

    .dashActions a img {
        height:16px;
    }
    .photovideobtn .glyphicon {
        font-size: 14px;
    }
    .dashActions {
        height:50%;
    }
    .dash-left-activities {
        height:50%
    }
}

@media (min-height: 400px) {
    .dashActions {
        height:40%;
    }
    .dash-left-activities {
        height:60%
    }

}

@media (min-height: 800px) {
    .actionLabel {
        font-size:14px;
    }

    .dashActions a img {
        height:22px;
    }
    .photovideobtn .glyphicon {
        font-size: 16px;
    }
    .dashActions {
        height:30%;
    }
    .dash-left-activities {
        height:70%
    }
}

@media (min-height: 1000px) {
    .dashActions a img {
        height:26px;
    }
    .photovideobtn .glyphicon {
        font-size: 18px;
    }
}


/*.videogularWrapper {*/
    /*position: relative;*/
/*}*/

/*.videogular video {*/
    /*position: absolute;*/
    /*width: 100%;*/
    /*height: auto;*/
    /*z-index: 1;*/
    /*top:0;*/
    /*left:0;*/
/*}*/

/*****************/
/* Poster plugin */
/*****************/
.vg-poster-image {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top:0;
    left:0;
}

.vg-poster-image img, .vg-poster-image img.none {
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    position: absolute;
}

.vg-poster-image img.fit {
    width: 100%;
}

.vg-poster-image img.fill {
    max-width: none;
    height: 100%;
}


/* Borrowed from ionic */

/**
 * Toggle
 * --------------------------------------------------
 */
.item-toggle {
  pointer-events: none; }

.toggle {
  position: relative;
  display: inline-block;
  pointer-events: auto;
  margin: -5px;
  padding: 5px; }
.toggle input:checked + .track {
  border-color: #4a87ee;
  background-color: #4a87ee; }
.toggle.dragging .handle {
  background-color: #f2f2f2 !important; }
.toggle.toggle-light input:checked + .track, .light {
  border-color: #ddd;
  background-color: #ddd; }
.toggle.toggle-stable input:checked + .track, .stable {
  border-color: #b2b2b2;
  background-color: #b2b2b2; }
.toggle.toggle-positive input:checked + .track {
  border-color: #4a87ee;
  background-color: #4a87ee; }
.toggle.toggle-calm input:checked + .track, .calm {
  border-color: #43cee6;
  background-color: #43cee6; }
.toggle.toggle-assertive input:checked + .track, .assertive {
  border-color: #ef4e3a;
  background-color: #ef4e3a; }
.toggle.toggle-balanced input:checked + .track, .balanced {
  border-color: #66cc33;
  background-color: #66cc33; }
.toggle.toggle-energized input:checked + .track, .energized {
  border-color: #f0b840;
  background-color: #f0b840; }
.toggle.toggle-royal input:checked + .track, .royal {
  border-color: #8a6de9;
  background-color: #8a6de9; }
.toggle.toggle-dark input:checked + .track, .dark {
  border-color: #444;
  background-color: #444; }

.toggle input {
  display: none; }

/* the track appearance when the toggle is "off" */
.toggle .track {
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-property: background-color, border;
  -moz-transition-property: background-color, border;
  transition-property: background-color, border;
  display: inline-block;
  box-sizing: border-box;
  width: 54px;
  height: 32px;
  border: solid 2px #E5E5E5;
  border-radius: 20px;
  background-color: #FF0000;
  content: ' ';
  cursor: pointer;
  pointer-events: none; }

/* Fix to avoid background color bleeding */
/* (occured on (at least) Android 4.2, Asus MeMO Pad HD7 ME173X) */
.platform-android4_2 .toggle .track {
  -webkit-background-clip: padding-box; }

/* the handle (circle) thats inside the toggle's track area */
/* also the handle's appearance when it is "off" */
.toggle .handle {
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  position: absolute;
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 28px;
  background-color: #fff;
  top: 7px;
  left: 7px; }
.toggle .handle:before {
  position: absolute;
  top: -4px;
  left: -22px;
  padding: 19px 35px;
  content: " "; }

.toggle input:checked + .track .handle {
  -webkit-transform: translate3d(22px, 0, 0);
  -moz-transform: translate3d(22px, 0, 0);
  transform: translate3d(22px, 0, 0);
  background-color: #fff; }

.item-toggle.active {
  box-shadow: none; }

.item-toggle, .item-toggle.item-complex .item-content {
  padding-right: 102px; }

.item-toggle.item-complex {
  padding-right: 0; }

.item-toggle .toggle {
  position: absolute;
  top: 8px;
  right: 16px;
  z-index: 3; }

.toggle input:disabled + .track {
  opacity: 0.6; }

.bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-transform: translate3d(0, 0, 0);*/
    /*-moz-transform: translate3d(0, 0, 0);*/
    /*transform: translate3d(0, 0, 0);*/
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    right: 0;
    left: 0;
    z-index: 10;
    box-sizing: border-box;
    padding: 5px;
    width: 100%;
    height: 44px;
    border-width: 0;
    border-style: solid;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #ddd;
    background-color: white;
    /* border-width: 1px will actually create 2 device pixels on retina */
    /* this nifty trick sets an actual 1px border on hi-res displays */
    background-size: 0; }

.has-header {
    top: 44px; }

.no-header {
    top: 0; }

.has-subheader {
    top: 88px; }

.has-tabs-top {
    top: 93px; }

.has-header.has-subheader.has-tabs-top {
    top: 137px; }

.has-footer {
    bottom: 44px; }

.has-subfooter {
    bottom: 88px; }

.has-tabs, .bar-footer.has-tabs {
    bottom: 49px; }

.has-footer.has-tabs {
    bottom: 93px; }
.bar.bar-positive {
    border-color: #145fd7;
    background-color: #4a87ee;
    background-image: linear-gradient(0deg, #145fd7, #145fd7 50%, transparent 50%);
    color: #fff; }
.bar.bar-positive .title {
    color: #fff; }
.bar.bar-positive.bar-footer {
    background-image: linear-gradient(180deg, #145fd7, #145fd7 50%, transparent 50%); }
.bar-header {
    top: 0;
    border-top-width: 0;
    border-bottom-width: 1px; }
.bar-header.has-tabs-top {
    border-bottom-width: 0px; }

.bar-footer {
    bottom: 0;
    border-top-width: 1px;
    border-bottom-width: 0;
    background-position: top; }
.bar-footer.item-input-inset {
    position: absolute; }

.bar-tabs {
    padding: 0; }

.bar-subheader {
    top: 44px;
    display: block; }

.bar-subfooter {
    bottom: 44px;
    display: block; }

.bar .title {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 0;
    overflow: hidden;
    margin: 0 10px;
    min-width: 30px;
    height: 43px;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
    line-height: 44px; }
.bar .title.title-left {
    text-align: left; }
.bar .title.title-right {
    text-align: right; }
.bar .title a {
    color: inherit; }
.bar .button {
    z-index: 1;
    padding: 0 8px;
    min-width: initial;
    min-height: 31px;
    font-weight: 400;
    font-size: 13px;
    line-height: 32px; }
.bar .button.button-icon:before, .bar .button .icon:before, .bar .button.icon:before, .bar .button.icon-left:before, .bar .button.icon-right:before {
    padding-right: 2px;
    padding-left: 2px;
    font-size: 20px;
    line-height: 32px; }
.bar .button.button-icon {
    font-size: 17px; }
.bar .button.button-icon .icon:before, .bar .button.button-icon:before, .bar .button.button-icon.icon-left:before, .bar .button.button-icon.icon-right:before {
    vertical-align: top;
    font-size: 32px;
    line-height: 32px; }
.bar .button.button-clear {
    padding-right: 2px;
    padding-left: 2px;
    font-weight: 300;
    font-size: 17px; }
.bar .button.button-clear .icon:before, .bar .button.button-clear.icon:before, .bar .button.button-clear.icon-left:before, .bar .button.button-clear.icon-right:before {
    font-size: 32px;
    line-height: 32px; }




/**
 * Buttons
 * --------------------------------------------------
 */
.button {
    border-color: #b2b2b2;
    background-color: #f8f8f8;
    color: #444;
    position: relative;
    display: inline-block;
    margin: 0;
    padding: 0 12px;
    min-width: 52px;
    min-height: 47px;
    border-width: 1px;
    border-style: solid;
    border-radius: 2px;
    vertical-align: top;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 42px;
    cursor: pointer; }
.button:hover {
    color: #444;
    text-decoration: none; }
.button.active, .button.activated {
    border-color: #a2a2a2;
    background-color: #e5e5e5;
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); }
.button:after {
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    content: ' '; }
.button .icon {
    vertical-align: top;
    pointer-events: none; }
.button .icon:before, .button.icon:before, .button.icon-left:before, .button.icon-right:before {
    display: inline-block;
    padding: 0 0 1px 0;
    vertical-align: inherit;
    font-size: 24px;
    line-height: 41px;
    pointer-events: none; }
.button.icon-left:before {
    float: left;
    padding-right: 0.2em;
    padding-left: 0; }
.button.icon-right:before {
    float: right;
    padding-right: 0;
    padding-left: 0.2em; }


.button-full {
    width:100%;
}

.button-white {
    color:white;
}

.button-clear {
    background:none;
    border:none;
}

.button-icon, .button-icon:active, .button-icon:hover {
    background:none;
    border:none;
}

.footerRefresh {
    position: absolute;
    right: 0px;
    top: 5px;
}

.list {
    float: left;
    width: 100%;
    margin-left: 0;
    padding-left: 0;
}

.card {
    float: left;
    width: 94%;
    background: white;
    margin: 2% 3%;
    padding: 5px 0px;
}

.item {
    border-color: #ddd;
    background-color: #fff;
    color: #444;
    position: relative;
    z-index: 2;
    display: block;
    margin: -1px;
    padding: 10px;
    border-width: 1px;
    border-style: solid;
    font-size: 20px; }
.item h2 {
    margin: 0 0 4px 0;
    font-size: 16px; }
.item h3 {
    margin: 0 0 4px 0;
    font-size: 14px; }
.item h4 {
    margin: 0 0 4px 0;
    font-size: 12px; }
.item h5, .item h6 {
    margin: 0 0 3px 0;
    font-size: 10px; }
.item p {
    color: #666;
    font-size: 14px; }
.item h1:last-child, .item h2:last-child, .item h3:last-child, .item h4:last-child, .item h5:last-child, .item h6:last-child, .item p:last-child {
    margin-bottom: 0; }

.btn, .button, i {
    outline: 0 !important;
}

/*.positive {*/
    /*border-color: #145fd7;*/
    /*background-color: #4a87ee;*/
    /*background-image: linear-gradient(0deg, #145fd7, #145fd7 50%, transparent 50%);*/
    /*color: #fff;*/
/*}*/
.toggleInbox {
    border-radius: 0;
    padding: 5px 10px;
}

.modal-dialog {
    height: 100%;
    padding: 0;
    border: 0;
}

.positive, .positive:hover, .positive:active {
    background-color: #4a87ee;
    color: #fff;
    border:0;
}

.btn-clear, .btn-clear:active, .btn-clear:hover {
    background: none !important;
    border: 0 !important;
    color: #111 !important;
}

.content.modal-body {
    height: 100%;
    display: block;
    float: left;
    width: 100%;
    background: white;
}

.width100 {
    width: 100%;
}

.btn-grey:hover, .btn-grey:active, .btn-grey {
    color:#aaa;

}

.energized {
   /*border-color: #d39211;*/
    background-color: #f0b840;
    color: #fff;
}

.assertive {
    /*border-color: #cc2311;*/
    background-color: #ef4e3a;
    /*background-image: linear-gradient(0deg, #cc2311, #cc2311 50%, transparent 50%);*/
    color: #fff;
}

.iconLabel {
    bottom: 2px;
    position: absolute;
    left: 0;
    right: 0;
}

.icon.tabbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-size:26px;
}
.parentTabs .btn {
    height:52px;
}

.icon {
    font-size: 20px;
    padding: 0px 3px;
    border-radius: 0;
    min-width: 30px;
}

.padding {
    padding: 10px; }
