@import url('messages.css');
@import url('screen.css');
@import url('vlh.css');
@import url('component.css');
@import url('boxy.css');

@font-face {
  font-family: "ParvanNazanin";
  src: url('/fonts/BNazanin.eot?#') format('eot'),  /* IE6�8 */
  		url('/fonts/BNazanin.woff') format("woff"), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    	url('/fonts/BNazanin.ttf') format("truetype"); /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
  font-family: "ParvanMitra";
  src: url('/fonts/BMitra.eot?#') format('eot'),  /* IE6�8 */
  		url('/fonts/BMitra.woff') format("woff"), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    	url('/fonts/BMitra.ttf') format("truetype"); /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
  font-family: "ParvanBardiya";
  src: url("/fonts/BBardiya.eot?#") format('eot'),  /* IE6�8 */
  		url("/fonts/BBardiya.woff") format("woff"), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    	url("/fonts/BBardiya.ttf") format("truetype"); /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
  font-family: "ParvanHoma";
  src: url("/fonts/BHoma.eot?#") format('eot'),  /* IE6�8 */
  		url("/fonts/BHoma.woff") format("woff"), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    	url("/fonts/BHoma.ttf") format("truetype"); /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
}

@font-face {
  font-family: "ParvanYekan";
  src: url("/fonts/BYekan.eot?#") format('eot'),  /* IE6�8 */
  		url("/fonts/BYekan.woff") format("woff"), /* FF3.6+, IE9, Chrome6+, Saf5.1+*/
    	url("/fonts/BYekan.ttf") format("truetype"); /* Saf3�5, Chrome4+, FF3.5, Opera 10+ */
}
.main-container {
	min-height: 728px;
	padding-left: 0px !important;
	padding-right: 0px !important;
	max-width: 992px;
	background-color: #fff;
}

.row-no-margin {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

.row-no-margin>[class^="col-"] {
	padding-left: 0;
	padding-right: 0;
}

.col-no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.col-with-padding {
	padding-bottom: 10px !important;
}

.vcenter {
	display: inline-block !important;
	vertical-align: middle !important;
}

a:hover,
a:active,
a:visited,
a:focus {
  color: #3c8dbc;
}

a:visited, body#login div#menu a:visited {
    color__: #eee;
}

a:hover {
    background-color: transparent;
    color: green !important;
    text-decoration: none;
}

/* membershipAdd */

#title-meduimWithoutLine{
	font-size: 20px;
	color: black;
	height : 40px;
    margin: 0px 0px 10px 0px;
    padding-right: 10px;
    padding-top: 5px;
    background-color: #EAEAEA;
}


#boxHeaderBGCForM{
	background-color: #ECE9D8;
	padding-top: 3px;
}

#dotlineBottom{
	BACKGROUND: url('../../images/dots.gif') repeat-x left bottom;
	background-color: #F7F7F7;
}

.sections{
	background-color: #F7F7F7;
}

a img { border: 0 }

/* 0 means zero regardless of measurement */

select {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-indent: 3px;
}

div#title-medium{
	background-color: white;
	font-size: 18px;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-top: 10px;
}


div#content div#errorTitleContent{
	cursor: pointer;
}

div#flags {
    position: absolute;
    left: 20px;
    top: 10px;
}

div#userStatus {
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: .9em;
    height: 40px;
    line-height: 1.2;
    text-align: right;
}

div#validators {
    float: left;
}

div.separator {
    border-bottom: 1px solid orange;
    margin: 10px 0px;
    width: 300px;
}

div.standardsNote {
    display: none;
}

form, table {
    margin: 0;
    padding: 0;
}

/* for cool looking "sunken" input boxes, from www.theserverside.com */
form input, form textarea, form select, form button {
    padding-right: 4px;
    color: #666;
}

input.button, button.button {
    color: #000;
    /*height: 20px;*/
    width: 70px;
    font-family: tahoma, arial, sans-serif;
}

form input.focus, form textarea.focus {
    color: #000;
}

form select {
    padding-left: 0px;
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}

form input[type="text"], form select, form textarea, form button {
	font-family: IRANSans-web, tahoma,Verdana,Arial,Helvetica,sans-serif;
	font-size:12px;
}

span.requiredStar {
	margin-left: 2px;
	margin-right: 2px;
	color: red;
}

h1 {
    color: #996600;
    font-size: 16px;
    font-weight: 900;
    line-height: 16px;
    margin: 5px 0px 10px 0px;
    padding: 0px;
}

img.badge {
    border: 0px;
    height: 31px;
    margin-right: 5px;
    width: 88px;
}

p {
    font: 12px/20px;
    margin: 0px 0px 16px 0px;
    padding: 0px;
}

span.attention {
    background: transparent;
    color: #0000ff;
}

/* Labels for validation and label tag */
label {
    font-weight: normal;
    cursor: pointer;
    cursor: hand;
}
 
label.required {
    font-weight: bold;
}

