@charset "UTF-8";
/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* font for emphasis */
/* button color for primary button */
/* equal to 14px */
hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #ddd;
}

/*New variables G*/
/*Bootstrap_Select*/
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* @import "bootstrap/print"; */
/*@import "bootstrap/glyphicons"; */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  /* font-family: $font-family-base;*/
  font-size: 14px;
  line-height: 1.42857;
  color: #333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #008bcf;
  text-decoration: none;
}
a:hover, a:focus {
  color: #008bcf;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

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

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #999;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}
h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 24px;
}

h3, .h3 {
  font-size: 21px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}
@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #999;
}

.text-primary {
  color: #008bcf;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #00699c;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #008bcf;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #00699c;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

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

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.42857;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}
.dl-horizontal dd:after {
  clear: both;
}
@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #999;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857;
  color: #999;
}
blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eee;
  border-left: 0;
  text-align: right;
}
.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}
.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.42857;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 3px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.42857;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 3px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container:before, .container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1195px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}
.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row:before, .row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 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, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.33333%;
}

.col-xs-2 {
  width: 16.66667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.33333%;
}

.col-xs-5 {
  width: 41.66667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.33333%;
}

.col-xs-8 {
  width: 66.66667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.33333%;
}

.col-xs-11 {
  width: 91.66667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.33333%;
}

.col-xs-pull-2 {
  right: 16.66667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.33333%;
}

.col-xs-pull-5 {
  right: 41.66667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.33333%;
}

.col-xs-pull-8 {
  right: 66.66667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.33333%;
}

.col-xs-pull-11 {
  right: 91.66667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.33333%;
}

.col-xs-push-2 {
  left: 16.66667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.33333%;
}

.col-xs-push-5 {
  left: 41.66667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.33333%;
}

.col-xs-push-8 {
  left: 66.66667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.33333%;
}

.col-xs-push-11 {
  left: 91.66667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }

  .col-sm-1 {
    width: 8.33333%;
  }

  .col-sm-2 {
    width: 16.66667%;
  }

  .col-sm-3 {
    width: 25%;
  }

  .col-sm-4 {
    width: 33.33333%;
  }

  .col-sm-5 {
    width: 41.66667%;
  }

  .col-sm-6 {
    width: 50%;
  }

  .col-sm-7 {
    width: 58.33333%;
  }

  .col-sm-8 {
    width: 66.66667%;
  }

  .col-sm-9 {
    width: 75%;
  }

  .col-sm-10 {
    width: 83.33333%;
  }

  .col-sm-11 {
    width: 91.66667%;
  }

  .col-sm-12 {
    width: 100%;
  }

  .col-sm-pull-0 {
    right: auto;
  }

  .col-sm-pull-1 {
    right: 8.33333%;
  }

  .col-sm-pull-2 {
    right: 16.66667%;
  }

  .col-sm-pull-3 {
    right: 25%;
  }

  .col-sm-pull-4 {
    right: 33.33333%;
  }

  .col-sm-pull-5 {
    right: 41.66667%;
  }

  .col-sm-pull-6 {
    right: 50%;
  }

  .col-sm-pull-7 {
    right: 58.33333%;
  }

  .col-sm-pull-8 {
    right: 66.66667%;
  }

  .col-sm-pull-9 {
    right: 75%;
  }

  .col-sm-pull-10 {
    right: 83.33333%;
  }

  .col-sm-pull-11 {
    right: 91.66667%;
  }

  .col-sm-pull-12 {
    right: 100%;
  }

  .col-sm-push-0 {
    left: auto;
  }

  .col-sm-push-1 {
    left: 8.33333%;
  }

  .col-sm-push-2 {
    left: 16.66667%;
  }

  .col-sm-push-3 {
    left: 25%;
  }

  .col-sm-push-4 {
    left: 33.33333%;
  }

  .col-sm-push-5 {
    left: 41.66667%;
  }

  .col-sm-push-6 {
    left: 50%;
  }

  .col-sm-push-7 {
    left: 58.33333%;
  }

  .col-sm-push-8 {
    left: 66.66667%;
  }

  .col-sm-push-9 {
    left: 75%;
  }

  .col-sm-push-10 {
    left: 83.33333%;
  }

  .col-sm-push-11 {
    left: 91.66667%;
  }

  .col-sm-push-12 {
    left: 100%;
  }

  .col-sm-offset-0 {
    margin-left: 0%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }

  .col-sm-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 992px) {
  .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 {
    float: left;
  }

  .col-md-1 {
    width: 8.33333%;
  }

  .col-md-2 {
    width: 16.66667%;
  }

  .col-md-3 {
    width: 25%;
  }

  .col-md-4 {
    width: 33.33333%;
  }

  .col-md-5 {
    width: 41.66667%;
  }

  .col-md-6 {
    width: 50%;
  }

  .col-md-7 {
    width: 58.33333%;
  }

  .col-md-8 {
    width: 66.66667%;
  }

  .col-md-9 {
    width: 75%;
  }

  .col-md-10 {
    width: 83.33333%;
  }

  .col-md-11 {
    width: 91.66667%;
  }

  .col-md-12 {
    width: 100%;
  }

  .col-md-pull-0 {
    right: auto;
  }

  .col-md-pull-1 {
    right: 8.33333%;
  }

  .col-md-pull-2 {
    right: 16.66667%;
  }

  .col-md-pull-3 {
    right: 25%;
  }

  .col-md-pull-4 {
    right: 33.33333%;
  }

  .col-md-pull-5 {
    right: 41.66667%;
  }

  .col-md-pull-6 {
    right: 50%;
  }

  .col-md-pull-7 {
    right: 58.33333%;
  }

  .col-md-pull-8 {
    right: 66.66667%;
  }

  .col-md-pull-9 {
    right: 75%;
  }

  .col-md-pull-10 {
    right: 83.33333%;
  }

  .col-md-pull-11 {
    right: 91.66667%;
  }

  .col-md-pull-12 {
    right: 100%;
  }

  .col-md-push-0 {
    left: auto;
  }

  .col-md-push-1 {
    left: 8.33333%;
  }

  .col-md-push-2 {
    left: 16.66667%;
  }

  .col-md-push-3 {
    left: 25%;
  }

  .col-md-push-4 {
    left: 33.33333%;
  }

  .col-md-push-5 {
    left: 41.66667%;
  }

  .col-md-push-6 {
    left: 50%;
  }

  .col-md-push-7 {
    left: 58.33333%;
  }

  .col-md-push-8 {
    left: 66.66667%;
  }

  .col-md-push-9 {
    left: 75%;
  }

  .col-md-push-10 {
    left: 83.33333%;
  }

  .col-md-push-11 {
    left: 91.66667%;
  }

  .col-md-push-12 {
    left: 100%;
  }

  .col-md-offset-0 {
    margin-left: 0%;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }

  .col-md-offset-12 {
    margin-left: 100%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }

  .col-lg-1 {
    width: 8.33333%;
  }

  .col-lg-2 {
    width: 16.66667%;
  }

  .col-lg-3 {
    width: 25%;
  }

  .col-lg-4 {
    width: 33.33333%;
  }

  .col-lg-5 {
    width: 41.66667%;
  }

  .col-lg-6 {
    width: 50%;
  }

  .col-lg-7 {
    width: 58.33333%;
  }

  .col-lg-8 {
    width: 66.66667%;
  }

  .col-lg-9 {
    width: 75%;
  }

  .col-lg-10 {
    width: 83.33333%;
  }

  .col-lg-11 {
    width: 91.66667%;
  }

  .col-lg-12 {
    width: 100%;
  }

  .col-lg-pull-0 {
    right: auto;
  }

  .col-lg-pull-1 {
    right: 8.33333%;
  }

  .col-lg-pull-2 {
    right: 16.66667%;
  }

  .col-lg-pull-3 {
    right: 25%;
  }

  .col-lg-pull-4 {
    right: 33.33333%;
  }

  .col-lg-pull-5 {
    right: 41.66667%;
  }

  .col-lg-pull-6 {
    right: 50%;
  }

  .col-lg-pull-7 {
    right: 58.33333%;
  }

  .col-lg-pull-8 {
    right: 66.66667%;
  }

  .col-lg-pull-9 {
    right: 75%;
  }

  .col-lg-pull-10 {
    right: 83.33333%;
  }

  .col-lg-pull-11 {
    right: 91.66667%;
  }

  .col-lg-pull-12 {
    right: 100%;
  }

  .col-lg-push-0 {
    left: auto;
  }

  .col-lg-push-1 {
    left: 8.33333%;
  }

  .col-lg-push-2 {
    left: 16.66667%;
  }

  .col-lg-push-3 {
    left: 25%;
  }

  .col-lg-push-4 {
    left: 33.33333%;
  }

  .col-lg-push-5 {
    left: 41.66667%;
  }

  .col-lg-push-6 {
    left: 50%;
  }

  .col-lg-push-7 {
    left: 58.33333%;
  }

  .col-lg-push-8 {
    left: 66.66667%;
  }

  .col-lg-push-9 {
    left: 75%;
  }

  .col-lg-push-10 {
    left: 83.33333%;
  }

  .col-lg-push-11 {
    left: 91.66667%;
  }

  .col-lg-push-12 {
    left: 100%;
  }

  .col-lg-offset-0 {
    margin-left: 0%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }

  .col-lg-offset-12 {
    margin-left: 100%;
  }
}
table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #999;
  text-align: left;
}

th {
  text-align: left;
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857;
  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 > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > th,
.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 > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > th,
.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-of-type(odd) {
  background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .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 > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th: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 > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 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;
  max-width: 100%;
  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;
}

input[type="range"] {
  display: block;
  width: 100%;
}

select[multiple],
select[size] {
  height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #666;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #666;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 3px;
  -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 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control: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::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #999;
}
.form-control::-webkit-input-placeholder {
  color: #999;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
.form-control[disabled], fieldset[disabled] .form-control {
  cursor: not-allowed;
}

textarea.form-control {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px;
  }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px;
  }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px;
  }
}
.form-group {
  margin-bottom: 15px;
}

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 20px;
  padding-left: 20px;
  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"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed;
}

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px;
}
.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
  padding-left: 0;
  padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.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-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px;
}
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto;
}

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px;
}
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333;
}

.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 42.5px;
}

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d;
}
.has-success .form-control {
  border-color: #3c763d;
  -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 {
  border-color: #2b542c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b;
}
.has-warning .form-control {
  border-color: #8a6d3b;
  -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 {
  border-color: #66512c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
  -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 {
  border-color: #843534;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
  top: 25px;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 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 {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
.form-horizontal .form-group:before, .form-horizontal .form-group:after {
  content: " ";
  display: table;
}
.form-horizontal .form-group:after {
  clear: both;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.33333px;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover, .btn:focus, .btn.focus {
  color: #008bcf;
  text-decoration: none;
}
.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  -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 {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.btn.disabled, fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #008bcf;
  background-color: white;
  border-color: #008bcf;
}
.btn-default:focus, .btn-default.focus {
  color: #008bcf;
  background-color: #cceeff;
  border-color: #003550;
}
.btn-default:hover {
  color: #008bcf;
  background-color: #cceeff;
  border-color: #006292;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  color: #008bcf;
  background-color: #cceeff;
  border-color: #006292;
}
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus {
  color: #008bcf;
  background-color: #a8e3ff;
  border-color: #003550;
}
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle {
  background-image: none;
}
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active {
  background-color: white;
  border-color: #008bcf;
}
.btn-default .badge {
  color: white;
  background-color: #008bcf;
}

.btn-primary {
  color: #ffffff;
  background-color: #008bcf;
  border-color: #008bcf;
}
.btn-primary:focus, .btn-primary.focus {
  color: #ffffff;
  background-color: #00699c;
  border-color: #003550;
}
.btn-primary:hover {
  color: #ffffff;
  background-color: #00699c;
  border-color: #006292;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  color: #ffffff;
  background-color: #00699c;
  border-color: #006292;
}
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus {
  color: #ffffff;
  background-color: #005178;
  border-color: #003550;
}
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle {
  background-image: none;
}
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active {
  background-color: #008bcf;
  border-color: #008bcf;
}
.btn-primary .badge {
  color: #008bcf;
  background-color: #ffffff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}
.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle {
  background-image: none;
}
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle {
  background-image: none;
}
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle {
  background-image: none;
}
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}
.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle {
  background-image: none;
}
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #008bcf;
  font-weight: normal;
  border-radius: 0;
}
.btn-link, .btn-link:active, .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: #008bcf;
  text-decoration: underline;
  background-color: transparent;
}
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
  color: #999;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.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 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.in {
  display: block;
}

tr.collapse.in {
  display: table-row;
}

tbody.collapse.in {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

.dropup,
.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;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 3px;
  -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.42857;
  color: #333;
  white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  text-decoration: none;
  color: #262626;
  background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #008bcf;
}

.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;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  cursor: not-allowed;
}

.open > .dropdown-menu {
  display: block;
}
.open > a {
  outline: 0;
}

.dropdown-menu-right {
  left: auto;
  right: 0;
}

.dropdown-menu-left {
  left: 0;
  right: auto;
}

.dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857;
  color: #999;
  white-space: nowrap;
}

.dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}

.pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9;
  content: "";
}
.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}

@media (min-width: 768px) {
  .navbar-right .dropdown-menu {
    right: 0;
    left: auto;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.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 > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
  z-index: 2;
}

.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 {
  margin-left: -5px;
}
.btn-toolbar:before, .btn-toolbar:after {
  content: " ";
  display: table;
}
.btn-toolbar:after {
  clear: both;
}
.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
  float: left;
}
.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-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-bottom-right-radius: 0;
  border-top-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:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-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 > .btn + .dropdown-toggle {
  padding-left: 8px;
  padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
  padding-left: 12px;
  padding-right: 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-group.open .dropdown-toggle.btn-link {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn .caret {
  margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
  border-width: 5px 5px 0;
  border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
  border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
  display: block;
  float: none;
  width: 100%;
  max-width: 100%;
}
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
  content: " ";
  display: table;
}
.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: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-bottom-left-radius: 3px;
  border-top-right-radius: 0;
  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:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.btn-group-justified {
  display: table;
  width: 100%;
  table-layout: fixed;
  border-collapse: separate;
}
.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
  float: none;
  display: table-cell;
  width: 1%;
}
.btn-group-justified > .btn-group .btn {
  width: 100%;
}
.btn-group-justified > .btn-group .dropdown-menu {
  left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}

.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group[class*="col-"] {
  float: none;
  padding-left: 0;
  padding-right: 0;
}
.input-group .form-control {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  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) {
  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;
  color: #666;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}
.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
  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-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

.input-group-addon:first-child {
  border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

.input-group-addon:last-child {
  border-left: 0;
}

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
}
.input-group-btn > .btn {
  position: relative;
}
.input-group-btn > .btn + .btn {
  margin-left: -1px;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
  z-index: 2;
}
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
  margin-right: -1px;
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 2;
  margin-left: -1px;
}

.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav:before, .nav:after {
  content: " ";
  display: table;
}
.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;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eee;
  border-color: #008bcf;
}
.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.42857;
  border: 1px solid transparent;
  border-radius: 3px 3px 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: #666;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}
.nav-pills > li > a {
  border-radius: 3px;
}
.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: #008bcf;
}

.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
  width: 100%;
}
.nav-justified > li, .nav-tabs.nav-justified > li {
  float: none;
}
.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li, .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 3px;
}
.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 3px 3px 0 0;
  }
  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #fff;
  }
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active {
  display: block;
}

.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.navbar:before, .navbar:after {
  content: " ";
  display: table;
}
.navbar:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar {
    border-radius: 3px;
  }
}

.navbar-header:before, .navbar-header:after {
  content: " ";
  display: table;
}
.navbar-header:after {
  clear: both;
}
@media (min-width: 768px) {
  .navbar-header {
    float: left;
  }
}

.navbar-collapse {
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  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 {
  content: " ";
  display: table;
}
.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-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-device-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}

.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
  margin-right: -15px;
  margin-left: -15px;
}
@media (min-width: 768px) {
  .container > .navbar-header,
  .container > .navbar-collapse,
  .container-fluid > .navbar-header,
  .container-fluid > .navbar-collapse {
    margin-right: 0;
    margin-left: 0;
  }
}

.navbar-static-top {
  z-index: 1000;
  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;
  z-index: 1030;
}
@media (min-width: 768px) {
  .navbar-fixed-top,
  .navbar-fixed-bottom {
    border-radius: 0;
  }
}

.navbar-fixed-top {
  top: 0;
  border-width: 0 0 1px;
}

.navbar-fixed-bottom {
  bottom: 0;
  margin-bottom: 0;
  border-width: 1px 0 0;
}

.navbar-brand {
  float: left;
  padding: 15px 15px;
  font-size: 18px;
  line-height: 20px;
  height: 50px;
}
.navbar-brand:hover, .navbar-brand:focus {
  text-decoration: none;
}
.navbar-brand > img {
  display: block;
}
@media (min-width: 768px) {
  .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
    margin-left: -15px;
  }
}

.navbar-toggle {
  position: relative;
  float: right;
  margin-right: 15px;
  padding: 9px 10px;
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 3px;
}
.navbar-toggle:focus {
  outline: 0;
}
.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;
  }
}

