.select-box {
  position: relative;
  display: flex;
  width: auto;
  flex-direction: column;
}

.select-box .options-container {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  color: rgb(56, 52, 52);
  display: none;
  position: absolute;
  top: 46px;
  z-index: 100;
  max-height: 240px;
  width: 100%;
  overflow-y: scroll;
  transition: all 0.4s;
  border: 1px solid #ccc;
}

.selected.active::after {
  transform: rotate(0deg);
}

.select-box .option, .selected {
  padding: 12px 24px;
  cursor: pointer;
}

.select-box .option .radio {
  display: none;
}

.selected {
  background: white;
  border-radius: 8px;
  margin-bottom: 8px;
  color: rgb(56, 52, 52);
  position: relative;
  order: 0;
}

.selected:after{  
  content: '\25ED';
  position: absolute;
  right: 20px;
  font-weight: 700;
  color: black;
  transform: rotate(180deg);
  transition: all .4s;
  
}  
.select-box .option:hover {
  background: #F1FFF3;;
  border-radius: 5px;
  color: #8AD891;
 
}

.select-box input {
  padding: 16px 16px;
  position: absolute;
  outline: 1px solid black;
  outline-offset: -10px;
  z-index: 100;
  border: none;
  display: none;
}

.select-box .option:first-child {
  margin-top: 4px;
}

.select-box .options-container::-webkit-scrollbar {
  width: 7px;
  background: #888;
  border-radius:  8px ;
  height: 1px;
}
.select-box .options-container::-webkit-scrollbar-thumb {
  background: #464749;
  border-radius: 8px 8px 8px 8px;

}
:root {
  --start_col: #ffffff;
  --end_col: #9a9996;
  --menu_bg_col: #241f31;
}

@font-face {
  font-family: 'Orienta';
  src: url(/font/Orienta/Orienta-Regular.ttf);
}

p {
    color: red;
}

.user1 {
  width: 100%;
}

html {
    height: 100%;
}

body {
	font-family: Orienta;
	font-size: 16px;
    margin: 0;
    padding: 0;
	
	background:var(--end_col);
	background:-webkit-linear-gradient(45deg,var(--start_col),var(--end_col));
	background:-o-linear-gradient(45deg,var(--start_col),var(--end_col));
	background:-moz-linear-gradient(45deg,var(--start_col),var(--end_col));
	background:linear-gradient(45deg,var(--start_col),var(--end_col));
	background-position:top left;
}​

.floatright {
  float: right;
}


#top_bar {
    border-radius: 0px 0px 15px 15px;
	margin-left: 5%;
	margin-right: 5%;
    background: var(--menu_bg_col);
    color: #EEEEEE;
    height: 32px;
    padding: 5px;
    padding-bottom: 13px;
    z-index: 999;
    font-size: 16px;
}

.top_bar_left {
    color: #EEEEEE;
    line-height: 18px;
    float: left;
	margin-right: 15px;
}

.top_bar_right {
  color: #EEEEEE;
  line-height: 18px;
  float: right;
  margin-left: 15px;
}

.top_bar_dropmenu {
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: fixed;
	top: 32px;
	width: 200px;
	visibility: hidden;
}


#dlmenu {
  float: left;
  width: 200px;
  margin-top: 2px;
  text-decoration: none;
  top: 30px;
}


#modmenu {
  background: var(--menu_bg_col);
  cursor: pointer;
  float: left;
  width: 200px;
  margin-top: 2px;
  text-decoration: none;
}

#modmenu ul {
  padding: 0;
  border-right: medium none;
  list-style: none outside none;
  margin: 0;
  text-align: left;
}

#modmenu ul li {
  cursor: pointer;
  font-style: normal;
  font-weight: normal;
  padding: 2px 0px 2px 15px;
  text-decoration: none;
  color: #f0f0f0;
}


.Cmenu {
    list-style-type: none;
    list-style:none;
    color:#eee;
    margin: 3px;
    padding: 0;
    overflow: hidden;
}

.Cmenu li
{
	float: left;
}

.Cmenu li a {
	display: inline-block;
	color: white;
	text-align: center;
	padding: 7px 24px;
	text-decoration: none;
	border: 1px solid #777;
	border-radius: 5px 10px 3px 11px;
	min-width: 80px;
	transition-duration: 0.2s;
	font-size: 16px;
}

.Cmenu li a:hover {
	background-color: #613583;
}

ul.dropdown-menu {
	display: inline-block;
}

.Cdropdown-menu {
	display: none;
	position: absolute;
	background-color: var(--menu_bg_col);
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	list-style-type: none;
	list-style:none;
	text-decoration: none;
	-webkit-padding-start: 0px;
	border-radius: 5px 10px 3px 11px;
	padding: 0px;
}

.Cdropdown-menu li
{
	float: none;
}

.Cdropdown-menu li a {
	color: #fff;
	padding: 8px 8px;
	text-decoration: none;
	display: block;
	text-align: left;
	min-width: 100px;
}

