﻿@font-face {
    font-family: 'Flexo';
    src: url('../fonts/Flexo.otf') format('opentype'),url('../fonts/Flexo.eot'),url('../fonts/Flexo.eot?#iefix') format('embedded-opentype'),url('../fonts/Flexo.woff') format('woff'),url('../fonts/Flexo.ttf') format('truetype'),url('../fonts/Flexo.svg#svgFontName') format('svg');
    font-style: normal;
    font-weight: 200;
}

body {
    margin: 0px;
    padding: 0px;
    background-color: #efefef;
    font-family: "Flexo";
    font-size: 13px !important;
}

div.header {
    background-color: #f7f7f7;
    height: 65px;
    overflow: hidden;
    position: relative;
    width: 100%;
}

    div.header div.content {
        height: 100%;
        margin: 0 auto;
        padding: 5px;
        width: 80%;
    }

/* Baner */
.logo-banner {
    padding: 15px;
}

    .logo-banner img.logo {
        width: 250px;
    }
/* Menu */

.logo-menu {
    float: left;
    border: none;
    margin-left: 15px;
}

    .logo-menu img.logo {
        width: 200px;
    }

/* content*/
.content_body {
    border: solid 1px #ddd;
    /* margin: 20px;*/
}

.mensaje-error {
    margin-bottom: 0px;
    margin-top: 5px;
    padding: 6px 30px 6px 10px !important;
}

.panelSis {
    margin-bottom: 10px;
    margin-top: 10px;
}

.fondo_titulo {
    background-color: #f36f2b !important;
    border-radius: 4px;
}

    .fondo_titulo .titulo {
        padding: 0px;
        font-size: 12px;
        color: #fff;
        margin: 0px;
    }

/*form-control*/
.form-control {
    height: 31px;
    padding: 4px 12px;
    font-size: 12px;
}

label {
    margin-top: 5px;
    display: block;
}

.table th {
    background-color: #337ab7;
    color: #ffffff;
    text-align: center;
}

/* layout.css Style */
.upload-drop-zone {
    height: 200px;
    border-width: 2px;
    margin-bottom: 20px;
}

/* skin.css Style*/
.upload-drop-zone {
    color: #ccc;
    border-style: dashed;
    border-color: #ccc;
    line-height: 200px;
    text-align: center;
}

    .upload-drop-zone.drop {
        color: #222;
        border-color: #222;
    }

.file-preview-input {
    position: relative;
    overflow: hidden;
    margin: 0px;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

    .file-preview-input input[type=file] {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        padding: 0;
        font-size: 20px;
        cursor: pointer;
        opacity: 0;
        filter: alpha(opacity=0);
    }

.file-preview-input-title {
    margin-left: 2px;
}

/*sobreescribimos stilo bootstrap*/
.alert-danger-grid {
    margin-bottom: 1px !important;
    padding: 4px;
    font-size: 10px;
}

.table .btnEdit {
    border: none;
    background: none;
    background-image: url(../img/file_edit.png);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: 16px;
}

.table .btnUploadCarga {
    border: none;
    background: none;
    background-image: url(../img/upload.png);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: 20px;
}

.table .btnDelete {
    border: none;
    background: none;
    background-image: url(../img/file_delete.png);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: 16px;
}

.table .btnEjecucion {
    border: none;
    background: none;
    background-image: url(../img/play.png);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: 16px;
}

.btnAdd {
    border: none;
    background: none;
    background-image: url(../img/notification_add.png);
    background-repeat: no-repeat;
    width: 100%;
    /* height: 40px; */
    background-position: center;
    background-size: 16px;
}

.btnUpdate {
    border: none;
    background: none;
    background-image: url(../img/diskette.png);
    background-repeat: no-repeat;
    width: 100%;
    /* height: 40px; */
    background-position: center;
    background-size: 16px;
}

.table .btnDescara {
    border: none;
    background: none;
    background-image: url(../img/download.png);
    background-repeat: no-repeat;
    width: 100%;
    background-position: center;
    background-size: 16px;
}

.btnAddColumn {
    margin-top: 20px;
    border: none;
    background: none;
    background-image: url(../img/notification_add.png);
    background-repeat: no-repeat;
    width: 80%;
    height: 40px;
    background-position: center;
    background-size: 24px;
}

.form_date {
    width: auto;
}

.clockpicker {
    width: auto;
}

.linkPaginacion {
    border: 1px solid #ddd;
    background-color: #fff;
    width: 40px;
    height: 38px;
    margin-left: -2px;
    margin-right: -3px;
    color: #337ab7;
}

    .linkPaginacion:hover {
        background-color: #eee;
        border: 1px solid #ddd;
        color: #333;
    }

    .linkPaginacion:hover, .linkPaginacion:disabled {
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .linkPaginacion:active {
        background-color: #f36f2b !important;
        border-color: #f36f2b;
    }

.btnSolRes {
    background: none;
    border: none;
}

    .btnSolRes:active {
        background: none;
        border: none;
    }

.btn {
    font-size: 12px !important;
}

/************************************ custom style upload-file devexpress*****************/
.upload-btn-devexpress {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    margin: 2px;
    border-radius: 4px;
}

    .upload-btn-devexpress:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
        text-decoration: none;
        margin: 2px;
        border-radius: 4px;
    }

    .upload-btn-devexpress:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
        margin: 2px;
        border-radius: 4px;
    }

        .upload-btn-devexpress:disabled:hover {
            color: #b0c4de;
        }

