<link href='https://fonts.googleapis.com/css?family=Lato:100,300,100italic,400,300italic'rel='stylesheet'type='text/css'>.msg-wrap {
  background-color: #E9EAED;
  padding: 10px;
  margin: 20px 0px;
  border-radius: 5px;
}



.row {
  color: #000000;
}

html, body {
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  position: relative;
  //padding-top: 60px;
  //padding-bottom: 40px;
}

.btn-group>.btn-filter,
.btn-group-vertical>.btn-filter {
  position: fixed;
  float: left;
  z-index: 1;
  margin-top: 19px;
}

/* Adjusts dropdown menu next to search bar */
ul.dropdown-menu-filter-adjust {
  margin-top: 52px;
}

/* Make submitted,rejected, etc buttons wrap entire table cell */
.btn-workspace {
  display: block !important;
}

body.login-body {
  background-color: #ffffff;
}

body.login-body a:not(.btn) {
  color: #d4efff;
  text-decoration: underline;
}

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

.fmtblue {
  background-color: #3498db;
  color: #fff;
}

#login, #login alert {
  background-color: #000000 !important;
}

#login p, .form-signin .checkbox, #forgotlink, .signup a, #loginpage, #password.form-control, #password2.form-control, #username.form-control {
  background-image: none !important;
}

#forgotlink {
  padding-left: 2px;
  margin-top: 5px;
  color: #3A99D8;
  text-decoration: none;
}

.forget a {
  color: #002c6a !important;
}

#password.form-control, #password2.form-control, #username.form-control {
  background-color: white;
  color: #000;
}

.signup-or-separator {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 34px;
  position: relative;
  text-align: center;
}

.signup-or-separator hr {
  margin: -16px auto 10px;
  width: 90%;
}

.signup-or-separator .text {
  background-color: #F7F7F8;
  display: inline-block;
  margin: 0;
  padding: 8px;
  color: #959595;
  font-size: 12px;
  text-transform: uppercase;
}

/* Set Full width for mobile view */
.full-width-div {
  position: relative;
  width: 100vw;
  left: calc(-50vw + 50%);
}

/* Outline button for use within the docs */
.btn-outline {
  color: #55A4EF;
  background-color: #fff;
  border-color: #1C5D9B;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active {
  color: #fff;
  background-color: #55A4EF;
  border-color: #55A4EF;
}

/* Inverted outline button (white on dark) */
.btn-outline-inverse {
  color: #fff;
  /* background-color: #1C5D9B;*/
  border-color: #fff;
  width: 100px;
}

.btn-outline-inverse:hover,
.btn-outline-inverse:focus,
.btn-outline-inverse:active {
  color: #1C5D9B;
  text-shadow: none;
  background-color: #fff;
  border-color: #fff;
}

/*
 * Carbon ads
 *
 * Single display ad that shows on all pages (except homepage) in page headers.
 * The hella `!important` is required for any pre-set property.
 */
.carbonad {
  width: auto !important;
  margin: 50px -30px -40px !important;
  padding: 5px !important;
  overflow: hidden;
  /* clearfix */
  height: auto !important;
  font-size: 1em !important;
  text-align: right;
  background: #3498db !important;
  border: 0 !important;
  font-weight: 300;
}

.carbonad-img {
  margin: 0 !important;
}

.carbonad-text,
.carbonad-tag {
  float: none !important;
  display: block !important;
  width: auto !important;
  height: auto !important;
  margin-left: 145px !important;
  font-family: "Lato", Helvetica, Arial, sans-serif !important;
  font-weight: 300;
}

.carbonad-text {
  padding-top: 0 !important;
}

.carbonad-tag {
  color: #cdbfe3 !important;
  text-align: center !important;
}

.carbonad-text a,
.carbonad-tag a {
  color: #fff !important;
}

.carbonad #azcarbon>img {
  display: none;
  /* hide what I assume are tracking images */
}

/* Homepage variations */
.bs-docs-home .carbonad {
  margin: 0 -15px 40px !important;
}

.bs-footer {
  padding-top: 10px;
  padding-bottom: 10px;
  /* margin-top: 100px; */
  color: #777;
  text-align: center;
  border-top: 1px solid #eee;
}

.footer-links {
  margin: 10px 0;
  padding-left: 0;
}

.footer-links li {
  display: inline;
  padding: 0 2px;
}

.footer-links li:first-child {
  padding-left: 0;
}


/* Style the GitHub buttons via CSS instead of inline attributes */
.github-btn {
  border: 0;
  overflow: hidden;
}

.bs-header {
  color: #fff;
  background-color: #55A4EF;
  /* margin-top:40px; */
}

/*
 * Homepage
 *
 * Tweaks to the custom homepage and the masthead (main jumbotron).
 */
/* Masthead (headings and download button) */
.bs-masthead {
  position: relative;
  padding: 50px 15px 90px 15px;
  text-align: left;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
  background: #ffffff;
}

.bs-masthead .lead {
  color: #000000;
}

.bs-masthead h1 {
  font-size: 50px;
  line-height: 1;
  color: #000000;
}

.bs-masthead h2 {
  font-size: 40px;
  line-height: 1;
  color: #000000;
  ;
}

/* Links to project-level content */
.bs-masthead-links {
  margin-top: 20px;
  margin-bottom: 40px;
  padding: 0 15px;
  list-style: none;
  text-align: left;
}

.bs-masthead-links li {
  display: inline;
}

.bs-masthead-links li+li {
  margin-left: 20px;
}

.bs-masthead-links a {
  color: #000000;
  ;
}

.feature h3 {
  color: #333;
}

.bs-featurette h3 {
  color: #333333;
  font-weight: 400;
  margin-bottom: 5px;
}

.bs-featurette-img {
  color: #333333;
  display: block;
  margin-bottom: 20px;
}

.bs-featurette-img:hover {
  color: #428BCA;
  text-decoration: none;
}

.bs-featurette-img img {
  display: block;
  margin-bottom: 15px;
}

.half-rule {
  margin: 40px auto;
  width: 100px;
}

