@import url(https://fonts.googleapis.com/css?family=Roboto:300,400,700);* {
  box-sizing: border-box;
  font-family: "Roboto";
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: #ffffff;
  font-weight: 300;
  font-size: 15px;
  line-height: 155%;
  color: #242424;
}

img {
  max-width: 100%;
  outline: none;
}

h1 {
  font-weight: normal;
  font-size: 2.2em;
  margin: 0 0 24px 0;
  float: left;
}

h1 span {
  clear: both;
  color: #ccc;
  font-size: 0.7em;
  display: block;
  margin-top: 9px;
}

h2 {
  border-bottom: 1px solid #E6E6E6;
  padding: 24px 0 24px 0;
  float: left;
  width: 100%;
}

h2 i {
  margin-right: 9px;
}

h2 span {
  clear: both;
  color: #999;
  font-size: 0.7em;
  display: block;
  margin-top: 9px;
}

hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 24px 0;
  padding: 0;
  float: left;
  width: 100%;
}

a:link,
a:visited {
  color: #0BACE7;
  text-decoration: underline;
}

a:link:hover,
a:visited:hover {
  color: #08769e;
}

.fa.green {
  color: green;
}

.fa.grey {
  color: #ccc;
}

.price.default {
  opacity: 0.5;
}

.price.custom {
  color: #0BACE7;
  font-weight: bold;
}

.top_grandtotal {
  float: right;
  font-weight: bold;
  font-size: 2.5em;
  line-height: 1em;
  font-style: italic;
}

.wide_container {
  float: left;
  width: 100%;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}

.layout {
  float: left;
  width: 100%;
}

.main {
  margin-top: 106px;
}

.white_pane {
  background: #fff;
  padding: 18px 0;
  box-shadow: 0px 5px 6px -6px rgba(50, 50, 50, 0.25);
  margin-bottom: 24px;
  float: left;
  width: 100%;
  border-top: 1px solid #ddd;
}

.blue_pane {
  background: #EDF9FE;
  padding: 36px;
  margin: 12px 0 12px 0;
  float: left;
  width: 100%;
}

.blue_pane hr {
  border: none;
  border-top: 1px solid #C7EBFC;
}

.blue_pane h2 {
  padding-top: 0;
}

.normal .left {
  width: 260px;
  float: left;
  background: #282828;
  color: #fff;
  padding: 24px;
  min-height: 100vh;
  position: fixed;
  z-index: 3;
}

.normal .right {
  width: calc(100% - 260px);
  max-width: 1500px;
  float: left;
  margin-left: 260px;
  padding: 108px 24px 48px 76px;
}

.split .left,
.split .right {
  float: left;
  width: 50%;
  min-height: 100vh;
}

.split .right {
  background: url() no-repeat center center;
  background-size: cover;
  padding: 48px;
  color: #fff;
}

.split .right h1 {
  font-size: 4.5em;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.3);
}

.split .right h2 {
  font-size: 2.5em;
  text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.3);
  border: none;
}

span.clear {
  clear: left;
  display: block;
}

.panel {
  border: 1px solid #E6E6E6;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
}

.panel.small {
  width: 400px;
}

.panel.small button {
  width: 100%;
}

.panel.small .tabs {
  margin-bottom: 0;
}

.panel.small .tabcontents .tabcontent {
  padding: 0;
}

.panel.login {
  margin-top: 20vh;
  border: none;
}

.panel.login .panel-body {
  border: 1px solid #E6E6E6;
  position: relative;
  top: -1px;
}

.panel.medium {
  width: 650px;
  margin-top: 10vh;
}

.panel .panel-heading {
  border-bottom: 1px solid #E6E6E6;
  background: #EFEFEF;
  color: #000;
  font-weight: bold;
  font-size: 1.2em;
  padding: 12px 36px;
  width: 100%;
}

.panel .panel-body {
  background: #fff;
  padding: 36px;
  width: 100%;
  float: left;
}

.parts {
  float: left;
  width: 100%;
}

.parts.parts2 .part:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 24px ) / 2) - 24px);
  margin-right: 24px;
  margin-bottom: 24px;
}

.parts.parts2 .part:nth-of-type(2n) {
  margin-right: 0;
}

.parts.parts3 .part:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 24px ) / 3) - 24px);
  margin-right: 24px;
  margin-bottom: 24px;
}

.parts.parts3 .part:nth-of-type(3n) {
  margin-right: 0;
}

