﻿/* custome formatting */

.drop-shadow-1 {
    text-shadow: 3px 0px 7px rgba(81,67,21,0.8), -3px 0px 7px rgba(81,67,21,0.8), 0px 4px 7px rgba(81,67,21,0.8);
}

.drop-shadow-double {
    text-shadow: 2px 3px 7px white, 0 10px 1px red;
}

.drop-shadow-2 {
    text-shadow: 2px 7px 5px rgba(0,0,0,0.3), 0px -4px 10px rgba(255,255,255,0.3);
}

.drop-shadow-smokey {
    font-family: 'Ubuntu',Arial, sans-serif;
    color: yellow;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    text-shadow: 3px 3px 20px grey, -2px 1px 30px grey, -1px 1px 0 #000, 1px 1px 0 #000, 1px -1px 0 #000, -1px -1px 0 #000;
}

.blink_me {
    margin:0px;
    padding:5px;
    padding-left:25px;
    color:red;
    width:50%;
    font-size:18px;
    font-weight:bold;
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

#voucherModal .modal-dialog {
    margin-top: 1px;
    width: 80% !important;
    height: 65% !important;
}

#voucherModal .modal-header {
    background-color: olive;
    padding: 16px 16px;
}

#Modal .modal-dialog {
    margin-top: 1px;
    width: 90%;
    height: 60% !important;
}

#invoiceModal .modal-dialog {
    margin-top: 1px;
    width: 90%;
    height: 60% !important;
}

#purchaseModal .modal-dialog {
    margin-top: 1px;
    width: 95%;
    height: 60% !important;
}

#invoiceModal .modal-header {
    background-color:cornflowerblue;
    padding: 16px 16px;
}

#productModal .modal-dialog {
    margin-top: 1px;
    width: 60%;
    height: 50% !important;
}

#productModal .modal-header {
    background-color: cornflowerblue;
    color: white;
    padding: 16px 16px;
}

.modal-dialog {
    margin-top: 1px;
    width: 40%;
    height: 50% !important;
}

.modal-header {
    background-color: darkorchid;
    color: white;
    padding: 16px 16px;
}

.p_menu {
    color: greenyellow;
}

.cellcap {
    padding: 2px;
    padding-right: 10px;
    width: 7%;
    color: blue;
    font-weight: bold;
    text-align: right;
}

.tdcaption {
    padding: 2px;
    padding-left:50px;
    padding-right: 10px;
    width: 40%;
    color: blue;
    font-weight: bold;
    text-align: right;
}

.tdcaption-red {
    padding: 2px;
    padding-right: 10px;
    width: 30%;
    color: red;
    font-weight: bold;
    text-align: right;
}


.tdcaption-lg {
    padding: 2px;
    padding-right: 5px;
    width: 30%;
    color: blue;
    font-weight: bold;
    text-align: right;
}

.mytr {
    padding: 2px;
    margin: 5px;
}

.mytd {
    padding: 2px;
    margin: 2px;
    width: 20%;
}

.desc {
    padding: 2px;
    margin: 2px;
    width: 40%;
}

.thformat {
    color: white;
    background-color: #b314cc;
    font-size: 12px;
    font-weight: bold;
    height: 30px;
}

.thformatlist {
    color: white;
    background-color: blueviolet;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
}

.thformatlist-2 {
    color: blue;
    background-color: yellowgreen;
    font-size: 14px;
    font-weight: bold;
    height: 35px;
}

.inputcell {
    display: block;
    padding: 0;
    margin: 0;
    border: 1;
    width: 100%;
    float: left;
    margin-right: 0px;
}

.totalcell {
    padding: 0;
    margin: 0;
    margin-right: 0px;
    float: left;
    width: 120px;
    text-align: center;
    background-color: #FF6347;
    font-size: 20px;
}

.trcolor {
    color: cyan;
    background-color: dimgray;
}

.td_detail_cell {
    padding: 0;
    margin: 0;
    margin-right: 0px;
    text-align: right;
}

.tdcolor {
    color: cyan;
    background-color: dimgray;
}


.tdcenter {
    text-align: center;
}

.tdfontlarge {
    font-size: 20px;
}

.divtable2 {
    height: 100%;
    max-height: 100%;
    overflow: auto;
    background: ivory;
}


.total_cell {
    padding: 0;
    margin: 0;
    margin-right: 0px;
    text-align: center;
    background-color: gray;
}


