/*** global ***/
body{
	background-color:#efeff1;
	height:100%;
	overflow-y:auto;
	padding-bottom:40px;
	
}

/* setpassword screen */
#setPasswordPage .error{
	border:1px solid #f00;
}

/* signup screen */
#signupThanksPage span6{
		/*	Mudassar:	color:#fff; */
}
#signupPage h3{
		/*	Mudassar:	color:#fff; */
}

#signupPage h4{
	/*	Mudassar:	color:#fff; */
}

#signupPage label{
	/*	Mudassar:	color:#fff; */
}

#signupPage h1{
	/*	Mudassar:	color:#fff; */
	margin-left:10px;
	margin-top:25px;
}

/* login screen */
#loginPage body {
    font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;
    background:#fff;
}
#loginPage form {
    background: #018086;
    -webkit-box-shadow: 3px 3px 90px 0px rgba(0,0,0,0.33);
    -moz-box-shadow: 3px 3px 90px 0px rgba(0,0,0,0.33);
    box-shadow: 3px 3px 90px 0px rgba(0,0,0,0.33);
}

#loginPage label {
    color:#fff;
}

#loginPage span {
    color:#fff;
}



#loginPage button{
    background: #00a3ce;
    color: white;
}

#loginPage a{
    color: white;
}

#loginPage h1{
	/*	Mudassar:color:#fff;*/
}



#validatingLoginMsg {
/*	Mudassar:color:#fff;*/
}

#loginPage .checkbox{
/*	Mudassar:color:#fff;*/
}

.mainbody {
/*	Mudassar: background: url(../img/bg-new.png) #000 no-repeat; */
	background-size: 100%;
}
.Zlogo{
	height:42px;
	margin-top:3px;
	cursor:pointer;
	padding-bottom:3px;
}
.Znavbar-inner{
	background:url(../img/header_bg.png) center;
}

.topNavA
{
	padding:15px 10px 11px;
}


.navbar-inner {
	background-color: #2c2c2c;
	background-image: none;
}
#usersCount {
	color:#FFF;
}
.label-purple{
/*Mudassar	background-color:#694A88; */
	background-color:#00779a; 
	
}
.topbar-index
{

	background:url(../img/purple_bar.png) no-repeat !important;
	background-size:100% 113px !important;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/purple_bar.png', sizingMethod='scale')";

	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/purple_bar.png',sizingMethod='scale')";
}
.topbar-index a{
	cursor:pointer;
}
.page-title
{
	margin-top:70px;
	margin-left:30px;
	color:#fff;
}
.topbar-users
{
	
	background:url(../img/user-top-bar.png) no-repeat !important;
	background-size:100% 113px !important;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/user-top-bar.png', sizingMethod='scale')";

	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/user-top-bar.png',sizingMethod='scale')";
}
.topbar-users a{
	cursor:pointer;
}
.topbar-lists
{
	background:url(../img/lists-top-bar.png) no-repeat !important;
	background-size:100% 113px !important;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/lists-top-bar.png', sizingMethod='scale')";

	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/lists-top-bar.png',sizingMethod='scale')";
}

.topbar-contents
{
	
	background:url(../img/contents-top-bar.png) no-repeat !important;
	background-size:100% 113px !important;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/contents-top-bar.png', sizingMethod='scale')";

	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/contents-top-bar.png',sizingMethod='scale')";
}
.topbar-contents a{
	cursor:pointer;
}
.topbar-settings
{
	background:url(../img/settings-top-bar.png) no-repeat !important;
	background-size:100% 113px !important;
	filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/settings-top-bar.png', sizingMethod='scale')";

	-ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/settings-top-bar.png',sizingMethod='scale')";
}
.Zaction{
	width:300px;
	height:139px;
	display:block;
	text-decoration:none !important;
}
.Zaction img{
	width:100px;
	height:139px;
	float:left;
	padding-right:10px;
}
.Zaction h3{
	text-align:left;
	margin-top:14px;
	color:#000;
	font-weight:bold;
/* Mudssar	text-shadow:1px 1px 1px #000;
	*/
}
.Zaction p{
	text-align:left;
	color:#acacac;

}
.Zdisabled{
  cursor: not-allowed !important;
  background-image: none !important;
/*  background-color: #e6e6e6;*/
  opacity: 0.50 !important;
  filter: alpha(opacity=50) !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.no-round-bottom{
	-webkit-border-radius: 4px;
	-webkit-border-bottom-right-radius: 0px;
	-webkit-border-bottom-left-radius: 0px;
	-moz-border-radius: 4px;
	-moz-border-radius-bottomright: 0px;
	-moz-border-radius-bottomleft: 0px;
	border-radius: 4px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
}
@media (min-width: 768px) and (max-width: 980px) {
	.topbar-index img
	{
		margin-top:6px;
		margin-left:6px;
		height:70px;
	}
	.page-title{
		line-height:135px;
		margin-left:30px;
	}
}
@media (max-width: 768px) {
	.topbar-index img
	{
		margin-top:6px;
		margin-left:6px;
		height:65px;
	}
	.page-title{
		line-height:125px;
		margin-left:5px;
	}
}
.home_signup_button{
	background:url(../img/signup_btn_bg.png); 
	background-position:center top; 
	background-repeat:no-repeat; 
	padding:15px 30px; 
	font-family:Arial, Helvetica, sans-serif; 
	font-weight:bold; 
	font-size:19px; 
	color:white;
	border:none;
	width:137px !important;
	height:50px !important;
	}


.table th{
	/* Mudassar:background-color:#694A88;
	*/
	background-color:#cbc9c9;
	color:#FFF;
}

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  /* Mudassar: background-color: #DACFE5;
*/
background-color: #ffffff;
}

