body > .header .logo {
  font-family: inherit;
}
.logo .logo_image {
    width: 100%;
}
body > .header .navbar .nav > li > a > .badge {
  position: absolute;
  top: 4px;
  right: 0;
  font-size: 75%;
}
body .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .glyphicon,
body .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .fa,
body .navbar-nav > .notifications-menu > .dropdown-menu > li .menu > li > a > .ion {
  background: none;
  color: inherit;
}
body .user-panel > .info {
  padding-left: 10px;
}

/* TABLES */

body .table {
  word-break: break-all;
}


.table-text-center{
  text-align: center;
}
.table-text-center th{
  text-align: center !important;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding:2px;
}

table.table-bordered thead th {
    text-align: center;
}

table.table-bordered thead th.hcell-checkbox,
th.hcell-checkbox {
    width: 26px;
    text-align: left;
}

th.cell-checkbox {
    width: 26px;
    text-align: left;
}

/* END TABLES */



/* FORMS */

span.input-group-addon,
select.form-control,
input.form-control {
    padding:2px;
    height:24px;
}

textarea.form-control{
    padding:2px;
}

.form-control-feedback {
    width: 28px;
    height: 24px;
    line-height: 24px;
}


/* END FORMS */

/* ALERTS */

.alert-success {
    background-color: #dff0d8 !important;
    border-color: #d6e9c6;
    color: #3c763d !important;
    padding: 8px
}

.alert-success .close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}


.alert-success a.close {
    text-decoration: none !important;
    font-size: 18px !important;
    line-height: 1.2;
}


.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3 !important;
    border-color: #faebcc !important;
}

/* END ALERTS */


.order-badge-item {
    position: relative;
    z-index: 4;
    color: #fff;
}

.order-badge-item > span {
    padding: 2px;
    font-size: 16px;
}

/* browser firefox offset icons */
.sidebar-menu {
    white-space: normal!important;
}
.input-active{
    border: 1px solid #33CC66;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    padding: 10px;
}
.grid-view table tbody tr:hover {
    background-color: #e4eef5;
}

@media only screen and (min-width : 1780px) {
    .keyword_search{
        margin-left: 14.2%;
    }
}
@media only screen and (max-width : 1780px) {
    .keyword_search{
        margin-left: 10%;
    }
}
/*# sourceMappingURL=style.map *//*# sourceMappingURL=style.map */
/*DASHBOARD*/
#Order_gridView table tbody tr td:hover {
    cursor: pointer;
}
/*DASHBOARD END*/