body {
    font-family: Roboto, 'Open Sans', sans-serif !important;
    background-color: rgb(240, 243, 246);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 10pt;
}

@media (max-width: 768px) {
    body {
        font-size: 9pt;
    }
}

@media (max-width: 1520px) {
    body {
        font-size: 9pt;
    }
}

#bg {
    -moz-transition: opacity 2s ease-in-out;
    -webkit-transition: opacity 2s ease-in-out;
    -ms-transition: opacity 2s ease-in-out;
    transition: opacity 2s ease-in-out;
    height: 100%;
    left: 0;
    opacity: .25;
    position: fixed;
    top: 0;
    width: 100%;
    filter: blur(5px);
    background-repeat: round;
}

#bgo {
    opacity: .5;
    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    background-color: rgb(238, 245, 249);
    background: -webkit-linear-gradient(#f3f3f7 0%, #c0cac3 100%);
    background: -moz-linear-gradient(#f3f3f7 0%, #c0cac3 100%);
    background: -o-linear-gradient(#f3f3f7 0%, #c0cac3 100%);
    background: linear-gradient(#f3f3f7 0%, #c0cac3 100%);
}

#bg div {
    -moz-transition: opacity 3s ease, visibility 3s;
    -webkit-transition: opacity 3s ease, visibility 3s;
    -ms-transition: opacity 3s ease, visibility 3s;
    transition: opacity 3s ease, visibility 3s;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    visibility: hidden;
    width: 150%;
}



.panel {
    margin-bottom: 0;
    min-height: 60px;
}

.panelSuperior .panel {
    margin: 0;
    background: #fefefe;
}

.menuSuperior .nav-tabs>li {
    margin-bottom: 0;
    background-color: #ffffff;
    border-radius: 5px 5px 0 0;
    margin-right: 2px;
    border: 1px solid #ddd;
}

.page {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    background: #ffffff;
}

.card100 {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 20px;
    width: -webkit-calc(100% - 20px);
    width: -moz-calc(100% - 20px);
    width: calc(100% - 20px);
}

.card {
    position: relative;
    margin: .5rem 0 1rem;
    background-color: #fff;
    -webkit-transition: -webkit-box-shadow .25s;
    transition: -webkit-box-shadow .25s;
    transition: box-shadow .25s;
    transition: box-shadow .25s, -webkit-box-shadow .25s;
    border-radius: 2px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.09);
}

.menuButton {
    margin: 5px;
    padding: 5px;
    cursor: pointer;
    transition: all .8s ease;
    text-transform: uppercase;
    color: #337ab7;
    text-align: left;
}

.menuButton:hover {
    background-color: #ccc;
    color: #000;
}

.nav-tabs>li>a:hover {
    font-weight: normal;
}

.titlebar img {
    height: 4em;
    margin-left: 1em;
    margin-top: 0;
    margin-bottom: 0;
}

.titlebar .avatar img {
    border-radius: 100%;
}

.subtitlebar {
    background-color: rgb(51, 51, 51);
    height: 50px;
    left: 0;
    padding: 0 10px;
    position: fixed;
    right: 0;
    top: 50px;
    width: 100%;
    z-index: 600;
    color: #ffffff;
}

/*Menu Superior*/

.topMenu {
    position: fixed;
    top: 50px;
    left: 0;
    width: 100%;
    z-index: 101;
    background: #678194;
}

.topMenu ul {
    margin: 0;
}

.topMenu ul li:first-child {
    margin-left: 0;
}

.topMenu ul li {
    display: inline-block;
    margin-right: 20px;
    font-size: 1.1em;
    color: white;
    text-align: center;
    padding: 10px;
    text-decoration: none;
}

.topMenu .amenu {
    padding-right: 2em;
}

.amenu:after {
    position: absolute;
    top: 1.3em;
    right: .5em;
    width: .5em;
    height: .5em;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
    content: "";
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: border-color .2s ease;
    -moz-transition: border-color .2s ease;
    -ms-transition: border-color .2s ease;
    -o-transition: border-color .2s ease;
    transition: border-color .2s ease;
}

.cardHeader, .w100 {
    width: 100%;
}

.left-sidebar a {
    text-decoration: none;
    transition: none;
}

.left-sidebar a {
    display: inline-flex;
}

.left-sidebar .list ul {
    display: none;
}

.left-sidebar.opened .list, .left-sidebar.opened .list ul {
    display: block;
}

.left-sidebar .list ul li {
    display: block;
}

.left-sidebar .fa {
    line-height: 27px;
    display: inline-block;
    vertical-align: middle;
    color: #99abb4;
    margin: .5em;
}

.left-sidebar img {
    margin: 0 1.1em 1.1em;
    width: 80%;
    height: auto;
}

.left-sidebar .list ul li:hover {
    color: #181818;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-top: 2px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.ntd, .ntd:hover {
    text-decoration: none;
}

a.ntd:hover h1, a.ntd:hover h2 {
    color: #949494;
}

.semaforo .list-group-item {
    background-color: transparent;
}

.input_custom_group input {
    background-color: transparent;
}

.listado_busqueda_avanzada_persona {
    background-color: transparent;
}

.botoneraTabla {
    padding: 0 .6em 0 0 !important;
}

.botoneraTabla button {
    margin-bottom: .2em !important;
}

.CSInput label {
    color: rgba(0, 0, 0, 0.4);
    font-size: 1em;
    font-weight: 700;
}

.CSInput.disabled p {
    font-weight: 400;
    padding-left: 0;
    display: block;
    outline: none;
    width: 100%;
}

.panel-default {
    border-color: #e6e9fd;
}

.panel-default>.panel-heading {
    padding-bottom: 14px;
}

.timeline h1, .timeline h2, .timeline h3, .timeline h4 {
    padding-left: 0;
}