*, *:focus {
	outline: none;
	margin: 0;
	padding: 0;
}
input::-moz-focus-inner {
	border:0;
	padding:0
}
html, body, div, span, legend {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
}
img {
	border: none;
}
textarea {
	overflow: auto;
}
textarea, input, input[type=text], input[type=password] {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}
button, input[type=submit], input[type=button] {
	font-family: Arial, Helvetica, sans-serif;
	cursor: pointer;
}
input, textarea, select, button {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ol, ul {
	list-style: none;
}
a {
	text-decoration: none;
	cursor: pointer;
}
*::-moz-focus-inner {
    border: 0;
}
/*===== General styles =====*/
body .overlay {
	display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
	z-index: 10000;
/*    background: #000000;
    opacity: .20;
    -moz-opacity: .20;
	filter: alpha(opacity=20);*/
}
body.waiting, body.waiting * {
	cursor:wait !important;
}
body.waiting .overlay {
	display:block;
}

/*===== General styles =====*/

body {
	font-family: Arial, Helvetica, sans-serif;
	background: url(images/background.jpg);
	font-size: 13px;
	line-height: 20px;
	color: #5f5f5f;
}
a {
	color: #5f5f5f;
}
.frame {
	margin: 20px 20px 20px 20px;
}

/* # Page header and content ================================ */

.left {
	width: 220px;
	position: fixed;
	background: url(images/inset.png);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 1px 1px #606060, 0 1px 1px #2a2a2a inset;
	-webkit-box-shadow: 0 1px 1px #606060, 0 1px 1px #2a2a2a inset;
	-moz-box-shadow: 0 1px 1px #606060, 0 1px 1px #2a2a2a inset;
}
.main {
	margin-left: 240px;
	background: url(images/inset.png);
	padding: 6px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 1px 1px #606060, 0 1px 1px #2a2a2a inset;
	-webkit-box-shadow: 0 1px 1px #606060, 0 1px 1px #2a2a2a inset;
	-moz-box-shadow: 0 1px 1px #606060, 0 1px 1px #2a2a2a inset;
    z-index: 100;
}
.main .wrapper {
	background: url(images/content-background.png);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	min-width: 700px;
}
.main .wrapper .content {
	padding: 16px;
}
.main .wrapper .header {
	-webkit-border-radius: 3px 3px 0 0;
	-moz-border-radius: 3px 3px 0 0;
	border-radius: 3px 3px 0 0;
	box-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: 0 1px 0 #fff;
	-moz-box-shadow: 0 1px 0 #fff;
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #fcfcfc 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #ececec));
	background: -webkit-linear-gradient(top, #fcfcfc 0%, #ececec 100%);
	background: -o-linear-gradient(top, #fcfcfc 0%, #ececec 100%);
	background: -ms-linear-gradient(top, #fcfcfc 0%, #ececec 100%);
	background: linear-gradient(top, #fcfcfc 0%, #ececec 100%);
	border-bottom: 1px solid #c1c1c1;
}

.main .wrapper .header:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.main .wrapper .header .heading {
	font-size: 14px;
	color: #4c4c4c;
	float: left;
	font-weight: bold;
	padding: 10px 18px;
	margin: 0;
}
.main .wrapper .header .heading > i {
	float: left;
	display: block;
	margin-top: 2px;
	margin-right: 8px;
	color: #606060;
	font-size: 16px;
	line-height: 1;
}
.main .wrapper .header .tasks {
	position: absolute;
	right: 29px;
	padding-left: 10px;
	background: #f5f5f5;
	background: -moz-linear-gradient(top, #fcfcfc 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #ececec));
	background: -webkit-linear-gradient(top, #fcfcfc 0%, #ececec 100%);
	background: -o-linear-gradient(top, #fcfcfc 0%, #ececec 100%);
	background: -ms-linear-gradient(top, #fcfcfc 0%, #ececec 100%);
	background: linear-gradient(top, #fcfcfc 0%, #ececec 100%);
}

.main .wrapper .header .tasks .button {
	font-size: 12px;
	/*padding: 13px 4px 12px 4px;*/
	border: none;
	color: #666666;
	background: transparent;
	margin: 0 0 0 0;
	font-weight: normal;
    height: 40px;
    box-sizing: border-box;
    outline: none;
}
.main .wrapper .header .tasks .button:hover {
	color: #333333;
}
.main .wrapper .header .tasks .button:active, .main .wrapper .header .tasks .button-group.open .button.dropdown-toggle {
	border: none;
	color: #333333;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.main .wrapper .header .tasks .button i {
	padding-right: 5px;
}
.main .wrapper .header .tasks .button-group .dropdown-menu {
	min-width: 200px;
	border-color: #c1c1c1;
	-webkit-box-shadow: 0 2px 5px 0px rgba(205, 205, 205, 0.95);
	-moz-box-shadow: 0 2px 5px 0px rgba(204, 204, 204, 0.95);
	box-shadow: 0 2px 5px 0px rgba(204, 204, 204, 0.95);
	left: auto;
	right: 13px;
	visibility: hidden;
	opacity: 0;
	display: block;
	transition: all 0.15s ease;
	-webkit-transition: all 0.15s ease;
	-moz-transition: all 0.15s ease;
}

.main .wrapper .header .tasks .button-group.open .dropdown-menu {
	opacity: 1;
	visibility: visible;
}
.main .wrapper .header .tasks .dropdown-menu li {

}
/*===== Notifications ====== */
.notifications {
    position: fixed;
	width: 100%;
    right: 0;
    top: 0;
	z-index: 100;
}
.notification {
	width: 100%;
	padding: 5px 20px 3px 20px;
	color: #FFFFFF;
	font-weight: 300;
	letter-spacing: 110%;
	cursor: default;
	background: #56a4ce url(images/button-background.png);
	background: url(images/button-background.png), -moz-linear-gradient(top, #56a4ce 0%, #3485ae 100%);
	background: url(images/button-background.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #56a4ce), color-stop(100%, #3485ae));
	background: url(images/button-background.png), -webkit-linear-gradient(top, #56a4ce 0%, #3485ae 100%);
	background: url(images/button-background.png), -o-linear-gradient(top, #56a4ce 0%, #3485ae 100%);
	background: url(images/button-background.png), -ms-linear-gradient(top, #56a4ce 0%, #3485ae 100%);
	background: url(images/button-background.png), linear-gradient(top, #56a4ce 0%, #3485ae 100%);
	border-bottom: 1px solid #3485ae;
}
.notification > i {
	display: inline-block;
}
.notification > div {
	display: inline-block;
	vertical-align: top;
}
.notification:last-of-type {
	box-shadow: 0 2px 2px #000000;
	-webkit-box-shadow: 0 2px 2px #000000;
	-moz-box-shadow: 0 2px 2px #000000;
}
.notification i:first-child {
	padding-right: 8px;
}
.notification a {
	text-decoration: underline;
}
.notification.success, .notification.success a {
	background: #96c161 url(images/button-background.png);
	background: url(images/button-background.png), -moz-linear-gradient(top, #96c161 0%, #609c3d 100%);
	background: url(images/button-background.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96c161), color-stop(100%, #609c3d));
	background: url(images/button-background.png), -webkit-linear-gradient(top, #96c161 0%, #609c3d 100%);
	background: url(images/button-background.png), -o-linear-gradient(top, #96c161 0%, #609c3d 100%);
	background: url(images/button-background.png), -ms-linear-gradient(top, #96c161 0%, #609c3d 100%);
	background: url(images/button-background.png), linear-gradient(top, #96c161 0%, #609c3d 100%);
	border-bottom: 1px solid #609c3d;
}
.notification.error, .notification.error a {
	background: #ec795d url(images/button-background.png);
	background: url(images/button-background.png), -moz-linear-gradient(top, #ec795d 0%, #d1573a 100%);
	background: url(images/button-background.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec795d), color-stop(100%, #d1573a));
	background: url(images/button-background.png), -webkit-linear-gradient(top, #ec795d 0%, #d1573a 100%);
	background: url(images/button-background.png), -o-linear-gradient(top, #ec795d 0%, #d1573a 100%);
	background: url(images/button-background.png), -ms-linear-gradient(top, #ec795d 0%, #d1573a 100%);
	background: url(images/button-background.png), linear-gradient(top, #ec795d 0%, #d1573a 100%);
	border-bottom: 1px solid #d1573a;
}
.notification.warning, .notification.warning a {
	background: #eca558 url(images/button-background.png);
	background: url(images/button-background.png), -moz-linear-gradient(top, #eca558 0%, #e28131 100%);
	background: url(images/button-background.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eca558), color-stop(100%, #e28131));
	background: url(images/button-background.png), -webkit-linear-gradient(top, #eca558 0%, #e28131 100%);
	background: url(images/button-background.png), -o-linear-gradient(top, #eca558 0%, #e28131 100%);
	background: url(images/button-background.png), -ms-linear-gradient(top, #eca558 0%, #e28131 100%);
	background: url(images/button-background.png), linear-gradient(top, #eca558 0%, #e28131 100%);
	border-bottom: 1px solid #e28131;
}

/*===== Branding =====*/
.branding {
	width: 220px;
	height: 60px;
	color: #e5e5e5;
}
.branding span {
	display: block;
	background: url(images/branding-prowedo.png) center center no-repeat;
	background-size: 80%;
	width: 100%;
	height: 100%;
	padding-top: 5px;
}

/*===== Navigation styles =====*/
.navigation {
	color: #e5e5e5;
	padding: 6px;
}
.navigation li {
	position: relative;
}
.navigation > li > a {
	text-shadow: 0 1px 1px #202020;
	color: #efefef;
	font-weight: bold;
	display: block;
	padding: 11px 12px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	background: #535353;
	background: url(images/button-background.png), -moz-linear-gradient(top, #565656 0%, #464646 100%);
	background: url(images/button-background.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #565656), color-stop(100%, #464646));
	background: url(images/button-background.png), -webkit-linear-gradient(top, #565656 0%, #464646 100%);
	background: url(images/button-background.png), -o-linear-gradient(top, #565656 0%, #464646 100%);
	background: url(images/button-background.png), -ms-linear-gradient(top, #565656 0%, #464646 100%);
	background: url(images/button-background.png), linear-gradient(top, #565656 0%, #464646 100%);
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.15) inset, 0 1px 1px #202020;
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.15) inset, 0 1px 1px #202020;
	-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.15) inset, 0 1px 1px #202020;
}
.navigation > li > a:hover {
	background: #5a5a5a;
	background: url(images/button-background.png), -moz-linear-gradient(top, #6A6A6A 0%, #575757 100%);
	background: url(images/button-background.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6A6A6A), color-stop(100%, #575757));
	background: url(images/button-background.png), -webkit-linear-gradient(top, #6A6A6A 0%, #575757 100%);
	background: url(images/button-background.png), -o-linear-gradient(top, #6A6A6A 0%, #575757 100%);
	background: url(images/button-background.png), -ms-linear-gradient(top, #6A6A6A 0%, #575757 100%);
	background: url(images/button-background.png), linear-gradient(top, #6A6A6A 0%, #575757 100%);
}
.navigation > li > a:active {
	background: #555555;
}
.navigation > li.active > a {
	color: #fff;
	vertical-align: middle;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 1px 1px rgba(255, 255, 255, 0.3) inset;
	text-shadow: 0 1px 1px #555;
	background: #2F86B2 url(images/button-background.png);
	background: url(images/button-background.png), -moz-linear-gradient(top, #68B4DD 0%, #2F86B2 100%);
	background: url(images/button-background.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #68B4DD), color-stop(100%, #2F86B2));
	background: url(images/button-background.png), -webkit-linear-gradient(top, #68B4DD 0%, #2F86B2 100%);
	background: url(images/button-background.png), -o-linear-gradient(top, #68B4DD 0%, #2F86B2 100%);
	background: url(images/button-background.png), -ms-linear-gradient(top, #68B4DD 0%, #2F86B2 100%);
	background: url(images/button-background.png), linear-gradient(top, #68B4DD 0%, #2F86B2 100%);
}
.navigation li a > i {
	margin-right: 10px;
}
.navigation li ul {
	margin-bottom: -6px;
}
.navigation li ul li {
	border-top: 1px solid #424242;
	position: relative;
	border-bottom: 1px solid #2c2c2c;
	padding-left: 6px;
}
.navigation li ul li:first-child {
	border-top: none;
}
.navigation li ul li a {
	color: #eee;
	display: block;
	padding: 8px 0 8px 25px;
}
.navigation li ul li:first-child a {
	padding-top: 11px;
	background-position: 11px 20px;
}
.navigation li a strong {
	padding: 5px 7px 4px 7px;
	line-height: 13px;
	height: 13px;
	position: absolute;
	right: 10px;
	top: 11px;
	background: #383838;
	font-size: 11px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	box-shadow: 0 1px 1px #606060, 0 1px 1px #282828 inset;
	-webkit-box-shadow: 0 1px 1px #606060, 0 1px 1px #282828 inset;
	-moz-box-shadow: 0 1px 1px #606060, 0 1px 1px #282828 inset;
}
.navigation li.active a strong {
	box-shadow: 0 1px 1px #282828 inset;
	-webkit-box-shadow: 0 1px 1px #282828 inset;
	-moz-box-shadow: 0 1px 1px #282828 inset;
}
.navigation > li > ul > li > a {
	color: #CCCCCC;
	cursor: pointer;
}
.navigation > li > ul > li > a:hover {
	color: #FFFFFF;
}
.navigation > li > ul > li > a:active {
	color: #FFFFFF;
	text-decoration: underline;
}
.navigation > li {
	margin-top: 6px;
}
.navigation > li:first-child {
	margin-top: 0;
}

/*===== Notes =====*/
.note {
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	-moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
	font-size: 12px;
	line-height: 15px;
	padding: 9px 20px 8px 20px;
	border-top: 1px solid #3485ae;
	border-bottom: 1px solid #3485ae;
	background: #56a4ce url(images/button-background.png);
	background: url(images/button-background.png), -moz-linear-gradient(top, #56a4ce 0%, #3485ae 100%);
	background: url(images/button-background.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #56a4ce), color-stop(100%, #3485ae));
	background: url(images/button-background.png), -webkit-linear-gradient(top, #56a4ce 0%, #3485ae 100%);
	background: url(images/button-background.png), -o-linear-gradient(top, #56a4ce 0%, #3485ae 100%);
	background: url(images/button-background.png), -ms-linear-gradient(top, #56a4ce 0%, #3485ae 100%);
	background: url(images/button-background.png), linear-gradient(top, #56a4ce 0%, #3485ae 100%);
}
.note a {
	color: #FFFFFF;
	text-decoration: underline;
}
.note.warning {
	border-top: 1px solid #e28131;
	border-bottom: 1px solid #e28131;
	background: #eca558 url(images/button-background.png);
	background: url(images/button-background.png), -moz-linear-gradient(top, #eca558 0%, #e28131 100%);
	background: url(images/button-background.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eca558), color-stop(100%, #e28131));
	background: url(images/button-background.png), -webkit-linear-gradient(top, #eca558 0%, #e28131 100%);
	background: url(images/button-background.png), -o-linear-gradient(top, #eca558 0%, #e28131 100%);
	background: url(images/button-background.png), -ms-linear-gradient(top, #eca558 0%, #e28131 100%);
	background: url(images/button-background.png), linear-gradient(top, #eca558 0%, #e28131 100%);
}
.note.success {
	border-top: 1px solid #7EA437;
	border-bottom: 1px solid #7EA437;
	background: #AAD15F url(images/button-background.png);
	background: url(images/button-background.png), -moz-linear-gradient(top, #AAD15F 0%, #7EA437 100%);
	background: url(images/button-background.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #AAD15F), color-stop(100%, #7EA437));
	background: url(images/button-background.png), -webkit-linear-gradient(top, #AAD15F 0%, #7EA437 100%);
	background: url(images/button-background.png), -o-linear-gradient(top, #AAD15F 0%, #7EA437 100%);
	background: url(images/button-background.png), -ms-linear-gradient(top, #AAD15F 0%, #7EA437 100%);
	background: url(images/button-background.png), linear-gradient(top, #AAD15F 0%, #7EA437 100%);
}
.note.danger {
	border-top: 1px solid #d1573a;
	border-bottom: 1px solid #d1573a;
	background: #ec795d url(images/button-background.png);
	background: url(images/button-background.png), -moz-linear-gradient(top, #ec795d 0%, #d1573a 100%);
	background: url(images/button-background.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ec795d), color-stop(100%, #d1573a));
	background: url(images/button-background.png), -webkit-linear-gradient(top, #ec795d 0%, #d1573a 100%);
	background: url(images/button-background.png), -o-linear-gradient(top, #ec795d 0%, #d1573a 100%);
	background: url(images/button-background.png), -ms-linear-gradient(top, #ec795d 0%, #d1573a 100%);
	background: url(images/button-background.png), linear-gradient(top, #ec795d 0%, #d1573a 100%);
}

/* # Logon window ================================ */

.logon {
	width: 500px;
	margin: 150px auto 0 auto;
	background: url(images/inset.png);
	padding: 6px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 1px 1px #606060, 0 1px 1px #2a2a2a inset;
	-webkit-box-shadow: 0 1px 1px #606060, 0 1px 1px #2a2a2a inset;
	-moz-box-shadow: 0 1px 1px #606060, 0 1px 1px #2a2a2a inset;
}
.logon .wrapper {
	background: url(images/content-background.png);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 20px 10px;
}

.logon .button i {
	margin-right: 7px;
}

/*===== Middle navigation =====*/

.panel ul {
	text-align: left;
	margin-bottom: 30px;
}
.panel li {
	margin: 10px 10px 0 10px;
	position: relative;
	display: inline-block;
	text-align: center;
}
.panel li a {
	padding: 14px 16px 7px 16px;
	min-width: 70px;
	display: block;
	font-weight: bold;
	white-space: nowrap;
	color: #626262;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-shadow: 0 1px #fff;
	border: 1px solid #CCCCCC;
	background: #ebebeb;
	background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
	background: linear-gradient(top, #ffffff 0%, #ebebeb 100%);
	box-shadow: 0 1px 2px #eee;
	-webkit-box-shadow: 0 1px 2px #eee;
	-moz-box-shadow: 0 1px 2px #eee;
}
.panel li a:hover {
	background: #e0e0e0;
	background: -moz-linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #e0e0e0));
	background: -webkit-linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%);
	background: -o-linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%);
	background: -ms-linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%);
	background: linear-gradient(top, #fcfcfc 0%, #e0e0e0 100%);
}
.panel li a:active {
	background: #6a6a6a;
	color: white;
	border: 1px solid #555;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
}
.panel li a > i {
	font-size: 16px;
}
.panel li a > span {
	display: block;
	line-height: 18px;
	font-weight: bold;
}
/*===== Seperators =====*/

.separator {
	height: 0;
	padding: 0;
	margin: 15px 0;
	position: relative;
	border-top: 1px solid #d6d6d6;
	border-bottom: 1px solid #fff;
}
.separator.dashed {
	border-top: none;
	border-bottom: 1px dashed #fafafa;
	background: #ccc;
}
.separator.doubled {
	border-top: medium double #ccc;
	color: #333;
	text-align: center;
}

.separator span {
	position: relative;
	top: -11px;
	padding: 0 5px 0 0;
	background: url("images/content-background.png") repeat;
	font-weight: bold;
}

/*===== Badges =====*/

.badge {
	color: #ffffff;
	display: inline-block;
	font-weight: bold;
	white-space: nowrap;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5f5f5f;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-size: 11px;
	font-weight: bold;
	padding: 5px 7px 4px 7px;
	line-height: 13px;
	margin: 0 3px;
}
a.badge:hover {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}
.badge-important {
	background-color: #c95454;
}
.badge-important[href] {
	background-color: #953b39;
}
.badge-warning {
	background-color: #d17d10;
}
.badge-warning[href] {
	background-color: #c67605;
}
.badge-success {
	background-color: #7aa745;
}
.badge-success[href] {
	background-color: #356635;
}
.badge-info {
	background-color: #589fc4;
}
.badge-info[href] {
	background-color: #2d6987;
}
.button .badge {
	position: relative;
	top: -1px;
}

/* ===== Buttons  ===== */

.button, .button[disabled]:active {
	color: #686868;
	font-weight: bold;
	display: inline-block;
	margin: 2px 0;
	line-height: 13px;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 8px 13px 7px 13px;
	border: 1px solid #CCCCCC;
	background: #fafafa;
	background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
	background: linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
}
.button.active, .button:active, .button-group.open .button.dropdown-toggle {
	background: #6a6a6a;
	color: white;
	border: 1px solid #555;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
}
.button[disabled] {
	cursor: default;
	color: #CCCCCC;
}
.button-primary {
	color: #fff;
	border: 1px solid #3e76af;
	background: #4786b8;
	background: -moz-linear-gradient(top, #5ba5cb 0%, #3a70ab 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5ba5cb), color-stop(100%, #3a70ab));
	background: -webkit-linear-gradient(top, #5ba5cb 0%, #3a70ab 100%);
	background: -o-linear-gradient(top, #5ba5cb 0%, #3a70ab 100%);
	background: -ms-linear-gradient(top, #5ba5cb 0%, #3a70ab 100%);
	background: linear-gradient(top, #5ba5cb 0%, #3a70ab 100%);
}
.button-primary:hover {
	opacity: 0.95;
	-webkit-transition: opacity 0.2s ease-in-out;
	-moz-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.button-primary:active, .button-primary.active, .button-group.open .button-primary.dropdown-toggle {
	background: #4786b8;
	border-color: #3e76af;
}
.button-warning {
	color: #fff;
	border: 1px solid #c4853e;
	background: #ca8e40;
	background: -moz-linear-gradient(top, #d5a44c 0%, #c07833 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d5a44c), color-stop(100%, #c07833));
	background: -webkit-linear-gradient(top, #d5a44c 0%, #c07833 100%);
	background: -o-linear-gradient(top, #d5a44c 0%, #c07833 100%);
	background: -ms-linear-gradient(top, #d5a44c 0%, #c07833 100%);
	background: linear-gradient(top, #d5a44c 0%, #c07833 100%);
}
.button-warning:active, .button-warning.active, .button-group.open .button-warning.dropdown-toggle {
	background: #ca8e40;
	border-color: #c4853e;
}
.button-danger {
	color: #fff;
	border: 1px solid #a95151;
	background: #b15e5e;
	background: -moz-linear-gradient(top, #c57979 0%, #a34c4c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c57979), color-stop(100%, #a34c4c));
	background: -webkit-linear-gradient(top, #c57979 0%, #a34c4c 100%);
	background: -o-linear-gradient(top, #c57979 0%, #a34c4c 100%);
	background: -ms-linear-gradient(top, #c57979 0%, #a34c4c 100%);
	background: linear-gradient(top, #c57979 0%, #a34c4c 100%);
}
.button-danger:active, .button-danger.active, .button-group.open .button-danger.dropdown-toggle {
	background: #b15e5e;
	border-color: #a95151;
}
.button-success {
	color: #fff;
	border: 1px solid #68a341;
	background: #74aa49;
	background: -moz-linear-gradient(top, #96c161 0%, #609c3d 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #96c161), color-stop(100%, #609c3d));
	background: -webkit-linear-gradient(top, #96c161 0%, #609c3d 100%);
	background: -o-linear-gradient(top, #96c161 0%, #609c3d 100%);
	background: -ms-linear-gradient(top, #96c161 0%, #609c3d 100%);
	background: linear-gradient(top, #96c161 0%, #609c3d 100%);
}
.button-success:active, .button-success.active, .button-group.open .button-success.dropdown-toggle {
	background: #74aa49;
	border-color: #68a341;
}
.button-success[disabled] {
	color: #ffffff;
	border: 1px solid #4e4e4e;
	background: #484848;
	background: -moz-linear-gradient(top, #555555, #444444);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#444444));
	background: -webkit-linear-gradient(top, #555555, #444444);
	background: -o-linear-gradient(top, #555555, #444444);
	background: linear-gradient(top, #555555, #444444);
}
.button-info {
	color: #fff;
	border: 1px solid #5897c3;
	background: #559cc7;
	background: -moz-linear-gradient(top, #6db5d5 0%, #4a91c0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #6db5d5), color-stop(100%, #4a91c0));
	background: -webkit-linear-gradient(top, #6db5d5 0%, #4a91c0 100%);
	background: -o-linear-gradient(top, #6db5d5 0%, #4a91c0 100%);
	background: -ms-linear-gradient(top, #6db5d5 0%, #4a91c0 100%);
	background: linear-gradient(top, #6db5d5 0%, #4a91c0 100%);
}
.button-info:active, .button-info.active, .button-group.open .button-info.dropdown-toggle {
	background: #559cc7;
	border-color: #5897c3;
}
.button-inverse {
	color: #ffffff;
	border: 1px solid #4e4e4e;
	background: #484848;
	background: -moz-linear-gradient(top, #555555, #444444);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#555555), to(#444444));
	background: -webkit-linear-gradient(top, #555555, #444444);
	background: -o-linear-gradient(top, #555555, #444444);
	background: linear-gradient(top, #555555, #444444);
}
.button-inverse:active, .button-inverse.active, .button-group.open .button-inverse.dropdown-toggle {
	background: #484848;
}
.button-link, .button-link:active, .button-link[disabled], .button-group.open .button-link.dropdown-toggle {
	background-color: transparent;
	background-image: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border: none;
	box-shadow: none;
	color: #327394;
}
.button-link {
	border: none;
	cursor: pointer;
	color: #686868;
	text-decoration: none;
}
.button-link:hover {
	text-decoration: underline;
	background-color: transparent;
}
.button-link[disabled]:hover {
	color: #333333;
	text-decoration: none;
}
.button-link:active {
	color: #CCCCCC;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

/*===== Button caret =====*/

.button .caret {
	display: inline-block;
	width: 0;
	height: 0;
	vertical-align: top;
	border-top: 4px solid #000000;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
	margin: 5px 2px 0 2px;
}
.button-primary .caret, .button-warning .caret, .button-danger .caret, .button-info .caret, .button-success .caret, .button-inverse .caret {
	border-top-color: #ffffff;
	border-bottom-color: #ffffff;
}
/*===== Button group =====*/

.button-group {
	position: relative;
	font-size: 0;
	white-space: nowrap;
	display: inline-block;
}
.button-group > .button {
	position: relative;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.button-group > .button + .button {
	margin-left: -1px;
}
.button-group > .button, .button-group > .dropdown-menu {
	font-size: 11px;
}
.button-group > .button:first-child {
	margin-left: 0;
	-webkit-border-top-left-radius: 2px;
	-moz-border-radius-topleft: 2px;
	border-top-left-radius: 2px;
	-webkit-border-bottom-left-radius: 2px;
	-moz-border-radius-bottomleft: 2px;
	border-bottom-left-radius: 2px;
}
.button-group > .button:last-child, .button-group > .dropdown-toggle {
	-webkit-border-top-right-radius: 2px;
	-moz-border-radius-topright: 2px;
	border-top-right-radius: 2px;
	-webkit-border-bottom-right-radius: 2px;
	-moz-border-radius-bottomright: 2px;
	border-bottom-right-radius: 2px;
}

.button-group > .button:hover, .button-group > .button:focus, .button-group > .button:active, .button-group > .button.active {
	z-index: 2;
}
.button-group .dropdown-toggle:active, .button-group.open .dropdown-toggle {
	outline: 0;
}
.button-group > .button + .dropdown-toggle {
	padding-left: 8px;
	padding-right: 8px;
}

/* # Dropdown menu
================================================== */

.dropdown-menu .caret {
	margin-top: 10px;
	margin-left: 10px;
}
.dropdown-menu {
	position: absolute;
	text-align: left;
	top: 100%;
	left: 0;
	z-index: 100;
	display: none;
	float: left;
	min-width: 160px;
	margin: 0;
	list-style: none;
	background-color: #ffffff;
	border: 1px solid #dadada;
	font-size: 11px;
	-webkit-box-shadow: 0 2px 2px -2px #ccc;
	-moz-box-shadow: 0 2px 2px -2px #ccc;
	box-shadow: 0 2px 2px -2px #ccc;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}
.dropdown-menu.pull-right {
	right: -1px;
	left: auto;
}
.dropdown-menu .divider {
	height: 1px;
	margin: 2px 1px;
	overflow: hidden;
	background-color: #e5e5e5;
}
.dropdown-menu a {
	display: block;
	padding: 4px 10px;
	clear: both;
	font-weight: normal;
	color: #6A6A6A;
	white-space: nowrap;
	font-size: 12px;
}
.dropdown-menu li {
	position: relative;
	background: #fefefe;
}
.dropdown-menu li:first-child {
	border-top: none;
}
.dropdown-menu li > a:hover, .dropdown-submenu:hover > a {
	background: #E4E4E4;
	color: #000000;
}
.dropdown-menu > li > label {
	margin: 0;
}
.dropdown-menu > li > a i {
	margin-right: 5px;
}
.dropdown-menu .active > a, .dropdown-menu .active > a:hover {
	color: #327394;
	background: #fefefe;
}
.dropdown-menu .disabled > a, .dropdown-menu .disabled > a:hover {
	color: #999999;
}
.dropdown-menu .disabled > a:hover {
	text-decoration: none;
	background-color: transparent;
	cursor: default;
}
.open .dropdown-menu {
	display: block;
}
.pull-right.dropdown-menu {
	right: -1px;
	left: auto;
}


.dropdown-submenu {
	position: relative;
}
.dropdown-submenu > .dropdown-menu {
	top: 0;
	left: 100%;
	margin-top: -1px;
}
.dropdown-submenu:hover > .dropdown-menu {
	display: block;
}
.dropdown-submenu > a:after {
	display: block;
	content: " ";
	position: absolute;
	top: 4px;
	right: 10px;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	border-left-color: #CCC;
	margin-top: 7px;
}
.dropdown-submenu:hover > a:after {
	border-left-color: #ccc;
}

/* ===== Toolbar  ===== */

.toolbar {
	white-space: nowrap;
}
.toolbar .pull-left .button-group {
	margin-right: 4px;
}
.toolbar .pull-right .button-group {
	margin-left: 4px;
}
.toolbar:after {
	content: "";
	display: block;
	clear: both;
}
.toolbar input[type=text] {
	border: 1px solid #cdcdcd;
	padding: 6px 6px 7px;
	margin: 2px 0;
	width: 200px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	display: inline-block;
}
.toolbar .pull-left input {
	margin-right: 4px;
}
.toolbar .pull-right input {
	margin-left: 4px;
}
.toolbar .button i {
	padding-right: 5px;
}

/*===== Table =====*/
.table {
	width: 100%;
}
.table table {
	width: 100%;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: fixed;
	box-sizing: border-box;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border: 1px solid #CCCCCC;
}
.table thead th {
	background-color: #ffffff;
	background-image: -moz-linear-gradient(top, #F4F4F4, #E3E3E3);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#F4F4F4), to(#E3E3E3));
	background-image: -webkit-linear-gradient(top, #F4F4F4, #E3E3E3);
	background-image: -o-linear-gradient(top, #F4F4F4, #E3E3E3);
	background-image: linear-gradient(top, #F4F4F4, #E3E3E3);
	background-repeat: repeat-x;
	font-weight: bold;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	white-space: nowrap;
}
.table tbody {
    width: 100%;
}
.table tbody tr {
	width: 100%;
}
.table th, .table td {
	padding: 2px 6px;
	line-height: 32px;
	vertical-align: middle;
}
.table tr {
	background: #f0f0f0;
}
.table tr td {
	white-space: nowrap;
	overflow: hidden;
	width: auto;
	text-overflow: ellipsis;
}
.table tbody tr:nth-child(odd), .table tbody tr:nth-child(odd) {
	background-color: #FFFFFF;
}
.table tr:hover, .table tbody tr:nth-child(odd):hover {
	background: #E8E8E8;
	cursor: default;
}
.table thead th .button {
	border: #CCCCCC;
	background: none;
	padding: 6px 5px 5px 5px;
}
.table thead th .button:first-of-type {
	margin-left: 10px;
}
.table thead th .button[disabled] {
	color: #CCCCCC;
}

.table .button {
	padding: 6px 12px 5px 12px;
	margin: 0 2px;
	font-weight: normal;
}
.table .button-group {
	margin: 0 2px;
}
.table .button.button-link {
	margin: 0;
	padding: 6px 10px 5px 0;
	font-size: 13px;
}
.table .field {
	vertical-align: middle;
}

.table .field.list {
	padding: 3px 5px;
}
.table.wrap td {
	white-space: normal;
	overflow: auto;
	vertical-align: top;
	line-height: normal;
	padding: 10px 6px;
}

.table.buttons td:last-child {
	text-align: right;
	overflow: visible;
	text-overflow: clip;
}
.table.buttons td:first-child {
	text-align: left;
}
.table.buttons .button-group .dropdown-menu {
	left: auto;
	right: 1px;
	border-color: #c1c1c1;
	-webkit-box-shadow: 0 2px 5px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0 2px 5px 0px rgba(0,0,0,0.25);
	box-shadow: 0 2px 5px 0px rgba(0,0,0,0.25);
	line-height: 30px;
	min-width: 180px;
}
.table.buttons .button-group .dropdown-menu a {
	display: block;
	padding: 1px 2px 1px 10px;
	clear: both;
	font-weight: normal;
	color: #333333;
	white-space: nowrap;
	font-size: 12px;
}


/*====== Pagination ======*/
.pagination {
	margin-top: 5px;
}
.pagination:after {
	content: "";
	display: block;
	clear: both;
}
.pagination ul {
	display: inline-block;
	background: #FFFFFF;
	vertical-align: middle;
}
.pagination ul > li {
	display: inline;
}
.pagination ul > li > .button, .pagination ul > li > span {
	background: #eheheh;
	float: left;
	padding: 8px 11px 7px 11px;
	line-height: 13px;
	text-decoration: none;
	border: 1px solid #CCCCCC;
	border-left-width: 0;
	font-size: 12px;
	color: #5f5f5f;
	border-radius: 0px;
	margin: 0;
	display: inline-block;
	font-weight: normal;
}
.pagination ul > li:first-child > .button, .pagination ul > li:first-child > span {
	border-left-width: 1px;
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}
.pagination ul > li:last-child > .button, .pagination ul > li:last-child > span {
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.pagination ul > li > .button:hover, .pagination ul > .active > .button, .pagination ul > .active > .button:hover, .pagination ul > .active > span {
	background: #f5f5f5;
	color: #000000;
	box-shadow: 0 1px 3px #DDDDDD inset;
	-webkit-box-shadow: 0 1px 3px #DDDDDD inset;
	-moz-box-shadow: 0 1px 3px #DDDDDD inset;
}
.pagination ul > li > .button:active {
	background: #6a6a6a;
	color: white;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1) inset;
}

/*====== Binder ======*/
.binder {
	width: 100%;
	display: table;
	padding: 0;
	margin: 0;
	border: none;
	border-spacing: 0;
}
.binder ul li {
	float: left;
	margin: 0 0 -1px 0;
	padding: 0;
	list-style: none;
}
.binder ul li a {
	margin-right: 5px;
	background: #F5F5F5;
	padding: 2px 12px 1px;
	outline: 0;
	border: 1px solid #CCCCCC;
	text-decoration: none;
	line-height: 28px;
	display: block;
}
.binder ul li a:hover {
	background: #FFFFFF;
}
.binder .tab {
	background: #FFFFFF;
	padding: 0;
	clear: both;
	border: #CCCCCC 1px solid !important;
}
.binder ul li a {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
	background: -moz-linear-gradient(top, #FFFFFF, #EAEAEA);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FFFFFF), to(#EAEAEA));
	background: -webkit-linear-gradient(top, #FFFFFF, #EAEAEA);
	background: -o-linear-gradient(top, #FFFFFF, #EAEAEA);
	background: linear-gradient(top, #FFFFFF, #EAEAEA);
}
.binder ul li a.active {
	background: #FFFFFF;
	border-bottom: #FFFFFF 1px solid;
}

.binder .tab .table table {
	border: 0;
}


.form ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.form li {
	margin: 0;
	position: relative;
}
.form .label {
	display: block;
	overflow: hidden;
	padding: 4px 5px 4px 0;
	min-height: 34px;
	vertical-align: top;
}
.form .label span {
	width: 160px;
	display: inline-block;
	overflow: hidden;
	vertical-align: top;
	line-height: 34px;
}
.form .label span[title] {

}
.form .label span[title]:hover {
	cursor: help;
}
.form input, .form textarea, .form select {
	display: inline-block;
	border: 1px solid #CCCCCC;
	border-radius: 2px;
	padding: 8px;
	margin: 0;
	color: #333333;
	vertical-align: middle;
	background: #FFFFFF;
}
.form input {
	width: 250px;
	padding: 8px 25px 8px 8px;
}
.form select {
	width: 270px;
	height: 32px;
	line-height: 32px;
}
.form select[multiple] {
	width: 280px;
	padding: 5px;
	height: 220px;
}
.form input[type=radio], .form input[type=checkbox] {
	border: none !important;
	padding: 7px 4px !important;
	width: 15px;
}
.form input[type=radio] label, .form input[type=checkbox] label {
	margin-right: 10px;
}
.form input:valid, .form input:required:valid {
	background: #FFFFFF url(images/icon-check.png) right 5px center no-repeat;
	background-size: 12px 12px;
	outline: none;
}
.form input:focus, .form input:focus:required {
	background: #FFFFFF url(images/icon-pencil.png) right 5px center no-repeat;
	background-size: 12px 12px;
	border: 1px solid #222222;
	color: #000000;
}
.form input:invalid, .form input:focus:invalid {
	background: #FFFFFF url(images/icon-cross.png) right 5px center no-repeat;
	background-size: 12px 12px;
}
.form input[type="file"], .form input[type="file"]:focus, .form input[type="file"]:invalid {
	background-image: none;
	padding: 5px;
}
.form input[type=file]:hover {
	cursor: pointer;
}
.form input.field.invalid, .form textarea.field.invalid  {
	border: 1px solid #d1573a;
	box-shadow: 0 0 1px 0 #d1573a;
}
.form .field.invalid .label {
	color: #d1573a;
	font-weight: bold;
}

.form span.error-message {
	color: #d1573a;
	padding: 2px 0 2px 10px;
	position: absolute;
	text-transform: uppercase;
	white-space: nowrap;
	font-weight: bold;
	overflow: visible;
}
.form span.hint {
    background: rgba(250, 250, 250, 0.85);
    border-radius: 3px;
    color: #777777;
    margin-left: 10px;
    padding: 10px;
    z-index: 999;
    position: absolute;
	line-height: 20px;
	vertical-align: middle;
	width: 350px;
	box-shadow: 0 0 3px #777777;
}
.form .optiongroup {
	padding: 0;
	display: inline-block;
    line-height: 34px;
} 
.form .optiongroup label {
	display: inline-block;
	padding-right: 10px;
    min-height: 0;
}

.form .multifield {
	display: inline-block;
	width: auto;
}
.form .multifield li {
    float: none;
	margin: 0 0 3px 0;
}
.form .multifield .field, .form .multifield button {
	margin-right: 3px;
}
.form .multifield input, .form .multifield select, .form .multifield textarea {
	width: 200px;
}


.form .separator {
	margin: 15px 0;
}

.form .buttons {
	text-align: center;
}
.form .buttons button {
	margin: 0 5px;
}
.form .fieldlist {
	padding: 10px 0;
}
.form fieldset {
	border: 0;
	border-top: 1px solid #CCCCCC;
}
.form fieldset legend {
	padding: 0 5px 0 0;
	font-weight: bold;
}
.form .binder fieldset .fieldlist {
	padding: 10px 5px;
}
.form .binder .fieldlist {
	padding: 10px;
}
.form .binder fieldset {
	margin: 10px;
}

.switch {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 56px;
  height: 20px;
  padding: 3px;
  background-color: white;
  border-radius: 18px;
  box-shadow: inset 0 -1px white, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  background-image: -webkit-linear-gradient(top, #eeeeee, white 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, white 25px);
  background-image: -o-linear-gradient(top, #eeeeee, white 25px);
  background-image: linear-gradient(to bottom, #eeeeee, white 25px);
}
.switch-input {
  position: absolute;
  top: 0;
  left: 20px;
  opacity: 0;
  width: 100%;
  height: 20px;
  z-index: 100;
  cursor: pointer;
  -ms-transform: scale(4,1.5);
  -moz-transform: scale(4,1.5);
  -webkit-transform: scale(4,1.5);
  -o-transform: scale(4,1.5);
}

.switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 10px;
  text-transform: uppercase;
  background: #eceeef;
  border-radius: inherit;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.15s ease-out;
  -moz-transition: 0.15s ease-out;
  -o-transition: 0.15s ease-out;
  transition: 0.15s ease-out;
  -webkit-transition-property: opacity background;
  -moz-transition-property: opacity background;
  -o-transition-property: opacity background;
  transition-property: opacity background;
}
.switch-label:before, .switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -.5em;
  line-height: 1;
  -webkit-transition: inherit;
  -moz-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
.switch-label:before {
  content: attr(data-off);
  right: 11px;
  color: #aaa;
  text-shadow: 0 1px rgba(255, 255, 255, 0.5);
}
.switch-label:after {
  content: attr(data-on);
  left: 11px;
  color: white;
  text-shadow: 0 1px rgba(0, 0, 0, 0.2);
  opacity: 0;
}
.switch-input:checked ~ .switch-label {
  background: #47a8d8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
}
.switch-input:checked ~ .switch-label:before {
  opacity: 0;
}
.switch-input:checked ~ .switch-label:after {
  opacity: 1;
}

.switch-handle {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 10px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  background-image: -webkit-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, white 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, white 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, white 40%, #f0f0f0);
  -webkit-transition: left 0.15s ease-out;
  -moz-transition: left 0.15s ease-out;
  -o-transition: left 0.15s ease-out;
  transition: left 0.15s ease-out;
}
.switch-handle:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  background: #f9f9f9;
  border-radius: 6px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  background-image: -webkit-linear-gradient(top, #eeeeee, white);
  background-image: -moz-linear-gradient(top, #eeeeee, white);
  background-image: -o-linear-gradient(top, #eeeeee, white);
  background-image: linear-gradient(to bottom, #eeeeee, white);
}
.switch-input:checked ~ .switch-handle {
  left: 40px;
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
}
.switch-green > .switch-input:checked ~ .switch-label {
  background: #4fb845;
}


.dashboard {
    width: 100%;
}

/*.dashboard, .dashboard > :not(.dragging) {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.dashboard .dragging {
  z-index: 800;
}*/
.dashboard .clear {
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.dashboard .widget {
	width: 100%;
	color: #626262;
	background-color: #FAFAFA;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	text-shadow: 0 1px #fff;
	border: 1px solid #CCCCCC;
	box-shadow: 0 1px 2px #eee;
	-webkit-box-shadow: 0 1px 2px #eee;
	-moz-box-shadow: 0 1px 2px #eee;
	overflow: hidden;
	float: left;
	box-sizing: border-box;
	margin-right: 20px;
	margin-bottom: 20px;
}
.dashboard .widget[data-widget-size="1"] {
	width: 200px;
}
.dashboard .widget[data-widget-size="2"] {
	width: 420px;
}
.dashboard .widget[data-widget-size="3"] {
	width: 640px;
}
.dashboard .widget[data-widget-size="4"] {
	width: 860px;
}
.dashboard .widget[data-widget-size="5"] {
	width: 1080px;
}
.dashboard .widget .caption {
	color: #4c4c4c;
    font-size: 13px;
    font-weight: bold;
	background: #f0f0f0;
	padding: 5px 10px;
    border-bottom: 1px solid #C1C1C1;
    box-shadow: 0 1px 0 #FFFFFF;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ebebeb));
	background: -webkit-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #ebebeb 100%);
	background: linear-gradient(top, #ffffff 0%, #ebebeb 100%);
}
.dashboard .widget .caption i {
	margin: 2px 8px 2px 2px;
}
.dashboard .widget .content {
	padding: 0;
}
.dashboard .widget.text .content {
	padding: 10px;
}
.dashboard .widget.checklist .content {
	padding: 10px;
}
.dashboard .widget.checklist .tasks-list-item {
  display: block;
  line-height: 20px;
  padding: 3px 5px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.dashboard .widget.checklist .tasks-list-item + .dashboard .widget.checklist .tasks-list-item {
  border-top: 1px solid #f0f2f3;
}

.dashboard .widget.checklist .tasks-list-cb {
  display: none;
}

.dashboard .widget.checklist .tasks-list-mark {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-right: 12px;
  width: 20px;
  height: 20px;
  border: 2px solid #c4cbd2;
  border-radius: 12px;
}
.dashboard .widget.checklist .tasks-list-mark:before {
  content: '';
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -6px;
  height: 4px;
  width: 8px;
  border: solid #39ca74;
  border-width: 0 0 4px 4px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.dashboard .widget.checklist .tasks-list-cb:checked ~ .tasks-list-mark {
  border-color: #39ca74;
}
.dashboard .widget.checklist .tasks-list-cb:checked ~ .tasks-list-mark:before {
  display: block;
}

.dashboard .widget.checklist .tasks-list-desc {
  font-weight: bold;
  color: #8a9a9b;
  line-height: 25px;
}
.dashboard .widget.checklist .tasks-list-cb:checked ~ .tasks-list-desc {

  color: #34bf6e;
  text-decoration: line-through;
}
.dashboard .widget.kpi .content {
	text-align: center;
	padding: 15px 20px
}
.dashboard .widget.kpi .content .indicator {
	padding: 20px 0;
}
.dashboard .widget.kpi .content .indicator span {
	display: block;
	font-size: 36px;
	font-weight: bold;
	color: #2F86B2;
	text-shadow: 0 0 2px #FFFFFF, 0 0 2px #FFFFFF, 0 0 2px #FFFFFF;
}
.dashboard .widget.kpi .content .indicator div {
	text-transform: uppercase;
	color: #999999;
	margin-top: 10px;
}
.dashboard .widget.table table {
	border: 0;
}
.dashboard .widget.table thead th {
	background-color: #F4F4F4;
	background-image: none;
}
.dashboard .widget.table th, .dashboard .widget.table td {
	padding: 2px 6px;
	line-height: 24px;
}
.dashboard .widget.table .button {
	padding: 4px 6px 3px 6px;
	margin: 0 2px;
}
.dashboard .widget.table .button.button-link {
	padding: 4px 5px 3px 2px;
}
.dashboard .widget.definitionlist {
	
}
.dashboard .widget.definitionlist .content {
	padding: 10px;
}
.dashboard .widget.definitionlist .content dl dt {
	color: #666666;
	text-transform: uppercase;
	font-size: 11px;
}
.dashboard .widget.definitionlist .content dl dd {
	padding: 0 0 5px 10px;
	font-weight: bold;
	color: #2F86B2;
}
.toolbar + .dashboard {
	margin-top: 10px;
}
.dashboard .widget.links .content {
	padding: 10px;
}
.dashboard .widget.links .content ul {
	list-style: disc;
	margin-left: 15px;
}
.dashboard .widget.links .content ul li {
	padding: 2px 0 2px 5px;
}
.dashboard .widget.links .content ul li a {
	//
}
.dashboard .widget.links .content ul li a:hover {
	text-decoration: underline;
}
.dashboard .widget.buttons .content {
	padding: 5px 0;
}
.dashboard .widget.buttons .content .button, .dashboard .widget.buttons .content .button:active, .dashboard .widget.buttons .content .button:hover {
	border: none;
	background: none;
	display: block;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.dashboard .widget.buttons .content .button:active {
	color: #CCCCCC;
}
.dashboard .widget.buttons .content .button i {
    padding-right: 5px;
}
.dashboard .widget.buttons .content .button:hover {
	text-decoration: underline;
}
.dashboard .widget.binder .content {
	background: #FFFFFF;
}
.dashboard .widget.binder .content ul {
	padding: 10px 0 0 10px;
}
.dashboard .widget.binder .content ul li {
	float: left;
	margin: 0 0 -1px 0;
	padding: 0;
	list-style: none;
}
.dashboard .widget.binder .content .tab {
	border-left: none !important;
	border-right: none !important;
	border-bottom: none !important;
	background-color: #FFFFFF;
}
.dashboard .widget.binder .content .tab .widget {
	border: 0;
	background: transparent;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	text-shadow: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	width: 100%;
	margin: 0;
}




#basic-modal-content {
    display: none;
}

#simplemodal-overlay {
    background-color: #000;
}

#simplemodal-container {
    height: 364px;
    width: 720px;
    background-color: #eee;
    color: #000;
    /*padding-bottom: 4px;*/
    -moz-border-radius-bottomleft: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-bottomright: 6px;
    -webkit-border-bottom-right-radius: 6px;
    border-radius: 0 0 6px 6px;
    -moz-box-shadow: 0 0 64px #000;
    -webkit-box-shadow: 0 0 64px #000;
    box-shadow: 0 0 64px #000;
    overflow: hidden;
}

#simplemodal-container .title {
    font-size: 14px;
    color: #4c4c4c;
    font-weight: bold;
    background: -moz-linear-gradient(top, #fcfcfc 0%, #ececec 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcfcfc), color-stop(100%, #ececec));
    background: -webkit-linear-gradient(top, #fcfcfc 0%, #ececec 100%);
    background: -o-linear-gradient(top, #fcfcfc 0%, #ececec 100%);
    background: -ms-linear-gradient(top, #fcfcfc 0%, #ececec 100%);
    background: linear-gradient(top, #fcfcfc 0%, #ececec 100%);
    border-bottom: 1px solid #c1c1c1;
    padding: 10px 15px;
    text-shadow: 0 1px 0 #f4f4f4;
}

#simplemodal-container .content {
    padding: 10px 15px;
    height: 300px;
    overflow: auto;
}

