/*
Let's try this combination: http://www.colorcombos.com/color-schemes/91/ColorCombo91.html
*/
* {
  font-family: Roboto, sans-serif; }

body {
  background: #f6f6f6; }

.main-container {
  background: #fff;
  margin-top: 20px; }

.choosen {
  color: white;
  font-weight: bold;
  border-radius: 12px; }

.header-input input.form-control,
select.form-control {
  height: 25px;
  text-align: center;
  font-size: 0.9em;
  padding: 0 4px;
  width: 97%; }

legend {
  font-size: 2em;
  font-family: Roboto, sans-serif;
  margin: 0 0 15px 0;
  padding: 5px 0 5px 0; }

h1, h2, h3, h4, h5, h6 {
  font-family: Roboto, sans-serif;
  color: #43423F;
  margin: 0 0 5px 0;
  padding: 5px 0 5px 0; }

.masterheader {
  font-family: Roboto, sans-serif;
  background-color: #FF9900;
  background-color: #444; }
  .masterheader .item {
    color: #fff;
    display: inline-block;
    font-size: 1.1em;
    letter-spacing: 0.05px;
    font-weight: 100;
    padding: 10px 5px;
    position: relative;
    text-decoration: none;
    border-bottom: 6px solid transparent; }
    .masterheader .item.active {
      font-weight: bold;
      border-bottom: 6px solid #f58022; }
  .masterheader .logo-item {
    color: #fff;
    display: inline-block;
    font-size: 1.1em;
    letter-spacing: 0.05px;
    font-weight: 100;
    padding: 10px 5px;
    position: relative;
    text-decoration: none;
    border-bottom: 6px solid transparent; }
  .masterheader .static-item {
    color: #fff;
    display: inline-block;
    font-size: 1.1em;
    letter-spacing: 0.05px;
    font-weight: 100;
    padding: 10px 5px;
    position: relative;
    text-decoration: none; }
    .masterheader .static-item.small {
      font-size: 0.8em;
      margin-top: 4px; }

table th,
table tr {
  text-align: left;
  /* or center? xD */ }

table thead tr th {
  background: white;
  border-bottom: 0px; }

table thead tr {
  background: white;
  border-bottom: 0px; }

.table > thead > tr > th {
  border-bottom: 1px solid white; }

.table.prices > tbody > tr > td {
  border-top: none;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top; }

table.very-condensed-table > tbody > tr > td {
  padding: 1px; }

table.very-condensed-table > tbody > tr > th {
  padding: 1px; }

table.condensed-table > tbody > tr > td {
  padding: 4px; }

table.condensed-table > tbody > tr > th {
  padding: 4px; }

input.form-control,
select.form-control {
  height: 36px;
  padding: 0 4px;
  width: 97%; }

.form-inline .form-control {
  width: 100%; }

.form-group {
  padding-left: 0px;
  margin-bottom: 10px; }

.messagebar {
  color: #333;
  font-family: Roboto, sans-serif;
  font-size: 11px;
  font-weight: 100;
  padding: 3px 0;
  text-shadow: 0.3px 0.3px 0.3px #fff; }
  .messagebar.messagebar-info {
    background-color: #ffcba4;
    border-bottom: 1px solid #ffa500; }
  .messagebar.messagebar-danger {
    background-color: #e89996;
    border-bottom: 1px solid #d9534f; }

.form-control {
  border: 1px solid #eee;
  border-radius: 4px;
  box-shadow: none;
  font-size: 14px; }

.btn-primary {
  font-family: Roboto, sans-serif;
  background-color: #fff;
  background-color: #eee;
  border-color: #ccc;
  color: #333; }

.new-badge {
  background-color: #fc0;
  border-radius: 10px;
  color: #333;
  display: inline-block;
  font-size: 8px;
  font-weight: bold;
  line-height: 1;
  min-width: 10px;
  padding: 3px 7px;
  text-align: center;
  vertical-align: baseline;
  white-space: nowrap; }

.btn-primary:hover {
  background-color: #eee;
  background-color: #fff;
  border-color: #ccc;
  color: #333; }

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  background-color: #eee;
  border-color: #ccc;
  color: #333;
  cursor: default;
  z-index: 2; }

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

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

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

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

.margin-bottom-10 {
  margin-bottom: 10px; }

.margin-top-40 {
  margin-top: 40px; }

.page-header {
  border-bottom: none;
  margin: 10px 0 20px;
  padding-bottom: 10px; }

input.form-control,
select.form-control {
  width: 97%;
  padding: 0px 4px; }

a {
  color: #0099cc;
  text-decoration: none; }

.breadcrumb {
  background-color: #fff;
  border-radius: None;
  list-style: none outside none;
  margin-bottom: 0px;
  padding: 1px 0px; }

a.text-danger {
  color: #f58022; }

a.text-danger:hover {
  color: #fdca00; }

.padding-lr-15 {
  padding: 0 15px; }

.green {
  color: green; }

.bold {
  font-weight: bold; }

table.borderless td,
table.borderless th {
  border: none !important; }

.border-black-right {
  border-right: 1px solid #999; }

.border-black-left {
  border-left: 1px solid #999; }

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

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

.cart-item {
  border-bottom: 1px solid lightgray; }

.cart-item span.edit {
  cursor: pointer; }

.cancel-cart-submit {
  margin-top: 5px; }

.panel-title {
  font-size: 14px; }

.panel-default > .panel-heading {
  background-color: #fefefe;
  border-color: #ddd;
  color: #333; }

.panel-group .panel-heading {
  border-bottom: 0 none; }

.panel-heading {
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  padding: 4px 15px; }

th.rotate {
  height: 140px;
  white-space: nowrap; }

th.rotate > div {
  transform: translate(25px, 0px) rotate(-45deg);
  width: 30px; }

th.rotate > div > span {
  border-bottom: none;
  padding: 5px 5px; }

.table-header-rotated {
  border-collapse: collapse; }
  .csstransforms .table-header-rotated td {
    width: 30px; }
  .no-csstransforms .table-header-rotated th {
    padding: 5px 10px; }
  .table-header-rotated td {
    text-align: center;
    padding: 10px 5px;
    border: 1px solid #ccc; }
  .csstransforms .table-header-rotated th.rotate {
    height: 140px;
    white-space: nowrap; }
    .csstransforms .table-header-rotated th.rotate > div {
      transform: translate(25px, 51px) rotate(315deg);
      width: 30px; }
    .csstransforms .table-header-rotated th.rotate > div > span {
      border-bottom: 1px solid #ccc;
      padding: 5px 10px; }
  .table-header-rotated th.row-header {
    padding: 0 10px;
    border-bottom: 1px solid #ccc; }

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border: 0px; }

table.very-condensed-table.table-overwrite > tbody > tr > td > a {
  margin-left: 7px; }

.nav-pills > li {
  float: left;
  margin-top: 6px; }

.navbar {
  border-radius: 0px;
  height: 50px;
  border-color: #cbc9c9; }

.navbar-header {
  background: #444;
  border: 1px solid #2f2e2e; }

.navbar-brand-line {
  line-height: 100%; }

.navbar-right {
  margin-right: 25px; }

.navbar-nav .open .dropdown-menu {
  text-align: left;
  background-color: #615f5f;
  border: 1px solid #2b2929; }

.navbar-nav > li > a {
  line-height: 33px;
  font-size: 15px;
  font-weight: 400; }

.txt-orange {
  color: #ff9900; }

.navbar-default .navbar-nav > .active > a {
  background-color: #ff9900; }

.container-fluid {
  height: 54px;
  background-color: #615f5f;
  border-bottom: 1px solid #2b2929; }

.nav.navbar-nav > li > a {
  color: #f7f7f7; }

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: rgba(247, 247, 247, 0.22); }

.dropdown-menu {
  border-radius: 4px; }

.dropdown-menu > a > li {
  color: #f7f7f7;
  font-size: 13px;
  font-weight: 400;
  padding: 3px 3px 3px 7px; }

.dropdown-menu > li > a:hover {
  color: #585858;
  background-color: transparent; }

.dropdown-menu > li :hover {
  color: rgba(247, 247, 247, 0.22); }

.dropdown-li:hover {
  background-color: rgba(247, 247, 247, 0.22); }

.navbar-nav .open .dropdown-menu {
  width: 250px;
  min-width: 250px; }

li.dropdown > a.dropdown-toggle.active {
  background-color: #ff990f; }

li.dropdown.open > a.dropdown-toggle.active {
  background-color: #ffae54; }

.label-default {
  background-color: rgba(247, 247, 247, 0.45); }

.btn-main {
  border-right: 0px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .dropdown-toggle:not(:first-child) {
  padding: 8px; }

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
.btn-group > a > button.btn,
.btn-group > .dropdown-toggle:not(:first-child),
.btn-group > .btn + .dropdown-toggle,
.nav-btn {
  height: 34px;
  color: #333;
  border-color: #ccc;
  background-color: #fff;
  float: left; }

.btn-group > .btn + .dropdown-toggle:hover,
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle):hover,
.nav-btn:hover {
  background-color: #e6e6e6;
  color: #333; }

button.btn.btn-default.active:hover {
  background-color: #ffba5d !important;
  color: #f7f7f7; }

.btn.btn-default.active {
  background-color: #ff990f !important;
  color: #f7f7f7;
  float: left; }

ul.nav.navbar-nav > .btn-group > button > a {
  color: white; }

.btn-group {
  margin: 6px 5px 0 5px; }

.btn-default {
  color: #333; }

.pod-docs {
  width: 100%; }

.txt-bold {
  font-weight: 500; }

#side-nav {
  position: fixed;
  overflow-y: auto;
  overflow-x: hidden;
  width: 16.4%;
  height: 90%; }

.btn-filter {
  text-align: right;
  padding: 5px 17px 0 0; }

.container.body {
  overflow-x: hidden; }

.vertical-nav-divider {
  border-left: 1px solid #969090;
  height: 35px;
  position: fixed;
  top: 9px; }

.navbar-nav > li > a.login-out-txt {
  font-size: 14px; }

.dropdown-menu > a:hover,
.dropdown-menu > a:focus {
  text-decoration: none !important; }

.navbar-brand {
  font-size: 18px;
  line-height: 20px; }

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #f6f6f6; }

.alpha-label {
  margin-left: 16px;
  display: inline;
  padding: 0.4em 0.6em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 2;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em; }

.navbar-default .navbar-brand .alpha-nav {
  color: #f6f6f6; }

.navbar-default .navbar-brand {
  color: #f6f6f6; }

.nav.navbar-nav.navbar-right > li.btn-group {
  margin-top: 0; }

.nav.navbar-nav.navbar-right > li.btn-group > a {
  padding-top: 6px; }

table.no-margin .progress {
  margin-bottom: 0; }

.main_content {
  padding: 10px 20px; }

.col-md-55 {
  width: 50%;
  margin-bottom: 10px; }

#did_list table tr.did-cart-item.small td {
  vertical-align: middle; }

#routing-numbers-form select.form-control,
#routing-numbers-form input.form-control {
  font-size: 14px; }

#routing-numbers-form input.form-control {
  padding: 0px 9px; }
  #routing-numbers-form input.form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #555; }
  #routing-numbers-form input.form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: #555; }
  #routing-numbers-form input.form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: #555; }
  #routing-numbers-form input.form-control:-moz-placeholder {
    /* Firefox 18- */
    color: #555; }

#routing-numbers-form .col-md-6 > .form-group {
  float: left;
  width: 51%; }

#routing-numbers-form .col-md-6 .form-group + .form-group {
  float: left;
  width: 51%;
  margin-left: 15px; }
  @media (max-width: 850px) {
    #routing-numbers-form .col-md-6 .form-group + .form-group {
      margin-left: 0px; } }
#customer-panel-footer {
  padding-bottom: 30px; }

@media (max-width: 466px) {
  .navbar-nav {
    width: 50%; }
  .navbar-right {
    width: 10%;
    margin-right: 5px !important; } }

@media (min-width: 1125px) and (max-width: 1325px) {
  .nav.navbar-nav > li > a {
    font-size: 12px !important; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
  .btn-group > a > button.btn,
  .btn-group > .dropdown-toggle:not(:first-child),
  .btn-group > .btn + .dropdown-toggle,
  .nav-btn {
    height: 33px !important;
    font-size: 12px;
    padding: 5px; }
  .navbar > .container-fluid .navbar-brand {
    font-size: 15px; }
  .navbar-nav {
    padding-top: 3px; } }

@media (min-width: 1067px) and (max-width: 1406px) {
  .nav.navbar-nav > li > a {
    font-size: smaller !important;
    padding: 5px 3px; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
  .btn-group > a > button.btn,
  .btn-group > .dropdown-toggle:not(:first-child),
  .btn-group > .btn + .dropdown-toggle,
  .nav-btn {
    height: 33px !important;
    font-size: 12px;
    padding: 5px; }
  div.main_container > nav > div > li > ul.nav.navbar-nav.navbar-right {
    margin-right: -1px !important; }
  .navbar > .container-fluid .navbar-brand {
    font-size: 15px;
    height: 46px; } }

@media (min-width: 768px) and (max-width: 1066px) {
  .nav-md .container.body .right_col,
  .nav-md .container.body .top_nav {
    width: 100%;
    margin-top: 70px; }
  .navbar > .container-fluid .navbar-brand {
    font-size: 15px; }
  .nav.navbar-nav.navbar-right > li > a {
    font-size: 9px !important;
    height: 32px;
    padding: 2px; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
  .btn-group > a > button.btn,
  .btn-group > .dropdown-toggle:not(:first-child),
  .btn-group > .btn + .dropdown-toggle,
  .nav-btn {
    height: 25px !important;
    font-size: 12px;
    padding: 3px 4px 4px !important; }
  .container-fluid {
    height: 67px; }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    height: 37px !important;
    font-size: 12px !important;
    padding-top: 12px; }
  nav > div > li > ul:nth-child(1) {
    width: 55%; }
  nav > div > li > ul.nav.navbar-nav.navbar-right {
    margin-right: -20px !important;
    width: 17%; }
  .right-col {
    margin-top: 73px; } }

@media (min-width: 300px) and (max-width: 767px) {
  .nav-md .container.body .right_col,
  .nav-md .container.body .top_nav {
    width: 100%;
    margin-top: 70px; }
  .navbar > .container-fluid .navbar-brand {
    font-size: 15px; }
  .navbar-nav > li {
    float: left; }
  .nav.navbar-nav.navbar-right > li > a {
    font-size: 9px !important;
    height: 32px;
    padding: 2px; }
  .btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle),
  .btn-group > a > button.btn,
  .btn-group > .dropdown-toggle:not(:first-child),
  .btn-group > .btn + .dropdown-toggle,
  .nav-btn {
    height: 25px !important;
    font-size: 12px;
    padding: 3px 4px 4px !important; }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    height: 37px !important;
    font-size: 12px !important;
    padding-top: 12px; }
  body
> div.container.body
> div.main_container
> nav
> div
> li
> ul:nth-child(1) {
    width: 100%; }
  body
> div.container.body
> div.main_container
> nav
> div
> li
> ul.nav.navbar-nav.navbar-right {
    width: 10%;
    float: right; }
  .right-col {
    margin-top: 73px; }
  .collapse {
    display: block !important; }
  .main_container > nav > .container-fluid > .navbar-header {
    display: none; }
  .btn-group {
    margin: 1px !important; }
  .btn-group > a > button.btn {
    font-size: 11px; }
  .nav.navbar-nav.navbar-right > li {
    /*display: none*/ }
  body
> div.container.body
> div.main_container
> nav
> div
> li
> ul.nav.navbar-nav.navbar-right
> .btn-group {
    float: right; }
  .dropdown-menu > a > li {
    font-size: 12px !important; }
  .navbar-nav .open .dropdown-menu {
    min-width: 110px !important;
    width: 130px !important; }
  .visible-xs-block {
    display: inline-block !important; } }

@media (max-width: 357px) {
  .nav-md .container.body .right_col {
    margin-top: 95px; } }

@media (min-width: 888px) and (max-width: 1000px) {
  .nav.navbar-nav.navbar-right > li > a {
    font-size: 12px !important; } }

#results-pool #ajaxBusy img {
  display: block;
  margin: 0 auto; }

span.select2-selection.select2-selection--single {
  border: 1px solid #eee;
  box-shadow: none;
  padding: 3px 0;
  height: 36px;
  font-size: 0.9em; }

.select2-container--default
.select2-selection--single
.select2-selection__arrow {
  top: 4px;
  width: 12px; }

.select2-container--default
.select2-selection--single
.select2-selection__arrow
b {
  border-color: #555 transparent transparent transparent;
  border-width: 6px 3px 0 3px; }

.select2-container--default.select2-container--open
.select2-selection--single
.select2-selection__arrow
b {
  border-color: transparent transparent #555 transparent;
  border-width: 0 3px 6px 3px; }

.did-documents-info-popover {
  white-space: pre-wrap;
  max-width: 600px; }

.did-documents-info-popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0; }

.did-documents-info-popover-content {
  padding: 9px 14px; }

#dashboard {
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem; }

[class*=dashboard-status-] {
  padding: 1.6rem 0; }
  [class*=dashboard-status-] p {
    margin: 0;
    font-size: 1.6rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center; }

.dashboard-left {
  margin-bottom: 1rem;
  margin-left: 0.2rem;
  margin-right: -1rem; }

.dashboard-right {
  margin-bottom: 1rem;
  margin-right: 0.2rem;
  margin-left: -1rem; }

.th-padding {
  padding: 6px; }

.row-margin {
  margin-bottom: 5px; }

.file-color {
  color: #449ed2; }

.log-in-color {
  color: #00A000; }

.log-out-color {
  color: #cc0000; }

.dashboard-item.message-type-alert .dashboard-icon.status-intransit, .dashboard-item.message-type-alert .dashboard-content {
  color: red;
  font-weight: bold; }

.dashboard-status-intransit {
  background-color: #444444; }

.dashboard-list {
  border: 1px solid #e5e5e5; }

.list-style {
  height: 400px;
  overflow: auto; }

.flex-center {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center; }

.dashboard-item {
  border-left: 1px solid #e5e5e5;
  position: relative;
  padding: 2rem 1.5rem .5rem 2.5rem;
  font-size: 1.2rem;
  margin-left: 3rem;
  min-height: 5rem; }
  .dashboard-item:last-child {
    padding-bottom: 4rem; }
  .dashboard-item .dashboard-date {
    margin-bottom: 0.5rem; }
    .dashboard-item .dashboard-date span {
      color: #888;
      padding-left: 0.4rem; }
  .dashboard-item .dashboard-content {
    padding: .5rem .8rem;
    background-color: #f4f4f4;
    border-radius: .5rem;
    font-size: 1.3rem; }
    .dashboard-item .dashboard-content span {
      display: block;
      color: #888; }
  .dashboard-item .dashboard-icon {
    line-height: 2.6rem;
    position: absolute;
    left: -1.3rem;
    width: 2.6rem;
    height: 2.6rem;
    text-align: center;
    border-radius: 50%;
    font-size: 1.1rem;
    background-color: #fff;
    color: #fff; }
    .dashboard-item .dashboard-icon.status-intransit {
      color: #444444;
      border: 1px solid #e5e5e5;
      font-size: 1.5rem;
      margin-left: auto;
      margin-right: auto; }

@media (min-width: 992px) {
  .dashboard-item {
    margin-left: 10rem; }
    .dashboard-item .dashboard-date {
      position: absolute;
      left: -10rem;
      width: 7.5rem;
      text-align: right; }
      .dashboard-item .dashboard-date span {
        display: block; }
    .dashboard-item .dashboard-content {
      padding: 0;
      background-color: transparent; } }

.dashboard-loading {
  margin: auto;
  width: 64px;
  height: 64px; }

.dashboard-document-icon {
  left: 1.4px; }

.dashboard-collapse-order {
  float: right;
  font-size: 16px;
  color: #4ea473; }

.dashboard-collapse-docs {
  float: right;
  font-size: 16px; }

.glyphicon-icon {
  left: 0.5px; }

.text-lgrey {
  color: lightgrey; }

.break-word {
  word-wrap: break-word; }

.docs-display-div {
  display: none; }

.coverage-img-size {
  width: 40px;
  vertical-align: middle; }

.coverage-icon {
  width: 100px;
  text-align: center; }

.coverage-flag {
  width: 40px;
  text-align: center; }

.fix, .mobile, .toll_free, .uifn, .two_way {
  text-align: center; }

.img-round {
  border-radius: 50%;
  width: 40px;
  height: 40px; }

.table > tbody > tr > td.name, .table > tbody > tr > td.fix,
.table > tbody > tr > td.mobile, .table > tbody > tr > td.toll_free,
.table > tbody > tr > td.two_way, .table > tbody > tr > td.pstn_plan,
.table > thead > tr > th.country, .table > tbody > tr > td.uifn_plan,
.table > thead > tr > th.country, .table > tbody > tr > td.sms_plan {
  vertical-align: middle; }

.float-left {
  float: left; }

.float-right {
  float: right; }

.padding-40 {
  padding: 40px; }

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

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

.padding-top-bottom-20 {
  padding: 20px 0px; }

.coverage-section {
  width: 90%;
  margin: auto; }

.coverage-title {
  padding: 20px 0;
  font-weight: 900; }

.coverage-grey {
  color: #7a7a7a; }

.title-with-csv {
  clear: both;
  height: 50px;
  border-bottom: 1px solid #e5e5e5; }

.product-sheet-preloader-div {
  width: 100%;
  text-align: center;
  margin-top: 10px; }

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

.pointer {
  cursor: pointer; }

.box {
  width: 22px;
  height: 22px; }

.no-padding {
  padding: 0px; }
