/* CSS Document */

/* document directory shortcode*/
.dkandirectory{ 
    border-top: double #eee;
     border-bottom: double #eee;
    padding: 10px;
    display: flex; align-items: stretch;
}

.dkandirectory div{
    color: #000;

    border-right: 1px solid #eee;
    float:left;
    width: 40%;
    margin-right: 20px;
   
}
.dkandirectory div:first-child{
    width: 20%;
}
.dkandirectory div div, .dkandirectory div div:first-child{
    width: 100%;
}
#documentlistDiv{
    display:none;
}
.dkandirectory .popular .button{
    margin-left: 3px;
}
.dkandirectory select, .dkandirectory input {
    width: 170px;
}

.dkandirectory div:first-child{
float:none;
}
.dkandirectory h2, .dkandirectory h3{margin-top: 0px !important; font-size: 1.6em !important;}
.dkandirectory div:last-child{
border-right: 0px;
}
.dkandirectory div p{
    margin-top: 7px;
}
.dkandirectory div .showDocumentDetails{
    cursor:pointer;
}
.dkandirectory div .documenttitle{font-weight:bold; text-align: center; }
.formsfilter-btn{margin-top: 10px;}

@media only screen and (max-width: 764px) {
.dkandirectory{display:block;}
    .dkandirectory div{
         border-right: 0px solid #eee;
    float:none;
        display:block;
        width: 100%;
    }

.dkandirectory div:first-child{
    width: 100%;
}
}
.dkan-open-data-settings div{
margin: 10px;
}
#dkan-documents-widget{
width: 100% !important;

	border: 1px solid #eee;
	
	padding: 0px;
	background-color: #fff;
	
}
.dkan_documents_widget_more{

}
.dkan_documents_widget_links_header{
	font-size: 110% !important;
	font-weight:bold;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
.dkan_documents_widget_links .dkan_documents_widget_links_header{
    display:none;
}
.dkan-documents-widget-dialog button{
float:right;

	margin-right: 10px;
}
.dkan-documents-widget-dialog .ui-dialog-titlebar-close{

}
.dkan-documents-widget-dom{
    overflow-y: scroll;
     overflow-x: hidden;
}
.dkan-opendata-documentwidget{
    height: 300px;
    overflow-y: scroll;
}
.dkan-opendata-documentwidget ul{
    list-style:none;
}
.dkan-opendata-documentwidget ul li{
   margin-left: -10px;
    margin-top: 8px;
}
.dkan-opendata-documentwidget ul li{
    white-space: nowrap;
    width: 450px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dkan-documents-widget-dom{
display:none;

	margin: auto;
}
#dkan-documents-widget{
display:block;	
}
.dkan_resourcetitle{
    font-weight:bold;
        text-align: center;
}
.dkan_documents_widget_links{
float:left;	
	width: 25%;
    height: 750px;
    overflow-y:scroll;
	border-right: 1px solid #eee;
	margin-right: 0px;
    padding-top: 20px; 
    font-size: 10pt;
}
.dkan-opendata-documentwidget a{
    margin: 5px;
}
.dkan-opendata-documentwidget i.fa{
    margin-right: 8px !important;
}
.dkan-opendata-documentwidget ul{
margin-left: -30px;
}
.dkan_documents_widget_links .fa{
 margin-right: 5px;
	font-size: 120%;
}
#documentlistPopular ul, #documentlistDiv ul{
	margin-left: -30px;
	
}
.dkan_documents_widget_preview{
text-align:center;
	margin-top: 10px;
  
}
.dkan_documents_widget_open_preview {
text-decoration:none !important;
padding-bottom: 0px !important;
margin-bottom: 0px !important;	
}
.dkan-documents-widget-dialog{

}
