
.modal {
    display: none;
    position: absolute;
    z-index: 10000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal.is-visible {
    display: block;
}

.modal-overlay {
    position: fixed;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: hsla(0, 0%, 0%, 0.5);
}

.modal-wrapper {
    position: absolute;
    z-index: 9999;
    top: 6em;
    left: 50%;
    width: 600px;
    margin-left: -16em;
    background-color: #fff;
    box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
}

.modal-content {
    padding: 1em;
}

.login-page .login-page-wrapper .login-form .form-group .see-password, .login-page .login-page-wrapper .forgoten-password-form .form-group .see-password {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 1.5rem;
    cursor: pointer;
    width: 2.4rem;
    height: 2.4rem;
}

table.daily-activities {
    width: 100%;
}

table.daily-activities th, table.daily-activities td {
    padding: 5px 10px;
    border-bottom: 1px solid #ccc;
}

#close-efect {
    display: none;
    text-align: right;
}
#close-index {
    width: 1px;
    height: 1px;
    border: 0;
}

a.close-link {
    display: inline-block;
    padding-bottom: 20px;
}

a.close-link:hover {
    color: #ccc;
}

a.activity-date {
    display: inline-block;
    padding: 5px 10px;
}

a.activity-date:hover {
    background: #ccc;
}

a.activity-date.active {
    background: rgba(58, 11, 140, 0.1);
}


tr.cdate {
    display: none;
}

tr.cdate.selected {
    display: table-row !important;
}

.update-password-form input {
    width: 200px;
    height: 40px;
    padding: 2px 10px;
}

#update-info {
    color: green;
    padding: 10px 20px;
}

.hide-class{
    display: none !important;
}

.leave-class {
    text-decoration: underline;
}

.leave-class:hover {
    text-decoration: none;
    color: #ccc;
}

#total-monthly-work {
    padding-top: 30px;
    color: red;
}

select.activity-project {
    width: 100%;
}

.special-style {
    border: 1px solid red !important;
}

form.filters-form {
    padding: 10px;
    margin-bottom: 20px;
}

form.filters-form .input-wrapper {
    margin-bottom: 10px;
}

form.filters-form .input-wrapper select, form.filters-form .input-wrapper input[type='date']{
    width: 200px;
    height: 40px;
    padding: 10px 20px !important;
    border: 1px solid #ccc;
    border-radius: 3px;
}