/*
 * 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;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets 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: 1px solid #ccc;
    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;
}

/* ==========================================================================
   Site styles
   ========================================================================== */

/* ================= General ===================== */
  
html, body {
    font-family: 'Open Sans', 'Proxima Nova' , 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
}

html {
    background: #f0f1f7;
} /* colorized dynamically */
p {
    color: #999;
    font-size: 13px;
}

  
/* ================= Title Section =============== */

h1#title-headline {
    font-size: 30px;
    color: #32435C;
    font-weight: 200;
    position: relative;
    top: 20%;
    margin: 0;
} /* colorized dynamically */
div#title {
    width: 800px;
    margin: 20px auto 18px auto;
    position: relative;
    height: 80px;
}

div#title img {
    max-height: 80px;
    max-width: 300px;
    position: absolute;
    right: 0;
    top: 0;
}

/* ================= List Title Section ========== */

div#list-title {
    background-color: #6F839F;
    color: white;
    padding: 30px 22px 30px 20px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border-radius: 5px 5px 0px 0px;
} /* colorized dynamically */
div#list-title h2 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    display: block;
    width: 540px;
    overflow: hidden;
    height: 27px;
}

div#list-title h2 span.arrow {
    font-size: 18px;
    margin: 0 5px;
    opacity: .5;
}

div#list-title h2 span.lighter {
    font-weight: 100;
}

div#list-title h2 span.lighter a {
    color: white;
    text-decoration: none;
}

div#list-title td {
    color: white;
}

div#list-title table {
    width: 100%;
}

div#list-title table tr {
    height: auto;
}

div#list-title a.admin-options {
    position: relative;
    left: 10px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid white;
    border-radius: 3px;
    color: white;
    padding: 0 5px;
    transition: background-color .4s, color .4s;
}

div#list-title a.admin-options:hover {
    background-color: white;
    color: #666;
    transition: background-color .2s, color .2s;
}

td.folder-icon {
    background: url(../img/folder-icon.png) transparent left center no-repeat;
    width: 50px;
    height: 27px;
}

td#title-last-td {
    text-align: right;
    padding-right: 0;
    font-size: 12px;
}

td.foldername {
    font-size: 13px;
    width: 525px;
    line-height: 19px;
}

td.foldername h1 {
    margin: 8px 0;
    font-weight: bolder;
}

td.foldername h1.higher {
    position: relative;
    top: -3px;
}

td.foldername .breadcrumbs {
    position: relative;
    top: -6px;
}

td.foldername .breadcrumbs a {
    color: white;
    text-decoration: none;
}

td.foldername .breadcrumbs span.arrow {
    margin: 0 5px;
}

/* ================= Client Notes Section =========== */

div#notes {
    width: 800px;
    margin: auto;
    min-height: 100px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f0f0f0;
    background: url(../img/notes-bubble.png) no-repeat 20px 41px;
}

div#notes h2 {
    font-size: 18px;
    color: #999;
    margin-left: 20px;
    font-weight: 200;
}

div#notes p {
    margin-left: 100px;
    width: 400px;
    border-left: 1px dashed #ccc;
    padding-left: 20px;
}
/* ================= File List Section =========== */

td.align-right {
    text-align: right;
    padding-right: 20px;
}

td.filetype-icon div {
    background: url(../img/filetype-icons/zip2.png);
    width: 32px;
    height: 40px;
    margin: auto;
    background-size: 98%;
    opacity: 0.3;
}

div#list-zip table:hover td.filetype-icon div {
    opacity: 0.6;
}

td.filename {
    width: 59%;
    padding-left: 3px;
}

td.filename div {
    position: relative;
    height: 57px;
}

td.filename a {
    color: #7a7a7a;
    text-decoration: none;
    position: relative;
    top: 19px;
}

td.filename a#makezip {
    top: 0;
}

td.filename a.download {
    background-position: -80px 0px;
}

td.filename a.view {
    background-position: -16px 0px;
}

td.filetype-icon {
    width: 62px;
}

td.select-indicator {
    width: 2px;
    background: none;
} /* colorized dynamically */
tr.clickable {
    cursor: pointer;
}

table#file-list td.icon-cell div {
    height: 40px;
    overflow: hidden;
}

table#file-list td.icon-cell div div {
    top: 0px;
    width: 32px;
    height: 40px;
    margin: auto;
    position: relative;
}

table#file-list td.icon-cell div div {
    background-color: #9C9C9C;
}

table#file-list td.icon-cell div div.bottom-div {
    background-color: #002755;
} /* colorized dynamically */
html.lt-ie8 table#file-list td.icon-cell div div.bottom-div {
    display: none;
} /* colorized dynamically */
table#file-list tr {
    border-bottom: 1px solid #f0f0f0;
}

table#file-list tr:hover {
    background-color: white;
    color: #868686;
}

table#file-list tr:hover td.filename a.file-link {
    color: #444e64;
}

table#file-list tr:hover td.select-indicator-highlight {
} /* colorized dynamically */
table#file-list tr span.chooser {
    display: none;
    margin-left: 15px;
}

table#file-list tr:hover span.chooser a:hover {
    color: #444e64;
} /* colorized dynamically */
table#file-list span.chooser {
    color: #ddd;
}

