ul.nav.navbar-nav + ul.nav.navbar-nav {
    margin-right: 10px;
}

div.admin-translation-field[data-default="false"] {
    margin-left: 57px;
    display: none;
}

div.admin-field-association ul {
    margin: 0;
    padding: 0;
}

div.admin-field-association ul li {
    list-style: none;
    padding: 0;
    margin: 0;
}

div.admin-field-association ul li a,
div.admin-field-association ul li span {
    display: block;
    float: left;
    list-style: none;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    padding: 2px 7px;
    margin: 0 3px 0 0;
    background: #f7f7f7;
}

div.admin-field-association ul li a:hover {
    background: #f5f5f5;
}

/** AUTH **/
.login-container {
    width: 100%;
    min-height: 100vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background: #ebeeef;
}

.login-wrap {
    width: 670px;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.login-form-title {
    width: 100%;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 70px 15px 74px 15px;
}

.login-form-title span {
    font-family: Poppins;
    font-weight: 700;
    font-size: 30px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
}

.login-form-title span::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(54,84,99,0.7);
}

.login-wrap form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 43px 45px 93px 190px;
}

.login-wrap-input {
    width: 100%;
    border-bottom: 1px solid #b2b2b2;
    position: relative;
    margin: 0 0 20px 0;
}

.login-wrap-remember {
    width: 100%;
    padding-bottom: 30px;
}

.login-wrap-remember input {
    box-sizing: border-box;
    padding: 0;
    display: none;
}
.login-wrap-remember input:checked + label::before {
    color: #d47600;
}

.login-wrap-remember label {
    font-family: Poppins;
    font-weight: 300;
    font-size: 13px;
    color: #999999;
    line-height: 1.4;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}
.login-wrap-remember label:before {
    content: "\f00c";
    font-family: FontAwesome;
    font-size: 13px;
    color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    background: #fff;
    border: 1px solid #e6e6e6;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.login-wrap-input label {
    font-family: Poppins;
    font-weight: 300;
    font-size: 15px;
    color: #808080;
    line-height: 1.2;
    text-align: right;
    position: absolute;
    top: 14px;
    left: -145px;
    width: 120px;
}

.login-wrap-input input {
    font-family: Poppins;
    font-weight: 300;
    font-size: 15px;
    color: #555555;
    line-height: 1.2;
    display: block;
    width: 100%;
    background: transparent;
    padding: 0 5px;
    height: 45px;
    outline: none;
    border: none;
    overflow: visible;
}

.login-wrap-submit {
    width: 100%;
}

.login-wrap-submit input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    min-width: 160px;
    height: 50px;
    background-color: #d47600;
    border-radius: 25px;
    font-family: Poppins;
    font-weight: 300;
    font-size: 16px;
    color: #fff;
    line-height: 1.2;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    outline: none !important;
    border: none;
}
/** /AUTH **/




div.metrics {
    margin: 1em 0 0;
    overflow: auto;
}
div.metrics div.metric {
    float: left;
    margin: 0 1em 0 1em;
    background: #fff;
    border: 1px solid #e0e0e0;
    min-width: 100px;
    min-height: 70px;
}
div.metric span.value {
    display: block;
    font-size: 28px;
    padding: 8px 15px 4px;
    text-align: center;
}
div.metric span.label {
    background: #e0e0e0;
    color: #222;
    border-radius: 0px;
    display: block;
    padding: 5px;
    text-align: center;
    font-size: 12px;
}
div.metric span.value span.unit {
    color: #999;
    font-size: 18px;
    margin-left: -4px;
}
div.metric span.value i.fa.fa-times {
    color: #b0413e;
}
div.metric span.value i.fa.fa-check {
    color: #5e976e;
}


/** FIELDS **/

.json_array > ul {
    margin: 0;
}

.json_array li {
    list-style: none;
    margin: 0;
}

.json_array li ul {
    margin: 0 0 0 10px;
    border-left: 3px solid #e3e3e3;
    padding: 0 0 0 10px;
}

.json_array li span.json-array-key {
    color: #808080;
}

.json_array li span.json-array-value {
    margin: 0 0 0 10px;
    color: #999;
}

.json_array li span.json-array-value::before {
    content: '\f061';
    font-family: 'Fontawesome';
    font-size: 10px;
    font-weight: 100;
    margin-right: 10px;
}


/** NESTED LISTS **/

.embedded-list {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    padding: 10px;
    color: #444;
    margin: 5px 0 15px 0;
}


/** ORDER **/

div.order-head,
div.order-details {
    background: #fff;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    padding: 10px;
    color: #444;
    margin: 0 15px;
}
div.order-details {
    margin: 20px 0 0 0;
}

div.order-head h3 {
    margin: 0 0 10px 0;
    padding: 0;
}

div.order-head table,
div.order-details table {
    width: 100%;
}

div.order-head table td,
div.order-details table td {
    line-height: 30px;
}

