html,
body {
  overflow-x: hidden !important;
  font-family: Arial, Verdana, sans-serif;
  -webkit-font-smoothing: antialiased;
  text-shadow: rgba(0,0,0,.01) 0 0 1px;
  -webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
  min-height: 100%;
  color:#333;
  -ms-overflow-style: scrollbar;
}
body {
	background: #f9f9f9;	
}
a {
  color: #3c8dbc;
}
a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
  color: #72afd2;
}
/* Layouts */
.wrapper {
  min-height: 100%;
}
.wrapper:before,
.wrapper:after {
  display: table;
  content: " ";
}
.wrapper:after {
  clear: both;
}
/* Header */
body > .header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1030;
}
/* Define 2 column template */
.right-side,
.left-side {
  min-height: 100%;
  display: block;
}
/*right side - contins main content*/
.right-side {
  background-color: #f9f9f9;
  margin-left: 219px;
}
/*left side - contains sidebar*/
.left-side {
  position: absolute;
  width: 219px;
  top: 0;
}
@media screen and (min-width: 767px) {
  .sm_nopaddingright 
  {
		 padding-right:0;
  }
  .left-side {
    top: 50px;
  }
  /*Right side strech mode*/
  .right-side.strech {
    margin-left: 0;
  }
  .right-side.strech > .content-header {
    margin-top: 0px;
  }
  /* Left side collapse */
  .left-side.collapse-left {
    left: -220px;
  }
  a.monthbtn
  {
	min-width:7.3em;
  }
  button.monthbtn
  {
	min-width:10em;
  }
}
/*Give content full width on xs screens*/
@media screen and (max-width: 767px) {
	.table-responsive {
		margin-bottom:0 !important;
	}
	a.homeHd {
		padding:5px !important;
		margin:1px !important;
		font-size:1.05em !important;
	}
	a.reg {
		font-weight: 400 !important;
	}
	.skin-surfer .navbar {
	  padding: 0 0 0 0 !important;
	}
	.homeHeader {
	font-size:1.76em !important;
	}
  .right-side {
    margin-left: 0;
  }
  .sidebar .sidebar-menu .treeview-menu {
  	margin-top:0;
  }
  .sidebar .sidebar-menu .treeview-menu > li > a {
	  padding: 7px 0px 7px 38px !important;
	}
  .footer p {
	padding:0;
	margin:10px !important;
  }
  div.homeFeat h3 {
  	font-size:1.23em !important;
  	font-weight:700 !important;
  }
  .center-xs {
  	text-align: center !important;
  	float:none !important;
  }
}
/*
    By default the layout is not fixed but if you add the class .fixed to the body element
    the sidebar and the navbar will automatically become poisitioned fixed
*/
body.fixed > .header,
body.fixed .left-side,
body.fixed .navbar {
  position: fixed;
}
body.fixed > .header {
  top: 0;
  right: 0;
  left: 0;
}
body.fixed .navbar {
  left: 0;
  right: 0;
}
body.fixed .wrapper {
  margin-top: 50px;
}
/* Content */
.content {
  padding: 15px;
  background: #fff;
  border-left: 1px solid #dbdbdb;
  min-height: 842px; /* JGM - auf mindesthoehe setzen, die notwendig ist, um die ausgeklappte navigation nicht ueber den footer zu klappen */
}
/* Page Header */
.page-header {
  margin: 10px 0 20px 0;
  font-size: 22px;
}
.page-header > small {
  color: #666;
  display: block;
  margin-top: 5px;
}
/* All images should be responsive */
img {
  max-width: 100% !important;
}
img.avatar, img.avatarxs {
  max-width:none !important;
}
.sort-highlight {
  background: #f1f1f1;
  border: 1px dashed #ddd;
  margin-bottom: 10px;
}
/* 10px padding and margins */
.pad {
  padding: 10px;
}
.margin {
  margin: 10px;
}
/* Display inline */
.inline {
  display: inline;
  width: auto;
}
/* Background colors */
.bg-device,
.bg-red,
.bg-yellow,
.bg-aqua,
.bg-blue,
.bg-light-blue,
.bg-green,
.bg-grey,
.bg-navy,
.bg-teal,
.bg-olive,
.bg-light-olive,
.bg-lime,
.bg-orange,
.bg-fuchsia,
.bg-purple,
.bg-maroon,
.bg-black,
.bg-red-muted,
.bg-yellow-muted,
.bg-blue-muted,
.bg-green-muted,
.bg-purple-muted {
  color: #efefef !important;
}
.bg-gray {
  background-color: #eaeaec !important;
}
.bg-device {
  background-color: #222930 !important;
}
.bg-black {
  background-color: #222222 !important;
}
.bg-red {
  background-color: #f56954 !important;
}
.bg-red-muted {
  background-color: #c77474 !important

}
.bg-yellow {
  background-color: #f39c12 !important;
}
.bg-yellow-muted {
  background-color: #c4b483 !important;
}
.bg-aqua {
  background-color: #00c0ef !important;
}
.bg-blue {
  background-color: #0073b7 !important;
}
.bg-blue-muted {
  background-color: #858da3 !important;
}
.bg-light-blue {
  background-color: #3c8dbc !important;
}
.bg-green {
  background-color: #00a65a !important;
}
.bg-green-muted {
  background-color: #8dac9e !important;
}
.bg-grey {
  background-color: #c0c0c0 !important;
}
.bg-navy {
  background-color: #001f3f !important;
}
.bg-teal {
  background-color: #39cccc !important;
}
.bg-olive {
  background-color: #3d9970 !important;
}
.bg-lime {
  background-color: #01ff70 !important;
}
.bg-orange {
  background-color: #ff851b !important;
}
.bg-fuchsia {
  background-color: #f012be !important;
}
.bg-purple {
  background-color: #932ab6 !important;
}
.bg-purple-muted {
  background-color: #a18ca7 !important;
}
.bg-maroon {
  background-color: #85144b !important;
}
.bg-light-olive {
  background-color: #a1c5b5 !important;
}
.bg-white {
  background-color: #fff !important;
}
/* Text colors */
.text-red {
  color: #f56954 !important;
}
.text-yellow {
  color: #f39c12 !important;
}
.text-aqua {
  color: #00c0ef !important;
}
.text-blue {
  color: #0073b7 !important;
}
.text-black {
  color: #222222 !important;
}
.text-light-blue {
  color: #3c8dbc !important;
}
.text-green {
  color: #00a65a !important;
}
.text-gray {
  color: #666666 !important;
}
.text-navy {
  color: #001f3f !important;
}
.text-teal {
  color: #39cccc !important;
}
.text-olive {
  color: #3d9970 !important;
}
.text-lime {
  color: #01ff70 !important;
}
.text-orange {
  color: #ff851b !important;
}
.text-fuchsia {
  color: #f012be !important;
}
.text-purple {
  color: #932ab6 !important;
}
.text-maroon {
  color: #85144b !important;
}
.text-brown {
  color: #8a6d3b !important;
}
/*Hide elements by display none only*/
.hide {
  display: none !important;
}
/* Remove borders */
.no-border {
  border: 0px !important;
}
/* Remove padding */
.no-padding {
  padding: 0px !important;
}
/* Remove margins */
.no-margin {
  margin: 0px !important;
}
/* Remove box shadow */
.no-shadow {
  box-shadow: none!important;
}

@media print {
 
 html, body, .content {
  	min-height: 200px !important;
 }

  #gTotop {
   visibility:hidden;
  }
  .no-print, .noprint, .nopr {
    display: none !important;
  }
  .printnobr {
	page-break-inside: avoid;
  }
  .left-side,
  .header,
  .content-header {
    display: none;
  }
  .right-side {
    margin: 0;
  }
  a.btn {
  	display:none;
  }
  a[href]:after {
  	content:none;
  }
  html, body {
  	width: 100%;
  	margin:0;
  	padding:0;
  }
  
  @page {
  	margin:1.5cm .9cm;
  }
  .callout {
	  background-color: #fff !important;
	  border-color: #ddd !important;
  }
  .content {
	  padding:0;
	  margin:0;
	  border-left:0;
  }
  table.calendar td.userName {
	  word-wrap:break-word;
	  white-space: normal;
	  max-width:250px; 
  }
  table.dataTable td, table.dataTable span.badge {
  	max-width:150px;
  	word-wrap:break-word;
  	white-space: normal;
  }
}
@media print and (color) {
  * {
  	-webkit-print-color-adjust:exact; /* hintergrundfarben drucken im chrome */
  	print-color-adjust:exact;
  }
}
/* Change the color of the striped tables */
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f3f4f5;
}
.table.no-border,
.table.no-border td,
.table.no-border th {
  border: 0;
}
/* .text-center in tables */
table.text-center,
table.text-center td,
table.text-center th {
  text-align: center;
}
.table.align th {
  text-align: left;
}
.table.align td {
  text-align: right;
}
.text-bold,
.text-bold.table td,
.text-bold.table th {
  font-weight: 700;
}
/* _fix for sparkline tooltip */
.jqstooltip {
  padding: 5px!important;
  width: auto!important;
  height: auto!important;
}
.connectedSortable {
  min-height: 100px;
}
/*! LESS Elements 0.9 - http://lesselements.com */
/*
    Components: navbar, logo and content header
-------------------------------------------------
*/
body > .header {
  position: relative;
  max-height: 70px;
  z-index: 1030;
}
body > .header .navbar {
  height: 50px;
  margin-bottom: 0;
  margin-left: 220px;
}
body > .header .navbar .sidebar-toggle {
  float: left;
  padding: 5px;
  margin-top: 8px 0 0px 5px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  
  
  
}
body > .header .navbar .nav > li.user > a {
  font-weight: 700;
}
body > .header .navbar .nav > li.user > a > .fa {
  margin-right: 5px;
}
body > .header .navbar .nav > li > a > .label {
  position: absolute;
  top: 7px;
  right: 2px;
  font-size: 10px;
  font-weight: 400;
  width: 15px;
  height: 15px;
  line-height: 1.0em;
  text-align: center;
  padding: 2px;
}
body > .header .navbar .nav > li > a:hover > .label {
  top: 3px;
}
body > .header .logo {
  float: left;
  font-size: 20px;
  line-height: 50px;
  text-align: center;
  padding: 0 10px;
  width: 220px;
  font-weight: 400;
  height: 50px;
  display: block;
}
body > .header .logo .icon {
  margin-right: 10px;
}
.right-side > .content-header {
  position: relative;
  padding: 15px 15px 10px 20px;
}
.right-side > .content-header > h1, {
  margin: 0;
  font-size: 24px;
}
h1 {
	font-size:24px;
	margin-top:0;
}
h2 {
	font-size:20px;
}
h2.larger {
	font-size:22px;
	font-weight: 700;
}
h3 {
	font-size:18px;
}
.content > h1 {
  margin: 0 0 10px 0;
}
.right-side > .content-header > h1 > small {
  font-size: 15px;
  display: inline-block;
  padding-left: 4px;
  font-weight: 200;
}
.right-side > .content-header > .breadcrumb {
  float: right;
  background: transparent;
  margin-top: 0px;
  margin-bottom: 0;
  font-size: 12px;
  padding: 7px 5px;
  position: absolute;
  top: 15px;
  right: 10px;
  
  
  
}
.right-side > .content-header > .breadcrumb > li > a {
  color: #444;
  text-decoration: none;
}
.right-side > .content-header > .breadcrumb > li > a > .fa {
  margin-right: 5px;
}
.right-side > .content-header > .breadcrumb > li + li:before {
  content: '>\00a0';
}
@media screen and (max-width: 767px) {
  .right-side > .content-header > .breadcrumb {
    position: relative;
    margin-top: 5px;
    top: 0;
    right: 0;
    float: none;
    background: #efefef;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav > li {
    float: left;
  }
  .navbar-nav {
    margin: 0;
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 20px;
  }
  .navbar .navbar-right {
  	height:50px;
    float: right;
    padding-right:5px;
  }
  .nav {
	  margin:0;
	  padding:0;
  }
}
@media screen and (max-width: 560px) {
	
  .row-offcanvas-left .sidebar-offcanvas {
    top:30px;
  }

  body > .header {
    position: relative;
    max-height: 70px;
  }
  body > .header .logo,
  body > .header .navbar {
    width: 100%;
    float: none;
    position: relative!important;
  }
  body > .header .navbar {
    margin: 0;
  }
  body.fixed > .header {
    position: fixed;
  }
  body.fixed > .wrapper,
  body.fixed .sidebar-offcanvas {
    top:30px;
  }
  section.content {
  	margin-top:20px;
  }
  body.bg-login {
	overflow:hidden;
  }
}
/*
    Component: Sidebar
--------------------------
*/
.sidebar {
  margin-bottom: 5px;
}
.sidebar .sidebar-form input:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: transparent!important;
}
.sidebar .sidebar-menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
.sidebar .sidebar-menu > li {
  margin: 0;
  padding: 0;
}
.sidebar .sidebar-menu > li > a {
  padding: 12px 5px 12px 15px;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .2s ease-out;
}
.sidebar .sidebar-menu > li > a:hover, li.treeview.active > a {
	margin-left:1px;
}
.sidebar .sidebar-menu > li > a > .fa {
  width: 20px;
}
.sidebar .sidebar-menu .treeview-menu {
  padding: 0;
  margin: 0;
}
.sidebar .sidebar-menu .treeview-menu > li {
  margin: 0;
}
.sidebar .sidebar-menu .treeview-menu > li > a {
  padding: 0 0 2px 40px;
  display: block;
  font-size: 14px;
  margin: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .2s ease-out;
}
.sidebar .sidebar-menu .treeview-menu > li > a:hover {
  margin-left:1px;
}
.sidebar .sidebar-menu .treeview-menu > li > a > .fa {
  width: 20px;
}
.sidebar .sidebar-menu .treeview-menu > li.subhead
{
	font-weight:700;
	padding-left:27px;
	padding-top:7px;
	color: #666;
}
.sidebar .sidebar-menu .treeview-menu > li.subhead:first-child
{
	padding-top:0;
}

