@keyframes modalopen {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

body {
    font-family: Arial,Helvetica,sans-serif;
    font-size: 17px;
    line-height: 1.6
}

.modal,.modalDel {
    display: block;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,.5)
}

.modalDel {
    display: none
}

.modal-content {
    background-color: #f7f7f7;
    color: #33344a;
    margin: 20%auto;
    width: 70%;
    box-shadow: 0 5px 8px 0 rgba(0,0,0,.2),0 7px 20px 0 rgba(0,0,0,.2);
    animation-name: modalopen;
    animation-duration: 1s
}

.modal-header {
    background: #33344a;
    padding: 15px;
    color: #ebebeb;
    text-align: center
}

.modal-footer h3,.modal-header h4 {
    margin: 0;
    font-size: 20px
}

.close-btn,.close-btnt {
    color: #ebebeb;
    float: right;
    font-size: 30px
}

.close-btn:focus,.close-btn:hover,.close-btnt:focus,.close-btnt:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer
}

.modal-body,.modal-footer {
    padding: 10px 20px;
    text-align: center
}

.modal-footer {
    background: #ebebeb;
    padding: 10px;
    color: #ebebeb;
    text-align: center;    
}

.modal-footer img {
    width: 150px;
    height: 60px
}

.modal-input {
    margin-left: 25%;
    padding-bottom: 20px;
    width: 50%
}

.modal-input:nth-child(1) {
    margin-top: 30px
}

.btn-search {
    padding: 5px 15px;
    color: #f5f5f5;
    border: 0;
    border-radius: 2px;
    background-color: #9acd32;
    font-family: verdana,sans-serif;
    font-size: 15px;
    cursor: pointer
}

.btn-search:hover {
    background-color: rgba(154,205,50,.7)
}

table {
    font-family: Arial,sans-serif;
    border-radius: 5px;
    margin: auto;
    width: 80%
}

table,td,th {
    border: 2px solid #3c5574;
    border-collapse: collapse;
    font-size: 17px
}

th {
    color: #f5f5f5;
    background: #3c5574
}

.cod {
    padding-right: 20px;
    padding-left: 20px
}

th:nth-child(1),th:nth-child(2) {
    border: 0
}

td {
    padding: 10px
}

.info {
    background-color: #f7f7f7
}

.button-actionsTable {
    padding: 1em
}

.btn-action {
    padding: 5px 15px;
    color: #f5f5f5;
    border: 0;
    border-radius: 2px;
    background-color: #3c5574;
    font-family: verdana,sans-serif;
    font-size: 15px;
    cursor: pointer
}

.new {
    padding-left: 15px;
    width: 45px
}

.btn-action:hover {
    background-color: rgba(60,85,116,.7)
}