/*GENERAL SETTINGS*/

/* CLASSES TO CUSTOM */
.text-center{
	text-align: center;
}

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

.small{
  font-size: .7em;
}

.text-shadow{
	text-shadow: 1px 1px 0px #999;
}

.color-white{
  color:#fff;
}

.disabled{
  pointer-events:none;
}



.bottom{
	position: absolute;
	width: 100%;
	bottom:20px;
}

.capitalize{
	text-transform: capitalize;
}

.bold{
	font-weight: bold;
}

.stroke-1px{
  -webkit-text-stroke: #999 .1px;
}

.stroke-5px{
  -webkit-text-stroke: #999 .1px;
}

.lowercase{
	text-transform: lowercase;
}

.uppercase{
	text-transform: uppercase;
}

.iconapp{
    height: 40px;
    margin-left: 10px;
    border-radius: 50%;
    background: #f5f5f5;
}

.splash section.poweredby{
    position: fixed;
    bottom: 20px;
    text-align: center;
    width: 100%;
}

/*GENERAL SETTINGS*/

/*
a{
	color: #cc0000;
}
*/

.powered{
  text-align: center;
}

/*adjust iphonex*/

html, body {
  width: 100vw;
  height: 100vh;
}

.tabbar:not(.tabbar--top){
  padding-bottom: constant(safe-area-inset-bottom); /* iOS 11.0 */
  padding-bottom: env(safe-area-inset-bottom); /* iOS 11.2 */
}


ons-toolbar:not([inline]) {
top: Calc(0px + constant(safe-area-inset-top));
top: Calc(0px + env(safe-area-inset-top));
}

.toolbar+.page__background+.page__content {
    top: Calc(44px + constant(safe-area-inset-top));
    top: Calc(44px + env(safe-area-inset-top));
    bottom: Calc(0px + constant(safe-area-inset-bottom));
    bottom: Calc(0px + env(safe-area-inset-bottom));
}

.page[status-bar-fill] > .toolbar:not(.toolbar--transparent) + .page__background, .page[status-bar-fill] > .toolbar:not(.toolbar--cover-content) + .page__background + .page__content {
  top: Calc(64px + constant(safe-area-inset-top));
  top: Calc(64px + env(safe-area-inset-top));
}

.toolbar.toolbar--transparent.toolbar--cover-content+.page__background+.page__content{
  bottom: Calc(0px + env(safe-area-inset-bottom));
}


/*.page__content {
    top: constant(safe-area-inset-top);
    top: env(safe-area-inset-top);
}*/



/*-------*/

section.warning div{
    text-align: center;
    background: #cc0000;
    color: white;
    padding: 10px;
}

.welcome{
  background: #fff !important;
  padding: 20px;
  font-size: 140%;
  bottom: 0;
  top: 0;
}

.wizardedit .opacity{
  opacity: 1;
}

/*.wizardform .page__content, .wizardedit .page__content{
  background-color: whitesmoke !important;
}*/

.splash .TARAGRANCA .logo img{
  max-width: 200px;
}

#msg{
    text-align: center;
    font-size: 120%;
    margin-top: 20px;
}

.cases .filters{
  text-align: center;
  min-height: 44px;
  background-color: whitesmoke;
  font-weight: 600;
  line-height: 1em;
  font-size: .9em;
  line-height: 44px;
}

.cases ons-fab.fab{
  bottom: 40px;
}

.cases .filters ons-list-item div.center{
  text-align: center;
  display: grid;
}

.cases .filters ons-icon.eraser{
  /*position: absolute;
  right: 10px;
  font-size: 16px;*/
  color: #cc0000;
}

.cases .filters .list-item__left {
  display: inherit;
}

.cases .filters .button--quiet {
  padding: 2.5px;
}

.cases .filters ons-icon.button123down{
}

.cases .filters ons-icon.button123up{
  color: #cc0000
}

.cases .filters ons-icon.buttonABCup{
  color: #cc0000
}

@keyframes blinker {  
  50% { opacity: 0; }
}

.opacity {
    background-color: whitesmoke;
    background-size: cover;
    opacity: 1;
    z-index: -10000;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 64px;
    bottom: 0;
}

ons-fab.fab{
  z-index: 1000;
}

.cases section.pulleddown{
  z-index: -1;
  position: relative;
}

