﻿.introjs-skipbutton{display:none}
.introjs-overlay {
    opacity: 70%
}

.page-footer {
    position: fixed;
    height: 50px;
    background-color: red;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin-bottom: 0px;
}


section.content {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background: #f5f5f5;
    border: 5px solid #fff;
    padding: 10px;
    position: relative;
    margin: 10px 10px 10px 10px;
    box-shadow: 0 0 16px rgba(41, 42, 51, 0.06), 0 6px 20px rgba(41, 42, 51, 0.02);
}

.block-header {
    border-radius: 10px;
   
}

.block-header img { height: 40px; width: auto;}

.inbox.left { padding-right: 10px}

.btn-primary {
    background-color: royalblue
}

.btn-primary {
    background-color: royalblue
}

.menu_principal li a { padding-left: 15px; padding-right: 15px}

