.closeBtn {
    font-size: 20px;
    border: 4px;
    background-color: #4c78af;
    color: #fff;
    padding: 5px;
    cursor: pointer;
}

.closebutton .closeBtn {
    background-color: transparent;
    color: #444;
}

.getroutesData.rt1 {
    /*border-color: #33225a;*/
    border-bottom: 2px solid #33225a;
    border-top: none;
    border-right: none;
    border-left: none;
    border-radius: 0;
}

.getroutesData {
    width: 97%;
}

.getroutesData {
    padding: 10px;
}

.getroutesData {
    background-color: #fff;
    border-radius: 5px 5px 10px 10px;
    /*box-shadow: 0 5px 5px #ccc;*/
    box-shadow: -6px 4px 10px #ccc;
    cursor: move;
    display: inline-block;
    margin-bottom: 20px;
    min-height: 180px;
    padding: 10px;
    position: relative;
    vertical-align: top;
    border-bottom: 4px;
    border-bottom-style: solid;

    border-top: 1px;
    border-top-style: solid;
    border-left: 1px;
    border-left-style: solid;
    border-right: 1px;
    border-right-style: solid;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

.background-freeze {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    z-index: 22;
    border-radius: 0 0 15px 15px;
    -moz-border-radius: 0 0 15px 15px;
    -ms-border-radius: 0 0 15px 15px;
    -o-border-radius: 0 0 15px 15px;
    -webkit-border-radius: 0 0 15px 15px;
}

.ng-scope .demo-icon {
    border: none !important;
    bottom: 0;
    height: 22px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 16px;
    z-index: 55;
}

.getroutesData .panel-heading {
    margin: 0px 0px 5px 0px;
    border-bottom: 1px dotted #ef6362;
}

.getroutesData .panel-heading {
    display: block;
    float: left;
    width: 100%;
}

.getroutesData .panel-heading .panel-title {
    margin: 0;
    padding: 0;
    color: #424242;
    float: left;
    font-size: 14px;
    font-weight: 100;
}

.getroutesData .dropdown-menu {
    /*left: auto;*/
    left: -111px;
    margin: 0;
    padding: 5px;
    position: absolute;
    right: 0;
    cursor: default;
}

/*.getroutesData .dropdown-menu {
    left: auto;
    margin: 0;
    padding: 5px;
    position: absolute;
    right: 0;
    cursor: default;
}*/

.getroutesData .panel-subheader {
    border-bottom: none;
    float: left;
    margin: 0 0 5px 9px;
    padding-bottom: 4px;
    width: 75%;
    display: table-row;
    clear: inherit;
}

.panel-subheader i {
    color: #ef6362;
    font-size: 15px;
}

.getroutesData .panel-subheader label {
    color: #424242;
    font-size: 11px;
    text-align: center;
    margin: 0;
    padding: 0px 5px 0 5px;
    font-weight: 600;
    display: table-cell;
    width: 20%;
}

.getroutesData .panel-subheader label span {
    font-weight: 100;
    width: auto;
    float: right;
    padding-left: 1px;
}

.getroutesData .panel-body {
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.multiDemo ul[dnd-list] {
    margin: 0px;
    min-height: 70px;
    padding: 0px;
}

.getroutesData .panel-body li.ng-binding {
    margin: 4px;
}

.getroutesData .panel-body li.ng-binding {
    margin: 6px 5px;
    /*width: 80px !important;*/
    width: 11.8% !important;
    font-size: 11px;
}

.addBox {
    padding-left: 20px;
}

.addBox input[type=button] {
    background-color: #33225a;
    color: #fff;
    padding: 7px 13px;
    width: auto;
    border: none;
    border-radius: 2px;
    margin-top: 3px;
    font-size: 11px;
}

.upload-icon {
    font-size: 18px !important;
    padding: 0 7px 0 0;
    vertical-align: text-bottom;
}

a.get_route {
    display: none;
}

.getroutesData .panel-body li.ng-binding {
    background: #33225a;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    margin: 5px 4px;
    position: relative;
    width: 31%;
    font-size: 11px;
}

li.first-mile {
    margin-left: 10px;
}

.multiDemo ul[dnd-list] li {
    padding: 4px 8px;
}

.getroutesData .drop-view {
    background: #f7f7f7;
    border-radius: 2px;
    float: left;
    margin: 0 0;
}

.getroutesData .drop-view label:first-child {
    margin-left: 5px;
}

.getroutesData .dropdown-menu-list li:last-child {
    margin-left: 4px;
}

.pendding-job ul li.active span {
    background: #33225a;
}

.menu-section {
    position: relative;
    background-color: #fff;
    height: calc(100% - 50px);
    /* box-shadow: -1px 0 5px #606060;*/
    /* min-height: 725px;*/
    width: auto;
}

div#left-section {
    /* background-color: #6e9d3d; */
}

div#ng-view {
    background-color: #fff;
    margin-top: 50px;
    width: 98.6%;
}

@media only screen and (min-width: 820px) and (max-width: 1180px) and (orientation: landscape){
div#ng-view {
    width: 98%;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1279px){
div#ng-view {
    width: 98.3%;
}
}
@media only screen and (min-width: 1280px) and (max-width: 1365px){
div#ng-view {
    width: 98.8%;
}
}
@media only screen and (min-width: 1366px) and (max-width: 1440px){
div#ng-view {
    width: 98.5%;
}
}
/*.menu-section span {
    color: #2d5f9f!important;
    font-size: 14px;
    }*/
md-list-item>ng-md-icon:first-child,
md-list-item .md-list-item-inner>ng-md-icon:first-child {
    margin-right: 10px !important;
    margin-top: 6px !important;
    margin-bottom: 6px !important;
}

.submenu svg {
    width: 16px;
}

.menu-with-map {
    /* margin-left: 40px; */
}

.submenu span.ng-binding.flex {
    font-size: 13px !important;
    padding: 0;
    margin: 0;
    line-height: inherit;
}

.submenu md-list-item._md-button-wrap.ng-scope._md {
    border-bottom: 1px dotted #ccc;
    margin-right: 25px;
}

.submenu md-list-item .submenu .md-list-item-inner>ng-md-icon:first-child {
    margin-bottom: 0px;
    margin-top: 0px;
}

.main-menu {
    box-shadow: -1px 0 5px #606060;
    height: 90%;
    background-color: #fff;
}

.menu-section md-sidenav {
    width: auto;
}

.menu-section .filterArrow.left {
    position: absolute;
    right: -40px;
    z-index: 999999;
    top: 0px;
    left: inherit;
}

.asign-route input[type="text"]:first-child {
    width: 140px;
    height: 20px;
}

.asign-route input[type="text"]::placeholder {
    font-size: 10px;
    padding-left: 4px;
}

.menu-section ng-md-icon svg {
    color: #d98147;
}

.menu-section .header {
    height: 27px;
    padding: 5px 8px 8px 8px;
}

.menu-section .header .nameDate h1 {
    font-size: 13px;
    padding-left: 15px;
    font-weight: 600;
    text-transform: uppercase;
}

#rightFormBox md-tab-item span {
    font-weight: bold;
}

.grid1528287249008 .ui-grid-render-container-body .ui-grid-viewport {
    width: 100%;
}

.dropdown-menu-list li a {
    float: left;
    padding-right: 20px;
    font-size: 10px;
    border: 1px solid #ef6362;
    border-radius: 2px;
    padding: 3px 5px;
    margin-right: 4px;
    margin-top: 4px;
    margin-bottom: 4px;
    line-height: inherit;
    cursor: pointer;
    font-family: "open_sansregular";

}
.panel-body.icon-color.drop-view .dropdown-menu-list li a {
    display: flex;
    align-items: center;
}

#left-section md-select-value span:after {
    content: '';
}

ul.dropdown-menu-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: auto;
}

.dropdown-menu-list li i,
.getroutesData .drop-view label i {
    color: #ef6362;
    font-size: 15px;
    vertical-align: text-top;
    padding-right: 3px;
}

.getroutesData .panel-body li span.ng-binding {
    background: #ef6362;
    border-radius: 100%;
    font-size: 9px;
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    padding: 0;
    position: absolute;
    right: -7px;
    text-align: center;
    top: -7px;
    width: 20px;
}

.resolve-route {
    background-color: #f5d4d4;
    float: left;
    width: 98.5%;
    color: #000;
    padding-left: 10px;
    padding-bottom: 3px;
    font-size: 14px;
    padding-top: 2px;
    cursor: pointer;
    border-radius: 4px;
}

.resolve-route i {
    color: #da720d;
    font-size: 15px;
    padding-right: 3px;
    vertical-align: sub;
}

.getroutesData .drop-view label {
    font-size: 10px;
    width: auto;
    font-weight: normal;
    font-family: "open_sansregular";
    float: left;
    border: 1px solid #ef6362;
    border-radius: 2px;
    padding: 3px 5px;
    margin-right: 4px;
    margin-top: 0;
    margin-bottom: 4px;
    line-height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}

.multiDemo .flex-50 {
    padding: 20px;
}

.getroutesData .drop-view label input[type="radio"] {
    margin-top: 4px;
    float: left;
    margin-right: 5px;
    margin-top: 2px;
}

.getroutesData .drop-view .save-rout-form,
.getroutesData .drop-view .assign-form,
.getroutesData .drop-view .drop-form {
    float: left;
    font-size: 12px;
    margin: 10px 0 5px;
    width: 100%;
}

.getroutesData .drop-view .save-rout-form input[type="text"],
.getroutesData .drop-view .save-rout-form select,
.getroutesData .drop-view .assign-form input[type="text"],
.getroutesData .drop-view .assign-form select {
    border: 1px solid #ccc;
    border-radius: 4px;
    float: left;
    font-size: 11px;
    margin: 0 10px 0 0;
    padding: 5px 10px;
    width: 55%;
}

.getroutesData .dropdown-menu li a {
    cursor: pointer;
    display: block;
    font-size: 12px;
    padding: 3px 8px;
    transition: all 0.4s ease-in-out;
}

.closebutton {
    position: absolute;
    right: 5px;
    top: 5px;
}

.assign-form .comment-section form .form-group input[type="text"],
.box-height {
    height: 19px;
}

.getroutesData .drop-view .save-rout-form input[type="text"],
.getroutesData .drop-view .save-rout-form select,
.getroutesData .drop-view .assign-form input[type="text"],
.getroutesData .drop-view .assign-form select {
    border: 1px solid #adadad;
    border-radius: 0px;
    float: left;
    font-size: 11px;
    padding: 3px 10px;
    margin-right: 10px;
}

.assign-form .comment-section form .form-group {
    max-width: 18%;
    margin: 0 3px !important;
    float: left;
    padding: 5px 0px;
}

.ml40 {
    margin-left: 40px;
}

.getroutesData .drop-view .assign-form input[type="text"] {
    width: 100%;
    box-sizing: border-box;
    height: 25px !important;
}

.mt40 {
    margin-top: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.btn.disabled,
.btn:disabled {
    cursor: not-allowed;
    opacity: .65;
}

.custome-search {
    float: left;
    margin: 7px 0px;
    padding: 0;
}

.sameday-form md-input-container .md-errors-spacer {
    min-height: 10px;
}

.custome-search md-input-container .md-errors-spacer {
    min-height: 0px;
}

.getroutesData .drop-view .assign-form button[type="submit"],
.getroutesData .drop-view .assign-form button[type="button"] {
    padding: 6px 9px !important;
    border-radius: 2px;
    font-size: 10px;
    margin-top: 5px !important;
    background: #33225a;
}

.comment-section button {
    background: #33225a;
    border: 0;
    border-radius: 2px;
    font-size: 11px;
    margin-top: -6px;
    padding: 6px 14px !important;
}

/* Allshipment custome filter form css */
.sidebarNew.navigat.rightBoxArea.formPage {
    position: absolute;
    width: 30%;
    z-index: 91;
    right: 0;
    top: 0px;
}

.shipment-info-container {
    position: absolute;
    min-width: 100px;
    width: auto !important;
    z-index: 999;
    right: 0;
    top: 0;
    background-color: #fff;
    box-shadow: 0 0 4px #333333;
}

#rightFormBox .filterArrow.left i.material-icons {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0px;
    border-radius: 4px;
}

#rightFormBox .filterArrow {
    background-image: none;
}

.rightBoxArea.widepage .header {
    margin-bottom: 0px;
}

#rightFormBox .flex-50 {
    padding-right: 15px;
}

#rightFormBox .filterArrow.right,
#rightFormBox2 .filterArrow.right {
    left: -19px;
}

.angularjs-datetime-picker.ng-scope.ng-isolate-scope.ng-valid {
    /*  position: absolute!important;
    right: 2px; */
}

h6,
.h6 {
    font-size: 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem;
}

#rightFormBox .filterArrow.right:focus {
    outline: none;
}

.sidebarNew .header {
    background-image: linear-gradient(to bottom, #d98147 0%, #da720d 100%);
    background-repeat: repeat-x;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    line-height: 30px;
}

#rightFormBox .md-select-value>span:not(.md-select-icon) .md-text {
    color: #4a4a4a;
    font-size: 13px;
}

label.col-sm-12.control-label.no-padding-right {
    padding-left: 5px;
}

.input-icon-right select.ng-pristine.ng-untouched.ng-valid {
    width: 190px;
    height: 30px;
    margin-right: 5px;
}
.dataTableDe .row .col-sm-6:nth-child(2) label {
    float: right;
}
#page-content .headArea h3 {
    color: #414c59;
    font-size: 18px;
    margin: 0 0 5px;
    text-transform: uppercase;
}

#page-content .headArea p {
    color: #ababab;
    font-size: 12px;
    font-weight: 100;
}

.dataTableDe h3 {
    color: #3e4855;
    font-size: 16px;
    font-weight: 100;
    margin: 0 0 20px;
    text-transform: uppercase;
}

/* searchbox Popup css */

.getroutesData .drop-view .assign-form input {
    width: 88%;
}

.getroutesData .drop-view .assign-form select {
    padding: 0 10px;
    width: 100%;
}

.btn-primary {
    color: #fff;
    background-color: #2d5f9f;
    border-color: #2d5f9f;
}

.cursor-pointer a {
    cursor: pointer;
}

/* nextday css 29 may*/
.close-remove-icon {
    float: left;
    width: 100px;
    padding: 0;
    margin: 20px 0px !important;
}

.nextday-form .topheader {
    margin-bottom: 0px;
    margin-right: 0px;
    position: relative;
}

.nextday-form .md-subheader-content {
    font-size: 20px;
    font-weight: 600;
    color: #4a4a4a;
}

/*google postcode search auto complete*/
.pac-container {
    background-color: #fff;
    position: absolute !important;
    z-index: 1000;
    border-radius: 2px;
    border-top: 1px solid #d9d9d9;
    font-family: Arial, sans-serif;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden
}

.pac-logo:after {
    content: "";
    padding: 1px 1px 1px 0;
    height: 16px;
    text-align: right;
    display: block;
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 120px 14px
}

.hdpi.pac-logo:after {
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/powered-by-google-on-white3_hdpi.png)
}

.pac-item {
    cursor: default;
    padding: 0 4px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    border-top: 1px solid #e6e6e6;
    font-size: 11px;
    color: #999
}

.pac-item:hover {
    background-color: #fafafa
}

.pac-item-selected,
.pac-item-selected:hover {
    background-color: #ebf2fe
}

.pac-matched {
    font-weight: 700
}

.pac-item-query {
    font-size: 13px;
    padding-right: 3px;
    color: #000
}

.pac-icon {
    width: 15px;
    height: 20px;
    margin-right: 7px;
    margin-top: 6px;
    display: inline-block;
    vertical-align: top;
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons.png);
    background-size: 34px
}

.hdpi .pac-icon {
    background-image: url(https://maps.gstatic.com/mapfiles/api-3/images/autocomplete-icons_hdpi.png)
}

.pac-icon-search {
    background-position: -1px -1px
}

.pac-item-selected .pac-icon-search {
    background-position: -18px -1px
}

.pac-icon-marker {
    background-position: -1px -161px
}

.pac-item-selected .pac-icon-marker {
    background-position: -18px -161px
}

.pac-placeholder {
    color: gray
}

/*end of google postcode search auto complete*/

/* Allshipment custome filter form css */
.shipment-info-container {
    position: absolute;
    min-width: 100px;
    width: auto !important;
    z-index: 999;
    right: 0;
    top: 0;
    background-color: #fff;
    box-shadow: 0 0 4px #333333;
}

#rightFormBox .filterArrow.left i.material-icons {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0px;
    border-radius: 4px;
}

#rightFormBox .filterArrow {
    background-image: none;
}

.rightBoxArea.widepage .header {
    margin-bottom: 0px;
}

#rightFormBox .flex-50 {
    padding-right: 15px;
}

#rightFormBox md-input-container .md-errors-spacer,
.nextday-form md-input-container .md-errors-spacer {
    min-height: inherit;
}

#rightFormBox .filterArrow.right,
#rightFormBox2 .filterArrow.right {
    left: -19px;
}

.angularjs-datetime-picker.ng-scope.ng-isolate-scope.ng-valid {
    /*  position: absolute!important;
    right: 2px; */
}

h6,
.h6 {
    font-size: 1rem;
}

#rightFormBox .filterArrow.right:focus {
    outline: none;
}

.sidebarNew .header {
    background-image: linear-gradient(to bottom, #d98147 0%, #da720d 100%);
    background-repeat: repeat-x;
    text-transform: uppercase;
    letter-spacing: 0.1px;
    line-height: 30px;
}

#rightFormBox .md-select-value>span:not(.md-select-icon) .md-text {
    color: #4a4a4a;
    font-size: 13px;
}

label.col-sm-12.control-label.no-padding-right {
    padding-left: 5px;
}

.input-icon-right select.ng-pristine.ng-untouched.ng-valid {
    width: 190px;
    height: 30px;
    margin-right: 5px;
}
.dataTableDe .row .col-sm-6:nth-child(2) label {
    float: right;
}
#page-content .headArea h3 {
    color: #414c59;
    font-size: 18px;
    margin: 0 0 5px;
    text-transform: uppercase;
}

#page-content .headArea p {
    color: #ababab;
    font-size: 12px;
    font-weight: 100;
}

.dataTableDe h3 {
    color: #3e4855;
    font-size: 16px;
    font-weight: 100;
    margin: 0 0 20px;
    text-transform: uppercase;
}

/* searchbox Popup css */

#tab-2 .routeData .recip {
    font-size: 11px;
    width: 100%;
}

.radio-btn {
    position: relative;
    padding-left: 19px;
}

.radio-btn input[type="checkbox"],
.radio-btn input[type="radio"] {
    position: absolute;
    opacity: 0;
    z-index: 1;
}

.radio-btn label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    cursor: pointer;
    user-select: none;
    color: #02968b;
}

.radio-btn label::before {
    width: 12px;
    height: 12px;
    border: none;
    top: 6px;
    left: 6px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    background-color: #02968b;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.radio-btn label::after {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
}

.radio-btn label::after {
    position: absolute;
    content: "";
    width: 13px;
    height: 14px;
    left: -9px;
    top: -10px;
    margin-left: -18px;
    background-color: white;
    border: 2px solid #d65753;
    background-clip: padding-box;
    cursor: pointer;
    border-radius: 0px;
}

.nextday-form .material-icons {
    cursor: pointer;
    position: absolute;
    right: 42px;
    z-index: 9;
}

.material-icons:focus {
    outline: none;
}

/* Shipment Details Page */
.sidebarNew.navigat.rightBoxArea.formPage.eightyfive {
    width: 85%;
}

.scrollContent {
    height: calc(100vh - 150px);
    overflow: auto;
}

.shipmentwrapper,
.mislaniouswrapper,
.costwrapper .currentwrapper,
.podwrapper,
.settingswrapper,
.addresswrapper {
    margin-bottom: 10px;
}

.shipmentwrapper h2,
.currentwrapper h2,
.podwrapper h2,
.costwrapper h2,
.mislaniouswrapper h2,
.settingswrapper h2,
.addresswrapper h2 {
    font-size: 18px;
    font-weight: bold;
    color: #203e65;
    padding-top: 10px;
}

.shipmentContent,
.mislaniousContent,
.podContent,
.settingsContent,
.costContent,
addressContent,
.currentContent {
    background-color: #f5f5f5;
    padding: 10px;
}

.shipmentContent .layout-row,
.mislaniouswrapper .layout-row,
.podwrapper .layout-row,
.settingswrapper .layout-row {
    padding: 5px 10px;
    margin-bottom: 6px;
    font-size: 13px;
}

.addressContent {
    background-color: #f5f5f5;
    padding: 10px;
    margin-right: 10px;
    font-size: 14px;
    margin-bottom: 10px;
}

h3.collectiondrrs {
    font-size: 16px;
    font-weight: bold;
    padding: 10px 0px;
}

.dataTableDe h3 {
    color: #3e4855;
    font-size: 16px;
    font-weight: 100;
    margin: 0 0 20px;
    text-transform: uppercase;
}

h2.collectiondrrs {
    width: 100%;
}
h4.collectiondrrs {
    width: 100%;
    color: #000;
    padding: 10px 0;
    border-bottom: 1px solid #777;
}
h4.collectiondrrs i {
    padding: 2px 0;
    float: left;
    height: auto;
    width: 30px;
    border-radius: 25px;
    text-align: center;
    font-size: 18px;
    outline: none;
}

.collectiondrrs i {
    padding: 8px 0;
    float: right;
    height: 30px;
    width: 30px;
    border-radius: 25px;
    text-align: center;
    font-size: 14px;
    outline: none;
}

.collectiondrrs.twon i {
    background: #ef6362;
}

.costContent {
    margin-bottom: 15px;
}

.tracking-history table,
.costContent table {
    width: 100%;
    background-color: #fff;
}

.tracking-history table tr:nth-of-type(odd),
.costContent table tr:nth-of-type(odd) {
    background-color: #fafafa;
}

.tracking-history table tr td,
.tracking-history table tr th,
.costContent table tr th,
.costContent table tr td {
    border: 1px solid #ccc;
    padding: 5px 15px;
    font-size: 11px;
}

th {
    text-align: left;
}

.dataTableDe tr:nth-child(2n)>td {
    background: #fefeff none repeat scroll 0 0;
}

.tracking-history i {
    position: inherit !important;
    color: #d97826;
    cursor: pointer;
    font-size: 14px;
}

form.trackingform.ng-pristine.ng-valid,
form.podForm.ng-pristine.ng-valid {
    background-color: #fff;
    padding: 10px 5px;
    margin: 20px 2px;
    border-radius: 4px;
}

.trackingform label,
.podForm label {
    width: 100px;
    float: left;
    font-size: 13px;
}

.trackingform label,
.podForm label {
    width: 100px;
    float: left;
    font-size: 13px;
}

.trackingform .flex,
.podForm .flex {
    margin: 5px 10px;
}

/* .trackingform input[type="text"], .trackingform select {
    width: 97%;
    float: left;
    height: 30px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding-left: 10px;
    font-size: 13px;
    margin: 0px;
    padding: 0 0 0 8px;
    } */
.mr0 {
    margin-right: 0px !important;
}

.booknowbtnship input[type="submit"],
.booknowbtnship input[type="reset"] {
    background-color: #335c92;
    color: #fff;
    border: none;
    padding: 3px 15px;
    border-radius: 4px;
    height: 30px;
}

.trackingform input,
.trackingform select {
    height: 26px;
    border-radius: 4px;
}

.item-tracking-history input[type="button"] {
    background-color: #335c92;
    color: #fff;
    border: none;
    padding: 0px 15px;
    border-radius: 4px;
    margin-bottom: 15px;
    height: 30px;
}

.currentContent input[type="text"] {
    padding: 3px 10px;
    margin-right: 10px;
}

.currentContent input[type="button"] {
    margin-right: 3px;
}

.item-tracking-history input[type="text"] {
    border-radius: 4px;
    border: 1px solid #ccc;
    padding: 6px 10px;
    font-size: 12px;
    height: 18px;
    margin: 0;
}

.text-right {
    text-align: right;
}

/* warehoues 04/06/2018 */
/*.sidebarNew.navigat.rightBoxArea.formPage {
    width: 420px;
    }*/
.sidebarNew.rightBoxArea.show {
    transform: translateX(0);
    margin: 0;
}

.toggle-summary:focus {
    outline: none;
}

.paddleft20 {
    padding-left: 20px;
}

.sidebarNew.navigat.rightBoxArea {
    top: 12.6%;
    padding: 0;
    position: absolute;
    right: 0;
    bottom: 2%;
    background: #ffffff none repeat scroll 0 0;
    z-index: 999;
    height: max-content;
    height: -moz-max-content;
    /* Firefox/Gecko */
    display: block;
    border-bottom-left-radius: 0;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.col-sm-6 label {
    width: 100%;
}

.multiselect-parent {
    position: relative;
}

.formDesign .formBody {
    height: 86vh;
    padding: 36px 18px;
    overflow: auto;
}

#rightFormBox input[type="submit"],
#rightFormBox input[type="button"],
#rightFormBox input[type="reset"] {
    margin-top: 20px;
}

.shipmentfilter-container {
    overflow: hidden !important;
}

.ng-invalid {
    border-color: red;
    outline-color: red;
}

.cost-details p {
    margin: 8px;
}

.ptop15 {
    padding-top: 15px;
}

.row {
    display: flex;
    flex-wrap: wrap;
}

.sidebarNew.rightBoxArea.show {
    transform: translateX(0);
    margin: 0;
}

.animate-hide {
    line-height: 20px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    opacity: 1;
    padding: 0;
    /* border: 1px solid #ccc; */
    background: white;
    /* position: fixed; */
    left: 0;
    transform: translateX(0px);
}

.navigat {
    padding: 0;
}

.col-sm-6 {
    width: 50%;
    float: left;
}

.middleBody.pageContentRight {
    margin-right: 420px;
}

/* Logipage css */
.login-bg {
    background-color: #14263e !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
}

.mt150 {
    margin-top: 150px;
}

.login-bg md-content {
    background: url('../img/login.jpg');
    height: 100%;
    position: relative;
    background-size: 100%;
    background-position: center;
}

.login-bg md-card {
    background-color: transparent;
    box-shadow: none;
}

.login-bg input:-webkit-autofill {
    background-color: transparent !important;
}

.login-bg input[type="text"],
.login-bg input[type="password"],
.login-bg input[type="email"],
.login-bg md-select {
    color: #3B506D !important;
    border-bottom: 1px solid #3B506D;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    border-bottom: 2px solid #3B506D !important;
    -webkit-text-fill-color: #fff;
    -webkit-box-shadow: 0 0 0px 1000px #14263e inset;
    transition: background-color 5000s ease-in-out 0s;
}

.login-bg md-input-container label {
    color: #000 !important;
    opacity: 0.5;
    font-weight: 300;
}

.login-bg .md-button.md-primary.md-raised {
    background-color: #183563;
    color: #fff;
    margin: 0;
}

.md-char-counter {
    display: none;
}

.login-bg a {
    color: #2d5f9f;
    padding-left: 0px;
    font-size: 15px;
    text-decoration: none;
    float: right;
    opacity: 0.8;
    margin-left: 18px;
}

.login-bg md-input-container>md-icon {
    color: #52698a;
    min-height: 15px !important;
    height: 20px !important;
}

/* end */

/* Notification css */
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
}

html.md-default-theme,
html,
body.md-default-theme,
body {
    color: rgba(0, 0, 0, 0.87);
    /* background-color: rgb(250,250,250);*/
}

.formly-field-customEdit a {
    color: #000 !important;
    text-decoration: none;
}

/* end */

/*  ngdialog CSS start*/

.ngdialog.ProductDetailsDialog {
    overflow: visible !important;
}

.ngdialog.ProductDetailsDialog .mappinwapper,
.ngdialog.ProductDetailsDialog .profiletable {
    margin: 0px !important;
    padding: 0px;
}

.ngdialog-content .ngdialog-close {
    position: absolute !important;
    border-radius: 50px;
}

.ngdialog-content .ngdialog-close {
    color: #ffffff;
    cursor: pointer;
    font-size: 30px;
    height: 30px;
    padding: 0;
    right: 10px;
    text-align: center;
    background: #33225a;
    top: 5px;
    border: none;
    transition: all 0.4s ease-in-out 0s;
    width: 30px;
    z-index: 99;
    outline: none;
    border-radius: 100%;
    display: inline-block;
    line-height: 46px;
}

.ngdialog-content .ngdialog-close:before {
    right: 0;
    top: -9px;
    font-size: 27px;
    position: relative;
}

.ngdialog.no-address .ngdialog-content {
    position: absolute;
    width: 600px;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 130px;
    text-align: center;
    overflow: auto;
    border-radius: 4px;
    padding: 30px;
}

.ProductDetailsDialog .ngdialog-content {
    width: 100vw;
    top: 50%;
    position: absolute !important;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100vh;
    overflow: auto !important;
}

.ngdialog.ngdialog-theme-default {
    padding-top: 50px !important;
}

.ngdialog {
    position: fixed;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 99 !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    animation: ngdialog-fadein 0.5s;
}

.ngdialog-content .top_heading {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}

.ngdialog-content ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.ngdialog ul li {
    padding: 5px 10px;
    font-size: 13px;
}

/* .ngdialog-content {
    width: 600px!important;
    position: absolute!important;
    left: 50%!important;
    top: 50%!important;
    height: 300px!important;
    overflow: auto!important;
    padding: 15px!important;
    border: 3px solid #444;
    border-radius: 4px!important;
    margin-left: -300px!important;
    margin-top: -150px!important;
    background-color:#fff;
    } */
#dialogContent_283 button {
    color: rgba(255, 255, 255, 0.87);
    background-color: rgb(63, 81, 181);
}

.loading-pane {
    /* position: absolute; */
    background: #14263e7a;
}

.ngdialog.Test .ngdialog-content {
    position: absolute;
    width: 600px;
    margin: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    height: 300px;
    overflow: auto;
    border-radius: 2px;
    padding: 15px;
}

/*  ngdialog CSS End*/
.loading-pane .spinner-image {
    position: absolute;
    width: 150px;
    height: 150px;
    background: url(../img/loading.gif) center center no-repeat;
    background-size: cover;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    /*  border: 1px solid #ccc;*/
    border-radius: 6px;
}

/* GRID css start here*/

.grid1527851649797,
.ui-grid-row,
.grid1527851649797,
.ui-grid-cell,
.grid1527851649797,
.ui-grid-cell,
.ui-grid-vertical-bar {
    height: 35px !important;
}

.ui-grid-filter-container select {
    height: 27px;
    font-size: 13px;
    padding: 0px 0 0 5px;
}

.ui-grid-header-cell-wrapper input[type="text"] {
    height: 24px;
}

.ui-grid-pager-count-container {
    font-weight: bold;
    color: #fff;
    margin: 3px 0 0 0;
}

/* .grid {
    width: 1400px!important;
    }
    .allshipments-grid .grid {
    width: 1400px!important;
    } */
.ui-grid-header {
    text-align: center;
}

.ui-grid-render-container-body md-switch .md-container {
    height: 50px !important;
    margin: 0 auto;
}

.ui-grid {
    height: calc(100vh - 110px);
}
.gmap {
    height: calc(100vh - 98px);
}
.sidebar.dataTable.addwidthright.ng-scope.Cost_Data .ui-grid{
    height: calc(100vh - 190px);
}

.allshipments-grid .ui-grid {
    height: calc(98.5vh - 133px);
}

