/* GENERAL STYLE */
.text-keralty362c {
  color: rgb(0, 178, 136) !important;
  color: rgb(0, 178, 136) !important;
}
.text-keralty287c {
  color: rgb(0, 47, 135) !important;
  color: rgb(0, 47, 135) !important;
}

.bg-keralty362c {
  background: rgb(0, 178, 136) !important;
  background: rgb(0, 178, 136) !important;
}

.bg-keralty400c {
  background: rgb(220, 213, 203) !important;
  background: rgb(220, 213, 203) !important;
}

.bg-keralty287c {
  background: rgb(0, 47, 135) !important;
  background: rgb(0, 47, 135) !important;
}

.bg-keralty376c{
  background: rgb(78, 157, 45) !important;
  background: rgb(78, 157, 45) !important;
}

.bg-keralty306c{
  background: rgb(0, 180, 227) !important;
  background: rgb(0, 180, 227) !important;
}

.bg-keraltymain {
  background: linear-gradient(90deg, rgb(0, 47, 135), rgb(0, 180, 227)) !important;
  background: linear-gradient(90deg, rgb(0, 47, 135), rgb(0, 180, 227)) !important;
}
blockquote {
  border-left: 4px solid rgb(0, 180, 227);
  border-left: 4px solid rgb(0, 180, 227);
  margin-bottom: 10px;
  width: 350px;
}


.Shadow{
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.185) !important;
  padding: 10px 20px 20px;
  background: white;
  }

.lbl-error {
  color: #b90000;
  font-size: 12px;
}

.col {
  overflow-wrap: break-word;
}

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

.label-description.solution {
  width: 96%;
}

a {
  text-decoration: none;
}

blockquote span{
  font-size: 20px;
}

@media (max-width: 600px) {
  .items-actions {
    float: inherit;
    border-left: 0;
    padding-left: 0;
    height: 0;
    margin: 5px 0 20px 0;
  }
}

.items-actions button {
  font-size: 20px !important;
  padding: 4px !important;
  min-height: 20px !important;
}

.cm_note div {
  padding: 4px 8px;
  border-radius: 5px;
  font-size: 17px;
  font-weight: 400;
  background: linear-gradient(90deg, rgb(255, 0, 0), rgb(217 83 20)) !important;
  color: white;
}

.items-actions {
  float: right;
  border-left: 2px solid silver;
  padding-left: 25px;
  height: 30px;
}

.padding {
  padding: 0 10px;
}

/* END GENERAL STYLE */

/* LOGIN STYLE */
#login .bg-login-color {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background: white;
}

button.q-btn.inline.relative-position.q-btn-item.non-selectable.pull-right.margin.no-shadow.log2.q-btn-rectangle.q-focusable.q-hoverable.bg-keralty287c.text-white {
  font-size: 14px;
    margin: 0;
}

#login .bg-login {
  position: fixed;
  width: 70%;
  height: 100%;
  top: 0;
  right: 0;
  background-image: url(bg-1.jpg);
  background-size: cover;
  background-position: right;
  background-repeat: no-repeat;
  z-index: 2;
  -webkit-animation-name: fade-bgl;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s;
  /* Safari 4.0 - 8.0 */
  animation-name: fade-bgl;
  animation-duration: 1.5s;
  transition: .2s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes fade-bgl {
  0% {
    width: 120%
  }

  50% {
    width: 120%
  }

  100% {
    width: 70%
  }
}

/* Standard syntax */
@keyframes fade-bgl {
  0% {
    width: 120%
  }

  50% {
    width: 120%
  }

  100% {
    width: 70%
  }
}

#login .container-left {
  z-index: 3;
  background: linear-gradient(to right, white, white, white, white, rgba(255, 255, 255, 0.929), rgba(255, 255, 255, 0.478), rgba(255, 255, 255, 0));
  position: fixed;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  -webkit-animation-name: fade-cont;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 1s;
  /* Safari 4.0 - 8.0 */
  animation-name: fade-cont;
  animation-duration: 1.5s;
  transition: .2s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes fade-cont {
  0% {
    left: -60%;
  }

  50% {
    left: -60%;
  }

  100% {
    left: 0;
  }
}

/* Standard syntax */
@keyframes fade-cont {
  0% {
    left: -60%;
  }

  50% {
    left: -60%;
  }

  100% {
    left: 0;
  }
}

#login .container-form {
  position: fixed;
  width: 40%;
  height: 100%;
  padding: 30px;
  transition: .2s;
}

h5 {
  margin: 0;
}

#login .form-login {
  width: 450px;
  margin: auto;
  transition: .2s;
}

#login .logo {
  height: 150px;
  background-image: url(LogoPQRSF.svg);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 5px;
  transition: .2s;
}