label.error {
    font-weight: bold;
    background: transparent;
    color: red;
}

th, td, pre, code {
    font-size: 12px;
}

pre {
    background: #ffffdd;
    border: 1px solid #999999;
    color: #000000;
    padding: 5px 5px 5px 7px;
}

#errorBox {
    background: #ffffdd;
    border: 1px solid #999999;
    color: #000000;
    padding: 5px 5px 5px 7px;
    width: 98%;
    height: 800px;
    direction: ltr;
    line-height: 17px;
}

#errorBodyContent {
	display: none;
	visibility: false;
	padding-right: 10px;
}

div#pagingHeader {
	height: 30px;
	direction: rtl;
}

div#pagingContent{
	clear: both;
}

div#pagingContent table{
	width: 100%;
	margin: 0px !important;
}

table.list th {
	font-size: 11px !important;
	padding: 4px 4px 4px 4px;
}

table.fullWidth {
	width: 100%;
}

div#linkbar, div#body-content{
	margin-right: 10px;
	margin-left: 10px;
}

.pagebanner {
    display: inline;
    padding: 2px 4px 2px 0;
	direction: rtl;
	float: right;
}

div#pagingHeader .pagelinks {
    direction: rtl;
}

div#pagingHeader .pagelinks a{
}

.pagelinks table, .pagelinks form{
	display: inline;
}
.pagelinks {
    font-size: 12px;
    display: inline;
}
.pagelinks a{
	display: inline;
    font-weight: normal;
    text-decoration: underline !important;
}

.pagelinks TABLE{
	white-space: nowrap;
}

div#pagingHeader .pagelinks STRONG{
}

.pagelinks STRONG{
}

.pagelinks a,
.pagelinks a:visited{
}

.pagelinks table{
	direction: rtl;
}

div.clearFix {
	float: none;
	clear: both;
	visibility: hidden;
	height: 0px;
}

/* custom design by ali */
#pageHeader H1 SPAN {
	DISPLAY: none;
}
#pageHeader H2 {
	FONT: bold 1.7em tahoma,verdana; WIDTH: 300px; POSITION: relative; TOP: 5px; HEIGHT: 20px; padding-right: 5px; padding-left: 5px;
}
#pageHeader H3 {
	FONT: 1.3em tahoma,verdana; WIDTH: 300px; POSITION: relative; TOP: 5px; HEIGHT: 20px; padding-right: 5px; padding-left: 5px;
}

#pageLink UL {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
#pageLink LI {
	DISPLAY: block; MARGIN: 1px 1px; LIST-STYLE-TYPE: none; float: right;
}
#pageLink {
	POSITION: relative; TOP: 0px; HEIGHT: 20px; padding-right: 5px; padding-left: 5px; padding-bottom: 5px;
}

div#searchResult {
	display:block;
	float:right;
	width:47%;
	height:100px;
	margin: 3px;
	padding: 5px;
	border: 1px solid #efefef;
	/*white-space: nowrap;*/
}
/* 
#topHeader {
	BACKGROUND1: url('../../images/logo.png') #E7EFDE no-repeat right top;
	WIDTH: 100%;
	HEIGHT: 0;
    top: 0px;
}
#topHeader SPAN {
	DISPLAY: none
}

#topHeader DIV {
	BACKGROUND: url('../../images/logo-text.png') transparent no-repeat 5px 5px;
	width: auto;
	height: 90px;
}
 */
TABLE#basecontent{
	width: 100%;height: 100%;
	vertical-align: top;
}

TABLE#basecontent TD{
	vertical-align: top;
}

SPAN.dlibhighlight {
	/*background-color: yellow;*/
	font-weight: bold;
	padding-left: 1px;
	padding-right: 1px;
}

div.help {
	color : #999999;
	font-size:12px;
	text-align: justify;
	padding-top: 7px;
	width: 340px;
	BACKGROUND: url('../../images/dots.gif') repeat-x left top;
}

span.help {
	color : #666666;
	font-size:10px;
}

#dotborder{
	border: 1px dotted gray;
}

#solidborder{
	border: 1px solid gray;
}

#solidborder .header{
    color:#fff;
    background-color: #990000;
	height: 20px;
}

#solidborder .title-header{
	width: 100%;
	border-left: none;
    height: 26px !important;
    line-height: 26px;
}

#solidborder .title-header strong{
	padding-right: 6px;
}

#solidborder .icon-header{
    text-align: left;
	border-right: none;
    height: 26px !important;
    line-height: 26px;
}

#solidborder .icon-header a{
    display: block;
    padding-left: 6px;
    padding-top: 6px;
}

#dotline{
	BACKGROUND: url('../../images/dots.gif') repeat-x left top;
	width: 100%;
}

div#digitalContent {
	background-color: #FFFFFF;
}

div#digitalContent:hover {
	background-color: #ECE9D8;
	cursor: pointer;
}