.full-width-grid .new-rating-engine {
    padding-left: 0;
}

.ui-grid.report-grid {
    height: 60vh;
}

.expandableRow .ui-grid {
    height: auto !important;
    overflow: auto;
}

md-content .ui-grid {
    height: 72vh;
}

.form-group.sub-header-action-button {
    float: left;
}

.dataTableDe table {
    font-size: 12px;
}

.dataTableDe table tr th {
    color: #4b5056;
}

/* Grid CSS end here*/
#page-content {
    bottom: 0;
    padding: 27px 20px;
    position: relative;
    top: 0;
    transition: all 0.4s ease-in-out 0s;
    /* width: 100%; */
}

.btn-group button {
    margin: 1px;
}

#page-content a {
    color: #000;
    line-height: 30px;
}

.section--center .ng-pristine label.ng-binding.ng-scope {
    float: left;
    padding-right: 10px;
    padding-top: 4px;
}

.btn-toolbar .btn-group button {
    margin: 1px;
}

.ta-toolbar.btn-toolbar .btn-group,
.ta-toolbar.btn-toolbar .btn-group button,
#toolbarWC,
#toolbarCC {
    float: left;
}

#page-content a:before {
    content: '\f104';
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    padding-right: 5px;
}

/*.middleBody.pageContentRight {
    margin-right: 320px;
    }
    .middleBody.pageContentLeft {
    margin-left: 278px;
    }*/

.sidebarNew.navigat.rightBoxArea.formPage.five {
    width: 5%;
}

.sidebarNew.navigat.rightBoxArea.formPage.ten {
    width: 10%;
}

.sidebarNew.navigat.rightBoxArea.formPage.fifteen {
    width: 15%;
}

.sidebarNew.navigat.rightBoxArea.formPage.twenty {
    width: 20%;
}

.sidebarNew.navigat.rightBoxArea.formPage.twentyfive {
    width: 25%;
    transition: all 0.2s ease-in-out;
}

.sidebarNew.navigat.rightBoxArea.formPage.thirty {
    width: 30%;
}

.sidebarNew.navigat.rightBoxArea.formPage.thirtyfive {
    width: 30%;
}

.sidebarNew.navigat.rightBoxArea.formPage.thirtyfive.new_width_add_cont {
    width: 50%;
}

.sidebarNew.navigat.rightBoxArea.formPage.fourty {
    width: 40%;
}

.sidebarNew.navigat.rightBoxArea.formPage.fourtyfive {
    width: 25%;
}

.sidebarNew.navigat.rightBoxArea.formPage.fifty {
    width: 50%;
}

.sidebarNew.navigat.rightBoxArea.formPage.fiftyfive {
    width: 55%;
}

.sidebarNew.navigat.rightBoxArea.formPage.sixty {
    width: 60%;
}

.sidebarNew.navigat.rightBoxArea.formPage.sixtyfive {
    width: 65%;
}

.sidebarNew.navigat.rightBoxArea.formPage.seventy {
    width: 70%;
}

.sidebarNew.navigat.rightBoxArea.formPage.sevetyfive {
    width: 75%;
}

.sidebarNew.navigat.rightBoxArea.formPage.eighty {
    /*width: 80%;*/
    width: 95%;
}

.sidebarNew.navigat.rightBoxArea.formPage.eightyfive {
    width: 85%;
}

.sidebarNew.navigat.rightBoxArea.formPage.ninty {
    width: 90%;
    height: 100%;
}

.sidebarNew.navigat.rightBoxArea.formPage.nintifive {
    width: 95%;
}

.sidebarNew.navigat.rightBoxArea.formPage.hundred {
    width: 100%;
}

.scrollDiv {
    overflow: auto;
}

.customer_info,
.address_info {
    background-color: #cccccc38;
    border-radius: 4px;
}

/* 15 June 2018 */

.invoiceform .tab-content {
    border: 1px solid #d3d3d3;
    border-radius: 0 0 5px 5px;
    padding: 15px;
}

.customer_info form,
.address_info form {
    padding-top: 20px;
}

.invoiceform .startdate,
.enddate {
    display: inline;
    padding-right: 10px;
    font-size: 14px;
}

.formDesign label {
    margin-bottom: 5px !important;
    color: #747474;
}

span.inputcalendar {
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 4px;
}

.invoiceform .buttonDiv button {
    background-color: #325b90;
    color: #fff;
    border: none;
    padding: 5px 15px;
    margin-top: 15px;
    border-radius: 4px;
    cursor: pointer;
}

.invoiceform .customerfield {
    margin-bottom: 10px;
}

.invoiceform .customerfield label {
    padding-right: 5px;
    font-size: 14px;
}

.singup-container h4 {
    display: block;
    padding: 4px;
    color: #14263e;
    text-align: center;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 15px;
    border-radius: 4px;
}

form .customer_info,
form .address_info {
    padding-top: 20px;
}

#customer_wrapper h2,
#address_wrapper h2 {
    font-size: 12px;
    color: #203e65;
    font-weight: bold;
    padding-left: 0px;
    margin: 0px 0 10px 0;
}

.addcustomerwraper md-input-container {
    margin: 0px 20px !important;
    vertical-align: middle;
}

.UserForm md-sidenav {
    max-width: 500px !important;
    width: 500px !important;
}

.UserForm .header {
    background-color: rgb(63, 81, 181) !important;
    background-image: none !important;
}

.addcustomerwraper .header {
    margin-bottom: 0px !important;
}

.sidebarNew .header {
    background: #c34c4b;
    padding: 0px 8px 0px 15px;
    height: 38px;
}

.rightBoxArea .header h3 {
    font-size: 16px;
    font-weight: 100;
    margin: 0;
    color: #fff;
}

.clearfix {
    clear: both;
    width: 100%;
    float: left;
}

.UserForm form {
    padding: 20px;
}

.UserForm .form-control {
    border-bottom: 1px solid #ECECEC !important;
    border: none;
}

.removeBorder {
    border: 0 px;
    border: none;
}

.UserForm label.col-sm-12.control-label.no-padding-right {
    padding-left: 17px;
}

/* 15 June 2018 */
.full-width-grid {
    /*width: 100%!important;*/
    /*height: calc(100% - 0px)!important;*/
    overflow: auto;
    overflow-y: hidden;
}

/*.rightBoxArea #rightarrow {
    position: absolute;
    left: -19px;
    }*/
/* .ui-grid-canvas md-switch{margin:0px!important;} */
.border {
    border: 1px solid #14263e;
    border-radius: 4px;
    margin-bottom: 30px;
    overflow: hidden;
}

.nextday-form md-input-container.md-icon-left>label {
    left: 0px !important;
}

.nextday-form md-input-container.md-icon-left.md-icon-right>label:not(.md-no-float):not(.md-container-ignore) {
    width: calc(100% - 0px) !important;
}

.nextday-form .md-container.md-ink-ripple:focus,
.nextday-form .md-checked:focus,
.nextday-form md-radio-button:focus {
    outline: none !important;
}

.ui-grid-pager-panel {
    bottom: 5px;
}

.col-md-12.zerospc {
    background-color: #fff;
    height: auto;
    overflow: auto;
}

/* Complete your Process */
.ui-grid-cell-contents i.fa.fa-trash {
    position: inherit;
}

/* checkbox css */
.magic-checkbox input[type=checkbox] {
    margin: 4px 0 0;
    margin-top: 1px;
    line-height: normal;
}

.magic-checkbox input[type=checkbox] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}

.magic-checkbox:checked+label:after {
    display: block;
}

.magic-checkbox+label:after {
    top: 6px;
    left: 13px;
    box-sizing: border-box;
    width: 11px;
    height: 22px;
    transform: rotate(45deg);
    border-width: 3px;
    border-style: solid;
    border-color: #131212;
    border-top: 0;
    border-left: 0;
}

.magic-checkbox:checked+label:before {
    border: #fff;
    /* background: #3e97eb; */
}

.magic-checkbox+label:after {
    position: absolute;
    display: none;
    content: '';
}

.text-white {
    color: #fff;
}

/* custom css 1-08/2018 */
/* ====================== */
.mt150 {
    padding: 0;
}

.main-login {
    width: 500px;
    background: #fffffff2;
    right: 0;
    left: 0;
    position: absolute;
    margin: auto;
    border-radius: 8px;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12)
}

/*span.login-image2 {*/
/*    margin-bottom: 17px;*/
/*    text-align: center !important;*/
/*    display: block;*/
/*}*/

span.login-image2 {
    min-height: 40px;
    width: 200px;
    text-align: center !important;
    display: block;
    background-image: url(https://www.idtest.uk/assets/img/instaDispatchLogo1.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    margin: auto;
    background-size: 100%;
}

span.login-image2 img {
    width: 50%;
    border-radius: 4px
}
.main-login .new-input-set{
    padding-top: 28px;
}
span.login-image-data {
    margin-bottom: 17px;
    min-height: 66px;
    width: 280px;
    text-align: center !important;
    display: block;
    background-image: url(https://icargo-public.s3.eu-west-1.amazonaws.com/dev/images/company/logo/5ef49b7e0ff00-5ef49b7e0ff71-ff-logo.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    margin: auto;
    background-size: 50%;
}

.forget {
    height: 269px;
}

/*.signup-h { height: 480px; }*/
.signup-h md-input-container {
    margin: 15px 0;
}

.flex.backlogin {
    text-align: right;
    padding-top: 11px;
}

.form-horizontal h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 14px;
}

#country-listbox::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
    border-radius: 8px;
}

#country-listbox::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
}

#country-listbox::-webkit-scrollbar-thumb {
    border-radius: 8px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0.44, rgb(122, 153, 217)), color-stop(0.72, rgb(73, 125, 189)), color-stop(0.86, rgb(28, 58, 148)));
}

/* end */
@media screen and (min-width: 1401px) and (max-width: 4000px) {

    .grid,
    .allshipments-grid .grid {
        width: 99.4% !important;
        margin-left: 3px;
    }

}

.selectitem {
    width: 100% !important;
    padding: 0px !important;
}

.col-sm-4 {
    width: 40%;
}

.col-md-12 {
    width: 100%;
}

.subtotle {
    background-color: #fff;
    padding-right: 20px;
}

.container-fluid.full-width.ng-scope {
    background-color: #fff;
}

.shipmentBookingForm md-input-container {
    width: 98%;
}

.quote-number {
    padding: 15px;
}

.backword-icon a {
    color: #fff;
    line-height: 43px;
}

/*menu css*/

.menu-section .filterArrow.left {
    display: none;
}

.sidebar-wrapper {
    background-color: #33225a;
    position: fixed;
    width: 55px;
    top: 50px;
    bottom: 0px;
    padding-top: 0px;
    z-index: 2;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    -webkit-transition: all all ease-in 0.3s ease-out;
    -moz-transition: all all ease-in 0.3s ease-out;
    -o-transition: all all ease-in 0.3s ease-out;
    transition: all all ease-in 0.3s ease-out;
    z-index: 92;
    height: 100%;
}

/* .sidebar-wrapper.expand {
    width: 256px;
    text-align: left;
    }*/
.sidebar-wrapper ul.padding_5 {
    padding: 0px !important;
    list-style: none;
    /*overflow: hidden;*/
    margin: 0;
}

.sidebar-wrapper li.current {
    background-color: #79bd31;
}

.sidebar-wrapper .nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: transparent;
    margin-left: 0px;
    width: 100%;
    padding: 0px;
}

.sidebar-wrapper ul li a {
    display: block;
    color: #fff !important;
    font-weight: 300;
    text-transform: uppercase;
    padding: 1px 0px;
    /*  position: relative;*/
    text-align: left;
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    /*  width:256px;*/
}

.sidebar-wrapper ul li a:hover {
    background-color: #c34c4b;
}

.sidebar-wrapper ul>li a i {
    font-size: 21px;
    line-height: 45px;
    display: inline-block;
    text-align: center;
    color: #fff;
    vertical-align: middle;
    margin-left: 16px;
    /* margin-left: 16px; */
    /* margin-right: 20px; */
    /*  overflow: hidden;
    width: 55px;
    position:relative;*/
}

.sidebar-wrapper ul>li {
    margin: 0px;
    display: block;
    /*  width: 55px;*/
    text-align: left;
    /* overflow: hidden;*/
}

.sidebar-wrapper dt {
    display: inline-block;
    text-transform: none;
    vertical-align: middle;
    font-size: 14px;
}

dt {
    font-weight: bold;
}

dt,
dd {
    line-height: 1.42857143;
}

.sub-sidebar-wrapper {
    padding-top: 0px;
    position: absolute;
    top: 52px;
    z-index: 91;
    /* width: 200px;*/
    background-color: #f5f5f5;
    height: 100%;
}

.sub-sidebar-wrapper {
    left: 55px;
    overflow: hidden;
    top: 0;
    -webkit-transition: all ease-in 0.3s;
    transition: all ease-in 0.3s;
    -webkit-transition: all ease-in 0.3s ease-out;
    -moz-transition: all ease-in 0.3s ease-out;
    -o-transition: all ease-in 0.3s ease-out;
    transition: all ease-in 0.3s ease-out;
    width: 200px;
}

.sub-sidebar-wrapper ul {
    list-style: none;
    margin: 0px auto;
    padding: 0px;
    transition: all ease-in 0.3s;
}

/* mouse hover menu css */
.sidebar-wrapper ul li {
    position: relative;
    transition: all 0.3s;
}

.sidebar-wrapper ul li ul {
    position: absolute;
    left: 54px;
    top: 0px;
    width: 220px;
    z-index: 99999;
    background-color: #c34c4b;
    margin: 0;
    padding: 0;
    display: none;
    border-left: 1px solid #33225a;
    transition: all 0.3s ease-in-out;
    max-height: 300px;
    /*min-height: 100%;*/
    overflow-y: auto;
    overflow-x: hidden;
}

.sidebar-wrapper ul li:hover ul {
    display: block;
}

.sidebar-wrapper ul li ul li a:hover {
    background-color: #33225a;
}

/* .sidebar-wrapper ul li ul:before {
    width: 0;
    height: 0;
    border-top: 12px solid transparent;
    border-right: 12px solid #6e9d3d;
    border-bottom: 12px solid transparent;
    content: '';
    display: block;
    position: absolute;
    left: -12px;
    top: 12px;
    } */
span.fa.fa-ellipsis-v {
    font-size: 14px;
    position: absolute;
    top: 17px;
    right: 7px;
}

.sidebar-wrapper ul li ul li a {
    padding: 7px 10px;
}

/* end */
.sub-sidebar-wrapper h3 {
    font-weight: bold;
    padding: 10px 0 5px 10px;
    /* background-color: #da720d;*/
    color: #000;
    margin: 0;
}

.sub-sidebar-wrapper li {
    padding: 10px;
}

.sub-sidebar-wrapper a {
    cursor: pointer;
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    color: #555 !important;
}

.sub-sidebar-wrapper a:hover {
    color: #000 !important;
}

.sub-sidebar-wrapper ul li a i {
    font-size: 14px !important;
    padding-right: 7px;
    vertical-align: text-bottom;
}

.ml7 {
    margin-left: 10px !important;
}

.sub-header-action-button {
    display: inherit;
    float: left;
    flex-wrap: wrap;
}

/*.ui-grid-render-container{height:85vh;}*/
.selectiveField .sub-header-action-button .dropdown:first-child {
    margin-left: 6px !important;
}

/* Reports css 19-June-2018 */
.border-bottom {
    border-bottom: 1px solid #ccc;
    /* width: 39%; */
    margin: 3px auto;
    /* width: 308px; */
    background: #eeeeee;
    background: -moz-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    background: -webkit-linear-gradient(top, #eeeeee 0%, #cccccc 100%);
    background: linear-gradient(to bottom, #eeeeee 0%, #cccccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#cccccc', GradientType=0);
}

.tab-button .md-button.md-raised:not([disabled]) {
    box-shadow: none;
    color: #444;
    border-right: 1px solid #ccc;
    border-radius: 0px;
    padding-right: 0px;
    width: 33.33%;
    margin: -2px;
    padding: 0;
}

.tab-button .md-button.md-raised:not([disabled]) {
    box-shadow: none;
    color: #444;
    border-right: 1px solid #ccc;
    border-radius: 0px;
    padding-right: 0px;
    width: 33.33%;
    margin: -2px;
    padding: 0;
}

.tab-button .md-button.active-btn {
    background-color: #335c92 !important;
    color: #fff !important;
    text-align: center;
}

.margintopbottom {
    margin: 15px 0 20px 10px;
}

h3.report-heading {
    font-size: 20px;
    margin: 2px 0px 0px 10px;
}

md-divider.dividerlinemargin1.ng-scope {
    margin-left: 10px;
    margin-bottom: 20px;
}

.valigntop {
    vertical-align: top;
    padding-top: 19px;
    font-size: 15px;
}

md-divider.dividerlinemargin1 {
    margin: 0px 0 15px 0;
}

.driver-efficiency-report .md-select-value>span:not(.md-select-icon) .md-text {
    color: #555;
}

.driver-efficiency-report md-select .md-select-value {
    border-bottom-color: rgba(0, 0, 0, 0.12) !important;
    margin-left: 10px;
}

.margin-top44 {
    margin-top: 10px;
    z-index: 99
}

.tab-button .md-button {
    background: transparent !important;
}

.download-btn button.md-raised.md-primary {
    /* background-color: transparent; */
    font-weight: normal;
    font-size: 15px;
    text-transform: inherit;
    color: #000;
    padding: 0px;
}

.download-btn span.ng-scope {
    vertical-align: text-bottom;
    padding-right: 15px;
    color: #fff;
}

.button-left-pagging span {
    padding-left: 15px;
}

.download-btn i {
    padding: 10px;
    color: #fff;
}

.dividerlinemargin {
    margin: 0px 0px 40px 10px !important;
}

.setting-menu span {
    color: #fff;
    font-size: 14px;
    right: 5px;
    position: absolute;
    top: 16px;
}

/*.setting-menu{position:relative;}
    .setting-menu ul{display:none;}
    .sidebar-wrapper li:hover ul{display:block;}*/
.accordienwrapper {
    width: 100%;
    overflow: hidden;
    margin: 0;
    float: left;
}

.clearfix {
    clear: both;
}

.ngdialog.ProductDetailsDialog {
    overflow: visible !important;
}

.ngdialog.ProductDetailsDialog .mappinwapper,
.ngdialog.ProductDetailsDialog .profiletable {
    margin: 0px !important;
    padding: 0px;
}

.ngdialog-content .ngdialog-close {
    position: absolute !important;
    border-radius: 50px;
}

/*.ngdialog-content .ngdialog-close {
    color: #ffffff;
    cursor: pointer;
    font-size: 30px;
    height: 30px;
    padding: 0;
    right: 10px;
    text-align: center;
    background: #F44336;
    top: 5px;
    border: none;
    transition: all 0.4s ease-in-out 0s;
    width: 30px;
    z-index: 99;
    outline: none;
    border-radius: 0
}*/
.configuration-container {
    position: relative;
}

/* toltip css */
/* Tooltip container */
.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    /* If you want dots under the hoverable text */
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;

    /* Position the tooltip text */
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;

    /* Fade in tooltip */
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip-right {
    top: -5px;
    left: 125%;
}

.nextday-form p {
    margin: 0;
    padding: 4px 0px;
    text-align: left;
}

.routedetails .gmap {
    height: calc(86vh - 0px);
    width: 100%;
}

.section--center md-switch {
    margin: 0px;
}

.section--center {
    padding: 15px !important;
}

/* Tooltip arrow */
.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* Complete your Process */
.col-lg-12 {
    width: 100%;
}

.heading1 {
    font-size: 20px;
    font-weight: 600;
    margin: 25px 0;
    color: #203e65;
    text-transform: uppercase;
}

.example-box-wrapper {
    padding: 18px 39px;
    width: 62%;
    margin: auto;
    border: 1px solid #14263e;
    border-radius: 5px;
}

.appFlow {
    margin: 25px auto;
    max-width: 650px;
}

.appFlow .appBox.pending {
    border: 1px solid #ffffff;
    overflow: hidden;
    box-shadow: 0px 1px 3px 0px #000;
}

.appFlow .appBox {
    position: relative;
}

.appFlow .appBox {
    border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border: 2px solid #e4e4e4;
    background: #f7f7f7;
    display: flex;
    width: 100%;
    position: relative;
    margin: 0 auto 10px;
}

.clickToView {
    cursor: pointer;
}

.appFlow .appBox .leftBx {
    width: 85px;
    height: 85px;
    display: inline-table;
    background: #63c9bc;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    margin: 5px;
    position: relative;
}

.appFlow .appBox .leftBx span {
    background: #73d3c7;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    -webkit-border-radius: 50px;
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
}

.appFlow .appBox .leftBx span img {
    bottom: 0;
    height: auto;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
}

.appFlow .appBox .middleBx {
    width: 100%;
    text-align: center;
    padding: 15px 15px 0;
    background: #f7f7f7;
    padding: 19px 15px;
}

span.inputcalendar {
    padding: 9px 6px;
    border-radius: 4px;
    border: none;
    background: #eaeaea;
}

.buttonDiv button {
    padding: 0 0;
    height: 35px;
    line-height: 0;
    /*background-color: #33225a !important;*/
}

.appFlow .appBox .middleBx h2 {
    margin: 0 0 10px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600;
    color: #14263e
}

.alert {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 999999;
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.appFlow .appBox .middleBx p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 0;
    margin-top: 0;
    color: #14263e;
}

.appFlow .appBox .stapping {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #14263e;
    padding: 15px 15px 0;
    text-align: center;
    border-right: 1px solid #14263e;
}

.appFlow .appBox .stapping span {
    border-radius: 50px;
    background: #345b8d;
    height: 32px;
    width: 44px;
    line-height: 16px;
    color: #fff;
    font-size: 29px;
    display: inline-block;
    text-align: center;
    padding-top: 12px;
    font-weight: bold;
    margin-right: 5px;
}

.appFlow .appBox.pending .rightBx {
    background: #345b8e;
    /* background: -moz-linear-gradient(top, #ed4646 0%, #a70b0b 100%);
    background: -webkit-linear-gradient(top, #ed4646 0%, #a70b0b 100%);
    background: linear-gradient(to bottom, #f49106 0%, #f49106 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ed4646', endColorstr='#a70b0b', GradientType=0);
}

.appFlow .appBox .rightBx {
    border-radius: 0 5px 5px 0;
    min-width: 85px;
    -moz-border-radius: 0 4px 4px 0;
    -ms-border-radius: 0 4px 4px 0;
    -webkit-border-radius: 0 4px 4px 0;
    -o-border-radius: 0 4px 4px 0;
    display: inline-block;
    background: #63c9bc;
    padding: 15px 10px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
    background: #24ab19;
    background: -moz-linear-gradient(top, #24ab19 0%, #148f0b 100%);
    background: -webkit-linear-gradient(top, #24ab19 0%, #148f0b 100%);
    background: linear-gradient(to bottom, #24ab19 0%, #148f0b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24ab19', endColorstr='#148f0b', GradientType=0);
}

.appFlow .appBox .rightBx span {
    text-align: center;
    display: block;
    margin-top: 7px;
}

.middleBody.formPage.pageContentRight {
    margin-right: 450px;
}

/*.middleBody.pageContentRight {
    margin-right: 320px;
    }
    .middleBody.pageContentLeft {
    margin-left: 278px;
    }*/
.ui-grid-cell-contents i {
    padding: 5px;
}

.ui-grid-cell-contents i.fa.fa-trash {
    position: inherit;
}

/* flash message */
/*flash-message {
      position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    bottom: 0;
    width: 300px;
    margin: 0 auto;
    z-index: 1;
    }*/
div#booking-success-container {
    position: absolute;
    left: 0;
    top: 50%;
    right: 0;
    bottom: 0;
    width: 300px;
    margin: 0 auto;
    height: 100px;
    z-index: 99;
    overflow: auto;
}

.shipmentBookingForm md-input-container .md-errors-spacer,
.customerFormC md-input-container .md-errors-spacer {
    min-height: 5px;
}

.accodianbtn.ng-scope {
    padding-bottom: 20px;
}

.routedetails .ui-grid-contents-wrapper {
    height: 85.5vh;
}

.quotesicon .md-button.md-icon-button {
    padding: 0px;
    width: auto;
}

.shipmentBookingForm .grid {
    width: 1400px !important;
}

.shipmentBookingForm .md-text {
    color: rgba(0, 0, 0, 0.87) !important;
}

.ui-grid,
.mastergrid .ui-grid-render-container-body .ui-grid-viewport,
.mastergrid .ui-grid-render-container-body .ui-grid-canvas {
    width: auto !important;
}

.col-sm-12 {
    width: 100%;
}

.login-box .md-select-value>span:not(.md-select-icon) .md-text {
    color: inherit;
}

.md-dialog-container {
    z-index: 999 !important;
}

/* checkbox css */

.magic-checkbox {
    position: absolute;
    display: none;
    top: 8px;
}

.magic-checkbox+label {
    position: relative;
    display: block;
    cursor: pointer;
    vertical-align: middle;
}

.magic-checkbox+label:before {
    border-radius: 3px;
}

.magic-checkbox+label:before {
    /* position: absolute; */
    top: 0;
    left: 0;
    display: inline-block;
    width: 37px;
    height: 37px;
    content: '';
    border: 2px solid #101010;
    background-color: #fff;
}

.magic-checkbox:checked+label:after {
    display: block;
}

.magic-checkbox+label:after {
    top: 6px;
    left: 13px;
    box-sizing: border-box;
    width: 11px;
    height: 22px;
    transform: rotate(45deg);
    border-width: 3px;
    border-style: solid;
    border-color: #131212;
    border-top: 0;
    border-left: 0;
}

.magic-checkbox:checked+label:before {
    border: #fff;
    /* background: #3e97eb; */
}

.magic-checkbox+label:after {
    position: absolute;
    display: none;
    content: '';
}

.text-white {
    color: #fff;
}

.border-none {
    border: none;
}

.inluneDsp {
    margin-bottom: 0px;
}

.dropdown.inluneDsp a.goog-css3-button,
.custome-filter a {
    color: #000
}

/* custom css added on (10-08-2018) */
/* ================ */
.nextday-form {
    height: 93vh;
    background: #fff;
    width: 100%;
    overflow: auto;
}

.border_x {
    width: 80%;
    margin: auto;
    border: 1px solid #ccc;
    margin-top: 35px;
    margin-bottom: 35px;
}
.border_x.border_x2x {
    width: 80%;
    margin: auto;
    border: none;
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 15px;
    background: #f1f1f1;
    border-radius: 10px;
}
.border_x.border_x3x {
    width: 80%;
    margin: auto;
    border: none;
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 15px;
    background: #fff;
    border-radius: 10px;
}

.importarea {
    float: right;
    position: absolute;
    top: 10px;
    right: 13px;
    color: #ffffff;
}

.importarea .md-ink-ripple {
    background: #fff;
    border-radius: 4px;
}

.abc {
    display: none !important;
}

.pickup-button {
    float: right;
    margin: 0;
}

.nextdaypan {
    padding-bottom: 10px;
    padding-top: 10px;
}

.label1 {
    color: #4c78af;
    font-weight: bold;
    text-transform: uppercase;
}

.select-sign .md-select-icon:after {
    right: 37px;
}

.parceld {
    width: 213px;
}

.process-img img {
    width: auto;
}

.width-35 {
    margin-top: 15px !important;
    background: #345b8d !important;
    padding: 10px 28px !important;
}

.width-35B {
    margin-top: 15px !important;
    padding: 4px 18px !important;
}
.width-35C {
    margin-top: 0 !important;
    padding: 4px 18px !important;
}
.sub_header_button{
    padding-left: 0; 
    width: 70%;
    text-align: right;
    display: inline-block;
}
.width-35 a {
    color: #fff !important
}

.tooltip-process .md-content {
    width: 200px;
    height: auto !important;
    font-family: sans-serif;
    font-size: 12px;
    white-space: normal;
    background: #345b8e;
    margin-left: 30px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border: 1px solid #14263e;
    overflow: initial
}

.tooltip-process .md-content:before {
    content: "";
    position: absolute;
    top: 46%;
    left: -20px;
    border-width: 10px;
    border-style: solid;
    border-color: #345b8e;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    z-index: 9999999;
}

.top-10 {
    margin: 18px 0;
}

.top-10.top-0 {
    margin: 8px 0 4px 0;
}

.top-10.top-0 md-checkbox {
    margin-bottom: 4px;
    color: #030c54;
}

.bottom-0 {
    padding-bottom: 3em;
}


.driver-input {
    width: 100%;
}

.save_quote {
    float: right
}

.row1 {
    float: right
}

.row1 input {
    margin-right: 26px;
}

.row1 button {
    height: 33px !important;
    min-height: 36px;
    background: #e5e5e5 !important;
    color: #000 !important;
}

.row1 svg {
    width: 18px;
    top: 4px;
    position: relative;
    left: -3px;
}

.row1 md-icon {
    margin: 6px 0;
}

.row2 {
    width: 100%;
}

.ui-grid-header-cell-wrapper {
    width: auto !important;
}

/* countrylist css */
/* ========================= */
.right3 {
    z-index: 99;
    overflow-x: hidden;
    /*margin-top: 50px;*/
    /*padding: 2px;*/
    /*border-bottom: 2px solid #f49106;
    border-left: 2px solid #f49106;*/
    height: max-content;
    padding-bottom: 16px;
    display: table;
}

.header h3 {
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
}

.countryradio p {
    margin: 0;
    margin-right: 112px;
    margin-top: -20px;
    margin-bottom: 3px;
    color: #345b8d;
    font-size: 12px;
    width: 100%
}

.countryradio {
    width: 100%;
}

.countryheader {
    margin-bottom: 20px;
}

.right3 .md-text {
    color: #0e0e0e !important;
}

.country-top {
    margin-top: 25px;
}

.delete-dut {
    display: block !important;
}

.dut-update {
    margin-bottom: 30px;
}

table.dut-table {
    margin-bottom: 10px;
    padding-left: 14px;
    border: 1px dotted #ccc;
}

table.dut-table th {
    padding-left: 2px;
}

.edit1 {
    cursor: pointer;
}

/* all shipment edit grid */
/* ========================== */
.item-tracking1 {
    padding: 7px 13px;
    margin: 0 5px;
    background: #f5f5f5;
}

.item-tracking1 .md-text {
    color: #000 !important;
}

.allship-tab .md-tab.md-active {
    background: #355a8a !important;
    color: #fff;
}

.allship-height {
    max-height: 450px;
    overflow: auto;
    height: auto;
}

#myInput {
    background-image: url(../img/searchicon.png);
    background-position: 12px 6px;
    background-repeat: no-repeat;
    font-size: 15px;
    padding: 2px 15px 3px 44px;
    width: -webkit-fill-available;
    margin-top: -6px;
    border-radius: 0;
    border-right: 0px;
    border-left: 0px;
    position: fixed;
    width: 290px;
}

.allship-career input {
    width: 68px !important;
}

.allship-status input {
    width: 99px !important;
}

.allship-customer input {
    width: 160px !important;
}

/*view customer*/
/*================*/
.md-list-item-text h3 {
    padding-top: 13px;
}

#dashboard-map {
    height: 94.5vh;
}

.sameday_scroll {
    height: 94vh;
    overflow: auto;
}

/* Custom filter width */
/* ========================== */
#rightFormBoxAllshipments {
    width: 30%
}

