﻿.hidden{
    display:none !important;
}

.disabled {
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.img-rounded{
	border-radius:999px;
}

.center {
    text-align:center !important;
}

.center a {
    margin: 0 auto;
}
.highlight{
	background-color:#ffe58a;
}
.fix {
    position:fixed;
}
.underline{
    text-decoration:underline !important;
}
.strike{
    text-decoration:line-through !important;
}
.cursor-pointer{
    cursor:pointer;
}
.custom-shake{
	-webkit-animation: shake .1s ease infinite;
	animation: shake .1s ease infinite;
}
@-webkit-keyframes shake {
  from {
    -webkit-transform: translateX(5px);
  }
  to {
    -webkit-transform: translateX(-5px);
  }
}

@keyframes shake {
  from {
    transform: translateX(5px);
  }
  to {
    transform: translateX(-5px);
  }
}
/*-------------------- Colors --------------------*/
.light-blue {
    color: #1E90FF !important;
}
.green {
    color: #67c067 !important;
}
.purple {
    color: purple;
}
.blue {
    color: #0e76bd !important;
}
.red {
    color: #cd1018 !important;
}
/*-------------------/ Colors --------------------*/