.navbar-form {
  margin-left: -15px;
  margin-right: -15px;
  padding: 10px 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);
  margin-top: 8px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .navbar-form .form-control-static {
    display: inline-block;
  }
  .navbar-form .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .navbar-form .input-group .input-group-addon,
  .navbar-form .input-group .input-group-btn,
  .navbar-form .input-group .form-control {
    width: auto;
  }
  .navbar-form .input-group > .form-control {
    width: 100%;
  }
  .navbar-form .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio,
  .navbar-form .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .navbar-form .radio label,
  .navbar-form .checkbox label {
    padding-left: 0;
  }
  .navbar-form .radio input[type="radio"],
  .navbar-form .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .navbar-form .has-feedback .form-control-feedback {
    top: 0;
  }
}
@media (max-width: 767px) {
  .navbar-form .form-group {
    margin-bottom: 5px;
  }
  .navbar-form .form-group:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .navbar-form {
    width: auto;
    border: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 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 {
  margin-bottom: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.navbar-btn {
  margin-top: 8px;
  margin-bottom: 8px;
}
.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
  margin-top: 10px;
  margin-bottom: 10px;
}
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
  margin-top: 14px;
  margin-bottom: 14px;
}

.navbar-text {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar-text {
    float: left;
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media (min-width: 768px) {
  .navbar-right {
    float: right;
  }
  .navbar-right ~ .navbar-right {
    margin-right: 0;
  }
}
.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: #888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  border-color: #e7e7e7;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #e7e7e7;
  color: #555;
}
@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-default .btn-link {
  color: #777;
}
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
  color: #333;
}
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
  color: #ccc;
}

.navbar-inverse {
  background-color: #124e84;
  border-color: #0c3357;
}
.navbar-inverse .navbar-brand {
  color: white;
}
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}
.navbar-inverse .navbar-text {
  color: #bfbfbf;
}
.navbar-inverse .navbar-nav > li > a {
  color: white;
}
.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: #0f416e;
}
.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: #0e3b65;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #0f416e;
  color: #fff;
}
@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #0c3357;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #0c3357;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: white;
  }
  .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: #0f416e;
  }
  .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: white;
}
.navbar-inverse .navbar-link:hover {
  color: #fff;
}
.navbar-inverse .btn-link {
  color: white;
}
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
  color: #fff;
}
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
  color: #444;
}

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 3px;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}
.breadcrumb > .active {
  color: #999;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 3px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857;
  text-decoration: none;
  color: #008bcf;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 3;
  color: #008bcf;
  background-color: #eee;
  border-color: #ddd;
}
.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  z-index: 2;
  color: #fff;
  background-color: #008bcf;
  border-color: #008bcf;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #999;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
}
.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-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.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-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.pager {
  padding-left: 0;
  margin: 20px 0;
  list-style: none;
  text-align: center;
}
.pager:before, .pager:after {
  content: " ";
  display: table;
}
.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;
  background-color: #fff;
  cursor: not-allowed;
}

/* @import "bootstrap/labels"; */
.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: 100;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #999;
  border-radius: 10px;
}
.badge:empty {
  display: none;
}
.btn .badge {
  position: relative;
  top: -1px;
}
.btn-xs .badge, .btn-group-xs > .btn .badge, .btn-group-xs > .btn .badge {
  top: 0;
  padding: 1px 5px;
}
.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
  color: #008bcf;
  background-color: #fff;
}
.list-group-item > .badge {
  float: right;
}
.list-group-item > .badge + .badge {
  margin-right: 5px;
}
.nav-pills > li > a > .badge {
  margin-left: 3px;
}

a.badge:hover, a.badge:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.jumbotron {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  color: inherit;
  background-color: #eee;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 21px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron, .container-fluid .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron, .container-fluid .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 63px;
  }
}

.thumbnail {
  display: block;
  padding: 4px;
  margin-bottom: 20px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 3px;
  -webkit-transition: border 0.2s ease-in-out;
  -o-transition: border 0.2s ease-in-out;
  transition: border 0.2s ease-in-out;
}
.thumbnail > img,
.thumbnail a > img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  padding: 9px;
  color: #333;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #008bcf;
}

.alert {
  padding: 10px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 3px;
}
.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,
.alert-dismissible {
  padding-right: 30px;
}
.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border-radius: 3px;
  -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;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #008bcf;
  -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 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  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: -o-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,
.progress-bar.active {
  -webkit-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-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: -o-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-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: -o-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;
}
.progress-striped .progress-bar-warning {
  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: -o-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-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: -o-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 {
  margin-top: 15px;
}
.media:first-child {
  margin-top: 0;
}

.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}

.media-body {
  width: 10000px;
}

.media-object {
  display: block;
}
.media-object.img-thumbnail {
  max-width: none;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}

.media-left,
.media > .pull-left {
  padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}

.media-middle {
  vertical-align: middle;
}

.media-bottom {
  vertical-align: bottom;
}

.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

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

.list-group {
  margin-bottom: 20px;
  padding-left: 0;
}

.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: 3px;
  border-top-left-radius: 3px;
}
.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

a.list-group-item,
button.list-group-item {
  color: #555;
}
a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
  color: #333;
}
a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
  text-decoration: none;
  color: #555;
  background-color: #f5f5f5;
}

button.list-group-item {
  width: 100%;
  text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
  background-color: #eee;
  color: #999;
  cursor: not-allowed;
}
.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
  color: inherit;
}
.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
  color: #999;
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #008bcf;
  border-color: #008bcf;
}
.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
  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: #9cdeff;
}

.list-group-item-success {
  color: #3c763d;
  background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
  color: #3c763d;
}
a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
  color: inherit;
}
a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
  color: #3c763d;
  background-color: #d0e9c6;
}
a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
  color: #fff;
  background-color: #3c763d;
  border-color: #3c763d;
}

.list-group-item-info {
  color: #31708f;
  background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
  color: #31708f;
}
a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
  color: inherit;
}
a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
  color: #31708f;
  background-color: #c4e3f3;
}
a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
  color: #fff;
  background-color: #31708f;
  border-color: #31708f;
}

.list-group-item-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
  color: #8a6d3b;
}
a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
  color: inherit;
}
a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
  color: #8a6d3b;
  background-color: #faf2cc;
}
a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
  color: #fff;
  background-color: #8a6d3b;
  border-color: #8a6d3b;
}

.list-group-item-danger {
  color: #a94442;
  background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
  color: #a94442;
}
a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
  color: inherit;
}
a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
  color: #a94442;
  background-color: #ebcccc;
}
a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
  color: #fff;
  background-color: #a94442;
  border-color: #a94442;
}

.list-group-item-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

.list-group-item-text {
  margin-bottom: 0;
  line-height: 1.3;
}

/* @import "bootstrap/panels"; */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}

.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
  padding-bottom: 75%;
}

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 3px;
  -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: 0.2;
  filter: alpha(opacity=20);
}
.close:hover, .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -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;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.42857px;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}
.modal-footer:after {
  clear: both;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }

  .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);
  }

  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "ProximaNova-Regular", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}

.tooltip-inner {
  max-width: 320px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 3px;
  white-space: nowrap;
}

.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-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}
.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "ProximaNova-Regular", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 14px;
  background-color: #fff;
  background-clip: padding-box;
  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);
}
.popover.top {
  margin-top: -10px;
}
.popover.right {
  margin-left: 10px;
}
.popover.bottom {
  margin-top: 10px;
}
.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  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 {
  left: 50%;
  margin-left: -11px;
  border-bottom-width: 0;
  border-top-color: #999999;
  border-top-color: rgba(0, 0, 0, 0.25);
  bottom: -11px;
}
.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-bottom-width: 0;
  border-top-color: #fff;
}
.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-left-width: 0;
  border-right-color: #999999;
  border-right-color: rgba(0, 0, 0, 0.25);
}
.popover.right > .arrow:after {
  content: " ";
  left: 1px;
  bottom: -10px;
  border-left-width: 0;
  border-right-color: #fff;
}
.popover.bottom > .arrow {
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
  top: -11px;
}
.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}
.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999999;
  border-left-color: rgba(0, 0, 0, 0.25);
}
.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  border-right-width: 0;
  border-left-color: #fff;
  bottom: -10px;
}

.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.carousel-inner > .item {
  display: none;
  position: relative;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
  line-height: 1;
}
@media all and (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    left: 0;
  }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
.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;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 0.5;
  filter: alpha(opacity=50);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}
.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
  background-image: -o-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 {
  left: auto;
  right: 0;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
  background-image: -o-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 {
  outline: 0;
  color: #fff;
  text-decoration: none;
  opacity: 0.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%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}
.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  line-height: 1;
  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%;
  margin-left: -30%;
  padding-left: 0;
  list-style: none;
  text-align: center;
}
.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  border: 1px solid #fff;
  border-radius: 10px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: transparent;
}
.carousel-indicators .active {
  margin: 0;
  width: 12px;
  height: 12px;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  left: 15%;
  right: 15%;
  bottom: 20px;
  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 .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -15px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -15px;
  }

  .carousel-caption {
    left: 20%;
    right: 20%;
    padding-bottom: 30px;
  }

  .carousel-indicators {
    bottom: 20px;
  }
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.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;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}
.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table !important;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table !important;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table !important;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table !important;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table !important;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*
  Icon Font: jobs-icons
*/
@font-face {
  font-family: "jobs-icons";
  src: url('https://teja10.kuikr.com/css/jobs/font-icons/jobs-icons.1548920924.eot');
  src: url('https://teja10.kuikr.com/css/jobs/font-icons/jobs-icons.1548920924.eot&#iefix') format("embedded-opentype"),
  url('https://teja10.kuikr.com/css/jobs/font-icons/jobs-icons.1548920924.woff') format("woff"),
  url('https://teja10.kuikr.com/css/jobs/font-icons/jobs-icons.1548920924.ttf') format("truetype");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  content: attr(data-icon);
}

[data-icon]:before { content: attr(data-icon); }

[data-icon]:before,
.icon-apple-store-icon:before,
.icon-arrows_down:before,
.icon-arrows_hamburger-2:before,
.icon-arrows_left:before,
.icon-arrows_remove:before,
.icon-arrows_right:before,
.icon-arrows_up:before,
.icon-attach:before,
.icon-basic-call:before,
.icon-basic_exclamation:before,
.icon-basic_geolocalize-01:before,
.icon-basic_home:before,
.icon-basic_magnifier:before,
.icon-basic_trashcan:before,
.icon-basic_upload:before,
.icon-boost_your_profile:before,
.icon-briefcase:before,
.icon-bvl:before,
.icon-calendar:before,
.icon-cart:before,
.icon-clock:before,
.icon-companies_get_sms:before,
.icon-company:before,
.icon-contact_details:before,
.icon-curved-arrow:before,
.icon-customer_care:before,
.icon-electrician:before,
.icon-email:before,
.icon-employer:before,
.icon-facebook-logo:before,
.icon-female:before,
.icon-filter:before,
.icon-full_time:before,
.icon-googleplus-logo:before,
.icon-government_job:before,
.icon-govt-id-verified:before,
.icon-highlighted_profile:before,
.icon-hr:before,
.icon-international:before,
.icon-international_job:before,
.icon-internship:before,
.icon-job_type:before,
.icon-jobseeker:before,
.icon-legal:before,
.icon-like:before,
.icon-linkedin:before,
.icon-male:before,
.icon-mobile_phone:before,
.icon-national:before,
.icon-online_safety:before,
.icon-order_history:before,
.icon-part_time:before,
.icon-play-store-icon:before,
.icon-premium_job_apply:before,
.icon-profiles:before,
.icon-qa:before,
.icon-refresh:before,
.icon-right_arrow:before,
.icon-rupee-symbol:before,
.icon-salary:before,
.icon-share:before,
.icon-sms:before,
.icon-star_filled:before,
.icon-tick:before,
.icon-top_profile:before,
.icon-track-application:before,
.icon-tweet:before,
.icon-user:before,
.icon-user1:before,
.icon-verified_id:before,
.icon-warning:before,
.icon-whatsapp-logo:before,
.icon-windows-store-icon:before,
.icon-work_from_home:before {
  display: inline-block;
  font-family: "jobs-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

.icon-apple-store-icon:before { content: "\f100"; }
.icon-arrows_down:before { content: "\f102"; }
.icon-arrows_hamburger-2:before { content: "\f103"; }
.icon-arrows_left:before { content: "\f104"; }
.icon-arrows_remove:before { content: "\f105"; }
.icon-arrows_right:before { content: "\f106"; }
.icon-arrows_up:before { content: "\f107"; }
.icon-attach:before { content: "\f15e"; }
.icon-basic-call:before { content: "\f108"; }
.icon-basic_exclamation:before { content: "\f149"; }
.icon-basic_geolocalize-01:before { content: "\f10b"; }
.icon-basic_home:before { content: "\f10c"; }
.icon-basic_magnifier:before { content: "\f10d"; }
.icon-basic_trashcan:before { content: "\f158"; }
.icon-basic_upload:before { content: "\f112"; }
.icon-boost_your_profile:before { content: "\f161"; }
.icon-briefcase:before { content: "\f154"; }
.icon-bvl:before { content: "\f155"; }
.icon-calendar:before { content: "\f114"; }
.icon-cart:before { content: "\f15d"; }
.icon-clock:before { content: "\f133"; }
.icon-companies_get_sms:before { content: "\f162"; }
.icon-company:before { content: "\f14a"; }
.icon-contact_details:before { content: "\f144"; }
.icon-curved-arrow:before { content: "\f153"; }
.icon-customer_care:before { content: "\f163"; }
.icon-electrician:before { content: "\f16c"; }
.icon-email:before { content: "\f170"; }
.icon-employer:before { content: "\f117"; }
.icon-facebook-logo:before { content: "\f14c"; }
.icon-female:before { content: "\f159"; }
.icon-filter:before { content: "\f119"; }
.icon-full_time:before { content: "\f11b"; }
.icon-googleplus-logo:before { content: "\f14d"; }
.icon-government_job:before { content: "\f11c"; }
.icon-govt-id-verified:before { content: "\f171"; }
.icon-highlighted_profile:before { content: "\f164"; }
.icon-hr:before { content: "\f160"; }
.icon-international:before { content: "\f11d"; }
.icon-international_job:before { content: "\f11e"; }
.icon-internship:before { content: "\f130"; }
.icon-job_type:before { content: "\f11f"; }
.icon-jobseeker:before { content: "\f16d"; }
.icon-legal:before { content: "\f15f"; }
.icon-like:before { content: "\f152"; }
.icon-linkedin:before { content: "\f14e"; }
.icon-male:before { content: "\f15b"; }
.icon-mobile_phone:before { content: "\f14b"; }
.icon-national:before { content: "\f121"; }
.icon-online_safety:before { content: "\f166"; }
.icon-order_history:before { content: "\f167"; }
.icon-part_time:before { content: "\f142"; }
.icon-play-store-icon:before { content: "\f122"; }
.icon-premium_job_apply:before { content: "\f168"; }
.icon-profiles:before { content: "\f145"; }
.icon-qa:before { content: "\f16e"; }
.icon-refresh:before { content: "\f124"; }
.icon-right_arrow:before { content: "\f125"; }
.icon-rupee-symbol:before { content: "\f126"; }
.icon-salary:before { content: "\f16f"; }
.icon-share:before { content: "\f151"; }
.icon-sms:before { content: "\f146"; }
.icon-star_filled:before { content: "\f128"; }
.icon-tick:before { content: "\f129"; }
.icon-top_profile:before { content: "\f169"; }
.icon-track-application:before { content: "\f172"; }
.icon-tweet:before { content: "\f14f"; }
.icon-user:before { content: "\f147"; }
.icon-user1:before { content: "\f148"; }
.icon-verified_id:before { content: "\f16b"; }
.icon-warning:before { content: "\f13d"; }
.icon-whatsapp-logo:before { content: "\f150"; }
.icon-windows-store-icon:before { content: "\f12a"; }
.icon-work_from_home:before { content: "\f143"; }

/* font for emphasis */
/* button color for primary button */
/* equal to 14px */
hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #ddd;
}

/*New variables G*/
/*Bootstrap_Select*/
@media (min-width: 1024px) {
  @font-face {
    font-family: 'ProximaNova-Regular';
    src: url("/css/font/proxima-nova/2E7201_1_0.eot");
    src: url("/css/font/proxima-nova/2E7201_1_0.eot?#iefix") format("embedded-opentype"), url("/css/font/proxima-nova/2E7201_1_0.woff") format("woff"), url("/css/font/proxima-nova/2E7201_1_0.woff2") format("woff2"), url("/css/font/proxima-nova/2E7201_1_0.ttf") format("truetype"), url("/css/font/proxima-nova/2E7201_1_0.svg#wf") format("svg");
  }
}
.custom-input button {
  font-size: 18px;
}

