body {
	margin: 0;
	padding: 0;
	background: rgb(29,96,124);
	background: -moz-linear-gradient(top, rgba(29,96,124,1) 0%, rgba(1,60,84,1) 100%);
	background: -webkit-linear-gradient(top, rgba(29,96,124,1) 0%,rgba(1,60,84,1) 100%);
	background: -o-linear-gradient(top, rgba(29,96,124,1) 0%,rgba(1,60,84,1) 100%);
	background: -ms-linear-gradient(top, rgba(29,96,124,1) 0%,rgba(1,60,84,1) 100%);
	background: linear-gradient(to bottom, rgba(29,96,124,1) 0%,rgba(1,60,84,1) 100%);
/* 	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d607c', endColorstr='#013c54',GradientType=0 );
 */	background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 800, from(#1D607C), to(#013C54)) no-repeat #013C54;
}

#buyNowDiv #homeIcon {
	display: block;
	width: 36px;
	height: 36px;
	background: url(../images/homeIconWhite.png) no-repeat;
	position: absolute;
	right: 6px;
	top: 8px;
	opacity: 0.8;
}

a {
	text-decoration: none;
}

.title, h2 {
	font-size: 50px;
	width: 100%;
	text-align: center;
	color: white;
}

h2 {
	font-weight: normal;
	font-size: 20px;
}

.mp {
	background-color:rgba(255,255,255,255.255);
	padding: 10px;
	position: absolute;
	width: 500px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
	color: #565656;
	display: none;
	line-height: normal;
	bottom: 160px;
	left: 220px;
	border: 3px solid rgb(43, 93, 109);
}

.proButton {
	font-weight: normal;
	border: 1px dotted rgba(0, 0, 0, 0.34);
	border-radius: 5px;
	background-color: gray;
	background-color: rgb(178, 175, 175);
	color: white;
	cursor: pointer;
}

.proButton:hover {
	text-decoration: none;
	background-color: #373737;
}

.button {
	padding: 7px 13px;
	font-size: 14px;
	border-radius: 4px;
}

.hidden {
	display: none;
}

#orgCatPermissionForm .button {
	width: 100%;
	margin-top: 10px;
	font-size: 30px;
	background: rgb(57, 139, 200);
}

#orgCatPermissionForm .button:hover {
	background: blue;
	background: rgb(43, 121, 178);
}

#orgCatPermissionForm #copy_all_options {
	background: rgb(168, 168, 168);
	font-size: 18px;
}

/* Buy now */

#buyNowDiv {
	clear: both;
	background: #f7f7f7;
	box-shadow: 0px 1px 2px gray inset;
	border-radius: 0 0 8px 8px;
	margin: auto;
	width: 620px;
	margin-top: 80px;
	border-radius: 7px;
	padding-top: 11px;
	padding-bottom: 20px;
	color: rgb(187, 187, 187);
}

#buyNowDiv #perUser {
	text-align: center;
	font-size: 28px;
	margin-bottom: 24px;
	color: rgb(187, 187, 187);
}

#buyNowDiv input[type="text"], #buyNowDiv select {
	height: 40px;
	width: 370px;
	padding: 0 15px;
	font-size: 17px;
	letter-spacing: 0.04em;
	border: 1px solid #D6D6D6;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin-top: 19px;
}

#buyNowDiv select {
	padding: 0;
	padding-left:15px;
	letter-spacing:1;
	width: 400px;
	color: rgba(128, 128, 128, 0.76);
	outline: none;
}

#buyNowDiv .error, #buyNowDiv #validateVat {
	color: rgb(197, 10, 10);
	font-weight: bold;
	padding-top: 5px;
	margin-top: 5px;
}

#buyNowDiv label {
	display:none;
}

#buyNowDiv .text {
	text-align: center;
	font-size: 21px;
	color: rgb(134, 134, 134);
}

#agreeTerms label {
	display: block;
}

#buyNowDiv form {
	width: 400px;
	margin: auto;
}

input[type=checkbox].css-checkbox {
	  position: absolute; 
	  clip: rect(0 0 0 0); 
	  z-index: 10;
}

input[type=checkbox].css-checkbox + label.css-label {
	padding-left:20px;
	height: 19px;
	background-repeat:no-repeat;
	background-position: 0px 4px;
	cursor:pointer;
	float: left;
	z-index: 10;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
	background-position: 0 -15px;
	margin-top: 6px;
}

