/* Default */
html, body {
	background-color: #f2f1ef;
	margin: 0;
	height: 100%;
	width: 100%;
	font-family: sans-serif, Arial, Helvetica;
    font-size: 12px;
}

h1, h2, h3, h4, h5 {
	font-weight: normal;
	margin: 0.5em;
}

/* Common */
.red, .error {
	color: red !important;
}
.error, .forgot-password {
    font-size: 16px;
}
.forgot-password {
    cursor: pointer;
    color: white;
    padding: 10px 20px;
}
.sidenav .error {
	color: #ff6666;
}
.green {
	color: green !important;
}
.blue {
	color: blue !important;
}
.orange {
	color: orange !important;
}
.align-left {
	text-align: left !important;
}
.align-center {
	text-align: center !important;
}
.align-right {
	text-align: right !important;
}
.valign-top {
	vertical-align: top;
}
.valign-middle {
	vertical-align: middle;
}
.valign-bottom {
	vertical-align: bottom;
}
.bold {
	font-weight: bold;
}
.ucase {
	text-transform: uppercase;
}
.lcase {
	text-transform: lowercase;
}
.padl-5 {
	padding-left: 5px;
}
.hide {
	display: none !important;
}
.dimmed {
	opacity: 0.4;
}
.transparent {
	color: transparent !important;
	text-shadow: none !important;
	border-color: transparent !important;
}
.no-wrap {
    white-space: nowrap;
}
.rel {
	position: relative;
}
table.alternate tr.line:nth-child(even) {
	background-color: #f2f2f2;
}
table.alternate tr.line.even {
	background-color: #f2f2f2 !important;
}
table.alternate tr.line:nth-child(odd) {
	background-color: #e6e6e6;
}
table.alternate tr.line.odd {
	background-color: #e6e6e6 !important;
}
.black-n-white {
	filter: grayscale(100%);
}
.circle {
	width: 60px;
	height: 60px;
	background: #eee;
	border-radius: 30px;
	display: -webkit-inline-flex;
	display: -ms-inline-flexbox;
	display: inline-flex;
	position: relative;
	margin-left: 5px;
	margin-right: 5px;
	cursor: pointer;
}
.circle.in-table {
	margin-top: -9px;
    margin-bottom: -10px;
}
.circle.green {
	background: #00A84D;
}
.circle.orange {
	background: #F59E2D;
}
.circle.grey {
	background: darkgrey;
}
.circle.yellow {
	background: #EFB;
}
.circle.inactive {
    background: #cccccc;
}
.circle.red {
	background: red;
	color: white;
}
	.circle > .fa {
		color: #555;
		position: absolute;
		left: 20px;
		top: 20px;
		font-size: 25px;
	}
	.circle > .fa.fa-plus {
		top: 19px;
	}
	.circle > .fa.fa-question {
		left: 22px;
		top: 18px;
	}
    .circle > .fa.fa-money {
        left: 17px;
        top: 18px;
    }
    .circle > .fa.fa-money > .fa.fa-plus, .circle > .fa.fa-money > .fa.fa-minus {
        font-size: 10px;
        position: absolute;
        left: 30px;
        top: 8px;
    }
	.circle.circle-fa-red > .fa {
		color: red;
	}
.dialog {
	display: none;
	z-index: 501;
	background-color: white;
	width: 350px;
	max-width: 80%;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
}
	.dialog.dialog-medium {
		width: 500px;
	}
	.dialog.has-title ul {
	}
		.dialog.has-title.has-filter ul {
		}
	.dialog.has-buttons ul {
		margin-bottom: 55px;
	}
	.dialog input {
		width: calc(100% - 20px);
	}
	.dialog .dialog-form {
		margin-top: 42px;
	}
	.dialog.full-cover {
		width: 90%;
		height: auto;
	}
	.dialog.container {
		min-height: 100px;
	}
	.dialog.has-filter .container {
		margin-top: 42px;
	}
.dialog-footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: white;
}
.button {
	border: none;
	padding: 5px 10px;
}
	.button.button-medium {
		font-size: 18px;
	}
.dialog-buttons {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: white;
}
	.dialog-buttons button {
		-webkit-flex: 1;
		    -ms-flex: 1;
		        flex: 1;
		border: none;
		padding: 15px 30px;
		text-align: center;
		font-size: 20px;
	}
	.dialog-buttons.dialog-radio {
		padding: 10px 0;
		border-top: 1px solid #666;
	}
.dialog-header {
	background-color: #222;
	color: white;
	position: relative;
	font-size: 20px;
	font-weight: bold;
	padding: 10px 20px;
}
	.dialog-header .dialog-close {
		position: absolute;
		top: 0;
		right: 0;
		font-size: 30px;
		padding: 4px 15px;
		cursor: pointer;
	}
