@import url('https://fonts.googleapis.com/css?family=Lato|Roboto');
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
@import url('https://fonts.googleapis.com/css?family=PT+Sans');
/**
 * verde        #6cc288
 * gris         #787878
 * gris-d       #3e3e3e
 * azul         #9cc4a8
 * blanco       #f6f6f6
 * negro        #161616
 */

/*******************************************************/
/* Global styles                                       */
/*******************************************************/

/* Calendar                                       */

/*.datepicker-days {
    background-color: #f6f6f6;
}

.datepicker-switch {
    text-align: center;
    color: #3e3e3e;
}

.active {
    background-color: #6cc288;
    font-weight: bold;
    color: #f6f6f6;
}

.dow{
    background-color: #6cc288;
    font-weight: bold;
    color: #f6f6f6;
}

.table-condensed thead {
    background-color: #6cc288;
}*/

/*******************************************************/

.disableImg {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

/*******************************************************/

.checkboxFive {
    width: 25px;
    margin: 0 42px;
    position: relative;
}

.checkboxFive label {
    cursor: pointer;
    position: absolute;
    width: 27px;
    height: 27px;
    top: 3px;
    left: 0;
    background: #f6f6f6;
    border: 2px solid #6cc288;
}

.checkboxFive label:after {
    opacity: 0.2;
    content: '';
    position: absolute;
    width: 19px;
    height: 9px;
    font-size: 1em;
    background: transparent;
    top: 3px;
    left: 1px;
    border: 4px solid #6cc288;
    border-top: none;
    border-right: none;
    transform: rotate(-45deg);
}

.checkboxFive label:hover::after {
    opacity: 0.5;
}

.checkboxFive input[type=checkbox]:checked+label:after {
    opacity: 1;
}

html,
body {
    font-family: Roboto;
    height: 100%;
    min-height: 100%;
}

h1 {
    text-transform: uppercase;
}

.font-myriad {
    font-family: 'Roboto';
    /* !! FALTA FUENTE MYRIAD  !! */
}

.font-lato {
    font-family: 'Lato';
}

.font-roboto {
    font-family: 'Roboto';
}

.font-sans-serif {
    font-family: 'Open Sans', sans-serif;
}

.font-pt-sans {
    font-family: 'PT Sans', sans-serif;
}

/*******************************************************/
/* Background colors                                   */

.background-blue {
    background: #9cc4a8;
}

.background-green {
    background: #6cc288;
}

.background-gray {
    background: #787878;
}

.background-gray-medium {
    background: #D8DADB;
}

.background-gray-dark {
    background: #3e3e3e;
}

.background-white {
    background: #f6f6f6;
}

.background-black {
    background: #161616;
}

.background-black-medium {
    background: #443E42;
}

.background-blue-forced {
    background: #9cc4a8 !important;
}

.background-green-forced {
    background: #6cc288 !important;
}

.background-gray-forced {
    background: #787878 !important;
}

.background-gray-dark-forced {
    background: #3e3e3e !important;
}

.background-white-forced {
    background: #f6f6f6 !important;
}

.background-white-medium {
    background: #E9E9EA;
}

.background-white-pure-forced {
    background: #FFFFFF !important;
}

.background-black-forced {
    background: #161616 !important;
}

/*******************************************************/
/* Text colors                                         */

.color-blue {
    color: #9cc4a8;
}

.color-green {
    color: #6cc288;
}

.color-green-dark {
    color: #118C77;
}

.color-gray {
    color: #787878;
}

.color-gray-medium {
    color: #707C7C;
}

.color-gray-dark {
    color: #3e3e3e;
}

.color-white {
    color: #f6f6f6;
}

.color-black {
    color: #161616;
}

/*******************************************************/
/* Reusable components                                 */

.title-w-image>img {
    margin-right: 8px;
    margin-top: -8px;
    height: 44px;
}

/*******************************************************/
/* Borders                                             */

.border-top-24-blue {
    border-top: 24px solid #9cc4a8;
}

.border-top-24-white-medium {
    border-top: 24px solid #E9E9EA;
}

.border-bottom-10-green {
    border-bottom: 10px solid #099B47;
}

.border-bottom-4-gray {
    border-bottom: 4px solid #D8DADB;
}

/*******************************************************/
/* Buttons                                             */

.btn-primary,
.btn-primary:active:focus,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:hover {
    background: #6cc288;
    border: 1px solid #6cc288;
    border-radius: 3px;
    color: #f6f6f6;
    outline: none;
    padding: 6px 16px;
}

.btn-primary>img {
    margin-right: 8px;
    margin-top: -4px;
    height: 24px;
}

.btn-secondary,
.btn-secondary:active:focus,
.btn-secondary:active,
.btn-secondary:focus,
.btn-secondary:hover {
    background: #5f5f5f;
    border: 1px solid #5f5f5f;
    border-radius: 3px;
    color: #f6f6f6;
    outline: none;
    padding: 6px 16px;
    margin-left: 15px;
}

.btn-danger,
.btn-danger:active:focus,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:hover {
    border-radius: 3px !important;
    padding: 6px 16px !important;
}

/*******************************************************/
/** Navbar overwrite                                   */

.navbar {
    border-radius: 0;
}

.navbar-default {
    background-color: #6cc288;
    border: none;
}

.navbar-default .navbar-nav>li>a {
    color: #f6f6f6;
}

.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:hover,
.navbar .navbar-nav .active a:active,
.navbar .navbar-nav .active a:focus {
    background: #f6f6f6;
    color: #161616;
}

.navbar .btn-logout {
    display: table;
    padding: 10px 15px;
}

.navbar .btn-logout>span {
    display: table-cell;
    vertical-align: middle;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #f6f6f6;
    color: #161616;
}

.navbar .dropdown-menu {
    background-color: #f6f6f6;
    color: #787878;
}

.navbar .dropdown-menu>li>a:hover {
    background: #6cc288;
    color: #f6f6f6;
}

/********************************************************
    Navbar for website
 */

.website>.navbar {
    border-radius: 0;
    margin: 0;
}

.website>.navbar-default {
    background-color: #FFF;
}

.website>.navbar-default .navbar-nav>li>a {
    color: #099B47;
}

.navbar-default .navbar-nav>li>a:active,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover,
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:hover,
.navbar .navbar-nav .active a:active,
.navbar .navbar-nav .active a:focus {
    background: #f6f6f6;
    color: #161616;
}

.navbar .btn-logout {
    display: table;
    padding: 10px 15px;
}

.navbar .btn-logout>span {
    display: table-cell;
    vertical-align: middle;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    background-color: #f6f6f6;
    color: #161616;
}

.navbar .dropdown-menu {
    background-color: #f6f6f6;
    color: #787878;
}

.navbar .dropdown-menu>li>a:hover {
    background: #6cc288;
    color: #f6f6f6;
}

/*******************************************************/
/* Panels                                              */

.panel-default {
    margin-bottom: 0;
}

.panel-default>.panel-heading {
    background: #6cc288;
    color: #FFF;
    font-weight: bold;
    padding: 6px 8px;
}

.btn-add-color {
    margin-top: 48px;
}

#dropzone-container-video .dz-default.dz-message,
/* #dropzone-container-video .dz-message.text-center, */
#dropzone-container-video .dz-details {
    display: none;
}

