* {
    border-radius: 0px !important;
}

body {
    padding-top: 50px;
    padding-bottom: 50px;
    border-radius: 0;
}

.col-md-3, .col-md-6 {
    margin-bottom: 15px;
}

h2 {
    color: #fff;
    font-size: 17px;
    line-height: 33px;
    margin: 0px auto;
    float: right;
    margin-left: 22px;
    display: block;
}

h1 {
    margin: 10px 0 37px 0;
    font-size: 20px;
    color: #e23025;
}

hr {
    border-top: 1px solid #ccc;
}


.input-group {
    margin-bottom: 5px;
}

.btn-primary {
    color: #fff;
    background-color: #95A5A6;
    border: 1px solid #95A5A6;
    border-color: #95A5A6 !important;
    outline: none;
}

    .btn-primary:hover {
        background-color: #839192;
        border: 1px solid #95A5A6;
        outline: none;
    }

    .btn-primary:focus {
        background-color: #95A5A6;
        border: 1px solid #95A5A6;
        border-color: #95A5A6 !important;
        outline: none;
    }

    .btn-primary:active {
        background-color: #839192;
        border: 1px solid #839192;
        border-color: #839192 !important;
        outline: none;
    }

.btn-warning:focus {
    outline: none;
}


.container.content {
    margin-top: 30px;
}

.container100 {
    margin: 30px;
    width: 95%;
}

.table.dataTable thead th {
    border-bottom: 0px !important;
}

.table.dataTable tfoot th {
    border-top: 0px !important;
}

/*menu*/

.navbar-collapse.collapse.in .navbar-nav.menu, .navbar-collapse.collapsing .navbar-nav.menu {
    float: none;
    margin: 0;
    height: auto;
    /*padding:10px 0; CARLA 31/07/2017*/
}

.navbar-default .navbar-collapse.collapse.in .navbar-nav.menu > li > a, .navbar-default .navbar-collapse.collapsing .navbar-nav.menu > li > a {
    background: none;
    color: #fff;
    font-size: 16px;
    padding: 16px 12px; /*padding: 23px 19px; CARLA 31/07/2017*/
    line-height: normal;
}

    .navbar-default .navbar-collapse.collapse.in .navbar-nav.menu > li > a:hover {
        background-color: #ffffff;
        color: #e23025;
    }

    .navbar-default .navbar-collapse.collapse.in .navbar-nav.menu > li > a:focus {
        background-color: #ffffff;
        color: #e23025;
    }

.navbar-default .navbar-collapse.collapse.in .navbar-nav .open .dropdown-menu > li > a {
    color: #fff;
}

    .navbar-default .navbar-collapse.collapse.in .navbar-nav .open .dropdown-menu > li > a:hover {
        color: black;
    }

.navbar-default .navbar-collapse.collapse.in .navbar-nav .open .dropdown-menu {
    border-bottom: 2px solid #e23025;
}

.navbar-default .navbar-toggle {
    /*margin-top: 26px; CARLA 31/07/2017*/
    background-color: #ed7d78;
    border: 2px solid #e23025;
}

    .navbar-default .navbar-toggle:hover {
        background-color: #ccc;
        border: 2px solid #e23025;
    }

    .navbar-default .navbar-toggle:focus {
        background-color: #ed7d78;
        border: 2px solid #e23025;
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #e23025;
    }

/************resp**************/

.navbar-collapse.collapse .navbar-nav.menu {
    float: right;
    margin: 0;
    /*height: 87px; CARLA 31/07/2017*/
}

.navbar-default .navbar-nav.menu > li > a {
    background: none;
    color: #fff;
    font-size: 15px;
    line-height: 50px; /*line-height: 87px; CARLA 31/07/2017*/
    padding: 0 20px; /*padding: 0 30px; CARLA 25/02/2019*/
}

    .navbar-default .navbar-nav.menu > li > a:hover {
        background-color: #ffffff;
        color: #e23025;
    }

    .navbar-default .navbar-nav.menu > li > a:focus {
        background-color: white;
        color: #e23025;
    }

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white;
}

