/*
   This defines the new user interface for ZendTo version 5 and above.
   Please do not edit this file, but instead over-ride the definitions
   in the local.css file.

   This improved design borrows very heavily from the great work done by
   Mitchell St. Amant.
*/

body {
    font-family: "Roboto", sans-serif;
    background-repeat: repeat;
    background-image: none;
    background-color: #ededed;
    font-size: 92%;
    margin: 0;
}

a {
    color: #67709c;
    text-decoration: none;
}

h4 {
    font-size: 1.1em;
    font-weight: normal;
}

label {
    font-weight: bold;
}

/* Light yellow background when being dragged over */
#overlay {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #ffffbc;
    background-color: rgba(255, 255, 188, 0.7);
    z-index: 10000;
    cursor: pointer;
}

#overlaytext {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    font-size: 4em;
    font-weight: bold;
    color: #1f88c1;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

#overlaytextsub {
    font-size: 40%;
}

.downloading {
    background: #ffffbc;
    background-color: rgba(255, 255, 188, 1.0);
}

/* The language picker drop-down menu */
.dropdownMenu {
    position: relative;
    display: inline-block;
    float: right;
    padding-top: 40px;
    height: 20px;
}

.dropdownButton {
    color: white;
    cursor: default;
    border-style: solid solid none solid; /* no bottom border */
    border-radius: 4px 4px 0px 0px; /* rounded top corners */
    border-width: 1px;
    border-color: #1f88c1;
    padding: 5px 10px 5px 10px;
    height: 20px;
    line-height: 14px;
    font-size: 14px;
}

.dropdown-has-hover:hover, .dropdown-has-hover:focus {
    background: #62c0f0;
    background-color: #62c0f0;
    cursor: pointer;
}

.dropdownContent {
    display: none;
    position: absolute;
    top: 60px;
    background-color: #1f88c1;
    background: #1f88c1;
    white-space: nowrap;
    z-index: 1;
}

.dropdownContent a {
    color: white;
    font-size: 14px;
    padding: 4px 10px 4px 10px;
    text-decoration: none;
    display: block;
}

.dropdownContent a:hover {
    background: #62c0f0;
    background-color: #62c0f0;
    color: white;
}

.show {
    display: block;
}

/* End of the language picker drop-down menu */

#newdropoff-checkboxes {
    max-width: 49%;
    display: inline-block;
    float: right;
    vertical-align: top;
}

#newdropoff-checkboxes input[type="checkbox"] {
    margin: 3px 0px;
}

.ndcbLabel {
    display: block;
    padding-left: 15px;
    text-indent: -17px;
}

.content a {
    font-weight: bold;
}

.content {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    /*margin-top:30px; */
}

#container {
    clear: both;
    background: white;
    /*border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;*/
    padding-top: 2px;
    /*padding-left:20px;
    padding-right:20px;*/
    padding-bottom: 40px;
    min-height: 250px;
    /*-moz-box-shadow: 0px 1px 5px #7f7e7e;
    box-shadow:0px 1px 5px #7f7e7e;*/
    color: #162637;
}

/* #whoAmI {
  position: absolute;
  right: 10px;
  top: 100px;
} */

.round {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

#topMenu {
    float: left;
    height: auto;
    /*padding-top: 20px;*/
    font-size: 1.3em;
    display: block;
}

#topMenu ul, #topMenu li {
    display: inline-block;
}

#topMenu ul {
    height: auto;
    margin: 0;
    margin-left: 20px; /* He has 0px */
    padding-left: 0px;
}

#topMenu li {
    float: left;
    position: relative;
    width: 131px; /* This should equal #topMenu li.selected "width", and set #topMenu li a "width" to this minus 1 */
    /*height:39px; */
    text-align: center;
    line-height: 39px;
    /*border-style: solid solid none solid;
    border-radius: 4px 4px 0px 0px; */
    border-width: 1px;
    border-color: #2d3340;
}

