@charset "utf-8";
/* CSS Document */
html {
    margin: 0;
    padding: 0;
}

body {
	 background-color: #FFF4F4;
}



.widget .widget-content {
   /* background: url("../images/inner-shadow.png") repeat-x scroll 0 0 #FFFFFF;*/
    background: repeat-x scroll 0 0 #FFFFFF;
    border-top: 1px solid #CECECE;
    min-height: 350px;
	min-width:850px;
    padding: 20px;
}



.row-fluid .span4 {
    width: 31.6239%;
	float:left;
}

.row-fluid .span8 {
    width: 58%;
	margin-left: 2.12766%;
}
.boxtitle {
    border-bottom: 1px solid #EEEEEE;
    color: #AAAAAA;
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 0 0 10px;
    text-transform: uppercase;
}


form {
    margin: 0 0 18px;
}

.row-fluid .span4 {
    width: 31.6239%;
	float:left;
}

.row-fluid .span8 {
    width: 72%;
	margin-left: 2.12766%;
	display:inline-block;
}


.profileSetting {
    padding: 10px 0;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #EEEEEE -moz-use-text-color #FFFFFF;
    border-image: none;
    border-left: 0 none;
    border-right: 0 none;
    border-style: solid none;
    border-width: 1px 0;
    margin: 18px 0;
}


.profileSetting .avartar {
    margin: 0 auto;
    padding: 8px 0;
    width: 180px;
}

img {
    border: 0 none;
    vertical-align: middle;
}

input[type="text"], input[type="password"], .fileupload {
    background-position: 5px 5px;
    border: 1px solid #DDDDDD;
    box-shadow: 1px 1px 2px #F5F5F5;
    height: 28px;
    line-height: 28px;
    outline: 0 none;
    padding: 0 7px;
    transition: all 0.4s ease 0s;
}


.profileSetting .avartar span {
    color: #AAAAAA;
    display: block;
    margin: 5px 5px 0;
}


 form div.section {
    border-bottom: 1px solid #EFEFEF;
    border-top: medium none;
    padding: 0 0 13px;
}


form div.section > label {
    color: #404040;
    float: left;
    font-size: 11px;
    font-weight: bold;
    margin-right: 5%;
    margin-top: 2px;
    padding: 11px 0 0;
    text-transform: uppercase;
    width: 30%;
}

form div.section label small {
    color: #999999;
    display: block;
    font-size: 11px;
    font-weight: normal;
    line-height: 13px;
    margin-top: 3px;
    text-transform: none;
}


form div.section > div {
    color: #404040;
    font-size: 11px;
    margin-left: 35%;
    padding: 13px 0 0;
    position: relative;
}


#screen {
   width:250px;
	height:250px;
	margin:5px 0px 20px 0px;
	border:2px #f5f5f5 solid;
	background:#000000;
	text-align: center;
	color:#666;
}
.hideme{
	display:none;
}

#preloader {
	background: #000000  no-repeat 12px 10px;
	font-size: 11px;
	height: 180px;
	line-height: 20px;
	text-align: left;
	text-indent: 36px;
	width: 180px;
	z-index: 1209;
	opacity:0.8;
	filter:alpha(opacity=80);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	color: #FFF;
	text-shadow:none;
}

#preloader img{
	padding-top: 40px;
}


.webcam {
    display: none;
}

.filebtn {
	width: 190px;
	height: 30px; 
	background:  url("../images/addFiles.png") no-repeat scroll right center transparent;
	display: inline; 
	position: absolute; 
	margin-left: -168px;
	cursor:pointer;
}

#contadortext {
   display:inline;
   margin-left:10px;
}


