/**
 * Gel 5.3
 * Transactions Stylesheet
 * @version 5.3.5
 * @created 2016-03-24 by Kelly Chisum
 * @modified 2016-06-13 by Kelly Chisum
 */

/*
font-family: "Futura PT", "futura-pt", Futura, Arial, sans-serif
Dark Blue: #143255 rgb(20, 50, 85)
Medium Blue: #005695 rgb(0, 86, 149)
Light Blue: #6E91BF rgb(110, 145, 191)
Dark Green: #5E9321 rgb(94, 147, 33)
Medium Green: #74B535 rgb(116, 181, 53)
Light Green: #86C54F rgb(134, 197, 79)
Black: #222 rgb(34, 34, 34)
*/

/******************************/
/* TRANSACTIONS */
.transactions {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-direction: column;
	-webkit-box-direction: column;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flexbox-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-box-wrap: nowrap;
	-webkit-box-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-ms-flexbox-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
    width: 100%;
    margin-top: 2em;
    font-size: .9em;
}
.transactions-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-direction: row;
	-webkit-box-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flexbox-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-box-wrap: nowrap;
	-webkit-box-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-ms-flexbox-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
    padding: .5em 0;
    background: #005695;
    color: #FFF;
    font-size: 1.2em;
}
.transactions-head a {
    color: #FFF;
}
.transactions-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-direction: column;
	-webkit-box-direction: column;
	-webkit-box-orient: vertical;
	-webkit-flex-direction: column;
	-ms-flexbox-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-moz-box-wrap: nowrap;
	-webkit-box-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-ms-flexbox-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
    padding: .5em 0 .5em;
    background: #FFF;
}
.transactions-row:nth-of-type(2n) {
    background: rgb(230, 230, 230)
}
.transactions-row-i {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-moz-box-direction: row;
	-webkit-box-direction: row;
	-webkit-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flexbox-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-moz-box-wrap: nowrap;
	-webkit-box-wrap: nowrap;
	-webkit-flex-wrap: nowrap;
	-ms-flexbox-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
}
.transactions p {
    margin: 0;
    padding: 0;
    line-height: 1.3em;
}
.transactions p:nth-of-type(1) {
    width: 5%;
    padding-left: 0;
    text-align: center;
}
.transactions p:nth-of-type(2) {
    width: 10%;
}
.transactions p:nth-of-type(3) {
    width: 15%;
}
.transactions p:nth-of-type(4) {
    width: 55%;
}
.transactions p:nth-of-type(5),
.transactions p:nth-of-type(6) {
    width: 10%;
    text-align: center;
}
.more_options {
    margin: .3em 0 .5em 5%;
}
.more_options ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
    margin: 0;
}
.more_options li {
    list-style: none;
    margin: 0 1.5em 0 0;
}
.more_options a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-moz-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.more_options .send-invoice {
	text-decoration: none !important;
}
.invoice-svg {
    width: 1em;
    height: 1em;
    margin: 0 .5em 0 0;
}
.invoice-svg * {
    fill: #005695
}
a:hover .invoice-svg * {
    fill: #74B535;
}
.quick-details:after {
    content: "";
    width: 0;
    height: 0;
    margin-left: .3em;
    border-top: 5px solid #005695;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.quick-details:hover:after {
    border-top-color: #74B535;
}
.details_div {
    padding: 0 1em 1em 5%;
}
.details_div table {
    margin-top: 0;
    background: rgb(230, 230, 230);
}
.purchase_div th:nth-of-type(1) {
    width: 20%;
}
.purchase_div th:nth-of-type(2) {
    width: 15%;
}
.purchase_div th:nth-of-type(3) {
    width: 20%;
}
.purchase_div th:nth-of-type(4) {
    width: 35%;
}
.purchase_div th:nth-of-type(5),
.purchase_div td:nth-of-type(5) {
    width: 10%;
    text-align: center;
}
.billing_div th:nth-of-type(1) {
    width: 10%;
}
.billing_div th:nth-of-type(2) {
    width: 15%;
}
.billing_div th:nth-of-type(7) {
    width: 10%;
}
.billing_div th:nth-of-type(8) {
    width: 20%;
}

/* USER TRANSACTIONS / MY ACCOUNT TRANSACTIONS */
.transactions-scroll {
    height: 23em;
    overflow: scroll;
}
.user-transactions {
    margin-top: 1em;
}
.user-transactions .transactions-head {
    background: #143255;
    font-size: 1.1em;
}
.user-transactions .transactions-row:nth-of-type(n) {
    background: #E6E6E6;
    border-top: 1px solid rgb(200, 200, 200);
}
.transactions.user-transactions p:nth-of-type(1) {
    width: 2%;
    padding-left: 0;
    text-align: center;
}
.transactions.user-transactions p:nth-of-type(2) {
    width: 9%;
}
.transactions.user-transactions p:nth-of-type(3) {
    width: 66%;
}
.transactions.user-transactions p:nth-of-type(4),
.transactions.user-transactions p:nth-of-type(5) {
    width: 10%;
    text-align: center;
}
.user-transactions .more_options {
    margin-left: 2%;
}
.user-transactions .details_div {
    padding-left: 2%;
}
.user-transactions .details_div table,
.transactions-row:nth-of-type(2n) .details_div table {
    background: #FFF;
}
.transactions.user-transactions p.no-records {
	width: 100%;
	text-align: left;
	font-size: 1.25em;
	margin: 1em -.75em 0;
	padding: 0;
}
@media screen and (max-width: 1000px) {
	.transactions-scroll {
		font-size: .8em;
	}
	.transactions.user-transactions p:nth-of-type(2) {
		width: 15%;
	}
	.transactions.user-transactions p:nth-of-type(3) {
		width: 50%;
	}
	.transactions.user-transactions p:nth-of-type(4) {
		width: 15%;
	}
	.transactions.user-transactions p:nth-of-type(5) {
		width: 20%;
	}
}
@media screen and (max-width: 750px) {
	.transactions.user-transactions p:nth-of-type(2) {
		width: 20%;
	}
	.transactions.user-transactions p:nth-of-type(3) {
		width: 60%;
	}
	.transactions.user-transactions p:nth-of-type(4) {
		width: 20%;
	}
	.transactions.user-transactions p:nth-of-type(5) {
		display: none;
	}
	.more_options {
		font-size: .8em;
	}
}
@media screen and (max-width: 500px) {
	.transactions-head {
		display: none;
	}
	.transactions-row-i {
		-moz-box-wrap: wrap;
		-webkit-box-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flexbox-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.transactions .transactions-row-i p:nth-of-type(1) {
		display: none;
	}
	.transactions .transactions-row-i p:nth-of-type(n) {
		width: 100%;
		text-align: left;
		padding: .25em 1em;
		font-size: 1em;
	}
	.more_options {
		font-size: 1em;
	}
	.more_options ul {
		-moz-box-wrap: wrap;
		-webkit-box-wrap: wrap;
		-webkit-flex-wrap: wrap;
		-ms-flexbox-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-left: 1em;
	}
	.more_options li {
		width: 100%;
	}
	.quick-details {
		display: none !important;
	}
}