table#file-list span.chooser a {
    color: #7A7A7A;
}

div#list-border {
    background: rgba(255, 255, 255, .12);
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 5px;
    margin: 0 auto 50px;
    width: 800px;
}

div#list-wrapper {
    width: 800px;
    background: white;
    margin: auto;
    position: relative;
    min-height: 320px;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 0px 0px 2px 2px;
    border-radius: 5px 5px 5px 5px;
}

html.lt-ie8 div#list-wrapper {
    border: 1px solid #ccc;
}

div#list-wrapper.padded {
    padding-bottom: 80px;
    margin-bottom: 50px;
}

div#list-wrapper.unpadded {
    padding-bottom: 0px;
}

div#list-wrapper table {
    width: 100%;
    color: #B5B5B5;
    font-size: 13px;
    font-weight: 200;
}

div#list-wrapper tr {
    height: 60px;
}

p#no-files {
    font-size: 14px;
    color: #B5B5B5;
    margin-top: 90px;
    text-align: center;
}


/* ================= Zip Section ================== */

div#list-zip {
    background: #f2f3f6;
    position: absolute;
    bottom: 0px;
    width: 800px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    border-top: 1px dotted #DADADA;
}

div#list-zip table tr {
    height: 80px;
}

div#list-zip table {
    color: #959595;
}

div#progressbar {
    display: none;
    width: 10px;
    height: 80px;
    position: absolute;
    top: -80px;
    left: 0;
    background: #E7EDF1;
} /* colorized dynamically */
p#zip-percentage {
    font-size: 30px;
    margin: auto;
    text-align: center;
    color: #747474;
    display: none;
    position: absolute;
    top: -61px;
    width: 100%;
    font-weight: 200;
}

div#list-zip tr.clickable:hover a {
    color: #444e64;
} /* colorized dynamically */
div#list-zip:hover {
    background-color: white;
}

div#list-zip a#makezip {
    color: #959595;
}

div#list-zip:hover a#makezip {
    color: #444e64;
} /* colorized dynamically */


/* ================= Icons ======================= */

td.3gp-icon div div {
    background: url(../img/filetype-icons/3gp.png);
}

td.7z-icon div div {
    background: url(../img/filetype-icons/7z.png);
}

td.ace-icon div div {
    background: url(../img/filetype-icons/ace.png);
}

td.ai-icon div div {
    background: url(../img/filetype-icons/ai.png);
}

td.aif-icon div div {
    background: url(../img/filetype-icons/aif.png);
}

td.aiff-icon div div {
    background: url(../img/filetype-icons/aiff.png);
}

td.amr-icon div div {
    background: url(../img/filetype-icons/amr.png);
}

td.asf-icon div div {
    background: url(../img/filetype-icons/asf.png);
}

td.asx-icon div div {
    background: url(../img/filetype-icons/asx.png);
}

td.avi-icon div div {
    background: url(../img/filetype-icons/avi.png);
}

td.bat-icon div div {
    background: url(../img/filetype-icons/bat.png);
}

td.bin-icon div div {
    background: url(../img/filetype-icons/bin.png);
}

td.bmp-icon div div {
    background: url(../img/filetype-icons/bmp.png);
}

td.cab-icon div div {
    background: url(../img/filetype-icons/cab.png);
}

td.cbr-icon div div {
    background: url(../img/filetype-icons/cbr.png);
}

td.cda-icon div div {
    background: url(../img/filetype-icons/cda.png);
}

td.cdr-icon div div {
    background: url(../img/filetype-icons/cdr.png);
}

td.col-icon div div {
    background: url(../img/filetype-icons/col.png);
}

td.chm-icon div div {
    background: url(../img/filetype-icons/chm.png);
}

td.dat-icon div div {
    background: url(../img/filetype-icons/dat.png);
}

td.divx-icon div div {
    background: url(../img/filetype-icons/divx.png);
}

td.dll-icon div div {
    background: url(../img/filetype-icons/dll.png);
}

td.dmg-icon div div {
    background: url(../img/filetype-icons/dmg.png);
}

td.doc-icon div div {
    background: url(../img/filetype-icons/doc.png);
}

td.docx-icon div div {
    background: url(../img/filetype-icons/docx.png);
}

td.dss-icon div div {
    background: url(../img/filetype-icons/dss.png);
}

td.dvf-icon div div {
    background: url(../img/filetype-icons/dvf.png);
}

td.dwg-icon div div {
    background: url(../img/filetype-icons/dwg.png);
}

td.eml-icon div div {
    background: url(../img/filetype-icons/eml.png);
}

td.eps-icon div div {
    background: url(../img/filetype-icons/eps.png);
}

td.exe-icon div div {
    background: url(../img/filetype-icons/exe.png);
}

td.fla-icon div div {
    background: url(../img/filetype-icons/fla.png);
}

td.flv-icon div div {
    background: url(../img/filetype-icons/flv.png);
}

td.gif-icon div div {
    background: url(../img/filetype-icons/gif.png);
}

td.gz-icon div div {
    background: url(../img/filetype-icons/gz.png);
}

td.hqx-icon div div {
    background: url(../img/filetype-icons/hqx.png);
}

