  html {overflow-y: scroll;}
  
  body {
    padding-top: 100px;
    padding-bottom: 40px;
    background-color: #f5f5f5;
    
  }

  .form-signin {
    max-width: 350px;
    padding: 19px 29px 29px;
    margin: 0 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);
  }
  
  .form-signin .form-signin-heading,
  .form-signin .checkbox {
    margin-bottom: 10px;
  }
  
  .form-signin input[type="text"],
  .form-signin input[type="password"] {
    font-size: 16px;
    height: auto;
    margin-bottom: 15px;
    padding: 7px 9px;
  }
  
  .error {
    padding: 0 0 10px 0;
    color: #ff0000;
  }
  .login-logo {
    width: 100%;
  }
  .header-logo {
    margin-top: 10px;
    height: 30px;
  }
  
  .checbox {
    width: 50px;
    clear: none;
  }
  
  .check-label {
    clear: none;
    width: 50% !important;
  }
  
  .m-b-20 {
    margin-bottom: 20px;
  } 
  
  .form-narrow {
     width: 400px;
  }

  .folder-arrow {
    margin:0px 5px;
    float: left;
    width: 20px;
    height: 20px;
    background-image: url('../img/arrow_right16.png');
    background-repeat: no-repeat;
    background-position: 2px center;
    cursor: pointer;
    display: none;
  }

  .folder-arrow-toggle {
    background-image: url('../img/arrow_down16.png');
  }

  .folder-details {
    background-image: url('../img/folder_closed.png');
    background-repeat: no-repeat;
    background-size: 30px;
    padding: 0 0 0 60px;
    background-position: 20px center;
  }

  .folder-active .folder-details {
    background-image: url('../img/folder_open.png'); 
  }

  .folder {
    border: 1px solid #bbb;
    background: #ddd;
    border-radius: 3px;
    padding: 10px 0;
    
    
    background-size: 30px;
    background-position: 5px center;
    cursor: pointer;
    font-weight: bold;
    font-size: 14px;
    color: #333;
    margin-bottom: 7px;
  }
  
  .folder-active {
   /* background-image: url('../img/folder_open.png'); */
  }
  
  .file-count {
    font-weight: normal;
  }
  
  .folder-link:hover{
    text-decoration: none;
  }
  
  .dropzone {
    min-height: 100px;
    border-radius: 3px;
    border: 1px solid #aaa;
  }
  
  .image {
    position: relative;
    background: #fff;
    padding: 3px;
    float: left;
    width: 180px;
    min-height: 250px;
    margin: 5px 2px 5px 2px;
       border-style: solid;
    border-width: 1px;
    border-color:#aaaaaa;
    overflow: hidden;
    font-size:12px;
  }
  
    .image a{
	color:#0a2240;
    font-size:12px;
       text-decoration: underline;
  }
  
  
  
  .p-20 {
    padding:20px;
  } 
  
  .img-icon {
    margin: 0 auto;
    max-height: 130px;
  }
  
  .search-input {
    padding-top: 8px;
  }
  
  .relative {
    position: relative;
  }
  
  .tag {
    position: absolute;
    right: 2px;
    top: 2px;
    width: 20px;
    height: 20px;
    background-image: url('../img/tag.png');
    background-size: 100% auto;
    opacity: 0.7;
    cursor: pointer;
  }
  
  .tag:hover {
    opacity: 1.0;    
  }
  
  .tags {
    position: absolute;
    border: 1px solid #aaa;
    background: #fff;
    padding: 6px;
    z-index: 1000;
    box-shadow: 2px 2px 2px #aaa;
    width: 210px;
    display: none;
  }
  
  .clearboth {
    clear: both;
    margin-bottom:0;
    margin: 3px 0;
  }
  
  .tags ul {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
  }
  
  .tags .close {
    float: right;
    font-size: 13px;
  }
  
  .tags input {
    width: 100%;
  }
  
  .tags ul li {
    float: left;
    margin: 3px 5px 3px 3px;
    background-image: url('../img/delete_off.png');
    background-repeat: no-repeat;
    cursor: pointer;
    padding: 2px 2px 2px 20px;
    background-position: 2px 5px;
    border-radius: 2px;    
  }


  .blackout {
    background: #000;
    opacity: 0.8;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 1800px;
    z-index: 100;
    display: none;
  }

  .lightbox-container {
    background: #fff;
    position: absolute;
    width: 1000px;
    padding: 20px;
    border-radius: 2px;
    left: 50%;
    margin-left: -500px;
    top: 100px;
    z-index: 101;
    display: none;
    text-align: center;
  }

  .close-lightbox {
    background: url(../img/close.png);
    width: 40px;
    height: 40px;
    cursor: pointer;
    background-size: 100% auto;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 102;
  }

  .lightbox-container img {
    margin: 0 auto;
    width: 960px;
    position: relative;
	max-width: 100%;
  }
  
  .tags ul li:hover {
    background-image: url('../img/delete_on.png');
    background-color: #eee;
  }
  
  .tags .popular-tags {
    display: none;
  }
  
  .toggle-popular {
    display: none;
  }
  
  .tags .popular-tags li {
    float: none;
    background-image: none;
  }
  
  .tags .popular-tags li:hover {    
    background-image: none;
  }

  .folder_level_0 {
    padding-left: 0;
  }

  .folder_level_1 {
    padding-left: 20px !important;
  }

  .folder_level_2 {
    padding-left: 40px !important;
  }

  .folder_level_3 {
    padding-left: 60px !important;
  }

  .folder_level_4 {
    padding-left: 80px !important;
  }

  .gallery_level_1 {
    background-position: 20px;
    padding-left: 30px;
  }

  .gallery_level_2 {
    background-position: 40px;
    padding-left: 60px;
  }

  .gallery_level_3 {
    background-position: 60px;
    padding-left: 90px;
  }

 img { 
    background: none!important; 
 } 
 @media (max-width: 900px) {

   .lightbox-container { position: relative; top: 50%; left: 0; margin-left: 0; max-width: 100%; }
   .lightbox-container img { max-width: 90%; }
}


 img {
   -ms-interpolation-mode: bicubic;
 }