/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.clearfix,
.group {
  zoom: 1; }
  .clearfix:before, .clearfix:after,
  .group:before,
  .group:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .clearfix:after,
  .group:after {
    clear: both; }

/* Box Model
  ========================================================================== */
/* Border Radius
  ========================================================================== */
/* Opacity
  ========================================================================== */
/* Center-align a block level element
  ========================================================================== */
/* Text overflow
  ========================================================================== */
/* Font Size
  ========================================================================== */
/* Cross browser inline block
  ========================================================================== */
/* Text replacement (instead of text-indent)
  ========================================================================== */
/* Line Height
  ========================================================================== */
/* BACKGROUND GRADIENT */
/* BACKGROUND SIZE */
/* BORDER RADIUS */
/* BOX */
/*GRADIENT*/
/* BOX RGBA */
/* BOX SHADOW */
/* BOX SIZING */
/* COLUMNS */
/* DOUBLE BORDERS */
/* FLEX */
/* FLIP */
/* FONT FACE */
/* OPACITY */
/* OUTLINE RADIUS */
/* RESIZE */
/* ROTATE*/
/* TEXT SHADOW */
/* TRANSFORM  */
/* TRANSITION */
/* TRIPLE BORDERS */
/* CALCULATOR */
.container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 10px; }

.span1,
.span2,
.span3,
.span4,
.span5,
.span6,
.span7,
.span8,
.span9,
.span10,
.span11,
.span12 {
  display: block;
  margin-bottom: 20px; }

@media screen and (min-width: 480px) {
  .container {
    padding: 0 40px; }
  .group {
    margin-left: -2.1277%; }
  .span1,
  .span2,
  .span3,
  .span4,
  .span5,
  .span6,
  .span7,
  .span8,
  .span9,
  .span10,
  .span11,
  .span12 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-bottom: 0;
    margin-left: 2.1277%; }
  .span1 {
    width: 6.20563%; }
    .span1.break {
      float: none; }
  .offset1 {
    margin-left: 10.46103%; }
  .span2 {
    width: 14.53897%; }
    .span2.break {
      float: none; }
  .offset2 {
    margin-left: 18.79437%; }
  .span3 {
    width: 22.8723%; }
    .span3.break {
      float: none; }
  .offset3 {
    margin-left: 27.1277%; }
  .span4 {
    width: 31.20563%; }
    .span4.break {
      float: none; }
  .offset4 {
    margin-left: 35.46103%; }
  .span5 {
    width: 39.53897%; }
    .span5.break {
      float: none; }
  .offset5 {
    margin-left: 43.79437%; }
  .span6 {
    width: 47.8723%; }
    .span6.break {
      float: none; }
  .offset6 {
    margin-left: 52.1277%; }
  .span7 {
    width: 56.20563%; }
    .span7.break {
      float: none; }
  .offset7 {
    margin-left: 60.46103%; }
  .span8 {
    width: 64.53897%; }
    .span8.break {
      float: none; }
  .offset8 {
    margin-left: 68.79437%; }
  .span9 {
    width: 72.8723%; }
    .span9.break {
      float: none; }
  .offset9 {
    margin-left: 77.1277%; }
  .span10 {
    width: 81.20563%; }
    .span10.break {
      float: none; }
  .offset10 {
    margin-left: 85.46103%; }
  .span11 {
    width: 89.53897%; }
    .span11.break {
      float: none; }
  .offset11 {
    margin-left: 93.79437%; }
  .span12 {
    width: 97.8723%; }
    .span12.break {
      float: none; }
  .offset12 {
    margin-left: 102.1277%; } }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat/montserrat-bold-webfont.eot");
  src: url("../fonts/montserrat/montserrat-bold-webfont?#iefix") format("embedded-opentype"), url("../fonts/montserratmontserrat-bold-webfont.svg#montserratbold") format("svg"), url("../fonts/montserrat/montserrat-bold-webfont.woff") format("woff"), url("../fonts/montserrat/Gmontserrat-bold-webfont.ttf") format("truetype");
  font-weight: 700;
  font-style: bold; }

