/* Minification failed. Returning unminified contents.
(2643,3): run-time error CSS1062: Expected semicolon or closing curly-brace, found '@include'
 */
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  /*position: relative;*/
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
    position:relative;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.win-commandingsurface .win-commandingsurface-actionarea {
  background: none !important;
}
body, html {
    margin:0px;
    padding:0px;
    height:100%;
    overflow-y:hidden;
}
ul:empty::after{
  content: attr(data-empty-message);
}
.supportDoc {
    margin-top: -10px !important;
}
.btnAltPrincipal {
    width:150px;
    height:40px;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.dashboardButton {
    width:100px;
}

.popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 75%;
  height: 450px;
  position: relative;
  transition: all 5s ease-in-out;
}
.provGuide {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 75%;
  height: 450px;
  position: relative;
  transition: all 5s ease-in-out;
}
.invoicePopup {
  margin: 20% auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 290px;
  height: 150px;
  position: relative;
  transition: all 5s ease-in-out;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: gray !important;
  font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
  color: gray !important;
  font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
 color: gray !important;
  font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
  color: gray !important;
  font-style: italic;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.provGuide h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.provGuide .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.closePopup {
  position: absolute;
  left: 130px;
  transition: all 200ms;
  font-size: 13px;
  text-decoration: none;
  padding-top:5px;
  color: #333;
}
#invoicePopupIcon {
 float:left;
 margin:5px;

}
#invoicePopupMessage {
    margin-bottom:10px;
}
.invoicePara
{
    font:  normal Arial, Helvetica, sans-serif;
    color: #275d9b;
}
.submitPopup {
   position: absolute;
    left:60px;
    padding-top:4px;
}
.suppDocContext {
    width: 100%;
    height:50vh;
}

.popup .close:hover {
  color: #06D85F;
}

@media screen and (max-width: 700px){
  .box{
    width: 70%;
  }
  .popup{
    width: 70%;
  }
}
div.upload {
     background-repeat: no-repeat;
    background-color: #547dab !important;
    background-image: url('upload-cloud-512px.svg');
    font-size: 13px !Important;
    background-position: left;
    background-position-x:5px;
    background-size: 25px;
    color: white;
    height: 30px;
    width: 100px;
    font-size: 14px !Important;
    overflow: hidden;
}
div.upload label {
    position: relative;
    padding-left: 40px;
    padding-top: 10px;
    color:white;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    }
.input--textfield {
    border: none;
    color: transparent;
    display: inline-block;
    font-size: 2em;
    width: 100px;
}

.input--textfield:focus {
        outline: none;
}
div.upload input {
    display: block !important;
    height: 40px !important;
    width: 100px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    z-index: -1;
    margin-top: -10px;
    padding-left: 60px;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: 11;
    color : transparent;
}
div.upload inputfocus{
    outline : none;
}
div.upload:hover {
   background-repeat: no-repeat;
    background-color: #275d9b !important;
    background-image: url('upload-cloud-512px.svg');
    font-size: 13px !Important;
    background-position: left;
    background-position-x:5px;
    background-size: 25px;
    color: white;
    height: 30px;
    width: 100px;
    font-size: 14px !Important;
    overflow: hidden;
}
.Nunput {
    display: block !important;
    height: 30px !important;
    width: 80px !important;
    opacity: 0 !important;
    overflow: hidden !important;
    z-index: -1;
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.Menu,.Menu .MenuItem a ,MenuItem a {
           margin:0px;
           padding:0px;
           list-style-type:none;
       }
.Menu {
           height:calc(100% - 135px);
           height:-webkit-calc(100% - 135px);
           height:-moz-calc(100% - 135px);
           background:White;
           width:235px;
           border-right:1px solid #275d9b;
           position:absolute;
           padding-left:0px;
         
       }
.MenuItem  a{
           display:inline-block;
           width:100%;
           padding:15px 0px 15px 0px !important;
           text-indent:15px;
           border-bottom:1px solid white;
           
  text-indent:45px;
           font:  normal 14px/150% Arial, Helvetica, sans-serif;
       }
.MenuItem a:hover {
           background:#f0f3f7;
           cursor:pointer;
}
.Menu,.Menu .MenuItem button ,MenuItem button {
           margin:0px;
           padding:0px;
           list-style-type:none;
       }

.MenuItem  button{
           display:inline-block;
           width:100%;
           padding:15px 0px 15px 0px !important;
           text-indent:15px;
           border-bottom:1px solid white;
           
  text-indent:45px;
           font:  normal 14px/150% Arial, Helvetica, sans-serif;
       }
.MenuItem button:hover {
           background:#f0f3f7;
           cursor:pointer;
}
.requiredField {
    color:#698fc0;
}
@media only screen and (max-width: 505px) {
    .Menu {
        display:none;
        width:100%;
    }
    .NavSelectWrapper {
        display:none;
    }
}

.banner {
  background: white;
  height: 85px;
}
.logo {
    background: url(../Images/Logo.svg);
  background-repeat: no-repeat;
  height: 85px;
  width: 445px;
  float: right;
  background-size: 100% 100%;   
}
@media only screen and (max-width: 479px) {
    .logo {
        width: 100%;
    }
}
.InvoiceBody {
    margin: auto;
    width: 65%;
    padding: 10px;
}
.invoiceLogo {
  background: url(../Images/Logo.svg);
  background-repeat: no-repeat;
  height: 75px;
  padding-right:20px;
  background-size: 445px;
}
.invoicePDFLogo {
  background: url(../Images/IconLogoInv.svg);
  background-repeat: no-repeat;
  height: 75px;
  background-size: 445px;
  margin-top:-25px;
  margin-left:-15px;
}
.invoiceSpan {
    color:#275d9b;
    font-weight: bold; 
    font-size:16px 
}
#invoiceTable table {
    border-collapse: collapse;
}

