/* Add here all your CSS customizations */
.btn-did-search {
  margin-top: 32px;
}
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}
section.toggle .panel input {
  opacity: 1;
  height: auto;
  position: relative;
  width: auto;
}
section.toggle .panel input.form-control {
  width: 100%;
}
section.toggle .panel label::before {
  border: none;
}
section.toggle .panel label {
  background: none;
  border: none;
  padding: 0;
  display: inline-block;
  color: #777;
  font-size: 14px;
}
.box-grey {
  background-color: #999999;
  color: #eeeeee;
  padding: 5px;
  padding-left: 2px;
  padding-right: 3px;
  border: 1px solid transparent;
  border-radius: 5px;
  cursor: move;
  display: inline-block;
  height: 27px;
}
section.page-top {
  background-color: #90b3db;
  border-top-color: #2367b9;
  border-bottom: none;
}
section.page-top h2 {
  border-bottom: none;
}
section.page-top .test {
  text-align: left;
}
.footer-funnel #footer {
  padding: 0;
}
.footer-funnel div.footer-copyright {
  margin-top: 0;
}
div.signup-wizard {
  margin-bottom: 11px;
}
i.icon-green {
  color: green;
}
.btn-did {
  margin: 3px;
}
.editable-input input {
  font-size: 14px;
}
.editable-submit {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
}
.editable-cancel {
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 5px;
  color: white;
}
.editable-cancel:hover {
  background-color: #aaa;
  color: white;
}
td.has-error label.error {
  padding-top: 5px;
}
/*.ring-order{
    line-height:20px;
    height:15px;
    padding:5px 10px;
    font-size:12px;
    font-weight:bold;
    border-radius:5px;
    background-color:#428bca;
    color:white;
    cursor:move;
}*/
.icon-arrows-v {
  color: #aaa;
  margin-right: 5px;
}
.ext-edit {
  height: auto;
}
.bootstrap-switch-container {
  height: 28px;
}
.admin-header {
  border-bottom: 5px solid #ededed;
  margin-bottom: 10px;
}
.dataTables_length {
  float: left;
}
.dataTables_length label {
  width: 300px;
}
.dataTables_length select {
  width: 75px;
  height: 46px;
}
.dataTables_filter input {
  display: inline-block;
  width: 100px;
  margin-right: 10px;
  margin-left: 10px;
}
.dataTables_filter label {
  width: 300px;
  float: right;
  text-align: right;
}
.dataTables_filter {
  float: right;
  display: inline-block;
}
.dataTables_paginate {
  float: right;
}
.dataTables__info {
  float: left;
}
.gp-user-available label {
  cursor: pointer;
  border-bottom: dashed 1px;
  font-weight: normal;
}
.gp-available {
  color: green !important;
}
.gp-not-available {
  color: red !important;
}
i.icon-orangered {
  color: orangered;
}
i.icon-red {
  color: red;
}
.panel-default > .panel-heading {
  border-color: #aaaaaa;
  background-color: #eeeeee;
}
.modal-sm {
  width: 300px;
}
.profile-info-row {
  margin: 0 12px;
  border-bottom: 1px solid #EEE;
  border-right: 1px solid #EEE;
}
.profile-info-row:first-child {
  border-top: 1px solid #EEE;
}
.profile-info-name {
  color: #0088cc;
  background: #f9f9f9;
  /*border-right: 1px solid #EEE;*/
  border-left: 3px solid #EEE;
  display: block;
  padding: 6px 10px 6px 10px;
  /*text-align: right;*/
}
.profile-info-value {
  display: block;
  padding: 6px 0 6px 10px;
  border-left: 1px solid #EEE;
}
.flyover {
  margin-top: -1000px;
  overflow: hidden;
  position: fixed;
  width: 40%;
  left: 30%;
  z-index: 1050;
  transition: all 1s;
  padding: 15px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.flyover.in {
  margin-top: 0px;
  top: 10%;
}
.flyover-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.flyover-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #b94a48;
}
.flyover-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
#clientSideErrors {
  color: #b94a48;
}
.modal-intro-video {
  width: 50%;
}
@media (max-width: 991px) {
  .modal-intro-video {
    width: auto;
  }
  .flyover {
    left: 10%;
    width: 80%;
  }
}
#printCont {
  height: 50px;
}
a#print {
  padding-top: 20px;
}
.inv-address .label {
  text-align: left;
}
.custom-greeting-box {
  border-left: solid 1px #eeeeee;
}
.dataTables_filter {
  float: right;
}
.dataTables_length {
  float: left;
  width: 40%;
}
.table-datatable {
  clear: both;
}
.table > tbody > tr > td.h-center {
  text-align: center;
}
.table > tbody > tr > th.h-center {
  text-align: center;
}
.table > tbody > tr > td.v-center {
  vertical-align: middle;
}
.table > tbody > tr > th.v-center {
  vertical-align: middle;
}
.table > tbody > tr.v-center {
  vertical-align: middle;
}
.table > tbody > tr.h-center {
  text-align: center;
}
