/* ------------------------------------------
  FONT CSS STYLES
--------------------------------------------- */
@font-face
{
    font-family: 'SegoeUILight';
    src: url('../fonts/segoeuil.eot');
    src: url('../fonts/segoeuil.eot') format('embedded-opentype'), url('../fonts/segoeuil.woff') format('woff'), url('../fonts/segoeuil.ttf') format('truetype'), url('../fonts/segoeuil.svg#SegoeUILight') format('svg');
}

@font-face
{
    font-family: 'SegoeUISemibold';
    src: url('../fonts/seguisb.eot');
    src: url('../fonts/seguisb.eot') format('embedded-opentype'), url('../fonts/seguisb.woff') format('woff'), url('../fonts/seguisb.ttf') format('truetype'), url('../fonts/seguisb.svg#SegoeUISemibold') format('svg');
}

a
{
    color: #333;
    text-decoration: none;
    outline: none;
}

a:hover,
a:focus
{
    color: #333;
    text-decoration: underline;
    outline: none;
}

/*    */

.left-side-menu-outer {
    width: 250px;
	float: left;
	background: #37474f;
	padding-left: 0px;
	padding-right: 0px;
	position: fixed;
	z-index: 99999;
}

.left-side-menu {
	width: 100%;
}

.left-side-menu .logo {
	width: 100%;
	margin: 0px !important;
	display: block;
    background: url(../images/logo.png) no-repeat;
	background-position: center center;
    height:7.5%;
	border-bottom: 1px solid #263238;
}

.left-side-menu ul {
	padding: 0;
	list-style: none;
}

.left-side-menu ul li {
	margin-bottom: 1px;
}

.left-side-menu ul li a {
	width: 100%;
	padding: 14px 24px;
	color: #90a4ae;
	display: inline-block;
	text-decoration: none;
}

.left-side-menu ul li a:hover {
	width: 100%;
	padding: 14px 24px;
	color: #cfd8dc;
	background-color: #455a64;
	display: inline-block;
	text-decoration: none;
}

.left-side-menu ul li a i {
	font-size: 16px;
	margin-right: 15px;
}

.left-side-menu ul li a span {
	float: right;
	font-size: 10px;
    line-height: 16px;
}

.left-side-menu ul li a.active {
	width: 100%;
	padding: 14px 24px;
	color: #90a4ae;
	display: inline-block;
	background: #263238;
	text-decoration: none;
}
.left-side-menu-selected{          
    color: #cfd8dc !important;
    background-color: #37474f;
}
.left-side-menu ul li ul {
	background: #2c3a41;
	padding: 8px 0;
}

.left-side-menu ul li ul li {
	display: flex;
}

.left-side-menu ul li ul li a {
	padding: 8px 24px 8px 24px;
	font-size: 14px;
}

.left-side-menu ul li ul li a i {
	font-size: 12px;
	margin-bottom: 2px;
	color: #90a4ae;
}

.left-side-menu ul li ul li a:hover i {
	color: #cfd8dc;
}


.left-side-menu ul li ul li a:hover {
	padding: 8px 24px 8px 24px;
	font-size: 14px;
	color: #cfd8dc;
	background-color: #37474f;
	text-decoration: none;
}

.left-side-menu ul li ul li a.active {
	padding: 8px 24px 8px 24px;
	color: #cfd8dc;
	background-color: #37474f;
}

.left-side-menu ul li ul li a.asset-plus1 {
	padding: 8px 24px 8px 24px;
	float: left;
    width: 210px;
	display: inline-block;
	font-size: 14px;
}

.left-side-menu ul li ul li a.asset-plus2 {
	padding: 8px 12px;
    float: right;
    width: 40px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
}

.left-side-menu ul li ul li a.asset-plus2 i {
	float: none;
	color: #fba81c;
	font-size: 14px;
}

.ui-accordion-header-active {
	background-color: #455a64 !important;
	color: #cfd8dc !important;
}

.body-content {
	margin-left: 250px;
}

.body-content-register {
    margin: 0px auto;
	text-align: center;
}

.grid-status {
    margin: 0px auto;
    text-align: center;
}

.topNav {
	width: 100%;
    height: 48px;
    display: inline-block;
    background-color: #36a9e1;
	position: fixed;
	z-index: 9999;
	text-align: right;
	left: 0;
}

ul.navbar-nav> li:last-child> a {
	margin-right: 0;
}

/*ul.navbar-nav> li:last-child .dropdown-menu {
	right: 0;
}

ul.navbar-nav> li> a {
	margin-right: 15px;
	height: 32px;
    width: 32px;
    text-align: center;
    display: inline-block;
    line-height: 30px;
    margin-top: 8px;
    background-color: #1e8fc6 !important;
    border-radius: 3px;
	padding: 0;
}

ul.navbar-nav> li> a i {
	font-size: 20px;
	line-height: 32px;
	color: #fff;
}

ul.navbar-nav li a:hover i, ul.navbar-nav li a:focus i {
	color: #72ccf8;
	padding: 0;
}*/

.leftNav {
	width: 100%;
	height: 48px;
    display: inline-block;
	background-color: #1e8fc6;
}

div.toggle-menu {
	height: 32px;
    width: 32px;
    text-align: center;
    display: inline-block;
    line-height: 32px;
    margin-top: 8px;
    margin-right: 8px;
    float: right;
    background-color: #36a9e1;
    border-radius: 3px;
	cursor: pointer;
}

div.toggle-menu i {
	color: #fff;
	line-height: 32px;
}

a.toggle-menu:hover {
	
}

div.toggle-menu:hover i {
	color: #72ccf8;
}

/*    */

.dropdown-menu li.title {
    padding: 10px 20px;
    font-size: 14px;
	font-weight: 600;
    clear: both;
}

.dropdown-menu li.user {
	padding: 10px 20px;
	font-size: 14px;
    color: #333;
	font-weight: 600;
}

.dropdown-menu li.user .ficon {
	font-size: 13px;
    line-height: 13px;
    color: #333;
}

.dropdown-menu > li > a
{
    display: block;
    padding: 10px 20px;
    font-size: 13px;
	color: #0090f1;
    clear: both;
    font-weight: normal;
}

.dropdown-menu > li > a .ficon {
	color: #0090f1;
}

.dropdown-menu > li > span {
	display: block;
    padding: 10px 20px;
    font-size: 16px;
	font-weight: 700;
	color: #353535;
    clear: both;
    font-weight: normal;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus
{
    color: #333;
    text-decoration: none;
    background-color: #e8f6fd;
}
.dropdown-border
 { 
    background-color: #454e59;
    border-bottom: 0px solid #7d838b;
    /*height: 58px;*/
}

.highlight-lhs-select
 { 
    background-color: #455a64 !important;
    color: #fff !important;
}

.highlight-lhs-select i
 { 
    color: #fff !important;
}

h1, h2, h3
{
    margin-top: 5px !important;
    margin-bottom: 10px !important;
}
/*
.nav > li > a:hover,
.nav > li > a:focus
{
    background-color: #454e59;
    border-bottom: 4px solid #7d838b;
    height: 58px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus
{
    background-color: #454e59;
    border-bottom: 4px solid #7d838b;
    height: 58px;
}


.navbar-right .ficon {
	font-size: 30px;
	line-height: 27px;
	color: #fff;
}
*/
/* ------------------------------------------
  GUEST HEADER CSS STYLES
--------------------------------------------- */
.guest-log
{
    width: 100%;
    background-color: #313131;
    text-align: right;
    color: #fff;
    height: 55px;
}

body
{
    font-family: 'Segoe UI', sans-serif !important;
    font-size: 14px;
    color: #333;
    /*background: url(../images/2/page-background.jpg);*/
	/*background: #ebeef2;*/
	background-position: top center;
	background-size: cover;
    /*overflow-x: hidden;*/
}

.no-padding {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.mt20
{
    margin-top: 0px;
}

.wrap
{
    /*background-color: #fff;*/
}

.logo
{
    
}

.logolink
{
    display: block;
    background: url(../images/logo.png) no-repeat;
	background-position: center center;
    height: 58px;
    width: 160px;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.dropdown-width {
    width: 75% !important;
}

.mtlink
{
    margin-top: 15px;
}
.mtlink-settings
{
    margin-top: 10px;
}
.mtlink-top
{
    margin-top: 5px;
}

.mtlink-duedate
{
    margin-top: 15px;
}
.mtlinkX-duedate
{
    margin-top: 15px;
    margin-left: 10%;
}
.subliks
{
    color: #333;
}

.subliks:hover
{
    color: #333;
}

.subliks:active
{
    color: #333;
}

.subliks:link
{
    color: #333;
}

.subliks:visited
{
    color: #333;
}

.searchbar
{
    /*background: #479cd2;
    border-bottom: 1px solid rgba(0,0,0, 0.2);*/
	background-image: url(../images/2/asset-cloud-header-bg-v3.png);
	background-repeat: no-repeat;
	background-size: cover;
    height: 58px;
}

.tabdashboard
{
    float: left;
}

.lock-unlock 
{
	margin-left: 5px;
}

.tabmain
{
	background: #fff;	
	border-bottom: 1px solid #ddd;
	box-shadow: 0 0 5px rgba(0,0,0,.25);
    border-left: none;
    border-right: none;
    padding: 0px 15px 0px 15px;
	clear: both;
}

/*    ----Buttons----   */

.success-add-save-border {
    outline: none;
    padding: 5px 20px 5px 20px;
    border: solid 1px #0099ff;
    background-color: #fff;
    font-size: 12px;
    width: auto;
    border-radius: 3px;
    border-color: #479a02 !important;
    background-color: #54ba0e !important;
    color: #fff !important;
}

#btnSaveView {
	border-color: #479a02 !important;
	background-color: #54ba0e !important;
	color: #fff !important;
}

#btnSaveView:hover {
	border-color: #479a02 !important;
	background-color: #479a02 !important;
	color: #fff !important;
}

#btnSaveSettings {
	border-color: #479a02 !important;
	background-color: #54ba0e !important;
	color: #fff !important;
}

#btnSaveSettings:hover {
	border-color: #479a02 !important;
	background-color: #479a02 !important;
	color: #fff !important;
}

#btnCreateAsset {
	border-color: #479a02 !important;
	background-color: #54ba0e !important;
	color: #fff !important;
}

#btnCreateAsset:hover {
	border-color: #479a02 !important;
	background-color: #479a02 !important;
	color: #fff !important;
}

#btnSave {
	border-color: #479a02 !important;
	background-color: #54ba0e !important;
	color: #fff !important;
	border-width: 1px !important;
}

#btnSave:hover {
	border-color: #479a02 !important;
	background-color: #479a02 !important;
	color: #fff !important;
	border-width: 1px !important;
}

#btnDelete {
	border: 1px solid #fe1f1f;
	background-color: #fe423f;
	color: #fff;
}


#btnDelete:hover {
	border: 1px solid #fe1f1f;
	background-color: #fe1f1f;
	color: #fff;
}

