
.welcome {
    text-align: center; margin-top: 8px;
}

.info {
    width: 99%; 
    text-align: justify;
}

.information-text {
    text-align: justify;
    white-space: normal;
}

.has-error {
    border: 1px solid #a94442 !important;    
}

.has-error:hover {
    border: 1px solid #c8c8c8 !important;    
}

.help-block {
    display: block !important;
    margin-left: 2px !important;
    margin-top: 5px !important;
    margin-bottom: 10px !important;
    font-size: 12px !important;
    color: #a94442 !important;
}

.description-code {
    font: normal 16px Helvetica;
    color: #7f7f7f;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb;
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}

.alert {
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
}

/* check */
span.check-false {    
    background-repeat: no-repeat; background-image: url('../../images/ios7/check-false.gif') !important; /*margin: 0 auto;*/
    display: inline-block; width: 25px; height: 25px; cursor: pointer;
}

span.check-true {
    background-repeat: no-repeat; background-image: url('../../images/ios7/check-true.gif') !important; /*margin: 0 auto;*/
    display: inline-block; width: 25px; height: 25px; cursor: pointer;
}

/* PERSONALIZACION MODAL */

.cxdialog {
   position: absolute;
   /*left: 50%;*/
   top: -100px;
   margin-left: -100px;
   margin-right: -100px;
   margin-top: -100px;
}

/* LISTA DE PRODUCTOS */
ul#rtl_func {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  overflow: auto;
  padding: 0 10px;
  list-style: none;
}
ul#rtl_func > li {
  border-radius: 4px;
  border: 1px solid #dedede;
  font-weight: bold;
  font-family: 'segoe ui', sans-serif;
  margin: 10px 0;
  min-width: 45%;
  padding: 5px 10px;
  transition: box-shadow .25s ease;
}

ul#rtl_func > li > ul > li {
  list-style: none;
  font-weight: normal;
}

.list_child {
    text-align: center;
}

.list_root {
    background: #fff;
}

.modal-backdrop
{
    display: none;
    visibility: hidden; 
    position: relative;
}

.buttonOnRight {
    padding-top: 13px !important;
}

.space-grid {
    padding-bottom: 10px;
}

#custom_description > ul {
    list-style: none !important;
    text-align: justify;
    display: inline-block;
    font-size: 15px !important;
    width: 100%;
}

li.comp > aside:last-child {
    padding: 45px 10px 10px 10px;
}

.product-actions > span {
    display: inline-block;
    margin: 0 5px;
    padding: 0 5px;
}
.product-actions > span:first-child {
    margin-left: 0;
    padding-left: 0;
}
.product-actions > span:last-child {
    margin-right: 0;
    padding-right: 0;
}
.product-actions > span.decrease {
    cursor: pointer;
    color: #7F7F7F;
    font-size: 16pt;
}
.product-actions > span.increase {
    cursor: pointer;
    color: #7F7F7F;
    font-size: 16pt;
}
.product-actions > span.delete {
    cursor: pointer;
    color: #FF0000;
}
