/* Move down content because we have a fixed navbar that is 50px tall */
body {
  	-webkit-font-smoothing: antialiased;
  	-webkit-overflow-scrolling: touch;
  	border-top-left-radius: 0;
  	border-top-right-radius: 0;
  	border-bottom-left-radius: 0;
  	border-bottom-right-radius: 0;
}

input[type=text], input[type=password], textarea {
  	-webkit-appearance: none;
  	-moz-appearance: none;
  	appearance: none;
}

.container-fluid {
    padding-left: 40px;
    padding-right: 40px;
}

#menu-toggle {
	padding-left: 0;
}

.navbar {
	border-radius: 0 !important;
}

.navbar-inverse {
	background-color: #000000;
}

.navbar-brand {
    padding: 0;
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
    border-color: transparent;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #000000;
    color: #efefef;
}

a {
   	-moz-transition: all 0.2s linear;
   	-webkit-transition: all 0.2s linear;
   	-o-transition: all 0.2s linear;
   	transition: all 0.2s linear;
}

a {
    color: #000;
}

a:hover, a:focus {
    color: #000;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    background-color: #B8B351;
    color: #fff;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #000000;
    color: #ffffff;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #d6d5d7;
    background-color: transparent;
}


.margin-left-10 {
	margin-left: 10px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-right-10 {
	margin-right: 10px;
}

.margin-right-20 {
	margin-right: 20px;
}

.no-margin-top {
	margin-top: 0;
}

.green {
	color: #18bc9c;
}

.orange {
	color: #f39c12;
}

.red {
	color: #e74c3c;
}

.btn {
	border-width: 1px;
}

label {
	font-weight: normal;
}

.btn-default {
    background-color: transparent !important;
    border-color: #5B86B0 !important;
    color: #5B86B0 !important;
}

.btn-default:hover {
    background-color: transparent !important;
    border-color: #000 !important;
    color: #000 !important;
}

.btn-quickbooks {
    background-color: #2d9420 !important;
    border-color: #2d9420 !important;
    color: #fff !important;
}

.btn-quickbooks:hover {
    background-color: #328228 !important;
    border-color: #328228 !important;
    color: #fff !important;
}

.bs-callout {
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #eee;
    background-color: #fafafa;
}

.callout-quickbooks {
    padding-top: 4px;
    padding-bottom: 4px;
    border-bottom: 1px solid #2d9420;
    background-color: #2ca01c;
}

footer a {
	color: #ccc;
}

footer a:hover {
	text-decoration: none;
}

table.dataTable > tbody > tr.child span.dtr-title {
    
}

table.dataTable.dtr-inline.collapsed > tbody > tr > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th:first-child::before {
    background-color: #ccc !important;
    border: none !important;
    box-shadow: none !important;
    left: 8px !important;
    top: 12px !important;
}

table.dataTable.dtr-column > tbody > tr > td.control::before, table.dataTable.dtr-column > tbody > tr > th.control::before {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    line-height: 16px !important;
    margin-left: -8px !important;
    margin-top: -8px !important;
    border-radius: 0 !important;
    content: "\e081" !important;
	font-family: 'Glyphicons Halflings' !important;
	color: #2c3e50 !important;
}

table.dataTable.dtr-column > tbody > tr.parent td.control::before, table.dataTable.dtr-column > tbody > tr.parent th.control::before {
    background-color: transparent !important;
    content: "\e082" !important;
}

.control {
	min-width: 30px;
}

.navbar-inverse .navbar-toggle {
    border-color: transparent !important;
}

.bootstrap-datetimepicker-widget.timepicker-sbs {
    width: 500px;
}

.bootstrap-datetimepicker-widget.bottom::before, .bootstrap-datetimepicker-widget.bottom::after, .bootstrap-datetimepicker-widget.top::before, .bootstrap-datetimepicker-widget.top::after  {
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

.bootstrap-datetimepicker-widget {

}

div.dropdown-menu {
    border: 2px solid #2c3e50 !important;
    box-shadow:none !important;
}

.jumbotron {
    padding-bottom: 28px !important;
    padding-top: 28px !important;
}

.mandatory {
    color: #b94a48;
    margin-left: 2px;
}

.modal {
	overflow-y:auto;
}

.modal-backdrop.in {
    opacity: 0.8 !important;
}

.modal-backdrop {
    background-color: #fff !important;
    opacity: 0.8 !important;
}

.clickable tbody tr:hover, tr.clickable:hover  {
	cursor: pointer;
}

.input-filter-sm {
	width: 80px !important;
	border: none !important;
	padding: 0;
}

.input-filter {
	width: 100% !important;
	border: none !important;
	padding: 0;
}

.dataTable thead th input[type="text"] {
    background: rgba(0, 0, 0, 0) url("../img/filter.png") no-repeat scroll 0px center;
    font-weight: 400;
    padding-left: 20px !important;
    height: 25px !important;
}

.info-buttons a {
  	background-color: #fafafa;
  	border: 1px solid #ddd;
  	color: #505050;
  	display: block;
  	padding: 10px 12px;
  	position: relative;
  	text-align: center;
  	margin-bottom: 30px;
}

.info-buttons a:hover {
    background-color: #fafafa;
    border-color: #ddd;
    color: #000;
    text-decoration: none;
}

.info-buttons a.selected {
    background-color: #ecf0f1;
    border-color: #e5e5e5;
    color: #2c3e50;
    text-decoration: none;
}

.info-buttons a span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  margin-top: 8px;
}

.info-buttons a strong {
  position: absolute;
  right: -1px;
  top: -1px;
  line-height: 1.5;
}

.info-buttons a .glyphicon {
	font-size: 20px;
}

.block-inner {
    display: block;
}

.alert h3 {
	margin: 0;
}

.alert hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.alert span {
	margin-right: 10px;
}

div.dataTables_wrapper div.dataTables_info {
    white-space: normal !important;
}

div.dataTables_wrapper div.dataTables_filter {
    text-align: left !important;
}

.help-block-info {
    color: #5B86B0;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #5B86B0;
}

.alert-danger {
    background-color: #fdf5f5;
    border-color: #eed3d7;
    color: #923e3c;
}
.alert {
    border-radius: 2px;
    font-weight: 600;
    padding: 13px 14px 14px;
    margin-bottom: 30px;
}

.alert-danger hr {
    border-top-color: #eed3d7;
}

.alert hr {
    margin: 12px -14px;
}


.callout {
    border-left: 3px solid #eee;
    margin: 0 0 35px;
    padding: 20px;
}

.callout-info {
    background-color: #f2f7f9;
    border-color: #1992c2;
}

.callout h3 {
    margin-bottom: 6px;
    margin-top: 0;
}

.callout-info h3 {
    color: #1992c2;
}

button.close {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    cursor: pointer;
    padding: 0;
    color: #000;
}

.panel {
    border-radius: 2px;
    box-shadow: none;
    margin-bottom: 30px;
}

.panel-default > .panel-heading {
    background-color: #fafafa;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #ecf0f1 !important;
}

.panel div.dataTables_wrapper div.dataTables_info {
    padding: 8px 15px 15px;
}

.panel div.dataTables_wrapper div.dataTables_paginate {
    padding: 8px 15px 15px;
}

.panel table.dataTable {
	border-collapse: collapse !important;
}

.panel .table-bordered {
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #ecf0f1;
}

.panel table.dataTable {
    margin-top: 0 !important;
}

div.dataTables_wrapper div.dataTables_filter {
    margin-bottom: 15px;
}

.panel div.dataTables_wrapper div.dataTables_filter {
    margin: 15px;
}

.statistics {
  	font-size: 0;
  	line-height: 1;
  	margin: 0;
  	padding: 0;
  	text-align: left;
  	width: 100%;
  	margin-bottom: 30px;
}

.panel .statistics {
	margin-bottom: 0;
}

.statistics > li {
  	display: inline-block;
  	margin: 5px 25px 5px 0px;
  	min-width: 130px;
  	position: relative;
  	text-align: left;
  	border: 1px solid #444;
	padding: 10px;
	background-color: #fff;
}


.statistics-info {
  	margin-bottom: 8px;
}

.statistics-info > a {
  	display: inline-block;
  	float: left;
  	margin-right: 8px;
}

.statistics-info > a > i {
  	color: white;
  	display: block;
  	margin: 0;
  	padding: 5px 6px 6px;
}

.statistics-info > strong {
  	display: block;
  	font-size: 22px;
  	font-weight: 600;
  	margin-top: 2px;
}

.statistics > li > span {
  	display: block;
  	font-size: 11px;
  	font-weight: 600;
  	margin-top: 8px;
  	text-transform: uppercase;
}

.statistics .progress {
  	margin-bottom: 0;
}

.page-header::after {
    clear: both;
    content: "";
    display: table;
}

.page-header {
    border: 0 none;
    margin: 0;
    padding: 0;
    position: relative;
    padding-bottom: 20px;
}

.page-title {
    float: left;
}

.page-title h3 {
    font-weight: 400;
    line-height: 34px;
    margin: 0;
    font-size: 20px;
    color: #5B86B0;
}

.header-logo {
    float: left;
    z-index: 10;
    margin-right: 20px;
}

.header-logo img {
 	margin-top: 0;
}

.header-info-buttons {
    float: right;
    z-index: 10;
}

.page-header small {
    color: #5B86B0;
    display: block;
    font-size: 16px;
    margin: 8px 0 0;
}

.header-buttons .well, .header-progress .well, .header-statistics .well, .header-search .well, .header-info-buttons .well, .header-select .well, .header-bar-stats .well {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    padding: 0;
}

.header-info-buttons .info-buttons {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

.info-buttons::after {
    clear: both;
    content: "";
    display: table;
}

.header-info-buttons .info-buttons li:first-child {
    margin-left: 0;
}
.header-info-buttons .info-buttons li {
    float: left;
    margin-left: 10px;
}

.header-info-buttons .info-buttons a {
    margin: 21px 0;
    padding: 8px 14px;
    white-space: nowrap;
}

th.dt-center, td.dt-center { 
	text-align: center; 
}

table.dataTable tbody td {
  	vertical-align: middle;
}

.pagination > li > a,
.pagination > li > span {
  	color: #505050;
  	background-color: #fafafa;
  	border: 1px solid transparent;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  	color: #2c3e50;
  	background-color: #ecf0f1;
  	border-color: transparent;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  	color: #505050;
  	background-color: #f4f4f4;
  	border-color: transparent;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  	color: #b5b5b5;
  	background-color: #fcfcfc;
  	border-color: transparent;
}

.progress.active .progress-bar {
    -webkit-transition: none !important;
    transition: none !important;
}

.nav-tabs {
    margin-bottom: 0;
}

.nav-tabs > li > a {
	color: #2c3e50;
	font-size: 18px;
}

.nav-tabs.nav-tabs-highlight > li.active > a, .nav-tabs.nav-tabs-highlight > li.active > a:focus, .nav-tabs.nav-tabs-highlight > li.active > a:hover {
    border-top-color: #5B86B0;
    background-color: #5B86B0;
    color: #fff;
}
.nav-tabs.nav-tabs-highlight > li > a, .nav-tabs.nav-tabs-highlight > li > a:focus, .nav-tabs.nav-tabs-highlight > li > a:hover {
    border-top-width: 0;
    border-radius: 0;
}
.nav-tabs.nav-tabs-highlight > li > a {
    background-color: #999999;
    color: #ffffff;
    border-right: 1px solid #f6f6f6 !important;
    border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.nav-tabs.nav-justified.nav-tabs-highlight > li > a, .nav-tabs.nav-justified.nav-tabs-highlight > li > a:focus, .nav-tabs.nav-justified.nav-tabs-highlight > li > a:hover {
    border: 0;
}

.nav-tabs.nav-justified > li > a {
	text-align: left;
}

.nav-tabs > li > a:hover {
    border-color: #ccc;
    border-bottom-color: #ccc;

}

.table-hover > tbody > tr:hover {
    background-color: #efefef;
}

.tab-content {
	background-color: #fff;
    border-left: 1px solid rgb(236, 240, 241);
	border-right: 1px solid rgb(236, 240, 241);
	border-bottom: 1px solid rgb(236, 240, 241);
}

.tab-content span.padding {
	display: block;
	padding: 15px;
}

.nav-tabs.nav-justified > li > a {
    border-bottom: none !important;
}

.tab-content table {
	margin-bottom: 0;
}

.tab-content table.dataTable {
	margin: 0 !important;
}

.tab-content table.dataTable {
    border-collapse: collapse !important;
}

.tab-content .datatable-footer {
	margin-left: 20px;
	padding-bottom: 16px;
}

table .form-control {
	border: none !important;
}

.tab-content .table-bordered {
    border-left: none !important;
    border-right: none !important;
}

#Total {
	font-weight: bold;
}
.hide {
	display: none;
}

.vertical-align td {
	vertical-align:middle !important;
}

.no-title {
	margin-top: 10px;
}

.dtr-title:empty {
  display:none !important;
}

.dtr-data .btn-xs {
	line-height: 44px !important;
}

.reports a {
	margin-bottom: 0;
}

.table-striped tbody tr.selected td { 
	background-color: #19a0bd !important;
	color: #fff  !important;
}

.form-control {
    border: 2px solid #efefef !important;
}

.input-group-addon, .has-error .input-group-addon {
    background-color: transparent;
    border: 2px solid #efefef;
}

.has-error .input-group-addon:first-child {
    border-right: 0;
}

.has-error .input-group-addon:last-child {
    border-left: 0;
}

.has-error .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container--bootstrap .select2-selection {
    border: 2px solid #efefef !important;
}

.select2-container--bootstrap .select2-search--dropdown .select2-search__field {
    border: 1px solid #efefef !important;
    border-radius: 2px !important;
}

.select2-container--bootstrap .select2-dropdown {
    border-color: #efefef !important;
}

body {
	background-color: #f6f6f6;
}
	
/* https://codepen.io/floraya/pen/JGbLEO */	
		
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    
}

#wrapper.toggled {
    padding-left: 180px;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 230px;
    width: 0;
    height: 100%;
    margin-left: -230px;
    overflow-y: auto;
    background: #5B86B0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled #sidebar-wrapper {
    width: 230px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding-bottom: 20px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -230px;
}