a.linkButton {
	font-weight: bold;
	color: #FF9933;
}

span.requiredStar {
margin-left: 2px;
margin-right: 2px;
color: red;
}

div#thumbnail {
	width:60px;
	height:90px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

div#navigation {
	padding: 5px;
}

span.subTitle {
	font-family: Tahoma, arial;
	font-size: x-small;
	color: #555;
}

.tooltip{
   position: absolute;
   top: 0;
   left: 0;
   z-index: 2000;
   display: none;

   width: 100px;
   color: white;
   border-radius: 5px;
   -moz-border-radius: 5px;
   -webkit-border-radius: 5px;
   border: 0;
   background-color: #838B8B;
   min-height: 18px;
   height: auto;
   padding: 3px !important;
   padding-right: 5px !important;
   clear: both;
}

div#wrapper {
	height: auto;
	height: 100%;
}

.loading-indicator {
	height: 80px;
	width: 80px;
	background: url( '../../images/loading.gif' );
	background-repeat: no-repeat;
	background-position: center center;
}

.loading-indicator-overlay {
	background-color: #FFFFFF;
	opacity: 0.6;
	filter: alpha(opacity = 60);
}

div.helpHome {
	color : #999999;
	font-size:12px;
	width: 340px;
	text-align: justify;
	padding-top: 7px;
	BACKGROUND: url('../../images/dots.gif') repeat-x left top;
}

div.CoverBlank {
	height: 100px; 
	width: 100px;
	position: relative; 
	text-align: center;
	cursor: pointer;
}

div.BookTitle {
	font-size: 0.775em;
	line-height: normal;
	height: 50px;
	left: 50%;
	margin-left: -41px;
    margin-top: -35px;
    position: absolute;
    top: 50%;
    vertical-align: middle;
    width: 80px;
}

div.SubBookTitle {
	color: #666666;
	font-size: 8px; 
	font-style: italic;
	line-height: 11px;
	padding: 10px 4px 0;
	font-weight: normal;
}

div.statistic {
	padding: 5px 15px;
	margin-bottom: 10px;
	background-color: #FFFFCC;
	border-radius:4px; 	-webkit-border-radius:4px; -moz-border-radius:4px;
	-webkit-box-shadow: 0px 0px 4px 0px #555;
	-moz-box-shadow: 0px 0px 4px 0px #555;
	box-shadow: 0px 0px 4px 0px #555;
}

div.statistic td{
	font-family: ParvanNazanin, Tahoma, Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
}

div.details div.stats span {
	color: #999;
	font-size: 90%;
}

.plusone {
	margin-top: 5px;
	margin-bottom: 3px;
	color: #696;
	font-weight: bold;
}

.email-to-friend {
	display:none;
	padding: 5px;
	direction: rtl;
}
.email-to-friend .errorMsg{
    background: #ffffdd;
    border: 1px solid #999999;
    color: #000000;
	display:none;
}
.email-to-friend .email_success{
	display:none;
}

.page-title h1 {
	color: #FFFFFF;
    display: inline;
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    padding: 0;
}

.menu-row > .col-md-12 {
	padding-left: 0;
    padding-right: 0;
}

/* ************************************************ */
/* ******** Resource Info START  ****************** */
/* ************************************************ */

/* base */
#resource-info.ui-en.res-fa {
	direction: rtl;
	text-align: right;
}

#resource-info.ui-fa.res-en {
	direction: ltr;
	text-align: left;
}

/* resource-head */
#resource-head-wrapper {
	border-top: 1px solid #9C978A;
	background-color: #EADDB8;
	margin-bottom: 15px;
}

#resource-head {
	background__: url('../../images/head-background-bottom.png') repeat-x bottom;
	padding-bottom: 5px;
	border-bottom: 1px solid #DDD1AE;
}

#resource-info.ui-fa.res-fa #resource-head,
#resource-info.ui-en.res-fa #resource-head {
	padding-left: 240px;
	padding-right: 25px;
}

#resource-info.ui-fa.res-en #resource-head,
#resource-info.ui-en.res-en #resource-head {
	padding-left: 25px;
	padding-right: 240px;
}

#resource-info.ui-fa.res-fa #resource-head *,
#resource-info.ui-en.res-fa #resource-head * {
	direction: rtl;
}

#resource-info.ui-fa.res-en #resource-head *,
#resource-info.ui-en.res-en #resource-head * {
	direction: ltr;
}

#resource-head h1{
	line-height: 1em; 
	font-size: 240%;
	margin-top: 30px;
	margin-bottom: 25px;
	color: #333;
	font-family: ParvanNazanin,Nazanin,tahoma, arial;
	font-weight: normal;
}

#resource-head h2{
	margin-top: -19px;
	margin-bottom: 15px;
	font-size: 125%;
	color: #746F62 !important;
	font-family: ParvanNazanin,Nazanin,tahoma, arial;
	font-weight: normal;
}

