.poDetails .tabDanger {
    background-color: #b95b5b;
    color: #fff;
}
.poDetails .tabWarning {
    background-color: #e8d82d;
    color: #fff;
}

.poDetails .indexStyle {
    padding: 6px;
    border-radius: 50%
}

.poPrimaryBtn {
    background-color: rgba(90, 151, 175, 0.9);
    color: #fff;
}

.poPrimaryBtn:focus {
    background-color: rgba(90, 151, 175, 1);
    color: #fff;
}

.poPrimaryBtn:hover {
    background-color: rgba(90, 151, 175, 1);
    color: #fff;
}

.poPrimaryBtn:active {
    background-color: rgba(90, 151, 175, 1);
    color: #fff;
}

.poDangerBtn {
    background-color: rgba(240, 80, 80, 0.9);
    color: #fff;
}

.poDangerBtn:focus{
    background-color: rgba(240, 80, 80, 0.9);
    color: #fff;
}

.poDangerBtn:active{
    background-color: rgba(240, 80, 80, 0.9);
    color: #fff;
}

.poDangerBtn:hover {
    background-color: rgba(240, 80, 80, 1);
    color: #fff;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    display: none;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.switch input:checked+.slider {
    background-color: #5fbeaa;
}

.switch input:focus+.slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked+.slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.form-control[readonly] {
    background-color: #fff;
}

.billingtextArea {
    width: 100%;
    margin: 20px 0;
    padding: 3px;
}

.btnSetDate {
    background-color: #5a97af;
    color: #fff;
}

.btnSetDate:focus {
    background-color: #5a97af;
    color: #fff;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    color: #cfcfcf;
}

.datepicker table tr td,
.datepicker table tr td {
    color: #000;
}

.datepicker {
    z-index: 1600 !important;
    /* has to be larger than 1050 */
}

.textAreaWrapper {
    width: 100%;
}

.editPOBtn {
    color: #d69116;
    font-size: 1.6em;
    cursor: pointer;
}

.viewPOBtn {
    color: #5cb85c; 
    font-size: 1.6em;
    cursor: pointer;
}

.closePOBtn {
    color: #f05050; 
    font-size: 1.6em;
    cursor: pointer;
}

.titleColor h2 {
    color: #af2528;
}
.btnAddCustomer {
    display: inline-block;
    border-radius: 2px;
    background-color: #2ca01c;
    border: none;
    color: #ffffff;
    text-align: center;
    font-size: 10px;
    width: 80px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.5s;
    cursor: pointer;
}

/*     .pretty input{
        top : 10px;
        height: 20px;
        opacity: 1;
    } */
select option[disabled]:first-child {
	display: none;
}

.referral_modal-content {
    background-color: #ebeff2;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 65%;
}
