<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**********************************************************\

Document:		Stylesheet (CSS)
Purpose:		Styles for Photoalbum
Website:		n.v.t.
produced in:	2014
Author:			Robert Schapendonk for Princen-group

\**********************************************************/
 
img {
	max-width: 100%;
	height: auto;
}

#Form1 { 
	position: relative; 
}

#jquery-overlay {
	z-index: 9000; 
}

#jquery-lightbox {
	z-index: 9001;
}

hr {
	float: left;
	width: 100%;
	background: none;
	height: 1px;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px dotted #fff;
	margin: 12px 0px;
}

/* Use the following CSS code if you want to have a class per icon */
[data-icon]:before {
    font-family: 'icomoon';
    content: attr(data-icon);
    speak: none;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.font-icoon {
    display: inline-block;
    font-family: 'icomoon';
}
.ax-browse-c:before {
    content: "\e00e";
    font-family: 'icomoon';
    speak: none;
    font-size: 50px;
}

.ax-upload-all.ax-button, .ax-clear.ax-button, .ax-browse-c.ax-button {
	height: 60px;
	width: 52px;
}

.ax-button {
    margin-left: 25px!important;
}
.ax-browse-c:hover
	{
    color: #888;
	}
.ax-upload-all:before {
    content: "\e130";
    font-family: 'icomoon';
    speak: none;
    font-size: 50px;
}
.ax-upload-all:hover
	{
    color: #888;
	}
.ax-clear:before {
    content: "\e0f9";
    font-family: 'icomoon';
    speak: none;
    font-size: 50px;
}
.ax-clear:hover
	{
    color: #888;
	}
.ax-upload:before {
    content: "\e130";
    font-family: 'icomoon';
    speak: none;
    font-size: 14px;
}
.ax-upload:hover
	{
    color: green;
	}
.ax-remove:before {
    content: "\e0a8";
    font-family: 'icomoon';
    speak: none;
    font-size: 14px;
}
.ax-remove:hover
	{
    color: red;
	}
#ax-box-close:before {
    content: "\e0fa";
    font-family: 'icomoon';
    speak: none;
    font-size: 14px;
    color: red;
    font-size: 30px;
    margin: -10px 0 0;
    display: block;
}
#ax-box-close:hover
	{
    color: red;
	}
	
.resetIcon {
    background-color: #eee;
    box-shadow: 0px 0px 2px #888;
    border-radius: 15px;
    color: #444;
    font-size: 16px;
    padding: 1px 4px 2px;
    opacity: 0.6;
    margin-top: 2px;
    
    transition: opacity 0.3;
}

.resetIcon:hover {
	opacity: 1;
}

.__PHASettingsBlock {
	float: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 200;
	overflow: auto;
}

.__PHASettingsBlock .moduleContent {
	padding: 10px;
}

.settings {
	float: left;
	width: 100%;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
/*
.edit .PHAMainContainer {
	display: none;
}
*/
.pgalbummodule {
	/*float:left;*/
	width: 100%;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}


/* Thumbnail ImagesStyle */
.ax-prev-container img {
    padding: 2px;
    border: 1px solid #888;
}

/* Layout standard page */
.PHAFolderContainer{
    padding: 20px;
    border: 1px solid #444;
    background-color: #fff;
    box-shadow: 0 1px 3px #444;
    position: relative;
    float: none;
    border-radius: 1px;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; 
}

#ctl14_AlbumImages1_UpdatePanelImage  {
	width: 100%;
	position: relative;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; 
}

/* Left view &amp; right view */
.LeftSideView {
    display: block;
    float: left;
    width: 40%;
    position: relative;
    
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    
    margin-right: 20px;
}
.RightSideView {
	width: calc(60% - 40px);
	margin-left: 20px;
	position: relative;
	float:left;
	
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -webkit-flex: 3 0 auto;
    -ms-flex: 3 0 auto;
    flex: 3 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
}
.FooterImages {
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    
	position: relative;
}
/* Album Create Name */
.missingImgIcon {
    color: #ddd;
    display: block;
    font-size: 150px;
    margin: -10px 0 0 50px;
    color: #fff;
}
.missingIconTxt {
    color: #535353;
    display: block;
    font-size: 14px;
    margin: -10px 0 0 75px;
}
.iconTextMarginTop {
    /*margin: 75px 30px 0;*/
    left: 0;
    margin: 0;
    position: absolute;
    text-align: center;
    top: 82px;
    width: 100%;
}

