

/******** new styles begin Feb 2021 **********/
/*Vishnu Manda*/


body{
    background: #f0ece2;
    color: #283b42;
    font-family: "Open Sans", Roboto, sans-serif;
}
main{
    margin-top: 100px;
    min-height: 550px;
}

.container{
    width: 90%;
    max-width: 90%;
}

a{
    color: #283b42;
}
.btn{
    outline: none;
    box-shadow: none;
    border: none;
}
.btn-primary, .bg-primary{
    background: #c7b198;
}


/*nav list*/
nav .nav-link{
    color: #283b42;
    font-weight: 500;
}
nav .fa-user-circle{
    font-size: 18px;
}



.box_sec{
    margin-top: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.box_sec .box {
    background: white;
    width: 250px;
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
}


.cpy_rg{
    background: #393939;
    color: rgba(245,245,245,0.4);
}

.table th, .table td {
    padding: 0.25rem;
}

.pp_box{
    width: 450px;
    background: white;
    padding: 20px;
}

.c_pointer{
    cursor: pointer;
}

.lbl
{
    word-wrap: break-word;
}

.pp_box{
    width: 450px;
    background: white;
    padding: 0;
}
.pp_header{
    background: #596e79;
    padding: 15px 20px;
}
.pp_body{
    padding: 15px 20px;
}

.table th, .table td {
    padding: 0.25rem!important;
    vertical-align: middle!important;
    border-top: 0!important;
}
.table {
    margin-bottom: 0!important;
}
.gridview td, .gridview th {

    border: 1px solid #dee2e6;
}

.pagination{
    margin-top: 30px;
}
.pagination a, .pagination span{
    padding: 4px;
}
.pagination span{
    color: #fff;
    padding: auto 6px!important;
    background: #596e79;
}

.table th, .table td {
    padding: 0.75rem;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
}

.table th, .table td {
    padding: 0.75rem;
    vertical-align: middle!important;
    border-top: 0!important;
}

.gridview td, .gridview th {

    border: 1px solid #dee2e6;
}

.table th
{
    color: #FFFFFF;
    font-weight: 700;

}


.red_progress {
    /*background-image: url(images/red_p.png);*/
    background: #dc3545;
    background-repeat: repeat-x;
    background-position: left;
    margin: 0px;
    border-radius: 50px;
    padding: 0px;
    height: 20px;
}
.green_progress {
    /*background-image: url(images/green_p.png);*/
    background-color: #28a745;
    background-repeat: repeat-x;
    background-position: left;
    border-radius: 50px;
    margin: 0px;
    padding: 0px;
    height: 20px;
}
.blue_progress {
    /*background-image: url(images/blue_p.png);*/
    background-color: #dcdcdc;
    border-radius: 50px;

}

.tbl_td_td th:nth-child(1){
    width: 5%;
}

.tbl_td_td th:nth-child(2){
    width: 55%;
}

.tbl_fst_tr tbody:first-child tr:first-child th{
    background: #6c757d ;
}
.text-gray{
    color: #899bb4;
}

.album table td{
    display: block;
}
#map_view
{
    width: 100%;
    height: 600px;
}

.calendar_box td{
    text-align: center;
}
.calendar_box th{
    color: white;
}

.project_prg .box{
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 50px;
}
.project_prg .green.box {
    background: #28a745;
}
.project_prg .red.box{
    background: #dc3545;
}
.project_prg .gray.box{
    background: #dcdcdc;
}
.project_progress{
    position: relative;
}
.progress_details{
    max-width: 600px;
    position: absolute;
    display: none;
    transition: all 0.3s ease-in-out;
    box-shadow: rgba(0,0,0,0.1) 0 5px 30px;
    z-index: 9;
    background: white;
}
.progress_details.one{
    top: 27px;
}
.progress_details.two{
    top: 50px!important;
}
.project_progress:hover .progress_details{
    display: block;
}

/*image upload begin*/
.custom-file-uploader {
    position: relative;
}
.custom-file-uploader input[type=file] {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: default;
}
/*image upload end*/
.project_details_sec .tab-content{
    min-height: 78vh;
    overflow-y: auto;
    margin-bottom: 50px;
}

.project_details_sec .sticky-top{
    top: 125px;
}
.mil_stn_prg{
    max-height: 100vh;
    overflow: auto;
}

.project_details_sec .tab-content::-webkit-scrollbar{
    display: none;

}
.project_details_sec .mil_stn_prg::-webkit-scrollbar{
    display: none;
}

.ov_60vh{
    overflow-y: auto;
    max-height: 66vh;
    overflow-x: hidden;
}
.image_folder_sec .nav-pills .nav-link.active, .image_folder_sec .nav-pills .show > .nav-link {
     color: inherit;
     background-color: transparent;!important;
}
.image_folder_sec .nav-pills .nav-link {
    border-radius: 0;
}
.image_folder_sec .nav-link {
    display: block;
     padding: 5px;
}



/*video begin*/

.video-gallery {
    position: relative;
    width: 100%;
    background: white;
    margin: 0 auto;
    /*max-width: 1000px;*/
    text-align: center;
}

.video-gallery .gallery-item {
    position: relative;
    overflow: hidden;
    margin: 10px 1%;
    background: #000;
    cursor: pointer;
}

.video-gallery .gallery-item img {
    position: relative;
    display: block;
    opacity: .45;
    width: 105%;
    height: 300px;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(-23px, 0, 0);
    backface-visibility: hidden;
}

.video-gallery .gallery-item .gallery-item-caption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
}

