/**
 * @filename	psba-reusable-classes.css
 * @purpose		To provide reusable classes throughout PSBA
 * @project     PlayStation Brand Ambassador
 * @author      Will Roberts
 * @copyright   2017 PixelBeard.co
 * @contact		helloworld@pixelbeard.co
 *
 * @PlayStation Blue				- #003791 - Pantone 287C
 * @PlayStation Secondary Blue		- #0078c8 - Pantone 285C
 * @PlayStation Silver				- #84888b - Pantone 877C
 * @PlayStation Cool Grey Light		- #B1B3B3 - Pantone Cool Gray 5C
 * @PlayStation Cool Grey Dark		- #63666A - Pantone Cool Gray 10C
 * @PlayStation Black				- #222223 - Pantone Black
 */

/** PlayStation Font Faces **/
@font-face { font-family: SST; src: url('../psba-fonts/SST-Roman.ttf'); }
@font-face { font-family: SSTBold; src: url('../psba-fonts/SST-Bold.ttf'); }
@font-face { font-family: SSTHeavy; src: url('../psba-fonts/SST-Heavy.ttf'); }
@font-face { font-family: SSTLight; src: url('../psba-fonts/SST-Light.ttf'); }

/** TEXT */
/* Rules for sizing the icon. */
.material-icons.md-18 { font-size: 18px; }
.material-icons.md-24 { font-size: 24px; }
.material-icons.md-36 { font-size: 36px; }
.material-icons.md-48 { font-size: 48px; }

.psba-text-silver { 
	color: #84888b !important; 
}
.psba-text-lightgray {
	color: #B1B3B3 !important;
}
.psba-text-darkgray {
	color: #63666A !important;
}
.psba-text-black {
	color: #222223 !important;
}
.psba-text-white {
	color: #FFFFFF !important;
}
.psba-text-primaryblue {
	color: #003791 !important;
}
.psba-text-secondaryblue {
	color: #0078c8 !important;
}

.psba-boldtext-silver { 
	color: #84888b !important; 
	font-family: SSTBold !important;
}
.psba-boldtext-lightgray {
	color: #B1B3B3 !important;
	font-family: SSTBold !important;
}
.psba-boldtext-darkgray {
	color: #63666A !important;
	font-family: SSTBold !important;
}
.psba-boldtext-black {
	color: #222223 !important;
	font-family: SSTBold !important;
}
.psba-boldtext-white {
	color: #FFFFFF !important;
	font-family: SSTBold !important;
}
.psba-boldtext-primaryblue {
	color: #003791 !important;
	font-family: SSTBold !important;
}
.psba-boldtext-secondaryblue {
	color: #0078c8 !important;
	font-family: SSTBold !important;
}

/** BACKGROUNDS */

.psba-bg-silver {
	background-color: #84888b !important;
}
.psba-bg-lightgray {
	background-color: #B1B3B3 !important;
}
.psba-bg-darkgray {
	background-color: #63666A !important;
}
.psba-bg-black {
	background-color: #222223 !important;
}
.psba-bg-white {
	background-color: #FFFFFF !important;
}
.psba-bg-primaryblue {
	background-color: #003791 !important;
}
.psba-bg-secondaryblue {
	background-color: #0078c8 !important;
}
.psba-bg-extralightgray {
	background-color: #EEEEEE !important;
}
.psba-admin-bg-primaryblue {
	background-color: #003791 !important;
}
/** BORDERS */

.psba-border-silver {
	border-color: #84888b !important;
}
.psba-border-lightgray {
	border-color: #B1B3B3 !important;
}
.psba-border-darkgray {
	border-color: #63666A !important;
}
.psba-border-black {
	border-color: #222223 !important;
}
.psba-border-white {
	border-color: #FFFFFF !important;
}
.psba-border-primaryblue {
	border-color: #003791 !important;
}
.psba-border-secondaryblue {
	border-color: #0078c8 !important;
}

/** Border Radius */
.psba-rounded-3 {
	border-radius: 3px !important;
}
.psba-rounded-5 {
	border-radius: 5px !important;
}
.psba-rounded-10 {
	border-radius: 10px !important;
}
/** ELEMENTS */

