/*!
 * Start Bootstrap - SB Admin 2 Bootstrap Admin Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    background-color: #f8f8f8;
}

#wrapper {
    width: 100%;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
}

.logo-block img{
    margin-top: 30px;
}

@media(min-width:768px) {
    #page-wrapper {
        position: inherit;
        margin: 0 0 0 250px;
        padding: 0 30px;
        border-left: 1px solid #e7e7e7;
    }
}

.navbar-top-links {
    margin-right: 0;
}

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}

.sidebar .sidebar-nav.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}

.sidebar .sidebar-search {
    padding: 15px;
}

.sidebar ul li {
    border-bottom: 1px solid #e7e7e7;
}

.sidebar ul li a.active {
    background-color: #eee;
}

.sidebar .arrow {
    float: right;
}

.sidebar .fa.arrow:before {
    content: "\f104";
}

.sidebar .active>a>.fa.arrow:before {
    content: "\f107";
}

.sidebar .nav-second-level li,
.sidebar .nav-third-level li {
    border-bottom: 0!important;
}

.sidebar .nav-second-level li a {
    padding-left: 37px;
}

.sidebar .nav-third-level li a {
    padding-left: 52px;
}

@media(min-width:768px) {
    .sidebar {
        z-index: 1;
        position: absolute;
        width: 250px;
        margin-top: 51px;
    }

    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all .5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #999;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}

.login-panel {
    margin-top: 15%;
}

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: 0 0;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50,50,50,.5);
}

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^=col-] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee!important;
}

.show-grid {
    margin: 15px 0;
}

.huge {
    font-size: 40px;
}

.panel-green {
    border-color: #5cb85c;
}

.panel-green .panel-heading {
    border-color: #5cb85c;
    color: #fff;
    background-color: #5cb85c;
}

.panel-green a {
    color: #5cb85c;
}

.panel-green a:hover {
    color: #3d8b3d;
}

.panel-red {
    border-color: #d9534f;
}

.panel-red .panel-heading {
    border-color: #d9534f;
    color: #fff;
    background-color: #d9534f;
}

.panel-red a {
    color: #d9534f;
}

.panel-red a:hover {
    color: #b52b27;
}

.panel-yellow {
    border-color: #f0ad4e;
}

.panel-yellow .panel-heading {
    border-color: #f0ad4e;
    color: #fff;
    background-color: #f0ad4e;
}

.panel-yellow a {
    color: #f0ad4e;
}

.panel-yellow a:hover {
    color: #df8a13;
}

/**********************************

Name: cmxform Styles

***********************************/
form.cmxform {
    width: 370px;
    font-size: 1.0em;
    color: #333;
}

form.cmxform legend {
    padding-left: 0;
}

form.cmxform legend, form.cmxform label {
    color: #333;
}

form.cmxform fieldset {
    border: none;
    border-top: 1px solid #C9DCA6;
    background: url(../images/cmxform-fieldset.gif) left bottom repeat-x;
    background-color: #F8FDEF;
}

form.cmxform fieldset fieldset {
    background: none;
}

form.cmxform fieldset p, form.cmxform fieldset fieldset {
    padding: 5px 10px 7px;
    background: url(../images/cmxform-divider.gif) left bottom repeat-x;
}

form.cmxform label.error, label.error {
    /* remove the next line when you have trouble in IE6 with labels in list */
    color: red;
    font-style: italic
}
div.error { display: none; }
input {	border: 1px solid black; }
input.checkbox { border: none }
input:focus { border: 1px dotted black; }
input.error { border: 1px dotted red; }
form.cmxform .gray * { color: gray; }

.alert{ margin-bottom: 0px!important; margin-top: 10px!important;}
.page-header{ margin-top: 10px!important;}
.dl-horizontal dt{
    text-align: left!important;
}

.dl-horizontal dd{
    margin-left: 0px!important;
}



/* CART
---------------------------------------------------------- */
.cart {
    width: 100%;
    margin-bottom: 40px;
    border: 1px solid #ddd;
}