#login .logo3 {
  height: 150px;
  background-image: url(CRMFooterSilverXS.svg);
  background-size: auto 95%;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 5px;
  transition: .2s;
}

#login .form-inputs {
  max-width: 350px;
  margin: auto;
  margin-bottom: 250px;
  transition: .2s;
}

#login .footer {
  position: absolute;
  max-width: 350px;
  bottom: 0;
  padding: 15px 0;
  text-align: center;
  font-size: 12px;
  color: #616161;
}

#login .footer a {
  color: #000000;
  font-weight: 600;
  text-decoration: none;
}

.table-responsive {
  overflow: auto;
}

#login .logo2 {
  height: 50px;
  background-image: url(emtelco.png);
  background-size: auto 95%;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 5px;
}

#login .form-inputs p {
  color: #6b6b6b;
}

.padding {
  padding: 0 10px;
  margin-bottom: 10px;
}

.actions {
  width: 100px;
}

.emtelco-small {
  display: none;
}

@media (max-width: 800px) {
  .emtelco-small {
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 200px;
    padding: 11px;
  }

  #login .bg-login {
    position: fixed;
    width: 100%;
    height: 70%;
    top: 0;
    right: 0;
    background-position: center;
    transition: .2s;
  }

  /* Safari 4.0 - 8.0 */
  @-webkit-keyframes fade-bgl {
    0% {
      height: 120%
    }

    100% {
      height: 70%
    }
  }

  /* Standard syntax */
  @keyframes fade-bgl {
    0% {
      height: 120%
    }

    100% {
      height: 70%
    }
  }

  #login .container-left {
    background: linear-gradient(to top, white, white, white, white, rgba(255, 255, 255, 0.929), rgba(255, 255, 255, 0.478), rgba(255, 255, 255, 0));
    bottom: 100px;
    left: 0;
    top: auto;
    width: 100%;
    height: 60%;
    transition: .2s;
  }

  /* Safari 4.0 - 8.0 */
  @-webkit-keyframes fade-cont {
    0% {
      bottom: -10%;
    }

    100% {
      bottom: 40px;
    }
  }

  /* Standard syntax */
  @keyframes fade-cont {
    0% {
      bottom: -60%;
    }

    100% {
      bottom: 40px;
    }
  }

  #login .container-form {
    width: 100%;
    transition: .2s;
  }
}

/* END LOGIN STYLE */

/* APP.VUE STYLE */
button.close i {
  position: relative;
  top: 2px;
}

.clear-fix {
  display: inline-block;
}

.interaction-container {
  margin-top: 100px;
  width: 100%;
}

div.interaction {
  float: left;
  border-right: 1px solid rgba(31, 67, 153, 0.29);
  transition: .2s;
  z-index: 9;
}

p#connect-test p {
  color: #757575;
  margin: 0 0 42px !important;
}

.buttongestion {
  z-index: 10;
}

.main {
  z-index: 9;
}

#container-general {
  padding: 20px;
  padding-bottom: 5%;
}

.online {
  padding: 10px 28px;
  margin-bottom: -30px;
}

.online a {
  color: #777777;
}

.showgestion {
  width: 66%;
  position: relative;
  animation-name: MyGestioncontainer;
  animation-duration: .5s;
}

@keyframes MyGestioncontainer {
  0% {
    width: 100%;
  }

  100% {
    width: 66%;
  }
}

.hidegestion {
  width: 100%;
  position: relative;
  animation-name: MyGestionHidecontainer;
  animation-duration: .5s;
}

@keyframes MyGestionHidecontainer {
  0% {
    width: 66%;
  }

  100% {
    width: 100%;
  }
}

.formOpenGestion {
  position: fixed;
  width: 33%;
  height: 77%;
  top: 120px;
  background: rgba(0, 0, 0, 0);
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  animation-name: MyGestion;
  animation-duration: .5s;
  max-height: 100%;
  overflow: auto;
}

@keyframes MyGestion {
  0% {
    right: -35%
  }

  100% {
    right: 12px
  }
}

.formHideGestion {
  position: fixed;
  width: 33%;
  right: -50%;
  top: 120px;
  background: white;
  padding: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.185);
  animation-name: MyGestionoff;
  animation-duration: .5s;
}

@keyframes MyGestionoff {
  0% {
    right: 12px
  }

  100% {
    right: -35%
  }
}

button.open,
button.close {
  position: fixed;
  right: 0;
  top: 33px;
  background: #ffffff;
  padding: 8px;
  border-radius: 50px 0 0 50px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.29);
  border: none;
  color: #0970ba;
  z-index: 10;
}