.dxbs-button {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
    margin: 2px;
    border-radius: 4px;
}

    .dxbs-button:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
        text-decoration: none;
        margin: 2px;
        border-radius: 4px;
    }

    .dxbs-button:disabled {
        color: #fff;
        background-color: #28a745;
        border-color: #28a745;
        margin: 2px;
        border-radius: 4px;
    }

        .dxbs-button:disabled:hover {
            color: #b0c4de;
        }
/************************************ end custom style upload-file devexpress*****************/

/********************* Shopping Demo-5 **********************/
.product-image5 .pic-1, .product-image5 .pic-2 {
    backface-visibility: hidden;
    transition: all .5s ease 0s
}

.product-grid5 {
    font-family: Poppins,sans-serif;
    position: relative
}

    .product-grid5 .product-image5 {
        overflow: hidden;
        position: relative
    }

        .product-grid5 .product-image5 a {
            display: block
        }

        .product-grid5 .product-image5 img {
            width: 100%;
            height: auto
        }

.product-image5 .pic-1 {
    opacity: 1
}

.product-grid5:hover .product-image5 .pic-1 {
    opacity: 0
}

.product-image5 .pic-2 {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0
}

.product-grid5:hover .product-image5 .pic-2 {
    opacity: 1
}

.product-grid5 .social {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 10px;
    right: 10px
}

    .product-grid5 .social li {
        display: block;
        margin: 0 0 10px;
        transition: all .5s
    }

        .product-grid5 .social li:nth-child(2) {
            opacity: 0;
            transform: translateY(-50px)
        }

.product-grid5:hover .social li:nth-child(2) {
    opacity: 1;
    transform: translateY(0)
}

.product-grid5 .social li:nth-child(3) {
    opacity: 0;
    transform: translateY(-50px)
}

.product-grid5:hover .social li:nth-child(3) {
    opacity: 1;
    transform: translateY(0);
    transition-delay: .2s
}

.product-grid5 .social li a {
    color: #888;
    background: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 40px;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    display: block;
    transition: .5s ease 0s
}

    .product-grid5 .social li a:hover {
        color: #fff;
        background: #1e3799
    }

.product-grid5 .select-options {
    color: #777;
    background-color: #fff;
    font-size: 13px;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 5px;
    margin: 0 auto;
    opacity: 0;
    display: block;
    position: absolute;
    width: 92%;
    left: 0;
    bottom: -100px;
    right: 0;
    transition: .5s ease 0s
}

    .product-grid5 .select-options:hover {
        color: #fff;
        background-color: #1e3799;
        text-decoration: none
    }

.product-grid5:hover .select-options {
    opacity: 1;
    bottom: 10px
}

.product-grid5 .product-content {
    padding: 20px 10px
}

.product-grid5 .title {
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0 0 10px;
    transition: all .3s ease 0s
}

    .product-grid5 .title a {
        color: #222
    }

        .product-grid5 .title a:hover {
            color: #1e3799
        }

.product-grid5 .price {
    color: #222;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1px
}

@media only screen and (max-width:990px) {
    .product-grid5 {
        margin-bottom: 30px
    }
}