div.zoom-25 div, svg{
  /*zoom: .25;*/
  transform: scale(0.25);
}
div.zoom-50  div, svg{
  /*zoom: .5;*/
  transform: scale(0.50);
}
div.zoom-75  div, svg{
  /*zoom: .75;*/
  transform: scale(0.75);
}
div.zoom-100  div, svg{
  /*zoom: 1;*/
  transform: scale(1);
}

.pointer{
  cursor:pointer;
}

.topBarImg{
  line-height: 55px;
}

.bannerImg{
  max-height: 30px;
}

#lienzo{
  position: absolute;
}
.lazy-min {
  width: calc(100% - 250px);
  position: relative;
  display: inline-block;
  height: 100%;
  overflow: scroll;
}
.lazy-full {
  width: calc(100% - 20px);
  position: relative;
  display: inline-block;
  height: 100%;
  overflow: scroll;
}
.spinned {
    -ms-transform: rotate(180deg); /* IE 9 */
    -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
    transform: rotate(180deg);
}
.transparent{
  color: transparent;
}
.text-color {
  color: #808080;
}
.out {
  display: none;
}
.circle{
  border-radius:50%;
  font-size:17px;
  height:34px;
  width:34px;
  background-color:#8C9FBF;
  color:#fafafa;
  text-align:center;
}
.espacio {
  padding: 4px;
}
.dd{
  display: none;
}
.panel-p {
  position: fixed;
  top: 44px;
  /*right: 15px;*/
  right: 20px;
  z-index: 2;
  width: 320px;
  height: calc(100% - 44px);
  background: #f1f1f1;
  transition: 0.4s;
  display: block;
  /*overflow-y: scroll;*/
}
.panel-p-full {
  position: fixed;
  top: 44px;
  /*right: 15px;*/
  right: 20px;
  z-index: 2;
  width: calc(100% - 24px);
  height: calc(100% - 44px);
  background: #f1f1f1;
  transition: 0.4s;
  display: block;
  /*overflow-y: scroll;*/
}
.s-board {
  width: calc(100% - 320px);
}
.s-full-height{
  height: 100%;

}
:checked + .tab-bar__button > .tab-bar__icon {
  color: #8C9FBF;
}
ons-splitter-side .page__background {
  background-color: #8c9fbf;
}
.def-logo {
  width: 360px;
  position: absolute;
  margin-left: -180px;
  margin-top: -170px;
  left: 50%;
  top: 50%;
}
.img {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: absolute;
  border: 1px solid #42444c;
  animation: up 1s;
  animation-iteration-count: infinite;
  transition: 2s;
  border-bottom: none;
  border-right: none;
  animation-timing-function: linear;
  margin-left: -70px;
  margin-top: -70px;
  left: 50%;
  top: 50%;
}
@keyframes up {
  from {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(180deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#img2 {
  width: 90px;
  height: 90px;
  left: 50.35%;
  top: 50.7%;
  animation-delay: .2s;
}
#img3 {
  width: 80px;
  height: 80px;
  left: 50.70%;
  top: 51.4%;
  animation-delay: .4s;
}
#img4 {
  width: 70px;
  height: 70px;
  left: 51.05%;
  top: 52.1%;
  animation-delay: .6s;
}
#img5 {
  width: 60px;
  height: 60px;
  left: 51.40%;
  top: 52.8%;
  animation-delay: .8s;
}



/*================================= Daily Plan =========================================== */


.full-height{
  height: 100%;
  overflow: hidden;
}

.full-height-scroll{
    height: 100%;
}

.full-width{
  width: 100%;
}


.middle-height{
  height: 50%;
}

.middle-width{
  width: 48%;
}

.agenda-panel{
  height: calc(100% - 45px);
}

.objectives{
  padding:10px;
  max-height: 100%;
  overflow: auto;
  padding-bottom: 30px;
}

.agenda{
  border-left: solid 10px #F9F9F9;
  padding:10px;
}

.timeList{
  overflow: auto;
   height: calc(100% - 50px);
}
.timeItem{
  border-bottom: solid 4px #f1f1f1;
  min-height: 40px;
}
.timeItem:hover{
  border:none!important;
  padding-bottom: 4px;
  background: #f0f0f0!important;

}

