/*specific style for partners page*/
.no-side-bar {
	float : none !important;
	width : 900px !important;
}

.partners-header {
	display: none;
}

.notifyjs-swNotification-base {
	width : 360px;
	height : 222px;
	background : url("images/partners-sprite.png");
	background-repeat: no-repeat;
	background-position: -15px -17px;
	color : white;
}

.notifyjs-swNotification-base h3 {
	text-align : center;
	padding-top : 10px;
	font-size : 2em;
}

.notifyjs-swNotification-base .notification-content {
	margin : 20px;
	padding-left : 10px;
	padding-top : 10px;
	font-size : 1.5em;
}

.notifyjs-swNotification-base .notification-row {
}

.notifyjs-swNotification-base .notification-label{
	display : inline-block;
	width: 120px;
	height :50px;
	font-weight : bold;
	vertical-align : middle;
}

.notifyjs-swNotification-base .notification-data{
	display : inline-block;
	width : 190px;
	height : 50px;
	vertical-align : middle;
}

.input-controls {
    position : relative;
    margin : auto;
    width : 300px;
}

.input-controls button {
    margin-left :20px;
}
.pt-container {
	width : 900px;
}
.pt-general-data {
	position : relative;
	margin: 10px auto;
	width : 800px;
	border:2px solid #a09172;
	padding-left :30px;
	padding-top : 5px;
}
.pt-general-data-row {
	position : relative;
	width : 100%;
	font-size : 1.5em;
	margin-bottom: 5px;
}
.pt-general-data-row::after {
    content: '';
    display: block;
    clear: both;
}
.pt-general-data-item{
	width: 45%;
	display : inline-block;
}
.pt-general-data-row .pt-general-data-item:first-child{
	float:left;
}
.pt-general-data-row .pt-general-data-item:last-child{
	float:right;
}

.pt-general-data-item-label{
	display : inline-block;
	width : 50%; 
}
.pt-general-data-item-value{
	padding-left : 10px;
	font-weight : bold;
	font-style : italic;
}

.loading-animation {
    padding-left : 10px;
    font-weight : bold;
    font-style : italic;
}

#pt-error-message {
	text-align: center;
	color : red;
	margin: 5px 0;
	min-height : 1.4em;
	font-size : 1.4em;
}
#loading-mask-container {
	position : relative;
}

#loading-mask {
	position: absolute;
	width: 100%;
	height : 100%;
	display : none;
	z-index:1;
	background-color: rgba(70, 70, 70, 0.5);
}
#loading-mask .loading-ring {
	width: 42px;
	height: 42px;
	position : absolute;
	left: 50%;
    top: 50%;
	margin-left : -20px;
	margin-top : -20px;
	
	background-image : url(images/partners-sprite.png);
	background-position: -385px -125px;
	background-repeat: no-repeat;
}
#loading-mask.enabled {
	display : block;
}

#pt-header{
	text-align: center;
    font-size : 3em;
	margin-bottom: 10px;
}

.pt tbody td {
	min-height : 25px;
	height : 25px;
	min-width : 60px;
}
.pt { 
	width: 100%;
	border-collapse:collapse;
	border : 2px solid #a09172;
}

.pt th, .pt td { 
	padding-left: 5px;
	padding-right: 5px;
	border-left : 1px solid #a09172;
	text-align : center;
	font-size : 1.2em;
}

.pt th { 
	border-bottom : 2px solid #a09172;
}

.pt tr {
	min-height:26px;
	height : 26px;
}
.pt tbody td:nth-child(1) {
	 min-width : 80px;
 }
 
.pt tbody td:nth-child(2) {
	 min-width : 100px;
 }
 
.pt tbody td:nth-child(4) {
	 min-width : 160px;
 }
 
.pt tbody td:nth-child(5),  .pt tbody td:nth-child(8), .pt tbody td:nth-child(9) {
	 min-width : 80px;
	 text-align : right;
 }
.pt tbody td:nth-child(6), .pt tbody td:nth-child(7) {
	min-width : 30px;
	text-align : right;
}

.pt tbody td:nth-child(10) {
	 min-width : 30px;
 }
 
.pt tbody tr:nth-child(even) {background-color: rgba(0,0,0,0.15); /*#f2f2f2;*/}
.pt tbody tr:hover {background-color: rgba(0,0,0,0.3); /*#f5f5f5;*/}

.paid-icon {
	display: inline-block;
	margin : 0px;
	padding : 0px;
	position : relative;
	width : 22px;
	height : 22px;
	top: 2px;
	background-image : url(images/partners-sprite.png);
	background-position: -713px -73px;
	background-repeat: no-repeat;
}

#page-input::-webkit-inner-spin-button, #page-input::-webkit-outer-spin-button{
	-webkit-appearance: none; 
	margin: 0; 
}

#page-input {
	position: relative;
	display: inline-block;
	margin: 0; 
	width :45px;
	height: 28px;
	bottom: 18px;
	border : none;
	font : inherit;
	font-size: 1.4em;
	text-align : center;
	background-color : rgba(0,0,0,0);
	background-image: url("images/partners-sprite.png");
	background-position: -712px -34px;
	 -moz-appearance:textfield;
	appearance : textfield;
}


#pages-max {
	position: relative;
	font-size: 1.4em;
	display: inline-block;
	margin-left:5px;
	bottom: 18px;
}

#page-controls {
	position : relative;
	width : 220px;
	margin :  auto;
	margin-top : 10px;
	
}

.pt-page-buttons {
	display : inline-block;
	position : relative;
	width : 35px;
	height : 45px;
	background-repeat: no-repeat;
	
}

#pt-first, #pt-prev, #pt-next, #pt-last {
	background-image: url("images/partners-sprite.png");
}

#pt-first,  #pt-first:link, #pt-first:visited{
	background-position: -532px -28px;
}
#pt-first:hover {
	background-position: -576px -28px;
}
#pt-first:active {
	background-position: -622px -28px;
}

#pt-first.disabled {
	background-position: -664px -28px;
}

#pt-prev, #pt-prev:link, #pt-prev:visited {
	background-position: -385px -28px;
}
#pt-prev:hover {
	background-position: -422px -28px;
}
#pt-prev:active {
	background-position: -460px -28px;
}
#pt-prev.disabled {
	background-position: -495.5px -28px;
}
#pt-next, #pt-next:link, #pt-next:visited {
	left:4px;
	background-position: -388px -71px;
}
#pt-next:hover {
	background-position: -424px -71px;
}
#pt-next:active {
	background-position: -458px -71px;
}
#pt-next.disabled {
	background-position: -496px -71px;
}
#pt-last, #pt-last:link, #pt-last:visited {
	background-position: -535px -71px;
}
#pt-last:hover {
	background-position: -579px -71px;
}
#pt-last:active {
	background-position: -622px -71px;
}
#pt-last.disabled {
	background-position: -667px -71px;
}