#invoiceTable th, td {
    text-align: left;
    padding: 8px;
}
.InvoiceDetailTab td {
    width:35.3%;
    padding:4px;
}
.tableHeader td{
    padding:4px;
    width:35.3%;
    background-color: #275d9b;
    border-radius: 2px;
    color: white;
    text-align: center !important;
    font-weight: bold
}
.tableFooter td{
    padding:4px;
     width:35.3%;
    border-radius: 2px;
    color: white;
    text-align: center !important;
    font-weight: bold
}
.tableFooter td:nth-child(4){background-color: #275d9b}

.quantityText {
    text-align:center;
}
.amountText {
    text-align:right;
}
.InvoiceDataTab{ 
    width:100%;
    margin: auto;
    padding: 10px;
}

.InvoiceDataTab td {
    width:25%;
}
.InvoiceDataFooterTab{ 
    width:100%;
    margin: auto;
    padding: 10px;
}

.InvoiceDataFooterTab td {
    width:25%;
}
.InvoiceDataTab tr:nth-child(even){background-color: #f2f2f2}




#invoiceTable th {
    background-color: #275d9b;
    border-radius: 2px;
    color: white;
}

.invoiceTable1 th, td {
    text-align: left;
    padding: 4px;
}
.furtherDetails th:nth-child(1){background-color: #fff; color:white;}
.furtherDetails th:nth-child(2){background-color: #fff; color:white;}
.furtherDetails th:nth-child(3){background-color: #fff; color:white;}

.invoiceTable1 th {
    background-color: #275d9b;
    border-radius: 2px;
    color: white;
}
.invoiceTable1 th, td {
    text-align: left;
    padding: 4px;
}

.invoiceDetailsTable th {
    text-align: left;
    padding: 4px;
    width:400px;
}
.invoiceDetailsTable th:nth-child(2){background-color: #fff}
.invoiceDetailsTable th:nth-child(3){background-color: #fff}

.invoiceDetailsTable th {
    border-radius: 2px;
    color: white;
   
}
invoiceDetailsTable td {
   margin-left: 8px;   
}
.bankingDetails {
     background-color: #275d9b;
    border-radius: 2px;
    color: white;
    font-weight: bold;
   padding-right:23px;
   padding-left:5px;

    height:25px;
}
.invoiceAddresss {
    display: inline-block;
    vertical-align: top; /* here */
    
}


/*Navbar*/
/*NavbarItems*/
.navbar {
  height: 50px;
  background: #275d9b;
  display: block;
  width: 100%;
}

.navbarToggle {
        background: #164273 url(../Images/IconMenu.svg);
        background-size:35px;
        background-repeat:no-repeat;
        background-position:5px 8px !important;
        background-position-x:5px;
        background-position-y:8px;
        height:100%;
        width:45px;
}
.navbarToggle:hover{
        cursor:pointer;
         background: #164273 url(../Images/IconMenu.svg);
        background-size:35px;
        background-repeat:no-repeat;
        background-position-x:5px;
        background-position-y:8px;
    }
.navbaritems a{
  display: inline-block;
  background: none;
  height: 50px;
  line-height: 50px;
  white-space: nowrap;
  color: white;
  float: right;
  padding-left: 20px;
  padding-right: 20px;
}
.navbaritems:hover {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  cursor: pointer;
}
.navbaritems a {
  text-decoration: none;
  color: white;
}
.navbarspace {
  height: 50px;
  width: 105px;
}
/*Mobile*/
@media only screen and (max-width: 505px) {
  .navbaritems {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }
  .navbarspace {
    display: none;
  }
}
/*Custom Background*/
.navbar {
  background-image: url(../Images/BannerGoldenCurl.svg) !important;
  background-repeat: no-repeat;
  background-position: 101% 100%;
  background-position-x: 101%;
  background-position-y: 100%;
}
.left {
  float: left !important;
}
.right {
  float: right !important;
}
/*Font Overrides*/
.viewButton {
    margin-top:10px;
    margin-bottom:10px;
    padding-top:4px;
}
.invoiceButtons {
    min-width:160px;
    margin:5px;
    min-width:130px;
}
#Dashboard a{
     background-image: url(../Images/IconDashboard.svg) !important;
     background-repeat:no-repeat;
      background-size:38px;
      background-position:6px 5px !important;
      background-position-x:5px;
      background-position-y:6px;
      color:#275D9B;
}
#Login a{
     background-image: url(../Images/IconSignIn.svg) !important;
     background-repeat:no-repeat;
      background-size:24px;
      background-position:12px 10px !important;
      color:#275D9B;
}
#Logout a{
     background-image: url(../Images/IconSignOut.svg) !important;
     background-repeat:no-repeat;
      background-size:36px;
      background-position:6px 5px !important;
      background-position-x:5px;
      background-position-y:6px;
      color:#275D9B;
}
#Register a{
     background-image: url(../Images/IconRegister.svg) !important;
     background-repeat:no-repeat;
      background-size:20px;
      background-position:20px 16px !important;
      color:#275D9B;
}
#provguideDocs a{
   background-image: url('../Images/IconDocuments.svg')!important;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 14px 15px !important;
    background-position-x: 40px;
    background-position-y: 2px;
    color: #275D9B;
}
#provguideDocs button{
   background-image: url('../Images/IconDocuments.svg')!important;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 14px 15px !important;
    background-position-x: 40px;
    background-position-y: 2px;
    color: #275D9B;
}
#letterOIntentDocs a{
   background-image: url('../Images/IconDocuments.svg')!important;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 14px 15px !important;
    background-position-x: 40px;
    background-position-y: 2px;
    color: #275D9B;
}
#userProfile a{
   background-image: url('../Images/IconProfile.svg')!important;
    background-repeat: no-repeat;
    background-size: 22px;
    background-position: 14px 15px !important;
    background-position-x: 40px;
    background-position-y: 2px;
    color: #FFFFFF;
   
}

#InstitutionDetails  a{
     background-image: url(../Images/IconInstittuion.svg) !important;
     background-repeat:no-repeat;
      background-size:40px;
      background-position:4px 5px !important;
      background-position-x:5px;
      background-position-y:4px;
      color:black;
}

#Messages a{
     background-image: url(../Images/notification.svg) !important;
     background-repeat:no-repeat;
     background-size:30px;
      background-position:10px 10px  !important;
     background-position-x:10px;
     background-position-y:10px;
     color:#275D9B;
}




a {color: #275d9b;
   text-decoration:none;
   font-size:15px;
}


body {
  font-family: Arial, Helvetica, sans-serif;
  color: #070000;
}
h2 {
  color: #275d9b;
  font-size: 24px;
  line-height: 42px;
  font-weight:100;
}
h4 {
  color: #275d9b;
}

