html,body{
	position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
}

.modal-backdrop.active{
        position:absolute;
}

form i.icon.error {
  color: #ef4e3a; }
form input + i.icon.error {
  display: none;
  margin-left: 8px; }
input.ng-invalid {
  border-left: 5px solid red;
  padding-right: 2cm;
}
form input.ng-valid {
  border-left: 5px solid green;
}

form input[type="checkbox"].ng-valid, form input[type="radio"].ng-valid, input[type="checkbox"].ng-invalid, input[type="radio"].ng-invalid {
    border-left:none;
}

.padding {
  padding: 5px;
}

input.ng-pristine {
  border: 3px solid white;
}

/* .has-header{ */
/* 	top: 88px; */
/* } */

ion-header-bar .tabs{
	left:0;
}

.alert {
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 4px;
    width:100%;
    text-align: center;
}

.alert-danger {
	color: #a94442;
	background-color: #f2dede;
	border-color: #ebccd1;
}

.alert-info {
	color: #31708f;
	background-color: #d9edf7;
	border-color: #bce8f1;
}

.alert-warning {
	color: #8a6d3b;
	background-color: #fcf8e3;
	border-color: #faebcc;
    margin:0px;
}

.alert-info .alert-link {
	color: #245269;
}

.alert .alert-link {
	font-weight: 700;
}

a {
	background: 0 0;
	color: #428bca;
	text-decoration: none;
}

#grp_msg_search{
	margin-top:5px;
}


.float-right{
	float:right;
}

.float-left{
	float:left;
}

.item.activated .avoidx_icon{
	color:#f8f8f8;
}

.group-remove_icon{
	width: 40px;
	height: 40px;
	font-size: 35px;
	position: absolute;
	margin: auto;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 0;
}

ion-content, ion-view, .pane, .view{
	/*background: radial-gradient(hsl(207, 18%, 91%) 4%, hsl(0, 100%, 100%) 9%, hsla(0, 100%, 100%, 0) 9%) 0 0, radial-gradient(hsl(182, 58%, 74%) 4%, hsl(0, 100%, 100%) 8%, hsla(0, 100%, 100%, 0) 10%) 50px 50px, radial-gradient(hsla(0, 100%, 100%, 0.8) 20%, hsla(0, 100%, 99%, 0)) 50px 0, radial-gradient(hsla(0, 100%, 100%, 0.8) 20%, hsla(0, 100%, 100%, 0)) 0 50px, radial-gradient(hsla(0, 100%, 100%, 1) 35%, hsla(0, 100%, 100%, 0) 60%) 50px 0, radial-gradient(hsla(0, 0%, 99%, 1) 35%, hsla(0, 100%, 100%, 0) 60%) 100px 50px, radial-gradient(hsla(0, 100%, 100%, 0.7), hsla(0, 100%, 100%, 0)) 0 0, radial-gradient(hsla(0, 0%, 99%, 0.7), hsla(0, 100%, 100%, 0)) 50px 50px, linear-gradient(45deg, hsla(0, 100%, 100%, 0) 49%, hsla(0, 4%, 86%, 1) 50%, hsla(0, 100%, 20%, 0) 70%) 0 0, linear-gradient(-45deg, hsla(0, 100%, 100%, 0) 49%, hsla(0, 21%, 97%, 1) 50%, hsla(0, 100%, 20%, 0) 70%) 0 0;*/
	background-color: #F7F7F7;
	background-size: 100px 100px;
}

.custom_check_box {
	width: 22px;
	height: 22px;
	background: #8A6DE9;
	border-radius: 4px;
	position: relative;
}

.custom_check_box input {
  position:absolute;
  top:3px;
  left:3px;
  width:10px;
  height:10px;
}

.custom_check_box label {
	display: block;
	width: 16px;
	height: 16px;
	border:2px solid #FFF;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-ms-transition: all .5s ease;
	transition: all .5s ease;
	cursor: pointer;
	position: absolute;
	top: 3px;
	left: 3px;
	z-index: 1;
	background: #FFF;
}

.custom_check_box input[type=checkbox]:checked + label {
	background: #8A6DE9;
}

/*
.custom_check_box input[type=checkbox]:checked + label {
	background-color: #BA2661;
}

.custom_check_box input[type=checkbox]:checked + label {
	background-color: #5A45BA;
}*/

.custom_checkbox_2_container {
	position: relative;
}

.custom_checkbox_2 {
	right:0px;
    position: absolute;
}

.custom_checkbox_2 > span {
	position: absolute;
    font-size: 30px;
    left: -3px;
    top: -3px;
    background-color: #FFF;
    color:#4a87ee;
}

.border-red {
	border:1px solid #EF473A;
}

.border-blue {
    border: 5px solid #00A7DC;
}

.list_box {
	width:50%;
	padding:10px;
	float:left;
	position:relative;
}

.list_box > .list_box_content {
    padding: 10px;
    height: 77px;
    display: block;   
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
    overflow:hidden;
}

