/*
@import "compass/css3";
@import "compass/css3/user-interface";
@import "compass/reset";
*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,700&subset=latin,latin-ext);
@import url("https://fonts.googleapis.com/css?family=Nunito+Sans:400,700,900&display=swap&subset=latin-ext");
@font-face {
  font-family: "SampleFont";
  src: url("../fonts/sample-font.eot");
  src: url("../fonts/sample-font.eot?#iefix") format("embedded-opentype"), url("../fonts/sample-font.woff") format("woff"), url("../fonts/sample-font.ttf") format("truetype"), url("../fonts/sample-font.svg#samplefont") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* VARIABLES */
/* COLORS */
/* MIXINS */
/* BODY */
html, body {
  margin: 0px;
  padding: 0px;
  text-align: left;
}

body {
  background-color: #ffffff;
}

/* EXTRA RESET 
a { outline: none; cursor: pointer; @include user-select(none); -ms-user-select: none; }*/
* {
  background-repeat: no-repeat;
}

textarea, input {
  outline: none;
}

b, strong {
  font-weight: 700;
}

/* LAYOUT HELPERS */
.cb, .clr {
  clear: both;
  font-size: 1px;
  line-height: 1px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.nowrap, .nobr {
  white-space: nowrap;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

/* CONTENT */
html {
  margin: 0px;
  padding: 0em;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #000;
  padding-bottom: 25px;
  min-width: 1024px !important;
}

/* BOOTSTRAP OVERRIDES */
.badge {
  font-family: "Open Sans", sans-serif;
}

/* BUTTONS */
.btn.btn-danger.reset-filters .glyphicon {
  font-size: 16px;
  position: relative;
  top: 3px;
  left: -1px;
}

/* TOP NAVBAR */
.topNavbar {
  /*@include gradient(#ffffff, #6dd0f2);*/
  background: #fff;
  background: -moz-linear-gradient(#fff, #6dd0f2);
  background: -webkit-linear-gradient(#fff, #6dd0f2);
  background: -o-linear-gradient(#fff, #6dd0f2);
  background: -ms-linear-gradient(#fff, #6dd0f2);
  /*For IE10*/
  background: linear-gradient(#fff, #6dd0f2);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr="#ffffff", endColorstr="#6dd0f2");
  /*For IE7-8-9*/
  height: 1%;
  /*For IE7*/
  height: 100px;
  border: none;
  border-radius: 0;
  min-width: 960px !important;
  margin: auto;
  margin-bottom: 10px;
  width: 100%;
}
.topNavbar .navbar-brand {
  font-size: 12px;
  line-height: 16px;
  color: #007bc3;
  text-decoration: none;
  padding: 17px 0px 0px 200px;
  background: transparent url(../gfx/logo/rsm.png) 0px 0px no-repeat;
  background-size: 198px auto;
  position: relative;
  top: 36px;
  left: 15px;
  font-size: 0px;
}
.topNavbar .navbar-brand:hover {
  color: #007bc3;
}
.topNavbar .navbar-collapse {
  float: right;
  position: relative;
  right: -15px;
}
.topNavbar .navbar-collapse ul li {
  list-style-type: none;
  padding: 0px;
  height: 100px;
  display: table-row;
  vertical-align: middle;
}
.topNavbar .navbar-collapse ul li:nth-of-type(1) {
  /*margin-right:1px;*/
}
.topNavbar .navbar-collapse ul li:nth-of-type(1) a {
  text-align: center;
  min-width: 50px;
  background: #92C2DA;
  border-right: 1px #92C2DA solid;
}
.topNavbar .navbar-collapse ul li:nth-of-type(2) {
  /*margin-right:1px;*/
}
.topNavbar .navbar-collapse ul li:nth-of-type(2) a {
  text-align: center;
  min-width: 50px;
  background: #78c1da;
  border-right: 1px #78c1da solid;
}
.topNavbar .navbar-collapse ul li:before {
  display: none;
}
.topNavbar .navbar-collapse ul li.status.open:hover a {
  background: #000 !important;
}
.topNavbar .navbar-collapse ul li.status.open a {
  background: #000 !important;
}
.topNavbar .navbar-collapse ul li .status {
  border-radius: 10px;
  /* 3px 3px 4px #444444, direction: filter: 135 */
  -moz-box-shadow: 5px 5px 7px #cccccc;
  -webkit-box-shadow: 5px 5px 7px #cccccc;
  box-shadow: 5px 5px 7px #cccccc;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=$depth, Direction=$direction, Color='$color')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=$depth, Direction=$direction, Color="$color");
  position: absolute;
  width: 300px;
  top: 100%;
  left: -90px;
  background: #fff;
  z-index: 9;
  border: 1px #c0cfe2 solid;
  display: none;
}
.topNavbar .navbar-collapse ul li .status h2 {
  background: #f5f5f5;
  border-radius: 10px 10px 0px 0px;
  padding-top: 7px;
  padding-bottom: 7px;
  text-align: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.topNavbar .navbar-collapse ul li .status table {
  margin: 0px 15px;
  width: 100%;
  margin-bottom: 15px;
}
.topNavbar .navbar-collapse ul li .status table tr td:nth-child(2) {
  font-weight: 700;
}
.topNavbar .navbar-collapse ul li .status:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12.5px 22px 12.5px;
  border-color: transparent transparent #f5f5f5 transparent;
  position: absolute;
  content: "";
  left: 140px;
  top: -22px;
}
.topNavbar .navbar-collapse ul li a {
  display: table-cell;
  vertical-align: middle;
  height: 100px;
  background: #007bc3;
  border-right: 1px #007bc3 solid;
  color: #fff;
  box-shadow: none !important;
  padding-right: 15px;
  min-width: 140px;
}
.topNavbar .navbar-collapse ul li a .glyphicon {
  position: relative;
  left: 3px;
  top: 2px;
  font-size: 10px;
}
.topNavbar .navbar-collapse ul li.active:hover a {
  background: #59b8d9;
}
.topNavbar .navbar-collapse ul li.active a {
  background: #59b8d9;
}
.topNavbar .navbar-collapse ul li:hover a {
  background: #59b8d9;
}
.topNavbar .navbar-collapse ul li.dropdown ul {
  margin: 0px;
  padding: 0px;
  right: 0px;
  top: 100px;
  left: 0px;
}
.topNavbar .navbar-collapse ul li.dropdown ul li {
  height: auto;
  border-right: 0px;
  display: block;
  margin: 0px;
  text-align: left;
}
.topNavbar .navbar-collapse ul li.dropdown ul li a {
  height: auto;
  padding: 7px 7px;
  display: block;
  border: 0px;
  width: 100%;
  background: #fff;
  color: #666;
  text-align: left;
}
.topNavbar .navbar-collapse ul li.dropdown ul li a:hover {
  background: #007bc3;
  color: #fff;
}
.topNavbar .navbar-collapse ul li.dropdown.dropdownFiles a:hover {
  background: #007bc3;
  color: #fff;
}
.topNavbar .navbar-collapse ul li.dropdown.dropdownFiles.open > a {
  background: #101010;
  color: #fff;
}
.topNavbar .navbar-collapse ul li.dropdown .glyphicon.glyphicon-chevron-up {
  display: none;
}
.topNavbar .navbar-collapse ul li.dropdown .glyphicon.glyphicon-chevron-down {
  display: inline;
}
.topNavbar .navbar-collapse ul li.dropdown.open .glyphicon.glyphicon-chevron-up {
  display: inline;
}
.topNavbar .navbar-collapse ul li.dropdown.open .glyphicon.glyphicon-chevron-down {
  /*display:none;*/
}
.topNavbar .contact {
  color: #007bc3;
  font-size: 12px;
  line-height: 16px;
  position: relative;
  top: 31px;
}
.topNavbar .contact p {
  margin-bottom: 4px;
  padding-bottom: 0px;
}
.topNavbar .contact strong {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-left: 0px;
  position: relative;
  display: inline-block;
  top: 0px;
  margin-left: 5px;
}
.topNavbar .contact strong .glyphicon {
  margin-right: 3px;
}

/* CONTENT */
.row {
  min-width: 960px !important;
}

.container {
  min-width: 960px !important;
  max-width: 1200px !important;
  margin: auto;
}
.container article {
  margin-bottom: 15px;
}
.container hr {
  border-bottom: 1px #666 dotted;
  border-collapse: collapse;
  margin-top: 15px;
  margin-bottom: 30px;
}
.container p, .container ul {
  padding-bottom: 15px;
}
.container .red {
  color: #de0005;
}
.container .label.label-inactive {
  background: #c0cfe2;
}
.container .tooltip {
  white-space: nowrap;
}
.container ul li {
  padding-left: 20px;
  margin-bottom: 7px;
  position: relative;
}
.container ul li:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #007bc3;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 5px;
  display: block;
}
.container .pagination li {
  padding: 0px;
  margin: 0px;
}
.container .pagination li:before {
  display: none;
}
.container .col-md-6 article {
  padding-right: 20px;
}

/* TICKET LIST */
.ticketList tr.whole + tr > td {
  border-top: none;
  padding-top: 0px;
}
.ticketList td.ticketButtonsBlock {
  padding: 0px;
}
.ticketList .ticketButtons {
  padding: 0px;
  margin: 0px;
  margin-bottom: 15px;
  background: #f5f5f5;
}
.ticketList .ticketButtons article {
  padding: 15px 0px 0px 0px;
}
.ticketList .ticketButtons article:after {
  content: "";
  display: block;
  clear: both;
}
.ticketList .ticketButtons article button.fl {
  margin-right: 15px;
}
.ticketList input {
  background: #fff !important;
}
.ticketList form {
  margin: 0px !important;
  padding: 0px !important;
}
.ticketList .ticketListHeader article {
  padding-bottom: 15px;
  border-bottom: 1px #666 dotted;
}
.ticketList .ticketListHeader article:after {
  content: "";
  display: block;
  clear: both;
}
.ticketList .ticketListHeader h1 {
  font-size: 30px;
  display: inline;
  line-height: 35px;
  float: left;
  margin-top: 0px;
}
.ticketList .ticketListHeader form {
  margin-left: 15px !important;
}
.ticketList .ticketTableFooter {
  background: #f5f5f5;
  margin-top: -20px;
  margin-bottom: 30px;
  text-align: right;
  padding-top: 30px;
  padding-bottom: 15px;
  border-bottom: 1px #c0cfe2 solid;
}
.ticketList .ticketTableFooter p {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right: 10px;
  position: relative;
  top: -10px;
}
.ticketList .ticketTableFooter .status {
  position: absolute;
  left: 30px;
  top: 15px;
  margin-left: 7.5px;
}
.ticketList .ticketTableFooter .dropdown {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  margin-right: 40px;
  position: relative;
  top: -10px;
}
.ticketList .ticketTableFooter .dropdown li {
  padding: 0px;
}
.ticketList .ticketTableFooter .dropdown li:before {
  display: none;
}
.ticketList .ticketTableFooter:after {
  content: "";
  clear: both;
  display: block;
}
.ticketList .ticketTableFooter .pagination {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  margin-right: 7.5px;
}
.ticketList .ticketTable form.search {
  float: right;
  margin-bottom: 15px;
  height: 60px;
}
.ticketList .ticketTable table th, .ticketList .ticketTable table td {
  white-space: nowrap;
  padding-top: 14px;
}
.ticketList .ticketTable table th {
  font-size: 14px;
  font-weight: 700;
}
.ticketList .ticketTable table tr.whole td {
  padding: 0px;
  border-top: none;
}
.ticketList .ticketTable table tr.whole td .trWholeInner {
  padding-top: 14px;
  border-top: 1px solid #ddd;
}
.ticketList .ticketTable table tr.whole td .trWholeInner .glyphicon-pencil {
  color: #fff !important;
  font-size: 15px;
  left: 0px;
  top: 2px;
}
.ticketList .ticketTable table a {
  text-decoration: none;
  color: #000;
}
.ticketList .ticketTable table a:hover {
  text-decoration: none;
}
.ticketList .ticketTable table .ticketListFilters {
  background: #f5f5f5;
  border-top: 1px #c0cfe2 solid;
}
.ticketList .ticketTable table .ticketListFilters > div {
  padding: 15px 0px;
}
.ticketList .ticketTable table .ticketListFilters td, .ticketList .ticketTable table .ticketListFilters th {
  border: none;
  padding-top: 30px;
  padding-bottom: 30px;
  font-size: 13px;
}
.ticketList .ticketTable table .ticketListFilters th:last-child {
  text-align: right;
}
.ticketList .ticketTable table .ticketListFilters .btn-group.marginLeft {
  margin-left: 15px;
}
.ticketList .ticketTable table .ticketListFilters .btn-group ul li {
  list-style-type: none;
  padding: 0px;
  margin: 0px;
}
.ticketList .ticketTable table .ticketListFilters .btn-group ul li:before {
  display: none;
}
.ticketList .ticketTable table .ticketListFilters .arrows {
  display: inline-block;
  position: relative;
  top: 10px;
  font-weight: 400 !important;
  margin-right: 10px;
}
.ticketList .ticketTable table .ticketListFilters .arrows a {
  color: #000;
  position: relative;
  top: 1px;
  font-weight: 400 !important;
  font-size: 13px;
}
.ticketList .ticketTable table .ticketListFilters .arrows a:hover {
  text-decoration: none;
}
.ticketList .ticketTable table .ticketListFilters .arrows.data-filter:hover {
  color: #007bc3;
}
.ticketList .ticketTable table .ticketListFilters .arrows.data-filter:hover a {
  color: #007bc3;
  text-decoration: none;
}
.ticketList .ticketTable table .ticketListFilters .arrows span {
  cursor: pointer;
}
.ticketList .ticketTable table .ticketListFilters .month {
  display: inline-block;
  margin-right: 10px;
  margin-left: 15px;
  color: #999;
  position: relative;
  top: 10px;
  font-weight: 400 !important;
}
.ticketList .ticketTable table .glyphicon {
  font-size: 20px;
  top: 0px;
}
.ticketList .ticketTable table .glyphicon:hover {
  text-decoration: none !important;
}
.ticketList .ticketTable table .glyphicon.glyphicon-pencil {
  color: #666 !important;
  left: 4px;
}
.ticketList .ticketTable table .glyphicon.glyphicon-comment {
  color: #007bc3;
}
.ticketList .ticketTable table .glyphicon.glyphicon-warning-sign {
  color: #de0005;
}
.ticketList .ticketTable table .glyphicon.glyphicon-time {
  color: #5db85c;
}
.ticketList .ticketTable table .glyphicon.glyphicon-usd {
  color: #de0005;
}
.ticketList .ticketTable table .glyphicon.glyphicon-tag {
  color: #e6db31;
}
.ticketList .ticketTable table .glyphicon.glyphicon-download-alt {
  color: #3f6c9f;
}
.ticketList .ticketTable table .glyphicon.glyphicon-user {
  color: #007bc3;
}
.ticketList .ticketTable table .glyphicon.glyphicon-download {
  color: #007bc3;
}
.ticketList .ticketTable table .glyphicon.glyphicon-lock {
  color: #231f20;
}
.ticketList .ticketTable table .glyphicon.glyphicon-eye-close {
  color: #f0ad4e;
}
.ticketList .ticketTable table .glyphicon.glyphicon-ban-circle {
  color: #d95450;
}
.ticketList .ticketTable table .glyphicon.glyphicon-circle-arrow-down {
  color: #007bc3;
}
.ticketList .ticketTable table .glyphicon.glyphicon-plus-sign {
  color: #5db85c;
}
.ticketList .ticketTable table .badge {
  position: relative;
  right: 10px;
  top: -4px;
}
.ticketList .ticketTable table .label {
  padding: 7px 7px;
  font-weight: 400;
  font-size: 12px;
  min-width: 140px;
  display: inline-block;
  position: relative;
  top: -4px;
}
.ticketList .ticketTable table .label.label-concept {
  background-color: #f48a00;
}
.ticketList .ticketTable table .label.label-queue {
  background-color: #f48a00;
}
.ticketList .ticketTable table .label.label-in-progress {
  background-color: #4ccb29;
}
.ticketList .ticketTable table .label.label-in-process {
  background-color: #49a2d0;
}
.ticketList .ticketTable table .label.label-commited {
  background-color: #096b9e;
}
.ticketList .ticketTable table .label.label-interrupted {
  background-color: #f41b1b;
}
.ticketList .ticketTable table .label.label-resolved {
  background-color: #777;
}
.ticketList .ticketTable table .label.label-default {
  background-color: #777;
}

/* FILE LIST */
.fileList .alert-info {
  background: #f5f5f5;
  border: none;
}
.fileList .ticketListHeader .dropdown-menu.dropdown-menu-right li {
  list-style-type: none;
  padding-left: 0px;
  background-image: none;
}
.fileList .ticketListHeader .dropdown-menu.dropdown-menu-right li:before {
  display: none;
}
.fileList .ticketListHeader input {
  height: 33px;
}
.fileList .ticketListHeader input,
.fileList .ticketListHeader button,
.fileList .ticketListHeader .btn-success {
  font-size: 13px;
}
.fileList .ticketListHeader .btn-danger {
  padding-left: 35px;
  background-image: url(../gfx/icon/sync.png);
  background-position: 7px center;
  background-repeat: no-repeat;
  font-size: 13px;
}
.fileList .ticketListHeader .btn-danger .badge {
  margin-left: 4px;
}
.fileList .ticketTable .ticketListFilters button {
  font-size: 13px;
}
.fileList .ticketTable .ticketListFilters .btn-danger {
  color: #fff !important;
  font-size: 13px;
}
.fileList .ticketTable td {
  padding-top: 8px !important;
  padding-bottom: 4px;
  vertical-align: middle;
}
.fileList .ticketTable td:first-child img {
  max-width: 37px;
}

/* MASS EDIT FILES */
.editFiles .clr {
  border-bottom: 1px #9e9e9e solid;
  margin-bottom: 20px;
}
.editFiles > div:nth-child(3n-1) {
  padding-right: 0px;
}
.editFiles .col-md-6 {
  padding-left: 0px;
}
.editFiles .col-md-6 textarea {
  height: 90px;
}
.editFiles .col-md-6 .checkbox {
  position: relative;
  top: -10px;
}
.editFiles .col-md-6 .checkbox label {
  margin-right: 60px;
}
.editFiles .col-md-6 .file {
  position: relative;
  padding-left: 60px;
}
.editFiles .col-md-6 .file b {
  color: #e22e2e;
}
.editFiles .col-md-6 .file img {
  position: absolute;
  left: 0px;
  top: 5px;
  max-width: 40px;
}
.editFiles .ticketTableFooter {
  padding-right: 20px;
}

/* TICKET LEGEND */
.ticketDetailLegend {
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  background: #f5f5f5;
  border-top: 1px #007bc3 solid;
}
.ticketDetailLegend .toggle {
  display: none;
}
.ticketDetailLegend article {
  padding: 30px;
}
.ticketDetailLegend article:first-child {
  padding-bottom: 15px;
  padding-top: 15px;
}
.ticketDetailLegend article h2 {
  text-align: right;
  color: #666;
  font-size: 25px;
  line-height: 30px;
  cursor: pointer;
  width: 100%;
}
.ticketDetailLegend article h2 .glyphicon {
  position: relative;
  top: 5px;
}
.ticketDetailLegend article .h {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 30px;
  white-space: nowrap;
  margin-top: -50px;
}
.ticketDetailLegend article dl:after {
  content: "";
  display: block;
  clear: both;
}
.ticketDetailLegend article dl dt {
  text-align: right;
  min-height: 35px;
  float: left;
  width: 190px;
}
.ticketDetailLegend article dl dt span {
  position: relative;
  cursor: auto;
}
.ticketDetailLegend article dl dt span.btn {
  top: -7px;
}
.ticketDetailLegend article dl dt span.btn .glyphicon {
  position: relative;
  left: -2px;
}
.ticketDetailLegend article dl dt span.btn .glyphicon.glyphicon-plus {
  font-size: 14px;
  font-weight: normal;
}
.ticketDetailLegend article dl dt span.glyphicon {
  font-size: 20px;
  top: 5px;
}
.ticketDetailLegend article dl dt span.glyphicon.glyphicon-pencil {
  color: #666;
}
.ticketDetailLegend article dl dt span.glyphicon.glyphicon-comment {
  color: #007bc3;
}
.ticketDetailLegend article dl dt span.glyphicon.glyphicon-warning-sign {
  color: #de0005;
}
.ticketDetailLegend article dl dt span.glyphicon.glyphicon-time {
  color: #5db85c;
}
.ticketDetailLegend article dl dt span.glyphicon.glyphicon-usd {
  color: #de0005;
}
.ticketDetailLegend article dl dt span.glyphicon.glyphicon-tag {
  color: #e6db31;
}
.ticketDetailLegend article dl dt span.glyphicon.glyphicon-user {
  color: #007bc3;
}
.ticketDetailLegend article dl dt span.glyphicon.glyphicon-download {
  color: #c0cfe2;
}
.ticketDetailLegend article dl dt span.glyphicon.glyphicon-circle-arrow-down {
  color: #007bc3;
  position: relative;
  top: -1px;
}
.ticketDetailLegend article dl dt span.glyphicon.glyphicon-plus-sign {
  color: #5db85c;
}
.ticketDetailLegend article dl dt.col-md-1 .glyphicon {
  top: 0px;
}
.ticketDetailLegend article dl dd {
  min-height: 35px;
  padding-left: 200px;
  margin-bottom: 3px;
}
.ticketDetailLegend article dl dd p {
  display: block;
  margin-top: 0px;
}
.ticketDetailLegend .blockRight {
  padding-top: 32px !important;
}
.ticketDetailLegend .blockRight dl dt {
  width: 40px;
}
.ticketDetailLegend .blockRight dl dd {
  padding-left: 50px;
}

/* TICKET DETIAL */
.ticketDetail .ticketDetailFooter {
  padding: 0px;
  margin: 0px;
  margin-bottom: 30px;
  background: #f5f5f5;
}
.ticketDetail .ticketDetailFooter article {
  padding: 15px 0px 0px 0px;
}
.ticketDetail .ticketDetailFooter article:after {
  content: "";
  display: block;
  clear: both;
}
.ticketDetail .ticketDetailHeader article {
  padding-bottom: 15px;
  border-bottom: 1px #666 dotted;
}
.ticketDetail .ticketDetailHeader h1 {
  font-size: 30px;
  display: inline;
  line-height: 35px;
}
.ticketDetail .ticketDetailHeader h1 span {
  font-size: 13px;
  font-weight: 400;
  position: relative;
  bottom: 5px;
  margin-left: 10px;
}
.ticketDetail .ticketDetailHeader h1 span.label.label-concept {
  background-color: #f48a00;
}
.ticketDetail .ticketDetailHeader h1 span.label.label-queue {
  background-color: #f48a00;
}
.ticketDetail .ticketDetailHeader h1 span.label.label-in-progress {
  background-color: #4ccb29;
}
.ticketDetail .ticketDetailHeader h1 span.label.label-in-process {
  background-color: #49a2d0;
}
.ticketDetail .ticketDetailHeader h1 span.label.label-commited {
  background-color: #096b9e;
}
.ticketDetail .ticketDetailHeader h1 span.label.label-interrupted {
  background-color: #f41b1b;
}
.ticketDetail .ticketDetailHeader h1 span.label.label-resolved {
  background-color: #777;
}
.ticketDetail .ticketDetailHeader h1 span.label.label-default {
  background-color: #777;
}
.ticketDetail .ticketDetailHeader h1 a, .ticketDetail .ticketDetailHeader h1 mark {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  bottom: 5px;
  background: transparent;
  color: #007bc3;
}
.ticketDetail .ticketDetailHeader h1 a:hover, .ticketDetail .ticketDetailHeader h1 mark:hover {
  text-decoration: none;
}
.ticketDetail .ticketDetailHeader h1 a span, .ticketDetail .ticketDetailHeader h1 mark span {
  position: relative;
  left: -10px;
  line-height: 13px;
  font-size: 12px;
  margin: 0px;
  font-weight: 700;
}
.ticketDetail .ticketDetails {
  padding: 0px;
  margin: 0px;
  margin-bottom: 30px;
  background: #f5f5f5;
  border-bottom: 1px #de0005 solid;
  border-top: 1px #c0cfe2 solid;
}
.ticketDetail .ticketDetails article {
  padding: 22.5px;
  font-size: 15px;
  line-height: 20px;
  margin-bottom: 0px;
}
.ticketDetail .ticketDetails article table th {
  padding-right: 20px;
}
.ticketDetail .ticketDetails article table th strong {
  font-weight: 400;
}
.ticketDetail .ticketDetails article table th, .ticketDetail .ticketDetails article table td {
  vertical-align: top;
  padding-bottom: 4px;
  font-size: 15px;
  line-height: 20px;
}
.ticketDetail .ticketDetails article table th strong, .ticketDetail .ticketDetails article table td strong {
  position: relative;
}
.ticketDetail .ticketDetails article table th .glyphicon, .ticketDetail .ticketDetails article table td .glyphicon {
  font-size: 20px;
  position: absolute;
  right: -30px;
  top: 2px;
}
.ticketDetail .ticketDetails article table th .glyphicon.glyphicon-user, .ticketDetail .ticketDetails article table td .glyphicon.glyphicon-user {
  left: -25px;
  right: auto;
  color: #007bc3;
  top: 0px;
}
.ticketDetail .ticketDetails article table th .glyphicon.glyphicon-warning-sign, .ticketDetail .ticketDetails article table td .glyphicon.glyphicon-warning-sign {
  color: #de0005;
}
.ticketDetail .ticketDetails article table th .glyphicon.glyphicon-time, .ticketDetail .ticketDetails article table td .glyphicon.glyphicon-time {
  color: #5db85c;
}
.ticketDetail .ticketDetails article table th .glyphicon.glyphicon-usd, .ticketDetail .ticketDetails article table td .glyphicon.glyphicon-usd {
  color: #de0005;
}
.ticketDetail .ticketDetails article table th .glyphicon.glyphicon-tag, .ticketDetail .ticketDetails article table td .glyphicon.glyphicon-tag {
  color: #e6db31;
  top: 4px;
}

/* COMMENTS */
.ticketDetailComments {
  margin-bottom: 30px;
}
.ticketDetailComments .button-box {
  padding: 0px;
  margin: 0px;
  padding: 15px 7.5px 15px 7.5px;
  margin: 10px 15px 10px 15px;
  background: #f5f5f5;
  display: flex;
  justify-content: space-between;
}
.ticketDetailComments .button-box .btn-container {
  display: flex;
}
.ticketDetailComments .button-box button {
  margin: 0px !important;
  float: none !important;
  left: auto !important;
  right: auto !important;
  margin: 0px 7.5px !important;
}
.ticketDetailComments .button-box:last-of-type {
  margin-top: 0px;
}
.ticketDetailComments .col-md-12 {
  float: none;
}
.ticketDetailComments * {
  white-space: normal;
}
.ticketDetailComments .media-body {
  margin-bottom: 15px;
}
.ticketDetailComments .media-body:after {
  content: "";
  display: block;
  clear: both;
}
.ticketDetailComments .person {
  width: 100px;
  margin-left: 30px;
  margin-right: 15px;
  text-align: right;
  position: relative;
}
.ticketDetailComments .person .glyphicon {
  position: relative;
  right: 5px;
  top: 7px !important;
  margin-bottom: 12px;
  color: #fff !important;
}
.ticketDetailComments .person p {
  padding: 5px 9px;
  text-align: right;
}
.ticketDetailComments .person p.name {
  background-color: rgba(100, 100, 100, 0.4);
}
.ticketDetailComments article {
  border-radius: 10px;
  background: #f5f5f5;
  padding: 30px;
  width: 70%;
  /* 3px 3px 4px #444444, direction: filter: 135 */
  -moz-box-shadow: 5px 5px 7px #cccccc;
  -webkit-box-shadow: 5px 5px 7px #cccccc;
  box-shadow: 5px 5px 7px #cccccc;
  -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=$depth, Direction=$direction, Color='$color')";
  filter: progid:DXImageTransform.Microsoft.Shadow(Strength=$depth, Direction=$direction, Color="$color");
  position: relative;
}
.ticketDetailComments article .img {
  display: inline-block;
}
.ticketDetailComments article img {
  border: 1px #c0cfe2 solid;
}
.ticketDetailComments article .next {
  display: none;
}
.ticketDetailComments article p {
  position: relative;
  line-height: 22px;
}
.ticketDetailComments article .glyphicon {
  font-size: 17px;
  top: 2px;
}
.ticketDetailComments article .glyphicon.glyphicon-circle-arrow-down, .ticketDetailComments article .glyphicon.glyphicon-circle-arrow-up {
  color: #c0cfe2;
}
.ticketDetailComments article .glyphicon.glyphicon-plus-sign {
  color: #5db85c;
}
.ticketDetailComments article .glyphicon:hover {
  text-decoration: none;
}
.ticketDetailComments button.left {
  margin-left: 170px;
}
.ticketDetailComments button.right {
  float: right;
  margin-right: 70%;
  left: 106px;
  position: relative;
}
.ticketDetailComments button.right.add-subticket {
  right: -105px;
}
.ticketDetailComments button.right.ticket-edit {
  right: -54px;
}
.ticketDetailComments .left .media:after {
  content: "";
  position: absolute;
  left: 138px;
  top: 50%;
  margin-top: -50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 32px 25px 0;
  border-color: transparent #f5f5f5 transparent transparent;
}
.ticketDetailComments .left .person {
  background: #da0005;
  color: #fff;
}
.ticketDetailComments .right .media:after {
  content: "";
  position: absolute;
  right: 125px;
  top: 50%;
  margin-top: -50px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 32px;
  border-color: transparent transparent transparent #f5f5f5;
}
.ticketDetailComments .right article {
  float: right;
  right: 10px;
}
.ticketDetailComments .right .person {
  background: #007bc3;
  color: #fff;
  margin-left: 5px;
}

/* HOMEPAGE */
.homepage h1 {
  font-size: 28px;
  line-height: 35px;
  color: #007bc3;
  padding-bottom: 10px;
  margin-bottom: 15px;
  border-bottom: 1px #666 dotted;
}
.homepage h2 {
  font-size: 28px;
  line-height: 35px;
  color: #007bc3;
  padding-bottom: 10px;
}
.homepage .teamviewer {
  width: 234px;
  height: 60px;
  background: transparent url(../gfx/background/teamviewer.png) 0px 0px no-repeat;
  color: #fff;
  position: relative;
  display: block;
  margin-bottom: 10px;
  text-decoration: none;
  font-size: 14px;
  margin-bottom: 15px;
}
.homepage .teamviewer span {
  position: absolute;
  right: 15px;
  top: 20px;
}
.homepage p {
  padding-bottom: 15px;
}
.homepage p.h {
  font-size: 28px;
  line-height: 32px;
  padding-top: 0px;
  padding-bottom: 40px;
}
.homepage ul {
  padding-bottom: 0px;
}
.homepage ul li {
  padding-bottom: 0px;
}

.formbox.login {
  max-width: none;
  width: 100%;
}
.formbox.login .panel-heading {
  padding-left: 33%;
  padding-right: 33%;
}
.formbox.login .panel-body {
  padding-left: 33%;
  padding-right: 33%;
}
.formbox.login .panel-body .form-group,
.formbox.login .panel-body .checkbox {
  left: -15px;
}
.formbox.login .panel-body .btn {
  margin-left: 71px;
}

.hpImage {
  overflow: hidden;
}
.hpImage img {
  margin-bottom: 0px;
  position: relative;
  top: -5px;
}

/* FORMS */
.formbox {
  max-width: 570px;
  margin: auto;
  margin-bottom: 30px;
}
.formbox .panel-heading {
  color: #fff;
  background: #007bc3;
  padding: 20px 40px;
  font-size: 16px;
}
.formbox .panel-body {
  padding: 20px 40px;
  background: #f5f5f5;
}
.formbox .panel-body .form-group,
.formbox .panel-body .checkbox {
  padding-left: 85px;
  position: relative;
  padding-bottom: 0px;
}
.formbox .panel-body .form-group label,
.formbox .panel-body .checkbox label {
  position: absolute;
  left: 0px;
  top: 10px;
}
.formbox .panel-body .form-group input,
.formbox .panel-body .checkbox input {
  font-size: 12px;
}
.formbox .panel-body .checkbox label {
  position: static;
}
.formbox .panel-body .btn {
  margin-left: 85px;
}
.formbox .panel-body .forgotPass {
  position: relative;
  top: 15px;
}

.form-inline {
  padding-top: 10px;
  padding-bottom: 15px;
}
.form-inline p {
  padding-bottom: 10px;
}
.form-inline .form-group,
.form-inline .checkbox {
  position: relative;
}
.form-inline .form-group input,
.form-inline .checkbox input {
  font-size: 12px;
  background: #f5f5f5;
  width: 170px;
}

/* MODALS */
.modal .modal-header {
  background: #007bc3;
  color: #fff;
  padding-left: 30px;
}
.modal .modal-header h4 {
  font-size: 16px;
}
.modal .modal-body {
  padding-left: 30px;
  padding-right: 30px;
}
.modal .modal-body.warning {
  border-top: 1px #e5e5e5 solid;
  color: #de0005;
}
.modal .modal-body.warning h2 {
  font-size: 18px;
  margin-bottom: 7px;
}
.modal p {
  padding-bottom: 15px;
}
.modal .form-group,
.modal .checkbox {
  padding-left: 85px;
  position: relative;
  padding-bottom: 0px;
}
.modal .form-group label,
.modal .checkbox label {
  position: absolute;
  left: 0px;
  top: 10px;
}
.modal .form-group input,
.modal .checkbox input {
  font-size: 13px;
}
.modal#newTicket .modal-body, .modal#EditTicket .modal-body, .modal#CreateSubTicket .modal-body, .modal#EditSubTicket .modal-body {
  padding-bottom: 0px;
}
.modal#newTicket .form-group, .modal#EditTicket .form-group, .modal#CreateSubTicket .form-group, .modal#EditSubTicket .form-group {
  padding-left: 0px;
}
.modal#newTicket .form-group.inputFile label, .modal#EditTicket .form-group.inputFile label, .modal#CreateSubTicket .form-group.inputFile label, .modal#EditSubTicket .form-group.inputFile label {
  position: static;
  font-weight: 700;
  display: block;
  margin-bottom: 10px;
}
.modal#newTicket .form-group.inputFile input, .modal#EditTicket .form-group.inputFile input, .modal#CreateSubTicket .form-group.inputFile input, .modal#EditSubTicket .form-group.inputFile input {
  float: left;
  width: auto;
  margin-bottom: 6px;
}
.modal#newTicket .form-group.inputFile .glyphicon, .modal#EditTicket .form-group.inputFile .glyphicon, .modal#CreateSubTicket .form-group.inputFile .glyphicon, .modal#EditSubTicket .form-group.inputFile .glyphicon {
  cursor: pointer;
}
.modal#newTicket p.help-block, .modal#EditTicket p.help-block, .modal#CreateSubTicket p.help-block, .modal#EditSubTicket p.help-block {
  clear: both;
}
.modal#editFile .icon {
  height: 1px;
  position: relative;
}
.modal#editFile .icon img {
  position: absolute;
  right: 10px;
  top: 5px;
}
.modal#editFile .form-group {
  padding-left: 0px;
}
.modal#editFile .form-group input, .modal#editFile .form-group textarea {
  font-size: 14px;
  padding: 10px 15px;
}
.modal#editFile .form-group.margin-right {
  margin-right: 100px;
}
.modal#editFile .checkbox {
  margin-top: -10px;
}
.modal#changePass .form-group,
.modal#changePass .checkbox {
  padding-left: 120px;
}

