@charset "UTF-8";
/* ///===================================================///*/
/* ********************** BLANK STYLES *********************/
/* ///=================================================///*/
/*!
 *
 *
 *
 */
/* ////===== BOOTSTRAP v3.3.7 =====//// */
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! 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 {
  -webkit-box-sizing: content-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: content-box;
          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;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #7c8a95;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #67b930;
  text-decoration: none;
}

a:hover, a:focus {
  color: #509125;
  text-decoration: underline;
}

a:focus {
  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.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-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 #eeeeee;
}

.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: #777777;
}

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: 30px;
}

h3, .h3 {
  font-size: 24px;
}

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: #777777;
}

.text-primary {
  color: #6d60b0;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #554994;
}

.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: #6d60b0;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #554994;
}

.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 #eeeeee;
}

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.428571429;
}

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 #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

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.428571429;
  color: #777777;
}

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 #eeeeee;
  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.428571429;
}

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: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  -webkit-box-shadow: none;
          box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

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: 1170px;
  }
}

.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.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.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.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

table {
  background-color: transparent;
}

caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #777777;
  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.428571429;
  vertical-align: top;
  border-top: 1px solid #ddd;
}

.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}

.table > caption + thead > tr:first-child > th,
.table > 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: #333333;
  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;
  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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  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, -webkit-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::-ms-expand {
  border: 0;
  background-color: transparent;
}

.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eeeeee;
  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.3333333;
  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.3333333;
  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.3333333;
}

.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: #c2c9ce;
}

@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: 11px;
    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;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -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: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  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: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e5e5;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e5e5;
  border-color: #adadad;
}

.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: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #6d60b0;
  border-color: #5f52a5;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #554994;
  border-color: #2e2850;
}

.btn-primary:hover {
  color: #fff;
  background-color: #554994;
  border-color: #483e7c;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #554994;
  border-color: #483e7c;
}

.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: #fff;
  background-color: #483e7c;
  border-color: #2e2850;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #6d60b0;
  border-color: #5f52a5;
}

.btn-primary .badge {
  color: #6d60b0;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #67b930;
  border-color: #5ca52b;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #509125;
  border-color: #234010;
}

.btn-success:hover {
  color: #fff;
  background-color: #509125;
  border-color: #41741e;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #509125;
  border-color: #41741e;
}

.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: #41741e;
  border-color: #234010;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #67b930;
  border-color: #5ca52b;
}

.btn-success .badge {
  color: #67b930;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #3db8db;
  border-color: #28b0d7;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #249ec1;
  border-color: #14586b;
}

.btn-info:hover {
  color: #fff;
  background-color: #249ec1;
  border-color: #1e86a3;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #249ec1;
  border-color: #1e86a3;
}

.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: #1e86a3;
  border-color: #14586b;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #3db8db;
  border-color: #28b0d7;
}

.btn-info .badge {
  color: #3db8db;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #ffd54f;
  border-color: #ffcf36;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ffc91c;
  border-color: #b58a00;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ffc91c;
  border-color: #f7bc00;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ffc91c;
  border-color: #f7bc00;
}

.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: #f7bc00;
  border-color: #b58a00;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #ffd54f;
  border-color: #ffcf36;
}

.btn-warning .badge {
  color: #ffd54f;
  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:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #67b930;
  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: #509125;
  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: #777777;
  text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  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;
  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: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  background-clip: padding-box;
}

.dropdown-menu.pull-right {
  right: 0;
  left: auto;
}

.dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  color: #333333;
  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: #6d60b0;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
  color: #777777;
}

.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.428571429;
  color: #777777;
  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: 4px;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.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 .form-control:focus {
  z-index: 3;
}

.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: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.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: #eeeeee;
}

.nav > li.disabled > a {
  color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
  background-color: #eeeeee;
  border-color: #67b930;
}

.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}

.nav > li > a > img {
  max-width: none;
}

.nav-tabs {
  border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.428571429;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
  border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  color: #555555;
  background-color: #fff;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav-pills > li {
  float: left;
}

.nav-pills > li > a {
  border-radius: 4px;
}

.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: #6d60b0;
}

.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: 4px;
}

.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: 4px 4px 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: 4px;
  }
}

.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;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
          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;
    -webkit-box-shadow: none;
            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: 4px;
}

.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;
    -webkit-box-shadow: none;
            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: 4px;
  border-top-left-radius: 4px;
  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-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
    margin-right: -15px;
  }
  .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: #5e5d5d;
  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: #222;
  border-color: #090808;
}

.navbar-inverse .navbar-brand {
  color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
  color: #fff;
  background-color: transparent;
}

.navbar-inverse .navbar-text {
  color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
  color: #9d9d9d;
}

.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: #090808;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
  color: #444;
  background-color: transparent;
}

.navbar-inverse .navbar-toggle {
  border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
  border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
  background-color: #090808;
  color: #fff;
}

@media (max-width: 767px) {
  .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
    border-color: #090808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
    background-color: #090808;
  }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
    color: #9d9d9d;
  }
  .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: #090808;
  }
  .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: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
  color: #fff;
}

.navbar-inverse .btn-link {
  color: #9d9d9d;
}

.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: 4px;
}

.breadcrumb > li {
  display: inline-block;
}

.breadcrumb > li + li:before {
  content: "/ ";
  padding: 0 5px;
  color: #ccc;
}

.breadcrumb > .active {
  color: #777777;
}

.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}

.pagination > li {
  display: inline;
}

.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.428571429;
  text-decoration: none;
  color: #67b930;
  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: 4px;
  border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  z-index: 2;
  color: #509125;
  background-color: #eeeeee;
  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: 3;
  color: #fff;
  background-color: #6d60b0;
  border-color: #6d60b0;
  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: #777777;
  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.3333333;
}

.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: #eeeeee;
}

.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: #777777;
  background-color: #fff;
  cursor: not-allowed;
}

.label {
  display: inline;
  padding: .2em .6em .3em;
  font-size: 75%;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
}

.label:empty {
  display: none;
}

.btn .label {
  position: relative;
  top: -1px;
}

a.label:hover, a.label:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.label-default {
  background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
  background-color: #5e5e5e;
}

.label-primary {
  background-color: #6d60b0;
}

.label-primary[href]:hover, .label-primary[href]:focus {
  background-color: #554994;
}

.label-success {
  background-color: #67b930;
}

.label-success[href]:hover, .label-success[href]:focus {
  background-color: #509125;
}

.label-info {
  background-color: #3db8db;
}

.label-info[href]:hover, .label-info[href]:focus {
  background-color: #249ec1;
}

.label-warning {
  background-color: #ffd54f;
}

.label-warning[href]:hover, .label-warning[href]:focus {
  background-color: #ffc91c;
}

.label-danger {
  background-color: #d9534f;
}

.label-danger[href]:hover, .label-danger[href]:focus {
  background-color: #c9302c;
}

.badge {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #777777;
  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: #67b930;
  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: #eeeeee;
}

.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;
  padding-left: 15px;
  padding-right: 15px;
}

.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.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-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: #7c8a95;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #67b930;
}

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert > p,
.alert > ul {
  margin-bottom: 0;
}

.alert > p + p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.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: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
  float: left;
  width: 0%;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #fff;
  text-align: center;
  background-color: #6d60b0;
  -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;
  transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
  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;
  animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
  background-color: #67b930;
}

.progress-striped .progress-bar-success {
  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: #3db8db;
}

.progress-striped .progress-bar-info {
  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: #ffd54f;
}

.progress-striped .progress-bar-warning {
  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: 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: 4px;
  border-top-left-radius: 4px;
}

.list-group-item:last-child {
  margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

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: #eeeeee;
  color: #777777;
  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: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  z-index: 2;
  color: #fff;
  background-color: #6d60b0;
  border-color: #6d60b0;
}

.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: #eae8f4;
}

.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;
}

.panel {
  margin-bottom: 20px;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
  padding: 15px;
}

.panel-body:before, .panel-body:after {
  content: " ";
  display: table;
}

.panel-body:after {
  clear: both;
}

.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
  color: inherit;
}

.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
  color: inherit;
}

.panel-footer {
  padding: 10px 15px;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
  margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
  border-width: 1px 0;
  border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
  border-top: 0;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
  border-bottom: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
  border-top-width: 0;
}

.list-group + .panel-footer {
  border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
  margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
  padding-left: 15px;
  padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
  border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
  border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
  border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
  border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
  border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
  border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
  border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
  border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
  border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
  border-bottom: 0;
}

.panel > .table-responsive {
  border: 0;
  margin-bottom: 0;
}

.panel-group {
  margin-bottom: 20px;
}

.panel-group .panel {
  margin-bottom: 0;
  border-radius: 4px;
}

.panel-group .panel + .panel {
  margin-top: 5px;
}

.panel-group .panel-heading {
  border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
  border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
  border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
  border-bottom: 1px solid #ddd;
}

.panel-default {
  border-color: #ddd;
}

.panel-default > .panel-heading {
  color: #333333;
  background-color: #f5f5f5;
  border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
  color: #f5f5f5;
  background-color: #333333;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ddd;
}

.panel-primary {
  border-color: #6d60b0;
}

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #6d60b0;
  border-color: #6d60b0;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #6d60b0;
}

.panel-primary > .panel-heading .badge {
  color: #6d60b0;
  background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #6d60b0;
}

.panel-success {
  border-color: #d6e9c6;
}

.panel-success > .panel-heading {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
  color: #dff0d8;
  background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #d6e9c6;
}

.panel-info {
  border-color: #bce8f1;
}

.panel-info > .panel-heading {
  color: #31708f;
  background-color: #d9edf7;
  border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
  color: #d9edf7;
  background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #bce8f1;
}

.panel-warning {
  border-color: #faebcc;
}

.panel-warning > .panel-heading {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
  color: #fcf8e3;
  background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #faebcc;
}

.panel-danger {
  border-color: #ebccd1;
}

.panel-danger > .panel-heading {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
  color: #f2dede;
  background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #ebccd1;
}

.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: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
  padding: 24px;
  border-radius: 6px;
}

.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 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%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-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;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.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: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  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: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #7c8a95;
  border-radius: 4px;
}

.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}

.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #7c8a95;
}

.tooltip.top-left .tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #7c8a95;
}

.tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #7c8a95;
}

.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #7c8a95;
}

.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #7c8a95;
}

.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #7c8a95;
}

.tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #7c8a95;
}

.tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #7c8a95;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.428571429;
  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;
  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;
    transition: -webkit-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-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);
  background-color: transparent;
}

.carousel-control.left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.0001)));
  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-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.0001)), to(rgba(0, 0, 0, 0.5)));
  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: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .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;
  }
}

/* ////===== END of BOOTSTRAP =====//// */
/*!
 *
 *
 *
 */
/* ////====== GLOBAL STYLES =====//// */
html {
  background: #f4f8f9;
  height: 100%;
}

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #7c8a95;
  font-size: 14px;
  line-height: 1.7;
  font-weight: normal;
  background: #f4f8f9;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 768px) {
  body {
    min-height: 100%;
    position: relative;
    padding-bottom: 85px;
  }
}

a {
  color: #3db8db;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

a:hover, a:active, a:focus {
  color: #249ec1;
  text-decoration: none;
  outline: none;
  outline: 0;
}

a:active:focus {
  outline: none;
  outline: 0;
}

a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

a:focus, a:active,
button,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
select::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
  outline: none !important;
  border: 0 !important;
}

select::-moz-focusring {
  color: transparent;
  border: 0 !important;
  text-shadow: none;
}

p {
  margin-bottom: 0;
}

p + p {
  margin-top: 15px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 300;
  margin-top: 0;
  color: #38454f;
}

hr {
  border-top-color: #dde4eb;
}

.wow {
  visibility: hidden;
}

.container-fluid {
  max-width: 1200px;
}

.div-grey {
  display: block;
  width: 40px;
  height: 2px;
  background: #e5e5e5;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.icon {
  color: inherit;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  width: 20px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

.icon.blue {
  color: #3db8db !important;
}

.icon.purple {
  color: #6d60b0 !important;
}

.icon.green {
  color: #67b930 !important;
}

.circle-icon.success-icon {
  background: rgba(103, 185, 48, 0.3) !important;
}

.circle-icon.success-icon .icon {
  color: #67b930 !important;
}

.circle-icon.error-icon {
  background: rgba(233, 86, 61, 0.3) !important;
}

.circle-icon.error-icon .icon {
  color: #e9563d !important;
}

.circle-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #3db8db;
  text-align: center;
  line-height: 20px;
  margin-right: 5px;
  -webkit-box-shadow: 5px 8.66px 20px 0px rgba(115, 121, 128, 0.3);
          box-shadow: 5px 8.66px 20px 0px rgba(115, 121, 128, 0.3);
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.circle-icon .icon {
  color: #fff !important;
  font-size: 14px !important;
  width: 14px !important;
  height: 14px !important;
  position: relative;
  top: 2px !important;
}

.circle-icon.no-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.trial-bar {
  background: #67b930;
  border: none;
  border-radius: 0;
  color: #fff;
  text-align: center;
  padding: 15px 20px;
  position: relative;
  margin-bottom: 0;
  line-height: 1.4;
}

@media (max-width: 480px) {
  .trial-bar {
    font-size: 13px;
  }
}

.trial-bar .close {
  position: absolute;
  top: 30%;
  right: 15px;
  font-weight: normal;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  text-shadow: none;
  opacity: 0.5;
  color: #fff;
}

.trial-bar .close:hover, .trial-bar .close:focus, .trial-bar .close:active {
  color: #fff;
  opacity: 0.9;
}

.trial-bar p {
  display: inline-block;
}

.trial-bar a {
  color: #fff;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  border-bottom: 1px solid #fff;
}

.trial-bar.trial-bar-wm {
  background: #f06292;
}

.trial-bar.trial-bar-wm .btn {
  padding: 8px 25px !important;
  min-width: auto !important;
  border: none !important;
}

.tooltip .tooltip-inner {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

.dropdown .dropdown-menu {
  border: none;
  padding: 10px 0;
  -webkit-box-shadow: 0px 30px 27px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 30px 27px 3px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  min-width: 240px;
  right: 0;
  left: auto;
}

.dropdown .dropdown-menu li.dropdown-title {
  padding: 5px 30px;
  color: #38454f;
}

.dropdown .dropdown-menu li a {
  padding: 5px 30px;
  color: #38454f;
}

.dropdown .dropdown-menu li a .icon {
  position: relative;
  top: 5px;
  left: -1px;
  color: #3db8db;
}

.dropdown .dropdown-menu li a .dropdown-icon {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-right: 5px;
}

.dropdown .dropdown-menu li a .dropdown-icon img {
  max-width: 14px;
  max-height: 14px;
}

.dl-horizontal {
  margin-bottom: 0;
}

.dl-horizontal dt {
  text-align: left;
  margin-bottom: 10px;
  float: left !important;
  width: 100px;
  font-weight: normal;
  color: #38454f;
}

.dl-horizontal dd {
  margin-left: 120px;
}

.dash-control {
  background: #e1f1f6;
  margin-bottom: 0;
  padding: 0;
}

.dash-control .close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.dash-control h4 {
  color: #38454f;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 15px;
}

.dash-control .btn {
  padding: 7px 10px;
  min-width: 100px !important;
  font-size: 12px !important;
  margin-right: 5px;
  margin-bottom: 10px;
}

.dash-control .modal-note {
  font-size: 12px;
  margin-bottom: 5px;
}

.dash-control .modal-note span {
  color: #67b930;
}

.dash-control .container-fluid {
  padding: 15px;
}

.dash-control .container-fluid > div {
  margin-right: 30px;
}

.dash-control .container-fluid > div:last-child {
  margin-right: 0;
}

.popover .popover-content {
  padding: 20px;
}

.popover .popover-content .notes {
  font-size: 12px;
  margin-top: 5px;
  line-height: 1.5;
}

.popover.top > .arrow {
  border-top: none;
}

.popover.bottom > .arrow {
  border-bottom: none;
}

/* ////====== FORMS STYLES =====//// */
@media (min-width: 768px) {
  .form-group {
    margin-bottom: 20px;
  }
}

.form-group.row {
  margin-left: -10px;
  margin-right: -10px;
}

@media (max-width: 480px) {
  .form-group.row {
    margin-left: -5px;
    margin-right: -5px;
  }
}

.form-group.row > div {
  padding-left: 10px;
  padding-right: 10px;
}

@media (max-width: 480px) {
  .form-group.row > div {
    padding-left: 5px;
    padding-right: 5px;
  }
}

@media (max-width: 767px) {
  .form-group.row > div {
    margin-bottom: 20px;
    width: 100%;
  }
  .form-group.row > div:last-child {
    margin-bottom: 0;
  }
}

.form-group.row > label {
  display: block;
  margin-left: 10px;
}

@media (max-width: 767px) {
  .form-group.row.cvc > div {
    width: 50%;
    margin-bottom: 0;
  }
}

.form-control {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  border-width: 1px;
}

.form-control::-webkit-input-placeholder {
  color: #b4bcc3;
}

.form-control:-moz-placeholder {
  color: #b4bcc3;
}

.form-control::-moz-placeholder {
  color: #b4bcc3;
}

.form-control:-ms-input-placeholder {
  color: #b4bcc3;
}

.form-control:focus, .form-control:active {
  border-color: #3db8db;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
}

.form-control,
.select-control {
  border-color: #fff;
  border-radius: 4px;
}

.form-control.success,
.select-control.success {
  border-color: #67b930 !important;
  color: #67b930 !important;
}

.form-control.error,
.select-control.error {
  border: 1px solid #f9cec6 !important;
  background-color: #fffefd !important;
  color: #e9563d !important;
}

.form-control.error select,
.select-control.error select {
  background-color: #fffefd !important;
}

.form-control:disabled,
.select-control:disabled {
  background: white;
}

input.form-control,
select {
  height: 40px;
}

@media (min-width: 768px) {
  input.form-control.form-lg,
  select.form-lg {
    height: 50px;
  }
}

input.form-control.form-xl,
select.form-xl {
  height: 50px;
}

@media (min-width: 768px) {
  input.form-control.form-xl,
  select.form-xl {
    height: 60px;
  }
}

.form-icon {
  position: relative;
}

.form-icon .form-control {
  padding-right: 40px;
}

.form-icon .icon {
  position: absolute;
  top: 33%;
  right: 15px;
}

.help-block {
  font-size: 12px;
  color: #9ba5ad;
}

.error-message {
  font-size: 12px;
  margin-bottom: 0;
  margin-top: 5px;
  color: #dc6450;
  text-align: left !important;
}

label {
  font-weight: normal;
  color: #7c8a95;
}

label.label-blank {
  display: none;
}

@media (min-width: 768px) {
  label.label-blank {
    display: block;
    min-height: 23px;
  }
}

.form-link {
  position: relative;
  top: 38px;
  left: 5px;
}

@media (min-width: 768px) {
  .form-link {
    top: 40px;
  }
}

.select-caret {
  position: relative;
  display: block;
  width: 8px;
  height: 4px;
}

.select-caret:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 4px solid #7c8a95;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
}

.select-control {
  padding: 0;
  margin: 0;
  border: none;
  overflow: hidden;
  position: relative;
  background: #fff;
  z-index: 2;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.select-control:hover, .select-control:focus {
  background: #fafafa;
  border-color: #fafafa;
}

.select-control .select-caret {
  position: absolute;
  top: 45%;
  right: 15px;
  z-index: -1;
}

.date-picker .select-caret {
  position: absolute;
  top: 45%;
  right: 15px;
}

.select-control select {
  padding: 0 15px;
  padding-right: 30px;
  width: 100%;
  color: #7c8a95;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 14px;
}

.select-control select::-ms-expand {
  display: none;
}

.select-control select span {
  color: #3db8db !important;
}

.select-control select:hover {
  cursor: pointer !important;
}

.select-control select:focus, .select-control select:active {
  outline: none !important;
}

.select-control select.lg-text {
  font-size: 16px !important;
  color: #38454f;
}

@media (min-width: 480px) {
  .select-control select.lg-text {
    font-size: 18px !important;
  }
}

.select-control option span {
  color: #3db8db !important;
  display: inline-block;
  margin-left: 5px;
}

.select-control.disabled {
  background: white;
}

.select-control.disabled:hover {
  cursor: no-drop !important;
}

.select-control.disabled:hover select {
  cursor: no-drop !important;
}

.options-group h4 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 15px;
  color: #7c8a95;
}

@media (min-width: 480px) {
  .options-group h4 {
    display: inline-block;
    width: 135px;
  }
}

.options-group > label {
  display: block;
  margin-bottom: 10px;
}

.options {
  margin-bottom: 5px;
}

.options.options-inline {
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  .options.options-inline {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 0;
  }
}

.options input {
  display: none;
}

.options > label {
  display: inline-block;
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  color: #7c8a95;
  min-height: 22px;
  line-height: 1;
}

.options > label:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  margin-top: -3px;
  background: #f4f8f9;
  border: none;
  border-radius: 2px;
  -webkit-box-shadow: inset 1.5px 2.598px 7px 0px rgba(0, 0, 0, 0.1);
          box-shadow: inset 1.5px 2.598px 7px 0px rgba(0, 0, 0, 0.1);
}

.options > label:after {
  color: #fff;
  text-align: center;
  line-height: 20px;
  font-family: "Material Icons";
  content: "check";
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  background: #3db8db;
  margin-top: -3px;
  opacity: 0;
  border-radius: 2px;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.options.options-circle > label:before, .options.options-circle > label:after {
  border-radius: 50%;
}

.options input:checked + label {
  color: #38454f;
}

.options input:checked + label:after {
  opacity: 1;
}

.options input:disabled + label {
  color: #9ba5ad;
}

.options input:disabled + label:before {
  background: white;
}

.options input:disabled + label:hover {
  cursor: no-drop !important;
}

.settings-toggle-item input {
  display: none;
  visibility: hidden;
}

.settings-toggle,
.conference-toggle {
  padding: 20px;
  margin-bottom: 20px;
  display: block;
  background: #e1f1f6;
  color: #3db8db;
  line-height: 1;
  border-radius: 4px;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
  cursor: pointer;
}

.settings-toggle:before, .settings-toggle:after,
.conference-toggle:before,
.conference-toggle:after {
  content: "";
  display: table;
}

.settings-toggle:after,
.conference-toggle:after {
  clear: both;
}

.settings-toggle p,
.conference-toggle p {
  line-height: 1;
  position: relative;
  top: 4px;
}

@media (max-width: 380px) {
  .settings-toggle p,
  .conference-toggle p {
    max-width: 200px;
  }
}

.settings-toggle .toggle-icon,
.conference-toggle .toggle-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #3db8db;
  text-align: center;
  line-height: 20px;
  margin-right: 5px;
  -webkit-box-shadow: 5px 8.66px 20px 0px rgba(115, 121, 128, 0.3);
          box-shadow: 5px 8.66px 20px 0px rgba(115, 121, 128, 0.3);
}

.settings-toggle .toggle-icon .icon,
.conference-toggle .toggle-icon .icon {
  color: #fff;
  font-size: 14px;
  width: 14px;
  position: relative;
  top: 2px;
}

.settings-toggle .toggle-text,
.conference-toggle .toggle-text {
  color: #3db8db;
  font-weight: 500;
  -webkit-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}

.settings-toggle.off,
.conference-toggle.off {
  background: #fdeeeb;
  color: #e9563d;
}

.settings-toggle.off .toggle-icon,
.conference-toggle.off .toggle-icon {
  background: #e9563d;
}

.settings-toggle.off .toggle-text,
.conference-toggle.off .toggle-text {
  color: #e9563d;
}

.tgl {
  display: none;
}

.tgl, .tgl:after,
.tgl:before,
.tgl *,
.tgl *:after,
.tgl *:before,
.tgl + .tgl-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tgl::-moz-selection,
.tgl:after::-moz-selection,
.tgl:before::-moz-selection,
.tgl *::-moz-selection,
.tgl *:after::-moz-selection,
.tgl *:before::-moz-selection,
.tgl + .tgl-btn::-moz-selection {
  background: none;
}

.tgl::selection,
.tgl:after::selection,
.tgl:before::selection,
.tgl *::selection,
.tgl *:after::selection,
.tgl *:before::selection,
.tgl + .tgl-btn::selection {
  background: none;
}

