/* Global Styles */


/* ------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,200,200italic,300,300italic,400italic,600,600italic,700,700italic,900,900italic);
body {
    background-color: #f8f8f8;
    color: #333;
    font-family: "Source Sans Pro", sans-serif;
}


/* Wrappers */


/* ------------------------------- */

#wrapper {
    width: 100%;
}

#header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 568px;
    background-color: #fff;
    z-index: 8888;
}

.page-header {
    font-size: 24px;
}

.navbar {
    background: #52a8da;
}

.dropdown-toggle i {
    color: #ffffff;
}

#page-wrapper .panel-default>.panel-heading {
    background: #4f8bae;
    color: #ffffff;
}

.logo_wrap {
    position: relative;
    float: left;
    width: 281px;
    background: none repeat scroll 0 0 #4f8bae;
}

.logo_wrap .navbar-header {
    position: absolute;
    right: 5px;
    top: 0;
}

.logo_wrap .navbar-toggle {
    background: #52a8da none repeat scroll 0 0;
}

.logo_wrap .navbar-toggle .icon-bar {
    background: #ffffff;
}

#header .logo {
    color: #ffffff;
    font-size: 20px;
    font-weight: bold;
    height: 50px;
    line-height: 50px;
    padding: 0 10px;
}

.navbar-static-top {
    margin-left: 270px;
}

.nav>li>a {
    color: #ffffff;
}

.nav>li>a:hover {
    color: #333;
}

.navbar .nav>li.dropdown>a:hover,
.navbar .nav>li.dropdown>a:focus {
    background: #4f8bae;
}

@media (min-width: 768px) {
    #page-wrapper {
        position: inherit;
        /*margin: 50px 0 0 0px;*/
        padding: 50px 30px 0px;
        min-height: 1300px;
        border-left: 1px solid #e7e7e7;
    }
}

.navbar-static-side ul li {
    border-bottom: 1px solid #e7e7e7;
}


/* Navigation */


/* ------------------------------- */


/* Top Right Navigation Dropdown Styles */

.navbar-top-links li {
    display: inline-block;
}

.navbar-top-links li:last-child {
    margin-right: 15px;
}

.navbar-top-links li a {
    padding: 15px;
    min-height: 50px;
    font-weight: bold;
}

.navbar-top-links .dropdown-menu li {
    display: block;
}

.navbar-top-links .dropdown-menu li:last-child {
    margin-right: 0;
}

.navbar-top-links .dropdown-menu li a {
    padding: 3px 20px;
    min-height: 0;
}

.navbar-top-links .dropdown-menu li a div {
    white-space: normal;
}

.navbar-top-links .dropdown-messages,
.navbar-top-links .dropdown-tasks,
.navbar-top-links .dropdown-alerts {
    width: 310px;
    min-width: 0;
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px;
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px;
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px;
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto;
}


/* Sidebar Menu Styles */

.sidebar-search {
    padding: 15px;
}

.arrow {
    float: right;
}

.fa.arrow:before {
    content: "\f104";
}

.active>a>.fa.arrow:before {
    content: "\f107";
}

.nav-second-level li,
.nav-third-level li {
    border-bottom: none !important;
}

.nav-second-level li a {
    padding-left: 37px;
}

.nav-third-level li a {
    padding-left: 52px;
}

@media (min-width: 768px) {
    .navbar-static-side {
        z-index: 1;
        position: absolute;
        width: 250px;
    }
    .navbar-top-links .dropdown-messages,
    .navbar-top-links .dropdown-tasks,
    .navbar-top-links .dropdown-alerts {
        margin-left: auto;
    }
}


/* Buttons */


/* ------------------------------- */

.btn-outline {
    color: inherit;
    background-color: transparent;
    transition: all 0.5s;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-success.btn-outline {
    color: #5cb85c;
}

.btn-info.btn-outline {
    color: #5bc0de;
}

.btn-warning.btn-outline {
    color: #f0ad4e;
}

.btn-danger.btn-outline {
    color: #d9534f;
}

.btn-primary.btn-outline:hover,
.btn-success.btn-outline:hover,
.btn-info.btn-outline:hover,
.btn-warning.btn-outline:hover,
.btn-danger.btn-outline:hover {
    color: #fff;
}


/* Pages */


/* ------------------------------- */


/* Dashboard Chat */

.chat {
    margin: 0;
    padding: 0;
    list-style: none;
}

.chat li {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #b3a9a9;
}

.chat li.left .chat-body {
    margin-left: 60px;
}

.chat li.right .chat-body {
    margin-right: 60px;
}

.chat li .chat-body p {
    margin: 0;
    color: #777777;
}

.panel .slidedown .glyphicon,
.chat .glyphicon {
    margin-right: 5px;
}

.chat-panel .panel-body {
    height: 350px;
    overflow-y: scroll;
}


/* Login Page */

.login-panel {
    margin-top: 25%;
}


/* Flot Chart Containers */

.flot-chart {
    display: block;
    height: 400px;
}

.flot-chart-content {
    width: 100%;
    height: 100%;
}


/* DataTables Overrides */

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background: transparent;
}

