﻿body {
    color: #797979;
    background: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    padding: 0px !important;
    margin: 0px !important;
    font-size: 13px;
}

.dark {
    background-attachment: fixed;
    background-clip: border-box;
    background-color: rgb(17, 17, 17);
    background-image: url("../image/fondo2.jpg");
    background-origin: padding-box;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    display: block;
    font-weight: 300;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
}

.form-signin {
    max-width: 330px;
    margin: 100px auto 0;
    background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
}

    .form-signin h2.form-signin-heading {
        margin: 0;
        padding: 20px 15px;
        text-align: center;
        background: #84C529;
        border-radius: 5px 5px 0 0;
        -webkit-border-radius: 5px 5px 0 0;
        color: #fff;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 300;
        font-family: 'Open Sans', sans-serif;
    }

    .form-signin .form-control {
        position: relative;
        font-size: 16px;
        height: auto;
        padding: 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

        .form-signin .form-control:focus {
            z-index: 2;
        }

    .form-signin input[type="text"], .form-signin input[type="password"] {
        margin-bottom: 15px;
        border-radius: 5px;
        -webkit-border-radius: 5px;
        border: 1px solid #eaeaea;
        box-shadow: none;
        font-size: 12px;
    }

    .form-signin .btn-login {
        background: #84C529;
        color: #fff;
        text-transform: uppercase;
        font-weight: 300;
        font-family: 'Open Sans', sans-serif;
        box-shadow: 0 4px #609E09;
        margin-bottom: 20px;
    }

    .form-signin p {
        text-align: center;
        color: #b6b6b6;
        font-size: 16px;
        font-weight: 300;
    }

    .form-signin a {
        color: #41cac0;
    }

        .form-signin a:hover {
            color: #b6b6b6;
        }

.login-wrap {
    padding: 20px;
}

/******************************************************************************/

#container {
    width: 100%;
    height: 100%;
}

.header, .footer {
    min-height: 60px;
    padding: 0 15px;
}

.header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 1002;
}

.white-bg {
    background: #84C529;
    border-bottom: 1px solid #82D800;
}

.sidebar-toggle-box {
    float: left;
    padding-right: 5px;
    margin-top: 20px;
}

    .sidebar-toggle-box .icon-reorder {
        cursor: pointer;
        display: inline-block;
        font-size: 20px;
    }

a.logo {
    font-size: 21px;
    color: #2e2e2e;
    float: left;
    margin-top: 17px;
    text-transform: uppercase;
}

    a.logo:hover, a.logo:focus {
        text-decoration: none;
        outline: none;
    }

    a.logo span {
        color: #fff;
    }

ul.top-menu > li > a {
    color: #666666;
    font-size: 16px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #f0f0f8 !important;
    padding: 2px 6px;
    margin-right: 15px;
}

    ul.top-menu > li > a:hover, ul.top-menu > li > a:focus {
        border: 1px solid #f0f0f8 !important;
        background-color: #fff !important;
        border-color: #f0f0f8 !important;
        text-decoration: none;
        border-radius: 4px;
        -webkit-border-radius: 4px;
        color: #2E2E2E !important;
    }

.dropdown-menu.extended {
    max-width: 300px !important;
    min-width: 160px !important;
    top: 42px;
    width: 235px !important;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.176) !important;
    border: none !important;
    border-radius: 4px;
    -webkit-border-radius: 4px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    /* Safari and Chrome */
    .dropdown-menu.extended {
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.176) !important;
    }
}

.dropdown-menu.extended li a {
    border-bottom: 1px solid #EBEBEB !important;
    font-size: 12px;
    list-style: none;
}

.dropdown-menu.extended li a {
    padding: 15px 10px !important;
    width: 100%;
    display: inline-block;
}

    .dropdown-menu.extended li a:hover {
        background-color: #F7F8F9 !important;
        color: #2E2E2E;
    }

.top-nav {
    margin-top: 7px;
}

    .top-nav ul.top-menu > li .dropdown-menu.logout {
        width: 200px !important;
    }

    .top-nav li.dropdown .dropdown-menu {
        float: right;
        right: 0;
        left: auto;
    }