@font-face {
  font-family: 'Montserrat';
  src: url("../fonts/montserrat/montserrat-regular-webfont.eot");
  src: url("../fonts/montserrat/montserrat-regular-webfont?#iefix") format("embedded-opentype"), url("../fonts/montserrat/montserrat-regular-webfont.svg#montserratregular") format("svg"), url("../fonts/montserrat/montserrat-regular-webfont.woff") format("woff"), url("../fonts/montserrat/montserrat-regular-webfont.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

body {
  font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  font-size: 100%;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  background: #f2f2f2; }

blockquote {
  border-left: 2px solid #506470;
  font-family: "Montserrat", Georgia, Times, "Times New Roman", serif;
  font-size: 1.4em;
  font-style: italic;
  font-weight: 400;
  margin: 0 0 20px;
  padding-left: 25px; }

h1,
h2,
h3,
h4,
h5 {
  font-family: "Montserrat", "Lato", "Open Sans", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  margin: 0;
  padding: 0; }

pre {
  background: #222;
  color: #fff;
  display: block;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 13px;
  line-height: 20px;
  margin: 0 0 20px;
  padding: 10px;
  word-break: break-all;
  word-wrap: break-word; }

code {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.1);
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 13px;
  line-height: 20px;
  padding: 2px 10px;
  word-break: break-all;
  word-wrap: break-word; }

a {
  color: #506470; }
  a:hover, a:focus {
    text-decoration: none; }

@media screen and (max-width: 480px) {
  body {
    font-size: 14px; }
  h1,
  h2,
  h3,
  h4,
  h5 {
    margin-bottom: 10px; }
  h1 {
    font-size: 26px; }
  h2 {
    font-size: 18px; }
  h3 {
    font-size: 16px; }
  h4,
  h5,
  p,
  ul,
  ol {
    font-size: 14px; } }

img,
video,
audio,
iframe,
object {
  max-width: 100%; }

.btn {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: transparent;
  border: 1px solid #506470;
  color: #506470;
  display: inline-block;
  height: 30px;
  outline: none;
  padding: 0 25px;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize; }
  .btn:hover, .btn:focus {
    background: #506470;
    border-color: #506470;
    color: #fff;
    text-decoration: none; }
  .btn:active {
    background: #3b4952;
    border-color: #3b4952; }

.btn-primary {
  background-color: #506470;
  border-color: #506470;
  color: #fff; }
  .btn-primary:hover, .btn-primary:focus {
    background: #455761;
    border-color: #455761;
    color: #fff; }
  .btn-primary:active {
    background: #3b4952;
    border-color: #3b4952;
    color: #fff; }

.btn-lg {
  font-size: 1.4em;
  height: 45px;
  padding: 0 60px; }

.btn-sm {
  font-size: .85em;
  height: 21px;
  padding: 0 10px; }

.btn-link {
  -webkit-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: none 2px 5px rgba(0, 0, 0, 0.4);
  background: transparent;
  border: 0;
  color: #506470;
  text-shadow: none;
  text-transform: none; }
  .btn-link:hover, .btn-link:focus {
    background: transparent;
    color: #506470;
    text-decoration: underline; }

@media screen and (max-width: 480px) {
  .btn {
    display: block;
    margin-bottom: 10px;
    width: 100%; } }

table {
  width: 100%; }
  table th,
  table td {
    padding: 5px;
    text-align: left; }
  table th {
    border-bottom: 1px solid #ccc; }
  table td.hide > div {
    display: none; }

.dataTables_filter, .dataTables_length, .dataTables_info {
  display: none; }

.dataTables_paginate {
  padding: 10px;
  text-align: right; }

.dataTables_paginate a {
  cursor: pointer;
  font-size: 14px;
  color: #899ba6;
  font-family: Montserrat; }
  .dataTables_paginate a.paginate_button {
    box-sizing: border-box;
    display: inline-block;
    padding: 5px;
    border: none;
    width: auto;
    background: none; }
  .dataTables_paginate a.current, .dataTables_paginate a:hover {
    color: #f3da31; }
  .dataTables_paginate a.disabled {
    color: #ddd; }

input[type=text],
input[type=email],
input[type=phone],
input[type=password],
input[type=number],
input[type=search],
textarea {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05) 2px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05) 2px 5px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05) 2px 5px rgba(0, 0, 0, 0.4);
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e7ecee;
  height: 30px;
  outline: none;
  padding: 5px 10px;
  width: 150px;
  background: #fbfbfb;
  color: #c6c6c6;
  font-size: 13px; }
  input[type=text].full-width,
  input[type=email].full-width,
  input[type=phone].full-width,
  input[type=password].full-width,
  input[type=number].full-width,
  input[type=search].full-width,
  textarea.full-width {
    width: 100%; }

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

textarea {
  height: 90px; }

form {
  margin-bottom: 40px; }
  form .field {
    margin-bottom: 20px; }
  form .hint {
    color: #b3b8c4;
    margin-top: 5px; }
  form .is-required {
    font-style: italic; }
  form .has-error .error-description {
    color: #ff6e40;
    margin-top: 5px; }
  form .has-error input[type=text],
  form .has-error input[type=email],
  form .has-error input[type=phone],
  form .has-error input[type=password],
  form .has-error input[type=number],
  form .has-error input[type=search],
  form .has-error textarea {
    border-color: #ff6e40; }

.unit-wrapper {
  width: 100%;
  display: block; }
  .unit-wrapper .ms-options-wrap {
    overflow: hidden; }

.ms-options-wrap,
.ms-options-wrap * {
  box-sizing: border-box; }

.ms-options-wrap > button:focus,
.ms-options-wrap > button {
  position: relative;
  width: 100%;
  text-align: left;
  background-color: #fff;
  outline-offset: -2px;
  white-space: nowrap;
  background-color: #fff;
  border: 2px solid #e7ecee;
  height: 35px;
  padding: 0;
  border-radius: 6px; }

.ms-options-wrap > button > span {
  display: inline-block; }

.ms-options-wrap > button[disabled] {
  background-color: #e5e9ed;
  color: #808080;
  opacity: 0.6; }

.ms-options-wrap > button:after {
  content: ' ';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 15px;
  width: 8px;
  height: 5px;
  display: block;
  background: url(../images/icon-arrow.png) no-repeat 95% center #fbfbfb; }

.ms-options-wrap.ms-has-selections > button {
  color: #333; }

.ms-options-wrap > .ms-options {
  position: absolute;
  left: 0;
  width: 100%;
  margin-top: 1px;
  margin-bottom: 20px;
  background: white;
  z-index: 2000;
  border: 1px solid #aaa;
  overflow: auto;
  visibility: hidden; }

.ms-options-wrap.ms-active > .ms-options {
  visibility: visible; }

.ms-options-wrap > .ms-options > .ms-search input {
  width: 100%;
  padding: 4px 5px;
  border: none;
  border-bottom: 1px groove;
  outline: none; }

.ms-options-wrap > .ms-options .ms-selectall {
  display: inline-block;
  font-size: .9em;
  text-decoration: none; }

.ms-options-wrap > .ms-options .ms-selectall:hover {
  text-decoration: underline; }

.ms-options-wrap > .ms-options > .ms-selectall.global {
  margin: 4px 5px; }

.ms-options-wrap > .ms-options > ul,
.ms-options-wrap > .ms-options > ul > li.optgroup ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.ms-options-wrap > .ms-options > ul li.ms-hidden {
  display: none; }

.ms-options-wrap > .ms-options > ul > li.optgroup {
  padding: 5px; }

.ms-options-wrap > .ms-options > ul > li.optgroup + li.optgroup {
  border-top: 1px solid #aaa; }

.ms-options-wrap > .ms-options > ul > li.optgroup .label {
  display: block;
  padding: 5px 0 0 0;
  font-weight: bold; }

.ms-options-wrap > .ms-options > ul label {
  position: relative;
  display: inline-block;
  width: 100%;
  padding: 4px 4px 4px 20px !important;
  margin: 1px 0;
  border: 1px dotted transparent; }

.ms-options-wrap > .ms-options.checkbox-autofit > ul label,
.ms-options-wrap > .ms-options.hide-checkbox > ul label {
  padding: 4px; }

.ms-options-wrap > .ms-options > ul label.focused,
.ms-options-wrap > .ms-options > ul label:hover {
  background-color: #efefef;
  border-color: #999; }

.ms-options-wrap > .ms-options > ul li.selected label {
  background-color: #efefef;
  border-color: transparent; }

.ms-options-wrap > .ms-options > ul input[type="checkbox"] {
  margin: 0 5px 0 0;
  position: absolute;
  left: 4px;
  top: 7px;
  width: auto !important;
  height: auto !important; }

.ms-options-wrap > .ms-options.hide-checkbox > ul input[type="checkbox"] {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

.unit-wrapper.w305 {
  width: 305px; }

.unit-wrapper.w285 {
  width: 285px; }

.unit-wrapper.w220 {
  width: 220px; }

.unit-wrapper.w150 {
  width: 150px; }

.unit-wrapper .ms-options-wrap > button:focus, .unit-wrapper .ms-options-wrap > button {
  height: 30px; }
  .unit-wrapper .ms-options-wrap > button:focus span, .unit-wrapper .ms-options-wrap > button span {
    padding: 2px 5px; }

.unit-wrapper .ms-options-wrap * {
  font-size: 13px; }

.user-roles .unit-wrapper.filter-wrapper .ms-options-wrap > button:focus, .user-roles .unit-wrapper.filter-wrapper .ms-options-wrap > button {
  height: 35px; }

.inline-block {
  display: inline-block; }

.alert {
  zoom: 1;
  border-left: 3px solid;
  margin-bottom: 40px;
  padding: 10px; }
  .alert:before, .alert:after {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .alert:after {
    clear: both; }
  .alert.alert-danger {
    background: #fff6f3;
    border-color: #ff6e40;
    color: #f33a00; }
  .alert.alert-success {
    background: white;
    border-color: #9ccc65;
    color: #83bf3f; }
  .alert.alert-warning {
    background: #fffaf2;
    border-color: #ffa726;
    color: #f29000; }
  .alert.alert-info {
    background: white;
    border-color: #81d4fa;
    color: #50c3f8; }
  .alert.alert-empty {
    background: #f4f4f4;
    border: 1px dashed #edf1f2;
    text-align: center; }
  .alert p:last-child {
    margin-bottom: 0; }

nav a {
  display: inline-block;
  padding: 10px 30px; }

* {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

.clear {
  clear: both; }

.right {
  float: right; }

.left {
  float: left; }

.list-unstyled {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }

.valign {
  vertical-align: middle; }

hr {
  border: 0;
  border-bottom: 1px solid #ddd;
  margin: 40px 0; }

.subtle {
  color: #b3b8c4; }

.relative {
  position: relative; }

.xdsoft_datetimepicker {
  z-index: 10001 !important; }

.dialog-wrapper {
  position: relative;
  z-index: 10000; }
  .dialog-wrapper .dialog-overlay {
    background-color: rgba(0, 0, 0, 0.3);
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99999; }
  .dialog-wrapper.level-confirmation .dialog-content {
    width: 400px; }
  .dialog-wrapper.level-view-coaching .dialog-content {
    width: 600px; }
  .dialog-wrapper .dialog-content {
    background-clip: padding-box;
    background-color: #fff;
    display: inline-block;
    max-width: 1000px;
    position: absolute;
    z-index: 100000;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    padding: 0 !important; }
  .dialog-wrapper .dialog-header {
    background-color: #f3da31;
    border-bottom: 1px solid #e5e5e5;
    padding: 10px 15px;
    -webkit-border-top-right-radius: 5px;
    border-top-right-radius: 5px;
    -webkit-border-top-left-radius: 5px;
    border-top-left-radius: 5px;
    background-clip: padding-box; }
    .dialog-wrapper .dialog-header h1 {
      font-size: 16px;
      font-weight: bold;
      text-transform: uppercase;
      color: #fff; }
  .dialog-wrapper .dialog-body {
    padding: 15px 15px 0 15px; }
    .dialog-wrapper .dialog-body p {
      text-align: center;
      color: #000;
      line-height: 24px; }
  .dialog-wrapper .dialog-footer {
    float: right;
    padding: 10px 15px 20px; }
    .dialog-wrapper .dialog-footer .btn {
      width: 88px;
      height: 32px;
      line-height: 32px;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      padding: 0; }
      .dialog-wrapper .dialog-footer .btn.btn-close {
        background-color: #bcc7cd;
        border-color: #bcc7cd; }
      .dialog-wrapper .dialog-footer .btn.btn-delete, .dialog-wrapper .dialog-footer .btn.btn-ok, .dialog-wrapper .dialog-footer .btn.btn-create, .dialog-wrapper .dialog-footer .btn.btn-update, .dialog-wrapper .dialog-footer .btn.btn-reset {
        background-color: #f3da31;
        border-color: #f3da31;
        margin-right: 10px; }
      .dialog-wrapper .dialog-footer .btn:hover {
        filter: alpha(opacity=90);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
        -moz-opacity: 0.9;
        -khtml-opacity: 0.9;
        opacity: 0.9; }
  .dialog-wrapper .dialog-close {
    position: absolute;
    right: 10px;
    top: 5px;
    z-index: 2; }
    .dialog-wrapper .dialog-close a {
      color: #dadada;
      display: inline-block;
      font-size: 20px;
      text-align: center;
      text-decoration: none;
      width: 30px;
      height: 30px; }
      .dialog-wrapper .dialog-close a span {
        background: url("../images/close.png") no-repeat scroll center center;
        display: block;
        height: 100%;
        overflow: hidden;
        text-indent: -52px;
        width: 100%;
        margin-top: 3px; }

#notification {
  position: fixed;
  z-index: 100000;
  top: 0;
  padding-left: 270px;
  min-height: 50px;
  width: 100%;
  color: #fff;
  /*
  .icon-exclamation-sign {
    width: 24px;
    height: 21px;
    margin-top: -2px;
    margin-right: 10px;
    background: url(../images/icons_sprite.png) -22px -42px;
  }

  .icon-info-sign {
    width: 22px;
    height: 22px;
    margin-top: -3px;
    margin-right: 10px;
    background: url(../images/icons_sprite.png) 0px -42px;
  }*/ }
  #notification .info {
    background-color: #3b88c3;
    min-height: 50px;
    padding: 15px 30px;
    text-align: left; }
  #notification .error {
    background-color: #d15447;
    min-height: 50px;
    padding: 15px 30px;
    text-align: left;
    color: #fff !important; }
  #notification .icon-notice {
    display: block;
    float: left;
    margin-right: 15px; }

body.menu-expanded #notification {
  padding-left: 70px; }

.pace .pace-progress {
  background: #29d;
  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; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=3.2.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=3.2.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=3.2.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=3.2.0") format("truetype"), url("../fonts/fontawesome-webfont.svg#fontawesomeregular?v=3.2.0") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  cursor: default;
  speak: none; }

/* makes the font 33% larger relative to the icon container */
.icon-large:before {
  vertical-align: -10%;
  font-size: 1.3333333333333333em; }

/* makes sure icons active on rollover in links */
a [class^="icon-"],
a [class*=" icon-"] {
  display: inline; }

/* increased font size for icon-large */
[class^="icon-"].icon-fixed-width,
[class*=" icon-"].icon-fixed-width {
  display: inline-block;
  width: 1.1428571428571428em;
  text-align: right;
  padding-right: 0.2857142857142857em; }

[class^="icon-"].icon-fixed-width.icon-large,
[class*=" icon-"].icon-fixed-width.icon-large {
  width: 1.4285714285714286em; }

.icons-ul {
  margin-left: 2.142857142857143em;
  list-style-type: none; }

.icons-ul > li {
  position: relative; }

.icons-ul .icon-li {
  position: absolute;
  left: -2.142857142857143em;
  width: 2.142857142857143em;
  text-align: center;
  line-height: inherit; }

[class^="icon-"].hide,
[class*=" icon-"].hide {
  display: none; }

.icon-muted {
  color: #eeeeee; }

.icon-light {
  color: #ffffff; }

.icon-dark {
  color: #333333; }

.icon-border {
  border: solid 1px #eeeeee;
  padding: .2em .25em .15em;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }

.icon-2x {
  font-size: 2em; }

.icon-2x.icon-border {
  border-width: 2px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }

.icon-3x {
  font-size: 3em; }

.icon-3x.icon-border {
  border-width: 3px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px; }

.icon-4x {
  font-size: 4em; }

.icon-4x.icon-border {
  border-width: 4px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }

.icon-5x {
  font-size: 5em; }

.icon-5x.icon-border {
  border-width: 5px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

[class^="icon-"].pull-left,
[class*=" icon-"].pull-left {
  margin-right: .3em; }

[class^="icon-"].pull-right,
[class*=" icon-"].pull-right {
  margin-left: .3em; }

/* BOOTSTRAP SPECIFIC CLASSES
 * -------------------------- */
/* Bootstrap 2.0 sprites.less reset */
[class^="icon-"],
[class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0; }

/* more sprites.less reset */
.icon-white,
.nav-pills > .active > a > [class^="icon-"],
.nav-pills > .active > a > [class*=" icon-"],
.nav-list > .active > a > [class^="icon-"],
.nav-list > .active > a > [class*=" icon-"],
.navbar-inverse .nav > .active > a > [class^="icon-"],
.navbar-inverse .nav > .active > a > [class*=" icon-"],
.dropdown-menu > li > a:hover > [class^="icon-"],
.dropdown-menu > li > a:hover > [class*=" icon-"],
.dropdown-menu > .active > a > [class^="icon-"],
.dropdown-menu > .active > a > [class*=" icon-"],
.dropdown-submenu:hover > a > [class^="icon-"],
.dropdown-submenu:hover > a > [class*=" icon-"] {
  background-image: none; }

/* keeps Bootstrap styles with and without icons the same */
.btn [class^="icon-"].icon-large,
.nav [class^="icon-"].icon-large,
.btn [class*=" icon-"].icon-large,
.nav [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].icon-spin,
.nav [class^="icon-"].icon-spin,
.btn [class*=" icon-"].icon-spin,
.nav [class*=" icon-"].icon-spin {
  display: inline-block; }

.nav-tabs [class^="icon-"],
.nav-pills [class^="icon-"],
.nav-tabs [class*=" icon-"],
.nav-pills [class*=" icon-"],
.nav-tabs [class^="icon-"].icon-large,
.nav-pills [class^="icon-"].icon-large,
.nav-tabs [class*=" icon-"].icon-large,
.nav-pills [class*=" icon-"].icon-large {
  line-height: .9em; }

.btn [class^="icon-"].pull-left.icon-2x,
.btn [class*=" icon-"].pull-left.icon-2x,
.btn [class^="icon-"].pull-right.icon-2x,
.btn [class*=" icon-"].pull-right.icon-2x {
  margin-top: .18em; }

.btn [class^="icon-"].icon-spin.icon-large,
.btn [class*=" icon-"].icon-spin.icon-large {
  line-height: .8em; }

.btn.btn-small [class^="icon-"].pull-left.icon-2x,
.btn.btn-small [class*=" icon-"].pull-left.icon-2x,
.btn.btn-small [class^="icon-"].pull-right.icon-2x,
.btn.btn-small [class*=" icon-"].pull-right.icon-2x {
  margin-top: .25em; }

.btn.btn-large [class^="icon-"],
.btn.btn-large [class*=" icon-"] {
  margin-top: 0; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x,
.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-top: .05em; }

.btn.btn-large [class^="icon-"].pull-left.icon-2x,
.btn.btn-large [class*=" icon-"].pull-left.icon-2x {
  margin-right: .2em; }

.btn.btn-large [class^="icon-"].pull-right.icon-2x,
.btn.btn-large [class*=" icon-"].pull-right.icon-2x {
  margin-left: .2em; }

/* EXTRAS
 * -------------------------- */
/* Stacked and layered icon */
.icon-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: -35%; }

.icon-stack [class^="icon-"],
.icon-stack [class*=" icon-"] {
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 1em;
  line-height: inherit;
  *line-height: 2em; }

.icon-stack .icon-stack-base {
  font-size: 2em;
  *line-height: 1em; }

/* Animated rotating icon */
.icon-spin {
  display: inline-block;
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear; }

a .icon-spin {
  display: inline-block;
  text-decoration: none; }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(359deg); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(359deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(359deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(359deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }

/* Icon rotations and mirroring */
.icon-rotate-90:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1); }

.icon-rotate-180:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2); }

.icon-rotate-270:before {
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  transform: rotate(270deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3); }

.icon-flip-horizontal:before {
  -webkit-transform: scale(-1, 1);
  -moz-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  -o-transform: scale(-1, 1);
  transform: scale(-1, 1); }

.icon-flip-vertical:before {
  -webkit-transform: scale(1, -1);
  -moz-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  -o-transform: scale(1, -1);
  transform: scale(1, -1); }

/* ensure rotation occurs inside anchor tags */
a .icon-rotate-90:before,
a .icon-rotate-180:before,
a .icon-rotate-270:before,
a .icon-flip-horizontal:before,
a .icon-flip-vertical:before {
  display: inline-block; }

/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-glass:before {
  content: "\f000"; }

.icon-music:before {
  content: "\f001"; }

.icon-search:before {
  content: "\f002"; }

.icon-envelope-alt:before {
  content: "\f003"; }

.icon-heart:before {
  content: "\f004"; }

.icon-star:before {
  content: "\f005"; }

.icon-star-empty:before {
  content: "\f006"; }

.icon-user:before {
  content: "\f007"; }

.icon-film:before {
  content: "\f008"; }

.icon-th-large:before {
  content: "\f009"; }

.icon-th:before {
  content: "\f00a"; }

.icon-th-list:before {
  content: "\f00b"; }

.icon-ok:before {
  content: "\f00c"; }

.icon-remove:before {
  content: "\f00d"; }

.icon-zoom-in:before {
  content: "\f00e"; }

.icon-zoom-out:before {
  content: "\f010"; }

.icon-power-off:before,
.icon-off:before {
  content: "\f011"; }

.icon-signal:before {
  content: "\f012"; }

.icon-cog:before {
  content: "\f013"; }

.icon-trash:before {
  content: "\f014"; }

.icon-home:before {
  content: "\f015"; }

.icon-file-alt:before {
  content: "\f016"; }

.icon-time:before {
  content: "\f017"; }

.icon-road:before {
  content: "\f018"; }

.icon-download-alt:before {
  content: "\f019"; }

.icon-download:before {
  content: "\f01a"; }

.icon-upload:before {
  content: "\f01b"; }

.icon-inbox:before {
  content: "\f01c"; }

.icon-play-circle:before {
  content: "\f01d"; }

.icon-rotate-right:before,
.icon-repeat:before {
  content: "\f01e"; }

.icon-refresh:before {
  content: "\f021"; }

.icon-list-alt:before {
  content: "\f022"; }

.icon-lock:before {
  content: "\f023"; }

.icon-flag:before {
  content: "\f024"; }

.icon-headphones:before {
  content: "\f025"; }

.icon-volume-off:before {
  content: "\f026"; }

.icon-volume-down:before {
  content: "\f027"; }

.icon-volume-up:before {
  content: "\f028"; }

.icon-qrcode:before {
  content: "\f029"; }

.icon-barcode:before {
  content: "\f02a"; }

.icon-tag:before {
  content: "\f02b"; }

.icon-tags:before {
  content: "\f02c"; }

.icon-book:before {
  content: "\f02d"; }

.icon-bookmark:before {
  content: "\f02e"; }

.icon-print:before {
  content: "\f02f"; }

.icon-camera:before {
  content: "\f030"; }

.icon-font:before {
  content: "\f031"; }

.icon-bold:before {
  content: "\f032"; }

.icon-italic:before {
  content: "\f033"; }

.icon-text-height:before {
  content: "\f034"; }

.icon-text-width:before {
  content: "\f035"; }

.icon-align-left:before {
  content: "\f036"; }

.icon-align-center:before {
  content: "\f037"; }

.icon-align-right:before {
  content: "\f038"; }

.icon-align-justify:before {
  content: "\f039"; }

.icon-list:before {
  content: "\f03a"; }

.icon-indent-left:before {
  content: "\f03b"; }

.icon-indent-right:before {
  content: "\f03c"; }

.icon-facetime-video:before {
  content: "\f03d"; }

.icon-picture:before {
  content: "\f03e"; }

.icon-pencil:before {
  content: "\f040"; }

.icon-map-marker:before {
  content: "\f041"; }

.icon-adjust:before {
  content: "\f042"; }

.icon-tint:before {
  content: "\f043"; }

.icon-edit:before {
  content: "\f044"; }

.icon-share:before {
  content: "\f045"; }

.icon-check:before {
  content: "\f046"; }

.icon-move:before {
  content: "\f047"; }

.icon-step-backward:before {
  content: "\f048"; }

.icon-fast-backward:before {
  content: "\f049"; }

.icon-backward:before {
  content: "\f04a"; }

.icon-play:before {
  content: "\f04b"; }

.icon-pause:before {
  content: "\f04c"; }

.icon-stop:before {
  content: "\f04d"; }

.icon-forward:before {
  content: "\f04e"; }

.icon-fast-forward:before {
  content: "\f050"; }

.icon-step-forward:before {
  content: "\f051"; }

.icon-eject:before {
  content: "\f052"; }

.icon-chevron-left:before {
  content: "\f053"; }

.icon-chevron-right:before {
  content: "\f054"; }

.icon-plus-sign:before {
  content: "\f055"; }

.icon-minus-sign:before {
  content: "\f056"; }

.icon-remove-sign:before {
  content: "\f057"; }

.icon-ok-sign:before {
  content: "\f058"; }

.icon-question-sign:before {
  content: "\f059"; }

.icon-info-sign:before {
  content: "\f05a"; }

.icon-screenshot:before {
  content: "\f05b"; }

.icon-remove-circle:before {
  content: "\f05c"; }

.icon-ok-circle:before {
  content: "\f05d"; }

.icon-ban-circle:before {
  content: "\f05e"; }

.icon-arrow-left:before {
  content: "\f060"; }

.icon-arrow-right:before {
  content: "\f061"; }

.icon-arrow-up:before {
  content: "\f062"; }

.icon-arrow-down:before {
  content: "\f063"; }

.icon-mail-forward:before,
.icon-share-alt:before {
  content: "\f064"; }

.icon-resize-full:before {
  content: "\f065"; }

.icon-resize-small:before {
  content: "\f066"; }

.icon-plus:before {
  content: "\f067"; }

.icon-minus:before {
  content: "\f068"; }

.icon-asterisk:before {
  content: "\f069"; }

.icon-exclamation-sign:before {
  content: "\f06a"; }

.icon-gift:before {
  content: "\f06b"; }

.icon-leaf:before {
  content: "\f06c"; }

.icon-fire:before {
  content: "\f06d"; }

.icon-eye-open:before {
  content: "\f06e"; }

.icon-eye-close:before {
  content: "\f070"; }

.icon-warning-sign:before {
  content: "\f071"; }

.icon-plane:before {
  content: "\f072"; }

.icon-calendar:before {
  content: "\f073"; }

.icon-random:before {
  content: "\f074"; }

.icon-comment:before {
  content: "\f075"; }

.icon-magnet:before {
  content: "\f076"; }

.icon-chevron-up:before {
  content: "\f077"; }

.icon-chevron-down:before {
  content: "\f078"; }

.icon-retweet:before {
  content: "\f079"; }

.icon-shopping-cart:before {
  content: "\f07a"; }

.icon-folder-close:before {
  content: "\f07b"; }

.icon-folder-open:before {
  content: "\f07c"; }

.icon-resize-vertical:before {
  content: "\f07d"; }

.icon-resize-horizontal:before {
  content: "\f07e"; }

.icon-bar-chart:before {
  content: "\f080"; }

.icon-twitter-sign:before {
  content: "\f081"; }

.icon-facebook-sign:before {
  content: "\f082"; }

.icon-camera-retro:before {
  content: "\f083"; }

.icon-key:before {
  content: "\f084"; }

.icon-cogs:before {
  content: "\f085"; }

.icon-comments:before {
  content: "\f086"; }

.icon-thumbs-up-alt:before {
  content: "\f087"; }

.icon-thumbs-down-alt:before {
  content: "\f088"; }

.icon-star-half:before {
  content: "\f089"; }

.icon-heart-empty:before {
  content: "\f08a"; }

.icon-signout:before {
  content: "\f08b"; }

.icon-linkedin-sign:before {
  content: "\f08c"; }

.icon-pushpin:before {
  content: "\f08d"; }

.icon-external-link:before {
  content: "\f08e"; }

.icon-signin:before {
  content: "\f090"; }

.icon-trophy:before {
  content: "\f091"; }

.icon-github-sign:before {
  content: "\f092"; }

.icon-upload-alt:before {
  content: "\f093"; }

.icon-lemon:before {
  content: "\f094"; }

.icon-phone:before {
  content: "\f095"; }

.icon-unchecked:before,
.icon-check-empty:before {
  content: "\f096"; }

.icon-bookmark-empty:before {
  content: "\f097"; }

.icon-phone-sign:before {
  content: "\f098"; }

.icon-twitter:before {
  content: "\f099"; }

.icon-facebook:before {
  content: "\f09a"; }

.icon-github:before {
  content: "\f09b"; }

.icon-unlock:before {
  content: "\f09c"; }

.icon-credit-card:before {
  content: "\f09d"; }

.icon-rss:before {
  content: "\f09e"; }

.icon-hdd:before {
  content: "\f0a0"; }

.icon-bullhorn:before {
  content: "\f0a1"; }

.icon-bell:before {
  content: "\f0a2"; }

.icon-certificate:before {
  content: "\f0a3"; }

.icon-hand-right:before {
  content: "\f0a4"; }

.icon-hand-left:before {
  content: "\f0a5"; }

.icon-hand-up:before {
  content: "\f0a6"; }

.icon-hand-down:before {
  content: "\f0a7"; }

.icon-circle-arrow-left:before {
  content: "\f0a8"; }

.icon-circle-arrow-right:before {
  content: "\f0a9"; }

.icon-circle-arrow-up:before {
  content: "\f0aa"; }

.icon-circle-arrow-down:before {
  content: "\f0ab"; }

.icon-globe:before {
  content: "\f0ac"; }

.icon-wrench:before {
  content: "\f0ad"; }

.icon-tasks:before {
  content: "\f0ae"; }

.icon-filter:before {
  content: "\f0b0"; }

.icon-briefcase:before {
  content: "\f0b1"; }

.icon-fullscreen:before {
  content: "\f0b2"; }

.icon-group:before {
  content: "\f0c0"; }

.icon-link:before {
  content: "\f0c1"; }

.icon-cloud:before {
  content: "\f0c2"; }

.icon-beaker:before {
  content: "\f0c3"; }

.icon-cut:before {
  content: "\f0c4"; }

.icon-copy:before {
  content: "\f0c5"; }

.icon-paperclip:before,
.icon-paper-clip:before {
  content: "\f0c6"; }

.icon-save:before {
  content: "\f0c7"; }

.icon-sign-blank:before {
  content: "\f0c8"; }

.icon-reorder:before {
  content: "\f0c9"; }

.icon-list-ul:before {
  content: "\f0ca"; }

.icon-list-ol:before {
  content: "\f0cb"; }

.icon-strikethrough:before {
  content: "\f0cc"; }

.icon-underline:before {
  content: "\f0cd"; }

.icon-table:before {
  content: "\f0ce"; }

.icon-magic:before {
  content: "\f0d0"; }

.icon-truck:before {
  content: "\f0d1"; }

.icon-pinterest:before {
  content: "\f0d2"; }

.icon-pinterest-sign:before {
  content: "\f0d3"; }

.icon-google-plus-sign:before {
  content: "\f0d4"; }

.icon-google-plus:before {
  content: "\f0d5"; }

.icon-money:before {
  content: "\f0d6"; }

.icon-caret-down:before {
  content: "\f0d7"; }

.icon-caret-up:before {
  content: "\f0d8"; }

.icon-caret-left:before {
  content: "\f0d9"; }

.icon-caret-right:before {
  content: "\f0da"; }

.icon-columns:before {
  content: "\f0db"; }

.icon-sort:before {
  content: "\f0dc"; }

.icon-sort-down:before {
  content: "\f0dd"; }

.icon-sort-up:before {
  content: "\f0de"; }

.icon-envelope:before {
  content: "\f0e0"; }

.icon-linkedin:before {
  content: "\f0e1"; }

.icon-rotate-left:before,
.icon-undo:before {
  content: "\f0e2"; }

.icon-legal:before {
  content: "\f0e3"; }

.icon-dashboard:before {
  content: "\f0e4"; }

.icon-comment-alt:before {
  content: "\f0e5"; }

.icon-comments-alt:before {
  content: "\f0e6"; }

.icon-bolt:before {
  content: "\f0e7"; }

.icon-sitemap:before {
  content: "\f0e8"; }

.icon-umbrella:before {
  content: "\f0e9"; }

.icon-paste:before {
  content: "\f0ea"; }

.icon-lightbulb:before {
  content: "\f0eb"; }

.icon-exchange:before {
  content: "\f0ec"; }

.icon-cloud-download:before {
  content: "\f0ed"; }

.icon-cloud-upload:before {
  content: "\f0ee"; }

.icon-user-md:before {
  content: "\f0f0"; }

.icon-stethoscope:before {
  content: "\f0f1"; }

.icon-suitcase:before {
  content: "\f0f2"; }

.icon-bell-alt:before {
  content: "\f0f3"; }

.icon-coffee:before {
  content: "\f0f4"; }

.icon-food:before {
  content: "\f0f5"; }

.icon-file-text-alt:before {
  content: "\f0f6"; }

.icon-building:before {
  content: "\f0f7"; }

.icon-hospital:before {
  content: "\f0f8"; }

.icon-ambulance:before {
  content: "\f0f9"; }

.icon-medkit:before {
  content: "\f0fa"; }

.icon-fighter-jet:before {
  content: "\f0fb"; }

.icon-beer:before {
  content: "\f0fc"; }

.icon-h-sign:before {
  content: "\f0fd"; }

.icon-plus-sign-alt:before {
  content: "\f0fe"; }

.icon-double-angle-left:before {
  content: "\f100"; }

.icon-double-angle-right:before {
  content: "\f101"; }

.icon-double-angle-up:before {
  content: "\f102"; }

.icon-double-angle-down:before {
  content: "\f103"; }

.icon-angle-left:before {
  content: "\f104"; }

.icon-angle-right:before {
  content: "\f105"; }

.icon-angle-up:before {
  content: "\f106"; }

.icon-angle-down:before {
  content: "\f107"; }

.icon-desktop:before {
  content: "\f108"; }

.icon-laptop:before {
  content: "\f109"; }

.icon-tablet:before {
  content: "\f10a"; }

.icon-mobile-phone:before {
  content: "\f10b"; }

.icon-circle-blank:before {
  content: "\f10c"; }

.icon-quote-left:before {
  content: "\f10d"; }

.icon-quote-right:before {
  content: "\f10e"; }

.icon-spinner:before {
  content: "\f110"; }

.icon-circle:before {
  content: "\f111"; }

.icon-mail-reply:before,
.icon-reply:before {
  content: "\f112"; }

.icon-github-alt:before {
  content: "\f113"; }

.icon-folder-close-alt:before {
  content: "\f114"; }

.icon-folder-open-alt:before {
  content: "\f115"; }

.icon-expand-alt:before {
  content: "\f116"; }

.icon-collapse-alt:before {
  content: "\f117"; }

.icon-smile:before {
  content: "\f118"; }

.icon-frown:before {
  content: "\f119"; }

.icon-meh:before {
  content: "\f11a"; }

.icon-gamepad:before {
  content: "\f11b"; }

.icon-keyboard:before {
  content: "\f11c"; }

.icon-flag-alt:before {
  content: "\f11d"; }

.icon-flag-checkered:before {
  content: "\f11e"; }

.icon-terminal:before {
  content: "\f120"; }

.icon-code:before {
  content: "\f121"; }

.icon-reply-all:before {
  content: "\f122"; }

.icon-mail-reply-all:before {
  content: "\f122"; }

.icon-star-half-full:before,
.icon-star-half-empty:before {
  content: "\f123"; }

.icon-location-arrow:before {
  content: "\f124"; }

.icon-crop:before {
  content: "\f125"; }

.icon-code-fork:before {
  content: "\f126"; }

.icon-unlink:before {
  content: "\f127"; }

.icon-question:before {
  content: "\f128"; }

.icon-info:before {
  content: "\f129"; }

.icon-exclamation:before {
  content: "\f12a"; }

.icon-superscript:before {
  content: "\f12b"; }

.icon-subscript:before {
  content: "\f12c"; }

.icon-eraser:before {
  content: "\f12d"; }

.icon-puzzle-piece:before {
  content: "\f12e"; }

.icon-microphone:before {
  content: "\f130"; }

.icon-microphone-off:before {
  content: "\f131"; }

.icon-shield:before {
  content: "\f132"; }

.icon-calendar-empty:before {
  content: "\f133"; }

.icon-fire-extinguisher:before {
  content: "\f134"; }

.icon-rocket:before {
  content: "\f135"; }

.icon-maxcdn:before {
  content: "\f136"; }

.icon-chevron-sign-left:before {
  content: "\f137"; }

.icon-chevron-sign-right:before {
  content: "\f138"; }

.icon-chevron-sign-up:before {
  content: "\f139"; }

.icon-chevron-sign-down:before {
  content: "\f13a"; }

.icon-html5:before {
  content: "\f13b"; }

.icon-css3:before {
  content: "\f13c"; }

.icon-anchor:before {
  content: "\f13d"; }

.icon-unlock-alt:before {
  content: "\f13e"; }

.icon-bullseye:before {
  content: "\f140"; }

.icon-ellipsis-horizontal:before {
  content: "\f141"; }

.icon-ellipsis-vertical:before {
  content: "\f142"; }

.icon-rss-sign:before {
  content: "\f143"; }

.icon-play-sign:before {
  content: "\f144"; }

.icon-ticket:before {
  content: "\f145"; }

.icon-minus-sign-alt:before {
  content: "\f146"; }

.icon-check-minus:before {
  content: "\f147"; }

.icon-level-up:before {
  content: "\f148"; }

.icon-level-down:before {
  content: "\f149"; }

.icon-check-sign:before {
  content: "\f14a"; }

.icon-edit-sign:before {
  content: "\f14b"; }

.icon-external-link-sign:before {
  content: "\f14c"; }

.icon-share-sign:before {
  content: "\f14d"; }

.icon-compass:before {
  content: "\f14e"; }

.icon-collapse:before {
  content: "\f150"; }

.icon-collapse-top:before {
  content: "\f151"; }

.icon-expand:before {
  content: "\f152"; }

.icon-euro:before,
.icon-eur:before {
  content: "\f153"; }

.icon-gbp:before {
  content: "\f154"; }

.icon-dollar:before,
.icon-usd:before {
  content: "\f155"; }

.icon-rupee:before,
.icon-inr:before {
  content: "\f156"; }

.icon-yen:before,
.icon-jpy:before {
  content: "\f157"; }

.icon-renminbi:before,
.icon-cny:before {
  content: "\f158"; }

.icon-won:before,
.icon-krw:before {
  content: "\f159"; }

.icon-bitcoin:before,
.icon-btc:before {
  content: "\f15a"; }

.icon-file:before {
  content: "\f15b"; }

.icon-file-text:before {
  content: "\f15c"; }

.icon-sort-by-alphabet:before {
  content: "\f15d"; }

.icon-sort-by-alphabet-alt:before {
  content: "\f15e"; }

.icon-sort-by-attributes:before {
  content: "\f160"; }

.icon-sort-by-attributes-alt:before {
  content: "\f161"; }

.icon-sort-by-order:before {
  content: "\f162"; }

.icon-sort-by-order-alt:before {
  content: "\f163"; }

.icon-thumbs-up:before {
  content: "\f164"; }

.icon-thumbs-down:before {
  content: "\f165"; }

.icon-youtube-sign:before {
  content: "\f166"; }

.icon-youtube:before {
  content: "\f167"; }

.icon-xing:before {
  content: "\f168"; }

.icon-xing-sign:before {
  content: "\f169"; }

.icon-youtube-play:before {
  content: "\f16a"; }

.icon-dropbox:before {
  content: "\f16b"; }

.icon-stackexchange:before {
  content: "\f16c"; }

.icon-instagram:before {
  content: "\f16d"; }

.icon-flickr:before {
  content: "\f16e"; }

.icon-adn:before {
  content: "\f170"; }

.icon-bitbucket:before {
  content: "\f171"; }

.icon-bitbucket-sign:before {
  content: "\f172"; }

.icon-tumblr:before {
  content: "\f173"; }

.icon-tumblr-sign:before {
  content: "\f174"; }

.icon-long-arrow-down:before {
  content: "\f175"; }

.icon-long-arrow-up:before {
  content: "\f176"; }

.icon-long-arrow-left:before {
  content: "\f177"; }

.icon-long-arrow-right:before {
  content: "\f178"; }

.icon-apple:before {
  content: "\f179"; }

.icon-windows:before {
  content: "\f17a"; }

.icon-android:before {
  content: "\f17b"; }

.icon-linux:before {
  content: "\f17c"; }

.icon-dribble:before {
  content: "\f17d"; }

.icon-skype:before {
  content: "\f17e"; }

.icon-foursquare:before {
  content: "\f180"; }

.icon-trello:before {
  content: "\f181"; }

.icon-female:before {
  content: "\f182"; }

.icon-male:before {
  content: "\f183"; }

.icon-gittip:before {
  content: "\f184"; }

.icon-sun:before {
  content: "\f185"; }

.icon-moon:before {
  content: "\f186"; }

.icon-archive:before {
  content: "\f187"; }

.icon-bug:before {
  content: "\f188"; }

.icon-vk:before {
  content: "\f189"; }

.icon-weibo:before {
  content: "\f18a"; }

.icon-renren:before {
  content: "\f18b"; }

.fleft {
  float: left; }

.fright {
  float: right; }

.main-wrapper {
  margin-left: 270px;
  min-height: 980px;
  overflow: hidden;
  padding-top: 0; }
  .main-wrapper .content {
    padding: 25px; }
  .main-wrapper .title_page {
    color: #aeaeae;
    text-transform: uppercase;
    font-size: 18px;
    padding-bottom: 25px; }
  .main-wrapper .panel {
    background-color: #ffffff;
    padding: 15px 15px 15px 30px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin-bottom: 25px;
    position: relative;
    min-height: 60px; }

body.menu-expanded .main-wrapper {
  margin-left: 70px; }

.panel-tools {
  float: right; }
  .panel-tools .btn-refresh {
    width: 35px;
    height: 35px;
    background: url(../images/icon-fresh.png) no-repeat center #f3da31;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    display: inline-block;
    vertical-align: top; }
  .panel-tools .time-period {
    background-clip: padding-box;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    box-sizing: border-box;
    cursor: pointer;
    height: 35px;
    min-width: 220px;
    position: relative;
    background-color: #f3da31;
    display: inline-block; }
    .panel-tools .time-period .date-range {
      display: block;
      line-height: 38px;
      padding: 0 45px 0 15px;
      text-align: right;
      font-size: 12px;
      color: #494949; }
    .panel-tools .time-period .calendar {
      background: url("../images/datetime.png") no-repeat;
      display: block;
      height: 19px;
      position: absolute;
      right: 10px;
      top: 8px;
      width: 19px; }
    .panel-tools .time-period .date-range-picker {
      position: absolute;
      top: 40px;
      z-index: 9; }

.collapsible-btn {
  cursor: pointer;
  height: 30px;
  position: absolute;
  right: 15px;
  top: 15px;
  width: 35px;
  background: #f3da31;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px; }
  .collapsible-btn.up i {
    background: url("../images/arrow.png") no-repeat center -15px; }
  .collapsible-btn.down i {
    background: url("../images/arrow.png") no-repeat center 10px; }
  .collapsible-btn i {
    display: block;
    height: 25px;
    width: 100%; }

.filter-wrapper {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  cursor: pointer; }
  .filter-wrapper span {
    color: #c6c6c6;
    font-size: 13px;
    padding: 5px; }
  .filter-wrapper .select-box-content {
    background-clip: padding-box;
    background-color: #fff;
    border: 2px solid #edf1f2;
    border-radius: 6px;
    box-shadow: 0 1px 0 0 #e7ecee;
    -webkit-box-shadow: 0 1px 0 0 #e7ecee;
    box-sizing: border-box;
    display: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 35px;
    width: 100%;
    z-index: 1; }
    .filter-wrapper .select-box-content li {
      color: #506470;
      font-size: 13px;
      padding: 5px 20px; }
      .filter-wrapper .select-box-content li:hover {
        background: #EDF1F2; }
  .filter-wrapper .checkbox-item {
    float: left;
    width: 50%; }
    .filter-wrapper .checkbox-item label {
      font-size: 12px;
      color: #506470; }

.form-filter {
  background: url(../images/icon-arrow.png) no-repeat 95% center #fbfbfb;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e7ecee;
  height: 30px; }

.ui-widget-content {
  background: #fff;
  border: 1px solid #e7ecee;
  border-radius: 4px; }

.ui-datepicker {
  display: none;
  padding: 0;
  font-family: Arial; }
  .ui-datepicker .ui-datepicker-buttonpane {
    border: none;
    position: relative;
    height: 40px; }
    .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-current {
      display: none; }
    .ui-datepicker .ui-datepicker-buttonpane .ui-datepicker-close {
      background-clip: padding-box;
      background-color: #f3da31;
      border: none;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      color: #fff;
      display: inline-block;
      font-size: 12px;
      height: 30px;
      text-align: center;
      width: 50px;
      position: absolute;
      right: 10px; }
  .ui-datepicker .ui-datepicker-header {
    padding: 0.2em 0;
    position: relative; }
  .ui-datepicker .ui-datepicker-title {
    line-height: 1.8em;
    margin: 0 2.3em;
    text-align: center; }
  .ui-datepicker .ui-icon {
    cursor: pointer;
    display: block;
    height: 12px;
    text-indent: -9999px;
    width: 7px; }
    .ui-datepicker .ui-icon.ui-icon-circle-triangle-w {
      background: url("../images/icons_sprite.png") no-repeat scroll -54px -118px; }
    .ui-datepicker .ui-icon.ui-icon-circle-triangle-e {
      background: url("../images/icons_sprite.png") no-repeat scroll -61px -118px; }
  .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 15px; }
  .ui-datepicker .ui-datepicker-next {
    right: 10px; }
  .ui-datepicker .ui-datepicker-prev {
    left: 10px; }
  .ui-datepicker table {
    border-collapse: collapse;
    font-size: 0.9em;
    margin: 0 0 0.4em;
    width: 100%; }
    .ui-datepicker table th {
      border: 0 none;
      font-weight: bold;
      padding: 0.7em 0.3em;
      text-align: center; }
    .ui-datepicker table td {
      padding: 2px 5px; }
      .ui-datepicker table td.ui-state-disabled {
        background-image: none;
        cursor: default !important;
        opacity: 0.35; }
      .ui-datepicker table td span {
        display: block;
        height: 30px;
        line-height: 30px;
        text-align: center;
        width: 30px; }
      .ui-datepicker table td a {
        display: inline-block;
        height: 30px;
        line-height: 30px;
        text-align: center;
        text-decoration: none;
        width: 30px; }
        .ui-datepicker table td a.ui-state-default {
          color: #899ba6;
          font-weight: normal; }
          .ui-datepicker table td a.ui-state-default.ui-state-highlight, .ui-datepicker table td a.ui-state-default.ui-state-hover {
            background: #f3da31;
            -moz-border-radius: 50%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
            color: #fff; }
      .ui-datepicker table td.date-range-selected a {
        background: #f3da31;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        color: #fff;
        opacity: 0.7; }

.ui-datepicker-calendar span {
  color: #899ba6; }

.ui-datepicker-calendar .ui-datepicker-week-end span {
  color: red; }

.ui-helper-clearfix::before, .ui-helper-clearfix::after {
  border-collapse: collapse;
  content: "";
  display: table; }

.ui-helper-clearfix::after {
  clear: both; }

.hide {
  display: none !important; }

.no-event {
  pointer-events: none !important; }

#dashboard .panel h3 {
  color: #545454;
  text-transform: uppercase;
  font-size: 14px;
  float: left; }

#dashboard .panel .createtime {
  position: absolute;
  bottom: 52px;
  left: 0;
  font-size: 11px;
  color: #899ba6; }

#dashboard .panel .totalbooking {
  padding-top: 20px; }

#dashboard #bookingInDay_fromDate {
  height: 35px;
  background: #f3da31 url("../images/datetime.png") no-repeat scroll 120px center;
  border: none;
  color: #494949; }

#dashboard .booking_stt {
  width: 49%;
  float: left; }

#dashboard .fleet_stt {
  float: right;
  width: 49%; }

#dashboard #chartdiv {
  width: 55px;
  height: 55px;
  font-size: 11px; }

#dashboard .customer_chart {
  width: 50px;
  height: 50px;
  border-radius: 100px;
  background: #edf1f2;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 5px;
  position: relative; }
  #dashboard .customer_chart span {
    background: red;
    border-bottom-right-radius: 100px;
    border-top-right-radius: 100px;
    -webkit-border-bottom-right-radius: 100px;
    -webkit-border-top-right-radius: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    width: 50%;
    z-index: 0; }

#dashboard .into {
  background: #fff;
  -moz-border-radius: 100px;
  -webkit-border-radius: 100px;
  border-radius: 100px;
  height: 35px;
  left: 7px;
  padding: 0;
  position: absolute;
  top: 7px;
  width: 35px;
  z-index: 2;
  color: #7e8b93;
  font-size: 12px;
  line-height: 35px;
  text-align: center; }

#dashboard .pie_chart {
  display: inline-block;
  width: 32%;
  padding-top: 30px; }
  #dashboard .pie_chart .txt_c {
    display: inline-block;
    padding-left: 60px;
    vertical-align: top;
    padding-top: 5px; }
    #dashboard .pie_chart .txt_c p {
      color: #7e8b93;
      font-size: 20px;
      line-height: 1;
      margin: 0;
      padding: 0; }
    #dashboard .pie_chart .txt_c span {
      color: #b3b8c4;
      font-size: 12px; }

#dashboard .row_ {
  padding: 15px 0 0; }
  #dashboard .row_ label, #dashboard .row_ .range {
    display: inline-block;
    font-size: 14px; }
  #dashboard .row_ .range {
    height: 18px;
    width: 60%; }
    #dashboard .row_ .range span {
      display: inline-block;
      height: 100%;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px;
      vertical-align: middle;
      margin-right: 0px;
      max-width: 90%; }
  #dashboard .row_ label {
    color: #7e8b93;
    width: 165px; }

#dashboard .result_ {
  padding: 25px 0 0; }
  #dashboard .result_ span {
    float: left;
    font-size: 11px;
    text-align: center; }
  #dashboard .result_ .line span {
    height: 5px; }

#dashboard .filter-wrapper {
  margin: 0 15px 15px; }
  #dashboard .filter-wrapper:first-child {
    margin-left: 0; }

#dashboard .form-filter {
  width: 220px;
  background: #fff; }

.amcharts-chart-div > a {
  display: none !important; }

.panel-content {
  position: relative;
  overflow: hidden; }

#booking-history .diagram, #new-customer .diagram, #booking_today .diagram {
  width: 100%; }

#booking-history-diagram {
  height: 200px;
  width: 100%; }

