﻿/*Loading*/
.overlay-loading {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    z-index: 99999;
    display: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.ajax-loading-tooltip {
    position: fixed;
    top: 50%;
    left: 50%;
    padding: 5px 10px;
    display: none;
    z-index: 100000;
}

    .ajax-loading-tooltip.show,
    .overlay-loading.show {
        display: block;
    }

    /*button - inicio*/
.btn-agree
{
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    cursor: pointer;
}

.btn-agree:active
{
    top: 1px;
}

.btn-agree span
{
    padding-left: 0.5rem;
}
/*button - fin*/


/********BOOTSTRAP*********/
.form-control
{
    padding: .4rem .75rem;
}
.custom-control-description
{
    font-weight: 300;
}
/* para formulario grandes no funciona
.modal.show .modal-dialog
{
    -webkit-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
    top: 50%;
    margin: 0 auto;
}*/
.modal-header
{
    padding: 9px;
}

.modal-footer
{
    padding: 10px;
}
.close
{
    font-size: 1.8rem;
}
.btn
{
    margin: 2px;
}
.table-bordered tbody
{
    max-height: 350px;
    overflow-y: auto;
    width: 100%;
    font-size: 11px;
}
.table-bordered thead, .table-bordered tbody, .table-bordered tr, .table-bordered td, .table-bordered th
{
    display: block;
}
.nopadding-right {
   padding-right: 0 !important;
}
.nopadding-left {
   padding-left: 0 !important;
}
/********SWAL - BEGIN*********/
.swal2-modal .swal2-title
{
    font-size: 20px;
}
.swal2-modal .swal2-content
{
    font-size: 14px;
}
.swal2-modal .swal2-styled
{
    font-size: 14px;
}
/********SWAL - END*********/

/********GRID - BEGIN*********/
.grid-user-photo {
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-size: 32px 35px;
    background-position: center center;
    vertical-align: middle;
    line-height: 32px;
    box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0,0,0,.2);
    margin-left: 5px;
}
.grid-user-name {
    display: inline-block;
    vertical-align: middle;
    line-height: 32px;
    padding-left: 3px;
}
/********GRID - END*********/

/********OTROS*********/
.upload-preview-image {
    height: 150px !important;
    width: 150px !important;
}