.dropdown-menu.extended.logout > li {
    float: left;
    text-align: center;
    width: 100%;
}

    .dropdown-menu.extended.logout > li:last-child {
        float: left;
        text-align: center;
        width: 100%;
        background: #609E09;
        border-radius: 0 0 3px 3px;
    }

        .dropdown-menu.extended.logout > li:last-child > a, .dropdown-menu.extended.logout > li:last-child > a:hover {
            color: #fff;
            border-bottom: none !important;
            text-transform: uppercase;
        }

            .dropdown-menu.extended.logout > li:last-child > a:hover > i {
                color: #fff;
            }

    .dropdown-menu.extended.logout > li > a {
        color: #a4abbb;
        border-bottom: none !important;
    }

.full-width .dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
    color: #50c8ea !important;
}

.dropdown-menu.extended.logout > li > a:hover {
    background: none !important;
}

    .dropdown-menu.extended.logout > li > a:hover i {
        color: #50c8ea;
    }

.dropdown-menu.extended.logout > li > a i {
    font-size: 17px;
}

.dropdown-menu.extended.logout > li > a > i {
    display: block;
}

.top-nav .username {
    font-size: 13px;
    color: #555555;
}

.top-nav ul.top-menu > li > a {
    border: 1px solid #eeeeee;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    padding: 6px;
    background: #fff;
    margin-right: 0;
}

.top-nav ul.top-menu > li {
    margin-left: 10px;
}

    .top-nav ul.top-menu > li > a:hover, .top-nav ul.top-menu > li > a:focus {
        border: 1px solid #F1F2F7;
        background: #F1F2F7;
    }

.top-nav .dropdown-menu.extended.logout {
    top: 50px;
}

.top-nav .nav .caret {
    border-bottom-color: #A4AABA;
    border-top-color: #A4AABA;
}

.top-nav ul.top-menu > li > a:hover .caret {
    border-bottom-color: #000;
    border-top-color: #000;
}

.log-arrow-up {
    background: url("../image/arrow-up.png") no-repeat;
    width: 20px;
    height: 11px;
    position: absolute;
    right: 20px;
    top: -10px;
}

.iconUser {
    background-image: url("../image/user.jpg");
    width: 29px;
    height: 29px;
    border: 0px;
    border-image-width: 0px;
    line-height: 0px;
}

/**********************************************************************/

#sidebar {
    width: 210px;
    height: 100%;
    position: fixed;
    background: #232020;
}

    #sidebar ul li {l
        position: relative;
    }

    #sidebar .sub-menu > .sub li {
        padding-left: 32px;
    }

        #sidebar .sub-menu > .sub li:last-child {
            padding-bottom: 10px;
        }

.nav-collapse.collapse {
    display: inline;
}

ul.sidebar-menu, ul.sidebar-menu li ul.sub {
    margin: -2px 0 0;
    padding: 0;
}

ul.sidebar-menu {
    margin-top: 75px;
}

    ul.sidebar-menu li ul.sub li {
        background: #35404D;
        margin-bottom: 0;
        margin-left: 0;
        margin-right: 0;
    }

        ul.sidebar-menu li ul.sub li:last-child {
            border-radius: 0 0 4px 4px;
            -webkit-border-radius: 0 0 4px 4px;
        }

        ul.sidebar-menu li ul.sub li a {
            font-size: 12px;
            padding: 6px 0;
            line-height: 35px;
            height: 35px;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
            color: #aeb2b7;
        }

            ul.sidebar-menu li ul.sub li a:hover, ul.sidebar-menu li ul.sub li.active a {
                color: #0077B0;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                transition: all 0.3s ease;
                display: block;
            }

    ul.sidebar-menu li {
        margin-bottom: 5px;
        margin-left: 10px;
        margin-right: 10px;
    }

        ul.sidebar-menu li.sub-menu {
            line-height: 15px;
        }

        ul.sidebar-menu li a span {
            display: inline-block;
        }

        ul.sidebar-menu li a {
            color: #aeb2b7;
            text-decoration: none;
            display: block;
            padding: 15px 0 15px 10px;
            font-size: 12px;
            outline: none;
            -webkit-transition: all 0.3s ease;
            -moz-transition: all 0.3s ease;
            -o-transition: all 0.3s ease;
            -ms-transition: all 0.3s ease;
            transition: all 0.3s ease;
        }

            ul.sidebar-menu li a.active, ul.sidebar-menu li a:hover, ul.sidebar-menu li a:focus {
                background: #35404d;
                color: #fff;
                display: block;
                border-radius: 4px;
                -webkit-border-radius: 4px;
                -webkit-transition: all 0.3s ease;
                -moz-transition: all 0.3s ease;
                -o-transition: all 0.3s ease;
                -ms-transition: all 0.3s ease;
                transition: all 0.3s ease;
            }


            ul.sidebar-menu li a i {
                font-size: 15px;
                padding-right: 6px;
            }

            ul.sidebar-menu li a:hover i, ul.sidebar-menu li a:focus i {
                color: #0077B0;
            }

            ul.sidebar-menu li a.active i {
                color: #0077B0;
            }