.border-none {
    background: transparent;
    outline: none;
    font-family: inherit;
    border: 1px solid #000;
    border-radius: 0;
    height: 25px;
    margin-right: 5px;
    width: auto;
}

.sameday-import {
    width: 100%;
    font-size: 12px;
}

.magic-checkbox {
    position: absolute;
    display: none;
    top: 8px;
}

.magic-checkbox+label {
    position: relative;
    display: block;
    cursor: pointer;
    vertical-align: middle;
}

.magic-checkbox+label:before {
    border-radius: 3px;
}

.magic-checkbox+label:before {
    /* position: absolute; */
    top: 0;
    left: 0;
    display: inline-block;
    width: 37px;
    height: 37px;
    content: '';
    border: 2px solid #101010;
    background-color: #fff;
}

.magic-checkbox:checked+label:after {
    display: block;
}

.magic-checkbox+label:after {
    top: 6px;
    left: 13px;
    box-sizing: border-box;
    width: 11px;
    height: 22px;
    transform: rotate(45deg);
    border-width: 3px;
    border-style: solid;
    border-color: #131212;
    border-top: 0;
    border-left: 0;
}

.magic-checkbox:checked+label:before {
    border: #fff;
    /* background: #3e97eb; */
}

.magic-checkbox+label:after {
    position: absolute;
    display: none;
    content: '';
}

.text-white {
    color: #fff;
}

.border-none {
    border: none;
}
.dropdown.inluneDsp a.goog-css3-button,
.custome-filter a {
    color: #000
}

/* custom css added on (10-08-2018) */
/* ================ */
.importarea .md-ink-ripple {
    background: #fff;
    border-radius: 4px;
}

.abc {
    display: none !important;
}

.inner-form {
    background-color: #fff !important;
}

.pickup-button {
    float: right;
    margin: 0;
}

.nextdaypan {
    padding-bottom: 10px;
    padding-top: 10px;
}

.label1 {
    color: #4c78af;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 6px;
}

.select-sign .md-select-icon:after {
    right: 37px;
}

.parceld {
    width: 213px;
}

.process-img img {
    width: auto;
}

.width-35 a {
    color: #fff !important
}

.tooltip-process .md-content {
    width: 200px;
    height: auto !important;
    font-family: sans-serif;
    font-size: 12px;
    white-space: normal;
    background: #345b8e;
    margin-left: 30px;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
    border: 1px solid #14263e;
    overflow: initial
}

.tooltip-process .md-content:before {
    content: "";
    position: absolute;
    top: 46%;
    left: -20px;
    border-width: 10px;
    border-style: solid;
    border-color: #345b8e;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-left-color: transparent;
    z-index: 9999999;
}

/*.top-10 { margin: 18px 0; }*/
.driver-input {
    width: 100%;
}

.save_quote {
    float: right
}

.row1 {
    float: right
}

.row1 input {
    margin-right: 26px;
}

.row1 button {
    height: 33px !important;
    min-height: 36px;
    background: #e5e5e5 !important;
    color: #000 !important;
}

.row1 svg {
    width: 18px;
    top: 4px;
    position: relative;
    left: -3px;
}

.row1 md-icon {
    margin: 6px 0;
}

.row2 {
    width: 100%;
}

.ui-grid-header-cell-wrapper {
    width: auto !important;
}

/* countrylist css */
/* ========================= */
.only_countrylist {
    padding: 20px 10px;
}

.header h3 {
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
}

.countryradio p {
    margin-left: 0;
    margin-right: 112px;
    margin-top: -20px;
    margin-bottom: 3px;
    color: #345b8d;
    font-size: 12px;
    width: 100%
}

.countryradio {
    width: 100%;
}

.countryheader {
    margin-bottom: 20px;
}

.right3 .md-text {
    color: #0e0e0e !important;
}

.country-top {
    margin-top: 25px;
}

.delete-dut {
    display: block !important;
}

.dut-update {
    margin-bottom: 30px;
}

table.dut-table {
    margin-bottom: 10px;
    padding-left: 14px;
    border: 1px dotted #ccc;
}

table.dut-table th {
    padding-left: 2px;
}

.edit1 {
    cursor: pointer;
}

/* all shipment edit grid */
/* ========================== */
.item-tracking1 {
    padding: 7px 13px;
    margin: 0 5px;
    background: #f5f5f5;
}

.item-tracking1 .md-text {
    color: #000 !important;
}

.allship-tab .md-tab.md-active {
    background: #355a8a !important;
    color: #fff;
}

#myInput {
    background-image: url(../img/searchicon.png);
    background-position: 12px 6px;
    background-repeat: no-repeat;
    font-size: 15px;
    padding: 2px 15px 3px 44px;
    width: -webkit-fill-available;
    margin-top: -6px;
    border-radius: 0;
    border-right: 0px;
    border-left: 0px;
    position: fixed;
    width: 290px;
}

.allship-career input {
    width: 68px !important;
}

.allship-status input {
    width: 99px !important;
}

.allship-customer input {
    width: 160px !important;
}


/*view customer*/
/*================*/
.md-list-item-text h3 {
    padding-top: 13px;
}

#dashboard-map {
    height: 94.5vh;
}

.sameday_scroll {
    height: 94vh;
    overflow: auto;
}


/* Custom filter width */
/* ========================== */
#rightFormBoxAllshipments {
    width: 30%
}

.border-none {
    outline: none;
    font-family: inherit;
    border: 1px solid #000;
    border-radius: 0;
    height: 27px;
    margin-right: 5px;
    width: auto;
    position: relative;
    top: -1px;
    color: #000 !important;
}

.sameday-import {
    width: 100%;
    font-size: 12px;
}

/* end */

/*customer sidenav start*/
.customer-sidenav {
    width: 1300px;
    max-width: 1260px !important;
    margin-top: 0px;
    height: 100vh;
    box-shadow: none !important;
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.customer-sidenav h3 {
    font-size: 20px;
    font-weight: 100;
    margin: 0;
    color: #fff;
    position: relative;
    text-align: center;
}

.customer-sidenav header {
    height: 14px;
}

/*customer sidenav end*/

@media screen and (min-width: 1401px) and (max-width: 4000px) {

    .grid,
    .allshipments-grid .grid {
        width: 99.4% !important;
        margin-left: 3px;
    }
}

/*1440 X 900*/
/* ============== */
@media only screen and (max-width: 1440px) and (max-height: 900px) {
    .sidebar-wrapper {
        height: 100%;
    }

    #dashboard-map {
        height: 674px;
    }


    /* customer-detail */
    /* ============= */
    .customer-sidenav {
        width: 1039px;
        /*height: 664px;*/
    }

    .scrollDiv .ui-grid {
        height: 66vh;
    }

    .scrollDiv .ui-grid-render-container {
        height: 66vh;
    }

    .scrollDiv2 .ui-grid {
        height: 62vh;
    }

    .scrollDiv2 .ui-grid-render-container {
        height: 61vh;
    }

    /* dashboard */
    /* =========== */
    .google-map {
        height: 93vh;
    }

    .left-section {
        height: 93vh;
    }

    .scrolling {
        height: 78vh;
    }

    .only_customer_page.ng-scope .ui-grid {
        height: calc(100vh - 84px);
    }

    /* 1-nov-2018(new table on sameday) */
    /* =============== */
    .add-del {
        display: flex;
    }

    .add-del button {
        margin: 0 !important;
        padding: 0 !important;
        height: 21px !important;
        min-height: 0 !important;
        min-width: 0 !important;
        flex: 2;
    }

    .add-del md-icon {
        min-height: 0 !important;
        min-width: 0 !important;
        height: 10px;
        width: 16px;
    }

    .costcontent2 table tr td:last-child input {
        width: 70%;
        padding-left: 6px;
    }
}

@media only screen and (max-width: 1366px) {
    .sidebar-wrapper {
        height: 100%;
    }

    .ui-grid,
    .gmap {
        height: calc(100vh - 90px);
    }

    .allshipments-grid .ui-grid {
        height: calc(100vh - 122px);
    }

    .scrollContent {
        height: calc(100vh - 118px);
    }

}

@media only screen and (max-width: 1280px) {
    .sidebar-wrapper {
        height: 700px;
    }

    .columnwid {
        width: 167px;
    }

    .sidebarNew.navigat.rightBoxArea.formPage.thirtyfive {
        width: 30%;
    }
    .sidebarNew.navigat.rightBoxArea.formPage.thirtyfive.new_width_add_cont{
        width: 58%;
    }

    .ui-grid-render-container {
        height: 79vh;
    }
}

/* ns screen */
/* =============  */
@media only screen and (max-width: 1280px) and (max-height: 727px) {

    .sidebar-wrapper {
        height: 100vh;
    }

    #dashboard-map {
        height: 94vh;
    }

    /* customer-detail */
    /* ============= */
    .customer-sidenav {
        width: 1039px;
        /*height: 93.7vh;*/
    }

    .scrollDiv .ui-grid {
        height: 76vh;
    }

    .scrollDiv .ui-grid-render-container {
        height: 66vh;
    }

    .scrollDiv2 .ui-grid {
        height: 62vh;
    }

    .scrollDiv2 .ui-grid-render-container {
        height: 61vh;
    }

    /* dashboard */
    /* =========== */
    .google-map {
        height: 95vh;
    }

    .left-section {
        height: 95vh;
    }

    .scrolling {
        height: 82vh;
    }

    /* 1-nov-2018(new table on sameday) */
    /* =============== */
    .add-del {
        display: flex;
    }

    .add-del button {
        margin: 0 !important;
        padding: 0 !important;
        height: 21px !important;
        min-height: 0 !important;
        min-width: 0 !important;
        flex: 2;
    }

    .add-del md-icon {
        min-height: 0 !important;
        min-width: 0 !important;
        height: 10px;
        width: 16px;
    }

    .costcontent2 table tr td:last-child input {
        width: 70%;
    }

    .sameday_scroll {
        height: 93vh;
        overflow: auto;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1366px) {

    /*side menu size of elements*/
    /*==========================*/
    .sidebar-wrapper ul>li a i {
        font-size: 15px;
        line-height: 31px;
        margin-left: 3px;
    }

    span.fa.fa-ellipsis-v {
        font-size: 12px;
        top: 15px;
        right: 6px;
    }

    .sidebar-wrapper ul li ul {
        left: 39px;
        width: 173px;
    }

    /*.header-section {
        height: 40px;
        min-height: 40px;
    }*/

    .routeData .time {
        font-size: 10px
    }

    .routeData .assign {
        font-size: 10px
    }

    .topBox {
        font-size: 10px;
    }

    /*grid size*/
    /*========*/
    .ui-grid-pager-count-container {
        font-size: 10px;
    }

    /*assign route details*/
    /*===================*/

    .sub-header-action-button .dropdown {
        border-radius: 0px;
        margin: 0 !important;
        padding: 0 !important;
        margin-left: 5px !important
    }

    /*nextday booking*/
    /*=================*/
    .nextday-form {
        padding-top: 10px;
    }

    /*sameday-booking*/
    /*===============*/
    .selectitem input[type="radio"]+label {
        width: 25px !important;
        height: 25px !important;
        background-size: 100% !important;
    }

    .selectitem input[type="radio"]:checked+label {
        background-size: 100% !important
    }

    .magic-checkbox+label:before {
        width: 25px;
        height: 25px;
    }

    .magic-checkbox+label:after {
        top: 5px;
        left: 10px;
        width: 7px;
        height: 14px;
        border-width: 2px;
    }

}

/*mm screen*/
/*===========*/
@media only screen and (max-width: 1280px) and (max-height: 610px) {

    .sidebar-wrapper {
        height: 600px;
    }

    #dashboard-map {
        height: 93.2vh;
    }

    .form-horizontal h2 {
        font-size: 18px;
        margin-bottom: 0;
    }

    /* all shipment edit grid */
    /* ========================== */
    .allship-height {
        height: 350px;
    }

    ul.dropdown-menu.fixed-height {
        max-height: 350px;
    }

    /* customer-detail */
    /* ============= */
    .customer-sidenav {
        width: 1039px;
        height: 100vh;
    }

    .scrollDiv .ui-grid {
        height: 73vh;
        overflow: hidden;
    }

    .scrollDiv2 .ui-grid {
        height: 57vh;
    }

    /* dashboard */
    /* =========== */
    .google-map {
        height: 93.3vh;
    }

    .left-section {
        height: 93.3vh;
    }

    .scrolling {
        height: 78vh;
    }

    /*side menu size of elements*/
    /*==========================*/
    .sidebar-wrapper ul>li a i {
        font-size: 15px;
        line-height: 31px;
    }

}

