@CHARSET "UTF-8";

/* External resources */

@import url(https://fonts.googleapis.com/css?family=Lato:300italic|Roboto:300italic,300|Playfair+Display|Fjalla+One);

/** Default styles */

html {
  min-height: 100%;
  position: relative;
}

body {
  font-family: 'Roboto', Helvetica, sans-serif;
  font-size: 11pt;
  padding: 0;
  margin: 0;
  background: #f1eff8;
  color: #000;
  height: 100%;
  
}

.header .wrapper, .main .wrapper {
  background: #f1eff8
}

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

a img {
  border: none;
}

div.clearfix {
  clear: both;
}

h1,h2,h3,h4{
	font-family:'Fjalla One', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}

/* Wrapper */

.wrapper {
  width: 1000px;
  margin: 0 auto;
}

/* Header */

.header {
  padding:10px 0px;
}

.header-left{
	width:20%;
	float:left;
}

.header-right{
	float:right;
	width:80%;
}

.userpanel {
  float: right;
  background: #210428;
  color: #fff;
  padding: 8px;
}

.userpanel a {
  color: #a272ae;
  text-decoration: none;
  transition: color 0.3s;
}

.userpanel a:hover {
  color: #fff;
}

.userpanel>* {
  display: inline-block;
}

.userpanel>*:before {
  content: '|';
  color: #fff;
  display: inline-block;
  margin: 0 8px;
  font-weight: bold;
}

.userpanel>*:first-child:before {
  content: '';
  margin: 0;
}

/* Menu bar */

.navbar{
	width:100%;
	height:auto;
	background-color:transparent;
}

.navbar ul {
  margin: auto;
  padding: 0;
  list-style-type: none;
  display: table;
  float:right;
}

.navbar li {
  display: table-cell;
  position:relative;
  text-align:center;
}

.navbar ul li a {
  cursor: pointer;
  font-size:11pt;
  text-decoration:none;
  display:block;
  padding: 50px 10px;
  transition:all 0.2s ease-in;
  color:#150619;
  font-family:'Lato', sans-serif;
  text-transform:uppercase;
}

.navbar ul li a:hover, .selectedanchor, .navbar ul li a.current {
  color: #000;
}

.css-menu-panel{
  position: absolute;
  min-width:100%;
  left: 0;
  top: 100%;
  height:auto;
  margin: 0;
  padding: 0px;
  z-index: 1000000;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  background: #F1EFF8;
}

.navbar li:hover .css-menu-panel{
	transform: scale(1);
}

.navbar ul li .css-menu-panel a {
  padding:20px;
}

/* Banner */

.banner {
  margin-bottom: 20px;
}

.banner img{
  max-width:none;
  margin-left: 20px;
}

.banner .wrapper{
	position:relative;
}

.banner-overlay{
	position:absolute;
	z-index:999;
	right:0;
	top:58px;
	height:200px;
	width:500px;
	background-color:#fff;
	padding:10px 30px;
}

.banner .wanted {
  position: absolute;
  bottom: 20px;
  left: 0;
  font-size: 12pt !important;
}

.banner .wanted span {
  display: block;
  font-size: 10pt;
  text-transform: none;
}

.join-btn, .banner .wanted,  .formandu-button, .formandu-button:hover, a.formandu-button, a.formandu-button:hover {
  cursor: pointer;
  padding:10px 20px;
	background-color:#5b0c66;
	color:#fff !important;
	font-family:'Playfair Display', cursive;
	font-size:20pt;
	text-transform:uppercase;
	letter-spacing:3px;
	text-decoration:none;
	transition: background 0.3s;
	border-radius: 0;
}

.join-btn {  
  position:absolute;
  bottom:60px;
  z-index:99999;
  right:0;  
}

.join-btn:hover, .formandu-button:hover, .banner .wanted:hover {
  background: #74297f;
}

.join-btn:after, .formandu-button:after {
	content: "+";
	margin-left:10px;
}

/* Main */

div.main {
  padding-bottom: 145px;
}

/* Content */

.bigblock {
  height: 300px;
  padding: 10px;
  color: #fff;
  position: relative;
  transition: opacity 0.3s, height 0.5s, background 0.3s;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;
  overflow: hidden;  
}

.slim .bigblock {
  height: 2em;
  background-position: 10px 10px;
  background-size: 2em 2em;
}

.slim .bigblock strong {
  opacity: 0;
}

.bigblock:hover {
  opacity: 0.7;
}

.mistress.bigblock, .mistress.panel {
  background-color: #333;
  background-image: url(img/mistress-join.png);
}

.mistress.bigblock.selected {
  border-bottom: 10px solid #333;
}

.login.bigblock, .login.panel {
  background-color: #aaa;
  background-image: url(img/login.png);
}

.login.bigblock.selected {
  border-bottom: 10px solid #aaa;
}

.slave.bigblock, .slave.panel {
  background-color: #5b0c66;
  background-image: url(img/slave-join.png);
}

.slave.bigblock.selected {
  border-bottom: 10px solid #5b0c66;
}

.padded {
  padding: 6px;
}

.right {
  text-align: right;
}

.panel {
  color: #fff;
  padding: 20px;
  background-image: none !important;
}

.panel h3 {
  font-size: 2em;
}

.note {
  background: #fff;
  color: #000;
  padding: 20px;
}

.note dl {
  margin: 0;
}

.note dt {
  font-size: 1.7em;
}

.bigblock span {
  display: block;
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  font-size: 1.4em;
  text-align: center;
  font-weight: bold;
}

.bigblock strong {
  position: absolute;
  display: block;
  bottom: 10px;
  left: 10px;
  right: 10px;
  font-size: 1.4em;
  text-align: center;
  font-weight: normal;
}

.formandu-text, .formandu-textarea, .formandu-dropdown {
  font-size: 1.5em;
  background: #fff;
  color: #000;
  padding: 8px;
  border: 1px solid #210428;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  font-family: "Roboto",Helvetica,sans-serif;
}

label.big {
  font-size: 1.2em;
}

ul.fancy {
  font-size: 1.2em;
  list-style-image: url(img/bullet-white.png);
}

ul.fancy.black {
  font-size: 1.2em;
  list-style-image: url(img/bullet-black.png);
}


.slave .formandu-button {
  border: 1px solid #fff;
}

.payment {
  background: #000;
  color: #fff;
  padding: 10px;
  font-size: 1.5em;
  text-align: center;
  margin: 10px auto;
}

.warning {
  font-size: 1.5em;
  background: #fff;
  color: #210428;
  font-weight: bold;
  padding: 10px;
  text-align: center;
}

.content a.hiring {
  display: block;
  height: 300px;
  overflow: hidden;
  position: relative;
  color: #000;
  text-decoration: none;
  transition: background 0.3s;
  padding: 10px;
}

.content a.hiring h2 {
  margin-top: 0;
}

.content a.hiring span {
  position: absolute;
  background: #210428;
  color: #fff;
  bottom: 0;
  right: 0;
  padding: 5px;
}

.content a.hiring:hover {
  background: #fff;
  color: #000;
}

.ratingcomment {
  float: right;
  padding: 0 10px 10px 0;  
}

.rating {
  float: left;
  width: 250px;
  height: 49px;
  position: relative;
  background: #ddd;
}

.bar {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  background: #a272ae;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 250px;
  background: url(img/star-overlay.png) top left no-repeat;
}

.ratingnumber {
  float: left;
  font-size: 25px;
  padding: 12px;
}

.comments {
  float: left;
  transition: opacity 0.3s;
  cursor: pointer;
}

.comments:hover {
  opacity: 0.8;
}

.commentscount, .addset, .commentsaved {
  float: left;
  font-size: 25px;
  padding: 12px;
}

.addset {
  background: #210428;
  color: #fff;
  transition: opacity 0.3s;
  cursor: pointer;
}

.addset:hover {
  opacity: 0.8;
}

.ratingset {
  background: #F1EFF8;
  color: #000;
  padding: 10px;
}

#commentpanel, #showcomments {
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  z-index: 999;
}