td.htm-icon div div {
    background: url(../img/filetype-icons/htm.png);
}

td.html-icon div div {
    background: url(../img/filetype-icons/html.png);
}

td.ifo-icon div div {
    background: url(../img/filetype-icons/ifo.png);
}

td.indd-icon div div {
    background: url(../img/filetype-icons/indd.png);
}

td.iso-icon div div {
    background: url(../img/filetype-icons/iso.png);
}

td.jar-icon div div {
    background: url(../img/filetype-icons/jar.png);
}

td.jpeg-icon div div {
    background: url(../img/filetype-icons/jpeg.png);
}

td.jpg-icon div div {
    background: url(../img/filetype-icons/jpg.png);
}

td.lnk-icon div div {
    background: url(../img/filetype-icons/lnk.png);
}

td.log-icon div div {
    background: url(../img/filetype-icons/log.png);
}

td.m4a-icon div div {
    background: url(../img/filetype-icons/m4a.png);
}

td.m4b-icon div div {
    background: url(../img/filetype-icons/m4b.png);
}

td.m4p-icon div div {
    background: url(../img/filetype-icons/m4p.png);
}

td.m4v-icon div div {
    background: url(../img/filetype-icons/m4v.png);
}

td.mcd-icon div div {
    background: url(../img/filetype-icons/mcd.png);
}

td.mdb-icon div div {
    background: url(../img/filetype-icons/mdb.png);
}

td.mid-icon div div {
    background: url(../img/filetype-icons/mid.png);
}

td.mov-icon div div {
    background: url(../img/filetype-icons/mov.png);
}

td.mp2-icon div div {
    background: url(../img/filetype-icons/mp2.png);
}

td.mp3-icon div div {
    background: url(../img/filetype-icons/mp3.png);
}

td.mp4-icon div div {
    background: url(../img/filetype-icons/mp4.png);
}

td.mpeg-icon div div {
    background: url(../img/filetype-icons/mpeg.png);
}

td.mpg-icon div div {
    background: url(../img/filetype-icons/mpg.png);
}

td.msi-icon div div {
    background: url(../img/filetype-icons/msi.png);
}

td.ogg-icon div div {
    background: url(../img/filetype-icons/ogg.png);
}

td.pdf-icon div div {
    background: url(../img/filetype-icons/pdf.png);
}

td.png-icon div div {
    background: url(../img/filetype-icons/png.png);
}

td.pps-icon div div {
    background: url(../img/filetype-icons/pps.png);
}

td.ppt-icon div div {
    background: url(../img/filetype-icons/ppt.png);
}

td.ps-icon div div {
    background: url(../img/filetype-icons/ps.png);
}

td.psd-icon div div {
    background: url(../img/filetype-icons/psd.png);
}

td.pst-icon div div {
    background: url(../img/filetype-icons/pst.png);
}

td.ptb-icon div div {
    background: url(../img/filetype-icons/ptb.png);
}

td.pub-icon div div {
    background: url(../img/filetype-icons/pub.png);
}

td.qbb-icon div div {
    background: url(../img/filetype-icons/qbb.png);
}

td.qbw-icon div div {
    background: url(../img/filetype-icons/qbw.png);
}

td.qxd-icon div div {
    background: url(../img/filetype-icons/qxd.png);
}

td.ram-icon div div {
    background: url(../img/filetype-icons/ram.png);
}

td.rar-icon div div {
    background: url(../img/filetype-icons/rar.png);
}

td.rm-icon div div {
    background: url(../img/filetype-icons/rm.png);
}

td.rtf-icon div div {
    background: url(../img/filetype-icons/rtf.png);
}

td.sea-icon div div {
    background: url(../img/filetype-icons/sea.png);
}

td.ses-icon div div {
    background: url(../img/filetype-icons/ses.png);
}

td.sit-icon div div {
    background: url(../img/filetype-icons/sit.png);
}

td.sitx-icon div div {
    background: url(../img/filetype-icons/sitx.png);
}

td.sql-icon div div {
    background: url(../img/filetype-icons/sql.png);
}

td.svg-icon div div {
    background: url(../img/filetype-icons/svg.png);
}

td.swf-icon div div {
    background: url(../img/filetype-icons/swf.png);
}

td.tga-icon div div {
    background: url(../img/filetype-icons/tga.png);
}

td.tgz-icon div div {
    background: url(../img/filetype-icons/tgz.png);
}

td.tif-icon div div {
    background: url(../img/filetype-icons/tif.png);
}

td.ttf-icon div div {
    background: url(../img/filetype-icons/ttf.png);
}

td.txt-icon div div {
    background: url(../img/filetype-icons/txt.png);
}

td.vcd-icon div div {
    background: url(../img/filetype-icons/vcd.png);
}

td.vob-icon div div {
    background: url(../img/filetype-icons/vob.png);
}

td.wav-icon div div {
    background: url(../img/filetype-icons/wav.png);
}

td.wma-icon div div {
    background: url(../img/filetype-icons/wma.png);
}

td.wmv-icon div div {
    background: url(../img/filetype-icons/wmv.png);
}

td.wpd-icon div div {
    background: url(../img/filetype-icons/wpd.png);
}

td.wps-icon div div {
    background: url(../img/filetype-icons/wps.png);
}