/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 230px;
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 10px;
}

.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}

.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #fff;
}

.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}

.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}

.sidebar-nav .dropdown-menu > li > a {
    color: #444;
}

.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}

.sidebar-nav > .sidebar-brand a {
    color: #999999;
}

.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #ffffff;
    background-color: #5B86B0;
}

.input-group-btn .btn-default {
    border: 2px solid #efefef;
    border-color: #efefef !important;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -2px;
}


#wrapper {
    padding-left: 230px;
}

#wrapper.toggled {
    padding-left: 0;
}

#sidebar-wrapper {
    width: 230px;
}

#wrapper.toggled #sidebar-wrapper {
    width: 0;
}

.datepicker {
	padding-left: 16.5px;
	padding-right: 16.5px;
}

.datepicker::after {
	content: "\f073";
	font-family: 'FontAwesome';
	font-size: 15px;
}

@media(min-width:768px) {
    #page-content-wrapper {
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
		
.navbar-default {
    background-color: #fff;
    border-color: transparent;
    border-bottom: 2px solid #5B86B0;
}	

.navbar-default .navbar-nav > li > a {
    color: #000;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #5B86B0;
    background-color: transparent;
}

.dropdown-menu {
	min-width: 230px;
	border-radius: 0;
}

.sidebar-nav .dropdown-menu > li > a {
    padding: 3px 0px;
}


.fa {
	text-indent: 0;
	width: 20px;
}

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
    background-color: #5B86B0 !important;
    color: #fff !important;
}