/*for mobile screen*/
/*=================*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .main-login {
        width: 95% !important;
    }

    .login-bg md-content {
        background-size: cover;
    }

    .signn-login p,
    .signn-login a {
        font-size: 13px;
    }
}

@media only screen and (max-width: 1025px) and (max-height:1279px) {
    .label1 {
        font-size: 12px;
    }

}

/* ns screen */
/* =============  */
@media only screen and (max-width: 1280px) and (max-height:727px) {

    .sidebar-wrapper {
        height: 100vh;
    }

    /*#dashboard-map { /height: 94vh; }*/


    /* customer-detail */
    /* ============= */
    .customer-sidenav {
        width: 1039px;
        /*height: 93.7vh;*/
    }

    .scrollDiv .ui-grid {
        height: 76vh;
    }

    .scrollDiv .ui-grid-render-container {
        height: 66vh;
    }

    .scrollDiv2 .ui-grid {
        height: 62vh;
    }

    .scrollDiv2 .ui-grid-render-container {
        height: 61vh;
    }

    /* dashboard */
    /* =========== */
    .google-map {
        height: 95vh;
    }

    .left-section {
        height: 95vh;
    }

    .scrolling {
        height: 82vh;
    }

    /* 1-nov-2018(new table on sameday) */
    /* =============== */
    .add-del {
        display: flex;
    }

    .add-del button {
        margin: 0 !important;
        padding: 0 !important;
        height: 21px !important;
        min-height: 0 !important;
        min-width: 0 !important;
        flex: 2;
    }

    .add-del md-icon {
        min-height: 0 !important;
        min-width: 0 !important;
        height: 10px;
        width: 16px;
    }

    .costcontent2 table tr td:last-child input {
        width: 70%;
    }

    .sameday_scroll {
        height: 93vh;
        overflow: auto;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1366px) {

    /*side menu size of elements*/
    /*==========================*/
    .sidebar-wrapper ul>li a i {
        font-size: 18px;
        line-height: 31px;
        margin-left: 3px;
    }

    span.fa.fa-ellipsis-v {
        font-size: 15px;
        top: 14px;
        right: 9px;
    }

    .sidebar-wrapper {
        width: 55px;
    }

    .sidebar-wrapper ul li ul {
        left: 54px;
        width: 173px;
        overflow: auto;
    }

    .sidebar-wrapper ul li:nth-last-child(2) ul {
        /*max-height: 269px;*/
    }

    .sidebar-wrapper ul li a {
        font-size: 10px;
        padding: 5px 10px !important;
    }

/*    .logo img {
        height: 30px;
        padding: 1px 10px;
        top: 5px;
        position: relative;
    }*/

    .home-icon i {
        font-size: 18px;
    }

    /*.routeicon img {
        width: 17px;
        height: 17px;
        position: relative;
        top: 6px;
    }*/

    .heaader-leftsection md-select {
        font-size: 10px !important;
        position: relative;
        top: -5px;
    }

    ._md md-option {
        height: 30px;
    }

    .pendding-job ul li {
        font-size: 12px;
        padding: 3px 0px 3px 44px;
        height: 18px;
    }

    .pendding-job ul li:last-child {
        padding-right: 44px;
        padding-left: 5px;
        margin-left: 10px;
    }

    .header-section .alert-start {
        padding: 9px 4px 0 4px;
        font-size: 14px;
        display: inline-block;
    }
    .sidebarTop-header .alert-start {
        padding: 9px 4px 0 4px;
        font-size: 14px;
        display: inline-block;
    }

    .pendding-job ul li.active:after {
        border-width: 23px 17px 0px 0px;
    }

    .pendding-job ul li:first-child.active:after {
        right: -17px;
    }

    .pendding-job ul li span {
        top: 3px;
        /*width: 18px;*/
        height: 18px;
        line-height: 18px;
    }

    .nav li {
        font-size: 12px;
    }

    .nav li a {
        font-size: 12px;
    }

    .nav {
        /*width: 63px;*/
        padding: 3px !important;
        border-radius: 2px;
        margin-left: 5px;
    }

    .nav ul {
        top: 20px;
/*        width: 105px;*/
        left: -1px;
    }

    .user-name-with-logo img {
        height: 17px;
        width: 17px;
    }

    .customer-details p {
        padding: 0 13px 0 6px;
        font-size: 12px;
    }

    div#ng-view {
        margin-top: 40px;
    }

    .left-section {
        margin-top: 40px;
    }

    .filterArrow.left i.material-icons {
        height: 35px;
        width: 30px;
        line-height: 35px;
        font-size: 20px;
    }

    .sidebar-wrapper {
        top: 45px;
    }

    .routeData {
        border-radius: 0;
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .sidebar.dataTable {
        margin-left: 55px !important;
    }

    .scrolling::-webkit-scrollbar {
        width: 5px;
    }

    .scrolling::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .scrolling::-webkit-scrollbar-thumb {
        background: #888;
    }

    .sub-header h3 {
        /*margin: 6px 13px 0px 0px; font-size: 16px; padding-bottom: 3px;*/
    }

    .routeData .address {
        font-size: 12px;
    }

    .routeData .time {
        font-size: 12px
    }

    .routeData .assign {
        font-size: 12px
    }

    .topBox {
        font-size: 12px;
    }

    .nav i {
        font-size: 12px;
    }
    ul.nav.add_chat li.padding-zero i{
        font-size: 16px;

    }

    .sidebar-wrapper ul li:last-child ul::-webkit-scrollbar {
        width: 5px;
    }

    .sidebar-wrapper ul li:last-child ul::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .sidebar-wrapper ul li:last-child ul::-webkit-scrollbar-thumb {
        background: #888;
    }

    /*grid size*/
    /*========*/


    .ui-grid-pager-panel {
        padding-top: 2px;
        padding-bottom: 2px
    }

    .ui-grid-pager-container button {
        position: relative;
        top: -1px;
        height: 18px !important;
        padding: 2px 7px;
        margin-left: 0 !important
    }

    .ui-grid-pager-container input {
        height: 13px;
        position: relative;
        top: 2px;
        font-size: 10px;
        padding: 2px 3px;
        width: 27px
    }

    .ui-grid-pager-control .ui-grid-pager-max-pages-number {
        padding: 3px 6px;
    }

    .ui-grid-pager-row-count-picker select {
        padding: 0px 2px;
        height: 18px;
        width: 50px;
        font-size: 10px;
    }

    .ui-grid-pager-row-count-picker .ui-grid-pager-row-count-label {
        font-size: 10px;
        font-weight: 100;
    }

    .ui-grid-pager-count-container {
        font-size: 10px;
    }

    /*sameday page*/
    /*===============*/
    .calendar-container {
        /*margin-top: 6px; position: absolute; width: 121px; right: 0; top: 0*/
    }

    .calendar-container i {
        font-size: 22px;
        padding: 0px 3px;
        top: -6px
    }

    .calendar-container md-input-container {
        margin: 0
    }

    .calendar-container label {
        overflow: initial !important;
        font-size: 11px
    }

    .calendar-container input {
        font-size: 8px;
        /*min-height: 15px;
        height: 16px !important*/
    }

    .calendar-container.clear-call-calender input{
    border-bottom: none;
    height: auto !important;
    padding: 0;
    }
    .calendar-container.clear-call-calender md-input-container {
    height: 28px;
    font-size: 12px;
    margin: 0px;
    width: 150px;
}
.calendar-container.clear-call-calender {
    margin-top: 0px;
    position: relative;
    width: 190px;
}

    ul.new-pick-but li a {
        padding: 3px 10px !important
    }

    /*assign route details*/
    /*===================*/
    .driver_routen h4 {
        font-size: 11px;
        margin-bottom: 2px;
    }

    .driver_routen span {
        font-size: 10px;
    }

    .sub-header-action-button .dropdown {
        border-radius: 0px;
        margin: 0 !important;
        padding: 0 !important;
        margin-left: 5px !important
    }

    .sub-header-action-button .dropdown i {
        font-size: 10px !important;
    }

    .sameday_wrapper button {
        margin: 0 !important;
        margin-left: 0px !important;
    }

    .selectiveField {
        margin: 0;
        margin-top: 4px;
    }

    .craeteshipmnetdropdown ul li ul li a {
        font-size: 10px;
    }

    /*nextday booking*/
    /*=================*/
    .nextday-form {
        padding-top: 10px;
    }

    .topheader {
        height: 32px;
    }

    .topheader h3 {
        font-size: 12px !important;
        padding: 5px 15px !important;
    }

    .importarea {
        top: 3px;
    }

    .importarea md-checkbox .md-container {
        height: 15px;
        width: 15px;
    }

    .importarea md-checkbox .md-container .md-icon {
        height: 15px;
        width: 15px;
    }

    .importarea md-checkbox .md-container .md-icon:after {
        top: 0;
        left: 2px;
        width: 6px;
        height: 10px;
    }

    .nextdaypan label {
        font-size: 10px;
    }
    .label-text label{
        font-size: 14px;
    }

    .nextdaypan input {
        font-size: 12px;
    }

    .nextdaypan md-select {
        font-size: 12px;
    }

    .nextdaypan button {
        /*min-height: 20px;*/
        font-size: 10px;
        height: 25px;
        line-height: 0;
        min-width: 57px;
        width: auto;
    }

    .label1 {
        font-size: 11px;
    }

    .services_row {
        font-size: 11px;
    }

    .services_row {
        height: 24px;
    }

    .services_row .md-off,
    .md-on {
        height: 20px !important;
        width: 20px !important;
    }

    .nextday-form p {
        font-size: 10px
    }

    .nextdaypan .layout-margin {
        margin: 5px 8px !important;
    }

    .nextday_service_list button {
        top: -4px !important;
    }

    .services_row md-select span:not(.md-select-icon) {
        width: 90px;
    }

    .back2_btn {
        top: -4px;
    }

    .back2_btn button {
        min-height: 26px !important;
        line-height: 0;
    }


    /*sameday-booking*/
    /*===============*/
    .full-width-p {
        margin-left: 40px !important;
    }

    .sameday_scroll input {
        font-size: 12px !important;
    }

    .sameday_scroll label {
        font-size: 12px;
    }

    .sameday_scroll md-select {
        font-size: 12px;
    }

    /*.sameday_scroll button {
        min-height: 20px;
        height: 24px;
        font-size: 9px;
        line-height: 1;
        min-width: 60px;
    }*/

    .craeteshipmnetdropdown-more {

        min-width: 15px !important;
    }

    .vehicle-name {
        font-size: 12px;
    }

    .ourprice {
        font-size: 12px;
    }

    .selectitem input[type="radio"]+label {
        width: 25px !important;
        height: 25px !important;
        background-size: 100% !important;
    }

    .selectitem input[type="radio"]:checked+label {
        background-size: 100% !important
    }

    .magic-checkbox+label:before {
        width: 25px;
        height: 25px;
    }

    .magic-checkbox+label:after {
        top: 5px;
        left: 10px;
        width: 7px;
        height: 14px;
        border-width: 2px;
    }

    .yourbooking-container .flex-50 {
        font-size: 12px;
    }

    i.material-icons.minify-glass {
        font-size: 21px;
        margin-top: 14px;
        padding: 1px;
    }

    .sameday_scroll::-webkit-scrollbar {
        width: 5px;
    }

    .sameday_scroll::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .sameday_scroll::-webkit-scrollbar-thumb {
        background: #888;
    }

    .sameday_scroll md-checkbox {
        font-size: 12px;
    }

    .sameday_scroll md-checkbox .md-icon {
        height: 15px;
        width: 15px;
        top: 4px;
    }

    .sameday_scroll md-checkbox .md-icon:after {
        height: 10px !important;
        width: 5px !important;
        left: 3px !important;
    }

    .costcontent2 h3 {
        font-size: 12px;
    }

    .tracking-history table tr td,
    .tracking-history table tr th,
    .costContent table tr th,
    .costContent table tr td {
        padding: 2px 7px;
        font-size: 10px;
    }

    .yourbooking-container md-tabs-canvas {
        height: 40px;
    }

    .yourbooking-container md-pagination-wrapper {
        height: 40px !important;
    }

    .yourbooking-container md-tab-item {
        padding: 5px 10px;
        margin-top: 6px;
    }

    .yourbooking-container .md-padding {
        padding: 0px;
    }

    /*view customer page*/
    /*==================*/
    .customer-sidenav {
        margin-top: 0px
    }

    .customer-sidenav md-tab-item {
        /*padding: 2px 8px;*/
        padding: 12px 8px;
        font-size: 11px;
    }

    /*.customer-sidenav md-tabs-canvas, md-pagination-wrapper {height: 30px !important; }*/

    .scrollDiv input,
    label,
    md-select {
        font-size: 12px;
    }

    input,
    select,
    textarea {
        font-family: 'MontserratLight', sans-serif !important;
        font-size: 12px !important;
    }

    .only_search_box input {
        font-size: 14px !important;
    }



    .customer-sidenav .md-padding {
        padding-bottom: 0;
    }

    .customer-sidenav button {
        font-size: 10px;
        min-height: 15px;
        height: 23px;
        line-height: 0;
        margin-left: 16px;
    }


    /*all shipment page*/
    /*==================*/
    .sidebarNew.navigat.rightBoxArea.formPage {
        top: 0px;
    }

    .rightBoxArea .header h3 {
        font-size: 12px;
        text-align: center;
    }

    .sidebarNew .header {
        padding: 0px 9px 0px 15px;
        height: 30px;
    }

    .sidebarNew md-tab-item {
        padding: 2px 8px;
    }

    .sidebarNew md-tabs-canvas {
        height: 30px;
    }

    .shipmentwrapper h2,
    .addresswrapper h2,
    .costwrapper h2,
    .mislaniouswrapper h2,
    .settingswrapper h2,
    .addresswrapper h2,
    .parcelwrapper h2 {
        font-size: 12px;
        padding-top: 0px;
    }

    .shipmentContent .layout-row,
    .mislaniouswrapper .layout-row {
        padding: 1px 10px;
        font-size: 10px;
    }

    h3.collectiondrrs {
        font-size: 11px;
        padding: 2px 0px;
        margin-bottom: 2px;
    }

    .addressContent {
        font-size: 10px;
        margin-bottom: 8px;
    }

    .sidebarNew.navigat.rightBoxArea.formPage.ninty {
        width: 1200px;
    }

    .shipment_deliver_add {
        height: 177px !important;
    }

    .all_common_sidenav md-toolbar {
        height: 50px;
        min-height: 40px;
    }
    .all_common_sidenav1 md-toolbar {
        height: 50px;
        min-height: 40px;
    }


    /*last- mile*/
    .sidebarNew button {
        font-size: 11px;
        min-height: 20px;
        height: 24px;
        line-height: 0;
    }

    .mt40 {
        margin-top: 10px;
    }

    /*disputed page*/
    /*=============*/
    .disputed-page-shipment md-tabs-canvas {
        height: 33px;
    }

    .disputed-page-shipment md-tab-item {
        padding: 3px 20px;
    }

    .widget-main button {
        font-size: 11px;
    }

}

@media only screen and (min-width:1366px) and (max-width: 1440px) {
.calendar-container.clear-call-calender md-input-container {
    height: 28px;
    font-size: 12px;
    margin: 0px;
}
.calendar-container.clear-call-calender {
    margin-top: 6px;
    position: relative;
    width: 190px;
}
.calendar-container.clear-call-calender input {
    border-bottom: none;
    height: auto !important;
    padding: 0;
    width: 165px;
    font-size: 14px;
}
}

@media and (max-width:1024px) {
    .flex-50.sm {
        max-width: 100% !important;
        flex: auto !important;
    }
}

.fixedClass tbody {
    top: 8%;
    position: relative !important;
}

map {
    width: 100%;
    height: 100% !important;
}

.scroll,
.mapWrap {
    height: 100%;
}

.color-blue a i {
    color: #000;
}

.button-back a {
    border: 1px solid #ef6362;
    padding: 5px 10px;
    border-radius: 2px;
}

.ta-scroll-window.ng-scope.ta-text.ta-editor.form-control {
    width: 100%;
}


.formly-field-input {
    display: inline-block;
    width: 30%;
    margin-right: 10px;
    margin-bottom: 20px;
}

.formly-field-input label {
    width: 100%;
}

.formly-field-input input {
    width: 92%;
    display: inline-block;
    padding: 10px;
}

.formly-field-input .ng-invalid {
    border-color: #ef6261;
    outline-color: #ef6261;
    border: 1px solid #ef6261;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .formly-field-input {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }
}


.label-controller-flex ng-form {
    display: flex !important;
    flex-wrap: wrap;
}

.md-block-new .material-icons i {
    font-size: 20px;
}

.new_aadress_det .mdtime-btn1 button {
    border-radius: 0;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0 0 0 0px;
    z-index: 99;
}

.new_aadress_det .mdtime-btn1 button {
    top: 0 !important;
}

.label-controller-flex ng-form .time-colon {
    display: none !important;
}

.md-select-value {
    min-height: 30px !important;
}

md-input-container {
    padding: 2px 0px;
}

/*.label-controller-flex md-input-container.md-default-theme .md-input::-webkit-input-placeholder, .label-controller-flex md-input-container .md-input::-webkit-input-placeholder {
    color: #5079ad;
}*/


.positon-setting-icon .material-icons {
    cursor: pointer;
    position: absolute;
    right: 42px;
    z-index: 9;
}

.positon-setting-icon .btn-reset-color {
    right: 0px !important;
    color: #333;
    font-weight: bold !important;
    transition: all 0.5s;
    top: 6px;
    border: 1px solid;
    border-color: transparent;
}

.btn-reset-colorInfo{
    /*right: 0px !important;*/
    right: -18px !important;
    color: #33225a;
    font-weight: bold !important;
    transition: all 0.5s;
   /* top: 6px;*/
    top:-22px;
    border: 1px solid;
    border-color: transparent;
 }
 .btn-reset-colorInfo:hover {
    color: #ef6361;
    border: 1px solid;
    border-color: transparent;
 }
 
 .btn-reset-colorPlush{
    /*right: 27px !important;*/
    right: -5px !important;
    color: #33225a;
    font-weight: bold !important;
    transition: all 0.5s;
    top: 6px;
    border: 1px solid;
    border-color: transparent;
 }
 .btn-reset-colorPlush:hover {
    color: #ef6361;
    border: 1px solid;
 }

.color-changes-selection select {
    color: #333;
}

@media only screen and (min-width: 320px) and (max-width: 1200px) {
    .sub-header h3 {
        margin: 0px 12px 0px 0px;
        font-size: 18px;
        /*width: 100%;*/
        padding-bottom: 0px;
    }

    .calendar-container {
        /*margin-top: 6px;*/
        position: absolute;
        width: 200px;
        right: -25px;
        top: 14px;
        display: flex;
    }
    button.nextRefss {
        margin-top: 0px;
    }
    .calendar-container {
        margin-top: 0;
    }
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
    .wrapper-flex .device_right {
        display: block !important;
        width: auto !important;
    }
}

.rest-main {
    position: relative;
}

.rest-main .md-select-icon {}

.st-btn {
    position: absolute;
    top: 8px;
    right: 30px;
    cursor: pointer;
    width: 20px;
    overflow: hidden;
    padding: 2px 5px;
    background: #ef6362;
}

.st-btn i {
    color: #fff;
}

@media only screen and (min-width: 1367px) and (max-width: 1500px) {
    .right-section {
        padding: 7px 3px;
    }

    .pendding-job ul {
        margin: 0 0 0 4px;
    }

    .pendding-job ul li {
        padding: 5px 5px 5px 44px;
        margin-right: 0px;
    }

    .disputed_one:before {
        left: -19px;
        border-width: 26px 19px 0px 0px;
    }

    .pendding-job ul li:last-child {
        padding-right: 44px;
    }

    .nav {
        /*width: auto !important;
        margin-top: 3px;
        margin-left: 7px;*/
    width: auto !important;
    margin-top: 5px;
    padding: 6px;
    margin-left: 7px;
    }

    .pendding-job-help {
        width: 30px !important;
        margin: 3px 0 0 8px !important;
    }

    .user-name-with-logo {
        margin-left: 8px;
        padding-top: 8px;
    }

    .alert-start {
        padding: 14px 0px;
        font-size: 13px;
    }
}

.new-btn-select{
    top: 4px;
}
.ui-grid-cell .new-btn-select md-icon.space-btn{
    font-size: 13px;
    padding: 3px;
    min-width: 16px !important;
    color: #333;
    min-height: 16px !important;
    height: 16px;
    width: 16px;
}

.space-top-to{
    margin-top: 4px !important;
    position: relative;
    margin-bottom: 0 !important;

}

.sub-header button.doted-icon{
    background: #ef6362 !important;
    padding: 0 !important;
    height: 26px !important;
    width: 26px !important;
    border-radius: 100% !important;
}
.sub-header md-icon i {
   color: #fff;
}


@media only screen and (min-width: 1280px) and (max-width: 1440px){
.sub-header-action-button button{
    margin-bottom: 10px !important;
    margin-left: 7px !important;
}
.ui-grid-pager-panel{
    padding-bottom: 10px;
    bottom: 6px;
}
}

.hubListclass {
    margin: 0;
    border: 1px solid #adadad;
    height: 23px;
}
.hubListclass .md-select-value {
    min-height: 20px !important;
    border-bottom: none;

}
md-input-container.md-block.checkPostion{
    margin-top: 20px;
}

@media only screen and (min-width: 1200px) and (max-width: 1440px){
md-input-container.md-block.checkPostion{
    margin-top: 27px;
}
}

.timeSet .md-button.md-icon-button{
    padding:0;
    margin: 0;
    border-radius: 0;
    width: auto;
    height: auto;
}
.timeSet .md-button.md-icon-button md-icon .material-icons{
    font-size: 22px;
}

.sub-header .back-page{
    position: relative;
}
.sub-header .back-page button{
    position: absolute;
    right: 18px;
    top: 0px;
    color: #fff;
    display: flex;
    overflow: visible;
    border: none;
    border-radius: 3px !important;
    min-width: 75px;
    margin-top: 3px;
    align-items: center;
    height: 30px;
    justify-content: center;
    padding-bottom: 2px;
}
.sub-header .back-page button .material-icons{
    font-size: 20px;
    padding-right: 4px;
}
.space-inline{
    padding: 10px 17px;
}
.md-toolbar-tools.back-arrow-btn{}
.md-toolbar-tools.back-arrow-btn a{
    cursor: pointer;
}

.side_height-fixed{
    height: 80vh !important;
}

.history-space-tool{
    padding: 22px 16px !important;
    height: 30px !important;
    max-height: 30px !important;
}
.history-space-tool-last {
    padding: 8px 16px !important;
    height: 30px !important;
    max-height: 30px !important;
}
.history-space{
    font-size: 16px !important;
}
.padding-zeero{
    padding: 0px 0px 8px 0px;
}
.padding-zeero-last{
    padding: 0px 0px 8px 0px;
    overflow: hidden;
}
.padding-px{
    padding: 0px 16px 16px 16px;
}

.margin-top-space_creat{
    margin-top: 2em;
}

.icon-left-align{
    width: 35px;
    display: inline-block !important;
    text-align: center;
    padding: 7px 0px 5px 16px;
}
.all_common_sidenav md-toolbar.laptop-view {
    height: auto;
    min-height: 40px;
}

.dropdown.border-button.max-height-scrolling-in{}

.dropdown.border-button.max-height-scrolling-in .dropdown-menu{
    max-height: 350px;
    overflow-x: auto;
}

h2.collectiondrrs.twon.history-space.flex-text {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}



/*New Signup page design 24/11/2020  Nikhil Sir*/
.flex-switch{
    display: flex;
    justify-content: space-between;
}
.flex-switch md-switch{}

.wrap-signup{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    max-width: 1200px !important;
}
.wrap-signup .wrap-signup-left{
    width: 65%;
}
.wrap-signup .wrap-signup-right{
     width: 35%;
}
.border-top-clean{
    border-top: 1px solid #d0d0d0;
    margin-top: 1em;
    padding-top: 1em;
}
.wrap-signup-text p{
    text-align: left;
    padding-left: 30px;
}
.signn-loding-wrap{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.wrap-signup .wrap-signup-left .wrap-signup-label{
    /*width: 500px;*/
    background: #fffffff2;
    right: 0;
    left: 0;
    position: relative;
    margin: auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 0;
    box-shadow: 0 2px 1px -1px rgba(0, 0, 0, .2), 0 1px 1px 0 rgba(0, 0, 0, .14), 0 1px 3px 0 rgba(0, 0, 0, .12);
}

.wrap-signup .wrap-signup-right .wrap-signup-label-next{
    background: #183563;
    /*background-image: url(../img/side2.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;*/
    position: relative;
    margin: auto;
    height: 100%;
    border-top-right-radius: 8px;
    border-top-left-radius: 0;
    /*display: flex;*/
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 0;
    /*align-items: center;*/
}
.wrap-signup .wrap-signup-right .wrap-signup-label-next h2{
    color: #fff;
    text-align: center;
    font-size: 28px;
    padding: 15px 10px 0 10px;
    margin-bottom: 1em;
    position: relative;
}

.wrap-signup .wrap-signup-right .wrap-signup-label-next h2::before, .wrap-signup .wrap-signup-right .wrap-signup-label-next h2::after {
    position: absolute;
    top: 100%;
}

.wrap-signup .wrap-signup-right .wrap-signup-label-next h2::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 18%;
    max-width: 780px;
    height: 2px;
    background: linear-gradient(to right, #ef6362 0%, #ef6362 45%, rgba(0, 0, 0, 0) 45%, rgba(0, 0, 0, 0) 55%, #ef6362 55%, #ef6362 100%);
}
.wrap-signup .wrap-signup-right .wrap-signup-label-next h2::before {
     display: block;
    content: '';
    width: 8px;
    height: 8px;
    background-color: #ef6362;
    position: relative;
    transform: rotate(45deg) translateX(-50%);
    left: 50%;
    top: 50px;
}

.wrap-signup .wrap-signup-right .wrap-signup-label-next ul{
    margin: 0;
    padding: 20px 35px;
    list-style-type: none;
}
.wrap-signup .wrap-signup-right .wrap-signup-label-next ul li{
    margin-bottom: 30px;
    font-size: 15px;
    position: relative;
    padding: 4px 0;
    color: #fff;
    transition: all 0.5s ease;
    border-bottom: 1px dashed #ef6362;
}
.wrap-signup .wrap-signup-right .wrap-signup-label-next ul li .material-icons {
    text-align: center;
    font-size: 18px;
    position: relative;
    top: 3px;
    color: #ef6362;
}
.wrap-signup-label label {
    font-size: 15px;
}
span.wrap-signup-img2 {
    min-height: 40px;
    width: 200px;
    text-align: center !important;
    display: block;
    background-image: url(https://www.idtest.uk/assets/img/instaDispatchLogo1.png);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 10px;
    overflow: hidden;
    margin: auto;
    background-size: 100%;
}

span.wrap-signup-img2 img {
    width: 50%;
    border-radius: 4px
}
.wrap-signup-space {
    margin: 22px 0px 10px 0px;
    display: flex;
    flex-wrap: wrap;
    padding-right: 15px;
    padding-left: 15px;
}
.m-field-main{
    width: 45%;
    margin-left: 15px;
    margin-right: 15px;
    margin-bottom: 15px;
    display: inline-flex;
    position: relative;
}
.m-field-main.lastfieldfull{
    width: 94%;
}
.m-field-main input{
    width: 100%;
    padding: 8px 10px;
    border-radius: 3px;
    border: 1px solid #adadad;
    outline: none;
    color: #3B506D;
    font-size: 13px;
    font-weight: normal;
    font-style: normal !important;
    font-family: Roboto, sans-serif;
}
.m-field-main input:focus{
    color: #3B506D;
    border: 1px solid #3B506D;
}
.m-field-main.lastfieldfull textarea{
    width: 100%;
    padding: 8px 10px;
    border-radius: 3px;
    border: 1px solid #adadad;
    outline: none;
    color: #3B506D;
    font-size: 13px;
    font-weight: normal;
    font-style: normal !important;
    font-family: Roboto, sans-serif;
    height: 100px;
}
.m-field-main.lastfieldfull textarea:focus{
    color: #3B506D;
    border: 1px solid #3B506D;
}
.m-field-main ::-webkit-input-placeholder{
     color: #3B506D !important;
}
.m-field-main select{
    width: 100%;
    padding: 8px 10px;
    border-radius: 3px;
    border: 1px solid #adadad;
    outline: none;
    color: #3B506D !important;
    font-size: 13px;
    height: auto;
    font-weight: normal;
    font-style: normal !important;
    font-family: Roboto, sans-serif;
}
.m-field-main select:focus{
    color: #3B506D;
    border: 1px solid #3B506D;
}
.wrap-signup-space md-input-container {
    margin: 15px 0;
}
.errorMessage.fixed-post{
    position: absolute;
    left: 0;
    top: 38px;
    background: #fff;
    border: 1px solid #ff0000;
    right: 0;
    padding: 7px;
    z-index: 9;
}
.wrap-signup-bg {
    background-color: #14263e !important;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 9;
}
.wrap-signup-bg md-input-container label {
    color: #000 !important;
    opacity: 0.5;
    font-weight: 300;
}
/*.wrap-signup-bg input[type="text"], .wrap-signup-bg input[type="password"],
 .wrap-signup-bg input[type="email"], .wrap-signup-bg md-select {
    color: #3B506D !important;
    border-bottom: 1px solid #3B506D;
}*/
.wrap-signup-bg input:-webkit-autofill {
    background-color: transparent !important;
}


.wrap-signup-bg md-content {
    background: url('../img/login.jpg');
    height: 100%;
    position: relative;
    background-size: 100%;
    background-position: center;
}

.wrap-signup-bg md-card {
    background-color: transparent;
    box-shadow: none;
}

.wrap-signup-bg input:-webkit-autofill {
    background-color: transparent !important;
}
.md-char-counter {
    display: none;
}
.wrap-signup-bg md-input-container>md-icon {
    color: #52698a;
    min-height: 15px !important;
    height: 20px !important;
}
.wrap-signup-text{
    text-align: left;
}
.wrap-signup-login {
    text-align: center;
}
.wrap-signup-login a {
    float: none;
    margin-left: 6px;
    margin-right: 5px;
    opacity: 0.8;
    color: #2d5f9f;
    padding-left: 0px;
    font-size: 15px;
    text-decoration: none;
}
.wrap-signup-login-right {
    text-align: right;
    padding-right: 40px;
}
.wrap-signup-login-right .md-button.md-primary.md-raised {
    background-color: #183563;
    color: #fff;
    margin: 0;
    padding: 4px 12px;
}
.wrap-signup-login-right button[disabled]{
    background: #1835637d !important;
    cursor: no-drop !important;
}
.pairagraph-page{
    margin: 16px 0 28px 0;
}
.pairagraph-page p{}
@media only screen and (min-width: 320px) and (max-width: 540px){
.wrap-signup .wrap-signup-right {
   width: 100%;
}
.wrap-signup .wrap-signup-left .wrap-signup-label {
    width: 100%;
}
.wrap-signup {
    display: block;
    width: auto;
    margin: auto;
}
.wrap-signup .wrap-signup-right .wrap-signup-label-next {
    width: 94%;
}
.wrap-signup .wrap-signup-right .wrap-signup-label-next ul li{
    display: inline-flex;
}
.wrap-signup .wrap-signup-right .wrap-signup-label-next ul {
    padding: 20px 12px;
}
}
@media only screen and (min-width: 541px) and (max-width: 937px){
.wrap-signup .wrap-signup-right {
    width: 500px;
}
}
.sidebarTop-header.panal-height{
    min-height: 46px !important;
}
/*New Signup page design 24/11/2020*/

.sub-header h3.paddtopY{
    padding: 8px 15px;
    margin: 0 0 0 0;
}
.form-row-midd{
    padding:30px 30px 10px 30px;
}
.flex-1 {
    width: 10px;
}

button.md-fab.md-primary.search-btn-single {
    width: 36px;
    height: 36px;
    line-height: 36px;
    min-height: 36px;
}
input{
    outline: none;
}
button{
    outline: none;
}


@media only screen and (max-width: 1024px) and (orientation: landscape) {
.flex-top-h2{}
.flex-top-h2 h2{
    display: flex;
    align-items: center;
    font-size: 14px !important;
}
.quick-serch-maine-box .address-home-btn button {
    width: 25px;
}
.address-home-btn button i {
    position: relative;
    right: 2px;
}
}
.width-full-cover{}
.sidebarNew.navigat.rightBoxArea.formPage.formDesign.ng-scope.ninty.widepage.sidbar-search-form{
    width: 100%;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
.sameday_tab {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.sameday_tab .calendar-container.pull-left.ml20 {
    left: 12px;
    width: 150px;
    margin: 0 10px;
    top: 0;
    position: relative;
}
}
.ne_collection2 h2.shipment-width{
    font-size: 15px !important;
}
.ne_collection2 h2.chargeable-width{
    font-size: 15px !important;
}
.ne_collection2 h2.forwardedId-width{
    font-size: 15px !important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation : landscape){
 .ne_collection2 h2.shipment-width{
    font-size: 13px !important;
    min-width: 16%;
}
.ne_collection2 h2.chargeable-width{
    font-size: 14px !important;
    min-width: 18%;
}
.ne_collection2 h2.forwardedId-width{
    font-size: 14px !important;
    min-width: 16%;
}
.ne_collection2.nextt-day.tool-height md-toolbar{
    min-height: 55px !important;
    padding-top: 7px;
}  
button.md-fab.md-mini.md-hue-3.md-primary.md-button.md-ink-ripple {
    height: 40px;
} 
button.md-fab.md-mini.md-hue-3.md-primary.md-button.md-ink-ripple md-icon.material-icons.ng-scope i{
    font-size: 20px !important;
} 
}
@media only screen and (min-width: 1200px) and (max-width: 1279px){
.ne_collection2 h2.shipment-width{
    font-size: 13px !important;
    min-width: 21%;
}
.ne_collection2 h2.chargeable-width{
    font-size: 14px !important;
    min-width: 15%;
}
.ne_collection2 h2.forwardedId-width{
    font-size: 14px !important;
    min-width: 16%;
}
.ne_collection2.nextt-day.tool-height md-toolbar{
    min-height: 55px !important;
    padding-top: 7px;
}
}
@media only screen and (min-width: 1280px) and (max-width: 1365px){
.ne_collection2 h2.shipment-width{
    font-size: 13px !important;
    min-width: 21%;
}
.ne_collection2 h2.chargeable-width{
    font-size: 14px !important;
    min-width: 15%;
}
.ne_collection2 h2.forwardedId-width{
    font-size: 14px !important;
    min-width: 15%;
}
.ne_collection2.nextt-day.tool-height md-toolbar{
    max-height: 46px;
}
}
@media only screen and (min-width: 1366px) and (max-width: 1440px){
.ne_collection2 h2.shipment-width{
    font-size: 14px !important;
    min-width: 20%;
}
.ne_collection2 h2.chargeable-width{
    font-size: 14px !important;
}
.ne_collection2 h2.forwardedId-width{
    font-size: 14px !important;
}
.ne_collection2.nextt-day.tool-height md-toolbar{
    max-height: 46px;
}
}
a.narml-block.none-trial {
    display: none;
}

.deliveryStyle{
    width:40%;
}
.prop-time-option.safeStyle {
    min-width: 148px;
    margin-left: 10px;
}
.address.withdraw_new {
    position: relative;
    top: 10px;
    background: #fff;
    color: #33225a;
    outline: none;
    text-align: center;
    padding: 5px 16px;
    border: none;
    font-size: 15px;
    cursor: pointer;
}


.address.withdraw_new i {
    color: #33225a;
    font-size: 19px;
    vertical-align: text-top;
    position: relative;
    top: 1px;
    right: 4px;
}

.address.withdraw_new:hover{
    opacity: 0.9;
}
button.route_close {
    color: #fff;
    width: 100px !important;
    border: 1px solid !important;
    padding: 1px !important;
    font-size: 22px;
    font-weight: bold;
}

.address.delete_new {
    position: relative;
    top: 15px;
    background: #fff;
    color: #33225a;
    outline: none;
    text-align: center;
    padding: 5px 16px;
    border: none;
    font-size: 15px;
    cursor: pointer;
    border-radius: 3px;
}


.address.delete_new i {
    color: #33225a;
    font-size: 19px;
    vertical-align: text-top;
    position: relative;
    top: 1px;
    right: 4px;
}

.address.delete_new:hover{
    opacity: 0.9;
}

.route-assign-btn{
    margin-left: 12px;
}
.driver_routens {
    padding: 0 35px;
    width: 100%;
    display: inline-block;
}

.driver_routens h4{
    display: inline-block;
    font-size: 15px;
    line-height: 3px;
    font-weight: 300;
}
.driver_routens h4 b{
    font-size: 17px;
}
.route_box_bg_color{
    background-color: deepskyblue;
}

.driver_routens .route_rr_info.controll_sec{
    text-align: left;
}
.driver_routens .route_rr_info.controll_sec h4{}

button.route_close_btn {
    background: #fff !important;
    padding: 8px 5px !important;
    height: auto !important;
    position: relative;
    top: 14px !important;
    color: #33225a;
    font-weight: normal;
    border-radius: 4px;
    border: none;
    width: 80px !important;
    font-size: 16px;
}
.clearence_controlloer button {
    width: 30px !important;
}
.md-toolbar-tools.add-route_details{
    width: 150px;
 }
 @media only screen and (min-width: 1200px) and (max-width: 1300px){
 .md-toolbar-tools.add-route_details{
    width: 145px;
    font-size: 16px;
 }
 .header-section.add-new_head{
    height: auto;
    min-height: auto;
 }
 .address.withdraw_new {
    padding: 5px 10px;
    font-size: 13px;
 }
 .address.withdraw_new i {
    font-size: 15px;
 }
 .driver_routens {
    padding: 0 20px;
 }
 .driver_routens h4 {
    font-size: 16px;
 }
 button.route_close_btn {
    top: 16px !important;
    font-size: 16px !important;
    padding: 5px !important;
    height: 26px !important;
 }
 }
 select.routde-assign-form {
    width: 106px !important;
}
input.routde-assign-form{
   width: 90px !important;
}
button.routde-assign-form{
  width: 95px;
}
.collectiondrrs.three.history-space.trackSource{
    display: flex;
    align-items: center;
}
.collectiondrrs.three.history-space.trackSource p{
    margin: 0 10px;
}

table.table-table-hover{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
table.table-table-hover tr th{
    background: #33225a;
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.4px;
    padding: 8px 5px;
    border-top: none;
    border-bottom: 1px solid #dbdbdb;
    border-left: 1px solid #dbdbdb;
    border-right: 1px solid #dbdbdb;
}
table.table-table-hover tr td{
    padding: 6px 5px;
    font-size: 12px;
    vertical-align: text-bottom;
    border: 1px solid #dbdbdb;
}
table.table-table-hover tr td input{
    width: 90px;
    border: 1px solid #333;
    border-radius: 3px;
    padding: 5px;
    outline: none;
}
a.narml-block.none-trial {
   display: none;
}

.other-right{}
.other-right md-checkbox.md-default-theme:not(.md-checked) .md-icon, 
.other-right md-checkbox:not(.md-checked) .md-icon {
    border-color: rgb(255 255 255);
}
.other-right md-checkbox{
    margin-bottom: 0;
}
.other-right md-checkbox .md-label {
    color: #fff !important;
    font-size: 18px;
}
.other-right md-checkbox.md-default-theme.md-checked .md-icon, 
.other-right md-checkbox.md-checked .md-icon {
    background-color: rgb(51 34 90);
}


@media only screen and (min-width: 1200px) and (max-width: 1440px){
._md._md-toolbar-transitions.new-height-last{
    height: auto;
    font-size: 18px;
}
button.route_close_btn {
    height: 30px !important;
    top: 12px !important;
}
.md-toolbar-tools.add-route_details {
    height: auto;
    min-height: auto;
}
}

.whiteBord.bottomArea.fixed-height{
    height: 69vh;
}
.smtp-container{
    background: #f5f5f5;
    padding-top: 1em;
    border-top: 1px solid #d4d4d4;
}

.md-sidenav-right.customer-sidenav.ng-isolate-scope._md.md-whiteframe-4dp.z-index-increase{
   z-index: 99 !important;
}

.grid_height.layout-column{
   /* height: 500px;*/
}


.new-rating-engine .grid_height {
   /* padding: 15px;
    border: 1px solid #e5e3e9; 
    margin: 5px 0px 5px 5px;
    position: relative;
    width: 100%;
    display: block;*/
}
.new-rating-engine .grid_height .ui-grid {
    height: 51vh;
}

@media only screen and (min-width: 1280px) and (max-width: 1300px){
.new-rating-engine .grid_height .ui-grid {
    height: 60vh;
}
}

@media only screen and (min-width: 1301px) and (max-width: 1440px){
.new-rating-engine .grid_height .ui-grid {
    height: 55vh;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1300px){
h2.left-postion {
    position: relative;
    right: 45px;
}
}
@media only screen and (min-width: 1301px) and (max-width: 1440px){
h2.left-postion {
    position: relative;
    right: 6px;
    font-size: 16px !important;
}
}

md-content.topspace-add{
    position: relative;
    top: 5px;
}
@media only screen and (min-width: 1200px) and (max-width: 1280px){
md-content.topspace-add {
    top: 14px;
}
}

@media only screen and (min-width: 1281px) and (max-width: 1440px){
md-content.topspace-add {
    top: 14px;
}
}

.surchage_check{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    justify-content: space-between;
}
.surchage_check md-radio-button{
    width: 50%;
}
.mapul li {
    padding: 0 !important;
    display: inline-block;
}
.mapaction md-select {
    padding: 0px 10px;
    height: 30px;
    width: 36%;
    margin: 15px 5px;
    display: inline-block;
}

.mapaction md-input-container {
    width: 48%;
    margin: 15px 0;
}

.mapaction label{
    font-family: Helvetica,sans-serif;
    font-size: 12px;
}

.serch-popup-box{
    position: absolute;
    right: 32px;
    top: 0;
    display: flex;
    align-items: center;
}
.serch-popup-box input{
    padding: 5px;
    margin-right: -5px;
    outline: none;
    width: 236px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: 1px solid #333;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    height: 16px;
    font-size: 12px;
}
.sub-header button.add-sub-search{
    background: #ef6362 !important;
    color: #fff;
    border-top-right-radius: 4px !important;
    border: 1px solid #c34c4b;
    padding: 0px;
    height: 28px;
    width: 38px;
    border-bottom-right-radius: 4px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-left: 0;
    margin: 0;
}
.sub-header button.add-sub-search:hover{}

.Route-new-group{}
.flex-container-route{}
.downArrow.calender-flex{
    display: flex;
    justify-content: center;
    align-items: center;
}
.calendar-container.clear-call-calender{
    border: 1px solid #33225a;
    position: relative;
    background: #f7f7f7;
    border-radius: 3px;
}
.calendar-container.clear-call-calender i.date-icon{
    position: relative;
    top: 0;
    left: 2px;
    bottom: 0;
    color: #33225a;
}
.calendar-container.clear-call-calender input{
    border-bottom: none;
    height: auto;
    padding: 0;
    color: #33225a;
}
.calendar-container.clear-call-calender input:focus, .calendar-container.clear-call-calender input:active{
    border-bottom: none;
}
.header.bg-remove {
    background: #e6e6e6;
    background-repeat: repeat-x;
    height: auto;
    padding: 5px 0 5px 0;
}
input.datepick.new-calander{
    padding: 4px 10px;
    height: 30px;
    border-top-left-radius: 3px;
    border-left: 1px solid #b7b7b7;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    font-size: 13px !important;
    width: 100px;
    color: #000;
    outline: none;
    border-bottom-left-radius: 3px;
    border-right: 1px solid #b7b7b7;
}
button.taoday-date{
    padding: 5px 10px;
    height: 30px;
    border-left: 1px solid #b7b7b7;
    border-right: none;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    font-size: 13px;
    color: #000;
    outline: none;
    width: 80px;
}
button.tomorrow-date{
    padding: 5px 10px;
    height: 30px;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-left: 1px solid #b7b7b7;
    border-right: 1px solid #b7b7b7;
    border-top: 1px solid #b7b7b7;
    border-bottom: 1px solid #b7b7b7;
    font-size: 13px;
    color: #000;
    outline: none;
}

#removeDraw.remove-save-area{
    position: fixed;
    top: 14%;
    z-index: 9;
    left: 10px;
    padding: 8px 10px;
    background: #33225a;
    border: none;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
}

@media only screen and (min-width: 1367px) and (max-width: 1500px){
.pendding-job ul li span {
    left: 14px;
    width: 32px;
    height: 18px;
}
.pendding-job ul li {
    padding: 5px 5px 5px 50px;
}
}
html body .right-section ul.nav li{
    line-height: 18px;
}
.pendding-job ul {
    line-height: 18px;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
.pendding-job ul {
    line-height: 18px;
}
}

@media only screen and (min-width: 1366px) and (max-width: 1440px){
.pendding-job ul {
    line-height: 18px;
}
}

.pendding-job ul {
    overflow: hidden;
}
.sidebar-wrapper ul ul li ul  {
        display: none !important;
        position: absolute;
        left: 160px;
        background: #c34c4b;
    }
.sidebar-wrapper ul ul li:hover ul  {
    display:block !important;
}

@media only screen and (min-width: 1200px) and (max-width: 1279px){
.serch-popup-box input {
    /*width: 95px;
    font-size: 12px;*/
}
.serch-popup-box {
   right: 2px;
   top: -1px;
}
}

@media only screen and (min-width: 1280px) and (max-width: 1300px){
.serch-popup-box input {
   /*width: 170px;
   font-size: 11px !important;
   position: relative;
   top: 0px;*/
}
.serch-popup-box {
   right: 2px;
   top: -1px;
}
.divNdFilter {
    max-width: 105px;
}
.sub-header button {
    padding: 0 3px !important;
}
.sameday_tab button {
    margin: 4px 0px !important;
}
button.margin-left-side {
    margin-right: 3px !important;
}
.serch-popup-box input {
   /* height: 13px;*/
}
.sub-header button.add-sub-search {
    /*height: 25px;
    width: 34px;*/
    position: relative;
    top: -1px;
    margin: 0 !important;
}
}

@media only screen and (min-width: 1301px) and (max-width: 1365px){
.sub-header button {
    padding: 0 3px !important;
}
.sameday_tab button {
    margin: 4px 0px !important;
}
.divNdFilter {
    max-width: 100px;
}
.serch-popup-box input {
  /* width: 200px ;*/
}
.serch-popup-box {
   right: 2px;
   top: -1px;
}
.divNdFilter {
    max-width: 105px;
}
.search-flex-center {
    margin-top: 2px !important;
}
li.icon-position-plus a img {
    width: 24px;
}
.sub-header button.add-sub-search {
    position: relative;
    top: 0;
    margin: 0 !important;
}
}



@media only screen and (min-width: 1366px) and (max-width: 1400px){
li.icon-position-plus a img {
    width: 24px;
}
.sub-header button {
    padding: 0 3px !important;
}
.sameday_tab button.margin-left-side {
    margin-right: 3px !important;
}
.sameday_tab button {
    margin: 4px 0px !important;
}
.serch-popup-box input {
    /*width: 200px ;*/
}
.serch-popup-box {
   right: 2px;
   top: -1px;
}
.search-flex-center {
    margin-top: 3px;
}
.divNdFilter {
    max-width: 150px;
}
.sub-header button.add-sub-search {
    position: relative;
    top: -1px;
    margin: 0 !important;
}
}
@media only screen and (min-width: 1401px) and (max-width: 1440px){
.serch-popup-box input {
    /*width: 200px ;*/
}
.serch-popup-box {
   right: 2px;
   top: -1px;
}
.sub-header button.add-sub-search {
    position: relative;
    top: 0;
    margin: 0 !important;
}
}

.accordion-wrapper-section{
    margin-left: 54px;
}
.accordion-wrapper-section .panel-heading {
    background-color: #290d5a !important;
    padding: 6px 9px !important;
    color: black;
    border-radius: 4px;
}
.accordion-wrapper-section .panel-heading h4 {
    margin-bottom: 0;
    margin-top: 0;
    line-height: inherit;
}
.accordion-wrapper-section .panel-heading h4 a {
    color: #fff;
    display: block;
    outline: none;
    padding: 4px!important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.accordion-wrapper-section .panel-heading h4 i {
    float: right;
    right: 10px;
    position: relative;
    top: 3px;
}
.formly-field.ng-scope.ng-isolate-scope.flex.formly-field-toggleSwitch {
    max-width: 195px;
    margin-left: 5px;
}
.whiteBord.bottomArea.add-bottom-height{
    height: 70vh;
}
}

.section-center{}
/*.section-center .formly-field.label-name{
    width: -webkit-fill-available;
}*/
.section-center .formly-field.label-name{
    background: #e8e8e8;
    border-right: 1px solid #d2d2d2;
    padding: 4px 1.1px;
}
ng-form.undefined .formly-field {
    width: 20%;
}
.section-center .formly-field.label-name label{
    color: #290d5a !important;
}
.section-center .formly-field.label-name-act{
    background: #e8e8e8;
    border-right: 1px solid #d2d2d2;
    padding: 4px 0px;
}
.section-center .formly-field.label-name-act label{
    text-align: left;
    display: block;
    color: #290d5a !important;
}


fieldset.legend-header{}
fieldset.legend-header legend {
    padding: 10px 0;
}

.space-box{
    background: orange;
    height: 100px;
    width: 500px;
}


.section-center ng-form.undefined.formly{
    display: flex;
    align-items: center;
    width: 100%;
    border: 1px solid #d0d0d0;
    margin-top:-1px ;
}
.flex.new-email-class{
    max-width: 280px;
}
.section-center .flex-align-box{
    padding-left: 20px;
}
.section-center .flex-align-box.formly-field-customEdit a{
    background: #ef6362;
    padding: 4px;
    width: 18px;
    height: 18px;
    display: block;
    text-align: center;
    vertical-align: middle;
    line-height: 0;
    border-radius: 100%;
}
.section-center .flex-align-box.formly-field-customEdit a i{
    font-size: 16px;
    padding: 1px;
    color: #fff;
}

.box-hr hr {
    margin: 14px 0 14px 0px;
    border: none;
}
.form-group.tab-widt-create{
    width: 185px;
}
@media only screen and (min-width: 1200px) and (max-width: 1279px){
.form-group.tab-widt-create {
    width: 179px;
}
.formly-field.ng-scope.ng-isolate-scope.flex.formly-field-toggleSwitch {
    max-width: 195px;
}
}
@media only screen and (min-width: 1280px) and (max-width: 1365px){
.form-group.tab-widt-create {
   width: 193px;
}
.formly-field.ng-scope.ng-isolate-scope.flex.formly-field-toggleSwitch {
    max-width: 195px;
}
}

@media only screen and (min-width: 1366px) and (max-width: 1400px){
.form-group.tab-widt-create {
    width: 209.5px;
}
.formly-field.ng-scope.ng-isolate-scope.flex.formly-field-toggleSwitch {
    max-width: 195px;
}
}

@media only screen and (min-width: 1401px) and (max-width: 1440px){
.form-group.tab-widt-create {
    width: 223px;
}
.formly-field.ng-scope.ng-isolate-scope.flex.formly-field-toggleSwitch {
    max-width: 195px;
}
}

.tab-content.width-increase{
    width: 100%;
}


i.fa.fa-chevron-down.posistion-i {
    height: 13px;
    position: relative;
    top: 0px;
    right: -5px;
    vertical-align: middle;
    padding: 5px 3px;
    border-left: 1px solid #000;
}
i.fa.fa-sitemap.sitemap-i {
    font-size: 14px;
    padding: 0px 4px 0 0px;
    position: relative;
}
.divNdFilter.add-font-size .md-text{
    font-size: 12px;
    color: #000;
}
.divNdFilter.add-font-size .md-select-value .md-select-icon {
    width: 13px;
}





.search-flex-center{
    display: flex;
    align-items: center;
    width: 100%;
    margin-right: 10px;
    margin-top: 5px;
    position: relative;
}
.search-flex-center.searchbar {}
.search-flex-center.searchbar i{
    font-size: 16px;
    background: #ef6362;
    color: #fff;
    border-radius: 4px;
    border: none;
    padding: 3px 5px 2px 4px;
    height: 20px;
    width: 20px;
    margin: 0;
    text-align: center;
    cursor: pointer;
}
.togglesearch{
    background: #E8E8E4;
    position: absolute;
    top: 38px;
    right: 0;
    width: 286px;
    box-shadow: 0 0 10px rgb(0 0 0 / 50%);
    border-top: 0px solid #050e33;
    display: none;
    z-index: 99;
    padding: 20px 10px;
}
.togglesearch:before{
        content: "";
    position: absolute;
    top: -17px;
    right: 0px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 8px solid transparent;
    border-bottom: 8px solid #050e33;
}
@media only screen and (min-width:240px) and (max-width: 768px){
    .navbar ul li{
        float:none;
        display:block;
        text-align:center;
        margin:0 auto;
    }
}




.whiteBord.bottomArea.scroll-height-fixed{
    height: 82vh;
}
@media only screen and (min-width: 1200px) and (max-width: 1365px){
.whiteBord.bottomArea.scroll-height-fixed {
    height: 82vh;
}
}

@media only screen and (min-width: 1366px) and (max-width: 1440px){
.whiteBord.bottomArea.scroll-height-fixed {
    height: 82vh;
}
}

.mdl-cell-mdl-cell--12-col{
    padding: 20px 0;
}

/*md-tabs.md-default-theme .md-tab, md-tabs .md-tab:last-of-type {
    border-right: none;
}*/

.ml40.mt20.bg-create {
    background: #f5f5f5;
    margin-top: 0 !important;
    padding-top: 20px;
    height: 100vh;
}


.sub-header button.add-sub-search span.material-icons{
    font-size: 22px;
    padding-top: 2px;
}


h2.page-manege{

}
h2.page-manege div{
    font-size: 12px;
    color: #dcdcdc;
}
.dropdown-main-list{
    display: inline-block;
    width: 86%;
    margin: auto;
    padding: 10px 20px;
}
.lable-name{
    font-size: 14px;
    color: #33225a;
    font-weight: 600;
    font-family: arial, sans-serif;
    letter-spacing: 0.5px;
}
.dropdown-main-list .dropdown.inluneDsp.mr-3 {
    width: 100%;
    text-align: left;
}
.dropdown-main-list .dropdown.inluneDsp.mr-3 a{
    text-align: left;
    padding: 10px;
    font-size: 14px;
    border-radius: 3px;
    cursor: pointer;
}
.dropdown-main-list .dropdown.inluneDsp .dropdown-menu {
    margin: 0;
    min-width: 97%;
    border-radius: 0px;
    max-height: 200px;
    top: 60px;
}


.md-padding-all{
    padding: 25px 25px 0px 25px;
}
.controller-notifiction-sec{
    width: 100%;
    display: inline-block;
}
.section-row-template-tow{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
}
.section-row-template-tow md-input-container{
    width: 20%;
    margin-right: 10px;
}
.section-row-template-three{
    margin: 15px 5px;
    padding: 10px 0;
    width: 100%;
    display: inline-block;
}
.section-row-template-three h4{
    font-size: 16px;
    font-weight: 600;
    font-family: arial, sans-serif;
    color: #243147;
    margin-bottom: 18px;
    border-bottom: 1px solid #e0e0e0;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.box-check-design{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
}
.button-shap-container{
    display: flex;
    align-items: center;
    margin: 5px;
    border: 1px solid #d6d6d6;
    width: 30%;
    border-radius: 5px;
}
.name-checking{
    border-right: 1px solid #e6e6e6;
    margin-right: 10px;
    padding: 10px 4px;
    width: 35%;
    background: whitesmoke;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.name-checking label{
    cursor: pointer;
    color: #243147!important;
    font-size: 12px;
    font-family: arial, sans-serif;
    font-weight: 600;
}
.name-checking input{
    position: relative;
    top: 2px;
}
.subtotal-name{
    font-size: 12px;
}

.section-row-template-four{
    width: 100%;
    display: inline-block;
}

.section-row-template-five{
    padding: 10px 25px;
    width: 90%;
    display: inline-block;
    text-align: right;
}
button.md-button.md-primary.size-zero {
    min-width: 50px;
}
button.md-button.md-primary.size-zero a{
    color: #fff;
    font-size: 20px;
}
button.md-button.md-primary.size-zero a i{}
.section-row-template-six{
    padding: 10px 25px;
    width: 100%;
    display: inline-block;
}

.tagline-heading{}
.tagline-heading b{
    font-size: 18px;
    padding: 10px;
    display: inline-block;
    width: 100%;
}
.page-size-container{
    width: 800px;
    margin: auto;
    border: 1px solid #d4d4d4;
    padding: 15px;
    box-shadow: 0px 0px 12px 7px #3333331c;
}
.page-size-container-2{
    max-width: 735px;
}
.page-size-container table.design2 {
    margin: 0 !important;
}


@media only screen and (min-width: 1200px) and (max-width: 1365px){
.button-shap-container {
    width: 32%;
}
.name-checking {
    margin-right: 5px;
    padding: 10px 0px;
    width: 38%;
}
.subtotal-name {
    font-size: 11px;
}
}
.section-row-template-three h4 span {
    font-size: 12px;
    margin-left: 10px;
}


@media only screen and (min-width: 1200px) and (max-width: 1365px){
.section-row-template-five {
    width: 95%;
}
}

@media only screen and (min-width: 1366px) and (max-width: 1440px){
.section-row-template-five {
    width: 90%;
}
}

input.other-input {
    padding: 9px;
    font-size: 15px;
    color: #333;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    width: 15%;
    margin-right: 15px;
    outline: none;
    height: 20px;
}

.widget-main img{
    max-width: 120px;
}
.page-scrolling{}








.img-popup{
    position: relative;
    text-align: center;
}
.img-popup a {
    display: inline-block;
    width: 50px;
    position: relative;
    cursor: pointer;
}
.img-popup button {
    position: absolute !important;
    bottom: 0;
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.5px;
    border: none;
    padding: 12px 10px;
    border-radius: 3px;
    outline: none;
    left: 0;
    right: 0 !important;
    margin: auto;
    min-height: auto;
    text-align: center;
    width: 100%;
    line-height: 5px;
    font-size: 12px;
    text-transform: capitalize;
}
.main-modal-control{
    padding: 0px 20px 20px 20px;
    min-width: 1000px;
    max-width: 80%;
    max-height: 80%;
    position: relative;
    margin: auto;
}
.modal-headerss{
    position: sticky;
    display: block;
    text-align: right;
    margin-bottom: 0px;
    top: 6px;
    right: 6px;
    z-index: 999;
    padding-right: 10px;
}
.modal-headerss span.material-icons{
    cursor: pointer;
    border: 1px solid #33225a;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 31px;
    color: #33225a;
    transition: all 0.5s;
    background: #fff;
}
.modal-headerss span.material-icons:hover{
    border: 1px solid #777777;
    color: #777777;
}
.main-modal-control .modal-body {
    padding: 0;
}
.carousel-cell.conl-size{
    overflow: hidden;
}
.carousel-cell.conl-size img {
    /*max-width: 200px;*/
    max-width: 100%;
    width: auto;
    /*max-height: 100%;*/
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border-radius: 6px;
}


.img-popup a span {
    position: absolute;
    bottom: 6px;
    right: 8px;
    font-size: 12px;
    font-weight: 600;
    font-family: 'arial', sans-serif;
    background: #0000008c;
    width: 26px;
    display: block;
    border-radius: 38px;
    color: #fff;
}
.img-popup a img {
    max-width: 50px;
    border-radius: 4px;
}

.img-popup-none:nth-child(1) {
    display: block;
}
.img-popup-none {
    display: none;
}


@media only screen and (min-width: 1366px) and (max-width: 1440px){
.getroutesData {
    width: 93%;
}
}


.calendar-container.clear-call-calender input {
    border-bottom: none;
    height: auto !important;
    padding: 0;
    font-size: 12px;
    width: 140px;
    margin-left: 3px;
}



.new-color-border input {
  border: 2px solid;
  border-radius: 4px;
  font-size: 1rem;
  margin: 0.25rem;
  min-width: 125px;
  padding: 0.5rem;
  transition: border-color 0.5s ease-out;
}
.new-color-border input:required:valid {
  border-color: rgba(0, 0, 0, 0.51);
}
.new-color-border input:invalid {
  border: 1px solid red !important;
}
.new-color-border input {
  margin: 0;
}
.new-color-border label:not(.md-container-ignore) {
    left: 5px;
}
.new-color-border input:required:focus:valid {
  border-color: rgba(0, 0, 0, 0.51);
}
.new-color-border input:focus:invalid {
  border-color: rgba(0, 0, 0, 0.51);
}



ul.checkList_design{
    margin: 0;
    padding: 0 6px;
}
ul.checkList_design li{
    list-style: none;
    cursor: move;
    margin-bottom: 5px;
    display: inline-block;
    width: 100%;
    margin-top: 6px;
}
ul.checkList_design li md-input-container.md-block.list-block_O {
    margin: 0;
    padding: 0 !important;
}
ul.checkList_design li md-input-container.md-block.list-block_O md-checkbox{
    margin: 0;
}
ul.checkList_design li md-input-container.md-block.list-block_A{
    margin: 0;
    padding: 0 !important;
}
ul.checkList_design li md-input-container.md-block.list-block_A input{
    border: 1px solid #cbcbcb !important;
    background: #ffff;
    padding-left: 10px;
}
ul.checkList_design li md-input-container.md-block.list-block_A input:focus{}
ul.checkList_design li md-input-container.md-block.list-block_A input:active{}
.aling-class{
    align-items: center;
    cursor: move;
    border: 1px solid #e3e3e3;
    padding: 5px 19px 5px 5px;
    border-radius: 3px;
    background: #f7f7f7;
    width: 100%;
}

.aling-class md-input-container{

}

ul.checkList_design li md-input-container.md-block.list-block_O md-checkbox .md-label {
    margin-left: 20px;
}

.aling-class-heading{}
.aling-class-heading div b{
    padding: 10px 10px;
    display: block;
    font-size: 16px;
    border-right: 1px solid #cbcbcb;
}





.fleetioLetPart.fleetioLetPart_width {
    flex-basis: 18%;
}
.fleetioRightPart.fleetioRightPart_width {
    flex-basis: 82%;
}

.fleetioRightPartContent.fleetioRightPartContent_width{
    height: 55vh;
    overflow-y: scroll;
    padding-bottom: 1.5em;
    margin-bottom: 1em;
}

.fleetioRightPartContent.fleetioRightPartContent_width-table .ui-grid{
    height: calc(100vh - 148px);
}


@media only screen and (min-width: 1280px) and (max-width:  1440px){
.fleetioRightPartContent.fleetioRightPartContent_width-table .ui-grid{
    height: calc(100vh - 187px);
}
}

.verify-green-color{
    color: green;
    font-size: 14px !important;
    margin-left: -6px;
}
.user-address-verifucation{
    color: green;
    font-size: 16px !important;
}
.user-address-notverifucation{
    color: red;
    font-size: 16px !important;
}
.verify-delete-color{
    color: red;
    font-size: 15px !important;
}








/*20-1-2022*/
.label_rootHead_main{
    margin: 0 0 5px 0px;
    padding-bottom: 4px;
    width: 100%;
    display: flex;
    align-items: center;
}
.getroutesData .drop-view .save-rout-form, .getroutesData .drop-view .assign-form, .getroutesData .drop-view .drop-form {
    margin: 0px 0 5px !important;
}
.label_root_left{
    width: 70%;
}
.label_root_left label{
    padding: 0px 5px 0 5px;
    font-weight: 600;
    width: 48%;
    padding-left: 0;
    font-size: 12px;
}
.label_root_right{
     width: 30%;
}
.label_root_right label{
    padding: 0px 5px 0 5px;
    font-weight: 600;
    width: 48%;
    padding-left: 0;
    font-size: 12px;
}
.label_root_right label span {
    padding-left: 1px;
}


.panel-subheader_label_root{
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    vertical-align: baseline;
    flex-wrap: wrap;
}
.left_root_name{
    min-width: 250px;
}
.left_root_name h3.panel-title_root{
    margin: 0;
    padding: 0;
    color: #203e65;
    float: left;
    font-size: 14px;
    font-weight: 600;
    font-family: 'arial',sans-serif;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 250px;
}
.rootSpan_div{
    display: flex;
    min-width: 160px;
}
.rootSpan_div label {
    color: #424242;
    font-size: 12px;
    text-align: center;
    margin: 0 4px;
    padding: 3px 4px 3px 4px;
    display: flex;
    width: 32px;
    border: 1px solid #ef6362;
    justify-content: center;
    align-items: center;
    border-radius: 2px;
    height: 16px;
}
.rootSpan_div label i{
    color: #ef6362;
    font-size: 15px;
    padding-right: 4px;
}
.rootSpan_div label span{
    padding-left: 1px;
}
.rootSpan_Right{
    width: 70%;
    padding: 0;
    margin-left: 15px;
}
.rootSpan_Right .rootSpan_drop-view {
    margin: 0;
    background: #f7f7f7;
    border-radius: 2px;
    float: left;
}
.rootSpan_Right .rootSpan_icon {
    display: block;
    float: left;
    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;
}
.rootSpan_Right .rootSpan_drop-view label:first-child {
    margin-left: 5px;
    cursor: pointer;
}
.rootSpan_Right .rootSpan_drop-view label {
    font-size: 12px;
    width: auto;
    font-weight: normal;
    font-family: 'arial',sans-serif;
    float: left;
    border: 1px solid #ef6362;
    border-radius: 2px;
    padding: 3px 5px;
    margin-right: 4px;
    margin-top: 0;
    margin-bottom: 4px;
    line-height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    height: 16px;
}
.dropdown-menu-list li i, .rootSpan_Right .rootSpan_drop-view label i {
    color: #ef6362;
    font-size: 15px;
    vertical-align: text-top;
    padding-right: 3px;
}
.rootSpan_Right .rootSpan_icon.rootSpan_drop-view .dropdown-menu-list li a {
    display: flex;
    align-items: center;
    color: #203e65;
}
.dropdown-menu-list li a {
    float: left;
    padding-right: 20px;
    font-size: 12px;
    border: 1px solid #ef6362;
    border-radius: 2px;
    padding: 3px 5px;
    margin-right: 4px;
    margin-top: 0px;
    margin-bottom: 4px;
    line-height: inherit;
    cursor: pointer;
    font-family: 'arial',sans-serif;
    height: 16px;
}

i.fa.fa-sitemap.sitemap-i {
    font-size: 16px;
    padding: 0px 4px 0 0px;
    position: relative;
}
.rootSpan_Right ul.dropdown-menu-list li{
    font-family: 'arial',sans-serif;
    font-size: 12px;
}
.getroutesData .panel-heading {
    border-bottom: 1px dotted transparent !important;
    padding: 10px 0px;
}


@media only screen and (min-width: 1200px) and (max-width:  1279px){
.panel-subheader_label_root {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
    vertical-align: baseline;
    flex-wrap: wrap;
}
.label_root_left label {
    width: 49%;
}
.label_root_left {
    width: 53%;
}
.left_root_name {
    min-width: 92px;
}
.rootSpan_div {
    min-width: 124px;
}
.rootSpan_div label {
    font-size: 10px;
    margin: 0 2px;
    width: 26px;
}
.rootSpan_Right {
    margin-left: 3px;
    width: 65%;
}
.rootSpan_Right .rootSpan_drop-view label:first-child {
    margin-left: 2px;
}
.rootSpan_Right .rootSpan_drop-view label {
    font-size: 10px;
    padding: 3px 3px;
    margin-right: 3px;
}
.rootSpan_Right .rootSpan_icon.rootSpan_drop-view .dropdown-menu-list li a {
    font-size: 10px;
    padding: 3px 3px;
    margin-right: 3px;
}
.left_root_name h3.panel-title_root {
    padding: 0;
    width: 140px;
    font-size: 12px;
}

.calendar-container.clear-call-calender {
    top: 0;
    width: 180px;
    right: 0;
    left: 0;
}
.rootSpan_div label i {
    font-size: 13px;
    padding-right: 2px;
}
.dropdown-menu-list li i, .rootSpan_Right .rootSpan_drop-view label i {
    font-size: 13px;
    padding-right: 2px;
}
.getroutesData .panel-body li.ng-binding {
    width: 10.8% !important;
    margin: 5px 4px;
}
}





@media only screen and (min-width: 1280px) and (max-width:  1300px){
.panel-subheader_label_root {
    border: none;
    margin-bottom: 10px;
}
.label_root_left label {
    width: 49%;
}
.label_root_left {
    width: 70%;
}
.label_root_right {
    width: 30%;
}
.label_root_right label {
    font-size: 13px;
}
.left_root_name {
    min-width: 190px;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
}
.rootSpan_div {
    min-width: 140px;
    border-right: 1px solid transparent;
}
.rootSpan_div label {
    font-size: 11px;
    margin: 0 2px;
}
.rootSpan_Right {
    margin-left: 3px;
    width: 61%;
}
.rootSpan_Right .rootSpan_drop-view label:first-child {
    margin-left: 2px;
}
.rootSpan_Right .rootSpan_drop-view label {
    font-size: 11px;
    padding: 3px 3px;
    margin-right: 2px;
}
.rootSpan_Right .rootSpan_icon.rootSpan_drop-view .dropdown-menu-list li a {
    font-size: 11px;
    padding: 3px 3px;
    margin-right: 4px;
}
.left_root_name h3.panel-title_root {
    padding: 0;
    font-size: 13px;
    width: 185px;
}
.rootSpan_drop-view label i {
    font-size: 14px;
    padding-right: 2px;
}
.dropdown-menu-list li i, .rootSpan_Right .rootSpan_drop-view label i {
    font-size: 14px;
    padding-right: 2px;
}
.getroutesData .panel-body li.ng-binding {
    width: 11% !important;
    margin: 5px 4px;
}
.calendar-container.clear-call-calender i.date-icon {
    top: 0px;
    left: 0px;
}
button.nextRefss {
    margin-top: 0px;
    }
}

@media only screen and (min-width: 1301px) and (max-width:  1365px){
.panel-subheader_label_root {
    border: none;
    margin-bottom: 10px;
}
.label_root_left label {
    width: 49%;
}
.label_root_left {
    width: 50%;
}
.label_root_right {
    width: 30%;
}
.label_root_right label {
    font-size: 13px;
}
.left_root_name {
    min-width: 190px;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
}
.rootSpan_div {
    min-width: 140px;
    border-right: 1px solid transparent;
}
.rootSpan_div label {
    font-size: 11px;
    margin: 0 2px;
}
.rootSpan_Right {
    margin-left: 3px;
    width: 61%;
}
.rootSpan_Right .rootSpan_drop-view label:first-child {
    margin-left: 2px;
}
.rootSpan_Right .rootSpan_drop-view label {
    font-size: 11px;
    padding: 3px 3px;
    margin-right: 2px;
}
.rootSpan_Right .rootSpan_icon.rootSpan_drop-view .dropdown-menu-list li a {
    font-size: 11px;
    padding: 3px 3px;
    margin-right: 4px;
}
.left_root_name h3.panel-title_root {
    padding: 0;
    font-size: 13px;
    width: 210px;
}
.rootSpan_drop-view label i {
    font-size: 14px;
    padding-right: 2px;
}
.dropdown-menu-list li i, .rootSpan_Right .rootSpan_drop-view label i {
    font-size: 14px;
    padding-right: 2px;
}
.getroutesData .panel-body li.ng-binding {
    width: 11.2% !important;
    margin: 5px 4px;
}
.calendar-container.clear-call-calender i.date-icon {
    top: 0px;
    left: 0px;
}
button.nextRefss {
    margin-top: 0px;
    }
}

@media only screen and (min-width: 1366px) and (max-width:  1440px){
.panel-subheader_label_root {
    border: none;
    margin-bottom: 10px;
}
.label_root_left label {
    width: 49%;
}
.label_root_left {
    width: 70%;
}
.label_root_right {
    width: 30%;
}
.label_root_right label {
    font-size: 13px;
}
.left_root_name {
    min-width: 205px;
    border-bottom: 1px solid transparent;
    border-right: 1px solid transparent;
}
.rootSpan_div {
    min-width: 140px;
    border-right: 1px solid transparent;
}
.rootSpan_div label {
    font-size: 12px;
    margin: 0 2px;
}
.rootSpan_Right {
    margin-left: 3px;
    width: 61%;
}
.rootSpan_Right .rootSpan_drop-view label:first-child {
    margin-left: 2px;
}
.rootSpan_Right .rootSpan_drop-view label {
    font-size: 12px;
    padding: 3px 3px;
    margin-right: 2px;
}
.rootSpan_Right .rootSpan_icon.rootSpan_drop-view .dropdown-menu-list li a {
    font-size: 12px;
    padding: 3px 3px;
    margin-right: 4px;
}
.left_root_name h3.panel-title_root {
    padding: 0;
    font-size: 13px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 205px;
}
.rootSpan_drop-view label i {
    font-size: 14px;
    padding-right: 2px;
}
.dropdown-menu-list li i, .rootSpan_Right .rootSpan_drop-view label i {
    font-size: 14px;
    padding-right: 2px;
}
.rootSpan_div label i {
    font-size: 14px;
    padding-right: 3px;
}

.getroutesData .panel-body li.ng-binding {
    width: 11.3% !important;
    margin: 5px 4px;
}
.calendar-container.clear-call-calender i.date-icon {
    top: 0px;
    left: 0px;
}
button.nextRefss {
    margin-top: 5px;
}
}




.filer_left-box{
    display: flex;
    align-items: center;
    width: 97%;
    justify-content: space-between;
    margin-top: 5px;
}
.filer_left-box_grid {
    width: 70%;
}
.filer_right-box_grid{
    width: 30%;
}

.sameday_tab .btn-show-hide-columns{
    text-align: right;
    padding-right: 3px;
}
.sameday_tab .btn-show-hide-columns button{
    color: #fff !important;
    background: #33225a !important;
    border: none;
    outline: none;
    text-align: center;
    padding: 4px 8px;
    border-radius: 3px !important;
}
.sameday_tab .btn-show-hide-columns button:hover{}



.Actions_open{
    padding: 1.5em;
}
.Actions_two{
    width: 260px;
    margin: auto;
}
.Actions_two button {
    outline: none;
    text-align: left;
    padding: 5px 8px;
    border-radius: 2px;
    margin: 8px 2px 8px 1px;
    background: transparent;
    color: #000;
    border: 1px solid #000;
    min-width: 200px;
}


.Actions_two_L{
    width: 260px;
    margin: auto;
}
.Actions_two_L .return-enable.new-check {
    margin: 8px 2px 8px 2px;
    width: 190px;
    padding: 4px;
}
.Actions_two_L .return-enable.new-check h3 {
    font-size: 14px;
    width: 145px;
    color: #000;
}
.Actions_two_L button {
    outline: none;
    text-align: left;
    padding: 5px 14px;
    border-radius: 2px;
    margin: 8px 2px 8px 2px;
    background: transparent;
    color: #000;
    border: 1px solid #000;
    min-width: 200px;
}
.Actions_two_L button a {
    color: #000;
    outline: none;
}

.multiday_shp{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.getroutesData .panel-body li.lunch_box_cls{
    background: #064e6f !important;
    width: 35px !important;
}

.custome-search.custome-search-new.clone-icon.flex-postion_section {
    display: flex;
    align-items: center;
    float: left;
    margin: 0px 0px;
    padding: 0;
}
.custome-search.custome-search-new.clone-icon.flex-postion_section input {
    border: 1px solid #333;
    width: 200px !important;
}




/*25-01-2022*/
.unassigned_Section{
    float: left;
    padding-top: 4px;
}
.unassigned_Section ul{
    margin: 0;
    padding: 0;
}
.unassigned_Section ul li{
    list-style: none;
}
.unassigned_Section ul li {
    background: #ef6362;
    border-radius: 4px;
    font-size: 12px;
    display: flex;
    cursor: pointer;
    padding: 5px 5px 5px 5px;
    position: relative;
    color: #fff;
}
.unassigned_Section ul li span{}
.unassigned_Section ul li div{
    border-radius: 50px;
    width: 40px;
    height: 18px;
    font-size: 9px;
    line-height: 18px;
    text-align: center;
    margin-left: 8px;
    background: #33225a;
}

.nor.alignLeft{
    float: left;
    display: inline;
}

.mainFilter_gridBox{
    padding: 5px 15px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}
.text_apply_filter{}
.text_apply_filter h3.paddtop_filter{
    font-size: 14px;
    font-weight: 600;
    margin-right: 10px;
    margin-bottom: 0;
    font-family: arial, sans-serif;
    color: #33225a;
    text-transform: uppercase;
}
.form-group.sameday_wrapper.other_styleAdd{
    /*width: auto;*/
}

.custome-search.custome-search-new.clone-icon.flex-postion_section{
    display: flex;
    align-items: center;
}
.custome-search.custome-search-new.clone-icon.flex-postion_section input{
 border: 1px solid #333;
 width: 200px !important;
}
.custome-search.custome-search-new.clone-icon.flex-postion_section button {
    margin: 0px;
    height: 26px;
    padding: 2px;
    border: none !important;
}
.add_new_section{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-right: 30px;
    padding-left: 4px;
}
.left_SectionSerch {
    display: flex;
    align-items: center;
}
.right_SectionSerch{
    display: flex;
}
span.material-icons.font-size-set {
    font-size: 15px;
    position: relative;
    top: 2px;
}
.sub-header .add_new_section .md-button.md-primary.md-raised{
    padding: 0 5px;
}
.sub-header button.craeteshipmnetdropdown.dropdown.md-primary.search-filter {
    margin-left: 0;
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.sub-header .button_section button {
    border-radius: 3px !important;
}
.nor.alignLeft ul.nav {
    margin-top: 2px;
}

.user-name-with-logo .dropdown-menu.dropMenu.dropdown-menu-right.add_new_width{
    width: 185px;
}
.user-name-with-logo .dropdown-menu.dropMenu.dropdown-menu-right.add_new_width li md-switch {
    /*position: relative;*/
    /*margin-left: 18px;*/
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 8px 15px;
    font-size: 13px;
    color: #000;
}
.user-name-with-logo .dropdown-menu.dropMenu.dropdown-menu-right.add_new_width li:hover,
.user-name-with-logo .dropdown-menu.dropMenu.dropdown-menu-right.add_new_width li:focus {
    background-color: #33225a !important;
    color: #fff;
}
.user-name-with-logo .dropdown-menu.dropMenu.dropdown-menu-right.add_new_width li md-switch:hover,
.user-name-with-logo .dropdown-menu.dropMenu.dropdown-menu-right.add_new_width limd-switch:focus {
    color: #fff;
}
ul.nav.last-div.main-ul_listing {
    margin-left: 0;
    display: inline-block;
    float: none;
    padding: 10px;
    margin-right: 8px;
}
ul.nav.last-div.main-ul_listing ul {
    top: 30px;
    width: max-content;
    left: -10px;
    box-shadow: -1px 0px 9px 5px #3333334a;
}
ul.nav.last-div.main-ul_listing ul li .md-label span {
    position: static;
    right: 0;
}

ul.nav.last-div.main-ul_listing ul li {
    padding: 12px 20px;
    background-color: #ededed;
    color: #33225a;
    border-bottom: 1px solid #6d6d6d61;
}
ul.nav.last-div.main-ul_listing ul li:hover {
    background: #d9d9d9;
    color: #33225a;
}

ul.nav.last-div.main-ul_listing ul li md-checkbox:last-of-type {
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px !important;
    margin-bottom: 5px;
}
ul.nav.last-div.main-ul_listing ul li md-switch:last-of-type {
    margin: 0;
}

@media only screen and (min-width: 1280px) and (max-width: 1366px){
    ul.nav.last-div.main-ul_listing {
        padding: 8px 10px !important;
    }

    ul.nav.last-div.main-ul_listing li {
        font-size: 13px;
    }
}


h3.md-toolbar-tools.ss-tool .head-design-flex label.label-text{
    font-size: 14px;
}

@media only screen and (min-width: 1280px) and (max-width: 1365px){
.scrollDiv input, label, md-select {
    font-size: 12px;
}
.md-toolbar-tools.ss-tool {
    height: 54px;
}
}
@media only screen and (min-width: 1366px) and (max-width: 1440px){
.scrollDiv input, label, md-select {
    font-size: 12px;
}
.md-toolbar-tools.ss-tool {
    height: 54px;
}
.distance_root label {
    font-size: 11px !important;
    margin-right: 5px;
}
.getroutesData .panel-heading .name_list h3.panel-title {
    font-size: 11px;
}
}

.scroll-div{
    scroll-behavior: smooth;
    overflow-y: auto;
    height: 54vh;
}



.panel-body.icon-color.drop-view.new_font_size label{
    font-size: 12px;
    font-family: 'arial',sans-serif;
    height: 16px;
}
.rootSpan_Right.new_rootSpan_Right{
    width: 82%;
}


.assign-form.commonclass.add_flex_bpx{
    width: 100%;
    height: auto;
    display: inline-block;
}

.comment-section.add_flex_comment{
    display: inline-block;
    width: 100%;
}
.comment-section.add_flex_comment form{
    width: 100%;
    display: inline-block;
}
.main-div-controller{
    display: flex;
    align-items: center;
    width: 100%;
}
.free-space-inp {
    width: 60px;
    height: 16px;
}

.assign-form .comment-section form .form-group.goup_inp{
    margin-right: 5px !important;
}
.form-group.goup_inp{}
.form-group.goup_inp input{
    background: #fff;
    height: 22px !important;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #8f8f8f;
    padding: 1px 2px;
}
.form-group.goup_inp input:focus{}

.form-group.goup_inp md-select.hubListclass{
    background: #fff;
    height: 22px;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #8f8f8f;
    padding: 1px 2px;
    outline: none;
}
.form-group.goup_inp md-select.hubListclass:focus{}

.form-group.goup_inp select{
    background: #fff;
    height: 26px;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #8f8f8f;
    padding: 1px 2px;
    outline: none;
}
.form-group.goup_inp select:focus{}

.buttons-s.goup_inp{
    margin-left: 15px;
}
.buttons-s.goup_inp button{
    background: #33225a;
    border: 0;
    border-radius: 3px;
    font-size: 12px;
    margin-top: 0;
    height: 26px;
    padding: 5px 14px !important;
}
.buttons-s.goup_inp button:hover{}


.panel-body.icon-color.drop-view.new_font_size .dropdown-menu-list li a {
    color: #203e65;
}
.panel.panel-info {
    margin-bottom: 0 !important;
}

@media only screen and (min-width: 1280px) and (max-width: 1365px){
.rootSpan_Right.new_rootSpan_Right {
    width: 82%;
}
.panel-body.icon-color.drop-view.new_font_size label {
    font-size: 12px;
}
.panel-body.icon-color.drop-view.new_font_size label {
    padding: 3px 1px;
    margin-right: 2px;
}
.panel-body.icon-color.drop-view.new_font_size .dropdown-menu-list li a {
    font-size: 11px;
    padding: 3px 4px;
    margin-right: 4px;
}
}

@media only screen and (min-width: 1366px) and (max-width: 1440px){
.rootSpan_Right.new_rootSpan_Right {
    width: 83%;
}
.panel-body.icon-color.drop-view.new_font_size label {
    font-size: 11px;
}
.panel-body.icon-color.drop-view.new_font_size label {
    padding: 3px 2px;
    margin-right: 2px;
}
.panel-body.icon-color.drop-view.new_font_size .dropdown-menu-list li a {
    font-size: 11px;
    padding: 3px 3px;
    margin-right: 2px;
}
i.fa.fa-sitemap.sitemap-i {
    font-size: 12px;
}
.right-side_view ul.dropdown-menu-list li.new_check {
    font-size: 11px;
    margin-right: 4px;
}
}

.calender-modal_inluneDsp {
    display: inline-flex;
    border: 1px solid #000;
    height: 25px;
    position: relative;
    top: 0px;
    border-radius: 3px;
}
.calender-modal_inluneDsp .dropdown.inluneDsp.insta-anchor{
    position: relative;
}
.calender-modal_inluneDsp .dropdown.inluneDsp.insta-anchor a{
    border: none;
    font-size: 12px;
    padding: 3px 5px;
    color: #000;
    display: block;
    position: relative;
    outline: none;
}
.calender-modal_inluneDsp .dropdown.inluneDsp.insta-anchor a i{
    padding-right: 3px;
}



.calender-modal_inluneDsp-2 {
    /*display: inline-flex;
    border: 1px solid #000;
    height: 23px;
    position: relative;
    top: 0;*/
    display: inline-flex;
    border: 1px solid #000;
    height: 25px;
    position: relative;
    top: 1px;
}
.calender-modal_inluneDsp-2 .dropdown.inluneDsp.insta-anchor{
    position: relative;
}
.calender-modal_inluneDsp-2 .dropdown.inluneDsp.insta-anchor a{
    border: none;
    font-size: 12px;
    padding: 4px 5px 3px 5px;
    color: #000;
    margin-right: 5px;
    border-radius: 0;
    display: block;
    position: relative;
}
.calender-modal_inluneDsp-2 .dropdown.inluneDsp.insta-anchor a i{
    padding-right: 3px;
}



table.table.table-hover.table-font-size md-input-container label, 
table.table.table-hover.table-font-size label, 
table.table.table-hover.table-font-size md-select span {
    color: rgba(0,0,0,0.87)!important;
}

md-sidenav.md-sidenav-right.md-whiteframe-4dp.all_common_sidenav.additional_wdt.scrolling-stop {
    overflow: hidden;
}



.multiday_list{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.left-side_view{
    width: 74%;
    display: flex;
    align-items: center;
}
.right-side_view{
    width: 38%;
}
.name_list{
    padding-left: 4px;
    margin-right: 12px;
}
.getroutesData .panel-heading .name_list h3.panel-title{
    margin: 0;
    padding: 0;
    color: #203e65;
    float: left;
    font-size: 12px;
    font-weight: 100;
}

.distance_root{
    display: flex;
    align-items: center;
}
.distance_root label{
    padding: 0px 5px 0 5px;
    font-weight: 600;
    padding-left: 0;
    font-size: 12px;
    color: #203e65;
    margin-right: 12px;
}
.right-side_view ul.dropdown-menu-list{
    list-style-type: none;
    margin: 0 0 10px 0 ;
    padding: 0;
    float: right;
    width: 360px;
    display: inline-flex;
}
.right-side_view ul.dropdown-menu-list li{}

.right-side_view ul.dropdown-menu-list li a {
    float: left;
    padding-right: 20px;
    font-size: 12px;
    border: 1px solid #ef6362;
    border-radius: 2px;
    padding: 3px 5px;
    margin-right: 4px;
    margin-top: 0px;
    margin-bottom: 4px;
    line-height: inherit;
    cursor: pointer;
    font-family: 'arial',sans-serif;
    height: 16px;
        color: #203e65;
}
.right-side_view ul.dropdown-menu-list li i {
    color: #ef6362;
    font-size: 15px;
    vertical-align: text-top;
    padding-right: 3px;
}

.right-side_view ul.dropdown-menu-list li label {
    width: auto;
    font-weight: normal;
    float: left;
    border: 1px solid #ef6362;
    border-radius: 2px;
    padding: 3px 5px;
    margin-right: 4px;
    margin-top: 0;
    margin-bottom: 4px;
    line-height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 5px;
    font-size: 12px;
    font-family: 'arial',sans-serif;
    height: 16px;
}

.right-side_view ul.dropdown-menu-list li label i{
    color: #ef6362;
    font-size: 15px;
    vertical-align: text-top;
    padding-right: 3px;
}





.rootSpan_Right.new_rootSpan_Right.clear-right-full{
    width: 68%;
    margin-left: 15px;
    padding: 0;
}

.rootSpan_div.width_remove{
    min-width: auto;
        margin-right: 15px;
}
.main-div_control{
    display: flex;
    align-items: center;
    float: right;
}
.left_box_tow{
    margin-left: 15px;
}
.left_box_tow .dropdown-menu-list {
    display: flex;
}


.multiday_shp.add_new_shp{
    margin-bottom: 0px;
    /*align-items: center;*/
}

.name_list.new-listadd{
    margin-right: 0;
}


.label_root_right.new-right-width{
    width: 48%;
}
.rootSpan_Right.new_rootSpan_Right.clear-right-full2{
    width: 50%;
}



@media only screen and (min-width: 1200px) and (max-width: 1279px){
.left-side_view {
    width: 58%;
}
.right-side_view {
    width: 42%;
}
.multiday_list {
    margin-bottom: 15px;
}
.right-side_view ul.dropdown-menu-list li label {
    font-size: 11px;
}
.getroutesData .panel-heading .name_list h3.panel-title {
    font-size: 11px;
}
.distance_root label {
    padding: 0px 4px 0 4px;
    font-size: 10px;
    margin-right: 5px;
}
}


@media only screen and (min-width: 1280px) and (max-width:  1365px){
.rootSpan_div.width_remove {
    margin-right: 0;
}
.left_box_tow {
    margin-left: 5px;
}
.rootSpan_div.width_remove .dropdown-menu-list li i {
    font-size: 13px;
    padding-right: 2px;
}
.dropdown-menu-list li i, .getroutesData .drop-view label i {
    font-size: 13px;
    padding-right: 3px;
}
.rootSpan_Right.new_rootSpan_Right.clear-right-full2 {
    width: 52%;
}
.label_root_right.new-right-width {
    width: 47%;
}
.label_root_right label {
    font-size: 11px;
    padding: 0px 2px 0 2px;
}
.multiday_list {
    margin-bottom: 15px;
}
}


@media only screen and (min-width: 1366px) and (max-width:  1400px){
.rootSpan_div.width_remove {
    margin-right: 6px;
}
.left_box_tow {
    margin-left: 10px;
}
.rootSpan_div.width_remove .dropdown-menu-list li i {
    font-size: 13px;
    padding-right: 2px;
}
.dropdown-menu-list li i, .getroutesData .drop-view label i {
    font-size: 12px;
    padding-right: 2px;
}
.rootSpan_Right.new_rootSpan_Right.clear-right-full2 {
    width: 52%;
}
.label_root_right.new-right-width {
    width: 47%;
}
.label_root_right label {
    font-size: 11px;
    padding: 0px 3px 0 3px;
}
.right-side_view ul.dropdown-menu-list {
    width: 355px;
}
.left-side_view {
    width: 55%;
}
.right-side_view {
    width: 45%;
}
.multiday_list {
    margin-bottom: 15px;
}
}

@media only screen and (min-width: 1401px) and (max-width:  1440px){
.rootSpan_div.width_remove {
    margin-right: 6px;
}
.left_box_tow {
    margin-left: 10px;
}
.rootSpan_div.width_remove .dropdown-menu-list li i {
    font-size: 13px;
    padding-right: 2px;
}
.dropdown-menu-list li i, .getroutesData .drop-view label i {
    font-size: 12px;
    padding-right: 2px;
}
.rootSpan_Right.new_rootSpan_Right.clear-right-full2 {
    width: 52%;
}
.label_root_right.new-right-width {
    width: 47%;
}
.label_root_right label {
    font-size: 12px;
    padding: 0px 3px 0 3px;
}
.right-side_view ul.dropdown-menu-list {
    width: 355px;
}
.left-side_view {
    width: 55%;
}
.right-side_view {
    width: 45%;
}
.multiday_list {
    margin-bottom: 15px;
}

}













@media only screen and (min-width: 1280px) and (max-width: 1365px){
.right-side_view ul.dropdown-menu-list li a {
    font-size: 11px;
    padding: 3px 4px;
}
.right-side_view ul.dropdown-menu-list li label{
    font-size: 11px;
    padding: 3px 4px;
}
.right-side_view ul.dropdown-menu-list li i {
    font-size: 13px;
}
.right-side_view ul.dropdown-menu-list {
    width: 336px;
}
.left-side_view {
    width: 60%;
}
.right-side_view {
    width: 40%;
}
.distance_root label {
    font-size: 11px;
    margin-right: 6px;
}
}

@media only screen and (min-width: 1366px) and (max-width: 1440px){

}



.group-form{
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 5px;
}
.group-form_input{
    display: inline-flex;
    align-items: center;
    width: 80%;
}
.group-form_input .form-group {
    padding: 0px;
    width: 100%;
}
.group-form_input .form-group input {
    width: 50% !important;
    margin: 0 8px 0px 0px !important;
    float: right !important;
}
.group-form_input input{}
.group-form_button{
    width: 19%;
    display: inline-block;
    text-align: right;
}
.group-form_button button{
    margin: 0;
    height: 26px;
}


.inline-group{
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 5px;
}

.inline-group .buttons-s {
    float: right;
    width: 23%;
    text-align: right;
}
.assign-form .comment-section form .inline-group .form-group {
    max-width: 19%;
    margin: 0 3px !important;
    float: left;
    padding: 5px 0px;
}



.assign-form .comment-section form .inline-group .form-group select{
    font-size: 12px !important;
    font-family: arial, sans-serif;
    color: #000 !important;
}
.assign-form .comment-section form .inline-group .form-group .md-select-value>span:not(.md-select-icon) .md-text {
    font-size: 12px;
    font-family: arial, sans-serif;
    color: #000 !important;
}
.assign-form .comment-section form .inline-group .form-group input {
    font-size: 12px !important;
    color: #000 !important;
    font-family: arial, sans-serif;
}

.assign-form .comment-section form .inline-group .buttons-s button{
    font-size: 11px;
    font-family: arial, sans-serif;
}

.group-form .group-form_button button{
    font-size: 11px;
    font-family: arial, sans-serif;
}
.group-form_input .form-group input {
    font-size: 12px !important;
    color: #000;
    font-family: arial, sans-serif;
}




@media only screen and (min-width: 1280px) and (max-width: 1365px){
.group-form_input {
    width: 77%;
}
.group-form_input .form-group input {
    width: 58% !important;
}
.group-form_button {
    width: 23%;
}

.assign-form .comment-section form .inline-group .form-group {
    max-width: 20.2%;
    padding: 0;
}

.assign-form .comment-section form .inline-group .form-group input {
    font-size: 11px !important;
    color: #000 !important;
}

.assign-form .comment-section form .inline-group .form-group.newwidth-Gp {
    max-width: 16%;
}
.assign-form .comment-section form .inline-group .form-group.newwidth-Gp2 {
    max-width: 16%;
}
}

@media only screen and (min-width: 1366px) and (max-width: 1440px){
.group-form_input {
    width: 77%;
}
.group-form_input .form-group input {
    width: 60% !important;
}
.group-form_button {
    width: 22%;
}

.assign-form .comment-section form .inline-group .form-group {
    max-width: 20.2%;
    padding: 0;
}

.assign-form .comment-section form .inline-group .form-group input {
    font-size: 12px !important;
    color: #000 !important;
}

.assign-form .comment-section form .inline-group .form-group.newwidth-Gp {
    max-width: 16%;
}
.assign-form .comment-section form .inline-group .form-group.newwidth-Gp2 {
    max-width: 16%;
}
.assign-form .comment-section form .inline-group .form-group select{
    font-size: 12px !important;
}
.assign-form .comment-section form .inline-group .form-group .md-select-value>span:not(.md-select-icon) .md-text {
    font-size: 12px;
    font-family: arial, sans-serif;
}
}




.panel-body.icon-color.drop-view.new_font_size {
    background: #fff;
}



.assign-form .comment-section form .inline-group .form-group.gdsWidth {
    max-width: 23%;
}

.inline-group .buttons-s.gaps {
    width: 27%;
}


@media only screen and (min-width: 1280px) and (max-width: 1365px){
.assign-form .comment-section form .inline-group .form-group.gdsWidth.newwidth-Gp{
    max-width: 18% !important;
}
.assign-form .comment-section form .inline-group .form-group.gdsWidth {
    max-width: 26.5%;
}
.assign-form .comment-section form .inline-group .buttons-s.gaps button {
    padding: 6px 3px !important;
}
.inline-group .buttons-s.gaps {
    width: 24%;
}
}
@media only screen and (min-width: 1366px) and (max-width: 1440px){
    .assign-form .comment-section form .inline-group .form-group.gdsWidth.newwidth-Gp{
    max-width: 17% !important;
}
.assign-form .comment-section form .inline-group .form-group.gdsWidth {
    max-width: 26.8%;
}
.assign-form .comment-section form .inline-group .buttons-s.gaps button {
    padding: 6px 3px !important;
}
.inline-group .buttons-s.gaps {
    width: 23%;
}
}




.text_apply_filter {
    width: 112px;
}
.form-group.sameday_wrapper.other_styleAdd {
    width: 78%;
    margin-bottom: 0;
}
.sameday_wrapper .dropdown.inluneDsp.mr-3 .form-control {
    margin-bottom: 0px;
}



/*icon-design help*/
.help-i {
    width: 10%;
    position: relative;
    background: #fff;
    display: flex;
    padding: 18px 0;
}
.help-tip {
    position: absolute;
    top: 10px;
    right: 16px;
    text-align: center;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 26px;
    background: #fff;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.help-tip:hover {
    cursor: pointer;
}
.help-tip:before {
    content: url(../../assets/img/info.svg);
    font-weight: 700;
    color: #fff;
}
.help-tip p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #050e33;
    padding: 15px;
    width: 300px;
    position: absolute;
    border-radius: 4px;
    right: -4px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 9999;
    top: 24px;
    line-height: 20px;
    letter-spacing: 0.3px;
}
.help-tip:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
}
.help-tip p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #ef6362;
    right: 10px;
    top: -12px;
}
.help-tip p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
}
/*icon-design help*/


/*icon hep  2 parcel page*/
.help-icon-position {
    padding: 10px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 17px;
    z-index: 9;
}
.help-i-2 {
    display: flex;
    padding: 13px 0;
}
.help-tip-2 {
    position: absolute;
    top: 10px;
    right: 4px;
    text-align: center;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    background: #fff;
}
.help-tip-2:hover {
    cursor: pointer;
}
.help-tip-2:before {
    content: url(../../assets/img/info.svg);
    font-weight: 700;
    color: #fff;
}
.help-tip-2 p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #050e33;
    padding: 15px;
    width: 350px;
    position: absolute;
    border-radius: 4px;
    left: -4px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 9999;
    top: 24px;
    letter-spacing: 0.5px;
    line-height: 20px;
}
.help-tip-2:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
}
.help-tip-2 p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #ef6362;
    left: 10px;
    top: -12px;
}
.help-tip-2 p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
}
/*icon hep  2 parcel page*/


/*icon hep  4s parcel page*/
.help_icon_4s {
    padding: 10px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: -10px;
}
/*.help_icon_4s_i {
    display: flex;
    padding: 13px 0;
}*/
.help_icon_4s_tip {
    position: absolute;
    top: 10px;
    right: 4px;
    text-align: center;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    background: #fff;
}
.help_icon_4s_tip:hover {
    cursor: pointer;
}
.help_icon_4s_tip:before {
    content: url(../../assets/img/info.svg);
    font-weight: 700;
    color: #fff;
}
.help_icon_4s_tip p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #050e33;
    padding: 15px !important;
    width: 250px;
    position: absolute;
    border-radius: 4px;
    left: -4px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 9999;
    top: 24px;
    letter-spacing: 0.5px;
    line-height: 20px;
}
.help_icon_4s_tip:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
}
.help_icon_4s_tip p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #ef6362;
    left: 10px;
    top: -12px;
}
.help_icon_4s_tip p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
}
/*icon hep  4s parcel page*/

