/* --------------------------- general ---------------------------------*/

@font-face {
    font-family: 'trend-fonts';
    src: url('../fonts/trend-fonts.eot?97780575');
    src: url('../fonts/trend-fonts.eot?97780575#iefix') format('embedded-opentype'), 
        url('../fonts/trend-fonts.woff?97780575') format('woff'), 
        url('../fonts/trend-fonts.ttf?97780575') format('truetype'), 
        url('../fonts/trend-fonts.svg?97780575#trend-fonts') format('svg');
    font-weight: normal;
    font-style: normal;
}

a:link, a:visited {
    text-decoration: none !important;
}

.trend-icon {
    font-family: "trend-fonts";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
    margin-left: .2em;
    /* You can be more comfortable with increased icons size */
    /* font-size: 120%; */
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    /* Uncomment for 3D effect */
     text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); 
}

.warning {
    color: #f02121;
    font-size: 30px;
    vertical-align: middle;
}

/*-----------layout----------------------------*/
.jumbotron {
    background-color: #000000;
    padding: 0;
    margin-bottom: 15px;
}


#img-header {
    display: none;
}

#img-header-small {
    
}

#myNavbar i {
    font-size: 15px;
    color: #999;
}

.my-mdl {
    z-index: 2040;
}

.container.body-content {
    margin-bottom: 50px;
}

.h-custom {
    text-align: center;
}
/*------------------------------------*/
.h-custom.success {
    color: forestgreen;
}

fieldset.scheduler-border {
    border: 1px groove #ccc !important;
    padding: 1em 1.4em !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
    width: 100%;
    border-radius: 3px;
}

    fieldset.scheduler-border label {
        font: 11px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    }

legend.scheduler-border {
    font: 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
    text-align: left !important;
    width: auto;
    border-bottom: none;
    margin-bottom: 0px;
}

.pointer {
    cursor: pointer;
}

/* *************************************
* *********** whatsapp **********
* ************************************ */

.whatsapp {
    position: fixed;
    width: 45px;
    height: 45px;
    bottom: 35px;
    right: 25px;
    color: #FFF;
    background-color: #35b448;
    border-radius: 50px;
    text-align: center;
    box-shadow: 2px 2px 3px #999;
    z-index: 5000;
}

.whatsapp-icon {
    position: relative;
    vertical-align: middle;
    font-size: 30px;
}

.whatsapp{
    color: #fff;
}

.whatsapp:hover {
    color: #fff;
}

/* *************************************
* *********** overwriting bootstrap **********
* ************************************ */

.custom-table.table.dataTable td {
    padding: 5px;
    vertical-align: middle;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 8px;
}

.btn-primary {
    color: #fff;
    background-color: #000;
    border-color: #000;
}

.form-group label {
    padding-left: 4px;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #444;
    border-color: #444;
}

.btn-primary.trend-btn-md {
    color: #fff;
    background-color: #000;
    border-color: #000;
    width: 120px !important;
}

.trend-btn-lg {
    color: #fff;
    background-color: #000;
    border-color: #000;
    width: 150px !important;
}

.btn-danger {
    color: #fff;
    background-color: #d2322d;
    border-color: #d43f3a;
}

.btn-danger:hover {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #000;
    border-color: #000;
}

.form-control {
    font-size: 12px;
}

select[multiple], select[size] {
    height: 150px;
}

label {
    font-weight:100;
}

.modal-header h4, h3 {
    text-align: center;
}

.modal-body {
    padding-bottom: 10px;
}

.modal-footer {
    margin-top: 0px;
    text-align: center;
}

.tooltip-inner {
    max-width: 500px !important;
}


.btn-primary.disabled {
    background-color: #8c939a;
    border-color: #8c939a;
    cursor:not-allowed;
}

.btn-primary.disabled:hover {
    cursor: not-allowed;
}

h4 {
    color: #514f4f;
}

/*----------------------------------------*/

body {
    padding-top: 0px;
    padding-bottom: 0px;
    font-size: 14px;
    background-color: #EBEBEB !important;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* -------- modal bootstrap --------------- */
body.modal-open {
    margin-right: 0px;
}


.modal-dialog.modal-md {
    width: 400px;
}

.navbar {
    position: absolute;
    top: 10px;
    right: 10px;
}
    /* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
    .dl-horizontal dt {
    white-space: normal;
}

a {
    outline: 0;
    text-decoration: none;
    touch-action: manipulation;
}

    a:link {
        /*  color: #fff; */
    }

    a:visited, a:active, a:hover {
        text-decoration: none;
    }

.btn-group-lg > .btn, .btn-lg {
    font-size: 1.5rem;    
}

