﻿/* HTML classes*/
body, html {
    margin: 0px; /* IssueNo #811 */
    letter-spacing: .025em;
    font-weight: 400;
    height:100vh;
    font-size:13px!important;
}

.RedText{
    color:red!important;
}

mark{
    background-color:yellow;
    padding:0px;
}

#page{
    position:relative;
    min-height:100vh;
}

fieldset
{
    padding:8px;
}

table.dialogTable {
    width: 100%;
}

    table.dialogTable td {
        padding-bottom: 5px;
    }
/* was going to use this to position buttons, but doesn't put them at the bottom
    table.dialogTable tr:last-child td {
        padding-top: 5px;
        text-align: right;
    }
        */
/***************/

/*class identifiers*/

.textbox {
    box-sizing: border-box !important;
    height: 22px !important;
}

.textboxWide {
    height: 20px;
    width: 460px;
}

.textboxLarge {
    height: 70px;
    width: 460px;
}

.labels,
.details {
    text-align: center; /* v2.3 */
    width: 100%;
}
.labelsPaths /* v2.3b3 */ {
    text-transform: none;
    text-align: center; /* v2.3 */
    width: 100%;
}

.details1 {
    width: 16%;
}

.details2 {
    width: 16%;
}

.details3 {
    width: 50%;
}

.details4 {
    font-size: 11px;
    width: 400px;
    text-align: left;
}

.details1,
.GeneralDescriptions {
    border-radius: 15px;
    text-align: center;
    vertical-align: middle;
}

.Pie {
    width: auto;
    padding-left: 15px;
    height: 150px;
}

.Readings {
    width: 40%;
    padding-left: 5px;
    height: 150px;
}

.Consumables {
    width: 100%;
    margin-left: 5px;
}

.ConsumablesDiv {
    width: 35%;
    height: 150px;
}

#detailsDiv {
    margin-left: 5px;
}

#consumablesDiv td,
#readingsDiv td {
    height: 20px;
}

.GeneralInfo {
     border-radius: 0 0 10px 10px;
    overflow: hidden;

}

    .GroupName {
    font-weight: bold;
    font-size: 12px;
    text-transform: none; /* v2.3b3 */
}

/*top search box*/
.searchContainer {
	position: absolute !important;
	width: 300px;
	top: 10px;
	left: 60%;
	z-index: 10000;
	max-width: 500px;
}

.topSearchBox{
    display: block;
    width: 60% !important;
    top: 38px;
    left: -30%!important;
    overflow: visible;
}

/* seachboxes share rsbSlide, so have override the popup, which looks cack, but seems to work.... */
.GroupSearchBox
{
    left:-260px!important;
}
.rsbHeader {

}

/*
.rsbSlide {
    display: block;
    width: 60% !important;
    top: 38px;
    left: 500px !important;
    overflow: visible;
}

.rsbPopup {

    border-radius: 10px;
}

.searchContainer .rsbInner {
	width: 300px !important;
}

.rsbListItem {
	padding-left: 15px !important;
}
    */
    .noSpace{
	margin: 0px;
	padding: 0px;
}


.searchDropDown {
	max-height: 600px;
	width: 100%;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
}

.rsbHeader ul,
.rsbListItem ul {
	margin: 0;
	padding: 0;
	width: 100%;
	display: inline-block;
	list-style-type: none;
}

.rsbHeader ul {
	padding-left: 5px;
}

.col1,
.col2,
.col3,
.col4,
.col5,
.col6,
.col7 {
	margin-top: 4px;
	padding: 0 5px 0 0;
	width: 14%;
	line-height: 14px;
	float: left;
}

.spnChar {
	position: absolute !important; 
	top: 15px; 
	left: 77.5% !important; 
	z-index: 10000; 
	font-size: 12px;
}

/*top search box*/


.ForgotPassword {
    text-decoration: none;
}

/* Password Reset Page, style each row containing the input forms */
.PasswordResetElementRow {
    padding: 5px;
}

.tabStripDeviceInfo {
    border-radius: 10px 10px 0 0 !important;
}

.edit_user {
    width: 95%;
    height: 400px;
    margin: auto;
}

    .edit_user table {
        width: 100%;
    }

    .edit_user td {
        padding: 3px;
    }

/* The h4 provided by telerik adds a bottom border to it which sometimes we dont really need so this class will override the border bottom of any h4*/
.custom_h4 {
    font-weight: bold !important;
    border-bottom: none !important;
}

