#pleaseWait {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: rgba(192, 192, 192, 0.5);
	background-image: url("../img/MnyxU.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.paiment-header{
	box-sizing:border-box;
	font-size:24px;
	flex:1 1 auto;
	display:flex;
	padding-bottom:8px;
	margin-bottom:16px;
	border-bottom:1px #e1e4e8 solid;
	flex-flow:row wrap;
}


.paiment-h2 {
	font-size:24px;
}

.paiment-h4 {
	margin-top:0;
	margin-bottom:8px;
	font-size:16px;
	font-weight:600;
}

.paiment-input {
	overflow:visible;
	box-sizing:border-box;
	min-height:34px;
	padding:6px 8px;
	font-size:16px;
	line-height:20px;
	color:#24292e;
	vertical-align:middle;
	background-color:#fff;
	background-repeat:no-repeat;
	background-position:right 8px center;
	border:1px solid #d1d5da;
	border-radius:3px;
	outline:none;
	box-shadow:inset 0 1px 2px rgba(27,31,35,0.075);
	background-color:#fafbfc;
	width:440px;
	max-width:100%;
	margin-right:5px;

	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAASCAYAAABSO15qAAAAAXNSR0IArs4c6QAAAUBJREFUOBGVVE2ORUAQLvIS4gwzEysHkHgnkMiEc4zEJXCMNwtWTmDh3UGcYoaFhZUFCzFVnu4wIaiE+vvq6+6qTgthGH6O4/jA7x1OiCAIPwj7CoLgSXDxSjEVzAt9k01CBKdWfsFf/2WNuEwc2YqigKZpK9glAlVVwTTNbQJZlnlCkiTAZnF/mePB2biRdhwHdF2HJEmgaRrwPA+qqoI4jle5/8XkXzrCFoHg+/5ICdpm13UTho7Q9/0WnsfwiL/ouHwHrJgQR8WEwVG+oXpMPaDAkdzvd7AsC8qyhCiKJjiRnCKwbRsMw9hcQ5zv9maSBeu6hjRNYRgGFuKaCNwjkjzPoSiK1d1gDDecQobOBwswzabD/D3Np7AHOIrvNpHmPI+Kc2RZBm3bcp8wuwSIot7QQ0PznoR6wYSK0Xb/AGVLcWwc7Ng3AAAAAElFTkSuQmCC");
	background-attachment: scroll;
	background-size: 16px 18px;
	background-position: 98% 50%;
	cursor: auto;
}

.paiment-input:focus {
	border-color:#2188ff;
	outline:none;
	box-shadow:inset 0 1px 2px rgba(27,31,35,0.075),0 0 0 0.2em rgba(3,102,214,0.3);
	background-color:#fff;
}

.paiment-box {
	background-color:#fff;
	border:1px solid #d1d5da;
	border-radius:3px;
	width:750px;
	max-width:100%;
	margin-right:5px;
	-webkit-padding-start: 0px;
}
.paiment-box-row{
	padding:16px;
	margin-top:-1px;
	list-style-type:none;
	border-top:1px solid #e1e4e8;

	display:inline-block;
	width:750px;
	max-width:100%;
	margin-right:5px;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
	vertical-align:top;
}
.paiment-box-row:first-of-type{
	border-top-color:transparent;
	border-top-left-radius:2px;
	border-top-right-radius:2px;
}
.paiment-box-row:last-of-type{
	border-bottom-right-radius:2px;
	border-bottom-left-radius:2px;
}

.list-style-none{
	list-style:none!important;
}

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

.paiment-actions .paiment-actions-remove{
	float:right;
	padding-right:7px;
	padding-left:7px;
	margin-left:5px;
	line-height:24px;
	color:#cb2431;
	cursor:pointer;
}

.paiment-actions form{
	display:inline;
}

