.boxShadow {
    box-shadow: 0px 2px 3px #888888;
}
.navbar {
    background-color: #ffffff !important;
    margin-bottom: 0;
    width: 100%;
}
#listCorrection {
    font-size: large;
    margin-top: 9%;
}
.full-width{
  width: 100%;
}
.relativeTop33cent{
    position: relative;
    top: 33%;
}
.express-error{
    margin-top: 10%;
    font-size: 16px;
    color: red;
}
.border-red{
  border:1px solid red!important;
}
@media (min-width: 768px){
  .modal-dialog {
    margin: 100px auto;
}
}

.failed-req-text{
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #d0021b;
}
.error-modal-title{
  font-size: 15px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #d0021b;
}
.font-size-12px{
  font-size: 12px;
}
.text-align-right{
  text-align: right;
}
.width10cent{
  width: 10%;
}
.drag-upload-side{
  width:60%;
  border-left:1px solid #979797;
}
.align-items-center{
  align-items: center;
}
.text-transform-capatalize{
  text-transform: capitalize;
}
.upload-help-text{
  font-size: 12px;
  font-weight: 500;
  letter-spacing: -0.1px;
  color: #4a4a4a;
}
#listCorrection li {
    font-weight: 900 !important;
}
#listCorrection li.active {
    border-style: solid;
    border-width: 0px 0px 4px 0px;
    border-color: #009688;
}
.position-refresh{
  position: relative;
    top: 5px;
}
.upload-drag-box{
  border: 1px solid #979797;
  border-radius: 5px;
  width: 100%;
  height: 140px;
  text-align: center;
}
.disabledUploadDragBox{
  cursor: not-allowed;
  border: 1px solid #9b9b9b;
  border-radius: 4px;
}
.formatClass {
    width: 99.9% !important;
}
#middleTab {
    margin-right: 40%;
}
.navbar-toggle {
    color: #ffffff;
}
.navbar ul li {
    font-weight: normal;
    color: #444444;
}
.navbar ul li:hover {
  background-color: #f0f0f0;
}
.navbar .navbar-brand {
    font-weight: bold;
    color: #444444;
}
.navbar .navbar-brand:hover {
    color: #444444;
}
.navbar-brand:focus {
    color: #444444 !important;
}

/* NITIN CSS START */