table.dataTable thead .sorting_asc:after {
    content: "\f0de";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting_desc:after {
    content: "\f0dd";
    float: right;
    font-family: fontawesome;
}

table.dataTable thead .sorting:after {
    content: "\f0dc";
    float: right;
    font-family: fontawesome;
    color: rgba(50, 50, 50, 0.5);
}


/* Circle Buttons */

.btn-circle {
    width: 30px;
    height: 30px;
    padding: 6px 0;
    border-radius: 15px;
    text-align: center;
    font-size: 12px;
    line-height: 1.428571429;
}

.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    border-radius: 25px;
    font-size: 18px;
    line-height: 1.33;
}

.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    border-radius: 35px;
    font-size: 24px;
    line-height: 1.33;
}

.show-grid [class^="col-"] {
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #ddd;
    background-color: #eee !important;
}

.show-grid {
    margin: 15px 0;
}

@media (max-width: 767px) {
    #header .logo {}
    .navbar-static-top {
        margin-left: 0px;
    }
    #header {
        position: static;
    }
    .logo_wrap {
        width: 100%;
        float: none;
    }
    .navbar-top-links .dropdown-user {
        left: 0;
    }
    .collapse ul li {
        display: block;
    }
}

.clear {
    clear: both;
}

.search_by_date {
    position: relative;
}

.datepicker {
    /*top: 240px!important;*/
}

.sell-report .datepicker,
.buy-report .datepicker {
    /* top: 313px!important;*/
}

.sell hr {
    margin-top: 0;
    margin-bottom: 0;
}

.deliver_to_label {
    font-size: 20px;
}

.invoice-total>tbody>tr>td:first-child {
    text-align: right;
}

.invoice-total>tbody>tr>td:last-child {
    border-bottom: 1px solid #dddddd;
    text-align: right;
    width: 15%;
}

.invoice-total>tbody>tr>td {
    border: 0 none;
}

.page-heading {
    border-top: 0 none;
    padding: 0 10px 5px;
    border-bottom: 1px solid #eee;
}

.title-action {
    padding-top: 17px;
}

.print-invoice #page-wrapper {
    margin-top: 0;
}

.measurement_cost {
    float: left;
    width: 25%;
}

.measurement_cost input {
    float: left;
    margin-right: 3.5px;
    width: 80%;
}

.company_name {
    font-size: 25px;
}

.word_formate:first-letter {
    text-transform: uppercase;
}

.or-create-customer {
    text-align: center;
    line-height: 30px;
}

.no-padding-left {
    padding-left: 0 !important;
}

#customer_fail,
#customer_success {
    display: none;
}

#user-list {
    float: left;
    list-style: none;
    margin-top: 1px;
    padding: 0;
    width: 100%;
    position: absolute;
    border: 1px solid #cecccc;
}

#user-list li {
    padding: 10px;
    background: #f5f5f5;
    border-bottom: #cecccc 1px solid;
    cursor: pointer;
}

#user-list li:last-child {
    border-bottom: none;
}

#suggesstion-box ,#suggestion-box {
    position: relative;
    z-index: 1;
}

.mb-1 {
    margin-bottom: 10px;
}

.cash-memo-top {
    font-size: 22px;
}

.cash-memo th {
    width: 170px;
}

.cash-memo tr.active th {
    background: #e8e8e8 !important;
}

.cash-memo-top th {
    width: 50%;
}

.borderless td,
.borderless th {
    border: none;
}

.btn-large {
    /* padding: 20px; */
    margin-bottom: 10px;
    /* font-size: 25px; */
}

.no-padding-right {
    padding-right: 0;
}

.manage-sell .sell_date_area {
    float: right;
}