.btn-link{
	display:inline-block;
	padding:0;
	font-size:inherit;
	color:#0366d6;
	text-decoration:none;
	white-space:nowrap;
	cursor:pointer;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-color:transparent;
	border:0;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
.btn-link:hover{
	text-decoration:underline;
}
.btn-link:disabled,.btn-link:disabled:hover{
	color:rgba(88,96,105,0.5);
	cursor:default;
}


.paiment-button:focus{
	outline:none;
}
.paiment-button,[type="submit"]{
	-webkit-appearance:button;
}
.paiment-button::-moz-focus-inner,[type="submit"]::-moz-focus-inner{
	border-style:none;
	padding:0;
}
.paiment-button:-moz-focusring,[type="submit"]:-moz-focusring{
	outline:1px dotted ButtonText;
}
.paiment-button{
	margin:0;
	overflow:visible;
	text-transform:none;
	cursor:pointer;
	border-radius:0;

	margin-right:8px!important;

	position:relative;
	display:inline-block;
	padding:6px 12px;
	font-size:14px;
	font-weight:600;
	line-height:20px;
	white-space:nowrap;
	vertical-align:middle;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-repeat:repeat-x;
	background-position:-1px -1px;
	background-size:110% 110%;
	border:1px solid rgba(27,31,35,0.2);
	border-radius:0.25em;
	-webkit-appearance:none;
	moz-appearance:none;
	appearance:none;

	color:#24292e;background-color:#eff3f6;background-image:linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%);
}
.paiment-button:hover{
	text-decoration:none;
	background-repeat:repeat-x;
	background-color:#e6ebf1;
	background-image:linear-gradient(-180deg, #f0f3f6 0%, #e6ebf1 90%);
	background-position:-.5em;
	border-color:rgba(27,31,35,0.35);
}
.paiment-button:focus{
	outline:0;
	box-shadow:0 0 0 0.2em rgba(3,102,214,0.3);
}
.paiment-button:disabled{
	cursor:default;
	background-position:0 0;
	color:rgba(36,41,46,0.4);
	background-color:#eff3f6;
	background-image:none;
	border-color:rgba(27,31,35,0.2);
	box-shadow:none;
}
.paiment-button:active{
	background-color:#e9ecef;
	background-image:none;
	border-color:rgba(27,31,35,0.35);
	box-shadow:inset 0 0.15em 0.3em rgba(27,31,35,0.15);
}

/* green */
.paiment-button-green:focus{
	outline:none;
}
.paiment-button-green,[type="submit"]{
	-webkit-appearance:button;
}
.paiment-button-green::-moz-focus-inner,[type="submit"]::-moz-focus-inner{
	border-style:none;
	padding:0;
}
.paiment-button-green:-moz-focusring,[type="submit"]:-moz-focusring{
	outline:1px dotted ButtonText;
}
.paiment-button-green{
	margin:0;
	overflow:visible;
	text-transform:none;
	cursor:pointer;
	border-radius:0;

	margin-right:8px!important;

	position:relative;
	display:inline-block;
	padding:6px 12px;
	font-size:14px;
	font-weight:600;
	line-height:20px;
	white-space:nowrap;
	vertical-align:middle;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
	background-repeat:repeat-x;
	background-position:-1px -1px;
	background-size:110% 110%;
	border:1px solid rgba(27,31,35,0.2);
	border-radius:0.25em;
	-webkit-appearance:none;
	moz-appearance:none;
	appearance:none;

	color: #fff;
	background-color: #28a745;
	background-image: linear-gradient(-180deg, #34d058 0%, #28a745 90%);
}
.paiment-button-green:hover{
	text-decoration:none;
	background-repeat:repeat-x;
	background-color:#269f42;
	background-image:linear-gradient(-180deg, #2fcb53 0%, #269f42 90%);
	background-position:-.5em;
	border-color:rgba(27,31,35,0.5);
}
.paiment-button-green:focus{
	outline:0;
	box-shadow:0 0 0 0.2em rgba(52,208,88,0.4);
}
.paiment-button-green:disabled{
	cursor:default;
	background-position:0 0;
	color:rgba(255,255,255,0.75);
	background-color:#94d3a2;
	background-image:none;
	border-color:rgba(27,31,35,0.2);
	box-shadow:none;
}
.paiment-button-green:active{
	background-color:#279f43;
	background-image:none;
	border-color:rgba(27,31,35,0.5);
	box-shadow:inset 0 0.15em 0.3em rgba(27,31,35,0.15);
}

.paiment-button-pay{
	color:#fff;
	background-color:#28a745;
	background-image:linear-gradient(-180deg, #34d058 0%, #28a745 90%);
}
.paiment-button-pay:focus{
	box-shadow:0 0 0 0.2em rgba(52,208,88,0.4);
}
.paiment-button-pay:hover{
	background-color:#269f42;
	background-image:linear-gradient(-180deg, #2fcb53 0%, #269f42 90%);
	background-position:-.5em;
	border-color:rgba(27,31,35,0.5);
}
.paiment-button-pay:active{
	background-color:#279f43;
	background-image:none;
	border-color:rgba(27,31,35,0.5);
	box-shadow:inset 0 0.15em 0.3em rgba(27,31,35,0.15);
}
.paiment-button-pay:disabled{
	color:rgba(255,255,255,0.75);
	background-color:#94d3a2;
	background-image:none;
	border-color:rgba(27,31,35,0.2);
	box-shadow:none;
}

.paiment-button-del{
	color:#cb2431;
	background-color:#fafbfc;
	background-image:
	linear-gradient(-180deg, #fafbfc 0%, #eff3f6 90%);
}
.paiment-button-del:focus{
	box-shadow:0 0 0 0.2em rgba(203,36,49,0.4);
}
.paiment-button-del:hover{
	color:#fff;
	background-color:#cb2431;
	background-image:linear-gradient(-180deg, #de4450 0%, #cb2431 90%);
	border-color:rgba(27,31,35,0.5);
}
.paiment-button-del:active{
	color:#fff;
	background-color:#b5202c;
	background-image:none;
	border-color:rgba(27,31,35,0.5);
	box-shadow:inset 0 0.15em 0.3em rgba(27,31,35,0.15);
}
.paiment-button-del:disabled{
	color:rgba(203,36,49,0.4);
	background-color:#eff3f6;
	background-image:none;
	border-color:rgba(27,31,35,0.2);
	box-shadow:none;
}

.paiment-select{
	margin:0;
	text-transform:none;
	min-height:34px;
	padding:6px 8px;
	padding-right: 24px;
	font-size:14px;
	line-height:20px;
	color:#24292e;
	vertical-align:middle;
	background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC") no-repeat right 8px center;
	background-size: 8px 10px;
	border:1px solid #d1d5da;
	border-radius:3px;
	outline:none;
	box-shadow:inset 0 1px 2px rgba(27,31,35,0.075);
	display:inline-block;
	max-width:560px;
	width:560px;
	-webkit-appearance:none;
	-moz-appearance:none;
	appearance:none;
}
.paiment-select:focus{
	border-color:#2188ff;
	outline:none;
	box-shadow:inset 0 1px 2px rgba(27,31,35,0.075),0 0 0 0.2em rgba(3,102,214,0.3);
}

.note{
	overflow:auto;
	margin:4px 0 2px;
	font-size:12px;
	color:#586069;
}

.form-checkbox{
	padding-left:20px;
	margin:15px 0;
	vertical-align:middle;
}
.form-checkbox input[type=radio]{
	float:left;
	margin:5px 0 0 -20px;
	vertical-align:middle;
}
.form-checkbox .note{
	display:block;
	margin:0;
	font-size:12px;
	font-weight:400;
	color:#586069;
}
.form-checkbox input[type=checkbox]{
	float:left;
	margin:5px 0 0 -20px;
	vertical-align:middle;
}

.bleed-flush{
	height:0;
	margin:15px 0;
	overflow:hidden;
	background:transparent;
	border:0;
	border-bottom:1px solid #dfe2e5;
}
.bleed-flush::before{
	display:table;
	content:"";
}
.bleed-flush::after{
	display:table;
	clear:both;
	content:"";
}

.paiment-Subhead{
	display:flex;
	padding-bottom:8px;
	margin-bottom:16px;
	border-bottom:1px #e1e4e8 solid;
	flex-flow:row wrap;
}
.paiment-Subhead--spacious{
	margin-top:40px;
}
.paiment-h2-Subhead-heading{
	font-size:24px;
	font-weight:normal;
	flex:1 1 auto;
}

.stripe-side-bar{
	padding-left: 1em;
	padding-top: 1em;
	padding-bottom: 1em;
	background: none;
	color: #868e96;
	border: none;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}

@media (min-width: 992px) {
	.stripe-side-bar{
		padding-left: 2.75em;
	}
}

@media (max-width: 991px) {
	.stripe-side-bar{
		padding-left: 1em;
	}
}

/* Calendar */
.event a {
	background-color: #42B373 !important;
	background-image :none !important;
	color: #ffffff !important;
}

#loading {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%;
	background-color: rgba(192, 192, 192, 0.5);
	background-image: url("../img/MnyxU.gif");
	background-repeat: no-repeat;
	background-position: center;
}

.profile-pic {
	position: relative;
	display: inline-block;
}

.profile-pic:hover .editPic {
	display: block;
}

.editPic {
	padding-top: 7px;
	padding-right: 7px;
	position: absolute;
	right: 0;
	bottom: 0;
	display: none;
}


.orgdiagram{
	outline: 0;
}
.orgdiagram:hover{
	outline: 0;
}
.orgdiagram:focus{
	outline: 0;
}
.orgdiagram:active{
	outline: 0;
}

/* Cal icon for time off */

time.icon
{
  font-size: 1em; /* change icon size */
  display: block;
  position: relative;
  width: 7em;
  height: 7em;
  background-color: #fff;
  margin: 2em auto;
  border-radius: 0.6em;
  box-shadow: 0 1px 0 #bdbdbd, 0 2px 0 #fff, 0 3px 0 #bdbdbd, 0 4px 0 #fff, 0 5px 0 #bdbdbd, 0 0 0 1px #bdbdbd;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transform: rotate(0deg) skewY(0deg);
  -webkit-transform-origin: 50% 10%;
  transform-origin: 50% 10%;
}

time.icon *
{
  display: block;
  width: 100%;
  font-size: 1em;
  font-weight: bold;
  font-style: normal;
  text-align: center;
}

time.icon strong
{
  position: absolute;
  top: 0;
  padding: 0.4em 0;
  color: #fff;
  background-color: #fd9f1b;
  border-bottom: 1px dashed #f37302;
  box-shadow: 0 2px 0 #fd9f1b;
}

time.icon em
{
  position: absolute;
  bottom: 0.3em;
  color: #fd9f1b;
}

time.icon span
{
  width: 100%;
  font-size: 2.8em;
  letter-spacing: -0.05em;
  padding-top: 0.8em;
  color: #2f2f2f;
}

time.icon:hover, time.icon:focus
{
  -webkit-animation: swing 0.6s ease-out;
  animation: swing 0.6s ease-out;
}

@-webkit-keyframes swing {
  0%   { -webkit-transform: rotate(0deg)  skewY(0deg); }
  20%  { -webkit-transform: rotate(12deg) skewY(4deg); }
  60%  { -webkit-transform: rotate(-9deg) skewY(-3deg); }
  80%  { -webkit-transform: rotate(6deg)  skewY(-2deg); }
  100% { -webkit-transform: rotate(0deg)  skewY(0deg); }
}

@keyframes swing {
  0%   { transform: rotate(0deg)  skewY(0deg); }
  20%  { transform: rotate(12deg) skewY(4deg); }
  60%  { transform: rotate(-9deg) skewY(-3deg); }
  80%  { transform: rotate(6deg)  skewY(-2deg); }
  100% { transform: rotate(0deg)  skewY(0deg); }
}

#switchProfileDiv{
	width: 100%;
	padding-right: 35px;
	z-index: 3;
	position: absolute;
}

#switchProfileButton{
	float: right;
}

@media (max-width: 800px) {
  /* CSS that should be displayed if width is equal to or less than 800px goes here */
	#switchProfileDiv{
		padding-right: 0px;
		z-index: auto;
		position: relative;
		height: 45px;
	}
	#switchProfileButton{
		float: left;
	}
}

@media (min-width: 768px) {
	.view_table{
		float:left;
		width:50%;
	}

}

.required:after {
	content:" *";
	color: red;
}

.smaller_input{
	width: 90%;
}

#bottom-navbar {
    position: fixed;
    bottom: 0;
    z-index: 2;
    padding: 20px;
    width: 100%;
}
















/* new css stuff */

:root {
    /* Variables to control global colors */
    --primary-color: #4e73df;
    --primary-hover-color: #4562C1;
    --secondary-color: #224abe;
    --form-focus-shadow: rgba(231, 74, 59, 0.25);
}
.bg-gradient-primary {
    background-color: var(--primary-color);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, var(--primary-color)), to(#2F417D));
    background-image: linear-gradient(180deg, var(--primary-color) 10%, #2F417D 100%);
}
.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.btn-secondary {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}
.btn-primary:hover {
    background-color: var(--primary-hover-color);
    border-color: var(--primary-hover-color);
    opacity: .75;
}
.btn-primary:active {
    background-color: var(--primary-hover-color) !important;
    border-color: var(--primary-hover-color) !important;
    opacity: .75;
}

.text-primary {
    color: var(--primary-color) !important;
}

.text-secondary {
    color: var(--secondary-color) !important;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
.page-link:hover {
    opacity: .75;
}
/* Removing padding between pagination */
.paginate_button.page-item {
    margin: 0 !important;
    padding: 0 !important;
}
/* Paginatino hover State */
.paginate_button.page-item:hover {
    border: none !important;
    background: none !important;
}
/* ===============================
// Typography
 =============================== */
 body {
    font-family: 'Open-sans', sans-serif !important;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #212529;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {

}
p {
    text-rendering: optimizelegibility;
    font-weight: 300;
    letter-spacing: .25px;
    line-height: 1.6em;
    font-size: 18px;
}
a {
    color: var(--primary-color);
    letter-spacing: .5px;
}
a:hover {
    color: var(--primary-hover-color);
}
/* ===============================
// Navbar
 =============================== */
.topbar.navbar-light .navbar-nav .nav-item .nav-link {
    color: #5e5e5e;
}
.topbar.navbar-light .navbar-nav .nav-item .nav-link:focus,
.topbar.navbar-light .navbar-nav .nav-item .nav-link:hover {
    color: #b7b9cc;
}
/* ===============================
// Sidebar
 =============================== */
 .sidebar-dark .nav-item .nav-link:focus,
 .sidebar-dark .nav-item .nav-link:hover {
    opacity: .75;
}
 .sidebar-dark .nav-item .nav-link, .sidebar-dark .nav-item .nav-link i {
    color: #fff !important;
}
/* ===============================
// Forms
 =============================== */
 /* Focus State */
 /* .form-control:focus {
    color: #6e707e;
    background-color: #fff;
    border-color: #bac8f3;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.2rem rgb(1 139 123);
    box-shadow: 0 0 0 0.2rem var(--form-focus-shadow) !important;
} */
/* Selected State */
.custom-control-input:checked ~ .custom-control-label::before {
    background-color: var(--primary-color) !important;
    border-color: var(--form-focus-shadow) !important;
}
/* ===============================
// Cards
 =============================== */
.card-header-primary {
    background-color: var(--primary-color);
}
.card-header-secondary {
    background-color: var(--secondary-color);
}
/* Cards Border */
.border-left-primary {
    border-left: 0.25rem solid var(--primary-color) !important;
}
.border-left-secondary {
    border-left: 0.25rem solid var(--secondary-color) !important;
}
/* ===============================
// Modal
 =============================== */
 .modal-footer span:hover {
     cursor: pointer;
 }

/* ===============================
// Switch
 =============================== */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
  }

  .switch input {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
  }

  .slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
  }

  input:checked + .slider {
    background-color: #4e73df;
  }

  input:focus + .slider {
    box-shadow: 0 0 1px #4e73df;
  }

  input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
  }

  /* Rounded sliders */
  .slider.round {
    border-radius: 34px;
  }

  .slider.round:before {
    border-radius: 50%;
  }



  /* Floating icon */
 .floating-icon {
    position: fixed;
    background: #008b7a;
    height: 60px;
    width: 60px;
    bottom: 50px;
    right: 50px;
    font-size: 28px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Company Details - Circle */
.circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #d5d6da;
}

.edit-toggle {
    float: right;
    width: 110px;
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 18px;
    margin-right: 25px;
    position: relative;
}

/* ===============================
// Tags
 =============================== */
 .tag {

    border-radius: 4px;
    padding: 8px 16px;
    display: inline-block;
    background-color: #08776a4a;
    color: #4e73df;
    opacity: 1;
    text-decoration: none;
    -webkit-transition: all 0.2s;
 }
  .tag:hover {
    color: white;
    background-color: #4e73df;
  }

/* Form Label */
label {
    color: #212529 !important;
}











/* ===============================
// Table
 =============================== */
/* Override Table Color */
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter, .dataTables_wrapper .dataTables_info, .dataTables_wrapper .dataTables_processing, .dataTables_wrapper .dataTables_paginate {
    color: #212529;
}
/* Adding padding space between table and Show 10 Entries */
div#dataTable_length {
    padding-bottom: 30px;
}
/* Removing padding form table */
.dataTables_wrapper.container-fluid {
    padding: 0;
}
/* Remove extra sorting icon */
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting {
    background: none !important;
}
 /* Thead background */
 .dataTable thead,
 .dataTable tfoot {
    background: #4e73df;
    color: #fff;
}
/* Table td padding */
/*.dataTable th, td {
    padding: 20px !important;
}*/
.table-bordered td, .table-bordered th {
    border: none !important;
}
.table-bordered {
    border: 1px solid #d1d3e2;
}