#ctl14_pnlAlbumNaam {
	position: relative;
	float: left;
}

.PHAAddFolder, .PHAGeneralSettings, .PHAImageSettings {
    padding: 10px;
    border: 2px solid #ccc;
    width: 310px;
    margin-bottom: 35px;
    float: left;
    clear: both;
    width: 100%;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

#ctl14_pnlContainer {
	position: relative;
}

.PHAGeneralSettings {
	
}

.PHAImageSettings {
	
}

.ImageblockUpload {
	width: 100%;
	height: 100%;
}

#image-cropper {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

.cropit-image-preview {
	width: 100%;
	height: 100%;
}

.cropit-image-zoom-input {
	position: absolute;
	top: 0px;
	left: 0px;
}

/*guillotine css*/
.guillotine-window {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 201;
}

.guillotine-canvas {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

.guillotine-canvas &gt; * {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  width: ;
  margin: 0 !importan;
  margin: 0 !important;
  padding: 0 !important;
  border: none !important;
}

#rotate_left {
	
}

#zoom_out {
	
}

#fit {
	
}

#zoom_in {
	
}

#rotate_right {
	
}

#rotate_left:before {
	content: "\e062";
}

#zoom_out:before {
	content: "\e081";
}

#fit:before {
	content: "\e083";
}

#zoom_in:before {
	content: "\e080";
}

#rotate_right:before {
	content: "\e063";
}

.ImageblockUpload #imageEdit div{
	color: #888;
    display: inline-block;
    font-size: 20px;
    font-weight: 300;
    height: 50px;
    line-height: 50px;
    padding: 0 5%;
    
    font-family: 'icomoon';
    speak: none;
    transition: color 0.3s;
}

.ImageblockUpload #imageEdit:hover div {
	color: #9d9d9d;
}

#imageEdit #rotate_left:hover, #imageEdit #zoom_out:hover, #imageEdit #fit:hover, #imageEdit #zoom_in:hover, #imageEdit #rotate_right:hover {
	color: #fff;
	transition: color 0.3s;
}

#imageEdit {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	background: #000;
	background: rgba(0,0,0, 0.7);
	z-index: 202;
	text-align: center;
	opacity: 0;
	transition: opacity 0.3s;
}

.albumThumbSave {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	z-index: 202;
	background: #000;
	background: rgba(0,0,0, 0.7);
	opacity: 0;
	transition: opacity 0.3s;
	text-align: center;
}

.ImageblockUpload:hover .albumThumbSave, .ImageblockUpload:hover #imageEdit {
	opacity: 1;
}

.thumbBTN {
	padding: 4px 8px;
	display: inline-block;
	color: #fff;
	float: left;
}

.thumbUploaden {
	margin: 0px 7px;
}


.albumThumbSave .thumbBTN {
	color: #888;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    line-height: 28px;
    padding: 0 5%;
    float: none;
    font-family: 'icomoon';
    speak: none;
    
    transition: color 0.3s;
}

.albumThumbSave:hover .thumbBTN {
	color: #9D9D9D;
}

.albumThumbSave .thumbBTN:hover {
	color: #fff;
	transition: color 0.3s;
}



.thumbOpslaan:before {
	content: "\e060";
}

.thumbUploaden:before {
	content: "\e0be";
}

.thumbReset:before {
	content: "\e11c";
}

.thumbVerwijderen:before {
	content: "\e0a8";
}

/*guillotine css end*/


.PHASelectFolder {
    padding: 10px;
    border: 2px solid #ccc;
    width: 100%;
    margin-bottom: 35px;
    float: left;
    clear: both;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.LeftViewBlock .simpleSettingsTXT {
	margin-left: -5px;
	margin-bottom: 25px;
}

#ctl14_pnlBestaandeFolder {
	position: relative;
}

.PHASelectFolder .Tableview {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.PHASelectFolder .Tableview &gt; span {
	display: none;
}

.uploadLink {
	display: none;
	padding-top: 27px;
	font-weight: bold;
	font-size: 18px;
	cursor: pointer;
}

.uploadLink:before {
	content: "\e05d";
    float: left;
    font-family: "icomoon";
    font-size: 60px;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    margin-top: -34px;
    margin-right: 10px;
}

#axUploadClose {
	cursor: pointer;
	width: 100%;
	text-align: right;
	margin-bottom: 22px;
	font-size: 14px;
	position: relative;
}

#axUploadClose:before {
	content: "\e0fa";
    font-family: "icomoon";
    font-size: 25px;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    position: absolute;
    left: -21px;
    top: -21px;
    z-index: 2;
}

