/*
* Changes 2015 Styles
*/

/* Set password */

input[name="username"], input[name="password"], input[name="newPassword"], input[name="retypePassword"]
{
    border:#b3b3b4 1px solid;
    height:32px;
    color: #6A6A71;
}

.form-container
{
    padding:10px 20px 20px 20px;
    background-color:White;
    position:relative;
    height:110%;
    z-index:1;
}

.username, .password, #new-password, #retype-password
{
    margin:10px 0 10px 0;
}

.addTextIndentnew
{
    text-indent:8px !important;
    width:290px;
    height: 30px;
    display:block;
}

/* Set password end */



/* Login page */

/* 17 April 15 /*/
#sharedFile-container {
    background: White;
    position: absolute;
    display: inline-block;
    overflow:auto;
    top: 277px;
    left: 0;
    right: 0;
    bottom: 0;
}


#shareFile-container{
    background: #062b59;
    padding:20px;
    height: 122px;
    
}

.file-handler
{
    margin: -20px 0 0 0;
    padding: 10px;
    background-color: #ffffcc;
    width: 662px;
}

#progressBar 
{
    width: 400px;
    height: 22px;
    border: 1px solid #111;
    background-color: #292929;
    display:inline-block;
}
#progressBar div 
{
    height: 100%;
    color: #fff;
    text-align: right;
    line-height: 22px; 
    width: 0;
    background-color: #009900;
}

.available-space
{
    position:absolute;
    top: 23px;
    right: 20px;
}

.available-space span
{
    color:#666666;
}

#downloadFile-container{
    background: White;
    position: absolute;
    display: inline-block;
    top: 111px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow:auto;
}


/* 16 April 15 */


/*
#docs-list-download li p, #docs-list li p{
    padding:8px;
}
*/



#login-form {
  width: 576px;
  height: 199px;
  position: absolute;
  left: 50%;
  top:280px;
  margin: 0 0 0 -288px;
  background-color: White;
}


.icon-docs {
    height: 104px;
    width: 84px;
    display: block;
    margin:auto;
    background: url(../img/icons-docs.png) no-repeat;
    margin-top:12px;
}

.title-color-top
{
    font-size:14px;
    color:#666666;
    height:71px;
}

.title-color-bottom
{
    font-size:14px;
    color:#134070;
    height:40px;
}


ul.rig li {
  display: inline-block;
  margin: 0 0 0 0;
  background: #dae2e8;
  font-size: 16px;
  font-size: 1rem;
  vertical-align: top;
  /* border: 1px #ada59e solid; */
}

.btn-block {
  width: 100%;
}

.form-instruction{
    margin:  5px 0 0 0;
    font-weight:600;
}

.title-spacing
{
    padding:0 10px 4px 10px;   
}

#upload-btn-server {
  width: 82px;
  height: 38px;
  background-color: White;
  margin: 26px 0 0 20px;
  border: 0;
}

.btn-align{
    text-align:center; 
}

.btn-primary {
  color: #cb185c;
  background-color: white;
  border-color: #811836;
}

.btn-secondary {
  color: white;
  background-color: #cb185c;
  border: 0;
  height: 37px;
}

.btn-fbrowse
{
    margin: 27px 0 0 20px;
    float:left;
}

div.btn-fbrowse input {
  display: block !important;
  width: 79px !important;
  height: 37px !important;
  margin: -30px 0 0 -13px;
  opacity: 0;
  position: absolute;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  filter: alpha(opacity=0);
  overflow: hidden !important;
}

.browse-file {
    width: 103px;
    height: 46px;
    background: url(../img/browse.jpg);
    overflow: hidden;
    float: left;
    margin:0 0 0 20px;
}



#fileNameShow{
    float: left;
}

.h-title-file
{
    color:#fff;
    font-size:16px;
}

.uploadnormal
{
    color:#999;
    font-size:14px;
}

.textbox-style{
    height: 30px;
    display:block;
    text-indent:10px;
    background-color:#7087a1;
    border:#8395ac 1px solid;
}

