/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}



FORM
{
    PADDING-RIGHT: 0px;
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    MARGIN: 0px;
    PADDING-TOP: 0px;
}


INPUT
{
    BORDER-RIGHT: #626262 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #626262 1px solid;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 5px;
    font: normal 12px/14px 'lato', sans-serif;
    BORDER-LEFT: #626262 1px solid;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: #626262 1px solid;
}

.INPUT_Login
{
    BORDER-RIGHT: #626262 1px solid;
    PADDING-RIGHT: 2px;
    BORDER-TOP: #626262 1px solid;
    PADDING-LEFT: 2px;
    PADDING-BOTTOM: 2px;
    font: normal 12px/14px 'lato', sans-serif;
    BORDER-LEFT: #626262 1px solid;
    PADDING-TOP: 2px;
    BORDER-BOTTOM: #626262 1px solid;
}


TEXTAREA
{
    BORDER-RIGHT: #626262 1px solid;
    PADDING-RIGHT: 5px;
    BORDER-TOP: #626262 1px solid;
    PADDING-LEFT: 5px;
    PADDING-BOTTOM: 5px;
    font: normal 12px/14px 'Lato', sans-serif;
    BORDER-LEFT: #626262 1px solid;
    PADDING-TOP: 5px;
    BORDER-BOTTOM: #626262 1px solid;
	border: 1px solid #C0C0C0;
	border-radius: 2px;
}



H1
{
    FONT-WEIGHT: normal;
    MARGIN: 0px;
    COLOR: #000000;
    TEXT-DECORATION: none;
}
H1 A
{
    FONT-WEIGHT: normal;
    MARGIN: 0px;
    COLOR: #000000;
    TEXT-DECORATION: none;
}
H2
{
    MARGIN: 0px;
    COLOR: black;
    TEXT-DECORATION: none;
    FONT-WEIGHT: bold;
    font: normal 22px/25px 'lato', sans-serif;
    MARGIN-BOTTOM: 2em;
    LETTER-SPACING: -0px;
    display: inline;
}
H2 A
{
    FONT-WEIGHT: normal;
    MARGIN: 0px;
    COLOR: #000000;
    TEXT-DECORATION: none;
}
H3
{
    MARGIN: 0px;
    COLOR: #0687ec;
    TEXT-DECORATION: none;
    FONT-WEIGHT: bold;
    /* font: normal 19px/24px 'lato', sans-serif; */
	font: normal 21px/27px 'Roboto', sans-serif;
    MARGIN-BOTTOM: 2em;
    LETTER-SPACING: -0px;
    display: inline;
}
H3 A
{
    FONT-WEIGHT: normal;
    MARGIN: 0px;
    COLOR: #000000;
    TEXT-DECORATION: none;
}


H4
{
    MARGIN: 0px;
    COLOR: red;
    TEXT-DECORATION: none;
    FONT-WEIGHT: bold;
    /* font: normal 19px/24px 'lato', sans-serif; */
	font: normal 19px/19px 'Roboto', sans-serif;
    
    LETTER-SPACING: -0px;
    display: inline;
}

/* grid for project edit */
.ProjContainer {
   height: auto;
   overflow: hidden;
}



.ProjButtonNarrow {
    width: 150px;
	height: 12px;
    background: #ffffff; 
	font: normal 13px/17px 'Roboto', sans-serif;
	border-radius: 3px;
	border: 1px solid #C0C0C0;
    padding: 5px; 
	vertical-align: middle;
	
}

.ProjButtonContentNarrow {
    background: #F9F7F7; 
	font: normal 11px/14px 'Roboto', sans-serif;
	margin-left: 37px;
	padding: 0px; 
	text-decoration: none;
	vertical-align: middle;
}


.ProjButton {
    width: 150px;
	height: 32px;
    background: #ffffff; 
	font: normal 13px/17px 'Roboto', sans-serif;
	border-radius: 5px;
	border: 1px solid #C0C0C0;
    padding: 5px; 
	vertical-align: middle;
	
}

.ProjButtonContent {
    background: #F9F7F7; 
	font: normal 14px/17px 'Roboto', sans-serif;
	margin-left: 37px;
	padding: 0px; 
	text-decoration: none;
	vertical-align: middle;
}