.pull_to_center {

}
.text-over-ellipsis{
  overflow-x: hidden;
  text-overflow: ellipsis;
}
.option-newBooking{
    display: block;
    padding: 4%;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
.dropdown li {
  display: block!important;
}
.pull_to_center li {
    display: inline-block;
}
.pull_to_center li a {
    padding: 17px;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    color: #065492;
}
.pull_to_center li.active a, .pull_to_center_mobile li.active a {
    border-bottom: 2px solid #12aaeb;
    font-weight: 700;
    // font-weight: 700;
    // box-shadow: inset 0px -4px 0px 0px rgba(18, 170, 235, 1);
    //  color: rgba(18, 170, 235, 1);
}
.pull_to_center li.active .selectWrap, .pull_to_center_mobile li.active .selectWrap {
    border-bottom: 2px solid #12aaeb!important;
    font-weight: 700!important;
}
.pull_to_center li a:hover {
    text-decoration: none;
    background: #fafafa;

}
.saveOrNext{
  color: white;
  background-color: #43aee8;
  border-color: #43aee8;
  border-radius: 4px;
  padding: 0.5% 2%;
}
.saveOrNext:disabled{
  background-color: #9b9b9b;
  border-color: #9b9b9b;
  border-style: solid;
}
.saveOrNext:focus{
  border: 1px solid red;
}
.copyRowButton{
  color: white;
  background-color: #43aee8;
  border-color: #43aee8;
  border-radius: 4px;
  padding: 0.5% 2%;
  margin: 10px;
  font-size:14px;
}
.clearAllRows{
  margin: 20px;
}
.alignCenter{
  vertical-align: middle !important;
  padding-top: 22px !important;
}
.rowNumber{
  width: 2%;
  color: #43aee8;
  font-weight: 600;
  vertical-align: middle !important;
  padding-top: 22px !important;
}
.rowNumberNewBooking{
  width: 2%;
  color: #43aee8;
  font-weight: 600;
  vertical-align: middle !important;
  position: absolute;
  padding-top: 35px !important;
}
.changeSize{
  width: 90%;
  float: right;
  padding-left: 8px;
}
.sample-link{
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  color: #4a4a4a;
  text-decoration: underline;
}
.disableSampleLink, .disableSample:hover{
  color: #9b9b9b !important;
  cursor: not-allowed !important;
}
.round-action{
  border-radius: 20px;
  background-color: #065492;
  color:white;
  width:80%;
  min-height: 40px;
  white-space: nowrap;
}
.round-action:disabled{
  background-color: #D8D8D8;
  border-color: #D8D8D8;
  cursor: not-allowed;
}
/* for mobile */
.pull_to_center_mobile{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: none;
    border-bottom: 1px solid #ccc;
}
.pull_to_center_mobile li{
    display: inline-block;
    vertical-align: top;
}

.pull_to_center_mobile li a{
    font-size: 11px;
    padding: 10px 5px;
    display: inline-block;
    font-weight: 700;
}
.pull_to_center_mobile li a:hover{
    text-decoration: none;
}
.flex-row-start{
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.flex-col-space-between{
  display: flex;
  flex-direction: column;
  justify-content:space-between;
}
.flex-col-space-around{
  display: flex;
  flex-direction: column;
  justify-content:space-around;
}
.flex-row-space-between{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.drag-help-text{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.1px;
  text-align: center;
  color: #485465;
}
@media (max-width: 767px) and (min-width: 320px){
    .pull_to_center_mobile{
        display: block;
    }
    .pull_to_center{
        display: none;
    }
    .logout-padding{
      padding-left: 0px; 
      padding-right: 0px; 
    }
    .dropdown-minwidth{
      min-width:0px;
    }
    input[name=recipientAddress], input[name=senderAddress]{
  min-width: 450px !important;
  }
  #editReqModal .form-control, #editCNModal .form-control, #bulkDataEntry .form-control, .inputText{
  min-width: 150px;
}
}
/* @media only screen and (max-width: 1365px) {
	html, body{
		overflow-x: auto!important;
	}
} */

.contentList-hover {
    background: #12aaeb;
    color: #fff;
}
.inline-center{
  display: flex;
  align-items: center;
}
.overflowXAuto{
  overflow-x: auto;
}
.bookCgn{
    padding: 10px !important;
    margin-top: 5px;
    margin-right: 10px;
    background-color: #43aee8;
    color: #fff !important;
    border-radius: 4px;
    font-size: 14px;
}

.bookCgn:hover, .bookCgn:active, .bookCgn:focus{
    background-color: #69c1f1 !important;
}

/*BUlK MODAL CSS*/

/* .consingmentsBooking.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
} */
/* .consingmentsBooking .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
} */
/* .consingmentsBooking .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  box-shadow: none;
} */
/* .consingmentsBooking .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  padding: 10px 16px;
  border: 0;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .26);
  background-color: #065492;

}

.consingmentsBooking .modal-header h1 {
  display: inline-block;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.6px;
  font-size: 16px;
} */

/* .consingmentsBooking .modal-body {
  position: absolute;
  top: 50px;
  bottom: 60px;
  width: 100%;
  font-weight: 300;
  overflow: auto;
  padding: 16px;
}
.consingmentsBooking .modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 53px;
  padding: 10px;
} */
.uploadClass{
background-color: #f1f9fe;
}
.errorBarClass{
  background-color: #ffe1e3;
}
.currentData{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
  padding: 10px 10px 10px 0;
  margin-bottom: 5px;
  text-align: center;
}

.statusbar-text{
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  color: #4a4a4a;
}
.font-size25px{
  font-size: 25px!important;
}
.floatRight{
  float: right;
}
.rowNoMargin{
      margin-right: 0px;
    margin-left: 0px;
}
.background-f8f8f8{
  background-color: #f8f8f8;
}
.statusbar-cn{
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #4a4a4a;
}

.pad-status-row{
  padding: 5% 5%;
}
.drop-width{
  min-width: 0px;
  width: 350px;
}
.consingmentsBooking .close{
    color: #fff;
    opacity: 1;
}
.paddingBottom1cent{
  padding-bottom:1%;
}
.pscript{
  font-size: 12px;
  margin-bottom: 60px;
}

/*.consingmentsBooking .modal-footer button{
  background-color: #43aee8;
  color: #fff;
  border: none;
  margin-right: 20px;
  padding: 6px 20px;
}*/

.consingmentsBooking .modal-footer a{
  margin-right: 20px;
}

.barcode{
  background-color: transparent;
  border: none;
}

.addressDropdown{
  padding: 10px;
  position: absolute;
  width: calc(100% - 16px);
  height: 200px;
  max-height: 200px;
  overflow-y: scroll;
  overflow-x: hidden;
  border-radius: 2px;
  background-color: #fff;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
  z-index: 99;
  top: 78px;
}

.addressDropdownContent{
  width: 100%;
  padding: 10px;
  color: #545454;
  border: 1px solid #979797;
  border-radius: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}

.addressDropdownContent p:last-child{
  color: #b9b9b9;
}

td.itemMeasurement label{
  display: block;
}

td.itemMeasurement input{
  width: 30%;
}

.consignmentTable{
  padding: 0 50px;
}

.consignmentTable table{
  margin-bottom: 20px !important;
}

.consignmentTable table thead tr td{
  color: #fff;
  font-size: 14px;
}

.consignmentTable .redTh thead tr td{
  background-color: #e91e63;
}

.consignmentTable .blueTh thead tr td{
  background-color: #3f51b5;
}

.consignmentTable .greenTh thead tr td{
  background-color: #009688;
}

.consignmentTable table tbody tr td label{
  font-size: 14px;
}

/*BULK MODAL CSS ENDS HERE*/


/*Loader popover*/

img#topLoader + .popover{
    max-width: 500px;
    width: 350px;
}

img#topLoader + .popover .popover-title{
    background-color: #fff;
}