.parts.parts4 .part:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 24px ) / 4) - 24px);
  margin-right: 24px;
  margin-bottom: 24px;
}

.parts.parts4 .part:nth-of-type(4n) {
  margin-right: 0;
}

.extra_items {
  margin: 12px 0 0 0;
  padding: 12px 0 0 0;
  width: 100%;
  border-top: 1px solid #E6E6E6;
  list-style: none;
  float: left;
}

.tabs {
  list-style: none;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #cccc;
  width: 100%;
  float: left;
  z-index: 1;
  position: relative;
  margin-bottom: 24px;
}

.tabs li {
  float: left;
  padding: 8px 16px;
  border: 1px solid #ccc;
  border-bottom: 0;
  cursor: pointer;
  opacity: 0.5;
  background: #ededed;
  z-index: 0;
  top: 1px;
  position: relative;
  transition: all linear 0.15s;
  margin-right: 1px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.tabs li.active {
  opacity: 1;
  position: relative;
  background: #ffffff;
  z-index: 2;
  font-weight: bold;
}

.tabs li.active:hover {
  background: #ffffff;
  opacity: 1;
}

.tabs li:hover {
  opacity: 0.7;
  background: #fafafa;
}

.tabcontents {
  float: left;
  width: 100%;
}

.tabcontents .tabcontent {
  float: left;
  width: 100%;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}

.tabcontents .tabcontent.active {
  height: auto;
  padding: 24px;
}

.headerbar {
  float: left;
  width: 100%;
  margin-bottom: 24px;
}

.headerbar .filters {
  float: left;
  width: 80%;
}

.headerbar .filters.wide {
  width: 100%;
}

.headerbar .filters form {
  width: 100%;
  float: left;
}

.headerbar .filters input,
.headerbar .filters .styled-select {
  text-align: left;
  float: left;
  margin-right: 6px;
  margin-bottom: 6px;
  max-width: 200px;
}

.headerbar .filters input select,
.headerbar .filters .styled-select select {
  margin-bottom: 0;
}

.headerbar .filters .styled-select.renewal {
  max-width: 250px;
}

.headerbar .filters .filter {
  float: left;
}

.headerbar .filters .filter:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 6px ) / 4) - 6px);
  margin-right: 6px;
  margin-bottom: 0;
}

.headerbar .filters .filter:nth-of-type(4n) {
  margin-right: 0;
}

.headerbar .filters .filter label {
  width: 100%;
  float: left;
}

.headerbar .filters .selection {
  border: 3px solid #0BACE7;
  transition: none;
  border-radius: 4px;
}

.headerbar .actions {
  float: right;
}

.homepage_tiles {
  float: left;
  width: 100%;
  margin: 36px 0;
}

.homepage_tiles ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.homepage_tiles li:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 3% ) / 4) - 3%);
  margin-right: 3%;
  margin-bottom: 3%;
}

.homepage_tiles li:nth-of-type(4n) {
  margin-right: 0;
}

.homepage_tiles li a:link,
.homepage_tiles li a:visited {
  width: 100%;
  background: #fff;
  float: left;
  padding: 32px 16px;
  color: #000;
  font-size: 1.1em;
  text-decoration: none;
  transition: all linear 0.12s;
  font-weight: bold;
  border: 1px solid #ccc;
  border-radius: 4px;
  text-align: center;
  height: 100%;
}

.homepage_tiles li a:link:hover,
.homepage_tiles li a:visited:hover {
  background: #f2f2f2;
}

.homepage_tiles li a:link .fa,
.homepage_tiles li a:visited .fa {
  clear: both;
  display: block;
  margin: 0 auto;
  font-size: 40px;
  margin-bottom: 18px;
  color: #333;
}

.homepage_tiles li a:link.disabled,
.homepage_tiles li a:visited.disabled {
  background: #eee;
  color: #999;
}

.homepage_tiles li a:link.disabled:hover,
.homepage_tiles li a:visited.disabled:hover {
  background: #eee;
}

.homepage_tiles li a:link.disabled .fa,
.homepage_tiles li a:visited.disabled .fa {
  color: #999;
}

.descr {
  color: #999;
  font-size: 0.85em;
  clear: left;
  display: block;
}

.descr hr {
  border: none;
  border-top: 1px solid #ddd;
  margin: 12px 0;
}

.expl {
  color: #666;
  font-size: 0.85em;
  border-left: 2px solid #0BACE7;
  background: #E2F8FE;
  padding: 4px 12px;
  width: 100%;
  float: left;
  margin: 6px 0;
}

