/*Version 2.4*/
/*Last updated on 13/12/2016*/


.input-file, .input-file:hover, .input-file:focus, button, button:hover, button:focus {
	color:white !important;
	outline: 0 !important;
}

a {
	outline: 0 !important
}

.material-tooltip {
	white-space: pre-line;
}

.dropdown-menu > li > a {
	padding: 5px 60px !important;
}

.dropdown-toggle:hover {
	background-color: white !important;

}


.page-scroll, .dropdown-li {
	background-color: white !important;
	font-size:1.4vw;
}

nav {
	background-color: white !important;
	box-shadow: none !important;
	border-bottom: none !important;
}

.modal-close {
	color:lightgray;
	outline:0;
	text-decoration: none
}

.modal-close:hover {
	color:white;
	text-decoration: none;
	outline:0
}


#canvas {
  display:block !important;
  margin: 0 auto ;
  text-align: center;
  border-radius: 0.75em;
  border:5px solid black;
}


#fsa-count {
  font-weight: bold;
  font-size: 20px;
  text-align: right;
  width: 100%;
}

#fsa-counter {
  color: red;
}




















/*spinner css*/


.cssload-loader {
  width: 281px;
  height: 281px;
  line-height: 281px;
  margin: 94px auto;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  z-index: 0;
  text-transform: uppercase;
    -o-text-transform: uppercase;
    -ms-text-transform: uppercase;
    -webkit-text-transform: uppercase;
    -moz-text-transform: uppercase;
}

.cssload-loader:before,
.cssload-loader:after {
  opacity: 0;
  box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
  content: "\0020";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 188px;
  border: 9px solid rgb(2,106,104);
  box-shadow: 0 0 94px rgba(2,106,104,0.55), inset 0 0 94px rgba(2,106,104,0.5);
    -o-box-shadow: 0 0 94px rgba(2,106,104,0.55), inset 0 0 94px rgba(2,106,104,0.5);
    -ms-box-shadow: 0 0 94px rgba(2,106,104,0.55), inset 0 0 94px rgba(2,106,104,0.5);
    -webkit-box-shadow: 0 0 94px rgba(2,106,104,0.55), inset 0 0 94px rgba(2,106,104,0.5);
    -moz-box-shadow: 0 0 94px rgba(2,106,104,0.55), inset 0 0 94px rgba(2,106,104,0.5);
}

.cssload-loader:after {
  z-index: 1;
  animation: cssload-gogoloader 2s infinite 1s;
    -o-animation: cssload-gogoloader 2s infinite 1s;
    -ms-animation: cssload-gogoloader 2s infinite 1s;
    -webkit-animation: cssload-gogoloader 2s infinite 1s;
    -moz-animation: cssload-gogoloader 2s infinite 1s;
}

.cssload-loader:before {
  z-index: 2;
  animation: cssload-gogoloader 2s infinite;
    -o-animation: cssload-gogoloader 2s infinite;
    -ms-animation: cssload-gogoloader 2s infinite;
    -webkit-animation: cssload-gogoloader 2s infinite;
    -moz-animation: cssload-gogoloader 2s infinite;
}



@keyframes cssload-gogoloader {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}

@-o-keyframes cssload-gogoloader {
  0% {
    -o-transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 0;
  }
}

@-ms-keyframes cssload-gogoloader {
  0% {
    -ms-transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -ms-transform: scale(1);
    opacity: 0;
  }
}

@-webkit-keyframes cssload-gogoloader {
  0% {
    -webkit-transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}

@-moz-keyframes cssload-gogoloader {
  0% {
    -moz-transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 0;
  }
}
