/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    /*background-color: #f8f8f8;*/
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    /*background-color: #fff;*/
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

/*==============================================
    METIS MENU     
    =============================================*/
.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 62px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 25%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    /*font-size: 0.750.em;*/
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
   /* font-size: 1.125em;*/
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
   /* font-size: 1.500em;*/
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 2.500em;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}


/*==============================================
    TEXT RESIZER     
    =============================================*/

.resize-sm #body {
	font-size: 1.0em;
}
.resize-sm nav {
	font-size: 1.0em;
}
.resize-sm h1 {
	font-size: 3em;
}
.resize-sm h2 {
	font-size: 2.5em;
}
.resize-sm h3 {
	font-size: 1.5em;
}
.resize-sm h4 {
	font-size: 1.125em;
}
.resize-sm h5 {
	font-size: .875em;
}
.resize-sm h6 {
	font-size: .750em;
}
.resize-sm p {
	font-size: 1.0em;
}
.resize-sm lead {
	font-size: 1.0em;
}
.resize-sm blockquote {
	font-size:1.458em
}
.resize-sm pre {
	font-size: 1.0em;
}
.resize-sm html {
	font-size: 1.0em;
}
.resize-sm legend {
	font-size: 1.750em;
}
.resize-sm output {
	font-size: 1.0em;
}
.resize-sm form-control {
	font-size: 1.0em;
}
.resize-sm btn {
	font-size: 1.0em;
}
.resize-sm dropdown-menu {
	font-size: 1.0em;
}
.resize-sm dropdown-header {
	font-size: 1.0em;
}
.resize-sm input-group-lg > .form-control,
.resize-sm input-group-lg > .input-group-addon,
.resize-sm input-group-lg > .input-group-btn > .btn {
	font-size: 1.125em;
}
.resize-sm input-group-sm > .form-control,
.resize-sm input-group-sm > .input-group-addon,
.resize-sm input-group-sm > .input-group-btn > .btn {
	font-size: 1.0em;
}
.resize-sm input-group-addon {
	font-size: 1.0em;
}
.resize-sm input-group-addon.input-sm {
	font-size: 1.0em;
}
.resize-sm input-group-addon.input-lg {
	font-size: 1.125em;
}
.resize-sm pagination-sm > li > a,
.resize-sm pagination-sm > li > span {
	font-size: 1.125em;
}
.resize-sm badge {
	font-size: 1.0em;
}
.resize-sm jumbotron p {
	font-size: 1.750em;
}
.resize-sm panel-title {
	font-size: 1.0em;
}
.resize-sm close {
    font-size: 1.313em;
}
.resize-sm tooltip {
	font-size:1.0em:
}
.resize-sm popover {
	font-size:1.0em:
}
.resize-sm popover-title {
	font-size:1.0em:
}
.resize-sm carousel-control {
	font-size:1.250em;
}
.resize-sm carousel-control .resize-sm glyphicon-chevron-left,
  .resize-sm carousel-control .resize-sm glyphicon-chevron-right,
  .resize-sm carousel-control .resize-sm icon-prev,
  .resize-sm carousel-control .resize-sm icon-next {
     font-size:2.500em;
  }
.resize-sm .jplist-store-locator-bundle .store {
    font-size: 0.875em;
}
.resize-sm .jplist-store-locator-bundle .title {
    font-size: 0.938em;
}
.resize-sm .jplist-panel .jplist-map-autocomplete .jplist-icon {
    font-size: 0.938em;
}
.resize-sm .jplist-directions .fa-paper-plane{
    font-size: 0.688em;
}
.resize-sm .btn-circle {
    font-size: 0.750.em;
}