.div_total {
    padding: 0;
    margin: 0;
    margin-right: 0px;
    width: 100%;
    text-align: center;
    background-color: lightgrey;
}

.td_total_label {
    margin: 0;
    padding: 0;
    text-align: center;
    color: red;
    font-weight: bold;
}

.td_total_cell {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
}
.td_total_val {
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}

.td_receipt {
    margin: 0;
    padding: 0;
    color: blue;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}

.td_detail_amount_cell {
    margin: 0;
    padding: 0;
    text-align: right;
}

.column1 {
    border: 1px solid #dddddd;
    text-align: left;
    padding: 8px;
    margin: 5px;
    width: 80%;
    background-color: green;
    color: white;
    font-size: 14px;
}

.column2 {
    border: 1px solid #dddddd;
    text-align: center;
    padding: 8px;
    width: 20%;
    font-size: 14px;
}

.row1 {
    padding: 8px;
    height: 30px;
}

.checkboxsize {
    width: 20px;
    height: 20px;
    background-color: yellow;
}

.invoice_amount_cell {
    margin: 0;
    padding: 0;
    text-align: center;
}

.bgimage {
    /* The image used */
    background-image: url('../adminlte/dist/img/photo3.jpg');
    /* Full height */
    height: 100%;
    width: : 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.right-inner-addon i {
    position: absolute;
    right: 0px;
    padding: 10px 12px;
    pointer-events: none;
}

.list_table_template2 tbody tr {
    color: rgb(37, 9, 239 );
    height: 10px;
    font-size: 13px;
}

.list_table_template2 {
    width: 100%;
    table-layout: fixed;
    border: 2px solid #ccc;
    border-radius: 15px;
}

/* start style table */
.styled-table {
    margin: 0px;
    padding: 0px;
    font-size: 12px;
    font-family: Arial;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

    .styled-table thead tr th,
    .styled-table thead tr td {
        position: sticky;
        top: 0;
        padding: 5px;
        margin: 0px;
        height: 20px;
        border-radius: 10px;
        background-color: dimgray;
        color: aqua;
        text-align: left;
    }

    .styled-table tbody td {
        height: 20px;
        padding: 5px;
        margin: 0px;
        border-radius: 10px;
    }

    .styled-table tfoot td {
        position: sticky;
        bottom: 0;
        height: 20px;
        padding: 5px;
        margin: 0px;
        font-weight: bold;
        color: blue;
        border-radius: 10px;
    }

    .styled-table tbody tr {
        border-bottom: 2px solid lightgrey;
    }

        .styled-table tbody tr:nth-of-type(even) {
            background-color: #f3f3f3;
        }

        .styled-table tbody tr:last-of-type {
            border-bottom: 2px solid #009879;
        }

        .styled-table tbody tr.active-row {
            font-weight: bold;
            color: #009879;
        }
/* end style table */

.dataTables_paginate a {
    padding: 6px 9px !important;
    background: gold !important;
    border-color: black !important;
    border-radius: 10px;
    color: red;
    font-weight: bold;
}

.dataTables_filter input {
    border-color: darkgoldenrod !important;
    background-color: darkseagreen;
    color: black;
}

/* end style table */

.round_div_party_list {
    border-radius: 15px;
    background: white;
    margin: 0px;
    padding: 0px;
    overflow-y: scroll;
    height: 200px;
    width: 100%
}

.btn_select {
    background-color: yellow;
    color: red;
    float: left;
    width: 25px;
    height: 25px;
    text-align: center;
    display: block;
    font-size: 14px;
    border-radius: 15px;
}

.but_icon_centre {
    color: red;
    margin-top: 10px;
    top: 50%;
    left: 50%;
    height: 50%;
    transform: translate(-50%, -50%);
    width: 20px;
    height: 20px;
    display: block;
    font-size: 14px;
    border-radius: 15px;
}

.btn_round {
    border-radius: 12px;
}

.btn_add_record {
    width: 150px;
    border-radius: 20px;
    background-color: darkmagenta;
    font-size: 16px;
    font-weight: bold;
    color: white;
    float: right;
    position: relative;
    top: 0px;
    right: 10px;
}

.th-magenta {
    background-color: darkmagenta;
}

.card-header-color {
    height:50px;
    background-color:cornflowerblue;
    color:white;
    border-radius:10px;
}
.card-body-color {
    background-color: whitesmoke;
}

.rep-div-style {
    padding: 30px;
    margin: 5px;
    background-color: azure;
    color: white;
    border-radius: 10px;
    height: 400px;
}
