﻿.maxh500 {
    max-height: 450px !important;
}

.themecolor {
    color: #0485A3 !important;
    font-weight: bold;
}

switch {
    position: relative;
    display: inline-block;
    width: 30px !important;
    height: 15px;
}

.switch input {
    display: none;
}

.sliderBtbn {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #999;
    -webkit-transition: .4s;
    transition: .4s;
}

    .sliderBtbn:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        left: 3px;
        bottom: 1px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input:checked + .sliderBtbn {
    background-color: #16C1C9;
}

input:focus + .sliderBtbn {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .sliderBtbn:before {
    -webkit-transform: translateX(18px);
    -ms-transform: translateX(18px);
    transform: translateX(18px);
}

.sliderBtbn.round {
    border-radius: 34px;
}

    .sliderBtbn.round:before {
        border-radius: 50%;
    }

.table-bordered > tbody > tr > td:first-child {
    position: relative;
}

.PriorityUrgentindication {
    float: left;
    background: #f4f4f4;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0px;
}

.redColor {
    background: red;
}

.brownColor {
    background: #800000;
}

.yellowColor {
    background: #e6e624;
}

.orangeColor {
    background: #fb5854;
}

.greenColor {
    background: green;
}

.borderleftnone {
    border-left: none !important;
}

.chkSelect {
    margin-left: 3px !important;
}

#tblTemplateReqApprove > tbody > tr.errorRowIntable > td {
    background: rgb(255 182 182 / 30%) !important;
}


#tblTemplateReqApprove > tbody > tr.estimationRowIntable > td {
    background-color: #feeacb !important;
}

.fixedbottombtn {
    position: fixed;
    bottom: -10px;
    right: 0px;
    left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    border-top: solid thin #ccc;
    z-index: 999;
    background: #fff;
    margin-left: 50px;
}

.mt5 {
    margin-top: 5px;
}

.width120 {
    width: 120px;
}

.pl10 {
    padding-left: 10px;
}

.alertPaddingSet {
    padding: 5px 15px !important;
    margin-bottom: 14px;
}

.squareSet {
    width: 12px;
    height: 12px;
    display: inline-block;
    border-radius: 3px;
    margin-left: 5px;
}

.mt7 {
    margin-top: 7px;
}

.tableinnertext .col-md-6 {
    min-height: 53px;
    border-bottom: solid thin #e8e5e5;
    border-right: solid thin #e8e5e5;
    padding-top: 5px;
    padding-bottom: 5px;
}

.positionrel {
    position: relative;
}

.btnCloseRqsDetails {
    position: absolute;
    right: 5px;
    top: 4px;
    cursor: pointer;
    z-index: 999;
}

.checkBoxOverride label {
    margin-left: 3px;
}

#mdlStockBrowse .close {
    font-size: 28px;
    padding: 10px;
    color: #fff;
    opacity: 0.8;
    top: -2px;
    right: -5px;
}

#mdlStockBrowse .modal-content {
    border-radius: 10px;
}

#mdlStockBrowse .modal-dialog {
    width: 90%;
}

#mdlStockBrowse .modal-header {
    padding: 6px 10px;
    background: #19A7C8;
    color: #fff;
}

#mdlStockBrowse .modal-title {
    padding: 5px 15px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

#mdlStockBrowse .MetaData {
    background: rgba(25, 167, 200, 0.14);
    /*border: 0.5px solid #19A7C8;*/
    border-radius: 5px;
    min-height: 200px;
    padding: 10px;
    box-shadow: 0 0px 0px 0 rgb(0 0 0 / 0%), 0 0px 0px 0 rgb(0 0 0 / 0%), 0 0px 0px 0px rgb(0 0 0 / 0%);
}

    #mdlStockBrowse .MetaData h4 {
        font-size: 15px;
        border-bottom: solid thin #78d5e7;
        padding-bottom: 9px;
    }

#mdlStockBrowse .stockDetails {
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0px 2px 6px rgb(0 0 0 / 12%);
    border: 1px solid rgba(0,0,0,.07);
    min-height: 200px;
}

    #mdlStockBrowse .stockDetails h5 {
        margin-top: 0px;
    }

#mdlStockBrowse .innerTableTDBG {
    background: #f0f0f0;
}

#mdlStockBrowse .tableinnertext h3 {
    font-size: 14px;
    padding: 10px;
    margin: 0px;
}

table .AddWrapp {
    border-radius: 8px;
}

.btnCloseStockDetails {
    position: absolute;
    top: 6px;
    right: 11px;
    z-index: 99;
}

.positionrel {
    position: relative;
}

.StockQty {
    font-weight: bold;
}

.popover-body {
    padding: 5px;
}

.popover-header {
    font-size: 14px;
    padding: 7px 8px;
}

.remark {
    position: absolute;
    bottom: 64px;
    right: 25px;
    transform: translate(10px, 10px);
}

.slideUp {
    display: none;
}

.remark textarea {
    width: 400px;
}

.grabPromo {
    cursor: pointer;
    padding: 8px;
    color: #fff !important;
}