#topMenu li.selected {;
    background-color: #4d5360;
    color: white;
    width: 131px; /* This should equal #topMenu li "width" */
    border-width: 0px;
    z-index: 1;
}

#topMenu li:hover {
    background: #62c0f0;
    background-color: #62c0f0;
}

#topMenu li a {
    color: white; /* #4f4e4e; */
    display: block;
    /*height:39px;*/
    width: 130px; /* Set #topMenu li "width" to this plus 1 */
    font-weight: bold;
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 15px;
}

#loginForm {
    padding: 5px 10px;
    display: block;
    border-color: #9eadba;
    border-style: solid;
    border-width: 1px;
    border-top: 0px;
    width: auto;
    height: 35px;
    float: left;
    position: absolute;
    margin-right: 10px;
    top: 90px;
    background: #fcffe7;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    clear: both;
}

#loginForm input[type="text"], #loginForm input[type="password"] {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 1px solid #465773;
    height: 20px !important;
    width: 120px !important;
    margin-bottom: 5px;
    margin-right: 10px;
    float: left;
}

input[type="file"] {
    margin-right: 5px;

}

#loginForm label {
    height: 32px;
    line-height: 32px;
    display: block;
    margin-bottom: 5px;
    float: left;
    margin-right: 10px;
}

#loginForm input[type="submit"] {
    float: left;
    margin-right: 0px;
    margin-top: 3px;
    text-align: center;
}

#progressouter {
    width: 100%;
    height: 30px;
    background: #e4dfdf;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -webkit-box-shadow: inset 0 2px 5px #b8b4b4;
    box-shadow: inset 0 2px 5px #b8b4b4;
    -moz-box-shadow: inset 0 2px 5px #b8b4b4;
    clear: both;
}

#progressouter #progressinner {
    height: 30px;
    background: #0072cf;
    -moz-border-radius: 15px 0px 0px 15px;
    -webkit-border-radius: 15px 0px 0px 15px;
    border-radius: 15px 0px 0px 15px;
    -webkit-box-shadow: inset 0 -3px 5px #004c8a;
    box-shadow: inset 0 -3px 5px #004c8a;
    -moz-box-shadow: inset 0 -3px 5px #004c8a;
}

#uploadDialog {
    background-color: #fafafa;
    width: 400px;
    border: 1px solid #a1b6c3;
    border-radius: 5px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    position: absolute;

    -moz-box-shadow: 0px 1px 5px #7f7e7e;
    box-shadow: 0px 1px 20px #7f7e7e;
    display: none;
}

#uploadDialog #progressContainer {
    padding-bottom: 20px;
}

#uploadDialog h1 {
    margin-top: 0;
    display: block;
    background: #eff3f7;
    border-bottom: 1px solid #d0e1ea;
    padding-top: 10px;
    padding-bottom: 10px;
}

#percentText {
    font-size: 1.1em;
    font-weight: bold;
    color: #293753;
    margin-top: 10px;
    visibility: hidden;
    width: 100%;
    text-align: center;
}

.homeButtons a.UD_textbutton, a.UD_textbutton_admin {
    width: 150px;
}

a.UD_textbutton, a.UD_textbutton_admin, .UD_textbutton_admin, input[type="submit"], input[type="button"], button {
    float: left;
    width: 150px;
    margin-bottom: 10px;
    margin-top: 10px;
    border: 1px solid #1271a7;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 5px 10px;
    text-decoration: none;
    margin-right: 10px;
    color: white;

    background: #1f88c1; /* old browsers */
    text-shadow: 0px -1px 1px #585858;
    font-size: 1em;
    font-weight: bold;
    background-clip: padding-box;
    background-origin: padding-box;
}

/* A button with no styling at all */
.resetButton {
    float: none;
    width: auto;
    margin: 0px 0px 0px 0px;
    border: none;
    padding: 0px 0px 0px 0px;
    color: inherit;
    background: none;
    text-shadow: none;
    font-size: inherit;
    font-weight: normal;
}

