/*.market-update-block.clr-block-3 {
    background: #8a6d3b;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    padding: 2em 2em;*/
    /*background: #FC8213;*/ /*#999;*/
/*}*/


/*@media only print {
    #div_prnt {
        width: auto;
        height: auto;
        overflow: visible;
    }
} 
 
@page {
    size: A4;
}*/
.patag a{
    text-decoration:none;
    color:black;
}
.faqp {
    text-align: justify;
    margin-left: 50px;
    color: #504a4a;
}
.catm {
    background: #fff;
    text-align: center;
    margin: 0 10px 10px 0;
    border-radius: 0px;
    /* box-shadow: 1px 1px 0px 0px #C7C7C7; */
    box-shadow: 0px 2px 5px rgba(0,0,0,.25);
    -webkit-box-shadow: 0px 2px 5px rgba(0,0,0,.25);
    -moz-box-shadow: 0px 2px 5px rgba(0,0,0,.25);
    width: 100%;
}

    .catm p {
        font-size: medium;
        color: #333;
    }

    .catm a {
        text-decoration: none;
        border: 1px solid #ccc;
        border-radius: 0;
        display: block;
        padding: 5px;
        width: auto;
        height: 185px;
        font-weight: 400;
        color: #333;
    }

        .catm a:hover {
            background: #40ad88;
            color: #fff;
        }

.catml {
    margin-top: 5px;
    font-size: medium;
}

.catmlnn {
    margin-top: 5px;
    /* font-size: 13px;*/
    font-size: medium;
    background-color: #f3f3f3;
    min-height: 144px;
    border: 1px solid #eee;
    -webkit-box-shadow: 0px 0px 5px 1px #d2d2d2;
    -moz-box-shadow: 0px 0px 5px 1px #d2d2d2;
    -o-box-shadow: 0px 0px 5px 1px #d2d2d2;
    -ms-box-shadow: 0px 0px 5px 1px #d2d2d2;
    box-shadow: 0px 0px 5px 1px #d2d2d2;
}

