body {
    background-color: #ddd;
}

/* juandeee */
h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    font-family: 'Ubuntu', sans-serif;
    margin-top: 10px;
}

.label-warning {
    margin-top: 15px;
    font-size: 14px;
    background-color: #f0ad4e;
    padding: 5px;
}

.title h2 {
    padding-left: 20px;
    padding-right: 20px;
}

.title h3 {
    padding: 20px;
    color: #fff;
    background-color: #f0ad4e;
    /*font-weight: 500;*/
}

.h3, h3 {
    font-size: 22px;
}

.h4, h4 {
    font-size: 21px;
}

.fa-dot-circle-o {
    color: #023a78;
}

.fa-check {
    color: #008906;
}

.fa-bolt {
    color: #9b1001;
}

.fa-times {
    color: #9b1001;
}

p {
    font-family: 'PT Serif', sans-serif;
    font-weight: 300;
    color: #686667;
    font-size: 14px;
}

.logo {
    float: right;
}

.right {
    float: right;
}

#main-title {
    font-weight: 500;
    text-align: center;
    color: #f4f4f4;
    background: #023a78;
}

#page {
    background: #f4f4f4;
}

.slide {
    background: #f4f4f4;
}

.list {
    font-size: 21px;
}

/*.list-group {*/
/*list-style-type: disc;*/
/*}*/

.glyphicon-hand-right {
    color: orange;
}

.min-height {
    min-height: 280px;
}

.child {
    text-align: center;
    vertical-align: middle;
    height: 100%;
}

/* juandedddd ****************************/

.shadow {
    /*-webkit-box-shadow: 0px 0px 28px 1px rgba(20, 20, 20, 0.16);*/
    /*-moz-box-shadow: 0px 0px 28px 1px rgba(20, 20, 20, 0.16);*/
    /*box-shadow: 0px 0px 28px 1px rgba(20, 20, 20, 0.16);*/
    -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.20);
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.20);
}

.btn {
    color: white;
    background-color: #023a78;
    border-color: #023a78;
}

/*.row {*/
/*    margin-top: 0;*/
/*    margin-bottom: 0;*/
/*}*/

[class*="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
}

.title {
    /*height: 50px;*/
    font-size: 18px;
    line-height: 20px;
}

.navbar-right {
    padding: 10px;
}

.navbar {
    background-color: #023a78;
    border-color: #023a78;
    border-radius: 0px;
    color: white;
    border: 0px;
    min-height: 60px !important;
}

.navbar-default .navbar-nav > li > a {
    color: white !important;
    /*height: 27px;*/
}

.navbar-default .navbar-nav > li > a:hover {
    color: darkgray;
}

.navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 0px;
    color: white;
    line-height: 30px;
}

.navbar-brand-box {
    border-radius: 2px;
    overflow: hidden;
    max-height: 58px;
    background-color: white;
    margin: 0 auto;
}

.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
    height: 60px;
    margin-left: 0px !important;
}

.navbar-brand-img {
    /*height: 100%;*/
    /*max-height: 58px;*/
}

.menu {
    display: inline;
    padding-left: 10px;
}

.form-horizontal .control-label {
    padding-top: 15px;
}

.form-group {
    margin-bottom: 0px;
}

.footer-right {
    padding-right: 10px;
    float: right;
}

.footer-left {
    padding-left: 10px;
    float: left;
}

.admin-navbar a {
    color: white;
    font-weight: 400;
}

.admin-navbar ul {
    margin-top: 0;
    margin-bottom: 0px;
}

/*
 colores
 ################################################### */
.submit-with-icon {
    background: transparent;
    border: 0px;
    padding: 0;
    outline: 0;
}

.gray {
    color: #73879C;
}

/*
gentelella
################################################# */
.count {
    text-align: center;
}

/*
slides
################################################# */
img {
    max-width: 100%;
    max-height: 100%;
}

/*
slides
################################################# */
.admin-single-dl {
    padding: 16px;
    border-radius: 15px;
    background: #abd9fd;
}

.admin-single-dl > dd {
    padding: 2px;
}

.no-bullet {
    list-style-type: none;
}

/*
Trans para iconos/links
################################################# */
.trans {
    background-color: white;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
    transition-duration: .3s;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.20);
    border-radius: 4px;
}

.trans:hover {
    background-color: #023a78;
    color: white;
}

.trans:hover a {
    color: white;
}

.navbar-default .navbar-brand {
    padding: 5px;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: black !important;
}

@media screen and (max-width: 768px) {

    .navbar-brand {
        width: 100%;
    }

    .navbar-toggle {
        position: absolute;
        right: 0;
        top: 4px;
    }
}

/* para el procesando del datatables */
div.dataTables_processing {
    z-index: 1;
}
