#header {
    background-color: #ededed;
    background-image: none;
}

.btn-header>:first-child>a {
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    cursor: default !important;
    display: inline-block;
    font-weight: 500;
    height: 30px;
    min-width: 30px;
    text-align: center;
    text-decoration: none !important;
    -moz-user-select: none;
    -webkit-user-select: none;
    background-color: #d3d3d3;
    background-image: none;
    border: 1px solid #d3d3d3;
    color: #000000;
    font-size: 13px;
    margin: 10px 0 0;
    text-align: center;
    vertical-align: middle;
    line-height: 1.428571429;

    
}

.btn-header>:first-child>a {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: normal !important;
    padding: 0 12px;
}

.btn-header>:first-child>a:hover {
    transition: all 0s;
    cursor: pointer;
    color: #ffffff;
    border: 1px solid #393838;
    background-color: #393838;
    border-color: #393838;
}

.btn-header > :first-child > a:active {
    background-color: #2e2e2e;
    background-image: none;
    filter: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-header > :first-child > a > i {
    margin-right: 6px;
    margin-left: 6px;
}

.btn {
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

.btn-xs {
    padding: 1px 8px;
    border-radius: 1px;
}

input.input-xs {
    border-radius: 1px !important;
    padding: 6px 8px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.input-group > input.input-xs {
    border-radius: 0px !important;
    padding: 6px 8px;
    font-size: 13px;
    line-height: 1.428571429;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
}

.nav-tabs>li.active>a {
    -webkit-box-shadow: 0 -2px 0 #555555;
    -moz-box-shadow: 0 -2px 0 #555555;
    box-shadow: 0 -2px 0 #555555;
}

.ui-grid-header-cell-row {
    background-color: #ededed !important;
}

.order-tab .actions-panel {
    background-color: #ededed;
}

.ui-grid-menu-button {
    z-index: 2;
    position: absolute;
    right: 0;
    justify-content: center;
    top: 0;
    background: transparent;
    border: 0px solid #d4d4d4;
    cursor: pointer;
    height: 20px;
    width: 20px;
    font-weight: normal;
}

.ui-grid-menu-button .ui-grid-icon-container {
    margin-top: 0;
}

.ui-grid-menu-button .ui-grid-icon-container > i {
   color: #5f5f5f;
}

.smart-form .radio input:checked+i, .smart-form .checkbox input:checked+i, .smart-form .toggle input:checked+i {
    border-color: #5f5f5f;
    border-radius: 6px;
    justify-content: center;
}

.smart-form .checkbox input+i:after {
    color: #5f5f5f;
}

.smart-form .checkbox input+i:after {
    content: '\f00c';
    top: -1px;
    left: 1px;
    width: 15px;
    height: 15px;
    font: 400 11px / 20px FontAwesome;
    text-align: center;
}

.dropdown-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}

select.form-control {
    -webkit-border-radius: 1px !important;
    border-radius: 1px !important;
    -moz-border-radius: 1px !important;
}

span.ui-select-toggle {
    -webkit-border-radius: 1px !important;
    border-radius: 1px !important;
    -moz-border-radius: 1px !important;
}

input.ui-select-search {
    -webkit-border-radius: 1px !important;
    border-radius: 1px !important;
    -moz-border-radius: 1px !important;
}

div.input-group > div.input-group-btn:first-child > button.btn {
    -webkit-border-radius: 1px 0 0 1px !important;
    border-radius: 1px 0 0 1px !important;
    -moz-border-radius: 1px 0 0 1px !important;
}

div.input-group > div.input-group-btn:last-child > button.btn {
    -webkit-border-radius: 0 1px 1px 0 !important;
    border-radius: 0 1px 1px 0 !important;
    -moz-border-radius: 0 1px 1px 0 !important;
}

.input-icon-right > input[call-sign-input] {
    -webkit-border-radius: 1px 0 0 1px !important;
    border-radius: 1px 0 0 1px !important;
    -moz-border-radius: 1px 0 0 1px !important;
}

.input-icon-right > span {
    -webkit-border-radius: 0 1px 1px 0 !important;
    border-radius: 0 1px 1px 0 !important;
    -moz-border-radius: 0 1px 1px 0 !important;
}

div.input-group > input {
    -webkit-border-radius: 1px 0 0 1px !important;
    border-radius: 1px 0 0 1px !important;
    -moz-border-radius: 1px 0 0 1px !important;
}

div.input-group > span {
    -webkit-border-radius: 0 1px 1px 0 !important;
    border-radius: 0 1px 1px 0 !important;
    -moz-border-radius: 0 1px 1px 0 !important;
}

.btn-primary {
    color: #fff;
    background-color: #3276b1 !important;
    border-color: #3276b1 !important;
}

.btn-danger {
    color: #fff;
    background-color: #a90329 !important;
    border-color: #a90329 !important;
}

.btn-success {
    color: #fff;
    background-color: #739e73 !important;
    border-color: #739e73 !important;
}

textarea {
    -webkit-border-radius: 1px !important;
    border-radius: 1px !important;
    -moz-border-radius: 1px !important;
}

#logo img {
    width: 100px !important;
    height: 21px !important;
    padding-left: 3px;
    padding-top: 1px;
}

.btn-header>:first-child>a:hover {
    transition: all 0s;
    cursor: pointer;
    color: #ffffff;
    border: 1px solid #c6c6c6;
    background-color: #c6c6c6;
    border-color: #c6c6c6;
}

.dropdown-menu>li>a {
    padding: 3px 14px;
}

.onoffswitch-inner:after {
    box-shadow: unset;
}

.onoffswitch-inner:before {
    box-shadow: unset;
}

.ui-select-bootstrap .ui-select-choices-row.active>span {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #db8c00;
}