#btnYes {
	border: 1px solid #fe1f1f !important;
	background-color: #fe423f !important;
	color: #fff !important;
}
#btnYes:hover {
	border: 1px solid #fe1f1f !important;
	background-color: #fe1f1f !important;
	color: #fff !important;
}


.btn-secondary {
	background-color: #DCDCDC !important;
    border-color: #ABABAB !important;
	color: #666 !important;
}

.btn-secondary:hover {
	border: 1px solid #fe1f1f !important;
	background-color: #fe1f1f !important;
	color: #fff !important;
}

#btnUploadPhoto {
	border-color: #fba81c;
	border-width: 2px;
}

#btnUploadPhoto:hover {
	background-color: #fba81c;
	color: #353535;
}

#lnkSave {
	border-color: #479a02;
	background-color: #54ba0e;
	color: #fff;
}

#lnkSave:hover {
	border-color: #479a02;
	background-color: #479a02;
	color: #fff;
}

.btn-primary {
	background-color: #f7ac15!important;
    border-color: #CE8E0F!important;
    color: #694600!important;
    border-radius: 3px!important;
}

.btn-primary:hover {
	background-color: #444 !important;
	border-color: #444 !important;
	color: #fff !important;
}

#btn_Add .btn-attach {
	border-width: 2px !important;
	font-family: 'Segoe UI', sans-serif !important;
}

input {
	font-family: 'Segoe UI', sans-serif !important;
}

.buttonCenter:focus,
.btn-blue:focus,
.btn-whte:focus,
.inputLocks:focus,
.buttonLeft:focus,
.buttonRight:focus,
.buttonRptRight:focus{
color: #fff;
	background-color: #444;
	border-color: #444;
}

 .buttonRptRight:hover:enabled {
     border-color: #444;
     background-color: #444;
     color: #fff;
    
}


 .buttonRptRight:disabled {
     pointer-events: none;
     opacity: 0.4;
    
}

#btnSave:focus,
.buttonAdd:focus {
	border-color: #479a02 !important;
	background-color: #479a02 !important;
	color: #fff !important;
	border-width: 1px !important;
} 

/*    ----Buttons----   */

/*#dvIndex {
	margin-left: -15px;
	margin-right: -15px;
}*/

.callOut {
	width: auto;
	display: block;
	margin: 0 auto;
	background-color: #eaeaea;
}


.tabnone
{
    display: none;
}

.tabpanel
{
    width: 100%;
	background: transparent;
	/*
	border-bottom: 1px solid #DCDCDC;
	background-color: #fff;*/
}

.k-grouping-header {
	background-color: #454e59 !important;
}

.k-group-indicator {
	background-color: #0099ff !important;
	border-color: #0099ff !important;
}

