﻿body {
    font-family: "Forma DJR Display Regular" !important;
   
    letter-spacing: 1.3px;
   
}

.btn {
    letter-spacing: 1.3px;
}

.emp_details {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    padding: 30px 20px;
    margin-bottom: 40px;
}

    .emp_details h4 {
        color: #007367;
        font-size: 25px;
    }

.alert-info {
    margin-top: 10px;
}

@media only screen and (max-width: 600px) {
    .back h2 {
        font-size: 20px;
    }
}

.extension h4 {
    color: #007367;
    font-size: 25px;
}

.extension_details {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%) !important;
    padding: 30px 20px;
    margin-top: 40px;
}

.shadow {
    width: 100%;
    height: auto;
    background: var(--white);
    padding: 15px;
    position: relative;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
    text-align: center;
    transition: all 0.3s ease-in-out;
    border-left: #000;
}

    .shadow img {
        width: 70px;
    }

    .shadow span {
        font-size: 20px;
        font-weight: 600;
    }

.highlight {
    text-decoration: none;
    color: black;
    background: yellow;
}
.pagination-ys {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination-ys table > tbody > tr > td {
    display: inline;
}

.pagination-ys table > tbody > tr > td > a,
.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #dd4814;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination-ys table > tbody > tr > td > span {
    position: relative;
    float: left;
    padding: 8px 12px;
    line-height: 1.42857143;
    text-decoration: none;    
    margin-left: -1px;
    z-index: 2;
    color: #aea79f;
    background-color: #f5f5f5;
    border-color: #dddddd;
    cursor: default;
}

.pagination-ys table > tbody > tr > td:first-child > a,
.pagination-ys table > tbody > tr > td:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination-ys table > tbody > tr > td:last-child > a,
.pagination-ys table > tbody > tr > td:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination-ys table > tbody > tr > td > a:hover,
.pagination-ys table > tbody > tr > td > span:hover,
.pagination-ys table > tbody > tr > td > a:focus,
.pagination-ys table > tbody > tr > td > span:focus {
    color: #97310e;
    background-color: #eeeeee;
    border-color: #dddddd;
}