.saftyBannerContainer{
  display: flex;
  padding: 0 !important;
  background-color: #fff;
  border-radius: 3px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.saftyBannerContainer .blueSideDesign{
  display: inline-block;
  padding: 0 !important;
  margin: 15px 20px 0px 0px;
  border-left: 5px solid #018BCF;
  height: 25px;
}
.saftyBannerContainer .content{
  display: inline-block;
  flex-grow: 3;
  padding: 27px 20px 27px 40px;
  margin: 0;
}
.saftyBannerContainer .content .saftyHeading{
  font-size: 16px;
  font-weight: bold;
  padding: 0;
  margin: 0;
  margin-bottom: 5px;
}
.saftyBannerContainer .content .saftyMessage{
  padding: 0;
  margin: 0;
  color: darkgray;
  font-weight: 600;
}
.saftyBannerContainer .button-container{
  flex-grow: 2;
  align-self: center;
  padding-right: 20px;
  min-width: -moz-fit-content;
  min-width: fit-content;
}
.saftyBannerContainer .button-container .knowMoreButton{
  display: inline-block;
  border: 2px solid #008bcf;
  color: #018BCF;
  border-radius: 3px;
  padding: 5px 20px;
  font-weight: 600;
}
.saftyBannerContainer .button-container .knowMoreButton:hover{
  background-color: #018BCF;
  color: white;
}

.display-contents{
  display: contents;
}
.topnavserch {
  /* height:34px; top:-3px;*/
  /*.SelectRole{height: 38px;}*/
}
.topnavserch .SelectCity {
  float: left;
  margin: 8px 5px 0px 0px;
}
.topnavserch .SelectCity .top-selectcity {
  float: right;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px 16px 0px 10px;
  white-space: nowrap;
}
.topnavserch .selecthome button {
  font-size: 0.9em !important;
  border-right: 1px solid #787573;
  height: 32px !important;
  margin-right: 10px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0 !important;
  border: none;
  color: white !important;
}

.radius div button {
  border-top-left-radius: 30px !important;
  border-bottom-left-radius: 30px !important;
  padding-left: 20px;
}

.radius1 div button {
  border-left: 3px solid #273343 !important;
}

.selecthome {
  width: 100% !important;
}
.selecthome button {
  width: 100% !important;
  background: white !important;
  color: #666666 !important;
  height: 40px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.selecthome .dropdown-menu {
  box-shadow: none !important;
  border-radius: 0;
  margin-top: -2px;
  border-top: none;
  padding: 5px 0 0 !important;
}
.selecthome .bs-searchbox input {
  margin-bottom: 10px;
}

.bs-searchbox {
  padding: 4px 8px;
}
.bs-searchbox .form-control {
  margin-bottom: 0;
  width: 100%;
}
.bs-searchbox + .bs-actionsbox {
  padding: 0 8px 4px;
}

.bs-actionsbox {
  padding: 4px 8px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-actionsbox .btn-group button {
  width: 50%;
}

.bs-donebutton {
  padding: 4px 8px;
  float: left;
  width: 100%;
  box-sizing: border-box;
}
.bs-donebutton .btn-group button {
  width: 100%;
}

select.bs-select-hidden {
  display: none !important;
}
select.selectpicker {
  display: none !important;
}
select.mobile-device {
  position: absolute !important;
  top: 0;
  left: 0;
  display: block !important;
  width: 100%;
  height: 100% !important;
  opacity: 0;
}

/* Landscape phones and portrait tablets */
/* font for emphasis */
/* button color for primary button */
/* equal to 14px */
hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #ddd;
}

/*New variables G*/
/*Bootstrap_Select*/
@media (max-width: 767px) {
  .loader {
    top: 10px !important;
    margin: 35px auto !important;
    height: 30px;
    width: 30px;
  }

  .visible-xs.appchcll .loader {
    margin: auto !important;
    top: 0 !important;
  }

  .search-filters-sort-by .dropdown-menu > li > a {
    font-size: 12px;
  }

  .qu-gost-img {
    height: 75px !important;
  }

  .quikr-mob-clearfix {
    clear: both;
  }

  .apply-btton[disabled] {
    background: #999999 !important;
    opacity: 1 !important;
    border: 1px solid #999999 !important;
  }

  .thank-f-a {
    text-align: right;
  }

  .brand-img {
    margin-top: 2px !important;
  }

  .WithoutBreadcrumbs {
    padding-top: 0px !important;
  }

  .SelectRole {
    margin-bottom: -2px;
  }

  .SelectCity {
    margin-bottom: 20px;
  }

  .selecthome button {
    height: 50px;
  }

  .searchbutton {
    height: 50px !important;
    line-height: 40px !important;
  }

  .quichat {
    margin: 0px !important;
    padding: 4px 15px;
  }

  h2 {
    font-size: 18px !important;
  }

  .driverjob .posted {
    width: 100%;
    float: left !important;
    margin: 10px 0px 0px !important;
  }

  .infosection table {
    border: none;
  }
  .infosection .appchcll {
    bottom: -2px;
    margin-top: 60px;
    position: fixed;
    left: 0;
    z-index: 1;
    width: 100%;
    margin-top: 10px;
  }

  .partiton {
    padding-bottom: 0px !important;
  }

  .search-apply .sticky-ads {
    position: static !important;
  }

  /* SnB select your city start */
  .head-right-nav .icon-basic_geolocalize-01 {
    visibility: visible;
    position: relative;
    top: 0px;
  }
}
@media (max-width: 767px) {
  .container .top-roles .role-column:nth-child(n + 38) {
    border-bottom: 1px solid #eee;
  }

  .container .top-roles .role-column:last-child {
    border-bottom: none;
  }

  .qr-ad {
    margin: 20px 0 0 0 !important;
    padding: 0 !important;
  }

  .Ticketing-Experts {
    background: none !important;
    border: none !important;
    padding: 0px !important;
  }

  /*	.close-form2{width:99%; }*/
  .icon-basic_hamburger {
    top: 0 !important;
  }

  /*.search-row button,
  select.price-range-mobile,
  .autocomplete-input {
      width: 100% !important;
      border-radius: 3px !important;
  }*/
  .page-title {
    font-size: 34px !important;
    margin-bottom: 0px !important;
  }

  .search-icon {
    width: 18% !important;
    font-size: 16px !important;
    padding-top: 10px !important;
  }

  .custom-input {
    width: 100% !important;
    margin: 15px auto !important;
    border: none !important;
  }

  .quikr-alert {
    margin-top: 30px !important;
    position: relative;
    top: 8px;
  }

  .row-color-white {
    padding-bottom: 25px !important;
  }

  .row-color-white a {
    height: 30px !important;
  }

  .feature-popular {
    font-size: 24px !important;
    text-align: center;
    padding-top: 0px !important;
    margin-top: 0px !important;
  }

  .row-color-white p {
    text-align: center;
  }

  .thankyou {
    font-size: 25px !important;
  }

  .got-job {
    font-size: 25px !important;
  }

  .background-white {
    height: 205px !important;
    margin-left: 4% !important;
    margin-right: 35px !important;
    padding: 10px !important;
    width: 92% !important;
  }
  .background-white img {
    height: 40px !important;
  }

  .width-hundredpercent {
    width: 86% !important;
    margin-left: 7% !important;
  }

  .sub-slogan {
    font-size: 18px !important;
  }

  /*.search-row button{border:1px solid #0797c7 !important; text-shadow: inherit !important;}*/
  /*.apply-btton {width: 100% !important;}*/
  .apply-block-respond, .apply-block-respond2, .apply-block-respond3 {
    overflow: hidden;
    padding-bottom: 20px !important;
  }

  .apply-block-respond, .apply-block-respond2 {
    border: 0 !important;
    margin-top: 0px !important;
  }

  .apply-block-respond2 button {
    width: 100% !important;
  }
  .apply-block-respond2 .thanku-app-text {
    top: -20px;
  }

  #submit-form1 {
    width: 100% !important;
    margin-top: 20px;
  }

  /*#skip-form {width: 100% !important;color: $primary;text-align: center;border: none;position: relative;margin-right: 0px !important;}*/
  .thanku-app-text {
    font-size: 16px !important;
    color: #999 !important;
    text-align: center !important;
    width: 100% !important;
    border-bottom: none !important;
    position: relative;
  }

  .filter-model-container .btn-group {
    width: 100%;
  }
  .filter-model-container .btn-group button {
    width: 100%;
    margin-bottom: 15px;
    height: 42px;
    line-height: 42px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    font-size: 14px;
  }
  .filter-model-container .btn-group div.glyphiconspan {
    float: left;
  }

  .sticky-filters-nav {
    margin-top: 40px !important;
  }

  .filter-model-container .search-filter-dropdown {
    height: auto !important;
  }
  .filter-model-container .dropdown-menu > li > a {
    float: left;
  }
  .filter-model-container input[type="checkbox"] {
    margin-right: 4px;
  }

  .date-column {
    padding-left: 0px !important;
    text-align: left !important;
    font-size: 12px !important;
    margin-top: 0px !important;
    color: #999 !important;
  }

  .km-column {
    text-align: left !important;
    font-size: 13px !important;
  }

  .sorting {
    margin-top: 0px !important;
    width: 26px !important;
    height: 25px !important;
  }

  .sorting + ul {
    margin-left: -79px !important;
  }

  .margin-top-extra-sixty {
    margin-top: 60px;
  }

  .margin-top-extra-thirty {
    margin-top: 30px;
  }

  .abroad-search .margin-top-extra-thirty {
    margin-top: 64px;
  }

  .home-list-page-header {
    font-size: 16px !important;
    margin-bottom: 20px !important;
  }

  .info-emp-head {
    font-size: 13px !important;
    line-height: 18px !important;
  }

  .info-emp-value {
    font-size: 13px !important;
  }

  /*View details Apply Form*/
  .close-form {
    right: 10px !important;
    top: 0px !important;
  }

  .app-form {
    display: block;
    position: absolute;
    top: 0px;
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 9999 !important;
  }

  /* .ovflow { overflow: hidden !important; } */
  #done {
    float: none !important;
  }

  label.hidden-md.hidden-sm.hidden-lg.filter-customize {
    font-size: 18px;
  }

  .premium-img {
    top: -4px !important;
    left: 11px !important;
    height: 50px !important;
  }

  #congratulationMsg p {
    font-size: 11px;
  }
  #congratulationMsg .lead {
    font-size: 14px;
  }

  .apply-form {
    padding: 10px 0 18px !important;
    margin: 0 7px !important;
    border: 0 !important;
  }

  .home-container {
    position: relative;
    top: 115px;
  }

  .tab-carousel-image {
    display: none;
  }

  .driver-jobs-row .driver-jobs-row-content {
    display: inline;
    border: 1px solid transparent;
  }

  /*.top-roles-title{ border:none !important; margin-bottom: 0px !important; font-size: 14px !important;}*/
  .home-job-types-top .btn-wrapper {
    margin: 0px !important;
  }

  .top-roles .role-container {
    padding: 8px 0 0 0 !important;
    line-height: 20px;
  }
  .top-roles .role-title {
    text-align: center !important;
    font-size: 12px;
    height: 29px;
    overflow: hidden;
    text-overflow: hidden;
    line-height: 16px !important;
    margin: 0px auto auto auto;
    display: block !important;
  }
  .top-roles .role-title.single {
    position: static !important;
  }

  .home-top-roles {
    padding-top: 13px !important;
  }
}
/* Landscape Ipad */
@media (min-width: 768px) and (max-width: 991px) {
  .qu-gost-img {
    width: 65px !important;
    height: 65px !important;
  }
  .qu-gost-img img {
    width: 80%;
  }

  .driver-jobs-row {
    font-size: 21px !important;
  }

  #stickynav {
    top: 64px !important;
  }

  h2 {
    font-size: 21px !important;
  }

  .postviewapp .posted {
    float: left !important;
  }

  .partiton {
    padding-bottom: 0px !important;
  }

  .infosection .similarJob .premium2 .premiumicon {
    left: 0px;
  }
  .infosection .similarJob .premium2 .lesspadding {
    padding: 0px;
    margin-top: 15px;
  }
  .infosection .similarJob .premium2 .graytext {
    text-align: left;
    padding-top: 10px;
  }

  .driverjob .jobtloc .lookingfor {
    margin-right: 14px;
  }
  .driverjob .jobtloc .posted {
    margin-left: 14px !important;
  }
  .driverjob .brand-img {
    max-width: 83px;
  }

  .quikr-alert {
    margin-top: 0 !important;
  }
}
/*.......................................................... CSS Start*/
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .comlogo {
    width: 65px;
    min-height: 50px;
  }

  .custom-input {
    width: 85% !important;
  }

  .date-column {
    padding-left: 25px !important;
  }

  .km-column {
    padding-left: 12px !important;
    text-align: left !important;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .warning-txt {
    clear: both;
    max-width: 1000px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #stickynav {
    top: 56px !important;
    height: auto !important;
    padding: 10px 0 5px !important;
  }
  #stickynav h2 {
    font-size: 16px !important;
  }
  #stickynav p {
    margin: 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .qu-gost-img {
    width: 92px !important;
  }
}
@media (min-width: 240px) and (max-width: 359px) {
  .job-cate-title {
    font-size: 13px !important;
  }
}
.search-icon-custom {
  font-size: 20px;
  position: relative;
  top: 2px;
  line-height: 20px;
}

.quikrLogo {
  vertical-align: 5px;
}

/*  Code for removing myfonts advtt. */
#mfPreviewBar {
  display: none;
}

.userName {
  font-size: 12px;
  margin-left: 5px;
  font-style: normal;
  display: none;
}

.js-chat-now {
  display: none;
}

.image-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.js-chat-close {
  cursor: pointer;
}

.chat-close-icon:before {
  position: relative;
  top: 15px;
  right: 15px;
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\e014";
  /* adjust as needed, taken from bootstrap.css */
  font-size: 10px;
  font-style: normal;
  cursor: pointer;
}

.chat-overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.5) url("../../../images/car/preloader-trans.GIF") no-repeat center center;
  background-size: 20px 20px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.custom-input-search {
  width: 100%;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  position: absolute;
  top: 2px;
  z-index: -1;
}

.background-image .navbar-transparent {
  background-color: transparent;
  border: none;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  box-shadow: none;
}
.background-image .navbar-transparent .nav li a {
  color: white;
}

.navbar-custom.Headerstickynav {
  position: fixed;
  top: 0;
}