/* 25% larger - size limited to 3em*/
.resize-md #body {
	font-size: 1.25em;
}
.resize-md nav {
	font-size: 1.25em;
}
.resize-md h1 {
	font-size: 3em;
}
.resize-md h2 {
	font-size: 3em;
}
.resize-md h3 {
	font-size: 1.875em;
}
.resize-md h4 {
	font-size: 1.4em;
}
.resize-md h5 {
	font-size: 1.1em;
}
.resize-md h6 {
	font-size: .9375em;
}
.resize-md p {
	font-size: 1.25em;
}
.resize-md lead {
	font-size: 1.25em;
}
.resize-md blockquote {
	font-size:1.8225em
}
.resize-md pre {
	font-size: 1.25em;
}
.resize-md html {
	font-size: 1.25em;
}
.resize-md legend {
	font-size: 2.0em;
}
.resize-md output {
	font-size: 1.25em;
}
.resize-md form-control {
	font-size: 1.25em;
}
.resize-md btn {
	font-size: 1.25em;
}
.resize-md dropdown-menu {
	font-size: 1.25em;
}
.resize-md dropdown-header {
	font-size: 1.25em;
}
.resize-md input-group-lg > .form-control,
.resize-md input-group-lg > .input-group-addon,
.resize-md input-group-lg > .input-group-btn > .btn {
	font-size: 1.4em;
}
.resize-md input-group-sm > .form-control,
.resize-md input-group-sm > .input-group-addon,
.resize-md input-group-sm > .input-group-btn > .btn {
	font-size: 1.25em;
}
.resize-md input-group-addon {
	font-size: 1.25em;
}
.resize-md input-group-addon.input-sm {
	font-size: 1.0em;
}
.resize-md input-group-addon.input-lg {
	font-size: 1.4em;
}
.resize-md badge {
	font-size: 1.125em;
}
.resize-md jumbotron p {
	font-size: 2.1875em;
}
.resize-md panel-title {
	font-size: 1.125em;
}
.resize-md close {
    font-size: 1.64125em;
}
.resize-md tooltip {
	font-size:1.25em:
}
.resize-md popover {
	font-size:1.25em:
}
.resize-md popover-title {
	font-size:1.25em:
}
.resize-md carousel-control {
	font-size:1.5625em;
}
  .resize-md .jplist-store-locator-bundle .store {
    font-size: 0.75em;
	line-height: 180%;
}
.resize-md select.jplist-select,
 .resize-md div.jplist-dd-panel,
 .resize-md .jplist-reset-btn,
 .resize-md div.jplist-label {
	font-size: 1.10em;
}
.resize-md .jplist-store-locator-bundle .title {
    font-size: 1.1725em;
}
.resize-md .jplist-panel .jplist-map-autocomplete .jplist-icon {
    font-size: 1.1725em;
}
.resize-md .jplist-directions .fa-paper-plane{
    font-size: 0.86em;
}
.resize-md .btn-circle.btn-lg {
    font-size: 1.125em;
}
.resize-md ul.nav.nav-pills,
.resize-md div.panel-heading {
	font-size: 1.2em;
}
.resize-md .controls {
	font-size:1.25em;
}