#booking-today .diagram {
  width: 100%; }

#booking-today-diagram {
  height: 200px;
  width: 100%; }

#new-customer-diagram {
  height: 200px;
  width: 100%; }

#booking-status-diagram, #fleet-status-diagram {
  height: 200px;
  width: 400px; }

.diagram {
  float: left; }

.diagram-legends {
  width: 280px;
  float: left; }

.legend-table {
  color: #899ba6;
  font-size: 13px;
  margin: 15px auto 0;
  width: 260px; }
  .legend-table tr td {
    padding: 10px 2px;
    color: #899ba6; }
  .legend-table tr:last-of-type td {
    border-top: 2px solid #edf1f2; }

.pieContainer {
  height: 50px;
  display: inline-block; }

.pieBackground {
  background-color: #edf1f2;
  position: absolute;
  width: 50px;
  height: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px; }

.hold {
  position: absolute;
  width: 50px;
  height: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px; }

#pieSlice50 .pie {
  transform: rotate(180deg);
  clip: rect(0px, 25px, 50px, 0px); }
  #pieSlice50 .pie.customer {
    background-color: #ff6e40; }

#pieSlice20 .pie {
  transform: rotate(85deg);
  clip: rect(0px, 25px, 20px, 0px); }
  #pieSlice20 .pie.device {
    background-color: #ffa726; }
  #pieSlice20 .pie.fleet {
    background-color: #9ccc65; }
  #pieSlice20 .pie.suburd {
    background-color: #f3da31; }
  #pieSlice20 .pie.users {
    background-color: #81d4fa; }