input::-moz-focus-inner {
    border: 0;
}

a:hover, a:active, a:focus {
    outline: 0 !important;
    /* styling for any way a link is about to be used */
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {

}

.separator {
    margin: 0;
    border-color: rgba(0, 0, 0, 0.25);
}

.catalogo {
    text-align: center;    
}

    .catalogo a {
        color: white;
        padding-top: 5px;
    }

    .catalogo p:first-child {
        font-weight: 600;
    }

    .catalogo img {
        padding-bottom: 15px;
    }

    .catalogo b {
        font-size: 18px;
    }

.material-icons {
    vertical-align: middle;
    margin-right: 10px;
}

/*********** Menu ************/
.navbar-inverse {
    background-color: #000;
    border-color: #080808;
}

#button li a {
    font-family: Arial;
    font-size: 1.5rem;
    text-decoration: none;
    float: right;
    padding-top: 15px;
    padding-right: 10px;
    color: #fff;
}

#login {
    border: 1px solid #dddddd;
    -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.2);
    -o-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.2);
}

.center-screen {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
}

.centrar-imagen {
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 15px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #999;
    font-size: 1.3rem;
}
/* *************************************
* *********** Loader **********
* ************************************ */

#loader-wrapper {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: BLACK;
    opacity: 0.2;
    z-index: 10002;
}

#loader {
    display: none;
    position: fixed;
    top: 30%;
    left: 50%;
    margin-left: -150px;
    padding-top: 15px;
    width: 300px;
    height: 80px;
    background-color: #ffffff;
    border-radius: 5px;
    z-index: 10003;
}

#loader span {
    font-size: 15px;
    margin-left: 10px;
}

#puff-loader {
    display: none;
    top: 0px;
    left: 0px;
    position: absolute;
}


/*-------------- index -----------------*/

.services div {
    float: left;
    margin-top: 20px;
}

#last-service {
    margin-bottom: 50px;
}

.services img {
    width: 80%;
    height: 80%;
}

.services div > h4 {
    font-size: 14px;
    font-weight: 700;
}

.services a {
    color: orangered;
    font-weight: 700;
    font-style: italic;
}

.services p {
    text-align: justify;
}

.descripcion-servicio {
    margin-top: 10px !important;
}

.ver-servicio {
    margin-top:10px !important;
    text-align:right;
}

.ver-servicio i {
    color: #000;
    margin-right: 10px;
    font-size: 22px;
}
.intro-trend-sistemas {
    margin-top: 10px;
    text-align: justify;
}

.intro-trend-sistemas b {
    color: #da4a15;
    font-style:italic;
}

.b-home {
    font-size: 16px;
    color: #da4a15;
    font-style: italic;
}

.demo-video{
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom:30px;
}

#try-for-free{
    margin-top: 30px;
}

/*-------------- community -----------------*/

#community-banners div {
    margin-bottom: 25px;
}

.titulo {
    text-align: center;
    margin-top:40px;
    margin-bottom:20px;
    font-weight:600;
}

.td-icon {
    padding-right: 10px;
    vertical-align: top;
}

#services-items p {
    padding-bottom: 15px;
}

#services-items i {
    color: orangered;
}

.icon-cancel {
    color:red !important;
}

.plan {
    margin-bottom: 30px !important;
    padding: 15px 15px !important;
    background-color: #000 !important;
}


.plan img {
    margin-bottom: 30px !important;
}

.plan-price {
    font-size: 32px !important;
    color: orangered !important;
}

.plan-features {
    text-align: left !important;
}

    .plan-features li {
        font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
        font-size: 13px;
        color: rgb(147, 145, 145);
    }

.plan-feature i {
    color: green;
    padding-right:20px;
}

.sample-template img {
    margin-bottom:20px;
}

/*-------------- social -----------------*/
.img-template {
    margin: 0 auto;
    margin-bottom: 30px;
}

.social-h {
    text-align: center;
    margin-bottom: 30px;
}


#insta-features {
    margin: 50px auto;
}

    #insta-features div {
        margin-top: 50px;
    }

    #insta-features h4 {
        padding-left: 20px;
        display: inline;
    }

    #insta-features i {
        color: orangered;
        display: inline;
        padding-right: 10px;
    }

    #insta-features p {
        margin-bottom: 10px;
    }


/*-------------- registration -----------------*/
.registration h3 {
    margin-top: 0px;
    font-size: 24px;
}

.form-group.registration label {
    width: 100%;
    font-weight: lighter;
}

.form-group.registration input[type=text] {
    margin-bottom: 20px;
}

.form-group.registration input[type=submit] {
    margin-top: 15px;
    width: 100%;
}

