/*@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap'); */

/* BASIC */

@font-face {
    font-family: 'Open Sans';
    src: url('open_sans.woff2') format('woff2'),
     	 url('OpenSans.ttf') format('truetype');
}

* {
	font-family: 'Open Sans', sans-serif;
  	font-size: 11pt;
}

html {
	height: 100%;
}

body {
	background-image: var(--bg-image);
  	background-repeat: no-repeat;
 	background-attachment: fixed;
  	background-size: cover;
  	background-color: var(--button-std-color);
 	margin: 0;
  	width: 100%;
  	height: 100%;
  	min-height: 100%;
}

::selection {
	background-color: var(--button-std-color);
}

/* scrollbar START*/
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  /*border: 1px solid darkgray ;*/
  background-color: #f6f6f6;
  border-radius: 3px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: gray; 
  border-radius: 3px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: darkgray;
  cursor: pointer;
}
/* scrollbar END */


a {
  color: black;
  display:inline-block;
  text-decoration: none;
  font-weight: 400;
}

a:hover {
  text-decoration: underline;
}

a.view-more {
    border-radius: 1px;
    margin-top: 15px;
    background-color: #009FE1;
    padding: 2px 10px !important;
    line-height: 21px !important;
    display: inline-block !important;
    color:white;
}

a.view-more:hover {
	color:#fff;
	background:#0DADEF;
	cursor: pointer;
}

a.view-more:hover {
	text-decoration: none !important;
}

h2 {
  text-align: center;
  font-size: 120%;
  text-transform: uppercase;
  display:inline-block;
  margin: 40px 8px 10px 8px; 
  color: #cccccc;
}

h2:hover {
	cursor:pointer;
}
.expander {
	cursor: pointer;
}

.draggable {
	position: absolute !important;
}

.windowHead {
	/*text-align: right; */
    width: 100%;
    height: 35px;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    background-color: var(--dark-color);
}

.windowHead:hover {
	cursor: -webkit-grabbing;
	cursor: grabbing;
}

.windowTitle {
	height: 100%;
    color: var(--highlight-color);
    float: left;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 0.3pt;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
}

.userWindowTitle {
	line-height: 35px;
    margin-left: 10px;
}

.textTitle {
    padding-left: 10px;
    padding-top: 10px;
}

.windowHandle {
	/*
	height: 100%;
	color: white;
	font-size: 150%;
    padding: 5px;
    padding-right: 10px;
    padding-left: 10px;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 2px;
    float: right;
    text-align: center;
    vertical-align: middle;
    */
    height: 100%;
    color: white;
    font-size: 150%;
    cursor: pointer;
    transition: all 0.3s ease-in-out 0s;
    border-radius: 2px;
    float: right;
    width: 38px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.windowHandle:hover {
	background-color: rgb(231, 76, 60);
}

.right {
	text-align: right;
	width: 20%;
}
.left {
	text-align: left;
	width: 80%;
    position: relative;
}

#topBarLabelWrapper {
    text-align: center;
    color: white;
    margin-top: -5px;
}

#topBarMainLabel {
	font-weight: bold;
	font-size: 140%;
	text-transform: uppercase;
	letter-spacing: 0.5pt;
}

#loginTopBar {
	width: 100%;
	height: 67px;
	background-color: var(--dark-color);
	-webkit-box-shadow: 0 30px 60px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 30px 60px 0 rgb(0 0 0 / 30%);
}

#loginTopBar > div {
	width: 100%;
    height: 100%;
    display: table;
}

#loginTopBar > div > div {
    display: table-row;
    height: 100%;
}

#loginTopBar > div > div > div {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
}

#loginTopBar > div > div > div:nth-child(1) {
	width: 30%;	
}
#loginTopBar > div > div > div:nth-child(2) {
	width: 40%;
	padding-left: 10px;
    padding-right: 10px;
}
#loginTopBar > div > div > div:nth-child(3) {
	width: 30%;
}

#loginImageWrapper {
  	all: revert !important;
}

#loginImagelogo {
	height: 65px;
	margin-left: 5px;
    margin-right: 5px;
}

#bottombar {
	background-color: #f6f6f6;
	position: fixed;
	bottom: 0px;
	width: 100%;
	/*box-shadow: 0 -10px 60px 0 rgb(0 0 0 / 30%);*/
}