.navbar-default .navbar-nav .open .dropdown-menu {
    border-top: 0;
}

.navbar-fixed-bottom .navbar-collapse, .navbar-fixed-top .navbar-collapse {
    max-height: 100%;
}

.dropdown-menu {
    border: none;
    background-color: #ed7d78;
    box-shadow: none;
}

/*//menu*/



.navbar-brand {
    height: auto;
}

    .navbar-brand > img {
        width: 100px;
        height: 57px;
    }

.nav > li > a {
    padding: 7px 15px;
}

.nav-tabs > li {
    width: 100%;
}

    .nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
        border-top: 2px solid #e23025;
        margin-right: 0;
        color: #e23025;
    }

    .nav-tabs > li > a {
        margin-right: 0;
        background-color: rgba(243,243,243,.85);
        border: 1px solid #ddd;
        padding: 10px 25px;
        color: #e23025;
    }

.nav > li > a {
    background-color: #ed7d78;
}

    .nav > li > a:hover {
        background-color: #e23025;
        color: #fff;
    }

    .nav > li > a:focus {
        background-color: #e23025;
    }

.nav-pills > li > a {
    background-color: #e23025;
    color: #fff;
    padding: 5px 10px;
    font-size: 14px;
    margin-bottom: 5px;
}

    .nav-pills > li > a:hover {
        background-color: #e23025;
        color: #fff;
    }

.nav.navbar-nav.navbar.botonMitad {
    position: relative;
    display: block;
    float: none;
    margin-bottom: 16px;
}

    .nav.navbar-nav.navbar.botonMitad > li {
        width: 100%;
    }

.navbar-default {
    background-color: #e23025;
    border-color: #e7e7e7;
}

    .navbar-default .navbar-nav > li > a {
        background-color: #ed7d78;
        color: #e23025;
        font-size: 12px;
        margin-right: 1px;
    }

        .navbar-default .navbar-nav > li > a:hover {
            background-color: #ccc;
            color: #e23025;
        }

        .navbar-default .navbar-nav > li > a:focus {
            background-color: #ed7d78;
            color: #e23025;
        }

.dataTables_wrapper .dataTables_length {
    color: #e23025;
    font-size: 15px;
}

.input-group {
    width: 100%;
}

.table > thead > tr > th {
    border-bottom: 0;
    color: #999;
    font-size: 15px;
    line-height: 14px;
}

.table > tbody > tr > td {
    color: #333;
    font-size: 15px;
}

table.tabla-tab {
    min-width: 2000px;
}



table > tbody > tr {
    background-color: #f9f9f9 !important;
}

.table-hover > tbody > tr:hover {
    background-color: #ed7d78 !important;
}

.col-md-3.DatosGestion {
    padding: 6px 10px;
    background-color: #fff;
    margin-bottom: 15px;
}

.DatosGestion input.form-control {
    height: 25px;
    background-color: #ed7d78;
    font-size: 12px;
    margin-top: 1px;
    margin-bottom: 2px;
}

.col-md-3.DatosGestion label.TitDatosGestion {
    margin-bottom: 0px;
    font-weight: normal;
    color: #333;
    font-size: 12px;
}



