body{
	margin:0;
}

a {
    color: #189dd9 !important;
}

.module-hidden {
	display: none;
}

.green-custom {
	background-color: #e3feeb !important;
}

.pink-custom {
	background-color: #ffe6ea !important;
}

.yellow-custom {
	background-color: #fffcc5 !important;
}

.blue input[type="submit"],
.green input[type="submit"],
.blue input[type="button"],
.green input[type="button"] {
	color: white;
}

#overlay {
	position: fixed;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	display: none;
	background-color: black;
	opacity: 0.8;
}

#overlay .preloader-wrapper {
	position: absolute;
	left: 50%;
	top: 50%;
}

#topbar {
	position: fixed;
	left: 0;
	right: 0;
	height: 86px;
	background:black;
	z-index: 10;
	font-size: 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 24px;
}

#topbar .column {
	display: block;
	color: white;
	text-transform: uppercase;
}

#topbar .column:nth-of-type(1) {
	width: 264px;
}

#topbar .column:nth-of-type(2) {
	width: calc(100% - (264px * 2));
	text-align: center;
}

#topbar .column:nth-of-type(even) span:nth-of-type(1) {
	font-size: 32px;
	font-weight: 500;
	line-height: 1;
}

#topbar .column .buttons, 
#topbar .column .buttons .button {
	display: flex;
	align-items: center;
}

#topbar img, #topbar span {
	display: block;
}

#topbar a {
	display: flex;
	color: white !important;
	text-decoration: none;
	align-items: center;
}

#topbar img {
	width: 46px;
	height: 46px;
    padding: 12px;	
}

#sidebar {
	position: fixed;
	overflow: hidden;
	z-index: 10;
	top: 86px;
	left: 0;
	width: 264px;
	bottom: 0;
	background: #f0f0f0;
	font-size: 24px;
	font-weight: 300;
}

#sidebar a {
	text-decoration: none;
}

#sidebar > ul {
	padding: 0;
	margin: 0;
	list-style: none;
	height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    width: calc(100% + 20px);
    padding-right: -15px;
    /* padding-left: 35px; */
    display: block;	
}

#sidebar > ul > li {
	padding: 32px 16px;
	border-bottom: 1px solid rgba(0,0,0,0.10);
	position: relative;
	font-size: 14px;
	font-weight: 400;
	color: white;
}

#sidebar > ul > li .material-icons {
	position: absolute;
	right: 20px;
	top: 2px;
	color: white;
	opacity: 0.4;
	cursor: pointer;
}

#sidebar > ul > li .material-icons.waves-circle {
text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
}

#sidebar > ul > li a {
	color: black !important
}

#sidebar > ul > li > ul {
	display: none;
	padding: 0;
	margin: 0;
	list-style: none;	
}

#sidebar #credits {
	position: absolute;
	bottom: 10px;
	font-size: 12px;
	font-weight: 500;
	padding: 10px;
	width: 100%;
	text-align: center;
}

#main-container {
    padding: 120px 40px 40px 300px;
	min-height: 100vh;
	box-sizing: border-box;
}

#main-container .App {
	padding: 10px;
}

#main-container .App .is-hidden {
	display: none;
}

#main-container .App .card {
	border-radius: 0;
	margin: 5px 0;
    box-shadow: none;
}

#main-container .App #dashBoard .row.search {
	display: flex;
	align-items: center;
}

#main-container .App #dashBoard .row.search input[type="submit"] {
	border-radius: 12px;
	background-color: transparent;
	border: 1px solid black;
	text-transform: uppercase;
	padding: 12px;
	text-align: center;
	cursor: pointer;
	min-width: 124px;
	margin: 0 auto;
	display: block;
}

#main-container .App #dashBoard .row.search .col {
	float: none;
}

#main-container .App #dashBoard .row.search .col:nth-of-type(1) {
	font-size: 24px;
    font-weight: 300;
}

#main-container .App #dashBoard .row .col .card {
	height: 100%;
}

#main-container .App #dashBoard .row .col .card .result {
	padding: 4px;
	box-sizing: border-box;
	text-align: center;
	min-width: 64px;
	border-radius: 6px;
	color: white;
	display: inline-block;
	margin-right: 12px;
}

#main-container .App #dashBoard .row .col .card .result a {
	color: black !important;
}