/* 25% larger - size limited to 3em*/
.resize-lg #body {
	font-size: 1.5625em;
}
.resize-lg nav {
	font-size: 1.5625em;
}
.resize-lg h1 {
	font-size: 3em;
}
.resize-lg h2 {
	font-size: 3em;
}
.resize-lg h3 {
	font-size: 2.35em;
}
.resize-lg h4 {
	font-size: 1.75em;
}
.resize-lg h5 {
	font-size: 1.375em;
}
.resize-lg h6 {
	font-size: 1.175em;
}
.resize-lg p {
	font-size: 1.5625em;
}
.resize-lg lead {
	font-size: 1.5625em;
}
.resize-lg blockquote {
	font-size:2.2785em
}
.resize-lg pre {
	font-size: 1.5625em;
}
.resize-lg html {
	font-size: 1.5625em;
}
.resize-lg legend {
	font-size: 1.95em;
}
.resize-lg output {
	font-size: 1.5625em;
}
.resize-lg form-control {
	font-size: 1.5625em;
}
.resize-lg btn {
	font-size: 1.5625em;
}
.resize-lg dropdown-menu {
	font-size: 1.5625em;
}
.resize-lg dropdown-header {
	font-size: 1.5625em;
}
.resize-lg input-group-lg > .form-control,
.resize-lg input-group-lg > .input-group-addon,
.resize-sm input-group-lg > .input-group-btn > .btn {
	font-size: 1.75em;
}
.resize-lg input-group-sm > .form-control,
.resize-lg input-group-sm > .input-group-addon,
.resize-lg input-group-sm > .input-group-btn > .btn {
	font-size: 1.5625em;
}
.resize-lg input-group-addon {
	font-size: 1.5em;
}
.resize-lg input-group-addon.input-sm {
	font-size: 1.5em;
}
.resize-lg input-group-addon.input-lg {
	font-size: 1.75em;
}
.resize-lg pagination-lg > li > a,
.resize-lg pagination-lg > li > span {
	font-size: 1.75em;
}
.resize-lg badge {
	font-size: 1.5625em;
}
.resize-lg jumbotron p {
	font-size: 2.735em;
}
.resize-lg panel-title {
	font-size: 1.5em;
}
.resize-lg close {
    font-size: 2.05em;
}
.resize-lg tooltip {
	font-size:1.5em:
}
.resize-lg popover {
	font-size:1.5em:
}
.resize-lg popover-title {
	font-size:1.5em:
}
.resize-lg carousel-control {
	font-size:1.950em;
}
  .resize-lg carousel-control .resize-lg glyphicon-chevron-left,
  .resize-lg carousel-control .resize-lg glyphicon-chevron-right,
  .resize-lg carousel-control .resize-lg icon-prev,
  .resize-lg carousel-control .resize-lg icon-next {
     font-size:3.00em;
  }
  .resize-lg .jplist-store-locator-bundle .store {
    font-size: 0.75em;
	line-height: 180%;
}
.resize-lg select.jplist-select,
 .resize-lg div.jplist-dd-panel,
 .resize-lg .jplist-reset-btn,
 .resize-lg div.jplist-label {
	font-size: 1.25em
}
.resize-lg .jplist-store-locator-bundle .title {
    font-size: 1.465625em;
}
.resize-lg .jplist-panel .jplist-map-autocomplete .jplist-icon {
    font-size: 1.465625em;
}
.resize-lg .jplist-directions .fa-paper-plane{
    font-size: 1.075em;
}
.resize-lg .btn-circle.btn-xl {
    font-size: 1.500em;
}
.resize-lg ul.nav.nav-pills,
.resize-lg div.panel-heading,
.resize-lg div.control-group.form-group-lg {
	font-size: 1.5em;
}
.resize-lg .controls {
	font-size:1em;
}






.animate {
	-webkit-transition: font-size 0.5s;
	-moz-transition: font-size 0.5s;
	-o-transition: font-size 0.5s;
	-ms-transition: font-size 0.5s;
	transition: font-size 0.5s;
}
.resizer li {
	cursor: pointer;
}
.active {
	text-decoration: none;
}

/*=============================================
 contact form style 
  =============================================*/
input.error {
	border: 1px solid #FF2323;
}
.error {
	border: 1px solid #FF2323;
	color: #ff2323;
	padding:5px;
	border-radius: 5px;
}
#errorContainer {
	display: none;
	overflow: auto;
	background-color: #FFDDDD;
	border: 1px solid #FF2323;
	padding-top: 0;
}
#errorContainer label {
	float: none;
	width: auto;
}
.area {
	color: #585858;
	width: 25em;
	height: 2em;
	padding: 5px 10px;
}
label.error {
	display: inline-block;
}
.colored {
	color: #000;
	background-color: #fff5cd;
}


/*=============================================
    DIVIDERS, MARGINS
  =============================================*/