.cart-buttons .btn {
    width: 28%;
    padding: 15px 0;
    float: right;
    margin-left: 20px;
}

/* CART CONTENTS
---------------------------------------------------------- */
table.cart-contents {
    width: 100%;
    margin: 0;
}
table.cart-contents thead {
    background: #F9F9F9;
    border-bottom: 1px solid #ddd;
}
table.cart-contents thead th {
    margin: 0;
    font-size: 16px;
}
table.cart-contents tbody tr {
    border-bottom: 1px solid #ddd;
}
table.cart-contents tbody tr:hover {
    background: #FCFCFC;
}
table.cart-contents th, table.cart-contents td {
    padding: 20px;
    border-left: 1px solid #ddd;
}
table.cart-contents th:first-child, table.cart-contents td:first-child {
    border-left: none;
}
table.cart-contents td {
    vertical-align: top;
}
table.cart-contents .image {
    width: 12%;
}
table.cart-contents .image img {
    width: 100%;
    height: auto;
}
table.cart-contents .details .rating {
    margin-bottom: 10px;
}
table.cart-contents .details .title {
    display: block;
    color: #333;
    font-size: 14px;
    /*font-family: "Roboto";*/
    text-transform: capitalize;
    margin: 0 0 10px 0;
}
table.cart-contents .details span {
    display: block;
    margin: 0 0 5px 0;
    line-height: 1.2;
    font-size: 12px;
}
table.cart-contents .action {
    width: 110px;
}
table.cart-contents .action button,table.cart-contents .action a{
    float: left;
    border: none;
    text-align: center;
    color: #fff;
    padding: 0;
    width: 33%;
    line-height: 30px;
}
table.cart-contents .action button.refresh,table.cart-contents .action a.refresh {
    background-color: #89898a;
}
table.cart-contents .action button.edit,table.cart-contents .action a.edit {
    background-color: #595a5b;
}
table.cart-contents .action button.delete,table.cart-contents .action a.delete {
    background-color: #825C29;
}
table.cart-contents .action button:hover,table.cart-contents .action a:hover {
    background-image: -webkit-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
    background-image: -moz-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
    background-image: -o-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
    background-image: -ms-linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
    background-image: linear-gradient(top,  rgba(0,0,0,0.1) 0%, rgba(0,0,0,0.1) 100%);
}
table.cart-contents .qty {
    width: 9%;
}
table.cart-contents .qty input {
    border: 1px solid #ddd;
    height: 30px;
    padding: 0;
    width: 100%;
    text-align: center;
}
table.cart-contents .unit-price, table.cart-contents .total-price {
    width: 14%;
    font-size: 16px;
    color: #666;
    font-weight: normal;
}
table.cart-contents .total-price {
    color: #825C29;
}
table.cart-contents .currency {
    margin-right: 3px;
}

