/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
    box-sizing: border-box;
}

strong {
    font-weight: 700;
}
/* page css */
body {
    font-size: 14px;
    line-height: 17px;
    font-family:'proxima-nova';
    font-weight: 400;
    color: #7F8FA4;
    position: relative;
    background: #b7b7b7;
}

.sidebar {
    background: #262935;
}

.sidebar .sidebar__header {
    padding: 24px 20px;
    background: #131720;
    width: 78px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
}
.activeSidebar .sidebar__header{
    width: 244px;
}
.sidebar  .sidebar__header img,
.sidebar  .sidebar__header h2,
.activeSidebar .sidebar  .sidebar__header span,
.sidebar  .sidebar__header button {
    display: inline-block;
    vertical-align: middle;
    margin-left: 0;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}

.sidebar .sidebar__header img {
    margin-right: 8px;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}

.sidebar .sidebar__header h2 {
    color: #ED0000;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 800;
    line-height: 21px;
    margin-right: 10px;
}

.sidebar .icon-arrow-left {
    background: url("../images/arrow-left-icon.svg") no-repeat center;
    background-size: cover;
    height: 15px;
    width: 8px;
    display: none;
}

.sidebar .sidebar-toggle {
    background: url("../images/menu-icon.svg") no-repeat center;
    background-size: cover;
    height: 22px;
    width: 25px;
    border: none;
    cursor: pointer;
    padding: 0;
}
.sidebar img.sidebar-logo {
    display: none;
}

.sidebar .sidebar__content {
    padding: 120px 15px 19px 17px;
    background: #262935;
    height: calc(100% - 77px );
    overflow-x: auto;
}


.sidebar .sidebar__content .link-group {
    margin-bottom: 35px;
}

.sidebar .link-group a {
    background: #C1C7D0;
    padding: 11px;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 19px;
    color: #383B41;
    text-transform: uppercase;
    padding-left: 59px;
    margin-bottom: 18px;
    position: relative;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
} 

.sidebar .link-group a:last-child {
    margin-bottom: 0;
    text-indent: -999px;
    height: 40px;
    width: 42px;
    padding: 0;
}
.activeSidebar .sidebar .link-group a:last-child{
    text-indent: 0;
    width: 100%;
    padding: 11px;
    padding-left: 59px;
}
.activeSidebar .sidebar .link-group a::before{
   left: 14px;
}

.sidebar .link-group a::before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    top: 50%;
    margin-top: -15px;
    left: calc(50% - 15px);
}

.sidebar .logout::before {
    background: center / 30px no-repeat url("../images/logout-icon.svg");
}

.sidebar .search-title {
    padding-bottom: 14px;
    border: none;
    border-bottom: 2px solid #3C4155;
    background: transparent;
    width: 183px;
    text-transform: uppercase;
    margin-bottom: 22px;
    font-weight: 600;
}

.sidebar .criteria-details {
    margin-bottom: 98px;
}

.sidebar .criteria-details li {
    display: block;
    font-size: 14px;
    font-weight: 600;
    line-height: 17px;
    color: #7F8FA4;
    margin-bottom: 12px;
    text-transform: capitalize;
    position: relative;
}

.sidebar .criteria-details li a {
    color: #7F8FA4;
    text-decoration: none;
    display: block;
    margin-bottom: 12px;
}
.criteria-details li.has-children > a:before {
    background: url(../images/right-dropdown.svg) no-repeat right center;
    content: "";
    width: 16px;
    height: 16px;
    position: absolute;
    right: 0px;
}

.sidebar__footer .info-cell {
    margin-bottom: 12px;
    padding-left: 32px;
    position: relative;
}

.sidebar__footer .info-cell:last-child {
    margin-bottom: 0;
}

.sidebar__footer .time::before,
.sidebar__footer .contact-user::before {
    position: absolute;
    content: "";
    height: 17px;
    width: 16px;
    left: 0;
    top: 0;
}

.sidebar__footer .time::before{
    background: center / 100% no-repeat url("../images/cloc-icon.svg");
}

.sidebar__footer .info-cell h2,
.sidebar__footer .info-cell span {
    font-size: 14px; 
    display: block;
    line-height: 1;
}

.sidebar__footer .info-cell h2 {
    font-weight: 600;
    color: #7F8FA4;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.sidebar__footer .info-cell span {
    font-weight: 400;
    color: #fff;
    text-transform: capitalize;
}

.sidebar-collapsed {
    min-width: 78px;
}

.sidebar-collapsed .sidebar__header {
    padding: 24px;
}

.sidebar-collapsed .sidebar__header .sidebar-logo,
.sidebar-collapsed .sidebar__header .icon-arrow-left,
.sidebar-collapsed.sidebar .search-title,
.sidebar-collapsed .criteria-details,
.sidebar-collapsed .sidebar__footer {
    display: none;
}

.sidebar-collapsed .sidebar__content {
    padding: 70px 17px 19px 19px;
}

.sidebar.sidebar-collapsed .sidebar__content .link-group a {
    text-indent: -999px;
    padding: 0;
    height: 40px;
    width: 42px;
    color: transparent;
}

.sidebar.sidebar-collapsed .link-group a::before {
    left: calc(50% - 15px);
}

.sidebar__footer {
    background: #000;
    padding: 15px 35px 19px;
    display: none;
}
.activeSidebar .sidebar__footer {
    display: block;
}
.sidebar__footer span {
    font-size: 12px;
    color: #fff;
    line-height: 1;
}

/* Header */
.main.flex-row.header-sec {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.main.flex-row.header-sec .page___content {
    padding-left: 16px;
    padding-right: 20px;
}


@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}

/* page__content */
.page-wrapper-sec {
    width: 100%;
    min-height: 640px;
}
.page___content {
    background: #F7F7F7;
    width: 100%;
    box-sizing: border-box;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
    padding-left: 78px;
}

.activeSidebar .page___content {
    padding-left: 244px;

}

.page___content.page-collapsed li.docket-de span {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    vertical-align: top;
}

.page___content.page-expanded footer {
    width: calc(100% - 78px);
}

.page___content .wrapper {
    padding: 50px 23px 0 17px;
    margin-bottom: 144px;
}

.page___content.page-expanded .wrapper {
    padding: 37px 20px 30px 16px;
}
span.loc-th {
    transform: translate(-4px, 30px) rotate(-90deg);
    display: block;
    width: 40px;
    transform-origin: center;
    margin: 0 auto;
    color: #262935;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    position: relative;
    top: 90px;
}
.loc-hide.pl-10 {
    padding-left: 10px;
}
.loc-th-outer{
    cursor: pointer;
}
th.loc-th-outer {
min-width: 50px;
    width: 50px !important;
    max-width: 50px;
    right: 0;
}
span.loc-th:before, span.loc-th:after{
   content: "";
    width: 18px;
    height: 18px;
    position: absolute;
    margin-left: 8px;
    margin-top: 2px;
}
span.loc-th:after{
    background: url(../images/icon-arrow-black.svg)no-repeat center;
    transform: rotate(90deg);
}
.loc-th-outer.active span.loc-th {
    transform: rotate(90deg);
        color: #0F9AFF;
}

.loc-th-outer.active span.loc-th:after {
    display: none;
}
.loc-th-outer.active span.loc-th:before{
        background: url(../images/icon-arrow-blue.svg)no-repeat center;
    left: -35px;
    transform: rotate(-90deg);
}
.loc-hide {
    display: none !important;
}
.page__header .page__header-left{
    padding: 0 20px 0 20px;
    border-right: 1px solid #E6EAEE;
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #E6E6E6;
    border-left: 1px solid #E6E6E6;
    align-items:  center;
}

.page__header .page__header-left img {
    margin-right: 57px;
    padding: 25px 0;
}

.page__header .page__header-left ul {
    display: flex;
    align-items: stretch;
}
.userProfile {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    background: #262935;
    justify-content: center;
    align-items: center;
    display: none;
    flex-shrink: 0;
    cursor: pointer;
}
.index-form form .button-block{
    margin-top: 114px;
}
.page__header .page__header-left .welcome-message span {
    color: #C1183B;
}

.page__header .page__header-left li:last-child {
    border: 0;
}

.page__header .page__header-left li,
.page__header h2,
.page__header span {
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
}

.page__header .page__header-left li {
    border-right: 1px solid #E6E6E6;
    padding: 0 9px;
    display: flex;
    align-items: center;
}

.page__header .page__header-left li:last-child {
    margin-right: 0;
}

.page__header .page__header-left h2 {
    color: #7F8FA4;
}

.page__header span {
    color: #262935;
}

.page__header .page__header-left h2 {
    font-size: 18px;
    line-height: 24px;
    margin-right: 8px;
}

.page__header .page__header-right {
    padding: 21px 25px;
    width: 239px;
    text-align: center;
}

.page__header .page__header-right h2 {
    margin-right: 5px;
}

.page__header .page__header-right span,
.page__header .page__header-right h2 {
    font-size: 14px;
    line-height: 19px;
}

footer  {
    padding: 0 23px 0 17px;
    position: fixed;
    width: calc(100% - 78px);
    bottom: 0;
    z-index: 1;
}
.activeSidebar footer{
    width: calc(100% - 244px);
}
.footerInner {
    padding: 25px 20px;
    width: 100%;
    background: #fff;
    display: flex;
    justify-content: space-between;
}
.support-enquiry {
    display: flex;
}
.support-enquiry a {
    color: #ed0000;
    text-decoration: none;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-weight: 500;
    margin-right: 30px;
}
.support-enquiry a:before {
    content: "";
    background: url(../images/icon_chat.svg) no-repeat center/cover;
    width: 30px;
    height: 30px;
    margin-right: 8px;
}
.support-enquiry a.call:before{
    background: url(../images/icon_phone.svg) no-repeat center/cover;
}
.privacy-section a {
    color: #7F8FA4;
    text-decoration: none;
    border-right: 1px solid;
    padding: 0px 5px;
    font-size: 13px;
    line-height: 1;
}
.privacy-section a:hover {
    color: #ed0000;
}

.privacy-section a:last-child {
    border: 0;
}

.privacy-section {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.copyright .logo{
   margin-right: 30px;
}
footer a,
footer span {
    display: inline-block;
    vertical-align: middle;
}

.logo {
    margin-right: 57px;
    width: 183px;
}

.logo img {
    display: block;
    width: 100%;
}
.tableOuter.hasScroll {
    overflow-y: auto;
}

.tableOuter.hasScroll th {
    white-space: nowrap;
}
table.data-table {
    width: 100%;
}

.data-table thead th {
    font-size: 16px;
    line-height: 1;
    padding: 20px;
    text-align: left;
}
.data-table tr{
    border-bottom: 1px solid #E6EAEE;
}
.data-table th {
    line-height: 1;
    padding: 18px 15px;
}
.data-table td {
    text-align: center;
    padding: 5px 15px;
    line-height: 1;
    color: #262935;
}
.text-dark {
    color: #262935;
}
.data-table thead th .btn {
    min-width: 175px;
}
.data-table tbody tr:nth-child(odd) {
    background: #E6EAEE;
}

.data-table tbody tr:nth-child(odd) th {
    background: #fff;
}
footer .copyright {
    font-size: 13px;
    line-height: 17px;
    color: #7F8FA4;
}

footer .copyright span {
    text-transform: uppercase;
}

footer .social-icons li {
    display: inline-block;
    font-size: 16px;
    line-height: 21px;
    font-weight: 500;
    margin-left: 50px;
    padding-left: 48px;
    position: relative;
}

footer .social-icons li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    margin-top: -18px;
    height: 40px;
    width: 40px;
}

.msg::before {
    background: center / 100% no-repeat url("../images/msg.svg");
}

.call::before {
    background: center / 100% no-repeat url("../images/call.svg");
}

footer .social-icons a {
    color: #ED0000;
    font-size: 16px;
    font-weight: 500;
    line-height: 21px;
    text-decoration: none;
    text-transform: capitalize;
}

.content-wrapper {
    width: 100%;
    background: #fff;
    padding: 37px 20px 17px 20px;
    border: 1px solid #E6EAEE;
}
.content-wrapper.alt{
    padding: 20px;
}
.content-wrapper.centered {
    display: flex;
    align-items: center;
    justify-content: center;
}
.inner__wrapper.selectUserOuter {
    width: 100%;
    max-width: 510px;
}

form.selectUser {
    padding-top: 20vh;
    padding-bottom: 20vh;
}
.orderdispatch .form-field{
    max-width: 425px;
}
.orderdispatch .form-field.alt{
    max-width: 696px;
}
form label {
    display: inline-block;
    flex-shrink: 0;
}
form.selectUser .form-field{
    margin-bottom: 26px;
}
form.selectUser label{
 width: 120px; 
}
.content-header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #E6EAEE;
    padding: 20px 30px 19px;
    align-items: center;
    margin-bottom: 0px;
    background: #fff;
    min-height: 70px;
}

