body, html {
  min-height: 100%;
  height: 100%;
  width: 100%;
  color: #333333;
  margin: 0;
  padding: 0;
  background-color: #f0efee;
  font-family: 'PT Sans', sans-serif;
  text-align: center;
}

#loader{
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -50px;
  left: 50%;
  margin-left: -100px;

}



.nomargin{
  margin: 0;
  padding: 0;
}

.center{
  text-align: center;
}

.container{
/*  width: 320px;
  height: 480px;*/
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  border: solid 1px #999;
  overflow: hidden;
  background-image: url("../img/bg.jpg");
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: 100%;

}

.full{
  height: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  vertical-align: middle;
}

.containerContents{
  position: relative;
  text-align: center;
  width: 100%;
  height: 100%;
}

.clock{
 
  color:#fff;
/*  margin-top: 70px;*/
  position: absolute;
  top: 50px;
  z-index: 100;
  margin: 0 auto;
  left: 50%;
  margin-left: -105px;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;

}

#hour{
   font-size: 75px;
   line-height: 85px;
   display: block;
   text-align: center;
   margin: 0 auto;
   margin-left: -1px;
   font-weight: 400;

}

#day{
  display: block;
  font-size: 17px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
  margin: 0 auto;
}



.content-item{
  padding: 5px;
  display: none;
  position: absolute;
  margin-left: -150px;
/*  margin-left: 150px;*/
  background-color: #ffffff;
  
  width: 100%;
  max-width: 300px;
  left: 50%;
  
  font-size: 14px;
  text-align: left;
  padding: 10px 20px;
  box-shadow: 0 1px 1px rgba(0,0,0,.1);
  border-bottom: solid 1px #c5c2c0;
  z-index: 10000;
}


#c_29{
    z-index: 14000;
}

.content-item.box--middle{
  top: 190px;
}


#playButton{
  display: block;
  color: #fff;
  opacity: 0.8;
  padding: 0;


}

#playButtonContainer{
    display: none;
    font-size: 85px;
    top: 50%;
   top: 190px;
    left: 50%;
   /* margin-left: -70px;*/
    font-family: 'Open Sans', sans-serif;
    background: none;
    border: none;
    box-shadow: none;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.6);
}

#playButtonContainer .play-button--label{

    font-size: 18px;
    color: white;
    position: relative;
    display: block;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 10px;
    padding-top: 10px;
    padding: 0;
}


/*MESSAGES ######################### */
/*.content-item .message-text{
  background-color: #fff;
  color: #333;
  padding: 10px 20px;
  
}*/

/*GLOBAL #########  */
.content-item .message-header{
    font-size: 13px;
    color: #787878;
    padding-bottom: 5px;
}

.content-item .message-header .message-icon{
  width: 18px;
  vertical-align: bottom;
}

.content-item .message-header .message-icon img {
    vertical-align: top !important;
}

.content-item .message-header > div{
    display: inline-block;
    vertical-align: top;
}

.content-item .message-header .circle {
  width: 4px;
  height: 4px;
  background: #7c7c7c;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  margin: 0 2px;
  vertical-align: top;
  margin-top: 6px;
}




/*.content-item .message-header .message-header-when{
    color: #b9b9b9;
}*/


.content-item .message-text-p{
  font-size: 15px;
  
}

.content-item .message-header .message-line-two{
  padding-bottom: 2px;
  font-size: 15px;
}


/*MENSAGEM ######################### */

/*.message .message-header-what{
    color: #b9b9b9;
}

.message .message-text-p{
    color: #afafaf;
}
*/


/* EXTRAS */
.content-item  .music-icons{
  width: 60px;
  font-size: 12px;
  float: left;
  padding-left: 10px;
}


.content-item.call{
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  position: absolute;
  text-align: center;
  padding: 100px 0 0 0;
  color: #222;
  font-weight: 400;
  max-width: 100%;
  margin: 0 auto;
  background-color: rgba(100, 100, 100, 0.6);
 /* display: block;*/

  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  background-image: url("../img/bg_ligar.jpg");
}



/*.content-item.call{
  background-color: rgba(100, 100, 100, 0.6);
  z-index: 12000;
}
*/