#pieSlice30 .pie {
  transform: rotate(100deg);
  clip: rect(0px, 25px, 30px, 0px); }

.pie {
  border-radius: 50px;
  height: 50px;
  position: absolute;
  width: 50px; }

#user .icon_action {
  margin: 0;
  padding: 0;
  text-align: right; }
  #user .icon_action a {
    display: inline-block;
    width: 35px;
    height: 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f3da31;
    text-align: center;
    margin: 0 2px; }
    #user .icon_action a i {
      background-image: url("../images/icon_action.png");
      background-repeat: no-repeat;
      display: block;
      height: 100%;
      margin: 0 auto;
      width: 15px; }
    #user .icon_action a.del i {
      background-position: 0 center; }
    #user .icon_action a.del.disabled {
      display: none; }
    #user .icon_action a.create i {
      background-position: -21px center; }
    #user .icon_action a.refresh i {
      background-position: -44px center; }

#user table input[type=checkbox].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

#user table input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 20px;
  height: 14px;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  color: #777; }

#user table input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -20px; }

#user table .css-label {
  background-image: url(../images/checkbox.png); }

#user table tr.selected, #user table tr:hover {
  background: #f8f8f8; }

#user table tr th, #user table tr td {
  font-size: 13px;
  padding: 7px;
  font-weight: normal; }

#user table tr th {
  color: #506470;
  text-transform: uppercase; }

#user table tr td {
  color: #899ba6; }

#user table tr.hide {
  display: none; }

#user table .view_user {
  background-image: url("../images/icon-eyes.png");
  background-position: 0 -38px;
  background-repeat: no-repeat;
  height: 13px;
  width: 20px;
  display: block;
  cursor: pointer; }
  #user table .view_user.on {
    background-position: 0 1px; }

#user .panel {
  min-height: 150px; }

#user .change-password {
  padding: 3px;
  cursor: pointer; }
  #user .change-password > i {
    font-size: 15px; }

#delete-dialog {
  min-width: 350px; }
  #delete-dialog p.dialog-message {
    text-align: left; }

.ajax-loader {
  background-color: #ffffff;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1; }
  .ajax-loader img {
    left: 45%;
    position: absolute;
    top: 60px;
    z-index: 100; }

#passenger .panel h3 {
  color: #545454;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 10px; }

#passenger .panel form {
  margin: 0; }

#passenger .panel .item_ {
  display: inline-block;
  padding: 5px 10px 5px 0; }
  #passenger .panel .item_ label {
    color: #506470;
    font-size: 13px;
    padding: 0 5px 0 0;
    text-transform: uppercase;
    display: inline-block; }
    #passenger .panel .item_ label.lb_item {
      width: 65px; }
  #passenger .panel .item_ .bt-submit {
    background: #f3da31;
    border: none;
    color: #000;
    display: block;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    width: 100px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }

#passenger .icon_action {
  margin: 0;
  padding: 0;
  text-align: right; }
  #passenger .icon_action a {
    display: inline-block;
    width: 35px;
    height: 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f3da31;
    text-align: center;
    margin: 0 2px;
    cursor: pointer; }
    #passenger .icon_action a i {
      background-image: url("../images/icon_action.png");
      background-repeat: no-repeat;
      display: block;
      height: 100%;
      margin: 0 auto;
      width: 15px; }
    #passenger .icon_action a.del i {
      background-position: 0 center; }
    #passenger .icon_action a.del.disabled {
      display: none; }
    #passenger .icon_action a.createBlock i {
      background-position: -21px center; }
    #passenger .icon_action a.refresh i {
      background-position: -44px center; }

#passenger .checkbox-item {
  margin: 10px 0; }
  #passenger .checkbox-item input[type="checkbox"] {
    display: none; }
  #passenger .checkbox-item input[type="checkbox"]:checked + label > span {
    background-position: 0 -16px; }
  #passenger .checkbox-item label {
    display: table-cell;
    font-size: 13px;
    line-height: 14px; }
    #passenger .checkbox-item label > span {
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      display: block;
      float: left;
      height: 14px;
      margin-right: 10px;
      overflow: auto;
      width: 14px;
      background: url(../images/checkbox.png) no-repeat; }

#passenger .panel_row input[type=submit] {
  font-size: 13px;
  text-transform: uppercase;
  border: none;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  width: 130px;
  height: 35px;
  background: #f3da31;
  margin-top: 15px; }

#passenger table input[type="checkbox"] {
  display: none; }

#passenger table tr.selected, #passenger table tr:hover {
  background: #f8f8f8; }

#passenger table tr th, #passenger table tr td {
  font-size: 13px;
  padding: 7px;
  font-weight: normal; }

#passenger table tr th {
  color: #506470;
  text-transform: uppercase; }

#passenger table tr td {
  color: #899ba6;
  text-transform: capitalize; }

#passenger table .view_user {
  background-image: url("../images/icon-eyes.png");
  background-position: 0 -38px;
  background-repeat: no-repeat;
  height: 13px;
  width: 20px;
  display: block;
  cursor: pointer; }
  #passenger table .view_user.on {
    background-position: 0 1px; }

#passenger table .icon-block {
  background: url("../images/icon-block.png") no-repeat;
  height: 22px;
  width: 22px;
  display: block;
  cursor: pointer; }

#passenger table .delete-icon {
  display: block;
  padding-top: 5px;
  cursor: pointer; }

#passenger table input[type=checkbox].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

#passenger table input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 20px;
  height: 14px;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  color: #777; }

#passenger table input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -20px; }

#passenger table .css-label {
  background-image: url(../images/checkbox.png); }

#passenger .form-filter {
  min-width: 150px;
  padding-right: 20px; }

#passenger .boxchecklist {
  padding: 20px;
  width: 350px; }

.ajax-loader-right {
  display: none;
  float: right;
  position: relative;
  z-index: 100; }

.suggestItemHovered {
  background-color: #e1e0dc; }

#suggestPassenger {
  position: relative; }
  #suggestPassenger #listPassenger {
    top: 55px;
    left: 0;
    display: none;
    position: absolute;
    max-height: 200px;
    overflow: auto;
    width: 100%;
    z-index: 9;
    background-color: #FFFFFF;
    border: 2px solid #E7ECEE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }
    #suggestPassenger #listPassenger li {
      padding: 5px;
      border-bottom: 1px solid #eeeeee;
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      font-size: 11px;
      display: block;
      overflow: hidden; }

.passenger_history {
  padding: 0 20px; }

#user_dialog {
  width: 700px;
  padding: 30px; }
  #user_dialog .form-ctrl {
    margin: 0;
    padding: 0; }
  #user_dialog .item_row {
    display: block;
    width: 100%;
    padding-bottom: 10px; }
    #user_dialog .item_row .item_field {
      display: inline-block;
      width: 49%; }
    #user_dialog .item_row input {
      background-color: #fff;
      border: 2px solid #e7ecee;
      border-radius: 6px;
      color: #555;
      display: table-cell;
      font-size: 14px;
      height: 35px;
      padding: 7px;
      width: 100%; }
      #user_dialog .item_row input.disabled {
        background-color: lightgray; }
    #user_dialog .item_row label {
      color: #899ba6;
      display: block;
      font-size: 14px; }
    #user_dialog .item_row .form-filter {
      background-color: #fff;
      border: 2px solid #e7ecee;
      height: 35px;
      width: 315px; }
  #user_dialog .btSubmit_ {
    text-align: right;
    margin-top: 30px;
    position: relative; }
    #user_dialog .btSubmit_ a {
      color: #fff;
      display: inline-block;
      height: 32px;
      line-height: 32px;
      margin-left: 10px;
      text-align: center;
      width: 88px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      cursor: pointer; }
    #user_dialog .btSubmit_ .btn-grey {
      background: #bcc7cd; }
    #user_dialog .btSubmit_ .btn-yellow {
      background: #f3da31; }
  #user_dialog .filter-wrapper span {
    color: #555; }

.item_role {
  position: relative; }

.dialog-close.row-remove {
  right: -25px;
  top: 22px; }

body[page="login"] .main-wrapper, body[page="forgot-password"] .main-wrapper, body[page="reset"] .main-wrapper {
  margin: 0;
  padding: 0;
  min-height: auto; }

body[page="login"] .login-bg, body[page="forgot-password"] .login-bg, body[page="reset"] .login-bg {
  background: url(../images/bg-login1.jpg) no-repeat center/cover;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 0; }

body[page="login"] .overlay, body[page="forgot-password"] .overlay, body[page="reset"] .overlay {
  background: #000;
  height: 100%;
  opacity: 0.6;
  position: fixed;
  width: 100%; }

body[page="login"] .main-wrapper, body[page="forgot-password"] .main-wrapper, body[page="reset"] .main-wrapper {
  min-height: 400px; }

body[page="login"] #login, body[page="forgot-password"] #login, body[page="reset"] #login {
  left: 0;
  position: absolute;
  right: 0;
  top: 30%;
  z-index: 1; }
  body[page="login"] #login #logo, body[page="forgot-password"] #login #logo, body[page="reset"] #login #logo {
    text-align: center; }
  body[page="login"] #login .login-box, body[page="forgot-password"] #login .login-box, body[page="reset"] #login .login-box {
    width: 350px;
    margin: auto; }
  body[page="login"] #login .fields, body[page="forgot-password"] #login .fields, body[page="reset"] #login .fields {
    background: #ffffff;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin: 60px 0; }
    body[page="login"] #login .fields .row, body[page="forgot-password"] #login .fields .row, body[page="reset"] #login .fields .row {
      padding: 15px; }
      body[page="login"] #login .fields .row:first-child, body[page="login"] #login .fields .row:nth-child(2), body[page="forgot-password"] #login .fields .row:first-child, body[page="forgot-password"] #login .fields .row:nth-child(2), body[page="reset"] #login .fields .row:first-child, body[page="reset"] #login .fields .row:nth-child(2) {
        border-bottom: 1px solid #ddd; }
    body[page="login"] #login .fields input, body[page="forgot-password"] #login .fields input, body[page="reset"] #login .fields input {
      border: none;
      width: 100%;
      background: url("../images/icon-login.png") !important;
      background-repeat: no-repeat !important;
      height: 35px;
      padding-left: 30px;
      color: #000000;
      opacity: 0.4;
      font-size: 13px; }
    body[page="login"] #login .fields .username, body[page="login"] #login .fields .email, body[page="forgot-password"] #login .fields .username, body[page="forgot-password"] #login .fields .email, body[page="reset"] #login .fields .username, body[page="reset"] #login .fields .email {
      background-position: 0 5px !important; }
    body[page="login"] #login .fields .password, body[page="forgot-password"] #login .fields .password, body[page="reset"] #login .fields .password {
      background-position: 0 -27px !important; }
    body[page="login"] #login .fields .googleKey, body[page="forgot-password"] #login .fields .googleKey, body[page="reset"] #login .fields .googleKey {
      padding-left: 35px;
      width: 100%;
      background: none !important; }
    body[page="login"] #login .fields .input-with-icon, body[page="forgot-password"] #login .fields .input-with-icon, body[page="reset"] #login .fields .input-with-icon {
      position: relative;
      display: flex;
      align-items: center; }
    body[page="login"] #login .fields .input-icon, body[page="forgot-password"] #login .fields .input-icon, body[page="reset"] #login .fields .input-icon {
      position: absolute;
      width: 25px;
      height: 25px;
      z-index: 1;
      opacity: 0.2; }
  body[page="login"] #login .forgot-pw, body[page="login"] #login .resend-qr, body[page="forgot-password"] #login .forgot-pw, body[page="forgot-password"] #login .resend-qr, body[page="reset"] #login .forgot-pw, body[page="reset"] #login .resend-qr {
    display: block;
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
    text-align: center; }
  body[page="login"] #login .field_submit, body[page="forgot-password"] #login .field_submit, body[page="reset"] #login .field_submit {
    position: relative; }
    body[page="login"] #login .field_submit input, body[page="forgot-password"] #login .field_submit input, body[page="reset"] #login .field_submit input {
      border: none;
      background: #f3da31;
      -moz-border-radius: 7px;
      -webkit-border-radius: 7px;
      border-radius: 7px;
      width: 100%;
      font-size: 16px;
      text-transform: uppercase;
      height: 60px; }
  body[page="login"] #login .resend, body[page="forgot-password"] #login .resend, body[page="reset"] #login .resend {
    display: flex;
    justify-content: space-between; }
  body[page="login"] #login .error, body[page="forgot-password"] #login .error, body[page="reset"] #login .error {
    color: red;
    text-align: center; }
  body[page="login"] #login .loader, body[page="forgot-password"] #login .loader, body[page="reset"] #login .loader {
    left: 50%;
    margin-left: -15px;
    margin-top: 0;
    position: absolute;
    top: 25%; }

body[page="forgot-password"] .fields {
  margin: 20px 0 40px !important; }

body[page="forgot-password"] .fields .row:first-child {
  border-bottom: 0 !important; }

body[page="forgot-password"] p {
  color: #fff;
  margin-top: 40px; }

body[page="forgot-password"] .forgot-message {
  display: none; }

body[page="forgot-password"] .forgot-desc {
  color: #fff;
  text-align: center; }

body[page="reset"] .fields {
  margin: 20px 0 40px !important; }

body[page="reset"] p {
  color: #fff;
  margin-top: 40px; }

body[page="reset"] .reset-message {
  display: none; }

body[page="reset"] .reset-desc {
  color: #fff;
  text-align: center; }

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px white inset; }

#drivercoin .gr_search .panel_col {
  display: inline-block;
  padding-right: 20px; }
  #drivercoin .gr_search .panel_col > label {
    color: #506470;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    width: 100px; }

#drivercoin .gr_search .btn-search {
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: #f3da31;
  border: none;
  display: block;
  font-size: 13px;
  height: 30px;
  line-height: 30px;
  margin-top: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100px; }

#drivercoin .gr_search .form-filter {
  width: 280px; }

#drivercoin .gr_search form {
  margin: 0 0 10px; }

#drivercoin .table-wrapper {
  position: relative;
  z-index: 1; }

#drivercoin table input[type="checkbox"] {
  display: none; }

#drivercoin table tr {
  position: relative; }
  #drivercoin table tr.selected {
    background: #f8f8f8; }
  #drivercoin table tr th, #drivercoin table tr td {
    padding: 10px;
    font-weight: normal; }
  #drivercoin table tr th {
    font-size: 12px;
    color: #506470;
    text-transform: uppercase; }
  #drivercoin table tr td {
    font-size: 13px;
    color: #899ba6;
    text-transform: capitalize;
    position: relative; }
    #drivercoin table tr td span {
      display: inline-block; }
      #drivercoin table tr td span i {
        display: inline-block;
        background-image: url(../images/coin.png);
        background-repeat: no-repeat;
        width: 15px;
        height: 15px;
        vertical-align: middle; }
        #drivercoin table tr td span i.hide {
          display: none; }
      #drivercoin table tr td span font {
        display: inline-block;
        text-align: right;
        padding-right: 5px;
        width: 50px; }
  #drivercoin table tr .driverlicense {
    width: 400px; }
  #drivercoin table tr .coin {
    width: 180px; }
  #drivercoin table tr th.coin {
    padding-left: 40px; }

#drivercoin table .view_user {
  background-image: url("../images/icon-eyes.png");
  background-position: 0 -38px;
  background-repeat: no-repeat;
  height: 13px;
  width: 20px;
  cursor: pointer;
  display: block; }
  #drivercoin table .view_user.on {
    background-position: 0 1px; }

#drivercoin table .top .detail {
  top: -10px; }

#drivercoin table .top .arrow_box:after {
  top: 30px; }

#drivercoin table .bottom .detail {
  bottom: 0; }

#drivercoin table .bottom .arrow_box:after {
  bottom: 10px; }

#drivercoin table .detail {
  left: 40px;
  position: absolute;
  width: 485px;
  z-index: 999;
  display: none; }
  #drivercoin table .detail .typedate {
    clear: both; }
  #drivercoin table .detail .col_txt {
    width: 50%;
    float: left;
    font-size: 13px;
    color: #9f9f9f; }
    #drivercoin table .detail .col_txt span {
      color: #f3da31;
      padding: 0 5px; }
  #drivercoin table .detail .name_lincese {
    border: 1px solid #383838; }
    #drivercoin table .detail .name_lincese .col_txt {
      padding: 15px; }
      #drivercoin table .detail .name_lincese .col_txt:first-child {
        border-right: 1px solid #383838; }
  #drivercoin table .detail tr td, #drivercoin table .detail tr th {
    padding: 15px;
    border-bottom: 1px solid #383838;
    color: #9f9f9f; }
    #drivercoin table .detail tr td:first-child, #drivercoin table .detail tr th:first-child {
      border-left: 1px solid #383838; }
    #drivercoin table .detail tr td:last-child, #drivercoin table .detail tr th:last-child {
      border-right: 1px solid #383838; }
    #drivercoin table .detail tr td.name, #drivercoin table .detail tr th.name {
      width: 190px; }
    #drivercoin table .detail tr td.cong:nth-of-type(3) span, #drivercoin table .detail tr th.cong:nth-of-type(3) span {
      display: none; }
    #drivercoin table .detail tr td.tru:nth-of-type(2) span, #drivercoin table .detail tr th.tru:nth-of-type(2) span {
      display: none; }
  #drivercoin table .detail tr th {
    background: #202020;
    text-transform: capitalize; }

