
html, body{
	margin: 0;
	height: 100% ;
}
a:hover {
	text-decoration: none;
}
#wrapper{
	min-height:100%;
	background: #eee;
	position: relative;
}
#article{
	 padding-bottom: 60px;   /* Height of the footer */
}

header{
	background-color: #676262;
	padding: 10px 0;
	margin-bottom: 20px;
}

.headPart{
	width: 50%;
	display: inline-block;
}
.logo{
	vertical-align: top;
	width: 63px;
	height: 25px;
}
.logoText {
	font-size: 24px;
	color: rgb(119, 191, 252);
}
.logoText:hover{
	/*color: rgb(89, 161, 222);*/
	color: rgb(119, 191, 252);
}
.logoDescText{
	font-size: 110%;
	color: rgb(255, 255, 255);
}
.searchText{
	margin-right: 35px;
	text-align: right;
}
.searchText a{
	color: rgb(119, 191, 252);
}
.searchText a:hover{
	color:  rgb(89, 161, 222);
	
}

#searchCaller{
	color:white;	
	font-size:24px;
	cursor:pointer;
	position: absolute;
	right: 20px;
	top: 5px;
	display: none;
}
.searchInput{
	height: 26px;
	width: 80%;
	background-color: #f2f2f2;
	display: inline-block;
	margin-left: 15px;
}
.searchButton {
	background:url(../img/search_small.png) no-repeat;
	cursor:pointer;
	border:none;
	width: 10%;
	max-width:21px;
	position:relative;
    top: 5px;
	height:21px;
}
@-moz-document url-prefix() { 
  .searchButton {
     top:0px;
  }
}
@media(max-width:800px),(max-height:700px){
	header{
		padding: 5px 0;
	}
	.headPart{
		width: 100%;
		display: block;
		text-align: center;
	}
	#searchContainer{
		display: none;
	}
	#searchCaller{
		display: inline-block;
	}
	.logoDescText{
		display: none;
	}
	.searchText{
		display: none;
		margin-right: 10px;
	}
	#catlabel{
		display: none;
	}
	
}

.pseudoPanel {
	margin-left: auto;
	margin-right: auto;
	max-width: 768px;
}

.pptpanel{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	word-wrap: break-word;
	max-width:768px;
	background-color: #d7d7d7;
	border-color: #676262;
}

@media(min-width:1200px) and (min-height:875px){
	.pseudoPanel {
		max-width: 970px;
	}
	.pptpanel{
		max-width: 970px;
	}
}


.pptpanel li.list-group-item {
	background-color: #d0d0d0;
	border-color: #676262;
}
#pagination .pagination a{
	background-color: #d0d0d0 ;
	border-color: #676262 ;
}
#pagination .pagination span{
	background-color: #d0d0d0 ;
	border-color: #676262 ;
}
#pagination .pagination .active a{
	color: black;
}
.pptpanel h1{
	font-size: inherit;
	margin: 0 0;
}
.pptpanel .panel-heading {
	background-color: #676262;
	border-color: #676262;
	/*color: rgb(119, 191, 252);*/
	color: #f2f2f2;
	font-size: 120%;
}
.pptpanel .pptinput{
	background-color: #f2f2f2;
}
.pptpanel .niceTextInput{
	width: 65%;
	background-color: #f2f2f2;
}
.pptpanel  .niceButton{
	width: 35% ;
	background-color: #676262;
	color: #eee;
}
.pptpanel a{
	color: #135A97;
}
.pptpanel a:hover{
	color: #034A87;
}
.thumb-panel-body {
	padding-top: 0;
	padding-bottom: 0;
}
.thumb-box {
	padding-top: 12px;
	padding-bottom: 12px;
	padding-right: 0px;
}

.thumb-row {
    display: flex;
    flex-flow: row wrap;
}

.thumb-img-box{
	display: inline-block;
	vertical-align: top;
	width:100px;
	height:75px;
	text-align: center;
}
.thumb-img-box img{
	max-height: 100%;
	width: auto;
	border: 1px solid #135A97;
}

.thumb-text-box{
	
	height: 100%;
	display: inline-block;
	
	width: -moz-calc(100% - 105px);
	width: -webkit-calc(100% - 105px);
	width: calc(100% - 105px);
}
.thumb-row{
	overflow: hidden ;
}

.thumb-text-box a{
	padding-left: 10px;
	display: block;
	width: 98%;
	height: 100%;
}
.thumb-box:hover{
	background-color:  #e2e2e2;
	
}

.pptpanel .lastadded-sitemap-link {
	
	text-align: center;
	font-size: 120%;
	border-top: 1px solid #676262;

	/*font-weight: bold;*/
}




