@charset "utf-8";
/* CSS Document */
@font-face {
    font-family: "Roboto";
    src: url("../fonts/Roboto-Regular.ttf");
}
@font-face {
    font-family: "Roboto-bold";
    src: url("../fonts/Roboto-Bold.ttf");
    font-weight: bold;
} 
@font-face {
    font-family: "Roboto-italic";
    src: url("../fonts/Roboto-Italic.ttf");
    font-style: italic, oblique;
}
@font-face {
    font-family: "Roboto-bold-italic";
    src: url("../fonts/Roboto-BoldItalic.ttf");
    font-weight: bold;
    font-style: italic, oblique;
} 
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.ttf?v=4.3.0');
  font-weight: normal;
  font-style: normal;
}

body {
	
	background-position:center;
	background-repeat:repeat;	
	background-color:#333;
	padding:0px;
	margin:0px;
	background-color:#808080;
	background-image:url(../images/background/1.jpg);
	background-repeat:repeat-x;
	background-position:top;
	background-size: cover;
	background-position: center;
}


#logo {
	background-image:url(../images/fs_logo-light.png);
	background-position:center;
	background-repeat:no-repeat;
	background-size: contain;
	width: 500px;
	height: 100px;
	margin: 0 auto;
	padding: 20px 0px;
}

.uploading_files {
	margin:0px;
	padding:0px;
	list-style:none;
	
}

.uploading_files li{
	padding:2px 5px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing:1px;
	font-size:11px;
	height: 15px;
	overflow: hidden;
	color:#CCC;
	position:relative;
}
.uploading_files li:hover {
	background-color: rgba(255,255,255,0.2);	
}
.dropzone-highlight-container {
	position:absolute;
	top:0px;
	left:0px;
	background:rgba(0,0,0,0.99);
	opacity:0.8;	
	z-index: 2;
}
li:hover .remove {
	background-image:url(../images/icon-remove.png);
	background-color:rgba(0,0,0,0);;
	width:14px;
	height:14px;
	float:right;
	display:block;
	top: 2px;
	right: 3px;
	position: absolute;
}

.remove {
	background-image:url(../images/icon-remove.png);
	background-color:#FFF;
	width:14px;
	height:14px;
	float:right;
	display:none;
	cursor:pointer;	
}

.error:after {
	content: "";
	display: block;
	width: 32px;
	height: 12px;
	margin: 0px;
	position: absolute;
	background-repeat: no-repeat;
	left: 0px;
	top: -10px;
	background-image: url("../images/error_bg.png");
	background-position:top center;
}

.error {
	background-color: #F00;
	background-position: left top;
	background-repeat: no-repeat;
	height: 15px;
	padding: 5px 5px 5px 5px;
	color: #FFF;
	font-family: "Roboto",Arial,Helvetica,sans-serif;
	font-size: 12px;
	line-height: 15px;
	z-index: 1;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-align: left;
	position: absolute;
	top: 40px;
	left: 0px;
}

.error_log {
	
	text-align:left;
	padding:5px 20px 5px 5px;
	color:#F00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	z-index: 1;
}

.login_window {
	width:310px;
	margin:0px;
	padding:0px;
	position:absolute;
	left:500px;
	top:10px;
	border:rgba(0,0,0,0.5) solid 0px;
	min-height:282px;
	background-color:rgba(0,0,0,0.5);
	
}

.login_window .main_div {
	margin:0px;
	padding:0px;
	border:#CCC solid 0px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
	min-height:280px;
	background:none;

}