.content-item.call .message-call-phone-hash{
    font-weight: 700;
    font-size: 35px;
    color: white;
     margin-top: 100px;
      padding-bottom: 20px;
}
  

.content-item.call .message-call-phone{
  padding-bottom: 20px;
 
}

.content-item.call .message-call-phone a{
  font-size: 40px;
  color: #fff;
  text-decoration: none;
}

.content-item.call .message-call-phone a:hover{
  font-size: 40px;
  color: #dedede;
  text-decoration: none;
  
}

.content-item.call .message-call-icon{
  
  
}

.content-item  .music-icons i{
  padding-left: 4px;
}

.content-item  .message-img{
  width: 100%;
  margin-top: 4px;
}


/* RECEIVE CALL ********************/
.content-item.receive-call{
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  background-color: #0b0b4b;
  position: absolute;
  text-align: center;
  padding: 100px 0 0 0;
  color: white;
  font-weight: 400;
  max-width: 100%;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;

}

.receive-call .receive-call-image{
    width: 120px;
    height: 120px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 60px;
    display: block;
    margin: 0 auto;
}

.receive-call .chefanton{
    background-image: url("../img/messages/chefanton.jpg");
}

.receive-call .chefgustave{
    background-image: url("../img/messages/chefgustave.jpg");
}

.receive-call .chefratatouille{
    background-image: url("../img/messages/chefratatouille.jpg");
}


.receive-call .receive-call-caller{
    font-size: 35px;
    line-height: 30px;
    padding: 15px 0;
    
}

.receive-call .receive-call-number{
  font-size: 16px;

}

.receive-call .message-call-phone{
  position: absolute;
  bottom: 60px;
  width: 100%;
/*  border: solid 1px white;*/
  margin: 0 auto;
  padding:0; 
}

.receive-call .message-call-phone div{
  width: 120px;
  display: inline-block;
}

/*MESSAGE WRITING *********************/
.message-writing{
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  background-image: url("../img/messages/bg-content-message-writing.jpg");
  overflow: hidden;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  text-align: center;
  padding: 10px 15px 0 15px;
  color: #222;
  max-width: 100%;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;

/*
  */
  /*display: block;*/
 /* margin-left: 150px;*/
  /*position: relative;*/

}

.message-writing .message-writing--left {
  float:left;
}

.message-writing .message-writing--right {
  float:right;
}

.message-writing .message-writing--text-write {
  background-color: #fff;
  padding: 10px 20px;
  color: #909090;
  position: absolute;
  bottom: 40px;
  border-radius: 20px;
  width: 75%;
  text-align: left;
  min-height: 35px;
}
.message-writing .message-writing--text-write-icons {
  position: absolute;
  bottom: 45px;
  left: 200px;
  display: none;
}

.message-writing .message-writing--text-write-arrow {
  position: absolute;
  bottom: 40px;
  right: 20px;
}

.message-writing .message-writing--text-write-arrow img{
  height: 35px;
}

.message-writing .message-writing--text-write.text-write-step2{
  top: 140px;
  color: #111;
  font-size: 12px;
  bottom: auto;
  display: none;
  padding: 10px 20px 3px 20px;
  width: 65%;

}

.message-writing .message-writing--text-write.text-write-step2 .text-write-step2-text{
  float: left;
}

.message-writing .message-writing--text-write-icons2 {
  /*position: absolute;
  bottom: 45px;
  left: 200px;*/
  display: inline-block;
  float: left;
}



/* LINKEDIN  ***********************/
.content-item.linkedin{
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  background-color: #f5f5f5;
  position: absolute;
  text-align: center;
  padding: 100px 0 0 0;
  color: #222;
  font-weight: 400;
  max-width: 100%;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;

}

.content-item.linkedin .linkedin-image{
    width: 120px;
    background-image: url("../img/messages/linkedin-rudolfo-cover.jpg");
    height: 120px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 60px;
    display: block;
    margin: 0 auto;
}


.content-item.linkedin  .linkedin-caller{
    font-size: 40px;
    line-height: 40px;
    padding: 15px 0;
    
}

.content-item.linkedin .linkedin-message{
  font-size: 19px;

}