.bs-featurette {
  background-color: #FFFFFF;
  border-bottom: 1px solid #E5E5E5;
  color: #555555;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 40px;
}

  table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0;
  }

  table.dataTable thead th,
  table.dataTable tfoot th {
    font-weight: bold;
  }

  table.dataTable thead th,
  table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111111;
  }

  table.dataTable thead th:active,
  table.dataTable thead td:active {
    outline: none;
  }

  table.dataTable tfoot th,
  table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111111;
  }

  table.dataTable thead .sorting_asc,
  table.dataTable thead .sorting_desc,
  table.dataTable thead .sorting {
    cursor: pointer;
    *cursor: hand;
  }

  table.dataTable thead .sorting {
    background: url("../images/sort_both.png") no-repeat center right;
  }

  table.dataTable thead .sorting_asc {
    background: url("../images/sort_asc.png") no-repeat center right;
  }

  table.dataTable thead .sorting_desc {
    background: url("../images/sort_desc.png") no-repeat center right;
  }

  table.dataTable thead .sorting_asc_disabled {
    background: url("../images/sort_asc_disabled.png") no-repeat center right;
  }

  table.dataTable thead .sorting_desc_disabled {
    background: url("../images/sort_desc_disabled.png") no-repeat center right;
  }

  table.dataTable tbody tr {
    background-color: white;
  }

  table.dataTable tbody tr.selected {
    background-color: #b0bed9;
  }

  table.dataTable tbody th,
  table.dataTable tbody td {
    padding: 8px 10px;
  }

  table.dataTable th.center,
  table.dataTable td.center,
  table.dataTable td.dataTables_empty {
    text-align: center;
  }

  table.dataTable th.right,
  table.dataTable td.right {
    text-align: right;
  }

  table.dataTable.row-border tbody th, table.dataTable.row-border tbody td, table.dataTable.display tbody th, table.dataTable.display tbody td {
    border-top: 1px solid #dddddd;
  }

  table.dataTable.row-border tbody tr:first-child th,
  table.dataTable.row-border tbody tr:first-child td, table.dataTable.display tbody tr:first-child th,
  table.dataTable.display tbody tr:first-child td {
    border-top: none;
  }

  table.dataTable.cell-border tbody th, table.dataTable.cell-border tbody td {
    border-top: 1px solid #dddddd;
    border-right: 1px solid #dddddd;
  }

  table.dataTable.cell-border tbody tr th:first-child,
  table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #dddddd;
  }

  table.dataTable.cell-border tbody tr:first-child th,
  table.dataTable.cell-border tbody tr:first-child td {
    border-top: none;
  }

  table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9;
  }

  table.dataTable.stripe tbody tr.odd.selected, table.dataTable.display tbody tr.odd.selected {
    background-color: #abb9d3;
  }

  table.dataTable.hover tbody tr:hover,
  table.dataTable.hover tbody tr.odd:hover,
  table.dataTable.hover tbody tr.even:hover, table.dataTable.display tbody tr:hover,
  table.dataTable.display tbody tr.odd:hover,
  table.dataTable.display tbody tr.even:hover {
    background-color: whitesmoke;
  }

  table.dataTable.hover tbody tr:hover.selected,
  table.dataTable.hover tbody tr.odd:hover.selected,
  table.dataTable.hover tbody tr.even:hover.selected, table.dataTable.display tbody tr:hover.selected,
  table.dataTable.display tbody tr.odd:hover.selected,
  table.dataTable.display tbody tr.even:hover.selected {
    background-color: #a9b7d1;
  }

  table.dataTable.order-column tbody tr>.sorting_1,
  table.dataTable.order-column tbody tr>.sorting_2,
  table.dataTable.order-column tbody tr>.sorting_3, table.dataTable.display tbody tr>.sorting_1,
  table.dataTable.display tbody tr>.sorting_2,
  table.dataTable.display tbody tr>.sorting_3 {
    background-color: #f9f9f9;
  }

  table.dataTable.order-column tbody tr.selected>.sorting_1,
  table.dataTable.order-column tbody tr.selected>.sorting_2,
  table.dataTable.order-column tbody tr.selected>.sorting_3, table.dataTable.display tbody tr.selected>.sorting_1,
  table.dataTable.display tbody tr.selected>.sorting_2,
  table.dataTable.display tbody tr.selected>.sorting_3 {
    background-color: #acbad4;
  }

  table.dataTable.display tbody tr.odd>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd>.sorting_1 {
    background-color: #f1f1f1;
  }

  table.dataTable.display tbody tr.odd>.sorting_2, table.dataTable.order-column.stripe tbody tr.odd>.sorting_2 {
    background-color: #f3f3f3;
  }

  table.dataTable.display tbody tr.odd>.sorting_3, table.dataTable.order-column.stripe tbody tr.odd>.sorting_3 {
    background-color: whitesmoke;
  }

  table.dataTable.display tbody tr.odd.selected>.sorting_1, table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_1 {
    background-color: #a6b3cd;
  }

  table.dataTable.display tbody tr.odd.selected>.sorting_2, table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_2 {
    background-color: #a7b5ce;
  }

  table.dataTable.display tbody tr.odd.selected>.sorting_3, table.dataTable.order-column.stripe tbody tr.odd.selected>.sorting_3 {
    background-color: #a9b6d0;
  }

  table.dataTable.display tbody tr.even>.sorting_1, table.dataTable.order-column.stripe tbody tr.even>.sorting_1 {
    background-color: #f9f9f9;
  }

  table.dataTable.display tbody tr.even>.sorting_2, table.dataTable.order-column.stripe tbody tr.even>.sorting_2 {
    background-color: #fbfbfb;
  }

  table.dataTable.display tbody tr.even>.sorting_3, table.dataTable.order-column.stripe tbody tr.even>.sorting_3 {
    background-color: #fdfdfd;
  }

  table.dataTable.display tbody tr.even.selected>.sorting_1, table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_1 {
    background-color: #acbad4;
  }

  table.dataTable.display tbody tr.even.selected>.sorting_2, table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_2 {
    background-color: #adbbd6;
  }

  table.dataTable.display tbody tr.even.selected>.sorting_3, table.dataTable.order-column.stripe tbody tr.even.selected>.sorting_3 {
    background-color: #afbdd8;
  }

  table.dataTable.display tbody tr:hover>.sorting_1,
  table.dataTable.display tbody tr.odd:hover>.sorting_1,
  table.dataTable.display tbody tr.even:hover>.sorting_1, table.dataTable.order-column.hover tbody tr:hover>.sorting_1,
  table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_1,
  table.dataTable.order-column.hover tbody tr.even:hover>.sorting_1 {
    background-color: #eaeaea;
  }

  table.dataTable.display tbody tr:hover>.sorting_2,
  table.dataTable.display tbody tr.odd:hover>.sorting_2,
  table.dataTable.display tbody tr.even:hover>.sorting_2, table.dataTable.order-column.hover tbody tr:hover>.sorting_2,
  table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_2,
  table.dataTable.order-column.hover tbody tr.even:hover>.sorting_2 {
    background-color: #ebebeb;
  }

  table.dataTable.display tbody tr:hover>.sorting_3,
  table.dataTable.display tbody tr.odd:hover>.sorting_3,
  table.dataTable.display tbody tr.even:hover>.sorting_3, table.dataTable.order-column.hover tbody tr:hover>.sorting_3,
  table.dataTable.order-column.hover tbody tr.odd:hover>.sorting_3,
  table.dataTable.order-column.hover tbody tr.even:hover>.sorting_3 {
    background-color: #eeeeee;
  }

  table.dataTable.display tbody tr:hover.selected>.sorting_1,
  table.dataTable.display tbody tr.odd:hover.selected>.sorting_1,
  table.dataTable.display tbody tr.even:hover.selected>.sorting_1, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_1,
  table.dataTable.order-column.hover tbody tr.odd:hover.selected>.sorting_1,
  table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_1 {
    background-color: #a1aec7;
  }

  table.dataTable.display tbody tr:hover.selected>.sorting_2,
  table.dataTable.display tbody tr.odd:hover.selected>.sorting_2,
  table.dataTable.display tbody tr.even:hover.selected>.sorting_2, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_2,
  table.dataTable.order-column.hover tbody tr.odd:hover.selected>.sorting_2,
  table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_2 {
    background-color: #a2afc8;
  }

  table.dataTable.display tbody tr:hover.selected>.sorting_3,
  table.dataTable.display tbody tr.odd:hover.selected>.sorting_3,
  table.dataTable.display tbody tr.even:hover.selected>.sorting_3, table.dataTable.order-column.hover tbody tr:hover.selected>.sorting_3,
  table.dataTable.order-column.hover tbody tr.odd:hover.selected>.sorting_3,
  table.dataTable.order-column.hover tbody tr.even:hover.selected>.sorting_3 {
    background-color: #a4b2cb;
  }

  table.dataTable.no-footer {
    /*border-bottom: 1px solid #111111;*/
  }

  table.dataTable,
  table.dataTable th,
  table.dataTable td {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
  }

  /*
 * Control feature layout
 */
  .dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1;
  }

  .dataTables_wrapper .dataTables_length {
    float: left;
  }

  .dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right;
  }

  .dataTables_wrapper .dataTables_filter input {
    margin-left: 1em;
    font-weight: normal;
    #margin-top: -88px;
  }

  .dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em;
  }

  .dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333333 !important;
    border: 1px solid transparent;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #333333 !important;
    border: 1px solid #cacaca;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, gainsboro));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, white 0%, gainsboro 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, white 0%, gainsboro 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, white 0%, gainsboro 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, white 0%, gainsboro 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, white 0%, gainsboro 100%);
    /* W3C */
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    border: 1px solid #111111;
    background-color: #585858;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #585858), color-stop(100%, #111111));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #585858 0%, #111111 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #585858 0%, #111111 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #585858 0%, #111111 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #585858 0%, #111111 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #585858 0%, #111111 100%);
    /* W3C */
  }

  .dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #2b2b2b;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2b2b2b), color-stop(100%, #0c0c0c));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* IE10+ */
    background: -o-linear-gradient(top, #2b2b2b 0%, #0c0c0c 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #2b2b2b 0%, #0c0c0c 100%);
    /* W3C */
    box-shadow: inset 0 0 3px #111;
  }

  .dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* FF3.6+ */
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* IE10+ */
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* Opera 11.10+ */
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    /* W3C */
  }

  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter,
  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_processing,
  .dataTables_wrapper .dataTables_paginate {
    color: #333333;
  }

  .dataTables_wrapper .dataTables_scroll {
    clear: both;
  }

  .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch;
  }

  .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody th>div.dataTables_sizing,
  .dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody td>div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important;
  }

  .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111111;
  }

  .dataTables_wrapper.no-footer div.dataTables_scrollHead table,
  .dataTables_wrapper.no-footer div.dataTables_scrollBody table {
    border-bottom: none;
  }

  .dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0;
  }

  padding-top: 20px;
  text-align: center;
}

