/* ****** ****** ****** ****** ****** **
 * ****** Imported CSS ****** *
** ****** ****** ****** ****** ****** */ 
@import url("developer.css");
@import url("customscrollbar.css");
@import url("hover.css");
@import url("mediascreen.css");
@import url("jquery-ui.css"); 
@import url("jquery-clockpicker.min.css");
/* ****** ****** ****** ****** ****** **
 * ****** Common CSS ****** *
** ****** ****** ****** ****** ****** */

@font-face {
    font-family: 'lcd2bold';
    src: url('../fonts/lcd2b-webfont.eot');
    src: url('../fonts/lcd2b-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/lcd2b-webfont.woff2') format('woff2'), url('../fonts/lcd2b-webfont.woff') format('woff'), url('../fonts/lcd2b-webfont.ttf') format('truetype'), url('../fonts/lcd2b-webfont.svg#lcd2bold') format('svg');
    font-weight: normal;
    font-style: normal;
}
body {
    background: url("../images/steelbg.png") repeat;
	color:#000000;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}
html {
    position: relative;
    min-height: 100%;
}
ul,
li,
ol {
    padding: 0px;
    margin: 0px;
    list-style: none;
	word-break: break-all;
}
a {
    color: #003366;
}
a:hover,
a:focus {
    text-decoration: none;
	color: #003366;
}
a,
button,
.btn {
    outline: none;
    outline: 0;
    text-decoration: none;
}
.btn[disabled]{
	pointer-events: none;
    cursor: default;
    /*plain arrow*/    
    opacity: 0.5;
}
.disabled{
	pointer-events: none;
	cursor: default;
	opacity: 0.5;
}
input[type=text]::-ms-clear,
input[type=tel]::-ms-clear,
input[type=number]::-ms-clear,
input[type=email]::-ms-clear,
input[type=password]::-ms-clear {
   display: none;
} 
input[readonly="readonly"], input[readonly] {
    pointer-events: none;
} 
::-ms-reveal {
	display: none;
} 
.required {
    color: red;
}
.alert,
.clear {
    clear: both;
} 
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
    outline: 0px;
    outline-offset: 0px;
}
.btn.cusrDefault{
	cursor:default;
}
*:focus,
*:active,
a:active,
a:focus,
input:focus,
input:active {
    -moz-outline-style: none;
    outline: none;
    outline: 0;
    -webkit-box-shadow: none;
}
a:hover,
a:active,
a:focus {
    outline: none;
    outline: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}
object,
embed {
    outline: 0;
}
input::-moz-focus-inner {
    border: 0;
}
::-webkit-scrollbar {
    width: 6px;
    /* for vertical scrollbars */
    
    height: 6px;
    /* for horizontal scrollbars */
}
::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.1);
}
::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0.5);
}
a.list-group-item,
button.list-group-item {
    color: #333F48;
}
.badge {
    background: #333F48;
}
.clear {
    clear: both;
}
@-ms-viewport {
    width: device-width;
}
@-ms-viewport {
    width: auto!important;
}
hr {
    width: 100%;
    float: left;
    clear: both;
    margin: 0px;
    padding: 0px;
    height: 20px;
    border: 0px;
}
.icon-small {
    height: 18px;
    margin: 0;
    padding: 0;
}
.icon-medium {
    height: 18px;
    margin: 0;
    padding: 0;
}
#page-wrapper {
    width: 100%;
    padding: 0;
}
@media(min-width:768px) {
    #wrapper {
        padding-left: 290px;
    }
    #wrapper.loginPageWrapper {
        padding-left: 0px;
    }
}
.contentPanel {
    width: 100%;
    padding: 0px 0px 0px 0px;
    float: left;
    clear: both;
}
.leftContentPanel {
    width: 77%;
    padding: 0px 15px 0px 0px;
    float: left;
}
.leftContentPanel > h2 {
    font-size: 22px;
    padding: 10px 0px 15px;
    margin: 0px;
    width: 100%;
    float: left;
}
h2 .platenDropdown { 
    float: right;
	width:auto;
}
.form-control.datepickerWspace {
    padding: 5px 6px;
    background: #fff url("../images/icons/calendarSpace.png") no-repeat left center;
    padding-left: 35px;
    width: 115px;
    float: left;
}
.form-control.searchBox {
    padding: 5px 6px;
    background: #fff url("../images/icons/searchIcon1.png") no-repeat right center;
    background-size: 26px 26px;
    padding-right: 30px;
}
.nav-tabs>li .goBtn {
    margin-left: 5px;
}
.formLabelText {
    float: left;
    padding: 5px 5px;
}
.nav-tabs>li .fromDateDiv,
.nav-tabs>li .toDateDiv {
    float: left;
}
.nav-tabs>li .goBtn {
    margin-left: 5px;
} 


.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
.btn.btn-collapseExp {
    background: #003366;
    border: 0px;
    color: #fff;
    text-shadow: 0 1px 0 #002244;
    box-shadow: 0px 2px 0px #002244;
}
.btn.btn-collapseExp.active, .btn.btn-collapseExp:active, .open>.dropdown-toggle.btn.btn-collapseExp, 
.btn.btn-collapseExp.active.focus,
.btn.btn-collapseExp.active:focus,
.btn.btn-collapseExp.active:hover,
.btn.btn-collapseExp:active.focus,
.btn.btn-collapseExp:active:focus,
.btn.btn-collapseExp:active:hover,
.open>.dropdown-toggle.btn.btn-collapseExp.focus,
.open>.dropdown-toggle.btn.btn-collapseExp:focus,
.open>.dropdown-toggle.btn.btn-collapseExp:hover {
   background: #003366;
    border: 0px;
    color: #fff;
    text-shadow: 0 1px 0 #002244;
    box-shadow: 0px 2px 0px #002244;
}
.collapseExpandBtn {
    width: 100%;
    float: left;
    clear: both;
    margin: 10px 0px 2px;
    padding:10px 15px;
	font-size:20px;
	text-align:left;
}
.collapseExpandBtn .collapseIcon{ 
    float: right;  
    width:30px;
	height:30px;
	background:url("../images/icons/accord-minusW.png") no-repeat center center;
    background-size: 20px 20px;
}  
.collapseExpandBtn.collapsed .collapseIcon{ 
    float: right;   
	width:30px;
	height:30px;
	background:url("../images/icons/accord-plusW.png") no-repeat center center;
    background-size: 20px 20px;
} 
.breadcrumbList {
    background-color: #ffffff;
    padding: 0px;
    margin-bottom: 15px;
    float: left;
    width: 100%;
    clear: both;
}
.breadcrumbList li {
    background-color: #333F48;
    padding: 10px 35px 10px 15px;
    color: #ffffff;
    position: relative;
    float: left;
    text-shadow: 0px 1px 1px #000000;
}
.breadcrumbList li:before {
    background: #4a5b68;
    position: absolute;
    right: 0px;
    content: " ";
    top: 0px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 25px solid #333F48;
    border-bottom: 20px solid transparent;
}
.breadcrumbList li.active {
    background: #4a5b68;
    color: #d2dadf;
}
.breadcrumbList li.active:before {
    background: #ffffff;
    position: absolute;
    right: 0px;
    content: " ";
    top: 0px;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-left: 25px solid #4a5b68;
    border-bottom: 20px solid transparent;
}
.breadcrumbList li a {
    color: #ffffff;
    text-decoration: none;
    border: 0px;
}
.breadcrumbList li.deviceStatusLi{
    float:right;
	color: #000;
    border: 0px;
    position: inherit;
    background: #ffffff;
    padding: 5px 15px;
    text-shadow: 0px 1px 1px #fff;
} 
.breadcrumbList li.iconList {
    float: right;
    color: #000;
    border: 0px;
    position: inherit;
    background: #ffffff;
    padding: 10px 15px;
text-shadow:none;	
}
.breadcrumbList li.iconList a { 
    color: #000; 
}
.breadcrumbList li.currentDateTime {
    float: right;
    color: #000;
    border: 0px;
    position: inherit;
    background: #ffffff;
    padding: 10px 15px;
    text-shadow: 0px 1px 1px #fff;
    font-family: 'lcd2bold';
}
.breadcrumbList li.currentDateTime #date {
    color: #003366;
    padding: 5px 2px 3px;
    letter-spacing: 1px; 
}
.breadcrumbList li.currentDateTime #time {
    color: #000;
    padding: 5px 2px 3px;
    letter-spacing: 1px; 
}
/*** **************  ************** ****
		*** Loading Progress ***
**** **************  ************** ***/

.loadingProgress {
    position: fixed;
    display: none;
    padding-left: 16px;
    z-index: 999999;
    top: 0px;
    left: 0px;
    outline: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: url("../images/bgTransparent.png") repeat;
}
.loadingProgressIn {
    position: absolute;
    width: 70px;
    height: 70px;
    left: 50%;
    top: 50%;
    margin: -40px 0px 0px -40px;
    z-index: 9999999;
    background: #F2F2F2 url("../images/loading.gif") no-repeat center center;
    background-size: 45px 45px;
    border-radius: 12px;
}
/*** **************  ************** ****
		*** Poup Modal ***
**** **************  ************** ***/

.modal {
    text-align: center;
    padding: 0!important;
}
.modal .btn {
    min-width: 90px;
}
.modal .btn.refresh {
    min-width: auto;
}
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

.modal-footer.textAlignCenter {
    text-align: center;
}
.modal-footer,
.modal-header,
.modal-body {
    clear: both;
    border: 0px;
    float: left;
    width: 100%;
}
.modal-header p{
    margin:0px;
}
.modal-content {
    clear: both;
    border: 0px;
    float: left;
    width: 100%;
}
.modal-header,
.navbar-default {
    background: #003366;
    border: 0px;
    color: #fff;
}
.modal-header-success {
    color: #fff;
    padding: 9px 15px;
    background-color: #5cb85c;
    border: 0px;
    text-shadow: 0 1px 0 #367c36;
    box-shadow: 0px 2px 0px #367c36;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-header-warning {
    color: #fff;
    padding: 9px 15px;
    background-color: #f0ad4e;
    border: 0px;
    text-shadow: 0 1px 0 #d38312;
    box-shadow: 0px 2px 0px #d38312;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-header-danger {
    color: #fff;
    padding: 9px 15px;
    background-color: #d9534f;
    border: 0px;
    text-shadow: 0 1px 0 #a72925;
    box-shadow: 0px 2px 0px #a72925;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-header-info {
    color: #fff;
    padding: 9px 15px;
    background-color: #5bc0de;
    border: 0px;
    text-shadow: 0 1px 0 #279bbe;
    box-shadow: 0px 2px 0px #279bbe;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-header-primary {
    color: #fff;
    padding: 9px 15px;
    background: #003366;
    border: 0px;
    text-shadow: 0 1px 0 #002244;
    box-shadow: 0px 2px 0px #002244;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.modal-header-default {
    color: #fff;
    padding: 9px 15px;
    background: #333F48;
    border: 0px;
    text-shadow: 0 1px 0 #0b0d0f;
    box-shadow: 0px 2px 0px #0b0d0f;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/*** **************  ************** ****
		*** Buttons ***
**** **************  ************** ***/

.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border: 0px;
    text-shadow: 0 1px 0 #367c36;
    box-shadow: 0px 2px 0px #367c36;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border: 0px;
    text-shadow: 0 1px 0 #d38312;
    box-shadow: 0px 2px 0px #d38312;
} 
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border: 0px;
    text-shadow: 0 1px 0 #279bbe;
    box-shadow: 0px 2px 0px #279bbe;
}
.btn-primary {
    background: #003366;
    border: 0px;
    color: #fff;
    text-shadow: 0 1px 0 #002244;
    box-shadow: 0px 2px 0px #002244;
}
.btn-primary:focus,
.btn-primary:hover {
    background: #003366;
    border: 0px;
    color: #fff;
    text-shadow: 0 1px 0 #002244;
    box-shadow: 0px 2px 0px #002244;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
    background: #003366;
    border: 0px;
    color: #fff;
    text-shadow: 0 1px 0 #002244;
    box-shadow: 0px 2px 0px #002244;
}
.btn-primary.disabled, .btn-primary.disabled.active, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled], .btn-primary[disabled].active, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary.active, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
    background: #003366;
    border: 0px;
    color: #fff;
    text-shadow: 0 1px 0 #002244;
    box-shadow: 0px 2px 0px #002244;
}
buttons.less:54
.btn-primary.disabled.focus, .btn-primary.disabled:focus, .btn-primary.disabled:hover, .btn-primary[disabled].focus, .btn-primary[disabled]:focus, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary:hover {
   background: #003366;
    border: 0px;
    color: #fff;
    text-shadow: 0 1px 0 #002244;
    box-shadow: 0px 2px 0px #002244;
}
.btn-default {
    background: #333F48;
    border: 0px;
    color: #fff;
    text-shadow: 0 1px 0 #0b0d0f;
    box-shadow: 0px 2px 0px #0b0d0f;
}
.btn-default:focus,
.btn-default:hover {
    background: #333F48;
    border: 0px;
    color: #fff;
    text-shadow: 0 1px 0 #0b0d0f;
    box-shadow: 0px 2px 0px #0b0d0f;
}
.btn-default.active.focus,
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:active.focus,
.btn-default:active:focus,
.btn-default:active:hover,
.open>.dropdown-toggle.btn-default.focus,
.open>.dropdown-toggle.btn-default:focus,
.open>.dropdown-toggle.btn-default:hover {
    background: #333F48;
    border: 0px;
    color: #fff;
    text-shadow: 0 1px 0 #0b0d0f;
    box-shadow: 0px 2px 0px #0b0d0f;
}
.btn-default.disabled,
.btn-default.disabled.active,
.btn-default.disabled.focus,
.btn-default.disabled:active,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].active,
.btn-default[disabled].focus,
.btn-default[disabled]:active,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default,
fieldset[disabled] .btn-default.active,
fieldset[disabled] .btn-default.focus,
fieldset[disabled] .btn-default:active,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default:hover {
    background: #333F48;
    border: 0px;
    color: #fff;
    text-shadow: 0 1px 0 #0b0d0f;
    box-shadow: 0px 2px 0px #0b0d0f;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border: 0px;
    text-shadow: 0 1px 0 #a72925;
    box-shadow: 0px 2px 0px #a72925;
}
.btn-danger:focus,
.btn-danger:hover {
    background: #c12e2a;
    border: 0px;
    color: #fff;
    text-shadow: 0 1px 0 #002244;
    box-shadow: 0px 2px 0px #002244;
}
.btn-danger.active.focus,
.btn-danger.active:focus,
.btn-danger.active:hover,
.btn-danger:active.focus,
.btn-danger:active:focus,
.btn-danger:active:hover,
.open>.dropdown-toggle.btn-danger.focus,
.open>.dropdown-toggle.btn-danger:focus,
.open>.dropdown-toggle.btn-danger:hover {
    background: #c12e2a;
    border: 0px;
    color: #fff;
    text-shadow: 0 1px 0 #002244;
    box-shadow: 0px 2px 0px #002244;
}
.tabIcon {
    display: inline-block;
    padding: 5px 0px 5px 26px;
}
.uploadIcon {
    background: url("../images/icons/uploadIcon.png") no-repeat left center;
    background-size: 22px 22px;
}
.refreshIcon {
    background: url("../images/icons/refreshIcon.png") no-repeat left center;
    background-size: 22px 22px;
}
.commissioningIconw {
    background: url("../images/icons/commissioningIconw.png") no-repeat left center;
    background-size: 22px 22px;
}
.downloadIcon {
    background: url("../images/icons/downloadIcon.png") no-repeat left center;
    background-size: 22px 22px;
}
.deleteIcon {
    background: url("../images/icons/deleteIcon.png") no-repeat left center;
    background-size: 22px 22px;
}
.addIcon {
    background: url("../images/icons/addIcon.png") no-repeat left center;
    background-size: 22px 22px;
}
.ediIcon {
    background: url("../images/icons/ediIcon.png") no-repeat left center;
    background-size: 22px 22px;
}
.userFilterDiv .btn.btnIcon { 
    min-width: 140px; 
}
.btn.btnIcon {
    background: #003366;
    border: 0px;
    color: #fff;
    overflow: hidden;
    margin: 0px 5px 0px 0px;
    color: #fff;
    text-shadow: 0 1px 0 #002244;
    box-shadow: 0px 2px 0px #002244;
    min-width: 110px;
    text-align: center;
}
.btn.btnIcon:focus,
.btn.btnIcon:hover {
    background: #003366;
    border-color: #003366;
}
.btn-custom {
    background: #333F48;
    border: 0px;
    color: #fff;
    text-shadow: 0 1px 0 #151a1e;
    box-shadow: 0px 2px 0px #151a1e;
}
.btn-custom:focus,
.btn-custom:hover {
    background: #333F48;
    border: 0px;
    color: #fff;
    text-shadow: 0 1px 0 #151a1e;
    box-shadow: 0px 2px 0px #151a1e;
}
.btn-custom.active.focus,
.btn-custom.active:focus,
.btn-custom.active:hover,
.btn-custom:active.focus,
.btn-custom:active:focus,
.btn-custom:active:hover,
.open>.dropdown-toggle.btn-custom.focus,
.open>.dropdown-toggle.btn-custom:focus,
.open>.dropdown-toggle.btn-custom:hover {
    background: #333F48;
    border: 0px;
    color: #fff;
    text-shadow: 0 1px 0 #151a1e;
    box-shadow: 0px 2px 0px #151a1e;
}
.btn-custom.disabled,
.btn-custom.disabled.active,
.btn-custom.disabled.focus,
.btn-custom.disabled:active,
.btn-custom.disabled:focus,
.btn-custom.disabled:hover,
.btn-custom[disabled],
.btn-custom[disabled].active,
.btn-custom[disabled].focus,
.btn-custom[disabled]:active,
.btn-custom[disabled]:focus,
.btn-custom[disabled]:hover,
fieldset[disabled] .btn-custom,
fieldset[disabled] .btn-custom.active,
fieldset[disabled] .btn-custom.focus,
fieldset[disabled] .btn-custom:active,
fieldset[disabled] .btn-custom:focus,
fieldset[disabled] .btn-custom:hover {
    background: #333F48;
    border: 0px;
    color: #fff;
    text-shadow: 0 1px 0 #151a1e;
    box-shadow: 0px 2px 0px #151a1e;
}
/*** **************  ************** ****
		*** Header ***
**** **************  ************** ***/

.navbar-header {
    width: 22%;
}
.panel-default>.panel-heading {
    color: #003366;
}
.navbar.navbar-default .navbar-text {
    color: #fff;
    text-align: center;
    width: 100%;
    font-size: 22px;
    margin: 8px 0px;
} 
.navbar.navbar-default .navbarInnerPagesSubLogo {
    text-align: center;
    width: 200px;
    height: 46px;
    padding: 0px 0px;
    border-radius: 4px;
    margin: 2px 0px 0px -100px;     
    background-size: auto 45px;
    position: absolute;
    top: 0px;
    left: 50%;
}
.userIcon {
    background: url("../images/userImg.png") no-repeat left center;
    background-size: 40px auto;
    padding: 0px;
    width: 45px;
    height: 45px;
    float: left;
    margin-top: -12px;
    margin-right: 0px;
}
.loginLogo {
    background: url("../images/logo.png") no-repeat center center;
    background-size: 100% auto;
    width: 100%;
    float: left;
    margin: 0px 0px;
    min-height: 90px;
}
.navbar .navbar-brand.welbiltLogo {
    background: url("../images/MLogo.png") no-repeat left center;
    background-size: auto 100%;
    width: 240px;
    height: 40px;
    margin: 5px 15px 2px;
    border-radius: 4px;
} 
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.open>a {
    background-image: -webkit-linear-gradient(top, #003366 0, #003366 100%);
    background-image: -o-linear-gradient(top, #003366 0, #003366 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#003366), to(#003366));
    background-image: linear-gradient(to bottom, #003366 0, #003366 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#ff080808', endColorstr='#ff0f0f0f', GradientType=0);
    background-repeat: repeat-x;
    -webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
    box-shadow: inset 0 3px 9px rgba(0, 0, 0, .25);
    color: #fff;
}
.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
}
.navbar-fixed-bottom,
.navbar-fixed-top,
.navbar-static-top {
    border-radius: 0;
    border-bottom: 3px solid #002244;
}
#navbar .navbar-right {
    float: right!important;
    margin-right: 0px;
}
#navbar .nav.navbar-nav.navbar-right .navbar-text,
.navbar-default #navbar .navbar-nav>li>a {
    color: #fff;
}
#navbar .nav.navbar-nav.navbar-right.top-nav > li:last-child {
    border-right: 0px;
}
#navbar .nav.navbar-nav.navbar-right.top-nav > li {
    border-right: 1px solid #ec1337;
    border-left: 1px solid #002244;
}
#navbar .nav.navbar-nav.navbar-right.top-nav ul.dropdown-menu {
    padding: 0px;
}
#navbar .navbar-right.top-nav .dropdown-menu li {
    border-bottom: 1px solid #e5e5e5;
    margin: 0px;
}
#navbar .navbar-right.top-nav .dropdown-menu li > a {
    padding: 6px 15px;
	    background-color: #e8e8e8;
    background-image: -webkit-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -o-linear-gradient(top,#f5f5f5 0,#e8e8e8 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f5f5f5),to(#e8e8e8));
    background-image: linear-gradient(to bottom,#f5f5f5 0,#e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
	border-bottom:1px solid #ffffff;
	text-shadow:0px 1px 1px #ffffff;
} 
#navbar .navbar-right.top-nav .dropdown-menu li > a:hover,
#navbar .navbar-right.top-nav .dropdown-menu li > a:active, 
#navbar .navbar-right.top-nav .dropdown-menu li > a:focus{
    padding: 6px 15px;
	background-color: #f5f5f5;
    background-image: -webkit-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background-image: -o-linear-gradient(top,#e8e8e8 0,#f5f5f5 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#e8e8e8),to(#f5f5f5));
    background-image: linear-gradient(to bottom,#e8e8e8 0,#f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
	border-bottom:1px solid #ffffff;
}  
#languageSelectedBtn { 
    text-align: left;
}
#languageSelectedBtn > b {
    margin-left: 5px;
    border-top: 5px dashed;
    border-top: 5px solid \9;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}
#navbar .navbar-right.top-nav li .notificationTag {
    background: url("../images/icons/notificationIconW.png") no-repeat center center;
    background-size: 80% auto;
    width: 50px;
    padding: 0px;
    height: 50px;
    display: block;
    text-align: center;
    position: relative;
}
#navbar .navbar-right.top-nav li .notificationTag{
	pointer-events: none;
    cursor: default;
    /*plain arrow*/    
    opacity: 0.5;
}
#navbar .navbar-right.top-nav li .notificationIconW {
    background: #20272d;
    width: 24px;
    padding: 0px;
    height: 24px;
    border-radius: 50%;
    color: #ffffff;
    position: absolute;
    line-height: 24px;
    top: 7px;
    right: 5px;
}
.pageTitleh1 {
    padding: 0px;
    margin: 0px 0px 10px;
    float: left;
    width: 100%;
    font-size: 22px;
    color: #333F48;
} 
.pageTitleh1 > span {
    color: #798fa0;
} 
.pageTitleh1 .rightsideIconsList {
    padding: 0px;
    float: right;
    display: inline-block;
}
.tabPageTitle {
    padding: 0px;
    margin: 0px 0px 10px;
    float: left;
    width: 100%;
    font-size: 16px;
    color: #333F48;
}
.tabPageTitle > span {
    color: #798fa0;
}
.tabPageTitle > .btn.refreshBtn { 
	float:right;
	padding: 2px 10px;
} 
/* ****** ****** ****** ****** ****** **
 * ****** sideBarNavListDiv ****** *
** ****** ****** ****** ****** ****** */