.content-item.linkedin .linkedin-logo{
  position: absolute;
  bottom: 80px;
  width: 100%;
/*  border: solid 1px white;*/
  margin: 0 auto;
  padding:0; 
}


/*// CALL SILENCE *********/
.content-item.call-silence{
    
    background: none;
    display: none;
    text-align: center;
    border: none;
    box-shadow: none;
    top: 300px;

}

.cPaddingLeft20{
  padding-left: 20px;
}

.tAlignLeftLeft{
  text-align: left;
}


/*// FOTO MSG FULL */
.content-item.text-message--full{

  top:50px;
   /*padding: 0 0 0 0;*/

  /*width: 100%;
  height: 100%;
  top:0;
  left:0;
  background-color: #f5f5f5;
  position: absolute;
  text-align: center;
  padding: 20px 0 0 0;
  color: #222;
  font-weight: 400;
  max-width: 100%;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;*/

}

/*INPUT CODE ******************/
.input-code{
  display: block;
  z-index: 14000;
  background: none;
  box-shadow: none;
  top: 190px;
  text-align: center;
  margin-left: -145px;
  box-shadow: none;
  border: none;
  background-color: rgba(0, 0, 0, 0.6);

  
}

.input-code--label{
  font-size: 19px;
  color: white;
  position: relative;
  display: block;
  font-weight: 500;
  font-family: 'Open Sans', sans-serif;
}


.input-code input{
  font-size: 38px;
  color: black;
  max-width: 150px;
  margin: 0 auto;
  margin-top: 10px;
  position: relative;
  text-align: center;
  display: block;
  font-weight:700;
}

.input-code #authBtn{
 color: white;
 font-size: 20px;
 text-decoration: none;

 display: block;
 border: solid 1px white;
  padding: 5px 10px;

  width: 145px;

  margin: 0 auto;
  margin-top: 15px;
}



/* ICONS APP BOTTOM  ***********************/
.icons-bottom{
  position: absolute;
  width: 100%;
  /*border: solid 1px #dedede;*/
  bottom: 20px;
  z-index: 9000;
}

.icons-bottom .icons-bottom--icon{
    display: inline-block;
    padding: 5px;
    vertical-align: top;
    position: relative;
}
.icons-bottom .icons-bottom--icon .icons-bottom--icon-i.calls{
  background-image: url("../img/icons-bottom-bg-calls.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 40px;
  height: 40px;
}

.icons-bottom .icons-bottom--icon .icons-bottom--icon-i.badge{
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
}

.icons-bottom .icons-bottom--icon .icons-bottom--icon-i.count-calls{
  background-image: url("../img/icons-bottom-bg-calls.png");
}

.icons-bottom .icons-bottom--icon .icons-bottom--icon-i.count-messages{
  background-image: url("../img/icons-bottom-bg-messages.png");
}

.icons-bottom .icons-bottom--icon .icons-bottom--icon-i.count-facebook{
  background-image: url("../img/icons-bottom-bg-facebook.png");
}

.icons-bottom .icons-bottom--icon .icons-bottom--icon-i.count-twitter{
  background-image: url("../img/icons-bottom-bg-twitter.png");
}

.icons-bottom .icons-bottom--icon .icons-bottom--icon-i .count-bullet{
  background-color: #ff1844;
  color: white;
  
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: block;
  right: 1px;
  position: absolute;
  top: -5px;
  padding-top: 8px; 
  font-size: 12px;
  display: none;
  font-weight: 400;
  font-family: 'Open Sans', sans-serif;
}


/*LAYER ALERT PORTRAIT MODE*/

#layer-alert-portrait{
  width: 100%;
  height: 100%;
  top: -1000px;
  left:0;
/*  background-color: #333;*/
  position: absolute;
  text-align: center;
  padding: 20px;
  color: #333;
  max-width: 100%;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 22px;
  z-index: 25000;
  display: none;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  background-image: url("../img/bg_ligar.jpg");


}


#layer-alert-disconnected{
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  position: absolute;
  text-align: center;
  padding: 20px;
  color: #333;
  max-width: 100%;
  margin: 0 auto;
  font-family: 'Open Sans', sans-serif;
  font-weight: 500;
  font-size: 18px;
  z-index: 25000;
  display: none;
  vertical-align: middle;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;

  background-image: url("../img/bg_ligar.jpg");


}

