﻿body {
}

/*
.form {
    display: flex;
    align-items: center;
}
*/

.info-buttons {
    display: flex;
    flex-direction: row;
    position: fixed;
    bottom: 40px;
    right: 35px;
}

    .info-buttons .btn {
        margin-right: 10px;
    }

.card-heading {
    background: #250A36;
    color: white;
    text-align: center;
}

.card-heading-simple {
    background: transparent;
    color: black;
    text-align: inherit;
    border-bottom: 1px solid #ddd;
}

.btn.btn-primary:hover, .btn.btn-primary.active, .btn.btn-primary.disabled {
    background-color: #250A36;
    border-color: #250A36;
}

.nopadding {
    padding: 0 0 10px 0;
}

.tenpadding {
    padding: 10%;
}

.top-padding-sv {
    padding-top: 7px;
}

.GvGrid:hover {
    background-color: #FFEB9C !important;
    color: #9C6500;
    cursor:pointer;
}

.PgGrid span {
    color: #250A36;
    font-weight: bold;
}

.form-check-inline {
    /*margin-right: 30px;*/
    margin:7px;
}

/* Uploader */


fieldset {
    background-color: White;
}

.AjaxUploaderCancelAllButton {
    position: relative;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    padding: .5rem 1rem;
    line-height: 1.25;
    font-size: 14px;
    cursor: pointer;
    box-shadow: none;
    outline: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    color: #fff;
    background-color: #ff5252;
    border-color: #ff5252;
    border: 1px solid #ff5252;
    width: 100% !important;
}
.uploadergrid {
    width: 100% !important;
    min-width: 100% !important;
}

.uploaderprogresstable {
    width: 100% !important;
}

.uploaderprogressmodern {
    width: 100% !important;
}

.uploaderprogressleft {
    width: 100% !important;
}

.uploaderprogresstext {
    width: 100% !important;
}

.uploaderprogressinfotext {
    display: none;
}

.btn.btn-fullw {
    width: 100%;
    margin-bottom: 15px;
}

.table td hr {
    margin-top: revert !important;
    margin-bottom: revert !important;
}

.btn-warning {
    color: #212529 !important;
}

.max200 {
    max-width: 200px !important;
    line-break: anywhere;
}

.rpt-control {
    max-width: -webkit-fill-available;
}
.btnEliminarConcepto {
    padding: 7px 5px 7px 10px;
    display: table;
}
.btn-repeater {
    padding: 7px 5px 7px 10px;
}

.alert.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}

.bootstrap-datetimepicker-widget table td.disabled, .bootstrap-datetimepicker-widget table td.disabled:hover {
    background: lightgray !important;
}

.nexos {
    background-color: #04304D !important;
    color: white;
}