div.order-details div.order-detail div.order-combinations {
    display: none;
}

div.order-sidebar .log {
    margin-top: 10px;
    margin-bottom: 25px;
}

div.order-sidebar .log div.popover-additional-info {
    clear: both;
}


div.order-sidebar .log div.popover-additional-info span {
    color: #a7a7a7;
    margin: 0 0 0 10px;
    border-bottom: 1px dotted #a7a7a7;
    display: inline-block;
}
div.order-sidebar .log div.popover-additional-info a {
    color: #a7a7a7;
    float: right;
}

div.order-sidebar .log .popover {
    position: relative;
    display: block;
    border-radius: 0;
    width: 100%;
    max-width: 100%;
    border: 0;
    box-shadow: unset;
    margin-bottom: 10px;
    color: #333;
    z-index: 980;
}
div.order-sidebar .log .popover .popover-content {

}

div.order-sidebar .log .popover-content-raw {
    display: none;
}

div.order-sidebar .log .popover-content-raw pre {
    border-radius: 0;
    margin: 10px 0 0 10px;
    border: 0;
    background: #464646;
    color: #ccc;
    font-size: 10px;
}

div.order-sidebar .log .popover .arrow {
    left: 20px;
    border-color: transparent;
}

div.order-sidebar .log .popover.popover-info {
    background: rgba(57, 160, 237, 0.5);
}
div.order-sidebar .log .popover.popover-info .arrow:after {
    border-top-color: rgba(57, 160, 237, 0.5);
}
ul.log-display > li.log-info > a {
    color: rgba(57, 160, 237, 1);
}
div.order-sidebar .log .popover.popover-success {
    background: rgba(0, 107, 46, 0.5);
}
div.order-sidebar .log .popover.popover-success .arrow:after {
    border-top-color: rgba(0, 107, 46, 0.5);
}
ul.log-display > li.log-success > a {
    color: rgba(0, 107, 46, 1);
}
div.order-sidebar .log .popover.popover-warning {
    background: rgba(240, 173, 78, 0.5);
}
div.order-sidebar .log .popover.popover-warning .arrow:after {
    border-top-color: rgba(240, 173, 78, 0.5);
}
ul.log-display > li.log-warning > a {
    color: rgba(240, 173, 78, 1);
}
div.order-sidebar .log .popover.popover-danger {
    background: rgba(212, 33, 36, 0.5);
}
div.order-sidebar .log .popover.popover-danger .arrow:after {
    border-top-color: rgba(212, 33, 36, 0.5);
}
ul.log-display > li.log-danger > a {
    color: rgba(212, 33, 36, 1);
}
div.order-sidebar .log .popover.popover-debug {
    background: rgba(136, 136, 136, 0.5);
}
div.order-sidebar .log .popover.popover-debug .arrow:after {
    border-top-color: rgba(136, 136, 136, 0.5);
}
ul.log-display > li.log-debug > a {
    color: rgba(136, 136, 136, 1);
}



div#configure-user-select {
    margin: -15px -15px 0 -15px;
    padding: 15px 15px 20px;
    text-align: right;
    background: #e3e3e3;
}

.configuration-attribute.row {
    border-top: 1px solid #d3d3d3;
    padding: 10px 0;
}

div#configure .col-md-9 select {
    width: 100%;
}
div#configure select[disabled] {
    color: #a7a7a7;
}

div#configure .prices {
    border-top: 5px solid #000;
    padding-top: 10px;
}

div#configure .prices span {
    display: block;
}
div#configure .configuration-attribute-category div {
    margin-top: 20px;
    font-weight: bold;
}


div.modal-body.modal-table {
    padding-left: 0;
    padding-right: 0;
}

div.tooltip-inner div {
    text-align: left;
}


div.alert i.fa {
    float: left;
    margin-right: 20px;
}

div.modal-body ul.list-group {
    margin-left: 0;
}

.dropdown-menu.log-display li,
.dropdown-menu.order-detail-actions > li {
    margin-bottom: 0;
}
.dropdown-menu.order-detail-actions > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}


body.edit .global-actions .button-action a {
    float: right;
}

body.edit.edit-productmetainformation textarea {
    min-height: 100px;
}

#serviceprovider_configuration > .form-group + .form-group,
#product_configuration > .form-group + .form-group {
    margin-top: 20px;
    margin-bottom: 10px;
}
#serviceprovider_configuration > .form-group,
#product_configuration > .form-group {
    background: #fff;
    margin: 0px 30px;
    padding: 10px 0;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
#serviceprovider_configuration > .form-group > label,
#product_configuration > .form-group > label {
    color: #444;
    width: 100%;
    font-weight: bold;
    text-align: center;
}
#serviceprovider_configuration > .form-group > div,
#product_configuration > .form-group > div {
    width: 100%;
}

.margin-bottom10 {
    margin-bottom: 10px;
}

