@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?bbw0qg");
  src: url("fonts/icomoon.eot?bbw0qg#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?bbw0qg") format("truetype"), url("fonts/icomoon.woff?bbw0qg") format("woff"), url("fonts/icomoon.svg?bbw0qg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: Arial, 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-customcheck:before {
  content: "\e900";
}

h1, h2, h3, h4, h5, h6 {
    color: #8a8d8f;
}

@-ms-viewport {
  width: auto !important;
}

body {
    color: #8a8d8f;
    font-size: 20px;
    overflow-y: scroll;
}

#main {
  background-color: #fff;
}

.sg-color {
  width: 90px;
  height: 90px;
  display: inline-block;
  padding-top: 90px;
  text-align: center;
  font-size: 12px;
}

.sg-color--white {
  background: #fff;
}

.sg-color--gray-light {
  background: rgba(51, 51, 51, 0.5);
}

.sg-color--gray {
  background: rgba(51, 51, 51, 0.75);
}

.sg-color--primary {
  background: #009dcf;
}

.sg-color--secondary {
  background: #0064FF;
}

.sg-color--tertiary {
  background: #00719b;
}

.sg-color--blue {
  background: #5ecaed;
}

.btn {
    font-family: Arial, "Source Sans Pro", sans-serif;
}

.m-t-0 {
  margin-top: 0;
}

.m-b-0 {
  margin-bottom: 0;
}

.m-b-1x {
  margin-bottom: 30px;
}

.m-t-1x {
  margin-top: 30px;
}

.m-t-2x {
  margin: 60px;
}

.m-t-3x {
  margin: 90px;
}

.p-t-1x {
  padding-top: 30px;
}

.p-t-2x {
  padding-top: 60px;
}

.p-t-3x {
  padding-top: 90px;
}

.navbar {
  margin: 0;
  min-height: 70px;
}

.navbar .navbar-nav {
  margin-top: 7px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 15px;
}

.navbar .navbar-nav a {
  color: #848284;
}

.navbar .navbar-nav .badge {
  margin-top: -5px;
}

.navbar .navbar-text {
  margin-top: 30px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 16px;
}

.navbar .navbar-right {
  text-align: right;
}

.navbar .navbar-right .ordernumber {
  padding: 0 15px;
}

.navbar .navbar-right a.changeorder {
  padding: 3px 15px;
}

.navbar .container {
  background-color: #fff;
  min-height: 70px;
}

.navbar a.navbar-brand {
  padding: 9px 15px;
  height: 60px;
}

.navbar a.navbar-brand img, .navbar a.navbar-brand object {
  height: auto;
  width: 200px;
}

.required .control-label:after {
  content: '*';
  margin-left: 5px;
}

.well > * {
  margin-top: 0;
}

.well-primary {
  background: #009dcf;
  color: #fff;
}

.btn {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  text-transform: uppercase;
}

.btn + .btn {
  margin-left: 10px;
}

.btn-invert {
  border-radius: 3px;
}

.btn-outline {
  border-radius: 0;
}

.btn-invert {
  color: #0064FF;
  background-color: white;
  border-color: white;
}

.btn-invert:focus, .btn-invert.focus {
  color: #0064FF;
  background-color: #e6e6e6;
  border-color: #bfbfbf;
}