td.xls-icon div div {
    background: url(../img/filetype-icons/xls.png);
}

td.xtm-icon div div {
    background: url(../img/filetype-icons/xtm.png);
}

td.zip-icon div div {
    background: url(../img/filetype-icons/zip.png);
}

td.other-icon div div, td div div {
    background: url(../img/filetype-icons/other.png);
}

td.folder-icon div div {
    background: url(../img/admin/icon-link.png);
}

div.preview {
    width: 200px;
    height: auto;
    position: fixed;
    background-color: white;
    opacity: 0;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.4);
    padding: 3px;
    z-index: -5;
}

div.preview img {
    max-width: 200px;
    height: inherit;
}


/* SETUP SCRIPT CSS */

body#setup {
    font-size: 14px;
    color: #666;
}

body#setup h1.logo {
    margin: 0 0 10px 0;
    background: url(../img/admin/setup-title.png) no-repeat;
    text-indent: 250px;
    display: block;
    width: 200px;
    height: 41px;
    margin: 10px 0 20px 0;
}

body#setup h2 {
    position: absolute;
    left: 254px;
    top: 1px;
    font-size: 30px;
    font-weight: 200;
}

body#setup div#wrapper-frame {
    position: relative;
    width: 500px;
    margin: auto;
    border-radius: 25px;
    background-color: white;
    padding: 20px 40px;
    margin-top: 40px;
    -webkit-box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.1);
}

body#setup div#wrapper-frame label {
    color: #363636;
    font-size: 13px;
}

body#setup p.description {
    margin-top: 0;
    font-size: 12px;
    margin-bottom: 20px;
    color: #7E7E7E;
}

body#setup pre {
	font-size:12px;
	margin:-10px 0 10px 0;
	padding:3px 5px;
	background:#f0f0f0;
}
body#setup footer {
    text-align: center;
}

body#setup footer p {
    margin-bottom: 0;
    margin-top: 10px;
    font-size: 10px;
    color: #ccc;
}

body#setup input#deleteafter, body#setup input#maximumzip {
    width: 50px;
}

input#servicename {
    margin-bottom: 15px;
    width: 180px;
}

body#setup input#adminpassword {
    width: 210px;
    margin-top: 5px;
}

body#setup input[type="submit"] {
    width: 180px;
    height: 40px;
}

body#setup td {
    font-size: 10px;
    width: 50%;
    vertical-align: top;
    padding: 10px 0 30px;
    border-bottom: dotted 1px #ccc;
}

body#setup p.error {
    color: #D93F3F;
    font-size: 10px;
    margin-top: 5px;
    position: absolute;
}

body#setup p.good, body#setup p.upload-size {
    color: #53E64D;
    font-size: 12px;
    font-weight: bold;
    text-align: center;
    border: 3px solid #53E64D;
    padding: 10px;
}

body#setup p.upload-size {
	border-color:#4D9CE6;
	color: #4D9CE6;
}

body#setup p.caution {
    color: #D93F3F;
    font-size: 12px;
    border: 3px solid #D93F3F;
    padding: 10px;
}

body#setup input[type="submit"] {
    text-transform: uppercase;
    font-weight: bold;
    display:block;
    margin:20px auto 0 auto;
    font-size:18px;
    border-radius:10px;
}

body#setup a.letsgo {
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    padding: 3px 12px;
    margin-right: 0;
}

body#setup hr {
    border-bottom: 1px dotted lightgray;
}

/* PASSWORD FORM STYLES */

div#title.password {
    width: 555px;
    margin-bottom: 0px;
    height: auto;
}

div#password-form {
    width: 555px;
    margin: 0 auto 18px auto;
    position: relative;
    height: 80px;
    font-size: 14px;
    color: #666;
}

div#password-form input[name="password"], div#password-form input[name="username"] {
    border: 1px solid #ccc;
    width: 250px;
    border-radius: 5px;
    padding: 3px 5px;
    color: #ccc;
    margin-right: 10px;
    position: relative;
    top: 1px;
}

div#password-form input[name="username"] {
    margin-bottom: 10px;
}

div#password-form input[name="password"]:focus, div#password-form input[name="username"]:focus {
    border-color: #999;
    color: #666;
}

div#password-form input[name="submit"] {
    border: none;
    background: none repeat scroll 0 0 #999999;
    border: medium none;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 0 30px;
    font-size: 12px;
    height: 36px;
}

div#password-form input[name="submit"]:hover {
    opacity: .8;
}

div#password-form p.error-message {
    color: #FF6666;
    display: inline;
    font-size: 11px;
    margin-left: 23px;
    text-transform: uppercase;
    font-weight: bold;
}


/* ADMIN AREA */

html.admin {
    background: white;
} /* colorized dynamically */
div#wrapper {
    width: 1000px;
    box-shadow: 0 0 54px 0 rgba(0,0,0,.2);
    margin: 80px auto;
    border-radius: 10px;
    position: relative;
    height: 570px;
}

div#sidebar {
    position: absolute;
    height: 570px;
    width: 250px;
    background-color: #4d7a96;
    border-radius: 10px 0px 0px 10px;
}