#drivercoin table .arrow_box {
  position: relative;
  background: #171717;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  padding: 15px; }

#drivercoin table .arrow_box:after {
  right: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(23, 23, 23, 0);
  border-right-color: #171717;
  border-width: 10px;
  margin-top: -10px; }

#drivercoin #boxscroll {
  padding: 0px;
  width: 100%; }
  #drivercoin #boxscroll.scroll {
    height: 350px;
    overflow: auto; }

#drivers h3 {
  color: #545454;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 10px;
  text-transform: uppercase; }

#drivers .gr_search .panel_col {
  display: inline-block;
  padding-bottom: 15px;
  padding-right: 20px; }
  #drivers .gr_search .panel_col > label {
    color: #506470;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    width: 100px;
    vertical-align: middle; }

#drivers .gr_search .btn {
  background: #f3da31;
  border: none;
  color: #000;
  display: inline-block;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

#drivers .gr_search input[type=text] {
  width: 200px; }

#drivers .gr_search form {
  margin: 0 0 10px; }

#drivers table input[type=checkbox].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

#drivers table .view_detail {
  width: 40px;
  padding: 0 7px; }

#drivers table .view_user {
  background-image: url("../images/icon-eyes.png");
  background-position: center -38px;
  background-repeat: no-repeat;
  height: 20px;
  width: 100%;
  display: block;
  cursor: pointer; }
  #drivers table .view_user.on {
    background-position: center 4px; }

#drivers table input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 20px;
  height: 13px;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  color: #777; }

#drivers table input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -16px; }

#drivers table .css-label {
  background-image: url(../images/checkbox.png); }

#drivers table tr.selected, #drivers table tr:hover {
  background: #f8f8f8; }

#drivers table tr th, #drivers table tr td {
  padding: 7px;
  font-weight: normal; }

#drivers table tr th {
  font-size: 12px;
  color: #506470;
  text-transform: uppercase; }

#drivers table tr td {
  font-size: 13px;
  color: #899ba6; }

#drivers table tr.hide {
  display: none; }

#drivers table .view_user {
  background-image: url("../images/icon-eyes.png");
  background-position: 0 -38px;
  background-repeat: no-repeat;
  height: 13px;
  width: 20px; }
  #drivers table .view_user.on {
    background-position: 0 1px; }

#drivers table .avatar_driver {
  width: 40px;
  height: 40px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px; }

#drivers .form-filter {
  width: 280px; }

#driver_dialog {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-sizing: border-box;
  color: #899ba6;
  font-size: 13px;
  font-weight: 500;
  overflow: auto;
  width: 600px; }
  #driver_dialog .title {
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 20px; }
  #driver_dialog .main_dialog {
    background: #F6F8F8;
    padding: 10px 20px; }
    #driver_dialog .main_dialog .col {
      float: left;
      width: 45%;
      margin: 5px 10px; }
      #driver_dialog .main_dialog .col p {
        padding: 0;
        margin: 0; }
      #driver_dialog .main_dialog .col h4 {
        color: #506470;
        text-transform: capitalize; }

#coin_config .row_panel {
  border-bottom: 1px solid #ebebeb;
  padding: 20px 0; }
  #coin_config .row_panel:last-child {
    border: none; }
  #coin_config .row_panel span {
    color: #899ba6;
    display: inline-block;
    font-size: 14px;
    padding: 0 2px; }
  #coin_config .row_panel .txt {
    float: right; }
    #coin_config .row_panel .txt input {
      width: 50px;
      text-align: center;
      font-size: 14px;
      color: #4dbd1a; }
  #coin_config .row_panel .icon_social {
    float: left; }
    #coin_config .row_panel .icon_social i {
      background: url("../images/icon-social.png") no-repeat;
      display: inline-block;
      height: 20px;
      vertical-align: middle;
      width: 20px; }
      #coin_config .row_panel .icon_social i.fb {
        background-position: center 0; }
      #coin_config .row_panel .icon_social i.tw {
        background-position: center -25px; }
      #coin_config .row_panel .icon_social i.email {
        background-position: center -50px; }
      #coin_config .row_panel .icon_social i.sms {
        background-position: center -75px; }

#coin_config .right-btn {
  top: 15px;
  right: 20px;
  position: absolute; }
  #coin_config .right-btn a {
    height: 100%;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    background-color: #f3da31;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    height: 30px;
    display: inline-block;
    color: #636363;
    padding: 0 10px;
    text-transform: uppercase;
    margin: 0 0 0 4px;
    font-size: 13px; }
    #coin_config .right-btn a.icon-add {
      padding: 0 15px; }

#coin_config .unblock_job h3 {
  padding: 10px 0; }

#coin_config .unblock_job form {
  margin: 0; }

#coin_config .unblock_job table th {
  font-size: 11px;
  color: #506470;
  text-transform: uppercase; }

#coin_config .unblock_job table td {
  font-size: 13px;
  font-weight: normal;
  padding: 8px 5px; }
  #coin_config .unblock_job table td.data_type {
    color: #c6c6c6; }
  #coin_config .unblock_job table td .view_cf {
    background-image: url("../images/icon-eyes.png");
    background-position: 0 -38px;
    background-repeat: no-repeat;
    height: 13px;
    width: 20px;
    display: block; }
  #coin_config .unblock_job table td .coint_, #coin_config .unblock_job table td .fromvalue, #coin_config .unblock_job table td .tovalue {
    width: 50px;
    text-align: center;
    font-size: 13px; }
  #coin_config .unblock_job table td .date_apply {
    width: 100px;
    border: none;
    background: none; }
  #coin_config .unblock_job table td .txt_cf {
    width: 200px;
    padding: 5px;
    font-size: 13px;
    color: #c6c6c6; }
  #coin_config .unblock_job table td .delete_cf {
    background-image: url(../images/icon-cf.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position: 0 center; }
  #coin_config .unblock_job table td .change_stt {
    background-image: url(../images/icon-cf.png);
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    display: inline-block;
    background-position: -15px center; }
  #coin_config .unblock_job table td.aligcenter {
    text-align: center; }

#coin_config .unblock_job table tr:hover td {
  background: #f8f9fa; }

#coin_config .unblock_job .form-filter {
  width: 200px; }

#coin_config .unblock_job .filter-wrapper span {
  display: block; }

#coin_config .social_coin {
  float: left;
  width: 49%; }

#coin_config .promote_coin {
  float: right;
  width: 49%; }
  #coin_config .promote_coin input.cointime {
    padding: 5px 7px;
    width: 60px !important; }

#coin_config .panel h3 {
  color: #545454;
  font-size: 14px;
  font-weight: normal;
  text-transform: uppercase; }

#coin_config .panel .cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden; }

#coin_config .panel .cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  user-select: none; }

#coin_config .panel input.cmn-toggle-round + label {
  padding: 2px;
  width: 28px;
  height: 16px;
  background-color: #dddddd;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px; }

#coin_config .panel input.cmn-toggle-round + label:before,
#coin_config .panel input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: ""; }

#coin_config .panel input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px;
  transition: background 0.4s; }

#coin_config .panel input.cmn-toggle-round + label:after {
  width: 15px;
  background-color: #fff;
  border-radius: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  transition: margin 0.4s; }

#coin_config .panel input.cmn-toggle-round:checked + label:before {
  background-color: #f3da31; }

#coin_config .panel input.cmn-toggle-round:checked + label:after {
  margin-left: 10px; }

#coin_config .time_pick {
  display: inline-block;
  vertical-align: middle; }
  #coin_config .time_pick .timepicker_wrap {
    min-width: 185px; }

#coin_config .bonus {
  min-height: 350px; }
  #coin_config .bonus .row_panel {
    color: #899ba6;
    font-size: 14px; }
  #coin_config .bonus .col_panel {
    display: inline-block;
    width: 33%;
    text-align: center; }
    #coin_config .bonus .col_panel:last-child {
      text-align: right; }
    #coin_config .bonus .col_panel:first-child {
      text-align: left; }
    #coin_config .bonus .col_panel .bonus_coin {
      width: 50px;
      text-align: center;
      font-size: 14px;
      color: #4dbd1a;
      padding: 0; }
    #coin_config .bonus .col_panel .inputbox {
      width: 80px;
      text-align: center;
      font-size: 14px;
      padding: 0;
      border: none;
      background: none;
      color: #899ba6; }

#coin_config tr.status_active td .txt_cf, #coin_config tr.status_active td span, #coin_config tr.status_active td input, #coin_config tr.status_active td.data_type {
  color: #899ba6; }

#coin_mechanism_config .panel {
  padding: 20px; }
  #coin_mechanism_config .panel.smaller {
    width: 60%; }

#coin_mechanism_config .heading {
  margin-bottom: 15px; }
  #coin_mechanism_config .heading h3 {
    color: #555;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 4px; }
  #coin_mechanism_config .heading a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    background-color: #f3da31;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    padding: 0 10px;
    margin: 0 0 0 4px;
    font-size: 13px; }
    #coin_mechanism_config .heading a.add {
      padding: 0 15px; }

#coin_mechanism_config table.coin-rule-table th {
  font-size: 11px;
  color: #506470;
  text-transform: uppercase;
  border: 0 none; }

#coin_mechanism_config table.coin-rule-table th, #coin_mechanism_config table.coin-rule-table td {
  padding: 5px 10px; }
  #coin_mechanism_config table.coin-rule-table th:first-child, #coin_mechanism_config table.coin-rule-table th:nth-child(2), #coin_mechanism_config table.coin-rule-table td:first-child, #coin_mechanism_config table.coin-rule-table td:nth-child(2) {
    width: 3%; }
  #coin_mechanism_config table.coin-rule-table th:nth-child(3), #coin_mechanism_config table.coin-rule-table td:nth-child(3) {
    width: 20%; }
  #coin_mechanism_config table.coin-rule-table th:nth-child(4), #coin_mechanism_config table.coin-rule-table td:nth-child(4) {
    width: 20%; }
  #coin_mechanism_config table.coin-rule-table th:nth-child(5), #coin_mechanism_config table.coin-rule-table th:nth-child(6), #coin_mechanism_config table.coin-rule-table th:nth-child(7), #coin_mechanism_config table.coin-rule-table td:nth-child(5), #coin_mechanism_config table.coin-rule-table td:nth-child(6), #coin_mechanism_config table.coin-rule-table td:nth-child(7) {
    width: 10%; }
  #coin_mechanism_config table.coin-rule-table th:last-child, #coin_mechanism_config table.coin-rule-table td:last-child {
    width: 24%; }

#coin_mechanism_config table.coin-rule-table td:first-child {
  text-align: center; }

#coin_mechanism_config .cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden; }
  #coin_mechanism_config .cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none; }

#coin_mechanism_config input.cmn-toggle-round + label {
  padding: 2px;
  width: 28px;
  height: 16px;
  background-color: #dddddd;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  border-radius: 40px; }
  #coin_mechanism_config input.cmn-toggle-round + label:before, #coin_mechanism_config input.cmn-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: ""; }
  #coin_mechanism_config input.cmn-toggle-round + label:before {
    right: 1px;
    background-color: #f1f1f1;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    transition: background 0.4s; }
  #coin_mechanism_config input.cmn-toggle-round + label:after {
    width: 15px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: margin 0.4s; }

#coin_mechanism_config input.cmn-toggle-round:checked + label:before {
  background-color: #f3da31; }

#coin_mechanism_config input.cmn-toggle-round:checked + label:after {
  margin-left: 10px; }

#coin_mechanism_config .form-filter span {
  display: block;
  color: #899ba6; }

#coin_mechanism_config .locked input[type=text] {
  color: #c6c6c6; }

#coin_mechanism_config input[type=text] {
  width: 100%;
  color: #899ba6; }

#coin_mechanism_config .max-coin > div > div {
  display: inline-block; }
  #coin_mechanism_config .max-coin > div > div:first-child {
    margin-right: 15px; }
  #coin_mechanism_config .max-coin > div > div input {
    min-width: 170px; }

#coin_mechanism_config .filter-wrapper {
  width: 100%; }

#spendCoinRuleTable .filter-wrapper {
  pointer-events: none; }
  #spendCoinRuleTable .filter-wrapper .form-filter {
    background: none; }

#dispatching_config .panel {
  padding: 20px; }

#dispatching_config input[type=text] {
  width: 100%; }

#dispatching_config p {
  display: inline-block;
  color: #899ba6;
  font-size: 14px;
  margin: 0; }

#dispatching_config input {
  color: #899ba6; }

#dispatching_config input + span {
  color: #899ba6;
  font-size: 14px;
  font-weight: 300; }

#dispatching_config a.icon {
  display: block;
  margin-top: 5px; }

#dispatching_config .heading {
  margin-bottom: 15px; }
  #dispatching_config .heading h3 {
    color: #555;
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    margin-top: 4px; }
  #dispatching_config .heading a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    background-color: #f3da31;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    padding: 0 10px;
    margin: 0 0 0 4px;
    font-size: 13px; }
    #dispatching_config .heading a.add {
      padding: 0 15px; }

#dispatching_config .panel-wrapper:before, #dispatching_config .panel-wrapper:after, #dispatching_config .line1:before, #dispatching_config .line1:after, #dispatching_config .line2:before, #dispatching_config .line2:after {
  display: table;
  content: " "; }

#dispatching_config .panel-wrapper:after, #dispatching_config .line1:after, #dispatching_config .line2:after {
  clear: both; }

#dispatching_config .col-1 {
  float: left;
  width: 58%;
  margin-right: 2%; }

#dispatching_config .col-2 {
  float: right;
  width: 40%; }

#dispatching_config .line1, #dispatching_config .line2, #dispatching_config .line3 {
  margin-bottom: 15px; }
  #dispatching_config .line1:last-child, #dispatching_config .line2:last-child, #dispatching_config .line3:last-child {
    margin-bottom: 0; }

#dispatching_config .line1 > div {
  float: left;
  vertical-align: middle; }
  #dispatching_config .line1 > div:first-child {
    width: 45%; }
  #dispatching_config .line1 > div:nth-child(2) {
    width: 20%;
    padding-right: 15px; }
  #dispatching_config .line1 > div:last-child {
    width: 35%; }

#dispatching_config .line2 > div {
  float: left;
  vertical-align: middle; }
  #dispatching_config .line2 > div:first-child, #dispatching_config .line2 > div:nth-child(2), #dispatching_config .line2 > div:nth-child(3) {
    width: 19%;
    padding-right: 10px; }
  #dispatching_config .line2 > div:nth-child(4) {
    width: 40%;
    padding-right: 10px; }
  #dispatching_config .line2 > div:last-child {
    width: 3%; }

#dispatching_config .line3 input.duration {
  width: 25%; }

#dispatching_config .line3 input.note {
  width: 60%; }

.delete-icon {
  display: inline-block;
  background: url("../../images/icon-cf.png") no-repeat 0 center;
  width: 16px;
  height: 16px; }

.add-icon {
  display: inline-block;
  background: url("../../images/add.png") no-repeat 0 center;
  width: 12px;
  height: 12px;
  vertical-align: middle; }

.view-icon {
  display: inline-block;
  background: url("../../images/icon-eyes.png") no-repeat 0 1px;
  height: 13px;
  width: 20px; }

.create-icon {
  display: inline-block;
  background: url("../../images/icon_action.png") no-repeat -21px center;
  width: 13px;
  height: 15px;
  vertical-align: middle; }

.refresh-icon {
  display: inline-block;
  background: url("../../images/icon_action.png") no-repeat -44px center;
  width: 16px;
  height: 15px;
  vertical-align: middle; }

#change-password-dialog {
  padding: 0 35px 35px; }
  #change-password-dialog .form-ctrl {
    padding: 0;
    margin: 0; }
  #change-password-dialog .dialog-title {
    color: #506470;
    line-height: 80px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase; }
  #change-password-dialog .field {
    width: 345px; }
  #change-password-dialog input[type=text], #change-password-dialog input[type=password] {
    background-color: #fff;
    border: 2px solid #e7ecee;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    color: #555;
    display: table-cell;
    font-size: 14px;
    height: 65px;
    padding: 6px 12px;
    width: 100%; }
  #change-password-dialog .frm-submit {
    background: #f3da31;
    color: #fff;
    border: none;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 50px;
    text-transform: uppercase;
    width: 100%;
    display: block;
    line-height: 50px;
    text-decoration: none;
    text-align: center; }
  #change-password-dialog .succes {
    color: green; }
  #change-password-dialog .error {
    color: red; }

#booking .panel h3 {
  color: #545454;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 10px; }

#booking .panel_row #submit_booking, #booking .panel_row .btn-export {
  border: none;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: #f3da31;
  display: block;
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  margin-top: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 130px;
  display: inline-block; }

#booking .gr_search .panel_row {
  max-width: 880px; }

#booking .gr_search .top .panel_col {
  width: 33%; }
  #booking .gr_search .top .panel_col:last-child {
    text-align: right; }
  #booking .gr_search .top .panel_col.col_mid {
    text-align: center; }
  #booking .gr_search .top .panel_col .filter-unit {
    text-align: left; }

#booking .gr_search .checkbox-item {
  margin: 10px 0; }
  #booking .gr_search .checkbox-item input[type="checkbox"] {
    display: none; }
  #booking .gr_search .checkbox-item input[type="checkbox"]:checked + label > span {
    background-position: 0 -20px; }
  #booking .gr_search .checkbox-item label {
    display: table-cell;
    font-size: 13px;
    line-height: 14px; }
    #booking .gr_search .checkbox-item label > span {
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      display: block;
      float: left;
      height: 14px;
      margin-right: 10px;
      overflow: auto;
      width: 14px;
      background: url(../images/checkbox.png) no-repeat; }

#booking .gr_search form {
  margin: 0 0 10px; }

#booking .panel_col {
  padding-bottom: 15px;
  display: inline-block; }
  #booking .panel_col .box {
    width: 285px;
    display: inline-block; }
  #booking .panel_col > label {
    color: #506470;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase; }
    #booking .panel_col > label.lb_title {
      width: 125px; }
  #booking .panel_col .datetime {
    background: url(../images/icon-date.png) no-repeat 95% center #fbfbfb; }
  #booking .panel_col #filter-unit.filter-wrapper .select-box-content {
    width: 220px; }
  #booking .panel_col .boxchecklist {
    padding: 20px; }