.jumbotron {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-bottom: 1px solid #e7e7e7;
    background-color: #f6f6f6;
}

    .jumbotron .input-group {
        margin-bottom: 1px;
    }

    .jumbotron .col-md-6 {
        display: inline-block;
    }

        .jumbotron .col-md-6 .input-group.centro {
            width: 100%;
            display: inline-block;
            float: left;
            margin: 0 3px 0 0;
        }

            .jumbotron .col-md-6 .input-group.centro.filados {
                width: 100%;
                margin-right: 0;
            }

                .jumbotron .col-md-6 .input-group.centro.filados input {
                    float: left;
                    width: 39%;
                    clear: both;
                    margin-top: 1px;
                }

                    .jumbotron .col-md-6 .input-group.centro.filados input.extra {
                        clear: none;
                        width: 45%;
                        margin-left: 3px;
                    }

                .jumbotron .col-md-6 .input-group.centro.filados button {
                    float: left;
                    font-size: 10px;
                }


            .jumbotron .col-md-6 .input-group.centro input.inCheckbox {
                height: 26px;
                width: 20px;
                margin: 0px 5px 0 5px;
                float: left;
                clear: none;
            }

            .jumbotron .col-md-6 .input-group.centro.filacuatro {
                width: 100%;
            }

                .jumbotron .col-md-6 .input-group.centro.filacuatro.doble {
                    width: 100%;
                }

            .jumbotron .col-md-6 .input-group.centro .TitDatosGestion {
                font-size: 12px;
                color: #555;
                margin-bottom: 2px;
                margin-top: 5px;
                float: left;
                line-height: 11px;
                display: block;
            }

            .jumbotron .col-md-6 .input-group.centro .checkbox-inline {
                clear: both;
                display: block;
                margin-left: 2px !important;
                height: 27px;
            }

            .jumbotron .col-md-6 .input-group.centro .form-control {
                height: 27px;
                font-size: 12px;
                padding: 5px;
            }

            .jumbotron .col-md-6 .input-group.centro textarea.form-control {
                height: 45px;
            }

.table-responsive {
    padding: 10px 0;
}

    .table-responsive td {
        padding: 6px;
    }

        .table-responsive td.buscar {
            padding-right: 0 !important;
        }

        .table-responsive td.buscarIcon {
            padding-left: 0 !important;
        }

    .table-responsive .form-control {
        margin-top: 1px;
        height: 30px;
        font-size: 15px;
        padding: 6px 5px;
    }

    .table-responsive td.icons {
        min-width: 80px;
    }

    .table-responsive .check {
        width: 15px;
        height: 15px;
        margin: 10px auto;
    }

.checkbox-inline {
    width: 23px;
    height: 23px;
    margin-left: 15px !important;
}

.form-group.Cuota {
    width: 100%;
    display: inline-block;
    margin: 7px 5px 5px 0;
}

    .form-group.Cuota label, .form-group.ModalMail label {
        color: #666;
        font-size: 14px;
        line-height: 14px;
    }

.form-group.ModalMail {
    width: 100%;
    display: inline-block;
    margin: 7px 5px 5px 0;
}

.form-group.ModalCheck {
    width: auto;
    display: inline-block;
    margin-right: 30px;
    font-size: 12px;
    color: #666;
}

    .form-group.ModalCheck .txtform {
        margin: 3px 3px;
        display: inline-block;
        font-size: 13px;
        line-height: 14px;
        height: 0px;
        color: #666;
    }

.form-group.buttons {
    padding: 30px 0;
}

.btn.btn-default.blue {
    background-color: #e23025;
    color: #fff;
    border: 0;
    margin-bottom: 20px;
    border-radius: 4px!important;
}

    .btn.btn-default.blue:hover {
        background-color: white;
        color: #e23025;
        border: 2px solid #e23025;
        padding: 4px 10px 4px 10px;
    }

.btn.btn-default.gris {
    background-color: #999;
    color: #fff;
    border: 0;
    margin-bottom: 20px;
    border-radius: 4px!important;
}

    .btn.btn-default.gris:hover {
        background-color: white;
        color: #999;
        border: 2px solid #999;
        padding: 4px 10px 4px 10px;
    }

.tab-content {
    padding: 0 15px;
}


table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid #e23025 !important;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 1px solid #e23025 !important;
}

table.dataTable tbody tr.selected {
    background-color: #f9f9f9 !important;
}

/*LICENCIAMIENTO*/

.form-control.inline {
    display: inline-block;
    width: 70%;
    margin-left: 15px;
}

.form-horizontal.col-md-4.right {
    float: left;
    width: 100%;
}

.left {
    float: left;
}

.right {
    float: right;
}

.both {
    clear: both;
}

.seleccArchivos {
    /*margin:15px 0 25px 0;*/
}

    .seleccArchivos input[type=file] {
        margin: 5px 0;
    }