#showcomments .note {
  max-height: 500px;
  overflow-y: auto;
}

#commentpanel h2 {
  color: #000;
  background: #fff;
}

.commentbox {
  margin: 10px 0;
  border: 1px solid #210428;
  padding: 8px;
}

.commenttext>*:first-child {
  margin-top: 0;
}

.commenttext>*:last-child {
  margin-bottom: 0;
}

.ratingcommentpanel {
  background: #210428;
  padding: 20px;
  color: #fff;
}

.content {
  
}

.content a.formandu-button:hover {
  background: #74297F !important;
}

.content p.leader {
  color: #5B0C66;
  font-size: 1.2em;
}

.content a {
  color: #210428;
  transition: color 0.3s;
}

.content a:hover {
  color: #440055;
}

.content script+link+h1 {
  display:none;
}

.content>*:first-child,div.gallery-header>*:first-child {
  margin-top: 0;
}

.content td>*:first-child {
  margin-top: 0;
}

.content td>*:last-child {
  margin-bottom: 0;
}

.content h1, .content h2, .content h3, span.formandu-label, span.formandu-section {
	color:#fff;
	background-color:#000;
	padding:0px 5px;
	display:inline-block;
}

span.formandu-label {
  font-family:'Fjalla One', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.2em;
  margin-bottom: 5px;
}