.bs-featurette-title {
  color: #333333;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 5px;
}

.bs-featurette h3 {
  color: #333333;
  font-weight: 400;
  margin-bottom: 5px;
}

.dataTables_filter {
  width: 100%;
  padding: 0;
}

.dataTables_filter input[type='search'] {
  margin-left: 0 !important;
}

.section-promo-header-text {}

.section-promo-header-img {
  text-align: center;
  position: absolute;
  bottom: 0px;
  left: 45%;
}

.section-promo-1 {
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #e8e8e8;
}

.section-promo-2 {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #f3f3f3;
  text-align: center;
}

.section-promo-2b {
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #fff;
  /*#f3f3f3;*/
}

.section-promo-3 {
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 5%;
  padding-bottom: 5%;
  background-color: #fff;
}

.circular-image img {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 150px;
  -moz-border-radius: 150px;
  -ms-border-radius: 150px;
  -o-border-radius: 150px;
  border-radius: 150px;
  box-shadow: 0 0 8px rgba(0, 0, 0, .8);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, .8);
}

.text-background-green {
  padding: 12px;
  background: rgb(10, 168, 45);
  /* Fall-back for browsers that don't support rgba */
  background: rgba(10, 168, 45, .85);
}

#result a {
  color: #fff;
}

.text-background-red {
  padding: 12px;
  background: rgb(255, 0, 0);
  /* Fall-back for browsers that don't support rgba */
  background: rgba(255, 0, 0, 0.3);
}

.text-background-white {
  padding: 12px;
  background: rgb(255, 255, 255);
  /* Fall-back for browsers that don't support rgba */
  background: rgba(255, 255, 255, .7);
}

#section-invite {
  /* image background dimension! */
  height: 450px;
  background-image: url('../img/invite-waitlist.png');
  /* additional background properties */
  background-repeat: no-repeat;
  background-position: top top;
  /* some box shadow*/
  /*  -webkit-box-shadow: rgba(0,0,0,0.20) 0 10px 10px; */
  /* -moz-box-shadow: rgba(0,0,0,0.20) 0 10px 10px; */
  /* box-shadow: rgba(0,0,0,0.20) 0 10px 10px; */
}

#section-invite .panel-background-dark {
  margin-left: 15%;
  margin-right: 15%;
  text-align: center;
  background-color: rgba(7, 1, 11, 0.85);
  background-image: -moz-linear-gradient(center top, rgba(67, 60, 61, 0.85) 0%, rgba(7, 1, 11, 0.85) 100%);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 5px 5px;
}

#section-invite input[type=text],
#section-invite input[type=email],
#section-invite input[type=password] {
  font-size: 18px;
  height: 46px;
  line-height: 1.33;
  padding: 10px 16px;
}

#section-invite .input-group-btn .btn[type=submit] {
  font-size: 18px;
  padding: 10px 10px;
  border: 0px none !important;
}

/* cover */
#section-invite.flex1 {
  /* size matters */
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
}

/* contain */
#section-invite.flex2 {
  /* size matters */
  -webkit-background-size: contain;
  -moz-background-size: contain;
  background-size: contain;
}

/* flex, fun */
#section-invite.flex3 {
  /* size matters */
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  background-size: 100% auto;
}

#transp1 {
  padding: 10px;
  background-color: #fff;
  -moz-border-radius: 10px;
  /* for Firefox */
  -webkit-border-radius: 10px;
  /* for Webkit-Browsers */
  border-radius: 10px;
  /* regular */
  opacity: 0.8;
  /* Transparent Background 80% */
  filter: alpha(opacity=80);
  /* For IE8 and earlier */
}


.bs-header {
  padding: 10px 5px 10px 5px;
  /* side padding builds on .container 15px, so 30px */
  font-size: 16px;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .15);
  background-color: #3498db;
}

.bs-header h1 {
  color: #fff;
}

.bs-header p {
  font-weight: 300;
  line-height: 1.5;
}

.bs-header .container {
  position: relative;
}

/*
 * Callout for 2.3.2 docs
 *
 * Only appears below page headers (not on the homepage). The homepage gets its
 * own link with the masthead links.
 */
.bs-sub-hero {
  padding: 5px 5px;
  color: #777;
  background-color: #fafafa;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #B5BAC1;
  /* #B5BAC1 == grey */
}

.bs-sub-herof strong {
  color: #555;
}

/*
 * Side navigation
 *
 * Scrollspy and affixed enhanced navigation to highlight sections and secondary
 * sections of docs content.
 */
/* By default it's not affixed in mobile views, so undo that */
.bs-sidebar.affix {
  position: static;
}

/* First level of nav */
.bs-sidenav {
  margin-top: 30px;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-shadow: 0 1px 0 #fff;
  background-color: #f7f5fa;
  border-radius: 5px;
}

/* All levels of nav */
.bs-sidebar-1 {
  display: block;
  color: #716b7a;
  padding: 20px 20px;
  text-decoration: none;
  background-color: #f7f5fa;
  border-radius: 5px;
}

/* All levels of nav */
.bs-sidebar .nav>li>a {
  display: block;
  color: #716b7a;
  padding: 5px 20px;
}

.bs-sidebar .nav>li>a:hover,
.bs-sidebar .nav>li>a:focus {
  text-decoration: none;
  background-color: #e5e3e9;
  border-right: 1px solid #dbd8e0;
}

.bs-sidebar .nav>.active>a,
.bs-sidebar .nav>.active:hover>a,
.bs-sidebar .nav>.active:focus>a {
  font-weight: bold;
  color: #55A4EF;
  background-color: transparent;
  border-right: 1px solid #55A4EF;
}