.ticketDetailComments .wait-for-response {
  font-weight: bold;
}
.ticketDetailComments .wait-for-response.left {
  margin-left: 180px;
}
.ticketDetailComments .wait-for-response.right {
  width: 70%;
  margin-right: 42px;
  float: right;
}

/**/
.tooltipContent {
  position: relative;
}
.tooltipContent .tooltipInner {
  background: #fff;
  border-radius: 7px;
  border: 1px #b8b8b8 solid;
  position: absolute;
  width: 330px;
  white-space: normal;
  padding: 1px;
  display: none;
  z-index: 9999;
  box-shadow: 2px 2px 15px #ccc;
}
.tooltipContent .tooltipInner:after {
  width: 23px;
  height: 11px;
  background: transparent url(../gfx/background/tooltipArrow.png) 0px 0px no-repeat;
  position: absolute;
  content: "";
  display: block;
  left: 160px;
  bottom: -10px;
}
.tooltipContent .tooltipInner .tooltipHeader {
  background: #007bc3;
  color: #fff;
  padding: 7px 10px;
  display: block;
  border-radius: 7px 7px 0px 0px;
}
.tooltipContent .tooltipInner .tooltipText {
  padding: 7px 10px;
  display: block;
}

/* FILE UPLOADER */
#fileupload {
  margin-left: 0px !important;
}
#fileupload .toggle {
  position: relative;
  top: 8px;
}
#fileupload table tr td:first-child {
  width: 160px;
}
#fileupload table tr td button {
  position: relative;
  top: 21px;
}

