.panel {
    border: solid 1px #ddd;
    -webkit-box-shadow: rgba(0,0,0,0.1) 0 2px 0,#fff 0 0 0 3px inset;
    box-shadow: rgba(0,0,0,0.1) 0 2px 0,#fff 0 0 0 3px inset;
    position: relative;
    padding: 20px;
    margin-bottom: 20px;
    background-color: #fff;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
.box_categories input[type=text]
{
    display: block;
    width: 84%;
    margin-left: 7px;
    margin-top: 2px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
label.control-label span.label-tooltip {
    text-decoration: none;
    font-size: 13px;
    color: #3586ae;
    background-color: #edf7fb;
    border: none;
    border-bottom: solid 1px #d8edf7;
    padding: 0 5px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.box_categories select {
    display: block;
    width: 100%;
    height: 27px;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
}
.form-group {
    margin-left: -5px;
    margin-right: -5px;
    margin-bottom: 15px;
}
.control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 5px;
    float: left;
}
.col-lg-5
{
    float: left;
}
.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.42857;
    border-radius: 3px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn-default {
    color: #555;
    background-color: #fff;
    border-color: #ccc;
}
.btn.btn-default {
    -webkit-box-shadow: #e6e6e6 0 -2px 0 inset;
    box-shadow: #e6e6e6 0 -2px 0 inset;
}
.btn.btn-default:hover {
    color: #fff;
    background-color: #00aff0;
    border-color: #008abd;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active
{
    color: #555;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.tree-actions .twitter-typeahead {
    padding: 0 0 0 4px;
}

.form-group:before, .form-group:after {
    content: " ";
    display: table;
}
.form-group:after {
    clear: both;
}
.box_categories_form .title_product
{
    margin-bottom: 20px!important;
}
.tt-hint
{
    left: 4px!important;
}
.tt-dropdown-menu
{
    left: 13px!important;
    background: #FFFFFF;
    border: 1px solid #bababa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
}
.tt-suggestion p
{
    padding: 0 5px;
    line-height: 20px;
    margin: 0;
}
.tt-suggestion p:hover
{
    background: #009cd6!important;
    color: #FFFFFF!important;
}
#container_category_tree
{
    border: 0;
    padding: 0;
}
.tree-panel-heading-controls
{
    margin: -20px -20px 20px;
    padding: 5px;
    border-bottom: solid 1px #dfdfdf;
}

.custom_responsive .btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.custom_responsive .btn-danger:hover, .custom_responsive .btn-danger:focus, .custom_responsive .btn-danger:active, .custom_responsive .btn-danger.active, .open>.custom_responsive .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}

#specific_prices_list
{
    margin-bottom: 5px!important;
}

.custom_responsive .form-control, .custom_responsive input[type="text"], .custom_responsive input[type="search"], .custom_responsive input[type="password"], .custom_responsive textarea, .custom_responsive select {
    display: block;
    width: 100%;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 1.42857;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s,box-shadow ease-in-out 0.15s;
    box-sizing: border-box;
}
.custom_responsive .input-group input[type="text"] {
    display: table-cell;
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    box-sizing: border-box;
}

.custom_responsive .input-group .form-control:last-child, .custom_responsive .input-group input[type="text"]:last-child, .custom_responsive .input-group input[type="search"]:last-child, .custom_responsive .input-group input[type="password"]:last-child, .custom_responsive .input-group textarea:last-child, .custom_responsive .input-group select:last-child, .custom_responsive .input-group-addon:last-child, .custom_responsive .input-group-btn:last-child>.btn, .custom_responsive .input-group-btn:last-child>.btn-group>.btn, .custom_responsive .input-group-btn:last-child>.dropdown-toggle, .custom_responsive .input-group-btn:first-child>.btn:not(:first-child), .custom_responsive .input-group-btn:first-child>.btn-group:not(:first-child)>.btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.custom_responsive .radio input[type="radio"], .custom_responsive .radio-inline input[type="radio"], .custom_responsive .checkbox input[type="checkbox"], .custom_responsive .checkbox-inline input[type="checkbox"] {
    float: left;
    margin-left: -20px;
}
.custom_responsive *
{
    box-sizing: border-box;
}
.row:after
{
    content: '';
    display: block;
    clear: both;
}

.custom_responsive [class*=col-lg],
.custom_responsive [class*=col-sm]
{
    float: left;
}

.custom_responsive .col-lg-12
{
    width: 100%;
}
.custom_responsive .col-lg-3
{
    width: 25%;
}
.custom_responsive .col-lg-4
{
    width: 33.3%;
}
.custom_responsive .col-lg-6
{
    width: 50%;
}

.custom_responsive .control-label
{
    font-size: 13px;
    font-weight: normal;
    color: #666;
    text-align: left!important;
    line-height: 20px;
}

.custom_responsive .col-sm-9
{
    width: 75%;
}
.custom_responsive .col-sm-3
{
    width: 25%;
}

label.control-label
{
    text-align: left;
}



.custom_responsive .pagination {
    display: inline-block;
    padding-left: 0;
    margin: 17px 0;
    border-radius: 3px
}

.custom_responsive .pagination > li {
    display: inline
}

.custom_responsive .pagination > li > a, .custom_responsive .pagination > li > span {
    position: relative;
    float: left;
    padding: 4px 8px;
    line-height: 1.42857;
    text-decoration: none;
    color: #00aff0;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px
}

.custom_responsive .pagination > li:first-child > a, .custom_responsive .pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.custom_responsive .pagination > li:last-child > a, .custom_responsive .pagination > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.custom_responsive .pagination > li > a:hover, .custom_responsive .pagination > li > a:focus, .custom_responsive .pagination > li > span:hover, .custom_responsive .pagination > li > span:focus {
    color: #0077a3;
    background-color: #eee;
    border-color: #ddd
}

.custom_responsive .pagination > .active > a, .custom_responsive .pagination > .active > a:hover, .custom_responsive .pagination > .active > a:focus, .custom_responsive .pagination > .active > span, .custom_responsive .pagination > .active > span:hover, .custom_responsive .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    background-color: #00aff0;
    border-color: #00aff0;
    cursor: default
}

.custom_responsive .pagination > .disabled > span, .custom_responsive .pagination > .disabled > span:hover, .custom_responsive .pagination > .disabled > span:focus, .custom_responsive .pagination > .disabled > a, .custom_responsive .pagination > .disabled > a:hover, .custom_responsive .pagination > .disabled > a:focus {
    color: #999;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed
}

.custom_responsive .pagination-lg > li > a, .custom_responsive .pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 15px
}