.tgl + .tgl-btn {
  outline: 0;
  display: block;
  width: 54px;
  height: 28px;
  margin-bottom: 0 !important;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (max-width: 991px) {
  .tgl + .tgl-btn {
    width: 45px;
    height: 23px;
  }
}

.tgl + .tgl-btn:after,
.tgl + .tgl-btn:before {
  position: relative;
  display: block;
  content: "";
  width: 50%;
  height: 100%;
}

.tgl + .tgl-btn:after {
  left: 0;
}

.tgl + .tgl-btn:before {
  display: none;
}

.tgl:checked + .tgl-btn:after {
  left: 50%;
}

.tgl-light + .tgl-btn {
  background: #fafafa;
  border: 1px solid #f4f4f4;
  border-radius: 28px;
}

.tgl-light + .tgl-btn:after {
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0px 1px 3px 0px rgba(128, 128, 131, 0.3);
          box-shadow: 0px 1px 3px 0px rgba(128, 128, 131, 0.3);
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.tgl-light:checked + .tgl-btn {
  background: #67b930;
}

.tgl-light:disabled + .tgl-btn:after {
  background: #fafafa;
}

.tgl-light:disabled {
  cursor: no-drop !important;
}

.tgl-light:disabled + .tgl-btn {
  cursor: no-drop !important;
}

.cc-dual-list-box {
  padding: 30px 0;
  margin-left: -10px;
  margin-right: -10px;
}

.cc-dual-list-box .form-control {
  margin-bottom: 20px;
}

.cc-dual-list-box .btn {
  display: block;
  min-width: 60px !important;
  padding: 8px 5px !important;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.cc-dual-list-box > div {
  padding-left: 10px;
  padding-right: 10px;
}

.cc-dual-list-box > div:nth-child(2) {
  margin-top: 20px !important;
}

@media (min-width: 768px) {
  .cc-dual-list-box > div:nth-child(2) {
    margin-top: 100px !important;
  }
}

.cc-dual-list-box h4 {
  font-size: 14px;
  color: #7c8a95;
  font-weight: normal;
}

.cc-dual-list-box h4 small {
  display: none;
}

.cc-dual-list-box select {
  padding: 15px !important;
}

.cc-dual-list-box select:focus, .cc-dual-list-box select:active {
  border-color: #fff;
}

.cc-dual-list-box select option {
  padding: 5px 0;
  color: #7c8a95;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.cc-dual-list-box select option:hover, .cc-dual-list-box select option:focus, .cc-dual-list-box select option:active, .cc-dual-list-box select option:checked {
  background: #fff;
  color: #38454f;
  outline: none;
}

/* ////====== BUTTON STYLES =====//// */
.btn {
  padding: 10px 30px;
  min-width: 110px;
  border: none !important;
  border-radius: 4px;
  font-size: 14px !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  font-weight: 500;
}

@media (min-width: 768px) {
  .btn {
    min-width: 130px;
  }
}

.btn .icon {
  font-size: 18px;
  width: 18px;
  height: 16px;
  position: relative;
  top: 3px;
}

.btn:hover, .btn:focus, .btn:active {
  outline: none;
}

.btn:active:focus {
  outline: none;
}

.btn[disabled], .btn.disabled {
  background: #f4f8f9;
  color: #7c8a95;
  opacity: 1;
}

.btn[disabled]:hover, .btn[disabled]:focus, .btn[disabled]:active, .btn.disabled:hover, .btn.disabled:focus, .btn.disabled:active {
  background: #f4f8f9;
  color: #7c8a95;
}

.btn.btn-trans {
  background: transparent;
  border: none !important;
  color: #7c8a95 !important;
}

.btn.btn-trans:hover, .btn.btn-trans:focus, .btn.btn-trans:active {
  background: transparent;
  color: #3db8db !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn.btn-default {
  background: #e1f1f6;
  border: none !important;
  color: #3db8db !important;
}

.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
  background: #d5ecf2;
  color: #3db8db !important;
}

.btn.btn-white {
  background: #fff;
  border: none !important;
  color: #bdc6cf !important;
}

.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
  background: #fafafa;
  color: #bdc6cf !important;
}

.btn.btn-delete {
  background: #fdeeeb;
  border: none !important;
  color: #e9563d !important;
}

.btn.btn-delete:hover, .btn.btn-delete:focus, .btn.btn-delete:active {
  background: #fbdad4;
  color: #e9563d !important;
}

.btn.btn-delete img {
  max-width: 16px;
}

.btn.btn-excel {
  background: #deeae7;
  border: none !important;
  color: #207245 !important;
}

.btn.btn-excel:hover, .btn.btn-excel:focus, .btn.btn-excel:active {
  background: #cee0dc;
  color: #207245 !important;
}

.btn.btn-excel img {
  max-width: 16px;
}

.btn.btn-md {
  padding: 12px 30px;
  min-width: 160px;
}

@media (min-width: 768px) {
  .btn.btn-md {
    padding: 14px 40px;
    min-width: 180px;
    font-size: 15px !important;
  }
}

.btn.btn-lg, .btn-group-lg > .btn {
  padding: 14px 40px;
  min-width: 180px;
  font-size: 15px !important;
}

@media (min-width: 768px) {
  .btn.btn-lg, .btn-group-lg > .btn {
    padding: 18px 40px;
    min-width: 200px;
  }
}

.btn.btn-mini {
  padding: 5px !important;
  min-width: 40px !important;
  width: 40px !important;
  height: 40px !important;
}

.btn.btn-mini .icon {
  position: relative;
  top: 2px;
}

.btn.btn-bld {
  font-weight: bold;
}

.btn.btn-uc {
  text-transform: uppercase;
}

.btn.btn-rnd {
  border-radius: 40px !important;
}

.btn.btn-selected {
  background: #f0f8ea !important;
  color: #67b930 !important;
}

.btn.btn-selected:hover, .btn.btn-selected:focus, .btn.btn-selected:active {
  background: #f0f8ea !important;
  color: #67b930 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.btn.btn-selected.table-btn {
  min-width: 108px !important;
}

.btn.btn-drk {
  background: #38454f;
  color: #fff !important;
}

.btn.btn-drk:hover, .btn.btn-drk:focus, .btn.btn-drk:active {
  background: #2d3840;
}

.btn.btn-lt {
  background: #9ba5ad;
  color: #fff !important;
}

.btn.btn-lt:hover, .btn.btn-lt:focus, .btn.btn-lt:active {
  background: #8d98a2;
}

/* ////====== NAV STYLES =====//// */
.main-nav {
  height: 50px;
  background: #6c57c2;
  color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 768px) {
  .main-nav {
    height: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .main-nav {
    position: relative;
    padding-bottom: 80px;
  }
}

.main-nav .container-fluid {
  max-width: 100%;
  height: 30px;
}

@media (min-width: 768px) {
  .main-nav .container-fluid {
    position: relative;
  }
}

.main-nav .nav-left .nav-logo {
  width: 168px;
  margin-top: 3px;
  position: relative;
  z-index: 2;
}

@media (max-width: 767px) {
  .main-nav .nav-center {
    background: #5b4e9e;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media (min-width: 768px) {
  .main-nav .nav-center {
    position: absolute;
    margin: auto;
    top: 3px;
    left: 0;
    right: 0;
  }
}

.main-nav .nav-center ul {
  margin-left: 0;
  margin: 0;
  text-align: center;
}

@media (max-width: 767px) {
  .main-nav .nav-center ul {
    height: 40px;
    padding-bottom: 5px;
    padding-top: 5px;
  }
}

.main-nav .nav-center ul li {
  padding: 0;
  margin-left: -4px;
}

@media (max-width: 767px) {
  .main-nav .nav-center ul li {
    position: relative;
    top: 4px;
  }
}

.main-nav .nav-center ul li:first-child {
  margin-left: 0;
}

.main-nav .nav-center ul li a {
  color: #b6b0d8;
  font-weight: 500;
  display: inline-block;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 15px;
}

@media (min-width: 480px) {
  .main-nav .nav-center ul li a {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .main-nav .nav-center ul li a {
    height: 47px;
  }
}

@media (min-width: 992px) {
  .main-nav .nav-center ul li a .icon {
    display: none;
    visibility: hidden;
  }
}

.main-nav .nav-center ul li a span {
  display: none;
  visibility: hidden;
}

@media (min-width: 992px) {
  .main-nav .nav-center ul li a span {
    display: block;
    visibility: visible;
  }
}

.main-nav .nav-center ul li a:hover, .main-nav .nav-center ul li a:focus, .main-nav .nav-center ul li a:active {
  color: #fff;
}

@media (min-width: 992px) {
  .main-nav .nav-center ul li .tooltip {
    display: none !important;
    visibility: hidden !important;
  }
}

.main-nav .nav-center ul li.active a {
  color: #fff;
}

@media (min-width: 992px) {
  .main-nav .nav-center ul li.active a {
    border-bottom: 2px solid #fff;
  }
}

@media (max-width: 991px) {
  .main-nav .nav-center ul li:first-child a {
    margin-left: 0;
  }
  .main-nav .nav-center ul li:last-child a {
    margin-right: 0;
  }
}

.main-nav .nav-right:before, .main-nav .nav-right:after {
  content: "";
  display: table;
}

.main-nav .nav-right:after {
  clear: both;
}

.main-nav .nav-right .dropdown {
  display: block;
  margin-top: 3px;
  z-index: 3;
  float: right;
}

.main-nav .nav-right .dropdown > a {
  color: #b6b0d8;
  font-weight: 500;
  font-size: 15px;
}

@media (max-width: 480px) {
  .main-nav .nav-right .dropdown .nav-username {
    display: none;
    visibility: hidden;
  }
}

.main-nav .nav-right .dropdown .nav-avatar {
  max-width: 24px;
  height: 24px;
  margin-left: 5px;
}

.main-nav .nav-right .dropdown .caret {
  margin-left: 5px;
}

.main-nav .nav-right .dropdown .dropdown-menu {
  right: -15px;
  left: auto;
  border: none;
  border-radius: 0;
  margin-top: 51px;
  min-width: 200px;
  -webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.15);
          box-shadow: 0 7px 15px rgba(0, 0, 0, 0.15);
  background: #6d60b0;
  padding: 25px 40px;
}

.main-nav .nav-right .dropdown .dropdown-menu li a {
  color: #b6b0d8;
  font-weight: 500;
  font-size: 15px;
  padding: 5px 0;
}

.main-nav .nav-right .dropdown .dropdown-menu li a:hover, .main-nav .nav-right .dropdown .dropdown-menu li a:focus, .main-nav .nav-right .dropdown .dropdown-menu li a:active {
  background: none;
  color: #fff;
}

@media (min-width: 768px) {
  .main-nav .nav-right .dropdown .dropdown-menu {
    margin-top: 21px;
  }
}

.main-nav .nav-right .btn-exit {
  background: #574d8d;
  min-width: 50px !important;
  padding: 7px 10px;
  font-size: 13px !important;
  float: right;
  margin-left: 10px;
  color: #aba6c6;
}

@media (min-width: 768px) {
  .main-nav .nav-right .btn-exit {
    padding: 10px 15px;
    min-width: 64px !important;
    position: relative;
    top: -5px;
  }
}

.main-nav .nav-right .btn-exit:hover, .main-nav .nav-right .btn-exit:focus, .main-nav .nav-right .btn-exit:active {
  background: #4d447d;
  color: #fff;
}

.main-nav.nav2 {
  height: 50px;
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .main-nav.nav2 {
    height: 70px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .main-nav.nav2 {
    position: relative;
    padding-bottom: 80px;
  }
}

.main-nav.nav2 .container-fluid {
  position: static;
}

@media (min-width: 992px) {
  .main-nav.nav2 .container-fluid {
    position: relative;
  }
}

@media (max-width: 991px) {
  .main-nav.nav2 .nav-center {
    background: #5f52a5;
    position: absolute;
    margin: auto;
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .main-nav.nav2 .nav-center {
    padding-bottom: 5px;
    padding-top: 5px;
  }
}

@media (min-width: 992px) {
  .main-nav.nav2 .nav-center {
    top: -7px;
  }
}

.call-managing-toggles {
  padding-top: 1px !important;
}

@media (min-width: 768px) and (max-width: 991px) {
  .call-managing-toggles {
    padding-top: 0 !important;
  }
}

.call-managing-toggles li input {
  display: none;
  visibility: hidden;
}

.call-managing-toggles li .btn-mini {
  background: #574d8d;
  color: #aba6c6;
  margin-left: 3px;
  margin-right: 3px;
  padding: 2px !important;
  min-width: 30px !important;
  width: 30px !important;
  height: 30px !important;
}

.call-managing-toggles li .btn-mini:hover {
  background: #4d447d;
  color: #fff;
}

.call-managing-toggles li .btn-mini.active {
  background: #3db8db;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.call-managing-toggles li .btn-mini .icon {
  font-size: 17px;
  width: 17px;
  height: 17px;
  position: relative;
  top: 4px;
}

@media (min-width: 400px) {
  .call-managing-toggles li .btn-mini {
    margin-left: 5px;
    margin-right: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .call-managing-toggles li .btn-mini {
    margin-left: 7px;
    margin-right: 7px;
  }
}

@media (min-width: 992px) {
  .call-managing-toggles li .btn-mini {
    padding: 5px !important;
    min-width: 40px !important;
    width: 40px !important;
    height: 40px !important;
  }
  .call-managing-toggles li .btn-mini .icon {
    font-size: 22px;
    width: 22px;
    height: 22px;
    position: relative;
    top: 3px;
  }
}

.call-managing-toggles li .popover {
  border: none;
  min-width: 70px;
  -webkit-box-shadow: 0px 10px 19.2px 0.8px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 19.2px 0.8px rgba(0, 0, 0, 0.07);
}

.call-managing-toggles li .popover .arrow {
  border-bottom: none;
}

.call-managing-toggles li .popover .popover-content {
  text-align: center;
  font-size: 11px !important;
  color: #38454f;
  line-height: 1.2;
  white-space: nowrap;
}

.call-managing-toggles li .popover .popover-content span {
  display: block;
  color: #9ba5ad;
}

/* ////====== FOOTER STYLES =====//// */
.footer {
  margin-top: 20px;
  border-top: 1px solid #e6edf4;
  font-size: 12px;
  padding-top: 22px;
  padding-bottom: 22px;
}

@media (min-width: 768px) {
  .footer {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    bottom: 0;
  }
}

.footer .container-fluid {
  max-width: 1900px;
}

.footer p {
  line-height: 1;
  display: inline-block;
  margin-right: 15px;
}

@media (min-width: 992px) {
  .footer p {
    margin-right: 25px;
  }
}

.footer ul {
  display: inline-block;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .footer ul li {
    margin-right: 15px;
  }
}

.footer ul li a {
  line-height: 1;
  color: #7c8a95;
}

.footer ul li a:hover, .footer ul li a:focus, .footer ul li a:active {
  color: #3db8db;
}

/* ////====== TABLES STYLES =====//// */
.table {
  border-collapse: separate;
  border-spacing: 0 10px;
  margin-bottom: 20px !important;
}

@media (min-width: 768px) {
  .table.table-totals {
    border-spacing: 0;
  }
}

.table thead tr th {
  border-bottom: none;
  font-weight: normal;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 1;
}

@media (min-width: 768px) {
  .table thead tr th {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px;
  }
  .table thead tr th:first-child {
    padding-left: 15px;
  }
  .table thead tr th:last-child {
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .table thead tr th {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 5px;
  }
  .table thead tr th:first-child {
    padding-left: 20px;
  }
  .table thead tr th:last-child {
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .table thead tr th:first-child {
    padding-left: 30px;
  }
  .table thead tr th:last-child {
    padding-right: 30px;
  }
}

.table tbody tr {
  background: #fff;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .table tbody tr:hover td {
    -webkit-box-shadow: 0px 10px 38.4px 1.6px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 10px 38.4px 1.6px rgba(0, 0, 0, 0.04);
  }
}

.table tbody tr td {
  border-top: none;
  color: #38454f;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: relative;
}

@media (min-width: 768px) {
  .table tbody tr td {
    padding: 18px 10px;
    vertical-align: middle;
  }
  .table tbody tr td:first-child {
    padding-left: 15px;
  }
  .table tbody tr td:last-child {
    padding-right: 15px;
  }
}

@media (min-width: 992px) {
  .table tbody tr td {
    padding: 15px 15px;
    vertical-align: middle;
  }
  .table tbody tr td:first-child {
    padding-left: 20px;
  }
  .table tbody tr td:last-child {
    padding-right: 20px;
  }
}

@media (min-width: 1200px) {
  .table tbody tr td {
    padding: 15px 15px;
  }
  .table tbody tr td:first-child {
    padding-left: 30px;
  }
  .table tbody tr td:last-child {
    padding-right: 30px;
  }
}

@media (min-width: 768px) {
  .table tbody tr td:before {
    content: "";
    display: block;
    width: 60%;
    height: 100%;
    max-width: 250px;
    position: absolute;
    margin: auto;
    top: 0;
    right: -25%;
    bottom: 0;
    background: #fff;
    z-index: 1;
  }
  .table tbody tr td:last-child:before {
    display: none;
  }
  .table tbody tr td > * {
    position: relative;
    z-index: 3;
  }
}

.table tbody tr td .table-popover {
  color: #38454f !important;
  cursor: pointer;
}

.table tbody tr td .table-popover:hover, .table tbody tr td .table-popover:focus, .table tbody tr td .table-popover:active {
  outline: none;
}

.table tbody tr td .popover {
  max-width: 300px;
}

.table tbody tr td .popover .arrow {
  display: none !important;
}

.table tbody tr td p {
  line-height: 1.2;
}

@media (min-width: 768px) and (max-width: 991px) {
  .table tbody tr td p {
    font-size: 13px !important;
  }
}

.table tbody tr td p span {
  display: inline-block;
  color: #9ba5ad;
  margin-left: 5px;
}

@media (max-width: 767px) {
  .table tbody tr td p {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}

.table tbody tr td .tooltip {
  position: absolute !important;
}

.table tbody tr td .name-with-play {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -3px;
}

.table tbody tr td .table-play {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #3db8db;
  text-align: center;
}

.table tbody tr td .table-play .icon {
  font-size: 26px;
  width: 26px;
  line-height: 42px !important;
}

.table tbody tr td .table-play:hover, .table tbody tr td .table-play:focus, .table tbody tr td .table-play:active {
  background: #ebf8fb;
}

.table tbody tr td .table-play.active {
  background: #ebf8fb;
}

.table tbody tr td .table-play.active:hover, .table tbody tr td .table-play.active:focus, .table tbody tr td .table-play.active:active {
  background: #ebf8fb;
}

.table tbody tr td .table-play-sm {
  display: block;
  background: #ebf8fb;
  width: 30px;
  height: 30px;
  display: inline-block;
  border-radius: 50%;
  color: #3db8db;
  text-align: center;
}

.table tbody tr td .table-play-sm:hover, .table tbody tr td .table-play-sm:focus, .table tbody tr td .table-play-sm:active {
  background: #def4f8;
}

.table tbody tr td .table-play-sm .icon {
  font-size: 16px;
  width: 16px;
  line-height: 30px !important;
}

.table tbody tr td .name-desc h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .table tbody tr td .name-desc h4 {
    font-size: 14px !important;
  }
}

.table tbody tr td .name-desc p {
  color: #7c8a95;
  line-height: 1;
  display: inline-block;
  max-width: 200px;
}

@media (max-width: 767px) {
  .table tbody tr td .name-desc p {
    overflow-wrap: break-word;
    word-wrap: break-word;
  }
}

@media (min-width: 768px) {
  .table tbody tr td .name-desc p {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.table tbody tr td .name-desc.no-margin h4 {
  margin-bottom: 0;
}

.table tbody tr td .select-control {
  max-width: 180px;
  background: #f4f8f9;
  border-color: #f4f8f9;
  border: none;
  width: 120px;
}

@media (min-width: 992px) {
  .table tbody tr td .select-control {
    width: 140px;
  }
}

.table tbody tr td .select-control:hover, .table tbody tr td .select-control:focus {
  background: #eaf2f4;
  border-color: #eaf2f4;
}

.table tbody tr td .select-control.actions {
  background: #ebf8fb;
  color: #3db8db;
  font-weight: 500;
}

.table tbody tr td .select-control.actions:hover, .table tbody tr td .select-control.actions:focus {
  background: #def4f8;
  border-color: #def4f8;
}

.table tbody tr td .select-control.actions select {
  color: #3db8db;
}

.table tbody tr td .select-control.actions .select-caret:before {
  border-top: 4px solid #3db8db;
}

.table tbody tr td .select-control.select-clear {
  background: transparent !important;
  padding: 0 !important;
}

.table tbody tr td .select-control.select-clear:hover {
  background: transparent !important;
}

.table tbody tr td .select-control.select-clear select {
  height: 24px;
  padding: 0 !important;
}

.table tbody tr td .select-control.select-clear .select-caret {
  right: 0;
}

.table tbody tr td .private-label {
  display: inline-block;
  background: #f4f8f9;
  font-size: 12px;
  padding: 4px 10px;
  width: 70px;
  border-radius: 30px;
  color: #7c8a95;
  font-weight: 500;
  text-align: center;
}

.table tbody tr td .public-label {
  display: inline-block;
  background: #e1f1f6;
  font-size: 12px;
  padding: 4px 10px;
  width: 70px;
  border-radius: 30px;
  color: #3db8db;
  font-weight: 500;
  text-align: center;
}

.table tbody tr td .dial-in-label {
  display: inline-block;
  background: #f4f8f9;
  font-size: 12px;
  padding: 3px 10px;
  width: 60px;
  border-radius: 30px;
  color: #7c8a95;
  font-weight: 500;
}

.table tbody tr td .dial-in-label:hover {
  background: #eaf2f4;
}

.table tbody tr td .dial-in-label .icon {
  font-size: 16px;
  width: 16px;
  position: relative;
  top: 3px;
  color: #bdc6cf;
}

.table tbody tr td .dial-in-label span {
  display: inline-block;
  margin-left: 3px;
}

.table tbody tr td .dial-in-label.yes {
  background: #ebf8fb;
  color: #3db8db;
}

.table tbody tr td .dial-in-label.yes:hover {
  background: #def4f8;
}

.table tbody tr td .dial-in-label.yes .icon {
  color: #3db8db;
}

.table tbody tr td .btn-mini {
  margin-right: 5px;
  margin-bottom: 5px;
}

.table tbody tr td .btn-mini .icon {
  font-size: 21px;
  width: 21px;
  height: 21px;
  position: relative;
  top: 3px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .table tbody tr td .btn-mini {
    padding: 5px !important;
    min-width: 34px !important;
    width: 34px !important;
    height: 34px !important;
  }
  .table tbody tr td .btn-mini .icon {
    font-size: 16px;
    width: 16px;
    height: 16px;
    position: relative;
    top: 3px;
  }
}

.table tbody tr td .table-btn {
  min-width: 75px !important;
  padding: 10px 20px;
}

.table tbody tr td .table-call-id,
.table tbody tr td .table-invoice-id,
.table tbody tr td .table-payment-id,
.table tbody tr td .table-billing-code {
  font-size: 16px;
  color: #3db8db;
}

@media (min-width: 768px) and (max-width: 991px) {
  .table tbody tr td .table-call-id,
  .table tbody tr td .table-invoice-id,
  .table tbody tr td .table-payment-id,
  .table tbody tr td .table-billing-code {
    font-size: 14px !important;
  }
}

.date-picker:hover, .date-picker:focus,
.date-picker input:hover, .date-picker input:focus{
    background: #fafafa;
    border-color: #fafafa;
    cursor: pointer !important;
}

.table tbody tr td .table-code {
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.table tbody tr td .table-code:hover {
  color: #3db8db;
}

.table tbody tr td .table-participant {
  position: relative;
  top: -2px;
}

.table tbody tr td .table-participant .icon {
  color: #9ba5ad;
  position: relative;
  top: 4px;
  margin-right: 5px;
}

.table tbody tr td .table-conference-code,
.table tbody tr td .table-host-code,
.table tbody tr td .table-code {
  font-size: 16px;
}

.table tbody tr td .table-conference-code span,
.table tbody tr td .table-host-code span,
.table tbody tr td .table-code span {
  display: inline-block;
  font-size: 13px;
  color: #9ba5ad;
  margin-left: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .table tbody tr td .table-conference-code,
  .table tbody tr td .table-host-code,
  .table tbody tr td .table-code {
    font-size: 14px !important;
  }
}

.table tbody tr td .dropdown {
  display: inline-block;
}

.table tbody tr td .dropdown.open {
  z-index: 4;
}

.table tbody tr td .dropdown.open .btn .caret {
  -webkit-transform: rotate(180deg) !important;
          transform: rotate(180deg) !important;
}

.table tbody tr td .dropdown.action-dropdown .btn {
  max-width: 120px;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
  min-width: 120px !important;
  position: relative;
}

.table tbody tr td .dropdown.action-dropdown .btn .caret {
  position: absolute;
  top: 18px;
  right: 15px;
}

.table tbody tr td .dropdown .dropdown-menu {
  -webkit-box-shadow: 0px 20px 27px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 20px 27px 3px rgba(0, 0, 0, 0.1);
  min-width: 180px !important;
}

.table tbody tr td .dropdown .dropdown-menu li a:hover, .table tbody tr td .dropdown .dropdown-menu li a:focus, .table tbody tr td .dropdown .dropdown-menu li a:active {
  background: none;
  color: #3db8db;
}

.table tbody tr td .table-avatar {
  display: inline-block;
  height: 30px;
  padding-right: 27px;
  padding-left: 50px;
  position: relative;
}

.table tbody tr td .table-avatar.no-clear {
  padding-right: 0;
}

.table tbody tr td .table-avatar .avatar {
  display: block;
  width: 40px;
  height: 40px;
  background: #f4f8f9;
  border-radius: 50%;
  text-align: center;
  text-transform: uppercase;
  color: #9ba5ad;
  font-weight: 500;
  position: absolute;
  left: 0;
  top: -6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.table tbody tr td .table-avatar .avatar img {
  max-width: 40px;
  max-height: 40px;
  border-radius: 50%;
}

.table tbody tr td .table-avatar .avatar.purple {
  background: #6d60b0;
  color: #fff;
}

.table tbody tr td .table-avatar .avatar-text {
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.table tbody tr td .table-avatar .avatar-text .avatar-text-inside h4 {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 14px;
  display: inline-block;
}

.table tbody tr td .table-avatar .avatar-text .avatar-text-inside p {
  font-size: 12px;
  color: #9ba5ad;
  line-height: 1;
}

.table tbody tr td .table-avatar .avatar-text .avatar-text-inside .avatar-label {
  display: inline-block;
  color: #6d60b0;
  background: #f2eff7;
  padding: 7px 14px;
  border-radius: 20px;
  font-size: 12px;
  margin-left: 5px;
  line-height: 1;
  font-weight: 500;
}

.table tbody tr td .table-avatar .table-clear {
  display: block;
  width: 20px;
  position: absolute;
  right: 0;
  top: 11px;
  opacity: 0;
}

.table tbody tr td .table-avatar .table-clear .circle-icon {
  background: #f4f8f9;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.table tbody tr td .table-avatar .table-clear .circle-icon:hover, .table tbody tr td .table-avatar .table-clear .circle-icon:focus {
  background: #e4eef0;
}

.table tbody tr td .table-avatar .table-clear .circle-icon .icon {
  font-weight: bold;
  color: #c7cfd7 !important;
}

.table tbody tr td .table-avatar:hover .table-clear {
  opacity: 1;
}

.table tbody tr td .table-options {
  width: 20px;
  height: 20px;
  margin: 0;
}

.table tbody tr td .table-options label {
  height: 20px;
  width: 20px;
  margin: 0;
  position: relative;
  top: 2px;
}

.table tbody tr td .table-flag-name img {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

.table tbody tr td .table-flag-name p {
  display: inline-block;
}

.table tbody tr td .table-flag-name .blocked {
  display: inline-block;
  background: #fdeeeb;
  color: #e9563d;
  width: 24px;
  height: 16px;
  margin-right: 5px;
  text-align: center;
  line-height: 16px;
  border-radius: 2px;
}

.table tbody tr td .table-flag-name .blocked .icon {
  font-size: 14px;
  width: 14px;
  height: 14px;
  font-weight: bold;
  position: relative;
  top: 1px;
}

.table tbody tr td .add-name {
  display: inline-block;
  margin-right: 5px;
  position: relative;
  top: -3px;
}

.table tbody tr td .table-question-label {
  width: 30px;
  height: 30px;
  background: #f2eff7;
  border-radius: 50%;
  color: #6d60b0;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
}

.table tbody tr td .table-volume-mute {
  color: #bdc6cf;
  display: block;
  height: 25px;
  width: 25px;
  line-height: 25px;
  position: relative;
}

.table tbody tr td .table-volume-mute .icon {
  font-size: 32px;
  width: 32px;
  height: 32px;
  position: absolute;
  margin: auto;
  top: 0;
  left: -3px;
  right: 0;
  bottom: 0;
}

.table tbody tr td .table-volume-mute.off {
  color: #e9563d;
}

.table tbody tr td .table-volume-mute.speaking {
  color: #67b930;
  position: relative;
}

.table tbody tr td .table-volume-mute.speaking img {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  opacity: 0;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.table tbody tr td .table-volume-mute.speaking .icon {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.table tbody tr td .table-volume-mute.speaking.active img {
  opacity: 1;
}

.table tbody tr td .table-volume-mute.speaking.active .icon {
  opacity: 0;
}

.table tbody tr td .table-volume-mute.mute .icon {
  font-size: 33px;
  width: 33px;
  height: 33px;
}

.table tbody tr td .volume-level {
  padding-top: 2px;
  padding-bottom: 2px;
  display: inline-block;
  position: relative;
  top: -7px;
  margin-left: 3px;
  margin-right: 3px;
}

.table tbody tr td .volume-level .volume-level-item {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #bdc6cf;
}

.table tbody tr td .volume-level .volume-level-item.active {
  background: #67b930;
}

.table tbody tr td .table-remove-caller {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f4f8f9;
  text-align: center;
  line-height: 30px;
  color: #bdc6cf;
}

.table tbody tr td .table-remove-caller .icon {
  font-size: 16px;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  font-weight: bold;
}

.table tbody tr td .table-remove-caller:hover, .table tbody tr td .table-remove-caller:active {
  background: #fdeeeb;
  color: #e9563d;
}

.table tbody tr td .table-move-caller {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f4f8f9;
  text-align: center;
  line-height: 30px;
  color: #bdc6cf;
}

.table tbody tr td .table-move-caller .icon {
  font-size: 16px;
  width: 16px;
  height: 16px;
  position: relative;
  top: 3px;
  font-weight: bold;
}

.table tbody tr td .table-move-caller:hover, .table tbody tr td .table-move-caller:active {
  background: #ebf8fb;
  color: #3db8db;
}

.table tbody tr td .included,
.table tbody tr td .not-included {
  line-height: 14px !important;
}

.table tbody tr td .included .icon,
.table tbody tr td .not-included .icon {
  color: #bdc6cf;
  font-size: 16px;
  width: 16px;
  height: 16px !important;
  margin-top: -2px;
  position: relative;
  top: 3px;
}

.table tbody tr td .not-included {
  color: #7c8a95;
}

.table tbody tr td .table-os {
  min-width: 130px;
}

.table tbody tr td .table-os img {
  display: inline-block;
  max-width: 24px;
  max-height: 24px;
  margin-right: 10px;
}

.table tbody tr td .table-video {
  width: 70px;
  height: 46px;
  border-radius: 5px;
  background-color: #bdc6cf;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  cursor: pointer;
}

.table tbody tr td .table-video:before {
  content: "play_arrow";
  display: block;
  font-family: "Material Icons";
  color: #fff;
  font-size: 20px;
  width: 20px;
  line-height: 14px;
  text-align: center;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.table tbody tr.table-total {
  background: #e6f2e5;
}

.table tbody tr.table-total td {
  color: #67b930 !important;
}

@media (min-width: 768px) {
  .table tbody tr.table-total td:before {
    background: #e6f2e5;
  }
}

@media (max-width: 767px) {
  .table tbody tr.table-total td.hide-table-label:before {
    display: none;
  }
}

.table tbody tr.disabled {
  background: #ecf3f5;
}

@media (min-width: 768px) {
  .table tbody tr.disabled td:before {
    background: #ecf3f5;
    opacity: 1 !important;
  }
}

.table tbody tr.disabled td p,
.table tbody tr.disabled td .table-flag-name,
.table tbody tr.disabled td .table-avatar,
.table tbody tr.disabled td .table-volume-mute,
.table tbody tr.disabled td .table-question-label {
  opacity: 0.5;
}

.table tbody tr.disabled td .disconnected h4 {
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  margin-bottom: 5px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .table tbody tr.disabled td .disconnected h4 {
    font-size: 14px !important;
  }
}

.table tbody tr.disabled td .disconnected p {
  color: #7c8a95;
  line-height: 1;
  display: inline-block;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table.table-countries {
  border-spacing: 0 !important;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .table.table-countries thead tr th {
    padding-bottom: 15px;
  }
}

.table.table-countries tbody tr {
  margin-bottom: 0 !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.table.table-countries tbody tr:hover {
  background: #f3fcff;
}

.table.table-countries tbody tr:hover td:before {
  background: #f3fcff;
}

@media (max-width: 767px) {
  .table.table-countries tbody tr {
    border-top: 1px solid #e3ecee;
  }
  .table.table-countries tbody tr:first-child {
    border-top: none;
  }
}

@media (min-width: 768px) {
  .table.table-countries tbody tr:hover td {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.table.table-countries tbody tr td:before {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

@media (min-width: 768px) {
  .table.table-countries tbody tr td {
    width: 50%;
    border-top: 1px solid #e3ecee;
  }
}

.table.table-countries tbody tr td:after {
  display: none;
}

.table.table-countries tbody tr td .table-flag-name img {
  display: inline-block;
  margin-right: 5px;
}

.table.table-countries tbody tr td .table-flag-name p {
  display: inline-block;
}

.table.table-countries tbody tr td a > .icon {
  font-size: 14px;
  width: 14px;
  height: 14px;
  position: relative;
  top: 2px;
}

.table.table-countries tbody tr:first-child td {
  border-top: none;
}

@media (max-width: 767px) {
  .table-wrap table, .table-wrap thead, .table-wrap tbody, .table-wrap th, .table-wrap td, .table-wrap tr {
    display: block;
  }
  .table-wrap thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  .table-wrap td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 40% !important;
    white-space: normal;
    text-align: left;
  }
  .table-wrap td:before {
    position: absolute;
    top: 7px;
    left: 15px;
    width: 35%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: left;
    font-weight: bold;
  }
  .table-wrap td:first-child {
    padding-top: 30px;
  }
  .table-wrap td:last-child {
    padding-bottom: 30px;
  }
  .table-wrap td:first-child:before {
    top: 26px;
  }
  .table-wrap td:before {
    content: attr(data-title);
    color: #9ba5ad;
    font-weight: 500;
  }
  .table tbody tr td {
    border: none;
  }
}

@media (max-width: 480px) {
  .table-wrap td {
    padding-left: 45% !important;
  }
  .table-wrap td:before {
    position: absolute;
    top: 7px;
    left: 15px;
    width: 40%;
  }
}

table.dataTable {
  clear: both;
  margin-top: 0 !important;
  margin-bottom: 0px !important;
  max-width: none !important;
  border-collapse: separate !important;
}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
  text-align: center;
}

table.dataTable.nowrap th, table.dataTable.nowrap td {
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length label {
  font-weight: normal;
  text-align: left;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_length select {
  width: 75px;
  display: inline-block;
}

div.dataTables_wrapper div.dataTables_filter {
  text-align: right;
}

div.dataTables_wrapper div.dataTables_filter label {
  font-weight: normal;
  white-space: nowrap;
  text-align: left;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  width: auto;
}

div.dataTables_wrapper div.dataTables_info {
  padding-top: 8px;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_paginate {
  margin: 0;
  white-space: nowrap;
  text-align: right;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin: 2px 0;
  white-space: nowrap;
}

div.dataTables_wrapper div.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  margin-left: -100px;
  margin-top: -26px;
  text-align: center;
  padding: 1em 0;
}

@media (min-width: 768px) {
  table.dataTable thead > tr > th {
    white-space: nowrap;
  }
}

table.dataTable thead > tr > th.sorting_asc, table.dataTable thead > tr > th.sorting_desc {
  color: #3db8db;
}

table.dataTable thead > tr > th:active, table.dataTable thead > tr > td:active {
  outline: none;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
  cursor: pointer;
  position: relative;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  position: relative;
  top: 5px;
  right: -5px;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

/*table.dataTable thead .sorting:after {
  content: "arrow_drop_down";
}

table.dataTable thead .sorting_asc:after {
  content: "arrow_drop_down";
}

table.dataTable thead .sorting_desc:after {
  content: "arrow_drop_down";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}*/

table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
  color: #bdc6cf;
}

div.dataTables_scrollHead table.dataTable {
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table {
  border-top: none;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

div.dataTables_scrollBody table thead .sorting:after, div.dataTables_scrollBody table thead .sorting_asc:after, div.dataTables_scrollBody table thead .sorting_desc:after {
  display: none;
}

div.dataTables_scrollBody table tbody tr:first-child th, div.dataTables_scrollBody table tbody tr:first-child td {
  border-top: none;
}

div.dataTables_scrollFoot table {
  margin-top: 0 !important;
  border-top: none;
}

@media screen and (max-width: 767px) {
  div.dataTables_wrapper div.dataTables_length, div.dataTables_wrapper div.dataTables_filter, div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    text-align: center;
  }
}

table.dataTable.table-condensed > thead > tr > th {
  padding-right: 20px;
}

table.dataTable.table-condensed .sorting:after, table.dataTable.table-condensed .sorting_asc:after, table.dataTable.table-condensed .sorting_desc:after {
  top: 6px;
  right: 6px;
}

table.table-bordered.dataTable th, table.table-bordered.dataTable td {
  border-left-width: 0;
}

table.table-bordered.dataTable th:last-child, table.table-bordered.dataTable td:last-child {
  border-right-width: 0;
}

table.table-bordered.dataTable tbody th, table.table-bordered.dataTable tbody td {
  border-bottom-width: 0;
}

div.dataTables_scrollHead table.table-bordered {
  border-bottom-width: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row {
  margin: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:first-child {
  padding-left: 0;
}

div.table-responsive > div.dataTables_wrapper > div.row > div[class^="col-"]:last-child {
  padding-right: 0;
}

.no-sort::after {
  display: none !important;
}

.no-sort {
  pointer-events: none !important;
  cursor: default !important;
  color: #7c8a95 !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  tbody tr:hover td {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
}

.load-more-results {
  display: block;
}

.load-more-results:hover .load-more, .load-more-results:focus .load-more, .load-more-results:active .load-more {
  -webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.03);
  background: #e7e1f0;
}

.load-more-results .load-more {
  height: 55px;
  border-radius: 4px;
  line-height: 55px;
  text-align: center;
  background: #ece8f4;
  color: #6d60b0;
  font-weight: 600;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

/* ////====== MODALS STYLES =====//// */
.modal {
  background: rgba(56, 69, 79, 0.8);
}

.modal .modal-dialog {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .modal .modal-dialog {
    width: 670px;
    margin-top: 40px;
  }
}

.modal .modal-dialog.modal-sm {
  max-width: 570px;
}

@media (min-width: 768px) {
  .modal .modal-dialog.modal-lg {
    width: 740px;
  }
}

@media (min-width: 992px) {
  .modal .modal-dialog.modal-lg {
    width: 900px;
  }
}

@media (min-width: 1200px) {
  .modal .modal-dialog.modal-lg {
    width: 1100px;
  }
}

.modal .modal-content {
  background: #f4f8f9;
  -webkit-box-shadow: 0px 30px 27px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 30px 27px 3px rgba(0, 0, 0, 0.1);
  border: none;
  padding: 30px;
  padding-bottom: 20px;
}

@media (min-width: 768px) {
  .modal .modal-content {
    padding: 40px;
  }
}

.modal .modal-body {
  padding: 0;
}

.modal .modal-body h3 {
  font-size: 18px;
  margin-bottom: 20px;
  line-height: 1.4;
}

@media (min-width: 480px) {
  .modal .modal-body h3 {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .modal .modal-body h3 {
    font-size: 24px;
  }
}

.modal .modal-body p strong {
  color: #38454f;
  font-weight: normal;
}

.modal .modal-body h4 {
  font-weight: normal;
  font-size: 16px;
}

.modal .modal-body a .icon {
  vertical-align: top;
  position: relative;
  margin-right: 3px;
}

.modal .modal-heading {
  margin-bottom: 30px;
}

.modal .modal-heading.no-margin {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .modal .modal-heading .pull-left,
  .modal .modal-heading .pull-right {
    width: 100%;
    float: left;
  }
  .modal .modal-heading .pull-left .btn,
  .modal .modal-heading .pull-right .btn {
    margin-top: 10px;
  }
}

.modal .modal-heading:before, .modal .modal-heading:after {
  content: "";
  display: table;
}

.modal .modal-heading:after {
  clear: both;
}

.modal .modal-heading > img {
  max-width: 30px;
  margin-bottom: 20px;
}

.modal .modal-heading > .icon {
  font-size: 36px;
  width: 36px;
  height: 36px;
  color: #3db8db;
  margin-bottom: 10px;
}

.modal .modal-heading h3 {
  font-size: 18px;
  margin-bottom: 5px;
  line-height: 1.4;
}

@media (min-width: 480px) {
  .modal .modal-heading h3 {
    font-size: 20px;
  }
}

@media (min-width: 768px) {
  .modal .modal-heading h3 {
    font-size: 24px;
  }
}

.modal .modal-heading .btn {
  min-width: 75px !important;
  padding: 10px 20px;
}

.modal .modal-heading p {
  font-size: 14px;
}

@media (max-width: 480px) {
  .modal .modal-heading p {
    font-size: 13px;
    line-height: 1.5;
  }
}

.modal .modal-heading .options {
  margin-top: 10px;
}

.modal .modal-heading + .table-wrap {
  margin-top: 0;
}

.modal .modal-heading.center {
  text-align: center;
  max-width: 520px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modal .modal-heading.center h3 {
  margin-bottom: 10px;
}

.modal .modal-heading.center h4 {
  font-weight: normal;
  font-size: 16px;
}

.modal .modal-heading.center p {
  font-size: 14px;
}

.modal .modal-heading.center .modal-heading-avatar {
  margin-bottom: 30px;
  width: 42px;
  height: 42px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.modal .modal-heading.center .modal-heading-avatar img {
  max-width: 42px;
  max-height: 42px;
  display: block;
  margin: 0 auto;
}

.modal .modal-heading.center .modal-heading-avatar .circle-icon {
  position: absolute;
  bottom: -10px;
  right: -15px;
  background: #fdeeeb;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.modal .modal-heading.center .modal-heading-avatar .circle-icon .icon {
  color: #e9563d !important;
  font-weight: bold;
}

.modal .modal-heading.center .modal-heading-div {
  display: block;
  width: 40px;
  height: 2px;
  background: #dbdfe0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.modal .text-tight {
  max-width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modal .modal-div {
  display: block;
  width: 40px;
  height: 2px;
  background: #dbdfe0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

.modal .modal-flag-heading h4 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
}

.modal .modal-flag-heading h4 img {
  margin-right: 5px;
  position: relative;
  top: -2px;
}

.modal .em {
  margin-bottom: 30px;
}

.modal .modal-heading-btns {
  margin-bottom: 30px;
}

.modal .modal-heading-btns:before, .modal .modal-heading-btns:after {
  content: "";
  display: table;
}

.modal .modal-heading-btns:after {
  clear: both;
}

@media (max-width: 767px) {
  .modal .modal-heading-btns {
    padding-top: 10px;
  }
}

.modal .modal-heading-btns .btn-default,
.modal .modal-heading-btns .btn-info {
  min-width: 75px !important;
  padding: 10px 20px;
}

.modal .table-wrap {
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (min-width: 1200px) {
  .modal .table-wrap .table thead tr th:first-child {
    padding-left: 20px;
  }
  .modal .table-wrap .table thead tr th:last-child {
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .modal .table-wrap .table tbody tr:hover td {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.modal .table-wrap .table tbody tr td:after {
  display: none;
  visibility: hidden;
}

@media (min-width: 1200px) {
  .modal .table-wrap .table tbody tr td:first-child {
    padding-left: 20px;
  }
  .modal .table-wrap .table tbody tr td:last-child {
    padding-right: 20px;
  }
}

@media (min-width: 768px) {
  .modal .table-wrap.csv-file-mapping-table .table tbody td:last-child {
    width: 190px !important;
  }
}

.modal .modal-footer {
  padding: 0;
  border-top: none;
  margin-top: 30px;
}

.modal .modal-footer .btn-trans {
  width: 100px;
  min-width: 100px;
}

@media (max-width: 767px) {
  .modal .modal-footer .btn {
    margin-bottom: 10px;
  }
}

.modal .close {
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  position: absolute;
  top: -20px;
  right: -20px;
}

@media (min-width: 768px) {
  .modal .close {
    top: -25px;
    right: -20px;
  }
}

.modal .close:focus, .modal .close:active {
  outline: none;
}

.modal .create-password-form {
  margin-top: 30px;
  margin-bottom: 30px;
}

.well-transcribe,
.well-price {
  background: #e6f2e5 !important;
  color: #67b930;
  text-align: center;
  padding: 30px 20px;
  margin-bottom: 30px;
}

.well-transcribe h4,
.well-price h4 {
  color: #67b930;
  font-size: 36px !important;
  font-weight: 300 !important;
  max-width: 400px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .well-transcribe h4,
  .well-price h4 {
    font-size: 46px !important;
    font-weight: 300 !important;
  }
}

.well-transcribe h4 .icon,
.well-price h4 .icon {
  vertical-align: top;
  position: relative;
  top: 10px;
}

.well-transcribe h4 span,
.well-price h4 span {
  display: block;
  font-size: 14px;
  margin-top: 5px;
  line-height: 1.5;
}

.well-transcribe h4 .per-month,
.well-price h4 .per-month {
  display: inline-block;
  font-size: 20px;
  margin-top: 0;
}

@media (min-width: 768px) {
  .well-transcribe h4 .per-month,
  .well-price h4 .per-month {
    font-size: 24px;
  }
}

.well-transcribe p,
.well-price p {
  font-weight: 500;
}

.well-transcribe.purple,
.well-price.purple {
  background: #f2eff7 !important;
  color: #6d60b0;
}

.well-transcribe.purple h4,
.well-price.purple h4 {
  color: #6d60b0;
}

.well-price {
  margin-top: 30px;
  position: relative;
}

.well-price:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.well-price.no-margin-top {
  margin-top: 0;
}

.well-price .discount {
  display: inline-block;
  background: #67b930;
  text-align: center;
  padding: 3px 15px;
  border-radius: 4px;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  position: absolute;
  top: 20px;
  right: -10px;
}

@media (max-width: 400px) {
  .well-price .discount {
    font-size: 12px;
    padding: 2px 10px;
    top: 10px;
  }
}

.well-price.pro h4 {
  margin-bottom: 0;
  display: inline-block;
}

.well-price.pro h4 span {
  display: inline;
}

.well-price.pro h4 + h4:before {
  content: "+";
  font-size: 30px;
  color: yellowgreen;
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
}

.well-price.pro > span {
  font-size: 14px;
  display: block;
  font-weight: 300;
  margin-top: 20px;
}

.well-price .current-service-plan h4 {
  color: #67b930;
  font-size: 18px !important;
  max-width: 100% !important;
}

@media (min-width: 768px) {
  .well-price .current-service-plan h4 {
    font-size: 24px !important;
  }
}

.well-price .current-service-plan p {
  color: #67b930;
}

.well-link {
  background: #e1f1f6 !important;
  color: #3db8db;
  text-align: center;
  padding: 50px 20px;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
}

.well-link:before {
  content: "public";
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 120px;
  width: 120px;
  height: 120px;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
  color: #d0ebf3;
  position: absolute;
  bottom: 5px;
  right: -22px;
}

.well-link:hover {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.well-link a {
  color: #3db8db;
  font-size: 18px;
}

.well-info {
  background: #e1f1f6 !important;
  color: #3db8db;
  text-align: center;
  padding: 50px 20px;
}

.well-copylink {
  padding: 15px 20px;
  padding-left: 55px;
  margin: 20px 0;
  position: relative;
}

.well-copylink .icon {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 24px;
  width: 24px;
}

.well-email {
  color: #38454f !important;
}

@media (min-width: 768px) {
  .well-email {
    padding: 30px !important;
  }
}

.email-copy-paste {
  margin-top: 30px;
}

.email-copy-paste h4 {
  color: #7c8a95;
  font-weight: bold;
  font-size: 14px;
}

.checkbox-well {
  padding: 25px !important;
  position: relative;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin-top: 20px;
  padding-left: 75px !important;
}

@media (max-width: 767px) {
  .checkbox-well {
    padding: 20px 15px !important;
    padding-left: 65px !important;
  }
}

.checkbox-well.active {
  background: #e1f1f6;
}

.checkbox-well .options {
  margin-bottom: 0;
  position: absolute;
  top: 38%;
  left: 30px;
}

@media (max-width: 767px) {
  .checkbox-well .options {
    left: 20px;
  }
}

.checkbox-well .options label {
  margin-bottom: 0;
}

.checkbox-well h4 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: normal;
}

@media (max-width: 767px) {
  .checkbox-well h4 {
    font-size: 14px;
  }
}

.checkbox-well p {
  line-height: 1;
}

@media (max-width: 767px) {
  .checkbox-well p {
    font-size: 13px;
    line-height: 1.2;
  }
}

.checkbox-well.purchase {
  padding: 20px !important;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 60px !important;
}

@media (min-width: 768px) {
  .checkbox-well.purchase {
    padding-left: 75px !important;
  }
}

.checkbox-well.purchase.active p {
  color: #3db8db;
}

.phone-functions {
  margin-bottom: 20px;
}

.phone-functions .phone-funtions-heading {
  text-align: center;
  margin-bottom: 40px;
}

.phone-functions .phone-funtions-heading > img {
  max-width: 31px;
  margin-bottom: 20px;
}

.phone-functions .phone-funtions-heading h3 {
  margin-bottom: 10px;
}

.phone-functions h4 {
  font-size: 14px;
  margin-bottom: 20px;
  font-weight: normal;
}

@media (max-width: 420px) {
  .phone-functions .row > div {
    width: 100%;
  }
}

.phone-functions .phone-function-item {
  position: relative;
  padding-left: 45px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .phone-functions .phone-function-item {
    padding-left: 50px;
  }
}

.phone-functions .phone-function-item .phone-function-number {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  color: #3db8db;
  font-weight: 500px;
  font-size: 16px;
  text-align: center;
  background: #fff;
  -webkit-box-shadow: 1.5px 2.598px 3px 0px rgba(0, 0, 0, 0.12);
          box-shadow: 1.5px 2.598px 3px 0px rgba(0, 0, 0, 0.12);
  border-radius: 6px;
  position: absolute;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  .phone-functions .phone-function-item .phone-function-number {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
  }
}

.phone-functions .phone-function-item p {
  display: inline-block;
  font-size: 13px;
  position: relative;
  top: 5px;
}

@media (min-width: 768px) {
  .phone-functions .phone-function-item p {
    font-size: 14px;
    top: 7px;
  }
}

.modal-tab {
  margin-top: 30px;
  margin-bottom: 30px;
}

.modal-drag-drop h4 {
  font-size: 14px;
  color: #7c8a95;
  font-weight: normal;
}

.modal-drag-drop .drag-drop {
  padding: 20px;
  border: 2px dashed #d2e0e3;
  border-radius: 4px;
  min-height: 136px;
  text-align: center;
}

.modal-drag-drop .drag-drop + .drag-drop {
  margin-top: 20px;
}

.modal-drag-drop .drag-drop .drag-drop-text {
  padding-top: 30px;
  padding-bottom: 30px;
  line-height: 1.3;
}

.modal-drag-drop .drag-drop .drag-drop-text > .icon {
  color: #6d60b0;
  font-size: 26px;
  width: 26px;
  margin-bottom: 10px;
}

.modal-drag-drop .drag-drop .drag-drop-text label {
  color: #3db8db;
  display: inline-block;
  cursor: pointer;
}

.modal-drag-drop .drag-drop .drag-drop-text span {
  display: block;
  font-size: 12px;
}

.modal-drag-drop .drag-drop.file-uploaded {
  text-align: left;
  padding: 40px;
}

.modal-drag-drop .drag-drop.file-uploaded .file-name {
  font-size: 16px;
  color: #7c8a95;
  margin-bottom: 10px;
}

.custom-greeting-textarea {
  position: relative;
}

.custom-greeting-textarea .character-count {
  color: #bdc6cf;
  position: absolute;
  bottom: 15px;
  right: 15px;
}

.custom-web-link-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.custom-web-link-form > div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  margin-bottom: 5px;
}

.custom-web-link-form .custom-web-link-url {
  padding-right: 5px;
}

.web-link-available {
  color: #3db8db;
  display: inline-block;
  margin-right: 10px;
}

.web-link-unavailable {
  color: #e9563d;
  display: inline-block;
  margin-right: 10px;
}

.web-link-unavailable .circle-icon {
  background: #f3e7e6 !important;
}

.web-link-unavailable .circle-icon .icon {
  color: #e9563d !important;
  font-weight: bold;
}

.edit-credit-card-modal .credit-card-logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 35px;
  max-height: 54px;
}

.assign-box,
.wm-invite-box {
  height: 379px;
  overflow-y: auto;
  overflow-x: hidden;
}

.assign-box.user,
.wm-invite-box.user {
  height: 498px;
}

.assign-box .table-wrap,
.wm-invite-box .table-wrap {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.assign-box .table-wrap .table,
.wm-invite-box .table-wrap .table {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .assign-box .table-wrap .table tbody tr td:last-child,
  .wm-invite-box .table-wrap .table tbody tr td:last-child {
    text-align: right;
  }
}

@media (max-width: 480px) {
  .assign-box .table-wrap .table tbody tr td .btn,
  .wm-invite-box .table-wrap .table tbody tr td .btn {
    padding: 7px 10px !important;
    font-size: 12px !important;
  }
}

.wm-invite-counter {
  text-align: right;
  margin-top: 15px;
  padding-bottom: 20px;
}

.modal-success {
  text-align: center;
  max-width: 370px;
  padding: 20px 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modal-success .success-icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  background: #e6f2e5;
  color: #67b930;
  line-height: 42px;
  margin-bottom: 20px;
}

.modal-success .success-icon .icon {
  height: 20px;
  position: relative;
  top: 5px;
}

.modal-success h3 {
  margin-bottom: 10px !important;
}

.modal-success .btn {
  margin-top: 20px;
}

.modal-success.activate-account-success {
  max-width: 500px;
}

.modal-success.activate-account-success .account-avatar {
  width: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 20px;
}

.modal-success.activate-account-success .account-avatar > img {
  max-width: 42px;
  max-height: 42px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.modal-success.activate-account-success .account-avatar .circle-icon {
  position: absolute;
  bottom: -5px;
  right: -5px;
  background: #e5f8d8;
  color: #67b930;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.modal-success.activate-account-success .account-avatar .circle-icon .icon {
  color: #67b930 !important;
}

.modal-failed {
  text-align: center;
  max-width: 370px;
  padding: 20px 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modal-failed .failed-icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  background: #fdeeeb;
  color: #e9563d;
  line-height: 42px;
  margin-bottom: 20px;
}

.modal-failed .failed-icon .icon {
  height: 20px;
  position: relative;
  top: 5px;
}

.modal-failed h3 {
  margin-bottom: 10px !important;
}

.modal-failed .btn {
  margin-top: 20px;
}

.modal-info {
  text-align: center;
  max-width: 370px;
  padding: 20px 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modal-info .info-icon {
  display: inline-block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  background: #d6f1f7;
  color: #3db8db;
  line-height: 42px;
  margin-bottom: 20px;
}

.modal-info .info-icon .icon {
  font-size: 24px;
  width: 24px;
  height: 24px;
  position: relative;
  top: 7px;
}

.modal-info h3 {
  margin-bottom: 10px !important;
}

.modal-info .btn {
  margin-top: 20px;
}

.modal-webmeeting {
  max-width: 370px;
  padding: 20px 0;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modal-webmeeting .wm-logo {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 60px;
}

.modal-webmeeting .wm-logo-success {
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
  max-width: 78px;
}

.modal-webmeeting .wm-features-list {
  text-align: left;
  margin-top: 30px;
  max-width: 200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modal-webmeeting .wm-features-list ul li {
  margin-bottom: 15px;
}

.modal-webmeeting h3 {
  margin-bottom: 10px !important;
  width:414px;
}

.modal-webmeeting .btn {
  margin-top: 30px;
}

@media (min-width: 992px) {
  .modal-feedback .modal-dialog {
    width: 800px;
  }
}

@media (min-width: 1200px) {
  .modal-feedback .modal-dialog {
    width: 870px;
  }
}

.modal-feedback .star-rating label {
  display: inline-block;
  margin-right: 40px;
}

@media (min-width: 1200px) {
  .modal-feedback .star-rating label {
    margin-right: 80px !important;
  }
}

.modal-feedback .rating {
  display: inline-block;
  position: relative;
  top: 8px;
}

.modal-feedback .rating li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.modal-feedback .rating .icon {
  font-size: 30px;
  width: 30px;
  height: 30px;
}

.modal-feedback .feedback-count {
  margin-top: 10px;
}

.modal-tabs {
  margin-left: -20px;
  margin-right: -20px;
}

.modal-tabs .tab-content,
.modal-tabs .nav-tabs {
  padding-left: 20px;
  padding-right: 20px;
}

@media (min-width: 768px) {
  .modal-tabs {
    margin-left: -40px;
    margin-right: -40px;
  }
  .modal-tabs .tab-content,
  .modal-tabs .nav-tabs {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.modal-tabs .div-grey {
  margin-top: 40px;
  margin-bottom: 40px;
}

.modal-tabs .form-group .well {
  padding: 15px 20px;
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .modal-tabs .form-group .well {
    margin-top: 10px;
  }
}

.modal-tabs .form-group .well a img {
  max-height: 20px;
  max-width: 20px;
  margin-right: 5px;
}

.modal-tabs .form-group .well.form-well {
  margin-top: 0;
  padding: 10px 15px;
}

@media (min-width: 768px) {
  .modal-tabs .form-group .well.form-well {
    padding: 14px 15px;
  }
}

.modal-tabs .form-group .well.form-well:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.modal-tabs .modal-footer {
  margin-top: 40px;
}

.current-service-plan {
  color: #38454f;
}

.star,
.rating:not(.vote-cast):hover .star:hover ~ .star,
.rating.vote-cast .star.selected ~ .star {
  color: #d8dfe4;
}

.rating:hover .star,
.rating.vote-cast .star {
  /* highlighted state */
  color: #3db8db;
}

@media (min-width: 992px) {
  .modal-video .modal-dialog {
    width: 900px;
  }
}

.modal-video .modal-content {
  margin-bottom: 20px;
  padding: 0;
}

.modal-video-container {
  background: #bdc6cf;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  background-color: black;
}

.modal-video-container object,
.modal-video-container embed,
.modal-video-container .jwplayer,
.modal-video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  transform: none !important;
  -webkit-transform: none !important;
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.modal-video-container object .jwmain,
.modal-video-container object .jwvideo,
.modal-video-container object .jwcontrols,
.modal-video-container object .jwdisplay,
.modal-video-container embed .jwmain,
.modal-video-container embed .jwvideo,
.modal-video-container embed .jwcontrols,
.modal-video-container embed .jwdisplay,
.modal-video-container .jwplayer .jwmain,
.modal-video-container .jwplayer .jwvideo,
.modal-video-container .jwplayer .jwcontrols,
.modal-video-container .jwplayer .jwdisplay,
.modal-video-container video .jwmain,
.modal-video-container video .jwvideo,
.modal-video-container video .jwcontrols,
.modal-video-container video .jwdisplay {
  border-top-left-radius: 4px !important;
  border-top-right-radius: 4px !important;
}

.modal-video-info {
  padding: 30px;
}

.modal-video-info .modal-video-info-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

.modal-video-info .modal-video-info-heading .modal-video-info-text {
  padding-right: 15px;
}

.modal-video-info .modal-video-info-heading h3 {
  font-size: 18px !important;
  margin-bottom: 5px !important;
  font-weight: normal;
}

.modal-video-info-btn {
  text-align: right;
}

.modal-video-info-btn:before, .modal-video-info-btn:after {
  content: "";
  display: table;
}

.modal-video-info-btn:after {
  clear: both;
}

.modal-video-info-btn .btn,
.modal-video-info-btn .share-dropdown {
  display: inline-block;
  margin-left: 5px;
}

@media (min-width: 992px) {
  .modal-video2 .modal-dialog {
    width: 900px;
  }
}

.modal-video2 .modal-content {
  padding: 0;
}

.modal-video2 h3 {
  margin-bottom: 0;
  font-size: 18px;
}

@media (min-width: 768px) {
  .modal-video2 h3 {
    font-size: 24px;
  }
}

.modal-video2 .modal-video-heading,
.modal-video2 .modal-video-footer {
  padding: 20px;
}

@media (min-width: 768px) {
  .modal-video2 .modal-video-heading,
  .modal-video2 .modal-video-footer {
    padding: 20px 40px;
  }
}

.modal.pdf-modal .pdf-download {
  height: auto;
}

.modal.pdf-modal .pdf-download .pdf-download-text {
  position: static;
  -webkit-transform: none;
          transform: none;
}

.modal.pdf-modal .loaders {
  height: auto;
}

.modal.pdf-modal .loaders .loading {
  position: static;
  -webkit-transform: none;
          transform: none;
}

/* ////====== TABS STYLES =====//// */
.nav-tabs {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 0;
}

.nav-tabs.nav-tabs-inside {
  padding-left: 0;
  padding-right: 0;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .nav-tabs li {
    float: none;
  }
}

.nav-tabs li a {
  font-size: 15px;
  border: none;
  border-bottom: 2px solid transparent;
  padding: 0;
  padding-bottom: 20px;
  font-weight: normal;
  color: #9ba5ad;
}

@media (max-width: 768px) {
  .nav-tabs li a {
    padding-bottom: 0;
    margin-bottom: 3px;
    font-size: 14px;
    border: none;
    border-bottom: 2px solid transparent;
  }
}

.nav-tabs li a:hover, .nav-tabs li a:focus, .nav-tabs li a:active {
  border: none;
  border-bottom: 2px solid transparent;
  background: none !important;
  color: #38454f;
}

@media (min-width: 768px) {
  .nav-tabs li a {
    margin-right: 40px;
  }
}

.nav-tabs li.active a {
  border: none;
  border-bottom: 2px solid #3db8db;
  color: #38454f;
  background: none;
}

.nav-tabs li.active a:hover, .nav-tabs li.active a:focus, .nav-tabs li.active a:active {
  border: none;
  border-bottom: 2px solid #3db8db;
  background: none !important;
}

@media (max-width: 768px) {
  .nav-tabs li.active a {
    border-bottom: 2px solid transparent;
  }
  .nav-tabs li.active a:hover, .nav-tabs li.active a:focus, .nav-tabs li.active a:active {
    border-bottom: 2px solid transparent;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .nav-tabs.nav-tabs-long li a {
    margin-right: 20px !important;
  }
}

.tab-border {
  display: block;
  width: 100%;
  height: 1px;
  background: #e3ecee;
}

.tab-content {
  margin-top: 20px;
}

@media (min-width: 768px) {
  .tab-content {
    margin-top: 30px;
  }
}

.tab-heading {
  margin-bottom: 20px;
}

.tab-heading:before, .tab-heading:after {
  content: "";
  display: table;
}

.tab-heading:after {
  clear: both;
}

@media (min-width: 768px) {
  .tab-heading {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .tab-heading .pull-left,
  .tab-heading .pull-right {
    float: left;
    width: 100%;
  }
}

.tab-heading h2 {
  font-size: 18px;
  font-weight: normal;
}

.tab-heading h2 span {
  display: inline-block;
  color: #9ba5ad;
  font-size: 14px;
  margin-left: 5px;
}

@media (min-width: 768px) {
  .tab-heading h2 {
    position: relative;
    top: 10px;
  }
  .tab-heading h2 span {
    margin-left: 10px;
  }
}

.tab-heading .search-form {
  width: 200px;
  margin-bottom: 10px;
}

.tab-heading .search-form:before, .tab-heading .search-form:after {
  content: "";
  display: table;
}

.tab-heading .search-form:after {
  clear: both;
}

@media (min-width: 768px) {
  .tab-heading .search-form {
    margin-bottom: 0;
    float: left;
  }
}

.tab-heading .search-form i {
  float: left;
  font-size: 24px;
  width: 24px;
  margin-right: 5px;
  position: relative;
  top: 7px;
}

.tab-heading .search-form .form-control {
  float: left;
  width: 171px;
  background: none;
  border: none;
  padding-left: 5px;
  padding-right: 0;
}

.tab-heading h2 {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .tab-heading h2 {
    margin-bottom: 0;
    float: left;
    margin-right: 20px;
  }
}

@media (min-width: 992px) {
  .tab-heading h2 {
    margin-right: 40px;
  }
}

.tab-heading .select-control {
  width: 180px;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .tab-heading .select-control {
    margin-bottom: 0;
    float: left;
    margin-right: 20px;
  }
  .tab-heading .select-control.recordings-select {
    margin-right: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tab-heading .select-control {
    width: 160px;
  }
}

@media (min-width: 992px) {
  .tab-heading .select-control {
    margin-right: 40px;
  }
}

.tab-heading .select-control.filter {
  margin-right: 0;
}

.tab-heading .select-control.select-control-long {
  width: 200px;
}

@media (min-width: 1200px) {
  .tab-heading .select-control.select-control-long {
    width: 215px;
  }
}

.tab-heading .select-control.select-control-short {
  width: 100px;
}

@media (min-width: 1200px) {
  .tab-heading .select-control.select-control-short {
    width: 120px;
  }
}

@media (min-width: 768px) {
  .tab-heading .select-control + .btn-mini {
    margin-left: 15px;
  }
}

.tab-heading .select-control.filter-sm {
  width: 65px !important;
  margin-right: 0;
}

.tab-heading .date-picker {
  width: 230px;
  margin-bottom: 10px;
  position: relative;
}

@media (min-width: 768px) {
  .tab-heading .date-picker {
    margin-bottom: 0;
    float: left;
    margin-right: 5px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .tab-heading .date-picker {
    width: 180px;
  }
}

@media (min-width: 768px) {
  .tab-heading .date-picker + .btn-mini {
    margin-left: 15px;
  }
}

.tab-heading .date-picker .form-control {
  padding-left: 45px;
}

.tab-heading .date-picker:before {
  content: "date_range";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

.tab-heading .reviewing {
  margin-bottom: 10px;
}

.tab-heading .reviewing:before, .tab-heading .reviewing:after {
  content: "";
  display: table;
}

.tab-heading .reviewing:after {
  clear: both;
}

.tab-heading .reviewing label {
  margin-right: 10px;
  position: relative;
  top: 8px;
}

.tab-heading .reviewing .select-control,
.tab-heading .reviewing label {
  float: left;
}

.tab-heading .reviewing .select-control {
  margin-right: 0;
  max-width: 150px;
}

@media (min-width: 768px) {
  .tab-heading .reviewing {
    margin-bottom: 0;
    float: left;
    margin-right: 15px;
  }
}

.tab-heading .items-perpage {
  margin-bottom: 10px;
}

.tab-heading .items-perpage:before, .tab-heading .items-perpage:after {
  content: "";
  display: table;
}

.tab-heading .items-perpage:after {
  clear: both;
}

.tab-heading .items-perpage label {
  margin-right: 10px;
  position: relative;
  top: 8px;
}

.tab-heading .items-perpage .select-control,
.tab-heading .items-perpage label {
  float: left;
}

@media (min-width: 768px) {
  .tab-heading .items-perpage {
    margin-bottom: 0;
    float: left;
    margin-right: 15px;
  }
}

.tab-heading .tab-heading-select {
  margin-bottom: 10px;
}

.tab-heading .tab-heading-select:before, .tab-heading .tab-heading-select:after {
  content: "";
  display: table;
}

.tab-heading .tab-heading-select:after {
  clear: both;
}

.tab-heading .tab-heading-select label {
  margin-right: 10px;
  position: relative;
  top: 8px;
}

@media (max-width: 767px) {
  .tab-heading .tab-heading-select label {
    min-width: 50px;
  }
}

.tab-heading .tab-heading-select .select-control,
.tab-heading .tab-heading-select label {
  float: left;
}

.tab-heading .tab-heading-select .select-control {
  margin-right: 0;
}

@media (min-width: 768px) {
  .tab-heading .tab-heading-select {
    margin-bottom: 0;
    float: left;
    margin-right: 15px;
  }
}

.tab-heading .btn-mini {
  margin-right: 10px;
}

@media (max-width: 767px) {
  .tab-heading .btn-mini {
    margin-top: 10px !important;
  }
}

.tab-heading .btn-mini .icon {
  font-size: 18px;
  width: 18px;
}

@media (min-width: 768px) {
  .tab-heading .btn-mini {
    margin-right: 0;
    margin-left: 10px;
  }
}

.tab-heading .btn-info,
.tab-heading .btn-default {
  padding: 11px 25px;
  margin-right: 10px;
}

@media (max-width: 767px) {
  .tab-heading .btn-info,
  .tab-heading .btn-default {
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .tab-heading .btn-info,
  .tab-heading .btn-default {
    margin-right: 0;
    margin-left: 10px;
  }
}

.tab-heading .btn-info.with-icon,
.tab-heading .btn-default.with-icon {
  padding: 9px 25px;
}

.tab-heading .btn-trans {
  font-weight: normal !important;
}

.tab-heading .text-link {
  color: #7c8a95;
  position: relative;
  top: 2px;
}

.tab-heading .text-link:hover, .tab-heading .text-link:focus, .tab-heading .text-link:active {
  color: #3db8db;
}

.tab-heading .help-tooltip {
  background: transparent !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  color: #3db8db;
  padding-right: 0 !important;
  padding-left: 0 !important;
  width: 20px !important;
  min-width: 20px !important;
}

.tab-heading .help-tooltip .icon {
  position: relative;
  top: 7px;
}

@media (max-width: 991px) {
  .tab-heading.long .pull-left,
  .tab-heading.long .pull-right {
    float: left;
    width: 100%;
  }
}

@media (min-width: 767px) and (max-width: 991px) {
  .tab-heading.long .pull-left {
    margin-bottom: 20px;
  }
}

@media (max-width: 1199px) {
  .tab-heading.xlong .pull-left,
  .tab-heading.xlong .pull-right {
    float: left;
    width: 100%;
  }
}

@media (min-width: 767px) and (max-width: 1199px) {
  .tab-heading.xlong .pull-left {
    margin-bottom: 20px;
  }
}

@media (min-width: 992px) {
  .tab-heading.xlong h2,
  .tab-heading.xlong .select-control {
    margin-right: 20px;
  }
}

.tab-heading.xlong h2.filter,
.tab-heading.xlong .select-control.filter {
  margin-right: 0;
}

@media (max-width: 767px) {
  .tab-heading .direct-toll {
    display: block !important;
    margin-bottom: 5px;
    margin-top: 10px;
  }
}

.tab-form {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .tab-form {
    margin-top: 40px;
  }
}

.tab-form-heading,
.tab-form-content,
.tab-form-well {
  margin-bottom: 20px;
}

.tab-form-heading h2 {
  line-height: 1.5;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .tab-form-heading h2 {
    max-width: 140px;
  }
}

.tab-form-content h3 {
  font-size: 16px;
  font-weight: normal;
  margin-top: 40px;
  margin-bottom: 20px;
}

.tab-form-form {
  margin-bottom: 40px;
}

.tab-form-form .options-group .options > label:before {
  background: #fff;
}

.tab-form-form .options-group .options > a {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  background: #e1f1f6;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.tab-form-form .options-group .options > a .icon {
  font-size: 12px;
  width: 12px;
  height: 12px;
}

.tab-form-well:before, .tab-form-well:after {
  content: "";
  display: table;
}

.tab-form-well:after {
  clear: both;
}

.tab-form-well .well {
  max-width: 340px;
  text-align: center;
  font-size: 13px;
  padding: 40px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .tab-form-well .well {
    padding: 40px 30px;
    margin-top: 44px;
  }
}

@media (min-width: 992px) {
  .tab-form-well .well {
    float: right;
    padding: 60px;
  }

  .tab-form-well .well.wm-download {
    padding: 40px;
  }
}

.tab-form-well .well .icon {
  color: #6d60b0;
  margin-bottom: 20px;
  font-size: 52px;
  width: 52px;
}

.tab-form-well .well .upload-avatar {
  background: #eee;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  position: relative;
}

.tab-form-well .well .upload-avatar:hover .remove-avatar {
  visibility: visible !important;
}

.tab-form-well .well .upload-avatar img {
  max-width: 92px;
  max-height: 92px;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
}

.tab-form-well .well .upload-avatar .remove-avatar {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fdeeeb;
  text-align: center;
  line-height: 30px;
  color: #e9563d !important;
  position: absolute;
  top: -3px;
  right: -3px;
  visibility: hidden;
}

.tab-form-well .well .upload-avatar .remove-avatar:hover, .tab-form-well .well .upload-avatar .remove-avatar:active, .tab-form-well .well .upload-avatar .remove-avatar:focus {
  background: #fce2dd;
}

.tab-form-well .well .upload-avatar .remove-avatar .icon {
  font-size: 14px;
  width: 14px;
  height: 14px;
  color: #e9563d !important;
  position: relative;
  top: 4px;
  font-weight: bold;
}

.tab-form-well .well h4 {
  font-weight: normal;
}

.tab-form-well .well label {
  margin-top: 10px;
}

.tab-form-well .well.integration .icon {
  color: #6d60b0;
  margin-bottom: 0;
  font-size: 72px;
  width: 72px;
  height: 72px;
  position: relative;
  margin-top: -10px;
}

.tab-bottom-controls {
  margin-top: 20px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (min-width: 768px) {
  .tab-bottom-controls {
    margin-bottom: 20px;
  }
}

.tab-bottom-controls .items-perpage:before, .tab-bottom-controls .items-perpage:after {
  content: "";
  display: table;
}

.tab-bottom-controls .items-perpage:after {
  clear: both;
}

.tab-bottom-controls .items-perpage label {
  margin-right: 10px;
  position: relative;
  top: 8px;
}

.tab-bottom-controls .items-perpage .select-control,
.tab-bottom-controls .items-perpage label {
  float: left;
}

@media (min-width: 768px) {
  .tab-bottom-controls .items-perpage {
    margin-bottom: 0;
    margin-right: 15px;
  }
}

.pagination {
  margin: 5px 0;
}

.pagination li a {
  padding: 0 !important;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border: none;
  border-radius: 50% !important;
  background: #e6e7e8;
  color: #7c8a95;
  margin-left: 5px;
  margin-right: 5px;
  text-align: center;
}

.pagination li a:hover, .pagination li a:active, .pagination li a:focus {
  color: #fff !important;
  background: #3db8db;
}

.pagination li:first-child, .pagination li:last-child {
  border-radius: 50% !important;
}

.pagination li:first-child .icon, .pagination li:last-child .icon {
  position: relative;
  top: 5px;
}

.pagination li.active a {
  background: #3db8db;
  color: #fff !important;
}

.pagination li.active a:hover, .pagination li.active a:active, .pagination li.active a:focus {
  color: #fff !important;
  background: #3db8db;
}

/* ////====== HOME STYLES =====//// */
.dash-heading {
  padding-top: 20px;
  padding-bottom: 20px;
}

.dash-heading .container-fluid {
  position: relative;
}

@media (min-width: 480px) {
  .dash-heading {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

.dash-heading h1 {
  margin-bottom: 0;
  font-size: 26px;
}

@media (min-width: 768px) {
  .dash-heading h1 {
    font-size: 32px;
  }
}

.dash-heading.user .user-avatar {
  max-width: 24px;
  max-height: 24px;
  margin-right: 10px;
  border-radius: 50%;
  position: relative;
  top: -5px;
}

.dash-heading.user h1 {
  display: inline-block;
  font-size: 20px;
}

@media (min-width: 768px) {
  .dash-heading.user h1 {
    font-size: 24px;
  }
}

@media (max-width: 480px) {
  .dash-heading .dash-heading-left,
  .dash-heading .dash-heading-right {
    width: 100%;
    float: left;
  }
}

.dash-heading .dash-heading-left h1 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 5px;
}

@media (min-width: 480px) {
  .dash-heading .dash-heading-left h1 {
    margin-bottom: 0;
  }
}

.dash-heading .dash-heading-right a {
  color: #7c8a95;
}

.dash-heading .dash-heading-right a:hover, .dash-heading .dash-heading-right a:focus, .dash-heading .dash-heading-right a:active {
  color: #3db8db;
}

@media (min-width: 480px) {
  .dash-heading .dash-heading-right a {
    position: relative;
    top: 2px;
  }
}

.dash-heading.sm h1 {
  font-size: 24px;
}

.dash-heading .back-link {
  color: #9ba5ad;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

@media (min-width: 480px) {
  .dash-heading .back-link {
    position: absolute;
    top: 5px;
    left: 15px;
  }
}

.dash-heading .back-link .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 12px;
  width: 12px;
  height: 12px;
  position: relative;
  top: 1px;
}

.dash-heading .btn-mini {
  margin-left: 5px;
}

.well {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none !important;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.well:hover {
  -webkit-box-shadow: 0px 10px 38.4px 1.6px rgba(0, 0, 0, 0.04);
          box-shadow: 0px 10px 38.4px 1.6px rgba(0, 0, 0, 0.04);
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-dashboard .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .home-dashboard .row > div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 992px) {
  .home-dashboard .well {
    padding: 40px;
  }
}

.home-dashboard .row1 {
  margin-bottom: 10px;
}

.home-dashboard .row1 .well {
  text-align: center;
  position: relative;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .home-dashboard .row1 .well {
    max-width: 450px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-height: 300px;
  }
}

@media (min-width: 768px) {
  .home-dashboard .row1 .well {
    min-height: 320px;
  }
}

@media (min-width: 992px) {
  .home-dashboard .row1 .well {
    min-height: 365px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-dashboard .row1 .well {
    font-size: 12px !important;
  }
}

.home-dashboard .row1 .well.text-left {
  text-align: left;
}

.home-dashboard .row1 .well .well-number {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-bottom: 20px;
  background: #f2eff7;
  color: #6d60b0;
  line-height: 40px;
  font-size: 14px;
  font-weight: bold;
}

@media (min-width: 992px) {
  .home-dashboard .row1 .well .well-number {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    margin-bottom: 30px;
  }
}

.home-dashboard .row1 .well .well-code {
  color: #38454f;
  font-weight: 300;
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 1;
}

@media (min-width: 992px) {
  .home-dashboard .row1 .well .well-code {
    font-size: 40px;
    margin-bottom: 15px;
  }
}

@media (min-width: 1200px) {
  .home-dashboard .row1 .well .well-code {
    font-size: 46px;
  }
}

.home-dashboard .row1 .well .well-code .icon {
  color: #dde4eb;
  vertical-align: top;
  position: relative;
  top: 4px;
  font-size: 16px;
  width: 16px;
}

.home-dashboard .row1 .well p a .circle-icon {
  width: 24px !important;
  height: 24px !important;
  margin-right: 0;
  margin-left: 5px;
  background: #ebf8fb !important;
}

.home-dashboard .row1 .well p a .circle-icon .icon {
  top: 4px !important;
  color: #3db8db !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.home-dashboard .row1 .well p a:hover .circle-icon, .home-dashboard .row1 .well p a:focus .circle-icon, .home-dashboard .row1 .well p a:active .circle-icon {
  background: #d6f1f7 !important;
}

.home-dashboard .row1 .well p a:hover .circle-icon .icon, .home-dashboard .row1 .well p a:focus .circle-icon .icon, .home-dashboard .row1 .well p a:active .circle-icon .icon {
  color: #3db8db !important;
}

.home-dashboard .row1 .well .well-toll-free-home span {
  color: #38454f;
}

.home-dashboard .row1 .well .well-btn {
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  bottom: 0px;
  font-weight: normal;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-dashboard .row1 .well .well-btn {
    font-size: 12px !important;
  }
}

.home-dashboard .row1 .well .btn-manage {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  min-width: 160px;
  font-size: 16px !important;
}

@media (min-width: 992px) {
  .home-dashboard .row1 .well .btn-manage {
    margin-top: 30px;
  }
}

.home-dashboard .row1 .well .btn-manage + p {
  font-size: 12px;
  line-height: 1.4;
}

.home-dashboard .row1 .well .btn-manage .icon {
  color: #fff;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  position: absolute;
  top: 28%;
  right: 15px;
}

.home-dashboard .row1 .well .well-bill-plan {
  text-transform: uppercase;
  border: 2px dashed #dde4eb;
  max-width: 220px;
  padding: 10px 5px;
  border-radius: 4px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

@media (min-width: 992px) {
  .home-dashboard .row1 .well .well-bill-plan {
    margin-top: 30px;
  }
}

.home-dashboard .row1 .well .well-bill-plan img {
  max-width: 20px;
  margin-right: 5px;
}

.home-dashboard .row1 .well .well-upgrade {
  background: #f0f8ea;
  color: #67b930;
  max-width: 230px;
  padding: 15px;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 10px;
  border-radius: 4px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.home-dashboard .row1 .well .well-upgrade p {
  line-height: 1.3;
}

.home-dashboard .row1 > div:first-child .well .well-code {
  font-size: 28px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-dashboard .row1 > div:first-child .well .well-code {
    font-size: 26px;
  }
}

@media (min-width: 1200px) {
  .home-dashboard .row1 > div:first-child .well .well-code {
    font-size: 32px;
  }
}

.home-dashboard .row2 {
  text-align: center;
}

.home-dashboard .row2 .well {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 992px) {
  .home-dashboard .row2 .well {
    padding: 40px 30px;
  }
}

@media (max-width: 767px) {
  .home-dashboard .row2 .well {
    max-width: 450px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.home-dashboard .row2 .well p {
  font-size: 40px;
  margin-bottom: 0;
  font-weight: 300;
  line-height: 1;
}

@media (min-width: 992px) {
  .home-dashboard .row2 .well p {
    font-size: 46px;
  }
}

.home-dashboard .row2 .well p .icon {
  color: #6d60b0 !important;
  font-size: 20px;
  width: 20px;
  vertical-align: top;
  position: relative;
  top: 4px;
}

.home-dashboard .row2 .well p .icon.icon-bg {
  font-size: 40px;
  width: 40px;
  position: static;
}

@media (min-width: 992px) {
  .home-dashboard .row2 .well p .icon.icon-bg {
    font-size: 46px;
    width: 46px;
  }
}

.home-dashboard .row2 .well p.mic {
  color: #e9563d;
  position: relative;
  display: inline-block;
  padding-right: 15px;
}

.home-dashboard .row2 .well p.mic:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #e9563d;
  position: absolute;
  top: 5px;
  right: 0;
}

.home-dashboard .row2 .well h3 {
  font-size: 16px;
  color: #38454f;
  margin-bottom: 5px;
  margin-top: 15px;
  line-height: 1;
  font-weight: normal;
}

@media (min-width: 768px) and (max-width: 991px) {
  .home-dashboard .row2 .well h3 {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .home-dashboard .row2 .well h3 {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
}

/* ////====== RECORDINGS STYLES =====//// */
@media (min-width: 768px) {
  .recordings .table tbody td:last-child {
    width: 110px !important;
  }
}

@media (min-width: 992px) {
  .recordings .table tbody td:last-child {
    width: 130px !important;
  }
}

@media (min-width: 1200px) {
  .recordings .table tbody td:last-child {
    width: 270px !important;
  }
}

@media (min-width: 992px) {
  .recordings-dial-in-acess .table tbody td:last-child,
  .recordings-webmeeting .table tbody td:last-child {
    width: 190px !important;
  }
}

@media (min-width: 992px) {
  .recordings-dial-in-acess .table tbody td:last-child .action-dropdown .btn,
  .recordings-webmeeting .table tbody td:last-child .action-dropdown .btn {
    min-width: 140px !important;
  }
}

@media (min-width: 768px) {
  .recordings-transcriptions .table tbody td:last-child {
    width: 80px !important;
  }
}

.player {
  background: #fff;
  position: fixed;
  margin: auto;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9;
}

.player .player-duration {
  position: absolute;
  margin: auto;
  top: -7px;
  left: 0;
  right: 0;
}

.player .player-duration .slider.slider-horizontal {
  width: 100%;
  height: auto;
  border-radius: 0;
}

.player .player-duration .slider.slider-horizontal .tooltip {
  display: none;
  visibility: hidden;
}

.player .player-duration .slider.slider-horizontal .slider-track {
  background: #d8f1f8;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 3px;
}

.player .player-duration .slider.slider-horizontal .slider-selection {
  background: #3db8db;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.player .player-duration .slider.slider-horizontal .slider-handle {
  display: none;
  visibility: hidden;
}

.player .player-inner {
  padding: 15px;
}

@media (min-width: 1200px) {
  .player .player-inner {
    padding: 15px 30px;
  }
}

.player .player-playing {
  padding-left: 90px;
  padding-right: 90px;
  height: 20px;
  position: relative;
}

.player .player-playing:before, .player .player-playing:after {
  content: "";
  display: table;
}

.player .player-playing:after {
  clear: both;
}

@media (min-width: 1200px) {
  .player .player-playing {
    position: absolute;
    top: 26px;
    left: 30px;
    width: 450px;
  }
}

.player .player-playing h3 {
  color: #3db8db;
  font-weight: 500;
  font-size: 14px;
  line-height: 14px;
  margin: 0;
  margin-right: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

.player .player-playing .now-playing {
  color: #38454f;
  display: inline-block;
  font-size: 14px;
  line-height: 14px;
  height: 15px;
  position: absolute;
  top: 1px;
  left: 90px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 500px;
}

@media (min-width: 1200px) {
  .player .player-playing .now-playing {
    max-width: 270px;
  }
}

.player .player-playing .time {
  color: #38454f;
  font-size: 14px;
  line-height: 14px;
  margin-left: 10px;
  margin-top: 0;
  position: absolute;
  background: #fff;
  top: 1px;
  right: 0;
  height: 18px;
}

.player .player-playing .time span {
  color: #bdc6cf;
}

@media (max-width: 1199px) {
  .player .player-playing .time {
    padding-left: 10px;
    padding-right: 15px;
    top: 1px;
    right: -15px;
  }
}

.player .player-controls {
  height: 42px;
  width: 126px;
  margin-top: 10px;
}

.player .player-controls:before, .player .player-controls:after {
  content: "";
  display: table;
}

.player .player-controls:after {
  clear: both;
}

@media (min-width: 1200px) {
  .player .player-controls {
    margin-top: 0;
  }
}

@media (min-width: 500px) {
  .player .player-controls {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.player .player-controls .player-play-pause {
  display: block;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  color: #3db8db;
  text-align: center;
  background: #ebf8fb;
  float: left;
}

.player .player-controls .player-play-pause .icon {
  font-size: 26px;
  width: 26px;
  line-height: 42px !important;
}

.player .player-controls .player-play-pause:hover, .player .player-controls .player-play-pause:focus, .player .player-controls .player-play-pause:active {
  background: #ebf8fb;
}

.player .player-controls .player-play-pause:hover:hover, .player .player-controls .player-play-pause:focus:hover, .player .player-controls .player-play-pause:active:hover {
  background: #d6f1f7;
}

.player .player-controls .player-prev,
.player .player-controls .player-next {
  display: block;
  width: 42px;
  height: 42px;
  color: #bdc6cf;
  text-align: center;
  float: left;
}

.player .player-controls .player-prev .icon,
.player .player-controls .player-next .icon {
  font-size: 26px;
  width: 26px;
  line-height: 42px !important;
}

.player .player-controls .player-prev:hover, .player .player-controls .player-prev:active,
.player .player-controls .player-next:hover,
.player .player-controls .player-next:active {
  color: #9fadba;
}

.player .player-volume {
  position: absolute;
  width: 146px;
  top: 57px;
  right: 30px;
}

.player .player-volume:before, .player .player-volume:after {
  content: "";
  display: table;
}

.player .player-volume:after {
  clear: both;
}

@media (min-width: 1200px) {
  .player .player-volume {
    top: 30px;
    right: 30px;
  }
}

.player .player-volume .player-volume-on {
  color: #bdc6cf;
  float: left;
  margin-right: 10px;
  height: 20px;
  width: 22px;
}

.player .player-volume .player-volume-on:hover, .player .player-volume .player-volume-on:active {
  color: #9fadba;
}

.player .player-volume .player-volume-on .icon {
  font-size: 22px;
  width: 22px;
  position: relative;
  top: -2px;
}

.player .player-volume .volume-progress .slider.slider-horizontal {
  width: 114px;
  height: auto;
  border-radius: 0;
}

.player .player-volume .volume-progress .slider.slider-horizontal .tooltip {
  display: none;
  visibility: hidden;
}

.player .player-volume .volume-progress .slider.slider-horizontal .slider-track {
  background: #f2f4f5;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 3px;
}

.player .player-volume .volume-progress .slider.slider-horizontal .slider-selection {
  background: #bdc6cf;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
}

.player .player-volume .volume-progress .slider.slider-horizontal .slider-handle {
  display: none;
  visibility: hidden;
}

/* ////====== REPORTS STYLES =====//// */
@media (min-width: 768px) {
  .reports-calls .table tbody td:nth-child(6) {
    width: 110px !important;
  }
}

@media (min-width: 768px) {
  .reports-calls .table tbody td:nth-child(7) {
    width: 100px !important;
  }
}

@media (min-width: 768px) {
  .reports-recordings .table tbody td:last-child {
    width: 80px !important;
  }
}

@media (min-width: 768px) {
  .reports-recordings-recordings .table tbody td:nth-child(4) {
    width: 100px !important;
  }
}

@media (min-width: 768px) {
  .reports-recordings-recordings .table tbody td:nth-child(5), .reports-recordings-recordings .table tbody td:nth-child(6), .reports-recordings-recordings .table tbody td:last-child {
    width: 80px !important;
  }
}

@media (min-width: 768px) {
  .reports-recordings-visitor .table tbody td:last-child {
    width: 80px !important;
    text-align: center;
  }
}

@media (min-width: 768px) {
  .reports-meetings .table tbody td:nth-child(5) {
    width: 130px !important;
  }
}

@media (min-width: 768px) {
  .reports-meetings .table tbody td:last-child {
    width: 80px !important;
  }
}

@media (min-width: 768px) {
  .reports-cost-breakdown .table tbody td:nth-child(2), .reports-cost-breakdown .table tbody td:nth-child(3) {
    width: 140px !important;
  }
}

@media (min-width: 768px) {
  .reports-cost-breakdown .table tbody td:nth-child(4), .reports-cost-breakdown .table tbody td:nth-child(5), .reports-cost-breakdown .table tbody td:nth-child(5) {
    width: 120px !important;
  }
}

@media (min-width: 768px) {
  .reports-cost-breakdown .table tbody td:nth-child(6) {
    width: 80px !important;
  }
}

@media (min-width: 768px) {
  .reports-cost-breakdown .table.table-totals tbody td:nth-child(6) {
    width: 100px !important;
  }
}

@media (min-width: 1200px) {
  .reports-cost-breakdown .table.table-totals tbody td:nth-child(6) {
    width: 120px !important;
  }
}

@media (min-width: 768px) {
  .reports-billing-code .table tbody td:nth-child(2), .reports-billing-code .table tbody td:nth-child(3), .reports-billing-code .table tbody td:nth-child(4), .reports-billing-code .table tbody td:nth-child(5) {
    width: 130px !important;
  }
}

@media (min-width: 768px) {
  .reports-billing-code-details .table tbody td:nth-child(3), .reports-billing-code-details .table tbody td:nth-child(4), .reports-billing-code-details .table tbody td:nth-child(5) {
    width: 130px !important;
  }
}

@media (min-width: 768px) {
  .reports-billing-code-details .table-totals tbody td:nth-child(2), .reports-billing-code-details .table-totals tbody td:nth-child(3), .reports-billing-code-details .table-totals tbody td:nth-child(4), .reports-billing-code-details .table-totals tbody td:nth-child(5) {
    width: 130px !important;
  }
}

@media (min-width: 1200px) {
  .reports-call-details .table tbody td,
  .reports-meetings-details .table tbody td {
    padding: 25px 15px;
  }
  .reports-call-details .table tbody td:first-child,
  .reports-meetings-details .table tbody td:first-child {
    padding-left: 30px;
  }
  .reports-call-details .table tbody td:last-child,
  .reports-meetings-details .table tbody td:last-child {
    padding-right: 30px;
  }
}

.back-link {
  color: #9ba5ad;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}

.back-link .icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 12px;
  width: 12px;
  height: 12px;
  position: relative;
  top: 1px;
}

.report-chart {
  width: 100% !important;
  height: 100%;
  max-height: 100%;
}

.chart-canvas {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  width: 100% !important;
}

@media (min-width: 768px) {
  .chart-canvas {
    height: 300px !important;
  }
}

@media (min-width: 1200px) {
  .chart-canvas {
    height: 350px !important;
  }
}

.reports-chart {
  margin-bottom: 20px;
}

.reports-chart > div:first-child .well {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.reports-chart > div:first-child .well h3 {
  margin-left: 20px;
}

@media (min-width: 768px) {
  .reports-chart .well {
    min-height: 365px;
  }
}

@media (min-width: 1200px) {
  .reports-chart .well {
    min-height: 415px;
  }
}

.reports-chart h3 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
}

.reports-chart h3 span {
  display: inline-block;
  color: #9ba5ad;
  font-size: 14px;
  margin-left: 5px;
}

@media (min-width: 768px) {
  .reports-chart h3 span {
    margin-left: 10px;
  }
}

.reports-chart .reports-time-spent {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 180px;
  font-size: 36px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#7f64b5), to(#3db8db));
  background-image: linear-gradient(90deg, #7f64b5 0%, #3db8db 100%);
}

@media (min-width: 480px) {
  .reports-chart .reports-time-spent {
    width: 210px;
    height: 210px;
    line-height: 210px;
    font-size: 46px;
  }
}

@media (min-width: 1200px) {
  .reports-chart .reports-time-spent {
    margin-top: 75px;
  }
}

.cost-breakdown-info:before, .cost-breakdown-info:after {
  content: "";
  display: table;
}

.cost-breakdown-info:after {
  clear: both;
}

.cost-breakdown-info > div {
  margin-bottom: 20px;
}

.cost-breakdown-info > div:last-child {
  margin-bottom: 0;
  margin-right: 0 !important;
}

@media (min-width: 768px) {
  .cost-breakdown-info > div {
    margin-bottom: 0;
    float: left;
    margin-right: 30px;
  }
}

@media (min-width: 992px) {
  .cost-breakdown-info > div {
    margin-right: 40px;
  }
}

@media (min-width: 1200px) {
  .cost-breakdown-info > div {
    margin-right: 70px;
  }
}

.cost-breakdown-info .cost-breakdown-info-avatar {
  height: 42px;
  position: relative;
  padding-left: 60px;
}

.cost-breakdown-info .cost-breakdown-info-avatar .avatar {
  display: inline-block;
  width: 42px;
  height: 42px;
  background: #f4f8f9;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  text-transform: uppercase;
  color: #9ba5ad;
  font-weight: 500;
  position: absolute;
  top: 0;
  left: 0;
}

.cost-breakdown-info .cost-breakdown-info-avatar .avatar img {
  max-width: 42px;
  max-height: 42px;
  border-radius: 50%;
}

.cost-breakdown-info .cost-breakdown-info-avatar .avatar.purple {
  background: #6d60b0;
  color: #fff;
}

.cost-breakdown-info .cost-breakdown-info-avatar h4 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  padding-top: 7px;
}

.cost-breakdown-info .cost-breakdown-info-avatar p {
  color: #9ba5ad;
  font-size: 13px;
}

.cost-breakdown-info .cost-breakdown-info-text {
  height: 42px;
}

.cost-breakdown-info .cost-breakdown-info-text h4 {
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: normal;
  padding-top: 7px;
}

.cost-breakdown-info .cost-breakdown-info-text h4.active {
  color: #3db8db;
}

.cost-breakdown-info .cost-breakdown-info-text p {
  color: #9ba5ad;
  font-size: 13px;
}

.cost-breakdown-info .cost-breakdown-info-text p .icon {
  display: inline;
  font-size: 18px;
  height: 18px;
  vertical-align: middle;
  color: #6d60b0;
  position: relative;
  top: -2px;
}

.cost-breakdown-info .cost-breakdown-info-text p.help-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 768px) {
  .cost-breakdown-info .cost-breakdown-info-text p.help-text {
    line-height: 1.2;
    max-width: 240px;
  }
}

@media (min-width: 992px) {
  .cost-breakdown-info .cost-breakdown-info-text p.help-text {
    max-width: 100%;
  }
}

.cost-breakdown-info.call-details .cost-breakdown-title {
  height: 42px;
  padding-left: 30px;
  position: relative;
}

@media (max-width: 991px) {
  .cost-breakdown-info.call-details .cost-breakdown-title {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

.cost-breakdown-info.call-details .cost-breakdown-title a {
  position: absolute;
  top: 32%;
  left: 0;
  color: #bdc6cf;
}

.cost-breakdown-info.call-details .cost-breakdown-title a:hover, .cost-breakdown-info.call-details .cost-breakdown-title a:focus, .cost-breakdown-info.call-details .cost-breakdown-title a:active {
  color: #3db8db;
}

.cost-breakdown-info.call-details .cost-breakdown-title h4 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  padding-top: 7px;
}

.cost-breakdown-info.call-details .cost-breakdown-title p {
  color: #9ba5ad;
  font-size: 13px;
}

.popover {
  border: none !important;
  border-radius: 5px;
  -webkit-box-shadow: 0px 10px 19.2px 0.8px rgba(0, 0, 0, 0.07);
          box-shadow: 0px 10px 19.2px 0.8px rgba(0, 0, 0, 0.07);
}

.popover.code-info {
  margin-top: -40px;
}

.popover.code-info .popover-content {
  text-align: center;
}

@media (min-width: 768px) {
  .popover.code-info .popover-content {
    padding: 20px 35px;
  }
}

.popover.code-info .popover-content img {
  max-width: 42px;
  max-height: 42px;
  border-radius: 50%;
  margin-bottom: 5px;
}

.popover.code-info .popover-content h4 {
  color: #38454f;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4;
}

.popover.code-info .popover-content h4 span {
  color: #9ba5ad;
  display: block;
  font-size: 13px;
}

.popover.code-info .popover-content p {
  color: #38454f;
}

.reports-well {
  text-align: center;
  padding: 80px 40px;
  margin-bottom: 40px;
}

.reports-well > .icon {
  color: #67b930;
  margin-bottom: 20px;
  font-size: 52px;
  width: 52px;
}

.reports-well h3 {
  font-size: 18px;
  font-weight: normal;
}

.reports-well p {
  font-size: 14px;
  max-width: 640px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.reports-well .btn {
  margin-top: 25px;
  min-width: 190px;
}

/* ////====== ACCOUNT STYLES =====//// */
@media (min-width: 992px) {
  .account .table tbody td:last-child {
    width: 150px !important;
  }
  .account .table tbody td:last-child .select-control {
    width: 150px;
  }
}

.account-billing-plan .table tbody td:last-child .btn-mini {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 5px;
}

@media (max-width: 400px) {
  .account-billing-plan .table tbody td:last-child .btn-mini {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
}

@media (min-width: 768px) {
  .account-billing-plan .table tbody td:last-child {
    width: 215px !important;
  }
}

.account-billing-invoices .table tbody td:last-child .btn-mini,
.account-billing-payments .table tbody td:last-child .btn-mini {
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 5px;
}

@media (min-width: 768px) {
  .account-billing-invoices .table tbody td:last-child,
  .account-billing-payments .table tbody td:last-child {
    width: 170px !important;
  }
}

@media (min-width: 768px) {
  .account-custom-greetings .table tbody td:first-child {
    width: 60px !important;
  }
}

@media (min-width: 768px) {
  .account-custom-greetings .table tbody td:last-child {
    width: 150px !important;
  }
}

@media (min-width: 992px) {
  .account-custom-greetings .table tbody td:last-child {
    width: 190px !important;
  }
}

@media (min-width: 768px) {
  .account-custom-greetings .table tbody td:nth-child(2):before {
    right: -15%;
  }
}

.account-billing .tab-pane .tab-heading {
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .account-dashboard .well {
    padding: 30px;
  }
}

.account-dashboard .row {
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .account-dashboard .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .account-dashboard .row > div {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.account-dashboard .row .well {
  text-align: center;
  position: relative;
  padding-top: 30px;
}

@media (max-width: 767px) {
  .account-dashboard .row .well {
    max-width: 450px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    min-height: 300px;
  }
}

@media (min-width: 768px) {
  .account-dashboard .row .well {
    min-height: 325px;
  }
}

@media (min-width: 992px) {
  .account-dashboard .row .well {
    min-height: 365px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .account-dashboard .row .well {
    font-size: 12px !important;
  }
}

.account-dashboard .row .well.with-btn {
  padding-bottom: 64px;
}

@media (min-width: 768px) {
  .account-dashboard .row .well.with-btn {
    padding-bottom: 70px;
  }
}

.account-dashboard .row .well.text-left {
  text-align: left;
}

.account-dashboard .row .well .well-avatar {
  text-align: center;
  margin-bottom: 30px;
}

.account-dashboard .row .well .well-avatar img {
  border-radius: 50%;
  max-width: 92px;
  max-height: 92px;
  margin-bottom: 30px;
}

.account-dashboard .row .well .well-avatar h3 {
  font-size: 18px;
  text-align: center;
}

.account-dashboard .row .well .well-code {
  color: #38454f;
  font-weight: 300;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 1;
}

@media (min-width: 992px) {
  .account-dashboard .row .well .well-code {
    font-size: 42px;
  }
}

@media (min-width: 1200px) {
  .account-dashboard .row .well .well-code {
    font-size: 46px;
  }
}

.account-dashboard .row .well .well-overdue {
  position: absolute;
  margin: auto;
  top: 25%;
  left: 0;
  right: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}

.account-dashboard .row .well .well-overdue .well-code {
  font-size: 32px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .account-dashboard .row .well .well-overdue .well-code {
    font-size: 24px;
  }
}

.account-dashboard .row .well .well-overdue a {
  display: inline-block;
  border-bottom: 1px solid #3db8db;
  line-height: 1;
}

.account-dashboard .row .well h3 {
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  margin-bottom: 25px;
}

.account-dashboard .row .well .well-btn {
  padding-left: 15px !important;
  padding-right: 15px !important;
  position: absolute;
  margin: auto;
  left: 0px;
  right: 0px;
  bottom: 0px;
  font-weight: normal;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
  .account-dashboard .row .well .well-btn {
    font-size: 12px !important;
  }
}

.account-dashboard .row .well .well-btn.account-status {
  padding: 13px 15px !important;
  text-align: left;
  font-size: 14px !important;
}

.account-dashboard .row .well .well-btn.account-status:before, .account-dashboard .row .well .well-btn.account-status:after {
  content: "";
  display: table;
}

.account-dashboard .row .well .well-btn.account-status:after {
  clear: both;
}

@media (min-width: 768px) {
  .account-dashboard .row .well .well-btn.account-status {
    padding: 15px 20px !important;
  }
}

.account-dashboard .row .well .well-btn.account-status:hover, .account-dashboard .row .well .well-btn.account-status:focus, .account-dashboard .row .well .well-btn.account-status:active {
  background: #e1f1f6;
}

.account-dashboard .row .well .well-btn.account-status .icon {
  font-size: 12px !important;
  position: relative;
  top: 1px;
}

.account-dashboard .row .well .next-bill {
  position: absolute;
  left: 20px;
  bottom: 50px;
  color: #bdc6cf;
}

@media (min-width: 992px) {
  .account-dashboard .row .well .next-bill {
    left: 30px;
    bottom: 60px;
  }
}

.account-payment-methods ul li {
  color: #38454f;
  margin-bottom: 12px;
}

.account-payment-methods ul li:before, .account-payment-methods ul li:after {
  content: "";
  display: table;
}

.account-payment-methods ul li:after {
  clear: both;
}

.account-payment-methods ul li .options {
  margin-right: 0;
  height: 15px !important;
  position: relative;
  top: 6px;
  display: inline-block !important;
  margin-bottom: 0;
}

.account-payment-methods ul li .options label {
  margin-bottom: 0;
  height: 15px !important;
  min-height: 15px !important;
  padding-left: 20px;
}

.account-payment-methods ul li .options label:before {
  width: 15px;
  height: 15px;
}

.account-payment-methods ul li .options label:after {
  width: 15px;
  height: 15px;
  line-height: 15px;
  font-size: 10px;
}

.account-payment-methods ul li .payment-expired {
  color: #e9563d;
}

.account-payment-methods ul li img {
  max-width: 24px;
  margin-right: 5px;
}

.account-payment-methods ul li .money {
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 20px;
  color: #3db8db;
  position: relative;
  top: 6px;
  margin-right: 5px;
}

.account-payment-methods ul li a {
  float: right;
  position: relative;
  top: 3px;
}

.account-payment-methods ul li a .circle-icon {
  width: 24px !important;
  height: 24px !important;
  margin-right: 0;
  margin-left: 5px;
  background: #ebf8fb !important;
}

.account-payment-methods ul li a .circle-icon .icon {
  top: 4px !important;
  color: #bdc6cf !important;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}

.account-payment-methods ul li a:hover .circle-icon, .account-payment-methods ul li a:focus .circle-icon, .account-payment-methods ul li a:active .circle-icon {
  background: #ebf8fb !important;
}

.account-payment-methods ul li a:hover .circle-icon .icon, .account-payment-methods ul li a:focus .circle-icon .icon, .account-payment-methods ul li a:active .circle-icon .icon {
  color: #3db8db !important;
}

.payment-expired-info {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 10px;
}

.payment-expired-info .icon {
  color: #e9563d;
  font-size: 25px;
  width: 25px;
}

.payment-expired-info p a {
  display: block;
}

.custom-greeting-well {
  text-align: center;
  padding: 80px 40px;
  margin-bottom: 40px;
}

.custom-greeting-well > .icon {
  color: #6d60b0;
  margin-bottom: 20px;
  font-size: 52px;
  width: 52px;
}

.custom-greeting-well h3 {
  font-size: 18px;
  font-weight: normal;
}

.custom-greeting-well p {
  font-size: 12px;
}

.custom-greeting-well .btn {
  margin-top: 20px;
}

.account-company-info {
  text-align: left;
  margin-bottom: 20px;
}

.account-company-info p + p {
  margin-top: 5px;
}

/* ////====== SETTINGS STYLES =====//// */
@media (min-width: 768px) {
  .settings-contact .table tbody td:last-child {
    width: 140px !important;
  }
}

.settings-profile .change-password .btn {
  text-align: left;
  padding-left: 20px !important;
  padding-right: 20px !important;
  position: relative;
}

.settings-profile .change-password .btn:before {
  content: "";
  position: absolute;
  top: 40%;
  right: 15px;
  border-top: 4px solid transparent;
  border-left: 4px solid #3db8db;
  border-bottom: 4px solid transparent;
}

.settings-tab-btn {
  padding: 11px 25px !important;
  margin-left: 10px;
  margin-top: 0 !important;
  margin-right: 0 !important;
}

.settings-tab-btn:first-child {
  margin-left: 0;
}

@media (max-width: 767px) {
  .settings-tab-btn {
    padding: 11px 15px !important;
    margin-bottom: 10px;
  }
}

.well-toll-free {
  text-align: center;
  padding: 80px 40px;
  margin-bottom: 40px;
}

.well-toll-free > .icon {
  color: #67b930;
  margin-bottom: 20px;
  font-size: 52px;
  width: 52px;
}

.well-toll-free .account-icon {
  width: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.well-toll-free .account-icon .icon {
  color: #67b930;
  margin-bottom: 20px;
  font-size: 52px;
  width: 52px;
}

.well-toll-free .account-icon .circle-icon {
  position: absolute;
  bottom: 15px;
  right: -5px;
  background: #e5f8d8;
  color: #67b930;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.well-toll-free .account-icon .circle-icon .icon {
  color: #67b930 !important;
}

.well-toll-free h3 {
  font-size: 18px;
  font-weight: normal;
}

.well-toll-free p {
  font-size: 12px;
  max-width: 700px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.well-toll-free .btn {
  margin-top: 20px;
}

.settings-conference-settings .guest-speaker-code,
.settings-conference-settings .dedicated-dialin {
  padding-right: 100px;
  position: relative;
}

@media (min-width: 480px) {
  .settings-conference-settings .guest-speaker-code,
  .settings-conference-settings .dedicated-dialin {
    padding-right: 120px;
  }
}

.settings-conference-settings .guest-speaker-code .well,
.settings-conference-settings .dedicated-dialin .well {
  padding: 15px 20px;
}

.settings-conference-settings .guest-speaker-code .well:hover,
.settings-conference-settings .dedicated-dialin .well:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.settings-conference-settings .guest-speaker-code .well p,
.settings-conference-settings .dedicated-dialin .well p {
  display: inline-block;
  font-size: 18px;
  color: #38454f;
}

.settings-conference-settings .guest-speaker-code .change-speaker-code,
.settings-conference-settings .dedicated-dialin .change-speaker-code {
  margin-left: 10px;
}

.settings-conference-settings .guest-speaker-code .whats-this,
.settings-conference-settings .dedicated-dialin .whats-this {
  position: absolute;
  bottom: 12px;
  right: 10px;
}

.settings-conference-settings .dedicated-dialin {
  padding-right: 0;
}

.settings-conference-settings .agree-send-sms {
  margin-top: 10px;
  margin-bottom: 15px;
}

.settings-integrations .integration-well {
  padding: 30px;
  position: relative;
}

@media (min-width: 480px) {
  .settings-integrations .integration-well {
    padding: 30px 30px 30px 120px;
  }
}

@media (min-width: 768px) {
  .settings-integrations .integration-well {
    padding: 30px 100px 30px 120px;
  }
}

.settings-integrations .integration-well img {
  max-width: 55px;
  max-height: 55px;
  margin-bottom: 15px;
}

@media (min-width: 480px) {
  .settings-integrations .integration-well img {
    max-width: 60px;
    max-height: 60px;
    position: absolute;
    top: 30px;
    left: 30px;
  }
}

.settings-integrations .integration-well h3 {
  margin-top: 0;
  margin-bottom: 5px;
}

.settings-integrations .integration-well .btn {
  margin-top: 15px;
  padding: 10px 20px;
  min-width: 130px;
}

.settings-integrations .integration-well .btn + .btn {
  margin-left: 5px;
}

.settings-integrations .integration-well .btn.btn-default {
  position: relative;
  padding: 10px 20px;
  padding-left: 35px;
}

.settings-integrations .integration-well .btn.btn-default .icon {
  position: absolute;
  top: 10px;
  left: 12px;
}

.settings-integrations .integration-well .btn.btn-trans {
  display: inline-block;
  padding: 10px 0;
  cursor: default !important;
}

.settings-integrations .integration-well .btn.btn-trans:hover, .settings-integrations .integration-well .btn.btn-trans:focus, .settings-integrations .integration-well .btn.btn-trans:active {
  color: #7c8a95 !important;
}

.custom-web-link .well {
  padding: 15px 20px;
}

.custom-web-link .well:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.custom-web-link .well p {
  display: inline-block;
  color: #38454f;
}

.custom-web-link .well p + a {
  margin-left: 5px;
}

.web-meeting-well {
  text-align: center;
  padding: 80px 40px;
  margin-bottom: 40px;
}

.web-meeting-well .wm-logo {
  max-width: 165px;
  margin-bottom: 20px;
}

.web-meeting-well h3 {
  font-size: 18px;
  font-weight: normal;
}

.web-meeting-well p {
  font-size: 14px;
  max-width: 450px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.web-meeting-well .btn-default {
  margin-top: 25px;
  min-width: 190px;
}

.web-meeting-well .btn-info {
  margin-top: 25px;
}

.web-meeting-well .well-divider {
  display: block;
  margin: 40px -40px;
  height: 1px;
  border-top: 1px dashed #e3ecee;
}

.web-meeting-well .select-control {
  display: block;
  background: #f4f8f9;
  max-width: 520px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
}

.web-meeting-well .btn-long-text br {
  display: none;
  visibility: hidden;
}

@media (max-width: 480px) {
  .web-meeting-well .btn-long-text br {
    display: block;
    visibility: visible;
  }
}

.webmeeting-background-selector .well {
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.webmeeting-background-selector .well:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.webmeeting-background-selector .well span {
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 15px;
}

.webmeeting-background-selector .well p {
  display: block;
  color: #38454f;
}

.webmeeting-background-selector .well p + a {
  margin-left: 10px;
}

.gradient1 {
  background-image: -webkit-gradient(linear, left top, right top, from(#6e47b6), to(#53a4ff));
  background-image: linear-gradient(to right, #6e47b6, #53a4ff);
}

.gradient2 {
  background-image: -webkit-gradient(linear, left top, right top, from(#e05a88), to(#ffe553));
  background-image: linear-gradient(to right, #e05a88, #ffe553);
}

.gradient3 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#33fc6c), to(#ffe553));
  background-image: linear-gradient(to top, #33fc6c, #ffe553);
}

.gradient4 {
  background-image: -webkit-gradient(linear, left top, right top, from(#fad0c4), to(#0ad0c4));
  background-image: linear-gradient(to right, #fad0c4, #0ad0c4);
}

.gradient5 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#a18cd1), to(#fbc2eb));
  background-image: linear-gradient(to top, #a18cd1 0%, #fbc2eb 100%);
}

.gradient6 {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff8177), color-stop(0%, #ff867a), color-stop(21%, #ff8c7f), color-stop(52%, #f99185), color-stop(78%, #cf556c), to(#b12a5b));
  background-image: linear-gradient(to right, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%);
}

.gradient7 {
  background-image: linear-gradient(120deg, #84fab0 0%, #8fd3f4 100%);
}

.gradient8 {
  background-image: linear-gradient(120deg, #a6c0fe 0%, #f68084 100%);
}

.gradient9 {
  background-image: -webkit-gradient(linear, left top, right top, from(#4facfe), to(#00f2fe));
  background-image: linear-gradient(to right, #4facfe 0%, #00f2fe 100%);
}

.gradient10 {
  background-image: -webkit-gradient(linear, left top, right top, from(#43e97b), to(#38f9d7));
  background-image: linear-gradient(to right, #43e97b 0%, #38f9d7 100%);
}

.gradient11 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#9890e3), to(#b1f4cf));
  background-image: linear-gradient(to top, #9890e3 0%, #b1f4cf 100%);
}

.gradient12 {
  background-image: -webkit-gradient(linear, left top, right top, from(#b8cbb8), color-stop(0%, #b8cbb8), color-stop(0%, #b465da), color-stop(33%, #cf6cc9), color-stop(66%, #ee609c), to(#ee609c));
  background-image: linear-gradient(to right, #b8cbb8 0%, #b8cbb8 0%, #b465da 0%, #cf6cc9 33%, #ee609c 66%, #ee609c 100%);
}

.gradient13 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff1eb), to(#ace0f9));
  background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
}

.gradient14 {
  background-image: linear-gradient(-60deg, #ff5858 0%, #f09819 100%);
}

.gradient15 {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ff0844), to(#ffb199));
  background-image: linear-gradient(to top, #ff0844 0%, #ffb199 100%);
}

.gradient-select-modal .modal-body h3 {
  margin-bottom: 10px;
}

.gradient-boxes {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 40px;
}

.gradient-boxes > div {
  margin-bottom: 20px;
  padding: 0 10px;
}

@media (min-width: 768px) {
  .gradient-boxes > div {
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .gradient-boxes > div {
    width: 20%;
  }
}

@media (max-width: 400px) {
  .gradient-boxes > div {
    width: 50%;
  }
}

.gradient-box {
  display: block;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gradient-box:after {
  content: "";
  display: block;
  width: 48px;
  height: 34px;
  background: url("../img/icon-gradient-check-big.png") no-repeat center;
  background-size: 48px 34px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  z-index: -1;
}

.gradient-box.choosen:after {
  opacity: 1;
  z-index: 2;
}

.gradient-box.choosen .choose,
.gradient-box.choosen .preview {
  display: none;
  position: relative;
  z-index: -1;
}

.gradient-box:hover .choose,
.gradient-box:hover .preview, .gradient-box:active .choose,
.gradient-box:active .preview {
  opacity: 1;
}

@media (min-width: 480px) {
  .gradient-box {
    width: 125px;
    height: 125px;
  }
}

@media (min-width: 768px) {
  .gradient-box {
    width: 140px;
    height: 140px;
  }
}

@media (min-width: 992px) {
  .gradient-box {
    width: 145px;
    height: 145px;
  }
}

@media (min-width: 1200px) {
  .gradient-box {
    width: 180px;
    height: 180px;
  }
}

.gradient-box .check-wrap input {
  display: none;
  visibility: hidden;
}

.gradient-box .choose,
.gradient-box .preview {
  display: block;
  width: 20px;
  height: 20px;
  background-color: #ffffff;
  background-position: center;
  border-radius: 50%;
  margin: 0 5px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
}

.gradient-box .choose:hover,
.gradient-box .preview:hover {
  -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.1);
}

@media (min-width: 768px) {
  .gradient-box .choose,
  .gradient-box .preview {
    width: 25px;
    height: 25px;
  }
}

@media (min-width: 992px) {
  .gradient-box .choose,
  .gradient-box .preview {
    width: 30px;
    height: 30px;
  }
}

@media (min-width: 1200px) {
  .gradient-box .choose,
  .gradient-box .preview {
    width: 35px;
    height: 35px;
  }
}

.gradient-box .choose {
  background: #fff url("../img/icon-gradient-check.png") no-repeat center;
  background-size: 14px 10px;
}

.gradient-box .choose:hover {
  cursor: pointer;
}

.gradient-box .preview {
  font-size: 0;
  background: #fff url("../img/icon-gradient-preview.png") no-repeat center;
  background-size: 16px;
}

.modal-gradient-preview {
  cursor: pointer;
  cursor: url("../img/icon-gradient-close.png"), auto;
}

.modal-gradient-preview .modal-dialog {
  margin-top: 40px;
  max-width: 600px;
}

.modal-gradient-preview img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.modal-gradient-preview img:hover {
  cursor: default;
}

/* ////====== ONE TIME PAYMENT STYLES =====//// */
.one-time-payment .well-form {
  max-width: 770px;
}

@media (min-width: 320px) {
  .one-time-payment .well-form {
    padding: 20px 40px;
  }
}

@media (min-width: 992px) {
  .one-time-payment .well-form {
    padding: 40px 60px;
  }
}

@media (min-width: 1200px) {
  .one-time-payment .well-form {
    padding: 40px 90px;
  }
}

.one-time-payment .well-form .well-form-div {
  display: block;
  height: 1px;
  border-top: 1px dashed #e3ecee;
  margin: 20px -40px;
}

@media (min-width: 992px) {
  .one-time-payment .well-form .well-form-div {
    margin: 30px -60px;
  }
}

@media (min-width: 1200px) {
  .one-time-payment .well-form .well-form-div {
    margin: 30px -90px;
  }
}

.one-time-payment .well-form h2 {
  font-size: 18px;
  color: #6d60b0;
  font-weight: normal;
  margin-bottom: 20px;
}

.one-time-payment .well-form h2 span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
  margin-right: 5px;
  font-size: 16px;
  background: #f2eff7;
}

@media (min-width: 992px) {
  .one-time-payment .well-form h2 span {
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 18px;
    margin-right: 10px;
  }
}

.one-time-payment .well-form .form-control,
.one-time-payment .well-form .select-control {
  background: #f4f8f9;
  border-color: #f4f8f9;
}

.one-time-payment .well-form .form-control:focus, .one-time-payment .well-form .form-control:active,
.one-time-payment .well-form .select-control:focus,
.one-time-payment .well-form .select-control:active {
  border-color: #3db8db;
}

@media (max-width: 767px) {
  .one-time-payment .well-form .otp-cvc > div {
    width: 50%;
    margin-bottom: 0;
  }
}

.one-time-payment .well-form .otp-cvc .form-link {
  position: relative;
  top: 10px;
  left: 5px;
}

@media (min-width: 768px) {
  .one-time-payment .well-form .otp-cvc .form-link {
    top: 15px;
  }
}

.one-time-payment .well-green {
  max-width: 340px;
  background: #e6f2e5;
  color: #67b930;
  text-align: center;
  padding: 60px 40px;
}

@media (max-width: 480px) {
  .one-time-payment .well-green {
    width: 100% !important;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .one-time-payment .well-green {
    float: right;
    min-width: 340px;
  }
}

.one-time-payment .well-green h3 {
  color: #67b930;
  font-size: 38px;
  margin-bottom: 5px;
  position: relative;
  left: -10px;
  padding-left: 35px;
  display: inline-block;
}

@media (min-width: 320px) {
  .one-time-payment .well-green h3 {
    font-size: 46px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .one-time-payment .well-green h3 {
    font-size: 38px;
    margin-bottom: 5px;
  }
}

.one-time-payment .well-green h3 .icon {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 25px;
  width: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .one-time-payment .well-green h3 .icon {
    font-size: 20px;
    width: 20px;
  }
}

.one-time-payment .well-green p {
  font-size: 16px;
}

@media (min-width: 320px) {
  .one-time-payment .well-green p {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .one-time-payment .well-green p {
    font-size: 16px;
  }
}

.one-time-payment-message {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .one-time-payment-message {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.one-time-payment-message .container-fluid {
  max-width: 670px;
}

.one-time-payment-message .well {
  padding: 40px 30px;
}

@media (min-width: 768px) {
  .one-time-payment-message .well {
    padding: 60px 50px;
  }
}

.one-time-payment-message .email-onboarding-heading {
  margin-bottom: 25px;
}

.one-time-payment-message h1 {
  font-size: 20px;
}

@media (min-width: 768px) {
  .one-time-payment-message h1 {
    font-size: 24px;
  }
}

.payment-failed,
.payment-success {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.payment-failed .payment-icon-failed,
.payment-success .payment-icon-failed {
  display: block;
  background: #fdeeeb;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  color: #e9563d;
  margin-bottom: 30px;
  font-weight: bold;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.payment-failed .payment-icon-failed .icon,
.payment-success .payment-icon-failed .icon {
  position: relative;
  top: 5px;
  font-weight: bold;
}

.payment-failed .payment-icon-success,
.payment-success .payment-icon-success {
  display: block;
  background: #f0f8ea;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  color: #67b930;
  margin-bottom: 30px;
  font-weight: bold;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.payment-failed .payment-icon-success .icon,
.payment-success .payment-icon-success .icon {
  position: relative;
  top: 5px;
  font-weight: bold;
}

.payment-failed h1,
.payment-success h1 {
  margin-bottom: 20px;
}

.payment-failed p,
.payment-success p {
  max-width: 350px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.payment-failed .btn,
.payment-success .btn {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .payment-failed .btn,
  .payment-success .btn {
    min-width: 150px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

/* ////====== CALL MANAGING STYLES =====//// */
.call-managing-heading {
  border-bottom: 1px solid #e3ecee;
}

@media (max-width: 767px) {
  .call-managing-heading .pull-left,
  .call-managing-heading .pull-right {
    float: left;
    width: 100%;
  }
}

.call-managing-heading h1 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .call-managing-heading h1 {
    margin-bottom: 10px;
  }
}

.call-managing-heading h1 + a {
  color: #bdc6cf;
}

.call-managing-heading h1 + a .icon {
  font-size: 16px;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
}

.call-managing-heading .call-managing-heading-info {
  display: inline-block;
  color: #38454f;
  font-size: 18px;
  margin-left: 40px;
  margin-right: 0;
}

.call-managing-heading .call-managing-heading-info .icon {
  font-size: 18px;
  width: 18px;
  height: 18px;
  position: relative;
  top: 2px;
  color: #bdc6cf;
}

.call-managing-heading .call-managing-heading-info span {
  font-size: 14px;
}

@media (max-width: 767px) {
  .call-managing-heading .call-managing-heading-info {
    margin-right: 20px;
    margin-left: 0;
  }
}

.call-managing h2 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 20px;
  margin-top: 40px;
}

.call-managing .row > div h2 {
  font-size: 18px;
  font-weight: normal;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .call-managing .row > div h2 {
    display: none;
  }
}

@media (min-width: 768px) {
  .call-managing .table-dragdrop {
    display: block;
    width: 100%;
  }

  .call-managing .table-dragdrop td:nth-child(2){
    /* padding: 0; */
    padding: 0px !important;
    padding: 15px 5px !important;
  }
}

.call-managing .table-dragdrop thead th[data-sort='string'], .call-managing .table-dragdrop thead th[data-sort='string-ins'], .call-managing .table-dragdrop thead th[data-sort='float'], .call-managing .table-dragdrop thead th[data-sort='int'] {
  cursor: pointer;
}

.call-managing .table-dragdrop thead th[data-sort='string']:after, .call-managing .table-dragdrop thead th[data-sort='string-ins']:after, .call-managing .table-dragdrop thead th[data-sort='float']:after, .call-managing .table-dragdrop thead th[data-sort='int']:after {
  content: "arrow_drop_down";
  position: relative;
  top: 5px;
  right: -5px;
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  width: 20px;
  height: 20px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

.call-managing .table-dragdrop thead th.sorting-asc, .call-managing .table-dragdrop thead th.sorting-desc {
  color: #3db8db;
}

.call-managing .table-dragdrop thead th.sorting-desc:after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (min-width: 768px) {
  .call-managing .table-dragdrop tbody.table-connect {
    border-spacing: 0;
    display: block;
    min-width: 100%;
    width: 100%;
    min-height: 120px;
  }
  .call-managing .table-dragdrop tbody.table-connect.empty {
    border: 1px dashed #cbdee3;
    background-color: #ecf3f5;
    display: block;
    position: relative;
    width: 100%;
    min-height: 120px;
    padding: 30px;
  }
  .call-managing .table-dragdrop tbody.table-connect.empty:before {
    content: "queue";
    display: block;
    width: 25px;
    height: 25px;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #3db8db;
    font-family: "Material Icons";
    font-weight: normal;
    font-style: normal;
    font-size: 25px;
    width: 20px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: 'liga';
            font-feature-settings: 'liga';
  }
  .call-managing .table-dragdrop tbody.table-connect.empty > tr.ui-sortable-placeholder {
    border: none !important;
  }
  .call-managing .table-dragdrop tbody.table-connect.empty > tr > td.dataTables_empty {
    display: none !important;
    color: red;
  }
  .call-managing .table-dragdrop tbody.table-connect.empty#table-set1:before {
    top: 25px;
    bottom: auto;
  }
   .call-managing .table-dragdrop tbody.table-connect.empty#tbDataParticipantListMain:before {
    top: 25px;
    bottom: auto;
  }
   
  .call-managing .table-dragdrop tbody.table-connect.empty#tbDataParticipantListMain:after {
    content: "Drag & drop callers from the waiting room into this main conference area when ready";
    font-size: 12px;
    text-align: center;
    position: absolute;
    margin: auto;
    top: 55px;
    left: 0;
    right: 0;
    max-width: 300px;
  }
   .call-managing .table-dragdrop tbody.table-connect.empty#tbDataParticipantListWaitingRoom:before {
    top: 25px;
    bottom: auto;
  }
  .call-managing .table-dragdrop tbody.table-connect.empty#tbDataParticipantListWaitingRoom:after {
    content: "There are currently no callers in the waiting room.";
    font-size: 12px;
    text-align: center;
    position: absolute;
    margin: auto;
    top: 55px;
    left: 0;
    right: 0;
    max-width: 300px;
  }

  .call-managing .table-dragdrop tbody.table-connect.empty > tr {
    background: none;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    cursor: auto;
    display: block;
    width: 100%;
  }
  .call-managing .table-dragdrop tbody.table-connect.empty > tr > td {
    display: block;
    text-align: center;
    width: 100% !important;
    padding: 20px !important;
    padding-left: 30px !important;
    padding-right: 30px !important;
    color: #9ba5ad;
  }
  .call-managing .table-dragdrop tbody.table-connect > tr {
    display: block;
    height: 60px;
    margin-bottom: 10px;
    -webkit-transition: border .15s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: border .15s ease-in-out, -webkit-box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out, border .15s ease-in-out;
    transition: box-shadow .2s ease-in-out, border .15s ease-in-out, -webkit-box-shadow .2s ease-in-out;
  }
  .call-managing .table-dragdrop tbody.table-connect > tr:last-child {
    margin-bottom: 0;
  }
  .call-managing .table-dragdrop tbody.table-connect > tr:hover {
    cursor: move;
    -webkit-box-shadow: 0px 10px 38.4px 1.6px rgba(0, 0, 0, 0.04);
            box-shadow: 0px 10px 38.4px 1.6px rgba(0, 0, 0, 0.04);
  }
  .call-managing .table-dragdrop tbody.table-connect > tr:active {
    background: #fff;
  }
  .call-managing .table-dragdrop tbody.table-connect > tr.selected {
    background-color: #bee7f3;
  }
  .call-managing .table-dragdrop tbody.table-connect > tr td {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .call-managing .table-dragdrop tbody.table-connect > tr td:before {
    display: none !important;
  }
  .call-managing .table-dragdrop tbody.table-connect > tr td .table-avatar {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 5px;
  }
  .call-managing .table-dragdrop tbody.table-connect > tr td .table-avatar h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 130px;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: -2px;
    line-height: 14px;
    display: inline-block;
  }
  .call-managing .table-dragdrop tbody.table-connect > tr td .table-avatar .avatar-label {
    display: inline-block;
    color: #6d60b0;
    background: #f2eff7;
    padding: 7px 14px;
    border-radius: 20px;
    font-size: 12px;
    margin-left: 5px;
    line-height: 1;
    font-weight: 500;
  }
  .call-managing .table-dragdrop tbody.table-connect > tr td h4 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 130px;
    font-size: 14px;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 14px;
    display: inline-block;
  }
  .call-managing .table-dragdrop tbody.table-connect > tr.ui-sortable-helper {
    height: auto !important;
    background: none !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
  }
  .call-managing .table-dragdrop tbody.table-connect > tr.ui-sortable-helper > tr {
    background-color: #bee7f3;
    display: block !important;
  }
}

.call-managing .waiting-list {
  position: relative;
}

@media (min-width: 768px) {
  .call-managing .waiting-list {
    overflow: inherit;
    margin-top: 10px;
  }
}

.call-managing .waiting-list .move-all {
  min-width: auto;
  padding: 5px 5px 5px 10px;
  font-size: 12px !important;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .call-managing .waiting-list .move-all {
    position: absolute;
    top: 14px;
    right: 0;
    margin-bottom: 0;
    z-index: 2;
  }
}

.call-managing .waiting-list .move-all .icon {
  font-size: 15px !important;
}

@media (min-width: 768px) {
  .call-managing .waiting-list .table {
    display: block;
    width: 100%;
  }
}

.call-managing .waiting-list .table thead tr th:first-child {
  padding-left: 10px;
}

.call-managing .waiting-list .table thead tr th:nth-child(2) {
  /* position: relative; */
  /* left: -45px; */
  padding-left: 7px;
  width: 112px;
}

/* .call-managing .waiting-list .table thead tr th:nth-child(3) {
  position: relative;
  left: -45px;
} */

@media (min-width: 768px) {
  .call-managing .waiting-list .table tbody tr td{
    /* padding: 17px 10px; */
    padding-left: 12px;
  }

  .call-managing .waiting-list .table tbody tr td .add-name{
    margin-top: 8px;
  }

  .call-managing .waiting-list .table tbody tr td:nth-child(4), .call-managing .waiting-list .table tbody tr td:nth-child(5), .call-managing .waiting-list .table tbody tr td:nth-child(6) {
    padding-left: 0;
    padding-right: 0;
    min-width: 10px !important;
  }
  /* .call-managing .waiting-list .table tbody tr td:nth-child(4) > *, .call-managing .waiting-list .table tbody tr td:nth-child(5) > *, .call-managing .waiting-list .table tbody tr td:nth-child(6) > * {
    display: none !important;
  } */
  .call-managing .waiting-list .table tbody tr td:nth-child(2) .table-avatar {
    padding-left: 0 !important;
  }
  .call-managing .waiting-list .table tbody tr td:nth-child(2) .table-avatar .avatar,
  .call-managing .waiting-list .table tbody tr td:nth-child(2) .table-avatar .avatar-label {
    display: inline-block !important;
  }

  .call-managing .waiting-list .table tbody tr td:nth-child(3) .table-avatar {
    padding-left: 0 !important;
    display: inline-block !important;
  }

   .call-managing .waiting-list .table tbody tr td:nth-child(2) .table-avatar2 {
    padding-left: 0 !important;
  }
  .call-managing .waiting-list .table tbody tr td:nth-child(2) .table-avatar2 .avatar,
  .call-managing .waiting-list .table tbody tr td:nth-child(2) .table-avatar2 .avatar-label {
    display: none !important;
  }

  .call-managing .waiting-list .table tbody tr td:nth-child(3) .table-avatar2 {
    padding-left: 0 !important;
    display: none !important;
  }
}

.call-managing .waiting-list .table tbody tr td p {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .call-managing .main-list {
    overflow: inherit;
  }
}

.call-managing .main-list .table thead tr th {
  padding: 12px 10px;
}

.call-managing .main-list .table thead tr th:first-child {
  padding-left: 15px;
}

.call-managing .main-list .table thead tr th:last-child {
  padding-right: 15px;
}

@media (min-width: 768px) {
  .call-managing .main-list .table thead tr th:nth-child(2) {
    min-width: 110px;
    padding-left:15px;
  }
}

@media (min-width: 768px) {
  .call-managing .main-list .table thead tr th:nth-child(3) {
    min-width: 250px;
  }
}

@media (min-width: 768px) {
  .call-managing .main-list .table thead tr th:nth-child(5) {
    position: relative;
    /* left: 10px; */
  }
}

@media (min-width: 768px) {
  .call-managing .main-list .table thead tr th:nth-child(6) {
    position: relative;
    /* left: 20px; */
  }
}

.call-managing .main-list .table tbody td {
  padding-left: 10px;
  padding-right: 10px;
}

.call-managing .main-list .table tbody td:first-child {
  padding-left: 15px;
  min-width: 90px;
}

.call-managing .main-list .table tbody td:last-child {
  padding-right: 15px;
}

@media (min-width: 768px) {
  .call-managing .main-list .table tbody td:nth-child(4), .call-managing .main-list .table tbody td:nth-child(5), .call-managing .main-list .table tbody td:nth-child(6) {
    width: 100px !important;
  }
}

.call-managing .main-list .table tbody td .table-avatar {
  padding-left: 0 !important;
}

.call-managing .main-list .table tbody td .table-avatar .avatar {
  display: none !important;
}

@media (min-width: 768px) {
  .call-managing .main-list .table tbody td:nth-child(2) {
    min-width: 158px;
  }
}

@media (min-width: 768px) {
  .call-managing .main-list .table tbody td:nth-child(3) {
    min-width: 200px;
  }
}

/* ////====== INVOICE STYLES =====//// */
.invoice-heading {
  position: relative;
  max-width: 1200px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.invoice-heading .container-fluid {
  max-width: 802px;
  position: static;
}

.invoice-heading .back-link {
  display: block;
  position: static;
  margin-bottom: 10px;
}

@media (min-width: 480px) {
  .invoice-heading .back-link {
    position: static;
  }
}

@media (min-width: 992px) {
  .invoice-heading .back-link {
    position: absolute;
    top: 43px;
    left: 15px;
  }
}

.invoice-heading h1 {
  font-size: 24px;
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .invoice-heading h1 {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 0;
  }
}

.invoice-heading p {
  color: #38454f;
}

@media (min-width: 768px) {
  .invoice-heading p {
    display: inline-block;
    margin-right: 10px;
  }
}

.invoice-heading p span {
  color: #9ba5ad;
}

.invoice-heading p + p {
  margin-top: 0;
  margin-right: 10px;
}

@media (min-width: 768px) {
  .invoice-heading .pull-left {
    position: relative;
    top: 10px;
  }
}

@media (max-width: 767px) {
  .invoice-heading .pull-right {
    position: relative;
    top: 32px;
  }
}

@media (max-width: 767px) {
  .invoice-heading.payment-details .pull-left,
  .invoice-heading.payment-details .pull-right {
    position: static;
    float: left;
    width: 100%;
  }
  .invoice-heading.payment-details .pull-left h1,
  .invoice-heading.payment-details .pull-right h1 {
    margin-bottom: 10px;
  }
}

.invoice .dl-horizontal {
  margin-bottom: 0;
}

.invoice .dl-horizontal dt {
  text-align: left;
  margin-bottom: 10px;
  float: left !important;
  width: 140px;
  font-weight: normal;
  color: #38454f;
}

.invoice .dl-horizontal dd {
  margin-left: 160px;
}

@media (max-width: 767px) {
  .invoice .dl-horizontal dd {
    text-align: right;
  }
}

.invoice .dl-horizontal.right dd {
  text-align: right;
}

.invoice .dl-horizontal .blank {
  margin-bottom: 10px;
}

.invoice h2 {
  margin-top: 40px;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: normal;
}

@media (min-width: 768px) {
  .invoice .table tbody tr td {
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@media (min-width: 1200px) {
  .invoice .table tbody tr td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.invoice .cost-breakdown-info {
  padding: 20px !important;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .invoice .cost-breakdown-info .cost-breakdown-info-text {
    margin-right: 50px !important;
  }
}

.invoice .cost-breakdown-info .cost-breakdown-info-text:last-child {
  margin-right: 0 !important;
}

@media (min-width: 768px) {
  .invoice-billing-code-table .table tbody tr td:nth-child(2), .invoice-billing-code-table .table tbody tr td:nth-child(3), .invoice-billing-code-table .table tbody tr td:nth-child(4) {
    width: 100px;
  }
}

@media (min-width: 768px) {
  .invoice-billing-code-table .table tbody tr.table-total td:first-child {
    text-align: right;
    padding-right: 50px;
  }
}

@media (min-width: 768px) {
  .invoice-moderator-usage-table .table tbody tr.table-total td:nth-child(3) {
    text-align: right;
    padding-right: 40px;
  }
}

.invoice-wrap {
  max-width: 772px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.invoice-wrap .well {
  padding: 30px;
}

@media (min-width: 768px) {
  .invoice-wrap .well {
    padding: 40px;
  }
}

.invoice-logo {
  width: 190px;
  height: 29px;
  display: block;
  margin: 0 auto;
  margin-bottom: 40px;
}

.invoice-text {
  position: relative;
  min-height: 120px;
}

.invoice-text:before, .invoice-text:after {
  content: "";
  display: table;
}

.invoice-text:after {
  clear: both;
}

@media (min-width: 641px) {
  .invoice-text {
    padding-left: 220px;
    padding-right: 220px;
  }
}

.invoice-text > div {
  width: 220px;
}

@media (max-width: 640px) {
  .invoice-text > div {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }
}

@media (min-width: 641px) {
  .invoice-text .invoice-text-left {
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media (min-width: 641px) {
  .invoice-text .invoice-text-right {
    position: absolute;
    right: 0;
    top: 0;
    text-align: right;
  }
}

.invoice-text h3 {
  font-weight: normal;
  font-size: 18px;
  margin-bottom: 10px;
}

.invoice-text p + p {
  margin-top: 0;
}

.invoice-arrow {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 115px;
  background: #f2eff7;
  color: #6d60b0;
  text-align: center;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.invoice-arrow .icon {
  font-size: 24px;
  width: 24px;
  height: 24px;
}

@media (max-width: 640px) {
  .invoice-arrow {
    width: 90px;
    height: 90px;
    line-height: 105px;
    margin-top: 10px;
    margin-bottom: 10px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.payment-icon {
  display: block;
  width: 100px;
  height: 100px;
  line-height: 135px;
  background: #edf6e6;
  color: #6d60b0;
  text-align: center;
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.payment-icon .icon {
  font-size: 45px;
  width: 45px;
  height: 45px;
  color: #67b930;
}

.invoice-details {
  text-align: center;
  border-top: 1px dashed #e3ecee;
  border-bottom: 1px dashed #e3ecee;
  margin: 30px -30px;
  padding: 30px;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .invoice-details {
    margin: 30px -40px;
    padding: 30px 60px;
    padding-bottom: 0;
  }
}

.invoice-details > div {
  margin-bottom: 30px;
  padding-left: 5px;
  padding-right: 5px;
}

.invoice-details h4 {
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 5px;
  line-height: 1.2;
}

.invoice-details p {
  line-height: 1.2;
}

.invoice-details .credit-card h4 {
  font-size: 18px;
  padding-top: 5px;
}

.invoice-details .amount h4 {
  color: #67b930;
}

.invoice-details .amount p {
  color: #67b930;
}

.invoice-details.no-border-top {
  border-top: none;
  margin-top: 0;
}

.invoice-message {
  border-top: 1px dashed #e3ecee;
  margin: 30px -30px;
  margin-bottom: 0;
  padding: 30px;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .invoice-message {
    margin: 30px -40px;
    margin-bottom: 0;
    padding: 30px;
  }
}

.invoice-message h3 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 30px;
}

.invoice-message .invoice-the-message {
  color: #38454f;
}

.invoice-info {
  border-bottom: 1px dashed #e3ecee;
  margin: 0 -30px;
  padding: 20px 20px;
}

@media (min-width: 768px) {
  .invoice-info {
    margin: 0px -40px;
    padding: 20px;
  }
}

.invoice-info > div {
  margin-bottom: 30px;
}

.invoice-info h3 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
}

.invoice-info.no-border {
  border-bottom: none;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.invoice-info.no-border > div {
  margin-bottom: 0;
}

.invoice-total {
  padding: 30px 0;
}

.invoice-total h3 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 20px;
}

.invoice-total .invoice-total-total {
  background: #f0f8ea;
  border-radius: 4px;
  padding: 15px 15px 5px 15px;
  margin-top: 20px;
}

.invoice-total .invoice-total-total .dl-horizontal dt {
  color: #67b930;
  font-size: 16px;
}

.invoice-total .invoice-total-total .dl-horizontal dd {
  color: #67b930;
  font-size: 16px;
}

.invoice-note {
  border-top: 1px dashed #e3ecee;
  margin: 30px -30px;
  margin-bottom: 0;
  padding: 30px;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  .invoice-note {
    margin: 30px -40px;
    margin-bottom: 0;
    padding: 30px;
    padding-bottom: 0;
  }
}

.invoice-note h3 {
  font-size: 16px;
  font-weight: normal;
  margin-bottom: 15px;
}

.invoice-note p em {
  font-style: italic;
}

@media (min-width: 768px) {
  .invoice-account-charges-table .table thead tr th {
    padding-left: 12px !important;
    padding-right: 12px !important;
    padding-bottom: 5px !important;
  }
  .invoice-account-charges-table .table thead tr th:first-child {
    padding-left: 25px !important;
  }
  .invoice-account-charges-table .table thead tr th:last-child {
    padding-right: 25px !important;
  }
}

@media (min-width: 768px) {
  .invoice-account-charges-table .table tbody tr td {
    padding: 22px 12px !important;
  }
  .invoice-account-charges-table .table tbody tr td:first-child {
    padding-left: 25px !important;
  }
  .invoice-account-charges-table .table tbody tr td:last-child {
    padding-right: 25px !important;
  }
}

/* ////====== EMAIL STYLES =====//// */
.email-header {
  background: #6d60b0;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}

.email-header .header-logo {
  display: block;
  margin: 0 auto;
  max-width: 145px;
}

.email-onboarding {
  padding-top: 40px;
  padding-bottom: 40px;
}

@media (min-width: 768px) {
  .email-onboarding {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.email-onboarding .container-fluid {
  max-width: 670px;
}

.email-onboarding .well {
  padding: 40px 30px;
}

@media (min-width: 768px) {
  .email-onboarding .well {
    padding: 60px 50px;
  }
}

.email-onboarding .email-onboarding-heading {
  margin-bottom: 25px;
}

.email-onboarding h1 {
  font-size: 20px;
}

@media (min-width: 768px) {
  .email-onboarding h1 {
    font-size: 24px;
  }
}

.email-onboarding .form-control,
.email-onboarding .select-control {
  background: #f4f8f9;
}

.email-onboarding .email-form-btn {
  padding-top: 20px;
  text-align: right;
}

.email-onboarding-expired,
.email-onboarding-success {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.email-onboarding-expired .email-icon-expired,
.email-onboarding-success .email-icon-expired {
  display: block;
  background: #fdeeeb;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  text-align: center;
  line-height: 64px;
  color: #e9563d;
  margin-bottom: 50px;
  font-weight: bold;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.email-onboarding-expired .email-icon-expired .icon,
.email-onboarding-success .email-icon-expired .icon {
  position: relative;
  top: 5px;
  font-weight: bold;
}

.email-onboarding-expired .email-icon-success,
.email-onboarding-success .email-icon-success {
  display: block;
  background: #f0f8ea;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  text-align: center;
  line-height: 64px;
  color: #67b930;
  margin-bottom: 40px;
  font-weight: bold;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.email-onboarding-expired .email-icon-success .icon,
.email-onboarding-success .email-icon-success .icon {
  position: relative;
  top: 5px;
  font-weight: bold;
}

.email-onboarding-expired h1,
.email-onboarding-success h1 {
  margin-bottom: 20px;
}

.email-onboarding-expired p,
.email-onboarding-success p {
  max-width: 350px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.email-onboarding-expired .btn,
.email-onboarding-success .btn {
  margin-top: 40px;
}

.email-footer {
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .email-footer {
    margin-top: 60px;
  }
}

/* ////====== USER STYLES =====//// */
.user-account-alert {
  background: #3db8db;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  border-radius: 0;
  padding: 10px 15px;
}

.user-account-alert p {
  display: inline-block;
}

.user-account-alert .btn {
  background: #3193af;
  min-width: 0 !important;
  padding: 6px 20px !important;
  margin-left: 15px;
  margin-right: 15px;
}

.user-account-alert .btn:hover, .user-account-alert .btn:focus, .user-account-alert .btn:active {
  background: #2b829b;
}

.user-account .tab-form-well h4 {
  margin-bottom: 25px;
}

.user-account .tab-form-well .conference-codes {
  margin-bottom: 30px;
}

.user-account .tab-form-well .conference-codes span {
  color: #38454f;
  font-size: 18px;
  display: block;
}

.user-conference-settings .dedicated-dialin .select-control select {
  height: 52px;
  font-size: 18px !important;
  color: #38454f;
}

.user-conference-settings .guest-speaker-code {
  padding-right: 100px;
  position: relative;
}

@media (min-width: 480px) {
  .user-conference-settings .guest-speaker-code {
    padding-right: 120px;
  }
}

.user-conference-settings .guest-speaker-code .well {
  padding: 15px 20px;
}

.user-conference-settings .guest-speaker-code .well:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.user-conference-settings .guest-speaker-code .well p {
  display: inline-block;
  font-size: 18px;
  color: #38454f;
}

.user-conference-settings .guest-speaker-code .change-speaker-code {
  margin-left: 10px;
}

.user-conference-settings .guest-speaker-code .whats-this {
  position: absolute;
  bottom: 12px;
  right: 10px;
}

.user-conference-settings .agree-send-sms {
  margin-top: 10px;
  margin-bottom: 15px;
}

/* ////====== PDF STYLES =====//// */
.pdf-download {
  height: 500px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

@media (min-width: 768px) {
  .pdf-download {
    height: 600px;
  }
}

.pdf-download .pdf-icon {
  display: block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  background: #f3e6e6;
  color: #e9563d;
  border-radius: 4px;
  margin-bottom: 35px;
  text-align: center;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pdf-download .pdf-icon img {
  max-width: 36px;
}

.pdf-download h1 {
  font-size: 20px;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .pdf-download h1 {
    font-size: 24px;
  }
}

.pdf-download p {
  margin-bottom: 35px;
}

.pdf-download .btn {
  margin-left: 5px;
  margin-right: 5px;
  padding-left: 20px !important;
  padding-right: 20px !important;
  min-width: 182px !important;
  font-weight: 500;
  margin-bottom: 10px;
}

.pdf-download .btn .icon {
  position: relative;
  top: 4px;
  margin-right: 5px;
}

.pdf-download .pdf-download-text {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.loaders {
  height: 450px;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

@media (min-width: 768px) {
  .loaders {
    height: 550px;
  }
}

.loaders h2 {
  font-size: 24px;
  margin-top: 20px;
}

.loaders .loading {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.loader {
  display: inline-block;
  width: 130px;
  height: 130px;
  position: relative;
  text-align: center;
}

.loader-quart {
  border-radius: 50%;
  border: 20px solid rgba(109, 96, 176, 0.3);
}

.loader-quart:after {
  content: '';
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  border-radius: 90px;
  border: 20px solid transparent;
  border-top-color: #6d60b0;
  -webkit-animation: spin 1s linear infinite;
  animation: spin 1s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    tranform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    tranform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    tranform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    tranform: rotate(360deg);
  }
}

/*! =======================================================
                      VERSION  9.1.3              
========================================================= */
/*! =========================================================
 * bootstrap-slider.js
 *
 * Maintainers:
 *    Kyle Kemp
 *      - Twitter: @seiyria
 *      - Github:  seiyria
 *    Rohit Kalkur
 *      - Twitter: @Rovolutionary
 *      - Github:  rovolution
 *
 * =========================================================
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 * ========================================================= */
.slider {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.slider.slider-horizontal {
  width: 210px;
  height: 20px;
}

.slider.slider-horizontal .slider-track {
  height: 10px;
  width: 100%;
  margin-top: -5px;
  top: 50%;
  left: 0;
}

.slider.slider-horizontal .slider-selection,
.slider.slider-horizontal .slider-track-low,
.slider.slider-horizontal .slider-track-high {
  height: 100%;
  top: 0;
  bottom: 0;
}

.slider.slider-horizontal .slider-tick,
.slider.slider-horizontal .slider-handle {
  margin-left: -10px;
}

.slider.slider-horizontal .slider-tick.triangle,
.slider.slider-horizontal .slider-handle.triangle {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-width: 0 10px 10px 10px;
  width: 0;
  height: 0;
  border-bottom-color: #0480be;
  margin-top: 0;
}

.slider.slider-horizontal .slider-tick-container {
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.slider.slider-horizontal .slider-tick-label-container {
  white-space: nowrap;
  margin-top: 20px;
}

.slider.slider-horizontal .slider-tick-label-container .slider-tick-label {
  padding-top: 4px;
  display: inline-block;
  text-align: center;
}

.slider.slider-vertical {
  height: 210px;
  width: 20px;
}

.slider.slider-vertical .slider-track {
  width: 10px;
  height: 100%;
  left: 25%;
  top: 0;
}

.slider.slider-vertical .slider-selection {
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
}

.slider.slider-vertical .slider-track-low,
.slider.slider-vertical .slider-track-high {
  width: 100%;
  left: 0;
  right: 0;
}

.slider.slider-vertical .slider-tick,
.slider.slider-vertical .slider-handle {
  margin-top: -10px;
}

.slider.slider-vertical .slider-tick.triangle,
.slider.slider-vertical .slider-handle.triangle {
  border-width: 10px 0 10px 10px;
  width: 1px;
  height: 1px;
  border-left-color: #0480be;
  margin-left: 0;
}

.slider.slider-vertical .slider-tick-label-container {
  white-space: nowrap;
}

.slider.slider-vertical .slider-tick-label-container .slider-tick-label {
  padding-left: 4px;
}

.slider.slider-disabled .slider-handle {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dfdfdf), to(#bebebe));
  background-image: linear-gradient(to bottom, #dfdfdf 0%, #bebebe 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdfdfdf', endColorstr='#ffbebebe', GradientType=0);
}

.slider.slider-disabled .slider-track {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e5e5e5), to(#e9e9e9));
  background-image: linear-gradient(to bottom, #e5e5e5 0%, #e9e9e9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe5e5e5', endColorstr='#ffe9e9e9', GradientType=0);
  cursor: not-allowed;
}

.slider input {
  display: none;
}

.slider .tooltip.top {
  margin-top: -36px;
}

.slider .tooltip-inner {
  white-space: nowrap;
  max-width: none;
}

.slider .hide {
  display: none;
}

.slider-track {
  position: absolute;
  cursor: pointer;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#f9f9f9));
  background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
  -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);
  border-radius: 4px;
}

.slider-selection {
  position: absolute;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -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-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-selection.tick-slider-selection {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#89cdef), to(#81bfde));
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
}

.slider-track-low,
.slider-track-high {
  position: absolute;
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
}

.slider-handle {
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#149bdf), to(#0480be));
  background-image: linear-gradient(to bottom, #149bdf 0%, #0480be 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-filter: none;
          filter: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  border: 0px solid transparent;
}

.slider-handle.round {
  border-radius: 50%;
}

.slider-handle.triangle {
  background: transparent none;
}

.slider-handle.custom {
  background: transparent none;
}

.slider-handle.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

.slider-tick {
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f9f9f9), to(#f5f5f5));
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #f5f5f5 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -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-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-filter: none;
          filter: none;
  opacity: 0.8;
  border: 0px solid transparent;
}

.slider-tick.round {
  border-radius: 50%;
}

.slider-tick.triangle {
  background: transparent none;
}

.slider-tick.custom {
  background: transparent none;
}

.slider-tick.custom::before {
  line-height: 20px;
  font-size: 20px;
  content: '\2605';
  color: #726204;
}

.slider-tick.in-selection {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#89cdef), to(#81bfde));
  background-image: linear-gradient(to bottom, #89cdef 0%, #81bfde 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff89cdef', endColorstr='#ff81bfde', GradientType=0);
  opacity: 1;
}

.daterangepicker {
  position: absolute;
  color: inherit;
  background-color: #fff;
  border-radius: 4px;
  width: 278px;
  padding: 4px;
  margin-top: 1px;
  top: 100px;
  left: 20px;
  /* Calendars */
}

.daterangepicker:before, .daterangepicker:after {
  position: absolute;
  display: inline-block;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.daterangepicker:before {
  top: -7px;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-bottom: 7px solid #ccc;
}

.daterangepicker:after {
  top: -6px;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
}

.daterangepicker.opensleft:before {
  right: 9px;
}

.daterangepicker.opensleft:after {
  right: 10px;
}

.daterangepicker.openscenter:before {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.openscenter:after {
  left: 0;
  right: 0;
  width: 0;
  margin-left: auto;
  margin-right: auto;
}

.daterangepicker.opensright:before {
  left: 9px;
}

.daterangepicker.opensright:after {
  left: 10px;
}

.daterangepicker.dropup {
  margin-top: -5px;
}

.daterangepicker.dropup:before {
  top: initial;
  bottom: -7px;
  border-bottom: initial;
  border-top: 7px solid #ccc;
}

.daterangepicker.dropup:after {
  top: initial;
  bottom: -6px;
  border-bottom: initial;
  border-top: 6px solid #fff;
}

.daterangepicker.dropdown-menu {
  max-width: none;
  z-index: 3001;
}

.daterangepicker.single .ranges, .daterangepicker.single .calendar {
  float: none;
}

.daterangepicker.show-calendar .calendar {
  display: block;
}

.daterangepicker .calendar {
  display: none;
  max-width: 270px;
  margin: 4px;
}

.daterangepicker .calendar.single .calendar-table {
  border: none;
}

.daterangepicker .calendar th, .daterangepicker .calendar td {
  white-space: nowrap;
  text-align: center;
  min-width: 32px;
}

.daterangepicker .calendar-table {
  border: 1px solid #fff;
  padding: 4px;
  border-radius: 4px;
  background-color: #fff;
}

.daterangepicker table {
  width: 100%;
  margin: 0;
}

.daterangepicker td, .daterangepicker th {
  text-align: center;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  border: 1px solid transparent;
  white-space: nowrap;
  cursor: pointer;
}

.daterangepicker td.available:hover, .daterangepicker th.available:hover {
  background-color: #3db8db;
  border-color: transparent;
  color: #fff;
}

.daterangepicker td.week, .daterangepicker th.week {
  font-size: 80%;
  color: #ccc;
}

.daterangepicker td.off, .daterangepicker td.off.in-range, .daterangepicker td.off.start-date, .daterangepicker td.off.end-date {
  background-color: #fff;
  border-color: transparent;
  color: #999;
}

.daterangepicker td.in-range {
  background-color: #ebf4f8;
  border-color: transparent;
  color: #000;
  border-radius: 0;
}

.daterangepicker td.start-date {
  border-radius: 4px 0 0 4px;
}

.daterangepicker td.end-date {
  border-radius: 0 4px 4px 0;
}

.daterangepicker td.start-date.end-date {
  border-radius: 4px;
}

.daterangepicker td.active, .daterangepicker td.active:hover {
  background-color: #3db8db;
  border-color: transparent;
  color: #fff;
}

.daterangepicker th {
  color: #38454f;
}

.daterangepicker th.month {
  width: auto;
}

.daterangepicker td.disabled, .daterangepicker option.disabled {
  color: #999;
  cursor: not-allowed;
  text-decoration: line-through;
}

.daterangepicker select.monthselect, .daterangepicker select.yearselect {
  font-size: 12px;
  padding: 1px;
  height: auto;
  margin: 0;
  cursor: default;
}

.daterangepicker select.monthselect {
  margin-right: 2%;
  width: 56%;
}

.daterangepicker select.yearselect {
  width: 40%;
}

.daterangepicker select.hourselect, .daterangepicker select.minuteselect, .daterangepicker select.secondselect, .daterangepicker select.ampmselect {
  width: 50px;
  margin-bottom: 0;
}

.daterangepicker .input-mini {
  border: 1px solid #dde4eb;
  border-radius: 3px;
  color: #555;
  height: 40px;
  line-height: 40px;
  display: block;
  vertical-align: middle;
  margin: 0 0 5px 0;
  padding: 0 10px 0 35px;
  width: 100%;
}

.daterangepicker .input-mini.active {
  border: 1px solid #3db8db;
  border-radius: 3px;
}

.daterangepicker .daterangepicker_input {
  position: relative;
}

.daterangepicker .daterangepicker_input i {
  position: absolute;
  left: 8px;
  top: 12px;
}

.daterangepicker.rtl .input-mini {
  padding-right: 28px;
  padding-left: 6px;
}

.daterangepicker.rtl .daterangepicker_input i {
  left: auto;
  right: 8px;
}

.daterangepicker .calendar-time {
  text-align: center;
  margin: 5px auto;
  line-height: 30px;
  position: relative;
  padding-left: 28px;
}

.daterangepicker .calendar-time select.disabled {
  color: #ccc;
  cursor: not-allowed;
}

.ranges {
  font-size: 11px;
  float: none;
  margin: 4px;
  text-align: left;
}

.ranges ul {
  list-style: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.ranges li {
  font-size: 13px;
  background-color: #f4f8f9;
  border: 1px solid #f4f8f9;
  border-radius: 4px;
  color: #3db8db;
  padding: 3px 12px;
  margin-bottom: 8px;
  cursor: pointer;
}

.ranges li:hover {
  background-color: #3db8db;
  border: 1px solid #3db8db;
  color: #fff;
}

.ranges li.active {
  background-color: #3db8db;
  border: 1px solid #3db8db;
  color: #fff;
}

/*  Larger Screen Styling */
@media (min-width: 564px) {
  .daterangepicker {
    width: auto;
  }
  .daterangepicker .ranges ul {
    width: 160px;
  }
  .daterangepicker.single .ranges ul {
    width: 100%;
  }
  .daterangepicker.single .calendar.left {
    clear: none;
  }
  .daterangepicker.single.ltr .ranges, .daterangepicker.single.ltr .calendar {
    float: left;
  }
  .daterangepicker.single.rtl .ranges, .daterangepicker.single.rtl .calendar {
    float: right;
  }
  .daterangepicker.ltr {
    direction: ltr;
    text-align: left;
  }
  .daterangepicker.ltr .calendar.left {
    clear: left;
    margin-right: 0;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.ltr .calendar.right {
    margin-left: 0;
  }
  .daterangepicker.ltr .calendar.right .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.ltr .left .daterangepicker_input {
    padding-right: 12px;
  }
  .daterangepicker.ltr .calendar.left .calendar-table {
    padding-right: 12px;
  }
  .daterangepicker.ltr .ranges, .daterangepicker.ltr .calendar {
    float: left;
  }
  .daterangepicker.rtl {
    direction: rtl;
    text-align: right;
  }
  .daterangepicker.rtl .calendar.left {
    clear: right;
    margin-left: 0;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    border-left: none;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .daterangepicker.rtl .calendar.right {
    margin-right: 0;
  }
  .daterangepicker.rtl .calendar.right .calendar-table {
    border-right: none;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .daterangepicker.rtl .left .daterangepicker_input {
    padding-left: 12px;
  }
  .daterangepicker.rtl .calendar.left .calendar-table {
    padding-left: 12px;
  }
  .daterangepicker.rtl .ranges, .daterangepicker.rtl .calendar {
    text-align: right;
    float: right;
  }
}

@media (min-width: 730px) {
  .daterangepicker .ranges {
    width: auto;
  }
  .daterangepicker.ltr .ranges {
    float: left;
  }
  .daterangepicker.rtl .ranges {
    float: right;
  }
  .daterangepicker .calendar.left {
    clear: none !important;
  }
}

.daterangepicker.dropdown-menu {
  border: none;
  -webkit-box-shadow: 0px 10px 38.4px 1.6px rgba(0, 0, 0, 0.12);
          box-shadow: 0px 10px 38.4px 1.6px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  padding: 10px;
}

.table-condensed .prev i:before {
  content: "keyboard_arrow_left";
  position: relative;
  top: 3px;
}

.table-condensed .next i:before {
  content: "keyboard_arrow_right";
  position: relative;
  top: 3px;
}

.daterangepicker_input i:before {
  content: "date_range";
  position: relative;
  top: -3px;
}

.range_inputs {
  margin-top: 15px;
}

.range_inputs .btn {
  min-width: 0 !important;
  padding: 7px 20px !important;
  font-size: 12px !important;
}

.range_inputs .btn + .btn {
  margin-left: 10px;
}

.fa {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 20px;
  width: 20px;
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}
/*# sourceMappingURL=styles.css.map */



.sso-status {
  text-decoration: none;
  display: inline-block;
  background: #f4f8f9;
  font-size: 12px;
  padding: 4px 10px;
  width: 70px;
  border-radius: 30px;
  color: #7c8a95;
  font-weight: 500;
  text-align: center;
  cursor: pointer;
}

.sso-status.enabled {
  text-decoration: none;
  display: inline-block;
  background: #e1f1f6;
  font-size: 12px;
  padding: 4px 10px;
  width: 70px;
  border-radius: 30px;
  color: #3db8db;
  font-weight: 500;
  text-align: center;
}

.sso-status.enabled span {
  color: #3db8db;
}

.sso-status span {
  color: #7c8a95;
}

.google-provider, .okta-provider {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 !important;
}

.google-provider img {
  height: 27px;
}

.okta-provider img {
  height: 20px;
}

.checkbox-well.sso {
  padding: 15px 25px 15px 75px !important;
  margin: 0 0 10px 0 !important;
  height: 55px;
}

.checkbox-well.sso.okta {
  margin-bottom: 20px !important;
}

.certificate-input {
  height: 130px !important;
}

.sso-auth-info {
  background: #fff;
  border-radius: 4px;
  margin-bottom: 20px;
  min-height: 200px;
  padding: 30px;
}

.sso-auth-info label {
  display: block;
  margin-bottom: 10px;
}

.sso-auth-info img {
  display: inline-block;
  width: 200px;
  margin-bottom: 3px;
  margin-right: 20px;
}

.sso-auth-info span {
  display: inline-block;
  cursor: pointer;
}

.logo-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.sso-auth-info span div {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f4f4f4;
  height: 30px;
  width: 30px;
  border-radius: 4px;
}

.well-copylink.sso {
  min-height: 55px;
  margin: 15px 0 30px 0;
  border-radius: 4px;
  /* border: 1px solid #f5f5f5; */
  -webkit-box-shadow: 0px 10px 38.4px 1.6px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 10px 38.4px 1.6px rgba(0, 0, 0, 0.04);
}

.well-copylink.sso.uri {
  margin-bottom: 15px;
}

.empty-message {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #fff;
  width: 100%;
  border-radius: 4px;
  padding: 80px 40px;
}

.empty-message h3 {
  font-size: 18px;
  font-weight: normal;
}

.empty-message .icon {
  margin-bottom: 20px;
  font-size: 52px;
  width: 52px;
}

.status-col {
  width: 200px !important;
}

.icon.fwd-arrow {
  margin-left: 7px;
  margin-right: 0 !important;
  font-size: 16px;
}

.icon.prev-arrow {
  margin-right: 7px !important;
  font-size: 16px;
}

.continue-btn {
  padding-right: 20px;
}

.previous-btn {
  padding-left: 20px;
  background: #E1F0F6;
  color: #3db8db;
}

@media (max-width: 520px) {
  .previous-btn.step3 {
    width: 178.8px;
  }
}

.previous-btn:hover {
  background: #d5ecf2;
  color: #3db8db;
}

.btn.btn-trans.sso {
  padding-left: 0px;
}


/* 3.24 edits */
.home-dashboard .row1 .well .ded-dial {
  display: flex;
  justify-content: center;
  align-items: center;
}

.home-dashboard .row1 .well .ded-dial .circle-icon {
  /* display: flex;
  justify-content: center;
  align-items: center; */
  width: 34px !important;
  height: 34px !important;
}

.home-dashboard .row1 .well p a .circle-icon .icon {
  top: 8px !important;
  font-size: 16px !important;
}

.home-dashboard .row1 .well .well-code {
  font-size: 32px;
}

.home-dashboard .row1 .well .well-bill-plan {
  margin-top: 18px;
}

.home-dashboard .row1 .well .well-max-users {
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.home-dashboard .row1 .well .well-max-users span {
  color: #38454f;
}

/* 4.17 */
/* alert icon */
.call-managing .row > div h2 {
  display: inline-block;
  margin-right: 7px;
}

.call-managing .row > div .cm-alert-button{
  display: inline-block;
  transform: translateY(7px);
  cursor: pointer;
}

.call-managing .row > div .cm-alert-button .icon-on,
.call-managing .row > div .cm-alert-button .icon-off {
  display: none;
  width: 19px;
  transition: .3s ease;
}

.call-managing .row > div .cm-alert-button .icon-on.active,
.call-managing .row > div .cm-alert-button .icon-off.active {
  display: block;
}

/* speaker icon */
.call-managing .table-dragdrop tbody.table-connect .avatar-label {
  display: inline-block;
  color: #6d60b0;
  background: #f2eff7;
  padding: 7px 14px;
  border-radius: 20px;
  font-size: 12px;
  margin-left: 5px;
  line-height: 1;
  font-weight: 500; 
}

.call-managing tbody .disconnected {
  color: #bfc6cf;
}

.call-managing tbody .disconnected .icon {
  font-size: 24px;
  cursor: pointer;
}

.call-managing tbody .disconnected .icon.sans-waiting {
  margin-left: 3px;
}

/* 4.28 */
@media (min-width: 768px) {
  .call-managing.without-waiting tbody tr td:nth-child(4) {
    width: 44px !important;
  }
  
  .call-managing.without-waiting tbody tr td:nth-child(5) {
    width: 44px !important;
  }
  
  .call-managing.without-waiting tbody tr td:nth-child(6) {
    width: 44px !important;
    padding-left: 23px !important;
  }
}

/* 10.28 */
.account-custom-greetings.media .table.media tbody td:first-child {
  width: 380px !important;
}

.call-managing .table.cm-play-panel tbody td:first-child  {
  width: 380px !important;
}

.call-managing .table.cm-play-panel tbody td:nth-child(2)  {
  width: 212px !important;
}

@media (max-width: 768px) {
  .call-managing .table.cm-play-panel tbody td:nth-child(2)  {
    width: 100% !important;
  }
}

.call-managing .table.cm-play-panel tbody td:nth-child(4)  {
  padding-left: 20px !important;
  width: 40px !important;
}

@media (max-width: 768px) {
  .call-managing .table.cm-play-panel tbody td:nth-child(4)  {
    padding-left: 188px !important;
  }
}

.call-managing .table.cm-play-panel tbody td:nth-child(5)  {
  width: 40px !important;
  padding-left: 0px !important;
}

@media (max-width: 768px) {
  .call-managing .table.cm-play-panel tbody td:nth-child(5)  {
    padding-left: 188px !important;
  }
}

.toggle-control {
  display: inline-block;
  position: relative;
  padding-left: 32px;
  margin-bottom: 12px;
  cursor: pointer;
  margin-left: 4px;
  font-size: 22px;
  user-select: none;
  transform: translateY(-2px);
}
.toggle-control input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.toggle-control input:checked ~ .control {
  background-color: #4bc486;
}
.toggle-control input:checked ~ .control:after {
  left: 18px;
}
.toggle-control .control {
  position: absolute;
  top: 0;
  left: 0;
  height: 16px;
  width: 32px;
  border-radius: 8px;
  background-color: #bec6cf;
  transition: background-color 0.15s ease-in;
}
.toggle-control .control:after {
  content: "";
  position: absolute;
  left: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
  border-radius: 8px;
  background: white;
  transition: left 0.15s ease-in;
}

/* My Meetings page */
.meeting-title-desc h4 {
  color: #38454f;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 5px;
}

.meeting-title-desc p {
  color: #7c8a95;
}

.meetings .meeting-date {
  font-size: 16px;
}

.meetings tbody td:nth-child(5) {
  max-width: 152px;
}

.meetings tbody td:nth-child(6) {
  max-width: 152px;
}

#meetings-add-calendar .modal-body {
  /* background: blue; */
  /* height: 100%; */
  height: 350px;
}

#meetings-add-calendar .assign-box {
  /* background: blue; */
  /* height: 100%; */
  height: 350px;
}

#meetings-add-calendar .modal-body h4{
  margin: 0;
  display: inline-block;
}

#meetings-add-calendar .email-client-logo {
  display: inline-block;
  width: 30px;
  margin-right: 15px;
}

#meetings-add-calendar .modal-body .modal-footer{
  margin-top: 0;
}

#meetings-add-calendar .modal-body .add-calendar-btn{
  width: 152px;
}

.modal .meeting-id-option .options > label:before,
.modal .meeting-id-option .options > label:after {
  margin-top: 0;
}

.modal .meeting-id-option .options{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
}

.modal .meeting-id-option .options label{
  margin: 0px;
}

.modal .meeting-id-option {
  position: relative;
  background: #fff;
  height: 70px;
  padding-left: 16px;
  border-radius: 4px;
  transition: .2s ease-in-out;
}

.modal .meeting-id-option:hover {
  box-shadow: 0px 10px 38.4px 1.6px rgb(0 0 0 / 4%);
}

.modal .meeting-id-option.active {
  background: #e1f0f6;
}

.modal .meeting-id-option h5 {
  /* background: blue; */
  position: absolute;
  top: 50%;
  left: 50px;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: 400;
  color: #7C8A95;
  margin: 0;
}

.modal .recurring-meeting input,
.modal .recurring-meeting label {
  /* opacity: .7; */
  pointer-events: none;
}

.modal .recurring-meeting span {
  color: #3db8db;
  font-weight: 500;
  margin-left: 6px;
  cursor: pointer;
}

.modal .timezone-container {
  position: relative;
  height: 50px;
}

.modal .timezone-container .timezone {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  color: #3db8db;
  font-weight: 500;
}

.modal .recurring-premium {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  color: #3db8db;
  /* font-weight: 500; */
  background: #e1f0f6;
  padding: 2px 7px;
  border-radius: 4px;
}

.modal #recurring-select {
  pointer-events: none;
}

#modal-start-meeting .meeting-detail {
  margin: 0;
}

.modal .modal-otm-invite {
  text-align: center;
}

.modal .modal-otm-invite h3{
  margin-bottom: 20px;
}

.modal .modal-otm-invite p{
  margin-bottom: 14px;
}

.modal .modal-otm-invite button {
  margin: 0px 5px;
  width: 140px;
  height: 44px;
}

.modal .modal-otm-invite .invite-buttons {
  margin-bottom: 20px;
}

.modal .modal-otm-invite .invite-info {
  position: relative;
  display: inline-block;
  padding-left: 26px;
  margin-bottom: 0;
  /* width: 290px; */
  text-align: left;
}

.modal .modal-otm-invite .invite-info.phone {
  margin-right: 10px;
}

.modal .modal-otm-invite .invite-info .icon {
  position: absolute;
  top: 0;
  left: 0;
}

#settings-passcode-input {
  border: 0;
  font-size: 18px;
  color: #38454f;
  padding: 0;
  width: 64px;
}

.settings-conference-settings .guest-speaker-code.security-pin .eye {
  transform: translateY(3px);
  color: #38454f;
  transition: .2s ease;
  cursor: pointer;
}

.settings-conference-settings .guest-speaker-code.security-pin .eye:hover {
  color: #818f9a;
}

.settings-conference-settings .guest-speaker-code.security-pin .well {
  position: relative;
}

.settings-conference-settings .guest-speaker-code.security-pin p {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-42%);
  font-size: 14px;
  color: #7c8a95;
}
.playMediaAction {
    width: 240px;
    padding-left: 70px !important;
}