.primary-color
{
	color: #c1d830 !important;
}

.clickableDiv {
	cursor:pointer;
}

body{
	background-color : #ecf1f7 !important;
}

.is-invalid-input {
    border-color: #cc4b37 !important;
    background-color: #f9ecea !important;
}

body, p, h1, a, h2, label, input
{
	font-family: 'Poppins', 'Roboto', sans-serif !important;
}

.btnText:hover{
	color:#f86621 !important;
}

.btnText{
	text-decoration:underline !important;
}

div#LogTicket a:hover
{
	text-decoration:none;
}

div#LogTicket
{
	position:fixed;
	right:25px;
	bottom:30px;
}

div#LogTicket a
{
	background-color:#f86621;
	padding:10px 20px;
	color:#ffffff;
	border-radius:5px;
}

body.modal-open {
    overflow: hidden;
}

div#myModal, div#NewAddressModal
{
	background-color : transparent !important;
	border : none !important;
	box-shadow: none !important;	
	overflow : hidden;
	top:35px !important;
}

div#ModalInner, div#NewAddressInner
{
	background-color : #ffffff;
	padding : 15px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
	border-radius : 3px;
	max-height : 450px !important;
	overflow:auto;
	background-image : url('../Images/watermark.png');
	background-repeat: no-repeat;
	background-position: top right; 
	background-size: 160px 60px;
}

.close-reveal-modal {
	color: #000000 !important;
	font-size: 2em !important;
	right: 7px !important;	
	top: 0px !important;
}

.close-reveal-modal:hover {
    text-decoration:none !important;
}

div.TopProfile
{
	display: block;
	width: 60px;
	height: 60px;
	background: #E6E7ED;
	-moz-border-radius: 60px;
	-webkit-border-radius: 60px;
	background-position:center center; 
	background-repeat:no-repeat;
	background-size:cover;
	float:right;
}

div.dashboard-sub p
{
	color : #68727d;
}

div.dashboard-sub div
{
	color : #68727d;
}

div.dashboard-sub a
{
	color : #68727d !important;
}

div.dashboard-sub a.btnIten
{
	color : #000000 !important;
}

div.dashboard-header
{
	background-color: #383f46;
	color : #ffffff;
	margin-top : 0.9375rem;
}

p.dashboard-header
{
	background-color: #383f46;
	color : #ffffff !important;
	padding : 10px;
	font-weight : bold;
}

p.dashboard-header span
{
	float:right;
	color : #c1d732 !important;
	font-size:1.3em;
}

div.dashboard-header label
{
	color : #ffffff;
}

div.dashboard-sub
{
	background-color : #ffffff;
	border : 1px solid #6c7b8a;
	margin-top:30px;
	padding : 0px;
	height : 100%;
}

p.MemSelect:hover
{
	background-color : #555555;
}

p.MemSelect:hover a
{
	color : #ffffff !important;
	text-decoration : none;
}

p.MemSelect a
{
	display : block
}

.percent {
	font-family: tahoma,arial,helvetica;
	font-size: 12px;
	padding :5px;
}

.progress {
	background: #dadde2 none repeat scroll 0 0;
	height: 33px;
	margin: 0 auto 2rem;
	overflow: hidden;
	padding: 0;
}

.stripes {
	transition: max-width 1.1s ease-in-out 0s !important;
	background-size: 60px 60px !important;            
	
	animation: animate-stripes 3s linear infinite;   
	background-color : #6b7782 !important;          
}

p.percent
{
	width : 300px;
}

div.seven-wide
{
	width : 14% !important;
}

@keyframes animate-stripes {
	0% {background-position: 0 0;} 100% {background-position: 60px 0;}
}

table.ItenTable
{
	width : 100%;
}

table.ItenTable tr.header td,th
{
	background-color : #383f46 !important;
	color : #ffffff !important;
	font-size : 1em;
}

table.ItenTable tr.header td,th
{
	background-color : #383f46 !important;
	color : #ffffff !important;
	font-size : 1em;
}

.flag-red
{
	color : #e03f46 !important;
}

.full-flag-red
{
	background-color : #de9696 !important;
}

.end
{
	float:right !important;
}

td span a
{
	color : #000000 !important;
}

td span a:hover
{
	color: #f86621 !important;
	text-decoration: none !important; 
}

td.SubAcc
{
	background-color : #c1d830 !important;
}

td.SubAcc a
{
	color : #000000 !important;
	font-size : 0.9em !important;
}

td.SubAcc
{
	font-size : 0.8em !important;
}

a.btnIten, .btnIten
{
	background-color : #c1d830 !important;
	border-radius : 4px;
	color : #222222 !important;
	padding : 12px 15px;
	border:1px solid #8da201;
}

.btnIten
{
	background-color : #c1d830 !important;
	border-radius : 4px;
	color : #222222 !important;
	padding : 12px 15px;
	border:1px solid #8da201;
}

.activeItenBtn {
	filter: brightness(85%);
  }

.btnDark
{
	background-color : #383f46 !important;
	border-radius : 4px;
	color : #ffffff !important;
	padding : 12px 15px;
}

tr.subHeader
{
	background-color:#7f8f9f !important;
}

tr.subHeader td
{
	color:#ffffff;
}

table.tblPlanet td {
	color:#015dab !important;
}