@font-face {
  font-family:'bank';
  src: url("../fonts/bank.eot");
  src: url("../fonts/bank.eot?#iefix") format("embedded-opentype"), 
    url("../fonts/bank.woff") format("woff"), 
    url("../fonts/bank.ttf") format("truetype"), 
    url("../fonts/bank.svg#bank") format("svg");
  font-weight: normal;
  font-style: normal
}

[class^="icon-"],
[class*=" icon-"] {
  font-family: 'bank';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
  content: "\2b"
}

.icon-cross:before {
  content: "\d7"
}

.icon-info:before {
  content: "\69"
}

.icon-minus:before {
  content: "\2d"
}

.icon-arrow-down:before {
  content: "\2193"
}

.icon-box:before {
  content: "\e600"
}

.icon-cog:before {
  content: "\e601"
}

.icon-search:before {
  content: "\e602"
}

.icon-mail:before {
  content: "\e603"
}

.icon-home:before {
  content: "\e604"
}
  
.icon-link:before {
  content: "\e605";
}

h1,
h2,
h3,
h4,
h5,
h6 {
/*  font-weight: 400!important;*/
}

#login-page {
  background: url("../img/login-bg.jpg") no-repeat top center !important;
  background-size: cover !important;
  min-height: 100vh;
}

#login-page body,
#login-page #main {
  min-height: 100vh;
  background: none !important;
}

#login-page body {
  padding-top: 0;
}

.login-wrapper h1 {
  text-transform: uppercase;
}

#login-page .login-wrapper {
  border-radius: 20px;
  overflow: hidden;
  background: #ed7425;
  color: #fff;
  width: 320px;
}

#login-page .login-wrapper h1 {
  color: #fff;
}

#login-page .login-wrapper a {
  color: #fff;
  text-decoration: underline;
}

#login-page .login-form {
  margin: 0
}

#login-page .login-wrapper .btn {
  text-decoration: none;
}

#login-page input[type="text"],
#login-page input[type="email"],
#login-page input[type="password"] {
  border: 0;
}

#login-page .checkbox input {
  top: 3px;
  position: relative
}

#login-page .logo {
  display: block;
  margin: 0 auto 25px
}

#login-page .buttons {
  padding-top: 6px;
  font-size: 13px
}

* {
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility
}

html {
  background: #f6f6f6;
  font-family: "Open Sans", Arial, sans-serif
}

body {
  background: #f6f6f6;
  padding-top: 140px;
}

#header {
  background: #fff;
  color: #000;
  height: 92px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  overflow: hidden
}

#header a {
  color: #000;
}

#main {
  background: #fff;
}

#footer {
  border-top: 1px solid #eee;
  background: #f6f6f6;
  padding: 30px 0
}

.logo span {
  margin-right: 30px
}

.payoff {
  font-size: 22px;
  font-weight: 600
}

#nav {
  background: #eaeaea;
  height: 50px;
  position: fixed;
  width: 100%;
  top: 92px;
  border-bottom: 1px solid #ddd;
  z-index: 1000
}

.nav-inner {
  width: 100%;
  margin: 0 auto;
  display: table;
  table-layout: fixed;
  height: 50px;
  border-collapse: collapse
}

.nav-item,
.spacer {
  height: 50px;
  display: table-cell;
  vertical-align: top;
  border-right: 1px solid #ddd;
  position: relative
}

.nav-item {
  max-width: 25%;
  width: 25%
}

.spacer {
  border-right-color: transparent;
  width: auto;
  border-right: 1px solid #ddd
}

.nav-item:after {
  content: '';
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #aaa;
  border-right: 0;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px
}

.nav-item:hover:after {
  border: 5px solid transparent;
  border-bottom: 0;
  border-top-color: #6b6b6b;
  margin-top: -2px
}

.nav-item:first-child {
  border-left: 1px solid #ddd
}