input[name="titleUpload"]
{
    background-color:#7087a1;
    border:#8395ac 1px solid;
    color: White;
}


.title-uploadw
{
    width:200px;
}

.file-nameuploadw
{
    width:450px;
}
.upload-title
{
    width:230px;
    float:left;
}

.upload-style{
    width:290px;
    height: 30px;
    display:block;
}



input[name="userlogin"] {
  -webkit-appearance: button;
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  right: 10px;
  width: 67px;
  height: 45px;
  background-repeat: no-repeat;
  background-image: url(../img/login/submit.png);
}
/* 16 April 15 */
.logo-1{
    width: 318px;
    height: 104px;
    float: left;
    background-image: url(../img/login/topband_01.png);
    background-repeat: no-repeat;
}
.header-part{
    height: 104px;
    position: absolute;
    left: 318px;
    right: 204px;
    background-image: url(../img/login/topband_02.png);
}
.logo-2{
    width: 204px;
    height: 104px;
    position: absolute;
    right: 0;
    background-image: url(../img/login/topband_03.png);
    background-repeat: no-repeat;
}
/* Login page end */

#login-btn
{
    display:inline-block;
}

.help-screen {
  position: absolute;
  height: 540px;
  width: 672px;
  top: 50%;
  left: 50%;
  margin: -245px 0 0 -356px;
  z-index: 3;
}

.message {
  background: #181818;
  position: absolute;
  top: 130px;
  left: 0;
  width: 100%;
  padding: 20px;
  overflow: hidden;
  box-sizing: border-box;
}

.animation-style
{
    -webkit-transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
    transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);
}

.slide-up
{
    top: 198px;   
}

.slide-down
{
    top: 248px;  
}

.submit-parent
{
  position: relative;
  right: 0;
}



#login .selectedButton {
  background-color: #bfdbe6;
}

input[type=checkbox]:before { content:""; display:inline-block; width:20px; height:20px; background-image:url(../img/login/check_01_02.png);   margin-top: -4px;}
input[type=checkbox]:checked:before { background-position:-20px 0; }

h2{
    margin: 0;
    font-weight:300;
}

.show-password {
  margin: 10px 0 0 0;
  float: left;
}

.form-container a:link, .form-container a:hover, .form-container a:active, .form-container a:visited
{
    color:#003366 !important;
    text-decoration: none; 
}

label {
  display: inline-block;
  margin-left: 10px !important;
  color: #003366 !important;
  width:150px !important;
}

.btn-selected {
  color: #fff;
  background-color: #901b3d;
  border-color: #811836;
}

#signupbtn, #loginbtn, #forgot-password
{
    padding:10px;
    display:block;
}

.btn-new {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

.btn-new.disabled, .btn-new[disabled], fieldset[disabled] .btn-new {
  pointer-events: none;
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: .40;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
  background-color: #D03B67;
  border-color: #D03B67;
}

.btn-lg, .btn-group-lg>.btn-new {
  border-radius: 0px;
}


.username img, .password img
{
    position:absolute;
    margin:1px 0 0 1px;
}

#login
{
    background-color:#cccccc;
}
.panel-right {
  width: 220px;
  display: inline-block;
  position: relative;
  margin-top: 10px;
  margin-left: 10px;
}

.panel-left {
  width: 304px;
  display: inline-block;
  float: left;
  border-right: solid 1px #b2b2b2;
  height:88%;
}

.style-font
{
    font-family: 'Open Sans', sans-serif;
}

.semibold
{
    font-weight: 600; 
}
.container-main {
  height: 100%;
  width: 100%;
  overflow: hidden;
  background-color: #cccccc;
}

.on-submit {
  padding: 10px;
  background-color: #ffffcc;
  border-top: 1px solid #cccccc;
}

.addTextIndent
{
    padding-left:40px;
    width:250px;
    height: 30px;
    display:block;
}


/*
* Changes 2015 Styles End
*/



.file-button-opacity{
    opacity: .5; 
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=50)'; 
    filter: alpha(opacity=50);
}