/* grid cell data crop*/
.crop {
    overflow: hidden;
    height: 20px;
    line-height: 20px;
    text-overflow: ellipsis;
    padding-right: 5px;
    white-space: nowrap;
}

.reportselection2 {
    font-size: 14px;
    text-align: left;
    color: White;
    background-color: #393939;
    width: 100%;
}

.reportselectionhead2 {
    font-size: 20px;
    text-align: center;
    color: White;
    background-color: #393939;
    width: 100%;
}
​


.icon {
    position: relative;
    top: -3px;
}


.validation_Error_Message {
    line-height: 1.8rem;
    color: #af0303;
}

.gFilter {
    max-height: 600px;
    overflow: auto;
}


.centertable {
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.brandingIcon img {
    height: 40px !important;
    margin-left: 10px !important;
    margin-right: 10px !important;
}


.cropwindow {
    overflow: hidden !important;
}
​

.tableHeading {
    font-weight: bold;
}

.cellText {
    text-align: left;
    vertical-align: middle;
    min-width: 200px;
    font-weight: normal;
}

.dialogMenuButtons {
    position: absolute;
    bottom: 20px;
    right: 20px;
    text-align: right;
}
.dialogMenuButtons2 {
    text-align: right;
    margin: 10px 5px 0px 0px;
}
/*Not sure why this doesn't work */
button.dialogMenuButtons {
    width: 70px;
}

    .loadingPanelGroupSettings {
        text-align: center;
        font-weight: bold;
        color: Red;
        padding-top: 80px;
    }

.deviceImage {
    height: 150px;
    width: 150px;
    border: 1px solid black;
    overflow: hidden;
    background-image: url(../../../BaseImages/multifunction_printer_256.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.label100Percent {
    width: 100%;
}

.label50Percent {
    width: 50%;
}


.labelName {
    font-weight: bolder;
}

.lblInfo_Value {
    margin-left: 5px !important;
}

.lblInfo_Label {
    font-size: 13px !important;
    margin: auto 0;
    font-weight: 700;
}

.lblInfo_subLabel {
    font-size: 12px !important;
    margin: auto 0;
}

.label100Percent, .label50Percent {
    font-size: 11px;
    width: 100%;
    text-align: left;
    background: #3d3d3d;
    border-radius: 15px;
    text-align: left;
}

.roundedLabel {
    padding-bottom: 1px;
    padding-top: 1px;
    padding-left: 8px;
    padding-right: 8px;
    border-radius: 7px;
}

.RoundedDiv {
    border-width: 1px;
    border-radius: 4px;
    border-style: solid;
    margin: 5px;
    padding:5px;
}

.RoundedDiv_Custom {
    margin: 2%;
    border-radius: 8px;

}

.DashGraph {
    border-radius: 15px;
    padding: 5px;
}


.deviceInfo_H3 {
    font-weight: 700;
    font-variant-caps: all-petite-caps;
}

.deviceInfo_SubTitle {
    font-size: 1.3em;
    font-weight: 600;
}


.brandingIcon a:hover {
    margin: 0px !important;
    height: 45px;
}

.drop {
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0.5px solid #fff;
    border-radius: 3px;
    font-size: 13px;
    color: #161616;
}

.dropDark {
    margin: 0;
    padding: 0;
    border: 0.5px solid rgba(128, 128, 128, 0.82);
    border-radius: 3px;
    font-size: 12px;
    color: #161616;
    background-color: #eae8e8;
}

.darkTheme {
    background-color: #4d4d4d;
    color: #fff;
    border: 0;
}

/* consumable bars*/
img.percentImageCyan {
    background: white url(../../../Baseimages/percentImage_cyan.png) top left no-repeat;
    padding: 0;
    margin: 0;
    background-position: 1px 0;
}

img.percentImageMagenta {
    background: white url(../../../BaseImages/percentImage_Magenta.png) top left no-repeat;
    padding: 0;
    margin: 0;
    background-position: 1px 0;
}

img.percentImageBlack {
    background: white url(../../../Baseimages/percentImage_Black.png) top left no-repeat;
    padding: 0;
    margin: 0;
    background-position: 1px 0;
}

img.percentImageYellow {
    background: white url(../../../Baseimages/percentImage_Yellow.png) top left no-repeat;
    padding: 0;
    margin: 0;
    background-position: 1px 0;
}

img.percentImageGrey {
    background: white url(../../../Baseimages/percentImage_grey.png) top left no-repeat;
    padding: 0;
    margin: 0;
    background-position: 1px 0;
}

img.percentImageGreyBar { /* v2.3b3 */
    background: white url(../../../Baseimages/percentImage_greyBar.png) top left no-repeat;
    padding: 0;
    margin: 0;
    background-position: 1px 0;
}

img.percentImageRed {
    background: white url(../../../Baseimages/percentImage_Red.png) top left no-repeat;
    padding: 0;
    margin: 0;
    background-position: 1px 0;
}

img.percentImageBlue {
    background: white url(../../../Baseimages/percentImage_Blue.png) top left no-repeat;
    padding: 0;
    margin: 0;
    background-position: 1px 0;
}

img.percentImageGreen {
    background: white url(../../../Baseimages/percentImage_Green.png) top left no-repeat;
    padding: 0;
    margin: 0;
    background-position: 1px 0;
}
/*************/

/*Dashboard Feed*/
.feedItem-image {
    float: left;
    margin: 2px 5px 0 0;
}

.feedItem-title {
    font-size: 14px;
    text-align: left;
}

.feedItem-date {
    font-size: 10px;
	display: block;
	padding-left: 40px;
}

.feedItem-description {
    font-size: 14px;
    display: block;
	padding-left: 40px;
}

.feedFilter {
    width: 360px !important;
}

/***************/



/* Center any element in the middle of the screen */
.center {
    margin: auto !important;
    padding: 10px;
}

.center_vertical {
    margin: auto 0;
    height: 50%;
    display: flex;
}

/*Breadcrumbs*/
.breadcrumbs_section {
    font-size: 13px;
    padding: 5px;
    border-radius: 8px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    display: inline-block;
    margin-bottom: 6px;
}

    .breadcrumbs_section a {
        text-decoration: none;
    }

.breadcrumbs {
    --cssuiBreadcrumbsTextColor: var(--breadcrumbsTextColor);
    --cssuiBreadcrumbsTextColorActive: var(--breadcrumbsTextColorActive);
    --cssuiBreadcrumbsDivider: var(--breadcrumbsDivider);
    --cssuiBreadcrumbsDividerColor: var(--breadcrumbsDividerColor, inherit);
    --cssuiBreadcrumbsDividerSize: var(--breadcrumbsDividerSize, 16px);
    --cssuiBreadcrumbsIndent: var(--breadcrumbsIndent, 8px);
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.breadcrumbs_item {
    display: inline-block;
    position: relative;
    padding-right: calc(var(--cssuiBreadcrumbsDividerSize) + var(--cssuiBreadcrumbsIndent));
    padding-right: 20px;
    margin-right: var(--cssuiBreadcrumbsIndent);
    margin-right: 20px;
    color: var(--cssuiBreadcrumbsTextColor);
    color: #D1C4E9;
    margin: auto;
}

    .breadcrumbs_item:after {
        content: var(--cssuiBreadcrumbsDivider);
        content: "›";
        width: var(--cssuiBreadcrumbsDividerSize);
        width: 20px;
        height: var(--cssuiBreadcrumbsDividerSize);
        height: 20px;
        line-height: 1;
        text-align: center;
        font-family: "Arial", sans-serif;
        font-size: var(--cssuiBreadcrumbsDividerSize);
        font-size: 20px;
        color: var(--cssuiBreadcrumbsDividerColor);
        color: #8BC34A;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
    }


    .breadcrumbs_item:last-child:after {
        display: none;
        color: var(--cssuiBreadcrumbsTextColorActive);

    }

.breadcrumbs_item_active {
    font-weight: bolder;
    margin: auto;
    color: var(--cssuiBreadcrumbsTextColorActive);

}
.breadcrumbs_element {
    color: inherit;
}

.breadcrumbs_type5 {
    --breadcrumbsDivider: "›";
    --breadcrumbsDividerSize: 20px;
}

/************/

/* Rad Controls */
/* Rad Menu */
/*#1160*/
.RadMenu a.rmImageOnly .rmLeftImage, .RadMenu .rmRootGroup a.rmImageOnly {
    margin-top: 2px !important;
}

.RadMenu a.rmImageOnly .rmLeftImage, .RadMenu .rmRootGroup a.rmImageOnly {
    margin-top: 0 !important;
}

.RadMenu .rmHorizontal {
    height: 45px;
}

    .RadMenu .rmHorizontal > .rmSeparator .rmText, .RadMenu .rmHorizontal > .rmRootScrollGroup > .rmSeparator .rmText {
        height: 40px !important;
    }

div.RadMenu .rmRootGroup .rmLast {
    float: right;
}

div.RadMenu .rmGroup .rmLast {
    float: right;
}

div.RadMenu .rmText {
    font-weight: bold !important;
}
#Menu .rmText {
    font-weight: bold !important;
    background-image: none;
    background-color: transparent;
}
.menuItem {
    height: 45px;
}


/* Rad Treeview*/
.RadTreeView {
    font-weight: bold !important;
    text-transform: none; /* v2.3b3 */
}


/* Rad Grid*/
.RadGrid {
    /*  border-radius: 10px;*/
    overflow: hidden;
    margin-left: auto !important;
    margin-right: auto !important;
    outline: none;
}

/* https://www.telerik.com/forums/excess-300px-height-in-griddata-section */
.ReadingGrid .rgDataDiv {
    height: auto !important;
}

/* Rad PanelBar */
.RadPanelBar {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* Rad TabStrip */
.RadTabStrip .rtsLevel1 {
    background-image: none !important;
    background: none !important;
}

.RadTabStrip .rtsTxt, .RadTabStripVertical .rtsTxt {
    display: inline-block;
    font-size: 12px;
}

.RadTabStrip .rtsLink {
    padding-bottom: 2px !important;
    padding-top: 2px !important;
}

.RadWindowContentPadding {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 15px;
    position:relative;
    width:100%;
    height:100%;
}

.RadUpload .ruInputs li {
    margin: 0 0 0 0 !important; 
}

/* IssueNo #1533 */
/* Fix for grids not displaying correctly in firefox*/
.RadGrid .rfdCheckboxUnchecked {
    display: none !important;
}

.RadGrid .rfdCheckboxChecked {
    display: none !important;
}


/* ID identifiers*/
#Title {
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: xx-large;
}
#OuterTable{
    padding-bottom:75px;
}
#Footer {
      position: absolute;
    bottom: 0;
    width: 100%;
    color: black;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: x-small;
    font-weight: bolder;
    padding-top: 10px;
}

.topMargin {
	margin-top: 17px;
}
.card .card-body {
    padding: 5px !important;
}
.card {
    margin-bottom: 0px !important;
    margin-top: 5px !important;
}

/***************/



	/*#1219*/
	@media screen and (max-width:1400px) {

		.MenuDiv {
			/* IssueNo #811 */
			/*margin: 0px 0px 0px 0;*/
			height: 45px;
		}

		#Menu {
			/* IssueNo #811 */
			/*left: 1%;
        right: 1%;*/
			z-index: 2900;
			width: 100%;
		}
	}
	/*#1219*/
	@media screen and (min-width:1601px) {
		.MenuDiv {
			/* IssueNo #811 */
			/*margin: 0px 0px 10px 0;*/
			height: 45px;
		}

		#Menu {
			/* IssueNo #811 */
			z-index: 2900;
			width: 100%;
		}
	}
	/*#1219*/
	@media screen and (min-width:1401px) and (max-width:1600px) {
		.MenuDiv {
			/* IssueNo #811 */
			/*margin: 0px 0px 10px 0;*/
			height: 45px;
		}

		#Menu {
			z-index: 2900;
			width: 100%;
		}
	}


.RadListBox_Telerik .rlbHovered.rlbItem, .RadListBox_Telerik .rlbHighlight {
    background-color: #17a2b8 !important;
}

.RadListBox_Telerik .rlbItem.rlbSelected {
    background-color: #17a2b8 !important;
}

.card-header {
    font-weight: bold !important;
}

/* IssueNo #3004 */
/*datatable card view*/
.cards tbody tr {
    float: left;
    width: 25rem;
    margin: 0.5rem;
    border: 0.0625rem solid rgba(0,0,0,.125);
    border-radius: .25rem;
    box-shadow: 0.25rem 0.25rem 0.5rem rgba(0,0,0,0.25);
}

.cards tbody td {
    display: block;
}

.table tbody label {
    display: none;
}

.cards tbody label {
    display: inline;
    position: relative;
    font-size: 85% !important;
    width: 25%;
    float: left;
    color: #808080;
    min-width: 4rem;
    margin-left: 0;
    margin-right: 1rem;
    text-align: left;
}

tr.selected label {
    color: #404040;
}

.table .fa {
    font-size: 2.5rem;
    text-align: center;
}

.cards .fa {
    font-size: 7.5rem;
}
