/*GENERAL INPUT STYLING*/
.edit-form .form-row {
    padding:33px 0;
}
.edit-form .form-row .form-row {
    padding:0 0 20px 0;
}
.edit-form  label {
    font-size:12px;
    color: #707070;
    font-weight: 600;
    text-transform: uppercase; 	
}
.form-control {
    height:37px;
    border-radius:0;
    border-color:#dfdfdf;
    box-shadow: none;
    color:#404040;
    font-size:13px;
}
.form-control.smaller-width {
    max-width:70%;
}
.info-table tbody>tr:last-child>td {
    border-bottom: none;
}
.form-control.error{
    border-color:red;
}
.form-control:focus {
    border-color:#B9B9B9;
    outline:none;
    box-shadow: none;
}
textarea.form-control {
    min-height: 60px;
    resize:vertical;
}
textarea[disabled] {
    resize:none;
}
select[disabled] + .bootstrap-select {
    background: #EEE;
    cursor: not-allowed;
}
select[disabled] + .bootstrap-select .btn.disabled {
    opacity: 1;
    background: #EEE!important;
}
.action-buttons {
    margin-top:20px;
}
.action-buttons .btn:first-child {
    margin-right:7px;
}
.btn {
    border:none;
    font-size:12px;
    font-weight:600;
    text-transform: uppercase;
    padding: 9px 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-radius: 0;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: none;
    box-shadow: none;
}
.btn-primary {
    background: #42b250;	
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background:#36a243;
    outline:none;
}
.btn-secondary {
    background: #ADC3E0;
    color:#fff;
}
.btn-secondary:hover, .btn-secondary:active {
    background:#7392BB;
    color:#fff;
}
.btn-cancel, .cancelBtn {
    color:#fff;
    background: #b9b9b9;
}
.btn-cancel:hover, .btn-cancel:active, .btn-cancel:focus, .cancelBtn:hover, .cancelBtn:active, .cancelBtn:focus {
    background:#a5a5a5;
    color:#fff;
}
.btn-llg{
    padding:9px 60px;
}
.edit-form hr {
    margin:0;
    border-top:1px solid #efefef;
}
:focus{
    outline:none;
}
label.mandatory:after, label.required-label:after {
    content: "*";
    color:#dd4848;
    margin-left:2px;
    position: relative;
    top:-2px;
}
input[type=checkbox], input[type=radio] {
    margin: 4px 1px 0px;    
    line-height: normal;
}
label.normal-label {
    font-size:13px;
    color:#404040;
    text-transform: none;
    font-weight: normal;
}
.attribute-group label {
    font-size:13px;
    color:#404040;
    text-transform: none;
    font-weight: normal;
}
.form-control::-webkit-input-placeholder {
    color: #c0c0c0;
}
.form-control:-moz-placeholder { /* Firefox 18- */
    color: #c0c0c0;  
}
.form-control::-moz-placeholder {  /* Firefox 19+ */
    color: #c0c0c0;  
}
.form-control:-ms-input-placeholder {  
    color: #c0c0c0;  
}
select.input-sm, .input-sm {
    height:34px;
    line-height:34px;
}
.digit-input {
    max-width:75px;
}
.large-digit-input {
    max-width: 150px;
}
.bootstrap-select.form-control > .btn, .bootstrap-select > .btn {
    padding: 6px 25px 6px 12px;
    height: 38px;
    text-transform: none;
    font-weight: 400;
    border: 1px solid #DFDFDF;
    background:#fff;
    transition:none;
    font-size: 13px;
}
.bootstrap-select.form-control.btn-group.open .dropdown-toggle {
    box-shadow: none;
}
.bootstrap-select .btn:focus {
    outline:none!important;
    background-color: #FFF
}
.bootstrap-select .btn-default {
    color:#404040;
}
.bootstrap-select .btn-default:hover, .bootstrap-select.open>.dropdown-toggle.btn-default {
    color:#404040;
    background:#fff;
}
.bootstrap-select.open > .btn {
    border-color:#8089B3; 
}
.bootstrap-select .dropdown-menu {
    margin: -3px 0 0 0;
    border-radius: 0;
    box-shadow: none;
    border-top-color: #FFF;
    padding-top: 0;
    border: 1px solid;
}
.bootstrap-select .dropdown-menu li a {
    padding:4px 12px;
    font-size:13px;
}
.bootstrap-select.dropup .dropdown-menu {
    margin: 0px 0 -1px 0px;
}
.bootstrap-select .dropdown-menu.open {
    border-color:#8089B3;
    border-top: none;
    width:auto;
}
.bootstrap-select.dropup .dropdown-menu.open{
    border-top:1px solid #8089B3;
    border-bottom:none;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    overflow-x: hidden;
}
.error-wrapper {
    position:relative;
}