.data-table tr.active td:not(:last-child) {
    background: #3eb643;
    color: #fff;
}
.content-header.alt {
    width: 100%;
    padding: 20px 20px;
}

.content-header.alt .inner__wrapper {
    width: 100%;
}
.data-table tr.active td .button-green{
    background: #E6EAEE;
    color: #262935;
    box-shadow: 0px 0px 0px 1px #d2d2d2;
}
.excessReport.tableOuter.hasScroll {
    max-height: 365px;
}
.content-header h4 {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;

}
.content-header .btn {
    min-width: 175px;
    text-align: center;
}
.maintenanceOuter input[type="checkbox"] {
    width: 15px;
    flex-grow: 0;
}

.equipment {
    flex-grow: 2;
}

.barcodeWrapper {
    display: flex;
}

.barcodeWrapper th {
    background: #000;
    color: #fff;
    margin: 0 -10px;
    padding: 6px 10px;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 7px;
    text-align: center;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.req_sign {
    color: #FF0000;
}

.barcodeWrapper td {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 4px 8px 9px 8px;
}

.barcodeWrapper th:first-child,
.barcodeWrapper td:first-child {
    border-left: 1px solid #000;
}

.barcodeWrapper input {
    max-width: 161px;
    background: transparent;
    border: 1px solid #FF0000;
    height: 40px;
    margin: 0;
}

.barcodeWrapper a {
    margin-top: 17px;
    display: block;
    color: #0000EE;
}
.activeSidebar .sidebar img.sidebar-logo {
    display: block;
}

/*  12 july sidebar css */

body {
    margin: 0;
}

.container {
    display: flex;
    min-height: 100vh;
    position: relative;
}

.sidebar {

    width: 78px;
    background: #131720;
    position: absolute;
    left: 0;
    height: 100%;
    z-index: 2;
    
}

.content-area {
 flex-grow: 2;
 padding-top: 70px;
 padding-left: 78px;
 width: calc(100% - 78px);
}

header {
 height: 70px;
 /* background: #fff; */
 position: fixed;
 width: 100%;
 top: 0;
 left: 0;
 padding-left: 95px;
 padding-right: 23px;
 z-index: 1;
}
.activeSidebar header {
    padding-left: 261px;
}
.content {
    height: 600px;
}

.sidebar ul {
    padding: 0;
    display:none;
}
body.activeSidebar .sidebar ul {
    display: block;
}

.activeSidebar .sidebar {
    width: 244px;
}

.activeSidebar .content-area {
    padding-left: 244px;
}
.action-th {
    width: 100px;
}
.orderdispatch .form-field.long-field {
    max-width: 768px;
}
.orderdispatch .form-field.small-field {
    max-width: 288px;
}
.orderdispatch .form-field.long-field select, .orderdispatch .form-field.long-field input,
.orderdispatch .form-field.long-field textarea, .orderdispatch .form-field.medium-field select, 
.orderdispatch .form-field.medium-field input,
.orderdispatch .form-field.medium-field textarea {
    flex-grow: 2;
    max-width: initial;
}
.orderdispatch .form-field.medium-field{
    max-width: 550px;
}
.map {
    width: 100%;
    height: 210px;
    max-width: 583px;
    position: relative;
    overflow: hidden;
}

.clientSetup .form-field label {
    width: 120px;
}
.clientSetup .form-field input, .clientSetup .form-field select,
.reports-alt  .form-field input, .reports-alt  .form-field select{
    max-width: 196px;
    height: 25px;
}
.form-field .button-block .border-btn, .form-field .border-btn, .border-btn{
    border: 1px solid #ED0000;
    padding: 3px 27px;
    color: #ED0000;
    background: #E6EAEE;
}
.clientSetup .form-field .button-secondary.border-btn {
    color: #ED0000;
    text-decoration: none;
    background: #E6EAEE;
    padding: 2.5px 27px;
    margin-left: 0;
}
.form-field .button-secondary.border-btn {
    margin-left: 0;
}
.clientSetup .form-field .button-secondary {
    max-width: 196px;
    text-align: center;
    width: 100%;
}
.form-field .button-block {
    margin-top: 0;
}
input.button-secondary.border-btn + .button-secondary.border-btn {
    margin-left: 10px;
}
.search-content h2 {
    font-weight: 600;
    font-size: 18px;
    line-height: 18px;
    color: #ED0000;
    text-align: center;
}

.search-content {
    margin-top: 22px;
}
.export-controls {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 14px 0;
}
.export-controls .radiowrap {
    margin-left: 11px;
}
.radiowrap {
    position: relative;
}
.radiowrap input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}
input[type="radio"] + label {
    display: block;
    position: relative;
    font-size: 14px;
    line-height: 18px;
    color: #7F8FA4;
    padding-left: 28px;
}
input[type="radio"] + label:before {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    left: 0;
    border-radius: 50%;
    border: 1px solid #7F8FA4;
}
input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: calc(50% - 4px);
    left: 4px;
    border-radius: 50%;
    background: #7F8FA4;
}
.form-field.form-checkbox.checkbox-left input[type="checkbox"] {
    flex-grow: 0;
    width: 15px;
    margin: 0;
    height: auto;
}
.export-controls .button-secondary {
    margin-left: 30px;
}
.custom-data-table {
    background: #fff;
}
.pagination-block span, .pagination-block .pagination {
    vertical-align: middle;
}
.pagination {
    padding: 15px 15px;
    display: block;
    border-bottom: 1px solid #E6EAEE;
}
.pagination a {
    padding: 1px 3px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #7F8FA4;
    border-radius: 2px;
    color: #7F8FA4;
    text-decoration: none;
    text-align: center;
    width: 21px;
    height: 20px;
    margin-right: 5px;
}
.pagination a.active, .pagination a:hover {
    background-color: #7F8FA4;
    color: #E6EAEE;
}

.pagination .prev, .pagination .prev:hover, .pagination .next, .pagination .next:hover {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 6px;
}
.form-field .button-secondary.border-btn {
    margin-left: 0;
}
.user_setup .button-secondary.border-btn {
 font-size: 14px;
 max-width: 196px;
 width: 100%;
 text-align: center;
 padding: 2.5px 10px;
 margin-left: 0;
}
.user_setup .orderdispatch .form-field.small-field {
    max-width: 308px;
}

.user_setup .orderdispatch .form-field.small-field select {
    min-width: 120px;
}

.user_setup textarea{
    min-height: 87px;
    resize: none;
}
.disabled{
    opacity: 0.5;
    pointer-events: none;
}
/*.orderdispatch.clientSetup .form-field.calander-icon{
    position: relative;
    max-width: 380px;
}*/
.clientSetup.equipment-setup .form-field label {
    width: 150px;
}
.orderdispatch.one-line .form-field {
    max-width: initial;
}
.orderdispatch.one-line .form-field input{
    max-width: 196px;
}
.orderdispatch.one-line .form-field input[type="button"]{
    max-width: 96px;
}
.custom-data-table.equipment-type-setup {
    margin-top: 43px;
}
.clientSetup .form-field.phone-field input {
    max-width: 161px;
}
.clientSetup.equipment-type-form label,
.large-label.large-label label {
    width: 140px;
}
.orderdispatch .map .form-field {
    position: absolute;
    top: 10px;
    left: 10px;
}

.orderdispatch .map .form-field input {
    max-width: 159px;
    width: 100%;
    margin-right: 20px;
    background: #fff;
    border: 1px solid #262935;
    height: 20px;
}

.orderdispatch .map .form-field input.submit-btn {
    background: #E6EAEE;
    color: #262935;
    border: 1px solid #262935;
    max-width: 105px;
    font-weight: 400;
    font-size: 14px;
    line-height: 14px;
    padding: 2px 10px;
}
.form-field.phone-field .input-control {
    max-width: 160px;
}
.index-form .form-field select {
    max-width: 390px;
    border-radius: 4px;
    height: 33px;
}
.clientSetup.country-type-form .form-field label,
.reports-alt .form-field label,
.reports-alt .form-field.form-checkbox.two-col label{
    width: 210px;
}
form .button-block.right.minimum-space {
    margin-top: 20px;
}
.orderdispatch.long-field-client-setup .form-field {
    max-width: 470px;
}
.equipment-type-form.long-field-client-setup .form-field label {
    width: 185px;
}
.long-field-client-setup .form-field label{    
    width: 255px;
}
.orderdispatch.long-field-client-setup .form-field.small-field {
    max-width: 319px;
}
.orderdispatch.long-field-client-setup .form-field.long-field {
    max-width: 672px;
}

/*modal*/
.modal-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgb(0 0 0 / 70%);
    z-index: 3;
    display: none;
}

.modal-outer {
    position: fixed;
    top: 0;
    background: #fff;
    z-index: 3;
    left: 50%;
    top: 50%;
    width: 90%;
    max-width: 427px;
    height: 90vh;
    max-height: 627px;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    display: none;
    overflow-x: auto;
}

.modal-header {
    background: #182534;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #fff;
    padding: 6px 20px;
    text-align: center;
}

.modal-content {
    flex-grow: 1;
}

.modal-content {
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
}

.modal-content .button-block {
    margin-top: auto;
    padding-top: 20px;
}

.drag-outer {
    display: flex;
    flex-grow: 1;
}

.drag-col {
    width: 150px;
    border: 1px solid #7F8FA4;
    border-radius: 2px;
    background: #E6EAEE;
    overflow-y: auto;
}

.drag-actions {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 10px;
    width: 88px;
}
.modal-content .button-block.right ,
.button-block.right.right {
    text-align: right;
}

.modal-content .button-block [class^="button-"] {
    display: inline-block;
    text-align: center;
}
.drag-handle {
    background: #E6EAEE;
    border-radius: 2px;
    border: 0;
    cursor: pointer;
    font-family: 'Arial';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #ED0000;
    padding: 7px;
    margin: 25px 0;
}
.all-pages ul {
    list-style: disc;
    margin: 20px 40px;
}

.all-pages ul li a {
    text-decoration: none;
    margin: 10px 0;
    display: block;
    font-size: 16px;
}
.all-pages h4 {
    font-size: 26px;
    color: #000;
}
form .button-block.left-right-buttons {
    padding-left: 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.three-column.alt .cal-icon {
    right: 0;
}

.three-column.alt .middle-column {
    width: 33.33%;
}
.three-column.alt {
    max-width: 1350px;
}

.three-column.alt .right-column {
    min-width: 0;
    padding-right: 15px;
}

.three-column.alt .left-column, .three-column.alt .right-column,
.three-column.alt .middle-column {
    min-width: 450px;
}
.checkbox-outer.alt label {
    width: auto;
    padding-right: 15px;
}

.checkbox-outer.alt {
    justify-content: center;
}
.form-field.two-colums-header.alt .header-column-left, .form-field.two-colums-header.alt .header-column-right {
    min-width: 410px;
}
.form-field.two-colums-header.alt {
    gap: 10px;
}
.two-blocks{
    display: flex;
    flex-wrap: wrap;
    max-width: 840px;
}
.two-blocks .cal-icon{
    right: -20px;
}
.left-block, .right-block {
    width: 50%;
}
.orderdispatch.clientSetup.equipment-setup .form-field {
    max-width: 376px;
}
.columns_section {
    display: flex;
    justify-content: space-between;
}

.columns_section.two_column .column {
    width: calc(50% - 20px);
}

.column {
    width: calc(33.33% - 20px);
    border-right: 1px solid #808ea4;
    padding-right: 20px;
}

.column:last-child {
    border-right: none;
    padding-right: 0;
}
#addItem {
    max-width: 920px;
    height: auto;
}

.modal-header {
    padding: 15px 20px;
}
span.modal-close {
    width: 14px;
    height: 14px;
    position: absolute;
    right: 17px;
    top: 17px;
    background: url("../images/close.svg")no-repeat center;
}
.enterItems {
    margin-left: 37px;
}
.w-auto {
    width: auto !important;
}

label.w-auto {
    padding-right: 15px;
}

.modal-content-top {
    padding: 10px 15px 0px 15px;
    display: flex;
    border-bottom: 1px solid #A5B1BF;

}
#addItem input[type="search"] {
    height: 30px;
    max-width: 360px;
    text-align: center;
}

#addItem .form-field {
    flex-grow: 1;
}

#addItem .form-checkbox {
    flex-grow: 0;
    margin-right: 15px;
}
.addItemsOuter {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.addItemsForm.form-field {
    width: 46%;
}

.addItemsForm textarea {
    width: 100%;
    max-width: 100%;
    height: 124px;
    resize: vertical;
    text-align: center;
    font-family: 'proxima-nova';
}
#addItem .form-control {
    border: 1px solid #ED0000;
}
.addItmQty {
    display: flex;
    width: 100%;
    padding-top: 20px;
    align-items: center;
}
div#addItem .modal-content {
    padding: 20px;
}
.addItmQty > div {
    width: 50%;
}

.addItmQty .button-block {
    padding-top: 0;
    margin-top: 0;  
}

