/* Empty. Add your own CSS if you like */

@font-face {
  font-family: "HelveticaNeue";
  src: url('../fonts/helvetica-neue.ttf'); /*URL to font*/
}

@font-face {
  font-family: "HelveticaNeue";
  src: url('../fonts/helvetica-neue-bold.ttf'); /*URL to font*/
  font-weight: bold;
}

.active .modal-backdrop-bg {
  opacity: 0;
}

html * {
  touch-action: manipulation;
  font-family: "HelveticaNeue";
}
/*
ion-content p span div button {
    font-family: "HelveticaNeue";
}
*/
/*
ion-content p span div button {
  font-family: "HelveticaNeue";
}


ion-header-bar * {
  font-family: "HelveticaNeue";
}

.title {
  font-family: "HelveticaNeue";
}

.popup {
  font-family: "HelveticaNeue";
}

.ng-binding {
  font-family: "HelveticaNeue";
}

.chatTextArea {
  font-family: "HelveticaNeue";
}
*/

.tab-nav.tabs {
    /*background: url('../img/bgskin.jpg') repeat;*/
    background-color: #eeeeee;
    color: #fff;
    padding: 0;
    margin: 0;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.scroll-content {
    border: none;
    background: #FFF;
    color: #000;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}


.skin-background-no-user {
    /*background: url('../img/bgskin.jpg') repeat;*/
    background-color: #FFFFFF;
    color: #000;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.skin-background {
    border: none;
    background-color: #FFFFFF;
    color: #000;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.skin-background h1, .skin-background h2, .skin-background h3 {
    color: #FFF;
}

span.tab-title {
    margin-top: 4px;
    display: inline-block;
    color: #000;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}



select.stdform {
  /* background: transparent; */
  border-bottom: 1px solid #848283;
  color: #000;
  height: 52px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
}

input.stdform {
  /* background: transparent; */
  border-bottom: 1px solid #848283;
  color: #000;
  height: 52px;
  padding-left: 25px;
  padding-right: 25px;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%
}

textarea.stdform {
  /* background: transparent; */
  border-bottom: 1px solid #848283;
  color: #000;
  height: 52px;
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 18px;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  transition: height 0.05s;
}


input.stdform.mand::-webkit-input-placeholder {
  color:    red;
  opacity:  0.5;
}

input.stdform.mand:-moz-placeholder {
  color:    red;
  opacity:  0.5;
}

input.stdform.mand::-moz-placeholder {
  color:    red;
  opacity:  0.5;
}

input.stdform.mand:-ms-input-placeholder {
  color:    red;
  opacity:  0.5;
}

input.stdform {
    border: 1px;
    outline: 0;
    background: transparent;
    border-bottom: 1px solid #848283;
    color: #000;
}

input.loginform {
  border: 1px;
  outline: 0;
  background: transparent;
  border-bottom: 1px solid #848283;
  color: #000;
}


.button-login {
  display: inline-block;
  padding-top: 16px;
  padding-bottom: 10px;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 25px;
  color: #000;
  border: 1px solid #999;
  text-align: center;
  outline: none;
  background: transparent;
  text-decoration: none;
  transition: border-color 0.2s ease-out, color 0.2s ease-out;
}

.button-login:hover,
.button-login:active {
  color: #000;
  background: #FFF;
  transition: border-color 0.2s ease-in, color 0.2s ease-in;
}

.button-std {
  display: inline-block;
  padding-top: 16px;
  padding-bottom: 10px;
  padding-left: 70px;
  padding-right: 70px;
  border-radius: 25px;
  color: #000;
  border: 1px solid #000;
  text-align: center;
  outline: none;
  background: transparent;
  text-decoration: none;
  transition: border-color 0.2s ease-out, color 0.2s ease-out;
}

.button-std:hover,
.button-std:active {
  color: #FFF;
  background: #000;
  transition: border-color 0.2s ease-in, color 0.2s ease-in;
}

.white-background {
    border: none;
    background: #FFFFFF;
    color: #848283;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.myMsg {
    float: right;
    border: 1px solid #CCC;
    background: #EEE;
    border-radius: 5px;
    padding-top: 4px;
    margin: 3px;
    min-width: 10%;
    max-width: 100%;
    display: block;
    color: #000;
    font-size: 12pt;
    word-wrap: break-word;
}

.otherMsg {
    border: 1px solid #CCC;
    border-radius: 5px;
    padding-top: 4px;
    margin: 2px;
    min-width: 10%;
    max-width: 100%;
    display: inline-block;
    color: #000;
    font-size: 12pt;
    word-wrap: break-word;
}

.dialogInner {
  text-indent: 0;
  margin-left: 5px;
  margin-top: 0;
  margin-right: 5px;
  display: inline;
  line-height: 22px;
  height: 18px;
}

.dialogStatus {
    font-size: 7pt;
    color: #000;
    display: inline-block;
    float: right;
}

.dialogTime {
    margin-right: 4px;
    display: inline;
}

.dialogImg {
    margin-right: 4px;
    height: 10px;
    vertical-align: middle;
}

.bubble{
  background-color: #E2E2E2;
  border-radius: 5px;
  /*box-shadow: 0 0 6px #B2B2B2;*/
  display: inline-block;
  padding: 8px 7px 6px 5px;
  position: relative;
  vertical-align: baseline;
  font-size: 12pt;
  color: #000;
  max-width: 100%;
  text-align: left;
  line-height: 20px;
}

.bubble::before {
  background-color: #E2E2E2;
  content: "\00a0";
  height: 12px;
  position: absolute;
  top: 0;
  width:  10px;
}

.you {
  margin: 2px 2px 2px 12px;
}

.you::before {
  /*box-shadow: -1px -0.5px 0 0 rgba( 178, 178, 178, .4 );*/
  left: -2.6px;
  top: -0.51px;
  transform: rotate( 0deg ) skew( 35deg );
}

.me {
  margin: 2px 12px 2px 2px;
  background-color: #bddafc;
}

.me::before {
  /*box-shadow: 1px -2px 2px 0 rgba( 178, 178, 178, .4 );*/
  right: -2px;
  top: 0;
  background-color: #bddafc;
  transform: rotate( 0deg ) skew( -35deg );
}

.dialogHolder_you {
  width: 100%;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 10px;
}

.dialogHolder_me {
  width: 100%;
  text-align: right;
  margin-top: 10px;
  margin-bottom: 10px;
}

.dateMsg {

/*    border-top: 1px solid #848283;*/
    /*border-bottom: 1px solid #848283;*/
  /*
    border-top: none;
    border-left: none;
    border-right: none;
    */
    padding: 6px;
    margin: auto;
    display: block;
    color: #000;
    font-size: 12pt;
    /*background: #DEE;*/
    width: 100%;
    text-align: center;
}

.trad {
    width: 95%;
    display: block;
    margin: 0 auto;
    margin-top: 2.5em;
}

.traround {
  border-radius: 25px;
  background-color: rgba(255,255,255, 0.7);
}

.supsel {
  padding: 3px;
/*
  -webkit-border-radius:4px;
  -moz-border-radius:4px;
*/
  /*border-radius:4px;*/
  /*
  -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
  -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
  box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
  */
  /*background: #efefef;*/
  background: transparent;
  /*color:#888;*/
  border-bottom: 1px solid #848283;
  border-top: none;
  border-left: none;
  border-right: none;

  outline: none;
/*
  -webkit-appearance:none;
  -moz-appearance:none;
*/
  /*cursor:pointer;*/
/*
  display: inline-block;
  margin-left: auto;
*/
}

.supselab {
  position:relative;
}
/*
.supselab::after {
  content:'<>';
  font:11px "Consolas", monospace;
  color:#aaa;
  -webkit-transform:rotate(90deg);
  -moz-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
  right:8px; top:2px;
  padding:0 0 2px;
  border-bottom:1px solid #ddd;
  position:absolute;
  pointer-events:none;
}
*/
.alert-box {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  font-weight: bold;
  position: fixed;
  z-index: 999;
  top: 50px;
  width: 100%;
  text-align: center;
}

.failure {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
  font-weight: bold;
  position: fixed;
  z-index: 999;
  top: 50px;
  width: 100%;
  text-align: center;
}

.warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
  font-weight: bold;
  position: fixed;
  z-index: 999;
  top: 50px;
  width: 100%;
  text-align: center;
}

.processing {
  color: #000;
  background-color: #eeeeee;
  border-color: #999999;
  font-weight: bold;
  position: fixed;
  z-index: 999;
  top: 0px;
  width: 100%;
  height: 100%;
  font-size: 3em;
  text-align: center;
  opacity: 0.9;
  display: table;
}


.fade {
  transition: 2s linear all;
  opacity: 0;
}

.item-minvatar .item-content {
  min-height: 36px;
  padding: 2px !important;
  overflow: scroll;
}

.item-label {
  background: #eeeeee;
  min-height: 48px;
  padding-left: 10px !important;
  vertical-align: text-bottom;
}

.item {
  border-left: 0 none !important;
  border-right: 0 none !important;
  border-top: 0 none !important;
  margin: 0;
  border-bottom: 1px solid #ddd;
}

.item.selected {
  color: #fff;
  background-color: #387ef5;
}


.item-content-nopad {
  position: relative;
  z-index: 2;
  /*padding: 16px 49px 16px 16px;*/
  padding: 0;
  border: none;
  background-color: #fff;
}

.item-text-bottom {
  position: absolute;
  bottom: 5px;
}
.btn-selected {
  color: #FFF;
  background-color: #0177ff;
  border-color: #2197ff;
  border: 1px solid #0c60ee;
}

.btn-unselected {
  color: #0177ff;
  background-color: #ffffff;
  border-color: #2197ff;
  border: 1px solid #0c60ee;
}

.btn {
  border: 1px solid #0177ff;
}

.button {
  min-height: 16px;
}

.fixed-bar {
  position: fixed;
  z-index: 100;
  width: 100%;
/*  top: 42px;*/
  height: 50px;
  /*background: #cccccc;*/
  background: #ddd;
  padding: 5px;
}

.sendButton {
  display: inline;
  height: 40px;
  width: 60px;
  background: transparent;
  border-radius: 5px;
  /*border: 1px solid #0177ff;*/
  border: none;
  color: #0177ff;
  padding: 0;
  vertical-align: bottom;
  float: right;
}

.chatTextArea {
  width: calc(100% - 60px);
  height: 32px;
  display: inline;
  margin-top: 2px;
  margin-left: 5px;
  /*border: 1px solid #AAA;*/
  border: none;
  border-radius: 8px;
  padding: 10px 0 0 4px;
}

.searchField {
  width: calc(100% - 20px);
  display: inline;
  margin-top: 5px;
  margin-left: 10px;
  border: 1px solid #AAA;
  border-radius: 8px;
  height: 30px !important;
  padding: 5px 10px 0 10px !important;
}


.btnAct {
  border-radius: 8px;
  color: #fff;
  padding: 10px;
  width: 60%;
}

.btnAct.btnActStd {
  background: #dddddd;
  color: #000;
  padding: 12px 40px 8px 40px;
  border: none;
  width: 60%;
}

.btnAct.btnActInv {
  border-radius: 8px;
  background: #000;
  color: #dddddd;
  padding: 12px 40px 8px 40px;
  width: 60%;
}


.btnAct.btnActGreen {
  background: #009900;
  border: 1px solid #00FF00;
}

.btnAct.btnActRed {
  background: #b30000;
  border: 1px solid #FF0000;
}

.btnAct.btnActBlack {
  background: #000000;
  border: 1px solid #AAAAAA;
}

.btnAct.btnActOrange {
  background: #b37100;
  border: 1px solid #ffa500;
}


.btnAct.btnActProcInv {
  background: #ffa500;
  border: 1px solid #b37100;
  color: #fff;
}

/*
 * http://docs.angularjs.org/api/ng/directive/ngShow#usage_animations
 */
.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;
}

/* Make the badge float in the top right corner of the button */
.btn__badge {
  background-color: #fa3e3e;
  border-radius: 2px;
  color: white;
  padding: 2px 4px;
  font-size: 12pt;
  position: absolute;
  top: 5px;
  right: 0px;
}

.popup-vertical-buttons button
{
  min-width: 100%;
  margin-bottom: 5px;
}

.popup-vertical-buttons .popup-buttons
{
  display: block;
}

.rotate0 {-webkit-transform: rotate(0deg); transform: rotate(0deg); }
.rotate90 {-webkit-transform: rotate(90deg); transform: rotate(90deg); }
.rotate180 {-webkit-transform: rotate(180deg); transform: rotate(180deg); }
.rotate270 {-webkit-transform: rotate(270deg); transform: rotate(270deg); }

.pdf-controls { width: 100%; display: block; background: #eee; padding: 1em;}
.fixed { position: fixed; top: 0; left: calc(50% - 480px); z-index: 100; width: 100%; padding: 1em; background: rgba(238, 238, 238,.9); width: 960px; }

.inset {
  display: table;
  width:60px;
  height:60px;
  border-radius:50px;
  font-size:30px;
  color:#fff;
  text-align:center;
  text-decoration:none;
  box-shadow:3px 3px 8px #ddd;
  background:#387ef5;
  position: absolute;
  right: 15px;
  bottom: 75px;
  z-index: 1024;
  margin: 0;
  padding: 0;
  transition: background 0.01s ease-in-out, bottom 0.05s, right 0.01s, width 0.05s, height 0.05s, opacity 0.02s;
  font-weight: 100;
}

.insetRed {
  background:#FF0000;
}

.inset_badge {
  display:block;
  /*width:25px;*/
  height:25px;
  line-height:24px;
  border-radius:50px;
  font-size:14px;
  font-weight: bold;
  color:#fff;
  padding-left: 9px;
  padding-right: 9px;
  /*text-shadow:0 1px 0 #666;*/
  text-align:center;
  text-decoration:none;
  /*box-shadow:3px 3px 8px #777;*/
  background: red;
  opacity: 1;
  position: absolute;
  right: 17px;
  bottom: 113px;
  z-index: 2048;
}

.insetUp {
  display:table;
  width:60px;
  height:60px;
  border-radius:50px;
  font-size:30px;
  color:#fff;
  text-align:center;
  text-decoration:none;
  box-shadow:3px 3px 8px #ddd;
  background:#387ef5;
  position: absolute;
  right: 15px;
  bottom: 150px;
  z-index: 1024;
  margin: 0;
  padding: 0;
}

.insetLeft {
  display:table;
  width:60px;
  height:60px;
  border-radius:50px;
  font-size:30px;
  color:#fff;
  text-align:center;
  text-decoration:none;
  box-shadow:3px 3px 8px #ddd;
  background:#387ef5;
  position: absolute;
  right: 95px;
  bottom: 75px;
  z-index: 1024;
  margin: 0;
  padding: 0;
}

.insetUpLeft {
  display:table;
  width:60px;
  height:60px;
  border-radius:50px;
  font-size:30px;
  color:#fff;
  text-align:center;
  text-decoration:none;
  box-shadow:3px 3px 8px #ddd;
  background:#387ef5;
  position: absolute;
  right: 95px;
  bottom: 150px;
  z-index: 1024;
  margin: 0;
  padding: 0;
}


.insetUp_badge {
  display:block;
  /*width:25px;*/
  height:25px;
  line-height:24px;
  border-radius:50px;
  font-size:14px;
  font-weight: bold;
  color:#fff;
  padding-left: 9px;
  padding-right: 9px;
  text-align:center;
  text-decoration:none;
  background: red;
  opacity: 1;
  position: absolute;
  right: 17px;
  bottom: 191px;
  z-index: 2048;
}

.sidemenu-button {
  width: 14px; /* = -5px (margin-left) + 24px (icon-menu) - 17px (offset while open) + 12px (margin-right) */
  height: 32px;
}
.sidemenu-button:before {
  position: absolute;
  top: 0;
  left: -17px;
  transition: left 400ms;
}

.menu-open .sidemenu-button:before {
  left: -22px;
}

.item-menu-icon {
  background-color: #387ef5;
}

/* Allow pointer events on the header bar when the sidemenu is open */
.modal-open.menu-open ion-nav-view ion-nav-bar {
  pointer-events: auto;

}

/* Move the backdrop & sidemenu below the header bar */
.modal-backdrop.sidemenu-modal {
  top: 44px;
}


.slide-in-right {
  -webkit-transform: translate3d(1000%, 0, 0);
  transform: translate3d(100%, 0, 0); }

.slide-in-right.ng-enter,
.slide-in-right > .ng-enter {
  -webkit-transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms;
  transition: all cubic-bezier(0.1, 0.7, 0.1, 1) 400ms; }

.slide-in-right.ng-enter-active,
.slide-in-right > .ng-enter-active {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slide-in-right.ng-leave,
.slide-in-right > .ng-leave {
  -webkit-transition: all ease-in-out 250ms;
  transition: all ease-in-out 250ms; }


.modal-backdrop {
  background-color: rgba(0, 0, 0, 0.5);
}

.item.item-menu {
  min-height: 60px;
  font-size: 50pt;
}

.bar.bar-stable {
  background-color: #93b8f5;
}

.bar.bar-stable .title {
  color: white;
/*  font-weight: bold;*/
}

.bar-footer {
  background-color: #dddddd;
}

.bar {
  background-image: none;
}

i:before {
  font-size: 35pt;
  vertical-align: middle;
}

.platform-ios .ultraBadge {
  background: #ef473a;
  border-radius: 22px;
  color: white;
  position: relative;
  z-index: 3000;
  top: 20px;
  left: 35px;
  width: 22px;
}

.platform-android .ultraBadge {
  background: #ef473a;
  border-radius: 22px;
  color: white;
  position: relative;
  z-index: 3000;
  top: 20px;
  left: 35px;
  width: 22px;
}

.platform-browser .ultraBadge {
  background: #ef473a;
  border-radius: 22px;
  color: white;
  position: relative;
  z-index: 3000;
  top: 20px;
  left: 35px;
  width: 22px;
}

/*
.tab-item:after {
  background-color: #fa3e3e;
  color: white;
  display: block;
  left: 75px;
  bottom: 40px;
  position: relative;
  width: 15px;
  height: 15px;
  content: " ";
  border-radius:20px;
  box-shadow: 0 0 4px 0 #fa3e3e;
}
*/

i.icon:before {
  font-size: 24pt;
  vertical-align: middle;
}

i.iconDoc:before {
  font-size: 24pt;
  vertical-align: middle;
  margin-right: 5px;
}

i.iconDoc {
  font-size: 24pt;
}


.tab-nav.tabs {
  padding: 7px;
}

.trans-img {
  opacity: 0;
}

.fade-img {
  opacity: 1.0;
  transition: opacity 1s ease-in-out
}

.item-icon-right .icon {
  right: -1px;
}

.item-content {
  height: 72px;
}

.button.button-legalpin {
  border-color: transparent;
  background-color: #387ef5;
  color: #fff;
}

i.iconItem:before {
  font-size: 24pt;
  vertical-align: middle;

}

i.iconItem {
  font-size: 24pt;
  width: 28px;
  text-align: center;
  padding-left: 1px;
}

i.menuIconItem:before {
  font-size: 24pt;
  width: 30px;
  height: 25px;
  vertical-align: middle;
  color: #666;
}

i.menuIconItem {
  font-size: 24pt;
  width: 28px;
  text-align: center;
  padding-right: 2px;
  margin-right: 15px;
}

i.menuIconItemImp:before {
  font-size: 24pt;
  width: 30px;
  height: 25px;
  vertical-align: middle;
  color: red;
}

i.menuIconItemImp {
  font-size: 24pt;
  width: 28px;
  text-align: center;
  padding-right: 2px;
  margin-right: 15px;
}


.menuIconItemDesc {
  color: #666;
  font-size: 17pt;
  display: inline-block;
  top: 0;
  position: relative;
}

.menuIconContent {
  background-color: #387ef5;
  padding-top: 15px;
}

.minimenu {
  width: 68px
}

.semiPadding {
  padding: 0 10px 10px 10px;
}

.viewPort {
  width: 1600px;
  height: 900px;
  border: 1px solid black;
}

.viewPort {
  -webkit-transform: scale(0.25);
  -webkit-transform-origin: 0 0;
}


.item-content.item-selected {
  background: #387ef5 !important;
  color: white;
}

i.iconSec {
  font-size: 10pt;
  position: absolute;
  right: 30px;
  top: 28px;
}

.item-selected {
  color: white;
}

.item-marked {
  background: #387ef5;
  color: white;
  margin-top: -16px;
  padding-top: 16px;
  margin-left: -16px;
  margin-right: -16px;
  padding-left: 88px;
}


i.iconSec:before {
  font-size: 24pt;
}

.item-content.item-selected {
  color: white;
}


@media all and (min-width: 501px) {
  .photoBackgroundProfile {
    width: 100%;
    height: 140px;
    opacity: 0.6;
    background: linear-gradient(#3591f2, #274ac0);
  }
}
@media all and (max-width: 500px) {
  .photoBackgroundProfile {
    width: 100%;
    height: 140px;
    background: url('../img/legalpin1024.png');
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;
    opacity: 0.6;
  }
}

.photoBackgroundProfileDevel {
  width: 100%;
  height: 140px;
  opacity: 0.6;
  background: linear-gradient(#f23591, #c0274a);
}

.photoBackgroundProfileDevel::before {
  position: relative;
  color: #FFF;
  content: "Developer edition";
  margin-bottom: 10px;
  display: block;
  text-align: right;
  right: 5px;
  top: 5px;
}

.photoAvatarProfile {
  position: absolute;
  border:4px solid white;
  border-radius: 20%;
  display: block;
  width: 110px;
  top: 85px;
  left: 10px;
}

.positionProfile {
  position: relative;
  display: block;
  top: 5px;
  margin-left: 125px;
  font-size: 9pt;
  overflow: hidden;
}

.legalpinProfile {
  position: absolute;
  display: block;
  top: 195px;
  left: 10px;
  width: 110px;
  font-size: 10pt;
  text-align: center;
}

.locationProfile {
  position: absolute;
  display: block;
  top: 220px;
  left: 23px;
  font-size: 10pt;
}

.descProfile {
  position: absolute;
  display: block;
  /*top: 250px;*/
  left: 25px;
  margin-right: 20px;
  font-size: 12pt;

}

.iconLocationProfile:before {
  font-size: 11pt;
  vertical-align: text-bottom;
}

.legalLogoProfile {
  width: 18px;
}

.mailProfile {
  position: absolute;
  display: block;
  top: 190px;
  left: 20px;
  font-size: 12pt;
}

.iconMailProfile:before {
  font-size: 13pt;
  vertical-align: text-bottom;
  /*height: 12px;*/
}

.iconTest:before {
  font-size: 164px;
  font-weight: normal;
}

.birthdayProfile {
  position: absolute;
  top: 240px;
  left: 22px;
}

.genderProfile {
  position: absolute;
  top: 270px;
  left: 22px;
}

.phoneProfile {
  position: absolute;
  top: 300px;
  left: 22px;
}

.addressProfile {
  position: absolute;
  top: 330px;
  left: 22px;
}

.otherProfile {
  position: absolute;
  top: 220px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 12pt;
}

.docBadge {
  background-color: #fa3e3e;
  border-radius: 20px;
  color: white;
  padding: 3px 6px 0 4px;
  font-size: 9pt;
  position: absolute;
  top: 5px;
  left: 32px;
}

div.docDate {
  font-size: 10pt;
  position: absolute;
  right: 30px;
  top: 0;
  text-align: right;
}

div.docSize {
  font-size: 10pt;
  position: absolute;
  left: 15px;
  bottom: -1px;
  text-align: left;
}


div.docUnread {
  border-radius: 50%;
  width: 11px;
  height: 11px;
  background: #387ef5;
  position: absolute;
  left: 3px;
  top: 30px;
  text-align: right;
}

.radio-content {
  height: 45px;
}

.btnProfileCV {
  margin-bottom: 10px;
  display: inline-block;
  padding-top: 16px;
  padding-bottom: 10px;
  padding-left: 70px;
  padding-right: 70px;
  border-radius: 25px;
  color: #000;
  border: 1px solid #999;
  text-align: center;
  outline: none;
  background: transparent;
  text-decoration: none;
}

.item-avatar .item-content .item-image, .item-avatar .item-content>img:first-child, .item-avatar .item-image, .item-avatar-left .item-content .item-image, .item-avatar-left .item-content>img:first-child, .item-avatar-left .item-image, .item-avatar-left>img:first-child, .item-avatar>img:first-child {
  top: 7px;
  left: 9px;
  max-width: 55px;
  max-height: 55px;
}

.btnApple {
  color: #2f5ebb;
  background: transparent;
  border: 1px solid #0c60ee;
  border-radius: 4px;
  font-size: 12pt;
  padding: 10px 10px 5px 10px;
}

.editProfileIcon {
  position: relative;
  top: -1px;
  left: 6px;
}

.editProfileIcon::before {
  font-size: 14pt;
}

.nameProfile {
  /*position: absolute;*/
  display: inline-block;
  /*top: 215px;*/
  left: 20px;
  font-size: 13pt;
  font-weight: bold;
  width: auto;
  margin-right: 5px;
}

.editProfile {
  position: absolute;
  top: 175px;
  left: 13px;
  width: 104px;
  text-align: center;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1000;
  opacity: 0.6;
  font-size: 10pt;
  font-weight: normal;
}

/*
.btnCVProfile {
  position: absolute;
  top: 2px;
  right: 5px;
  padding: 4px 4px 1px 4px;
  color: white;
  border-color: white;
}
*/
.buttonProfilePanel {
  position: absolute;
  top: 180px;
  left: 135px;
}

.btnCVProfile {
  padding: 4px 20px 0 20px;
  border-color: #aaa;
  color: #666;
  line-height: 22px;
  width: 200px;
  font-weight: bold;
}

.btnEditProfile {
  padding: 4px 20px 0 20px;
  border-color: #aaa;
  color: #666;
  line-height: 22px;
  width: 180px;
  font-weight: bold;
}


.btnOpenChat {
  padding: 4px 20px 0 20px;
  border-color: #aaa;
  color: #666;
  line-height: 19px;
  width: 150px;
}

.logoTitle {
  position: absolute;
  top: 11px;
  right: 0;
  z-index: 1000;
  width: 40px;
}

.popup {
  border-radius: 20px !important;
  min-width: 280px;
  width: 70% !important;
  padding: 20px;
  /*margin-top: -150px !important;*/

}

.popup-buttons .button {
  border-radius: 6px;
  padding-top: 4px;
  box-shadow: 3px 3px 3px #eee;
}

.lockProfile {
  position: absolute;
  top: 195px;
  left: 10px;
  width: 110px;
  text-align: center;
}

.nameContacts {
  position: absolute;
  display: block;
  top: 148px;
  left: 125px;
  font-size: 13pt;
  right: 15px;
  font-weight: bold;
  overflow: hidden;
  height: 60px;
  z-index: 1000;
}

.contactsContent {
  top: 200px;
  border: none;
}

.fadeContent {
  transition: opacity .25s ease-in-out;
  opacity: 0;
}

.contactsHeader {
  padding: 0;
  border: none;
}

.lockContacts {
  position: absolute;
  top: 175px;
  left: 125px;
  width: 110px;
  text-align: left;
}

.personalInfoDocuments {
  margin-bottom: 59px;
}

.popup-container.active .popup {
  opacity: 0.9;
}

/*
.searchFieldContacts {
  position: absolute;
  width: calc(100% - 20px);
  display: inline-block;
  top: 10px;
  left: 10px;
  border: 1px solid #ddd !important;
  border-radius: 8px;
  height: 30px !important;
  padding: 5px 10px 0 10px !important;
  box-sizing: border-box;
}
*/

.photoLoginBackground {
  width: 100%;
  height: 100px;
  background-size:     cover;
  background-repeat:   no-repeat;
  background-position: center center;
  background: #93b8f5;
  top: 10px;
/*  background: linear-gradient(#b8cef5, #fff);*/
/*  background: #4284f5;*/
/*  background: #EEEEEE;*/
}

.photoLoginBackgroundDevel {
  width: 100%;
  height: 100px;
  background-size:     cover;
  background-repeat:   no-repeat;
  background-position: center center;
  background: #f593b8;
  top: 10px;
  /*  background: linear-gradient(#b8cef5, #fff);*/
  /*  background: #4284f5;*/
  /*  background: #EEEEEE;*/
}

.photoLoginBackgroundDevel::before {
  position: relative;
  color: #FFF;
  content: "Developer edition";
  margin-bottom: 10px;
  display: block;
  text-align: right;
  right: 5px;
  top: 5px;
}


.photoLogin {
  position: absolute;
  width: 100%;
  top: 50px;
  text-align: center;
  vertical-align: middle;
}

.certBanner {
  width: 100%;
  text-align: center;
  font-size: 16pt;
  margin-top: 30px;
  margin-bottom: 20px;
}

.certMainButton {
  display: block;
  margin: 30px auto 0 auto;
  width: 80%;
}

.btnAct.btnExtra {
  background: #93b8f5;
  font-weight: bold;
  color: white;
  line-height: 30px;
  display: block;
  margin: 0 auto 0 auto;
  border: none;
}

.btnAct.btnExtraProfile {
  background: #93b8f5;
  font-weight: bold;
  color: white;
  line-height:10px;
  display: block;
  margin-top: 0;
  margin-left: 8px;
  margin-bottom: 0;
  border: none;
  width: calc(100% - 8px);
  height: 35px;
}



.insetMenu {
  display:table;
  width:60px;
  height:60px;
  border-radius:50px;
  font-size:30px;
  color:#fff;
  text-align:center;
  text-decoration:none;
  box-shadow:3px 3px 8px #ddd;
  background:#387ef5;
  position: absolute;
  left: 20px;
  bottom: 119px;
  z-index: 1024;
  margin: 0;
  padding: 0;
  font-weight: bold;
}

.divItemLegalpin {
  margin-left: 10px;
  margin-right: 4px;
  width: 55px;
  text-align: center;
  display: inline-block;
}
.iconItemLegalpin {
  /*width: 55px;*/
  /*float: left;*/
  color: #387ef5;
}

.iconItemLegalpinDocuments {
  display: inline-block;
  color: black;
  margin-top: -2px;
  margin-left: 10px;
}

.iconItemLegalpinDocuments::before {
  font-size: 32pt;
}

.iconProfileEdit::before {
  font-size: 20pt;
}


.iconItemDateModifier {
  float: left;
  position: relative;
  display: inline-block;
  color: black;
  top: -31px;
  left: 105px;
}

.iconItemDateModifier::before {
  font-size: 26pt;
}


.datePanelDocuments {
  /*position: relative;*/
  display: inline-block;
  top: 40px;
  left: 10px;
  width: 135px;
}

.inputDate {
  border: 1px solid #AAA;
  border-radius: 8px;
  height: 30px !important;
  padding: 5px 10px 0 10px !important;
  width: 100px;

}

.auxSearchPanel {
  position: absolute;
  top: 45px;
  left: 0;
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 5px;
  margin-right: 5px;
}

.closeTip {
  position: relative;
  display: block;
  margin: 0;
  float: right;
}

/**
 * Checkbox Four
 */
.checkboxFour {
  width: 20px !important;
  height: 20px;
  background: #ddd;
  border-radius: 100%;
  display: inline-block;
  vertical-align: text-bottom;
/*  box-shadow: 0px 1px 3px rgba(0,0,0,0.5);*/
}

.alignToolTip {
  font-size: 9pt
}

.iconFormLock {
  display: block;
  color: #aaa;
  text-align: right;
  width: 100%;
  float: right;
  margin-top: -40px;
  right: 30px;
  position: absolute;

}

.iconFormLock:before {
  font-size: 16pt;
}

.nameLock {
  display: inline-block;
  position: relative;
}

.groupProfile {
  position: relative;
  display: block;
  top: 5px;
  margin-left: 118px;
  font-size: 9pt;
  overflow: hidden;
}

.videoWrapper {
  position:relative;
  width:100%;
  padding-bottom:40%;
  height:0;
  overflow:hidden;
  display: block;
}

.videoStyle {
  position: absolute;
  left: 25%;
  height: 100%;
}


.frameStyle {
  /*position: absolute;*/
  height: auto;
  width: 100%;
}


.superForm  {
  padding-left: 5px !important;
  padding-right: 5px !important;
  /*transition: box-shadow 0.3s, border 0.3s;*/
  border: solid 1px #969696 !important;
  border-radius: 5px;
}
.superForm:focus,
.superForm.focus {
  border: solid 1px #707070;
  box-shadow: 0 0 5px 1px #969696;
}

.invoiceContent {
  top: 140px;
  border: none;
  padding: 0;
}

.invisibleTrans {
  opacity: 0;
  transition: opacity 0.25s;
}

.searchFieldSelector {
  display: inline-block !important;
  width: 100%;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
  border: 1px solid #AAA;
  border-radius: 8px;
  height: 30px !important;
  padding: 5px 10px 0 10px !important;
}

.searchFieldSelectorDocuments {
  /*position: absolute;*/
  display: inline-block;
  float: left;
  width: calc(100% - 58px);
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 0 !important;

  border: 1px solid #AAA;
  border-radius: 8px;
  height: 30px !important;
  padding: 5px 10px 0 10px !important;
}

.selectedAvatar {
  width: 40px;
  border-radius: 100%;
}

.userSelected {
  display: inline-block;
  width: 75px !important;
  text-align: center !important;
}

.userSelectionContainer {
  background: #efefef;
  position: fixed;
  left: 0;
  /*margin-top: 45px;*/
  width: 100%;
  height: 100px;
  display: block;
  overflow-x: scroll;
  overflow-y: hidden;
  text-align: left;
  padding: 4px;
}

.userSelectionContainer div {
  position: relative;
  text-align: left;
  display: inline-block;
  width: 100%;
}

.cornerBadge {
  border-radius: 2px;
  color: #008622;
  padding: 2px 4px;
  font-size: 1pt;
  position: absolute;
  top: -3px;
  right: 5px;
}

.cornerBadge::before {
  font-size: 18pt;
}

.chatContentClass {
  transition: opacity .25s;
  padding: 8px;
  font-family: "HelveticaNeue";
}

.searchExpandIcon {
  width: 26px;
  float: right;
  margin-right: 8px;
  height: 39px;
}

.menu-bubble {
  background: transparent !important;
  right: 0;
}

.scroll-content {
  background: transparent !important;
}

.insetSide {
  display: table;
  width:60px;
  height:60px;
  border-radius:100%;
  font-size:30px;
  color:#fff;
  text-align:center;
  text-decoration:none;
  box-shadow:3px 3px 8px #666;
  background:#387ef5;
  position: absolute;
  right: 15px;
  bottom: 120px;
  z-index: 1024;
  margin: 0;
  padding: 0;
}

.insetSideSmall {
  width:40px;
  height:40px;
  border-radius: 100%;
  font-size:30px;
  color:#fff;
  text-align:center;
  text-decoration:none;
  box-shadow:3px 3px 8px #666;
  background:#387ef5;
  position: absolute;
  right: 25px;
  bottom: 130px;
  z-index: 1024;
  margin: 0;
  padding: 0;
  display: table;
}

.insetInside {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.insetPos1 {
  right: 25px;
  bottom: 190px;
}

.insetPos2 {
  right: 25px;
  bottom: 240px;
  font-weight: 100;
}

.insetPos3 {
  right: 25px;
  bottom: 290px;
  font-weight: 100;
}

.insetPos4 {
  right: 25px;
  bottom: 340px;
  font-weight: 100;
}

.insetPos5 {
  right: 25px;
  bottom: 390px;
  font-weight: 100;
}

.insetPos6 {
  right: 25px;
  bottom: 440px;
  font-weight: 100;
}

.insetPos7 {
  right: 25px;
  bottom: 490px;
  font-weight: 100;
}

.insetPos5 {
  right: 25px;
  bottom: 390px;
}

.insetPos6 {
  right: 25px;
  bottom: 440px;
}

.insetPos7 {
  right: 25px;
  bottom: 490px;
}

.insetText {
  display:block;
  font-size:12pt;
  height: 34px;
  color:#000;
  /*text-shadow:0 1px 0 #666;*/
  border-radius: 6px;
  text-align: right;
  text-decoration:none;
  box-shadow:3px 3px 8px #666;
  background:#FFFFFF;
  opacity:0.85;
  position: absolute;
  z-index: 1024;
  margin: 0;
  padding: 8px;
}

.insetTextPos1 {
  right: 75px;
  bottom: 195px;
  text-align: right;
  white-space: nowrap;
}

.insetTextPos2 {
  right: 75px;
  bottom: 245px;
  text-align: right;
  white-space: nowrap;
}

.insetTextPos3 {
  right: 75px;
  bottom: 295px;
  text-align: right;
  white-space: nowrap;
}

.insetTextPos4 {
  right: 75px;
  bottom: 345px;
  text-align: right;
  white-space: nowrap;
}

.insetTextPos5 {
  right: 75px;
  bottom: 395px;
  text-align: right;
  white-space: nowrap;
}

.insetTextPos6 {
  right: 75px;
  bottom: 445px;
  text-align: right;
  white-space: nowrap;
}

.insetTextPos7 {
  right: 75px;
  bottom: 495px;
  text-align: right;
  white-space: nowrap;
}

.insetPosL1 {
  right: 85px;
  bottom: 130px;
}

.insetTextPosL1 {
  right: 135px;
  bottom: 136px;
  text-align: right;
  white-space: nowrap;
}

.invisibleTransExplorer {
  opacity: 0;
  transition: opacity 0.25s;
  margin-top: 44px
}

.menu {
  width: 310px;
}

.recoveryLetter {
  height: 80px !important;
  width: 100%;
  font-size: 30pt !important;
  display: inline-block !important;
  background: #DDDDDD;
  text-align: center;
  letter-spacing: 10px;
}

.ultraContent {
  position: relative !important;
  height: auto !important;
  min-height: 100% !important;

}


li.selected {
  border-left-color: rgb(255, 153, 17);
  border-left-style: solid;
  border-left-width: 3px;
  color: rgb(68, 68, 68);
  display: block;
  font-family: Arial, "Droid Sans", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 21px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 7px;
  text-align: left;
  text-size-adjust: 100%;
}

li.unselected {
  color: rgb(68, 68, 68);
  display: block;
  font-family: Arial, "Droid Sans", sans-serif;
  font-size: 16px;
  line-height: 21px;
  list-style-image: none;
  list-style-position: outside;
  list-style-type: none;
  padding-left: 10px;
  text-align: left;
  cursor: pointer;
}

.divTable {
  display: table;
  width: auto;
}

.divRow {
  display: table-row;
  width: auto;
}

.divCell {
  display: table-cell;
  width: auto;
}

.divColumn {
  display: table-column;
  width: auto;
}

.freeInset {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width:60px;
  height:40px;
  border-radius: 10px;
  font-size:30px;
  color:#000;
  text-decoration:none;
  box-shadow:3px 3px 8px #ccc;
  background:#ddd;
  margin: 5px;
  padding: 0;
  font-weight: 100;
}


.freeInset img {
  height: 70%;
  margin-top: 5px;
  margin-left: 4px;
}

@media all and (min-width: 501px) {
  .profileRightPanel {
    float: right;
    width: calc(100% - 220px);
    padding-right: 5px;
  }

  .profileLeftPanel {
    width: 160px;
    display: table;
  }

  .side-navigation {
    color: rgb(68, 68, 68);
    display: block;
    font-family: Arial, "Droid Sans", sans-serif;
    font-size: 14px;
    line-height: normal;
    vertical-align: top;
  }

  .form-header-init {
    background: #ddd;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    color: #000;
    height: 35px;
    line-height: 38px;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
  }

  .form-header-middle {
    background: #ddd;
    border-bottom: 1px solid #aaa;
    color: #000;
    height: 35px;
    line-height: 38px;
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
    text-align: center;
  }

  .profileLeftPanel {
    float: left;
    width: 200px;
    transition: margin-top 0.1s;
  }

  .buttonProfileEdit {
    visibility: hidden;
  }

  .profileFieldSelected {
    margin-top: 5px;
  }

  .profileFieldUnselected {
    display: none;
  }
}


@media all and (max-width: 500px) {
  .profileRightPanel {
    width: 100%;
  }

  .profileLeftPanel {
    display: none;
  }

  .side-navigation {
    display: none;
  }

  .profileLeftPanel {
    display: none;
  }

  .form-header-init {
    background: #ddd;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
    color: #000;
    height: 35px;
    line-height: 38px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }

  .form-header-middle {
    background: #ddd;
    border-bottom: 1px solid #aaa;
    color: #000;
    height: 35px;
    line-height: 38px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
  }

  .buttonProfileEdit {
    margin-top: 8px;
    text-align: right;
    margin-right: 8px;
  }

  .profileFieldsSelected {
    margin-top: 5px;
  }

  .profileFieldsUnselected {
    margin-top: 5px;
  }

}

.logoLegalIntro {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 100px;
}

.glyphicon {
  width: 19px;
}

.glyphicon::before {
  font-size: 20px;
}

.helpText {
  font-size: 12pt;
  line-height: 30px;
  text-align: justify;
  padding: 25px 25px 25px 10px;
}