li.treeview a 
{ 
	font-size:1.05em; 
}
.user-panel {
  padding: 10px;
}
.user-panel:before,
.user-panel:after {
  display: table;
  content: " ";
}
.user-panel:after {
  clear: both;
}
.user-panel > .image > img {
  width: 45px;
  height: 45px;
}
.user-panel > .info {
  font-weight: 700;
  padding: 5px 5px 5px 15px;
  font-size: 14px;
  line-height: 1;
}
.user-panel > .info > p {
  margin-bottom: 9px;
}
.user-panel > .info > a {
  text-decoration: none;
  padding-right: 5px;
  margin-top: 3px;
  font-size: 11px;
  font-weight: 400;
}
.user-panel > .info > a > .fa {
  margin-right: 3px;
}
/*
 * Off Canvas
 * --------------------------------------------------
 *  Gives us the push menu effect
 */
@media screen and (max-width: 767px) {
  .relative {
    position: relative;
  }
  .row-offcanvas-right .sidebar-offcanvas {
    right: -220px;
  }
  .row-offcanvas-left .sidebar-offcanvas {
    left: -220px;
  }
  .row-offcanvas-right.active {
    right: 220px;
  }
  .row-offcanvas-left.active {
    left: 220px;
  }
  .sidebar-offcanvas {
    left: 0;
  }
  body.fixed .sidebar-offcanvas {
    margin-top: 50px;
    left: -220px;
  }
  body.fixed .row-offcanvas-left.active .navbar {
    left: 220px !important;
    right: 0;
  }
  body.fixed .row-offcanvas-left.active .sidebar-offcanvas {
    left: 0px;
  }
}
/* 
    Dropdown menus
----------------------------
*/
/*Dropdowns in general*/
.dropdown-menu {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
  z-index:2000 !important;
}
.dropdown-menu > li > a > .fa {
  margin-right: 10px;
}
.dropdown-menu > li > a:hover {
  background-color: #3c8dbc;
  color: #f9f9f9;
}
/*Drodown in navbars*/
.skin-blue .navbar .dropdown-menu > li > a {
  color: #444444;
}
/*
    Navbar custom dropdown menu
------------------------------------
*/
.navbar-nav > .notifications-menu > .dropdown-menu,
.navbar-nav > .messages-menu > .dropdown-menu,
.navbar-nav > .tasks-menu > .dropdown-menu {
  width: 176px;
  padding: 0 0 0 0!important;
  margin: 0!important;
  top: 100%;
  border: 1px solid #dfdfdf;
}
.navbar-nav > .tasks-menu > .dropdown-menu.corpdesign {
	width:300px;
}
.navbar-nav > .tasks-menu > .dropdown-menu.langsel {
	width:211px;
}
.navbar-nav > .tasks-menu > .dropdown-menu.langsel small {
	font-size:.88em;
	margin-top: 2px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.header,
.navbar-nav > .messages-menu > .dropdown-menu > li.header,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header {
  background-color: #ffffff;
  padding: 7px 10px;
  border-bottom: 1px solid #f1f1f1;
  color: #444444;
  font-size: 14px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.header:after,
.navbar-nav > .messages-menu > .dropdown-menu > li.header:after,
.navbar-nav > .tasks-menu > .dropdown-menu > li.header:after {
  bottom: 100%;
  left: 92%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 7px;
  margin-left: -7px;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a {
  font-size: 12px;
  background-color: #f1f1f1;
  padding: 7px 10px;
  border-bottom: 1px solid #eeeeee;
  color: #444444;
  text-align: center;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li.footer > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li.footer > a:hover {
  background: #f1f1f1;
  text-decoration: none;
  font-weight: 400;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  display: block;
  white-space: nowrap;
  /* Prevent text from breaking */
  border-bottom: 1px solid #f1f1f1;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:hover,
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a:hover {
  background: #f1f1f1;
  text-decoration: none;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a {
  font-size: 12px;
  color: #444444;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa {
  font-size: 20px;
  width: 50px;
  text-align: center;
  padding: 15px 0px;
  margin-right: 5px;
  /* Default background and font colors */
  background: #00c0ef;
  color: #f9f9f9;
  /* Fallback for browsers that doesn't support rgba */
  color: rgba(255, 255, 255, 0.7);
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.danger {
  background: #f56954;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.warning {
  background: #f39c12;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.success {
  background: #00a65a;
}
.navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa.info {
  background: #00c0ef;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a {
  margin: 0px;
  line-height: 20px;
  padding: 10px 5px 10px 5px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > div > img {
  margin: auto 10px auto auto;
  width: 40px;
  height: 40px;
  border: 1px solid #dddddd;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: #444444;
  font-size: 15px;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > h4 > small {
  color: #999999;
  font-size: 10px;
  float: right;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a > p {
  margin: 0 0 0 45px;
  font-size: 12px;
  color: #888888;
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:before,
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  display: table;
  content: " ";
}
.navbar-nav > .messages-menu > .dropdown-menu > li .menu > li > a:after {
  clear: both;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a {
  padding: 10px;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > h3 {
  font-size: 14px;
  padding: 0;
  margin: 0 0 10px 0;
  color: #666666;
}
.navbar-nav > .tasks-menu > .dropdown-menu > li .menu > li > a > .progress {
  padding: 0;
  margin: 0;
}
.navbar-nav > .user-menu > .dropdown-menu {
  padding: 1px 0 0 0;
  border-top-width: 0;
  width: 280px;
}
.navbar-nav > .user-menu > .dropdown-menu:after {
  bottom: 100%;
  right: 10px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  margin-left: -10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header {
  padding: 1.5em;
  background: #3c8dbc;
  text-align: center;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > img {
  z-index: 5;
  height: 64px;
  width: 64px;
  border: 2px solid;
  border-color: transparent;
  border-color: rgba(255, 255, 255, 0.32);
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p {
  z-index: 5;
  color: #f9f9f9;
  font-size: 17px;
  margin: 1em;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-header > p > small {
  display: block;
  font-size:.80em;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body {
  padding: 15px;
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #dddddd;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body:before,
.navbar-nav > .user-menu > .dropdown-menu > li.user-body:after {
  display: table;
  content: " ";
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-body > div > a {
  color: #0073b7;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer {
  background-color: #f9f9f9;
  padding: 10px;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:before,
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:after {
  display: table;
  content: " ";
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer:after {
  clear: both;
}
.navbar-nav > .user-menu > .dropdown-menu > li.user-footer .btn-default {
  color: #666666;
}
/* Add fade animation to dropdown menus */
.open:not(.dropup) > .dropdown-menu {
  animation-name: fadeAnimation;
  animation-duration: .7s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: forwards;
  -webkit-animation-name: fadeAnimation;
  -webkit-animation-duration: .7s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-name: fadeAnimation;
  -moz-animation-duration: .7s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: forwards;
}
@keyframes fadeAnimation {
  from {
    opacity: 0;
    top: 120%;
  }
  to {
    opacity: 1;
    top: 100%;
  }
}
@-webkit-keyframes fadeAnimation {
  from {
    opacity: 0;
    top: 120%;
  }
  to {
    opacity: 1;
    top: 100%;
  }
}
/* Fix dropdown menu for small screens to display correctly on small screens */
@media screen and (max-width: 767px) {
  .navbar-nav > .notifications-menu > .dropdown-menu,
  .navbar-nav > .user-menu > .dropdown-menu,
  .navbar-nav > .tasks-menu > .dropdown-menu,
  .navbar-nav > .messages-menu > .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    border-right: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    background: #ffffff;
  }
}
/* Fix menu positions on xs screens to appear correctly and fully */
@media screen and (max-width: 480px) {
  .navbar-nav > .notifications-menu > .dropdown-menu > li.header,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.header,
  .navbar-nav > .messages-menu > .dropdown-menu > li.header {
    /* Remove arrow from the top */
  }
  .navbar-nav > .notifications-menu > .dropdown-menu > li.header:after,
  .navbar-nav > .tasks-menu > .dropdown-menu > li.header:after,
  .navbar-nav > .messages-menu > .dropdown-menu > li.header:after {
    border-width: 0px!important;
  }
  .navbar-nav > .tasks-menu > .dropdown-menu {
    position: absolute;
    right: -120px;
    left: auto;
  }
  .navbar-nav > .notifications-menu > .dropdown-menu {
    position: absolute;
    right: -170px;
    left: auto;
  }
  .navbar-nav > .messages-menu > .dropdown-menu {
    position: absolute;
    right: -210px;
    left: auto;
  }
  section.content {
  	margin-top:20px;
  }
  .nav>li>a {
	padding:15px 7px !important;
  }
}
/* 
   All form elements including input, select, textarea etc.
-----------------------------------------------------------------
*/
.form-control {
  box-shadow: none;
}
.form-control:focus {
  border-color: #3c8dbc !important;
  box-shadow: none;
}
.form-group.has-success label {
  color: #00a65a;
}
.form-group.has-success .form-control {
  border-color: #00a65a !important;
  box-shadow: none;
}
.form-group.has-warning label {
  color: #f39c12;
}
.form-group.has-warning .form-control {
  border-color: #f39c12 !important;
  box-shadow: none;
}
.form-group.has-error label {
  color: #f56954;
}
.form-group.has-error .form-control {
  border-color: #f56954 !important;
  box-shadow: none;
}
/* Input group */
.input-group .input-group-addon {
  
  background-color: #f1f1f1;
}
/* button groups */
.btn-group-vertical .btn.btn-flat:first-of-type,
.btn-group-vertical .btn.btn-flat:last-of-type {
  
}
/* Checkbox and radio inputs */
.checkbox,
.radio {
  padding-left: 0;
}
/* 
    Compenent: Progress bars
--------------------------------
*/
/* size variation */
.progress.sm {
  height: 10px;
}
.progress.xs {
  height: 7px;
}
/* Vertical bars */
.progress.vertical {
  position: relative;
  width: 30px;
  height: 200px;
  display: inline-block;
  margin-right: 10px;
}
.progress.vertical > .progress-bar {
  width: 100%!important;
  position: absolute;
  bottom: 0;
  border-radius:0;
}
.progress.vertical.sm {
  width: 20px;
}
.progress.vertical.xs {
  width: 10px;
}
/* Remove margins from progress bars when put in a table */
.table tr > td .progress {
  margin: 0;
}
.progress-bar-light-blue,
.progress-bar-primary {
  background-color: #3c8dbc;
}
.progress-bar-gray {
	background-color:#dedede;
}
.progress-striped .progress-bar-light-blue,
.progress-striped .progress-bar-primary {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-green,
.progress-bar-success {
  background-color: #00a65a;
}
.progress-bar-green-muted, .progress-bar-success-muted {
  background-color: #a1c5b5;
}
.progress-bar-red-muted, .progress-bar-danger-muted {
  background-color: #d28484;
}
.progress-striped .progress-bar-green,
.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-aqua,
.progress-bar-info {
  background-color: #00c0ef;
}
.progress-striped .progress-bar-aqua,
.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-yellow,
.progress-bar-warning {
  background-color: #f39c12;
}
.progress-striped .progress-bar-yellow,
.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.progress-bar-red,
.progress-bar-danger {
  background-color: #f56954;
}
.progress-striped .progress-bar-red,
.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
/*
    Component: Small boxes
*/
.small-box {
  position: relative;
  display: block;
  margin-bottom: 20px;
}
.small-box > .inner {
  padding: 10px;
}
.small-box > .inner > h3 > sup {
	font-size:2.1rem;
}
.small-box > .small-box-footer {
  position: relative;
  text-align: center;
  padding: .76em 0;
  color: #fff;
  display: block;
  z-index: 10;
  background: rgba(0, 0, 0, 0.1);
  text-decoration: none;
}
.small-box > .small-box-footer:hover {
  color: #fff;
  background: rgba(0, 0, 0, 0.15);
}
.small-box a, #requests-teaser {
	color: #efefef;
}
.small-box a:hover, #requests-teaser:hover {
	color:#fff;
}
.small-box h3 {
  font-size: 38px;
  font-weight: 700;
  margin: 0 0 10px 0;  
  padding: 0;
}
.small-box p {
  font-size: 15px;
}
.small-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.small-box h3,
.small-box p {
  z-index: 5px;
}
.small-box .icon, .small-box .icon-non-trans {
  position: absolute;
  top: -8px;
  right: 8px;
  z-index: 0;
  font-size: 5rem;
  color: rgba(0, 0, 0, 0.15);
}
.small-box .icon-non-trans {
	bottom:5px;
}
.small-box:hover {
  text-decoration: none;
  color: #f9f9f9;
}
.small-box:hover .icon {
  animation-name: tansformAnimation;
  animation-duration: .5s;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  animation-fill-mode: both;
  -webkit-animation-name: tansformAnimation;
  -webkit-animation-duration: .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-name: tansformAnimation;
  -moz-animation-duration: .5s;
  -moz-animation-iteration-count: 1;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
}
@keyframes tansformAnimation {
  from {
    font-size: 5rem;
  }
  to {
    font-size: 6rem;
  }
}
@-webkit-keyframes tansformAnimation {
  from {
    font-size: 5rem;
  }
  to {
    font-size: 6rem;
  }
}
@media screen and (max-width: 480px) {
  .small-box {
    text-align: center;
  }
  .small-box .icon {
    display: none;
  }
  .small-box p {
    font-size: 12px;
  }
}
/*
    component: Boxes
-------------------------
*/
.box {
  position: relative;
  background: #ffffff;
  border:1px solid #dbdbdb;
  margin-bottom: 20px;
  margin-top: 10px;
  width: 100%;
}
/*
.box.box-primary {
  border-top-color: #3c8dbc; 
}
*/
.box.box-info {
  border-top-color: #00c0ef;
}
.box.box-danger {
  border-top-color: #f56954;
}
.box.box-warning {
  border-top-color: #f39c12;
}
.box.box-success {
  border-top-color: #00a65a;
}
.box.height-control .box-body {
  max-height: 300px;
  overflow: auto;
}
.box .box-header {
  position: relative;
  border-bottom: 0px solid #f1f1f1;
  color: #444;
}
.box .box-header:before,
.box .box-header:after {
  display: table;
  content: " ";
}
.box .box-header:after {
  clear: both;
}
.box .box-header > .fa,
.box .box-header .box-title {
  display: inline-block;
  padding: 10px 10px 10px 10px;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  float: left;
  cursor: default;
}
.box .box-header a {
  color: #444;
}
.box .box-header > .box-tools {
  padding: 5px 10px 5px 5px;
}
.box .box-body {
  padding: 10px;
}
.box .box-body > table,
.box .box-body > .table {
  margin-bottom: 0;
}
.box .box-body.chart-responsive {
  width: 100%;
  overflow: hidden;
}
.box .box-body > .chart {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.box .box-body > .chart svg,
.box .box-body > .chart canvas {
  width: 100%!important;
}
.box .box-body .fc {
  margin-top: 5px;
}
.box .box-body .fc-header-title h2 {
  font-size: 15px;
  line-height: 1.6em;
  color: #666;
  margin-left: 10px;
}
.box .box-body .fc-header-right {
  padding-right: 10px;
}
.box .box-body .fc-header-left {
  padding-left: 10px;
}
.box .box-body .fc-widget-header {
  background: #fafafa;
}
.box .box-body .fc-grid {
  width: 100%;
  border: 0;
}
.box .box-body .fc-widget-header:first-of-type,
.box .box-body .fc-widget-content:first-of-type {
  border-left: 0;
  border-right: 0;
}
.box .box-body .fc-widget-header:last-of-type,
.box .box-body .fc-widget-content:last-of-type {
  border-right: 0;
}
.box .box-body .table {
  margin-bottom: 0;
}
.box .box-body .full-width-chart {
  margin: -19px;
}
.box .box-body.no-padding .full-width-chart {
  margin: -9px;
}
.box .box-footer {
  border-top: 1px solid #f1f1f1;
  padding: 10px;
  background-color: #ffffff;
}
.box.box-solid {
  border-top: 0px;
}
.box.box-solid > .box-header {
  padding-bottom: 0px!important;
}
.box.box-solid > .box-header .btn.btn-default {
  background: transparent;
}
.box.box-solid.box-primary > .box-header {
  color: #fff;
  background: #3c8dbc;
  background-color: #3c8dbc;
}
.box.box-solid.box-primary > .box-header a {
  color: #444;
}
.box.box-solid.box-primary {
  border: 1px solid #3c8dbc;
}
.box.box-solid.box-info > .box-header {
  color: #fff;
  background: #00c0ef;
  background-color: #00c0ef;
}
.box.box-solid.box-info > .box-header a {
  color: #444;
}
.box.box-solid.box-info {
  border: 1px solid #00c0ef;
}
.box.box-solid.box-danger > .box-header {
  color: #fff;
  background: #f56954;
  background-color: #f56954;
}
.box.box-solid.box-danger > .box-header a {
  color: #444;
}
.box.box-solid.box-danger {
  border: 1px solid #f56954;
}
.box.box-solid.box-warning > .box-header {
  color: #fff;
  background: #f39c12;
  background-color: #f39c12;
}
.box.box-solid.box-warning > .box-header a {
  color: #444;
}
.box.box-solid.box-warning {
  border: 1px solid #f39c12;
}
.box.box-solid.box-success > .box-header {
  color: #fff;
  background: #00a65a;
  background-color: #00a65a;
}
.box.box-solid.box-success > .box-header a {
  color: #444;
}
.box.box-solid.box-success {
  border: 1px solid #00a65a;
}
.box.box-solid > .box-header > .box-tools .btn {
  border: 0;
  box-shadow: none;
}
.box.box-solid[class*='bg'] > .box-header {
  color: #fff;
}
.box .box-group > .box {
  margin-bottom: 5px;
}
.box .knob-label {
  text-align: center;
  color: #333;
  font-weight: 200;
  font-size: 12px;
  margin-bottom: 0.3em;
}
.box .todo-list {
  margin: 0;
  padding: 0px 0px;
  list-style: none;
}
.box .todo-list > li {
  padding: 10px;
  background: #f3f4f5;
  margin-bottom: 2px;
  border-left: 2px solid #e6e7e8;
  color: #444;
}
.box .todo-list > li:last-of-type {
  margin-bottom: 0;
}
.box .todo-list > li.danger {
  border-left-color: #f56954;
}
.box .todo-list > li.warning {
  border-left-color: #f39c12;
}
.box .todo-list > li.info {
  border-left-color: #00c0ef;
}
.box .todo-list > li.success {
  border-left-color: #00a65a;
}
.box .todo-list > li.primary {
  border-left-color: #3c8dbc;
}
.box .todo-list > li > input[type='checkbox'] {
  margin: 0 10px 0 5px;
}
.box .todo-list > li .text {
  display: inline-block;
  margin-left: 5px;
  font-weight: 700;
}
.box .todo-list > li .label {
  margin-left: 10px;
  font-size: 9px;
}
.box .todo-list > li .tools {
  display: none;
  float: right;
  color: #f56954;
}
.box .todo-list > li .tools > .fa {
  margin-right: 5px;
  cursor: pointer;
}
.box .todo-list > li:hover .tools {
  display: inline-block;
}
.box .todo-list > li.done {
  color: #999;
}
.box .todo-list > li.done .text {
  text-decoration: line-through;
  font-weight: 400;
}
.box .todo-list > li.done .label {
  background: #eaeaec !important;
}
.box .todo-list .handle {
  display: inline-block;
  cursor: move;
  margin: 0 5px;
}
.box .chat {
  padding: 5px 20px 5px 10px;
}
.box .chat .item {
  margin-bottom: 10px;
}
.box .chat .item:before,
.box .chat .item:after {
  display: table;
  content: " ";
}
.box .chat .item:after {
  clear: both;
}
.box .chat .item > img {
  width: 40px;
  height: 40px;
  border: 2px solid transparent;
}
.box .chat .item > img.online {
  border: 2px solid #00a65a;
}
.box .chat .item > img.offline {
  border: 2px solid #f56954;
}
.box .chat .item > .message {
  margin-left: 55px;
  margin-top: -40px;
}
.box .chat .item > .message > .name {
  display: block;
  font-weight: 700;
}
.box .chat .item > .attachment {
  background: #f0f0f0;
  margin-left: 65px;
  margin-right: 15px;
  padding: 10px;
}
.box .chat .item > .attachment > h4 {
  margin: 0 0 5px 0;
  font-weight: 700;
  font-size: 14px;
}
.box .chat .item > .attachment > p,
.box .chat .item > .attachment > .filename {
  font-weight: 700;
  font-size: 13px;
  font-style: italic;
  margin: 0;
}
.box .chat .item > .attachment:before,
.box .chat .item > .attachment:after {
  display: table;
  content: " ";
}
.box .chat .item > .attachment:after {
  clear: both;
}
.box > .overlay,
.box > .loading-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.box > .overlay {
  z-index: 1010;
  background: rgba(255, 255, 255, 0.7);
}
.box > .overlay.dark {
  background: rgba(0, 0, 0, 0.5);
}
.box > .loading-img {
  z-index: 1020;
  background: transparent url('../img/ajax-loader1.gif') 50% 50% no-repeat;
}
/*
Component: timeline
--------------------
*/
.timeline {
  position: relative;
  margin: 0 0 30px 0;
  padding: 0;
  list-style: none;
}
.timeline:before {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0;
  width: 5px;
  background: #ddd;
  left: 30px;
  border: 1px solid #eee;
  margin: 0;
}
.timeline > li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 15px;
}
.timeline > li:before,
.timeline > li:after {
  display: table;
  content: " ";
}
.timeline > li:after {
  clear: both;
}
.timeline > li > .timeline-item {
  margin-top: 10px;
  border: 0px solid #dfdfdf;
  background: #fff;
  color: #555;
  margin-left: 60px;
  margin-right: 15px;
  padding: 5px;
  position: relative;
}
.timeline > li > .timeline-item > .time {
  color: #999;
  float: right;
  margin: 2px 0 0 0;
}
.timeline > li > .timeline-item > .timeline-header {
  margin: 0;
  color: #555;
  border-bottom: 1px solid #f1f1f1;
  padding: 5px;
  font-size: 16px;
  line-height: 1.1;
}
.timeline > li > .timeline-item > .timeline-header > a {
  font-weight: 700;
}
.timeline > li > .timeline-item > .timeline-body,
.timeline > li > .timeline-item > .timeline-footer {
  padding: 10px;
}
.timeline > li.time-label > span {
  font-weight: 700;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
}
.timeline > li > .fa {
  width: 30px;
  height: 30px;
  font-size: 15px;
  line-height: 30px;
  position: absolute;
  color: #666;
  background: #eee;
  text-align: center;
  left: 18px;
  top: 0;
}
/*
    Component: Buttons
-------------------------
*/
.btn {
  font-weight: 400;
  border: 1px solid transparent;
  margin-right:5px;
  margin-bottom:5px;
}
.btn.btn-default {
  background-color: #fafafa;
  color: #666;
  border-color: #ddd;
  border-bottom-color: #ddd;
}
.btn.btn-default:hover,
.btn.btn-default:active,
.btn.btn-default.hover {
  background-color: #eee!important;
}
.btn.btn-default.btn-flat {
  border-bottom-color: #d9dadc;
}
.btn.btn-primary {
  background-color: #3c8dbc;
  border-color: #367fa9;
}
.btn.btn-primary:hover,
.btn.btn-primary:active,
.btn.btn-primary.hover {
  background-color: #367fa9;
}
.btn.btn-success {
  background-color: #00a65a;
  border-color: #008d4c;
}
.btn.btn-success:hover,
.btn.btn-success:active,
.btn.btn-success:focus {
  background-color: #008d4c;
}
.btn.btn-info {
  background-color: #00c0ef;
  border-color: #00acd6;
}
.btn.btn-info:hover,
.btn.btn-info:active,
.btn.btn-info.hover {
  background-color: #00acd6;
}
.btn.btn-disabled {
  background-color: #dfdfdf;
  border-color: #dfdfdf;
  color:#666;
  cursor:not-allowed;
}
.btn.btn-danger {
  background-color: #f56954;
  border-color: #f4543c;
}
.btn.btn-danger:hover,
.btn.btn-danger:active,
.btn.btn-danger.hover {
  background-color: #f4543c;
}
.btn.btn-warning {
  background-color: #f39c12;
  border-color: #e08e0b;
}
.btn.btn-warning:hover,
.btn.btn-warning:active,
.btn.btn-warning.hover {
  background-color: #e08e0b;
}
.btn.btn-flat {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}
.btn:active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn:focus {
  outline: none;
}
.btn.btn-file {
  position: relative;
  overflow: hidden;
}
.btn.btn-file > input[type='file'] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block;
}
.btn.btn-app {
  position: relative;
  padding: 15px 5px;
  margin: 0 0 10px 10px;
  min-width: 80px;
  height: 60px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #fafafa;
  font-size: 12px;
}
.btn.btn-app > .fa {
  font-size: 20px;
  display: block;
}
.btn.btn-app:hover {
  background: #f1f1f1;
  color: #444;
  border-color: #aaa;
}
.btn.btn-app:active,
.btn.btn-app:focus {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  -moz-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.btn-app > .badge {
  position: absolute;
  top: -3px;
  right: -10px;
  font-size: 10px;
  font-weight: 400;
}
.btn.btn-social-old {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0.9;
  padding: 0;
}
.btn.btn-social-old > .fa {
  padding: 10px 0;
  width: 40px;
}
.btn.btn-social-old > .fa + span {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.btn.btn-social-old span {
  padding: 10px;
}
.btn.btn-social-old:hover {
  opacity: 1;
}
.btn.btn-circle {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
}
/* 
    Component: callout
------------------------
*/
.light-blue-box {
  border-left: 5px solid #d0e3f0;
  background-color: #f0f7fd;
}
.callout {
  margin: 0 0 10px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
  overflow:hidden;
}
.callout h4 {
  margin-top: 0;
}
.callout i {
  padding: 0 5px 0 0;
  font-size:2em;
}
.callout p:last-child {
  margin-bottom: 0;
}
.callout code,
.callout .highlight {
  background-color: #fff;
}
.callout.callout-gray {
  background-color: #fff;
  border-color: #ddd;
}
.callout.callout-danger {
  background-color: #fcf2f2;
  border-color: #dFb5b4;
}
.callout.callout-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.callout.callout-warning {
  background-color: #fefbed;
  border-color: #f1e7bc;
}
.callout.callout-info {
  background-color: #f0f7fd;
  border-color: #d0e3f0;
}
.callout-info i {
  color: #d0e3f0;
}
.callout.callout-danger h4 {
  color: #B94A48;
}
.callout.callout-success h4 {
  color: #3c763d;
}
.callout.callout-gray h4 {
  color: #333;
}
.callout.callout-warning h4 {
  color: #C09853;
}
.callout.callout-info h4 {
  color: #3A87AD;
}
/* 
    Component: alert
------------------------
*/
.alert {
  padding-left: 30px;
  position: relative;
}
.alert > .fa {
  position: absolute;
  left: -15px;
  top: -15px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: inherit;
  border: inherit;
}
/*
    Component: Navs
*/
/* NAV PILLS */
.nav.nav-pills > li > a {
  border-top: 3px solid transparent;
  color: #444;
}
.nav.nav-pills > li > a > .fa {
  margin-right: 5px;
}
.nav.nav-pills > li.active > a,
.nav.nav-pills > li.active > a:hover {
  background-color: #f1f1f1;
  border-top-color: #3c8dbc;
  color: #444;
}
.nav.nav-pills > li.active > a {
  font-weight: 400;
}
.nav.nav-pills > li > a:hover {
  background-color: #f1f1f1;
}
.nav.nav-pills.nav-stacked > li > a {
  border-top: 0;
  border-left: 3px solid transparent;
  color: #444;
}
.nav.nav-pills.nav-stacked > li.active > a,
.nav.nav-pills.nav-stacked > li.active > a:hover {
  background-color: #f1f1f1;
  border-left-color: #3c8dbc;
  color: #444;
}
.nav.nav-pills.nav-stacked > li.header {
  border-bottom: 1px solid #ddd;
  color: #777;
  margin-bottom: 10px;
  padding: 5px 10px;
  text-transform: uppercase;
}
/* NAV TABS */
.nav-tabs-custom {
  margin-bottom: 20px;
  background: #fff;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
}
.nav-tabs-custom > .nav-tabs {
  margin: 0;
  border-bottom-color: #f1f1f1;
}
.nav-tabs-custom > .nav-tabs > li {
  border-top: 3px solid transparent;
  margin-bottom: -2px;
  margin-right: 5px;
}
.nav-tabs-custom > .nav-tabs > li > a,
.nav-tabs-custom > .nav-tabs > li > a:hover {
  background: transparent;
  margin: 0;
}
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:hover,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:focus,
.nav-tabs-custom > .nav-tabs > li:not(.active) > a:active {
  border-color: transparent;
}
.nav-tabs-custom > .nav-tabs > li.active {
  border-top-color: #3c8dbc;
}
.nav-tabs-custom > .nav-tabs > li.active > a,
.nav-tabs-custom > .nav-tabs > li.active:hover > a {
  background-color: #fff;
}
.nav-tabs-custom > .nav-tabs > li.active > a {
  border-top: 0;
  border-left-color: #f1f1f1;
  border-right-color: #f1f1f1;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type {
  margin-left: 0px;
}
.nav-tabs-custom > .nav-tabs > li:first-of-type.active > a {
  border-left-width: 0;
}
.nav-tabs-custom > .nav-tabs.pull-right {
  float: none!important;
}
.nav-tabs-custom > .nav-tabs.pull-right > li {
  float: right;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type {
  margin-right: 0px;
}
.nav-tabs-custom > .nav-tabs.pull-right > li:first-of-type.active > a {
  border-left-width: 1px;
  border-right-width: 0px;
}
.nav-tabs-custom > .nav-tabs > li.header {
  font-weight: 400;
  line-height: 35px;
  padding: 0 10px;
  font-size: 20px;
  color: #444;
  cursor: default;
}
.nav-tabs-custom > .nav-tabs > li.header > .fa {
  margin-right: 10px;
}
.nav-tabs-custom > .tab-content {
  background: #fff;
  padding: 10px;
}
/* Nav tabs bottom */
.tabs-bottom.nav-3 li a {
  width: 3333.33333333% !important;
}
.tabs-bottom li a {
  border: 0;
}
/* PAGINATION */
.pagination > li > a {
  background: #fafafa;
  color: #666;
  -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
  box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09);
}
/*
    Component: Mailbox
*/
.mailbox .table-mailbox {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.mailbox .table-mailbox tr.unread > td {
  background-color: rgba(0, 0, 0, 0.05);
  color: #000;
  font-weight: 700;
}
.mailbox .table-mailbox tr > td > .fa.fa-star,
.mailbox .table-mailbox tr > td > .fa.fa-star-o {
  color: #f39c12;
  cursor: pointer;
}
.mailbox .table-mailbox tr > td.small-col {
  width: 30px;
}
.mailbox .table-mailbox tr > td.name {
  width: 150px;
  font-weight: 700;
}
.mailbox .table-mailbox tr > td.time {
  text-align: right;
  width: 100px;
}
.mailbox .table-mailbox tr > td {
  white-space: nowrap;
}
.mailbox .table-mailbox tr > td > a {
  color: #444;
}
@media screen and (max-width: 767px) {
  .mailbox .nav-stacked > li:not(.header) {
    float: left;
    width: 50%;
  }
  .mailbox .nav-stacked > li:not(.header).header {
    border: 0!important;
  }
  .mailbox .search-form {
    margin-top: 10px;
  }
  
  .small-box h3 {
  	font-size:2.7rem;
  }
  .small-box > .inner > h3 > sup {
	font-size:1.7rem;
  }  
}
/* 
    Page: register and login
*/
.form-box {
  width: 360px;
  margin: 30px auto 0 auto;
}
.form-box .header {
  background: #fff;
  box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);
  padding: 30px 10px;
  text-align: center;
  font-size: 26px;
  font-weight: 200;
  color: #444;
}
.form-box h1 {
	margin-top:10px;
	font-weight:200 !important;
}

.form-box .body,
.form-box .footer {
  padding: 10px 20px;
  background: #fff;
  color: #444;
  border:0;
}
.form-box .footer {
	border-top:4px solid #dbdbdb;
	padding: 20px 20px 10px 20px;
}
.form-box .body > .form-group,
.form-box .footer > .form-group {
  margin-top: 10px;
}
.form-box .body > .form-group > input,
.form-box .footer > .form-group > input {
  border: #fff;
}
.form-box .footer a {
	background-color:#fff;
	color:#0073b7;
}
.form-box .footer a:hover {
	color: #72afd2;
}
.form-box .body > .btn,
.form-box .footer > .btn {
  margin-bottom: 10px;
  color:#333;
}
.form-box .footer p
{
	color:#111;
	font-weight:400;
}
@media (max-width: 767px) {
  .form-box {
    width: 90%;
  }
}
/* 
    Page: 404 and 500 error pages
------------------------------------
*/
.error-page {
  width: 600px;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .error-page {
    width: 100%;
  }
}
.error-page > .headline {
  float: left;
  font-size: 100px;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .error-page > .headline {
    float: none;
    text-align: center;
  }
}
.error-page > .error-content {
  margin-left: 190px;
  display: block;
}
@media screen and (max-width: 767px) {
  .error-page > .error-content {
    margin-left: 0;
  }
}
.error-page > .error-content > h3 {
  font-weight: 200;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  .error-page > .error-content > h3 {
    text-align: center;
  }
}
.error-page:before,
.error-page:after {
  display: table;
  content: " ";
}
.error-page:after {
  clear: both;
}
@media print {
  .table-responsive {
    border:0 !important;
    font-size:0.9em !important;
  }
  .table-responsive > .table tr th,
  .table-responsive > .table tr td {
    white-space: normal !important;
    padding:0 1px 0 0 !important;
    overflow: hidden !important;
  }
  .table-responsive > .table tr td.head
  {
  	font-weight:400;
  }
  html, body
  {
  	background-color:transparent !important;
  }
}
/* 
    Skins
    -----
*/
/* 
    Skin Blue 
    ---------
*/
/* skin-blue navbar */
.skin-blue .navbar {
  background-color: #3c8dbc;
}
.skin-blue .navbar .nav a, .skin-blue .navbar a {
  color: rgba(255, 255, 255, 0.8);
}
.skin-blue .navbar .nav > li > a:hover,
.skin-blue .navbar .nav > li > a:active,
.skin-blue .navbar .nav > li > a:focus,
.skin-blue .navbar .nav .open > a,
.skin-blue .navbar .nav .open > a:hover,
.skin-blue .navbar .nav .open > a:focus {
  background: rgba(0, 0, 0, 0.3);
  color: #fcfcfc;
}
.skin-blue .navbar .navbar-right > .nav {
  margin-right: 0;
}
.skin-blue .navbar .sidebar-toggle .icon-bar {
  background: rgba(255, 255, 255, 0.8);
}
.skin-blue .navbar .sidebar-toggle:hover .icon-bar {
  background: #f1f1f1 !important;
}
/* skin-blue logo */
.skin-blue .logo {
  background-color: #367fa9;
  color: #f9f9f9;
}
.skin-blue .logo > a {
  color: #f9f9f9;
}
.skin-blue .logo:hover {
  background: #357ca5;
}
/* skin-blue content header */
.skin-blue .right-side > .content-header {
  background: #fbfbfb;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
/* Skin-blue user panel */
.skin-blue .user-panel > .image > img {
  border: 1px solid #dfdfdf;
}
.skin-blue .user-panel > .info,
.skin-blue .user-panel > .info > a {
  color: #555555;
}
/* skin-blue sidebar */
.skin-blue .sidebar {
  
}
.skin-blue .sidebar>.sidebar-menu>li {
  border-bottom: 1px solid #dbdbdb;
}
.skin-blue .sidebar > .sidebar-menu > li:first-of-type {
  border-top: 1px solid #dbdbdb;
}
.skin-blue .sidebar > .sidebar-menu > li:first-of-type > a {
  
}
.skin-blue .sidebar > .sidebar-menu > li > a:hover,
.skin-blue .sidebar > .sidebar-menu > li.active > a {
  color: #222;
  background: #fefefe;
}
.skin-blue .sidebar > .sidebar-menu > li > .treeview-menu {
  margin: 0;
  padding: 0 1px 15px 0;
  background: #fefefe;
}
.skin-blue .left-side {
  background: #f1f1f1;
  -webkit-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.1);
  box-shadow: inset -3px 0px 8px -4px rgba(0, 0, 0, 0.07);
}
.skin-blue .sidebar a {
  color: #555555;
}
.skin-blue .sidebar a:hover {
  text-decoration: none;
}
.skin-blue .treeview-menu > li > a {
  color: #777;
}
.skin-blue .treeview-menu > li.active > a,
.skin-blue .treeview-menu > li > a:hover {
  color: #111;
}
.skin-blue .sidebar-form {
  border: 1px solid #dbdbdb;
  margin: 10px 10px;
}
.skin-blue .sidebar-form input[type="text"],
.skin-blue .sidebar-form .btn {
  box-shadow: none;
  background-color: #fafafa;
  border: 1px solid #fafafa;
  height: 35px;
}
.skin-blue .sidebar-form input[type="text"] {
  color: #666;
}
.skin-blue .sidebar-form input[type="text"]:focus,
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  background-color: #fff;
  color: #666;
}
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
  border-left-color: #fff;
}
.skin-blue .sidebar-form .btn {
  color: #999;
}

/* Retina support */
.pace .pace-progress {
  background: #00c0ef;
  position: fixed;
  z-index: 2000;
  top: 0;
  left: 0;
  height: 2px;
  -webkit-transition: width 1s;
  -moz-transition: width 1s;
  -o-transition: width 1s;
  transition: width 1s;
}
.pace-inactive {
  display: none;
}


/*! Animate.css - http://daneden.me/animate | Licensed under the MIT license - http://opensource.org/licenses/MIT (c) 2015 Daniel Eden */
.animated{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.hinge{-webkit-animation-duration:2s;animation-duration:2s}@-webkit-keyframes slideInLeft{0.00%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInLeft{0.00%{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInLeft{-webkit-animation-name:slideInLeft;animation-name:slideInLeft}@-webkit-keyframes slideInRight{0.00%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInRight{0.00%{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInRight{-webkit-animation-name:slideInRight;animation-name:slideInRight}@-webkit-keyframes slideInUp{0.00%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}@keyframes slideInUp{0.00%{-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0);visibility:visible}100%{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}.slideInUp{-webkit-animation-name:slideInUp;animation-name:slideInUp}

/*! AdminLTE v1.2, Author: AlmsaeedStudio.com License: Open source, MIT http://opensource.org/licenses/MIT for more information !*/
.footer {
	border:0;
	background-color: #367fa9;
	margin:0;
	padding:0px 20px;
}
.footer p {
	padding:0;
	margin-bottom:5px;
	color:#fff;
	font-weight:400;
}
.footer a {
	color:#ccc;
	font-weight:400;
}
.footer a:hover {
	color:#fff;
}
.footer p:last-of-type {
    margin-bottom:10px;
}
p.version {
    font-weight:200;
    margin-top:20px;
}
img.flag {
	width:16px;
	height:11px;
	margin:0 0 0 5px;
}
form.condensed div.form-group {
	padding:0;
	margin-bottom:1px !important;
}
.box-filter, .box-filter .box-title, .box-filter .box-body, .box-filter .box-footer
{
	padding:0 !important;
	margin:0 0 5px 0 !important;
	font-weight:400;
}
.box-filter label.control-label
{
	font-weight:700;
	margin-top:4px;
}
.box-filter
{
	padding:5px !important;
}
.box-filter select
{
	height:20px;
	padding:0;
}
.box-filter label, .box-filter a.filterMore
{
	font-size:.9em;
}
.box-filter input, .box-filter button, .box-filter select, .box-filter a.btn  
{
	margin:7px 0 0 0;
}
.no-border-top {
	border-top:0 !important;
}
span.desc, div.desc, small.desc {
	color:#888;
}
hr {
	margin:10px 0;
	padding:0;
	border-bottom:1px solid #ddd;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
	vertical-align:top;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th {
	border-bottom:0;
}
div.box-body.table-responsive {
	border-top:0;
}

table.table-condensed {
	margin-bottom:0;
}
th, table td.bottom, tr.trdelim, td.tddelim {
	font-weight: 400;
	background-color:#f1f1f1;
}
th {
	font-size:1.076em;
	font-weight:700;
}
table td.bottom {
	font-size:0.93em;
}
table th {
	background-color:#f1f1f1;
}
td {

}
th.subsection, td.subsection {
	background-color:#fff;
	font-size:1em;
}
tr#ieFixTr, tr#ieFixTr td {
	height:0;
	font-size:0;
	line-height:0;
	margin:0;
	padding:0;
	border:0;
}
div.smBtnSpacer, div.halfSmBtn {
	width:31px;
	height:24px;
	display: inline-block;
	vertical-align: middle;
	margin:0;
	padding:0;
}
div.halfSmBtn {
	width:15px;
}
.form-group {
	margin-bottom: 7px;
}
.noweight {
	font-weight:400;
}
hr.separator {
	margin:40px 0;
}
img#imglogo {
	width:160px;
	height:24px;
}
img#imglogotxt {
	width:105px;
	height:16px;
}
img#imglogosmall {
	height:18px;
}

.skin-surfer, .skin-surfer .navbar, .skin-surfer .logo, .skin-surfer .logo:hover, .skin-surfer .logo > a {
	background-color:#fff !important;
	color:#333 !important;
}
.skin-surfer .navbar, .skin-surfer .logo
{
	border-bottom:1px solid #dbdbdb;
	height:70px !important;
	line-height: 70px !important;
	padding:0 20px;
	clear:both;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030
}
.content.skin-surfer
{
	min-height:234px !important;
	margin-top:70px;
}
.homeHeader
{
	font-weight:200;
	font-size:2.5em;
	letter-spacing: -1px;
}
.homeSub {
	font-size:1.41em;
	font-weight:400;
	color:#fff;
}
.titleHead {
	font-weight: 700;
	margin-top:30px;
	color:#31708f;
	text-transform:uppercase;
	letter-spacing: -1px;
}
.weight {
	font-weight: 700 !important;
}
.upspace {
	margin-top:30px;
}
.bottspace {
	margin-bottom:30px;
}
.rightspace {
	margin-right:30px !important;
}
.leftspace {
	margin-left:30px;
}
img.border {
	border: 1px solid #dbdbdb;
}
img.gall {
	display: block;
	border: 1px solid rgba(0,0,0,0.32);
	box-shadow: 0px 0px 6px rgba(0,0,0,0.32);
	margin: 30px auto 0;
}
div.jswarn {
	font-size:2em;
}
li.cdMenuHead {
	margin:20px 0 0 0;
	padding:0 0 20px 0;
	border-bottom: 1px solid #dbdbdb;
}
div.hamIcon {
	margin: -4px 5px 0 2px;
    float: left;
}
.change .bar1 {
  -webkit-transform: rotate(-45deg) translate(-4px, 6px) ;
  transform: rotate(-45deg) translate(-4px, 6px) ;
}
.change .bar2 {
  opacity: 0;
}
.change .bar3 {
  -webkit-transform: rotate(45deg) translate(-5px, -8px) ;
  transform: rotate(45deg) translate(-5px, -8px) ;
}
.bar1, .bar2, .bar3 {
    width: 25px;
    height: 3px;
    background-color: #333;
    margin: 5px 0;
    transition: 0.4s;
}
a.colgray {
	color:#666 !important;
}
div#ieAlert {
	border:3px solid red;
	background: #F7B0B1;
	color: #7A0002;
	font-weight: 700;
	font-size:1.5em;
	margin:0px;
	padding:30px 10px;
	width:100%;
	position: fixed;
  	top: 0px;
  	left: 0;
  	z-index: 99999;
  	width: 100%;
}
.autosize {
	-webkit-transition: height 0.4s;
	-moz-transition: height 0.4s;
	transition: height 0.4s;
}
span.smalldiag {
	font-size:.66em;
	color:#fff;
}
p.footerHd {
	margin-bottom:10px;
	font-weight:700;
	padding-top:20px;
}
div.delim {
	border-bottom:1px solid #dbdbdb;
	margin:10px 0;
	padding:0;
	width:100%;
}
div.pcdevice {
	max-width:888px;
}
div.mobilephone {
	width:222px;
	height:100%;
}
header.panel-heading {
	font-size:8px;
}
section.mobilephone, div.mobilephone {
	background-color:#fff;
	background-color: #222930 !important;
	border-radius: 16px !important;
	-webkit-border-radius: 16px !important;
	-moz-border-radius: 16px !important;
	padding-bottom:1px;
	margin-bottom:5px;
}
header.mobilephone {
  background-color: #222930 !important;
  border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  margin-bottom: -12px;
  color:#aaa;
  padding:5px 0 15px 0;
}
div.mobilephonescreen {
	background-color: #222930;
  	margin:0;
  	padding:0 5px;
  	border-radius: 10px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
}
aside.mobilephone {
	padding:0;
	margin:100px 0 0 -99px;
}
div.mobilephone a img {
  border-radius: 5px !important;
  -webkit-border-radius: 5px !important;
  -moz-border-radius: 5px !important;
}
div.devicebox {
  width: 100%;
  border-spacing: 0;
  display: table;
  table-layout: fixed;
  box-sizing: border-box;
  height:1000px;
  border:1px solid red;
}
div.homehd, div.homehdnoimg {
	margin-top:-20px;
	display:block;
	padding:0 0 20px 0;
	background-color: #6BAEFF;
	background-size: cover;
	background-position: 50% 0px;
  	background-attachment: fixed;
	overflow:hidden;
}
div.homehdnoimg {
	padding:0 0 50px 0;
}
a.btnHomeAB:active, a.btnHomeABFeat:active {
	margin:32px 0 13px 0;
}
a.btnHomeAB, a.btnHomeABFeat, a.btnHomeABOnBG {
	margin:30px 0 15px 0;
	background-color:rgb(181, 24, 24);
	color:#fff;
}
a.homeHd, a.btnHomeAB, a.btnHomeABFeat {
	o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
a.btnHomeAB:hover {
	color:#fff;
	background-color:rgb(131,10,10);
}
a.btnHomeABFeat {
	background-color:#3c8dbc;
	color:#fff;
}
a.btnHomeABOnBG {
	background-color:#31708f;
	color:#fff;
}
a.btnHomeABFeat:hover, a.btnHomeABOnBG:hover {
	color:#fff;
	background-color:#001f3f;
}

div.refbox {
	border:1px solid #ddd;
	background-color:#fff;
	margin:10px 0;
	padding:0;
}
div.refbox div {
	margin:15px 0;
	padding:0
}
a.homeHd {
	font-weight: 400;
	padding:8px;
	margin:0 5px;
	font-size:1.11em;
	color:#3c3c3c !important;
}
a.reg {
	font-weight: 700;
}
a.homeLogin {
	font-weight: 700;
	border:1px dotted #367fa9;
	color:#367fa9 !important;
	margin-right:0;
}
a.homeHd:hover {
	background-color:#ddd;
	color:#333 !important;
}
a.homeLogin:hover {
	border:1px dotted #367fa9;
	color:#fff !important;
	background-color:#367fa9 !important;
}
p.homeSub a {
	color:#fff !important;
	text-decoration:underline;
}
div.priceBox {
  background-color:#ccc;
  color: #47484c;
  background:rgba(200, 200, 200, 0.1);
  text-align: center;
  padding:0;
  margin:20px;
  position: relative;
  border:1px solid #ccc;
}
div.priceHeader, div.recomBoxHeader {
 	font-weight: 400;
	padding:20px 0;
	text-transform: uppercase;
	line-height:1;
	font-weight:200;
	margin:0 5px;
	font-size:1.5em;
	color:#717171 !important;
}
div.priceAmount, div.recomBox {
	background:rgba(123, 123, 123, 0.1);
	padding:0px 0 10px 0;
    font-weight:700;
    font-size:5em;  
}
span.curr, span.currsymbol {
	font-size:32%;
	font-weight:200;
}
span.currsymbol {
	padding:0 5px 0 0;
	margin:0;
	position:relative;
	top:-32px;
}
div.priceBox > ul {
	list-style:none;
	padding:0;
}
div.priceBox > ul > li {
	padding:0;
	margin:5px 40px;
	line-height:30px;
	border-bottom:1px solid #ccc;
}
p.subAmount {
	font-size:25%;
}
a.loginHome {
	margin-top:-25px;
	font-size:.76em;
	color:#cbcbcb;
}
div.footClaim, div.footClaim p {
	font-size:1em;
	color:#ccc;
	font-weight:400;
}
div.footClaim p.footClaimTitle {
	font-weight:700;
	font-size:2em;
	color:#fff;
}
@media screen and (max-width: 1200px) {
	div.footClaim {
		text-align: center;
	}
}
span.stateOKX, span.stateDON {
  color: #3c763d;
  background-color: #dff0d8;
}
span.stateNOK {
  color: #a94442;
  background-color: #f2dede;
}
span.stateASK, span.cancelStateREQ {
  color: #AE9407;
  background-color: #EDF069;
}
span.stateEDT {
  color: #31708f;
  background-color: #d9edf7;
}
span.statePale {
  color: #757575;
  background-color: #dcdcdc;
}
span.cancelStateNOK {
  color: #888;
  background-color: #ededed;
}
div.bgrow {
	border-top:1px solid #f1f1f1;
	border-bottom:1px solid #f1f1f1;
	background:#e9e9e9;
	padding-bottom:20px;
}
div.bggrey {
	border:0;
	background:#fafafa;
}
div.homerow {
	padding:3em 0;
}
div.homeFeat h3 {
	line-height:1.5em;
	margin:20px 0 0 0;
	font-size:22px;
	font-weight:400;
}
div.homeFeat p {
	padding:0;
	margin:0;
	color:#666;
	font-size:1.23em;
}
div.homeFeatIcon {
	font-size:2.1em;
	line-height:1.4em;
	float:left;
	color:#31708f;
}
div.homeFeatTxt {
	margin-left:60px;
}
a.sizex2 {
	font-size:2em;
}
div.raute {
  background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAD6AAAAAeCAMAAAAPKRHcAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA8BpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDIxIDc5LjE1NDkxMSwgMjAxMy8xMC8yOS0xMTo0NzoxNiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wUmlnaHRzPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvcmlnaHRzLyIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcFJpZ2h0czpNYXJrZWQ9IkZhbHNlIiB4bXBNTTpPcmlnaW5hbERvY3VtZW50SUQ9InhtcC5kaWQ6ZjdlNDYyZDgtYzFlZC1iYTRlLTlkNTktMWNlYWRmNDVhOTI4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjhEQzNBMDM2RDM0QjExRTQ5NUU4REVCOTRBNjQwQkZBIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjhEQzNBMDM1RDM0QjExRTQ5NUU4REVCOTRBNjQwQkZBIiB4bXA6Q3JlYXRvclRvb2w9IkFkb2JlIFBob3Rvc2hvcCBDQyAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1ZjRkZThlMi01YzVjLTNhNGEtOGQ0ZC00MjQyMWE0ODNlYzciIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ZjdlNDYyZDgtYzFlZC1iYTRlLTlkNTktMWNlYWRmNDVhOTI4Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+4KZ5swAAAAZQTFRF////////VXz1bAAAAAJ0Uk5T/wDltzBKAAAA8ElEQVR42uzXsQkAMAzAsPT/p/tBpoIpSCd48wwA8J+zkQcAAAD6QVcHAAAA+kEXBwAAAPpB1wYAAAD6QZcGAAAA+kFXBgAAAPpBFwYAAAD6QdcFAAAA+kGXBQAAAPpBVwUAAAD6QRcFAAAA+kHXBAAAAPpBlwQAAAD6QVcEAAAA+kEXBAAAAPpB1wMAAAD6QZcDAAAA+kFXAwAAAPpBFwMAAAD6QdcCAAAA+kGXAgAAAPpBVwIAAAD6QRcCAAAA+kHXAQAAAPpBlwEAAAD6QVcBAAAA+kEXAQAAAPpB1wAAAAD6QZcAAAAAAACeuwIMAI2xAbQMQ7NhAAAAAElFTkSuQmCC');
  width: 100%;
  height: 30px;
  background-position: center bottom;
  background-repeat: no-repeat;
  padding:0;
  margin-top:-30px;
  margin-bottom:0;  
}
div.size1, i.size1 {
	font-size:1em;
}
.size150 {
	font-size:1.5em;
	line-height: 1;
}
.size120 {
	font-size:1.2em;
}
.size2 {
	font-size:2em;
}
div.devicePan {
	max-width:1345px;
	margin:0 auto;
}
.text-white {
	color:#fff;
}
div.featbox p, div.featbox li {
	font-size:1.23em;
	color:#666;
}
div.featbox {
	padding-top:30px;
	padding-bottom:30px;
	margin-top:30px;
	margin-bottom:30px;
}
div.upborder {
	padding-top:30px;
	border-top:1px solid #f1f1f1;
}
div.boxed {
	max-width: 860px;
	margin-right:auto;
	margin-left:auto;
}
div.boxedwide {
	max-width: 1400px;
	margin-right:auto;
	margin-left:auto;
}
input.tiny {
	width:5em;
}
div.moreFeatures li {
	list-style-type: none;
}
div.moreFeatures i {
	color:#001f3f;
}
div.moreFeatures h3 {
	font-size:1.76em;
}
a.tiny {
	font-size:12px;
}
img.avatar, img.avatarxs {
    width: 64px;
    height: 64px;    
    -webkit-border-radius: 50% !important;
  	-moz-border-radius: 50% !important;
  	border-radius: 50% !important;
    margin-top: -2px;
}
img.avatarxs {	
	-webkit-border-radius: 50% !important;
  	-moz-border-radius: 50% !important;
  	border-radius: 50% !important;
  	
    width: 20px;
    height: 20px;
}
#avatarEdit {
	width: 128px;
	height: 128px;
	position:relative; /* or fixed or absolute */	
}
li.user-header a {
	color:#f1f1f1 !important;
	font-size:.8em;
	line-height:2em;
	
}
li.user-header a:hover {
	text-decoration:underline;
}
td.clickable, tr.clickable, div.clickable, a.clickable, h1.clickable, h2.clickable, div.clickable, span.clickable {
	cursor: pointer;	
}
.wiggle {
  animation: wiggle 1s steps(5, start) infinite;
  -webkit-animation: wiggle 1s steps(5, start) infinite;
}
@keyframes wiggle {
  to {
    margin-top:-1px;
  }
}
@-webkit-keyframes wiggle {
  to {
    margin-top:-1px;
  }
}
.progress-number {
	width:45%;
	margin:0 !important;
}
.progress-number.pull-right {
	text-align:right;
}
.greyedout {
	color:#ccc !important;
}
img.paym
{
	height:33px;
	padding:5px;
	margin:0 2px;
	border: 1px solid #ddd;
}

table td.listA { background:#fcfcfc; }

table.calendar { border:1px solid #ccc !important; }

div.markbg, div.hoverable:hover, tr.markbg td, tr.hoverable:hover td {
	background-color:#d0e3f0 !important;
}

div.divzahl:hover
{
	background-color:#efefef;
	cursor:pointer;
}
.faint {
	color:#999;
}
.noTxtTrans {
	text-transform:none !important;
}
.nosalic {
	border-bottom:3px dotted rgb(181, 24, 24);
	border-left:0;
	margin-top:-20px;
}
div.toggler {
	cursor: pointer;	
}
table td.mdAlert {
	background-color:#a94442;
	color:#fff;
}
label.filtersel {
	font-weight:400;
	font-size:12px;
}
.fa-xing.socolor, .fa-xing:hover {
	color:#026466;
}
.fa-linkedin.socolor, .fa-linkedin:hover {
	color:#007bb6;
}
.fa-google.socolor, .fa-google:hover {
	color:#dd4b39;
}
.fa-facebook.socolor, .fa-facebook:hover {
	color:#3b5998;
}
.fa-twitter.socolor, .fa-twitter:hover {
	color:#00aced;
}
.fa-at.socolor, .fa-at:hover {
	color:#3490F3;
}
.fa-whatsapp.socolor, .fa-whatsapp:hover  {
	color:#29a628;
}
.socolor {
	filter: alpha(opacity=83);
	opacity: 0.83;
	-webkit-transition: opacity 222ms ease-in-out;
	-moz-transition: opacity 222ms ease-in-out;
	-ms-transition: opacity 222ms ease-in-out;
	-o-transition: opacity 222ms ease-in-out;
	transition: opacity 222ms ease-in-out;
}
.socolor:hover {
	filter: alpha(opacity=100);
	opacity: 1;
	position: relative; 
	top: -2px;
}
div.social {
	display: inline-block;
    vertical-align: top;
    margin: 0.3em;
    font-size:2em;
}
div.social:last-child {
    margin-right: 0;
}
a.social {
    display: inline-block;
    text-align: center;
    text-decoration: none;
    line-height: 1;
    color:#999;
}
a.social:hover {
	position: relative; 
	top: -2px;
}
div.sociallbl {
	font-size:.22em;
}
div.bordered {
	border:1px solid #ddd;
}

div.recomBox {
	font-size:2.3em;
}
 div.recomBoxHeader {
	font-size:1.76em;
}

.nomargin {
	margin:0 !important;
}
span.paystatetitle {
	font-size:1em;
	white-space:normal;
	padding:5px 20px;
}

a.recomteaser {
	display:block;
	float:none;
	margin-top:0;
	color:#aaa;
	font-weight: 700;
}

a.recomteaser:hover {
	color:rgb(181, 24, 24);
	position: relative; 
	top: -2px;
}
div.recomVoucher {
	font-size:1.76em;
	font-weight:700;
}
div.black {
	color:#000 !important;
}
td.clickable {
	cursor:pointer;
}
@media screen and (max-width: 767px) {
	  div.recomBox, div.recomBoxHeader {
		font-size:1.22em;  
	  }
	  div.sociallbl {
	  	font-size:.39em;
	  }
	  span.paystatetitle {
		font-size:.76em;
	}
	a.btnHomeAB, a.btnHomeABFeat, a.btnHomeABOnBG 
	{
		margin:10px 0 10px 0;
	}
	a.btnHomeAB:active, a.btnHomeABFeat:active
	{
		margin:12px 0 8px 0;
	}
	
	img.gall
	{
		margin-top:5px;
	}
	.xs-text-left {
		text-align:left;
	}
}

.outline {
	border:1px solid red;
}

div.checkboxlist {
 margin:0 20px 0 0;
 display:block;
 float:left;
}
a.btn-padding-x {
	padding-left:25px;
	padding-right:25px;
}

div.noleftpad, label.noleftpad {
	padding-left:0px;
}
th.bordleft, td.bordleft {
	border-left:1px solid #dbdbdb;
	padding-left:20px !important;
}
span.codeurl, div.codeurl {
	border:1px solid #ccc;
	padding:5px;
	margin:5px;
}
div.oauthBtn
{
	margin:5px 0;
	display:inline-block;
}



div.circledtxt
{
    background-color:#fff;
    border-radius:20px;
    color:#000;
    height:40px;
    line-height:40px;
    margin:0 auto -20px auto;
    padding:0;
    text-align:center;
    width:40px;
}

div.oauthdiv
{
	border-top:3px solid #fff;
    margin:0;
    padding: 22px 0 0;
    overflow: auto;
}

div.tab-pane
{
	margin:0;
	padding:10px;
	border:2px solid #3c8dbc;
}
ul.nav-pills li > a:hover
{
	background:#ddd !important;
}
ul.nav-pills li > a
{
	border:2px solid #ddd !important;
	border-bottom:0;
	o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
ul.nav-pills li.active > a
{
	background:#3c8dbc !important;
	color:#fff !important;
	border:2px solid #3c8dbc !important;
	cursor: default;
}
.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus, .pagination>li>a.active {
    color: #fff;
    background-color: #367fa9;
    border-color: #367fa9;
}
span.keyboard {
	-moz-box-shadow: inset 0 0 1px rgb(222, 222, 222), inset 0 0 .35em rgb(180, 180, 180), 0 .1em 0 rgb(120, 120, 120), 0 .09em 0 rgba(0, 0, 0, .4), 0 .1em .09em rgba(0, 0, 0, .9);
	-webkit-box-shadow: inset 0 0 1px rgb(222, 222, 222), inset 0 0 .35em rgb(180, 180, 180), 0 .1em 0 rgb(120, 120, 120), 0 .09em 0 rgba(0, 0, 0, .4), 0 .1em .09em rgba(0, 0, 0, .9);
	box-shadow: inset 0 0 1px rgb(222, 222, 222), inset 0 0 .35em rgb(180, 180, 180), 0 .1em 0 rgb(120, 120, 120), 0 .09em 0 rgba(0, 0, 0, .4), 0 .1em .09em rgba(0, 0, 0, .9);
	display: inline;
	display: inline-block;
	-moz-border-radius: .33em;
	-webkit-border-radius: .33em;
	border-radius: .33em;
	border: none;
	min-width: 1.5em;
	padding: 0.4em 0.6em;
	font-weight: 200;
	text-align: center;
	text-shadow: 0 0 2px #ccc;
	cursor: default;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}
div.col-pad-top, span.col-pad-top {
	padding-top: 7px;
}
a.nopointer {
	cursor: default;
}
.datepicker {
	padding:6px 12px !important;
}


li#recTime
{
	color:#d6d6d6;
	margin:0;
	padding:30px;
	text-align: center;
	font-size:1em;
	background-color:#367fa9;
	min-height:105px;	
	height:105px;
	o-transition: all .3s ease;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
span.recBlue
{
	visibility:hidden;
}
li#recTime span.active
{
	font-size:2em;
	color:#fff;
}
#recTimeB4Midnight
{
	color:#fff;
}
span.transition
{
	o-transition: all .1s ease;
	-webkit-transition: all .1s ease;
	-moz-transition: all .1s ease;
	transition: all .1s ease;
}
span#recTimer
{
	padding-right:20px;
}
li#recBtns, li.recButtons
{
	background-color:#fff;
	margin:0;
	padding:20px 16px 16px 20px;
}
li#recList
{
  background-color: #fff;
  padding: 7px 10px;
  border-top: 1px solid #ccc;
  color: #444;
}
a.doubleheight
{
	line-height:2em !important;
	height:2.7em !important;
	font-weight: 700 !important;	
}
li#recList a:hover
{
	background:#fff;
	text-decoration:underline;
	color:#367fa9;
}
li#recDD i
{
	margin:0;
	padding:0;
}
.skin-blue .navbar .dropdown-menu > li > a.btn
{
	color:#fff;
}
.skin-blue .navbar .dropdown-menu > li > a.btn-default
{
	color:#565656;
}
ul#recDDul
{
	width:246px;
}
td.zechange{
	background:#fafafa;
	padding-left:10px !important;
	border-left:1px dashed #ccc;
}
input.demoLoginBtn {
	line-height:2.176em;
}
input.linkBtn, button.linkBtn {
	border:0;
	text-decoration:underline;
	background-color:#fff;
}

.pad-s {
	padding: 10px;
}
.pad-m {
	padding: 20px;
}
.pad-l {
	padding: 20px;
}
.pad-none {
	padding:0;
}

.mar-s {
	margin: 10px;
}
.mar-m {
	margin: 20px;
}
.mar-l {
	margin: 20px;
}
.mar-none {
	margin:0;
}

.pad-t-none {
	padding-top:0 !important;
}
.pad-r-none {
	padding-right:0 !important;
}
.pad-b-none {
	padding-bottom:0 !important;
}
.pad-l-none {
	padding-left:0 !important;
}

.pad-t-s {
	padding-top:10px;
}
.pad-r-s {
	padding-right:10px;
}
.pad-b-s {
	padding-bottom:10px;
}
.pad-l-s {
	padding-left:10px;
}

.pad-t-m {
	padding-top:20px;
}
.pad-r-m {
	padding-right:20px;
}
.pad-b-m {
	padding-bottom:20px;
}
.pad-l-m {
	padding-left:20px;
}

.pad-t-l {
	padding-top:30px;
}
.pad-r-l {
	padding-right:30px;
}
.pad-b-l {
	padding-bottom:30px;
}
.pad-l-l {
	padding-left:30px;
}

.mar-t-none {
	margin-top:0 !important;
}
.mar-r-none {
	margin-right:0 !important;
}
.mar-b-none {
	margin-bottom:0 !important;
}
.mar-l-none {
	margin-left:0 !important;
}

.mar-t-m {
	margin-top:20px;
}
.mar-r-m {
	margin-right:20px;
}
.mar-b-m {
	margin-bottom:20px;
}
.mar-l-m {
	margin-left:20px;
}

.mar-t-s {
	margin-top:10px;
}
.mar-r-s {
	margin-right:10px;
}
.mar-b-s {
	margin-bottom:10px;
}
.mar-l-s {
	margin-left:10px;
}

.mar-t-l {
	margin-top:30px;
}
.mar-r-l {
	margin-right:30px;
}
.mar-b-l {
	margin-bottom:30px;
}
.mar-l-l {
	margin-left:30px;
}

table.dataTable {
	border-collapse: separate;
}
td.red {
	color: red !important;
}
.pale, .pale select, .pale input {
	color:#aaa !important;
}
div.g-recaptcha { 
   clear: both; 
}
img.kaptchaImg {
	style="cursor:pointer";
	margin-bottom:5px;
}
input.kaptchaInput {
	width:200px;
	text-align:center;
	letter-spacing:.32em;
	color:#3c8dbc;
	font-weight:bold;
	font-size:1.3em;
	padding-left:1.32em;
}
table.expandLastColOnly td {
    width:1%;
    white-space:nowrap;
}

table.expandLastColOnly tr td:last-child {
    width:10px;
}

table td.unit
{
	font-weight:700;
	background-color:#eee;
	padding-top:20px;
}

div.tagitem
{
  padding:2px 24px;
  margin:0 3px 3px 0;
  white-space:nowrap;
  width:auto;
  display:inline-block;
  cursor:pointer;
}
div.tagitem:hover
{
	padding-left:3px;
}
div.tagitem:hover > i
{
	display:inline-block;
}
div.tagitem > i
{
	display:none;
}
div.tagitem.active, div.tagitem.inactive:hover
{
  color: #3c763d;
  background-color: #dff0d8;
}
div.tagitem.inactive, div.tagitem.active:hover
{
  color: #a94442;
  background-color: #f2dede;
}
div.tagitem.inactive:hover
{
	border-bottom:2px solid #3c763d;
	margin-bottom:1px;
}
div.tagitem.active:hover
{
	border-bottom:2px solid #a94442;
	margin-bottom:1px;
}
div.tagitem.filtered
{
	background-color:#efefef;
	color:#bbb;
}
.nobr
{
	white-space: nowrap;
}
.progress {
	margin-bottom:10px;
	border-radius:0;
}
i.recACT, i.recINA, i.recSUSP {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
i.recACT {
	font-weight: 700;
	color: #00a65a;
}
i.recINA {
	font-weight: 100;
	color:#aaa;
}
i.recSUSP {
	font-weight: 700;
	color:#f39c12;
}
i.recACT:before, i.recINA:before {
    content: "\f017";
}
i.recSUSP:before {
    content: "\f0f4";
}
td.nopointer {
	cursor: default !important;
}
h2 span.badge {
	margin-bottom:5px;
}
div.screenmodeimg {
	margin:10px 10px 0 0;
	float:right;
}
select.redborder {
	border:1px solid #d23018;
	color: #d23018;
}
div.bluebadge {
	background-color:#f0f7fd;
	border-bottom:2px dotted #d0e3f0;
	border-top:2px dotted #d0e3f0;
	border-left:0;
	border-right:0;
	padding: 20px;	
}
tr.trdelim, td.tddelim
{
	line-height:3px;
	font-size:1px;
	padding:0 !important;
	margin:0 !important;
}

#gTotop:hover
{
	background-color:#999;
	color:#196c9b;
}
#gTotop
{
	transition: color .2s ease, background-color .2s ease;
	display:none;
	border:0;
	background-color:#aaa;
	opacity:.5;
	color:#fff;
	margin: 0 60px;
    padding: 20px 38px;
    position: fixed;
    top:40px;
    line-height: 1em;
    font-size: 1em;
}
h2 > a 
{ 
	color:#333; 
}
div.autoscrollbar
{
	overflow-x: auto !important;	
}
optgroup
{
	background-color:#ddd;
	font-weight:600;
	color:#333;
}
optgroup option {
	background-color:#fff;
}

i.text-danger {
	color:#a94442;
}
#timeRecShowBtn.recpaused {
	background-color:#f39c12;
	color:#fff;
}
#timeRecShowBtn.running 
{
	background-color:#009551;
	color:#fff;
}
th.topth 
{
	padding-top:1em !important;
	padding-bottom:1em !important;
}
table.dataTable th:last-child, table.dataTable th:first-child,
table.dataTable td:last-child, table.dataTable td:first-child 
{
	padding-left:1em;
	padding-right:1em;
}
.box .box-body 
{
    padding: 20px 10px;
}
.table>thead>tr:first-child>th, .table>tbody>tr:first-child>th, .table>tfoot>tr:first-child>th, .table>thead>tr:first-child>td, .table>tbody>tr:first-child>td, .table>tfoot>tr:first-child>td
{
	border-top:0;	
}
div.left-border-green
{
	border-left:3px solid #00a65a;	
}
div.left-border-red
{
	border-left:3px solid #a94442;	
}
th.medium
{
	font-size:.98em;
}

.popover[class*="tour-"]
{
	max-width:500px;
}
.popover[class*="tour-"] h3.popover-title 
{
	font-size:1.5em;
	padding:2rem;
}
.popover[class*="tour-"] .popover-content
{
	padding:2rem;
}

#requests-info a, #requests-info p
{
	line-height:1.76em;
}

.popover-content
{
	padding:1.5em;
}
.popover-title
{
	padding:1em 1.5em;
}

td.narrowtd {
	width:2.3em;
}
a.loginwithms, a.loginwithms:visited {
	border:1px solid #ccc;
	padding:9px 10px 10px 10px;
	background-color:#fff;
	color:#555;
}
a.loginwithms:hover {
	color:#111;
}
div.xtrafieldarea {
	background-color: #f0f7fd;
	display: block;
	padding-right:10px;
	padding-bottom:10px;
	margin-bottom:10px;
}
@media screen and (max-width: 768px) {
	div.xtrafieldarea {
		padding-left:10px;
	}	
}
div.ovex {
	max-width:50em;
	margin-left:20px;	
}
span.strikethru {
	text-decoration: line-through;
}
th.align-r, td.align-r, tr.align-r, div.align-r {
	text-align:right;
}


.formbox
{
	border-left:2px solid #367fa9;
	background-color:#f0f7fd;
	padding:10px;
	margin:10px 0;	
}
.col-padfix
{
	padding-left:15px;
	padding-right:15px;	
}
.unclickable
{
	cursor: default;	
}
#recWaitingUntil
{
	color:#fff;
	font-size:1.32em;
}
.full-width
{
	width:100%
}
.dropdown-menu>li.drpdwnheader {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 700;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
    background-color:#f1f1f1;
}
.dropdown-menu>li>a.ina {
	font-style:italic
}

div.hoverbox.active, div.hoverbox:hover
{
	background-color:#f0f7fd;
	border-color:#d0e3f0;
	border-right:5px solid #d0e3f0;
}
div.hoverbox.active h3, div.hoverbox:hover h3
{
	font-weight:700;
	color:#367fa9;
}
div.hoverbox
{
	padding:1.5em;
	border:1px solid #ccc;
	cursor: pointer;
	margin-bottom:1em;
}
div.hoverbox>i.checkicon
{
	display:none;
	margin-top:-5px;
}
div.hoverbox.active>i.checkicon
{
	display:inherit;
}
footer>div.footerrow
{
	border-bottom:1px dashed #fff;
}