@media only screen and (max-width: 768px) {
    .btn-add-color {
        margin-top: 0;
    }
}

/*******************************************************/
/* Footer always bottom of page                        */

.wrapper {
    min-height: 100%;
    position: relative;
    /** Footer height plus 24 px */
    padding-bottom: 90px;
}

.wrapper-web {
    min-height: 100%;
    position: relative;
    /** Footer height plus 24 px */
    /*padding-bottom: 90px;*/
}

.footer {
    background: #3e3e3e;
    color: #f6f6f6;
    /*padding: 16px;*/
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    /*overflow: hidden;*/
    /** 66 pixels as total height */
    height: 50px;
    padding: 16px 16px 0;
}

.footer a,
.footer a:hover,
.footer a:active {
    color: #f6f6f6;
}

/*******************************************************/
/* Forms                                               */

.form-group .control-label {
    border-bottom: 1px dotted #787878;
    color: #3e3e3e;
    margin: 16px 5% 8px;
    padding-bottom: 4px;
    text-align: center;
    width: 90%;
}

.form-group .form-control {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

/*******************************************************/
/* Tables                                              */

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: rgba(246, 244, 245, 0.8);
}

.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #f6f6f6;
}

.table>thead>tr>th>label {
    border-bottom: 1px dotted #3e3e3e;
    color: #3e3e3e;
    margin: 8px 5% 0;
    padding-bottom: 4px;
    text-align: center;
    width: 90%;
}