.alert-success a{
    color: black;
}
/*-------------- login -----------------*/
.forgot-password a {
    color: #1d1d1d;
    font-size: 0.99rem;
}



.catalogo p:first-child {
    font-weight: 600;
}


/*-------------- control panel -----------------*/

.sidenav {
    float: left;
    height: 100%;
    width: 250px;
    position: fixed;
    display: block;
    z-index: 1;
    left: 0;
    background-color: #F9F9F9;
    padding-top: 60px;
    min-height: 100vh;
    overflow: scroll;
}

    .sidenav a {
        padding: 16px 0 16px 24px;
        text-decoration: none;
        font-size: 14px;
        color: #444;
        display: block;
    }

        .sidenav a:hover, .activo {
            background-color: #f2eded;
            box-shadow: inset .25em 0 0 #fd7701;
            /*background-color: #f2eded;*/
        }

    .sidenav i {
        padding-right: 35px;
        font-size:19px;
    }

.control-panel-content {
    position: fixed;
    top: 104PX;
    bottom: 50px;
    width: 100%;
    left: 0px;
    padding-left: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}

/*-------------- control panel -----------------*/

.wraper-c-panel {
    max-width: 640px;
    margin: 70px auto 20px;
}

.perfil, .punto-venta {
    border-radius: 6px;
    max-width: 640px;
    margin: 20px auto 34px;
    background-color: #fff;
    border: 1px solid #dddddd;
    -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.2);
}

.box {
    justify-content: space-between;
    align-items: center;
    padding: 16px 20px;
    border-bottom: 1px solid rgba(0,0,0,.1);
}

.box-info {
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    flex: 1 0;
}

.box-label {
    display: flex;
    -webkit-flex: 1;
    flex: 1;
    font-size: 14px;
    font-weight: 400;
    color: #000;
}

.box-value {
    -webkit-flex: 2;
    flex: 2;
    color: rgba(0,0,0,.45);
}

.box-info.add-punto i {
    align-self: center;
    flex-grow: 0;
    padding-right: 5px;
    font-size: 16px;
}

.box-info.add-punto a {
    flex-grow: 2;
    color: #d26a0f;
}

.icon-plus {
    -webkit-flex: 2;
    flex: 3;
    color: rgba(0,0,0,.45);
}

.perfil-change span {
    color: #d26a0f;    
}

.perfil-change:hover {
    cursor: pointer;
}

.perfil-change i {
    text-align: right;
    width: 100%;
}

.perfil, .instamatic {
    border-radius: 6px;
    max-width: 640px;
    margin: 20px auto 34px;
    background-color: #fff;
    border: 1px solid #dddddd;
    -moz-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 2px 2px 11px 0px rgba(0, 0, 0, 0.2);
    padding: 15px;
}

/* ---------------------- puntos venta ----------------------*/

.pos-change span {
    color: #d26a0f;
}

.get-pos:hover {
    cursor: pointer;
}

.pos-change i {
    text-align: right;
    width: 100%;
}

.baja-pos {
    margin-top: 10px;
}

/* ---------------------- usuarios ----------------------*/
#tblUsuarios i {
    font-size: 15px;
}

.tablecontainer.usuarios {
    width: 90%;
    margin: 35px auto;
}

.tablecontainer.usuarios > a {
    margin-bottom: 20px;
    margin-top: 20px;
}

.tablecontainer.usuarios span {
    padding-right: 25px;
    font-size: 20px;
}

    .tablecontainer.usuarios table {
        width: 100%;
    }

.wraper-c-panel-collaborators {
    max-width: 750px;
    margin: 70px auto 20px;
}

.wraper-c-panel-collaborators div {
    width: 750px;
}

    .wraper-c-panel-collaborators p {
        padding-bottom: 25px;
        padding-right: 25px;
        margin-right: 25px;
    }

.wraper-c-panel-collaborators a {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 150px;
}

.wraper-c-panel-collaborators i {
    font-size: 50px;
    color: #777777;
}

.wraper-c-panel-collaborators span {
    padding-right: 25px;
    font-size: 20px;
}

.collaborators {
    display: flex;
    justify-content: space-around;
}

#colaborator-imagen {
    display: flex;
    align-items: center;
}

    #colaborator-imagen img {
        align-items: center;
    }



.collaborators div {
    margin-left: 20px;
    padding-left: 20px;
    flex-grow: 1;
    width: 0;
}

.collaborators i {
    margin-bottom: 20px;
}

.team-work {
    height: 100px;
    width: 240px;
}

.warning.pass-reset {   
    font-size: 40px;
}