/* Nav: second level (shown on .active) */
.bs-sidebar .nav .nav {
  display: none;
  /* Hide by default, but at >768px, show it */
  margin-bottom: 8px;
}

.bs-sidebar .nav .nav>li>a {
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 30px;
  font-size: 90%;
}

/*
 * Docs sections
 *
 * Content blocks for each component or feature.
 */
/* Space things out */
.bs-docs-section+.bs-docs-section {
  padding-top: 20px;
}

/* Janky fix for preventing navbar from overlapping */
h1[id] {
  padding-top: 40px;
  margin-top: -45px;
}

/*
 * Responsive tests
 *
 * Generate a set of tests to show the responsive utilities in action.
 */
/* Responsive (scrollable) doc tables */
.table-responsive .highlight pre {
  white-space: normal;
}

/* Utility classes table  */
.bs-table th small,
.responsive-utilities th small {
  display: block;
  font-weight: normal;
  color: #999;
}

.responsive-utilities tbody th {
  font-weight: normal;
}

.responsive-utilities td {
  text-align: center;
}

.responsive-utilities td.is-visible {
  color: #468847;
  background-color: #dff0d8 !important;
}

.responsive-utilities td.is-hidden {
  color: #ccc;
  background-color: #f9f9f9 !important;
}

/* Responsive tests */
.responsive-utilities-test {
  margin-top: 5px;
}

.responsive-utilities-test .col-xs-6 {
  margin-bottom: 10px;
}

.responsive-utilities-test span {
  padding: 15px 10px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  text-align: center;
  border-radius: 4px;
}

.visible-on .col-xs-6 .hidden-xs,
.visible-on .col-xs-6 .hidden-sm,
.visible-on .col-xs-6 .hidden-md,
.visible-on .col-xs-6 .hidden-lg,
.hidden-on .col-xs-6 .hidden-xs,
.hidden-on .col-xs-6 .hidden-sm,
.hidden-on .col-xs-6 .hidden-md,
.hidden-on .col-xs-6 .hidden-lg {
  color: #999;
  border: 1px solid #ddd;
}

.visible-on .col-xs-6 .visible-xs,
.visible-on .col-xs-6 .visible-sm,
.visible-on .col-xs-6 .visible-md,
.visible-on .col-xs-6 .visible-lg,
.hidden-on .col-xs-6 .visible-xs,
.hidden-on .col-xs-6 .visible-sm,
.hidden-on .col-xs-6 .visible-md,
.hidden-on .col-xs-6 .visible-lg {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}

/*
 * Glyphicons
 *
 * Special styles for displaying the icons and their classes in the docs.
 */
.bs-glyphicons {
  padding-left: 0;
  padding-bottom: 1px;
  margin-bottom: 20px;
  list-style: none;
  overflow: hidden;
}

.bs-glyphicons li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  margin: 0 -1px -1px 0;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
  border: 1px solid #ddd;
}

.bs-glyphicons .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}

.bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
  /* Help out IE10+ with class names */
}

.bs-glyphicons li:hover {
  background-color: rgba(86, 61, 124, .1);
}

/*
 * Customizer
 *
 * Since this is so form control heavy, we have quite a few styles to customize
 * the display of inputs, headings, and more. Also included are all the download
 * buttons and actions.
 */
input[type=text],
input[type=email],
input[type=password] {
  /*background: linear-gradient(to bottom, #f7f7f8 0%,#ffffff 100%);*/
  border-radius: 3px;
  /*border: none;*/
  /*box-shadow: 0 1px 2px rgba(0,0,0,0.2) inset, 0 -1px 0 rgba(0,0,0,0.05) inset;*/
  transition: all 0.1s linear;
  font-family: "Lato", sans-serif;
  font-size: 13px;
  color: #222222;
  position: relative;
  height: 34px;
  padding-left: 10px;

  &::-webkit-input-placeholder {
    color: #999999;
  }

  &:-moz-placeholder {
    color: #999999;
  }

  &:focus {
    /*box-shadow: 0 1px 0 #2392F3 inset, 0 -1px 0 #2392F3 inset, 1px 0 0 #2392F3 inset, -1px 0 0 #2392F3 inset, 0 0 4px rgba(35,146,243,0.5);*/
    outline: none;
    background: #FFF;
  }
}

.bs-customizer .toggle {
  float: right;
  margin-top: 85px;
  /* On account of ghetto navbar fix */
}

/* Headings and form contrls */
.bs-customizer label {
  margin-top: 10px;
  font-weight: 500;
  color: #555;
}

.bs-customizer h2 {
  margin-top: 0;
  margin-bottom: 5px;
  padding-top: 30px;
}

.bs-customizer h3 {
  margin-bottom: 0;
}

.bs-customizer h4 {
  margin-top: 15px;
  margin-bottom: 0;
}

.bs-customizer .bs-callout h4 {
  margin-top: 0;
  /* lame, but due to specificity we have to duplicate */
  margin-bottom: 5px;
}

.bs-customizer input[type="text"] {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
  background-color: #fafafa;
}

.bs-customizer .help-block {
  font-size: 12px;
  margin-bottom: 5px;
}

/* For the variables, use regular weight */
#less-section label {
  font-weight: normal;
}

/* Downloads */
.bs-customize-download .btn-outline {
  padding: 20px;
}

/*
 * Miscellaneous
 *
 */
.languageSelect {
  float: right;
}

.sidebar-nav {
  padding: 9px 0
}

.avail {
  border-color: #57a957;
  color: #468847;
}

.exists {
  border-color: #ee5f5b;
  color: #b94a48;
}

/* alerts */
.alerts {
  margin: 20px;
}

.alerts p {
  /* quick and dirty hack added by me, you may remove it if not needed */
  margin: 0;
  padding: 0;
}

.alert-message.danger, .alert-message.danger:hover, .alert-message.error, .alert-message.error:hover, .alert-message.success, alert-message.success:hover, .alert-message.info, .alert-message.info:hover {
  color: #ffffff;
}

.alert-message .close {
  font-family: Arial, sans-serif;
  line-height: 18px;
}

.alert-message.danger, .alert-message.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.alert-message.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.alert-message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

:root .alert-message {
  border-radius: 0 \0;
}

.close {
  float: right;
  color: #000000;
  font-size: 20px;
  font-weight: bold;
  line-height: 13.5px;
  text-shadow: 0 1px 0 #ffffff;
  filter: alpha(opacity=25);
  -khtml-opacity: 0.25;
  -moz-opacity: 0.25;
  opacity: 0.25;
}

.close:hover {
  color: #000000;
  text-decoration: none;
  filter: alpha(opacity=40);
  -khtml-opacity: 0.4;
  -moz-opacity: 0.4;
  opacity: 0.4;
}