.divide0 {
	width: 100%;
	height: 0px;
}
.divide2 {
	width: 100%;
	height: 2px;
}
.divide3 {
	width: 100%;
	height: 3px;
}
.divide5 {
	width: 100%;
	height: 5px;
}
.divide10 {
	width: 100%;
	height: 10px;
}
.divide15 {
	width: 100%;
	height: 15px;
}
.divide20 {
	width: 100%;
	height: 20px;
}
.divide25 {
	width: 100%;
	height: 25px;
}
.divide30 {
	width: 100%;
	height: 30px;
}
.divide35 {
	width: 100%;
	height: 35px;
}
.divide40 {
	width: 100%;
	height: 40px;
}
.divide45 {
	width: 100%;
	height: 40px;
}
.divide50 {
	width: 100%;
	height: 50px;
}
.divide55 {
	width: 100%;
	height: 55px;
}
.divide60 {
	width: 100%;
	height: 60px;
}
.divide65 {
	width: 100%;
	height: 65px;
}
.divide70 {
	width: 100%;
	height: 70px;
}
.divide75 {
	width: 100%;
	height: 75px;
}
.divide80 {
	width: 100%;
	height: 80px;
}
.divide85 {
	width: 100%;
	height: 85px;
}
.divide90 {
	width: 100%;
	height: 90px;
}
.divide100 {
	width: 100%;
	height: 100px;
}
.rm0 {
	margin-right: 0px
}
.rm1 {
	margin-right: 1px
}
.rm2 {
	margin-right: 2px
}
.rm5 {
	margin-right: 5px
}
.rm6 {
	margin-right: 6px
}
.rm10 {
	margin-right: 10px
}
.rm15 {
	margin-right: 15px
}
.rm20 {
	margin-right: 20px
}
.rm25 {
	margin-right: 25px
}
.rm30 {
	margin-right: 30px
}
.rm40 {
	margin-right: 40px
}
.rm50 {
	margin-right: 50px
}
.lm0 {
	margin-left: 0px
}
.lm1 {
	margin-left: 1px
}
.lm5 {
	margin-left: 5px
}
.lm7 {
	margin-left: 7px
}
.lm10 {
	margin-left: 10px
}
.lm15 {
	margin-left: 15px
}
.lm20 {
	margin-left: 20px
}
.lm25 {
	margin-left: 25px
}
.lm30 {
	margin-left: 25px
}
.lm40 {
	margin-left: 40px
}
.rp5 {
	padding-right: 5px
}
.rp10 {
	padding-right: 10px
}
.rp15 {
	padding-right: 15px
}
.rp20 {
	padding-right: 20px
}
.rp30 {
	padding-right: 30px
}
.rp40 {
	padding-right: 40px
}
.rp50 {
	padding-right: 50px
}
.lp0 {
	padding-left: 0px
}
.lp10 {
	padding-left: 10px
}
.lp20 {
	padding-left: 20px
}
.lp30 {
	padding-left: 30px
}
.lp40 {
	padding-left: 40px
}
.lp50 {
	padding-left: 50px
}
.lp100 {
	padding-left: 100px
}
.tp0 {
	padding-top: 0 !important
}
.tp3 {
	padding-top: 3px
}
.tp5 {
	padding-top: 5px
}
.tp10 {
	padding-top: 10px
}
.tp20 {
	padding-top: 20px
}
.tp25 {
	padding-top: 25px
}
.tp30 {
	padding-top: 30px
}
.tp40 {
	padding-top: 40px
}
.tm4 {
	margin-top: 4px
}
.tm5 {
	margin-top: 5px
}
.tm7 {
	margin-top: 7px
}
.tm10 {
	margin-top: 10px
}
.tm15 {
	margin-top: 15px
}
.tm20 {
	margin-top: 20px
}
.tm40 {
	margin-top: 40px
}
.mbm1 {
	margin-bottom: -1px
}
.bp0 {
	padding-bottom: 0 !important
}
.bp10 {
	padding-bottom: 10px !important
}
.bp20 {
	padding-bottom: 20px !important
}
.bm0 {
	margin-bottom: 0 !important
}
.bm5 {
	margin-bottom: 5px !important
}
.bm6 {
	margin-bottom: 6px !important
}
.bm10 {
	margin-bottom: 10px !important
}
.bm15 {
	margin-bottom: 15px !important
}
.bm20 {
	margin-bottom: 20px !important
}
.bm25 {
	margin-bottom: 25px !important
}
.bm30 {
	margin-bottom: 30px !important
}
.bm50 {
	margin-bottom: 50px !important
}
.bp50 {
	padding-bottom: 50px !important
}