.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th {
    border: none;
    border-right: 1px solid #CCC;
    padding: 0 8px 8px;
    text-align: center;
}

.table>tbody>tr>td {
    text-align: center;
}

.table-bordered>thead>tr:first-child>th:first-child {
    border-left: 4px solid #6cc288;
}



/* Action image buttons */

.table .img-action {

    height: 28px;

}



.table .img-action-wrapper,
.table .img-action-wrapper:hover,
.table .img-action-wrapper:visited,
.table .img-action-wrapper:active {
    display: inline-block;
    margin: 2px 4px;
    text-decoration: none;
}



table th.border-left-green {

    border-left: 3px solid #6cc288;

}



/*******************************************************/

/* Tables for multiple tabulated models                 */



.table-form {

    border-top: none;

}



.table-form>thead>tr:first-child>th {

    border-bottom: none;

    text-align: center;

}



/*******************************************************/

/* Devbridge auto complete                             */



.autocomplete-suggestions {
    background: #f6f6f6;
    padding: 4px;
    max-height: none !important;
}



.autocomplete-suggestions .autocomplete-suggestion {

    cursor: pointer;

    padding: 8px;

}



.autocomplete-suggestions .autocomplete-suggestion:hover {

    background: #6CC288;

    color: #FFFFFF;

}



/*******************************************************/

/* Modals                                              */



.modal-content {

    border-radius: 0;

}



.label_errors th {

    font-weight: normal;

}

/*******************************************************/

/* Index                                       */

#index_links a {

    text-decoration: none;

    color: #3e3e3e;

    font-weight: bold;

}

#index_links img {

    display: inline;

}

#index_links {

    font-size: 15px;

    margin-top: 50px;

}

#index_links div {
    height: 200px;
}

.sillon {
    height: 200px;
}

.index {
    padding-bottom: 250px;
}

.dropzone {
    padding: 0;
    height: 20vw;
    overflow-x: hidden;
    border-left: 1px solid #CCC;
    border-bottom: 0;
    border-right: 0;
}

@media (max-width: 376px) {
    .logoIndex {
        height: 80%;
        width: 80%;
    }

    #index_links {
        font-size: 12px;
        margin-top: 20px;
    }

    #index_links div {
        height: 130px;
    }

    .sillon {
        height: 120px;
    }

    .index {
        padding-bottom: 170px;
    }
}

@media (min-width: 1700px) {

    .sillon {
        height: 300px;
    }
}

/*******************************************************/
/* Login                                       */

#form_login {
    width: 400px;
    padding-top: 24px;
    margin-bottom: 24px;
}

#form_login input {
    position: relative;
    height: 45px;
    color: #3e3e3e;
    font-weight: bold;
    font-size: 16px;
}

#form_login .check input {
    height: 20px;
}

#form_login .btn {
    width: 100%;
    color: #f6f6f6;
}

