/**
 * Global Reset of all HTML Elements
 *
 * Resetting all of our HTML Elements ensures a smoother
 * visual transition between browsers. If you don't believe me,
 * try temporarily commenting out this block of code, then go
 * and look at Mozilla versus Safari, both good browsers with
 * a good implementation of CSS. The thing is, all browser CSS
 * defaults are different and at the end of the day if visual
 * consistency is what we're shooting for, then we need to
 * make sure we're resetting all spacing elements.
 *
 */
html,
body {
  border: 0;
  font-family: Verdana, "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  height: 100%;
}
div, span, object, iframe, img, table, caption, thead, tbody, tfoot, tr, td, article, aside, canvas, details, figure, hgroup, menu, nav, footer, header, section, summary, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, code, del, dfn, em, ins, q, samp, small, strong, sub, sup, b, i, dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}


.get-higher {
  z-index: 999999;
  position: absolute;
}
.header-baner {
  background: rgba(0, 0, 0, 0) url("../img/menubg.jpg") repeat scroll 0 0;
  height: 58px;
  border-bottom: 1px solid #73787e;
}
.header-baner2 {
  background-color: #cad5d7;
  border-bottom: 1px solid #73787e;
  height: 100%;
}
.header-baner2-text {
  color: #74797f;
  font-size: 1.66em;
  padding-left: 35px;
  font-weight: 600;
  line-height: 100px;
}
.vcenter {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
@media (max-width: 992px) {
  .header-baner2-text {
    font-size: 1.4em;
  }
}
.loginButton {
  padding: 10px;
}
.loginButton .btn-sm {
  color: #B62D3F;
  font-weight: bold;
  font-size: 11px;
}
.container-fluid {
  padding-bottom: 40px;
  min-height: 96%;
}
.page-header h3 {
  color: #333333;
  font-size: 1.3em;
  font-weight: 300;
  padding-bottom: 20px;
}
.btn-group {
  padding-bottom: 10px;
}
.navbar-default {
  color: rgba(255, 255, 255, 0.9);
  border: none;
  background: #e7e7e7;
  box-shadow: 2px 2px 5px rgba(73, 28, 49, 0.4);
}
.navbar {
  border-radius: 0;
}
.navbar-header .navbar-brand {
  color: #000;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
  font-weight: 700;
}
.navbar-default .navbar-toggle {
  background-color: #fff;
}
.navbar-default .navbar-toggle:hover {
  background-color: #E7E7E7;
}
.navbar-default .navbar-toggle {
  border-color: #208AF0 ;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #208AF0;
}
.paddingZero {
  padding: 0;
}
.navbar-default .nav li a {
  text-align: left;
  padding: 6px;
  color: #b62d3f;
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
}
.navbar-default .nav li a:hover {
  background-color: #fff;
  border: 1px solid #208AF0;
}
.navbar-default .nav > .active > a {
  background-color: #fff;
  border: 1px solid #208AF0;
}
.menuSections {
  text-align: left;
  padding: 6px;
  color: #333333;
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
}
@media (max-width: 992px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,
  .navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-right: 1px solid #73787e;
    border-bottom: 1px solid #73787e;
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav > li {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .collapse.in {
    display: block !important;
  }
}
.borderMonthInYear {
  border: 1px solid #74797F;
  /*box-shadow:1px 1px 1px #000;*/
  min-height: 40px;
  padding-top: 10px;
  text-align: center;
}
.borderMonthInYear:hover {
  background-color: #e7e7e7;
  /*cursor:pointer;*/
}
.borderMonthInDay {
  border: 1px solid #74797F;
  /*box-shadow:1px 1px 1px #000;*/
  min-height: 40px;
  text-align: center;
}
.borderMonthInDay:hover {
  background-color: #e7e7e7;
  /*cursor:pointer;*/
}
.badge-important {
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
.paddingTop {
  padding-top: 15px;
}
.paddingBottom{
  padding-bottom: 15px;
}
.hideElementNotificationRepeatable {
  display: none;
}
.nav-tabs > li#tabNotificationRepeatable > a {
  color: red;
}
footer {
  border: thin solid #000;
  margin: 0;
  padding: 0;
}
.paddingFooterText {
  padding: 8px;
  font-size: small;
}

.helpersView h6 {
  font-size: 1.2em;
  font-weight: 700;
  text-decoration: underline;
}
.helpersView ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 0.1%;
}

.titleView h2 {
  text-align: center;
  font-weight: 700;
}

.redAlert {
  color: red;
  font-weight: 700;
}

.borderDiv {
  border: thin solid #74797F;
  height: 1490px;
  padding: 0;
}

.form-control-static {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 6px 12px;
  background-color: #FAFAFA;
}
.navbar-default {
  background: #F4F4F4 none repeat scroll 0 0;
}
.footerView {
  border-top: 1px solid #73787e;
  height: 32px;
  bottom: 0;
  width: 100%;
  color: #333333;
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
  text-align: left;
  padding-left: 25px;
}
.page_origin {
  margin: 2em;
  color: #333333;
  font-family: verdana, Arial, Helvetica, sans-serif;
  font-size: 9pt;
}
.page_origin h1 {
  font-size: 1.4em;
  text-align: left;
  font-weight: bold;
  line-height: 1.1;
}
.page_origin h2 {
  font-weight: bold;
}
.page_origin hr {
  display: block;
  border-style: inset;
  border-width: 1px;
  max-width: 350px;
  float: left;
}
.options_button {
  width: 200px !important;
}
.title_nopadding {
  padding: 0 !important;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}

.step-border {
  border: 1px solid #888;
  padding-top: 30px;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.step-border-info {
  border: 1px solid #DADADA;
  margin-left: 15px;
  margin-right: 15px;
  border-radius: 4px;
  margin-bottom: 20px;
}

.order-info{
  margin-left: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.color-red{
  color: #b62d3f;;
}

.custom-padding10{
  padding: 10px;
}