.custom_responsive .pagination-lg > li:first-child > a, .custom_responsive .pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px
}

.custom_responsive .pagination-lg > li:last-child > a, .custom_responsive .pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px
}

.custom_responsive .pagination-sm > li > a, .custom_responsive .pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 11px
}

.custom_responsive .pagination-sm > li:first-child > a, .custom_responsive .pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px
}

.custom_responsive .pagination-sm > li:last-child > a, .custom_responsive .pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px
}

.custom_responsive .pager {
    padding-left: 0;
    margin: 17px 0;
    list-style: none;
    text-align: center
}

.custom_responsive .pager:before, .custom_responsive .pager:after {
    content: " ";
    display: table
}

.custom_responsive .pager:after {
    clear: both
}

.custom_responsive .pager li {
    display: inline
}

.custom_responsive .pager li > a, .custom_responsive .pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px
}

.custom_responsive .pager li > a:hover, .custom_responsive .pager li > a:focus {
    text-decoration: none;
    background-color: #eee
}

.custom_responsive .pager .next > a, .custom_responsive .pager .next > span {
    float: right
}

.custom_responsive .pager .previous > a, .custom_responsive .pager .previous > span {
    float: left
}

.custom_responsive .pager .disabled > a, .custom_responsive .pager .disabled > a:hover, .custom_responsive .pager .disabled > a:focus, .custom_responsive .pager .disabled > span {
    color: #999;
    background-color: #fff;
    cursor: not-allowed
}

.custom_responsive fieldset
{
    margin: 0 15px;
}