/***********************************************************************/

#main-content {
    margin-left: 210px;
}

.wrapper {
    display: inline-block;
    margin-top: 60px;
    padding: 15px;
    width: 100%;
}

/***********************************************************************/

.site-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #84C529;
    color: #2e2e2e;
    padding: 5px 0;
    z-index: 1000;
}

.go-top {
    margin-right: 1%;
    float: right;
    background: rgba(255,255,255,.5);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    cursor: pointer;
}

    .go-top i {
        color: #2A3542;
    }

/***********************************************************************/

.btn-row {
    margin-bottom: 10px;
}

.linkDonwload {
    color: #337ab7;
    text-decoration: underline;
    cursor: pointer;
}



.panel > .panel-body + .table, .panel > .panel-body + .table-response-full,
.panel > .table + .panel-body, .panel > .table-response-full + .panel-body {
    border-top: 1px solid #ddd;
}

.panel > .table-response-full {
    margin-bottom: 0px;
    border: 0;
}

.table-response-full {
    width: 100%;
    margin-bottom: 10px;
    overflow-y: hidden;
    /*-ms-overflow-style: -ms-autohiding-scrollbar;*/
    border: 1px solid #ddd;
}

    .table-response-full > .table {
        margin-bottom: 0;
    }

        .table-response-full > .table > tbody > tr > td,
        .table-response-full > .table > tbody > tr > th,
        .table-response-full > .table > tfoot > tr > td,
        .table-response-full > .table > tfoot > tr > th,
        .table-response-full > .table > thead > tr > td,
        .table-response-full > .table > thead > tr > th {
            white-space: nowrap;
        }

    .table-response-full > .table-bordered {
        border: 0;
    }

        .table-response-full > .table-bordered > tbody > tr > td:first-child,
        .table-response-full > .table-bordered > tbody > tr > th:first-child,
        .table-response-full > .table-bordered > tfoot > tr > td:first-child,
        .table-response-full > .table-bordered > tfoot > tr > th:first-child,
        .table-response-full > .table-bordered > thead > tr > td:first-child,
        .table-response-full > .table-bordered > thead > tr > th:first-child {
            border-left: 0;
        }

        .table-response-full > .table-bordered > tbody > tr > td:last-child,
        .table-response-full > .table-bordered > tbody > tr > th:last-child,
        .table-response-full > .table-bordered > tfoot > tr > td:last-child,
        .table-response-full > .table-bordered > tfoot > tr > th:last-child,
        .table-response-full > .table-bordered > thead > tr > td:last-child,
        .table-response-full > .table-bordered > thead > tr > th:last-child {
            border-right: 0;
        }

        .table-response-full > .table-bordered > tbody > tr:last-child > td,
        .table-response-full > .table-bordered > tbody > tr:last-child > th,
        .table-response-full > .table-bordered > tfoot > tr:last-child > td,
        .table-response-full > .table-bordered > tfoot > tr:last-child > th {
            border-bottom: 0;
        }

.table-font-size12 > tbody > tr > td {
    font-size: 12px;
}

.cuadro-producto {
    margin-bottom: 10px;
}

.cuadro-producto figure {
    position: relative;
    margin: 0;
}

.cuadro-producto figure img {
    width: 100%;
    display: block;
    position: relative;
}

.cuadro-producto figure figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 40px 5px 5px;
    background: #2E9DFD;
    color: #000037;
    font-size: 13px;
    height: 70px;
    width: 100%;
    bottom: 0;
}

.cuadro-producto figcaption h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 200;
}

.cuadro-producto figcaption span {
    margin: 0;
    padding: 0;
    font-size: 13px;
}

.cuadro-producto figcaption h4 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-size: 12px;
    font-weight: 100;
}

.cuadro-producto figcaption a {
    text-align: center;
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-block;
    background: #FF6C60;
    color: #fff;
    position: absolute;
    bottom: 20px;
    right: 5px;
}

.row-bottom{
    margin-bottom: 10px;
}