/* alert message */
.alert {
    position: fixed !important;
    bottom: 15px;
    z-index: 1040;
    margin: 0;
    border-radius: 0;
    text-align: left;
    left: 15px;
    border-radius: 5px;
    padding: 20px 30px;
    box-shadow: 0 2px 5px #b7b7b7;
    width: 400px;
    color: #fff;
}

.alert.alert-success {
    background-color: #35a235;
    border-color: #35a235;
    color: #fff;
}

select[readonly] {
    pointer-events: none;
}

.alert.alert-danger {
    background-color: #ce3838;
    border-color: #ce3838;
    color: #fff;
}

.alert-dismissible .close {
    padding: 10px 15px;
    margin-left: 10px;
}

.swal-footer {
    text-align: center;
}

.swal-button:focus {
    outline: none;
    box-shadow: none;
}

.swal-button--confirm {
    background-color: #0072bc;
    color: #FFFFFF;
    border: 1px solid transparent;
}

.swal-button--confirm:hover,
.swal-button--confirm:focus,
.swal-button--confirm:not([disabled]):hover {
    background-color: #FFFFFF;
    color: #0072bc;
    border: 1px solid #0072bc;
    transition: all .3s ease-in-out;
}

.swal-title {
    font-size: 22px;
}

.filter-active {
    color: #fff;
    background-color: #0072bc;
    border: 2px #0072bc solid;
}

.add-level-btn {
    padding-right: 50px;
}

.datepicker-container {
    z-index: 2048 !important;
}

ul.tabs li a {
    color: #000000;
}

.product-feature a {
    color: black;
}

.product-image img {
    max-height: 196px;
}
/*design added from shyam system*/
.tab-content .worksheet-m table tr {
    height: 45px;
}
/* @media screen and (max-width: 1367px) {
table{
    display: block;
    overflow: auto;
    width: 100%;
}
  } */
/*design added from shyam system ends here*/


.tab-link ul{
    padding-left: 0;
    margin-top: 00px;
}
.tab-link ul li {
    padding: 6px 30px;
    border: 1px solid #eee;
    margin-right: 0;
    border-radius: 5px;
    border-bottom: 0;
}
.tab-link ul li.active {
    border:none;
    background: #0072BB;
    border-radius: 4px;
}
.tab-link ul li.active a {
  color: white;
}
.theme-btn{
    background: #128EC2;
    color: #fff !important;
}
main {
    padding-top: 0;
}

.apply-export-button {
    font-family: "SF Pro Display";
    font-size: 14px;
    font-weight: bold;
    line-height: 21px;
    border-radius: 5px;
    padding: 7px 22px;
    display: inline-block;
    margin-top: 4px;
}