.warning.pass-reset span {
    font-size: 20px;
}

.success b {
    color: forestgreen;
    vertical-align: middle;
}

/* ---------------------- pagos ----------------------*/

#tblFacturas i {
    font-size: 15px;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#main {
    transition: margin-left .5s;
    padding: 20px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {

    .sidenav {
        padding-top: 15px;
    }

        .sidenav a {
            font-size: 18px;
        }
}



/* ---------------------- mercado pago ----------------------*/

.wraper-c-panel-mercado {
    max-width: 750px;
    margin: 70px auto 20px;
}

    .wraper-c-panel-mercado div {
        width: 750px;
    }

    .wraper-c-panel-mercado p {
        padding-bottom: 25px;
        padding-right: 25px;
        margin-right: 25px;
    }

    .wraper-c-panel-mercado a {
        margin-bottom: 20px;
        margin-top: 20px;
        width: 180px;
    }

    .wraper-c-panel-mercado i {
        font-size: 50px;
        color: #777777;
    }

    .wraper-c-panel-mercado span {
        padding-right: 25px;
        font-size: 20px;
    }

#success-mp {
    font-size: 30px;
    color: #35bf13;
    margin-right: 0;
}

/* ---------------------- instamatic ----------------------*/

.instamatic span:hover{
    cursor: pointer;
}

.instamatic input[type="radio"] {
    position: relative;
    top: 0.29rem !important;
}

/* ---------------------- start ----------------------*/
.wraper-start {
    max-width: 700px;
    margin: auto;
}

    .wraper-start button {
        width: 150px !important;
    }

    .wraper-start p {
        padding-bottom: 25px;
        padding-right: 25px;
        margin-right: 25px;
    }
    .wraper-start a {
        margin-bottom: 20px;
        margin-top: 20px;
        width: 210px;
    }

    .wraper-start i {
        font-size: 50px;
        color: #777777;
    }

    .wraper-start span {
        padding-right: 25px;
        font-size: 20px;
    }


/*-------------- footer -----------------*/

#powered {
    padding-top: 20px;
    padding-bottom: 10px;
    color: #808080;
}

#footer {
    background-color: #000;
    padding: 0;
    bottom: 0px;
    position: fixed;
    width: 100%;
    text-align: center;
    z-index: 1500;
}

    #footer a {
        color: #797878;
    }

        #footer a:visited {
            color: #797878;
        }

        #footer a:hover {
            color: #797878;
        }

/*********** Acordeon *************/

.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;
    border-color: #EEEEEE;
}

.panel-title {
    font-size: 14px;
}

    .panel-title > a {
        display: block;
        padding: 15px;
        text-decoration: none;
    }

.more-less {
    float: right;
    color: #212121;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
    text-align: justify;
}


/* ----- v CAN BE DELETED v ----- */

.demo {
    margin-bottom: 60px;
}

#photoDemo .slides {
    min-height: 200px;
}

/* *************************************
* *********** Media queries ************
* ************************************ */
    /* tamaño moto g5 anch 366*/