.dialog-title {
	padding-right: 25px;
	background-color: #222;
	color: white;
}
	.dialog-title div {
		border: none;
		padding: 10px 20px;
		font-size: 20px;
		font-weight: bold;
	}
	.dialog-title .dialog-close {
		position: absolute;
		top: 0;
		right: 0;
		font-size: 30px;
		padding: 4px 15px;
		cursor: pointer;
	}
	.dialog-filter {
		    position: absolute;
			width: 100%;
			display: -webkit-flex;
			display: -ms-flexbox;
			display: flex;
			z-index: 10;
	}
		.dialog-filter input {
			-webkit-flex: 1;
			    -ms-flex: 1;
			        flex: 1;
			padding: 13px 10px 12px 30px;
		}
#dialogAlert .msg {
	font-size: 1.4em;
	text-align: center;
	padding-top: 20px;
}
input {
	padding: 30px 10px 5px 10px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #666;
	box-sizing: border-box;
}
	input:focus, input:active {
		outline: none;
	}
button {
	cursor: pointer;
}
button.button-primary {
    background-color: #F59E2D;
    color: white;
}
button.button-cancel {
    background-color: #aaaaaa;
    color: white;
}
button.button-right {
    position: absolute;
    right: 0;
    bottom: 0;
}
button:focus, button:active {
    outline: none;
}
.bg-red {
    background-color: #ff4444 !important;
}
.bg-green {
	background-color: lightgreen !important;
}
.bg-screen, .bg-nav {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
	.bg-screen {
		z-index: 500;
		background-color: black;
		opacity: 0.6;
	}
	.bg-nav {
		z-index: 99;
		background-color: transparent;
	}
.bg-progress {
	display: none;
	z-index: 999998;
	position: fixed;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	    -ms-transform: translate(-50%, -50%);
	        transform: translate(-50%, -50%);
	background-color: black;
    width: 100%;
    height: 100%;
    opacity: 0.6;
}
	.bg-progress i.fa {
		position: absolute;
		z-index: 999999;
		font-size: 40px;
		color: white;
		top: calc(50% - 20px);
		left: calc(50% - 20px);
		opacity: 1 !important;
	}
@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    49% {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}
.animate {
    -webkit-animation: blink 1s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation: blink 1s;
    -moz-animation-iteration-count: infinite;
    -o-animation: blink 1s;
    -o-animation-iteration-count: infinite;
}
.float-bottom-left, .float-bottom-right {
	position: fixed;
	bottom: 40px;
	z-index: 10;
}
	.float-bottom-left {
		left: 10px;
	}
	.float-bottom-right {
		right: 10px;
	}
	.float-bottom-left .fa, .float-bottom-right .fa {
		color: white;
	}
.float-bottom-menu {
	font-size: 18px;
	width: 100%;
	display: table;
	color: #000080;
	position: fixed;
    bottom: 0;
}
	.float-bottom-menu .float-menu-item.active {
		border-top-color: #00A84D;
	}
	.float-bottom-menu i.fa.fa-tachometer {
		font-size: 20px;
	}
	.float-bottom-menu i.fa.fa-futbol-o, .float-bottom-menu i.fa.fa-connectdevelop {
		font-size: 19px;
	}
.float-menu-item {
	display: table-cell;
	padding: 7px 4px;
	border-top: 4px solid #e4e4e4;
	background-color: white;
}
	.float-menu-item i.fa, .float-menu-item .float-menu-title {
		text-align: center;
		width: 100%;
	}

/* Customization */
.sidenav input:-webkit-autofill {
    -webkit-box-shadow:0 0 0 50px #111 inset; /* Change the color to your own background color */
    -webkit-text-fill-color: #818181;
}
.sidenav input:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0 50px #111 inset;
    -webkit-text-fill-color: #818181;
}
 
/* General */
.header-body-content {
    min-height: 100%;
	margin-bottom: -32px;
}
.footer-content, .footer-push {
    height: 32px;
}
.container-full {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
}
.section-heading {
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	padding: 20px 0 8px 0;
	position: relative;
}
	.section-heading .section-info {
		position: absolute;
		right: 0;
		bottom: 0;
		padding: 5px 0;
	}
	.section-heading .count-section {
		display: inline-block;
		vertical-align: bottom;
	}
.section {
	background-color: white;
    padding: 10px 20px;
    margin-top: 5px;
    margin-bottom: 5px;
	font-size: 1.5em;
}
	.section.section-slim {
		padding: 3px 6px;
	}
.container-logo, .container-title {
	height: 69px;
	line-height: 69px;
}
.container-logo {
	padding-left: 20px;
	background-color: #F59E2D;
	float: left;
}
	.container-logo.has-menu {
		padding-left: 55px;
	}
.container-title {
	padding-right: 20px;
	background-color: #00A84D;
}
	.container-title a.webtitle {
		color: white;
		text-decoration: none;
		position: absolute;
		padding-top: 10px;
		font-size: 20px;
		left: 123px;
	}