h2#admin-title {
    background: url(../img/admin/admin-title.png);
    width: 196px;
    height: 38px;
    margin: 31px 20px 32px;
}

nav ul {
    list-style: none;
    padding-left: 0;
}

nav ul li {
    padding: 0;
}

nav ul li a {
    display: block;
    height: 34px;
    border-bottom: 1px solid #466f88;
    margin: 0;
    padding-left: 20px;
    color: white;
    font-size: 13px;
    text-decoration: none;
    padding: 16px 0 0 45px;
}

nav ul li:first-child a {
    border-bottom: none;
    border-top: 1px solid #466f88;
    border-bottom: 1px solid #466f88;
}

nav ul li:last-child a {
    border-top: none;
}

nav ul li:hover {
    background-color: #5486A4;
}

a.icon-folder {
    background: url(../img/admin/icon-folder.png) no-repeat 20px center;
}

a.icon-gear {
    background: url(../img/admin/icon-gear.png) no-repeat 20px center;
}

a.icon-bubble {
    background: url(../img/admin/icon-bubble.png) no-repeat 20px center;
}

a.icon-submit {
    background: url(../img/admin/icon-submit.png) no-repeat 9px center;
}

a.icon-logout {
    background: url(../img/admin/icon-logout.png) no-repeat 19px center;
}

a.icon, span.icon {
    padding: 3px 13px 3px 28px !important;
}

a.icon-add, span.icon-add {
    background: url(../img/admin/icon-add.png) no-repeat 11px 8px;
}

nav ul li.active, body#settings nav ul li.settings, body#control-panel nav ul li.home, body#support nav ul li.help {
    background: #436a83;
}

textarea {
    border: 1px #999 solid;
    border-radius: 5px;
}

div#content {
    width: 750px;
    position: absolute;
    left: 250px;
    overflow: hidden;
    height: 100%;
    background: none;
    border-radius: 0 0 10px 0;
}

div#content-title {
    height: 100px;
    border: 1px solid #eceded;
    color: #4d7a96;
    position: relative;
    background: white;
    border-radius: 0 10px 0 0;
}

div#disk-space-info {
    color: white;
    position: absolute;
    bottom: 16px;
    left: 20px;
    font-size: 14px;
    width: 210px;
}

div#disk-space-info div.bar-container {
    margin-top: 5px;
    width: 100%;
    height: 7px;
    background-color: rgba(255,255,255,.3);
    border-radius: 3px;
}

div#disk-space-info div.fill {
    background-color: white;
    border-radius: 3px 0 0 3px;
    height: 100%;
    max-width: 100%;
}

div#disk-space-info div.fill.critical {
    background-color: #ff3d3d;
}

div#disk-space-info span {
    font-size: 11px;
    opacity: .5;
}

div#content-title h1 {
    font-weight: normal;
    font-size: 24px;
    display: inline;
    position: absolute;
    top: 8px;
    left: 20px;
}

div#content-title h1.higher {
    top: -4px;
}

div#content-title div.headline-wrapper {
    width: 400px;
    height: 100%;
}

div#content-title div.headline-wrapper span.breadcrumbs {
    font-size: 13px;
    left: 20px;
    position: absolute;
    text-decoration: none;
    top: 47px;
}

div#content-title div.headline-wrapper span.breadcrumbs span.arrow {
    margin: 0 6px;
}

div#content-title div.headline-wrapper span.breadcrumbs a {
    text-decoration: none;
    color: #999;
}

div#content-title div.headline-wrapper span.breadcrumbs a:hover {
    color: #666;
}

div#content-title h1 span.arrow {
    font-size: 18px;
    margin: 0 5px;
    opacity: .5;
}

div#content-title h1 span.lighter {
    font-weight: 100;
}

div#content-title h1 span.lighter a {
    opacity: .5;
    text-decoration: none;
}

div#advanced-settings {
    font-weight: 200;
    color: #EFEFEF;
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 20px;
    border-top: 1px solid #EFEFEF;
    background-color: #F9F9F9;
}

span.go-back {
    display: block;
    font-size: 13px;
    left: 22px;
    margin-left: 20px;
}

span.go-back a {
    text-decoration: none;
    color: #999;
}

span.go-back a:hover {
    color: #6F6F6F;
}

a.button, span.button, input[type="submit"] {
    font-family: "Open Sans";
    border-radius: 5px;
    background-color: #4f7085;
    text-decoration: none;
    color: white;
    font-weight: 400;
    font-size: 14px;
    padding: 3px 12px;
    border: 2px solid #4F7085;
    margin-right: 10px;
}

a.button.subordinate {
    background-color: transparent;
    color: #4f7085;
    transition: background-color 0.25s ease 0s, color 0.25s ease 0s;
}

a.button.subordinate:hover {
    background-color: #4f7085;
    color: white;
    transition: color 0.25s ease 0s, background-color 0.25s ease 0s;
}

body#settings a.save, body#control-panel a.upload {
    border-radius: 20px;
    font-size: 14px;
    padding: 8px 36px 9px 48px !important;
    text-transform: uppercase;
    font-weight: bold;
    opacity: .2;
}

a#button-add, a#button-upload {
    position: absolute;
    top: 25px;
    right: 230px;
}