#booking table {
  /*input[type="checkbox"] + label span {
		    background-image: url("../images/icon-eyes.png");
		    background-position: 0 -38px;
		    background-repeat: no-repeat;
		    display: inline-block;
		    height: 13px;
		    width: 20px;
		    z-index: 99;
		}
		input[type="checkbox"]:checked + label span {
		    background-position: 0 1px;
		}*/ }
  #booking table input[type="checkbox"] {
    display: none; }
  #booking table tr.selected, #booking table tr:hover {
    background: #f8f8f8; }
    #booking table tr.selected .view_user, #booking table tr:hover .view_user {
      background-position: center 4px; }
  #booking table tr th, #booking table tr td {
    font-size: 13px;
    padding: 7px;
    font-weight: normal; }
  #booking table tr th {
    color: #506470;
    text-transform: uppercase; }
  #booking table tr td {
    color: #899ba6;
    text-transform: capitalize; }
  #booking table .view_detail {
    width: 40px;
    padding: 0 7px; }
  #booking table .view_user {
    background-image: url("../images/icon-eyes.png");
    background-position: center -38px;
    background-repeat: no-repeat;
    height: 20px;
    width: 100%;
    display: block;
    cursor: pointer; }
    #booking table .view_user.on {
      background-position: center 4px; }

#booking .form-filter {
  min-width: 285px; }

body[page=booking] .dialog-wrapper .dialog-close a {
  color: #506470; }

.table-wrapper {
  height: 500px;
  overflow: auto; }

.panel.total {
  text-align: right; }

#rating #filterUnit .form-filter {
  width: 150px; }

#rating .panel h3 {
  color: #545454;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 10px; }

#rating .panel form {
  margin: 0; }

#rating .panel .row {
  padding-top: 10px; }

#rating .panel .item_ {
  display: inline-block;
  padding: 0 0 0 10px; }
  #rating .panel .item_:first-child {
    padding: 0; }
  #rating .panel .item_ label {
    color: #506470;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    width: 150px; }
  #rating .panel .item_ .btn {
    background: #f3da31;
    border: none;
    color: #000;
    display: inline-block;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }

#rating .panel_row input[type=submit] {
  font-size: 13px;
  text-transform: uppercase;
  border: none;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  width: 130px;
  height: 35px;
  background: #f3da31;
  margin-top: 15px; }

#rating table input[type="checkbox"] {
  display: none; }

#rating table tr.selected, #rating table tr:hover {
  background: #f8f8f8; }

#rating table tr th, #rating table tr td {
  font-size: 13px;
  padding: 7px;
  font-weight: normal; }
  #rating table tr th.comment, #rating table tr td.comment {
    width: 250px; }

#rating table tr th {
  color: #506470;
  text-transform: uppercase; }

#rating table tr td {
  color: #899ba6;
  text-transform: capitalize; }

#rating table .view_user {
  background-image: url("../images/icon-eyes.png");
  background-position: 0 -38px;
  background-repeat: no-repeat;
  height: 13px;
  width: 20px; }
  #rating table .view_user.on {
    background-position: 0 1px; }

#welcome .management .box {
  background: #fff;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  margin-right: 20px;
  text-align: center;
  width: 250px; }

#welcome .management .padd {
  padding: 0 10px; }

#welcome .management .title {
  font-size: 14px;
  color: #506470;
  text-transform: uppercase;
  padding: 30px 0; }

#welcome .management .des {
  padding: 30px 0 10px; }
  #welcome .management .des p {
    padding: 15px 0;
    margin: 0;
    background: #f8f8f8;
    color: #9fa7b7;
    font-size: 13px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px; }

#demand_configuration h3 {
  color: #545454;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 10px;
  text-transform: uppercase;
  float: left; }

#demand_configuration table input[type=checkbox].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

#demand_configuration table input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 20px;
  height: 14px;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  color: #777; }

#demand_configuration table input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -20px; }

#demand_configuration table .css-label {
  background-image: url(../images/checkbox.png); }

#demand_configuration table tr.selected, #demand_configuration table tr:hover {
  background: #f8f8f8; }

#demand_configuration table tr th, #demand_configuration table tr td {
  font-size: 13px;
  padding: 7px;
  font-weight: normal; }

#demand_configuration table tr th {
  color: #506470;
  text-transform: uppercase; }

#demand_configuration table tr td {
  color: #899ba6;
  text-transform: capitalize; }

#demand_configuration table .view_user {
  background-image: url("../images/icon-eyes.png");
  background-position: 0 -38px;
  background-repeat: no-repeat;
  height: 13px;
  width: 20px; }
  #demand_configuration table .view_user.on {
    background-position: 0 1px; }

#demand_configuration .icon_action {
  margin: 0;
  padding: 0;
  text-align: right; }
  #demand_configuration .icon_action a {
    display: inline-block;
    width: 35px;
    height: 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f3da31;
    text-align: center;
    margin: 0 2px; }
    #demand_configuration .icon_action a i {
      background-image: url("../images/icon_action.png");
      background-repeat: no-repeat;
      display: block;
      height: 100%;
      margin: 0 auto;
      width: 15px; }
    #demand_configuration .icon_action a.del i {
      background-position: 0 center; }
    #demand_configuration .icon_action a.del.disabled {
      display: none; }
    #demand_configuration .icon_action a.create i {
      background-position: -21px center; }
    #demand_configuration .icon_action a.refresh i {
      background-position: -44px center; }

#demand_configuration .form-search .panel_col {
  margin-right: 10px; }

#demand_configuration .form-search .lb_title {
  color: #506470;
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase; }

#demand_configuration .sort {
  text-decoration: none; }

#booking_dialog {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-sizing: border-box;
  color: #899ba6;
  font-size: 13px;
  max-width: 1000px;
  min-width: 720px;
  overflow: auto;
  width: 1000px; }
  #booking_dialog .top_dialog {
    background: #f3da31;
    box-sizing: border-box;
    overflow: auto;
    padding: 10px 20px; }
    #booking_dialog .top_dialog .col {
      width: 50%; }
    #booking_dialog .top_dialog h4 {
      text-transform: uppercase; }
    #booking_dialog .top_dialog p {
      color: #fff; }
  #booking_dialog p {
    padding: 0;
    margin: 0; }
  #booking_dialog h4 {
    color: #506470; }
  #booking_dialog .main_dialog {
    background-color: #edf1f2;
    border-left: 2px solid #e7ecee;
    border-right: 2px solid #e7ecee;
    box-sizing: border-box;
    overflow: auto;
    padding: 10px 20px; }
    #booking_dialog .main_dialog .col {
      width: 20%; }
  #booking_dialog .col {
    float: left; }
  #booking_dialog table th {
    border-bottom: 1px solid #e7ecee;
    color: #506470;
    font-size: 13px;
    padding: 10px 5px; }
  #booking_dialog .bottom_dialog {
    padding: 10px 20px; }

#passenger_dialog {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-sizing: border-box;
  color: #899ba6;
  font-size: 13px;
  font-weight: 500;
  overflow: auto;
  width: 700px; }
  #passenger_dialog .title {
    text-transform: uppercase;
    font-size: 16px;
    padding: 10px 20px; }
  #passenger_dialog .detail {
    background: #F6F8F8;
    padding: 10px 20px; }
  #passenger_dialog p {
    padding: 0;
    margin: 0; }
  #passenger_dialog h4 {
    color: #506470; }
  #passenger_dialog .col {
    float: left;
    width: 45%;
    margin: 10px; }
  #passenger_dialog .field-submit {
    padding: 15px 30px; }
    #passenger_dialog .field-submit .bt-submit {
      background: #f3da31;
      border: none;
      color: #000;
      display: inline-block;
      font-size: 12px;
      padding: 5px 10px;
      text-align: center;
      text-decoration: none;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px; }

#block_passenger_dialog {
  width: 700px;
  padding: 30px; }
  #block_passenger_dialog .form-ctrl {
    margin: 0;
    padding: 0; }
  #block_passenger_dialog .item_row {
    display: block;
    width: 100%;
    padding-bottom: 10px; }
    #block_passenger_dialog .item_row .item_field {
      display: inline-block;
      width: 48%; }
    #block_passenger_dialog .item_row input {
      background-color: #fff;
      border: 2px solid #e7ecee;
      border-radius: 6px;
      color: #555;
      display: table-cell;
      font-size: 14px;
      height: 35px;
      padding: 7px;
      width: 100%; }
      #block_passenger_dialog .item_row input.disabled {
        background-color: lightgray; }
    #block_passenger_dialog .item_row input[readonly="readonly"] {
      background-color: lightgray; }
    #block_passenger_dialog .item_row label {
      color: #899ba6;
      display: block;
      font-size: 14px; }
    #block_passenger_dialog .item_row .form-filter {
      background-color: #fff;
      border: 2px solid #e7ecee;
      height: 35px;
      width: 315px; }
  #block_passenger_dialog .filter-wrapper span {
    color: #555; }
  #block_passenger_dialog .btSubmit_ {
    text-align: right;
    margin-top: 30px;
    position: relative; }
    #block_passenger_dialog .btSubmit_ a {
      color: #fff;
      display: inline-block;
      height: 32px;
      line-height: 32px;
      margin-left: 10px;
      text-align: center;
      width: 88px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      cursor: pointer; }
    #block_passenger_dialog .btSubmit_ .btn-grey {
      background: #bcc7cd; }
    #block_passenger_dialog .btSubmit_ .btn-yellow {
      background: #f3da31; }

.content_taxidemand {
  background-clip: padding-box;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-sizing: border-box;
  font-size: 13px;
  max-width: 1000px;
  min-width: 720px;
  padding: 35px; }
  .content_taxidemand form {
    margin: 0;
    padding: 0; }
  .content_taxidemand .filter-wrapper {
    width: 100%; }
  .content_taxidemand .fields > .col {
    padding: 0 10px; }
  .content_taxidemand .col {
    float: left;
    width: 50%;
    margin-bottom: 10px; }
    .content_taxidemand .col label {
      color: #506470;
      display: block;
      font-size: 13px;
      font-weight: 700;
      margin-bottom: 10px; }
    .content_taxidemand .col span {
      display: block;
      color: #555; }
    .content_taxidemand .col input {
      width: 100%;
      color: #555; }
    .content_taxidemand .col .sub_col {
      width: 45%; }
  .content_taxidemand .time-picker-container {
    position: relative; }
    .content_taxidemand .time-picker-container i {
      background: url("../images/icons_sprite.png") no-repeat scroll -80px -100px;
      height: 18px;
      position: absolute;
      right: 10px;
      top: 7px;
      width: 18px; }
  .content_taxidemand .field-submit {
    text-align: right;
    position: relative;
    padding-right: 10px; }
    .content_taxidemand .field-submit a {
      color: #fff;
      display: inline-block;
      height: 32px;
      line-height: 32px;
      margin-left: 10px;
      text-align: center;
      width: 88px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      cursor: pointer; }
    .content_taxidemand .field-submit .btn-grey {
      background: #bcc7cd; }
    .content_taxidemand .field-submit .btn-yellow {
      background: #f3da31; }

.disabled {
  background-color: lightgray !important; }

.ui-timepicker-wrapper {
  width: 135px; }

#blacklist .panel .item_ {
  display: inline-block;
  padding: 10px 10px 10px 0; }
  #blacklist .panel .item_ label {
    color: #506470;
    display: inline-block;
    font-size: 13px;
    padding: 0 5px 0 0;
    text-transform: uppercase;
    width: 130px; }

#blacklist .panel .gr_search form {
  margin: 0;
  padding: 0; }

#blacklist .panel .bt-submit {
  background: #f3da31;
  border: medium none;
  border-radius: 5px;
  color: #000;
  display: block;
  font-size: 13px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  width: 100px; }

#blacklist .panel .form-filter {
  width: 150px; }

#blacklist .panel table tr td, #blacklist .panel table tr th {
  font-size: 13px;
  font-weight: normal;
  padding: 7px; }

#blacklist .panel table tr th {
  color: #506470;
  text-transform: uppercase; }

#blacklist .panel table tr td {
  color: #899ba6; }

#blacklist .panel table .fa {
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #f3da31;
  cursor: pointer;
  width: 30px;
  height: 30px;
  text-align: center; }
  #blacklist .panel table .fa.fa-lock:before {
    content: "\f023"; }

#transaction .panel h3 {
  color: #545454;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 10px; }

#transaction .panel_row #submit_transaction {
  border: none;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background: #f3da31;
  display: block;
  font-size: 13px;
  height: 35px;
  line-height: 35px;
  margin-top: 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 130px;
  display: inline-block; }

#transaction .panel_row .btn-export {
  background: #f3da31;
  border: none;
  color: #000;
  display: inline-block;
  font-size: 12px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

#transaction .gr_search .panel_row {
  max-width: 100%; }

#transaction .gr_search .top .panel_col {
  width: 33%; }
  #transaction .gr_search .top .panel_col:last-child {
    text-align: right; }
  #transaction .gr_search .top .panel_col.col_mid {
    text-align: center; }
  #transaction .gr_search .top .panel_col .filter-unit {
    text-align: left; }

#transaction .gr_search .checkbox-item {
  margin: 10px 0; }
  #transaction .gr_search .checkbox-item input[type="checkbox"] {
    display: none; }
  #transaction .gr_search .checkbox-item input[type="checkbox"]:checked + label > span {
    background-position: 0 -20px; }
  #transaction .gr_search .checkbox-item label {
    display: table-cell;
    font-size: 13px;
    line-height: 14px; }
    #transaction .gr_search .checkbox-item label > span {
      -moz-border-radius: 3px;
      -webkit-border-radius: 3px;
      border-radius: 3px;
      display: block;
      float: left;
      height: 14px;
      margin-right: 10px;
      overflow: auto;
      width: 14px;
      background: url(../images/checkbox.png) no-repeat; }

#transaction .gr_search form {
  margin: 0 0 10px; }

#transaction .panel_col {
  padding-bottom: 15px;
  display: inline-block; }
  #transaction .panel_col .box {
    display: inline-block; }
  #transaction .panel_col > label {
    color: #506470;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase; }
    #transaction .panel_col > label.lb_title {
      width: 125px; }
  #transaction .panel_col .datetime {
    background: url(../images/icon-date.png) no-repeat 95% center #fbfbfb; }
  #transaction .panel_col #filter-unit.filter-wrapper .select-box-content {
    width: 220px; }
  #transaction .panel_col .boxchecklist {
    padding: 20px; }

#transaction table {
  /*input[type="checkbox"] + label span {
		    background-image: url("../images/icon-eyes.png");
		    background-position: 0 -38px;
		    background-repeat: no-repeat;
		    display: inline-block;
		    height: 13px;
		    width: 20px;
		    z-index: 99;
		}
		input[type="checkbox"]:checked + label span {
		    background-position: 0 1px;
		}*/ }
  #transaction table input[type="checkbox"] {
    display: none; }
  #transaction table tr.selected, #transaction table tr:hover {
    background: #f8f8f8; }
    #transaction table tr.selected .view_user, #transaction table tr:hover .view_user {
      background-position: center 4px; }
  #transaction table tr th, #transaction table tr td {
    font-size: 13px;
    padding: 7px;
    font-weight: normal; }
  #transaction table tr th {
    color: #506470;
    text-transform: uppercase; }
  #transaction table tr td {
    color: #899ba6;
    text-transform: capitalize; }
  #transaction table .view_detail {
    width: 40px;
    padding: 0 7px; }
  #transaction table .view_user {
    background-image: url("../images/icon-eyes.png");
    background-position: center -38px;
    background-repeat: no-repeat;
    height: 20px;
    width: 100%;
    display: block;
    cursor: pointer; }
    #transaction table .view_user.on {
      background-position: center 4px; }

#transaction .form-filter {
  min-width: 150px; }

#transaction_dialog {
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  box-sizing: border-box;
  color: #899ba6;
  font-size: 13px;
  max-width: 1000px;
  min-width: 720px;
  overflow: auto;
  width: 1000px; }
  #transaction_dialog .top_dialog {
    background: #f3da31;
    box-sizing: border-box;
    overflow: auto;
    padding: 10px 20px; }
    #transaction_dialog .top_dialog h4 {
      text-transform: uppercase; }
    #transaction_dialog .top_dialog p {
      color: #fff; }
  #transaction_dialog p {
    padding: 0;
    margin: 0; }
  #transaction_dialog h4 {
    color: #506470; }
  #transaction_dialog .col {
    width: 25%; }
  #transaction_dialog .main_dialog {
    background-color: #edf1f2;
    border-left: 2px solid #e7ecee;
    border-right: 2px solid #e7ecee;
    box-sizing: border-box;
    overflow: auto;
    padding: 10px 20px; }
  #transaction_dialog .col {
    float: left; }
  #transaction_dialog table th {
    border-bottom: 1px solid #e7ecee;
    color: #506470;
    font-size: 13px;
    padding: 10px 5px; }
  #transaction_dialog .bottom_dialog {
    padding: 10px 20px; }

#coaching_process_setting .panel {
  padding: 20px; }

#coaching_process_setting .times-value, #coaching_process_setting .star-value {
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #fff;
  text-align: center;
  padding: 3px 5px;
  border: 1px solid #ccc;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0; }

#coaching_process_setting table.coaching-setting-table th, #coaching_process_setting table.coaching-setting-action-table th {
  font-size: 11px;
  color: #506470;
  text-transform: uppercase; }

#coaching_process_setting table.coaching-setting-table td, #coaching_process_setting table.coaching-setting-table td p, #coaching_process_setting table.coaching-setting-action-table td, #coaching_process_setting table.coaching-setting-action-table td p {
  font-size: 12px;
  color: #aaa; }

#coaching_process_setting table.coaching-setting-table th, #coaching_process_setting table.coaching-setting-table td, #coaching_process_setting table.coaching-setting-action-table th, #coaching_process_setting table.coaching-setting-action-table td {
  padding: 5px 10px; }

#coaching_process_setting table.coaching-setting-table th:first-child, #coaching_process_setting table.coaching-setting-table td:first-child {
  width: 32%; }

#coaching_process_setting table.coaching-setting-table th:nth-child(2), #coaching_process_setting table.coaching-setting-table th:nth-child(4), #coaching_process_setting table.coaching-setting-table td:nth-child(2), #coaching_process_setting table.coaching-setting-table td:nth-child(4) {
  width: 8%; }

#coaching_process_setting table.coaching-setting-table th:nth-child(3), #coaching_process_setting table.coaching-setting-table td:nth-child(3) {
  width: 4%;
  text-align: center; }

#coaching_process_setting table.coaching-setting-table th:nth-child(5), #coaching_process_setting table.coaching-setting-table th:nth-child(6), #coaching_process_setting table.coaching-setting-table td:nth-child(5), #coaching_process_setting table.coaching-setting-table td:nth-child(6) {
  width: 24%; }