.ProjLeft {
    width: 20%;
    float: left;
    /*background: #aafed5; */
	margin-left: 0px;
	
	padding: 5px; 
	font: normal 14px/17px 'Roboto', sans-serif;
}


.ProjCenter {
	
    
	position: relative;
    top: 5px;
    float: left;
    background: #ffffff;
    /* the next props are meant to keep this block independent from the other floated one */
    width: 55%;
	margin-left: 0px;
    overflow: hidden;
	font: normal 14px/17px 'Roboto', sans-serif;
	/*border-radius: 5px;*/
	border: 1px solid #C0C0C0;
    padding: 5px;
	
}


.ProjRight {
	
	position: relative;
    top: 5px;
	float: right; 
    background: #ffffff;
    /* the next props are meant to keep this block independent from the other floated one */
    width: 20%;
	font: normal 14px/17px 'Roboto', sans-serif;
	border-radius: 5px;
	border: 1px solid #C0C0C0;
    padding: 5px;
	
}



/* grid for project edit */
.ProjContentContainer {
   height: auto;
   overflow: hidden;
}



.ProjContentTopRow {
    width: auto;
    
    background: #F9F7F7;
	margin-left: 0px;
	padding: 5px; 
	border-radius: 5px;
	border: 1px solid #C0C0C0;
	font: normal 14px/17px 'Roboto', sans-serif;
}




.ProjContentLeft {
    width: 150px;
	height: 32px;
    float: left;
    background: #D8E6F6;
	margin-left: 0px;
	padding: 5px; 
	font: normal 14px/17px 'Roboto', sans-serif;
}


.ProjContentCenter {
	
    
	position: relative;
    width: 70%;
    float: left;
    background: #ffffff;
    /* the next props are meant to keep this block independent from the other floated one */
    
	margin-left: 0px;
    overflow: hidden;
	font: normal 14px/17px 'Roboto', sans-serif;
	/*border-radius: 5px;*/
	/*border: 1px solid #C0C0C0;*/
    padding: 5px;
	
}