.container {
	margin: 0 20px;
}
.container.has-bottom-float-btns {
	padding-bottom: 70px;
}
.footer-bar {
	color: #DDD;
	background-color: #000080;
	text-align: center;
}
	.footer-bar .container {
		padding: 9px 0;
	}
#accountLogo {
	position: absolute;
	right: 0;
	top: 14px;
	color: white;
	font-size: 34px;
	padding: 10px 20px;
	cursor: pointer;
}
	#accountLogo.not-logged {
		opacity: 0.5;
	}
	#accountLogo.impersonate {
		color: greenyellow;
	}
.account-login .item-input {
	color: #818181;
	font-size: 20px;
}
.account-login input::selection {
    color: white;
}
.account-login input::-moz-selection {
    color: white;
}
.item-input {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
	position: relative;
	overflow: hidden;
	padding: 6px 0 5px 16px;
}
	.item-input i.fa {
		min-width: 20px;
		margin-right: 10px;
	}
	.item-input input, .item-input textarea {
		border: 0;
		font-size: 18px;
		width: 100%;
		padding: 5px 0;
		border-color: #111;
	}
	.item-input input:focus, .item-input textarea:focus {
		border: none;
		border-color: #111;
	}
.item-button {
	padding: 16px;
}
	.item-button button {
		width: 100%;
		padding: 8px 16px;
		font-size: 18px;
	}
.show-large-screen {
	margin-top: 20px;
}
#menuLogo {
	position: absolute;
	left: 0;
	top: 21px;
	color: white;
	font-size: 28px;
	padding: 10px 20px;
	cursor: pointer;
}
#menuBar {
	border-bottom: 3px solid #e4e4e4;
	background-color: white;
	font-size: 18px;
	padding: 20px 0 8px 0;
}
.menu-item {
	padding: 8px 10px;
	border-bottom: 3px solid #e4e4e4;
	margin-top: -8px;
	margin-bottom: -12px;
	display: inline-block;
	cursor: pointer;
}
	.menu-item.active {
		background-color: #e2ffed;
		border-bottom-color: #009345;
	}
	.menu-item.inactive {
		cursor: default;
		opacity: 0.2;
	}
.add-title-space {
    margin-top: 52px;
}
#menuUserDetails {
	border-bottom: 1px solid #bbb;
	text-align: center;
	color: #ccc;
    font-size: 18px;
	padding-bottom: 7px;
}
	#menuUserDetails .menu-username, #menuUserDetails .menu-team-name {
		padding-left: 12px;
		padding-right: 12px;
	}
	#menuUserDetails .menu-username {
		font-size: 20px;
	}
.fit-flexible-content, .fit-fixed-content, .fit-content {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.fit-flexible-content {
	max-width: 0;
}
.fit-fixed-content {
	width: 0;
}
#sectionHeader {
	position: fixed;
	z-index: 50;
	transition: margin-left 0.5s;
}
#sectionBody {
	padding-top: 70px;
	transition: margin-left 0.5s;
}
.hidden {
	display: none;
}
.hide {
    display: none !important;
}
.scroll-content {
    overflow-y: scroll;
	max-height: 100%;
}
.container.scroll-content {
	padding-bottom: 10px;
	margin-right: 0;
	padding-right: 20px;
}
.got-it-btn, #acceptInfo {
	position: absolute;
    bottom: 20px;
    right: 20px;
}
#acceptInfo {
	background-color: palegreen;
}
.help-content, .info-content {
	color: white;
    font-size: 16px;
    padding: 20px 40px;
    line-height: 25px;
}
#helpNav {
	background-color: rebeccapurple;
}
#infoNav {
	background-color: crimson;
}
.expand-content {
}
	.expand-content.expand-vertical {
		height: 0;
		width: 100%;
	}
.user-pos {
	padding: 3px;
    border: 1px solid #000080;
	display: inline-block;
	text-align: center;
	min-width: 25px;
}
	.user-pos.user-pos-blue {
		background-color: #000080;
		color: white;
	}
.user-pos.bg-red {
    border: inherit;
}
.header-comp-name {
    position: absolute;
    top: 26px;
    color: white;
    font-size: 10px;
    white-space: nowrap;
}