/* thumbnail */
#resource-thumbnail-wrapper {
	text-align: center;
	margin-top: 25px;
	width: 204px;
}

#resource-info.ui-fa.res-fa #resource-thumbnail-wrapper,
#resource-info.ui-en.res-fa #resource-thumbnail-wrapper {
	float: left;
}

#resource-info.ui-fa.res-en #resource-thumbnail-wrapper,
#resource-info.ui-en.res-en #resource-thumbnail-wrapper {
	float: right;
}

#resource-thumbnail-wrapper img {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #ccc;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.2);
    margin: 7px;
    padding: 0;
}

/* metadata */
#resource-info.ui-fa.res-fa DIV#metadataViewFull *,
#resource-info.ui-en.res-fa DIV#metadataViewFull * {
    direction: rtl;
}

#resource-info.ui-fa.res-en DIV#metadataViewFull *,
#resource-info.ui-en.res-en DIV#metadataViewFull * {
    direction: ltr;
}

DIV#metadataViewFull ol {
    margin: 0;
    padding: 0;
}

DIV#metadataViewFull li {
    list-style: none;
    padding: 0px;
    margin: 0;
}

DIV#metadataViewFull ol span {
	font-size: 14px;
    display: table-cell;
}

DIV#metadataViewFull ol span.resumeDateEnc {
    display: inline;
	font-size: 10px;
	color: #191970;
}

DIV#metadataViewFull ol span.resumeDateVal {
    display: inline;
	color: #191970;
}

DIV#metadataViewFull ol span.resource-label {
    __width__: 175px;
    padding: 0 2px 0 2px;
    font-size: 12px;
    font-weight: bold;
	padding-top: 9px;
}

DIV#metadataViewFull ol span#abstract-label,
DIV#metadataViewFull ol span#keywords-label,
DIV#metadataViewFull ol span#source-label,
DIV#metadataViewFull ol span#edition-label,
DIV#metadataViewFull ol span#added-entry-label {
	__margin-top__: 10px;
	display: inline-block;
}

#resource-info.ui-fa.res-fa DIV#metadataViewFull ol span.resource-label,
#resource-info.ui-en.res-fa DIV#metadataViewFull ol span.resource-label {
    padding-left: 5px;
    margin-left: 5px;
    text-align: right;
}
#resource-info.ui-fa.res-en DIV#metadataViewFull ol span.resource-label,
#resource-info.ui-en.res-en DIV#metadataViewFull ol span.resource-label {
    padding-right: 5px;
    margin-right: 5px;
    text-align: left;
}

#metadataViewFull li#separator {
    line-height: 5px;
}

/* ************************************************ */
/* ******** Resource View END  ******************** */
/* ************************************************ */

/****** cart ******/
.basket div, .basket span, .basket h2, .basket a, .basket img, .basket ol, .basket ul, .basket li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

.basket ol, .basket ul {
  list-style: none;
}

.basket {
	left: 14px;
    position: absolute;
    top: 24px;
    z-index: 9999;
}

.basket .basket-items {
	display_: none;
    background-color: #d9d9d9;
    left: 14px;
    position: absolute;
    top: 48px;
}

.basket .nav-link {
    color: #555555;
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 24px;
    margin-top: -8px;
    padding: 0 8px;
    position: relative;
    text-decoration: none;
    text-shadow: 0 1px white;
    background-color: #c9c9c9;
    border-radius: 4px;
}

.basket .nav-counter {
    background: linear-gradient(to bottom, #E8616C, #DD202F) repeat scroll 0 0 #E23442;
    border: 1px solid #911F28;
    border-radius: 11px;
    box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.1) inset, 0 1px rgba(0, 0, 0, 0.12);
    color: white;
    font-weight: normal;
    height: 20px;
    line-height: 20px;
    margin-top: -11px;
    min-width: 8px;
    padding: 0 6px;
    position: absolute;
    right: -15px;
    text-align: center;
    text-shadow: 0 1px rgba(0, 0, 0, 0.2);
    top: -1px;
}

.basket .nav-counter-green {
    background: linear-gradient(to bottom, #8EC15B, #689739) repeat scroll 0 0 #75A940;
    border: 1px solid #42582B;
}

.basket .cart {
	display: none;
  margin: 17px auto;
  width: 300px;
  overflow: hidden;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.6);
  background: #525252;
  border: 1px solid #202020;
  border-radius: 3px;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}