.Cmenu li:hover .Cdropdown-menu {
	display: block;
}

.caret {
	display:inline-block;
	width:0;
	height:0;
	color:red;
	vertical-align:top;
	border-top:7px solid red;
	border-right:4px solid transparent;
	border-left:4px solid transparent;
	margin-top:4px;
	margin-left:2px;
	content:""
}

#content {
	border: 0 none;
	margin: auto;
	padding: 0;
	width: fit-content;
}

#debug {
	clear: both;
}

#gunoi {
	display: none;
	opacity: 0;
}

.hover {
	color: #FFFFFF;
	font-weight: 600;
}

h1 {
	color: #444444;
	font-size: 22px;
}

#quickFinder {
	width: 60%;
	background-color: rgba(29, 29, 29, 0.5);
	border: 1px solid #555555;
	border-radius: 5px 5px 5px 5px;
	float: left;
	font-size: 18px;
	width: 48%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

.top_bar_button {
	background-color: rgba(10, 10, 10, 0.5);
	color: #fff;
	padding: 5px;
	display: inline-block;
}

.top_bar_ul li {
	border-left: 1px solid rgba(255, 255, 255, 0.098);
	border-right: 1px solid rgba(0, 0, 0, 0.35);
	cursor: pointer;
	display: inline-block;
	float: left;
	font: bold 13px/17px "Helvetica Neue",Helvetica,Arial,Geneva,sans-serif;
	position: relative;
	top: 1px;
	transition: all 2s ease 0s;
}

.heading {
	background-image: linear-gradient(rgba(52, 52, 52, 0.7), rgba(37, 37, 37, 0.7));
	color: #999999;
	border-radius: 5px 5px 0px 0px;
	padding: 0.625em 0.625em 0.625em 1.25em;
}


.quickFinderList {
	-moz-column-count: 3;
	-webkit-column-count:3; /* Safari and Chrome */
	column-count:3;
	-moz-column-gap: 20px;
}

a {
	color: #666;
}

a:link, a:visited, a:hover {
	color: #777;
	text-decoration: none;
}

.color_white, .color_white:link, .color_white:visited, .color_white:hover {
	color: #fff;
	text-decoration: none;
}

.roundcorner
{
	background: none repeat scroll 0 0 #F1F3F5;
	border: 1px solid #888;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 10px 10px 5px #888888;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	padding: 15px;
}

.loginbox
{
	background: none repeat scroll 0 0 #F1F3F5;
	border: 1px solid #88889F;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 10px 10px 5px #888888;
	margin-left: 2px;
	margin-right: 2px;
	margin-top: 2px;
	padding: 15px;
	position: absolute;
	top:50%;
	vertical-align:middle;
	left:50%;
	margin-top:-200px;
	margin-left:-265px;
	width:500px;
	height:300px;
}

.logintable
{
	border:0 solid black;
}

#login_box
{
	background: none repeat scroll 0 0 #F1F3F5;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0px;
}

.logintable td.title
{
	color: #111;
	padding-right: 1em;
	text-align: right;
	white-space: nowrap;
	width: 20%;
}

.logintable td.input
{
	padding: 8px;
}

.logintable td.input:focus {
	box-shadow: 0px 0px 10px #3579BD;
	outline: none;
}

.loginbtn {
	color:#4D4D4D;
	font-weight: bold;
	font-size: 1.2em;
	border: 1px solid #88889F;
	border-radius: 5px 5px 5px 5px;
	box-shadow: 5px 5px 5px #888888;
	padding: 10px;
	background: ghostwhite;
}

.formbuttons
{
	text-align: center;
}


.po_td
{
	margin: 0px;
	padding: 0px;
	background-color:#ffffcc;
	text-align: right;
	height: 16px;
}

.po_td input
{
	background-color:#ccffcc;
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: right;
}

.xpo_td
{
	margin: 0px;
	padding: 0px;
	background-color: pink;
	text-decoration : line-through;
	text-align: right;
	height: 16px;
}

.xpo_td input
{
	background-color : pink;
	text-decoration : line-through;
	margin: 0px;
	padding: 0px;
	border: none;
	text-align: right;
}


.edit_tr
{
	margin: 0px;
	padding: 0px;
}


div.filtering {
	background-color: #EEEEEE;
	border: 1px solid #999999;
	margin-bottom: 5px;
	padding: 10px;
}

.clientnameinput
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #999;
	color: #222;
}

#clientssuggestion
{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	background-color: #999;
	position: fixed;
	padding: 5px;
	visibility: hidden;
}


.thintable {
	border-collapse:collapse;
}

.thintable > tbody > tr > td {
	border: 1px solid #BBBBBB;
}

.thintable > thead > tr > th {
	border: 1px solid #000000;
}

.thintable > tbody > tr:nth-child(odd) {
	background: #eeeeee;
}

.thintable > tbody > tr:hover {
	background: #e8eaef;
}

.thintable th {
    background-color: #555555;
    color: #ffffff;
}

