@page {
    size: auto;
}

body {
    font-family: Roboto, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 12pt;
    margin: 0 auto;
    background: white;
    text-align: center;
}

.noMargin {
    margin:0px !important;
}

.circleText {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #2274E5;
    line-height: 40px;
    word-wrap;
    normal;
    display: inline-block;
    opacity: 0.8;
    background-color: #2274E5;
    color: white;
    font-weight: bold;
}

.circleTextSm {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    font-size: 8pt;
    color: white;
    line-height: 32px;
    text-align: center;
    background-color: #C4C4C4;
}

.circle {
    width: 14px;
    height: 14px;
    border-radius: 7px;
    line-height: 14px;
    background: #000;
    word-wrap;
    normal;
    display: inline-block;
    opacity: 0.8;
}

.footerText {
    font-family: Roboto;
    font-size: 10pt;
    color: #778;
}

.ellipsisMenu {
    cursor: pointer;
    color: #3366cc;
    background-color: none;
    padding: 7px;
    border-radius: 5px;
}

.ellipsisMenu:hover {
    background-color: #F2F2F2;
}

.orderLabel {
    cursor: pointer;
    font-size: 9pt;
    font-weight: 400;
    white-space: nowrap;
    padding: 2px 5px 2px 5px;
}

.heading1 {
    font-family: Roboto;
    font-size: 20pt;
    color: #000000;
    font-weight: normal;
    padding-bottom: 10px;
}

.heading1NoPadding {
    font-family: Roboto;
    font-size: 20pt;
    color: #000000;
    font-weight: normal;
}

.heading2 {
    font-family: Roboto;
    font-size: 14pt;
    color: #003499;
    font-weight: normal;
    padding-bottom: 10px;
}

.heading3 {
    font-family: Roboto;
    font-size: 16pt;
    font-weight: normal;
    padding-bottom: 3px;
}

a:link, a:visited, a:active {
    font-family: Roboto;
    color: #3366cc;
    text-decoration: underline;
}

a:hover {
    font-family: Roboto;
    color: red;
    text-decoration: underline;
}

a.linkSm:link, a.linkSm:visited, a.linkSm:active {
    font-family: Roboto;
    font-size: 10pt;
    color: #3366cc;
    text-decoration: underline;
}

a.linkSm:hover {
    font-family: Roboto;
    font-size: 10pt;
    color: red;
    text-decoration: underline;
}

a.disabled:link, a.disabled:visited, a.disabled:active {
    color: #999999;
}

a.whiteLink:link, a.whiteLink:visited, a.whiteLink:active {
    color:white;
    font-size:11pt;
    text-decoration:none;
}

a.whiteLink:hover {
    text-decoration:underline;
}

a.lightBlue:link, a.lightBlue:visited, a.lightBlue:active {
    color: #8AA0CC;
}

a.lightBlue:hover {
    color: red;
}

a.taskLink:link, a.taskLink:visited, a.taskLink:active {
    font-family: Roboto;
    text-decoration: none;
}

a.taskLink:hover {
    font-family: Roboto;
    text-decoration: underline;
}

a.alertCloseLink:link, a.alertCloseLink:visited, a.alertCloseLink:active {
    color:#E6DCC2;
    text-decoration: none;
}

a.alertCloseLink:hover {
    color:#7E7C72;
}

a.ajaxToolTipNoLink:hover {
    text-decoration: none;
    cursor: pointer;
}

a.ajaxToolTipPreview:hover {
    text-decoration: none;
    cursor: pointer;
}

.filterMenu {
    background-color: white;
    padding: 10px;
    border-top: 1px solid Silver;
}

.filterMenu:hover {
    background-color: #F2F2F2;
    cursor: pointer;
}

.filterMenuSelected {
    background-color: #F2F2F2;
}

div.divRow {
    background-color: white;
}

div.divRow:hover {
    background-color: #F2F2F2;
    cursor: pointer;
}

div.divRowSelected {
    background-color: #F2F2F2;
}

div.divRowSelected:hover {
    cursor: pointer;
}