.manage-sell .sell_date {
    width: 150px;
    float: left;
}

.manage-sell label {
    float: left;
    margin-right: 6px;
}

.manage-sell .cash-memo-top input {
    width: 40%;
    float: left;
    font-weight: normal;
    padding: 6px 8px;
}

.cashmemo_image img {
    width: 100%;
}

.modal-dialog {
    margin: 70px auto;
}

.employee-details {
    margin-bottom: 15px;
}

.passsword_error {
    display: none;
    margin-top: 10px;
}

.statement-top {
    margin-bottom: 15px;
}

.statement-top b {
    min-width: 75px;
    display: inline-block;
}

.billing-address {
    padding-left: 20px;
    font-size: 18px;
}

.c_name {
    font-size: 36px;
    margin-top: 0;
}

.border-1px {
    border: 1px solid #dddddd;
    margin-bottom: 15px;
    padding: 10px;
}

.loading-image {
    position: fixed;
    top: 48%;
    width: 100%;
    text-align: center;
    display: none;
}

.loading-image img {
    width: 32px;
}

.bill_error_message {
    display: none;
    margin-top: 10px;
}

.border-1px {
    border: 1px solid #dddddd;
    margin-bottom: 15px;
    padding: 10px;
}

.mb-10 {
    margin-bottom: 10px;
}

.display-none {
    display: none;
}

.mb-5 {
    margin-bottom: 5px;
}

.tc-ffffff {
    color: #fff;
}

.float-right {
    float: right;
}

.reminder-btn {
    background: #00516d;
    padding: 2px 7px;
    border-radius: 5px;
    display: inline-block;
    text-align: center;
}

.popup-content {
    background: #fff;
    width: 600px;
    position: relative;
    margin: 0 auto;
    padding: 20px 30px;
}

.required {
    color: #a94442;
    margin-top: 5px;
}

.display-none {
    display: none;
}

.reminder-action a {
    vertical-align: middle;
    margin-left: 5px;
    margin-right: 5px;
}

.tc-00516D {
    color: #00516d;
}

.client-completed {
    font-size: 18px;
    margin-left: 10px;
    line-height: 18px;
    vertical-align: middle;
}

.reminder-serarch {
    position: absolute;
    right: 20px;
    top: 30px;
}

.fw-b {
    font-weight: bold;
}

.va-m {
    vertical-align: middle !important;
}

.inner-table,
.inner-table table {
    margin-bottom: 0;
    padding: 0 !important;
}

.inner-table table {
    border: 0;
}

.inner-table table tr td {
    border-left: 0;
    border-top: 0;
}

.inner-table table tr .bl-0 {
    border-left: 0;
}

.inner-table table tr .bb-0 {
    border-bottom: 0;
}

.inner-table table tr .br-0 {
    border-right: 0;
}

.mb-0 {
    margin-bottom: 0;
}

.btn-print-notification {
    background: #b71d1f;
    color: #fff;
    padding: 5px 70px;
}

.pGroup-1 {
    background-color: #f5c6cb;
}

.pGroup-2 {
    background-color: #add4fd;
}

.pGroup-3 {
    background-color: #b2dfe6;
}

.pGroup-4 {
    background-color: #ffeeba;
}

.pGroup-5 {
    background-color: #ade7bce8;
}

.pGroup-6 {
    background-color: #d1cfebec;
}

.pGroup-7 {
    background-color: #c7c3ab;
}

.pGroup-8 {
    background-color: #e7b9b9;
}

.pGroup-9 {
    background-color: #c3e6cb;
}

.pGroup-10 {
    background-color: #c5986e;
}

input.highlight,
select.highlight {
    border: 1px solid red;
    -webkit-animation: blink 1s linear infinite;
    -ms-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
}

input.highlight-blue,
select.highlight-blue {
    border: 1px solid blue;
    -webkit-animation: blink 1s linear infinite;
    -ms-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
}

@-webkit-keyframes blink {
    from {
        box-shadow: 0 0 0px 0 red;
    }
    50% {
        box-shadow: 0 0 10px 0 red;
    }
    to {
        box-shadow: 0 0 0px 0 red;
    }
}

@keyframes blink {
    from {
        box-shadow: 0 0 5px 0 red;
    }
    50% {
        box-shadow: 0 0 0px 0 red;
    }
    to {
        box-shadow: 0 0 5px 0 red;
    }
}

.point-1 {
    background-color: #fa25b8;
}

