/* FRONTEND CSS
*********************************************/

html {
	/* scrollbar fix (prevent ugly left pull for lower content sites) */
	overflow-y: scroll;
}

body {
    font-size:14px;
    padding-bottom:75px;
}

body.modal-open {
    overflow: hidden;
    position:fixed;
    width: 100%;
}

@media (min-width: 1200px){
    .container {
        width: 90% !important;
    }
}


p{
    
    font-size:14px;
    
}

.page-header{
    
    margin-top:0px;
    
}

h1{
    
    margin-top:0px;
    
}

h1,h2,h3,h4,h5,h6{
    
    font-size:18px;
    
}

h6{
    
    font-size:14px;
    font-weight:600;
    margin-bottom:10px;
    padding-bottom:10px;
    border-bottom:1px solid lightgrey;
    
}

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

select.selectpicker{
    
    display:none;
    
}


.bootstrap-select .dropdown-menu.inner{
    
    top:0px;
    position:relative;
    
}

.bootstrap-select .dropdown-menu.open{
    
    position:absolute;
    
}

.bootstrap-select .dropdown-toggle{
   
    background:white;

    height: 42px;
    padding: 8px 12px;
    font-family: Lato,Helvetica,Arial,sans-serif;
    font-size: 15px;
    line-height: 1.467;
    color: #34495e;
    border: 2px solid #bdc3c7;
    border-radius: 6px;
    box-shadow: none;
    
}


.bootstrap-select .check-mark{
    display:none;
    color:green;
    float:left;
    margin-right:10px;
}

.bootstrap-select .selected .check-mark{
    display:inline-block;
    
}


.nav.menu.navbar-nav{
    
    display:none !important;
    
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.row > [class*='col-'] {
  display: flex;
  flex-direction: column;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .row > [class*='col-'] {
    display: block !important;
 
  }
}


.btn-group.col-xs-12{
    padding:0px !important;
}

.form-group-sub+.form-group-sub{
    margin-top:15px;
}

.tagsinput{
    width:100% !important;
}

#mpv-search .tagsinput{

    height: 41px !important;
    max-height: 41px !important;
    min-height:41px !important;
    overflow: hidden;
    width: auto !important;
    min-width:200px;
    max-width: initial;
    display:inline-block;
    float: left;
    margin-right: 5px;
    border-radius: 5px;
}

#mpv-search div.tagsinput input {
    width: 80px;
    margin: 0px;
    font-family: helvetica;
    font-size: initial !important;
    border: 1px solid transparent;
    padding: 0px !important;
    background: transparent;
    color: #000;
    outline: 0px;
   /* margin-right: 0px !important;
    margin-bottom: 0px !important;*/
}
#mpv-search div.tagsinput span.tag{
    font-size:11px !important;
}
#mpv-search .btn-group.col-xs-12{
    width: auto !important;
    margin-right:5px;
    float:left;
}

#mpv-search .btn-group .dropdown-toggle{
    border: 1px solid #CCC !important;
}

#mpv-search .btn-group .dropdown-menu.open{
    width:260px !important;
    margin-top:0px !important;
        border: 1px solid #CCC;
    border-radius: 0px !important;
    border-top: 0px;
}

#mpv-search .btn-group .dropdown-menu.inner{
    margin:0px !important;
    padding:5px 0px !important;

}

#mpv-search .btn-group .bs-searchbox {
    display:none !important
}


/* MEDIA QUERIES
*********************************************/

/* Extra small devices (phones, less than 768px) */
/* No media query -> mobile first strategy */

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

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .modal-lg {
        width: 900px !important;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .modal-lg {
        width: 90%!important;
    }
}

/* for higher resolutions (android and retina) */
@media screen and (-webkit-min-device-pixel-ratio: 1.5), screen and (max--moz-device-pixel-ratio: 1.5) {
  
}
