#top {
    height: 60px;
    background: #364760;
    color: #fff;
    width: 100%;
    /*position: fixed;*/
    z-index: 900;
    top: 0;
    background-image: url(../img/inner_bg.png);
    background-position: 0px 0px;
    background-repeat: repeat-x;
}
.applogo {
    width: 260px;
    height: 60px;
    background: rgba(0, 0, 0, 0.14);
    color: #fff;
    position: relative;
    padding: 19px 0 0 0px;
    float: left;
    text-align: center;
}
.applogo .logo {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}
.applogo .logo span {
    font-weight: 100;
}
.searchform {
    width: 220px;
    margin: 0 20px;
    float: left;
    padding-top: 14px;
    position: relative;
}
.searchbox {
    border-radius: 999px;
    border: none;
    height: 32px;
    width: 220px;
    padding-left: 20px;
    padding-right: 36px;
    background: rgba(255, 255, 255, 0.95);
    color: #37363e;
    box-shadow: none;
}
.searchbutton {
    border: none;
    color: rgba(0, 0, 0, 0.5);
    background: none;
    position: absolute;
    top: 18px;
    font-size: 16px;
    right: 15px;
}
.topmenu {
    float: left;
    padding-top: 20px;
    padding-left: 0;
    font-weight: 600;
    margin-left: -7px;
}
.topmenu li {
    display: inline;
}
.topmenu a {
    color: rgba(255, 255, 255, 0.9);
    padding: 7px;
}
.dropdown-menu {
    min-width: 100px;
    font-size: inherit;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09);
}
.topmenu li {
    display: inline;
}

.dropdown-menu li {
    position: relative;
}
.dropdown-menu > li > a {
    padding: 9px 20px;
    color: #3D464D;
}
.dropdown-menu a {
    cursor: pointer;
}

.sidebar-open-button {
    height: 60px;
    font-size: 22px;
    display: block;
    width: 62px;
    text-align: center;
    float: left;
    color: rgba(255, 255, 255, 0.6);
    padding-top: 19px;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
    z-index: 1;
}
.sidebar-open-button:hover, .sidebar-open-button:focus, .sidebar-open-button-mobile:hover, .sidebar-open-button-mobile:focus {
    color: rgba(255, 255, 255, 1);
}


/* Button */
.btn .fa {
    font-size: 15px;
    margin-right: 5px;
}
.btndiv .btn {
    margin-bottom: 10px;
}
/* Button General */
.btn {
    font-size: 14px;
    padding: 7px 20px 7px 20px;
    border: none;
    background: #e4e4e4;
    color: inherit;
    border-radius: 3px;
    margin-bottom: 10px;
}
.btn:hover {
    background-color: #eeeeee;
    color: #666;
}
.btn:active,
.btn.active {
    background-image: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.btn-xs {
    font-size: 11px;
    padding: 3px 8px;
}
.btn-sm {
    font-size: 12px;
    padding: 5px 14px;
}
.btn-lg {
    font-size: 16px;
    padding: 10px 30px;
}
.btn-xl {
    font-size: 20px;
    padding: 14px 30px;
}
.btn .fa {
    font-size: 15px;
    margin-right: 5px;
}
.btn-icon {
    padding-left: 10px;
    padding-right: 10px;
}
.btn-icon .fa {
    margin: 0;
}
.btn-rounded {
    border-radius: 999px;
}
.btn-square {
    border-radius: 0;
}
.btndiv .btn {
    margin-bottom: 10px;
}
/* Button Default */
.btn-default {
    background-color: #399bff;
    color: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-color: #4da5ff;
    color: #fff;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background: #208eff;
    box-shadow: none;
    color: #fff;
}
.btn-default .badge {
    color: #399bff;
    background-color: #fff;
}
/* Button Primary */
.btn-primary {
    background-color: #33577b;
    color: #fff;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-color: #396189;
    color: #fff;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background: #2c4a69;
    box-shadow: none;
    color: #fff;
}
.btn-primary .badge {
    color: #33577b;
    background-color: #fff;
}
/* Button white */
.btn-white {
    background-color: #e4e4e4;
    color: #666;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
    background-color: #eeeeee;
    color: #666;
}
.btn-white:active,
.btn-white.active,
.open > .dropdown-toggle.btn-white {
    background: #d7d7d7;
    box-shadow: none;
    color: #666;
}
.btn-white .badge {
    color: #e4e4e4;
    background-color: #fff;
}
/* Button toggle */
.btn-toggle {
    background-color: #e4e4e4;
    color: #666;
    border-size: 4px;
    border-size: 5px;
}
.btn-toggle:hover,
.btn-toggle:focus,
.btn-toggle.focus,
.btn-toggle:active,
.btn-toggle.active,
.open > .dropdown-toggle.btn-toggle {
    background-color: #eeeeee;
    color: #666;
}
.btn-toggle:active,
.btn-toggle.active,
.open > .dropdown-toggle.btn-toggle {
    background: #d7d7d7;
    box-shadow: none;
    color: #666;
}
.btn-toggle .badge {
    color: #e4e4e4;
    background-color: #fff;
}
/* Button light */
.btn-light {
    background-color: #fff;
    color: inherit;
    border: 1px solid #BDC4C9;
}
.btn-light:hover,
.btn-light:focus,
.btn-light.focus,
.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-light {
    background-color: #f9f9f9;
    color: inherit;
}
.btn-light:active,
.btn-light.active,
.open > .dropdown-toggle.btn-default {
    box-shadow: none;
    color: inherit;
}
/* Button Success */
.btn-success {
    background-color: #26a65b;
    color: #fff;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-color: #2ab764;
    color: #fff;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background: #219150;
    box-shadow: none;
    color: #fff;
}
.btn-success .badge {
    color: #26a65b;
    background-color: #fff;
}
/* Button Info */
.btn-info {
    background-color: #51b7a3;
    color: #fff;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-color: #5fbdab;
    color: #fff;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background: #46a995;
    box-shadow: none;
    color: #fff;
}
.btn-info .badge {
    color: #51b7a3;
    background-color: #fff;
}
/* Button Warning */
.btn-warning {
    background-color: #f39c12;
    color: #fff;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-color: #f4a425;
    color: #fff;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background: #e08e0b;
    box-shadow: none;
    color: #fff;
}
.btn-warning .badge {
    color: #f39c12;
    background-color: #fff;
}
/* Button Danger */
.btn-danger {
    background-color: #ef4836;
    color: #fff;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-color: #f15949;
    color: #fff;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background: #ed321e;
    box-shadow: none;
    color: #fff;
}
.btn-danger .badge {
    color: #ef4836;
    background-color: #fff;
}