.upload_length {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	color:#CCC;
	line-height: 25px;
	margin: 0px 5px 0px 0px;
	display: block;
	clear: both;
	text-align: right;
}
.current_file:before {
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	margin: 0px 5px 0px 5px;
	float: left;
	background-color:rgba(0,0,0,0);
	background-image: url(../images/upload.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size:cover;
}
.current_file {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:11px;
	letter-spacing:1px;
	color:#CCC;
	display: block;
	line-height: 25px;
	float: left;
	-webkit-transition:height 1s;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.login_heading {
	color: #ff6633;
	font-size: 23px;
	font-weight: bold;
	font-family: "Roboto","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin: 10px 10px;
	padding: 10px 0px 0px 0px;	
	display: block;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.login_input {
	width: 235px;
	background: none repeat scroll 0% 0% #fff;
	border: none;
	padding: 7px;
	margin: 10px 0px;
	font-size: 12px;
	font-family: "Roboto",Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
.login_button {
	padding:8px 10px;
	font-family: "Roboto",Arial, Helvetica, sans-serif;
	line-height:15px;
	font-size:15px;
	margin: 0px 5px;
	color:#FFF;
	cursor:pointer;
	letter-spacing: 1px;
	background-color:#ff6633;
	border: #BE4B2E solid 1px;
	width: 118px;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	border-bottom: #BE4B2E solid 3px;
	-webkit-appearance: none;
   -moz-appearance:    none;
   appearance:         none;
   outline:none;
}
.login_button:hover {
	border-bottom: #FFF solid 3px;
}
.forgot_password {
	display:block; 
	font-family: "Roboto",Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 19px;
	margin: 7px 0px 15px 0px; 
	text-align: right; 
	color: #B2B5B6;	 
	text-decoration:none;
	cursor:pointer;
}

.main_tabs_view {
	
	border:#FFF solid 0px;
	min-height:332px;
	background:none;
	z-index: 2;
}
#view {
	width:480px;
	margin:0px auto;
	padding:0px;
	/* position:absolute;
	left:403px;
	top:10px; */
	background:none;
	z-index:2;
	-webkit-border-bottom-right-radius: 5px;
}

#view #sign_in_tab {	
	 border-top:rgba(0,0,0,0.0) solid 2px;  
	 border-bottom:#FFF solid 3px;
}
#view #send_file_tab {
	border-top:rgba(0,0,0,0.0) solid 2px;  
	border-top:#ff6633 solid 2px;
	margin-right:3px;
	border-bottom:rgba(0,0,0,0.5) solid 3px;  
	
}
#view #send_file_tab:hover,#view #sign_in_tab:hover {
	border-top:#ff6633 solid 2px;
}
#view .tab {
	width:228px;
	margin:0px;
	padding:5px 5px;
	background:none;
	z-index: 2;
	font-family:"Roboto",Arial, Helvetica, sans-serif;
	/* font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;*/
	line-height:25px;
	font-size:15px;
	letter-spacing: 1px;
	float:left;
	color:#FFF;
	cursor:pointer;
	background-color: rgba(0,0,0,0.5);
	text-align:center;
	height: 25px;
}
#view .send_file {
	margin:0px auto;
	padding:10px;
	border:#CCC solid 0px;;	
	min-height:327px;
	background:none;
	background-color: rgba(0,0,0,0.5);
	/* position:absolute;
	top:40px;
	left:0px; */
	width: 459px;
		-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;

}
#view .sign_in {
	margin:0px auto;
	padding:10px;
	border:#CCC solid 0px;;	
	min-height:327px;
	background:none;
	background-color: rgba(0,0,0,0.5);
	/* position:absolute;
	top:40px;
	left:0px; */
	width: 459px;
	display:none;
		-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;

}
#view .title{
	color:#ff6633;
	font-size:23px;
	font-weight:bold;
	font-family:"Roboto","Lucida Sans Unicode", "Lucida Grande", sans-serif;
	margin:0px;
	padding:10px 0px 0px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
}


input[name=uploader_field] {
	outline: 0;
	border: 0;
	height: 22px;
	width: 86px;
	opacity: 0;
	filter: alpha(opacity=0);
	font-size: 25px;
	cursor: pointer;
	z-index: 50;
	position: absolute;
	top: 0px;
	left: 0px;
	font-family: "Roboto",Arial, Helvetica, sans-serif;
}
#uploader_submit {
	outline: 0;
	border: 0;
	height: 32px;
	width: 100px;
	opacity: 0;
	filter: alpha(opacity=0);
	font-size: 25px;
	cursor: pointer;
	z-index: 50;
	position: absolute;
	top: 0px;
	left: 0px;
}

.button_ui:before {
	content: "";
	display: block;
	width: 8px;
	height: 9px;
	margin: 2px;
	float: left;
	background: url(../images/icon-add-plus.png) no-repeat 0 0 transparent;
}

.submit_ui {
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
	height: 32px;
	line-height: 32px;
	padding: 0;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	width: 92px;
	text-shadow: 0 -1px #fff;
	color: #46494d;
	font-family: MuseoSansRounded-500;
	-webkit-font-smoothing: subpixel-antialiased;
	background: transparent url(../images/button-app-wide-light.png) no-repeat 0 0;
	font-family: "Roboto",Arial, Helvetica, sans-serif;
	font-size: 13px; 
	position: relative;
	margin: 0px auto;
}