/*icon hep  4s parcel page*/
.help_icon_4j {
    padding: 4px;
    width: 20px;
    height: 20px;
    position: static;
    top: 0;
    right: -10px;
    border-left: 1px solid #e7e7e7;
    padding-left: 16px;
}
.help_icon_4j_tip {
    position: absolute;
    top: 4px;
    right: 4px;
    text-align: center;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    background: #fff;
}
.help_icon_4j_tip:hover {
    cursor: pointer;
}
.help_icon_4j_tip:before {
    content: url(../../assets/img/info.svg);
    font-weight: 700;
    color: #fff;
}
.help_icon_4j_tip p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #050e33;
    padding: 15px !important;
    width: 250px;
    position: absolute;
    border-radius: 4px;
    left: -4px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 9999;
    top: 24px;
    letter-spacing: 0.5px;
    line-height: 20px;
}
.help_icon_4j_tip:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
}
.help_icon_4j_tip p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #ef6362;
    left: 10px;
    top: -12px;
}
.help_icon_4j_tip p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
}
/*icon hep  4s parcel page*/
/*icon hep  4s parcel page*/
.help_icon_4p {
    padding: 10px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
}
/*.help_icon_4s_i {
    display: flex;
    padding: 13px 0;
}*/
.help_icon_4p_tip {
    position: absolute;
    top: 4px;
    right: 4px;
    text-align: center;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    background: #fff;
}
.help_icon_4p_tip:hover {
    cursor: pointer;
}
.help_icon_4p_tip:before {
    content: url(../../assets/img/info.svg);
    font-weight: 700;
    color: #fff;
}
.help_icon_4p_tip p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #050e33;
    padding: 15px !important;
    width: 250px;
    position: absolute;
    border-radius: 4px;
    left: -4px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 9999;
    top: 24px;
    letter-spacing: 0.5px;
    line-height: 20px;
}
.help_icon_4p_tip:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
}
.help_icon_4p_tip p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #ef6362;
    left: 10px;
    top: -12px;
}
.help_icon_4p_tip p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
}
/*icon hep  4s parcel page*/