.listtable {
  border: 1px solid #eee;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}

.listtable tr.row_1 td {
  background: #f9f9f9;
}

.listtable tr th,
.listtable tr td {
  padding: 8px 10px;
  text-align: left;
  border: 1px solid #eee;
  background: #fff;
  vertical-align: top;
}

.listtable tr th td,
.listtable tr td td {
  border: none;
  padding: 0 8px;
}

.listtable tr th.weekend,
.listtable tr td.weekend {
  background: #f5f5f5;
}

.listtable tr th.yearmention,
.listtable tr td.yearmention {
  background: #f5f5f5;
  color: #ccc;
}

.listtable tr th {
  background: #f1f1f1;
  border-bottom: 1px solid #ccc;
}

.listtable tr th a {
  color: #000;
}

.listtable tr th a .fa.fa-caret-up,
.listtable tr th a .fa.fa-caret-down {
  margin-left: 5px;
  color: #ccc;
}

.listtable tr.deleted td {
  color: #cc0000;
}

.listtable tr.deleted td a {
  color: #cc0000;
}

.listtable tr.disabled td,
.listtable tr.not_invoiceable td {
  font-style: italic;
  background: #f5f5f5;
  color: #999;
}

.listtable tr.disabled td a,
.listtable tr.not_invoiceable td a {
  color: #999;
}

.listtable tr.subheader_tr td {
  background: #eee;
  color: #666;
  font-weight: bold;
}

.listtable .external {
  float: right;
  margin-top: 5px;
}

.listtable tr:hover td {
  background: #FFFFE6;
}

.itemsperpage {
  float: right;
  margin-top: 12px;
  text-align: right;
}

.itemsperpage input,
.itemsperpage select,
.itemsperpage .styled-select {
  max-width: none !important;
  width: auto !important;
}

.totalitems {
  float: right;
  margin-top: 17px;
  margin-right: 12px;
}

.headerbar .totalitems {
  margin: 0;
}

.breadcrumb-steps {
  float: left;
  width: 100%;
  margin: 0;
  margin-bottom: 36px;
  padding: 0 16px;
}

.breadcrumb-steps li {
  float: left;
  margin-right: 36px;
}

.breadcrumb-steps li.active {
  font-weight: bold;
}

.roster {
  border: 1px dotted #ccc;
  padding: 12px 24px;
}

.roster .week {
  float: left;
  width: 100%;
  margin: 9px 0;
}

.roster .week h3 {
  margin: 0;
}

.roster .week .days {
  float: left;
  width: 100%;
}

.roster .week .days .day {
  text-align: center;
  line-height: 40px;
}

.roster .week .days .day:nth-of-type(n) {
  float: left;
  clear: none;
  box-sizing: border-box;
  width: calc( ( (100% + 6px ) / 8) - 6px);
  margin-right: 6px;
  margin-bottom: 0;
}

.roster .week .days .day:nth-of-type(8n) {
  margin-right: 0;
}

.roster .week .days .day label,
.roster .week .days .day input {
  width: 100%;
  text-align: center;
  padding: 0;
}

.foundvehicle {
  display: none;
  border: 3px solid #0BACE7;
  background: #daf4fd;
  padding: 12px 24px;
  border-radius: 3px;
}

.compensation,
.identity_file {
  float: left;
  width: 100%;
}

.compensation .remove,
.identity_file .remove {
  float: right;
  position: absolute;
}

.compensation .remove .fa,
.identity_file .remove .fa {
  font-size: 1.7em;
  position: relative;
  top: -24px;
  color: #cc0000;
  cursor: pointer;
}

.loader {
  display: none;
  background: #f6f6f6;
  padding: 24px;
  text-align: center;
  margin-bottom: 12px;
  border-radius: 4px;
  font-weight: bold;
  color: #666;
  float: left;
  width: 100%;
}

.loader img {
  display: block;
  margin: 0 auto;
  margin-bottom: 12px;
}

.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px 36px;
  width: auto;
  max-width: 900px;
  margin: 24px auto;
}

#signature-pad canvas {
  width: 450px;
  height: 280px;
}

.pagination {
  float: right;
  margin: 12px 0;
  list-style: none;
  padding: 0;
}

.pagination li {
  float: left;
  border: 1px solid #ccc;
  margin-left: 4px;
}

.pagination li span,
.pagination li a {
  padding: 8px 16px;
  display: block;
  text-align: center;
  background: #fff;
}

.pagination li span:hover,
.pagination li a:hover {
  background: #f1f1f1;
}