.error-message, .errorMessage {
    background: #E83232;
    color: #FFF;
    padding: 5px 10px;
    font-size: 12px;
    position: absolute;
    top: -30px; 
    display: block;
    z-index: 3;
}
.error-message:before, .errorMessage:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #E83232 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
    position: absolute;
    bottom: -5px;
}
.error {
    font-size: 12px!important;
    text-transform: none!important;
    font-weight: normal!important;
    color: #F00!important;
}
.login-register .errorMessage {
    text-align: center;
}
/*GENERAL TABS STYLING*/
.tab-container .nav-tabs.nav-justified>li>a{
    border:none;
    background:#d1e0f0;
    border-radius:0;
    color:#2b3a80;
    font-weight: 600;
    font-size:14px;
    text-transform: uppercase;
}
.tab-container .nav-tabs.nav-justified>li {
    border-right:2px solid #fff;
}
.tab-container .nav-tabs.nav-justified>li:last-child {
    border-right:0;
}
.tab-container .nav-tabs.nav-justified>li.active>a, .tab-container .nav-tabs.nav-justified>li.active>a:hover {
    background: #a4c1e2;
    color:#fff;
    border:none;
}
.tab-container .nav-tabs.nav-justified>li>a:hover {
    background: #c6d8ea;
    border:none;
}
.tab-content {
    margin-top:30px;
}
.section-field-title{
    font-size:16px;
    font-weight:600;
    text-transform: uppercase;    
    margin:0;
}
.section-field-title.top-margin {
    margin-top:45px;
}
/*STYLE FOR PHOTO UPLOAD*/
/*.photo-import {
    width:110px;
    height:110px;
    border:2px solid #a4c1e2;
    position: relative;
    color:#a4c1e2;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    background-repeat: no-repeat;
}
.photo-import.no-content {
    border:2px solid #a4c1e2;
}
.photo-import.no-content:before {
    content:"";
}
.photo-import:hover {
    border-color:#2a3b80;
    color:#2a3b80;
}
.photo-import:before {
    content:"+";
    display: block;
    width:100%;
    height:100%;
    text-align:center;
    font-weight:600;
    font-size:64px;
    position: relative;
    top:5px;
}
.photo-import input[type="file"] {
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    opacity: 0;
    cursor: pointer;
}*/

.product-photo-container,
.image_element {
    width: 110px;
    height: 110px;
    position: relative;
    display: block;
    vertical-align: middle;
    margin-right: 25px;
    margin-bottom:20px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    box-sizing: content-box;
    border: 2px solid #a4c1e2;
    color: #A4C1E2;    
}
.plus-sign:before {
    content: "+";
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-weight: 600;
    font-size: 64px;  
    top: 0;
    line-height: 110px;
    position: absolute;
    z-index: 0;   
    pointer-events: none;
}
.image_element:hover {
    border-color: #2A3B80;
    color: #2A3B80;
}
.product-photo-import input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    width: 110px;
    height: 110px;
    cursor: pointer;    
}
.product-photo-import.small-photo-import input[type="file"] {
    width:25px;
    height:25px;
}
.product-photo-import.logo-preview {
    background: #ffffff center center no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
}
.product-photo-import {
    width: 110px;
    height: 110px;
    border: none;
    background: #fff;
    position:relative;
    overflow: hidden;
}


.avatar-view {
    display: block;
    margin: 15% auto 5%;
    height: 220px;
    width: 220px;
    border: 3px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
    cursor: pointer;
    overflow: hidden;
}

.avatar-view img {
    width: 100%;
}

.avatar-body {
    padding-right: 15px;
    padding-left: 15px;
}

.avatar-upload {
    overflow: hidden;
}