span.formandu-section {
  font-family:'Fjalla One', sans-serif;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 1.6em;
  margin: 10px 0;
  display: block;
  background: #210428;
  padding: 8px;
}

.content h1:before,.content h2:before,.content h3:before, div.dce-controlpanel-preview:before, span.formandu-label:before, span.formandu-section:before,
.content h1:after,.content h2:after,.content h3:after, div.dce-controlpanel-preview:after, span.formandu-label:after, span.formandu-section:after {
  display: block;
  content: ' ';
  clear: both;
}

/** Footer */

div.footer {
  padding:0 0 20px 0px;
  background-color:#210428;
  color:#fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;  
}

div.footer .links {
  font-size: 2em;
  padding: 20px 0;
}

div.footer .links a {
  color: #a272ae;
  text-transform: uppercase;
  text-decoration: none;
  margin-right: 3em;
  transition: color 0.3s;
}

div.footer .links a:hover {
  color: #fff;
}

div.footer div.inner {
  background: #150619;
  padding: 10px 0;
}

div.footer .wrapper > span{
	float:right;
}

div.footer .inner a {
  color:#fff;
  text-decoration: none;
}

div.footer .inner a:hover {
  text-decoration: underline;
}

/** gallery styles */

div.slideshow#image-gallery {
  
}

div#image-gallery a.slides-next, div#image-gallery a.slides-prev {
  background:#333;
  background: rgba(51,51,51,0.6);
  text-decoration: none;
  transition:padding 0.2s, background 0.2s;
  -o-transition:padding 0.2s, background 0.2s;
  -ms-transition:padding 0.2s, background 0.2s;
  -moz-transition:padding 0.2s, background 0.2s;
  -webkit-transition:padding 0.2s, background 0.2s;
  padding:0 5px;
}

div#image-gallery a.slides-next:hover, div#image-gallery a.slides-prev:hover {
  background: #333;
  padding:0 10px;
}

div#image-gallery * {
	padding:0;
	list-style:0;
}

div#image-gallery *:after, div#image-gallery *:before {
	display:none;
}

/*******************************************************************************
 ** Utility: 3-col responsive grid */

.col1,.col2,.col3 {
  padding: 4px 0;
  margin: 0;
}

.col1 {
  width: 24%;
  padding-left: 1%;
  float: left;
}

.col1.gapless {
  width: 25%;
  padding-left: 0;
}

.col2 {
  width: 49%;
  padding-left: 1%;
  float: left;
}

.col2.gapless {
  width: 50%;
  padding-left: 0;
}

.col3 {
  width: 74%;
  padding-left: 1%;
  float: left;
}

.col3.gapless {
  width: 75%;
  padding-left: 0;
}


.col4 {
  width: 100%;
  padding-left: 0;
}

.colthumb {
  float: left;  
  width: 160px;
}

.colall {
  float: left;
  padding-left: 1%;
  width: calc(99% - 160px);
}

.col1:first-child, .col2:first-child {
  padding-left: 0;
}

/** Clears */

.clear:before,.row:before,.row3:before,.flexi-cookie-inner:before,
.clear:after,.row:after,.row3:after,.flexi-cookie-inner:after {
  display: table;
  content: ' ';
  clear: both;
}

/** Grids */
/*******************************************************************************
 ** Utility: 3-col responsive grid */

.row3 .col {
  width: 32.5%;
  padding-left: 1%;
  margin: 0;
  float: left;
}

.row3 .col:first-child {
  padding-left: 0;
}