.mr-5 {
    margin-right: 5px;
}

.chartist-tooltip {
    opacity: 0;
    position: absolute;
    margin: 20px 0 0 10px;
    background: rgba(250, 249, 249, 0.8);
    color: #111;
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid #a94442;
    font-weight: 600;
    text-align: center;
}

.chartist-tooltip.tooltip-show {
    opacity: 1;
    z-index: 99999;
}

svg.ct-chart-bar,
svg.ct-chart-line {
    overflow: visible;
}

.ct-label.ct-label.ct-horizontal.ct-end {
    position: relative;
    justify-content: flex-end;
    text-align: right;
    transform-origin: 100% 0;
    transform: translate(-60%) rotate(-90deg);
    white-space: nowrap;
}

.pb-25 {
    padding-bottom: 25px;
}

.pb-30 {
    padding-bottom: 30px;
}

.ct-bar {
    fill: none;
    stroke-width: 10px;
}


/* .ct-bar:nth-child(2n){
    stroke: #EFB200 !important;
} */


/* Switch 1 Specific Styles Start */

.w-75 {
    width: 75px;
}

input[type="checkbox"].switch_1 {
    font-size: 30px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 40px;
    height: 20px;
    background: #ddd;
    border-radius: 3em;
    position: relative;
    cursor: pointer;
    outline: none;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:checked {
    background: #0ebeff;
}

input[type="checkbox"].switch_1:after {
    position: absolute;
    content: "";
    width: 20.5px;
    height: 20.5px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 0 .25em rgba(0, 0, 0, .3);
    box-shadow: 0 0 .25em rgba(0, 0, 0, .3);
    -webkit-transform: scale(.7);
    transform: scale(.7);
    left: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

input[type="checkbox"].switch_1:checked:after {
    left: calc(100% - 20.5px);
}


/* Switch 1 Specific Style End */

.suggestion-list {
    float: left;
    list-style: none;
    margin-top: 1px;
    padding: 0;
    width: 100%;
    position: absolute;
    border: 1px solid #cecccc;
}

.suggestion-list li {
    padding: 10px;
    background: #f5f5f5;
    border-bottom: #cecccc 1px solid;
    cursor: pointer;
}

.position-relative {
    position: relative;
}

.suggesstion-box {
    display: none;
    z-index: 1;
}

.pr-0 {
    padding-right: 0;
}

.bg-red,
.bg-red:hover {
    background: red;
}

.bg-0 {
    background-color: #1796c0;
}

.bg-1 {
    background-color: #0ebeff;
}

.bg-2 {
    background-color: green;
}

.bg-3 {
    background-color: #428bca;
}

.bg-4 {
    background-color: #5cb85c;
}

.bg-5 {
    background-color: #a94442;
}

.bg-6 {
    background-color: #428bca;
}

.bg-7 {
    background-color: #4f8bae;
}

.bg-8 {
    background-color: #c3e6cb;
}

.bg-9 {
    background-color: pink;
}

.bg-10 {
    background-color: #777777;
}

.bg-11 {
    background-color: yellow;
}

.bg-12 {
    background-color: lightblue;
}

.bg-13 {
    background-color: lightgreen;
}

.bg-14 {
    background-color: greenyellow;
}

.bg-15 {
    background-color: lightsalmon;
}

.bg-16 {
    background-color: #f2d7d5;
}

.bg-17 {
    background-color: #fadbd8;
}

.bg-18 {
    background-color: #ebdef0;
}

.bg-19 {
    background-color: #e8daef;
}

.bg-20 {
    background-color: #d4e6f1;
}

.bg-21 {
    background-color: #d1f2eb;
}

.bg-22 {
    background-color: #d4efdf;
}

.bg-23 {
    background-color: #fcf3cf;
}

.bg-24 {
    background-color: #fdebd0;
}

.bg-25 {
    background-color: #fdebd0;
}

.bg-26 {
    background-color: #e59866;
}

.bg-pink {
    background-color: pink;
}

.clients_select {
    width: 115px;
}

input {
    text-transform: capitalize;
}

.bg-dark {
    background-color: #D6D6D6;
}

.suggestion-list .bg-1 {
    background-color: #f5c6cb;
}

.suggestion-list .bg-2 {
    background-color: #add4fd;
}

.suggestion-list .bg-3 {
    background-color: #b2dfe6;
}

.suggestion-list .bg-4 {
    background-color: #ffeeba;
}

.create-lc-bill-area {
    margin: 0 auto;
    width: 290px;
}

.mt-10 {
    margin-top: 10px;
}

.bg-dart-yellow {
    background-color: yellow;
}

.pl-0 {
    padding-left: 0;
}

.pr-0 {
    padding-right: 0;
}

.mt-100 {
    margin-top: 100px;
}

.mb-5 {
    margin-bottom: 5px;
}

.padding-5 {
    padding: 5px;
}

.mt-5 {
    margin-top: 5px;
}

.display-inline {
    display: inline-block;
}

.d-block {
    display: block;
}

.truck-expense-item {
    clear: both;
}

.notification-count{
    background-color: #b71d1f;
    color: #ffffff;
    position: absolute;
    top: -10px;
    right: 8px;
    padding: 2px 8px;
    border-radius: 11px;
}

.order-count-notification{
    background-color: #b71d1f;
    color: #ffffff;
    position: absolute;
    top: -10px;
    left: 8px;
    padding: 2px 8px;
    border-radius: 11px;
}
.text-transform-none{
    text-transform: none;
}
.notification-menu{
    color: #111;
    margin-right: 10px;
    padding: 5px 13px;
    border-radius: 15px;
}
.active-notification-menu{
    color: #1877F2;
    background: #E7F3FF;
}

input[name="email"],input[name="password"] {
    text-transform:unset;
  }
  .text-green{
    color: #007C00;
  }

  .text-red{
    color: #960F03;
  }

  /*profile picture start*/

  .small-12{
    width: 128px;
margin: 0 auto;
position: relative;
  }
.profile-pic {
    width: 200px;
    max-height: 200px;
    display: inline-block;
}

.file-upload {
    display: none;
}
.circle {
    border-radius: 100% !important;
    overflow: hidden;
    width: 128px;
    height: 128px;
    border: 2px solid rgba(255, 255, 255, 0.2);
    /* position: absolute; */
    top: 72px;
}
img {
    max-width: 100%;
    height: auto;
}
.p-image {
  position: absolute;
  top: 100px;
  right: 15px;
  color: #666666;
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.p-image:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
}
.upload-button {
  font-size: 1.2em;
}

.upload-button:hover {
  transition: all .3s cubic-bezier(.175, .885, .32, 1.275);
  color: #999;
}
.profile-image{
    display: none!important;
}
/* profile picture end*/
.notification-list{
    display: flex;
    flex-wrap: nowrap;
}
.notification-list .circle{
    width: 50px;
    height: 50px;
    margin-right: 15px;
}
.salary_deleted{
    background-color: yellowgreen;
}
.fields-set{
    border: 1px solid #AEAEAE;
    padding: 15px;
    margin-bottom: 25px;
    border-radius: 5px;
}
span.highlight{
    border: 1px solid red;
    -webkit-animation: blink 1s linear infinite;
    -ms-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
    padding: 3px;
    display: inline-block;
}

a.highlight{
    border: 1px solid red;
    -webkit-animation: blink 1s linear infinite;
    -ms-animation: blink 1s linear infinite;
    -moz-animation: blink 1s linear infinite;
    animation: blink 1s linear infinite;
}

.inr_price{
    display: none;
}

.required-field {
   border: 1px solid red;
 }

 .wc_receive_date{
    background-color: #EA9999;
 }

 .wc_receive_date{
    background-color: #EA9999;
 }
 .wc_truck_no{
    background-color: #9FC5E8;
 }
 .wc_bangla_gross_weight{
    background-color: #B6D7A8;
 }
 .wc_india_gross_weight{
    background-color: #B4A7D6;
 }
 .wc_india_tyre{
    background-color: #D5A6BD;
 }
 .product-type-table td{
    min-width: 45px;
 }

 .client-balance-summary div{
    display: block;
    width: 100%;
 }


 .client-list-title{
    font-size: 20px;
    background-color: #fff !important;
    text-align: center;
 }

 .courier-bg{
    background-color: #DAE6F0;
 }
 .proceed-bg {
    background-color: #C2D798;
 }
 .payment-bg{
    background-color: #FCD5B4;
 }
 .bank-received-bg{
    background-color: #B2A2C8;
 }
 .payment-received-bg{
    background-color: #FEFE01;
 }

.complete-bg{
 background-color: #FBD4B3;   
}

.closing-bg{
    background-color: #EEAD4B;   
   }
   .we-get-menu{
    padding-left: 0;
   }
   .we-get-menu li{
    list-style: none;
    padding: 5px 0 ;
   }

   .margin-right-5{
    margin-right: 5px;
   }

   .select2{
    width: 100%;
   }

   .fixed-width-table th, .fixed-width-table td {
    width: 14.28%;
    white-space: nowrap;
  }

  .title-border-bottom{
    border-bottom:  double lightblue;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: inline-block;
  }


  .checkbox.checkbox-inline{
    margin-top: 0;
  }

  .bg-status-red{
    background-color: #e01f1f;
    border: 3px solid #e01f1f;
  }
  .bg-status-green{
    background-color: dodgerblue;
    border: 3px solid dodgerblue;
  }
.pt-20{
    padding-top: 20px;
}
.site-status-area{
    color: #ffffff;
}

.site-status-area .checkbox-inline{
    min-width: 65px;
    margin-left: 10px;
}

.site-status-area .checkbox-inline:first-child{
    margin-left: 0;
}

.print-option-client-details {
    border-bottom: 1px solid #B5B5B5;
    margin-bottom: 20px;
}

.print-option-client-details label{
    min-width: 85px;
}

.width-150px{
    width: 150px;
}

.font-weight-bold{
    font-weight: bold;
}

.upload-delivery-chalan-area
{
  margin-bottom: 15px;
  padding: 10px;
  border: 1px solid #C8C8C8;
  border-radius: 10px;
}

.width-100{
    width: 100%;
}
.delivery-order-images{
    overflow-y: auto;
    height: calc(100vh - 350px);
}

.upload-dms-area
{
    padding: 10px;
    border: 1px solid #C8C8C8;
    border-radius: 10px;
    width: 32.33%;
    float: left;
    margin: .5%;
    min-height: 100px;
}

.width-100{
    width: 100%;
}
.delivery-order-images{
    overflow-y: auto;
    height: calc(100vh - 350px);
}

.bg-d-chalan{
    background-color: #E0AC72;
}
.bg-d-scale{
    background-color: #A8CEA7;
}

.bg-freight{
    background-color: #C8CAE1;
}
.bg-r-chalan{
    background-color: #95BDC5;
}
.bg-r-scale{
    background-color:#EADB98;
}

.dms-title{
    width: 100%;
    text-align: center;
}
.dms-title label{
    width: 100%;
}

.dms-image{
    text-align: center;
}
.dms-image img{
    height: calc(100vh - 400px);
}
.list-style-none{
    list-style: none;
    padding-left: 0;
}
.permission-user-list ul li a {
    color: #333;    
    margin-bottom: 5px;
    display: inline-block;
    font-size: 15px;
    padding: 3px 10px;
}

.current-user-title{
    font-weight: 600;
    font-size: 20px;
}
.current_user {
    font-weight: 600 !important;
    background: #EBEBEB;
    
}
.permission-user-list ul li:hover{
    font-weight: 600 !important;
    background: #EBEBEB;   
}

.permission-user-list ul{
    border: 1px solid #EBEBEB;
}
.permission-point-name{
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 1px solid #D3D3D3;
    padding-bottom: 10px;
    cursor: pointer;
}

.popup-success-message {
    z-index: 9999;
    position: fixed;
    left: 46%;
    top: 47%;
    background: #cfffff;
    border: 1px solid #E8E8E8;
    padding: 10px 25px;
    border-radius: 20px;
    display: none;
  }

  .other-doc-description{
    display: none;
  }
  .list-style-none{
    list-style: none;
  }

  .drive-popup{
    width: 80%;
  }
  .person-lists{
    border: 1px solid #A8A8A8;
  padding: 10px;
  margin-bottom: 5px;
  border-radius: 5px;
  }
  .delivery-order-images img{
    width: 100%;
  }

  .image-wrapper {
    position: relative;
    display: inline-block;
  }
  
  .zoom-image {
    width: 100%;
    transition: transform 0.3s ease;
  }
  
  .zoom-controls {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none;
    text-align: center;
  }
  
  .zoom-controls button {
    padding: 10px;
    font-size: 20px;
    cursor: pointer;
    margin: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #ccc;
    border-radius: 50%;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 20px;
  }
  
  .zoom-controls button:hover {
    background-color: rgba(200, 200, 200, 0.9);
  }
  
  /* Show controls on hover */
  .image-wrapper:hover .zoom-controls {
    display: block;
  }