.archivo {
    /*border-bottom: 1px solid #ccc;*/
    padding: 10px 0;
    width: 100%;
    display: inline-block;
}

    .archivo button {
        float: right;
    }

    .archivo a {
        float: left;
        font-size: 15px;
        line-height: 25px;
    }

.ModalTarifas .modal-dialog {
    width: 100%;
    margin: 10px;
}


/*factura*/
#CrearFactura .table-responsive {
    width: 98%;
}

    #CrearFactura .table-responsive td {
        padding: 20px 5px;
    }


    #CrearFactura .table-responsive .buscar .form-control {
        width: 48%;
        display: inline-block;
    }

    #CrearFactura .table-responsive .buscarIcon {
        padding-top: 42px;
    }

    #CrearFactura .table-responsive .buscar label {
        display: block;
    }

#CrearFactura textarea {
    width: 50%;
}


/*catalogo*/
.control-label.catalogoName {
    width: 120px;
    padding-left: 0;
    text-align: left;
    padding-right: 5px;
    margin-right: 5px;
}

.form-control.inline.catalogoSmall {
    width: 15%;
    margin-left: 0px;
}

.form-control.inline.catalogoMedium {
    width: 50%;
    margin-left: 0px;
}

.form-control.inline.catalogoLarge {
    width: 71%;
    margin-left: 0px;
}

@media screen and (min-width: 309px) {
    h2 {
        float: left;
        margin: 3px auto 7px;
        margin-left: 5px;
    }

    .navbar-brand { /*CARLA 31/07/2017*/
        font-size: 12px;
    }
}

@media screen and (min-width: 530px) {
    .jumbotron .col-md-6 .input-group.centro {
        width: 32%;
        display: inline-block;
        float: left;
        margin: 0 3px 0 0;
        padding-top: 5px;
    }

        .jumbotron .col-md-6 .input-group.centro.filacuatro {
            width: 24%;
        }

            .jumbotron .col-md-6 .input-group.centro.filacuatro.doble {
                width: 48%;
            }

        .jumbotron .col-md-6 .input-group.centro.filados {
            width: 65%;
        }
}

@media screen and (min-width: 565px) {

    .nav-tabs > li {
        width: auto;
    }

    .tab-content {
        padding: 0;
    }

    .form-group.Cuota {
        width: 20%;
        display: inline-block;
        margin: 20px 5px 20px 0;
    }

    .form-group.ModalMail {
        width: 30%;
        display: inline-block;
        margin: 10px 4px 10px 4px;
    }

    .btn.btn-default.blue {
        margin-bottom: 0px;
    }

    .btn.btn-default.gris {
        margin-bottom: 0px;
    }
}

@media screen and (min-width: 768px) {
    .container .jumbotron {
        padding-top: 20px;
        padding-right: 15px;
        padding-left: 15px;
        margin-top: -30px;
    }

    h2 {
        font-size: 23px;
        float: none;
        width: 220px;
        margin: 27px auto;
    }

    .container {
        width: 768px;
    }

    .navbar-default .navbar-nav.menu > li > a {
        font-size: 12px;
        padding: 0 10px;
    }

    .navbar-brand { /*CARLA 31/07/2017*/
        font-size: 12px;
    }

    .jumbotron .col-md-6 .input-group.centro.filacuatro .TitDatosGestion {
        min-height: auto;
    }

    .table-responsive {
        padding: 0;
    }

    .nav.navbar-nav.navbar.botonMitad > li {
        width: 50%;
    }
}

.ModalTarifas .modal-dialog {
    width: 98%;
    margin: 20px;
}

@media (min-width: 992px) {
    .col-md-6 {
        width: 50%;
        padding: 0 50px;
    }

    .col-md-3, .col-md-6 {
        margin-bottom: 0px;
    }

        .col-md-3.DatosGestion {
            margin-bottom: 0;
        }

    .container {
        width: 970px;
    }

    .navbar-default .navbar-nav.menu > li > a {
        font-size: 14px;
        padding: 0 20px;
    }

    .navbar-brand { /*CARLA 31/07/2017*/
        font-size: 14px;
    }

    .jumbotron .col-md-6 .input-group.centro.filacuatro .TitDatosGestion {
        min-height: 25px;
    }

    .form-horizontal.col-md-4.right {
        float: right;
        width: 33%;
    }
}