.sidebar-nav {
    position: fixed;
    top: 53px;
    left: 0px;
    width: 290px;
    margin: 0px;
    padding: 0px;
    padding-bottom: 40px;
    margin-left: 0px;
    border: none;
    border-radius: 0;
    overflow-y: auto;
    background-color: #333F48;
    bottom: 0;
    overflow-x: hidden;
}
.sidebar-nav > li,
.sidebar-nav > li > ul > li,
.sidebar-nav > li > ul > li > ul > li,
.sidebar-nav > li > ul > li > ul > li > ul > li {
    padding: 0px 0px;
    display: block;
    clear: both;
    border-bottom: 1px solid #000;
    float: left;
    width: 100%;
    background: #20272d;
}
.sidebar-nav > li > ul li:last-child {
    border-bottom: 0px;
}
.sidebar-nav > li .sidebarFromElmts {
    padding: 15px;
    float: left;
    clear: both;
    width: 100%;
}
.sidebar-nav > li label {
    border-bottom: 1px solid #000;
    margin: 0px;
    padding: 0px 10px;
    background: #000;
    border-right: 5px solid #000;
    border-left: 5px solid #000;
    position: static;
    font-weight: normal;
}
.sidebar-nav > li > a span,
.sidebar-nav > li > label span,
.sidebar-nav > li > ul > li > a > span,
.sidebar-nav > li > ul > li > label span,
.sidebar-nav > li > ul > li > ul > li > a > span,
.sidebar-nav > li > ul > li > ul > li > label span,
.sidebar-nav > li > ul > li > ul > li > ul > li > a > span,
.sidebar-nav > li > ul > li > ul > li > ul > li > label span {
    width: 100%;
    text-shadow: 0px 1px 1px #0b0d0f;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    padding: 8px 15px 8px 25px;
    line-height: 28px;
}
.sidebar-nav > li > a,
.sidebar-nav > li > label,
.sidebar-nav > li > ul > li > a,
.sidebar-nav > li > ul > li > label,
.sidebar-nav > li > ul > li > ul > li > a,
.sidebar-nav > li > ul > li > ul > li > label,
.sidebar-nav > li > ul > li > ul > li > ul > li > a,
.sidebar-nav > li > ul > li > ul > li > ul > li > label {
    width: 100%;
    background: #20272d;
    text-shadow: 0px 1px 1px #0b0d0f;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    text-decoration: none;
    color: #ffffff;
    padding: 0px 5px;
    line-height: 28px;
    border-right: 5px solid #333F48;
    border-left: 5px solid #333F48;
    position: relative;
}
.sidebar-nav > li > ul > li > a,
.sidebar-nav > li > ul > li > label {
    padding: 0px 5px 0px 25px;
}
.sidebar-nav > li > ul > li > ul > li > a,
.sidebar-nav > li > ul > li > ul > li > label {
    padding: 0px 5px 0px 50px;
}
.sidebar-nav > li > ul > li > ul > li > ul > li > a,
.sidebar-nav > li > ul > li > ul > li > ul > li > label {
    padding: 0px 5px 0px 75px;
}
.sidebar-nav > li a:before {
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-right: 10px solid #333F48;
    border-bottom: 5px solid transparent;
    position: absolute;
    top: 50%;
    right: -2px;
    content: " ";
    margin: -5px 0px 0px 0px;
}
.sidebar-nav > li a:hover,
.sidebar-nav > li a:active,
.sidebar-nav > li a.active,
.sidebar-nav > li a:focus,
.sidebar-nav > li label:hover,
.sidebar-nav > li label:active,
.sidebar-nav > li label.active,
.sidebar-nav > li label:focus {
    text-decoration: none;
    color: #fbd0d7;
    border-right: 5px solid #003366;
    border-left: 5px solid #003366;
}
.sidebar-nav > li a:hover:before,
.sidebar-nav > li a:active:before,
.sidebar-nav > li a.active:before,
.sidebar-nav > li a:focus:before {
    border-right: 10px solid #003366;
}
.sidebar-nav > li .sideNavIcon {
    width: 30px;
    height: 30px;
    float: left;
    margin-right: 5px;
}
.sidebar-nav > li .storeIcon {
    background: url("../images/icons/storeIcon.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li a.active .storeIcon,
.sidebar-nav > li a:hover .storeIcon,
.sidebar-nav > li a:active .storeIcon,
.sidebar-nav > li a:focus .storeIcon {
    background: url("../images/icons/storeIconOver.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li .fileMngmtIcon {
    background: url("../images/icons/fileMngmtIcon.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li a.active .fileMngmtIcon,
.sidebar-nav > li a:hover .fileMngmtIcon,
.sidebar-nav > li a:active .fileMngmtIcon,
.sidebar-nav > li a:focus .fileMngmtIcon {
    background: url("../images/icons/fileMngmtIconOver.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li .commissioningIconw {
    background: url("../images/icons/commissioningIconw.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li a.active .commissioningIconw,
.sidebar-nav > li a:hover .commissioningIconw,
.sidebar-nav > li a:active .commissioningIconw,
.sidebar-nav > li a:focus .commissioningIconw {
    background: url("../images/icons/commissioningIconwOver.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li .settingsIcon {
    background: url("../images/icons/settingsIcon.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li a.active .settingsIcon,
.sidebar-nav > li a:hover .settingsIcon,
.sidebar-nav > li a:active .settingsIcon,
.sidebar-nav > li a:focus .settingsIcon {
    background: url("../images/icons/settingsIconOver.png") no-repeat left center;
    background-size: 20px 20px;
} 
.sidebar-nav > li .equipmentIcon {
    background: url("../images/icons/equipmentIcon.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li a:hover .equipmentIcon,
.sidebar-nav > li a:active .equipmentIcon,
.sidebar-nav > li a.active .equipmentIcon,
.sidebar-nav > li a:focus .equipmentIcon {
    background: url("../images/icons/equipmentIconOver.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li .uploadIcon {
    background: url("../images/icons/uploadIcon.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li a:hover .uploadIcon,
.sidebar-nav > li a:active .uploadIcon,
.sidebar-nav > li a.active .uploadIcon,
.sidebar-nav > li a:focus .uploadIcon {
    background: url("../images/icons/uploadIconOver.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li .downloadIcon {
    background: url("../images/icons/downloadIcon.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li a:hover .downloadIcon,
.sidebar-nav > li a:active .downloadIcon,
.sidebar-nav > li a.active .downloadIcon,
.sidebar-nav > li a:focus .downloadIcon {
    background: url("../images/icons/downloadIconOver.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li .ssrStatus {
    background: url("../images/icons/ssrStatus.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li a:hover .ssrStatus,
.sidebar-nav > li a:active .ssrStatus,
.sidebar-nav > li a.active .ssrStatus,
.sidebar-nav > li a:focus .ssrStatus {
    background: url("../images/icons/ssrStatusOver.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li .settingInfo {
    background: url("../images/icons/settingInfo.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li a:hover .settingInfo,
.sidebar-nav > li a:active .settingInfo,
.sidebar-nav > li a.active .settingInfo,
.sidebar-nav > li a:focus .settingInfo {
    background: url("../images/icons/settingInfoOver.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li .ProfileIcon {
    background: url("../images/icons/ProfileIcon.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li a.active .ProfileIcon,
.sidebar-nav > li a:hover .ProfileIcon,
.sidebar-nav > li a:active .ProfileIcon,
.sidebar-nav > li a:focus .ProfileIcon {
    background: url("../images/icons/ProfileIconOver.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li .changepasswordIcon {
    background: url("../images/icons/changepasswordIcon.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li a.active .changepasswordIcon,
.sidebar-nav > li a:hover .changepasswordIcon,
.sidebar-nav > li a:active .changepasswordIcon,
.sidebar-nav > li a:focus .changepasswordIcon {
    background: url("../images/icons/changepasswordIconOver.png") no-repeat left center;
    background-size: 20px 20px;
} 
.sidebar-nav > li .assignIcon {
    background: url("../images/icons/assignIcon.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li a.active .assignIcon,
.sidebar-nav > li a:hover .assignIcon,
.sidebar-nav > li a:active .assignIcon,
.sidebar-nav > li a:focus .assignIcon {
    background: url("../images/icons/assignIconOver.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li .usersIcon {
    background: url("../images/icons/usersIcon.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li a.active .usersIcon,
.sidebar-nav > li a:hover .usersIcon,
.sidebar-nav > li a:active .usersIcon,
.sidebar-nav > li a:focus .usersIcon {
    background: url("../images/icons/usersIconOver.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li .notifiSettingIcon {
    background: url("../images/icons/notifiSettingIcon.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li a.active .notifiSettingIcon,
.sidebar-nav > li a:hover .notifiSettingIcon,
.sidebar-nav > li a:active .notifiSettingIcon,
.sidebar-nav > li a:focus .notifiSettingIcon {
    background: url("../images/icons/notifiSettingIconOver.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li .roleIcon {
    background: url("../images/icons/roleIcon.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li a.active .roleIcon,
.sidebar-nav > li a:hover .roleIcon,
.sidebar-nav > li a:active .roleIcon,
.sidebar-nav > li a:focus .roleIcon {
    background: url("../images/icons/roleIconOver.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li .ErrorStatisticsIcon {
    background: url("../images/icons/ErrorStatisticsIcon.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li a.active .ErrorStatisticsIcon,
.sidebar-nav > li a:hover .ErrorStatisticsIcon,
.sidebar-nav > li a:active .ErrorStatisticsIcon,
.sidebar-nav > li a:focus .ErrorStatisticsIcon {
    background: url("../images/icons/ErrorStatisticsIconOver.png") no-repeat left center;
    background-size: 20px 20px;
}
.errorIcon {
    background: url("../images/icons/errorIcon.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li a:hover .errorIcon,
.sidebar-nav > li a:active .errorIcon,
.sidebar-nav > li a.active .errorIcon,
.sidebar-nav > li a:focus .errorIcon {
    background: url("../images/icons/errorIconOver.png") no-repeat left center;
    background-size: 20px 20px;
}
.menuIcon {
    background: url("../images/icons/menuIcon.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li a:hover .menuIcon,
.sidebar-nav > li a:active .menuIcon,
.sidebar-nav > li a.active .menuIcon,
.sidebar-nav > li a:focus .menuIcon {
    background: url("../images/icons/menuIconOver.png") no-repeat left center;
    background-size: 20px 20px;
}

.dayPartSeettingsIcon {
    background: url("../images/frymaster/dayPartSeettingsIcon.png") no-repeat left center;
    background-size: 20px 20px;
}

.sidebar-nav > li a:hover .dayPartSeettingsIcon,
.sidebar-nav > li a:active .dayPartSeettingsIcon,
.sidebar-nav > li a.active .dayPartSeettingsIcon,
.sidebar-nav > li a:focus .dayPartSeettingsIcon {
    background: url("../images/frymaster/dayPartSeettingsIconOver.png") no-repeat left center;
    background-size: 20px 20px;
}


.fileMngmtIcon {
    background: url("../images/icons/fileMngmtIcon.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li a:hover .fileMngmtIcon,
.sidebar-nav > li a:active .fileMngmtIcon,
.sidebar-nav > li a.active .fileMngmtIcon,
.sidebar-nav > li a:focus .fileMngmtIcon {
    background: url("../images/icons/fileMngmtIconOver.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebarUserIcon {
    background: url("../images/icons/sidebarUserIcon.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li a:hover .sidebarUserIcon,
.sidebar-nav > li a:active .sidebarUserIcon,
.sidebar-nav > li a.active .sidebarUserIcon,
.sidebar-nav > li a:focus .sidebarUserIcon {
    background: url("../images/icons/sidebarUserIconOver.png") no-repeat left center;
    background-size: 20px 20px;
}
.logoutIcon {
    background: url("../images/icons/logoutIcon.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li a:hover .logoutIcon,
.sidebar-nav > li a:active .logoutIcon,
.sidebar-nav > li a.active .logoutIcon,
.sidebar-nav > li a:focus .logoutIcon {
    background: url("../images/icons/logoutIconOver.png") no-repeat left center;
    background-size: 20px 20px;
} 
.sidebar-nav > li .HACCPReportIcon {
    background: url("../images/icons/HACCPReportIcon.png") no-repeat left center;
    background-size: 20px 20px;
} 
.sidebar-nav > li a.active .HACCPReportIcon,
.sidebar-nav > li a:hover .HACCPReportIcon,
.sidebar-nav > li a:active .HACCPReportIcon,
.sidebar-nav > li a:focus .HACCPReportIcon,
.sidebar-nav > li label.active .HACCPReportIcon,
.sidebar-nav > li label:active .HACCPReportIcon,
.sidebar-nav > li label:focus .HACCPReportIcon {
    background: url("../images/icons/HACCPReportIconOver.png") no-repeat left center;
    background-size: 20px 20px;
} 
.sidebar-nav > li .TraceLogsIcon {
    background: url("../images/icons/TraceLogsIcon.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li a.active .TraceLogsIcon,
.sidebar-nav > li a:hover .TraceLogsIcon,
.sidebar-nav > li a:active .TraceLogsIcon,
.sidebar-nav > li a:focus .TraceLogsIcon {
    background: url("../images/icons/TraceLogsIconOver.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li .FeedbackIcon {
    background: url("../images/icons/FeedbackIcon.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li a.active .FeedbackIcon,
.sidebar-nav > li a:hover .FeedbackIcon,
.sidebar-nav > li a:active .FeedbackIcon,
.sidebar-nav > li a:focus .FeedbackIcon {
    background: url("../images/icons/FeedbackIconOver.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li .configIcon {
    background: url("../images/icons/configIcon.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li a.active .configIcon,
.sidebar-nav > li a:hover .configIcon,
.sidebar-nav > li a:active .configIcon,
.sidebar-nav > li a:focus .configIcon {
    background: url("../images/icons/configIconOver.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li .reportsIcon {
    background: url("../images/icons/reportsIcon.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li a.active .reportsIcon,
.sidebar-nav > li a:hover .reportsIcon,
.sidebar-nav > li a:active .reportsIcon,
.sidebar-nav > li a:focus .reportsIcon {
    background: url("../images/icons/reportsIconOver.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li .dashboardIcon {
    background: url("../images/icons/dashboardIcon.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li a.active .dashboardIcon,
.sidebar-nav > li a:hover .dashboardIcon,
.sidebar-nav > li a:active .dashboardIcon,
.sidebar-nav > li a:focus .dashboardIcon {
    background: url("../images/icons/dashboardIconOver.png") no-repeat left center;
    background-size: 20px 20px;
}

.sidebar-nav > li .fileExportIconW {
    background: url("../images/icons/fileExportIconW.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li a.active .fileExportIconW,
.sidebar-nav > li a:hover .fileExportIconW,
.sidebar-nav > li a:active .fileExportIconW,
.sidebar-nav > li a:focus .fileExportIconW {
    background: url("../images/icons/fileExportIconWOver.png") no-repeat left center;
    background-size: 20px 20px;
} 
.sidebar-nav > li .icon {
    background: url("../images/icons/icon.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li a.active .icon,
.sidebar-nav > li a:hover .icon,
.sidebar-nav > li a:active .icon,
.sidebar-nav > li a:focus .icon {
    background: url("../images/icons/iconOver.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li .certificateIcon {
    background: url("../images/icons/certificateIcon.png") no-repeat left center;
    background-size: 20px 20px;
}
.sidebar-nav > li a.active .certificateIcon,
.sidebar-nav > li a:hover .certificateIcon,
.sidebar-nav > li a:active .certificateIcon,
.sidebar-nav > li a:focus .certificateIcon {
    background: url("../images/icons/certificateIconOver.png") no-repeat left center;
    background-size: 20px 20px;
}
/* ****** ****** ****** ****** ****** **
 * ****** Login ****** *
** ****** ****** ****** ****** ****** */

.loginPageWrapper .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
}
.LoginWrapper {
    width: 300px;
    margin: 0px auto 0px;
    min-height: 340px;
}
.LoginWrapper h2 {
    font-size: 26px;
    color: #003366;
    width: 100%;
    margin: 0px 0px 5px;
    padding: 0px;
}
.LoginWrapper h3 {
    font-size: 16px;
    color: #333F48;
    width: 100%;
    margin: 0px 0px 10px;
    padding: 0px;
}
.loginForm {
    /* Size & position */
    
    width: 100%;
    float: left;
    margin: 30px 0px;
    padding: 10px;
    position: relative;
    /* For the submit button positioning */
    /* Styles */
    
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3), 0 3px 7px rgba(0, 0, 0, 0.3), inset 0 1px rgba(255, 255, 255, 1), inset 0 -3px 2px rgba(0, 0, 0, 0.25);
    border-radius: 4px;
    background: #ffffff;
    /* Fallback */
    
    background: -moz-linear-gradient(#eeefef, #ffffff 10%);
    background: -ms-linear-gradient(#eeefef, #ffffff 10%);
    background: -o-linear-gradient(#eeefef, #ffffff 10%);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#eeefef), color-stop(0.1, #ffffff));
    background: -webkit-linear-gradient(#eeefef, #ffffff 10%);
    background: linear-gradient(#eeefef, #ffffff 10%);
}
.loginForm .field {
    position: relative;
    /* For the icon positioning */
}
.loginForm .field i.fa {
    /* Size and position */
    
    left: 0px;
    top: 0px;
    position: absolute;
    height: 40px;
    width: 40px;
    /* Line */
    
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 0 0 rgba(255, 255, 255, 0.7);
    /* Styles */
    
    color: #777777;
    text-align: center;
    line-height: 42px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    pointer-events: none;
}
.loginForm input[type=text],
.loginForm input[type=password] {
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
    /* Size and position */
    
    width: 100%;
    padding: 10px 18px 10px 45px;
    /* Styles */
     height:auto;
    /* Remove the default border */
    
    box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.1), inset 0 3px 2px rgba(0, 0, 0, 0.1);
    border-radius: 3px;
    background: #f9f9f9;
    color: #777;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
}
.loginForm input[type=text]:hover ~ i.fa,
.loginForm input[type=password]:hover ~ i.fa {
    color: #003366;
}
.loginForm input[type=text]:focus ~ i.fa,
.loginForm input[type=password]:focus ~ i.fa {
    color: #003366;
}
.loginForm input[type=text]:focus,
.loginForm input[type=password]:focus,
.loginForm button[type=submit]:focus {
    outline: none;
}
.loginForm .submit {
    /* Size and position */
    
    width: 100%;
    float: left;
    clear: both;
    /* Styles */
    
    background: #ffffff;
}
.loginForm .backButton {
    width: 45%;
    float: left;
    background: #333F48;
    color: #ffffff;
    padding: 10px 10px 10px 35px;
    position: relative;
    border-radius: 6px;
    border: 0px;
    font-size: 16px;
    text-shadow: 0px 1px 1px #0b0d0f;
}
.loginForm .backButton:before {
    background: #003366;
    color: #ffffff;
    z-index: 2;
    border-radius: 6px 0 0 6px;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    padding: 10px 0px 0px;
    width: 40px;
    content: "\f053";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
}
.loginForm .backButton:after {
    width: 20px;
    height: 20px;
    background: #003366;
    z-index: 1;
    left: 32px;
    top: 50%;
    margin: -10px 0 0 -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.loginForm .submit.forgotBtns .loginButton {
    width: 50%;
    float: right;
    background: #333F48;
    color: #ffffff;
    padding: 10px 10px 10px 30px;
    position: relative;
    border-radius: 6px;
    border: 0px;
    font-size: 16px;
    text-shadow: 0px 1px 1px #0b0d0f;
}
.loginForm .loginButton {
    width: 100%;
    float: left;
    background: #333F48;
    color: #ffffff;
    padding: 10px 10px;
    position: relative;
    border-radius: 6px;
    border: 0px;
    font-size: 16px;
    text-shadow: 0px 1px 1px #0b0d0f;
}
.loginForm .loginButton:before {
    background: #003366;
    color: #ffffff;
    z-index: 2;
    border-radius: 6px 0 0 6px;
    position: absolute;
    height: 100%;
    left: 0;
    top: 0;
    padding: 10px 0px 0px;
    width: 40px;
    content: "\f090";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
}
.loginForm .loginButton:after {
    width: 20px;
    height: 20px;
    background: #003366;
    z-index: 1;
    left: 32px;
    top: 50%;
    margin: -10px 0 0 -10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: '';
    position: absolute;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.loginForm .loginButton:hover,
.loginForm .loginButton[type=submit]:focus {
    opacity: 0.9;
}
.loginForm .input-group .form-control {
    position:static;
}
/* ****** ****** ****** ****** ****** **
 * ****** Forgot Password ****** *
** ****** ****** ****** ****** ****** */

.forgotPwdRegister {
    clear: both;
}
.forgotPwdRegister .forgotPwdDiv {
    float: left;
    padding: 5px 0px;
}
.forgotPwdRegister .newRegisterDiv {
    float: right;
    padding: 5px 0px;
}
.forgotPwdRegister .newRegisterDiv >span {
    display: none;
    clear: both;
    padding-bottom: 0px;
}

/* ****** ****** ****** ****** ****** **
 * ****** rightSideBar ****** *
** ****** ****** ****** ****** ****** */

.rightSideBar {
    width: 23%;
    float: right;
}
.rightSideBar > ul,
.rightSideBar > ul > li,
.rightSideDiv {
    width: 100%;
    float: left;
    clear: both;
}
.rightSideBar > ul > li {
    margin-bottom: 15px;
}
.rightSideBar > ul > li:last-child {
    margin-bottom: 0px;
}
.rightSideDiv {
    background: #f5f5f5;
    border-radius: 4px;
}
.rightSideDiv .panel.panel-default {
    padding: 0px;
    margin: 0px;
    overflow: hidden;
}
.rightSideDiv .selectPanelheading {
    background: #333F48;
    padding: 10px 15px;
} 
/* ****** ****** ****** ****** ****** **
 * ****** Right Side Panel ****** *
** ****** ****** ****** ****** ****** */

.imageDiv {
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    vertical-align: top;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
}
.imageDiv img {
    max-width: 100%;
} 
.usageChartImgDiv {
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    vertical-align: top;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #fff;
    background: #e6e6e6;
}
.usageChartImgDiv img {
    max-width: 100%;
} 
.panelBodyWButn {
    float: left;
    width: 100%;
    clear: both;
    text-align: center;
    margin: 5px 0px;
    padding: 5px 10px;
}
.panelBodyWButn h5 {
    float: left;
    width: 100%;
    clear: both;
    color: #fff;
    font-size: 14px;
    margin: 5px 0px;
    padding: 0px;
    text-align: left;
}
.panelBodyWButn h3 {
    float: left;
    width: 100%;
    clear: both;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    margin: 15px 0px 5px;
    padding: 0px;
    text-align: left;
}
.panelBodyWButn h5 span {
    float: left;
    width: 100%;
    clear: both;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    margin: 5px 0px;
    padding: 0px;
}
.panelBodyWButn .btn-primary {
    margin: 0px 0px 10px 0px;
}
.panelBodyWButn:first-child {
    margin: 0px 0px 5px 0px;
}
.panelBodyGBg {
    background: #333F48;
    color: #fff;
} 
.productThumbnail {
    position: relative;
    overflow: hidden;
} 
/* ****** ****** ****** ****** ****** **
 * ****** Footer ****** *
** ****** ****** ****** ****** ****** */

.loginPageWrapper .footer {
    font-size: 12px;
    background: #333F48;
    border-top: 0px;
}
.loginPageWrapper .footer .footerText {
    text-shadow: 0px 1px 1px #0b0d0f;
    color: #c3cdd5;
}
.loginPageWrapper .footer .footerText .footerContact span {
    color: #ffffff;
}
.loginPageWrapper .footer .footerText .footerContact a {
    color: #ffffff;
}
.loginPageWrapper .footer .footerText .footerContact a:hover {
    color: #c3cdd5;
    text-decoration: none;
}
.footer {
    width: 100%;
    float: left;
    clear: both;
    padding: 10px 15px;
    margin: 0px;
    font-size: 12px;
    background: #ffffff;
    border-top: 1px solid #e6e6e6;
}
.footer .footerText {
    width: auto;
    float: left;
    padding: 0px 0px;
    color: #333F48;
    text-shadow: 0px 1px 1px #ffffff;
}
.footer .footerText .footerContact {
    font-size: 14px;
    clear: both;
    padding: 5px 0px 0px;
}
.footer .footerText .footerContact span {
    margin-right: 10px;
    color: #333F48;
    font-size: 16px;
}
.footer .footerText .footerContact a {
    color: #333F48;
}
.footer .footerText .footerContact a:hover {
    color: #333F48;
}
.footer .footerIcons {
    width: auto;
    float: right;
    padding: 0px 0px;
    margin: 0px;
}
.footer .footerIcons .facebook,
.footer .footerIcons .twitter,
.footer .footerIcons .linkedIn,
.footer .footerIcons .youtube,
.footer .footerIcons .instagram,
.footer .footerIcons .PT6-50th {
    width: 45px;
    height: 45px;
    float: left;
    background-color: #cccccc;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: 9999px;
    overflow: hidden;
    margin-left: 5px;
}
.loginPageWrapper .footer .footerIcons .facebook,
.loginPageWrapper .footer .footerIcons .twitter,
.loginPageWrapper .footer .footerIcons .linkedIn,
.loginPageWrapper .footer .footerIcons .youtube,
.loginPageWrapper .footer .footerIcons .instagram,
.loginPageWrapper .footer .footerIcons .PT6-50th {
    width: 45px;
    height: 45px;
    float: left;
    background-color: #4a5b68;
    background-repeat: no-repeat;
    background-position: center center;
    text-indent: 9999px;
    overflow: hidden;
    margin-left: 5px;
}
.footer .footerIcons .facebook.hvr-rectangle-out:before,
.footer .footerIcons .twitter.hvr-rectangle-out:before,
.footer .footerIcons .linkedIn.hvr-rectangle-out:before,
.footer .footerIcons .youtube.hvr-rectangle-out:before,
.footer .footerIcons .instagram.hvr-rectangle-out:before,
.footer .footerIcons .PT6-50th.hvr-rectangle-out:before {
    background-repeat: no-repeat;
    background-position: center center;
}
.footer .footerIcons .facebook,
.footer .footerIcons .facebook.hvr-rectangle-out:before {
    background-image: url("../images/icons/social-media-Facebook.png");
}
.footer .footerIcons .twitter,
.footer .footerIcons .twitter.hvr-rectangle-out:before {
    background-image: url("../images/icons/social-media-Twitter.png");
}
.footer .footerIcons .linkedIn,
.footer .footerIcons .linkedIn.hvr-rectangle-out:before {
    background-image: url("../images/icons/social-media-LinkedIn.png");
}
.footer .footerIcons .youtube,
.footer .footerIcons .youtube.hvr-rectangle-out:before {
    background-image: url("../images/icons/social-media-YouTube.png");
}
.footer .footerIcons .instagram,
.footer .footerIcons .instagram.hvr-rectangle-out:before {
    background-image: url("../images/icons/social-media-Instagram.png");
}
.footer .footerIcons .PT6-50th,
.footer .footerIcons .PT6-50th.hvr-rectangle-out:before {
    background-image: url("../images/icons/social-media-PT6-50th.png");
}
.footer .footerIcons .facebook.hvr-rectangle-out:before {
    background-color: #3b5998;
}
.footer .footerIcons .twitter.hvr-rectangle-out:before {
    background-color: #4099FF;
}
.footer .footerIcons .linkedIn.hvr-rectangle-out:before {
    background-color: #0077B5;
}
.footer .footerIcons .youtube.hvr-rectangle-out:before {
    background-color: #cc181e;
}
.footer .footerIcons .instagram.hvr-rectangle-out:before {
    background-color: #fb3958;
}
.footer .footerIcons .PT6-50th.hvr-rectangle-out:before {
    background-color: #0c9c7c;
}
/* ****** ****** ****** ****** ****** **
 * ****** End Footer ****** *
** ****** ****** ****** ****** ****** */

.contentWrapper {
    padding: 65px 0px 15px;
    float: left;
    width: 100%;
    clear: both;
    position: relative;
    min-height: 340px;
}
/* ****** ****** ****** ****** ****** **
 * ****** Home Store List Table ****** *
** ****** ****** ****** ****** ****** */

.storeListTableOuter {
    float: left;
    width: 100%;
    padding: 0px;
}
.storeListTableOuter h3 {
    padding: 0px;
    margin: 0px 0px 15px;
    float: left;
    width: 100%;
}
.storeListTableOuter h3 span {
    color: #003366;
}
.storeListTable {
    width: 100%;
    display: table;
	background:#ffffff;
}
.storeListTable > ul {
    width: 100%;
    display: table-row;
} 
.storeListTable > ul > li {
    display: table-cell;
    padding: 10px 10px;
    vertical-align: middle;  
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #ffffff;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
}
.storeListTable > ul.tBody:hover li {
    background: #ffffff;
}
.storeListTable > ul:nth-child(odd).tHead > li {
    background: #333F48;
    color: #fff;
} 
.storeListTable > ul > li a {
    color: #fff;
}
.storeListTable > ul > li:nth-child(1) {
    width: 10%;
}
.storeListTable > ul > li:nth-child(2) {
    width: 20%;
}
.storeListTable > ul > li:nth-child(3) {
    width: 20%;
}
.storeListTable > ul > li:nth-child(4) {
    width: 15%;
} 
.storeListTable > ul > li:nth-child(5) {
    width: 20%;
} 
.storeListTable > ul > li:nth-child(6) {
    width: 15%;
    padding-right: 25px;
    text-align: center;
} 
.storeListTable > ul:nth-child(even) > li {
    background:#ffffff;
}
.storeListTable > ul:nth-child(odd) > li {
    background: #f5f5f5;
}
/* ****** ****** ****** ****** ****** **
 * ****** Equipment Management Table ****** *
** ****** ****** ****** ****** ****** */ 
.equipentMgmtListTable {
    width: 100%;
    display: table;
}
.equipentMgmtListTable > ul {
    width: 100%;
    display: table-row;
}
.equipentMgmtListTable > ul.tBody:hover li {
    background: #ffffff;
}
.equipentMgmtListTable > ul:nth-child(odd).tHead > li {
    background: #333F48;
    color: #fff;
}
.equipentMgmtListTable > ul > li {
    display: table-cell;
    padding: 10px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #ffffff;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
}
.equipentMgmtListTable > ul > li a {
    color: #333F48;
}
.equipentMgmtListTable > ul > li a:hover {
    color: #003366;
    text-decoration: none;
}
.equipentMgmtListTable > ul > li:nth-child(1) {
    width: 8%;
    text-align: center;
} 
.equipentMgmtListTable > ul > li:nth-child(2) {
    width: 20%; 
} 
.equipentMgmtListTable > ul > li:nth-child(3) {
    width: 15%; 
} 
.equipentMgmtListTable > ul > li:nth-child(4) {
    width: 10%; 
} 
.equipentMgmtListTable > ul > li:nth-child(5) {
    width: 15%; 
    text-align: left;
} 
.equipentMgmtListTable > ul > li:nth-child(6) {
    width: 21%; 
    text-align: left;
} 
.equipentMgmtListTable > ul > li:nth-child(7) {
    width: 11%; 
    text-align: right;
} 
.equipentMgmtListTable > ul:nth-child(even) > li {
    background: inherit;
}
.equipentMgmtListTable > ul:nth-child(odd) > li {
    background: #f5f5f5;
}
/* ****** ****** ****** ****** ****** **
 * ****** Commissioning Table ****** *
** ****** ****** ****** ****** ****** */ 
.commissioningDiv {
    width: 100%;
    float:left;
	width:100%;
	clear:both;
	background:#ffffff;
	padding:0px 0px 15px;
}


.commissionFilterDiv {
    float: left;
    width: 100%;
    padding: 0px 0px 10px;
    border-radius: 4px;
}
.commissionFilterDiv > ul {
    float: left;
    width: 100%;
    clear: both;
}
.commissionFilterDiv > ul > li {
    float: left;
} 
.commissionFilterDiv > ul > li:last-child {
    float: right;
    padding: 5px 0px;
    margin: 0px;
}

.commissioningTable {
    width: 100%;
    display: table;
}
.commissioningTable > ul {
    width: 100%;
    display: table-row;
}
.commissioningTable > ul.tBody:hover li {
    background: #ffffff;
}
.commissioningTable > ul:nth-child(odd).tHead > li {
    background: #333F48;
    color: #fff;
}
.commissioningTable > ul > li {
    display: table-cell;
    padding: 10px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #ffffff;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
}
.commissioningTable > ul > li a {
    color: #333F48;
}
.commissioningTable > ul > li a:hover {
    color: #003366;
    text-decoration: none;
}
.commissioningTable > ul > li:nth-child(1) {
    width: 5%;
    text-align: center;
}
.commissioningTable > ul > li:nth-child(2) {
    width: 8%;
    text-align: center;
}
.commissioningTable > ul > li:nth-child(3) {
    width: 27%; 
} 
.commissioningTable > ul > li:nth-child(4) {
    width: 15%; 
} 
.commissioningTable > ul > li:nth-child(5) {
    width: 20%; 
} 
.commissioningTable > ul > li:nth-child(6) {
    width: 25%; 
} 
.commissioningTable > ul:nth-child(even) > li {
    background: inherit;
}
.commissioningTable > ul:nth-child(odd) > li {
    background: #f5f5f5;
}
.commissioningTable > ul > li .commissionEditText,
.commissioningTable > ul > li .commissionSave{
    display:none;
}
.downloadFilesFromat {
    float: left;
    width: 100%;
    clear: both;
    margin: 0px;
    padding: 0px 0px 15px;
}
.downloadFilesFromat .customCheckbox {  
    margin: 0px 10px 0px 0px;
    padding: 0px 0px 0px 0px; 
	float:left;
} 
.downloadFilesFromat .customCheckbox input[type=checkbox] + label,
.downloadFilesFromat .customCheckbox label {  
    padding: 0px 0px 0px 30px; 
} 
/* ****** ****** ****** ****** ****** **
 * ****** Equipment Management Table Filter ****** *
** ****** ****** ****** ****** ****** */

.equipmentFilterDiv {
    float: left;
    width: 100%;
    padding: 0px 0px 10px;
    border-radius: 4px;
}
.equipmentFilterDiv > ul {
    float: left;
    width: 100%;
    clear: both;
}
.equipmentFilterDiv > ul > li {
    float: left;
}
.equipmentFilterDiv > ul > li > h3 {
    margin:0px;
    padding: 10px 0px 0px;
    font-size:22px;
}
.searchFilterDiv {
    width: 270px;
    float: right;
    margin: 5px 0px 10px;
} 
.equipmentFilterDiv > ul > li:last-child {
    float: right;
    padding: 5px 0px;
    margin: 0px;
}
.notificationIcon,
.editRow,
.viewRow,
.serviceEngineer,
.troubleshootIcon,
.tracelogsPage,
.errorInfoIcon,
.approvedRow,
.approvePendingRow,
.saveIcon,
.deleteRow,
.assignFeaturesicon, 
.commissioningIcon,
.downloadFiles,
.addRow,
.grpingStus,
.uploadFiles {
    width: 30px;
    height: 30px;
    text-indent: 99999px;
    overflow: hidden;
    border: 1px solid #e4e6ed;
} 
.videoIcon,
.videoIcon:hover,
.videoIcon:focus,
.videoIcon:active {
    background: #fff url("../images/icons/videoIcon.png") no-repeat center center;
    background-size: 20px 20px;
}
.serviceEngineer,
.serviceEngineer:hover,
.serviceEngineer:focus,
.serviceEngineer:active {
    background: #fff url("../images/icons/serviceEngineer.png") no-repeat center center;
    background-size: 20px 20px;
}
.troubleshootIcon,
.troubleshootIcon:hover,
.troubleshootIcon:focus,
.troubleshootIcon:active {
    background: #fff url("../images/icons/troubleshootIcon.png") no-repeat center center;
    background-size: 20px 20px;
}
.tracelogsPage,
.tracelogsPage:hover,
.tracelogsPage:focus,
.tracelogsPage:active {
    background: #fff url("../images/icons/tracelogsPageIcon.png") no-repeat center center;
    background-size: 20px 20px;
}
.errorInfoIcon,
.errorInfoIcon:hover,
.errorInfoIcon:focus,
.errorInfoIcon:active {
    background: #fff url("../images/icons/errorInfoIcon.png") no-repeat center center;
    background-size: 26px auto;
}
.notificationIcon,
.notificationIcon:hover,
.notificationIcon:focus,
.notificationIcon:active {
    background: #fff url("../images/icons/notificationIcon.png") no-repeat center center;
    background-size: 20px 20px;
}
.approvedRow,
.approvedRow:hover,
.approvedRow:focus,
.approvedRow:active {
    background: #fff url("../images/icons/approvedRow.png") no-repeat center center;
    background-size: 20px 20px;
}
.approvePendingRow,
.approvePendingRow:hover,
.approvePendingRow:focus,
.approvePendingRow:active {
    background: #fff url("../images/icons/approvePendingRow.png") no-repeat center center;
    background-size: 20px 20px;
}
.viewRow,
.viewRow:hover,
.viewRow:focus,
.viewRow:active {
    background: #fff url("../images/icons/view.png") no-repeat center center;
    background-size: 20px 20px;
}
.editRow,
.editRow:hover,
.editRow:focus,
.editRow:active {
    background: #fff url("../images/icons/edit.png") no-repeat center center;
    background-size: 20px 20px;
}
.saveIcon,
.saveIcon:hover,
.saveIcon:focus,
.saveIcon:active {
    background: #fff url("../images/icons/saveIcon.png") no-repeat center center;
    background-size: 20px 20px;
}
.deleteRow,
.deleteRow:hover,
.deleteRow:focus,
.deleteRow:active {
    background: #fff url("../images/icons/delete.png") no-repeat center center;
    background-size: 20px 20px;
}
.addRow,
.addRow:hover,
.addRow:focus,
.addRow:active {
    background: #fff url("../images/icons/accord-plus.png") no-repeat center center;
    background-size: 20px 20px;
}
.assignFeaturesicon,
.assignFeaturesicon:hover,
.assignFeaturesicon:focus,
.assignFeaturesicon:active {
    background: #fff url("../images/icons/assignFeaturesicon.png") no-repeat center center;
    background-size: 20px 20px;
}
.commissioningIcon,
.commissioningIcon:hover,
.commissioningIcon:focus,
.commissioningIcon:active {
    background: #fff url("../images/icons/commissioningIcon.png") no-repeat center center;
    background-size: 20px 20px;
}
.collapseExpand.collapsed,
.collapseExpand.collapsed:hover,
.collapseExpand.collapsed:focus,
.collapseExpand.collapsed:active {
    background: #ffffff url("../images/icons/accord-plus.png") no-repeat center center;
    background-size: 20px 20px;
	border: 1px solid #e4e6ed;
	width:30px;
	height:30px;
}
.collapseExpand,
.collapseExpand:hover,
.collapseExpand:focus,
.collapseExpand:active {
    background: #ffffff url("../images/icons/accord-minus.png") no-repeat center center;
    background-size: 20px 20px;
	border: 1px solid #e4e6ed;
	width:30px;
	height:30px;
}
.downloadFiles,
.downloadFiles:hover,
.downloadFiles:focus,
.downloadFiles:active {
    background: #fff url("../images/icons/download.png") no-repeat center center;
    background-size: 20px 20px;
}
.uploadFiles,
.uploadFiles:hover,
.uploadFiles:focus,
.uploadFiles:active {
    background: #fff url("../images/icons/upload.png") no-repeat center center;
    background-size: 20px 20px;
}
.devicestatus,
.ioTStatus,
.ecoStatus {
    width: 20px;
    height: 20px;
    overflow: hidden;
}
.onlineStatus,
.onlineStatus:hover,
.onlineStatus:focus,
.onlineStatus:active {
    background: url("../images/icons/online.png") no-repeat left center;
    background-size: 20px 20px;
}
.offlineStatus,
.offlineStatus:hover,
.offlineStatus:focus,
.offlineStatus:active {
    background: url("../images/icons/offline.png") no-repeat left center;
    background-size: 20px 20px;
}
.defaultStatus,
.defaultStatus:hover,
.defaultStatus:focus,
.defaultStatus:active {
    background: url("../images/icons/default.png") no-repeat left center;
    background-size: 20px 20px;
} 
.enabledIoTStatus,
.enabledIoTStatus:hover,
.enabledIoTStatus:focus,
.enabledIoTStatus:active {
    background: url("../images/icons/iOTonline.png") no-repeat left center;
    background-size: 20px 20px;
}
.disabledIoTStatus,
.disabledIoTStatus:hover,
.disabledIoTStatus:focus,
.disabledIoTStatus:active {
    background: url("../images/icons/iOToffline.png") no-repeat left center;
    background-size: 20px 20px;
}
.iOTprogress,
.iOTprogress:hover,
.iOTprogress:focus,
.iOTprogress:active {
    background: #fff url("../images/icons/iOTprogress.png") no-repeat center center;
    background-size: 20px 20px;
}
.deviceGroupingEmpty,
.deviceGroupingEmpty:hover,
.deviceGroupingEmpty:focus,
.deviceGroupingEmpty:active {
    background: #fff url("../images/icons/deviceGroupingEmpty.png") no-repeat center center;
    background-size: 20px 20px;
	pointer-events: none;
    cursor: default;
} 
.deviceGroupingPrtl,
.deviceGroupingPrtl:hover,
.deviceGroupingPrtl:focus,
.deviceGroupingPrtl:active {
    background: #fff url("../images/icons/deviceGroupingPrtl.png") no-repeat center center;
    background-size: 20px 20px;
	pointer-events: none;
    cursor: default;
} 
.deviceGroupingSeltd,
.deviceGroupingSeltd:hover,
.deviceGroupingSeltd:focus,
.deviceGroupingSeltd:active {
    background: #fff url("../images/icons/deviceGroupingSeltd.png") no-repeat center center;
    background-size: 20px 20px;
	pointer-events: none;
    cursor: default;
} 
.inactiveStatus,
.inactiveStatus:hover,
.inactiveStatus:focus,
.inactiveStatus:active {
    background: url("../images/icons/inactive.png") no-repeat left center;
    background-size: 20px 20px;
}
.defaultStatusgrey,
.defaultStatusgrey:hover,
.defaultStatusgrey:focus,
.defaultStatusgrey:active {
    background: url("../images/icons/default11.png") no-repeat left center;
    background-size: 20px 20px;
}
.greenEcoStatus,
.greenEcoStatus:hover,
.greenEcoStatus:focus,
.greenEcoStatus:active {
    background: url("../images/icons/EcoModeGreen.png") no-repeat left center;
    background-size: 20px 20px;
}
.blackEcoStatus,
.blackEcoStatus:hover,
.blackEcoStatus:focus,
.blackEcoStatus:active {
    background: url("../images/icons/EcoModeBlack.png") no-repeat left center;
    background-size: 20px 20px;
}
.redEcoStatus,
.redEcoStatus:hover,
.redEcoStatus:focus,
.redEcoStatus:active {
    background: url("../images/icons/EcoModeRed.png") no-repeat left center;
    background-size: 20px 20px;
}
/* ****** ****** ****** ****** ****** **
 * ****** Form List 01 ****** *
** ****** ****** ****** ****** ****** */

.formElementList.detailsPage,
#addEditStoreFormID.formElementList,
.formElementList.storeDetailsPage {
    display: block;
}
.formElementList {
    width: 100%;
    background: url("../images/steelbg2.png") repeat;
    float: left;
    padding-bottom: 10px;
    display: block;/*none*/
}
.formElementList h3 {
    width: 100%;
    display: block;
    padding: 0px 15px; 
	background:#333F48;
    color: #ffffff;
    font-size: 15px;
    line-height: 40px;
    margin: 0px;
} 
.formElementList h5 {
    width: 100%;
    display: block;
    padding: 10px 15px 0px;  
    color: #000;
    font-size: 14px; 
    margin: 0px;
	font-weight: bold;
} 
.formElementList > ul,
.formElementList > ul > li > ul {
    width: 100%;
    padding: 0px;
    margin: 10px 0px 0px 0px;
    float: left;
}
.formElementList > ul > li,
.formElementList > ul > li > ul > li {
    float: left;
    padding: 0px 15px 5px;
    width: 50%;
    margin:0px;
}
.formElementList > ul > li input[type=file] { 
    width: 100%;
}
.formElementList > ul > li.fullWidth {
    float: left;
    padding: 0px 15px 10px 15px;
    width: 100%;
}
.formElementList > ul > li.fullWidth .btn-file{
	width: 100%;
}
.formElementList > ul li .frmLabel,
.formElementList > ul li label {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 5px;
    color: #333F48;
    font-size: 14px;
}
.formElementList > ul li label span.frmValidationErr{
    float: right;
    color: #333F48;
    font-size: 12px;
    padding: 3px 0px 0px;
	font-weight:normal;
}
.formElementList > ul li label span.frmValidationErr{
    float: right;
    color: #333F48;
    font-size: 12px;
    padding: 3px 0px 0px;
}
.formElementList > ul li.has-error span.frmValidationErr {
    color:red;
}
.formElementList > ul li.has-success span.frmValidationErr {
    color:green;
}
ul.frmGrpElemnt li .frmLabelRight {
    color: #000;
}
.formElementList > ul > li.fullWidthList {
    float: left;
    padding: 0px 0px 10px 15px;
    width: 100%;
}
.formElementList > ul > li.clearRight {
    clear: both;
}
.formElementList .formButtonList {
    float: left;
    padding: 15px 0px 10px 15px;
    width: 100%;
    clear: both;
}
.formElementList .iniButtonList {
    float: left;
    padding: 15px 15px 10px;
    width: 100%;
    clear: both;
	text-align:right;
}
.formElementList > ul > li:first-child .formButtonList { 
    padding: 5px 0px 10px 0px; 
} 
#AddEditNewUser.formElementList .storeListCheckboxGrp .customCheckbox { 
    width:25%;
    float: left;
    padding: 5px 10px 5px 0px;
}
.singleFormButton {
    float: left;
    padding: 15px 0px 0px 15px;
    width: 100%;
    clear: both;
}
#addEquipmentDetails .formButtonList,
#addEqtDetails .formButtonList {
    float: left;
    padding: 0px 0px 0px 0px;
    width: 100%;
    clear: both;
} 
#AddEditNewUser .formButtonList,
#viewUserDetails .formButtonList {
    float: left;
    padding: 0px 0px 0px 0px;
    width: 100%;
    clear: both;
}
#addEquipmentDetails .formButtonList .btn,
#addEqtDetails .formButtonList .btn,
#AddEditNewUser .formButtonList .btn,
#viewUserDetails .formButtonList .btn { 
    min-width: 90px; 
}
.formElementList > ul > li .lableValue {
    float: left;
    width: 100%;
    clear: both;
    padding: 5px 0px;
}
.formElementList > ul > li .required {
    color: red;
}
.formElementList .required {
    color: red;
}
.formElementList.bgBorder {
    border-bottom: 10px solid #fff;
} 
/* ****** ****** ****** ****** ****** **
 * ****** Page with Tab ****** *
** ****** ****** ****** ****** ****** */

.overviewWrapper {
    float: left;
    width: 100%;
    clear: both;
    margin: 0px 0px 0px;
}
.overviewWrapper.marginTop15px {
    margin: 15px 0px 0px;
}
.overviewWrapper .nav-tabs>li>a {
    background: #333F48;
    color: #fff;
    border: 1px solid #333F48;
}
.overviewWrapper .nav-tabs>li.addStoreTab {
    float: right;
}
.overviewWrapper .nav-tabs>li.addStoreTab a {
    margin-right: 0px;
}
.overviewWrapper .nav-tabs {
    border-bottom: 6px solid #002244;
}
.overviewWrapper .nav-tabs>li.active>a,
.overviewWrapper .nav-tabs>li.active>a:focus,
.overviewWrapper .nav-tabs>li.active>a:hover {
    color: #fff;
    background: #003366;
    border: 1px solid #003366;
}
.overviewWrapper .tab-content {
    float: left;
    width: 100%;
    clear: both;
    padding: 15px;
    background-color: #ffffff;
    border-radius: 4px;
} 
.overviewWrapper .tab-content.bgTransparent1 {
    background: url(../images/steelbg2.png) repeat;
}
.overviewWrapper .tab-content h2 {
    font-size: 22px;
    padding: 10px 0px 15px;
    margin: 0px;
    width: 100%;
    float: left;
}

.cancelEquipmentBtn {
    display: inline-block;
}
#googleMap {
    height: 480px;
    width: 100%;
}
.storeDetailsDiv {
    float: left;
    width: 100%;
    clear: both;
    padding: 0px;
    margin: 0px 0px 15px;
}
.storeDetailsDiv ul {
    float: left;
    width: 100%;
    clear: both;
    padding: 10px;
    margin: 0px 0px 0px;
    background: url("../images/steelbg5.png") repeat;
    border: 1px solid #ffffff;
    border-bottom: 2px solid #808080;
    border-radius: 6px;
    position: relative;
    text-shadow: 0px 1px 1px #ffffff;
}
.storeDetailsDiv ul li {
    float: left;
    width: 100%;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px;
    color: #000000;
    font-size: 16px;
}
.storeDetailsDiv ul li i {
    font-size: 16px;
}
.storeDetailsDiv ul li .storeContactDiv {
    float: left;
    width: 50%;
    padding: 0px;
    margin: 0px;
}
.storeDetailsDiv ul li .storeAddDiv {
    float: left;
    width: 50%;
    padding: 0px;
    margin: 0px;
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    
    white-space: nowrap;
    overflow: hidden;
}
.storeDetailsDiv ul li span {
    color: #003366;
}
.storeDetailsDiv ul li .storePhoneNo,
.storeDetailsDiv ul li .storeEmailID {
    padding: 0px;
    margin: 0px;
    color: #20272d;
    float: left;
}
.storeDetailsDiv ul li .storePhoneNo {
    margin-right: 10px;
}
.storeDetailsDiv ul li .storePhoneNo a,
.storeDetailsDiv ul li .storeEmailID a {
    color: #20272d;
}
.storeDetailsDiv ul li.storeWrapDiv .storeDetlsDiv {
    float: left;
    width: 60%;
    padding: 0px;
    margin: 0px;
}
.storeDetailsDiv ul li.storeWrapDiv .changeDevice {
    float: left;
    width: 40%;
    padding: 5px 0px 0px;
    margin: 0px;
}
.storeDetailsDiv ul li.storeWrapDiv .storeContactDiv {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    
    white-space: nowrap;
    overflow: hidden;
}
.storeDetailsDiv ul li.storeWrapDiv .storeAddDiv {
    float: left;
    width: 100%;
    padding: 0px;
    margin: 0px;
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    
    white-space: nowrap;
    overflow: hidden;
}
/* ****** ****** ****** ****** ****** **
 * ****** Register Page ****** *
** ****** ****** ****** ****** ****** */

.formWrapper {
    width: 920px;
    margin: 0px auto;
    clear: both;
    display: block;
}
.formWrapper.changePwdWrapper {
    width: 420px;
    margin: 0px auto;
    clear: both;
    display: block;
}  
.registerFormList {
    padding: 10px 0px;
    width: 100%;
    float: left;
    clear: both;
}
.registerFormList h3 {
    width: 100%;
    clear: both;
    padding: 0px;
    margin: 0px 0px 0px;
    color: #333F48;
    font-size: 32px;
    line-height: 42px;
    text-shadow: 0px 1px 1px #ffffff;
}
.registerFormList h3 > span.roleName {
    color: #003366;
    font-size: 22px;  
	float:none;
}
.registerFormList h3 > span {
    color: #333F48;
    font-size: 14px;
    float: right;
    margin-right: 15px;
}
.registerFormList h3 > .btn  {
    float: right;
    margin: 5px 0px 0px;
    min-width: 100px;
} 
.registerFormList h4 {
    width: 100%;
    clear: both;
    padding: 0px;
    margin: 0px 0px 10px;
    color: #003366;
    font-size: 25px;
    line-height: 40px;
    text-shadow: 0px 1px 1px #ffffff;
}
.registerFormList h4 span.required {
    color:red;
    font-size: 14px; 
}
ul.frmGrpElemnt {
    padding: 0px;
    margin: 0px 0px 0px 0px;
    clear: both;
}
#profileViewList,
#profileList,
#registerFormList {
    clear: both;
    /* width: 100%; */
    /* float: left; */
    
    margin: 0px -15px 0px 0px;
}
.halWidthDiv {
    padding: 0px;
    margin: 10px 0px 0px 0px;
    clear: none;
    width: 50%;
    float: left;
}
.halWidthDiv ul.frmGrpElemnt,
.halWidthDiv ul.frmGrpElemnt li {
    width: 100%;
    float: left;
}
.fullWidthUL ul.frmGrpElemnt {
    padding: 0px;
    margin: 10px 0px 0px 0px;
    clear: none;
    width: 100%;
    float: left;
}
.fullWidthUL ul.frmGrpElemnt,
.fullWidthUL ul.frmGrpElemnt li {
    width: 100%;
    float: left;
}
.createGrouping.fullWidthUL ul.frmGrpElemnt,
.createGrouping.fullWidthUL ul.frmGrpElemnt li,
.addUserRole.fullWidthUL ul.frmGrpElemnt,
.addUserRole.fullWidthUL ul.frmGrpElemnt li {
    width: 100%;
    float: left;
    padding: 0px 0px 0px 0px;
}
ul.frmGrpElemnt > h4 {
    width: 100%;
    clear: both;
    padding: 0px;
    margin: 0px 0px 10px 0px;
    color: #003366;
    font-size: 25px;
    line-height: 40px;
}
ul.frmGrpElemnt > h4 span {
    color: #acb2be;
    font-size: 14px;
    float: right;
}
ul.frmGrpElemnt li {
    padding: 0px 15px 15px 0px;
    width: 50%;
    float: left;
}
ul.frmGrpElemnt.width3by4 li {
    padding: 0px 15px 10px 0px;
    width: 100%;
    float: left;
}
ul.frmGrpElemnt.width3by4 li .customCheckboxWlabel {
    padding: 8px 5px 8px 0px;
    width: 25%;
    float: left;
}
ul.frmGrpElemnt li .formValue {
    width: 100%;
    float: left;
    clear: both;
    padding: 6px 0px;
    background: #ffffff;
    color: #000;
	font-weight:bold;
}
ul.frmGrpElemnt li .elementGrup {
    padding: 10px 10px;
	margin:0px;
    width: 100%;
    float: left;
    clear: both; 
    background: #ffffff; 
}
ul.frmGrpElemnt li .elementGrup.has-error span.frmValidationErr {
    color:red;
}
ul.frmGrpElemnt li .elementGrup.has-success span.frmValidationErr {
    color:green;
}
ul.frmGrpElemnt li .elementGrup .help-block,
.password-verdict {  
	width: 100%;
    float: left;
    clear: both;
	margin:5px 0px 0px;
	display: inline-block;
    color:#a94442;
    font-size:12px;
} 
.form-control-feedback { 
    display:none !important;
} 
ul.frmGrpElemnt li .elementGrup .formValidationMsg{
    padding: 5px 0px 0px;
    width: 100%;
    float: left;
    clear: both;  
	font-size:12px;
	color:red;	 
	display:none;
}
#registeredUserViewDivId ul.frmGrpElemnt li .elementGrup {
    background: #ffffff;
}
#registeredUserViewDivId ul.frmGrpElemnt li .formValue {
    background: #333F48;
    color: #ffffff;
}
#registeredUserViewDivId .customRadiobox label,
#regdUserProductViewDiv .customRadiobox label {
    cursor: default;
}
.mainViewWrapper .tab-content #registeredUserViewDivId h2 {
    margin: 0px 0px 0px;
}
ul.frmGrpElemnt li .elementGrup.colm01,
ul.frmGrpElemnt li .elementGrup.colm02 {
    width: 205px;
    clear: none;
}
ul.frmGrpElemnt li .elementGrup.colm01 {
    float: left;
}
ul.frmGrpElemnt li .elementGrup.colm02 {
    float: right;
}
ul.frmGrpElemnt li .elementGrup .inputGroupDiv {
    float: left;
	width:100%;
	clear:both;
	padding:0px;
	margin:0px;
}
ul.frmGrpElemnt li .elementGrup .inputGroupDiv > .salutationDiv {
                width: 32%;
                min-width:60px;
    display: inline-block;
    float: inherit;
    border-radius: 4px 0px 0px 4px;
    border-right: 0px;
}
ul.frmGrpElemnt li .elementGrup .inputGroupDiv > .salutationDiv > .form-control { 
    border-radius: 4px 0px 0px 4px;
    border-right: 0px;
}
ul.frmGrpElemnt li .elementGrup .inputGroupDiv > .firstNameDiv { 
    width: 68%;
    float: inherit;
    border-radius: 0px 4px 4px 0px;
    display: inline-block;
}
ul.frmGrpElemnt li .elementGrup .inputGroupDiv > .firstNameDiv > .form-control {  
    border-radius: 0px 4px 4px 0px;
    display: inline-block;
}
ul.frmGrpElemnt li .elementGrup .inputGroupDiv > .salutationDiv .form-control-feedback{
	display:none !important;
} 
ul.frmGrpElemnt li .btn.width100 {
    width: 100%;
    clear: both;
    text-align: center;
}
ul.frmGrpElemnt li .frmLabel {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 5px;
    color: #333F48;
    font-size: 14px;
}
ul.frmGrpElemnt li .frmLabel span.frmValidationErr{
    float: right;
    color: #333F48;
    font-size: 12px;
    padding: 3px 0px 0px;
}
ul.frmGrpElemnt li .frmLabelRight {
    color: #000;
}
ul.frmGrpElemnt li .frmLabel .required {
    color: red;
}
ul.frmGrpElemnt li .frmLabel span.rightLText {
    float: right;
    color: #b9bfcb;
}
ul.frmGrpElemnt li .form-control {  
    padding: 6px 10px;
    background: #ffffff;
    color: #000;
    display: -moz-inline-stack;
    height: 32px;
}
ul.frmGrpElemnt li .progress {
    margin: 5px 0px 0px;
    height: 10px;
}
select.form-control {
    overflow: hidden;
    -webkit-appearance: value;
    -moz-appearance: value;
    appearance: value;
}
ul.frmGrpElemnt li textarea.form-control {
    min-height: 130px;
} 
ul.frmGrpText {
    padding: 0px;
    width: 100%;
    float: left;
    clear: both;
    margin: 15px 0px 30px;
}
ul.frmGrpText li {
    margin: 10px 0px;
    width: 100%;
    float: left;
    clear: both;
}
ul.frmGrpText li .patRegSubLabel {
    padding: 0px 0px 0px 30px;
    margin: 10px 0px;
    width: 100%;
    float: left;
    clear: both;
    font-size: 12px;
    color: #333F48;
}
ul.frmGrpText li .refFrm1BtnGrup,
ul.frmGrpText li .refFrm2BtnGrup,
ul.frmGrpText li .refFrm3BtnGrup {
    width: 100%;
    float: left;
    clear: both;
    margin-top: 0px;
}
ul.frmGrpText li .refFrm1BtnGrup .btn,
ul.frmGrpText li .refFrm2BtnGrup .btn,
ul.frmGrpText li .refFrm3BtnGrup .btn {
    min-width: 90px; 
}
#editProfileBtn,
#cencelEditProfileBtn,
#backViewRowView,
#backProductRowView {
    float: right;
    margin: 5px 0px 0px;
    min-width: 100px;
} 
/* ****** ****** ****** ****** ****** **
 * ****** Change Password Strength ****** *
** ****** ****** ****** ****** ****** */
 
#changePwdFormID .passwordInfo, 
#registerFormID .passwordInfo{
    width: 24px;
    height: 14px;
	float:left;
    text-indent: 99999px;
    overflow: hidden;
    border: 0px; 
    background:url("../images/icons/passwordInfo.png") no-repeat center center;
    background-size: auto 14px;
}
#changePwdFormID .hiddenField,
#registerFormID .hiddenField {
    display: none;
}
.pswd_info {
    float: left;
    width: 100%;
    clear: both;
    padding: 0px;
    margin: 0px;
}
.pswd_info ul {
    float: left;
    width: 100%;
    clear: both;
    padding: 0px;
    margin: 0px 0px 0px;
    position: relative;
}
.pswd_info ul li {
    float: left;
    width: 100%;
    padding: 5px 0px;
    margin: 0px 0px 0px;
    color: #000000;
} 
/* ****** ****** ****** ****** ****** **
 * ****** Custom Radio Button  ****** *
** ****** ****** ****** ****** ****** */
.customRadioboxDiv {
    width: 100%;
    clear: both;
    margin: 0px;
}
.customRadioboxRight {
    margin: 0px;
    float: right;
}
.customRadiobox {
    position: relative;
    display: inline-block;
    float: left;
    margin: 10px 20px 0px 0px;
}
.customRadiobox input[type=radio] + label {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    float: left;
    padding-left: 30px;
    margin-bottom: 0px;
    background: url("../images/icons/radioButtonUnChecked.png") no-repeat left center;
    background-size: 25px 25px;
    font-size: 14px;
    font-weight: normal;
    color: #333F48;
    text-shadow: 0px 1px 1px #fff;
}
.customRadiobox label {
    display: inline-block !important;
    cursor: pointer;
    position: relative;
    margin: 0px 15px 0px 0px;
    height: 30px;
    line-height: 30px;
    padding: 0px 0px 0px 35px;
    font-size: 14px;
    font-weight: normal;
}
.customRadiobox input[type="radio"] {
    display: none;
}
.customRadiobox input[type=radio]:checked + label {
    background: url("../images/icons/radioButtonChecked.png") no-repeat left center;
    background-size: 25px 25px;
} 
/* ****** ****** ****** ****** ****** **
 * ****** Custom Checkbox ****** *
** ****** ****** ****** ****** ****** */
#registerFormID .customCheckbox,
#AddEditNewUser .customCheckbox { 
    display:block;  
} 
.customCheckbox {
    position: relative;
    display: inline-block; 
    margin: 10px 10px 0px 0px;
}
.customCheckbox input[type=checkbox] + label,
.customCheckbox input[type=checkbox] + i + label,
.customCheckbox input[type=checkbox] + i + input  + label,
.customCheckbox input[type=checkbox] + input + label {
    display: inline-block;
    height: 22px;
    line-height: 22px; 
    padding-left: 22px;
    margin-bottom: 0px;
    background: url("../images/icons/checkboxUnchecked.png") no-repeat left center;
    background-size: 22px 22px;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    text-shadow: 0px 1px 1px #fff;
}
.has-error .customCheckbox input[type=checkbox] + label,
.has-error .customCheckbox input[type=checkbox] + i + label,
.has-error .customCheckbox input[type=checkbox] + i + input + label,
.has-error .customCheckbox input[type=checkbox] + input + label { 
    background: url("../images/icons/checkboxUncheckedV.png") no-repeat left center; 
	background-size: 22px 22px;
}
.customCheckbox label {
    display: inline-block !important;
    cursor: pointer;
    position: relative;
    margin: 0px 15px 0px 0px;
    height: 22px;
    line-height: 22px;
    padding: 0px 0px 0px 22px;
    font-size: 14px;
    font-weight: normal;
} 
.customCheckbox input[type="checkbox"] { 
	display: inherit;
    width: 0px;
    height: 1px;
    margin: 0px;
	-moz-appearance: none;
}
.customCheckbox input[type=checkbox]:checked + label,
.customCheckbox input[type=checkbox]:checked + i + label,
.customCheckbox input[type=checkbox]:checked + i + input + label,
.customCheckbox input[type=checkbox]:checked + input + label {
    background: url("../images/icons/checkboxChecked.png") no-repeat left center;
    background-size: 22px 22px;
}
.customCheckbox.customCheckboxWOlabel {
    margin: 0px 0px 0px 0px;
}
.customCheckbox.customCheckboxWOlabel input[type=checkbox] + label,
.customCheckbox.customCheckboxWOlabel input[type=checkbox] + input + label {
    padding-left: 22px;
}
.customCheckbox.customCheckboxWOlabel label {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 22px;
}
.customCheckbox.customCheckboxWlabel {
    margin: 0px 0px 0px 0px;
    height: auto;
}
.customCheckbox.customCheckboxWlabel input[type=checkbox] + label,
.customCheckbox.customCheckboxWlabel input[type=checkbox] + i + label,
.customCheckbox.customCheckboxWlabel input[type=checkbox] + i + input + label,
.customCheckbox.customCheckboxWlabel input[type=checkbox] + input + label {
    padding: 0px 0px 0px 26px;
}
.customCheckbox.customCheckboxWlabel label {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 26px;
} 
/* ****** ****** ****** ****** ****** **
 * ****** Carousel Slider ****** *
** ****** ****** ****** ****** ****** */
.carousel {
    padding-bottom: 20px;
}
.carousel-indicators .active {
    background-color: #003366;
    border: 1px solid #002244;
}
.carousel-indicators li {
    background-color: #333F48;
    border: 1px solid #000;
}
.carousel-indicators {
    bottom: 0px;
}
.carousel-caption {
    background: url("../images/bgTransparent.png") repeat;
    left: 0px;
    right: 0px;
    bottom: 0px;
}
.carousel-caption h6 {
    font-size: 22px;
}
.carousel-control {
    width: 60px;
}
/* ****** ****** ****** ****** ****** **
 * ****** Store Details Box List ****** *
** ****** ****** ****** ****** ****** */

.storeDetailsBoxList {
    float: left;
    width: 100%;
    padding: 10px 0px;
    border-radius: 4px;
}
.storeDetailsBoxList > ul {
    clear: both;
    margin: 0px 0px 0px -15px;
}
.storeDetailsBoxList > ul > li {
    float: left;
    width: 50%;
    padding: 0px 0px 15px 15px;
    border-radius: 6px;
}
.storeDetailsBoxList > ul > li .storeDetailsBoxOuter {
    float: left;
    width: 100%;
    background: #003366;
    padding: 5px;
    border-radius: 6px;
    margin: 0px;
    overflow: hidden;
}
.storeDetailsBoxList > ul > li .storeDetailsBox:hover .boxActions,
.storeDetailsBoxList > ul > li .storeDetailsBox:hover .boxActionsOuter {
    display: block;
}
.storeDetailsBoxList > ul > li .storeDetailsBox .boxActionsOuter {
    position: absolute;
    display: none;
    z-index: 9;
    top: 0px;
    left: 0px;
    outline: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background: url("../images/bgTransparent.png") repeat;
}
.storeDetailsBoxList > ul > li .storeDetailsBox .boxActions {
    padding: 5px 5px;
    background: url("../images/bgTransparent.png") repeat;
    border-radius: 6px;
    position: absolute;
    z-index: 99;
    top: 50%;
    left: 50%;
    width: 130px;
    height: 50px;
    margin: -25px 0px 0px -65px;
    display: none;
    -webkit-transform: rotateX(0deg) rotateY(0deg);
    -moz-transform: rotateX(0deg) rotateY(0deg);
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.storeDetailsBoxList > ul > li .storeDetailsBox .boxActions .btn {
    float: left;
    margin: 5px;
}
.storeDetailsBoxList > ul > li .storeDetailsBox {
    width: 100%;
    display: table;
    padding: 0px;
    margin: 0px;
    position: relative;
    overflow: hidden;
    background: #eff0f4;
}
.storeDetailsBoxList > ul > li .storeDetailsBox .storeLabelOuter {
    padding: 0px;
    margin: 0px;
    color: #20272d;
    width: 100%;
    display: table-row;
}
.storeDetailsBoxList > ul > li .storeDetailsBox .storeLabel,
.storeDetailsBoxList > ul > li .storeDetailsBox .storeLabelText {
    display: table-cell;
    padding: 5px 10px;
    vertical-align: middle;
    text-shadow: 0px 1px 1px #ffffff;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #bfbfbf;
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.storeDetailsBoxList > ul > li .storeDetailsBox .storeLabel {
    color: #333F48;
    font-weight: bold;
    width: 110px;
}
.storeDetailsBoxList > ul > li .storeDetailsBox .storeLabelText {
    color: #333F48;
}
/* ****** ****** ****** ****** ****** **
 * ****** Store Box List ****** *
** ****** ****** ****** ****** ****** */

.storeBoxList {
    clear: both;
    margin: 0px -1% 15px;
    padding: 0px;
}
.storeBoxListTable {
    width: 48%;
    display: table;
    background: #eff0f4;
    border-bottom: 1px solid #bfbfbf;
    padding: 10px 0px;
    margin: 1%;
    float: left;
}
.storeBoxListTable > ul {
    width: 100%;
    display: table-row;
}
.storeBoxListTable > ul > li .viewRow,
.storeBoxListTable > ul > li .editRow,
.storeBoxListTable > ul > li .deleteRow {
    width: 22px;
    height: 22px;
    text-indent: 99999px;
    overflow: hidden;
    border: 0px;
}
.storeBoxListTable > ul > li .viewRow,
.storeBoxListTable > ul > li .viewRow:hover,
.storeBoxListTable > ul > li .viewRow:focus,
.storeBoxListTable > ul > li .viewRow:active {
    background: #fff url("../images/icons/view.png") no-repeat center center;
    background-size: 16px 16px;
}
.storeBoxListTable > ul > li .editRow,
.storeBoxListTable > ul > li .editRow:hover,
.storeBoxListTable > ul > li .editRow:focus,
.storeBoxListTable > ul > li .editRow:active {
    background: #fff url("../images/icons/edit.png") no-repeat center center;
    background-size: 16px 16px;
}
.storeBoxListTable > ul > li .deleteRow,
.storeBoxListTable > ul > li .deleteRow:hover,
.storeBoxListTable > ul > li .deleteRow:focus,
.storeBoxListTable > ul > li .deleteRow:active {
    background: #fff url("../images/icons/delete.png") no-repeat center center;
    background-size: 16px 16px;
}
.storeBoxListTable > ul > li {
    display: table-cell;
    padding: 0px 10px;
    vertical-align: middle;
    text-shadow: 0px 1px 1px #ffffff;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #ffffff;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
}
.storeBoxListTable > ul > li:nth-child(1) {
    border-left: 0px;
    width: 100px;
}
.storeBoxListTable > ul > li:nth-child(3) {
    min-width: 155px;
    border-right: 0px;
}
.storeBoxListTable > ul > li:nth-child(3) h5 {
    text-align: center;
    margin: 0px 0px 5px;
}
.storeBoxListTable > ul > li h5 {
    text-shadow: 0px 1px 1px #ffffff;
    font-size: 14px;
    color: #333F48;
    padding: 0px;
    margin: 0px 0px 10px;
}
.storeBoxListTable > ul > li h6 {
    text-shadow: 0px 1px 1px #ffffff;
    font-size: 12px;
    color: #4a5b68;
    padding: 0px;
    margin: 0px 0px 10px;
}
.storeBoxListTable > ul > li h3 {
    text-shadow: 0px 1px 1px #ffffff;
    font-size: 14px;
    color: #003366;
    padding: 0px 0px 10px;
    margin: 0px 0px 0px;
    text-align: center;
}
.storeBoxListTable > ul > li a {
    color: #090d11;
}
.storeBoxListTable > ul > li .locationIcon {
    width: 100%;
    margin-bottom: 5px;
    float: left;
    border: 1px solid #ffffff;
}
.storeBoxListTable > ul > li .locationIcon img {
    width: 100%;
    float: left;
} 
.emailSendBtn {
    float: right;
}
.disabledDiv {
    pointer-events: none;
    cursor: default;
    /*plain arrow*/    
    opacity: 0.4;
}
.form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
}  
.plzselectEquipment{
	float: left;
    width: 100%;
    clear: both;
    margin: 0px 0px 0px;
}
.plzselectEquipment > li{
	float: left;
    width: 50%; 
    margin: 0px 0px 0px;
	padding:5px 10px 5px 0px;
}  
/* ****** ****** ****** ****** ****** **
 * ****** Style Guide ****** *
** ****** ****** ****** ****** ****** */

.styleguideWrapper {
    width: 100%;
    float: left;
    clear: both;
    margin: 0px 0px 15px;
	padding:10px;
}
.styleguideWrapper ul {
    width: 100%;
    float: left;
    clear: both;
}
.styleguideWrapper ul li {
    float: left;
    padding:10px 10px 10px 0px;
}
/* ****** ****** ****** ****** ****** **
 * ****** working pages ****** *
** ****** ****** ****** ****** ****** */

.workingPages {
    width: 620px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -40px 0px 0px -310px;
    text-align: center;
}
.workingPages h1 {
    float: left;
    width: 100%;
    clear: both;
    margin: 0px;
    font-size: 32px;
    color: #003366;
    text-transform: uppercase;
}
.workingPages h2 {
    float: left;
    width: 100%;
    clear: both;
    margin: 0px;
    font-size: 22px;
    color: #003366;
}  




/* ****** ****** ****** ****** ****** **
 * ****** Header Notitification ****** *
** ****** ****** ****** ****** ****** */
.navbar-default .dropdown-menu.notify-drop {
  min-width: 330px;
  background-color: #fff;
  min-height: 360px;
  max-height: 360px;
  color:#000;
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-title {
  border-bottom: 1px solid #e2e2e2;
  padding: 5px 15px 10px 15px;
}
.navbar-default .dropdown-menu.notify-drop .drop-content {
  min-height: 280px;
  max-height: 280px;
  overflow-y: scroll;
}
.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-track
{
  background-color: #F5F5F5;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar
{
  width: 8px;
  background-color: #F5F5F5;
}

.navbar-default .dropdown-menu.notify-drop .drop-content::-webkit-scrollbar-thumb
{
  background-color: #ccc;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li {
  border-bottom: 1px solid #e2e2e2;
  padding: 10px 0px 5px 0px;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:nth-child(2n+0) {
  background-color: #fafafa;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:after {
  content: "";
  clear: both;
  display: block;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:hover {
  background-color: #fcfcfc;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li:last-child {
  border-bottom: none;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li .notify-img {
  float: left;
  display: inline-block;
  width: 45px;
  height: 45px;
  margin: 0px 0px 8px 0px;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li .notify-img > img{ 
  width: 100%; 
}
.navbar-default .dropdown-menu.notify-drop .allRead {
  margin-right: 7px;
}
.navbar-default .dropdown-menu.notify-drop .rIcon {
  float: right;
  color: #999;
}
.navbar-default .dropdown-menu.notify-drop .rIcon:hover {
  color: #333;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li a {
  font-size: 12px;
  font-weight: normal;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li {
  font-weight: bold;
  font-size: 11px;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li hr {
  margin: 5px 0;
  width: 70%;
  border-color: #e2e2e2;
}
.navbar-default .dropdown-menu.notify-drop .drop-content .pd-l0 {
  padding-left: 0;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li p {
  font-size: 11px;
  color: #666;
  font-weight: normal;
  margin: 3px 0;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li p.time {
  font-size: 10px;
  font-weight: 600;
  top: -6px;
  margin: 8px 0px 0px 0px;
  padding: 0px 3px;
  border: 1px solid #e2e2e2;
  position: relative;
  background-image: linear-gradient(#fff,#f2f2f2);
  display: inline-block;
  border-radius: 2px;
  color: #B97745;
}
.navbar-default .dropdown-menu.notify-drop .drop-content > li p.time:hover {
  background-image: linear-gradient(#fff,#fff);
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-footer {
  border-top: 1px solid #e2e2e2;
  bottom: 0;
  position: relative;
  padding: 8px 15px;
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-footer a {
  color: #777;
  text-decoration: none;
}
.navbar-default .dropdown-menu.notify-drop .notify-drop-footer a:hover {
  color: #333;
} 
/* ****** ****** ****** ****** ****** **
 * ****** Notitification Setting ****** *
** ****** ****** ****** ****** ****** */
 
.notificationSettingList {
    width: 100%; 
	float:left;
	clear:both;   
    margin:0px 0px 0px;
    padding: 10px 10px;
	background:#ffffff;
} 
.notificationSettingList > ul { 
	clear:both;
	margin:0px 0px 0px -5px;
	padding:0px;	
}
.notificationSettingList > ul > li {
    float:left;
    padding:0px 5px 5px 0px;
	width:50%;  
}
.notificationSettingList > ul > li .notifiListDiv{
    float:left;
    padding: 10px 10px;
	width:100%;
	margin:0px; 
    vertical-align: middle; 
	background: #eff0f4;
	border-radius:4px;
}
.notificationSettingList > ul > li .leftText{
    float:left; 
	padding:5px 0px;
}
.notificationSettingList > ul > li .btn-group.btn-toggle{
    float:right; 
	margin:0px;
}
.notificationSettingList > ul > li .btn {
    background: #b3b3b3;
    border: 0px;
    color: #fff;
    text-shadow: 0 1px 0 #8c8c8c;
    box-shadow: 0px 2px 0px #8c8c8c;
}
.notificationSettingList > ul > li .btn.active {
    background: #339933;
    border: 0px;
    color: #fff;
    text-shadow: 0 1px 0 #206020;
    box-shadow: 0px 2px 0px #206020;
}
.notificationSettingList > ul > li .btn.active, .btn.active:active{
    background: #339933;
    border: 0px;
    color: #fff;
    text-shadow: 0 1px 0 #206020;
    box-shadow: 0px 2px 0px #206020;
}

.notificationSettingList > ul > li .btn.btnOFF.active {
    background: #ff0000;
    border: 0px;
    color: #fff;
    text-shadow: 0 1px 0 #990000;
    box-shadow: 0px 2px 0px #990000;
}
.notificationSettingList > ul > li .btn.btnOFF.active, .btn.btnOFF.active:active{
    background: #ff0000;
    border: 0px;
    color: #fff;
    text-shadow: 0 1px 0 #990000;
    box-shadow: 0px 2px 0px #990000;
}
/* ****** ****** ****** ****** ****** **
 * ****** Notitification View ****** *
** ****** ****** ****** ****** ****** */
 
.notificationView {
    width: 100%; 
	float:left;
	clear:both;   
    margin:0px 0px 0px;
    padding: 10px 10px;
	background:#ffffff;
} 
.notificationView > ul { 
	width: 100%; 
	float:left;
	clear:both;
	margin:0px;
	padding:0px;	
}
.notificationView > ul > li {
    float:left;
    padding:10px;
	width:100%; 
	background: #eff0f4;
    border: 1px solid #ffffff;
    border-bottom: 1px solid #bfbfbf;	
}
.notificationView > ul > li .notificationCnt{
    float:left;
    padding:0px;
	width:100%;  
}
.notificationView > ul > li .notificationCnt h4,
.notificationView > ul > li .notificationCnt h5,
.notificationView > ul > li .notificationCnt h6{
    float:left;
    padding:0px;
	margin:0px;
	width:100%; 
	font-weight:normal;	
}
.notificationView > ul > li .notificationCnt h4{
    font-size:16px; 
    padding:0px 0px 10px;   
}
.notificationView > ul > li .notificationCnt h4 > span{
    float:right;  
}
.notificationView > ul > li .notificationCnt h5{
    font-size:14px; 
    padding:0px 0px 10px;   
}
/* ****** ****** ****** ****** ****** **
 * ****** Assign Features Table****** *
** ****** ****** ****** ****** ****** */
  
.assignFilterDiv {
    float: left;
    width: 100%;
    padding: 0px 0px 10px;
    border-radius: 4px;
}
.assignFilterDiv > ul {
    float: left;
    width: 100%;
    clear: both;
}
.assignFilterDiv > ul > li {
    float: left; 
}  
.assignFilterDiv > ul > li .UserRoleSelect{
    float: left;
    padding: 5px 5px 5px 0px;
}    
.assignFilterDiv > ul > li select.form-control{
    width: auto;
    display: inline-block;
} 
.assignTable {
    width: 100%;
    clear: both;
    display: table; 
	margin:0px 0px;
}
.assignTable > ul {
    width: 100%;
    clear: both;
    display: table-row;
}   

.assignTable > ul > li {
    display: table-cell;
    padding: 10px;
    text-align: left;
	border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #ffffff; 
	vertical-align:middle;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
}  
.assignTable > ul:nth-child(odd).tHead > li {
    background: #333F48;
    color: #fff;
}
.assignTable > ul.tBody.header > li{
    background: #e6e6e6;
}
.assignTable > ul > li:nth-child(1){   
	width: 22%; 
}  
.assignTable > ul > li:nth-child(2){   
	width: 78%;    
} 
.assignTable > ul.tBody > li:nth-child(2){  
	padding:5px 10px; 
} 
.assignTable > ul:nth-child(even) > li {
    background:#ffffff;
}
.assignTable > ul:nth-child(odd) > li {
    background: #f5f5f5;
} 
.assignTable > ul > li .customCheckboxGroup{
    margin:0px;
	width:100%;
	float:left;
	clear:both;
}
.assignTable > ul > li .customCheckboxGroup .customCheckbox {
    margin: 5px 0px;
    float: left;
    width: 25%;
} 
.assignTable > ul > li .customCheckbox {
    margin: 5px 0px;
    float: left;
    width: 25%;
} 
.assignTable > ul > li .customCheckbox label {
    margin:0px;
	padding:0px 5px 0px 28px;
} 
.assignTable2BtnGrup{  
	margin:15px 0px 0px;
	float:left;
	width:100%;
	clear:both;
	text-align:left;
} 
.assignTable2BtnGrup .btn{  
	min-width:100px; 
}
/* ****** ****** ****** ****** ****** **
 * ****** User management Table****** *
** ****** ****** ****** ****** ****** */
.userFilterDiv {
    float: left;
    width: 100%;
    padding: 0px 0px 10px;
    border-radius: 4px;
}
.userFilterDiv > ul {
    float: left;
    width: 100%;
    clear: both;
}
.userFilterDiv > ul > li {
    float: left; 
} 
.userFilterDiv > ul > li:last-child {
    float: right;
    padding: 5px 0px;
}
.userManagementTable {
    width: 100%;
    display: table;
}
.userManagementTable > ul {
    width: 100%;
    display: table-row;
}
.userManagementTable > ul.tBody:hover li {
    background: #ffffff;
}
.userManagementTable > ul:nth-child(odd).tHead > li {
    background: #333F48;
    color: #fff;
}
.userManagementTable > ul > li {
    display: table-cell;
    padding: 10px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #ffffff; 
} 
.userManagementTable > ul > li a {
    color: #333F48;
}
.userManagementTable > ul > li a:hover {
    color: #003366;
    text-decoration: none;
}
.userManagementTable > ul > li:nth-child(1) {
    width: 5%;
    text-align: center;
}
.userManagementTable > ul > li:nth-child(2){ 
	width: 20%;
}
.userManagementTable > ul > li:nth-child(3){ 
	width: 15%;
}
.userManagementTable > ul > li:nth-child(4){ 
	width: 10%;
}
.userManagementTable > ul > li:nth-child(5){ 
	width: 10%;
}
.userManagementTable > ul > li:nth-child(6){ 
	width: 12%;
} 
.userManagementTable > ul > li:nth-child(7){
    text-align:center;
	width: 10%;
} 
.userManagementTable > ul > li:nth-child(8) {
    width: 18%;
    text-align: center;
}
.userManagementTable > ul > li:nth-child(7) .label{
    font-size:14px;
	font-weight:normal;
}
.userManagementTable > ul:nth-child(even) > li {
    background: inherit;
}
.userManagementTable > ul:nth-child(odd) > li {
    background: #f5f5f5;
}


/* ****** ****** ****** ****** ****** **
 * ****** Role Management Table ****** *
** ****** ****** ****** ****** ****** */
.roleMngmtFilterDiv {
    float: left;
    width: 100%;
    padding: 0px 0px 10px;
    border-radius: 4px; 
}
.roleMngmtFilterDiv > ul {
    float: left;
    width: 100%;
    clear: both;
}
.roleMngmtFilterDiv > ul > li {
    float: right; 
}
.roleMngmtTable {
    width: 100%;
    clear: both;
    display: table; 
	margin:0px 0px;
}
.roleMngmtTable > ul {
    width: 100%;
    clear: both;
    display: table-row;
}   
.roleMngmtTable > ul.tBody:hover li {
    background: #ffffff;
}
.roleMngmtTable > ul:nth-child(odd).tHead > li {
    background: #333F48;
    color: #fff;
}
.roleMngmtTable > ul > li {
    display: table-cell;
    padding: 10px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #ffffff; 
}  
.roleMngmtTable > ul > li:nth-child(1){   
	width: 40%; 
}  
.roleMngmtTable > ul > li:nth-child(2){   
	width: 25%;  
	text-align:center;
}  
.roleMngmtTable > ul > li:nth-child(3){   
	width: 35%;  
}  
.roleMngmtTable > ul:nth-child(even) > li {
    background:#ffffff;
}
.roleMngmtTable > ul:nth-child(odd) > li {
    background: #f5f5f5;
}  
/* ****** ****** ****** ****** ****** **
 * ****** Equipment Icons ****** *
** ****** ****** ****** ****** ****** */ 
.deviceDetails,
.updatesAvailableBox,
.equipmentStatus {
    float: left;
    padding: 5px 0px 5px 30px;
    margin: 0px 10px 0px 0px;
    font-size: 14px;
	color:#000;
}
.deviceDetails,
.deviceDetails:hover,
.deviceDetails:focus,
.deviceDetails:active {
    background: url("../images/icons/info.png") no-repeat left center;
    background-size: 24px 24px;
}
.updatesAvailableBox,
.updatesAvailableBox:hover,
.updatesAvailableBox:focus,
.updatesAvailableBox:active {
    background: url("../images/icons/updatesAvailable.png") no-repeat left center;
    background-size: 24px 24px;
}
.equipmentStatus.onlineStatus,
.equipmentStatus.onlineStatus:hover,
.equipmentStatus.onlineStatus:focus,
.equipmentStatus.onlineStatus:active {
    background: url("../images/icons/online.png") no-repeat left center;
    background-size: 24px 24px;
    color: #000;
}
.equipmentStatus.offlineStatus,
.equipmentStatus.offlineStatus:hover,
.equipmentStatus.offlineStatus:focus,
.equipmentStatus.offlineStatus:active {
    background: url("../images/icons/offline.png") no-repeat left center;
    background-size: 24px 24px;
}
.equipmentStatus.defaultStatus,
.equipmentStatus.defaultStatus:hover,
.equipmentStatus.defaultStatus:focus,
.equipmentStatus.defaultStatus:active {
    background: url("../images/icons/default.png") no-repeat left center;
    background-size: 24px 24px;
}  

.selectDateValue {
    float: left;
    clear: both;
    width: 100%;
    padding: 10px;
    margin: 0px 0px 10px;
    background: url(../images/steelbg2.png) repeat;
}
.selectDateValue .goBtn {
    margin-left: 5px;
}
.selectDateValue .formLabelText {
    float: left;
    padding: 5px 5px 5px 0px;
}
.selectDateValue .fromDateDiv {
    float: left;
}
.selectDateValue .toDateDiv {
    float: left;
    padding: 0px 0px 0px 5px;
} 

/* ****** ****** ****** ****** ****** **
 * ****** Terms And Conditions ****** *
** ****** ****** ****** ****** ****** */
.termsConditionsDiv{
	float: left;
    width: 100%;
    clear: both;
	margin:0px;
	padding:0px; 
}
.termsConditionsDiv p,
.termsConditionsDiv h3,
.termsConditionsDiv h5{ 
	float: left;
    width: 100%;
    clear: both;
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px;
} 
#termsConditionsModal .modal-footer.textAlignCenter {
    background: #eff0f4;
    border: 1px solid #ffffff;
    border-bottom: 1px solid #bfbfbf;
}  

.recipeCreationBtns {
    float: left;
    width: 100%;
    clear: both;
    margin: 0px;
    font-size: 22px;
    color: #003366;
	text-align:center;
}
.recipeCreationBtns > .btn {
    padding:10px 15px; 
    width: 90%;
    clear: both;
    margin:10px  0px;
} 
.recipeCreationBtns > input[type=file] {
    display: inline-block; 
	margin:15px 0px 0px 0px;
}
/* ****** ****** ****** ****** ****** **
 * ****** Dashboard Nav List ****** *
** ****** ****** ****** ****** ****** */

.homeNavList {
    width: 700px;
    display: table;
    margin: 60px auto;
}
.homeNavList > ul {
    width: 100%;
    display: table-row;
}
.homeNavList > ul > li {
    display: table-cell;
    padding: 13px 10px 14px;
    text-align: center;
    vertical-align: middle;
}
.homeNavList > ul > li h4 {
    text-shadow: 0px 1px 1px #ffffff;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    margin: 10px 0px 0px;
    padding: 0px;
}
.homeNavList > ul > li h4 > a {
    color: #000;
}
.homeNavList > ul > li .boxDiv {
    background: #003366;
    width: 100px;
    height: 100px;
    padding: 15px 0px;
    margin: 0px auto;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 6px -6px #090d11;
    -moz-box-shadow: 0 8px 6px -6px #090d11;
    box-shadow: 0 8px 6px -6px #090d11;
}
.homeNavList > ul > li .boxDiv:hover {
    background: #002244;
}
.homeNavList > ul > li .boxDiv a {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-indent: 9999999px;
    overflow: hidden;
}
.homeNavList > ul > li.active .boxDiv {
    background-color: #1a2633;
}
.homeNavList > ul > li .boxDiv01 a {
    background: url("../images/icons/ovenIcon.png") no-repeat center center;
    background-size: 95% auto;
}
.homeNavList > ul > li .boxDiv02 a{ 
       background:url("../images/icons/vhcsync.png") no-repeat center center;
    background-size:100% auto; 
} 
.homeNavList > ul > li .boxDiv03 a {
    background: url("../images/icons/icon.png") no-repeat center center;
    background-size: 95% auto;
}
.homeNavList > ul > li .boxDiv04 a {
    background: url("../images/icons/icon.png") no-repeat center center;
    background-size: 95% auto;
}
.homeNavList > ul > li .boxDiv05 a {
    background: url("../images/icons/icon.png") no-repeat center center;
    background-size: 95% auto;
}
.homeNavList > ul > li .boxDiv06 a {
    background: url("../images/icons/icon.png") no-repeat center center;
    background-size: 95% auto;
}
.homeNavList > ul > li .boxDiv07 a {
    background: url("../images/icons/icon.png") no-repeat center center;
    background-size: 95% auto;
}
.homeNavList > ul > li .boxDiv08 a {
    background: url("../images/icons/icon.png") no-repeat center center;
    background-size: 95% auto;
} 
/* ****** ****** ****** ****** ****** **
 * ****** XL Doewnload List ****** *
** ****** ****** ****** ****** ****** */

.XLDownList {
    width: 100%;
	float:left;
	clear:both;
}
.XLDownList > ul {
    width: 100%;
	float:left;
	clear:both;
}
.XLDownList > ul > li { 
	float:left; 
	padding:10px;
	text-align:center;
}
.XLDownList > ul > li h4 {
    text-shadow: 0px 1px 1px #ffffff;
    font-size: 16px;
    font-weight: normal;
    color: #000;
    margin: 10px 0px 0px;
    padding: 0px;
}
.XLDownList > ul > li h4 > a {
    color: #000;
}
.XLDownList > ul > li .boxDiv {
    background: #003366;
    width: 100px;
    height: 100px;
    padding: 15px 0px;
    margin: 0px auto;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    -webkit-box-shadow: 0 8px 6px -6px #090d11;
    -moz-box-shadow: 0 8px 6px -6px #090d11;
    box-shadow: 0 8px 6px -6px #090d11;
}
.XLDownList > ul > li .boxDiv:hover {
    background: #002244;
}
.XLDownList > ul > li .boxDiv a {
    display: inline-block;
    width: 70px;
    height: 70px;
    text-indent: 9999999px;
    overflow: hidden;
}
.XLDownList > ul > li.active .boxDiv {
    background-color: #1a2633;
}
.XLDownList > ul > li .boxDiv01 a {
    background: url("../images/icons/xldownlaodIcon.png") no-repeat center center;
    background-size: 95% auto;
} 

/* Show Hide Password */
.btn.input-group-addon{
                width: 100%; 
    height: 32px;
    border-radius: 0px 4px 4px 0px;
    border: 1px solid #ccc;
}
.has-error .btn.input-group-addon{ 
    border: 1px solid #a94442;
}
.has-success .btn.input-group-addon{ 
    border: 1px solid #3c763d;
}
.LoginWrapper .btn.input-group-addon { 
    height: 42px; 
}/*** **************  ************** ****
		***  Feedback Form ***
**** **************  ************** ***/

.feedbackForm {
    padding: 15px;
    width: 100%; 
	margin:0px;
    clear: both;
	background: #eff0f4;
    border-bottom: 1px solid #bfbfbf;
}
.feedbackForm h3 {
    width: 100%;
    clear: both;
    padding: 0px;
    margin: 0px 0px 10px;
    color: #333F48;
    font-size: 32px;
    line-height: 42px;
    text-shadow: 0px 1px 1px #ffffff;
}
.feedbackForm h3 span {
    color: #333F48;
    font-size: 14px;
    float: right;
    margin-right: 15px;
}
.feedbackForm h3 .colorRed {
    color: red;
}
.feedbackForm h4 {
    width: 100%;
    clear: both;
    padding: 0px;
    margin: 0px 0px 10px;
    color: #003366;
    font-size: 25px;
    line-height: 40px;
    text-shadow: 0px 1px 1px #ffffff;
}
.feedbackForm h4 span {
    color: #333F48;
    font-size: 14px;
    float: right;
}
.feedbackForm .formAttachment {
    float: left;
    width: 100%;
    clear: both;
    margin: 0px 0px 0px;
} 
.feedbackForm ul.frmGrpText {
    float: left;
    width: 100%;
    clear: both;
    margin: 0px;
} 
.feedbackForm ul.frmGrpElemnt li {
    padding: 0px 0px 10px 0px; 
}
/* ****** ****** ****** ****** ****** **
 * ****** Store Dashboard ****** *
** ****** ****** ****** ****** ****** */
.tabFilterDiv {
    float:left;
	width:100%;
	clear:both;
    margin: 0px 0px 10px;
    padding: 10px;  
	background: #eff0f4;
    border-bottom: 1px solid #bfbfbf;
}
.tabFilterDiv > ul {
    float:left;
	width:100%;
	clear:both;
    margin: 0px;
    padding: 0px;  
}
.tabFilterDiv > ul > li {
    padding:0px 10px 0px 0px;  
    float: left;   
} 
.tabFilterDiv > ul > li:last-child {
    padding:0px 0px 0px 10px;   
}   
.tabFilterDiv > ul > li:nth-child(1) {
    width:33.333%;  
}  
.tabFilterDiv > ul > li:nth-child(4) {
    float:right;  
} 
/* ****** ****** ****** ****** ****** **
 * ****** Dashboard Today/Weekly Table ****** *
** ****** ****** ****** ****** ****** */   
.dashboardTableOuter {
    float: left;
    width: 100%;
    padding:0px 0px;
}   
.dashboardTodayTable,
.dashboardWeeklyTable,
.dashboardMonthlyTable {
    width: 100%;
    display: table;
	border:1px solid #f2f2f2;
	border-bottom:0px;
	border-top:0px;
}
.dashboardTodayTable > ul,
.dashboardWeeklyTable > ul,
.dashboardMonthlyTable > ul {
    width: 100%;
    display: table-row;
}
.dashboardTodayTable > ul > li,
.dashboardWeeklyTable > ul > li,
.dashboardMonthlyTable > ul > li {
    display: table-cell;
    padding: 5px 3px;
    vertical-align: middle;
    border-bottom: 1px solid #f2f2f2; 
	overflow-wrap: break-word;
	word-wrap: break-word;
	color:#000;
} 
.dashboardTodayTable > ul.tBody > li,
.dashboardWeeklyTable > ul.tBody > li,
.dashboardMonthlyTable > ul.tBody > li {
    border-bottom:1px solid #e1e6ea;;
} 
.dashboardTodayTable > ul > li a,
.dashboardWeeklyTable > ul > li a,
.dashboardMonthlyTable > ul > li a {
    color: #333F48;
}
.dashboardTodayTable > ul > li a:hover,
.dashboardWeeklyTable > ul > li a:hover,
.dashboardMonthlyTable > ul > li a:hover {
    color: #003366;
    text-decoration: none;
}  
.dashboardTodayTable > ul.tHead li,
.dashboardWeeklyTable > ul.tHead li,
.dashboardMonthlyTable > ul.tHead li {  
	border-left:1px solid #000; 
} 
.dashboardTodayTable > ul.tBody li,
.dashboardWeeklyTable > ul.tBody li,
.dashboardMonthlyTable > ul.tBody li { 
	border-left:1px solid #f2f2f2;
	vertical-align:top;
} 
.dashboardTodayTable > ul > li:first-child, 
.dashboardWeeklyTable > ul > li:first-child, 
.dashboardMonthlyTable > ul > li:first-child { 
	border-left:0px;
} 
.dashboardTodayTable > ul.tHead > li,
.dashboardWeeklyTable > ul.tHead > li,
.dashboardMonthlyTable > ul.tHead > li {
    background: #333F48;
    color: #fff;
} 
.dashboardTodayTable > ul > li:nth-child(1),
.dashboardWeeklyTable > ul > li:nth-child(1),
.dashboardMonthlyTable > ul > li:nth-child(1) {
    width: 8%;
	text-align: center; 
}
.dashboardTodayTable > ul > li:nth-child(2),
.dashboardWeeklyTable > ul > li:nth-child(2),
.dashboardMonthlyTable > ul > li:nth-child(2) {
    width: 12%;  
	text-align: center;	
} 
.dashboardTodayTable > ul > li:nth-child(3),
.dashboardWeeklyTable > ul > li:nth-child(3),
.dashboardMonthlyTable > ul > li:nth-child(3) {
    width: 10%;  
	text-align: center;	
} 
.dashboardTodayTable > ul > li:nth-child(4),
.dashboardWeeklyTable > ul > li:nth-child(4),
.dashboardMonthlyTable > ul > li:nth-child(4) {
    width: 70%; 
	padding:0px;
	border:0px;  
	vertical-align: middle; 
}    
.dashboardTodayTable > ul.tBody > li:nth-child(4),
.dashboardWeeklyTable > ul.tBody > li:nth-child(4),
.dashboardMonthlyTable > ul.tBody > li:nth-child(4) { 
	border-bottom:1px solid #e1e6ea; 
}  
.dashboardTodayTablei,
.dashboardWeeklyTablei,
.dashboardMonthlyTablei {
    width: 100%;
    display: table;
}
.dashboardTodayTablei > ul,
.dashboardWeeklyTablei > ul,
.dashboardMonthlyTablei > ul {
    width: 100%;
    display: table-row;
}
.dashboardTodayTable > ul.tBody:first-child .dashboardTodayTablei > ul.tBody:first-child > li,
.dashboardWeeklyTable > ul.tBody:first-child .dashboardWeeklyTablei > ul.tBody:first-child > li,
.dashboardMonthlyTable > ul.tBody:first-child .dashboardMonthlyTablei > ul.tBody:first-child > li {
    border-top:0px;
}
.dashboardTodayTable .dashboardTodayTablei > ul.tBody:first-child > li,
.dashboardWeeklyTable .dashboardWeeklyTablei > ul.tBody:first-child > li,
.dashboardMonthlyTable .dashboardMonthlyTablei > ul.tBody:first-child > li {
    border-top:1px solid #f2f2f2;
}
.dashboardTodayTable .dashboardTodayTablei > ul.tBody:last-child > li,
.dashboardWeeklyTable .dashboardWeeklyTablei > ul.tBody:last-child > li,
.dashboardMonthlyTable .dashboardMonthlyTablei > ul.tBody:last-child > li {
    
}
.dashboardTodayTable .dashboardTodayTablei > ul > li,
.dashboardWeeklyTable .dashboardWeeklyTablei > ul > li,
.dashboardMonthlyTable .dashboardMonthlyTablei > ul > li {
    display: table-cell;
    padding: 5px 3px;
    vertical-align: middle;
    border-bottom: 1px solid #f2f2f2; 
	overflow-wrap: break-word;
	word-wrap: break-word; 
}
.dashboardTodayTablei > ul > li a:hover,
.dashboardWeeklyTablei > ul > li a:hover,
.dashboardMonthlyTablei > ul > li a:hover {
    color: #003366;
    text-decoration: none;
}
.dashboardTodayTablei > ul > li a,
.dashboardWeeklyTablei > ul > li a,
.dashboardMonthlyTablei > ul > li a {
    color: #333F48;
} 
.dashboardTodayTablei > ul.tBody li,
.dashboardWeeklyTablei > ul.tBody li,
.dashboardMonthlyTablei > ul.tBody li { 
	border-left:1px solid #f2f2f2;
}
.dashboardTodayTablei > ul.tHead > li,
.dashboardWeeklyTablei > ul.tHead > li,
.dashboardMonthlyTablei > ul.tHead > li {
    background: #333F48;
    color: #fff;
} 
/* Today Table */
/* Today Table */
.dashboardTodayTablei > ul > li:nth-child(1) {
    width: 12%;
	text-align: center;  
}
.dashboardTodayTablei > ul > li:nth-child(2) {
    width: 10%;  
	text-align: center;	
}
.dashboardTodayTablei > ul > li:nth-child(3) {
    width: 18%; 
	text-align: center;
}
.dashboardTodayTablei > ul > li:nth-child(4) {
    width: 13%; 
	text-align: center;
}
.dashboardTodayTablei > ul > li:nth-child(5) {
    width: 10%; 
	text-align: center;
}
.dashboardTodayTablei > ul > li:nth-child(6) {
    width: 17%; 
	text-align: center;
} 
.dashboardTodayTablei > ul > li:nth-child(7) {
    width: 10%; 
    text-align: center;
} 
.dashboardTodayTablei > ul > li:nth-child(8) {
    width: 10%; 
    text-align: center;
}

/* Weekly Table */
.dashboardWeeklyTablei > ul > li:nth-child(1) {
    width: 10%;
	text-align: center;  
}
.dashboardWeeklyTablei > ul > li:nth-child(2) {
    width: 10%;  
	text-align: center;	
}
.dashboardWeeklyTablei > ul > li:nth-child(3) {
    width: 13%; 
	text-align: center;
}
.dashboardWeeklyTablei > ul > li:nth-child(4) {
    width: 13%; 
	text-align: center;
}
.dashboardWeeklyTablei > ul > li:nth-child(5) {
    width: 28%; 
	text-align: center;
	padding:0px; 
}
.dashboardWeeklyTablei > ul.tBody > li:nth-child(5) {
    border:0px;
}
.dashboardWeeklyTablei > ul > li:nth-child(6) {
    width: 13%; 
	text-align: center;
} 
.dashboardWeeklyTablei > ul > li:nth-child(7) {
    width: 13%; 
    text-align: center;
}
/* Weekly inner Table */
.dashboardWeeklyTable2i, 
.dashboardMonthlyTable2i {
    width: 100%;
    display: table;
}
.dashboardWeeklyTable2i > ul, 
.dashboardMonthlyTable2i > ul {
    width: 100%;
    display: table-row;
}
.dashboardWeeklyTable2i > ul > li, 
.dashboardMonthlyTable2i > ul > li {
    display: table-cell;
    padding: 5px 3px;
    vertical-align: middle;
    border-bottom: 1px solid #f2f2f2; 
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
} 
.dashboardWeeklyTable2i > ul > li:nth-child(1),
.dashboardWeeklyTable2i > ul > li:nth-child(2),
.dashboardWeeklyTable2i > ul > li:nth-child(3),
.dashboardWeeklyTable2i > ul > li:nth-child(4),
.dashboardWeeklyTable2i > ul > li:nth-child(5),
.dashboardWeeklyTable2i > ul > li:nth-child(6),
.dashboardWeeklyTable2i > ul > li:nth-child(7) {
    width:14.2%;
}

.dashboardMonthlyTable2i > ul > li:nth-child(1),
.dashboardMonthlyTable2i > ul > li:nth-child(2),
.dashboardMonthlyTable2i > ul > li:nth-child(3),
.dashboardMonthlyTable2i > ul > li:nth-child(4),
.dashboardMonthlyTable2i > ul > li:nth-child(5),
.dashboardMonthlyTable2i > ul > li:nth-child(6),
.dashboardMonthlyTable2i > ul > li:nth-child(7),
.dashboardMonthlyTable2i > ul > li:nth-child(8),
.dashboardMonthlyTable2i > ul > li:nth-child(9),
.dashboardMonthlyTable2i > ul > li:nth-child(10),
.dashboardMonthlyTable2i > ul > li:nth-child(11) {
   width:9.09%;
}
.dashboardWeeklyTable2i > ul > li a:hover, 
.dashboardMonthlyTable2i > ul > li a:hover {
    color: #003366;
    text-decoration: none;
}
.dashboardWeeklyTable2i > ul > li a, 
.dashboardMonthlyTable2i > ul > li a {
    color: #333F48;
} 
.dashboardWeeklyTable2i > ul.tBody li, 
.dashboardMonthlyTable2i > ul.tBody li { 
	border-left:1px solid #f2f2f2;
}
.dashboardWeeklyTable2i > ul.tHead > li, 
.dashboardMonthlyTable2i > ul.tHead > li {
    background: #333F48;
    color: #fff;
}  


/* Monthly Table */
.dashboardMonthlyTablei > ul > li:nth-child(1) {
    width: 8%;
	text-align: center;  
}
.dashboardMonthlyTablei > ul > li:nth-child(2) {
    width: 10%;  
	text-align: center;	
}
.dashboardMonthlyTablei > ul > li:nth-child(3) {
    width: 13%; 
	text-align: center;
}
.dashboardMonthlyTablei > ul > li:nth-child(4) {
    width: 12%; 
	text-align: center;
}
.dashboardMonthlyTablei > ul > li:nth-child(5) {
    width: 25%; 
	text-align: center;
	padding:0px;
}
.dashboardMonthlyTablei > ul.tBody > li:nth-child(5) {
   border:0px;
}
.dashboardMonthlyTablei > ul > li:nth-child(6) {
    width: 10%; 
	text-align: center;
} 
.dashboardMonthlyTablei > ul > li:nth-child(7) {
    width: 12%; 
    text-align: center;
}
.dashboardMonthlyTablei > ul > li:nth-child(8) {
    width: 10%; 
    text-align: center;
}  
 
.dashboardTableOuter ul li.TPMGreen,
.dashboardTableOuter ul li.FilterGreen,
.dashboardTableOuter ul li.oilQualityGreen {
    background: #ffffff !important;
} 
.dashboardTableOuter ul li.TPMRed,
.dashboardTableOuter ul li.FilterRed,
.dashboardTableOuter ul li.oilQualityRed{
    background: #e6b8b7 !important;
}
.dashboardTableOuter ul li.TPMAmber,
.dashboardTableOuter ul li.FilterAmber,
.dashboardTableOuter ul li.oilQualityAmber {
    background: #f3f30d !important;
}
.dashboardTableOuter ul li .qualityOK,
.dashboardTableOuter ul li .notQuality,
.dashboardTableOuter ul li .qualityError{ 
	width:22px;
	height:22px;
	display:inline-block;
} 
.dashboardTableOuter ul li .qualityOK{
    background: url("../images/icons/qualityOK.png") no-repeat center center;
    background-size: 16px auto; 
} 
.dashboardTableOuter ul li .notQuality{
    background: url("../images/icons/notQuality.png") no-repeat center center;
    background-size: 16px auto; 
} 
.dashboardTableOuter ul li .qualityError{
    background: url("../images/icons/qualityError.png") no-repeat center center;
    background-size: 16px auto; 
}    
#weeklyReportID,
#monthlyReportID,
#dateRangeReportID{
	display:none;
}
.tableIndicator {
    float: left;
    width: 100%;
    padding:0px;  
	margin-top:10px; 
} 
.tableIndicator > ul{
    float: left;
    width: 100%;
    padding:0px 0px;
}  
.tableIndicator > ul > li{
    float: left; 
    padding:0px 10px 0px 0px;
}  
.tableIndicator > ul > li{
    float: left; 
    padding:0px 10px 10px 0px;
	width:50%;
}  
.tableIndicator > ul > li label{
    float: left; 
	width:100%;
	clear:both;
	margin:0px;
    padding:0px 0px 5px 0px;
}  
.tableIndicator > ul > li span{ 
    padding:5px;
	margin:0px 5px 0px 0px;
	float:left; 
	font-size: 13px;
}  
.tableIndicator > ul > li .TPMGreen,
.tableIndicator > ul > li .FilterGreen,
.tableIndicator > ul > li .oilQualityGreen {
    background: #ffffff !important;
	border:1px solid #eff0f4;
} 
.tableIndicator > ul > li .TPMRed,
.tableIndicator > ul > li .FilterRed,
.tableIndicator > ul > li .oilQualityRed{
    background: #e6b8b7 !important;
	border:1px solid #e6b8b7;
}
.tableIndicator > ul > li .TPMAmber,
.tableIndicator > ul > li .FilterAmber,
.tableIndicator > ul > li .oilQualityAmber {
    background: #f3f30d !important;
	border:1px solid #f3f30d;
}
.tableIndicator > ul > li .qualityOK,
.tableIndicator > ul > li .notQuality,
.tableIndicator > ul > li .qualityError{ 
	width:auto;  
	height:auto;
	padding:7px 15px 7px 20px;
} 
.tableIndicator > ul > li .qualityOK{
    background: url("../images/icons/qualityOK.png") no-repeat left center;
    background-size: 16px auto; 
} 
.tableIndicator > ul > li .notQuality{
    background: url("../images/icons/notQuality.png") no-repeat left center;
    background-size: 16px auto; 
} 
.tableIndicator > ul > li .qualityError{
    background: url("../images/icons/qualityError.png") no-repeat left center;
    background-size: 16px auto; 
} 

/* ****** ****** ****** ****** ****** **
 * ****** Upload Files Table ****** *
** ****** ****** ****** ****** ****** */
 
.uploadFilesTable {
    width: 100%;
    display: table;
}
.uploadFilesTable > ul {
    width: 100%;
    display: table-row;
}
.uploadFilesTable > ul.tBody:hover li {
    background: #ffffff;
}
.uploadFilesTable > ul:nth-child(odd).tHead > li {
    background: #333F48;
    color: #fff;
}
.uploadFilesTable > ul > li {
    display: table-cell;
    padding: 10px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #ffffff;
}
.uploadFilesTable > ul > li a {
    color: #333F48;
}
.uploadFilesTable > ul > li a:hover {
    color: #003366;
    text-decoration: none;
}
.uploadFilesTable > ul > li:nth-child(1) {
    width: 30px;
    text-align: center;
} 

.uploadFilesTable > ul > li:nth-child(2) {
    width: 60px;
    text-align: center;
} 


.uploadFilesTable > ul:nth-child(even) > li {
    background: inherit;
}
.uploadFilesTable > ul:nth-child(odd) > li {
    background: #f5f5f5;
}

.uploadInfoTable {
    width: 100%;
    display: table;
    background: #eff0f4;
    border: 1px solid #ffffff;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 5px;
    padding: 10px 0px;
} 
.uploadInfoTable > ul {
    width: 100%;
    display: table-row;
}
.uploadInfoTable > ul > li {
    display: table-cell;
    padding: 0px 10px;
    vertical-align: middle;
    text-shadow: 0px 1px 1px #ffffff;
    border-left: 1px solid #bfbfbf;
    border-right: 1px solid #ffffff;
}
.uploadInfoTable > ul > li:last-child {
    border-right: 0px;
}
.uploadInfoTable > ul > li:nth-child(1) {
    border-left: 0px;
    width: 80px;
} 
.uploadInfoTable > ul > li a {
    color: #090d11;
}
.uploadInfoTable > ul > li .uploadIcon {
    width: 60px;
    height: 60px;
    display: inherit;
    -moz-box-shadow: inset 0 0 5px 3px #e6e6e6;
    -webkit-box-shadow: inset 0 0 5px 3px #e6e6e6;
    box-shadow: inset 0 0 5px 3px #e6e6e6;
    border: 1px solid #ffffff;
	background: #ffffff url("../images/icons/upload.png") no-repeat center center;
    background-size: 45px 45px;
} 
.uploadInfoTable > ul > li .downloadIcon {
    width: 60px;
    height: 60px;
    display: inherit;
    -moz-box-shadow: inset 0 0 5px 3px #e6e6e6;
    -webkit-box-shadow: inset 0 0 5px 3px #e6e6e6;
    box-shadow: inset 0 0 5px 3px #e6e6e6;
    border: 1px solid #ffffff;
	background: #ffffff url("../images/icons/download.png") no-repeat center center;
    background-size: 45px 45px;
} 
/* ****** ****** ****** ****** ****** **
 * ****** Upload files Form ****** *
** ****** ****** ****** ****** ****** */ 
.uploadfilesForm {
    float: left;
    width: 100%;
    clear: both;
    margin: 0px 0px 0px;
}
.uploadfilesForm > ul {
    clear: both;
    margin: 0px 0px;
}
.uploadfilesForm > ul > li {
    max-width: 35%;
    float: left;
    padding: 0px 10px 0px 0px;
}
.uploadfilesForm .formButtonList {
    float: right;
    padding: 10px 0px 0px;
}
.uploadfilesForm .formButtonList .btn {
    width: 75px;
}
.uploadfilesForm > ul > li label {
    width: 100%;
    float: left;
    padding: 0px 0px 5px;
    margin: 0px;
    clear: both;
}
.uploadfilesForm .progress {
    width: 50%;
    float: left;
    padding: 0px 0px 0px;
    margin: 15px 0px 0px;
    clear: both;
    height: 8px;
}
.uploadfilesForm .progressLabel {
    width: 50%;
    float: left;
    padding: 0px 0px 0px;
    margin: 5px 0px 0px;
    clear: both;
}
.uploadfilesForm .btn-file {
    padding: 5px 10px;
    width: 100%;
    text-overflow: ellipsis;
    /* Required for text-overflow to do anything */
    
    white-space: nowrap;
    overflow: hidden;
}
/* ****** ****** ****** ****** ****** **
 * ****** Error Logs Table ****** *
** ****** ****** ****** ****** ****** */

.errorLogsTable {
    width: 100%;
    display: table;
    border-collapse: collapse;
}
.errorLogsTable > ul {
    width: 100%;
    display: table-row;
    border-left: 5px solid #808080;
}
.errorLogsTable > ul.tBody:hover li {
    background: #e0ecff;
}
.errorLogsTable > ul:nth-child(odd).tHead > li {
    color: #333F48;
    font-weight: bold;
}
.errorLogsTable > ul:nth-child(odd).tHead {
    border-left: 5px solid #003366;
}
.errorLogsTable > ul > li {
    display: table-cell;
    padding: 10px 10px;
    vertical-align: middle;
}
.errorLogsTable > ul > li a {
    color: #333F48;
}
.errorLogsTable > ul > li:nth-child(1) {
    width: 70px;
    text-align: center;
}
.errorLogsTable > ul > li:last-child {
    width: 140px;
    text-align: center;
}
.errorLogsTable > ul > li:nth-child(4) span {
    color: #003366;
}
.errorLogsTable > ul > li:nth-child(2) {
    text-align: center;
}
.errorLogsTable > ul > li:nth-child(3) {
    width: 240px;
}
.errorLogsTable > ul:nth-child(even) > li {
    background: #f5f5f5;
    border-bottom: 5px solid #fff;
}
.errorLogsTable > ul:nth-child(odd) > li {
    background: #fff;
    border-bottom: 5px solid #fff;
} 
/* ****** ****** ****** ****** ****** **
 * ****** Chart Custom Legend ****** *
** ****** ****** ****** ****** ****** */

.errorChartDiv {
    float: left;
    width: 100%;
    clear: both;
    margin: 0px;
	padding:5px 0px 0px;
}
.errorChartDiv .errorChartDivL {
    float: left;
    width: 60%;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}
.errorChartDiv .errorChartDivR {
    float: left;
    width: 40%;
    margin: 0px;
    padding: 0px 0px 0px 15px;
}

.errorInfoListOuter {
    width: 100%;
    float: left;
    clear: both;
}
.errorInfoListOuter .errorInfoListL {
    width: 65%;
    float: left;
    padding: 0px 10px 0px 0px;
}
.errorInfoListOuter .errorInfoListR {
    width: 35%;
    float: left;
    padding: 10px;
    background: #f5f5f5;
    text-align: center;
}
.errorInfoListOuter .errorInfoListR img {
    max-width: 100%;
}
.errorInfoList {
    width: 100%;
    background: url("../images/steelbg2.png") repeat;
    float: left;
    margin-bottom: 10px;
}
.errorInfoList h3 {
    width: 100%;
    display: block;
    padding: 0px 15px;
    background: #333F48;
    color: #fff;
    font-size: 14px;
    line-height: 40px;
    margin: 0px;
}
.errorInfoList p {
    width: 100%;
    display: block;
    padding: 10px 15px;
    color: #333F48;
    font-size: 14px;
    margin: 0px 0px 0px;
}

.chartCustomLegend {
    float: left;
    width: 100%;
    clear: both;
    margin: 0px 0px 15px;
}
.chartCustomLegend ul {
    float: left;
    width: 100%;
    clear: both;
    margin: 0px;
}
.chartCustomLegend ul li {
    float: left;
    width: 100%;
    clear: both;
    padding: 0px 0px;
}
.chartCustomLegend ul li span.listLegend01,
.chartCustomLegend ul li span.listLegend02,
.chartCustomLegend ul li span.listLegend03 {
    padding: 0px;
    width: 30px;
    height: 12px;
    margin: 5px 5px 0px 0px;
    float: left;
}
.chartCustomLegend ul li span.listLegend01 {
    background: #003366;
}
.chartCustomLegend ul li span.listLegend02 {
    background: #003366;
}
.chartCustomLegend ul li span.listLegend03 {
    background: #003366;
} 

/* ****** ****** ****** ****** ****** **
 * ****** Equipment Grouping Table ****** *
** ****** ****** ****** ****** ****** */ 
.deviceGrpingTable {
    width: 100%;
    display: table;
}
.deviceGrpingTable > ul {
    width: 100%;
    display: table-row;
}
.deviceGrpingTable > ul.tBody:hover li {
    background: #ffffff;
}
.deviceGrpingTable > ul:nth-child(odd).tHead > li {
    background: #333F48;
    color: #fff;
}
.deviceGrpingTable > ul > li {
    display: table-cell;
    padding: 10px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #ffffff;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
}
.deviceGrpingTable > ul > li a {
    color: #333F48;
}
.deviceGrpingTable > ul > li a:hover {
    color: #003366;
    text-decoration: none;
}
.deviceGrpingTable > ul > li:nth-child(1) {
    width: 30%; 
}  
.deviceGrpingTable > ul > li:nth-child(2) {
    width: 70%; 
    text-align: center;
}  
.deviceGrpingTable > ul:nth-child(even) > li {
    background: inherit;
}
.deviceGrpingTable > ul:nth-child(odd) > li {
    background: #f5f5f5;
}
/* ****** ****** ****** ****** ****** **
 * ****** Table Filter ****** *
** ****** ****** ****** ****** ****** */

.tableFilterDiv {
    float: left;
    width: 100%;
    padding: 0px 0px 10px;
    border-radius: 4px;
}
.tableFilterDiv > ul {
    float: left;
    width: 100%;
    clear: both;
}
.tableFilterDiv > ul > li {
    float: left;
}
.tableFilterDiv > ul > li > h3 {
    margin:0px;
    padding: 10px 0px 0px;
    font-size:22px;
} 
.tableFilterDiv > ul > li:last-child {
    float: right;
    padding: 5px 0px;
    margin: 0px;
}


/* ****** ****** ****** ****** ****** **
 * ****** Assign Management Table ****** *
** ****** ****** ****** ****** ****** */   
.assignTableOuter {
    float: left;
    width: 100%;
    padding: 0px;
} 
.assignStoreTable {
    width: 100%;
    display: table;
}
.assignStoreTable > ul {
    width: 100%;
    display: table-row;
}
.assignStoreTable > ul.tBody:hover li {
    background: #ffffff;
}
.assignStoreTable > ul.tBody li {
    padding: 5px 10px;
}
.assignStoreTable > ul:nth-child(odd).tHead > li {
    background: #333F48;
    color: #fff;
}
.assignStoreTable > ul > li {
    display: table-cell;
    padding: 10px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #ffffff;
}
.assignStoreTable > ul > li a:hover {
    color: #003366;
    text-decoration: none;
}
.assignStoreTable > ul > li a {
    color: #333F48;
}
.assignStoreTable > ul > li:nth-child(1) {
    width: 8%;
	text-align: center;
}
.assignStoreTable > ul > li:nth-child(2) {
    width: 12%; 
}
.assignStoreTable > ul > li:nth-child(3) {
    width: 20%; 
}
.assignStoreTable > ul > li:nth-child(4) {
    width: 15%; 
} 
.assignStoreTable > ul > li:nth-child(5) {
    width: 15%; 
}
.assignStoreTable > ul > li:nth-child(6) {
    width: 15%; 
} 
.assignStoreTable > ul > li:nth-child(7) {
    width: 15%;
    padding-right: 25px;
    text-align: center;
}
.assignStoreTable > ul:nth-child(even) > li {
    background: inherit;
}
.assignStoreTable > ul:nth-child(odd) > li {
    background: #f5f5f5;
} 




.assignEquipmtTable {
    width: 100%;
    display: table;
	padding: 0px;
    margin: 0px;
    border: 0px;
    background: #f5f5f5;
}
.assignEquipmtTable > ul {
    width: 100%;
    display: table-row;
} 
.assignEquipmtTable > ul.tBody li {
    padding: 5px 10px;
	background: #333F48;
    color: #ffffff; 
    border-bottom: 1px solid #000;
} 
.assignEquipmtTable > ul:nth-child(odd).tHead > li {
    font-size: 16px;
    background: #003366; 
    color: #fff;
    text-shadow: 0 1px 0 #002244;
    box-shadow: 0px 2px 0px #002244; 
}
.assignEquipmtTable > ul > li {
    display: table-cell;
    padding: 10px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #002244; 
} 
.assignEquipmtTable > ul > li a {
    color: #333F48;
}
.assignEquipmtTable > ul > li:nth-child(1) {
    width: 8%;
	text-align: center;
}
.assignEquipmtTable > ul > li:nth-child(2) {
    width: 17%; 
}
.assignEquipmtTable > ul > li:nth-child(3) {
    width: 20%; 
}
.assignEquipmtTable > ul > li:nth-child(4) {
    width: 20%; 
} 
.assignEquipmtTable > ul > li:nth-child(5) {
    width: 20%; 
} 
.assignEquipmtTable > ul > li:nth-child(6) {
    width: 15%;
    padding-right: 25px;
    text-align: center;
}  
/* ****** ****** ****** ****** ****** **
 * ****** Assign Equipment Filter ****** *
** ****** ****** ****** ****** ****** */

.assignEquipmtFilter {
    float: left;
    width: 100%;
    padding: 0px 0px 10px;
    border-radius: 4px;
}
.assignEquipmtFilter > ul {
    float: left;
    width: 100%;
    clear: both;
}
.assignEquipmtFilter > ul > li {
    float: left;
	margin:0px 10px 0px 0px;
}
.assignEquipmtFilter > ul > li .labelDiv {
    margin:0px 10px 0px 0px; 
	font-size:16px;
	padding:5px 0px;
	display:inline-block;
}  
.assignEquipmtFilter > ul > li .labelDiv .selectedGrp {
    color:#003366;
}  
.devicegrpCheckboxDiv{
	float: left;
    width: 100%;
    padding: 10px;
	border: 1px solid #ccc; 
	background:#ffffff;
}   
.devicegrpCheckboxDiv .mCustomScrollbar{
	min-height:70px !important;
}    
.devicegrpCheckbox{
	float: left;
    width: 100%;
    padding: 0px;
}  
.devicegrpCheckbox > .customCheckbox{ 
    width: 25%; 
	float:left;
	margin:0px 0px 0px 0px;
}  
#storeGrpAccordion.panel-default{
	border:0px;
	box-shadow:none;
	border-radius:0px;
}
/* ****** ****** ****** ****** ****** **
 * ****** Equipment Grouping Filter ****** *
** ****** ****** ****** ****** ****** */
.deviceFilterDiv {
    float:left;
	width:100%;
	clear:both;
    margin: 0px 0px 10px;
    padding: 10px;  
	background: #eff0f4;
    border-bottom: 1px solid #bfbfbf;
}
.deviceFilterDiv > ul {
    float:left;
	width:100%;
	clear:both;
    margin: 0px;
    padding: 0px;  
}
.deviceFilterDiv > ul > li {
    padding:0px 15px 0px 0px;  
    float: left;   
	margin:0px;
}  
.deviceFilterDiv > ul > li:nth-child(1) {
    width:30%;
}   
.deviceFilterDiv > ul > li:nth-child(2) {
    width:30%;
}   
.deviceFilterDiv > ul > li:nth-child(3) {
    width:30%;
}   
.deviceFilterDiv > ul > li:nth-child(4) {
    width:10%;
}    
.deviceFilterDiv > ul > li:nth-child(4) .btn{
    width:100%;
	margin:25px 0px 0px 0px;
} 
.deviceFilterDiv > ul > li > label { 
    float: left;   
	padding:0px 0px 0px 0px;
	width:100%;
}    
.deviceFilterDiv > ul > li > label .required { 
    color: red;
}  
.deviceFilterDiv > ul > li > .form-control { 
    float: left;
	width:100%;	
}   
.deviceFilterDiv > ul > li .help-block {  
    padding: 5px 0px 0px 0px;
    clear: both;
	margin:0px;
}  
/* ****** ****** ****** ****** ****** **
 * ****** Upload Files Filter ****** *
** ****** ****** ****** ****** ****** */
.uploadFilterDiv {
    float:left;
	width:100%;
	clear:both;
    margin: 0px 0px 10px;
    padding: 10px;  
	background: #eff0f4;
    border-bottom: 1px solid #bfbfbf;
}
.uploadFilterDiv > ul {
    float:left;
	width:100%;
	clear:both;
    margin: 0px;
    padding: 0px;  
}
.uploadFilterDiv > ul > li {
    padding:0px 15px 0px 0px;  
    float: left;   
	margin:0px;
}  
.uploadFilterDiv > ul > li .btn-file {
   width:100%;
}
.uploadFilterDiv > ul > li:nth-child(1) {
    width:25%;
}   
.uploadFilterDiv > ul > li:nth-child(2) {
    width:20%;
}   
.uploadFilterDiv > ul > li:nth-child(3) {
    width:25%;
}   
.uploadFilterDiv > ul > li:nth-child(4) {
    width:20%;
}   
.uploadFilterDiv > ul > li:nth-child(5) {
    width:10%;
}    
.uploadFilterDiv > ul > li:nth-child(5) .btn{
    width:100%;
	margin:25px 0px 0px 0px;
}     
.uploadFilterDiv > ul > li.goBtnLi .btn{ 
	margin:25px 0px 0px 0px;
} 
.uploadFilterDiv > ul > li > label { 
    float: left;   
	padding:0px 0px 0px 0px;
	width:100%;
}    
.uploadFilterDiv > ul > li > label .required { 
    color: red;
}  
.uploadFilterDiv > ul > li > .form-control { 
    float: left;
	width:100%;	
}   
.uploadFilterDiv > ul > li .help-block {  
    padding: 5px 0px 0px 0px;
    clear: both;
	margin:0px;
}  

/* ****** ****** ****** ****** ****** **
 * ****** Store Management Filter ****** *
** ****** ****** ****** ****** ****** */
.storeMgtFilterDiv {
    float:left;
	width:100%;
	clear:both;
    margin: 0px 0px 10px;
    padding: 10px;  
	background: #eff0f4;
    border-bottom: 1px solid #bfbfbf;
}
.storeMgtFilterDiv > ul {
    float:left;
	width:100%;
	clear:both;
    margin: 0px;
    padding: 0px;  
}
.storeMgtFilterDiv > ul > li {
    padding:0px 15px 0px 0px;  
    float: left;   
} 


/* ****** ****** ****** ****** ****** **
 * ****** Upload/Download Files All Table ****** *
** ****** ****** ****** ****** ****** */
 
.filesAllTable {
    width: 100%;
    display: table;
}
.filesAllTable > ul {
    width: 100%;
    display: table-row;
}
.filesAllTable > ul.tBody:hover li {
    background: #ffffff;
}
.filesAllTable > ul:nth-child(odd).tHead > li {
    background: #333F48;
    color: #fff;
}
.filesAllTable > ul > li {
    display: table-cell;
    padding: 10px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #ffffff;
	overflow-wrap: break-word;
	word-wrap: break-word;
	word-break: break-all;
} 
.filesAllTable > ul > li:nth-child(1){
    width: 5%;
    text-align: center;
}  
.filesAllTable > ul > li:nth-child(2){
    width: 8%;
    text-align: center;
}  
.filesAllTable > ul > li:nth-child(3){
    width: 17%; 
}  
.filesAllTable > ul > li:nth-child(4){
    width: 20%; 
}  
.filesAllTable > ul > li:nth-child(5){
    width: 20%; 
}  
.filesAllTable > ul > li:nth-child(6){
    width: 15%; 
}  
.filesAllTable > ul > li:nth-child(7){
    width: 15%; 
} 
.filesAllTable > ul:nth-child(even) > li {
    background: #ffffff;
}
.filesAllTable > ul:nth-child(odd) > li {
    background: #f5f5f5;
}

p.wrong {
	display: none;
	color: #a94442;
	font-size: 85%;
}
p.success {
	display: none;
	color: #3c763d;
	font-size: 85%;
}

p.wrong.shake {
	display: block;
}

p.wrong.shake {
	animation: shake .4s cubic-bezier(.36, .07, .19, .97) both;
	transform: translate3d(0, 0, 0);
	backface-visibility: hidden;
	perspective: 1000px;
}   
.user-text {
	display: inline-block; 
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}	
.captchaFooter {
    float:left;
	width:100%;
	clear:both;
    margin: 0px;
    padding:15px 0px 0px;  
	text-align:center;
}
.form-control.timePicker {
    padding: 5px 6px;
    background: #fff url("../images/icons/timeSpace.png") no-repeat left center;
    padding-left: 40px;
    width: 90px;
    float: inherit;
    margin: 0px auto;
}
/* ****** ****** ****** ****** ****** **
 * ******  Software Upgrade Table ****** *
** ****** ****** ****** ****** ****** */

.softwareUpgradeTable {
    width: 100%;
    display: table;
}
.softwareUpgradeTable > ul {
    width: 100%;
    display: table-row;
}
.softwareUpgradeTable > ul.tBody:hover li {
    background: #ffffff;
}
.softwareUpgradeTable > ul:nth-child(odd).tHead > li {
    background: #333F48;
    color: #fff;
}
.softwareUpgradeTable > ul > li {
    display: table-cell;
    padding: 10px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #ffffff;
}
.softwareUpgradeTable > ul > li a {
    color: #333F48;
}
.softwareUpgradeTable > ul > li a:hover {
    color: #003366;
    text-decoration: none;
} 
.softwareUpgradeTable > ul > li:nth-child(1) {
    width: 5%;
    text-align: center;
}
.softwareUpgradeTable > ul > li:nth-child(2) {
    width: 8%;
    text-align: center;
}
.softwareUpgradeTable > ul > li:nth-child(3) {
    width: 10%; 
}
.softwareUpgradeTable > ul > li:nth-child(4) {
    width: 20%; 
}
.softwareUpgradeTable > ul > li:nth-child(5) {
    width: 10%; 
}
.softwareUpgradeTable > ul > li:nth-child(6) {
    width: 18%; 
}
.softwareUpgradeTable > ul > li:nth-child(7) {
    width: 12%; 
}
.softwareUpgradeTable > ul > li:nth-child(8) {
    width: 18%; 
}
.softwareUpgradeTable > ul:nth-child(even) > li {
    background: inherit;
}
.softwareUpgradeTable > ul:nth-child(odd) > li {
    background: #f5f5f5;
}
.softwareUpgradeTable .statusSuccess {  
	color:#29a329; 
}  
.softwareUpgradeTable .statusWarning {  
	color:#FFBE00; 
}  
.softwareUpgradeTable .statusDanger {  
	color:#f13035; 
}  
.softwareUpgradeTable .statusInfo {  
	color:#0AAEFF; 
}

/* ****** ****** ****** ****** ****** **
 * ****** Config INI Form Steps ****** *
** ****** ****** ****** ****** ****** */
 
.wizard {
    float:left;
	width:100%;
	clear:both;
    margin: 0px;
} 
.wizard .tab-content{
    background: #ffffff; 
	padding: 10px 10px;	
}

.wizard .nav-tabs {
	position: relative;
	margin: 0px auto 0px;
	margin-bottom: 0;
	border-bottom:3px solid #20272d;
}

.wizard > div.wizard-inner {
	position: relative;
}

.connecting-line {
    height: 0px;
    background: #20272d;
    position: absolute;
    width: 75%;
       margin: -10px auto 10px;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, 
.wizard .nav-tabs > li.active > a:hover, 
.wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
} 
.wizard span.round-tab {
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #367c36;
	color:#367c36;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
}
.wizard span.round-tab i{
    color:#367c36;
}
.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #20272d;
	color: #20272d;
    
} 
.wizard li.active span.round-tab i{
    color: #20272d;
}

.wizard span.round-tab:hover {
    color: #333;
    border: 2px solid #4a5b68;
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}
.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #20272d;
}
.wizard .nav-tabs > li:before {
    content: " ";
    position: absolute;
    left: 50%;
	top:50%;
	width:100%;
	height:2px;
	margin:-10px 0px 0px;
    opacity: 1; 
    bottom: 0px;  
	background:#97a7b5;
    transition: 0.1s ease-in-out;
}
.wizard .nav-tabs > li.active:before,
.wizard .nav-tabs > li.disabled:before {
    content: " ";
    position: absolute;
    left:50%;
	top:50%;
	width:100%;
	height:2px;
	margin:-10px 0px 0px;
    opacity: 1; 
    bottom: 0px; 
	background:#97a7b5;
    transition: 0.1s ease-in-out;
} 
.wizard .nav-tabs > li.lastListItem:before { 
    right:0%;
	width:0%;	
} 
.wizard .nav-tabs > li a {
    width: 50px;
    height: 50px;
    margin: 20px auto 10px;
    border-radius: 100%;
    padding: 0; 
	border:0px;
}
.wizard .nav-tabs > li .tabText {
    width: 100%; 
	float:left;
	text-align:center;
    margin: 0px 0px 10px; 
}
.wizard .nav-tabs > li.disabled{
	pointer-events: none;
	cursor: default;
	opacity: 1;
}
.wizard .nav-tabs > li.lastListItem span.round-tab,
.wizard .nav-tabs > li.disabled span.round-tab{
	color:#97a7b5;
	border: 2px solid #97a7b5;
}
.wizard .nav-tabs > li.disabled span.round-tab i{
	color:#97a7b5; 
}
.wizard .nav-tabs > li a:hover {
	background: transparent;
}

.wizard .tab-pane {
    position: relative;
    padding-top: 0px;
} 
.wizard h3 {
    margin-top: 0;
} 
@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }

    .wizard span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
	border:0px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}


/* ****** ****** ****** ****** ****** **
 * ****** Config INI Form ****** *
** ****** ****** ****** ****** ****** */
 
.configFormListOuter {
    width: 100%;
    background: url("../images/steelbg2.png") repeat;
    float: left;
    padding-bottom: 10px;
    display: block;
}
.configFormListOuter h3 {
    width: 100%;
    display: block;
    padding: 0px 15px; 
	background:#333F48;
    color: #ffffff;
    font-size: 15px;
    line-height: 40px;
    margin: 0px;
}  
  
.configFormListOuter .iniButtonList {
    float: left;
    padding: 15px 15px 10px;
    width: 100%;
    clear: both;
	text-align:center;
}
.configFormList{
    width: 50%;
    padding: 0px;
    margin: 10px auto;
    display: table;
}
.configFormList > .formGroupDiv {  
    width: 100%;
    margin:0px;
	display:table-row;
}
.configFormList > .formGroupDiv .help-block {  
    padding: 5px 0px 0px 0px;
    clear: both;
	margin:0px;
}  
.configFormList > .formGroupDiv .frmLabel,
.configFormList > .formGroupDiv label {  
    color: #333F48;
    font-size: 14px;
	vertical-align:top;
	display:table-cell;
	padding:12px 10px 5px 0px;
	border-bottom:1px solid #ffffff;
	border-top:1px solid #d2d0d0;
	text-align:right;
}
.configFormList > .formGroupDiv .formField { 
    color: #333F48;
    font-size: 14px;
	display:table-cell;
	padding:5px 0px;
	border-bottom:1px solid #ffffff;
	border-top:1px solid #d2d0d0;
	width:60%;
} 
.configFormList > .formGroupDiv:first-child .frmLabel,
.configFormList > .formGroupDiv:first-child label,
.configFormList > .formGroupDiv:first-child .formField {  
	border-top:0px;
} 
.configFormList > .formGroupDiv:last-child .frmLabel,
.configFormList > .formGroupDiv:last-child label,
.configFormList > .formGroupDiv:last-child .formField {  
	border-bottom:0px;
} 
.configFormList > .formGroupDiv input[type=file] { 
    width: 100%;
} 
 


 
 /* ****** ****** ****** ****** ****** **
 * ****** Config INI Form Val ****** *
** ****** ****** ****** ****** ****** */
 
.configFormValOuter {
    width: 100%;
    background: url("../images/steelbg2.png") repeat;
    float: left;
    padding-bottom: 10px;
    display: block;
}
.configFormValOuter h3 {
    width: 100%;
    display: block;
    padding: 0px 15px; 
	background:#333F48;
    color: #ffffff;
    font-size: 15px;
    line-height: 40px;
    margin: 0px;
}  
  
.configFormValOuter .iniButtonList {
    float: left;
    padding: 15px 15px 10px;
    width: 100%;
    clear: both;
	text-align:right;
}
.configFormVal{
    width: 100%;
    padding: 0px;
    margin: 10px 15px;
    float: left;
}
.configFormVal > .formGroupDiv {  
    width: 50%;
    margin:0px;
	float: left;
}  
.configFormVal > .formGroupDiv label {  
    color: #333F48;
    font-size: 14px; 
	width: 35%;
    margin:0px;
	float: left;
	padding:5px 10px 10px 0px; 
	text-align:left;
} 
.configFormVal > .formGroupDiv .formValField { 
    color: #333F48;
    font-size: 14px;
	width:65%;
    margin:0px;
	float: left;
	padding:5px 0px 10px;  
	width:60%;
} 
.configFormVal > .formGroupDiv input[type=file] { 
    width: 100%;
} 










/* ****** ****** ****** ****** ****** **
 * ****** Config INI Form ****** *
** ****** ****** ****** ****** ****** */
.configINIFormOuter {
    width: 100%;
    background: url("../images/steelbg2.png") repeat;
    float: left;
    padding-bottom: 10px;
    display: block;
} 
.configINIFormOuter h3 {
    width: 100%;
    display: block;
    padding: 0px 15px; 
	background:#333F48;
    color: #ffffff;
    font-size: 15px;
    line-height: 40px;
    margin: 0px;
} 
.configINIFormOuter .iniButtonList {
    float: left;
    padding: 15px 15px 10px;
    width: 100%;
    clear: both;
	text-align:right;
}
.configINIForm {
    width: 100%;
    background: url("../images/steelbg2.png") repeat;
    float: left;
    padding:0px 0px 0px;
    display: block; 
} 
.configINIForm > div.form-group {
    float: left;
    padding: 10px 15px 5px;
    width: 50%;
    margin:0px; 
	min-height:75px;
}
.configINIForm > div.form-group .help-block {  
    padding: 5px 0px 0px 0px;
    clear: both;
	margin:0px;
}  
.configINIForm > div.form-group input[type=file] { 
    width: 100%;
} 
.configINIForm > div.form-group .frmLabel,
.configINIForm > div.form-group label {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 5px;
    color: #333F48;
    font-size: 14px;
}  
.configINIForm > div.form-group label a.downloadLink{
    float: right;
    color: #333F48;
    font-size: 14px;
    padding: 3px 0px 0px;
	font-weight:normal;
} 
.configINIForm > div.form-group label a.downloadLink:hover,  
.configINIForm > div.form-group label a.downloadLink:active,  
.configINIForm > div.form-group label a.downloadLink:focus{
    float: right;
    color: #003366; 
}
/* ****** ****** ****** ****** ****** **
 * ****** Device Certificate Filter ****** *
** ****** ****** ****** ****** ****** */
.deviceCertificateDiv {
    float:left;
	width:100%;
	clear:both;
    margin: 0px 0px 10px;
    padding: 10px;  
	background: #eff0f4;
    border-bottom: 1px solid #bfbfbf;
}
.deviceCertificateDiv > ul {
    float:left;
	width:100%;
	clear:both;
    margin: 0px;
    padding: 0px;  
}
.deviceCertificateDiv > ul > li {
    padding:0px 15px 0px 0px;  
    float: left;   
	margin:0px;
}  
.deviceCertificateDiv > ul > li .btn-file{
    width:100%;
}   
.deviceCertificateDiv > ul > li:nth-child(1) {
    width:25%;
}     
.deviceCertificateDiv > ul > li.goBtnLi .btn{ 
	margin:25px 0px 0px 0px;
} 
.deviceCertificateDiv > ul > li > label { 
    float: left;   
	padding:0px 0px 0px 0px;
	width:100%;
}    
.deviceCertificateDiv > ul > li > label .required { 
    color: red;
}  
.deviceCertificateDiv > ul > li > .form-control { 
    float: left;
	width:100%;	
}   
.deviceCertificateDiv > ul > li .help-block {  
    padding: 5px 0px 0px 0px;
    clear: both;
	margin:0px;
}  
/* ****** ****** ****** ****** ****** **
 * ****** Device Status Table ****** *
** ****** ****** ****** ****** ****** */
.deviceStatusTable {
    width: 100%;
    clear: both;
    display: table; 
	margin:10px 0px;
}
.deviceStatusTable > ul {
    width: 100%;
    clear: both;
    display: table-row;
}   

.deviceStatusTable > ul > li {
    display: table-cell;
    padding: 10px;
    text-align: left;
    border-left: 1px solid #fff;
	border-bottom: 1px solid #ffffff;
} 
.deviceStatusTable > ul.tHead li{ 
    background: #003366;
    border-bottom: 2px solid #002244;
    color: #fff;
    text-shadow: 0 1px 1px #002244; 
	border-left: 1px solid #002244;
}
.deviceStatusTable > ul.tBody li { 
	background: #333F48;
    border-bottom: 1px solid #000000;
    color: #fff;
    text-shadow:0px 1px 1px #0b0d0f; 
	border-left: 1px solid #000000;
} 
.deviceStatusTable > ul.tHead li:nth-child(1) {  
	border-radius:6px 0px 0px 0px; 
}   
.deviceStatusTable > ul.tHead li:nth-child(3) {   
	border-radius:0px 6px 0px 0px;
	
} 
.deviceStatusTable > ul li:nth-child(1) {  
	width:30%; 
	text-align:center;
}   
.deviceStatusTable > ul li:nth-child(2) {  
	width:40%;
	text-align:center;
} 
.deviceStatusTable > ul li:nth-child(3) {  
	width:30%;  
	text-align:center;
}  
.deviceStatusTable > ul li:nth-child(3) span {  
	color:#cccccc;
	padding-left:10px;
}  
.deviceStatusTable > ul.tBody li:nth-child(2) {  
	background:#20272d;
}



/* ****** ****** ****** ****** ****** **
 * ******  DayPart Table ****** *
** ****** ****** ****** ****** ****** */

.dayPartTable {
    width: 100%;
    display: table;
}
.dayPartTable > ul {
    width: 100%;
    display: table-row;
}
.dayPartTable > ul.tBody:hover li {
    background: #ffffff;
}
.dayPartTable > ul:nth-child(odd).tHead > li {
    background: #333F48;
    color: #fff;
}
.dayPartTable > ul > li {
    display: table-cell;
    padding: 10px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #ffffff;
	background:#ffffff;
}
.dayPartTable > ul > li a {
    color: #333F48;
}
.dayPartTable > ul > li a:hover {
    color: #003366;
    text-decoration: none;
}
.dayPartTable > ul > li:nth-child(1) {
    width: 220px;
    text-align: left;
} 
.dayPartTable > ul > li:nth-child(2),
.dayPartTable > ul > li:nth-child(3),
.dayPartTable > ul > li:nth-child(4),
.dayPartTable > ul > li:nth-child(5)   { 
    text-align: center;
}  
.dayPartTable > ul:nth-child(odd) > li {
    background: #f5f5f5;
} 
.selectDayPartTime {
    float: left;
    width: 100%;
    padding: 0px 0px 0px;
} 
.fromTime,
.totime {
    float: left;
}
.fromToText {
    float: left;
    padding: 5px 5px;
}  
.daypartSelect {
    float: left; 
	width:auto;
	margin:0px 5px 0px 0px;
}  
.form-control.timePicker {
    padding: 5px 6px;
    background: #fff url("../images/frymaster/timeSpace.png") no-repeat left center;
    padding-left: 40px;
    width: 90px;
    float: inherit;
    margin: 0px auto;
}
.addDaypartBtn,
.addDaypartBtn:hover {
    margin-left: 5px;
	color:#ffffff;
	float:right;
}
.twoButtonList{
    float: left;
    width: 100%;
    clear: both;
    margin: 0px; 
    padding: 10px 0px 15px;
}
.DayPart6Size .panel-heading {
    width: 16.666%;  
}
.DayPart5Size .panel-heading {
    width:20%;  
} 
.DayPart5Size .panel-heading:nth-child(6) {
    display:none;
}
.DayPart4Size .panel-heading {
    width: 25%;  
}
.DayPart4Size .panel-heading:nth-child(5),
.DayPart4Size .panel-heading:nth-child(6) {
    display:none;
}
.DayPart3Size .panel-heading {
    width: 33.333%;  
}
.DayPart3Size .panel-heading:nth-child(4),
.DayPart3Size .panel-heading:nth-child(5),
.DayPart3Size .panel-heading:nth-child(6) {
    display:none;
}
.DayPart2Size .panel-heading {
    width: 50%;  
}
.DayPart2Size .panel-heading:nth-child(3),
.DayPart2Size .panel-heading:nth-child(4),
.DayPart2Size .panel-heading:nth-child(5),
.DayPart2Size .panel-heading:nth-child(6) {
    display:none;
}
select.form-control.selectDayPart { 
    float: left; 
	width:auto;
}

/* ****** ****** ****** ****** ****** **
 * ******   Survey CSS ****** *
** ****** ****** ****** ****** ****** */
/* Survey CSS */
.navbar-default .surveyIcon {
    background: url(../images/kccm_fieldreport/survey-icon.png) no-repeat center center;
    width: 50px;
    height: 50px;
}
.form-container div, .form-container  span{
    font-family: Calibri, Candara, Segoe, 'Segoe UI', Optima, Arial, sans-serif;
    text-align: left;
}
.form-container ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #999;
}
.form-container :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #999;
   opacity:  1;
}
.form-container ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #999;
   opacity:  1;
}
.form-container :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #999;
}
.form-container :placeholder-shown { /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color:  #999;
}
.form-container {
	margin:20px;
	padding:20px 5px;
	border-radius:0px;
	background: transparent;
	color:#00838F;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.form-container .form-title{
	font-size:25px;
	color:inherit;
	text-align: left;
	margin-bottom:20px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.form-container .submit-row{
	padding:0px 0px;
}
.form-container .btn.submit-form{
	margin:15px auto 0;
	padding: 12px;
	background: #003366;
	color : #fff;
	border-radius:0px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
  width: 130px;
  font-size: 16px;
  border: 2px solid #003366;
}
.labelTxt {
  font-size: 16px;
  color: #333;
  text-align: left;
  font-weight: normal;
}
.form-container .btn.submit-form:focus{
	outline:0px;
	color: #003366;
  background: #fff;
}
.form-container .btn.submit-form:hover{
	color: #003366;
  background: #fff;
}
.formWrapper {
  float: none;
  margin: 0 auto;
}
.formSections {
  width: 100%;
  float: left;
  background: #fff;
  box-shadow: 5px 1px 9px rgba(0,0,0,0.3);
  margin: 0 0 30px;
  padding: 30px;
  /*border-right: 4px solid #003366;*/
}
.SurveyContent {
  padding-top: 0;
}
.form-title span {
  color: #333;
}
.formSections .form-control {
    font-size: 16px;
}
.formSections input.form-control {
    height: 40px;
}
.formSections .form-group {
    margin-bottom: 25px;
}
.formSubtitle {
  font-size: 18px;
  margin: 0;
  padding: 0 0 15px;
  color: #333;
  font-weight: 600;
  text-align: left;
}
.pageno span {
    color: #333;
    font-size: 14px;
    text-align: right;
}
.labelpaddingNo {
  padding-left: 0;
}
textarea.form-control.companyAddress {
  height: 75px;
  resize: none;
}
.col-md-12.pageno {
  text-align: right;
}
.pagenoSec {
  width: 100%;
  float: left;
  margin: 0 0 20px;
}
.logoWrapper {
    width: 225px;
    margin: 0 auto;
}

.form-control.datepickerWspaceSurvey {
    padding: 5px 6px;
    background: #fff url("../images/icons/calendarSpace.png") no-repeat left center;
    padding-left: 35px;
    float: left;
}
/* ****** ****** ****** ****** ****** **
 * ******  Field report ****** *
** ****** ****** ****** ****** ****** */

.totalReports > ul {
    width: 100%;
    display: table-row;
}
.totalReports > ul:nth-child(odd).tFoot > li {
    background: #333F48;
    color: #fff;
}
.totalReports > ul > li {
    display: table-cell;
    padding: 10px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #bfbfbf;
    border-top: 1px solid #ffffff;
}
/* .kccmReportScroll {
	max-height: 300px;
} */
.kccmReportTable > ul > li {
  padding: 10px;
  text-align: center;
}
.kccmReportTable > ul.tBody li {
    padding: 10px;
}
.kccmReportTable > ul > li:nth-child(1) {
    width: 25%;
    text-align: left;
}
.kccmReportTable > ul > li:nth-child(2) {
    width: 15%;
}
.kccmReportTable > ul > li:nth-child(3) {
    width: 15%;
}
.kccmReportTable > ul > li:nth-child(4) {
    width: 15%;
}
.kccmReportTable > ul > li:nth-child(5) {
    width: 15%;
}
.kccmReportTable > ul > li:nth-child(6) {
    width: 15%;
}
.kccmReportTable .tBody li {
	height: 60px;
  text-align: center;
  margin: 0 auto;
}
.kccmLastRow .tBody li {
	border-bottom: 0;
}
.kccmReportScroll  .panel  {
	margin-bottom: 0;
}

#unitsSummary {
  width: 100%;
  height: 200px;
	clear: both;
	float: left;
}
#merychefySummary {
  width: 100%;
  height: 200px;
  clear: both;
  float: left;
}
.leftContainer {
	width: 73%;
	float: left;
}
.rightContainer {
	width: 27%;
	float: right;
	padding: 0 0 0 20px;
}
.kccmLeftImg.merycheftLeftImg {
  background: url(../images/kccm_fieldreport/Merrychef.jpg) no-repeat center center / 100% 100%;
  height: 200px;
  width: 200px;
}
.kccmLeftImg.fryerLeftImg {
  background: url(../images/kccm_fieldreport/fryer.jpg) no-repeat center center / 100% 100%;
  height: 200px;
  width: 200px;
}
.kccmLeftImg.delfieldLeftImg {
  background: url(../images/kccm_fieldreport/delfield.png) no-repeat center center / 100% 100%;
  height: 200px;
  width: 200px;
}
.kccmLeftImg.manitowocLeftImg {
  background: url(../images/kccm_fieldreport/manitowoc.jpg) no-repeat center center / 100% 100%;
  height: 200px;
  width: 250px;
}
.kccmLeftImg.MercoLeftImg {
  background: url(../images/kccm_fieldreport/merco.jpg) no-repeat center center / 100% 100%;
  height: 200px;
  width: 250px;
}
.rightPaneltext h5 {
	color: #333F48;
}
.rightPaneltext h5 b {
	padding: 0 5px 0 0;
}
.merychefReportTable > ul > li:nth-child(1) {
    width: 20%;
	 text-align: left;
   padding-left: 15px;
}
.merychefReportTable > ul > li:nth-child(2) {
    width: 12%;
}
.merychefReportTable > ul > li:nth-child(3) {
    width: 12%;
}
.merychefReportTable > ul > li:nth-child(4) {
    width: 12%;
}
.merychefReportTable > ul > li:nth-child(5) {
    width: 12%;
}
.merychefReportTable > ul > li {
	margin: 0 auto;
	text-align: center;
}
.clientImgBlk{
	height: 70px;
	width: 90px;
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	margin: 0 auto;
}
.cariboneImg {
	background-image: url(../images/kccm_fieldreport/caribone.png);
}
.dinImg {
	background-image: url(../images/kccm_fieldreport/din.png)
}
.cumberlandfarmsImg {
	background-image: url(../images/kccm_fieldreport/cumberlandfarms.png)
}
.jackinboxImg {
	background-image: url(../images/kccm_fieldreport/jackinbox.png)
}
.carrabbaImg {
	background-image: url(../images/kccm_fieldreport/carrabba.png)
}
.wawaImg {
	background-image: url(../images/kccm_fieldreport/wawa.png)
}
.sheetzImg {
	background-image: url(../images/kccm_fieldreport/sheetz.png)
}
.deviceInfo ul > li:first-child {
  width: 40%;
}
.deviceInfo ul > li {
	width: 30%;
	float: left;
  padding-right: 15px;
}
.deviceInfo ul > li:last-child {
	padding-right: 0;
}
.fryerReportTable > ul > li, .DelfieldReportTable > ul > li{
  text-align: center;
}
.fryerReportTable > ul > li:first-child {
    width: 15%;
	text-align: center;
}
.fryerReportTable > ul > li:nth-child(2) {
    width: 10%;
}
.fryerReportTable > ul > li:nth-child(3) {
    width: 10%;
}
.fryerReportTable > ul > li:nth-child(4) {
    width: 10%;
}
.fryerReportTable > ul > li:nth-child(5) {
    width: 10%;
}
.fryerReportTable > ul > li:nth-child(6) {
    width: 25%;
}
.errorState {
  word-break: break-all;
}
.assignTableOuterNew {
    float: left;
    width: 100%;
    padding: 0px;
}
.burgerkingImg {
	background-image: url(../images/kccm_fieldreport/burgerking.png);
  background-size: auto 100%;
}
.tacobelImg {
	background-image: url(../images/kccm_fieldreport/tacobel.png);
  background-size: auto 100%;
}
.mcdonaldsImg {
	background-image: url(../images/kccm_fieldreport/mcdonalds.png);
  background-size: auto 100%;
}
.arbysImg {
	background-image: url(../images/kccm_fieldreport/arbys.png);
  background-size: auto 100%;
}
.brinkerImg {
	background-image: url(../images/kccm_fieldreport/brinker.png);
  background-size: auto 100%;
}
.nandosImg {
	background-image: url(../images/kccm_fieldreport/nandos.png)
}
.awImg {
	background-image: url(../images/kccm_fieldreport/aw.png)
}
.DelfieldReportTable > ul > li:first-child {
    width: 13%;
	text-align: center;
}
.DelfieldReportTable > ul > li:nth-child(2) {
    width: 10%;
}
.DelfieldReportTable > ul > li:nth-child(3) {
    width: 15%;
}
.DelfieldReportTable > ul > li:nth-child(4) {
    width: 10%;
}
.DelfieldReportTable > ul > li:nth-child(5) {
    width: 10%;
}
.DelfieldReportTable > ul > li:nth-child(6) {
    width: 25%;
}
/* .DelfieldReportscroll .DelfieldReportTable > ul > li {
  height: 60px;
} */
.DelfieldReportscroll {
  max-height: 700px;
}
.ManitowocReportTable > ul > li:first-child {
    width: 13%;
	  text-align: center;
}
.ManitowocReportTable > ul > li:nth-child(2) {
    width: 10%;
}
.ManitowocReportTable > ul > li:nth-child(3) {
    width: 20%;
}
.ManitowocReportTable > ul > li:nth-child(4) {
    width: 10%;
}
.ManitowocReportTable > ul > li:nth-child(5) {
    width: 10%;
}
.ManitowocReportTable > ul > li:nth-child(6) {
    width: 15%;
}
.ManitowocReportscroll .ManitowocReportTable > ul > li {
  /* height: 60px; */
  text-align: center;
}
.ManitowocReportTable > ul > li {
  text-align: center;
}
.ManitowocInfo.deviceInfo ul > li {
  width: 50%;
}
.panelBodyWButn .leftinSpace {
  padding-left: 20px;
}
.mercoReportTable > ul > li{
  text-align: center;
}
.mercoReportTable > ul > li:first-child {
    width: 15%;
	text-align: center;
}
.mercoReportTable > ul > li:nth-child(2) {
    width: 10%;
}
.mercoReportTable > ul > li:nth-child(3) {
    width: 20%;
}
.mercoReportTable > ul > li:nth-child(4) {
    width: 10%;
}
.mercoReportTable > ul > li:nth-child(5) {
    width: 10%;
}
.mercoReportTable > ul > li:nth-child(6) {
    width: 25%;
}
.chickfilImg {
	background-image: url(../images/kccm_fieldreport/chickfil.jpg)
}
.crackerbarrelImg {
	background-image: url(../images/kccm_fieldreport/crackerbarrel.png)
}
.overallReport #unitsSummary {
  height: 250px;
}
.merrychefmigrationTable > ul > li:first-child {
    width: 30%;
}
.merrychefmigrationTable > ul > li:nth-child(2) {
    width: 20%;
}
.merrychefmigrationTable > ul > li:nth-child(3) {
    width: 20%;
}
.merrychefmigrationTable > ul > li:nth-child(4) {
    width: 30%;
}
.merrychefmigrationTable ul > li span {
  display: block;
}
.merrychefmigrationScroll .merrychefmigrationTable > ul > li {
  height: 70px;
}
.fryerkccmversion h5 b {
    width: 95px;
    display: inline-block;
}
.merrychefLatest h5 b, .delfieldLatest h5 b {
    width: 100px;
    display: inline-block;
}
.manitovocText h5 b {
  width: 60px;
  display: inline-block;
}
.mercoText h5 b {
  width: 110px;
  display: inline-block;
}
/* .merychefReportScroll, .fryerReportScroll, .DelfieldReportscroll  {
  max-height: 200px;
} */
.assignStoreTable > ul:nth-child(odd).tHead.filterTable > li {
    background: #003366;
    color: #fff;
}
.assignStoreTable > ul.filterTable:nth-child(odd) > li {
    background: #333F48;
    color: #fff;
    border-top: 0px;
    border-bottom: 1px solid #0b0d0f;
    padding: 5px 0;
}
.assignStoreTable >  ul.tBody.filterTable li {
    border-top: 0px;
    border-bottom: 1px solid #0b0d0f;
}
.assignStoreTable > ul:nth-child(odd).tHead.innerfilterTable > li {
    background: #e29824d6;
    color: #fff;
}
.assignStoreTable > ul.innerfilterTable:nth-child(odd) > li {
    background: #e29824d6;
    color: #fff;
    border-top: 0px;
    border-bottom: 1px solid #fff;
    padding: 5px 0;
}
.assignStoreTable >  ul.tBody.innerfilterTable li {
    border-top: 0px;
    border-bottom: 1px solid #fff;
}
.BrandAccodin, .CustomerAccodin {
  width: 100%;
  float: left;
}
.BrandAccodin > .btn, .CustomerAccodin > .btn {
    width: 100%;
    text-align: left;
    font-size: 20px;
}
.CustomerAccodin {
  margin: 12px 0 0;
}
.CuskccmReportTable > ul.tBody li {
    padding: 10px;
    text-align: center;
}
.CuskccmReportTable > ul li {
    text-align: center;
}
.CuskccmReportTable > ul > li:nth-child(1) {
  width: 20%;
  text-align: left;
  padding-left: 15px;
}
.CuskccmReportTable > ul > li:nth-child(2) {
    width: 15%;
    text-align: left;
}
.CuskccmReportTable > ul > li:nth-child(3) {
    width: 10%;
}
.CuskccmReportTable > ul > li:nth-child(4) {
    width: 15%;
}
.CuskccmReportTable > ul > li:nth-child(5) {
    width: 15%;
}
.CuskccmReportTable > ul > li:nth-child(6) {
    width: 15%;
}
.CuskccmReportTable > ul > li:nth-child(6) {
    width: 15%;
}
.CuskccmReportTable .tBody li {
	height: 60px;
  text-align: center;
  margin: 0 auto;
}
.CuskccmReportTable > ul > li:nth-child(7) {
  padding-right: 0;
}
.innerCusReportTable .collapseExpand,
.innerCusReportTable .collapseExpand:hover,
 .innerCusReportTable .collapseExpand:focus, .collapseExpand:active {
  background: #ffffff url(../images/icons/accord-minus.png) no-repeat center center;
  background-size: 12px 12px;
  width: 20px;
  height: 20px;
  padding: 0;
}
.innerCusReportTable .collapseExpand.collapsed,
.innerCusReportTable .collapseExpand.collapsed:hover,
.innerCusReportTable  .collapseExpand.collapsed:focus,
.innerCusReportTable .collapseExpand.collapsed:active {
  background: #ffffff url(../images/icons/accord-plus.png) no-repeat center center;
  background-size: 12px 12px;
  width: 20px;
  height: 20px;
  padding: 0;
}

.frmGrpElemnt > li {
  float: left;
}
.frmGrpElemnt > li:first-child{
  width: 25%;
}
.frmGrpElemnt > li:last-child {
  width: 75%;
}
.ReportAddCUs {
    width: 86.7%;
}
.fileUpload {
  width: 100%;
}
ul.frmGrpElemnt li.uploadFileLi {
  width: 65%;
}
ul.frmGrpElemnt li.uploadBtnli {
  width: 35%;
}
.innerCusDetail > ul > li:nth-child(1) {
  width: 17%;
  text-align: left;
  padding-left: 25px;
  margin: auto;
}
.innerCusDetail > ul > li:nth-child(2) {
    width: 12%;
    padding-left: 25px;
}
.innerCusDetail > ul > li:nth-child(3) {
    width: 13%;
    padding-left: 25px;
}

.innerCusDetail > ul > li:nth-child(4) {
    width: 23%;
    padding-left: 25px;
}
.innerCusDetail > ul > li:nth-child(5) {
    width: 35%;
    padding-left: 25px;
}
.innerCusDetail > ul:nth-child(odd).tHead.innerfilterTable > li {
    padding-left: 25px;
}
.merychefReportTable > ul.filterTable:nth-child(odd) > li{
  padding-left: 15px;
}

.ClientReportTable > ul.filterTable:nth-child(odd) > li{
  padding-left: 15px;
}
.ClientReportTable > ul > li:nth-child(1) {
    width: 20%;
	 text-align: left;
   padding-left: 15px;
}
.ClientReportTable > ul > li:nth-child(2) {
    width: 12%;
}
.ClientReportTable > ul > li:nth-child(3) {
    width: 12%;
}
.ClientReportTable > ul > li:nth-child(4) {
    width: 12%;
}
.ClientReportTable > ul > li:nth-child(5) {
    width: 12%;
}
.ClientReportTable > ul > li {
	margin: 0 auto;
	text-align: center;
}
.generatePdf_fieldreport {
    float: left;
    padding: 15px 15px 10px;
    width: 100%;
    clear: both;
	text-align:right;
}


/* Full Screen */
.overviewWrapper .FullScreenli {
  float: right;
  margin-bottom: 0;
  margin-top: 12px;
}
.overviewWrapper .FullScreenli .exploreFullScreen, .overviewWrapper .FullScreenli .exploreFullScreen:hover {
  border: 0;
  padding: 0;
  background-color: transparent;
  margin: 0;
  border-radius: 0
}
.overviewWrapper .exploreFullScreen {
    display: inline-block;
    width: 26px;
    height: 26px;
    background: url(../images/kccm_fieldreport/fullscreenbg.png) no-repeat center center / 100% 100%;
}
.form-control.datepickerWspace {
    position: relative;
}
#ReportdateRange {
  width: 100%;
  float: left;
  position: relative;
}
.fromCustom {
  top: 44px !important;
  left: 48px !important;
  position: absolute !important;
}
.toCustom {
  top: 44px !important;
  left: 188px !important;
  position: absolute !important;
}

/*Import File */
.importFileUpload label {
    display: inline-block;
    width: 15%;
}
.importFileUpload li {
  margin: 0 0 15px;
  padding-left: 15px;
}
.importFileUpload input[type=file] {
    display: inline-block;
}

.tabData {
  margin: 20px 0 0;
}
.alarmMngmtTable {
    float: left;
}

.importErrTable.errorDetailsTable > ul li:nth-child(3) {
    text-align: center;
}
.importTableNew.alarmMngmtTable > ul.tHead li:nth-child(3) {
    border-radius: 0;
    text-align: left;
}
#import_mtwIceTempChartdiv {
    width: 100%;
    height: 1520px;
    min-width: 0 px;
}
#opdatadetails {
    width:100%;
    overflow-x: scroll;
}

/* ****** ****** ****** ****** ****** **
 * ****** Equipment Search ****** *
** ****** ****** ****** ****** ****** */
.dequipmentSearchDiv {
    float:left;
	width:100%;
	clear:both;
    margin: 0px 0px 10px;
    padding: 10px;  
	background: #eff0f4;
    border-bottom: 1px solid #bfbfbf;
}
.cs > ul {
    float:left;
	width:100%;
	clear:both;
    margin: 0px;
    padding: 0px;  
}
.dequipmentSearchDiv > ul > li {
    padding:0px 15px 0px 0px;  
    float: left;   
	margin:0px;
}  
.dequipmentSearchDiv > ul > li .btn-file{
    width:100%;
}   
.dequipmentSearchDiv > ul > li:nth-child(1) {
    width:25%;
}     
.dequipmentSearchDiv > ul > li.goBtnLi .btn{ 
	margin:25px 0px 0px 0px;
} 
.dequipmentSearchDiv > ul > li > label { 
    float: left;   
	padding:0px 0px 0px 0px;
	width:100%;
}    
.dequipmentSearchDiv > ul > li > label .required { 
    color: red;
}  
.dequipmentSearchDiv > ul > li > .form-control { 
    float: left;
	width:100%;	
}   
.dequipmentSearchDiv > ul > li .help-block {  
    padding: 5px 0px 0px 0px;
    clear: both;
	margin:0px;
}  

/* ****** ****** ****** ****** ****** **
 * ****** Fryer Software Upgrade Table ****** *
** ****** ****** ****** ****** ****** */

.fryerSoftwareUpgradeTable {
    width: 100%;
    display: table;
}
.fryerSoftwareUpgradeTable > ul {
    width: 100%;
    display: table-row;
}
.fryerSoftwareUpgradeTable > ul.tBody:hover li {
    background: #ffffff;
}
.fryerSoftwareUpgradeTable > ul:nth-child(odd).tHead > li {
    background: #333F48;
    color: #fff;
}
.fryerSoftwareUpgradeTable > ul > li {
    display: table-cell;
    padding: 10px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #f2f2f2;
    border-top: 1px solid #ffffff;
}
.fryerSoftwareUpgradeTable > ul > li a {
    color: #333F48;
}
.fryerSoftwareUpgradeTable > ul > li a:hover {
    color: #003366;
    text-decoration: none;
} 
.fryerSoftwareUpgradeTable > ul > li:nth-child(1) {
    width: 5%;
    text-align: center;
}
.fryerSoftwareUpgradeTable > ul > li:nth-child(2) {
    width: 5%;
    text-align: center;
}
.fryerSoftwareUpgradeTable > ul > li:nth-child(3) {
    width: 6%; 
}
.fryerSoftwareUpgradeTable > ul > li:nth-child(4) {
    width: 10%; 
}
.fryerSoftwareUpgradeTable > ul > li:nth-child(5) {
    width: 15%; 
}
.fryerSoftwareUpgradeTable > ul > li:nth-child(6) {
    width: 10%; 
}
.fryerSoftwareUpgradeTable > ul > li:nth-child(7) {
    width: 13%; 
}
.fryerSoftwareUpgradeTable > ul > li:nth-child(8) {
    width: 12%; 
}
.fryerSoftwareUpgradeTable > ul > li:nth-child(9) {
    width: 12%; 
}
.fryerSoftwareUpgradeTable > ul > li:nth-child(10) {
    width: 12%; 
}
.fryerSoftwareUpgradeTable > ul:nth-child(even) > li {
    background: inherit;
}
.fryerSoftwareUpgradeTable > ul:nth-child(odd) > li {
    background: #f5f5f5;
}
.fryerSoftwareUpgradeTable .statusSuccess {  
	color:#29a329; 
}  
.fryerSoftwareUpgradeTable .statusWarning {  
	color:#FFBE00; 
}  
.fryerSoftwareUpgradeTable .statusDanger {  
	color:#f13035; 
}  
.fryerSoftwareUpgradeTable .statusInfo {  
	color:#0AAEFF; 
}
