﻿/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300);*/ 

/*---Text----*/ 
p { 
    font-size: 13px; 
} 
 
h1 { 
    font-size: 20pt; 
} 
 
html, body { 
    min-height: 100% !important; 
    height: 100%; 
}

/*this effects the base hyperlink color*/
a {
    text-decoration: none;
	color: #014FB5;}

/*for some reason, sample result links have their own color in the native CSS, so the code below is used to override it, and should be the same as the hex code above. */
.resultsLink {
    color: #014FB5;}

/*this effects the visited hyperlink color*/
a:visited {
    text-decoration: none;	color: #691c8f;
} 
 
a:hover { 
    text-decoration: underline; 
} 
 
/*----Utility Classes----*/ 
.pull-left { 
    float: left; 
} 
 
.pull-right { 
    float: right; 
} 

.text-right{ 
    text-align:right; 
} 

.text-left{ 
    text-align:left; 
} 

.text-center { 
    text-align: center !important; 
} 
 
.text-info { 
    font-weight:bold; 
} 
 
.text-error, .field-validation-error { 
    color: red; 
}

.grid-button {
    height: 25px;
    padding: 5px 0 !important;
    text-align: center !important;
}

.grid-button a {
    padding: 0;
} 

#Samples .k-tooltip-validation.k-invalid-msg.field-validation-error { 
    position: relative; 
} 
 
.pac-container.pac-logo { 
    width: 486px !important; 
    z-index:99999 !important;
} 
 
[data-valmsg-for="SampleLocation_input"] { 
    display: none !important; 
} 
 
.text-success { 
    color: green; 
} 
 
.nowrap { 
    white-space: nowrap; 
} 
 
.full-width { 
    width: 100%; 
} 
 
.wrapword{ 
    white-space: -moz-pre-wrap !important;  /* Mozilla, since 1999 */ 
    white-space: -webkit-pre-wrap; /*Chrome & Safari */  
    white-space: -pre-wrap;      /* Opera 4-6 */ 
    white-space: -o-pre-wrap;    /* Opera 7 */ 
    white-space: pre-wrap;       /* css-3 */ 
    word-wrap: break-word;       /* Internet Explorer 5.5+ */ 
    word-break: break-all; 
    white-space: normal; 
} 
 
.gridHeaderWrap{ 
    white-space: normal !important; 
} 
 
.mb-1 { 
    margin-bottom: 1rem; 
} 
 
#ActivitySamplesToolbar .k-widget .k-upload-button { 
    float: right; 
} 
 
#ActivitySamplesToolbar .k-upload .k-upload-files { 
    width: 275px; 
    margin-top: -15px; 
} 
 
#WaterHeading { 
    font-size: 19.5px;  
    font-weight: bold;  
    margin-right: 10px;  
    vertical-align: middle; 
} 
 
#FormAddContact .k-multiselect { 
    display: inline-block; 
    width: 200px;
    border-color: #ccc; 
} 
 
#FormAddContact .k-multiselect .k-multiselect-wrap { 
    border-radius: 4px; 
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box; 
} 
 
#WaterAction .k-multiselect input, 
#FormAddContact .k-multiselect input { 
    border: none; 
    box-shadow: none; 
    box-sizing: unset; 
} 
 
#FormAddContact .contactType label { 
    vertical-align: top; 
    margin-top: 15px; 
} 
 
#waterSamples #Upload { 
    display: none; 
} 
 
/*----Public Menu*/ 
#PublicMenu { 
    float: right; 
} 
 
.k-menu { 
    border: 0; 
} 
 
.k-widget.k-menu-horizontal>.k-item { 
    border: 0; 
} 
 
/*----Header Menu---*/ 
#menuHeaderContainer { 
    width: 100%; 
    height: 100px; 
} 
 
#menuHeaderWrapper { 
    height: 100%; 
} 
 
#menuHeader { 
    display: block; 
    position: relative; 
    margin: auto; 
    height: 100%; 
} 
 
#bannerContainer { 
    overflow:hidden; 
    height:100%; 
	background-color: #243746; /*ACCENT*/
} 
 
#topMenu > ul li { 
    height: 100%; 
} 
 
#topMenu > ul li > span { 
    height: 100%; 
} 
 
#topMenu > ul { 
    height: 100%; 
} 
 
#topMenu, #topMenu li.k-item a.k-link, #BreadcrumbNav, #BreadcrumbNav li.k-item a.k-link { 
    font-size: 16px; 
} 
 
#headerLogo { 
    position:absolute; 
    z-index: 500; 
    margin-top:20px; 
    margin-bottom:20px; 
    margin-left: 15px; 
    height: 60px; 
} 
 
#headerBanner { 
    background-clip: border-box; 
    width: 100%; 
} 
 
#topMenu { 
    z-index: 50; 
    position: absolute; 
    bottom: 0; 
    right: 0; 
} 
 
#menuHeader > ul .k-group { 
    text-align: right; 
    width: 200px; 
} 
 
#menuHeader .k-link { 
    padding-top: 0.8em; 
} 
 
/*----Footer Menu----*/ 
#footerContainer { 
    display: table; 
    width: 100%; 
} 
 
#footerMenu { 
    display: table-cell; 
    vertical-align: middle; 
    text-align:center; 
    padding-left: 10px; 
    padding-right: 10px; 
} 
 
#footerMenu .menu { 
    margin: auto; 
    display: inline-block; 
} 
 
#footerCopyright { 
    margin-top:8px; 
} 
 
#footerVerdantLogo { 
    max-height: 30px; 
    /*filter: grayscale(1); 
    -webkit-filter: grayscale(1); 
    filter: gray; 
    margin-top:4px;*/ 
} 
 
/*------Main body------*/ 
/* Constrain content areas to 1200px wide max */ 
#bodyWrapper { 
    min-width: 1024px; 
    max-width: 1200px; 
    min-height: 768px; 
    margin: 0 auto; 
    font-size: 13px; 
} 
 
#PanelBarContainer { 
    min-height: 768px; 
} 
 
#PanelBarContainer li,  
#PanelBarContainer li.k-item a.k-link { 
    font-size: 14px; 
} 
 
/*----Panelbar Nav----*/ 
#PanelBarNav, #PanelBarNav2, #PanelBarNav3 { 
    border: 0; 
} 
 
.k-panelbar>.k-item>.k-link { 
    border: 0; 
} 
 
.k-panelbar .k-panel { 
    border: 0; 
} 
 
.k-popup { 
    border: 0; 
} 
 
.k-menu .k-menu-group { 
    border: 0; 
} 
 
/*----Breadcrumb Nav----*/ 
#BreadcrumbNav { 
    height:43px;
    padding:0 15px;
    border-bottom-width:2px;
    border-bottom-style:solid;
    overflow: hidden; 
    display: flex;
    align-items: center;
    justify-content: flex-start;
} 

.breadcrumb-link{text-decoration:none}
#BreadcrumbNav .breadcrumb-spacer{padding:0 6px}
#BreadcrumbNav .breadcrumb:last-child{margin-left:auto}


/*----Content----*/ 
/*Used on public pages template*/ 
.contentContainers { 
    margin: 20px; 
} 
 
.homeContainer { 
    margin-left: 45px; 
} 
 
/*Used on internal page templates where content is inside top and left navigations*/ 
#bodyWrapper.bodyContainers, .bodyContainers { 
    margin: 15px; 
} 
 
#bodywLeftnav { 
    width: 100%; 
 
} 
 
/*----Home Pages----*/ 
.contentContainers fieldset { 
    display: inline; 
} 
 
/*Client Info Page*/ 
#Logo { 
    margin-top: 10px; 
} 
 
.subLocationsLink { 
    cursor: pointer; 
    text-decoration: none; 
} 
 
.form-controls { 
    margin-top: 5px; 
    margin-bottom: 5px; 
} 
 
/*CMS Menus*/
#ScheduledTaskMenu li {
    color: #fff;
    border-style: solid;
    border-width: 0 1px 0 0;
    border-color: #363940;
} 
 
/*Inputs*/ 
.pure-form input[type=text] { 
    border: 0; 
    padding: 0 .3em !important; 
} 
 
.k-ie9 input.k-textbox { 
    padding: 0 !important; 
} 
 
.v-checkbox { 
    width: 15px;  
    margin-left: 5px;  
    opacity: initial;  
} 
 
/*Locations Pages*/ 

#LocationTop {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    height: 275px;
}

#LocationControls .k-button,  
#LocationControls .k-dropdown { 
    width: 100%; 
} 
 
#LocationControls .k-icon.k-i-search { 
    position: absolute; 
    z-index: 9999; 
    margin: 8px 5px; 
} 
 
#LocationControls .k-icon.k-delete { 
    display: inline-block; 
    position: relative; 
    right: 24px; 
    cursor: pointer; 
    background-image: url(//da7xgjtj801h2.cloudfront.net/2015.1.408/styles/Default/sprite.png); 
}

#LocationControls p:last-of-type {
    margin-bottom: 0;
}

#LocationSearch { 
    width: 90%; 
    border-color: #ccc; 
    padding: 15px 10px 15px 20px; 
} 
 
/*.mainLocationControls { 
    margin-left: 15px; 
} */
 
.mainLocationControls .k-dropdown { 
    margin: 5px 0 10px 0; 
} 
 
#editLocationInfo { 
    min-height: 130px; 
} 
 
#locationText { 
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-left: 15px;
} 
 
#spanLocationName { 
    font-weight: bold;  
    font-size: 14pt; 
    margin: 0; 
} 
 
#LocationsGrid { 
    margin-top: 10px; 
}

#LocationsGrid .k-grid-content {
    overflow: hidden;
}
 
.pure-u-1.pure-u-lg-1-3 #map_canvas { 
    padding-bottom: 75%;  
    max-height: 200px; 
} 
 
.pure-u-1.pure-u-lg-3-4 #map_canvas { 
    padding-bottom: 30%;  
} 
 
#map_canvas { 
    position: relative; 
    overflow: hidden; 
    height: 100%; 
} 
 
#esri_map_canvas { 
    padding: 0; 
    margin: 0; 
    height: 100%; 
    width: 100%; 
} 
 
.esri-display-object image { 
    cursor: pointer !important; 
} 
 
#map_canvas iframe { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
    max-height: 550px; 
    overflow: hidden; 
} 
#map_canvas #content h4 { 
    font-weight: bold; 
    text-decoration: underline; 
} 
 
#locationImage { 
    max-height: 100%;
    max-width: 100%;  
}

#LocationControls p {
    display: flex;
    justify-content: center;
}
 
#PanelBarContainer { 
    min-width: 160px; 
} 
 
#ActivityForm { 
    min-width: 820px; 
} 
 
/*Numeric Textboxes*/ 
.k-numerictextbox .k-numeric-wrap input { 
    width: 100%; 
} 
 
.k-webkit .k-numeric-wrap:before { 
    height: auto; 
    padding-bottom: 0; 
} 
 
.k-webkit .k-picker-wrap:before { 
    height: auto; 
    padding-bottom: 0; 
    content: initial; 
} 
 
.k-textbox { 
    line-height: 16px; 
} 
.k-autocomplete > .k-input { 
    line-height: 25px; 
    height: 25px; 
} 
.ie9 .k-autocomplete > .k-input { 
    line-height: 28px; 
    height: 10px; 
} 
 
.k-formatted-value.k-input { 
    line-height: 10px; 
} 
 
.k-datepicker .k-input, 
.k-timepicker .k-input, 
.k-numerictextbox .k-input { 
    line-height: 10px; 
    height: 25px; 
} 
 
/*Document Pages*/ 
#documentLibraryContainer { 
    height: 100%; 
} 
 
div.k-treeview { 
    overflow: initial; 
} 
 
div.k-treeview span { 
    white-space:initial; 
} 
 
#SamplePhoto { 
    margin: auto; 
    max-height: 150px; 
} 
 
/*Security Pages*/ 
.security-link-row a[href="/Security/authentication/register"] { 
    display: none; 
} 
 
.security-form-row a[href="/Landing"] { 
    display: none; 
} 
 
.security-form-row label { 
    display: inline-block; 
    width: 110px; 
} 
 