.navbar-custom {
  background: white;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) !important;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) !important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07) !important;
  -moz-transition: all 0.1s ease-in;
  -o-transition: all 0.1s ease-in;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in;
  border: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  position: fixed;
  top: 0;
  left: 0;
  margin-bottom: 0;
  width: 100%;
  z-index: 98;
}
.navbar-custom a.dropdown-toggle .icon-basic_hamburger {
  font-size: 1.6em;
  margin-right: 8px;
  position: relative;
  top: 5px;
}
.navbar-custom a.dropdown-toggle .icon-arrows_hamburger-2 {
  font-size: 2em;
  position: relative;
  color: #333;
  line-height: 26px;
  top: 1px;
  float: left;
  margin-right: 5px;
}
.navbar-custom .nav {
  float: right;
  /*   Overriding style for dropdown open button  */
}
.navbar-custom .nav li .dropdown ul.dropdown-menu {
  margin-top: 10px;
  padding: 0px;
  left: inherit;
  overflow: inherit;
}
.navbar-custom .nav li .dropdown ul.dropdown-menu li {
  margin-right: 0;
}
.navbar-custom .nav li .dropdown ul.dropdown-menu li a:hover {
  background: #fbfcfe;
}
.navbar-custom .nav li .dropdown ul.dropdown-menu li a i {
  font-size: 21px;
}
.navbar-custom .nav li a {
  padding-right: 0px;
  cursor: pointer;
  position: relative;
  color: #666;
}
.navbar-custom .nav li a .icon-employer, .navbar-custom .nav li a .icon-user1, .navbar-custom .nav li a .icon-jobseeker {
  margin-right: 4px;
}
.navbar-custom .nav li a .icon-user {
  margin-right: 3px;
}
.navbar-custom .nav li a:hover {
  background: transparent;
  color: #333;
}
.navbar-custom .nav li a .glyphicon-chevron-down {
  font-size: 8px;
  font-weight: normal;
  margin-left: 5px;
}
.navbar-custom .nav li i {
  font-size: 20px;
  /*line-height: 22px;*/
  top: 3px;
  position: relative;
}
.navbar-custom .nav .open a {
  background: transparent;
}
.navbar-custom .nav ul.city-select {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0;
  height: 410px;
  overflow-y: scroll;
}
.navbar-custom .nav ul.city-select li h5 {
  color: #333;
  font-size: 0.85em;
  margin: 0 0 5px 10px;
  padding-top: 10px;
}
.navbar-custom .nav ul.city-select li.city-search {
  .border-radiuses: 2px, 0, 0, 2px;
  background: #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
.navbar-custom .nav ul.city-select li.city-search input {
  margin: 0 10px 10px 10px;
  color: #333;
}
.navbar-custom .nav .gotoemp a {
  padding: 1px 8px !important;
  color: #008bcf;
}
.navbar-custom .nav .gotoemp a:focus {
  background: transparent;
}
.navbar-custom .nav .gotoemp a p {
  text-align: left;
  float: left;
  line-height: 13px;
  font-size: 13px;
}
.navbar-custom .nav .gotoemp a p:hover {
  border-bottom: 1px solid #000;
  padding-bottom: 2px;
}
.navbar-custom .nav .gotoemp a p span {
  color: #999;
  font-size: 12px;
}

.side-menu {
  background: #111;
  height: 100%;
  left: -250px;
  position: fixed;
  top: 0;
  width: 250px;
  z-index: 999999;
  overflow-y: auto;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.side-menu hr {
  border-top: 1px solid #333;
  margin: 10px 0;
}
.side-menu a {
  background: transparent;
  color: #969696;
  display: block;
  font-size: 14px;
  padding: 8px 0 8px 20px !important;
  width: 100%;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.side-menu a:hover {
  background: #4d4d4d;
  color: #e6e6e6;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.side-menu a i {
  margin-right: 10px;
}
.side-menu a:focus {
  color: #969696;
}
.side-menu a.home {
  border-bottom: 1px solid #333;
  font-size: 1em;
  padding: 20px 0 20px 20px;
  margin: 0 0 10px 0;
}
.side-menu a.home i {
  font-size: 1.2em;
}
.side-menu #menu-close {
  font-size: 1.2em;
  left: 220px;
  padding: 10px !important;
  position: absolute;
  width: 30px;
  cursor: pointer;
}
.side-menu #menu-close:hover {
  background: transparent;
}
.side-menu .nav-language {
  border-bottom: 1px solid #333;
  padding-bottom: 3px;
}
.side-menu .nav-language .dropdown-menu {
  position: static;
  margin-bottom: 15px;
}
.side-menu .nav-language .icon-arrows_down,
.side-menu .nav-language .icon-arrows_up {
  font-size: 21px;
  top: -5px;
  position: relative;
  padding: 0;
  margin: 0;
  height: 0px;
  margin-right: 5px;
}
.side-menu .nav-language .icon-arrows_up {
  display: none;
}
.side-menu .nav-language.open .icon-arrows_down {
  display: none;
}
.side-menu .nav-language.open .icon-arrows_up {
  display: block;
}

.toggled .side-menu {
  left: 0;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.thumbnail {
  padding: 0;
  overflow: hidden;
  position: relative;
}
.thumbnail img {
  width: 100%;
}
.thumbnail .caption-full {
  color: #333;
  padding: 9px;
}

/*  Chat related styling */
.chat-btn {
  background-color: #EF4130;
  color: white;
  font-style: normal;
  font-weight: 600;
}
.chat-btn:hover,
.chat-btn :focus {
  color: white;
}

.profile-pic {
  width: 40px;
  height: 40px;
  border: 1px solid #cccccc;
}

.profile-about {
  margin-bottom: 20px;
  font-size: 14px;
}

.hr {
  margin-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

.chat-verify {
  color: white;
  text-align: center;
}

.form-control-bg {
  background-color: #F2F2F2;
}

input[type="checkbox"].chat-margin0 {
  margin-top: 0;
}

.chat-container {
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  background-color: white;
  z-index: 99999;
  transition: all ease-in 0.3s;
  overflow-y: auto;
}
@media (min-width: 768px) {
  .chat-container {
    position: fixed;
    width: 380px;
    height: auto;
    max-height: 500px;
    right: 13%;
    bottom: 0;
    background-color: white;
    overflow: auto;
    z-index: 1;
    -moz-box-shadow: -1px 4px 8px 1px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -1px 4px 8px 1px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 4px 8px 1px rgba(0, 0, 0, 0.3);
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-topleft: 3px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
  }
}

.chat-head {
  background-color: #252f3d;
  color: white;
  padding-top: 15px;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  .chat-head {
    background-color: #252f3d;
    color: white;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.chat-terms {
  margin-top: 10px;
  margin-bottom: 5px;
}

.js-captcha-container > div {
  margin-top: 15px;
}

.chat-fa-close {
  float: right;
  padding-right: 10px;
}

.js-replyContentForm label.error {
  color: #cc0606;
  font-size: 0.8em;
  margin-bottom: 0;
  font-weight: normal;
}

.js-replyContentForm input.error,
.js-replyContentForm textarea.error {
  border-color: #cc0606;
}

.online {
  width: 10px;
  height: 10px;
  background-color: #b3d234;
  border-radius: 50%;
  display: inline-block;
}

.chat-logo-color {
  margin-top: 15px;
  margin-left: 15px;
  padding-left: 30px;
  color: #05A4EC;
  font-style: normal;
  font-weight: 600;
  font-weight: bold;
}

.chat-error {
  color: #cc0606;
  font-size: 0.8em;
}

.chat-error-top {
  border: 1px solid #cc0606;
  height: auto;
  text-align: center;
  margin-top: 15px;
}

.verified:before {
  font-family: 'Glyphicons Halflings';
  /* essential for enabling glyphicon */
  content: "\e084";
  /* adjust as needed, taken from bootstrap.css */
  color: #b3d234;
  /* adjust as needed */
  font-size: 10px;
  font-style: normal;
}

.shrink-only-home.navbar-transparent {
  background-color: transparent;
  border: none;
  padding: 10px 0;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.autocomplete-input {
  width: 100%;
  padding: 5px 20px;
  border: 1px solid #333;
  font-size: 0.8em;
  border-radius: 25px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.1);
}
.autocomplete-input:focus {
  outline: 0;
}

input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: 0;
}

.head-search {
  margin: 10px 0 0px;
}

.searchbutton-header {
  height: 36px;
  line-height: 17px;
  background: #008bcf;
  color: white;
  border-left: none;
  padding: 6px 8px;
  width: 70px;
  float: left;
  -webkit-border-radius: 0px 3px 3px 0px;
  -moz-border-radius: 0px 3px 3px 0px;
  border-radius: 0px 3px 3px 0px;
}
.searchbutton-header:hover {
  background: #007ab6;
  color: white;
}

.shrink-only-home .head-search {
  display: none;
}

.head-search-btn {
  background: none;
  border: 0;
  top: 10px;
  position: absolute;
  right: 14px;
  padding: 4px 15px 2px 15px;
  border-left: 1px solid #333;
  border-radius: 0 25px 25px 0;
  -moz-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}
.head-search-btn:hover {
  background: #333;
}

.navbar-custom .head-right-nav > li {
  float: left;
  margin-right: 5px;
}
.navbar-custom .head-right-nav > li:last-child {
  margin-right: 0;
}

@media (min-width: 1172px) and (max-width: 1223px) {
  .navbar-custom .head-right-nav > li {
    margin-right: 5px;
  }
}
@media (min-width: 992px) and (max-width: 1040px) {
  .navbar-custom .head-right-nav > li a {
    font-size: 12px;
  }
}
.btn.head-postad.postad-btn {
  background: #fceb42;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
  width: 120px;
  border-radius: 3px;
  border: 1px solid #e1b70c;
  padding: 0px;
  color: #000;
}
@media (max-width: 767px) {
  .btn.head-postad.postad-btn {
    font-size: 12px;
    height: 30px;
    line-height: 30px;
    margin-top: 0px;
    width: 85px;
  }
}
.btn.head-postad.postad-btn:hover {
  background: #fbe610;
}
@media (min-width: 992px) and (max-width: 1171px) {
  .btn.head-postad.postad-btn {
    width: 110px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .username + .logged-down {
    display: none;
  }

  .navbar-custom .head-right-nav > li {
    margin-right: 5px;
    line-height: 24px;
  }
}
.footer-container {
  background-color: white;
  color: #666;
  font-size: 14px;
  margin-top: 15px;
  border-top: 1px solid #eee;
}
.footer-container a {
  color: #666;
}
.footer-container a:hover {
  text-decoration: underline;
  color: #333;
}
.footer-container footer {
  margin-top: 25px;
  margin-bottom: 5px;
}
.footer-container p {
  margin-bottom: 15px;
  font-size: 12px;
  line-height: 16px;
}
.footer-container .list-inline {
  margin-left: 0px;
}
.footer-container .list-inline > li {
  padding-right: 12px;
  padding-left: 0px;
}
.footer-container .list-inline > li a {
  white-space: nowrap;
  color: #333;
}
.footer-container .list-inline > li .last-list {
  padding-left: 16px;
  border-left: 1px solid #ccc;
}
@media (max-width: 767px) {
  .footer-container .list-inline > li .last-list {
    border-left: none;
    padding-left: 0px;
  }
}
.footer-container .list-inline > li:last-child {
  margin-right: 0px;
  padding-right: 0px;
}
@media (max-width: 991px) {
  .footer-container {
    border-top: 1px solid #ddd;
    background: #f2f2f2;
    color: #333;
    text-align: center;
  }
}

.footer-app {
  margin-top: 0;
}
.footer-app strong {
  font-size: 1em;
}
.footer-app a {
  color: #666;
  padding-right: 20px;
  font-size: 1.3em;
}
.footer-app a:hover {
  text-decoration: none;
  color: #666;
  opacity: .8;
}
.footer-app img {
  border-radius: 50%;
}
@media (max-width: 991px) {
  .footer-app {
    margin-bottom: 20px;
  }
}

.footer-city {
  margin-top: 4px;
}
.footer-city ul {
  list-style-type: none;
  font-size: 13px;
  float: left;
  margin-right: 20px;
  padding-left: 0;
}

.ltquikr {
  padding: 0;
  width: 185px;
  margin-top: 3px;
}
@media (max-width: 767px) {
  .ltquikr {
    padding-right: 0px;
    width: 95px;
    margin-top: 0px;
  }
}

@media (max-width: 360px) {
  .oldNav .ltquikr {
    width: 80px;
  }
  .oldNav .ltquikr .icon-arrows_hamburger-2 {
    margin-right: 2px !important;
  }
  .oldNav .ltquikr .home-logo img {
    height: 20px;
  }

  .col-xs-8.ldh {
    width: 75%;
  }
}
.footer-policy {
  margin-bottom: 20px;
}

.res-header-col-mrg {
  padding-left: 0;
}
@media (max-width: 767px) {
  .res-header-col-mrg {
    font-size: 12px;
    padding-right: 0px;
  }
}

.no-left-padding {
  padding-left: 0;
}

.js-after-reply-content .glyphicon-ok {
  padding-right: 10px;
}

.modal-backdrop.in {
  opacity: 0.9;
  background-color: #fff;
}

.modal-backdrop {
  background: #fff;
}

#citiSugg {
  max-height: 280px;
  overflow-y: scroll;
  padding: 0;
}
#citiSugg li a {
  padding: 0px 15px;
  height: 36px;
  line-height: 36px;
  display: block;
  border-left: 5px solid white;
  border-top: 1px solid #eee;
}
#citiSugg li a:hover {
  border-color: #008bcf;
  border-top-color: #eee;
}

.CityLinking {
  text-align: left;
}
.CityLinking .RoleTitle {
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #333;
}
.CityLinking ul {
  float: left;
  padding: 0px;
  margin-right: 65px;
  margin-bottom: 0;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .CityLinking ul {
    margin-right: 35px;
  }
}
.CityLinking ul li {
  list-style: none;
}
.CityLinking ul li a {
  text-transform: inherit;
  font-size: 13px;
}
.CityLinking .JobsBy-City ul:last-child {
  margin-right: 0px;
}

.industryLinking ul {
  margin-right: 115px;
}
@media (max-width: 1199px) and (min-width: 768px) {
  .industryLinking ul {
    margin-right: 30px;
  }
}

li.hidden-xs.hidden-sm.gotoemp {
  border-left: 1px solid #ddd;
}

.login-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 122px;
}

.topnavserch .drop-input {
  height: 36px;
  border: 1px solid #008bcf;
  -webkit-border-radius: 3px 0px 0px 3px;
  -moz-border-radius: 3px 0px 0px 3px;
  border-radius: 3px 0px 0px 3px;
}
.topnavserch .drop-ul {
  top: 35px;
  border: none;
}

.j-logged-in button {
  padding: 5px 0px 0px 0px !important;
  background: none;
  border: none;
  color: #666;
  margin-top: -8px;
  max-width: 105px !important;
  text-align: left;
}
@media (max-width: 767px) {
  .j-logged-in button {
    padding-left: 0px;
  }
}
.j-logged-in button span {
  width: 70%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  vertical-align: bottom;
}
.j-logged-in button:hover, .j-logged-in button:focus {
  border: none;
  background: transparent;
  color: #666;
}
.j-logged-in ul {
  border: none;
}

.top-selectcity {
  margin-bottom: 10px;
  cursor: pointer;
  color: #333;
  /*z-index: 1051;*/
  /*@media(max-width:767px) {
      z-index: 1039;
  }*/
}
.top-selectcity:hover {
  color: #333333;
}
.top-selectcity span i {
  font-size: 18px;
}
.top-selectcity .afterarrow:after {
  border-bottom: 10px solid white;
  border-left: 10px solid Transparent;
  border-right: 10px solid transparent;
  content: "";
  height: 0;
  right: -2px;
  line-height: 18px;
  position: absolute;
  top: 29px;
  width: 0;
  cursor: default;
}
@media (max-width: 767px) {
  .top-selectcity {
    margin-bottom: 10px;
    white-space: nowrap;
  }
}
.top-selectcity a {
  color: #fff;
  font-weight: bold;
}

.topnavserch .SelectCity:before {
  content: "\f10b";
  position: absolute;
  cursor: pointer;
  font-family: jobs-icons;
  pointer-events: none;
  left: 17px;
}

.topnavserch .top-selectcity .afterarrow:after {
  top: 46px;
}

.modal-content {
  -moz-box-shadow: 0px 0px 4px 4px rgba(204, 204, 204, 0.6);
  -webkit-box-shadow: 0px 0px 4px 4px rgba(204, 204, 204, 0.6);
  box-shadow: 0px 0px 4px 4px rgba(204, 204, 204, 0.6);
  border: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.js-popular-cities {
  margin-bottom: 20px;
}

.dark-modal .modal-dialog {
  margin-top: 108px;
  width: 700px;
}
@media (max-width: 767px) {
  .dark-modal .modal-dialog {
    margin-top: 20px;
    width: auto;
  }
}
.dark-modal .geoLocal {
  padding: 0px 5px 0px 0px;
}
.dark-modal .close {
  font-size: 24px;
  position: absolute;
  right: -16px;
  top: -13px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 1px -1px 4px 2px rgba(204, 204, 204, 0.6);
  z-index: 1;
  width: 35px;
  height: 35px;
  text-align: center;
  padding-top: 6px;
  opacity: 1;
}
.dark-modal .close:hover, .dark-modal .close:focus {
  opacity: 1;
}
.dark-modal .modal-body {
  min-height: 240px;
  display: inline-block;
  width: 100%;
  padding-bottom: 0px;
}
.dark-modal .modal-body a {
  color: #333;
}
.dark-modal .modal-body a:hover, .dark-modal .modal-body a:focus {
  color: #008bcf;
}
.dark-modal .modal-body h6 {
  margin: 0px 15px 0px;
  color: #999;
  padding-bottom: 5px;
  text-transform: uppercase;
  position: relative;
}
.dark-modal .modal-body ul.popular-cities {
  margin-bottom: 0;
}
.dark-modal .modal-body ul.popular-cities li {
  display: inline-block;
  padding: 2px 0;
  width: 135px;
}
.dark-modal ul.city-select {
  padding-left: 0;
}
.dark-modal ul.city-select ul#citiSugg {
  border: 1px solid #ccc;
  position: absolute;
  top: 39px;
  right: 1px;
  z-index: 1;
  background: #fff;
}
.dark-modal ul.city-select ul#citiSugg li {
  display: inline-block;
  width: 100%;
  overflow-y: visible;
}
.dark-modal ul.city-select li.city-search {
  position: relative;
}
.dark-modal ul.city-select li.city-search .icon-arrows_remove {
  float: right;
  font-size: 21px;
  right: 10px;
  cursor: pointer;
  position: absolute;
  top: 8px;
  z-index: 10;
}
.dark-modal ul.city-select li {
  display: block;
}
.dark-modal ul.city-select li input {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media (min-width: 768px) {
  .dark-modal ul.city-select li input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: bold;
  }
  .dark-modal ul.city-select li input::-moz-placeholder {
    font-size: 16px;
    font-weight: bold;
  }
  .dark-modal ul.city-select li input:-ms-input-placeholder {
    font-size: 16px;
    font-weight: bold;
  }
  .dark-modal ul.city-select li input:-moz-placeholder {
    font-size: 16px;
    font-weight: bold;
  }
}
.dark-modal ul.city-select li input:focus {
  border-color: #008bcf;
}
.dark-modal ul.city-select .icon-basic_geolocalize-01 {
  font-size: 30px;
  text-align: center;
  position: relative;
}
.dark-modal ul.city-select .icon-basic_geolocalize-01:after {
  content: "";
  width: 13px;
  height: 3px;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  bottom: -8px;
  right: 9px;
  box-shadow: 0px -7px 2px 4px rgba(204, 204, 204, 0.6);
}
@media (max-width: 767px) {
  .dark-modal .close {
    right: -9px;
    top: -15px;
    padding-top: 6px;
  }
  .dark-modal .modal-body ul.popular-cities li {
    padding: 5px 0px;
  }
}

.city-modal-title {
  margin: 0px 15px 0px;
  color: #999;
  padding-bottom: 5px;
  text-transform: uppercase;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  font-style: normal;
}

.modal-title-h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.1;
}

