/**
 *
 * Apply Here your Custom CSS
 *
*/

body {
	
}

.display-none
{
	display:none;
}

.paying-method-list-container 
{
	top: -6px;
}

.control-label.paying-method-list-item-container 
{
	width: 100%;
	text-align: left;
}

input[type="checkbox"].paying-method-list-item 
{
	margin-right: 10px;
	position: relative;
	top: 3px;
}

div.floating {
	background-color: #f1f1f1;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 9999;
	color: black;
	padding: 10px 14px;
	text-decoration: none;
	display: block;
	text-align: left;
	border: 1px solid #B5B5B5;
	position: absolute;
	overflow: auto;
}



	.selector-title {
		float: left;
		margin-left: 3px;
		font-size: medium;
		font-weight: bold;
		line-height: normal;
		margin: 3px;
		width: max-content;
	}

.selector-close {
	float: left;
	margin-left: 5px;
	margin-top: 3px;
	margin-right: 10px;
	cursor: pointer;
}


.leftCol {
	color: black;
	float: left;
	padding-right: 15px;
	line-height: 1.4;
}

.rightColFloatingDiv {
	color: darkblue;
	line-height: 1.4;
	width: 250px;
	max-height: 100px;
}

.right {
	float: right;
}

.clickable-title {
	position: relative;
	display: inline-flex;
	justify-content: center;
}

.clickable-title:focus 
{
    color:#4343e0;
	outline: none;
    border:0px;
}

	.clickable-title:focus::after {
	white-space: pre;
	content: attr(title);
	position: absolute;
	top: 90%;
	color: #0a1d79;
	background-color: #f2f2f2;
	width: max-content;
	padding: 3px;
	font-weight: bold;
	z-index: 10000;
	outline: 2px solid #4343e0;
	margin-top:2px;
}

.clickable-button-title
{
	position: relative;
	display: inline-flex;
	justify-content: center;
}

.clickable-button-title:focus 
{
	color: #4343e0;
	outline: none;
	border: 0px;
}

.clickable-button-title:focus::after 
{
	content: attr(copy-button-title);
	position: absolute;
	top: 90%;
	color: #0a1d79;
	background-color: #f2f2f2;
	width: max-content;
	padding: 3px;
	font-weight: bold;
	z-index: 10000;
	outline: 2px solid #4343e0;
	margin-top: 2px;
	font-size:12px;

}



.table-filter
{
  padding: 6px 2px 6px 2px;	
}


.dataTables_wrapper table thead tr th.sorting_asc,
.dataTables_wrapper table thead tr th.sorting_desc,
.dataTables_wrapper table thead tr th.sorting
{
  cursor: pointer;
}



.status-color-in-progress
{
	color: #21a9e1;
}

.status-color-done
{
	color: #00a651;
}

.status-color-submit-error
{
	color: #ee4749;
}


.status-color-pending-cancel
{
	color: #ec008c;
}

.badge-pending-cancel
{
	background-color: #ec008c;
	color: #ffffff;
	
}
.status-color-cancelled
{
	color: #6c56f3;
}

.status-color-refunded
{
	color: #f7910d;
}

.status-color-error
{
	color: #f11f1f;
}

.status-color-black
{
	color: #373434;
}

.odd
{
	background-color:#eeeeee;	
}

.even
{
	background-color:#ffffff;	
}

.tr-indicator-success
{
	background-color:#82E48B;
	color:White;
}

.tr-indicator-error
{
	background-color:#D90D0D;
	color:White;
}

.tr-indicator-skipped
{
	background-color:#FFE918;
	color:White;
}

.border-div
{
	border:1px solid #ebebeb;
	border-radius:3px;
	padding:10px;
	margin:10px;
}

.margin-left-15
{
	margin-left:15px;
}

.line
{
	overflow:hidden;
}

.left
{
	float:left;
}

.pointer
{
	cursor:pointer;
}

.dimmer
{
    position: fixed!important;
	z-index: 9999;
	background: #000;
	font-family: Helvetica;
	font-size: 12px;
	font-weight: 400;
	opacity: .78;
	border-radius: 2px;
	color: #fff;
	width: 100%;
	left: 0!important;
	text-align: left;
	height: 5000px;
	top:0;
	
}
.dimming {
	position: absolute;
	/* set z-index higher than possible */
	z-index: 10000;
	top: 0;
	overflow: hidden;
	margin: 10px;
	background-color: #F5F5F5;
	border: 1px solid #B5B5B5;
	border-radius: 5px;
}

.alert-message {
  background-color: #ffc9c9;
  border-color: #ffc9c9;
  color: #ac1818;
}


.custom-file-input::-webkit-file-upload-button
{
    visibility: hidden;
}
.custom-file-input
{
    width:400px;
}
.custom-file-input::before
{
    content: 'Browse File To Upload';
    display: inline-block;
    background-color:#303641;

    padding: 5px 8px;
    outline: none;
    white-space: nowrap;
    -webkit-user-select: none;
    cursor: pointer;

    color:white;
    font-weight: 400;
    font-size: 12px;
}

input[type="file"]:focus,
.custom-file-input:focus,
.custom-file-input:focus::before
{
    outline: none;
}