.ax-uploader {
	display: none;
	position: absolute;
	top: 10px;
	left: 10px;
	background: #fff;
	padding: 15px;
	border:1px solid #000;
	z-index: 203;
}

.PHAFolderSettingsContainer {
    padding: 10px;
    border: 2px solid #ccc;
    width: 100%;
    margin-bottom: 35px;
    float: left;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.PHAFolderSettings {
    display: block;
}

.PHAFolderSettingsThumb {
    border: 1px solid #999;
    float: right;
    height: 262px;
    padding: 2px;
    width: 350px;
    
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.PHAFolderThumb {
    border: 1px solid #999;
    float: right;
    height: 187px;
    padding: 2px;
    width: 250px;
    margin-bottom: 10px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}

.folderThumbs .PHAFolderThumb{
	float: left;
	border: none;
	width: 250px;
	padding: 0px;
	margin: 7px;
	cursor: pointer;
	height: auto;
}

.PHAFolderText {
    display: block;
    float: left;
    font-size: 18px;
    margin: 50px 0 0 4px;
}
.AlbumTitle {
    font-size: 15px;
    color: #444;
    font-family: arial;
    display: inline-block;
    padding: 2px 5px;
    background-color: #fff;
    margin: -27px 2px 10px;
    padding: 4px 13px;
    border: 3px double #ccc;
    font-weight: bold;
}
.albumTitleLang {
   
}

.Tableview {
    width: 100%;
    padding: 15px;
    /*background: #B3C9B3;*/
    
    background: rgb(195,195,195); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(195,195,195,1) 0%, rgba(161,161,161,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(195,195,195,1)), color-stop(100%,rgba(161,161,161,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(195,195,195,1) 0%,rgba(161,161,161,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(195,195,195,1) 0%,rgba(161,161,161,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(195,195,195,1) 0%,rgba(161,161,161,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(195,195,195,1) 0%,rgba(161,161,161,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c3c3c3', endColorstr='#a1a1a1',GradientType=0 ); /* IE6-9 */

    
    float: left;
    border-radius: 2px;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.LeftView {
    width: auto;
    clear: left;
    float: left;
}

.formRow .LeftView {
    max-width: 50%;
}

.RightView {
    float: right;
    max-width: 100%;
}

#pnlAlbumNaam .PHAAddFolder .Tableview {
	
}

#pnlAlbumNaam .PHAAddFolder .Tableview .RightView {
	float: right;
}

.LeftViewBlock, .RightViewBlock {
    width: 100%;
    padding: 5px;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    display: flex;
}

    .LeftViewBlock span {
        display: block;
        margin: 1px 0px 0px 0px;
    }

.LeftViewBlock {
    margin-top: 5px;
}
/* Controls styling */
.dropdownlistCss {
    padding: 4px;
    width: 120px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.txtBoxClss {
    padding: 4px;
    width: 55px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.PHAImageSettings .txtBoxClss, .PHAAddFolder .txtBoxClss {
	width: 150px;
	max-width: 100%;
}

.linkButtonClss, .btnDelClss, .PHAFolderDrag {
	transition: background 0.2s, color 0.2s;
}


.linkButtonClss:hover {
	background: #41CC06;
	color:#fff;
}

.linkButtonClss:hover span {
	color:#fff;
}

.linkButtonClss {
    display: block;
    height: 15px;
    padding: 5px 4px;
    width: 85px;
    float: right;
    margin-left: 5px;
    background-color: #fff;
    border: 1px solid #444;
    box-shadow: 0 1px 2px #444;
    text-align: center;
	margin-top: 7px;
	font-weight: bold;
	color: #444;
}

    .linkButtonClss:hover {
        -webkit-box-shadow: 1px 1px 0px #777;
        -moz-box-shadow: 1px 1px 0px #777;
        box-shadow: 1px 1px 0px #777;
    }

        .linkButtonClss:hover span {
            /*color: #888 !important;*/
        }
.linkButtonClss span {
    text-decoration: none;
    color: #444;
    font-weight: bold;
}

.linkButtonClss:hover span {
    color: #fff!important;
}

.linkButtonClssSmall {
    display: block;
    height: 15px;
    padding: 4px 4px;
    width: 25px;
    float: right;
    margin-left: 5px;
    background-color: #fff;
    border: 1px solid #444;
    box-shadow: 0 1px 2px #444;
    text-align: center;
}
.linkButtonClssSmall:hover {
        -webkit-box-shadow: 1px 1px 0px #777;
        -moz-box-shadow: 1px 1px 0px #777;
        box-shadow: 1px 1px 0px #777;
    }

        .linkButtonClssSmall:hover span {
            /*color: #888 !important;*/
        }
.linkButtonClssSmall span {
    text-decoration: none;
    color: #444;
    font-weight: bold;
}
.LinkbuttonBlock {
    float: left;
    width: 100%;
}
.btnOpslaanClss {
    width: 200px;
    margin-top:7px;
    max-width: 100%
}

.btnDelClss {
    width: 30px;
    height: 17px;
    margin-top: 7px;
}

.btnDelClss:hover {
    background: #870202;
    color: #fff;
}

.btnDelClss:hover span {
    color: #fff;
}


/* Bestaande Folder Style */

.PHASelectFolder .PHAFolderDrag {
	margin: 0px;
}

.PHAFolderDrag {
    /*
    position: relative;
    color: #fff;
    display: block;
    float: left;
    padding: 10px;
    text-align: center;
    width: 33%;
    font-weight: bold;
    font-size: 20px;
    line-height: 43px;
    min-height: 175px;
    */
    
    position: relative;
    font-weight: bold;
    font-size: 20px;
    line-height: 43px;
    color: #fff;
    padding: 10px;
    text-align: center;
    width: 33%;
    max-width: 33%;
    
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    
}
.PHAFolderDrag:hover {
    color: #000;
    cursor: pointer
}

.PHAFolderDrag a &gt; span {
	line-height: 30px;
}

.PHAFolderDrag a &gt; span:before {
	content: '\e02e';
	font-family: "icomoon";
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-transform: none;
    font-size: 60px;
    width: 100%;
    float: left;
}

.PHAFolderDrag a {
	color: #fff;
	position: relative;
	display: block;
	transition: color 0.2s;
}

.PHAFolderDrag:hover a {
	color: #404040;
}

.PHAFolderBox {
	position: relative;
	display: block;
}

.changeFolderNameChange {
	position: absolute;
	bottom: 0px;
	width: 100%;
	cursor:text;
}

.changeFolderName {
	position: absolute;
	bottom: -10px;
	width: 100%;
	left: 0px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #b3c9b3;
	line-height: 30px;
	background: #fff;
	border: 1px solid #fff;
	padding: 2px 3px;
	
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.PHASelectedAlbum a {
	color: #000;
}

.PHASelectedAlbum a &gt; span:before {
	content: '\e02f';
}

.PHAFolderDrag a &gt; span {
	
}

.PHAImage .PHAFolderDrag {
	margin: 0px;
}

.PHAFolderSettings .PHAFolderThumb &gt; div{
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0px;
	top: 0px;
}

.imagePhoto {
    z-index: 199;
    
}

.FileUploadControl {
    opacity: 0;
    filter: alpha(opacity=0); /* For IE8 and earlier */
    height: 187px;
    margin: 0px 0 0;
    position: absolute;
    width: 250px;
    z-index: 200;
    left: 0px;
    top: 0px;

}
.FileUploadControl:hover {
    cursor: pointer;
}

.resetBtnClss {
	float: right;
	margin-left: 10px;
}



/* Image Settings */

.marginTop {
    float: left;
}
.floatLeft {
    float: left;
}

.PHAImage {
	float: left;
	margin-right: 14px;
	margin-bottom: 20px;
	width:140px;
	position: relative;
	list-style: none;
}

.PHAImageOverview .ui-sortable ul li {
	float: left;
}

.PHAImageOverview .hidden {
	display: none!important;
}

.PHAImageOverview .selected {
	border: 3px solid #1a95f0;
}

.PHADeleteImage {
	display: none;
	position: absolute;
	bottom: 0px;
	left: 0px;
	text-align: center;
	width: 100%;
	background: #727296;
	background: rgba(114,114,150, 0.8);
	font-size: 13px;
	padding: 3px 0px;
	color: #fff;
	font-weight: bold;
	opacity: 0.75;
}

.PHADeleteImage:hover {
	background: #870202;
	background: rgba(135, 2, 2, 0.8);
	opacity: 1;
}


.PHAImage:hover .PHADeleteImage {
	display:block
}


.PHAImage .PHAFolderDrag{
	padding: 0px;
	background: none;
	border: none;
}

.PHAImage .PHAImageBox {
	opacity: 0.5;
	transition: opacity 0.2s
}

.PHAImage:hover .PHAImageBox {
	opacity: 0.85;
}

.currentImg .PHAImageBox {
	opacity: 1;
}

.formRow {
	float: left;
	width: 100%;
}

#PHAClose{
	display: block;
    float: left;
    width: 30px;
    height: 20px;
    
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    
    margin-bottom: 30px;
    text-align: left;
    position: relative;
    top:-10px;
}

#PHACloseLink {
	cursor: pointer;
	font-size: 25px;
	color: #aaa;
	top: 0px;
	position: relative;
	transition: color 0.3s;
}

#PHACloseLink:hover {
	color: #f00;
}


#PHAPreview{
	display: block;
    float: left;
    width: calc(100% - 30px);
    height: 20px;
    
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    
    margin-bottom: 30px;
    text-align: left;
    position: relative;
    top:-10px;
}

#PHAPreviewLink {
	cursor: pointer;
	font-size: 45px;
	color: #aaa;
	top: -12px;
	position: relative;
	transition: color 0.3s;
}

#PHAPreviewLink:hover {
	color: #b3c9b3;
}

#PHAPreviewPos {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	backgroud: #555;
	background: rgba(30, 30, 30, 0.7);
	z-index: 2001;
}

#PHAPreviewWindow {
/*	
	width: 100%;
	height: 100%;
	max-width: 1000px;
	margin: 0px auto;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
*/
}

#PHAPreviewContainer {
	-webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    
    margin-top: 20px;
	background: #fff;
	position: relative;
}

#PHAPreviewClose {
	position: absolute;
	right: 7px;
	top: 10px;
	color: #fff;
	z-index: 11;
	cursor: pointer;
}