.nav-item span {
  color: #000;
  line-height: 50px;
  display: block;
  padding: 0 45px 0 20px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.nav-item>span {
  font-size: 14px;
  font-weight: 600
}

.nav-item:hover span {
  color: #515151
}

.nav-dropdown {
  display: none;
  position: absolute;
  background: #eaeaea;
  border: 1px solid #ddd;
  color: #000;
  top: 100%;
  left: -1px;
  width: 100%;
  min-width: 220px;
  list-style: none;
  margin: 0;
  padding: 5px 0;
  max-height: 320px;
  overflow-y: auto;
  z-index: 100;
  border-radius: 0 0 3px 3px;
}

.nav-item:hover .nav-dropdown {
  display: block;
}

.nav-dropdown li {
  margin: 0;
  list-style: none
}

.nav-dropdown .divider {
  border-top: 1px solid #ddd;
  height: 0;
  line-height: 0;
  margin: 5px 20px;
  clear: both
}

.nav-dropdown li:first-child {
  border-top: 0
}

.nav-dropdown li>a,
.nav-dropdown .btn {
  color: inherit;
  text-decoration: none;
  line-height: 40px;
  display: block;
  padding: 0 20px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out
}

.nav-dropdown li>a:hover,
.nav-dropdown .btn:hover {
  background: #ed7425;
  color: #fff
}

.nav-search {
  padding: 10px;
  height: 30px
}

.no-dropdown:after {
  display: none
}

.nav-search input {
  margin: 0;
  width: 100%;
  box-sizing: border-box;
  height: 30px;
  padding: 8px
}

#logo,
#logo img {
  display: block;
  width: 374px;
  height: 40px
}

.tal {
  text-align: left
}

.tac {
  text-align: center
}

.tar {
  text-align: right
}

.btn {
  border-radius: 2px
}

.block {
  padding: 30px;
  background: #eaeaea;
  border-radius: 3px;
}

.block p {
  line-height: 1.5
}

.block p:last-child {
  margin-bottom: 0
}

#bucket h5 {
  line-height: 1;
  font-weight: bold;
  margin-bottom: 7px
}

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

.block a {
  background: #eee;
  display: block;
  text-align: center;
  vertical-align: middle;
  overflow: hidden
}

.files {
  list-style: none;
  margin: 0;
}

.files li {
  line-height: 30px;
}

.files .icon-plus,
.files .icon-cross {
  position: relative;
  top: 3px;
  padding: 0;
  line-height: 18px;
  color: #6cc644;
  font-weight: bold;
  font-size: 18px;
  text-shadow: none;
  display: inline-block;
  margin-right: 8px;
}

.files .icon-plus:hover {
  color: #4aa422;
}

.files .icon-cross {
  color: #ccc
}

.files .icon-cross:hover {
  color: #aaa
}

.package-dropdown {
  width: 110px
}

.package-dropdown>span {
  position: relative;
  height: 50px
}

.package-dropdown .icon-box {
  font-size: 24px;
  text-shadow: none;
  line-height: 50px;
  display: inline-block
}

.package-dropdown span.btn {
  cursor: not-allowed
}

.package-dropdown .badge {
  position: absolute;
  top: 50%;
  right: 16px;
  margin-top: -13px;
  line-height: 26px;
  padding: 0 10px;
  border-radius: 2px;
  background: #ddd;
  color: #fff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.15);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  font-size: 14px
}

.package-dropdown .badge-full {
  background-color: #6cc644;
  color: #fff
}

.package-dropdown .nav-dropdown {
  background: #eaeaea;
  color: #666;
  font-size: 13px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 0;
  left: auto;
  right: -1px;
  top: 100%;
  min-width: 350px;
  overflow: visible;
  max-height: none
}

.package-dropdown .nav-dropdown:after {
  content: '';
  height: 1px;
  top: -1px;
  right: 0;
  width: 110px;
  position: absolute;
  background: #eaeaea
}

.package-dropdown .empty {
  color: #999;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding: 20px 20px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.package-dropdown .package-controls {
  padding-bottom: 10px;
  border-bottom: 1px solid #dadada
}

.package-dropdown .package-controls input {
  background: #fff;
  cursor: text;
  margin-bottom: 7px;
}

.package-items {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
  max-height: 280px;
  overflow-y: auto;
  position: relative;
  border-bottom: 1px solid #dadada
}

.package-items li {
  border-bottom: 1px solid #dadada;
  line-height: 32px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  cursor: default
}

.package-items li:last-child {
  border-bottom: 0
}

.package-items .close {
  font-weight: bold;
  float: left;
  font-size: 16px;
  width: 22px;
  height: 22px;
  line-height: 22px;
  padding: 0;
  margin: 5px 2px 5px 0;
  color: #aaa;
  text-align: center
}

.package-items .close:hover {
  color: #333;
  background: none
}

.package-dropdown .btn {
  color: #fff;
  font-size: 11px;
  line-height: 32px;
  padding-left: 12px;
  padding-right: 12px;
  font-weight: 600;
  font-family: arial, sans-serif;
  text-transform: uppercase
}

.package-dropdown .btn {
  width: 50%;
  float: left;
}

