﻿.modal-header .btn-close {
    margin-right: 10px;
    font-size: 19px;
    border: 1px solid #474747;
    border-radius: 50%;
    padding: 10px;
}

.btn-back {
    background: #089795;
    color: #fff;
    box-shadow: inset 2px 2px 2px rgb(255 255 255 / 40%), inset -2px -2px 2px rgb(0 0 0 / 62%);
}

    .btn-back.btn-lg {
    }

    .btn-back:hover {
        background: #026b6a;
        color: #fff;
    }

    .btn-back:focus {
        outline: 0;
        box-shadow: 0 0 0 0.25rem #095e5e52;
    }

.btn-print {
    background: #343434;
    color: #fff;
    box-shadow: inset 2px 2px 2px rgb(255 255 255 / 40%), inset -2px -2px 2px rgb(0 0 0 / 62%);
}

.btn-print.btn-lg i, .btn-back.btn-lg i {
    margin-right: 0;
}

.btn-print:hover {
    background: #000;
    color: #fff;
}

.btn-print:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 25%);
}

.btn-close2 {
    background: #bd1020;
    color: #fff;
    box-shadow: inset 2px 2px 2px rgb(255 255 255 / 40%), inset -2px -2px 2px rgb(0 0 0 / 62%);
}

.btn-close2:hover {
    background: #e01b1b;
    color: #fff;
}

.btn-close2:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem #ff000040;
}

.btn-clear {
    background: #bd1020;
    color: #fff;
    box-shadow: inset 2px 2px 2px rgb(255 255 255 / 40%), inset -2px -2px 2px rgb(0 0 0 / 62%);
}
.btn-clear:hover {
    background: #e01b1b;
    color: #fff;
}

.btn-clear:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem #ff000040;
}

.btn-add-tardy {
    background: #ffc516;
    color: #000;
    box-shadow: inset 2px 2px 2px rgb(255 255 255 / 40%), inset -2px -2px 2px rgb(0 0 0 / 62%);
}

    .btn-add-tardy:hover {
        background: #ffc000;
        color: #000;
    }

    .btn-add-tardy:focus {
        outline: 0;
        box-shadow: 0 0 0 0.25rem #ffc5164a;
    }


.btn-light {
    box-shadow: inset 2px 2px 2px rgb(255 255 255 / 40%), inset -2px -2px 2px rgb(0 0 0 / 62%);
}

.btn-success {
    box-shadow: inset 2px 2px 2px rgb(255 255 255 / 40%), inset -2px -2px 2px rgb(0 0 0 / 62%);
}

.btn-danger {
    box-shadow: inset 2px 2px 2px rgb(255 255 255 / 40%), inset -2px -2px 2px rgb(0 0 0 / 62%);
}

.btn-warning {
    box-shadow: inset 2px 2px 2px rgb(255 255 255 / 40%), inset -2px -2px 2px rgb(0 0 0 / 62%);
}

.btn-primary {
    box-shadow: inset 2px 2px 2px rgb(255 255 255 / 40%), inset -2px -2px 2px rgb(0 0 0 / 62%);
}

.btn-info {
    box-shadow: inset 2px 2px 2px rgb(255 255 255 / 40%), inset -2px -2px 2px rgb(0 0 0 / 62%);
}

.btn-purple {
    background: #513d71;
    color: #fff;
    box-shadow: inset 2px 2px 2px rgb(255 255 255 / 40%), inset -2px -2px 2px rgb(0 0 0 / 62%);
}

    .btn-purple.btn-lg {
    }

    .btn-purple:hover {
        background: #3c2b58;
        color: #fff;
    }

    .btn-purple:focus {
        outline: 0;
        box-shadow: 0 0 0 0.25rem #3c2b5842;
    }



.btn-browse {
    background: #0f6d9d;
    color: #fff;
    box-shadow: inset 2px 2px 2px #ffffff66, inset -2px -2px 2px #094c6f;
}
.btn-browse:hover {
    background: #135d83;
    color: #fff;
}