.button {
    font-family: Roboto;
    font-size: 12pt;
    color: #000000;
    height: 20px;
    background-color: #f5f5f5;
    border-style: solid;
    border-color: #BBBBBB;
    border-width: 1px;
    text-align: center;
    vertical-align: middle;
}

.button:hover {
    border: 1px solid #3366cc;
    color: #003499;
    cursor: hand;
}

.blueButton {
    background-color: #007bff; /* Blue background */
    color: white; /* White text */
    border: none; /* Remove default border */
    padding: 7px 30px; /* Add padding for a larger clickable area */
    border-radius: 5px; /* Rounded corners */
    font-size: 10pt; /* Slightly larger text */
    cursor: pointer; /* Pointer cursor on hover */
    transition: background-color 0.3s ease; /* Smooth transition for hover effect */
}

.blueButton:hover {
    background-color: #0056b3; /* Darker blue on hover */
}

span.question {
    padding-right: 2px;
    padding-left: 2px;
    border: 1px solid #3366cc;
    font-size: 8pt;
    font-weight: bold;
    background-color: white;
    color: #3366cc;
    cursor: help;
    text-align: left;
}

span.question:hover {
    background-color: #3366cc;
    color: white;
}
/* text controls */
.genericTextControl {
    font-family: Roboto;
    font-size: 12pt;
    color: #000000;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #A4A4A4;
    background-image: none;
}

.genericTextControl:focus {
    outline-color: #54B4AD;
}

.searchTextBox {
    width: 195px;
    font-family: Roboto;
    font-size: 12pt;
    color: #000000;
    height: 19px;
    padding: 3px;
    border-radius: 3px;
    border: 1px solid #A4A4A4;
    background-image: none;
}

.searchTextBox:focus {
    outline-color: #54B4AD;
}

.textBox {
    font-family: Roboto;
    font-size: 12pt;
    color: #000000;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #A4A4A4;
    background-image: none;
    width:242px;
}

.textBox:focus {
    outline-color: #54B4AD;
}

.textBoxLong {
    font-family: Roboto;
    font-size: 12pt;
    color: #000000;
    width: 500px;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #A4A4A4;
    background-image: none;
    resize: none;
}

.textBoxLong:focus {
    outline-color: #54B4AD;
}

.textBoxPrice {
    font-family: Roboto;
    font-size: 12pt;
    color: #000000;
    width: 100px;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #A4A4A4;
    background-image: none;
}

.textBoxPrice:focus {
    outline-color: #54B4AD;
}

/* placeholder */
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: silver;
    font-style:italic;
}

::-moz-placeholder { /* Firefox 19+ */
    color: silver;
    font-style: italic;
}

:-ms-input-placeholder { /* IE 10+ */
    color: silver;
    font-style: italic;
}

:-moz-placeholder { /* Firefox 18- */
    color: silver;
    font-style: italic;
}

/* dropdown controls */
.dropDownList {
    font-family: Roboto;
    font-size: 12pt;
    color: #000000;
    width: 254px;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #A4A4A4;
    background-image: none;
}

.dropDownList:focus {
    outline-color: #54B4AD;
}

.dropDownListNoWidth {
    font-family: Roboto;
    font-size: 12pt;
    color: #000000;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #A4A4A4;
    background-image: none;
}

.dropDownListNoWidth:focus {
    outline-color: #54B4AD;
}

.dropDownListMaxWidth {
    max-width:200px;
}

/* dashboard */
.box {
    border: 1px solid Silver;
    text-align: center;
    padding: 20px;
    color: #656d78;
    height: 100px;
}

.boxRounded {
    border: 1px solid Silver;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background-color:white;
}

.boxRoundedHover:hover {
    border-color: #4686F1;
    box-shadow: 0 0 3px #4686F1;
}

input[type="radio"] {
    cursor: pointer;
}

input[type="radio"] + label {
    cursor: pointer;
}

input[type="checkbox"] {
    cursor: pointer;
}

input[type="checkbox"] + label {
    cursor: pointer;
}

.state {
    margin-top: 1px;
    vertical-align: middle;
}

.settingsRadioButtonList {
    border: 1px solid #CDCDCD;
    padding: 5px;
    min-width: 320px;
}

