.error-standard {
	color: red;
}

.resolwc_unit_title {
	font-weight: bold;
}
.team-name-row {
	display: flex;
	flex-direction: row;
}
.selector-label {
	margin-bottom: 6px;
}


/* Selector box styles */

.resolwc_units_list_selecter {
	min-width: 260px;
	max-width: 260px;
	border: none !important;
	outline: none !important;
}
.select2-selection--single {
	border: none !important;
	border-radius: 0 !important;
	background-color: rgb(216,216,216);

	min-height: 34px;
	max-height: 34px;

	outline: none !important;
}
.select2-selection__rendered {
	min-height: 34px;
	max-height: 34px;
	line-height: 34px !important;
	background-color: rgb(216,216,216);
	padding-left: 0 !important;
}
.select2-selection__arrow {
	min-height: 34px;
	max-height: 34px;
	line-height: 34px;
}
.single_unit_row {
	min-height: 34px;
	display: flex;
	flex-direction: row;
	background-color: rgb(216,216,216);

	border: none !important;
	outline: none !important;
}
.single_unit_row:hover {
	background-color: rgb(230,230,230) !important;
}
.unit-image-wrapper {
	width: 28px;
  	height: 28px;
  	margin-right: 4px;
  	margin-left: 4px;
  	text-align: center;
}
.unit-image {
  	background-size: cover;
  	background-position: center;
  	max-width: 28px;
  	min-width: 28px;
  	margin-top: 3px;
  	height: 100%;
  	border-radius: 22%;
}
.select2-dropdown {
	border: none !important;
}
.select2-results__option {
	margin-bottom: 0 !important;
	padding: 0 !important;
}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: rgb(230,230,230) !important;
	color: black !important;
}
.unit-label-wrapper {
	display: flex;
	align-content: center;
	flex-direction: column;
}
.unit-label-grower {
	display: flex;
	flex-grow: 2;
}
.unit-label-shrinker {
	display: flex;
	flex-shrink: 2;
	font-size: 16px;
	max-width: 205px;
	overflow: hidden;
}






.hide-me {
	visibility: hidden;
}
.remove-me {
	display: none;
}
.show-me {
	display: inline-block;
}

.signup-anchor {
	display: inline-block;
	text-align: center;
	text-decoration: none !important;
	color: white;
	background-color: #5dbd70;
	padding: 6px;
	min-width: 220px !important;
	border-radius: 18px;
	border: 0px;
}
.signup-anchor:hover{
	color: white !important;
	box-shadow: 0px 6px rgba(173,216,230, 0.2);
}

.login-not-loading {
    background: #5dbd70;
}

.error-standard {
	min-height: 4px;
}

.logout-button {
	width: 100%;
	height: 28px;
	border: none;
	border-radius: 14px;
	color: white;
	background: #5dbd70;
}
.logout-button:hover {
	cursor: pointer;
}

.logout-button:focus {
	outline: 0;
}


.login-button {
	margin-top: 10px;
	width: 220px;
	height: 28px;
	border: none;
	border-radius: 14px;
	color: white;
}

.login-button:hover {
	cursor: pointer;
}

.login-button:focus {
	outline: 0;
}

.login-loading {
    background: linear-gradient(124deg, #01ca7c, #31e7ff, #01ca7c);
    background-size: 200% 100%;

    animation-iteration-count: infinite;
    -webkit-animation: rainbow 4s ease infinite;
    -moz-animation: rainbow 4s ease infinite;
    -ms-animation: rainbow 4s ease infinite;
    -o-animation: rainbow 4s ease infinite;
    animation: rainbow 4s ease infinite;
}
@-webkit-keyframes rainbow {
    0%{background-position:200% 100%}
    100%{background-position:0% 100%}
}
@-moz-keyframes rainbow {
    0%{background-position:200% 100%}
    100%{background-position:0% 100%}
}
@-o-keyframes rainbow {
    0%{background-position:200% 100%}
    100%{background-position:0% 100%}
}
@keyframes rainbow {
    0%{background-position:200% 100%}
    100%{background-position:0% 100%}
}

.cursor-default {
	cursor: default;
}
.cursor-pointer {
	cursor: pointer;
}

.loader {
	margin-top: 36px;
  	border: 12px solid #f3f3f3; /* Light grey */
  	border-top: 12px solid rgb(0, 213, 99);
  	border-radius: 50%;
  	width: 60px;
  	height: 60px;
  	animation: spin 2s linear infinite;
  	margin-left: 90px;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.resolwc_banner {
	background-image: url("../assets/images/Plugin_Header.jpg");
  	background-color: #f9f9f2;
  	height: 160px;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: contain;
  	position: relative;
}
#wpcontent {
	padding-left: 0 !important;
}
.current .toplevel_page_resolw-settings > div > img {
	opacity: 1 !important;
}
.toplevel_page_resolw-settings > div > img {
	height: 34px;
	margin-top: 0;
    padding-top: 0 !important;
}
.login-content-styles {
	width: 220px !important;
	margin-left: calc(50% - 110px);
}
.content-styles {
	width: 260px !important;
	margin-left: calc(50% - 130px);
}
.team-name-label {
	margin-top: 60px;
	font-size: 14px;
}
.team-name-text {
	margin-top: 6px;
	font-size: 16px;
	margin-left: 18px;
	text-transform: uppercase;
	font-weight: 300;
	width: calc(50vw + 20px);
	height: 40px;
}
#resolwc_login_email {
	margin-top: 54px;
	width: 220px;
	height: 34px;
}
#resolwc_login_email::placeholder {
	color: darkgray;
	font-size: 14px;
}
#resolwc_login_password {
	margin-top: 12px;
	width: 220px;
	height: 34px;
}
#resolwc_login_password::placeholder {
	color: darkgray;
	font-size: 14px;
}
.account-question {
	text-align: center;
	font-size: 10px;
	padding: 6px;
}


