.form-control-position {
    top: 15px;
}

.form-control:focus {
    color: #4e5154;
    background-color: #fff;
    border-color: #89c556;
    outline: 0;
    box-shadow: none;
}

.bg-gradient-x-grey-blue {
    background-image: linear-gradient(to right, #3e8542 0%,#5dbd65 100%);
    background-repeat: repeat-x;
}

footer.footer-dark {
    background-image: linear-gradient(to right, #4d9a53 0%,#5dbd65 100%);
    color: #fff !important;
}
.blue-grey.lighten-2 {
    color: #fff !important;
}

a {
    color: #5dbd65;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #3e8542;
}

.main-menu.menu-light .navigation > li.open {
    border-left: 4px solid #4d9a53;
}

.form-control-position {
    top: 5px;
}

.vs__dropdown-toggle {
    width: 100%;
    height: calc(2.75rem + 2px);
    padding: 0.75rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.25;
    color: #4e5154;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #babfc7;
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.vs__selected {
    display: flex;
    align-items: center;
    background-color: #f0f0f0;
    border: 1px solid rgba(60,60,60,.26);
    border-radius: 4px;
    color:#3f587e;
    line-height: 1.5;
    margin: 0 0;
    padding: 0 .25em;
    z-index: 0;
}

.vs__selected-options {
    margin-top: -3px;
    margin-left: -10px;
}

.custom-select:focus {
    border-color: #5dbd65;
    outline: 0;
    box-shadow: none;
}

.custom-file-input:focus ~ .custom-file-label {
    border-color:  #5dbd65;
    box-shadow: none;
}

.page-link {
    color: #3e8542;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #5dbd65;
    border-color: #3e8542;
}

.login-form .form-control-position {
    top: 15px;
}

.main-menu.menu-light .navigation li.active {
    border-left: 4px solid #3e8542;
}

.main-menu.menu-light .navigation > li.active > a {
    color: #3e8542;
}

html body .pace .pace-progress {
    background: #79d281;
}

.find-icon-select{
    float: left;
    display: inline-block;
    margin: 0 5px;
}

.find-icon-select img{
    width: 16px;
    height: auto;
}

.find-icon-option{
    float: left;
    display: inline-block;
    margin: 0 5px;
}

.find-icon-option img{
    width: 32px;
    height: auto;
}

.vs__dropdown-toggle{
    white-space: nowrap;
    overflow: hidden;
}


.v-input-icon{
    float: left;
    display: inline-block;
    margin: 0 5px;
}

.v-input-icon img{
    width: 16px;
    height: auto;
}

.overflow-class{
    white-space: nowrap;
    overflow: hidden;
}


#modal-update-form .modal-lg, .modal-xl {
    max-width: 900px;
}


.product-replacement > .row{
    background: #fff;
    padding-top: 20px;
    border: 1px solid #babfc7;
    border-radius: 3px;
    margin: 5px 0;
}

.product-replacement:nth-child(even) > .row{
    background: rgba(245, 247, 250, 0.5);
    border: 1px solid #babfc7;
}

.small-nowrap {
    line-height:2.5;
    white-space:nowrap;
}

.text-bold {
    font-weight: bold !important;
}

.form-control-position-submit {
    position: absolute;
    top: 0;
    right: 35px;
    z-index: 2;
    display: block;
    width: 2.5rem;
    height: 3.5rem;
    line-height: 2.5rem;
    text-align: center;
}

.table th, .table td {
    padding: 0.75rem 1rem;
}

.badge-recipe-tag{
    margin: 2px 2px;
}

.main-menu.menu-light .navigation > li.open ul li > a {
    padding-left: 18px;
}

.tagging .tag {
    background: none repeat scroll 0 0 #4d9a53;
    padding: 7px 0 7px 7px;
}

.tagging .tag span {
    background: none repeat scroll 0 0 #39803f;
    margin-right: 0;
    margin-left: 5px;
    padding: 5px 10px 5px;
}

.tagging .tag span:hover {
    cursor: pointer;
}

.badge-recipe-tag{
    margin: 2px 2px;
}

.badge-recipe-tag span {
    position: relative;
    bottom: 0 !important;
    padding: 0 5px;
    font-size: 14px;
}


.badge-recipe-tag  button.b-form-tag-remove {
    font-size: 14px !important;
    color: #fff !important;
    opacity: 1;
    margin: 0 0.25rem;
}

.tagging .tag span {
    background: none repeat scroll 0 0 #39803f;
    margin-right: 0;
    margin-left: 5px;
    padding: 5px 10px 5px;
}

.custom-file-label::after {
    content: 'Добавить';
}

.custom-file-input ~ .custom-file-label[data-browse]::after {
    content: 'Добавить';
}

.dark-green{
    color: #39803f;
}

.dark-blue {
    background-color: #0599ad !important;
    border-color: #0599ad !important;
}