img#topLoader + .popover .popover-content{
    padding-top: 0;
}

.popOverBtn{
    border: none;
    padding: 5px 10px;
    color: white;
    border-radius: 5px;
    background: #065492;
    margin-left: 14px;
}

.popOverFooter{
    padding-top: 14px;
}

.topLoaderUploading{
    padding: 10px;
}
.no-btt-margin{
  margin-bottom: 0px; 
}
.spinner{
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.popOverBody div:nth-child(odd){
    background-color: #f8f8f8;
}

.popOverBody div:last-child{
    border-bottom: 1px solid #ccc;
}
/*/////////////////////////////////////////ANKIT CSS STARTS///////////////////////////////////////*/
.background-red{
  background-color: #e17e78;
}
.bde-header{
  font-size: 14px;
  font-weight: bold;
  text-align: left;
  color: #666666;
  padding-bottom: 16px;
}
.pointer{
  cursor: pointer;
}
.tableIcons tr :not(:last-child){
  padding-right: 10px;
}
.cn-status-bar{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.1px;
  text-align: left;
  color: #4a4a4a;
}
.status-text{
  font-size: 14px;
  font-weight: 500;
  letter-spacing: -0.1px;
  text-align: left;
  color: #4a4a4a;
}
.booked-class{
  margin-top: 10%;
    font-size: 12px;
    color: red;
}
.input-side{
  display: inline-flex;
  margin-top: 11%;
}
.bde-label{
 
}
.color-43aee8{
  color: #43aee8;
}
.color-red{
  color: red;
}
.next-btn{
  color: #fff;
  background-color: #065492;
  font-size: 14px;
  text-transform: uppercase;
}
.next-btn:disabled{
  background-color: #9b9b9b;
  border-color: #9b9b9b;
}
.done-btn{
  color: #065492;
  background-color: #ffffff;
  box-shadow: 0 0 0 2px #065492 inset;
  border-radius: 4px;
  padding: 8px 16px;
  border: none;
}
.done-btn:focus{
  border-color: red;
}
.displayFlex{
  display: flex;
}
.background-color-ebebe4{
  background-color: #ebebe4;
}
.background-f1f9fe{
  background-color: #f1f9fe; 
}
.font-size-20px{
  font-size: 20px;
}
.marginBottom3px{
  margin-bottom:3px;
}

table.bde-table {
  margin-bottom: 32px !important;
  width: 100%;
  max-width: 100%;
}
table.bde-table>tbody>tr>td>label{
  text-align: left;
  margin-bottom: 5px;
  color: #445870;
  font-weight: 400;
}
table.bde-table>tbody>tr>td{
  border-top: none; 
}

table.bde-table>tbody>tr>td,
table.bde-table>tbody>tr>th,
table.bde-table>tfoot>tr>td,
table.bde-table>tfoot>tr>th,
table.bde-table>thead>tr>td,
table.bde-table>thead>tr>th {
  padding-right: 16px;
  vertical-align: top;
}

.bde-table>tbody>tr:not(:last-child)>td {
  padding-bottom: 16px;
}

.success-bar-upload{
  width: 100%;
  background: #deffb6;
  text-align: center;
  padding: 2% 0px;
}
.padding-top1cent-imp{
  padding-top: 1%!important;
}
.error-message{
  font-size: 10px;
  letter-spacing: -0.1px;
  text-align: left;
  color: #d0021b;
}
.customer-error-message {
  color: #E53935; 
  font-size: 13px; 
  position: absolute; 
  left: 15px; 
  top: 62px; 
  z-index: 2;
}

.nav-side-elem {
  flex-basis: 33%;
  flex-grow: 0;
  flex-shrink: 1;
}

/*e-Way Bill Details*/
/*
.eWayBillModalExpress.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.eWayBillModalExpress .modal-dialog {
  position: fixed;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 0;
}
.eWayBillModalExpress .modal-content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 0;
  box-shadow: none;
}
.eWayBillModalExpress .modal-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 50px;
  padding: 10px;
  border: 0;
}
.eWayBillModalExpress .modal-body {
  position: absolute;
  top: 50px;
  bottom: 60px;
  width: 100%;
  font-weight: 300;
  overflow: auto;
  padding: 20px;
}
.eWayBillModalExpress .modal-footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 53px;
  padding: 10px;
  background-color: #e5e5e5;
}
.eWayBillModalExpress .modal-header{
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 2px 1px -1px rgba(0, 0, 0, .12);
  background-color: #43aee8;
}
.eWayBillModalExpress .modal-header h3{
  display: inline-block;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.6px;
}
.eWayBillModalExpress .close{
    color: #fff;
    opacity: 1;
}
.eWayBillModalExpress .modal-footer a{
  margin-right: 20px;
}
*/
#inputBillNumber{
    margin-bottom: 0px;
    width: 20%;
    margin-left: 40px;
}
.orText{
    text-align: center;
    color: #43aee8;
    font-weight: bold;
    margin: 20px 0;
}
.declarationDownload{
    padding: 0 20px;
    text-transform: initial;
    text-decoration: underline;
}
.paddingBottom14{
    margin-bottom: 14px !important;
}
.m10{
    margin: 10px !important;
}
/*e-Way Bill Details Ends*/

.drag-upload-side-label{
  width:50%;
  border-left:1px solid #979797;
}

.navbar-dropdown-minwidth {
  min-width: 170px !important;
}

.navbar-dropdown-minwidth-setup {
  min-width: 205px !important;
}