.brickworkblue {
	color: #5B86B0;
}

.form-control[disabled], fieldset[disabled] .form-control {
    background-color: #eeeeee !important;
}

.picker--focused .picker__day--selected, .picker__day--selected, .picker__day--selected:hover {
    background-color: #5B86B0 !important;
}

.form-control[readonly], .form-control {
    background-color: #fff;
}

.picker__day--today::before {
    border-top: 6px solid #5B86B0 !important;
}

table.dataTable {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	border-collapse: collapse !important;
}

.well {
	background-color: #fff;
}

td.out .message {
	display: inline-block;
	background-color: #5B86B0;
	color: #fff;
	padding: 4px;
	border-radius: 4px;
	border: 1px solid #5B86B0;
}

td.in .message {
	display: inline-block;
	background-color: #fff;
	color: #444;
	padding: 4px;
	border-radius: 4px;
	border: 1px solid #444;
}

small, .small {
	font-size: 70%;
}

.modal-footer .col-xs-6 {
    padding-left: 0;
    padding-right: 0;
}

thead {
	background-color: #fff;
}

tbody {
	background-color: #fff;
}

tfoot {
	background-color: #fff;
}

.table-responsive {
    border: none !important;
}

.table-responsive {
  	overflow-x: auto !important;
  	overflow-y: hidden !important;
}