.state_dot {
  border-radius: 100%;
  background: #ccc;
  padding: 4px;
  display: inline-block;
  margin: 0 4px;
}

.state_dot.state_9 {
  background: #cc0000;
}

.remarksicon {
  line-height: 150% !important;
  color: #bbb;
  margin-right: 6px;
  cursor: help;
}

.sslicon {
  line-height: 150% !important;
  color: #47DA23;
  margin-right: 6px;
}

.header {
  background: #eee;
  padding: 10px 12px 10px 336px;
  border-bottom: 1px solid #E6E6E6;
  position: fixed;
  top: 0;
  z-index: 2;
  height: 70px;
}

.header .logo {
  float: left;
  height: 50px;
}

.header .logo img {
  height: 50px;
}

.header .nav {
  float: right;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin-right: 12px;
}

.header .nav li {
  float: left;
  line-height: 50px;
}

.header .nav li a {
  padding: 0 12px;
  color: #242424;
  text-decoration: none;
  transition: all linear 0.15s;
}

.header .nav li a:hover {
  color: #0BACE7;
}

.header .nav li:hover {
  background: #f6f6f6;
}

.header .nav li:hover > ul {
  display: block;
}

.header .nav ul {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: #fff;
  padding: 0;
  list-style: none;
  border: 1px solid #E6E6E6;
  border-top: none;
  border-left: none;
}

.header .nav ul li {
  float: none;
  width: 170px;
  text-align: right;
}

.header .nav ul a {
  float: left;
  width: 100%;
}

.header .nav ul ul {
  top: 0;
  left: 100%;
}

.left .loggedinuser {
  float: left;
  width: 100%;
  padding: 6px 0;
  margin-bottom: 12px;
}

.left .loggedinuser .image {
  float: left;
  width: 70px;
  height: 70px;
  display: block;
  margin-right: 16px;
  border: 4px solid #fff;
  border-radius: 100%;
  background-size: cover;
}

.left .loggedinuser .text {
  padding: 2px 0;
}

.left .loggedinuser .text .userrole {
  opacity: 0.5;
  font-size: 0.8em;
}

.left h3 {
  font-size: 1em;
  font-weight: normal;
  color: #bbb;
  margin: 0;
  padding: 12px 12px;
  float: left;
  background: #353535;
  position: relative;
  left: -24px;
  width: 260px;
  text-transform: uppercase;
}

.left .sidebarmenu {
  list-style: none;
  margin: 0;
  padding: 0;
  float: left;
  position: relative;
  left: -24px;
  width: 260px;
}

.left .sidebarmenu li {
  float: left;
  width: 100%;
}

.left .sidebarmenu li a {
  padding: 10px 24px;
  float: left;
  width: 100%;
  text-decoration: none;
  font-size: 1em;
  color: #fff;
  transition: all linear 0.1s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.left .sidebarmenu li a .fa {
  margin-right: 12px;
  font-size: 1.1em;
}

.left .sidebarmenu li.active a,
.left .sidebarmenu li:hover a {
  background: #323232;
  color: #0BACE7;
}

input[type=text],
input[type=number],
input[type=email],
input[type=password],
input[type=date],
select,
textarea,
body .select2-container--default .select2-selection {
  display: inline-block;
  padding: 0 12px;
  font-size: 1em;
  border: 1px solid #dadada;
  height: 42px;
  width: 100%;
  max-width: 350px;
  border-radius: 3px;
}

input[type=text]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=date]:focus,
select:focus,
textarea:focus,
body .select2-container--default .select2-selection:focus {
  border-color: #000;
}

input[type=text].error,
input[type=number].error,
input[type=email].error,
input[type=password].error,
input[type=date].error,
select.error,
textarea.error,
body .select2-container--default .select2-selection.error {
  border: 1px solid #B94A48;
  background: #F7E8E8;
}

input[type=text]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
body .select2-container--default .select2-selection::-webkit-input-placeholder {
  color: #ddd;
  font-style: italic;
}

input[type=text]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
body .select2-container--default .select2-selection:-ms-input-placeholder {
  color: #ddd;
  font-style: italic;
}

input[type=text]::-ms-input-placeholder,
input[type=number]::-ms-input-placeholder,
input[type=email]::-ms-input-placeholder,
input[type=password]::-ms-input-placeholder,
input[type=date]::-ms-input-placeholder,
select::-ms-input-placeholder,
textarea::-ms-input-placeholder,
body .select2-container--default .select2-selection::-ms-input-placeholder {
  color: #ddd;
  font-style: italic;
}

