.office-content{
  margin-bottom: 400px;
  top: 200px;

}
.title_downolad_app{
  color: #d44d28;
}
.title_downolad_app:hover{
  text-decoration: none;
  color: #5A5A5F;
}
.page-wrapper .sidebar-wrapper,
.sidebar-wrapper .sidebar-brand > a,
.sidebar-wrapper .sidebar-dropdown > a:after,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before,
.sidebar-wrapper ul li a i,
.page-wrapper .page-content,
.sidebar-wrapper .sidebar-search input.search-menu,
.sidebar-wrapper .sidebar-search .input-group-text,
.sidebar-wrapper .sidebar-menu ul li a,
#show-sidebar,
#close-sidebar {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.sidebar-menu ul li a:hover{
  color: #98bf3d !important;
}

/*----------------page-wrapper----------------*/
/*
.page-wrapper {
  height: 100vh;
}
*/
.page-wrapper .theme {
  width: 40px;
  height: 40px;
  display: inline-block;
  border-radius: 4px;
  margin: 2px;
}

.page-wrapper .theme.chiller-theme {
  background: #1d1d1d;
}

.page-wrapper .theme.ice-theme {
  background: #2b3a42;
}

.page-wrapper .theme.light-theme {
  background: #f1f0ed;
}

.page-wrapper .theme.cool-theme {
  background: #38373d;
}

.page-wrapper .theme.green-theme {
  background: #2c5e2e;
}

.page-wrapper .theme.spicy-theme {
  background: #8e2800;
}

.page-wrapper .theme.purple-theme {
  background: #372049;
}

/*----------------toggeled sidebar----------------*/

.page-wrapper.toggled .sidebar-wrapper {
  left: 0px;
}

@media screen and (min-width: 768px) {
  .page-wrapper.toggled .page-content {
    padding-left: 300px;
  }
}

/*----------------show sidebar button----------------*/
#show-sidebar {
  position: fixed;
  left: 0;
  top: 140px;
  border-radius: 0 4px 4px 0px;
  width: 60px;
  height: 60px;
  transition-delay: 0.3s;
  z-index: 1001;
}
.page-wrapper.toggled #show-sidebar {
  left: -90px;
}
/*----------------sidebar-wrapper----------------*/

.sidebar-wrapper {
  width: 260px;
  height: 84%;
  max-height: 88%;
  position: fixed;
  top: 88px;
  left: -300px;
  z-index: 999;
}

.sidebar-wrapper ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.sidebar-wrapper a {
  text-decoration: none;
}

/*----------------sidebar-content----------------*/

.sidebar-content {
  max-height: calc(100% - 30px);
  height: calc(100% - 30px);
  overflow-y: auto;
  position: relative;
}

.sidebar-content.desktop {
  overflow-y: hidden;
}

/*--------------------sidebar-brand----------------------*/

.sidebar-wrapper .sidebar-brand {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.sidebar-wrapper .sidebar-brand > a {
  text-transform: uppercase;
  font-weight: bold;
  flex-grow: 1;
}

.sidebar-wrapper .sidebar-brand #close-sidebar {
  cursor: pointer;
  font-size: 20px;
}
/*--------------------sidebar-header----------------------*/