.cityselect-overlay .cityselect-overlay-header{
  line-height:2.7em;
  padding-left:18px;
  background-color:#001824;
  display:block;
  color:#fff;
  font-size:16px
}
.cityselect-overlay .hamburger-pop-header a{
  color:#FFF;
  font-size:30px;
  top:5px;
  right:5px
}
.cityselect-overlay .hamburger-pop-header a:hover{
  color:#fff !important
}

.drop-input {
  height: 40px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 2;
}
@media (max-width: 767px) {
  .drop-input {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
}

.New-Roles {
  background: #00bb00 none repeat scroll 0 0;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 8px;
  position: absolute;
  right: 48px;
  text-transform: uppercase;
  top: 10px;
  height: 13px;
  line-height: 14px;
  width: 26px;
  text-align: center;
}
@media (max-width: 767px) {
  .New-Roles {
    right: 8px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .New-Roles {
    right: 20px;
  }
}

.AbroadNew {
  position: absolute;
  top: 0px;
  right: inherit;
}

.quikr-quick-links {
  display: none;
}

.navbar-custom .main-header {
  margin-bottom: 0;
  border-bottom: none;
}

.main-header {
  border-bottom: none !important;
  margin-bottom: 0 !important;
  height: auto !important;
}

#jsHeaderCityContainer .drop-input {
  border: none;
  padding-left: 26px;
}

#jsHeaderCityContainer .icon-arrows_down {
  position: absolute;
  right: 10px;
  top: 15px;
}

.select-city .dropdown {
  position: absolute;
}

/*Bandwidth Switch To LEMS style*/
.quikrlite-wrapper {
  background-color: #fdf9ca;
  padding: 15px 0;
  border-bottom: 1px solid #dcd5a1;
  border-top: 1px solid #dcd5a1;
  position: relative;
}

.quikrlite-wrapper a.close-btn {
  position: absolute;
  top: 10px;
  right: 7px;
  font-size: 22px;
  display: inline-block;
  color: #666;
  font-weight: normal;
  font-family: tahoma;
}

.quikrlite-wrapper .heading {
  margin-bottom: 15px;
}

.quikrlite-wrapper p {
  margin: 0 20px;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 10px;
}

.quikrlite-wrapper .banner-cta {
  text-align: center;
  margin-bottom: 5px;
}

.quikrlite-wrapper .banner-cta a {
  width: 90px;
  display: inline-block;
  margin: 0 5px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
}

.quikrlite-wrapper .banner-cta a.strokeBtn {
  background: #fff;
}

/*Bandwidth Switch To LEMS style ends*/
.oldNav {
  padding: 10px 0;
  /*.container{
      @media(max-width: 767px) {padding-left:5px; padding-right: 5px;}
  }*/
}
.oldNav .home-logo img {
  height: 32px;
}
@media (max-width: 767px) {
  .oldNav .home-logo img {
    height: 20px;
    margin-top: 6px;
  }
}
.oldNav .custom-input-search.oldHeader {
  position: inherit;
  z-index: inherit;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .oldNav .home-logo img {
    height: 26px;
  }

  .ltquikr {
    position: relative;
    top: 5px;
    width: 160px;
  }
}
/*#jsHeaderCity{
  span, i{top: 3px; position: relative;}
}*/
.drop-layers {
  right: 0px;
  left: inherit !important;
}

.j25offer {
  padding: 0px 7px;
  color: #666;
}
.j25offer .j25section {
  border: 1px dashed #f79d00;
  background: #fffcf0;
  margin-bottom: 10px;
  padding: 7px 10px 6px 9px;
}
.j25offer strong {
  color: #333;
  font-size: 18px;
}
.j25offer .limitedPack {
  font-size: 11px;
  float: right;
  display: inline-block;
  margin-top: 3px;
}
.j25offer .discount-text {
  color: #e38700;
  font-weight: bold;
  padding-right: 5px;
}
@media (max-width: 767px) {
  .j25offer .limitedPack {
    float: none;
  }
}

.simple-overlay, #loader-overlay {
  background-color: rgba(255, 255, 255, 0.9);
}

.open .resumeSearch {
  display: block;
}

.resumeSearch {
  padding: 8px;
  border: 1px solid #008bcf;
  background: #fff;
  display: none;
  font-size: 13px;
  clear: both;
  border-top: none;
}
.resumeSearch label {
  font-weight: normal;
}

.btn-default:hover, .btn-default:focus {
  background-color: #0081c0 !important;
  border-color: #0081c0 !important;
  color: white !important;
}
.btn-default:active, .btn-default.active {
  background-color: #0081c0 !important;
  border-color: #0081c0 !important;
  color: white !important;
}

.breadcrumb {
  background: none;
  padding: 0px;
  margin-bottom: 10px;
  margin-top: 10px;
}
.breadcrumb li {
  font-size: 12px;
  color: #666;
}
.breadcrumb li + li::before {
  content: "/";
  color: #999;
  padding: 0 3px;
}
.breadcrumb li a {
  font-size: 12px;
  color: #666;
}
.breadcrumb li a:hover {
  color: #008bcf;
}
.breadcrumb .active {
  font-size: 12px;
}

/* font for emphasis */
/* button color for primary button */
/* equal to 14px */
hr {
  margin-top: 15px;
  margin-bottom: 15px;
  border: 0;
  border-top: 1px solid #ddd;
}

/*New variables G*/
/*Bootstrap_Select*/
/*Entry point floating menu*/
.fab-wrap {
  position: fixed;
  right: 5px;
  bottom: 27px;
  padding: 10px;
  width: 69px;
  z-index: 199;
}
@media (max-width: 767px) {
  .fab-wrap {
    right: 1px;
    bottom: 40px;
  }
}
.fab-wrap .fab-wrap-child {
  display: block;
  width: 220px;
  position: absolute;
  right: 18px;
  z-index: 999;
  bottom: 50px;
}
.fab-wrap .fab-wrap-child ul {
  width: 100%;
  float: left;
}
.fab-wrap .fab-wrap-child ul li {
  width: 100%;
  float: left;
  margin: 0 0 28px;
  display: none;
  list-style: none;
}
.fab-wrap .fab-wrap-child ul li a {
  color: #000;
  display: block;
}
.fab-wrap .fab-wrap-child ul li a span {
  width: 43px;
  height: 43px;
  border-radius: 50% 50%;
  -moz-border-radius: 50% 50%;
  -webkit-border-radius: 50% 50%;
  -o-border-radius: 50% 50%;
  -ms-border-radius: 50% 50%;
  color: #008bcf;
  display: block;
  float: right;
  background: #fff;
  border: 1px solid #008bcf;
  position: relative;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.fab-wrap .fab-wrap-child ul li a span:hover {
  background: #008bcf;
  color: #fff;
}
.fab-wrap .fab-wrap-child ul li a span i {
  position: absolute;
  left: 50%;
  top: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 22px;
}
.fab-wrap .fab-wrap-child ul li a label {
  vertical-align: top;
  display: block;
  margin: 0 52px 0 0;
  text-align: right;
  padding: 12px 0 12px;
  cursor: pointer;
  font-weight: normal;
}
.fab-wrap .icon-plus {
  display: none;
}
.fab-wrap .menuText {
  /* font-size: 12px;
  font-weight: bold;
  text-align: center; */
  position: absolute;
  top: 30px;
  left: 31px;
  background-image: url("/images/jobs/candidate-dashboard.png");
  background-repeat: no-repeat;
  height: 30px;
  width: 30px;
}
.fab-wrap .menuText:after {
  content: 'Candidate Dashboard';
  position: absolute;
  color: #333;
  top: -48px;
  left: -13px;
  line-height: normal;
  font-size: 12px;
}
.fab-wrap .rotate-button {
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: all, .4s, ease-out 0.4s;
  -moz-transition: all, .4s, ease-out 0.4s;
  transition: all, .4s, ease-out 0.4s;
}
.fab-wrap .rotate-button .menuText {
  display: none;
}
.fab-wrap .rotate-button .icon-plus {
  display: inline-block;
  font-size: 30px;
  position: absolute;
  top: 32px;
  left: 29px;
  color: #333;
}
.fab-wrap .fab-button {
  background-color: #FBE710;
  border-radius: 50% 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  padding: 0;
  width: 60px;
  height: 60px;
  line-height: 46px;
  /* -webkit-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.5); */
  display: block;
  border: none;
  position: relative;
  float: right;
  -webkit-transition: all,.3s,ease-out 0.3s;
  -moz-transition: all,.3s,ease-out 0.3s;
  transition: all,.3s,ease-out 0.3s;
  z-index: 999;
  text-align: center;
}
.fab-wrap .fab-button span {
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  /* color: #fff; */
}

.icon-arrows_down {
  pointer-events: none;
}

.close {
  opacity: inherit;
  color: #333;
}
.close:hover {
  color: #2e2e2e;
}

.noshadow {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.noborderRadius {
  -moz-border-radius: 0px !important;
  -webkit-border-radius: 0px;
  border-radius: 0px !important;
}

.textCaps {
  text-transform: uppercase;
}

.lineH {
  line-height: 14px;
}

.plr {
  padding: 0px 4px;
}

.p10 {
  padding: 10px !important;
}

body.Headerstickynav {
  padding-top: 55px;
}

.font12 {
  font-size: 12px;
}

.mBlock {
  display: block;
}

.inlineBlock {
  display: inline-block;
}

.btn {
  min-width: 80px;
}

.m0 {
  margin: 0 !important;
}

.m5 {
  margin-top: 5px;
}

.m10 {
  margin-top: 10px;
}

.m15 {
  margin-top: 15px;
}

.m20 {
  margin-top: 20px;
}

.m30 {
  margin-top: 30px;
}

.m40 {
  margin-top: 40px;
}

.plr25 {
  padding: 0px 25px !important;
}

.rm0 {
  margin-right: 0 !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px;
}

.rp0 {
  padding-right: 0;
}
@media (max-width: 767px) {
  .rp0 {
    padding-right: 15px;
  }
  .fab-wrap .rotate-button .icon-plus {
    top: 30px;
  }
}

.mlAuto {
  margin-left: 4px !important;
}

@media (max-width: 767px) {
  .msM0 {
    margin-top: 0px;
  }

  .msM10 {
    margin-top: 10px;
  }

  .msM50 {
    margin-top: 50px !important;
  }

  .msF18 {
    font-size: 18px !important;
  }

  .mlAuto {
    margin-left: 0px !important;
  }
  .fab-wrap .menuText:after {
    display: none;
  }
}
.no-right-padding {
  padding-right: 0;
}

.mhr {
  margin-top: 15px;
  margin-bottom: 10px;
}

.lp0 {
  padding-left: 0;
}
@media (max-width: 767px) {
  .lp0 {
    padding-left: 15px;
  }
}

.dright {
  float: right;
}
@media (max-width: 767px) {
  .dright {
    float: inherit;
  }
}

.font30 {
  font-size: 30px !important;
}
@media (max-width: 767px) {
  .font30 {
    font-size: 25px !important;
  }
}

@media (max-width: 767px) {
  .mt20 {
    margin-top: 20px;
  }

  .modal100 .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  .modal100 .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
  }
}
.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.no-border {
  border: none;
}

.gray-dark {
  color: #333;
}

.warning-default {
  border-color: #da534d !important;
  color: #da534d !important;
}
.warning-default:hover {
  background: #da534d !important;
  color: #fff !important;
}

.fontNormal {
  font-weight: normal !important;
}

.relativeDiv {
  position: relative;
}

.sub-title {
  font-size: 16px;
}

.title {
  font-size: 18px;
}
.title:first-letter {
  text-transform: uppercase;
}

.bodyFont {
  font-size: 14px;
  font-weight: normal;
}

.premium .icon-star_filled {
  color: #dac251;
  font-size: 16px;
}

.clearfix {
  clear: both;
}

img {
  max-width: 100%;
}

body {
  background-color: #F3F3F3;
  color: #333;
  font-size: 14px;
  line-height: 1.5;
  height: 100%;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  /* padding-top: 70px;*/
  font-family: "Arial", sans-serif, Helvetica;
}

#gayab {
  display: none;
}

.WithoutBreadcrumbs {
  padding-top: 25px;
}

html {
  width: 100%;
  height: 100%;
}

.show-ellipsis {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 98%;
  /*display: inline-block;*/
}

/*added*/
h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: 600;
}

h1, h2, h3 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.h1, .h2, .h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-style: normal;
  font-weight: 600;
}

.nopadding {
  padding: 0px !important;
}

/* Error search */
.errtopn button {
  height: 36px !important;
  margin-left: 0px;
  background: #da534d;
  border: 1px solid #da534d !important;
}
.errtopn button:hover {
  background-color: #cb4842 !important;
}
.errtopn button .search-icon-custom {
  color: white;
}

.errtopn-city button {
  height: 36px !important;
  margin-left: 0px;
  background: #da534d;
  border: 1px solid #da534d !important;
}
.errtopn-city button:hover {
  background-color: #cb4842 !important;
}
.errtopn-city button .search-icon-custom {
  color: white;
}

.language-arrow {
  position: relative;
  top: 3px;
}

.err button {
  margin-left: -2px;
  border-color: #da534d !important;
  color: #da534d !important;
}
.err button .search-icon-custom {
  color: white;
}
.err .warning-txt {
  clear: both;
  color: #da534d;
  font-size: 12px;
  margin: 0 auto;
  position: relative;
  top: -10px;
  max-width: 677px;
}

.error-msg {
  clear: both;
  color: #ff7777 !important;
}