#addItem .addItmQty .form-control {

    width: 58px;
    padding: 0;
    text-align: center;

}

.addItmQty > div.form-field {
    width: auto;
    display: inline-block;
}
.three-column {
    display: flex;
    flex-wrap: wrap;   
}

.three-column .left-column {
    border-right: 2px solid #7F8FA4;
    padding-right: 15px;
    width: 33%;
    min-width: 415px;
}

.three-column .middle-column {
    width: 22%;
    border-right: 2px solid #7F8FA4;
    padding-right: 15px;
    min-width: 415px;
}

.three-column .right-column {
   width: 33%;
   min-width: 423px;
}
.column-heading {
    margin-bottom: 26px;
}

.middle-column .checkbox-outer .checkbox-col {
    margin-bottom: 26px;
}
.three-column input[type="radio"] + label:before, .three-column input[type="radio"] + label:after{
    display: none;
}
.three-column .right-column-left {
    width: 45%;
}

.three-column .right-column-right {
    width: 55%;
}

.clientSetup .three-column .right-column .form-field.radio label {
    text-align: left;
    padding: 0 0 0 10px;
    flex-grow: 2;
}

.clientSetup .three-column .right-column .form-field.radio input {
    max-width: 20px;
}

.clientSetup .three-column .right-column .form-field.radio {
    margin-bottom: 30px;
}
.three-column .right-column-right .form-field {
    margin-bottom: 24px;
}
.three-column .middle-column .button-block.right {
    text-align: center;
    padding: 0;
}
.three-column .right-column .button-block.right {
    text-align: left;
    padding: 0;
    margin-top: 68px;
    margin-left: 0;
}
.three-column .cal-icon{
    right: 30px;
}
.custom-data-table.equipment-type-setup.reconcilliation-table tr th {
    background: #262935;
    border-right: 1px solid #FFFFFF;
}
.custom-data-table.equipment-type-setup.reconcilliation-table td{
    border-width: 0px 1px 1px 1px;
    border-style: solid;
    border-color: #262935;
}
.custom-data-table.equipment-type-setup.reconcilliation-table th{
    white-space: nowrap;
}
.custom-data-table.equipment-type-setup.reconcilliation-table table.data-table {
    width: auto;
    table-layout: fixed;
}
.custom-data-table.equipment-type-setup.reconcilliation-table{
    overflow-x: auto;
}
/* dropdown multilevel menu */
ul.menu > li ul.submenu
{
    width: 100%;
    position: relative;
    display:none;
    padding-left: 0px;
}
ul.menu > li ul.submenu ul
{
    margin: 0;
    padding: 0;
    width: 100%;
    padding-left: 0px;
    display: none;
}
ul.menu > li ul li
{
    margin:0;
    padding:0;
    list-style:none;
    position:relative;
}
.sidebar .criteria-details li a:hover {
    color: #ed0000;
}
ul.menu > li ul.active {
    display: block !important;
}
.middle-column.label-space {
    width: 25%;
    min-width: 405px;
}

.middle-column.label-space select {
    max-width: 100%;
}

.middle-column.label-space label {
    padding-right: 15px;
    line-height: 17px;
}
.criteria-details li.has-children.open > a:before {

    background: url(../images/down-dropdown-red.svg) no-repeat right center;
    transform: rotate(90deg);

}
form.selectUser.dc-order-despatch .form-field {
    margin-bottom: 60px;
}
form.selectUser.dc-order-despatch .button-block{
    margin-top: 120px;
}
/* Order dispatch modal design */
div#stockTakeModel {
    max-width: 1070px;
    background: #f7f7f7;
}

div#stockTakeModel tr.mobile-hide.stocktake-sites-table-border {
    position: sticky;
    top: 0px;
}

div#stockTakeModel table.setup-record-table.data-table {
  overflow-y: auto;
  border: 1px solid #E6EAEE;
  margin-top: 10px;
}

div#stockTakeModel .custom-data-table.add-sites-table {
    max-height: 200px;
    overflow-y: auto;
}

div#stockTakeModel .add-stocktake-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

div#stockTakeModel .add-all-button-block a {
    display: inline-block;
    min-width: auto;
    text-align: center;
    display: inline-block;
    width: 137px;
}

div#stockTakeModel .modal-content > .wrapper {
    padding: 0;
    margin-bottom: 0;
}
div#stockTakeModel .modal-content > hr {
    width: 100%;
    opacity: .4;
    margin: 25px 0;
}

div#stockTakeModel .modal-content {
    padding: 20px;
    overflow-y: auto;
    padding-bottom: 100px;
}
div#stockTakeModel .modal-content 
.button-block.right {
    position: absolute;
    bottom: 0;
    top: auto;
    width: 100%;
    margin: 0 !important;
    left: 0;
    padding: 20px;
    background: #f7f7f7;
}

div#stockTakeModel .modal-content > .wrapper > div {
    background: #fff;
    padding: 10px;
}

div#stockTakeModel .modal-content .add-stocktake-modal-header {
    z-index: 2;
    top: -20px;
    position: sticky;
}
div#stockTakeModel .data-table td{
    padding: 0px 15px;
}
div#stockTakeModel .data-table td.drag-right-no-space {
    text-align: right;
    padding-right: 0;
}
div#stockTakeModel .sites-text-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
form.orderdispatch.barcode-dispatch .alt {
    max-width: 760px;
}
form.orderdispatch.barcode-dispatch .alt td:last-child {
    border: 0;
}
form.orderdispatch.barcode-dispatch .alt td:nth-last-child(2) {
    text-align: center;
    color: #262935;
}

/*  stocktake forma design  */
.orderdispatch.one-line .form-field.two-colums-header {
    max-width: 100%;
    display: flex;
    justify-content: space-between;
}

.two-colums-header .header-column-left {
    display: flex;
    justify-content: flex-start;
    flex-grow: 1;
    align-items: center;
}
.orderdispatch.one-line .two-colums-header.form-field  .header-column-left input{
    margin-left: 30px;
    max-width: 220px;
}

.two-colums-header .header-column-left label {
    width: 100px;
    text-align: center;
}
.header-column-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-left: 30px;
}
.header-column-right label {
    width: auto;
    margin-left: 30px;
}
.header-column-right .button-block.right {
    padding-left: 30px;
}
.header-column-right .form-field.form-checkbox {
    margin-bottom: 0;
}
table.data-table.stocktake-table,
.add-all-button-block.stocktake-button-summary {
    width: 100%;
    max-width: 360px;
}

.stocktake-table tr:nth-child(odd).stocktake-sites-table-border th {
    background: #E6EAEE;
    color: #262935;
    font-weight: bold;
    border-right: 2px solid #dce0e5;
}
.data-table.stocktake-table td {
    border-right: 2px solid #dce0e5;
}
.data-table.stocktake-table td.drag-right-no-space a {
    margin-left: 0;
    display: block;
}

.data-table.stocktake-table td.drag-right-no-space {
    padding: 0;
}
.data-table.stocktake-table td.drag-right-no-space a.btn-red {
    background: #ED0000;
    color: #fff;
}
.add-all-button-block.stocktake-button-summary {
    display: block;
    margin: 20px 0;
    text-align: right;
}
.stocktake-buttons .button-secondary + .btn {
    margin-left: 20px;
    padding: 3px 27px 4px 27px;
    line-height: 17px;
}
.stocktake-modal table.data-table {
    border: 1px solid #E6EAEE;
    width: 85%;
    margin: 0 auto;
}

.stocktake-modal table.data-table thead th {
    text-align: center;
    font-weight: bold;
    color: #262935;
}
.stocktake-modal table.data-table td, .stocktake-modal table.data-table th{
    border: 1px solid #E6EAEE;
}
.stocktake-modal table.data-table td input{
    text-align: center;
    background: transparent;
}
.stocktake-modal table.data-table td input:focus-visible{
  outline: 0;  
}
.stocktake-modal .button-block {
    margin-left: 0;
}
.stocktake-modal .button-block .btn{
    padding: 4px 30px;
}
.modal-outer.stocktake-modal{
    max-width: 447px;
    height: auto;
}
.modal-outer.stocktake-modal .wrapper {
    margin-bottom: 50px;
}
.modal-outer.stocktake-modal-summary{
   max-width: 100%;
   max-height: 80vh;
   overflow: hidden;
}
div#stocktakeSummary.modal-active {
    display: block !important;
}
.stocktake-sites-content {
    border: 1px solid #E6EAEE;
    border-top: 0;
    padding: 40px 20px 10px 20px;
}
.stocltake .form-field label {
    width: 150px;
}

.stocltake .form-field {
    flex-grow: 2;
    padding-right: 35px;
    max-width: 380px;
    width: 50%;
}

.stocltake .one-row .form-field + .form-field label {
    width: 190px;
}

.stocltake .one-row .form-field + .form-field {
    max-width: 420px;
}
.stocktake-modal-summary table.data-table{
    border: 1px solid #E6EAEE;
    margin-top: 0px;
    overflow-y: auto;
}
.stocktake-modal-summary tr.mobile-hide.stocktake-sites-table-border{
    position: sticky;
    top: 0px;
}
.stocktake-modal-summary .custom-data-table.add-sites-table{
   max-height: 250px;
   overflow-y: auto;
   margin-top: 20px;
}
div#stocktakeSummary .wrapper {
    padding: 15px 0 0 0;
    margin-bottom: 80px;
}

div#stocktakeSummary input {
    text-align: center;
}
.stocktake-modal-summary .button-block.right{
  position: absolute;
  bottom: 0;
  top: auto;
  width: 100%;
  margin: 0 !important;
  left: 0;
  padding: 20px;
  background: #f7f7f7;
}
.stocktake-modal-summary tfoot {
    position: sticky;
    bottom: 0;
    top: auto;
    width: 100%;
    margin: 0 !important;
    left: 0;
    padding: 20px;
    background: #000;
    color: #fff;
}

.stocktake-modal-summary .data-table tfoot td {
    color: #fff;
}
.cal-icon.clock-icon {
    background: url(../images/icon-clock.svg);
}
div#stocktakeSummary .modal-content {
    overflow-x: auto;
    height: 100%;
    display: block;
}

.one-row {
    display: flex;
}
form.clientSetup.transaction-template .form-field {
 max-width: 440px;
 width: 100%;
}
form.clientSetup.transaction-template .form-field label {
    max-width: 220px;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: flex-end;
}
form.clientSetup.transaction-template .form-field .checkbox-outer label {
   width: auto;
   padding-right: 25px;
}
form.clientSetup.transaction-template .form-field select, form.clientSetup.transaction-template .form-field input {
    max-width: 220px;
}
form.clientSetup.transaction-template .form-field .checkbox-outer:last-child {
    margin-right: 0;
}
form.clientSetup.transaction-template .form-checkbox.two-col .checkbox-outer {
    margin-bottom: 0;
}
form.clientSetup.transaction-template .form-field.two-col.margin-bottom {
    margin-bottom: 15px;
}
form.clientSetup.transaction-template .form-field .four-checkbox label {
    width: 80px;
    justify-content: flex-start;
}
form.clientSetup.transaction-template .form-field .fields_w {
    max-width: 220px;
    width: 100%;
}
form.clientSetup.transaction-template {
    margin-top: 40px;
}
/*Error message starts*/
.form-field.ng-invalid.get-error {
    display: grid;
    grid-template-columns: auto 1fr;
    justify-content: left;
}

.form-field.ng-invalid.get-error label {
    grid-row: 1/1;
    grid-column: 1/1;
}
.ng-invalid.get-error .error-message-outer {
    position: absolute;
    left: 0;
    width: 100%;
    top: -3px;
    font-size: 12px;
    grid-column: 2/3;
    grid-row: 2/3;
}
.orderdispatch .form-field{
    position: relative;
}
.api-erro-message{
    text-align: center;
}
/*Error message ends*/
.orderdispatch .form-field.clientSetupAdd p {
    position: absolute;
    right: 0;
    display: flex;
    align-items: center;
}

.orderdispatch .form-field.clientSetupAdd p img {
    margin-left: 4px;
}

.three-column.clientSetupThreecolumn .left-column {
    width: 40%;
}
.three-column.clientSetupThreecolumn .middle-column {
    width: 14%;
    min-width: auto;
}
.orderdispatch .clientSetupThreecolumn .form-field {
    max-width: 525px;
}
#stockTakeModel .custom-data-table .border-btn {
    min-width: auto;
    text-align: center;
    display: inline-block;
    width: 137px;
    border-bottom: 0;
}
#stockTakeModel tr:last-child td .border-btn{
    border-bottom: 1px solid #ED0000;
} 
#stockTakeModel .data-table tr {
    border-bottom: 0;
}
#stockTakeModel .data-table tr:first-child {
    border-bottom:  1px solid #E6EAEE;
}

/*transaction template design starts*/
.form-field.fw .checkbox-outer {
    min-width: 100px;
    justify-content: space-between;
}
.custom-checkbox.custom-checkbox{
    display: inline-block;
}
.bordered-input.bordered-input {
    padding: 1px 15px;
}

