button.close {
    position: absolute;
	top: -13px;
	right: -12px;
    cursor: pointer;
    font-size: 18px;
    padding-top: 0px !important;
    width: 27px;
    height: 28px;
    line-height: 24px;
    background: black;
    opacity: 0.9;
    font-weight: bold;
    color: white;
    padding-left: 2px !important;
    margin-top: -1px !important;
    border-radius: 100%;
    border: 2px solid;
}
.modal-header {
    padding: 2px;
    border-radius: 0px;
}
.modal-content {
    border-radius: 0px;
}
.modal-header {
    background: #9A59CF;
}
.NavigationSearch{
	display: none;
}
.LoadStatus a{
	color: #6d6e70;;
}
.LoadStatus a:hover{
	color: black;
}
.add{
    color: white;
    margin-bottom: -19px;
    position: fixed;
    right: 17px;
    bottom: 73px !important;
    z-index: 99;

}
.add:hover >.addButton{
    background: black;
    border-color: black;
    color: white;
}
.addButton{
    color: black;
    background-color: white;
    font-size: 22px;
    font-weight: bolder;
    line-height: 55px;
    text-align: center;
    position: relative;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 58px;
    height: 58px;
    display: block;
    left: 1px;
    top: 1px;
    border: 1px solid #333;
    float: right;
    margin-top: 57px;
    cursor: pointer;
    margin-right: 8px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.35);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.35);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.35);
    /*
	-webkit-box-shadow: 0px 0px 0.9px 6px rgba(0,0,0,0.62);
    -moz-box-shadow: 0px -1px 8px 6px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 0.9px 6px rgba(0,0,0,0.62);
*/
}
.global_filter{
    width: 100%;
    height: 32px;
    font-size: 14px;
    padding: 0 41px 0 14px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 -1px 9px rgba(0,0,0,0.08);
    -moz-box-shadow: inset 0 -1px 9px rgba(0,0,0,0.08);
    box-shadow: inset 0 -1px 9px rgba(0,0,0,0.08);
}
.borderLeft {
	width: 6px;
height: 43px;
    margin-top: -2px;
    position: ABSOLUTE;
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    left: 0px;
}
.resultBox {
    width: 50%;
    height: 50%;
    margin-top: 152px;
    padding: 76px 8px 76px 0px;
    font-size: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    background-color: #efefef;
    color: black;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
}
.borderRight{
	width: 6px;
height: 43px;
    margin-top: -2px;
    position: ABSOLUTE;
    display: block;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    right: 0px;
}
.pulse-overlay {
position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background: #000;
	display: none;
	opacity: 0.3;
	z-index: 111;
}
.dispatchSelect{
    border-radius: 50%;
    width: 38px;
    height: 35px;
    padding-left: 5px;
	cursor: pointer;
	-webkit-appearance:none;
}
.dispatchSelect:hover{
	background-color: #b0b5b9;
}
.selectSpinner:after {
    content: '\25BC';
    display: inline-block;
    box-sizing: border-box;
    color: #000;
    font-size: 12px;
    margin-left: -14px;

    pointer-events: none;
}
.sb-slidebar{
    margin-top: 0px;
    background-color: rgba(42, 53, 66, 1) !important;
}
.rotate{
    -moz-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
	cursor: pointer;
}
span.Date {
font-size: 12px;
    color: #333;

}
span.statusText {
/*    padding-left: 27px;*/
}
.LoadStatus{
    width: 55%;
    float: left;
    margin-top: 13px;
	margin-bottom: 18px;
}
i.customFont{
    font-size: 14px !important;
    color: #c7cbd4;
    font-weight: 600;
    display: inline-block;
    font-family: sans-serif;
    font-style: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.rotate.down{
    -moz-transform:rotate(180deg);
    -webkit-transform:rotate(180deg);
    transform:rotate(180deg);
}
span.CarrierName {
    font-size: 20px;
    font-weight: bold;
}
.LoadStatus a{
	text-decoration: underline;
}

/* Custom tooogle button */

  .cmn-toggle {
    position: absolute;
    margin-left: -9999px;
    visibility: hidden;
  }
  .cmn-toggle + label {
    display: block;
    position: relative;
    cursor: pointer;
    outline: none;
    user-select: none;
  }
  input.cmn-toggle-round + label {
    padding: 2px;
	width: 59px;
    height: 26px;
    background-color: #dddddd;
    border-radius: 60px;
  }
table tr td{
/*	font-weight: bold;*/
	color: black;
}
  input.cmn-toggle-round + label:before,
  input.cmn-toggle-round + label:after {
    display: block;
    position: absolute;
    top: 1px;
    left: 1px;
    bottom: 1px;
    content: "";
  }
  input.cmn-toggle-round + label:before {
    right: 1px;
    background-color: #f1f1f1;
    border-radius: 60px;
    transition: background 0.4s;
  }
  input.cmn-toggle-round + label:after {
    width: 25px;
    background-color: #fff;
    border-radius: 100%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    transition: margin 0.4s;
  }
  input.cmn-toggle-round:checked + label:before {
    background-color: #8ce196;
  }
  input.cmn-toggle-round:checked + label:after {
    margin-left: 33px;
  }


/*Custom media css start from here*/

@media screen and (max-width: 769px) {
    .notify-row {
        display: none;
    }
	.searchBox{
	    width: 100% !important;
		margin-left: 0px !important;
		margin-bottom: 10px;

	}
}

