/* Mixins */
@import url("artmetro/ags-artmetro-base.css?v=1604291022");
html {
  width: 100%;
  height: 100%; }

body {
  margin: 0px;
  padding: 0;
  width: 100%;
  min-height: 100%;
  color: #333; }

.header {
  background-color: #FFFFFF;
  width: 100%; }
  .header p {
    margin: 0; }
  .header .header_border {
    clear: both;
    border-bottom: transparent solid 1px;
    background-color: #FFFFFF;
    overflow-y: auto; }

.container > * {
  overflow-y: auto; }
@media (min-width: 768px) and (max-width: 992px) {
  .container {
    width: auto; } }

.navBlock {
  width: 100%;
  background: none;
  border-color: transparent;
  z-index: 1000;
  position: relative; }
  @media (min-width: 768px) {
    .navBlock {
      width: 218px;
      padding: 9px 9px 0 0;
      float: left; }
      .navBlock .navbar-header {
        float: none; }
      .navBlock .navbar-collapse {
        padding: 0px; }
      .navBlock .navbar-brand {
        height: 35px;
        padding: 8px 15px; } }
  .navBlock .navbar-toggle .icon-bar {
    border: 1px solid; }
  .navBlock .navbar-collapse > .nav > li {
    background-color: #fff; }
  .navBlock .navbar-collapse > .nav > li,
  .navBlock .navbar-header {
    width: 100%; }
    @media (min-width: 768px) {
      .navBlock .navbar-collapse > .nav > li,
      .navBlock .navbar-header {
        margin-bottom: 9px;
        border: 1px solid #909090; } }
  .navBlock .navbar-collapse > .nav ul > li {
    border-bottom: solid 1px #d9d9d9;
    margin: 0px;
    cursor: pointer; }
    .navBlock .navbar-collapse > .nav ul > li.sel > a,
    .navBlock .navbar-collapse > .nav ul > li > a:hover {
      background-color: #e6e6e6; }
  .navBlock .navbar-collapse > ul > li > a {
    color: #fff;
    background-color: #7391b9;
    font-weight: bold;
    min-height: 15px;
    font-size: 14px;
    padding-top: 9px;
    padding-bottom: 9px; }
  .navBlock .navbar-header,
  .navBlock .navbar-header a {
    color: #fff;
    font-weight: bold;
    min-height: 15px;
    font-size: 18px; }
  .navBlock .navbar-collapse li > a {
    color: #333; }
  .navBlock .navbar-nav {
    margin-top: 0;
    margin-bottom: 0; }
  .navBlock .login {
    padding: 10px 15px; }
    .navBlock .login table {
      width: 100%; }
  .navBlock .loginLinks {
    padding: 6px 0 12px; }
    .navBlock .loginLinks a {
      display: block;
      padding: 3px 0; }

.page {
  position: relative;
  background-color: #fff;
  min-height: 400px;
  overflow-y: auto; }
  @media (min-width: 768px) {
    .page {
      border: 1px solid #909090;
      margin: 9px 0; } }
  .page .content_header {
    padding: 9px 15px 6px 15px;
    border-bottom: 1px solid #909090; }
  .page .topBtns {
    float: right;
    height: 15px; }
    .page .topBtns .language-icons {
      margin: -4px 0; }
    .page .topBtns .language-icons input {
      -webkit-filter: grayscale(1);
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%);
      filter: gray; }
    .page .topBtns .language-icons input:hover,
    .page .topBtns .language-icons input.active {
      -webkit-filter: none;
      filter: none;
      opacity: 1 !important; }
  .page .page_content {
    padding: 15px;
    margin-bottom: 9px;
    overflow-y: auto; }

#searchResults .group,
#latestCourses .group {
  border-bottom: solid 5px;
  padding: 15px 0 6px 0px;
  margin-bottom: 6px; }
  #searchResults .group div h2,
  #latestCourses .group div h2 {
    margin: 0;
    border: 0; }
  #searchResults .group .c,
  #searchResults .group .e,
  #latestCourses .group .c,
  #latestCourses .group .e {
    cursor: pointer; }
  #searchResults .group .e span.glyphicon-chevron-down:before,
  #latestCourses .group .e span.glyphicon-chevron-down:before {
    content: "\e113"; }

.calendar {
  background-color: #fff;
  border-collapse: initial; }
  .calendar .container-table {
    display: table;
    width: 100%; }
  .calendar .row {
    display: table-row; }
    @media (min-width: 992px) {
      .calendar .row .mday,
      .calendar .row .mday.mdayD,
      .calendar .row .calendarWeeks {
        display: table-cell;
        float: none;
        padding: 3px; } }
  .calendar caption,
  .calendar .caption {
    font-size: 16px;
    font-weight: bold;
    padding: 6px 15px;
    text-align: center;
    color: #333333;
    display: block; }
  .calendar .hdr > div,
  .calendar .calendarWeeks {
    background: #F1F2F4 url(../images/dataTblHdr.png) repeat-x scroll 0 0;
    padding: 4px;
    border: 1px solid;
    border-color: #d3d3d3 #d3d3d3 #d3d3d3 #E7E8EA;
    text-align: center; }
  @media (min-width: 992px) {
    .calendar .calendarWeeks {
      border-top: 0; } }
  .calendar .hdr > div {
    display: none; }
    @media (min-width: 992px) {
      .calendar .hdr > div {
        display: table-cell;
        float: none; } }
  .calendar .mday {
    border-bottom: 1px solid;
    border-color: #d3d3d3 #d3d3d3 #E7E8EA;
    cursor: pointer;
    padding: 0; }
    @media only screen and (min-width: 992px) {
      .calendar .mday {
        border-right-width: 1px;
        border-right-style: solid; } }
    .calendar .mday.mdayD {
      background-color: #e4e4e4;
      display: none; }
      .calendar .mday.mdayD .date {
        color: #888888;
        border-color: #BBB; }
      @media only screen and (min-width: 992px) {
        .calendar .mday.mdayD {
          display: block; } }
    .calendar .mday.mdayS {
      background: #ecedda; }
    .calendar .mday:hover {
      background: #d6e1f0 0 0 repeat-x !important;
      /*background:#e8f5fd url(../images/dataTblRowH.png) 0 0 repeat-x;*/ }
    .calendar .mday .sp {
      float: left; }
      @media (min-width: 992px) {
        .calendar .mday .sp {
          min-height: 90px; } }
    .calendar .mday .item {
      padding: 9px;
      border: 1px solid;
      margin: 9px; }
      .calendar .mday .item:hover {
        background-color: #383838;
        color: #fff; }
      .calendar .mday .item.secondOcc {
        color: #bbb; }
      @media (min-width: 992px) {
        .calendar .mday .item {
          border: 0;
          margin: 0 0 9px 0;
          padding: 0; }
          .calendar .mday .item.secondOcc {
            margin-left: 12px; } }
  .calendar .date {
    padding: 1px 2px 1px 1px;
    margin: 0px 2px 2px 0px;
    border: solid 1px #ccc;
    border-width: 0px 1px 1px 0px;
    font-size: 14px;
    width: 20px; }
    @media (min-width: 992px) {
      .calendar .date {
        font-size: inherit; } }
  .calendar a {
    color: #333333; }
  @media (max-width: 992px) {
    .calendar > .row > div:nth-of-type(even) {
      background-color: #e6e6e6; } }
  @media (min-width: 992px) {
    .calendar .col-md-1:first-child {
      width: 4.8%; }
    .calendar .col-md-1:not(:first-child) {
      width: 13.6%; }
    .calendar .calendarWeeks {
      min-height: 110px; } }
  .calendar .hourR td,
  .calendar .hourR2 td {
    border-color: #FCFCFC #EDEDED #FCFCFC #EDEDED;
    border-style: solid;
    border-width: 1px; }
  .calendar .hourR td {
    border-top-color: #ccc; }
  .calendar .hourR2 td {
    border-top-color: #eee; }
  .calendar .event {
    padding: 6px;
    background: #dcf1fc url(../images/dataTblRowS.png) 0 0 repeat-x;
    border: 1px solid #d8f0fa;
    cursor: pointer; }
    .calendar .event:hover {
      background: #e8f5fd url(../images/dataTblRowH.png) 0 0 repeat-x;
      border-color: #99defd; }
    .calendar .event .occStatusPlanned {
      padding-right: 18px;
      min-height: 16px;
      background: url(../images/StatusPlanned.png) no-repeat top right; }

.coursePackages > div {
  cursor: pointer;
  padding: 10px 0; }
  .coursePackages > div:hover:not(.hdr) {
    background: #f2f5f6;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjVmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGQ3ZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f2f5f6 0%, #c8d7dc 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f5f6), color-stop(100%, #c8d7dc));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2f5f6 0%, #c8d7dc 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2f5f6 0%, #c8d7dc 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2f5f6 0%, #c8d7dc 100%);
    /* IE10+ */
    background: linear-gradient(top, #f2f5f6 0%, #c8d7dc 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 );
    /* IE6-8 */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }
  .coursePackages > div > div:not(:first-child) {
    padding-top: 6px;
    padding-bottom: 6px; }
.coursePackages .alt {
  background-color: #e6e6e6; }
.coursePackages input {
  float: right;
  margin-left: 6px; }
.coursePackages .l {
  text-align: right; }
.coursePackages .t h2 {
  font-size: 18px; }

#eventList > div {
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center;
  padding: 9px;
  margin-left: -9px;
  margin-right: -9px; }
  #eventList > div:hover {
    background: #f2f5f6;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YyZjVmNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjOGQ3ZGMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f2f5f6 0%, #c8d7dc 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2f5f6), color-stop(100%, #c8d7dc));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f2f5f6 0%, #c8d7dc 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f2f5f6 0%, #c8d7dc 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f2f5f6 0%, #c8d7dc 100%);
    /* IE10+ */
    background: linear-gradient(top, #f2f5f6 0%, #c8d7dc 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 );
    /* IE6-8 */
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px; }
  #eventList > div .pkgCourseHead {
    margin-bottom: 5px; }
  #eventList > div input {
    margin: 1px 3px 1px 0;
    flex-shrink: 0;
    float: left; }
    #eventList > div input.btn {
      float: right;
      height: 2.5em;
      margin-right: 16px; }

.wrapperLeft,
.wrapperRight {
  padding-bottom: 12px; }

.primaryCatBlock {
  float: right;
  font-weight: bold; }

.catBlock {
  float: right;
  padding-bottom: 12px; }

.codeBlock {
  float: left;
  clear: both; }

.occations {
  padding-top: 12px;
  clear: both; }
  .occations p {
    padding: 0px;
    margin: 0px;
    color: #333; }
  .occations h2 {
    border-bottom: solid 5px #636363; }

.attachments {
  padding-top: 12px; }
  .attachments h2 {
    border-bottom: solid 5px #636363; }
  .attachments .item {
    cursor: pointer;
    color: #0000ee;
    text-decoration: underline; }

.courseDetails {
  padding-top: 6px;
  padding-bottom: 6px;
  vertical-align: top;
  font-size: 13px; }

h1.courseInfo {
  font-size: 14px;
  float: left; }

.wrapperLeft h2,
.registrationInfo h2 {
  border-bottom: solid 5px #636363; }

.infoMessage {
  background: #e3e8f3 url("../images/info.png") no-repeat 10px center;
  border: 1px solid #d9d9d9;
  padding: 15px 10px 15px 50px;
  font-size: 14px;
  color: #2d3c6d;
  margin: 10px 0; }

.dataTbl {
  border: 1px solid #d3d3d3;
  border-collapse: separate !important;
  width: 100%; }
  .dataTbl td,
  .dataTbl th {
    padding: 3px 6px 4px 6px;
    text-align: left;
    vertical-align: middle;
    border-color: #d3d3d3;
    border-style: solid;
    border-width: 1px; }
  .dataTbl tr,
  .dataTbl td {
    color: #333;
    border-top: solid 1px #d3d3d3;
    border-bottom: solid 1px #d3d3d3; }
  .dataTbl tr:hover {
    background-color: #D6E1F0 !important; }
  .dataTbl tr.row::before {
    display: none; }
  .dataTbl tr.row:nth-child(odd) {
    background-color: #FFF; }
  .dataTbl tr.row:nth-child(even) {
    background-color: #e6e6e6; }
  .dataTbl .hdr th,
  .dataTbl .hdr td {
    background: #DCDCDC;
    border-color: #D5D5D5;
    border-style: solid;
    border-width: 1px; }
    .dataTbl .hdr th a,
    .dataTbl .hdr td a {
      color: #333; }
  .dataTbl .row td,
  .dataTbl .rowAlt td {
    border-color: #FCFCFC #FFFFFF #FCFCFC #EDEDED; }
  .dataTbl .rowSel td {
    background-color: #ECEDDA;
    /*    background:#dcf1fc url(../images/dataTblRowS.png) 0 0 repeat-x;
    	border-top-color:#99defd;
    	border-bottom-color:#99defd;*/ }
  .dataTbl .rowFoot td {
    /* background:#f1fbfe url(../images/dataTblRowF.png) 0 0 repeat-x;*/
    border-top: 1px solid #9db6c5; }
  .dataTbl .rowDisabled {
    font-style: italic;
    color: #ccc; }
  .dataTbl .group th {
    background: #fff url(../images/dataTblGroup.png) 0 center repeat-x;
    color: #003399;
    cursor: pointer;
    border: 0; }
  .dataTbl .group:hover th, .dataTbl .group:hover th span, .dataTbl .group:hover th div {
    background-color: #e8f5fd;
    border-top-color: #d8f0fa;
    border-bottom-color: #d8f0fa; }
  .dataTbl .group th div {
    float: right;
    width: 21px;
    background-color: #fff;
    background-position: center center;
    background-repeat: no-repeat; }
  .dataTbl .group th.c div {
    background-image: url(../images/dataTblGroupArrowUp.png); }
  .dataTbl .group th.e div {
    background-image: url(../images/dataTblGroupArrowDown.png); }
  .dataTbl .group th span {
    background-image: none;
    background-color: #fff;
    padding-right: 6px;
    margin-left: -6px; }
  .dataTbl .group th span span {
    margin-left: 6px;
    padding-right: 0px; }
  .dataTbl .group th span span img {
    border: none;
    vertical-align: text-bottom;
    padding-right: 6px; }

#searchBar {
  padding-bottom: 9px; }
  #searchBar #btnSearch,
  #searchBar #btnShowAll {
    height: 28px; }

@media (min-width: 768px) {
  .form-table {
    display: table;
    table-layout: fixed; }
    .form-table > .form-group {
      display: table-row; }
    .form-table > .form-group > div {
      padding-bottom: 6px; }
    .form-table > .form-group > label {
      display: table-cell;
      padding: 6px 6px 6px 0;
      vertical-align: top; }
    .form-table > .form-group select {
      min-width: 147px; } }

.lngDialog {
  position: absolute;
  top: 15px;
  right: 35px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #333;
  font-size: 12px;
  padding: 5px 5px 5px 5px; }
  .lngDialog .closebtn {
    position: absolute;
    right: 3px;
    top: 3px; }
  .lngDialog .chooseLng {
    margin-right: 15px; }

.dialog_content {
  padding: 15px;
  overflow-y: auto;
  background-color: #fff; }

#upForm, #upButtons {
  padding: 15px; }

.buttons {
  background-color: #fff;
  padding: 3px 4px 3px 0;
  text-align: right;
  zoom: 1;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex; }
  .buttons > *,
  .buttons input {
    flex-grow: 1;
    margin-left: 4px; }
    @media (max-width: 768px) {
      .buttons > *,
      .buttons input {
        padding-left: 1px;
        padding-right: 1px;
        white-space: inherit; } }
  .buttons span {
    flex-shrink: 4; }
  @media (min-width: 768px) {
    .buttons {
      position: relative;
      display: block; } }

.bigButton {
  display: block;
  margin: 10px 0;
  padding: 8px 24px;
  position: relative;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.22);
  white-space: nowrap;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.29), inset 1px 1px 1px rgba(255, 255, 255, 0.44);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.29), inset 1px 1px 1px rgba(255, 255, 255, 0.44);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.29), inset 1px 1px 1px rgba(255, 255, 255, 0.44);
  -webkit-transition: all 0.15s ease;
  -moz-transition: all 0.15s ease;
  -o-transition: all 0.15s ease;
  -ms-transition: all 0.15s ease;
  transition: all 0.15s ease;
  zoom: 1; }
  .bigButton.smaller {
    margin: 0px;
    font-size: 12px;
    padding: 4px 10px; }
  .bigButton:hover {
    -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.29), inset 0px 0px 2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.29), inset 0px 0px 2px rgba(0, 0, 0, 0.5);
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.29), inset 0px 0px 2px rgba(0, 0, 0, 0.5); }
  .bigButton:active {
    -webkit-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.8);
    box-shadow: inset 0px 0px 3px rgba(0, 0, 0, 0.8); }
  .bigButton.green {
    color: #3e5706;
    background: #a5cd4e;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2E1Y2Q0ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM2YjhmMWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a5cd4e), color-stop(100%, #6b8f1a));
    background: -webkit-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
    background: -o-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
    background: -ms-linear-gradient(top, #a5cd4e 0%, #6b8f1a 100%);
    background: linear-gradient(to bottom, #a5cd4e 0%, #6b8f1a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5cd4e', endColorstr='#6b8f1a',GradientType=0 ); }
  .bigButton.blue {
    color: #fff;
    background: #89aedd;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzg5YWVkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM1ZDc1OTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #89aedd 0%, #5d7595 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #89aedd), color-stop(100%, #5d7595));
    background: -webkit-linear-gradient(top, #89aedd 0%, #5d7595 100%);
    background: -o-linear-gradient(top, #89aedd 0%, #5d7595 100%);
    background: -ms-linear-gradient(top, #89aedd 0%, #5d7595 100%);
    background: linear-gradient(to bottom, #89aedd 0%, #5d7595 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89aedd', endColorstr='#5d7595',GradientType=0 ); }
  .bigButton.gray {
    color: #515151;
    background: lightgray;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QzZDNkMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YThhOGEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, lightgray 0%, #8a8a8a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, lightgray), color-stop(100%, #8a8a8a));
    background: -webkit-linear-gradient(top, lightgray 0%, #8a8a8a 100%);
    background: -o-linear-gradient(top, lightgray 0%, #8a8a8a 100%);
    background: -ms-linear-gradient(top, lightgray 0%, #8a8a8a 100%);
    background: linear-gradient(to bottom, lightgray 0%, #8a8a8a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d3d3d3', endColorstr='#8a8a8a',GradientType=0 ); }

body.popup .navBlock,
body.popup #PageHeader_header,
body.popup #upForm {
  display: none; }
body.popup .page {
  position: static;
  margin: 6px; }

.modal-content {
  border-radius: 0; }

.modal-header,
.modal-body,
.modal-footer {
  padding: 9px 15px; }
  .modal-header h2,
  .modal-body h2,
  .modal-footer h2 {
    border: 0; }

#modalBox {
  position: fixed;
  top: 20%;
  left: 50%;
  padding: 12px;
  background-color: #fff;
  border: outset 2px;
  z-index: 1040;
  width: 250px;
  margin-left: -125px; }

.nav-pills {
  display: flex; }
  .nav-pills > li {
    border: 1px solid transparent;
    outline: 1px solid transparent;
    margin: 1px; }
    @media (max-width: 992px) {
      .nav-pills > li {
        flex-grow: 1;
        text-align: center; } }
    .nav-pills > li.active {
      background-color: #647db6;
      border-color: #647db6;
      outline-color: #323f5b; }
      .nav-pills > li.active:hover {
        background-color: #556a9b;
        border-color: #e3e8f3;
        outline-color: #556a9b; }
      .nav-pills > li.active a,
      .nav-pills > li.active a:hover,
      .nav-pills > li.active a:focus {
        background-color: transparent; }
    .nav-pills > li a:hover {
      border-radius: 0; }

.form-inline .form-control.btn {
  padding: 6px 12px; }

.form-checkbox,
.form-radio {
  border: 0; }

.table-responsive {
  border: 0; }
  @media (max-width: 768px) {
    .table-responsive {
      padding-left: 0;
      padding-right: 0; } }

.alert {
  border-radius: 0; }

.row:before {
  content: initial; }

label input[type="checkbox"],
label input[type="radio"] {
  position: inherit;
  width: auto;
  height: auto; }

.checkbox > input[type="checkbox"],
.radio > input[type="radio"] {
  margin-left: 0;
  margin-top: 1px; }

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

.h1, h1 {
  font-size: 18px;
  margin: 0px;
  padding: 0px; }

.h2, h2 {
  margin: 0px 0px 6px 0px;
  padding: 0px;
  font-size: 14px;
  border-bottom: solid 1px #636363; }

select,
textarea,
input,
table,
td,
th {
  font-size: 11px !important;
  font-family: Arial, Verdana, sans-serif !important; }

img {
  max-width: 100%;
  height: auto; }

table th {
  font-weight: normal; }

.nw {
  white-space: nowrap; }

.sc {
  overflow: auto; }

.w-100 {
  width: 100%; }

.inputWrapper {
  padding-right: 6px; }

.inputWrapper input {
  width: 100%; }

.selectWrapper {
  padding-right: 0px; }

.selectWrapper select {
  width: 100%; }

.txtWrapper {
  padding-right: 6px; }

.txtWrapper textarea {
  width: 100%;
  margin: 0; }

.requiredField input,
.requiredField select {
  border-color: Red;
  background-color: lemonchiffon; }

.requiredField label {
  color: Red; }

.infoBox {
  background-color: #e3e8f3;
  border: 1px solid #d9d9d9;
  padding: 30px;
  font-size: 14px;
  color: #2d3c6d;
  position: absolute;
  position: fixed;
  width: 250px;
  bottom: 35px;
  left: 50%;
  margin-left: -125px;
  text-align: center; }

.calendar .listRow td,
.calendar .listRow th {
  border-top: solid 1px #ccc; }

.calendar .listRow th {
  border-right: solid 1px #eee;
  padding: 2px; }

.calendar .listRow td {
  padding: 2px; }

.calendar .listRow td div {
  margin-bottom: 2px; }

.calendar .listRow .event {
  padding: 0 6px; }

.artCalDatePart {
  float: right;
  white-space: nowrap; }

.artCalTimePart {
  float: right;
  padding-left: 6px;
  white-space: nowrap; }

.artCalTimePart.calToolMode {
  margin-right: 18px; }

.calendar .spinBtn {
  float: right; }

.calendar .spinBtn.calToolMode {
  margin-left: -18px; }

/*.calendar .in4 {width: 26px; margin-right:1px; }*/
.calendar .in4 {
  width: 2.5em;
  margin-right: 1px; }

.calendar .in2 {
  width: 1.3em;
  margin-left: 1px;
  margin-right: 1px; }

.calendar .in3 {
  width: 1.8em;
  margin-left: 1px;
  margin-right: 1px;
  text-align: right; }

.calendar input {
  background-color: Transparent;
  border-style: none !important;
  padding: 0 !important;
  border-width: 0px;
  font-size: 1em; }

.calendar img {
  margin: -1px 0 -1px 6px;
  vertical-align: middle;
  cursor: pointer; }

.rade_button_text,
.RadCalendarTimeView_Vista a {
  width: auto !important;
  /* Telerik Skin fix */ }

.rdfd_ {
  display: none !important; }

.disabled .spinBtn {
  height: 7px;
  width: 15px; }

.disabled .spinBtn a {
  display: none; }

.spinBtn {
  padding-top: 0px; }

.spinBtn a {
  display: block;
  background: transparent url(../images/spinBtnLarge.png) no-repeat scroll 0 0;
  height: 7px;
  line-height: 7px;
  margin: 0 1px;
  width: 15px;
  overflow: hidden;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-indent: -2222px; }

.spinBtn a.up {
  background-position: 3px 2px; }

.spinBtn a.up:hover {
  background-position: 3px -47px; }

.spinBtn a.down {
  background-position: 3px -98px;
  margin-top: 0; }

.spinBtn a.down:hover {
  background-position: 3px -147px; }

.RadPicker_Vista input,
.RadInput_Vista input,
.radInput_Vista input {
  border-width: 1px !important;
  padding: 2px !important; }

#appList {
  background-color: #fff;
  padding: 10px;
  border: 1px solid #909090;
  margin-bottom: 9px; }

.occations ul {
  padding: 0;
  margin-top: 6px; }

.occations li {
  list-style-type: none;
  padding: 3px 6px; }

#userInfo {
  padding: 6px 12px;
  background-color: #FCFCFC;
  margin: 0px -12px 12px -12px;
  border-color: #A7BAC5;
  border-style: solid;
  border-width: 1px 0;
  color: #333333;
  position: absolute;
  bottom: 12px; }

.occation {
  padding: 6px;
  background-color: #FCFCFC;
  border: 1px solid #A7BAC5;
  color: #333;
  margin-bottom: 12px; }

.hide {
  display: none; }

.modalLoginBox {
  position: fixed;
  z-index: 1050; }

.modalLoginBox #Navigation1_Login1_UserName {
  width: 220px !important; }

.modalLoginBox #Navigation1_Login1_Password {
  width: 220px !important; }

#loginBox h2 {
  position: relative; }

#loginBox h2 a {
  position: absolute;
  right: 6px;
  text-decoration: none;
  color: #fff;
  display: none; }

#loginBox.modalLoginBox h2 a {
  display: inline; }

body .nav .engine-logo {
  display: none; }

@media (min-width: 768px) {
  .engine-logo {
    display: block !important;
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important; }
    .engine-logo a {
      width: 100%;
      height: 40px;
      background: url("../Images/powered-by-astrakan.png") no-repeat right 6px bottom 1px !important;
      background-size: auto; } }
/*
input +span[id^="rfv"] { visibility: visible !important; }

input +span[id^="rfv"]:before { content: "*"; }
*/
.navbar-header, .content_header {
  background: #515151;
  /* for non-css3 browsers */
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#373737',endColorstr='#6c6c6c');
  /* for IE */
  background: -webkit-gradient(linear, left top, left bottom, from(#373737), to(#6c6c6c));
  /* for webkit browsers */
  background: -moz-linear-gradient(top, #373737, #6c6c6c);
  /* for firefox 3.6+ */ }

.btn-default,
.nav-pills > li.active {
  background-color: #7391b9 !important;
  outline-width: 0; }

.navBlock .navbar-collapse > ul > li > a {
  background: #7391b9;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5d7595',endColorstr='#89aedd');
  background: -webkit-gradient(linear, left top, left bottom, from(#5d7595), to(#89aedd));
  background: -moz-linear-gradient(top, #5d7595, #89aedd); }

/*# sourceMappingURL=StyleSheet.css.map */