td.bordered-input input {
    border: 1px solid #7F8FA4;
    height: 22px;
    width: 100%;
    max-width: 160px;
    background: transparent;
}
.trans-temp-field td {
    vertical-align: middle;
}
.btn-footer {
    margin: 15px 0 30px 0;
}

.trans-temp-field {
 height: calc(100vh - 320px);
 min-height: 300px;
}
.trans-temp-field td, .trans-temp-field tr, .trans-temp-field {
    border: 0 !important;
}
.trans-temp-field .tbl-header.tbl-header th{
    background: #fff;
    padding: 18px 15px;
    color: #7F8FA4;
    font-size: 14px;
    line-height: 14px;
    text-align: center;
    border-bottom: 1px solid #e6eaee;
}
.trans-temp-field td:last-child:before, .trans-temp-field th:last-child:before{
 background: transparent !important;
}
.trans-temp-field .tbl-content tr:nth-child(even) td {
    background: #e6eaee;
}
.trans-temp-field .tbl-content tr:nth-child(odd) td {
    background: #fff;
}
.trans-temp-field td:first-child, .trans-temp-field th:first-child,
.trans-temp-field .tbl-header.tbl-header th:first-child {
    padding-left: 55px;
    text-align: left;
}
/*transaction template design starts*/


/*Transaction listing starts*/
.transaction-template.form-inline .form-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}
.transaction-template.form-inline input[type="text"],
.transaction-template.form-inline select{
    width: 196px;
}
.in-icon .cal-icon {
    position: static;
    margin-left: -22px;
}
.in-icon .cal-icon + .ar-action {
    margin-left: 17px;
}
.calander-icon.in-icon input {
    padding-right: 30px;
}
form .button-block.flex-right {
    padding: 0;
    display: flex;
    justify-content: flex-end;
    margin-left: 0;
}
#add-button:after {
   content: "";
   position: absolute;
   width: 16px;
   right: 10px;
   height: 16px;
   margin-left: 10px;
   background: url(../images/icon-plus.svg)no-repeat center/contain;
   top: 5px;
}
ul.btn-popup {
    position: absolute;
    left: 100%;
    bottom: -120px;
    background: #fff;
    text-align: left;
    box-shadow: 0px 0px 9px 5px #00000017;
    border-radius: 10px;
    width: 230px;
    border: 1px solid #E6E6E6;
    padding: 5px 0;
    margin-left: 50px;
    display: none;
    z-index: 9;
}

ul.btn-popup li {
    padding: 4px 25px;
    font-size: 14px;
    cursor: pointer;
}
#add-button {

    cursor: pointer;
    background: #E6EAEE;
    border-radius: 2px;
    border: 0;
    font-size: 16px;
    line-height: 18px;
    color: #7F8FA4;
    padding: 4px 36px 4px 10px;
    position: relative;
}
.dropdown-a{

    margin-right: auto;
    position: relative;
}
.d-none{
    display: none;
}
.ar-action {
    display: inline-block;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background: url(../images/icon-ar.svg)no-repeat center/contain;
    margin-left: 10px;
    flex-shrink: 0;
}
.transaction-template.form-inline label {
    width: 150px;
}
.transaction-template.form-inline .form-field {
    flex-basis: 33.333%;
    padding: 0 8px;
    margin-bottom: 16px;
    max-width: initial;
}
.transaction-listing table.data-table {
    min-width: 1900px;
}
.tableOuter.hasScroll th.sort:after {
    content: "";
    background: url(../images/sort-arrows-icon.svg) no-repeat center center;
    width: 16px;
    height: 12px;
    display: inline-block;
    padding-left: 10px;
}
.tableOuter.hasScroll th.sort.asc:after{
  background: url(../images/down-icon.svg) no-repeat center center;
  height: 6px;
  width: 10px;  
}
.tableOuter.hasScroll th.sort.desc:after{
  background: url(../images/down-icon.svg) no-repeat center center;
  height: 6px;
  width: 10px; 
  transform: rotate(180deg); 
}
.transaction-listing .data-table td{
    text-align: left;
}
.transaction-listing .tableOuter.hasScroll th{
    text-align: left;
    vertical-align: middle;
    position: relative;
}
.stocktakeresult-outer.transaction-listing .tableOuter.hasScroll th{
    width: auto;
}
.transaction-listing .tableOuter.hasScroll th.sort:after{
    padding-left: 10px;
    position: absolute;
    top: 50%;
    transform: translate(0% , -50%);
    right: 0px;
}
/*transaction listing ends*/
/*reconcillation popup starts*/
.modal-outer.reconciliation-popup{
    max-width: 314px;
    height: auto;
    width: 100%;
    padding: 16px 20px;
    z-index: 5;
}
#loscam-recommendation.modal-outer.reconciliation-popup{
    max-width: 40%;
    text-align: center;
    padding: 30px 15px;
}
#loscam-recommendation.reconciliation-popup p{
    line-height: 1.5;
    text-decoration: none; 
    }
.modal-content #loscam-recommendation .button-block{
     padding-top: 0px;
}
#loscam-recommendation.reconciliation-popup .button-secondary{
    margin-left: 0 !important; 
}
.reconciliation-popup .modal-header, .reconciliation-type-popup .modal-header {
    background: transparent;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #262935;
    padding: 0;
    font-family: 'proxima-nova';
    margin-bottom: 17px;
}
.reconciliation-popup .modal-content{
    padding: 0;
}
.reconciliation-popup p {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #262935;
    font-family: 'proxima-nova';
    text-align: center;
    text-decoration-line: underline;
    margin-bottom: 23px;
    display: block;
}
.modal-overlay.reconciliation{
    z-index: 4;
}
.reconciliation-popup .button-secondary, .reconciliation-popup .button-block .button-secondary,
.reconciliation-popup .button-secondary, .reconciliation-type-popup .button-secondary, .reconciliation-type-popup .button-block .button-secondary,
.reconciliation-type-popup .button-secondary {
    padding: 3px 17px;
    min-width: 84px;
    display: inline-block;
    text-align: center;
}
.reconciliation-type-popup .modal-header{
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 21px;
} 
.modal-outer.reconciliation-type-popup{
    max-width: 99%;
    width: 100%;
    z-index: 9;
    height: auto;
    padding: 10px 0 20px;
}
.reconciliation-type-popup .modal-content-top {
    justify-content: center;
    border: 0;
    margin-bottom: 3px;
}
.transaction-type-table {
    display: flex;
    width: 100%;
    gap: 17px;
    justify-content: space-between;
    margin-bottom: 13px;
}
.table-col {    
 flex-basis: calc(50% - 16px);
 max-width: 50%;
}
.reconciliation-type-popup .scroll-table .tbl-header th{
    padding: 18px 0 14px;
}
.reconciliation-type-popup .scroll-table td{
    padding: 14px 0;
}
.reconciliation-type-popup .right-table-col .scroll-table td:last-child {
    padding: 0;
}
.reconciliation-type-popup .tbl-content td.active.active {
    background: transparent;
    color: #ED0000;
}
.reconciliation-type-popup h2 {
    text-align: center;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #ED0000;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.reconciliation-type-popup .tbl-content tr:last-child{
    border-bottom: 0;
}
.reconciliation-type-popup form.orderdispatch.clientSetup{
    width: 100%; 
}
.reconciliation-type-popup .orderdispatch .form-field{
   margin: 0 auto 12px;   
}
.reconciliation-type-popup .scroll-table table{
    min-width: 800px;
}
.reconciliation-type-popup .left-table-col .scroll-table td:last-child,
.reconciliation-type-popup .left-table-col .scroll-table th:last-child{
    position: relative;
} 
.reconciliation.scroll-table, .reconcillation-transaction-table.scroll-table{
    position: relative;
    z-index: 0;
}
.reconcillation-transaction-table.scroll-table .tbl-header th {
    padding: 11px 0;
}
.search-bar.content-wrapper.sticky {
    position: sticky;
    top: 125px;
}
.two-colums-header.alt .header-column-left label {
    width: 180px !important;
    text-align: right;
}
/*reconcillation popup ends*/

/*Records page starts*/
.tabs-header {
    display: flex;
    margin-bottom: -2px;
}

.tabs-header label {
    color: #ffffff;
    font-size: 14px;
    line-height: 16px;
    padding: 8px 22px;
    background: #7F8FA4;
    border: 1px solid #7F8FA4;
    border-radius: 12px 12px 0px 0px;
}

.tabs-header label.active {
    background: #fff;
    color: #262935;
    border-bottom: 1px solid #fff;
}

.tabs-body {
   background: #fff;
   padding: 12px;
   display: none;
   border: 1px solid #7F8FA4;
}

.tabs-body.active {
    display: block;
}
.graph-outer {
    background: #F3F6F9;
    padding: 13px 56px;
    display: flex;
    margin-bottom: 20px;
    justify-content: space-around;
    align-items: center;
    gap: 20px;
}
table.data-table.table-width {
    width: 80%;
    margin: 0 auto;
}
.graph-images img {
    width: 100%;
}
.graph-images > div {
    margin-right: auto;
}
.image-section {
    align-items: center;
}
.wTable {
    display: flex;
    flex-direction: column;
    gap: 70px;
    padding: 40px 0;
}

.craph-crad {
    background: #fff;
    border-radius: 20px;
    padding: 20px 39px;
    width: 370px;
    color: #262935;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
}
.craph-crad label {
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    display: block;
}

.card-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 26px;
    gap: 15px;
}
.button-block.pl-0 {
    padding-left: 0;
}
.mt-auto{
    margin-top: auto;
}
.card-number {
    width: 54px;
    flex-shrink: 0;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    background: #E6EAEE;
    border-radius: 50%;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.card-list:last-child, .graph-outer:last-child {
    margin-bottom: 0;
}
.craph-crad .card-list label {
    text-align: left;
}
.text-uppercase {
    text-transform: uppercase;
}
.graph-images, .image-section {
    display: flex;
}
.graph-table table.data-table th {
    padding: 5px 15px;
    border-right: 1px solid #E6EAEE;
}

.graph-table table.data-table th:last-child {
    border: 0;
}

.graph-table .data-table tbody tr:nth-child(even) {
    background: #E6EAEE;
}
.graph-table .data-table tbody tr:nth-child(odd){
    background: #fff;
}
.graph-table table.data-table td{
    border-right: 1px solid #E6EAEE;
}
.card-number span {
    position: absolute;
    font-size: 14px;
    line-height: 14px;
    background: #fff;
    padding: 10px;
    width: 112px;
    border-radius: 5px;
    bottom: 100%;
    left: 26px;
    display: none;
}

.card-number span:before {
    content: "";
    width: 0;
    height: 0;
    border: 31px solid transparent;
    border-bottom: 0;
    border-left: 0;
    border-top: 25px solid #fff;
    position: absolute;
    top: calc(100% - 5px);
    left: 0;
}
.graph-images {

    gap: 55px;
    /* padding: 0 40px; */
    width: calc(100% - 370px);
    max-width: 498px;
    justify-content: space-around;
    align-items: center;

}
.card-number:hover span {
    display: block;
}
.modal-outer.reports-inventory-popup {
    height: auto;
    border-radius: 7px;
    width: 38%;
}
div#stockTakeModel.modal-outer.reports-inventory-popup .modal-content{
    padding: 0px;
}
div#stockTakeModel.modal-outer.reports-inventory-popup .modal-content > .wrapper > div{
    padding: 40px 60px;
    text-align: center;
    display: block;
}
.modal-outer.reports-inventory-popup h2{
   text-align: center;
   font-weight: 600;
   font-size: 18px;
   line-height: 22px;
   color: #262935;
}
.modal-outer.reports-inventory-popup .inner__wrapper.maintenanceOuter {
    margin-bottom: 20px;
}
.modal-outer.reports-inventory-popup .button-primary{
  height: 25px;
}
.modal-outer.reports-inventory-popup .button-secondary, .modal-outer.reports-inventory-popup .modal-content .button-block{
    margin-left: 0;
}

/*Records page ends*/

.content-wrapper.centered.index-form.delivery-receipt {

}
.delivery-receipt .scroll-table.table.reconciliation {
    max-width: 727px;
    margin: 0 auto;
}   
.delivery-receipt input.long-field {
    max-width: 380px;
}
.delivery-receipt form.selectUser{
    padding-bottom: 49px;
}
.delivery-receipt-outer .button-block.right {
    margin-top: 79px;
}
.delivery-receipt-outer.content-wrapper.centered{
    display: block;
}
.delivery-receipt{
  flex-wrap: wrap;
  flex-direction: column;
  display: flex;
  justify-content: center;
  width: 100%;
}
.delivery-receipt .inner__wrapper.selectUserOuter{
    margin: 0 auto;
}
.delivery-receipt-outer .button-block.right button.button-secondary.border-btn {
    height: 24px;
}
.delivery-receipt-outer .scroll-table .tbl-header th{
    padding: 11px 0;
}

