/*
 __            __  __                        __  __                        __
|  |          |  ||  |                      |  ||  |                      |  |
 |  |        |  |  |  |        ____        |  |  |  |        ____        |  |
  |  |      |  |    |  |      |    |      |  |    |  |      |    |      |  |
   |  |    |  |      |  |    |  ||  |    |  |      |  |    |  ||  |    |  |
    |  |  |  |        |  |  |  |  |  |  |  |        |  |  |  |  |  |  |  |
     |  ||  |          |  ||  |    |  ||  |          |  ||  |    |  ||  |
      |____|            |____|      |____|            |____|      |____|
	  
Copyright (C) 2015 Vanprijs Wim Websites https://vanparijswimwebsites.com
*/

/*VWW STYLS FOR THE ADMIN PANEL*/
.adminpanel img{
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.adminpanel a:hover{
  opacity: 1;
}

.adminpanel a{
  text-align: center;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  opacity: 0.75;
  transition:opacity 400ms;
  -webkit-transition:opacity 400ms;
}

.adminpanel a:before{
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #69f;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 400ms ease-in-out 0s;
  transition: all 400ms ease-in-out 0s;
}

.adminpanel a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.adminpanel a .wrapper{
  display: block;
  padding: 10px;
}

/**VWW STYLE FOR ERROR MESSAGES**/
.error, .errorMessage{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 42px;
	margin-right: 10px;
	margin-left: 10px;
	
	background-image: url(/files/icons-32x32/close.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	color: #600;
	font-weight: bold;
	font-size: 120%;
	background-color: #F66;
  text-align: left;
	
	display: block;
	border: 3px solid #900;
	border-radius: 5px;
}

.greenMessage, .successMessage{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 42px;
	margin-right: 10px;
	margin-left: 10px;
	
	background-image: url(/files/icons-32x32/check_green.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #CFC;
	color: #040;
  text-align: left;
	
	display: block;
	font-weight: bold;
	border: 3px solid #060;
	border-radius: 5px;
}

.orangeMessage, .warningMessage{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 42px;
	margin-right: 10px;
	margin-left: 10px;
	
	background-image: url(/files/icons-32x32/alert.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #FFBE9F;
	color: #9B4E00;
  text-align: left;
	
	display: block;
	font-weight: bold;
	border: 3px solid #9B4E00;
	border-radius: 5px;
}

.infoMessage{
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 42px;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 2px;
	margin-bottom: 2px;
	
	background-image: url(/files/icons-32x32/information.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	background-color: #9CF;
  text-align: left;
	
	display: block;
	border-radius: 5px;
	border: 1px solid #069;
}

/*Validate CSS*/
.validationerror{
	background-color: #FF7D5E;
	border: 2px solid #900;
}

.validationvalid{
	background-color: #AFFF95;
}

span.validationerror{
	border: none;
	background-color: transparent;
	color: #F00;
	font-weight: bold;
	padding-left: 10px;
}


/*VWW BUTTON STYLES*/
.vww-button-blue{
  background-color: #69F;
  color: #FFF;
}

.vww-button-red{
  background-color: #C33;
  color: #FFF;
}

.vww-button-green{
  background-color: #060;
  color: #FFF;
}

.centerForm{
  margin: 0 auto !important;
}


/*SORTABLE CSS*/
body.dragging, body.dragging * {
  cursor: move !important;
}

.dragged {
  position: absolute;
  opacity: 0.5;
  z-index: 2000;
}

ol.sortable li.placeholder {
  position: relative;
  /** More li styles **/
}
ol.sortable li.placeholder:before {
  position: absolute;
  /** Define arrowhead **/
}

ol.sortable span.actions, ol.likesortable span.actions{
  font-size: 75%;
  margin-left: 20px;
}

ol.sortable, ol.likesortable{
  width: 400px;
}

ol.sortable, ol.likesortable, ol.sortable ol, ol.likesortable ol{
  margin: auto;
  list-style-type: none;
  overflow: visible;
  padding: 0;
}

ol.sortable, ol.likesortable{
  margin-top: 20px;
  border-top: solid 1px #ccc;
}

ol.likesortable li{
  text-align: center;
}

ol.sortable li.hidden-1, ol.likesortable li.hidden-1{
  background-color: #444 !important;
  color: #FFF !important;
}

ol.sortable span.actions, ol.likesortable span.actions{
  font-size: 75%;
  margin-left: 20px;
}

ol.sortable, ol.likesortable{
  width: 300px;
  margin: auto;
  list-style-type: none;
  overflow: visible;
  margin-top: 20px;
  border-top: solid 1px #ccc;
  font-size: 110%;
}

ol.sortable li{
  cursor: move;
  text-align: center;
  text-align: left;
  border: solid 1px #AAA;
}

ol.likesortable li{
  text-align: center;
}
    
ol.sortable ol{
  margin-left: 10px;
}