﻿.width-70{
    width:70%;
}
.width-75 {
    width:75%;
}
.width-80 {
    width:80%!important;
}
.width-85 {
    width:85%!important;
}

.btn-search {
    padding-left: 4px;
}

.fullAccess-tooltip {
    color: #fff !important;
    background-color: #41af1c !important;
    border: 1px dashed #41af1c !important;
    padding: 3px;
    border-radius: 3px;
}

.approval-tooltip {
    color: #721c24;
    background-color: #f8d7da;
    border: 1px dashed #f5c6cb;
    padding: 3px;
    border-radius: 3px;
}

.scroller-height-55vh {
    overflow-y: scroll;
    height: 54vh;
}

.no-products {
    padding: 15px;
    background: white;
    font-size: 12px;
    color: red;
    margin: 0;
    border: 1px solid #ddd;
    border-bottom: 0;
}

    .no-products:hover {
        background: #f5f5f5;
    }

/*.btn-theme {
    background-color: #41af1c;
    border-color: #379418;
    color: white !important;
}

    .btn-theme:hover {
        color: #fff !important;
        background: #328716 radial-gradient(circle,transparent 1%,#328716 3%) center/15000%;
    }*/

.m-r-5{
    margin-right:5px;
}

.wordBreak {
    word-break: break-all;
}
.modal-header {
    border-bottom-color: #ccc;
}

.notifications-count {
    font-size: 12px !important;
}