input[type=text]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=password]::placeholder,
input[type=date]::placeholder,
select::placeholder,
textarea::placeholder,
body .select2-container--default .select2-selection::placeholder {
  color: #ddd;
  font-style: italic;
}

input[type=text].euro,
input[type=number].euro,
input[type=email].euro,
input[type=password].euro,
input[type=date].euro,
select.euro,
textarea.euro,
body .select2-container--default .select2-selection.euro {
  background: url("/images/eurosign.png") #fff left 6px center no-repeat;
  padding-left: 32px;
  background-size: 1em;
}

input[type=text].capitals,
input[type=number].capitals,
input[type=email].capitals,
input[type=password].capitals,
input[type=date].capitals,
select.capitals,
textarea.capitals,
body .select2-container--default .select2-selection.capitals {
  text-transform: uppercase;
}

select[readonly],
input[readonly] {
  background: #eee;
  box-shadow: none;
}

form {
  float: left;
  width: 100%;
}

textarea {
  padding-top: 9px;
  padding-bottom: 9px;
}

body .select2-container--default {
  width: 100% !important;
}

body .select2-container--default .select2-selection {
  padding: 0;
  height: auto;
  min-height: 42px;
}

body .select2-container--default .select2-selection .select2-selection__rendered,
body .select2-container--default .select2-selection .select2-selection__arrow,
body .select2-container--default .select2-selection .select2-search__field {
  height: 42px;
  line-height: 42px;
}

body .select2-container--default .select2-selection .select2-selection__rendered {
  padding: 0 12px;
  height: auto;
  min-height: 42px;
}

body .select2-container--default .select2-selection .select2-selection__rendered .select2-selection__choice {
  line-height: 28px;
  padding: 0 9px;
}

body .select2-container--default .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  margin-right: 6px;
}

body .select2-container--default .select2-selection .select2-selection__arrow {
  background: url(/images/arrow_down.svg) no-repeat top 50% right 6px;
  background-size: 36px 8px;
  width: 40px;
}

body .select2-container--default .select2-selection .select2-selection__arrow b {
  display: none;
}

body .select2-container--default .select2-search--dropdown .select2-search__field {
  height: 42px;
  line-height: 42px;
}

.select2-dropdown {
  box-shadow: 0px 10px 7px -8px rgba(0, 0, 0, 0.4);
}

select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background: #eee;
  box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
  display: none;
}

textarea {
  min-height: 100px;
}

select {
  float: left;
}

input[type=submit],
button,
submit,
.button,
.btn {
  background: #0BACE7;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  height: 42px;
  padding: 8px 20px;
  cursor: pointer;
  border: none;
  transition: all linear 0.15s;
  border-radius: 3px;
  letter-spacing: 0.7px;
}

input[type=submit]:hover,
button:hover,
submit:hover,
.button:hover,
.btn:hover {
  background: #0988b6;
}

input[type=submit].warning,
button.warning,
submit.warning,
.button.warning,
.btn.warning {
  background: #CC0000;
}

input[type=submit].warning:hover,
button.warning:hover,
submit.warning:hover,
.button.warning:hover,
.btn.warning:hover {
  background: #990000;
}

input[type=submit].delete,
button.delete,
submit.delete,
.button.delete,
.btn.delete {
  padding: 3px 16px;
  height: 24px;
}

.form-group,
.inputgroup {
  width: 100%;
  margin: 6px 0;
  float: left;
}

.form-group .tooltiplabel,
.form-group label,
.inputgroup .tooltiplabel,
.inputgroup label {
  float: left;
  width: 30%;
  padding-top: 8px;
  margin-right: 5%;
  max-width: 200px;
}

.form-group .tooltiplabel.tooltip,
.form-group label.tooltip,
.inputgroup .tooltiplabel.tooltip,
.inputgroup label.tooltip {
  font-style: italic;
  cursor: help;
  --microtip-transition-duration: 0.2s;
  --microtip-transition-delay: 0.1s;
  --microtip-transition-easing: ease-in-out;
  transition: all linear 0.2s;
  border-left: 5px solid #f2f2f2;
  padding-left: 6px;
}

.form-group .tooltiplabel.tooltip:hover,
.form-group label.tooltip:hover,
.inputgroup .tooltiplabel.tooltip:hover,
.inputgroup label.tooltip:hover {
  background: #f2f2f2;
}

