 /* ------------------------------------------
  FONT CSS STYLES
--------------------------------------------- */
@font-face
{
    font-family: 'SegoeUILight';
    src: url('../fonts/segoeuil.eot');
    src: url('../fonts/segoeuil.eot') format('embedded-opentype'), url('../fonts/segoeuil.woff') format('woff'), url('../fonts/segoeuil.ttf') format('truetype'), url('../fonts/segoeuil.svg#SegoeUILight') format('svg');
}

@font-face
{
    font-family: 'SegoeUISemibold';
    src: url('../fonts/seguisb.eot');
    src: url('../fonts/seguisb.eot') format('embedded-opentype'), url('../fonts/seguisb.woff') format('woff'), url('../fonts/seguisb.ttf') format('truetype'), url('../fonts/seguisb.svg#SegoeUISemibold') format('svg');
}

* {
    outline: none !important;
}

a {
    color: var(--color-black);
    text-decoration: none !important;
    outline: none;
}

    a:hover,
    a:focus {
        color: var(--color-black);
        text-decoration: underline;
        outline: none;
    }

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0rem !important;
}

h4{
    margin-bottom: 0rem !important;
}

.line-height-24 {
    line-height: 24px;
}

.font-13 {
    font-size: 13px
}

.font-16 {
    font-size: 16px
}

.semibold {
    font-weight: 600;
}

.font-18 {
    font-size: 18px !important;
}

.font-20 {
    font-size: 20px !important;
}

.font-24 {
    font-size: 24px !important;
}

.font-36 {
    font-size: 36px !important;
}

/********************** Login Form ************************/
input[type="submit"] {
    color: var(--color-white);
    outline: none;
    margin-right: 20px;
    padding: 5px 20px 5px 20px;
    border: solid 1px var(--button-tertiary);
    background-color: var(--button-tertiary);
    font-size: 12px !important;
    width: max-content;
    margin-top: 15px;
    float: right;
    border-radius: 3px;
}

#btnLogin {
    padding-top: 8px;
    padding-bottom: 8px;
    margin-right: 5px;
    transition: var(--transition);
}

    #btnLogin:hover {
        background-color: var(--button-default);
        border-color: var(--button-default);
        transition: var(--transition);
    }

.signtop-field {
    padding: 0px;
    font-size: 14px;
    font-weight: normal !important;
    color: var(--color-white);
}

    .signtop-field span.fieldRequiredLabel {
        font-weight: 400;
    }

    .signtop-field span.ErrorMsg {
        display: none !important;
    }

.signbtm-field {
    padding: 0px;
    font-size: 12px !important;
}

.signlft-field {
    padding: 5px 0px 5px 15px;
    font-size: 12px !important;
}

.signrgt-field {
    padding: 5px 0px 0px 0px;
    font-size: 12px !important;
}

.log-in-container {
    max-width: 450px;
    margin: auto;
    color: var(--color-white);
}

.pass-field {
    font-size: 12px !important;
}

    .pass-field span {
        float: right;
        margin: 3px 0px 5px 0px;
    }

        .pass-field span a {
            color: var(--color-white);
        }

.forgot-ahref {
    color: var(--solid-blue);
    text-decoration: underline;
}

.register-leftfield {
    text-align: left;
}

#UserPassword, #UserName, #CurrentPassword, #NewPassword, #ConfirmPassword {
    width: 100% !important;
    margin: 8px 0 14px 0;
    border: 1px solid var(--border);
    padding: 12px;
    color: #555;
    font-size: 14px;
}

.buttonAdd, #btnRegister {
    border-color: var(--button-primary);
    background-color: var(--button-primary);
    color: var(--color-white);
    outline: none;
    margin-right: 10px;
    padding: 5px 10px 5px 10px;
    font-size: 12px !important;
    width: max-content;
    float: right;
    border-radius: 5px;
    transition: var(--transition);
}

#btnRegister {
    margin-right: 0px;
}

.body-content {
	margin-left: 250px;
}

.body-content-register {
    margin: 0px auto;
	text-align: center;
}
.topNav {
	width: 100%;
    height: 48px;
    display: inline-block;
	position: fixed;
	z-index: 9999;
	text-align: right;
	left: 0;
}

ul.navbar-nav> li:last-child> a {
	margin-right: 0;
}

.body-minwidth {
    min-width: 1280px;
}

.leftNav {
	width: 100%;
	height: 48px;
    display: inline-block;
}

.scroll-div-role-permission {
    padding-left: 10px;
    margin-left: -12px;
    overflow-x: hidden !important;
}

.dynamic-height {
    height: 60vh; /* 60% of the viewport height */
    width: 103%;
}

div.toggle-menu {
    height: 32px;
    width: 32px;
    text-align: center;
    display: inline-block;
    line-height: 32px;
    margin-top: 8px;
    margin-right: 8px;
    float: right;
    background-color: var(--solid-blue);
    border-radius: 3px;
    cursor: pointer;
}

    div.toggle-menu i {
        color: var(--color-white);
        line-height: 32px;
    }

    div.toggle-menu:hover i {
        color: var(--light-blue);
    }

.dropdown-menu li.title {
    padding: 10px 20px;
    font-size: 14px;
	font-weight: 600;
    clear: both;
}

.dropdown-menu li.user {
	padding: 10px 20px;
	font-size: 14px;
    color: var(--color-black);
	font-weight: 600;
}

.dropdown-menu li.user .ficon {
	font-size: 13px;
    line-height: 13px;
    color: var(--color-black);
}

.dropdown-menu > li > a {
    display: block;
    padding: 10px 20px;
    font-size: 13px;
    color: var(--solid-blue);
    clear: both;
    font-weight: normal;
}

    .dropdown-menu > li > a .ficon {
        color: var(--solid-blue);
    }

.dropdown-menu > li > span {
    display: block;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 700;
    color: var(--color-black);
    clear: both;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
{
    text-decoration: none;
    background-color: var(--menuitem-hover);
}
.dropdown-border {
    background-color: var(--color-black);
    border-bottom: 0px solid var(--border);
}

h1, h2, h3
{
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}
/* ------------------------------------------
  GUEST HEADER CSS STYLES
--------------------------------------------- */
.guest-log {
    width: 100%;
    background-color: var(--color-black);
    text-align: right;
    color: var(--color-white);
    height: 55px;
}

body {
    font-family: 'Segoe UI', sans-serif !important;
    font-size: 12px;
    color: var(--color-black);
}

.no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.mt20
{
    margin-top: 0px;
}

.logolink {
    display: block;
    background: url(../images/logo-lg-default.png) no-repeat;
    background-position: center center;
    height: 58px;
    width: 160px;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.dropdown-width {
    width: 75% !important;
}
.dropdownlist-width {
    width: 254px !important;
}
.dropdown-width-pricetier {
    width: 130px !important;
}
.mtlink
{
    margin-top: 15px !important;
}
.mtlink-settings
{
    margin-top: 10px;
}
.mtlink-top
{
    margin-top: 5px;
}

.mtlink-duedate
{
    margin-top: 15px !important;
}

.mtlink-notify
{
    margin-top: 10px;
    margin-left: 10px;
}

.mtlinkX-duedate
{
    margin-top: 15px;
    margin-left: 10%;
}
.subliks
{
    color: var(--color-black);
}

.subliks:hover
{
    color: var(--color-black);
}

.subliks:active
{
    color: var(--color-black);
}

.subliks:link
{
    color: var(--color-black);
}

.subliks:visited
{
    color: var(--color-black);
}

.searchbar
{
	background-image: url(../images/2/asset-cloud-header-bg-v3.png);
	background-repeat: no-repeat;
	background-size: cover;
    height: 58px;
}

.tabdashboard
{
    float: left;
}

.lock-unlock 
{
	margin-left: 0px;
}

.tabmain
{
	background: var(--color-white);	
	border-bottom: 1px solid var(--border);
	box-shadow: 0 0 5px rgba(0,0,0,.25);
    border-left: none;
    border-right: none;
    padding: 0px 15px 0px 15px;
	clear: both;
}

/*    ----Buttons----   */

#btnSaveView {
    border-color: var(--button-primary) !important;
    background-color: var(--button-primary) !important;
    color: var(--color-white) !important;
}

    #btnSaveView:hover {
        border-color: var(--button-accent-hover) !important;
        background-color: var(--button-accent-hover) !important;
        color: var(--color-white) !important;
    }

#btnCreateAsset {
    border-color: var(--button-primary) !important;
    background-color: var(--button-primary) !important;
    color: var(--color-white) !important;
}

    #btnCreateAsset:hover {
        border-color: var(--button-accent-hover) !important;
        background-color: var(--button-accent-hover) !important;
        color: var(--color-white) !important;
    }

#btnYes {
    border: 1px solid var(--button-danger) !important;
    background-color: var(--button-danger) !important;
    color: var(--color-white) !important;
}
    #btnYes:hover {
        border: 1px solid var(--button-danger-hover) !important;
        background-color: var(--button-danger-hover) !important;
        color: var(--color-white) !important;
    }

    #btnYes:focus {
        border: 1px solid var(--button-danger) !important;
        background-color: var(--button-danger) !important;
        color: var(--color-white) !important;
    }

#btnUploadPhoto {
	border-color: var(--highlight);
	border-width: 1px;
}

#btnUploadPhoto:hover {
	background-color: var(--highlight);
	color: #353535;
}

#lnkSave {
    border-color: var(--button-primary);
    background-color: var(--button-primary);
    color: var(--color-white);
    /*margin-top: 0px;*/
}

    #lnkSave:hover {
        border-color: var(--button-accent-hover);
        background-color: var(--button-accent-hover);
        color: var(--color-white);
    }

    .btn-primary:focus {
        outline-color: #FFCC00 !important;
    }

#btn_Add .btn-attach {
	border-width: 2px !important;
}

input {
    border: solid 1px var(--border);
}

.buttonCenter:focus,
.btn-blue:focus,
.btn-whte:focus,
.inputLocks:focus,
.buttonLeft:focus,
.buttonRight:focus,
.btn-attach:focus, 
.buttonRptRight:focus {
    color: var(--color-white);
    background-color: var(--dark-hover);
    border-color: var(--dark-hover);
}

.buttonRptRight:hover:enabled {
    border-color: var(--btn-tertiary-hover-broder-color);
    background-color: var(--btn-tertiary-hover-color);
    color: var(--color-white);
}

.buttonRptRight:disabled {
    pointer-events: none;
    opacity: 0.4;
}

/*    ----Buttons----   */

.callOut {
    width: auto;
    display: block;
    margin: 0 auto;
    background-color: var(--button-secondary);
}


.tabnone
{
    display: none;
}

.tabblock {
    display: block;
}
.div-opacity-one {
    opacity: 1;
}
.div-opacity-half {
     opacity: 0.5;
}

.col-label{ 
	color: #818181;
    background-color:var(--bg-inner-page) !important; 
    padding-left:3px;
}

.tabpanel
{
    width: 100%;
	background: transparent;
}

.k-grouping-header {
    padding: .22em 0.9em 0.28em !important;
}

.k-group-indicator {
    background-color: var(--solid-blue) !important;
    border-color: var(--solid-blue) !important;
}