input#searchbar {
    position: absolute;
    top: 24px;
    right: 20px;
    height: 30px;
    color: #999;
    padding: 0 10px 0 30px;
    border-radius: 5px;
    border: none;
    background: #dbdbdb url(../img/admin/icon-search.png) no-repeat 5px center;
    font-size: 13px;
    width: 160px;
    font-family: 'Open Sans', 'Proxima Nova' , 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
}

input#searchbar:focus {
    background-color: #4d7892;
    color: white;
}

html.admin-area #list-wrapper {
    width: inherit;
    overflow-y: auto;
    overflow-x: hidden;
    height: 468px;
    border-radius: 0 0 10px 0;
}

table#link-list {
    width: inherit;
    color: #b3b3b3;
    font-size: 12px;
}

table#link-list tr {
    height: 60px;
    border-bottom: 1px solid #eceded;
}

table#link-list tr td {
    text-align: center;
    width: 70px;
}

table#link-list tr td.link-title {
    width: 400px;
    text-align: left;
    padding: 0;
}

table#link-list tr td.link-title div {
    position: relative;
    width: 100%;
    height: 57px;
}

table#link-list tr td.icon-cell {
    background: url(../img/admin/icon-link.png) no-repeat center center;
    padding: 0;
    width: 57px;
}

table#link-list tr td.expiration {
    padding-right: 20px;
}

div#list-wrapper td.icon-cell.folder-icon div div {
    top: 0px;
    width: 36px;
    height: 27px;
    position: relative;
    left: 3px;
    margin: auto;
    position: relative;
    background-color: #D7D7D7;
}

div#list-wrapper td.icon-cell.folder-icon div {
    height: 27px;
    overflow: hidden;
}

div#list-wrapper td.icon-cell.folder-icon div div.bottom-div {
    background-color: #4f7085;
} /* colorized dynamically */

div#list-wrapper span.chooser {
    color: #ddd;
    font-size: 13px;
    margin-left: 10px;
}

div#list-wrapper tr:hover td span.chooser {
    display: inline;
}

div#list-wrapper span.chooser {
    display: block;
    position: absolute;
    right: 10px;
    top: 2px;
}

div#list-wrapper span.chooser a {
    opacity: .6;
    text-decoration: none;
    color: #4d7892;
    margin-right: 10px;
    display: inline-block;
    width: 16px;
    height: 22px;
    background-image: url(../img/admin/icon_spritesheet.png);
    background-repeat: repeat-x;
}

div#list-wrapper span.chooser a:hover {
    opacity: 1;
}

div#list-wrapper span.chooser a.deletelink,div#list-wrapper span.chooser a.deletedir, div#list-wrapper span.chooser a.deletefile {
    background-position: -32px center;
}

div#list-wrapper span.chooser a.reset-expiration {
    background-position: 48px center;
}

div#list-wrapper span.chooser a.edit {
    background-position: 0px center;
}

div#list-wrapper span.chooser a.show {
    background-position: -16px center;
}

div#list-wrapper span.chooser a.rename {
    background-position: -64px center;
}

div#list-wrapper span.chooser a.caution {
    color: #c85858;
}

input[type='text']:focus,input[type='password']:focus, textarea:focus {
    color: #333;
    border-color: #666;
}

input[type='text'], input[type='password'], textarea {
    line-height: 30px;
    width: 400px;
    margin-top: 1px;
    border: 1px solid #999;
    border-radius: 5px;
    height: 30px;
    padding: 0px 5px;
    color: #666;
    font-weight: 200;
    font-size: 13px;
    font-family: 'Open Sans', 'Proxima Nova' , 'Helvetica', 'Helvetica Neue', Arial, sans-serif;
}

textarea {
    line-height: 1.6em;
}

tr td.link-title a {
    color: #757575;
    text-decoration: none;
    position: relative;
    top: 19px;
}

div#configurer, div#settings-wrapper, div#help {
    position: absolute;
    height: 468px;
    width: 750px;
    background-color: white;
    z-index: 99;
    padding: 0;
    border-radius: 0 0 10px 0;
}

div#configurer {
    display: none;
}

a.password-remover {
	display:block;
	height:16px;
	width:16px;
	background:url("../img/admin/icon_spritesheet.png") -32px 0;
	position:relative;
}

body#settings a.password-remover {
	top:37px;
	right:8px;
	float:right;
}

body#control-panel a.password-remover {
	margin:-8px;
	top:17px;
	right:-3px;
	float:right;
}

div#configurer.upload-only {
    width: 420px;
    border-left: 1px solid #E4E4E4;
    right: -421px;
}

label {
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    color: #939393;
}

div#configurer input[type="text"] {
    margin-bottom: 15px;
    width: 280px;
}

div#configurer span.info {
    display: block;
    font-size: 12px;
    color: #aaa;
    margin-top: -10px;
    margin-bottom: 20px;
}

div#configurer label.for-checkbox {
    display: inline;
    font-size: 12px;
    color: #aaa;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

div#configurer div.dropzone {
    position: absolute;
    right: 20px;
    width: 380px;
    top: 20px;
    height: 173px;
    border: 3px dashed;
    border-color: #E0E0E0;
    border-radius: 20px;
    background: #FFF;
}