#top-band{
    height:35px;
    background-color: #333333;
    color:#999;
}
#top-nav-bar{
    right: 10px;
    position:absolute;
}
#network-signal-bar{
    background: url(../img/download_online_icon.png) 0px -35px no-repeat;
    height: 23px;
    width: 26px;
}

#top-nav-bar ul{
    margin: 0;
    padding: 0;
    list-style: none;
    float: left;
}

#top-nav-bar ul li{
    display: inline-block;
    margin: 0 0 0 10px;
    padding: 0;
    float: left;
}

#help-btn-bar{
    /* height: 30px; */
    /* width: 23px; */
    margin-top: 2px;
    display: block;
}

.online{
    background-position: -24px -35px !important;
}

#signout-bar{
   font-size: 13px;
   font-weight: bold;
   color: rgb(103, 189, 247);
   display: block;
   margin-top: 7px;
}

#username-bar{
    font-size: 13px;
    font-weight: bold;
    display: block;
    margin-top: 7px;
}

.login-user{
    right: 14px !important;
}



.onLineButton {
/* width: 70px; */
/* height: 25px; */
background: green;
padding: 10px;
display: block;
color: white;
text-decoration: none;
}
.goOnLine a:link {
background: green;
padding: 10px;
display: block;
color: white;
text-decoration: none;
}      /* unvisited link */
.goOnLine a:visited {
background: green;
padding: 10px;
display: block;
color: white;
text-decoration: none;
}  /* visited link */
.goOnLine a:hover {background: green;
padding: 10px;
display: block;
color: white;
text-decoration: none;}  /* mouse over link */
.goOnLine a:active {background: green;
padding: 10px;
display: block;
color: white;
text-decoration: none;}  /* selected link */

.help-blocker {
  background-color: black;
  opacity: .8;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)';
  filter: alpha(opacity=80);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.arrow-button-event{}

.help-title {
    font-size: 40px !important;
    margin-left: 14px;
    color:White;
}

.help-close {
    background: url(../img/close_btn.png) no-repeat;
    background-position: -40px 0px;
    height: 45px;
    width: 44px;
    position: absolute;
    right: 10px;
    top: 2px;
}

.help-image {
	background-color: rgb(255, 255, 255);
	padding: 10px;
}

#preloader_file {
margin: 2px 0px 0px 79px;
position: absolute;
}

.arrow-icon{
    background: url(../img/Arrow.jpg)right top no-repeat;
    height: 27px;
    width: 15px;
    display: inline-block;
    margin: 0% 0 2% 87%;
}

.share-red
{
	padding:5px;
	background-color:#ffcc99;
	width:330px;
}

.share-green
{
	padding:5px;
	background-color:#ccffcc;
	width:330px;
}

.error-red
{
    font-weight:bold !important;
    color:#000 !important;
}

.error-red-icon
{
	background: url(../img/login_msg_icon_small.png) no-repeat;
	width:20px;
	height:20px;
}

.error-green-icon
{
	background: url(../img/login_msg_icon_small.png) no-repeat;
	width:20px;
	height:20px;
	background-position:-20px 0px;
}

#file-upload {
    clear: both;
    width: 263px;
}
.error-green
{
    font-weight:bold !important;
    color:#000 !important;
	background-color:#ccffcc;
}