.lite-x-gray {
	background-image: url(http://csscheckbox.com/checkboxes/lite-x-gray.png);
	margin-top: 2px;
	margin-right: 7px;
}

#agreeTerms {
	margin-top: 30px;
	margin-left: 6px;
	font-size: 18px;
}

#agreeTerms a {
	color: black;
	text-decoration: underline;
	color: #74acc2;
	z-index: 10;
}

#validateVat {
	margin-bottom: 23px;
}

#paymentType {
	display: inline;
}

#paypal, #stripe {
	float: left;
	margin-top: 20px;
	margin-right: 20px;
}

.payMethodLogo {
	height: 36px;
	margin-top: 10px;	
	border-radius: 6px;
}	

#paypalLogo {
	background: url('../images/pro/paypal.png');
	width: 58px;
	margin-left: 0px;
}

#visaLogo {
	background: url('../images/pro/visa.png');
	width: 54px;
}

#amexLogo {
	background: url('../images/pro/amex.png');
	width: 55px;
}

#mastercardLogo {
	background: url('../images/pro/mastercard.png');
	width: 54px;
}

#completeOrder {
	background: rgb(57, 139, 200);
	display: block;
	border: none;
	color: white;
	cursor: pointer;
	margin-left: 337px;
	margin-top: -44px;
	width: auto;
	font-weight: normal;
}

#completeOrder:hover {
  background: rgb(43, 121, 178);
}

#emptyFuckingSpace {
	height: 140px;
}

#priceCalculation p, #priceCalculation div  {
	display: inline;
	float: left;
}

#buyNowDiv table input[type="text"] {
	width: 30px;
	margin: -4px 10px 0 10px;
	padding: 0 8px;
	text-align: center;
	vertical-align: top;
	height: 32px;
	font-size: 16px;
}

#buyNowDiv table td {
	vertical-align:top;
	height: 40px;
	color: rgb(134, 134, 134);
}

#buyNowDiv table tr td:nth-child(2) {
	text-align: right;	
}

#buyNowDiv table tr.border td {
	border-top: 1px dotted gray;
}	

#buyNowDiv h1, #paymentReceived h1, #paymentFailed h1 {
	text-align: center;
	font-size: 30px;
	color: rgb(139, 139, 139);
	font-weight: normal;
}


#buyNowDiv table {
	/*height: 231px;*/
	background: white;
	padding: 20px 20px 0 20px;
	width: 400px;
	margin-left: -20px;
	border-radius: 5px;
	border: 1px solid #D6D6D6;
	margin: auto;
	margin-top: 18px;
	font-size: 18px;
	
}
/* Buy now */

#trialExpired {
	margin-bottom: 90px;
}

#trialExpiredTitle, #confirmationTitle, #joinedOrganizationTitle {
	color: rgb(246, 95, 36);
	/* margin: auto; */
	text-align: center;
	font-size: 30px;
	font-weight: normal;
}

#pleaseBuyNow, #joinedOrganizationExplanation {
	text-align: center;
	font-size: 16px;
}

#notSureContactUs {
	font-size: 14px;
	text-align: center;
}

#trialExpired #buyNowDiv, #confirmationDiv {
	margin-top: 29px;
	box-shadow: 0px 1px 1px gray inset;
}

#buyOrSignOut {
	margin: auto;
	text-align: center;
	margin-top: 30px;
}

#buyNowTrialExpired {
	background: #12BAE9;
	border-color: #46b8da;
	border: none;
	color: white;
	cursor: pointer;
	font-weight: normal;
}

#logOutTrialExpired {
	position: absolute;
	right: 15px;
	bottom: 13px;
}

#pleaseContactAdmin {
	text-align: center;
}

#itsOnly {
	margin-top: 5px;
	font-size: 17px;
}

/* Admin panel */

#contentsDiv, #joinedOrganizationStatus {
	clear: both;
	background: #f7f7f7;
	box-shadow: 0px 0px 2px rgb(201, 201, 201) inset;
	border-radius: 0 0 8px 8px;
	margin: auto;
	width: 1110px;
	margin-top: 80px;
	border-radius: 7px;
	padding-top: 11px;
	padding-bottom: 14px;
	font-weight: normal;
	text-align: right;
}

#contentsDiv {
	color: #808081;
}

#trialExpired #contentsDiv {
	text-align: center;
}