.form-group .tooltiplabel label,
.inputgroup .tooltiplabel label {
  width: 70%;
  float: left;
}

.form-group .tooltiplabel .fa,
.inputgroup .tooltiplabel .fa {
  float: right;
  padding-top: 8px;
}

.form-group.checkboxes .checkbox,
.form-group.checkboxes .radio,
.form-group.radios .checkbox,
.form-group.radios .radio,
.inputgroup.checkboxes .checkbox,
.inputgroup.checkboxes .radio,
.inputgroup.radios .checkbox,
.inputgroup.radios .radio {
  float: left;
  width: 100%;
}

.form-group.checkboxes .checkbox input,
.form-group.checkboxes .radio input,
.form-group.radios .checkbox input,
.form-group.radios .radio input,
.inputgroup.checkboxes .checkbox input,
.inputgroup.checkboxes .radio input,
.inputgroup.radios .checkbox input,
.inputgroup.radios .radio input {
  width: auto;
  float: left;
  width: 24px;
  margin: 4px 0;
  padding: 0;
}

.form-group.checkboxes .checkbox label,
.form-group.checkboxes .radio label,
.form-group.radios .checkbox label,
.form-group.radios .radio label,
.inputgroup.checkboxes .checkbox label,
.inputgroup.checkboxes .radio label,
.inputgroup.radios .checkbox label,
.inputgroup.radios .radio label {
  width: calc(100% - 32px);
  clear: none;
  margin: 0;
  padding: 0 0 0 8px;
  max-width: none;
}

.form-group .inputpart,
.inputgroup .inputpart {
  float: left;
  width: 65%;
}

.form-group .inputpart label,
.inputgroup .inputpart label {
  width: 100%;
  max-width: none;
}

.form-group input,
.form-group .styled-select,
.inputgroup input,
.inputgroup .styled-select {
  float: left;
  width: 65%;
}

.displaygroup {
  float: left;
  width: 100%;
  margin-bottom: 6px;
}

.displaygroup label {
  width: 20%;
  float: left;
  font-weight: bold;
  color: #000;
}

.displaygroup span {
  float: left;
  width: 75%;
  padding-left: 10%;
}

.lkvgroup {
  float: left;
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 0 0 24px 0;
  margin: 0 0 24px 0;
}

.lkvgroup label {
  float: left;
}

.lkvgroup label.has-error input + span {
  border: 2px solid #cc0000;
}

.lkvgroup label span {
  float: left;
  background: #EAEAEA;
  padding: 24px;
  border-radius: 8px;
  margin-right: 24px;
  transition: all linear 0.15s;
  cursor: pointer;
  border: 2px solid #fff;
}

.lkvgroup label input {
  display: block;
  width: 0;
  height: 0;
}

.lkvgroup label input:checked + span {
  background: #0BACE7;
  color: #fff;
}

label {
  color: #777;
}

.form-error {
  display: block;
  color: #cc0000;
  font-size: 0.9em;
  opacity: 0.6;
  clear: both;
}

form .chosen-container-single {
  width: 100% !important;
  max-width: 350px;
}

form .chosen-container-single .chosen-single {
  background: url(/images/arrow_down.svg) no-repeat top 50% right 17px;
  background-size: 13px 8px;
  background-color: #fff;
  border-radius: 2px;
  transition: all linear 0.35s;
  box-shadow: none;
  border: 1px solid #dadada;
  font-size: 1em;
  cursor: pointer;
  height: 48px;
  line-height: 48px;
  width: 100%;
  position: relative;
}

form .chosen-container-single .chosen-single:focus {
  outline: none;
  border: 1px solid #000;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
}

form .chosen-container-single .chosen-single span {
  margin-right: 4px;
}

form .chosen-container-single .chosen-single div {
  display: none;
}

form .chosen-container-single .chosen-search input {
  max-width: none;
}

form .actions {
  float: right;
  text-align: right;
  width: 100%;
}

.styled-select {
  float: left;
  max-width: 350px;
  min-height: 42px;
  overflow: hidden;
  background: url(/images/arrow_down.svg) no-repeat top 50% right 17px;
  background-size: 13px 8px;
  background-color: #fff;
}

.styled-select select {
  background: transparent;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 100%;
  float: left;
  clear: both;
  padding: 0 35px 0 12px;
  border: 1px solid #dadada;
  font-size: 1em;
  cursor: pointer;
  border-radius: 2px;
  transition: all linear 0.25s;
  min-height: 42px;
}

.styled-select select:focus {
  outline: none;
  border: 1px solid #000;
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.15);
}