#main-container .App #dashBoard .row .col .card .result.green a,
#main-container .App #dashBoard .row .col .card .result.red a {
	color: white !important;
}

#main-container .App #dashBoard .row .col .card .result.transparent {
	color: black;
	border:1px solid gray;
}

#main-container .App #dashBoard .row .col .barsGraph {
 	width: 100%; 
	height: 20px; 
	background-color: #EDEDED
}

#main-container .App #dashBoard .row .col .barsGraph .bar {
	height:100%; 
	padding: 4px; box-sizing: border-box; 
	font-size: 12px; 
	line-height:1; 
	color: white;
}

#main-container .App #dashBoard .row .col .card tr {
	border: none;
}

#main-container .App #dashBoard .row .col .barsGraph .bar.green {
	background-color: #6eb74a !important;
}

#main-container .App #dashBoard #svg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

#main-container .App #dashBoard #svg .line {
	stroke-width:1px;
	stroke:rgb(0,0,0);
}

#main-container .App #dashBoard .point {
	position: absolute; 
	width: 8px; 
	height: 8px; 
	border-radius: 40px; 
	background-color: black; 
}

#main-container .App #dashBoard .months {
	font-size: 12px;
	font-weight: bold;
	opacity: 0.6;
}

#main-container .App #dashBoard .months td {
	text-align: center;
}

#main-container .App #formBox .card {
	/*height: 115px;*/
	display: flex;
	align-items: center;
	justify-content: center;
}

#main-container .App #formBox .col.fullWidth {
	width: 100%;
}

#main-container .App #formBox .col.fullWidth .card {
	height: auto;
}

#main-container .App #formBox .col.module-tabs,
#main-container .App #formBox .col.module-upload { 
	width: 100%;
}

#main-container .App #formBox .col.module-tabs .card,
#main-container .App #formBox .col.module-upload .card {
	height: auto;
}

#main-container .App #formBox .card.error {
	border: 1px solid red;
}

#main-container .App #formBox .card .card-content {
	flex: 1;
	border-radius: 6px;
	border:1px solid #f0f0f0;
}

#main-container .App #formBox .card .parsley-errors-list {
	display: none;
}

body #toast-container {
	top: auto;
   	right: 60px;
   	bottom: 120px;
}

body #toast-container a {
	color: white;
	text-decoration: underline;
}

#login-wrapper {
	height: 100vh;
}

#login-wrapper #logo {
	width: 240px;
    display: block;
    position: fixed;
	top: calc((100vh - 660px)/2);
    left: 50%;
    transform: translateX(-50%);
	text-align: center;
}

#login-wrapper #logo img {	
	width: 100%;
}

@media screen and (min-width:320px) and (max-width:768px) {

	#login-wrapper #logo {	
		 top: 5vh;	
	}
	
}

#admin-login {
	position: absolute;
	right: 20px;
	top: 20px;
}

#admin-login a {
	color: #189dd9;
	font-weight: bold;	
	background-color: transparent;
}

#sidebar > ul > li > ul > li {
	font-size: 14px;
	opacity: 0.4;
}

#main-container h2 {
	font-size: 36px;
	font-weight: 300;	
    margin: 0 280px 0px 0;
    opacity: 0.6;	
}

#main-container h3 {
	font-size: 24px;
	font-weight: 400;	
    margin: 40px 0;
    opacity: 1.0;	
}

#main-container .fileuploader-input-inner h3 {
	font-size: 16px;
	font-weight: 400;	
    margin: 0;
    opacity: 1.0;	
}

#main-container .module-editor ul:not(.browser-default) {
	padding-left: 10px;
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

#main-container .module-editor ul:not(.browser-default)>li {
    list-style-type: disc;
    display: list-item;
    text-align: -webkit-match-parent;
}

.row.no-margin {
	margin-bottom: 0;
}

.actionBox {
	display: none;
	margin-bottom: 40px;
}

.manageOptionsButtons {
	position: absolute;
    right: 15px;
    bottom: 15px;
	z-index: 1;
}

.actionButton .material-icons {
	border-radius: 40px;
    padding: 15px;
    width: auto;
    height: auto;
	line-height: 1em;
}

.actionButton .material-icons.little {
	padding: 10px;
	font-size: 16px;
}

.actionButton .material-icons.blue, .actionButton .material-icons.green,
.actionButton .material-icons.blue, .actionButton .material-icons.red {
    color: white;
}