div#configurer div.dropzone p {
    text-align: center;
    color: #ccc;
    margin-top: 40px;
    font-size: 14px;
}

input#fileupload, input#title-image-upload {
    font-size: 200px;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

div#configurer input.file-upload-button {
    margin: auto;
    right: 20px;
    top: 20px;
}

span.fileupload-button {
    position: absolute;
    display: block;
    width: 80px;
    height: 22px;
    overflow: hidden;
    font-size: 14px;
}

div#configurer span.fileupload-button {
    left: 275px;
    top: 21px;
}

div#uploaded-files {
    margin-top: 20px;
}

div#uploaded-files span {
    color: #666;
    font-size: 14px;
    border-radius: 5px;
    background-color: #eee;
    padding: 5px 10px;
    margin: 10px 10px 0 0;
    float: left;
}

div#progress {
    text-align: center;
    display: none;
}

div#progress div.bar {
    height: 100%;
    background-color: #F8F8F8;
    margin-top: 10px;
    position: absolute;
    bottom: 0;
}

div#progress span {
    color: white;
    font-size: 20px;
    position: relative;
    top: 22px;
    z-index: 100;
}

div#progress span.percentage-value {
    font-size: 25px;
}

div#progress span.percentage-sign {
    font-size: 14px;
}

div#configurer textarea {
    width: 100%;
    height: 120px;
    margin-bottom: 15px;
    resize: none;
}

div.left-col {
    position: absolute;
    width: 275px;
    top: 20px;
    left: 20px;
}

div.left-col.upload-only {
    display: none;
}

div.right-col {
    position: absolute;
    top: 0;
    left: 330px;
    height: 404px;
    border-left: #E4E4E4 1px solid;
    overflow-y: auto;
    overflow-x: hidden;
    width: 420px;
}

div.right-col.upload-only {
    right: 0;
    left: auto;
    border-left: none;
}

div#configurer input[type="checkbox"] {
    margin-top: 0;
}

div#submitter {
    position: absolute;
    bottom: 0;
    border-top: 1px solid #E4E4E4;
    width: 100%;
    height: 63px;
}

div#submitter div.button-group {
    position: absolute;
    right: 0;
    top: 18px;
    right: 5px;
}

div.upload-title p {
    position: absolute;
    top: 5px;
    left: 20px;
}

div.upload-title {
    position: relative;
    height: 75px;
    width: 419px;
    border-bottom: 1px solid #E9E9E9;
}

table.upload-list {
    width: 419px;
    font-size: 13px;
    color: #959595;
}

table.upload-list td.icon-cell {
    width: 50px;
}

table.upload-list td.icon-cell div {
    height: 40px;
    overflow: hidden;
    width: 50px;
}

table.upload-list td.icon-cell div div {
    top: 0px;
    width: 32px;
    height: 40px;
    margin: auto;
    position: relative;
}

table.upload-list td.icon-cell div div {
    background-color: #9C9C9C;
}

table.upload-list td.icon-cell div div.bottom-div {
    background-color: #002755;
} /* colorized dynamically */
table.upload-list td.delete {
    width: 33px;
}

table.upload-list a.delete-upload {
    display: block;
    height: 16px;
    width: 16px;
    background: url(../img/admin/trash.png) no-repeat;
    opacity: .5;
}

table.upload-list a.delete-upload:hover {
    opacity: 1;
}

html.lt-ie8 table#upload-list td.icon-cell div div.bottom-div {
    display: none;
} /* colorized dynamically */
table.upload-list tr {
    border-bottom: 1px solid #f0f0f0;
    height: 60px;
}

table.upload-list tr:hover {
    background-color: white;
    color: #868686;
}

table.upload-list tr:hover td.filename a.file-link {
    color: #444e64;
}

table.upload-list tr:hover td.select-indicator-highlight {
} /* colorized dynamically */
table.upload-list tr span.chooser {
    margin-left: 15px;
}

table.upload-list tr:hover span.chooser a:hover {
    color: #444e64;
} /* colorized dynamically */

#file-list.edit-links td.icon-cell {
    padding: 0;
}

#file-list.edit-links td.filename {
    width: 430px;
    padding: 0;
}

#file-list.edit-links td.filename input[type='text'] {
    margin-top: 12px;
}

#file-list.edit-links td.filename div {
    height: 57px;
    width: 100%;
    position: relative;
}

#file-list.edit-links td.filename a.file-link, a.link-title {
    padding: 20px 20px 20px 5px;
}

span.input-error {
    font-size: 13px;
    text-transform: uppercase;
    color: #C85858;
    position: absolute;
    right: -12px;
    top: 0;
}

div.notify {
    text-align: center;
    background-color: #4D7A96;
    color: white;
    padding: 15px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
    box-shadow: 0 0 1px 0 white;
}

div.notify.error {
    background-color: #E36262;
    font-weight: bold;
}

div.notify a {
    position: relative;
    top: -1px;
    font-size: 12px;
    color: #ffffff;
    background-color: rgba(0,0,0,0);
    font-weight: normal;
    text-transform: uppercase;
    border: white 2px solid;
    border-radius: 5px;
    padding: 3px 5px;
    margin-left: 10px;
    transition: background-color 0.25s ease 0s, color 0.25s ease 0s;
    text-decoration: none;
}