button.open:focus,
button.close:focus,
button.open:active,
button.close:active {
  outline: none;
  box-shadow: 0 0 0;
}

button.btn-responsive-interaction {
  width: auto;
  transition: .2s;
}

@media (max-width: 1200px) {
  .showgestion {
    width: 100%;
    animation-name: MyGestioncontainer;
    animation-duration: .5s;
  }

  @keyframes MyGestioncontainer {
    0% {
      top: 130px;
      position: absolute;
    }

    100% {
      top: 315px;
      position: absolute;
    }
  }

  .hidegestion {
    width: 100%;
    position: relative;
    animation-name: MyGestionHidecontainer;
    animation-duration: .5s;
  }

  @keyframes MyGestionHidecontainer {
    0% {
      top: 190px
    }

    100% {
      top: 0;
    }
  }

  .formOpenGestion {
    position: relative;
    width: 90%;
    right: 0;
    margin: auto;
    top: 0px;
    animation-name: MyGestion;
    animation-duration: .5s;
  }

  @keyframes MyGestion {
    0% {
      margin-right: -35%
    }

    100% {
      margin-right: 5%;
    }
  }

  .formHideGestion {
    position: fixed;
    width: 34.5%;
    right: -50%;
    top: 120px;
    background: white;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.185);
    animation-name: MyGestionoff;
    animation-duration: .5s;
  }

  @keyframes MyGestionoff {
    0% {
      right: 12px
    }

    100% {
      right: -35%
    }
  }
}

.icons-mobile {
  display: none;
}

@media (max-width: 900px) {
  .icons-mobile {
    display: block;
    font-size: 22px !important;
    float: right;
  }

  .items-mobile {
    display: none;
  }

  button.open,
  button.close {
    top: 15px;
  }

  .interaction-container {
    margin-top: 70px;
    transition: .2s;
  }
}

@media (max-width: 550px) {
  .interaction {
    float: none !important;
    transition: .2s;
  }

  button.btn-responsive-interaction {
    width: 87%;
    transition: .2s;
  }
}

.header-login {
  position: absolute;
  width: 100%;
}

/* END APP.VUE STYLE */

/* MAIN STYLE */

.q-list.q-list-link a {
  color: #737373;
}

.q-list.q-list-link a:hover,
.q-list.q-list-link a:focus,
.q-list.q-list-link a:active {
  color: #000000;
}

a.navbar-brand.LogoEmtelco {
  margin-right: 20px;
}

.font-menu {
  font-size: small;
}

.items-menu {
  width: 140px;
  height: 50px;
  margin: 0 !important;
  border: none;
  box-shadow: none;
  color: white;
}

.q-popover.animate-scale {
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.27);
}

.q-list.q-list-link {
  width: 240px;
}

.q-toolbar {
  padding: 0px 0px;
}

.q-toolbar>.q-btn {
  margin: 0rem;
  padding: 0rem;
}

.navbar-brand {
  height: 100px;
  display: inline-block;
}

.LogoClient {
  margin-left: 20px;
}

.LogoClient img,
.LogoEmtelco img {
  width: 120px;
}

.navbar-brand img {
  height: 100%;
}


.log-out a {
  color: white !important
}

button.home-button {
  width: 50px !important;
  font-size: 22px !important;
}

.q-toolbar.bar-menu {
  position: fixed;
  top: 0;
  z-index: 10;
}

@media (max-width: 900px) {
  .items-menu {
    width: 50px;
  }

  .navbar-brand {
    height: 70px;
  }

  .LogoClient img,
  .LogoEmtelco img {
    width: 90px;
  }
}

@media (max-width: 600px) {
  .items-menu {
    width: 35px;
  }

  .icons-mobile {
    display: block;
    width: 35px !important;
    font-size: 22px !important;
  }

  .LogoClient img,
  .LogoEmtelco img {
    width: 50px;
  }

  button.home-button {
    width: 35px !important;
  }
}

/* END MAIN STYLE */

/* FOOTER STYLE */
.footer{
  position: fixed;
  bottom: 0;
  width: 100%;
}
footer{
  padding: 8px;
  color: rgb(255, 255, 255);
  text-align: center;
  font-size: 12px;
}
.ImageFooterri{
  position: absolute;
  bottom: 0px;
  right: 0;
  width: 300px;
}
@media (max-width: 600px) {
  footer, img.ImageFooter, .ImageFooterri{
      display: none;
  }
}
/* END FOOTER STYLE */

/* HOME STYLE */
main.home {
  padding-top: 20px;
  padding-bottom: 100px;
}

main.home img.logo {
  width: 100%;
  max-width: 400px;
}

