<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.liby_thesis_page .popup {
    position: absolute;
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 0;
    width: 100%;
    height: 10px;
    left: 0;
}
.liby_thesis_page .popup .popuptext {
    visibility: hidden;
    background-color: #444;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 20px 15px 15px 15px;
    position: absolute;
    z-index: 1;
    width: 300px;
	left: 50%;
	transform: translate(-50%,-100%);
	-webkit-transform: translate(-50%,-100%);
	-moz-transform: translate(-50%,-100%);
}
.liby_thesis_page .popup .popuptext div{
	padding: 5px;
	font-size: 14px;
}
.liby_thesis_page .popup .popuptext .btn {
    background-color: #015c9e;
    border: 1px solid #ffffff54;
    box-shadow: none;
    padding: 5px 20px;
    margin-top: 5px;
    display: inline-block;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
	cursor: pointer;
}
.liby_thesis_page .popup .popuptext .btn:hover{
	opacity: .8;
}
.liby_thesis_page .popup .popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: #444 transparent transparent transparent;
}
.liby_thesis_page .popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s;
}
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}
@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}
.liby_thesis_page .popup .popuptext .name{
	font-weight: bold;
    border-bottom: 1px solid rgba(255,255,255,0.60);
    padding-bottom: 10px;
    width: 200px;
    margin: 0  auto 5px  auto;
}
.liby_thesis_page .popup .popuptext .tb{
	display: table;
	width: 200px;
	margin:5px auto;
	border:1px solid rgba(255,255,255,0.60);
	padding: 0;
}
.liby_thesis_page .popup .popuptext .tb .row{
	display: table-row;
}
.liby_thesis_page .popup .popuptext .tb .row .cell{
	display: table-cell;
	color: #fff;
	background-color: transparent;
}
.liby_thesis_page .popup .popuptext .tb .row .cell a{
	color: #fff;
}
.liby_thesis_page .popup .popuptext .tb .row .cell:first-child{
	width: 40px;
	border-left: 1px solid rgba(255,255,255,0.60);
}

.liby_thesis_page .popup .close{
	width: 25px;
	height: 25px;
	position: absolute;
	left: 7px;
	top: 7px;
	cursor: pointer;
}
.liby_thesis_page .popup .close:after,
.liby_thesis_page .popup .close:before{
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 25px;
	background-color: #fff;
}
.liby_thesis_page .popup .close:after{
	transform: translate(-50%,-50%) rotate(-45deg);
	-webkit-transform: translate(-50%,-50%) rotate(-45deg);
	-moz-transform: translate(-50%,-50%) rotate(-45deg);
}
.liby_thesis_page .popup .close:before{
	transform: translate(-50%,-50%) rotate(45deg);
	-webkit-transform: translate(-50%,-50%) rotate(45deg);
	-moz-transform: translate(-50%,-50%) rotate(45deg);
}

.liby_thesis *,
.thesis_page *,
.liby_thesis_page *{
	font-family: iransans;
}

.thesis-php .yw_box{
	background-color: #ddd;
}

.liby_thesis_page .files .flip{
	background-image: url(./images/libry_flip.png);
	background-repeat: no-repeat;
	background-position: 15px center;
	background-size: 20px;
}
.liby_thesis_page .files .flip,
.liby_thesis_page .files .abst,
.liby_thesis_page .files .org{
	background-color: #015c9e;
	border-color: #fff;
	box-shadow: none;
	padding: 7px;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	width: 150px;
	margin: 5px;
	display: inline-block;
	cursor: pointer;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}
.liby_thesis_page .files .flip:hover,
.liby_thesis_page .files .abst:hover,
.liby_thesis_page .files .org:hover{
	background-color: rgba(1,92,158,0.80);
}
.liby_thesis_page .files a{
	color: #fff;
}
.liby_thesis_page .page_info{

}
.liby_thesis_page .page_info .visit,
.liby_thesis_page .page_info .back_link{
	display: inline-block;
	width: 49.8%;
}
.liby_thesis_page .page_info .back_link{
	text-align: left;
}
.liby_thesis_page.en .page_info .back_link{
	text-align: right;
}
.liby_thesis_page .flip_book .image_theses_mark{
	z-index: 1;
}
.liby_thesis_page .flip_book .image_theses_mark img{
	width: 100px;
}

.liby_thesis_page .flip_book{
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 100001;
	background-color: #f1f1f1;
}
.liby_thesis_page .flip_book .container{
	width: 70%;
	height: 85%;
	top: 5%;
}
.liby_thesis_page .flip_book .close{
	width: 30px;
	height: 30px;
	position: absolute;
	top: 20px;
	left: 20px;
	cursor: pointer;
	background: #015c9e;
	color: #fff;
	padding: 10px;
	background-image: url(./images/flip_close.png);
	background-repeat: no-repeat;
	background-position:center;
	background-size: 16px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	z-index: 10;
} 



.thesis_page .container{
	width: 100%;
}
.thesis_page .container .sec{
	padding: 20px;	
	margin: 20px 0;
	background-color: #015c9e;
	background-color: #fff;
	border: 2px solid #ccc;
	border: 1.5px solid #ff9800;
	color: #015c9e;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	display: table;
	

}

.thesis_page .container .sec .items {
	display: table-row;
}
.thesis_page .container .sec .items .item{
	font-size: 16px;
	display: table-cell;
}
.thesis_page .container .sec .items .inlin{
	display: inline-block;
	vertical-align: top;
}
.thesis_page .container .sec .items .titl{
	color: #015c9e;
	font-size: 16px;
	font-weight: 500;
	margin-top: 20px
}


