/*
* ----------
    NEXT RELEASES
* ----------
*/
.inline {
    display: inline-block;
}

.nextreleases {
    background-color: white;
    margin-top: -1px;
    margin-bottom: 0px;
    border: 1px solid #cfcfcf;
    padding-top: 7px;
    padding-bottom: 7px;
}

.releasesinfo .ms-Icon--Calendar {
    padding-right: 5px;
    font-size: 11px;
    padding-left: 8px;
    margin-top: 2px;
}

.releases-width {
    display: inline-block;
}

.id-width {
    width: 130px;
    padding-left: 8px;
}

.id-width a {
    font-size: 13px;
}

.calendar-width {
    width: 110px;
    font-size: 13px;
}

.status-width {
    padding-left: 8px;
    font-size: 13px;
    margin-bottom: -4px;
    width: 155px;
}

#approvalModal .notify-modal-dialog {
    width: 200px;
    right: 0;
}

.bottom-height {
    padding-bottom: 20px;
}

.top-height {
    padding-top: 15px;
}

/*
* ----------
    LASTEST UPDATED
* ----------
*/
#lastupdated > table {
    background-color: white;
}

#lastupdated .table-striped>tbody>tr:nth-of-type(odd) {
    background-color: white;
}

#lastupdated .table-striped>tbody>tr {
    border-top: 0.5px solid #4444441A;
}

#lastupdated .table>thead>tr>th {
    border: none;
}

#lastupdated .table>thead>tr>th, #lastupdated .table>thead>tr>td, #lastupdated .table>tbody>tr>th, #lastupdated .table>tbody>tr>td, #lastupdated .table>tfoot>tr>th, #lastupdated .table>tfoot>tr>td {
    border: none;
    font-size: 13px;
}

#lastupdated .table-bordered>thead>tr>th {
    border: none;
}

/*
* ----------
    APPROVALS TICKETS
* ----------
*/
.modal-approvals {
    right: 0;
    /* padding-right: 0%; */
    position: relative;
    max-width: 26%;
    padding-top: 60px;
}

#approvals-pending .notify-modal-content {
    max-width: 80%;
    height: 300px;
    max-height: 300px;
}

.modal-approvals .modal-header {
    padding-bottom: 10px;
    padding-left: 0px;
}

.modal-approvals .notify-title {
    text-align: left;
}

.modal-approvals-content {
    max-height: 39vh;
}

.approvals-hours {
    font-weight: 600;
    white-space: nowrap;
    padding-right: 10px;
    font-size: 13px;
    padding-top: 8px;
    color: var(--color-primary);
}

.approvals-by {
    padding-right: 7px;
    font-size: 13px;
    color: #444444;
    opacity: 0.5;
    font-weight: 500;
}

.reason {
    font-weight: 500;
    padding-right: 7px;
    font-size: 13px;
    color: var(--color-primary);
}

.grid-approvals {
    padding-top: 12px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
    padding-left: 10px;
    border-left: 2px solid transparent;
}

.grid-approvals:hover {
    background-color: #f5f5f5;
    border-left: 2px solid red;
}

.grid-approvals:hover .button-approvals {
    display: block;
}

.button-approvals {
    position: relative;
    display: inline-block;
    margin-top: -50px;
    display: none;
    float: right;
    margin-right: 10px;
    font-weight: bold;
}

.grid-page-ticket {
    background-color: var(--color-white);
    padding: 5px;
    border-radius: 2px;
    border: 1px solid #e5e5e5;
    margin-bottom: 30px;
}

.button-approvals-label {
    display: inline-block;
    margin: 0px;
    cursor: pointer;
    color: var(--color-primary-houv);
    border-radius: 2px;
    background: #efefef;
    transition: 0.3s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 30px;
    max-width: 30px;
    height: 25px;
    max-height: 30px;
    border: 1px solid #a6a6a6;
}

.button-approvals-label h1 {
    font-size: 1em;
}

.button-approvals-label:hover {
    background: #d6d6d6;
    color: #101010;
}

.button-approvals-label:active {
    transform: translateY(2px);
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2), inset 0px -1px 0 rgba(0, 0, 0, 0.22);
}

.yes-label:hover {
    color: #29b765;
    background: var(--color-white);
}

.no-label:hover {
    color: #D91E18;
    background: var(--color-white);
}

.approvals-button {
    text-align: center;
    display: block !important;
    font-size: 11px;
    padding-top: 4px;
    font-weight: bold !important;
}

.table-striped>tbody>tr:hover {
    background-color: white;
}