.security-form-row .k-datepicker { 
    width: 172px; 
} 
 
.security-link-row a.form-submit-button{ 
    margin-left: 370px; 
} 
 
/*Contact Form Page*/ 
.fb-item-value.k-textbox { 
    width: 300px; 
} 
 
.fb-item-textfield span.k-tooltip .k-warning { 
    display:none; 
} 
 
.fb-item-textfield br { 
    display:none; 
} 
 
.fb-item-textfield label { 
    display: inline-block; 
    width: 125px; 
} 
 
.fb-item-textarea br { 
    display:none; 
} 
 
.fb-item-textarea label { 
    display: inline-block; 
    width: 125px; 
} 
 
.fb-item-textarea, .fb-item-textfield { 
    margin-bottom: 10px; 
} 
.fb-items a.form-submit-button { 
    margin-left: 370px; 
} 
 
/*Profile Page*/ 
.profile-input { 
    width: 300px; 
} 
 
#Profile #ChangePassword { 
    margin-left: 179px; 
} 
 
#Profile #Submit { 
    margin-left: 254px; 
} 
 
#Address.Profile, #Phone.Profile { 
    margin-top: 25px; 
} 
 
/*Inbox Page*/ 
#uploadContainer .k-dropzone { 
    padding: 0; 
    padding-bottom:10px; 
} 

.pure-form label.inbox-edit-label { color: #75a75b; font-size: 1em !important; font-weight:bold }
 
/*Resource Library Page*/ 
#resourceUpload .k-dropzone { 
    padding: 0; 
    padding-bottom:10px; 
} 
 
/*Resource Library Admin*/ 
#DocumentCategories .k-grid-delete { 
    margin-top: 0; 
    margin-bottom: 0; 
} 
 
/*Category Fields*/ 
#CategoryFields { 
    font-size: 10pt; 
} 
 
.k-icon.k-delete, .k-icon.k-update, .k-icon.k-cancel, .k-icon.k-edit, .k-icon.k-add, .k-icon.k-i-plus { 
    display: none; 
} 
 
.k-dropzone { 
    padding: 0; 
} 
.field-validation-valid { 
    display: none; 
} 
.text-error { 
    display: block; 
} 
 
.construction-info textarea { 
    height: 65px; 
} 
iframe  #bodyContainers { 
    margin: 0; 
} 
.pure-form label { 
    font-size: 13px !important; 
} 
 
.label-initial-width { 
    width: initial !important; 
} 
#Property .pure-form input[type=number] { 
    padding: .5em 0; 
    text-indent: .6em; 
} 
 
/*Location Information Page*/ 
.locationInfoLabel { 
    font-weight: bold; 
    font-size: 10pt; 
    margin-top: 5px; 
    margin-bottom: 5px; 
} 
 
.locationInfo { 
    font-size: 10pt; 
    margin-top: 5px; 
    margin-bottom: 5px; 
} 
 
/* Login Page */ 
.leftLogin { 
    display: inline-block; 
    width: 65%; 
} 
.rightLogin { 
    display: inline-block; 
    vertical-align: top; 
} 
.leftLogin .pure-control-group label { 
    text-align: left !important; 
    width: 6em; 
} 
.loginPassword { 
    margin-left: 8em; 
} 
.rightLogin .pure-control-group { 
    margin: 0; 
} 
.rightLogin button { 
    padding: 19px; 
} 
 
/* create user */ 
.create-user-view .security-form-row { 
    margin-bottom: 10px; 
} 
.create-user-view .security-form-row input { 
    padding: 5px; 
    width: 100px !important; 
} 
.create-user-view .security-form-row #UserName, .create-user-view .security-form-row #EmailAddress { 
    width: 250px !important; 
} 
.k-dropdown .k-dropdown-wrap .k-icon.k-i-arrow-s { 
    background-image: url('//da7xgjtj801h2.cloudfront.net/2015.1.408/styles/Uniform/sprite.png'); 
} 
#CloseWindow { 
    /*float: right;*/ 
    margin-right: 150px; 
    margin-left: 10px; 
} 
.startDate, .endDate { 
    display: inline-block; 
} 
 
.startDateInner, .endDateInner { 
    width: 100%; 
 
} 
.endDateLabel label { 
    text-align: center; 
} 
.endDateInner { 
    margin-left: 2%; 
} 
#ActivityForm label { 
    width: 135px; 
    display: inline-block; 
} 
#AHERAInspectionDates .k-datepicker { 
    width: 185px; 
} 
.endDate label { 
    width: auto !important; 
} 
.endDate { 
    float: right; 
    margin-right: 5px; 
} 
#OrigionalReInspection,#CurrentReInspection,#NextReInspection { 
    height: 24px; 
} 
 
#ActivityDescription p { 
    margin: 0; 
} 
#Contingency .k-numeric-wrap input { 
    text-align: right; 
} 
#FormAddMaterial label{ 
    width: 70px; 
    display: inline-block; 
} 
#FormMaterial label { 
    width: 102px; 
    display: inline-block; 
} 
#FormMaterial #MaterialCosts label { 
    width: 88px; 
} 
#MaterialCostHeader { 
    text-align: center; 
} 
#MaterialCosts td, #MaterialCosts th { 
    padding-right: 19px; 
    padding-bottom: 10px; 
} 
 
#MaterialImage { 
    max-width: 243px; 
    max-height: 225px; 
    margin: auto; 
} 
 
#AHERAMaterialTable { 
    width: 100%; 
} 
 
#AHERAMaterialTableContainer th, #AHERAMaterialTable td { 
    padding-top: 2px; 
    padding-bottom: 2px; 
} 
 
#AHERAMaterial label { 
    width: 105px; 
} 
 
#AHERAText { 
    width: 100%; 
} 
 
#AHERAText td.nowrap { 
    width: 165px; 
} 
 
#ModulesForm { 
    width: 90%; 
} 
 
#ModulesForm, 
#GroupsForm { 
    height: 280px; 
    overflow: auto; 
    border: 1px solid #e5e5e5; 
    padding: 0 10px; 
} 
 
#FormSample label { 
    width: 105px; 
    display: inline-block; 
} 
 
#FormAirSample .pure-u-1-2 input.wide { 
    width: 350px; 
} 
 
#FormAirSample label { 
    width: 95px; 
    display: inline-block; 
    vertical-align: top; 
} 
 
#FormAirSample .pure-u-1-3 input.wide, 
#FormAirSample span.k-datepicker, 
#FormAirSample span.k-dropdown { 
    width: 190px; 
} 
 
#FormAirSample .k-dropdown-wrap.k-state-focused, 
#FormAirSample .k-picker-wrap.k-state-focused, 
#FormAirSample .k-numeric-wrap.k-state-focused { 
    border-color: #129FEA !important; 
} 
 
#SampleInputs .form-controls { 
    margin-right: 5px; 
} 
 
#AirSamplesGrid .pure-form label, 
#BlindRecountGrid .pure-form label { 
    width: 95px; 
    display: inline-block; 
} 
 
#AirSamplesGrid .pure-form input, 
#BlindRecountGrid .pure-form input { 
    width: 125px; 
    display: inline-block; 
} 
 
#AirSamplesGrid .pure-g .descriptor, 
#BlindRecountGrid .pure-g .descriptor, 
#FormAirSample .pure-g .descriptor { 
    margin-right: 5px; 
} 
 
#BlindRecountWindow, 
#ReferenceSlidesWindow { 
    font-size: 13px; 
} 
 
#WaterAction { 
    border: 1px solid black; 
    margin-top: 10px; 
    margin-bottom: 10px; 
} 
 
#WaterAction .contentContainer { 
    margin: 10px; 
} 
.actAsbKey { 
    width: 50px; 
} 
#AsbKeyActLabel label { 
    width: auto; 
} 
.tallyLabel label { 
    width: auto !important; 
} 
.tallyLabel { 
    width: 100px; 
    display: inline-block; 
} 
.tallyLabelBox { 
    width: 50px; 
} 
.utmForm { 
    display: inline-block; 
} 
.utmFormBox label { 
    width: auto !important; 
} 
.qtyBox { 
    width: 100px; 
} 
.utmBox { 
    width: 75px; 
} 
.totalLabel input, .costLabel input { 
    text-align: right; 
} 
#PhoneDisabled .k-icon, #Phone .k-icon { 
    position: relative !important; 
    top: 7px !important; 
} 
.nameBoxBigger #Name { 
    padding: 16px .6em; 
    font-size: 16px; 
    height: 2.13em; 
} 
.leadUtm label { 
    width: auto !important; 
    margin-right: 20px; 
} 
#FormMaterial .pure-input-1-2 { 
    width: 49% !important; 
} 
#FormAddActivity .pure-u-1-2 { 
    width: 49% !important; 
} 
.formSfxContainer label{ 
    width: auto !important; 
    margin-left: 5px; 
} 
.uploadFile{ 
    width: 24%; 
} 
.sampleForms .pure-u-1-2 { 
    width: 49%; 
} 
#spanContacterror { 
    padding: 0 15px; 
} 
#spanError { 
    padding: 0 15px; 
    display: block; 
} 
.navColumn { 
    width: 200px; 
    vertical-align: top; 
 
} 
.pure-g { 
    letter-spacing: 0; 
} 
.bodyColumn { 
    width: 83.5%; 
    vertical-align: top; 
    max-width: 1000px; 
} 
.bodyColumn #bodyWrapper { 
    max-width: 985px; 
    min-width: 985px; 
} 
.bodyColumn .pure-u-5-6 { 
    width: 100%; 
} 
.materialWidth { 
    width: 105px; 
    border-radius: 4px !important; 
} 
.materialUnitsWidth { 
    width: 75px; 
    border-radius: 4px !important; 
} 
 
.radonHighlight { 
    background-color: #FFFFCD; 
} 
 
/*Admin Area Grids*/ 
#cms-body #User { 
    overflow-x: scroll; 
} 
 
#security-body #AdminSettings { 
    overflow-x: scroll; 
} 
 
.edit-user-view .security-form-row { 
    margin-top: 2px; 
    margin-bottom: 2px; 
} 
 
#cms-body #Users, #AdminSettings { 
    overflow: auto; 
    max-width: 1020px; 
} 
 
#divContacts .k-grid tbody td>.k-grid-delete { 
    margin-top: 0; 
    margin-bottom: 0; 
} 
 
#Phones.k-grid .k-grid-update { 
    margin-bottom: 1px; 
} 
 
#MaterialCodes .k-grid-content-locked tr, #MaterialCodes .k-grid-content tr { 
    height: 100px !important; 
    overflow-y: hidden; 
    text-overflow: ellipsis; 
} 
 
#MaterialCodes .k-grid-content-locked td, #MaterialCodes .k-grid-content td { 
    height: 100px !important; 
    overflow-y: hidden; 
    text-overflow: ellipsis; 
} 
 
#ComponentCodes .k-grid-content-locked tr, #ComponentCodes .k-grid-content tr  { 
    height: 50px !important; 
    overflow-y: hidden; 
    text-overflow: ellipsis; 
} 
 
#ComponentCodes .k-grid-content-locked td, #ComponentCodes .k-grid-content td { 
    height: 50px !important; 
    overflow-y: hidden; 
    text-overflow: ellipsis; 
} 
 
#Materials .k-grid-content-locked tr, #Materials .k-grid-content tr  { 
    /*height: 70px !important;*/ 
    overflow: hidden; 
} 
 
#RadonTestResults .k-grid-content-locked tr, #RadonTestResults .k-grid-content tr  { 
    height: 85px !important; 
    overflow-y: hidden; 
    text-overflow: ellipsis; 
} 
 
#RadonTestResults .k-grid-content-locked td, #RadonTestResults .k-grid-content td { 
    height: 85px !important; 
    overflow-y: hidden; 
    text-overflow: ellipsis; 
} 
 
#Materials .k-grid-content-locked td, #Materials .k-grid-content td { 
    height: 70px !important; 
    overflow: hidden; 
} 
 
#Materials.k-grid.k-grid-lockedcolumns { 
    overflow-y: hidden; 
} 
 
