.toBranchButton .btn-default:hover{
    background-color: #008d4c;
    color: #fff;
}
.receipt-item .select2-container--default .select2-selection--single:focus{
    border: 1px solid #3c8dbc;
    box-shadow: 5px 5px 8px #888888;
}
.receipt-item .form-control:focus{
 box-shadow: 5px 5px 8px #888888;
}
.receipt-item .btn:focus{
 box-shadow: 5px 5px 8px #888888;
}

.receipt-item .form-group.has-error .select2-selection {
    border: 2px solid #dd4b39 !important;
}
.receipt-item .form-group.has-error .form-control{
    border: 2px solid #dd4b39;
}
.parcel-action-btn{
    padding: 10px 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 9px !important;
}
.parcel-error{
    border: 2px solid #dd4b39;
}
.has-error .select2-selection {
    border: 1px solid #dd4b39 !important;
    border-radius: 4px;
}
.p-left-0{
    padding-left: 0px;
}
.no-margin{
    margin: 0;
}
.mandatory::after {
  content: " *";
  color: #dd4b39;
}

.customheight{
  height: 40px;
}

.form-control{
  border-radius: 5px !important;
}
.box-footer .pull-right{
  width: auto;
  display: inline-block;
}

.box-footer .pull-right .btn-lg.pull-right {
  font-size: 20px;
  width: 150px;
  /*height: 50px;*/
  border: none;
  text-align: center;
  line-height: 30px;
}

.box-footer-button{
  width: 100%;
  display: block;
  float: left;
}

.box-footer-button a#cancel{
  margin-right: 10px;
}

.btn-custom{
  border: 1px solid #367fa9 !important;
  color: #367fa9 ;
  background: transparent;
  font-weight: 600; 
}

.btnSpace{
    display: inline-block;
    float: left;
    margin: 0 10px 0 0;    
}

/* Header File CSS*/

.customNavBar li a i{
    width: 100%;
    text-align: center;
    padding: 0 0 5px 0;
}
.customNavBar li a {
   padding: 10px 0px;
   text-align: center;
   width: 100%;
   text-transform: uppercase;
}

.customSearch{
    margin:14px 0 0 0;
}

.customUserLogin li a{
    padding:22px 20px;
}

.customSignOutBtn{
 padding: 9px 15px !important;
}

.dropdown-r li a{
    text-align: left;
    padding-left:10px;
}

/* Radio Button */

input[type=radio] {
    display: none;
}
input[type=radio] + label::before {
    content: '';
    display: inline-block;
    border: 1px solid #d2d6de;
    border-radius: 50%;
    margin: -0.3em 0.5em;
}
input[type=radio]:checked + label::before {
    background-color: #3c8dbc;
    float: left;
    width: 30px;
    height: 30px;
}
.radio4 + label::before {
    width: 30px;
    height: 30px;
    float:left;
}
.radio-group{
	float: left;
	width: 100%;
	margin: 10px 0;
}

/* Login Page */

.customwidthbtn{
    width: 102% !important;
}

.btn-lg{
    outline: 0;
}

/* Header */

.iconspace{
    margin-right: 5px !important;
}

.customColor{
    background-color : #cc0000 !important; 
}

.titleSize{
    font-size: 24px;
    padding: 18px 18px 0 0;
}


.searchIconBackColor{
    background-color: #3c8dbc !important;
    border-color: #3c8dbc !important;
    color: #fff;
}

.active-page{
    background: rgba(0, 0, 0, 0.1) none repeat scroll 0 0;
    color: #f6f6f6;
    /*border-bottom: 3px solid #fff;*/
}

.orderPlusPadding {
    margin: 0 20px;
}

/* Dashboard */

#map {
    height: 400px;
}

.box.box-info {
    border-top-color: #dd4b39 !important;
}

.custBorderColor{
    border-top: 3px solid #00c0ef !important;
}

.custFontSize{
    font-size: 18px !important;
}

.textColor{
    color: white;
}

.small-box h3 {
    font-size: 24px;
    font-weight: normal;
}

/* Parcel status */
.normalFontSize{
    font-size: 14px;
}

/* General */

.handPointer:hover{
    cursor: pointer;
}
.iconSize{
    font-size: 26px !important;
}
.plushIconPadding{
    padding-top: 0 !important;
}
.iconColor{
    color: #cc0000;
}

.mendatoryLableColor{
    color: #d9534f;
}