body .eq-report .custom-checkbox [type="checkbox"]:checked + i:after{
        background: center / 100% no-repeat url(../images/checkbox-checked-green.svg);
}
div#barcode.modal-outer {
    max-width: 700px;
}
select option{
    text-wrap: initial;
}
.reports-alt .middle-column .checkbox-outer .checkbox-col {
    margin-bottom: 0;
}
form .button-block.right.no-space.required-volume-section {
       margin-top: -30px;
}



/*06-09 starts*/
.stocktakeresult th:first-child, .stocktakeresult td:first-child {
    padding-left: 15px;
}

.stocktakeresult th, .stocktakeresult td {
    padding: 10px 5px;
    line-height: normal;
}
.stocktakeresult.stocktakeresult.stocktakeresult table.data-table {
    min-width: 1500px;
    width: 100%;
}


.stocktakeresult.stocktakeresult tr:first-child th {
    background: #ffffff;
}



.stocktakeresult-outer {
    border: 0;
}

.stocktakeresult th {
    background: #fff;
}
.stocktakeresult.stocktakeresult.stocktakeresult{
    background: #f7f7f7;
    overflow-x: auto;
    max-height: 438px;
}
.tbl-content.table-height-small {
    max-height: 130px;
}
/*06-09 ends*/
form.search-table.form-condense{
    min-width: 215px;
}
.custom-checkbox [type=checkbox]:not(:checked), .custom-checkbox [type=checkbox]:checked{
    width: 100%;
}
.recon-wrapper .sticky-table-actions{
    position: sticky;
    margin-bottom: 25px;
    padding: 0;
    z-index: 1;
    margin-top: 25px;
    bottom: 0;
}
form .form-field{
    display: block;
}
.stocktakeresult-outer.transaction-listing .tableOuter.hasScroll th.loc-th-outer {
    position: sticky;
    top: 0;
    vertical-align: top;
}
.data-table tbody tr.transaction-listing-tr {
    position: sticky;
    top: 0;
}
.button-secondary.active {
    border: 1px solid #ED0000;
}
.form-field.customer-setup-form {
    justify-content: flex-end;
}

.orderdispatch.one-line .form-field a.button-secondary {
    margin-left: 10px;
}
.mb-0 .form-field {
    margin-bottom: 0;
}
.sticky-header .data-table tbody tr:first-child {
    position: sticky;
    top: 0;
}

.height-table-small {
    height: 200px;
    overflow-y: auto;
}

.equipment_Table.scroll-table table{
    min-width: 1400px;
}
@media all and (max-width: 1400px){
    .three-column.clientSetupThreecolumn .middle-column{
        width: 0;
    }
    .three-column.clientSetupThreecolumn .left-column {
        width: 56%;
    }
}
@media all and (max-width: 1300px){
    div#grid#grid {
        grid-template: repeat(1,1fr)/repeat(2,1fr);
    }
}
@media all and (max-width: 1200px){
    .userSetup-Add .three-column .left-column.noborder, .userSetup-Add .three-column .middle-column,
    .stocktake-sites-content .three-column .left-column {
    width: 50%;
}
    .three-column.clientSetupThreecolumn .right-column{
      min-width: auto;  
  }
  .page__header .page__header-left ul{
    display: none;
    position: absolute;
    right: 23px;
    top: 100%;
    background: #fff;
    border: 1px solid #e6e6e6;
    padding: 10px 0;
}
.page__header .page__header-left li{

    padding: 5px 10px;

}
.userProfile{
    display: flex;
}
.support-enquiry a{
    justify-content: center;
}

}
@media all and (max-width: 1180px){
    .reports-alt-stocktake .three-column .cal-icon {
    right: 3px;
}
    .graph-images{
        margin: 25px 0;  
    }
    .graph-outer{
        padding: 33px 56px;
    }
    footer .copyright{
        margin-bottom: 20px;
    }
    .footerInner{
        flex-wrap: wrap;
    }
    .three-column.clientSetupThreecolumn .left-column{
        width: 62%;
    }
    .orderdispatch .map .form-field input.submit-btn{
        max-width: 159px;
        margin-left: 0;
    }

    .graph-outer {
        flex-wrap: wrap;
        justify-content: center;
    }

    .graph-images {
        max-width: 900px;
        width: 100%;
    }
    .graph-images > div {
        margin-right: auto;
        margin-left: auto
    }
    .recon-wrapper .sticky-table-actions{
    margin-bottom: 25px;
    margin-top: 25px;
}

}

@media all and (max-width:  992px){

     .userSetup-Add .three-column .left-column.noborder, .userSetup-Add .three-column .middle-column, 
     .stocktake-sites-content .three-column .left-column, .stocktake-sites-content .three-column .middle-column,
     .reports-alt-stocktake .three-column .left-column, .reports-alt-stocktake .three-column .middle-column,
     .reports-alt-stocktake .three-column .right-column
      {
    width: 100%;
}

    .transfer_del.phone-field .input-code + select#transfer_delay {
    max-width: 160px;
}
.stocktake-sites-content .three-column .clock-icon {
    right: 10px;
}
    .country-type-form .three-column .left-column, .country-type-form .three-column .right-column{
            width: 100%;
    min-width: 100%;
    }
    .country-type-form .three-column .middle-column{
      width: 0;
    min-width: 0;
    }
    .country-type-form.hire-profile-setup .three-column .middle-column {
    width: 100%;
    min-width: 0;
}
  

    .page___content .wrapper.markoff-reconcillationTables {
    margin-bottom: 50px;
}
  .modal-outer.reconciliation-type-popup{
   width: 90%;
}
.three-column.clientSetupThreecolumn .right-column, .three-column.clientSetupThreecolumn .left-column{
    width: 100%;
}
form.one-line.orderdispatch .header-column-right .button-block{
    padding-left: 0;
}
.form-field-outer {
    flex-wrap: wrap;
}
.two-blocks {
    display: block;
    flex-wrap: wrap;
    max-width: 100%;
}
.left-block, .right-block{
    width: 100%;
}

form .button-block.left-right-buttons{
    justify-content: center;
}
form .button-block.left-right-buttons .left {
    margin-bottom: 20px;
}
form.one-line.orderdispatch .button-block{

    padding-left: 70px;
    margin-top: 0;

}
form.one-line.orderdispatch .form-field label{
    width: 125px;
}
.action-th {
    width: 80px;
}
.orderdispatch .form-field.long-field{
    max-width: 425px;
}
form.clientSetup .button-block {
    padding-left: 70px;
    margin-top: 0px;  
}
.footerInner {
    flex-wrap: wrap;
}

footer .copyright, .privacy-section {
    margin-bottom: 15px;
}

footer .copyright .logo {
    margin-bottom: 5px;
}

.page___content .wrapper {
    margin-bottom: 180px;
}
.support-enquiry {
    width: 100%;
} 

}
@media all and (max-width: 930px){
    div#grid#grid {
        grid-template: repeat(1,1fr)/repeat(1,1fr);
    }
}

@media all and (max-width: 767px){
    .reports-alt-stocktake .three-column .left-column{
        min-width: 100%;
        padding-right: 0;
}
    footer {
    position: relative;
}
    .reconcilactionInternal .search-bar.content-wrapper.sticky .form-condense.search-table .form-field {
    padding: 0;
}
form.selectUser {
    padding-top: 0px;
    padding-bottom: 0;
}
.delivery-receipt-outer .button-block.right {
    margin-top: 10px;
}
.reconcilactionInternal .sticky-table-actions {
    bottom: 0;
}
.table-header-search form.search-table.form-condense{
        min-width: 100%;
    padding: 0 20px;
}
.table-header-search form.search-table.form-condense + div {
    padding: 0 15px;
}
.content-area{
        padding-top: 10px;
            display: flex;
    flex-direction: column;
} 
app-footer {
    margin-top: auto;
}
footer{
    position: relative;
}
.page___content .wrapper {
    margin-bottom: 80px;
}
.sidebar .sidebar__content{
        padding: 65px 15px 19px 17px;
}
.sidebar .criteria-details {
    margin-bottom: 10px;
}
    .orderdispatch .form-field.date-field-cal .cal-icon {
    top: 5px;
}
.trans-temp-field {
    height: auto;
    min-height: auto;
} 
    form.clientSetup.transaction-template {
    margin-top: 0;
}
     .privacy-section{
        display: none;
    }
    .footerInner{
        padding: 15px 20px;
    }
    .content-wrapper.alt{
        padding: 15px;
    }
    .export-controls{
        padding-top: 0;
    }
    .export-controls .button-secondary{
        margin-top: 14px !important;
    }
    .form-field.customer-setup-form {
    justify-content: flex-start;
}
    .sidebar .criteria-details li a{
     padding: 7px 0px;
    }
    .breadcrumb{
            margin-bottom: 10px;
                margin-top: 0;
    }
    #loscam-recommendation.modal-outer.reconciliation-popup{
    max-width: 80%;
    }
    form .button-block.right.no-space.required-volume-section {
    margin-top: 0;
}
.reports-alt .middle-column .checkbox-outer .checkbox-col {
    margin-bottom: 10px;
}
    .delivery-receipt .scroll-table.table.reconciliation{
        max-width: 100%;
    }
    table.data-table.table-width{
     width: 50%;
 }
 table.data-table.table-width tr, .card-table table.data-table tr  {
    display: inherit;
    width: 300px;
    margin: 0 auto;
}
table.data-table.table-width td, .card-table table.data-table td {
  width: 50%;
  display: inline-block;
  text-align: center;
}
.graph-images {
    flex-wrap: wrap;
    gap: 30px;
}
.graph-table table.data-table th{
    width: 50%;
}

.wTable {
    gap: 20px;
    padding: 0;
    width: 100%;
}

.graph-images > div {
 width: 100%;
 text-align: center;
}


form.clientSetup .button-block {
    margin-left: 0;
}

.tabs-header {
    flex-wrap: wrap;
}

.tabs-header label {
    width: 50%;
    border-radius: 0;
    border: 1px solid #fff;
}
.modal-outer.reconciliation-type-popup{
   width: 90%;
   top: 30px;
   left: 5%;
   max-height: calc(100vh - 60px);
   transform: none;
}
.data-table tr td .button-green{
    margin-left: 0;
}
.reconciliation-type-popup .tbl-content.tbl-content tr {
    border-bottom: 0;
    padding-bottom: 10px;
}
.transaction-type-table{
    flex-wrap: wrap;
}
.reconciliation-type-popup .scroll-table table {
    min-width: 100%;
}
.table-col {
    flex-basis: 100%;
    max-width: 100%;
}
.reconciliation-type-popup .right-table-col .scroll-table td:last-child{
    padding: 5px 10px;
}
.reconciliation-type-popup .orderdispatch .form-field{
    justify-content: center;
}
.reconciliation-type-popup .orderdispatch .form-field label{
    text-align: center;
}
form.transaction-template .form-field {
    flex-wrap: nowrap;
}
form.clientSetup.transaction-template .form-field label{
    justify-content: flex-start;
}
.one-row {
    flex-wrap: wrap;
}
.stocltake .one-row .form-field + .form-field label {
    width: 150px;
}
.stocktake-modal-summary tfoot{
    position: static;
}
.stocltake .one-row .form-field + .form-field {
    max-width: 100%;
}
div#stocktakeSummary .form-field input {
    max-width: none;
}
.stocltake.stocltake .form-field {
    width: 100%;
    max-width: 100%;
}

table.data-table.stocktake-table td, table.data-table.add-edit-stocktake td {
    display: revert;
    text-align: center;
}
.data-table.stocktake-table td{

    padding: 2px 12px;
}
table.data-table.stocktake-table tr, table.data-table.add-edit-stocktake tr{
  display: inherit;
  border: 0;
}
.stocktake-modal .submit-btn, .stocktake-modal .button-primary, .stocktake-modal .button-secondary, 
.stocktake-modal .btn{
 margin-left: 0;
 margin-bottom: 10px;
}
.stocktake-modal .modal-content .button-block [class^="button-"]{
    height: auto;
}
.stocktake-sites-content{
    border-top: 1px solid #E6EAEE;
    padding: 10px;
}
.stocktake-modal table.data-table{
    width: 100%;
}
table.data-table.add-edit-stocktake thead tr{
    display: flex;
}
.orderdispatch.one-line .two-colums-header.form-field .header-column-left input{
   max-width: 100%;
}
.two-colums-header .header-column-left label{
    text-align: left;
}
.header-column-right{
 padding-left: 0;
 margin-top: 20px;
 justify-content: space-between;
 width: 100%;
}
.header-column-right .form-field.form-checkbox label {
    margin-bottom: 0;
}
.privacy-section a{
    font-size: 15px;
}

.two-blocks  .form-field.calander-icon{
    max-width: 425px;
}
.two-blocks .cal-icon{
    top: 5px;
}