/* Error search end */
h1 {
  font-size: 36px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

a {
  color: #008bcf;
  outline: none !important;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a.premium-sec-know-more {
  border: 1px solid #008CD0;
  border-radius: 5px;
  font-family: ProximaNova-Regular;
  font-size: 12px;
  color: #008CD0;
  padding: 6px 12px;
}

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

hr {
  border-color: #e9e9e9;
}

.btn-search.active, .btn-search.focus, .btn-search:active, .btn-search:focus, .btn-search:hover, .open > .dropdown-toggle.btn-primary {
  color: #008bcf;
  background: #007ab6;
  border-color: transparent;
}

.view-number-recruiter {
  margin-right: 15px;
}
.view-number-recruiter i {
  font-size: 16px;
  top: 4px;
}

.otherbox {
  margin: 15px 0px 0px;
}

.readmore2 {
  border: 1px solid #ccc;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  padding: 0px 4px;
}

/*Home Page css start here */
.user-icon {
  position: relative;
  cursor: pointer;
}

/*.city-search {
  margin: 8px 0px 5px 18px;
}*/
/*.dapply-btn {
background:$primary;
color:$white;
}*/
.more-jobs-view a, .more-jobs-view i, .more-jobs-view span {
  color: #797979;
}
.more-jobs-view span {
  width: 100%;
  display: inline-block;
}

.home-list-page-header {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 4px;
  font-size: 16px;
  margin-top: 0px;
  max-width: 78%;
  display: inline;
}

h3.truncate {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 959px) {
  .home-list-page-header {
    max-width: 75%;
  }
}
@media (max-width: 480px) {
  .home-list-page-header {
    max-width: 95%;
  }
}
.col-md-8 .apply-block .home-list-page-header a:first-letter {
  text-transform: uppercase;
}

.date-column {
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  color: #333;
  text-align: center;
  padding-left: 35px;
}

.km-column {
  font-size: 16px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  padding: 5px 0px;
}

.form-control {
  height: 40px;
  background-color: #fff;
}

.apply-block-respond {
  background: #fff;
  margin-bottom: 10px;
  padding: 10px;
  display: none;
  border: 1px solid #cccccc;
  z-index: 1;
  height: auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.apply-block-respond2 {
  background: #fff;
  padding: 10px;
  margin-bottom: 10px;
  display: none;
  border: 1px solid #cccccc;
  z-index: 1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.apply-block-respond2 .thanku-app-text {
  border-bottom: 1px solid #999;
}

.apply-block-respond3 {
  background: #fff;
  padding: 10px;
  border: 1px solid #cccccc;
  z-index: 1;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 10px;
}

.apply-block-respond3 .thanku-app-text {
  margin: 0;
  border-bottom: 0;
  width: 465px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.glyphiconspan {
  display: inline-block;
  overflow: hidden;
  position: relative;
  top: 3px;
}

.search-filters-reset-button .glyphiconspan {
  color: #008bcf;
}

.more-jobs-view {
  background: #666;
  padding: 9px 0px 0px 0px;
  font-size: 16px;
  margin: -12px 0px 10px;
  border: none;
  height: 45px;
  border-radius: 2px;
  color: #fff;
  padding-left: 20px;
}

.header-dopdown {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid #333;
  padding: 6px 10px !important;
  margin-top: 0px;
  width: 200px;
  text-align: left;
  border-radius: 2px;
}

.caret-center {
  float: right;
  margin-top: 6px;
}

.header-search-button {
  border-radius: 0px;
  height: 32px;
  margin-left: -17px;
  border: 1px solid #008bcf;
  padding: 4px 12px;
  font-size: 19px;
}

.apply-form {
  border: 1px solid #ccc;
  float: left;
  padding: 10px 0;
  width: 100%;
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.apply-form h4.desktop-apply-title {
  max-width: 80%;
}
.apply-form .radio, .apply-form .checkbox {
  margin-top: 0;
  margin-bottom: 0px;
}

.apply-block-respond2 button {
  width: 115px;
  height: 40px;
  background-color: #fff;
  border: 1px solid #eee;
  color: #797979;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
}
.apply-block-respond2 button span.left-text {
  float: left;
}
.apply-block-respond2 button span.caret {
  float: right;
  margin-top: 10px;
}

.submit-form {
  width: 100px;
  font-size: 16px !important;
  float: right;
  margin-left: 5px;
  height: 48px;
  padding: 0px;
}
.submit-form:hover {
  color: white !important;
  background: #007AB6;
}

/*#skip-form {
  margin-top: 0px;
  border: 1px solid #ccc;
  color: #999;
  text-align: center;
  &:hover{color:#fff; border-color: $primary;}
}*/
.thank-f-a {
  padding: 10px;
}
@media (max-width: 767px) {
  .thank-f-a {
    margin: 0px 10px !important;
  }
}

.driver-jobs-row {
  font-size: 21px;
  color: #333;
  text-transform: capitalize;
  display: inline-block;
  margin: 0px;
  font-weight: normal;
  line-height: 30px;
}
@media (max-width: 767px) {
  .driver-jobs-row {
    font-size: 15px;
    line-height: 16px;
  }
}
.driver-jobs-row strong.xtra-space-right {
  font-weight: normal;
}
.driver-jobs-row .driver-jobs-row-content {
  color: #333;
}

.xtra-space-right {
  margin-right: 0px;
}

.sorting {
  height: 35px;
  width: 115px;
  padding: 0px;
  background-color: transparent;
  border: 1px solid #cccccc;
  border-radius: 2px;
  display: inline-block;
  background-color: #fff;
  margin-left: 10px;
}

.sorting + ul {
  margin-left: 60px;
  width: 115px !important;
  margin-top: -2px;
  min-width: 0px;
}

.sorting + ul li {
  margin: 5px 0px;
}

.info-emp-head {
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
}

.colon {
  padding-left: 2px;
}

.info-emp-value {
  padding-left: 5px;
  font-weight: normal;
}

.margin-negative {
  margin-top: -12px;
}

.quikr-alert {
  background: white !important;
  font-size: 16px;
  width: 100%;
}

.margin-right-negative {
  margin-right: -3px !important;
}

.margin-top-extra {
  margin-top: 20px;
}

.thanku-app-text {
  margin: 15px 0;
  font-size: 18px;
  color: #333;
}

.dynamic-margin-bottom {
  margin-bottom: 20px;
}

.close-form {
  position: relative;
  cursor: pointer !important;
  z-index: 999;
  margin-bottom: 15px;
  /* width:99%; */
  text-align: right;
  top: 5px;
  font-size: 20px;
  text-shadow: 0 0 #000;
}

/*.close-form2 {
  position: relative;
  cursor: pointer !important;
  z-index: 999;
  margin-bottom: 0px;
  text-align: right;
}*/
.close-form2.icon-arrows_remove {
  font-size: 20px;
  text-shadow: 0 0 #000;
  top: 5px;
}

.glyphicon-star {
  font-size: 8px;
  vertical-align: super;
}

.premium-img {
  position: absolute;
  top: -22px;
  left: -8px;
}

.qu-gost-img {
  height: 100px;
  /*    width: 110px;*/
  border: 1px solid #ccc;
  position: relative;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: white;
}
.qu-gost-img img {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  max-height: 100%;
}

/*Home Page end Here*/
.jsSayt {
  cursor: pointer;
}

.form-control:focus {
  border-color: #ccc;
  box-shadow: none;
  outline: none;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #008bcf !important;
}

#congratulationMsg {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: -15px;
}

#congratulationMsg .lead {
  font-size: 14px;
}

.search-row {
  margin-left: auto;
  margin-right: auto;
  max-width: 570px;
  position: relative;
}
.search-row .searchbuttonHome {
  position: absolute;
  right: 5px;
  top: 12px;
  background: transparent;
  z-index: 2;
  font-size: 14px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 4px;
  padding: 1px 16px;
}
@media (max-width: 767px) {
  .search-row .searchbuttonHome {
    top: 7px;
  }
}

.choose-language {
  margin-left: auto;
  margin-right: auto;
  display: table;
}
@media (max-width: 767px) {
  .choose-language {
    display: inline;
  }
}
.choose-language .search-col {
  margin: 0px;
  padding: 0px;
}

.search-row select.price-range-mobile {
  background-clip: padding-box;
  border-radius: 0;
  display: block;
  height: 41px;
  padding: 9px;
  width: 100%;
  border: none;
  color: #999;
  background: url('/images/jobs/dropdownarrow.png?1561121634') white no-repeat scroll 97% center;
  cursor: pointer;
}

.search-row .price-range {
  padding: 0;
}

.search-row .price-range a {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: white none repeat scroll 0 0;
  border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #ddd;
  border-image: none;
  border-style: none none none solid;
  border-width: 0 0 0 1px;
  color: #999;
  display: block;
  height: 41px;
  padding: 10px 14px;
}

[role="button"] {
  cursor: pointer;
}

#auto-suggest-budget span {
  float: left;
  height: 20px;
  margin-left: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.search-row .price-range a .icon-arrows_down {
  color: #1a222c;
  position: absolute;
  right: 10px;
  text-shadow: 0 0 1px #1a222c;
  top: 10px;
}

.search-row .price-range ul.dropdown-menu {
  left: 0;
  margin-top: 1px;
  min-width: 100%;
}

.margin-bottom {
  margin-bottom: 20px;
}

.search-row .price-range ul.dropdown-menu li {
  font-size: 12px;
  padding: 10px;
}
.search-row .price-range ul.dropdown-menu li:hover {
  background: #eee none repeat scroll 0 0;
}

.search-row .price-range ul.dropdown-menu li .icon-rupee-symbol {
  color: #333;
  position: relative;
  top: 1px;
}

.search-row .autocomplete-wrapper .search-icon {
  color: #888;
  font-size: 1.8em;
  left: 10px;
  position: absolute;
  top: 3px;
}

.search-row .price-range a .icon-basic_geolocalize-01 {
  font-size: 1em;
  left: 12px;
  position: absolute;
  top: 11px;
}

.inline {
  display: inline;
}

a.user-icon + h3 {
  color: #008bcf !important;
}

#language-dropdown .icon-arrows_down:before {
  font-weight: bold;
}

.stickybtn[disabled] {
  background: #333;
  cursor: default;
  color: white;
  border-color: white;
  padding: 8px 20px !important;
}
.stickybtn[disabled]:hover {
  background: #333;
  color: white;
  border-color: white;
}

.qr-ad {
  text-align: center;
  padding: 0;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 15px;
}

#go-to-top {
  border: 1px solid #d1d1d1;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: fixed;
  bottom: 40px;
  right: 80px;
  display: none;
  font-size: 20px;
  height: 38px;
  line-height: 42px;
  text-align: center;
  width: 38px;
  background: white;
  cursor: pointer;
  z-index: 2;
  color: #888888;
}
@media (max-width: 767px) {
  #go-to-top {
    bottom: 54px;
    right: 80px;
    line-height: 38px;
  }
}
#go-to-top:hover {
  background: #008bcf;
  color: white;
}

#dLabel {
  cursor: pointer;
}

/* Loder css start here */
/*Loder css end here*/
.err input:-moz-placeholder, .errtopn input:-moz-placeholder, .errtopn-city input:-moz-placeholder {
  color: red;
}

.err input::-moz-placeholder, .errtopn input::-moz-placeholder, .errtopn-city input::-moz-placeholder {
  color: red;
}

.err input:-ms-input-placeholder, .errtopn input:-ms-input-placeholder, .errtopn-city input:-ms-input-placeholder {
  color: red;
}

.err input::-webkit-input-placeholder, .errtopn input::-webkit-input-placeholder, .errtopn-city input::-webkit-input-placeholder {
  color: red;
}

/* SnB select your city start */
.location-model a {
  color: white;
  position: relative;
  display: inline-block;
}
.location-model a:hover {
  color: #e6e6e6;
}
.location-model a .language-arrow {
  top: 2px;
}

.Alfa-Character {
  font-size: 16px;
  border: 1px solid #eeeeee;
  width: 24px;
  height: 24px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}

.gcolumn {
  margin: 0 auto;
  clear: both;
  text-align: center;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

#keyboardInputMaster .langLabel {
  float: left;
}
#keyboardInputMaster .closeButton {
  float: right;
}

.form-control::-moz-placeholder {
  color: #eee;
}

.custom-basic_user2 {
  float: left;
  padding-right: 5px;
  font-size: 22px;
  line-height: 32px;
}

#stickynav .container > .row {
  margin-top: 5px;
}

.dropdown-menu {
  width: 100%;
  max-height: 181px;
  overflow-x: hidden;
  padding: 0px;
  margin-top: 0px;
  box-shadow: -1px 2px 6px 1px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: -1px 2px 6px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: -1px 2px 6px 1px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: 1px solid #eee;
}
.dropdown-menu li a {
  white-space: initial;
  padding: 8px 10px;
  border-left: 5px solid #fff;
  border-top: 1px solid #eee;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
}
.dropdown-menu li a:hover {
  border-color: #008bcf;
  border-top: 1px solid #eee;
  background: #f5f8ff;
  cursor: pointer;
}
.dropdown-menu li a:active {
  border-color: #008bcf;
  border-top: 1px solid #eee;
  background: #fbfcfe;
  cursor: pointer;
}

.dropdown-menu li .active {
  background: #fbfcfe none repeat scroll 0 0;
  border-color: #eee #008bcf #008bcf;
  border-top: 1px solid #eee;
  cursor: pointer;
}

.drop-ul {
  position: absolute;
  top: 40px;
  border-top: none;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  z-index: 3;
  padding: 0px;
}

.icon_down {
  position: absolute;
  right: 10px;
  pointer-events: none;
  z-index: 2;
  line-height: 38px;
  top: 0;
}

.carousel-control {
  text-shadow: none;
  color: #008bcf;
}

@media (max-width: 767px) {
  .form-group .icon_down {
    top: 0px;
  }
}
@media (max-width: 767px) {
  .form-group .drop-ul {
    top: 38px;
  }
}

.btn-lg, .btn-group-lg > .btn {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

:-webkit-autofill {
  color: #fff !important;
}

.dropdown-backdrop {
  position: inherit !important;
}

.drop-arrow {
  position: absolute;
  bottom: 12px;
  right: 6px;
  float: right;
}

/*for tatkal and post free ad ends*/
.Work-Type {
  float: left;
}
.Work-Type .NewJob {
  right: -15px;
  top: -2px;
}
@media (max-width: 767px) {
  .Work-Type .NewJob {
    right: -2px;
    top: -5px;
    background: none;
    color: #0be60b;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .Work-Type .NewJob {
    right: 0px;
    top: -4px;
  }
}

.Work-Type::-webkit-scrollbar {
  display: none;
}

/*for city-role-modal selection*/
#jsRoleCityModal {
  z-index: 999999;
}
@media (max-width: 767px) {
  #jsRoleCityModal .modal-dialog {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
  }
  #jsRoleCityModal .modal-content {
    height: auto;
    min-height: 100%;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
}

.city-role-modal .glyphiconspan.filter-label {
  float: left;
}
.city-role-modal .modal-content {
  height: 190px;
}
.city-role-modal .modal-header {
  position: relative;
  background: #001824;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 15px;
  margin: 0px;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
}
.city-role-modal .modal-header:after {
  content: " ";
  position: absolute;
  right: 0;
  width: 50px;
  height: 100%;
  background-color: #0d242f;
  z-index: 1;
  bottom: 0;
  border-top-right-radius: 3px;
}
.city-role-modal .drop-input, .city-role-modal .contact-group {
  padding-left: 30px;
}
.city-role-modal .contact-group {
  background: #f4f7fa;
  height: 41px;
}
.city-role-modal .modal-header button.close {
  z-index: 2;
  position: relative;
  color: #fff;
  font-size: 26px;
  opacity: 1;
  right: -2px;
}
.city-role-modal #field_var_city_modal .icon_down {
  line-height: 0px;
  bottom: 25px;
}
.city-role-modal .filters-btn-group .icon-arrows_down {
  float: right;
}
.city-role-modal .filter-wrapper {
  width: 100%;
}
.city-role-modal .dropdown-toggle.filters-dropdown.first {
  width: 100%;
  margin-left: 0px !important;
  line-height: 22px;
}
.city-role-modal .dropdown-toggle.filters-dropdown.first, .city-role-modal .SelectRole .drop-input {
  border: 1px solid #ccc;
  background: #f4f7fa;
  box-shadow: none;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.city-role-modal .dropdown-toggle.filters-dropdown.first:hover, .city-role-modal .dropdown-toggle.filters-dropdown.first:visited, .city-role-modal .dropdown-toggle.filters-dropdown.first:active, .city-role-modal .SelectRole .drop-input:hover, .city-role-modal .SelectRole .drop-input:visited, .city-role-modal .SelectRole .drop-input:active {
  background: #f4f7fa;
  box-shadow: none;
}
.city-role-modal .btn-group.open .dropdown-toggle {
  box-shadow: none;
  background: #fff;
}
.city-role-modal #field_var_city_modal:before, .city-role-modal #jsModalRole:before {
  content: "\f10d";
  font-family: jobs-icons;
  font-size: 18px;
  left: 8px;
  top: 11px;
  color: #999;
  position: absolute;
  z-index: 999;
}
.city-role-modal .SelectRole .icon_down {
  bottom: 40px;
}
.city-role-modal .SelectRole .drop-ul {
  max-height: 140px;
  top: 41px;
}

/*for city-role-modal selection ends*/
div a.submit-form-disable {
  background: #ddd;
  color: #fff;
  border: 1px solid #ddd !important;
  cursor: no-drop;
}
div a.submit-form-disable:hover {
  background: #ddd;
}

.tooltip.fade {
  left: 15px !important;
}

.scrollprop {
  margin-top: -36px;
}

.drop_wrapper_active {
  display: block;
}

.drop_wrapper_remove {
  display: none;
}

.apply-form .style-select:after {
  content: "\f102";
  position: relative;
  font-family: "jobs-icons";
  pointer-events: none;
  bottom: 28px;
  float: right;
  right: 10px;
}
.apply-form .form-control-dropdown {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}

/*Sitemap */
.po-srh-pg, .sitemap-page {
  padding: 15px 0px;
}
.po-srh-pg h4, .sitemap-page h4 {
  color: #333;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.po-srh-pg .list-unstyled li a:hover, .sitemap-page .list-unstyled li a:hover {
  text-decoration: underline;
}

.sitemap-page .icRight {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  border: 1px solid #008bcf;
  padding: 3px 7px 1px 6px;
  vertical-align: 2px;
  text-align: center;
  border-radius: 50%;
  color: #008bcf;
  font-size: 18px;
  cursor: pointer;
}
.sitemap-page .icRight:hover {
  background: #008bcf;
  color: #fff;
}
.sitemap-page h4 {
  margin-bottom: 0px;
}
.sitemap-page .plb {
  border-left: 7px solid #0faa13;
  padding-left: 35px;
}
.sitemap-page li {
  font-size: 12px;
}
.sitemap-page hr {
  border: 2px solid #0faa13;
}
@media (max-width: 767px) {
  .sitemap-page {
    margin: 0px -5px;
  }
  .sitemap-page .plb {
    padding-left: 10px;
  }
}

/*Sitemap end*/
.droparrow {
  position: relative;
}

