/*
---------------------------------------------------------------
--------------------------- Form ------------------------------
---------------------------------------------------------------
*/

.section-title {
	color: #3c7586;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
	border-bottom: 1px solid #eef4ff;
}

.prolife .section-title {
	color: #cd142a;
	border-bottom: 1px solid #ffeeee;
}

@media (max-width: 600px) {
	.section-icon,
	.process-denied,
	.process-approved {
		margin-left: 15px;
	}
}

.section-icon {
	width: 25px;
	height: 25px;
	fill: #3c7586;
	float: left;
	margin-right: 10px;
}

.prolife .section-icon {
	fill: #cd142a;
}

.user-ball {
	width: 18px;
	height: 18px;
	margin-top: -2px;
	margin-right: -7px;
	display: inline-block;
	border-radius: 50%;
	background-color: #0ea5e9;
	text-align: center;
	color: #fff;
	font-size: 8px;
	line-height: 18px;
}

/* ------ TEMPORARIO ---------*/
.user-ball {
	background-color: #ff6709;
}

.prolife .user-ball {
	background-color: #cd152a;
}
/* ------ TEMPORARIO ---------*/

.form-image {
	width: 100px;
	height: 100px;
	float: left;
	margin-right: 5px;
	border-radius: 3px;
	background-color: #f7f8fb;
	border: 1px solid #e0e2e7;
	margin-bottom: 1rem;
	overflow: hidden;
}

.form-image img {
	width: 99px;
	height: 99px;
}

.form-image-input-file {
	display: none;
}

.box-danger {
	box-shadow: 0px 0px 0px 1px rgba(255,0,0,1);
}

/*
---------------------------------------------------------------
--------------------------- POST ------------------------------
---------------------------------------------------------------
*/

.post {
	width: 100%;
	max-width: 640px;
	margin: 0 auto;
}

.post-back {
	color: #3c7586;
	font-size: 14px;
	line-height: 22px;
	font-weight: 400;
	cursor: pointer;
	margin-bottom: 10px;
}

.prolife .post-back {
	color: #cd142a;
}

.post-title {
	font-size: 30px;
	line-height: 40px;
	letter-spacing: -0.3px;
	margin-bottom: 10px;
	font-weight: bold;
}

.post-description {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
}

.post-date {
	margin-top: 8px;
}

.post-photo {
	margin: 25px 0;
	max-width: 100%;
}

.post-body {
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	padding-bottom: 50px;
	white-space: pre-line;
	word-wrap: break-word;
}

@media (max-width: 600px) {
	.post-title {
		font-size: 20px;
		line-height: 30px;
		margin-left: 10px;
	}

	.post-description {
		font-size: 14px;
		line-height: 20px;
		margin-left: 10px;
	}

	.post-date {
		margin-left: 10px;
	}

	.post-back {
		display: block;
		margin: 10px;
		text-align: center;
	}

	.post-body {
		font-size: 14px;
		line-height: 20px;
		padding: 0 10px;
		padding-bottom: 15px;
	}
}

/*--- MINI POST ---*/

.mini-posts {
	margin: -10px;
}

.mini-post {
	height: 450px;
	position: relative;
	width: calc(33.333% - 20px);
	float: left;
	margin: 10px;
	padding-bottom: 50px;
	overflow: hidden;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid rgb(226, 232, 240);
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.08) 0px 10px 15px -3px, rgba(0, 0, 0, 0.01) 0px 4px 6px -2px;
}

.mini-post.s2x {
	width: calc(66.666% - 20px);
}

.mini-post.s15x {
	width: calc(50% - 20px);
}

@media (max-width: 600px) {
	.mini-posts {
		margin: 0 !important;
	}

	.mini-post {
		height: auto !important;
		width: calc(100% - 20px) !important;
		margin-left: 10px !important;
		margin-right: -10px !important;
	}

	.mini-post-description {
		height: auto !important;
		margin-bottom: 15px;
	}
}

