@charset "utf-8";
/* CSS Document */

body{
	margin:0;
	padding:0;
}
ul{
    margin:0;
    padding:0;
}
a{
	color:#4970b7;
	outline:none;
	text-decoration:none;
}
a:hover{
	color:#000;
}
/* header{
	margin:0 auto;
	padding:20px 0;
	text-align:center;
	width:980px;
}
header img:hover{
	opacity:0.5;
} */

#article #article-title {
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1.5rem;
}
#article-content p{
	margin-top: 0;
    margin-bottom: 0.75rem;
    font-size: 1rem;
    line-height: 25px;
}

#tagline {
    color:#727272;
    font-size:15px;
    font-weight:bold;
    padding-top:10px;
    text-align:center;
    text-transform:uppercase;
}
/* header,section{
	margin:0 auto;
	width:980px;
} */
section{
	padding:20px 0;
}


#topMenu {
	background:url(../images/topmenu.png) 0 0 no-repeat;
	margin:0 auto;
	width:980px;
}
#topMenu ul{
	text-align:center;
	padding:15px 0;
}
#topMenu ul li {
	display:inline;
	background:url(../images/menu-separator.png) 100% 50% no-repeat;
}
#topMenu ul li:last-child {
	background:none;
}
#topMenu ul li a {
	color:#737373;
	text-shadow:1px 1px #fff;
	text-transform:uppercase;
	padding:0 18px;
	text-decoration:none;
	font-size:12px;
	-webkit-transition:color 0.1s ease-in;
	-moz-transition:color 0.1s ease-in;
	-o-transition:color 0.1s ease-in;
	transition:color 0.1s ease-in;
}
#topMenu ul li a:hover, #topMenu ul li.sfHover a{
	color:#333;
}

#topMenu .sf-menu ul {
	position:absolute;
	top:-999em;
	width:200px;
	text-align:left;
	margin:0;
	padding:5px 0 10px;
	background:#F9F9F9 url(../images/submenu.jpg) 0 100% repeat-x;
	-moz-box-shadow:0 0 3px 2px #DDDDDD;
	-webkit-box-shadow:0 0 3px 2px #DDDDDD;
	box-shadow:0 0 3px 1px #DDDDDD;
	border:1px solid #dedede;
	border-top:none;
}
#topMenu .sf-menu ul li {
	width:90%;
	background:none;
	position:relative;
	display:block;
	padding:7px;
	border-bottom:1px dotted #dcdcdc;
}
#topMenu .sf-menu li:hover {
	visibility:inherit; /* fixes IE7 'sticky bug' */
}
#topMenu .sf-menu li {
	/*float:			left;*/
	position:relative;
}
#topMenu .sf-menu a {
	/*display:		block;*/
	position:relative;
}
#topMenu .sf-menu li ul li  a {
	font-size:11px;
	padding:0 5px;
	display:block;
	color:#737373;
}
#topMenu .sf-menu li ul li  a:hover {
	color:#3DC6F9;
}
#topMenu .sf-menu li:hover ul,
#topMenu .sf-menu li.sfHover ul {
	left:0;
	top:29px; /* match top ul list item height */
	z-index:101;
}
#topMenu ul.sf-menu li:hover li ul,
#topMenu ul.sf-menu li.sfHover li ul {
	top:-999em;
}
#topMenu ul.sf-menu li li:hover ul,
#topMenu ul.sf-menu li li.sfHover ul {
	left:190px; /* match ul width */
	top:0;
}
#topMenu ul.sf-menu li li:hover li ul,
#topMenu ul.sf-menu li li.sfHover li ul {
	top:-999em;
}
#topMenu ul.sf-menu li li li:hover ul,
#topMenu ul.sf-menu li li li.sfHover ul {
	left:10em; /* match ul width */
	top:0;
}
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right:2.25em;
	min-width:1px; /* trigger IE7 hasLayout so spans position accurately */
}



.gallery {
float:left;
width:700px;
}

.gallery ul{
overflow:hidden;
}

.gallery.withsidebar ul li {
width:220px;
background:url(../images/shadow_3items.png) 0 100% no-repeat;
}

.gallery.fourperrow ul {
margin:0px;
}

.gallery.fourperrow ul li {
list-style-type:none;
width:220px;
margin-right:13px;
background:url(../images/shadow_3items.png) 0 100% no-repeat;
}