.alert-message {
  font-family: "Lato", Helvetica, Arial, sans-serif;
  font-size: 13px;
  position: relative;
  padding: 7px 15px;
  margin-bottom: 18px;
  color: #404040;
  background-color: #eedc94;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94));
  background-image: -moz-linear-gradient(top, #fceec1, #eedc94);
  background-image: -ms-linear-gradient(top, #fceec1, #eedc94);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94));
  background-image: -webkit-linear-gradient(top, #fceec1, #eedc94);
  background-image: -o-linear-gradient(top, #fceec1, #eedc94);
  background-image: linear-gradient(top, #fceec1, #eedc94);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fceec1', endColorstr='#eedc94', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #eedc94 #eedc94 #e4c652;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}

.alert-message .close {
  margin-top: 0;
}

.alert-message a {
  font-weight: bold;
  color: #404040;
  text-decoration: none;
}

.alert-message.danger p a, .alert-message.error p a, .alert-message.success p a, .alert-message.info p a {
  color: #ffffff;
}

.alert-message p a:hover {
  text-decoration: underline;
}

.alert-message p {
  margin-bottom: 0;
}

/* tabs */
.tabbable {
  margin: 10px;
  height: 300px;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}

.tab-content {
  border: 0px !important;
  height: 100%;
}

.nav-tabs {
  margin: 0;
}

.tab-content {
  height: 100%;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

/* About page */
.bs-about {
  font-size: 16px;
}

/* Examples gallery: space out content better */
.bs-examples h4 {
  margin-bottom: 5px;
}

.bs-examples p {
  margin-bottom: 20px;
}

/* Pseudo :focus state for showing how it looks in the docs */
#focusedInput {
  border-color: rgba(82, 168, 236, .8);
  outline: 0;
  outline: thin dotted \9;
  /* IE6-9 */
  -moz-box-shadow: 0 0 8px rgba(82, 168, 236, .6);
  box-shadow: 0 0 8px rgba(82, 168, 236, .6);
}

/* Better spacing on download options in getting started */
.bs-docs-dl-options h4 {
  margin-top: 15px;
  margin-bottom: 5px;
}

/*
 * Custom
 *
 * Since this is so form control heavy, we have quite a few styles to customize
 * the display of inputs, headings, and more. Also included are all the download
 * buttons and actions.
 */
.wrapper {
  margin-left: auto;
  margin-right: auto;
  margin-top: 20%;
  margin-bottom: 20%;
}

/* Sign in*/
.form-signin {
  padding: 20px;
  color: #fff;
  text-align: center;
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10%;
  margin-bottom: 10%;
}

.form-signin .form-signin-heading,
.form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin {
  -webkit-animation: fadein 2.5s;
  /* Safari and Chrome */
  -moz-animation: fadein 2.5s;
  /* Firefox */
  -ms-animation: fadein 2.5s;
  /* Internet Explorer */
  -o-animation: fadein 2.5s;
  /* Opera */
  animation: fadein 2.5s;
}

@keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Firefox */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

​

/* Opera */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin .form-control:focus {
  z-index: 101;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
  //border-bottom-left-radius: 0;
  //border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
  //margin-bottom: 10px;
  //border-top-left-radius: 0;
  //border-top-right-radius: 0;
}

/* custom input box */
/* Form Elements */
#nameOfRequest {
  background-color: #fff !important;
  border: 0px solid #cccccc !important;
  color: #000 !important;
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
  margin-bottom: 0px !important;
  font-size: 30px;
  width: 100%;
}

/* Placeholder */
#nameOfRequest input::-webkit-input-placeholder {
  color: #ccc ! important;
  font-size: large;
  vertical-align: bottom;
}

#nameOfRequest input:-moz-placeholder {
  color: #ccc ! important;
  font-size: large;
  vertical-align: bottom;
}

#nameOfRequest input:focus {
  border-color: #transparent !important;
  outline: none !important;
  background-color: white !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

#text_title {
  margin-bottom: 10px;
}

[contenteditable="true"] {
  padding: 0px;
  outline: none;
}

/*[contenteditable="true"]:empty:not(:focus):before{*/
[contenteditable="true"]:empty:before {
  content: attr(data-ph);
  color: #999999;
}

#text_body {
  margin-bottom: 10px;
  margin-top: 10px !important;
  padding-bottom: 0px !important;
}

/* Margin Tag */
.top-0 {
  margin-top: 0 !important
}

.top-5-workspace {
  margin-top: 5px !important
}

.top-10 {
  margin-top: 10px !important
}

.top-5 {
  margin-top: 5px !important
}

.top-20 {
  margin-top: 20px !important
}

.top-25 {
  margin-top: 25px !important
}

.top-30 {
  margin-top: 30px !important
}

.top-30-off {
  margin-top: -30px !important
}

.top-60 {
  margin-top: 60px !important
}

.top-60-off {
  margin-top: -60px !important
}

.top-120 {
  margin-top: 120px !important
}

.bottom-0 {
  margin-bottom: 0 !important
}

.bottom-5 {
  margin-bottom: 5px !important
}

.bottom-10 {
  margin-bottom: 10px !important
}

.bottom-15 {
  margin-bottom: 15px !important
}

.bottom-20 {
  margin-bottom: 20px !important
}

.bottom-25 {
  margin-bottom: 25px !important
}

.bottom-30 {
  margin-bottom: 30px !important
}

.bottom-35 {
  margin-bottom: 35px !important
}

.bottom-30-off {
  margin-bottom: -30px !important
}

.padding-bottom-30 {
  padding-bottom: 30px;
}

.padding-bottom-60 {
  padding-bottom: 60px;
}

.padding-top-30 {
  padding-top: 30px;
}

.chat_msg>tbody>tr>td {
  padding: 10px 60px;
}

.chat_msg>thead>tr>th {
  padding: 10px 60px;
  background-color: #f1f1f1;
}

.msg-wrap .media-heading {
  color: #003bb3;
  font-weight: 700;
}

#all-msg small {
  text-align: justify;
}

#table_jobs_length {
  display: none;
}

#table_jobs_filter label {
  display: inherit;
  /*margin-bottom: 25px;*/
  font-weight: 700;
  font-size: 0px;
}

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

.stats_out {
  min-height: 142px;
  border: 1px solid #ccc;
  margin-bottom: 26px;
  border-radius: 5px;
  padding: 33px;
}

.stats_out>div[class^=col-] {
  text-align: center;
  border-right: 1px solid #ccc;
  height: 72px;
}

.stats_out>div[class^=col-]:last-child {
  text-align: center;
  border-right: none;
}

.stats_in {
  border-right: 1px solid #ccc;
  width: 35%;
  height: 72px;
  float: left;
  text-align: center;
}

.stats_in-2 {
  border-right: 1px solid #ccc;
  width: 35%;
  height: 72px;
  float: left;
  text-align: center;
}

.stats_in_last {
  width: 35%;
  height: 72px;
  float: left;
  text-align: center;
}

.stats_span {
  font-size: 28px;
  display: block;
  padding-bottom: 5px;
}

.stats_status {
  font-size: 14px;
  background-color: #1d6fa5;
  display: block;
  color: white;
  border-radius: 0 0 6px 6px;
  padding: 2px;
}

table.dataTable thead .sorting_asc, table.dataTable thead .sorting {
  background: #ddd !important;
}

table.dataTable.no-footer {
  /*border-bottom: 1px solid #111111;*/
  border-radius: 4px;
}

#payment-wrapper #table_jobs_length {
  display: block;
  float: right;
  padding-top: 5px;
  background-color: #fff !important;
}



di-v.payment-legend {
  margin-top: 10px;
  margin-bottom: 15px;

}

div.payment-legend .box {
  text-align: center;
  padding: 15px 0 0;
  border-radius: 6px;
  background-color: #3498db;
  color: white;
  margin-bottom: 10px;
}

div.payment-legend .box.pending {
  background-color: #f1c40f;
  color: #705b07;
}

div.payment-legend .box.closed {
  background-color: #27ae60;
}

div.payment-legend .box.pending .stats_status {
  background-color: #705b07;
}

div.payment-legend .box.closed .stats_status {
  background-color: #19703e;
}

#payment-wrapper .dataTables_wrapper .dataTables_filter input {
  margin-left: 0em !important;
}