div.notify a:hover {
    background-color: #ffffff;
    color: #4D7A96;
    transition: background-color 0.25s ease 0s, color 0.25s ease 0s;
}

div#settings-wrapper span.tooltip {
    opacity: .4;
    cursor: pointer;
    display: inline-block;
    margin-left: 0px;
    position: relative;
    top: 4px;
    width: 20px;
    height: 18px;
    background: url(../img/admin/icon-info.png) no-repeat center center;
    transition: opacity 100ms;
}

div#settings-wrapper span.tooltip:hover {
    opacity: 1;
    transition: opacity 100ms;
}

span.desc {
    z-index: 100;
    display: none;
    position: absolute;
    background: rgba(255,255,255,.9);
    width: 200px;
    border: #eee 1px solid;
    border-bottom: 5px solid #eee;
    left: -100px;
    top: 30px;
    padding: 5px 10px;
    box-shadow: 0 0 0 1px white;
    font-size: 12px;
    color: #999;
}

div#settings-wrapper div.left-col label {
    display: inline;
    line-height: 28px;
}

div#settings-wrapper div.left-col {
    position: absolute;
    overflow-x: hidden;
    overflow-y: auto;
    width: 290px;
    top: 0;
    left: 0;
    height: 364px;
    padding: 20px;
}

div#settings-wrapper div.left-col div.normal {
    float: left;
    width: 100%;
    height: 70px;
}

div#settings-wrapper div.left-col div.smaller {
    float: left;
    width: 49%;
    height: 70px;
}

div#settings-wrapper div.left-col div.smaller input {
    width: 72px;
    margin-right: 5px;
}

div#settings-wrapper div.left-col div.margin {
    margin-bottom: 18px;
}

div#settings-wrapper div.left-col div.margin label {
    margin-bottom: 5px;
}

div#settings-wrapper div.left-col div.max-zip-size {
    padding-left: 5px;
}

div#settings-wrapper div.left-col div.total-space {
    width: 60%;
}

div#settings-wrapper span.fileupload-button {
    left: 125px;
    top: 155px;
    width: 127px;
}

div#settings-wrapper a.button#input-disable-thumbnails {
    position: relative;
    top: 5px;
}

div#settings-wrapper div.left-col a#input-disable-colorization {
    display: inline;
    position: relative;
    top: 2px;
    left: 20px;
}

div#settings-wrapper input {
    width: 260px;
}

div#settings-wrapper div.left-col div {
    font-size: 13px;
    color: #939393;
}

div#settings-wrapper div.right-col div.title-image {
    margin: auto;
    width: 224px;
    margin-top: 10px;
    border: 1px solid #E4E4E4;
    padding: 5px 5px 4px 5px;
    text-align: center;
}

div#settings-wrapper a.delete-thumb {
    right: 5px;
    top: 5px;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    background: url(../img/admin/trash.png) no-repeat;
}

div#settings-wrapper div.right-col div.set-title-image label {
    text-align: center;
    margin-top: 20px;
}

div#settings-wrapper div.right-col div.set-title-image {
    border-bottom: 1px solid #E4E4E4;
    height: 190px;
}

div#settings-wrapper div.right-col div.title-image img {
    max-width: 224px;
    max-height: 80px;
}

div#settings-wrapper div.right-col div.title-image {
    position: relative;
}

div#settings-wrapper div.right-col div.empty-trash-folder div.button-group {
    display: inline-block;
    text-align: center;
}

div#settings-wrapper div.right-col div.empty-trash-folder {
    text-align: center;
    margin-top: 66px;
}

div#settings-wrapper div.right-col div.empty-trash-folder div.hidden {
    display: none;
}

a.button.toggle {
    background: none;
    color: #4D7A96;
}

a.button.toggle.activated {
    background-color: #4D7A96;
    color: white;
}

div#settings-wrapper span.input-error {
    font-size: 13px;
    text-transform: uppercase;
    color: #C85858;
    position: absolute;
    right: -12px;
    top: 0;
}

body#control-panel p#no-files {
    margin-top: 170px;
}

div#help {
	overflow:auto;
	width:750px;
}

div#help div.wrapper {
	width: 600px;
	margin-left:20px;
	height:100%;
}

div#help h2, div#help h3, div#help h4{
	color:#5E5E5E;
	margin-top:20px;
	margin-bottom:10px;
}

div#help h3 a {
	font-weight:600;
	text-transform:uppercase;
	font-size:12px;
	background:#efefef;
	padding:2px 8px;
	border-radius:5px;
	transition:background 100ms;
	margin-left:10px;
}

div#help h3 a:hover {
	background:#ddd;
	transition:background 100ms;
}

div#help a {
	text-decoration: none;
	padding:3px 6px;
	border-radius:5px;
	transition:background 100ms;
}

div#help a:hover {
	background:#efefef;
	transition:background 100ms;
}

div#help p, div#help li {
	color:#888;
	font-size:13px;
	line-height:1.68em
}

div#help pre, div#help div.code {
	font-size:12px;
	background-color:#eee;
}



/* ==========================================================================
   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: 150%;
}

/*
 * 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.
   These 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 print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* 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;
    }
}
