*,
*:before,
*:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	display: none; /* Loading Page Effect */
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 14px;
	color: #161616;
	margin: 0;
	padding: 0;
    height: 100%;
    background-image: url(../images/bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;		
    background-attachment: fixed;
    overflow-x: hidden;
}
.overlay-pattern {
    background: url('../images/overlay-pattern.png');
    opacity: 0.5;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    z-index: -10;
    width: 100%;
    height: 100%;
}
.overlay {
    -moz-animation: overlay .5s .5s forwards;
    -webkit-animation: overlay .5s .5s forwards;
    -ms-animation: overlay .5s .5s forwards;
    animation: overlay .5s .5s forwards;
    background-attachment: fixed, fixed;
    background-image: url(../images/overlay-pattern2.png), url(../images/overlay.svg);
    background-position: top left, center center;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
	z-index: -5;
}
a {
	color: #48567D;
	text-decoration: none;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
a:hover, a:focus {
	color: #c71b13;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-ms-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.last-update {
    margin: 0 auto;
    text-align: center;
    width: 220px;
	background: #f9f9f9; 
    border: 1px solid #161616;
    padding: 7px;
    margin-top: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
}

.last-update i {
	font-size: 20px;
	vertical-align: text-bottom;
}

.form-control {
    color: #ACB6C0;
}

.form-control {
	border-width: 1px;
    display: block;
    width: 100%;
    height: 45px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: 1.42857143;
    color: #161616;
    background-color: #ffffff;
    background-image: none;
    border-radius: 7px;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.title-bar {
	background-color: #f841b5;
	height: 45px;
	line-height: 44px;
	padding-left: 10px;
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
	border-bottom: 2px solid #000000;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
}
.title-bar1 {
	background-color: #f841b5;
	height: 45px;
	line-height: 44px;
	padding-left: 10px;
	color: #ffffff;
	font-weight: 600;
	font-size: 18px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #ffffff;
	font-family: Tahoma, Geneva, sans-serif;
}

.title-bar2 {
	background-color: #ffffff;
	height: 68px;
	line-height: 44px;
	padding-left: 10px;
	font-weight: 600;
	font-size: 18px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #04b0fa;
	font-family: Tahoma, Geneva, sans-serif;
}

.title-bar3 {
	background-color: #f9f9f9;
	height: 68px;
	line-height: 44px;
	padding-left: 10px;
	font-weight: 600;
	font-size: 18px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border: 1px solid #04b0fa;
	font-family: Tahoma, Geneva, sans-serif;
}

.main {
	margin-bottom: 20px;
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
	-moz-box-shadow:    0 0 5px 0 rgba(0, 0, 0, 0.4);
	box-shadow:         0 0 5px 0 rgba(0, 0, 0, 0.4);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.content-main1 {
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9f9f9 0%, #ffffff 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #f9f9f9 0%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #f9f9f9 0%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	border: 1px solid #04b0fa;
	border-top: 1px solid #04b0fa;
	padding: 15px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.content-main2 {
	background: #dfdedc; /* Old browsers */
	background: -moz-linear-gradient(top,  #fafafa 0%, #f5ecec 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #fafafa 0%,#f5ecec 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #fafafa 0%,#f5ecec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#f5ecec',GradientType=0 ); /* IE6-9 */
	border: 1px solid #04b0fa;
	border-top: 1px solid #04b0fa;
	padding: 15px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.content-main {
	background: #dfdedc; /* Old browsers */
	background: -moz-linear-gradient(top,  #dfdedc 0%, #f6f6f6 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #dfdedc 0%,#f6f6f6 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #dfdedc 0%,#f6f6f6 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfdedc', endColorstr='#f6f6f6',GradientType=0 ); /* IE6-9 */
	border: 1px solid #e0e0e0;
	border-top: none;
	padding: 15px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
}

.logo {
	background: url("../images/logo.png");
    width: 160px;
	height: 50px;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
}

.active {
	color: #48567D;
}
.usernameAlert {
	display: none;
}
.usernameAlert2 {
	display: none;
}

.step-2, .step-3, .step-4, .step-5 {
	display: none;
}
.disabledJS {
	pointer-events: none;
}
.usernameInput {
}

.tool-input {
	background: #04b0fa;
	background: -moz-linear-gradient(top,  #04b0fa 0%, #45c2f8 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #04b0fa 0%,#45c2f8 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #04b0fa 0%,#45c2f8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#04b0fa', endColorstr='#f45c2f8',GradientType=0 ); /* IE6-9 */
	padding: 20px;
	border: 1px solid #161616;
	text-align: center;
	margin-top: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.tool-input p {
	font-size: 20px;
	margin-bottom: 15px;
	margin-top: 0;
	font-weight: 600;
}
.tool-input p img {
	height: 30px;
	margin-right: 5px;
	margin-top: -4px;
}

.new-btn {
	margin-top: 5px;
	border: 1px solid #ffffff;
	padding: 10px 20px;
	background: #f841b5; 
	color: #fff;
    text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 9px;
	letter-spacing: 1px;
}
.new-btn:hover {
	margin-top: 5px;
	border: 1px solid #161616;
	padding: 10px 20px;
	background: #c3348c; 
	color: #161616;
    text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 9px;
	letter-spacing: 1px;
}

.input-group {
	margin-bottom: 20px;
	border-radius: 5px;
	border: 1px solid #161616;
}
.input-group input {
	text-align: center;
	font-family: 'Oswald', sans-serif;
	font-weight: 700;
	font-size: 22px;
}

.live-stats {
	background: #f8f8f8;
	border-bottom: 1px solid #e0e0e0;
	padding: 10px;
	line-height: 22px;
}
.live-stats:last-child {
	border: 0;
}
.live-stats ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.live-stats b {
	margin-bottom: 3px;
	font-size: 18px;
	display: inline-block;
}
.live-stats span {
	font-weight: 700;
	font-size: 16px;
	font-family: 'Oswald', sans-serif;
}

.text-disabled {
	color: #e74c3c !important;
}
.text-green {
	color: #ffffff !important;
}
.text-reden {
	color: #161616 !important;
}
.text-lime {
	color: #1a961c !important;
}

.loader-input {
	background: #f8f8f8;
	padding: 20px;
	border: 1px solid #e0e0e0;
	text-align: center;
	margin-top: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.loader-input p img {
	height: 30px;
	margin-right: 5px;
	margin-top: -4px;
}
.loader-input p {
	font-size: 18px;
	margin-bottom: 15px;
	margin-top: 0;
	font-weight: 600;
}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(54, 86, 109, 0.2);
  border-right: 1.1em solid rgba(54, 86, 109, 0.2);
  border-bottom: 1.1em solid rgba(54, 86, 109, 0.2);
  border-left: 1.1em solid #04b0fa;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 14px;
    line-height: 25px;
    color: #fff;
    text-align: left;
    padding-left: 8px;
    font-weight: 600;
    background-color: #04b0fa;
    border-radius: 15px;
}
.progress {
	border-radius: 15px;
    height: 27px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #fff;
    border: 1px solid #e0e0e0;
}

.text-info {
padding: 10px;
color:#161616;
}

.responsive {
  max-width: 100%;
  height: auto;
  border-radius: 3px;
}