.orderdispatch .form-field.long-field select, 
.orderdispatch .form-field.long-field input, 
.orderdispatch .form-field.long-field textarea, 
.orderdispatch .form-field.medium-field select,
.orderdispatch .form-field.medium-field input, .orderdispatch .form-field.medium-field textarea{
    max-width: 196px;
}
.cal-icon{
    top: 25px;
}
.form-field.calander-icon{
    max-width: 230px;
}
form.clientSetup .button-block {
  margin-top: 30px;
  width: 100%;
}
footer, .activeSidebar footer{
    width: 100%;
}
.data-table tr {
    display: flex;
    flex-wrap: wrap;
    border-bottom: 10px solid #f7f7f7;
}
.orderdispatch .form-field {
    flex-wrap: wrap;
}
/*Error message starts*/
.form-field.ng-invalid.get-error{
    display: flex;
    flex-wrap: wrap;
}
.ng-invalid.get-error .error-message-outer,
.ng-invalid.get-error .error-message-outer p{
    position: static !important;
}
/*Error message ends*/
.data-table tbody tr:last-child{
    border-bottom: 0;
}
td.action-td.action-td {
    width: 33.333%;
    display: inline-block;
    text-align: center;
    flex-grow: 1;
}

.data-table td {
    display: block;
    width: 100%;
    text-align: left;         
}
.data-table td.nos{
    display: none;
}

td.action-td.action-td a {
    padding: 5px;
    display: inline-block;
}

.mobile-hide.mobile-hide {
    display: none;
}
.data-table tbody tr{
    padding-top: 3px;
}
.data-table td{
    padding: 2px 15px;
}
.data-table thead th, .content-header h4{
    width: 100%;
}
.data-table thead th{
    padding: 15px;
}
.data-table thead th.text-right{
    text-align: left;
}
.data-table thead th.add-btn {
    padding-top: 0;
}
.sidebar .criteria-details li li a{
   padding: 7px 10px;
}
.sidebar {
    left: -244px;
    transition: all .3s;
}

.collapse-sidebar{
    margin-left: auto;
}
.sidebar .sidebar__header{

    transition: all .4s;
    transition: all .4s;
    height: 40px;
    width: 234px;
    left: -170px;
}
.sidebar {
    position: fixed;
}

.activeSidebar .content-area, .content-area {
    padding-left: 0;
}
.sidebar ul {
    display: block;
}

.sidebar .link-group a:last-child {
    text-indent: 0;
    width: auto;
    width: 100%;
    padding: 11px;
    padding-left: 59px;
}

.sidebar .link-group a::before {
    left: 14px;
}

.sidebar__footer {
    display: block;
}

.sidebar {
    background: transparent;
    width: 244px;
}

.activeSidebar .sidebar{
    left: 0px;
}
.data-table td:before {
    font-weight: bold;
    content: attr(data-label);
    float: left;
    margin-right: 10px;
}

.activeSidebar header{
    padding-left: 95px;
}

.activeSidebar .sidebar .sidebar__header {
    left: 0;
}
.content-header h4 + a, .content-header h4 + input{
    margin-top: 20px;
}
form .button-block, .index-form form .button-block{
    padding-left: 0;
}
.orderdispatch.long-field-client-setup .form-field.small-field{
    max-width: 470px;
}
.tbl-content.tbl-content .data-table td:before {
    width: 100px;
    text-align: left;
    flex-shrink: 0;
    background: transparent;
    position: static;
    content: attr(data-label);
    line-height: 1.3;
}
.scroll-table.scroll-table,
.tbl-content.tbl-content td {
    border: none;
}
.tbl-content.tbl-content tr {
    border-bottom: 10px solid #f7f7f7;
}
.reconciliation.reconciliation .tbl-content tr:nth-child(odd) td:last-child {
    background: #e6eaee;
}

.reconciliation.reconciliation .tbl-content tr:nth-child(even) td:last-child {
    background: #fff;
}
.content-wrapper.sticky.sticky{
    position: static;
}
.tbl-content .data-table td {
    text-align: left;
    display: flex;
    padding: 5px 10px;
}
.trans-temp-field .tbl-content .data-table td{
    width: 100% !important;
}
.tbl-content.tbl-content{
    max-height: none;
    margin: 10px 0;
}
}
@media all and (max-width: 690px){
    div.dropdown-a {
        margin: 0 0 10px 0;
        width: 100%;
    }

    form .button-block.flex-right {
        flex-wrap: wrap;
        justify-content: flex-start;
        gap: 10px;
    }

    .dropdown-a {
        display: inline-block;
    }

    .transaction-template.form-inline .form-field {
        flex-wrap: wrap;
        width: 100%;
        flex-basis: 100%;
    }
    ul.btn-popup {
        left: 0;
        margin: 0;
    }

    .modal-content-top, .addItmQty{
        flex-direction: column;
    }
    #addItem input[type="search"] {
        width: 60%;
    }
    .addItmQty .button-block {
        margin-bottom: 10px;
    }
    #addItem .form-field.itemSearch{
        flex-wrap: nowrap;
    }
    form.one-line.orderdispatch .button-block{
        margin-top: 20px;        
    }
    form .button-block.left-right-buttons .left .button-secondary{
        padding: 3px 10px;
    }
    .addItemsForm.form-field, .addItmQty > div{
        width: 100%;
    }
    form .stocktake-buttons .submit-btn, .stocktake-buttons .button-primary, .stocktake-buttons .button-secondary, 
    .stocktake-buttons .btn{
        min-width: 85px;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .stocktake-buttons .button-secondary + .btn{
        margin-left: 0;
    }
}
@media all and (max-width: 600px){
    .transfer_del.phone-field .input-code + select#transfer_delay {
    max-width: 100%;
}
.hire-profile-setup .form-field.form-checkbox.two-col label{
        width: 100%;
}
.orderdispatch.hire-profile-setup .form-field .checkbox-outer {
    width: 100%;
    margin-right: 0;
}
    .country-type-form .three-column .left-column{
        padding-right: 0;
    }
    .country-type-form .iti.iti--allow-dropdown, .carrierSetupPhone .iti.iti--allow-dropdown  {
    width: 100%;
}
    .orderdispatch .form-field.date-field-cal {
    max-width: 425px;
}

    .reports-alt-stocktake .three-column .middle-column {
    width: 100%;
}
    .reconcilactionInternal .form-condense.date-condense-form{
        padding-right: 20px;
    }
    .form-condense.date-condense-form .form-field.calander-icon {
    padding-right: 5px;
}
    .delivery-receipt-outer .button-block.right{
        display: flex;
        margin-left: 0;
    }
    .delivery-receipt-outer .button-block.right button.button-secondary.border-btn{
          margin-left: 0;  
    }
    .transaction-template.form-inline .form-field.ar-icon label {
        width: 100%;
    }
    .transaction-template.form-inline .form-field.ar-icon input {
        width: calc(100% - 30px);
    }
    .reports-alt-stocktake.orderdispatch .form-field {
    max-width: 100%;
}
form.reports-alt-stocktake .button-block{
        margin-top: 20px;
}
form.reports-alt-stocktake .button-secondary {
    margin-left: 0;
}
}

.form-field.medium-field.no-flex .checkbox-outer label {
    width: auto;
    min-width: 100px;
}

.form-checkbox.two-col .checkbox-outer {
    margin-right: 20px;
}

.transfer_del.phone-field .input-code {
    text-align: center;
}

.data-table td.action-td img {
    width: 15px;
}
/*reports page 06-04*/
.reports-alt .two-blocks .cal-icon {
    right: -25px;
}

@media all and (max-width: 520px){
    .stocktake-add-wrapper-content .stocktakeschedule .form-field {
    max-width: 100%;
}
    form.clientSetup.transaction-template .form-field select, form.clientSetup.transaction-template .form-field input {
        max-width: 100%;
    }
    form.clientSetup.transaction-template .button-secondary, form.clientSetup.transaction-template .button-block .button-secondary,
    form.clientSetup.transaction-template .button-secondary, form.clientSetup.transaction-template .submit-btn{
        margin-left: 0;
        min-width: auto;
        padding: 3px 17px 4px 17px;
    }
    form.clientSetup.transaction-template .button-block.right.right{
        margin-left: 0;
    }
    .two-colums-header.alt .header-column-left label {
        width: 100% !important;
        text-align: left;
        margin-bottom: 8px;
    }
    .two-colums-header.alt .header-column-left.header-column-left.header-column-left input{
        margin-left: 0;
    }
    .two-colums-header .header-column-left {
        flex-wrap: wrap;
    }
}

@media all and (max-width: 520px){
    .add-all-button-block.stocktake-button-summary {
        width: 100%;
    }
    table.data-table.stocktake-table {
        width: 100%;
    }
    .header-column-right label{
        margin-left: 10px;
    }
    div#stockTakeModel .modal-content .button-block.right, div#stockTakeModel .button-block.right.right{
        text-align: left;
    }
    div#stockTakeModel button#submit{
        min-width: auto;
        text-align: center;
       }
    div#stockTakeModel .orderdispatch.one-line .form-field input {
        max-width: 146px;
    }
    .modal-content .button-block [class^="button-"]{
        margin: 10px 0;
        height: 30px;
    }

    .two-blocks .form-field.calander-icon {
        max-width: 100%;
    }
    .two-blocks .cal-icon,
    .reports-alt .two-blocks .cal-icon {
        right: 10px;
        top: 25px;
    }
    .two-blocks .p-right{
        padding-right: 0;
    }
    form .button-block.left-right-buttons .left .button-secondary {
        padding: 3px 30px;
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
    .button-block.left-right-buttons .button-secondary, .button-secondary {
        margin-left: 0;
    }
    form .button-block.left-right-buttons .right a {
        padding: 3px 10px;
    }
    form.one-line.orderdispatch .button-block{
        padding-left: 30px;
    }
    .orderdispatch .form-field, .orderdispatch .form-field.small-field,
    .orderdispatch .form-field.long-field, .form-field.calander-icon,
    .user_setup .orderdispatch .form-field.small-field, .user_setup .button-secondary.border-btn,
    .clientSetup .form-field.phone-field input, .clientSetup .form-field input, .clientSetup .form-field select,
    .form-field input, .form-field select, .form-field textarea, .form-field.phone-field .input-control,
    .index-form .form-field select,.orderdispatch .form-field.long-field select, 
    .orderdispatch.clientSetup.equipment-setup .form-field, 
    .orderdispatch .form-field.long-field input, .orderdispatch .form-field.long-field textarea, 
    .orderdispatch .form-field.medium-field select, .orderdispatch .form-field.medium-field input, .orderdispatch .form-field.medium-field textarea{
        max-width: 100%;
    } 
    .clientSetup .form-field input,
    .reports-alt .form-field input,
    .reports-alt .form-field select,
    .reports-alt .form-field.form-checkbox.two-col label{
        max-width: 100%;
        width: 100%;
    }
    form.clientSetup .button-block{
        padding-left: 0;
    }
    .cal-icon{
        right: 10px;
    }
}

/** Login Page **/
.login_main_wrapper {
    min-height: 100vh;
    background: #E5E5E5;
}