.form-signin {
  max-width: 50vw;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  /*margin: 0 auto;*/
}

.form-signin .form-signin-heading, .form-signin .checkbox {
  margin-bottom: 10px;
}

.form-signin .checkbox {
  font-weight: normal;
}

.form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.form-signin .form-control:focus {
  z-index: 2;
}

.form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.form-signin input[type="password"] {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.form-signin .controls {
  border-left: 4px solid transparent;
  /*padding-left: 40px;*/
  /*padding-top: 20px;*/
  padding-bottom: 20px;
  /*padding-right: 20px;*/
  transition: border-left-color 0.5s, background-color 0.5s;
}

.form-signin .controls.focused {
  border-left: 4px solid black;
  background-color: #f0f0f0;
}

.form-signin .submit,
.form-signin .checkbox {
  border-left: 4px solid transparent;
  margin: 0 auto;
  margin-top: 20px;
  width: 50vw;
}

.account-wall {
  margin-top: 20px;
  padding: 40px 0px 20px 0px;
  background-color: #f7f7f7;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.login-title {
  color: #555;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.profile-img {
  width: 96px;
  height: 96px;
  margin: 0 auto 10px;
  display: block;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.need-help {
  margin-top: 10px;
}

.new-account {
  display: block;
  margin-top: 10px;
}

#sign-up-form input[type=text],
#sign-up-form input[type=email],
#sign-up-form input[type=password] {
  background: white;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
  background-color: #428bca;
}

.ug-notes {
  position: absolute;
  color: white;
  background-color: red;
  bottom: 80px;
  text-align: center;
  z-index: 1;
  padding: 5px 3px;
  margin-left: -8px;
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  font-size: 10px;
  font-weight: 600;
  opacity: 0;
  /*display: none;*/
  transition: all 200ms cubic-bezier(0.78, 0.24, 0.13, 1.45)
}

.ug-show {
  display: block;
  opacity: 0.8;
  bottom: 40px;
}

.down-tip {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f00;
}

.conversation-wrap {
  box-shadow: -2px 0 3px #ddd;
  padding: 0;
  max-height: 400px;
  overflow: auto;
}

.conversation {
  padding: 5px;
  border-bottom: 1px solid #ddd;
  margin: 0;
}

.message-wrap {
  box-shadow: 0 0 3px #ddd;
  padding: 0;
}

.msg {
  padding: 5px;
  /*border-bottom:1px solid #ddd;*/
  margin: 0;
}

.msg-wrap {
  padding: 10px;
  max-height: 400px;
  overflow: auto;
}

.time {
  color: #bfbfbf;
}

.send-wrap {
  border-top: 1px solid #eee;
  /*border-bottom: 1px solid #eee;*/
  padding: 10px;
  /*background: #f8f8f8;*/
}

.send-message {
  resize: none;
}

.highlight {
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
}

.send-message-btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-panel {
  background: #f7f7f9;
}

.btn-panel .btn {
  color: #b8b8b8;
  transition: 0.2s all ease-in-out;
}

.btn-panel .btn:hover {
  color: #666;
  background: #f8f8f8;
}

.btn-panel .btn:active {
  background: #f8f8f8;
  box-shadow: 0 0 1px #ddd;
}

.btn-panel-conversation .btn, .btn-panel-msg .btn {
  background: #f8f8f8;
}

.btn-panel-conversation .btn:first-child {
  border-right: 1px solid #ddd;
}

.msg-wrap .media-heading {
  color: #003bb3;
  font-weight: 700;
}

.msg-date {
  background: none;
  text-align: center;
  color: #aaa;
  border: none;
  box-shadow: none;
  border-bottom: 1px solid #ddd;
}

body::-webkit-scrollbar {
  width: 12px;
}

/* Let's get this party started */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  /*        -webkit-border-radius: 10px;
        border-radius: 10px;*/
}

/* Handle */
::-webkit-scrollbar-thumb {
  /*        -webkit-border-radius: 10px;
        border-radius: 10px;*/
  background: #ddd;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

::-webkit-scrollbar-thumb:window-inactive {
  background: #ddd;
}

#all-msg {
  position: relative;
  overflow: hidden;
}

.chat-msg {
  margin: 5px 0px;
}

.chat-text {
  color: white;
  background-color: #3498db;
  position: relative;
  padding: 10px;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.15);
}

.left .chat-box {
  /*margin-left:30px;*/
  background-color: #eee;
}

.right .chat-box {
  /*margin-right:30px;*/
}

.left .chat-text {
  margin-left: 0px;
  background-color: #dfdfdf;
  color: black;
}

.right .chat-text {
  margin-right: 0px;
}

div[class*="avatar-"] {
  position: absolute;
  width: 30px;
  height: 30px;
  background-color: #eee;
  border-radius: 16px;
  left: 3px;
  text-transform: uppercase;
  text-align: center;
  font-size: 19px;
  font-weight: 200;
  padding-left: 1px;
  color: rgba(0, 0, 0, 0.5);
}

.right div[class*="avatar-"] {
  left: auto;
  right: 3px;
}

.left .chat-text:before,
.right .chat-text:after {
  content: '';
  display: block;
  position: absolute;
  top: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  left: -9px;
  border-width: 7px 9px 7px 0px;
  border-color: transparent #dfdfdf transparent transparent;
}

.right .chat-text:after {
  left: auto;
  right: -9px;
  border-width: 7px 0 7px 9px;
  border-color: transparent transparent transparent #3498db;
}

.send-wrap {
  position: relative;
}

.send-message {
  display: inline-block;
  height: 50px !important;
}

.send-message-btn {
  padding: 13px 13px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 5px;
  /* height: 38px; */
}

.chat-box {
  position: fixed;
  background-color: white;
  bottom: 0;
  right: 50px;
  width: 300px;
}

.chat-box #all-msg {
  height: 250px;
  overflow: auto;
}

.chat-box h3 {
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  margin: 0;
  /* box-shadow: 1px 1px 2px; */
  padding: 8px 0px;
  cursor: pointer;
  border-radius: 10px 10px 0px 0px;
  background-color: #3498db;
  color: white;
}

.chat-box-sliding {
  height: 0;
  transition: all 0.5s cubic-bezier(0.65, -0.06, 0, 1.21);
  border-width: 0px 1px;
  border-color: transparent rgba(0, 0, 0, 0.2);
  border-style: solid;
}

.chat-box-sliding.visible {
  height: 337px;
}

.chat-box-sliding,
.chat-box-sliding.visible {
  height: auto;
}
}

.btn-reject {
  color: #ffffff;
  background-color: #F16076;
  border-color: #ef4962;
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}

.btn-danger:active,
.btn-danger.active,
.open .dropdown-toggle.btn-danger {
  background-image: none;
}

.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
  background-color: #F16076;
  border-color: #ef4962;
}

.btn-danger .badge {
  color: #F16076;
  background-color: #fff;
}