/*icon hep  5d parcel page*/
.help_icon_5d {
    padding: 10px;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0;
    right: 0;
}
/*.help_icon_4s_i {
    display: flex;
    padding: 13px 0;
}*/
.help_icon_5d_tip {
    position: absolute;
    top: 4px;
    right: -4px;
    text-align: center;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    background: #fff;
}
.help_icon_5d_tip:hover {
    cursor: pointer;
}
.help_icon_5d_tip:before {
    content: url(../../assets/img/info.svg);
    font-weight: 700;
    color: #fff;
}
.help_icon_5d_tip p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #050e33;
    padding: 15px !important;
    width: 250px;
    position: absolute;
    border-radius: 4px;
    right: -5px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 9999;
    top: 24px;
    letter-spacing: 0.5px;
    line-height: 20px;
}
.help_icon_5d_tip:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
}
.help_icon_5d_tip p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #ef6362;
    right: 10px;
    top: -12px;
}
.help_icon_5d_tip p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
}
/*icon hep  4s parcel page*/


/*icon-design pickup*/
.flex-col-container-one {
    width: 80%;
    display: inline-flex;
    align-items: center;
}

.flex-col-container-tow {
    width: 20%;
    text-align: right;
}

.help-i-S {
    position: relative;
    display: flex;
    padding: 18px 0;
}
.help-tip-S {
    position: absolute;
    top: 10px;
    right: 16px;
    text-align: center;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 26px;
    background: #fff;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.help-tip-S:hover {
    cursor: pointer;
}
.help-tip-S:before {
    content: url(../../assets/img/info.svg);
    font-weight: 700;
    color: #fff;
}
.help-tip-S p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #050e33;
    padding: 15px;
    width: 300px;
    position: absolute;
    border-radius: 4px;
    right: -4px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 9999;
    top: 24px;
    line-height: 20px;
    letter-spacing: 0.3px;
}
.help-tip-S:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
}
.help-tip-S p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #ef6362;
    right: 10px;
    top: -12px;
}
.help-tip-S p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
}
/*icon-design pickup*/



/*icon-design Parcel*/
.help-i-p {
    position: relative;
    display: flex;
    padding: 18px 0;
}
.help-tip-p {
    position: absolute;
    top: 7px;
    right: 2px;
    text-align: center;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 26px;
    background: #fff;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.help-tip-p:hover {
    cursor: pointer;
}
.help-tip-p:before {
    content: url(../../assets/img/info.svg);
    font-weight: 700;
    color: #fff;
}
.help-tip-p p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #050e33;
    padding: 15px;
    width: 300px;
    position: absolute;
    border-radius: 4px;
    right: -4px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 9999;
    top: 24px;
    line-height: 20px;
    letter-spacing: 0.3px;
}
.help-tip-p:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
}
.help-tip-p p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #ef6362;
    right: 10px;
    top: -12px;
}
.help-tip-p p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
}
/*icon-design parcel*/


/*icon-design Parcel map*/
/*.help-i-c {
    position: relative;
    display: flex;
    padding: 18px 0;
}*/
.help-i-c {
    position: initial;
    display: flex;
    padding: 0;
}
.help-tip-c {
    position: absolute;
    top: 9px;
    right: -27px;
    text-align: center;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 26px;
    background: #fff;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.help-tip-c:hover {
    cursor: pointer;
}
.help-tip-c:before {
    content: url(../../assets/img/info.svg);
    font-weight: 700;
    color: #fff;
}
.help-tip-c p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #050e33;
    padding: 15px;
    width: 300px;
    position: absolute;
    border-radius: 4px;
    right: -4px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 9999;
    top: 24px;
    line-height: 20px;
    letter-spacing: 0.3px;
}
.help-tip-c:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
}
.help-tip-c p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #ef6362;
    right: 10px;
    top: -12px;
}
.help-tip-c p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
}
/*icon-design parcel map*/





/*icon-design Parcel saved*/
.clone-div {
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.help-i-a {
    position: relative;
    display: flex;
    padding: 18px 0;
}
.help-tip-a {
    position: absolute;
    top: 15px;
    right: 16px;
    text-align: center;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 26px;
    background: #fff;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.help-tip-a:hover {
    cursor: pointer;
}
.help-tip-a:before {
    content: url(../../assets/img/info.svg);
    font-weight: 700;
    color: #fff;
}
.help-tip-a p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #050e33;
    padding: 15px;
    width: 300px;
    position: absolute;
    border-radius: 4px;
    right: -4px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 9999;
    top: 24px;
    line-height: 20px;
    letter-spacing: 0.3px;
}
.help-tip-a:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
}
.help-tip-a p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #ef6362;
    right: 10px;
    top: -12px;
}
.help-tip-a p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
}
/*icon-design parcel saved*/


/*icon-design notifiction*/
.back-left-right-position .button-back-n.new_flex_position{
    display: flex;
    align-items: center;
}
.style-postion{
    position: relative;
    width: 30px;
    display: flex;
    align-items: center;
    margin-left: 12px;
}
.help-tip-pS {
    text-align: center;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    background: #fff;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.help-tip-pS:hover {
    cursor: pointer;
}
.help-tip-pS:before {
    content: url(../../assets/img/info.svg);
    font-weight: 700;
    color: #fff;
}
.help-tip-pS p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #050e33;
    padding: 15px;
    width: 450px;
    position: absolute;
    border-radius: 4px;
    left: -4px;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 9999;
    top: 24px;
    line-height: 20px;
    letter-spacing: 0.3px;
}
.help-tip-pS:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
}
.help-tip-pS p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #ef6362;
    left: 10px;
    top: -12px;
}
.help-tip-pS p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
}
/*icon-design notifiction*/


/*icon-design Parcel*/
.help-i-V {
    position: relative;
    display: flex;
    padding: 18px 0;
}
.help-tip-V {
    position: absolute;
    top: 1px;
    right: 2px;
    text-align: center;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 26px;
    background: #fff;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.help-tip-V:hover {
    cursor: pointer;
}
.help-tip-V:before {
    content: url(../../assets/img/info.svg);
    font-weight: 700;
    color: #fff;
}
.help-tip-V p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #050e33;
    padding: 15px;
    width: 300px;
    position: absolute;
    border-radius: 4px;
    right: -4px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 9999;
    top: 24px;
    line-height: 20px;
    letter-spacing: 0.3px;
}
.help-tip-V:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
}
.help-tip-V p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #ef6362;
    right: 10px;
    top: -12px;
}
.help-tip-V p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
}
/*icon-design parcel*/


/*icon-design Parcel*/
.help-i-W {
    position: relative;
    display: flex;
    padding: 18px 0;
}
.help-tip-W {
    position: absolute;
    top: 1px;
    right: 2px;
    text-align: center;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 26px;
    background: #fff;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.help-tip-W:hover {
    cursor: pointer;
}
.help-tip-W:before {
    content: url(../../assets/img/info.svg);
    font-weight: 700;
    color: #fff;
}
.help-tip-W p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #050e33;
    padding: 15px;
    width: 300px;
    position: absolute;
    border-radius: 4px;
    right: -4px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 9999;
    top: 24px;
    line-height: 20px;
    letter-spacing: 0.3px;
}
.help-tip-W:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
}
.help-tip-W p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #ef6362;
    right: 10px;
    top: -12px;
}
.help-tip-W p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
}
/*icon-design parcel*/

/*icon-design Parcel*/
.help-i-Wp {
    position: relative;
    display: flex;
    padding: 18px 0;
}
.help-tip-Wp {
    position: absolute;
    top: 1px;
    right: 2px;
    text-align: center;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 26px;
    background: #fff;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.help-tip-Wp:hover {
    cursor: pointer;
}
.help-tip-Wp:before {
    content: url(../../assets/img/info.svg);
    font-weight: 700;
    color: #fff;
}
.help-tip-Wp p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #050e33;
    padding: 15px;
    width: 300px;
    position: absolute;
    border-radius: 4px;
    right: -4px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 9999;
    top: 15px;
    line-height: 20px;
    letter-spacing: 0.3px;
}
.help-tip-Wp:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
}
.help-tip-Wp p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #ef6362;
    right: 10px;
    top: -12px;
}
.help-tip-Wp p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
}
/*icon-design parcel*/


/*icon-design Parcel*/
.help-i-Wq {
    position: relative;
    display: flex;
    padding: 18px 0;
}
.help-tip-Wq {
    position: absolute;
    top: 1px;
    right: 2px;
    text-align: center;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 26px;
    background: #fff;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.help-tip-Wq:hover {
    cursor: pointer;
}
.help-tip-Wq:before {
    content: url(../../assets/img/info.svg);
    font-weight: 700;
    color: #fff;
}
.help-tip-Wq p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #050e33;
    padding: 15px;
    width: 300px;
    position: absolute;
    border-radius: 4px;
    left: -4px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 9999;
    top: 15px;
    line-height: 20px;
    letter-spacing: 0.3px;
}
.help-tip-Wq:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
}
.help-tip-Wq p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #ef6362;
    left: 10px;
    top: -12px;
}
.help-tip-Wq p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
}
/*icon-design parcel*/

/*icon-design Parcel*/
.help-i-VI {
    position: relative;
    display: flex;
    padding: 18px 0;
}
.help-tip-VI {
    position: absolute;
    top: 1px;
    right: 2px;
    text-align: center;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 26px;
    background: #fff;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.help-tip-VI:hover {
    cursor: pointer;
}
.help-tip-VI:before {
    content: url(../../assets/img/info.svg);
    font-weight: 700;
    color: #fff;
}
.help-tip-VI p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #050e33;
    padding: 15px;
    width: 300px;
    position: absolute;
    border-radius: 4px;
    left: -4px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 9999;
    top: 15px;
    line-height: 20px;
    letter-spacing: 0.3px;
}
.help-tip-VI:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
}
.help-tip-VI p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #ef6362;
    left: 10px;
    top: -12px;
}
.help-tip-VI p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
}
/*icon-design parcel*/


/*icon-design Parcel*/
.help-i-Wy {
    position: relative;
    display: flex;
    padding: 18px 0;
}
.help-tip-Wy {
    position: absolute;
    top: 1px;
    right: 2px;
    text-align: center;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 26px;
    background: #fff;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.help-tip-Wy:hover {
    cursor: pointer;
}
.help-tip-Wy:before {
    content: url(../../assets/img/info.svg);
    font-weight: 700;
    color: #fff;
}
.help-tip-Wy p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #050e33;
    padding: 15px;
    width: 300px;
    position: absolute;
    border-radius: 4px;
    left: -4px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 9999;
    top: 15px;
    line-height: 20px;
    letter-spacing: 0.3px;
}
.help-tip-Wy:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
}
.help-tip-Wy p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #ef6362;
    left: 10px;
    top: -12px;
}
.help-tip-Wy p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
}
/*icon-design parcel*/

/*icon-design Parcel*/
.help-i-X {
    position: relative;
    display: flex;
    padding: 18px 0;
}
.help-tip-X {
    position: absolute;
    top: 1px;
    right: 2px;
    text-align: center;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 26px;
    background: #fff;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}

.help-tip-X:hover {
    cursor: pointer;
}
.help-tip-X:before {
    content: url(../../assets/img/info.svg);
    font-weight: 700;
    color: #fff;
}
.help-tip-X p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #050e33;
    padding: 15px;
    width: 300px;
    position: absolute;
    border-radius: 4px;
    left: -4px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 9999;
    top: 24px;
    line-height: 20px;
    letter-spacing: 0.3px;
}
.help-tip-X:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
}
.help-tip-X p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #ef6362;
    left: 10px;
    top: -12px;
}
.help-tip-X p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
}
/*icon-design parcel*/