.basket .cart-top {
	direction: rtl;
  position: relative;
  z-index: 1;
  height: 24px;
  line-height: 24px;
  padding: 8px 15px;
  font-size: 14px;
  font-weight: bold;
  color: #eee;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  background: #404040;
  border-bottom: 1px solid #222;
  border-radius: 2px 2px 0 0;
  -webkit-font-smoothing: antialiased;
  background-image: -webkit-linear-gradient(top, #525252, #3d3d3d 80%, #383838);
  background-image: -moz-linear-gradient(top, #525252, #3d3d3d 80%, #383838);
  background-image: -o-linear-gradient(top, #525252, #3d3d3d 80%, #383838);
  background-image: linear-gradient(to bottom, #525252, #3d3d3d 80%, #383838);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.05), inset 0 0 0 1px rgba(255, 255, 255, 0.1), 0 1px 2px rgba(0, 0, 0, 0.25);
}

.basket .cart-top-title {
  float: left;
}

.basket .cart-top-info {
  float: right;
}

.basket .cart-item {
  position: relative;
  line-height: 20px;
  padding: 10px 80px 10px 15px;
  font-weight: normal;
  background: #525252;
  border-bottom: 1px solid #222;
  background-image: -webkit-linear-gradient(top, #575757, #4e4e4e);
  background-image: -moz-linear-gradient(top, #575757, #4e4e4e);
  background-image: -o-linear-gradient(top, #575757, #4e4e4e);
  background-image: linear-gradient(to bottom, #575757, #4e4e4e);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.basket .cart-item a{
	color: white;
}

.basket .cart-item a:hover{
	color: white !important;
}

.basket .cart-item:first-child {
  margin-top: -1px;
  padding-top: 11px;
}

.basket .cart-item-pic {
  position: relative;
  float: left;
  margin: -2px 12px 0 -7px;
}

.basket .cart-item-pic > img {
  display: block;
  height: 44px;
  width: 44px;
  border-radius: 3px;
}

.basket .cart-item-pic:before {
  content: '';
  position: absolute;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
  border: 1px solid #000;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.15) 50%, transparent 50%);
  background-image: -moz-linear-gradient(top left, rgba(255, 255, 255, 0.15) 50%, transparent 50%);
  background-image: -o-linear-gradient(top left, rgba(255, 255, 255, 0.15) 50%, transparent 50%);
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.15) 50%, transparent 50%);
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1), inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.basket .cart-item-desc {
  display: block;
  font-size: 12px;
  font-weight: normal;
  color: #b8c6cc;
}

.basket .cart-item-action {
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -10px;
  color: #eee;
  cursor: pointer;
}

.basket .cart-bottom {
  line-height: 31px;
  padding: 10px 10px 10px 15px;
  font-weight: bold;
  background: #484848;
  background-image: -webkit-linear-gradient(top, #545454, #434343);
  background-image: -moz-linear-gradient(top, #545454, #434343);
  background-image: -o-linear-gradient(top, #545454, #434343);
  background-image: linear-gradient(to bottom, #545454, #434343);
  -webkit-box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
  height: 30px;
}

.basket .cart-bottom > .cart-button {
  float: right;
}

.basket .cart-button {
  line-height: 29px;
  padding: 0 25px;
  color: white;
  text-decoration: none;
  text-shadow: 0 1px rgba(0, 0, 0, 0.3);
  background: #5aa327 padding-box;
  border: 1px solid #333;
  border-radius: 4px;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1) 50%, transparent 50%, rgba(0, 0, 0, 0.04));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1) 50%, transparent 50%, rgba(0, 0, 0, 0.04));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1) 50%, transparent 50%, rgba(0, 0, 0, 0.04));
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.1) 50%, transparent 50%, rgba(0, 0, 0, 0.04));
  -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.15), inset 0 0 0 1px rgba(255, 255, 255, 0.1);
}

.basket .cart-button:hover {
  background-color: #5daa2d;
}

.basket .cart-button:active {
  background-image: none;
  border-color: rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.05);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.05);
}


/* ************************************************ */
/* ************* NAVBAR START  ******************** */
/* ************************************************ */
.navbar-parvan {
	min-height: 35px;
	border-radius: 0px;
	font-family: ParvanMitra,Nazanin,BNazanin,Zar,Tahoma,Arial;
    	font-size: 18px;
	background__: none repeat scroll 0 0 #333;
	border-bottom__: 4px solid #555;
	margin-bottom: -4px;
}

.navbar-nav > li > a {
	background: url("../../images/new-theme/nav-divider-light.png") no-repeat scroll 0 12px transparent;
	padding-top: 5px;
	padding-bottom: 7px;
	color: #325d90;
	line-height: 18px;
}

.navbar-nav > li.active > a, .navbar-nav > li > a:hover {
	background-color: #555;
	color: #fff !important;
}

.navbar-collapse {
	padding: 0;
}

.navbar-parvan .navbar-toggle {
  	border-color: #ddd;
  	margin-bottom: 5px;
    margin-top: 3px;
    padding: 3px 6px;
}

.navbar-parvan .navbar-toggle:hover,
.navbar-parvan .navbar-toggle:focus {
  	background-color: #ddd;
}

.navbar-parvan .navbar-toggle .icon-bar {
  	background-color: #888;
}

.navbar-parvan .navbar-collapse.collapse.in li{
	border-top: 1px solid #888;
}

/* ************************************************ */
/* *************** NAVBAR END  ******************** */
/* ************************************************ */