a.UD_textbutton:hover, input[type="submit"]:hover, input[type="button"]:hover, button:hover {
    background: #62c0f0; /* old browsers */
    cursor: pointer;
}

a.UD_buttonchosen {
    background: #1f88c1; /* old browsers */
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

input[type="submit"][disabled], input[type="button"][disabled], button[disabled], .greyButton {
    float: left;
    margin-bottom: 10px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px 10px;
    text-decoration: none;
    margin-right: 10px;
    color: white;
    background: #b4b2b2;
    text-shadow: none;
    font-size: 1em;
    font-weight: bold;
}

a.UD_textbutton, a.UD_textbutton_admin, .UD_textbutton_admin {
    text-align: center;
    border-radius: 4px;
}

a.UD_textbutton_admin, .UD_textbutton_admin {
    background: #d64545; /* old browsers */
    border: #9c0b09 1px solid;
    border-radius: 4px;
}

a.UD_textbutton_admin:not(.greyButton):hover, .UD_textbutton_admin:not(.greyButton):hover {
    background: #d50606; /* old browsers */
}

.emailButton {
    background: #3fb8e5;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #2692b8;
    padding: 4px 10px 5px 10px;
    color: white;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    float: left;
    width: auto;
    margin-right: 10px;
    cursor: default;
}

.emailButton a.remove {
    font-weight: bold;
    margin-left: 10px;
    color: white;
    cursor: pointer;
}

.emailButton a.remove img {
    top: 4px;
    position: relative;
}

#emailHolder, #fromHolder, .infoBox {
    border-color: #2b3e89;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    padding: 2px;
    width: 100%;
    float: left;
    min-height: 22px;
    clear: both;
}

#emailHolder {
    min-height: 28px;
}

#emailHolder #toName {
    padding-left: 5px;
}

#emailHolder #toEmail {

}


#fromHolder {
    line-height: 24px;
}

#fromHolder #fromName {
    padding-left: 5px;
}

#fromHolder #fromEmail {

}

#fromHolder #fromOrg {
    font-style: bold;
}

#fromHolder span {
    margin-right: 5px;
}

.UILabel {
    float: left;
    font-weight: bold;
    margin-right: 10px;
    line-height: 26px;
    /* width:50px; */
    text-align: left;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

input[type="text"], textarea, input[type="password"] {
    font-family: "Roboto", sans-serif;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border: 1px solid #465773;
    padding: 6px;

}

textarea {
    font-size: smaller;
}

.fleft {
    float: left;
}

.fright {
    float: right;
}

.clear {
    clear: both;
}

.center {
    text-align: center;
    margin-top: 10px;
}

.center button {
    float: none;
}

.mono {
    font-family: "Roboto Mono", monospace;
}

.ndfilename {
    width: 400px;
    max-width: 400px;
    font-family: "Roboto Mono", monospace;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.checksum {
    font-family: "Roboto Mono", monospace;
    font-size: 80%;
    white-space: nowrap;
}

.filelabel, .ndfilesize {
    text-align: right;
    white-space: nowrap;
}

#AddFilesButton {
    width: auto;
}

a img {
    border: 0;
}

#emailHolder a#addRecipients {
    display: block;
    float: left;
    margin-top: 7px;
    margin-left: 10px;
    width: 20px;
    height: 16px;
}

#addNewRecipient {
    display: none;
}

#sendMultiple {
    display: none;
}

#commentsArea {
    margin: 20px 0px 20px 0px;
    text-align: left;
}

.row {
    background-color: #e3e3e3;
}

.rowalt {

}

thead {
    font-weight: bold;
    font-size: 1.1em;
}

#logo {
    float: right;
    height: 60px;
    line-height: 60px;
    padding-top: 5px;
    padding-left: 25px;
    padding-right: 20px;
    text-decoration: none;
    font-weight: bold;
    color: #a5abb0;
    font-size: 3.4em;
    /*text-shadow: 1px 1px 0px #fbfbfb;*/
    max-width: 270px;
    overflow-y: visible;
    display: block;
}

