/* Portrait tablet to landscape and desktop */
@media (min-width: 979px) { 
	.container-padding {
		padding-bottom: 40px;
		padding-top: 60px;
	}
}



.navbar .nav > li > a {
	padding: 10px 12px;
}
.navbar .nav {
	margin-right: 2px;
}

.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.large{
    width: 780px;
    margin-left: -390px; /* - width/2 */
}

.green {
	color: #468847;
}

.red {
	color: #B94A48;
}

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

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

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


.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: 10px;
	padding: 5px;
	display: inline;
	margin: 5px;
}
.tagclose, .taskclose{
	float: none;
	margin-left: 10px;
}

#map-canvas img{
	max-width: none;
}

.gm-style-iw{
	width: 250px;
}

.datepicker {
	z-index: 10000;
}

.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;
}

.space{
	margin-left: 10px;
}

.sms_message{
	width: 100%;
}

/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
	.modal.large {
		width: auto;
		margin-left: auto;
	}

}

@media (max-width: 480px) {
	.modal.large {
		width: auto;
		margin-left: auto;
	}

}