body {
	font-family: 'Open Sans', sans-serif;
	background-color: #f9fafa;
	padding-bottom: 63px;
}

#login-container {
	height: 100%;
	width: 100%;
	background: url('/assets/img/bg-image.jpg') no-repeat center center
		fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.login-pane {
	width: 465px;
	height: 340px;
	background-color: #ffffff;
	box-shadow: 0 2px 23px 0 #0a80b0;
	margin-top: 300px;
	padding: 50px;
}

.login-pane .btn {
	margin-top: 50px;
	width: 100%;
}

.login-pane label {
	opacity: 0.7;
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.77;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
}

textarea {
	resize: none;
}

input, textarea {
	background-color: rgba(0, 156, 222, 0.02) !important;
	border-radius: 4px;
	border: solid 1px rgba(0, 156, 222, 0.2);
}

.btn-primary, .btn-primary:hover, .btn-primary:active, .btn-primary:focus
	{
	background-color: #009cde;
	border-color: #009cde;
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:active,
	.btn-secondary:focus {
	border-radius: 3.6px;
	border: solid 0.9px rgb(0, 156, 222);
	color: rgb(0, 156, 222);
	background-color: white;
}

.btn-secondary:disabled, .btn-secondary:disabled:hover:active:focus {
	color: rgb(213, 213, 213);
	border: solid 0.9px rgb(213, 213, 213);
	background-color: white;
}

.btn-primary:disabled, .btn-primary:disabled:hover:active:focus {
	background-color: rgb(213, 213, 213);
	border-color: rgb(213, 213, 213);
}

.logo {
	width: 218px;
	margin-bottom: 50px;
}

body>header {
	background-color: #009cde;
	background-image: url('/assets/img/logo-white.png');
	background-repeat: no-repeat;
	background-position: 30px 22px;
	padding-top: 22px;
	height: 65px;
}

header a, header a:hover, header a:active, header a:focus {
	color: white;
}

header span.signout {
	margin-right: 57px;
}

header span.dashboard {
	margin-right: 57px;
}

body>header span img {
	margin-right: 10px;
}

.no-team {
	width: 374px;
	margin-top: 126px;
}

div.add-team {
	margin-top: 85px;
	width: 240px;
}

.add-team a.btn {
	width: 100%;
}

h1 {
	font-size: 36px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.64;
	letter-spacing: normal;
	color: #484848;
	margin-bottom: 56px;
}

h1.add-team {
	text-align: center;
}

.fixed-footer {
	height: 95px;
	width: 100%;
	position: fixed;
	bottom: 0;
	background-color: rgb(249, 250, 250, 0.9);
}

.fixed-footer>div {
	width: 240px;
	text-align: center;
}

.fixed-footer .btn {
	width: 240px;
	margin-top: 24px;
}

p.add-team {
	width: 591px;
	opacity: 0.54;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.53;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
}

.new-team-form {
	width: 870px;
	height: 688px;
	background-color: white;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
	margin-top: 40px;
	padding: 80px;
}

.new-team-form .btn {
	margin-top: 35px;
	margin-bottom: 42px;
	width: 173px;
}

.new-ticket-form {
	width: 870px;
	height: 738px;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
	margin-top: 17px;
	padding: 80px;
}

.edit-ticket-back {
	width: 870px;
	margin-top: 60px;
}

.upload-zone {
	width: 272px;
	height: 321px;
	border-radius: 4px;
	background-color: rgba(0, 156, 222, 0.02);
	border: dashed 2px rgba(0, 156, 222, 0.29);
	text-align: center;
	padding: 9px;
}

.image-bg {
	width: 251px;
	height: 225px;
	background-color: #efefef;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

#add-new-team .form-field {
	margin-bottom: 14px;
}

.no-image {
	width: 251px;
	height: 225px;
	background-color: #efefef;
	background-image: url('/assets/img/ic-upload.png');
	background-repeat: no-repeat;
	background-position: 83px 85px;
}

.csv-upload-zone {
	width: 207px;
	height: 200px;
	border-radius: 4px;
	background-color: rgba(0, 156, 222, 0.02);
	border: dashed 2px rgba(0, 156, 222, 0.29);
	text-align: center;
	padding: 5px;
	display: inline-block;
	margin: 24px 9px 24px 24px;
	vertical-align: top;
	z-index: 1;
	position: relative;
}

.no-csv {
	width: 191px;
	height: 124px;
	background-color: #efefef;
	background-image: url('/assets/img/ic-upload.png');
	background-repeat: no-repeat;
	background-position: 62px 41px;
	background-size: 65px 43px;
	padding-top: 90px;
	color: red;
}

.valid-csv {
	width: 191px;
	height: 124px;
	background-color: #efefef;
	background-image: url('/assets/img/ic-csv.svg');
	background-repeat: no-repeat;
	background-position: 72px 22px;
	padding-top: 90px;
}

.valid-csv span {
	font-size: 12px;
	line-height: 1.5;
	text-align: center;
	color: rgb(107, 108, 109);
}

.csv-action-pane {
	display: inline-block;
	width: 39%;
	margin-left: 30px;
}

.csv-action-pane h1 {
	font-size: 26px;
	font-weight: 600;
	line-height: 0.88;
	color: rgb(72, 72, 72);
	margin-top: 40px;
	margin-bottom: 27px;
}

.csv-action-pane p {
	opacity: 0.54;
	font-size: 13px;
	line-height: 1.62;
	text-align: left;
	color: rgb(0, 0, 0);
	margin-right: 27px;
}

.upload-zone img {
	background-color: white;
	max-width: 251px;
	max-height: 225px;
}

.upload-zone span {
	opacity: 0.6;
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.77;
	letter-spacing: normal;
	color: black;
}

.upload-zone label, .csv-upload-zone label {
	font-size: 13px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	text-decoration: underline;
	letter-spacing: normal;
	text-align: center;
	color: #009cde;
	line-height: 1.77;
}

.upload-zone .text {
	margin-top: 19px;
}

.upload-zone-message {
	opacity: 0.6;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.92;
	text-align: center;
	color: rgb(0, 0, 0);
}

.required {
	color: #e81919;
}

#add-new-season-ticket .upload-zone img {
	background-color: white;
	max-width: 310px;
	max-height: 115px;
}