/* Radio/Checkbox */
input[type=checkbox]:not(old),
input[type=radio   ]:not(old){
	width     : 4em;
	margin    : 0;
	padding   : 0;
	font-size : 1em;
	opacity   : 0;
}
input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label{
	display      : inline-block;
	margin-left  : -2em;
	line-height  : 1.5em;
	font-size: 17px;
}
input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span{
	display          : inline-block;
	width            : 0.875em;
	height           : 0.875em;
	margin           : 0.25em 0.5em 0.25em 0.25em;
	border           : 0.0625em solid rgb(192,192,192);
	border-radius    : 0.25em;
	background       : rgb(224,224,224);
	background-image :         linear-gradient(rgb(240,240,240),rgb(224,224,224));
	vertical-align   : bottom;
}
input[type=checkbox]:not(old):checked + label > span,
input[type=radio   ]:not(old):checked + label > span{
	background-image :         linear-gradient(rgb(224,224,224),rgb(240,240,240));
}
input[type=checkbox]:not(old):checked + label > span:before{
	content     : '✓';
	display     : block;
	width       : 1em;
	color       : rgb(153,204,102);
	font-size   : 0.875em;
	line-height : 1em;
	text-align  : center;
	text-shadow : 0 0 0.0714em rgb(115,153,77);
	font-weight : bold;
}
input[type=radio]:not(old):checked + label > span > span{
	display          : block;
	width            : 0.5em;
	height           : 0.5em;
	margin           : 0.125em;
	border           : 0.0625em solid rgb(115,153,77);
	border-radius    : 0.125em;
	background       : rgb(153,204,102);
	background-image :         linear-gradient(rgb(179,217,140),rgb(153,204,102));
}

/* Slide Menu */
.sidenav {
    position: fixed;
    z-index: 100;
    background-color: #111;
    transition: 0.5s;
}
	.sidenav.sidenav-left, .sidenav.sidenav-right {
		top: 0;
		height: 100%;
		width: 0;
		overflow-x: hidden;
		padding-top: 60px;
	}
	.sidenav.sidenav-left {
		left: 0;
	}
	.sidenav.sidenav-right {
		right: 0;
	}
	.sidenav.sidenav-bottom, .sidenav.sidenav-top {
		left: 0;
		width: 100%;
		height: 0;
		overflow-y: hidden;
	}
	.sidenav.sidenav-bottom {
		bottom: 0;
	}
	.sidenav a {
		padding: 11px 8px 11px 50px;
		text-decoration: none;
		font-size: 20px;
		color: #ededed;
		display: block;
		transition: 0.3s;
		position: relative;
	}
		.sidenav a.inactive {
			color: #818181;
			cursor: default;
		}
		.sidenav a > i.fa {
			position: absolute;
			top: 12px;
			left: 16px;
		}
	/* .sidenav a:hover, .offcanvas a:focus{ */
		/* color: #f1f1f1; */
	/* } */
	.sidenav .close-btn {
		position: absolute;
		top: 0;
		right: 4px;
		font-size: 36px;
		margin-top: 15px;
		margin-left: 50px;
		padding: 10px 20px;
	}
    .sidenav .acc-balance {
        position: absolute;
        top: 10px;
        right: 0;
        font-size: 14px;
        padding: 5px 10px;
    }
	.sidenav .item-input:not(:last-child) {
		border-bottom: 1px solid #333;
	}
	.sidenav .item-input input, .sidenav .item-input textarea {
		color: #818181;
		background-color: #111;
	}
	@media screen and (max-height: 450px) {
		/* .sidenav {padding-top: 15px;} */
		.sidenav a {font-size: 18px;}
	}

/* Sidenav Account */
.account-menu {
	display: none;
}

/* Cards */
.cards {
	list-style: none;
	margin: 0;
	padding: 0;
}
.cards li {
	color: #333;
	background-color: white;
	-webkit-flex: 1 1 250px;
	    -ms-flex: 1 1 250px;
	        flex: 1 1 250px;
	cursor: pointer;
}
	.cards li.dummy {
		background-color: transparent;
		margin-top: 0;
		margin-bottom: 0;
		cursor: default;
	}
.cards h2.card-title {
	background-color: #000080;
	color: white;
	margin: 0;
	padding: 10px;
}
.cards .comp-det-line {
	padding: 5px 10px;
	font-size: 16px;
	color: #666;
}
	.cards .comp-det-line i.fa {
		width: 24px;
	}
		.cards .comp-det-line i.fa.fa-globe {
			font-size: 18px;
		}
	.cards .comp-det-line:first-child {
		padding-top: 15px;
	}
	.cards .comp-det-line:last-child {
		padding-bottom: 15px;
	}
.flex {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	margin: 0 -10px;
}
	.flex.slim {
		margin: 0 -3px;
	}
.flex li {
	-webkit-flex: 1 1 250px;
	    -ms-flex: 1 1 250px;
	        flex: 1 1 250px;
	margin: 10px;
	position: relative;
}
	.flex.slim li {
		margin: 3px;
	}
.cards .user-status, .cards .cur-pos, .cards .comp-message {
	display: none;
}
.cards .cur-pos {
	position: absolute;
	font-size: 30px;
	top: 47px;
    right: 7px;
    font-weight: bold;
}
.card-icons-right {
	position: absolute;
    right: 0;
    top: 0;
}
	.card-icons-right i.fa {
		font-size: 26px;
		color: #818181;
		padding: 9px;
	}