.tabblue
{
    color: #fff;
    padding: 0 13px;
    cursor: pointer;
	line-height: 54px;
    float: left;
    background-color: #0090F1;
    border-bottom: 4px solid #fba81c;
    font-weight: bold;
    font-size: 14px;
	-webkit-font-smoothing: antialiased;
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.dropdown-toggle { max-height: 58px; }

.tabgray
{
    color: #fff;
    padding: 0 13px;
	line-height: 54px;
	padding-bottom: 4px;
    cursor: pointer;
    float: left;
    font-weight: 600;
    font-size: 14px;
	-webkit-font-smoothing: antialiased;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
	border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.tabgray:hover
{
    color: #FFF;
    padding: 0 13px;
	line-height: 54px;
	border-bottom: 4px solid #7d838b;
	background-color: #454e59;
    cursor: pointer;
    float: left;
    font-weight: none;
    font-size: 14px;
	-webkit-font-smoothing: antialiased;
}
/*
.ficon {
	font-size: 20px;
	color: #fba81c;
}
*/
.ico-lisz
{
    font-size: 14px;
	margin: 0px;
 float:left;
}
.ico-listn
{
    font-size: 12px;
 margin:4px 0px -2px 0px;
 float:left;
}
.ico-lists
{
    font-size: 12px;
	margin: 6px 0px -2px 0px;
	float:left;
}
.ico-lists2
{
	font-size: 12px;
	margin: 6px 0px -2px 0px;
 float:left;
}
.list-text
{
	font-size: 13px;
 margin:5px 0px 0px 10px;
 float:left;
	/*color: #5f5f5f;*/
}

.list-firstchild {
	border-left: none !important;
}

.list-firstchild, .list-nchild, .list-lastchild
{
    padding:0px 10px 3px 10px;
    float: left;
    line-height: 30px;
    background-color: transparent;
	border-bottom: 3px solid transparent;
    cursor: pointer;
	color: #454e59;
	border-left: 1px solid rgb(255,255,255);
    border-right: 1px solid rgba(0,0,0,.1);
}

.list-firstchild .ficon, .list-nchild .ficon, .list-lastchild .ficon {
	color: #f7ac15;
}

.list-firstchild:hover .ficon, .list-nchild:hover .ficon, .list-lastchild:hover .ficon {
	color: #454e59;
}


.list-firstchild:hover, .list-nchild:hover, .list-lastchild:hover
{
    padding:0px 10px 3px 10px;
    float: left;
    line-height: 30px;
    background-color: #fff;
	border-bottom: 3px solid #479cd2;
    cursor: pointer;
	color: #333;
}

.list-firstchild-selected:focus, .list-nchild-selected:focus, .list-lastchild-selected:focus {
	outline: none;
}

.list-firstchild-selected, .list-nchild-selected, .list-lastchild-selected {
	padding:0px 10px 3px 10px;
	float: left;
	line-height: 30px;
	background-color: #fff;
	border-bottom: 3px solid #479cd2;
	cursor: pointer;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	color: #454e59;
	border-right: 1px solid rgba(0,0,0,.1);
}
.list-firstchild-selected .ficon, .list-nchild-selected .ficon, .list-lastchild-selected .ficon {
	color: #f7ac15;
}
.listmenu-firstchild {
	border-left: none !important;
}

.listmenu-firstchild, .listmenu-nchild, .listmenu-lastchild
{
    padding:0px 5px 3px 5px;
    float: left;
    line-height: 30px;
    background-color: transparent;
	border-bottom: 3px solid transparent;
    cursor: pointer;
	color: #454e59;
	border-left: 1px solid rgb(255,255,255);
}

.listmenu-firstchild .ficon, .listmenu-nchild .ficon, .listmenu-lastchild .ficon {
	color: #f7ac15;
}

.listmenu-firstchild:hover .ficon, .listmenu-nchild:hover .ficon, .listmenu-lastchild:hover .ficon {
	color: #454e59;
}


.listmenu-firstchild:hover, .listmenu-nchild:hover, .listmenu-lastchild:hover
{
    padding:0px 5px 3px 5px;
    float: left;
    line-height: 30px;
    background-color: #fff;
	border-bottom: 3px solid #479cd2;
    cursor: pointer;
	color: #333;
}

.listmenu-firstchild-selected, .listmenu-nchild-selected, .listmenu-lastchild-selected {
    padding:0px 5px 3px 5px;
    float: left;
    line-height: 30px;
    background-color: #fff;
	border-bottom: 3px solid #479cd2;
    cursor: pointer;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	color: #454e59;
}
.listmenu-firstchild-selected .ficon, .listmenu-nchild-selected .ficon, .listmenu-lastchild-selected .ficon {
	color: #f7ac15;
}

.listplus-firstchild {
	border-left: none !important;
}

.listplus-firstchild, .listplus-nchild, .listplus-lastchild
{
   padding:4px 5px 4px 4px;
    float: left;
    line-height: 30px;
    background-color: transparent;
	border-bottom: 3px solid transparent;
    cursor: pointer;
	color: #454e59;
	border-left: 1px solid rgb(255,255,255);
    border-right: 1px solid rgba(0,0,0,.1);
 }

.listplus-firstchild .ficon, .listplus-nchild .ficon, .listplus-lastchild .ficon {
	color: #f7ac15;
}

.listplus-firstchild:hover .ficon, .listv-nchild:hover .ficon, .listplus-lastchild:hover .ficon {
	color: #454e59;
}


.listplus-firstchild:hover, .listplus-nchild:hover, .listplus-lastchild:hover
{
   padding:4px 5px 4px 4px;
    float: left;
    line-height: 30px;
    background-color: #fff;
	border-bottom: 3px solid #479cd2;
    cursor: pointer;
	color: #333;

}

.listplus-firstchild-selected, .listplus-nchild-selected, .listplus-lastchild-selected {
	  padding:4px 5px 4px 4px;
        float: left;
    line-height: 30px;
    background-color: #fff;
	border-bottom: 3px solid #479cd2;
        cursor: pointer;
	font-weight: 600;
	-webkit-font-smoothing: antialiased;
	color: #454e59;
	border-right: 1px solid rgba(0,0,0,.1);
}
.listplus-firstchild-selected .ficon, .listplus-nchild-selected .ficon, .listplus-lastchild-selected .ficon {
	color: #f7ac15;
}

.list_plus {
 padding:4px 5px 10px 15px;
 background-color: transparent !important;
 background:  url(../images/plus_cr.png)  #fff no-repeat right;

}
.list_plus:hover {
 padding:4px 5px 10px 15px;
 background-color: transparent !important;
 background:  url(../images/plus_cr_hover.png)  #fff no-repeat right;
}

.Wasp_menu {
    width:auto;
    padding:1px;
    float :left
}
/*.list-nchild
{
    padding:0px 10px 3px 10px;
    float: left;
    line-height: 30px;
    background-color: transparent;
    border-left: 1px solid rgba(255, 255, 255, 0.47);
	border-right: 1px solid rgba(0, 0, 0, 0.15);
    cursor: pointer;
	color: #9B9B9B;
}

.list-nchild .ficon {
	color: #9B9B9B;
}

.list-nchild:hover .ficon {
	color: #353535;
}

.list-nchild:hover
{
    padding:0px 10px 3px 10px;
    float: left;
    line-height: 30px;
    background-color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.47);
	border-right: 1px solid rgba(0, 0, 0, 0.15);
    cursor: pointer;
	color: #353535;
}

.list-nchild-selected
{
    padding:0px 10px 3px 10px;
    float: left;
    line-height: 30px;
    background-color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.47);
	border-right: 1px solid rgba(0, 0, 0, 0.15);
    cursor: pointer;
	color: #353535;
}

.list-lastchild
{
    padding:0px 10px 3px 10px;
    float: left;
    line-height: 30px;
    background-color: transparent;
    border-left: 1px solid rgba(255, 255, 255, 0.47);
	border-right: 1px solid rgba(0, 0, 0, 0.15);
    cursor: pointer;
	color: #9B9B9B;
}

.list-lastchild .ficon {
	color: #9B9B9B;
}

.list-lastchild:hover .ficon {
	color: #353535;
}

.list-lastchild:hover
{
    padding:0px 10px 3px 10px;
        float: left;
    line-height: 30px;
    background-color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.47);
	border-right: 1px solid rgba(0, 0, 0, 0.15);
        cursor: pointer;
	color: #353535;
}

.list-lastchild-selected {
    padding:0px 10px 3px 10px;
        float: left;
    line-height: 30px;
    background-color: #fff;
    border-left: 1px solid rgba(255, 255, 255, 0.47);
	border-right: 1px solid rgba(0, 0, 0, 0.15);
        cursor: pointer;
	color: #353535;
}*/
.list-onechild {
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 5px;
    cursor: pointer;
    float: left;
    margin-left: 15px;
     padding: 0px 10px 3px 5px;
	color: #353535;
}
.list-onechild:hover {
    padding: 0px 10px 3px 5px;
    float: left;
    background-color: #ededed;
    border: 1px solid #cccccc;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 15px;
}
.list-onechild-selected {
    padding: 0px 10px 3px 5px;
    float: left;
    background-color: #ededed;
    border: 1px solid #cccccc;
    border-radius: 5px;
    cursor: pointer;
    margin-left: 15px;
}
.searchlist
{
    border-radius: 15px;
    position: absolute;
    margin: 10px 30px 0 0;
    right: 0px;
    background: url(../images/search.jpg) #fff no-repeat right;
    padding-right: 10px;
    border: 1px solid #cccbcb;
}

.k-autocomplete .k-input {
	border-radius: 0 !important;
}

#customViewList .k-state-selected {
	background-color: #0099ff!important;
    color: #fff!important;
    border-radius: 0px!important;
    border: 0!important;
}

.column-overflow
{
    max-width: 250px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.woasset-column-overflow {
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#ManageCustomView .k-grid-header 
{
    padding: 0 !important;
}

#ManageCustomView .k-grid-content 
{
    overflow-y: visible;
}

#ManageCustomView .k-filtercell > span > label 
{
    vertical-align: middle;
    margin-left: 10px;
}

.searchlist input[type="text"]
{
    color: #333;
    outline: none;
    padding: 6px 30px 6px 10px;
    border: solid 1px #FFF;
    font-size: 12px;
    width: 200px;
    margin-left: 10px;
    margin-right: 30px;
    font-family: 'Segoe UI', sans-serif;
    background-color: #fff;
}

.headingfield {
	width: 100%;
    padding: 0px;
    display: inline-block;
}

.headingfield .ficon {
	float: left;
	margin-right: 20px;
	font-size: 46px;
	color: #454e59;
	margin-left: 20px;
}

.headingfield h1
{
    font-family: 'Segoe UI', sans-serif;
    font-size: 16px;
    font-weight: 600;
    margin-left: 96px;
    line-height: 18px;
}

.headingfield h2
{
    font-family: 'Segoe UI', sans-serif;
    font-size: 13px;
	line-height: 18px;
    font-weight: normal;
    margin-left: 96px;
	color: #454e59;
}

.alert-green
{
    font-family: 'Segoe UI', sans-serif;
    font-size: 12px;
    font-weight: 200;
    border: 1px solid #88c112;
    border-radius: 5px;
    margin: 10px 30px;
    padding: 6px 5px 3px 5px;
    color: #527812;
    background-color: #d8eccf;
}

.alert-red
{
    /*font-family: 'Segoe UI', sans-serif;
    font-size: 12px;
    font-weight: 400;
	color: #c41411;
    margin: 10px 30px;
	border-width: 1px;
    border-style: solid;
    border-color: #f69988;
	border-radius: 2px;
	background-color: #fde0dc;
    padding: 24px;*/
    font-family: 'Segoe UI', sans-serif;
    font-size: 12px;
    font-weight: 200;
    border: 1px solid #da4932;
    border-radius: 5px;
    margin: 10px 30px;
    padding: 6px 5px 3px 5px;
    color: #da4932;
    background-color: #fcb0a4;
}

.alert-yellow
{
    font-family: 'Segoe UI', sans-serif;
    font-size: 12px;
    font-weight: 200;
    border: 1px solid #c9c869;
    border-radius: 5px;
    margin: 10px 30px;
    padding: 6px 5px 3px 5px;
    color: #444444;
    background-color : #f5f461;
}

.grid-topnav
{
    border: 1px solid #cccccc;
    border-bottom: none;
    background-color: #f4f4f6;
    margin: 10px 15px 0px 15px;
    padding-bottom: 10px;
}

.grid-border
{
    border: 1px solid #cccccc;
    margin: 0px 15px 10px 15px;
    height: auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.grid-border-1
{
    border: 1px solid #cccccc;
    height: auto;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.grid-border-sub
{
    border: 1px solid #cccccc;
    margin: 0px 15px 10px 15px;
    height: auto;
    width: 860px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.copy
{
    font-size: 12px;
    color: #9c9c9c;
    margin: 15px 0px 15px 15px;
}


.sub-labels
{
    color: #444;
    padding: 15px 16px;
    background-color: #fff;
    font-size: 14px;
    width: auto;
    text-align: center;
    font-weight: normal;
    float: left;
    cursor: pointer;
	border-right: 1px solid rgba(0,0,0,.15);
}

.sub-labels:last-child {
	border-right: none;
}

.sub-labels:hover
{
    color: #fff;
    outline: none;
    background-color: #454e59;
    font-size: 14px;
    width: auto;
    text-align: center;
    float: left;
    cursor: pointer;
}

.sub-page-links {
	font-size: 24px;
	color: #353535;	
	padding: 8px;
}

.sub-page-links:hover {
	font-size: 24px;
	color: #fba81c;	
}

.print-icon
{
    margin: -5px 3px 0 0;
    float: right;
    font-size: 12px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}
.index-print-icon
{
    margin: 6px 15px 0 0;
    font-size: 12px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    float: left;
}

.customview-drop {
    margin: 10px 15px 0 15px;
    float: left;
}

.label-drop {
    margin-top: 4px;
    float: left;
}

.cv-combo {
    width: 220px!important;
    margin-left: 5px;
}

.receipt-combo {
    width: 400px !important;
    margin: 10px;
}

.dvCustom-save {
     float: right; 
     margin-top: 4px;
}

.exporthistory-grid-icon {
    margin: 0px 0px 0 0;
    float: right;
    font-size: 12px;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: 0 1px 1px rgba(0,0,0,0.05)
}

.check-list
{
    float: right;
    padding: 15px 8px 0px;
}

.ckeck-lists
{
    float: right;
    padding: 8px 8px 0px;
}

/* ------------------------------------------
  POPUP CSS STYLES
--------------------------------------------- */
.popup-bg
{
    background-color: #fff;
}

.popup-bg-cv
{
    background-color: #fff;
    margin-left: 10px;
}

.popup-bg-attach
{
    background-color: #fff;
    height: 250px;
    overflow: auto;
}

.popup-bggrid
{
    background-color: #fff;
    height: 400px;
    margin: 35px 15px;
    border: 1px solid #ccc;
}

.popup-heads
{
    border-bottom: none;
    background-color: #313131;
    padding: 10px 15px 0px 25px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-bottom: 15px;
    color: #fff;
    font-weight: bold;
}

#kacScan {
	background-color: #FFECD1 !important
}

.popup-footer
{
     /*border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    background-color: #eff8fd;
    padding: 0px 5px 10px 0px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    color: #fff;
    height: 50px;
    width: 99%;*/
    color: #fff;
    height: 50px;
    width: 100%;
}

.label-field
{
    padding: 7px 0px 7px 25px;
}

.label-text
{
    padding: 7px 0px 7px 25px;
}

.container
{
    width: 100%;
    max-width: 100%;
}

.footer-extend-set-height {
    height: 50px;
}

footer
{
    border-top: 1px solid #cacaca;
    background-color: rgba(255, 255, 255, 1);
    height: 60px;
    margin: 15px 0px 0px 0px;
    position: fixed;
    width: 100%;
    bottom: 0px;
    z-index: 1;
	left: 0px;
}

#customViewList
{
    margin-left: 15px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    display: inline-block;
	overflow: hidden;
}

.k-window div.k-window-content
{
    overflow: hidden;
}

.view-asset-link
{
    color: black;
    font-size: 11px;
    font-weight: normal;
}

.view-asset-link:hover
{
    color: black;
    font-size: 11px;
    font-weight: normal;
}

.k-state-selected {
    color: #ffffff !important;
    background-color: #00b0ff !important;
}

.k-pager-numbers .k-state-selected {
    border-color: #479cd2 transparent transparent !important;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #ffffff !important;
}

.k-list > .k-state-selected.k-state-focused {
    color: #ffffff !important;
}

.k-calendar .k-header {
	background-color: #479cd2 !important;
}

.k-calendar td.k-state-selected {
	background-color: #479cd2 !important;
}

.k-calendar .k-header .k-state-hover {
	background-color: #3378a4 !important;
}

.k-calendar .k-footer .k-nav-today {
	color: #479cd2 !important;
}

.mb-pop
{
    margin-bottom: -9px !important;
}


.k-window-titlebar
{
    background-color: #313131 !important;
    color: #fff !important;
    padding-bottom: 7px !important;
    background-image: none !important;
}

.k-block > .k-header, .k-window-titlebar
{
    /*padding: 5px 0px 10px 0px !important;*/
    font-size: 14px !important;
}

/************************************************ Add Asset Type  **********************************************/
.add-as
{
    margin: 10px 15px 15px 15px;
}

.Addtabmain
{
    background-color: transparent;
    padding-top: 15px;
}

.Addtabblue
{
	color: #fff;
	padding: 12px 18px;
    cursor: pointer;
    float: left;
	background-color: #0fa0fe;
	font-size: 13px;
}

.Addtabgray
{
	color: #454e59;
	padding: 12px 18px;
    cursor: pointer;
    float: left;
	background: rgba(255,255,255, 0.5);
	font-size: 13px;
}

.Addtabgray:hover
{
	background-color: #444;
	color: #fff;
}

#Addtab1 { border-left: none; border-right: 1px solid rgba(0, 0, 0, 0.15); }
#Addtab2 { border-left: 1px solid rgba(255, 255, 255, 0.47); border-right: 1px solid rgba(0, 0, 0, 0.15); }
#Addtab3 { border-left: 1px solid rgba(255, 255, 255, 0.47); border-right: 1px solid rgba(0, 0, 0, 0.15); }
#Addtab4 { border-left: 1px solid rgba(255, 255, 255, 0.47); border-right: 1px solid rgba(0, 0, 0, 0.15); }
#Addtab5 { border-left: 1px solid rgba(255, 255, 255, 0.47); border-right: 1px solid rgba(0, 0, 0, 0.15); }
#Addtab6 { border-left: 1px solid rgba(255, 255, 255, 0.47); border-right: 1px solid rgba(0, 0, 0, 0.15); }
#Addtab7 { border-left: 1px solid rgba(255, 255, 255, 0.47); border-right: 1px solid rgba(0, 0, 0, 0.15); }
#Addtab8 { border-left: 1px solid rgba(255, 255, 255, 0.47); border-right: 1px solid rgba(0, 0, 0, 0.15); }
#Addtab9 { border-left: 1px solid rgba(255, 255, 255, 0.47); border-right: 1px solid rgba(0, 0, 0, 0.15); }
#Addtab10 { border-left: 1px solid rgba(255, 255, 255, 0.47); border-right: 1px solid rgba(0, 0, 0, 0.15); }
#Addtab11 { border-left: 1px solid rgba(255, 255, 255, 0.47); border-right: 1px solid rgba(0, 0, 0, 0.15); }

.tabsbar
{
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    display: inline-block;
	overflow: hidden;
}

.headings
{
    color: #222;
    width: 100%;
    background-color: #fff;
    padding: 10px 0px 10px 25px;
    float: left;
    font-size: 15px;
	font-weight: 600;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
	-webkit-font-smoothing:antialiased;
}

.stage-field
{
    color: #333;
    width: 100%;
    background-color: #f6f6f6;
    padding: 7px 10px 10px 10px;
    float: left;
    border-top: none;
    font-size: 12px;
	border: 1px solid #ddd;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}

.DivUpload
{
    height: auto;
    margin: 15px 0px;
}

.uploads
{
	background: url(../images/photo-upload.png) center center;
    background-color: #fbfbfb;
    border: 1px solid #ccc;
    font-weight: bold;
    height: 191px !important;
    text-align: left;
    width: 256px !important;
	overflow: hidden;
	border-radius: 5px;
}

.uploads-nobg
{
    background-color: #fbfbfb;
    border: 1px solid #ccc;
    font-weight: bold;
    height: 191px !important;
    text-align: left;
    width: 256px !important;
	overflow: hidden;
	border-radius: 5px;
}

.uploads-btn
{
    width: 256px;
    height: auto;
}

.lft-field
{
    text-align: right;
    padding-top: 13px;
    padding-left: 5px;
}

.lft-field-adds
{
    text-align: right;
    padding-top: 19px;
    padding-left: 5px;
}

.rgt-field
{
    padding-top: 7px;
}

.rgt-quality
{
    padding-top: 13px;
}
.rgt-text
{
    padding-top: 12px;
}

.rgt-field a
{
    color: #333;
    text-decoration: none;
}

.check-field
{
    padding-top: 15px;
    cursor:default;
}

.custom-description-check-field {
    cursor: default;
}

.depreciation-check-field
{
    padding-top: 10px;
}

.cal-depreciation-date {
    text-decoration: underline; 
    color: blue; 
    cursor: pointer;
}

.radio-field
{
    padding-top: 15px;
}

.mt10
{
    margin-top: 15px;
}

.purchase-add
{
    padding: 0px 15px 15px 0px;
    background-color: #F4F4F5;
    float: left;
    margin: 15px 0px 0px 5px;
    width: 98.3%;
}

.tabgrid-add
{
    border: 1px solid #ccc;
    border-left: none;
    border-right: none;
    float: left;
    width: 98.4%;
    height: 450px;
    margin: 15px 0px 0px 5px;
}

.ErrorMsg
{
    font-size: 12px;
    font-family: 'Segoe UI', sans-serif;
    color: red;
}

.searchctrl
{
    background-color: #fafafa;
    width: 305px;
}

.k-grid-content table tbody tr:nth-child(even) {
	background-color: #f9f9f9;
}

.k-grid-content table tbody tr:hover {
	background-color: #eaeaea;
}

.k-grid-header .k-header {
	color: #737373 !important;
}

.k-grid td
{
    font-size: 12px;
}

.boldfont
{
    font-weight: bold;
}

.padLeft05
{
    padding-left: 6px;
}

.padLeft10
{
    padding-left: 10px;
}

.padLeft70
{
    padding-left: 70px;
}

.edit-txt
{
    color: #333;
    text-decoration: underline;
}

.add-btn
{
    padding-left: 68px;
}

.borderrgt
{
    border-right: 1px solid #c5c5c5;
}

.rgt-pad13
{
    padding-top: 13px;
}

.rgt-pad18
{
    padding-top: 20px;
}

.btn-attach
{
    color: #333;
    outline: none;
    padding: 5px 10px 5px 10px;
    border: solid 2px #cccccc;
    background-color: #FFF;
    font-size: 12px;
    border-radius: 5px;
    font-family: 'Segoe UI';
}

.btn-attach:hover {
	border-color: #444;
	background-color: #444;
	color: #fff;
}

.text-under, .text-under:hover
{
    text-decoration: underline;
    color: #333;
}

.popup-upload
{
    background-color: #fff;
    height: 243px;
    width: 445px;
    overflow-y: scroll;
}

.poplft-field
{
    text-align: left;
    padding-left: 15px;
}

.poprgt-field
{
    padding-top: 0px;
    margin-bottom: 15px;
}

.attach-add
{
    border: 1px solid #ccc;
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
}
.disabledbutton {
    pointer-events: none;
    opacity: 0.4;
}

.orders-disabledbutton {
    pointer-events: none;
    opacity: 0.4;
    color: #333;
    outline: none;
    padding: 5px 10px 5px 10px;
    border: solid 2px #cccccc;
    background-color: #FFF;
    font-size: 12px;
    border-radius: 5px;
}

.grid-HD
{
    background-color: #f4f4f6;
    border: 1px solid #c5c5c5;
    border-bottom: none;
    padding: 10px;
    height: 70px;
}

.grid-HD-SUB
{
    background-color: #f4f4f6;
    border: 1px solid #c5c5c5;
    border-bottom: none;
    padding: 10px;
    height: 30px;
    width: 840px;
}

.navbar-nav > li > a
{
    color: #FFF;
	max-height: 58px;
}

.mf
{
    color: Red;
}

.desc_txt
{
    width: 300px;
    height: 40px;
    margin-bottom: 10px;
}

.wid-75
{
    width: 100px !important;
}

.intabgrid-add
{
    float: left;
    width: 99%;
    height: auto;
    margin: 10px 0px 5px 5px;
}

.autofillwrap
{
    width: 300px;
    word-wrap: break-word;
}

.k-numerictextboxX-txt> span 
{
    width: 8.4em !important;
}
.k-numerictextbox-txt
{
    width: 8.4em !important;
}
/********************************** lOGIN  ***************************************/


.noscript-container {
    height: 100%;
    width: 100%;
    background: #455a64;
    margin: 0px;
    display: inline-block;
}

.noscript-logo-container {
    margin: auto;
    margin-top: 100px;
    margin-bottom: 50px;
    width: 50%;
    text-align: center;
}

.noscript-message-container {
    padding: 20px;
    margin: auto;
    width: 50%;
    text-align: center;
}


.was-login
{
    margin: 0px auto;
    width: 450px;
    margin-top: 0px;
	/*box-shadow: 0px 0px 50px rgba(0,0,0,0.1);*/
    display: table;
	border-radius: 3px;
    overflow: hidden;
    
}

.sig-log2 {
	margin: -200px auto 20px auto;
	width: 450px;
	text-align: left;
}

/*
.sig-head
{
    background: rgba(61, 146, 201, 0.8);
    border-bottom: #fff;
	background-image: url(../images/2/asset-cloud-header-bg-v3.png);
	background-repeat: no-repeat;
	background-position: -1200px;
    width: 100%;
    height: 60px;
    padding: 1px 0px 0px 5px;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
*/

.sig-log
{
    float: left;
}

.sig-log-txt
{
    float: right;
    color: #fff;
    font-size: 18px;
    padding: 15px 20px 0 0;
	display: none;
}

.sig-cmt
{
    float: left;
    width: 100%;
	/*background-color: rgb(255, 255, 255);*/
    border-top: none;
    border-bottom: none;
    padding: 5px;
	color: #f5f5f5;
}

.sig-conf
{
	font-size: 16px;
	color: #f5f5f5;
}

.sig-conf a
{
	font-size: 16px;
	color: #ffffff;
	text-decoration: underline;
}

.sig-cmt-pwd
{
    float: left;
    width: 100%;
	/*background-color: rgb(255, 255, 255);*/
    border-top: none;
    border-bottom: none;
    padding: 10px 20px 0 0;
}

.sig-foot
{
    float: left;
    /*background-color: rgba(255, 255, 255, 0.8);*/
    border-top: none;
    width: 100%;
    padding-bottom: 15px;
	border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

#btnLogin {
	color: #fff !important;
	background-color: #0fa0fe !important;
	border-color: #0090f1 !important;
	padding-top: 8px;
	padding-bottom: 8px;
	margin-right: 5px;
}

#btnLogin:hover {
	background-color: #454e59 !important;
	border-color: #454e59 !important;
}

#UserPassword, #UserName, #CurrentPassword, #NewPassword, #ConfirmPassword {
	width: 100% !important;
	margin: 8px 0 14px 0;
	border: 1px solid #A9ADB3;
	padding: 12px;
	color: #555;
	font-size: 14px;
}

#UserName:-webkit-autofill, #UserPassword:-webkit-autofill, #CurrentPassword:-webkit-autofill, #NewPassword:-webkit-autofill, #ConfirmPassword:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.signtop-field
{
    padding: 0px;
    font-size: 14px;
	font-weight: normal !important;
	color: #f5f5f5;
}

.signtop-field span.fieldRequiredLabel {
	font-weight: 600 !important;
}
.signtop-field span.ErrorMsg {
	display: none !important;
}

.signbtm-field
{
    padding: 0px;
    font-size: 12px;
}

.signlft-field
{
    padding: 5px 0px 5px 15px;
    font-size: 12px;
}

.signrgt-field
{
    padding: 5px 0px 0px 0px;
    font-size: 12px;
}

.terms-link {
    text-decoration:underline !important;
    color:#ffffff;
    padding-left:5px;
}

/*  Login Right Side  */

.loginRight {
	background: url(../images/2/login-bg.jpg);
	background-size: cover;
	background-position: bottom;
	width: 100%;
	border-left: 1px solid #C3DAE4;
	display: table;
	padding: 60px 0 0 40px;
}

.loginLeft {
	display: table;
}

.loginInner {
	width: 100%;
	height: auto;
	background: rgba(255, 255, 255, 0.6);
	padding: 25px;
}

#loginOuter {
	display: table;
	width: 100%;
	background: -webkit-linear-gradient(#bdc8d6, #d9e6f6); /* For Safari 5.1 to 6.0 */
	background: -o-linear-gradient(#bdc8d6, #d9e6f6); /* For Opera 11.1 to 12.0 */
	background: -moz-linear-gradient(#bdc8d6, #d9e6f6); /* For Firefox 3.6 to 15 */
	background: linear-gradient(#bdc8d6, #d9e6f6); /* Standard syntax */
}

.guided-tour-icon {
	background: url(../images/2/guided-tour-icon.png);
	width: 22px;
	height: 18px;
	display: inline-block;
	margin-bottom: -3px;
}

.loginRight h3 {
	text-transform: uppercase;
    color: #4e748b;
    margin-bottom: 24px;
	font-size: 15px;
	font-family: 'SegoeUISemibold';
}

.loginRight h1 {
	font-size: 50px;
    line-height: 65px;
	width: 60%;
    font-weight: normal;
    color: #222;
    margin-top: 10px;
	font-family: 'SegoeUILight';
}

.loginRight h2 {
	color: #222;
    font-size: 18px;
	width: 60%;
    line-height: 130%;
	font-family: 'SegoeUISemibold';
}

.loginRight a.tour-button {
	background: transparent;
	border: 2px solid #0fa0fe;
	padding: 12px 24px;
	margin-top: 15px;
	display: inline-block;
	border-radius: 3px;
	color: #3C3C3C;
	font-weight: 600;
	text-decoration: none;
}

.sig-foot .remember-me {
    margin: 20px 0 0 5px;
    float: left;
    cursor: default;
	color: #f5f5f5;
}

/*      */

.pass-field
{
    font-size: 12px;
}

.pass-field span
{
    float: right;
    margin: 3px 0px 5px 0px;
}

.pass-field span a {
	color: #f5f5f5;
}

.mrg-top
{
    margin-bottom: 15px;
}

.log-text
{
    width: 280px !important;
}

.forgot-ahref
{
    color: #23aae1;
    text-decoration: underline;
}

.wid-90s
{
    width: 93% !important;
}

.Registermain
{
    background-color: transparent;
    padding: 0px;
}

.rpt-registermain
{
    background-color: transparent;
    padding: 10px;
}

.register-logo
{
    background-color: #222222;
    height: 58px;
    text-align: left;
}

.register-head h1
{
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-left: 15px;
    line-height: 1px;
    text-align: center;
    text-transform: uppercase;
}

.register-field
{
    padding-top: 15px;
}

.registered-content 
{
    margin: 0 auto; 
    display: inline-block;
}

.bck-log
{
    font-size: 12px;
    padding: 20px 0px 0px 15px;
    float: left;
}

.log-list
{
    float: right;
    padding: 3px 10px 0px 15px;
    cursor: default;
}

.log-list-Sub
{
    float: right;
    padding: 0px 10px 0px 15px;
    cursor: default;
}

.log-filter
{
    float: left;
    padding-left: 10px;
}

.log-manage
{
    width: 500px;
    border: 1px solid #ccc;
    margin: 15px 0px 0px 0px;
    height: 50px;
    float: right;
}

.log-lic
{
    font-size: 12px;
    color: #6e6e6e;
    padding: 15px 0px 0px 10px;
}

.log-user
{
    font-size: 12px;
    color: #333;
    padding: 15px 0px 0px 10px;
}

.log-avai
{
    font-size: 12px;
    color: #40a349;
    padding: 15px 0px 0px 10px;
}

.log-dis
{
    font-size: 12px;
    color: #ce2a27;
    padding: 15px 0px 0px 10px;
}

.user-icon
{
    float: left;
}

.user-txt
{
    float: left;
    padding: 2px 0px 0px 6px;
}

.status-txt
{
    float: right;
    padding: 2px 0px 0px 6px;
    cursor: pointer;
}

.reg-pad135
{
    padding-left: 135px;
}

/*********************************** Roles *****************************************/
.rolesmain
{
    background-color: transparent;
    padding: 0px 15px 15px 15px;
}

.divcheck
{
    border: solid 1px #c6c6c6;
    font-size: 12px;
    width: 250px;
    height: 200px;
    border-radius: 5px;
    background-color: #FFF;
    float: right;
}

.divchecked
{
    border: solid 1px #c6c6c6;
    font-size: 12px;
    width: 250px;
    height: 200px;
    border-radius: 5px;
    background-color: #FFF;
    float: left;
}

.btn-middle
{
    margin-top: 50px;
    padding-right: 5px;
}

.chk-select
{
    margin-top: 10px;
}

.label-select
{
     margin-top: 35px;
}

.chk-rgt
{
    margin-left: 10px;
}

.chk-rgt20
{
    margin: 10px 0px 0px 15px;
}

.alert-pop
{
    font-family: 'Segoe UI', sans-serif;
    font-size: 12px;
    font-weight: 200;
    border: 1px solid #da4932;
    border-radius: 5px;
    margin: 10px 15px;
    padding: 6px 5px 3px 5px;
    color: #da4932;
    background-color: #fcb0a4;
}

.ic-left
{
    width: 50px;
    float: left;
}

.ic-left
{
    width: 50px;
    float: left;
}

.ic-alert
{
    text-align: center;
    margin: 3px 0px;
}

.role-row
{
    background: url(../images/role-grid.jpg) repeat-x;
}

.role-row-1
{
    background-color: #fff;
}

.role-row-2
{
    background-color: #f5f5f5;
}

.rolegrid-col1
{
    font-size: 12px;
    font-weight: bold;
    margin: 10px 0px;
}

.rolegrid-alter-col1
{
    font-size: 12px;
    margin: 10px 0px;
    cursor: default;
}

.role-pad
{
    margin: 10px 10px;
}

.underline
{
    text-decoration: underline !important;
    cursor: pointer;
    font-size: 12px;
}

.enable
{
    margin-bottom: 10px;
}

.invite
{
    margin-top: 10px;
}

/************************************ Roles Grid *******************************************/

.role-avail
{
    width: 370px;
    float: left;
}

.role-btns
{
    float: left;
}

.role-selected
{
    width: 370px;
    float: left;
}

.chk-avai-user
{
    margin: 10px 0px;
    width: 100%;
}

.role-grid
{
    width: 100%;
    background-color: #ccc;
    height: 250px;
    float: left;
}

.chk-selectlft
{
    margin-left: 0px;
}

.btn-middle
{
    margin-top: 90px;
}

.chk-btm
{
    margin-bottom: 10px;
}

.chk-right
{
    float: right;
    padding-right: 10px;
}

.role-full
{
    width: 910px;
    height: 345px;
}

.role-checkapp
{
    width: 910px;
    height: 50px;
    float: left;
}

.pop-align
{
    font-size: 12px;
    margin: 10px;
}

.role-lft-field
{
    text-align: left;
    padding-top: 20px;
}
/* To remove Cross Sign in Textbox in IE 10*/
::-ms-clear
{
    display: none;
}

.lnk-redirect
{
    color: #0000FF;
    cursor: pointer;
    text-decoration: underline;
}

.header-stripe
{
    position: fixed;
    width: 100%;
    height: 96px;
    z-index: 10000;
}
/************************************ Transaction *******************************************/
.grid-TD
{
    background-color: #c6ced7;
    border: 1px solid #c5c5c5;
    border-bottom: none;
    padding: 10px;
    height: 50px;
}

/************************************ Lookups *******************************************/
.rect
{
    border: 1px solid #ccc;
    padding-bottom: 10px;
}

.rect-rpt
{
    border: 1px solid #ccc;
    margin-bottom: -10px;
}

.rect-address
{
    border: 1px solid #ccc;
    height: 365px;
}

.rect-rgt
{
    margin-right: 15px;
}
.rect-rgt-progress
{
    margin-right: 15px;
    height: 270px;
}
.rect-datetimer 
{
    margin-left: -17px;
}

.look-head
{
    position: absolute;
    margin: -10px 0px 0px 10px;
    background-color: #f6f6f6;
    padding: 0px 5px 0px 5px;
}

.look-subhead
{
    border-bottom: 1px solid #ccc;
    margin: 15px 15px 0px 15px;
    padding: 5px 0px 15px 0px;
}

.look-word-wrap
{
    word-wrap: break-word;
}

.edit-pen
{
    float: right;
}

.look-pad
{
    margin-top: 15px;
    margin-left: 15px;
    float: left;
}

.btm-border
{
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

/******************************** Transaction ***********************************/
.rgt-trans
{
    padding-top: 20px;
}

.rgt-trans-ph
{
    padding-top: 18px;
}

.ph-icon
{
    margin-top: -5px;
}

.attach-check
{
    background-color: #ccc;
    float: left;
    width: 90%;
    height: 50px;
}

.attach-inner
{
    border: 1px solid #ccc;
    float: left;
    width: 90%;
    height: auto;
    margin: 0px 0px 0px 0px;
}

.attach-lock
{
    float: left;
    width: 9%;
    height: auto;
    margin: 10px 0px 0px 0px;
}

.grid-IN
{
    background-color: #f4f4f6;
    border: 1px solid #c5c5c5;
    border-bottom: none;
    padding: 10px 10px 0px 10px;
    height: 50px;
    width: 90%;
}

.k-window-titlebar .k-state-hover {
	color: #fba81c;
}

.hidden-fs
{
    width: 305px;
    margin-top: 15px;
}

.hidden-rfs
{
    /*width: 415px;*/
    margin-top: 15px;
}

.hidden-rfs-audit
{
    margin-top: 6px;
}


.hidden-bulkrfs
{
    width: 445px;
    margin-top: 15px;
}

.inner-chk
{
    margin: 5px 0px 0px 10px;
}

.contract-inner-chk
{
    margin: 5px 0px 0px 0px;
}

.lftalign-field
{
    text-align: left;
    padding-top: 20px;
}

.ext
{
    margin: 10px 0px 0px 5px;
}

.inner-txtbx
{
    margin-right: 5px;
}

.Manu-lft-field
{
    text-align: left;
    padding-top: 20px;
}

.Cus-label-field
{
    margin-top: 5px;
}

.Custom-label-field
{
    font-weight: normal !important;
}

/***************************** Fund *****************************/
.fund-label
{
    padding: 10px 0px 0px 10px;
}

.fund-alert
{
    margin: 10px 10px 10px 20px;
    border: 1px solid #c9c869;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 5px 5px 10px;
    width: auto;
    background-color: #f5f461;
}

.checkout-alert
{
    border: 1px solid #c9c869;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 5px 5px 10px;
    width: 75%;
    background-color: #f5f461;
}

.top-alert
{
    margin: 10px 15px 10px 15px;
    border: 1px solid #fba81c;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 5px 5px 10px;
    width: auto;
    background-color: #feeed2;
    font-size: 11px;
}

.moreopt
{
    margin: 10px 25px 10px 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.ck-rect
{
    border: 1px solid #ccc;
    width: 415px;
    padding-bottom: 10px;
}

.floatright
{
    float: right !important;
}

.ck-view
{
    float: right;
    margin-right: 50px;
    text-decoration: underline;
}

.ck-moreopt
{
    margin: 10px 15px 10px 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

.dueDateType
{
    margin: 0px;
}

.cursor-hand
{
    cursor: pointer;
}

.lockitem
{
    float: right;
    margin-right: 10px;
    margin-top: -21px;
}

.more-img {
    margin-top: -1px;
    margin-right: 5px !important;
}

.collapse-panel-family {
    text-decoration: none !important;
    font-family: 'Segoe UI', sans-serif !important;
}

.moreimg-top
{
    margin-top: -1px;
}

.crumbFirst {
    cursor: pointer;
}

.start-end-timer {
    color: #676666;
    text-align:center;
}

.start-end-started {
    color: #676666;
    opacity: 0.5;
    cursor: initial;
}

.addqueue-btn-blue
{
    color: #454e59;
    outline: none;
    padding: 5px 20px 5px 20px;
    border: solid 2px #0099ff;
    background-color: #fff;
    font-size: 12px;
    width: auto;
    border-radius: 5px;
    font-family: 'Segoe UI';
    margin-right: 10px;
}

.addqueue-btn-blue:hover
{
	color: #fff;
	background-color: #444;
	border-color: #444;
}

/*********************************** Breadcrumb **********************************************/
.breadcrumb
{
    list-style: none;
    padding-left: 15px;
	margin-left: 15px;
	margin-right: 15px;
    font-size: 11px;
}

.breadcrumb > li
{
    display: inline-block;
    *display: inline;
    text-shadow: 0 1px 0 #ffffff;
    *zoom: 1;
}

.breadcrumb > li > .divider
{
    padding: 0 5px;
    color: #ccc;
}

.breadcrumb > .active
{
    color: #999999;
}

.breadcrumb > ul li active
{
    color: #e11837;
}

.bread-nav
{
    background-color: #fff !important;
}

.selected
{
    color: #acacac;
}

.bread-top
{
    margin-top: -20px;
}

.ck-bd
{
    margin: 20px 15px 10px 10px;
    border-top: 1px solid #ccc;
}

.grid-CF
{
    background-color: #f4f4f6;
    border: 1px solid #c5c5c5;
    border-bottom: none;
    padding: 10px 10px 0px 10px;
    height: 50px;
    width: 450px;
}

.audit-grid-CF
{
    background-color: #f4f4f6;
    border: 1px solid #c5c5c5;
    border-bottom: none;
    padding: 10px 10px 0px 10px;
    height: 50px;
    width: 100%;
}

.attach-innerCF
{
    border: 1px solid #ccc;
    float: left;
    width: 450px;
    height: auto;
    margin: 0px 0px 0px 0px;
}

.audit-innerCF
{
    border: 1px solid #ccc;
    float: left;
    width: 100%;
    height: auto;
    margin: 0px 0px 0px 0px;
}


.grid-ME
{
    background-color: #f4f4f6;
    border: 1px solid #c5c5c5;
    border-bottom: none;
    padding: 0px 10px 35px 10px;
    height: 30px;
    width: 450px;
    font-size: 15px;
}

.mpads
{
    float: left;
    padding-top: 6px;
}

.audit-alert
{
    border: 1px solid #6485e5;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 5px 5px 10px;
    width: 258px;
    background-color: #7fadeb;
}

.row-margin
{
    margin: 10px 15px 0px 15px;
}

.noti-border
{
    border-top: 1px solid #ccc;
}

.auditWindowType
{
    margin: 0px;
}

.rect-wid
{
    border: 1px solid #ccc;
    width: 400px;
}

.carosel
{
    width: 100%;
    border: 1px solid #ccc;
    margin: 15px 0px 0px -1px;
    float: left;
}

.carosel-thumb 
{
    width: 140px;
    float: left;
    margin-left: 1px;
    height: 161px;
}

.carosel-img
{
    margin-left: 6px;
    margin-top: 5px;
    width: 128px;
    height: 96px;
}

.carosel-img img {
    max-width:128px;
  max-height:96px;
  width: auto;
  height: auto;
  margin:auto;
}

.carosel-span {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.carosel-desc
{
   margin-left: 6px;
    font-size: 11px;
}

.carosel-col
{
    font-size: 11px;
}

.carosel-pag
{
    background-color: #ccc;
    height: 40px;
    float: left;
    width: 100%;
    padding: 8px 0px 0px 15px;
}

.caro-upload
{
    background-color: #fff;
    height: 226px;
    width: 726px;
    overflow-y: auto;
    border: 1px solid #ccc;
    /*border-radius: 6px;*/
}

#photoListView
{
    border: 1px solid #fff !important;
}

.print-filed
{
    float: right;
    margin: 20px;
}

.progressbar
{
    width: 98.5%;
    height: 10px;
    background-color: #51a825;
    border: 1px solid #457229;
    margin: 15px;
}

.rect-mas
{
    border: 1px solid #ccc;
    padding-left: 10px;
}

#usr-view
{
    height: 60px;
    width: 40px;
    position: relative;
}

.usr-image
{
    position: absolute;
    height: 40px;
    width: 40px;
}

.admin-text
{
    z-index: 0;
    position: absolute;
    color: #FF8000;
    font-size: 10px;
    font-weight: bold;
    padding-top: 36px;
}

.usr-wordbreak
{
    word-wrap: break-word;
}

.single-line
{
    color: #333;
}

.mass-grayarea
{
    display: none;
    height: 200px;
    width: 100%;
    top: 0px;
    position: absolute;
}

.desclock-margintop
{
    margin-top: -7%;
}

.transdesclock-margintop
{
    margin-top: -11%;
}
/************************************ Truncate adddress length *******************************************/

.truncate
{
    text-overflow: ellipsis;
    white-space: nowrap;
}

.truncate-auto
{
    max-width: 10ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-scan-auto
{
    max-width: 85px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-auto1
{
    max-width: 137px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.truncate-audit-auto
{
    max-width: 30ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media screen and (min-width:0\0) 
{ 
.truncate-audit-auto
{
    max-width: 40ch;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
}
/************************************ Tool tip master page *******************************************/
a.tooltips
{
    position: fixed;
    display: inline;
}

a.tooltips span
{
    position: absolute;
    width: 150px;
    color: #FFFFFF;
    background: rgba(0, 0, 0, 0.6);
    height: auto;
    line-height: 13px;
    text-align: center;
    visibility: hidden;
    right: 0px;
    bottom: -34px;
    border-radius: 3px;
	padding: 8px 0;
}

a.tooltips span:after
{
    content: '';
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    width: 0;
    height: 0;
    border-bottom: 8px solid #000000;
}

a:hover.tooltips span
{
    visibility: visible;
    opacity: 0.7;
    z-index: 999;
}

.audit-text
{
    z-index: 100;
    color: #FF8000;
    font-size: 16px;
    font-weight: bold;
}

/************************************ Schedule report *******************************************/
.sch-alert
{
    border: 1px solid #6485e5;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 5px 5px 5px;
    width: 255px;
    background-color: #7fadeb;
    margin-left: 10px;
}

.sch-alert-bg
{
    border: 1px solid #6485e5;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 5px 5px 5px 5px;
    width: 275px;
    background-color: #7fadeb;
    margin-top: 5px;
}

.sch-pad
{
    margin-left: 10px;
    margin-top: 10px;
}

.sch-chk
{
    float: left;
    width: 25%;
    height: 25px;
}

.sch-content
{
    width: 98%;
    height: auto;
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding: 5px 0px;
}

.sch-grid
{
    width: 98%;
    background-color: #ccc;
}

.work-orders-grid {
    width: 100%;
    padding: 10px 0px 0px 20px;
}

.work-orders-grid-ft {
    padding: 7px 0px 13px 10px;
}

.rgt-field-orders-label {
    padding: 13px 0px 0px 0px;
}

.sch-padtop
{
    margin-top: 10px;
    color: #B7B6B6;
}

.sch-trextarea
{
    width: 98%;
    height: 100px;
    border: 1px solid #ccc;
    padding: 5px 0px;
}

/********************************************************************************/
.noti-ic{ 
	width:320px; 
    max-height: 500px;
    overflow: auto;
}
.noti-hd{ 
	width:300px; height:25px; border-bottom:1px solid #ccc; font-size:11px; font-weight:bold; text-transform:uppercase; float:left
}
.noti-hdp{ 
	padding-left:15px;
}
.noti-content{ 
	width:300px; height:auto; font-size:11px; float:left; border-bottom:1px solid #ccc; padding:10px 0px
}
.noti-lftico{ 
	width:40px; height:auto; float:left; margin:10px 10px 10px 10px; text-align:center
}
.noti-txt{ 
	width:218px; height:auto; float:left;
}
.noti-txt div {
    font-family: 'Segoe UI', sans-serif;
}
.noti-txt span{ 
	color:#818181;
}
.noti-rgtclose{ 
	width:12px; height:auto; float:right; text-align:right; margin:0px 10px 0px 0px
}
.noti-btn {
    color: #818181;
    outline: none;
    margin-right: 10px;
    padding: 5px 10px 5px 10px;
    border: solid 1px #818181;
    background-color: #FFF;
    font-size: 12px;
    width: auto;
    border-radius: 5px;
    position: relative;
    font-family: 'Segoe UI';
    float: right;
    margin-top: 10px;
}
.noti-btn:hover
{
    background-color: #faa819;
    color:#FFF;
}
.noti-clear{ 
	width:300px; height:auto; float:left;
}

.notification{ 
	background: red;
    position: absolute;
    margin-left: 10px;
    margin-top: -9px;
    color: #fff;
    z-index: 10001;
    padding: 4px;
    border-radius: 20px;
}
.noti_padding{ 
    min-width: 9px;
    text-align: center;
    font-size: 9px;
    font-weight: bold;
    padding: 0px;
    line-height: 9px;
}
.column-center{text-align: center;}

/*     */

.dropdown-menu {
	left: auto;
	right: 15px;
	margin: 8px 0 0 0 !important;
	list-style: none;
	font-size: 13px;
	text-align: left;
	top: 100%;
	z-index: 1001;
	float: left;
	margin: 2px 0 0;
	list-style: none;
	font-size: 13px;
	text-align: left;
}

.dropdown-menu.arrow:before {
    border-bottom: 8px solid #fff !important;
}
.dropdown-menu.arrow:before, .dropdown-menu.arrow:after {
    position: absolute !important;
    top: -8px !important;
    right: 8px !important;
    display: inline-block !important;
    content: '';
    border-right: 8px solid transparent !important;
    border-left: 8px solid transparent !important;
	color: #fff;
}

#topNav .navbar-nav li ul.dropdown-menu {
    padding: 8px 0px !important;
    min-width: 200px !important;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.08) !important;
    border: 1px solid #e0e0e0 !important;
    border-radius: 2px !important;
    background: #fff !important;
}
#topNav .navbar-nav li ul.dropdown-menu {
    position: absolute !important;
}

/****************************** Sprint 14 ****************************************/
.rgt_conf{
	float:right; margin:23px 10px 0px 0px;
}

.scroll-mobility
{
    max-height:350px;
    overflow: scroll;
}

.errors-section
{
    border-top:1px solid #ccc;
     margin-top:15px;
      width:96%;
       margin-left:15px;
}
.adds-lbl
{
    height: 15px;
}
.adds-txt
{
    height: 30px;
}
.normal-lbl
{
    font-weight: normal !important;
     margin-top: 5px;
}
.adds-btn
{
    margin: 15px 0px 0px 15px;
}

.k-tooltip 
{
    background-color:#474747 !important;
    color:#FFFFFF !important;
    font-size:80% !important;
    Max-width: 350px !important;
    border-color: #474747 !important;
    padding: 0px 5px 3px 6px !important;
}

.k-callout-w {
    border-right-color: #474747 !important;
}
.k-callout-s {
    border-top-color: #474747 !important;
}
.k-callout-n {
    border-bottom-color: #474747 !important;
}
.k-callout-e {
    border-left-color: #474747 !important;
}

#treeViewPopup .btnpop-primary,
#treeViewPopup .btnpop-secondary 
{
    color: #545454;
    border: solid 1px #cccccc;
    background-color: #FFF;
}

#treeViewPopup .btnpop-primary:hover,
#treeViewPopup .btnpop-primary:focus,
#treeViewPopup .btnpop-primary.focus,
#treeViewPopup .btnpop-primary:active,
#treeViewPopup .btnpop-primary.active,
#treeViewPopup .btnpop-secondary:hover,
#treeViewPopup .btnpop-secondary:focus,
#treeViewPopup .btnpop-secondary.focus,
#treeViewPopup .btnpop-secondary:active,
#treeViewPopup .btnpop-secondary.active 
{
    color: #FFF;
    border: solid 1px #b57505;
    background-color: #faa819;
}


.k-grid .k-loading-color {
        opacity: 0;
    }

 .divanimation {
      margin-top: 20% !important;
     margin-right: 30% !important;
     padding: 0px; 
     position: fixed; 
     right: 0px;
     top: 0px; 
     width:20%;
     height: 20%;
     z-index: 30001;
     opacity: .8; 
     filter: alpha(opacity=70);
     display: block;
   }
 .divanimationToggleClick {
      margin-top: 20% !important;
     margin-right: 40% !important;
     padding: 0px; 
     position: fixed; 
     right: 0px;
     top: 0px; 
     width:20%;
     height: 20%;
     z-index: 30001;
     opacity: .8; 
     filter: alpha(opacity=70);
     display: block;
 }
 .divanimationSize {
       position: absolute; 
       top: 40%; 
       left: 45%; 
       color: White;
   }

.view-asset-link:focus > div
{
    background-color: #EDEDED;
}

/*

.nav > li > a:hover,
.nav > li > a:focus
{
    border-bottom: 5px solid #fff;
    background: url(../images/white_arrow.jpg) bottom center no-repeat;
}
*/

.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #1C2128;
}

.btn-primary
{
    background-color:#FAA819 !important;
    color:#FFF !important;
    border-color:#FAA819 !important;
    text-align: center;
}
.btn-primary:hover
{
    background-color:#D08404 !important;
    color:#FFF !important;
    border-color:#D08404 !important;
}


.btn-primary:focus
{
    background-color:#FAA819 !important;
    color:#FFF !important;
    border-color:#FFCC00 !important;
    outline-color:#FFCC00 !important;
}
.btn-primary:focus:hover
{
    background-color:#D08404 !important;
}



.btn-primary:active
{
    background-color:#BE7803 !important;
}


.btn-secondary
{
    background-color:#F5F5F5 !important;
    color:#666666 !important;
    border-color:#CCCCCC !important;
}

.btn-secondary:hover
{
    background-color:#E9E9E9 !important;
    color:#333333 !important;
    border-color:#999999 !important;
}


.btn-secondary:focus
{
    background-color:#F5F5F5 !important;
    color:#333333 !important;
    border-color:#999999 !important;
    outline-color:#FFCC00 !important;
}
.btn-secondary:focus:hover
{
    background-color:#E9E9E9 !important;
}

.btn-secondary:active
{
    background-color:#DADADA !important;
    color:#333333 !important;
    border-color:#999999 !important;
}


.grid-error-icon
{
    cursor: pointer; 
    margin-top:-7px;
    width: 12px;
}

 .convertAll 
 {
   /*convert all checkbox selection*/  
 }

 
 .app-field
{
    padding: 15px 0px 15px 0px;
	text-align:center
}

.app-text
{
    padding: 15px 0px 15px 0px;
}

.fieldRequiredLabel 
{
    font-weight: bold;
}


.buttonDelete {
	border: 1px solid #fe1f1f;
	background-color: #fe423f;
	color: #fff;
    outline: none;
    margin-right: 5px;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    border-radius: 3px;
 
}

.buttonMobileDelete 
{
    border: 1px solid #fe1f1f;
	background-color: #fe423f;
	color: #fff;
    outline: none;
    margin-right: 20px;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 15px;
}

.buttonDelete:hover {
	border: 1px solid #fe1f1f;
	background-color: #fe1f1f;
	color: #fff;
}

.buttonAdd, #btnRegister {
    border-color: #479a02 !important;
    background-color: #54ba0e !important;
    color: #fff !important;
    outline: none;
    margin-right: 20px;
    padding: 5px 10px 5px 10px;
    border: solid 1px #cccccc;
    font-size: 14px;
    width: 120px;
    margin-top: 15px;
    float: right;
    border-radius: 5px;
}

#btnRegister {
    margin-right: 0px;
}

.buttonAdd:hover {
	border-color: #479a02 !important;
	background-color: #479a02 !important;
	color: #fff !important;
}

.buttonRight
{
    color: #454e59;
    outline: none;
    padding: 5px 20px 5px 20px;
    border: solid 2px #0099ff;
    background-color: #fff;
    font-size: 12px;
    width: auto;
    border-radius: 5px;
    font-family: 'Segoe UI';
    margin-right: 10px;
}

.buttonRight:hover
{
	color: #fff;
	background-color: #444;
	border-color: #444;
}

.buttonRptRight
{
    color: #454e59;
    outline: none;
    padding: 5px 20px 5px 20px;
    border: solid 2px #0099ff;
    background-color: #fff;
    font-size: 12px;
    width: auto;
    border-radius: 5px;
    font-family: 'Segoe UI';
    margin-left: 10px;
    float: left;
}

.buttonCenter
{
    color: #454e59;
    outline: none;
    padding: 5px 20px 5px 20px;
    border: solid 1px #0099ff;
    background-color: #fff;
    font-size: 12px;
    width: auto;
    border-radius: 3px;
    font-family: 'Segoe UI';
}

.buttonCenter:hover
{
	color: #fff;
	background-color: #444;
	border-color: #444;
}

.buttonLeft
{
    color: #454e59;
    outline: none;
    padding: 5px 20px 5px 20px;
    border: solid 2px #0099ff;
    background-color: #fff;
    font-size: 12px;
    width: auto;
    border-radius: 5px;
    font-family: 'Segoe UI';
    margin-left: 10px;
}

.buttonLeft:hover
{
	color: #fff;
	background-color: #444;
	border-color: #444;
}

.inputLocks
{
    color: #333;
    outline: none;
    padding: 5px 10px 5px 10px;
    border: solid 2px #cccccc;
    background-color: #FFF;
    font-size: 12px;
    border-radius: 5px;
    font-family: 'Segoe UI';
}

.headerRow 
{
    height: 15px;
}

/*.inputBoxSmall > span 
{
    background-color: #fff;
    width: 250px;
}

.inputBoxLarge> span 
{
    background-color: #fff;
    width: 305px;
}
*/
.inputBoxXSmall > span {
    background-color: #fff;
    width: 75%;
}

.inputBoxCustomSmall > span {
    background-color: #fff;
    width: 150px;
}

.floatRight
{
    float: right;
}

.floatLeft
{
    float: left;
}

.cursorPtr
{
    cursor:pointer;
}
/*=============================================This below css mostly used for all controls=============================*/
.inputBoxLarge> span 
{
    background-color: #fff;
    width: 250px;
}

.inputTextBox > span {
    background-color: #fff;
    width: 100%;
}

.inputBoxXtraLarge > span {
    background-color: #fff;
    width: 350px;
}

.inputBoxSmall > span 
{
    background-color: #fff;
    width: 75%;
}

.inputTextboxSmall {
    color: #333;
    outline: medium none;
    padding: 4px 30px 4px 5px;
    border: 1px solid #C6C6C6;
    font-size: 12px;
    width: 250px !important;
    border-radius: 3px;
    background-color: #FFF;
}
.inputTextboxMedium {
    color: #333;
    outline: medium none;
    padding: 4px 30px 4px 5px;
    border: 1px solid #C6C6C6;
    font-size: 12px;
    width: 50% !important;
    border-radius: 3px;
    background-color: #FFF;
}
.inputTextboxLarge {
    color: #333;
    outline: medium none;
    padding: 4px 30px 4px 5px;
    border: 1px solid #C6C6C6;
    font-size: 12px;
    width: 75% !important;
    border-radius: 3px;
    background-color: #FFF;
}
.colTextareaSmall {
    color: #333;
    outline: medium none;
    padding: 4px 30px 4px 5px;
    border: 1px solid #C6C6C6;
    font-size: 12px;
    width: 250px !important;
    border-radius: 5px;
    background-color: #FFF;
    font-family: "Segoe UI";
}
.colTextareaMedium {
    color: #333;
    outline: medium none;
    padding: 4px 30px 4px 5px;
    border: 1px solid #C6C6C6;
    font-size: 12px;
    width: 50% !important;
    border-radius: 5px;
    background-color: #FFF;
    font-family: "Segoe UI";
}
.textareaSizeMedium {
    color: #333;
    outline: medium none;
    padding: 4px 30px 4px 5px;
    border: 1px solid #C6C6C6;
    font-size: 12px;
    width: 96% !important;
    border-radius: 5px;
    background-color: #FFF;
    font-family: "Segoe UI";
}
.colTextareaLarge {
    color: #333;
    outline: medium none;
    padding: 4px 30px 4px 5px;
    border: 1px solid #C6C6C6;
    font-size: 12px;
    width:75% !important;
    border-radius: 5px;
    background-color: #FFF;
    font-family: "Segoe UI";
}

/*========================================================================================================================*/

.wo-grids-error-icon {
    cursor: pointer;
    margin-top: -17px;
    width: 11px;
    float:right;
}

.work-orders-img-togg {
    margin: -1px 4px 0px 0px !important;
}

.wo-new-btn {
    border-color: #479a02 !important;
    background-color: #54ba0e !important;
    color: #fff !important;
    outline: none;
    margin-right: 20px;
    padding: 5px 10px 5px 10px;
    border: solid 1px #cccccc;
    font-size: 14px;
    margin-top: 15px;
    border-radius: 0px 4px 4px 1px;
    width: 28px;
}

.wo-new-btn:hover {
    border-color: #479a02 !important;
    background-color: #479a02 !important;
    color: #fff !important;
}

.wo-btn {
    border-color: #479a02 !important;
    background-color: #54ba0e !important;
    color: #fff !important;
    outline: none;
    margin-right: 20px;
    padding: 5px 10px 5px 10px;
    border: solid 1px #cccccc;
    font-size: 14px;
    width: 149px !important;
    margin-top: 15px;
    margin-right: 0px;
    float: left;
    border-radius: 4px 0px 0px 4px;
}

.wo-btn:hover {
    border-color: #479a02 !important;
    background-color: #479a02 !important;
    color: #fff !important;
}

.gridWorkOrdersAssetMultiSelectRows {
    background-color: #00b0ff !important;
}

.ma-rect {
    border: 1px solid #ccc;
    float: left;
}

.wo-status {
    width: 75% !important;
    font-size: 15px;
    color: #454e59;
    outline: none;
    border: solid 2px #0099ff;
    background-color: #fff;
    text-align: center;
}

.wo-total-rect {
    background-color: #fff;
    font-weight: bold;
    margin-bottom: 5px;
}

.wo-status-inside-label {
    margin-top: 3px;
    width: 23% !important;
}

.work-orders-status-text {
    width: 100% !important;
    font-size: 14px;
    color: #454e59;
    outline: none;
    border: solid 2px #0099ff;
    background-color: #fff;
    text-align: center;
}

.wo-note {
    padding: 11px 0px 6px 10px;
}

.clock {
    position: relative;
    height: 31px;
    max-width: 150px;
    width: 100%;
    display: block;
    margin: -31px 0px 0px 105px;
    font-size: 29px;
    color: #333;
    text-align: center;
    line-height: 28px;
    background-color: #fff;
    /*border: solid 1px #00b0ff;*/
    border-radius: 2px;
    transition: all 0.4s ease-in, box-shadow 0.2s;
}

.started-clock {
    position: relative;
    height: 31px;
    max-width: 150px;
    width: 100%;
    display: block;
    margin: -31px 0px 0px 105px;
    font-size: 29px;
    color: #0277BD;
    text-align: center;
    line-height: 28px;
    background-color: #fff;
    /*border: solid 1px #00b0ff;*/
    border-radius: 2px;
    transition: all 0.4s ease-in, box-shadow 0.2s;
}

.clock .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.txtInput 
{
    width: 220px !important;
}

.rpt-txtInput 
{
    width: 42% !important;
}

.autoinput > span 
{
    background-color: #fff;
    width: 42%;
}

.dropdownInput 
{
    background-color: #fff;
    width: 220px;
}

.ddlSchedule
{ 
    background-color: #fff;
    width: 70px;

}

.ddlScheduleYearly
{ 
    background-color: #fff;
    width: 70px;
}

.dateInput
{ 
    background-color: #fff;
    width: 220px;
}

.dvWeekly 
{
    width: 96px;
    float: left;
}

.dvProfilePic
{
    /*width:253px;
    height:228px;*/    
}

.imgProfilePic
{
    /*width:256px;
    height:225px;*/    
}

.dvPhotoAlert
{
    padding-left: 20px;
    align-content: center;
}
.csv-box {
    width:95%; height: 75px; border:1px solid #ccc; margin:10px;
}
#progressBar .demo-section {
    width: 660px;
    padding: 30px;
    text-align: center;
}
.progress-bar-main 
{

     height:30px;
     border: 1px;
}

.progress-bar-border 
{
   border:1px solid #999;
   width: 100%;
}

.text-align-left 
{
    text-align: left;
}

.setting-check-field 
{
    padding-top: 0px;
    cursor: default;
}

.setting-reset-field 
{
    padding-left: 15px;
    padding-top: 5px;
}

.setting-right-panel 
{
    overflow: auto;
}

.empty-error-msg 
{
    padding: 10px 0px 10px 0px;
    text-align: center;
}

.delimiter-required {
     margin-left:10px;
     width: 95% !important;
}

.custombox-width {
    float: left;
    width:45%
}

/********************************** Cursor default for chekbox and radiobutton  ***************************************/
span.spanClass
{
    cursor:default;
}

#lblPrintReceipt
{
    cursor:default;
}

span.k-link
{
    cursor:default;
}

.chk-btm.label
{
    cursor:default;
}

span.spanInnerClass
{
    cursor:default;
}

span.spanInnerCheck
{
    cursor:default;
}

span.spanClassCheck
{
    cursor:default;
}

a.k-link
{
    cursor:default;
}

span.setting-check-field
{
    cursor:default;
}

.chk-cursor-default 
{
      cursor:default; 
}
/********************************** Cursor default for chekbox and radiobutton  ***************************************/
/*  Grid Fix  */
.k-grid-header th.k-header, .k-filter-row th {
	padding: .5em .6em !important;	
}

.k-autocomplete .k-input {
	height: 1.5em !important;
    line-height: 1.5em !important;
}

.k-dropdown-wrap .k-select {
	line-height: 1.8em !important;
	min-height: 1.8em !important;
}

 .k-grid-content tr td
 {
     cursor:default;
 }
/********************************** Cursor default for chekbox and radiobutton  ***************************************/

  /*Style overridden to fix defect - AC-5269 - Move grid sorting icon right to left*/
.k-grid-header th.k-header {
    position: relative;
}
 
.k-grid-header th > .k-link > .k-icon {
    position: absolute !important;
    left: 2px;
}

/*Scan control dropdown*/ 
#kacScan-list,
#kacAuditWindow-list,
#kacFunding-list,
#kacSite-list,
#kacLocation-list,
#kacWorkOrderFixedAsset-list,
#kacWorkOrdersTask-list
{
    width: 500px !important;
}
    
/*Audit Window Status Bar CSS*/
.audit-window-bar-green-small 
{
    height:8px;
    background-color:#548235;
    float:left;
}
.audit-window-bar-yellow-small 
{
    height:8px;
    background-color:#FFD966;
    float:left;
}
.audit-window-bar-lime-small 
{
    height:8px;
    background-color:#A9D18E;
    float: left;
}
.audit-window-bar-green-large 
{
    height:12px;
    background-color:#548235;
    float:left;
}
.audit-window-bar-yellow-large 
{
    height:12px;
    background-color:#FFD966;
    float:left;
}

.audit-Batch-style {
    margin-right: 20px;
    padding: 5px 10px 5px 10px;
    margin-top: 15px;
}

.audit-window-bar-lime-large 
{
    height:12px;
    background-color:#A9D18E;
    float: left;
}

.lhs-lft {
     float: left; 
     width: 85% !important; 
     height: 35px !important;
    text-decoration: none !important;
    cursor: pointer;
}

.lhs_rgt{  
    float: left; 
     width: 15% !important; 
     height: 35px !important;
     text-decoration: none !important;
}

.user-logon {
    padding: 10px 20px;
}

.divborder .headings {
    transition: border-color 0.5s;
    border-top: 2px solid #337AB7;
    border-left: 2px solid #337AB7;
    border-right: 2px solid #337AB7;
}

.divborder .stage-field {
    transition: border-color 0.5s;
    border: 2px solid #337AB7;
    border-top: 1px solid #ddd;
}
.purchase-cost {
    width: 55%
}
.import-content {

  margin-left: auto ;
  margin-right: auto ;
}
.btnAddressDelete {
	border: 1px solid #fe1f1f;
	background-color: #fe423f;
	color: #fff;
    outline: none;
    margin-right: 5px;
    padding: 5px 10px 5px 10px;
    font-size: 14px;
    border-radius: 3px;
    float: right;
    margin-right: 15px;
}
.btnAddressDelete:hover {
	border: 1px solid #fe1f1f;
	background-color: #fe1f1f;
	color: #fff;
}
.import-error-highlight {
    background-color: #fe1f1f;
    border: 1px solid #999;
    height: 20px;
}
.import-error-normal {
   border: 1px solid #999; 
    height: 20px;
}

#notificationForm .lft-field {
    text-align: right;
    padding-top: 10px;
    padding-left: 5px;
}

.notifyTop {
    padding-top: 8px !important
}

/********************************** Resource not found  ***************************************/
.sig-resource-head
{
    background: #37474f;
    border-bottom: #fff;
	background-repeat: no-repeat;
	background-position: -1200px;
    width: 100%;
    height: 60px;
    padding: 1px 0px 0px 5px;
	border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.resource-txt 
{
    text-align: center; 
    font-size: 17px;
    padding: 15px 0px 0px 0px;
}

.resourceButtonCenter
{
    color: #fff;
    outline: none;
    padding: 5px 20px 5px 20px;
    border: solid 1px #0099ff;
    background-color: #3C72A6;
    font-size: 17px;
    width: auto;
    border-radius: 3px;
    font-family: 'Segoe UI';
    margin: 20px 0px 20px 0px;
}

.resource-not-found
{
    margin: 0px auto;
    width: 550px;
    margin-top: 250px;
	box-shadow: 0px 0px 50px rgba(0,0,0,0.1);
    display: table;
	border-radius: 3px;
    overflow: hidden;
    
}
.icon-right {
    padding-left: 1px;
}
.dropdownicon {
    padding-right: 5px;
}

/********************************** Resource not found  ***************************************/


/********************************** Register Changes  ***************************************/
.register-leftfield {
    text-align:left;
}

.register-fields
{
    color: #333;
    width: 100%;
    background-color: #f6f6f6;
    padding: 7px 10px 10px 10px;
    float: left;
    border-top: none;
    font-size: 12px;
	border: 1px solid #ddd;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
/********************************** Register Changes  ***************************************/

/********************************** Help Window Changes  ***************************************/
    .headerRowPopup {
        height: 40px;
    }

    .headerSubRowPopup {
        height: 3px;
    }

    .version-disabled {
        display: none;
    }

    .version-enabled {
        display: block !important;
    }
    .fontsize {
        font-size: 14px;
        font-weight: bold;
    }
    .fontNormal {
        font-weight: normal;
        font-size: 12px
    }
    .about_subheader_padding {
        padding-top: 3px;
    }
    .about_subheader_fontSize {
        font-size:10px;
    }
    .about_linkblue {
        text-decoration:underline;cursor: pointer;color: blue
    }
 /********************************** Help Window Changes  ***************************************/

.kendo-grid-editable {
    border-width: thin !important;
    border-color: #008dcc !important;
}

.red-color {
    color: #fe1f1f
}

/***************************/
.currentfilters {
    max-width: 300px;
    display:none;
}

ul.filterleaf {
    list-style-type: none;
    padding-bottom: 5px;
}


.k-widget.k-tooltip.k-tooltip-closable.k-popup.k-group.k-reset.k-state-border-up {
    border-color: #808080 !important;
    border-width: thin !important;
}

a.k-icon.k-i-close {
    background-image: url('../../images/noti_close.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

 .extendDueDatePop {
    margin-left: 40px;
}

.k-pager-wrap.k-pager-sm .k-pager-sizes {
    display: block!important;
}

/*page number not showing by default in kendo ui grid 2019*/
.k-pager-wrap.k-pager-md .k-pager-info, .k-pager-wrap.k-pager-sm .k-pager-info {
    display: block!important;
}

/*grid header collapes with sorting icon in kendo ui grid 2019*/
.k-grid-header th.k-header > .k-link {
    padding-left : 5px !important;
}

/*Number series preview the series */
.ICUn {
    background-color: #fff;
    font-weight: bold;
    font-size: 30px;
    text-align-last: center;
    overflow-x: auto;
    white-space: nowrap;
    text-align: center;
}

/*Advanced quick search */
#divAdvSearchPopup .liAdvSearch {
    padding: 15px 25px 0px 25px;
}

#quickSearchNavlist li {
    padding-top: 6px;
}

#divAdvSearchPopup {
    width: 300px;
    min-height: 230px;
}

#btnAdvanceSearch {
    padding: 4px 10px !important;
    padding-top: 3px;
}

.navbar-right-marginright {
    margin-right: 40px;
}

#ulQuickSearch li {
    display: inline-block;
}

.ficon-spedometer {
    margin-left: -27px;
    margin-top: 2px;
}

#btnQuickSearch {
    background: #2196F3;
    border: solid 1px #c6c6c6;
    padding: 5px 8px 3px;
}


.dvWebBrowserDisabled {
    pointer-events: none;
    opacity: 0.4;
}