.moduleLabel { 
    display: inline-block; 
    width: 125px; 
} 
 
#moduleTable td { 
    padding: 3px; 
} 
 
.colButton{ 
    width: 100%; 
    margin-bottom:5px!important; 
} 
 
/* Various IE Fixes */ 
.k-ie9 .pure-u-1 .bodyContainers .pure-u-3-4, .k-ie9 .pure-u-1.bodyContainers .pure-u-1-2, 
.k-ie10 .pure-u-1 .bodyContainers .pure-u-3-4, .k-ie10 .pure-u-1.bodyContainers .pure-u-1-2, 
.k-ie11 .pure-u-1 .bodyContainers .pure-u-3-4, .k-ie11 .pure-u-1.bodyContainers .pure-u-1-2, 
.k-ie9 .bodyColumn .pure-u-3-4, .k-ff .pure-u-1 .bodyContainers .pure-u-3-4, .k-ff .pure-u-1.bodyContainers .pure-u-1-2 { 
    float: left; 
} 
.k-ie9 .pure-u-1.bodyContainers .pure-u-1-2.home-left, .k-ff .pure-u-1.bodyContainers .pure-u-1-2.home-left { 
    clear: left; 
} 
.k-ff .pure-u-1.bodyContainers .pure-u-1-2.home-left, .k-ff .pure-u-3-4 { 
    float: left; 
} 
.k-ie9 #FormSample .pure-g .pure-u-1-2, .k-ie10 #FormSample .pure-g .pure-u-1-2, .k-ie11 #FormSample .pure-g .pure-u-1-2, .k-ff #FormSample .pure-g .pure-u-1-2  { 
    float: left !important; 
} 
.k-ie9 .pure-g .pure-u-3-8, .k-ie10 .pure-g .pure-u-3-8, .k-ie11 .pure-g .pure-u-3-8, .k-ff .pure-g .pure-u-3-8 { 
    float: right; 
} 
.k-ie9 #FormMaterial .pure-u-1-2, .k-ie10 #FormMaterial .pure-u-1-2, .k-ie11 #FormMaterial .pure-u-1-2, .k-ff #FormMaterial .pure-u-1-2 { 
    float: left !important; 
} 
.k-ie9 .pure-u-5-6, .k-ie10 .pure-u-5-6, .k-ie11 .pure-u-5-6, .k-ie9 .pure-u-20-24, .k-ie10 .pure-u-20-24, .k-ie11 .pure-u-20-24 { 
    max-width: 1250px !important; 
} 
.k-ie9 #LocationInformation .pure-u-1-3 { 
    float: left; 
} 
.k-ie9 #Contact { 
    clear: both; 
} 
 
.editorDiv p:empty { 
    height: 16px; 
} 
 
.k-upload.k-header { 
    background-color: initial; 
    border: 0; 
} 
 
.k-ie9 div.k-treeview, .k-ie10 div.k-treeview, .k-ie11 div.k-treeview { 
    white-space: normal; 
} 
 
/* Various Firefox Fixes */ 
 
.k-ff .pure-u-5-6 { 
    width: 82.99%; 
} 
.k-ff .bodyColumn .pure-u-5-6 { 
    width: 100%; 
} 
.k-ff .pure-u-1-3 { 
    width: 32%; 
} 
.k-ff input.k-button { 
    padding: 2px 7px 2px; 
} 
 
/* Tooltips */ 
/* Tooltip container */ 
.tooltip { 
    position: relative; 
    display: inline-block; 
    /*border-bottom: 1px dotted black;*/ /* If you want dots under the hoverable text */ 
} 
 
/* Tooltip text */ 
.tooltip .tooltiptext { 
    visibility: hidden; 
    width: 100px; 
    background-color: black; 
    color: #fff; 
    text-align: center; 
    padding: 5px 0; 
    border-radius: 6px; 
  
    /* Position the tooltip text - see examples below! */ 
    position: absolute; 
    z-index: 1; 
    bottom: -50px; 
} 
 
/* Show the tooltip text when you mouse over the tooltip container */ 
.tooltip:hover .tooltiptext { 
    visibility: visible; 
} 
 
/*Reminders Styling*/ 
#OccurrenceAddOrEdit .popup-editor-label { 
    min-width: 150px; 
    display: inline-block; 
} 
 
#OccurrenceAddOrEdit .k-popup-edit-form div { 
    margin-top: 5px; 
    margin-bottom: 5px; 
} 
 
#OccurrenceAddOrEdit .k-popup-edit-form div #Occurrences { 
    width: 195px !important; 
} 
 
#OccurrenceAddOrEdit div input[type=submit] { 
    margin-right: 10px; 
} 
 
/*  Links Grid  */ 
.link-container { 
    overflow: hidden; 
    display: block; 
} 
.overlay-image { 
    display: block; 
    width: 100%; 
    height: 170px; 
    z-index: 1; 
    border: 0; 
    margin-top: -165px; 
    position: relative; 
} 
 
.link-wrapper { 
    height: 100%; 
    width: 100%; 
    top: 0; 
    left: 0; 
    position: absolute; 
} 
 
.link-preview { 
    height: 120px !important; 
    max-width: 150px !important; 
} 
 
div.link-preview iframe { 
    /*height: auto !important; 
    width: auto !important;*/ 
    height: 120px !important; 
    max-width: 150px !important; 
} 
 
/*FTS Report*/ 
.ft-report #reportGrid { 
    width: 100%; 
    overflow-x: scroll; 
} 
 
/*.ft-report .page-container { 
    overflow-x: scroll; 
}*/ 
 
/*.ft-report { 
    overflow-x: scroll; 
}*/ 
 
.clickable { 
    color: #75A75B !important; 
    cursor: pointer !important; 
} 
 
.import-link { 
    float: right; 
    margin-top: 6px; 
}

.right-side {
    float: right
}

#AsbestosReportOptionsTabstrip {
    padding: 0;
}

#AsbestosReportOptionsTabstrip .k-tabstrip-items .k-item {
    border-color: transparent;
}

#AsbestosReportOptionsTabstrip .k-tabstrip-items .k-item.k-state-hover {
    background-color: transparent;
    border-color: #75a75b;
}

#AsbestosReportOptionsTabstrip .k-content {
    padding: 0;
}

#AsbestosReportOptionsTabstrip .content-wrapper {
    padding: 15px;
}

#AsbestosReportOptionsTabstrip .content-wrapper input.k-textbox,
#AsbestosReportOptionsTabstrip .content-wrapper span.k-dropdown,
#AsbestosReportOptionsTabstrip .content-wrapper span.k-datepicker {
    width: 100%;
}

#AsbestosReportOptionsTabstrip .nested-tabstrip {
    border: none;
}

#AsbestosReportOptionsTabstrip-2,
#AsbestosReportOptionsTabstrip-3,
#AsbestosReportOptionsTabstrip-4 {
    margin: 0;
    border-width: 1px 0 0 0;
}

#AsbestosReportOptionsTabstrip-2 .k-tabstrip-wrapper,
#AsbestosReportOptionsTabstrip-3 .k-tabstrip-wrapper,
#AsbestosReportOptionsTabstrip-4 .k-tabstrip-wrapper {
    height: 100%;
    margin: 0;
}

#AsbestosReportOptionsTabstrip table.k-editor {
    border: none;
    min-height: 440px;
}

#AsbestosReportOptionsTabstrip td.k-editable-area {
    padding: 10px;
}

/*#AsbestosReportOptionsTabstripSub2 .k-link {
    white-space: pre-wrap;
    width: min-content;
}*/

#AsbestosReportOptionsTabstripSub1 div[role=tabpanel],
#AsbestosReportOptionsTabstripSub2 div[role=tabpanel],
#AsbestosReportOptionsTabstripSub3 div[role=tabpanel] {
    margin: 0 5px 5px 5px;
}

#AsbestosReportOptionsTabstripSub1-4,
#AsbestosReportOptionsTabstripSub3-1 {
    height: 440px;
}

#AsbestosReportOptionsTabstrip textarea {
    margin-top: 5px;
    width: 100%;
    resize: none;
    padding: 8px;
}

#AsbestosReportOptionsTabstrip input:read-only {
    background-color: gainsboro;
    /*opacity: 0.6;*/
    cursor: default;
}

div.k-window-content.resizable-window {
    padding: 20px;
}

div.k-window-content.resizable-window > .window-content {
    height: 100%;
}

div.k-window-content.resizable-window .grid-wrapper,
div.k-window-content.resizable-window .k-tabstrip-wrapper {
    margin-top: 10px;
}

div.k-window-content.resizable-window .k-grid,
div.k-window-content.resizable-window .k-tabstrip {
    height: 100%;
}

#PhotoContainer {
    text-align: center;
}

#PhotoContainer .edit-button,
#PhotoContainer .k-upload {
    display: inline;
}

#PhotoContainer #PhotoComment {
    margin-top: 6px;
}

/* Kendo skin */
.k-in,
.k-item,
.k-window-action {
  border-color: transparent;
}
/* main colors */
.k-block,
.k-widget {
  background-color: #ffffff;
}
.k-block,
.k-widget,
.k-input,
.k-textbox,
.k-group,
.k-content,
.k-header,
.k-filter-row > th,
.k-editable-area,
.k-separator,
.k-colorpicker .k-i-arrow-s,
.k-textbox > input,
.k-autocomplete,
.k-dropdown-wrap,
.k-toolbar,
.k-group-footer td,
.k-grid-footer,
.k-footer-template td,
.k-state-default,
.k-state-default .k-select,
.k-state-disabled,
.k-grid-header,
.k-grid-header-wrap,
.k-grid-header-locked,
.k-grid-footer-locked,
.k-grid-content-locked,
.k-grid td,
.k-grid td.k-state-selected,
.k-grid-footer-wrap,
.k-pager-wrap,
.k-pager-wrap .k-link,
.k-pager-refresh,
.k-grouping-header,
.k-grouping-header .k-group-indicator,
.k-panelbar > .k-item > .k-link,
.k-panel > .k-item > .k-link,
.k-panelbar .k-panel,
.k-panelbar .k-content,
.k-treemap-tile,
.k-calendar th,
.k-slider-track,
.k-splitbar,
.k-dropzone-active,
.k-tiles,
.k-toolbar,
.k-tooltip,
.k-button-group .k-tool,
.k-upload-files {
  border-color: #464646;
}