#add-new-season-ticket .image-bg {
	width: 310px;
	height: 115px;
}

#add-new-season-ticket .upload-zone {
	width: 330px;
	height: 184px;
	padding: 8px;
	margin-bottom: 14px;
}

#add-new-season-ticket .text {
	margin-top: 5px;
}

#add-new-season-ticket .front-card .no-image {
	width: 310px;
	height: 115px;
	background-color: #efefef;
	background-image: url('/assets/img/card-front.png');
	background-repeat: no-repeat;
	background-position: 98px 23px;
}

#add-new-season-ticket .back-card .no-image {
	width: 310px;
	height: 115px;
	background-color: #efefef;
	background-image: url('/assets/img/card-back.png');
	background-repeat: no-repeat;
	background-position: 98px 23px;
}

#add-new-season-ticket textarea {
	height: 148px;
}

label {
	opacity: 0.7;
	font-size: 14px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.64;
	text-align: center;
	color: #000000;
}

.form-field {
	margin-bottom: 30px;
}

#description {
	height: 119px;
}

.logo-preview {
	max-width: 272px;
	max-height: 272px;
}

.team-box {
	width: 248.6px;
	height: 221.9px;
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
	margin: 27px;
	text-align: center;
}

.team-box img {
	margin-top: 30px;
}

.team-box a {
	width: 100%;
	height: 100%;
	display: block;
}

.team-box h2 {
	opacity: 0.87;
	font-size: 19px;
	font-weight: 600;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.41;
	letter-spacing: normal;
	text-align: center;
	color: #000000;
	position: absolute;
	bottom: 35px;
	width: 248px;
}

.description {
	margin-bottom: 2rem;
	opacity: 0.54;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.53;
}

.team-logo {
	max-width: 150px;
	height: 105px;
}

#admin-owner-list table {
	font-size: 12px;
	width: 1110px;
	height: 519px;
	border-radius: 4px;
	background-color: #ffffff;
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
}

thead {
	font-weight: bold;
}

.table-striped tbody tr:nth-of-type(2n+1) {
	background-color: rgba(0, 156, 222, 0.03);
}

.owner-list-container {
	margin-top: 115px;
}

.owner-list-container .description {
	width: 591px;
}

.error-message {
	color: red;
	height: 0px;
}

.ticket-header, .team-header {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 61px;
	padding-bottom: 26px;
}