/* (Navegador pc) */

    @media (min-width: 768px) {

        .whatsapp {
            height: 45px;
            bottom: 25px;
        }

        .jumbotron {
            margin-bottom: 30px;
            padding-top: 0px;
            padding-bottom: 0px;
            font-size: 14px;
            text-align: center;
        }

        #photoDemo .slides {
            min-height: 400px;
        }

        #img-header {
            display: initial;
        }

        #img-header-small {
            display: none;
        }

        /********** menu ***********/
        #button {
            margin-right: 20px;
        }

            #button li a {
                font-family: Arial;
                font-size: 1.5rem;
                text-decoration: none;
                float: right;
                padding: 10px;
                color: #fff;
            }

        #faq {
            position: fixed;
            top: 120px;
            right: 100px;
        }

        /*************** index *************************/
        .services div {
            margin-top: 40px;
        }
        
        .services div > h4 {
            font-size: 18px;
            text-align: left;
            padding-left: 10px;
            padding-top: 50px;
        }

        .services img {
            width: 100%;
            height: 100%;
        }

        .ver-servicio {
            margin-top:0px !important;
        }

        .dm-video {
            width: 100%;
            height: auto;
        }

        #try-for-free {
            margin-top: 0;
        }

        /*-------------- community -----------------*/

        .td-icon {
            padding-right: 10px;
            vertical-align: top;
        }

        /*-------------- social -----------------*/

        #insta-features {
            margin: 100px auto;
        }

        .social-h {
            text-align: center;
            margin-top: 20px;
            margin-bottom: 30px;
        }

        #social-main-picture {
            max-width: 80%;
            margin-top: 35px;
        }
    }



    /*================ Camaras ================== */
    .instalacion p {
        font-size: 50px;
        color: #556572;
        padding-top: 25px;
    }

    .instalacion span {
        display: flex;
    }

    .instalacion i {
        padding-right: 20px;
        color: #da4a15;
    }

    #vigilancia {
        color: #da4a15;
        padding-top: 35px;
        padding-bottom: 15px;
    }

    #phone {
        margin-top: 30px;
    }

        #phone img {
            margin-bottom: 30px;
        }

        #phone p {
            font-size: 20px;
            font-weight: 400;
            text-align: center;
            margin-bottom: 35px;
        }

        #phone a {
            color: #000000;
            cursor: pointer;
        }

        #phone i {
            font-size: 40px;
            vertical-align: bottom;
        }

    #componentes h4 {
        color: #45525b;
        text-align: center;
        margin-top: 50px;
    }

    #h4-presupuesto {
        color: #45525b;
    }
    /* Tables componentes sistema camaras
================================== */
    .Rtable {
        display: flex;
        flex-wrap: wrap;
        margin: 0 0 3em 0;
        padding: 0;
    }

    .Rtable-cell {
        box-sizing: border-box;
        flex-grow: 1;
        width: 100%;
        padding: 0.8em 1.2em;
        overflow: hidden;
        list-style: none;
        border: solid 3px white;
        background: rgba(112, 128, 144, 0.2);
    }

        .Rtable-cell > h1,
        .Rtable-cell > h2,
        .Rtable-cell > h3,
        .Rtable-cell > h4,
        .Rtable-cell > h5,
        .Rtable-cell > h6 {
            margin: 0;
        }
    /* Table column sizing
================================== */
    .Rtable--2cols > .Rtable-cell {
        width: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .Rtable--3cols > .Rtable-cell {
        width: 33.33%;
    }

    .Rtable--4cols > .Rtable-cell {
        width: 25%;
    }

    .Rtable--5cols > .Rtable-cell {
        width: 20%;
    }

    .Rtable--6cols > .Rtable-cell {
        width: 16.6%;
    }
    /* Page styling
================================== */

    /* Apply styles
================================== */
    .Rtable {
        position: relative;
        top: 3px;
        left: 3px;
    }

    .Rtable-cell {
        margin: -3px 0 0 -3px;
        background-color: white;
        border-color: #e2e6e9;
    }
    /* Cell styles
================================== */
    .Rtable-cell--dark {
        background-color: slategrey;
        border-color: #5a6673;
        color: white;
    }

        .Rtable-cell--dark > h1,
        .Rtable-cell--dark > h2,
        .Rtable-cell--dark > h3,
        .Rtable-cell--dark > h4,
        .Rtable-cell--dark > h5,
        .Rtable-cell--dark > h6 {
            color: white;
        }

    .Rtable-cell--medium {
        background-color: #b8c0c8;
        border-color: #a9b3bc;
    }

    .Rtable-cell--light {
        background-color: white;
        border-color: #e2e6e9;
    }

    .Rtable-cell--highlight {
        background-color: lightgreen;
        border-color: #64e764;
    }

    .Rtable-cell--alert {
        background-color: darkorange;
        border-color: #cc7000;
        color: white;
    }

        .Rtable-cell--alert > h1,
        .Rtable-cell--alert > h2,
        .Rtable-cell--alert > h3,
        .Rtable-cell--alert > h4,
        .Rtable-cell--alert > h5,
        .Rtable-cell--alert > h6 {
            color: white;
        }

    .Rtable-cell--head {
        background-color: slategrey;
        border-color: #5a6673;
        color: white;
    }

        .Rtable-cell--head > h1,
        .Rtable-cell--head > h2,
        .Rtable-cell--head > h3,
        .Rtable-cell--head > h4,
        .Rtable-cell--head > h5,
        .Rtable-cell--head > h6 {
            color: white;
        }

    .Rtable-cell--foot {
        background-color: #b8c0c8;
        border-color: #a9b3bc;
    }
    /* Responsive
==================================== */
    @media all and (max-width: 500px) {
        .Rtable--collapse {
            display: block;
        }

            .Rtable--collapse > .Rtable-cell {
                width: 100% !important;
            }

            .Rtable--collapse > .Rtable-cell--foot {
                margin-bottom: 1em;
            }
    }

    .no-flexbox .Rtable {
        display: block;
    }

        .no-flexbox .Rtable > .Rtable-cell {
            width: 100%;
        }

        .no-flexbox .Rtable > .Rtable-cell--foot {
            margin-bottom: 1em;
        }

