/*START GLOBLE STYLE*/
* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	font-family: Roboto, sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 22px;
	text-transform: none;
	background-color: #f6f6f6;
	padding-right: 0 !important;
	overflow-x: hidden;
}
#app {
	position: relative;
	min-height: 100%;
	padding-bottom: 84px;
	display: flex;
	flex-direction: column;
}
@media only screen and (max-width: 768px) {
	body {
		font-size: 12px !important;
		line-height: 18px !important;
	}
	#app {
		padding-bottom: 217px;
	}
}

/*END GLOBLE STYLE*/

/*CUSTOM BOOTSTRAP*/
.navbar-nav {
	margin-left: 20px; 
}
h4.page-title {
    text-align: center;
	margin: 10px 0;
}
h2.page-title {
    text-align: center;
	margin: 30px 0;
}
.breadcrumb {
	font-size: 18px;
    font-weight: 500;
}
.pagination-main {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
}
.pagination-main .pagination {
	display: inline-flex;
}
.form-login {
	width: 300px;
}
input.form-control, select.form-control, input.form-control:focus, select.form-control:focus {
	color: #2C3E50;
}
.dropdown-menu {
	position: absolute;
	will-change: transform;
	top: 0px;
	left: 0px;
	/*transform: translate3d(0px, 38px, 0px);*/
	min-width: 70px;
	width: 70px;
}
.last-row-form {
	margin-bottom: -16px;
}
.table-container {
	overflow-x: auto;
}
.table {
	background-color: #FFFFFF;
}
.table td {
	vertical-align: middle;
}
.table-checkbox {
	width: 20px;
	padding-right: 0 !important;
}
.table-icon {
	font-size: 20px;
}
td.table-icon {
	width: 30px;
}
.icon-action {
	cursor: pointer;
}
.table thead {
	background-color: #c8c5ac;
}

.ui-autocomplete {
	background-color: #fff;
    list-style: none;
    width: 130px;
    padding: 0;
    margin: 0;
    border: 1px solid #ced4da;
    max-height: 120px;
    overflow: auto;
}
.ui-autocomplete li {
	list-style: none;
	text-align: left;
	padding: 4px 5px;
	cursor: pointer;
}
.ui-autocomplete li:hover {
	background-color: #4AAE9B;
	color: white;
}
.ui-autocomplete-loading {
	background: url('/images/loader.gif') no-repeat right center;
}
.nav-tabs {
	border-bottom: 0;
}
.nav-tabs .nav-link {
  border-color: #e9ecef #e9ecef #dee2e6;
}

.nav-tabs .nav-link:hover {
  background-color: #eeeeee;
}
.nav-tabs .nav-link i {
    line-height: inherit;
}
.tab-content {
	margin-bottom: 20px;
}
label {
    font-weight: 500;
}
.access-table-row, .access-header-row {
    padding: 5px 10px;
    margin: 5px 5px 0 5px;
}
.access-table-row {
    border: 1px solid #ced4da;
}
.access-flags .custom-checkbox {
	margin-right: 15px;
}
.access-header-row {
	font-size: 16px;
}
.access-header-row i {
	margin-left: 1px;
}
.access-flag-header {
	width: 39px;
}
.access-table-wrapper .row-name {
	padding-left: 20px;
}
td.table-icon {
	width: 30px;
}
.access-wrapper {
	min-width: 400px;
}
.access-table-wrapper {
	max-height: 300px;
	/*overflow: auto;*/
}
.tab-content {
	overflow: auto;
}
.tooltip-inner {
	background-color:#6b0b7b;
	/*color:#2c3e50;
	border:1px solid #18bc9c;*/
	max-width: 400px;
}
.filtered {
	display: none;
}
.navbar-brand {
    padding-top: 0.32rem !important;
    padding-bottom: 0.32rem !important;
}

/*START FOOTER STYLE*/
#footer-section .foot-pages p a {
	padding: 0 20px 0 20px;
}
#footer-section {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #2f4468;
}
#footer-section .footer-top {
	padding-top: 15px;
}
#footer-section .footer-bottom {
	padding: 30px 0;
}
#footer-section p {
	margin: 0;
	font-size: 12px;
	font-weight: 300;
	line-height: 24px;
	color: #fff;
}
#footer-section a {
	color: #fff;
}
#footer-section a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
#footer-section .navi {
	text-align: center;
}
#footer-section .navi a {
	color: #fff;
	line-height: 24px;
	padding: 0 20px;
}
#footer-section .navi a:hover {
	background-color: transparent;
}
#footer-section .country-dropdown ul {
	padding: 5px;
}
#footer-section .foot-social p a {
	color: #fff;
	font-size: 14px;
}
#footer-section .foot-social p a:hover {
	color: #4cc6f4;
}
#footer-section .country-dropdown {
	border: 0;
	position: absolute;
	top: 120%;
	right: 0;
	padding: 0;
	border-radius: 0;
	min-width: 300px;
	width: 600px;
	left:-5px !important;
	background-color: #1B1D1F;
	z-index: 11;
}
#footer-section .country-dropdown > ul {
	list-style: none;
	margin: 0;
	box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
	position: relative;
}
#footer-section .country-dropdown > ul > li {
	position: relative;
}
#footer-section .country-dropdown > ul > li a {
	background-color: transparent;
	border-left: 0 !important;
	display: block;
	color: #fff;
	padding: 2px 2px 2px 5px !important;
	line-height: normal !important;
	text-align: left;
	font-size: 12px;
	text-transform: capitalize;
	font-weight: 400;
	width:25%;
	float:left;
	overflow: hidden;
    white-space: nowrap;
}
@media (max-width: 767px) {
	#footer-section div[class*="col-"] {
		text-align: center;
		margin-bottom: 15px;
	}
	#footer-section div[class*="col-"]:last-child {
		margin: 0;
	}
	#footer-section .foot-social {
		text-align: center;
	}
	#footer-section .country-dropdown {
		width: 350px;
	}
}
/*END FOOTER STYLE*/


