﻿.box-container {
    padding: 0 90px;
}

.home-container .nav.nav-tabs {
    border-left: 0;
    border-right: 0;
    padding-left: 0;
}

    .home-container .nav.nav-tabs > li > a {
        border-radius: 0;
        font-weight: 600;
        font-size: 15px;
    }

.box-wrapper {
    width: 33.33%;
    height: 120px;
    text-align: center;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    float: left;
    border: 1px solid #fff;
    border-radius: 8px;
}

    .box-wrapper .sec-title {
        color: #fff;
        background: #8b8d8d;
        height: 100%;
        position: absolute;
        width: 100%;
        top: 250px;
        display: none;
    }

        .box-wrapper .sec-title a {
            margin-top: 20px;
            font-size: 16px;
            color: #fff;
            display: table-cell;
            text-decoration: none;
            vertical-align: middle;
        }

        .box-wrapper .sec-title.show-div {
            top: 140px !important;
            display: none !important;
        }

.wid50Percent {
    width: 50% !important;
}

.color-1 {
    background-color: #5076ba;
    /*background-image:url('https://bmscompass.uat.mdcbms.ae/_catalogs/masterpage/Intranet/Apps/CapacityTracker/Images/request-icon-png-1.jpg');*/
}

.color-2 {
    background-color: #5076ba;
}

.color-3 {
    background-color: #5076ba;
}

.color-4 {
    background-color: #5076ba;
}

.no-action p {
    font-size: 18px;
    color: #fff;
    padding: 35px;
}

/*popup CSS*/
.geclass .cat-popup {
    display: flex;
    align-items: center;
    align-content: center;
}

    .geclass .cat-popup .pop-cont {
        padding: 20px 5px;
        /*width: 80%;*/
        margin: auto;
        background: #fff;
        overflow: hidden;
        position: relative;
        max-height: 90vh;
        overflow: auto;
    }

        .geclass .cat-popup .pop-cont table {
            width: 100%;
            position: relative;
            border-collapse: collapse;
        }

        #documentshistory h1, #commenthistory h1, .geclass .cat-popup .pop-cont h1 {
            font-family: "Interstate-Light";
            font-size: 16px;
            color: #4d4d4d;
        }

        .geclass .cat-popup .pop-cont table td {
            padding: 10px 5px;
            border-bottom: 1px solid #e1e1e1;
            font-family: Interstate-Light;
            word-wrap:break-word;
        }

        .geclass .cat-popup .pop-cont table th {
            font-family: Interstate-Regular;
            text-align: left;
            height: 35px;
            padding: 10px 5px;
            font-size: 15px;
            position: sticky;
            top: -20px;
            background-color: #00b1b0;
        }


        .geclass .cat-popup .pop-cont table thead {
            background-image: linear-gradient(263deg, #00b1b0 50%, #0283b1 80%);
            margin: 0;
            background-repeat: no-repeat;
            background-attachment: fixed;
            color: #ffffff;
        }






@media (max-width: 767px) {
    .box-wrapper {
        height: 100px;
    }

    .no-action p img {
        width: 40%;
    }

    .no-action p {
        background-size: 20%;
        font-size: 12px;
    }

    .box-container {
        padding: 0;
    }

    .main-container {
        padding: 0 0px 42px;
    }
}
/**NIkhil**/
@media (min-width: 767px) and (max-width: 992px) {
    .no-action p {
        padding: 120px 10px 20px 10px;
    }
}
.home-container .nav.nav-tabs {
    width: 100%;
}

.home-container .form-control:focus {
    box-shadow: none;
}

.home-container .searchInp {
    position: relative;
}

    .home-container .searchInp i {
        position: absolute;
        color: #00778B;
        top: 20px;
        left: 20px;
    }

    .home-container .searchInp input {
        border: none;
        border-bottom: 1px solid #e9e9e9;
        border-radius: 0px;
        padding-left: 22px;
        display: inline-block;
        width: 86%;
        height: 45px;
    }

.home-container {
    margin-top: 10px;
}
.uparrowCls, .downarrowCls {
    width: 11px;
}


@media (max-width: 767px) {
    .uparrowCls, .downarrowCls {
        width: 10px;
    }
    .box-wrapper {
        height: 100px;
    }

    .no-action p img {
        width: 40%;
    }

    .no-action p {
        background-size: 20%;
        font-size: 12px;
    }

    .box-container {
        padding: 0;
    }

    .main-container {
        padding: 0 0px 42px;
    }

    .home-container .tabspan {
        padding: 20px 30px;
    }

    .home-container .searchInp {
        margin-bottom: 20px;
    }
}



@media (min-width: 767px) and (max-width: 992px) {
    .no-action p {
        padding: 120px 10px 20px 10px;
    }
}

@media (max-width: 1024px) {
    .home-container .tab-pane {
        overflow: scroll;
    }

        .home-container .tab-pane .cat-popup {
            width: 1024px;
        }
}

@media (max-width: 1024px) {
    .home-container .nav {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: left;
        -ms-flex-pack: left;
        justify-content: left;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 20px;
        height: 45px;
        line-height: 42px;
        border-left: solid 1px #ececec;
        background-color: white;
        border-right: solid 1px #ececec;
        position: relative;
        opacity: 1;
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
        visibility: visible;
    }

        .home-container .nav a {
            letter-spacing: 1px;
            color: #373737;
            text-transform: uppercase;
            opacity: 1;
            visibility: visible;
            -webkit-transform: translateX(0px);
            transform: translateX(0px);
        }
}