#System, #User {
	margin: 19.5px;
}

#System {
	margin-right: 0;
}

.checkboxes li {
	margin-bottom: 10px;
}

.modal-dialog {
    margin: 70px auto !important;
}

#btnRefresh {
	padding-top: 6px;
	padding-left: 9px;
	padding-right: 9px;
	padding-bottom: 6px;
	margin-top: 12px;
}

@media(max-width:480px){
	.totals {
		display: none;
	}
}
@media(max-width:768px){
	.header-info-buttons {
    	float: left;
		z-index: 10;
	}
	
	.info-buttons a span {
    	font-size: 13px;
	}
		
}
@media(max-width:767px){
	.container-fluid {
    	padding-left: 28px !important;
		padding-right: 28px !important;
	}
	.form-actions .text-center {
		text-align: right;
	}
	
	.table tr.filter-row {
	}
	
	.datatable-header {
		display: none !important;
	}
	
	.dataTables_filter {
		margin-top: 10px;
	}
	
	.statistics > li {
  		display: block;
  		margin: 5px 0px 15px 0px;
	}
	
	.info-buttons a span {
    	font-size: 13px;
	}
	
	.modal-footer .btn-block-sm { 
		width: 100%; 
		display:block;
		margin-left: 0 !important;
		margin-top: 5px;
	}
	
	table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
    	text-align: left !important;
	}
	
}
@media(min-width:768px){}
@media(min-width:992px){}
@media(min-width:1200px){}
@media(max-width: 992px){
	.header-info-buttons li span {
		display: none;
	}
	
}

