﻿/*
   CUSTOM STYLE BY GRUPO MAS
*/


.btn-md {
    border-radius: 0px !important;
}

.btn-center {
    display: inline-flex; /* keep the inline nature of buttons */
    align-items: center;
    padding: 6px 14px !important;
}

.icon-mr {
    margin-right: 8px !important;
    font-size: 20px;
    margin-left: 0px !important;
}

.icon-gray {
    color: gray;
}


.swal2-popup {
    border-radius: 0px;
}

    .swal2-popup .swal2-title {
        color: #fff;
        font-size: 13px;
        font-weight: 500;
    }

    .swal2-popup .swal2-content {
        color: #fff;
        font-weight: 400
    }

    .swal2-popup.swal2-toast .swal2-title {
        margin: 0 .5em !important;
        font-size: 1.1em !important;
    }

.icon .md-white {
    color: white;
}

.modal-open .modal {
    display: flex !important;
    align-items: center;
}


.btn-modal-width {
    width: 73px;
}

.modal-dialog {
    width: 450px;
}

.modal-content {
    border: none;
    border-radius: 0px;
    box-shadow: 3px 2px 11px 0px rgba(0,0,0,.4);
}

.bootbox-body {
    color: #000;
    font-weight: 400;
}


@media (min-width: 480px) {
    .modal-sm {
        max-width: 450px;
    }

    .modal-lg {
        max-width: 700px !important;
        min-width: 500px !important;
    }
}

@media (min-width: 768px) {
    .modal-sm {
        width: 450px;
    }

    .modal-lg {
        max-width: 900px !important;
        min-width: 700px !important;
    }
}




.dropdown-menu {
    border-radius: 0px;
}


div.dataTables_wrapper div.dataTables_processing {
    border-radius: 0px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 200px;
    height: 105px;
    margin-left: -100px;
    margin-top: -37px;
    text-align: center;
    padding: 47px;
    font-weight: 500;
}

.table-responsive {
    overflow-y: hidden;
}

.table a {
    text-decoration: none;
}

    .table a:hover {
        text-decoration: none;
        color: #757575;
    }


.form-material.has-success .form-control.focus:disabled,
.form-material.has-success .form-control:focus:disabled,
.form-material.has-success .form-control:not(.empty):disabled {
    background-image: linear-gradient(transparent,transparent),linear-gradient(transparent,transparent);
}


div.dataTables_wrapper div.dataTables_info {
    font-size: 10px;
}

.modalCore {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1700;
    display: flex;
    overflow: hidden;
    outline: 0;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-lg {
    width: 75%;
}

@media (max-width: 500px) {
    .modal-mobile {
        width: 100%;
    }

    .dataTables_filter {
        text-align: right !important;
    }
}


@media only screen and (max-width: 500px) {
    .btnclasic {
        display: none;
    }

    .site-action {
        display: block !important;
    }
}

.btnclasic {
    float: left;
    margin: 0;
    padding: 11px;
    position: absolute;
    font-size: 17px;
    width: 60%;
    left: 0px;
}


[v-cloak] {
    display: none;
}

.panel {
    border-radius: 0px;
    background-clip: border-box;
}