.avatar-upload label {
    display: block;
    float: left;
    clear: left;
    width: 100px;
}

.avatar-upload input {
    display: block;
    margin-left: 110px;
}

.avatar-alert {
    margin-top: 10px;
    margin-bottom: 10px;
}

.avatar-wrapper {
    height: 364px;
    width: 100%;
    margin-top: 15px;
    box-shadow: inset 0 0 5px rgba(0,0,0,.25);
    background-color: #fcfcfc;
    overflow: hidden;
}

.avatar-wrapper img {
    display: block;
    height: auto;
    max-width: 100%;
}

.avatar-preview, .product-photo-import {
    float: left;  
    margin-right: 15px;
    border-radius: 0px;
    background-color: #fff;  
}

.avatar-preview {
    overflow: hidden;
    margin-bottom:15px;
}

.avatar-preview:hover, .product-photo-import:hover {
    border-color: #ccf;
    box-shadow: 0 0 5px rgba(0,0,0,.15);
}

.avatar-preview img, .product-photo-import img {
    width: 100%;
    z-index: 5;
    position: relative;       
}

.preview-lg {
    height: 110px;
    width: 110px;
    margin-top: 15px;
}

.preview-md {
    height: 60px;
    width: 60px;
}

.preview-sm {
    height: 25px;
    width: 25px;
}

@media (min-width: 992px) {
    .avatar-preview, .product-photo-import {
        float: none;
    }
}

.invalid-size {
    color: red;
}
.product-photo-import button {
    background: #fff;
}
.image_element {
    position: relative;
    float:left;
}
div.image_element div.delete, div.small_image_element div.delete{
    position: absolute;
    width: 20px;    
    visibility: hidden;
    z-index: 9999;
    cursor: pointer;
    height: 20px;
    top: -10px;
    right: -10px;  
}

div.image_element div.delete:hover, div.small_image_element div.delete:hover {
    background-color:#D74A4A;
}

div.image_element div.delete a, div.small_image_element div.delete a{
    background:#fff;
}

div.image_element:hover div.delete, div.small_image_element:hover div.delete {
    visibility: visible;
}
.small_image_element {
    float: left;
}
.small-photo-import {
    border:1px solid #a4c1e2;
    color:#a4c1e2;
    width: 25px !important;
    height: 25px !important;
    margin-right: 0;
}
.small-photo-import:before {
    content:"+";
    font-size: 23px !important;
    line-height: 22px !important;
    width: 100% !important;
    height: 100%;
    cursor: pointer;
    position: absolute;
    display: inline-block;
    z-index: 0;
    top: 0;   
    text-align:center;
}
input[type="file"] {
    cursor: pointer;
}

/*GENERAL TABLE STYLING*/
.table>thead>tr>th {
    border-bottom:none;
    padding:15px 10px 15px 10px!important;
    background-color:#539ad9!important;
    color:#fff;
    font-size:14px;
    font-weight:700;
}
.table>tbody>tr>td, .table>tr>td {
    border-top:none;
    border-bottom:1px solid #e3e3e3;
    padding: 15px 10px 15px 10px!important;
    font-size:14px;
    vertical-align: top;
    color:#2e2e2e;
}
.table a {
    color:#1a76c7!important;
    font-weight:500!important;
}