.sidebar-wrapper .sidebar-header {
  padding: 11px 20px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic {
  float: left;
  width: 60px;
  padding: 2px;
  border-radius: 12px;
  margin-right: 15px;
  overflow: hidden;
}

.sidebar-wrapper .sidebar-header .user-pic img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.user-pic img:hover{
  cursor: pointer;
}

.sidebar-wrapper .sidebar-header .user-info {
  float: left;
}

.sidebar-wrapper .sidebar-header .user-info > span {
  display: block;
}

.sidebar-wrapper .sidebar-header .user-info .user-role {
  font-size: 12px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status {
  font-size: 11px;
  margin-top: 4px;
}

.sidebar-wrapper .sidebar-header .user-info .user-status i {
  font-size: 8px;
  margin-right: 4px;
  color: #5cb85c;
}

/*-----------------------sidebar-search------------------------*/

.sidebar-wrapper .sidebar-search > div {
  padding: 10px 20px;
}

/*----------------------sidebar-menu-------------------------*/

.sidebar-wrapper .sidebar-menu {
  padding-bottom: 10px;
}

.sidebar-wrapper .sidebar-menu .header-menu span {
  font-weight: bold;
  font-size: 14px;
  padding: 15px 20px 5px 20px;
  display: inline-block;
}

.sidebar-wrapper .sidebar-menu ul li a {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  position: relative;
  padding: 8px 30px 8px 20px;
}

.sidebar-wrapper .sidebar-menu ul li a i {
  margin-right: 10px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 4px;
}

.sidebar-wrapper .sidebar-menu ul li a:hover > i::before {
  display: inline-block;
  animation: swing ease-in-out 0.5s 1 alternate;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
  font-weight: 900;
  content: "\f105";
  font-style: normal;
  display: inline-block;  
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
  background: 0 0;
  position: absolute;
  right: 15px;
  top: 14px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu ul {
  /*padding: 5px 0;*/
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li {
  padding-left: 25px;
  font-size: 13px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f111";
  font-weight: 400;
  font-style: normal;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
  font-size: 8px;
}

.sidebar-wrapper .sidebar-menu ul li a span.label,
.sidebar-wrapper .sidebar-menu ul li a span.badge {
  float: right;
  margin-top: 8px;
  margin-left: 5px;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .badge,
.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a .label {
  float: right;
  margin-top: 400px;
}

.sidebar-wrapper .sidebar-menu .sidebar-submenu {
  display: none;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a:after {
  transform: rotate(90deg);
  right: 17px;
}



/*--------------------------page-content-----------------------------*/

.page-wrapper .page-content {
  display: inline-block;
  width: 100%;
  padding-left: 0px;
  padding-top: 20px;
}

.page-wrapper .page-content > div {
  padding: 20px 40px;
}

.page-wrapper .page-content {
  overflow-x: hidden;
}

/*------scroll bar---------------------*/

::-webkit-scrollbar {
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb {
  background: #636269;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-thumb:hover {
  background: #636269;
}
::-webkit-scrollbar-thumb:active {
  background: #636269;
}
::-webkit-scrollbar-track {
  background: #333238;
  border: 0px none #ffffff;
  border-radius: 50px;
}
::-webkit-scrollbar-track:hover {
  background: ##1b6363;
}
::-webkit-scrollbar-track:active {
  background: #333238;
}
::-webkit-scrollbar-corner {
  background: transparent;
}


/*-----------------------dark theme---------------------*/

.cool-theme .sidebar-wrapper {
  /*background: #c34306;//#495058*/
  background: #232b36;
  overflow-y: hidden;
  height: 100%;
  border-radius: 0 0 4px 0;
}

.cool-theme .sidebar-wrapper .sidebar-header,
.cool-theme .sidebar-wrapper .sidebar-search,
.cool-theme .sidebar-wrapper .sidebar-menu {
  border-top: 1px solid;
  border-color: #393C4E;
}

.cool-theme .sidebar-wrapper .sidebar-search input.search-menu,
.cool-theme .sidebar-wrapper .sidebar-search .input-group-text {
  border-color: #2b3a42;
  box-shadow: none;
}

.cool-theme .sidebar-wrapper .sidebar-header .user-info .user-role,
.cool-theme .sidebar-wrapper .sidebar-header .user-info .user-status,
.cool-theme .sidebar-wrapper .sidebar-search input.search-menu,
.cool-theme .sidebar-wrapper .sidebar-search .input-group-text,
.cool-theme .sidebar-wrapper .sidebar-brand > a,
.cool-theme .sidebar-wrapper .sidebar-menu ul li a,
.cool-theme .sidebar-footer > a {
  color:#ffffff;
}

.cool-theme .sidebar-wrapper .sidebar-menu ul li:hover > a,
.cool-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active > a,
.cool-theme .sidebar-wrapper .sidebar-header .user-info,
.cool-theme .sidebar-wrapper .sidebar-brand > a:hover,
.cool-theme .sidebar-footer > a:hover i {
  color: #ffffff;
}

.page-wrapper.cool-theme.toggled #close-sidebar {
  color: #ffffff;
}

.page-wrapper.cool-theme.toggled #close-sidebar:hover {
  color: #ffffff;
}

.cool-theme .sidebar-wrapper ul li:hover a i,
.cool-theme
  .sidebar-wrapper
  .sidebar-dropdown
  .sidebar-submenu
  li
  a:hover:before,
.cool-theme .sidebar-wrapper .sidebar-search input.search-menu:focus + span,
.cool-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown.active a i {
  color: #ffffff;
}

.cool-theme .sidebar-wrapper .sidebar-menu ul li a i,
.cool-theme .sidebar-wrapper .sidebar-menu .sidebar-dropdown div,
.cool-theme .sidebar-wrapper .sidebar-search input.search-menu,
.cool-theme .sidebar-wrapper .sidebar-search .input-group-text {
  
}

.cool-theme .sidebar-wrapper .sidebar-menu .header-menu span {
  color: #ffffff;
}

.cool-theme .sidebar-footer {
  background: #504e57;
  box-shadow: 0px -1px 5px #2a292d;
  border-top: 1px solid #5b5963;
}

.cool-theme .sidebar-footer > a {
  border-left: 1px solid #38373d;
  border-right: 1px solid #5b5963;
}

.cool-theme .sidebar-footer > a:first-child {
  border-left: none;
}

.cool-theme .sidebar-footer > a:last-child {
  border-right: none;
}
/*estilos de  perfil de css*/

.info p {
  text-align:center;
  color: #999;
  text-transform:none;
  font-weight:600;
  font-size:15px;
  margin-top:2px
}

.info i {
  color:#F6AA93;
}

.info {
  background-color: #23bb67 !important;
  color: #FFF;
  font-weight: 600;
  text-align: center;
  font-size: 14px;
}
.almots_validate{
  background-color: #cf4807 !important;
  color: #FFF;  
  font-weight: 400;
  font-size: 14px;
  
}

form h1 {
  font-size: 18px;
  background: #F6AA93 none repeat scroll 0% 0%;
  color: rgb(255, 255, 255);
  padding: 22px 25px;
  border-radius: 5px 5px 0px 0px;
  margin: auto;
  text-shadow: none; 
  text-align:left
}

form {
  border-radius: 5px;
  max-width:700px;
  width:100%;
  margin: 5% auto;
  background-color: #FFFFFF;
  overflow: hidden;
}

p span {
  color: #F00;
}

p {
  margin: 0px;
  font-weight: 500;
  line-height: 2;
  color:#333;
}

h1 {
  text-align:center; 
  color: #666;
  text-shadow: 1px 1px 0px #FFF;
  margin:50px 0px 0px 0px
}

input {
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #eee;
  margin: 12px 0;
  width: 75%;
  height: 40px;
  float: left;
  padding: 0px 15px;
}

a {
  text-decoration:inherit
}

textarea {
  border-radius: 0px 5px 5px 0px;
  border: 1px solid #EEE;
  margin: 0;
  width: 75%;
  height: 130px; 
  float: left;
  padding: 0px 15px;
}

.form-group {
  overflow: hidden;
  clear: both;
}

.icon-case {
  width: 35px;
  float: left;
  border-radius: 5px 0px 0px 5px;
  background:#eeeeee;
  height:42px;
  position: relative;
  text-align: center;
  line-height:40px;
}

.contentform {
  padding: 40px 30px;
}

.bouton-contact{
  background-color: #81BDA4;
  color: #FFF;
  text-align: center;
  width: 100%;
  border:0;
  padding: 17px 25px;
  border-radius: 0px 0px 5px 5px;
  cursor: pointer;
  margin-top: 40px;
  font-size: 18px;
}

.leftcontact {
  width:49.5%; 
  float:left;
  border-right: 1px dotted #CCC;
  box-sizing: border-box;
  padding: 0px 15px 0px 0px;
}

.rightcontact {
  width:49.5%;
  float:right;
  box-sizing: border-box;
  padding: 0px 0px 0px 15px;
}

.validation {
  display:none;
  margin: 0 0 10px;
  font-weight:400;
  font-size:13px;
  color: #DE5959;
}



/*
<!---tables----->
*/
h1{
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
}

.tbl-header{
  background-color: rgba(255,255,255,0.3);
 }
.tbl-content{
  height:300px;
  overflow-x:auto;
  margin-top: 0px;
  border: 1px solid rgba(255,255,255,0.3);
}
th{
  padding: 20px 15px;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  text-transform: uppercase;
}
td{
  /*background-color: #ffff !important;*/
  padding: 15px;
  text-align: left;
  vertical-align:middle;
  /*font-weight: 300;*/
  font-size: 12px;
  color: #000000;
  /*border-bottom: solid 1px rgba(255,255,255,0.1);*/
}
.table .thead-dark th,
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #3e354e !important;
}

.table .thead-dark th {
  color: #fff;
  border-color: #3e354e !important;
}
.thead-dark{
  background-color:  #495058 !important; 
}

.box-shared-shipping {
  background-color: #007c58;
  margin-top: 20px;
  border: 2px solid #ccc;
  color: #FFF;
  font-size: 22px;
}
.box-shared-shipping > table{
  font-size: 12px;
}
.buy_data:hover,.buy_data,
{
  transition: all 100ms;
}
.buy_data:hover
{
  background: #EEE;
}
.buy_data
{
  cursor: pointer !important;
}
.register-purchase{
  color: #007c58;
  font-weight: 800;
}
.not-register-purchase{
  color: #ffc107;
  font-weight: 800; 
}
body {
  color: rgba(94,93,82,1);
}

a {
  color: rgba(51,122,168,1);
  
  &:hover,
  &:focus {
    color: rgba(75,138,178,1); 
  }
}

.container {
  margin: 5% 3%;
  
  @media (min-width: $bp-bart) {
    margin: 2%; 
  }
  
  @media (min-width: $bp-homer) {
    margin: 2em auto;
    max-width: $bp-homer;
  }
}

.responsive-table {
  width: 100%;
  margin-bottom: 1.5em;
  
  @media (min-width: $bp-bart) {
    font-size: .9em; 
  }
  
  @media (min-width: $bp-marge) {
    font-size: 1em; 
  }
  
  thead {
    // Accessibly hide <thead> on narrow viewports
    position: absolute;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    padding: 0;
    border: 0;
    height: 1px; 
    width: 1px; 
    overflow: hidden;
    
    @media (min-width: $bp-bart) {
      // Unhide <thead> on wide viewports
      position: relative;
      clip: auto;
      height: auto;
      width: auto;
      overflow: auto;
    }
    
    th {
      background-color: rgba(29,150,178,1);
      border: 1px solid rgba(29,150,178,1);
      font-weight: normal;
      text-align: center;
      color: black;
      
      &:first-of-type {
        text-align: left; 
      }
    }
  }
  
  // Set these items to display: block for narrow viewports
  tbody,
  tr,
  th,
  td {
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
  }
  
  tr {   
    @media (min-width: $bp-bart) {
      // Undo display: block 
      display: table-row; 
    }
  }
  
  th,
  td {
    padding: .5em;
    vertical-align: middle;
    
    @media (min-width: $bp-lisa) {
      padding: .75em .5em; 
    }
    
    @media (min-width: $bp-bart) {
      // Undo display: block 
      display: table-cell;
      padding: .5em;
    }
    
    @media (min-width: $bp-marge) {
      padding: .75em .5em; 
    }
    
    @media (min-width: $bp-homer) {
      padding: .75em; 
    }
  }
  
  caption {
    margin-bottom: 1em;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    
    @media (min-width: $bp-bart) {
      font-size: 1.5em;
    }
  }
  
  tfoot {
    font-size: .8em;
    font-style: italic;
    
    @media (min-width: $bp-marge) {
      font-size: .9em;
    }
  }
  
  tbody {
    @media (min-width: $bp-bart) {
      // Undo display: block 
      display: table-row-group; 
    }
    
    tr {
      hover !important;
      margin-bottom: 1em;
      border: 2px solid rgba(29,150,178,1);
      
      @media (min-width: $bp-bart) {
        // Undo display: block 
        display: table-row;
        border-width: 1px;
      }
      
      &:last-of-type {
        margin-bottom: 0; 
      }
      
      &:nth-of-type(even) {
        @media (min-width: $bp-bart) {
          background-color: rgba(94,93,82,.1);
        }
      }
    }
    
    th[scope="row"] {
      background-color: rgba(29,150,178,1);
      color: white;
      
      @media (min-width: $bp-bart) {
        background-color: transparent;
        color: rgba(94,93,82,1);
        text-align: left;
      }
    }
    
    td {
      text-align: right;
      
      @media (min-width: $bp-lisa) {
        border-bottom: 1px solid  rgba(29,150,178,1);
      }
      
      @media (min-width: $bp-bart) {
        text-align: center; 
      }
    }
    
    td[data-type=currency] {
      text-align: right; 
    }
    
    td[data-title]:before {
      content: attr(data-title);
      float: left;
      font-size: .8em;
      color: rgba(94,93,82,.75);
      
      @media (min-width: $bp-lisa) {
        font-size: .9em; 
      }
      
      @media (min-width: $bp-bart) {
        // Don’t show data-title labels 
        content: none; 
      }
    } 
  }
}
/*paginador*/
a{
  text-decoration: none;
}

p, li, a{
  font-size: 14px;
}

/* GRID */

.twelve { width: 100%; }
.eleven { width: 91.53%; }
.ten { width: 83.06%; }
.nine { width: 74.6%; }
.eight { width: 66.13%; }
.seven { width: 57.66%; }
.six { width: 49.2%; }
.five { width: 40.73%; }
.four { width: 32.26%; }
.three { width: 23.8%; }
.two { width: 15.33%; }
.one { width: 6.866%; }

/* COLUMNS */

.col {
  display: block;
  float:left;
  margin: 1% 0 1% 1.6%;
}

.col:first-of-type {
  margin-left: 0;
}

.container{
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

/* GENERAL STYLES */

.pagination{
  display: inline-block !important;
  padding: 30px 0;
}

.pagination ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.pagination li{
  display: inline-block !important;  
}

.pagination a{

  display: inline-block;
  padding: 10px 18px;
  color: #222;
}

/* ONE */

.p1 a:hover{
  cursor: pointer;
  background-color: #267e7e;
  border-radius: 100%;
  color: #fffF !important;
  font-weight: 900;
  height: 40px;  
  width: 40px;
  padding: 10px;
}

.p1 a.is-active{
  background-color: #2ecc71;
  border-radius: 100%;
  color: #fff;
  height: 40px;  
  width: 40px;
  padding: 10px;
}

/*-------------------------icons-------------------------------*/

.container--redes {
  width: 400px;
  left: 70%;
  position: fixed;
  top: 25%;
}

.icon {
  top: 50%;
  position: relative;
  margin-bottom: 10px;
}

.icon:hover {
  cursor: pointer;
}

.icon-primary {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #3b5998;
  border-radius: 100%;
  position: relative;
  z-index: 1;
  box-shadow: 1px 0 1px rgba(0, 0, 0, 0.5);
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
}
.icon-primary:hover{
  text-decoration: none;
  color: #fff;
}
#datos tr:hover,.products_tooltip:hover{
  cursor: pointer;
}

.container-description {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 24px;
}

.icon-description {
  width: 150px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  background-color: #3b5998;
  height: 40px;
  line-height: 40px;
  padding-left: 40px;
  border-radius: 0 20px 20px 0;
  -webkit-transform: translate3d(-110%, 0, 0);
  transform: translate3d(-110%, 0, 0);
  transition: -webkit-transform 175ms ease;
  transition: transform 175ms ease;
  transition: transform 175ms ease, -webkit-transform 175ms ease;
}

.icon-primary:hover ~ .container-description .icon-description {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

/*colores de botones de las tablas*/
.color-twitter {
  background-color: #3B94D9;
}

.color-googleplus {
  background-color: #dd4339;
}
/*--------------------------estilos_de_reportes_--------------*/
.backoffice-content{
  margin-top: 6% !important;
}
.report-title{
  color: #495058;
  font-weight: 900; 
  margin: 20px 0px 40px 0px;
}
.margin-t-20{
  margin-top: 20px;
}

/*----------------------estilos_de_reportes_--------------*/

/*----------------------estilos_de_mi_negocio--------------*/
.main-busines-image{
  width: 100%;
  /*height: 500px;*/
 /* background-image: url('../../src/img/main-busines-image.png');*/
  background-size: 100% 100%;
  /*border: 1px solid red;*/
  margin-bottom: 40px;
}
.main-busines-box{
  word-wrap: break-word;
  background-color: #0d2125 !important;
  color: #FFF;
  /*height: 420px;*/
  position: relative;
  top: 50px;
  padding-bottom: 10px;  
}
.text-bold{
  font-weight: 900;
  font-size: 17px;
  text-transform: uppercase;
}
.separator-line{
  margin: 25px 0px;
  border: 2px solid #e1e2e6;
  width: 100%;
  /*height: 5px;*/
}
.title-busines{
  word-wrap: break-word;
  font-size: 32px;
  color: #007e56;
  font-weight: 900;
  text-transform: uppercase;
}
.proyect_name{
  font-size: 20px;
  color: #1f3038;
  font-weight: 900;
  text-transform: uppercase; 
}
.container-busines-gray{
  background-color: #14262a;
  padding-top: 40px;
  margin-top: 25px;
  padding-bottom: 30px;
}
.title-cimiento{
  word-wrap: break-word;
  font-size: 40px;
  color: #009372;
  font-weight: 900;
  text-transform: uppercase;
}
.container-cimiento{
  border: 2px solid  #ffffff;  
  margin-bottom: 30px; 
  border-radius: 10px;
}
.cimiento-name{
  color: #FFF;
  margin-top: 15px;
  margin-bottom: 10px;
}
.cimiento-id {
  color: #FFF;
  font-size: 24px;
  font-weight: 900;
}

.cimiento-qualifycation{
  border-top: 2px solid #009372;
  padding: 10px 0px 0px 0px;
  color: #FFF;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 24px;
}

.profile-container:hover{
  cursor: pointer;
}
@media (min-width: 992px) { 
  .profile-container {
    max-height: 200px;
    min-height: 200px;
  }
}


.btn-edit-pilar {
  box-shadow: 1px 2px 4px 3px rgba(0, 0, 0, 0.3);
  background: #FFFFFF !important;
  color: #32a4a4;
  width: 25px;
  height: 25px;
  padding-top: 3px;
  border-radius: 100%;
  position: absolute;
  font-weight: 900;
  right: 2%;
  top: 1%;
}
.box-active-inactive{
  word-wrap: break-word;
  margin-top: 40px;
  background-color: #14262a;
  min-height: 200px;
  /*max-height: 273px;*/
  padding-bottom: 10px;
  border-radius: 15px;
}
.box-active-title{
  text-transform: uppercase;
  font-weight: 900;
  color: #FFF;
  font-size: 32px;
  margin-top: 10px;
}
.box-active-subtitle{
  color: #FFF;
  font-size: 20px;
  margin-top: 15px;
}
.icon-active,.icon-inactive{
  margin-top: 15px;
  font-size: 55px;
}
.icon-active{
  color: #8fb918;
}
.icon-inactive{
  color: #de0033;
}
.promotions{
  background-color: #14262a;
  border-radius: 10px;  
}
.offer{
  /*padding-top: 25%;*/
  color: #c2ca15;
  font-size: 80px;
}
.offer-text{
  word-wrap: break-word;
  color: #FFF;
  font-size: 24px; 
  font-weight: 900;
}
.img-promotion{
  padding: 10px 10px;
  border-color: #307e57;
  border-style: solid;
  margin: 0px 0px;
  color: #FFF;
}
.gains-title{
  color: #007e56;
  font-size: 32px;
  font-weight: 900;
  margin-bottom: 30px;
}
.gains-icon{
  color: #c2ca15;
  font-size: 60px;
}
.total-gains{
  font-size: 40px; 
  padding: 10px 0px;
  padding-left: 20px;
  font-weight: 900;
}
.close-month{
  background-color: #101e1f;  
  color: #FFF;
  padding-bottom: 10px;
}
.close-month i{
  font-size: 40px;
  padding-top: 40px;
  padding-bottom: 10px;
}
.close-month-subtitle{
  font-size: 25px;
  font-weight: 900;
  background-color: rgba(16,30,31, .7);
  padding-top: 15%;
}

.close-day{
  font-size: 70px;
  font-weight: 900;  
  color: #009567;
}
.close-month-name{
  font-size: 25px;
  font-weight: 900;
}
.close-month-img{
  margin: 10px 0px;
  height: 330px;
  background-image: url(../../src/img/cierre_mes.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;  
}
/*----------------------estilos_de_mi_negocio--------------*/
/*------------------------Tabla de boletos----------------------*/
h1{
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 300;
  text-align: center;
  margin-bottom: 15px;
}

.tbl-header{
  background-color: rgba(255,255,255,0.3);
 }
.tbl-content{
  height:300px;
  overflow-x:auto;
  margin-top: 0px;
  border: 1px solid rgba(255,255,255,0.3);
}
/*th{
  padding: 20px 15px;
  text-align: left;
  font-weight: 500;
  font-size: 12px;
  color: #fff;
  background: #31a4a4;
  text-transform: uppercase;
}
td{
  padding: 15px;
  text-align: left;
  vertical-align:middle;
  font-weight: 300;
  font-size: 12px;
  color: #000;
  border-bottom: solid 1px rgba(255,255,255,0.1);
}*/


/* demo styles */

@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,300,700);

section{
  margin: 50px;
}


/* follow me template */
.made-with-love {
  margin-top: 40px;
  padding: 10px;
  clear: left;
  text-align: center;
  font-size: 10px;
  font-family: arial;
  color: #fff;
}
.made-with-love i {
  font-style: normal;
  color: #F50057;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.made-with-love a {
  color: #fff;
  text-decoration: none;
}
.made-with-love a:hover {
  text-decoration: underline;
}


/* for custom scrollbar for webkit browser*/

::-webkit-scrollbar {
    width: 6px;
} 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
} 
::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
}
@media (min-width: 768px) {
  .main-busines-image {
      width: 100%;
      height: 500px;
      background-image: url(../../src/img/main-busines-image.png);
      background-size: 100% 100%;
      /* border: 1px solid red; */
  }
}
.container.jumbotron.red {
    padding-top: 10px;
    margin-bottom: 35px;
    font-size: 17px;
    background: #33a4a4;
    color: white;

}
.ewallet-text{
  color: #66676a;
  font-weight: 900;
  font-size: 2.5rem;
  margin-bottom: 40px;
}
.ewallet-sub-text{
  margin-bottom: 40px;
  color: #90949c;
}

.ewallet-info{
  font-size: 1.5rem;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 900;
}
.input-group label {
  position: relative;
  font-size: 13px;
  color: #4a4a4a;
  display: inline-block;
  width: 100%;
  margin-bottom: 5px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  border-color: #3e354e !important;
}
.nav-tabs {
  border-bottom: 1px solid #3e354e;
  margin-bottom: -1px;
}

.modal-body {
    word-break: break-word;
}

tr.buy_data.selected td {
    background: #534379;
    color: #fff;
}

.modal-title {
  margin-bottom: 0;
  line-height: 30px;
  font-size: 21px;
}

.lead-small {
  font-size: 13px;
  letter-spacing: 0px;
  line-height: 15px;
  width: 100%;
  display: inline-block;
}




.colors > li {
  list-style: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border-bottom: 5px solid rgba(0, 0, 0, 0.1);
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  transition-duration: .2s;
  box-shadow: 0 2px 1px rgba(0, 0, 0, 0.2);
}
.colors > li:hover {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  border-bottom: 10px solid rgba(0, 0, 0, 0.15);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}
.colors > li.active-color {
  -webkit-transform: scale(1.2) translateY(-10px);
  transform: scale(1.2) translateY(-10px);
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 20px solid rgba(0, 0, 0, 0.15);
}
.colors > li:nth-child(1) {
  background-color: #76A711;
}
.colors > li:nth-child(4) {
  background-color: #066CB0 ;
}
.colors > li:nth-child(2) {
  background-color: #7E051f;
}
.colors > li:nth-child(3) {
  background-color: #ff5722;
}
.colors > li:nth-child(5) {
  background-color: #bdc3c7;
}
@media (max-width: 760px) {
  .img-rounded-floating {
    height: 157px !important;
  }
}

.separator-line{
  margin: 25px 0px;
  border: 2px solid #e1e2e6;
  width: 100%;
  /*height: 5px;*/
}
.title-busines{
  word-wrap: break-word;
  font-size: 32px;
  color: #007e56;
  font-weight: 900;
  text-transform: uppercase;
}
.proyect_name{
  font-size: 20px;
  color: #1f3038;
  font-weight: 900;
  text-transform: uppercase; 
}
.container-busines-gray{
  background-color: #14262a;
  padding-top: 24px;
  margin-top: 25px;
  padding-bottom: 30px;
}
.title-cimiento{
  word-wrap: break-word;
  font-size: 24px;
  color: #009372;
  font-weight: 900;
  text-transform: uppercase;
}
.container-cimiento{
  border: 2px solid  #ffffff;  
  margin-bottom: 30px; 
  border-radius: 10px;
}
.cimiento-name{
  color: #FFF;
  margin-top: 15px;
  margin-bottom: 10px;
}
.cimiento-id {
  color: #FFF;
  font-size: 24px;
  font-weight: 900;
}

.cimiento-qualifycation{
  border-top: 2px solid #009372;
  padding: 10px 0px 0px 0px;
  color: #FFF;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 900;
  font-size: 24px;
}
body {
    background-attachment: fixed;
}
.bg-gradient-orange {
    background: transparent !important;
}
.box {
    background-color: #fff;
    border-radius: 6px;
}

.text-profile-amount {
    color: #4827d9;
    font-size: 52px;
    line-height: 41px;
}
.text-profile-title {
    font-size: 16px;
    color: #959595;
}
.text-yellow {
    color: #FFCC22;
}
.btn-xblue,
.btn-xblack {
    padding: 0px 9px;
}
.btn-xblue { 
    background-color: #4826D9;
}
.btn-xblack {
    background-color: #453F3F;
}
.alert-danger {
  background-color: #e63757;
  border-color: #e63757;
}
.alert-danger a,
.alert-danger {
    color: #FFF;
}
.img-rounded-floating {
    position: absolute;
    top: -87px;
    left: 0;
    right: 0;
    border-radius: 100%;
    box-shadow: 0 4px 23px 3px rgba(0,0,0,0.2);
    width: 114px !important;
    height: 114px !important;
    background-position: center;
    background-size: cover;
}
.img-rounded-floating,
.img-rounded-floating:hover {
    transition: all ease 400ms;
}
.img-rounded-floating:hover {
    border: 5px solid #fff;
    zoom: 1.1;
    cursor: pointer;
}
@media (max-width: 760px) {
    .img-rounded-floating {
        position: relative;
        margin-top: 0;
        width: 122px !important;
        height: 122px !important;
    }
    .box {
        padding: 0 !important;
    }
    .box-user-image {
        height: 0;
    }
    .box-landing, 
    .box-network, 
    .box-ewallet {
        padding: 22px;
    }
    .box-main {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}
.priority-alert {
    position: relative;
    z-index: 10001;
    background-color: #fff;
    border-radius: 10px;
}
.overlay-message {
    transition: all ease 400ms;
    background-color: rgba(0,0,0,0.8);
    z-index: 10000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: inline-block;
}
#close-overlay {
    cursor: pointer;
}