#coaching_process_setting table.coaching-setting-table th:nth-child(2), #coaching_process_setting table.coaching-setting-table th:nth-child(3), #coaching_process_setting table.coaching-setting-table th:nth-child(4), #coaching_process_setting table.coaching-setting-table th:nth-child(5), #coaching_process_setting table.coaching-setting-table th:nth-child(6), #coaching_process_setting table.coaching-setting-table td:nth-child(2), #coaching_process_setting table.coaching-setting-table td:nth-child(3), #coaching_process_setting table.coaching-setting-table td:nth-child(4), #coaching_process_setting table.coaching-setting-table td:nth-child(5), #coaching_process_setting table.coaching-setting-table td:nth-child(6) {
  text-align: center; }

#coaching_process_setting table.coaching-setting-action-table th:first-child, #coaching_process_setting table.coaching-setting-action-table th:nth-child(2), #coaching_process_setting table.coaching-setting-action-table th:nth-child(3), #coaching_process_setting table.coaching-setting-action-table td:first-child, #coaching_process_setting table.coaching-setting-action-table td:nth-child(2), #coaching_process_setting table.coaching-setting-action-table td:nth-child(3) {
  width: 3%;
  padding: 5px 7px; }

#coaching_process_setting table.coaching-setting-action-table th:nth-child(4), #coaching_process_setting table.coaching-setting-action-table td:nth-child(4) {
  width: 12%; }

#coaching_process_setting table.coaching-setting-action-table th:nth-child(5), #coaching_process_setting table.coaching-setting-action-table td:nth-child(5) {
  width: 12%; }

#coaching_process_setting table.coaching-setting-action-table th:nth-child(6), #coaching_process_setting table.coaching-setting-action-table td:nth-child(6) {
  width: 38%; }

#coaching_process_setting table.coaching-setting-action-table th:nth-child(7), #coaching_process_setting table.coaching-setting-action-table td:nth-child(7) {
  width: 17%; }

#coaching_process_setting table.coaching-setting-action-table th:nth-child(8), #coaching_process_setting table.coaching-setting-action-table td:nth-child(8) {
  width: 9%; }

#coaching_process_setting table.coaching-setting-action-table th:nth-child(4), #coaching_process_setting table.coaching-setting-action-table th:nth-child(5), #coaching_process_setting table.coaching-setting-action-table th:nth-child(7), #coaching_process_setting table.coaching-setting-action-table th:nth-child(8), #coaching_process_setting table.coaching-setting-action-table td:nth-child(4), #coaching_process_setting table.coaching-setting-action-table td:nth-child(5), #coaching_process_setting table.coaching-setting-action-table td:nth-child(7), #coaching_process_setting table.coaching-setting-action-table td:nth-child(8) {
  text-align: center; }

#coaching_process_setting .edit-action i {
  color: #bcc7cd;
  font-size: 16px; }

#coaching_process_setting .action-button {
  margin-bottom: 10px; }
  #coaching_process_setting .action-button a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    background-color: #f3da31;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    padding: 0 10px;
    margin: 0 0 0 4px;
    font-size: 13px; }
    #coaching_process_setting .action-button a.create {
      padding: 0 15px; }

#view-coaching-process-dialog .dialog-body, #create-coaching-process-dialog .dialog-body {
  padding: 30px 30px 0; }

#view-coaching-process-dialog form, #create-coaching-process-dialog form {
  margin: 0; }
  #view-coaching-process-dialog form:after, #view-coaching-process-dialog form:before, #create-coaching-process-dialog form:after, #create-coaching-process-dialog form:before {
    display: table;
    content: " "; }
  #view-coaching-process-dialog form:after, #create-coaching-process-dialog form:after {
    clear: both; }

#view-coaching-process-dialog .col-50, #create-coaching-process-dialog .col-50 {
  float: left;
  width: 50%;
  height: 72px; }

#view-coaching-process-dialog .col-100, #create-coaching-process-dialog .col-100 {
  float: left;
  width: 100%; }

#view-coaching-process-dialog .form-group, #create-coaching-process-dialog .form-group {
  margin-bottom: 15px; }

#view-coaching-process-dialog .control-label, #create-coaching-process-dialog .control-label {
  color: #899ba6;
  display: block;
  font-size: 14px; }

#view-coaching-process-dialog .form-control, #create-coaching-process-dialog .form-control {
  display: inline-block;
  width: 100%;
  height: 35px;
  background-color: #fff;
  border: 2px solid #e7ecee;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #555;
  font-size: 14px;
  padding: 7px;
  outline: none; }

#view-coaching-process-dialog textarea.form-control, #create-coaching-process-dialog textarea.form-control {
  resize: vertical;
  min-height: 100px; }

#view-coaching-process-dialog .pr-5, #create-coaching-process-dialog .pr-5 {
  padding-right: 7.5px; }

#view-coaching-process-dialog .pl-5, #create-coaching-process-dialog .pl-5 {
  padding-left: 7.5px; }

#view-coaching-process-dialog .btn-ok, #view-coaching-process-dialog .btn-create, #create-coaching-process-dialog .btn-ok, #create-coaching-process-dialog .btn-create {
  margin-right: 15px; }

#view-coaching-process-dialog .filter-wrapper, #create-coaching-process-dialog .filter-wrapper {
  width: 100%; }
  #view-coaching-process-dialog .filter-wrapper .form-filter, #create-coaching-process-dialog .filter-wrapper .form-filter {
    height: 35px;
    background-color: #fff;
    border-width: 2px; }
    #view-coaching-process-dialog .filter-wrapper .form-filter span, #create-coaching-process-dialog .filter-wrapper .form-filter span {
      display: inline-block;
      width: 100%;
      color: #555;
      padding: 7px; }

.calendar {
  position: relative; }
  .calendar i {
    position: absolute;
    top: 50%;
    margin-top: -7.5px;
    right: 10px;
    display: inline-block;
    background: url("../../images/icon-date.png") no-repeat 0 center;
    width: 13px;
    height: 15px;
    z-index: 10; }

input[disabled] {
  background: #f1f1f1 !important; }

#driver_coaching_stage .panel {
  padding: 20px; }
  #driver_coaching_stage .panel.smaller {
    width: 60%; }

#driver_coaching_stage form {
  margin: 0; }

#driver_coaching_stage .item_ {
  display: inline-block;
  padding: 5px 10px 5px 0;
  margin-right: 20px; }
  #driver_coaching_stage .item_ label {
    display: inline-block;
    color: #506470;
    font-size: 13px;
    padding: 0 5px 0 0;
    margin-right: 10px; }
  #driver_coaching_stage .item_ input[type="text"] {
    width: 180px; }
  #driver_coaching_stage .item_ .bt-submit {
    background: #f3da31;
    border: none;
    color: #000;
    display: block;
    font-size: 12px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    width: 100px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; }

#driver_coaching_stage table.driver-coaching-table th {
  font-size: 11px;
  color: #506470;
  text-transform: uppercase; }

#driver_coaching_stage table.driver-coaching-table td, #driver_coaching_stage table.driver-coaching-table td p {
  font-size: 12px;
  color: #899ba6; }

#driver_coaching_stage table.driver-coaching-table th, #driver_coaching_stage table.driver-coaching-table td {
  padding: 5px 10px; }
  #driver_coaching_stage table.driver-coaching-table th:first-child, #driver_coaching_stage table.driver-coaching-table th:nth-child(2), #driver_coaching_stage table.driver-coaching-table td:first-child, #driver_coaching_stage table.driver-coaching-table td:nth-child(2) {
    width: 3%; }
  #driver_coaching_stage table.driver-coaching-table th:nth-child(3), #driver_coaching_stage table.driver-coaching-table th:nth-child(5), #driver_coaching_stage table.driver-coaching-table th:nth-child(6), #driver_coaching_stage table.driver-coaching-table th:nth-child(7), #driver_coaching_stage table.driver-coaching-table th:nth-child(9), #driver_coaching_stage table.driver-coaching-table th:nth-child(10), #driver_coaching_stage table.driver-coaching-table td:nth-child(3), #driver_coaching_stage table.driver-coaching-table td:nth-child(5), #driver_coaching_stage table.driver-coaching-table td:nth-child(6), #driver_coaching_stage table.driver-coaching-table td:nth-child(7), #driver_coaching_stage table.driver-coaching-table td:nth-child(9), #driver_coaching_stage table.driver-coaching-table td:nth-child(10) {
    width: 10%; }
  #driver_coaching_stage table.driver-coaching-table th:nth-child(8), #driver_coaching_stage table.driver-coaching-table td:nth-child(8) {
    width: 24%; }
  #driver_coaching_stage table.driver-coaching-table th:nth-child(4), #driver_coaching_stage table.driver-coaching-table td:nth-child(4) {
    width: 14%; }
  #driver_coaching_stage table.driver-coaching-table th:nth-child(3), #driver_coaching_stage table.driver-coaching-table th:nth-child(5), #driver_coaching_stage table.driver-coaching-table th:nth-child(6), #driver_coaching_stage table.driver-coaching-table th:nth-child(7), #driver_coaching_stage table.driver-coaching-table td:nth-child(3), #driver_coaching_stage table.driver-coaching-table td:nth-child(5), #driver_coaching_stage table.driver-coaching-table td:nth-child(6), #driver_coaching_stage table.driver-coaching-table td:nth-child(7) {
    text-align: center; }

#driver_coaching_stage table.driver-coaching-table td {
  vertical-align: top; }
  #driver_coaching_stage table.driver-coaching-table td:first-child {
    text-align: center; }
  #driver_coaching_stage table.driver-coaching-table td.text-left {
    text-align: left; }

#driver_coaching_stage .reset-action i, #driver_coaching_stage .edit-action i {
  color: #899ba6;
  font-size: 16px; }

#driver_coaching_stage .action-button {
  margin-bottom: 10px; }
  #driver_coaching_stage .action-button a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    background-color: #f3da31;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    padding: 0 10px;
    margin: 0 0 0 4px;
    font-size: 13px; }

#view-driver-coaching-dialog .dialog-body, #update-driver-coaching-dialog .dialog-body, #reset-driver-stage-dialog .dialog-body {
  padding: 30px 30px 0; }

#view-driver-coaching-dialog .dialog-footer, #update-driver-coaching-dialog .dialog-footer, #reset-driver-stage-dialog .dialog-footer {
  padding-right: 30px; }

#view-driver-coaching-dialog form, #update-driver-coaching-dialog form, #reset-driver-stage-dialog form {
  margin: 0; }
  #view-driver-coaching-dialog form:after, #view-driver-coaching-dialog form:before, #update-driver-coaching-dialog form:after, #update-driver-coaching-dialog form:before, #reset-driver-stage-dialog form:after, #reset-driver-stage-dialog form:before {
    display: table;
    content: " "; }
  #view-driver-coaching-dialog form:after, #update-driver-coaching-dialog form:after, #reset-driver-stage-dialog form:after {
    clear: both; }

#view-driver-coaching-dialog .col-50, #update-driver-coaching-dialog .col-50, #reset-driver-stage-dialog .col-50 {
  float: left;
  width: 50%;
  height: 72px; }

#view-driver-coaching-dialog .col-100, #update-driver-coaching-dialog .col-100, #reset-driver-stage-dialog .col-100 {
  float: left;
  width: 100%; }

#view-driver-coaching-dialog .form-group, #update-driver-coaching-dialog .form-group, #reset-driver-stage-dialog .form-group {
  margin-bottom: 15px; }

#view-driver-coaching-dialog .control-label, #update-driver-coaching-dialog .control-label, #reset-driver-stage-dialog .control-label {
  color: #899ba6;
  display: block;
  font-size: 14px; }
  #view-driver-coaching-dialog .control-label.up, #update-driver-coaching-dialog .control-label.up, #reset-driver-stage-dialog .control-label.up {
    text-transform: uppercase;
    margin-bottom: 5px; }

#view-driver-coaching-dialog .form-control, #update-driver-coaching-dialog .form-control, #reset-driver-stage-dialog .form-control {
  display: inline-block;
  width: 100%;
  height: 35px;
  background-color: #fff;
  border: 2px solid #e7ecee;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  color: #555;
  font-size: 14px;
  padding: 7px;
  outline: none; }

#view-driver-coaching-dialog textarea.form-control, #update-driver-coaching-dialog textarea.form-control, #reset-driver-stage-dialog textarea.form-control {
  resize: vertical;
  min-height: 100px; }

#view-driver-coaching-dialog .pr-5, #update-driver-coaching-dialog .pr-5, #reset-driver-stage-dialog .pr-5 {
  padding-right: 7.5px; }

#view-driver-coaching-dialog .pl-5, #update-driver-coaching-dialog .pl-5, #reset-driver-stage-dialog .pl-5 {
  padding-left: 7.5px; }

#view-driver-coaching-dialog .btn-ok, #view-driver-coaching-dialog .btn-create, #update-driver-coaching-dialog .btn-ok, #update-driver-coaching-dialog .btn-create, #reset-driver-stage-dialog .btn-ok, #reset-driver-stage-dialog .btn-create {
  margin-right: 15px; }

#view-driver-coaching-dialog .filter-wrapper, #update-driver-coaching-dialog .filter-wrapper, #reset-driver-stage-dialog .filter-wrapper {
  width: 100%; }
  #view-driver-coaching-dialog .filter-wrapper .form-filter, #update-driver-coaching-dialog .filter-wrapper .form-filter, #reset-driver-stage-dialog .filter-wrapper .form-filter {
    height: 35px;
    background-color: #fff;
    border-width: 2px; }
    #view-driver-coaching-dialog .filter-wrapper .form-filter span, #update-driver-coaching-dialog .filter-wrapper .form-filter span, #reset-driver-stage-dialog .filter-wrapper .form-filter span {
      display: inline-block;
      width: 100%;
      color: #555;
      padding: 7px; }

#passenger_feedback .panel {
  padding: 20px; }

#passenger_feedback .panel_row:after, #passenger_feedback .panel_row:before {
  display: table;
  content: " "; }

#passenger_feedback .panel_row:after {
  clear: both; }

#passenger_feedback .panel_col {
  width: 50%;
  margin-bottom: 15px; }
  #passenger_feedback .panel_col > label {
    color: #506470;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase; }

#passenger_feedback label.lb_title {
  width: 180px; }

#passenger_feedback input {
  width: 220px;
  color: #899ba6; }

#passenger_feedback form {
  margin: 0; }

#passenger_feedback table.passenger-feedback-table th {
  font-size: 11px;
  color: #506470;
  text-transform: uppercase; }

#passenger_feedback table.passenger-feedback-table td, #passenger_feedback table.passenger-feedback-table td p {
  font-size: 12px;
  color: #899ba6; }

#passenger_feedback table.passenger-feedback-table th, #passenger_feedback table.passenger-feedback-table td {
  padding: 10px; }
  #passenger_feedback table.passenger-feedback-table th:first-child, #passenger_feedback table.passenger-feedback-table th:nth-child(2), #passenger_feedback table.passenger-feedback-table th:nth-child(3), #passenger_feedback table.passenger-feedback-table td:first-child, #passenger_feedback table.passenger-feedback-table td:nth-child(2), #passenger_feedback table.passenger-feedback-table td:nth-child(3) {
    width: 7%; }
  #passenger_feedback table.passenger-feedback-table th:nth-child(4), #passenger_feedback table.passenger-feedback-table td:nth-child(4) {
    width: 14%; }
  #passenger_feedback table.passenger-feedback-table th:nth-child(6), #passenger_feedback table.passenger-feedback-table td:nth-child(6) {
    width: 10%; }
  #passenger_feedback table.passenger-feedback-table th:nth-child(5), #passenger_feedback table.passenger-feedback-table td:nth-child(5) {
    width: 25%; }
  #passenger_feedback table.passenger-feedback-table th:last-child, #passenger_feedback table.passenger-feedback-table td:last-child {
    width: 30%; }

#passenger_feedback table.passenger-feedback-table td {
  vertical-align: top; }

#passenger_feedback .bt-submit {
  background: #f3da31;
  border: none;
  color: #000;
  display: inline-block;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  text-transform: uppercase;
  width: 100px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  margin-top: 20px;
  margin-right: 10px; }

#passenger_feedback .reset-action i, #passenger_feedback .edit-action i {
  color: #899ba6;
  font-size: 16px; }

#passenger_feedback .action-button {
  margin-bottom: 10px; }
  #passenger_feedback .action-button a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    background-color: #f3da31;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    color: #000;
    padding: 0 10px;
    margin: 0 0 0 4px;
    font-size: 13px; }

#passenger_feedback .filter-wrapper {
  width: 220px; }

#passenger_feedback .form-filter span {
  display: block;
  color: #899ba6;
  padding: 5px 10px; }

#inapp-payment .panel {
  padding: 15px; }
  #inapp-payment .panel h3 {
    font-size: 14px;
    margin-bottom: 15px; }

#inapp-payment .row {
  margin-left: -15px;
  margin-right: -15px; }
  #inapp-payment .row .col-half {
    padding-left: 15px;
    padding-right: 15px;
    width: 50%;
    float: left; }

#inapp-payment .filter-wrapper {
  width: 300px;
  z-index: 99;
  margin-left: 15px;
  margin-bottom: 20px; }
  #inapp-payment .filter-wrapper .form-filter {
    width: 200px;
    height: 35px;
    background-color: #fff;
    border-width: 2px; }
    #inapp-payment .filter-wrapper .form-filter span {
      display: inline-block;
      width: 100%;
      color: #555;
      padding: 7px; }

.payment-config-form {
  margin-bottom: 0; }
  .payment-config-form.single-line-form .form-group {
    display: inline-block;
    width: calc( 100% - 100px); }
  .payment-config-form .form-group {
    margin-bottom: 15px; }
    .payment-config-form .form-group label {
      font-size: 13px;
      display: inline-block;
      width: calc( 100% - 130px);
      letter-spacing: -0.5px; }
    .payment-config-form .form-group input, .payment-config-form .form-group select {
      display: inline-block;
      width: 120px;
      float: right; }
      .payment-config-form .form-group input.right, .payment-config-form .form-group select.right {
        text-align: right; }
    .payment-config-form .form-group select {
      border-radius: 5px;
      border: 1px solid #e7ecee;
      height: 30px;
      outline: none;
      padding: 5px 10px;
      background: #fbfbfb;
      font-size: 13px; }
    .payment-config-form .form-group .datetime {
      font-size: 12px; }
  .payment-config-form.multiple-line-form .form-group label {
    width: calc( 100% - 160px); }
  .payment-config-form.multiple-line-form .form-group input, .payment-config-form.multiple-line-form .form-group select {
    width: 150px; }
  .payment-config-form .form-submit {
    display: inline-block;
    width: 90px;
    text-align: right;
    vertical-align: top; }
    .payment-config-form .form-submit .btn-submit {
      background: #f3da31;
      border: none;
      color: #000;
      display: inline-block;
      font-size: 12px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      text-decoration: none;
      text-transform: uppercase;
      width: 80px;
      position: relative;
      top: -1px;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
      border-radius: 5px; }

