@charset "utf-8";
@font-face{
	font-family:Sansation_Bold;
	src:url(../fonts/Sansation_Bold.ttf);
}
@font-face{
	font-family:Sansation_Regular;
	src:url(../fonts/Sansation_Regular.ttf);
}
@font-face{
	font-family:Sansation-Light;
	src:url(../fonts/Sansation-Light.ttf);
}
@font-face{
	font-family:Rubik-Regular;
	src:url(../fonts/Rubik-Regular.ttf);
}

body {
	font-family: Rubik-Regular;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/background.png);
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center center;
}

.tableShadow{
	box-shadow: 1px 1px 10px #333;
}
.tableColorBorderBlue{
	border: thin solid #1415AC;	
}
.tableColorBorderGrey{
	border: thin solid #CCCCCC;
}

.TableColor:nth-child(odd){
	background-color: #FFFFFF;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	Word-break:break-all;
}
.TableColor:nth-child(even) {
	background-color: #DDD;
    border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	Word-break:break-all;
}
.TableColor:hover{
	background-color: #DEF;
	Word-break: break-all;
}

.opacityTable {
   opacity: .91;
   -moz-opacity: .91;
   filter:alpha(opacity=91);
}

tr{
	font-family: Rubik-Regular;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}

td {
	font-family: Rubik-Regular;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}

th {
	font-family: Rubik-Regular;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
}

form {
	font-family: Rubik-Regular;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 12px;
	height: auto;
	width: 100%;
	border: thin none #000;
	box-sizing: border-box;
	display: block;
}

label{
	font-family: Rubik-Regular;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	border: thin none #000;
	box-sizing: border-box;
	display: block;
}

input, textarea, select {
	font-family: Rubik-Regular;
	font-size: 15px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	background-color: #FFF;
	padding: 7px;
	height: auto;
	width: 98%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin solid #CCC;
	box-sizing: border-box;
	display: block;
	border-radius: 5px;
}

input:focus, textarea:focus, select:focus{
	outline: none;
	border-color: #D9ECFF;
	box-shadow: 0 0 10px #06F;
	background-color: #D9ECFF;
	-webkit-transition: all 500ms ease-in 0ms;
	-moz-transition: all 500ms ease-in 0ms;
	-ms-transition: all 500ms ease-in 0ms;
	-o-transition: all 500ms ease-in 0ms;
	transition: all 500ms ease-in 0ms;
}

.button1{
	font-family: Rubik-Regular;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #28A745;
	text-align: center;
	padding: 7px;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin solid #28A745;
	cursor: pointer;
	box-sizing: border-box;
	display: inline-block;
}

.button2{
	font-family: Rubik-Regular;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #6C757D;
	text-align: center;
	padding: 7px;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin solid #6C757D;
	cursor: pointer;
	box-sizing: border-box;
	display: inline-block;
}

.button3{
	font-family: Rubik-Regular;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #DC3545;
	text-align: center;
	padding: 7px;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin solid #DC3545;
	cursor: pointer;
	box-sizing: border-box;
	display: inline-block;
}

.button4{
	font-family: Rubik-Regular;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: center;
	padding: 7px;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin solid #FFFFFF;
	cursor: pointer;
	box-sizing: border-box;
	display: inline-block;
}

.button5{
	font-family: Rubik-Regular;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #337AB7;
	text-align: center;
	padding: 7px;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin solid #337AB7;
	cursor: pointer;
	box-sizing: border-box;
	display: inline-block;
}

h1{
	font-family: Rubik-Regular;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
}

.span1{
	font-family: Rubik-Regular;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;	
}

ul {
	font-family: Rubik-Regular;
	font-size: 12px;
	list-style-type: disc;
	list-style-position: outside;
}

li {
	font-family: Rubik-Regular;
	font-size: 12px;
}

a:link {
	font-family: Rubik-Regular;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	-webkit-transition: all 250ms ease-in 0ms;
	-moz-transition: all 250ms ease-in 0ms;
	-ms-transition: all 250ms ease-in 0ms;
	-o-transition: all 250ms ease-in 0ms;
	transition: all 250ms ease-in 0ms;
}
a:visited {
	font-family: Rubik-Regular;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	-webkit-transition: all 250ms ease-in 0ms;
	-moz-transition: all 250ms ease-in 0ms;
	-ms-transition: all 250ms ease-in 0ms;
	-o-transition: all 250ms ease-in 0ms;
	transition: all 250ms ease-in 0ms;
}
a:hover {
	font-family: Rubik-Regular;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #F00;
	text-decoration: none;
	-webkit-transition: all 250ms ease-in 0ms;
	-moz-transition: all 250ms ease-in 0ms;
	-ms-transition: all 250ms ease-in 0ms;
	-o-transition: all 250ms ease-in 0ms;
	transition: all 250ms ease-in 0ms;
}
a:active {
	font-family: Rubik-Regular;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	-webkit-transition: all 250ms ease-in 0ms;
	-moz-transition: all 250ms ease-in 0ms;
	-ms-transition: all 250ms ease-in 0ms;
	-o-transition: all 250ms ease-in 0ms;
	transition: all 250ms ease-in 0ms;
}

#messageGreen{
	font-family: Rubik-Regular;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #006600;
	text-decoration: none;
	background-color: #D4EDDA;
	padding: 10px;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin none #D4EDDA;
}

#messageGreen #buttonGreen{
	font-family: Rubik-Regular;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #28A745;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin solid #28A745;
	cursor: pointer;
	box-sizing: border-box;
	display: block;
	border-radius: 0px;
}

#messageRed{
	font-family: Rubik-Regular;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #900;
	text-decoration: none;
	background-color: #F8D7DA;
	padding: 10px;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin none #F8D7DA;
}

#messageRed #buttonRed{
	font-family: Rubik-Regular;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #FFF;
	text-decoration: none;
	background-color: #DC3545;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin solid #DC3545;
	cursor: pointer;
	box-sizing: border-box;
	display: block;
	border-radius: 0px;
}

#messageYellow{
	font-family: Rubik-Regular;
	font-size: 16px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #856404;
	text-decoration: none;
	background-color: #FFF3CD;
	padding: 10px;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin none #FFF3CD;
}

#messageYellow #buttonYellow{
	font-family: Rubik-Regular;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #333;
	text-decoration: none;
	background-color: #FFC107;
	text-align: center;
	vertical-align: middle;
	padding: 10px;
	height: auto;
	width: auto;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border: thin solid #FFC107;
	cursor: pointer;
	box-sizing: border-box;
	display: block;
	border-radius: 0px;
}
