.breadcrumb{
	border: none;
	background-color: transparent;
}
/*a.breadcrumb-item:after{
	content: ' /';
}*/
.pagination{
	margin-top: -10px;
}

#map {
    width: 100%; height: 500px; margin-top: 40px; margin-bottom: 40px;
}

.info-window {
    font-family: 'Montserrat', sans-serif;
}
.info-content {
    color: #999;
}
.h-100 {
    height: 100%!important;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
    margin-top: 0px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}
.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}
.card-text:last-child {
    margin-bottom: 0;
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(.25rem - 1px);
    border-top-right-radius: calc(.25rem - 1px);
}
img {
    vertical-align: middle;
    border-style: none;
}

ul.thumbnails.image_picker_selector li .thumbnail img{
    width: 125px;
}

.calendar{
   // height: -webkit-fill-available;
}
.calendar .month-container{
    margin-top: 50px;
}
.navbar-brand{
    height: 58px;
    padding: 19px 15px;
}

input[type=search]{
    -webkit-appearance: textfield;
    text-align: left;
}
.dataTables_wrapper .dataTables_filter{
    float: left;
}
.dataTables_wrapper .dataTables_length{
    float: right;
    text-align: right;
}
table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: none;
    margin-left: 10px;
    font-family: fontawesome;
}
table.dataTable thead .sorting:after{
    content: "\f0dc";
    float: none;
    margin-left: 10px;
    font-family: fontawesome;
    color: rgba(50, 50, 50, 0.5);
}
table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: none;
    margin-left: 10px;
    font-family: fontawesome;
}

.modal{
    left: 50% !important;
    background-color: transparent !important;
}