.ModalTarifas .modal-lg {
    width: 98%;
    margin: 20px;
}

@media (min-width: 1200px) {

    .container {
        width: 1170px;
    }

    .navbar-default .navbar-nav.menu > li > a {
        font-size: 15px;
        padding: 0 20px; /*padding: 0 30px; CARLA 25/02/2019*/
    }

    .navbar-brand { /*CARLA 31/07/2017*/
        font-size: 15px;
    }

    .jumbotron .col-md-6 .input-group.centro.filados input.extra {
        width: 49%;
    }

    .jumbotron .col-md-6 .input-group.centro.filacuatro .TitDatosGestion {
        min-height: 25px;
    }
}
/*Errores*/

.hasErrorSubmit {
    border: solid 1px red;
    color: red;
}

p.error {
    color: #a94442;
    margin-left: -1px;
    margin-bottom: 10px;
}

p.errorConMarco {
    width: 98%;
    border: 1px solid #FF0000;
    color: #a94442;
    margin-left: -1px;
    margin-bottom: 10px;
}

p.noError {
    color: #33CE18;
    margin-left: -1px;
    margin-bottom: 10px;
}

.msjError {
    width: 98%;
    border: 1px solid #FF0000;
    float: left;
    margin-top: 20px;
    padding: 14px;
    color: #FF0000;
}

.msjCorrecto {
    width: 98%;
    border: 1px solid #1DB11F;
    float: left;
    margin-top: 20px;
    padding: 14px;
    color: #1DB11F;
}

.form-control {
    border-radius: 4px!important;
}

.btn-sm {
    border-radius: 4px!important;
}

a {
    color: #e23025;
}

a:hover {
        color: #71140f;
}

a:focus {
        color: #71140f;
}

.btn-link {
    color: #e23025;
    outline: none !important;
    /*border: 1px solid #e23025;*/
}

.btn-link:hover {
        color: #71140f;
        /*border-color: #71140f;*/
}

.btn-link:focus {
        color: #71140f;
        /*border-color: #71140f;*/
}

.btn {
    outline: none!important;
}

.btn:hover {
    outline: none !important;
}

.btn-sm {
    outline: none !important;
}

.btn-sm:hover {
        outline: none !important;
}

.paginate_button {
    outline: none !important;
}

.paginate_button:hover {
    outline: none !important;
}

select[name="gridPresupuestos_length"] {
    outline: none !important;
    border-radius: 4px!important;
}

select[name="gridArticulos_length"] {
    outline: none !important;
    border-radius: 4px !important;
}

select[name="gridCategorias_length"] {
    outline: none !important;
    border-radius: 4px !important;
}

select[name="gridClientes_length"] {
    outline: none !important;
    border-radius: 4px !important;
}

select[name="gridLocalidades_length"] {
    outline: none !important;
    border-radius: 4px !important;
}

select[name="gridMails_length"] {
    outline: none !important;
    border-radius: 4px !important;
}

select[name="gridTerminaciones_length"] {
    outline: none !important;
    border-radius: 4px !important;
}

select[name="gridDetallesPresupuesto_length"] {
    outline: none !important;
    border-radius: 4px !important;
}

select[name="gridContactos_length"] {
    outline: none !important;
    border-radius: 4px !important;
}

select[name="gridSubcategorias_length"] {
    outline: none !important;
    border-radius: 4px !important;
}

select[name="gridSubarticulos_length"] {
    outline: none !important;
    border-radius: 4px !important;
}

.progress-bar {
    border-radius: 4px !important;
}

.subApartados {
    font-size: 19px;
    color: #e23025;
}

.btn-xs {
    border-radius: 4px !important;
}

.dropdown-menu > li > a {
    color: white;
}