#welcomeImagelogo {
	height: 100%;
 	max-height: 66px !important;
 	/*margin: 5pt; */
}

#windowStartPointWrapper {
	position: relative;
}

#windowStartPoint {
	/*background-color: red;*/
    width: 50px;
    /*height: 50px;*/
    z-index: 100;
    left: -40%;
    right: 0px;
    top: 110px;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
}


#overviewWrapper {
     margin-top: 20px;
     min-height: calc(100% - 87px);
}

#innerOverviewWrapper, #innerOverviewWrapper_userMailTable {
	background: #fff;
    /*-webkit-box-shadow: 0 30px 60px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 30px 60px 0 rgb(0 0 0 / 30%);*/
    box-shadow: 0 0 30px rgb(0 0 0 / 30%);
    -webkit-box-shadow: 0 0 30px rgb(0 0 0 / 30%);
    border-radius: 2px;
    /*padding: 10px;*/
    width: 80%;
    margin: 0 auto;
  
}

.commonInsertButton {
	float: left;
	margin-left: 3px;
	padding: 8px 40px !important;
}

.blur {
	filter: blur(0.5rem);
}

.clear {
	filter: none;
	transition: 250ms filter linear;
	-webkit-transition: 250ms -webkit-filter linear;
	-moz-transition: 250ms -moz-filter linear;
	-ms-transition: 250ms -ms-filter linear;
	-o-transition: 250ms -o-filter linear;
}

#tableSearch, #usertableSearch, #tasktableSearch {
	width: 600px;
    max-width: 50%;
    text-align: left;
    padding: 5px;
    margin-top: 6px;
    float: right;
}

#overViewTitle {
	height: 40px;
    color: var(--highlight-color);
    padding-top: 16px;
    padding-left: 8px;
    text-decoration: none;
    display: inline-block;
    letter-spacing: 0.3pt;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
}

#userOverviewHead {
	background-color: var(--dark-color);
	border-radius: 2px;
	height: 45px;
}

#innerTableWrapper{
	padding: 5px 10px 5px 10px;
}

#listOverviewTable {
	width: 100%;
	margin-bottom: 10px;
}

#listOverviewTable th {
	text-align: left;
	padding-top: 8px;
	padding-bottom: 8px;
}

#listOverviewTable td {
	padding-top: 8px;
	padding-bottom: 8px;
	
	padding-left: 3px;
    padding-right: 5px;
}

#listOverviewTable > tbody > tr:hover {
	background-color: var(--transparent-hightlight-color);
	cursor: pointer;
}

#overviewTable {
	width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0px;
}

#overviewTable > tbody {
	display: block;
    width: 100%;
    overflow-y: scroll;
    max-height: calc(100vh - 244px);
}

#overviewTable > thead > tr {
	display: block;
}

#overviewTable > thead {
	background: white;
	color: black;
}

#overviewTable > thead > tr > th:nth-child(1) > div {
	width: 35px;
	text-align: center;
}
#overviewTable > thead > tr > th:nth-child(2) > div {
	width: 40px;
	text-align: center;
}
#overviewTable > thead > tr > th:nth-child(3) > div {
	width: 50px;
	text-align: center;
}
#overviewTable > thead > tr > th:nth-child(4) > div {
	width: 400px;
}
#overviewTable > thead > tr > th:nth-child(5) {
	width: 100%
}
#overviewTable > thead > tr > th:nth-child(6) > div  {
	width: 60px;
	text-align: center;
}
#overviewTable > thead > tr > th:nth-child(7) > div  {
	width: 80px;
	text-align: center;
}
#overviewTable > thead > tr > th:nth-child(8) > div  {
	width: 100px;
	text-align: center;
}
#overviewTable > thead > tr > th:nth-child(9) > div {
	/* 40 + 10 because of scrollbar */
	width: 50px;
}