/* List */
ul.list {
	list-style: none;
	margin: 10px 0;
	padding: 0;
	background-color: white;
}
	/*ul.list:before,
	ul.list:after {
		content: "";
		display: table;
	}
	ul.list:after {
		clear: both;
	}*/
	ul.list > li {
		padding: 5px 10px;
		cursor: pointer;
		position: relative;
		border-bottom: 1px solid #ccc;
		border-left: 6px solid transparent;
	}
		ul.list > li:last-child {
			border-bottom: none;
		}
		ul.list > li.list-red {
			border-left: 6px solid red;
		}
		ul.list > li.list-green {
			border-left: 6px solid green;
		}
.list-pos, .list-date, .list-pos-nil {
	position: absolute;
	top: 10px;
}
.list-pos, .list-pos-nil {
    width: 50px;
    text-align: center;
}
.list-date {
    width: 85px;
    text-align: left;
}
.list-det {
	padding: 13px 70px 13px 50px;
	font-size: 1.5em;
}
	.list-det .list-det-highlight {
		display: inline-block;
		padding: 2px 4px;
		color: white;
		background-color: #999;
		border-radius: 3px;
		margin: 2px 10px 2px 4px;
		min-width: 20px;
		text-align: center;
	}
		.list-det .list-det-highlight.list-highlight-green {
			background-color: #00A84D;
			color: white;
		}
		.list-det .list-det-highlight.list-highlight-orange {
			background-color: #F59E2D;
			color: white;
		}
		.list-det .list-det-highlight.list-highlight-red {
			background-color: red;
			color: white;
		}
		.list-det .list-det-highlight.list-highlight-blue {
			background-color: #000080;
			color: white;
		}
		.list-det .list-det-highlight.list-highlight-grey {
			background-color: grey;
			color: white;
		}
		.list-det .list-det-highlight.list-highlight-cyan {
			background-color: cyan;
			color: black;
		}
		.list-det .list-det-highlight.list-highlight-magenta {
			background-color: magenta;
			color: white;
		}
	.list-det .list-det-highlight-border {
		display: inline-block;
		padding: 2px 4px;
		color: #999;
		border-radius: 3px;
		margin: 2px 10px 2px 0;
		min-width: 20px;
		text-align: center;
	}
		.list-det .list-det-highlight-border.list-highlight-green {
			border: 1px solid #00A84D;
			color: #00A84D;
		}
		.list-det .list-det-highlight-border.list-highlight-orange {
			border: 1px solid #F59E2D;
			color: #F59E2D;
		}
		.list-det .list-det-highlight-border.list-highlight-red {
			border: 1px solid red;
			color: red;
		}
.list-slim .list-det {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 1.1em;
}
.list-inner-det {
	font-size: 0.8em;
	color: #999;
	/*margin-right: -55px;*/
}
.list-inline-det {
	display: inline-block;
	float: left;
}
.list-points {
	position: absolute;
	top: 10px;
	right: 20px;
	width: 70px;
    text-align: right;
}
.list-flag {
    position: absolute;
    bottom: 10px;
    right: 32px;
    width: 70px;
    text-align: right;
    font-size: 18px !important;
    color: #00cccc;
}
.list h3 {
	margin-top: 0.5em;
    margin-bottom: 0.5em;
}
	.list .fa.fa-trophy {
		font-size: 24px;
		position: absolute;
		top: 20px;
		left: 2px;
	}

.tran-det {
    padding: 5px 100px 13px 90px;
}
#transList {
    font-size: 16px;
}

/* .accordion h2 { */
	/* background-color: white; */
    /* padding: 0.5em; */
    /* margin: 0.2em 0; */
	/* cursor: pointer; */
/* } */
/* .accordion-content { */
	/* overflow: hidden; */
	/* font-size: 14px; */
	/* height: 0; */
	/* transition: 2s; */
/* } */
/* .accordion-inner-content { */
	/* background-color: white; */
	/* padding: 5px 10px; */
/* } */
.accordion {
	position: relative;
	margin-top: 2px;
	margin-bottom: 1px;
	width: 100%;
	overflow: hidden;
}
	.accordion:first-child {
		margin-top: 10px;
	}
	.accordion:last-child {
		margin-bottom: 10px;
	}
	.accordion > input {
		position: absolute;
		opacity: 0;
		z-index: -1;
	}
		.accordion > input:checked ~ .accordion-content {
			max-height: 200em;
			overflow-y: auto;
		}
		.accordion > input[type=checkbox] + label::after, .accordion > input[type=radio] + label::after {
			content: "+";
		}
		.accordion > input[type=checkbox]:checked + label::after, .accordion > input[type=radio]:checked + label::after {
			transform: rotate(315deg);
		}
		/* .accordion > input:checked ~ .accordion-content { */
			/* max-height: 10em; */
		/* } */
	.accordion > label {
		position: relative;
		display: block !important;
		padding: 0 0 0 1em;
		background: #ddd;
		line-height: 3 !important;
		margin-left: 0 !important;
		cursor: pointer;
	}
		.accordion > label::after {
			position: absolute;
			right: 0;
			top: 0;
			display: block;
			font-size: 27px;
			width: 51px;
			height: 51px;
			line-height: 51px;
			text-align: center;
			-webkit-transition: all .35s;
			-o-transition: all .35s;
			transition: all .35s;
		}
	.accordion .accordion-content {
		max-height: 0;
		overflow: hidden;
		background: white;
		-webkit-transition: max-height .75s;
		-o-transition: max-height .75s;
		transition: max-height .75s;
		font-size: 15px;
		line-height: 20px;
	}

