/* Main Elements
================================================================ */
body {
	margin: 0;
	padding: 0;
	background: #818181;
	font-family: open-sans, arial;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
}
td {
	font-family: open-sans, arial;
	font-size: 12px;
	font-style: normal;
	font-weight: 300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
	background: #818181;
	color: white;
	font-size: 12px;
}
form {
	margin: 0;
	padding: 0;
}

/* Links
================================================================ */
a:link {color: #f9b074; text-decoration: none;}
a:hover {color: white}

/* Header
================================================================ */
#header-wrap {height: 76px; color: white; background: #565455;}
#header-logo {width: 270px; padding: 10px 0 0 10px; font-size: 25px;}

@media (min-width: 360px) {
	#header-logo  {width: 330px;}
}

/* Text Elements
================================================================ */
.text-validate {
	color: #ff0000;
	font-weight: bold;
}
.text-justify-xs {
	text-align: justify;
}
.text-justify-xs h1, h2, h3, h4, h5, h6 {
	text-align: left;
}
@media (min-width: 769px) {
	.text-justify-xs {
		text-align: left;
	}
}

/* Buttons
================================================================ */
.btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.btn:hover,
.btn:focus,
.btn.focus {
  color: #333;
  text-decoration: none;
}
.btn:active,
.btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.btn-sm,
.btn-group-sm > .btn {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.btn-xs,
.btn-group-xs > .btn {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-blue {
	color: #ffffff;
	background: #3b5e8d;
	border-color: #adadad;
}
.btn-blue:hover {
	color: #333333;
	background: #e6e6e6;
}
.btn-blue:active {
	color: #333333;
	background: #e6e6e6;
}
.btn-blue:focus,
.btn-blue.focus {
	color: #ffffff;
	background: #3b5e8d;
	border-color: #adadad;
}

.btn-black {
	color: #ffffff;
	background: #333333;
	border-color: #adadad;
}
.btn-black:hover {
	color: #333333;
	background: #e6e6e6;
}
.btn-black:active {
	color: #333333;
	background: #e6e6e6;
}
.btn-black:focus,
.btn-black.focus {
	color: #ffffff;
	background: #333333;
	border-color: #adadad;
}

.btn-grey {
	color: #333333;
	background: #e6e6e6;
	border-color: #adadad;
}
.btn-grey:hover {
	color: #ffffff;
	background: #333333;
}
.btn-grey:active {
	color: #ffffff;
	background: #333333;
}
.btn-grey:focus,
.btn-grey.focus {
	color: #333333;
	background: #e6e6e6;
	border-color: #adadad;
}

/* Additional Bootstrap Modals
================================================================ */
.modal-content {background: #A1A1A1}
.bootstrap-dialog.type-warning .modal-header {background-color: #8a8a8a}
.bootstrap-dialog.type-primary .modal-header {background-color: #8a8a8a}
.bootstrap-dialog.type-success .modal-header {background-color: #8a8a8a}
.bootstrap-dialog.type-danger .modal-header{background-color: #8a8a8a}
@media (min-width: 769px) {
	.modal-md {
	width: 720px;
	}
}
