/*
*	 Author: Vijay Kumar
*	 Template: Archon - Flat & Responsive Bootstrap Admin Template
*	 Version: 1.0
*	 Bootstrap version: 3.0.0
*	 Copyright 2013 bootstrapguru
*	 www: http://bootstrapguru.com
*	 mail: support@bootstrapguru.com
*	 You can find our other themes on: https://bootstrapguru.com/themes/
---------------------------------------------------------------------------------------------- */

/* Write your custom css here, so you that you dont break the updates
---------------------------------------------------------------------------------------------- */
.align-right {
    text-align: right;
}

#RememberMe {
    width: auto;
    display: inline
}

.put-inline {
}

    .put-inline input {
        display: inline;
        margin: 0 20px;
        width: auto;
    }

    .put-inline label {
    }

.form-group.btn-search {
    margin: 25px 0 0;
}

.panel-meta {
    overflow-y: auto;
}

.dataTable {
    font-size: 12px;
}

.panel-buscar .col-md-1,
.panel-buscar .col-md-2,
.panel-buscar .col-md-3,
.panel-buscar .col-md-4,
.panel-buscar .col-md-5,
.panel-buscar .col-md-6,
.panel-buscar .col-md-7,
.panel-buscar .col-md-8,
.panel-buscar .col-md-12 {
    padding-left: 0;
}

/*Paginado*/
.pagination ul li {
    display: inline;
    padding: 5px 10px;
}

.cola-loading-show {
    width: 20px;
    position: relative;
    left: 88%;
    top: 31px;
    display: inline;
}

.cola-loading-hide {
    width: 20px;
    position: relative;
    left: 88%;
    top: 0px;
    display: none;
}

.combo-numrows {
    width: 80px !important;
}

.groupset {
    padding: 0 20px 20px 20px !important;
    border: 1px solid #C0C0C0;
    margin-left: 20px;
}

    .groupset legend {
        border: none !important;
        width: auto;
        margin-bottom: 5px;
    }

        .groupset legend input[type="checkbox"] {
            margin-left: -45px;
            margin-right: 25px;
            position: relative;
            top: 7px;
        }

.last-btn {
    margin-top: 20px;
}

.pagination > li > a, .pagination > li > span {
    margin-left: 3px;
}

.pagination {
    margin: 0;
}

.box-holder img {
    width: 100%;
}

.modal-lg {
    width: 900px;
}

.modal-dialog-lg {
    width: 900px;
}

.join-controls {
    border: 1px solid #3d4a5d;
    padding: 0px;
    margin-right: 10px;
}

    .join-controls span {
        background-color: #3d4a5d;
        height: 30px;
        position: relative;
        float: left;
        padding: 5px;
        width: 30%;
        text-align: center;
        color: white;
    }

    .join-controls .form-control {
        border: none;
        box-shadow: none;
        border-radius: unset;
        position: relative;
        float: right;
        padding: 5px;
        width: 70%;
        height: 30px;
    }

.field-validation-error {
    color: #FD5553;
}

.nav:before, .nav:after {
    display: table;
    content: " ";
}

a {
    color: #428bca;
    text-decoration: none;
}

.dropdown-toggle::after {
    display: none;
}

.btn-success {
    color: #ffffff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

.btn-primary {
    color: #ffffff;
    background-color: #428bca;
    border-color: #357ebd;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
    color: #ffffff;
    background-color: #47a447;
    border-color: #398439;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #ffffff;
    background-color: #3276b1;
    border-color: #285e8e;
}

.btn-info {
    color: #ffffff;
    background-color: #5bc0de;
    border-color: #46b8da;
}

    .btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
        color: #ffffff;
        background-color: #39b3d7;
        border-color: #269abc;
    }

.btn-danger {
    color: #ffffff;
    background-color: #d9534f;
    border-color: #d43f3a;
}

    .btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
        color: #ffffff;
        background-color: #d2322d;
        border-color: #ac2925;
    }

h3, .h3 {
    font-size: 24px !important;
}

.btn {
    font-size: 14px;
}

.btn-sm {
    font-size: 12px;
}

ul.breadcrumb {
    font-size: 12px;
}

.btn-sm, .btn-group-sm > .btn {
    font-size: 12px;
}

.form-control {
    font-size: 14px;
    padding: 6px 12px;
}

.form-select {
    font-size: 14px !important;
    padding: 6px 12px;
    line-height: 1.4;
}

body {
    font-size: 14px;
}

h3.panel-title {
    font-size: 12px !important;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-body {
    padding: 15px;
}

.btn-default {
    color: #333333;
    background-color: #ffffff;
    border-color: #cccccc;
}

    .btn-default:hover {
        color: #333333;
        background-color: #ebebeb;
        border-color: #adadad;
    }

.panel-body {
    display: grid;
}

.form-group {
    margin-bottom: 15px;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #cccccc;
    border-radius: 4px;
}

.table-condensed tbody > tr > td, .table-condensed tfoot > tr > td {
    padding: 5px;
}

.dropdown-menu > li > a:hover {
    background-color: transparent;
}
