@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,700,400italic&subset=latin,latin-ext);

body {
	font-family: 'Open Sans', arial !important;
}

a, a:visited {
  text-decoration: none;
}

#mc-users-table td:last-child {
	white-space: nowrap;
	width: 1px;
}

.container-fluid {
	width: 90%;
	max-width: 1150px;
	background: #fff;
	margin-top: 15px;
	border-top: 3px solid #222;
	box-shadow: 5px 5px 20px rgba(100,100,100,0.5);
	padding-bottom: 20px;
	min-height: 500px;
	border-radius: 1px;
	box-shadow: 0 0 10px rbba(0,0,0,0.6) inset;
}

.alert {
	margin-top: 0px;
	margin-bottom: 30px;
	position: relative;
	top: -2px;
	border-radius: 0 !important;
	display: block;
	width: 100%;
	z-index: 100000;
}

.panel {
	border-radius: 0 !important;
}
.panel-title {
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 20px;
}
.panel-body {
	margin-bottom: 28px;
}
.clear {
	clear: both;
}

body {
	background: url(../images/bg.jpg) #8F8F91;
}

nav {
	margin-top: 13px;
	margin-bottom: 20px;
	padding-bottom: 0px;
	border-bottom: 1px solid #ccc;
	display: block;
}

nav a.logo {
	color: #222;
	text-transform: none;
	font-size: 25px;
	text-transform: uppercase;
	position: relative;
	line-height: 65px;
	padding-bottom: 5px;
	display: block;
	padding-left: 170px;
	float: left;
	font-weight: 300;
	transition: 0.2s;
}

nav a.logo:hover {
	color: #ed8f87;
	text-decoration: none !important;
	transition: 0.1s;
}

nav .logo img {
	height: 100px;
	margin-right: 10px;
	top: -17px;
	left: -18px;
	position: absolute;
}

nav {
	position: relative;
	display: block;
}

nav .mini {
	display: none;
	position: absolute;
	top: 1px;
	right: 0px;
	width: 315px;
	list-style-type: none;
	text-align: right;
	color: #ddd;
		font-size: 12px;
}

nav .mini a {
	font-size: 11.8px;
	line-height: 11px;
	transition: 0.2s;
	color: #222;
	border-bottom: 1px solid transparent;
	overflow: hidden;
	position: relative;
}
nav .mini a:after {
	content: '';
	background: transparent;
	display: block;
	height: 1px;
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 1px;
}

nav .mini a:hover:after{
	width: 100%;
	transition: 0.2s;
	background: #888;
}

nav .mini a:hover {
	transition: 0.2s;
	color: #888;
	text-decoration: none;
}


nav ul {
	position: absolute;
	top: 26px;
	right: 0px;
	width: 315px;
	list-style-type: none;
	margin-top: 7px;
}

nav ul li {
	float: left;
	list-style-type: none;
	margin-right: 10px;
}

nav ul li.logout {
	float: right;
	margin-right: 0px !important;
}

.new a {
	background: #035b96;
}

.money a {
	background: #057e38;
}

.logout a {
	background: #a92012;
}

nav ul li a {
	color: #fff;
	background: #f4a199;
	font-size: 12px;
	line-height: 20px;
	border-radius: 2px;
	display: block;
	padding: 3px 8px;
	text-transform: uppercase;
	transition: 0.05s;
	padding-left: 15px;
}

nav ul li a span {
	font-size: 12px;
	position: absolute;
	top: 10px;
	left: -7px;
}


nav ul li a:hover {
	color: #fff;
	background: #555;
	text-decoration: none;
}

.row {
	margin: 10px -15px 0px -15px;
}

.pagination {
	margin-right: -15px !important;
}

#mc-users-table {
	margin-top: 30px !important;
}

#mc-users-table tr.odd:hover, #mc-users-table tr.even:hover,  #mc-users-table tr.even:hover td, #mc-users-table tr.even:hover td{
	background: #eee !important;
	transition: 0.2s;
}

#mc-users-table .mc-users-table-timestamp {
	float: right;
	color: #C5C5C5;
	font-size: 8px;
}

.paginate_button.previous {
	margin-left: 15px;
}

.input-group {
	position: relative;
}


/*.input-group input + b {
	position: absolute;
	top: -10px;
	left: 51px;
	z-index: 10;
	pointer-events: none;
	transition: 0.2s;
}*/

/*.input-group input:invalid {
  background: hsla(0, 90%, 70%, 1);
}

.input-group input:valid {
  background: hsla(100, 90%, 70%, 1);
}*/


.form-group {
	margin-bottom: 18px;
}

.form-control  {
	font-size: 13px;
}

.input-group b {
	position: absolute;
	top: 7px;
	left: 52px;
	z-index: 10;
	pointer-events: none;
	transition: 0.2s;
	display: block;
	font-weight: normal;
	color: #999;
}

/*.input-group.ok b {
	top: -13px;
	left: 0px;
	transition: 0.2s;
	font-size: 9px;
}*/

.input-group.ok b {
	top: -6px;
	left: 49px;
	transition: 0.2s;
	font-size: 9.5px;
	background: #fff;
	padding: 0 2px 0 2px;
}

#mc-users-table {
	border-collapse: collapse;
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 2px !important;
    margin-bottom: 15px;
}

#mc-users-table th {
background: #eee;
font-size: 11px;
}

#mc-users-table th:after {
	top: 5px;
	display: block;
	position: absolute;
}

#mc-users-table td, #mc-users-table th {
	border: 1px solid #ccc;
	padding: 5px 10px;
}

#mc-users-table td {
	background: #fefefe;
	font-size: 13px;
	padding: 7px;
}

#mc-users-table td:nth-child(2n) {
	background: #fafafa;
}

.mc-form-errors {
	font-size: 10px;
	padding-top: 0px;
}

.footer {
	text-align: center;
	font-weight: 900;
	padding-top: 15px;
	padding-bottom: 15px;
	display: block;
	position: relative;
	color: #111;
	text-transform: 2px 2px 1px rgba(255,255,255,0.9);
}
.footer span {
	font-size: 11px;
	font-weight: 300;
}


a:focus,a:hover{color:#23527c;text-decoration:underline}a:focus{outline:none dotted;outline:0px auto -webkit-focus-ring-color;outline-offset:0px}


form > div {
	height: 40px;
	display: block;
}


@media (max-width:1050px) {

	img {
		margin: auto !important;
		display: block;
	}
	nav a.logo {
		font-size: 21px;
		line-height: 40px;
		padding-bottom: 35px;
	}

	nav ul {
	    margin-top: 35px;
	}

}

@media (max-width:650px) {
	nav a.logo {
		font-size: 21px;
		padding-left: 0px;
		width: 100%;
		height: 120px;
		line-height: 30px;
		padding-top: 10px;
		position: relative;
		display: block;
		float: inherit;
	}

	nav a.logo img {
			display: none !important;
	}

	nav ul {
	    margin-top: 70px;
	    float: inherit;
	}


	.col-sm-12 table td a {
		overflow: hidden;
		display: block;
		width: 100%;
	}

}
