/*
   This is where you should put all your customisations to the swish.css
   file. Please do not edit swish.css, but instead put all your over-rides
   here.
*/

/* If your language version of the "Home", "Inbox", "Outbox" & "Logout"
 * tabs are too wide for the buttons, you can increase the width of the
 * buttons. Just uncomment this section, changing the "130" for whatever
 * you want, but make sure the "131" is exactly 1 greater than the "130".
#topMenu li a {
  width:130px;
}
#topMenu li {
  width: 131px;
}
#topMenu li.selected {
  width: 131px;
}
*/

/* Uncomment this to make the web site narrower left-to-right */
.content {
	width: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
} 


body {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

	background-image: none;
	background-color: #ffffff;
	font-size: 100%;
}

a {
	color: #FCA71D;
}

a:hover {
	text-decoration: underline;
}

label {
	font-weight: bold;
}

/* Light gray background when being dragged over */
#overlay {
	background: #FCA71D;
	background-color: rgb(179 179 179 / 0.85);
}

#overlaytext {
	font-weight: normal;
	color: #000000;
}

#overlaytextsub {
	font-size: 40%;
}

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

/* The language picker drop-down menu */
.dropdownButton {
	color: black;
	border-style: solid solid none solid; /* no bottom border */
	border-radius: 4px 4px 0px 0px; /* rounded top corners */
	border-width: 1px;
	border-color: #828282;
}
.dropdown-has-hover:hover, .dropdown-has-hover:focus {
	background: #bbbbbb;
	background-color: #bbbbbb;
}
.dropdownContent {
	background-color: #ffffff;
	background: #f5f5f5;
	white-space: nowrap;
	border-style: solid;
	border-color: #828282;
	border-radius: 2px;
	border-width: 1px;

	z-index: 1;
}
.dropdownContent a {
	color: black;
	font-size: 14px;
	font-weight: normal !important;
	padding: 4px 10px 4px 10px;
	text-decoration: none;
	display: block;
}
.dropdownContent a:hover {
	background: #FCA71D;
	background-color: #FCA71D;
	color: black;
}
.show {
	display: block;
}
/* End of the language picker drop-down menu */

.systemAnnouncementTitle {
	font-weight: bold;
	font-size: larger;
}

.systemAnnouncementText {
	font-weight: bold;
}

#newdropoff-boxes .text {
	align-self: start;
	-ms-grid-row-align: stretch; /* Yes they are supposed to be different */
	display: block; /* IE */
	border-color: #828282;
	border-width: 1px;
	border-style: solid;
	border-radius: 4px;
	padding: 2px 5px;
	clear: both;
}

.error-highlight {
	background-color: pink;
	border-color: #ff0000;
}

.content a {
	font-weight: bolt;
}

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

#topMenu {
	float:left;
	height:40px;
	padding-top: 20px;
	font-size: 1.3em;
}

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

#topMenu ul {
	height:40px;
	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; /* no bottom border */
	border-radius: 4px 4px 0px 0px; /* rounded top corners */
	border-width: 1px;
	border-color: #828282;
}

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

#topMenu li:hover {
	background: #bbbbbb;
	background-color: #bbbbbb;
}

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

#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 #000000;
	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: #fca71d;
    -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 #a56e15;
    box-shadow: inset 0 -3px 5px #a56e15;
    -moz-box-shadow: inset 0 -3px 5px #a56e15;
}

#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, button.dt-button, a.dt-button, a.button.dt-button, input[type="submit"], input[type="button"], button {
	float: left;
	width: 150px;
	margin-bottom: 10px;
	margin-top: 10px;
	border: 1px solid #000000;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 5px 10px;
	text-decoration: none;
	margin-right: 10px;
	color: black;
	
	background: #FCA71D; /* old browsers */
	text-shadow: none;
	font-size: 1em;
	font-weight: normal;
}



a.UD_textbutton:hover, button.dt-button:hover:not(.disabled), a:not(.disabled).dt-button:hover, input[type="submit"]:hover, input[type="button"]:hover, button:hover {
	background: #f09503; /* old browsers */
	cursor: pointer;
}

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

a.UD_buttonchosen:hover {
	background: #f09503; /* old browsers */
}

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

.greyButton:hover {
	background: #8c8c8c;
}

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: #fca71d;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #000000;
	padding: 4px 10px 5px 10px;
	color: black;
	font-weight: normal;
	margin-right:10px;

}

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

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

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

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

.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;
}

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

#libraryselector {
	margin-left: 10px;
}

#AddFilesButton {
	width: auto;
}

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

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

#logoxclip {
	overflow-y: visible;
}

#logo a {
	color: #a5abb0;
}

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

#error {
	background-color: #fff3cd;
	border-color: #ffecb5;
	border-style: solid;
	border-width: 1px;
	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: #fca71d; /* #fca71d99; */
	margin-left: 0px; /* 11px; */
	font-size: 1em;
	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;
}

.sendContainerLinkText {
	color: #000000;
}

.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;
}

.UD_error_logo {
  width: 3em;
}

#uploadTable, #DropoffButton {
  display: none;
}

.disabledtext {
  color: grey;
}

.dataTable td {
  cursor: pointer;
}

.toggle-vis:hover {
	cursor: pointer;
}

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

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

/* This .ui-menu .ac-col .x-col stuff is all for the extension
 * to the JQuery-UI autocomplete widget. It adds the delete button
 * at the right end of every entry. */
.ui-menu-item .ac-col2.ui-menu-item-wrapper {
	padding-left: 0px;
	padding-right: 0px;
}

.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 {
	align-self: center; /* vertical */
	text-align: right;
	/*padding: 3px 0 3px 0 !important;*/
	padding-top: 0px;
	padding-bottom: 0px;
	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;
}

.request-link-text {
	font-size: 120%;
	font-weight: bold;
	border-style: dashed;
	border-width: 1px;
	border-radius: 4px;
	border-color: grey;
	padding: 3px 5px;
}

.request-link-text:hover {
	background: #ffffbc;
	cursor: pointer;
}


div.ui-menu-item-wrapper {
	/* This overrides the definition in jquery-ui.css */
	padding-right: 0px;
}

.waiverBox {
	border: 4px solid #000000;
	margin: 1em 5px 2em 2px;
	padding: 5px;
	width: calc(100% - 14px);
}

.nowrap {
	white-space: nowrap;
}

.hidden {
	display: none;
}

