/* Safari 4.0 - 8.0 */
@-webkit-keyframes example {
    from {height: 100px;}
    to {height: 200px;}
}

/* Standard syntax */
@keyframes example {
    from {height: 100px;}
    to {height: 200px;}
}


html,
body {
	margin: 0px;
	height: 100%;
	width: 100%;
	font-family: 'Myriad Pro', 'Open Sans', Arial sans-serif;
	letter-spacing: .5px;
	font-size: 15px;
	color: #444;
	//font-weight: lighter;
}
h1{
	margin: 10px 0;
	font-weight: lighter;
	font-size: 2.5em;
	padding: 0px;
	color: #888;
	margin: 0px;
	margin-top: 10px;
	//float: left;
}
a{
	color: rgb(41, 148, 214);
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}

ul.entry-tools{
	color: rgb(41, 148, 214);
}
ul.entry-tools > li{
	//color: rgb(41, 148, 214);
	white-space: nowrap;
}
ul.entry-tools > li:hover{
	text-decoration: underline;
	cursor: pointer;
}

.logo-wrapper {
	height: 55px;
	width: 55px;
	margin: 10px;
	clear:both;
	z-index: 100;
	//position: absolute;
	//right:0px;
}

.logo-component {
	height: 27%;
	width: 27%;
	margin-right: 6%;
	margin-bottom: 6%;
	float: left;
	border-radius: 30%;
}

.logo-grey {
	background-color: #444;
}

.logo-light {
	background-color: #efefef;
}

.logo-blue {
	background-color: rgb(41, 148, 214);
}

.logo-green {
	background-color: rgb(165, 206, 57);
}

.main-bar-wrapper {
	//overflow: auto;
	position: relative;
	height: 25px; 
}

.main-bar-wrapper > ul.main-menu {
	list-style: none;
	padding: 0px;
	margin: 4px;
	color: rgb(41, 148, 214);
	//float: left;
	position: absolute;
	z-index: 100;
}
.button-header{
	padding: 3px 5px;
	font-weight: normal;
	display: block;
}
.button-header:hover{
	cursor: pointer;
	color: #fff;
	background-color: rgb(41, 148, 214);
}
.dropdown-header{
	padding: 3px 5px;
	font-weight: normal;
	display: block;
	border-top-right-radius: inherit;
	border-top-left-radius: inherit;
	//border-style: solid;
	//border-width: 1px;
}
.dropdown-header:hover{
	cursor: pointer;
	//background-color: rgb(41, 148, 214);
	color: #fff;
}
.dropdown-header:hover:after{
	border-color: #fff;
}
.dropdown-header:after{
	content:"\25be";
	display: block;
	float: right;
	border-left: 1px solid rgb(41, 148, 214);
	margin: -3px;
	padding: 1px 2px 2px 5px;
	margin-left: 5px;
	font-size: 1em;
	height: 100%;
	
}
.main-bar-wrapper > ul.main-menu > li {
	display: inline-block;
	float: left;
	margin-right: 4px;
	//position: relative;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	border-color: rgb(41, 148, 214);
}
.main-bar-wrapper > ul.main-menu > li:hover > .dropdown-header {
	background-color: rgb(41, 148, 214);
	color: #fff;
}
.main-bar-wrapper > ul.main-menu > li:hover {
	//background-color: rgb(41, 148, 214);
}

.main-bar-wrapper > ul.main-menu > li > ul{
	display: none;
	/*position: absolute;
	left:0px;
	top:100%;
	border:1px solid #ccc;
	*/
	background-color: rgba(255,255,255,.8);
	margin: 0px;
	padding: 0px;
	z-index: 100;
	list-style: none;
}
.main-bar-wrapper > ul.main-menu > li:hover > ul{
	//display: block;
	color: #444;
}
.main-bar-wrapper > ul.main-menu > li > ul > li{
	padding: 2px 5px;
	white-space:nowrap;
	font-weight: lighter;
}
.main-bar-wrapper > ul.main-menu > li > ul > li:last-child{
	border-bottom-right-radius: inherit;
	border-bottom-left-radius: inherit;
}
.main-bar-wrapper > ul.main-menu > li > ul > li:hover{
	cursor: pointer;
	//text-decoration: underline;
	background-color: rgba(255,255,255,1);
	color: rgb(41, 148, 214);
}


.main-center,
.footer-wrapper,
.main-bar-wrapper {
	max-width: 1024px;
	margin: 0 auto;
	position: relative;
}

.section {
	padding: 0px;
}

.table-wrapper {
	width: 100%;
	overflow: hidden;
	border-radius: 6px;
	font-size: inherit;
	font-weight: lighter;
	box-sizing: border-box;
	border: 2px solid #eeeeee;
	margin-bottom: 20px;
}


table.show-data {
	font-size: inherit;
	width: 100%;
	box-sizing: border-box;
	border-collapse: collapse;
	text-align: left;
	//table-layout: fixed;
}

table.show-data td,
table.show-data th {
	border: 2px solid #fff;
	padding: 10px 20px;
}

table.show-data td {
	background-color: #fff;
}

table.show-data tr > th , .td-headers{

	margin: 0px;
	font-weight: lighter;
	color: #888;
	font-size: .8em;
	text-transform: uppercase;
	background-color: #eeeeee;
}

table.show-data tr:nth-child(odd) td {
	background-color: rgba(0, 0, 0, .02);
}

table.show-data td > ul{
	margin: 0px;
	padding: 0px;
	padding-left:10px;
}

.fullColspan{
	text-align: center;
}

.footer-wrapper {
	text-align: center;
	color: #888;
	font-size: .9em;
}

.table-control-wrapper {
	float: right;
	clear: both;
}

ul.table-controls {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

ul.table-controls > li {
	float: left;
	padding: 2px 5px;
}
ul.table-controls > li:hover {
	cursor: pointer;
	text-decoration: underline;
}
.add-data-wrapper{
	display: none;
}
.add-data table input {
	width: 100%;
	height: 100%;
	padding: 10px 20px;
	font-size: inherit;
	border: none;
}

.add-data table td {
	padding: 0px;
}
#delete-data-btn {
	display: none;
}
#delete-data-btn:hover {
	color:orangered;
}
td.row-selected{
	background-color: rgb(165, 206, 57)!important;
	//font-weight: bold;
	color:#fff;
}

.login-form-wrapper{
	width:300px;
	margin: 0 auto;
}

.main-wrapper {
	overflow: auto;
}

.add_payment_popup_wrapper{
	display: none;
	position: absolute;
	right:0px;
	background-color: #fff;
	border:1px solid #ccc;
	border-radius: 4px;
}
.add_payment_popup_wrapper input{
	font-family: inherit;
	font-size: 1em;
	float: left;
	margin: 10px;
	padding: 10px;
	border-radius: 4px;
	border:1px solid #ccc;
}

.add_payment_popup_wrapper .call-to-action-btn{
	margin: 10px;
	margin-left: 0px;
}
.add_payment_popup_wrapper .option-btn{
	margin: 10px;
	margin-left: 0px;
}



