
body {
	font-size: 90%;
} 
 .ui-widget {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
	background: #2e3641;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	fon
}

 .ui-datepicker {
 	background: white;
	padding: 0;
}

 .ui-datepicker-header {
	border: none;
	background: transparent;
	font-weight: normal;
	font-size: 15px;
}

 .ui-datepicker-header .ui-state-hover {
	background: transparent;
	border-color: transparent;
	cursor: pointer;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}

 .ui-datepicker .ui-datepicker-title {
	margin-top: .4em;
	margin-bottom: .3em;
	color: #2e3641;
	text-align: center;
	vertical-align: middle;
}

.ui-datepicker-prev, .ui-datepicker-next {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-top: -.4em;
	margin-bottom: -.3em;
    text-align: center;
    cursor: pointer;
    
    background-repeat: no-repeat;
    line-height: 600%;
    overflow: hidden;
}

.ui-datepicker-prev {
    float: left;
    background:url('../images/left-arrow.png') no-repeat center; 
}
.ui-datepicker-next {
    float: right;
    background:url('../images/right-arrow.png') no-repeat center; 
}

 .ui-datepicker table {
	margin: 0;
}

 .ui-datepicker th {
	padding: 1em 0;
	color: #2e3641;
	font-size: 13px;
	font-weight: normal;
	border: none;
	border-top: 1px solid #3a414d;
}

 .ui-datepicker td {
	background: #1ABC9C;
	border: none;
	padding: 0;
	width :35px;
	height:35px;
	vertical-align:center;
	text-align: center;
}

 td .ui-state-default{
	background: transparent;
	border: none;
	text-align: center;
	padding: .5em;
	margin: 0;
	font-weight: normal;
	color: #efefef;
	font-size: 16px;
}

 .ui-state-disabled  {
	opacity: 1;
}

 .ui-state-disabled .ui-state-default {
	color: #fba49e;
	display: block;
	vertical-align:right;
}

 td .ui-state-active,
 td .ui-state-hover {
	background: #2e3641;
	display: block;
	vertical-align:left;
}




/******************************************/
/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }
/*  GROUPING  */
.group:before,
.group:after {
	content:"";
	display:table;
}
.group:after {
	clear:both;
}
/*  GRID OF TWO   ============================================================================= */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.span_2_of_2 {
		width: 100%; 
	}
	.span_1_of_2 {
		width: 100%; 
	}
}
/*  GRID OF SEVEN   ============================================================================= */
.span_7_of_7 {
	width: 100%;
}
.span_6_of_7 {
	width: 85.48%;
}
.span_5_of_7 {
  	width: 70.97%;
}
.span_4_of_7 {
  	width: 56.45%;
}
.span_3_of_7 {
  	width: 41.94%;
}
.span_2_of_7 {
  	width: 27.42%;
}
.span_1_of_7 {
  	width: 12.91%;
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.span_7_of_7 {
		width: 100%; 
	}
	.span_6_of_7 {
		width: 100%; 
	}
	.span_5_of_7 {
		width: 100%; 
	}
	.span_4_of_7 {
		width: 100%; 
	}
	.span_3_of_7 {
		width: 100%; 
	}
	.span_2_of_7 {
		width: 100%; 
	}
	.span_1_of_7 {
		width: 100%; 
	}
}
/*  GRID OF EIGHT   ============================================================================= */
.span_8_of_8 {
	width: 100%;
}
.span_7_of_8 {
	width: 87.3%; 
}
.span_6_of_8 {
	width: 74.6%; 
}
.span_5_of_8 {
	width: 61.9%; 
}
.span_4_of_8 {
	width: 49.2%; 
}
.span_3_of_8 {
	width: 36.5%;
}
.span_2_of_8 {
	width: 23.8%; 
}
.span_1_of_8 {
	width: 11.1%; 
}
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.span_8_of_8 {
		width: 100%; 
	}
	.span_7_of_8 {
		width: 100%; 
	}
	.span_6_of_8 {
		width: 100%; 
	}
	.span_5_of_8 {
		width: 100%; 
	}
	.span_4_of_8 {
		width: 100%; 
	}
	.span_3_of_8 {
		width: 100%; 
	}
	.span_2_of_8 {
		width: 100%; 
	}
	.span_1_of_8 {
		width: 100%; 
	}
}
html{
-webkit-appearance: none;
-moz-appearance: none;
font-family:'Lato', sans-serif;
background:#ECF0F1;
-webkit-font-smoothing: subpixel-antialiased;
color:#2C3E50;
}
.center_text{
	vertical-align: middle;
	text-align: center;
}
.login_title{
	font-size: 40px; 
	color: #ffffff; 
	font-weight: 700;
	letter-spacing: 2px;
	margin-top: 20px;
	margin-bottom: 50px;
}
.login_error{
	font-size: 20px; 
	color: #E74C3C; 
	border: 2px solid #E74C3C;
	background:#333m;
	display: inline-block;
	border-radius:4px;
	width: 80%;
	position: relative;
	text-align: center;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	height:100px;
}
.login_message{
	font-size: 20px; 
	color: #1ABC9C;
	border: 2px solid #1ABC9C;
	background:#333;
	display: inline-block;
	border-radius:4px;
	width: 80%;
	position: relative;
	text-align:  center;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	height:100px;
}
.login_filler{
	font-size: 20px; 
	color: #1ABC9C;
	border: 2px solid #333;
	background:#333;
	display: inline-block;
	border-radius:4px;
	width: 82%;
	position: relative;
	text-align:  center;
	padding-left: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	height:100px;
}
#login{
	margin:50px auto;
	height:460px;
	width:300px;
	padding-top: 5px;
	padding-bottom: 20px;
	background:#333;
	border-radius:5px; 
	text-align: center;
}
#login input{
	/*font-family:'Lato', sans-serif;
	font-weight:500;
	-webkit-font-smoothing: antialiased;
	text-align: center;
	vertical-align: middle;
	margin-left: 5%;*/
	border: 2px solid #bdc3c7;
	color: #34495e;
	font-family: "Lato", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.467;
	padding: 8px 12px;
	-webkit-appearance: none;
	border-radius: 6px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
	width: 80%;
	vertical-align: middle;
	margin-bottom: 30px;
}
/*#login input{
	width: 90%;
	height:33px;
	border:0;
	border-radius:6px;
	outline:0;
	display:block;
	font-size:18px;
	text-align: center;
}
#login input{
	text-align: center;
	height:33px;}
	*/