h3 {
  color: #716b6b;
  font-size: 11px;
  font-weight:100;
}
h5 {
  color: #716b6b;
  font-weight: lighter;
}
h6 {
  color: #1d1d1d;
  font-weight: lighter;
  font-size: 13px;
}
h7 {
  color: #275d9b;
  font-weight: bolder;
  font-size: 14px;
}
span {
  color: #6d8fbf;
  font-weight: lighter;
  font-size: 12px;
}
h9 {
  color: #716b6b;
  font-weight: lighter;
  font-size: 14px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0px;
}
@media screen and (max-width: 1024px) {
  h5 {
    font-size: 12px;
  }
  h2 {
    color: #6d8fbf;
    font-size: 24px;
    line-height: 42px;
  }
}
@media screen and (max-width: 995px) {
  h5 {
    font-size: 10px;
  }
  h2 {
    color: #6d8fbf;
    font-size: 18px;
    line-height: 28px;
  }
}
@media screen and (max-width: 567px) {
  h5 {
    font-size: 10px;
  }
  h2 {
    font-size: 16px;
    line-height: 18px;
  }
  h7 {
    font-size: 12px;
  }
}
@media screen and (max-width: 481px) {
  h5 {
    font-size: 10px;
  }
  h2 {
    font-size: 17px;
    line-height: 18px;
  }
  h7 {
    font-size: 12px;
  }
}


ul.listView {
  margin: 0px;
  padding: 5px;
}
.listView {
  background-color: #e6e6e6;
  height: 100%;
  overflow-y:auto;
  overflow-x:hidden;
  min-height:125px;
}
ul.NatedlistView {
  margin: 0px;
  padding: 5px;
}

.ListNatedItem {
  background: rgba(255, 255, 255, 0.8);
  border-left: 4px solid #698fc0;
  background-color: white;
  list-style-type: none;
  margin-top:8px;
  min-width:350px;
  display: inline-block;
  vertical-align: middle;
  padding-left:15px;
  padding-top:5px;
  padding-bottom:5px;
   
}
.ListItem-space {
  margin-top: 5px;
}
.ListItem {
  background: rgba(255, 255, 255, 0.8);
  border-left: 4px solid #698fc0;
  background-color: white;
  list-style-type: none;
  margin-top:8px;
  width:100%;
  display: inline-block;
  vertical-align: middle;
  padding-left:15px;
  padding-top:5px;
  padding-bottom:5px;
  top:50%;
   
}
.ListItemsCond {
  list-style-type: none;
  margin-top:8px;
  width:100%;
  display: inline-block;
  vertical-align: middle;
  padding-left:25px;
  padding-top:5px;
  padding-bottom:5px;
  top:50%;
   
}
.ListItem:hover {
  background: rgba(255, 255, 255, 0.8);
  cursor: pointer;
}

.ListItemsingle {
    display:inline-block; line-height:45px; 
}
.ListItemCurrent {
  border-left: 3px solid #d8b86f;
}

.listItemDelete {
  color: #275d9b;
  height: 45px;
  line-height: 45px;
  font-size: 14px;
  text-indent: 15px;
  margin-left: 15px;
}
/*ProgressBar*/
.ProgressBar {
  display: block;
  height: 8px;
  width: 100%;
  background: #d8d8d8;
  padding: 2px;
  border-radius: 4px;
}
.ProgressLoader {
  background: #d8b66e;
  height: 100%;
  width: 60%;
  border-radius: 4px;
}
.Progress {
  width: 60%;
}
.pageContainer {
  margin: 15px 15px 155px 15px;
}
.newContainer {
  flex-grow: 1;
}
.pageHeader {
  display: block;
  height: auto;
}
.pageContent {
  background: none;
  height: calc(89% - 285px);
}
@media screen and (max-height: 720px) {
  .pageContent {
    background: none;
    height: calc(89% - 235px);
    /*overflow-y:scroll;
  overflow-x:hidden;*/
  }
}

.helpWindowStyle {
  display: block;
  background: #ffffff;
  border: 1px solid #275d9b;
}
/*Actual Window*/
.helpWindow {
  display: block;
  background: #ffffff;
  border: 1px solid #275d9b;
  height: 245px;
  width: 245px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  animation: FadeIn;
  animation-duration: 1s;
  position: absolute;
  z-index: 400;
}
/*Arrow*/
.helpWindowPointer {
  display: block;
  background: #ffffff;
  border: 1px solid #275d9b;
  height: 15px;
  width: 15px;
  content: '';
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: 35%;
  left: -8px;
}
.helpWindowPointerRight:after {
  display: block;
  background: #ffffff;
  border: 1px solid #275d9b;
  height: 15px;
  width: 15px;
  content: '';
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: 35%;
  left: -8px;
  border-width: 0px 1px 1px 0px;
  left: calc(100% - ( 15px / 2 ));
  top: calc(50% -( 15px ));
}
.helpWindowPointerLeft:before {
  display: block;
  background: #ffffff;
  border: 1px solid #275d9b;
  height: 15px;
  width: 15px;
  content: '';
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 35%;
  left: -8px;
  border-width: 1px 0px 0px 1px;
  left: calc(0% - (( 15px / 2 ) + 1px ) );
  top: calc(50% -( 15px ));
}
.helpWindowPointerTop:after {
  display: block;
  background: #ffffff;
  border: 1px solid #275d9b;
  height: 15px;
  width: 15px;
  content: '';
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: 35%;
  left: -8px;
  border-width: 1px 1px 0px 0px;
  top: calc(0% - (( 15px / 2 ) + 1px ) );
  left: calc(50% -( 15px / 2 ));
}
.helpWindowPointerBottom:after {
  display: block;
  background: #ffffff;
  border: 1px solid #275d9b;
  height: 15px;
  width: 15px;
  content: '';
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  top: 35%;
  left: -8px;
  border-width: 0px 0px 1px 1px;
  top: calc(100% - ( 15px / 2 ));
  left: calc(50% -( 15px / 2 ));
}