table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc {
    background: none;
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after {
    content:"";
    width:19px;
    height:15px;
    display: inline-block;
    margin-left:3px;	
    vertical-align:middle;
}
.table-with-filter .filter .form-control {
    width:100%;
}
.review-table .legend th{
    width:12.5%!important;
    vertical-align: middle
}
.table>thead>tr>th {
    vertical-align: top;
}
table.dataTable thead .sorting:after {	
    background:url('../images/sort_both.png') no-repeat center;
}
table.dataTable thead .sorting_asc:after {	
    background:url('../images/sort_asc.png') no-repeat center;
}
table.dataTable thead .sorting_desc:after {	
    background:url('../images/sort_desc.png') no-repeat center;
}
table.table-hover>tbody>tr:hover {
    background: #f8f8f8;
}
div.dataTables_info {
    font-size:12px;
    color:#c8c8c8;
    margin-bottom: 20px;
}
.dataTables_wrapper .dataTables_length .form-control {
    margin:0 6px;
}
div.dataTables_paginate ul.pagination {
    margin:5px 0 0 0;
}
div.dataTables_paginate ul.pagination a {
    font-size:13px;
    border-radius:0;
    color: #1a76c7;
    font-weight: 500;
}
div.dataTables_paginate ul.pagination .next a, div.dataTables_paginate ul.pagination .previous a  {
    color:#7192c6;
}
div.dataTables_paginate ul.pagination .disabled a {
    color:#dadada;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    background:#dfdfdf;
    border-color:#dfdfdf;
    color: #a2a2a2!important;
}
.pagination>li>a, .pagination>li>span {
    padding:6px 11px;
}
.table tr.shown td {
    border-bottom:none;
}
.table tr.shown + tr:hover {
    background: transparent;
}

/*EDIT/DELETE/BLOCK ICONS IN TABLE*/
.table .operations-buttons li {
    display: inline-block;
}
.table .operations-buttons li {
    margin-right:10px;
}
.table .operations-buttons li:last-child {
    margin-right: 0;
}
.table tr.expanded .edit:before {
    content: "-";
    vertical-align: top;
    line-height: 11px;
    background: #1a76c7;
    color:#fff;
}

.edit:before{
    font-family: "Open Sans";
    content: "+";
    font-size: 19px;
    font-weight: 700;
    border: 1px solid #1a76c7;
    padding: 2px;
    color: #1a76c7;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: top;
    line-height: 15px;
}
.edit:hover:before {
    background: #1a76c7;
    color:#fff;
}
.remove:before {
    font-family: "cosquare";
    content: "\e209";
    font-size: 14px;
    border: 1px solid #E83232;
    padding: 2px;
    color: #E83232;  
    display: inline-block;
    width:20px;
    height:20px;
    text-align: center;
    vertical-align: top;
    line-height:15px;
}
.remove:hover:before {
    background: #E83232;
    color:#fff;
}
.table .block:before {
    font-family: "cosquare";
    content: "\e600";
    font-size: 14px;
    border: 1px solid #E83232;
    padding: 2px;
    color: #E83232;  
    display: inline-block;
    width:20px;
    height:20px;
    text-align: center;
    vertical-align: top;
    line-height:15px;
}
.table .block:hover:before {
    background: #E83232;
    color:#fff;
}
.table .unblock:before {
    font-family: "cosquare";
    content: "\e601";
    font-size: 14px;
    border: 1px solid #7192C6;
    padding: 2px;
    color: #7192C6;  
    display: inline-block;
    width:20px;
    height:20px;
    text-align: center;
    vertical-align: top;
    line-height:15px;
}
.table .unblock:hover:before {
    background: #7192C6;
    color:#fff;
}
.table .edit-settings:before {
    font-family: "FontAwesome";
    content:"\f013";
    font-size: 14px;
    border: 1px solid #7192C6;
    padding: 2px;
    color: #7192C6; 
    display: inline-block;
    width:20px;
    height:20px;
    text-align: center;
    vertical-align: top;
    line-height:15px;
}
.table .edit-settings:hover:before {
    background: #7192C6;
    color:#fff;
}
.table .login-as:before {
    font-family: "cosquare";
    content: "\e616";
    font-size: 14px;
    border: 1px solid #7192C6;
    padding: 2px;
    color: #7192C6;  
    display: inline-block;
    width:20px;
    height:20px;
    text-align: center;
    vertical-align: top;
    line-height:15px;
}
.table .login-as:hover:before {
    background: #7192C6;
    color:#fff;
}
.table a {
    font-weight: 400;
    transition: color 0.2s ease-in-out;
}
.table a:hover{
    color:#000;
}
.add-tree-elem-form .form-group, add-value .add-new-value-container {
    min-width: 400px;    
    position: relative;
}
.add-tree-elem-form .form-control, .add-new-value-container .form-control {
    width: 100%;
    padding-right:76px;
}
.add-tree-elem-form .btn, .add-new-value-container .btn {
    position: absolute;
    top:0;
    right:0;
    height:100%;
}

.date-button {
    position: relative;
    width:250px;
    cursor: pointer;
}
.date-button:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    content: "\f073";
    position: absolute;
    right: 13px;
    z-index: 1;
    top: 13px;
    opacity: 0.7;
    pointer-events: none;
}
.lh-40 {
    line-height:40px;
}
.table>thead>tr.filter>th {
    background-color:#fff!important;
    padding-top:0!important;
}
.table>thead>tr.filter>th:first-child {
    padding-left:0!important;
}
.table>thead>tr.filter>th .form-control {
    font-weight:normal;
}
.table.last-col-center tr td:last-child {
    text-align:center;
    min-width: 132px;
}
.form-with-hint {
    position: relative;
}
.form-with-hint .form-after {
    position: absolute;
    right: 16px;
    top: 1px;
    height:38px;
    padding:0 10px;
    line-height: 40px;
    background: #EAEAEA;
}
.twitter-typeahead {
    display:block!important;
}

