
	input, textarea {
		width: 100%;
		font-family: inherit; 
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

/*-----------------------------------------------------------------*/
/* 02. 960 Grid System
/*-----------------------------------------------------------------*/


	/* Grid >> Global
	----------------------------------------------------------------------------------------------------*/
	.grid_1,.grid_2,.grid_3,.grid_4,.grid_5,.grid_6,.grid_7,.grid_8,.grid_9,.grid_10,.grid_11,.grid_12 {
		display:inline;
		float: left;
		position: relative;
		margin-left: 10px;
		margin-right: 10px;
	}

	/* Grid >> Children (Alpha ~ First, Omega ~ Last)
	----------------------------------------------------------------------------------------------------*/
	

	/* Grid >> 12 Columns
	----------------------------------------------------------------------------------------------------*/


	/* Clear Floated Elements
	----------------------------------------------------------------------------------------------------*/
.mltxt {
    border: 1px dotted #b8b8b8;
    margin: 4px;
        margin-top: 4px;
    padding: 15px;
    background-color: #f7f7f7;
    font-size: 10px;
    color: #8c8c8c;
    text-align: justify;
    margin-top: 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.txtitalic {
    font-style: italic;
    margin-bottom: 10px;
    display: block;
}
.mltxt {
    font-size: 10px;
    color: #8c8c8c;
    text-align: justify;
}



	.tooltips {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
}

.tooltips .tooltipstext {
 visibility: hidden;
  width: 320px;
  background-color: #F2F2F2;
  color: black;
  text-align: initial;
  border-radius: 6px;
  padding: 5px 0;
  font-size: 11px;
  padding-left: 10px;
  padding-right: 10px;

  /* Position the tooltips */
  position: absolute;
  z-index: 1;

   top: -5px;
  right: 105%;
}

.tooltips:hover .tooltipstext {
  visibility: visible;
}

	hr {
		margin-bottom: 38px;
		height:1px;
		border:none;
		background: #e4e4e4;
		clear: both;
	}

	p {
		margin-bottom: 21px;
	}

	input, textarea {
		border: 1px solid #D8D8D8;
		padding: 5px;
		margin-bottom: 10px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		color: #555555;
		font-size: 14px;
		height: 35 px;
		line-height: 20px;
	}


	

/*-------- 03.a. Inner columns --------*/
select{
	color: black !important;
	height: 35px !important;
}
.row{
	margin: auto !important;
}

	.row:before,
	.row:after{
		display: table;
		line-height: 0;
		content: "";
	}

	.row:after{
		clear: both;
	}

	.row [class*="span"]{
		display: block;
		float: left;
		width: 100%;
		min-height: 20px;
		margin-left: 2.127659574468085%;
		-webkit-box-sizing: border-box; 
		-moz-box-sizing: border-box; 
		box-sizing: border-box;
	}

	.row [class*="span"]:first-child{
		margin-left: 0;
	}

	.row .span12{width: 100%;}
	.row .span11{width: 91.48936170212765%;}
	.row .span10{width: 82.97872340425532%;}
	.row .span9 {width: 74.46808510638297%;}
	.row .span8 {width: 65.95744680851064%;}
	.row .span7 {width: 57.44680851063829%;}
	.row .span6 {width: 48.93617021276595%;}
	.row .span5 {width: 40.42553191489362%;}
	.row .span4 {width: 31.914893617021278%;}
	.row .span3 {width: 23.404255319148934%;}
	.row .span2 {width: 14.893617021276595%;}
	.row .span1 {width: 6.382978723404255%;}


/*-------- 07.c. Buttons --------*/
	.button {
		text-transform: unset;
		display: inline-block;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		box-shadow: inset 2px 2px 5px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.1);
		padding: 15px;
		font-weight: 700;
		border: 1px solid #e5e5e5;
		background: #fbfbfb;
		color: #525252;
		cursor:pointer;
	}

	.button:hover{
		background: #ff9000;
		color: #fff;
		border-color: #b83e3e;
	}

	.button.green{
		border: 1px solid #338e35;
		background: #42b244;
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#48ba4b), to(#3cab3d));
		background-image: -webkit-linear-gradient(top, #48ba4b, #3cab3d); 
		background-image:    -moz-linear-gradient(top, #48ba4b, #3cab3d);
		background-image:     -ms-linear-gradient(top, #48ba4b, #3cab3d);
		background-image:      -o-linear-gradient(top, #48ba4b, #3cab3d);
		color: #fff;
	}

	.button.green:hover{
		background: #3aa63b;
	}

/*-------- 07.f. tabs --------*/

	.tab-content { 
		
		border:1px solid #e5e5e5;
		padding:20px 30px 20px 30px;
		-webkit-border-radius: 0 0 4px 4px;
		-moz-border-radius: 0 0 4px 4px;
		border-radius: 0 0 4px 4px;
		background: #fbfbfb;
		box-shadow: inset 0px 0px 2px rgba(255,255,255,0.2), 0px 1px 2px rgba(0,0,0,0.1);
	}

	.tabbable.tabbable_red {
		color:#fff;
	}
	
	.tabbable_red .tab-content { 
		border: 1px solid #25baa9;
		background: #25baa9;
	}
#25baa9