ion-popover-view.fit {
  height: auto !important;
}

ion-popover-view.fit ion-content {
  position: relative !important;
}

.platform-android ion-popover-view.fit {
  margin-top: 10px !important;
}

/* for collapsible list */

.list .item.item-accordion {
  line-height: 38px;
  padding-top: 0;
  padding-bottom: 0;
  transition: 0.09s all linear;
}
.list .item.item-accordion.ng-hide {
  line-height: 0px;
}
.list .item.item-accordion.ng-hide-add,
.list .item.item-accordion.ng-hide-remove {
  display: block !important;
}

/* for collapsible list */


/* item expand CORE */
.item-expand {
  position: relative;
  max-height: 38px;
  transition: max-height 0.7s ease-out;
  overflow: hidden;
}


/*.item-expand.inactive:after {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0;
  height: 15px;
  width: 100%;
  display: block;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 0)),
    color-stop(1, rgba(255, 255, 255, 1))
  );
  background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
}*/

.item-expand.active {
  max-height: 200px;
  transition: max-height 0.5s ease-out;
}

.item-expand.active p {
  white-space: normal
}

.correct_answer{
  /*border-color: #15e836  !important;*/
  /*background-color: #15e836 !important;*/
  color: white;
}

.correct_answer .item-content{
  background-color: #15e836 !important;
}

.correct_answer .ion-checkmark{
  color: white;
}

.wrong_answer{
  /*border-color: #e8152f !important;*/
  /*background-color: #e8152f !important;*/
  color: white;
}

.wrong_answer .ion-checkmark{
  /*color: #e8152f;*/
  color: white;
}

.wrong_answer .item-content{
  background-color: #e8152f !important;
}

::-webkit-scrollbar,
*::-webkit-scrollbar {
    display: none;
}

.time_left{
	font-size: 20px;
    display: block;
    color: #696969;

}

.time_left.time_passed{
	color:#d46565;
}

.item-divider .icon{
  font-size: 16px;
  margin-right: 10px;
}

.quiz_detail .content {
  height: 34px;
  width: 100%;
  font-size: 14px;
  color: #b0b0b0;
  line-height: 34px;
}

.quiz_detail .card_mod {
  margin: 10px 16px 10px 0px !important;
  text-align:center;
  font-weight: 500;
}

.quiz_detail .header_item {
  height: 38px;
  padding: 5px !important;
  font-size: 20px;
}

.quiz_detail .item_mod {
  height: 38px;
  padding: 5px !important;
}

/*for upload btn*/
.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.hideContainer input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 0px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

.fileUpload:after{
  position: relative !important;
}
/*for upload btn*/

.center-content{
  margin: auto;
  padding-top: 150px;
  text-align: center;
  color: #aaa;
}

.no-padding {
  padding: 0 !important;
}

.no-border {
  border-width: 0;
}

