
@font-face {
    font-family: "Roboto";
    font-weight: 400;
    font-style: normal;
    src: url("../fonts/roboto/Roboto-Regular.ttf") format("woff2"),url("../fonts/roboto/Roboto-Italic.ttf") format("woff");
    text-rendering: auto;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body {
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    line-height: 1.25;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color: #fff;
    background-color: #2e3e4f;
    text-rendering: auto;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

header {
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 90px;
    background-color: #ededed;
    -webkit-box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
    box-shadow: 0 0 12px 0 rgba(0,0,0,.1);
}

header .logo-holder {
    position: relative !important;
    top: 15px;
    left: -30px;
    width: 250px;
}

header .text-holder {
    position: relative !important;
    top: 35px;
    left: -50px;
    color: #fff;
    font-size: 24px;
}

header .select-holder {
    position: absolute !important;
    top: 15px;
    text-align: right;
    width: 300px;
    right: 0;
}

header .mesh-logo {
    z-index: 20;
    width: 250px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
}

.clearfix {
    overflow: auto;
}


.bootstrap-select.btn-group:not(.bs-container) {
    max-width:300px;
    white-space:nowrap;
}