.list_box > .list_box_content > .list_box_content_text {
    overflow: hidden;
    display: block;
    height: 100%;
}

.list_box.list_box_highlight > .list_box_content {
	border:2px solid #29b8e5 !important;
	padding:8px;
}

.list_box_top_left_icon {
    float: left;
    margin-left: -20px;
    margin-top: -20px;
    font-size: 31px;
    border-radius: 100%;
    width: 25px;
    height: 28px;
}

.list_box_middle_icon {
    /*font-size: 80px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 10px;
    display: block;
    width: 80px;
    text-align: center;
    */
    font-size: 80px;
    display: block;
    width: 80px;
    margin: -10px auto;
    text-align: center;
}

.list_box_middle_icon_with_text {
	font-size: 60px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    top: 10px;
    display: block;
    width: 80px;
    text-align: center;
}

.list_box_bottom_text {
	position: absolute;
    bottom: 15px;
    font-size: 20px;
    left: 14px;
    right: 14px;
    text-align: right;
    padding-right: 10px;
}

.list_box_sideways_text_container {
    /*padding: -10px -10px -10px -10px;
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    */
    float: right;
    margin: -13px -7px;
    width: 100%;
}

.list_box_sideways_text {
    /*position: absolute;
    right: -25px;
    bottom: 10px;
    font-size: 16px;
    color: #FFF;
    background-color: #00A7DC;
    transform: rotate(-45deg);
    width: 100px;
    padding: 5px;
    text-align: center;
    opacity: 0.75;*/

    background-color: #00A7DC;
    opacity: 0.85;
    color: #FFF;
    transform: rotate(-45deg);
    margin: -15px -30px;
    width: 100px;
    text-align: center;
    float: right;
    border-radius: 10px;
    padding-right: 5px;
}

.list_box_top_left_badge {
    /*background-color: #444;
    color: #FFF;
    padding: 5px 15px 15px 5px;
    border-bottom-right-radius: 100%;
    position: absolute;
    border-top-left-radius: 10px;
    top: 10px;
    left: 10px;
    */
    background-color: #444;
    color: #FFF;
    padding: 5px 15px 10px 5px;
    border-bottom-right-radius: 100%;
    border-top-left-radius: 10px;
    margin: -10px -10px;
    float: left;
}

.list_box_top_left_standard_badge {
    border-bottom-right-radius: 100%;
    border-top-right-radius: 100%;
    margin: -10px -10px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 10px;
    float: left;
    margin-right: 5px;
}

.list_box_vertical {
	width:100%;
	padding:5px;
	float:left;
	position:relative;
}

.list_box_vertical > .list_box_content {
    padding: 10px;
    height: 65px;
    overflow: hidden;
    display: block;   
    border-style: solid;
    border-width: 1px;
    border-radius: 10px;
}

.list_box_vertical_icon {
    font-size: 50px;
    float: left;
    width: 50px;
    margin: -5px 10px 0px 0px;
    text-align: center;
}

.list_box_vertical_text {
    float: left;
    font-size: 18px;
    padding-top: 10px;
    color:#444;
}

.default_list_box.list_box > .list_box_content, .default_list_box.list_box_vertical > .list_box_content {
	background-color: #FFF;
	border-top-color: #DDD;
	border-left-color: #DDD;
	border-bottom-color: #428BCA;
    border-right-color: #428BCA;
}

.default_list_box .list_box_top_left_icon {
	background-color: #FFF;
}

.default_list_box > .list_box_content {
    color: #428BCA;
}

.royal_list_box.list_box > .list_box_content, .royal_list_box.list_box_vertical > .list_box_content {
	background-color: #FFF;
	border-top-color: #DDD;
	border-left-color: #DDD;
	border-bottom-color: #00A7DC;
    border-right-color: #00A7DC;
    color:#00A7DC;
}

.royal_list_box .list_box_top_left_icon {
	background-color: #FFF;
}

.royal_list > .list_box_content_list {
	color: #00A7DC;
}

.list_box_content_list {
	float: left;
    width: 100%;
    height: 100%;
    padding: 5px 5px 5px 15px;
}

.list_box_list {
	padding:0px;
}

.List_box_title {
	text-align:center;
	text-decoration: underline;
	font-weight: 600;
    color: #045A75;
}

.clearfix {
	clear:both;
}
.survey_stats_answer_details {
    margin: 0px;
    border-bottom: 2px solid #DDD;
    padding-bottom: 5px;
}

.survey_stats_answer_container {
	border-bottom: 1px solid #DDD;
}

.survey_stats_answer {
	width:75%;
	padding:5px;
	float:left;
}

.survey_stats_answer_num {
	width:25%;
	padding:5px;
	float:left;
	text-align: center;
}

.survey_stats_member_name {
	display: inline-block;
    width: 95%;
}

.new_survey_checkbox_container {
	float:left;
	width:30px;
	height:73px;
	background-color:#4a87ee;
	position: relative;
    outline: 1px solid #4a87ee;
}