.mini-post-title {
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 4px;
	padding: 10px 5px 0 15px;
	margin-top: -20px;
	background-color: #fff;
	position: relative;
	border-radius: 10px 10px 0 0;
}

.mini-post-description {
	line-height: 20px;
	padding: 0 15px;
}

.mini-post-description p {
	margin-bottom: 5px;
}

.mini-post-date {
	margin-bottom: 6px;
	padding: 0 15px;
}

.mini-post-photo {
	width: 100%;
	height: 200px;
}

.mini-post-label {
	top: 15px;
	left: 15px;
	z-index: 1;
	color: #fff;
	font-size: 11px;
	padding: 2px 5px;
	border-radius: 2px;
	position: absolute;
	background-color: #2ecc71;
}

.mini-post-label.c1 {
	background-color: #9b59b6;
}

.mini-post-label.c2 {
	background-color: #f5756c;
}

.mini-post-label.c3 {
	background-color: #00afd8;
}

.mini-post-label.c4 {
	background-color: #9b59b6;
}

.mini-post-label.c5 {
	background-color: #ff5575;
}

.mini-post-label.c6 {
	background-color: #f64e4e;
}

.mini-post-label.c7 {
	background-color: #2ecc71;
}

.mini-post-label.c8 {
	background-color: #f9ae00;
}

.mini-post-label.c9 {
	background-color: #00afd8;
}

.mini-post-link {
	width: calc(100% - 30px);
	margin-top: 10px;
	border-radius: 3px;
	position: absolute;
	bottom: 15px;
	left: 15px;
	z-index: 2;
}

.mini-post-botton {
	left: 0;
	bottom: 0;
	width: 100%;
	height: 55px;
	z-index: 1;
	position: absolute;
	background-color: #fff;
	box-shadow: 0 0 15px 10px #fff;
}

/* 
@media (max-width: 1400px), (max-height: 700px) {
	.mini-post {
		width: calc(50% - 20px);
	}
}

@media (max-width: 950px) {
	.mini-post {
		width: calc(100% - 20px);
	}
} */

/*--- POST FORM ---*/

.post-form {
	width: 100%;
	max-width: 580px;
	margin: 0 auto;
}

.post-form-photo {
	width: 100%;
	height: 300px;
	cursor: pointer;
	font-size: 20px;
	line-height: 300px;
	text-align: center;
	border-radius: 5px;
	font-weight: 100;
	background-color: #f5f5f5;
	border: 2px solid #e0e0e0;
}

img.post-form-photo {
	height: auto;
}

.home-documents,
.post-form .btn,
.post-form input,
.post-form input:focus,
.post-form textarea,
.post-form textarea:focus,
.post-form .post-form-photo {
	box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}

.home-documents {
	width: calc(100% - 20px);
	height: 95px;
	margin: 10px;
	float: left;
	border-radius: 5px;
	background-color: #fff;
}

@media (max-width: 600px) {
	.home-documents {
		display: none !important;
	}
}

.home-document-doc-icon {
	width: 50px;
	height: 50px;
	border-radius: 20px;
	background-size: contain;
	background-image: url(../img/attachment.png);
	margin: 0 auto;
}

.home-document-docs {
	width: 20%;
	height: 95px;
	float: left;
	font-weight: 500;
	text-align: center;
	cursor: pointer;
	padding-top: 15px;
}

.home-documents.count-1 .home-document-docs {
	width: 100%;
}

.home-documents.count-2 .home-document-docs {
	width: 50%;
}

.home-documents.count-3 .home-document-docs {
	width: 33.33333%;
}

.home-documents.count-4 .home-document-docs {
	width: 25%;
}

.home-documents.count-5 .home-document-docs {
	width: 20%;
}

.home-documents.count-6 .home-document-docs {
	width: 16.6666%;
}

.home-documents.count-7 .home-document-docs {
	width: 14.2857142857142%;
}

.home-document-docs:hover {
	background-color: #f7f7f7;
}

.home-documents-add {
	margin-left: -28px;
	float: left;
}

.home-document-doc-remove {
	margin-top: -13px;
	float: right;
}