.table-striped tbody tr:nth-child(even) td,
.table-striped tbody tr:nth-child(even) th {
/* Mudassar: background-color: #EFEAF0;
*/
  background-color: #f9f9f9;
}
.alert-success {
  color: #FFF;
 /*Mudassar: background-color: #694A88; */
	background-color: #00779a;
  border-color: #341446;
text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.nav-pills > .active > a,
.nav-pills > .active > a:hover {
  color: #ffffff;
 /* Mudassar: background-color: #341446;
*/
background-color: #00779a;

}
.nav > li > a{
	color:#341446;
}
.nav > li > a:hover {
  text-decoration: none;
  /* Mudassar: background-color: #DACFE5;
*/
background-color: #dff3f9;
}
.zoomifierPurple{
/* Mudassar	color:#694A88;
	*/
		color:#00779a;
}
.label-zoomifierPurple{
	color:#fff;
/* Mudassar		background:#694A88;
*/
	background:#00779a;
	text-shadow:0px 1px 0px #000;
}
.btn-zoomifier-purple {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 16px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  /*Mudassar background-image: -ms-linear-gradient(top, #ffffff, #AF9FBA);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#AF9FBA));
  background-image: -webkit-linear-gradient(top, #ffffff, #AF9FBA);
  background-image: -o-linear-gradient(top, #ffffff, #AF9FBA);
  background-image: linear-gradient(top, #ffffff, #AF9FBA);
  background-image: -moz-linear-gradient(top, #ffffff, #AF9FBA);
*/
	width:100px;
	height:40px;
	font-weight:bold;
 background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
/*Mudassar	border:3px solid #6D4F81;*/

  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-zoomifier-purple-sm {
  display: inline-block;
  *display: inline;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
 /*Mudassar background-image: -ms-linear-gradient(top, #ffffff, #AF9FBA);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#AF9FBA));
  background-image: -webkit-linear-gradient(top, #ffffff, #AF9FBA);
  background-image: -o-linear-gradient(top, #ffffff, #AF9FBA);
  background-image: linear-gradient(top, #ffffff, #AF9FBA);
  background-image: -moz-linear-gradient(top, #ffffff, #AF9FBA);
*/
/*	width:70px;*/
	height:30px;
	font-weight:bold;
 background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-bottom-color: #b3b3b3;
/*Mudassar	border:3px solid #6D4F81; */

  -webkit-border-radius: 7px;
     -moz-border-radius: 7px;
          border-radius: 7px;
  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#AF9FBA', GradientType=0);
  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn-zoomifier-grey-sm {
	display: inline-block;
	  *display: inline;
	  padding: 4px 10px 4px;
	  margin-bottom: 0;
	  *margin-left: .3em;
	  font-size: 14px;
	  line-height: 18px;
	  *line-height: 20px;
	  color: #333333;
	  text-align: center;
	  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	  vertical-align: middle;
	  cursor: pointer;
	  background-color: #f5f5f5;
	  *background-color: #e6e6e6;
	  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
	  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
	  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
	  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
	  background-image: linear-gradient(top, #ffffff, #e6e6e6);
	  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
/*		width:70px;*/
		height:30px;
		font-weight:bold;
	 background-repeat: repeat-x;
	  border: 1px solid #cccccc;
	  *border: 0;
	  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	  border-bottom-color: #b3b3b3;
		border:3px solid #000;

	  -webkit-border-radius: 7px;
	     -moz-border-radius: 7px;
	          border-radius: 7px;
	  filter: progid:dximagetransform.microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
	  filter: progid:dximagetransform.microsoft.gradient(enabled=false);
	  *zoom: 1;
	  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
	          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}
/*.blackA{
	color:#000;
}*/


.topbar{
	
	/* Mudassar: background:url('../img/purple-bg.png') repeat-x;
	*/
	height:116px;
	margin-top:70px;
	background-color: #00789a;
}
@media (min-width: 1200px) {
	.topbar{
		margin-top:90px;
	}
}
@media (max-width: 979px){
	.topbar{
		margin-top:0px;
	}
	.navbar-fixed-top{
		width:979px;
	}
	.container{
		width:940px !important;
	}
	.span12{
		width:979px;
	}
}
/*	@media (max-width: 979px){
	.topbar{
		margin-top:0px;
	}
}*/
.zActions{
	float:right;
	margin-top:15px;
	margin-right:15px;
}
.zActions li{
	float:left;
	list-style:none;
	margin-left:15px;
}


.topbar img.client-logo {
	position: absolute;
	margin-top: 5px;
	margin-left: 5px;
	
	height: 106px;
	}

/* folders view */
/* responsiveness
--------------------------------------------- */

.contentFrame{
	display:-moz-inline-box;float:left;
	color:#aeaeaea;
/*Mudassar	background-color: #efeaf0;*/
	background-color: #ffffff;
}

.contentFrame:hover
{
/*Mudassar	background-color:rgba(230,220,237,0.35);*/
	background-color:rgba(249,249,249,0.35);
	cursor:pointer
}


@media screen and (max-width: 4000px) 
{
	.contentFrame{width:50%;min-width:375px;height:100px}
	.contentFrame:first-child {background: #dacfe5}
	.contentFrame:nth-child(4n) 
	{
			/* Mudassar: background-color: #dacfe5;
			*/
			  background-color: #f9f9f9;
	}
	.contentFrame:nth-child(4n+1) 
	{
		/* Mudassar: background-color: #dacfe5;
		*/
		  background-color: #f9f9f9;
	}		
}



@media screen and (max-width: 1000px) 
{
	.contentFrame{width:100%;min-width:500px;}
	.contentFrame:nth-child(even) 
	{
		/* Mudassar: background-color: #dacfe5;
		*/
		  background-color: #f9f9f9;
	}
	.contentFrame:nth-child(odd) 
	{
		/* Mudassar: background-color: #efeaf0;
		*/
		background-color: #ffffff;
	}
}

	/* Smartphones (landscape) ----------- */
@media only screen 	and (min-width : 321px) 
{
	/* Styles */
}

	/* Smartphones (portrait) ----------- */
@media only screen and (max-width : 320px) 
{
	/* Styles */
}

	/* iPads (portrait and landscape) ----------- */
@media only screen 	and (min-device-width : 768px) 	and (max-device-width : 1024px) 
{
	/* Styles */
}

	/* iPads (landscape) ----------- */
@media only screen and (min-device-width : 768px) 	and (max-device-width : 1024px) and (orientation : landscape) 
{
	.contentFrame{width:50%;min-width:320px;}
	.contentFrame:first-child {background: #dacfe5}
	.contentFrame:nth-child(even) 
	{
		/* Mudassar: background-color: #dacfe5;
		*/
		  background-color: #f9f9f9;
	}
	.contentFrame:nth-child(odd) 
	{
		/* Mudassar: background-color: #efeaf0;
		*/
		  background-color: #ffffff;
	}
	.contentFrame
	{
		font-size:13px;
		line-height:17px;
	}
	.infoFrame .descInfo 
	{	
		line-height:14px;
	}
}

	/* iPads (portrait) ----------- */
@media only screen 	and (min-device-width : 768px) 	and (max-device-width : 1024px) 	and (orientation : portrait) 
{
	.contentFrame{width:100%;min-width:400px;}
	.contentFrame:nth-child(even) 
	{
			/* Mudassar: background-color: #dacfe5;
			*/
			  background-color: #f9f9f9;
	}
	.contentFrame:nth-child(odd) 
	{
			/* Mudassar: background-color: #efeaf0;
			*/
			  background-color: #ffffff;
	}
	.contentFrame
	{
		font-size:14px;
		line-height:19px;
	}
	.infoFrame .descInfo 
	{	
		line-height:16px;
	}
}



.categoryframeWindow 
{
	background-image:url(../img/folder_b.png);
}

.categoryframe 
{
	background-image:url(../img/folder_f.png);
}

.box 
{
	padding: 19px 29px 29px;
	margin: 10px auto 20px;
	/*background-color: #fff;
	border: 1px solid #e5e5e5;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.05);
	box-shadow: 0 1px 2px rgba(0,0,0,.05);*/
	text-align:center;
	height:150px;
	border: 1px solid #CCC;
	min-width: 150px;
	background: #f8f8f8;
	border-radius: 5px;
}


#cat-container
{
}

h5.over 
{ 
	display: block;
	width: 150px;
	height: 20px;
	margin-bottom: 5px;
	overflow: hidden;
}



.contentFrame table{
border-collapse: separate;
border-spacing: 0;	
}

.contentFrame{margin:0px;padding:0px;}

.contentFrame{
	font-size:11px;
	line-height:16px;
	}
.contentFrame table{
	padding-left:8px;
}
.infoFrame .descInfo {	
	line-height:13px;
	}
	

		
		/* iPhone 4 ----------- */
/*	@media	only screen and (-webkit-min-device-pixel-ratio : 1.5), only screen and (min-device-pixel-ratio : 1.5) {
			.contentFrame{width:100%;min-width:400px;}
			.contentFrame:nth-child(even) {
			    background-color: #f4f4f5;
			}
			.contentFrame:nth-child(odd) {
			    background-color: #ffffff;
			}
			.contentFrame{
				font-size:15px;
				line-height:20px;
				}
			.infoFrame .descInfo {	
				line-height:18px;
				}
		}
		*/

.imgFrame 
{
	float: right;
	max-height: 90px;

	max-width: 110px;
	padding-left:5px;
   // background-color: #f00;
}
	
.infoFrame 
{
	padding:10px;
    width: 100%;
//	height:80px;
	font-size:12px;
	height:100%;
   // background-color: #0f0;

}

.infoFrame .title 
{
		float:left;
		font-family:"Arial";
		font-weight:bold;
	    width: 100%;

}

.infoFrame .descInfo 
{
	font-family:"Arial";
    width: 95%;
}
.infoFrame .desc 
{
	float:left;
	font-weight:bold;
	width: auto;
}
.infoFrame .descValue 
{
	margin-left:3px;
	width: 100%;
}
	
.infoFrame .postInfo 
{
	font-family:"Arial";
    width: 100%;
}
.infoFrame .posted 
{
	float:left;
	font-weight:bold;
	width: auto;
}
	
.infoFrame .postedValue 
{
	margin-left:3px;
	width: auto;
}
	
.infoFrame .fileInfo {
	
	font-family:"Arial";
    width: 95%;
	
}	
.infoFrame .filesize 
{
	float:left;
	font-weight:bold;
	width: auto;
}
.infoFrame .cached 
{
	float:center;
	margin-left:50px;
	font-weight:bold;
	width: auto;
}
	
.infoFrame .sharing 
{
	margin-left:50px;
	font-weight:bold;
    width: auto;
}
.infoFrame .filesizeValue 
{
	margin-left:3px;
	width: auto;
}
.infoFrame .cachedValue 
{
	margin-left:3px;
	width: auto;
}

.infoFrame .sharingValue 
{
	margin-left:3px;
	width: auto;
}
	
.categoryframe 
{
	display:inside-block;
	position: relative;
	z-index : 3;
	width:104px;
	height:80px;
	background-size:104px 80px;
}
		
.categoryframeWindow 
{
	display:inside-block;
	position: absolute;
	padding:0px;
	z-index : 1;
	top: 16px; 
	left: 3px;
	width:96px;
	height:59px;
	background-size:96px 59px;
	text-align:center;
	background-repeat:repeat-x;
	vertical-align:middle
}
	
.categoryimage
{
	z-index: 1; 
	margin-top:3px;
	max-height: 55px;
	max-width: 92px;
}
	
 .infoFrame .categoryFiles 
 {	
	float:left;
	font-family:"Arial";
	font-weight:normal;
	width: 95%;	
	font-size:12px;
	line-height:18px;
}
		
.infoFrame .categorytitle 
{	
	float:left;
	font-size:14px;
	font-family:"Arial";
	font-weight:bold;
	width: 95%;
	line-height:18px;
}
/* Drag n drop */
.file-progress{
	background-color:#00a6a9; 
	position: absolute;
	bottom: 0;
	height: 5px;
	width:0%;
}
.btn-customer-reports{
	color: #fff;
    background-color: #00a5a7;
    border-color: #00a5a7;
}
.btn-customer-reports.active{
	color: #fff;
    background-color: #00789a;
    border-color: #00789a;
}
.tile-stats.tile-red{
	    background: #00789a;
}
.table-condensed thead th
{
	background:#00789a;
}
.daterangepicker td.start-date,.daterangepicker td.end-date
{
	background-color: #00a5a7 !important;
}
#sharing tr > th{
	background: #00789a;
}
#reading tr > th{
	background: #00789a;
}
thead th{
	background: #00789a !important;
	color:#fff !important;
}
.daterangepicker td.in-range.available
{
	background: #C3F5F4;
}
.daterangepicker td .today.active.active.in-range.available
{
	background: #00a5a7 !important;
}
.daterangepicker th{
	border-radius: 0px;
}
.btn-info
{
	background-color: #00a5a7 !important;
	border-color: #00a5a7 !important;
}