.actionButton .material-icons.yellow {
    color: black;
}

.formBox fieldset {
	border:1px solid rgba(0,0,0,0.20);
	padding: 5px 15px;
}

.formBox fieldset legend {
    color: #9e9e9e;	
	font-size: 16px;
	padding: 0 15px;	
}

.formBox fieldset label {
	margin-right: 15px;
    overflow: hidden;
    display: inline-block;
}

.formBox fieldset label:last-of-type {
	margin-right: 0px;
}

.formBox [type="checkbox"]+span:not(.lever) {
	height: 25px;
    line-height: 18px;
}

.formBox .col.radiobox .input-field {
	margin: 0;
}

.formBox .input-field .select2 + label {
	position: absolute;
    top: -30px;
}

.formBox .card .card-content p {
    margin: 20px 0;
}

.formBox .input-field>label:not(.label-icon).active {
    -webkit-transform: translateY(-14px) scale(1);
    transform: translateY(-14px) scale(1);
}
.formBox .input-field>label {
    font-size: 16px;
}

.formBox .input-field>label.no-float {
    position: relative;
	margin-bottom: 20px;
	margin-top: -20px;
	display: block;
}

.formBox [type="radio"]:not(:checked)+span, .formBox [type="radio"]:checked+span {
    padding-left: 25px;
}
		
.formBox .fileuploader-input-inner h3 {
	font-size: 16px;
}

#fieldsBox label {
	width: 30%;
	margin-right: 20px;
    height: 40px;
    overflow: hidden;
    display: inline-block;
}

#fieldsBox label.disabled {
	opacity: 0.4;
}

#filtersBox .filterCol {
	display: none;
	margin-bottom: 0;
}

#filtersBox .filterCol.visible {
	display: flex;
	align-items: center;
	justify-content: center;
}

#filtersBox .filterCol.visible .row {
	flex: 1;
	padding: 0 15px;
}

#filtersBox .datepicker-controls .select-month input {
    width: 120px;
}

#tableButtons {
	padding-bottom: 10px;
    display: flex;
    justify-content: flex-end;
	transition: all 1s ease-in;
}

#tableButtons.onScroll {
	position: fixed;
	z-index: 10;
	top: 160px;
	right: 10px;
    flex-direction: column;
}

#tableButtons .tableButton {
	display: inline-block;
	margin-left: 20px;
}

#tableButtons span {
	margin: 4px;
		transition: all 1s ease-in;
}

#tableButtons .checkButton {
	display: none;
}

#tableContent table {
  text-align: left;
  position: relative;
  border-collapse: collapse; 
}

#tableContent table .orderButton span,
#tableContent .paginationButton {
	cursor: pointer;
}

#tableContent table thead span {
	display: inline-block;
    font-size: 0.75rem;
	text-transform: capitalize;
}

#tableContent table thead span .material-icons {
    font-size: 20px;
    line-height: 15px;
    transform: translateY(5px) rotate(0deg);
	opacity: 0;
	transition: all ease-out 0.25s;
	transform-origin: center;
}

#tableContent table thead th {
	display: none;
    position: sticky;
	z-index: 10;
    top: 86px;
    background-color: #fff;
}

#tableContent table thead th.visible {
	display: table-cell;
}

#tableContent table thead th.ordered span .material-icons {
	opacity: 1;
}

#tableContent table thead th.desc span .material-icons {
	transform: translateY(5px) rotate(0deg);
}

#tableContent table thead th.asc span .material-icons {
	transform: translateY(5px) rotate(180deg);
}

#tableContent table thead th,
#tableContent table tbody tr td  {
	vertical-align: super;
}

#tableContent table tbody tr td  {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 280px;
	height: 60px;
}

#tableContent table thead th:nth-of-type(2),
#tableContent table tbody tr td:nth-of-type(2) {
	display: none;
}

#tableContent table tbody tr td.pastDate a {
	color: red;
}

#tableContent table thead th.hidden {
	display: none;
}

#paginationController {
	display: flex;
	align-items: center;
	justify-content: center;
}

#paginationController div {
	display: flex;
	align-items: center;
}

#paginationController div .paginationButton {
	cursor: pointer;
}

#paginationController #paginationCounter {
	font-size: 12px;
	line-height: 12px;
	opacity: 0.8;
}