.helpWindowInner {
 height: 155px;
 margin-left: 10px;
 margin-top: -5px;
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
.validationMessage {
  display: none !important;
}
 
Test2017
.CostumvalidationMessage,.field-validation-error {
  color: red !important;
  width: auto;
  background: white;
  float: right;
  position: absolute;
  margin-top: 37px      ;
  margin-right: 15px;
  right: 0px;
  display: block;
  z-index:2;
  font: normal 12px Arial, Helvetica, sans-serif;
  padding: 5px 5px 2px 5px;
  -webkit-box-shadow: 6px 15px 13px -10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 6px 15px 13px -10px rgba(0, 0, 0, 0.2);
  box-shadow: 6px 15px 13px -10px rgba(0, 0, 0, 0.2);
  border: 1px solid #df5050;
  border-bottom: 2px solid #df5050;
}
/*This Adds the arrow*/
.CostumvalidationMessage::after ,.field-validation-error:after{
  content: "";
  display: block;
  background: White;
  position: absolute;
  border-top: 1px solid  #df5050 !important;
  border-right: 1px solid  #df5050 !important;
  top: -6px !important;
  left: calc(93%);
  margin: 0px auto;
  width: 10px;
  height: 10px;
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media only screen and (max-width: 479px) {
    .CostumvalidationMessage, .field-validation-error {
        z-index:1;
    }

}

.field-validation {
  color: red !important;
  background: white;
  float: right;
  border: 1px solid #df5050;
  border-bottom: 2px solid #df5050;
  width:100%;
  text-align: center;
  height:100%;
}
.field-validation-Success {
  color: green !important;
  background: lawngreen;
  float: right;
  border: 2px solid green;
  border-bottom: 2px solid green;
  width:100%;
  text-align: center;
  height:100%;
  padding:5px;
}

.text-danger Span {
    color:red !important;
}

.shadow {
  -webkit-box-shadow: -1px 1px 22px -1px #787878;
  -moz-box-shadow: -1px 1px 22px -1px #787878;
  box-shadow: -1px 1px 22px -1px #787878;
}
.BaseStyle {
  background: #ebecee!important;
  border-radius: 4px;
  display: block !important;
  float: left !important;
  border-style: none;
  border: 1px solid;
  border-color: #d7d7d7 !important;
  color: gray !important;
  font-size: 12px !important;
  text-indent: 5px !important;
  min-height: 25px !important;
}
.BaseStyle {
  width: calc(100% - 4px);
}
/*Form Elements*/
.institutionName input,textarea,select {
  background: white!important;
  border-radius: 4px;
  display: block;
  float: left !important;
  border-style: none;
  border: 1px solid;
  border-color: #d7d7d7 !important;
  color: gray !important;
  font-size: 12px !important;
  text-indent: 5px !important;
  min-height: 25px !important;
  width: calc(100% - 4px);
}

input,
textarea,
select {
  background: #ebecee!important;
  border-radius: 4px;
  display: block;
  float: left !important;
  border-style: none;
  border: 1px solid;
  border-color: #d7d7d7 !important;
  color: gray !important;
  font-size: 12px !important;
  text-indent: 5px !important;
  min-height: 25px !important;
  width: calc(100% - 4px);
}
select {
  font-size: 12px !important;
  margin-top: 0px !important;
  height: 28px !important;
  width: calc(100%);
}
input[type='checkbox'] {
    border-radius: 4px !important;
    height: 2px !important;
    padding: 0px !important;
    margin-left: 8px !important;
    width:45px !important;
    background-color:transparent !Important;
}

span {
  color: #275d9b;
}
label {
  display: inline-block !important;
  vertical-align: middle;
  font-size: 12px;
  color: #6e6e6e;
  width:100% ;
  padding: 4px 5px 5px 0px;
}
.CostumWindate.win-disposable .win-datepicker select.win-datepicker-date {
  background: red !important;
  border: 0px solid !important;
}
/*Win AutoSuggestionBox*/
.win-autosuggestbox-flyout {
  position: absolute;
  top: 100%;
  width: Calc(100% -20px);
  z-index: 100;
  max-height: 374px;
  min-height: 44px;
  overflow: auto;
  -ms-scroll-chaining: none;
  touch-action: none;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.333;
  margin-top: 0px !important;
  background: white !important;
  -webkit-box-shadow: -1px 1px 22px -1px #787878;
  -moz-box-shadow: -1px 1px 22px -1px #787878;
  box-shadow: -1px 1px 22px -1px #787878;
}
.win-autosuggestbox-flyout :hover {
  cursor: pointer;
}
/*File Input Type*/
input[type='file'],
.custom-file-input {
  height: 30px !important;
  display: block !important;
  float: left;
  background: white !important;
  border-radius: 4px;
  border-style: none !important;
  border: 1px solid;
  border-color: #6e6e6e !important;
  padding: 0px;
  margin: 10px 0px 0px 0px;
  width: 100% !important;
  font-size: 12px !important;
}

input[type='number'],
.custom-file-input {
  height: 20px !important;
  width: 45px !important;
  font-size: 12px !important;
}
.submitted {
    pointer-events:none;
}

.custom-file-input::before {
  content: 'Select Files';
  display: block;
  float: right;
  border-radius: 4px;
  background: #6b8fb9;
  color: white;
  padding: 9px;
  outline: none;
  cursor: pointer;
}
.custom-file-input:hover::before {
  background: #275d9b;
  border-color: black;
}
.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}


.win-autosuggestbox .win-autosuggestbox-input {
  /*width:~"calc(100% - 4px) !important"*/
  width: 100% !important;
  height: 29px !important;
}
input[type='checkbox'] {
  border-radius: 4px !important;
  height: 2px !important;
  padding: 0px !important;
}
textarea {
  margin-top: 0px !important;
  width: calc(100% - 8px);
  font:  normal 14px/150% Arial, Helvetica, sans-serif;
}
nav {
  margin-top: 15px;
}
/*@import "pivotcontrol.less";*/
/*InputContainer for Buttons On Right*/
.InputContainer {
  display: block;
  position: relative !important;
  height: 30px;
  width: 97%;
}
.InputContainerButton {
  position: absolute;
  margin: 0px 0px 0px 0px !important;
  right: 0px;
  height: 25px;
  border-radius: 0px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  color: white;
  background: #6b8fb9;
  border-style: none;
  min-width: 100px;
}
.InputContainerButton:hover {
  background: #275d9b;
  color: white;
  cursor: pointer;
}
.InputContainerButtonAutoSuggest {
  margin: 0px 0px 0px 0px !important;
  height: 28px !important;
}
.InputContainerInput {
  position: absolute;
  top: 0;
}
/*Overrides for WINJS Framework*/
.win-autosuggestbox {
  width: 100% !important;
  position: absolute !important;
  display: block !important;
}
.win-autosuggestbox .win-autosuggestbox-input {
  width: 100% !important;
  background: white !important;
  border-radius: 4px;
  display: block !important;
  float: left !important;
  border-style: none;
  border: 1px solid !important;
  border-color: #6e6e6e !important;
  color: gray !important;
  font-size: 12px !important;
  height: 29px !important;
}
/*Modal popup styling WINJS*/
/*Costum Dialog*/
/*Costum Dialog Header*/
/*Costum Dialog Footer*/
/*Modal popup styling WINJS*/
.win-contentdialog .win-contentdialog-dialog {
  background: white !important;
  outline-width: 0px !important;
  border-radius: 4px !important;
}
.win-contentdialog-dialog {
  padding: 0px !important;
  min-height: 455px;
}
.modalPopupContent {
  padding: 30px 10px 10px 10px;
}
.modalPopupNav {
  width: 90%;
  float: right;
}
.win-contentdialog-backgroundoverlay {
  background: #6b8fb9;
  opacity: 0.6;
}
/*Costum Dialog Popup*/
.dialogOverlay {
  position: fixed !important ;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #6c8fb9;
  background: rgba(108, 143, 185, 0.6);
  -webkit-animation-name: FadeDialog;
  /* Chrome, Safari, Opera */
  -webkit-animation-duration: 0.5s;
  /* Chrome, Safari, Opera */
  animation-name: FadeDialog;
  animation-duration: 0.5s;
  z-index: 1003 !important;
}
.dialog {
  display: block;
  height: auto;
  width: 50%;
  background: white;
  margin: 7% auto;
  border-radius: 4px;
  border: 1px solid #f6f6f6;
  max-height: 530px;
}
.dialogHeader {
  display: block;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  padding: 10px;
  width: 96%;
  background: #6b8fb9;
  color: white;
  font: normal 14px Arial, Helvetica, sans-serif;
}
.dialogFooter {
  display: block;
  height: 45px;
  width: 100%;
  background: white;
}
/*This makes the Costum Popup work , Don't tinker with it  */
.win-splitview .win-splitview-contentwrapper {
  z-index: 1 !important;
}
.whitebackground {
  background: white;
  border: 1px solid gray ;
  padding: 5px;
  max-height: 350px;
  overflow: scroll;
  overflow-x: hidden;
}
/* Animation Fade */
@-webkit-keyframes FadeDialog {
  0% {
    opacity: 0.0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeDialog {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Mobile Media Queries */
@media only screen and (min-width: 800px) and (max-width: 1024px) {
  .dialog {
    width: 85%;
    margin-top: 5% !important;
  }

}
@media only screen and (max-width: 479px) {
  .dialog {
    width: 90%;
    height: 100%;
    margin-left: 50px !important;
    margin-top: 0px !important;
  }

}
@media screen and (max-height: 580px) {
  .dialog {
    max-height: 100% !important;
    height: 100% !important;
    margin-top: 0px !important;
    overflow-y: scroll;
  }
  .whitebackground {
    max-height: none;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: hidden;
  }
}
.PopupGlobal .win-contentdialog-title {
  background: #6b8fb9;
  color: white;
  border-top-radius: 4px 4px 0px 0px;
  font-size: 14px !important;
  display: inline-block !important;
  line-height: 25px !important;
}
.PopupGlobal .win-contentdialog-content {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  display: block !important;
  float: left;
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: Fadein;
  /* Chrome, Safari, Opera */
  -webkit-animation-duration: 1.5s;
  /* Chrome, Safari, Opera */
  animation-name: Fadein;
  animation-duration: 1.5s;
  padding: 5px !important;
}
.PopupGlobal .win-contentdialog-content:before {
  content: 'i';
  padding: 1px 22px;
  margin-left: 15px;
  margin-top: 15px !important;
  margin-right: 15px !important;
  background: #275d9b;
  display: block;
  float: left;
  font-size: 40px;
  font-family: 'Times New Roman';
  border-radius: 60% !important;
  border: 3px solid #6b8fb9;
  color: white;
  -webkit-animation-name: RotateYAnimation;
  /* Chrome, Safari, Opera */
  -webkit-animation-duration: 1.5s;
  /* Chrome, Safari, Opera */
  animation-name: RotateYAnimation;
  animation-duration: 1.5s;
}
.PopupGlobal .win-contentdialog-commands {
  margin: 5px !important;
  display: block !important;
}
.PopupGlobal .win-contentdialog-primarycommand.win-button {
  background: #6b8fb9;
  border-radius: 4px !important;
  color: white;
  height: 15px;
  min-width: 65px !important;
  width: auto !important;
  float: right !important;
  border: none !important;
}
.PopupGlobal .win-contentdialog-primarycommand.win-button:hover {
  background: #275d9b;
  cursor: pointer;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes RotateYAnimation {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    background-color: #6b8fb9;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    background-color: #275d9b;
  }
}
/* Standard syntax */
@keyframes RotateYAnimation {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0;
    background-color: #6b8fb9;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    background-color: #275d9b;
  }
}
.IconChecklist {
  background-image: url("../Images/IconChecklist.svg");
  background-repeat: no-repeat;
  background-position: right;
  padding-right: 40px;
  height: 45px;
  width: 100%;
  text-indent: 65px;
  background-position-x: 0%;
  margin-bottom: 15px;
}
.steps {
  display: block;
  float: left;
  clear: both;
  line-height: 30px;
  color: #275d9b;
  font-size: 14px;
  margin-bottom: 15px;
  text-indent: 45px;
}
.steps:before {
  content: '';
  border-radius: 60%;
  height: 30px;
  width: 30px;
  background: #becee1;
  display: block;
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: center;
  z-index: 3;
  position: absolute;
}
.steps1:before {
  content: '1';
  text-indent: 2px;
}
.steps2:before {
  content: '2';
  text-indent: 2px;
}
.steps3:before {
  content: '3';
  text-indent: 2px;
}
.steps4:before {
  content: '4';
  text-indent: 2px;
}
.steps5:before {
  content: '5';
  text-indent: 2px;
}
.steps6:before {
  content: '6';
  text-indent: 2px;
}
.infoGlobalMessage {
  padding: 5px;
  border-color: #f0c36d;
  background-color: #f9edbe;
  width: auto;
  display: block;
  border-radius: 4px;
  position: fixed;
  left: 48%;
  top: 5px;
  font-size: 12px;
  font-weight: bold;
  border: 1px solid #f0c36d;
  margin: 0px auto !important;
  max-width: 345px;
  color: #c9932d;
  text-align: center;
}
.pagecontrol {
  overflow-y: auto !important;
}
.documentDisplay {
    height:calc(90% - 35px) !important;
    width:100%;
}


   
.mainContent {
    margin-left: 235px;
    width: calc(100% - 235px);
    padding: 25px;
    display:block;
    overflow-y:auto;
    height:calc(100% - 135px);
}
  @media only screen and (max-width: 505px) {
.mainContent {
    margin-left: 0px;
    width: calc(100% - 0px);
}

.col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    margin-top: 5px !important;
  }

}

.row {
    margin-bottom:5px;
}

.rowspace {
     margin-bottom:15px;
}

.NavSelect {
    margin-left:65px;  
    font-size:16px !important; 
    border:none !important;  
    height:100% !important; 
    color:white !important;
    background:#275d9b url(../Images/DropdownArrow.svg)  no-repeat !important;
    background-size:20px !important;
    background-position:158px 15px !important;
    background-position-x:158px !important;
    background-position-y:15px !important;

}

.NavSelectWrapper {
    overflow:hidden; width:245px; height:50px;
}




.MenuAnimate {
    opacity: 0;
    
}

@keyframes new-item-animation {
    from {
        opacity: 0;
        width:0px;
}
 
    to {
        opacity: 1;
         width:245px;
    }
}


button, button a, input[type=submit],.button {
    background: #547dab !important;
    border-style: none;
    color: white !important;
    padding-left: 15px;
    padding-right: 15px;
    height: 25px;
    border-radius: 2px;
    margin-left: 5px;
    margin-right: 5px;
}



button:hover,input[type=submit]:hover ,.button:hover{
  Cursor: pointer;
  Background: #275d9b !important;
}

button:disabled {
    background: #e6e6e6 !important;
}
.btn-is-disabled {
  pointer-events: none; 
  @include opacity(0.7);
  background: #e6e6e6 !important;
}

.buttonAddQualifications {
  color: #275d9b;
  background: #ecf5ff;
  background-image: url('../Images/IconAddQualifications.svg');
  border-radius: 4px;
  border: 1px solid #275d9b;
  background-repeat: no-repeat;
  background-size: 45px;
  background-position-x: 100%;
  background-position-y: 35%;
  padding-right: 65px;
  display: block;
}
.buttonAddQualifications:hover {
  background: #bfddff;
  background-image: url('../Images/IconAddQualifications.svg');
  border-radius: 4px;
  border: 1px solid #275d9b;
  background-repeat: no-repeat;
  background-size: 45px;
  background-position-x: 100%;
  background-position-y: 35%;
  padding-right: 65px;
  display: block;
}
.btnAddVacancy {
  background-color: white;
  color: black;
  background-image: url('../Images/IconAdd.svg');
  background-repeat: no-repeat;
  background-size: 28px;
  background-position-x: 95%;
  background-position-y: 35%;
  padding-right: 35px;
  display: block;
}
.btnAddVacancy:hover {
  background: #e5e5e5;
  background-image: url('../Images/IconAdd.svg');
  background-repeat: no-repeat;
  background-size: 28px;
  background-position-x: 95%;
  background-position-y: 35%;
}
.btnBack {
   background-image: url("../Images/backbutton.svg") !Important;
  Cursor: pointer;
  color:white !Important;  
  background-repeat: no-repeat !Important;
  background-size: 28px !Important;
  background-position: left !Important;
  padding-left: 40px;
  font-size:13px !Important;
  padding-top: 5px;
  padding-right: 15px;
  padding-left: 36px;
}

.btnBack:hover {
  Cursor: pointer;
  Background: #275d9b !important;
  color:white !Important;
  background-image: url("../Images/backbutton.svg") !Important;
  background-repeat: no-repeat !Important;
  background-size: 28px !Important;
  background-position: left !Important;
  padding-left: 40px;
  font-size:13px !Important;
  padding-right: 15px;
  padding-left: 36px;
}
.btnNewtab {
  Cursor: pointer;
  color:white !Important;  
  background-position: left !Important;
  font-size:13px !Important;
  padding-top:5px;
}

.btnNewtab:hover {
  Cursor: pointer;
  Background: #275d9b !important;
  color:white !Important;
  background-position: left !Important;
  font-size:13px !Important;
}


.btnView {
   Cursor: pointer;
  Background: #547dab !important;
  color:white !Important;
  background-image: url("../Images/IconDocumentView.svg") !Important;
  background-repeat: no-repeat !Important;
  background-size: 22px !Important;
  background-position: 8px !Important;
  padding-left: 40px;
  margin-top:5px;
  height:30px;
  font-size:13px !Important;
  padding-top: 10px;
  padding-right: 15px;
  width:100px;
}

.btnView:hover {
  Cursor: pointer;
  Background: #275d9b !important;
  height:30px;
  color:white !Important;
  background-image: url("../Images/IconDocumentView.svg") !Important;
  background-repeat: no-repeat !Important;
  background-size: 22px !Important;
  background-position: 8px !Important;
  font-size:13px !Important;
  margin-top:5px;
  padding-right: 15px;
  padding-left: 40px;
   width:100px;
}


.btnNext {
  Cursor: pointer;
  Background: #547dab !important;
  color:white !Important;
  background-image: url("../Images/nextButton.svg") !important;
  background-repeat: no-repeat !Important;
  background-size: 28px !Important;
  background-position: right !Important;
  font-size:13px !Important;
  padding-right: 36px;
   padding-top: 5px;

}

.btnNext:hover{
  background-color: #275d9b !important;
  color: white;
  background-image: url("../Images/nextButton.svg") !important;
  background-repeat: no-repeat !Important;
  background-size: 28px !Important;
  background-position: right !Important;
  font-size:13px !Important;
  padding-right: 36px;
}

.btnSubmit {
 background-image: url("../Images/IconSubmit.svg") !Important;
  Cursor: pointer;
  color:white !Important;  
  background-repeat: no-repeat !Important;
  background-size: 28px !Important;
  background-position: left !Important;
  padding-left: 40px;
  font-size:13px !Important;
  padding-top: 7px;
  padding-right: 15px;
  padding-left: 36px;
}

.btnSubmit:hover{
  Cursor: pointer;
  Background: #275d9b !important;
  color:white !Important;
  background-image: url("../Images/IconSubmit.svg") !Important;
  background-repeat: no-repeat !Important;
  background-size: 28px !Important;
  background-position: left !Important;
  padding-left: 40px;
  font-size:13px !Important;
  padding-right: 15px;
  padding-left: 36px;
}

.buttonDelete {
  height: 45px;
  width: 45px;
  background: white url('../Images/IconDelete.svg') no-repeat !Important;
  background-size: 40px !Important;
  float: right;
}
.buttonDelete:hover {
  background: white url('../Images/IconDelete.svg') no-repeat !Important;
  cursor: pointer;
  background-size: 40px !Important;
  float: right;
}



.btnStart {
    border:1px solid gray ;
    border-radius:4px;
    background:white ;
    height:85px;
    min-width:95px;
}

.btnStart:hover {
        cursor:pointer;
}
.btnStartQPMeeting {
    background:white ;
    height:100px;
    width:120px;
}
.btnStartSelfEvaluation {
    background:white ;
    height:100px;
    width:120px;
}

.btnStartSelfEvaluation:hover {
        cursor:pointer;
}


.btnFET {
    background:white url('../Images/IconFet.svg') no-repeat !Important;
    background-size:60px !important;
    background-position-y:7px !Important;
    background-position-x:10px !Important;
}

.btnFET:after {
    content:'FET';
    display:block;
    margin-top:65px;
    color:#275d9b;
}

.btnFET:hover {
    background:#c6d8ec url('../Images/IconFet.svg') no-repeat !Important;
    background-size:60px !important;
    background-position-y:7px !Important;
    background-position-x:10px !Important;
}
.btnABET {
    background:white url('../Images/IconAbet.svg') no-repeat !Important;
    background-size:60px !important;
    background-position-y:7px !Important;
    background-position-x:10px !Important;
}
.btnABET:hover {
    background:#c6d8ec url('../Images/IconAbet.svg') no-repeat !Important;
    background-size:60px !important;
    background-position-y:7px !Important;
    background-position-x:10px !Important;
}

.btnABET:after {
    content:'AET';
    display:block;
    margin-top:65px;
    color:#275d9b;
}
.btnSchools {
    background: white url('../Images/IconSchools.svg')  no-repeat !Important;
    background-size:60px !important;
    background-position-y:7px !Important;
    background-position-x:60px !Important;
   
}
.btnSchools:hover {
   background:#c6d8ec url('../Images/IconSchools.svg')  no-repeat !Important;
   background-size:60px !important;
   background-position-y:7px !Important;
   background-position-x:60px !Important;
}
.btnSchools:after {
    content:'INDEPENDENT SCHOOLS';
    text-align:center;
    display:block;
    margin-top:65px;
    color:#275d9b;
}
.descriptionText {
    padding:10px;
     text-align:center;
}
.btnSelfEvaluation {
    background: white url('../Images/IconSelfEvaluation.svg')  no-repeat !Important;
    background-size:80px !important;
    background-position-y:7px !Important;
    background-position-x:10px !Important;
}
.btnSelfEvaluation:hover {
   background:white url('../Images/IconSelfEvaluation.svg')  no-repeat !Important;
   background-size:90px !important;
   background-position-y:10px !Important;
   background-position-x:10px !Important;
}

.btnSelfEvaluationPay {
    background: white url('../Images/IconSelfEvaluationPay.svg')  no-repeat !Important;
    background-size:80px !important;
    background-position-y:7px !Important;
    background-position-x:10px !Important;
}
.btnSelfEvaluationPay:hover {
   background:white url('../Images/IconSelfEvaluationPay.svg')  no-repeat !Important;
   background-size:90px !important;
   background-position-y:10px !Important;
   background-position-x:10px !Important;
}
.btnSelfEvaluationPayDisabled {
    background: white url('../Images/IconSelfEvaluationPayDisabled.svg')  no-repeat !Important;
    background-size:80px !important;
    background-position-y:7px !Important;
    background-position-x:10px !Important;
}
.btnSelfEvaluationPayDisabled:hover {
   background:white url('../Images/IconSelfEvaluationPayDisabled.svg')  no-repeat !Important;
   background-size:90px !important;
   background-position-y:10px !Important;
   background-position-x:10px !Important;
}

.btnWorkshopAttend {
    background: white url('../Images/check-box.svg')  no-repeat !Important;
    background-size:80px !important;
    background-position-y:7px !Important;
    background-position-x:10px !Important;
}
.btnWorkshopAttendDisabled{
    background: white url('../Images/check-box.svg')  no-repeat !Important;
    background-size:80px !important;
    background-position-y:7px !Important;
    background-position-x:10px !Important;
}
.btnWorkshopAttend:hover {
   background:white url('../Images/check-box.svg')  no-repeat !Important;
   background-size:85px !important;
   background-position-y:7px !Important;
   background-position-x:10px !Important;
}
.btnWorkshopAttended {
    background: white url('../Images/checked-box.svg')  no-repeat !Important;
    background-size:80px !important;
    background-position-y:7px !Important;
    background-position-x:10px !Important;
}
.btnWorkshopAttendedDisabled {
    background: white url('../Images/checked-bok-disabled.svg')  no-repeat !Important;
    background-size:80px !important;
    background-position-y:7px !Important;
    background-position-x:10px !Important;
}
.btnWorkshopAttended:hover {
   background:white url('../Images/checked-box.svg')  no-repeat !Important;
   background-size:85px !important;
   background-position-y:7px !Important;
   background-position-x:10px !Important;
}
.btnUserProfile {
    background:white url('../Images/IconUser.svg') no-repeat !Important;
    background-size:80px !important;
    background-position-y:17px !Important;
    background-position-x:19px !Important;
    border:5px solid #275D9B;
    border-radius:65px;
    background:white ;
    height:135px;
    min-width:135px;
    padding:25px;
}
.btnUserProfile:hover {
    background:white url('../Images/IconUser.svg') no-repeat !Important;
    background-size:80px !important;
    background-position-y:17px !Important;
    background-position-x:19px !Important;
    border:5px solid #275D9B;
    border-radius:65px;
    background:white ;
    height:135px;
    min-width:135px;
    padding:25px;
}


.btnMontoringSchools,.btnMontoringSchools:hover {
    background:white url('../Images/IconSchools.svg') no-repeat !Important;
}
.btnMontoringSchools:hover {
    background:#c6d8ec url('../Images/IconSchools.svg') no-repeat !Important;
}

/*FET Styling*/
.NatedlistView {
    min-width:400px;
     float:left; 
  background-color: #e6e6e6;
  border-left: 4px solid #698fc0;
  list-style-type: none;
  width:100%;
  margin:5px;
  padding-top:3px;
  display: inline-block;
  padding-left:15px;
}
.fetProgramme {
  margin-top:5px;
}
.fetProgrammeButton {
 
  margin-left:35px;
  margin-top:5px;
  color: red;
}
#isNatedChecked {
    height:100px;
}
.ListNatedItem {
  background: rgba(255, 255, 255, 0.8);
  border-left: 4px solid #698fc0;
  background-color: white;
  list-style-type: none;
  width:100%;
  display: inline-block;
  vertical-align: middle;
  padding-left:15px;
  padding-top:5px;
  padding-bottom:5px;
   
}

.ListItemFET-space {
  margin-top: 4px;
  background:red;
}
#disabledButtonFET:disabled {
    background: #e6e6e6 !important;
    color:#e6e6e6 !important;
}
.buttonDeleteFET {
  height: 30px;
  width: 5px;
  background: white url('../Images/IconDelete.svg') no-repeat !Important;
  background-size: 28px !Important;
  background-position:1px 1px !important;
  position:relative;
}
.buttonDeleteFET:hover {
  background: white url('../Images/IconDelete.svg') no-repeat !Important;
  cursor: pointer;
  background-size: 30px !Important;
}
.buttonAddFET {
    background:url('../Images/IconFolder-Add.svg') no-repeat !Important;
    background-size: 28px !Important;

    background-position:1px 3px !important;
    padding-top:10px;
    float: right;
}
.buttonAddFET:hover {
  background: url('../Images/IconFolder-Add.svg') no-repeat !Important;
  cursor: pointer;
  background-size: 30px !Important;
  float: right;
}
.ListItemFET-space {
  margin-top: 5px;
}
.ListItemFET {
    background: rgba(255, 255, 255, 0.8);
  border-left: 4px solid #698fc0;
  background-color: white;
  max-height:-150px;
  list-style-type: none;
  margin-top:8px;
  width:100%;
  display: inline-block;
  vertical-align: middle;
  padding-left:15px;
  padding-top:5px;
  padding-bottom:5px;
  top:50%;
   
}
.natedPara {
     color:#275d9b;
     font-size:14px;
}
/*FET Styling end*/
#spinner {
   opacity: .9;
	position: fixed;
	background: #fff;
	width: 100%;
    height: 100%;
	z-index: 1000;
}