#suburb h3 {
  color: #545454;
  font-size: 14px;
  font-weight: normal;
  padding-bottom: 10px;
  text-transform: uppercase; }

#suburb .gr_search .panel_col {
  display: inline-block;
  padding-bottom: 15px;
  padding-right: 20px; }
  #suburb .gr_search .panel_col > label, #suburb .gr_search .panel_col .filter-wrapper > label {
    color: #506470;
    display: inline-block;
    font-size: 13px;
    text-transform: uppercase;
    width: 110px;
    vertical-align: middle; }

#suburb .gr_search .btn {
  background: #f3da31;
  border: none;
  color: #000;
  display: inline-block;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  width: 100px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

#suburb .gr_search input[type=text] {
  width: 280px; }

#suburb .gr_search form {
  margin: 0 0 10px; }

#suburb table input[type="checkbox"] {
  display: none; }

#suburb table tr.selected, #suburb table tr:hover {
  background: #f8f8f8; }

#suburb table tr th, #suburb table tr td {
  font-size: 13px;
  padding: 7px;
  font-weight: normal; }

#suburb table tr th {
  color: #506470;
  text-transform: uppercase; }

#suburb table tr td {
  color: #899ba6;
  text-transform: capitalize; }

#suburb table .view_user {
  background-image: url("../images/icon-eyes.png");
  background-position: 0 -38px;
  background-repeat: no-repeat;
  height: 13px;
  width: 20px;
  display: block;
  cursor: pointer; }
  #suburb table .view_user.on {
    background-position: 0 1px; }

#suburb table .icon-block {
  background: url("../images/icon-block.png") no-repeat;
  height: 22px;
  width: 22px;
  display: block;
  cursor: pointer; }

#suburb table .delete-icon {
  display: block;
  padding-top: 5px;
  cursor: pointer; }

#suburb table input[type=checkbox].css-checkbox {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

#suburb table input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 20px;
  height: 14px;
  display: inline-block;
  line-height: 15px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  color: #777; }

#suburb table input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -20px; }

#suburb table .css-label {
  background-image: url(../images/checkbox.png); }

#suburb .icon_action {
  margin: 0;
  padding: 0;
  text-align: right; }
  #suburb .icon_action a {
    display: inline-block;
    width: 35px;
    height: 25px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f3da31;
    text-align: center;
    margin: 0 2px;
    cursor: pointer; }
    #suburb .icon_action a i {
      background-image: url("../images/icon_action.png");
      background-repeat: no-repeat;
      display: block;
      height: 100%;
      margin: 0 auto;
      width: 15px; }
    #suburb .icon_action a.del i {
      background-position: 0 center; }
    #suburb .icon_action a.del.disabled {
      background-color: #ccc;
      pointer-events: none; }
    #suburb .icon_action a.createBlock i {
      background-position: -21px center; }
    #suburb .icon_action a.refresh i {
      background-position: -44px center; }

#suburb .form-filter {
  width: 280px; }

#block_suburb_dialog, #point_of_interest_dialog {
  width: 700px;
  padding: 30px; }
  #block_suburb_dialog .form-ctrl, #point_of_interest_dialog .form-ctrl {
    margin: 0;
    padding: 0; }
  #block_suburb_dialog .item_row, #point_of_interest_dialog .item_row {
    display: block;
    width: 100%;
    padding-bottom: 10px; }
    #block_suburb_dialog .item_row .item_field, #point_of_interest_dialog .item_row .item_field {
      display: inline-block;
      width: 48%; }
    #block_suburb_dialog .item_row input:not([type="submit"]), #block_suburb_dialog .item_row textarea, #point_of_interest_dialog .item_row input:not([type="submit"]), #point_of_interest_dialog .item_row textarea {
      background-color: #fff;
      border: 2px solid #e7ecee;
      border-radius: 6px;
      color: #555;
      display: table-cell;
      font-size: 14px;
      height: 35px;
      padding: 7px;
      width: 100%; }
      #block_suburb_dialog .item_row input:not([type="submit"]).disabled, #block_suburb_dialog .item_row textarea.disabled, #point_of_interest_dialog .item_row input:not([type="submit"]).disabled, #point_of_interest_dialog .item_row textarea.disabled {
        background-color: lightgray; }
    #block_suburb_dialog .item_row input[readonly="readonly"], #point_of_interest_dialog .item_row input[readonly="readonly"] {
      background-color: lightgray; }
    #block_suburb_dialog .item_row label, #block_suburb_dialog .item_row span, #point_of_interest_dialog .item_row label, #point_of_interest_dialog .item_row span {
      color: #899ba6;
      display: block;
      font-size: 13px;
      text-transform: uppercase; }
    #block_suburb_dialog .item_row .collapsible-field, #point_of_interest_dialog .item_row .collapsible-field {
      width: 100%;
      display: table; }
      #block_suburb_dialog .item_row .collapsible-field > div, #point_of_interest_dialog .item_row .collapsible-field > div {
        display: table-cell; }
        #block_suburb_dialog .item_row .collapsible-field > div:fisrt-child, #point_of_interest_dialog .item_row .collapsible-field > div:fisrt-child {
          width: 60%; }
        #block_suburb_dialog .item_row .collapsible-field > div:last-child, #point_of_interest_dialog .item_row .collapsible-field > div:last-child {
          width: 40%;
          padding-left: 20px; }
    #block_suburb_dialog .item_row .datetime, #point_of_interest_dialog .item_row .datetime {
      background: url(../images/icon-date.png) no-repeat 95% center #fbfbfb; }
    #block_suburb_dialog .item_row .time, #point_of_interest_dialog .item_row .time {
      background: url(../images/icons_time.png) no-repeat 95% center #fbfbfb; }
    #block_suburb_dialog .item_row .form-filter, #point_of_interest_dialog .item_row .form-filter {
      background-color: #fff;
      border: 2px solid #e7ecee;
      height: 35px;
      width: 315px; }
    #block_suburb_dialog .item_row .collapsible-btn, #point_of_interest_dialog .item_row .collapsible-btn {
      position: relative;
      right: 0;
      top: 0;
      display: inline-block; }
    #block_suburb_dialog .item_row .collapsible, #point_of_interest_dialog .item_row .collapsible {
      display: inline-block;
      vertical-align: middle;
      margin-left: 5px; }
  #block_suburb_dialog .filter-wrapper span, #point_of_interest_dialog .filter-wrapper span {
    color: #555; }
  #block_suburb_dialog .btSubmit_, #point_of_interest_dialog .btSubmit_ {
    text-align: right;
    margin-top: 30px;
    position: relative; }
    #block_suburb_dialog .btSubmit_ a, #block_suburb_dialog .btSubmit_ input[type="submit"], #point_of_interest_dialog .btSubmit_ a, #point_of_interest_dialog .btSubmit_ input[type="submit"] {
      color: #fff;
      display: inline-block;
      height: 32px;
      line-height: 32px;
      margin-left: 10px;
      text-align: center;
      width: 88px;
      -moz-border-radius: 4px;
      -webkit-border-radius: 4px;
      border-radius: 4px;
      cursor: pointer;
      border: none; }
    #block_suburb_dialog .btSubmit_ .btn-grey, #point_of_interest_dialog .btSubmit_ .btn-grey {
      background: #bcc7cd; }
    #block_suburb_dialog .btSubmit_ .btn-yellow, #point_of_interest_dialog .btSubmit_ .btn-yellow {
      background: #f3da31; }
  #block_suburb_dialog input[type=checkbox].css-checkbox, #point_of_interest_dialog input[type=checkbox].css-checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0; }
  #block_suburb_dialog input[type=checkbox].css-checkbox + label.css-label, #point_of_interest_dialog input[type=checkbox].css-checkbox + label.css-label {
    padding-left: 20px;
    height: 14px;
    display: inline-block;
    line-height: 15px;
    background-repeat: no-repeat;
    background-position: 0 0;
    vertical-align: middle;
    cursor: pointer;
    color: #777; }
  #block_suburb_dialog input[type=checkbox].css-checkbox:checked + label.css-label, #point_of_interest_dialog input[type=checkbox].css-checkbox:checked + label.css-label {
    background-position: 0 -20px; }
  #block_suburb_dialog .css-label, #point_of_interest_dialog .css-label {
    background-image: url(../images/checkbox.png); }

#search-unit-dialog .ms-options-wrap > button > span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 20px; }

#point_of_interest_dialog {
  width: 700px;
  padding: 30px; }
  #point_of_interest_dialog .map {
    height: 400px; }

.tox-notifications-container {
  display: none !important; }

#info-box .form-group {
  margin-bottom: 15px; }
  #info-box .form-group label {
    color: #506470;
    font-size: 13px;
    padding: 0 5px 0 0;
    text-transform: uppercase;
    display: block; }
  #info-box .form-group input {
    color: #555; }
  #info-box .form-group.col-half {
    width: 50%; }
    #info-box .form-group.col-half.left {
      padding-right: 10px; }
    #info-box .form-group.col-half.right {
      padding-left: 10px; }
    #info-box .form-group.col-half input {
      width: 100%; }

#info-box #searchUnit {
  z-index: 99;
  position: relative;
  min-width: 200px;
  margin-bottom: 15px; }

#info-box .txt-right {
  text-align: right; }

#info-box .bt-submit {
  background: #f3da31;
  border: none;
  color: #000;
  display: inline-block;
  font-size: 12px;
  height: 28px;
  line-height: 28px;
  text-align: center;
  text-decoration: none;
  width: 100px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }

@media screen and (max-width: 480px) {
  body {
    overflow-x: hidden; } }

@media print {
  header,
  nav,
  footer {
    display: none; }
  img {
    max-width: 500px; }
  body {
    font: 14pt Georgia, "Times New Roman", Times, serif;
    line-height: 1.3; } }

.animate {
  transition: all 0.5s ease 0s; }

#sidebar {
  background-color: #171717;
  left: 0;
  min-height: 980px;
  padding-top: 40px;
  position: absolute;
  top: 0;
  width: 270px;
  z-index: 999;
  bottom: 0; }
  #sidebar #logo {
    padding-left: 30px; }
  #sidebar #menu-toggle {
    background: url(../images/icon-toogle.png) no-repeat 0 -39px;
    cursor: pointer;
    height: 31px;
    position: absolute;
    right: 18px;
    top: 40px;
    width: 31px; }
  #sidebar #side-nav h2 {
    color: #575757;
    font-size: 12px;
    padding: 45px 0 15px 35px; }
  #sidebar #nav {
    margin: 0;
    padding: 0; }
    #sidebar #nav > li {
      border-left: 2px solid #171717; }
      #sidebar #nav > li:hover {
        background: #1e1e1e;
        border-left: 2px solid #f3da31; }
      #sidebar #nav > li.active {
        background: #f3da31;
        border-left: none; }
        #sidebar #nav > li.active > a {
          color: #000; }
        #sidebar #nav > li.active i.icon_dashboard {
          background-position: -43px -58px; }
        #sidebar #nav > li.active i.icon_passenger {
          background-position: -45px -85px; }
        #sidebar #nav > li.active i.icon_driver {
          background-position: -45px -115px; }
        #sidebar #nav > li.active i.icon_booking {
          background-position: -45px -144px; }
        #sidebar #nav > li.active i.icon_conf {
          background-position: -45px -177px; }
        #sidebar #nav > li.active i.icon_coinconf {
          background-position: -43px -209px; }
        #sidebar #nav > li.active i.icon_coin {
          background-position: -43px -244px; }
        #sidebar #nav > li.active i.icon_user {
          background-position: -43px -314px; }
        #sidebar #nav > li.active i.icon_demand {
          background-position: -43px -281px; }
        #sidebar #nav > li.active i.icon_rating {
          background-position: -43px -350px; }
        #sidebar #nav > li.active i.icon_blacklist {
          background-position: -43px -384px; }
        #sidebar #nav > li.active i.icon_block {
          background-position: -51px -28px; }
        #sidebar #nav > li.active i.icon_dispatch {
          background-position: -43px -418px; }
        #sidebar #nav > li.active i.icon_coinmechanism {
          background-position: -43px -449px; }
        #sidebar #nav > li.active i.icon_coaching {
          background-position: -43px -484px; }
        #sidebar #nav > li.active i.icon_drivercoaching {
          background-position: -43px -519px; }
        #sidebar #nav > li.active .active i.icon_coinconf {
          background-position: 0 -209px; }
        #sidebar #nav > li.active .active i.icon_coin {
          background-position: 0 -244px; }
        #sidebar #nav > li.active .active i.icon_demand {
          background-position: 0 -281px; }
        #sidebar #nav > li.active .active i.icon_dispatch {
          background-position: 0 -418px; }
        #sidebar #nav > li.active .active i.icon_coinmechanism {
          background-position: 0 -449px; }
      #sidebar #nav > li.active .submenu {
        display: block; }
      #sidebar #nav > li .submenu {
        padding: 10px 0 10px 20px;
        background: #1e1e1e; }
        #sidebar #nav > li .submenu li a {
          padding: 10px 0 10px 40px; }
        #sidebar #nav > li .submenu.subblock li a {
          padding-left: 55px; }
    #sidebar #nav li {
      display: block;
      position: relative; }
      #sidebar #nav li a {
        color: #fff;
        display: block;
        font-size: 14px;
        font-weight: normal;
        padding: 15px 0 15px 40px;
        position: relative;
        text-decoration: none;
        z-index: 1; }
        #sidebar #nav li a span {
          display: inline-block;
          vertical-align: middle; }
      #sidebar #nav li i {
        background: url(../images/icon-menu.png) no-repeat;
        width: 30px;
        height: 28px;
        display: inline-block;
        vertical-align: middle; }
        #sidebar #nav li i.icon_dashboard {
          background-position: 0 3px; }
        #sidebar #nav li i.icon_dashboard1 {
          background-position: 0 -28px; }
        #sidebar #nav li i.icon_passenger {
          background-position: 0 -85px; }
        #sidebar #nav li i.icon_driver {
          background-position: 0 -115px; }
        #sidebar #nav li i.icon_booking {
          background-position: 0 -144px; }
        #sidebar #nav li i.icon_conf {
          background-position: 0 -177px; }
        #sidebar #nav li i.icon_user {
          background-position: 0 -314px; }
        #sidebar #nav li i.icon_rating {
          background-position: 0 -350px; }
        #sidebar #nav li i.icon_blacklist {
          background-position: 0 -384px; }
        #sidebar #nav li i.icon_block {
          background-position: -51px 0; }
        #sidebar #nav li i.icon_coaching {
          background-position: 0 -484px; }
        #sidebar #nav li i.icon_drivercoaching {
          background-position: 0 -519px; }
      #sidebar #nav li .submenu {
        display: none; }
        #sidebar #nav li .submenu a span {
          opacity: 0.3; }
      #sidebar #nav li.active > a span, #sidebar #nav li:hover > a span {
        opacity: 1; }
      #sidebar #nav li.active > a i.icon_dashboard1, #sidebar #nav li:hover > a i.icon_dashboard1 {
        background-position: 0 -57px; }
      #sidebar #nav li a.active span {
        opacity: 1; }

body {
  position: relative; }
  body.menu-expanded #sidebar {
    width: 70px; }
    body.menu-expanded #sidebar #menu-toggle {
      background-position: center 0;
      left: 0;
      right: 0;
      width: 100%; }
    body.menu-expanded #sidebar #nav > li > a span {
      display: none; }
    body.menu-expanded #sidebar #nav li a {
      padding: 15px 0 15px 20px; }
    body.menu-expanded #sidebar #nav li .submenu {
      background: #1E1E1E;
      left: 68px;
      position: absolute;
      top: 0;
      z-index: 9999;
      min-width: 240px;
      padding: 10px 0; }
  body.menu-expanded #logo {
    display: none; }
  body.menu-expanded #side-nav .title {
    visibility: hidden; }

.has-sidbar .tipsy {
  display: none !important; }

.tipsy {
  font-size: 10px;
  position: absolute;
  padding: 5px;
  z-index: 100000; }

.tipsy-inner {
  background-color: #000;
  color: #FFF;
  max-width: 200px;
  padding: 5px 8px 4px 8px;
  text-align: center; }

/* Rounded corners */
.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px; }

/* Uncomment for shadow */
/*.tipsy-inner { box-shadow: 0 0 5px #000000; -webkit-box-shadow: 0 0 5px #000000; -moz-box-shadow: 0 0 5px #000000; }*/
.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000; }

/* Rules to colour arrows */
.tipsy-arrow-n {
  border-bottom-color: #000; }

.tipsy-arrow-s {
  border-top-color: #000; }

.tipsy-arrow-e {
  border-left-color: #000; }

.tipsy-arrow-w {
  border-right-color: #000; }

.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent; }

.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent; }

.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent; }

#topbar {
  position: absolute;
  right: 0;
  top: 0; }
  #topbar a {
    color: #acacac;
    text-decoration: none; }
  #topbar .dropdown-toggle {
    display: block;
    height: 32px; }
  #topbar .icon_user {
    display: inline-block;
    height: 31px;
    vertical-align: middle;
    width: 31px;
    background: #f3da31;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px; }
  #topbar .user_login {
    float: right;
    margin-right: 25px;
    margin-top: 25px; }
  #topbar .dropdown-menu {
    transition: all 0.5s ease 0s;
    background-clip: padding-box;
    background-color: #ffffff;
    border: 1px solid #e7ecee;
    border-radius: 8px;
    box-sizing: border-box;
    margin-top: 5px;
    position: absolute;
    width: 230px;
    z-index: 1;
    right: 25px;
    display: none; }
    #topbar .dropdown-menu.open {
      display: block; }
    #topbar .dropdown-menu li {
      border-bottom: 1px solid #e7ecee;
      color: #506470;
      font-size: 12px;
      padding: 16px 20px; }
      #topbar .dropdown-menu li span {
        color: #f3da31;
        display: block; }
  #topbar .btn_ {
    height: 33px;
    line-height: 33px;
    text-decoration: none;
    width: 49%;
    color: #fff;
    display: inline-block;
    text-align: center;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px; }
    #topbar .btn_:hover {
      opacity: 0.8; }
  #topbar .btn-orange {
    background: #ef8748; }
  #topbar .btn-yellow {
    background: #f3da31; }

#userrole-select {
  width: 70%;
  padding: 5px;
  border-color: #ccc;
  border-radius: 5px;
  margin-left: 10px; }