.ticket-header .edit-btn, .team-header .edit-btn {
	margin: 19px 19px 0 0;
}

.ticket-header img.logo {
	width: 208px;
	height: 127px;
	object-fit: contain;
	margin-bottom: 40px;
}

.ticket-header h1 {
	font-size: 26px;
	margin-bottom: 32px;
}

.team-header img.logo {
	margin: 0 32px 32px 32px;
	max-height: 92px;
	width: initial;
}

.ticket-header p, .team-header p {
	width: 591px;
	margin-left: 132px;
}

.team-header h1 {
	margin-bottom: 26px;
}

.ticket-header p {
	opacity: 0.54;
}

.pane {
	width: 860px;
	border-radius: 2px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
}

.ticket-pane {
	padding: 20px;
	margin-bottom: 17px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
}

.ticket-pane:hover {
	background-color: rgb(255, 255, 255);
	box-shadow: 0 2px 41px 0 rgba(0, 0, 0, 0.16);
}

.ticket-pane img {
	max-width: 190px;
	max-height: 120px;
}

.ticket-pane .ticket-type {
	opacity: 0.78;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.44;
	text-align: left;
	color: rgb(0, 156, 222);
	margin-bottom: 17px;
}

.ticket-header .ticket-type {
	opacity: 0.78;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.44;
	text-align: center;
	color: rgb(0, 156, 222);
	margin-bottom: 17px;
	text-transform: uppercase;
}

.ticket-pane .card-name {
	opacity: 0.78;
	font-size: 20px;
	font-weight: 600;
	line-height: 1.15;
	text-align: left;
	color: rgb(0, 0, 0);
	margin-bottom: 27px;
}

.ticket-pane .card-column {
	text-align: center;
	padding-top: 30px;
}

.team-container {
	width: 895px;
}

.title-header {
	margin-bottom: 32px;
	margin-top: 40px;
}

.title {
	font-size: 24px;
	font-weight: 600;
	line-height: 0.96;
	text-align: left;
	color: rgb(72, 72, 72);
	margin-right: 24px;
}

.found-results {
	opacity: 0.54;
	font-size: 13px;
	line-height: 1.77;
	text-align: left;
	color: rgb(0, 0, 0);
}

.ticket-list {
	margin-top: 32px;
}

.last-update {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.64;
	text-align: left;
	color: rgb(0, 156, 222);
}

.csv-btn-group {
	display: inline-block;
	width: 100%;
	padding-right: 27px;
}

.csv-btn-group .btn {
	margin-left: 14px;
}

.back-link, .back-link:hover {
	color: rgb(0, 0, 0);
	opacity: 0.54;
	font-size: 14px;
	margin-top: 21.5px;
	display: block;
}

.pagination {
	margin-bottom: 18px;
}

.pagination a {
	border-radius: 2px;
	background-image: linear-gradient(to bottom, rgb(252, 252, 252),
		rgb(255, 255, 255));
	border: solid 0.5px rgb(229, 229, 229);
	padding: 5px;
	min-width: 25px;
}

.pagination a.disabled {
	opacity: 0.3;
}

.pagination input {
	margin-left: 19px;
	background-color: white !important;
	border-radius: 2px;
	border: solid 0.5px rgb(229, 229, 229);
	padding: 16px 4px 16px 4px;
	width: 39px;
	height: 31px;
	border-radius: 2px;
	text-align: center;
}

.pagination span {
	height: 34px;
	line-height: 34px;
	margin: 0 3px 0 3px;
}

.clickable {
	cursor: pointer;
}

thead td {
	font-size: 14px;
}

.vdp-datepicker input {
	width: 119px;
}

div.disabled {
	pointer-events: none;
	opacity: 0.4;
}

div.loading-spinner {
	background-image: url('/assets/img/loading-spinner.gif');
	background-repeat: no-repeat;
	background-position: 373px 93px;
	background-size: 96px 96px;
	z-index: 100;
	position: absolute;
	opacity: 1;
	width: 860px;
	height: 324px;
}

textarea.sms-message {
	width: 100%;
	height: 139px;
}

.btn>img.icon {
	margin-right: 11px;
}

.notification-scheduler .row {
	margin-bottom: 15px;
}

.notification-time-input {
	width: 40%;
}

.user-management-pane {
	width: 895px;
}

.user-management>h1 {
	margin-top: 62px;
	font-size: 36px;
}

