@charset "ISO-8859-1";


		/********************/
		/* LOADING OF FONTS */
		/********************/
  @font-face {
	font-family: 'Century Gothic';
	src: url('../fonts/CenturyGothic.ttf')  format('truetype');
  }
  
  @font-face {
	font-family: 'Century Gothic Bold';
	src: url('../fonts/CenturyGothicBold.ttf')  format('truetype');
  }
  
  @font-face {
	font-family: 'Century Gothic Italic';
	src: url('../fonts/CenturyGothicItalic.ttf')  format('truetype');
  }
  
  @font-face {
	font-family: 'Century Gothic Bold Italic';
	src: url('../fonts/CenturyGothicBoldItalic.ttf')  format('truetype');
  }


html {
	height: 100%;
	margin: 0;
	padding: 0;
}

body {
	font-family: "Century Gothic";
	font-size: 12px;
	line-height: 1.42857143;
	color: #333;
	height: 100%;
	margin: 0;
	padding: 0;
}
a {
	cursor: pointer;
	text-decoration: none !important;
}
.mainContainer {
	position: relative;
  	min-height: 100%;
}



	/* ---------------------------- */
	/* 		  Content Styles	    */
	/* ---------------------------- */
.contentContainer {
	min-height: 100%;
	padding-bottom: 60px;
}
.mainContent {
	top: 150px;
	min-height: 100vh;
	margin-bottom: 100px;
}
.mainTitle {
	top: 150px;
}
.scroll-content {
	max-height: 200px !important;
}




	/* ---------------------------- */
	/* 		  Table Styles		    */
	/* ---------------------------- */
table {
	font-size: 12px !important;
}
td a {
	text-decoration: none !important;
	cursor: pointer;
}






	/* ---------------------------- */
	/* 		  Form Styles		    */
	/* ---------------------------- */
.formHandler {
	margin-top: 20px !important;
	text-align: center;
}
.formControl {
	display: block;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;	
}
.loginInput {
	text-align: center;
}
.btn {
	font-family: "Century Gothic";
	background-color: #ffffff;
	border-color: #4c4c4c;
	color: #000000;
	min-width: 150px;
}
.btn:hover {
	font-family: "Century Gothic";
	background-color: #2c2c2c;
	border-color: #4c4c4c;
	color: #ffffff;
}
.btn-max {
	width: 100% !important;
}







	/* ---------------------------- */
	/*     Miscellaneous Styles		*/
	/* ---------------------------- */
.padding-overlay {
	padding: 0px !important;
}
.padding-top-bot0 {
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}
.padding-bot {
	padding-bottom: 5px !important;
}
.padding-bot10 {
	padding-bottom: 10px !important;
}
.padding-bot20 {
	padding-bottom: 20px !important;
}
.padding-top, .padding-top10 {
	padding-top: 10px !important;
}
.padding-top20 {
	padding-top: 20px !important;
}
.margin-bot10 {
	margin-bottom: 10px;
}
.margin-right20 {
	margin-right: 20px;
}
hr.style1 {
    border: 0;
    height: 1px;
    padding:0;
    background: #333;
    background-image: linear-gradient(to right, #6f6f6f, #1e1d1d, #6f6f6f);
}
.style2 {
    border: 0;
    height: 1px;
    padding:0;
    background: #333;
	background-image: linear-gradient(to right, #6f6f6f, #1e1d1d, #6f6f6f);
}
.style3 {
    border: 0;
    height: 1px;
    padding:0;
    background: rgb(190, 190, 190);
}
.height5 {
	height: 5px;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.font10 {
	font-size: 10px !important;
}
.vAlignMid {
	vertical-align: middle;
}
.bold {
	font-weight: bold;
}
.span-link {
	cursor: pointer;
	color: blue;
}