/**/

body {
	background-color: #fcfcfc;
	background-image: url(../img/mybg.png);
}
/*
 * checkboxes
 */
.checkbox label {
	position: relative;
	display: block;
	font-weight: 400;
}
.checkbox label {
	margin-bottom: 4px;
	padding-left: 25px;
	line-height: 25px;
	color: #404040;
	cursor: pointer;
	font-size: 13px;
}
.checkbox input {
	position: absolute;
	left: -9999px;
}
.checkbox i {
	position: absolute;
	top: 3px;
	left: 0;
	display: block;
	width: 17px;
	height: 17px;
	outline: none;
	border-width: 1px;
	border-style: solid;
	background: #FFF;
}
.checkbox input + i:after {
	position: absolute;
	opacity: 0;
	transition: opacity 0.1s;
	-o-transition: opacity 0.1s;
	-ms-transition: opacity 0.1s;
	-moz-transition: opacity 0.1s;
	-webkit-transition: opacity 0.1s;
}
.checkbox input + i:after {
	content: '\f00c';
	top: -2px;
	left: 0px;
	width: 15px;
	height: 15px;
	font: normal 16px/19px FontAwesome;
	text-align: center;
}
.checkbox input:checked:hover + i:after {
	content: '\f00d';
}
.checkbox input:checked:disabled:hover + i:after {
	content: '\f00c';
}
.checkbox input:checked + i:after {
	opacity: 1;
}
.radio input:checked + i,
.checkbox input:checked + i {
	border-color: #3276B1;
}
/* form */
label {
	font-weight: normal;
}
*:focus {
	outline: 0 !important;
}
/*
 * IE FIX for tap delay
 */
a,
input,
button {
	-ms-touch-action: none !important;
}
textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
	outline: 0;
	outline: thin dotted \9;
	/* IE6-9 */
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}
.form-control {
	border-radius: 0px !important;
	-webkit-border-radius: 0px !important;
	-moz-border-radius: 0px !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}
fieldset {
	display: block;
	border: none;
	background: rgba(255, 255, 255, 0.9);
	position: relative;
}
legend {
	display: block;
	padding: 8px 0;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
	background: #ffffff;
	font-size: 16px;
	font-weight: 300;
	color: #222222;
	margin: 25px 0px 20px;
}
.has-warning input[type="text"],
.has-warning input[type="text"]:focus {
	border-color: #dbab57;
}
.has-error .input-group-addon {
	border-color: #b94a48;
	background: #f2dede;
	color: #b94a48;
}
.has-error input[type="text"] {
	border-color: #b94a48;
}
.has-error input[type="text"]:focus {
	border-color: #c05e5e;
}

fieldset .form-group:last-child,
.form-group:last-child {
	margin-bottom: 0;
}
a:link,
.btn,
button {
	-webkit-tap-highlight-color: rgba(169, 3, 41, 0.5);
}
.btn {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.05);
}
.btn:active {
	position: relative;
	top: 1px;
	left: 1px;
}
.panel-teal {
	border-color: #568a89;
}
.panel-teal > .panel-heading {
	color: #ffffff;
	background-color: #568a89;
	border-color: #568a89;
}
.panel,
.panel-heading,
.panel-footer {
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
}
.content {
	padding: 15px;
	background-color: #fff;
}
fieldset:first-child legend {
	margin-top:0;
}

.animated.flipInY {
    -webkit-backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    -moz-backface-visibility: visible !important;
    -moz-animation-name: flipInY;
    -o-backface-visibility: visible !important;
    -o-animation-name: flipInY;
    backface-visibility: visible !important;
    animation-name: flipInY;
}
.lockscreen {
    height: 250px;
    left: 50%;
    margin-left: -239px;
    margin-top: -185px;
    position: absolute;
    top: 50%;
    width: 478px;
}
.animated {
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.lockscreen .logo {
    padding: 15px 0;
    display: block;
}
.lockscreen .logo > :first-child {
    margin: 0;
}
.semi-bold {
    font-weight: 400 !important;
}
h1 {
    letter-spacing: -1px;
    font-size: 24px;
    margin: 10px 0;
}

/* progress bar */
.progress-bar {
    -webkit-animation: animationFrames linear 5s;
    -moz-animation: animationFrames linear 5s;
    -o-animation: animationFrames linear 5s;
    animation: animationFrames linear 5s;
}
.bg-color-teal {
	background-color:#568a89;
}


@-moz-keyframes animationFrames {
    0% {
    	width: 0%;
    }
    100% {
    	width: 100%;
    }
}

@-webkit-keyframes animationFrames {
    0% {
    	width: 0%;
    }
    100% {
    	width: 100%;
    }
}

@-o-keyframes animationFrames {
    0% {
    	width: 0%;
    }
    100% {
    	width: 100%;
    }
}

@-ms-keyframes animationFrames {
    0% {
    	width: 0%;
    }
    100% {
    	width: 100%;
    }
}
@keyframes animationFrames {
    0% {
    	width: 0%;
    }
    100% {
    	width: 100%;
    }
}