.catlistHalf{
	width: 50%;
	display: inline-block;
	margin-top: 5px;
	vertical-align: top;
}
@media(max-width:600px){
	.catlistHalf{
		width: 100%;
	}
}
.catListLetter{
	/*color: rgb(21, 131, 227);*/
	color: black;
	
	font-size: 150%;
	
	margin-left: 20%;
	
}
.catListElement{
	
	color: #444;
}
.catListElement:hover{
	background-color:  #e2e2e2;
}
.catListElement>a{
	display: inline-block;
	width: 78%;
	height: 100%;
	padding-bottom: 10px;
}
.catListIcon{
	width: 20%;
	height: 30px;
	text-align: center;
	
	display: inline-block;
}
.catListIcon img{
	max-width: 40px;
	max-height: 30px;
}



footer{
	background-color: #676262;
	padding: 15px 0;
	height: 60px;
	position:absolute;
	bottom: 0;
	width: 100%;
}
@media(max-width:600px){
	.footerText{
		display: none;
	}
}


.footerPart{
	vertical-align: top;
	text-align: center;
	display: inline-block;
	width: 33%;
}
.footerPart a{
	font-size: 120%;
	color: rgb(119, 191, 252);
}
.footerPart img{
	
	height: 30px;
	width: auto;
}



#pptInfoPanel{
	margin-top: 20px;
	padding: 10px 1%;
}


.pptInfoCat{
	text-align: left;
	margin: 10px 0;
	width:100%;
	
}
.pptInfoCat img{
	margin: 0 5px;
	max-width: 40px;
	max-height: 30px;
}

.pptInfoDownload{
	float: left;
	text-align: left;
	width:25%;
}

.pptInfoShare{
	float: left;
	text-align: left;
	margin-left: 2%;
	width:70%;
	height: 32px;
}
.pptInfoSearch{
	float:left;
	text-align: left;
	width:100%;
	/*display: none;*/
}

.pptdump h1{
	font-size: 100%;
	margin: 0px 0%;
}
h2{
	font-size: 100%;
	font-weight: bold;
	margin: 5px 0%;
}
.pptdump .panel-body {
	height:200px;
	overflow-y: scroll;
}
.clear{
	clear: both;
}

.center{
	text-align: center;
}


.control-button{
	display:inline-block;
	
}
.remove-form{
	display:inline-block;
    margin: 0px;
    padding:0px;
}

.mappanel{
	margin-top: 20px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.filter-icon-wrapper {
	text-align: right; 
	font-size: 80%;
	margin-top: 5px;
}

.bs-toggle-icon  {
	cursor: pointer;
	color: rgb(119, 191, 252) ;
}

.filter-container {
	/*padding: 5px;
	background-color: #777272;*/
	font-size: 90%;
}

.filter-container li {
	list-style-type: none;
}

.filter-container a {
	color: rgb(119, 191, 252);
}



.last-added-head {
	margin-top: -10px;
	margin-bottom: -10px;
}

.last-added-tabs {
	border: none;
}

.last-added-tabs a {
	background-color: #676262;
	color: rgb(119, 191, 252);
}
.last-added-tabs >li{
	width: 33.33333%;
}

@media(max-width:600px){
	#la-link{
		width:33%;
	}
	#top-link{
		width:27%;
	}
	#topcat-link{
		width:40%;
	}
}

.last-added-tabs >li>a.last-added-tab {
	
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
}
.last-added-tabs >li.active>a.last-added-tab {
	background-color: #676262 ;
	color: white;
	
	border: 1px solid #979292;
	border-top-color: transparent;
	border-bottom-color: transparent;

}

.last-added-tabs >li>a.last-added-tab:hover{
	background-color: #6a6464 ;
	border-color:#979292;
	
    color: rgb(89, 161, 222);
}

.last-added-tabs >li.active>a.last-added-tab:hover{
	background-color: inherit ;
	color: inherit;
}

.sort-link:before {
    content: '';
    display: block;
    float: left;
    border: 1px solid rgb(119, 191, 252);
    border-radius: 50%;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    margin-top: 3px;
    cursor: pointer;
}
a.sort-link {
    color:  rgb(119, 191, 252); 
    cursor: pointer;   
}

a.sort-link:hover{
	color: rgb(89, 161, 222);
}

a.active-sort-link{
	color:  #f2f2f2;
	cursor: default;
}
a.active-sort-link:hover{
	cursor: default;
	color:  #f2f2f2;;
}
a.active-sort-link:before {
	cursor: default;
    box-shadow: inset 0 0 0 3px #f2f2f2;
    background-color: #676262;
}

@media(max-width:600px){
	  .nice-checkbox{
		padding-top: 0px !important;
	}
}

.search-result-view-btn{
	font-size: 120%;
}

.pretty-link-active {
	color:  rgb(119, 191, 252); 
	cursor: pointer
}
.pretty-link-active:hover{
	color: rgb(89, 161, 222);
	
}