.psba-button {
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	letter-spacing: 3.4px;
	font-size: 15px;
	margin: 0px !important;
	padding: 0px !important;
	cursor: pointer;
}
.psba-corner-button-small {
	text-align: center;
}

/** Tables */
.psba-admin-table {
	width: 100%;
	border: 1px solid #B1B3B3;
	margin-bottom: 20px !important;
}

.psba-admin-table th {
	text-align: left;
	padding: 10px;
	font-family: SST;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	height: 40px;
	line-height: 40px;
	color: white;
}

.psba-admin-table th tr {
	padding: 0px;
}

table.dataTable thead th, 
table.dataTable thead td {
	padding: 0px !important;
	padding-left: 20px !important;
	padding-right: 20px !important;
}
.psba-admin-table > tbody > tr:nth-of-type(2n+1) {
    background-color: #FAFAFA;
}
.psba-admin-table > tbody > tr {
	height: 60px;
}
.psba-admin-table tr,
.psba-admin-table td {
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #CDCDCD;
	vertical-align: middle;
	color: #63666A;
	font-family: SST;
	font-size: 15px;
}

.psba-admin-table a:link,
.psba-admin-table a:active,
.psba-admin-table a:visited {
	text-decoration: none;
	color: #63666A;
	font-family: SSTBold;
}
.psba-admin-table a:hover {
	text-decoration: underline;
}

/** Font Sizes */
.psba-font-large {
	font-size: 30px;
}
.psba-font-h1 {
	font-size: 26px;
}
.psba-font-min {
	font-size: 11px;
}
.psba-font-med {
	font-size: 13px;
}
.psba-badge-secondaryblue {
	display: block;
	background-color: #0078c8;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	padding-left: 10px;
	padding-right: 10px;
	font-weight: normal;
	font-size: 14px;
	border-radius: 4px;
	text-align: center;
	float: left;
	margin-left: 5px;
}

.psba-badge-disabled {
	display: block;
	background-color: #84888b;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	padding-right: 15px;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	float: right;
	margin-left: 5px;
	font-family: SSTBold;
	box-shadow: -2px 1px 7px 0 rgba(0, 0, 0, 0.22);
}

.psba-badge-primaryblue {
	display: block;
	background-color: #0078C8;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	padding-right: 15px;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	float: right;
	margin-left: 5px;
	font-family: SSTBold;
	box-shadow: -2px 1px 7px 0 rgba(0, 0, 0, 0.22);
}
.psba-badge-red {
	display: block;
	background-color: #D0021B;
	height: 35px;
	line-height: 35px;
	color: #ffffff;
	padding-right: 15px;
	font-weight: normal;
	font-size: 12px;
	text-align: center;
	float: right;
	margin-left: 5px;
	font-family: SSTBold;
	box-shadow: -2px 1px 7px 0 rgba(0, 0, 0, 0.22);
}
.psba-badge-primaryblue:hover {
	background-color: #0078c8;
}
.psba-badge-secondaryblue a:link,
.psba-badge-secondaryblue a:active,
.psba-badge-secondaryblue a:visited {
	text-decoration: none;
	color: #ffffff !important;
}
.psba-badge-primaryblue a:link,
.psba-badge-primaryblue a:active,
.psba-badge-primaryblue a:visited {
	text-decoration: none;
	color: #ffffff !important;
}
.psba-badge-red a:link,
.psba-badge-red a:active,
.psba-badge-red a:visited {
	text-decoration: none;
	color: #ffffff !important;
}
/** Padding */

.psba-pad-10 {
	padding: 10px !important;
}
.psba-pad-20 {
	padding: 20px !important;
}
.psba-pad-30 {
	padding: 30px !important;
}
.psba-pad-40 {
	padding: 40px !important;
}

/** Margins */

.psba-kill-margins {
	margin: 0px !important;
}

/** Other */
.clear-both {
	line-height: 0px;
	margin: 0 !important;
	padding: 0 !important;
	clear: both;
}

.psba-section-divider {
	border-bottom: 2px solid #B1B3B3;
	margin-bottom: 20px;
}

.psba-section-divider-double {
	border-bottom: 2px solid #B1B3B3;
	border-top: 2px solid #B1B3B3;
	margin-bottom: 20px;
}

.videowrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	width: 100%;
}
.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}