/* ************************************************ */
/* *************** HEADER START  ****************** */
/* ************************************************ */

.top-bar {
	background: url("/theme-ganjineh/images/header.png") repeat-x scroll 0 bottom #325d90;
}

.logo-container {
	height: 66px;
}

.title-container {
	display: none;
}

.login-section {
    text-align: left;
    padding-top: 40px;
}

.login-section  a {
	color: #fff;
    font-size: 0.9em;
}

.login-section ul{
	display: inline-block;
	margin: 0;
    padding: 0;
}

.login-section li{
	display: inline-block;
	padding: 0 2px;
}

.principal, .login {
	
}

.login-section ul.language {
	padding-right: 10px;
	display: none;
}

/* ************************************************ */
/* *************** HEADER END  ****************** */
/* ************************************************ */


.collections {
	padding-left: 8px;
    padding-right: 8px;
}

.collections .thumbnail {
    position: relative;
    padding: 0px;
    margin-bottom: 20px;
    background-color: #333;
    border: none;
}

.collections .thumbnail:hover img, .collections .thumbnail:hover .caption{
    border-color: #333;
}

.collections .thumbnail .caption {
    color: #fff;
    border-color: #fff;
    border-style: solid;
    border-width: 0 4px 4px;
}

.collections .thumbnail .caption h4{
	font-size: 12px;
}

.collections .thumbnail img {
    width: 100%;
    border-color: #fff;
    border-style: solid;
    border-width: 4px 4px 0;
}

body > .popover {
	max-width: 175px;
}

.right-container {
	background-position: left;
	background-repeat: repeat-y;
}

@media (min-width: 936px) {
  	.right-container {
		min-height: 720px;
		background-image: url("../../images/right-container-back.png");
	}
}

#component-wrapper_component-news-list img{
	max-width: 80px;
}

.box-parvan .box-title {
	font-size: 17px !important;
	padding: 5px 10px !important;
	float: right !important;
	color: #000;
}

.box.box-solid.box-parvan > .box-header {
	background: url("/images/theme/dark-menu.png") repeat-x scroll 0 0 #f9fafa;
}

div.component .box.resourceList {
	background: none;
	border: none;
	box-shadow: none;
}

.box.box-solid.box-parvan.resourceList > .box-header {
	background: none;
}

.box.box-solid.box-parvan.resourceList .box-title {
	font-size: 22px !important;
}

.box.box-solid.box-parvan.resourceList .box-tools {
	display: none;
}

.resource-info-full {
	__height: 120px;
	overflow: hidden;
	margin-bottom: 10px;
}

.resource-info-full .pull-right {
	float: none !important;
}

.resource-info-full dl{
	margin-bottom: 0;
	margin-top: 0;
	font-size: 0.7em;
}

#ganjineh-mostView SPAN#author,
#ganjineh-mostView SPAN#subject {
	display: none;
}

#ganjineh-new SPAN#author,
#ganjineh-new SPAN#subject {
	display: none;
}

.resource-info-full h4 {
	line-height: 1em;
	font-size: 22px;
	margin-top: 14px;
	margin-bottom: 10px;
	font-weight: bold;
}

@media (min-width: 992px) {
	.resource-info-full dl{
		font-size: 0.8em;
	}
}

.resource-info-full .dl-horizontal dt{
	width: 70px;
}

.resource-info-full .dl-horizontal dd {
    margin-right: 80px;
}

.resource-info-search {
	height: 120px;
	overflow: hidden;
	margin-bottom: 10px;
}

.resource-info-search dl{
	margin-bottom: 0;
	margin-top: 0;
	font-size: 0.7em;
}

@media (min-width: 992px) {
	.resource-info-search dl{
		font-size: 0.8em;
	}
}

