﻿.modal-table_responsive {
    max-height: 270px;
    height: 275px;
}

.table_responsive {
    max-height: 400px;
    height: 400px;
}

label.radio-inline, label.checkbox-inline {
    background-color: #dcdfd4;
    cursor: pointer;
    font-weight: 400;
    margin-bottom: 10px !important;
    margin-right: 0%;
    margin-left: 0;
    padding: 10px 10px 10px 30px;
}

    label.radio-inline.checked, label.checkbox-inline.checked {
        background-color: #266c8e;
        color: #fff !important;
        text-shadow: 1px 1px 2px #000 !important;
    }

.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
    margin-left: 0;
}

.columns label.radio-inline, .columns label.checkbox-inline {
    min-width: 100px;
    vertical-align: top;
    width: 30%;
}

.additional-info-wrap {
    display: inline-block;
    margin: 0 2% 0 0;
    min-width: 190px;
    position: relative;
    vertical-align: top;
    width: 50%;
}

    .additional-info-wrap label.checkbox-inline, .additional-info-wrap label.radio-inline {
        width: 100% !important;
    }

    .additional-info-wrap .additional-info {
        background-color: #266c8e;
        clear: both;
        color: #fff !important;
        margin-top: -10px;
        padding: 0 10px 10px;
        text-shadow: 1px 1px 2px #000 !important;
        width: 30%;
    }


.blur {
    -webkit-filter: blur(5px);
    filter: blur(5px);
}

.BlackBG {
    background-color: rgba(0, 0, 0, .9);
}

.BackgroundColor {
    background-color: #367fa9;
}

.table-fixed {
    width: 100%;
    background-color: #f3f3f3;
}

tbody {
    height: 0px;
    overflow-y: auto;
    width: 100%;
}

.division-width {
    width: 183px !important;
}

.division-width-2 {
    width: 180px !important;
}

.divtag-sec-2 {
    overflow: scroll;
    max-height: 250px;
}

.td-css-img-2 {
    width: 15px !important;
    height: 5px !important;
    padding-left: 4px;
}

.Shipment-track {
    height: 75px !important;
    left: 3px;
}

.Shipment-track-2 {
    max-height: 100px !important;
}

.tracking-branch {
    color: red;
    font-weight: bold;
}

.tracking-branch-details {
    top: 50px;
    position: absolute;
}

.tracking-branch-details-2 {
    color: red;
    font-weight: bold;
    /*top: 50px;*/
    bottom: 0px;
    position: absolute;
    left: 10px;
}

.td-bottom {
    padding-bottom: 10px;
}

.modal-tracking {
    width: 950px !important;
}

.modal-tracking-2 {
    max-height: 450px !important;
}

.modal-tracking-3 {
    max-height: 100px;
}

.mainfest-body {
    max-height: 250px !important;
}

.divbox-modalfooter {
    height: 50px;
    bottom: 0px;
}

.tracking-details-header {
    position: absolute !important;
    background-color: #fff !important;
    height: 35px !important;
    width: 100% !important;
    border-bottom: 2px solid #ddd !important;
}

.tracking-details-tbody {
    height: 35px;
}

.tracking-table-column-datetime {
    width: 152px;
    padding-left: 17px;
    border-right: 1px solid #ddd;
}

.tracking-table-column-location {
    width: 231px;
    padding-left: 8px;
    border-right: 1px solid #ddd;
}

.tracking-table-column-status {
    padding-left: 8px;
}

.tracking-table-column-data {
    padding-top: 27px;
}

.shipment-modal-body {
    padding: 0px 15px 0px 15px !important;
}

.branch-details {
    background-color: #fff;
}

.shipment-alert-modal-body {
    padding: 0px 0px 0px 0px !important;
}

.modal-alert-submit {
    width: 65px !important;
}

.tracking-td {
    width: 127px;
    padding-left: 16px !important;
}

.tracking-td-3 {
    width: 214px;
}

.modal-content-branch-details {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.modal-branch-details-lable {
    width: 120px;
}

.modal-content-alert {
    width: 250px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}

.modal-alert-input {
    width: 100%;
    padding: 3px;
}

.branch_modal_table_width {
    width: 100%;
}

.branch_modal_address_label {
    vertical-align: top;
}

.branch_modal_address {
    padding-left: 14px !important;
    width: 95%;
}

.field-width {
    width: 150px !important;
    height: 25px !important;
}

.table_responsive_drs {
    max-height: 280px !important;
    height: 280px !important;
}

.highlighted-row,.highlighted-row:hover {
    background-color: #e66868 !important;
     height: 20px !important;
}
.accounting-dashboard {
    background-color: #354052;
}

.header-color {
    color: #fff;
}

/*Whatsup*/

.icon-bar {
  position: fixed;
  top: 20%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 5px;
}

.icon-bar a {
    display: block;
    text-align: center;
    padding: 4px 8px;
    transition: all 0.3s ease;
    color: white;
    font-size: 17px;
    border-radius: 50%;
    margin: 4px;
}

.icon-bar a:hover {
    background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.google {
    background: #dd4b39;
    text-align: center;
    padding: 4px 8px;
    transition: all 0.3s ease;
    color: white;
    font-size: 17px;
    border-radius: 50%;
    margin: 4px;
    float: left;
     cursor: pointer;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.whatsapp {
    background: #25d366;
    color: white;
    text-align: center;
    padding: 4px 8px;
    transition: all 0.3s ease;
    color: white;
    font-size: 17px;
    border-radius: 50%;
    margin: 4px;
    float: left;
     cursor: pointer;
}

.content {
  margin-left: 10px;
  font-size: 30px;
}

.sticky-container{
  /*background-color: #333;*/
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -119px;
  top:91px;
  width: 200px;
  z-index:10

 }

 .sticky li{
  list-style-type: none;
  /*background-color: rgb(203, 239, 251);*/
  color: #efefef;
  height: 39px;
  padding: 0px;
  margin: 0px 0px 1px 0px;
  /*-webkit-transition:all 0.25s ease-in-out;
  -moz-transition:all 0.25s ease-in-out;
  -o-transition:all 0.25s ease-in-out;
  transition:all 0.25s ease-in-out;*/
  cursor: pointer;
  border-radius: 20px 0px 0px 20px;
 }

 /*.sticky li:hover{
  margin-left: -115px;
 }*/

 .sticky li p{
  padding: 0px;
  margin: 0px;
  line-height: 18px;
  color:#000

 }

 .modal-content-alert_share {
    width: 250px;
    /*height: 250px;*/
    margin-left: auto;
    margin-right: auto;
}
.modal-title_share {
    margin: 0;
    line-height: 1.42857143;
    color: #fff;
}
.modal-share-submit {
    width: 100% !important;
}