/* Home Page */
.comp-det-line i.fa {
	position: absolute;
}
.comp-det-line .line-desc {
	padding-left: 25px;
	display: inline-block;
}
.input-normal {
	border: 1px solid #666;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: 10px 0;
}
.dialog .dialog-body {
	max-height: 80%;
    font-size: 16px;
    padding-top: 20px;
	padding-bottom: 20px;
    line-height: 1.4em;
}
	.dialog .dialog-body.has-footer {
		margin-bottom: 52px;
	}
.dialog .container {
	max-height: 568px;
	min-height: 125px;
}
@media screen and (max-height: 650px) {
	.dialog .container {
		max-height: 498px;
	}
}
@media screen and (max-height: 550px) {
	.dialog .container {
		max-height: 398px;
	}
}
@media screen and (max-height: 450px) {
	.dialog .container {
		max-height: 298px;
	}
	#regTeamName {
		margin: 10px 0 50px 0;
	}
}
@media screen and (max-height: 360px) {
	.dialog .container {
		max-height: 218px;
	}
	#regTeamName {
		margin: 10px 0 50px 0;
	}
}

/* Leaderboard Page */
#leaderList.cards li, #leaderList.flex li {
	-webkit-flex: 1 1 1200px;
	    -ms-flex: 1 1 1200px;
	        flex: 1 1 1200px;
	margin: 10px;
}
	#leaderList.cards li:first-child {
		margin-top: 10px;
	}
	#leaderList.cards li:last-child {
		margin-bottom: 10px;
	}

/* Admin Page */
#usersList li, #impList li, #teamsList li, #playersList li {
	padding: 0 10px;
}
#users .fa-money {
	color: red;
}
	#users .fa-money.marked {
		color: orange;
	}
#users .fa-users {
	color: orange;
}
#users .fa-th {
	display: none;
}

/* My Team Page */
#avlbPlayersHeader {
	position: relative;
}
#curTeamList {
	position: absolute;
    bottom: 0;
    right: 0;
    padding: 7px 10px;
	cursor: pointer;
}
#myTeamHeader.large-screen {
	margin-top: 50px;
}
#myTeamHeader, #avlbPlayersHeader {
	border: none;
}
.box i.fa-plane {
	display: none;
	position: absolute;
    top: 2px;
    left: 42px;
    color: #153178;
    font-size: 18px;
    padding: 5px;
}
.box img {
	position: absolute;
	top: 5px;
	right: 5px;
	max-width: 40px;
	max-height: 20px;
}
.list-pos img, .list-pos-nil img {
	position: absolute;
	max-width: 40px;
	max-height: 40px;
}
.list-pos img {
	top: 0;
	left: -10px;
}
.list-pos-nil img {
	top: -6px;
	left: -6px;
}
#allPlayers {
	margin-bottom: 20px;
}
#helpSelection {
	z-index: 10;
}
.my-position-section {

}
.team-name {
	font-size: 20px;
    padding: 20px 40px;
    color: white;
    background-color: #000080;
}
#myTeamPosList li {
    display: inline-block;
}

/* Live Page */
#myPlayersList .score.start-hlight, #otherPlayersList .score.start-hlight, #curLeaderList .pos.start-hlight {
	color: white;
	transition: 0.7s;
}
#myPlayersList .score.start-hlight {
	background-color: #00A84D;
}
#otherPlayersList .score.start-hlight {
	background-color: #F59E2D;
}
#curLeaderList .pos.start-hlight {
	background-color: #000080;
}
	#curLeaderList .pos.start-hlight.pos-up {
		background-color: #00A84D;
	}
	#curLeaderList .post.start-hlight.pos-down {
		background-color: #F59E2D;
	}
.score {
	background-color: white;
	position: absolute;
	top: -1px;
	right: 0;
	padding: 9px;
	font-size: 2em;
}
.score.end-hlight, .pos.end-hlight {
    background-color: inherit !important;
    color: black !important;
    transition-duration: 3s !important;
    transition-timing-function: linear;
}
.live-player-bat-bowl {
	max-width: 20px;
	max-height: 20px;
	position: absolute;
	right: 5px;
	bottom: 5px;
	z-index: 1;
}
.deduct_text {
	position: absolute;
	bottom: 0;
	right: 10px;
	color: indianred;
	font-size: 1em;
}
#newPos.start-hlight {
	color: white;
	transition: 0.7s;
}
	#newPos.start-hlight.pos-up {
		background-color: #00A84D;
	}
	#newPos.start-hlight.pos-down {
		background-color: #F59E2D;
	}
