body {
    background: #66a2ff;
    margin: 30px;
    font: normal 11px "Helvetica";
    text-decoration: none;
}

/*  h1 h2  */

h1.intro-title {
    color: #fff;
    display: inline-block;
    font: bold 3.5em "Georgia";
}
h2.intro-scrub {
    color: #000;
    display: inline-block;
    font: bold 1.5em "Georgia";
}


/*  a, #buttony {  */
a {
    /*  background: #66a2ff;  */
    color: #fff;
}
a:hover {
    /*  background: #66a2ff;  */
    color: #fff;

    /*  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);  */
    /*  -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);  */
    /*  box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);  */
    -webkit-text-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
    -moz-text-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
    text-shadow: 0px 0px 15px rgba(0, 0, 0, .5);

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;

}

 table {
  background: #f3f3f3;
  color: #979797;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;

  width: inherit;

  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);

  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;


}

thead:nth-child(1), tfoot {
  background: #66a2ff;
  color: #FFF;

  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
}
tr {
  border-bottom: solid thin;
  border-color: #bfbfbf;
}

.highlight:hover{
  background: lightgray;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

th, td {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
thead th:first-child {
  -webkit-border-radius: 8px 0 0 0;
  -moz-border-radius: 8px 0 0 0;
  border-radius: 8px 0 0 0;
}

thead th:last-child {
  -webkit-border-radius: 0 8px 0 0;
  -moz-border-radius: 0 8px 0 0;
  border-radius: 0 8px 0 0;
}
td:last-child {
  text-align: right;
}

tfoot td:last-child{
  -webkit-border-radius: 0 0 6px 0;
  -moz-border-radius: 0 0 6px 0;
  border-radius: 0 0 6px 0;
}
tfoot td:first-child{
  -webkit-border-radius: 0 0 0 6px;
  -moz-border-radius: 0 0 0 6px;
  border-radius: 0 0 0 6px;
}




/*--------------------DIV Buttons-----------------------*/
.buttony {
    background: #66a2ff;
    color: #fff;
    display: inline-block;
    cursor: pointer;

    /*padding: 8px;*/
    padding-left: 15;
    padding-right: 0px;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

/*  a:after, #buttony:after {  */
.buttony:after {
    background: lightgray;
    color: #FFF;
    content: ">";
    display: inline-block;
    font: bold 11px "Georgia";
    height: 25px;
    line-height: 24px;
    margin-left: 10px;
    text-align: center;
    width: 25px;

    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

/*  a:hover, #buttony:hover {  */
.buttony:hover {
    -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
    -moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .5);

    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
/*------------------------------------------------------*/


#photothumb {
    background:#66a2ff;
    width:100px;
    height:150px;

    color: #fff;
    font: bold 11px "Helvetica";
    padding: 8px;
    text-decoration: none;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

    cursor: pointer;
}
#photopopup{
  /*position: fixed;*/
    position: absolute;
    z-index: 9;
    /*  margin:-300px auto auto -250px;  */
    top:3%;
    left:20%;
    text-align: center;
    visibility: hidden;


    background:#f3f3f3;
    width:300px;
    height:450px;

    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;

    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
    -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
}

#photopopupheader {
  padding: 5px;
  cursor: move;
  z-index: 10;
  background-color: #66a2ff;
  color: #fff;

  font: normal 150% "Helvetica";
  text-decoration: none;




  -webkit-border-top-left-radius: 15px;
  -moz-border-top-left-radius: 15px;
  border-top-left-radius: 15px;
  -webkit-border-top-right-radius: 15px;
  -moz-border-top-right-radius: 15px;
  border-top-right-radius: 15px;

}


div.Xclose {
    background:#66a2ff;
    width:30px;
    height:18px;

    color: #fff;
    font: bold 14px "Helvetica";
    padding-top: 5px;
    padding-bottom: 0px;
    text-decoration: none;

    -webkit-border-bottom-right-radius: 15px;
    -moz-border-bottom-right-radius: 15px;
    border-bottom-right-radius: 15px;

    -webkit-border-top-left-radius: 15px;
    -moz-border-top-left-radius: 15px;
    border-top-left-radius: 15px;


    position:absolute;
    bottom: 2px;
    right:2px;

    cursor: pointer;
}

input.textFieldstyled {
    width:12em;
    height:2em;


    border: solid #f0f0f0 1px;
    border-radius:5px;
    background: #fff;
    color:black;
    outline: none;
    resize: none;
}

.form-group {
    margin-right: 0px;
    margin-left: 15%;
    margin-top: 5px;
    margin-bottom: 15px;
    text-align: left;
}
form {
  width: 100%;
  margin: 0 auto;
}

label,
input,
select {
  /* In order to define widths */
  display: inline-block;
}

label, select {
  width: 28%;
  /* Positions the label text beside the input */
  text-align: right;
}
select {
  width: 52%;
  /* Positions the label text beside the input */
  text-align: left;
}

label+input {
  width: 28%;
  /* Large margin-right to force the next element to the new-line
           and margin-left to create a gutter between the label and input */
  margin: 0 1% 0 1%;
}


/* Only the submit button is matched by this selector,
       but to be sure you could use an id or class for that button */

input+input {
  float: right;
}

/*------------Columns-----------------*/
.column {
  float: left;
  width: 40%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