.col1,.col2,.col3 {
  padding: 4px 0;
  margin: 0;
}

.col1 {
  width: 24%;
  padding-left: 1%;
  float: left;
}

.col1.gapless {
  width: 25%;
  padding-left: 0;
}

.col2 {
  width: 49%;
  padding-left: 1%;
  float: left;
}

.col2.gapless {
  width: 50%;
  padding-left: 0;
}

.col3 {
  width: 74%;
  padding-left: 1%;
  float: left;
}

.col3.gapless {
  width: 75%;
  padding-left: 0;
}


.col4 {
  width: 100%;
  padding-left: 0;
}

.colthumb {
  float: left;  
  width: 160px;
}

.colall {
  float: left;
  padding-left: 1%;
  width: calc(99% - 160px);
}

.col1:first-child, .col2:first-child {
  padding-left: 0;
}

/** Remove background in editor */

body.content {
  float: none;
  border-right: 1px solid #ddd;
  background: #fff;
}

/** Responsive 2, 3 and 4 column tables */

.content table.responsive3, .content table.responsive2, .content table.responsive4, .content table.responsive3 tbody, .content table.responsive2 tbody, .content table.responsive4 tbody {
  border: 0;
  border-spacing: 0;
  width: 100% !important;  
}

.content table.responsive3 td {
  width: 32%;
  padding-left: 2%;
  border: 0;
  vertical-align: top;
}

.content table.responsive3 td:first-child {
  padding-left: 0;
}

.content table.responsive2 td {
  width: 48%;
  padding-left: 4%;
  border: 0;
  vertical-align: top;
}

.content table.responsive2 td:first-child {
  padding-left: 0;
}

.content table.responsive4 td {
  width: 24%;
  padding-left: 1.33333%;
  border: 0;
  vertical-align: top; 
}

.content table.responsive4 td:first-child {
  padding-left: 0;
}



/** Additional styles - delete/uncomment as needed */

/** coloured bullets 

.content ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 40px;
}

.content ul li {
  position: relative;
  text-align: left;
}

.content ul li:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 6px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-radius: 15px;
  background: #006837;
}
*/

/** Email form presentation 

.email-form-controls {
  margin-top: 10px;
  background: #e2e2e2;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
}

.email-form-controls .formandu-text,.email-form-controls .formandu-dropdown {
  width: 80%;
  margin: 0 auto;
  border: 1px solid #888;
  font-size: 12pt;
  color: #888;
  padding: 6px !important;
}

.email-form-controls .formandu-container {
  text-align: center !important;  
  padding: 10px 0 0 0;
}

.email-form-controls .formandu-container button.formandu-button {
  font-size: 14pt;
  font-weight: bold;
  padding: 14px 50px;
}

*/

/** Blog presentation 

div.blog-post {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 2px solid #006837;
}

a.permalink[href*="/blog/"] {
  position: relative;
  text-decoration: none;
  background: #262261;
  color: #fff;
  border-radius: 4px;
  transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

a.permalink[href*="/blog/"]:hover {
  opacity: 0.7;
}

a.permalink[href*="/blog/"]:nth-of-type(1) {
  float: right;
  padding: 8px 25px 8px 8px;
}

a.permalink[href*="/blog/"]:nth-of-type(2), a.permalink[href*="/blog/"]:only-of-type {
  float: left;
  padding: 8px 8px 8px 25px;
}

a.permalink[href*="/blog/"]:nth-of-type(1):after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0;
  top: 40%;
  top: calc(50% - 5px);
  right: 10px;
  padding: 0;
  position: absolute;
}

a.permalink[href*="/blog/"]:nth-of-type(2):after, a.permalink[href*="/blog/"]:only-of-type:after {
  border-right: 6px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 0;
  right: auto;
  left: 10px;
  content: '';
  width: 0;
  height: 0;
  top: 40%;
  top: calc(50% - 5px);
  right: 10px;
  padding: 0;
  position: absolute;
}

.blog-date {
  font-size: 9pt;
  margin-top: -0.5em;
  margin-bottom: 0.5em;
}

*/

/** Directory renderer */
.info span {
  text-transform: uppercase;  
}

.info span:after {
  content: ':';
}

.header, .heading {
  text-transform: uppercase;
  font-size: 1.2em;
}

.overline {
  border-top: 1px solid #000;
  margin-left: -20px;
  margin-right: 100px;
}