.video-gallery .gallery-item .gallery-item-caption,
.video-gallery .gallery-item .gallery-item-caption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.video-gallery .gallery-item h2 {
    font-weight: 300;
    overflow: hidden;
    padding: 0.5em 0;
}
.video-gallery .gallery-item h2,
.video-gallery .gallery-item p {
    color: white;
    position: relative;
    margin: 0;
    z-index: 10;
}

.video-gallery .gallery-item p {
    letter-spacing: 1px;
    font-size: 68%;

    padding: 1em 0;
    opacity: 0;
    transition: opacity 0.35s, transform 0.35s;
    transform: translate3d(10%, 0, 0);
}

.video-gallery .gallery-item:hover img {
    opacity: .3;
    transform: translate3d(0, 0, 0);

}

.video-gallery .gallery-item .gallery-item-caption {
    text-align: left;
}

.video-gallery .gallery-item h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 15%;
    height: 1px;
    background: #fff;

    transition: transform 0.3s;
    transform: translate3d(-100%, 0, 0);
}

.video-gallery .gallery-item:hover h2::after {
    transform: translate3d(0, 0, 0);
}

.video-gallery .gallery-item:hover p {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 50em) {
    .video-gallery .gallery-item {
        display: inline-block;
        float: none;
        margin: 10px auto;
        width: 100%;
    }
}

/*video end*/

/*image click to change*/

.o-wrapper img {
    max-width: 100%;
    height: auto;
}

/**
 * Content Wrapper
 */
.o-wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
}

/**
 * Slider Product Trays
 */
.o-slider-image-viewer {
    position: relative;
}

.o-slider-image-viewer__inner {
    display: block;
    margin: 0;
    padding: 0;
}

.o-slider-image-viewer__slide {
    list-style: none;
    text-align: center;
}

.o-slider-image-viewer__nav {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-top: 12px;
}

.o-slider-image-viewer__dot {
    background-color: #ddd;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 12px;
    margin-left: 4px;
    margin-right: 4px;
    width: 12px;
}
.o-slider-image-viewer__dot:focus {
    outline: 0;
}
.o-slider-image-viewer__dot.tns-nav-active {
    background-color: #aaa;
    cursor: default;
}

@media screen and (min-width: 900px) {
    .o-slider-image-viewer__dot {
        align-items: center;
        background-color: transparent;
        border-radius: 0;
        border: 1px solid transparent;
        display: flex;
        height: auto;
        justify-content: center;
        padding: 3px;
        width: 48px;
    }
    .o-slider-image-viewer__dot.tns-nav-active {
        background-color: transparent;
        border-color: #aaa;
    }
}
@media screen and (max-width: 899px) {
    .o-slider-image-viewer__dot-image {
        display: none;
    }
}
/**
 * Product Image Viewer
 */
.c-product-image-viewer__image {
    max-height: calc(90vh - 96px);
}

.c-product-container {
    display: flex;
    flex-wrap: wrap;
    margin-left: -96px;
    margin-top: 96px;
    margin-bottom: 96px;
}

.c-product-container__element {
    flex-basis: 100%;
    padding-left: 96px;
    text-align: center;
}

.c-product-container__element--details {
    margin-top: 48px;
}

@media screen and (min-width: 900px) {
    .c-product-container__element {
        flex-basis: 50%;
    }

    .c-product-container__element--images {
        text-align: right;
    }

    .c-product-container__element--details {
        text-align: left;
        margin-top: 0;
    }
}
.c-product-name {
    margin-top: 0;
    margin-bottom: 8px;
}

@media screen and (min-width: 900px) {
    .c-product-name {
        margin-bottom: 24px;
    }
}
/*image click to change end*/

@media screen and (max-width: 768px) {
    .box_sec .box {
        width: 150px;
        height: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}

@media screen and (max-width: 500px) {
    .navbar-brand img{
        width: 200px;
    }
}

@media screen and (max-width: 350px) {
    .navbar-brand img{
        width: 100px;
    }
}




/******** Feb 2021  new styles end **********/
/*Vishnu Manda*/