.Status {
    border:1px solid #6a90b7;
    padding:5px;
    color:#275d9b;
    max-width:200px;
    background:#f2f2f2;
    font-size:14px;
    margin-top:10px;
}
.SentApp{
    height:25px;
    width:85px;
    color:white;
    font-size:13px;
    display:block;
    text-align: center;
    padding-bottom:5px;
    padding-top:5px;
    background:#00FF00 !important ;
    background-size:25px;
    background-position-y:2px;
}
.PayWorkflow{
    color:white;
    height:25px;
    width:55px;
    font-size:13px;
    display:block;
    text-align: center;
    padding-bottom:5px;
    padding-top:5px;
    background:#FF0000 !important;
    background-size:25px;
    background-position-y:2px;
}
.CheckMark{
    height:25px;
    width:25px;
    display:block;
    background:url(../Images/IconChecked.svg) no-repeat;
    background-size:22px;
    background-position-y:2px;
}
.CheckMark:hover:after {
    content: 'Completed';
    display: block;
     color: white;
    background: green;
    opacity:0.7;
    border-radius: 2px;
    text-align:center;
    z-index: 50;
    border: 1px;
    width: 90px;
    margin-left: -95px;
    margin-top: 4px;
}
.CompulsoryMark{
    height:35px;
    width:35px;
    display:block;
    background:url(../Images/IconChecked.svg) no-repeat;
    background-size:22px;
    background-position-y:5px;

}
.CompulsoryMark:hover:after {
    content: 'Compulsory';
    display: block;
     color: white;
    background: green;
    opacity:0.7;
    border-radius: 2px;
    text-align:center;
    z-index: 50;
    border: 1px;
    width: 90px;
    margin-left: -95px;
    margin-top: 8px;
}
.CompleteMark{
    height:35px;
    width:35px;
    display:block;
    background:url(../Images/IconChecked.svg) no-repeat;
    background-size:22px;
    background-position-y:5px;

}
.CompleteMark:hover:after {
    content: 'Valid';
     display: block;
    color: white;
    background: Green;
    opacity:0.7;
    border-radius: 2px;
    text-align:center;
    z-index: 50;
    border: 1px;
    width: 90px;
    margin-left: -95px;
    margin-top: 8px;
}
.IncompleteMark{
    height:35px;
    width:35px;
    display:block;
    background:url(../Images/IconIncompete.svg) no-repeat;
    background-size:22px;
    background-position-y:5px;

}
.IncompleteMark:hover:after {
    content: 'Invalid';
    display: block;
    color: white;
    background: red;
    opacity:0.7;
    border-radius: 2px;
    text-align:center;
    z-index: 50;
    border: 1px;
    width: 90px;
    margin-left: -95px;
    margin-top: 8px;

}


