
@font-face
{
	font-family: 'MyriadPro-Regular';
	src: url('../fonts/MyriadPro-Regular_gdi.eot');
	src: url('../fonts/MyriadPro-Regular_gdi.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadPro-Regular_gdi.woff') format('woff'), url('../fonts/MyriadPro-Regular_gdi.ttf') format('truetype'), url('../fonts/MyriadPro-Regular_gdi.svg#MyriadPro-Regular') format('svg');
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
	unicode-range: U+0020-25CA;
}

/*project css*/
.txtbox
{
	border: 1px solid #cecece;
	box-sizing: border-box;
 
	font-family: "Open Sans" ,sans-serif;
	font-size: 1em;
	font-weight: 300;
	margin: 5px 0 0;
	outline: medium none;
	padding: 8px;
	width: 100%;
}
.star
{
    outline: medium none;
    text-align : center;
    padding: 8px;
    margin: 5px 0 0;
    
}
.starAr
{
    outline: medium none;
    text-align : left;
    padding: 8px;
    margin: 5px 0 0;
    
}

.btn
{
	-moz-user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857;
	margin-bottom: 0;
	padding: 6px 12px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn:active:focus, .btn:focus
{
	outline: thin dotted;
	outline-offset: -2px;
}
.btn.focus, .btn:focus, .btn:hover
{
	color: #333;
	text-decoration: none;
}
.btn.active, .btn:active
{
	background-image: none;
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
	outline: 0 none;
}
.btn.disabled, .btn[disabled], fieldset[disabled] .btn
{
	box-shadow: none;
	cursor: not-allowed;
	opacity: 0.65;
}
a.btn.disabled, fieldset[disabled] a.btn
{
	pointer-events: none;
}
.btn-default
{
	background-color: #fff;
	border-color: #ccc;
	color: #333;
}
.btn-default.focus, .btn-default:focus
{
	background-color: #e6e6e6;
	border-color: #8c8c8c;
	color: #333;
}
.btn-default:hover
{
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #333;
}
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default
{
	background-color: #e6e6e6;
	border-color: #adadad;
	color: #333;
}
.btn-default.active.focus, .btn-default.active:focus, .btn-default.active:hover, .btn-default.focus:active, .btn-default:active:focus, .btn-default:active:hover, .open > .dropdown-toggle.btn-default.focus, .open > .dropdown-toggle.btn-default:focus, .open > .dropdown-toggle.btn-default:hover
{
	background-color: #d4d4d4;
	border-color: #8c8c8c;
	color: #333;
}
.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default
{
	background-image: none;
}
.btn-default.disabled, .btn-default.disabled.active, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled:focus, .btn-default.disabled:hover, .btn-default[disabled], .btn-default.active[disabled], .btn-default.focus[disabled], .btn-default[disabled]:active, .btn-default[disabled]:focus, .btn-default[disabled]:hover, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default.active, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default:hover
{
	background-color: #fff;
	border-color: #ccc;
}
.btn-default .badge
{
	background-color: #333;
	color: #fff;
}
.btn-primary
{
	background-color: #337ab7;
	border-color: #2e6da4;
	color: #fff;
}
.btn-primary.focus, .btn-primary:focus
{
	background-color: #286090;
	border-color: #122b40;
	color: #fff;
}
.btn-primary:hover
{
	background-color: #286090;
	border-color: #204d74;
	color: #fff;
}
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary
{
	background-color: #286090;
	border-color: #204d74;
	color: #fff;
}
.btn-primary.active.focus, .btn-primary.active:focus, .btn-primary.active:hover, .btn-primary.focus:active, .btn-primary:active:focus, .btn-primary:active:hover, .open > .dropdown-toggle.btn-primary.focus, .open > .dropdown-toggle.btn-primary:focus, .open > .dropdown-toggle.btn-primary:hover
{
	background-color: #204d74;
	border-color: #122b40;
	color: #fff;
}
.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary
{
	background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary.active[disabled], .btn-primary.focus[disabled], .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover
{
	background-color: #337ab7;
	border-color: #2e6da4;
}
.btn-primary .badge
{
	background-color: #fff;
	color: #337ab7;
}
.btn-success
{
	background-color: #5cb85c;
	border-color: #4cae4c;
	color: #fff;
}
.btn-success.focus, .btn-success:focus
{
	background-color: #449d44;
	border-color: #255625;
	color: #fff;
}
.btn-success:hover
{
	background-color: #449d44;
	border-color: #398439;
	color: #fff;
}
.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success
{
	background-color: #449d44;
	border-color: #398439;
	color: #fff;
}
.btn-success.active.focus, .btn-success.active:focus, .btn-success.active:hover, .btn-success.focus:active, .btn-success:active:focus, .btn-success:active:hover, .open > .dropdown-toggle.btn-success.focus, .open > .dropdown-toggle.btn-success:focus, .open > .dropdown-toggle.btn-success:hover
{
	background-color: #398439;
	border-color: #255625;
	color: #fff;
}
.btn-success.active, .btn-success:active, .open > .dropdown-toggle.btn-success
{
	background-image: none;
}
.btn-success.disabled, .btn-success.disabled.active, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled:focus, .btn-success.disabled:hover, .btn-success[disabled], .btn-success.active[disabled], .btn-success.focus[disabled], .btn-success[disabled]:active, .btn-success[disabled]:focus, .btn-success[disabled]:hover, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success.active, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success:hover
{
	background-color: #5cb85c;
	border-color: #4cae4c;
}
.btn-success .badge
{
	background-color: #fff;
	color: #5cb85c;
}
.btn-info
{
	background-color: #5bc0de;
	border-color: #46b8da;
	color: #fff;
}
.btn-info.focus, .btn-info:focus
{
	background-color: #31b0d5;
	border-color: #1b6d85;
	color: #fff;
}
.btn-info:hover
{
	background-color: #31b0d5;
	border-color: #269abc;
	color: #fff;
}
.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info
{
	background-color: #31b0d5;
	border-color: #269abc;
	color: #fff;
}
.btn-info.active.focus, .btn-info.active:focus, .btn-info.active:hover, .btn-info.focus:active, .btn-info:active:focus, .btn-info:active:hover, .open > .dropdown-toggle.btn-info.focus, .open > .dropdown-toggle.btn-info:focus, .open > .dropdown-toggle.btn-info:hover
{
	background-color: #269abc;
	border-color: #1b6d85;
	color: #fff;
}
.btn-info.active, .btn-info:active, .open > .dropdown-toggle.btn-info
{
	background-image: none;
}
.btn-info.disabled, .btn-info.disabled.active, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled:focus, .btn-info.disabled:hover, .btn-info[disabled], .btn-info.active[disabled], .btn-info.focus[disabled], .btn-info[disabled]:active, .btn-info[disabled]:focus, .btn-info[disabled]:hover, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info.active, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info:hover
{
	background-color: #5bc0de;
	border-color: #46b8da;
}
.btn-info .badge
{
	background-color: #fff;
	color: #5bc0de;
}
.btn-warning
{
	background-color: #f0ad4e;
	border-color: #eea236;
	color: #fff;
}
.btn-warning.focus, .btn-warning:focus
{
	background-color: #ec971f;
	border-color: #985f0d;
	color: #fff;
}
.btn-warning:hover
{
	background-color: #ec971f;
	border-color: #d58512;
	color: #fff;
}
.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning
{
	background-color: #ec971f;
	border-color: #d58512;
	color: #fff;
}
.btn-warning.active.focus, .btn-warning.active:focus, .btn-warning.active:hover, .btn-warning.focus:active, .btn-warning:active:focus, .btn-warning:active:hover, .open > .dropdown-toggle.btn-warning.focus, .open > .dropdown-toggle.btn-warning:focus, .open > .dropdown-toggle.btn-warning:hover
{
	background-color: #d58512;
	border-color: #985f0d;
	color: #fff;
}
.btn-warning.active, .btn-warning:active, .open > .dropdown-toggle.btn-warning
{
	background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled.active, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled:focus, .btn-warning.disabled:hover, .btn-warning[disabled], .btn-warning.active[disabled], .btn-warning.focus[disabled], .btn-warning[disabled]:active, .btn-warning[disabled]:focus, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning.active, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning:hover
{
	background-color: #f0ad4e;
	border-color: #eea236;
}
.btn-warning .badge
{
	background-color: #fff;
	color: #f0ad4e;
}
.btn-danger
{
	background-color: #d9534f;
	border-color: #d43f3a;
	color: #fff;
}
.btn-danger.focus, .btn-danger:focus
{
	background-color: #c9302c;
	border-color: #761c19;
	color: #fff;
}
.btn-danger:hover
{
	background-color: #c9302c;
	border-color: #ac2925;
	color: #fff;
}
.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger
{
	background-color: #c9302c;
	border-color: #ac2925;
	color: #fff;
}
.btn-danger.active.focus, .btn-danger.active:focus, .btn-danger.active:hover, .btn-danger.focus:active, .btn-danger:active:focus, .btn-danger:active:hover, .open > .dropdown-toggle.btn-danger.focus, .open > .dropdown-toggle.btn-danger:focus, .open > .dropdown-toggle.btn-danger:hover
{
	background-color: #ac2925;
	border-color: #761c19;
	color: #fff;
}
.btn-danger.active, .btn-danger:active, .open > .dropdown-toggle.btn-danger
{
	background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled.active, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled:focus, .btn-danger.disabled:hover, .btn-danger[disabled], .btn-danger.active[disabled], .btn-danger.focus[disabled], .btn-danger[disabled]:active, .btn-danger[disabled]:focus, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger.active, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger:hover
{
	background-color: #d9534f;
	border-color: #d43f3a;
}
.btn-danger .badge
{
	background-color: #fff;
	color: #d9534f;
}
.btn-link
{
	border-radius: 0;
	color: #337ab7;
	font-weight: 400;
}
.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link
{
	background-color: transparent;
	box-shadow: none;
}
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover
{
	border-color: transparent;
}
.btn-link:focus, .btn-link:hover
{
	background-color: transparent;
	color: #23527c;
	text-decoration: underline;
}
.btn-link[disabled]:focus, .btn-link[disabled]:hover, fieldset[disabled] .btn-link:focus, fieldset[disabled] .btn-link:hover
{
	color: #777;
	text-decoration: none;
}
.btn-group-lg > .btn, .btn-lg
{
	border-radius: 6px;
	font-size: 18px;
	line-height: 1.33333;
	padding: 10px 16px;
}
.btn-group-sm > .btn, .btn-sm
{
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 5px 10px;
}
.btn-group-xs > .btn, .btn-xs
{
	border-radius: 3px;
	font-size: 12px;
	line-height: 1.5;
	padding: 1px 5px;
}
.btn-block
{
	display: block;
	width: 100%;
}
.btn-block + .btn-block
{
	margin-top: 5px;
}
input.btn-block[type="button"], input.btn-block[type="reset"], input.btn-block[type="submit"]
{
	width: 100%;
}

.box
{
	position: relative;
	background: none repeat scroll 0% 0%;
	border-top: 2px solid #C1C1C1;
	margin-bottom: 20px;
	border-radius: 3px;
	width: 110%;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}

.header-div
{
	background-color: Gray;
	padding: 10px;
	color: #ffffff;
	font-weight: bold;
	text-align: left;
	text-transform: uppercase;
	font-size: 14px;
}
.box-info
{
	border-top-color: #E5211E;
    top: 0px;
    left: 7px;
}


table.controltable td.tdvalue
{
	padding: 3px 7px 2px 7px;
}


table.gridtable
{
	font-family: Verdana, 'Trebuchet MS' , Arial, Helvetica, sans-serif;
	font-size: 11px;
	border-collapse: collapse;
	 
}
table.gridtable td, table.gridtable th
{
	font-size: 1em;
	border: 1px solid #9D0300;
	padding: 3px 7px 2px 7px;
}
table.gridtable td.tdvalue
{
	border: 1px solid #9D0300;
	padding: 3px 7px 2px 7px;
	background-color: #E5211E;
}
table.gridtable th
{
	font-size: 1.1em;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #E5211E;
	color: #ffffff;
}
table.gridtable td
{
	font-size: 1.1em;
	text-align: left;
	padding-top: 5px;
	padding-bottom: 5px;
}
table.gridtable tr.alt td
{
	color: #000000;
	background-color: #EAF2D3;
}
table.gridtable tr:nth-child(2n + 2)
{
	background-color: #f3f4f5;
}
table.gridtable tr:nth-child(2n + 1) td
{
	background-color: #d6dadf;
	color: #454545;
}
/**/

*
{
	margin: 0;
	padding: 0;
}

body
{
	background: #efefef;
	font-family: 'MyriadPro-Regular';
	font-size: 15px;
	color: #323232;
}

.error
{
	color: Red;
	font-family: 'MyriadPro-Regular';
	font-size: 15px;
	font-weight:bold;
	 
}

.main
{
	width: 100%;
	float: left;
	
 
}

.wraper
{
	width: 1000px;
	margin: 0 auto;
	 
}

header
{
	width: 100%;
	float: left;
	background: #cc1613;
}

.logo
{
	 
	margin: 1.5% 0 0;
	padding: 1% 0;
	width: 30%;
}

.header-right
{
	float: right;
	padding: 1.5% 0;
	width: 46%;
}

.user-part
{
	float: left;
	width: 50%;
	
}

.user-pic
{
	float: left;
	width: 20%;
	background: -moz-linear-gradient(0deg, #c1110e 24%, #f4322e 61%); /* FF3.6+ */
	background: -webkit-gradient(linear, 0deg, color-stop(24%, #c1110e), color-stop(61%, #f4322e)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(0deg, #c1110e 24%, #f4322e 61%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(0deg, #c1110e 24%, #f4322e 61%); /* Opera 11.10+ */
	background: -ms-linear-gradient(0deg, #c1110e 24%, #f4322e 61%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cb1512', endColorstr='#f4322e', GradientType='1'); /* for IE */
	background: linear-gradient(90deg, #c1110e 24%, #f4322e 61%); /* W3C */
	border-radius: 5px;
	padding: 5px 4px 4px;
	text-align: center;
}

.user-details
{
	float: left;
	margin: 9px 0 0 11px;
	width: 70%;
	
}

.user-details p
{
	color: #ffffff;
	font-size: 13px;
	line-height: 21px;
}

.dropi-part
{
	background-color: #535353;
	border-radius: 3px;
	float: left;
	margin: 15px 0 0 7px;
	padding: 6px 0;
	text-align: center;
	width: 7%;
}

.button
{
	float: right;
	margin: 7px 0 0;
}

.button1
{
	background: rgba(0, 0, 0, 0) url("../images/refresh-icon.png") no-repeat scroll 0 0;
	border: medium none;
	cursor: pointer;
	float: left;
	height: 43px;
	margin: 0 12px 0 0;
	width: 43px;
}

.button2
{
	background: rgba(0, 0, 0, 0) url("../images/message-icon.png") no-repeat scroll 0 0;
	border: medium none;
	cursor: pointer;
	float: left;
	height: 43px;
	margin: 0 12px 0 0;
	width: 43px;
}

.button3
{
	background: rgba(0, 0, 0, 0) url("../images/power-icon.png") no-repeat scroll 0 0;
	border: medium none;
	cursor: pointer;
	float: left;
	height: 43px;
	margin: 0 12px 0 0;
	width: 43px;
}


.search-part
{
	background-color: #ffffff;
	float: left;
	padding: 5px 0;
	width: 100%;
}


/*.search {
    background:#f1f1f1 url(../images/search-icon.png) 0 0 no-repeat;
    border: medium none;
    color: #000000;
    float: left;
    padding: 6px 11px;
    width: 24%;
}
*/


form
{
	float: left;
	width: 30%;
	
}

#search input
{
	background: #f1f1f1 none repeat scroll 0 0;
	border: 0 none;
	color: #7f7f7f;
	float: left;
	font: 12px "Helvetica" , "Lucida Sans Unicode" , "Lucida Grande" ,sans-serif;
	height: 20px;
	margin: 0;
	padding: 10px;
	transition: background 0.3s ease-in-out 0s;
	width: 218px;
}

#search button
{
	background: #f1f1f1 url("../images/search-icon.png") no-repeat scroll 0 11px;
	border: 0 solid #ffffff;
	cursor: pointer;
	float: left;
	height: 40px;
	text-indent: -99999em;
	transition: background 0.3s ease-in-out 0s;
	width: 29px;
}

.search-right
{
	float: left;
	margin: 0.7% 0 0 0;
	width: 30%;
}


.search-right ul
{
	list-style-type: none;
}

.search-right ul li
{
	background: rgba(0, 0, 0, 0) url("../images/home-icon2.png") no-repeat scroll 0 0;
	height: 20px;
	padding: 0 0 0 12%;
	width: 24px;
}


.menu
{
	background-color: #ffffff;
	float: left;
	width: 17%;
	margin: 4% 0 0 0;
	font-size: 13px;
 
}

.menu ul
{
	list-style-type: none;
}

.menu ul li
{
	background: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #efefef;
	padding: 6px 0 6px 10px;
}

.menu ul li a
{
	text-decoration: none;
	color: #000;
}


.built
{
	background-color: #000000;
	border-radius: 1px;
	float: right;
	height: 13px;
	margin: 4px 18px 0 0;
	width: 1px;
}


.navi
{
	background-color: #e9e9e9;
	padding: 13px 0;
}

.navi li
{
	background: rgba(0, 0, 0, 0) url("../images/left-arrow.png") no-repeat scroll 25px 4px !important;
	padding: 0 0 13px 55px !important;
	border: none !important;
}



.gre-border
{
	background: -moz-linear-gradient(0deg, rgba(212,212,212,1) 0%, rgba(212,212,212,1) 49%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* ff3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(212,212,212,1)), color-stop(49%, rgba(212,212,212,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1))); /* safari4+,chrome */
	background: -webkit-linear-gradient(0deg, rgba(212,212,212,1) 0%, rgba(212,212,212,1) 49%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* safari5.1+,chrome10+ */
	background: -o-linear-gradient(0deg, rgba(212,212,212,1) 0%, rgba(212,212,212,1) 49%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* opera 11.10+ */
	background: -ms-linear-gradient(0deg, rgba(212,212,212,1) 0%, rgba(212,212,212,1) 49%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* ie10+ */
	background: linear-gradient(90deg, rgba(212,212,212,1) 0%, rgba(212,212,212,1) 49%, rgba(255,255,255,1) 50%, rgba(255,255,255,1) 100%); /* w3c */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d4d4d4', endColorstr='#ffffff',GradientType=1 ); /* ie6-9 */
	float: left;
	height: auto;
	margin: 0 0%;
	width: 2px;
}

.mid-right
{
	float: left;
	width: 82%;
	 
	height: 90%
}
.mid-Header
{
     
	background: url(../images/mainHeader.jpg) 0 0 no-repeat;
    height: auto;
}

.mid-right-register
{
	 
	width: 82%;
	 
	height: 90%
	
}
 
.box-info-register
{
	border-top-color: #E5211E;
    top: 0px;
    left: 0px;
}

.skills
{
	float: left;
	margin: 6% 0 0 6%;
	width: 100%;
}

.summary
{
	background-color: #ffffff;
	border-radius: 17px;
	float: left;
	margin: 7% 0 0 7%;
	padding: 2% 0;
	width: 100%;
}

.col-1
{
	float: left;
	margin: 3% 0 3% 5%;
	width: 28%;
}

.col-1.pic
{
	background-color: #d61d1a;
	border-radius: 7px;
	width: 55px;
}

.col-1.details
{
	margin: 9% 0 0 5%;
	width: 57%;
}


.col-1.pic.one
{
	background-color: #f6759e;
}
.col-1.pic.two
{
	background-color: #f4b943;
}
.col-1.pic.three
{
	background-color: #a2c64a;
}
.col-1.pic.four
{
	background-color: #6199cc;
}
.col-1.pic.five
{
	background-color: #646361;
}


.footer
{
	background-color: #c91411;
	float: left;
	padding:  1.5% 0;
	width: 100%;
	 
}
.footer2
{
    height:40px;
	background-color: gray;
	float: left;
	padding:  1.5% 0;
	width: 100%;
	bottom:0px;
	padding-top:6px;
	padding-bottom:0px;
	 
	 
	 
}

.copy
{
	color: #ffffff;
	float: right;
}



/* LOG IN */


.login-part
{
	 
	height: 1235px;
	width: 100%;
}


.login
{
	margin: 11% auto;
	width: 680px;
}

.login-logo
{
	background-color: #ffffff;
	border-radius: 50%;
	padding: 6% 10%;
	text-align: center;
	width: 33%;
	box-shadow: inset 2px 10px 59px 18px #F9E8E8,4px 4px 23px -2px #b5b4b4;
	-webkit-box-shadow: inset 2px 10px 59px 18px #F9E8E8,4px 4px 23px -2px #b5b4b4;
	-moz-box-shadow: inset 2px 10px 59px 18px #F9E8E8,4px 4px 23px -2px #b5b4b4;
	-o-box-shadow: inset 2px 10px 59px 18px #F9E8E8,4px 4px 23px -2px #b5b4b4;
	position: relative;
}

.login-details
{
	background-color: #ffffff;
	border-radius: 50%;
	height: 280px;
	left: 42%;
	padding: 5% 0;
	position: absolute;
	top: 45%;
	width: 29%;
	box-shadow: inset -21px -2px 29px 0px #F9E9E9,7px 0px 14px 1px #CCCCCC;
	-webkit-box-shadow: inset -21px -2px 29px 0px #F9E9E9,7px 0px 14px 1px #CCCCCC;
	-moz-box-shadow: inset -21px -2px 29px 0px #F9E9E9,7px 0px 14px 1px #CCCCCC;
	-o-box-shadow: inset -21px -2px 29px 0px #F9E9E9,7px 0px 14px 1px #CCCCCC;
	-webkit-padding-start: 0%;
	-webkit-padding-before: 5%;
	-webkit-padding-end: 0%;
	-webkit-padding-after: 4%;
}




input[type=radio]:not(old):checked + label > span > span
{
	display: block;
	width: 0.5em;
	height: 0.5em;
	margin: 0.125em;
	border: 0.0625em solid rgb(115,153,77);
	border-radius: 0.125em;
	background: rgb(153,204,102);
	background-image: -moz-linear-gradient(rgb(179,217,140),rgb(153,204,102));
	background-image: -ms-linear-gradient(rgb(179,217,140),rgb(153,204,102));
	background-image: -o-linear-gradient(rgb(179,217,140),rgb(153,204,102));
	background-image: -webkit-linear-gradient(rgb(179,217,140),rgb(153,204,102));
	background-image: linear-gradient(rgb(179,217,140),rgb(153,204,102));
}


.login-details p
{
	float: left;
}

.user > input
{
	border-radius: 4px;
	padding: 4px 21% 8px 6%;
}

.login-details p
{
	float: left;
	font-size: 18px;
	text-align: inherit !important;
	width: 94%;
}


.user
{
	float: left;
	margin: 5% 0 0 19%;
	width: 80%;
}

.mac
{
	float: left;
}

.forgot
{
	color: #000000;
	float: right;
	font-size: 14px;
	margin: 10px 70px 0 0;
	text-decoration: none;
}


.go-button
{
	background: rgba(0, 0, 0, 0) url("../images/go-butt.png") no-repeat scroll 0 0;
	float: left;
	height: 105px;
	margin: 16% 0 0 7%;
	width: 100%;
	 
}


.rando
{
	background-color: #ffffff;
	border-radius: 10px;
	float: left;
	left: 45%;
	padding: 1% 80px;
	position: absolute;
	top: 28%;
	width: 10%;
}
.table-row
{
    display:table-row;
}
.table-none
{
    display:none;
}

.brightness {
    background-color: #212121;
    display: inline-block;
   

}
.brightness img:hover {
    border:solid 1px #212121; margin:1px;
}








