@charset "utf-8";

* { 
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
	box-sizing: border-box;
}

body {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: 100%;
	width: 100%;
}

body.popup {
	padding-bottom: 20px;
}

.mobileOnly, .mbonly {
	display: block;
}
.desktopOnly, .dtonly {
	display: none;
}


.contain {
	padding-left: 20px;
	padding-right: 20px;
	max-width: 1220px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (min-width: 768px) {
	.mobileOnly, .mbonly {
		display: none;
	}
	.desktopOnly, .dtonly {
		display: block;
	}
}

/* loader */
.loader {
	display: none;
	position: fixed;
	z-index: 999999;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.8);
	background-image: url(../_images/loader.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

body.loading {
    overflow: hidden;   
}

body.loading .loader {
    display: block;
}

.pageheader {
	display: block;
}

.pageheader .col1 {
	display: block;
	text-align: center;
}
.pageheader .col2 {
	display: block;
	text-align: center;
}

@media only screen and (max-width: 489px) {
	.pageheader .col1 {
		background-color: #f4f5f6;
		margin-left: -20px;
		margin-right: -20px;
	}
	
	.pageheader .col2 {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

@media only screen and (min-width: 490px) {
	
	.pageheader {
		padding-top: 20px;
		padding-bottom: 20px;
	}
		
	.pageheader .col1 {
		float: left;
		width: 50%;
	}
	.pageheader .col2 {
		float: right;
		width: 50%;
		text-align: right;
	}
}

.pageheader .col1 a {
	background-image: url(../_images/cr_logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	text-align: left;
	display: block;
	height: 80px;
	background-size: 149px 50px;
}

@media only screen and (min-width: 490px) {
	.pageheader .col1 a {
		width: 149px;
	}
}

@media only screen and (min-width: 768px) {
	.pageheader .col1 a {
		height: 100px;
		width: 224px;
		background-size: 224px 75px;
	}
}

@media only screen and (min-width: 1440px) {
	.pageheader .col1 a {
		height: 150px;
		width: 287px;
		background-size: 287px 96px;
	}
}

.pageheader .col2 ul li {
	display: inline-block;
	height: 150px;
}

.pageheader .col2 .l1 {
	background-image: url(../_images/midfinger-logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	text-align: left;
	height: 40px;
	width: 72px;
	background-size: 72px 50px;
	margin-right: 20px;
}

.pageheader .col2 .l2 {
	background-image: url(../_images/mid-logo.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	text-align: left;
	height: 40px;
	width: 121px;
	background-size: 121px 50px;
	margin-left: 20px;
}

@media only screen and (min-width: 490px) {
	.pageheader .col2 .l1 {
		margin-right: 20px;
		height: 80px;
	}
	
	.pageheader .col2 .l2 {
		height: 80px;
		margin-left: 0px;
	}
}


@media only screen and (min-width: 768px) {
	.pageheader .col2 .l1 {
		height: 100px;
		width: 86px;
		text-indent: -9999px;
		text-align: left;
		margin-right: 20px;
		background-size: 86px 60px;
	}
	
	.pageheader .col2 .l2 {
		height: 100px;
		width: 145px;
		text-indent: -9999px;
		text-align: left;
		background-size: 145px 60px;
	}
	
}

@media only screen and (min-width: 1440px) {
	.pageheader .col2 .l1 {
		height: 150px;
		width: 123px;
		background-size: 123px 86px;
	}
	
	.pageheader .col2 .l2 {
		height: 150px;
		width: 208px;
		background-size: 208px 86px;
	}
	
}

.pageheader.nopad {
	padding-bottom: 0px;
}

.bluebar {
	background-image: url(../_images/blue.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.bluebar .text {
	font-size: 18px;
	line-height: normal;
	color: rgba(255,255,255,1);
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	font-weight: 300;
}

.bluebar .text h2 {
	font-size: 24px;
	line-height: normal;
	padding-bottom: 10px;
	font-weight: 700;
}

@media only screen and (min-width: 768px) {
	
	.bluebar .text {
		font-size: 22px;
		padding-top: 70px;
		padding-bottom: 70px;
	}
	
	.bluebar .text h2 {
		font-size: 36px;
		line-height: normal;
		padding-bottom: 10px;
	}
}

.mainpage {
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 600px;
}

.threecol .col {
	display: block;
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cecece;
}


@media only screen and (min-width: 900px) {
	
	.threecol .col {
		text-align: left;
		display: block;
		width: 33.3333%;
		float: left;
		padding-right: 25px;
		padding-left: 25px;
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #cecece;
		padding-bottom: 0px;
		margin-bottom: 0px;
		border-bottom: none;
	}
	
	.threecol .col:last-child {
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #cecece;
	}
	
}

h3 {
	font-weight: 300;
	font-size: 22px;
	padding-bottom: 20px;
	color: #000;
}

.stdtext {
	font-size: 14px;
	font-weight: 300;
	color: #5b5b5b;
}

.stdtext h2 {
	font-weight: 300;
	font-size: 22px;
	padding-bottom: 20px;
	color: #000;
}

.stdtext a {
	color: #5cb5bb;
	text-decoration: none;
}

.stdtext a:hover {
	color: #5cb5bb;
	text-decoration: underline;
}

.stdtext p {
	padding-bottom: 20px;
}

.loginform label {
	display: block;
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 5px;
	color: #000;
}

.textfield {
	border: 1px solid #707070;
	line-height: 40px;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
	font-size: 18px;
	max-width: 450px;
	color: #000;
}

select.textfield {
	padding-top: 8px;
	padding-bottom: 8px;
	height: 44px;
	font-weight: 300!important;
}

textarea.textfield {
	padding-top: 12px;
	padding-bottom: 12px;
	line-height: 24px;
	font-weight: 300!important;
}

.ticketform .textfield {
	max-width: 750px;
}

.textfield.err {
	border: 1px solid rgba(204,51,0,1)!important;
}

.button {
	border: 1px solid #469fa7;
	background-color: #5cb5bb;
	line-height: 40px;
	width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	font-weight: 300;
	cursor: pointer;
	max-width: 450px;
}

.button:hover {
	background-color: #469fa7;
}


.footer {
	background-color: #4f4f4f;
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 12px;
	color: #aeaeae;
}

.errmsg {
	color: rgba(204,0,0,1);
	padding-bottom:20px;
}

.errmsg p {
	padding-bottom: 0px;
	font-weight: 400;
}

.msg {
	padding-bottom:20px;
}

.msg p {
	padding-bottom: 0px;
	font-weight: 700;
	font-size: 18px;
}

@media only screen and (min-width: 1220px) {
	.msg {
		padding-left: 30px;
	}
}

.pageheader .nav {
	background-color: rgba(245,245,245,1);
	padding-top: 20px;
	padding-bottom: 10px;
}

@media only screen and (min-width: 490px) {
	.pageheader .nav {
		margin-top: 10px;
	}
}

.pageheader .nav ul li {
	display: inline-block;
	margin-right: 20px;
	padding-bottom: 10px;
}

.pageheader .nav ul li a {
	color: rgba(0,0,0,1);
	text-decoration: none;
	font-size: 14px;
	font-weight: 300;
}

.pageheader .nav ul li a:hover {
	text-decoration: underline;
}

.pageheader .nav ul li a.on {
	font-weight: 700;
}

@media only screen and (max-width: 489px) {
	.subnav {
		padding-top: 20px;
	}
}

.subnav ul li {
	display: inline-block;
	margin-right: 20px;
	padding-bottom: 10px;
}

.subnav ul li a {
	color: #5cb5bb;
	text-decoration: none;
	font-size: 14px;
	font-weight: 400;
}

.subnav ul li a:hover {
	text-decoration: underline;
}

.subnav ul li a.on {
	font-weight: 700;
}

.subnav ul li a.add {
	background-image: url(../_images/add.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 15px 15px;
	padding-left: 30px;
	border: 1px solid #469fa7;
	background-color: #5cb5bb;
	padding-right: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	color: #fff;
	line-height: 25px;
	display: inline-block;
}

.subnav ul li a.add.adduser {
	background-image: url(../_images/add_user.png);
}

.subnav ul li a.add:hover {
	text-decoration: none;
	background-color: #469fa7;
}


.subnav .searchform .textfield {
	max-width: 150px;
	display: inline-block;
	margin-right: 10px;
	text-align: left;
	line-height: 25px;
	font-size: 14px;
}

@media only screen and (min-width: 400px) {
	.subnav .searchform .textfield {
		max-width: 200px;
	}
}

.subnav .searchform .button {
	max-width: 80px;
	display: inline-block;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
}

.subnav .searchform {
	padding-top: 10px;
}

@media only screen and (min-width: 840px) {
	.subnav ul {
		float: left;
		display: inline-block;
	}
	.subnav .searchform {
		float: right;
		display: inline-block;
		text-align: right;
		white-space: nowrap;
		width: 300px;
		padding-top: 0px;
	}
}

table.ticketlist tr td {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}


table.ticketlist thead tr th {
	font-weight: 700;
	color: rgba(92,181,187,1);
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(92,181,187,1);
	text-align: left;
	padding-left: 5px;
	line-height: 30px;
	margin-bottom: 10px;
}

table.ticketlist tbody tr td {
	font-size: 14px;
	font-weight: 300;
	vertical-align: top;
}

table.ticketlist tbody tr:nth-child(even) td {
	background-color: rgba(245,245,245,1);
}

table.ticketlist thead .col1 {
	width: 70px;
}

table.ticketlist thead .col2 {
	width: 70px;
}

table.ticketlist tbody .col3 {
	font-weight: 400;
}

table.ticketlist tbody tr td .status.answered {
	color: rgba(51,153,0,1);
}

table.ticketlist tbody tr td .status.clientreply {
	color: rgba(255,102,0,1);
}
table.ticketlist tbody tr td .status.open {
	color: rgba(255,51,51,1);
}

@media only screen and (min-width: 600px) {

	table.ticketlist tbody tr td .status {
		display: inline-block;
		padding-top: 5px;
		padding-right: 10px;
		padding-bottom: 5px;
		padding-left: 10px;
		background-color: rgba(204,204,204,1);
		color: rgba(255,255,255,1);
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		width: 90px;
		text-align: center;
		text-transform: uppercase;
		font-size: 12px;
		font-weight: 400;
	}
	
	table.ticketlist tbody tr td .status.answered {
		background-color: rgba(51,153,0,1);
		color: rgba(255,255,255,1);
	}
	
	table.ticketlist tbody tr td .status.clientreply {
		background-color: rgba(255,102,0,1);
		color: rgba(255,255,255,1);
	}
	table.ticketlist tbody tr td .status.open {
		background-color: rgba(255,51,51,1);
		color: rgba(255,255,255,1);
	}
	
	table.ticketlist thead .col2 {
		width: 120px;
	}

}

table.ticketlist tr .col4 {
	display: none;
}

table.ticketlist tr .col5 {
	display: none;
}

@media only screen and (min-width: 600px) {
	table.ticketlist tr .col5 {
		display: table-cell;
	}
}

@media only screen and (min-width: 768px) {
	table.ticketlist tr .col4 {
		display: table-cell;
	}
}

@media only screen and (min-width: 768px) {
	table.ticketlist tr .col4 {
		width: 180px;
	}
}

 

.ticketform label {
	display: block;
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 5px;
	color: #000;
}

.fileuploadwrap {
	width: 100%;
	padding-right:  20px;
	max-width: 500px;
}

.fileslist thead td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	padding-right: 0px;
}

.fileslist tbody td {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.fileslist {
	margin-top: 10px;
}

@media only screen and (max-width: 500px) {
	.fileslist {
		width: 100%;
	}
}

.fileslist tbody td {
	background-color: rgba(244,244,244,1);
	border-bottom: solid rgba(255,255,255,1) 5px;
}

.fileslist a.deletelink {
	background-image: url(../_images/delete.png);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	display: block;
	height: 16px;
	width: 16px;
	background-size: 16px 16px;	
}

.fileuploadwrap p {
	padding-bottom: 15px;
}

.ticketheader {
	padding-top:30px;
	padding-bottom: 30px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: #5eb9be;
	color: #fff;
	margin-bottom: 30px;
	margin-top: -20px;
}

.ticketheader.closed {
	background-color: #f5f5f5;
	color: #5b5b5b;
}

.ticketheader h2 {
	padding-bottom: 5px;
	color: #fff;
	font-weight: 400;
	font-size: 24px;
	padding-top: 5px;
}

.ticketheader.closed h2 {
	color: #5b5b5b;
}

@media only screen and (min-width: 768px) {
	.ticketheader h2 {
		font-size: 32px;
	}
}

@media only screen and (max-width: 1219px) {
	.ticketheader {
		margin-left: -20px;
		margin-right: -20px;
	}
}

@media only screen and (min-width: 1220px) {
	.ticketheader {
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		border-radius: 5px;
		padding-left: 30px;
		padding-right: 30px;
	}
}

.ticketheader p {
	padding-bottom: 0px;
}

.ticketheader .twocolthwrap .col.col2 {
	padding-top: 20px;
}

@media only screen and (min-width: 600px) {
	.ticketheader .twocolthwrap {
		display: table;
		width: 100%;
	}
	.ticketheader .twocolthwrap .col {
		display: table-cell;
		vertical-align: top;
	}
	
	.ticketheader .twocolthwrap .col.col2 {
		text-align: right;
		width: 220px;
		padding-left: 20px;
		padding-top: 0px;
	}
}

.ticketheader .col.col2 p {
	padding-bottom: 10px;
}

.ticketform .ticketheader .button.closeticket {
	background-color: rgba(255,255,255,1);
	color: rgba(94,185,190,1);
	border: 1px solid rgba(255,255,255,1);
	line-height: 40px;
	font-size: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-transform: uppercase;
	font-weight: 400;
	background-image: url(../_images/tick.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 16px 16px;
	padding-left: 30px;
}

.ticketform .ticketheader .button.reopenticket {
	background-color: rgba(255,255,255,1);
	color: rgba(94,185,190,1);
	border: 1px solid rgba(255,255,255,1);
	line-height: 40px;
	font-size: 16px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-transform: uppercase;
	font-weight: 400;
	background-image: url(../_images/reopen.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 16px 16px;
	padding-left: 30px;
}

.twocolabwrap {
	width: 100%;
	max-width: 750px;
}

.replybox .twocolabwrap {
	max-width: none;
}

.replybox .textfield {
	max-width: none;
}

.ticketform .twocolab .col1 {
	padding-bottom: 20px;
}

@media only screen and (min-width: 400px) {

	.ticketform .twocolab {
		display: table;
		width: 100%;
	}
	
	.ticketform .twocolab .col {
		display: table-cell;
		vertical-align: top;
		padding-bottom: 0px;
	}
	
	.ticketform .twocolab .col.col2 {
		text-align: right;
	}
	
	.ticketform .button {
		max-width: 140px;
		line-height: 30px;
		font-size: 16px;
	
	}

}

@media only screen and (min-width: 1220px) {
	.ticketpad {
		padding-left: 30px;
	}
}

.replybox label {
	font-size: 24px;
}

.history .postwrap {
	display: table;
	width: 100%;
}

.history .postwrap .col {
	text-align: top;
	padding-bottom: 30px;
	display: table-cell;
}

.history .postwrap:last-child .col {
	padding-bottom: 0px;
}

.history .postwrap .col.col1 {
	width: 100px;
	text-align: left;
}

.history {
	padding-top: 30px;
	margin-top: 30px;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #f5f5f5;
}

.history .postwrap .col.col1 {
	padding-right: 0px;
}

@media only screen and (min-width: 520px) {
	.history .postwrap .col.col1 {
		padding-right: 15px;
		background-image: url(../_images/timeline.png);
		background-repeat: repeat-y;
		background-position: 102px top;
		padding-left: 0px;
	}
}

@media only screen and (min-width: 1220px) {
	.history .postwrap .col.col1 {
		padding-left: 30px;
		background-position: 132px top;
	}
}

.history .postwrap .col.col1 .dtwrap {
	padding-right: 70px;
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 60px 60px;
	padding-top: 10px;
}

.history .postwrap .col.col1 .dtwrap {
	background-image: url(../_images/userreply.png);
}

.history .postwrap.userpost .col.col1 .dtwrap {
	background-image: url(../_images/userpost.png);
}


@media only screen and (min-width: 451px) {
	.history .postwrap .col.col1 .dtwrap .date {
		font-size: 14px;
		display: block;
		text-align: left;
		color: rgba(173,173,173,1);
	}
	
	.history .postwrap .col.col1 .dtwrap .time {
		font-size: 22px;
		display: block;
		text-align: right;
		line-height: 14px;
	}
}

@media only screen and (max-width: 519px) {
	
	.history .postwrap .col.col1 {
		width: 80px;
	}
	
	.history .postwrap .col.col1 .dtwrap .date {
		text-align: right;
	}
	
	.history .postwrap .col.col1 .dtwrap {
		padding-right: 20px;
	}
	
	.history .postwrap .col.col1 .dtwrap {
		background-image: none;
	}
	
	.history .postwrap.userpost .col.col1 .dtwrap {
		background-image: none;
	}
}

@media only screen and (max-width: 450px) {
	
	.history .postwrap .col {
		padding-bottom: 30px;
		display: block;
	}
	
	.history .postwrap .col.col1 {
		padding-bottom: 10px;
		padding-right: 0px;
		width: 100%;
		font-size: 18px;
	}
	
	.history .postwrap .col.col1 p {
		padding-bottom: 0px;
	}
	
	.history .postwrap .col.col1 .dtwrap .date {
		padding-right: 10px;
		display: inline-block;
	}
	
}

.history .postwrap .col.col2 .messagewrap {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;	
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-size: 16px;
	background-color: #f5f5f5;
}

.accountform {
	display: block;
	width: 100%;
	max-width: 750px;
}

.accountform label {
	display: block;
	font-size: 16px;
	font-weight: 300;
	padding-bottom: 5px;
	color: #000;
}

.accountform .textfield {
	max-width: none;
}

.accountform p.fieldsummary {
	padding-bottom: 5px;
	font-size: 12px;
}

.accountform .button {
	margin-top: 20px;
}

.accountform #title.textfield {
	max-width: 400px;
}

@media only screen and (min-width: 450px) {
	.accountform .button {
		max-width: 200px;
	}
}

.userlistwrap {
	width: 100%;
	max-width: 900px;
}

table.userlist tr td {
	padding: 5px;
}
table.userlist thead tr th {
	font-weight: 700;
	color: rgba(92,181,187,1);
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(92,181,187,1);
	text-align: left;
	padding-left: 20px;
	line-height: 30px;
}

table.userlist tbody tr td {
	font-size: 14px;
	font-weight: 300;
	vertical-align: middle;
}

table.userlist tbody tr:nth-child(even) td {
	background-color: rgba(245,245,245,1);
}

table.userlist tbody .col1 {
	font-weight: 400;
}

table.userlist .col3, table.userlist .col4 {
	width: 60px;
}

table.userlist .col3, table.userlist .col4, table.userlist .col5, table.userlist .col6, table.userlist .col7 {
	display: none;
}

@media only screen and (min-width: 430px) {
	table.userlist .col5 {
		display: table-cell;
	}
}

@media only screen and (min-width: 580px) {
	table.userlist .col3, table.userlist .col4 {
		display: table-cell;
	}
}

@media only screen and (min-width: 660px) {
	table.userlist .col7 {
		display: table-cell;
	}
}

@media only screen and (min-width: 720px) {
	table.userlist .col6 {
		display: table-cell;
	}
}

section.useroptions {
	padding-top: 30px;
}

section.useroptions input {
  opacity: 0;
  position: absolute;
}

section.useroptions label {
  position: relative;
  display: block;
  background: #fff;
  border: 1px solid #f5f5f5;
  border-radius: 5px;
  padding: .5em 1em .5em 5em;
  box-shadow: 0 1px 2px rgba(255, 255, 255, 0) inset, 0 0 10px rgba(100, 100, 100, 0.02) inset;
  cursor: pointer;
  text-shadow: 0 2px 2px #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  
}
section.useroptions label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: .7em;
  width: 3em;
  height: 1.2em;
  border-radius: .6em;
  background: #eee;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.useroptions label::after {
  content: '';
  position: absolute;
  top: 50%;
  left: .5em;
  width: 1.4em;
  height: 1.4em;
  border: .25em solid #fafafa;
  border-radius: 50%;
  box-sizing: border-box;
  background-color: #ddd;
  background-image: -webkit-linear-gradient(bottom, #fff 0%, #fff 40%, transparent 100%);
  background-image: linear-gradient(to top, #fff 0%, #fff 40%, transparent 100%);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

section.useroptions label, section.useroptions label::before,  section.label::after {
  -webkit-transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.2s cubic-bezier(0.165, 0.84, 0.44, 1);
}

section.useroptions label:hover, section.useroptions input:focus + label {
  color: black;
}

section.useroptions label:hover::after, section.useroptions input:focus + label::after {
  background-color: #ccc;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

section.useroptions input:checked + label::before {
  background: #469fa7;
}

section.useroptions input:checked + label::after {
  -webkit-transform: translateX(2em) translateY(-50%);
          transform: translateX(2em) translateY(-50%);
}

section.useroptions div {
  font-size: 16px;
  padding-bottom: 10px;
}

.subnav a.deleteuser, .subnav a.deleteticket {
	color: #C00;
}

.deletelink {
	color: #C00!important;
}

.movelink {
	color: #000;
	display: block;
	text-decoration: none;
	background-image: url(../_images/moveicon.png);
	padding-left: 20px;
	background-repeat: no-repeat;
	line-height: 18px;
	font-size: 13px;
}

.button.categorybutton {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: normal;
	width: 90px;
}
.button.usergroupbutton {
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 5px;
	line-height: normal;
	width: 120px;
}

.catlistwrap {
	width: 100%;
	max-width: 500px;	
}

table.catlist {
	width: 100%;
}

table.catlist tr td {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: left;
}

table.catlist thead tr th {
	font-weight: 700;
	color: rgba(92,181,187,1);
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: rgba(92,181,187,1);
	text-align: left;
	padding-left: 5px;
	line-height: 30px;
}

table.catlist tbody tr td {
	font-size: 14px;
	font-weight: 300;
	vertical-align: middle;
}

table.catlist .col3 {
	text-align: center;
}

table.catlist tbody tr:nth-child(even) td {
	background-color: rgba(245,245,245,1);
}

.catlist .textfield {
	width: 100%;
	line-height: normal;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	margin: 0px;
}

p.serialno {
	font-size: 20px;
	padding-bottom: 5px;
	font-weight: 500;
}
.paginationwrap {
	padding: 10px;
	background-color: #f5f5f5;
	margin-top: 30px;
}
.paginationwrap .pagination a {
	display: block;
	background-color: #5cb5bb;
	color: #fff;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
}