#overviewTable > tbody > tr > td:nth-child(1) > div {
	width: 35px;
	text-align: center;
}
#overviewTable > tbody > tr > td:nth-child(2) > div {
	width: 40px;
	text-align: center;
}
#overviewTable > tbody > tr > td:nth-child(3) > div {
	width: 50px;
	text-align: center;
}
#overviewTable > tbody > tr > td:nth-child(4) > div {
	width: 400px;
}
#overviewTable > tbody > tr > td:nth-child(5) {
	width: 100%;
}
#overviewTable > tbody > tr > td:nth-child(6) > div  {
	width: 60px;
	text-align: center;
}
#overviewTable > tbody > tr > td:nth-child(7) > div {
	width: 80px;
	text-align: center;
}
#overviewTable > tbody > tr > td:nth-child(8) > div {
	width: 100px;
	text-align: center;
}
#overviewTable > tbody > tr > td:nth-child(9) > div {
	width: 40px;
}

#overviewTable > tbody > tr[data-cus] > td:nth-child(3) > table > tbody > tr >  td:nth-child(1) > div {
	    width: 33px !important;
}


#overviewTable tr {
	text-align: left;
	border-bottom: 1px solid #c5c5c5;
	height: 38px !important;
}

#overviewTable th, #overviewTable td {
	padding: 0px;
}

#overviewTable th {
    letter-spacing: 0.3pt;
    text-transform: uppercase;
    font-weight: bold;
}


.userTableIMG {
	margin-left: 4px;
}

#overviewTable tr[data-uid].cRow:hover td, #overviewTable tr[data-uid].pRow:hover td, #overviewTable tr[data-href]:hover td {
	background-color: var(--transparent-hightlight-color);
}

.accountOverviewTable {
    width: 100%;
    background-color: #add8e6;
    border-bottom: 2px solid #add8e6!important;
    border-collapse: collapse;
}

.accountOverviewTable th {
	padding: 0px !important;
}

.accountOverviewTable td {
	background-color: #d8ecf3;
}

.accountOverviewTable tr {
	border-bottom: 1px solid #add8e6!important;
    border-left: 3px solid #add8e6!important;
    border-right: 3px solid #add8e6!important;
}

.accountOverviewTable tr[data-uid]:hover td {
	background-color: var(--transparent-hightlight-color);
}

#overviewTable tr table.accountOverviewTable > thead > tr {
    border: 0px !important;
    height: 32px !important;
}

.accountOverviewTable > thead > tr > th:nth-child(1) > div {
	width: 40px;
}
.accountOverviewTable > thead > tr > th:nth-child(2) > div {
	width: 400px;
}
.accountOverviewTable > thead > tr > th:nth-child(3) {
	width: 100%;
}
.accountOverviewTable > thead > tr > th:nth-child(4) > div {
	width: 120px;
    text-align: center;
}
.accountOverviewTable > thead > tr > th:nth-child(5) > div {
	width: 40px
}

.accountOverviewTable > tbody > tr > td:nth-child(1) > div {
	width: 77px;
    text-align: left;
    margin-left: 13px;
}

input:focus::placeholder {
  color: transparent;
}