input[type="file"] {
  margin-left: 2em;
}
input[type="file"]#fileElem {
  /* Note: display:none on the input won't trigger the click event in WebKit.
     Setting visibility to hidden and width 0 works.*/
  visibility: hidden;
  width: 0;
  height: 0;
}
#fileSelect {
  color: #08233e;
  font-size: 18pt;
  padding: 12px;
  background: -webkit-gradient(linear, left top, left bottom,
      color-stop(0.5, rgba(255,255,255,0.3)), color-stop(0.5, #ffcc00), to(#ffcc00));
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.3) 50%, #ffcc00 50%, #ffcc00);
  background: -moz-linear-gradient(top, rgba(255,255,255,0.3) 50%, #ffcc00 50%, #ffcc00);
  background: -ms-linear-gradient(top, rgba(255,255,255,0.3) 50%, #ffcc00 50%, #ffcc00);
  background: -o-linear-gradient(top, rgba(255,255,255,0.3) 50%, #ffcc00 50%, #ffcc00);
  background: linear-gradient(top, rgba(255,255,255,0.3) 50%, #ffcc00 50%, #ffcc00);
  background-color: #ffcc00;
  border: 1px solid #ffcc00;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -o-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  border-bottom: 1px solid #9f9f9f;
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  -o-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  -ms-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
  cursor: pointer;
  text-shadow: 0 1px #fff;
}
#fileSelect:hover {
  background: -webkit-gradient(linear, left top, left bottom,
                               color-stop(0, #fff), color-stop(0.7, #ffcc00),
                               to(#ffcc00));
  background: -webkit-linear-gradient(top, #fff, #ffcc00 70%, #ffcc00);
  background: -moz-linear-gradient(top, #fff, #ffcc00 70%, #ffcc00);
  background: -o-linear-gradient(top, #fff, #ffcc00 70%, #ffcc00);
  background: -ms-linear-gradient(top, #fff, #ffcc00 70%, #ffcc00);
  background: linear-gradient(top, #fff, #ffcc00 70%, #ffcc00);
}
#fileSelect:active {
  position: relative;
  top: 2px;
}


ion-header-bar, .view-container, ion-modal-view{
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow-x: hidden;
}

ion-side-menu.menu-left.menu,
ion-side-menu.menu-left.menu .item {
  background-color: #00b169;
  color: #FFF;
}

ion-side-menu.menu-left.menu .item {
  border: none;
}

ion-side-menu.menu-left.menu .sub-menu .item {
  background-color: #2dbf84;
  color: #FFF;
}

.white-header {
  color: #FFF;
}

ion-side-menu.menu-left.menu ion-content {
  top: 0 !important;
}

ion-side-menu.menu-left.menu ion-content .top-section {
  background-color: #FFF;
}

input[disabled], select[disabled], textarea[disabled], input[readonly]:not(.cloned-text-input), textarea[readonly]:not(.cloned-text-input), select[readonly] {
  background-color: #FFF;
}

.orange-button {
  background-color: #FF8000;
  color: #FFF;
}

.orange-button.button-outline {
  border-color: #FF8000;
  background: transparent;
  color: #FF8000;
}

.orange-button:active {
  background-color: #FF8000;
  color: #FFF;
}

.lear-orange-button {
  color: #FF8000;
}

.event_title{
    background: #ddd;
    min-height: 50px;
    color: #444242;
}

.has-errors:after{
  content : '\2716';
  color: #c55757;
  font-weight: 300;
  font-size:25px;
  right: 10px;
  position: absolute;
  font-family: Arial, sans-serif;
}

.no-errors:after{
  content : '\2714';
  color: #61c557;
  font-weight: 300;
  right: 10px;
  position: absolute;
  font-family: Arial, sans-serif;
}

.detail-line-height {
  line-height: 32px;
}

.event_detail_subitems{
  background-color: #fff;
  color: #aaa;
  position: relative;
  /*z-index: 2;*/
  /*display: block;*/
  margin: -1px;
  padding: 5px 5px 0px 30px;
  font-size: 15px;
  height: 30px;
}

.col-padding-detail {
  padding: 5px 5px 0px 0px;
}

.event_detail_title{
  margin: -2px 0;
  color: #333;
}

.topic_detail_title{
  margin: 5px 0;
  color: #333;
  margin-bottom: 15px;
}

.break_line{
  border-bottom: 1px solid #888;
  width: 100%;
  margin: 12px 0;
}

.topic_log{
  margin-bottom: 10px;
}

.content_title{
  border-left: 6px solid #444;
  line-height: 15px;
  height: 15px;
  padding-left: 6px;
  font-weight: 400;
  margin-bottom: 10px;
}

.content_title.with_padding{
  margin-left: -10px;
}

.event_detail_subitems .icon{
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
  font-size: 20px;
  left: 13px;
}

.sub-listitem {
  color: #aaa;
  height: 31px;
  line-height: 31px;
  margin: 0
}

.sub-listitem:last-of-type {
  margin-bottom: -9px;
}

.tabs-modify {
  position: relative;
  background-image: none;}

.tabs-modify .tab-item{
  color: #eee;
}

.tab-item.tab-item-active, .tab-item.active, .tab-item.activated {
  font-weight: 600;
}

.tab-item.tab-item-active .triangle-down, .tab-item.active .triangle-down, .tab-item.activated .triangle-down{
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
  bottom: 0;
  left:14.5%;
}

/**  slide start */

/*ion-slide {
    background-color: #f0f0f0;
}

ion-slide:nth-child(2n) {
    background-color: #fff;
}*/

.slider {
    height: 100%;
    position: relative;
}

.slider .slider-event-detail {
    height: 100%;
    position: static;
}

.slider .slider-slides{
  position: absolute !important;
}

.slidingTabs {
    height: 48px;
    z-index: 10;
    min-height:48px;
}

.slidingTabs .scroll {
    height: auto;
    min-width: 100%;
}

.slidingTabs ul {
  background-color: #fff;
  height: 48px;
  /*border-top: 1px solid rgba(164, 228, 202, 0.8);*/
}

.slidingTabs ul li {
    height: 48px;
    line-height: 48px;
    text-align: center;
    float: left;
    margin: 0;
    padding: 0 12px 20px 12px;
    font-size: 11px;
    text-transform: uppercase;
    color: #1e823b;
    -webkit-transition: color .25s ease-in-out;
    transition: color .25s ease-in-out;
    position: relative;
    overflow: hidden;
    font-weight: 800;
}

.slidingTabs ul li.tab-active {
    color: rgba(0, 193, 115, 0.8);
    background-color: #fff;
    border-bottom: 2px solid rgba(164, 228, 202, 0.8)
}

.slidingTabs ul li .ink {
    display: block;
    position: absolute;
    /*background: rgba(0, 193, 115, 0.8);*/
    border-radius: 100%;
    transform: scale(0);
    -ms-transform: scale(0); /* IE 9 */
    -webkit-transform: scale(0); /* Safari and Chrome */
    -o-transform: scale(0); /* Opera */
    -moz-transform: scale(0); /* Firefox */
}

.slidingTabs ul li .ink.animate {
    -webkit-animation: ripple 0.65s linear;
    animation: ripple 0.65s linear;
}

.slidingTabs .tab-indicator-wrapper {
    width: 2.5%;
    height: 10px;
    left: 14%;
    right: 0;
    /*background-color: rgba(164, 228, 202, 0.8);*/
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    position: absolute;
}

/*.slidingTabs .tab-indicator-wrapper .tab-indicator {
  width: 0 !important;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid white;
}*/

@-webkit-keyframes ripple {
    100% {
        opacity: 0;
        transform: scale(2.5);
        -webkit-transform: scale(2.5);
    }
}

.slide_page {
  /*height: -webkit-calc(100vh - 231px);
  height: calc(100vh - 231px);*/
  height: 100%;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: column;
  -moz-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
  padding-bottom: 1px;*/
}

.search-bar{
  -webkit-box-flex: 0 0 47px;
  -moz-box-flex: 0 0 47px;
  -webkit-flex: 0 0 47px;
  -ms-flex: 0 0 47px;
  flex: 0 0 47px;
  padding-right: 5px;
  border-width: 1px 0 1px 0 !important;
}

.slide_page .item{
  border-width: 1px 0 1px 0px !important;
}

.slide_page ion-scroll{
  -webkit-box-flex: 1 1 auto;
  -moz-box-flex: 1 1 auto;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.search-bar input{
  padding: 0 10px;
}

.search-bar .icon{
  font-size: 20px;
  color: #777;
}

.search-bar .cancel-btn{
  margin-right: 5px;
  color: #aaa;
}

/** slide end*/

.buttons-footer{
  padding: 0px;
}

.buttons-footer .button{
  line-height: 44px !important;
  border-width: 0 !important;
  border-radius: 0 !important;
}

.slide_page .topic_item{
  padding: 13px 16px;
  font-size: 13px;
}

.slide_page .topic_item a{
  padding: 0 !important;
}

.weak-content {
  color: #999;
}

.slide_page .title{
  overflow: auto;
  font-size: 14px;
  margin-bottom: 3px;
  margin-right: 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.slide_page .title.bold{
  font-weight: bold;
}

.status-badge{
  float:right;
  border-radius: 5px;
  background: #666;
  padding: 2px 5px;
  margin-right: 4px;
  color: #eee;
  font-size: 11px;
}

.status-badge.left{
  float:left;
}

.status-badge.large{
  font-size: 13px;
  width: 82px;
  text-align: center;
}

.status-badge.medium{
  font-size: 12px;
  width: 82px;
  text-align: center;
}

.status-badge::first-letter {
    text-transform: uppercase;
}

.topic_log .time_show{
  color: #aaa;
}

.topic_log .time_show .time_right{
  float: right;
}

.topic_log .comments{
  color: #666;
}

.status-badge.white{background: #f0f0f0; color: #555;}
.status-badge.black{background: #333;}
.status-badge.grey{background: #999;}
.status-badge.blue{background: #007FFF;}
.status-badge.green{background: #2c7;}
.status-badge.turquoise{background: #1b9;}
.status-badge.red{background: #e43;}
.status-badge.orange{background: #e82;}
.status-badge.yellow{background: #ffc900; color:#333;}

.slide_page .presenter{
  height: 26px;
  line-height: 26px;
}

.slide_page .presenter.audience{
  height: 24px;
  line-height: 24px;
}

.slide_page .presenter.to_left{
  float:left;
}

.slide_page .presenter.unassign{
  color: #888;
}


.slide_page .no_circle {
  line-height: 26px;
  float: left;
  width: 26px;
  height: 26px;
  background: #777;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  margin-right:5px;
  text-align: center;
  color: #eee;
}

.slide_page .circle.audience {
  line-height: 38px;
  width: 38px;
  height: 38px;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
}

.slide_page .circle{
  line-height: 26px;
  float: left;
  width: 26px;
  height: 26px;
  -moz-border-radius: 13px;
  -webkit-border-radius: 13px;
  border-radius: 13px;
  margin-right:5px;
  text-align: center;
  color: #fff;
}

.slide_page .circle.unassign{
  background: #777;
}

.slide_page .circle.assign{
  background: #00b169;
}

/* The ribbons */

.corner-ribbon{
  width: 140px;
  background: #e43;
  position: absolute;
  top: 10px;
  left: -50px;
  text-align: center;
  line-height: 20px;
  color: #f0f0f0;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  font-size: 11px;
  text-transform: uppercase;
}

/* Custom styles */

.corner-ribbon.sticky{
  position: fixed;
}

.corner-ribbon.shadow{
  box-shadow: 0 0 3px rgba(0,0,0,.3);
}

/* Different positions */

.corner-ribbon.top-left{
  top: 10px;
  left: -50px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.corner-ribbon.top-right{
  top: 10px;
  right: -50px;
  left: auto;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-left{
  top: auto;
  bottom: 10px;
  left: -50px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.corner-ribbon.bottom-right{
  top: auto;
  right: -50px;
  bottom: 10px;
  left: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* Colors */

.corner-ribbon.white{background: #f0f0f0; color: #555;}
.corner-ribbon.black{background: #333;}
.corner-ribbon.grey{background: #999;}
.corner-ribbon.blue{background: #39d;}
.corner-ribbon.green{background: #2c7;}
.corner-ribbon.turquoise{background: #1b9;}
.corner-ribbon.purple{background: #95b;}
.corner-ribbon.red{background: #e43;}
.corner-ribbon.orange{background: #e82;}
.corner-ribbon.yellow{background: #ec0;}

/*corner ribbon end*/

.bar .title.title-left {
  text-align: center;
  left: 0 !important;
  background-color: #00B26A;
  color: white;
}

.bar .title {
  margin: 0px;
}

.bar .button.button-icon, .bar button.button-icon {
  color: white;
}

.events-badge {
  display: block;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  height: 25px;
}

.events-badge .badge {
  position: initial;
  background-color: #F56573;
  margin-right: 10px;
}

.events-badge .active-badge {
  background-color: #00844C;
}

.text-right {
  text-align: right;
}

.col-20 {
  flex: 0 0 20%;
  max-width: 20%;
}

.col-35 {
  flex: 0 0 35%;
  max-width: 35%;
}

.col-30 {
  flex: 0 0 30%;
  max-width: 30%;
}

.col-33 {
  flex: 0 0 33%;
  max-width: 33%;
}

.col-40 {
  flex: 0 0 40%;
  max-width: 40%;
}

.col-45 {
  flex: 0 0 45%;
  max-width: 45%;
}

.filters {
  margin-bottom: 20px;
}

.list-height {
  height: 72.5%;
}

.link-input {
  padding: 12.5px;
}

.checkbox-right input[type="checkbox"],
.checkbox-right .checkbox-icon {
  float: right;
}

.border-input {
  margin: 0px;
  border-width: 0px 0px 1px 0px;
}

.checkbox-alert {
  margin: 0px;
  border-width: 0px 0px 0px 0px;
  background: transparent;
  padding: 4px;
  font-size: 15px;
}

.checkbox-alert {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
}

.checkbox-alert > .checkbox {
  order: 1;
}

.border-audience {
  margin: 0px;
  border-width: 1px 0px 1px 0px;
}

.button-fixed {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.button-fixed button {
  align-self: flex-end;
  margin-top: auto !important;
}

.event-list-item {
  padding: 5px 16px;
}

.event-wrapper,
.event-wrapper .tabs-background-positive {
  display: flex;
  flex-direction: column;
  flex: 1;
  width: 100%;
  height: 100%;
}

.event-wrapper .button-plus {
  position: absolute;
  right: 15px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  max-height: none;
  max-width: none;
  border-radius: 100%;
  background-color: rgba(0, 193, 115, 0.8);
  color: #FFF;
  box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.3);
  z-index: 3;
}

.event-wrapper .button-plus i{
  margin: 0 auto;
}

.button-circle{
  border-radius: 100%;
  min-width:30px;
  min-height:30px;
}

/*.slidingTabs .tab-indicator-wrapper .tab-indicator {
  border-bottom: none;
}*/

.textarea-question {
  height: 80px;
  font-size: 100%;
  margin-top: 15px;
}

.answer-number {
  display: inline-block;
  color: #949494;
  font-size: 115%;
  margin-right: 20px;
  margin-left: 10px;
  width: 20px;
}

.answer-number ~ input {
  display: inline-block;
}

.button-info {
  background-color: #EF473A;
  color: #FFF;
}

.item-complex .item-content {
  padding: 5px 38px 5px 5px;
}

.margin-bottom-textarea {
  margin-bottom: 20px;
}

.padding-bottom-list .list {
  padding-bottom: 75px;
}

.question_item {
  height: 55px;
  padding: 15px 10px 10px 10px;
}


.noradius{
  border-radius: 0 !important;
}

.roundCornerPopup .popup{
  border-radius: 15px;
  width: 150px;
  height: 150px;
  text-align: center;
}

.roundCornerPopup .popup .body{
  line-height: 150px;
}

.roundCornerPopup .popup-head{
  display: none;
}

.noPaddingPopup .popup-body{
  padding: 0;
}

.noPaddingPopup .item{
  background-color:rgba(0, 0, 0, 0);
}

.roundCornerPopup .spinner{
  margin: auto;
  position: absolute;
  top: 0; left: 0; bottom: 0; right: 0;
  height: 70px;
  line-height: 70px
}

.roundCornerPopup .spinner svg{
  width: 70px;
  height: 70px;
}

.roundCornerPopup .spinner svg circle{
  stroke-width: 3;
}

.topics-icon {
  position: initial !important;
  display: inline-block !important;
  font-size: 25px !important;
}

.option-button {
  float: right;
  min-width: 15px;
  line-height: normal;
  min-height: 15px;
  height: 35px;
  width: 35px;
  padding: 0;
  margin-left: 5px;
}

.button-option-padding {
  padding: 5px;
}

.padding-content{
  padding-left: 12px;
}


.button-icon.modifier:before{
  margin-top: 0;
  font-size: 21px;
  margin-left: 3px;
}

.topic_bar{
  height: 48px;
  line-height: 48px;
  -webkit-box-flex: 0 0 48px;
  -moz-box-flex: 0 0 48px;
  -webkit-flex: 0 0 48px;
  -ms-flex: 0 0 48px;
  flex: 0 0 48px;
  font-size: 13px;
  text-align: center;
  background-color: #00b169;
  color: #fff;
}
.topic_detail_subitems{
  background-color: transparent;
  color: #aaa;
  position: relative;
  z-index: 2;
  /*display: block;*/
  margin: -1px;
  padding-left: 30px;
  font-size: 15px;
}

.topic_detail_subitems .icon{
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
  font-size: 20px;
  left: 0px;
  margin-right: 2px;
}

.right {
  float: right;
}

.left {
  float: left;
}

.presenter_id{
  color: #999;
  font-size: 14px;
  line-height: 14px;
  height:14px ;
}

.range.no-icon{
  padding: 0;
}

.range.no-icon input{
  margin-left: 0;
  margin-right: 0;
}

.no-wrap{
  white-space: normal !important;
}
.button.end-button.button-full{
  height: 44px;
  font-size: 15px;
  margin-top: 0;
}

.color-red {
  color: #900B0B;
}

.color-green {
  color: #00844C;
}

.full-width {
  width: 100%;
}

.mid-screen {
  height: 140px;
}

.top-mid-screen {
  height: 155px;
}

.home-active-screen {
  margin-top: 15px;
  height: 100px;
}

.home-title {
  font-size: 20px;
  color: #573F96;
  margin-top: 10px;
}

.home-square {
  border: 3px solid #E4FBE4;
  border-radius: 8px;
}

.home-alert-icon {
  left: 20px !important;
  color: #00844C;
}

.item p.topic-title {
  font-size: 20px;
  color: #4F5B66;
  margin-left: 6px;
}

.home_presenter_subitem {
  background-color: transparent;
  color: #aaa;
  position: relative;
  z-index: 2;
  margin: -1px;
  padding-left: 30px;
  font-size: 15px;
}

.home_presenter_subitem .icon{
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
  font-size: 20px;
  margin-right: 2px;
  left: 0px;
}

.home_detail_subitems {
  background-color: #fff;
  color: #aaa;
  position: relative;
  z-index: 2;
  margin: -1px;
  padding-left: 30px;
  font-size: 15px;
}

.home_detail_subitems_seen {
  background-color: #FF8000;
  color: #fff;
  position: relative;
  z-index: 2;
  margin: -1px;
  padding-left: 30px;
  font-size: 15px;
}

.home_detail_subitems .icon{
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
  font-size: 20px;
  margin-right: 2px;
}

.home_detail_subitems_seen .icon{
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  height: 100%;
  font-size: 20px;
  margin-right: 2px;
}

.home-badge-orange {
  background-color: #FF8000;
  color: #FFF;
}

.home_event_title {
  height: 22px;
  overflow: hidden;
}

.home_event_code {
  color: green;
  font-weight: bold
}

.home_joined_title {
  height: 22px;
  overflow: hidden;
}

.home_event_title p {
  text-overflow: ellipsis;
  font-size: 14px;
  color: #4F5B66;
  white-space: nowrap;
  overflow-y: hidden;
}

.home_joined_title p {
  text-overflow: ellipsis;
  font-size: 14px;
  color: #4F5B66;
  white-space: nowrap;
  overflow-y: hidden;
}

.home-border {
  height: 115px;
  border-right: 2px solid #EFF0F1;
}

.home-border:nth-child(n+3) {
  border-right: none;
}

.home-badge-active {
  margin-top: 5px;
  background-color: #00844C;
  color: #FFF;
}

.home-badge-not-active {
  margin-top: 5px;
  background-color: #E9E9E9;
  color: #FFF;
}

.home-badge-archive {
  margin-top: 5px;
  background-color: #FF8000;
  color: #FFF;
}

.slider-pager {
  bottom: 4px  ;
}

.slider-pager .slider-pager-page {
  font-size: 10px;
}

.slider-pager .slider-pager-page.active {
  color: #FF8000;
}

.divider {
  border-color: #E9E9E9;
  width: 90%;
  margin-bottom: 15px;
}

.error-message {
  font-size: 20px;
  margin: 25px;
  color: #4F5B66;
}

.button-tiny:before {
  font-size: 16px !important;
  line-height: 19px !important;
}

.button-tiny {
  height: 24px;
  min-height: 24px;
  line-height: 24px;
  font-size: 11px;
  padding: 0 3px 0px;
}


.noconnection{
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(221, 221, 221, 0.52);
  left: 0;
  top: 0;
  z-index: 9999999;
}
.noconnection-inner{
    text-align: center;
    width: 250px;
    height: 150px;
    background: #fff;
    border-radius: 7px;
    padding: 20px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.spinner svg {
  margin-top:10px;
  width: 48px;
  height: 48px;
  stroke: #444;
  fill: #444;
}

.version{
    font-family: monospace;
    font-size: 14px;
    color: #848282;
    padding: 20px;
}

.bar-footer .version{
  padding:10px;
}

.platform-android .bar .back-button .icon:before{
  font-size:32px;
}

app-version{
  font-size:11px;
}

.change-password {
  color: #676363;
  font-size: 18px;
  text-decoration: underline;
}

.send-report {
  color: #676363;
  text-decoration: underline;
}

.error-center {
  margin-top: 110px;
}

.home-button {
  min-width: 100px;
  min-height: 37px;
  font-size: 15px;
  line-height: 36px;
}

.event-border {
  height: 55px;
  border-right: 2px solid #EFF0F1;
}

.event-border:nth-child(n+2) {
  border-right: none;
}

.no-top-margin {
  margin-top: 0px !important;
}

.date-title {
  border-width: 0px;
  padding: 4px;
  text-align: center;
}

.padding-date {
  padding: 0px 0px 0px 16px;
}

.date-item {
  padding: 0px 0px 11px 0px;
  border: none;
  font-size: 14px;
}

.date-placeholder {
  font-size: 15px !important;
  color: #CBCBCB !important;
}

input[type="date"]:before {
  content: attr(placeholder);
  color: #aaa;
  margin-right: 0.5em;
}
input[type="date"].has-value:focus:before,
input[type="date"].has-value:valid:before {
  content: "";
  margin-right: 0px;
}

[nav-bar-transition="android"] [nav-bar="active"] .bar, [nav-bar-transition="android"] [nav-bar="entering"] .bar {
  background: #00B169;
}

.button-event-detail {
  font-size: 15px;
  min-height: 25px;
  height: 35px;
  line-height: 2.5;
  width: 100%;
}

.button-event-detail .icon:before {
  font-size: 15px;
  line-height: 2.5;
}

.button-event-remove {
  font-size: 15px;
  min-height: 25px;
  height: 25px;
  line-height: 2.5;
  width: 100%;
}

.button-event-remove .icon:before {
  font-size: 17px;
  line-height: 1.4;
}

.description-event-item {
  font-size: 16px;
}

.border-input-description {
  margin: 0px;
  border-width: 0px 0px 1px 0px;
  padding: 10px;
}

.padding-date-description {
  padding: 0px 0px 8px 16px;
}

.completed-topic {
  font-size:22px;
  text-align:right;
}

.completed-topic i{
  padding:10px;
}

/* sticky directive */
.top-space {
  padding-top: 48px;
}

.fixed-content{
  position: fixed;
  /*top:43px;*/
  z-index: 100;
}

.fixed-content .button-plus {
  position: fixed;
  right: 15px;
  bottom: 20px;
  width: 50px;
  height: 50px;
  max-height: none;
  max-width: none;
  border-radius: 100%;
  background-color: rgba(0, 193, 115, 0.8);
  color: #FFF;
  box-shadow: 0px 1px 1px 1px rgba(0,0,0,0.3);
  z-index: 3;
}
/* sticky directive */

#attend-form .item{
  padding: 0;
  border-width: 0;
}

.platform-android .action-sheet .action-sheet-title, .platform-android .action-sheet .button {
  text-align: center;
  border-color: transparent;
  font-size: 16px;
  color: #fff;
  background-color: rgba(0, 193, 115, 0.8);
}

.platform-android .action-sheet .button {
  text-align: center;
  border-color: transparent;
  font-size: 17px;
  color: #007F48;
  background-color: #fff;
}

.rated-text {
  font-size: 16px;
  color: #F16C21;
  font-weight: 700;
}

.unrated-text {
  font-size: 16px;
  color: #0D3D54;
  font-weight: 700;
}

.character-error {
  font-size: 14px;
  color: #B80000;
}

.badge.badge-yellow {
  background-color: #D88111;
  color: #fff;
  margin-top: 1px;
}

.badge.badge-green {
  background-color: #a2ce6a;
  color: #fff;
  margin-top: 1px;
}

[nav-bar-transition="ios"] [nav-bar="active"] .bar, [nav-bar-transition="ios"] [nav-bar="entering"] .bar {
  background: #00B169;
  color: #FFF;
}

.sub-tabs .tab-nav{
    top: 44px !important;
}

.platform-ios .sub-tabs .tab-nav{
    top: 64px !important;
}

.add-mark-button {
  background: transparent;
}

.add-mark-button:active {
  background: transparent !important;
  border-color: transparent !important;
}

.add-mark-icon {
  color: #FF8000;
}

.no-overflow {
  overflow: visible;
}

.autocomplete input {
  font-size: 14px !important;
  padding: 2px !important;
}

.autocomplete ul {
  position: relative !important;
  border: none !important;
}

.autocomplete li {
  padding: 8px !important;
  font-size: 14px !important;
}

.simple_tag {
  background-color: #f3f3f4;
  border: 1px solid #e7eaec;
  border-radius: 2px;
  color: #4c4c4e;
  font-size: 10px;
  margin-right: 5px;
  margin-top: 5px;
  padding: 5px 12px;
  display: inline-block
}

.tag-style {
  padding: 0px 12px;
  margin-bottom: 15px;
}

.mark-input {
  width: 40px;
  display: inline !important;
  text-align: right;
}

.max-mark-input {
  width: 40px;
  display: inline !important;
  text-align: left;
}

.max-mark-span {
  font-size: 14px;
  color: black;
  position: relative;
  top: 2px;
}

.ion-item-mark-cell  {
  padding: 5px 5px 5px 10px;
}

.host-marking-cell-padding {
  padding: 5px 15px 5px 15px;
}

.complete-tag-text {
  white-space: normal !important;
  text-align: justify;
}

.tag-mark {
  color: #aaa !important;
}

.tag-percentage {
  float: right;
  padding-right: 15px;
  font-weight: 600;
  color: #279e49;
}

.noti-checkbox {
  border: none;
  font-size: 14px;
  padding-left: 32px;
  padding-top: 3px;
  padding-bottom: 10px;
  color: #716f6f;
}

.noti-checkbox .checkbox {
  padding: 7px 0px;
}

.noti-checkbox .checkbox-icon {
  width: 20px;
  height: 20px;
}

.noti-checkbox .checkbox-icon:after {
  width: 10px;
  height: 5px;
}


.button{
  overflow: hidden;
}

.edit-topic-buttons {
  padding: 0px 8px;
  margin-bottom: 15px;
}

.message-view .messages .message{
  color: black !important;
  background-color: #C7C7CC !important;
}
/*span*/
.message-view .messages.other .message{
  color: white !important;
  background-color: #007AFF !important;
}

/** CUSTOM COLORING
.bar.bar-positive{
    border-color: #b084da;
    background-color: #b084da;
    background-image: linear-gradient(0deg, #b084da, #b084da 50%, transparent 50%);
}

.bar-positive .button, .button.button-positive{
    background-color: #f7941d;
}

.bar-positive .button{
    border-color: #F79457;
}

.bar-positive .button.active, .bar-positive .button.activated,
.button.button-positive.active, .button.button-positive.activated {
    border-color: #c7711c;
    background-color: #c77b11;
  }

  */