.styled-select select::-ms-expand {
  display: none;
}

.datepicker {
  width: calc(100% - 54px) !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.ui-datepicker-trigger {
  width: 54px;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

.alert {
  float: left;
  padding: 6px 16px;
  background: #f8f8f8;
  margin-bottom: 12px;
  color: #fff;
  border-radius: 4px;
  width: 100%;
}

.alert.alert-message {
  background: #00CC66;
}

.alert.alert-notice {
  background: #FFCC00;
}

.alert.alert-error,
.alert.alert-danger {
  background: #FD4000;
}

.alert ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

/* -------------------------------------------------------------------
  Microtip

  Modern, lightweight css-only tooltips
  Just 1kb minified and gzipped

  @author Ghosh
  @package Microtip

----------------------------------------------------------------------
  1. Base Styles
  2. Direction Modifiers
  3. Position Modifiers
--------------------------------------------------------------------*/

/* ------------------------------------------------
  [1] Base Styles
-------------------------------------------------*/

[aria-label][role~=tooltip] {
  position: relative;
}

[aria-label][role~=tooltip]::before,
[aria-label][role~=tooltip]::after {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: transform;
  opacity: 0;
  pointer-events: none;
  transition: all var(--microtip-transition-duration, 0.18s) var(--microtip-transition-easing, ease-in-out) var(--microtip-transition-delay, 0s);
  position: absolute;
  box-sizing: border-box;
  z-index: 10;
  -webkit-transform-origin: top;
          transform-origin: top;
}

[aria-label][role~=tooltip]::before {
  background-size: 100% auto !important;
  content: "";
}

[aria-label][role~=tooltip]::after {
  background: rgba(17, 17, 17, 0.9);
  border-radius: 4px;
  color: #ffffff;
  content: attr(aria-label);
  font-size: var(--microtip-font-size, 13px);
  font-weight: var(--microtip-font-weight, normal);
  text-transform: var(--microtip-text-transform, none);
  padding: 0.5em 1em;
  white-space: nowrap;
  box-sizing: content-box;
}

[aria-label][role~=tooltip]:hover::before,
[aria-label][role~=tooltip]:hover::after,
[aria-label][role~=tooltip]:focus::before,
[aria-label][role~=tooltip]:focus::after {
  opacity: 1;
  pointer-events: auto;
}

/* ------------------------------------------------
  [2] Position Modifiers
-------------------------------------------------*/

[role~=tooltip][data-microtip-position|=top]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%280%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 6px;
  width: 18px;
  margin-bottom: 5px;
}

[role~=tooltip][data-microtip-position|=top]::after {
  margin-bottom: 11px;
}

[role~=tooltip][data-microtip-position|=top]::before {
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}

[role~=tooltip][data-microtip-position|=top]:hover::before {
  -webkit-transform: translate3d(-50%, -5px, 0);
          transform: translate3d(-50%, -5px, 0);
}

[role~=tooltip][data-microtip-position|=top]::after {
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  bottom: 100%;
  left: 50%;
}

[role~=tooltip][data-microtip-position=top]:hover::after {
  -webkit-transform: translate3d(-50%, -5px, 0);
          transform: translate3d(-50%, -5px, 0);
}

/* ------------------------------------------------
  [2.1] Top Left
-------------------------------------------------*/

[role~=tooltip][data-microtip-position=top-left]::after {
  -webkit-transform: translate3d(calc(-100% + 16px), 0, 0);
          transform: translate3d(calc(-100% + 16px), 0, 0);
  bottom: 100%;
}

[role~=tooltip][data-microtip-position=top-left]:hover::after {
  -webkit-transform: translate3d(calc(-100% + 16px), -5px, 0);
          transform: translate3d(calc(-100% + 16px), -5px, 0);
}

/* ------------------------------------------------
  [2.2] Top Right
-------------------------------------------------*/

[role~=tooltip][data-microtip-position=top-right]::after {
  -webkit-transform: translate3d(calc(0% + -16px), 0, 0);
          transform: translate3d(calc(0% + -16px), 0, 0);
  bottom: 100%;
}

[role~=tooltip][data-microtip-position=top-right]:hover::after {
  -webkit-transform: translate3d(calc(0% + -16px), -5px, 0);
          transform: translate3d(calc(0% + -16px), -5px, 0);
}

/* ------------------------------------------------
  [2.3] Bottom
-------------------------------------------------*/

[role~=tooltip][data-microtip-position|=bottom]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2236px%22%20height%3D%2212px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28180%2018%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 6px;
  width: 18px;
  margin-top: 5px;
  margin-bottom: 0;
}