.registerButton {
    background: #547dab !important;
    border-style: none;
    color: white !important;
    padding:5px;
    padding-left: 15px;
    padding-right: 15px;
    height: 25px;
    margin-left: 5px;
    margin-right: 5px;
    font-size:13px;
}

.registerButton:hover {
  cursor: pointer;
  background: #275d9b !important;
   
}

.forgotPasswordLink {
  color: #275d9b;
  font-size:12px;
  text-decoration: underline;
  padding-left: 15px;
  font-family: Tahoma, Arial, sans-serif;
}

.forgotPasswordLink:hover {
  cursor: pointer;
  color: #333 !important;
}

.registerButtonNew {
    width:145px;
}

.TermsConditions {
  position: relative;
  background-color: #e6e6e6;
  height: 100%;
  overflow-y:auto;
  overflow-x:hidden;
  min-height:125px;
  margin:10px 0px 10px 0px;
  padding: 5px;
}
.LabelTerms {
    line-height:25px;
}
.Clear {
    background: #ebecee!important;
}

.col-clear {
    padding-left:0px;
}

.margin-clear {
    margin-left:0px;
}
#isNatedChecked{
margin-left:-10px !important}
.TextAlignTotal {
    font-weight: bold;
    padding-left:30%;
    font-size:15px;

}