.activityHour{
  width: 60px;
  padding:8px;
  font-size:14px;
}


.activityAgenda{
  padding:8px;
  border-left: 3px solid #c9c9c9;
  min-height: 40px;
  font-size: 12px;

}

.header-panel{
  height: 45px;
  color:#fff;
  background: #9AA8C1;
  padding:10px;
  font-size: 18px;
}

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

.input-min{
  height: 25px;
  font-size:14px;
}

.avatar{
  width: 25px;
  height: 25px;
  border-radius: 50%;
}

.avatarBig{
  width: 40px;
  height: 40px;
  border-radius: 50%;
}


.list-item{
  margin-bottom:10px;
  height: auto;
  font-size:12px;
}


.login-container{
  width: 100%;
  max-width: 280px;
  margin:auto;
  margin-top:35px;
}

.full-width{
  width: 100%;
}

.height-60{
	height:60%;
}

.height-40{
	height:40%;
}

.mainUser{
  width: 80px;
  height: 80px;
  margin-top: 10px;
}

.addButton{
  width: 25px;
  height: 25px;
  background:#9AA8C1 ;
  color:#fff;
  border:none;
  display:inline-block;
  vertical-align:middle;
}
.agendaContainer{
  z-index:1;
}

.agendaTitle{
  width:calc(100% - 380px);
}

.agendaStatus{
  width: 80px;
  margin-left:10px;
}

.agendaImages{
	width:25px;
	height:25px;
	margin-right:10px;
}
.agendaImagesBig{
  width:40px;
  height:40px;
  margin-right:10px;
}
.agendaField{
  width: 50px;
  margin-left:10px;
}
.activityCard{
  background: #9AA5C1;
  border-radius: 5px;
  color:#fff;
  min-width:280px !important;
  margin-bottom:5px;

}

.taskCard{
min-width:550px;
max-width: 60vw;

}

.newActivity{
	position:fixed;
	border-left:10px solid #fff;
	border-right:10px solid #fff;
	margin:auto;
    opacity: 0.4;
}

.inputAgenda{
	font-size:13px;

}

.activityForm{
	max-width:330px;
}

.statusContainer{
	width:70px;

}

.clockDots{
	padding:0;
}

.clock-min{
  font-size:16px;
}

.left-container:hover{
  border:1px  !important;

}


.timingSelect{
  width: 80px;
}

.background-Done,.background-Stucked,.background-Archived{
background:#fff !important;
color:#5c5c5c !important;
border: 1px solid rgba(0,0,0,0.4) !important;
}

.input-azul{
	background:#9AA5C1 !important;
	color:#fff !important;
}

#selectDoneAgenda{
	width:85px;
}

.calendar{
	width:95%;
	margin:auto;
}

.mainCalendar{
	margin:auto;
}

.min-clock{
	font-size:12px !important;
}

.min-date{
	font-size:16px !important;
	margin-left:calc(50% - 162px);
}

.calendar-popover{
	width:350px!important;
}

.pickadate-prev{
	float:left;
	margin:5px;
	color:#fff!important;
}

.pickadate-next{
	margin:5px;
	color:#fff!important;
}

.pickadate-cell .pickadate-active{
	background:#9AA5C1;
}

.pickadate-centered-heading{
	color:#fff;
	background:#9AA5C1;
	padding:5px;

}

.menuAgenda{
	width:200px !important;
}


/* ==========  Mensajes ===========*/

.message{
  border-radius:10px;
}

.messageAutor{
  width:125px;
  padding-left:12px;
}

.messageText{
  width: 100%;
}

.messageTextLarge{
  width: 100%;

}

.messageDate{
  max-width: 60px;
}

.messageDateContent{
  font-size:9px;
  color:#999;

}

.conversationTitle{
width: calc(100% - 50px);
}

.messagePreview{
  font-size:12px;
  color:#999;
}

.messageEdit{
  max-width: 50px;
}

.messageContainer{
  height: calc(100% - 140px);
  overflow: auto;
  padding-left:8%;
  padding-right:8%;
}

.conversationHeader{
  height:50px !important;
}

.messagePanel{
  height: 100%;
  overflow:auto;
}

.textAreaMessage{
  resize: none;
}



/*Otro*/