.k-group,
.k-toolbar,
.k-grouping-header,
.k-pager-wrap,
.k-group-footer td,
.k-grid-footer,
.k-footer-template td,
.k-widget .k-status,
.k-calendar th,
.k-dropzone-hovered,
.k-widget.k-popup {
  background-color: #5d5d5d;
}
.k-grouping-row td,
td.k-group-cell,
.k-resize-handle-inner {
  background-color: #7d818c;
}
.k-list-container {
  border-color: #464646;
  background-color: #5d5d5d;
}
.k-content,
.k-editable-area,
.k-panelbar > li.k-item,
.k-panel > li.k-item,
.k-tiles {
  background-color: #ffffff;
}
.k-alt,
.k-separator,
.k-resource.k-alt,
.k-pivot-layout > tbody > tr:first-child > td:first-child {
  background-color: #f5f5f5;
}
.k-pivot-rowheaders .k-alt .k-alt,
.k-header.k-alt {
  background-color: #f5f5f5;
}
.k-textbox,
.k-autocomplete.k-header,
.k-dropdown-wrap.k-state-active,
.k-picker-wrap.k-state-active,
.k-numeric-wrap.k-state-active {
  border-color: #464646;
  background-color: #ADADAD;
}
.k-textbox > input,
.k-autocomplete .k-input,
.k-dropdown-wrap .k-input,
.k-autocomplete.k-state-focused .k-input,
.k-dropdown-wrap.k-state-focused .k-input,
.k-picker-wrap.k-state-focused .k-input,
.k-numeric-wrap.k-state-focused .k-input {
  border-color: #464646;
}
input.k-textbox,
textarea.k-textbox,
input.k-textbox:hover,
textarea.k-textbox:hover,
.k-textbox > input {
  background: none;
}
.k-input,
input.k-textbox,
textarea.k-textbox,
input.k-textbox:hover,
textarea.k-textbox:hover,
.k-textbox > input,
.k-multiselect-wrap {
  background-color: #ffffff;
  color: #5d5d5d;
}
.k-input[readonly] {
  background-color: #ffffff;
  color: #5d5d5d;
}
.k-block,
.k-widget,
.k-popup,
.k-content,
.k-toolbar,
.k-dropdown .k-input {
  color: #5d5d5d;
}
.k-inverse {
  color: #ffffff;
}
.k-block {
  color: #464646;
}
.k-link:link,
.k-link:visited,
.k-nav-current.k-state-hover .k-link {
  color: #464646;
}
.k-tabstrip-items .k-link {
  color: #5d5d5d;
}
.k-header,
.k-treemap-title,
.k-grid-header .k-header > .k-link {
  color: #fff;
}
.k-header,
.k-grid-header,
.k-toolbar,
.k-dropdown-wrap,
.k-picker-wrap,
.k-numeric-wrap,
.k-grouping-header,
.k-pager-wrap,
.k-textbox,
.k-button,
.k-progressbar,
.k-draghandle,
.k-autocomplete,
.k-state-highlight,
.k-tabstrip-items .k-item,
.k-panelbar .k-tabstrip-items .k-item,
.km-pane-wrapper > .km-pane > .km-view > .km-content {
  background-image: none;
  background-position: 50% 50%;
  background-color: #7d818c;
}
.k-widget.k-tooltip {
  background-image: none;
}
.k-block,
.k-header,
.k-grid-header,
.k-toolbar,
.k-grouping-header,
.k-pager-wrap,
.k-button,
.k-draghandle,
.k-treemap-tile,
html .km-pane-wrapper .k-header {
  background-color: #d8d8d8;
}
/* icons */
.k-icon:hover,
.k-state-hover .k-icon,
.k-state-selected .k-icon,
.k-state-focused .k-icon,
.k-column-menu .k-state-hover .k-sprite,
.k-column-menu .k-state-active .k-sprite,
.k-pager-numbers .k-current-page .k-link:hover:after,
.k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view.k-state-hover > .k-link:after {
  opacity: 1;
}
.k-icon,
.k-state-disabled .k-icon,
.k-column-menu .k-sprite,
.k-pager-numbers .k-current-page .k-link:after,
.k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after {
  opacity: 0.8;
}
.k-mobile-list .k-check:checked,
.k-mobile-list .k-edit-field [type=checkbox]:checked,
.k-mobile-list .k-edit-field [type=radio]:checked {
  opacity: 0.8;
}
.k-tool {
  border-color: transparent;
}
.k-icon,
.k-tool-icon,
.k-grouping-dropclue,
.k-drop-hint,
.k-column-menu .k-sprite,
.k-grid-mobile .k-resize-handle-inner:before,
.k-grid-mobile .k-resize-handle-inner:after,
.k-pager-numbers .k-current-page .k-link:after,
.k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link:after {
  background-image: url('//da7xgjtj801h2.cloudfront.net/2015.1.408/styles/Black/sprite.png');
  border-color: transparent;
}
.k-i-calendar {
  background-image: url('//da7xgjtj801h2.cloudfront.net/2015.1.408/styles/Bootstrap/sprite.png');
  border-color: transparent;
  margin-top: -3px;
}

span.k-icon.k-i-arrow-s.k-panelbar-expand, span.k-icon.k-i-close, span.k-icon.k-i-arrow-n.k-panelbar-collapse {
filter: brightness(50%);	
	}


/* IE will ignore the above selectors if these are added too */
.k-mobile-list .k-check:checked,
.k-mobile-list .k-edit-field [type=checkbox]:checked,
.k-mobile-list .k-edit-field [type=radio]:checked {
  background-image: url('//da7xgjtj801h2.cloudfront.net/2015.1.408/styles/Black/sprite.png');
  border-color: transparent;
}
.k-loading,
.k-state-hover .k-loading {
  background-image: url('//da7xgjtj801h2.cloudfront.net/2015.1.408/styles/Black/loading.gif');
  background-position: 50% 50%;
}
.k-loading-image {
  background-image: url('//da7xgjtj801h2.cloudfront.net/2015.1.408/styles/Uniform/loading-image.gif');
}
.k-loading-color {
  background-color: #ffffff;
}
.k-button {
  color: #ffffff !important;
  border:none;
  background-color: #5d5d5d;
	margin-top:1px !important;
	margin-bottom:1px !important;
}

button#omni-grid-search-btn {
    background-color: #7d818c !important;
}

.k-group-indicator .k-link {
    color: #fff;
}
.k-draghandle {
  border-color: #7d818c;
  background-color: #7d818c;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-draghandle:hover {
  border-color: #adadad;
  background-color: #adadad;
  -webkit-box-shadow: none;
  box-shadow: none;
}
/* Scheduler */
.k-scheduler {
  color: #ffffff;
  background-color: #ffffff;
}
.k-scheduler-layout {
  color: #5d5d5d;
}
.k-scheduler-datecolumn,
.k-scheduler-groupcolumn {
  background-color: #ffffff;
  color: #5d5d5d;
}
.k-scheduler-times tr,
.k-scheduler-times th,
.k-scheduler-table td,
.k-scheduler-header th,
.k-scheduler-header-wrap,
.k-scheduler-times {
  border-color: #cdcdcd;
}
.k-nonwork-hour {
  background-color: #f4f4f4;
}
.k-gantt .k-nonwork-hour {
  background-color: rgba(0, 0, 0, 0.02);
}
.k-gantt .k-header.k-nonwork-hour {
  background-color: rgba(0, 0, 0, 0.2);
}
.k-scheduler-table .k-today,
.k-today > .k-scheduler-datecolumn,
.k-today > .k-scheduler-groupcolumn {
  background-color: #f8f8f8;
}
.k-scheduler-now-arrow {
  border-left-color: #e20000;
}
.k-scheduler-now-line {
  background-color: #e20000;
}
.k-event,
.k-task-complete {
  border-color: #2eb3a6;
  background: #2eb3a6 0 -257px none repeat-x;
  color: #ffffff;
}
.k-event-inverse {
  color: #4c5356;
}
.k-event.k-state-selected {
  background-position: 0 0;
}
.k-ie7 .k-event .k-resize-handle,
.k-event .k-resize-handle:after,
.k-ie7 .k-task-single .k-resize-handle,
.k-task-single .k-resize-handle:after {
  background-color: #ffffff;
}
.k-scheduler-marquee:before,
.k-scheduler-marquee:after {
  border-color: #adadad;
}
.k-panelbar .k-content,
.k-panelbar .k-panel,
.k-panelbar .k-item {
  background-color: #ADADAD;
  color: #ffffff;
  border-color: #464646;
}