.container_box_check-1{
    display: inline-flex;
    justify-content: left;
}
.full_border{}
.full_border input.quantity_border{
    border-bottom: 1px solid #00000082;
    width: 70px;
    /*border-radius: 3px;*/
    height: 28px;
}
select.quantity_border:required:invalid, input.quantity_border:focus:invalid{
    border-bottom: 1px solid #ef6362;
    background-position: right top;
    background-repeat: no-repeat;
    border-top: none;
    border-right: none;
    border-left: none;
}

.left_sec_Customer {
    background: #fff;
    padding: 15px 10px 1px 10px;
    display: inline-block;
    width: 97%;
    margin-bottom: 10px;
}
.left_sec_section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 2px;
    padding-bottom: 10px;
}
.left_sec_full-length {
    width: 15%;
    margin: 5px 10px 5px 0px;
}
.left_sec_full-length h2 {
    color: #12034e;
    font-size: 14px;
    font-weight: 600;
    margin-top: 6px;
    font-family: Roboto, sans-serif;
}
.left_sec_country {
    width: 40%;
    margin: 5px 15px;
}
.left_sec_search {
    display: inline-block;
    padding: 0;
    flex-wrap: wrap;
    width: 40%;
    position: relative;
    margin: 5px 0px 5px 0px;
}


.left_sec_country md-input-container{
    margin: 0;
    width: 100%;
}
.left_sec_search md-input-container{
    margin: 0;
    width: 100%;
}

.left_sec_country md-autocomplete{
    margin: 0;
}
.left_sec_search md-autocomplete{
    margin: 0;
}


.left_sec_search md-input-container:not(.md-input-has-value) input:not(:focus), 
.left_sec_search md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-ampm-field, 
.left_sec_search md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-day-field, 
.left_sec_search md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-hour-field, 
.left_sec_search md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-millisecond-field, 
.left_sec_search md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-minute-field, 
.left_sec_search md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-month-field, 
.left_sec_search md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-second-field, 
.left_sec_search md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-text, 
.left_sec_search md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-week-field, 
.left_sec_search md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-year-field {
    color: #080808;
}

.left_sec_country md-input-container:not(.md-input-has-value) input:not(:focus), 
.left_sec_country md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-ampm-field, 
.left_sec_country md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-day-field, 
.left_sec_country md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-hour-field, 
.left_sec_country md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-millisecond-field, 
.left_sec_country md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-minute-field, 
.left_sec_country md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-month-field, 
.left_sec_country md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-second-field, 
.left_sec_country md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-text, 
.left_sec_country md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-week-field, 
.left_sec_country md-input-container:not(.md-input-has-value) input:not(:focus)::-webkit-datetime-edit-year-field {
    color: #080808;
}


.left_sec_search md-input-container.md-default-theme .md-input, 
.left_sec_search md-input-container .md-input {
    border-color: rgba(0, 0, 0, 0.51);
}
.left_sec_country md-input-container.md-default-theme .md-input, 
.left_sec_country md-input-container .md-input {
    border-color: rgba(0, 0, 0, 0.51);
}

.left_sec_search md-input-container.md-default-theme.md-input-invalid .md-input, 
.left_sec_search md-input-container.md-input-invalid .md-input,
.left_sec_country md-input-container.md-default-theme.md-input-invalid .md-input, 
.left_sec_country md-input-container.md-input-invalid .md-input {
    border-color: #ef6362;
}

.left_sec_country md-input-container .md-input:invalid {
    outline: none;
    box-shadow: none;
    border-color: #ef6362;
    border-width: 2px 2px 2px;
}

.left_sec_search md-input-container .md-input:invalid {
    outline: none;
    box-shadow: none;
    border-color: #ef6362;
    border-width: 2px 2px 2px;
}

.left_sec_country md-input-container.md-input-focused .md-input, 
.left_sec_country md-input-container.md-input-resized .md-input, 
.left_sec_country md-input-container .md-input.ng-invalid.ng-dirty {
    padding-bottom: 0;
    border-width: 1px 1px 1px;
}

.left_sec_search md-input-container.md-input-focused .md-input, 
.left_sec_search md-input-container.md-input-resized .md-input, 
.left_sec_search md-input-container .md-input.ng-invalid.ng-dirty {
    padding-bottom: 0;
    border-width: 1px 1px 1px;
}


.left_sec_search md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused .md-input, 
.left_sec_search md-input-container:not(.md-input-invalid).md-input-focused .md-input, 
.left_sec_search md-input-container.md-default-theme:not(.md-input-invalid).md-input-resized .md-input, 
.left_sec_search md-input-container:not(.md-input-invalid).md-input-resized .md-input {
    border-color: #525252;
}

.left_sec_country md-input-container.md-default-theme:not(.md-input-invalid).md-input-focused .md-input, 
.left_sec_country md-input-container:not(.md-input-invalid).md-input-focused .md-input, 
.left_sec_country md-input-container.md-default-theme:not(.md-input-invalid).md-input-resized .md-input, 
.left_sec_country md-input-container:not(.md-input-invalid).md-input-resized .md-input {
    border-color: #525252;
}


.left_sec_country md-input-container .md-placeholder, 
.left_sec_country md-input-container label:not(.md-no-float):not(.md-container-ignore) {
    padding-left: 10px;
}

.left_sec_search md-input-container .md-placeholder, 
.left_sec_search md-input-container label:not(.md-no-float):not(.md-container-ignore) {
    padding-left: 10px;
}

.left_sec_country md-input-container label:not(.md-container-ignore) {
    bottom: 90%;
}
.left_sec_search md-input-container label:not(.md-container-ignore) {
    bottom: 90%;
}



.sameday_button_box{}




/*setting parcel Parcel*/
.setting_help {
    position: relative;
    display: flex;
    padding: 18px 0;
    margin-right: 40px;
}
.setting_p {
    position: absolute;
    top: 10px;
    left: 2px;
    text-align: center;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 26px;
    background: #fff;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.setting_p:hover {
    cursor: pointer;
}
.setting_p:before {
    content: url(../../assets/img/info.svg);
    font-weight: 700;
    color: #fff;
}
.setting_p p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #050e33;
    padding: 15px;
    width: 218px;
    position: absolute;
    border-radius: 4px;
    left: -4px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 9999;
    top: 24px;
    line-height: 20px;
    letter-spacing: 0.3px;
}
.setting_p:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
}
.setting_p p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #ef6362;
    left: 10px;
    top: -12px;
}
.setting_p p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -5px;
    right: 0;
}
/*setting parcel*/

.temp-i{
    display: flex;
    width: 100%;
    align-items: center;
}

md-input-container.md-default-theme .md-input, md-input-container .md-input {
    border-color: rgb(0 0 0 / 48%);
}

.right-side_view ul.dropdown-menu-list li.new_check {
    margin-right: 10px;
    border: 1px solid #ef6362;
    padding: 0px 4px 2px 1px;
    font-size: 12px;
    height: 20px;
    color: #203e65;
    border-radius: 3px;
}
.right-side_view ul.dropdown-menu-list li.new_check input[type="checkbox"] {
    position: relative;
    top: 1px;
}
/*icon-design Parcel map Green*/
.red-green-button {
    position: absolute;
    display: flex;
    padding: 0;
    z-index: 2;
    top: 358px;
    background: #d5d5d5;
    right: 35px;
    width: 40px;
    height: 91px;
    border-radius: 30px;
}
.green-button {
    position: absolute;
    top: 8px;
    right: 4px;
    text-align: center;
    border-radius: 50%;
    width: 28px;
    height: 25px;
    font-size: 12px;
    line-height: 26px;
    padding:  4px 3px 3px 1px;
    background: #fff;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.green-button:hover {
    cursor: pointer;
}
.green-button:before {
    content: url(../../assets/img/mini-van-green.svg);
    font-weight: 700;
    color: #fff;
}
.green-button p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #050e33;
    padding: 15px;
    width: 300px;
    position: absolute;
    border-radius: 4px;
    right: -4px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 9999;
    top: 24px;
    line-height: 20px;
    letter-spacing: 0.3px;
}
.green-button p b {
    font-size: 16px;
    font-weight: bolder;
}
.green-button:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
}
.green-button p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #ef6362;
    right: 10px;
    top: -12px;
}
.green-button p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
}
/*red button*/



.red-button {
    position: absolute;
    top: 50px;
    right: 4px;
    text-align: center;
    border-radius: 50%;
    width: 28px;
    height: 25px;
    font-size: 12px;
    line-height: 26px;
    padding:  4px 3px 3px 1px;
    background: #fff;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.red-button:hover {
    cursor: pointer;
}
.red-button:before {
    content: url(../../assets/img/mini-van-red.svg);
    font-weight: 700;
    color: #fff;
}
.red-button p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #050e33;
    padding: 15px;
    width: 300px;
    position: absolute;
    border-radius: 4px;
    right: -4px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 9999;
    top: 24px;
    line-height: 20px;
    letter-spacing: 0.3px;
}
.red-button p b {
    font-size: 16px;
    font-weight: bolder;
}
.red-button:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
}
.red-button p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #ef6362;
    right: 10px;
    top: -12px;
}
.red-button p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
}
/*icon-design parcel map
 .btn-reset-color{
     right: 27px !important;
     color: #33225a;
     font-weight: bold !important;
     transition: all 0.5s;
     top:-22px;
     border: 1px solid;
     border-color: transparent;
 }
/*icon-design parcel map*/

.scroll_remove {
    overflow-x: hidden;
    overflow-y: auto;
    padding: 20px;
}
.spacer_line{
 padding: 6px;
 width: 100%;
}

.add_icon_list{
    margin-left: 10px;
}
.add_icon_list i{
    padding: 5px;
    background: #000;
    color: #fff;
    border-radius: 24px;
    width: 15px;
    height: 15px;
    font-size: 14px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event_on_scroll{
    overflow-y: auto;
    height: 80vh;
    overflow-x: hidden;
}

.row_space{
    margin-top: 5px;
}


.align_btn_ss{}

.back2_btn_tow{}

md-toolbar.height_manege h3.md-toolbar-tools.topheader.height_clear.no_height {
    height: auto;
    min-height: auto;
    line-height: inherit;
    padding: 8px 10px;
    font-size: 18px;
}
span.back2_btn_tow button {
    min-width: auto;
    padding: 0 15px;
    border: 1px solid #ab9dc9;
}


.job_status_header{
    padding: 12px 15px 5px 15px;
    margin-top: 20px;
}
.job_status_header h3{
    border-bottom: 1px solid #33225a17;
    margin-bottom: 1em;
    padding-bottom: 5px;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0.5px;
    color: #33225a;
}

.container_class_job{
    padding: 0px 0px 35px 15px;
    width: 100%;
}
.job_sec_controll{
    padding: 0px 0px 22px 0;
}
.job_sec_controll_btn{
    text-align: center;
}
.job_sec_controll_btn button{} 
.job_sec_controll md-radio-button {
    background: #fff;
    border: 1px solid #d3d3d3;
    padding: 5px 12px 8px 0px;
    text-align: left;
    border-radius: 5px;
}






.new-divider-set-2{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
}

.new-divider-h_2{
    margin-right: 12px;
}
.new-divider-h_2 a.md-primary.class_ancher {
    background: #001E62;
    border: none;
    color: #fff;
    border-radius: 3px;
    padding: 4px 10px;
    text-decoration: none;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.new-divider-h_2 a span.material-icons{
    color: #fff;
    font-size: 14px;
    padding: 0;
    margin: 0;
    width: 14px;
    position: relative;
    top: -1px;
}
.new-divider-h_3{}

.new-divider-h_3 a{}



.material-icons.re_screen{
    font-size: 35px;
    line-height: 45px;
}

.sidebar-wrapper ul>li a.re_left i {
    margin-left: 8px;
    line-height: 1px;
}

.sidebar-wrapper ul li.re_add_class ul li a {
    padding: 7px 10px;
}
.sidebar-wrapper ul li.re_add_class ul li a {
    display: flex;
    color: #fff !important;
    font-weight: 300;
    text-transform: uppercase;
    padding: 1px 0px;
    text-align: left;
    font-size: 13px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
    align-items: center;
}

.sidebar-wrapper ul li.re_add_class ul li a i {
    font-size: 18px;
    line-height: 35px;
    width: 20px;
    margin-right: 5px;
}

.sidebar-wrapper ul li.re_add_class a img.img-li2 {
    /*width: 20px;
    margin-right: 5px;
    text-align: center;
    margin-left: 16px;
    margin-top: 8px;
    margin-bottom: 8px;*/
    width: 24px;
    margin-right: 5px;
    text-align: center;
    margin-left: 2px;
    margin-top: 8px;
    margin-bottom: 8px;
}
span.list_center {
    display: flex;
    align-items: center;
    justify-content: center;
}


.sidebarTop-header.add-new_head.clearence_controlloer{}

.address.withdraw_new {
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media only screen and (min-width: 1200px) and (max-width: 1279px){
ul.nav.addcredit.ad_controller {
    padding-top: 5px !important;
}
.material-icons.re_screen {
    line-height: 35px;
}
.sidebar-wrapper ul>li a.re_left i {
    margin-left: 10px !important;
}
.help-icon-position {
    top: 5px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1365px){
ul.nav.addcredit.ad_controller {
    padding-top: 5px !important;
}
.material-icons.re_screen {
    line-height: 35px;
}
.sidebar-wrapper ul>li a.re_left i {
    margin-left: 0px;
}
}

@media only screen and (min-width: 1366px) and (max-width: 1440px){
ul.nav.addcredit.ad_controller {
    padding-top: 5px !important;
}
.sidebar-wrapper ul>li a.re_left i {
    margin-left: 0px;
        display: flex;
    align-items: center;
    justify-content: center;
}
.sidebar-wrapper ul>li a i {
    font-size: 21px;
}
}

@media only screen and (min-width: 768px) and (max-width: 992px) and (orientation: landscape){
.help-tip-2 {
    top: 3px;
}
.divNdFilter.add-font-size .md-text {
    font-size: 11px;
}
.filer_left-box_grid {
    width: 92%;
}
.filer_right-box_grid {
    width: 28px;
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait){
.help-tip-2 {
    top: 3px;
}
.divNdFilter.add-font-size .md-text {
    font-size: 11px;
}
.filer_left-box_grid {
    width: 92%;
}
.filer_left-box_grid.border-remove.contreoller_content_sec{
    width: 100%;
}
.filer_right-box_grid {
    width: 28px;
}
.serch-popup-box {
    right: 8px;
}
i.fa.fa-sitemap.sitemap-i {
    font-size: 14px;
}
.calender-modal_inluneDsp .dropdown.inluneDsp.insta-anchor a {
    padding: 4px 5px;
}
.sidebarTop-header.add-new_head.clearence_controlloer {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 15px;
}
.sidebarTop-header.add-new_head.clearence_controlloer .md-toolbar-tools.add-route_details {
    width: 30%;
}
.controll_inner {
    width: 140px;
}
.driver_routens {
    padding: 0 15px;
    margin-bottom: 10px;
}
.driver_routens .route_rr_info.controll_sec h4 {
    line-height: normal;
    font-size: 14px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}
.sub-header .md-button.md-primary.md-raised, .temproutebutton, .craeteshipmnetdropdown {
    padding: 0 6px;
    margin: 4px 0px 4px 5px;
}
.sidebarTop-header.add-new_head.clearence_controlloer .address.withdraw_new {
    top: 0;
    padding: 8px 16px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto 15px auto;
}
.help-tip-c {
    top: 7px;
}
.calendar-container.clear-call-calender i.date-icon {
    font-size: 20px;
    top: 2px;
    left: 3px;
}
.red-green-button {
    top: 406px;
}
.grid.mobile_hide_action .ui-grid-cell-contents i.fa.fa-pencil-square {
    display: none;
}
}

@media only screen and (min-width: 820px) and (max-width: 1180px) and (orientation: landscape){
.serch-popup-box {
    right: 20px;
}
}

@media only screen and (min-width: 820px) and (max-width: 1180px) and (orientation: portrait){
.grid.mobile_hide_action .ui-grid-cell-contents i.fa.fa-pencil-square {
    display: none;
}
}

@media only screen and (min-width: 320px) and (max-width: 1023px) {
.grid.mobile_hide_action .ui-grid-cell-contents i.fa.fa-pencil-square {
    display: none;
}
}




@media only screen and (min-width: 320px) and (max-width: 568px){
.help-tip-2 {
    top: 3px;
}
.divNdFilter.add-font-size .md-text {
    font-size: 11px;
}
.filer_left-box_grid {
    width: 92%;
}
.filer_right-box_grid {
    width: 28px;
}
.serch-popup-box {
    right: 0px;
}
i.fa.fa-sitemap.sitemap-i {
    font-size: 14px;
}
.calender-modal_inluneDsp .dropdown.inluneDsp.insta-anchor a {
    padding: 4px 5px;
}
.grid.mobile_hide_action .ui-grid-cell-contents i.fa.fa-pencil-square {
    display: none;
}
}




@media only screen and (min-width: 320px) and (max-width: 480px){
.sidebarTop-header.add-new_head.clearence_controlloer {
    flex-direction: column;
}
.sidebarTop-header.add-new_head.clearence_controlloer .md-toolbar-tools.add-route_details {
    width: 100%;
}
.clearence_controlloer button {
    width: 30px !important;
    padding: 4px !important;
    min-width: 30px !important;
}
.sidebarTop-header.add-new_head.clearence_controlloer .address.withdraw_new {
    top: 0;
    padding: 8px 16px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto 15px auto;
}
.help-tip-2 p:before {
    right: 10px;
    top: -12px;
    left: auto;
}
.help-tip-2 p {
    width: 220px;
    right: -4px;
    top: 18px;
    font-size: 11px;
    line-height: 15px;
    left: auto;
}
.help-tip-2 {
    right: 4px;
}
.calender-modal_inluneDsp .dropdown.inluneDsp.insta-anchor a {
    font-size: 11px;
}
.help-tip-p p {
    width: 250px;
    font-size: 12px;
    top: 16px;
}
.full-width-grid.edite_off_mobile i.fa-eye{
    display: none;
}
.driver_routens .route_rr_info.controll_sec h4 {
    line-height: normal;
    font-size: 14px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}
.driver_routens {
    padding: 0 15px;
    margin-bottom: 10px;
}
.left_SectionSerch.mobile_view_design{
    flex-wrap: wrap;
    width: 98%;
}
.left_SectionSerch.mobile_view_design .custome-search.custome-search-new.clone-icon.flex-postion_section button {
    margin-top: 0;
    height: 32px;
    margin-bottom: 0;
}
.left_SectionSerch.mobile_view_design .custome-search input {
    font-size: 12px;
    padding: 8px 10px;
    height: 100%;
}
.sub-header.mobile_action .add_new_section{
    padding-right: 4px;
    padding-left: 4px;
    position: relative;
}
.left_SectionSerch.mobile_view_design .right_SectionSerch {
    position: absolute;
    right: 5px;
    top: 34px;
}
.custome-search.custome-search-new.clone-icon.flex-postion_section {
    display: flex;
    align-items: center;
    width: 100%;
}
.custome-search.custome-search-new.clone-icon.flex-postion_section input {
    width: 100% !important;
    height: 32px;
}
.right_SectionSerch.mobile_control_box{
    position: absolute;
    top: 36px;
    right: 5px;
    z-index: 1;
}
.sub-header .add_new_section button.md-raised.md-primary.md-button.md-ink-ripple.Mobile_controll_btn{
    margin: 10px 0px 0px 0px;
}
.mainFilter_gridBox.add.mobile_action_desk{
    padding: 5px 0;
    width: 100%;
}
.mobile_action_desk .text_apply_filter {
    width: 107px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 600;
    font-family: arial, sans-serif;
}
.grid.mobile_hide_action .ui-grid-cell-contents i.fa.fa-pencil-square {
    display: none;
}
.form-group.sameday_wrapper.other_styleAdd.mobile_view_content {
    width: 98%;
    margin: auto;
}
.sameday_wrapper .dropdown.inluneDsp.mr-3.mobile_sec_st{
    margin-left: 2px;
    margin-bottom: 5px;
}
.mobile_bg {
    /*width: 116px;
    justify-content: right;*/
}
.dropdown.inluneDsp a.goog-css3-button, .custome-filter a {
    font-size: 11px;
    top: 0px;
}
.mobile_bg_lg{}
.sameday_wrapper .mobile_bg button {
    padding: 6px 7px;
    border-radius: 3px !important;
        font-size: 11px;
}
.text_apply_filter h3.paddtop_filter {
    font-size: 14px;
    font-weight: 600;
    font-family: arial, sans-serif;
}
}



@media only screen and (min-width: 481px) and (max-width: 640px){
.filer_left-box {
    width: 99%;
}
.help-tip-2 {
    top: 3px;
    right: 4px;
}
.help-tip-2 p:before {
    right: 10px;
    top: -12px;
    left: auto;
}
.help-tip-2 p {
    width: 220px;
    right: -4px;
    top: 18px;
    font-size: 11px;
    line-height: 15px;
    left: auto;
}
.calender-modal_inluneDsp .dropdown.inluneDsp.insta-anchor a {
    font-size: 11px;
}
.help-tip-p p {
    width: 250px;
    font-size: 12px;
    top: 16px;
}
.full-width-grid.edite_off_mobile i.fa-eye{
    display: none;
}

.divNdFilter.add-font-size .md-text {
    font-size: 11px;
}
.filer_left-box_grid {
    width: 92%;
}
.filer_right-box_grid {
    width: 28px;
}
.serch-popup-box {
    right: 0px;
}
i.fa.fa-sitemap.sitemap-i {
    font-size: 14px;
}
.calender-modal_inluneDsp .dropdown.inluneDsp.insta-anchor a {
    padding: 4px 5px;
}
.calender-modal_inluneDsp-2 .dropdown.inluneDsp.insta-anchor a {
    padding: 5px 2px 0px 2px;
    margin-right: 0px;
    font-size: 11px;
    min-height: 27px;
    height: 27px;
}
.sidebarTop-header.add-new_head.clearence_controlloer {
    flex-direction: column;
}
.sidebarTop-header.add-new_head.clearence_controlloer .md-toolbar-tools.add-route_details {
    width: 100%;
}
.sidebarTop-header.add-new_head.clearence_controlloer .address.withdraw_new {
    top: 0;
    padding: 8px 16px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30%;
    margin: 0 auto 15px auto;
}
.driver_routens {
    padding: 0 15px;
    margin-bottom: 10px;
}
.driver_routens .route_rr_info.controll_sec h4 {
    line-height: normal;
    font-size: 14px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}
.sub-header.sub-header-grid.newContainer {
    padding: 0;
}
.grid.mobile_hide_action .ui-grid-cell-contents i.fa.fa-pencil-square {
    display: none;
}
.mobile_action_desk .text_apply_filter {
    width: 90px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 600;
    font-family: arial, sans-serif;
}
.mainFilter_gridBox.add.mobile_action_desk {
    padding: 5px 0;
    width: 100%;
}
.form-group.sameday_wrapper.other_styleAdd.mobile_view_content {
    width: 98%;
    margin: auto;
}
.sameday_wrapper .dropdown.inluneDsp.mr-3.mobile_sec_st {
    margin-left: 2px;
    margin-bottom: 5px;
}
.mobile_bg {
    width: 99%;
    justify-content: right;
}
.sameday_wrapper .mobile_bg button {
    padding: 6px 6px;
    border-radius: 3px !important;
    font-size: 11px;
}
.text_apply_filter h3.paddtop_filter {
    font-size: 14px;
    font-weight: 600;
    font-family: arial, sans-serif;
}
}


@media only screen and (min-width: 641px) and (max-width: 767px){
.sub-header.sub-header-grid.newContainer {
    padding: 0;
}
.driver_routens .route_rr_info.controll_sec h4 {
    line-height: normal;
    font-size: 14px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}
.driver_routens {
    padding: 0 15px;
    margin-bottom: 10px;
}
.sidebarTop-header.add-new_head.clearence_controlloer .address.withdraw_new {
    top: 0;
    padding: 8px 16px;
    font-size: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto 15px auto;
}
.sidebarTop-header.add-new_head.clearence_controlloer {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    margin-top: 15px;
}
.sidebarTop-header.add-new_head.clearence_controlloer .md-toolbar-tools.add-route_details {
    width: 30%;
}
.controll_inner{
    width: 30%;
}
.filer_left-box {
    width: 99%;
}
.help-tip-2 {
    top: 3px;
    right: 4px;
}
.help-tip-2 p:before {
    right: 10px;
    top: -12px;
    left: auto;
}
.help-tip-2 p {
    width: 220px;
    right: -4px;
    top: 18px;
    font-size: 11px;
    line-height: 15px;
    left: auto;
}
.calender-modal_inluneDsp .dropdown.inluneDsp.insta-anchor a {
    font-size: 11px;
}
.help-tip-p p {
    width: 250px;
    font-size: 12px;
    top: 16px;
}
.full-width-grid.edite_off_mobile i.fa-eye{
    display: none;
}

.divNdFilter.add-font-size .md-text {
    font-size: 11px;
}
.filer_left-box_grid {
    width: 92%;
}
.filer_right-box_grid {
    width: 28px;
}
.serch-popup-box {
    right: 0px;
}
i.fa.fa-sitemap.sitemap-i {
    font-size: 14px;
}
.calender-modal_inluneDsp .dropdown.inluneDsp.insta-anchor a {
    padding: 4px 5px;
}
.grid.mobile_hide_action .ui-grid-cell-contents i.fa.fa-pencil-square {
    display: none;
}
.text_apply_filter h3.paddtop_filter {
    font-size: 14px;
    font-weight: 600;
    font-family: arial, sans-serif;
}
}



@media only screen and (min-width: 568px) and (max-width: 767px) and (orientation:landscape){
.mobile_action_desk .text_apply_filter {
    width: 110px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 600;
    font-family: arial, sans-serif;
}
.mainFilter_gridBox.add.mobile_action_desk {
    padding: 5px 0;
    width: 100%;
}
.form-group.sameday_wrapper.other_styleAdd.mobile_view_content {
    width: 80%;
    margin: auto;
}
.sameday_wrapper .dropdown.inluneDsp.mr-3.mobile_sec_st {
    margin-left: 2px;
    margin-bottom: 0px;
}
.mobile_bg {
    width: auto;
    justify-content: initial;
}
.sameday_wrapper .mobile_bg button {
    padding: 6px 6px;
    border-radius: 3px !important;
        font-size: 11px;
}
.sub-header.mobile_action {
    padding: 4px 5px;
}
.text_apply_filter h3.paddtop_filter {
    font-size: 14px;
    font-weight: 600;
    font-family: arial, sans-serif;
}
}


@media only screen and (min-width: 360px) and (max-width: 740px) and (orientation: landscape){
.form-group.sameday_wrapper.other_styleAdd.mobile_view_content {
    margin: 0;
    width: auto;
}
.mobile_action_desk .text_apply_filter {
    width: 107px;
    padding-left: 10px;
    font-size: 14px;
    font-weight: 600;
    font-family: arial, sans-serif;
}
.text_apply_filter h3.paddtop_filter {
    font-size: 14px;
    font-weight: 600;
    font-family: arial, sans-serif;
}
}

@media only screen and (min-width: 412px) and (max-width: 915px) and (orientation: landscape){
.form-group.sameday_wrapper.other_styleAdd.mobile_view_content {
    margin: 0;
}
.mobile_action_desk .text_apply_filter {
    padding-left: 10px;
}

}
@media only screen and (min-width: 412px) and (max-width: 914px) and (orientation: landscape){
.form-group.sameday_wrapper.other_styleAdd.mobile_view_content {
    margin: 0;
}
.mobile_action_desk .text_apply_filter {
    padding-left: 10px;
}
}

.heaader-leftsection.add_new_header_box{
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
}
/*new section 16/nov/22*/


.controller_box_row{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: end;
    margin-bottom: 1.5em;
}

.col_start{
    width: 100px;
}
.blank_section{
    font-size: 10px;
    margin-bottom: 4px;
}

.label_name_cont{
    display: flex;
    align-items: center;
    font-size: 14px;
}
.label_name_cont select{
    width: 70px;
    padding: 4px;
    height: auto;
    min-height: auto;
    max-height: 100%;
    margin-right: 7px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0;
    outline: none;
}
.label_name_cont select:focus{
    border-top: none;
    border-left: none;
    border-right: none;
    border-radius: 0
}

.col_mid{
    width: 230px;
    margin-right: 20px;
}

.col_end{
    width: 230px;
    margin-left: 26px;
}


.col_height_border{
    width: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ababab;
    position: relative;
    top: -4px;
    height: 15px;
}
.blank_height{}
.label_height_cont{
}


@media only screen and (min-width: 1200px) and (max-width: 1279px){
    .col_start {
        width: 92px;
    }
    .col_mid {
        width: 188px;
        margin-right: 10px;
    }
    .col_end {
        width: 188px;
        margin-left: 10px;
    }
    .label_name_cont select {
        width: 60px;
        padding: 3px;
        margin-right: 6px;
    }
}

@media only screen and (min-width: 1280px) and (max-width: 1365px){
    .col_start {
        width: 94px;
    }
    .col_mid {
        width: 200px;
        margin-right: 10px;
    }
    .col_end {
        width: 200px;
        margin-left: 16px;
    }
}

@media only screen and (min-width: 1366px) and (max-width: 1440px){
    .label_name_cont select {
        width: 60px;
    }
    .col_mid {
        width: 215px;
        margin-right: 0;
    }
    .col_end {
        width: 215px;
        margin-left: 22px;
    }
}

/*new section 16/nov/22*/

/*----------------------------------------------RESPONSIVE---------------------------------------------------------*/



@media only screen and (min-width: 320px) and (max-height: 568px) and (orientation: portrait){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 190px;
    width: 295px;
    padding: 5px !important;
    overflow-x: hidden;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 190px;
}
}

@media only screen and (min-width: 320px) and (max-height: 568px) and (orientation: landscape){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 165px;
    width: 295px;
    padding: 5px !important;
    overflow-x: hidden;
    left: -210px !important;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 165px;
}
}

@media only screen and (min-width: 360px) and (max-height: 640px) and (orientation: portrait){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 190px;
    width: 290px;
    padding: 5px !important;
    overflow-x: hidden;
    left: -228px !important;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 190px;
}
}

@media only screen and (min-width: 360px) and (max-height: 640px) and (orientation: landscape){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 165px;
    width: 295px;
    padding: 5px !important;
    overflow-x: hidden;
    left: -210px !important;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 165px;
}
}

@media only screen and (min-width: 375px) and (max-height: 667px) and (orientation: portrait){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 190px;
    width: 290px;
    padding: 5px !important;
    overflow-x: hidden;
    left: -228px !important;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 190px;
}
}

@media only screen and (min-width: 375px) and (max-height: 667px) and (orientation: landscape){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 165px;
    width: 295px;
    padding: 5px !important;
    overflow-x: hidden;
    left: -210px !important;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 165px;
}
}


@media only screen and (min-width: 414px) and (max-height: 896px) and (orientation: portrait){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 190px;
    width: 290px;
    padding: 5px !important;
    overflow-x: hidden;
    left: -178px !important;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 190px;
}
}