/*=============================================
    JPLIST STORE LOCATOR
  =============================================*/
.jplist-store-locator-bundle .jplist-panel {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.jplist-no-results {
    text-align: center;
}

.jplist-google-maps-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
}

.jplist-google-maps-row .stores-box {
    width: 17%;
    height: 555px;
    background: #fff;
    overflow-x: auto;
}

.jplist-google-maps-row .jplist-map-panel {
    width: calc(100% - 17%);
    height: 555px;
    border-radius: 4px;
    overflow: hidden;
    z-index: 100;
}

.jplist-google-maps-row .jplist-map {
    width: 100%;
    height: 100%;
    background: #efefef;
}

/**
 * stores
 */
.jplist-store-locator-bundle .store {
    cursor: pointer;
    padding: 5px 15px;
    margin: 0;
   /* font-size: 0.875em;
    line-height: 150%;*/
    border-radius: 4px 0 0 4px;
}

.jplist-store-locator-bundle .store:hover {
    background-color: #cdeaff;
}

.jplist-store-locator-bundle .jplist-active-store {
    background-color: #DFE5FF;
}

.jplist-store-locator-bundle .title {
    font-family: verdana;
    /*font-size: 0.938em;*/
    line-height: 13px;
    color: #CA3F1A;
}

.jplist-store-locator-bundle .tags {
    color: #1b5597;
    font-style: italic;
    vertical-align: middle;
}

.jplist-store-locator-bundle .italic{
    color: #1b5597;
    font-style: italic;
    vertical-align: middle;
}

.fa-university{
    color: #1b5597;
    font-size: 0.688em;
}

/**
 * autocomplete
 */
.jplist-panel .jplist-map-autocomplete {
    height: 30px;
    float: left;
    margin: 10px 10px 0 0;
}

.jplist-panel .jplist-map-autocomplete .jplist-icon {
    background: #E8EFF9;
   /* font-size: 0.938em;*/
    border-radius: 3px 0 0 3px;
}

.jplist-panel .jplist-map-autocomplete input[type=text] {
    border-right: 0;
    border-radius: 0;
}

.jplist-panel .jplist-map-autocomplete .jplist-select {
    margin: 0 0 0 5px;
}

/**
 * directions
 */
.jplist-directions label {
    cursor: pointer;
    color: #1e87aa;
    line-height: 25px;
}


.jplist-directions .fa-paper-plane{
   /* font-size: 0.688em;*/
}

.jplist-directions input {
    border-radius: 2px;
    border: 1px solid #dbdbdb;
    text-indent: 10px;
    width: 120px;
}

.jplist-marker-popup .jplist-directions {
    display: none;
}

.jplist-direction-err{
    color: #CA3F1A;
}

/*
 * marker popup
 */
.jplist-marker-popup{
    line-height: 150%;
}

/*
 * show / hide map
 */
#show-hide-map-btn{
    width: 80%;
    background-color: #efefef;
    margin: 30px auto;
    text-align: center;
    /*font-size: 1.250em;*/
    padding: 40px 0;
    cursor: pointer;
    color: #CA3F1A;
    border-radius: 2px;
}

/*
 * other controls
 */
[data-control-type="checkbox-group-filter"]{
    display: block;
    float: left;
}

/* Small devices (tablets, 768px and up) */
@media (min-width: @screen-sm-min) {


    .jplist-google-maps-row {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .jplist-google-maps-row .jplist-map-panel {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin: 10px 0;
        width: 100%;
        height: 300px;
    }

    .jplist-google-maps-row .stores-box {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        height: auto;
    }
}