#orgForm textarea {
	width: 500px;
	height: 187px;
	padding: 13px;
	border-radius: 5px;
}

#orgAdminTitle{
	width: 248px;
	margin-left: auto;
	margin-right: auto;
	font-weight: normal;
	margin-top: 30px;
	text-align: center;
}

#orgAdminSubtitle {
	/* margin: auto; */
	width: 57px;
	color: gray;
	color: rgb(187, 187, 187);
	/* float: left; */
	/* text-align: center; */
	margin-left: 70px;
}

#orgUsers td#adminOrEditor {
	padding-right: 0px;
}

#contentsDiv tr:nth-child(odd) {
	background-color: rgb(237, 238, 243);
}

#contentsDiv #save {
	margin-left: 6px;
}

#orgUsers select {
	width: 119px;
	font-size: 12px;
}


#userDeleted {
	text-align: center;
}

#addUser {
	margin-left: auto;
	margin-right: auto;
	margin-top: 16px;
	font-weight: normal;
	width: 130px;
	background-color: rgb(178, 175, 175);
	color: white;
	vertical-align: bottom;
	display: inline-block;
}

#addUser:hover {
	background-color: #373737;
}

#addExistingUser {
	width: 130px;
	vertical-align: bottom;
	display: inline-block;
}

#existing-user {
	display: none;
	width: 300px;
}

#existingUserDiv {
	margin: 0 auto; 
	text-align: center;
	position: relative;
	top: calc(50% - 92px);
}
#existingUserDiv h3 {
	font-size: 17px;
}

#existingUserDiv > p:nth-child(2) {
	font-size: 15px;
}

#existingUserDiv > p:nth-child(4),#existingUserDiv > p:nth-child(5) {
	display: inline-block;
	font-size: 16px;
}

#existingUserDiv > p:nth-child(5) {
	padding: 0;
}
#existingUserModal {
	text-align: left;
	padding-left: 15px;
}

#addExistingUserEmail {
	margin: auto;
	width: 220px;
	margin-top: 40px;
}

#save-existing-user {
	width: 110px;
	font-size: 18px;
	padding: 5px 39px;
}

#existing-user-email {
	margin-bottom: 11px;
	margin-left: 10px;
	border-radius: 5px;
	padding-left: 2px;
}


h2.orgAdminTitle {
	margin-left: auto;
	margin-right: auto;
	width: 120px;
	width: auto;
	color: rgb(172, 172, 172);
}

.orgAdminInput {
	width: 100%;
	border-radius: 5px;
	border: 1px solid #c0c0c0;
}

#orgForm {
	margin: auto;
	width: 1084px;
	position: relative;
}

#orgForm .button {
	margin: 0 auto;
	margin-top: 15px;
	font-size: 15px;
	width: 213px;
	background-color: gray;
	background-color: rgb(178, 175, 175);
	color: white;
	position: absolute;
	top: 277px;
	right: 158px;
}

#orgForm .button:hover {
	background-color: #373737;
}

#orgUsers,
.orgUsersList {
	font-size: 12px;
	margin: auto;
	width: 844px;
	text-align: left;
	border-collapse: collapse;
	border: 1px solid #E7E7E7;
	color: black;
}

#orgForm input {
	padding-left: 5px;
	color: gray;
}

#orgUsers,
.orgUsersList {
	width: 1084px;
}

#orgUsers th,
.orgUsersList th {
	padding: 12px 17px 12px 17px;
	font-weight: normal;
	font-size: 14px;
	border-bottom: 1px dotted #E6E6E6;
	background: rgb(240, 240, 240);
}



.filter {
	outline: solid 1px rgb(233, 233, 233);
	border: 1px;
	padding-left: 3px;
	color: gray;
}

#orgUsers td,
.orgUsersList td {
	padding: 7px 17px 7px 17px;
	/* color: #669; */
	/* width: 110px; */
}

#orgUsers tbody tr:hover td,
.orgUsersList tbody tr:hover td {
	color: #808081;
	background: #EDEEF3;
}

#orgBacklink {
	text-align: center;
	margin-top: 40px;
	color: gray;
}

#copyPermissionsForm {
	display: none; 
	width: 300px
}

#copyPermissionsFormDiv {
	margin: 0 auto; 
	text-align: center;
}