@media only screen and (min-width: 414px) and (max-height: 896px) and (orientation: landscape){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 165px;
    width: 295px;
    padding: 5px !important;
    overflow-x: hidden;
    left: -210px !important;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 165px;
}
}

@media only screen and (min-width: 390px) and (max-height: 844px) and (orientation: portrait){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 190px;
    width: 290px;
    padding: 5px !important;
    overflow-x: hidden;
    left: -178px !important;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 190px;
}
}

@media only screen and (min-width: 390px) and (max-height: 844px) and (orientation: landscape){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 165px;
    width: 295px;
    padding: 5px !important;
    overflow-x: hidden;
    left: -210px !important;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 165px;
}
}

@media only screen and (min-width: 393px) and (max-height: 851px) and (orientation: portrait){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 190px;
    width: 290px;
    padding: 5px !important;
    overflow-x: hidden;
    left: -178px !important;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 190px;
}
}

@media only screen and (min-width: 393px) and (max-height: 851px) and (orientation: landscape){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 165px;
    width: 295px;
    padding: 5px !important;
    overflow-x: hidden;
    left: -210px !important;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 165px;
}
}

@media only screen and (min-width: 360px) and (max-height: 740px) and (orientation: portrait){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 190px;
    width: 290px;
    padding: 5px !important;
    overflow-x: hidden;
    left: -228px !important;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 190px;
}
}

@media only screen and (min-width: 360px) and (max-height: 740px) and (orientation: landscape){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 165px;
    width: 295px;
    padding: 5px !important;
    overflow-x: hidden;
    left: -210px !important;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 165px;
}
}

@media only screen and (min-width: 411px) and (max-height: 731px) and (orientation: portrait){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 190px;
    width: 290px;
    padding: 5px !important;
    overflow-x: hidden;
    left: -178px !important;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 190px;
}
}

@media only screen and (min-width: 411px) and (max-height: 731px) and (orientation: landscape){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 165px;
    width: 295px;
    padding: 5px !important;
    overflow-x: hidden;
    left: -210px !important;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 165px;
}
}


@media only screen and (min-width: 414px) and (max-height: 736px) and (orientation: portrait){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 165px;
    width: 295px;
    padding: 5px !important;
    overflow-x: hidden;
    left: -210px !important;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 165px;
}
}

@media only screen and (min-width: 414px) and (max-height: 736px) and (orientation: landscape){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 165px;
    width: 295px;
    padding: 5px !important;
    overflow-x: hidden;
    left: -210px !important;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 165px;
}
}


@media only screen and (min-width: 411px) and (max-height: 823px) and (orientation: portrait){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 190px;
    width: 290px;
    padding: 5px !important;
    overflow-x: hidden;
    left: -178px !important;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 190px;
}
}

@media only screen and (min-width: 411px) and (max-height: 823px) and (orientation: landscape){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 165px;
    width: 295px;
    padding: 5px !important;
    overflow-x: hidden;
    left: -210px !important;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 165px;
}
}


@media only screen and (min-width: 375px) and (max-height: 812px) and (orientation: portrait){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 190px;
    width: 290px;
    padding: 5px !important;
    overflow-x: hidden;
    left: -228px !important;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 190px;
}
}

@media only screen and (min-width: 375px) and (max-height: 812px) and (orientation: landscape){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 165px;
    width: 295px;
    padding: 5px !important;
    overflow-x: hidden;
    left: -210px !important;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 165px;
}
}


@media only screen and (min-width: 412px) and (max-height: 915px) and (orientation: portrait){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 190px;
    width: 290px;
    padding: 5px !important;
    overflow-x: hidden;
    left: -178px !important;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 190px;
}
}

@media only screen and (min-width: 412px) and (max-height: 915px) and (orientation: landscape){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 165px;
    width: 295px;
    padding: 5px !important;
    overflow-x: hidden;
    left: -210px !important;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 165px;
}
}


@media only screen and (min-width: 412px) and (max-height: 914px) and (orientation: portrait){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 190px;
    width: 290px;
    padding: 5px !important;
    overflow-x: hidden;
    left: -178px !important;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 190px;
}
}

@media only screen and (min-width: 412px) and (max-height: 914px) and (orientation: landscape){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 165px;
    width: 295px;
    padding: 5px !important;
    overflow-x: hidden;
    left: -210px !important;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 165px;
}
}


@media only screen and (min-width: 768px) and (max-height: 1024px) and (orientation: portrait){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 250px;
    width: 295px;
    padding: 5px !important;
    overflow-x: hidden;
    left: -210px !important;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 265px;
}
}

@media only screen and (min-width: 768px) and (max-height: 1024px) and (orientation: landscape){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 350px;
    width: 295px;
    padding: 5px !important;
    overflow-x: hidden;
    left: -210px !important;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 350px;
}
}

@media only screen and (min-width: 820px) and (max-height: 1180px) and (orientation: portrait){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 250px;
    width: 295px;
    padding: 5px !important;
    overflow-x: hidden;
    left: -210px !important;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 265px;
}
}

@media only screen and (min-width: 820px) and (max-height: 1180px) and (orientation: landscape){
.dropdown-menu.allship-height.allship-customer.mobile_view_list {
    height: 350px;
    width: 295px;
    padding: 5px !important;
    overflow-x: hidden;
    left: -210px !important;
}
.dropdown-menu.allship-career.allship-height.allship-customer.mobile_view_list_tow{
    height: 350px;
}
}


@media only screen and (min-width: 768px) and (max-width: 1180px) {
.mobile_new_tab{
    display: none;
}
.grid.mobile_hide_action .ui-grid-cell-contents i.fa.fa-pencil-square {
    display: none;
}
}



@media only screen and (min-width: 1200px) and (max-width: 1366px) {
.sidebar-wrapper ul li.re_add_class ul li a {
    font-size: 12px;
}
.sidebar-wrapper ul li.re_add_class ul li a i {
    font-size: 16px;
    line-height: 18px;
}
.sidebar-wrapper ul li.re_add_class a img.img-li2 {
    width: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
}
}

/*----------------------------------------------------------------*/

.temp-i.setting_re_temp {
    display: flex;
    width: 100%;
    align-items: initial; 
    margin: 10px 0;
}
.setting_help.setting_reDesign {
    position: relative;
    display: inline-block; 
    padding: 0; 
    margin-right: 30px;
}
.setting_p.setting_reControll {
    top: 8px;
}
.Actions_two_L .return-enable.new-check.setting_new_check {
    margin: 0px;
    width: 100%;
    top: 0;
    height: 22px;
    border-radius: 28px;
    background: #f1f1f1;
    padding: 8px 20px;
    border: 1px solid #cdcdcd;
    transition: all 0.5s;
}
.Actions_two_L .return-enable.new-check.setting_new_check:hover {
    background: #ffecec;
    border: 1px solid #ffb9b8;
}
.Actions_two_L.setting_Act_loc button {
    margin: 0px;
    background: #f1f1f1;
    padding: 6px 20px;
    width: 100%;
    border-radius: 35px;
    border: 1px solid #cdcdcd;
    transition: all 0.5s;
}
.Actions_two_L.setting_Act_loc button a i {
    width: 22px;
    height: 22px;
    background: #ffbebd;
    display: inline-flex;
    border-radius: 155px;
    align-items: center;
    justify-content: center;
    padding: 2px;
    margin-right: 5px;
    transition: all 0.5s;
}
.Actions_two_L.setting_Act_loc button:hover {
    background: #ffecec;
    border: 1px solid #ffb9b8;
}
.Actions_two_L.setting_Act_loc button:hover i{
    background: #ef6362;
    color: #fff;
}


.temp-i.setting_re_temp.new_line_css{}
.temp-i.setting_re_temp.new_line_css button {
    margin: 0px;
    background: #f1f1f1;
    padding: 6px 20px;
    width: 100%;
    border-radius: 35px;
    border: 1px solid #cdcdcd;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}
.temp-i.setting_re_temp.new_line_css button:hover {
    background: #ffecec;
    border: 1px solid #ffb9b8;
}
.temp-i.setting_re_temp.new_line_css button i{
    width: 22px;
    height: 22px;
    background: #ffbebd;
    display: inline-flex;
    border-radius: 155px;
    align-items: center;
    justify-content: center;
    padding: 2px;
    margin-right: 8px;
    transition: all 0.5s;
}

.temp-i.setting_re_temp.new_line_css button:hover i{
    background: #ef6362;
    color: #fff;
}















.Actions_two.setting_Act_loc button {
    margin: 0px;
    background: #f1f1f1;
    padding: 6px 20px;
    width: 100%;
    border-radius: 35px;
    border: 1px solid #cdcdcd;
    transition: all 0.5s;
}
.Actions_two.setting_Act_loc button i {
    width: 22px;
    height: 22px;
    background: #ffbebd;
    display: inline-flex;
    border-radius: 155px;
    align-items: center;
    justify-content: center;
    padding: 2px;
    margin-right: 5px;
    transition: all 0.5s;
}
.Actions_two.setting_Act_loc button:hover {
    background: #ffecec;
    border: 1px solid #ffb9b8;
}
.Actions_two.setting_Act_loc button:hover i{
    background: #ef6362;
    color: #fff;
}

.controller_box_row.extra_container_row{}
.extra_container_left{
    display: flex;
    flex-wrap: wrap;
    width: 48%;
}
.extra_container_right{
    display: flex;
    flex-wrap: wrap;
    width: 48%;
}
.extra_container_left .col_start {
    width: 106px;
    margin-bottom: 5px;
}
.extra_container_right .col_start {
    width: 106px;
    margin-bottom: 5px;
}
.extra_container_right .col_end{
    width: 180px;
    margin-left: 0;

}
.group_time{
    width: 74px;
    margin-right: 10px;
}
.extra_container_left .col_mid {
    width: 170px;
    margin-right: 15px;
}
.extra_container_right .col_mid {
    width: 170px;
    margin-right: 0;
}
.label_name_cont .group_time select {
    width: 72px;
    margin-right: 0;
    border: 1px solid #767676;
    border-radius: 2px;
    font-size: 13px;
}
.group_time input {
    width: 60px;
    margin-right: 0;
    border: 1px solid #767676;
    border-radius: 2px;
    font-size: 13px;
    outline: none;
    padding: 5px;
}
.label_name_cont.flex_cont_box .col_height_border {
    height: 16px;
    margin-right: 10px;
    top:-4px;
    background:#8f8f8f;
}
.group_time .blank_section{
    font-size: 12px;
    color: #203e65;
}
.label_name_cont.flex_cont_box{
    display: inline-flex;
    align-items: flex-end;
}
.extra_container_left .col_start .label_name_cont {
    align-items: flex-end;
    font-size: 15px;
    display: flex;
    height: 100%;
    color: #203e65;
}

.extra_container_right .col_start .label_name_cont{
    align-items: flex-end;
    font-size: 15px;
    display: flex;
    height: 100%;
    color: #203e65;
}

@media only screen and (min-width: 1024px) and (max-width: 1180px){
.sidebarNew.navigat.rightBoxArea.formPage.thirtyfive {
    width: 45%;
}
.sidebarNew.navigat.rightBoxArea.formPage.thirtyfive.new_width_add_cont{
    width: 65%;
}
}







/*icon-design help*/
.help-last {
/*    width: 10%;*/
    width: 18px;
    position: relative;
    display: inline-flex;
    align-items: center;
    top: -1px;
    margin-left: 4px;
}
.help-tip-last {
    text-align: center;
    border-radius: 50%;
    width: 21px;
    height: 14px;
    font-size: 12px;
    line-height: 18px;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    background: #fff;
}
.help-tip-last:hover {
    cursor: pointer;
}
.help-tip-last:before {
    content: url(../../assets/img/info.svg);
    font-weight: 700;
    color: #fff;
}
.help-tip-last p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #050e33;
    padding: 5px;
    width: 150px;
    position: absolute;
    border-radius: 4px;
    right: -4px;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 9999;
    top: 10px;
    line-height: 16px;
    letter-spacing: 0.3px;
    word-wrap: break-word;
}
.help-tip-last:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
}
.help-tip-last p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #ef6362;
    right: 10px;
    top: -12px;
}
.help-tip-last p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
}
/*icon-design help*/


/*Same day quickbook*/
.new-toolbar2NEW_CK{}
ul.drop-list-container_nCK{
    margin: 0;
    padding: 0;
}
ul.drop-list-container_nCK li{
    list-style: none;
}

ul.drop-list-container_nCK li h2{
    font-size: 16px;
    color: #33225a;
    margin: inherit;
}
span.left_deta_box{
    font-size: 16px;
    color: #33225a;
    font-weight: 600;
}
.quick_book_section .all_common_sidenav .new-toolbar2NEW_CK .md-toolbar-tools_CK {
    font-size: 20px;
    letter-spacing: .005em;
    box-sizing: border-box;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%;
    height: 50px;
    max-height: 50px;
    padding: 0 12px;
    margin: 0;
}
/*Same day quickbook*/
.parcel_map{
    position: relative;
    display: inline-flex;
}
.md-block.in_label_color{
    position: relative;
}
.md-block.in_label_color md-checkbox .md-label{
    color: #203e65;
    margin-left: 20px !important;
    font-size: 13px;
}

.md-block.in_label_color md-checkbox .md-icon {
    width: 15px;
    height: 15px;
}
.md-block.in_label_color md-checkbox.md-checked .md-icon:after {
    left: 2.66667px;
    top: -0.77778px;
    width: 5.66667px;
    height: 10.33333px;
}
.md-block.in_label_color md-checkbox .md-container {
    width: 15px;
    height: 15px;
}
.md-block.in_label_color md-checkbox {
    min-width: 15px;
    min-height: 15px;
    margin-right: 5px;
    margin-bottom: 0;
}


.help_next_same_day {
    position: absolute;
    padding: 0;
    right: 16px;
    top: 16px;
}
.next_same_day_tip {
    position: relative;
    top: 6px;
    right: 3px;
    text-align: center;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 26px;
    background: #fff;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.next_same_day_tip:hover {
    cursor: pointer;
}
.next_same_day_tip:before {
    content: url(../../assets/img/info.svg);
    font-weight: 700;
    color: #fff;
}
.next_same_day_tip p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #050e33;
    padding: 6px;
    width: 160px;
    position: absolute;
    border-radius: 4px;
    right: -4px;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 9999;
    top: 24px;
    line-height: 18px;
    letter-spacing: 0.3px;
}
.next_same_day_tip:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
}
.next_same_day_tip p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #ef6362;
    right: 10px;
    top: -12px;
}
.next_same_day_tip p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
}

/**/
.help_next_same_day_right {
    position: absolute;
    padding: 0;
    right: 16px;
    top: 16px;
}
.next_same_day_tip_right {
    position: relative;
    top: 6px;
    right: 3px;
    text-align: center;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    font-size: 12px;
    line-height: 26px;
    background: #fff;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.next_same_day_tip_right:hover {
    cursor: pointer;
}
.next_same_day_tip_right:before {
    content: url(../../assets/img/info.svg);
    font-weight: 700;
    color: #fff;
}
.next_same_day_tip_right p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #050e33;
    padding: 6px;
    width: 160px;
    position: absolute;
    border-radius: 4px;
    right: -4px;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 9999;
    top: 24px;
    line-height: 18px;
    letter-spacing: 0.3px;
}
.next_same_day_tip_right:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
}
.next_same_day_tip_right p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-bottom-color: #ef6362;
    right: 10px;
    top: -12px;
}
.next_same_day_tip_right p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    top: -5px;
    left: 0;
}
.md-block.in_label_color md-checkbox .md-container {
    top: 10px;
}
@media only screen and (min-width: 1200px) and (max-width: 1440px){
.md-block.in_label_color md-checkbox .md-label{
    font-size: 12px;
}
.next_same_day_tip {
    top: 2px;
    right: 6px;
}
.next_same_day_tip_right {
    top: 2px;
    right: 6px;
}
.next_same_day_tip {
    right: 10px;
}
.help_next_same_day_right {
    right: 18px;
}
}
/*icon-design parcel map*/
@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape){
.driver_routens h4 {
    font-size: 13px;
}
.driver_routens h4 b {
    font-size: 14px;
}
.driver_routens {
    padding: 0 30px 0 10px !important;
}
.address.withdraw_new {
    padding: 5px 7px;
}
.address.delete_new {
    padding: 5px 5px;
    font-size: 14px;
}
.address.delete_new i {
    font-size: 16px;
    top: -1px;
    right: 2px;
}
}


@media only screen and (min-width: 820px) and (max-width: 1180px) and (orientation: landscape){
.driver_routens h4 {
    font-size: 13px;
}
.driver_routens h4 b {
    font-size: 14px;
}
.driver_routens {
    padding: 0 30px 0 10px;
}
.address.withdraw_new {
    padding: 5px 6px;
}
.address.delete_new {
    padding: 5px 5px;
    font-size: 14px;
}
.address.delete_new i {
    font-size: 16px;
    top: -1px;
    right: 2px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1279px){
.driver_routens h4 {
    font-size: 13px;
}
.driver_routens h4 b {
    font-size: 14px;
}
.driver_routens {
    padding: 0 30px 0 10px;
}
.address.withdraw_new {
    padding: 5px 7px;
}
h3.md-toolbar-tools.add-route_details {
    padding: 0 7px !important;
}
.md-toolbar-tools.add-route_details {
    width: 135px;
}
.address.delete_new {
    padding: 5px 6px;
    font-size: 13px;
}
.address.delete_new i {
    font-size: 16px;
    top: -1px;
    right: 2px;
}
}

@media only screen and (min-width: 1280px) and (max-width: 1365px){
.driver_routens h4 {
    font-size: 13px;
}
.driver_routens h4 b {
    font-size: 14px;
}
.address.delete_new {
    top: 10px;
    padding: 4px 6px;
    font-size: 12px;
}
.address.delete_new i {
    font-size: 16px;
    top: -1px;
    right: 2px;
}
.sidebarTop-header.add-new_head.clearence_controlloer .topheader h3 {
    padding: 5px 12px !important;
}
.driver_routens {
    padding: 0 30px 0 10px;
}
h3.md-toolbar-tools.add-route_details {
    padding: 0 7px !important;
}
}

@media only screen and (min-width: 1366px) and (max-width: 1440px){
.driver_routens {
    padding: 0 35px 0 15px;
}
.driver_routens h4 {
    font-size: 14px;
}
.driver_routens h4 b {
    font-size: 16px;
}
.address.delete_new {
    top: 10px;
    padding: 4px 7px;
    font-size: 13px;
}
.address.delete_new i {
    font-size: 16px;
    top: -1px;
    right: 2px;
}
.sidebarTop-header.add-new_head.clearence_controlloer .topheader h3 {
    padding: 5px 12px !important;
}
.address.withdraw_new {
    padding: 6px 7px;
}
h3.md-toolbar-tools.add-route_details {
    padding: 0 7px !important;
}
}


/*----------18-AUG-2023----------------*/
.md-toolbar-tools .opt_flex_cnt_min{
    display: flex;
    align-items: flex-end;
    width: 96%;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 10px 0 0px;
}
.opt_flex_cnt_head-design{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 10px 0 0px;
    border: 1px solid #83a4f0;
    padding: 2px 6px;
    border-radius: 6px;
}
.cnt_right_cover_min .opt_flex_cnt_head-design{
    padding: 6px;
}
.cnt_left_cover_min {
    width: 68%;
    display: flex;
    flex-wrap: wrap;
}
.cnt_right_cover_min {
    width: 30%;
}
.opt_flex_cnt_head-design .opt_flex_cnt_label{
    color: #fff !important;
    font-size: 13px;
}
.label-text.label_newColor{
    color: #fff!important;
    width:100%;
}
.opt_flex_cnt_head-design div.label-text{
    color: #fff !important;
}
.opt_flex_cnt_head-design.cont_head_one{
    width: 40%;
}
.opt_flex_cnt_head-design.cont_head_tow{
    width: 38%;
    margin-right: 0;
}
.opt_flex_cnt_head-design.cont_head_three{
    margin-right: 0;
    width: 100%;
}
h3.md-toolbar-tools.ss-tool .opt_flex_cnt_head-design label.label-text{
    font-size: 13px;
}
.opt_flex_cnt_head-design.cont_head_tow label.label-text span.icon_cnt_box{
    position: relative;
    margin-right: 26px;
}
.opt_flex_cnt_head-design.cont_head_tow label.label-text span.icon_cnt_box img{
    width: 18px;
    position: absolute;
    top: -1px;
}
.opt_flex_cnt_head-design b{
    letter-spacing: 0.5px;
    font-weight: 600;
    margin-right: 2px;
}
@media only screen and (min-width: 768px) and (max-width: 1023px){
h3.md-toolbar-tools.ss-tool .opt_flex_cnt_head-design label.label-text{
    font-size: 12px;
}
.opt_flex_cnt_head-design .opt_flex_cnt_label{
    font-size: 12px;
}
.opt_flex_cnt_head-design.cont_head_tow {
    width: 40%;
}
.cnt_right_cover_min {
    width: 31%;
}
}
@media only screen and (min-width: 1024px) and (max-width: 1199px){
h3.md-toolbar-tools.ss-tool .opt_flex_cnt_head-design label.label-text{
    font-size: 13px;
}
.opt_flex_cnt_head-design .opt_flex_cnt_label{
    font-size: 13px;
}
.opt_flex_cnt_head-design.cont_head_tow {
    width: 35%;
}
.cnt_right_cover_min {
    width: 31%;
}
}

@media only screen and (min-width: 1200px) and (max-width:  1279px){
h3.md-toolbar-tools.ss-tool .opt_flex_cnt_head-design label.label-text {
    font-size: 12px;
}
.cnt_right_cover_min {
    width: 34%;
}
.cnt_left_cover_min {
    width: 65%;
}
.opt_flex_cnt_head-design.cont_head_tow {
    width: 40%;
}
.opt_flex_cnt_head-design.cont_head_one {
    width: 46%;
}
}
@media only screen and (min-width: 1280px) and (max-width:  1365px){
h3.md-toolbar-tools.ss-tool .opt_flex_cnt_head-design label.label-text {
    font-size: 12px;
}
.cnt_right_cover_min {
    width: 32%;
}
.cnt_left_cover_min {
    width: 65%;
}
.opt_flex_cnt_head-design.cont_head_tow {
    width: 40%;
}
}
@media only screen and (min-width: 1366px) and (max-width: 1400px){
h3.md-toolbar-tools.ss-tool .opt_flex_cnt_head-design label.label-text {
    font-size: 13px;
}
.md-toolbar-tools .opt_flex_cnt_min {
    margin: 6px 10px 0 0px;
}
}

.main_cnt_container_box{
    display: flex;
    flex-wrap: wrap;
    width: 98%;
    justify-content: space-between;
    margin: 3px 0px;
    padding-left: 8px;
    padding-right: 8px;
}
.cnt_model {
    width: 23.4%;
}

.cnt_model .labling_sec {}
.cnt_model button.md-raised.md-primary.optimize-space {
    margin: 0;
    font-size: 13px;
    text-transform: none;
    width: 100%;
    padding: 8px 6px;
    line-height: normal;
    min-height: auto;
    display: inline-flex;
    justify-content: space-between;
}
.cnt_boxButton{
    position: relative;
}
.cnt_boxButton button {
    min-width: 24px;
    padding: 4px;
    line-height: 0;
    letter-spacing: 0;
    min-height: 20px;
    margin-right: 0 !important;
    font-size: 12px !important;
}

.cnt_model .labling_sec label {
    font-size: 13px;
    letter-spacing: 0.5px;
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    position: relative;
    margin-bottom: 4px;
    color: #33225a!important;
}
.cnt_model .labling_sec label span{
}
.cnt_model .labling_sec label span.content-box {
    position: absolute;
    left: 0;
    background: #fff;
    top: 18px;
    z-index: 99;
}
.cnt_model .labling_sec label span.content-box md-select {
    background: #fff;
}
.cnt_model.cnt_model_four{
    position: relative;
}
.cnt_model.cnt_model_four .labling_sec{
    position: relative;
}
.cnt_model.cnt_model_four .labling_sec label.label_manege{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}
.cnt_model.cnt_model_four .labling_sec label.label_manege .cnt_boxLabel{}
.cnt_model.cnt_model_four .labling_sec label.label_manege .cnt_boxButton{
    width:auto;
}
.cnt_model.cnt_model_four .labling_sec label.label_manege .cnt_boxButton button.md-raised.md-primary.optimize-space {
    margin: 0;
    font-size: 17px !important;
    text-transform: none;
    padding: 2px;
    line-height: normal;
    color: #F44336!important;
    background-color: #33225a00 !important;
    box-shadow: none;
    position: absolute;
    right: 0px;
    top: -10px;
}
.cnt_model.cnt_model_four .labling_sec input.md-raised.md-primary.optimize-space {
    font-size: 13px;
    width: auto;
    padding: 9px 10px;
    line-height: normal;
    min-height: auto;
    color: #ffffff;
    background-color: #001e62;
    box-shadow: none;
    outline: none;
    border: none;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}
.cnt_model.cnt_model_four .border-adding-N{}

.inp_cnt_controllMain md-input-container.space-clean {
    margin: 20px 0px 10px 0px !important;
    display: inline-flex;
    width: 100%;
}
.inp_cnt_controllMain md-input-container.border-adding input {
    border-radius: 4px;
    width: 100%;
    padding: 0;
}
.cnt_model.cnt_model_four .border-adding-N {
    position: absolute;
    background: #efefef;
    left: 0;
    width: 100%;
}
.cnt_model.cnt_model_four .border-adding-N md-select {
    border-radius: 4px;
}
.cnt_model.cnt_model_four  .border-adding-N md-select .md-select-value {
    padding: 0px 0px 2px 5px;
}

md-input-container.clear_inp {
    margin: 0;
    border: 1px solid #000;
    width: 100%;
    padding: 0;
    border-radius: 3px;
}

md-input-container.clear_inp .md-select-value {
    padding: 0 0 0px 5px;
}
md-input-container.clear_inp md-select.md-default-theme .md-select-value, 
md-input-container.clear_inp md-select .md-select-value {
    border-bottom-color: transparent;
}
md-input-container.clear_inp md-select.md-default-theme:not([disabled]):focus .md-select-value, 
md-input-container.clear_inp md-select:not([disabled]):focus .md-select-value {
    border-bottom-color: transparent;
}
md-input-container.clear_inp label, 
md-input-container.clear_inp md-select span {
    color: #fff !important;
}
md-input-container.clear_inp md-select {
    background: #001e62;
}
md-input-container.clear_inp .md-select-value > span:not(.md-select-icon) .md-text {
    color: #fff;
}

md-input-container.clear_inp2 label, 
md-input-container.clear_inp2 md-select span {
    color: #001e62 !important;
}

md-input-container.clear_inp2.md-default-theme .md-input, 
md-input-container.clear_inp2 .md-input {
    border: 1px solid #909090 !important;
    border-radius: 5px !important;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
}
md-input-container.clear_inp2 label:not(.md-container-ignore) {
    left: 6px;
}
md-input-container.clear_inp2 .md-errors-spacer{
    min-height: auto;
}
md-input-container.clear_inp2.md-input-focused label:not(.md-no-float), 
md-input-container.clear_inp2.md-input-has-placeholder label:not(.md-no-float), 
md-input-container.clear_inp2.md-input-has-value label:not(.md-no-float) {
    display: none;
}
md-input-container.clear_inp2 {
    padding: 0;
    margin: 8px 0 0px 0;
}
md-input-container.clear_inp2 .md-input{
    padding: 0 4px 2px 4px;
    width: 98%;

}
/*----------18-AUG-2023----------------*/




/*icon-design Parcel*/
.i_helpsRoute{
    width: 30px;
    position: relative;
}
.i_helpsINN {
    position: relative;
    display: flex;
    padding: 36px 0 10px 0;
}
.i_helps_R {
    position: absolute;
    bottom: 7px;
    right: 2px;
    text-align: center;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 26px;
    background: #fff;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.i_helps_R:hover {
    cursor: pointer;
}
.i_helps_R:before {
    content: url(../../assets/img/info.svg);
    font-weight: 700;
    color: #fff;
}
.i_helps_R p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #050e33;
    padding: 15px;
    width: 250px;
    position: absolute;
    border-radius: 4px;
    right: -4px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 9999;
    bottom: 15px;
    line-height: 20px;
    letter-spacing: 0.3px;
}
.i_helps_R:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
}
.i_helps_R p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #ef6362;
    right: 10px;
    bottom: -12px;
}
.i_helps_R p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
}
/*icon-design parcel*/


.sub-header h3.paddtopY b{
    letter-spacing: 0.8px;
}
.sub-header.new-sub-content.new_css {
    padding-top: 13px;
    padding-bottom: 13px;
}
button.md-fab.md-primary.search-btn-single.icon_centerCNT {
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_serch_filters.button_space_align{}
.btn_serch_filters.button_space_align button{
    margin-right: 6px;
    text-transform: none;
    letter-spacing: 0.5px;
}
.form-row-midd.new_currection {
    padding: 5px 30px 15px 30px;
}
.VContainer.new_currection {
    padding: 5px 0 15px 0;
}

.form-row-midd.new_currection md-input-container>md-select {
    background: #eeeeee;
    padding: 0 3px;
    border-radius: 3px;
}

.VContainer.new_currection md-input-container>md-select {
    background: #eeeeee;
    padding: 0 3px;
    border-radius: 3px;
}
.VContainer.new_currection md-input-container input{
    background: #eeeeee;
    border-radius: 3px;
}


/*icon-design Parcel*/
.con_cover{
    display: inline-flex;
}
.i_noteINN {
    position: relative;
}
.i_note_R {
    position: absolute;
    bottom: 7px;
    right: 2px;
    text-align: center;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-size: 12px;
    line-height: 26px;
    background: #fff;
    cursor: default;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
}
.i_note_R:hover {
    cursor: pointer;
}
.i_note_R:before {
    content: url(../../assets/img/info.svg);
    font-weight: 700;
    color: #fff;
}
.i_note_R p {
    visibility: hidden;
    opacity: 0;
    text-align: left;
    background-color: #050e33;
    padding: 15px;
    width: 250px;
    position: absolute;
    border-radius: 4px;
    right: -4px;
    color: #fff;
    font-size: 13px;
    line-height: normal;
    transform: scale(0.7);
    transform-origin: 100% 0%;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 9999;
    bottom: 15px;
    line-height: 20px;
    letter-spacing: 0.3px;
}
.i_note_R:hover p {
    cursor: default;
    visibility: visible;
    opacity: 1;
    transform: scale(1.0);
}
.i_note_R p:before {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-top-color: #ef6362;
    right: 10px;
    bottom: -12px;
}
.i_note_R p:after {
    width: 100%;
    height: 40px;
    content: '';
    position: absolute;
    bottom: -5px;
    right: 0;
}
/*icon-design parcel*/


@media only screen and (min-width: 1200px) and (max-width: 1279px)
ng-form.undefined .formly-field {
    width: 19.7%;
}
@media only screen and (min-width: 1280px) and (max-width: 1365px)
ng-form.undefined .formly-field {
    width: 19.7%;
}
@media only screen and (min-width: 1366px) and (max-width: 1440px)
ng-form.undefined .formly-field {
    width: 19.75%;
}
}


.spaceCol{
    margin-bottom: 14px;
}

.Colbt{
    margin: 24px auto;
    text-align: center;
    align-items: center;
    justify-content: center;
}
.Colbt button{
    
}

.Route-new-group .calendar-container.clear-call-calender input{
    /*position: relative;
    top: -3px;*/
}