fieldset
{
    border: 1px solid #888888;
    border-radius: 5px 5px 5px 5px;
}

legend
{
    border: 1px solid #888888;
    border-radius: 5px 5px 5px 5px;
}

#footer {
	clear: both;
}

multi-input {
	display: inline-block;
}

.vl {
	border-left: 6px solid #5e5c64;
	margin-left: 6px;
	margin-right: 10px;
	display: inline;
}

.hseparator {
	height: 10px;
}

table {
	flex-wrap:wrap;
	border-spacing:1;
	border-collapse:collapse;
	background:#fff;
	border-radius:10px 10px 0px 0px;
	overflow:hidden;
	width:100%;
	margin:0 auto;
	position:relative;
}

table thead tr{
	background: var(--tablehead_bg_col);
	color: #fff;
	font-size: 18px;
}

table thead tr td{
	border: 1px solid #777;
	padding: 5px;
}

table tfoot tr{
	background: var(--tablehead_bg_col);
	color: #fff;
}

table tfoot tr td{
	border: 1px solid black;
	padding: 5px;
}

table tbody tr {
	transition-duration: 0.5s;
}

table tbody tr:nth-child(odd){
	background: #f8f8f8;
}

table tbody tr:nth-child(even){
	background: #e8e8e8;
}

table tbody tr:hover{
	background: #bbb;
}

table tbody tr td {
	border: 1px solid grey;
	padding: 5px;
}
:root {
  --tablehead_bg_col: #241f31;
  --tabletitle_bg_col: #181421;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.95); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    padding: 20px;
    border: 1px solid rgb(22, 22, 22);
    width: 600px;
    height: 350px;
    position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 9px;
}

.modal-content p {
  font-size: 32px;
  color: black;
  margin-bottom: 12px;
}

.modal-content input {
  width: 600px;
  font-size: 32px;
  background-color: cornsilk;
}

.modal-content div {
  width: 600px;
  color: black;
}

.modal-content div input[type="checkbox"] {
  width: auto;
  font-size: 3em;
  margin-right: 24px;
}

/* The Close Button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.cr_table_div {
  width: 100%;
}

.cr_table_div table {
  	width:100%;
	align-items:center;
	justify-content:center;
	flex-wrap:wrap;
	padding:33px 30px;
	border-spacing:1;
	border-collapse:collapse;
	background:#fff;
	border-radius:10px;
	overflow:hidden;
	width:100%;
	margin:0 auto;
	position:relative;
}

.cr_table_div table thead tr td{
	border: 1px solid #777;
	padding: 5px;
}

.cr_table_div table thead tr{
	background: var(--tablehead_bg_col);
	color: #fff;
	font-size: 18px;
}

.cr_table_div table thead tr:first-child{
	background: var(--tablehead_bg_col);
	color: #fff;
}

.cr_table_div table thead tr td div{
	float: right;
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	height: 25px;
}

.cr_table_div table thead tr td div button{
	font-weight: bold;
	float: right;
	font-size: 18px;
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 4px;
	padding-right: 4px;
	background: #caf3c6;
	height: 25px;
	margin-left: 3px;
	border-radius: 4px;
}

.cr_table_div table tfoot tr{
	background: var(--tablehead_bg_col);
	color: #fff;
}

.cr_table_div table tfoot tr td{
	border: 1px solid black;
	padding: 5px;
}

.cr_table_div table tfoot tr td div button{
	font-weight: bold;
	font-size: 18px;
	border: 0;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 6px;
	padding-right: 6px;
	background: #eadfea;
	height: 25px;
	margin-right: 4px;
	border-radius: 4px;
}

.cr_table_div table tfoot tr td div button:disabled {
	cursor: not-allowed;
}

.cr_table_div table tbody tr {
	transition-duration: 0.5s;
}


.cr_table_div table tbody tr:nth-child(odd){
	background: #f8f8f8;
}
.cr_table_div table tbody tr:nth-child(even){
	background: #e8e8e8;
}
.cr_table_div table tbody tr:hover{
	background: #bbb;
}

.cr_table_div table tbody tr td input{
	border: 0;
	width: calc(100% - 10px);
	background: #dfd;
	padding: 5px;
	font-size: 18px
}
.cr_table_div table tbody tr td input:hover{
	background: #cec;
}

.cr_table_div table tbody tr td select{
	border: 0;
	width: 100%;
	background: #dfd;
	padding: 5px;
	font-size: 18px
}
.cr_table_div table tbody tr td select:hover{
	background: #cec;
}

.cr_table_div table tbody tr td p{
  width: calc(100% - 10px);
  padding: 5px;
  margin: 0;
  color: #333;
  font-weight: bold;
}

.cr_table_div table tbody tr td{
  border: 1px solid black;
  padding: 0;
  vertical-align: middle;
}


.cr_table_title {
  background: var(--tabletitle_bg_col);
  color: #fff;
  line-height: 34px;
  font-size: 24px;
}