/* OTP Confirmation*/
.modal-sm.Otp-Confirmation {
  width: 320px;
  min-height: 274px;
  margin-top: 16%;
  overflow: hidden;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media (max-width: 767px) {
  .modal-sm.Otp-Confirmation {
    margin: 0px auto;
    width: 100%;
    border: none;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;
  }
  .modal-sm.Otp-Confirmation .modal-content {
    border: none;
  }
  .modal-sm.Otp-Confirmation .modal-header {
    border-radius: 0 !important;
  }
}
.modal-sm.Otp-Confirmation .btn {
  height: 46px;
  margin-bottom: 10px;
}
.modal-sm.Otp-Confirmation .Otp-one-time {
  font-size: 18px;
}
.modal-sm.Otp-Confirmation .modal-header {
  background: #001824;
  padding: 10px 15px;
  color: #fff;
  -webkit-border-radius: 3px 3px 0px 0px;
  -moz-border-radius: 3px 3px 0px 0px;
  border-radius: 3px 3px 0px 0px;
}
.modal-sm.Otp-Confirmation .modal-title {
  font-size: 16px;
}
.modal-sm.Otp-Confirmation .close {
  top: -8px;
  right: -14px;
  opacity: inherit;
  background: #0d242f;
  position: relative;
  padding: 9px 15px;
}
.modal-sm.Otp-Confirmation .help-txt {
  color: #666;
  font-size: 12px;
}

.mandatory {
  color: #ff7777;
}

/* OTP Confirmation ends */
.cursor-default {
  cursor: default;
}

.success-txt {
  color: #32a349 !important;
}

.premium-btn {
  background: #19ad1c;
  border-color: #1a911d;
}
.premium-btn:hover {
  background: #169718;
}

.primary-green {
  color: #14ac17;
}

.primary-red {
  color: #c54c4c;
}

.show-ellipsis.title {
  font-size: 15px;
}

.vip-confirmation {
  border: 1px solid #0faa13;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  margin: 5px auto 15px;
  max-width: 500px;
  padding: 5px;
  text-align: center;
}

.loader {
  border: 5px solid #d4d4d4;
  border-radius: 50%;
  border-top: 5px solid #0faa13;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 1s linear infinite;
  margin: auto;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.Otp-Confirmation .loader {
  margin: 0px auto 20px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  border-color: #008bcf;
  border-top: 1px solid #eee;
  background: #f5f8ff;
  cursor: pointer;
}

.postedByCo {
  padding: 15px;
  background: #f0f0f0;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .postedByCo {
    padding: 15px 10px 5px;
  }
  .postedByCo .kyc-icon {
    margin-left: 0 !important;
  }
}

.premium-company {
  background: #0faa13;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  font-size: 10px;
  padding: 2px 5px;
  color: #fff;
  position: relative;
  top: -1px;
  margin-left: 4px;
}

.HomeTopB .gcolumn {
  padding: 10px 0;
  min-height: 88px;
}
@media (max-width: 767px) {
  .HomeTopB .gcolumn {
    min-height: inherit;
  }
}

.light-gray {
  color: #999 !important;
}
.light-gray span {
  font-size: 18px;
}

.adjustpadding {
  padding-right: 0px;
}
@media (max-width: 767px) {
  .adjustpadding {
    padding-right: 15px;
  }
}

@media (max-width: 767px) {
  .snbBody {
    margin-top: 88px !important;
  }
  .snbBody .Mrole-search {
    display: none;
  }
}

.bodyM {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .bodyM {
    margin-top: 50px;
  }
}

.gray {
  color: #666;
  margin-bottom: 5px;
}

.gray-light {
  color: #999;
}

.disabled {
  color: #ddd !important;
}

@media (max-width: 767px) {
  .Mcenter {
    text-align: center;
  }
}

.ContainerCover {
  background: #fff;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);
  padding: 5px 10px;
  margin: 0px auto;
  width: 100%;
  display: inline-block;
}

.fade-scale {
  top: 15%;
  transform: scale(0);
  opacity: 0;
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.fade-scale.in {
  opacity: 1;
  transform: scale(1);
}

.modal-backdrop {
  -webkit-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
}

.alert {
  padding: 5px;
  text-align: center;
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 4;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
}
.alert .closebtn {
  position: absolute;
  font-size: 30px;
  top: -5px;
  margin-left: 15px;
  cursor: pointer;
}

.alert-success {
  background: #0faa13;
  color: #fff;
}

.alert-danger {
  background: #da534d;
  color: #fff;
}

.alertAbsolute {
  position: fixed;
  top: 60px;
}

.job-card.entryPoint {
  /*padding: 20px 8px 20px; position: relative;*/
  /*.btn{ top: 55px; position: relative;}*/
  /*  .btn-default{top: -3px; padding: 5px 20px 5px 20px;}*/
}
.job-card.entryPoint .error-content {
  margin-top: 0;
}
.job-card.entryPoint img {
  margin-top: 10px;
}
.job-card.entryPoint .title {
  margin-left: 20px;
}
.job-card.entryPoint ul {
  padding: 0px 40px;
}
.job-card.entryPoint ul li {
  color: #666;
  list-style: none;
}
.job-card.entryPoint ul li:before {
  content: "\f129";
  position: absolute;
  left: 25px;
  color: green;
  font-family: "jobs-icons";
}
@media (max-width: 767px) {
  .job-card.entryPoint {
    padding: 5px 10px 10px;
    /*.btn{ top: 0px;}*/
  }
  .job-card.entryPoint .error-content {
    margin-top: 0;
    min-height: 70px;
  }
  .job-card.entryPoint .title {
    margin-left: 2px;
  }
  .job-card.entryPoint ul {
    padding: 0px 20px;
  }
  .job-card.entryPoint ul li {
    font-size: 13px !important;
  }
  .job-card.entryPoint ul li:before {
    left: 5px;
  }
}

div#thankYou.in {
  top: 108px;
}

.search-control {
  padding: 0px 10px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin-bottom: 10px;
  height: 36px;
  width: 100%;
}

#clear {
  position: absolute;
  top: 10px;
  right: 10px;
  background: white;
  cursor: pointer;
  display: none;
}

/*Profile completeness css*/
.completenessEmpty {
  background: #c54c4c;
}

/*Till 30 percent need to show red*/
.completenessHalf {
  background: #df9d34;
}

/*From 31 to 84 percent need to show orrange*/
.completenessHigh {
  background: #60c54c;
}

/*From 85 to 100 percent need to show green */
/*Profile completeness css*/
.Cover {
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  /*border-radius: 3px;*/
  /*-webkit-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);*/
  /*-moz-box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);*/
  /*box-shadow: 0 0px 5px rgba(0, 0, 0, 0.2);*/
  background: #fff;
  padding: 15px;
}

#jobs_snb_breadcrumb {
  margin-top: 10px;
}

.snb .right-container .gcolumn {
  margin-bottom: 10px;
}

#cityDropdown {
  display: none !important;
}

@media (max-width: 767px) {
  .newRulesLegal, .dailyLimit {
    margin-top: 14px;
  }
}
.job-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 85%;
  display: block;
  cursor: pointer;
}
.job-title:first-letter {
  text-transform: uppercase;
}

.ftrJ .job-title {
  margin-bottom: 10px;
}
.ftrJ .rS {
  display: inline-block;
  vertical-align: bottom;
  margin-bottom: 6px;
  width: 65%;
}
.ftrJ .rS strong {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 80%;
  display: inline-block;
  vertical-align: -6px;
}
.ftrJ .ft {
  background: #7500cf;
}
.ftrJ .ft:after {
  content: "";
  border: 6px solid #7500cf;
  border-bottom: 14px solid transparent;
  border-left: 3px solid transparent;
  position: absolute;
  left: -9px;
  top: 0;
}
.ftrJ .ft .goldL {
  right: 0px;
  top: -46px;
}
.ftrJ .imgSection {
  width: 100px;
  display: inline-block;
  border: 1px solid #ccc;
  height: 60px;
  position: relative;
  border-radius: 3px;
}
.ftrJ .imgSection img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  max-width: 50px;
  max-height: 100%;
  padding: 5px 0;
}

.spotLight {
  background: #fcf7ff !important;
  position: relative;
}

.cardContainer {
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0px 0px 4px 2px rgba(0, 0, 0, 0.10);
}

.cardContainer .textContainer {
  padding: 16px 12px;
}

.cardContainer .imageContainer {
  border-radius: 4px;
  overflow: hidden;
}

.blogs {
  color: #333;
  font-size: 12px;
  margin-bottom: 18px;
}

.readMore {
  color: #018BCF;
  font-size: 12px;
  margin: 0;
}

.fJSection .carouselControl {
  right: 15px;
}
.fJSection .ftrJ {
  border: 1px solid #ccc;
  box-shadow: none;
}

@media (min-width: 767px) {
  .fJSection .ftrJ {
    min-height: 227px;
  }
  .fJSection .ftrJ a.btn-block {
    position: absolute;
    bottom: 10px;
    width: 94.5%;
  }
}
.allTBest {
  background: #0faa13;
  border-radius: 50%;
  color: #fff;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  font-size: 12px;
  position: relative;
  /*top: -2px;*/
}

.floatingOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(255, 255, 255, 0.8);
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  display: none;
}

.btn-skip {
  border-color: #ccc;
  color: #999;
}
.btn-skip:hover {
  background: #fff;
  color: #008bcf;
  border-color: #008bcf;
}

.rB {
  margin: 0 auto;
  height: 98px;
  width: 90px;
}

.rB1 {
  background-position: -15px -15px;
}

.rB2 {
  background-position: -125px -15px;
}

.rB3 {
  background-position: -228px -15px;
}

.rB4 {
  background-position: -330px -15px;
}

.interceptModal .btnHire {
  background: #fceb42;
  border: 1px solid #e1b70c;
}
.interceptModal .btnHire:hover {
  color: #666 !important;
}
.interceptModal .btnCandidate {
  color: #fff !important;
}
.interceptModal .btnCandidate + span {
  padding: 0px 20px;
  font-size: 18px;
  display: inline-block;
  color: #666;
  vertical-align: -2px;
}
.interceptModal .modal-dialog {
  max-width: 550px;
}
.interceptModal .imgContainer {
  min-height: 270px;
  background: #2095cf;
  border-top-left-radius: 3px;
  padding: 5px 0px 0px 20px;
  color: #fff;
  font-weight: bold;
}
.interceptModal .imgContainer img {
  margin: 0 auto;
}
.interceptModal .modal-body {
  padding-top: 0px;
}
.interceptModal .btnCandidate,
.interceptModal .btnHire {
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  width: 170px;
  border-radius: 3px;
  padding: 0px;
}
@media (max-width: 768px) {
  .interceptModal .modal-body {
    text-align: center;
  }
  .interceptModal .btnCandidate,
  .interceptModal .btnCandidate + span,
  .interceptModal .btnHire {
    display: block;
    margin: 0 auto;
  }
  .interceptModal .close {
    right: -2px;
    top: -4px;
    padding-top: 6px;
    background: transparent;
    color: #fff;
    box-shadow: none;
    font-size: 30px;
  }
}

.clearDropdown {
  position: absolute;
  right: 32px;
  top: 10px;
  font-size: 20px;
  background: #eee;
  border-radius: 50%;
  /*display: inline-block;*/
  display: none;
  cursor: pointer;
  line-height: 18px;
  width: 20px;
  height: 20px;
  padding: 1px 1px 1px 0;
}

.SelectRole .dropdown-menu a {
  font-weight: bold;
  border-left: 3px solid transparent !important;
}
.SelectRole .dropdown-menu a:hover {
  background: #fbfcfe;
  cursor: pointer !important;
  color: #008bcf;
  border: none !important;
  border-left: 3px solid #008bcf !important;
}

ul.subRoleContainer {
  padding: 0px;
}
ul.subRoleContainer li a {
  background: #fff !important;
  color: #333;
  font-weight: normal !important;
  display: block;
  white-space: nowrap;
}

.headerIconRemove {
  position: absolute;
  z-index: 15;
  right: 5px;
  font-size: 25px;
  top: 3px;
  cursor: pointer;
}

.cP {
  cursor: pointer;
}

.verifiedStripModal input {
  border: none;
  border-bottom: 1px solid #ddd;
  min-width: 200px;
  height: 40px;
  font-size: 18px;
}
.verifiedStripModal input:focus {
  border-bottom: 1px solid #008bcf;
}
.verifiedStripModal .iconVerifiedTick {
  font-size: 25px;
  width: 40px;
  height: 40px;
  padding-top: 5px;
  margin-top: 25px;
}
.verifiedStripModal .btn {
  font-size: 14px;
  width: 200px;
  display: inline-block;
  color: #ffffff;
}
.verifiedStripModal .btn.disabled {
  background: #666;
  border: 1px solid #666;
}

.mNum {
  margin-bottom: 70px;
}

.VerificationIcon, .iconEmail {
  font-size: 22px;
  line-height: 1px;
  display: inline-block;
  vertical-align: -3px;
  position: relative;
}

.iconEmail {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .iconEmail {
    padding-left: 0px;
  }
}

.colorYellow {
  background: #fff9e6;
}

.VerificationIcon:after {
  content: "X";
  background: #da534d;
  color: #fff;
  border-radius: 50%;
  padding: 8px 0px 0px 4px;
  width: 15px;
  height: 15px;
  position: absolute;
  display: inline-block;
  font-size: 12px;
  top: -5px;
  left: 10px;
  font-style: normal;
}

.iconEmail:after, .isSuccess:after {
  content: "\f129";
  background: #1db034;
  color: #fff;
  border-radius: 50%;
  padding: 2px 0px 0px 3px;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
  position: absolute;
  display: inline-block;
  font-family: "jobs-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-rendering: optimizeLegibility;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-size: 10px;
  top: -5px;
  right: -5px;
}

.bT {
  float: left;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 25px 10px;
  width: 100%;
}
@media (max-width: 767px) {
  .bT {
    padding: 10px;
  }
}
.bT .col-sm-9 {
  padding: 0px;
}

.mH {
  font-size: 20px;
}

.benefitsTips .profileIcon i {
  font-size: 45px;
  color: #999;
}
.benefitsTips .col-sm-2 div {
  line-height: 16px;
  margin-top: -3px;
  color: #999;
}
@media (max-width: 767px) {
  .benefitsTips .icon-star_filled {
    min-width: inherit;
    top: 0px;
  }
  .benefitsTips .profileIcon i {
    font-size: 35px;
    display: inline-block;
    min-width: 40px;
    top: 10px;
  }
  .benefitsTips .pgh {
    display: inline-block;
    max-width: 158px;
    line-height: 18px;
    vertical-align: middle;
  }
}

.txtCntr {
  text-align: center;
}
@media (max-width: 767px) {
  .txtCntr {
    text-align: inherit;
    margin: 0px !important;
  }
}

.icon-star_filledBg {
  font-size: 20px !important;
  color: #FFC107 !important;
  background: #eee;
  padding: 4px 3px 1px 4px;
  border-radius: 3px;
  margin-right: 5px;
}

.everify-span {
  line-height: 13px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  vertical-align: -3px;
  padding-left: 4px;
}

.paymentSuccessInfo {
  margin-top: 8px;
  background: #22a927;
  padding: 10px;
  color: white;
  font-weight: 600;
  text-align: center;
  -moz-box-shadow: 0 5px 10px rgba(105, 105, 105, 0.2);
  -webkit-box-shadow: 0 5px 10px rgba(105, 105, 105, 0.2);
  box-shadow: 0 5px 10px rgba(105, 105, 105, 0.2);
  padding-top: 70px;
}

.paymentSuccessInfo div {
  max-width: 1170px;
  margin: 0 auto;
}

.paymentSuccessInfo i.icon-tick {
  border-radius: 50%;
  border: 1px solid white;
  width: 20px;
  height: 20px;
  text-align: center;
  margin-right: 8px;
  font-size: 11px;
  line-height: 20px;
  display: inline-block;
}

.paymentSuccessInfo i.icon-arrows_remove {
  float: right;
  font-size: 28px;
  margin-top: -6px;
  cursor: pointer;
}

.paymentSuccessInfo span {
  padding-top: 2px;
}

.payUnsuccess {
  background: #d74141;
}

.noradius {
  border-radius: 0px !important;
}

.font16 {
  font-size: 16px;
}

.ml5 {
  margin-left: 5px;
}

.pr20 {
  padding-right: 20px;
}

.quikrCashHeader img {
  width: 22px;
}

.quikrCashHeader.infoIc {
  width: auto;
  height: auto;
  border: none;
  font-size: initial;
  position: initial;
  line-height: initial;
}

.quikrCashHeader.infoIc msg {
  font-size: 12px;
  top: 35px;
  width: 282px;
  left: -80px;
}

.quikrCashHeader.infoIc msg:before {
  border-width: 6px;
  margin-top: -5px;
}

.quikrCashHeader .arrow_box:after, .quikrCashHeader .arrow_box:before {
  right: 50%;
  top: -19%;
  transform: rotate(90deg);
}

.pudoDiv {
  min-height: 150px;
}
.pudoDiv span {
  width: 65%;
  line-height: 18px;
  vertical-align: -22px;
}

.infoIc {
  cursor: pointer;
  color: #008bcf;
  background: #fff;
  display: inline-block;
  text-align: center;
  line-height: 14px;
  border-radius: 50%;
  border: 1px solid #008bcf;
  width: 15px;
  height: 15px;
  font-size: 10px;
  top: 4px;
  position: relative;
  margin-left: 10px;
}

.infoIc .arrow_box {
  top: -6px;
  width: 220px;
  left: 19px;
  display: none;
  position: absolute;
  border: 1px solid #ddd;
  color: #666;
  padding: 5px 0;
  background: #fcecbc;
  border-radius: 3px;
}

