﻿* {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
    margin: 0 0 0 0;
}

.mainbody {
    padding: 20px 20px 0px 20px;
}

.ctlTextBox {
    width: 353px !important;
}

.ctlTextBoxLabel {
    padding-right: 5px !important;
    width: 175px !important;
    white-space: nowrap;
    display: inline-block;
}

.ctlComboBox {
    width: 528px !important;
}

.ctlComboBoxLabel {
    padding-right: 5px !important;
    width: 175px !important;
    white-space: nowrap;
    display: inline-block;
}

.ctlDropDownList {
    width: 353px !important;
}

.ctlDropDownListLabel {
    width: 171px !important;
    white-space: nowrap;
    display: inline-block;
    font-weight: normal;
    color: #666;
}

.ctlDateTimePicker {
    width: 530px !important;
}

.ctlDateTimePickerLabel {
    padding-right: 5px !important;
    width: 170px !important;
    white-space: nowrap;
    display: inline-block;
}

.divTitle1 {
    font-weight: bold;
    font-size: x-large;
    padding-bottom: 10px;
}

.divTitle2 {
    font-weight: bold;
    font-size: large;
    padding-top: 20px;
    padding-bottom: 12px;
}

.divLabelBox {
    width: 100%;
    white-space: nowrap;
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 20px;
}

.divLabel {
    width: 175px !important;
    white-space: nowrap;
    display: inline-block;
    vertical-align: top;
}

.divField {
    display: inline-block;
}

.ctlTopBannerTable {
    width: 100%;
    height: 60px;
    background-color: black;
    white-space: nowrap;
}

.ctlTopBannerTableCellLogo {
    background-image: url("../../App_Images/RUKETechnologiesTopBanner.png");
    background-repeat: no-repeat;
    background-position-y: 5px;
    width: 180px;
}

.ctlTopBannerTableCellIcons {
    width: 280px;
}

.ctlTopBannerTableCellTitle {
    overflow: hidden;
    font-weight: bolder;
    font-size: 20px;
    vertical-align: middle;
    color: white;
    white-space: nowrap;
}

.ctlTopBannerTableCellUser {
    overflow: hidden;
    font-weight: lighter;
    font-size: 16px;
    line-height: 16px;
    text-align: right;
    vertical-align: central;
    padding-right: 15px;
    color: white;
}

.ctlCheckBox {
    font-size: 16px;
    margin-left: 60px;
}

.dashboard {
    display: table;
}

.dashboardRow {
    display: table-row;
}

.dashboardCell {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 99999px;
    margin-bottom: -99999px;
}

.dashboardLeft {
    background-color: whitesmoke;
    padding: 20px 20px 0px 10px;
}

.dashboardRight {
    width: 100%;
    background-color: white;
    padding: 20px 10px 0px 20px;
}

.infoRow {
    width: 100%;
    white-space: nowrap;
}

.infoBox {
    float: left;
    width: 120px;
    height: 120px;
    padding: 5px 5px 5px 5px;
    margin-right: 20px;
    text-align: center;
}

.infoBoxGreen {
    background-color: #49d83e;
    color: white;
}

.infoBoxBlue {
    background-color: #25a0da;
    color: white;
}

.infoBoxTitle {
    font-size: 14px;
    color: white;
}

.infoBoxData {
    font-size: 54px;
    font-weight: lighter;
    color: white;
}

.infoBoxFooter {
    font-size: 14px;
    color: white;
}

.infoControl {
    float: left;
    padding-top: 1px;
    padding-right: 20px;
}

.whiteSpace {
    clear: both;
    margin-top: 10px;
    height: 20px !important;
    width: 10px !important;
}

/* Important for the display of the status and record selection icons */
.iconGrid > a > img {
    height: 25px;
    width: 25px;
}

/* Important for the alignment of buttons on the node edit page */
.fieldAlign {
    margin-left: 175px;
}
