fieldset
{
    border: 1px solid #ddd !important;
    margin: 0;
    xmin-width: 0;
    padding: 10px;
    position: relative;
    border-radius:4px;
    padding-left:10px!important;
}

legend
{
    font-size:14px;
    font-weight:bold;
    margin-bottom: 0px;
    width: 35%;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 5px 5px 5px 10px;
    background-color: #ffffff;
}

.arrow-right-1 {
    position: absolute;
    top: -1px;
    right: -5px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid red;
    transform: rotate(45deg);
    cursor: pointer;
}

#notas_listado th {
    text-align: center !important;
}

#notas_listado.table > thead > tr > th,
#notas_listado.table > tbody > tr > th,
#notas_listado.table > tfoot > tr > th,
#notas_listado.table > thead > tr > td,
#notas_listado.table > tbody > tr > td,
#notas_listado.table > tfoot > tr > td {
    padding: 5px 5px !important;
}

.select2-container .select2-choice {
    text-transform: capitalize;
}

.card-head header {
    text-transform: none;
}

li.selected {
    background-color: rgba(12, 12, 12, 0.07);
}

a.selected {
    font-weight: bolder;
    color: #01325D;
    font-size: 14px !important;
}

li.expanded {
    font-weight: bolder;
    color: #01325D;
}

.select2-result {
    text-transform: capitalize;
}

table.dataTable tbody tr.selected {
    background-color: #01325D;
    border-color: #01325D;
    color: #ffffff;
}

.alternative_cls {
    padding: 5px 0 5px 0;
    border: 1px solid #ebebeb;
}

.alternative_cls:nth-child(odd) {
    background-color: rgba(242, 243, 243, 0.35);
}

.no_bg {
    background: #f8d6d6;
    font-size: 1.5em;
    border-bottom: 2px solid rgba(189, 193, 193, 0.2);
    padding: 5px 0 5px 0;
}

table.DTFC_Cloned {
    background-color: white;
}

table.DTFC_Cloned thead,
table.DTFC_Cloned tfoot {
    background-color: white;
}

div.DTFC_Blocker {
    background-color: white;
}

div.DTFC_LeftWrapper table.dataTable,
div.DTFC_RightWrapper table.dataTable {
    margin-bottom: 0;
    z-index: 2;
}

div.DTFC_LeftWrapper table.dataTable.no-footer,
div.DTFC_RightWrapper table.dataTable.no-footer {
    border-bottom: none;
}

@media (min-width: 768px) {
    .modal-xl {
        width: 95%;
        max-width: 1300px;
    }
}

/* Change the white to any color ;) */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    -webkit-text-fill-color: black !important;
}

.lazy {
    /*display: none;*/
}

#loadingapp {
    position: absolute;
    z-index: 999999;
    top: 50%;
    width: 100%;
    height: 200px;
    margin-top: -100px;
    text-align: center;
    font-size: 1.2em;
    border: 1px solid silver;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    display: none;
}

#loadingapp-modal-background {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    opacity: .50;
    -webkit-opacity: .5;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
    z-index: 999990;
}

#loadingapp-modal-background.active, #loadingapp.active {
    display: block;
}

​
.dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 60px;
    margin-left: -125px;
    margin-top: -30px;
    padding: 14px 0 2px 0;
    border: 1px solid #ddd;
    text-align: center;
    color: #999;
    font-size: 14px;
    background-color: white;
}

.img_small {
    text-align: center;
    min-height: 50px;
}

.img_small img {
    vertical-align: middle !important;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 50px;
    max-height: 50px;
}

/* modal full screen */

.modal-dialog.full-screen {
    position: fixed;
    margin: auto;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;

}

@media (min-width: 992px) {
    .modal-dialog.full-screen {
        width: 900px;
    }
}

.modal-dialog.full-screen .modal-content {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 10px;
    bottom: 10px;
}

.modal-dialog.full-screen .modal-content .modal-header {
    height: 55px;
}

.modal-dialog.full-screen .modal-content .modal-body {
    overflow-y: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin-top: 55px;
    margin-bottom: 80px;
}

.modal-dialog.full-screen .modal-content .modal-footer {
    height: 80px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

.checkbox-readonly {
    pointer-events: none;
    cursor: not-allowed !important;
    opacity: 0.65;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
}


.text-align-right
{
    text-align: right;
}


.text-align-center
{
    text-align: center;
}