#form_login .message {
    margin-top: 10px;
    margin-bottom: 20px;
}

.ic_login {
    top: -1px;
    position: absolute;
    right: 400px;
}

@media (max-width: 600px) {
    .logoLogin {
        height: 80%;
        width: 80%;
    }

    .ic_login {
        position: static;
        right: 0;
        margin-bottom: 5px;
    }

    #form_login h1 {
        font-size: 30px;
    }

    #form_login {
        width: 100%;
    }
}

.rectangle {
    height: 18px;
    width: 36px;
    background-color: #6cc288;
    display: inline-block;
    border: black 1px solid;
}

.alert-warning .fa-exclamation-triangle {
    font-size: 25px;
    padding-top: 10px;
    padding-right: 10px;
    color: #ffc007;
}

#modal-delivery-dates .input-group-addon {
    float: left;
    width: 39px;
    height: 34px;
}

#modal-delivery-dates .input-group-btn {
    float: left;
    width: 33px;
    height: 34px;
    margin-left: 3px;
}

.payment-message {
    color: #6cc288;
    font-weight: bold;
    font-style: italic;
    margin-left: 20px;
    margin-top: 5px;
}

.even-stripe {
    background-color: #eaeaea;
}

.odd-stripe {
    background-color: #c1c1c1;
}

.blank-spaces {
    width: 60px;
    height: 20px;
    border: none;
    background: transparent;
}

.disclaimer-text {
    font-size: 11px;
}

.vertical-offset {
    margin-top: -65px;
}

.negative-margin {
    margin-top: -15px !important;
}

.reduced-font {
    font-size: 12px;
}

.datepicker-days {
    cursor: pointer !important;
}

.datepicker-days thead {
    background-color: #6cc288;
    color: white;
}

.datepicker-days .datepicker-switch {
    text-align: center;
}

.datepicker-days .next {
    text-align: right;
}

.save-btn,
.save-btn:active,
.save-btn:visited,
.save-btn:hover {
    background: #6cc288;
    border: 1px solid #6cc288;
    border-radius: 3px;
    color: #f6f6f6;
    outline: none;
    padding: 6px 16px;
}

.td-img {
    display: grid;
    place-items: center;
    grid-template-columns: 50% 50%;
    width: 90%;
    margin: 0 5%;
}

.btn-add-tone {
    border: #929292 solid 2px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.btn-view-tone {
    border: #929292 solid 2px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    margin: 5px 10px 5px 0;
}

.tone-text {
    display: inline-block;
    border: 1px solid #212121;
    padding: 2px 5px;
    border-radius: 6px;
    cursor: pointer;
}

.li-tone-web {
    position: relative;
}

.view-tone-component {
    position: absolute;
    top: -55px;
    left: -5px;
    border: 6px solid #fff;
    z-index: 999;
}

.view-tone-component .fa-times {
    position: absolute;
    right: 5px;
    top: 5px;
    color: #ff6666;
    border: 1px solid white;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: block;
    cursor: pointer;
    background-color: white;
    line-height: 26px;
    text-align: center;
    font-size: 22px;
}

.view-tone-component img {
    width: 150px;
    height: 150px;
}

.payment-type-label {
    font-weight: bold;
    margin: 10px 0 5px 0;
}

#promo-create-form .group-date {
    position: relative;
}

#promo-create-form .group-date i.fa-calendar-o {
    position: absolute;
    right: 22px;
    bottom: 10px;
    font-weight: bold;
}

.datepicker-days .disabled.day {
    background-color: #dedede;
    cursor: not-allowed;
}

.datepicker-days .active.day {
    background-color: #6cc288;
}

.has-error #cke_description,
.has-error #cke_terms_conditions {
    border: 1px solid #a94442;
}

.swal2-content {
    margin: 35px 0 !important;
}

.btn-danger:focus,
.btn-info:focus {
    outline: none;
}