body.advent2020 {
  font-family: "Nunito Sans", Arial, sans-serif;
  min-width: 320px !important;
  padding-bottom: 0px !important;
}
body.advent2020 .container,
body.advent2020 .row {
  min-width: 300px !important;
}

body.advent2020 .ui-widget,
body.advent2020 textarea,
body.advent2020 input {
  font-family: "Nunito Sans", Arial, sans-serif;
}

body.advent2020 {
  /* https://engageinteractive.co.uk/blog/top-10-scss-mixins */
  /* my mixins */
  /* AFFIL2020 */
  /* VARIABLES */
  /* COLORS */
  /* old */
  /* blog */
  /* */
  /*html { margin-top:0px !important; }
  body {
  	padding-top:105px;
  	overflow:hidden;

  	&:after {
  		content:'';
  		display:block;
  		position:fixed;
  		z-index:10;
  		background:rgba(0,0,0,0.5);
  		left:0px;
  		right:0px;
  		top:0px;
  		bottom:0px;
  		visibility:hidden;
  		opacity:0;
  		transition:all 0.25s linear;
  	}
  	&.menu-active {
  		&:after {
  			visibility:visible;
  			opacity:1;
  		}
  	}
  }
  body.admin-bar {
  	padding-top: calc(105px + 32px);

  	.header {
  		top:32px;
  	}
  }*/
  /* stop mouseovers */
  /* end */
  /* stop mouseovers */
  /* end */
}
body.advent2020 .header {
  background: #fff;
  position: relative;
  z-index: 9999999;
  border-bottom: 1px #f7f7f7 solid;
  transition: all 0.25s linear;
  /*position:fixed;
  left:0px; top:0px; right:0px;*/
}
body.advent2020 .header.header-scrolled .col-12 {
  height: 70px;
}
body.advent2020 .header.header-scrolled .col-12 .logo {
  top: 20px;
}
body.advent2020 .header.header-scrolled .col-12 .logo img {
  width: 200px;
}
body.advent2020 .header.header-scrolled .col-12 .nav.nav-main {
  top: 22px;
}
body.advent2020 .header.header-scrolled .col-12 .nav.nav-main > ul > li > ul {
  padding-top: 27px;
}
body.advent2020 .header.header-scrolled .col-12 .nav.nav-right {
  top: 15px;
}
body.advent2020 .header.header-scrolled .col-12 .nav.nav-right .btn {
  height: 40px;
  font-size: 15px;
}
body.advent2020 .header.header-scrolled .col-12 .nav.nav-right .btn.btn-demo:before {
  height: 24px;
  margin-right: 9px;
}
body.advent2020 .header.header-scrolled .col-12 .nav.nav-right .btn.btn-helpdesk:before {
  height: 24px;
  margin-right: 9px;
}
body.advent2020 .header .container {
  max-width: 1600px !important;
}
body.advent2020 .header .col-12 {
  height: 105px;
  position: relative;
  transition: all 0.25s linear;
}
body.advent2020 .header .col-12 .logo {
  position: absolute;
  top: 34px;
  right: auto;
  bottom: auto;
  left: 15px;
  transition: all 0.25s linear;
}
body.advent2020 .header .col-12 .logo img {
  width: 237px;
  height: auto;
  transition: all 0.25s linear;
}
body.advent2020 .header .col-12 .nav.nav-right {
  position: absolute;
  top: 25px;
  right: 15px;
  bottom: auto;
  left: auto;
  transition: all 0.25s linear;
  display: flex;
}
body.advent2020 .header .col-12 .nav.nav-right .btn {
  height: 50px;
  border: 1px #808e9a solid;
  padding: 0px 22px 0px 10px;
  display: flex;
  align-items: center;
  font-size: 19px;
  line-height: 1;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 12px;
  min-width: 1px;
  width: auto;
  transition: all 0.25s linear;
}
body.advent2020 .header .col-12 .nav.nav-right .btn.btn-demo {
  border: 1px #103970 solid;
  color: #103970;
}
body.advent2020 .header .col-12 .nav.nav-right .btn.btn-demo:before {
  content: "";
  display: block;
  width: 21px;
  height: 31px;
  background: transparent url("../gfx/icon/menu_button_demo.svg") 0px 0px no-repeat;
  background-size: contain;
  margin-right: 16px;
  /*transition:all 0.25s linear;*/
}
body.advent2020 .header .col-12 .nav.nav-right .btn.btn-demo:hover {
  background: #103970;
  transform: scale(1.1);
}
body.advent2020 .header .col-12 .nav.nav-right .btn.btn-demo:hover:before {
  filter: brightness(0) invert(1);
}
body.advent2020 .header .col-12 .nav.nav-right .btn.btn-helpdesk {
  border: 1px #00b2ed solid;
  color: #00b2ed;
  /*&:hover {
  	background:$blueLight;
  }*/
}
body.advent2020 .header .col-12 .nav.nav-right .btn.btn-helpdesk:before {
  content: "";
  display: block;
  width: 29px;
  height: 30px;
  background: transparent url("../gfx/icon/menu_button_helpdesk.svg") 0px 0px no-repeat;
  background-size: contain;
  margin-right: 16px;
  /*transition:all 0.25s linear;*/
}
body.advent2020 .header .col-12 .nav.nav-right .btn.btn-helpdesk:hover {
  color: #00b2ed;
}
body.advent2020 .header .col-12 .nav.nav-right .btn:hover {
  color: #fff;
  /*transform:scale(1.1);*/
}
@media (max-width: 1370px) {
  body.advent2020 .header .col-12 .logo img {
    width: 195px;
  }
  body.advent2020 .header.header-scrolled .col-12 .logo img {
    width: 160px;
  }
  body.advent2020 .header .col-12 .nav.nav-right {
    top: 32px;
  }
  body.advent2020 .header .col-12 .nav.nav-right .btn {
    height: 40px;
    font-size: 15px;
  }
  body.advent2020 .header .col-12 .nav.nav-right .btn.btn-demo:before {
    height: 24px;
    margin-right: 9px;
  }
  body.advent2020 .header .col-12 .nav.nav-right .btn.btn-helpdesk:before {
    height: 24px;
    margin-right: 9px;
  }
}
@media (max-width: 1230px) {
  body.advent2020 .header .col-12 .nav.nav-right .btn {
    padding: 0px 22px 0px 22px;
  }
  body.advent2020 .header .col-12 .nav.nav-right .btn.btn-helpdesk:before,
body.advent2020 .header .col-12 .nav.nav-right .btn.btn-demo:before {
    display: none;
  }
}
@media (max-width: 1130px) {
  body.advent2020 .header .col-12 .logo img {
    width: 160px;
  }
  body.advent2020 .header.header-scrolled .col-12 .nav.nav-right .btn {
    font-size: 13px;
    padding: 0px 18px 0px 18px;
  }
}
@media (max-width: 1024px) {
  body.advent2020 .header .col-12 .nav.nav-right a.btn:hover {
    background: inherit !important;
    transform: none !important;
  }
  body.advent2020 .header .col-12 .nav.nav-right a.btn.btn-demo {
    color: #103970;
  }
  body.advent2020 .header .col-12 .nav.nav-right a.btn.btn-helpdesk {
    color: #00b2ed;
  }
}
@media (max-width: 1024px) {
  body.advent2020 .header .col-12 .logo img {
    width: 240px;
  }
  body.advent2020 .header .col-12 .nav.nav-right {
    /*right:68px;*/
  }
}
@media (max-width: 767px) {
  body.advent2020 .header .col-12 {
    height: 70px;
  }
  body.advent2020 .header .col-12 .logo {
    top: 17px;
  }
  body.advent2020 .header .col-12 .nav.nav-right,
body.advent2020 .header .col-12 .menu-toggle {
    top: 15px;
  }
  body.advent2020 .header.header-scrolled .col-12 {
    height: 55px;
  }
  body.advent2020 .header.header-scrolled .col-12 .logo {
    top: 11px;
  }
  body.advent2020 .header.header-scrolled .col-12 .logo img {
    width: 200px;
  }
  body.advent2020 .header.header-scrolled .col-12 .nav.nav-right,
body.advent2020 .header.header-scrolled .col-12 .menu-toggle {
    top: 7px;
  }
}
@media (max-width: 750px) {
  body.advent2020 body:after {
    display: none;
  }
  body.advent2020 .header .col-12 .nav.nav-right .btn.btn-helpdesk {
    display: none;
  }
}
@media (max-width: 650px) {
  body.advent2020 .header .col-12 .logo img {
    width: 160px;
  }
  body.advent2020 .header .col-12 .logo {
    top: 22px;
  }
  body.advent2020 .header.header-scrolled .col-12 .logo img {
    width: 140px;
  }
}
@media (max-width: 512px) {
  body.advent2020 .header .col-12 .nav.nav-right {
    display: none;
  }
}
body.advent2020 .footer {
  background: #103970;
  border-top: 10px #00b2ed solid;
  position: relative;
  padding: 0px;
}
body.advent2020 .footer .col-12 {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 26px 15px 18px 15px;
}
body.advent2020 .footer .col-12 p {
  color: #fff;
  margin-bottom: 0px;
}
body.advent2020 .footer .col-12 p a {
  color: #8ce2ff;
  text-decoration: none;
}
body.advent2020 .footer .col-12 p a:hover {
  text-decoration: underline;
}
@media (max-width: 780px) {
  body.advent2020 .footer .col-12 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 660px) {
  body.advent2020 .footer .col-12 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  body.advent2020 .footer .col-12 p {
    font-size: 13px;
  }
}
body.advent2020 .btn {
  border-radius: 0px;
  height: 50px;
  border: 2px #edf4f7 solid;
  padding: 0px 20px;
  font-size: 18px;
  line-height: 50px;
  font-weight: 700;
  display: inline-block;
  min-width: 280px;
  transition: all 0.25s linear;
  text-decoration: none;
}
body.advent2020 .btn:focus {
  outline: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
body.advent2020 .btn.btn-primary {
  background: #103970;
  color: #fff;
}
body.advent2020 .btn.btn-primary:focus, body.advent2020 .btn.btn-primary:hover {
  background: #fff;
  color: #103970;
  /*transform:scale(1.05);*/
}
body.advent2020 .btn.btn-secondary {
  background: transparent;
  color: #103970;
  border: 2px #103970 solid;
}
body.advent2020 .btn.btn-secondary:focus {
  background: transparent;
  color: #103970;
  border: 2px #103970 solid !important;
}
body.advent2020 .btn.btn-secondary:hover {
  border: 2px #103970 solid;
  color: #fff;
  background: #103970;
  /*transform:scale(1.05);*/
}
@media (max-width: 1024px) {
  body.advent2020 .btn.btn-primary:hover {
    background: #103970;
    color: #fff;
    transform: none;
  }
  body.advent2020 .btn.btn-secondary:hover {
    border: 2px #103970 solid;
    color: #103970;
    background: transparent;
    transform: none;
  }
}
@media (max-width: 767px) {
  body.advent2020 .btn {
    height: 50px;
    padding: 0px 15px;
    font-size: 16px;
    line-height: 50px;
    font-weight: 700;
    min-width: 210px;
  }
}
body.advent2020 .page-header {
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#e5f1f5+0,a6ddf0+100 */
  background: #e5f1f5;
  /* Old browsers */
  background: -moz-linear-gradient(top, #e5f1f5 0%, #a6ddf0 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #e5f1f5 0%, #a6ddf0 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #e5f1f5 0%, #a6ddf0 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#e5f1f5", endColorstr="#a6ddf0",GradientType=0 );
  /* IE6-9 */
  background-image: url("../gfx/background/header2.jpg");
  background-position: center -100px;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0px;
}
body.advent2020 .page-header .col-12 {
  padding: 20px 15px;
  height: auto;
  min-height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body.advent2020 .page-header .col-12.direction-row {
  flex-direction: row;
}
body.advent2020 .page-header .col-12 h1 {
  margin: 0px;
  padding: 0px;
  color: #103970;
  letter-spacing: -1px;
  font-size: 48px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
}
body.advent2020 .page-header .col-12 p {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 700;
  color: #007cc6;
  margin-bottom: 0px;
  padding-top: 12px;
}
body.advent2020 .page-header .col-12 p .cats {
  text-transform: uppercase;
}
body.advent2020 .page-header .col-12 .btn {
  margin-left: 80px;
  text-transform: uppercase;
  min-width: 280px;
}
@media (max-width: 991px) {
  body.advent2020 .page-header .col-12 {
    height: auto;
    min-height: 150px;
  }
  body.advent2020 .page-header .col-12 h1 {
    font-size: 38px;
  }
  body.advent2020 .page-header .col-12 p {
    font-size: 18px;
  }
  body.advent2020 .page-header .col-12 .btn {
    margin-left: 60px;
  }
}
@media (max-width: 767px) {
  body.advent2020 .page-header {
    background-position: center center;
  }
  body.advent2020 .page-header .col-12 {
    height: auto;
    min-height: 110px;
    padding: 15px 15px;
  }
  body.advent2020 .page-header .col-12 h1 {
    font-size: 27px;
  }
  body.advent2020 .page-header .col-12 p {
    font-size: 16px;
  }
  body.advent2020 .page-header .col-12 .btn {
    display: none;
  }
}
@media (max-width: 530px) {
  body.advent2020 .page-header .col-12 h1 {
    font-size: 25px;
  }
  body.advent2020 .page-header .col-12 p {
    font-size: 14px;
  }
  body.advent2020 .page-header .col-12 .btn {
    display: none;
  }
}
@media (max-width: 380px) {
  body.advent2020 .page-header .col-12 h1 {
    font-size: 20px;
  }
  body.advent2020 .page-header .col-12 p {
    font-size: 13px;
  }
  body.advent2020 .page-header .col-12 .btn {
    display: none;
  }
}
body.advent2020 .product-detail-top {
  padding: 75px 0px 65px 0px;
}
body.advent2020 .product-detail-top .alert {
  width: auto;
  display: block;
}
body.advent2020 .product-detail-top .col-12 h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -1px;
  color: #103970;
  margin-bottom: 30px;
}
body.advent2020 .product-detail-top .col-12 p {
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  margin-bottom: 20px;
  text-align: justify;
  color: #808e9a;
}
body.advent2020 .product-detail-top .col-12 p a {
  color: #00b2ed;
}
body.advent2020 .product-detail-top .col-12.text-center > p:first-of-type {
  text-align: center;
}
body.advent2020 .product-detail-top .img {
  text-align: center;
}
body.advent2020 .product-detail-top .img img {
  max-height: 350px;
}
body.advent2020 .product-detail-top .article {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
body.advent2020 .product-detail-top .article h2 {
  font-size: 37px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -1px;
  color: #103970;
  margin-bottom: 30px;
}
body.advent2020 .product-detail-top .article p {
  text-align: justify;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
  color: #808e9a;
}
@media (max-width: 991px) {
  body.advent2020 .product-detail-top {
    padding: 45px 0px 35px 0px;
  }
  body.advent2020 .product-detail-top .col-sm-5,
body.advent2020 .product-detail-top .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50% !important;
    width: 50% !important;
  }
  body.advent2020 .product-detail-top .col-12 h2 {
    font-size: 32px;
  }
  body.advent2020 .product-detail-top .col-12 p {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  body.advent2020 .product-detail-top {
    padding: 35px 0px 30px 0px;
  }
  body.advent2020 .product-detail-top .col-sm-5,
body.advent2020 .product-detail-top .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100% !important;
    width: 100% !important;
  }
  body.advent2020 .product-detail-top .col-12 h2 {
    font-size: 28px;
  }
  body.advent2020 .product-detail-top .col-12 p {
    font-size: 18px;
  }
  body.advent2020 .product-detail-top .col-12 > br {
    display: none;
  }
  body.advent2020 .product-detail-top .col-sm-5 .img {
    text-align: center;
    margin-bottom: 12px;
  }
  body.advent2020 .product-detail-top .col-sm-5 .img img {
    max-width: 50%;
  }
  body.advent2020 .product-detail-top .article h2 {
    font-size: 28px !important;
    margin-bottom: 15px;
  }
  body.advent2020 .product-detail-top .col-12 p {
    font-size: 16px;
  }
}
body.advent2020 .login-form form {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -7px;
  margin-bottom: 20px;
}
body.advent2020 .login-form form p {
  text-align: center;
  color: #103970 !important;
  display: block;
  width: 100%;
  margin-left: 7px;
  margin-bottom: 10px;
}
body.advent2020 .login-form form p a {
  color: #103970 !important;
  text-decoration: underline;
}
body.advent2020 .login-form form p a:hover {
  text-decoration: none;
}
body.advent2020 .login-form form input[type=submit] {
  cursor: pointer;
  align-self: center;
  justify-self: center;
  /*margin:auto;*/
  max-width: 250px;
  min-width: 250px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 400;
  margin-bottom: 10px;
  transition: all 0.25s linear;
}
body.advent2020 .login-form form input[type=submit]:hover {
  transform: scale(1.1);
}
body.advent2020 .login-form form .form-item.form-item-1 + p {
  padding-top: 10px;
}
body.advent2020 .login-form form .alert {
  width: calc(100% - 14px);
  margin-left: 7px;
}
body.advent2020 .login-form form .form-item {
  padding: 0px 7px;
  margin-bottom: 14px;
  position: relative;
}
body.advent2020 .login-form form .form-item.form-item-2 {
  width: 50%;
}
body.advent2020 .login-form form .form-item.form-item-3 {
  width: 33.33%;
}
body.advent2020 .login-form form .form-item.form-item-3 {
  width: 25%;
}
body.advent2020 .login-form form .form-item.form-item-1 {
  width: 100%;
}
body.advent2020 .login-form form .form-item.form-item-submit {
  width: 100%;
  margin-bottom: 5px;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-top: -15px;
}
body.advent2020 .login-form form .form-item.form-item-filters {
  width: 100%;
  padding-top: 15px;
}
body.advent2020 .login-form form .form-item.form-item-filters > p {
  font-weight: 700;
  font-size: 21px;
}
body.advent2020 .login-form form .form-item ::-webkit-input-placeholder {
  /* Edge */
  color: #007cc6;
}
body.advent2020 .login-form form .form-item :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #007cc6;
}
body.advent2020 .login-form form .form-item ::placeholder {
  color: #007cc6;
}
body.advent2020 .login-form form .form-item input[type=text],
body.advent2020 .login-form form .form-item input[type=email],
body.advent2020 .login-form form .form-item input[type=tel],
body.advent2020 .login-form form .form-item input[type=password] {
  width: 100%;
  height: 62px;
  border: 1px #103970 solid;
  padding: 0px 15px;
  color: #007cc6;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  background: transparent;
  border-radius: 0px;
  line-height: normal;
}
body.advent2020 .login-form form .form-item input[type=radio] {
  width: 25px;
  height: 25px;
  position: relative;
  top: 5px;
  margin-right: 7px;
}
body.advent2020 .login-form form .form-item textarea {
  width: 100%;
  height: 140px;
  resize: none;
  border: 1px #103970 solid;
  padding: 11px 15px;
  color: #007cc6;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 400;
  background: transparent;
  border-radius: 0px;
}
body.advent2020 .login-form form .form-item select {
  width: 100%;
  height: 62px;
  border: 1px #103970 solid;
  padding: 0px 15px;
  color: #007cc6;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  background: transparent;
}
body.advent2020 .login-form form .form-item.error input[type=text],
body.advent2020 .login-form form .form-item.error input[type=email],
body.advent2020 .login-form form .form-item.error input[type=password],
body.advent2020 .login-form form .form-item.error textarea {
  border: 3px #af1101 solid;
  color: #af1101;
}
body.advent2020 .login-form form .form-item.error ::-webkit-input-placeholder {
  /* Edge */
  color: #af1101;
}
body.advent2020 .login-form form .form-item.error :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #af1101;
}
body.advent2020 .login-form form .form-item.error ::placeholder {
  color: #af1101;
}
body.advent2020 .login-form form .form-item.error .error-message {
  background: #af1101;
  color: #fff;
  display: inline-block;
  padding: 10px 15px;
  font-size: 22px;
  line-height: 1.1;
  font-weight: 700;
  position: absolute;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 7px;
  z-index: 55;
  margin-top: 5px;
}
@media (max-width: 1024px) {
  body.advent2020 .login-form form input[type=submit]:hover {
    transform: none !important;
  }
}
@media (max-width: 991px) {
  body.advent2020 .login-form form .form-item select {
    font-size: 17px;
  }
  body.advent2020 .login-form form .form-item input[type=text], body.advent2020 .login-form form .form-item input[type=email], body.advent2020 .login-form form .form-item input[type=tel], body.advent2020 .login-form form .form-item input[type=password] {
    font-size: 17px;
  }
  body.advent2020 .login-form form .form-item textarea {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  body.advent2020 .login-form form .form-item select {
    height: 52px;
    font-size: 16px;
    padding: 0px 11px;
  }
  body.advent2020 .login-form form .form-item input[type=text], body.advent2020 .login-form form .form-item input[type=email], body.advent2020 .login-form form .form-item input[type=tel], body.advent2020 .login-form form .form-item input[type=password] {
    height: 52px;
    font-size: 16px;
  }
  body.advent2020 .login-form form .form-item textarea {
    font-size: 16px;
  }
  body.advent2020 .login-form form [data-class=wpcf7cf_group] [data-class=wpcf7cf_group],
body.advent2020 .em-booking.css-booking form.em-booking-form .em-booking-form-details > p,
body.advent2020 .login-form form .form-item.form-item-2 {
    width: 100%;
  }
  body.advent2020 .login-form form .form-item.form-item-filters .wpcf7-form-control-wrap,
body.advent2020 .login-form form .form-item.form-item-filters .wpcf7-form-control,
body.advent2020 .login-form form .form-item.form-item-filters .buttonset {
    display: block;
    text-align: left;
    margin-bottom: 0px;
  }
  body.advent2020 .login-form form .form-item.form-item-filters .wpcf7-form-control-wrap label,
body.advent2020 .login-form form .form-item.form-item-filters .wpcf7-form-control label,
body.advent2020 .login-form form .form-item.form-item-filters .buttonset label {
    display: block;
    text-align: left;
    margin-bottom: 15px !important;
  }
  body.advent2020 .demand-form .container > .row > div,
body.advent2020 .page-contacts-form .container > .row > div {
    padding: 0px 17px;
  }
  body.advent2020 .login-form form .form-item {
    padding: 0px 0px;
  }
  body.advent2020 .login-form form {
    margin: 0px 0px;
    margin-bottom: 20px;
  }
  body.advent2020 .login-form form .alert {
    margin-left: 0px;
    width: 100%;
  }
  body.advent2020 .login-form form p,
body.advent2020 .login-form form input[type=submit] {
    margin-left: auto;
  }
}
@media (max-width: 580px) {
  body.advent2020 .login-form form .form-item {
    padding: 0px 0px;
  }
  body.advent2020 .demand-form .container > .row > div,
body.advent2020 .page-contacts-form .container > .row > div {
    padding: 0px 12px;
  }
  body.advent2020 .login-form form {
    margin: 0px 0px;
    margin-bottom: 20px;
  }
}
body.advent2020 .product-detail-info,
body.advent2020 .hp-intro {
  padding: 65px 0px;
  overflow: hidden;
}
body.advent2020 .product-detail-info .intro h2,
body.advent2020 .hp-intro .intro h2 {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: -1px;
  color: #103970;
  margin-bottom: 30px;
}
body.advent2020 .product-detail-info .intro p,
body.advent2020 .hp-intro .intro p {
  font-size: 17px;
  line-height: 1.4;
  font-weight: 400;
  color: #808e9a;
}
body.advent2020 .product-detail-info .article,
body.advent2020 .hp-intro .article {
  padding: 20px 0px;
  margin-bottom: 20px;
  text-align: center;
}
body.advent2020 .product-detail-info .article .img,
body.advent2020 .hp-intro .article .img {
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
body.advent2020 .product-detail-info .article .img img,
body.advent2020 .hp-intro .article .img img {
  max-width: 50%;
  max-height: 100%;
}
body.advent2020 .product-detail-info .article h3,
body.advent2020 .hp-intro .article h3 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
  color: #103970;
  margin-bottom: 24px;
}
body.advent2020 .product-detail-info .article p,
body.advent2020 .hp-intro .article p {
  font-size: 17px;
  line-height: 1.5;
  font-weight: 400;
  color: #808e9a;
}
body.advent2020 .product-detail-info .article p a,
body.advent2020 .hp-intro .article p a {
  color: #00b2ed;
}
body.advent2020 .product-detail-info .article p .icon,
body.advent2020 .hp-intro .article p .icon {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  top: 5px;
}
body.advent2020 .product-detail-info .article p .icon.icon-clock,
body.advent2020 .hp-intro .article p .icon.icon-clock {
  background: transparent url("../gfx/icon/hp2020-clock.png") center center no-repeat;
  background-size: contain;
  width: 23px;
  height: 24px;
}
body.advent2020 .product-detail-info .article p .icon.icon-download,
body.advent2020 .hp-intro .article p .icon.icon-download {
  background: transparent url("../gfx/icon/hp2020-download.png") center center no-repeat;
  background-size: contain;
  width: 22px;
  height: 24px;
}
body.advent2020 .product-detail-info.grey,
body.advent2020 .hp-intro.grey {
  background: #edf4f7;
  padding-bottom: 20px;
}
body.advent2020 .product-detail-info {
  background: #edf4f7;
}
body.advent2020 .product-detail-info .container .row,
body.advent2020 .hp-intro .container .row {
  margin: 0px -50px;
}
body.advent2020 .product-detail-info .container .row .col-12,
body.advent2020 .product-detail-info .container .row .col-md-3,
body.advent2020 .hp-intro .container .row .col-12,
body.advent2020 .hp-intro .container .row .col-md-3 {
  padding: 0px 50px;
}
@media (max-width: 1150px) {
  body.advent2020 .product-detail-info .container .row, body.advent2020 body.advent2020 .hp-intro .container .row {
    margin: 0px 25px;
  }
  body.advent2020 .product-detail-info .container .row .col-md-8 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 50% !important;
    margin-left: 0px !important;
  }
  body.advent2020 .product-detail-info .container .row .col-md-4 {
    -ms-flex: 0 0 50% !important;
    flex: 0 0 50% !important;
    max-width: 50% !important;
    width: 50% !important;
    margin-left: 0px !important;
  }
}
@media (max-width: 991px) {
  body.advent2020 .product-detail-info,
body.advent2020 .hp-intro {
    padding: 45px 0px;
  }
  body.advent2020 .product-detail-info .article,
body.advent2020 .hp-intro .article {
    margin-bottom: 10px;
  }
  body.advent2020 .product-detail-info .article .img,
body.advent2020 .hp-intro .article .img {
    height: 80px;
    margin-bottom: 25px;
  }
  body.advent2020 .product-detail-info .article .img img,
body.advent2020 .hp-intro .article .img img {
    max-width: none;
    max-height: 100%;
  }
  body.advent2020 .product-detail-info .container .row .col-md-3,
body.advent2020 .hp-intro .container .row .col-md-3 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 991px) {
  body.advent2020 .product-detail-info .col-12 h2,
body.advent2020 .hp-intro .col-12 h2 {
    font-size: 32px;
    margin-bottom: 15px;
  }
  body.advent2020 .product-detail-info .col-12 p,
body.advent2020 .hp-intro .col-12 p {
    font-size: 20px;
    line-height: 1.4;
    font-weight: 400;
  }
  body.advent2020 .product-detail-info .article h3,
body.advent2020 .hp-intro .article h3 {
    font-size: 26px;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) {
  body.advent2020 {
    /*.hp-intro .container .row > div:last-of-type {
    	padding-top:25px;
    }*/
  }
  body.advent2020 .product-detail-info,
body.advent2020 .hp-intro {
    padding: 35px 0px;
  }
  body.advent2020 .product-detail-info .col-12 h2,
body.advent2020 .hp-intro .col-12 h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  body.advent2020 .product-detail-info .col-12 p,
body.advent2020 .hp-intro .col-12 p {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 400;
  }
  body.advent2020 .product-detail-info .col-12.text-center,
body.advent2020 .hp-intro .col-12.text-center {
    /*padding-top:25px;*/
  }
  body.advent2020 .product-detail-info .article,
body.advent2020 .hp-intro .article {
    padding: 20px 0px 0px 0px;
    margin-bottom: 10px;
  }
  body.advent2020 .product-detail-info .article .img,
body.advent2020 .hp-intro .article .img {
    height: 80px;
    margin-bottom: 20px;
  }
  body.advent2020 .product-detail-info .article .img img,
body.advent2020 .hp-intro .article .img img {
    max-width: none;
    height: 100%;
  }
  body.advent2020 .product-detail-info .article h3,
body.advent2020 .hp-intro .article h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  body.advent2020 .product-detail-info.grey,
body.advent2020 .hp-intro.grey {
    padding-bottom: 30px;
  }
  body.advent2020 .product-detail-info .container .row,
body.advent2020 .hp-intro .container .row {
    margin: 0px 25px;
  }
  body.advent2020 .product-detail-info .container .row .col-md-3,
body.advent2020 .hp-intro .container .row .col-md-3 {
    padding: 0px 25px;
  }
  body.advent2020 .hp-intro a.more {
    margin-top: 25px;
  }
  body.advent2020 .product-detail-info .container .row .col-md-4 {
    -ms-flex: 0 0 100% !important;
    flex: 0 0 100% !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-left: 0px !important;
  }
  body.advent2020 .product-detail-info .intro h2,
body.advent2020 .hp-intro .intro h2 {
    font-size: 26px;
    margin-bottom: 15px;
  }
  body.advent2020 .product-detail-info .article p,
body.advent2020 .hp-intro .article p,
body.advent2020 .product-detail-info .intro p,
body.advent2020 .hp-intro .intro p {
    font-size: 16px;
  }
}
@media (max-width: 500px) {
  body.advent2020 .product-detail-info .article .img, body.advent2020 .hp-intro .article .img {
    /*height:auto;*/
  }
  body.advent2020 .product-detail-info .container .row .col-md-3,
body.advent2020 .hp-intro .container .row .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  body.advent2020 .product-detail-info .article .img img,
body.advent2020 .hp-intro .article .img img {
    max-width: none;
    height: 100%;
  }
}

.container.textpage .article h1 {
  font-size: 30px;
  line-height: 1.3;
  margin-top: 0px;
  margin-bottom: 15px;
  padding-bottom: 21px;
  border-bottom: 1px #666 dotted;
}
.container.textpage .article p {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 0px;
}
.container.textpage .article table {
  width: 100%;
  border: 1px #999 solid;
  border-right: none;
  margin-bottom: 20px;
}
.container.textpage .article table thead tr th {
  background: #007bc3;
  border-right: 1px #fff solid;
  color: #fff;
  padding: 10px 15px;
}
.container.textpage .article table thead tr th:last-of-type {
  border-right: 1px #999 solid;
}
.container.textpage .article table tbody tr td {
  background: #fff;
  border-right: 1px #999 solid;
  padding: 10px 15px;
}
.container.textpage .article table tbody tr td:last-of-type {
  border-right: 1px #999 solid;
}
.container.textpage .article table tbody tr td.type01 {
  border-bottom: 1px #007bc3 solid;
  border-right: 1px #007bc3 solid;
  text-align: center;
  font-size: 35px;
  background: #E9F8FF;
}
.container.textpage .article table tbody tr td.type02 {
  border-right: 1px #007bc3 solid;
  text-align: center;
  font-size: 35px;
  background: #E9F8FF;
}
.container.textpage .article table tbody tr:nth-of-type(even) td {
  background: #efefef;
}
.container.textpage .article table tbody tr.type01 td {
  border-bottom: 1px #007bc3 solid;
}
.container.textpage .article ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  margin-bottom: 15px;
}
.container.textpage .article ul li:before {
  width: 7px;
  height: 7px;
  top: 7px;
}

