.navbar {
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
}
.navbar-brand img {
    height: 50px;
    padding: 10px 0px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-20 {
    margin-top: 20px;
}
.m-b-100 {
    margin-bottom: 100px;
}
#product_form {
    margin-bottom: 40px;
}
.in_review_container {
    border: 1px solid #ddd;
    border-radius: 3px;
    background: #fcfcfc;
    padding: 30px;
    margin-bottom: 20px;
    display: none;
    margin-top: 20px;
}
.in_review_container p:last-child {
    margin-bottom: 0px;
}
.in_review_container.active {
    display: block;
}
.submitted {
    display: none;
}
.products_table .btn {
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 0;
}
.tab-content {
    padding-top: 20px;
}
.card .card-link {
    padding-left: 0px;
}
.show_modal {
    cursor: pointer;
}
.card-body {
    height: 210px;
}
.variables {
    display: none;
}
.m-b-10 {
    margin-bottom: 10px;
}
.variables_table td {
    vertical-align: middle !important;
}
#group_items tr td:nth-child(2), #group_items tr th:nth-child(2) {
    display: none;
}
#group_items.conditions tr td:nth-child(2), #group_items.conditions tr th:nth-child(2) {
    display: table-cell;
}
.bootstrap-tagsinput {
    width: 100%;
    padding-bottom: 9px !important;
}
.bootstrap-tagsinput .tag {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px;
    color: #000 !important;
    margin-right: 5px !important;
    margin-left: 2px !important;
}
.bootstrap-tagsinput .tag i.fas {
    font-size: 12px;
}
.bootstrap-tagsinput input {
    margin-top: 5px !important;
}
.login_container {
    padding: 40px 0;
}
.form-control.is-valid, .was-validated .form-control:valid {
    background: none !important;
    border: 1px solid #ced4da !important;
}
.form-check-input.is-valid~.form-check-label, .was-validated .form-check-input:valid~.form-check-label {
    color: #212529;
}
/*Select2 ReadOnly Start*/
select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}
/*Select2 ReadOnly End*/
.art_tags {
    display: none;
}
.art_tags.active {
    display: table-row;
}
.variables_complete_table th .btn {
    padding-top: 0px;
    padding-bottom: 2px;
    line-height: 0;
}
.product_details_container {
    margin-left: -15px;
    margin-right: -15px;
    border-bottom: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
}
.product_table td {
    padding-top: 5px;
    padding-bottom: 5px;
}
.product_table {
    margin-top: 15px;
}
.logo {
    max-height: 45px;
    margin-top: 10px;
    margin-bottom: 15px;
}
.login_container .logo_container {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}
.dz-image img {
    width: 120px;
}
.view_product {
    padding-left: 0px;
}
.product_table td {
    vertical-align: middle;
}
.feedback_container {
    background: #fcfcfc;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.feedback_container .table {
    margin-bottom: 0px;
}
.product_heading {
    margin-bottom: 0px;
}
.demo_video {
    padding-top: 0px;
}
.product_table.table thead th {
    vertical-align: middle;
}
.product_table .form-check-input {
    margin-top: -5px;
}
.user_table {
    margin-bottom: 40px;
}
.has-error .select2-selection {
    border-color: rgb(185, 74, 72) !important;
}
.bg_orange {
    background: #F5D7B9;
}
.bg_orange.light {
    background: #FAE9DA;
}
.bg_green {
    background: #D9E4C0
}
.bg_green.light {
    background: #EDF2E0;
}
.bg_blue {
    background: #C8D8EF
}
.bg_blue.light {
    background: #E0E6F0;
}