#login input[type=submit]{
	/*height:50px;
	letter-spacing: 10px;
	font-weight:800;
	font-size:30px;
	text-align: center;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
	position: relative;
	right:    0;
	bottom:   -150px;*/
	border: none;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.4;
	border-radius: 4px;
	padding: 10px 15px;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
	text-transform: uppercase;
	width: 87%;
	color: #ffffff;
	background-color: #1abc9c;
	position: relative;
	right:    0;
	bottom:   -20px;
}
#login input[type=submit]:hover{
	color: #ffffff;
  background-color: #48c9b0;
  border-color: #48c9b0;
  cursor:pointer;
}
/******************************HEADER**********************************/
#cssmenu {
	padding: 0; 
	margin:-30px auto; 
	border: 0; 
    border-radius: 4px; 
    letter-spacing: 3px;
}
#cssmenu ul, #cssmenu li {
	list-style: none; 
	margin: 0; 
	padding: 0;
}
#cssmenu ul {
	position: relative;
	z-index: 597;
	text-align: left;
}
#cssmenu ul li {
	float: left;
	min-height: 1px;
	vertical-align: middle;
}
#cssmenu ul li.hover,
#cssmenu ul li:hover {
	position: relative;
	z-index: 599; =
	cursor: default;
}
#cssmenu ul ul {
	visibility: hidden;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 598;
	width: 100%;
}
#cssmenu ul ul li {
	float: none;
}
#cssmenu ul ul ul {
	top: 0;
	left: auto;
	right: -99.5%;
}
#cssmenu ul li:hover > ul {
	visibility: visible;
}
#cssmenu ul ul {
	bottom: 0;
	left: 0;
}
#cssmenu ul ul {
	margin-top: 0;
}
#cssmenu ul ul li 
{
	font-weight: normal;
}
#cssmenu a {
	display: block;
	line-height: 1em;
	text-decoration: none;
}
#cssmenu {
  background: #333;
  border-bottom: 4px solid #E74C3C;
  font-size: 12px; 
}
#cssmenu > ul { 
	*display: inline-block;
}
#cssmenu:after, #cssmenu ul:after {
    content: '';
    display: block;
    clear: both; 
}
#cssmenu a {
	border-radius: 2px;
    background: #333;
    color: #ECF0F1;
    padding: 5px 20px; 
}
#cssmenu ul { 
	text-transform: uppercase;
}
#cssmenu ul ul {
	border-top: 4px solid #E74C3C;
	text-transform: none;
	min-width: 190px; 
}
#cssmenu ul ul a {
	background: #E74C3C;
	color: #FFF;
	border: 1px solid #E74C3C;
	border-top: 0 none;
	line-height: 150%;
	padding: 16px 20px; 
}
#cssmenu ul ul ul { 
	border-top: 0 none;
}
#cssmenu ul ul li { 
	position: relative 
}
#cssmenu > ul > li > a { 
	line-height: 48px;
}
#cssmenu ul ul li:first-child > a { 
	border-top: 1px solid #E74C3C; 
}
#cssmenu ul ul li:hover > a { 
	background: #333;
	color:#ECF0F1
}
#cssmenu ul ul li:last-child > a {
	border-radius: 0 0 3px 3px;
	box-shadow: 0 1px 0 #C0392B; 
}
#cssmenu ul ul li:last-child:hover > a { 
	border-radius: 0 0 0 3px; 
}
#cssmenu ul ul li.has-sub > a:after {
	content: '+';
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -8px;
}
#cssmenu ul li:hover > a, #cssmenu ul li.active > a {
      background: #E74C3C;
      color: #FFF;
}
#cssmenu ul li.logo > a {
      font-size: 20px;
      text-transform: uppercase !important;
}
/*#cssmenu ul li.has-sub > a:after {
      content: '+';
      margin-left: 5px; 
}*/
#cssmenu ul li.last ul {
	left: auto;
	right: 0; 
}
#cssmenu ul li.last ul ul {
	left: auto;
	right: 99.5%;
}
/**********************TABLE**************************/
#table_view input[type=submit]{
	border-radius: 4px;
	color:#ffffff;
	height:100%;
	width:100%;
	text-align: center;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	background:#1ABC9C url('../images/view.png') no-repeat center; 
	border: 0px;
}
#table_view input[type=submit]:hover{
		background:#16A085 url('../images/view.png') no-repeat center;
		cursor:pointer;
}
#table_delete input[type=submit]{
	border-radius: 4px;
	color:#ffffff;
	height:100%;
	width:100%;
	text-align: center;
	vertical-align: middle;
	-webkit-appearance: none;
	-moz-appearance: none;
	background:#E74C3C url('../images/delete.png') no-repeat center; 
	border: 0px;
}
#table_delete input[type=submit]:hover{
		background:#E74C3C url('../images/delete.png') no-repeat center;
		cursor:pointer;
}
/**************************right menu design*********************************/
#table_menu{
	height: 385px;
	text-align: center;
	width: 100%;
	position:relative;
	display: inline-block;
	margin-top: -17px;
}
.flatbtn{

	border: none;
	font-size: 15px;
	font-weight: normal;
	line-height: 1.4;
	border-radius: 4px;
	padding: 10px 15px;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
	width: 100px;
	text-transform: uppercase;
	margin:5px auto;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline;
	position: relative;
	outline: none;
}
.flatinternal{

	border: none;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	border-radius: 0px 0px 4px 4px;
	padding: 10px 15px;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
	width: 200px;
	text-transform: uppercase;
	margin:-5px 0px 0px 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline;
	position: relative;
	outline: none;
}
.flatinternalequip{

	border: none;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.4;
	border-radius: 0px 0px 6px 6px;
	padding: 10px 15px;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
	width: 200px;
	text-transform: uppercase;
	margin:-6px 0px 0px 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	display: inline;
	position: relative;
	outline: none;
}

