﻿#header {
    background-color: #63CDB0;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 200;
    box-shadow: 1px 1px 0.3px gray;
    height: 25%;
}

    #header .content-wrapper {
        text-align: center;
        height: 100%;
    }

.header-image {
    height: 100%;
    width: 60%;
}

.site-title {
    color: #24725D;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    height: 80px;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #24725D;
        outline: none;
        text-decoration: none;
        vertical-align: bottom;
    }

#navbar {
    display: block;
    position: absolute;
    float: left;
    right: 0;
    left: 0;
    top: 25%;
    margin-top: -3px;
    background-color: #257243;
    font-family: Verdana, Pyidaungsu, Arial;
    font-size: 100%;
    vertical-align: middle;
    z-index: 100;
    border-bottom: solid 1px gray;
    box-shadow: 1px 2px 0.8px gray;
    height: 8%;
}

    #navbar .content-wrapper {
        position: absolute;
        left: 5%;
        height: 100%;
        width: 95%;
    } 
    
    #navbar .content-wrapper .float-right {
        position: relative; 
        float: right; 
        right: 200px; 
    }


    #navbar .navmenu {
        text-align: left;
        vertical-align: middle;
    }

        #navbar .navmenu a {
            display: inline-block;
            text-decoration: none;
            color: White;
            margin: 0;
            padding: 1.4% 0.8% 1% 0.8%;
        }

            #navbar .navmenu a:hover {
                color: black;
                background-color: #63CC8C;
                border: solid 1px #63CC8C;
            }

            #navbar .navmenu a:active {
                color: white;
                border-color: Gray;
            }

   
#body {
    display: table;
    position: absolute;
    float: right;
    height: 100%;
    width: 100%;
    right: 0;
    left: 0;
    top: 33%;
    z-index: 100;
    padding-top: 1%;
    clear: both;
}

    #body .content-wrapper {
        display: table-row;
        position: absolute;
        left: 8%;
        overflow: visible;
        width: 92%;
    }

body {
    background-color: #B1E5C5;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }


.left-column {
    position: relative;
    width: 25%;
    display: block;
    float: left;
}

.right-column {
    position: relative;
    width: 64%;
    display: block;
    float: left;
    margin-left: 3%;
}



@font-face {
    font-family: Pyidaungsu;
    src: url('/Content/fonts/pyidaungsu.ttf') format('truetype');
}

.mm3 {
    font-family: Pyidaungsu, Arial;
}

.highlight {
    font-weight: bold;
}

#categoryList {
    margin-top: 5%;
    height: 100%;
    overflow-wrap: break-word;
    word-wrap: break-word;
    width: 100%;
}

    #categoryList li {
        margin: 1% 1% 1% 1%;
        padding: 1% 1% 1% 1%;
    }

        #categoryList li a {
            text-decoration: none;
        }

        #categoryList li:hover {
            background-color: #C0D5C8;
            text-decoration: underline;
        }

    #categoryList .large-font {
        font-size: 18px;
    }

        #categoryList .large-font a:link {
            color: blue;
        }

        #categoryList .large-font a:visited {
            color: blue;
        }

    #categoryList .sub-category a:link {
        color: #0f54f8;
    }

    #categoryList .sub-category a:visited {
        color: #0f54f8;
    }


.bookList {
    position: relative;
    float: none;
    width: 100%;
    display: block;
    margin-left: 2%;
}

    .bookList .section-heading {
        text-align: center;
        margin-top: 20px;
    }

.book-small {
    position: relative;
    display: inline-block;
    float: none;
    width: 21%;
    height: 100%;
    margin-top: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    margin-left: 1%;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    text-decoration: none;
    vertical-align: top;
}

    .book-small:hover {
        background-color: #C0D5C8;
        text-decoration: underline;
    }

.book-large {
    position: relative;
    display: inline-block;
    float: none;
    width: 32%;
    height: 100%;
    margin-top: 1%;
    margin-right: 1%;
    margin-bottom: 1%;
    margin-left: 1%;
    padding-top: 1%;
    padding-right: 1%;
    padding-bottom: 1%;
    padding-left: 1%;
    text-decoration: none;
    vertical-align: top;
}

    .book-large:hover {
        background-color: #C0D5C8;
        text-decoration: underline;
    }

.book-large-center {
    padding-left: 26%;
}

.title-large {
    text-align: center;
    text-decoration-style: none;
    font-style: normal;
    font-weight: normal;
    padding-bottom: 10px;
    font-size: large;
}

    .title-large:hover {
        text-decoration: underline;
    }

.thumbnail {
    text-align: center;
}

.announcement-thumbnail {
    text-align: center;
    margin-top: 30px;
    border-style: double;
}

.announcement-paragraph {
    text-align: justify;
    text-decoration-style: none;
    font-style: normal;
    font-weight: normal;
    padding-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
}

.book-snippet {
    text-align: left;
    position: relative;
    display: inline-block;
    float: none;
    width: 500px;
    height: 140px;
    margin-top: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    text-decoration: none;
    vertical-align: top;
}

    .book-snippet:hover {
        background-color: #C0D5C8;
        text-decoration: underline;
    }

    .book-snippet .thumbnail {
        float: left;
        display: inline-block;
    }

    .book-snippet .content {
        text-align: left;
        display: block;
        position: relative;
        left: 3%;
    }

        .book-snippet .content .title {
            text-align: left;
            margin: 3px 3px 3px 3px;
            padding: 5px 5px 5px 5px;
            font-weight: bold;
            font-size: 110%;
        }

        .book-snippet .content .author {
            text-align: left;
            font-style: italic;
            margin: 1px 1px 1px 1px;
            padding: 3px 3px 3px 3px;
        }