.infoIc .arrow_box:after, .infoIc .arrow_box:before {
  right: 100%;
  top: 31%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.infoIc .arrow_box:after {
  border-right-color: #fcecbc;
  border-width: 6px;
  margin-top: -6px;
}

.infoIc .arrow_box:before {
  border-right-color: #ddd;
  border-width: 8px;
  margin-top: -8px;
}

.infoIc:hover .arrow_box {
  display: block;
}

.offerLabel {
  background: #ff903b;
  color: #fff;
  padding: 8px 7px 6px;
  position: relative;
  width: 90%;
  left: -5px;
  font-size: 11px;
  float: left;
}
.offerLabel:before, .offerLabel:after {
  content: '';
  position: absolute;
  border-bottom: 18px solid #ff903b;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  top: 15px;
  right: -14px;
  transform: rotate(-132deg);
}
.offerLabel:after {
  left: auto;
  right: -15px;
  transform: rotate(180deg);
  top: 0px;
}

.flex {
  display: flex;
}

.featurdBrand {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  max-height: 350px;
  overflow-y: scroll;
}
.featurdBrand img {
  margin: 0px 10px 10px 0;
  max-width: 78px;
}

.featurdBrand-list {
  max-height: 350px;
  overflow-y: scroll;
}

.featurdBrand-list li {
  min-width: 196px;
  max-width: 196px;
  padding: 10px 0 !important;
  vertical-align: top;
  float: left;
  margin-right: 25px;
}
.featurdBrand-list li a {
  color: #333;
  line-height: 18px;
}
.featurdBrand-list li a:hover {
  color: #008bcf;
}

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

.termsCondition {
  position: relative;
  float: left;
  width: 100%;
}
.termsCondition .tc {
  position: absolute;
  top: 4px;
  right: 10px;
  z-index: 9;
  cursor: pointer;
  font-size: 9px;
}
.termsCondition .tc:focus {
  outline: none;
}
.termsCondition .popover {
  width: 100%;
  max-width: 350px;
}
.dF {
  display: flex;
}

.bewareOfScammers {
  display: flex;
  align-items: center;
  gap: 24px;
  padding: 16px;

  font-weight: 600;

  border-radius: 6px;
  background: #FFF7AC;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.10);
}

.bewareOfScammers a {
  color: #333;
}

.bewareOfScammers .bOSCautionIcon {
  flex-shrink: 0;
}

.bewareOfScammers .bOSParaOne {
  margin-bottom: 8px;
}

.bewareOfScammers .bOSHighlight {
  color: #168DCD;
}

.bewareOfScammers .bOSPhone {
  display: inline-flex;
  font-weight: 700;
}

.bewareOfScammers .bOSEmail {
  text-decoration: underline;
}

.bewareOfScammers .bOSParaTwo {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .bewareOfScammers {
    padding: 16px;

    text-align: center;
  }

  .bewareOfScammers .bOSCautionIcon {
    display: none;
  }
}
@font-face{font-family:"hamburger-icons";src:url("/public/icons/hamburger_icons/hamburger-icons_9c4dbefea04a112ba49cf5b8dd57808c.eot");src:url("/public/icons/hamburger_icons/hamburger-icons_9c4dbefea04a112ba49cf5b8dd57808c.eot?#iefix") format("embedded-opentype"),url("/public/icons/hamburger_icons/hamburger-icons_9c4dbefea04a112ba49cf5b8dd57808c.woff") format("woff"),url("/public/icons/hamburger_icons/hamburger-icons_9c4dbefea04a112ba49cf5b8dd57808c.ttf") format("truetype"),url("/public/icons/hamburger_icons/hamburger-icons_9c4dbefea04a112ba49cf5b8dd57808c.svg#hamburger-icons") format("svg");font-weight:normal;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio: 0){@font-face{font-family:"hamburger-icons";src:url("/public/icons/hamburger_icons/hamburger-icons_9c4dbefea04a112ba49cf5b8dd57808c.svg#hamburger-icons") format("svg")}}[data-icon]:before{content:attr(data-icon)}[data-icon]:before,.icon-arrow:before,.icon-arrow-down:before,.intentexpand:before,.icon-arrow-right:before,.icon-arrow-left:before,.icon-arrow-up:before,.icon-bikes:before,.icon-cars-bikes:before,.icon-cash-no-cash:before,.icon-chat3:before,.icon-commercial:before,.icon-community:before,.icon-doorstep-offer:before,.icon-education-training:before,.icon-electronics-appliances:before,.icon-entertainment:before,.icon-events:before,.icon-furniture-decor:before,.icon-home-lifestyle:before,.icon-jobs:before,.icon-kids-toys:before,.icon-matrimonial:before,.icon-mobiles-tablets:before,.icon-myaccount:before,.icon-nationwide:before,.icon-pets-pet-care:before,.icon-real-estate:before,.icon-refurbished-phones:before,.icon-remove:before,.icon-salon-at-home:before,.icon-services:before,.icon-sports-hobbies-fashion:before{display:inline-block;font-family:"hamburger-icons";font-style:normal;font-weight:normal;font-variant:normal;line-height:1;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}.icon-arrow:before,.icon-arrow-down:before,.intentexpand:before,.icon-arrow-right:before,.icon-arrow-left:before,.icon-arrow-up:before{content:"\f22b"}.icon-bikes:before{content:"\f1eb"}.icon-cars-bikes:before{content:"\f196"}.icon-cash-no-cash:before{content:"\f228"}.icon-chat3:before{content:"\f223"}.icon-commercial:before{content:"\f224"}.icon-community:before{content:"\f21f"}.icon-doorstep-offer:before{content:"\f225"}.icon-education-training:before{content:"\f226"}.icon-electronics-appliances:before{content:"\f199"}.icon-entertainment:before{content:"\f181"}.icon-events:before{content:"\f220"}.icon-furniture-decor:before{content:"\f20f"}.icon-home-lifestyle:before{content:"\f19f"}.icon-jobs:before{content:"\f190"}.icon-kids-toys:before{content:"\f22a"}.icon-matrimonial:before{content:"\f122"}.icon-mobiles-tablets:before{content:"\f19b"}.icon-myaccount:before{content:"\f187"}.icon-nationwide:before{content:"\f227"}.icon-pets-pet-care:before{content:"\f19c"}.icon-real-estate:before{content:"\f19e"}.icon-refurbished-phones:before{content:"\f221"}.icon-remove:before{content:"\f157"}.icon-salon-at-home:before{content:"\f229"}.icon-services:before{content:"\f1a0"}.icon-sports-hobbies-fashion:before{content:"\f22d"}@font-face{font-family:"hamburger-icons";src:url("/public/icons/hamburger_icons/hamburger-icons_9c4dbefea04a112ba49cf5b8dd57808c.eot");src:url("/public/icons/hamburger_icons/hamburger-icons_9c4dbefea04a112ba49cf5b8dd57808c.eot?#iefix") format("embedded-opentype"),url("/public/icons/hamburger_icons/hamburger-icons_9c4dbefea04a112ba49cf5b8dd57808c.woff") format("woff"),url("/public/icons/hamburger_icons/hamburger-icons_9c4dbefea04a112ba49cf5b8dd57808c.ttf") format("truetype"),url("/public/icons/hamburger_icons/hamburger-icons_9c4dbefea04a112ba49cf5b8dd57808c.svg#hamburger-icons") format("svg");font-weight:normal;font-style:normal}@media screen and (-webkit-min-device-pixel-ratio: 0){@font-face{font-family:"hamburger-icons";src:url("/public/icons/hamburger_icons/hamburger-icons_9c4dbefea04a112ba49cf5b8dd57808c.svg#hamburger-icons") format("svg")}}[data-icon]:before{content:attr(data-icon)}[data-icon]:before,.icon-arrow:before,.icon-arrow-down:before,.intentexpand:before,.icon-arrow-right:before,.icon-arrow-left:before,.icon-arrow-up:before,.icon-bikes:before,.icon-cars-bikes:before,.icon-cash-no-cash:before,.icon-chat3:before,.icon-commercial:before,.icon-community:before,.icon-doorstep-offer:before,.icon-education-training:before,.icon-electronics-appliances:before,.icon-entertainment:before,.icon-events:before,.icon-furniture-decor:before,.icon-home-lifestyle:before,.icon-jobs:before,.icon-kids-toys:before,.icon-matrimonial:before,.icon-mobiles-tablets:before,.icon-myaccount:before,.icon-nationwide:before,.icon-pets-pet-care:before,.icon-real-estate:before,.icon-refurbished-phones:before,.icon-remove:before,.icon-salon-at-home:before,.icon-services:before,.icon-sports-hobbies-fashion:before{display:inline-block;font-family:"hamburger-icons";font-style:normal;font-weight:normal;font-variant:normal;line-height:1;text-decoration:inherit;text-rendering:optimizeLegibility;text-transform:none;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-smoothing:antialiased}.icon-arrow:before,.icon-arrow-down:before,.intentexpand:before,.icon-arrow-right:before,.icon-arrow-left:before,.icon-arrow-up:before{content:"\f22b"}.icon-bikes:before{content:"\f1eb"}.icon-cars-bikes:before{content:"\f196"}.icon-cash-no-cash:before{content:"\f228"}.icon-chat3:before{content:"\f223"}.icon-commercial:before{content:"\f224"}.icon-community:before{content:"\f21f"}.icon-doorstep-offer:before{content:"\f225"}.icon-education-training:before{content:"\f226"}.icon-electronics-appliances:before{content:"\f199"}.icon-entertainment:before{content:"\f181"}.icon-events:before{content:"\f220"}.icon-furniture-decor:before{content:"\f20f"}.icon-home-lifestyle:before{content:"\f19f"}.icon-jobs:before{content:"\f190"}.icon-kids-toys:before{content:"\f22a"}.icon-matrimonial:before{content:"\f122"}.icon-mobiles-tablets:before{content:"\f19b"}.icon-myaccount:before{content:"\f187"}.icon-nationwide:before{content:"\f227"}.icon-pets-pet-care:before{content:"\f19c"}.icon-real-estate:before{content:"\f19e"}.icon-refurbished-phones:before{content:"\f221"}.icon-remove:before{content:"\f157"}.icon-salon-at-home:before{content:"\f229"}.icon-services:before{content:"\f1a0"}.icon-sports-hobbies-fashion:before{content:"\f22d"}.hamburger-pop-menu{position:fixed !important;top:0;left:-321px;width:320px;z-index:300;background-color:#fff;border-right:1px solid #CCC;-webkit-transition:all,.4s,ease-out 0.2s;-moz-transition:all,.4s,ease-out 0.2s;transition:all,.4s,ease-out 0.2s}.hamburger-pop-menu.view-hamburger-pop-menu{left:0}.hamburger-pop-menu .hamburger-pop-header{padding:10px 10px 8px;border-bottom:1px solid #CCC}.hamburger-pop-menu .hamburger-pop-header a.quikr-logo{display:inline-block;height:46px;width:118px !important}.hamburger-pop-menu .hamburger-pop-header a.quikr-logo .icon-Q{font-size:40px;color:#0faa14;position:relative}.hamburger-pop-menu .hamburger-pop-header .close-icn{top:8px;color:#000}.hamburger-pop-menu .hamburger-pop-header .close-icn i{font-size:35px}.hamburger-pop-menu .account-info{background-color:#f3f3f3;border-bottom:1px solid #CCC;position:relative}.hamburger-pop-menu .account-info a{display:block;min-height:90px;padding:10px}.hamburger-pop-menu .account-info .profile-pic{width:70px;height:70px;border-radius:50% 50%;-moz-border-radius:50% 50%;-webkit-border-radius:50% 50%;-o-border-radius:50% 50%;-ms-border-radius:50% 50%;border:1px solid #e2e2e2;overflow:hidden;background-size:100%;background-position:center center;background-color:#fff;position:relative}.hamburger-pop-menu .account-info .profile-pic img{width:100%}.hamburger-pop-menu .account-info .profile-pic .profile-pic-child{text-align:center;color:#999;font-size:61px;width:100%;position:absolute;top:0;left:0;height:78px;line-height:normal}.hamburger-pop-menu .account-info .profile-info{margin:8px 0 0 82px;padding:0;position:static}.hamburger-pop-menu .account-info .profile-info .profile-info-inner{position:absolute;top:50%;-moz-transform:translate(0, -50%);-o-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-webkit-transform:translate(0, -50%);transform:translate(0, -50%)}.hamburger-pop-menu .account-info .profile-info h6{color:#666;font-weight:bold;font-size:16px;margin-bottom:8px}.hamburger-pop-menu .account-info .profile-info p{margin:0;padding:0;font-size:13px;line-height:20px}.hamburger-pop-menu .account-info .profile-info p:last-child{color:#0083ca;width:215px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hamburger-pop-menu .category-list-view{border-bottom:1px solid #CCC}.hamburger-pop-menu .category-list-view ul{list-style:none;margin:0;padding:0}.hamburger-pop-menu .category-list-view ul li{list-style:none;margin:0;padding:0;line-height:normal}.hamburger-pop-menu .category-list-view a{display:block;padding:5px 5px 5px 15px;border-left:5px solid #fff;-webkit-transition:all,.4s,ease-out 0.2s;-moz-transition:all,.4s,ease-out 0.2s;transition:all,.4s,ease-out 0.2s;position:relative;color:#333}.hamburger-pop-menu .category-list-view a i{font-size:30px;margin-right:7px}.hamburger-pop-menu .category-list-view a span{position:absolute;top:50%;-moz-transform:translate(0, -50%);-o-transform:translate(0, -50%);-ms-transform:translate(0, -50%);-webkit-transform:translate(0, -50%);transform:translate(0, -50%)}.hamburger-pop-menu .category-list-view a span .nxt-count{position:relative !important;top:10px;width:20px;height:20px;background-color:red;color:#fff;border-radius:50%;text-align:center;font-size:12px;line-height:22px;font-weight:bold;display:inline-block}.hamburger-pop-menu .category-list-view a:hover{color:#0083ca !important;border-left:5px solid #0083ca}.hamburger-pop-menu .category-lists{overflow-y:scroll;overflow:-moz-scrollbars-vertical;width:100%;display:block}.hamburger-pop-menu .category-lists::-webkit-scrollbar{-webkit-appearance:none;width:7px}.hamburger-pop-menu .category-lists::-webkit-scrollbar-thumb{border-radius:4px;background-color:rgba(0,0,0,0.5);-webkit-box-shadow:0 0 1px rgba(255,255,255,0.5)}.hamburger-pop-menu .login-city{background-color:#f6f5f5;position:absolute;bottom:0;left:0}.hamburger-pop-menu .login-city a{display:block;padding:15px;color:#333}.hamburger-pop-menu .login-city a i{top:2px}.hamburger-pop-menu .login-city button{border:0 none;color:#fff;background-color:#0083ca;padding:10px 16px;text-align:center;width:319px;line-height:26px;border-radius:0}.hamburger-pop-menu .login-city button:hover{background-color:#286090}.quik-logo{background:url(/public/images/quikr-logo.png) 0 0 no-repeat;width:115px;height:45px;background-size:115px 45px;display:block;text-indent:-9000px}.cityselect-overlay{position:fixed !important;width:100%;height:100%;top:0;left:0;z-index:999;clear:both;background-color:#fff;border:1px solid #CCC}@media screen and (min-width: 768px){.cityselect-overlay{position:absolute;left:50%;top:50%;-moz-transform:translate(-50%, -50%);-o-transform:translate(-50%, -50%);-ms-transform:translate(-50%, -50%);-webkit-transform:translate(-50%, -50%);transform:translate(-50%, -50%);width:600px;height:395px;z-index:160}}.cityselect-overlay h4{line-height:2.7em;padding-left:18px;background-color:#001824;display:block;color:#fff;font-size:16px}.cityselect-overlay h4 a{color:#FFF;font-size:30px;top:5px;right:5px}.cityselect-overlay h4 a:hover{color:#fff !important}.cityselect-overlay .layer-inner{padding:5px 18px 18px 18px}.cityselect-overlay .form{margin-bottom:20px;float:left;width:100%}.cityselect-overlay .form input{width:100%;border-bottom:1px solid #ccc;padding-left:32px}.cityselect-overlay .form .custom-form-controls label{left:32px}.cityselect-overlay .form .search-icn{display:block;position:absolute;left:0;bottom:0}.cityselect-overlay .form .search-icn i{font-size:25px;color:#0083ca}.cityselect-overlay .title{float:left;width:100%}.cityselect-overlay .title a,.cityselect-overlay .title h5{display:block;font-size:13px;font-weight:bold;margin-bottom:15px}@media screen and (min-width: 768px){.cityselect-overlay .title a,.cityselect-overlay .title h5{font-size:15px}}.cityselect-overlay .title h5{margin:0px 0 10px}.cityselect-overlay .green_dhtml_content_box{max-height:200px;overflow-y:auto}.cityselect-overlay .city-list{height:100%;overflow-y:scroll;float:left;width:100%}.cityselect-overlay .city-list li{float:left;width:100%;font-size:14px}@media screen and (min-width: 768px){.cityselect-overlay .city-list li{width:33%}}@media screen and (min-width: 1024px){.cityselect-overlay .city-list li{width:25%}}.cityselect-overlay .city-list li a{display:block;padding:10px}.cityselect-overlay .city-list li a:hover{background-color:#f3f3f3}.simple-overlay{position:fixed;width:100%;height:100%;z-index:99;background-color:rgba(255,255,255,0.8);left:0;right:0;bottom:0;top:0;display:none}.icon-arrow,.icon-arrow-down,.intentexpand,.icon-arrow-right,.icon-arrow-left,.icon-arrow-up{font-size:11px}.icon-arrow-right{-moz-transform:rotate(-90deg);-o-transform:rotate(-90deg);-ms-transform:rotate(-90deg);-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.icon-arrow-left{-moz-transform:rotate(90deg);-o-transform:rotate(90deg);-ms-transform:rotate(90deg);-webkit-transform:rotate(90deg);transform:rotate(90deg)}.icon-arrow-up{-moz-transform:rotate(180deg);-o-transform:rotate(180deg);-ms-transform:rotate(180deg);-webkit-transform:rotate(180deg);transform:rotate(180deg)}.hamburger-pop-content .btn-primary{background:#0083ca;color:#fff;border:0 none}.hamburger-pop-menu .account-info{position:relative}.hamburger-pop-menu .account-info .profile-pic{position:relative}