/*PAGE BODY STYLE*/
#section-body {
	padding-bottom: 40px;
}
#section-body.landing-page {
	position: relative;
	padding: 0;
	margin-bottom: -102px;
}

table.drt-entities-table {
	border:1px solid #d3d3d3;
	background:#fefefe;
	width:100%;
	margin:10px auto 0;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	-moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.drt-entities-table th {padding:18px 28px 18px; text-align:center; }

.drt-entities-table td {padding: 5px 15px 5px; text-align:center; }

.drt-entities-table th {padding-top:22px; text-shadow: 1px 1px 1px #fff; background:#e8eaeb;}

.drt-entities-table td {border-top:1px solid #e0e0e0; border-right:1px solid #e0e0e0;}

.drt-entities-table tr.odd-row td {background:#f6f6f6;}

.drt-entities-table td.first,.drt-entities-table  th.first {width: 10px; text-align: center;}

.drt-entities-table td.last {border-right:none;}

.drt-entities-table td {
	background: -moz-linear-gradient(100% 25% 90deg, #fefefe, #f9f9f9);
	background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f9f9f9), to(#fefefe));
}

.drt-entities-table tr.odd-row td {
	background: -moz-linear-gradient(100% 25% 90deg, #f6f6f6, #f1f1f1);
	background: -webkit-gradient(linear, 0% 0%, 0% 25%, from(#f1f1f1), to(#f6f6f6));
}

.drt-entities-table th {
	background: -moz-linear-gradient(100% 20% 90deg, #e8eaeb, #ededed);
	background: -webkit-gradient(linear, 0% 0%, 0% 20%, from(#ededed), to(#e8eaeb));
}

.drt-entities-table tr:first-child th.first {
	-moz-border-radius-topleft:5px;
	-webkit-border-top-left-radius:5px; /* Saf3-4 */
}

.drt-entities-table tr:first-child th.last {
	-moz-border-radius-topright:5px;
	-webkit-border-top-right-radius:5px; /* Saf3-4 */
}

.drt-entities-table tr:last-child td.first {
	-moz-border-radius-bottomleft:5px;
	-webkit-border-bottom-left-radius:5px; /* Saf3-4 */
}

.drt-entities-table tr:last-child td.last {
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-right-radius:5px; /* Saf3-4 */
}

.overflow-visible {
	overflow: visible !important;
}
.fixed-top-right {
    position: absolute;
    top: 20px;
    right: 20px;
}
.upload-log {
	max-height: 200px;
    overflow: auto;
    margin-top: 10px;
}
.upload-log li {
	padding: 0.5rem 1.25rem
}
.upload-log .badge-pill {
	margin: 0 5px;
}
.custom-file-label {
	justify-content: normal !important;
}
.upload-collapse {
	line-height: 35px;
}
.with-loader {
	position: relative;
}
.ajax-loader {
	position: absolute;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 100;
    text-align: center;
    /*opacity: 0.2;*/
}
.ajax-loader-in {
    position: relative;
    top: 33%;
}
.btn-middle {
	height: 35px;
	line-height: 5px;
}
.vdp-datepicker__clear-button {
	position: absolute;
    top: 10px;
    right: 10px;
}
.vdp-datepicker.is-invalid ~ .invalid-feedback {
	display:block;
}
.vdp-datepicker.is-invalid input {
	border-color: #F57A00;
}
.player-buys, .player-bonus {
	/*max-height: 200px;*/
    overflow: auto;
    margin-top: 10px;
    width: 0;
    min-width: 100%;
    background: #FFFFFF !important;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    resize: vertical;
    height: 200px;
}
.player-buys li, .player-bonus li {
	padding: 0.4rem 1.25rem;
	font-size: 13px;
}
.player-buys .buy-app {
	width: 150px;
    margin: 0 10px;
    min-width: 120px;
    display: inline-block;
    overflow: hidden;
    vertical-align: text-bottom;
}
.player-table .buy-error {
	font-size: 12px;
    margin-top: 5px;
    margin-left: 5px;
    display: block;
    color: #aaaaaa;
}
.player-table .list-group-item {
	white-space: nowrap;
	border: 0;
}
.player-table .pl-small-field {
	width: 100px;
    display: inline-block;
}
.player-table .table-label {
	font-weight: 500;
    color: #00008b;
}
.player-table td.table-label {
	width: 20%;
}
.select-auto {
	width: auto;
}
.player-table span {
	display: inline-block;
}
.player-table .badge-pill {
	margin: 0 5px;
	display: inline;
}
.player-bonus .bonus-source, .player-bonus .bonus-status {
	width: 110px;
}
.player-bonus .bonus-type {
	width: 50px;
	margin-left: 15px;
}
.player-bonus-current .bonus-type {
	margin-left: 0;
}
.player-bonus .bonus-value {
	width: 60px;
}
.player-bonus .bonus-trigger {
	width: 110px;
}
.player-bonus .bonus-before {
	max-width: 100px;
}
.player-bonus .bonus-cost .bonus-value {
	color: red;
}
.nt-message {
	max-width: 300px;
	line-height: 22px;
    max-height: 66px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.table-container .text-secondary {
	white-space: nowrap;
}
.compact-row .form-group {
    margin-bottom: 1px !important;
}