.btn-invert:hover {
  color: #0064FF;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}

.btn-invert:active, .btn-invert.active,
.open > .btn-invert.dropdown-toggle {
  color: #0064FF;
  background-color: #e6e6e6;
  border-color: #e0e0e0;
}

.btn-invert:active:hover, .btn-invert:active:focus, .btn-invert:active.focus, .btn-invert.active:hover, .btn-invert.active:focus, .btn-invert.active.focus,
.open > .btn-invert.dropdown-toggle:hover,
.open > .btn-invert.dropdown-toggle:focus,
.open > .btn-invert.dropdown-toggle.focus {
  color: #0064FF;
  background-color: #d4d4d4;
  border-color: #bfbfbf;
}

.btn-invert:active, .btn-invert.active,
.open > .btn-invert.dropdown-toggle {
  background-image: none;
}

.btn-invert.disabled:hover, .btn-invert.disabled:focus, .btn-invert.disabled.focus, .btn-invert[disabled]:hover, .btn-invert[disabled]:focus, .btn-invert[disabled].focus,
fieldset[disabled] .btn-invert:hover,
fieldset[disabled] .btn-invert:focus,
fieldset[disabled] .btn-invert.focus {
  background-color: white;
  border-color: white;
}

.btn-invert .badge {
  color: white;
  background-color: #0064FF;
}

.form {
  font-size: 16px;
}

.form .form-control {
  padding: 10px;
}

.form .form-group {
  margin-top: 15px;
  margin-bottom: 30px;
}

.form .checkboxes, .form .radios {
  margin-bottom: 30px;
}

.nolabel {
  margin-top: 20px;
}

input[type=text].form-control, input[type=email].form-control, input[type=number].form-control, select.form-control, input[type=date].form-control, input[type=password].form-control, textarea.form-control, input[type=number].form-control, input[readonly].form-control {
  box-shadow: inset 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
  border: none;
}

.input-group-addon {
  padding: 10px 15px;
  color: #fff;
}

select.form-control {
  padding: 0 20px;
}

.well {
  border-radius: 0;
  box-shadow: none;
}

.well.well-primary {
  background: #009dcf;
  color: #fff;
}

.page-header {
  border: none;
}

h2, h3, h4, h5, h6 {
  margin-top: 40px;
}

hr {
  border-style: dotted;
}

.breadcrumb {
  font-size: 14px;
}

.breadcrumb a {
  color: rgba(51, 51, 51, 0.75);
}

.breadcrumb .active {
  font-weight: 700;
  color: rgba(51, 51, 51, 0.75);
}

.breadcrumb > li + li:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  padding: 0 8px 5px;
  vertical-align: middle;
  font-size: 16px;
}

.tupas a {
  display: inline-block;
  padding: 10px 0;
  width: 100%;
  margin-bottom: 15px;
  background: #fff;
}

.list-group-item {
  margin-bottom: 3px;
}

.list-group-item .fa {
  margin-top: 3px;
}

.list-group-item .fa-plus {
  display: none;
}

.list-group-item.collapsed {
    cursor: pointer;
}

.list-group-item.collapsed .fa-plus {
    display: block;
}

.list-group-item.collapsed .fa-minus {
  display: none;
}

.list-group-todos .list-group-item {
  padding-left: 48px;
}

.list-group-todos .list-group-item:before {
  content: '';
  position: absolute;
  left: 10px;
  width: 28px;
  height: 28px;
  background: rgba(51, 51, 51, 0.25);
  border-radius: 14px;
}

.list-group-todos .list-group-item-success:before {
    background: #fff !important;
}

.list-group-todos .list-group-item-success:after {
    content: "\e900";
    font-family: Arial, 'icomoon';
    color: #009dcf;
    font-size: 30px;
    top: 6px;
    left: 10px;
    position: absolute;
}

.list-group-todos .list-group-item.disabled:before {
  background: rgba(51, 51, 51, 0.05);
}

.reply {
  border-left: 1px solid rgba(51, 51, 51, 0.25);
  padding: 15px 30px;
  margin-bottom: 20px;
}

/*# sourceMappingURL=app.css.map */
/*confirmCheck-active*/


.veCheckbox + span:before {
  content: '';
  position: absolute;
  width: 28px;
  height: 28px;
  background-color: #fff;
  border-radius: 14px;
  border: #999999 solid 1px;
  margin-top: -2px;
  margin-left: -30px;
}

.veCheckbox.confirmCheck-active + span:after {
    content: "\e900";
    font-family: Arial, 'icomoon';
    color: #009dcf;
    font-size: 30px;
    position: absolute;
    margin-bottom: 10px;
    margin-top: -5px;
    margin-left: -30px;
}

.status-item {
    height: 20px;
}

.status-item-Ready {
    background-color: #dff0d8;
}

.status-item-InProgress {
    background-color: #fcf8e3;
}

.status-item-NotStarted {
    background-color: rgba(51, 51, 51, 0.05);
}

#invalid-iban-section {
    display: none;
    padding-top: 15px;
}
