.row.route-filter {
    float: right;
    margin-top: -49px;
}
.btn-sm {
    white-space: normal;
}
div#ServicePlan i, .phoneList i , #CardSection i {
    cursor: pointer;
}

.route-history {
    padding: .75rem 1.25rem;
}
.single-route {
    float: left;
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}
body.sidebar-xs #toggle_route {
    display: none;
}
body.sidebar-xs li.nav-item.route-side a {
    font-size: 18px;
    text-align: center;
}
li.nav-item.route-side a i {
    font-size: 18px;
}
li.nav-item.route-side a i {
    position: relative;
    top: 3px;
}
.loading-image-lookup {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
}
.loader-lookup
{
    display: none;
    width:200px;
    height: 200px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align:center;
    margin-left: -50px;
    margin-top: -100px;
    z-index:2;
    overflow: auto;
}
.loading-lookup{
	opacity: 0.6;
}
.shownow{
	display:block !important;
}

.col-md-2 .card-body {
    padding-bottom: 0;
}
span#suggested_sub {
    position: absolute;
    top: -25px;
    width: 398px;
    right: 0;
}
p#suggested_sub {
    width: 100%;
    text-align: right;
    position: absolute;
    top: 48px;
    left: -22px;
}
select#Office_Id .h3, select#Disposition_id .h3 {
    font-size: 14px;
}
.ui-widget.ui-widget-content {
    overflow: hidden;
}
.ui-autocomplete, .ui-menu, .ui-menu-item {  z-index: 1100; }
.alert-success, .alert-warning {
    text-align: center;
}
.alert {
    float: left;
    width: 100%;
}
textarea {
    overflow: hidden;
}
.disable-btn {
    pointer-events: none;
    opacity: 0.75;
}
.err-msg {
    color: red;
}
ul.card_logos {
	display: none;
	margin: 0;
	padding: 0;
}

.card_visa, .card_mastercard, .card_amex, .card_discover, .card_diners, .card_jcb {
	display: inline-block;
	width: 50px;
	height: 30px;
	overflow: hidden;
	text-align: left;
	text-indent: -999px;
	background: url(https://bulwarksales.com/assets/images/sprite-cards.png) 0 0 no-repeat;
	margin-left: -10px;
    margin-top: 5px;
}

.card_mastercard {
	background-position: -55px 0;
}

.card_amex {
	background-position: -110px 0;
}

.card_discover {
	background-position: -165px 0;
}

.card_diners {
	background-position: -220px 0;
}

.card_jcb {
	background-position: -660px 0;
}

.is_visa li, .is_mastercard li, .is_amex li, .is_discover li, .is_diners li, .is_jcb li, .is_nothing li {
	opacity: .2;
	display: none;
}

.is_visa li.card_visa, .is_mastercard li.card_mastercard, .is_amex li.card_amex, .is_discover li.card_discover, .is_diners li.card_diners, .is_jcb li.card_jcb {
	opacity: 1;
	display: block;
}
.is_visa, .is_mastercard, .is_amex, .is_discover, .is_diners, .is_jcb {
	display: inline-block !important; 
}
.err-ISPrice, .err-SP{ color: orange; }
.modal .col-4 label {
    font-weight: bold;
}
.modal-body.ip_notes {
    padding-top: 0;
}
p#suggested_sub {
    font-weight: bold;
    color: #293a50;
}
th.route_title {
    width: 279px!Important;
}
th.route_type {
    width: 140px!important;
}
div#endeavorRoute .table-warning, .table-warning>td, .table-warning>th {
    background-color: #fdfd96;
}
th.route_titleDate {
    width: 80px!important;
}
th.routeNewName {
    width: 112px!important;
}
div#endeavorRoute .table-sm td, .table-sm th {
    padding: .625rem 1rem;
    text-align: center;
}
input#SaveBtn.btn:disabled {
    border: 1px solid #999;
    background: none;
}