.well-workspace {
  border: none !important;
  border-radius: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.row-workspace {
  margin-left: 0px !important;
}

/* JOB HEADER FONT WEIGHT */
.job-header-font-weight-heavy {
  font-weight: bold;
}

.job-header-font-weight-light {
  font-weight: lighter;
}

/* Workspace glyph icon re-design */
.btn-glyph {
  color: #000;
  background-color: transparent;
  border-color: transparent;
}

.btn-glyph:hover,
.btn-glyph:focus,
.btn-glyph:active,
.btn-glyph.active,
.open .dropdown-toggle.btn-glyph {
  color: #3498db;
}

/* Navigation Buttons */
.btn-nav {
  color: #000;
  background-color: transparent;
  border-color: transparent;
}

.btn-nav:hover,
.btn-nav:focus,
.btn-nav:active,
.btn-nav.active,
.open .dropdown-toggle.btn-nav {
  color: #3498db;
  background-color: #ddd;
  border-color: transparent;
}

.btn-nav:active,
.btn-nav.active,
.open .dropdown-toggle.btn-nav {
  background-image: none;
}

.btn-nav.disabled,
.btn-nav[disabled],
fieldset[disabled] .btn-nav,
.btn-nav.disabled:hover,
.btn-nav[disabled]:hover,
fieldset[disabled] .btn-nav:hover,
.btn-nav.disabled:focus,
.btn-nav[disabled]:focus,
fieldset[disabled] .btn-nav:focus,
.btn-nav.disabled:active,
.btn-nav[disabled]:active,
fieldset[disabled] .btn-nav:active,
.btn-nav.disabled.active,
.btn-nav[disabled].active,
fieldset[disabled] .btn-nav.active {
  background-color: transparent;
  border-color: transparent;
}

.btn-no-effect:active,
.btn-no-effect.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: none !important;
  box-shadow: inset !important;
}

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

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  background-color: #428bca;
}

.text-muted {
  color: #555 !important;
}

/* Table Style */
.dataTable tr.odd, tr.even {
  background-color: white !important;
}

.dataTable thead th {
  background-color: #f1f1f1;
  border-bottom: 0px !important;
}

.dataTable tr:hover {
  cursor: pointer !important;
  cursor: hand !important;
}

/* Submit New Toolbar */
.submit-new-toolbar {
  padding: 5px 5px;
  color: #777;
  background-color: transparent;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #B5BAC1;
  /* #B5BAC1 == grey */
}

.job-header-desktop {
  font-size: 16px;
  font-weight: 100;
  white-space: nowrap;
  color: #ffffff !important;
}

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

.page-header-request {
  padding-bottom: 9px;
  border-bottom: 1px solid #eeeeee !important;
  font-size: 28px;
}

.table-border-left {
  border-left: 1px solid #ddd;
}

.table-border-right {
  border-right: 1px solid #ddd;
}

.remove-border-top {
  border-top: 0px;
}

/* Workspace Button - Closed */
.btn-closed {
  color: #000;
  background-color: #FFF;
  border: #000 1px solid !important;
}

.btn-closed:hover,
.btn-closed:focus,
.btn-closed:active,
.btn-closed.active,
.open .dropdown-toggle.btn-closed {
  color: #000;
  background-color: #eee;
  border-color: #000;
}

.btn-closed:active,
.btn-closed.active,
.open .dropdown-toggle.btn-closed {
  background-image: none;
}

/* Workspace Button - Draft */
.btn-draft {
  color: #333333;
  background-color: #bbbbbb;
  border-color: #bbbbbb;
}

.btn-draft:hover,
.btn-draft:focus,
.btn-draft:active,
.btn-draft.active,
.open .dropdown-toggle.btn-draft {
  color: #333333;
  background-color: #aaaaaa;
  border-color: #aaaaaa;
}

.btn-draft:active,
.btn-draft.active,
.open .dropdown-toggle.btn-draft {
  background-image: none;
}

.table-th-font {
  font-weight: normal !important;
  font-size: 14px !important;
}

.table-th-width-10 {
  width: 10% !important;
}

.table-status-width {
  width: 100px !important;
}

.table-subject-title-font {
  font-size: 18px !important;
}

.workspace-status-dot {
  margin-left: 9px;
  position: absolute;
  top: 0;
  width: auto;
  margin-top: 8px;
  font-size: 6px;
  border-radius: 20px;
}

.workspace-title {
  text-overflow:
    ellipsis;
  font-size:
    18px;
  position:
    absolute;
  top: 0;
  width: auto;
  margin-left: 17px;
  padding-left: 10px;
}

.workspace-title-user {
  font-weight: 400;
  font-size: 18px;
  position: absolute;
  top: 0;
  width: auto;
  margin-left: 17px;
  padding-left: 10px;
}

.workspace-price {
  font-weight: 400;
  font-size: 13px;
}

.workspace-date {
  color: #3498db;
  position: absolute;
  right: 0;
  top: 0;
  margin-right: 10px;
  font-size: 13px;
}

/* RefID label coloring */
.label-refid {
  background-color: #333;
}

/* Padding for workspace dots */
.workspace-dot-padding {
  padding-left: 15px;
  padding-right: 15px;
}

/*
==============================================
fadeIn
==============================================
*/
.fadeIn {
  animation-name: fadeIn;
  -webkit-animation-name: fadeIn;
  animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@keyframes fadeIn {
  0% {
    transform: scale(1);
    opacity: 0.0;
  }

  60% {
    transform: scale(1);
  }

  80% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }

  60% {
    -webkit-transform: scale(1);
  }

  80% {
    -webkit-transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

/* Payment Workspace FadeIn */
.fadeIn-payment {
  animation-name: fadeIn-payment;
  -webkit-animation-name: fadeIn-payment;
  animation-duration: 4s;
  -webkit-animation-duration: 4s;
  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  visibility: visible !important;
}

@keyframes fadeIn-payment {
  0% {
    transform: scale(1);
    opacity: 0.0;
  }

  60% {
    transform: scale(1);
  }

  80% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn-payment {
  0% {
    -webkit-transform: scale(1);
    opacity: 0.0;
  }

  60% {
    -webkit-transform: scale(1);
  }

  80% {
    -webkit-transform: scale(1);
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

/*
==============================================
slideUp
==============================================
*/
.slideUp {
  animation-name: slideUp;
  -webkit-animation-name: slideUp;
  animation-duration: .7s;
  -webkit-animation-duration: .7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
  }
}

@-webkit-keyframes slideUp {
  0% {
    -webkit-transform: translateY(100%);
  }
}

/*
==============================================
slideDown
==============================================
*/
.slideDown {
  animation-name: slideDown;
  -webkit-animation-name: slideDown;
  animation-duration: .7s;
  -webkit-animation-duration: .7s;
  animation-timing-function: ease;
  -webkit-animation-timing-function: ease;
  visibility: visible !important;
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
  }
}

@-webkit-keyframes slideDown {
  0% {
    -webkit-transform: translateY(-100%);
  }
}

.tutorial h1 {
  color: #494949;
  font-family: "Gotham Bold";
  font-weight: 400;
}

/*
TUTORIAL CSS
*/
.tutorial h3 {
  color: #494949;
  font-family: "Gotham Light";
  font-weight: 200;
}

.tutorial {
  min-height: 26.90909rem;
  padding-top: 6.5rem;
  padding-bottom: 3rem;
}

b, strong {
  font-weight: 700;
}

/* ****************************MOBILE MEDIA QUERIES******************************************** */
/* Min Width 400 */
@media (min-width: 401px) {
  .img-mobile {
    display: none !important;
    visibility: hidden;
  }
}

/* Max Width 400 */
@media (max-width: 400px) {
  .img-desktop {
    display: none !important;
    visibility: hidden;
  }

  .img-mobile {
    visibility: visible;
  }
}

/* Min Width 480 */
@media (min-width: 480px) {
  .bs-docs-home .carbonad {
    width: 330px !important;
    margin: 0 auto 40px !important;
    border-radius: 4px;
    text-align: center !important;
  }
}

/* Max Width 480 */
@media (max-width : 480px) {
  .bs-masthead {
    padding-bottom: 70px;
    padding-top: 50px;
    padding-left: 0px;
    padding-right: 0px;
  }

  #section-invite .panel-background-dark {
    margin-left: 5%;
    margin-right: 5%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    padding: 2px 2px;
  }

  #section-invite input[type=text],
  #section-invite input[type=email],
  #section-invite input[type=password] {
    border-radius: 3px;
    font-size: 13px;
    height: 34px;
    line-height: 1.33;
    padding-left: 10px;
  }

  #section-invite .input-group-btn .btn[type=submit] {
    font-size: 14px;
    padding: 7px;
  }

  .form-signin {
    max-width: 90vw;
  }

  .form-signin .submit,
  .form-signin .checkbox {
    width: 90vw;
  }

  .modal-dialog {
    margin-top: 60px;
  }

  .bs-sub-hero {
    padding: 10px 20px;
  }
}

