body { 
	font-family: "Open Sans";
	font-size: 14px;
	padding-top: 70px; 
	padding-bottom: 70px;
	margin-bottom: 10px;
	line-height: 20px;
}

.form-group {
    margin-bottom: 5px !important;
}

input {
	outline-style: dotted;
	outline-width: thin;
	border: none;
}

.form-control {
	border-color: rgb(100, 100, 100);
}

.k-picker-wrap.k-state-default {
	border-color: rgb(100, 100, 100);
}

.input-group > .form-control[disabled] {
	box-shadow: -1px 0px rgba(0, 0, 0, 0.175) !important;
	border-bottom: solid thin rgba(0, 0, 0, 0.175);
	border-top: solid thin rgba(0, 0, 0, 0.175);
}

.form-control[disabled] {
	background-color: white;
	box-shadow: -1px 0px rgba(0, 0, 0, 0.175);
	border: none;
	border-bottom: solid thin rgba(0, 0, 0, 0.175);
} 

.form-control[readonly] {
	background-color: white;
	box-shadow: -1px 1px rgba(0, 0, 0, 0.175);
	border: none;
} 

input {
	outline: none;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: white;
	border: none;
	box-shadow: -1px 1px rgba(0, 0, 0, 0.175);
}

.k-input[disabled] {
	background-color: white;
}

.btn-s {
    padding: 3px 6px;
    font-size: 11px;
    line-height: 1.25;
}

.btn-select-addon {
    padding: 6px 6px;
    font-size: 11px;
    line-height: 1.25;
}

ul.sortable {
	list-style-type: none;
}

.form-control {
	margin-bottom: 1px;
}

.detailPanel {
  position: relative;
  padding: 45px 15px 15px;
  margin: 0 -15px 15px;
  border-color: #e5e5e5 #eee #eee;
  border-style: solid;
  border-width: 1px 0;
  -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
          box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
}
          
@media (min-width: 768px) {
	.detailPanel {
	    margin-right: 0;
	    margin-left: 0;
	    background-color: #fff;
	    border-color: #ddd;
	    border-width: 1px;
	    border-radius: 4px 4px 0 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
}

.date-control {
	width: 110px !important;
}

@media (min-width: 768px) {
	.date-control {
		width: 150px !important;
	}
}
	
.table {
	padding-left: 1px;
	padding-right: 1px;
}

.table-cell {
	padding-left: 1px;
	padding-right: 1px;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: white;
	border: none;
	box-shadow: -1px 1px rgba(0, 0, 0, 0.175);
}

.pagination {
	margin: 0px;
	margin-top: 5px;
}

.pagination > li > a, .pagination > li > span {
	padding: 4px 4px;	
	min-width: 30px;
	text-align: center;
}

.pagination > .active > a {
	z-index: 3 !important;
    color: #ffffff !important;
    background-color: #428bca !important;
    border-color: #428bca !important;
    cursor: default !important;
}

.pagination > li > a[disabled=disabled] {
	color: #999999;
    background-color: #ffffff;
    border-color: #dddddd;
    cursor: not-allowed;
}

.input-group-addon {
	padding: 6px 6px;
}

.col-padding-sm {
	padding-left: 5px;
    padding-right: 5px;
}

.col-padding-no {
	padding-left: 0px;
    padding-right: 0px;
}

.proinfo-pushpin-link {
	height:33px;
	line-height: 33px;
	text-decoration: none !important;
}

.select2-selection__clear {
	float: right;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #000000;
	text-shadow: 0 1px 0 #ffffff;
	filter: alpha(opacity = 20);
}

a[disabled=disabled] {
	color: #999999 !important;
    cursor: not-allowed;
}

.visible-xs {
    display: none;
}

@media (max-width: 576px) {
  .visible-xs {
    display: block;
  }
  .hidden-xs {
  	display: none;
  }
}

.control-label {
	text-align: right;
	font-weight: bold;
}

.form-control {
	height: calc(1.0em + 0.75rem + 2px);
	font-size: 0.9em;
}

.input-group-append {
	height: calc(1.0em + 0.75rem + 1px);
}

.form-control-small {
	font-size: 0.8em;
}

select {
	padding: 2px !important;
	font-size: 0.85em !important;
}

.k-datepicker {
	font-size: 0.9em;
}

.nav-link {
	color: rgba(0, 0, 0, 0.5);
	font-size: 0.9em;
}

.btn-xs {
	font-size: 0.7rem;
	line-height: 0.8;
}

.input-group-text {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.card-body {
	padding: 0.5rem;
}

.card-header {
	padding-top: 5px;
	padding-bottom: 5px;
}

.table {
	margin-bottom: 4px;
}

.div-striped > div:nth-of-type(even) {
	background: #e0e0e0;
	padding: 3px;
}

.div-striped {
	margin: 3px;
}