.gallery.threeperrow ul li {
width:300px;
background:url(../images/shadow_3items.png) 0 100% no-repeat;
margin-right:24px;
}

.gallery ul li {
float:left;
padding-bottom:9px;
margin-right:20px;
margin-bottom:15px;
position:relative;
}


.gallery ul li .imgBox {
display:block;
padding:7px;
background:#fff;
}

.gallery ul li .imgBox img {
    height:280px;
    width:206px;
}

.gallery ul li.last {
margin-right:0;
}

.gallery ul li .overlay {
position:absolute;
z-index:101;
}

.gallery.withsidebar ul li .overlay{
top:8px;
left:8px;
width:220px;
height:196px;
}

.gallery.fourperrow ul li .overlay{
top:8px;
left:8px;
width:220px;
height:196px;
}

.gallery.threeperrow ul li .overlay{
top:8px;
left:8px;
width:300px;
height:196px;
}

.gallery ul li .details {
background:#fff url(../images/bullet_gallery_grey.png) 8px 3px no-repeat;
padding:2px 12px 12px 28px;
overflow:hidden;
font-size:12px;
color:#999;
}

.gallery ul li:hover .details {
background:#fff url(../images/bullet_gallery_pink.png) 8px 3px no-repeat;
color:#333;
}

.gallery .butViewPortfolio {
display:block;
text-align:center;
text-shadow:-1px -1px #666;
font-weight:bold !important;
color:#fff !important;
width:174px;
height:31px;
line-height:31px;
position:absolute;
right:0;
top:10px;
background:url(../images/button_big.png) 0 0 no-repeat;
}

.gallery ul li.invisible {
display:none;
}
.gallery.fourperrow ul li p{margin:0;}

#publications-list{
	display:inline-block;
	width:700px;
}
.serwat{
    background:#fff;
    padding-bottom:20px;
    position:fixed;
    top:130px;
}
.serwat input{
    width:684px;
}
#disp{
    background: #fff;
    padding-bottom: 10px;
    position: fixed;
    top: 175px;
    width: 700px;
}
.pl-list{
    float:left;
    width:700px;
}
.pl-list-left{
	float:left;
	width:220px;
}
.pl-list-left img{
	height:100px;
}
.pl-list-right{
    background:#fff;
    padding:20px 0;
    position:fixed;
    top:0;
    width:700px;
}
.pl-list-top{
    margin-bottom:10px;
    padding-bottom:5px;
}
.pl-list-top span,.pl-list-top a{
    color:#000;
    display:inline-block;
    font:22px/25px Arial;
    padding:0 10px;
}
.pl-list-top span{
    padding:0;
}
.pl-list-bot,.pl-list-bot1{
    color: #999999;
    float: left;
    width: 100%;
}
.pl-list-function {
    color: #999999;
}
.pl-list-bot span,.pl-list-bot1 span{
    cursor:pointer;
    float:left;
    margin:5px 10px;
    width:120px;
}
.pl-list-bot1 span{
    width:95px;
}
.pl-list-bot1 span img{
    float:left;
    margin:-2px 5px 0 0;
}
.save_doc{
	display:none !important;
}

.chapter li{
    border-bottom:#ddd 1px solid;
    float:left;
    list-style-type:none;
    margin:10px 0;
    padding:10px;
   
}
.chapter li:hover{
    background:#fafafa;
}
.chapter li .cname,.chapter li .aname{
    font-family: Arial;
    font-size:15px;
}
.chapter li .cname:hover{
    text-decoration:underline;
}
.chapter li .aname{
    background:#f1f1f1;
    color:#666;
    font-size:12px;
    float:left;
    margin:4px;
    padding:5px 10px;
    width:142px;
}

#chapter_contents {
    float: left;
    margin: 70px 0;
    padding: 0;
    width: 700px;
    /* height: 200px;
    overflow: hidden; */
}
#chapter_options li:hover {
    font-size: 15px;
}

