/*.spin:hover {
	-moz-transform: rotateY(360deg);
	-moz-transition: all 0.65s;

	-webkit-transform: rotateY(360deg);
	-webkit-transition: all 0.65s;

	-o-transform: rotateY(360deg);
	-o-transition: all 0.65s;

	-ms--transform: rotateY(360deg);
	-ms-transition: all 0.65s;

	transform: rotateY(360deg);
	transition: all 0.65s;
}

.spindiv {
	background: #5891c0;
	width: 500px;
}

.spindiv div:hover {
	-moz-transform: rotateY(360deg);
	-moz-transition: all 0.65s;

	-webkit-transform: rotateY(360deg);
	-webkit-transition: all 0.65s;

	-o-transform: rotateY(360deg);
	-o-transition: all 0.65s;

	-ms--transform: rotateY(360deg);
	-ms-transition: all 0.65s;

	transform: rotateY(360deg);
	transition: all 0.65s;
}

.spinclick {
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;
}

.spinclick:active {
	-moz-transition: all 0.4s;
	-webkit-transition: all 0.4s;
	-o-transition: all 0.4s;
	-ms-transition: all 0.4s;
	transition: all 0.4s;

	-moz-transform: rotateY(360deg);
	-webkit-transform: rotateY(360deg);
	-o-transform: rotateY(360deg);
	-ms--transform: rotateY(360deg);
	transform: rotateY(360deg);
}*/

/*.ia-icon {
	width: 65px;
	height: 65px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	line-height: 65px;
	text-align: center;
	display: inline-block;
	font-size: 20px;
	color: white;
	border: solid 1px #5891c0;
	background-color: #5891c0;
	cursor: pointer;
}*/

/*.ia-icon2 {
	font-size: 20px;
	line-height: 78px;
}*/

.ia-icon2:hover {
	background-color: white;
	color: #8f02fe;
}

.ia-icon2:hover a {
	color: #8f02fe;
}

.ia-icon a {
	color: white;
	text-decoration: none;
}
.ia-icon a:hover {
  color:#8f02fe;
}

/*.ia-icon-text {
	line-height: 65px;
	font-size  : 14px;
}*/

/* Small Buttons */
.ia-icon-small {
	width: 25px;
	height: 25px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	line-height: 23px;
	text-align: center;
	display: inline-block;
	font-size: 10px;
	color: white;
	border: solid 1px #5891c0;
	background-color: #5891c0;
	cursor: pointer;
}

.ia-icon2-small:hover {
	background-color: white;
	color: #8f02fe;
}

.ia-icon2-small:hover a {
	color: #8f02fe;
}

.ia-icon-small a {
	color: white;
	text-decoration: none;
}
.ia-icon-small a:hover {
  color:#8f02fe;
}

.ia-icon-small-text {
	line-height: 25px;
	font-size  : 16px;
}

/* Small Buttons toggle */
.ia-icon-small-toggle {
  font-size : 1.6em;
}

.ia-icon-small-toggle a {
	text-decoration: none;
}
.ia-icon-small-toggle a:hover {
  color:#8f02fe;
}

/* Small Buttons normal size */
.ia-icon-small-normal {
  //font-size : 1.6em;
}

.ia-icon-small-normal a {
	text-decoration: none;
}
.ia-icon-small-normal a:hover {
  color:#8f02fe;
}

/* Small Icons Pic */
.ia-icon-small-pic {
  font-size : 1.3em;
  border    : none;
  font-size : 14px;
}

.ia-icon-small-pic a {
	text-decoration: none;
}
.ia-icon-small-pic a:hover {
  color:#8f02fe;
}

/* Small Icons Edit */
.ia-icon-small-edit {
  font-size : 1.3em;
  border    : none;
  font-size : 14px;
}

.ia-icon-small-edit a {
	text-decoration: none;
    color     : black;
}
.ia-icon-small-edit a:hover {
  color:grey;
}

/* Small Icons Plus */
.ia-icon-small-plus {
  font-size : 1.3em;
  border    : none;
  font-size : 14px;
}

.ia-icon-small-plus a {
	text-decoration: none;
	color    : green;
}
.ia-icon-small-plus a:hover {
  color:grey;
}

/* Small Icons Copy */
.ia-icon-small-Copy {
  font-size : 1.3em;
  border    : none;
  font-size : 14px;
}

.ia-icon-small-copy a {
	text-decoration: none;
	color    : brown;
}
.ia-icon-small-copy a:hover {
  color:grey;
}

/* Small Icons Delete */
.ia-icon-small-delete {
  font-size : 1.3em;
  border    : none;
  font-size : 14px;
}

.ia-icon-small-delete a {
	text-decoration: none;
	color    : red;
}
.ia-icon-small-delete a:hover {
  color:grey;
}

.icontable {
  width  : 100%;
  border : none;
}
.icontable td {
  border : none;
}

.iconsize {
  font-size : 14px;
}

.colorbutton {
  color                 : #5891c0;
  cursor                : pointer;
}
