/*
html{
    display: none;
}
*/


[data-region="drawer"]{
   /* background-color: #f8fafc !important*/
}
.navbar-nav{
    float: none !important
}
.navbar-brand{
    top: -5px;
    position: relative;
}
header[role="banner"]{
    position: fixed !important;
}
button[aria-controls="nav-drawer"]{
    padding-left: 10px;
    padding-right: 10px;
    margin-right: 30px !important;
}
.dropdown .caret{
    display: none;
} 
.mform .form-inline .form-control, .mform .form-inline .custom-select{
    width: 100%
}
.close{
      position: relative;
      z-index: 2
    }
    .modal-body{
      z-index: 1;
      position: relative;
    }