.login_page {
    min-height: calc(100vh);
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-page {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 135px 0;
}

.login-page .login-form {
    max-width: 465px;
    width: 100%;
}

.login-page .logo {
    width: 402px;
    margin: 0 auto 50px;
    display: block;
}

.login-form h2 {
    font-weight: 600;
    font-size: 22px;
    line-height: 22px;
    color: #262935;
    margin-bottom: 12px;
}

.login-form .form-control {
    background: #E6EAEE;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    font-weight: 600;
    font-size: 16px;
    line-height: 16px;
    color: #7F8FA4;
    width: 100%;
    padding: 21px 30px;
    margin-bottom: 20px;
}

.login-form .form-control:focus {
    outline: none;
}

.login-form .form-group.passcode {
    position: relative;
}

.login-form .form-group.passcode .form-control {
    margin-bottom: 12px;
}

.login-form .form-group .pass_icon {
    background: url(../images/password.svg) no-repeat center;
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 31px;
    top: calc(50% - 16px);
}

.login-form .forgot-link {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    color: #ED0000;
    text-decoration: none;
    display: block;
    margin-bottom: 35px;
}

.signin-btn {
    text-align: center;
}

.login-button {
    background: #ED0000;
    box-shadow: 0px 4px 8px rgb(0 0 0 / 10%);
    border-radius: 4px;
    width: 293px;
    height: 52px;
    font-weight: 700;
    font-size: 22px;
    line-height: 27px;
    color: #FFFFFF;
    margin: 0 auto;
}

.signin-btn span {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    color: #262935;
    margin: 20px 0;
}

a.microsoft_login {
    display: block;  
    background: #FFFFFF url(../images/microsoft-icon.svg) no-repeat 53px /30px;
    border: 2px solid #262935;
    border-radius: 33px;
    padding: 18px 53px 18px 96px;
    font-weight: 600;
    font-size: 19px;
    line-height: 19px;
    color: #262935;
    text-decoration: none;
    max-width: 338px;
    margin: 0 auto;
}

.footer {
    width: 100%;
    padding: 20px 36px;
    background: #fff;
    position: static;
    margin-top: 10px;
}

.footer .footerInner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.footer .footerInner .logo {
    margin-right: 20px;
}

.footer .copyright span {
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
    color: #7F8FA4;
}

ul.footer_middle_links,
.footer_right_links {
    display: flex;
    align-items: center;
}

ul.footer_middle_links li {
    padding: 0 8px;
    border-right: 1px solid #7F8FA4;
}

ul.footer_middle_links li:last-child {
    border-right: 0;
}

ul.footer_middle_links a {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #7F8FA4;
    text-decoration: none;
    display: block;
}

.footer_right_links a {
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #ED0000;
    text-decoration: none;
    padding: 5px 0;
}

.footer_right_links a.support {
    background: url(../images/chat-icon.svg) no-repeat left / 20px;
    padding-left: 30px;
    margin-right: 30px;
}

.footer_right_links a.phone {
    background: url(../images/phone-icon.svg) no-repeat left / 20px;
    padding-left: 30px;
}
.three-column .left-column.noborder,
.three-column .middle-column.noborder,
.noborder {
    border-right: 0px;
}
/* Reconciliation2 page */
.form-condense .form-field label {
    width: auto;
    padding-right: 6px;
}

.form-condense .form-field {
    padding: 0 5px;
    margin: 10px 0;
    display: inline-flex;
}
.form-condense select, .form-condense input, .form-condense:not(.alt) label{
   font-size: 12px;
   max-width: 240px;
}
.form-field select {
    padding-right: 25px;  
}
.form-condense {
    padding: 0 5px;
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
}
.form-condense .form-field.calander-icon {
    padding-right: 25px;
}

.form-condense .calander-icon .cal-icon {
    right: 5px;
}
.content-wrapper.sticky {
    position: sticky;
    top: 80px;
    z-index: 3;
}
.table-header-search {
    display: flex;
    justify-content: space-between;
    padding: 0 10px;
    align-items: center;
    min-height: 45px;
}

.table-header-search h2, .trans-table-outer h2 {
    color: #ED0000;
    text-transform: uppercase;
    font-weight: 600;
    margin: 0 auto;
}
.search-table label{
    font-size: 14px;
}
.scroll-table table{
    width: 100%;
    table-layout: fixed;
}
.scroll-table td {
    text-align: center;
}
.scroll-table{

    border: 1px solid #262935;
    overflow-x:auto;
}
.tbl-content{
  max-height:300px;
  margin-top: 0px;
}
.scroll-table .tbl-header th {
    background: #262935;
    color: #fff;
    padding: 4px 0;
    line-height: 1;
    vertical-align: middle;
    border-right: 1px solid #fff;

    min-height: 36px;

}
.scroll-table.trans .tbl-header th {
    height: 50px;
    
}
.scroll-table.trans .tbl-header th,
.scroll-table.trans .tbl-content td{
    position: static;
}
.tbl-content td.active.active {
    background: #fcff65;
}
.scroll-table table{
    border-collapse: collapse;
}
.tbl-content td {
    border-right: 1px solid #262935;
    vertical-align: middle;
    color: #262935;
    padding: 3px;
    background: #fff;
}
.tbl-content textarea{
    height: 34px;
    margin-top: 3px;
    background: #fff;
    width: 100%;
}
.tbl-content tr.active textarea {
    background: #c6eac7;
}
.reconciliation .tbl-content tr:nth-child(even) td:last-child {
    background: #e6eaee;
}

.reconciliation .tbl-content tr:nth-child(odd) td:last-child {
    background: #fff;
}
.tbl-content tr{
    border-bottom: 1px solid #262935;
}

.tbl-content tr {
    background: #fff;
}


.tbl-content tr:nth-child(odd) td {
    background: #e6eaee;
}
.tbl-content td:last-child,
.tbl-header th:last-child{
    position: sticky;
    right: 0;

    border-right: 0;
}
.tbl-header{
    position: sticky;
    top: 0;
    z-index: 1;
}
.tbl-content td:last-child:before,
.tbl-header th:last-child:before {
    content: "";
    height: 100%;
    left: -1px;
    width: 1px;
    background: #262935;
    position: absolute;
    top: 0;
}
.tbl-header th:last-child:before{
    background: #fff;
}
.tbl-content .custom-checkbox{
    display: inline-block;
}
.tbl-content tr.active td {
    background: #b4dbbb;
}
.form-condense.alt {
    align-items: center;

}

.form-condense.alt  h2 {
    margin-right: auto;
    font-size: 19px;
    font-weight: 600;
    padding: 0 10px;
}

.form-field-outer {
    width: 100%;
    display: flex;
    padding: 0 5px;
    justify-content: center;
    align-items: center;

}
.filter-form .form-field-outer{
    flex-wrap: wrap;
}
.form-condense.alt [type="checkbox"]:not(:checked) + i:before {
    box-shadow: 0px 0px 0px 1px #7f8fa4;
    border-radius: 2px;
}

.form-condense.alt .form-field {
    padding-right: 22px;
}

.form-condense.alt .form-field label {
    padding-right: 10px;
}
.form-condense.alt .form-field:last-child {
    padding-right: 0;
    margin-left: auto;
}
.sticky-table-actions {
    position: sticky;
    bottom: 80px;
    padding: 0 23px 0 17px;
    z-index: 1;
}

.table-action-inner {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-action-inner a {
    margin: 5px 3%;
    display: inline-block;
}
.table-footer-action {
    display: flex;
    flex-wrap: wrap;
}

.table-footer-action .radiowrap {
    margin-right: 30px;
    margin-bottom: 20px;
}
.table-footer-action .button-block {
    width: 100%;
}
.modal-outer.modal-alert {
    height: auto;
}
.modal-content .button-block.center {
    margin-left: 0;
    display: flex;
    justify-content: center;
}

.modal-content .button-block.center a:first-child {
    margin-left: 0;
}

.modal-outer.modal-alert .modal-content {
    text-align: center;
    padding: 15px;
}

.modal-outer.modal-alert h2 {
    font-weight: 600;
    color: #000;
    margin-bottom: 20px;
}

.modal-outer.modal-alert .modal-content > a {
    font-size: 18px;
    color: #666;
}
.modal-outer.modal-full {
    max-width: 100%;
}
.form-centered .form-field {justify-content: center;}

.form-centered .form-field label {
    width: auto;
    padding-right: 20px;
}

div#modalNext .modal-content > h2 {
    font-size: 20px;
    color: #000;
    text-align: center;
    font-weight: 700;
    margin-bottom: 20px;
}

div#modalNext .modal-content {
    padding: 25px 30px;
}
.trans-table-outer {
    margin: 0 -15px;
    display: flex;
}

.trans-table-left {
    width: 50%;
    padding: 0 15px;
}
.trans-table-outer > div > h2 {
    padding: 15px;
    text-align: center;
}
.trans-table-outer td, .trans-table-outer th {
    height: 40px;
    text-align: left;
    padding: 5px 10px !important;
}
div#modalNext {
    height: auto;
}
.tbl-content td.highlight {
    color: #ED0000;
}
/*add-item-modal popup 24-11*/
.additemsRow {
    width: 100%;
    display: flex;
    align-items:  flex-start;
    margin-bottom: 10px;
}

.addItemsTable {
    width: calc(56% + 20px);
    padding-right: 20px;
    margin-left: -20px;
  max-height: 180px;
    overflow-x: auto;
}
.addItemsForm.form-field.addItemsForm-right textarea{
    height: 180px;
}
.addItemsForm.form-field {
    flex-direction: column;
    padding-left: 20px;
    align-items: flex-start;
}
.addItemsTable table {
    width: 100%;
}

.addItemsTable td {
    text-align: center;
    padding: 7px 10px;
}

.addItemsTable td:first-child {
    width: 50px;
    vertical-align: middle;
}

.addItemsTable tr:nth-child(odd) {
    background: #e6eaee;
}
.addItemsTable .custom-checkbox {
    display: inline-block;
}
.addItemsForm.form-field .form-field {
    width: 100%;
    margin-top: 40px;
}

.addItemsForm.form-field .form-field .form-control {
    width: 60px;
    flex-grow: initial;
}
.addItemsForm.form-field.addItemsForm-right {
       margin-bottom: 0px;
}
.checkbox-outer.checkbox-bottom {
    flex-wrap: wrap;
    justify-content: center;
}
label.w-full {
    width: 100%;
    margin-bottom: 6px;
    text-align: center;
}
.addItmQty-buttons .button-block{
  width: calc(56% + 20px);
  margin-left: 0;
}
.addItmQty-buttons .button-block a.button-secondary {
    margin-left: 0;
}
#addItem .addItmQty.addItmQty-buttons .form-field {
    margin-bottom: 0;
}
.addItmQty.addItmQty-buttons{
    margin-bottom: 20px;
}
.modal-content.modal-content-add .button-block.right{
    margin-bottom: 10px
}
/*add-item-modal popup 24-11 ends*/

.bordered select.ap-none, td.bordered input {
    border: 1px solid #7F8FA4;
    line-height: 1.3;
    height: auto;
    padding: 0 10px;
    text-align: center;
    width: 100%;
    max-width: 85px;
    background: transparent;
}
.bordered.active select.ap-none {
    color: #ED0000;
    border-color: #ED0000;
}
.scroll-table.default .tbl-content tr.tr-active td {
    background: #E2EFDA !important;
}

.scroll-table.default .tbl-content tr.tr-active td input, .scroll-table.default .tbl-content tr.tr-active td select {
    background: transparent;
    color: #ED0000;
    border-color: #ED0000;
    
}
.scroll-table.default .tbl-content tr.tr-active td input{
    border-color: transparent;
}
.button-block.right.w-space {
    display: flex;
    justify-content: flex-end;
}

.buttun-div {
    margin: 0 auto;
}
.reports-alt-stocktake .form-field label{
    width: 138px;
}
.reports-alt-stocktake .three-column .middle-column{
    width: 33%;
}
.reports-alt-stocktake.orderdispatch .form-field {
    max-width: 355px;
}
.reports-alt-stocktake .three-column .right-column, .reports-alt-stocktake .three-column .middle-column,
.three-column .left-column{
    min-width: auto;
}
ul.menu>li ul.submenu.submenu{
    padding-left: 10px;
}

@media all and (max-width:1400px){
    .form-field.two-colums-header.alt .header-column-right {
    min-width: 0;
}
}

@media all and (max-width: 1100px){
    .form-field.two-colums-header.alt{
        flex-wrap: wrap;
    }
    .checkbox-outer.alt{
        justify-content: flex-start;
    }
    .form-field.two-colums-header.alt .header-column-left label {
    min-width: 0;
    width: auto !important;
}
}
@media all and (max-width: 992px){
    footer{
        width: 100%;
    }
    .longwithmarg.longwithmarg{
        margin-left: 63px;
    }
    header {
    padding-left: 75px;
}
.form-field.two-colums-header.alt .header-column-left label {
    width: 125px !important;
    text-align: left;
    padding-right: 15px;
}
.form-field.two-colums-header.alt .header-column-left input{
    margin-left: 0 !important;
}
.content-header.alt .header-column-right {
    margin-left: auto;
}
.form-field.two-colums-header.alt .header-column-right {
    justify-content: flex-end;
}
.copyright {
    display: none;
}
.transaction-Link{
    padding: 100px 20px;
}
header{
    padding-left: 75px;
}
}
@media all and (max-width:  767px){
    .mark-off-button {
    margin-left: 10px;
}
    .markoff-reconcillationTables .table-header-search form.search-table.form-condense{
        padding: 0 0px;
    }
    .markoff-reconcillationTables .form-condense .form-field{
padding: 0;
    }
    .header-column-right{
            padding-left: 124px;
    }
    .stocktake-add-wrapper-content .stocktakeschedule .form-field {
    max-width: 230px;
}
     .longwithmarg.longwithmarg{
        margin-left: 0px;
    }
    .commontransaction .form-field.form-checkbox.two-col label{
        width: auto;
    }
    .commontransaction .form-field.ng-valid.get-error{
            display: block;
    }
    .transactionCustom{
    right: 12px;
}
    header{
        height: 49px;
            padding-left: 64px;
    }
    .reconcilactionInternal form.search-table.form-condense > div {
    margin-top: 0;
}
.buttun-div.excess-buttons {
    margin: 0;
}
.equipment_Table .tbl-content {
    margin: 0;
}
.bordered select.ap-none{
        max-width: 115px;
}
.reconcilactionInternal .table-header-search a.button-secondary{
        margin-bottom: 0;
}
.reconcilactionInternal .sticky-table-actions .table-action-inner{
        padding: 0;
}
    #stockTakeModel .custom-data-table .border-btn{
    width: auto;
    height: 24px;
    }
    .label-align-right label.commonTrlable {
    text-align: left;
}
    .pagination{
        flex-wrap: wrap;
        display: flex;
        gap: 0;
        margin: 0 -5px;
    }
    .content-header{
     padding: 15px;
    }
    .pagination a{
    width: 30px;
    height: 30px;
    margin-right: 0;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 0 5px 10px;
    }
   .page__header .page__header-left{
            height: 100%;
    }
    .reports-alt-stocktake .three-column .left-column, .reports-alt-stocktake .three-column .right-column, 
    .reports-alt-stocktake .three-column .middle-column{
            width: 100%;
    }
     .reports-alt-stocktake .cal-icon {
    top: 7px;
}