.catm img {
    height: 90px;
    width: 100px;
}
.wshead {
    text-align: center;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-size: cover;
    /*background-color: #97eace;*/ /* #81dfbf;*/
    position: relative;
    padding: 0px 30px;
    border-radius: 20px;
    /* color: white;*/
    background: linear-gradient(10.7deg, #e9edfb -50.21%, #5994ea 31.11%, #fff 166.02%);
    /* background: linear-gradient(10.7deg, #e9edfb -50.21%, #f6f8fd 31.11%, #fff 166.02%);*/
}
.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

.modal-content {
    background-color: #fff;
    margin: 10% auto;
    padding: 20px;
    width: 300px;
}

.close {
    float: right;
    cursor: pointer;
    font-size: 20px;
}
.progress-container {
    width: 100%;
    background-color: #eee;
    border-radius: 8px;
    overflow: hidden;
    height: 25px;
    margin-top: 20px;
}

.progress-bar {
    height: 100%;
    width: 0%;
    background-color: #4caf50;
    transition: width 0.2s ease-in-out;
}

.progress-text {
    text-align: center;
    font-family: sans-serif;
    margin-top: 10px;
}

.divshwd {
   /* box-shadow: 0 2px 20px rgba(0, 0, 0, .2);
    background-color: #ffffff;*/
}

.divts table td {
    border-color: transparent;
}
.printdiv {
    max-width: 210mm !important;
    max-height: 296mm !important;
    background: #FC8213;
    box-shadow: 0 .5mm 2mm rgba(0,0,0,.3);
    margin: 5mm auto;
    width: 29.7cm;
    height: 21cm;
} 


.table-container {
    overflow-x: scroll;
}


table {
    display: block;
    white-space: nowrap;
    width: 100% !important;
    overflow-x: auto;
    overflow-y: auto;
    display: table
}
    table td {
        border: 1px solid grey;
        width: auto;
       /* font-size: 1em !important;
        font-family: verdana;*/
      
    }
    table th {
        background-color: #0dcaf0;
       /* font-size: 1em !important;
        font-family: verdana;*/
    }
.listitemn {
    padding: 10px 0 10px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-color: #FC8213;
    width: 100%;
    background-color: #f5f5f5;
    text-align: center !important;
}
.st2 {
    margin-top:5px;
    color: black !important;
}
.st1 {
    /*text-align: center;*/
    background-color: #f5f5f5;
    padding: 10px 10px 10px 10px;
    color:black !important;
}
.st3{
    display:none;
}
.disabled-div {
    pointer-events: none;
    opacity: 0.5;
    /* Optional: Add additional styles to convey disabled state */
    background-color: #f2f2f2;
    color: #999;
    cursor: not-allowed;
}
.msgline {
    padding: 10px 10px 10px 10px;
    color: #0f2a1d;
    text-align:center !important;
    /*margin-bottom: 2em;
    background-color: #c1cfe3;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.34);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.34);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.34);*/
    box-shadow: rgba(0, 0, 0, 0.133) 0px 3.2px 7.2px 0px, rgba(0, 0, 0, 0.11) 0px 0.6px 1.8px 0px;
    background-color: rgb(255, 255, 255);
} 
.div-l_line {
    border: solid 0.3em white;
    border-left-color: #0d6efd;
    width: auto;
}
 
.btn-prn {
    color: #333;    
    border-color: #0d6efd;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: none;
    background-image: url("../img/btnprint.png") !important;
    background-repeat: no-repeat;
    padding: 0;
}
.btn-csv {
    color: #333;
    border-color: #0d6efd;
    width: 40px;
    height: 40px;
    cursor: pointer;
    border: none;
    background-image: url("../img/btncsv.png") !important;
    background-repeat: no-repeat;
    padding: 0;
}
.btn-close {
    color: #fff;
    background-color: #dc3545;
    border-color: #0d6efd;
}
.btn-report {
    color: #fff;
    background-color: #198754;
    border-color: #0d6efd;
}
.btn-time {
    color: #fff;
    background-color: #9b8c61;
    border-color: #0d6efd;
}
.btn-green {
    color: #fff;
    background-color: #68ae00;
    border-color: #0d6efd;
}
.btn-darkgreen {
    color: #fff;
    background-color: #3a5247;
    border-color: #0d6efd;
}


.btn-red {
    color: #fff;
    background-color: red;
    border-color: #0d6efd;
}
.btn-date {
    color: #fff;
    background-color: #3570c5;
    border-color: #0d6efd;
}

.btn-brown {
    color: #fff;
    background-color: saddlebrown;
    border-color: #0d6efd;
}
.btn-orange {
    color: #fff;
    background-color: #FC8213;
    border-color: #0d6efd;
}
.btnright
{
    float:right!important;
}
.market-update-gd {
    float: none;
    width: 80%;
    text-align: center;
    min-height: 50px;
    background-color: #ECF8FF;
}
.market-update-block.clr-block-3 {
    background: #8a6d3b;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.market-update-right i.fa.fa-envelope-o {
    font-size: 3em;
    color: #337AB7;
    width: 80px;
    height: 80px;
    background: #fff;
    text-align: center;
    border-radius: 49px;
    -webkit-border-radius: 49px;
    -moz-border-radius: 49px;
    -o-border-radius: 49px;
    line-height: 1.7em;
}
.market-update-block.clr-block-1 {
    background: #68ae00;
    margin-right: 0.8em;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
}
.market-update-block h4 {
    font-size: 1.2em;
    color: #fff;    
    margin: 0.3em 0em;
    font-family: 'Carrois Gothic', sans-serif;
}
.logo-name h1 a{
    color: #FC8213;
    margin: 0em;
    font-weight: 700;
    text-decoration: none;
    font-size: 0.8em !important;
    padding: 5px 5px 5px 5px;
    width: auto;
}
    .login-main {
    width: 40%;
    margin: 0 auto;
    background: #FFFFFF;
    background-size: cover;
    min-height: 400px;
    box-shadow: 0px 0px 2px 1px rgba(0, 0, 0, 0.15);
}

.lineby-content ul li {
    border-bottom: 1px solid #e9e9e9;
    list-style: none;
    padding: 15px 0 15px 0;
    margin: 0 0 0 0;
    color: #333;
}

.pricing-content {
    background: #fff;
    text-align: center;
    font-size: 14px;
}

.pricing-box-alt .pricing-terms {
    text-align: center;
    background: #68a4c4;
    /* background: #e6be9a;#198754*/
    display: block;
    overflow: hidden;
    padding: 30px 20px 20px 20px;
}

.pricing-box-alt {
    border: 1px solid #e6e6e6;
    background: #fcfcfc;
    position: relative;
    margin: 0 0 20px 0;
    padding: 0;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
    -moz-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.03);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pricing-content ul li {
    border-bottom: 1px solid #e9e9e9;
    list-style: none;
    padding: 15px 15px 15px 15px;
    margin: 0 0 0 0;
    color: #333;
    font-size: medium;
    overflow-wrap: break-word;
}

    .pricing-content ul li  {
        color: #333;
    }

li {
    display: list-item;
    text-align: -webkit-match-parent;
    unicode-bidi: isolate;
}

.pricing-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.btn-theme {
    border: 1px solid #68A4C4;
    /* background: #68A4C4;*/
    background: #01478C;
}

.btn-theme {
    color: #fff;
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.pricing-box-alt .pricing-action {
    margin: 0;
    text-align: center;
    padding: 30px 0 30px 0;
}

.pricing-action {
    margin: 0;
    background: #fcfcfc;
    text-align: center;
    padding: 20px 0 30px 0;
}

h4, h5, h6,
h1, h2, h3 {
    margin: 0;
}

ul, ol {
    margin: 0;
}

p {
    margin: 0;
}

.selectx {
    font-size: 0.9em;
    padding: 10px 20px;
    width: 100%;
    color: #000;
    outline: none;
    border: 1px solid #D3D3D3;
    border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    background: #F5F5F5;
    margin: 0em 0em 1.5em 0em;
}
html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

 

 

 