.table-responsive.tableOverFlowHidden{
    overflow-x:hidden;
}

.padd{
    padding: 10px;
}


/* Order Page */

.outer-div {
    /*border: 2px solid rgb(204, 204, 204);*/
    height: 30px;
    float: left;
    margin: 0 -5px 0 0;
    padding: 3px;
    text-align: center;
    width: 30px;
}

.ctmForPlushIcon {
    display: inline-block;
    float: left;
    margin-top: 4px;
}
.inner-div {
    /*border: 1px solid rgb(204, 204, 204);*/
    height: 20px;
    margin: 0 auto;
    text-align: center;
    width: 20px;
}
.inner-div span {
    cursor: pointer;
    display: block;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    vertical-align: middle;
}

.customIconSize {
    font-size: 30px;
    margin-top: 30px;
}

.marleft{
    margin-left: 30px;
}

.marright{
    margin-left: -25px;
}

.fontColor {
    color: #d9534f;
    font-size: 16px;
}

.parcelSection .table-bordered > thead > tr > th,
.parcelSection .table-bordered > tbody > tr > th,
.parcelSection .table-bordered > tfoot > tr > th,
.parcelSection .table-bordered > thead > tr > td,
.parcelSection .table-bordered > tbody > tr > td,
.parcelSection .table-bordered > tfoot > tr > td {
    border: 1px solid #d2d6de !important;
}

.parcelSection{
    background-color:#f8f2d1;
    padding: 10px;
}

.historySection .table-bordered > thead > tr > th,
.historySection .table-bordered > tbody > tr > th,
.historySection .table-bordered > tfoot > tr > th,
.historySection .table-bordered > thead > tr > td,
.historySection .table-bordered > tbody > tr > td,
.historySection .table-bordered > tfoot > tr > td {
    border: 1px solid #d2d6de !important;
}

.historySection{
    background-color:#f4f4f4;
    padding: 10px;
}

.hoverBackGround tbody tr:hover{

    background-color:#fff !important;
    cursor: pointer;
}

span.custom-title {
    margin: -2px 0 0 14px;
    float: left;
}

li.activtedLI a {
    padding: 10px 3px 27px;
}

.box-tools a:focus{
 outline: none !important;
 box-shadow: none !important;
}

.faRightFontColor {
    color:#90EE90 !important;
}
.faEraseFontColor {
   color:#d2d6de !important;   
}

.removePaddingTable{
    padding: 8px 0 0 5px;
}

.btn i.fa-check:hover{
    color:#333 !important;
}

.btn i.fa-close:hover{
    color:#333 !important;
}

.iconSpace {
    padding: 6px 0 0;
}

.box-tools.iconManage a {
    float: right;
    width: auto;
}

.box-tools.iconManage {
    display: inline-block;
    float: left;
    padding-right: 0;
    text-align: right;
    width: 100%;
}
.w12{
    width: 12%;
}

.w14{
 width: 14%;   
}

.w15{
    width: 15%;
}

.col-md-12.removePadding {
    padding: 0;
}

/* Parcel Entry  */

.customRightIconSize {
    font-size: 20px;
}

.noRightPadding{
    padding-right: 0 !important;
}

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

.no-padding{
    padding:1px !important;
}

.no-space{
    padding:10px 7px !important;
    text-align: center !important;
}

.m-b-10{
    margin-bottom: 10px !important;
}

.faCheckFontColor{
    color : #ddd !important;

}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single{
    border-radius: 5px !important;
    height: 46px !important;
    padding: 12px 16px;
    font-size: 18px;
}

.select2-container--default .select2-selection--multiple, .select2-selection .select2-selection--multiple{
    border-radius: 5px !important;
    height: 46px;
    font-size: 18px;
}

.parcelIconSize{
    font-size: 15px;
    color:#444;
    padding: 0;
}
.content-wrapper .receipt-item:nth-child(1) {
    margin: 105px 0 0 0 !important;
}
.content-wrapper .receipt-item:nth-child(2) {
    margin: 0 0 0 0 !important;
}
.rmvpadding{
    padding-left: 25px !important;
}

.btnheight{
    padding: 20px 16px !important;
}

.toBranchButton{
    /*text-align: right;
    position: fixed;
    float: right;
    z-index: 9999999;
    width: 84.5%;*/
    text-align: right;
}