.resource-info-fa .resource-info-search .dl-horizontal dt {
    float: right;
    overflow: hidden;
    clear: right;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.resource-info-en .resource-info-search .dl-horizontal dt {
    float: left;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.resource-info-search .dl-horizontal dt{
	width: 75px;
}

.resource-info-search .dl-horizontal dd {
    margin-right: 85px;
}

/**** MODULE ****/
.bgc-fff {
    background-color: #fff!important;
}
.box-shad {
    -webkit-box-shadow: 1px 1px 0 rgba(0,0,0,.2);
    box-shadow: 1px 1px 0 rgba(0,0,0,.2);
}
.brdr {
    border: 1px solid #ededed;
}

/* Font changes */
.fnt-smaller {
    font-size: 14px;
}
.fnt-lighter {
    color: #bbb;
}

/* Padding - Margins */
.pad-10 {
    padding: 10px!important;
}
.mrg-0 {
    margin: 0!important;
}
.btm-mrg-10 {
    margin-bottom: 10px!important;
}
.btm-mrg-20 {
    margin-bottom: 20px!important;
}

/* Color  */
.clr-535353 {
    color: #535353;
}


.resource-info-fa {
	direction: rtl;
}

.resource-info-en {
	direction: ltr;
	text-align: left;
}

.resource-info-en dt{
	clear: left !important;
    float: left !important;
    text-align: right !important;
}

.ui-en .resource-info-fa dt{
	clear: right !important;
    float: right !important;
    text-align: left !important;
}

.resource-info-en .dl-horizontal {
	text-align: left;
}

.resource-info-en .dl-horizontal dd {
	 margin-right: 0;
	 margin-left: 80px;
	 text-align: left !important;
}

.collection-info dl{
	margin-bottom: 10px;
}

.collection-info dd{
	border-top: 1px dotted #c9c9c9;
}

.news-info dl{
	margin-bottom: 10px;
}

.news-info dd{
	border-top: 1px dotted #c9c9c9;
	padding-top: 5px;
}

.weblink-info dl{
	margin-bottom: 4px;
}

.weblink-info dd{
	border-top: 1px dotted #c9c9c9;
	padding-top: 2px;
}

.page-header.parvan-header {
	padding-bottom: 0;
}

.parvan-header small{
	padding-top: 5px;
}

.order-form {
	direction: ltr;
}

.order-form *{
	direction: ltr;
}

.order-form td{
	padding: 5px;
}

.btn:visited {
	color: #fff;
}

.resource-thumb {
	padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}

.resource-thumb img{
	max-width: 100%;
}

.panel.panel-parvan > .panel-heading {
	background-image: linear-gradient(to bottom, #fbf1e0 0%, #e7dcc8 100%);
}

.panel.panel-parvan > .panel-body {
	background-color: #f9f6f0;
}

.panel.panel-parvan > .panel-footer {
	background-color: #fbf1e0;
}

.table.table-parvan th{
	background-color: #d2c2a6;
}

.table.table-parvan tr:hover > th{
	background-color: #d2c2a6;
}

#counterinfo {
	display: none;
}

DIV#header {
	background: url("/theme-ganjineh/images/header.png") repeat-x scroll 0 bottom #325d90;
}

DIV#main-slider {
	margin-top: 0;
	margin-bottom: 18px;
	padding-left: 0;
}


.ui-fa .holding .physical-label {
    text-align: left;
}

.ui-en .holding .physical-label {
    text-align: right;
}

hr.holding-hr {
    margin-bottom: 0;
    margin-top: 0;
    border-color: #ccc;
}

.holding td {
	padding: 2px;
}

.pagination {
	margin: 0;
}

ul.result-gallery-sort-container {
	margin: 0;
	padding: 0;
}

ul.result-gallery-sort-container li{
	border-left: 1px solid #bbb;
	border-right: none;
    display: inline-block;
    list-style-type: none;
    padding: 0 5px;
}

ul.result-gallery-sort-container li.first, ul.result-gallery-sort-container li.last{
	border: none;
}

div#plusone {
	position: absolute;
	top: 10px;
	left: 10px;
}

.resource-info-full {
	width: 100% !important;
}

#carousel-ganjineh-generic {
	width: 962px;
}

h3.box-title {
	font-size: 22px !important;
}

.input-group-btn .btn {
	height: 34px;
}

.quick-search {
	margin-bottom: 15px;
}

div.component .box.quick-search, div.component .box.quick-search .box-footer {
	background: none repeat scroll 0 0 #f1f1f1;
	border: none;
}

div.component .box.quick-search .box-footer {
	padding-top: 0;
}

.carousel-control {
	top: auto;
	margin-bottom: 43px;
}
/*
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
	margin-top: -42px;
}

.carousel-caption {
	background: url("/theme-ganjineh/images/new-theme/grey.png") repeat scroll 0 0 transparent;
	height: 100%;
    left: 0;
    padding-bottom: 30px;
    right: 0;
    width: 200px;
    bottom: 0;
}*/


.dynamicTile .col-sm-4.col-xs-4 {
	padding:5px;
}

.dynamicTile .col-sm-2.col-xs-4{
    padding:5px;
}

.dynamicTile .col-sm-4.col-xs-8{
    padding:5px;
}

.dynamicTile .col-sm-8.col-xs-8{
    padding:5px;
}

#tile1{
    background: rgb(0,172,238);
}

#tile2{
    background: rgb(243,243,243);
}

#tile3{
    background: rgb(71,193,228);
}

#tile4{
    background-image: url('http://handsontek.net/demoimages/tiles/facebook.png');
    background-size: cover;
}

#tile5{
    background: rgb(175,26,63);
}

#tile6{
    background: rgb(62,157,215);
}

#tile7{
    background: white;
}

#tile8{
    background: rgb(209,70,37);
}

#tile9{
    background: rgb(0,142,0);
}

#tile10{
    background: rgb(93,93,93);
}

.tilecaption{
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%); 
    margin:0!important;
    text-align: center;
    color:white;
    font-family: Segoe UI;
    font-weight: lighter;
}

