/* ------------------
 styling for the tables 
   ------------------   */
#rounded-corner
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: auto;
	width: 95%;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner thead th.rounded-company
{
	background: #63c8e6 url('table-images/left.png') left -1px no-repeat;
}
#rounded-corner thead th.rounded-q4
{
	background: #63c8e6 url('table-images/right.png') right -1px no-repeat;
}
#rounded-corner th
{
	padding: 4px;
	font-weight: normal;
	font-size: 13px;
	color: #000;
	background: #63c8e6;
}
#rounded-corner td
{
	padding: 2px;
	width: 25%;
	height: 10px;
	background: #cbcbcb;
	border-top: 1px solid #fff;
	color: #000;
}
#rounded-corner tfoot td.rounded-foot-left
{
	background: #63c8e6 url('table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-right
{
	background: #63c8e6 url('table-images/botright.png') right bottom no-repeat;
}
#rounded-corner tfoot td.rounded-foot-center
{
	background: #63c8e6;
}
#rounded-corner tbody tr:hover td
{
	background: #cbcbcb;
}

#rounded-corner2
{
	font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
	font-size: 12px;
	margin: auto;
	width: 95%;
	text-align: left;
	border-collapse: collapse;
}
#rounded-corner2 thead th.rounded-company
{
	background: #63c8e6 url('table-images/left.png') left -1px no-repeat;
}
#rounded-corner2 thead th.rounded-q4
{
	background: #63c8e6 url('table-images/right.png') right -1px no-repeat;
}
#rounded-corner2 th
{
	padding: 4px;
	font-weight: normal;
	font-size: 13px;
	color: #000;
	background: #63c8e6;
}
#rounded-corner2 td
{
	padding: 2px;
	width: 25%;
	height: 10px;
	background: #cbcbcb;
	border-top: 1px solid #fff;
	color: #000;
}
#rounded-corner2 tfoot td.rounded-foot-left
{
	background: #63c8e6 url('table-images/botleft.png') left bottom no-repeat;
}
#rounded-corner2 tfoot td.rounded-foot-right
{
	background: #63c8e6 url('table-images/botright.png') right bottom no-repeat;
}
#rounded-corner2 tfoot td.rounded-foot-center
{
	background: #63c8e6;
}
#rounded-corner2 tbody tr:hover td
{
	background: #63c8e6;
}



.form-style-5 fieldset{
    border: none;
}
.form-style-5 legend {
    font-size: 1.4em;
    margin-bottom: 10px;
}
.form-style-5 label {
    display: block;
    margin-bottom: 8px;
}
.form-style-5 input[type="text"],
.form-style-5 input[type="date"],
.form-style-5 input[type="datetime"],
.form-style-5 input[type="email"],
.form-style-5 input[type="number"],
.form-style-5 input[type="search"],
.form-style-5 input[type="time"],
.form-style-5 input[type="url"],
.form-style-5 textarea,
.form-style-5 select {
    font-family: Georgia, "Times New Roman", Times, serif;
    background: rgba(255,255,255,.1);
    border: none;
    border-radius: 4px;
    font-size: 16px;
    margin: 0;
    outline: 0;
    padding: 7px;
    width: 100%;
    box-sizing: border-box; 
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
    background-color: #e8eeef;
    color:#8a97a0;
    -webkit-box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    box-shadow: 0 1px 0 rgba(0,0,0,0.03) inset;
    margin-bottom: 30px;
    
}
.form-style-5 input[type="text"]:focus,
.form-style-5 input[type="date"]:focus,
.form-style-5 input[type="datetime"]:focus,
.form-style-5 input[type="email"]:focus,
.form-style-5 input[type="number"]:focus,
.form-style-5 input[type="search"]:focus,
.form-style-5 input[type="time"]:focus,
.form-style-5 input[type="url"]:focus,
.form-style-5 textarea:focus,
.form-style-5 select:focus{
    background: #d2d9dd;
}
.form-style-5 select{
    -webkit-appearance: menulist-button;
    height:35px;
}
.form-style-5 .number {
    background: #1abc9c;
    color: #fff;
    height: 30px;
    width: 30px;
    display: inline-block;
    font-size: 0.8em;
    margin-right: 4px;
    line-height: 30px;
    text-align: center;
    text-shadow: 0 1px 0 rgba(255,255,255,0.2);
    border-radius: 15px 15px 15px 0px;
}

.form-style-5 input[type="submit"],
.form-style-5 input[type="button"]
{
    position: relative;
    display: block;
    color: #FFF;
    margin: 0 auto;
    background: #1abc9c;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    width: 50%;
    border: 1px solid #16a085;
    border-width: 1px 1px 3px;
    margin-bottom: 10px;
}
.form-style-5 input[type="submit"]:hover,
.form-style-5 input[type="button"]:hover
{
    background: #109177;
}