.pIMG {
    background-image: url(partner.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    height: 30px;
    background-size: 30px;
}

.pIMG:hover {
    background-image: url(partnerW.png) !important;
}

.cIMG {
    background-image: url(customer.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    height: 30px;
    background-size: 30px;
}

.cIMG:hover {
    background-image: url(customerW.png) !important;
}


.subArrow {
	float: right;
    margin-right: 2px;
}

.arrow {
	margin-left: 3px;
}

.open {
	margin-right: 3px;
}

.dotTD {
   	text-align: center;
    vertical-align: middle;
    padding-left: 0px !important;
}

.dot {
    height: 12px;
    width: 12px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.green {
	background-color: #3cb371 !important;
	background: rgba(255,255,255,1);
 	box-shadow: inset 0px 0px 10px 2px rgba(60, 179, 113,0.5), 0px 0px 10px 2px rgba(126, 247, 180,1);
}

.red {
	background-color: #e74c3c !important;
	background: rgba(255,255,255,1);
 	box-shadow: inset 0px 0px 10px 2px rgba(231, 76, 60,0.5), 0px 0px 10px 2px rgba(237, 138, 128,1);
}
.blue {
	background-color: #5cafe9 !important;
	background: rgba(255,255,255,1);
 	box-shadow: inset 0px 0px 10px 2px rgba(92, 175, 233,0.5), 0px 0px 10px 2px rgba(155, 202, 235,1);
}


.gray {
	background-color: #bbbbbb !important;
	/*background: rgba(255,255,255,1);
 	box-shadow: inset 0px 0px 10px 2px rgba(187, 187, 187,0.5), 0px 0px 10px 2px rgba(232, 227, 227,1);*/
}

/* STRUCTURE */

.placeholder {
	height: 10pt;
}

.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column; 
  justify-content: center;
  width: 100%;
  min-height: 75%;
  padding: 20pt;
}

.formContent {
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	padding: 30px;
	width: 100%; 
	max-width: 320pt;
	position: relative;
	padding: 0px;
	box-shadow: 0 0 30px rgb(0 0 0 / 30%);
	-webkit-box-shadow: 0 0 30px rgb(0 0 0 / 30%);
	text-align: center;
}

.popin {
	animation-duration: 250ms;
	animation-name: popin;
	animation-iteration-count: 1;
	animation-timing-function: cubic-bezier(0.36, 0.55, 0.19, 1);
}

   @keyframes popin {
    0% {
    	transform: scale(0);
        opacity: 0;
    }
    90% {
    	transform: scale(1.05);
    	opacity: 1;
    }
    100% {
    	transform: scale(1);
    	
    }
   }

#formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}

.slideMessage {
	background-color: white;
    border-radius: 2px;
    z-index: 10;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    top: 20%;
    left: 0px;
    right: 0px;
    text-align: center;
    width: 280pt;
    display: block;
    -webkit-box-shadow: 0 30px 60px 0 rgb(0 0 0 / 30%);
    box-shadow: 0 30px 60px 0 rgb(0 0 0 / 30%);
}


/* TABS */

h2.inactive {
  color: #cccccc;
}

h2.active {
  color: #0d0d0d;
  border-bottom: 2px solid var(--button-std-color);
}


.disabled {
    pointer-events:none;
    opacity:0.6;
}


/* FORM TYPOGRAPHY*/

input[type=submit] {
	margin-top: 20px !important;
}


input[type=button], input[type=submit], input[type=reset], button, div#collapseAll  {
  background-color: var(--button-std-color);
  border: none;
  color: white;
  padding: 15px 40px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.3pt;
  text-transform: uppercase;
  /*font-size: 14px; */
  font-weight: bold;
  text-shadow: none;
    
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, button:hover, div#collapseAll:hover {
  background-color: var(--button-highlight-color);
  color: var(--button-text-highlight-color);
  cursor: pointer;
}

input[type=button]:disabled, input[type=submit]:disabled, input[type=reset]:disabled, button:disabled  {
  background-color: #6b6b6b !important;
  border: none;
  color: white;
  padding: 15px 40px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  letter-spacing: 0.5pt;
  text-transform: uppercase;
  /*font-size: 14px; */
  font-weight: bold;
  text-shadow: none;

  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

input[type=button]:disabled:hover, input[type=submit]:disabled:hover, input[type=reset]:disabled:hover, button:disabled:hover  {
	cursor: not-allowed;
}

input[type=button]:active, input[type=submit]:active, input[type=reset]:active, button:active  {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

input[type='button'].choosePartnerButton, input[type='button'].chooseCustomerButton {
	background-color: #f6f6f6 !important;
	text-transform: none !important;
	color: black;
	border: 2px solid transparent !important;
	font-weight: normal;
}


#userForm > table > tbody > tr > td > input {
	width: 95% !important;
}

.removeSelection {
	position: absolute;
    z-index: 1000000000;
    right: 26px;
    top: 8px;
    width: 30px;
    padding: 5px;
    color: #555555;
    border: 1px solid transparent;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    display: table-cell;
    vertical-align: middle;
    transition: all 0.3s ease-in-out 0s;
}

.removeSelection:hover {
	cursor: pointer;
    color: black;
    border: 1px solid #cccccc;
    background: #ededed;
}


input[type=text], input[type=search], input[type=password], .autoExpand, textarea {
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  /*font-size: 16px; */
  margin: 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

.autoExpand {
	width: 95%;
}

.aligner {
	display: flex;
    align-items: center;
}

.aligner > div, #sortVersion {
    cursor: pointer;
}

input[type=text]:focus, input[type=password]:focus, .autoExpand:focus, textarea:focus {
  background-color: #fbfbfb;
  border-bottom: 2px solid var(--button-std-color);
}

input[type=text]:placeholder {
  color: #cccccc;
}

input[type=password].is-invalid,input[type=text].is-invalid,input[type=time].is-invalid {
	 border: 2px solid red;
	 border-radius: 5px 5px 5px 5px;
}

.openWindow {
	cursor: pointer;
    background-image: url(open.png) !important;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    height: 30px;
    background-size: 30px;
    /*margin-right: 10px;*/
}

.openWindow:hover {
	cursor: pointer;
	background-image: url('openwhite.png') !important;
	background-repeat: no-repeat;
}

#tokenTD:hover {
	cursor: pointer;
}

#token {
	margin: 5px;
    text-align: center;
    border-radius: 5px 5px 5px 5px;
    background-color: #f6f6f6;
    margin-left: 5px !important;
    /*padding: 13px !important;*/
    border: 2px solid #f6f6f6;
    width: 95%;
    font-size: 15px;
}
 