.most_visited_box .col-sm-6.resource-container {
    width: 16.6666667%;
}

.tile.tilecolor1 {
    background: none repeat scroll 0 0 #5133ab;
}

.tile.tilecolor2 {
    background: none repeat scroll 0 0 #ac193d;
    background: none repeat scroll 0 0 #A8066C;
    background: none repeat scroll 0 0 #800050;
    background: none repeat scroll 0 0 #C22989;
    
}

.tile.tilecolor3 {
    background: none repeat scroll 0 0 #dc572e;
    background: none repeat scroll 0 0 #24849A;
}

.tile.tilecolor4 {
    background: none repeat scroll 0 0 #2980b9;
}

.tile.tilecolor5 {
    background: none repeat scroll 0 0 #00a600;
    background: none repeat scroll 0 0 #2672ec;
    background: none repeat scroll 0 0 #2c3e50;
}

.tile.tilecolor1, .tile.tilecolor2, .tile.tilecolor3, .tile.tilecolor4, .tile.tilecolor5 {
    color: #fff;
}

#collections .tile {
    box-sizing: border-box;
    display: inline-block;
    margin-bottom: 30px;
    padding: 20px;
    width: 100%;
    height: 150px;
    opacity: 0.75;
}

#collections .tile:hover {
    opacity: 1;
}

#collections h3 {
    font-weight: bold;
}


DIV#resource-info-full .img-responsive {
    display__: inline;
}

.resource-info-full DIV#img {
	float: right;
	margin-left: 10px;
}

.most_visited_box .box-parvan  .resource-info-full DIV#img {
	float: none;
	text-align: center;
}

.most_visited_box .box-parvan .resource-info-full DIV#img a{
	display: inline-block;
}

.resource-info-full .thumbnail-padding {
	padding-right: 110px;
}

.resource-info-full DIV#info h4 {
	margin-top:0;
}

.resource-info-full #content-wrapper {
	margin-top:5px;
}

DIV.resource-info-fa {
    height: 153px;
    overflow: hidden;
}

.most_visited_box DIV.resource-info-fa {
    height: 450px;
    overflow: hidden;
}


DIV#sendToFriend {
    padding-right: 0;
}

DIV#breadcrumb ol {
    height: 30px;
}

DIV#breadcrumb {
    padding-left: 0;
}

.breadcrumb {
    font-size: 10px;
    margin-bottom: 0;
}

.result-gallery-sort-container {
    margin: 0;
    padding: 0;
}

.result-gallery-sort-container li {
    border-right: 1px solid #c9c9c9;
    display: inline;
    font-size: 12px;
    padding-right: 5px;
}

.result-gallery-sort-container li.first, .result-gallery-sort-container li.last {
    border-right: medium none;
}

DIV#result-sort ul.result-gallery-sort-container {
	margin-top: 10px;
}


DIV#search-simple TD.search-form-label {
	text-align: left;
	padding-left: 5px;
}

DIV#search-simple TD.spacer1px {
	line-height: 1px;
	background-color: #DADADA;
}

DIV#search-simple TD.spacer5px {
	line-height: 5px;
}

DIV#search-simple TD.spacer10px {
	line-height: 10px;
}


/* ***************************************** */
DIV#resource-selected {
	border: 1px solid #ededed;
    margin-bottom: 40px;
    padding: 30px;
    box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
    
}
#carousel-selected-resource {
	height: 300px;
}

#carousel-selected-resource .carousel-inner {
    height: 300px;
}

#carousel-selected-resource .item{
	text-align: center;
	margin-left: auto;
    margin-right: auto;
	background-position: center center;
    background-repeat: no-repeat;
	height: 300px;
	margin: 0;
    overflow__: hidden;
    padding: 0;
    width: 100%;
}

#carousel-selected-resource .item img{
	display: block;
   	margin-left: auto;
   	margin-right: auto;
	height: 250px;
	max-height: 250px;
}

#carousel-selected-resource .item h3{
	font-size: 20px;
	max-height_: 50px;
	background__: none repeat scroll 0 0 rgba(0, 0, 0, 0.65);
   	border: medium none;
   	bottom: 0px;
   	margin: 0;
   	padding: 6px;
   	position: absolute;
   	width: 100%;
}

#carousel-selected-resource .item a{
   	color__: white;
}


h3.section-title {
    color: #2a7f40;
    font-size: 1.7em;
    font-weight: bold;
}

DIV#ganjineh-new h3.section-title {
    background-color: #eee;
    border-bottom: 2px solid #6dc066;
    padding: 5px;
}

DIV#ganjineh-mostView h3.section-title {
    background-color: #eee;
    border-bottom: 2px solid #6dc066;
    padding: 5px;
}

DIV#resource-selected-wrapper h3.section-title {
    background-color: #eee;
    border-bottom: 1px solid #6dc066;
    margin-bottom: 0;
    padding: 5px;
}