.user-management-pane p.description {
	width: 591px;
}

.add-edit-user select {
	width: 320px;
	height: 42px;
	border-radius: 2px;
	background-color: rgba(0, 156, 222, 0.02);
	border: solid 1px rgba(0, 156, 222, 0.2);
}

.add-edit-user>div {
	width: 320px;
}

.add-edit-user label {
	margin-top: 15px;
}

#user-list .modal-header {
	border: 0;
}

#user-list .modal-footer {
	width: 300px;
	margin: auto;
	border: 0;
}

#user-list .modal-footer button {
	width: 135px;
	height: 42px;
	border-radius: 3.6px;
}

.add-edit-user input {
	width: 320px;
	height: 42px;
	border-radius: 2px;
	background-color: rgba(0, 156, 222, 0.02);
	border: solid 1px rgba(0, 156, 222, 0.2);
}

/* From https://vuejs.org/v2/examples/modal.html */
.modal-mask {
	position: fixed;
	z-index: 9998;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .5);
	display: table;
	transition: opacity .3s ease;
}

.modal-wrapper {
	display: table-cell;
	vertical-align: middle;
}

.modal-container {
	width: 505px;
	margin: 0px auto;
	padding: 20px 30px;
	background-color: #fff;
	border-radius: 2px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, .33);
	transition: all .3s ease;
}

.modal-header h3 {
	font-size: 24px;
	font-weight: 600;
	line-height: 0.96;
	color: rgb(72, 72, 72);
	margin-top: 0;
	width: 100%;
	text-align: center;
}

.modal-body {
	margin: 20px 0;
}

.modal-default-button {
	float: right;
}

/*
 * The following styles are auto-applied to elements with
 * transition="modal" when their visibility is toggled
 * by Vue.js.
 *
 * You can easily play with the modal transition by editing
 * these styles.
 */
.modal-enter {
	opacity: 0;
}

.modal-leave-active {
	opacity: 0;
}

.modal-enter .modal-container, .modal-leave-active .modal-container {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.graph-header {
	background-color: white;
	padding: 25px 10px 0 25px;
	color: rgba(142, 169, 180, 0.78);
	padding-bottom: 19px;
}

.graph-header * {
	display: inline-block;
}

.graph-header button {
	margin-top: 20px;
}

h1.title {
	margin-bottom: 15px;
}

.graph-header h1.title {
	margin-right: 10px;
}

.graph-header label {
	margin: 0;
}

.sms-btn {
	margin-left: 50px;
}

.team-uuid {
	opacity: 0.6;
	margin-bottom: 25px;
}

#dashboard {
	width: 1140px;
	height: 766px;
}

.dashboard-number-pane {
	width: 230px;
	height: 143px;
	border-radius: 2px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
	margin-bottom: 8px;
	padding: 18px;
}

.dashboard-number-pane .title {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.77;
	color: rgb(72, 72, 72);
}

.dashboard-number-pane .value {
	margin-top: 27px;
	font-size: 48px;
	line-height: 0.75;
	color: rgb(0, 156, 222);
	font-size: 48px;
}

.dashboard-sms-number-pane {
	width: 230px;
	height: 294px;
	border-radius: 2px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
	padding: 18px;
}

.dashboard-sms-number-pane .title, .dashboard-card-pane .title {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.77;
	color: rgb(72, 72, 72);
}

.dashboard-sms-number-pane .circle {
	margin-top: 17px;
	position: relative;
	width: 140px;
	height: 140px;
	border-radius: 50%;
	background-image: linear-gradient(43deg, rgb(0, 203, 241),
		rgb(0, 156, 222));
	box-shadow: 6px 5px 12px 0 rgba(0, 0, 0, 0.13);
}

.dashboard-sms-number-pane .circle::after {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 130px;
	height: 130px;
	border-radius: 50%;
	background-color: white;
	content: '';
}

.circle .content {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.92;
	text-align: center;
	width: 90px;
	color: rgb(142, 169, 180);
}

.circle .content .number {
	font-size: 26px;
	line-height: 1.08;
	color: rgb(0, 156, 222);
}

.dashboard-sms-number-pane .line {
	margin-top: 17px;
}

.dashboard-sms-number-pane .line .label {
	font-size: 13px;
	font-weight: 600;
	line-height: 1.77;
	color: rgb(72, 98, 108);
}