.new_survey_check_box {
	margin-top:30px;
    margin-right: 4px;
    position: relative;
    float: right;
}

.new_survey_checkbox_container .custom_checkbox_2 > input {
	margin-left:7px;
}

.new_survey_checkbox_container .custom_checkbox_2 > span {
	font-size: 25px;
	background-color: #4a87ee;
	color:#FFF;
	/*left:-4px;
	top:-5px;*/
    margin-left: 7px;
    margin-top: -20px;
    position: relative;
    float: left;
}

.new_survey_answers_label {
	padding:15px;
	background-color:#4a87ee;
	color:#FFF;
    outline: 1px solid #4a87ee;
    margin-top: 1px;
}

.bar.bar-royal {
    border-color: #00A7DC;
    background-image: none;
}

.bar.bar-royal, .badge.badge-royal, .tabs-royal > .tabs, .tabs-striped.tabs-background-royal .tabs{
	background-color:#00A7DC;
}

.royal, a.royal {
    color:#00A7DC !important;
}

.tabs-striped.tabs-royal .tab-item.tab-item-active, .tabs-striped.tabs-royal .tab-item, .tabs-striped.tabs-royal .tab-item.activated {
    background-color:#00A7DC;
    color:#FFF;
    border-color: #00A7DC;
    background-image: none;
}

.tabs-striped.tabs-royal .tabs {
    background-color: #00A7DC;
}

.tabs-striped {
    
}

.list_item {
	padding: 10px;
    border: 1px solid #DDD
}

.scroll {
	height:120%;
}

.tab_list_row {
	padding:0px;
	-webkit-transition: all .4s ease;
	-moz-transition: all .4s ease;
	-o-transition: all .4s ease;
	-ms-transition: all .4s ease;
	transition: all .4s ease;
}

.tab_list_tab {
    background-color: #00A7DC;
    color: #FFF;
    outline: 5px solid #00A7DC;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 15px;
}

.tab_list_tab_icons {
	background-color: #00A7DC;
    color: #FFF;
    text-transform: capitalize;
    font-weight: 600;
	font-size: 35px;
    text-align: center;
    display:inline-block;
    outline: 5px solid #00A7DC;
    margin-bottom: 2px;
}

.border_bottom_white {
	border-bottom:2px solid #FFF;
}

.top_tabs {
	margin-top: 43px;
    overflow:scroll;
    background-color: #00A7DC;
}

.tab_list_always_on {
	position: absolute;
    top: 43px;
    z-index: 10000;
}

.product_icon_container {
    float: left;
    width: 40%;
    text-align: center;
    font-size: 70px;
    color: #00A7DC;
    padding: 5px;
    border-bottom-right-radius: 10px;
    border-right:1px solid #DDD;
    border-bottom:1px solid #DDD;
}

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

.product_title {
    float: left;
    width: 60%;
    padding: 10px;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    border-top-right-radius: 10px;
    border-top:1px solid #DDD;
    color: #045A75;
}

.product_top {
	border-top-right-radius:10px;
	border-right:1px solid #00A7DC;
	background-color: #FFF;
}

.product_details {
	padding:5px 15px 15px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	border-left:1px solid #DDD;
	border-right:1px solid #00A7DC;
	border-bottom:1px solid #00A7DC;
	background-color: #FFF;
}

.product_policy {
    font-size: 12px;
    color: #444;
    padding-bottom:20px;
}

.product_desc {
    margin: 15px 0px;
}

.product_purchase {
	overflow:hidden;
}

.product_price {
	padding: 10px;
    background-color: #444;
    color:#FFF;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 40%;
    float: left;
    position: relative;
    height:40px;
}

.product_price_border {
	/*position: absolute;
    left: 0px;
    right: -10px;
    top: 0px;
    bottom: 0px;*/
    margin-right: -30px;
    margin-top: -10px;
    margin-bottom: -10px;
    float: right;
    border-top: 40px solid #444;
    border-right: 40px solid #00A7DC;
}

.product_price_text {
	/*position: absolute;*/
	z-index:2;
}

.product_buy {
	border:none;
    padding: 10px;
    background-color: #00A7DC;
    color:#FFF;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    width: 60%;
    float: left;
    text-align: right;
    height:40px;
}

.home_link {
    padding:25px;
}

.home_link > .home_icon {
    position: absolute;
    left: 0px;
    right: 0px;
    text-align: center;
    top: 10px;
    bottom: 16px;
    display: block;
}

.home_link > .home_icon > i {
    font-size: 38px;
}

.home_link > .home_text {
    position: absolute;
    bottom: 0px;
    left: 0px;
    text-align: center;
    right: 0px;
}