.checkbox input[type=checkbox] {
    top: 5px;
    left: -2px;
    position: relative;
}

.checkbox {
    padding-left: 20px;
}
.checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 0;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #42B250;
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
    opacity: 0;
    width: 17px;
    z-index: 1;
    cursor: pointer;
    height: 17px;
}
input[type="checkbox"]:focus {
    outline: none;
}
.checkbox input[type="checkbox"]:focus + label::before,
.checkbox input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + label::after,
.checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
}
.checkbox input[type="checkbox"]:disabled + label,
.checkbox input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.checkbox input[type="checkbox"]:disabled + label::before,
.checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed;
}
.checkbox.checkbox-circle label::before {
    border-radius: 50%;
}
.checkbox.checkbox-inline {
    margin-top: 0;
}

.radio {
    padding-left: 20px;
}
.radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 5px;
}
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out;
}
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
    opacity: 0;
    z-index: 1;
}
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.radio input[type="radio"]:disabled + label {
    opacity: 0.65;
}
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed;
}
.radio.radio-inline {
    margin-top: 0;
}

input[type="checkbox"].styled:checked + label:after,
input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c";
}
input[type="checkbox"] .styled:checked + label::before,
input[type="radio"] .styled:checked + label::before {
    color: #fff;
}
input[type="checkbox"] .styled:checked + label::after,
input[type="radio"] .styled:checked + label::after {
    color: #fff;
}
.bootstrap-tagsinput {
    min-height: 40px;
    border-radius: 0;
    border-color: #DFDFDF;
    box-shadow: none;
    color: #404040;
    font-size: 13px;
    display: block;
    margin-bottom: 0;
    width: 100%;
}
.bootstrap-tagsinput input{
    height: 90%;    
    margin-top: 2px;
    width: 100px!important;
    padding: 5px;
}
.bootstrap-tagsinput .tag {
    height: 28px;
    display: inline-block;
    margin: 1px 2px 1px 0;
    color: #FFF;
    background: #A4C1E2;
    padding: 4px 7px;
}
.select_option {
    padding:8px 0;
}
.date-button::-ms-clear {
    display: none;
}
.alert {
    padding: 10px;
    margin: 20px 0;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    font-size: 13px;
}
.alert-success {
    color: #42B250;
    background-color: #F8FEF6;
    border-color: #D8F3DB;
}
.notifyjs-bootstrap-base {
    font-weight: 600!important;  
    text-shadow: none!important;
    -webkit-border-radius: 0!important;
    -moz-border-radius: 0!important;
    border-radius: 0!important;
    padding: 6px 30px 6px 30px!important;
    background-position: 5px 6px!important;
}
/*AUTOCOMPLETE*/
.tt-menu {
    margin-top:-2px;
    border:1px solid #dadada;    
    width:70%;
    background:#fff;    
    z-index:-1;
    -webkit-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.21);
    -moz-box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.21);
    box-shadow: 0px 3px 5px -1px rgba(0,0,0,0.21);
}

.tt-suggestion {    
    padding:2px 12px;
}
.tt-suggestion:hover {
    background-color:#f5f5f5;
}

.discount-form .error-message {
    min-width: 186px;
}

.input-group-addon {
    padding: 0;
    background-color: transparent;
    border: none;
    border-radius: 0;
}

.dataTable_wrapper {
    -webkit-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.17);
    box-shadow: 0px 0px 9px -2px rgba(0,0,0,0.17);
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
   
}
.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}
.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: 0px;
    margin-left: 0px;  
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    right: 9px;
    top: 17px;
}