.button_ui {
	cursor: pointer;
	line-height: 1;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-webkit-transition: 0.1s linear all;
	-moz-transition: 0.1s linear all;
	-ms-transition: 0.1s linear all;
	-o-transition: 0.1s linear all;
	transition: 0.1s linear all;
	background-repeat: no-repeat;
	background-color: #e1e2e3;
	background-image: -moz-linear-gradient(top, #fafafa 10%, #efefef 70%, #e1e2e3 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #fafafa), color-stop(70%, #efefef), color-stop(100%, #e1e2e3));
	background-image: -webkit-linear-gradient(top, #fafafa 10%, #efefef 70%, #e1e2e3 100%);
	background-image: -o-linear-gradient(top, #fafafa 10%, #efefef 70%, #e1e2e3 100%);
	background-image: -ms-linear-gradient(top, #fafafa 10%, #efefef 70%, #e1e2e3 100%);
	background-image: linear-gradient(top, #fafafa 10%, #efefef 70%, #e1e2e3 100%);
	color: #46494d;
	font-size: 14px;
	height: 14px;
	display: block;
	padding:  4px 10px 2px 5px;
	text-shadow: 0 1px rgba(255,255,255,0.33);
	border: 1px solid #d1d2d3;
	margin: 5px;	
	position: relative;
}

input.transprant,textarea.transprant {
	border:0px;
	min-width:438px;
	max-width:438px;
	padding:5px 10px;
	outline:0;	
	background: none;
	font-family: "Roboto",Arial, Helvetica, sans-serif;
	font-size:12px;
	letter-spacing:1px;
	margin: 0px;
	color:#EEE;
}
.active {
	display:block;	
}
hr.divider {
	border: 0;
	height: 1px;
	color: #d1d2d3;
	background-color: #606061;
	margin-top: 8px;
	margin-bottom: 8px;
}

#multi-drop {
	background-color:rgba(0,0,0,0) !important;
	
}
.scroll {
	overflow-y:auto;
	overflow-x:hidden;	
	max-height:95px;
}
.scroll::-webkit-scrollbar {
	background: #FFF;
	height: 2px;
	overflow: visible;
	width: 2px;
	border-top:#999 solid 1px;
}
.scroll::-webkit-scrollbar-thumb {
	background-color: #313131;
	border-top:#999 solid 1px;
	cursor:pointer;
	/*	-webkit-border-radius:5px;  */
}
.scroll::-webkit-scrollbar-thumb:hover{
	background-color: #27a1d4;   
}
.scroll::-webkit-scrollbar-corner {
	background: #CCC;
}
.footer_details {
	font-weight:normal; 
	color:#fff; 
	display:block;  
	font-family:Arial, Helvetica, sans-serif;
	margin:5px; 
	text-align:center;
	font-size: 14px;
	line-height: 18px;

}	

#block_ip {
	background:rgba(255,0,0,0.5);	
	border:rgba(255,0,0,0.5) 1px solid;	
	padding:5px 35px;
	font-size:13px;	
	line-height:15px;	
	font-family: "Roboto",Arial, Helvetica, sans-serif;	
	color:#FFFFFF;	
	text-align:center;	
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(255,255,255,0.2);
}
.error_popup {
	
	background:rgba(255,0,0,0.5);	
	border:rgba(255,0,0,0.5) 1px solid;	
	padding:5px 35px;
	font-size:13px;	
	line-height:15px;	
	font-family: "Roboto",Arial, Helvetica, sans-serif;	
	color:#FFFFFF;	
	text-align:center;	
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(255,255,255,0.2);
	
}

.sucess_popup {
	
	background:rgba(0,255,0,0.5);	
	border:rgba(0,255,0,0.5) 1px solid;	
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;	
	padding:0px 35px;	
	/* height:25px;	 */
	font-size:13px;	
	line-height:25px;	
	color:#FFFFFF;	
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(255,255,255,0.2);
	
}

.warning_popup {
	
	background:rgba(255,153,51,0.5);	
	border:rgba(255,153,51,0.5) 1px solid;	
	font-family:Arial, Helvetica, sans-serif;		
	padding:5px 35px;
	font-size:13px;	
	line-height:15px;	
	color:#FFF;	
	-webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.2);
	box-shadow: 0 2px 4px rgba(255,255,255,0.2);
}
#completed {
	background-image:url(../images/success.png);
	background-size: 30px 30px;
	background-position: 115px 2px;
	background-repeat: no-repeat;
	display:none;
}
#failed {
	background-image:url(../images/failed.png);
	background-size: 27px 27px;
	background-position: 20px;
	background-repeat: no-repeat;
	display:none;
}
#drag_folders {
	color:#999; 
	display:block; 
	float:left;	
	font-size:13px;	
	line-height:30px;	
	font-family: "Roboto",Arial, Helvetica, sans-serif;	
}
#remember_me input {
	float:left;	
	margin: 4px 5px 0px 0px;
}
#remember_me {
	display:block; 
	font-family: "Roboto",Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	line-height: 19px;
	margin: 7px 0px 15px 0px;
	text-align: left; 
	color: #B2B5B6;	 
	text-decoration:none;
}