.label-description {
  margin-bottom: -25px;
  border-bottom: 1px solid #e4e4e4;
  width: 92%;
  padding: 5px 5px 3px;
}

main.home h2.title {
  color: #969696;
  font-weight: 100;
  font-size: 60px;
  line-height: 0;
  text-transform: uppercase;
}

main.home h4.title {
  color: #ffffff;
  font-weight: 300;
  text-transform: uppercase;
  background: linear-gradient(90deg, rgb(0, 178, 136), rgb(73, 195, 177)) !important;;
  width: 40%;
  margin: auto;
  position: relative;
  border-radius: 50px;
  top: -20px;
  font-size: 27px;
  margin-bottom: 50px;
}

main.home .button.login,
main.home .button.signup {
  padding-top: 1.2em;
  padding-bottom: 1.2em;
}

main.home .button.login {
  background: none;
  border: 2px solid #CFCFCF;
  color: #999;
}

main.home .button.login:hover,
main.home .button.login:focus {
  background: none;
  border: 2px solid #31D8A0;
  color: #31D8A0;
}

/* END HOME STYLE */


/* GRID STYLE */

  .Search {
    position: absolute;
    top: -41px;
    right: 0;
    padding: 3px 20px;
    border-radius: 2px;
}
.Search i{
    font-size: 20px !important;
}
.Search a {
    color: white !important;
    text-decoration: none;
}
.animate-search{
  animation-name: animatesearch;
    animation-duration: 1s;
}
@keyframes animatesearch {
    0%   {left: -100%; position: relative}
    100% {left: 100%}
}
@media (max-width: 600px) {
  .item-mobile{
    display: none
  }
}

.detail{
  background-color:#ffffff;
  padding: 10px 20px
} 
.bg-keralty287c.pull-right {
    float: right;
}

.field {
  padding-left: 5px;
  padding-right: 5px;
}
.row-class {
  padding: 6px 0;
}

.container {
  width: 80%;
  margin: auto;
}
.detail-chart {
    margin: 30px;
    width: 5%;
    float: left;
    margin-left: 0px !important;
}
.chart-container {
    display: -webkit-box;
}
.q-table thead, thead {
  border-bottom: 3px solid rgba(0, 182, 133, 0.45);
}
label.strong {
  font-size: 12px;
  color: #00b685;
  font-weight: 500;
}
tr a {
  color: #00b685;
}
.list-detail.q-list .q-item.q-item-division.relative-position {
  background: rgb(232, 249, 254);
  padding: 10px;
  margin-bottom: -12px;
}
.q-list {
  padding: 0;
  border:none;
}
.q-item-side {
  color: #00b685;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  min-width: 38px;
}
.q-collapsible-sub-item.relative-position {
  padding: 8px 0;
}
.log-activi {
  top: 17px;
}
.label-description.col-12-detail {
  width: 97.5%;
}
.q-table th {
  color: #00b584;
}
.q-table tbody td, td { 
  height: 48px;
  font-weight: 400;
  font-size: 13px;
}

.q-table tbody td, td {
  height: 48px;
  font-weight: 400;
  font-size: 13px;
  border: 1px solid #ececec;
  padding: 0 10px;
}

.q-tree > .q-tree-node-child > .q-tree-node-header, .q-tree-node-collapsible {
  padding-left: 0px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #00b685 !important;
}

.text-grey {
  color:#00b685 !important;
  padding-left: 0px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

/** HEADER STYLES **/
.header-main-cointainer{
  display: flex;
  width: 100%;
}
.header-main-cointainer > .logos{
  display: flex;
}
.header-main-cointainer > .content-desktop{
  display: flex;
  flex-grow: 1;
  flex-basis: 1px;
  align-items: center;
  justify-content: space-between;
}

.margin-rigth-content-desktop{
  margin-right: 112px;
}

.margin-rigth-content-mobile{
  margin-right: 75px; 
}
.header-main-cointainer > .content-desktop > .components{
  display: flex;
  flex-wrap: nowrap;
}

.header-main-cointainer > .content-desktop > .icons{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.header-main-cointainer > .content-mobile{
  display: none;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

/* @media (max-width: 900px) {
  .header-main-cointainer > .content-desktop{
    display: none;
  }
  .header-main-cointainer > .content-mobile{
    display: flex;
  }
} */

.menu-mobile{
  position: fixed;
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    background: #fbfbfb;
    z-index: 10;
    transform: translate(-310px);
    transition: 0.5s;
    box-shadow: 3px 1px 7px 0px #808080;
}

.menu-show{
  transform: translate(0);
}

.menu-hidden{
  transform: translate(-310px);
}
/** END HEADER STYLES **/

.white-space-nowrap{
  white-space: nowrap;
}

.ellipsis-custom{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
}