#newPos.end-hlight {
	background-color: inherit !important;
	color: black !important;
	transition-duration: 3s !important;
	transition-timing-function: linear;
}
li.highlight, li.highlight .score {
	background-color: #99ebff;
}
.pos-match-header {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30px;
	font-size: 120px;
	opacity: 0.15;
}
#doScore {
	margin: 12px 5px 5px 0;
	z-index: 1;
	position: sticky;
}

/* Rules Page */
#regThanks {
	padding: 10px 0;
    font-size: 14px;
    line-height: 18px;
}

/* BetPage */
.bet-win-tick {
	color: green;
	position: absolute;
	font-size: 24px;
	left: 10px;
	top: 50%;
	margin-top: -14px;
	right: 10px;
}

/* Page */


/* Drag & Drop */
[data-drop-target] {
	min-height: 200px;
    width: calc(100% - 50px);
    margin: 0 20px;
    background-color: lightgray;
	padding: 5px;
	border: 2px solid lightgray;
}
.drag-enter {
	border: 2px dashed #000;
	opacity: 0.6;
}
.box {
	width: 100px;
	height: 60px;
	display: none;
	margin: 5px;
	background-color: white;
	padding: 5px;
	position: relative;
}
.box-title {
	font-size: 18px;
	font-weight: bold;
}
.box-name {
	position: absolute;
	bottom: 0;
	padding-bottom: 5px;
	text-align: left;
}
.from-all-player {
	display: none;
}

/* Validator */
.validator-container {
    display: none;
    position: absolute;
    z-index: 9003;
    background: transparent;
    /*min-width: 200px;*/
}

.validator-new {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    position: relative;
    padding: 8px;
    text-align: center;
    max-width: 200px;
    border-radius: 3px;
}

    .validator-new.validator-red {
        color: white;
        background: #d81c1c;
        border: 1px solid #ad0c0c;
    }

    .validator-new.validator-green {
        color: white;
        background: #459A45;
        border: 1px solid #2B5E2B;
    }
	
	.validator-new.validator-orange {
        color: white;
        background: #F59E2D;
        border: 1px solid #A01B3C;
    }
	
	.validator-new.validator-blue {
        color: white;
        background: #000080;
        border: 1px solid #000080;
    }

    .validator-new:before, .validator-new:after {
        content: "";
        position: absolute;
        height: 0;
        width: 0;
        border: solid transparent;
        pointer-events: none;
    }

    .validator-new.validator-top:before, .validator-new.validator-top:after {
        top: 100%;
        left: 50%;
    }

    .validator-new.validator-right:before, .validator-new.validator-right:after {
        right: 100%;
        top: 50%;
    }

    .validator-new.validator-bottom:before, .validator-new.validator-bottom:after {
        bottom: 100%;
        left: 50%;
    }

    .validator-new.validator-left:before, .validator-new.validator-left:after {
        left: 100%;
        top: 50%;
    }

    .validator-new.validator-top:after, .validator-new.validator-right:after, .validator-new.validator-bottom:after, .validator-new.validator-left:after {
        border-width: 7px;
    }

    .validator-new.validator-top:after, .validator-new.validator-bottom:after {
        margin-left: -7px;
    }

    .validator-new.validator-right:after, .validator-new.validator-left:after {
        margin-top: -7px;
    }

    .validator-new.validator-red:after {
        border-color: rgba(216, 28, 28, 0);
    }

    .validator-new.validator-red.validator-top:after {
        border-top-color: #d81c1c;
    }

    .validator-new.validator-red.validator-right:after {
        border-right-color: #d81c1c;
    }

    .validator-new.validator-red.validator-bottom:after {
        border-bottom-color: #d81c1c;
    }

    .validator-new.validator-red.validator-left:after {
        border-left-color: #d81c1c;
    }

    .validator-new.validator-green:after {
        border-color: rgba(69, 154, 69, 0);
    }

    .validator-new.validator-green.validator-top:after {
        border-top-color: #459A45;
    }

    .validator-new.validator-green.validator-right:after {
        border-right-color: #459A45;
    }

    .validator-new.validator-green.validator-bottom:after {
        border-bottom-color: #459A45;
    }

    .validator-new.validator-green.validator-left:after {
        border-left-color: #459A45;
    }
	
	.validator-new.validator-orange:after {
        border-color: rgba(245, 158, 45, 0);
    }

    .validator-new.validator-orange.validator-top:after {
        border-top-color: #F59E2D;
    }

    .validator-new.validator-orange.validator-right:after {
        border-right-color: #F59E2D;
    }

    .validator-new.validator-orange.validator-bottom:after {
        border-bottom-color: #F59E2D;
    }

    .validator-new.validator-orange.validator-left:after {
        border-left-color: #F59E2D;
    }
	
	.validator-new.validator-blue:after {
        border-color: rgba(0, 0, 128, 0);
    }

    .validator-new.validator-blue.validator-top:after {
        border-top-color: #010142;
    }

    .validator-new.validator-blue.validator-right:after {
        border-right-color: #010142;
    }

    .validator-new.validator-blue.validator-bottom:after {
        border-bottom-color: #010142;
    }

    .validator-new.validator-blue.validator-left:after {
        border-left-color: #010142;
    }

    .validator-new.validator-top:before, .validator-new.validator-right:before, .validator-new.validator-bottom:before, .validator-new.validator-left:before {
        border-width: 8px;
    }

    .validator-new.validator-top:before, .validator-new.validator-bottom:before {
        margin-left: -8px;
    }

    .validator-new.validator-right:before, .validator-new.validator-left:before {
        margin-top: -8px;
    }

    .validator-new.validator-red:before {
        border-color: rgba(140, 5, 5, 0);
    }

    .validator-new.validator-red.validator-top:before {
        border-top-color: #8c0505;
    }

    .validator-new.validator-red.validator-right:before {
        border-right-color: #8c0505;
    }

    .validator-new.validator-red.validator-bottom:before {
        border-bottom-color: #8c0505;
    }

    .validator-new.validator-red.validator-left:before {
        border-left-color: #8c0505;
    }

    .validator-new.validator-green:before {
        border-color: rgba(50, 109, 50, 0);
    }

    .validator-new.validator-green.validator-top:before {
        border-top-color: #326D32;
    }

    .validator-new.validator-green.validator-right:before {
        border-right-color: #326D32;
    }

    .validator-new.validator-green.validator-bottom:before {
        border-bottom-color: #326D32;
    }

    .validator-new.validator-green.validator-left:before {
        border-left-color: #326D32;
    }
	.validator-new.validator-orange:before {
        border-color: rgba(196, 116, 11, 0);
    }

    .validator-new.validator-orange.validator-top:before {
        border-top-color: #c4740b;
    }

    .validator-new.validator-orange.validator-right:before {
        border-right-color: #c4740b;
    }

    .validator-new.validator-orange.validator-bottom:before {
        border-bottom-color: #c4740b;
    }

    .validator-new.validator-orange.validator-left:before {
        border-left-color: #c4740b;
    }
	.validator-new.validator-blue:before {
        border-color: rgba(5, 5, 66, 0);
    }

    .validator-new.validator-blue.validator-top:before {
        border-top-color: #050542;
    }

    .validator-new.validator-blue.validator-right:before {
        border-right-color: #050542;
    }

    .validator-new.validator-blue.validator-bottom:before {
        border-bottom-color: #050542;
    }

    .validator-new.validator-blue.validator-left:before {
        border-left-color: #050542;
    }