/* Min Width 768 */
@media (min-width:768px) {
  .btn-chat-lg {
    padding: 14px;
    width: 10%;
  }

  .send-message {
    width: 87%;
    font-size: 14px;
  }

  .tutorial h1 {
    font-size: 77px !important;
    line-height: 1.1 !important;
    color: #494949;
    font-family: "Gotham Bold";
    font-weight: 400;
  }

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

  .bs-masthead h1 {
    font-size: 100px;
  }

  .bs-masthead .lead {
    font-size: 30px;
  }

  .bs-masthead .btn-outline-inverse {
    width: 80%;
    padding: 16px 20px;
    font-size: 28px;
  }

  .bs-masthead-links {
    padding: 0;
    text-align: left;
  }

  .bs-header {
    font-size: 17px;
  }

  .bs-header h1 {
    font-size: 60px;
    line-height: 1;
  }

  .top-10-desktop {
    margin-top: 5px !important
  }

  .page-header-request {
    font-size: 28px !important;
  }

  .page-header-label {
    font-size: 14px;
    margin-top: 10px;
  }

  .carbonad {
    margin: 0 !important;
    text-align: center !important;
  }

  .bs-docs-home .carbonad {
    float: left;
    width: 330px !important;
    margin: 0 0 30px !important;
  }

  .bs-docs-home .bs-social,
  .bs-docs-home .bs-masthead-links {
    margin-left: 350px;
  }

  .bs-docs-home .bs-social {
    margin-bottom: 10px;
    clear: both;
    padding: 10px 36px 20px 36px;
    float: left;
  }

  .bs-docs-home .bs-masthead-links {
    margin-top: 10px;
  }

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

  .bs-footer p {
    margin-bottom: 0;
  }

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

  .bs-social-buttons li:first-child {
    padding-left: 0;
  }
}

/* Max Width 768 */
@media screen and (max-width:768px) {
  .btn-chat-lg {
    padding: 14px;
    width: 15%;
  }

  .send-message {
    width: 80%;
    font-size: 14px;
  }

  .btn-closed {
    background-color: #FFF;
    border: #000 1px solid;
  }

  .hide-glyph {
    display: none;
  }

  .bs-masthead .section-promo-header-img {
    right: 10px;
    text-align: right;
  }

  .dataTables_wrapper .dataTables_info,
  .dataTables_wrapper .dataTables_paginate {
    float: none;
    text-align: center;
  }

  .dataTables_wrapper .dataTables_paginate {
    margin-top: 0.5em;
  }

  .dataTables_wrapper .dataTables_length,
  .dataTables_wrapper .dataTables_filter {}

  .dataTables_wrapper .dataTables_filter {
    margin-top: 0.5em;
  }

  .bs-glyphicons li {
    width: 12.5%;
  }

  .top-5-workspace {
    margin-top: 0px !important
  }

  #table_jobs_filter label {
    margin-bottom: 0;
  }

  .chat-box {
    position: relative;
    background-color: white;
    margin: 0 auto;
    right: auto;
    left: auto;
    top: -80px;
    width: 100%;
  }

  .chat-box #all-msg {
    height: auto;
    padding: 30px 12px 10px;
  }

  .chat-box h3 {
    font-size: 12px !important;
    border: none;
    padding: 10px 0px;
    border-radius: 0px;
  }

  .glyph-on {
    visibility: visible;
  }

  .text-off {
    display: none !important;
    visibility: hidden !important;
  }

  .dropdown-margin {
    margin-top: 10px;
  }

  .margin-full {
    margin: 0 0 30px 0 !important;
    padding: 0 !important;
    border-right: none !important;
    border-left: none !important;
  }

  .actions-pull {
    float: right !important;
  }

  .form-control-mobile {
    border: 5px solid #ccc;
    border-radius: 10px;
    text-align: center;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }

  .form-control-mobile:focus {
    border-color: #ccc;
    outline: 0;
  }

  .form-control-mobile:focus::-webkit-input-placeholder {
    transition: opacity 0.2s 0.2s ease-in-out;
    opacity: 0;
  }

  .form-control-border {
    border: 1px solid rgb(204, 204, 204) !important;
  }

  .submit-new-toolbar {
    border: none;
    bottom: 0;
    text-align: right;
    position: absolute;
    right: 0;
    z-index: 1030 !important;
  }

  .job-header-mobile {
    font-size: 16px;
    font-weight: 100;
    color: #ffffff !important;
  }

  .status-margin {
    margin-top: 15px;
  }

  .page-header-request {}

  #text_body {
    font-size: 16px !important;
  }

  .page-header-label {
    font-size: 14px;
  }
}

/* Min Width 991 */
@media screen and (min-width: 991px) {
  .workspace-button-size {
    width: 307px !important;
  }

  .bs-header h1,
  .bs-header p {
    margin-right: 380px;
  }

  .bs-sidebar .nav>.active>ul {
    display: block;
  }

  .bs-sidebar.affix,
  .bs-sidebar.affix-bottom {
    width: 213px;
  }

  .bs-sidebar.affix {
    position: fixed;
    top: 40px;
  }

  .bs-sidebar.affix-bottom {
    position: absolute;
  }

  .bs-sidebar.affix-bottom .bs-sidenav,
  .bs-sidebar.affix .bs-sidenav {
    margin-top: 0;
    margin-bottom: 0;
  }

  .carbonad {
    position: absolute;
    top: 5px;
    right: 15px;
    /* 15px instead of 0 since box-sizing */
    padding: 15px !important;
    width: 330px !important;
    text-align: center !important;
  }

  .bs-docs-home .carbonad {
    position: static;
  }
}

/* Max Width 1200 */
@media screen and (max-width: 992px) {
  .bs-header {
    margin-top: 0px;
  }
}

/* Min Width 1200 */
@media (min-width: 1200px) {

  .bs-sidebar.affix-bottom,
  .bs-sidebar.affix {
    width: 263px;
  }

  .bs-docs-home .carbonad {
    margin-top: -25px !important;
  }
}

/* *****iPhone Device Specific Begins Here - Order in smallest to largest***** */


/* iPhone 5/SE 320x568 */
@media only screen and (min-device-width : 320px) and (max-device-width : 568px) {
  .btn-actionbar {
		padding: 5px 5px !important;
	}
}

/* iPhone 6/7/8 375x667 */
@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {

}

/* iPhone X 375x812 */
@media only screen and (min-device-width : 375px) and (max-device-width : 812px) and (-webkit-device-pixel-ratio : 3) {

}

/* iPhone 6/7/8 Plus 414x736 */
@media only screen and (min-device-width : 414px) and (max-device-width : 736px) {

}

/* iPad 768x1024 */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {

}

/* iPad Pro 1024x1366 */
@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) {

}