.package-dropdown .btn:first-child {
  width: calc(50% - 5px);
  margin-right: 5px;
}

.btn-download,
.btn-email {
  background: #333;
  color: #fff
}

.btn-download:before,
.btn-email:before {
  content: '';
  font-family: 'bank';
  font-size: 18px;
  float: left;
  border-right: 1px solid #404040;
  border-right-color: rgba(255, 255, 255, 0.15);
  padding-right: 10px;
  margin: 8px 0 8px -2px;
  height: 16px;
  line-height: 16px
}

.btn-download:before {
  content: "\2193"
}

.btn-email:before {
  content: "\e603"
}

.btn-download.disabled,
.btn-email.disabled {
  background: #777;
  color: #999;
  cursor: default
}

.package-dropdown .clear {
  text-align: right
}

.package-dropdown .clear a {
  color: #aaa;
  display: inline;
  background: none !important;
  text-decoration: none;
  padding: 0;
  line-height: 1.5;
  font-size: 10px;
  text-transform: uppercase;
  font-family: arial, sans-serif;
  font-weight: 600;
  line-height: 14px
}

.package-dropdown .clear a:hover {
  color: #ed7425;
}

.package-dropdown .clear a .icon-cross {
  font-size: 14px;
  margin-right: 3px;
  line-height: 14px;
  display: inline-block;
  position: relative;
  top: 3px;
}

.panel {
  background: #fdfdfd;
  color: #333;
  padding: 30px;
  margin-bottom: 15px
}

input.invalid {
  border-color: #a11b1b
}

input.invalid:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(161, 27, 27, 0.6)
}

.notice {
  padding: 15px;
  background: #eee;
  border: 1px solid #ddd;
  color: #666;
  border-radius: 2px;
  font-size: 13px
}

.notice.error {
  background: #eacac9;
  border-color: #e3b7b7;
  color: #b94a48;
}

.notice.info {
  background: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.file {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  margin-bottom: 30px;
  border: 1px solid #eee;
  border-bottom-color: #fcfcfc;
  position: relative;
}

.file:hover {
  border-color: #ccc;
  border-bottom-color: #eee;
}

.file.archived img {
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  filter: grayscale(1);
}

.file.archived:hover img {
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  filter: grayscale(0)
}

.file .icon-archive {
  color: #fff;
  text-align: center;
  vertical-align: middle;
  line-height: 40px;
  width: 40px;
  height: 40px;
  background: #666;
  top: 15px;
  left: 15px;
  position: absolute;
}

.file .icon-archive:before {
  font-size: 16px
}

.file-thumb img {
  max-width: 180px;
  max-height: 135px;
  width: auto;
}

.file-thumb {
  background: #f8f8f8;
  overflow: hidden;
  vertical-align: middle;
  display: block;
  height: 180px;
  line-height: 180px;
  text-align: center;
}

.movie .file-thumb {
  height: auto
}

.movie .file-thumb img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto
}

.file-thumb img {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  display: inline-block
}

.file-details {
  padding: 15px 20px 30px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  position: relative;
}

.file:hover .file-details {
  border-bottom-color: #ccc
}

@media (max-width: 767px) {
  .file-preview img {
    max-width: 100%!important;
    height: auto!important;
  }
  .file-details {
      height: auto;
  }
  .file-preview {
    min-height: auto!important;
  }
}

.file-details header {
  border-bottom: 1px dotted #eee;
  margin-bottom: 10px;
  padding-bottom: 13px
}

.file-details header h5,
.file-details header h6 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.333;
  margin: 0;
  font-weight: 600
}

.file-details header:hover h5,
.file-details header:hover h6 {
  background: white;
  border-radius: 100%;
  overflow: visible
}

.file-details header h5 {
  font-size: 14px;
  color: #333
}

.file-details header h6 {
  font-size: 12px;
  color: #aaa
}

.archive .file-details {
  height: auto;
  padding: 20px
}

.archive .file-details header {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0
}

.movie .file-details {
  height: auto
}

.file-preview {
  border: 1px solid #ddd;
  background: #eee;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  vertical-align: middle;
  min-height: 500px;
}

.file-preview img {
  max-height: 480px;
  max-width: 640px;
  display: inline-block
}

.file-details a:hover {
  text-decoration: none;
}

.edit-btn {
  display: none;
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 999;
}

.file-details:hover .edit-btn {
  display: inline-block;
}

.payoff,
.nav-dropdown .active {
  color: #ed7425;
}

.nav-dropdown .active {
  font-weight: 700;
}

.payoff {
  position: relative;
  top: 1px;
}