.flipbook-overlay{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: url('./images/overlay_lightbox.png') repeat;
}
.flipbook-wrapper{
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    text-shadow: none;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    background: #ffffff;
    /*background: url('./images/overlay_lightbox.png') repeat;*/
}
.flipbook-wrapper-transparent{
    /*position: absolute;*/
    /*top: 0;*/
    /*bottom: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    background:none;
}
.main-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    /*background-color: #252525;*/
    background: url('./images/retina_wood2.png');
}
.body_ltr .main-wrapper {
	direction: rtl;
}
.flipbook-bookLayer{
/*	transform: rotate(180deg) translate(100%,100%);*/
	
    position: absolute;
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*bottom: 0;*/

    width: 100%;
    height: 100%;

    overflow: auto;
    perspective:6000px;
    -webkit-perspective:6000px; /* Safari and Chrome */
    -moz-perspective:6000px;
	direction: ltr !important;
}
/*
.flipbook-page img{
	transform: rotate(180deg)!important ;
}
*/
.flipbook-book{
    position: relative;
    perspective:6000px;
    -webkit-perspective:6000px; /* Safari and Chrome */
    -moz-perspective:6000px;
    /*top:-20px;*/
    /*top:-20px;*/
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
	    cursor: -webkit-grab; 
}
.flipbook-page{
    overflow: hidden;
    position: absolute;

    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;

    backface-visibility:hidden;
    -webkit-backface-visibility:hidden; /* Chrome and Safari */
    -moz-backface-visibility:hidden; /* Firefox */
    -ms-backface-visibility:hidden; /* Internet Explorer */
}
.flipbook-shadowLeft{
    position: absolute;
    top:0;
    left: 0;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.flipbook-shadowRight{
    position: absolute;
    top:0;
    right: 0;
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}
.flipbook-currentPage {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 10px;
    z-index: 999999;
    background: none !important;
    border: none !important;
	max-width: 100px;
    background-color: #015c9e !important;
    color: #fff !important;
    top: 0px;
    height: 30px;
    border-radius: 2px !important; 
    -webkit-border-radius: 2px !important; 
    -moz-border-radius: 2px !important; 
    left: 20px;
	text-align: center;
	direction: ltr;
}

.flipbook-currentPage:focus {
    outline: none;
}

.flipbook-menuWrapper {
    /*position: relative;*/
    /*bottom: 40px;*/
    position: absolute;
    bottom: 15px;
    z-index: 99999;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
}
.flipbook-menu:hover{
    /*opacity: 1;*/
}
.flipbook-menu {
    position: relative;
    text-align: center;
    margin: 0;
    z-index: 99999;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.body_ltr .flipbook-menu {
	direction: ltr;
}


.flipbook-menu-btn {
    display: inline;
    cursor: pointer;
    background: none;
}

.flipbook-thumbHolder{
    -webkit-box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 5px 3px rgba(0, 0, 0, .5);

    -webkit-transition: all .3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all .3s ease-out;  /* Firefox 4-15 */
    -o-transition: all .3s ease-out;  /* Opera 10.50 */
    transition: all .3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
}

.flipbook-toc{
    position: relative;
}

.flipbook-tocHolder {
    position: absolute;
    top: 0;
    /* left: 0; */
    height: 100%;
    width: 100px;
    /* bottom: 50px; */
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    background-color: rgba(66, 66, 66, 0.56);
}

.flipbook-tocItem{

    display: block;
    padding: 10px 20px;
    text-align: justify;
    cursor: pointer;
    font-size: .9em;

}
.flipbook-tocItem .right{
    float: right;
}

.flipbook-tocTitle{
    display: block;
    padding: 20px;
    text-align: left;
    text-transform: uppercase;
	left: 30px;
}

.invisible{
    opacity: 0;
    pointer-events:none;
}

.transition{
    -webkit-transition: all .3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
    -moz-transition: all .3s ease-out;  /* Firefox 4-15 */
    -o-transition: all .3s ease-out;  /* Opera 10.50*/
    transition: all .3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.50+ */
}

.flipbook-shareButtons{
    width: 41px;

    position: absolute;
    /*right: 0;*/
    /*top: 0;*/
    bottom:45px;
    /*-webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .5);*/
    /*box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .5);*/
    max-width: 100%;   max-height:100%;
    overflow: hidden; /* Aligns Vertically - Remove for Horizontal Only */    /* Aligns Horizontally - Remove for Vertical Only  */;
    padding: 10px 0;
    /*margin-right: 10px;*/
}

.flipbook-shareBtn{
    display: inline-block;
    cursor: pointer;
    margin-top: 10px;
    margin-bottom: 10px;
}

.flip_book img{
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
}


.icon-general{
	width: 20px;
	height: 20px;
	background-position: center;
	background-repeat: no-repeat;
	display: inline-block;
	width: 30px;
    height: 30px;
    cursor: pointer;
    background-color:#015c9e;
    color: #fff;
	margin: 0 5px;
	background-size: 17px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
.icon-cross{
	background-image: url(./images/flip_close.png);
}
.icon-arrow-left {
	background-image: url(./images/flip_prev.png);
}
.icon-arrow-right {
	background-image: url(./images/flip_next.png);
}


.icon-zoom-in {
	background-image: url(./images/flip_zoom_in.png);
}
.icon-zoom-out {
	background-image: url(./images/flip_zoom_out.png);
}
.icon-list {
	background-image: url(./images/flip_list.png);
	    background-size: 30px;
}

.icon-resize-enlarge {
	background-image: url(./images/flip_expand.png);
	    background-size: 25px;
}
.icon-resize-shrink {
	background-image: url(./images/flip_collapse.png);
	    background-size: 25px;
}

</pre></body></html>