.k-panelbar > .k-item > .k-link {
/*  border-color: #464646;*/
}
.k-panel > li.k-item {
  background-color: #7d7d7d;
}
/* states */
.k-state-active,
.k-state-active:hover,
.k-active-filter,
.k-tabstrip .k-state-active {
  background-color: #ADADAD;
  border-color: #ADADAD;
  color: #ffffff;
}
.k-fieldselector .k-list-container {
  background-color: #ADADAD;
}
.k-button:focus,
.k-button.k-state-focused {
  border-color: #348144;
}
.k-button:hover,
.k-button.k-state-hover {
  color: #ffffff;
  border-color: #7d818c;
  background-color: #adadad;
}
.k-button:active,
.k-button.k-state-active {
  color: #ffffff;
  background-color: #ADADAD;
  border-color: #ADADAD;
}
.k-button:active:hover,
.k-button.k-state-active:hover {
  color: #ffffff;
  border-color: #7d818c;
  background-color: #7d818c;
}
.k-button[disabled],
.k-button.k-state-disabled,
.k-state-disabled .k-button,
.k-state-disabled .k-button:hover,
.k-button.k-state-disabled:hover,
.k-state-disabled .k-button:active,
.k-button.k-state-disabled:active {
  color: #c1c1c1;
  border-color: #464646;
  background-color: rgba(0, 0, 0, 0);
  background-image: none;
}
.k-button:focus:not(.k-state-disabled):not([disabled]) {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-button:focus:active:not(.k-state-disabled):not([disabled]) {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-menu .k-state-hover > .k-state-active {
  background-color: transparent;
}
.k-state-highlight {
  background: #7d818c;
  color: #ffffff;
}
.k-state-focused,
.k-grouping-row .k-state-focused {
  border-color: #5d5d5d;
}
.k-calendar .k-link {
  color: #4c5356;
}
.k-calendar .k-footer {
  padding: 0;
}
.k-calendar .k-footer .k-nav-today {
  color: #ADADAD;
  text-decoration: none;
  background-color: #363940;
}
.k-calendar .k-footer .k-nav-today:hover,
.k-calendar .k-footer .k-nav-today.k-state-hover {
  background-color: #7d818c;
  text-decoration: underline;
}
.k-calendar .k-footer .k-nav-today:active {
  background-color: #ffffff;
}
.k-calendar .k-link.k-nav-fast {
  color: #ADADAD;
}
.k-calendar .k-nav-fast.k-state-hover {
  text-decoration: underline;
  background-color: #363940;
  color: #ADADAD;
}
.k-calendar .k-link.k-state-hover,
.k-window-titlebar .k-link {
  border-radius: 0px;
}
.k-calendar .k-footer .k-link {
  border-radius: 0;
}
.k-calendar th {
  background-color: #ffffff;
}
.k-calendar-container.k-group {
  border-color: #464646;
}
.k-state-selected,
.k-state-selected:link,
.k-state-selected:visited,
.k-list > .k-state-selected,
.k-list > .k-state-highlight,
.k-panel > .k-state-selected,
.k-ghost-splitbar-vertical,
.k-ghost-splitbar-horizontal,
.k-draghandle.k-state-selected:hover,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected,
.k-marquee-color {
  color: #737373;
  background-color: #ececec;
  border-color: #adadad;
}




.k-state-selected, .k-state-selected:link {
/*  color: #737373 !important;
  background-color: #ececec;*/
  border-left: 10px solid #243746 !important; /*ACCENT*/
}

a.k-link {
	color:#ffffff;
}

.k-panelbar > li > .k-link {
    color: #424449;
}

ul.k-group.k-panel > li > a.k-link {
color: #ffffff;	
}

ul.k-group.k-panel > li > a.k-link.k-state-selected {
color: #424449;
margin-left:10px;
}

a.k-link.k-state-selected.k-header {
 /* color: #737373 !important;*/
  background-color: #ececec;
  border-left: 10px solid #26ACE2 !important;	
	}

.k-virtual-item.k-first,
.k-list > .k-item.k-first {
  border-bottom-color: #c1c1c1;
}
.k-marquee-text {
  color: #ffffff;
}
.k-state-focused,
.k-list > .k-state-focused,
.k-listview > .k-state-focused,
.k-grid-header th.k-state-focused,
td.k-state-focused,
.k-button.k-state-focused {
  -webkit-box-shadow: #5d5d5d 0px 0px 0px 1px inset;
  box-shadow: #5d5d5d 0px 0px 0px 1px inset;
}
.k-state-focused.k-state-selected,
.k-list > .k-state-focused.k-state-selected,
.k-listview > .k-state-focused.k-state-selected,
td.k-state-focused.k-state-selected {
  -webkit-box-shadow: #5d5d5d 0px 0px 0px 1px inset;
  box-shadow: #5d5d5d 0px 0px 0px 1px inset;
}
.k-ie8 .k-panelbar span.k-state-focused,
.k-ie8 .k-menu li.k-state-focused,
.k-ie8 .k-listview > .k-state-focused,
.k-ie8 .k-grid-header th.k-state-focused,
.k-ie8 td.k-state-focused,
.k-ie8 .k-tool.k-state-hover,
.k-ie8 .k-button:focus,
.k-ie8 .k-button.k-state-focused,
.k-ie7 .k-panelbar span.k-state-focused,
.k-ie7 .k-menu li.k-state-focused,
.k-ie7 .k-listview > .k-state-focused,
.k-ie7 .k-grid-header th.k-state-focused,
.k-ie7 td.k-state-focused,
.k-ie7 .k-tool.k-state-hover,
.k-ie7 .k-button:focus,
.k-ie7 .k-button.k-state-focused {
  background-color: #adadad;
}
.k-list > .k-state-selected.k-state-focused,
.k-list-optionlabel.k-state-selected.k-state-focused {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-state-selected > .k-link,
.k-panelbar > li > .k-state-selected,
.k-panelbar > li.k-state-default > .k-link.k-state-selected {
  color: #ffffff;
}

.k-panelbar > li > .k-state-selected, .k-panelbar > li.k-state-default > .k-link.k-state-selected {
    color: #424449;
    background-color: #ececec;
	border-left: 10px solid #243746 !important; /*ACCENT*/
}


.k-state-hover,
.k-state-hover:hover,
.k-splitbar-horizontal-hover:hover,
.k-splitbar-vertical-hover:hover,
.k-list > .k-state-hover,
.k-scheduler .k-scheduler-toolbar ul li.k-state-hover,
.k-pager-wrap .k-link:hover,
.k-dropdown .k-state-focused,
.k-filebrowser-dropzone,
.k-mobile-list .k-item > .k-link:active,
.k-mobile-list .k-item > .k-label:active,
.k-mobile-list .k-edit-label.k-check:active,
.k-mobile-list .k-recur-view .k-check:active {
  
  background-color: #adadad;
  border-color: #adadad;
}
/* this selector should be used separately, otherwise old IEs ignore the whole rule */
.k-mobile-list .k-scheduler-timezones .k-edit-field:nth-child(2):active {
  color: #ADADAD;
  background-color: #adadad;
  border-color: #adadad;
}
.k-ie7 .k-window-titlebar .k-state-hover,
.k-ie8 .k-window-titlebar .k-state-hover {
  border-color: #adadad;
}
.k-state-hover > .k-select,
.k-state-focused > .k-select {
  border-color: #adadad;
}
.k-button:hover,
.k-button.k-state-hover,
.k-button:focus,
.k-button.k-state-focused,
.k-textbox:hover,
.k-state-hover,
.k-state-hover:hover,
.k-pager-wrap .k-link:hover,
.k-other-month.k-state-hover .k-link,
div.k-filebrowser-dropzone em,
.k-draghandle:hover {
  background-image: none;
}
.k-pager-wrap {
  background-color: #7d818c;
  color: #464646;
}
.k-autocomplete.k-state-active,
.k-picker-wrap.k-state-active,
.k-numeric-wrap.k-state-active,
.k-dropdown-wrap.k-state-active,
.k-state-active,
.k-state-active:hover,
.k-state-active > .k-link,
.k-button:active,
.k-panelbar > .k-item > .k-state-focused {
  background-image: none;
}
.k-state-selected,
.k-button:active,
.k-button.k-state-active,
.k-draghandle.k-state-selected:hover {
  background-image: none;
}
.k-button:active,
.k-button.k-state-active,
.k-draghandle.k-state-selected:hover {
  background-position: 50% 50%;
}
.k-tool-icon {
  background-image: url('//da7xgjtj801h2.cloudfront.net/2015.1.408/styles/Uniform/sprite.png');
}
.k-state-hover > .k-link,
.k-other-month.k-state-hover .k-link,
div.k-filebrowser-dropzone em {
  color: #ADADAD;
}
.k-autocomplete.k-state-hover,
.k-autocomplete.k-state-focused,
.k-picker-wrap.k-state-hover,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-hover,
.k-numeric-wrap.k-state-focused,
.k-dropdown-wrap.k-state-hover,
.k-dropdown-wrap.k-state-focused {
  background-color: #adadad;
  background-image: none;
  background-position: 50% 50%;
  border-color: #2eb3a6;
}
.km-pane-wrapper .k-mobile-list input:not([type="checkbox"]):not([type="radio"]),
.km-pane-wrapper .km-pane .k-mobile-list select:not([multiple]),
.km-pane-wrapper .k-mobile-list textarea,
.k-dropdown .k-state-focused .k-input {
  color: #5d5d5d;
}
.k-dropdown .k-state-hover .k-input {
  color: #ADADAD;
}
.k-state-error {
  border-color: #e20000;
  background-color: #ffffff;
  color: #e20000;
}
.k-state-disabled {
  opacity: .7;
}
.k-ie7 .k-state-disabled,
.k-ie8 .k-state-disabled {
  filter: alpha(opacity=70);
}
.k-tile-empty.k-state-selected,
.k-loading-mask.k-state-selected {
  border-width: 0;
  background-image: none;
  background-color: transparent;
}
.k-state-disabled,
.k-state-disabled .k-link,
.k-state-disabled .k-button,
.k-other-month,
.k-other-month .k-link,
.k-dropzone em,
.k-dropzone .k-upload-status,
.k-tile-empty strong,
.k-slider .k-draghandle {
  color: #c1c1c1;
}
/* Progressbar */
.k-progressbar-indeterminate {
  background: url('//da7xgjtj801h2.cloudfront.net/2015.1.408/styles/Uniform/indeterminate.gif');
}
.k-progressbar-indeterminate .k-progress-status-wrap,
.k-progressbar-indeterminate .k-state-selected {
  display: none;
}
/* Slider */
.k-slider-track {
  background-color: #464646;
}
.k-slider-selection {
  background-color: #adadad;
}
.k-slider-horizontal .k-tick {
  background-image: url('//da7xgjtj801h2.cloudfront.net/2015.1.408/styles/Uniform/slider-h.gif');
}
.k-slider-vertical .k-tick {
  background-image: url('//da7xgjtj801h2.cloudfront.net/2015.1.408/styles/Uniform/slider-v.gif');
}
/* Tooltip */
.k-widget.k-tooltip {
  border-color: #464646;
  background-color: rgba(0, 0, 0, 0);
  color: #555555;
}
.k-widget.k-tooltip-validation {
  border-color: #555555;
  background-color: rgba(0, 0, 0, 0);
  color: #555555;
}
/* Bootstrap theme fix */
.input-prepend .k-tooltip-validation,
.input-append .k-tooltip-validation {
  font-size: 12px;
  position: relative;
  top: 3px;
}
.k-callout-n {
  border-bottom-color: #464646;
}
.k-callout-w {
  border-right-color: #464646;
}
.k-callout-s {
  border-top-color: #464646;
}
.k-callout-e {
  border-left-color: #464646;
}
.k-tooltip-validation .k-callout-n {
  border-bottom-color: #555555;
}
.k-tooltip-validation .k-callout-w {
  border-right-color: #555555;
}
.k-tooltip-validation .k-callout-s {
  border-top-color: #555555;
}
.k-tooltip-validation .k-callout-e {
  border-left-color: #555555;
}
/* Splitter */
.k-splitbar {
  background-color: #cdcdcd;
}
.k-restricted-size-vertical,
.k-restricted-size-horizontal {
  background-color: #e20000;
}
/* Upload */
.k-file {
  background-color: #ADADAD;
  border-color: #cdcdcd;
}
.k-file-progress {
  color: #0066cc;
}
.k-file-progress .k-progress {
  background-color: #d0f8ff;
}
.k-file-success {
  color: #28760b;
}
.k-file-success .k-progress {
  background-color: #ddffd0;
}
.k-file-error {
  color: #cc0000;
}
.k-file-error .k-progress {
  background-color: #ffded7;
}
/* ImageBrowser */
.k-tile {
  border-color: #ffffff;
}
.k-textbox:hover,
.k-tiles li.k-state-hover {
  border-color: #adadad;
}
.k-tiles li.k-state-selected {
  border-color: #adadad;
}
.k-filebrowser .k-tile .k-folder,
.k-filebrowser .k-tile .k-file {
  background-image: url('//da7xgjtj801h2.cloudfront.net/2015.1.408/styles/Uniform/imagebrowser.png');
  background-size: auto auto;
}
/* TreeMap */
.k-leaf,
.k-leaf.k-state-hover:hover {
  color: #fff;
}
.k-leaf.k-inverse,
.k-leaf.k-inverse.k-state-hover:hover {
  color: #000;
}
/* Shadows */
.k-widget,
.k-button {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-slider,
.k-treeview,
.k-upload {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-state-hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-autocomplete.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-state-selected {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-state-active {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-grid td.k-state-selected.k-state-focused {
  background-color: #94c57b;
}
.k-popup,
.k-menu .k-menu-group,
.k-grid .k-filter-options,
.k-time-popup,
.k-datepicker-calendar,
.k-autocomplete.k-state-border-down,
.k-autocomplete.k-state-border-up,
.k-dropdown-wrap.k-state-active,
.k-picker-wrap.k-state-active,
.k-multiselect.k-state-focused,
.k-filebrowser .k-image,
.k-tooltip {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.247059);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.247059);
}
.k-treemap-tile.k-state-hover {
  -webkit-box-shadow: inset 0 0 0 3px #464646;
  box-shadow: inset 0 0 0 3px #464646;
}
/* Window */
.k-window {
  border-color: rgba(0, 0, 0, 0.247059);
  -webkit-box-shadow: 1px 1px 7px 1px rgba(128, 128, 128, 0.247059);
  box-shadow: 1px 1px 7px 1px rgba(128, 128, 128, 0.247059);
  background-color: #ffffff;
}
.k-window.k-state-focused {
  border-color: rgba(0, 0, 0, 0.247059);
  -webkit-box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.247059);
  box-shadow: 1px 1px 7px 1px rgba(0, 0, 0, 0.247059);
}
.k-window.k-window-maximized,
.k-window-maximized .k-window-titlebar,
.k-window-maximized .k-window-content {
  border-radius: 0;
}

.k-window-title {color:#52555c;}
.k-shadow {
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.247059);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.247059);
}
.k-inset {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.247059);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.247059);
}
/* Selection */
.k-editor-inline ::selection {
  background-color: #adadad;
  text-shadow: none;
  color: #fff;
}
.k-editor-inline ::-moz-selection {
  background-color: #adadad;
  text-shadow: none;
  color: #fff;
}
/* Notification */
.k-widget.k-notification.k-notification-info {
  background-color: rgba(0, 0, 0, 0);
  color: #555555;
  border-color: #555555;
}
.k-widget.k-notification.k-notification-success {
  background-color: rgba(0, 0, 0, 0);
  color: #555555;
  border-color: #555555;
}
.k-widget.k-notification.k-notification-warning {
  background-color: rgba(0, 0, 0, 0);
  color: #555555;
  border-color: #555555;
}
.k-widget.k-notification.k-notification-error {
  background-color: rgba(0, 0, 0, 0);
  color: #555555;
  border-color: #555555;
}
/* Gantt */
.k-gantt .k-treelist {
  background: #f5f5f5;
}
.k-gantt .k-treelist .k-alt {
  background-color: #dcdcdc;
}
.k-gantt .k-treelist .k-state-selected,
.k-gantt .k-treelist .k-state-selected td,
.k-gantt .k-treelist .k-alt.k-state-selected,
.k-gantt .k-treelist .k-alt.k-state-selected > td {
  background-color: #adadad;
}
.k-task-dot:after {
  background-color: #5d5d5d;
  border-color: #5d5d5d;
}
.k-task-dot:hover:after {
  background-color: #ADADAD;
}
.k-task-summary {
  border-color: #8a9398;
  background: #8a9398;
}
.k-task-milestone,
.k-task-summary-complete {
  border-color: #5d5d5d;
  background: #5d5d5d;
}
.k-state-selected.k-task-summary {
  border-color: #7d818c;
  background: #7d818c;
}
.k-state-selected.k-task-milestone,
.k-state-selected .k-task-summary-complete {
  border-color: #adadad;
  background: #adadad;
}
.k-task-single {
  background-color: #39ccbe;
  border-color: #2eb3a6;
  color: #ffffff;
}
.k-state-selected.k-task-single {
  border-color: #adadad;
}
.k-line {
  background-color: #5d5d5d;
  color: #5d5d5d;
}
.k-state-selected.k-line {
  background-color: #adadad;
  color: #adadad;
}
.k-resource {
  background-color: #ffffff;
}
/* PivotGrid */
.k-i-kpi-decrease,
.k-i-kpi-denied,
.k-i-kpi-equal,
.k-i-kpi-hold,
.k-i-kpi-increase,
.k-i-kpi-open {
  background-image: url('//da7xgjtj801h2.cloudfront.net/2015.1.408/styles/Uniform/sprite_kpi.png');
}
/* Border radius */
.k-block,
.k-button,
.k-textbox,
.k-drag-clue,
.k-touch-scrollbar,
.k-window,
.k-window-titleless .k-window-content,
.k-window-action,
.k-inline-block,
.k-grid .k-filter-options,
.k-grouping-header .k-group-indicator,
.k-autocomplete,
.k-multiselect,
.k-combobox,
.k-dropdown,
.k-dropdown-wrap,
.k-datepicker,
.k-timepicker,
.k-colorpicker,
.k-datetimepicker,
.k-notification,
.k-numerictextbox,
.k-picker-wrap,
.k-numeric-wrap,
.k-colorpicker,
.k-list-container,
.k-calendar-container,
.k-calendar td,
.k-calendar .k-link,
.k-treeview .k-in,
.k-editor-inline,
.k-tooltip,
.k-tile,
.k-slider-track,
.k-slider-selection,
.k-upload {
  border-radius: 3px;
}
.k-tool {
  text-align: center;
  vertical-align: middle;
}
.k-tool.k-group-start,
.k-toolbar .k-split-button .k-button,
.k-toolbar .k-button-group .k-group-start {
  border-radius: 3px 0 0 3px;
}
.k-rtl .k-tool.k-group-start {
  border-radius: 0 3px 3px 0;
}
.k-tool.k-group-end,
.k-toolbar .k-button-group .k-group-end,
.k-toolbar .k-split-button .k-split-button-arrow {
  border-radius: 0 3px 3px 0;
}
.k-rtl .k-tool.k-group-end {
  border-radius: 3px 0 0 3px;
}
.k-group-start.k-group-end.k-tool {
  border-radius: 3px;
}
.k-calendar-container.k-state-border-up,
.k-list-container.k-state-border-up,
.k-autocomplete.k-state-border-up,
.k-multiselect.k-state-border-up,
.k-dropdown-wrap.k-state-border-up,
.k-picker-wrap.k-state-border-up,
.k-numeric-wrap.k-state-border-up,
.k-window-content,
.k-filter-menu {
  border-radius: 0 0 3px 3px;
}
.k-autocomplete.k-state-border-up .k-input,
.k-dropdown-wrap.k-state-border-up .k-input,
.k-picker-wrap.k-state-border-up .k-input,
.k-picker-wrap.k-state-border-up .k-selected-color,
.k-numeric-wrap.k-state-border-up .k-input {
  border-radius: 0 0 0 3px;
}
.k-multiselect.k-state-border-up .k-multiselect-wrap {
  border-radius: 0 0 3px 3px;
}
.k-window-titlebar,
.k-block > .k-header,
.k-tabstrip-items .k-item,
.k-panelbar .k-tabstrip-items .k-item,
.k-tabstrip-items .k-link,
.k-calendar-container.k-state-border-down,
.k-list-container.k-state-border-down,
.k-autocomplete.k-state-border-down,
.k-multiselect.k-state-border-down,
.k-dropdown-wrap.k-state-border-down,
.k-picker-wrap.k-state-border-down,
.k-numeric-wrap.k-state-border-down {
  border-radius: 3px 3px 0 0;
}
.k-split-button.k-state-border-down > .k-button {
  border-radius: 3px 0 0 0;
}
.k-split-button.k-state-border-up > .k-button {
  border-radius: 0 0 0 3px;
}
.k-split-button.k-state-border-down > .k-split-button-arrow {
  border-radius: 0 3px 0 0;
}
.k-split-button.k-state-border-up > .k-split-button-arrow {
  border-radius: 0 0 3px 0;
}
.k-dropdown-wrap .k-input,
.k-picker-wrap .k-input,
.k-numeric-wrap .k-input {
  border-radius: 1px 0 0 1px;
}
.k-rtl .k-dropdown-wrap .k-input,
.k-rtl .k-picker-wrap .k-input,
.k-rtl .k-numeric-wrap .k-input {
  border-radius: 0 1px 1px 0;
}
.k-numeric-wrap .k-link {
  border-radius: 0 1px 0 0;
}
.k-numeric-wrap .k-link + .k-link {
  border-radius: 0 0 1px 0;
}
.k-colorpicker .k-selected-color {
  border-radius: 1px 0 0 1px;
}
.k-rtl .k-colorpicker .k-selected-color {
  border-radius: 0 1px 1px 0;
}
.k-autocomplete.k-state-border-down .k-input {
  border-radius: 3px 3px 0 0;
}
.k-dropdown-wrap.k-state-border-down .k-input,
.k-picker-wrap.k-state-border-down .k-input,
.k-picker-wrap.k-state-border-down .k-selected-color,
.k-numeric-wrap.k-state-border-down .k-input {
  border-radius: 3px 0 0 0;
}
.k-numeric-wrap .k-link.k-state-selected {
  background-color: #363940;
}
.k-multiselect.k-state-border-down .k-multiselect-wrap {
  border-radius: 1px 1px 0 0;
}
.k-dropdown-wrap .k-select,
.k-picker-wrap .k-select,
.k-numeric-wrap .k-select,
.k-datetimepicker .k-select + .k-select,
.k-list-container.k-state-border-right {
  border-radius: 0 3px 3px 0;
}
.k-rtl .k-dropdown-wrap .k-select,
.k-rtl .k-picker-wrap .k-select,
.k-rtl .k-numeric-wrap .k-select,
.k-rtl .k-datetimepicker .k-select + .k-select,
.k-rtl .k-list-container.k-state-border-right {
  border-radius: 3px 0 0 3px;
}
.k-numeric-wrap.k-expand-padding .k-input {
  border-radius: 3px;
}
.k-textbox > input,
.k-autocomplete .k-input,
.k-multiselect-wrap {
  border-radius: 1px;
}
.k-list .k-state-hover,
.k-list .k-state-focused,
.k-list .k-state-highlight,
.k-list .k-state-selected,
.k-fieldselector .k-list .k-item,
.k-list-optionlabel,
.k-dropzone {
  border-radius: 2px;
}
.k-slider .k-button,
.k-grid .k-slider .k-button {
  border-radius: 13px;
}
.k-draghandle {
  border-radius: 13px;
}
.k-scheduler-toolbar > ul li:first-child,
.k-scheduler-toolbar > ul li:first-child .k-link,
.k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li,
.k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li .k-link {
  border-radius: 3px 0 0 3px;
}
.k-rtl .k-scheduler-toolbar > ul li:first-child,
.k-rtl .k-scheduler-toolbar > ul li:first-child .k-link,
.k-rtl .k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li,
.k-rtl .k-scheduler-toolbar > ul.k-scheduler-views li:first-child + li .k-link,
.km-view.k-popup-edit-form .k-scheduler-toolbar > ul li:last-child,
.km-view.k-popup-edit-form .k-scheduler-toolbar > ul li:last-child .k-link {
  border-radius: 0 3px 3px 0;
}
.k-scheduler-phone .k-scheduler-toolbar > ul li.k-nav-today,
.k-scheduler-phone .k-scheduler-toolbar > ul li.k-nav-today .k-link,
.k-edit-field > .k-scheduler-navigation {
  border-radius: 3px;
}
.k-scheduler-toolbar .k-nav-next,
.k-scheduler-toolbar ul + ul li:last-child,
.k-scheduler-toolbar .k-nav-next .k-link,
.k-scheduler-toolbar ul + ul li:last-child .k-link {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}
.k-rtl .k-scheduler-toolbar .k-nav-next,
.k-rtl .k-scheduler-toolbar ul + ul li:last-child,
.k-rtl .k-scheduler-toolbar .k-nav-next .k-link,
.k-rtl .k-scheduler-toolbar ul + ul li:last-child .k-link {
  border-radius: 3px 0 0 3px;
}
.k-scheduler div.k-scheduler-footer ul li,
.k-scheduler div.k-scheduler-footer .k-link {
  border-radius: 3px;
}
.k-more-events,
.k-event,
.k-task-single,
.k-task-complete,
.k-event .k-link {
  border-radius: 1px;
}
.k-scheduler-mobile .k-event {
  border-radius: 0px;
}
/* Adaptive Grid */
.k-grid-mobile .k-column-active + th.k-header {
  border-left-color: #5d5d5d;
}
html .km-pane-wrapper .km-widget,
.k-ie .km-pane-wrapper .k-widget,
.k-ie .km-pane-wrapper .k-group,
.k-ie .km-pane-wrapper .k-content,
.k-ie .km-pane-wrapper .k-header,
.k-ie .km-pane-wrapper .k-popup-edit-form .k-edit-field .k-button,
.km-pane-wrapper .k-mobile-list .k-item,
.km-pane-wrapper .k-mobile-list .k-edit-label,
.km-pane-wrapper .k-mobile-list .k-edit-field {
  color: #5d5d5d;
}
@media screen and (-ms-high-contrast: active) and (-ms-high-contrast: none) {
  div.km-pane-wrapper a {
    color: #5d5d5d;
  }
  .km-pane-wrapper .k-icon {
    background-image: url('//da7xgjtj801h2.cloudfront.net/2015.1.408/styles/Uniform/sprite_2x.png');
    background-size: 21.2em 21em;
  }
}
.km-pane-wrapper .k-mobile-list .k-item,
.km-pane-wrapper .k-mobile-list .k-edit-field,
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check {
  background-color: #ffffff;
  border-top: 1px solid #cdcdcd;
}
.km-pane-wrapper .k-mobile-list .k-edit-field textarea {
  outline-width: 0;
}
.km-pane-wrapper .k-mobile-list .k-item.k-state-selected {
  background-color: #adadad;
  border-top-color: #adadad;
}
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-field .k-check:first-child {
  border-top-color: transparent;
}
.km-pane-wrapper .k-mobile-list .k-item:last-child {
  -webkit-box-shadow: inset 0 -1px 0 #cdcdcd;
  box-shadow: inset 0 -1px 0 #cdcdcd;
}
.km-pane-wrapper .k-mobile-list > ul > li > .k-link,
.km-pane-wrapper .k-mobile-list .k-recur-view > .k-edit-label:nth-child(3),
.km-pane-wrapper #recurrence .km-scroll-container > .k-edit-label:first-child {
  color: #818181;
}
.km-pane-wrapper .k-mobile-list > ul > li > .k-link {
  border-bottom: 1px solid #cdcdcd;
}
.km-pane-wrapper .k-mobile-list .k-edit-field {
  -webkit-box-shadow: 0 1px 1px #cdcdcd;
  box-shadow: 0 1px 1px #cdcdcd;
}
.km-actionsheet .k-grid-delete,
.km-actionsheet .k-scheduler-delete,
.km-pane-wrapper .k-scheduler-delete,
.km-pane-wrapper .k-filter-menu .k-button[type=reset] {
  color: #fff;
  border-color: #e20000;
  background-color: red;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, from(rgba(255,255,255,.3)), to(rgba(255,255,255,.15)));
  background-image: -webkit-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,.15));
  background-image: -moz-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,.15));
  background-image: -ms-linear-gradient(top, rgba(255,255,255,.3), rgba(255,255,255,.15));
  background-image: linear-gradient(to bottom, rgba(255,255,255,.3), rgba(255,255,255,.15));
}
.km-actionsheet .k-grid-delete:active,
.km-actionsheet .k-scheduler-delete:active,
.km-pane-wrapper .k-scheduler-delete:active,
.km-pane-wrapper .k-filter-menu .k-button[type=reset]:active {
  background-color: #990000;
}
/* /Column Menu */
.k-autocomplete.k-state-default,
.k-picker-wrap.k-state-default,
.k-numeric-wrap.k-state-default,
.k-dropdown-wrap.k-state-default {
  background-image: none;
  background-position: 50% 50%;
  background-color: #7d818c;
}
.k-autocomplete.k-state-hover,
.k-picker-wrap.k-state-hover,
.k-numeric-wrap.k-state-hover,
.k-dropdown-wrap.k-state-hover {
  background-color: #adadad;
  background-image: none;
  background-position: 50% 50%;
  border-color: #7d818c;
}
.k-multiselect.k-header {
  border-color: #7d818c;
}
.k-multiselect.k-header.k-state-hover {
  border-color: #7d818c;
}
.k-autocomplete.k-state-focused,
.k-picker-wrap.k-state-focused,
.k-numeric-wrap.k-state-focused,
.k-dropdown-wrap.k-state-focused,
.k-multiselect.k-header.k-state-focused {
  background-color: #adadad;
  background-image: none;
  background-position: 50% 50%;
  border-color: #5d5d5d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-list-container {
  color: #ffffff;
}
.k-dropdown .k-input,
.k-dropdown .k-state-focused .k-input,
.k-menu .k-popup {
  color: #ffffff;
}
.k-state-default > .k-select {
  border-color: #7d818c;
}
.k-state-hover > .k-select {
  border-color: #2eb3a6;
}
.k-state-focused > .k-select {
  border-color: #5d5d5d;
}
.k-tabstrip:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-tabstrip-items .k-state-default .k-link,
.k-panelbar > li.k-state-default > .k-link {
  color: #737373;
}