/* Desktop */
.show-mob, .show-phablet, .show-tablet {
	display: none;
}
.hide-mob, .hide-phablet, .hide-tablet {
	display: block;
}
.inline.hide-mob, .inline.hide-phablet, .inline.hide-tablet {
	display: inline-block;
}
.section-1-of-2, .section-2-of-2 {
	display: inline-block;
	vertical-align: top;
}
	.section-1-of-2 {
		width: calc(40% - 2px);
	}
		.section-1-of-2 .container {
			margin-right: 0;
		}
	.section-2-of-2 {
		width: calc(60% - 2px);
	}

/* Desktop ONLY */
@media screen and (min-width: 992px) {
	#sectionBody.contains-header-summary {
		padding-top: 122px;
	}
}

/* Mobile */
@media screen and (max-width: 991px) {
	/* start of large tablet styles */
	#menuBar {
		display: none;
	}
	.show-large-screen {
		display: none;
	}
	.show-tablet {
		display: block;
	}
	.hide-tablet {
		display: none;
	}
}
@media screen and (max-width: 767px) {
	/* start of medium tablet styles */
	.show-phablet {
		display: block;
	}
	.hide-phablet {
		display: none;
	}
	.section-1-of-2, .section-2-of-2 {
		display: block;
		width: 100%;
		overflow-x: hidden;
	}
		.section-1-of-2 .container {
			margin-right: 20px;
		}
}
@media screen and (max-width: 479px) {
	/* start of phone styles */
	.show-mob {
		display: block;
	}
	.inline.show-mob {
		display: inline-block;
	}
	.hide-mob {
		display: none !important;
	}
	.sidenav a > i.fa {
		top: 14px;
	}
	.wrap-mob {
		display: flex;
		flex-wrap: wrap;
	}
	.wrap-mob.bet-status {
		margin-left: -4px;
		/*desktop*/
		/*top: 18px;*/
		/*position: absolute;*/
	}
	.list-points {
		right: 0;
	}
}