#copyPermissionsSource {
	margin-top: 11px;
	outline: solid 1px rgb(233, 233, 233);
	border: 1px;
	padding-left: 3px;
	color: gray;
	margin-bottom: 10px;
}

#copyUserPermissionsButton {
	padding: 6px;
}

#invitationEmailResult {
	width: 210px;
	top: 57px;
	right: 10px;
}


#fname, #lname, #email, #password {
	width: 100px;
	padding-left: 4px;
	border-radius: 3px;
	border: 1px solid rgb(207, 205, 205);
	font-size: 12px;
}

#expirationStatus {
	position: absolute;
	top: 7px;
	left: 10px;
	font-style: italic;
	color: black;
	background: rgb(231, 231, 231);
	/* display: block; */
	text-align: center;
	width: 96.5%;
	padding: 6px;
}

#orgBacklink input[type="text"] {
	padding-left: 4px;
	border-radius: 3px;
	border: 1px solid rgb(207, 205, 205);
}

#paymentReceived, #paymentFailed {
	clear: both;
	background: #F4FFEA;
	box-shadow: 0px 0px 2px rgb(201, 201, 201) inset;
	margin: auto;
	width: 870px;
	margin-top: 80px;
	border-radius: 7px;
	padding-top: 11px;
	padding-bottom: 34px;
	color: rgb(172, 172, 172);
	font-weight: normal;
	text-align: center;	
}

#paymentFailed {
	background: rgb(245, 245, 245);
}		

#subscriptionActiveTill {
	color: rgb(62, 158, 182);
}

#continueToFavSync {
	background-color: #5bc0de;
	border-color: #46b8da;
	float: right;
	margin-top: -10px;
	margin-right: 10px;
	color: white;	
	
	
}

/*********  STRIPE IFRAME  *******/
.stripe_iframe {
	position: fixed;
	top: 0;
}

/* FancyBox */

/* .fancybox-wrap.fancybox-mobile.fancybox-type-iframe.fancybox-opened {
	left: 30px!important;
} */




#popupNotification {
	bottom: 5px;
	right: 416px;
	display: block;
	height: 20px;
	top: initial;
}

/* Joined confirmation status */

#joinedOrganizationBody {
	height: 100%;
}

#joinedOrganizationStatus {
	padding-bottom: 44px;
}

#joinedOrganizationBody #continueToFavSync {
	margin-top: 0px;
}


img.adminIcon, img.editorIcon {
	display: none;
}

img.adminIcon.active, img.editorIcon.active {
	display: inline-block;
	opacity: 0.6;
}

.hideTd input {
	display: none;
}

td.actions {
	width: 200px;
}

#adminOrgError {
	background: rgb(253, 103, 103);
	padding: 10px;
	color: white;
	border-radius: 5px;
	margin-top: -22px;
	margin-left: 7px;
	text-align: center;
	display:none;
}

#adminOrgConfirm {
	background: #50C4E6;
	padding: 10px;
	color: white;
	border-radius: 5px;
	margin-top: -22px;
	margin-left: 7px;
	text-align: center;
	display:none;
}

#adminOrgError,
#adminOrgConfirm {
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
}

#delete_org_button {
	border: 0;
	margin-top: 43px;
	font-size: 16px;
	background-color: white;
	color: gray;
	border: 1px solid rgb(223, 223, 223);
}
#delete_org_button:hover {
	background-color: #373737;
}
#orgForm h2:nth-child(3) {
	display: inline-block;
	width: 544px;
}

#orgForm h2:nth-child(7),#orgForm h2:nth-child(10), #orgForm h2:nth-child(13) {
	width: 531px;
	display: inline-block;
	vertical-align: top;
	position: absolute;
	left: 0;
}

#orgForm h2:nth-child(7) {
	top: 0;
}

#orgForm h2:nth-child(10) {
	top: 89px;
}

#orgForm h2:nth-child(13) {
	top: 180px;
}

#orgForm input:nth-child(8),#orgForm input:nth-child(11),#orgForm input:nth-child(14) {
	width: 523px;
	position: absolute;
	left: 0;
	padding: 8px;
}

#orgForm input:nth-child(8) {
	top: 60px;
}

#orgForm input:nth-child(11) {
	top: 148px;
}

#orgForm input:nth-child(14) {
	top: 238px;
}

#expirationStatus a {
	font-weight: bold;
}