.home-document-doc-label {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

/*--- QUESTION FORM ---*/

.question-form-title {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 25px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ccc;
}

.question-form {
	position: relative;
}

.question-form.edit-enabled:hover {
	background-color: #f5f5f5;
}

.question-form-icon {
	top: 0;
	width: 40px;
	height: 50px;
	display: none;
	right: -40px;
	padding-left: 5px;
	position: absolute;
}

.question-form-icon.icon-remove {
	right: -68px;
}

.question-form:hover .question-form-icon {
	display: block;
}

.question-results {
	top: 5px;
	width: 180px;
	left: -188px;
	position: absolute;
}

.question-result-overview {
	float: left;
	height: 50px;
	padding-right: 15px;
	margin-right: 15px;
	margin-bottom: 20px;
	margin-top: -8px;
	border-right: 1px solid #ccc;
}

.question-result-number {
	font-size: 30px;
	font-weight: bold;
	margin-top: -8px;
	margin-bottom: -5px;
}

/*
---------------------------------------------------------------
--------------------------- Links ------------------------------
---------------------------------------------------------------
*/

.link-title {
	font-size: 16px;
}

.link-logo {
	width: 100%;
	max-width: 250px;
	height: 100px;
	margin: 0 auto;
	margin-top: 10px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.link-logo.senior {
	background-image: url(../img/senior.png);
}

.link-logo.sap {
	height: 90px;
	margin: 10px auto;
	background-image: url(../img/sap.svg);
}

.link-logo.autodoc {
	background-image: url(../img/autodoc.png);
}

.link-logo.literis {
	background-image: url(../img/literis.png);
}

.link-logo.neovero {
	background-image: url(../img/neovero.png);
}

.link-button {
	width: 100%;
	margin-top: 10px;
	border-radius: 3px;
}


/*
--------------------------------------------------------------
-------------------------- Password --------------------------
--------------------------------------------------------------
*/

.password-toggle-show {
	display: block;
	padding: 2px 7px;
	float: right;
	margin-bottom: -32px;
	margin-top: 33px;
	margin-right: 6px;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
	z-index: 1;
	border: 1px solid #dfdfdf;
}

.password-toggle-show:hover {
	background-color: #dfdfdf;
	border-color: #ccc;
}

.input-password-toggle-show {
	padding-right: 55px;
}

/*
---------------------------------------------------------------
--------------------------- Process ------------------------------
---------------------------------------------------------------
*/

.text-approved {
	color: #2ecc71 !important;
}

.text-denied {
	color: red !important;
}

.process-hint-approved {
	width: 10px;
	height: 10px;
	float: left;
	margin-top: 6px;
	margin-left: -16px;
	border-radius: 50%;
	background-color: #2ecc71;
}

.process-hint-need-approval {
	width: 10px;
	height: 10px;
	float: left;
	display: block;
	margin-top: 5px;
	margin-left: -19px;
	border-radius: 50%;
	background-color: #f39c12;
	color: #e74c3c;
	text-indent: 10px;
	white-space: nowrap;
	font-weight: bold;
	line-height: 10px;
	font-size: 21px;
}

.process-denied,
.process-approved {
	color: #fff !important;
	cursor: default;
	float: left;
	margin-top: -3px;
	margin-right: 8px;
	border-width: 2px;
	font-weight: 600;
	box-shadow: none !important;
}

.process-denied {
	background-color: red !important;
	border-color: red !important;
}

.process-approved {
	background-color: #2ecc71 !important;
	border-color: #2ecc71 !important;
}

.process-btn-group {
	width: calc(100% + 40px);
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 25px -20px -20px -20px;
	border-top: 1px solid #ccc;
	background-color: #f5f5f5;
}

.process-btn-group .btn {
	display: inline-block;
	float: none;
}

.message-list {
	width: 100%;
}

@media (max-width: 600px) {
	.message-list-item {
		width: 100% !important;
	}
}

.message-list-item {
	padding: 10px;
	width: 520px;
	float: left;
	margin-top: 30px;
	position: relative;
	color: #000;
	background-color: #c6e2f5;
	border: 1px solid #3498db;
	border-radius: 7px 7px 7px 0;
	box-shadow: 0 3px 5px 0 rgba(0,1,1,.1);
}

.message-list-item:first-child {
	margin-top: 20px;
}

.message-list-item.myself {
	float: right;
	color: #fff;
	border-width: 0;
	border: 1px solid #2980b9;
	border-radius: 7px 7px 0 7px;
	background-color: #3498db;
}

.message-list-item i,
.message-list-item strong {
	top: -22px;
	position: absolute;
}

.message-list-item.myself i,
.message-list-item.myself strong {
	color: #2980b9;
}

.message-list-item i {
	right: 5px;
	font-size: 10px;
}

.message-list-item p {
	margin: 0;
	white-space: pre-line;
}

.message-list-form {
	float: left;
	width: calc(100% + 40px);
	border-top: 1px solid #ccc;
	padding: 20px;
	margin: 20px -20px -20px -20px;
	border-top: 1px solid #ccc;
}

.message-list-form textarea {
	resize: none;
	height: 100px;
	padding-top: 10px;
	padding-right: 155px;
}

.message-list-form-submit {
	margin-bottom: -70px;
	float: right;
	margin-top: 32px;
	margin-right: 20px;
	position: relative;
}


/*
---------------------------------------------------------------
--------------------------- Isers ------------------------------
---------------------------------------------------------------
*/

.process-section-title,
.tab-pane .section-title {
    color: #464457;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 11px;
}

/*
---------------------------------------------------------------
--------------------------- Birtday ------------------------------
---------------------------------------------------------------
*/

.mini-post.birthday {
	border: 1px solid #0ea5e9;
	padding-bottom: 0;
}

.prolife .mini-post.birthday {
	border: 1px solid #cd152a;
}

.birthday-row,
.birthday-date,
.birthday-title {
	width: 100%;
	padding: 0 15px;
	line-height: 30px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #f5f5f5;
}

.birthday-title {
	color: #0ea5e9;
	line-height: 46px;
	text-indent: 36px;
	font-weight: 400;
	padding: 0 8px;
	font-size: 18px;
	border: none;
}

.prolife .birthday-title {
	color: #cd152a;
}

.birthday-date {
	color: #0ea5e9;
	border-top: 1px solid #0ea5e9;
	border-bottom: 1px solid #0ea5e9;
	background-color: #0ea5e90f;
}

.prolife .birthday-date {
	color: #cd152a;
	border-top: 1px solid #cd152a;
	border-bottom: 1px solid #cd152a;
	background-color: #cd152a0f;
}

.birthday-icon {
	width: 40px;
	height: 40px;
	margin-top: 3px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.birthday-icon.i1 {
	float: left;
	background-image: url(../img/party-popper.png);
}

.birthday-icon.i2 {
	float: right;
	background-image: url(../img/cake.png);
	width: 80px;
	height: 80px;
	position: absolute;
	top: 1px;
	right: -6px;
}

.birthday-row {
	font-weight: 600;
}

/*
---------------------------------------------------------------
--------------------------- Onboarding ------------------------------
---------------------------------------------------------------
*/

.onboarding .section-title {
	color: #ff6709 !important;
}

.prolife .onboarding .section-title {
	color: #cd152a !important;
}

.onboarding .nav-tabs .nav-item {
	width: 25%;
	text-align: center;
}

.onboarding-files {
	width: calc(100% + 10px);
	margin-left: -5px;
	margin-top: -5px;
	margin-bottom: -5px;
}

.onboarding-file {
	width: calc(50% - 10px);
	float: left;
	height: 50px;
	margin: 5px;
	cursor: pointer !important;
	position: relative;
	border-radius: 4px;
	padding: 5px 35px 5px 10px;
	border: 1px solid #dee2e6;
	box-shadow: 0 1px 3px 0 rgba(0,1,1,.1);
}

.onboarding-file:hover {
	border-color: #ff6709;
}

.prolife .onboarding-file:hover {
	border-color: #cd152a;
}

.onboarding-file.done {
	color: #2ecc71;
	cursor: default;
	border-color: #2ecc71;
}

.onboarding-file.large-size {
	height: 70px;
}

.onboarding-file-icon {
	width: 24px;
	height: 24px;
	top: 12px;
	right: 10px;
	position: absolute;
}

.onboarding-file.done .onboarding-file-icon {
	fill: #2ecc71;
}

.onboarding-file.done  .onboarding-file-name {
	line-height: 38px;
}

.onboarding-file.done  .onboarding-file-name.two-line {
	line-height: 20px;
}

.onboarding-file-legend {
	opacity: 0.5;
	margin-top: -4px;
	overflow: hidden;
	max-height: 42px;
}

.onboarding-file.done .onboarding-file-legend {
	opacity: 1;
}

.onboarding-file-pending {
	color: #fff;
	background-color: #ff6709;
	margin-right: 7px;
	float: left;
	font-size: 11px;
	padding: 2px 5px;
	border-radius: 4px;
	line-height: 12px;
}

.prolife .onboarding-file-pending {
	background-color: #cd152a;
}

.onboarding-file-pending + .onboarding-file-legend {
	margin-top: -2.5px;
}

.onboarding-file-remove {
	display: none;
	width: 20px;
	height: 20px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	position: absolute;
	border-radius: 50px;
	top: -5px;
	right: -8px;
	font-size: 18px;
	line-height: 20px;
	background-color: #e74c3c;
}

.onboarding-file:hover .onboarding-file-remove {
	display: block;
}

@media (max-width: 600px) {
	.navbar-list-item {
		display: none;
	}

	.onboarding .section-title {
		padding-top: 20px;
	}

	.onboarding .section-title:first-child {
		padding-top: 0;
	}

	.onboarding .nav-tabs .nav-item {
		width: 50%;
		border-radius: 0;
		background-color: #f1f5f9;
		border: 1px solid #ccc;
	}

	.onboarding .nav-tabs .nav-link {
		border: none;
		border-radius: 0;
	}

	.onboarding-file {
		width: calc(100% - 10px);
	}
}

/*
--------------------------------------------------------------
----------------------- Responsive Table ---------------------
--------------------------------------------------------------
*/

.show-on-mobile {
	display: none;
}

@media screen and (max-width: 600px) {
	.mobile-table {
		border: 0;
	}

	.mobile-table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 1px;
	}

	.mobile-table tr {
		display: block;
		margin-bottom: 10px;
		background-color: #fcfcfc !important;
	}

	.mobile-table tr:last-child {
		margin-bottom: 0;
	}

	.mobile-table td {
		display: block;
		min-height: 38px;
		font-size: 14px;
	}

	.mobile-table td:not(.hide-on-mobile) + td {
		border-top: 0;
	}

	.mobile-table td::before {
		content: attr(data-label);
		float: left;
		/* padding: 8px 10px; */
		/* margin-top: -8px; */
		/* margin-left: -10px; */
		font-weight: bold;
		margin-right: 5px; /* 10px */
		/* border-right: 1px solid #dee2e6; */
		/* background-color: #f7f7f7 !important; */
		/* width: 30%; */
	}

	.mobile-table td.hide-label::before {
		display: none !important;
	}

	.mobile-table .btn {
		margin-top: 2px;
		margin-bottom: 2px;
	}

	.hide-on-mobile {
		display: none !important;
	}

	.show-on-mobile {
		display: inline-block;
	}
}


/*
--------------------------------------------------------------
----------------------------- Copa ---------------------------
--------------------------------------------------------------
*/

.copa {
	width: 100%;
}

.copa-image,
.copa-bets,
.copa-ranking {
	height: 320px;
	position: relative;
	width: calc(33.333% - 20px);
	float: left;
	margin: 10px;
	padding-bottom: 50px;
	overflow: hidden;
	border-radius: 5px;
	background-color: #fff;
	border: 1px solid rgb(226, 232, 240);
	box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.08) 0px 10px 15px -3px, rgba(0, 0, 0, 0.01) 0px 4px 6px -2px;
}

.copa-image {
	overflow: hidden;
	background-size: cover;
	background-position: center;
	background-image: url(../img/copa-catar.jpg);
}

.copa-image-text {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	margin-top: 275px;
}

.copa-bets-header {
	padding: 5px 10px;
	font-weight: 600;
	border-bottom: 1px solid #f0f1f4;
}

.copa-bets-wrapper {
	height: 257px;
	overflow-y: scroll;
}

.copa-bets-footer {
	display: block;
	padding: 5px 10px;
	text-align: center;
	border-top: 1px solid #f0f1f4;
}

.copa-match-row {
	width: 100%;
	float: left;
}

.copa-match-row.enabled {
	cursor: pointer;
}

.copa-match-row.enabled:hover {
	background-color: #f7f7f8;
}

.copa-match-row.enabled:hover .copa-match-goal {
	border-color: #ccc;
}

.copa-match-header {
	width: 100%;
	float: left;
	color: #727683;
	font-size: 10px;
	padding: 5px 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #f0f1f4;
	background-color: #fff;
}

.copa-match-body {
	width: 220px;
	margin: 15px auto 5px;
}

.copa-match-flag {
	width: 50px;
	height: 60px;
	display: block;
	float: left;
	text-align: center;
}

.copa-match-flag-icon {
	width: 50px;
	height: 50px;
}

.copa-match-flag-label {
	height: 0;
	font-size: 10px;
	margin-top: 5px;
	line-height: 13px;
}

.copa-match-goal {
	width: 40px;
	height: 40px;
	display: block;
	float: left;
	border-radius: 5px;
	line-height: 38px;
	font-size: 20px;
	font-weight: 100;
	text-align: center;
	border: 1px solid #e0e0e0;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 8px;
	margin-right: 8px;
	background-color: #f8f8f8;
}

.enabled .copa-match-goal {
	background-color: #fff;
	border: 1px solid #f3f3f3;
}

.copa-match-vs {
	width: 8px;
	height: 50px;
	font-size: 18px;
	line-height: 50px;
	text-align: center;
	display: block;
	float: left;
	color: #adb1bc;
}

.copa-match-footer {
	width: 100%;
	float: left;
	color: #727683;
	font-size: 10px;
	padding-bottom: 5px;
	text-align: center;
	border-bottom: 1px solid #f0f1f4;
}

.copa-match-results {
	width: 90px;
	margin: -5px auto 5px;
	text-align: center;
	border: 1px solid #f0f1f4;
	border-radius: 10px;
	line-height: 30px;
	height: 32px;
	box-shadow: 0 -0 5px 0 rgba(0, 0, 0, 0.05);
}

.copa-bets-footer {
	width: 100%;
	cursor: pointer;
}

.copa-bets-footer:hover {
	font-weight: 600;
}

.copa-ranking-header {
	padding: 5px 10px;
	font-weight: 600;
	border-bottom: 1px solid #f0f1f4;
}

.copa-ranking-wrapper {
	height: 288px;
	overflow-y: scroll;
	overflow-x: hidden;
	font-size: 12px;
	text-transform: uppercase;
}

.copa-ranking-position-badge {
	display: none;
}

.copa-ranking-position-badge.position-1,
.copa-ranking-position-badge.position-2,
.copa-ranking-position-badge.position-3 {
	width: 20px;
	height: 20px;
	float: left;
	display: block;
	margin-top: -1px;
	margin-left: -4px;
	margin-right: -5px;
	margin-bottom: -5px;
}

.copa-ranking-position-badge.position-1 {
	fill: #eaa503;
}

.copa-ranking-position-badge.position-2 {
	fill: #808080;
}

.copa-ranking-position-badge.position-3 {
	fill: #d2691e;
}

.copa-ranking-position-badge.big {
	width: 32px;
	height: 32px;
	margin-left: 0;
	margin-right: 0;
}

@media (max-width: 600px) {
	.copa-image {
		display: none;
	}

	.copa-bets,
	.copa-ranking {
		width: calc(100% - 20px);
	}

	.copa-bets  {
		height: 420px;
	}

	.copa-bets-wrapper {
		height: 357px;
	}
}

/*
--------------------------------------------------------------
-------------------------- Page Copa -------------------------
--------------------------------------------------------------
*/

.page-copa .copa-match-row {
	width: 50%;
}

.copa-page-group {
	width: 100%;
	float: left;
}

.copa-page-group.first .copa-page-header-date {
	border-top: none;
}

.copa-page-header-date {
	padding: 10px 0;
	border-top: 1px solid #f0f1f4;
	border-bottom: 1px solid #f0f1f4;
}

.page-copa .copa-match-footer {
	border-bottom: none;
}

.copa-match-row.index-0 {
	border-right: 1px solid #f0f1f4;
	border-left: 1px solid #f0f1f4;
}

.copa-match-row.index-1 {
	border-right: 1px solid #f0f1f4;
	border-bottom: 1px solid #f0f1f4;
}

.copa-match-row.index-2 {
	border-top: 1px solid #f0f1f4;
	border-right: 1px solid #f0f1f4;
	border-left: 1px solid #f0f1f4;
}

.copa-match-row.index-3 {
	border-right: 1px solid #f0f1f4;
}

.page-copa .copa-match-flag-label {
	height: 20px;
	font-size: 12px;
	margin-top: 10px;
	white-space: nowrap;
	margin-left: -100%;
    margin-right: -100%;
	text-align: center;
}

.copa-page-group:last-child {
	border-bottom: 1px solid #f0f1f4;
}

.copa-page-palpiteiros {
	width: 100%;
	padding-left: 15px;
	white-space: nowrap;
	margin-top: 5px;
	margin-bottom: 10px;
}

.copa-page-palpiteiro-header {
	font-weight: 600;
	margin-bottom: 5px;
}

.copa-page-palpiteiro-row {
	width: 100%;
	padding: 2px 0;
	font-size: 11px;
	text-transform: uppercase;
}

.copa-page-palpiteiro-row-badge {
	padding: 2px 5px;
	border-radius: 3px;
	margin-right: 8px;
	border: 1px solid #f0f1f4;
	background-color: #fff;
	display: inline-block;
	box-shadow: 0 -0 5px 0 rgba(0, 0, 0, 0.05);
}

.copa-page-palpiteiro-row-badge.small {
	font-size: 10px;
	margin-left: 10px;
	margin-right: 0;
}

@media (max-width: 600px) {
	.page-copa .copa-match-row {
		width: 100%;
	}

	.copa-match-row {
		border: none !important;
	}

	.copa-match-row.index-0 {
		border-left: 1px solid #f0f1f4 !important;
		border-right: 1px solid #f0f1f4 !important;
	}

	.copa-match-row.index-1,
	.copa-match-row.index-2,
	.copa-match-row.index-3 {
		border-top: 1px solid #f0f1f4 !important;
		border-left: 1px solid #f0f1f4 !important;
		border-right: 1px solid #f0f1f4 !important;
	}
}

/*
--------------------------------------------------------------
----------------------------- Palpite ---------------------------
--------------------------------------------------------------
*/

.palpite-header {
	font-weight: 600;
}

.palpite-body {
	width: 345px;
	margin: 30px auto 0;
}

.palpite-flag {
	width: 70px;
	height: 100px;
	display: block;
	float: left;
	text-align: center;
}

.palpite-flag-icon {
	width: 70px;
	height: 70px;
}

.palpite-flag-label {
	height: 20px;
	margin-top: 10px;
	white-space: nowrap;
	margin-left: -100%;
    margin-right: -100%;
	text-align: center;
}

.palpite-goal {
	width: 50px;
	height: 70px;
	display: block;
	float: left;
	border-radius: 5px;
	line-height: 66px;
	font-size: 32px;
	font-weight: 400;
	text-align: center;
	border: 2px solid #e0e0e0;
	margin-left: 20px;
	margin-right: 20px;
	padding: 0 !important;
	-webkit-appearance:none;
}

.palpite-vs {
	width: 25px;
	height: 70px;
	font-size: 40px;
	line-height: 70px;
	text-align: center;
	display: block;
	float: left;
	color: #adb1bc;
}

.palpite-footer {
	width: 100%;
	float: left;
	color: #727683;
	margin-top: 20px;
	text-align: center;
}

@media (max-width: 400px) {
	.palpite-body {
		width: 256px;
	}

	.palpite-flag {
		width: 50px;
		height: 70px;
	}

	.palpite-flag-icon {
		width: 50px;
		height: 50px;
	}

	.palpite-goal {
		width: 40px;
		height: 50px;
		line-height: 46px;
		font-size: 20px;
		margin-left: 15px;
		margin-right: 15px;
	}

	.palpite-vs {
		width: 16px;
		height: 50px;
		font-size: 30px;
		line-height: 50px;
	}
}

/*
--------------------------------------------------------------
-------------------------- SubTable --------------------------
--------------------------------------------------------------
*/

.table-payroll > tbody > tr {
	background-color: rgba(84, 143, 255, 0.08) !important;
}

.sub-table {
	width: 935px;
	margin-top: 15px;
	position: absolute;
	background-color: #fff;
}

.sub-table td {
	background-color: #fff;
}

.sub-table tr:hover td {
	background-color: #f7f7f7;
}

.setting-payroll-row {
	white-space: nowrap;
	padding-top: 17px !important;
}

.setting-payroll-filter-select {
	float: right;
	width: 60px;
	margin: -6px 0 -5px 0;
	height: 30px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 7px;
}

.setting-payroll-filter-btn {
	float: right;
	margin: -6px -8px -5px 6px !important;
}

.setting-payroll-filter-btn-icon {
	width: 16px;
	height: 16px;
	margin-top: -1px;
	fill: #555;
}

.setting-payroll-row-total {
	background-color: #fafafa;
}

/*
--------------------------------------------------------------
----------------------- Process Email ------------------------
--------------------------------------------------------------
*/

.process-email-group {
	float: left;
	width: 100%;
	padding: 12px 10px;
	border-radius: 5px;
	border: 1px solid #ddd;
	box-shadow: 0 3px 5px 0 #0001011a;
}

.process-email-group + .process-email-group {
	margin-top: 20px;
}

.process-email-group-title {
	color: #464457;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 5px;
	margin-left: 5px;
}

.process-email-group-email {
	float: left;
	width: calc(50% - 10px);
	margin: 5px;
	padding: 7px 5px;
	border-radius: 5px;
	border: 1px solid #ddd;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	padding-left: 10px;
	background-image: linear-gradient(-180deg,#fcfdfe,#f5f5f5 90%);
}

.process-email-group-email.italic-center {
	font-style: italic;
	text-align: center;
}

.process-email-group-email .table-icon {
	opacity: 0.2;
}

.process-email-group-email:hover .table-icon {
	opacity: 1;
}

.process-email-group .alert {
	margin: 10px 5px 5px 5px !important;
}

@media (max-width: 800px) {
	.process-email-group-email {
		width: calc(100% - 10px);
	}
}

/*
--------------------------------------------------------------
--------------------- Process Approvers ----------------------
--------------------------------------------------------------
*/

.process-fixed-approver {
	font-style: italic;
	text-align: center;
}

.process-change-approver {
	padding-left: 10px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.process-change-approver .float-right {
	margin-top: -0.5px;
	margin-right: -24px;
	transition: all 0.1s;
	position: relative;
}

.process-change-approver .float-right:hover {
	transform: scale(1.3);
}

.process-change-approver .table-icon {
	fill: #2f8993;
}

.prolife .process-change-approver .table-icon {
	fill: #cd142a;
}