.sticky-table-actions {
      bottom: 0;
}
.three-column.alt .left-column, .three-column.alt .right-column, .three-column.alt .middle-column,
.form-field.two-colums-header.alt .header-column-left, .form-field.two-colums-header.alt .header-column-right{
    min-width: 0;
    width: 100%;
    padding-right: 0;
}
.checkbox-outer.alt > label {
    width: 100% !important;
}
.three-column.alt .form-field.calander-icon {
    max-width: 100%;
}

.three-column.alt .form-field.calander-icon .cal-icon {
    top: 0;
}
    .transaction-listing table.data-table {
        min-width: auto;
    }
    .table-header-search {
        flex-wrap: wrap;
        padding: 10px 0;
    }

    .table-header-search h2 {
        order: -1;
        padding: 0 10px;
        width: 100%;
    }

    .form-condense {
        flex-grow: 1;
    }

    .form-condense .form-field {
        width: 100%;
    }
    form.filter-form .form-field-outer {
        flex-wrap: wrap;
    }

    .form-condense.alt .form-field label {
        width: 100px;
        margin-bottom: 0;
    }

    .form-condense.alt h2 {
        padding-left: 5px;
        margin-top: 10px;
    }
    .form-condense .form-field label {
        width: 100%;
    }

    .table-header-search a.button-secondary {
     margin: 10px;
     display: inline-block;
 }
 .trans-table-outer {
    display: block;
    overflow-y: auto;
}

.trans-table-left {
    width: 100%;
}

div#modalNext {
    height: 90vh;
}

div#modalNext .modal-content {
    height: 100%;
}
.sticky-table-actions {
    position: relative;
    bottom: 118px;
}

.table-action-inner {
    display: block;
}

.table-action-inner a {
    width: calc(50% - 7%);
}
.form-condense .form-field.calander-icon {max-width: 100%;}

.form-condense .calander-icon .cal-icon {
    top: 5px;
}
.form-condense .form-field .button-secondary {
    margin-left: auto;
}
}
@media all and (max-width:  600px){
    .reports-alt-stocktake .cal-icon {
    top: 25px;
}
.middle-column.noborder.w-auto .checkbox-outer.checkbox-outer.have-attr>label {
    width: 210px;
}
.reports-alt-stocktake.orderdispatch .form-field {
    max-width: 100%;
}
.reports-alt-stocktake .button-secondary{
    padding: 3px 13px 4px;
}
.reports-alt-stocktake form .button-block.flex-right{
    gap: 0;
    margin-top: 30px;
}
    .reports-alt-stocktake .three-column .right-column, .reports-alt-stocktake .three-column .middle-column,
    .three-column .left-column{
        width: 100%;
    }
    .reports-alt-stocktake .cal-icon {
        top: 5px;
    }
    .form-condense {
        width: 100%;
    }

    .form-condense .form-field input, .form-condense .form-field select,
    .form-condense .form-field label {
        max-width: 100%;
    }

    .form-condense .calander-icon .cal-icon {
        top: 25px;
    }

    .form-condense.alt .form-field:last-child .button-primary:first-child {
        margin-left: 0;
    }
}

@media all and (max-width: 520px){
    .header-column-right{
            padding-left: 30px;
    }
    .three-column.alt .form-field.calander-icon .cal-icon{
        top: 25px;
    }
}
@media all and (max-width: 480px){
    /* responsive on phone starts */
    .mark-off-button {
    margin-left: 0;
}
     .header-column-right{
            padding-left: 0px;
    }
     .transactionCustom{
    right: 0px;
}
    .middle-column.noborder.w-auto .checkbox-outer.checkbox-outer.have-attr>label {
    width: 100%;
}
.button-block.right.ml-10.ml-10 {
    margin-left: 10px;
}
 .orderdispatch .form-field.date-field-cal {
    max-width: 100%;
}
.orderdispatch .form-field.date-field-cal .cal-icon {
    top: 25px;
}
.buttun-div.excess-buttons {
    margin: 0 10px 0 0px;
}
    #stockTakeModel#stockTakeModel .btn {
    padding: 4px 17px;
}
    .content-wrapper.mb-10.stocktake-outer-wrapper.filterSection {
    margin: 0;
    padding: 0;
}
    .content-header.content-header {
    padding: 15px;
}
.custom-data-table.equipment-type-setup {
    margin-top: 20px;
}
    #barcode .modal-content .button-block .button-secondary:nth-of-type(2).button-secondary:nth-of-type(2) {
    margin-left: 0;
}
  .depot-information .button-secondary{
        margin-left: 0;
    }
    input[type="date"] {
    appearance: none;
}
.form-condense.date-condense-form .form-field.calander-icon {
    padding-right: 0;
}
div#stockTakeModel .modal-content{
        padding: 20px 20px 70px;
}
.button-block.right.w-space{
        margin-top: 20px;
}
.buttun-div {
    margin: 0 10px 0;
}
.button-block.right.w-space{
        justify-content: flex-start;
}
    .form-condense .form-field .button-secondary {
       margin-left: 10px;
    }
    .barcodeWrapper th{
        font-size: 14px;
    }
    .table-header-search h2.loscam-left-space {
    padding: 0 0 0 10px;
}
    form.clientSetup.transaction-template .form-field .fields_w{
            max-width: 100%;
    }
    .offsetTransactionerror.offsetTransactionerror{
        left: 0;
        top: 47px;
    }
    .btn-footer [class^=button-], .btn-footer [class^=button-]{
            margin-left: 10px;
    }
    .sidebar .sidebar__content{
        padding: 60px 15px 19px 15px;
    }
    .sidebar__footer{
        padding: 15px 15px 19px;
    }
    .transaction-Link.transaction-Link{
    margin-top: 20px;
    display: block;
    text-align: left;
    }
.btn{
    padding: 4px 17px 4px;
}
form .button-block.left-right-buttons .left {
    margin-bottom: 0;
}
.custom-checkbox.custom-checkbox{
    margin-left: 1px;
}
.button-block.right.two-input-button input, .button-block.right.two-input-button button.button-primary,
.button-block.right.two-input-button .button-secondary:first-of-type {
    margin-right: 10px !important;
}

.button-block.right.stocktake-add-buttons.stocktakeSave {
    margin-left: 0px;
}
div#stockTakeModel .orderdispatch.one-line .form-field {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
div#stockTakeModel .orderdispatch.one-line .form-field label {
    width: 20%;
}
div#stockTakeModel .orderdispatch.one-line .form-field input#search {
    flex-grow: 1;
    max-width: none;
}
div#stockTakeModel .custom-data-table.add-sites-table{
    max-height: 240px;
}
div#stockTakeModel .inner__wrapper.maintenanceOuter {
    width: 100%;
}
form.clientSetup.transaction-template .form-field.form-checkbox.checkbox-left.two-col.fw .checkbox-outer {
    margin-bottom: 10px;
}
.form-condense.alt .form-field{
    padding-left: 10px;
}
.btn-left-margin {
    margin-left: 10px;
}
.reconcilactionInternal .form-condense.date-condense-form {
    padding-left: 15px;
    padding-right: 15px;
}
.button-block.right.no-space.two-input-button {
    margin-top: 30px;
}
footer {
    position: relative;
}

.page___content .wrapper {
    margin-bottom: 10px !important;
    padding: 15px 23px 0 17px;
}
form.clientSetup .button-block{
    margin-top: 10px;
}
.content-header h4+a, .content-header h4+input{
    margin-top: 10px;
}
form.one-line.orderdispatch .button-block {
    margin-top: 10px;
}
.sidebar .sidebar__header {
    width: 234px;
    height: 40px;
}

.page__header .page__header-left {
    height: 100%;
    border: 0;
    padding-right: 0;
}
header {
    height: 48px;
    background: #fff;
    padding-right: 0px;
    padding-left: 74px;
}
.content-area {
    width: 100%;
    padding-top: 50px;
    display: flex;
    flex-direction: column;
}
.breadcrumb{
    font-size: 16px;
}
.page__header .page__header-left img{
    padding: 0;
    height: 30px;
    object-fit: contain;
    object-position: left;
}
.logo {
    margin-right: 20px;
    width: auto;
}
.content-wrapper{
    padding: 15px 15px;
}
.support-enquiry a{
    margin-right: 15px;
    justify-content: center;
    font-size: 0;
    margin: 0;
    text-align: center;
}
.privacy-section a {
    font-size: 14px;
}
.footerInner{
    padding: 10px 15px;
}
footer .copyright, .privacy-section{
    display: none;
}
form.selectUser {
    padding-top: 0;
    padding-bottom: 20px;
}
.delivery-receipt-outer .button-block.right {
    margin-top: 40px;
}
form.selectUser .delivery-receipt .form-field {
    margin-bottom: 0;
}
.button-secondary:first-of-type.button-secondary:first-of-type {
    margin-left: 0;
    margin-right: 0;
}
form.selectUser .delivery-receipt + .button-block .button-primary {
    margin-left: 0;
    min-width: auto;
    width: 48%;
    margin-top: 10px;
}
.delivery-receipt-outer .button-block.right{
    flex-wrap: wrap;
}
form.selectUser .delivery-receipt + .button-block .button-secondary:last-of-type {
    width: 48%;
    margin-top: 10px;
    margin-left: 4%;
}
form.selectUser .delivery-receipt + .button-block .button-secondary:first-of-type {
    min-width: auto;
    width: 100%;
}
.checkbox-outer{
    width: 100%;
        justify-content: space-between;
}
.form-checkbox.two-col .checkbox-outer{
        margin-right: 0;
}
.form-field.form-checkbox.two-col label{
        width: 90%;
    padding-right: 10px;
}
 .userSetup-Add .button-block.right {
    display: flex;
}
app-footer {
    margin-top: auto;
}
.orderdispatch.userSetup-Add .button-block .button-secondary{
    margin-bottom: 0;
}
.iti.iti--allow-dropdown {
    width: 100%;
}
.mobile-hide{
    display: none !important;
}
.three-column .cal-icon.cal-icon {
    right: 10px !important;
}
form .button-block.right.minimum-space .button-secondary:first-of-type.button-secondary:first-of-type {
    margin-left: 10px;
}
.data-table td{
    line-height: 1.5;
}
form.one-line.orderdispatch .form-field label{
    margin-bottom: 7px;
}
form.one-line.orderdispatch .header-column-right .button-block{
    margin-top: 0;
}
.header-column-right{
    flex-wrap: wrap;
}
.header-column-right .form-field.form-checkbox {
    margin-bottom: 20px;
}
form.one-line.orderdispatch .header-column-right .form-field.form-checkbox label {
    margin-bottom: 0;
}
.modal-content .button-block {
    text-align: center;
}
.modal-content .button-block .button-secondary:nth-of-type(2).button-secondary:nth-of-type(2) {
    margin-left: 10px;
}
.modal-outer.reconciliation-popup{
    max-width: 95%;
}
.markoff-reconcillationTables .form-condense.date-condense-form {
      padding: 0px 15px 10px;
}
.form-condense.date-condense-form .form-field{
    padding: 0;
    margin-bottom: 0;
}
.form-condense.date-condense-form .form-field a.button-secondary {
    margin-bottom: 10px;
}
.form-condense .form-field.calander-icon {
    padding-right: 0;
}
.form-condense{
    padding: 0;
}
.content-wrapper.sticky.sticky .table-header-search{
    padding: 15px;
}
.sticky-table-actions{
    bottom: 0;
}
.sticky-table-actions .table-action-inner {
    padding: 10px;
    display: flex;
    flex-wrap: wrap;
}
.sticky-table-actions .table-action-inner .button-secondary:first-of-type{
        margin: 5px 3%;
}
form .button-block.right.no-space button.button-primary {
    margin-left: 0;
}
.reconcilactionInternal .search-bar.content-wrapper.sticky .form-condense .form-field input {
    max-width: 100%;
}
.reconcilactionInternal .table-header-search a.button-secondary{
    padding: 2.5px 17px; 
}
.content-header .btn{
    height: 24px;
    min-width: auto;
}
.sidebar .criteria-details li{
    margin-bottom: 8px;
}
.support-enquiry a.call:before, .support-enquiry a:before {
    margin-right: 0;
}
.support-enquiry{
    justify-content: center;
    gap: 15px;
}

/* responsive on phone ends */
}
