html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

body {
    margin: 0;
    padding-top: 70px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}

button,
input,
select {
    font: inherit;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    border-width: 0 0 1px;
}

.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}

.navbar-header {
    min-height: 50px;
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px;
    font-size: 18px;
    line-height: 20px;
    color: #9d9d9d;
    text-decoration: none;
}

.navbar-brand:hover,
.navbar-brand:focus {
    color: #fff;
    text-decoration: none;
}

.navbar-form {
    padding: 10px 15px;
    margin: 8px -15px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
}

.form-group {
    margin-bottom: 15px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.btn-primary:hover,
.btn-primary:focus {
    background-color: #286090;
    border-color: #204d74;
}

@media (min-width: 768px) {
    .container {
        width: 750px;
    }

    .navbar-header {
        float: left;
    }

    .navbar-right {
        float: right !important;
        margin-right: -15px;
    }

    .navbar-form {
        width: auto;
        padding-top: 8px;
        padding-bottom: 8px;
        margin-top: 0;
        margin-bottom: 0;
        border: 0;
        box-shadow: none;
    }

    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

body {
    background-color: #fff !important;
    color: #333 !important;
}

#nav-tool.navbar-inverse {
    background-color: #222 !important;
    border-color: #080808 !important;
}

#nav-tool .navbar-brand {
    color: #9d9d9d !important;
}

#nav-tool .navbar-brand:hover,
#nav-tool .navbar-brand:focus {
    color: #fff !important;
}

#nav-tool .form-control,
#nav-tool .sdk-select {
    color: #555 !important;
    background-color: #fff !important;
    border: 1px solid #ccc !important;
}

#nav-tool .btn-primary,
#show-test-tool .btn-primary {
    color: #fff !important;
    background-color: #337ab7 !important;
    border-color: #2e6da4 !important;
}

body > #zmmtg-root {
    display: none !important;
}