#right-filter{
    float:right;
    width:260px;
}
.searchit{
    float:left;
    width:100%;
}
.searchit label{
    float:left;
    margin-top:5px;
    width:130px;
}
.searchit input[type=checkbox]{
    float:left;
    margin:0 5px 0 0;
}
.searchit button,.button{
    background:#f2f2f2;
    border:1px solid #ddd;
    border-radius:4px;
    cursor:pointer;
    padding:5px 10px;
}
.searchit button:hover,.button:hover{
    background:#ddd;
}
.searchit select{
    border:1px solid #ddd;
    padding:5px;
    width:100%;
}
.asearch{
    cursor:pointer;
    float:right;
    margin:5px 0 0;
    position:relative;
}
#shelpi,#sortic{
    background:#f2f2f2;
    border:1px solid #ddd;
    display:none;
    padding:10px 20px;
    position:absolute;
    right:0;
    width:400px;
    z-index:1;
    
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}
#shelp:hover #shelpi{
    display:block;
}
#shelpi h4,#sortic h4{
    font-size:15px;
    font-weight:normal;
}
#shelpi h5{
    font-size:12px;
}
#shelpi li{
    list-style-type:none;
    margin-left:20px;
}
#sorti:hover #sortic{
    display:block;
}
.back{
    bottom: 17px;
    color: #999;
    cursor: pointer;
    position: absolute;
    right: 0;
    width: 100px;
}
.back img{
    float:left;
    margin:0 10px;
}
#accordion {
        float:left;
	list-style: none;
        margin-top:10px;
	padding:0;
	width: 260px;
}
#accordion li{
        border-bottom:#fff 1px solid;
	display: block;
	background: #2C426E;
	cursor: pointer;
	padding:10px;
        color:#fff;
}
#accordion li a{
    color:#000;
}
#accordion .ul-inner {
    float:none !important;
    list-style: none;
    padding:0;
    display: none;
}
#accordion ul li{
    color:#2C426E !important;
    font-weight:normal;
    background:#fff;
    padding:3px 0;
}
#accordion ul li input[type=checkbox]{
    float:left;
    margin:1px 5px 0 0;
}
.ul-month{
    margin-left:15px;
}
#accordion a {
	text-decoration: none;
}
#accordion a:hover {
	text-decoration: underline;
}
.ul-inner{
	width:270px;
	overflow:auto;
	min-height:30px; 
	max-height:300px;
}
#content{
	float:left;
	padding:10px;
        width:650px;
}
#accord_div{
    border-top:1px solid #2C426E;
    display:none;
    float:left;
    margin-top:20px;
    padding-top:20px;
}
#inner_contents{
	margin-top:10px;
}
.highlight{
	background:yellow;
}
#processing{
    float:right;
    margin:-48px 69px 0;
    position:relative;
    z-index:1;
}
.topsearch{
    float:left;
width:215px;
background:#F2F2F2;
padding:8px;
color:#999;
border:#ddd 1px solid;
border-radius:4px;
font-size:12px;
}

.title {
    font-family: Georgia,'Times New Roman',Times,serif;
    font-size: 32px;
    font-style: italic;
    font-weight: normal;
    padding-bottom:15px;
}
#txt_contents{
    float: left;
    font-size:13px;
    line-height:20px;
    margin-top: 200px;
    text-align:justify;
}
#txt_contents br{
    margin-bottom:20px;
}
#txt_contents table{
	border:1px solid #ddd;
    border-collapse:collapse;
    width:100%;
}
#txt_contents td{
	border-top:1px solid #ddd;
	border-right:1px solid #ddd;
	padding:5px;
	text-align:left;
	vertical-align: top;
}
.accord_a{
    
}
#alpha, #alpha_topic{
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    margin: 12px 0 0 230px;
    position: fixed;
}
.alpha_sort{
 margin:-11px 0;
 font-size:7px;
 cursor:pointer;
}
#right-box{
    float:right;
    width:260px;
}
.sort_options {
    background:url("../images/down.png") no-repeat scroll 96px center;
    cursor:move;
    float:left;
    font-size:13px;
    font-weight:normal;
    width:218px;
}
#sort1{
    border-bottom:1px solid #2C426E;
    float:right;
    margin:40px 0 20px;
    width:260px;
}
.rtitle{
    float:left;
    font-size:15px;
    font-weight:normal;
    margin:0 0 10px;
}
#sort{
    float:left;
    width:255px;
}
#sort ol{
    display:inline-block;
    margin:0 0 10px 20px;
    padding:0;
}
#sort ol li{
    background:#f5f5f5;
    border:1px solid #ccc;
    color:#888;
    float:left;
    font-size:14px;
    font-weight:bold;
    list-style-type:decimal;
    margin:5px 0;
    padding:7px 10px;
    width:218px;
}
#sort ol li:hover{
    background:#fff;
}
.button{
    float:left;
    font-size: 15px;
    font-weight: normal;
    margin:0 0 20px 20px;
    width:120px;
}
.desc{
    background: url("../images/up.png") no-repeat scroll 88px center #F5F5F5;
    box-shadow: 0 0 8px 0 #CCCCCC inset;
    cursor: pointer;
}
#search_text{
    float: left;
    width: 100%;
}
.cross{margin:-1px 0px;float:right;font-size:13px;cursor:pointer;color:#666;}
.strike{text-decoration:line-through;}

#loading_data{
     position: fixed;
    background:none;
    margin: 180px 300px;
    width: 300;
    height: 300;
    cursor:pointer;
}
#emailco{
    background:#fff;
    border:#ccc 3px solid;
    left:30%;
    padding:20px;
    position:absolute;
    top:30%;
    width:400px;
}
#emailco .topsearch{
    background:none;
    margin:10px 0;
    width:380px;
}
#emailco input:focus{
    border:#2C426E 1px solid;
}
#emailco .button{
    margin:0 20px 0 0;
    width:100px;
}
#emailco .button:focus{
    border:0;
}
textarea{
    resize:none;
}
.black_overlay{
    background:black;
    display:none;
    height:100%;
    left:0%;
    position:fixed;
    top:0%;
    width:100%;
    z-index:99999;
    -moz-opacity:0.9;
    opacity:.9;
    filter:alpha(opacity=9);
}