#pribtn{
	color: #ffffff;
	background-color: #1abc9c;
	outline: none;
}
#pribtn:hover,
#pribtn:focus,
#pribtn:active,
#pribtn:active{
	color: #ffffff;
	background-color: #48c9b0;
	border-color: #48c9b0;
	cursor:pointer;
	outline: none;
}
#bckbtn{
	margin-top: 120px;
	bottom:20px;
	color: #ffffff;
	background-color: #34495e;
	outline: none;
}
#bckbtn:hover,
#bckbtn:focus,
#bckbtn:active{
	color: #ffffff;
	background-color: #415b76;
	border-color: #415b76;
	cursor:pointer;
	outline: none;
}
#cancelbtn{
	color: #ffffff;
	background-color: #e74c3c;
	outline: none;
}
#cancelbtn:hover,
#cancelbtn:focus,
#cancelbtn:active{
  color: #ffffff;
  background-color: #ec7063;
  border-color: #ec7063;
  cursor:pointer;
  outline: none;
}
#cancelbtn{
	color: #ffffff;
	background-color: #e74c3c;
	outline: none;
}
#cancelbtn:hover,
#cancelbtn:focus,
#cancelbtn:active{
  color: #ffffff;
  background-color: #ec7063;
  border-color: #ec7063;
  cursor:pointer;
  outline: none;
}
#savebtn{
	color: #ffffff;
	background-color: #f1c40f;
	outline: none;
}
#savebtn:hover,
#savebtn:focus,
#savebtn:active{
  color: #ffffff;
  background-color: #f5d313;
  border-color: #f5d313;
  cursor:pointer;
  outline: none;
}
#delbtn{
	color: #ffffff;
	background-color: #e74c3c;
	outline: none;
}
#delbtn:hover,
#delbtn:focus,
#delbtn:active{
  color: #ffffff;
  background-color: #ec7063;
  border-color: #ec7063;
  cursor:pointer;
  outline: none;
}
/***********************menugrids********************************/
.main_content{
	margin:50px auto;
	width:intrinsic;
	outline: none;
	/*min-width: 1200px;*/
}
.menugrid{
	/*width:100%;
	margin-left: auto;
	margin-right: auto;*/
	outline: none;
}
.buttongrid{
	border: none;
	line-height: 1.4;
	border-radius: 6px;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
	width: 200px;
	height:200px;
	text-transform: uppercase;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
	display: inline;
	padding-right: 40px;
	cursor:pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
}
.messagegrid{
	border: none;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.4;
	border-radius: 6px;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-transition: border .25s linear, color .25s linear, background-color .25s linear;
	transition: border .25s linear, color .25s linear, background-color .25s linear;
	width: 415px;
	height:200px;
	margin-right: 20px;
	text-transform: uppercase;
	vertical-align: middle;
	text-align: center;
	margin-bottom: 20px;
	margin-right: 20px;
	overflow: hidden;
	position: relative;
	display: inline;
	cursor:pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	outline: none;
}
.nomargin_right{
	margin-right: 0px;
}
.greengrid {
  color: #ffffff;
  background-color: #1abc9c;
  outline: none;
}
.greengrid:hover,
.greengrid:focus,
.greengrid:active,
.greengrid.active {
  color: #ffffff;
  background-color: #48c9b0;
  border-color: #48c9b0;
  outline: none;
}
.bluegrid {
  color: #ffffff;
  background-color: #3498db;
  outline: none;
}
.bluegrid:hover,
.bluegrid:focus,
.bluegrid:active,
.bluegrid.active {
  color: #ffffff;
  background-color: #5dade2;
  border-color: #5dade2;
  outline: none;
}
.redgrid {
  color: #ffffff;
  background-color: #e74c3c;
  outline: none;
}
.redgrid:hover,
.redgrid:focus,
.redgrid:active,
.redgrid.active {
  color: #ffffff;
  background-color: #ec7063;
  border-color: #ec7063;
  outline: none;
}
.purplegrid {
  color: #ffffff;
  background-color: #8e44ad;
  outline: none;
}
.purplegrid:hover,
.purplegrid:focus,
.purplegrid:active,
.purplegrid.active {
  color: #ffffff;
  background-color: #9b59b6;
  border-color: #9b59b6;
  outline: none;
}
.yellowgrid {
  color: #ffffff;
  background-color: #f1c40f;
  outline: none;
}
.yellowgrid:hover,
.yellowgrid:focus,
.yellowgrid:active,
.yellowgrid.active {
  color: #ffffff;
  background-color: #f5d313;
  border-color: #f5d313;
  outline: none;
}
.darkbluegrid {
  color: #ffffff;
  background-color: #34495e;
  outline: none;
}
.darkbluegrid:hover,
.darkbluegrid:focus,
.darkbluegrid:active,
.darkbluegrid.active {
  color: #ffffff;
  background-color: #415b76;
  border-color: #415b76;
  outline: none;
}
.darkgrid {
  color: #ffffff;
  background-color: #333333;
  outline: none;
}
.darkgrid:hover,
.darkgrid:focus,
.darkgrid:active,
.darkbgrid.active {
  color: #1abc9c;
  background-color: #333333;
  border-color: #415b76;
  outline: none;
}
.darkgridcancel {
  color: #333333;
  background-color: #E74C3C;
  border-color: #333333;
  outline: none;
  border-top-style: solid;
  border-width: thick;

}
.darkgridcancel:hover,
.darkgridcancel:focus,
.darkgridcancel:active,
.darkbgridcancel.active {
  color: #E74C3C;
  background-color: #333333;
  border-color: #333333;

  outline: none;
}
.graygrid {
  color: #ffffff;
  background-color: #bdc3c7;
  outline: none;
}
.graygrid:hover,
.graygrid:focus,
.graygrid:active,
.graygrid.active {
  color: #ffffff;
  background-color: #cacfd2;
  border-color: #cacfd2;
  outline: none;
}
.box_content{
	position: relative; 
	width: 122px; 
	height: 80px; 
	top: 0px; 
	left: 20px;
	text-align: left;
	outline: none;
}
.box_content_wide{
	position: relative; 
	width: 400px; 
	height: 200px; 
	top: 10px; 
	left: 20px;
	text-align: left;
	outline: none;
}
.flat_title{
	padding-top:50px;
	text-decoration: none;
	color: #ECF0F1;
	font-size: 20px;
	font-weight: 800;
	outline: none;
}
.flat_title_msg{
	padding-top:5px;
	text-decoration: none;
	color: #ECF0F1;
	font-size: 20px;
	font-weight: 800;
	outline: none;
}
.flat_contents{
	text-decoration: none;
	color: #ECF0F1;
	font-size: 12px;
	padding-top: 5px;
	font-weight: 400;
	text-transform: lowercase;
	width: 80%;
	height:100%;
	outline: none;
}
a{
	text-decoration: none;
}
/****************p elements***********************/
p
{
font-size: 18px;
line-height: 1.72222;
margin: 0 0 15px;
}
/****************************************h elements****************/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  color: #e7e9ec;
}
h1,
h2,
h3 {
  margin-top: 30px;
  margin-bottom: 15px;
}
h4,
h5,
h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
h6 {
  font-weight: normal;
}
h1,
.h1 {
  font-size: 61px;
}
h2,
.h2 {
  font-size: 53px;
}
h3,
.h3 {
  font-size: 40px;
}
h4,
.h4 {
  font-size: 29px;
}
h5,
.h5 {
  font-size: 28px;
}
h6,
.h6 {
  font-size: 24px;
}
.screen_title{
	/*margin-left: 290px;margin-bottom: -80px;
	margin-top: 40px;*/
	margin-left:30px;
	position:relative;
}
.flat_form{
	font-family:'Lato', sans-serif;
	color:#2C3E50;
}
.set{
	border: none;
	line-height: 1.4;
	border-radius: 6px;
	-webkit-font-smoothing: subpixel-antialiased;
	width: 213px;
	height:60px;
	vertical-align: middle;
	text-align: left;
	position: relative;
	display: inline-block;
	padding: 2px;
	margin-bottom: 20px;
	margin-right: 20px;
}
.flat_form input[type=text],.flat_form input[type=password],.flat_form input[type=number],.flat_form input[type=email],.flat_form input[type=tel]{
	height:25px;
	width: 95%;
	border: #95A5A6 solid 3px;
	border-radius: 6px;
	padding:3px;
	font-family:'Lato', sans-serif;
	color:#2C3E50;
	font-size: 16px;
}
.flat_form input[type=checkbox]{
	height: 25px;
	width: 25px;
	border: #95A5A6 solid 3px;
	border-radius: 6px;
	color:#2C3E50;
}
.flat_form select{
	height:37px;
	width: 99%;
	border: #95A5A6 solid 3px;
	border-radius: 6px;
	padding:3px;
	font-family:'Lato', sans-serif;
	color:#2C3E50;
	font-size: 16px;
}
.flat_form textarea{
	height:90%;
	width: 95%;
	resize:vertical;
	border: #95A5A6 solid 3px;
	border-radius: 6px;
	padding:3px;
	font-family:'Lato', sans-serif;
	color:#2C3E50;
	font-size: 16px;
}
.flat_form input[type=text]:focus,.flat_form input[type=password]:focus, .flat_form select:focus, .flat_form textarea:focus, .flat_form input[type=number]:focus, .flat_form input[type=email]:focus, .flat_form input[type=tel]:focus{
	border: #1ABC9C solid 3px;
	outline: none;
}

#menu{
	height: 385px;
	position:relative;
	display: inline-block;
	margin-top: 140px;
}
.warning_message{
	color: #ffffff;
	background-color: #f1c40f;
	border-color: #f1c40f;
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 5px;
	border:2px;
	border-radius: 6px;
	margin-top: 30px;
}
.transaction_message{
	color: #ffffff;
	background-color: #48c9b0;
	border-color: #48c9b0;
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 5px;
	border:2px;
	border-radius: 6px;
	margin-top: 30px;
}
.error_message{
	color: #ffffff;
	background-color: #ec7063;
	border-color: #ec7063;
	position: relative;
	display: inline-block;
	width: 100%;
	padding: 5px;
	border:2px;
	border-radius: 6px;
	margin-top: 30px;
}

.alignRight { text-align: right; }