.counter_bolletjes {
	position: absolute;
	bottom: 9px;
	right: 14px;
	z-index:10;
}

.bolletje {
	width: 15px;
	height: 15px;
	border-radius: 7px;
	background: #ffffff;
	float: left;
	margin-right:3px;
	margin-bottom: 3px;
	cursor: pointer;
}

.counter_bolletjes .current {
	background: #001D4D;
}

.counter_bolletjes .normal {
	background: #ffffff;
}



.click_left, .click_right {
	position: absolute;
	z-index: 7;
	height: 100%;
	top: 0px;
	width: 60px;
	cursor: pointer;
}

.click_left {
	left: 0px;
}

.click_right {
	right: 0px;
}

.click_left .rondje, .click_right .rondje {
	top: 50%;
	margin-top: -33px;
	height: 60px;
	width: 100%;
	position: relative;
	border-radius: 35px;
	border: 3px solid #fff;
	box-shadow: 0 0 4px 1px #777;
}

.click_left .rondje {
	left: 5px;
}

.click_right .rondje {
	right: 10px;
}

.click_left .rondje .arrow {
	width: 0; 
	height: 0; 
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	
	border-right: 24px solid #ccc;
	
	position: absolute;
	top: 5px;
	left: 1px;
	
	z-index: 2
}

