html,
body {
    height: 100%;
    /* Location of the image */
    background-image: url(images/fondo_login_cempro.jpg);

    /* Background image is centered vertically and horizontally at all times */
    background-position: center center;

    /* Background image doesn't tile */
    background-repeat: no-repeat;

    /* Background image is fixed in the viewport so that it doesn't move when
       the content's height is greater than the image's height */
    background-attachment: fixed;

    /* This is what makes the background image rescale based
       on the container's size */
    background-size: cover;

    /* Set a background color that will be displayed
       while the background image is loading */
    background-color: #269E32;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media (max-width: 767px) {
    .nav li > form > button.logout {
        display: block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

/*CC-CSS*/
.input-icons i {
    position: absolute;
}

.input-icons {
    width: 100%;
    margin-bottom: 10px;
}

.icon {
    padding: 10px;
    min-width: 40px;
}

.input-field {
    width: 100%;
    padding: 10px;
    text-align: center;
}

.giiant-crud {
    background-color: #E6E7E9;
    padding: 20px;
}

/*columnas*/
/*  SECTIONS  */
.section {
    clear: both;
    padding: 0px;
    margin: 0px;
}

/*  COLUMN SETUP  */
.col {
    display: block;
    float: left;
    margin: 1% 0 1% 1.6%;
}

.col:first-child {
    margin-left: 0;
}

/*  GROUPING  */
.group:before,
.group:after {
    content: "";
    display: table;
}

.group:after {
    clear: both;
}

.group {
    zoom: 1; /* For IE 6/7 */
}

/*  GRID OF FIVE  */
.span_5_of_5 {
    width: 100%;
}

.span_4_of_5 {
    width: 79.68%;
}

.span_3_of_5 {
    width: 59.36%;
}

.span_2_of_5 {
    width: 39.04%;
}

.span_1_of_5 {
    width: 18.72%;
}

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
    .col {
        margin: 1% 0 1% 0%;
    }

    .span_1_of_5, .span_2_of_5, .span_3_of_5, .span_4_of_5, .span_5_of_5 {
        width: 100%;
    }
}

/*fin columnas*/
.miniatura {
    width: 100%;
    opacity: 0.75;
}

.miniatura:hover {
    opacity: 1;
}

.navbar-fixed-top {
    background: #3AB54A;
    border-width: 0 0;

}

/* boton de plantillas*/
button {
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    border: 0px solid #000;
    border-radius: 50%;
    clear: both;
    opacity: 0.6;
    margin-left: 20px;
}
button:hover {
    opacity: 1;
}
.boton_plantillas {
    color: #FFF;
    background: #666 !important;
    border-radius: 10px !important;
    padding: 10px !important;
    font-size: 16px;
    font-weight: 600;
}
.navbar-inverse .navbar-nav > .active > a {
    background: #0B8F46 !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #fff;
}

.footer {
    display: initial;
}

.breadcrumb {
    display: none;
}

/*login*/
.contenedor {
    max-width: 700px;
    position: relative;
    top: 150px;
    margin: 0 auto;
}

.bloques {
    display: inline-block;
    vertical-align: top;
}

.izquierda, .derecha {
    max-width: 45%;
}

.izquierda {
    text-align: right;
}

.derecha {
    text-align: center;
}

.form-horizontal .form-group {
    margin-right: 20px !important;
    margin-left: 20px !important;
}


.desaparece {
    width: 1px;
    height: 350px;
    background-color: #FFF;
    margin: 0 5px;
}

.site-login {
    text-align: left;
}

.logo_login {
    width: 85%;
}


::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff!important;
    opacity: 0.8!important; /* Firefox */
  }
.btn-primary {
    background-color: #fff;
    width: 100%;
    padding: 5px;
    color: #666;
    font-size: 16px;
}

.btn-primary:hover {
    background-color: #EAD800;
    color: #666;
}

.yii-debug-toolbar {
    display: none !important;
}

.image_login {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

i {
    color: #999;
}

.pie_pagina {
    width: 100%;
    background-color: #333;
    color: #ddd;
    padding: 20px;
    min-height: 70px;
    font-weight: 100;

}

.navbar-brand {
    background: url(images/logo_nav.png);
    background-position: center center;
    background-repeat: none;
    background-size: cover;
    width: 170px;
}

.navbar-inverse .btn-link {
    color: #fff !important;
}

.navbar-inverse .navbar-nav > li > a:hover {
    color: #000;
}

.icon {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    padding: 3px !important;
    min-width: 15px !important;
}

.icon:hover {
    color: #000;
}

.icones {
    color: #FFF !important;
    font-size: 24px !important;
}
.icones::after { 
    content: " | ";
  }

@media (min-width: 1200px) {
    .col-lg-1 {
        width: 25% !important;
    }

    .col-lg-3 {
        width: 60%;
    }
}