.RadListView div.rlvA {
    padding-top: 0px !important;
}

.RadListView div.rlvI {
    padding-top: 0px !important;
}


.RadListView div.rlvISel {
    padding-top: 0px !important;
}

.RadColorPicker .rcpHeader .rcpHexInput {
    color: whitesmoke;
}

.RadEditor .reContentArea:focus {
    outline: none !important;
}

.RadEditor_Bootstrap.reDropDownBody {
    height: auto !important;
}

.paddingBottom {
    padding-bottom: 20px;
}

.paddingTop {
    padding-top: 20px;
}

.notification {
  position: relative;
  display: inline-block;
}

.notification .badge {
  position: absolute;
  top: -3px;
  right: -6px;
  color:red;
}

.barsPanel {
    color: white;
    padding: 10px;
    font-size: 11pt;
}

tr.alternateColor:nth-child(odd) {
    background-color: #F5F5F5;
}

/* telerik */
.RadComboBox_MetroTouch .rcbFocused .rcbActionButton, .RadComboBox_MetroTouch .rcbExpanded .rcbActionButton {
    border-color: #4686F1 !important;
    background-color: #4686F1 !important;
}

.RadComboBox_MetroTouch .rcbFocused, .RadComboBox_MetroTouch .rcbExpanded {
    border-color: #4686F1 !important;
}

/* tabstrip control */
.tabBody {
    border-left: 1px solid #778;
    border-right: 1px solid #778;
    border-bottom: 1px solid #778;
    background-color: white;
    padding: 10px;
}

.tabBodyOrder {
    border-left: 1px solid #778;
    border-right: 1px solid #778;
    border-bottom: 1px solid #778;
    background-color: white;
    padding: 20px 20px 10px 20px;
    border-bottom-width: 0px;
    min-height: 460px;
    overflow: hidden;
}

.tabBodyOrderNoPadding {
    border-left: 1px solid #778;
    border-right: 1px solid #778;
    border-bottom: 1px solid #778;
    background-color: white;
    border-bottom-width: 0px;
    min-height: 460px;
    overflow: hidden;
}

a.navArrow:link, a.navArrow:visited, a.navArrow:active {
    font-size: 20pt;
    color: #ddd;
    cursor: pointer;
}

a.navArrow:hover {
    color: #4686F1;
}

.RadTabStrip_MetroTouch .rtsLevel1 .rtsSelected .rtsLink {
    border-color: #4686F1 !important;
    background-color: #4686F1 !important;
}

.RadTabStrip_MetroTouch .rtsLevel1 {
    border-color: #4686F1 !important;
}

/* step indicator */
.step-indicator {
  display: flex;
  align-items: center;
}

.step {
  display: flex;
  align-items: center;
  flex-direction: column;
  position: relative;
  z-index: 1;
}

.step-indicator .step-icon {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: #c2c2c2;
  text-align: center;
  color: #ffffff;
  position: relative;
  line-height: 30px;
  font-size: 10pt;
  font-weight:bold;
}

.step.active .step-icon {
  background:#4686F1;
}

.step p {
  text-align: center;
  position: absolute;
  padding-top:18px;
  color: #c2c2c2;
  font-size: 12pt;
  font-weight:normal;
  width:110px;
}

.step.active p {
  color: #4686F1;
}

.indicator-line {
  width: 100%;
  height: 2px;
  background: #c2c2c2;
  flex: 1;
}

.indicator-line.active {
  background: #4686F1;
}

/* card */
.card-container {
    position: relative;
    display: table;
    width: 100%;
    height: 100%;
}

.card-container-wrapper {
    display: table-cell;
    margin: auto;
    width: 90%;
    height: 90%;
}

.card {
    display: inline-block;
    min-height: 200px;
    border: 1px #ddd solid;
    border-radius: 5px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: left;
    vertical-align: top;
}

.card-title {
    background: #f5f5f5;
    border-bottom: 1px #ddd solid;
    color: rgb(51,51,51);
    text-align: left;
    padding: 8px 10px 8px 10px;
    font-family: Roboto;
    font-size: 12pt;
    font-weight: 500;
}

.card-body {
    padding: 10px;
}