#layer-alert-disconnected .layer-alert--text{

      margin-top: 190px;
      font-size: 18px;
      font-weight: 500;
      max-width: 400px;
}


@media screen  and (orientation: landscape) {
    #layer-alert-portrait {
        display: block;
    }
}

@media screen  and (orientation: portrait) {
    #layer-alert-portrait {
        display: none;
    }
}


#layer-alert-portrait .layer-alert--text{
    /*transform: rotate(90deg);*/
    display: block;
    width: 450px;
/*    border: solid 1px white;*/
    margin: auto;
    top: 50%;
    margin-top: 20%;


}






/*COLORS ######################### */
.content-item .text--blue-medium{ /*// used on calendar*/
    color:#1367c1;
}

.content-item .text--blue-light{ /*// used on calendar*/
    color:#02affe;
}

.content-item .text--blue-facebook{ /*// used on calendar*/
    color:#1566c1;
}
.content-item .text--blue-twitter{ /*// used on calendar*/
    color:#64b0d2;
}

.content-item .text--green-medium{ /*// used on calendar*/
    color:#4bae51;
}

.content-item .text--red-cnn{ /*// used on calendar*/
    color:#c90000;
}

.content-item .text--red-pinterest{ /*// used on calendar*/
    color:#b81c1f;
}

.content-item .text--yellow-snapchat{ /*// used on calendar*/
    color:#fac12c;
}

.content-item .text--grey-light{ /*// used on ( Message,  )*/
    color: #9a9a9a;
}

.content-item .text--grey-medium{ /*// used on ( Me,  )*/
    color: #787878;
}

.content-item .text--grey-dark{ /*// used on ( calendar,  )*/
    color:#5c5c5c;
}

/* KEYFRAMES */
@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.lds-spinner {
  position: relative;
}
.lds-spinner div {
  left: 97px;
  top: 60px;
  position: absolute;
  -webkit-animation: lds-spinner linear 1s infinite;
  animation: lds-spinner linear 1s infinite;
  background: #dedede;
  width: 6px;
  height: 20px;
  border-radius: 10%;
  -webkit-transform-origin: 3px 40px;
  transform-origin: 3px 40px;
}
.lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -0.933333333333333s;
  animation-delay: -0.933333333333333s;
}
.lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(24deg);
  transform: rotate(24deg);
  -webkit-animation-delay: -0.866666666666667s;
  animation-delay: -0.866666666666667s;
}
.lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(48deg);
  transform: rotate(48deg);
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(72deg);
  transform: rotate(72deg);
  -webkit-animation-delay: -0.733333333333333s;
  animation-delay: -0.733333333333333s;
}
.lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(96deg);
  transform: rotate(96deg);
  -webkit-animation-delay: -0.666666666666667s;
  animation-delay: -0.666666666666667s;
}
.lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(144deg);
  transform: rotate(144deg);
  -webkit-animation-delay: -0.533333333333333s;
  animation-delay: -0.533333333333333s;
}
.lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(168deg);
  transform: rotate(168deg);
  -webkit-animation-delay: -0.466666666666667s;
  animation-delay: -0.466666666666667s;
}
.lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(192deg);
  transform: rotate(192deg);
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(216deg);
  transform: rotate(216deg);
  -webkit-animation-delay: -0.333333333333333s;
  animation-delay: -0.333333333333333s;
}
.lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.266666666666667s;
  animation-delay: -0.266666666666667s;
}
.lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(264deg);
  transform: rotate(264deg);
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.lds-spinner div:nth-child(13) {
  -webkit-transform: rotate(288deg);
  transform: rotate(288deg);
  -webkit-animation-delay: -0.133333333333333s;
  animation-delay: -0.133333333333333s;
}
.lds-spinner div:nth-child(14) {
  -webkit-transform: rotate(312deg);
  transform: rotate(312deg);
  -webkit-animation-delay: -0.066666666666667s;
  animation-delay: -0.066666666666667s;
}
.lds-spinner div:nth-child(15) {
  -webkit-transform: rotate(336deg);
  transform: rotate(336deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.lds-spinner {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}
