/*APPCSS*/
.top-navigation .wrapper.wrapper-content {
    padding: 15px 0;
    margin: 0 -15px;
}

.input-group-addon {
    font-size: 13px;
    padding: 7px 12px 4px 12px;
}

.dropdown-menu > li > a {
    line-height: unset;
    border-bottom: 1px solid #e7eaec;
}

/*ibox*/
.ibox-tools {
    top: 10px;
}

/*BOOTSTRAP*/
.form-control {
    padding: 3px 12px;
    font-size: 13px;
    height: auto !important;
    color: #555555;
    border-radius: 0;
    box-shadow: none;
}

.col-form-label {
    padding-top: 4px;
    padding-bottom: unset;
}


/*  MODAL  */
.modal-header {
    padding: 10px;
}

.modal-header h4{
    font-size: 14px;
    font-weight: 600;
    color: #676a6c;
}

.modal-footer {
    padding: 10px;
}

.dialog .modal-footer .btn {
    min-width: 70px;
}

.dialog .modal-dialog {
    max-width: unset;
}

/* CHOSEN */
.chosen-container {
    max-width: 281px !important;
}

.chosen-container-single .chosen-single {
    color: #555555;
    border: 1px solid #e5e6e7;
    background-image: unset;
    box-shadow: unset;
    padding: 2px 12px;
    border-radius: 0;
    min-height: 30px;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background-image: unset;
    box-shadow: unset;
    border: 1px solid #e5e6e7;
    border-radius: 0;
}

.chosen-container .chosen-drop {
    border: 1px solid #e7e7e7;
    border-radius: 0;
}

.chosen-container-single .chosen-search input[type="text"] {
    border: 1px solid #e5e6e7;
}

.chosen-container .chosen-results li.highlighted {
    background-image: unset;
}

.chosen-container {
    max-width: 100% !important;
}

.chosen-container-multi .chosen-choices .search-field input[type="text"] {
    height: 28px;
}


/**  TOPBAR  **/
#topnav {
    background-color: #fff;
    border-bottom: 2px solid #1ab394;
}

#topnav .navbar-brand {
    background: transparent;
}

#topnav .nav > li {
    color: #676a6c;
}

#topnav .nav > li.active {
    background: #1ab394;
    border: none;
}

#topnav .nav > li.active > a {
    color: #fff !important;
}

#topnav .nav > li > a {
    font-weight: normal;
    text-transform: uppercase;
}

#topnav .nav > li a:hover, #topnav .nav > li a:focus {
    background: transparent;
    color: #676a6c;
}


/* SUBNAV */
#subnav {
    background-color: #1ab394;
    margin-top: -2px;
}

#subnav .nav > li {
    color: #676a6c;
}

#subnav .nav > li.active {
    background: #1ab394;
    border: none;
}

#subnav .nav > li.active > a {
    color: #fff;
    text-decoration: underline;
}

#subnav .nav > li > a {
    font-weight: normal;
    color: #2f4050;
    text-transform: uppercase;
}

#subnav .nav > li a:hover, #topnav .nav > li a:focus {
    background: transparent;
}

.top-navigation .wrapper.wrapper-content {
    padding: 5px 0 40px;
}

.query-panel {
    padding-bottom: 0px;
    border-bottom: 0;
}

/* PRODUCTS */
.products-image-wrapper {
    position: relative;
}

.products-image-wrapper .delete-image-btn {
    position: absolute;
    top: 8px;
    right: 10px;
    display: none;
}

.products-image-wrapper.hasimg:hover .delete-image-btn {
    display: block;
}

.product-tooltip .tooltip-inner {
    max-width: 300px;
    padding: 3px 3px;
}

.product-tooltip .tooltip-inner img {
    max-width: 200px;
}