.fixedRow{
    background:#ffffff;
    padding: 10px 0px;
    position: fixed;
    z-index: 1000;
    width: 84.5%;
    border-bottom: 2px solid #d2d6de;
}

h1.no-margin.branchCodeTitle {
    padding: 4px 0 0 0;
}

.fixed-top {
    position: fixed;
    background: #fff;
    width: 1110px;
    padding: 10px 0px;
    z-index: 1000;
    box-shadow: 0px 2px #ededed;
}

.lblFontSize{
    font-size: 16px !important;
    padding-top: 13px !important;
}

/* Setting -> View -> Model Text box size*/

.width-full{
    width : 85% !important;
}

/* Erro Message Filed Wise*/

.errorBorderColor{
    border-color: red !important;
}

.errorTextColor{
    color: #a29999 !important ;
}

.errorImageTextColor{
    color: #d9534f !important ;
}

#branch-order-status td{
    text-align: center;
}
#branch-order-status th{
    text-align: center;
}

/*BRANCH LIST PAGE*/

.fontSize{
    font-size: 18px;
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    width: 100% !important;
}

/* LIST PAGE*/

.no-padding{
    padding-left: 0px !important;
    padding-right: 15px !important;
}
.btn-width{
    width: 100% !important;
}

/* Trip Page */

.plan-color{
    background-color: #A9A9A9 !important;
    border-color: #e7e7e7 !important;
}
.completed-lable{
    background-color: #60cd9b !important;
}

/* Vehicle Track Page */
.small-box:hover {
    text-decoration: none !important;
    color: #000000 !important;
}
.text-muted {
    color: #c1c1c1 !important;
}
.small-box > .small-box-footer:hover {
    color: #000000 !important;
    background: rgba(0, 0, 0, 0.15) !important;
}
.menu h3 {
    text-align: left !important;
}
.fa.fa-truck.fa-flip-horizontal.text-red{
    width: 17px !important;
    text-align: right !important;
}
.fa.fa-truck.fa-flip-horizontal.text-info{
    width: 17px !important;
    text-align: right !important;
}
.fa.fa-truck.fa-flip.text-yellow {
    width: 17px !important;
    text-align: left !important;
}
.fa.fa-truck.fa-flip.text-info{
 width: 17px !important;
 text-align: left !important;   
}
.fa.fa-truck.fa-flip-horizontal.text-muted{
    width: 17px;
    text-align: right;
}
.fa.fa-arrow-circle-right {
    width: 20px !important;
}
.fa.fa-arrow-circle-left {
    width: 20px !important;
}

/* List report (Account report) */

div#All_Accounts_length {
    float: left;
}

/* Book report (Account report) */

div#All_Books_length {
    float: left;
}

/* Customer Payment Report */

.customer-select span.select2-selection.select2-selection--single{
    border-radius: 4px !important;
    height: 30px !important;
    padding: 0px 0px !important;
    font-size: 12px !important;
    border-color: #d2d6de !important;
}
.customer-select span.select2-selection.select2-selection--single .select2-selection__placeholder{
    line-height: 35px !important;
}
.customer-select span.select2-selection.select2-selection--single .select2-selection__rendered{
    line-height: 35px !important;
}
.customer-select span.select2-selection.select2-selection--single .select2-selection__arrow{
    top: 3px !important;
}
.select2-container--default .select2-results > .select2-results__options {
    overflow-x: hidden !important;
}
.spaceControl {
    margin:0 0 0 0px;
    display: inline-block;
    width: 100%;
}
.spaceControl .col-md-2 {
    padding: 0;
    margin: 0 8px 0 0;
    width: 14.9%;
}
.spaceControl .col-md-2.rst-btn {
    width: auto !important;
}
div#All_Customer_payment_length {
    float: left;
}

/* Excel and PDF download button */ 
.dt-buttons {
    padding: 0 15px;
}

/* Branch Report */
.custom-box input{
    width: 100%;
}

.col-md-8.custom-box.pull-right .input-group.input-group-sm {
    width: 100% !important;
}
.col-md-8.custom-box.pull-right .col-md-4 {
    padding: 0 15px 0 0 !important;
}
.col-md-8.custom-box.pull-right .col-md-2 {
    padding: 0 15px 0 0 !important;
}
.col-md-8.custom-box.pull-right button {
    width: 100% !important;
}
.col-md-8.custom-box.pull-right {
    padding: 0px !important;
}