.article-footer{
    text-align: right;
    padding: 5px;
    font-size: 18px;
    /* border-top-left-radius: 10px; */
    /* border-top-right-radius: 10px; */
    background-color: #d2e4f7;
    margin-bottom: 10px;
}
.article-footer img {
    width: 20px;
    margin: 20px;
}
.chapter_contents{
    margin : 30px 0 0;
}


.container{
    width:100%;
}
header#masthead {
    margin-bottom: 0;
    background-color: #234F7E ;
    box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
    padding: .74rem 1rem;
  }
  
  .navbar-brand > a {
    color: rgba(0, 0, 0, 0.9);
    font-size: 1.1rem;
    outline: medium none;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
  }
  
  .navbar-brand > a:visited, .navbar-brand > a:hover {
    text-decoration: none;
  }
  
  #page-sub-header {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 0;
    text-align: center;
    font-size: 1.25rem;
    background-size: cover !important;
  }
  #masthead nav {
    padding-left: 0;
    padding-right: 0;
  }
  
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
    color: #f9f5ff;
    padding: 0.5rem;
    font-weight: 500;
    font-size: 0.875rem;
  }
  
  body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
  body:not(.theme-preset-active) #masthead .navbar-nav > li.current_page_item > a {
    color: #fff;
    font-weight: 600;
    /*background: #f9f9f9;*/
  }
  
  .navbar-brand {
    height: auto;
  }
  
  .navbar-toggle .icon-bar {
    background: #000 none repeat scroll 0 0;
  }
  
  .dropdown-menu .dropdown-toggle::after {
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    border-top: 0.3em solid transparent;
  }
  
  /* Small menu. */
  .menu-toggle,
  .main-navigation.toggled ul {
    display: block;
  }
  
  .dropdown-item {
    line-height: 1.2;
    padding-bottom: 0.313rem;
    padding-top: 0.313rem;
  }
  
  .dropdown-menu {
    min-width: 12.500rem;
  }
  
  .dropdown .open .dropdown-menu {
    display: block;
    left: 12.250em;
    top: 0;
  }
  
  .dropdown-menu .dropdown-item {
    white-space: normal;
    background: transparent;
    line-height: 1.6;
  }
  .dropdown-menu .dropdown-item:hover {
    background: transparent;
  }
  
  
  
  .card-title h5{
	      font-size: 1.5rem;
    font-weight: 700;
  }
  
  #article-content{
	font-size: 1rem;
    line-height: 25px;
  }
  #article-content table{
    width:100%;
  }
  .control-label{
	  font-size:1rem;
  }
  
  .list-group-item{
	      font-size: 0.95rem;
    line-height: 24px;
  }
  .select2-container {
    width:100% !important;
}