@media (max-width: 767px) {
    .btn-xs-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-xs-block,
    input[type="reset"].btn-xs-block,
    input[type="button"].btn-xs-block {
        width: 100%;
    }
    .btn-block + .btn-xs-block,
    .btn-xs-block + .btn-block,
    .btn-xs-block + .btn-xs-block {
        margin-top: 0.5rem;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .btn-sm-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-sm-block,
    input[type="reset"].btn-sm-block,
    input[type="button"].btn-sm-block {
        width: 100%;
    }
    .btn-block + .btn-sm-block,
    .btn-sm-block + .btn-block,
    .btn-sm-block + .btn-sm-block {
        margin-top: 0.5rem;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .btn-md-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-md-block,
    input[type="reset"].btn-md-block,
    input[type="button"].btn-md-block {
        width: 100%;
    }
    .btn-block + .btn-md-block,
    .btn-md-block + .btn-block,
    .btn-md-block + .btn-md-block {
        margin-top: 0.5rem;
    }
}
@media (min-width: 1200px) {
    .btn-lg-block {
        display: block;
        width: 100%;
    }
    input[type="submit"].btn-lg-block,
    input[type="reset"].btn-lg-block,
    input[type="button"].btn-lg-block {
        width: 100%;
    }
    .btn-block + .btn-lg-block,
    .btn-lg-block + .btn-block,
    .btn-lg-block + .btn-lg-block {
        margin-top: 0.5rem;
    }
}

@media all and (max-width:768px) {
   .btn-group-mobile-block { 
	   display:block; 
	}
   .btn-mobile-block { 
	   width: 100%; 
	   display:block; 
	   margin-bottom: 0.5rem;
	   border-radius: 3px !important;
	}
	.btn-sm {
    	padding: 10px 15px;
		font-size: 15px;
		line-height: 1.42857143;
		border-radius: 3px !important;
	}
}   