.k-panelbar > li.k-state-default > .k-link {
    color: #424449;}

.k-tabstrip-items .k-state-hover .k-link,
.k-panelbar > li.k-state-hover > .k-link,
.k-panelbar > li.k-state-default > .k-link.k-state-hover {
  color: #424449;
  background-color: #ececec;
}
.k-panelbar .k-state-focused.k-state-hover {
  background: #adadad;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-tabstrip-items .k-state-default,
.k-ie7 .k-tabstrip-items .k-state-default .k-loading {
  border-color: #5d5d5d;
}
.k-tabstrip-items .k-state-hover,
.k-ie7 .k-tabstrip-items .k-state-hover .k-loading {
  border-color: #adadad;
}
.k-tabstrip-items .k-state-active,
.k-panelbar .k-tabstrip-items .k-state-active,
.k-ie7 .k-tabstrip-items .k-state-active .k-loading {
  background-color: #ADADAD;
  background-image: none;
  border-color: #ADADAD;
}
.k-tabstrip .k-content.k-state-active {
  background-color: #ffffff;
  color: #5d5d5d;
}
.k-menu.k-header,
.k-menu .k-item {
  border-color: #363940;
}
.k-column-menu,
.k-column-menu .k-item,
.k-overflow-container .k-overflow-group {
  border-color: #464646;
}
.k-overflow-container .k-overflow-group {
  box-shadow: inset 0 1px 0 #939393, 0 1px 0 #939393;
}
.k-toolbar-first-visible.k-overflow-group,
.k-overflow-container .k-overflow-group + .k-overflow-group {
  box-shadow: 0 1px 0 #939393;
}
.k-toolbar-last-visible.k-overflow-group {
  box-shadow: inset 0 1px 0 #939393;
}
.k-column-menu .k-separator {
  border-color: #464646;
  background-color: transparent;
}
.k-menu .k-group {
  border-color: #464646;
}
.k-grid-filter.k-state-active {
  background-color: #ADADAD;
}
.k-grouping-row td,
.k-group-footer td,
.k-grid-footer td {
  color: #ffffff;
  border-color: #464646;
  font-weight: bold;
}
.k-grouping-header {
  color: #424449;
}
.k-grid td.k-state-focused {
  -webkit-box-shadow: inset 0 0 0 1px #5d5d5d 0px 0px 0px 1px inset;
  box-shadow: inset 0 0 0 1px #5d5d5d 0px 0px 0px 1px inset;
}
.k-header,
.k-grid-header-wrap,
.k-grid .k-grouping-header,
.k-grid-header,
.k-pager-wrap,
.k-pager-wrap .k-textbox,
.k-pager-wrap .k-link,
.k-grouping-header .k-group-indicator,
.k-gantt-toolbar .k-state-default {
  border-color: #464646;
}
.k-primary,
.k-overflow-container .k-primary {
  color: #ffffff;
  border-color: #5d5d5d;
  background-image: none;
  background-position: 50% 50%;
  background-color: #5d5d5d;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-primary:focus,
.k-primary.k-state-focused {
  color: #ffffff;
  border-color: #363940;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-primary:hover {
  color: #ffffff;
  border-color: #adadad;
  background-image: none;
  background-color: #adadad;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-primary:focus:active:not(.k-state-disabled):not([disabled]),
.k-primary:focus:not(.k-state-disabled):not([disabled]) {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-primary:active {
  color: #ffffff;
  border-color: #adadad;
  background-image: none;
  background-color: #adadad;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-primary.k-state-disabled,
.k-state-disabled .k-primary,
.k-primary.k-state-disabled:hover,
.k-state-disabled .k-primary:hover,
.k-primary.k-state-disabled:hover,
.k-state-disabled .k-primary:active,
.k-primary.k-state-disabled:active {
  color: #c1c1c1;
  border-color: #cdcdcd;
  background-color: #f4f4f4;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-pager-numbers .k-link,
.k-treeview .k-in {
  border-color: transparent;
}
.k-treeview .k-icon,
.k-scheduler-table .k-icon,
.k-grid .k-hierarchy-cell .k-icon {
  background-color: #cdcdcd;
  border-radius: 0px;
}
.k-scheduler-table .k-state-hover .k-icon {
  background-color: transparent;
}
.k-button:focus {
  outline: none;
}
.k-editor .k-tool:focus {
  outline: 0;
  border-color: #348144;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.k-checkbox-label:before {
  border-color: #555555;
  border-radius: 0px;
}
.k-checkbox-label:after {
  border-color: #7d818c;
  background: #ffffff;
  border-radius: 0px;
}
.k-checkbox-label:hover:after,
.k-checkbox:checked + .k-checkbox-label:hover:after {
  border-color: #adadad;
  box-shadow: transparent;
}
.k-checkbox:checked + .k-checkbox-label:after {
  background-color: #7d818c;
  border-color: #7d818c;
  border-radius: 0px;
  color: #555555;
}
.k-checkbox-label:active:before {
  box-shadow: transparent;
  border-color: #555555;
  border-radius: 0px;
}
.k-checkbox-label:active:after {
  border-color: #5d5d5d;
  border-radius: 0px;
}
.k-checkbox:checked + .k-checkbox-label:active:after {
  border-color: #5d5d5d;
}
.k-checkbox:checked + .k-checkbox-label:active:before {
  box-shadow: transparent;
  border-radius: 0px;
}
.k-checkbox:disabled + .k-checkbox-label {
  color: #555555;
}
.k-checkbox:disabled + .k-checkbox-label:hover:after,
.k-checkbox:disabled + .k-checkbox-label:active:before {
  box-shadow: transparent;
}
.k-checkbox:checked:disabled + .k-checkbox-label:after {
  background: #7d818c;
  color: #555555;
}
.k-checkbox:disabled + .k-checkbox-label:after,
.k-checkbox:checked:disabled + .k-checkbox-label:active:after,
.k-checkbox:disabled + .k-checkbox-label:hover:before,
.k-checkbox:checked:disabled + .k-checkbox-label:hover:after {
  background: #7d818c;
  border-color: #7d818c;
  border-radius: 0px;
}
.k-radio-label:before {
  border-color: #7d818c;
  border-radius: 50%;
  background-color: #ffffff;
  border-width: 2px;
}
.k-radio-label:hover:before,
.k-radio:checked + .k-radio-label:hover:before {
  border-color: #adadad;
  box-shadow: transparent;
}
.k-radio:checked + .k-radio-label:before {
  border-color: #7d818c;
}
.k-radio:checked + .k-radio-label:after {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50%;
}
.k-radio-label:active:before {
  box-shadow: transparent;
  border-radius: 50%;
  border-color: #5d5d5d;
}
.k-radio:checked + .k-radio-label:active:before {
  box-shadow: transparent;
  border-radius: 50%;
  border-color: #555555;
}
.k-radio:disabled + .k-radio-label {
  color: #555555;
}
.k-radio:disabled + .k-radio-label:before {
  border-color: #bfbfbf;
}
.k-radio:disabled + .k-radio-label:active:before {
  box-shadow: transparent;
  background: rgba(0, 0, 0, 0);
}
.k-radio:disabled + .k-radio-label:before {
  background: #ffffff;
}
.k-radio:disabled + .k-radio-label:hover:after,
.k-radio:disabled + .k-radio-label:hover:before {
  box-shadow: transparent;
}
.k-checkbox:focus + .k-checkbox-label:after,
.k-radio:focus + .k-radio-label:before {
  border-color: #5d5d5d;
  box-shadow: transparent;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
  .k-icon:not(.k-loading),
  .k-grouping-dropclue,
  .k-drop-hint,
  .k-callout,
  .k-tool-icon,
  .k-state-hover .k-tool-icon,
  .k-state-active .k-tool-icon,
  .k-state-active.k-state-hover .k-tool-icon,
  .k-state-selected .k-tool-icon,
  .k-state-selected.k-state-hover .k-tool-icon,
  .k-column-menu .k-sprite,
  .k-mobile-list .k-check:checked,
  .k-mobile-list .k-edit-field [type=checkbox]:checked,
  .k-mobile-list .k-edit-field [type=radio]:checked {
    background-image: url('//da7xgjtj801h2.cloudfront.net/2015.1.408/styles/Uniform/sprite_2x.png');
    background-size: 340px 336px;
  }
  .k-dropdown-wrap .k-input,
  .k-picker-wrap .k-input,
  .k-numeric-wrap .k-input {
    border-radius: 1px 0 0 1px;
  }
  .k-i-kpi-decrease,
  .k-i-kpi-denied,
  .k-i-kpi-equal,
  .k-i-kpi-hold,
  .k-i-kpi-increase,
  .k-i-kpi-open {
    background-image: url('//da7xgjtj801h2.cloudfront.net/2015.1.408/styles/Uniform/sprite_kpi_2x.png');
    background-size: 96px 16px;
  }
}
@media screen and (-ms-high-contrast: active) {
  .k-editor-toolbar-wrap .k-dropdown-wrap.k-state-focused,
  .k-editor-toolbar-wrap .k-button-group .k-tool:focus {
    border-color: #fff;
  }
}
.ktb-checkbox-label-after {
  border-color: #7d818c;
  background: #ffffff;
}
.ktb-checkbox-label-hover-after,
.ktb-checkbox-checked + .ktb-checkbox-label-hover-after {
  border-color: #adadad;
}
.ktb-checkbox-checked + .ktb-checkbox-label-after {
  background-color: #7d818c;
  border-color: #7d818c;
  color: #555555;
}
.ktb-checkbox-label-hover-after,
.ktb-checkbox-checked + .ktb-checkbox-label-hover-after {
  border-color: #adadad;
}
.ktb-checkbox-label-active-after {
  border-color: #5d5d5d;
}
.ktb-checkbox-checked-disabled + .ktb-checkbox-label-after,
.ktb-checkbox-disabled + .ktb-checkbox-label-after,
.ktb-checkbox-checked-disabled + .ktb-checkbox-label-active-after,
.ktb-checkbox-disabled + .ktb-checkbox-label-hover-before,
.ktb-checkbox-checked-disabled + .ktb-checkbox-label-hover-after {
  background: #7d818c;
  color: #555555;
  border-color: #7d818c;
}
.ktb-radio-label-before {
  border-color: #7d818c;
  background-color: #ffffff;
}
.ktb-radio-checked + .ktb-radio-label-after {
  background-color: rgba(0, 0, 0, 0);
}
.ktb-radio-checked + .ktb-radio-label-before {
  border-color: #7d818c;
}
.ktb-radio-label-hover-before,
.ktb-radio-checked + .ktb-radio-label-hover-before {
  border-color: #adadad;
}
.ktb-radio-label-active-before {
  border-color: #5d5d5d;
}
.ktb-radio-checked + .ktb-radio-label-after {
  background-color: rgba(0, 0, 0, 0);
}
.ktb-radio-disabled + .ktb-radio-label-before,
.ktb-radio-disabled + .ktb-radio-label-active-before {
  background: #ffffff;
  border-color: #7d818c;
}
/* Responsive styles */
@media only screen and (max-width: 1024px) {
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-webkit .k-pager-numbers .k-current-page .k-link,
  .k-ff .k-pager-numbers .k-current-page .k-link,
  .k-ie11 .k-pager-numbers .k-current-page .k-link {
    background-image: none;
    background-position: 50% 50%;
    background-color: #7d818c;
    border-color: #464646;
  }
  .k-webkit .k-pager-numbers .k-current-page .k-link,
  .k-ff .k-pager-numbers .k-current-page .k-link,
  .k-ie11 .k-pager-numbers .k-current-page .k-link {
    border-color: #464646;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view {
    border-radius: 3px;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li {
    border-radius: 0;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li.k-current-view,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li.k-current-view,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded > li.k-current-view {
    border-radius: 1px 1px 0 0;
  }
  .k-webkit .k-scheduler-toolbar > ul li:first-child,
  .k-ff .k-scheduler-toolbar > ul li:first-child,
  .k-ie11 .k-scheduler-toolbar > ul li:first-child,
  .k-webkit .k-scheduler-toolbar > ul li:first-child .k-link,
  .k-ff .k-scheduler-toolbar > ul li:first-child .k-link,
  .k-ie11 .k-scheduler-toolbar > ul li:first-child .k-link,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views li,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views li,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views li,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views li .k-link,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views li .k-link,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views li .k-link {
    border-radius: 0;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views li:last-child,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views li:last-child,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views li:last-child,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views li:last-child .k-link,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views li:last-child .k-link,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views li:last-child .k-link {
    border-radius: 0 0 1px 1px;
  }
  .k-webkit .k-pager-numbers .k-current-page .k-link:hover,
  .k-ff .k-pager-numbers .k-current-page .k-link:hover,
  .k-ie11 .k-pager-numbers .k-current-page .k-link:hover,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover {
    border-color: #adadad;
    background-image: none;
    background-color: #adadad;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view > .k-link {
    color: #5d5d5d;
    min-width: 75px;
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover > .k-link,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover > .k-link,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views > li.k-current-view:hover > .k-link {
    color: #ADADAD;
  }
  .k-webkit .k-pager-numbers .k-current-page .k-link:after,
  .k-ff .k-pager-numbers .k-current-page .k-link:after,
  .k-ie11 .k-pager-numbers .k-current-page .k-link:after,
  .k-webkit .k-scheduler-views > li.k-state-selected > .k-link:after,
  .k-ff .k-scheduler-views > li.k-state-selected > .k-link:after,
  .k-ie11 .k-scheduler-views > li.k-state-selected > .k-link:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -0.5em;
    right: 0.333em;
    width: 1.333em;
    height: 1.333em;
  }
  .k-webkit .k-pager-numbers.k-state-expanded,
  .k-ff .k-pager-numbers.k-state-expanded,
  .k-ie11 .k-pager-numbers.k-state-expanded,
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded {
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #464646;
    background-color: #7d818c;
    border-radius: 3px 3px 0 0;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.247059);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.247059);
  }
  .k-webkit .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ff .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded,
  .k-ie11 .k-scheduler-toolbar > ul.k-scheduler-views.k-state-expanded {
    border-width: 1px;
    background-image: none;
    border-radius: 3px;
  }
  .k-webkit .k-pager-numbers .k-state-selected,
  .k-ff .k-pager-numbers .k-state-selected,
  .k-ie11 .k-pager-numbers .k-state-selected,
  .k-webkit .k-pager-numbers .k-link,
  .k-ff .k-pager-numbers .k-link,
  .k-ie11 .k-pager-numbers .k-link {
    border-radius: 2px;
  }
}



/*Addtional Custom CSS*/
/*----Header Menu-----*/
#menuHeaderContainer {
      background: #e3e3e3;
}

#menuHeader .k-link {
    padding-top: 0.6em;
}

#topMenu > .k-header {
    background-color: transparent;
}

#topMenu > ul .k-group {
    background-color: #7d818c;
}

#topMenu ul li, #topMenu ul li a {
    color: #ffffff;
}
#topMenu {
	background-color: rgba(0, 0, 0, 0.5);
	border-radius: 15px 0 0 0;
}

#topMenu > ul .k-group .k-link {
    color: #ffffff;
}

#topMenu .k-state-highlight a {
    color: #ffffff;
}