@media all and (max-width: 1024px) {
	div#contentsDiv, #joinedOrganizationStatus {
		width: 95%;
	}

	h1#orgAdminTitle {
		width: 100%;
		text-align: center;
	}

	div#expirationStatus {

	}

	table#orgUsers,
	table.orgUsersList {
		table-layout: fixed;
		width: 100%;
		white-space: nowrap;
	}

	table#orgUsers td,
	table.orgUsersList	td {
	  white-space: nowrap;
	  overflow: hidden;
	  text-overflow: ellipsis;
	}

	table#orgUsers th,
	table.orgUsersList th	{
		text-align: center;
	}

	table#orgUsers th:first-child,
	table.orgUsersList th:first-child {
		width: 6%;
	}

	table#orgUsers th:nth-child(2),
	table.orgUsersList th:nth-child(2) {
		width: 11%;
	}
	
	table#orgUsers th:nth-child(5),
	table.orgUsersList th:nth-child(5) {
		width: 10%;
	}

	table#orgUsers th:nth-child(7),
	table.orgUsersList th:nth-child(7) {
		width: 11%;
	}

	table#orgUsers th:nth-child(8),
	table.orgUsersList th:nth-child(7) {
		width: 28%;
	}

	td#fname, td#lname, td#email, td#password {
		width: 100%;
	}

	table#orgUsers select {
		width: 100%;
	}

	form#orgForm {
		width: 100%;
	}

	form#orgForm h2:nth-child(7),
	form#orgForm h2:nth-child(3),
	form#orgForm input:nth-child(8),
	form#orgForm h2:nth-child(10),
	form#orgForm input:nth-child(11),
	form#orgForm h2:nth-child(13),
	form#orgForm input:nth-child(14),
	form#orgForm textarea {
		width: 45%;
		margin-left:5px;
		margin-right: 5px;
	}

	form#orgForm .button {
		right: 10%;
	}

	#catPermissionsTitle {
		text-align: center;
	}


	
}

#userTypes {
	width: 930px;
	background: rgb(239, 239, 239);
	margin: auto;
	padding: 10px;
	padding-top: 1px;
	margin-top: 40px;
	border-radius: 3px;
	border: solid 1px rgb(218, 218, 218);
	text-align: left;
}

#userTypes h2 {
	color: black;
}

.importUsersFromExcel {
	display: inline-block;
	margin-right: 10px;
	vertical-align: bottom;
	min-width: 160px;
	padding: 0;
}

.importUsersFromExcel .qq-upload-button {
	border: none;
	padding: 7px 14px;
	background: transparent;
	color: white;
	min-width: 130px;
}

.importUsersFromExcel .qq-upload-list {
	display: none;
}

.importUsersExcelTitle {
	margin-right: 10px;
}

.importUsersExcelTitle .hintText {
	margin-left: -510px;
}

.importUsersExcelTitle .hintText table {
	width: 640px;
}

.importUsersExcelTitle .hintText table td {
	text-align: center;
}

.importLIFromExcel {
	display: inline-block;
	min-width: 130px;
	padding: 0;
}

.importUsersExcelTitle p a.hint img {
	top: 1px;
	position: relative;
}

.importLIFromExcel .qq-upload-button,
.importLIFromExcel .qq-upload-button:hover {
	border: none;
	padding: 7px 14px;
	background: transparent;
	color: white;
	min-width: 130px;
}

.importLIFromExcel .qq-upload-list {
	display: none;
}

.liImportContainer {
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
}

.exampleLiImport td {
	text-align: center;
}

p.importGreen {
	color: rgb(41, 162, 25);
}

p.importRed {
	color: rgb(255, 110, 110);
}

.importUsersResultTable {
	float: right;
	margin-right: 20px;
	border-collapse: collapse;
}

.importUsersResultTable td {
	text-align: left;
	padding: 5px 10px;
	height: 20px;
	border: solid 2px #fff;
}

.importUsersResultTable td p {
	margin: 3px 0px;
}

.usersImportContainer {
	display: inline-block;
	text-align: left;
}

.usersImportYes,
.usersImportNo {
	margin-right: 10px;
	margin-top: 20px;
	display: inline-block;
}

#popupNotification.permsNotify {
	margin: 0;
    right: calc(50% - 80px);
    top: 0;
}

.greenBox {
	border-radius: 5px;
	padding: 5px 10px;
	background-color: #179125;
	text-align: center;
	color: white;
}