#tokenLabel {
	display: inline-block;
	vertical-align: middle;
}

#tokenLabel:hover {
	cursor: pointer;
}

#tokenArrow {
	display: inline-block;
	vertical-align: middle;
	height: 18px;
}

.arrowStandard {
	transform:rotate(0deg); 
    -webkit-transform:rotate(0deg); 
    -moz-transform:rotate(0deg); 
    -o-transform:rotate(0deg);
    -webkit-transition: all 0.3s ease-in-out;
  	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
}
.arrowRotated {
    transform:rotate(90deg); 
    -webkit-transform:rotate(90deg); 
    -moz-transform:rotate(90deg); 
    -o-transform:rotate(90deg); 
}

.button-red {
	background-color: #e74c3c !important;
	transition: all 0.3s ease-in-out 0s !important;
}

.button-red:hover {
	cursor: pointer;
	background-color: #c0392b !important;
}

.button-green {
	background-color: var(--button-green-color) !important;
	transition: all 0.3s ease-in-out 0s !important;
}

.button-green:hover {
	cursor: pointer;
	background-color:var(--button-green-highlight-color) !important;
}

#regenerateToken {
	background-color: #e74c3c;
    border-radius: 5px 5px 5px 5px;
    text-align: center;
    padding: 12px;
    color: white;
    margin: 5px !important;
    transition: background .2s;
    font-weight: bold;
}

#regenerateToken:hover, #deleteButton:hover {
	cursor: pointer;
	background-color: #c0392b;
}

.searchhighlight[data-cus].cRow > td.cfpTD, .searchhighlight.cRow > td, .searchhighlight.pRow > td {
	background-color: #7ecef7;
	animation-name: searchhighlight;
    animation-duration: 350ms;
    animation-iteration-count: 3;
    animation-timing-function: linear;
    
    -webkit-animation-name: searchhighlight;
    animation-duration: 350ms;
    -webkit-animation-iteration-count: 3;
    -webkit-animation-timing-function: linear;
}

/* ANIMATIONS */

@keyframes searchhighlight  {
    0% {
    	background-color: white;
    }
    50% {
    	background-color: #93d7fa;
    }
    100% {
    	background-color: #7ecef7;
    }
}   
 
@-webkit-keyframes searchhighlight  {
    0% {
    	background-color: white;
    }
    50% {
    	background-color: #93d7fa;
    }
    100% {
    	background-color: #7ecef7;
    }
}   

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration: 300ms;
  -moz-animation-duration: 300ms;
  animation-duration: 300ms;
}

.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

/* Simple CSS3 Fade-in Animation */
.underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: var(--button-std-color);
  content: "";
  transition: width 0.2s;
}

.underlineHover:hover {
  color: #0d0d0d;
}

.underlineHover:hover:after{
  width: 100%;
}



/* OTHERS */

*:focus {
    outline: none;
} 

#icon {
  width:60%;
  padding-bottom: 10px;
}

* {
  box-sizing: border-box;
}

#footer {
	position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #23364B;
    z-index: 1001;
    left: 0;
    height: 60px;
}

#bottomTable {
	margin: 0 auto !important;
	height: 100% !important;
}

.shaker {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }
  
  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}

.button-cover
{
    border-radius: 2px;
}

.button-cover:before
{
    position: absolute;
    right: 0;
    bottom: 0;
    color: #d7e3e3;
    font-size: 12px;
    line-height: 1;
    padding: 5px;
}

