
html, body {
    font-family: 'Courier New';
    padding: 0px;
    margin: 0px;
    height: 100%;
}

.cursor-pointer {
    cursor: pointer;
}
a{
  color:#000;
  text-decoration:none;
}
a:hover{
    text-decoration:none;
    
    color:#727272;
}
.page-title {
    font-size: 16px;
    font-weight: bold
}

    a.black_Btn, input[type="button"], button.black_Btn, input[type="submit"].black_Btn {
        color: #fff !important;
        background-color: #000 !important;
        min-width: 100px !important;
        text-align: center !important;
        border-radius: 5px !important;
        display: block !important;
        width: 100px !important;
        border: solid 1px #000 !important;
        text-decoration: none !important;
    }

button.black_Btn {
    cursor: pointer;
    max-width:200px;
}
    a.black_Btn:hover, button.black_Btn:hover, [type="submit"].black_Btn:hover{
        color: #000;
        background-color: #fff;
    }
    a:hover {
        /* color:#727272; */
    }
html [type=button] {

}
    input [type="submit"] {
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    border: solid 1px #000;
}
    input[type="submit"].black_Btn:hover{
        background-color:#fff;
        border:solid 1px #000;
        color:#000;
    }
    .pointer {
        cursor: pointer;
    }
.top-navbar-end{
    text-align:end;
}
a.social-link {
  
    color: #000;
   
    padding: 2px;
    width: 22px;
    height: 22px;
    display: inline-block;
    text-align: center;
    font-size: 12px;
    margin-left:1px;
}
a.social-link:hover{
  opacity:0.8;
}
.row{
  margin-left: 0px;
  margin-right: 0px;
}
.flex{
  display: flex;
}
.pointer{cursor: pointer;}
.hide{
  display: none;
}
#MMZD-BODY{
height: 100vh;
}
.top-hr {
    margin-top: 0px;
    border-bottom: solid 1px #000;
    margin-bottom:0px;
}
#MMZD-title {
    font-weight: bold;
    font-size: 24px;
    /* top: 50%; */
    /* position: absolute; */
    /* left: 50%; */
    /* transform: translate(-50%,-50%); */
    height: 100vh;
    background-color: #ffff;
    position: fixed;
    height: 100vh;
    width: 100%;
    z-index: 10000;
    display: flex;
    flex-direction:column;
    align-items: center;
    justify-content: center;
    position:fixed;
    text-align : center;
}
#MMZD-Container{
  width: 100%;
 height: 100%;
 margin: 0;
 padding: 0;

}
.main-container{
    margin:0 auto;
}
.topnavbar-content {
    margin: 0 auto;
}
.row.top-navbar-content{
padding-left:15px;
padding-right:15px;
}
/*#MMZD-title {
    font-weight: bold;
    font-size: 24px;
    top: 50%;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
}*/
.top-nav-row{
  /*border-bottom: solid 1px #000;*/
  padding: 5px;
  font-weight: bold;
}
.right-align-text{
  text-align: right;
}
.content-container{
  /*padding: 5px 250px;*/
  margin: 0 auto
}
.default_navbar {
    position: relative;
    /*  margin-top: 15px;*/
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.work-grid {
    position: relative;
    /*  margin-top: 15px;*/
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /*grid-column-gap:35px;*/
    /* grid-row-gap: 25px;*/
}

.work-grid-item{
    padding:10px;
}
.work-grid-item-img {
    width: 100%;
    border-radius: 4px;
    cursor: pointer;
    filter: grayscale(100%);
height:100%;
object-fit:cover;
}
.work-grid-item-img:hover{
  opacity: 0.9;
}
element.style {
}
h3.work-grid-item-title, h2.work-grid-item-title {
    font-size: 14px;
    /*  margin-top: 15px;
  margin-bottom: 15px;*/
}
h2.prj_title{
    font-size:1rem;
}
h3.work-grid-item-location {
    font-weight: normal;
    font-size: 14px;
}
h3.work-grid-item-date {
    font-size: 14px;
    font-weight: normal;

}

a.work-grid-item-architecture-title {
    font-size: 14px;

}
.work-grid-item a:hover{
  color:#000;
}
a.work-grid-item-architecture-name {
    font-size: 14px;
    font-weight: normal;
    margin-left: 10px;
}
#content-list{
  height: 90vh;
  overflow-y: hidden;
}
.up-down-scroll{
  position: absolute;
  bottom: 10px;
  right:260px;

}
.up-scroll , .down-scroll{
  cursor: pointer;
}
.work-grid-item-architecture-name, .work-grid-item-architecture-title {
    width: 100%;

}
.work-grid-item-date {
    width: 20%;
    text-align: end;
}
.work-grid-item-location {
    width: 80%;
}
.grid-add-item {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
}
    .grid-add-item:hover {
      
    }
    .grid-emtpy {
        border: solid 1px #d6d6d6;
        border-radius: 5px;
    }
.grid-emtpy:hover{
    filter : brightness(50%)
}
.flex-btn-row{
    display:flex;
    justify-content:space-between;
}


.message-success {
    background-color: #fff;
    border: Solid 1px #000;
    border-radius: 5px;
    height: 200px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    font-size: 33px;
    font-weight: bold;
}
/************* Default page*******************/
.default_navbar.work-grid{
    text-align:center;
  /*  height:220px;*/
    align-items :center
}
a.default_navbar_link{
    font-size : 18px;

}
a.default_navbar_active{
    font-weight:bold;
}
.default_view_1{
    /*padding:100px 0px;*/
}


/** Mobile***/
@media only screen and (max-width:600px) {
    .content-container {
        width: 100%;
    }
}
input[type="submit"]:disabled, input[type="submit"][disabled] {
    background-color: #eee !important;
    color:#808080 !important;
    border:solid 1px #eee !important;
}
.login-page{
    height:80vh;
    display:flex;
    align-content:center;
    justify-content:center;
    align-items:center;
}
@media only screen and (max-width: 535px) {
    .work-grid{
        grid-template-columns:1fr ;
    }
    .up-down-scroll {
        position: fixed;
        bottom: 5px;
        right: 10px !important;
        /* bottom: 50px; */
        display: flex;
    }
    .top-navbar-end{
        text-align:left;
    }
    .row.top-navbar-content{
        padding:0px;
        margin:0px;
    }
}

#ContentPlaceHolder1_lbl_prId{
    display:none;
}