

.dd {
	display: none;
}
.credit-card {
	display: auto;
}
.table-nonfluid {
   width: auto;
}

.edit-button{
	margin-top: 5px;
	margin-right: 5px;
}
.view-button{
	margin-top: 5px;
	margin-right: 5px;
}

.modal-dialog.large{
    width: 780px;
    
}

.green {
	color: #468847;
}

.red {
	color: #B94A48;
}

.modal form {
	margin: 0 0 0 0;
}

.rate_table_international {
    height: 300px !important;
    overflow: scroll;
}​

#card-icon{
  font-size: 30px;
}

.title {
	float: left;
	display: inline;
}

.next_float_btn{
  margin-right: 10px;
}

.badge-danger{
  background: #B94A48;
}

.navbar-brand img {
  margin-top: -10px;
}

.border {
  min-height: 20px;
  padding: 3px;
  margin-bottom: 20px;
  border: 1px solid #e3e3e3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.tar {
	text-align: right;
}

#notes-form{

}
.small {
	font-size: 11px;
	
}
.invoice_history_hide, .payt_history_hide, .adjust_history_hide, .invoice_item_hide{
	display: none;
}

.form-heading-text{
	position: relative;
	top: 5px;
	font-size: 1.3em;
	font-weight: 600;
}

.form-normal-text{
	position: relative;
	top: 5px;
	font-size: 1.0em;
	font-weight: 400;
}

.result-box {
	
}

label.valid {
  width: 24px;
  height: 24px;
  display: inline-block;
}
label.error {
  font-weight: bold;
  color: red;
  padding: 2px 8px;
  margin-top: 2px;
  display: inline-block;
}

.form-horizontal span.disp{
	top: 4px;
	position: relative;
}

.sms-container{
	
}
.service-wrapper {
	display: block;
}

.smaller-well{
	margin-bottom: 5px;
	padding: 5px;
}

.sml-well{
  margin-bottom: 5px;
  padding: 5px;
  display: inline;
}

.tagclose {
    float: none;
    margin-left: 10px;
}

.categoryclose {
    float: none;
    margin-left: 10px;
}



.bgred {
	background-color: #db5552;
	color: white;
}

.lead_select{
	margin-bottom: 0px;
}

hr.note {
	margin: 5px 0;
}

.graphs {
	min-width: 600px !important;
}

.progress-bar {
    background-color: #428BCA;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
    color: #FFFFFF;
    float: left;
    font-size: 12px;
    height: 100%;
    text-align: center;
    transition: width 0.6s ease 0s;
    width: 0;
}


.progress-bar-success {
    background-color: #5CB85C;
}
select[multiple].queue_selector {
	height: 150px;
}

.input-myxlarge {
    width: 320px;
}

/* custom inclusion of right, left and below tabs */

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
  border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
  display: none;
}

.tab-content > .active,
.pill-content > .active {
  display: block;
}

.tabs-below > .nav-tabs {
  border-top: 1px solid #ddd;
}

.tabs-below > .nav-tabs > li {
  margin-top: -1px;
  margin-bottom: 0;
}

.tabs-below > .nav-tabs > li > a {
  -webkit-border-radius: 0 0 4px 4px;
     -moz-border-radius: 0 0 4px 4px;
          border-radius: 0 0 4px 4px;
}

.tabs-below > .nav-tabs > li > a:hover,
.tabs-below > .nav-tabs > li > a:focus {
  border-top-color: #ddd;
  border-bottom-color: transparent;
}

.tabs-below > .nav-tabs > .active > a,
.tabs-below > .nav-tabs > .active > a:hover,
.tabs-below > .nav-tabs > .active > a:focus {
  border-color: transparent #ddd #ddd #ddd;
}

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}

.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  min-width: 74px;
  margin-right: 0;
  margin-bottom: 3px;
}

.tabs-left > .nav-tabs {
  float: left;
  margin-right: 19px;
  border-right: 1px solid #ddd;
}

.tabs-left > .nav-tabs > li > a {
  margin-right: -1px;
  -webkit-border-radius: 4px 0 0 4px;
     -moz-border-radius: 4px 0 0 4px;
          border-radius: 4px 0 0 4px;
}

.tabs-left > .nav-tabs > li > a:hover,
.tabs-left > .nav-tabs > li > a:focus {
  border-color: #eeeeee #dddddd #eeeeee #eeeeee;
}

.tabs-left > .nav-tabs .active > a,
.tabs-left > .nav-tabs .active > a:hover,
.tabs-left > .nav-tabs .active > a:focus {
  border-color: #ddd transparent #ddd #ddd;
  *border-right-color: #ffffff;
}

.tabs-right > .nav-tabs {
  float: right;
  margin-left: 19px;
  border-left: 1px solid #ddd;
}

.tabs-right > .nav-tabs > li > a {
  margin-left: -1px;
  -webkit-border-radius: 0 4px 4px 0;
     -moz-border-radius: 0 4px 4px 0;
          border-radius: 0 4px 4px 0;
}

.tabs-right > .nav-tabs > li > a:hover,
.tabs-right > .nav-tabs > li > a:focus {
  border-color: #eeeeee #eeeeee #eeeeee #dddddd;
}

.tabs-right > .nav-tabs .active > a,
.tabs-right > .nav-tabs .active > a:hover,
.tabs-right > .nav-tabs .active > a:focus {
  border-color: #ddd #ddd #ddd transparent;
  *border-left-color: #ffffff;
}

.service-table-override {
	width: 83.333333333%;

}
.service-table-override.table-condensed > thead > tr > th, .table-condensed > tbody > tr > th, .table-condensed > tfoot > tr > th, .table-condensed > thead > tr > td, .table-condensed > tbody > tr > td, .table-condensed > tfoot > tr > td {
	padding: 3px;
}

.myhide {
  display: none;
}

.product_img {
  max-width: 150px;
}

/* Landscape phones and down */
@media (max-width: 480px) {
  .container {
    padding: 5px;
  }

  .table {
    font-size: 80%;
  }

  .product_img {
    max-width: 50px;
  }

  .inputthing {
    min-width: 20px;
    padding: 5px;
  }

  .btn {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 80%;
  }

  .button-wrap {
    margin-right: 10px;
    right: 0px;
  }


  .modal-dialog.large{
      width: auto;      
      
  }

}