/* SlutBank TGP plug-in Styles v1.0.0 */

/* Set basic layout styles 
 * for sites that do not use 
 * bootstrap 
*/
.row.row-tgp {
    margin-right: -15px;
    margin-left: -15px;
	margin-bottom: 30px;
}
.row.row-tgp .col-lg-4,
.row.row-tgp .col-md-6,
.row.row-tgp .col-sm-12 {
	width: 100%;
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.row.row-tgp .col-lg-4,
.row.row-tgp .col-md-6 {
	float: left;
}
.row.row-tgp:before {	
	display: table;
    content: " ";
}
.row.row-tgp:after {
	clear: both;
}
@media (min-width: 768px) {
	.row.row-tgp .col-sm-12 {
		width: 100%;
	}
}
@media (min-width: 992px) {
	.row.row-tgp .col-md-6 {
		width: 50%;
	}
}
@media (min-width: 1200px) {
	.row.row-tgp .col-lg-4 {
		width: 33.33333333%;
	}
}

/* TGP Register/Login Link */
.sb-tgp-register-login {
	display: inline-block;
    float: right;
}

/* TGP Page Header and Rows */
h3.sb-tgp-header,
h3.sb-tgp-title {
	margin-bottom: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ddd;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.33);
	-moz-box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.33);
	box-shadow: 0px 1px 0px 0px rgba(255,255,255,0.3);
}
h3.sb-tgp-title {
	margin-bottom: 60px;
}
.tgp-link-wrapper {
	line-height: 28px;
}

/* Forms */
.sb-tgp-form {}
.sb-tgp-form .sb-tgp-input {
	margin-bottom: 10px;
	-webkit-box-shadow: 3px 3px 3px -2px rgba(0,0,0,0.33);
    -moz-box-shadow: 3px 3px 3px -2px rgba(0,0,0,0.33);
    box-shadow: 3px 3px 3px -2px rgba(0,0,0,0.33);
}
.sb-tgp-form .sb-tgp-input-btn {
	width: auto;
    padding: 8px 24px;
	outline: none;
	font-weight: bold;
    font-size: 18px;
	-webkit-box-shadow: 3px 3px 3px -2px rgba(0,0,0,0.33);
    -moz-box-shadow: 3px 3px 3px -2px rgba(0,0,0,0.33);
    box-shadow: 3px 3px 3px -2px rgba(0,0,0,0.33);
}
.sb-tgp-form #login_website,
.sb-tgp-form #register_website,
.sb-tgp-form #forgot_website,
.sb-tgp-form #reset_website {
	display: none;
}
.col-sb-tgp-login-area-forms {
	text-align: center;
}
.sb-tgp-logout {
	display: inline-block;
    margin-top: -3px;
	float: right;
} 
.sb-tgp-logout input[type="submit"] {
	padding: 5px 10px;
	font-weight: normal;
	font-size: 14px;
}

/* Notices */
.sb-tgp-notice {
    margin: 0 0 30px;
    border-width: 2px;
    border-style: solid;
    padding: 5px;
    background: #fffdf0;
    -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    -webkit-box-shadow: 3px 3px 3px -2px rgba(0,0,0,0.33);
    -moz-box-shadow: 3px 3px 3px -2px rgba(0,0,0,0.33);
    box-shadow: 3px 3px 3px -2px rgba(0,0,0,0.33);
}
.sb-tgp-notice.sb-tgp-notice-success {
	border-color: #008000;
}
.sb-tgp-notice.sb-tgp-notice-error {
	border-color: #cc0000;
}

/* Tables */
table.sb-tgp-table {
	width: 100%;
	margin: 0 0 60px;
}
table.sb-tgp-table:last-child {
	width: 100%;
	margin: 0 0 30px;
}
table.sb-tgp-table thead tr td {
	padding: 8px 4px;
	background: #484848;
	font-weight: bold;
    color: #fff;
}
table.sb-tgp-table tbody tr {
	background: #fff;
}
table.sb-tgp-table tbody tr:nth-child(even) {
	background: #f1f1f1;
}
table.sb-tgp-table tbody tr td {
	padding: 8px 4px;
}
table.sb-tgp-table tbody tr td .sb-tgp-delete {
	display: inline-block;
	margin: 0;
	padding: 0;
} 
table.sb-tgp-table tbody tr td .sb-tgp-delete input[type="submit"] {
	padding: 2px 4px;
    font-weight: normal;
    font-size: 11px;
}


/* Global */
.sb-tgp-b, .sb-tgp-bold { font-weight: bold; }
.sb-tgp-red { color: #cc0000; }
.sb-tgp-green { color: #008000; }
.tgp-link-wrapper a, .tgp-link-wrapper a:link
.sb-tgp-register-login a, .sb-tgp-register-login a:link {
	-webkit-transition: color 0.35s;
    -moz-transition: color 0.3;
    transition: color 0.35s;
}
.tgp-link-wrapper a:hover
.sb-tgp-register-login a:hover {
	-webkit-transition: color 0.25s;
    -moz-transition: color 0.25s;
    transition: color 0.25s;
}