.overline>* {
  margin-top: 0;
  margin-left: 30px;
}

.clipped {
  max-height: 100px;
  padding-bottom: 1em;
  position: absolute;
  overflow: hidden;
}

.clipped .readmore {
  position: absolute;
  right: 10px;
  top: 105px;
}

.message {
  position: relative;
  background: #fff;
  font-size: 2em;
  padding: 1em;
  margin-bottom: 1em;
}

.message>*:first-child {
  margin-top: 0;
}

.message .join-btn {
  bottom: 20px;
  right: 20px;
}

.interests span {
  display: block;
  padding: 4px;  
  color: #fff;
  background: #210428;
  margin: 2px 0;
  text-transform: none;
}

.interests span:before {
  content: url(img/bullet-white.png);
  padding-right: 10px;
}

.interests span:after {
  content: '';
}

.social-icon {
  transition: opacity 0.3s;
}

.social-icon:hover {
  opacity: 0.8;
}

.result {
  background-color: #000;
  background-size: cover;
  background-position: center center;
  filter: saturate(50%);
  height: 300px;
  max-width: 200px;
  border: 10px solid #a8a8a8;
  transition: filter 0.3s;
}

.result-link {
  color: #000;
  text-decoration: none;
  display: block;
}

.result-link:hover .result {
  filter: saturate(100%);
}

.areas {
  text-align: center;
  font-size: 0.9em;
  margin: 10px 0;
}

.areas a {
  display: inline-block;
  background: #150619;
  color: #fff;
  padding: 4px;
  text-decoration: none;
  transition: opacity 0.3s;
}

.areas a.selected {
  background: #58006d;
}

.areas a:hover {
  color: #fff;
  opacity: 0.7;
}

/** Responsive views */

/** Desktop only (need to set width to page width + 1) */

@media (min-width: 1001px) {
  .only-desktop {
    display: auto !important;
  }
  .not-desktop {
    display: none !important;
  }
}

/** Too small for desktop (tablet) - set width to page width */
@media (max-width: 1000px) {
  .not-desktop {
    display: auto !important;
  }
  .only-desktop {
    display: none !important;
  }
}

/** Phone */
@media (max-width: 500px) {
  table.responsive3,table.responsive2,table.responsive4 {
    display: block;
  }  
  table.responsive4 td,table.responsive3 td,table.responsive2 td {
    padding: 5px 0 0 0;
    display: block;
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
  }
  .row3 .col, .col1, .col2, .col3 {
    width: 100%;
    padding-left: 0;
    float: none;
  }

  .col1.right, .col2.right, .col1.right+.col1 {
    text-align: center;
  }
}

/* DCE */

.content .dce-controlpanel-item {
  background: #fff;
  border: none;
  padding: 20px;
  cursor: pointer;
  transition: background 0.3s;
  height: 180px;
}

.content .dce-controlpanel-item:hover {
  background: #ddd;
}

.content a.searchresult {
  display: block;
  background: #fff;
  cursor: pointer;
  color: #000;  
}

.content a.searchresult img {
  float: left;
  max-width: 40%;
  height: auto;
  margin-right: 20px;
}

.content a.searchresult span.summary {
  float: left;
  max-width: 40%;
  font-size: 1.3em;
}

div.dce-controlpanel-preview {
  padding: 20px;
  background: #fff;
  width: 80%;
  margin: 10px auto;
}

div.dce-controlpanel-preview+.formandu-section {
  font-size: 2em;
  text-align: center;
  font-weight: bold;
  display: block;  
}

.formandu-taglist-outer {
  margin: 5px 0 10px;
  padding: 20px;
  height: 222px;
  background: #fff;
}

.formandu-taglist-panel h3 {
  text-align: center;
  margin: 4px 0 0;
  font-size: 11pt;
  font-weight: normal;
  font-size: 2em;
}

.formandu-taglist-panel {
  display: block;
  width: 50%;
  float: left;
  height: 211px;
}

.formandu-taglist-list {
  margin: 0 5px 5px;
  padding: 5px;
  height: 180px;
  border: 1px solid #444;
  overflow-y: auto;
}

.formandu-taglist-other {
  display: none;
}