.badge1 {
   position:relative;
}
.badge1[data-badge]:after {
   content:attr(data-badge);
   position:absolute;
   top:-7px;
   right:-7px;
   font-size:.6em;
   background:red;
   color:white;
   width:12px;height:12px;
   text-align:center;
   line-height:12px;
   font-weight: bolder;
   border-radius:50%;
   box-shadow:0 0 1px #333;
}
.badge1[data-badge=""]:after {
content: none;
}
.badge1[data-badge="0"]:after {
content: none;
}
/**================= spinner ====================*/

div.spinner {
  position: relative;
  width: 12px;
  height: 12px;
  display: inline-block;
  margin: auto;
}
div.spinner div {
  width: 12%;
  height: 26%;
  background: #808080;
  position: absolute;
  left: 44.5%;
  top: 37%;
  opacity: 0;
  -webkit-animation: fade 1s linear infinite;
  -webkit-border-radius: 50px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
}
div.spinner div.bar1 {
  -webkit-transform: rotate(0deg) translate(0, -142%);
  -webkit-animation-delay: 0s;
}
div.spinner div.bar2 {
  -webkit-transform: rotate(30deg) translate(0, -142%);
  -webkit-animation-delay: -0.9167s;
}
div.spinner div.bar3 {
  -webkit-transform: rotate(60deg) translate(0, -142%);
  -webkit-animation-delay: -0.833s;
}
div.spinner div.bar4 {
  -webkit-transform: rotate(90deg) translate(0, -142%);
  -webkit-animation-delay: -0.75s;
}
div.spinner div.bar5 {
  -webkit-transform: rotate(120deg) translate(0, -142%);
  -webkit-animation-delay: -0.667s;
}
div.spinner div.bar6 {
  -webkit-transform: rotate(150deg) translate(0, -142%);
  -webkit-animation-delay: -0.5833s;
}
div.spinner div.bar7 {
  -webkit-transform: rotate(180deg) translate(0, -142%);
  -webkit-animation-delay: -0.5s;
}
div.spinner div.bar8 {
  -webkit-transform: rotate(210deg) translate(0, -142%);
  -webkit-animation-delay: -0.41667s;
}
div.spinner div.bar9 {
  -webkit-transform: rotate(240deg) translate(0, -142%);
  -webkit-animation-delay: -0.333s;
}
div.spinner div.bar10 {
  -webkit-transform: rotate(270deg) translate(0, -142%);
  -webkit-animation-delay: -0.25s;
}
div.spinner div.bar11 {
  -webkit-transform: rotate(300deg) translate(0, -142%);
  -webkit-animation-delay: -0.1667s;
}
div.spinner div.bar12 {
  -webkit-transform: rotate(330deg) translate(0, -142%);
  -webkit-animation-delay: -0.0833s;
}
@-webkit-keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0.25;
  }
}
.loader:before, .loader:after, .loader {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader {
  color: #ccc;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
.loader:before, .loader:after {
  content: '';
  position: absolute;
  top: 0;
}
@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
.estatus-Heading {
  background: transparent;
}
.estatus-Autorizacion {
  background: transparent;
  color:#5d5d5d;
  border: 1px solid rgba(0,0,0,0.2);

}
.estatus-StandBy {
  background: #eceff1;
  color: #303030;
}
.estatus-Cotizacion {
  background: #eceff1;
  color: #303030;
}

.estatus-InProcess {
  background: #b39ddb;
  color: white;
}
.estatus-Presupuesto {
  background: #b39ddb;
  color: white;
}

.estatus-WOI {
  background: #ffd600;
  color: #303030;
}
.estatus-FacturaciÃ³n {
  background: #ffd600;
  color: #303030;
}
.estatus-Review {
  background: #4fc3f7;
}
.estatus-Pago {
  background: #4fc3f7;
}

.estatus-Testing {
  background: #64b5f6;
}
.estatus-Entrega {
  background: #64b5f6;
}

.estatus-Decision {
  background: #ffb74d;
}

.estatus-Logistica {
  background: #ffb74d;
}

.estatus-Almacen {
  background: #ffb74d;
}

.estatus-Done {
  background: #81c784;
}
.estatus-Entrega {
  background: #81c784;
}



.estatus-Stucked {
  /*background: #e57373;*/
  background: red;
  color: white;
}
.estatus-Archived {
  background: #7A7A7A;
  color: white;
}
.timing-TY {
  background: #fff;
  color: #303030;
}
.timing-TQ {
  background: #b39ddb;
  color: white;
}
.timing-TM {
  background: #ffd600;
  color: #303030;
}
.timing-NW {
  background: #005a97;
}
.timing-TW {
  background: #4fc3f7;
}
.timing-TD {
  background: #ffb74d;
}
.timing-TBD{
  background: #7A7A7A;
}
.timing-OK {
  background: #81c784;
}
.prior-Low{
  background: #81c784;
  color: white;
}
.prior-High {
  background: #ffd600;
  color: #303030;
}
.prior-Medium {
  background: #4fc3f7;
}
.prior-Urgent {
  background: #ffb74d;
}
.prior-Critical {
  background: #d72a25;
}

/*[ng-drag].dragging {
  opacity: 0.7;
  position:absolute;
  width: 40%;
}
[ng-drop] {
  background: rgba(0, 0, 0, 0.25);
  display: block;
  position: relative;
  z-index: 2;
}
[ng-drop].drag-over {
  border: solid 1px #9AA8C1;
}
[ng-drag] {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[ng-drop]:hover {
  border: solid 1px #9AA8C1;
}*/

[ng-drag].dragging {
  opacity: 0.5;
  position: absolute;
}
[ng-drop] {
  background: rgba(0, 0, 0, 0.25);
  display: block;
  z-index: 2;
}
[ng-drop].drag-over {
  border: solid 1px #9AA8C1;
}
[ng-drag] {
  -moz-user-select: -moz-none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[ng-drop]:hover {
  border: solid 1px #9AA8C1;
}
.select-style {
  padding: 0;
  margin: 0;
  border: 1px solid #ccc;
  width: 125px;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  background: #fff url("img/arrowdown.gif") no-repeat 90% 50%;
}
.select-style[letrero]:before{
    content: attr(letrero);
    position: absolute;
    left: 20px;
}
.select-style select {
  padding: 5px 8px;
  width: 130%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
}
.alert-dialog-content{
  text-align: center;
}
.form-row {
  margin: 4px;
}
.formarea {
  width: 90%;
  margin: 20px auto 0px auto;
}
.form-row .select-style{
  /*margin: 0px auto 0px auto;*/
  float: right;
}

.derecha{
  right: 360px;
}
.fondo-azul{
  background-color: #9AA8C1 !important;
  color: #fafafa !important;
}
.fondoClaro{
  background-color: #CFD6E3 !important;
}
.color-azul{
  color: #9AA8C1;
}
.click-derecho{
    position: absolute;
    z-index: 100;
    background: #FFFFFF;
    width: 130px;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.click-derecho-out{
  display: none;
}


.agenda-box{
  height: 340px;
  width: 360px;
  overflow: scroll;
  display: inline-block;
  margin: 10px;
  text-align: left;
}
iframe.fullScreen {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
/*=================== Name Tags =======================*/

.left-panel {
float: left;
}

.left-panel img {
width: 48px;
height: 48px;
vertical-align: middle;
}

.right-panel {
float: left;
margin-left: 5px;
margin-top: 7px;
}

.right-panel span:first-child {
font-size: 16px;
}

.right-panel span:nth-child(2) {
font-size: 14px;
color: gray;
}

.right-panel span:last-child {
display: block;
font-size: 14px;
font-style: italic;
}

tags-input .tags .tag-item{
width: auto;
background:#9AA8C1;
color:#fff;
}


.tag-modal{
width: 40%;
min-height: 300px;
}

.tag-image{
border-radius:50%;
margin-right:15px;
}

.groupError{
color:#ff3d3d;
}

.groupSuccess{
color:#08a300;
}


/*=========== Tickets ==============*/
.ticketTag {
  padding-top: 2px;
  padding-bottom: 2px;
  width: 85px;
  display: block;
}
.ticketTagMin {
  padding-top: 2px;
  padding-bottom: 2px;
  width: 60px;
  display: block;
}

.areaCard{
  background: #fff !important;
  display: flex !important;
  z-index: initial !important;
}