.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.container .alpha {
  margin-left: 0px;
}
.container .omega {
  margin-right: 0px;
}
.row {
  margin-left: -30px;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="grid_"] {
  float: left;
  min-height: 1px;
  margin-left: 30px;
}
.container {
  width: 1170px;
}
.grid_12 {
  width: 1170px;
}
.grid_11 {
  width: 1070px;
}
.grid_10 {
  width: 970px;
}
.grid_9 {
  width: 870px;
}
.grid_8 {
  width: 770px;
}
.grid_7 {
  width: 670px;
}
.grid_6 {
  width: 570px;
}
.grid_5 {
  width: 470px;
}
.grid_4 {
  width: 370px;
}
.grid_3 {
  width: 270px;
}
.grid_2 {
  width: 170px;
}
.grid_1 {
  width: 70px;
}
.preffix_12 {
  margin-left: 1230px;
}
.preffix_11 {
  margin-left: 1130px;
}
.preffix_10 {
  margin-left: 1030px;
}
.preffix_9 {
  margin-left: 930px;
}
.preffix_8 {
  margin-left: 830px;
}
.preffix_7 {
  margin-left: 730px;
}
.preffix_6 {
  margin-left: 630px;
}
.preffix_5 {
  margin-left: 530px;
}
.preffix_4 {
  margin-left: 430px;
}
.preffix_3 {
  margin-left: 330px;
}
.preffix_2 {
  margin-left: 230px;
}
.preffix_1 {
  margin-left: 130px;
}
.container {
  margin-right: auto;
  margin-left: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
@media (min-width: 980px) and (max-width: 1199px) {
  .row {
    margin-left: -20px;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="grid_"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container {
    width: 940px;
  }
  .grid_12 {
    width: 940px;
  }
  .grid_11 {
    width: 860px;
  }
  .grid_10 {
    width: 780px;
  }
  .grid_9 {
    width: 700px;
  }
  .grid_8 {
    width: 620px;
  }
  .grid_7 {
    width: 540px;
  }
  .grid_6 {
    width: 460px;
  }
  .grid_5 {
    width: 380px;
  }
  .grid_4 {
    width: 300px;
  }
  .grid_3 {
    width: 220px;
  }
  .grid_2 {
    width: 140px;
  }
  .grid_1 {
    width: 60px;
  }
  .preffix_12 {
    margin-left: 980px;
  }
  .preffix_11 {
    margin-left: 900px;
  }
  .preffix_10 {
    margin-left: 820px;
  }
  .preffix_9 {
    margin-left: 740px;
  }
  .preffix_8 {
    margin-left: 660px;
  }
  .preffix_7 {
    margin-left: 580px;
  }
  .preffix_6 {
    margin-left: 500px;
  }
  .preffix_5 {
    margin-left: 420px;
  }
  .preffix_4 {
    margin-left: 340px;
  }
  .preffix_3 {
    margin-left: 260px;
  }
  .preffix_2 {
    margin-left: 180px;
  }
  .preffix_1 {
    margin-left: 100px;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .row {
    margin-left: -20px;
  }
  .row:before,
  .row:after {
    display: table;
    content: "";
    line-height: 0;
  }
  .row:after {
    clear: both;
  }
  [class*="grid_"] {
    float: left;
    min-height: 1px;
    margin-left: 20px;
  }
  .container {
    width: 748px;
  }
  .grid_12 {
    width: 748px;
  }
  .grid_11 {
    width: 684px;
  }
  .grid_10 {
    width: 620px;
  }
  .grid_9 {
    width: 556px;
  }
  .grid_8 {
    width: 492px;
  }
  .grid_7 {
    width: 428px;
  }
  .grid_6 {
    width: 364px;
  }
  .grid_5 {
    width: 300px;
  }
  .grid_4 {
    width: 236px;
  }
  .grid_3 {
    width: 172px;
  }
  .grid_2 {
    width: 108px;
  }
  .grid_1 {
    width: 44px;
  }
  .preffix_12 {
    margin-left: 788px;
  }
  .preffix_11 {
    margin-left: 724px;
  }
  .preffix_10 {
    margin-left: 660px;
  }
  .preffix_9 {
    margin-left: 596px;
  }
  .preffix_8 {
    margin-left: 532px;
  }
  .preffix_7 {
    margin-left: 468px;
  }
  .preffix_6 {
    margin-left: 404px;
  }
  .preffix_5 {
    margin-left: 340px;
  }
  .preffix_4 {
    margin-left: 276px;
  }
  .preffix_3 {
    margin-left: 212px;
  }
  .preffix_2 {
    margin-left: 148px;
  }
  .preffix_1 {
    margin-left: 84px;
  }
}
.select-menu {
  display: none !important;
}
@media (max-width: 767px) {
  .container {
    width: 475px; /* was 420*/ 
    padding: 0 5px;
  }
  .ProjContainer {
    width: 750px; /* project area*/ 
    padding: 0 5px;
  }
  



  .ProjRight {
		
		position: relative;
		top: 5px;
		float: left; 
		background: #ffffff;
		/* the next props are meant to keep this block independent from the other floated one */
		width: 75%;
		font: normal 14px/17px 'Roboto', sans-serif;
		border-radius: 5px;
		border: 1px solid #C0C0C0;
		padding: 5px;
		
	}
  .row {
    margin-left: 0;
  }
  [class*="grid_"] {
    float: none;
    display: block;
    width: 100%;
    margin-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .select-menu {
    display: block !important;
  }
}
@media (max-width: 479px) {
  body {
    padding: 0;
  }
  .container {
    width: 350px; /* was 300*/ 
    padding: 0 5px;
  }
  .ProjContainer {
    width: 650px; /* project area */ 
    padding: 0 5px;
  }
  .row {
    margin-left: 0;
  }
  
  
	.ProjRight {
		
		position: relative;
		top: 5px;
		float: left; 
		background: #ffffff;
		/* the next props are meant to keep this block independent from the other floated one */
		width: 75%;
		font: normal 14px/17px 'Roboto', sans-serif;
		border-radius: 5px;
		border: 1px solid #C0C0C0;
		padding: 5px;
		
	}


  
}