.tabblue {
    color: var(--color-white);
    padding: 0 13px;
    cursor: pointer;
    line-height: 54px;
    float: left;
    background-color: var(--solid-blue);
    border-bottom: 4px solid var(--highlight);
    font-weight: bold;
    font-size: 14px;
    -webkit-font-smoothing: antialiased;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.dropdown-toggle { max-height: 58px; }

.tabgray
{
    color: var(--color-white);
    padding: 0 13px;
	line-height: 54px;
	padding-bottom: 4px;
    cursor: pointer;
    float: left;
    font-weight: 600;
    font-size: 14px;
	-webkit-font-smoothing: antialiased;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.tabgray:hover
{
    color: var(--color-white);
    padding: 0 13px;
	line-height: 54px;
	border-bottom: 4px solid #7d838b;
	background-color: var(--color-black);
    cursor: pointer;
    float: left;
    font-weight: normal;
    font-size: 14px;
	-webkit-font-smoothing: antialiased;
}

.ico-lisz
{
    font-size: 14px;
	margin: 0px;
    float:left;
}
.ico-listn {
    font-size: 12px !important;
    margin: 4px 0px -2px 0px;
    float: left;
}
.ico-lists {
    font-size: 12px !important;
    margin: 6px 0px -2px 0px;
    float: left;
}
.ico-lists2 {
    font-size: 12px !important;
    margin: 6px 0px -2px 0px;
    float: left;
}
.list-text
{
    font-size: 13px;
    margin:5px 0px 0px 10px;
    float:left;
}

.list-firstchild {
	border-left: none !important;
}

.list-firstchild, .list-nchild, .list-lastchild
{
    padding:0px 10px 3px 10px;
    float: left;
    line-height: 30px;
    background-color: transparent;
	border-bottom: 3px solid transparent;
    cursor: pointer;
	color: var(--color-black);
	border-left: 1px solid rgb(255,255,255);
    border-right: 1px solid rgba(0,0,0,.1);
}

    .list-firstchild .ficon, .list-nchild .ficon, .list-lastchild .ficon {
        color: var(--highlight);
    }

.list-firstchild:hover .ficon, .list-nchild:hover .ficon, .list-lastchild:hover .ficon {
	color: var(--color-black);
}


.list-firstchild:hover, .list-nchild:hover, .list-lastchild:hover
{
    padding:0px 10px 3px 10px;
    float: left;
    line-height: 30px;
    background-color: var(--color-white);
	border-bottom: 3px solid var(--solid-blue);
    cursor: pointer;
	color: var(--color-black);
}

.list-firstchild-selected:focus, .list-nchild-selected:focus, .list-lastchild-selected:focus {
	outline: none;
}

.list-firstchild-selected, .list-nchild-selected, .list-lastchild-selected {
	padding:0px 10px 3px 10px;
	float: left;
	line-height: 30px;
	background-color: var(--color-white);
	border-bottom: 3px solid var(--solid-blue);
	cursor: pointer;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	color: var(--color-black);
	border-right: 1px solid rgba(0,0,0,.1);
}
.list-firstchild-selected .ficon, .list-nchild-selected .ficon, .list-lastchild-selected .ficon {
	color: #f7ac15;
}
.listmenu-firstchild {
	border-left: none !important;
}

.listmenu-firstchild, .listmenu-nchild, .listmenu-lastchild
{
    padding:0px 5px 3px 5px;
    float: left;
    line-height: 30px;
    background-color: transparent;
	border-bottom: 3px solid transparent;
    cursor: pointer;
	color: var(--color-black);
	border-left: 1px solid rgb(255,255,255);
}

    .listmenu-firstchild .ficon, .listmenu-nchild .ficon, .listmenu-lastchild .ficon {
        color: var(--highlight);
    }

.listmenu-firstchild:hover .ficon, .listmenu-nchild:hover .ficon, .listmenu-lastchild:hover .ficon {
	color: var(--color-black);
}


.listmenu-firstchild:hover, .listmenu-nchild:hover, .listmenu-lastchild:hover
{
    padding:0px 5px 3px 5px;
    float: left;
    line-height: 30px;
    background-color: var(--color-white);
	border-bottom: 3px solid var(--solid-blue);
    cursor: pointer;
	color: var(--color-black);
}

.listmenu-firstchild-selected, .listmenu-nchild-selected, .listmenu-lastchild-selected {
    padding:0px 5px 3px 5px;
    float: left;
    line-height: 30px;
    background-color: var(--color-white);
	border-bottom: 3px solid var(--solid-blue);
    cursor: pointer;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	color: var(--color-black);
}
    .listmenu-firstchild-selected .ficon, .listmenu-nchild-selected .ficon, .listmenu-lastchild-selected .ficon {
        color: var(--highlight);
    }

.listplus-firstchild {
	border-left: none !important;
}

.listplus-firstchild, .listplus-nchild, .listplus-lastchild
{
   padding:4px 5px 4px 4px;
    float: left;
    line-height: 30px;
    background-color: transparent;
	border-bottom: 3px solid transparent;
    cursor: pointer;
	color: var(--color-black);
	border-left: 1px solid rgb(255,255,255);
    border-right: 1px solid rgba(0,0,0,.1);
 }

    .listplus-firstchild .ficon, .listplus-nchild .ficon, .listplus-lastchild .ficon {
        color: var(--highlight);
    }

.listplus-firstchild:hover .ficon, .listv-nchild:hover .ficon, .listplus-lastchild:hover .ficon {
	color: var(--color-black);
}


.listplus-firstchild:hover, .listplus-nchild:hover, .listplus-lastchild:hover
{
   padding:4px 5px 4px 4px;
    float: left;
    line-height: 30px;
    background-color: var(--color-white);
	border-bottom: 3px solid var(--solid-blue);
    cursor: pointer;
	color: var(--color-black);

}

.listplus-firstchild-selected, .listplus-nchild-selected, .listplus-lastchild-selected {
    padding:4px 5px 4px 4px;
    float: left;
    line-height: 30px;
    background-color: var(--color-white);
    border-bottom: 3px solid var(--solid-blue);
    cursor: pointer;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
    color: var(--color-black);
    border-right: 1px solid rgba(0,0,0,.1);
}
    .listplus-firstchild-selected .ficon, .listplus-nchild-selected .ficon, .listplus-lastchild-selected .ficon {
        color: var(--highlight);
    }

.list_plus {
 padding:4px 5px 10px 15px;
 background-color: transparent !important;

}
.list_plus:hover {
 padding:4px 5px 10px 15px;
 background-color: transparent !important;
}

.Wasp_menu {
    width:auto;
    padding:1px;
    float :left
}

.list-onechild {
    background-color: var(--color-white);
    border: 1px solid var(--border);
    border-radius: 5px;
    cursor: pointer;
    float: left;
    margin-left: 15px;
    padding: 0px 10px 3px 5px;
    color: var(--color-black);
}
    .list-onechild:hover {
        padding: 0px 10px 3px 5px;
        float: left;
        background-color: var(--color-gray);
        border: 1px solid var(--border);
        border-radius: 5px;
        cursor: pointer;
        margin-left: 15px;
    }
.list-onechild-selected {
    padding: 0px 10px 3px 5px;
    float: left;
    background-color: var(--color-gray);
    border: 1px solid var(--border);
    border-radius: 5px;
    cursor: pointer;
    margin-left: 15px;
}
.searchlist {
    border-radius: 15px;
    position: absolute;
    margin: 10px 30px 0 0;
    right: 0px;
    background: url(../images/search.jpg) var(--color-white) no-repeat right;
    padding-right: 10px;
    border: 1px solid var(--border);
}

.k-autocomplete .k-input {
    border-radius: 0 !important;
    height: 1.8em !important;
    line-height: 1.8em !important;
}

#customViewList .k-selected {
    background-color: var(--solid-blue) !important;
    color: var(--color-white) !important;
    border-radius: 0px !important;
    border: 0 !important;
}

.column-overflow
{
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.label-overflow {
    width: 180px; 
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 5px;
}

#ManageCustomView .k-grid-header 
{
    padding: 0 !important;
}

#ManageCustomView .k-grid-content 
{
    overflow-y: visible;
}

.searchlist input[type="text"] {
    color: var(--color-black);
    outline: none;
    padding: 6px 30px 6px 10px;
    border: solid 1px var(--color-white);
    font-size: 12px !important;
    width: 200px;
    margin-left: 10px;
    margin-right: 30px;
    background-color: var(--color-white);
}

.headingfield {
	width: 100%;
    padding: 0px;
    display: inline-block;
}

.headingfield .fa {
	float: left;
	margin-right: 20px;
	font-size: 46px;
	color: var(--color-black);
	margin-left: 20px;
    height: 0px;
}

.headingfield h1
{
    font-size: 16px;
    font-weight: 600;
    margin-left: 96px;
    line-height: 18px;
}

.headingfield h2
{  
    font-size: 13px;
	line-height: 18px;
    font-weight: normal;
    margin-left: 96px;
	color: var(--color-black);
}

.alert-green {
    font-size: 12px !important;
    font-weight: 200;
    border: 1px solid var(--success-border);
    border-radius: 5px;
    margin: 10px 0px;
    padding: 6px 5px 3px 5px;
    color: #527812;
    background-color: var(--success);
}

.alert-red {
    font-size: 12px !important;
    font-weight: 200;
    border: 1px solid var(--alert-border);
    border-radius: 5px;
    margin: 10px 0px;
    padding: 6px 5px 6px 5px;
    color: #da4932;
    background-color: var(--alert);
}

.alert-yellow {
    font-size: 12px !important;
    font-weight: 200;
    border: 1px solid var(--warning-border);
    border-radius: 5px;
    margin: 10px 30px;
    padding: 6px 5px 3px 5px;
    color: var(--dark-hover);
    background-color: var(--warning);
}

.grid-topnav {
    border: 1px solid var(--border);
    border-bottom: none;
    background-color: var(--bg-color-G);
    margin: 10px 15px 0px 15px;
    padding-bottom: 10px;
}

.grid-border {
    border: 1px solid var(--border);
    margin: 0px 15px 10px 15px;
    height: auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.grid-border-1 {
    border: 1px solid var(--border);
    height: auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.grid-border-sub {
    border: 1px solid var(--border);
    margin: 0px 12px 10px 12px;
    height: auto;
    width: 985px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0px;
}

.grid-border-sub-site {
    border: 1px solid var(--border);
    margin: 0px 12px 10px 12px;
    height: auto;
    width: 860px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0px;
}

.grid-border-sub-reorder {
    border: 1px solid var(--border);
    margin: 0px 12px 10px 12px;
    height: auto;
    width: 1335px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    padding: 0px;
}

.copy {
    font-size: 12px !important;
    color: #9c9c9c;
    margin: 15px 0px 15px 15px;
}


.sub-labels
{
    color: var(--dark-hover);
    padding: 2px 2px;
    background-color: var(--color-white);
    font-size: 14px;
    width: auto;
    text-align: center;
    font-weight: normal;
    float: left;
    cursor: pointer;
	border-right: 1px solid rgba(0,0,0,.15);
}

.sub-labels:last-child {
	border-right: none;
}

.split-per-line {
    white-space: pre-line;
}

.sub-labels:hover
{
    color: var(--color-white);
    outline: none;
    background-color: var(--color-black);
    font-size: 14px;
    width: auto;
    text-align: center;
    float: left;
    cursor: pointer;
}

.sub-page-links {
    font-size: 24px !important;
    color: var(--color-black);
    padding: 8px;
}

.sub-page-links:hover {
	font-size: 24px;
    color: var(--secondary-theme-color);
}

.label-drop {
    float: left;
}

.print-icon {
    display: flex;
    margin: -2px 3px 0 0;
    float: right;
    font-size: 12px !important;
    border-radius: 3px;
}
.index-print-icon {
    margin: 0 15px 0 0;
    font-size: 12px !important;
    border-radius: 3px;
    float: left;
}

.customview-drop {
    margin: 0px 15px 0 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.general-drop {
    margin: 0px 15px 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.combo-container {
    margin-top: 10px;
}

.cv-combo {
    width: 220px !important;
    margin-left: 5px;
    height: 36px !important;
}

.cv-combo-rpt {
    width: 210px !important;
    margin-left: 5px;
    height: 36px !important;
}

.label-combo {
    width: max-content !important; 
    margin: 0px;
}

.receipt-combo {
    width: max-content !important; 
    margin: 0px;
}

.dvCustom-save {
     float: right; 
     margin-top: 4px;
}

.exporthistory-grid-icon {
    margin: 0px 0px 0 0;
    float: right;
    font-size: 12px !important;
    background: var(--color-white);
    border: 1px solid var(--border);
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

.check-list
{
    float: right;
    padding: 15px 8px 0px;
}

.ckeck-lists
{
    float: right;
    padding: 8px 8px 0px;
}

/* ------------------------------------------
  POPUP CSS STYLES
--------------------------------------------- */
.popup-bg
{
    background-color: var(--color-white);
}

.popup-bg-cv
{
    background-color: var(--color-white);
    margin-left: 10px;
}

.popup-bg-attach
{
    background-color: var(--color-white);
    height: 250px;
    overflow: auto;
}

.popup-bggrid
{
    background-color: var(--color-white);
    height: 400px;
    margin: 35px 15px;
    border: 1px solid var(--border);
}

.popup-heads {
    border-bottom: none;
    background-color: var(--color-black);
    padding: 10px 15px 0px 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-bottom: 15px;
    color: var(--color-white);
    font-weight: bold;
}

#kacScan, #kacCheckInScan {
	background-color: var(--textbox-scan) !important
}

.popup-footer
{
    color: var(--color-white);
    height: 65px;
    width: 100%;
}

.label-field
{
    padding: 7px 0px 7px 25px;
}

.label-text
{
    padding: 7px 0px 7px 25px;
}

.container
{
    width: 100% !important;
    max-width: 100%;
}
.footer-extend-set-height {
    height: 50px;
}

footer
{
    border-top: 1px solid var(--border);
    background-color: rgba(255, 255, 255, 1);
    height: 60px;
    margin: 15px 0px 0px 0px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 1;
	left: 0px;
}

#customViewList
{
    margin-left: 15px;
    background: var(--color-white);
    border: 1px solid var(--border);
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    display: inline-block;
	overflow: hidden;
}

.k-window div.k-window-content
{
    overflow: hidden;
}

.view-asset-link
{
    color: black;
    font-size: 11px;
    font-weight: normal;
}

.view-asset-link:hover
{
    color: black;
    font-size: 11px;
    font-weight: normal;
}

.k-pager-numbers .k-selected {
    border-color: var(--solid-blue) transparent transparent !important;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: var(--solid-blue) !important;
    z-index: 0 !important;
}

.k-list > .k-selected.k-state-focused {
    color: var(--color-white) !important;
}

.k-calendar .k-header {
	background-color: var(--solid-blue) !important;
}

.k-calendar td.k-selected {
	background-color: var(--solid-blue) !important;
}

.k-calendar .k-header .k-state-hover {
    background-color: var(--sidebar) !important;
}

.k-calendar .k-footer .k-nav-today {
	color: var(--solid-blue) !important;
}

.mb-pop
{
    margin-bottom: -9px !important;
}


.k-window-titlebar {
    background-color: var(--color-black) !important;
    color: var(--color-white) !important;
    padding-bottom: 7px !important;
    background-image: none !important;
}

.k-block > .k-header, .k-window-titlebar
{
    font-size: 14px !important;
}

/************************************************ Add Asset Type  **********************************************/
.add-as
{
    margin: 10px 0px 15px 0px;
}

.Addtabmain
{
    background-color: transparent;
    padding-top: 15px;
}

.Addtabblue {
    color: var(--color-white);
    padding: 12px 18px;
    cursor: pointer;
    float: left;
    background-color: var(--solid-blue);
    font-size: 12px !important;
    font-weight: 500;
}

.Addtabgray {
    color: var(--color-black);
    padding: 12px 18px;
    cursor: pointer;
    float: left;
    background: rgba(255,255,255, 0.5);
    font-size: 12px !important;
    border-right: 1px solid var(--border);
    font-weight: 500;
}

.Addtabgray:hover
{
	background-color: var(--dark-hover);
	color: var(--color-white);
}

.tabsbar {
    background: var(--color-white);
    border: 1px solid var(--border);
    border-right: none;
    border-radius: 3px;
    box-shadow: none;
    display: inline-block;
    overflow: hidden;
}

.headings
{
    color: var(--color-black);
    width: 100%;
    background-color: var(--color-white);
    padding: 10px 0px 10px 15px;
    float: left;
    font-size: 15px;
	font-weight: 600;
	border-top: 1px solid var(--border);
	border-left: 1px solid var(--border);
	border-right: 1px solid var(--border);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
	-webkit-font-smoothing:antialiased;
}

.storefrontHeadings {
    color: var(--color-black);
    width: 100%;
    background-color: var(--color-white);
    padding: 10px 0px 10px 15px;
    float: left;
    font-size: 12px !important;
    font-weight: 400;
    border-top: 1px solid var(--border);
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-font-smoothing: antialiased;
}

.headingsSetting
{
    padding: 10px 0px 10px 10px !important;
}

.stage-field {
    color: var(--color-black);
    width: 100%;
    background-color: var(--bg-inner-page);
    padding: 7px 10px 10px 10px;
    float: left;
    border-top: none;
    font-size: 12px !important;
    border: 1px solid var(--border);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: none;
}

.DivUpload
{
    height: auto;
    margin: 15px 0px;
}

.uploads
{
	background: url(../images/photo-upload.png) center center;
    background-color: var(--bg-upload);
    border: 1px solid var(--border);
    font-weight: bold;
    height: 191px !important;
    text-align: left;
    width: 220px !important;
	overflow: hidden;
	border-radius: 5px;
}

.uploads-nobg
{
    background-color: var(--bg-upload);
    border: 1px solid var(--border);
    font-weight: bold;
    height: 191px !important;
    text-align: left;
    width: 256px !important;
	overflow: hidden;
	border-radius: 5px;
}

.uploads-btn
{
    width: 220px;
    height: auto;
}

.lft-field
{
    text-align: right;
    padding-top: 14px;
    padding-left: 5px;
    word-wrap: break-word;
}

.lft-field-adds
{
    text-align: right;
    padding-top: 19px;
    padding-left: 5px;
}

.rgt-field
{
    padding-top: 7px;
}

.rgt-quality
{
    padding-top: 13px;
}
.rgt-text
{
    padding-top: 12px;
}

.rgt-field a
{
    color: var(--color-black);
    text-decoration: none;
}

.check-field
{
    padding-top: 15px;
    cursor:default;
}
.depreciation-check-field
{
    padding-top: 10px;
}

.cal-depreciation-date {
    text-decoration: underline; 
    color: blue; 
    cursor: pointer;
}

.radio-field
{
    padding-top: 15px;
}

.mt10
{
    margin-top: 15px;
}

.purchase-add {
    padding: 0px 15px 15px 0px;
    background-color: var(--bg-color-G);
    float: left;
    margin: 15px 0px 0px 5px;
    width: 98.3%;
}

.tabgrid-add
{
    border: 1px solid var(--border);
    border-left: none;
    border-right: none;
    float: left;
    width: 98.4%;
    height: 450px;
    margin: 15px 0px 0px 5px;
}

.ErrorMsg {
    font-size: 12px !important;
    color: var(--button-danger);
}

.searchctrl
{
    background-color: var(--grid-header);
    width: 305px;
}

.k-grid-content table tbody tr:nth-child(even) {
    background-color: var(--bg-color-G);
}

.k-grid-content table tbody tr:hover {
    background-color: var(--bg-color-G);
}

.k-grid td {
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 12px !important;
}

.k-grid table {
    width: 100% !important;
}

.k-grid .k-alt {
    background-color: var(--bg-wrapper) !important;
}

.k-grid .k-selected {
    color: var(--color-white) !important;
    background-color: var(--solid-blue) !important;
}

.boldfont
{
    font-weight: bold;
}

.padLeft05
{
    padding-left: 6px;
}

.padLeft10
{
    padding-left: 10px;
}

.padLeft70
{
    padding-left: 70px;
}

.padLeft17
{
    padding-left: 17px;
}

.edit-txt
{
    text-decoration: underline !important;
}

.edit-txt-smtp {
    text-decoration: underline;
    cursor:pointer
}
.add-btn
{
    padding-left: 68px;
}

.borderrgt
{
    border-right: 1px solid var(--border);
}

.rgt-pad18
{
    padding-top: 20px;
}

.btn-attach,
.inputLocks {
    color: var(--color-black);
    outline: none;
    padding: 5px 10px 5px 10px;
    border: solid 1px var(--border);
    background-color: var(--color-white);
    font-size: 12px !important;
    border-radius: 5px;
    transition: var(--transition)
}

    .btn-attach:hover,
    .inputLocks:hover {
        border-color: var(--btn-tertiary-hover-broder-color);
        background-color: var(--btn-tertiary-hover-color);
        color: var(--color-white);
    }

.text-under, .text-under:hover
{
    text-decoration: underline;
    color: var(--color-black);
}

.popup-upload
{
    background-color: var(--color-white);
    height: 243px;
    width: 445px;
    overflow-y: scroll;
}

.poplft-field
{
    text-align: left;
    padding-left: 15px;
}

.poprgt-field
{
    padding-top: 0px;
    margin-bottom: 15px;
}

.attach-add
{
    border: 1px solid var(--border);
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
}
.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
    font-size: 12px !important;
    padding: 5px 10px 5px 10px;
}

.grid-HD {
    background-color: var(--bg-color-G);
    border: 1px solid var(--border);
    border-bottom: none;
    padding: 10px 15px;
    height: auto;
    min-height: 45px;
}

.grid-HD-SUB {
    background-color: var(--bg-color-G);
    border: 1px solid var(--border);
    border-bottom: none;
    padding: 10px;
    height: 25px;
    width: 965px;
}

.grid-HD-SUB-PT {
    background-color: var(--bg-color-G);
    border: 1px solid var(--border);
    border-bottom: none;
    padding: 10px;
    height: 35px;
    width: 985px;
}

.grid-HD-SUB-site {
    background-color: var(--bg-color-G);
    border: 1px solid var(--border);
    border-bottom: none;
    padding: 10px;
    height: 40px;
    width: 860px;
}

.grid-HD-SUB-reorder {
    background-color: var(--bg-color-G);
    border: 1px solid var(--border);
    border-bottom: none;
    padding: 10px;
    height: 45px;
    width: 1315px;
}

.navbar-nav > li > a
{
    color: var(--color-white);
	max-height: 58px;
}

.mf {
    color: var(--button-danger);
}

.desc_txt
{
    width: 300px;
    height: 40px;
    margin-bottom: 10px;
}

.wid-75
{
    width: 100px !important;
}

.intabgrid-add
{
    float: left;
    width: 99%;
    height: auto;
    margin: 10px 0px 5px 5px;
}

.autofillwrap
{
    width: 300px;
    word-wrap: break-word;
}

.k-numerictextboxX-txt > span {
    width: 9.8em !important;
}
.k-numerictextbox-txt {
    width: 9.8em !important;
    background-color: var(--color-white);
}

.k-numerictextbox-txt-bom> span
{
    width: 37% !important;
}

.k-numerictextbox-txt-move> span
{
    width: 40% !important;
}

.k-numerictextbox-txt-auto> span
{
    width: 75% !important;
}
.kkk {
    width: 75% !important;
}
.k-numerictextbox-txtSmall
{
    width: 6.9em !important;
}

.k-numerictextbox-txt-general> span
{
    width: 120px !important;
}

.k-numerictextbox-txt-pricing> span
{
    width: 120px !important;
}
.k-numerictextbox-txt-supplier > span {
    width: 8.2em !important;
}
.k-numerictextbox-txt-pricetier> span
{
    width: 110px !important;
}
.k-numerictextbox-txt-uom> span
{
    width: 105px !important;
}

.k-numerictextbox-txt-equal-textBox{
     width: 37% !important;
}

.setPriceQuantityWidth {
    width: 75%;
}

.k-numerictextboxXNumberSeries-txt> span 
{
    width: 12.4em !important;
}
.k-numerictextboxNumberSeries-txt
{
    width: 12.4em !important;
}

.k-numerictextboxXNumberSeries-txt-PO> span 
{
    width: 87% !important;
}

.k-numerictextboxXNumberSeries-txt-Receive> span 
{
    width: 65% !important;
}

.k-numerictextboxXNumberSeries-txt-Remove > span 
{
    width: 65% !important;
}

.k-numerictextboxXNumberSeries-txt-ReceiveCost> span 
{
    width: 110px !important;
}
 
.k-numerictextboxXNumberSeries-txt-LineItem> span 
{
    width: 30% !important;
}

.warn-wrong-wom {
    color: rgb(255, 152, 25);
    font-weight: 600;
    margin-top: 8px;
    padding: 4px 30px 4px 5px;
    outline: medium none;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid var(--border);
    background-color: var(--color-white);
    float: right;
}
 
/********************************** lOGIN  ***************************************/


.noscript-container {
    height: 100%;
    width: 100%;
    margin: 0px;
    display: inline-block;
}

.noscript-logo-container
{
    margin: auto;
    margin-top: 100px;
    margin-bottom: 50px;
    width: 50%;
    text-align: center;
}

.noscript-message-container
{
    padding: 20px;
    margin: auto;
    width: 50%;
    text-align: center;
}


.was-login
{
    margin: 0px auto;
    width: 450px;
    margin-top: 0px;
    display: table;
	border-radius: 3px;
    overflow: hidden;
    
}

.sig-log2 {
	margin: -200px auto 20px auto;
	max-width: 450px;
	text-align: left;
}

.sig-log
{
    float: left;
}

.sig-log img {
    width: auto;
    height: 59px;
}

.sig-log-txt
{
    float: right;
    color: var(--color-white);
    font-size: 18px;
    padding: 15px 20px 0 0;
	display: none;
}

.sig-cmt {
    float: left;
    width: 100%;
    border-top: none;
    border-bottom: none;
    padding: 5px;
    color: var(--bg-inner-page);
}

.sig-conf {
    font-size: 16px;
    color: var(--bg-inner-page);
}

    .sig-conf a {
        font-size: 16px;
        color: var(--color-white);
        text-decoration: underline;
    }

.sig-cmt-pwd
{
    float: left;
    width: 100%;
    border-top: none;
    border-bottom: none;
    padding: 10px 20px 0 0;
}

.sig-foot
{
    float: left;
    border-top: none;
    width: 100%;
    padding-bottom: 15px;
	border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#UserName:-webkit-autofill, #UserPassword:-webkit-autofill, #CurrentPassword:-webkit-autofill, #NewPassword:-webkit-autofill, #ConfirmPassword:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.terms-link {
    text-decoration: underline !important;
    color: var(--color-white);
    padding-left: 5px;
}

.dcf-hyperlink {
    text-decoration: underline !important;
    /*color: var(--bg-accent-color) !important;*/
    color: var(--primary-color) !important;
    padding-left: 5px;
}

.dcf-hyperlink-lock {
    color: #faa819 !important;
}
/*  Login Right Side  */

.loginRight {
	background: url(../images/2/login-bg.jpg);
	background-size: cover;
	background-position: bottom;
	width: 100%;
	border-left: 1px solid #C3DAE4;
	display: table;
	padding: 60px 0 0 40px;
}

.loginLeft {
	display: table;
}

.loginInner {
	width: 100%;
	height: auto;
	background: rgba(255, 255, 255, 0.6);
	padding: 25px;
}

#loginOuter {
	display: table;
	width: 100%;
	background: -webkit-linear-gradient(#bdc8d6, #d9e6f6); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#bdc8d6, #d9e6f6); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#bdc8d6, #d9e6f6); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#bdc8d6, #d9e6f6); /* Standard syntax */
}

.guided-tour-icon {
	background: url(../images/2/guided-tour-icon.png);
	width: 22px;
	height: 18px;
	display: inline-block;
	margin-bottom: -3px;
}

.loginRight h3 {
	text-transform: uppercase;
    color: #4e748b;
    margin-bottom: 24px;
	font-size: 15px;
	font-family: 'SegoeUISemibold', sans-serif;
}

.loginRight h1 {
    font-size: 50px;
    line-height: 65px;
    width: 60%;
    font-weight: normal;
    color: var(--color-black);
    margin-top: 10px;
    font-family: 'SegoeUILight', sans-serif;
}

.loginRight h2 {
    color: var(--color-black);
    font-size: 18px;
    width: 60%;
    line-height: 130%;
    font-family: 'SegoeUISemibold', sans-serif;
}

.loginRight a.tour-button {
    background: var(--solid-blue);
    border: 2px solid var(--solid-blue);
    padding: 12px 24px;
    margin-top: 15px;
    display: inline-block;
    border-radius: 3px;
    color: var(--color-black);
    font-weight: 600;
    text-decoration: none;
}

.sig-foot .remember-me {
    margin: 20px 0 0 5px;
    float: left;
    cursor: default;
	color: #f5f5f5;
}

.mrg-top
{
    margin-bottom: 15px;
}

.log-text
{
    width: 280px !important;
}

.wid-90s
{
    width: 93% !important;
}

.Registermain
{
    background-color: transparent;
    padding: 0px;
}

.rpt-registermain
{
    background-color: transparent;
    padding: 10px;
}

.register-logo {
    background-color: var(--color-black);
    height: 58px;
    text-align: left;
}

.register-head h1
{
     
    font-size: 14px;
    font-weight: bold;
    margin-left: 15px;
    line-height: 1px;
    text-align: center;
    text-transform: uppercase;
}

.register-field
{
    padding-top: 15px;
}

.registered-content 
{
    margin: 0 auto; 
    display: inline-block;
}

.bck-log {
    font-size: 12px !important;
    padding: 20px 0px 0px 15px;
    float: left;
}

.chkbx-grid-left {
    float: left;
    padding: 3px 15px 0px 10px;
    cursor: default;
}

.log-list
{
    float: right;
    padding: 3px 0px 0px 15px;
    cursor: default;
}

.log-list-Sub
{
    float: right;
    padding: 0px 10px 0px 15px;
    cursor: default;
}

.log-filter
{
    float: left;
    padding-left: 10px;
}

.log-manage
{
    width: 500px;
    border: 1px solid var(--border);
    margin: 15px 0px 0px 0px;
    height: 50px;
    float: right;
}
.log-manage2 {
    width: 500px;
    border: 1px solid var(--border);
    margin: 0px 0px 0px 0px;
    height: auto;
    float: right;
}

.log-lic {
    font-size: 12px !important;
    color: var(--button-default);
    padding: 15px 0px 0px 10px;
}

.log-user {
    font-size: 12px !important;
    color: var(--color-black);
    padding: 15px 0px 0px 10px;
}

.log-avai {
    font-size: 12px !important;
    color: var(--button-accent-hover);
    padding: 15px 0px 0px 10px;
}

.log-dis {
    font-size: 12px !important;
    color: var(--button-danger);
    padding: 15px 0px 0px 10px;
}

.required-ticks {
    float: left;
    padding-right: 4px;
    margin-top: 4px;
}

.required-alerts {
    float: left;
    padding-right: 4px;
    margin-top: 4px;
}

.pw-required-setting {
    background-color: var(--bg-inner-page);
    padding: 15px;
    margin-top: 67px;
    border-radius: 8px;
    padding-bottom: 13px;
    float: right;
}

.password-caps-on {
    color: var(--button-danger);
    background-color: var(--bg-inner-page);
    float: left;
    border-radius: 8px;
    text-align: center;
    padding: 10px;
    font-size: 17px;
    font-weight: 600;
}

.requirements-header {
    font-size: 22px;
    padding-bottom: 6px;
    text-decoration: underline;
    color: var(--color-black);
}

.requirements-field {
    margin-top: 4px;
    color: var(--color-black);
}

.user-icon
{
    float: left;
}

.user-txt
{
    float: left;
    padding: 2px 0px 0px 6px;
}

.status-txt
{
    float: right;
    padding: 2px 0px 0px 6px;
    cursor: pointer;
}

@-moz-document url-prefix() {
    .status-txt {
        float: none;
        padding: 2px 0px 0px 6px;
        cursor: pointer;
    }
}

.reg-pad135
{
    padding-left: 135px;
}

.input-unlock {
    display: block;
    background: url(../images/unlock.png) no-repeat;
	background-position: center center;
    height: 30px;
    width: 30px;
    border:0;
}

.input-lock {
    display: block;
    background: url(../images/lock.png) no-repeat;
	background-position: center center;
    height: 30px;
    width: 30px;
    border:0;
}
/*********************************** Roles *****************************************/
.rolesmain
{
    background-color: transparent;
    padding: 0px 15px 15px 15px;
}

.divcheck {
    border: solid 1px var(--border);
    font-size: 12px !important;
    width: 250px;
    height: 200px;
    border-radius: 5px;
    background-color: var(--color-white);
    float: right;
}

.divchecked {
    border: solid 1px var(--border);
    font-size: 12px !important;
    width: 250px;
    height: 200px;
    border-radius: 5px;
    background-color: var(--color-white);
    float: left;
}

.btn-middle
{
    margin-top: 50px;
    padding-right: 5px;
}

.chk-select
{
    margin-top: 10px;
}

.label-select
{
     margin-top: 10px;
}

.chk-rgt
{
    margin-left: 10px;
}

.chk-rgt20
{
    margin: 10px 0px 0px 15px;
}

.alert-pop {
    font-size: 12px !important;
    font-weight: 200;
    border: 1px solid #da4932;
    border-radius: 5px;
    margin: 10px 15px;
    padding: 6px 5px 3px 5px;
    color: #da4932;
    background-color: var(--alert);
}

.ic-left
{
    width: 50px;
    float: left;
}

.ic-alert
{
    text-align: center;
    margin: 3px 0px;
}

.role-row
{
    background: url(../images/role-grid.jpg) repeat-x;
}

.role-row-1
{
    background-color: var(--color-white);
}

.role-row-2 {
    background-color: var(--bg-inner-page);
}

.rolegrid-col1 {
    font-size: 12px !important;
    font-weight: bold;
    margin: 10px 0px;
}

.rolegrid-alter-col1 {
    font-size: 12px !important;
    margin: 10px 0px;
    cursor: default;
}

.role-pad
{
    margin: 10px 10px;
}

.underline {
    text-decoration: underline !important;
    cursor: pointer;
    font-size: 12px !important;
}

.enable
{
    margin-bottom: 10px;
}

.invite
{
    margin-top: 10px;
}

/************************************ Roles Grid *******************************************/

.role-avail
{
    width: 370px;
    float: left;
}

.role-btns
{
    float: left;
}

.role-selected
{
    width: 370px;
    float: left;
}

.chk-avai-user
{
    margin: 10px 0px;
    width: 100%;
}

.role-grid
{
    width: 100%;
    background-color: var(--border);
    float: left;
}

.chk-selectlft
{
    margin-left: 0px;
}

.chk-btm
{
    margin-bottom: 10px;
}

.chk-right
{
    float: right;
    padding-right: 10px;
}

.role-full
{
    width: 910px;
    height: 345px;
}

.role-checkapp
{
    width: 910px;
    height: 50px;
    float: left;
}

.pop-align {
    font-size: 12px !important;
    margin: 10px;
}

.role-lft-field
{
    text-align: left;
    padding-top: 20px;
}
/* To remove Cross Sign in Textbox in IE 10*/
::-ms-clear
{
    display: none;
}

.lnk-redirect {
    color: var(--hyperlink);
    cursor: pointer;
    text-decoration: underline;
}

.header-stripe
{
    position: fixed;
    width: 100%;
    height: 96px;
    z-index: 10000;
}
/************************************ Transaction *******************************************/
.grid-TD {
    background-color: var(--grid-hover);
    border: 1px solid var(--border);
    border-bottom: none;
    padding: 10px;
    height: 50px;
}

/************************************ Lookups *******************************************/
.rect
{
    border: 1px solid var(--border);
    padding-bottom: 10px;
}

.rect-rpt
{
    border: 1px solid var(--border);
    margin-bottom: -10px;
}

.rect-address
{
    border: 1px solid var(--border);
    height: 365px;
}

.rect-company-address
{
    border: 1px solid var(--border);
    height: 435px;
}
.rect-supplier-address
{
    border: 1px solid var(--border);
    height: 395px;
}

.rect-rgt
{
    margin-right: 15px;
}
.rect-rgt-progress
{
    margin-right: 15px;
    height: 270px;
}
.rect-datetimer 
{
    margin-left: -17px;
}

.look-head
{
    position: absolute;
    margin: -10px 0px 0px 10px;
    background-color: var(--bg-inner-page);
    padding: 0px 5px 0px 5px;
}

.look-head-disposition
{    
    float: left;
    margin: -10px -5px 0px 10px;
    background-color: var(--bg-inner-page);
    padding: 0px 5px 0px 5px;
}

.tracking-popup-head
{
    position: absolute;
    margin: -10px 0px 0px 10px;
    background:white;
    padding: 0px 5px 0px 5px;
}

.tracking-pop-up-grid
{
    margin:5px 0px 20px 0px;
    width: 100%;
    font-size:12px;
}

.look-subhead
{
    border-bottom: 1px solid var(--border);
    margin: 5px 15px 0px 15px;
    padding: 5px 0px 15px 0px;
}

.look-word-wrap
{
    word-wrap: break-word;
}

.edit-pen
{
    float: right;
}

.look-pad
{
    margin-top: 15px;
    margin-left: 15px;
    float: left;
}

.btm-border
{
    border-bottom: 1px solid var(--border);
    padding-bottom: 10px;
}

/******************************** Transaction ***********************************/
.rgt-trans
{
    padding-top: 20px;
}

.rgt-trans-ph
{
    padding-top: 18px;
}

.ph-icon
{
    margin-top: -5px;
}

.attach-check
{
    background-color: var(--border);
    float: left;
    width: 90%;
    height: 50px;
}

.attach-inner
{
    border: 1px solid var(--border);
    float: left;
    width: 90%;
    height: auto;
    margin: 0px 0px 0px 0px;
}

.attach-lock
{
    float: left;
    width: 9%;
    height: auto;
    margin: 10px 0px 0px 0px;
}

.grid-IN
{
    background-color: var(--bg-color-G);
    border: 1px solid var(--border);
    border-bottom: none;
    padding: 10px 10px 0px 10px;
    height: 50px;
    width: 90%;
}

.k-window-titlebar .k-state-hover {
	color: var(--highlight);
}

.hidden-fs
{
    width: 305px;
    margin-top: 15px;
}

.hidden-rfs
{
    margin-top: 15px;
}

.hidden-rfs-audit
{
    margin-top: 6px;
}


.hidden-bulkrfs
{
    width: 445px;
    margin-top: 15px;
}

.inner-chk
{
    margin: 5px 0px 0px 10px;
}

.contract-inner-chk
{
    margin: 5px 0px 0px 0px;
}

.lftalign-field
{
    text-align: left;
    padding-top: 20px;
}

.ext
{
    margin: 10px 0px 0px 5px;
}

.inner-txtbx
{
    margin-right: 5px;
}

.Manu-lft-field
{
    text-align: left;
    padding-top: 20px;
}

.Cus-label-field
{
    margin-top: 5px;
}

.Custom-label-field
{
    font-weight: normal !important;
}

/***************************** Fund *****************************/
.fund-label
{
    padding: 10px 0px 0px 10px;
}

.fund-alert {
    margin: 10px 10px 10px 20px;
    border: 1px solid var(--warning-border);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 5px 5px 10px;
    width: auto;
    background-color: var(--warning);
}

.checkout-alert {
    border: 1px solid var(--warning-border);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 5px 5px 10px;
    width: 75%;
    background-color: var(--warning);
}

.top-alert {
    margin: 10px 15px 10px 15px;
    border: 1px solid var(--highlight);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 5px 5px 10px;
    width: auto;
    background-color: var(--textbox-scan);
    font-size: 11px;
}

.moreopt
{
    margin: 10px 25px 10px 20px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 10px;
}

.ck-rect
{
    border: 1px solid var(--border);
    width: 415px;
    padding-bottom: 10px;
}

.floatright
{
    float: right !important;
}

.ck-view
{
    float: right;
    margin-right: 50px;
    text-decoration: underline;
}

.ck-moreopt {
    margin: 15px 0px 0px 0px;
    border-bottom: 1px solid var(--border);
    padding-bottom: 10px;
}

.dueDateType
{
    margin: 0px;
}

.cursor-hand
{
    cursor: pointer;
}

.lockitem
{
    float: right;
    margin-right: 10px;
    margin-top: -21px;
}

.lockitem-removedate
{
    float: right;
    margin-right: 221px;
}

.moreimg-top
{
    margin-top: -1px;
}

.more-img {
    margin-top: -1px;
    margin-right:5px !important;
}
.addqueue-btn-blue {
    color: var(--color-black);
    outline: none;
    padding: 5px 20px 5px 20px;
    border: solid 2px var(--solid-blue);
    background-color: var(--color-white);
    font-size: 12px !important;
    width: auto;
    border-radius: 5px;
    margin-right: 10px;
}

.addqueue-btn-blue:hover
{
	color: var(--color-white);
	background-color: var(--dark-hover);
	border-color: var(--dark-hover);
}

/*********************************** Breadcrumb **********************************************/
.breadcrumb {
    list-style: none;
    padding-left: 15px;
    margin-left: 15px;
    margin-right: 15px;
    font-size: 11px;
    margin-top: 15px;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: var(--border);
    content: "/\00a0";
}

    .breadcrumb > li {
        display: inline-block;
        text-shadow: 0 1px 0 var(--color-white);
    }

.breadcrumb > li > .divider
{
    padding: 0 5px;
    color: var(--border);
}

.breadcrumb > .active
{
    color: #999999;
}

.bread-nav {
    background-color: var(--color-white) !important;
}

.selected
{
    color: #acacac;
}

.bread-top
{
    margin-top: -20px;
}

.ck-bd
{
    margin: 20px 15px 10px 10px;
    border-top: 1px solid var(--border);
}

.grid-CF
{
    background-color: var(--bg-color-G);
    border: 1px solid var(--border);
    border-bottom: none;
    padding: 10px 10px 0px 10px;
    height: 65px;
    width: 450px;
}

.audit-grid-CF
{
    background-color: var(--bg-color-G);
    border: 1px solid var(--border);
    border-bottom: none;
    padding: 10px 10px 0px 10px;
    height: 45px;
    width: 100%;
}

.attach-innerCF
{
    border: 1px solid var(--border);
    height: auto;
    margin: 0px 0px 0px 0px;
}

.audit-innerCF
{
    border: 1px solid var(--border);
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
}


.grid-ME
{
    background-color: var(--bg-color-G);
    border: 1px solid var(--border);
    border-bottom: none;
    padding: 0px 10px 35px 10px;
    height: 30px;
    font-size: 15px;
}

.mpads
{
    float: left;
    padding-top: 6px;
}

.audit-alert
{
    border: 1px solid #6485e5;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 5px 5px 10px;
    width: 258px;
    background-color: #7fadeb;
}

.row-margin
{
    margin: 10px 15px 0px 15px;
}

.noti-border
{
    border-top: 1px solid var(--border);
}

.auditWindowType
{
    margin: 0px;
}

.rect-wid
{
    border: 1px solid var(--border);
    width: 400px;
}

.carosel
{
    width: 100%;
    border: 1px solid var(--border);
    margin: 15px 0px 0px -1px;
    float: left;
}

.carosel-thumb
{
    width: 140px;
    float: left;
    margin-left: 1px;
    height: 161px;
}

.carosel-img
{
    margin-left: 6px;
    margin-top: 5px;
    width: 128px;
    height: 96px;
}

.carosel-img img {
    max-width:128px;
  max-height:96px;
  width: auto;
  height: auto;
  margin:auto;
}

.carosel-span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.carosel-desc
{
    margin-left: 6px;
    font-size: 11px;
}

.carosel-col
{
    font-size: 11px;
}

.carosel-pag
{
    background-color: var(--border);
    height: 40px;
    float: left;
    width: 100%;
    padding: 8px 0px 0px 15px;
}

.caro-upload
{
    background-color: var(--color-white);
    height: 226px;
    width: 726px;
    overflow-y: auto;
    border: 1px solid var(--border);
}

#photoListView
{
    border: 1px solid var(--color-white) !important;
}

.print-filed
{
    float: right;
    margin: 20px;
}

.progressbar
{
    width: 98.5%;
    height: 10px;
    background-color: #51a825;
    border: 1px solid #457229;
    margin: 15px;
}

.rect-mas
{
    border: 1px solid var(--border);
    padding-left: 10px;
}

#usr-view
{
    height: 60px;
    width: 40px;
    position: relative;
}

.usr-image
{
    position: absolute;
    height: 40px;
    width: 40px;
}

.admin-text
{
    z-index: 0;
    position: absolute;
    color: #FF8000;
    font-size: 10px;
    font-weight: bold;
    padding-top: 36px;
}

.usr-wordbreak
{
    word-wrap: break-word;
}

.single-line
{
    color: var(--color-black);
}

.mass-grayarea
{
    display: none;
    height: 200px;
    width: 100%;
    top: 0px;
    position: absolute;
}

.desclock-margintop
{
    margin-top: -7%;
}

.transdesclock-margintop
{
    margin-top: -11%;
}
/************************************ Truncate adddress length *******************************************/

.truncate
{
    text-overflow: ellipsis;
    white-space: nowrap;
}

/************************************ Tool tip master page *******************************************/
a.tooltips
{
    position: fixed;
    display: inline;
}

a.tooltips span
{
    position: absolute;
    width: 150px;
    color: var(--color-white);
    background: rgba(0, 0, 0, 0.6);
    height: auto;
    line-height: 13px;
    text-align: center;
    visibility: hidden;
    right: 0px;
    bottom: -34px;
    border-radius: 3px;
	padding: 8px 0;
}

a.tooltips span:after
{
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #000000;
}

a:hover.tooltips span
{
    visibility: visible;
    opacity: 0.7;
    z-index: 999;
}

.audit-text
{
    z-index: 100;
    color: #FF8000;
    font-size: 16px;
    font-weight: bold;
}

/************************************ Schedule report *******************************************/
.sch-alert
{
    border: 1px solid #6485e5;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 5px 5px 5px;
    width: 255px;
    background-color: #7fadeb;
    margin-left: 10px;
}

.sch-alert-bg
{
    border: 1px solid #6485e5;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 5px 5px 5px;
    width: 275px;
    background-color: #7fadeb;
    margin-top: 5px;
}

.sch-pad
{
    margin-left: 10px;
    margin-top: 10px;
}

.sch-chk
{
    float: left;
    width: 25%;
    height: 25px;
}

.sch-content
{
    width: 98%;
    height: auto;
    margin-top: 10px;
    border-top: 1px solid var(--border);
    padding: 5px 0px;
}

.sch-grid
{
    width: 98%;
    background-color: var(--border);
}

.sch-padtop
{
    margin-top: 10px;
    color: #B7B6B6;
}

.sch-trextarea
{
    width: 98%;
    height: 100px;
    border: 1px solid var(--border);
    padding: 5px 0px;
}

/********************************************************************************/
.noti-ic{ 
	width:320px; 
    max-height: 500px;
    overflow: auto;
}
.noti-hd {
    width: 100%;
    height: 35px;
    border-bottom: 1px solid var(--border);
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    float: left
}
.noti-hdp {
    padding-left: 15px;
    margin-top: 5px !important;
}
.noti-content{ 
	width:100%; height:auto; font-size:11px; float:left; border-bottom:1px solid var(--border); padding:10px 0px
}
.noti-lftico{ 
	width:40px; height:auto; float:left; margin:2px 10px 10px 10px; text-align:center
}
.noti-txt{ 
	width:218px; height:auto; float:left;
}
.noti-txt div {
     
    font-weight: normal;
    font-size: 13px;
}
.StiPageContainer {
    height: auto !important;
    min-height: 50px;
    margin-bottom: 10px;
}
.StiPageContainerNoti {
    height: auto !important;
    line-height:17px;
}
.StiPageContainerNoti > div {
    height: auto !important;
}
.noti-txt span{ 
	color:#818181;
}
.noti-rgtclose{ 
	width:12px; height:auto; float:right; text-align:right; margin:0px 10px 0px 0px
}
.noti-btn {
    color: var(--btn-primary-color-text, #818181);
    outline: none;
    margin-right: 0px;
    padding: 5px 10px 5px 10px;
    border: solid 1px var(--btn-primary-color, #818181);
    background-color: var(--btn-primary-color, #ffffff);
    font-size: 12px;
    width: auto;
    border-radius: 5px;
    position: relative;
    font-family: 'Segoe UI', sans-serif;
    float: right;
    margin-top: 10px;
}

    .noti-btn:hover {
        background-color: var(--btn-primary-hover-color, #faa819);
        border: solid 1px var(--btn-primary-hover-color, #faa819);
        color: var(--btn-primary-color-text, #ffffff);
    }

.noti-clear{ 
	width:300px; height:auto; float:left;
}

.notification {
    background: var(--button-danger);
    position: absolute;
    margin-left: 10px;
    margin-top: -9px;
    color: var(--color-white);
    z-index: 10001;
    padding: 4px;
    border-radius: 20px;
}
.noti_padding{ 
    min-width: 9px;
    text-align: center;
    font-size: 9px;
    font-weight: bold;
    padding: 0px;
    line-height: 9px;
}
.column-center{text-align: center;}

.dropdown-menu {
	left: auto;
	right: 15px;
	margin: 0 0 0 0 !important;
	list-style: none;
	font-size: 13px;
	text-align: left;
	top: 100%;
	z-index: 1001;
	float: left;
}

.dropdown-menu.arrow:before {
    border-bottom: 8px solid var(--color-white) !important;
}
.dropdown-menu.arrow:before, .dropdown-menu.arrow:after {
    position: absolute !important;
    top: -8px !important;
    right: 8px !important;
    display: inline-block !important;
    content: '';
    border-right: 8px solid transparent !important;
    border-left: 8px solid transparent !important;
	color: var(--color-white);
}

#topNav .navbar-nav li ul.dropdown-menu {
    position: absolute !important;
    padding: 8px 0px !important;
    min-width: 200px !important;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 2px !important;
    background: var(--color-white) !important;
}

/****************************** Sprint 14 ****************************************/
.rgt_conf{
	float:right; margin:23px 10px 0px 0px;
}

.scroll-mobility
{
    max-height:350px;
    overflow: scroll;
}

.errors-section
{
    border-top:1px solid var(--border);
    margin-top:15px;
    width:96%;
    margin-left:15px;
}
.adds-lbl
{
    height: 15px;
}
.adds-txt
{
    height: 30px;
}
.normal-lbl
{
    font-weight: normal !important;
     margin-top: 5px;
}
.adds-btn
{
    margin: 15px 0px 0px 15px;
}

#treeViewPopup .btnpop-primary,
#treeViewPopup .btnpop-secondary {
    color: #545454;
    border: solid 1px var(--border);
    background-color: var(--color-white);
}

#treeViewPopup .btnpop-primary:hover,
#treeViewPopup .btnpop-primary:focus,
#treeViewPopup .btnpop-primary.focus,
#treeViewPopup .btnpop-primary:active,
#treeViewPopup .btnpop-primary.active,
#treeViewPopup .btnpop-secondary:hover,
#treeViewPopup .btnpop-secondary:focus,
#treeViewPopup .btnpop-secondary.focus,
#treeViewPopup .btnpop-secondary:active,
#treeViewPopup .btnpop-secondary.active 
{
    color: var(--color-white);
    border: solid 1px #b57505;
    background-color: #faa819;
}


.k-grid .k-loading-color {
        opacity: 0;
    }

 .divanimation {
      margin-top: 20% !important;
     margin-right: 30% !important;
     padding: 0px; 
     position: fixed; 
     right: 0px;
     top: 0px; 
     width:20%;
     height: 20%;
     z-index: 30001;
     opacity: .8; 
     display: block;
   }
 .divanimationToggleClick {
      margin-top: 20% !important;
     margin-right: 40% !important;
     padding: 0px; 
     position: fixed; 
     right: 0px;
     top: 0px; 
     width:20%;
     height: 20%;
     z-index: 30001;
     opacity: .8; 
     display: block;
 }
 .divanimationSize {
       position: absolute; 
       top: 40%; 
       left: 45%; 
       color: White;
   }

.view-asset-link:focus > div
{
    background-color: #EDEDED;
}

.nav > li > a:hover,
.nav > li > a:focus {
    text-decoration: none;
}

.btn-secondary:focus {
    background-color: #F5F5F5 !important;
    color: var(--color-black) !important;
    border-color: #999999 !important;
    outline-color: #FFCC00 !important;
}
.btn-secondary:focus:hover
{
    background-color:#E9E9E9 !important;
}

.btn-secondary:active {
    background-color: #DADADA !important;
    color: var(--color-black) !important;
    border-color: #999999 !important;
}



.grid-error-icon
{
    cursor: pointer; 
    margin-top:-7px;
    width: 12px;
}

 .convertAll 
 {
   /*convert all checkbox selection*/  
 }

.fieldRequiredLabel {
    font-weight: bold;
}

 .app-field
{
    padding: 15px 0px 15px 0px;
	text-align:center
}

.app-text
{
    padding: 15px 0px 15px 0px;
}


.buttonDelete {
    border: 1px solid var(--button-delete-hover-color);
    background-color: var(--button-delete-color);
    color: var(--color-white);
    outline: none;
    margin-right: 5px;
    padding: 5px 10px 5px 10px;
    font-size: 12px !important;
    border-radius: 3px;
}

.buttonMobileDelete {
    border: 1px solid var(--button-delete-hover-color);
    background-color: var(--button-delete-color);
    color: var(--color-white);
    outline: none;
    margin-right: 20px;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 15px;
}

.buttonDelete:hover {
    border: 1px solid var(--button-delete-hover-color);
    background-color: var(--button-delete-hover-color);
    color: var(--color-white);
}

.buttonRight {
    color: var(--btn-minor-color-text);
    outline: none;
    padding: 5px 20px 5px 20px;
    border: solid 1px #0099ff;
    background-color: var(--btn-minor-color);
    font-size: 12px !important;
    width: auto;
    border-radius: 5px;
    margin-right: 10px;
}

    .buttonRight:hover {
        color: var(--btn-minor-hover-color-text) !important;
        border-color: var(--btn-minor-color);
        background-color: var(--btn-minor-hover-color);
    }

.buttonRptRight {
    color: var(--btn-minor-color-text);
    outline: none;
    padding: 5px 20px 5px 20px;
    border: solid 1px #0099ff;
    background-color: var(--btn-minor-color);
    font-size: 12px !important;
    width: auto;
    border-radius: 5px;
    margin-left: 10px;
    float: left;
}

.buttonCenter {
    color: var(--btn-minor-color-text);
    outline: none;
    padding: 5px 20px 5px 20px;
    border: solid 1px #0099ff;
    background-color: var(--btn-minor-color);
    font-size: 12px !important;
    width: auto;
    border-radius: 3px;
}

    .buttonCenter:hover {
        color: var(--btn-minor-hover-color-text) !important;
        border-color: var(--btn-minor-color);
        background-color: var(--btn-minor-hover-color);
    }

.buttonLeft {
    color: var(--btn-minor-color-text);
    outline: none;
    padding: 5px 20px 5px 20px;
    border: solid 1px #0099ff;
    background-color: var(--btn-minor-color);
    font-size: 12px !important;
    width: auto;
    border-radius: 5px;
    margin-left: 0px;
}

    .buttonLeft:hover {
        color: var(--btn-minor-hover-color-text) !important;
        border-color: var(--btn-minor-color);
        background-color: var(--btn-minor-hover-color);
    }

.headerRow 
{
    height: 15px;
}

.inputBoxXSmall > span {
    background-color: var(--color-white);
    width: 75%;
}

.inputBoxCustomSmall > span {
    width: 150px;
}

.inputBoxSmaller > span {
    background-color: var(--color-white);
    width: 60%;
}

.inputBoxTiny > span 
{
    background-color: var(--color-white);
    width: 50%;
}

.floatRight
{
    float: right;
    margin-top: 15px;
}

.floatLeft
{
    float: left;
}

.cursorPtr
{
    cursor:pointer;
}
/*=============================================This below css mostly used for all controls=============================*/
.inputBoxLarge> span 
{
    background-color: var(--color-white);
    width: 250px;
}

.inputBoxSmall > span 
{
    background-color: var(--color-white);
    width: 75%;
}

.inputBoxSmallLock > span 
{
    background-color: var(--color-white);
    width: 84%;

}
.inputBoxSmall-pencil > span 
{
    background-color: var(--color-white);
    width: 75%;
    float: left;
    margin-right: 10px;
}

.inputBoxLargeImportant> span 
{
    background-color: var(--color-white);
    width: 250px !important;
}

.inputBoxLargeAutoComplete> span 
{
    width: 250px;
}

.inputBoxSmallNotify> span 
{
    background-color: var(--color-white);
    width: 75% !important;
}

.inputBoxSmallUom > span {
    background-color: var(--color-white);
    width: 80px;
}
.divUom {
    margin-left: -7%;
}
.divUomLable {
    text-align: right;
    padding-top: 13px;
    padding-left: 0px;
}
.inputTextboxSmall {
    color: var(--color-black);
    outline: medium none;
    padding: 4px 30px 4px 5px;
    border: 1px solid var(--border);
    font-size: 12px !important;
    width: 250px !important;
    border-radius: 3px;
    background-color: var(--color-white);
}

.inputTextboxSmaller {
    color: var(--color-black);
    outline: medium none;
    padding: 4px 30px 4px 5px;
    border: 1px solid var(--border);
    font-size: 12px !important;
    width: 80px !important;
    border-radius: 3px;
    background-color: var(--color-white);
}

.inputTextboxFoNumberSeries {
    color: var(--color-black);
    outline: medium none;
    padding: 4px 30px 4px 5px;
    border: 1px solid var(--border);
    font-size: 12px !important;
    width: 12.4em !important;
    border-radius: 3px;
    background-color: var(--color-white);
}

.inputTextboxTiny {
    color: var(--color-black);
    outline: medium none;
    padding: 4px 30px 4px 5px;
    border: 1px solid var(--border);
    font-size: 12px !important;
    width: 110px !important;
    border-radius: 3px;
    background-color: var(--color-white);
}

.inputTextboxLarge {
    color: var(--color-black);
    outline: medium none;
    padding: 4px 30px 4px 5px;
    border: 1px solid var(--border);
    font-size: 12px !important;
    width: 75% !important;
    border-radius: 3px;
    background-color: var(--color-white);
}
.colTextareaSmall {
    color: var(--color-black);
    outline: medium none;
    padding: 4px 30px 4px 5px;
    border: 1px solid var(--border);
    font-size: 12px !important;
    width: 250px !important;
    border-radius: 5px;
    background-color: var(--color-white);
    font-family: "Segoe UI", sans-serif;
}
.colTextareaLarge {
    color: var(--color-black);
    outline: medium none;
    padding: 4px 30px 4px 5px;
    border: 1px solid var(--border);
    font-size: 12px !important;
    width: 75% !important;
    border-radius: 5px;
    background-color: var(--color-white);
    font-family: "Segoe UI", sans-serif;
}
.colTextareaLarger {
    color: var(--color-black);
    outline: medium none;
    padding: 4px 30px 4px 5px;
    border: 1px solid var(--border);
    font-size: 12px !important;
    width: 50% !important;
    border-radius: 5px;
    background-color: var(--color-white);
    font-family: "Segoe UI", sans-serif;
}

.coltext-area-height {
    min-height: 95px;
    height: 95px;
}

.Po-inputTextboxLarge {
    color: var(--color-black);
    outline: medium none;
    padding: 4px 30px 4px 5px;
    border: 1px solid var(--border);
    font-size: 12px !important;
    width: 75% !important;
    border-radius: 3px;
    background-color: var(--color-white);
    height: 2.5em;
}
/*========================================================================================================================*/
.txtInput 
{
    width: 220px !important;
}

.rpt-txtInput 
{
    width: 42% !important;
}

.autoinput > span 
{
    background-color: var(--color-white);
    width: 42%;
}

.dropdownInput 
{
    background-color: var(--color-white);
    width: 220px;
}

.ddlSchedule
{ 
    background-color: var(--color-white);
    width: 70px;

}

.ddlScheduleYearly
{ 
    background-color: var(--color-white);
    width: 70px;
}

.dateInput
{ 
    background-color: var(--color-white);
    width: 220px;
}

.dvWeekly 
{
    width: 110px;
    float: left;
}

.dvPhotoAlert
{
    padding-left: 20px;
    align-content: center;
}
.csv-box {
    width:95%; height: 75px; border:1px solid var(--border); margin:10px;
}
#progressBar .demo-section {
    width: 660px;
    padding: 30px;
    text-align: center;
}
.progress-bar-main 
{

     height:30px;
     border: 1px;
}

.progress-bar-border 
{
   border:1px solid #999;
   width: 100%;
}

.text-align-left 
{
    text-align: left;
}

.text-align-center {
    text-align: center;
}

.setting-check-field 
{
    padding-top: 0px;
    cursor: default;
}

.setting-reset-field 
{
    padding-left: 15px;
    padding-top: 5px;
}

.setting-right-panel 
{
    overflow: auto;
}

.empty-error-msg 
{
    padding: 10px 0px 10px 0px;
    text-align: center;
}

.delimiter-required {
     margin-left:10px;
     width: 95% !important;
}

.custombox-width {
    float: left;
    width:45%
}

.grid-div-disable {
     display: none;
     margin-top: -45px;
}

.grid-div-bom-disable {
    display: none;
}

/********************************** Cursor default for chekbox and radiobutton  ***************************************/
span.spanClass {
    cursor: default;
    font-size: 12px !important;
}

span.spanPrevClass
{
    cursor:default;
}

#lblPrintReceipt {
    cursor: default;
    font-size: 12px !important;
}

span.k-link
{
    cursor:default;
}

.chk-btm.label
{
    cursor:default;
}

span.spanInnerClass
{
    cursor:default;
}

span.spanInnerCheck
{
    cursor:default;
}

span.spanClassCheck
{
    cursor:default;
}

a.k-link
{
    cursor:default;
}

span.setting-check-field
{
    cursor:default;
}

.chk-cursor-default 
{
      cursor:default; 
      font-size: 12px;
}
/********************************** Cursor default for chekbox and radiobutton  ***************************************/
/*  Grid Fix  */
.k-grid-header th.k-header, .k-filter-row th {
	padding: .5em .6em !important;	
}

.k-dropdown-wrap .k-select {
	line-height: 1.8em !important;
	min-height: 1.8em !important;
}

 .k-grid-content tr td
 {
     cursor:default;
 }
/********************************** Cursor default for chekbox and radiobutton  ***************************************/

  /*Style overridden to fix defect - AC-5269 - Move grid sorting icon right to left*/
.k-grid-header th.k-header {
    position: relative;
}
 
.k-grid-header th > .k-link > .k-icon {
    position: absolute !important;
    left: 2px;
}

/*Audit Window Status Bar CSS*/
.audit-window-bar-green-small 
{
    height:8px;
    background-color:#548235;
    float:left;
}
.audit-window-bar-yellow-small 
{
    height:8px;
    background-color:#FFD966;
    float:left;
}
.audit-window-bar-lime-small 
{
    height:8px;
    background-color:#A9D18E;
    float: left;
}
.audit-window-bar-green-large 
{
    height:12px;
    background-color:#548235;
    float:left;
}
.audit-window-bar-yellow-large 
{
    height:12px;
    background-color:#FFD966;
    float:left;
}
.audit-window-bar-lime-large 
{
    height:12px;
    background-color:#A9D18E;
    float: left;
}

.lhs-lft {
     float: left; 
     width: 85% !important; 
     height: 40px !important;
    text-decoration: none !important;
    cursor: pointer;
}

.lhs_rgt {
    float: left;
    width: 15% !important;
    /*height: 35px !important;*/
    text-decoration: none !important;
    padding-right: 10px !important;
    display: flex;
    align-items: center;
    height: 100%;
}

.user-logon {
    padding: 10px 20px;
}

.divborder .headings {
    transition: border-color 0.5s;
    border-top: 2px solid #337AB7;
    border-left: 2px solid #337AB7;
    border-right: 2px solid #337AB7;
}

.divborder .stage-field {
    transition: border-color 0.5s;
    border: 1px solid #337AB7;
    border-top: 1px solid var(--border);
}
.purchase-cost {
    width: 55%
}
.import-content {

  margin-left: auto ;
  margin-right: auto ;
}
.btnAddressDelete {
    border: 1px solid var(--button-danger);
    background-color: var(--button-danger);
    color: var(--color-white);
    outline: none;
    margin-right: 15px;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    border-radius: 3px;
    float: right;
}
    .btnAddressDelete:hover {
        border: 1px solid var(--button-danger-hover);
        background-color: var(--button-danger-hover);
        color: var(--color-white);
    }
.import-error-highlight {
    background-color: var(--button-danger-hover);
    border: 1px solid var(--button-danger-hover);
    height: 20px;
}
.import-error-normal {
   border: 1px solid #999; 
    height: 20px;
}

#notificationForm .lft-field {
    text-align: right;
    padding-top: 10px;
    padding-left: 5px;
}

.notifyTop {
    padding-top: 8px !important
}

/********************************** Resource not found  ***************************************/
.sig-resource-head
{
	background-repeat: no-repeat;
	background-position: -1200px;
    width: 100%;
    height: 60px;
    padding: 1px 0px 0px 5px;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.resource-txt 
{
    text-align: center; 
    font-size: 16px;
    padding: 15px 0px 0px 0px;
}

.resourceButtonCenter
{
    outline: none;
    padding: 5px 20px 5px 20px;
    border: solid 1px #0099ff;
    font-size: 17px;
    width: auto;
    border-radius: 3px;
     
    margin: 20px 0px 20px 0px;
}

.resource-not-found
{
    margin: 0px auto;
    width: 550px;
    height: 100vh;
	border-radius: 3px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.icon-right {
    padding-left: 1px;
    margin-left: 0px !important;
    border-left: none !important;
    padding-left: 0px !important;
}
.dropdownicon {
    padding-right: 5px;
}

/********************************** Resource not found  ***************************************/


/********************************** Register Changes  ***************************************/
.register-fields {
    color: var(--color-black);
    width: 100%;
    background-color: var(--bg-inner-page);
    padding: 7px 10px 10px 10px;
    float: left;
    border-top: none;
    font-size: 12px !important;
    border: 1px solid var(--border);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
/********************************** Register Changes  ***************************************/

/********************************** Help Window Changes  ***************************************/
    .headerRowPopup {
        height: 40px;
    }

    .headerSubRowPopup {
        height: 3px;
    }

    .header-logo-height > img {
        height: 35px;
    }

    .version-disabled {
        display: none;
    }

    .version-enabled {
        display: block !important;
    }
    .fontsize {
        font-size: 14px;
        font-weight: bold;
    }
.fontNormal {
    font-weight: normal;
    font-size: 12px !important
}
    .about_subheader_padding {
        padding-top: 3px;
    }
    .about_subheader_fontSize {
        font-size:10px;
    }
   .about_subheader2_fontSize {
    font-size: 10px;
 }


.about_linkblue {
    text-decoration: underline;
    cursor: pointer;
    color: var(--text-hyperlink, #0090f1);
}
    numeric-txt-right-align-uom {
        text-align: right;
    }
    .numeric-txt-right-align {
        text-align: right;
        direction: rtl;
    }
 /********************************** Help Window Changes  ***************************************/

 /********************************** IC CSS Styles  ***************************************/
 .ACheadings 
 {
    color: var(--color-black);
    font-size: 14px;
    font-weight: 600;
}
 
 .IC-SMPOP 
 {
    margin: 10px 0px 0px 15px;
	width:450px;
}

.ICalert {
    font-size: 12px !important;
    font-weight: 200;
    border: 1px solid #da4932;
    border-radius: 5px;
    margin: 10px 30px 10px 0px;
    padding: 6px 5px 6px 5px;
    color: #da4932;
    background-color: #fcb0a4;
    width: 250px;
}

 .lens-icon {
    background-color: var(--bg-inner-page) !important;
}
 .lens-icon>i{
    font-size: 18px !important;
    cursor: pointer;
 }
.bomUnit-lock-icon {
    margin-left: -4px;
}

.highlighted-row {
	background-color: #fcb0a4 !important;
}
.highlighted-row.k-alt {
	background-color: #fcb0a4 !important;
}

/*Start for auto complete columns*/
.autocompleteColWidth 
{
    width: 50%;
}

.ac-col1 
{
     width: 30%;
}

.ac-col2 
{
     width: 30%;
}

.ac-col3 
{
     width: 40%;
}
/*End for auto complete columns*/

/*Show/Hide price tier percentage symbol*/
.visible-percentage {
    display: block;
}

.hidden-percentage {
     display: none;
}

.Itemarrow{ 
	background-color:var(--color-white); border:1px solid var(--border); margin:5px 0px; padding:10px 0px;
}

.PrintLPN {
    margin: 17px 25px 0px 0px;
    font-size: 12px !important
}


.label-padding {
    padding-top: 14px
}

.crumbs2 
{
  margin-left: 11px;
}

.crumbs2 li { display: inline; }
    .crumbs2 li a,
    .crumbs2 li a:link,
    .crumbs2 li a:visited {
        color: #666;
        display: block;
        float: left;
        font-size: 12px !important;
        position: relative;
        text-decoration: none;
        border-right-width: 0px;
    }

.crumbFirst 
{
    cursor: pointer;
}

.crumbDefault 
{
    cursor: pointer;
}

.RightArrowImg {
  position: absolute; 
  margin: -4px 0px 0px -13px;
}

#txtLPN[disabled]{
    background-color: #eeeeee !important;
}


.IC-Move {
    margin: 15px;
}

.IC-btnM{
    margin: 0px 15px;
}
 
.input-group-MovLG {
    border-collapse: separate;
    display: table;
    position: relative;
    width: 75%;
}

.input-group-MDG {
    border-collapse: separate;
    display: table;
    position: relative;
	width:230px;
}

.textbox-group-addon {
    background-color: #eee;
    border: 1px solid var(--border);
    border-radius: 4px;
	border-top-left-radius:0px !important;
	border-bottom-left-radius:0px !important;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	border-left:none;
    color: #555;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 27px 0px;
    text-align: center;
	float:left;
	height:70px;
	width:23px;
}

.SBL-group-addon {
    background-color: #eee;
    border: 1px solid var(--border);
    border-radius: 4px;
	border-top-left-radius:0px !important;
	border-bottom-left-radius:0px !important;
	border-top-right-radius:3px;
	border-bottom-right-radius:3px;
	border-left:none;
    color: #555;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 6px 0px;
    text-align: center;
	float:left;
	height:29px;
	width:23px;
}

.ICUn{ 
    background-color: var(--color-white); 
    font-weight:bold;
    font-size: 30px;
    text-align-last: center;
    overflow-x: auto;
    white-space: nowrap;
    text-align:center;
}

.tracking-serial-format{ 
    background-color: var(--color-white);
    font-weight: bold;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 5px;
    height: 31px;
    text-align: center;
}

.tracking-not-match 
{
     background-color: #FFA6A6 !important;
}

.btn-serialnumber-top{
    margin-top: 27px;
}

.LPN-format{ 
    background-color:var(--color-white); 
    font-weight:bold;
    font-size: 14px;
    text-align: center;
    margin-bottom: 5px;
    width: 250px;
    height: 30px;
}

.number-series-page-top {
    margin-top: -15px;
}

.number-series-margin-left {
    margin-left: 10px !important;
}

.number-series-margin-left-right {
    margin-left: 10px;
    margin-right: 10px;
}

.number-series-margin-right {
    margin-right: 10px;
}

.add-before-after-left {
      margin-left: 5px;
}

.in-serial-rect{
    float: left;
}
.panel-width {
    margin-bottom: 10px;
}

.tracking-popup-rect-head {
    margin:10px 0px;
    font-size:12px;
}

.tracking-popup-grid-rect-head {
    margin: 5px 0px 5px 0px;
    width: 96%;
    font-size: 12px !important;
}

.tracking-popup-grid-count {
    margin:15px 0px 5px 10px
}

.tracking-popup-grid-section-width {
    width: 720px;
}

.tracking-popup-grid-height-width {
    height:200px; 
    width: 740px
}

.numberseries-lable-count {
    margin-left: 20%; 
    margin-top: 10%; 
    font-size: 14px;
}

.hightlight-trackingbutton {
    border: solid 2px #ff005e !important; 
    color: var(--color-black) !important;
}

.number-format-label {
    padding-top: 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}
.worksite {
    margin-top: 6px;
    margin-right: 8px;
}

.worksite-text {
    color: white;
}

.purchase-text-box {
    margin-left: -5px;
    border: 0 !important;
    width: 100% !important;
}

.purchase-text-area-div {
    height: auto; 
}

.extendDueDatePop {
     margin-left: 40px;
}

.collapse-panel-family {
    text-decoration: none !important;
}

.txt-line-item-total > input {
    width: 30% !important;
}
.po-status-btn {
    width: 75% !important;
}

.po-item-total-status {
    height: 30px !important; 
    width: 100%  !important;
    font-size: 18px;
}
.po-grand-total-status {
    height: 35px !important; 
    width: 100%  !important;
    font-size: 18px;
}

.po-notes {
    padding:15px 0px 0px 15px
}
.po-pencil {
    margin-left: 9px;
}

.po-total-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: right;
    margin-right: 10px;
}

.po-status-inside-label {
    margin-top: 3px;
}

.po-total-rect {
    background-color: var(--color-white);
    font-weight: bold;
    margin-bottom: 5px;
}

.po-new-btn {
    outline: none;
    margin-right: 20px;
    padding: 5px 10px 5px 10px !important;
    border: solid 1px;
    font-size: 14px;
    border-radius: 0px 4px 4px 1px !important;
    width: 28px;
}

.Po-btn {
    border: solid 1px;
    outline: none;
    margin-right: 0px;
    padding: 5px 10px 5px 10px;
    border: solid 1px var(--border);
    font-size: 12px !important;
    width: max-content !important;
    float: left;
    border-radius: 4px 0px 0px 4px;
}

.Po-contact-div {
    height: 2.5em;
    width: 75%;
}
.po-contact-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: bold;
}

.po-lock-top {
    margin-top: 25px;
}

.popup-title-font-weight {
    font-weight: 400;
}

.po-status {
    width: 100% !important;
    font-size: 15px;
    color: var(--color-black);
    outline: none;
    border: solid 2px #0099ff;
    background-color: var(--color-white);
    text-align: center;
}

.po-status-overdue {
    width: 96% !important;
    font-size: 15px;
    outline: none;
    border: solid 2px var(--button-danger);
    text-align: center;
}

.view-po-overdue {
    background-color: #FFA6A6 !important;
}

.view-po-receivedshort {
    background-color: #ffcc33 !important;
}

.view-po-receivedcomplete {
    background-color: #66cc66 !important;
}

.view-po-vendorcancel {
    background-color: var(--border) !important;
}

.assign-tracking-record-success {
    background-color: #b2f4b2 !important;
}
.po-status-text-color {
    color: var(--button-danger);
}
.k-tooltip[id^="viewLineItems"] {
    min-width: 705px;
}

[id^="viewLineItems"] > div.k-tooltip-content {
    padding-top: 3px;
}

.stage-field-plano-hq {
    color: var(--color-black);
    width: 95%;
    padding: 0px 0px 10px 10px;
    border-top: none;
    font-size: 12px !important;
    border: 1px solid var(--border);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.stage-filed-plano-width-border {
    background: antiquewhite;
    color: var(--color-black);
    width: 75%;
    padding-left: 3%;
    float: left;
    border-top: none;
    font-size: 12px !important;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    text-align: center;
}

.stage-filed-plano-header-border {
    color: var(--color-black);
    width: 75%;
    padding-left: 3%;
    float: left;
    border-top: none;
    font-size: 12px !important;
    border: 1px solid var(--border);
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    text-align: center;
}

.headings-plano-hq {
    color: var(--color-black);
    width: 95%;
    background-color: var(--color-white);
    padding: 3px 0px 4px 4px;
    float: left;
    font-size: 12px !important;
    font-weight: 400;
    border-top: 1px solid var(--border);
    border-left: 1px solid var(--border);
    border-right: 1px solid var(--border);
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    -webkit-font-smoothing: antialiased;
}
.dvplano-hq {
    padding-top: 2%;
}

.truncate-location-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.cntone{ 
	border: 1px solid var(--border);
    padding: 5px;
    background-color: var(--color-white) !important;
    border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	font-size:11px;
	float:left;
	background-position:3px;
}

.cntonetab {
    border: 1px solid var(--border);
    padding: 5px;
    background-color: var(--color-white) !important;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    font-size: 11px;
    float: left;
    background-position: 3px;
}

.cntone:hover{ 
	border: 1px solid var(--border);
    padding: 5px;
    background-color: var(--border) !important;
    border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
	font-size:11px;
	float:left;
	background-position:3px;
	color:var(--color-black) !important;
}
.cntone-selected {
    border: 1px solid var(--border);
    padding: 5px;
    background-color: var(--bg-inner-page) !important;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 11px;
    float: left;
    background-position: 3px;
    color: var(--color-black) !important;
}

.cnttwo{ 
	float:left;
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
    padding: 5px;
    background-color: var(--color-white) !important;
	font-size:11px;
	background-position:3px;
}
.cnttwo:hover{ 
	float:left;
	border-top: 1px solid var(--border);
	border-bottom: 1px solid var(--border);
    padding: 5px;
    background-color: var(--border) !important;
	font-size:11px;
	background-position:3px;
	color:var(--color-black) !important;
}
.cnttwo-selected {
    float: left;
    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
    padding: 5px;
    background-color: var(--bg-inner-page) !important;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 11px;
    background-position: 3px;
    color: var(--color-black) !important;
}
.cntthree{ 
	float:left;
	border: 1px solid var(--border);
    padding: 5px;
    background-color: var(--color-white) !important;
    border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	font-size:11px;
	background-position:3px;
}
.cntthree_1 {
    float: left;
    border: 1px solid var(--border);
    padding: 5px;
    background-color: var(--color-white) !important;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    font-size: 11px;
    background-position: 3px;
}

.cntthree_1:hover {
    float: left;
    border: 1px solid var(--border);
    padding: 5px;
    background-color: var(--border) !important;
    font-size: 11px;
    background-position: 3px;
    color: var(--color-black) !important;
}


.cntthree:hover{ 
	float:left;
	border: 1px solid var(--border);
    padding: 5px;
    background-color: var(--border) !important;
    font-size:11px;
	background-position:3px;
	color:var(--color-black) !important;
    
}
.cntthree-selected{ 
	float:left;
	border: 1px solid var(--border);
    padding: 5px;
    background-color: var(--bg-inner-page) !important;
    border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
	font-size:11px;
	background-position:3px;
	color:var(--color-black) !important;
}

.MGl15 {
    text-align: center;
    vertical-align: middle;
}


.box {
   border-color:black;
   border-width:1px;
   border-style:solid;
}

.Receive-width{
    width:1000px;
}

.Receive-base-unit {
    margin-left: 27%;
}

.Receive-base-unit-left {
    margin-left:40%;
}

.Receive-unit-margin-left {
    margin-left: -5px;
}

.Receive-updated-row {
    background: lightblue !important;
}

.pickOrder-notes {
    padding:7px 0px 0px 0px
}

.pickOrder-notes-old {
    padding: 2px 0px 0px 0px
}

.move-alert
{
    border: solid var(--solid-blue);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 0px 5px 0px 10px;
    width: 325px;
    background-color: var(--solid-blue);
}

.move-not-transact-as-whole {
    float: left;padding-left: 50px;
}

.move-select-item-to-move {
    float: left;
    font-size: 12px !important;
}

.move-transact-as-whole-text {
    margin-bottom: 0px;
    font-weight: normal;
}
.autocomplete-heading {
    padding: 0px 10px 0px 10px;
}
.BD-arrow{ margin:0px 5px }
.BD-edit{ font-size:12px; margin:-5px 0px 10px 0px }
.Kendo-Grid-Editable {
    border-width:thin !important;
    border-color: #008dcc !important;
}
.Audit-Batch-style {
    margin-right: 20px;
    padding: 5px 10px 5px 10px;
    margin-top: 15px;
}

.red-color {
    color: var(--button-danger)
}

.mg_bot_5x {

  margin-bottom:5px;
}

.mg_lft_835p {
    margin-left:-8.35%;
}

.mg_tp_20x {
    margin-top:20px;
}

/***************************/
.currentfilters {
    max-width: 300px;
    display: none;
}

ul.filterleaf {
    list-style-type: none;
    padding-bottom: 5px;
}


a.k-icon.k-i-close {
    background-image: url('../../images/noti_close.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/*page number not showing by default in kendo ui grid 2019*/
.k-pager-wrap.k-pager-sm .k-pager-sizes {
    display: block !important;
}

.k-pager-wrap.k-pager-md .k-pager-info, .k-pager-wrap.k-pager-sm .k-pager-info {
    display: block!important;
}

/*grid header collapes with sorting icon in kendo ui grid 2019*/
.k-grid-header th.k-header > .k-link {
    padding-left: 5px !important;
    width: 83%;
}

/*Advanced quick search */
#divAdvSearchPopup .liAdvSearch {
    padding: 15px 25px 0px 25px;
}

#quickSearchNavlist li {
    padding-top: 9px;
}

#divAdvSearchPopup {
    width: 300px;
    min-height: 230px;
}

#btnAdvanceSearch {
    padding: 4px 10px !important;
    padding-top: 3px;
    font-size: 14px;
    background-color: var(--color-white) !important;
}

.navbar-right-marginright {
    margin-right: 40px;
}

#ulQuickSearch li {
    display: inline-block;
}

.fa-spedometer {
    margin-left: -27px;
    margin-top: 3px;
}

#btnQuickSearch {
    background: var(--solid-blue);
    border: solid 1px var(--border);
    padding: 5px 8px 3px;
}

.k-combobox, .k-combobox .k-input {
    background-color: var(--color-white) !important;
    font-size: 13px !important;
}

.k-combobox > .k-dropdown-wrap > .k-i-close {
    right: calc(3.67142857em - 15px)!important
}

.ddl-Labels{
    font-weight:bold !important;
}

.dvWebBrowserDisabled {
    pointer-events: none;
    opacity: 0.4;
}

.transactionsignature {   
    position: relative;
    display: inline-block;
}
.signatureimage {
    width: 100%;
    height: auto;
}
.transactionsignature .signatureimage {
    display: none;
    top: 0;
    left: 0;    
}
.transactionsignature:hover .signatureimage {
    display: inline;
    z-index: 99;
}

.callout-content-body {
    width: 97% !important;
    height: 100px !important;
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: var(--color-black);
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid var(--border);
    border-radius: 4px;
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

/*********** New Kendo UI Changes ***************/
.k-treeview-leaf.k-focus, .k-treeview-leaf:focus {
    box-shadow: none;
    background-color: var(--bg-wrapper);
}

.bg-trans {
    background-color: transparent !important;
}

.k-notification-success {
    background-color: #c8e6c9 !important;
    color: #5fb662 !important;
    border-color: #c8e6c9 !important;
}

.k-notification-error {
    background-color: #ffcdd2 !important;
    color: #ff3448 !important;
    border-color: #ffcdd2 !important;
}

.width-250 {
    width: 250px !important;
}

.width-300 {
    width: 300px;
}

.inputBoxdatepick > span {
    background-color: var(--color-white);
    width: 250px;
}

.f-center {
    display: flex;
    justify-content: center;
}

.checkboxLabelCenter {
    vertical-align: 2px;
    margin-right: 5px;
}

.in-full-wid {
    width: 198px !important;
    margin-left: 5px;
}
.k-i-close:before {
    content: "\e11b";
    color: var(--color-white);
}

.cv-combo-view {
    width: 100% !important;
    margin-left: 5px;
}

.page-navbar .navbar-nav > li .dropdown-menu > li a {
    padding: 10px 20px;
    width: 200px;
}

.quality-num {
    padding: 0px 5px 0px 5px !important;
}

.m--margin-right-35 {
    margin-right: 35px !important;
}

.m--margin-top-2 {
    margin-top: 2px !important;
}
.m--margin-top-5 {
    margin-top: 5px !important;
}
.m--margin-top-8 {
    margin-top: 8px !important;
}
.m--margin-top-15 {
    margin-top: 15px !important;
}
.w-120 {
    width: 120px !important;
}

.width-75 {
    width: 75% !important;
}

.width-50 {
    width: 50% !important;
}

.width-100 {
    width: 100% !important;
}

.width-150 {
    width: 150px !important;
}

.m--margin-top-10 {
    margin-top: 10px;
}

.contact-txtfield > span {
    background: var(--color-white);
    border: 1px solid #C6C6C6;
}

.contact-txtfield > span > input[data-role="textbox"] {
    padding: 1px 10px 1px 5px !important;
}

.k-grid .k-column-title {
    width: 100%;
}

#ddlQuickSearchFields_listbox > li.k-list-item {
    display: list-item !important;
}

.location-look > span {
    width: 9.6em !important;
}

.location-look input[type="text"], input[type="password"] {
    width: 9.6em !important;
}

.callout-fs {
    color: var(--solid-blue);
    padding-left: 0px !important;
    font-size: 12px !important;
}

[data-title]:after {
    content: attr(data-title);
    position: absolute;
    left:0%;
    top: 2px;
    padding: 4px 4px 4px 8px;
    color: #666;
    white-space: nowrap;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 4px #666;
    -webkit-box-shadow: 0px 0px 4px #666;
    box-shadow: 0px 0px 4px #666;
    opacity: 0;
    z-index: 9999999;
    visibility: hidden;
    background-image: -moz-linear-gradient(top, var(--color-white), var(--color-white));
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, var(--color-white)), color-stop(1, var(--color-white)));
    background-image: -webkit-linear-gradient(top, var(--color-white), var(--color-white));
    background-image: -o-linear-gradient(top, var(--color-white), var(--color-white));
}

[data-title] {
    position: relative;
}

.R-tabmain {
    background-color: transparent;
    padding-top: 0px;
}

.panel-group {
    margin-bottom: 10px !important;
}

.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
    border: none;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: var(--pay-border);
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 15px;
        width: 15px;
        left: 4px;
        bottom: 3px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

input[type="checkbox"]:checked + input[type="hidden"] + .slider,
input[type="checkbox"]:checked + .slider {
    background-color: #2196F3;
}

input[type="checkbox"]:focus + input[type="hidden"] + .slider,
input[type="checkbox"]:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input[type="checkbox"]:checked + input[type="hidden"] + .slider:before,
input[type="checkbox"]:checked + .slider:before {
    -webkit-transform: translateX(21px);
    -ms-transform: translateX(21px);
    transform: translateX(21px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 30px;
    background: var(--color-black);
    width: 45px;
    height: 20px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.form-label {
    font-size: 12px !important;
    color: var(--grays);
}

.bg-BD {
    color: var(--color-black);
    width: 100%;
    background-color: var(--bg-inner-page);
    padding: 7px 10px 10px 10px;
    border-top: none;
    font-size: 12px !important;
    border: 1px solid var(--border);
}

.move-space {
    margin: 15px 0px;
}

.Min-H-145 {
    min-height: 140px;
    height: auto;
}

.k-filtercell > span > label {
    vertical-align: middle;
    font-weight: 600 !important;
}

#ViewWorkingSites .k-grid-content {
    height: 167px !important;
}

.font12 {
    font-size: 12px !important;
}

.tdwrap {
    word-wrap: break-word !important;
    white-space: normal
}

.tablewrap {
    table-layout: fixed;
}

.w-95percent {
    width: 95% !important;
}

.alert-icon {
    width: 13px;
    height: 13px;
}
.text-filter {
    height: max-content;
    margin-top: 2px !important
}

.containers-N .k-numerictextbox {
    width: 5.2rem !important;
}

.containers-N .numericbox_small {
    width: 5.2rem !important;
}

.build-arrow {
    position: absolute;
    margin: -4px 0px 0px -13px;
}

.hyper {
    color: var(--primary-color) !important;
    text-decoration: underline;
    cursor: pointer;
}

.container-lft {
    text-align: right;
    padding-top: 8px;
    padding-left: 5px;
    word-wrap: break-word;
}

.accordion-button-details-text {
    text-align: right;
    font-size: 14px;
    margin-top: -30px;
    margin-bottom: 14px;
    margin-right: 45px;
    position: relative;
    z-index: 3;
}


/************** Notification ***************/
.k-notification-info.k-group {
    background: rgba(0%,0%,0%,.7);
    color: #fff;
}

.upload-success {
    width: 240px;
    padding: 30px;
}

    .upload-success span {
        font-size: 10px;
        font-weight: normal;
        padding: 0px;
        margin-left: 27px;
        float: left;
        vertical-align: top;
    }

    .upload-success img {
        display: inline-block;
        vertical-align: top;
        float: left;
    }

.k-notification-wrap {
    padding: 10px !important;
    font-size: 12px !important;
    word-wrap: break-word !important;
    white-space: pre-wrap !important;
    display: flex;
}

.k-notification-content p {
    margin-bottom: 0rem;
    font-weight: 500;
}

.k-notification-content ul {
    padding-left: 0rem;
    font-weight: 500;
}

.k-notification-wrap > div {
    display: block;
    padding: 0px !important;
    width: 300px;
    font-weight: 500;
}

.k-widget.k-notification.k-notification-error {
    color: rgba(221,5,4,.9) !important;
    word-wrap: break-word !important;
    padding: 0px !important;
    width: 300px;
}

.k-i-error:before {
    content: '' !important;
}

.k-i-error {
    background-image: url('../images/alert.png') !important;
    background-position: 2px 4px;
    background-size: 12px 10px;
    background-repeat: no-repeat;
    float: left !important;
    padding-right: 5px !important;
    display: inline-block !important;
}

.k-i-success {
    float: left !important;
}

.k-animation-container {
    z-index: 10009 !important;
    position: relative;
}

.p-callout {
    display: flex;
    flex-direction: row;
}

.k-grid .k-cell-inner > .k-link > .k-icon.k-i-sort-asc-sm, .k-grid .k-cell-inner > .k-link > .k-icon.k-i-sort-desc-sm {
    margin-left: 0;
    margin-top: 0;
    display: inline-block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    z-index: 100;
}

.k-icon:before {
    top: 1px !important;
    left: -3px !important;
}

.k-notification-content li {
    list-style-type: none !important;
    line-height: 20px;
}
/*Start kendo version 2025.1.227 override class */
.k-button-flat-primary .k-button-text{
    color: black !important;
}
.k-icon, .k-tool-icon {
    position: relative;
    display: inline-block;
    overflow: hidden;
    width: 1em;
    height: 1em;
    text-align: center;
    vertical-align: middle;
    background-image: none;
    font: 16px / 1 WebComponentsIcons;
    speak: none;
    font-variant: normal;
    text-transform: none;
    text-indent: 0;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: inherit;
}

.k-menu-vertical > .k-separator {
    margin-block: 0 !important;
}
.k-grid .k-grid-header .k-cell-inner > .k-link > .k-sort-icon .k-icon {
    left: 0.9em;
}
.CM-item > .k-picker > .k-input-inner> .k-input-value-text {
    padding-bottom: 4px;
}
/*.k-grid .k-table-row > th {
    line-height: 1.2 !important;
}*/
.k-list-item.k-selected, .k-selected.k-list-optionlabel {
    color: var(--color-black, #333333) !important;
    background-color: #ffffff !important;
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

.k-calendar .k-calendar-view .k-today {
    color: var(--kendo-color-secondary-active, #3d3d3d) !important;
    background-color: #fafafa !important;
}
.k-calendar .k-calendar-td.k-selected .k-calendar-cell-inner, .k-calendar .k-calendar-td.k-selected .k-link {
    color: var(--kendo-color-secondary-active, #3d3d3d) !important;
    background-color: #D6E9F1 !important;
    font-weight: bold
}
.k-table-tbody .k-table-row > td[role="gridcell"] {
    border-width: 0px;
    border-bottom-width: 1px !important;
    border-style: solid;
}

.k-tooltip {
    background-color: var(--tooltip-color) !important;
    color: var(--bg-white) !important;
    font-size: 80% !important;
    Max-width: 350px !important;
    border-color: #474747 !important;
    padding: 5px !important;
    border-radius: 4px !important
}

.k-callout-n {
    border-bottom-color: var(--tooltip-color) !important;
}

.k-tooltip-content > li {
    list-style: none;
}

.k-dropdownlist-popup {
    display: flex;
    flex-flow: column nowrap;
    max-width: 250px !important;
}

.k-menu.k-context-menu .k-item > .k-link:active {
    background-color: var(--solid-blue, #00b0ff) !important;
}
.k-panelbar > .k-panelbar-header > .k-link.k-selected {
    color: var(--kendo-color-on-primary, #ffffff) !important;
    background-color: var(--solid-blue, #00b0ff) !important;
}

.k-panelbar .k-panelbar-group > .k-panelbar-item > .k-link.k-selected {
    color: var(--kendo-color-on-primary, #ffffff) !important;
    background-color: var(--kendo-color-tertiary-emphasis, #00b0ff) !important;
}
.k-panelbar > .k-panelbar-header > .k-link {
    color: var(--color-black, #0e0e0e) !important;
}
.k-calendar-container, .k-datetime-container {
    width: 265px !important;
    padding: 0px;
}
.k-child-animation-container:not(:has(> .k-grid-columnmenu-popup)) {
    width: auto !important;
}
.k-treeview-leaf.k-selected {
    color: var(--kendo-color-on-primary, #ffffff) !important;
    background-color: var(--kendo-color-tertiary-emphasis, #00b0ff) !important;
}
.k-checkbox:indeterminate, .k-checkbox.k-indeterminate {
    border-color: var(--kendo-color-border, rgba(0, 0, 0, 0.08)) !important;
    color: var(--kendo-color-surface-alt, #ffffff) !important;
    background-color: var(--solid-blue, #00b0ff) !important;
}

.k-table-thead > tr > th:has(input) {
    text-align: center !important;
}
.k-button .k-button-text, .k-button .k-text {
    overflow: hidden;
    white-space: nowrap;
}
.k-button, .k-header {
    font-weight: 500;
}
.k-button {
    text-transform: uppercase;
    margin: 0;
    padding: 8px 14px;
    font-size: 12px !important;
}
.k-rounded-md {
    border-radius: 4px;
}
.k-button-solid-primary {
    border-color: var(--solid-blue, #00b0ff) !important;
    color: var(--kendo-color-on-primary, #ffffff);
    background-color: var(--solid-blue, #00b0ff) !important;
}
.k-chip-text, .k-chip-label {
    font-size: 12px !important;
}

/*:root {
    --kendo-color-primary: #028ccb !important;
}*/

/*End kendo version 2025.1.227 override class */

.theme-primary-color {
    color: var(--primary-theme-color) !important;
}

.theme-secondary-color {
    color: var(--secondary-theme-color) !important;
}

.text-primary-color {
    color: var(--text-primary-color) !important;
}

.text-secondary-color {
    color: var(--text-secondary-color) !important;
}

.icon-color {
    color: var(--secondary-theme-color) !important;
}

.section-header {
    background-color: var(--background-color);
    padding: 10px 15px;
    float: left;
    font-size: 15px;
    font-weight: 600;
    -webkit-font-smoothing: antialiased;
}

.section-background {
    width: 100%;
    background-color: var(--graylight);
    padding: 7px 10px 20px 10px;
    float: left;
    border-top: none;
    font-size: 12px;
    border-bottom-left-radius: 1rem;
    border-bottom-right-radius: 1rem;
    border: none;
}

.report-list-category-name {
    font-weight: 600;
    font-size: 14px;
}

.report-list-report-item {
    font-weight: 400;
}


.report-list-signature {
    font-size: 12px;
    line-height: 24px
}

.report-list-sub-report {
    font-size: 12px;
    margin-left: 15px !important;
}

.report-list-tree {
    padding: 10px !important;
    line-height: 28px
}

.report-list-tree .k-icon {
    margin-left: 10px !important;
}

#imgLargeLogo, #imgSmallLogo, #dvUploadSmallLogo {
    width: 256px !important;
    height: 191px !important;
}

#imgLargeLogo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#imgSmallLogo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

#btnRemoveLogos {
    outline: none;
    padding: 9px 10px 8px 10px;
    width: auto;
    margin-left: 10px;
    margin-bottom: 15px;
}

#btnUploadLogoLarge {
    outline: none;
    padding: 8px 10px 8px 10px;
    width: 100%;
    margin-top: 15px;
    float: right;
}

#btnUploadLogoSmall {
    outline: none;
    padding: 8px 10px 8px 10px;
    width: 100%;
    margin-top: 15px;
    float: right;
}

#btnUploadLogoLarge:hover {
    background-color: var(--btn-tertiary-hover-color);
    color: var(--btn-tertiary-hover-color-text);
}

#btnUploadLogoSmall:hover {
    background-color: var(--bg-login-btn);
    color: var(--bg-dark-gray);
}

.move-indicate {
    position: absolute;
    margin: 33px 0px 0px -13px;
}

li .lhs_rgt {
    display: flex;
    align-items: center;
    height: 100%;
}

div:has([data-role="contextmenu"]) {
    width: 200px;
}

/*Start kendo version 2025.1.227 override class */
.k-button-flat-primary .k-button-text {
    color: black !important;
}

/*.k-pager-numbers .k-selected {
    color: lightgray !important;
    z-index: 0;
}
*/
.k-grid-header .k-grid-filter.k-active, .k-grid-header .k-header-column-menu.k-active, .k-grid-header .k-grid-header-menu.k-active, .k-grid-header .k-hierarchy-cell .k-icon.k-active {
    color: var(--kendo-color-secondary-active, #3d3d3d) !important;
    background-color: #fafafa !important;
}

.k-menu-link.k-active {
    color: var(--kendo-color-secondary-active, #3d3d3d) !important;
    background-color: var(--solid-blue, #00b0ff) !important;
}

.k-grid .k-grid-header .k-cell-inner > .k-link > .k-sort-icon .k-icon {
    color: #028ccb !important;
    position: relative !important;
}

.k-grid .k-grid-header .k-cell-inner > .k-link > .k-sort-icon {
    margin-inline-start: 20px;
}

.k-input-value-text {
    font-family: inherit !important;
    font-size: 13px !important;
}

.k-input-inner {
    font-family: inherit !important;
    font-size: 13px !important;
}

.k-grid .k-table-row > th {
    line-height: 1.8 !important;
}

.k-list-md {
    line-height: 0.8 !important;
}

.k-checkbox:checked, 
.k-checkbox.k-checked {
    border-color: var(--solid-blue, #00b0ff) !important;
    color: var(--kendo-color-on-primary, #ffffff) !important;
    background-color: var(--solid-blue, #00b0ff) !important;
}

.k-menu-item {
    border-width: 0;
    outline: 0;
    display: flex;
    flex-flow: column nowrap;
    flex: none;
    position: relative;
    -webkit-user-select: none;
    user-select: none;
    line-height: 1.8em;
}

.k-menu-group .k-item > .k-link:active {
    background-color: var(--solid-blue, #00b0ff) !important;
}

.k-list-item.k-selected:hover, 
.k-list-optionlabel.k-selected:hover, 
.k-list-item.k-selected.k-hover, 
.k-list-optionlabel.k-selected.k-hover {
    color: var(--kendo-color-secondary-active, #3d3d3d) !important;
    background-color: var(--kendo-color-base-hover, #ebebeb) !important;
}

.k-button-solid-base.k-selected {
    border-color: var(--kendo-color-on-primary, #ffffff) !important;
    color: var(--kendo-color-on-primary, #ffffff) !important;
    background-color: var(--solid-blue, #00b0ff) !important;
}

.k-list-content {
    overflow: hidden auto !important;
}

.k-listview-content > .k-selected {
    background-color: color-mix(in srgb, var(--solid-blue, #ff6358) 25%, transparent)
}

.k-hierarchy-cell > a[aria-label="Expand"],
.k-hierarchy-cell > a[aria-label="Collapse"] {
    height: 20px;
}

.k-child-animation-container:has(> .k-grid-columnmenu-popup) {
    width: 230px !important;
}

/*:root {
    --kendo-color-primary: #028ccb !important;
}*/

/*End kendo version 2025.1.227 override class */

.btn-prime {
    margin-right: 10px;
    padding: 8px 15px 8px 15px;
    border-radius: 4px;
    font-size: 12px;
}

.btn-accent {
    color: var(--prime-text);
    outline: none;
    margin: 0px 20px 0px 0px;
    padding: 8px 15px 8px 15px;
    border: solid 1px var(--bg-tertiary-ouline);
    background-color: var(--bg-gray);
    font-size: 12px;
    border-radius: 5px;
    font-family: 'Segoe UI', sans-serif;
}

.btn-accent:hover {
    border-color: var(--bg-dark-gray);
    background-color: var(--bg-dark-gray);
    color: var(--bg-white);
    transition: 0.3s;
}

.btn-tertiary {
    border-color: var(--btn-tertiary-border-color);
    background-color: var(--bg-white);
    color: var(--bg-dark-gray);
    margin-right: 10px;
    padding: 8px 15px 8px 15px;
    border-radius: 5px;
    transition: 0.3s;
    font-size: 12px;
}

    .btn-tertiary:hover {
        border-color: var(--btn-tertiary-hover-broder-color);
        background-color: var(--btn-tertiary-hover-color);
        color: var(--bg-white);
        transition: 0.3s;
    }

.btn-delete {
    border-color: var(--btn-delete-color);
    background-color: var(--btn-delete-color);
    color: var(--bg-white);
    margin-right: 10px;
    padding: 8px 15px 8px 15px;
    border-radius: 4px;
    transition: 0.3s;
    font-size: 12px;
}

.btn-delete:hover {
    border-color: var(--btn-delete-color);
    background-color: var(--btn-delete-hover-color);
    transition: 0.3s;
}

.btn-lock {
    border-color: var(--solid-blue);
    background-color: var(--bg-white);
    color: var(--bg-dark-gray);
    margin: 10px 10px 0px 0px;
    padding: 8px 15px 8px 15px;
    border-radius: 4px;
    transition: 0.3s;
}

    .btn-lock:hover {
        border-color: var(--btn-tertiary-hover-broder-color);
        background-color: var(--btn-tertiary-hover-color);
        color: var(--bg-white);
        transition: 0.3s;
    }

.wo-btn {
    color: var(--bg-white) !important;
    outline: none;
    margin-right: 0px;
    padding: 5px 10px 5px 10px;
    border: solid 1px var(--bg-tertiary-ouline);
    font-size: 12px;
    width: max-content;
    margin-top: 10px;
    float: left;
    border-radius: 4px 0px 0px 4px;
}

.wo-btn:hover {
    opacity: 0.8
}

.wo-new-btn {
    outline: none;
    margin-right: 15px;
    padding: 8px 10px 8px 10px !important;
    font-size: 12px;
    margin-top: 10px;
    border-radius: 0px 4px 4px 1px;
    width: 28px;
}

.wo-new-btn:hover {
    opacity: 0.8
}