#logoxclip {
    overflow-x: hidden;
}

#logo a {
    color: #ffffff;
}

#footer {
    color: #484848;
    /*margin-top: 25px;*/
    text-align: center;
    background-color: #ededed;
}

#error {
    background-color: rgba(255, 248, 183, 0.5);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
}

#info {
    background-color: rgba(188, 188, 188, 0.2);
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 10px;
}

.buttonHolder button {
    margin-bottom: 10px;
}


/* Facebox overrides */

#facebox h1 {
    text-align: center;
}

#facebox .customHeader {
    position: absolute;
    height: 22px;
    color: white;
    font-weight: bold;
}

#facebox .customHeader h1 {
    font-size: 1.1em;
    margin: 0;
    margin-top: 4px;
    margin-left: 10px;
}

/* other stuff */
#progress {
    visibility: hidden;
    width: 450px;
    height: 75px;
    padding: 0px;
    margin: 5px 0px 0px 0px;
    border: 2px solid #C01010;
    background: #FFF0F0;
    color: #C01010;
    text-align: justify;
}

#overallFileSize {
    text-align: center;
    margin-top: 10px;
    font-size: 1.1em;
}

/* Over-ride stuff hard-wired in facebox.css */
#facebox .popup .content {
    display: block;
    width: auto;
    padding: 10px 35px;
}

#sendconfirm {
    display: none;
}

.dark-red {
    color: #cc0000;
}

.ui-widget {
    font-family: "Roboto", sans-serif !important;
}

#sendContainer {
    padding: 15px;
    background-color: rgba(8, 146, 208, 0.8);
    /* width: 350px; */
    margin-left: 0px; /* 11px; */
    font-size: 1em;
    /* letter-spacing: -0.008em; */
    color: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    text-align: left;
}

#sendContainerIcon {
    text-align: left;
    float: left;
    margin-right: 2px;
}

.g-recaptcha {
    margin-bottom: -15px;
    margin-top: 15px;
}

#dropoff_list_info {
    margin-top: 15px;
}

.UD_error_message {
    padding-top: 8px;
}

.UD_error_title {
    padding-top: 10px;
}

#uploadTable, #fileTotal {
    display: none;
}

.disabledtext {
    color: grey;
}

.dataTable td {
    cursor: pointer;
}

.notetoolong {
    font-weight: bold;
    color: red;
}

.secret-error {
    font-weight: bold;
    color: red;
}

.header {
    background-color: #2d3340;
}

.container {
    margin: auto;
    width: 1000px;
    display: table;
}

.outercontent {
    background-color: #ffffff;
}

.ac-row {
    display: flex;
    justify-content: stretch; /* horizontal */
    /* align-items: stretch; */ /* vertical */
    padding-right: 0;
}

.ac-col1 {
    flex: 99%;
    white-space: nowrap;
    padding-right: 1em !important;
}

.ac-col2 {
    /* flex: 50px; */
    /* max-width: 50px; */
    align-self: center; /* vertical */
    text-align: right;
    /*padding: 3px 0 3px 0 !important;*/
    padding-top: 0px;
    padding-bottom: 0px;
    /* background-color: white; */
    color: red;

}

.x-col.deleteme {
    text-align: right;
    padding: 3px 10px 3px 10px;
    /* padding-top: 3px; */
    /* padding-bottom: 3px; */
    /* background-color: white; */
    /* color: red; */
}

.ac-col2.deleteme.ui-state-active {
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    border-left: 0;
    border-right: 1px solid #c5c5c5;
    background-color: white;
    color: red;
}

.ac-col2.deleteme.ui-state-active:hover {
    border-top: 1px solid red;
    border-bottom: 1px solid red;
    background-color: red;
    color: white;
}