.button
{
 	position: relative;
    width: 130px;
    height: 36px;
    overflow: hidden;
    background-color: white;
}

.button.r, .button.r .layer
{
    border-radius: 100px;
}

.button.b2
{
    border-radius: 2px;
}

.checkbox
{
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    opacity: 0;
    cursor: pointer;
    z-index: 3;
}

.knobs
{
    z-index: 2;
}

.layer
{
    width: 100%;
    background-color: #ebf7fc;
    transition: 0.3s ease all;
    z-index: 1;
}

#accessLevel-button, #versionSelect-button {
	width: 95%;
    margin-left: 5px;
    height: 34px;
    margin: 5px;
    padding-top: 8px;
    text-align: center;
    color: black;
}

#versionSelect-menu > li > div , #accessLevel-menu > li > div {
	text-align: center;
}

.sugListIco {
	padding-right: 5px;
}

.ui-menu-item > div > img.sugListIco.typeP {
	content: url("icon/P.png");
}

.ui-menu-item:hover > div > img.sugListIco.typeP {
	content: url("icon/Pw.png");
}

.ui-menu-item > div > img.sugListIco.typeC {
	content: url("icon/C.png");
}

.ui-menu-item:hover > div > img.sugListIco.typeC {
	content: url("icon/Cw.png");
}

.ui-menu-item > div > img.sugListIco.typeA {
	content: url("icon/A.png");
}

.ui-menu-item:hover > div > img.sugListIco.typeA {
	content: url("icon/Aw.png");
}

.accessTH {
	padding: 0px !important;
	padding-top: 2px !important;
	text-align: center;
}

.accessTD {
	padding: 0px !important;
	padding-top: 2px !important;
	text-align: center;
}

.accessTD > div {
	width: 100px;
	text-align: left; 
	margin: 0 auto;
	margin-right: 0px;
}

.accessImage {
	height: 30px !important;
	margin-top: 2px;
}

.statusImage {
	height: 35px !important;
}


#msgInnerSectioWrapper {
	width: 90%;
    margin: 0 auto;
    margin-top:15px;
}


#msgInnerSectioWrapper input[type="text"], #msgInnerSectioWrapper textarea {
	width: 99%;
	resize: none;
}

#msgInnerSectioWrapper div#button-13 {
	float: right;
}

#topLabelWrapperT {
	display: table;
	width: 100%;
}
#topLabelWrapperR {
	display: table-row;
}
.topLabelWrapperC {
	display: table-cell;
    vertical-align: middle;
}

#textAreaWrapper {
	height: 36px;
    display: table-cell;
    vertical-align: middle;
}

.cfpTD {
	background-color: #effafd;
}

.aImageTD {
	background-color: #add8e6;
	vertical-align: top;
}

.cen {
	text-align: center !important;
}

.wHeadIMGWrapper {
	float: left;
    margin-top: 5px;
    margin-left: 10px;
}

.wHeadIMG {
	height: 25px;
}

.hideRow {
	display: none;
}

.intendDIV {
	width: 30px;
}

.aTableTD {
	padding: 0px !important;
}

.intendTD {
	vertical-align: top;
	background-color: white !important;
}

#button-13 .knobs:before, #button-13 .knobs:after, #button-13 .knobs span
{
    position: absolute;
	top: 5px;
    width: 20px;
    height: 10px;
    font-size: 14px;
    font-family: 'Open Sans';
    text-align: center;
    line-height: 1;
    padding: 5px 4px;
    border-radius: 2px;
    transition: 0.3s ease all;
}

#button-13 .knobs:before, #button-13 .knobs:after
{
    color: #000000;
    z-index: 1;
}

#button-13 .knobs:before
{
    content: 'AKTIV';
    left: 8px;
}

#button-13 .knobs:after
{
    content: 'INAKTIV';
    right: 45px;
}

#button-13 .knobs span
{
	width: 57px;
    height: 70%;
    left: 68px;
    background-color: #3cb371;
    z-index: 2;
}

#button-13 .checkbox:checked + .knobs span
{
    left: 4px;
    background-color: #F44336;
}

#button-13 .checkbox:checked ~ .layer
{
    background-color: #fcebeb;
}
/* toggle button END */