.row.ticketAlerts .tooltip {
  white-space: normal;
}
.row.ticketAlerts .col-md-12 .list.list-alerts {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  margin: 0px -10px;
}
.row.ticketAlerts .col-md-12 .list.list-alerts li {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.row.ticketAlerts .col-md-12 .list.list-alerts .alert-item {
  padding: 0px 10px;
  padding-bottom: 15px;
  flex: 1;
}
.row.ticketAlerts .col-md-12 .list.list-alerts .alert-item:before {
  display: none;
}
.row.ticketAlerts .col-md-12 .list.list-alerts .alert-item .article {
  padding: 20px 25px 7px 25px;
  border-top: 1px #e1ba81 solid;
  position: relative;
  background: #fef5e6;
  height: 100%;
}
.row.ticketAlerts .col-md-12 .list.list-alerts .alert-item .article .moreLink {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: #e1ba81;
}
.row.ticketAlerts .col-md-12 .list.list-alerts .alert-item .article .moreLink:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 5px;
  border-color: transparent transparent transparent #000;
}
.row.ticketAlerts .col-md-12 .list.list-alerts .alert-item .article .moreLink:hover {
  background: #d2a667;
}
.row.ticketAlerts .col-md-12 .list.list-alerts .alert-item .article p {
  margin-bottom: 0px;
  padding-bottom: 0px;
}
.row.ticketAlerts .col-md-12 .list.list-alerts .alert-item.link .article {
  padding-right: 45px;
}

/*# sourceMappingURL=default.css.map */