.dashboard-sms-number-pane .line .value {
	font-size: 17px;
	color: rgb(0, 156, 222);
}

.dashboard-meter {
	width: 192px;
	height: 192px;
}

.percent-text {
	font-size: 40.7px !important;
	line-height: 0.97;
	font-weight: normal !important;
	color: rgb(0, 156, 222);
}

.dashboard-meter span.value {
	font-size: 15.4px;
	line-height: 1.64;
	color: rgb(72, 72, 72);
	font-weight: 600;
}

.dashboard-meter span.total {
	font-size: 15.4px;
	line-height: 1.64;
	color: rgb(72, 72, 72);
}

.dashboard-card-pane {
	height: 294px;
	border-radius: 4px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
	padding: 18px;
}

.dashboard-card-pane .dashboard-meter {
	margin: 18px;
}

.sms-report {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
}

.dashboard-card-usage-container {
	padding: 0 0 5px 0;
}

.dashboard-card-usage {
	width: 278px;
	height: 4px;
	background-color: rgb(216, 216, 216, 0.4);
	display: inline-block;
	margin-top: -2px;
}

.shared-cards {
	position: relative;
	background-color: #ff8ca2;
	height: 4px;
	float: left;
	background-color: #ff8ca2;
}

.used-cards {
	position: relative;
	background-color: #009cde;
	height: 4px;
	float: left;
}

.card-usage-number {
	width: 26px;
	height: 13px;
	opacity: 0.9;
	font-size: 11px;
	line-height: 1.18;
	color: rgb(72, 98, 108);
}

.card-usage-tooltip {
	position: absolute;
	right: -18px;
	width: 36px;
	height: 15px;
	font-size: 10px;
	background: white;
	text-align: center;
	line-height: 1.4;
	border: 1px rgb(230, 230, 230) solid;
}

.shared-cards-tooltip {
	top: 7px;
}

.used-cards-tooltip {
	bottom: 7px;
}

.legend {
	margin-top: 12px;
	margin-bottom: 20px;
}

.legend .circle {
	border-radius: 50%;
	width: 9px;
	height: 9px;
	margin: 7px 5px 0 0;
}

.legend .caption {
	height: 23px;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.92;
	text-align: center;
	color: rgb(142, 169, 180);
}

.card-usage-name {
	height: 12px;
	font-size: 12px;
	line-height: 1;
	color: rgb(72, 98, 108);
	width: 100%;
	margin-bottom: -8px;
}

.activity-graph {
	box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12);
	width: 668px;
}

.vdp-datepicker input {
	width: 110px;
}

.modebar, .modebar--hover {
	display: none !important;
}

#dashboard .vdp-datepicker input {
	border: none;
	border-bottom: 1px solid rgba(142, 169, 180, 0.78);
	border-radius: 0;
	background-color: white !important;
	width: 98px;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.64;
	text-align: center;
	color: rgb(142, 169, 180, 0.78);
}

#dashboard .vdp-datepicker__calendar {
	color: black;
}

span#sms-sent-count {
	color: rgb(0, 156, 222);
}

.graph-header .graph-title {
	display: block;
}

.oval {
	border-radius: 50%;
	width: 4px;
	height: 4px;
	background-color: rgb(0, 156, 222);
	margin-bottom: 3px;
}

.notification-image {
	width: 93px;
	height: 58px;
	margin: 23px;
}

.notification-message {
	width: 314px;
	height: 42px;
	opacity: 0.54;
	font-size: 13px;
	line-height: 1.62;
	color: rgb(0, 0, 0);
	overflow: hidden;
}

.notification-message:hover {
	overflow: visible;
	height: 100%;
}

.notification-table {
	width: 100%;
	margin: 20px;
	margin-left: 0px;
}

.notification-table thead td {
	width: 73px;
	height: 23px;
	opacity: 0.54;
	font-size: 12px;
	font-weight: 600;
	line-height: 1.92;
	color: rgb(0, 0, 0);
}

.notification-table tbody {
	font-size: 14px;
	font-weight: 600;
	line-height: 1.38;
	color: rgb(72, 72, 72);
	vertical-align: top;
}

.notification-footer {
	height: 56px;
	width: 100%;
	padding: 0px 30px 16px 30px;
}

.notification-footer .btn {
	width: 128px;
	height: 42px;
}