/*#b01cab;*/
@font-face {
  font-family: 'Open Sans';
  src: url('/assets/stylesheets/fonts/EOT/OpenSans-Light-webfont.eot');
  src: url('/assets/stylesheets/fonts/EOT/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/stylesheets/fonts/WOFF/OpenSans-Light-webfont.woff') format('woff'), url('/assets/stylesheets/fonts/TTF/OpenSans-Light-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/assets/stylesheets/fonts/EOT/OpenSans-LightItalic-webfont.eot');
  src: url('/assets/stylesheets/fonts/EOT/OpenSans-LightItalic-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/stylesheets/fonts/WOFF/OpenSans-LightItalic-webfont.woff') format('woff'), url('/assets/stylesheets/fonts/TTF/OpenSans-LightItalic-webfont.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/assets/stylesheets/fonts/EOT/OpenSans-Regular-webfont.eot');
  src: url('/assets/stylesheets/fonts/EOT/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/stylesheets/fonts/WOFF/OpenSans-Regular-webfont.woff') format('woff'), url('/assets/stylesheets/fonts/TTF/OpenSans-Regular-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/assets/stylesheets/fonts/EOT/OpenSans-Italic-webfont.eot');
  src: url('/assets/stylesheets/fonts/EOT/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/stylesheets/fonts/WOFF/OpenSans-Italic-webfont.woff') format('woff'), url('/assets/stylesheets/fonts/TTF/OpenSans-Italic-webfont.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/assets/stylesheets/fonts/EOT/OpenSans-Semibold-webfont.eot');
  src: url('/assets/stylesheets/fonts/EOT/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/stylesheets/fonts/WOFF/OpenSans-Semibold-webfont.woff') format('woff'), url('/assets/stylesheets/fonts/TTF/OpenSans-Semibold-webfont.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/assets/stylesheets/fonts/EOT/OpenSans-SemiboldItalic-webfont.eot');
  src: url('/assets/stylesheets/fonts/EOT/OpenSans-SemiboldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/stylesheets/fonts/WOFF/OpenSans-SemiboldItalic-webfont.woff') format('woff'), url('/assets/stylesheets/fonts/TTF/OpenSans-SemiboldItalic-webfont.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/assets/stylesheets/fonts/EOT/OpenSans-Bold-webfont.eot');
  src: url('/assets/stylesheets/fonts/EOT/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/stylesheets/fonts/WOFF/OpenSans-Bold-webfont.woff') format('woff'), url('/assets/stylesheets/fonts/TTF/OpenSans-Bold-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/assets/stylesheets/fonts/EOT/OpenSans-BoldItalic-webfont.eot');
  src: url('/assets/stylesheets/fonts/EOT/OpenSans-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/stylesheets/fonts/WOFF/OpenSans-BoldItalic-webfont.woff') format('woff'), url('/assets/stylesheets/fonts/TTF/OpenSans-BoldItalic-webfont.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/assets/stylesheets/fonts/EOT/OpenSans-ExtraBold-webfont.eot');
  src: url('/assets/stylesheets/fonts/EOT/OpenSans-ExtraBold-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/stylesheets/fonts/WOFF/OpenSans-ExtraBold-webfont.woff') format('woff'), url('/assets/stylesheets/fonts/TTF/OpenSans-ExtraBold-webfont.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/assets/stylesheets/fonts/EOT/OpenSans-ExtraBoldItalic-webfont.eot');
  src: url('/assets/stylesheets/fonts/EOT/OpenSans-ExtraBoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('/assets/stylesheets/fonts/WOFF/OpenSans-ExtraBoldItalic-webfont.woff') format('woff'), url('/assets/stylesheets/fonts/TTF/OpenSans-ExtraBoldItalic-webfont.ttf') format('truetype');
  font-weight: 800;
  font-style: italic;
}
.loginForm {
  background-image: url("/assets/images/login_screen_logo.png");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 99;
}
.loginForm-inner {
  height: 266px;
  left: 50%;
  margin-left: -214px;
  margin-top: -180px;
  position: relative;
  top: 50%;
  width: 427px;
}
.loginForm-inner .form {
  bottom: 28px;
  padding: 0 20px;
  position: absolute;
}
.loginForm-inner .form .input-prepend {
  margin-top: 20px;
}
.loginForm-inner .form input {
  border-left: medium none;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.075) inset;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 339px;
}
.loginForm-inner .add-on {
  background-color: white;
  padding: 10px;
  position: relative;
}
.add-on .add-on-background {
  background-color: #EEEEEE;
  height: 25px;
  left: 5px;
  padding-bottom: 0;
  padding-top: 5px;
  position: absolute;
  top: 5px;
  width: 28px;
}
.loginForm-inner .btn {
  float: right;
}
.loginForm-inner .alert {
  position: absolute;
  top: 0;
  width: 376px;
}
.brands {
  position: absolute;
  bottom: -100px;
  text-align: center;
  width: 1000px;
  left: -67%;
}
.brands > div {
  margin: auto;
  width: 78%;
}
.domains {
  margin-top: 10px;
}
.domain-logo {
  max-height: 55px;
  height: 55px;
  width: auto;
  margin-right: 5px;
}
.modal-backdrop {
  background-color: white !important;
}
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 91;
  width: 100%;
  margin-top: height: 72px;
}
.sub-topbar {
  position: fixed;
  top: 72px;
  left: 0;
  z-index: 90;
  width: 100%;
  margin-top: height: 80px;
}
* html .sub-topbar {
  position: absolute;
}
.sub-topbar-inner {
  height: 70px;
  background: white;
  border-radius: 0px !important;
  /*border-bottom:1px solid #e1e1e1;*/
}
* html .top-bar {
  position: absolute;
}
.topbar-inner {
  height: 72px;
  background: white;
  border-radius: 0px !important;
}
.topbar-inner > .nav li {
  line-height: 40px !important;
}
* html .topbar-inner {
  margin-right: 17px;
}
* html body {
  padding-top: 72px;
}
* html,
* html body {
  overflow-y: hidden;
  height: 100%;
  margin-top: -80px;
  font-family: 'Stalemate', cursive;
}
.mainouter {
  position: relative;
  z-index: 2;
  padding-top: 143px;
  /* padding-bottom: 72px;*/
  background: #444;
  min-height: 100%;
}
.retracted {
  margin-left: 342px;
}
* html .mainouter {
  height: 100%;
  overflow: auto;
  overflow-y: scroll;
  position: relative;
  z-index: 2;
  padding-top: 143px;
  /*padding-bottom:72px;*/
}
.footer {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 72px;
}
* html .footer {
  position: absolute;
  bottom: -1px;
}
.footer-inner {
  height: 72px;
  color: white;
  background: #1D1D1D;
}
* html .footer-inner {
  margin-right: 17px;
  text-shadow: 1px 1px 1px black;
}
* html .leftbar {
  position: absolute;
  width: 342px;
  left: 0;
  top: 140px;
  bottom: 0px;
  z-index: 100;
  margin-bottom: -72px;
  z-index: 80;
  background-color: white;
}
.egylis {
  color: dodgerblue;
}
html > body .leftbar {
  position: fixed;
  left: 0;
  top: 140px;
  padding: 0;
  width: 342px;
  bottom: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
  z-index: 80;
  background-color: white;
}
.footer-inner > .loadingBar {
  display: none;
  left: 50%;
  margin-left: -30px;
  margin-top: -30px;
  position: absolute;
  top: 50%;
}
.loadingBar #loadingText {
  font-weight: bold;
  color: white;
}
.loadingBar {
  background-color: gold;
  border: 2px solid orange;
  top: 0px;
  font-weight: bold;
  height: 32px;
  left: 50%;
  margin-left: -150px;
  min-width: 280px;
  padding-left: 10px;
  padding-right: 10px;
  position: fixed;
  z-index: 5000;
  line-height: 30px;
  display: none;
}
.subtop-bar-content {
  display: none;
}
.Summary {
  background-color: white;
}
.Imports {
  background-color: white;
}
.Tickets {
  background-color: #444;
}
th {
  white-space: nowrap;
}
.sub-topbar .noEvents {
  margin: 0;
  text-align: left;
  white-space: normal;
  width: 370px;
  word-wrap: break-word;
}
.winform input {
  /*border-left: medium none;*/
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.075) inset;
  padding-bottom: 10px;
  padding-top: 10px;
}
.winform .add-on {
  background-color: white;
  padding: 10px;
  position: relative;
}
.add-on .add-on-background {
  background-color: #EEEEEE;
  height: 25px;
  left: 5px;
  padding-bottom: 0;
  padding-top: 5px;
  position: absolute;
  top: 5px;
  width: 28px;
}
.loginForm-inner .btn {
  float: right;
}
#my2ndModal {
  z-index: 1051;
  left: 50% !important;
  margin-left: -250px;
  top: 15% !important;
  width: 500px;
}
#my2ndModal .combobox-container input {
  width: 206px !important;
}
.modal {
  width: 700px;
  margin-left: -350px;
}
.modal.sideContainer {
  width: 565px !important;
  margin-left: -454px !important;
  top: 5% !important  !important;
}
.modal.sideContainer .control-label {
  width: 80px;
}
.modal.sideContainer .form-horizontal .controls {
  margin-left: 100px;
}
.rightContainer {
  background-color: white;
  width: 74%;
  height: 100%;
  position: absolute;
  top: -1px !important;
  left: 101% !important;
  margin-right: -55%;
  margin-left: 0px;
  z-index: 100;
}
.modal-header {
  border-bottom: none;
}
.modal-header {
  padding: 9px;
}
.incident .modal-header h3 {
  background-color: #5ab953 !important;
  color: white;
}
.order .modal-header h3 {
  background-color: #26ade4 !important;
  color: white;
}
.article .modal-header h3 {
  background-color: #f37f31 !important;
  color: white;
}
.article .modal-header h4 {
  background-color: #f37f31 !important;
  color: white;
}
.edl .modal-header h3 {
  background-color: #ba55d3 !important;
  color: white;
}
.modal-header h3 {
  background-color: #F7F7F7;
  padding: 20px;
}
.modal-header .close {
  font-size: 35px;
  margin: 24px;
}
.modal-footer {
  background-color: #EEEEEE !important;
  box-shadow: 0 1px 0 #FFFFFF inset  !important;
  margin: 9px  !important;
  padding: 13px 15px 15px  !important;
  text-align: right  !important;
  border-radius: 0px !important;
  border-top: none !important;
}
.modal-body {
  max-height: 440px;
}
#expiredModal {
  top: 40% !important;
  width: 400px;
  margin-left: -200px;
  font-size: 20px;
}
.dropdown-menu {
  padding: 0px;
}
.footer .dropup .dropdown-menu {
  border-left: 10px solid #1D1D1D;
  border-right: 10px solid #1D1D1D;
  border-top: 10px solid #1D1D1D;
  margin-bottom: 8px;
  box-shadow: none;
}
.footer .dropup .dropdown-menu:before {
  content: '';
  display: inline-block;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 7px solid white;
  border-bottom-color: white;
  position: absolute;
  right: 8px;
  border-top: 7px solid white;
  border-top-color: white;
  border-bottom: 0;
  bottom: -6px;
  top: auto;
}
.footer .dropup .dropdown-menu li > a {
  font-size: 20px;
  line-height: 30px;
}
.footer .dropup .dropdown-menu li > a:hover {
  text-decoration: none;
  color: white;
  background-color: #1e1e1e;
  background-image: -moz-linear-gradient(top, #1e1e1e, #1e1e1e);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#1e1e1e), to(#1e1e1e));
  background-image: -webkit-linear-gradient(top, #1e1e1e, #1e1e1e);
  background-image: -o-linear-gradient(top, #1e1e1e, #1e1e1e);
  background-image: linear-gradient(to bottom, #1e1e1e, #1e1e1e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff1e1e1e', endColorstr='#ff1e1e1e', GradientType=0);
}
.btn-circle {
  cursor: pointer;
  min-width: 50px;
  display: inline-block;
  padding-top: 50px;
  background-image: url('/assets/stylesheets/fonts//assets/images/iconscircle.png');
  background-repeat: no-repeat;
  background-position: 50% 0%;
  position: relative;
  font-size: 9pt;
  font-weight: normal;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
}
.btn-circle:hover {
  background-image: url('/assets/stylesheets/fonts//assets/images/iconscircleselected.png');
}
.btn-circle:active {
  background-image: url('/assets/stylesheets/fonts//assets/images/iconscircleactive.png');
}
.btn-circle-white {
  cursor: pointer;
  min-width: 50px;
  padding-top: 50px;
  background-image: url('/assets/stylesheets/fonts//assets/images/iconscircle_white.png');
  background-repeat: no-repeat;
  background-position: 50% 0%;
  position: relative;
  font-size: 9pt;
  font-weight: normal;
  height: auto;
  margin-left: 5px;
  margin-right: 5px;
}
.btn-circle-white .glyph {
  left: 50%;
  margin-left: -13px;
  position: absolute;
  top: 12px;
}
.btn-circle .glyph {
  left: 50%;
  margin-left: -13px;
  position: absolute;
  top: 12px;
}
.btn-circle-white:hover {
  background-image: url('/assets/stylesheets/fonts//assets/images/iconscircleselected_white.png');
}
.btn-circle-white:active {
  background-image: url('/assets/stylesheets/fonts//assets/images/iconscircleactive_white.png');
}
.btn-circle-white:active .glyph-white {
  background-image: url("/assets/images/glyphicon.png") !important;
}
.btn-circle > .btn-label {
  display: block;
  line-height: 20px;
  max-width: 72px;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  top: -3px;
  word-wrap: normal;
  text-align: center;
}
.btn-circle-white > .btn-label {
  display: block;
  line-height: 20px;
  max-width: 72px;
  overflow-x: hidden;
  overflow-y: hidden;
  padding-left: 4px;
  padding-right: 4px;
  position: relative;
  top: 1px;
  word-wrap: normal;
  text-align: center;
}
.icon-circle {
  width: 50px;
  height: 50px;
  background-image: url('/assets/stylesheets/fonts//assets/images/iconscircle.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.icon-circle:hover {
  background-image: url('/assets/stylesheets/fonts//assets/images/iconscircleselected_white.png');
}
.icon-circle-white {
  width: 50px;
  height: 50px;
  background-image: url('/assets/stylesheets/fonts//assets/images/iconscircle_white.png');
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.icon-circle-white:hover {
  background-image: url('/assets/stylesheets/fonts//assets/images/iconscircleselected.png');
}
::-webkit-input-placeholder {
  color: #a6a9a6;
}
input:-moz-placeholder {
  color: #a6a9a6;
}
.etickets {
  color: #363736;
  font-style: italic;
}
.etickets .E {
  color: #9dd745;
  font-style: normal;
}
#main {
  position: relative;
}
select option[disabled] {
  display: none;
}
#tooltip {
  padding: 5px 10px;
  border: 3px solid grey;
  background-color: white;
  color: #363736;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  border-radius: 4px;
  font-weight: bold;
}
.formSeparator {
  margin-bottom: 18px;
}
.formSeparator .cell {
  position: relative !important;
  height: 1px !important;
}
.formSeparator .info {
  position: relative;
  top: 20%;
  text-align: center;
}
.formSeparator .cell .line {
  border-top: 1px solid #DDD;
  position: relative;
  top: 50%;
}
.rotateX {
  height: 100%;
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  -ms-perspective: 600px;
  perspective: 600px;
  -webkit-transform: rotateX(360deg);
  -webkit-transform-style: preserve-3d;
  -moz-transform: rotateX(360deg);
  -moz-transform-style: preserve-3d;
  -ms-transform: rotateX(360deg);
  -ms-transform-style: preserve-3d;
  transform: rotateX(360deg);
  transform-style: preserve-3d;
  -webkit-transition: all 0.8s;
  /* Chrome 1-25, Safari 3.2+ */
  -moz-transition: all 0.8s;
  /* Firefox 4-15 */
  -o-transition: all 0.8s;
  /* Opera 10.50–12.00 */
  transition: all 0.8s;
  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Chrome and Safari */
  -moz-backface-visibility: hidden;
  /* Firefox */
  -ms-backface-visibility: hidden;
  /* Internet Explorer */
}
.nav-tabs > .error {
  border: 1px solid #b94a48;
  border-top: none;
  background-color: #ffeded;
  border-radius: 0px 0px 3px 3px;
}
.dropdown-menu li > a > img {
  max-width: none;
}
.action-conditions .family {
  padding: 0.5em;
  background-color: white;
  margin-bottom: 1em;
  border: 1px solid #ccc;
}
.action-conditions .header {
  font-weight: 600;
  margin: 0.5em 0em 0.8em;
}
.action-conditions input {
  width: 100%;
}
.action-conditions .row-fluid {
  padding-left: 1em;
}
.toaster-notification-ticket-status {
  padding: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.row-disable {
  text-decoration: line-through;
}
.login {
  background-color: white;
  float: none;
  margin: 0 auto;
  box-shadow: 0 0px 3px rgba(0, 0, 0, 0.25);
}
.login .btn {
  font-weight: bold;
}
.login .title {
  color: #9dd745;
  font-weight: bold;
  margin: 0px 0px 30px 0px;
  font-size: 18px;
}
.login .logo {
  width: 80px;
  height: auto;
  float: right;
}
.login input,
.btn {
  margin: 0 auto;
  display: block;
  float: none;
  margin-top: 20px;
}
.eticketsDescription {
  float: none;
  margin: 0 auto;
  color: #2d6201;
  font-size: 11px;
  text-align: center;
}
.loginForm .noaccount {
  color: white;
  position: absolute;
  bottom: 0px;
}
.loginForm .forgotPassword {
  color: white;
  position: absolute;
  bottom: 2em;
}
.createAccountForm legend span {
  letter-spacing: -1px;
  font-weight: 500;
  float: right;
}
.container-fluid {
  height: 100%;
  display: flex;
  vertical-align: middle;
}
.createAccountForm legend {
  font-size: 2em;
  line-height: 2em;
}
.createAccountForm label {
  font-weight: bold;
}
.createAccountForm .domain-logo {
  text-align: center;
  margin: 0 auto;
  display: block;
  padding: 2em;
}
.createAccountForm .help-block,
.createAccountForm .checkbox {
  color: #868686;
  font-weight: 100;
}
.createAccountForm .mail-input {
  padding: 10px;
}