.title {
    text-align: center;
    text-decoration-style: none;
    font-style: normal;
    font-weight: normal;
    padding-bottom: 10px;
}

    .title:hover {
        text-decoration: underline;
    }

.book-section {
    width: 100%;
    float: initial;
}


.book-details {
    margin-left: 50px;
    float: none;
    position: absolute;
    left: 25%;
    width: 45%;
}

    .book-details #thumbnail {
        float: right;
        margin-right: 10px;
        margin-top: 10px;
        display: inline-block;
        position: relative;
    }

    .book-details #abstract {
        margin: 20px 20px 20px 20px;
        padding: 5px 5px 5px 5px;
    }

    .book-details #download {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .book-details #return {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .book-details #relatedbooks {
        margin: 50px 20px 50px 20px;
        padding: 20px 5px 15px 5px;
    }

.pdf-icon {
    background-image: url('/Images/pdf-icon.png');
}


#footer {
    text-align: center;
    width: 100%;
    left: 30px;
    right: 0;
    bottom: 0;
    z-index: 100;
    margin-top: 30px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    #footer.content-wrapper {
        left: 15%;
    }

.article {
    margin: 10px 10px 10px 10px;
    padding: 5px 5px 5px 5px;
    display: block;
    left: 15%;
    width: 80%;
}

.dropdown-style {
    border-radius: 7px;
    height: 30px;
    width: 28.5%;
}

.textbox-style {
    border-radius: 7px;
    height: 25px;
    width: 28%;
}

.btn-style {
    
}
.whole {
    width: 100%;
}


.form-wrapper {
    margin-top: 10px;
    margin-left: 30px;
    padding-left: 20px;
}

.button-large {
    display: block;
    padding: 5px 5px 5px 5px;
    margin: 5px 10px 5px 10px;
    text-decoration: none;
    text-align: center;
    background-color: #257243;
    font-family: Verdana, Arial, Pyidaungsu;
    width: 80%; 
    color: white; 
}

    .button-large:hover {
        color: black;
        background-color: #63CC8C;
        border: solid 1px #257243;
        text-decoration: none; 
    }

    .button-large:active {
        color: white;
        border-color: Gray;
    }

.searchtextbox {
    border-radius: 7px;
    height: 25px;
    width: 200%;
}
.btnsearch {
    width:70px;
    line-height:20px;
}
/*Photo Slider*/

/*#body .content-wrapper div.slider{
	width: 80%; Same as width of the large image
	position: absolute;
    padding-top: 500px;
    padding-bottom:40px;
    padding-left:80px;
	margin: 50px auto;

    -moz-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
    -o-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
    -ms-box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
	box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.75);
}
#body .content-wrapper div.slider>img{
	position: absolute;
	left: 14.5%; top: 20px;
	transition: all 0.5s;
    -moz-box-shadow:6px 10px 20px 6px #257243;
    -ms-box-shadow: 6px 10px 20px 6px #257243;
    -webkit-box-shadow: 6px 10px 20px 6px #257243;
    -o-box-shadow: 6px 10px 20px 6px #257243;
    box-shadow: 6px 10px 20px 6px #257243;
}

#body .content-wrapper div.slider input[name='slide_switch'] {
	display: none;
}
#body .content-wrapper div.slider label {
	Lets add some spacing for the thumbnails
	margin: 18px 0 0 18px;
	border: 3px solid #999;
	
	float: left;
	cursor:pointer ;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
	Default style = low opacity
	opacity: 0.6;
}

#body .content-wrapper div.slider label img{
	display: block;
}

Time to add the click effects
#body .content-wrapper div.slider input[name='slide_switch']:checked+label {
	border-color: #666;
	opacity: 1;
}
Clicking any thumbnail now should change its opacity(style)
Time to work on the main images
#body .content-wrapper div.slider input[name='slide_switch'] ~ img {
	opacity: 0;
	transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}
That hides all main images at a 110% size
On click the images will be displayed at normal size to complete the effect

#body .content-wrapper div.slider input[name='slide_switch']:checked+label+img {
	opacity: 1;
	transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
}
End Photo Slider*/

/*Photo Album */
#body .content-wrapper .photo-content {
    width:80%;
    height:auto;
    box-shadow:0 10px 20px -5px #257243;
    position:absolute;
    margin:30px 30px;
}
.photo-content .albumname {
    height:auto;
}
.photo-content .photo-lists {
    height:auto;
    clear:both;
    margin-left:3.5%;
}
.photo-lists div.img
  {
  margin:2px;
  height:auto;
  width:auto;
  float:left;
  display:inline;
  }
.photo-lists div.img img
  {
  display:inline;
  margin:3px;
  border:1px solid #ffffff;
  }
    .photo-lists div.img a {
        top:90px;
        margin-left:100px;
        position:relative;
        margin-top:70px;
        text-decoration:none;
        font-size:x-large;
    }
        .photo-lists div.img a:hover {
        border:1px;
        color:blue;
        }
/*End Photo Album*/