/* CART SUMMARY
---------------------------------------------------------- */
.cart-summary{
    width: 100% !important;
}
.cart-summary
.terms {
    padding: 0 40px;
    color: #999;
    font-size: 12px;
    width: 72%;
    vertical-align: middle;
}
.cart-summary
.terms h5 {
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.cart-summary
.terms h5 .fa {
    margin-right: 10px;
    color: #ccc;
    font-size: 20px;
    vertical-align: middle;
}

.totals {
    width: 28%;
    border-left: 1px solid #ddd;
    vertical-align: top;
}

.cart-totals {
    width: 100%;
    height: 100%;
}
.cart-totals tr {
    border-bottom: 1px solid #ddd;
}
.cart-totals tr:last-child {
    border: none;
}
.cart-totals td {
    border-left: 1px solid #ddd;
    width: 50%;
    padding: 7px 20px;
    color: #888;
}
.cart-totals td:first-child {
    border-left: none;
}
.cart-totals td.cart-total {
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
    padding: 20px;
}
.cart-totals td.cart-total.price {
    color: #825C29;
}

@media (max-width: 767px) {
    table.cart-contents thead h5 {
        margin: 0;
        font-size: 14px;
    }
    table.cart-contents .total-price {
        width: 25%;
        font-size: 12px;
    }
    table.cart-contents .qty {
        width: 15%;
    }
    table.cart-contents .qty input {
        padding: 5px 0;
    }
    table.cart-contents th, table.cart-contents td {
        padding: 15px;
        border-right: 1px solid #ddd;
    }
    table.cart-contents .currency {
        margin-right: 0;
    }
    table.cart-contents .action {
        margin-top: 15px;
        float: none !important;
    }

    .cart-buttons .btn {
        display: block;
        float: none;
        margin: 0 0 20px 0;
        width: 100%;
    }

    .cart-summary .terms {
        display: none;
    }

    .cart-totals td {
        width: auto;
    }
    .cart-totals td.price {
        width: 40%;
    }
}

/*.overflow-scroll{ overflow-x: scroll!important;}*/

/* menu css*/
#nestable1 .dd-item{
    overflow: inherit !important;
}
#nestable1 .dd-handle{
    margin: 5px 0 0px!important;
}
#nestable1 .append_expand{
    background-color: #EDEEEE!important;
    padding: 10px 35px 10px 10px!important;
}
#nestable1 .remove_cancel_btn{
    margin-bottom: 0px!important;
    margin-right: 0px!important;
}
#nestable1 .dd-item > button{
    margin: 7px 5px!important;
}

/*
 * NESTABLES
 */
.dd {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    /*max-width: 600px;*/
    list-style: none;
    font-size: 13px;
    line-height: 20px;
}
.dd-list {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    list-style: none;
}
.dd-list .dd-list {
    padding-left: 30px;
}
.dd-collapsed .dd-list {
    display: none;
}
.dd-item,
.dd-empty,
.dd-placeholder {
    display: block;
    position: relative;
    margin: 0;
    padding: 0;
    min-height: 20px;
    font-size: 13px;
    line-height: 20px;
}
.dd-handle {
    display: block;
    font-size: 15px;
    margin: 5px 0;
    padding: 7px 15px;
    color: #333333;
    text-decoration: none;
    border: 1px solid #cfcfcf;
    background: #fbfbfb;
}
.dd-handle:hover {
    color: #2ea8e5;
    background: #ffffff;
}
.dd-item > button {
    position: relative;
    cursor: pointer;
    float: left;
    width: 25px;
    height: 20px;
    margin: 7px 10px;
    line-height: 22px !important;
    padding: 0;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 0;
    background: rgba(0, 0, 0, 0);
    text-align: center;
}
.dd-item > button {
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
}
.dd-item > button:before {
    content: '\f055';
    display: block;
    position: absolute;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #0091d9;
}
.dd-item > button[data-action="collapse"]:before {
    content: '\f056';
    color: #a90329;
}
.dd-placeholder,
.dd-empty {
    margin: 5px 0;
    padding: 0;
    min-height: 30px;
    background: #f2fbff;
    border: 1px dashed #b6bcbf;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
}
.dd-empty {
    border: 1px dashed #bbb;
    min-height: 100px;
    background-color: #eeeeee;
    background-image: -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -webkit-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-image: -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), -moz-linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-image: linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff), linear-gradient(45deg, #ffffff 25%, transparent 25%, transparent 75%, #ffffff 75%, #ffffff);
    background-size: 60px 60px;
    background-position: 0 0, 30px 30px;
}
.dd-dragel {
    position: absolute;
    pointer-events: none;
    z-index: 9999;
}
.dd-dragel > .dd-item .dd-handle {
    margin-top: 0;
}
.dd-dragel .dd-handle {
    -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}
/**
 * Nestable Extras
 */
