﻿body {
  padding-top: 70px;
}
.hidden {
  display: none;
}
.fieldlabel {
  font-family: Arial;
  color: #777777;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.titlelabel {
  font-family: Arial;
  color: #4682b4;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
}
.combolabel {
  font-family: Arial;
  color: #777777;
  font-size: 10px;
  font-weight: normal;
  text-transform: uppercase;
  letter-spacing: 1px !important;
  width: 80px !important;
}
.rounded {
  border-radius: 3px;
  overflow: hidden;
  color: #dbcf00;
}
.RadPanelBar {
  border-radius: 4px;
  overflow: hidden;
}
.RadComboBox table td.rcbInputCell {
  border-radius: 5px 0 0 7px !important;
  border: 1px solid gray !important;
  overflow: hidden !important;
}
.rcbArrowCell {
  border-radius: 0 5px 7px 0 !important;
  border: 1px solid gray !important;
  overflow: hidden !important;
}
.rcCalPopup {
  background: whitesmoke;
}
.checkboxlist-nowrap label {
  display: inline;
}
.table tbody > tr > td.vert-align {
  /*padding-top: 1em;*/
  /*vertical-align: middle;*/
}
.vert-align-center {
  padding-top: 0.5em;
}
.text-overflow-ellipsis {
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.pager-no-margin {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
/*standard backgrounds*/
.background-primary {
  background-color: #0088cc;
}
.background-default {
  background-color: #e6e6e6;
}
.background-danger {
  background-color: #f2dede;
  color: #b94a48;
}
.background-warning {
  background-color: #fbb450;
}
.background-success {
  background-color: #62c462;
}
.background-info {
  background-color: #62c462;
}
.border-gray {
  border: solid 1px gray !important;
  border-radius: 8px;
  overflow: hidden;
}
/*widths*/
.width-80 {
  width: 80px;
}
.width-160 {
  width: 160px;
}
/*no wrap checkboxs*/
.no-wrap {
  max-width: 65px;
  white-space: nowrap;
  text-wrap: none;
}
/*margins*/
.margin-top-05 {
  margin-top: 0.5em;
}
.margin-top-10 {
  margin-top: 1.0em;
}
.margin-top-15 {
  margin-top: 1.5em;
}
.margin-top-20 {
  margin-top: 2.0em;
}
.margin-top-25 {
  margin-top: 2.5em;
}
.margin-top-30 {
  margin-top: 3.0em;
}
.margin-bottom-02 {
  margin-bottom: 0.2em !important;
}
.margin-bottom-03 {
  margin-bottom: 0.3em !important;
}
.margin-bottom-04 {
  margin-bottom: 0.4em !important;
}
.margin-bottom-05 {
  margin-bottom: 0.5em !important;
}
.margin-bottom-08 {
  margin-bottom: 0.8em !important;
}
.margin-bottom-10 {
  margin-bottom: 1.0em;
}
.margin-bottom-15 {
  margin-bottom: 1.5em;
}
.margin-bottom-20 {
  margin-bottom: 2.0em;
}
.margin-bottom-25 {
  margin-bottom: 2.5em;
}
.margin-bottom-30 {
  margin-bottom: 3.0em;
}
.nomarginsnopadding {
  margin: 0 !important ;
  padding: 0 !important;
}
.chpreview {
  display: block;
  float: left;
  width: 190px;
  padding: 0 !important;
}
/*checkbox as button*/
.checkbox .btn,
.checkbox-inline .btn {
  padding-left: 2em;
  min-width: 8em;
  margin-bottom: 15px;
}
.checkbox label,
.checkbox-inline label {
  text-align: left;
  padding-left: 0.5em;
}
/*Hide show password solution*/
::-ms-reveal,
::-ms-clear {
  display: none !important;
}
.hideShowPassword-toggle {
  background-color: transparent;
  background-image: url(images/wink.png);
  /* fallback */
  /*background-image: url(images/wink.svg), none;*/
  background-position: 0 center;
  background-repeat: no-repeat;
  border: 2px solid transparent;
  border-radius: 0.25em;
  cursor: pointer;
  font-size: 100%;
  height: 44px;
  margin: 0;
  max-height: 100%;
  padding: 0;
  overflow: hidden;
  text-indent: -999em;
  width: 46px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.hideShowPassword-toggle-hide {
  background-position: -44px center;
}
/*.hideShowPassword-toggle:focus,*/
.hideShowPassword-toggle:hover {
  border-color: #0088cc;
  outline: transparent;
}
/*Telerik modifications*/
.RadGrid_MetroTouch .rgRow td {
  border-style: none !important;
}
.RadGrid_MetroTouch .rgAltRow td {
  border-style: none !important;
}
.RadGrid_MetroTouch .rgCommandCell {
  background: #ffffff !important ;
}