.home_link > .home_badge {
    top:0px;
    left:0px;
    right:auto;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.home_row {
    margin:10px 0px;
}

.home_col {
    padding:0px;
    margin:5px;
    color:#444;
}

.home_active, .home_active > .home_link {
    background-color:#33cd5f;
    border-color:#33cd5f;
    color:#FFF;
}

.home_inactive, .home_inactive > .home_link {
    background-color:#ef473a;
    border-color:#ef473a;
    color:#FFF;
}

.home_container .home_row:first-child {
    margin-top:0px;
}

.bold_text {
    font-weight: 600;
}

.modal{
  top: 0 ;
  bottom: 0 ; 
  left: 0 ;
  right: 0 ;
  width: 100% ;
  pointer-events: auto !important;
}

.column-20-icon {
    padding: 10px 0px 0px 45%;
    border: 1px solid #DDD;
    margin: 5px 0px 0px 5px;
    height: 47px;
}

.column-20-icon > span {
    font-size:28px;
    margin-left:-10px;
}

.custom_row {
    width:100%;
    padding:0px 5px;
}

.custom_col {
    display: inline-block;
    float:left;
}

.custom_col_20 {
    width:20%;
}

.custom_col_25 {
    width:25%;
}

.custom_col_40 {
    width:40%;
}

.custom_col_50 {
    width:50%;
}

.custom_col_60 {
    width:60%;
}

.custom_col_80 {
    width:80%;
}

.overflow_dots {
    text-overflow: ellipsis;
    overflow: hidden;
}

.input-label, .item-input {
    background-color:#FFF;
}

.highlight {
    border:2px solid #00A7DC !important;
}

.custom_item {
    margin:10px;
    background-color: #FFF;
    font-size: 1.2em;
}

.custom_item_highlight {
    border:2px solid #00A7DC;
}

.custom_item_head_dropdown {
    border: 1px solid #DDD;
}

.custom_item_head_dropdown_text {
    padding-right: 50px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: -5px;
}

.custom_item_head_dropdown_text_content {
    display: inline-block;
    width: 100%;
    padding: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    float: left;
    margin-bottom: 5px;
}

.custom_item_head_dropdown_arrow {
    float: right;
    width: 50px;
    margin-right: -50px;
    text-align: center;
    height: 100%;
    padding:15px;
    display: inline-block;
}

.custom_item_head_active {
    float: left;
    margin-right: auto;
    margin-left: -50px;
    font-size: 40px;
    padding: 5px;
    color: #FFF;
    width: 50px;
    text-align: center;
}

.custom_item_body_dropdown {
    padding: 15px;
    border: 1px solid #DDD;
}

.group_name {
    text-decoration: none;
    width: 100%;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
}

.login_background {
    background: #b3dced;
    background: -moz-linear-gradient(45deg, #b3dced 0%, #29b8e5 50%, #bce0ee 100%);
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0%,#b3dced), color-stop(50%,#29b8e5), color-stop(100%,#bce0ee));
    background: -webkit-linear-gradient(45deg, #b3dced 0%,#29b8e5 50%,#bce0ee 100%);
    background: -o-linear-gradient(45deg, #b3dced 0%,#29b8e5 50%,#bce0ee 100%);
    background: -ms-linear-gradient(45deg, #b3dced 0%,#29b8e5 50%,#bce0ee 100%);
    background: linear-gradient(45deg, #b3dced 0%,#29b8e5 50%,#bce0ee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3dced', endColorstr='#bce0ee',GradientType=1 );
    background-size: cover;
}

.login_logo {
    margin:0px 0px 10px;
    padding:0px 10px 15px;
}

.avoidx_login {
    font-family: Lato,Verdana, Geneva, sans-serif;
    font-weight: bold;
    font-size: 50px;
    text-align: center;
    height: 80px;
    line-height: normal;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    color: #20BCFF;
    text-shadow: -2px 2px 0px #3b679e;
}

.avoidx_logo_text {
    margin:0 auto;
    min-width:180px;
    max-width:200px;
}

.avoidx_phrase_login {
    font-size: 1em;
    text-shadow: none;
    background-color: #20BCFF;
    -ms-transform: skewX(-35deg) rotate(-3deg);
    -webkit-transform: skewX(-35deg) rotate(-3deg);
    transform: skewX(-35deg) rotate(-3deg);
    width: 250px;
    margin: 0 auto;
    line-height: normal;
    height: auto;
    padding: 5px;

    -webkit-animation: fade-in-and-skew 2s linear;
    -moz-animation:    fade-in-and-skew 2s linear;
    -o-animation:      fade-in-and-skew 2s linear;
    animation:         fade-in-and-skew 2s linear;
}

.avoidx_phrase_login > div{
    -ms-transform: skewX(35deg);
    -webkit-transform: skewX(35deg);
    transform: skewX(35deg);
    color:#FFF;
}

.login_content {
    padding:0px 40px;
    position: fixed;
    width: 100%;
}

.login_link {
    display: block;
    padding:5px;
    text-align: right;
    width: 100%;
}

.login_back_button {
    text-align:left;
    margin:0px !important;
    font-size:30px;
    color:#20BCFF !important;
    max-height:55px;
    min-height:55px;
    padding-top:20px;
    z-index:99999;
}

.button.button-balanced {
    border-color: #018E6E;
    background-color: #04CA9C;
}

.button.button-balanced.active, .button.button-balanced.activated {
    border-color: #04CA9C;
    background-color: #018E6E;
}

.toggle.toggle-balanced input:checked + .track {
    border-color: #04CA9C;
    background-color: #04CA9C;   
}

ion-content, ion-view, ion-view.pane {
    background-color:#FFF;
}

.login_img_window {
    width: 100%;
    height: 100%;
    position: fixed;
    opacity: 0.3;
}

.login_img_window > img {
    width: 100%;
}

.avoidx_a {
    display: inline-block;
    float:left;
    -webkit-animation: slide-from-top 0.75s ease-out;
    -moz-animation:    slide-from-top 0.75s ease-out;
    -o-animation:      slide-from-top 0.75s ease-out;
    animation:         slide-from-top 0.75s ease-out;
}

.avoidx_v {
    display: inline-block;
    float:left;
    -webkit-animation: slide-from-top 1.75s ease-out;
    -moz-animation:    slide-from-top 1.75s ease-out;
    -o-animation:      slide-from-top 1.75s ease-out;
    animation:         slide-from-top 1.75s ease-out;
}

.avoidx_o {
    display: inline-block;
    float:left;
    -webkit-animation: slide-from-top 2s ease-out;
    -moz-animation:    slide-from-top 2s ease-out;
    -o-animation:      slide-from-top 2s ease-out;
    animation:         slide-from-top 2s ease-out;
}

.avoidx_i {
    display: inline-block;
    float:left;
    -webkit-animation: slide-from-top 1.5s ease-out;
    -moz-animation:    slide-from-top 1.5s ease-out;
    -o-animation:      slide-from-top 1.5s ease-out;
    animation:         slide-from-top 1.5s ease-out;
}

.avoidx_d {
    display: inline-block;
    float:left;
    -webkit-animation: slide-from-top 1s ease-out;
    -moz-animation:    slide-from-top 1s ease-out;
    -o-animation:      slide-from-top 1s ease-out;
    animation:         slide-from-top 1s ease-out;
}

.avoidx_x {
    display: inline-block;
    float:left;
    -webkit-animation: slide-from-top 1.25s ease-out;
    -moz-animation:    slide-from-top 1.25s ease-out;
    -o-animation:      slide-from-top 1.25s ease-out;
    animation:         slide-from-top 1.25s ease-out;
}

.custom_popup {
    background-color: #DDD;
}

.item .badge.group_badge {
    position: relative;
    right: auto;
    top: auto;
    display: inline-block;
    line-height: normal;
    vertical-align: top;
    margin-left: -20px;
    margin-top: -5px;
}

@-webkit-keyframes slide-from-right{
    0%   { 
        margin-right: -200%;
    }
    100% { 
        margin-right: 0px; 
    }
}
@-moz-keyframes slide-from-right{
    0%   { 
        margin-right: -200%;
    }
    100% { 
        margin-right: 0px; 
    }
}
@-o-keyframes slide-from-right{
    0%   { 
        margin-right: -200%;
    }
    100% { 
        margin-right: 0px; 
    }
}
@keyframes slide-from-right{
    0%   { 
        margin-right: -200%;
    }
    100% { 
        margin-right: 0px; 
    }
}

@-webkit-keyframes slide-from-top{
    0%   { 
        margin-top: -200%;
        padding-bottom:200%;
    }
    100% { 
        margin-top: 0px;
        padding-bottom:0px;
    }
}
@-moz-keyframes slide-from-top{
    0%   { 
        margin-top: -200%;
        padding-bottom:200%;
    }
    100% { 
        margin-top: 0px;
        padding-bottom:0px;
    }
}
@-o-keyframes slide-from-top{
    0%   { 
        margin-top: -200%;
        padding-bottom:200%;
    }
    100% { 
        margin-top: 0px;
        padding-bottom:0px;
    }
}
@keyframes slide-from-top{
    0%   { 
        margin-top: -200%;
        padding-bottom:200%;
    }
    100% { 
        margin-top: 0px;
        padding-bottom:0px;
    }
}

@-webkit-keyframes fade-in-and-skew{
    0%   { 
        opacity: 0;
        transform: skewX(0deg) rotate(0deg);
    }
    100% { 
        opacity: 1;
        transform: skewX(-35deg) rotate(-3deg);
    }
}
@-moz-keyframes fade-in-and-skew{
    0%   { 
        opacity: 0;
        transform: skewX(0deg) rotate(0deg);
    }
    100% { 
        opacity: 1;
        transform: skewX(-35deg) rotate(-3deg);
    }
}
@-o-keyframes fade-in-and-skew{
    0%   { 
        opacity: 0;
        transform: skewX(0deg) rotate(0deg);
    }
    100% { 
        opacity: 1;
        transform: skewX(-35deg) rotate(-3deg);
    }
}
@keyframes fade-in-and-skew{
    0%   { 
        opacity: 0;
        transform: skewX(0deg) rotate(0deg);
    }
    100% { 
        opacity: 1;
        transform: skewX(-35deg) rotate(-3deg);
    }
}

.modal-backdrop.active {
    background-color: transparent;
}

.platform-ios ion-modal-view {
    margin-top:20px !important;
}

.platform-ios ion-side-menu > ion-header-bar .title {
    padding-top:20px;
    height:100%;
}

.platform-ios .top_tabs {
    margin-top:63px;
}

.platform-ios div[ionic-tutorial-highlight] {
    margin-top:-20px;
}

.avoidx_ion-content {
    margin-top:45px;
}

.action_sheet_icon {
    font-size: 21px;
    color:#4a87ee;
}

.action_sheet_text {
    display:inline-block;
    margin-top: -10px;
    color:#4a87ee;
}

.action_sheet_name_text {
    float: left;
    font-size: 16px;
    padding: 0px 10px;
    width: 100%;
    margin-top: -10px;
    line-height: normal;
    text-align: left;
    text-indent: 40px;
}

.action_sheet_name_label {
    font-size: 12px;
    float: left;
    padding-left: 10px;
    display: block;
}

.action-sheet-group .button {
    color:#444;
}

.lightblue_border {
    border:2px solid #00A7DC;
}

.animation_ease {
    -webkit-transition: all 2s ease;
    -moz-transition: all 2s ease;
    -o-transition: all 2s ease;
    -ms-transition: all 2s ease;
    transition: all 2s ease;
}

.test_group_message_icon {
    font-size: 30px;
    float: left;
    margin: -6px;
    padding-right: 15px;
}

.expired_question_container {
    float: right;
    margin: -13px 0px;
    width: 100%;
}

.expired_question {
    background-color: #00A7DC;
    opacity: 0.85;
    color: #FFF;
    margin: -15px -30px;
    width: 50%;
    text-align: center;
    float: right;
    border-radius: 10px;
    padding-right: 5px;
    height: 30px;
    padding-top: 5px;
}

.expired_question_fade {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #000;
    z-index: 10;
    opacity: 0.2;
}

.question_answer_input{
    padding: 10px;
    width: 100%;
    display: block;
    border: 1px solid #DDD;
    margin-bottom: 5px;
}

.event_expiration_date {
    padding: 5px 0px;
    width: 30%;
}

.event_expiration_full_date {
    padding: 5px 0px;
    width: 20%;
}

.event_expiration_icon {
    font-size: 26px;
    background-color:transparent;
    border:none;
}

.event_expiration_text {
    width: 100%;
    display: block;
    text-align: center;
    padding: 5px;
}

.cube_text {
  font-size:16px;
  font-weight:bold;
  color:#000;
  margin-top:-150px;
}

.cube_container {
    position: relative;
    margin: 150px;
}

.Cube {
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  font-size: 50px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: -webkit-transform 2s 1.5s;
  transition: transform 2s 1.5s;
  perspective: 9999px;
  margin: -40px 0 0 -40px;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  margin-left: -37px;
  top: 65px;
  opacity: 1;
}
.Cube.panelLoad {
  z-index: 11;
  top: 50%;
  margin-top: -60px;
  -webkit-animation: panel 4.0s infinite forwards;
  animation: panel 4.0s infinite forwards;
}
.Cube.panelLoad .cube-face {
  box-shadow: inset 0 0 0 4px #fff, 0 0 4px 1px #fff;
}
.Cube .cube-face {
  width: inherit;
  height: inherit;
  position: absolute;
  background: white;
  box-shadow: inset 0 0 0 1px #333, 0 0 1px 1px #333;
  opacity: 1;
}
.Cube .cube-face-front {
  transform: translate3d(0, 0, 40px);
  -webkit-transform: translate3d(0, 0, 40px);
  font-size: 57px;
  background-color: #00A7DC;
  color: #FFF;
}
.Cube .cube-face-back {
  -webkit-transform: rotateY(180deg) translate3d(0, 0, 40px);
  transform: rotateY(180deg) translate3d(0, 0, 40px);
  background-color: #3b679e;
  color: #FFF;
}
.Cube .cube-face-left {
  -webkit-transform: rotateY(-90deg) translate3d(0, 0, 40px);
  transform: rotateY(-90deg) translate3d(0, 0, 40px);
  background-color: #F35056;
  color: #FFF;
}
.Cube .cube-face-right {
  -webkit-transform: rotateY(90deg) translate3d(0, 0, 40px);
  transform: rotateY(90deg) translate3d(0, 0, 40px);
  background-color: #AC5EF1;
  color: #FFF;
}
.Cube .cube-face-top {
  -webkit-transform: rotateX(90deg) translate3d(0, 0, 40px);
  transform: rotateX(90deg) translate3d(0, 0, 40px);
  background-color: #52AF55;
  color: #FFF;
}
.Cube .cube-face-bottom {
  -webkit-transform: rotateX(-90deg) translate3d(0, 0, 40px);
  transform: rotateX(-90deg) translate3d(0, 0, 40px);
  background-color: #FBB03B;
  color: #FFF;
}

@-webkit-keyframes panel {
  0% {
    -webkit-transform: rotateY(0deg) rotateZ(0deg);
  }
  20% {
    -webkit-transform: rotateY(90deg) rotateZ(0deg);
  }
  40% {
    -webkit-transform: rotateX(45deg) rotateZ(45deg);
  }
  60% {
    -webkit-transform: rotateX(90deg) rotateY(180deg) rotateX(90deg);
  }
  80% {
    -webkit-transform: rotateX(310deg) rotateZ(230deg);
  }
  100% {
    -webkit-transform: rotateX(360deg) rotateZ(360deg);
  }
}
@keyframes panel {
  0% {
    -webkit-transform: rotateY(0deg) rotateZ(0deg);
    transform: rotateY(0deg) rotateZ(0deg);
  }
  20% {
    -webkit-transform: rotateY(90deg) rotateZ(0deg);
    transform: rotateY(90deg) rotateZ(0deg);
  }
  40% {
    -webkit-transform: rotateX(45deg) rotateZ(45deg);
    transform: rotateX(45deg) rotateZ(45deg);
  }
  60% {
    -webkit-transform: rotateX(90deg) rotateY(180deg) rotateX(90deg);
    transform: rotateX(90deg) rotateY(180deg) rotateX(90deg);
  }
  80% {
    -webkit-transform: rotateX(310deg) rotateZ(230deg);
    transform: rotateX(310deg) rotateZ(230deg);
  }
  100% {
    -webkit-transform: rotateX(360deg) rotateZ(360deg);
    transform: rotateX(360deg) rotateZ(360deg);
  }
}

.ping_ping_container {
    position: relative;
    height: 190px;
}

.ping_pong_text {
    color: #000;
    font-weight: bold;
    text-align: center;
    font-size: 16px;
}

.ping_pong_board {
  position: absolute;
  top:0px;
  left:0px;
  bottom:0px;
  right:0px;
  border:10px solid transparent;
  border-radius: 30px;
}

.ping_pong_left,
.ping_pong_right {
  height:50px;
  width:8px;
  background:#00A7DC;
  display: inline-block;
  position:absolute;
}

.ping_pong_left {
  left:0;
  -webkit-animation: ping_pong_position1 4s linear infinite;
          animation: ping_pong_position1 4s linear infinite;
}
.ping_pong_right {
  right:0;
  -webkit-animation: ping_pong_position2 4s linear infinite;
          animation: ping_pong_position2 4s linear infinite;
}
.ping_pong_ball {
  width:14px;
  height:14px;
  border-radius:50%;
  background:#00A7DC;
  position:absolute;
  -webkit-animation: ping_pong_bounce 4s linear infinite;
          animation: ping_pong_bounce 4s linear infinite;
}

@-webkit-keyframes ping_pong_position1 {
    0% {top:0px;}
  25% {top:60;}
    50% {top:120px;}
  75% {top:0px;}
    100% {top:0px;}
}

@keyframes ping_pong_position1 {
    0% {top:0px;}
  25% {top:60;}
    50% {top:120px;}
  75% {top:0px;}
    100% {top:0px;}
}
@-webkit-keyframes ping_pong_position2 {
    0% {top:120px;}
    25% {top:60px;}
    50% {top:0px;}
   75% {top:0px;}
    100% {top:120px;}
}
@keyframes ping_pong_position2 {
    0% {top:120px;}
    25% {top:60px;}
    50% {top:0px;}
   75% {top:0px;}
    100% {top:120px;}
}
@-webkit-keyframes ping_pong_bounce {
    0% {top:0px;left:10px;margin-left:0px;}
  25% {top:50px;left:100%;margin-left:-20px;}
    50% {top:110px;left:10px;margin-left:0px;}
  75% {top:0px;left:100%;margin-left:-20px;}
  100% {top:0px;left:10px;margin-left:0px}
}
@keyframes ping_pong_bounce {
    0% {top:0px;left:10px;margin-left:0px;}
  25% {top:50px;left:100%;margin-left:-20px;}
    50% {top:110px;left:10px;margin-left:0px;}
  75% {top:0px;left:100%;margin-left:-20px;}
  100% {top:0px;left:10px;margin-left:0px}
}

.ball_carosuel_wrapper {
    position: relative;
    margin: 100px 0;
}

.ball_carosuel_text {
  font-weight:bold;
  margin-top:-40px;
  margin-left:-10px;
  font-size:16px;
  width:100px;
}

.ball_carosuel_contain {
  width: 150px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: 0 auto;
  opacity: 0;
  animation: ball_carosuel_fadeIn 1s 1;
  animation-fill-mode: forwards;
}

.ball_carosuel_wrap {
  animation: ball_carosuel_translate 4000ms infinite ease-in-out alternate, ball_carosuel_zindex 8000ms infinite ease-in-out;
  position: absolute;
}

.ball_carosuel_ball {
  width: 50px;
  height: 50px;
  box-shadow: 0 -6.25px 0 rgba(0, 0, 0, 0.15) inset;
  background-color: #E3746B;
  border-radius: 50%;
  animation: ball_carosuel_scale 4000ms infinite ease-in-out alternate;
  animation-delay: -2000ms;
  transform: scale(0.5);
  border: 2px solid black;
}

.ball_carosuel_ball:after {
  content: '';
  width: 50px;
  height: 13px;
  background: #eee;
  position: absolute;
  top: 70px;
  border-radius: 50%;
}

.ball_carosuel_ball1 {
  background-color: #00A7DC;
}

.ball_carosuel_wrap2 {
  animation-delay: -4000ms;
}

.ball_carosuel_ball2 {
  background-color: #F35056;
  animation-delay: -6000ms;
}

.ball_carosuel_wrap3 {
  animation-delay: -6000ms;
}

.ball_carosuel_ball3 {
  background-color: #AC5EF1;
  animation-delay: -8000ms;
}

.ball_carosuel_wrap4 {
  animation-delay: -10000ms;
}

.ball_carosuel_ball4 {
  background-color: #52AF55;
  animation-delay: -12000ms;
}

@keyframes ball_carosuel_translate {
  100% {
    transform: translateX(100px);
  }
}
@keyframes ball_carosuel_scale {
  100% {
    transform: scale(1);
  }
}
@keyframes ball_carosuel_zindex {
  25% {
    z-index: 1;
  }
  75% {
    z-index: -1;
  }
}
@keyframes ball_carosuel_fadeIn {
  100% {
    opacity: 1;
  }
}

.event_stats_note_icon {
    color:#fff;
    font-size:18px;
    padding:2px;
}

.stats_question_data {
    width: 30%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}

.stats_question_correct {
    background-color:#33cd5f;
    color:#FFF;
}

.stats_question_incorrect {
    background-color:#ef473a;
    color:#FFF;
}

.stats_question_total {
    background-color:#00A7DC;
    color:#FFF;
}

.right_item_icon
{
    width: 72px;
    display: inline-block;
    float: right;
    color: #AAA;
    margin-right: -72px;
    text-align: center;
    margin-top: -15px;
    margin-bottom: -15px;
    padding: 15px 0px;
}

.left_item_icon {
    width:50px;
    padding-right: 10px;
    display:inline-block;
    margin-left: -50px;
    float: left;
    color:#AAA;
}

.left_item_minus_icon {
    display: inline-block;
    line-height: normal;
    vertical-align: top;
    margin-left: -10px;
    margin-top: 16px;
}

.select_this_icon {
    display: inline-block;
    float: left;
    font-size: 25px;
    padding-right: 10px;
    margin: -4px 0px;
}

.blue_color {
    color:#00A7DC;
}

.tutorial_help {
    font-size: 65px;
    color: #00A7DC;
    position: fixed;
    bottom: 10px;
    left: 15px;
}

.tutorial_help_tab {
    font-size: 65px;
    color: #00A7DC;
    position: fixed;
    bottom: 55px;
    left: 15px;
}

.popup {
    box-shadow: 0 0 0 999999px rgba(0, 0, 0, 0.2);
}

.popup_container {}

.custom_popup_block {
    text-align: center;
    white-space: nowrap;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 999999;
}
 
.custom_popup_block:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; /* Adjusts for spacing */
}

.custom_popup {
    display: inline-block;
    vertical-align: middle;
    width: 250px;
    min-height: 100px;
    box-shadow: 0 0 0 999999px rgba(0, 0, 0, 0.2);
    background-color: #FFF;
    text-align: center;
}

.login_all {
    overflow:hidden;
    padding:10px 0px 0px;
}

.login_left {
    padding: 10px;
    background-color: #4A87EE;
    border: 1px solid #305492;
    color:#FFF;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 80%;
    float: left;
    text-align: left;
    height:50px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
}

.login_right {
    padding-right: 20px;
    background-color: #FFF;
    color:#FFF;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    width: 20%;
    float: left;
    text-align: right;
    height:50px;
    font-size: 34px;
    color:#444;
    border:1px solid #444;
    border-left-width: 0px;
    position: relative;
}

.login_right:before {
    position:absolute; 
    left:-50px; 
    bottom:-1px; 
    content:'';
    border-bottom: 50px solid #444;
    border-left: 50px solid transparent;
}

.login_right:after {
    position:absolute; 
    left:-48px; 
    bottom:0px; 
    content:'';
    border-bottom: 48px solid white;
    border-left: 48px solid transparent;
}

@media screen and (max-width: 260px) {
	.list_box {
		width:100%;
	}
}