li.k-first {
	border-radius: 15px 0 0 0;
}

#headerLogo {
    position: absolute;
    z-index: 500;
    margin-top: 15px;
    margin-bottom: 20px;
    margin-left: 15px;
    height: 60px;
    background-color: #fff;
    padding: 5px;
	border-radius: 5px;
}

#footerVerdantLogo {
	max-height:30px;
	padding: 5px;
}

#footerCopyright {
	margin: 14px 5px 14px 0;
}

/*----Breadcrumb----*/
#BreadcrumbNav {
    background-color: #7d818c;
    color: #ffffff;
    border-bottom: 0;
	font-size:18px;
}

#BreadcrumbNav a, #BreadcrumbNav a:visited {
    color: #ffffff;
}




/*----Panel Bar----*/
#PanelBarNav li {
    background: #7d818c;
}

#PanelBarNav li .k-group .k-item .k-link
{
  color: #ffffff;
}

#PanelBarNav li .k-state-selected.k-state-hover {
    color: #5d5d5d;
}

#PanelBarNav li .k-state-selected {
    background: #ececec;
    color: #5d5d5d;
	margin-left: 0;
	border-left: 10px solid #243746 !important; /*ACCENT*/
}

#PanelBarNav li .k-group li {
    background-color: #7d7d7d;
}