.cases section{
  -webkit-transform: translateZ(0px) !important;
}

.cases section.contents fa{
  font-size: inherit;
}

/*.fab{
  background-color: rgba(250, 206, 42, 1);
  color: #000;
}

.button{
  background-color: rgba(250,206,42,1);
  color:#000;
}

.button--quiet{
  background-color: transparent;
  color:#face2a;
}*/


.newbutton{
}


ons-navigator{
  background-color: transparent;
}

/*.page__background{
  background: transparent;
}*/

.text-input{
	/*color:#000;
	width: 100%;*/
	background-color: #fff;
	/*border: #fff 1px solid;
	border-radius: 4px;
  padding-left: 20px;*/
  width: 100%;
  height: 44px;
}

.password-input{
  background-color: #fff;
  width: 100%;
  height: 44px;
}

.text-area{
  color:#000;
  width: 95%;
  background-color: #fff;
  border: #fff 1px solid;
  border-radius: 4px;
  height: 50%;
  font-size: 15px;
}

.text-input:invalid,input.ng-invalid.ng-touched {
  border: 1px red solid;
  background-color: #ffffff;
}


.text-input--underbar {
	width: 100%;
}

.card {
    /* background-color: #000; */
    border: 1px #eee solid;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

ons-card.stop {
  background-color: white;
  margin-top: 20px;
  color: #000;
  font-size: 120%;
  font-weight: 600;
  border: none;
}

.list{
  font-family: 'Roboto', 'Helvetica Neue' !important;
}


.list-header {
  /*background-color: transparent;*/
  background-size: 0;
  color: #000;
  text-align: center;
  font-size: 18px;
  line-height: 44px;
  min-height: 44px;
  font-weight: bold;
  padding: 0;
}



.list-item-left{
  width: 60px;
  margin-bottom: auto;
  margin-right: 10px;
  float: left;
  text-align: center;
}

.list-item-right{

  width: 40px;
  margin-bottom: auto;
  float: right;
  font-size: 80%;
}

.list-item-center{
  width: calc(100% - 120px);
  float: left;
  padding-bottom: 0;
}

.list-item-content {
  padding-left: 5px;
}

/*.list-item--longdivider {
    background-size: 100% 3px;
}*/

.carousel{
  height:91px;
  width: 100%;
}

.casesadmin .carousel{
  height:70px;
}

.avatar-container{
  color: #000;
  font-size: 12px;
  border-radius: 50%;
  border: 1px #eee solid;
  width: 60px;
  height: 60px;
  overflow: hidden;
  background-color: whitesmoke;
  text-align: center;
  background-size: cover;
  background-position: center center;
}



.avatar-container .avatar{
  /*border-radius: 50%;
  border: 1px #eee solid;
  background-size: cover;
  background-position: center center;*/
  height: 60px;
  margin-left: -50%;
  margin-right: -50%;

}




.action_v1 {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 60px;
    border: 1px #ccc solid;
    border-radius: 10px;
    height: 20px;
    background: whitesmoke;
    font-size: 12px;
    padding: 2px;
    margin-top: 1px;
    line-height: 10px;
}

.action{
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: .7em;
    margin-top: 1px;
    line-height: 10px;
}

.wizardform .action{
    font-size: 12px;
    line-height: 20px;
}

/*.avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  background-size: cover;
  background-position: center center;
}*/

.settings section.adminactions .avatar,.settings section.privacy .avatar{
  
  height: 50px;
}

.settings section.adminactions .avatar-container
,.settings section.privacy .avatar-container{
  width: 50px;
  height: 50px;
}


.name {
    font-weight: 600;
    line-height: 1.2em;
    width: 100%;
    max-height: 1.2em;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-word;
}

.subtitle {
  font-weight: 500;
  line-height: 16px;
  font-size: .8em;
  width: 100%;
  max-height: 16px;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: lowercase;
  opacity: .9;
  word-break: break-word;
}

.wizardform section.sons .subtitle {
  line-height: unset;
  max-height: unset;
}

.subtitle-part {
    border-radius: 5px;
    color: white;
    margin-right: 5px;
    padding: 0px 5px 0px 5px;
}

.desc_v1 {
    line-height: 1em;
    width: 100%;
    font-size: .8em;
    height: 1.9em;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-top: 2px;
    opacity: 0.4;
    margin-bottom: 2px;
    word-break: break-word;
}

.desc {
    line-height: .9em;
    width: 100%;
    font-size: .7em;
    height: 1.6em;
    text-overflow: ellipsis;
    overflow: hidden;
    opacity: 0.4;
    margin-bottom: 2px;
    word-break: break-all;
}

.lucent {
  opacity: 0.4;
}

.closefilter{
  font-size: 120% !important;
}

.status {
    border-radius: 10px;
    border: 1px #cccccc solid;
    width: fit-content;
    font-size: 12px;
    padding: 2px;
    float: left;
    background-color: #eeeeee;
    height: 20px;
}

.status .zmdi,.usernombre .ons-icon {
    font-size: 12px;
    vertical-align: 0% !important;
}

.archived {
    border-radius: 10px;
    border: 1px #cccccc solid;
    width: fit-content;
    font-size: 12px;
    padding: 2px;
    float: left;
    background-color: #84691c;
    color:#ffffff;
    height: 20px;
    margin-top: 4px;
}

.archived .zmdi,.usernombre .ons-icon {
    font-size: 12px;
    vertical-align: 0% !important;
}

.usernombre {
    border-radius: 10px;
    border: 1px #cccccc solid;
    /* width: fit-content; */
    font-size: 12px;
    padding: 2px;
    float: left;
    background-color: whitesmoke;
    margin-left: 4px;
    width: 100px;
    height: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    word-break: break-all;
}

.toolbar .left{
  overflow: hidden;
  text-overflow: ellipsis;
}

div.notificationsystem{
    font-size: 10px;
    color: #fff;
    float: left;
    line-height: 20px;
    text-transform: lowercase;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}




.toolbar__title{
	text-transform: capitalize;
  overflow: hidden !important;
  text-overflow: ellipsis;
}

.cases .toolbar__title{
  color:#ffffff;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}

.toolbar-button {
  -webkit-text-stroke: #000 .1px;
  font-size: .9em;
}

.cases .toolbar-button {
  color:#ffffff;
  text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);
}

.tabbar__icon + .tabbar__label {
    font-size: 12px;
    /*color: #fff;*/
}



.fa{
  font-size: 26px;
}

.tabbar .fa{
  font-size: 26px;
}

.zmdi{
  font-size: 26px;
}

.tabbar{
  /*background-color: #1b1819;*/
}

:checked + .tabbar__button {
    /*color: #face2a;
    background-color: transparent;*/
    box-shadow: none;
    border-top: none;
    text-shadow: black;
}

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

.instructions {
    /* margin-bottom: 20px; */
    text-overflow: ellipsis;
    /* text-align: center; */
    /* margin-top: 5px; */
    color: #000;
    padding-left: 15px;
    /* padding-right: 15px; */
    background: whitesmoke;
    border: none;
    /* text-align: center !important; */
}

/*WIZARD NEWS */

.news .avatar{
  width: 100%;
  height: auto;
  border-radius: 0;
}

.news .new-title {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    top: calc(100% - 70px);
    position: relative;
    background: rgba(0, 0, 0, .6);
    color: #fff;
    padding: 10px;
    height: 50px;
}

.news .new-container{
  width: 100%;
  height: 250px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.news .new-container img{
  width: 100%;
  height: auto;
}

.wizardnews .field_textarea .list-item__center div {
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.wizardnews .image, .wizardnews img{
  width: 100%;
}

/* WIZARD FORM */

.wizardform section.user ons-list{
  background-color: transparent;
}
.wizardform section.user {
  color: #333;
  text-align: center;
  font-size: 120%;
  font-weight: 600;
  /*background-color: whitesmoke;*/
}

.wizardform section.user .avatar-container{
  width: 120px;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
  background-size: cover;
  background-position: center center;
  border-radius: 50%;
}

.wizardform section.user .avatar{
  
  height: 120px;
  width: 120px;
  border-radius: 50%;
  margin-right: -50%;
  margin-left: -50%;

}


.wizardform section.actions .segment,.cases section.actions .segment{
  overflow: scroll;
  max-width: calc( 100% - 20px);
}
.wizardform section.actions .segment::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

.wizardform section.actions .segment__item,.cases section.actions .segment__item{
  min-width: 65px;
  width: auto;
}

.wizardform section.actions .segment__button,.cases section.actions .segment__button{
  padding-left : 2px;
  padding-right : 2px;
  height: 80px;
}

.wizardform section.actions .button-bar .button-bar__item:active .button-bar__button{
  /*background-color: whitesmoke;*/
}



/* WIZARD */



.wizardedit .list-item-center{
  text-align:left;
}

.wizardedit .page__background{
  /*background: #1b1819;*/
}

.wizardedit .text-input{
  padding-left: 20px;
}

.wizardform .list{
  /*background-color: whitesmoke;*/
}

.wizardform ons-list-item{
  /*background-color: #fff;*/
}

.wizardform section.camposform ons-list-item:first-child{
  display: none;
}

.wizardform section.actions{
  text-align: center;
  /*height: 44px;*/
  background-color: transparent;
  padding: 16px 0 0 0;
}

.wizardform section.actions .button-bar__button{
  background-color: #fff;
  color:#000;
  border-color:#000;
  text-overflow: ellipsis;
  overflow: hidden;
}

.wizardform section.actions .avatar-container{
  padding-top: 10px;
  margin-left: auto;
  margin-right: auto;
  width: 40px;
  height: 40px;
  background-color: transparent;
  border: none;
  border-radius: 0%;
}

.wizardform section.actions .avatar-container .avatar{
  height: 40px;
  width: 40px;

}

/*.wizardform section.camposform ons-list-item:first-child .list-item__left{
  width: 70px;
  padding: 0;
}

.wizardform section.camposform ons-list-item:first-child .list-item__left .avatar{
}

.wizardform section.camposform ons-list-item:first-child .list-item__center{
  width: calc( 100% - 80px);
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 100%;
  word-break: break-all;
}*/



.wizardform section.camposform .list-item__left{
  width: 40%;
  text-align: left;
  margin-right: 10px;
  overflow: hidden;
}

.wizardform .fieldlabel{
  text-overflow: ellipsis;
  overflow: hidden;
}

.wizardform section.camposform .list-item__center{
  width: calc( 60% - 20px);

}

.card-audio .duration{
  font-size: 48px;
}

.card-action ons-list-item .list-item-center{
  text-align: left;
}

.wizardform .field_bank .list-item__center div{
  overflow: hidden;
  text-overflow: ellipsis;
}

.wizardform .field_file .list-item__center div.file{
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    height: 30px;
    line-height: 15px;
}

.wizardform section.messages .avatarcontainer {
    position: relative;
}

.wizardform .field_textarea .list-item__center div{
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 200px;
  max-width: 100%;
}

.wizardform .field_break div.center,.wizardform .field_break div.right{
  display: none;
}

.wizardform section.camposform ons-list-item.field_break{
  background-color: whitesmoke;
}

.wizardform .field_break div.left{
  width: calc( 100% - 20px);
  text-align: center;
  font-weight: 600;
}

.wizardform .field_break.list-item--chevron:before {
  display: none;
}


.wizard section.wizard{
    /*background: whitesmoke;*/
}

.wizardform div.sign img, .wizardform  div.image img, .wizardform  div.matricula img{
  width: 100%;
}

.wizard .card-map{
	border:none;
	width: 100%;
	padding: 0px;
}

.wizard .error{
	/*display: none;*/
  background: #CC0000;
  color: #ffffff;
  text-align: center;
  width:100%;
}

.wizard  .list-item{
	/*color:#000;*/
	text-align: center;
}

.wizard .list-header,.newcase .list-header,.calendar .list-header{
    color: #000;
    background-color: whitesmoke;
    padding: 0;
    
}

.wizard .text-input--underbar{
	/*color:#fff;*/
}



/*USER WIZARD*/


.userwizard .page__content{
	position: absolute;
    top: 0 !important;
}



.userwizard .toolbar__title{
	/*color: #fff;*/
	text-transform: capitalize;
	/*text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
             0px 8px 13px rgba(0,0,0,0.1),
             0px 18px 23px rgba(0,0,0,0.1);*/
}

.userwizard .toolbar-button {
	/*color:#fff;*/
	font-size: 1.5em;
	/*text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
         0px 8px 13px rgba(0,0,0,0.1),
         0px 18px 23px rgba(0,0,0,0.1);*/
}

.userwizard section.wizard{
    background: transparent;
    padding-top: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-bottom: 10px;
}

.userwizard section.profile{
	height: 160px;
}

.userwizard section.profile .avatar{
	width: 20%;
	height: auto;
}


.userwizard section.profile .left {
    text-align: center;
    width: 25%;
    max-width: 25%;
}

.userwizard section.profile .center {
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 70%;
    font-size: 120%;
    color: #eee;
    padding: 10px;
}

.userwizard section.profile .label{
    text-overflow: ellipsis;
    max-width: 100%;
    overflow: hidden;
}


.userwizard .card {
    background-color: transparent;
    width: 95%;
    margin: auto;
    border: 1px #eee solid;
    left: 0;
    right: 0;
}

.userwizard .card-map{
	border:none;
	width: 100%;
	padding: 0px;
}

.userwizard .error{
	display: none;
}
.userwizard .list{
	/*background-color: transparent;*/
}
.userwizard  .list-item{
	/*color:#eee;*/
	text-align: center;
	font-size: 120%;
}

.userwizard .list-header{
    /*color: #fff;*/
    padding: 0;
    margin-bottom: 10px;
}

.userwizard .text-input--underbar{
	/*color:#fff;*/
}


/*SPLASH*/

.splash .page__background{
	background-position: center;
	background-size: cover;
}

/*LOGIN SMS*/


.loginsms .bottom{
	position: absolute;
	width: 100%;
	bottom:20px;
}

.loginsms .card {
    /* background-color: #000; */
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    border: none;
    left: -50%;
    right: -50%;
    opacity: 1;
    border: 1px #eee solid;
}

.loginsms .list{
	background-color: transparent;
  background-size: 100% 0px, 100% 0px;
}

.loginsms .text-input{
  text-align: center;;
}

.loginsms .list-item{
	text-align: center;
	font-size: 120%;
}

.loginsms .list-header{
  background-color: transparent;
  line-height: 19px;
  text-transform: lowercase;
}

.loginsms .text-input--underbar{
	/*color:#fff;*/
}

.loginsms ons-input{
  width: 100%;
}

.loginsms .logo-wrapper img{
    max-width: 90%;
    max-height: 100px;

}

/*LOGIN*/


.login .login-wrapper {
    position: absolute;
    left: 50%;
    top: 20px;
    width: 80%;
    height: auto;
    margin-left: -40%;
}

.login .list{
	border-radius: 25px;
	background-color: transparent;
}

.login .logo{
	text-align:center;
}
.login .logo img{
	width: 60%;
	background: transparent;
}

.width-100{
	width:100%;
}

/*NEWCASE*/

.newcase .center{
  width: calc(100% - 100px) !important;
}
/*MESSAGES*/

.case section.messages .audio-wrapper {
  position: relative;
  min-height: auto;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-align: center;
}


section.messages .date {
    font-size: .7em;
    line-height: 2.3em;
    float: right;
    margin-left: 10px;
}

section.messages .notsaved{
  color:#fe3824;
}

section.messages .list-item{
  /*color:#000;*/
}

section.messages .list-item__center{
  display: inline-block;
  word-break: break-word;
}

section.messages .list-item__right{
  text-align: right;
}

section.messages .list-item__left,section.messages .list-item__center,section.messages .list-item__right{
  padding-top: 10px;
  padding-bottom : 10px;
}

div.bubble{
    background-color: #fff;
    border-radius: 15px;
    padding: 10px 10px 10px 10px;
    width: fit-content;
    color:#000;
    border: none;
    word-break: break-word;
    font-size: 1em;
    line-height: 1.2em;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

div.bubble.left{
    background-color: #fff;
    float:left;
}

div.bubble.right{
    background-color: rgba(250, 206, 42, 1);
    float: right;
    max-width: 80%;
}

div.bubble.image{
    float: none;
    max-width: 100%;
    padding-bottom: 25px;
}

div.bubble.image img{
    width: 100%;
    border-radius: 15px;
}

div.bubble.sign{
    max-width: 150px;
}

div.bubble.sign img{
    width: 100%;
    border-radius: 15px;
}

div.bubble.sign.left img{
  filter: blur(10px);
}




.wizardform section.messages .avatar-container{
    width:30px;
    height: 30px;
}

.case section.messages .avatar-container {
    position: absolute;
    top: 5px;
    height: 30px;
    width: 30px;
    border: 2px whitesmoke solid;
}

section.messages .avatar {
    height: 30px;
    margin-left: -50%;
    margin-right: -50%;
}

section.messages .avatar-container.right {
  display: none;
}

section.messages .username {
    margin-left: 40px;
    width: 100%;
    text-transform: lowercase;
    font-weight: 600;
}

section.messages .username.right {
  display: none;
}

/*message image*/
.messageimage .text-area {
    height: 50px;
    width: calc(100% - 20px);
    margin-top: 10px;
    background: rgba(255, 255, 255, .9);
}

.messageimage ons-fab.fab--bottom__center{
  display: none;
}

.messageimage section.container{
  text-align: center;

}

.messageimage section.container image-wizard .image-wrapper img {
    width: 100%;
    height: auto;
    max-height: -webkit-fill-available;
}

.messageimage section.container .textarea-container{
  width: 100%;
  position: absolute;
  bottom: 80px;
  left: 0;
  }

.messageimage section.container image-wizard div.error{
  height: 0px !important;
}

/*CASE*/

.case .opacity{
  /*background-color: whitesmoke;*/
  background-image: url("../img/background-chat.png");
  opacity: 1;
  background-size: contain;
  background-repeat: repeat;
  display: none;
}

.case .page__background{
  background-color: whitesmoke;
  background-image: url("../img/background-chat.png");
  background-size: contain;
}


.case .bottom-bar{
  padding-top: 6px;
  /*background-color: #1b1819;*/
  height: auto;  
}

.case .bottom-bar .left{
  float:left;
  width: 15%;
  text-align: center;
}

.case .bottom-bar .center{
  float:left;
  width: 70%;
  text-align: left;
  padding-bottom: constant(safe-area-inset-bottom) !important; /* iOS 11.0 */
  padding-bottom: env(safe-area-inset-bottom) !important; /* iOS 11.2 */
}

.case .page-with-bottom-toolbar>.page__content {
  bottom: calc(env(safe-area-inset-bottom) + 60px);
}

.case .bottom-bar .right{
  /*float:right;
  width: 15%;
  text-align: center;*/
}

/* SETTINGS */
.settings section.user ons-list{
  background-color: transparent;
}
.settings section.user {
  color: #333;
  text-align: center;
  font-size: 120%;
  font-weight: 600;
  background-color: whitesmoke;
}

.settings section.user .avatar-container{
  width: 120px;
  height: 120px;
  margin-right: auto;
  margin-left: auto;
}

.settings section.user .avatar{
  
  height: 120px;
  border-radius: 50%;
  margin-right: -50%;
  margin-left: -50%;

}

/*CASES*/


.cases .searcherhome{
  /*top: Calc(64px + constant(safe-area-inset-top));
  top: Calc(64px + env(safe-area-inset-top));
  position: absolute;*/
  width: 100%;
  -webkit-transform: translateZ(0px) !important;
}

.cases .toolbar{
  /*background: rgba(239, 239, 244, .6);*/
  -webkit-transform: translateZ(0px) !important;
}

.cases .toolbar.toolbar--transparent.toolbar--cover-content+.page__background+.page__content{
  /*padding-top: 64px;*/
  padding-top: 0px;
}

.cases .page[status-bar-fill] > .toolbar:not(.toolbar--cover-content) + .page__background + .page__content{
  top:0px;
}

.cases section.actions{
  text-align: center;
}
.cases section.actions .segment__item{
  min-width: 65px;
  width: 80px;
}

.cases section.actions .avatar-container .avatar {
    height: 40px;
}

.cases section.actions .avatar-container{
    height: 40px;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
}

.cases section.actions .segment__button{
  padding-left : 2px;
  padding-right : 2px;
  border:none;
}

.cases section.actions .segment__button .son-option{
  line-height: 15px;
}

.wizardform section.actions .button-bar .button-bar__item:active .button-bar__button{
  /*background-color: whitesmoke;*/
}


.cases .date , .calendar .date,.casesadmin .date{
  font-size: .7em;
  line-height: 1em;
}

.cases .notification, .calendar .notification,.casesadmin .notification{
  position: absolute;
  bottom: 5px;
  font-size: .9em;
}

.cases .delete, .casesadmin .delete, .calendar .delete{
  width: 80px;
  background-color: #cc0000;
  height:100%;
  color:#fff;
  padding-top: 20px;
  text-align: center;
  float: left;
}

.cases .edit 
, .casesadmin .edit 
, .calendar .edit{
  width: 80px;
  background-color: #0000cc;
  height:100%;
  color:#fff;
  padding-top: 20px;
  text-align: center;
  float:left;
}

.cases .carousel-title , .casesadmin .carousel-title,.calendar .carousel-title{
    float: left;
    font-size: 100%;
    text-align: left;
    font-weight: 500;
    margin-left: 20px;
    height: 100%;
    max-width: 25%;
    margin-right: 20px;
    max-height: 48px;
    line-height: 16px;
    text-overflow: ellipsis;
    overflow: hidden;
}

  .cases .delete ons-icon 
, .cases .edit ons-icon
, .casesadmin .delete ons-icon
, .casesadmin  .edit ons-icon
, .calendar  .edit ons-icon
, .calendar .delete ons-icon{
  font-size: 38px;
}

.cases .list{
  background:rgba(255, 255, 255, 0.67);
}

.cases .list-item__left{
  display: inline-table;
  text-align: center;
}

.cases .contents .list-item--material__left{
  min-width: 70px;
}

section.pulleddown .avatar{
  width: 120px;
  height: 120px;
  border-radius: 50%;
}

ons-icon.icon-down{
  margin-top: 110px;
}

ons-button.readmore{
    position: absolute;
    bottom: 0;
    right: 0;
}

section.pulleddown .homenews-container {
    width: 100%;
    /* position: absolute; */
    right: 0;
    top: 0;
    min-height: 250px;
    border-radius: 0;
    left: 0;
    bottom: 0;
    max-height: 250px;
    background-size: cover !important;
    background-position: center top !important;
    background-repeat: no-repeat !important;
}

.case .list-item{
  /*color:#fff;*/
}

.case .list{
  background:transparent;
}

.case section.messages{
  padding-bottom: 44px;
}

section.contents{
    /*background-color: whitesmoke;*/
}


.cases section.pulleddown{
  overflow: hidden;
  /*height: 80px;*/
  height: 144px;
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  background-size: cover;
  padding-top: 0px;
  background-position: center top;
  background-image: url(../img/icon.png);
  background-repeat: no-repeat;
}

.cases div.pullup{
    height: 50px;
    background-color: rgba(0, 0, 0, .6);
}

.cases div.banner-text {
    color: #fff;
    opacity: 1;
    text-overflow: ellipsis;
    height: 1.9em;
    z-index: 1000;
    font-size: .6em;
    overflow: hidden;
    line-height: .95em;
}



.calendar section.pulleddown {
  overflow: hidden;
  text-align: center;
}

.calendar section.pulleddown div.selected{
  display: none;
}

.calendar .calendaricon{
  float: right;
  margin-right: 12px;
  text-transform: lowercase;
}

.action-sheet-button:last-of-type {
  color: #ffffff;
}


.soap-loading{
  background-color:#4B946A;
  text-align: center;
  padding: 10px;
  color:#ffffff;
  border: 1px #eee solid;
  border-radius: 5px;
  width: 100%;
}


/*IPAD*/

@media only screen and (device-width: 768px) {
  /* For general iPad layouts */
  .name {
    font-size: 120%;
  }

  /*SONS LIST*/
  .subtitle-part {
    font-size: 140%;
    line-height: 140%;
  }
  .subtitle{
    max-height: 1.2em;
  }

  .wizardform .subtitle{
    height: 31px;
    max-height: 31px;
  }

  /*WIZARDFORM*/
  .wizardform .fieldlabel {
    font-size: 140%;
  }

  .wizardform section.camposform .list-item__center {
    font-size: 140%;
  }

  .wizardform section.actions .avatar-container {
    width: 60px;
    height: 60px;
}
  .wizardform section.actions .avatar-container .avatar {
    height: 60px;
    width: 60px;
  }

  .wizardform section.actions .segment__button {
    padding-left: 10px;
    padding-right: 10px;
    height: 100px;
}

  /*CASES */
  .carousel {
    height: 100px;
  }
}

/*FILTER HOME*/

.filterhome .col{
  text-align: center;
  padding: 20px;
}

.filterhome .row{
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.filterhome .avatar-container{
  margin-left: auto;
  margin-right: auto;
}

.filterhome .action{
  line-height: 20px;
  font-size: 14px;
}