/* Table dropdown toggle */
/*table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td.dtr-control:before {
    background: none;
    right: 15px;
    top: 40%;
    box-shadow: none;
    left: revert;
    border: none;
    color: #198b7a;
    font-size: 1.75rem !important;
    height: auto;
    width: auto;
    padding: 5px;
}*/
/* Table dropdown child */
/*table.dataTable>tbody>tr.child {
    padding: 0.5em 1em;
    background: #e9ecef;
    color: #6c757d;
}*/

/* Hover */
table.dataTable.hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    background-color: #27272700;
    box-shadow: inset 0px 0px 5px #d6d6d6;
    z-index: 9;
    position: relative;
    color: #4e73df;
    /*font-weight: bold !important;*/
}

/* Pagination */
#dataTable_paginate .pagination .page-item .page-link {
    color: #4e73df !important;
}

#dataTable_paginate .pagination .page-item.disabled .page-link {
    color: #8a9190 !important;
    background-color: #ddd !important;
}


/* DataTables Responsive With FontAwesome */

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child:before {
  /*top: 8px;
  left: 4px;
  height: 16px;
  width: 16px;*/
  display: block;
  position: absolute;
  /*color: white;
  border: 2px solid white;
  border-radius: 16px;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  content: '+';
  background-color: #31b131;*/
  display: block;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: '\f0fe';
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child.dataTables_empty:before,
table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child.dataTables_empty:before {
  display: none;
}
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before {
  /*content: '-';
  background-color: #d33333;*/
  font-family: "Font Awesome 5 Free";
  content: '\f146';
}
table.dataTable.dtr-inline.collapsed > tbody > tr.child td:before {
  display: none;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child {
  padding-left: 27px;
}
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > td:first-child:before,
table.dataTable.dtr-inline.collapsed.compact > tbody > tr > th:first-child:before {
  top: 5px;
  left: 4px;
  height: 14px;
  width: 14px;
  border-radius: 14px;
  line-height: 12px;
}
table.dataTable.dtr-column > tbody > tr > td.control,
table.dataTable.dtr-column > tbody > tr > th.control {
  position: relative;
  cursor: pointer;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
  /*top: 50%;
  left: 50%;
  height: 16px;
  width: 16px;
  margin-top: -10px;
  margin-left: -10px;*/
  display: block;
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: '\f0fe';
  /*color: white;
  border: 2px solid white;
  border-radius: 16px;
  text-align: center;
  line-height: 14px;
  box-shadow: 0 0 3px #444;
  box-sizing: content-box;
  content: '+';
  background-color: #31b131;*/
}
table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
  /*content: '-';
  background-color: #d33333;*/
  font-family: "Font Awesome 5 Free";
  content: '\f146';
}
table.dataTable > tbody > tr.child {
  padding: 0.5em 1em;
}
table.dataTable > tbody > tr.child:hover {
  background: transparent !important;
}
table.dataTable > tbody > tr.child ul {
  display: inline-block;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
table.dataTable > tbody > tr.child ul li {
  border-bottom: 1px solid #efefef;
  padding: 0.5em 0;
}
table.dataTable > tbody > tr.child ul li:first-child {
  padding-top: 0;
}
table.dataTable > tbody > tr.child ul li:last-child {
  border-bottom: none;
}
table.dataTable > tbody > tr.child span.dtr-title {
  display: inline-block;
  min-width: 75px;
  font-weight: bold;
}


/* ===============================
// Table 0 Data Warning
 =============================== */
 .data-warning:not(td.reorder) {
    color: #dc3545;
    font-weight: bold;
}
/* ===============================
// Table DOM lengths, filter, summary, pagination, search
 =============================== */
 div#dataTable_info, div.dataTables_info,
 .dataTables_length,
 .dataTables_paginate ul.pagination li.paginate_button a {
    font-size: 14px;
    color: #1d252c !important;
    opacity: .65;
}

/* ===============================
// Pagination
 =============================== */
.dataTables_paginate ul.pagination li.paginate_button {
    padding: 0 !important;
    border: 0 !important;
    margin: 0 !important;
}
/* Pagination item link */
.dataTables_paginate ul.pagination li.paginate_button a {
    border: 0;
    background: none;
    margin-left: 3px;
    margin-right: 3px;
}
.dataTables_paginate ul.pagination li.paginate_button.active {
    background-color: #eaecf4; /* Primary color with 30% opacity */
}

/* Override jQuery black background on hover */
.dataTables_paginate ul.pagination li.paginate_button:hover {
    background: transparent;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    color: #1d252c !important;
    opacity: .5;
}

.dataTables_paginate ul.pagination li.paginate_button a:focus {
    box-shadow: none;
}

.dataTables_paginate ul.pagination li.paginate_button:active {
    box-shadow: none;
    background-color: #198b7b30; /* Primary color with 30% opacity */
}

.dataTables_paginate ul.pagination li.paginate_button.active > a {
    color: #008b7b;
}



.link-column{
	cursor: pointer;
}


.control-group{
	width: 100%;
}

.editable-container{
	width: 100% !important;
}

.editable-input{
	width: 100% !important;
}

.editable-buttons{
	margin-left: -80px !important;
}