#PanelBarNav li .k-group .k-item .k-state-selected {
    background: #ffffff;
    color: #5d5d5d;
    margin-left: 10px;
}

#PanelBarNav li .k-state-hover {
    color: #424449;
}

/*----Footer Menu----*/
#footerMenu {
    background: #e3e3e3;
    color: #5d5d5d;
}

#footerMenu .menu .k-menu {
    background-color: #e3e3e3;
}

/*----Grids----*/

.k-grid .k-grid-header {
    background: #52555c;
}

.k-grid-header .k-header, .k-grid-toolbar {
    background: #52555c;
}

.k-button {
    background: #7d818c;
}

.k-grid-header .k-header .k-link {
    color: #ffffff;
}

.k-grid-pager {
    background: #52555c;
}

.k-grid-pager .k-pager-info {
    color: #ffffff;
}

.k-grid-pager .k-pager-numbers .k-link {
    color: #ffffff;
}

.k-grid .k-grid-pager .k-label {
    color:#ffffff;
}

.k-edit-form-container .k-textbox {
    border-color: #ccc;
}

/*DropDown List*/
.k-dropdown-wrap.k-state-default {
    background-color: #ffffff;
}

.k-dropdown-wrap.k-state-default span {
    color: #585858;
}


.k-combobox .k-select {border-width:0;}

span.k-dropdown-wrap.k-state-default > .k-select {
	background-color:#bcbfc5;
}

span.k-dropdown-wrap.k-state-disabled > .k-select {
    background-color: #ececec;
}

span.k-widget.k-combobox.k-header > span.k-dropdown-wrap.k-state-disabled {
    border: 1px solid #c1c1c1;
}

button.reportButton{
	margin-top:25px !important;
    margin-left: 5px;
    margin-right: 5px;
}

button.reportButton.k-button.k-state-disabled {
    background-color: #c5c5c5;
}

span.k-widget.k-combobox.k-header {
    height: auto !important;
}




.k-dropdown .k-input,
.k-dropdown .k-state-focused .k-input {
  color: #777;
}

.k-dropdown[aria-readonly=true] .k-input, .k-dropdown[aria-readonly=true] .k-select {
    background-color: #eee;
}

/*Treeview*/
.k-treeview .k-icon {
    background-color: transparent;
}

.k-treeview .k-sprite {
    background-image: url("/Content/images/folder-open.png");
}

/*Audit Grid*/
#AuditHistory .gridHeader {
    color: #ffffff;
}

/*Numeric Textbox*/
.k-numeric-wrap.k-state-default {
    background-color: #ffffff;
}

/*Date Picker*/

.k-picker-wrap.k-state-default {
    background-color:#ffffff;
}

/*CMS Menus*/
#scheduledtaskmenu li {
    border-color: #363940;
}

.navColumn {
    background-color: #d8d8d8;
}
#bodywLeftnav #foldersContainer.pure-u-1-5 {
        background-color: #ffffff;
}
/*Text Classes*/
.text-info {
    color: #7d818c;
}

.k-popup {
    color: #ffffff;
}

/*Activity Page*/
#ActivityDescription {
    background-color: #ffffff;
}

/*Errors*/
.page-error {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px 0;
    border: 1px solid transparent;
    border-radius: 4px;
}

.page-success {
    background-color: #dff0d8;
    padding: 15px;
    border: 1px solid transparent;
    border-radius: 4px;
}

/*Grid filter sprite*/
.k-grid-header .k-header .k-grid-filter .k-icon
 {
  background-image: url('//da7xgjtj801h2.cloudfront.net/2015.1.408/styles/Black/sprite.png');
  border-color: transparent;
}

/*Security Pages*/
.security-form-row input[type=button], .security-form-row input[type=submit] {
    color: #ffffff;
    background: #7d818c;
    border-color: #5d5d5d;
    box-shadow: none;
    box-sizing: border-box;
    padding: 2px 7px 2px;
    line-height: 1.72em;
    font-family: inherit;
    cursor: pointer;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    margin-top: 10px;
}

.security-form-row input[type=button]:hover, .security-form-row input[type=submit]:hover {
    color: #ffffff;
    border-color: #7d818c;
    background-color: #adadad;
}

.k-treeview .k-icon {
    background-image: url('//da7xgjtj801h2.cloudfront.net/2015.1.408/styles/Uniform/sprite.png');
}

.k-editor .k-icon {
    background-image: url('//da7xgjtj801h2.cloudfront.net/2015.1.408/styles/Uniform/sprite.png');
}

#LibraryCategories .k-treelist .k-icon, #AdditionalModules .k-treelist .k-icon, #AdditionalModules .k-grid .k-hierarchy-cell .k-icon {
    background-image: url('//da7xgjtj801h2.cloudfront.net/2015.1.408/styles/Uniform/sprite.png');
}

#bodywLeftnav .pure-u-1-5.pure-u-lg-1-8 {
    background-color: #7d818c;
}
.description {
    height: 133px;
    overflow-y: scroll;
    background-color: #ffffff;
}
.reinspectionSummary {
    height: 233px;
    overflow-y: scroll;
    background-color: #ffffff;
}
.k-header-report{
    color:#FFFFFF !important;
}
.fb-item-textfield span.k-tooltip {
    border-width: 0px;
    border-style: none;
    padding: initial;
    box-shadow: none;
    color: red;
    margin-left: 5px;
}
.k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-dropdown-wrap.k-state-default {
    border-color: #ccc !important;
}
.k-dropzone em {
    color: #fff !important;
}

.k-pager-numbers .k-state-selected {
    border-left: 0 !important;
}

.k-pager-numbers li a {
    border-color: #464646 !important;
}
.k-state-hover > .k-link {
    color: #fff !important;
}
#BreadcrumbNav .breadcrumb a:visited {
    color: #fff;
}

/* Form Adjustments for Grids */

#FormSample label {
    width: 115px;
    display: inline-block;
}
#FormSample input:not([type]) {
    display: inline-block;
}
#FormSample .pure-g {
    letter-spacing: normal;
}
.pure-form#FormSample .pure-input-2-3 {
    width: 50%;
}

.pure-form label.inbox-edit-label {
    color: #5d5d5d;
    font-size: 1em !important;
    font-weight: bold;
}




.field-validation-error.k-invalid-msg {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
    padding: 15px 0;
    border: 1px solid transparent;
    border-radius: 4px;
}

.k-grid-content-locked {
    height: auto !important;
}