#sign-in-with-google {
	background-image:url(../images/sign-in-with-google.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height:40px;
	width:250px;
	margin:0px auto 5px auto;
	opacity:1;
	cursor:pointer;
	-webkit-transition:opacity 500ms;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
#sign-in-with-google:hover {
	opacity:0.8;
}
#sign-in-with-facebook {
	background-image:url(../images/sign-in-with-facebook.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height:40px;
	width:250px;
	margin:10px auto;
	opacity:1;
	cursor:pointer;
	-webkit-transition:opacity 500ms;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
#sign-in-with-facebook:hover {
	opacity:0.8;
}
#sign-in-with-linkedin {
	background-image:url(../images/sign-in-with-linkedin.png);
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center;
	height:40px;
	width:250px;
	margin:5px auto 0px auto;
	opacity:1;
	cursor:pointer;
	-webkit-transition:opacity 500ms;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
}
#sign-in-with-linkedin:hover {
	opacity:0.8;
}
#or_line {
	background-image:url(../images/or_line.png);
	background-repeat:no-repeat;
	background-position:center;
	height:15px;
	width:250px;
	margin:15px auto;
}
.download_window {
	margin:0px auto;
	padding:10px;
	border:rgba(0,0,0,0.5) solid 10px;	
	min-height:250px;
	background:none;
	background-color: rgba(0,0,0,0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:250px;
	position:relative;
	
}
#recovery_password {
	margin:0px auto;
	padding:10px;
	border:rgba(0,0,0,0.5) solid 10px;	
	min-height:250px;
	background:none;
	background-color: rgba(0,0,0,0.5);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width:300px;
	position:relative;	
}
#recovery_password #heading {
	display:block; 
	font-family: "Roboto",Arial, Helvetica, sans-serif; 
	font-size: 16px; 
	line-height: 19px;
	margin: 7px 0px 15px 0px;
	text-align: left; 
	color: #FF6600;	 
	text-decoration:none;
	text-transform: uppercase;
}
#recovery_password .label_title {
	display:block; 
	font-family: "Roboto",Arial, Helvetica, sans-serif; 
	font-size: 14px; 
	line-height: 19px;
	margin:0px;
	text-align: left; 
	color: #B2B5B6;	 
	text-decoration:none;
}
#recovery_password .login_input {
	width: 285px;
}
#recovery_password .login_button {
	width: 185px;
}

#choose_company_account_drive label.heading {
	font-family: "Roboto-Bold";
	font-size: 14px;
	line-height: 24px;
	color: #FB4700;
	padding: 5px 0px 0px 5px;
	display: block;
}

#choose_company_account_drive label.title, #new_user_info label.title {
	font-family: "Roboto-Bold"; 
	font-size: 13px; 
	line-height: 24px;
	color: #494949;
	padding: 5px 0px 0px 5px;
	display: block;
}

#new_user_info input[type=text] {
	font-family: "Roboto";
	background-color: #ffffff;
	background-position: 96%;
	background-repeat: no-repeat;
	border: 1px solid #ddd;
	border-radius: 0px;
	box-shadow: none;
	color: #222222;
	font-size: 13px;
	height: auto;
	line-height: 20px;
	margin: 0;
	min-height: 20px;
	outline: 0;
	padding: 3px 15px 3px 8px;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-indent: .1px;
	text-overflow: '';
	-ms-overflow-style: -ms-autohiding-scrollbar;
	width: 225px;	
}
#choose_company_account_drive select {
	font-family: "Roboto";
	background-color: #ffffff;
	background-image: url(../images/dropdown.png);
	background-position: 96%;
	background-repeat: no-repeat;
	border: 2px solid #ddd;
	border-radius: 4px;
	box-shadow: none;
	color: #222222;
	cursor: pointer;
	font-size: 13px;
	height: auto;
	line-height: 20px;
	margin: 0;
	min-height: 20px;
	outline: 0;
	padding: 3px 15px 3px 8px;
	-moz-appearance: none;
	-webkit-appearance: none;
	text-indent: .1px;
	text-overflow: '';
	-ms-overflow-style: -ms-autohiding-scrollbar;
	width: 250px;	
}
#choose_company_account_drive select:disabled{
	opacity:0.5;
	cursor:initial;
}

#choose_company_account_drive input[type=button],#new_user_info input[type=button] {
  display: block;
  margin: 10px auto;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: white;
  padding: 5px 10px;
  background: rgb(255,102,0);
  border: none;
  border-bottom: 3px solid rgb(190, 83, 11);
  border-radius: 2px;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
  width: 80px;
  outline:none;
}

#choose_company_account_drive input[type=button]:hover {
  border-bottom: 3px solid rgb(255,255,255);
}

.required {
	font-family: "Roboto";
	font-size: 13px;
	line-height: 20px;
	color: #F00;
	padding: 0px 0px 0px 5px;
}

#drag_file.active {
	background-color:#333;
	z-index:1111111111111111111111111;
	opacity:0.5;
}