[role~=tooltip][data-microtip-position|=bottom]::after {
  margin-top: 11px;
}

[role~=tooltip][data-microtip-position|=bottom]::before {
  -webkit-transform: translate3d(-50%, -10px, 0);
          transform: translate3d(-50%, -10px, 0);
  bottom: auto;
  left: 50%;
  top: 100%;
}

[role~=tooltip][data-microtip-position|=bottom]:hover::before {
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

[role~=tooltip][data-microtip-position|=bottom]::after {
  -webkit-transform: translate3d(-50%, -10px, 0);
          transform: translate3d(-50%, -10px, 0);
  top: 100%;
  left: 50%;
}

[role~=tooltip][data-microtip-position=bottom]:hover::after {
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
}

/* ------------------------------------------------
  [2.4] Bottom Left
-------------------------------------------------*/

[role~=tooltip][data-microtip-position=bottom-left]::after {
  -webkit-transform: translate3d(calc(-100% + 16px), -10px, 0);
          transform: translate3d(calc(-100% + 16px), -10px, 0);
  top: 100%;
}

[role~=tooltip][data-microtip-position=bottom-left]:hover::after {
  -webkit-transform: translate3d(calc(-100% + 16px), 0, 0);
          transform: translate3d(calc(-100% + 16px), 0, 0);
}

/* ------------------------------------------------
  [2.5] Bottom Right
-------------------------------------------------*/

[role~=tooltip][data-microtip-position=bottom-right]::after {
  -webkit-transform: translate3d(calc(0% + -16px), -10px, 0);
          transform: translate3d(calc(0% + -16px), -10px, 0);
  top: 100%;
}

[role~=tooltip][data-microtip-position=bottom-right]:hover::after {
  -webkit-transform: translate3d(calc(0% + -16px), 0, 0);
          transform: translate3d(calc(0% + -16px), 0, 0);
}

/* ------------------------------------------------
  [2.6] Left
-------------------------------------------------*/

[role~=tooltip][data-microtip-position=left]::before,
[role~=tooltip][data-microtip-position=left]::after {
  bottom: auto;
  left: auto;
  right: 100%;
  top: 50%;
  -webkit-transform: translate3d(10px, -50%, 0);
          transform: translate3d(10px, -50%, 0);
}

[role~=tooltip][data-microtip-position=left]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%28-90%2018%2018%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  width: 6px;
  margin-right: 5px;
  margin-bottom: 0;
}

[role~=tooltip][data-microtip-position=left]::after {
  margin-right: 11px;
}

[role~=tooltip][data-microtip-position=left]:hover::before,
[role~=tooltip][data-microtip-position=left]:hover::after {
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

/* ------------------------------------------------
  [2.7] Right
-------------------------------------------------*/

[role~=tooltip][data-microtip-position=right]::before,
[role~=tooltip][data-microtip-position=right]::after {
  bottom: auto;
  left: 100%;
  top: 50%;
  -webkit-transform: translate3d(-10px, -50%, 0);
          transform: translate3d(-10px, -50%, 0);
}

[role~=tooltip][data-microtip-position=right]::before {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2212px%22%20height%3D%2236px%22%3E%3Cpath%20fill%3D%22rgba%2817,%2017,%2017,%200.9%29%22%20transform%3D%22rotate%2890%206%206%29%22%20d%3D%22M2.658,0.000%20C-13.615,0.000%2050.938,0.000%2034.662,0.000%20C28.662,0.000%2023.035,12.002%2018.660,12.002%20C14.285,12.002%208.594,0.000%202.658,0.000%20Z%22/%3E%3C/svg%3E") no-repeat;
  height: 18px;
  width: 6px;
  margin-bottom: 0;
  margin-left: 5px;
}

[role~=tooltip][data-microtip-position=right]::after {
  margin-left: 11px;
}

[role~=tooltip][data-microtip-position=right]:hover::before,
[role~=tooltip][data-microtip-position=right]:hover::after {
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}

/* ------------------------------------------------
  [3] Size
-------------------------------------------------*/

[role~=tooltip][data-microtip-size=small]::after {
  white-space: initial;
  width: 80px;
}

[role~=tooltip][data-microtip-size=medium]::after {
  white-space: initial;
  width: 150px;
}

[role~=tooltip][data-microtip-size=large]::after {
  white-space: initial;
  width: 260px;
}