.click_left .rondje .arrow:before {
	content: ' ';
	
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	
	border-right: 20px solid #fff;
	
	position: absolute;
	top: -20px;
	left: 14px;
}

.click_right .rondje .arrow {
	width: 0; 
	height: 0; 
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	
	border-left: 24px solid #ccc;
	
	position: absolute;
	top: 5px;
	left: 24px;
}

.click_right .rondje .arrow:before {
	content: ' ';
	
	width: 0; 
	height: 0; 
	border-top: 20px solid transparent;
	border-bottom: 20px solid transparent;
	
	border-left: 20px solid #fff;
	
	position: absolute;
	top: -20px;
	left: -22px;
}


.textContainer {
	position: absolute;
	top:3%;
	right: 3%;
	color: #ff0000;
	z-index: 4;
}


.folderDropdown {
	overflow: hidden;
	height: 20px;
	width: 100px;
	position: relative;
}

.PHADropDownClick {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.folderDropdown .PHAFolderThumb{
	float: left;
	background: #fff;
	clear: both;
	height: auto;
	width: 100%;
	margin-bottom:0px;
	border: none;
	border-bottom: 1px solid #ccc;
}


.PHAThumbsContainer {
	clear: both;
	position: relative;
	z-index: 8;
	overflow: hidden;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-box-align: stretch;
    -moz-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.PHAThumbNavCont {
	-webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 100%;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    position: relative;
}

.PHAThumbsOver {
	position: absolute;
	bottom: 3px;
	left: 0px;
	width: 100%;
}

.PHAThumbsNoSlide {
	position: relative;
}

.thumbNav {
	float: left;
	top: calc(50% - 24px)
}

.PHARow, .PHAFolderSelect {
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-direction: normal;
    -moz-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    
    position: relative;
}

.folderThumbs {
	
}

.PHAThumbBox, .folderThumbs .PHAFolderThumb {
	/*
	float: left;
	*/
	padding: 3px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	
	-webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: flex-start;
    align-self: flex-start;
    
    position: relative;
}

.PHAThumbBox {
	cursor: pointer;
}

.folderThumbs {
	margin: 15px 0px;
}

.PHAThumbsBelow {
	background:#e9e9e9;
	padding: 15px;
}

.PHAShowName {
	text-align: center;
	overflow: hidden;
}

.PHAShowFolderName {
	
}

.PHAShowImageName {
	
}


.thumbNavContainer {
	cursor: pointer;
}

.thumbNavContainerLeft {
	-webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 60px;
    -ms-flex: 0 1 60px;
    flex: 0 1 60px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    
    position: relative;
}

.thumbNavContainerRight {
	-webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0 1 60px;
    -ms-flex: 0 1 60px;
    flex: 0 1 60px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    
    position: relative;
}

.thumbNavContainer .thumbNav {
	height: 60px;
	width: 100%;
	position: relative;
}

/*
.thumbNavContainerLeft .thumbNav {
	left: 5px;
}

.thumbNavContainerRight .thumbNav {
	right: 10px;
}
*/

.thumbNavContainerLeft .thumbNav {
	width: 0; 
	height: 0; 
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	
	border-right: 24px solid #ccc;
	
	position: relative;
	left: 16px;
}

.thumbNavContainerRight .thumbNav  {
	width: 0; 
	height: 0; 
	border-top: 24px solid transparent;
	border-bottom: 24px solid transparent;
	
	border-left: 24px solid #ccc;
	
	position: relative;
}



.PHAGeneralSettings &gt; div {
	color: #000;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	z-index: 201;
	text-align: center;
}

.PHAGeneralSettings .Tableview {
	color: inherit;
	position: relative;
	height: auto;
	z-index: inherit;
	text-align: inherit;
}

.mystyleclass {
	vertical-align: middle;
	background: #fff;
	padding: 20px;
	border: 3px dotted #00b724;
	
	position: fixed;
	top: 2px;
	left: 2px;
}


.CustomFolderSettings &gt; div{
}

.CustomFolderSettingsText{
	display: block;
	position: relative;
	cursor: pointer;
	border-bottom: 1px dotted #888;
	border-top: 1px dotted #888;
	padding-top: 4px;
	padding-bottom:7px;
	float: left;
	width: 100%;
}

.arrowDown:before {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	
	border-top: 10px solid #fff;
	
	position: absolute;
	right: 3px;
	top: 7px;
	content: '';
}

.arrowUp:before {
	width: 0; 
	height: 0; 
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	
	border-bottom: 10px solid #fff;
	
	position: absolute;
	right: 3px;
	top: 7px;
	content: '';
}

.folderDeleteBtn {
	float: right;
	margin-bottom: 20px;
}

.PHAFolderSettings .Tableview {
	padding: 0px;
}

.PHASettingsBlock {
	display: none;
}

.PHASettingsBlockFold {
	display: none;
	position: relative;
	cursor: pointer;
	width: 100%;
	margin-top: 10px;
	padding-left: 30px;
}

.edit .PHASettingsBlockFold {
	display: block;
}

.PHASettingsBlockFold.arrowDown:before {
	border-top: 10px solid #000;
	left: 3px;
}

.PHASettingsBlockFold.arrowUp:before {
	border-bottom: 10px solid #000;
	left: 3px;
}




.ax-prev-container {
	display: none;
}

.foldDownText {
	border-bottom: 1px dotted #888;
    border-top: 1px dotted #888;
    cursor: pointer;
    display: block;
    float: left;
    padding-bottom: 7px;
    padding-top: 4px;
    position: relative;
    width: 100%;
}




/* jquery ui css en eigen toevoeging */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-clearfix {
	min-height: 0; /* support: IE7 */
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}

.ui-tooltip {
	z-index: 201;
	background: #fff;
	font-size: 11px;
	color: #666;
	border: 1px solid #ccc;
	padding: 3px 5px;
	border-radius: 2px;
	width: 80%;
	max-width: 300px;
}</pre></body></html>