.btn-browse:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem #0f6d9d70;
}

.btn-upload-file {
    background: #208b59;
    color: #fff;
    box-shadow: inset 2px 2px 2px #ffffff66, inset -2px -2px 2px #0b5532;
}

.btn-upload-file:hover {
    background: #136b43;
    color: #fff;
}

.btn-upload-file:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem #0f480340;
}

.btn-download {
    background: #eeeeee;
    color: #1e1e1e;
    box-shadow: inset 2px 2px 2px #ffffff6e, inset -2px -2px 2px #0000003d;
    border: 1px solid #818181;
}

.btn-download:hover {
    background: #fff;
    color: #000;
}

.btn-download:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(0 0 0 / 25%);
}


.btn-submit, .btn-primary {
    color: #fff;
    background-color: #040988;
    border-color: #00024e;
    box-shadow: inset 2px 2px 2px rgb(255 255 255 / 40%), inset -2px -2px 2px rgb(0 0 0 / 62%);
}

.btn-submit:hover, .btn-primary:hover {
     color: #fff;
    background-color: #040bce;
    border-color: #03076e;
}

.btn-submit:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem #3184fd80;
}

.btn-send {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    box-shadow: inset 2px 2px 2px rgb(255 255 255 / 40%), inset -2px -2px 2px rgb(0 0 0 / 62%);
}
.btn-send:hover {
    color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}
.btn-send:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem #3184fd80;
}

.btn-search {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    box-shadow: inset 2px 2px 2px rgb(255 255 255 / 40%), inset -2px -2px 2px rgb(0 0 0 / 62%);
}

.btn-search:hover {
   color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.btn-search:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem #3184fd80;
}
.btn-delete {
    background: #bd1020;
    color: #fff;
    box-shadow: inset 2px 2px 2px rgb(255 255 255 / 40%), inset -2px -2px 2px rgb(0 0 0 / 62%);
}

.btn-delete:hover {
    background: #e01b1b;
    color: #fff;
}

.btn-delete:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem #ffc5164a;
}

.btn-cancel {
    background: #bd1020;
    color: #fff;
    box-shadow: inset 2px 2px 2px rgb(255 255 255 / 40%), inset -2px -2px 2px rgb(0 0 0 / 62%);
}

.btn-cancel:hover {
    background: #e01b1b;
    color: #fff;
}

.btn-cancel:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem #ffc5164a;
}
.btn-update {
    color: #fff;
    background-color: #0d6efd;
    border-color: #0d6efd;
    box-shadow: inset 2px 2px 2px rgb(255 255 255 / 40%), inset -2px -2px 2px rgb(0 0 0 / 62%);
}
.btn-update:hover {
      color: #fff;
    background-color: #0b5ed7;
    border-color: #0a58ca;
}

.btn-update:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem #3184fd80;
}
.view-plan-icon{
   
}
.view-plan-icon::before {
        content: '';
    background: url('../../imgs/view-plan-2.png');
    position: relative;
    width: 30px;
    height: 30px;
    display: inline;
    background-position: 0;
    background-size: 29px 26px;
    background-repeat: no-repeat;
    filter: brightness(0) invert(1);
    padding-right: 30px;
    margin-right: 3px;
    line-height: 10px;
}


.log-intervention-time-icon::before {
    content: '';
    background: url('../../imgs/log-time-icon.png');
    position: relative;
    width: 30px;
    height: 30px;
    display: inline;
    background-position: 0;
    background-size: 29px 26px;
    background-repeat: no-repeat;
    filter: brightness(0);
    padding-right: 30px;
    margin-right: 3px;
    line-height: 10px;
    padding-top: 4px;
    padding-bottom: 2px;
}
.btn-login {
    background: #0000002b !important;
    border: 0;
    color: #fff !important;
    font-weight: 600;
    letter-spacing: 2px;
    text-shadow: 3px 1px 3px #352f2fc4;
}