.forgot-pswd a:link {color:#FFFFFF; font-weight:bold; text-decoration:none; font-size:13px;}      /* unvisited link */
.forgot-pswd a:visited {color:#FFFFFF; font-weight:bold; text-decoration:none; font-size:13px; }  /* visited link */
.forgot-pswd a:hover {color:#0B0B3B; font-weight:bold; text-decoration:underline; font-size: 15px;}  /* mouse over link */
.forgot-pswd a:active {color:#FFFFFF; font-weight:bold; text-decoration:none; font-size:13px;}  /* selected link */




.no-fav-message{
    height:40px;
    width:490px;
    font-size: 30px;
    font-weight: bold;
    position: absolute;
    top:50%;
    left:50%;
    margin:-20px 0 0 -205px;
}

.no-fav{
    display:inline-block;
    position: absolute;  
    top :5px;
    left:20px;
    right:20px;
    bottom:5px;
    background: #fff;
}
.notification-number {
    position: absolute;
    left: 50px;
    margin: 20px 0 0 -8px;
    color: white !important;
    font-size: 11px;
    font-weight: bold;
    width: 17px;
    text-align: center;
}
/*.notification-number {
    position: absolute;
    left: 50px;
    margin: -19px 0 0 -7px;
    color: white !important;
    font-size: 11px;
    font-weight: bold;
    width: 17px;
    text-align: center;
}*/

/* Add to favourite */
.favourite-button{
    position: absolute;
    right:22px;
    top:22px;
    height: 44px;
    width: 251px;
    background: url(../img/Add_to_Favorite_BG.png) no-repeat;
}

.favourite-button-selected
{
    background-position:0 -45px; 
}

.favourite-button p {
    font-weight: bold;
    margin: 12px 0 0 5px;
    color: black;
    height: 20px;
    width: 203px;
}
/* Add to favourite End */

/* Share Files */

.btn {
  background: #488acd;
  background-image: -webkit-linear-gradient(top, #488acd, #2980b9);
  background-image: -moz-linear-gradient(top, #488acd, #2980b9);
  background-image: -ms-linear-gradient(top, #488acd, #2980b9);
  background-image: -o-linear-gradient(top, #488acd, #2980b9);
  background-image: linear-gradient(to bottom, #488acd, #2980b9);
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  color: #ffffff;
  font-size: 15px;
  padding: 9px 13px 10px 13px;
  text-decoration: none;
  border: 0;
  margin: auto;
}

.alert-btn {
    padding: 15px 19px 16px 19px;
    font-weight: bold;
    font-size: 19px;
}
.file-button{
    width: 81px; 
    height: 37px; 
    opacity: 0; 
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; 
    filter: alpha(opacity=0);
}

.yes
{
  -webkit-border-radius: 4;
  -moz-border-radius: 4;
  border-radius: 4px;
  color: #ffffff;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
  border: 0;
  margin: auto;
  background: #DF0101;
  background-image: -webkit-linear-gradient(top, #DF0101, #FA5858);
  background-image: -moz-linear-gradient(top, #DF0101, #FA5858);
  background-image: -ms-linear-gradient(top, #DF0101, #FA5858);
  background-image: -o-linear-gradient(top, #DF0101, #FA5858);
  background-image: linear-gradient(to bottom, #DF0101, #FA5858);
}
.yes:hover
{
  background: #FF0000;
  background-image: -webkit-linear-gradient(top, #FF0000, #F78181);
  background-image: -moz-linear-gradient(top, #FF0000, #F78181);
  background-image: -ms-linear-gradient(top, #FF0000, #F78181);
  background-image: -o-linear-gradient(top, #FF0000, #F78181);
  background-image: linear-gradient(to bottom, #FF0000, #F78181);
  text-decoration: none;
}

.no
{
  background: #488acd;
  background-image: -webkit-linear-gradient(top, #488acd, #2980b9);
  background-image: -moz-linear-gradient(top, #488acd, #2980b9);
  background-image: -ms-linear-gradient(top, #488acd, #2980b9);
  background-image: -o-linear-gradient(top, #488acd, #2980b9);
  background-image: linear-gradient(to bottom, #488acd, #2980b9);
}

.btn:hover {
  background: #488acd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.share-top-icons {
    background: url(../img/share-icons.png) no-repeat;
    width: 40px;
    height: 40px;	
    display: block;
}

.button-secondary {
    color: white;
    border-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
    background: rgb(66, 184, 221); /* this is a light blue */
}

.share{
    background-position: -84px 0px;
}

.download {
 background-position: -121px 0px;
}

.notification 
{
    background-position: 0px 0px;
}

.notification-selected 
{
    background-position: 0px -41px;
}

.selected {
background-position: -123px -41px;
/*pointer-events: none;
cursor: default;*/
}
/*
.selected {
background-position: -121px -41px;
pointer-events: none;
cursor: default;
}
*/
.selected-admin {
background-position: -84px -41px;
/* background-position-y: -35px; */
pointer-events: none;
cursor: default;
}



.icon-recent {
    background-position-y: -114px;
}

.xls{
    background-position-x: -94px;
}
.ppt{
    background-position-x: -185px;
}
.pdf{
    background-position-x: -278px;
}
.jpeg{
    background-position-x: -369px;
}
.doc{
    background-position-x: -0;
}
.vid{
    background-position-x: -455px;
}
.aud{
    background-position-x: -549px;
}

#docs-list-download li, #docs-list li{
    margin:2% 0 0 2.5%;
    width:17%;
}

.shared-files{
    margin: 24px 0 0 25px !important;
}

/*.input-button {
    height: 47px;
    width: 103px;
    border: 0;
    text-align: center;
    display: inline-block;
    background: url(../img/upload-btn.jpg) no-repeat;   
}

#uploadBtn{
    display: block !important;
    width: 103px !important;
    height: 46px !important;
    opacity: 0 !important;
     IE 8 
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

     IE 5-7 
    filter: alpha(opacity=0);
    overflow: hidden !important;
}*/

#shareFile{
    border-top: 5px solid #ada59e;
}

.form-Title{
    padding: 0;
    margin: 0;
    font-weight: bold;
}

.menu-top-icons{
    position: absolute;
    top: 46px;
    right: 7px;
}

.menu-top-icons ul{
    list-style: none;
    padding:0;
    margin:0;
}

.menu-top-icons ul li{
    display: inline-block;
    float: left;
    margin-left: 25px;
}
/* Share Files End */

/* My Favourites */
.arrow-button{
    background: url(../img/Favorite_icons.jpg) no-repeat;
    height: 89px;
    width: 78px;
    float: left;
}
.delete-button{
    cursor:hand;
    cursor:pointer;
    position: absolute;
    right:0px;
    background-position-x: -78px;
}

.recentlyView-title{
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    position: absolute;
    right:0px;
    left:78px;
    height:89px;
    background: white;
    padding: 0px 0 0 8px;
    opacity: .7;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)'; 
    filter: alpha(opacity=70);

}
.favourite-title{
    font-size: 20px;
    font-weight: bold;
    vertical-align: middle;
    position: absolute;
    right:78px;
    left:78px;
    height:89px;
    background: white;
    padding: 0px 0 0 8px;
    opacity: .7;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=70)'; 
    filter: alpha(opacity=70);
}
.img-src {
    position: absolute;
    background-position: top center;
    -webkit-background-size: cover;
    top: 0;
    bottom: 0;
    left: 238px;
    right: 0;
}

.img-src-content {
    position: absolute;
    background-position: top center;
    -webkit-background-size: cover;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0;
}

.blurred-img {
  opacity: 0;
}

#favourite{
    display: inline;
    position: absolute;
    top: 111px;
    bottom: 1px;
    left:0px;
    right: 0px;  
    overflow: hidden;
    background: url(../img/favourite_image.jpg) top center no-repeat;
}

#favourite-container {
    display: inline;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom:20px;
    overflow:auto;
}

#favourite-container ul{
    margin: 0;
    padding: 0;
    list-style: none;
}

#favourite-container ul li{
    display: block;
    height:89px;
    width:100%;
    margin-bottom: 2px;
}


.remove-button{
    padding: 10px;
    background: #B4045F;
    position: absolute;
}

.remove-button-top{
    top:20px;
}

.remove-button-bottom{
    bottom:20px;
}

/* My Favourites */
.main-container img {
	max-width: 100%;
	height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.case-inner-content img {
	max-width: 100%;
	height: auto;
        display: block;
        margin-left: auto;
        margin-right: auto;
}

.case-inner-content h2{
    margin:10px 0 0 0 !important;
}

.alpha60 {
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(255, 255, 255);
	/* RGBa with 0.6 opacity */
	background: rgba(255, 255, 255, 0.75);
	/* For IE 5.5 - 7*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff);
	/* For IE 8*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff)";
        /*-ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)'; 
        filter: alpha(opacity=0);*/
}

/* Global page */
.scroll-control{
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
}
.header{
    height: 75px;
    background: white;
}
.hide-page{
    display: none;
}
.show-page{
    display: block;
}

.contents{
    height: 95.9%;
    width:100%;
    /* display: inline-block; */
    /* top: 0; */
    /* bottom: 0; */
}
.contents-background{
    background: url(../img/login_backgroundimage.jpg) top center no-repeat;
}
.preload-home-image{
     background: url(../img/main_background.jpg) center no-repeat;
}
.nav-font-style{
    font-size: 16px;
    font-weight: bold;
}
.nav-font-style a:link{
    text-decoration: none;
    color:black;
    padding: 5px;
    padding-bottom:25px;
}
.nav-font-style a:hover{
    text-decoration: none;
    color: #a30b35 !important;
}
.nav-font-style a:active{
    text-decoration: none;
    color: #a30b35;
}
.nav-font-style a:visited{
    text-decoration: none;
    color:black;
}
.favorite{
    
}
.disable-button{
/*       pointer-events: none;
       cursor: default;*/
       color: #a30b35 !important;
       border-bottom: 6px #a30b35 solid;
}

.alert-message{
    background: #fff;
    padding:15px;
    height:200px;
    width:350px;
    display: none;
    position: absolute;
    top:50%;
    left:50%;
    margin:-100px 0 0 -175px;
    font-size:18px;
}

.alert-message-signout{
	height:230px !important;
}

.alert-bttons{
    margin-top: 75px;
    text-align: center;
}

.alert-bttons-signout{
	margin-top: -7px !important;
}

.enable-buttons{
    color: black !important;
}

.event-blocker{
    position: absolute;
    height:100%;
    width:100%;
    background:gray;
    top:0;
    opacity: .8;
    -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=80)'; 
    filter: alpha(opacity=80);
    display: none;
}

.popup {
    width: 523px;
    height: 300px;
    top: 50%;
    left: 50%;
    margin: -110px 0 0 -246px;
    background: white;
    position: absolute;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
}

#favorite ul{
    list-style: none;
    padding: 0;
    margin:0;   
}

#favorite ul li{
    border:1px solid #ccc;
    margin: 4px;
    padding: 3px;
}
.sub-case-title{
    font-size:15px;
    font-weight: bold;
    color:grey;
}

.case-title {
    right: 47px;
    position: absolute;
    margin-top: -20px;
    font-size: 13px;
    font-weight: bold;
    color: gray;
}
.remove-favorite {
    padding: 3px 9px 1px 9px;
    background: blue;
    color: white;
    position: absolute;
    margin-top: -24px;
    right: 6px;
}

/* Global page End*/


/* Image Grid */

.grid-container {
	display: none;
}

/* ----- Image grids ----- */
ul.rig {
	list-style: none;
	font-size: 0px;
	margin-left: -4%; /* should match li left margin */
	margin-bottom: 40px;
}



ul.rig li img {
	max-width: 100%;
	height: auto;
}

ul.rig li .div-block{
   max-width: 100%;
   height: auto;
   background-color: pink;     
}

ul.rig li h3 {
	margin: 0 0 5px;
        width:70%;
}
/*VA: Added Class for Case Number*/
ul.rig li .caseNumber{
    width: 21%;
    position: absolute;
    /*top: 50px;*/
    margin: -21% 0 56px 0;
    padding: 10px;
    color: white;
    size: 20px;
    font-weight: bold;
    font-size: 23px;
    color: rgb(255, 255, 255);  
    /* background-color: rgb(120, 120, 120); */  text-shadow: rgb(3, 3, 3) -3px 1px 4px;
}

#update{
	margin:0px;
	
}

ul.rig li .caption{
    width: 30%;
    position: absolute;
    /*top: 50px;*/
    /*margin:-175px 0 0 0;*/
    margin:-110px 0 0 0;/*VA: updated from -175 to -110*/
    padding: 10px;
    color: white;
    size: 20px;
    font-weight: bold;
    font-size: 23px;
    color: rgb(255, 255, 255);  /* background-color: rgb(120, 120, 120); */  text-shadow: rgb(3, 3, 3) -3px 1px 4px;
}

/* class for 3 columns */
ul.rig.columns-3 li {
	width: 33.3%; /* this value + 2.5 should = 33% */
}
/* class for 4 columns */
ul.rig.columns-4 li {
	width: 22.5%; /* this value + 2.5 should = 25% */
}

/* Image Grid End */

/* Media Queries for image Grid */
@media (max-width: 1199px) {
    .container {
            width: auto;
    }
}

@media only screen and (max-width : 768px) {
   ul.rig.columns-3 li {
	width: 50%; /* this value + 2.5 should = 50% */
	color:Red;
   }
   #docs-list-download li, #docs-list li{
        width:35%;
        margin:2% 0 0 3%;
    }
    ul.rig {
	margin-left: -6% !important; /* should match li left margin */
    }
    ul.rig li .caseNumber{
        margin: -30% 0 0 0;
    }
}

@media only screen and (min-width : 790px) and (max-width : 800px){
   ul.rig.columns-3 li {
	width: 50%; /* this value + 2.5 should = 50% */
        
   }
   ul.rig {
	margin-left: -5% !important; /* should match li left margin */
    }
   ul.rig li .caption{
    /*color: yellow;*/
    }
    #docs-list-download li, #docs-list li{
        width:30%;
        margin:2px 0 0 2.4%;
    }
    ul.rig li .caseNumber{
        margin: -24% 0 0 0;
    }
}

@media (max-width: 950px) {
	#docs-list-download li, #docs-list li{
            width:22%;
            margin:2% 0 0 2.2%
        }
}

@media (min-width : 1025px) {
    ul.rig {
	margin-left: -3%; /* should match li left margin */
    }
}

@media only screen and (max-width : 1024px) {
    ul.rig {
	margin-left: -4%; /* should match li left margin */
    }
}

@media only screen and (min-width : 1240px) and (max-width : 1280px){
    ul.rig li .caseNumber{
        margin: -48% 0 0 0;
    }
}


/* Media Queries End */


label{
    width: 100px;
    display: inline-block;
    color: white;
    font-weight: bold;
}

.login-inputs{
    padding: 10px;
}



#forgotPassword-form {
    width: 408px;
    height: 177px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: 0 0 0 -243px;
    background: #478ACE;
}

.ajust-menu{
    margin: 20px 0 0 8px !important;
}

.logo-csw{
    background: url(../img/main_cswlogo.jpg) no-repeat;
    height: 48px;
    float: left;
}

#home .logo-csw{
    width: 114px;
    background-position: -27px 0px;
    margin: 20px 0 0 47px;
}

.logo-active-click{
    width: 133px;
    background-position: 0px 0px;
    margin: 20px 0 0 20px;
}

.menu-top{
    
    margin: 20px 0 0 0;
    display: inline-block;
}

.menu-top ul{
    list-style: none;
    margin:0;
    padding: 0;
}

.menu-top ul li{
    display: inline-block;
    float: left;
    padding: 5px;
   
}

#home{
    height:100%;
    width:100%;
     background: url(../img/main_background.jpg) top center no-repeat;
}

.case-study-button{
    position: absolute;
    left: 50%;
    top: 70%;
    margin: -50px 0 0 -202px;
    height: 65px;
    width: 183px;
}
.content-buton{
    position: absolute;
    left: 50%;
    top: 72%;
    margin: 15px 0 0 -2px;
    height: 65px;
    width: 183px;
}
.content-buton a, .case-study-button a{
    width: 170px;
    text-align: center;
    display: block;
    position: absolute;
    background: #498ACE;
    padding: 15px;
    font-weight: bold;
    font-size: 25px;
}
.content-buton a{
    background: #C81758;
}

.content-buton a:link, .case-study-button a:link{
    text-decoration: none;
    color:black;
}
.content-buton a:visited, .case-study-button a:visited{
    text-decoration: none;
    color:black;
}
/* Home page End */

/* Case Study Page */

.show-handCursor, .favourite-title, #internalPagesHeader .logo-csw{
    cursor:hand;
    cursor:pointer;
}

.valign-center{
    margin: 0;
    padding: 0;
    display: table-cell;
    height: 90px;
    vertical-align: middle;
}
.content-display{
    display: inline;
    position: absolute;
    top: 75px;
    bottom: 1px;
    /*overflow-y: scroll;
    -webkit-overflow-scrolling: touch;*/
	overflow:hidden;
    left:0px;
    right: 0px;
}
.containerInnerPages
{
    display: inline;
    position: absolute;
    top: 111px;
    bottom: 1px;
    overflow:hidden;
    left:0px;
    right: 0px;
}

#containerCS, #containerC
{
    display: inline;
    position: absolute;
    top: 0px;
    bottom: 1px;
    left:0px;
    right: 0px;
    overflow:auto;
}

#contentThumbnails li, #caseStudyThumbnails li{
    cursor:hand;
    cursor:pointer;
}

.img-style{
    background: white;
    margin: 10px -15px 10px -15px;
}

/* Case Study Page End */

/* Case Study Internal Page */

.case-inner-content{
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px;
    color:black;
}

.main-container{
    padding:5px 30px 0 20px;
    color:white;
    left:0px;
}

.create-fluid-course{
    display: inline-block;
    position: absolute;
    top:0px;
    bottom: 1px;
    overflow: auto;
    right: 0px;
    padding: 5px;  
    color:white;
}

.internal-page-casestudy{
    display: inline-block;
    position: absolute;
    top:0px;
    bottom: 1px;
    left:241px;
    right: 0px;
    padding: 5px;  
    color:white;
    overflow-y:scroll;
    /*background: url(../img/Content_02_BGimage.jpg) no-repeat top center;*/
}

.remove-scrollbar{
    overflow-y: hidden !important;
}

.left-menu-title {
    display: inline-block;
    position: relative;
    bottom: 1px;
    top: 0px;
    background: #333333;
    left: 0px;
    width: 212px;
    color: white;
    font-weight: bold;
    padding: 9px 18px 10px 10px;
    font-size: 20px;
}
.left-menu{
    display: inline;
    position: absolute;
    bottom: 1px;
    top:0px;
    overflow-y: scroll; /* has to be scroll, not auto */
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    left:0px;
    width: 240px;
}

.left-menu ul{
    list-style: none;
    margin:0;
    padding:0;
    
}

.left-menu li{
    margin-bottom: 1px;
    display: block;
    width:94%;
}
.left-menu a:link{
    text-decoration: none;
    color:black;
    background: #DDDDDD;
    padding:10px;
    display: block;
    width:100%;
    font-weight: bold;
}
.left-menu a:hover{
    background: #CA175A;
    color: #fff !important;
}
.left-menu a:visited{
    text-decoration: none;
    color:#DDDDDD;
}
.disable-button-internal{
       background: #B4045F !important;
       pointer-events: none;
       cursor: default;
       color: white !important;
}
.enable-button-internal{
       background: #DDDDDD;
       color: black !important;
}

.case-inner-title{
    font-size: 40px;
    padding-bottom: 20px;
    display: block;
    width:50%;
    margin:0 0 0 10px;
}

/* Case Study Internal Page */

/* Content Section Style */

.title-internal-pages{
    background: #333333;
    color:white;
    padding: 10px;
}

.content-inner{
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px;
/*  background: whitesmoke;
    opacity:.7;*/
    color:black;
}

.main-container h2{
    font-size: 50px;
    display: block;
    width: 50%;
}
.SourceContent{
	color:#666666;
	font-size:12px;
	font-style:italic;
}
.makeItBlur{
/*    -webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);*/
}


/* Content Section Style */



/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

body {
    font-size: 1em;
    line-height: 1.4;
    width:100%;
    height:100%;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection declarations have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 4px solid #fff;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images and the bottom of their containers: h5bp.com/i/440
 */

img {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Chrome Frame prompt
   ========================================================================== */

.chromeframe {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 100%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   Theses examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
       only screen and (min-resolution: 144dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow:none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