.formandu-taglist-tag {
  padding: 2px;
  position: relative;
  color: #111;
  -moz-user-select: none;
  user-select: none;
  -webkit-user-select: none;
  unselectable: true;
  cursor: pointer;
  background: #fff;
  transition: background 0.3s, color 0.3s;
}

.formandu-taglist-tag:hover {
  color: #fff;
  background: #210428;
}

.formandu-taglist-panel.selected .formandu-taglist-tag:hover:after {
  display: block;
  position: absolute;
  right: 3px;
  top: 3px;
  content: '';
  border-left: 7px solid #fff;
  border-top: 7px solid rgba(0,0,0,0);
  border-bottom: 7px solid rgba(0,0,0,0);
  cursor: pointer;
}

.formandu-taglist-panel.available .formandu-taglist-tag {
  padding-left: 16px;
}

.formandu-taglist-panel.available .formandu-taglist-tag:hover:after {
  display: block;
  position: absolute;
  left: 3px;
  top: 3px;
  content: '';
  border-right: 7px solid #fff;
  border-top: 7px solid rgba(0,0,0,0);
  border-bottom: 7px solid rgba(0,0,0,0);
  cursor: pointer;
}

.formandu-datepicker {
  
  padding: 5px 5px 5px 5px;
  border-radius: 5px;
  position: relative;
  display: inline-block;
}

.formandu-datepicker button.formandu-button {
  vertical-align: bottom;
  margin: 0;
  padding: 8px;
  font-size: 1em;
  letter-spacing: 0;
  text-transform: none;
  font-family: "Roboto",Helvetica,sans-serif;
}

.formandu-datepicker button.formandu-button:after {
  content: '';
  margin: 0;
}
  
.formandu-datepicker button.formandu-datepicker-button:after {
  content: ' Choose date';
}
  
.formandu-datepicker-calendar button.formandu-button {
  padding: 4px 8px;
  font-weight: bold;
  background: #fff;
  color: #000 !important;
}
  
.formandu-datepicker-calendar button.formandu-button:hover {
  background: #ddd;
}

.formandu-datepicker-display {
  display: inline-block;
  background: #fff;
  border: 1px solid #210428;
  padding: 8px;
  width: 255px;
  font-size: 1.5em;  
}

.formandu-datepicker-calendar {
  display: none;
  position: absolute;
  right: 5px;
  left: 5px;
  background: #5b0c66;
  color: #fff;  
  z-index: 1500;
  top: calc(100% - 5px);
}

.formandu-datepicker-controls {
  text-align: center;
  padding: 4px;
  height: 27px;
}

.formandu-datepicker-left {
  position: absolute;
  top: 4px;
  left: 4px;
  z-index: 2;
}

.formandu-datepicker-right {
  position: absolute;
  top: 4px;
  right: 4px;
  z-index: 2;
}

.formandu-datepicker-month {
  position: absolute;
  top: 8px;
  left: 0;
  width: 100%;
}

.formandu-datepicker-calendar table {
  border-top: 1px solid #a272ae;
  border-left: 1px solid #a272ae;
  border-spacing: 0;
  padding: 0;
  width: calc(100% - 10px);
  margin: 5px;
}

.formandu-datepicker-calendar td {
  width: 14.28%;
  text-align: center;
  padding: 8px 5px;
  border-bottom: 1px solid #a272ae;
  border-right: 1px solid #a272ae;
  cursor: pointer;
}

.formandu-datepicker-calendar td:hover {
  background:  #691D74;
}

.formandu-datepicker-calendar td:empty:hover {
  background: none !important;
  cursor: default !important;
}

.formandu-datepicker-calendar td.today {
  font-weight: bold;
}

.formandu-datepicker-calendar td.selected {
  background: #888;
  color: #fff;
}

.formandu-datepicker-calendar tr:first-child td,.formandu-datepicker-calendar tr:first-child td:hover {
  background: #000;
  cursor: default;
}

#nodeForm .formandu-tabset {
  display: none;
}

.formandu-image-list-empty {
  border: 1px solid #210428;
  padding: 20px;
  text-align: center;
  font-size: 1.5em;
  margin: 10px 0;  
}

.formandu-checkbox {
  display: block;
  background: #5b0c66;
  color: #fff;
  font-size: 1.2em;
  transition: background 0.3s;
  cursor: pointer;
  padding: 10px;
  margin: 5px 0;
}

.formandu-checkbox:hover {
  background: #70247B;
}