.nestable-lists {
    display: block;
    clear: both;
    padding: 30px 0;
    width: 100%;
    border: 0;
    border-top: 2px solid #bfbfbf;
    border-bottom: 2px solid #bfbfbf;
}
#nestable-menu {
    padding: 0;
    margin: 10px 0 20px;
}
#nestable-output,
#nestable2-output {
    width: 100%;
    padding: 5px;
}
@media only screen and (min-width: 700px) {
    .dd {
        float: left;
        width: 100%;
    }
    .dd + .dd {
        margin-left: 2%;
    }
}
.dd-hover > .dd-handle {
    background: #2ea8e5 !important;
}
/**
 * Nestable Draggable Handles
 */
.dd3-content {
    display: block;
    margin: 5px 0;
    padding: 6px 10px 8px 40px;
    font-size: 15px;
    color: #333333;
    text-decoration: none;
    border: 1px solid #cfcfcf;
    background: #fbfbfb;
}
.dd3-content:hover {
    color: #2ea8e5;
    background: #ffffff;
}
.dd-dragel > .dd3-item > .dd3-content {
    margin: 0;
}
.dd3-item > button {
    margin-left: 38px;
}
.dd3-handle {
    position: absolute;
    margin: 0;
    left: 0;
    top: 0;
    cursor: move;
    width: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    border: 1px solid #aaa;
    background: #bfbfbf;
    background: -webkit-linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
    background: -moz-linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
    background: linear-gradient(top, #dddddd 0%, #bbbbbb 100%);
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    padding: 8px 15px;
}
.dd3-handle:before {
    content: '\f0c9';
    display: block;
    position: absolute;
    left: 0;
    top: 3px;
    width: 100%;
    text-align: center;
    text-indent: 0;
    color: #818181;
    font-weight: normal;
    line-height: 28px;
}
.dd3-handle:hover:before {
    color: #C27616;
}
.dd-handle:hover + .dd-list .dd-handle,
.dd-handle:hover {
    background: #FDDFB3 !important;
    border: 1px solid #FAA937;
    color: #333 !important;
}
.dd-handle > span {
    font-size: 13px;
    color: #777;
}
.dd-dragel > .dd-item > .dd-handle {
    border-left-width: 4px;
}
.dd-dragel > li.dd-item.dd3-item {
    position: relative;
    top: 10px;
    left: 10px;
    z-index: 999;
}
.right-text{ color:#000; font-weight:normal; position: absolute; right:35px; top: 7px;}
.expanded_menu span.right-text{ color:#fff;}
.details-m{ background-color:#fff; padding:14px 0px; border:#cccccc solid 1px; border-top:none;}
/*.active{ background-color:#343439; padding:5px 5px 10px; border-bottom:#FFFFFF solid 1px;}*/
.expanded_menu{ background-color:#b3bac5; padding:5px 5px 10px; border-bottom:#FFFFFF solid 1px;}
.expanded_menu span.right-icon{ border:#343439 solid 1px!important; height: 24px;}
.right-icon{background-color:#ccc; float:right; border:#CCCCCC solid 1px; border-radius:0px; padding:0px 0px 0px 0px; margin-left:10px; position: absolute;  right: 0px; top: 0px; height: 36px;width:25px; cursor: pointer;}
.parent_item{background-color:#ededed;}
.expanded_menu span.item-title, .active span.right-text{ color:#fff;}
span.right-text{ color:#1C94C4;}

.menu_item {
    background-color: #ECECEC;
    margin-bottom: 10px;
    padding: 3px;
}

.menu_item a {
    text-decoration: none;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
}

.display_link_name {
    font-size: 14px;
    padding: 10px 10px;
}

.pageerror {
    font-size: 12px;
    padding: 5px 10px;
    background-color: #FF0000;
    width: 100%;
}

.remove_cancel_btn {
    background-color: #fff;
    text-align: right;
    padding: 5px 10px 5px 0;
    border: #DDD 1px solid;
}

#err_pages {
    background-color: #C83139;
    padding: 0px 0px 5px 10px;
}

.link_item{
    cursor: pointer;
    color: #990000;
    text-decoration: none;
}

.toggle_child{ position:relative; top:3px; cursor: pointer;}
.color-code{ position:relative; left:6px;}

.ui-accordion .ui-accordion-content {
    padding: 0px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default { border: 1px solid #979da6; color: #333; font-size:14px; }
/*.ui-dialog-buttonset button.ui-state-default{border: 1px solid #507E0C !important}*/

/* end menu css*/

.notification_area {
    background-color: #990000;
    border-radius: 0 0 4px 4px;
    color: #FFFFFF;
    display: inline;
    font-weight: bold;
    line-height: 30px;
    /* opacity: 0.8; */
    padding: 10px 12px;
    right: 0;
    text-align: center;
}

ul.category-tab{
    list-style: none;
}
ul.category-tab li a{ padding:8px 8px 8px 8px!important;}
ul.category-tab li.last{ border-right:0px;}

.list_autocomplete_div  span{
    -webkit-border-radius: 0px;
    -moz-border-radius   : 0px;
    border-radius        : 0px;
    -moz-background-clip   : padding;
    -webkit-background-clip: padding-box;
    background-clip        : padding-box;
    background-color: #EDEDED;
    /* background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #eeeeee), color-stop(0.48, #e8e8e8), color-stop(0.5, #f0f0f0), color-stop(0.8, #f4f4f4));
     background-image: -webkit-linear-gradient(center bottom, #eeeeee 0%, #e8e8e8 48%, #f0f0f0 50%, #f4f4f4 80%);
     background-image: -moz-linear-gradient(center bottom, #eeeeee 0%, #e8e8e8 48%, #f0f0f0 50%, #f4f4f4 80%);
     background-image: -o-linear-gradient(top, #eeeeee 0%, #e8e8e8 48%, #f0f0f0 50%, #f4f4f4 80%);
     background-image: -ms-linear-gradient(top, #eeeeee 0%, #e8e8e8 48%, #f0f0f0 50%, #f4f4f4 80%);
     filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#f4f4f4',GradientType=0 );
     background-image: linear-gradient(top, #eeeeee 0%, #e8e8e8 48%, #f0f0f0 50%, #f4f4f4 80%); */
    -webkit-box-shadow: 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
    -moz-box-shadow   : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
    box-shadow        : 0 0 2px #ffffff inset, 0 1px 0 rgba(0,0,0,0.05);
    color: #333;
    border: 1px solid #CCCCCC;
    line-height: 13px;
    padding: 5px 20px 5px 5px;
    margin: 3px 0px 10px 3px;
    position: relative;
    display: block;
    float: none;

}

.list_autocomplete_div .search-choice-close {
    display: block;
    position: absolute;
    right: 3px;
    top: 6px;
    width: 12px;
    height: 13px;
    min-height: 13px;
    font-size: 0px;
    background: url(../../images/chosen-sprite.png) right top no-repeat;
}
.list_autocomplete_div .search-choice-close:hover {
    background-position: right -11px;
}
.search-choice-search-field input {
    color: #666;
    background: transparent !important;
    border: 0 !important;
    font-family: 'Open Sans', sans-serif;
    font-size: 100%;
    height: 15px;
    padding: 5px;
    margin: 1px 0;
    outline: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow   : none;
    -o-box-shadow     : none;
    box-shadow        : none;
}
.search-choice-text{ top:0px; float: left;}
.form-control{
    height: auto!important;
}

.right-icon .fa-arrow-down, .right-icon .fa-arrow-up {
    margin-left: 4px;
    margin-top: 12px;
}
.attribute-page.panel-heading,.product-page.panel-heading,.config-page.panel-heading,.order-page.panel-heading,.customer-edit.panel-heading{
    padding-bottom: 0 !important;
}
.attribute-page .nav-tabs,.product-page .nav-tabs,.config-page .nav-tabs,.order-page .nav-tabs,.customer-edit .nav-tabs{
    border-bottom: none !important;
}
.comment_list{
    max-height: 410px;
    overflow-y: auto;
}
