﻿body {
}

@media only screen and (min-width: 600px) {
    .margin-top-wide {
        margin-top: 100px;
    }
}

.pointer {
    cursor: pointer;
}

.background-red {
    background-color: #ff0000cf !important;
    color: white;
}

td.td-right {
    text-align: right !important;
}

.money, .percent {
    text-align: right;
}

.select2 {
    width: 98% !Important;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030;
    background-color: #333333;
    opacity: 0.8;
}

.blockUI.blockOverlay {
    z-index: 1040 !important;
}

.blockUI.blockMsg.blockPage {
    z-index: 1040 !important;
}

.btn_delete {
    margin-right: 3px !important;
}

.select2.select2-container {
    max-width: 400px;
}

#descuento_porcentaje {
    max-width: 90px;
}

@media only screen and (max-width: 1300px) {
    .select2.select2-container {
        max-width: 300px;
    }
}

@media only screen and (max-width: 950px) {
    .select2.select2-container {
        max-width: 300px;
    }
}

@media only screen and (max-width: 580px) {
    .document-preview div h5 {
        font-size: 11px;
    }

    .document-preview div h4 {
        font-size: 14px;
    }

    #dynamic-Preview tbody tr td {
        font-size: 12px;
    }

    .select2.select2-container {
        max-width: 200px;
    }
}

.dropdown-menu {
    z-index: 10000 !important;
}

.customExportBTN {
    width: 95px !important;
}

.emisor-area {
    border: 1px solid #deeefb;
    border-radius: 5px;
    background-color: aliceblue;
    padding: 8px 3px 0px;
    margin-bottom: 5px;
}
/*Login page*/
#cookie-notice {
    display: block;
    visibility: hidden;
    position: fixed;
    min-width: 100%;
    height: auto;
    z-index: 100000;
    font-size: 13px;
    line-height: 20px;
    left: 0;
    text-align: center;
    color: rgb(255, 255, 255);
    background-color: rgb(80, 144, 193);
    visibility: visible;
    bottom: 0;
    padding-bottom: 6px;
    padding-top: 5px;
}

    #cookie-notice .cn-button {
        margin-left: 10px;
        color: #fff;
        transition: background-position 0.1s linear;
        display: inline-block;
        margin-right: .3em;
        margin-bottom: 0;
        text-align: center;
        font-style: normal;
        vertical-align: middle;
        text-shadow: 0 -1px 0 rgba(0,0,0,.25);
        font-size: 12px;
        outline: none;
        font-family: inherit !important;
        line-height: 28px !important;
        padding: 0 12px !important;
        border-radius: 30px !important;
        border: 2px solid !important;
        background: 0 0 !important;
    }

@media only screen and (min-width: 768px) {
    .AnunciosPrecios {
        float: none;
        margin: 0 27%;
        width: 69%;
    }
}

.wysiwyg-choose-file {
    display: none !important;
}

.wysiwyg-editor {
    max-height: 300px !important;
    height: 300px !important;
}

@media only screen and (max-width: 410px) {
    .LoginTitle {
        font-size: 24px;
    }

    .forgot-password-link, .user-signup-link, .back-to-login-link, span.cboxRecuerdame {
        font-size: 13px !important;
    }

    .dataTables_wrapper label, .dataTables_length, .dynamic-table_filter, .dataTables_info, .dataTables_scroll {
        font-size: 11px !important;
    }

    .dataTables_filter {
        text-align: left !important;
    }

        .dataTables_filter label input {
            max-width: 115px !important;
        }

    .navbar:not(.navbar-collapse) .navbar-buttons .user-menu {
        padding-top: 5px !important;
    }

    .breadcrumbs {
        display: none;
    }

    span.btn.btn-success.no-border {
        width: 100% !important;
    }

    .dataTables_paginate .pagination {
        margin: 0 1px !important;
    }

    ul.pagination li {
        font-size: 9px !important;
    }

    .control-label {
        font-size: 12px !important;
        margin-bottom: 1px !important;
    }

    .form-control {
        height: 27px !important
    }

    .form-group {
        margin-bottom: 6px !important;
    }

    input[type=file] {
        max-width: 100% !important;
    }

    .header.smaller.lighter.blue {
        display: none;
    }

    input[type=search] {
        height: 18px !important;
        font-size: 13px;
    }

    input[type=email], input[type=url], input[type=search], input[type=tel], input[type=color], input[type=text], input[type=password], input[type=datetime], input[type=datetime-local], input[type=date], input[type=month], input[type=time], input[type=week], input[type=number], textarea {
        font-size: 13px;
    }

    select.form-control {
        padding: 2px 3px !important;
    }

    .input-daterange .input-group-addon {
        padding: 2px 5px !important;
    }

    .sidebar-shortcuts {
        display: none;
    }
}

.TBL_OtrosCargos, .TBL_FacturaReferencia {
    max-width: 870px !important;
    min-width: 335px;
    overflow-x: auto;
    margin: auto;
}

    #TBL_OtrosCargos thead tr:first-of-type, .TBL_FacturaReferencia thead tr:first-of-type {
        background: #153d77;
        text-align: center !important;
        color: white;
    }

        #TBL_OtrosCargos thead tr:first-of-type th, .TBL_FacturaReferencia thead tr:first-of-type th {
            text-align: center !important;
            padding: 4px;
        }

    #TBL_OtrosCargos thead tr:last-child th, .TBL_FacturaReferencia thead tr:last-child th {
        padding: 4px;
    }

    #TBL_OtrosCargos tbody tr td, .TBL_FacturaReferencia tbody tr td {
        padding: 6px;
    }

.radio-precio, .radio-precio input {
    cursor: pointer;
}