/* Import google font*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

* {
    font-family: 'Roboto', sans-serif;
}
.control-wrap {
    position: relative;
}

.description .info {
    padding-left: 0 !important;
}


a.edit-link.launch-modal {
  content: url(/edit-modal.png);
  padding-left: 4px !important;
  padding-right: 4px !important;
}

a.edit-link.launch-modal:hover {
    content: url(/edit-modal-hover.png);
  padding-left: 4px !important;
  padding-right: 4px !important;
}


a.delete-link {
  content: url(/modal-delete.png);
  padding-left: 4px !important;
  padding-right: 4px !important;
}

a.delete-link:hover {
  content: url(/modal-delete-hover.png);
  padding-left: 4px !important;
  padding-right: 4px !important;
}


a.details-link.has-tooltip {
    color: #36454f;
    text-decoration: none;
}

a.details-link.btn.btn-primary.btn-column {
    background: #003C71;
    color: #ffffff;
    font-size: 12px !important;
}

a.details-link.btn.btn-primary.btn-column:hover {
    text-decoration:underline !important;
    color:#ffffff !important;
}

input[type="file"] {
  opacity: 0;
  z-index: -1;
  position: absolute;
}


a {
  color: #41748D;
  text-decoration: underline;
}

a:hover{
  font-weight: bold;
  color: #41748D;
}

span.msos-glyph {
  transform: scale(1.9);
}

span.msos-glyph {
  height:32px;
  width:32px;
}

.notification.alert.alert-success.success.alert-dismissible {
    font-size: 1.8rem;
}

button.close {
    padding-right: 10px;
}

label#vcms_exactdateoftransactionknown_label {
    text-transform: inherit;
}

.field-label label:first-letter {
    text-transform: capitalize;
}

label{
  text-transform:inherit;
}

label:first-letter{
  text-transform:capitalize;
}

.dropdown-menu>li>a{
  color: #41748D;
}

.dropdown-menu>li>a:hover{
  color: #41748D;
  text-decoration: none;
}

.dropdown-menu>li>a:focus{
  background-color: #41748D !important;
}

/*payment*/
#landingPagePaymentloader{
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #003C71; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
   margin: auto;
}
#landingPaymentPageText{
   margin: auto;
    padding-top: 15px;
    width: 175px;
}
/*notification*/

span.sr-only {
    background-color: #ffffff;
}

table.table.table-striped.table-fluid.notification td {
    padding-bottom: 15px;
    padding-top: 15px;
}

span.bell-notification img {
  display: inline-block;
  max-width: 18px;
}
.navbar-inverse .navbar-toggle {
  border-color:#003C71 !important; 
}
span.badge-notification {
  display: inline-block;
  min-width: 10px;
  padding: 3px 7px;
  font-size: 11px;
  font-weight: bold;
  color: #36454F;
  line-height: 1;
  vertical-align: middle;
  white-space: nowrap;
  text-align: center;
  background-color: #ffffff;
  border-radius: 10px;
  border: 1px solid #003C71;
  margin-left: -8px;
}

div#right-notification a {
  text-decoration: underline !important;
}

div#mynoti {
    color: #011A3C;
    font-weight: bold;
}

div#viewall a {
  text-decoration: underline;
}

#content-notification {
  overflow:auto;
  /*margin-top: -20px; */
  padding-bottom: 10px;
} 

#left-notification, #right-notification { 
  width: 60%; 

} 

#left-notification  { 
    float:left;  
}
#right-notification { 
    float:right; 
}

div#viewall {
  margin-top: -24px;
  float:right
}
.text-notification{
  line-height: 12px;
  color: #011A3C;
  font-weight:normal;
}
hr.notihr {
  margin-top: 20px;
  margin-bottom: 5px;
  border-top: 1px solid #d7DBE0;
  width: 80%;
}

.notification-background {
    background-color: #f6f6f9;
    display: block;
    border-radius: 5px;
}

.see-all a{
  text-decoration: underline !important;
}

.see-all {
  float: right;
  padding-right: 10px;
  margin-top: -48px;
}


.dropdown-menu .divider {
  background-color: #D7DBE0;
}

div#notifications-list a {
  padding: 0px 0px 10px 10px;
  text-decoration: none;
}

.entity-grid {
    overflow-y: visible;
    padding: 28px;
}

.notifications-item {
    padding: 15px 0px 0px 15px;
}

#notifications-list {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 280px;
  padding: 15px 15px;
  margin: 10px 0 0;
  list-style: none;
  font-size: 15px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0,0,0,.15);
  border-radius: 5px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
}


.my-notifications {
    /*background-color: #ffffff;*/
    padding-bottom: 5px;
    font-weight: bold;
    color: #36454f;
    text-decoration: none !important;
}

@media (max-width: 1199px){
#notifications-list {
  position: static;
  float: none;
  width: auto;
  margin-top: 0;
  background-color: transparent;
  border: 0;
  box-shadow: none;
}
}

@media (max-width: 1199px){
#notifications-list {
  background-color: #ffffff !important;
  margin-top: 4px !important;
}
}

/*end*/


.navbar-nav>li>.dropdown-menu{
  border-radius: 5px;
}

@media (min-width: 1200px){
  div#notifications-list:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -15px;
  margin-top: -14px;
  width: 0;
  z-index: 1;
  height: 0;
  border-bottom: solid 15px #FFF;
  border-left: solid 15px transparent;
  border-right: solid 15px transparent;
  }
}

@media (min-width: 1200px){
ul.dropdown-menu:after{
    content:''; /* Required to display content */
    position: absolute; /* Sets the position absolute to the top div */
    top: 0;
    left: 50%;/* position the little arrow */
    margin-left: -15px;
		margin-top:-14px; /* Set margin equal to border px */
    width: 0;
    z-index:1;
    height: 0;
    border-bottom: solid 15px #FFF; /* Creates the arrow pointing up, to change to a notch instead user border-top */
    border-left: solid 15px transparent; /* Creates triangle effect */
    border-right: solid 15px transparent; /* Creates triangle effect */
}
}

@media (max-width: 1199px){
.navbar-nav .open .dropdown-menu{
  background-color:#ffffff;
  margin-top: 4px !important;
}
}

@media (max-width: 1199px){
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a{
  color:#41748D;
  text-decoration: underline;
}
}

@media (max-width: 1199px){
  .navbar-inverse .navbar-nav .open .dropdown-menu>li>a:hover{
  text-decoration: none;
}
}

@media only screen and (max-width: 767px){
    .col-lg-4.email {
        margin: 0px 0px 44px -120px !important;
        }
    .col-lg-4.call {
        margin: 0px 0px 44px 0px;
    }
    .col-lg-4.location {
        margin:  0px 0px 44px 0px;
    }
    .footer-top.hidden-print li a{
        border-left:0px !important;
    }
  .entity-grid {
    padding: 20px 0px 10px 0px !important;
  }
  .step-name {
    font-size: 18px !important;
    line-height: 24px !important;
    font-weight: 600 !important;
  }
}


@media (max-width: 1199px){
        ul.footer-contact.row {
        margin: 24px 0px 0px 30px !important;
    }
    .col-lg-4.email {
        margin: 0px 0px 44px 0px;
        
        }
    .col-lg-4.call {
        margin: 0px 0px 44px 0px;
    }
    .col-lg-4.location {
        margin:  0px 0px 44px 0px;
    }
    .footer-top.hidden-print li a{
        border-left:0px !important;
    }
}

body>div.alert-danger{
    display:none
}

.col-md-9.col-sm-12.col-xs-12.text-left.footer-link.xrm-entity.xrm-editable-adx_weblinkset, .col-md-4.col-sm-12.col-xs-12 {
  text-align: center;
}
li.footer-list.col-sm-2 a {
    /*font-size: smaller;*/
}

li.footer-list.col-sm-2 a:focus{
    /*font-size:smaller;*/
}

li.footer-list.col-sm-2 a:hover {
    /*font-size: smaller;*/
    text-decoration:underline !important;
    font-weight:normal;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  line-height: 1.1;
  color: #003C71;
}

html {
    font-family: 'Roboto',sans-serif;
    font-weight: 400;
    line-height: 1.625;
    -webkit-text-size-adjust: 100%;
    color: #36454F;
}

.breadcrumb{
  background-color: transparent;
}

p.steps:first-letter {
    text-transform: capitalize;
}

.rememberMe label:first-letter {
    text-transform: capitalize !important;
}

.rememberMe {
   padding-top: 10px;
    padding-left: 4px;
    padding-bottom: 2px;
}

label#vcms_pleasedescribefactsbehindwhyyouaremaking_label {
    padding-top: 40px;
}

textarea#vcms_pleasedescribefactsbehindwhyyouaremaking {
    margin-bottom: 20px !important;
}


td.clearfix.cell.picklist-cell {
    padding-top: 20px;
}
/*Request form*/

.request_title{
  font-weight: 600;
font-size: 40px;
}
.request-pageheader{
    color: #FFFFFF;
    font-weight: 250;
    font-size: 5.5rem;
}

.request-thankyou-header{
  font-weight: 600;
font-size: 40px;
}
.request-thankyou-text{
  margin-top: 10px;
  font-weight: 300;
font-size: 32px;
}
.request-thankyou-button{
  margin-top: 20px;
}
.btn-group, .btn-group-vertical {
    margin-bottom: 10px !important;
}


@media only screen and (max-width: 1180px){
.actions > .col-sm-6 > .btn-group:nth-child(2) {
  order: 2;
  margin-left: 0 !important;
}
}

@media only screen and (max-width: 767px){
.col-lg-4.email {
    margin-left: -100px !important;
    text-align: left !important;
    }
.col-lg-4.call {
    margin-left: -100px;
    text-align: left !important;
}
.col-lg-4.location {
    margin-left: -100px;
    text-align: left !important;
}
 .col-md-8.col-sm-12.col-xs-12.text-left.footer-link.xrm-entity.xrm-editable-adx_weblinkset {
  padding-top: 13px;
}
  a.navbar-brand {
    padding-left: 25px;
  }
  span.abori-flag {
    padding-left: 165px;
  }
  .col-lg-4.VCAT.acknowledgement{
    padding-left: 25px;
  }

  .footerlogo img{
    display: block;
    margin-left: auto;
    margin-right: auto;
    /*width: 65%;
    height:100%;*/
  }
}


ul.footer-contact.row {
   /* margin: 24px 0px 0px 0px !important;
    padding-top: 20px;
    padding-bottom: 40px; */
    margin: 0px 0px 0px 0px !important;
    padding-top: 10px;
    padding-bottom: 0px;
    padding-left: 0px;
}


.unread{
    font-weight:bold;
}

div#notifications-list a:hover{
    text-decoration:underline;
}

table.section[data-name*="section_hidden"] {
display: none;
}

table.section[data-name*="section_parameters"] {
display: none;
}



@media only screen and (max-width: 767px){
.table-fluid tr {
  border-top:none !important;
  }
}

@media only screen and (max-width: 767px){
.table-fluid td, .table-fluid tr {
    display: block !important;
    margin-bottom: 50px;
}
.modal-footer .btn+.btn {
    margin-left: 5px;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}
}

label#vcms_infoprovidediscorrect_label, label#vcms_offencetogivefalseinfo_label {
  font-weight: normal;
}
/* Application form header*/
@media only screen and (max-width: 767px){
  p.steps{
    margin:20px 5px 10px !important;
  }
  .crmEntityFormView div.description {
    margin-top: 20px !important;
  }
  .crmEntityFormView fieldset {
    margin-bottom: 0 !important;
}

}
.container.containerapplication{
  width: 100%;
}
.container{
  padding-left: 0;
  padding-right: 0;
}

.page-heading-portal {
  padding-bottom: 40px;
}

.page-heading{
  background-color:#546223 !important;
  background: url(/appbackground.png) no-repeat;
  background-size: cover;
  padding-bottom: 40px;
}
.page-heading-small h1{
  color: #ffffff;
  font-size: 3.5REM;
  font-weight: 300;
}

.page-heading-small, .breadcrumb {
  padding-top: 10px;
}

.page-header-small {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (max-width: 767px){
  .actions input#NextButton {
  margin-right: 280px;
}
  .actions input#NextButton {
      margin-right: 200px;
  }
  .btn-group.entity-action-button {
      margin: 0 !important;
  }

.page-header-app-form:after {
  width: 90% !important;
}
.page-header-small {    
  padding-left: 0;
  }
}
.breadcrumb-app-form{
margin: 0 0 0 10%;
}

.breadcrumb-app-form>.active{
    color: #ffffff;
}

.stepstitlecolumn.stepsleft:first-letter {
    text-transform: capitalize;
}

div#mainContent-submitted .col-lg-4 {
    padding-bottom: 20px;
}

/*
.breadcrumb{
margin: 0 0 0 27%;
}
*/
.breadcrumb>.active{
    color: #ffffff;
}

ol.progress.left, ol.progress.right {
  margin: 19.5% 3.5% 0 35%;
}

.page-heading h1 {
  color: #FFFFFF;
  font-weight: 250;
  font-size: 5.5rem;
  width: 50%;
}

.breadcrumb>li+li:before {
  content: "> ";
  padding: 0 5px;
  color: #ffffff;
}

.breadcrumb-app-form>li+li:before {
  content: "> ";
  padding: 0 5px;
  color: #ffffff;
}

.breadcrumb-app-form {
  padding: 0 0;
  margin-bottom: 21px;
  list-style: none;
  border-radius: 0
}

.breadcrumb-app-form>li {
    display: inline-block
}

.page-header-app-form{
  padding-top: 1%;
  padding-left: 25%;
  border-bottom: 0;
  padding-bottom: 20px;
}


.page-header{
  padding-top: 1%;
 /* padding-left: 25%;*/
  border-bottom: 0;
}


.page-header-app-form:after {
  content: '';
  position: absolute;
  width: 50%;
  height: 1px;
  background: #6E7A44;
  margin: 10px 5px;
}

.header-right-icon {
    display: inline;
    margin-left: 34%;
}

span.badge.badge-pill.badge-primary{
  padding: 8px 8px;
  font-size: 15px;
  font-weight: normal;
  background-color: #6E7A44;
  border-radius: 100px;
  color: #ffffff;
}
  
.header-description{
  padding-left: 25%;
  padding-bottom: 5%;
  color: #ffffff;
}

#EntityFormPanel h2.tab-title { 
  display: none; 
}

h2.tab-title .row-steps {
  color: #546223;
  font-weight: 300;
}

.view-grid .table>thead a {
  color: #36454F;
  font-size: 1.8rem;
  word-break: inherit;
}

.row-steps {
  padding-bottom: 120px;
  border-bottom: 1px solid #546222;
}

  .row-steps-7 {
  padding-bottom: 120px !important;
  border-bottom: 1px solid #546222;
    
}

p.steps {
  font-size: 1.8rem;
  color: #36454f;
  margin: 40px 5px 10px;
}

.crmEntityFormView .section-title .row-steps{
  border-bottom:1px solid #546223;
  padding-bottom:20px;
}

legend.section-title h3{
  font-size:2.3rem;
  color:#546223;
  padding-bottom:10px;
  border-bottom:1px solid #546223;
}


h3.legend.section-title{
  font-size: 2.3rem;
  color: #546223;
  padding-bottom: 10px;
  border-bottom: 1px solid #546223;
}

.panel-body a {
  word-break:break-word !important;
}

.panel-body h5 {
  color:#36454F;
  font-weight: 500;

}
.panel.panel-default h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #546223;
}


.panel.panel-default h3 a{
  color: #546223;
 text-decoration: none;
}

.panel.panel-default h3 a:hover{
 text-decoration: underline;
}

legend p{
  font-size: 1.8rem;
  color: #36454F;
}
label{
  font-size: 1.8rem;
}

.crmEntityFormView .actions {
  border-top: 1px solid transparent;
}

@media only screen and (max-width: 1180px){
  html[dir=ltr] .crmEntityFormView .actions .btn:first-child {
    /*width: 100% !important;*/
  }
}

html[dir=ltr] .crmEntityFormView .actions .btn:first-child {
  margin-right: 5px;
}
.btn-group>.btn:first-child {
  margin-left: 0;
}
.btn-group .btn {
  white-space: nowrap;
}
.btn-group>.btn, .btn-group-vertical>.btn {
    position: relative;
    float: left;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
.btn {
    white-space: normal;
}
.btn-primary{
  color:#ffffff;
  background-color: #003C71;
  border-color: #003C71;

}

.btn-primary:hover{
  color:#ffffff;
  text-decoration: underline;
  background-color: #003C71;
  border-color: #003C71;
}

.btn-primary:active{
  color:#ffffff;
  text-decoration: underline;
  background-color: #00305A;
  border-color: #00305A;
}


.btn-priority{
  color:#ffffff;
  background-color: #722257;
  border-color: #722257;

}

.btn-priority:hover{
  color:#ffffff;
  text-decoration: underline;
  background-color: #722257;
  border-color: #722257;
}

.btn-priority:active{
  color:#ffffff;
  text-decoration: underline;
  background-color: #722257;
  border-color: #722257;
}



.btn-default{
  color:#003C71;
  background-color:#ffffff;
  border-color: #003C71;
}

.btn-default:hover{
  color:#003C71;
  text-decoration: underline;
  background-color:#E2EAEE;
  border-color: #003C71;
}

.btn{
  font-size: 1.7rem;
  font-weight: 500;
  padding: 10.5px 24px;
  border-radius: 6px;
}

.btn-column{
  font-size: 12px;
  width:100%; 
  vertical-align: middle; 
  margin-top: 0px;
  text-decoration: none;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #003C71;
  border-color: #41748D;
}

.btn-primary:active:focus{
  background-color: #003C71;
  border-color: #41748D;
}
.btn-primary[disabled]:hover{
  background-color: #003C71;
  border-color: #003C71;
}


/*Payment*/
  p.request-acess {
      padding:10px;
    font-weight: 600;
    color: #404040;
  } 
@media screen and (min-width: 768px) and (max-width: 1024px) {
    p.request-acess {
        margin-left: 16px;
        padding-bottom:20px;
    } 
}

fieldset[aria-label="Hidden"]{
  display:none;    
}

fieldset[aria-label="documentupload (DONT DELETE)"]{
    display:none;   
}


@media only screen and (max-width: 767px){
fieldset[aria-label="Order Summary"] table.section {
    
    margin-left: -65px;
}

.feebreakdown {
    margin-left: -51px;
}

fieldset[aria-label="Order Summary"]:before {
    
    margin-left: -51px;
}

fieldset[aria-label="Order Summary"]:after {
    
    margin-left: -47px;
}
}
div#mainContent-payment {
  margin-top: 20px;
}

.feebreakdown table {
  border: 0px;
}

.feebreakdown td {
    border: 0px;
}

button#payment-submit {
    background-color: #003C71;
    font-size: 1.7rem;
    font-weight: 500;
    border-radius: 6px;
}





textarea#vcms_pleasedescribefactsbehindwhyyouaremaking, textarea#vcms_requestreason, textarea#vcms_whatinjunctionareyouseeking, textarea#vcms_howdidyoubuysellother, textarea#vcms_consentnotreceived, textarea#vcms_additionalreason, textarea#vcms_unfairtermsinsellercontract, textarea#vcms_assistancerequiredother {
  height: 120px;
  resize: vertical;
}

@media only screen and (max-width: 767px){
  html[dir=ltr] .crmEntityFormView .cell input[type=text], html[dir=ltr] .crmEntityFormView .cell select, html[dir=ltr] .crmEntityFormView .cell textarea {
    float: left;
  }
}

html[dir=ltr] .crmEntityFormView .cell .field-label {
    float: left;
}


 div#WebFormPanel {
    background-color: #ffffff;
    padding: 40px;
    margin-top: 3%;
}

button#payment-submit {
    color: #ffffff;
    background-color: #003C71;
    border-color: #003C71;
}

/*Application buttons*/

button.form-close {
  padding-right: 8px !important;
}

button.btn.btn-default.clearlookupfield, button.btn.btn-default.launchentitylookup,
button.btn.btn-default.btn-hg   {
  height: 48px;
}

.entity-form input.form-control, .entity-form select.form-control, .entity-form textarea.form-control {
  height: 48px;
}

.list-group-item.active{
  color: #41748D;
  background-color:#F2F2F2;
  font-weight: bold;
  border-color:#F2F2F2;
  border-right: 5px solid #41748D;
}

.list-group-item.active:hover{
  background-color: #41748D;
  border-color: #ffffff;;
}
.list-group-item-success {
  color: #41748D;
  background-color: #F2F2F2;
  font-weight: bold;
}

.list-group-item{
  border:1px solid #F2F2F2;
}

p.tab-title {
  padding-right: 18px !important;
}
.crmEntityFormView{
  padding-bottom:20px;
  padding-top: 20px;
}
h1.tab-title {
  color: #546223 !important;
  font-size: 3.5rem;
  font-weight: 300;
  padding-bottom: 50px !important;
  border-bottom: 1px solid #546222 !important;
}

h1.tab-title {
    text-transform: lowercase;
}

h1.tab-title:first-letter {
    text-transform: uppercase;
}

h2.tab-title {
  font-weight: 300;
  font-size: 4.5rem;
  text-transform: lowercase;
}

h2.tab-title:first-letter{
  text-transform: uppercase;
}

.crmEntityFormView div.description {
    margin-top: 0px;
    margin-bottom: 10px;
    font-size: 1.8rem;;
}

.crmEntityFormView .cell {
  /*padding-top: 20px;*/
  padding-left: 5px;
  padding-right: 5px;
  padding-bottom: 20px;
}

.alert{
  padding: 20px;
  font-size: smaller;
}

.alert-danger{
  background-color: #F9DEDE;
  border-color: #F9DEDE;
  border-radius: 5px;
  color: #36454F;
  margin-top: 20px;
  font-size: 1.4rem !important;
}

.alert-warning {
  background-color: #FFF1D2;
  border-color: #FFF1D2;
  color: #36454F;
  font-size: 1.8rem;
}


.view-empty.message{
  font-size: 1.8rem;
  padding: 20px;
  border-radius: 5px;
  background-color: #FFF1D2;
  color: #36454F;
}

.view-empty.message:before{
  font-size: 1.8rem;
  content: "\e101";
  font-family: 'Glyphicons Halflings';
  color: #E57310;
  padding-right: 25px;
}

.table{
  margin-bottom: 15px;
}

.entity-grid .message{
  margin: 0px;
}

.Message-body--warning-review {
  display: table-cell;
  background-color:#FFF1D2;
  font-size: 1.8rem;
  width: 95%;
  vertical-align: middle;
  padding: 20px 10px 10px 10px;
}


.Message-warning-step5 {
    background-color: #FFF1D2 !important;
    margin-top: 70px !important;
}

.Message-icon-warning-step5 {
    display: table-cell;
    width: 5%;
    vertical-align: top;
    padding: 20px 5px 0 20px;
    text-align: center;
}

.Message-body-warning-step5 {
    display: table-cell;
    width: 95%;
    vertical-align: middle;
    padding: 20px 10px 10px 10px;
    /* margin-top: 70px; */
}

.Message {
  font-size: 1.8rem;
  display: table;
  border-radius: 5px;
  position: relative;
  width: 100%;
  margin: 10px 10px 10px 0;
  background-color: #EDF0F2;
  color: #404040;
  padding:5px;
  }

  .Message-icon i.fa.fa-info-circle {
  color: #003C71;
}

.Message--warning {
  background-color: #FFF1D2;
  }

.Message-icon-warning {
  background-color: #FFF1D2;
  color: #E57310;
  font-size: 1.8rem;
  display: table-cell;
  width: 5%;
  vertical-align:top;
  padding: 20px 5px 0 20px;
  text-align: center;
  }

.Message-body--warning {
  display: table-cell;
  font-size: 1.8rem;
  width: 95%;
  vertical-align: middle;
  padding: 10px 10px 10px 10px;  
  
 > p {
  line-height: 1.2;
  margin-top: 6px;
  }
 }
div#partymessagecontainer {
  margin: -8px 0px 20px 0px;
}


.Message-body--warning p {
    font-size: 1.8rem;
}

.Message-body p {
    font-size: 1.8rem;
}

.Message--green {
    background-color: #EDF0F2;
  }

.Message--success {
    background-color: #E7F4E4;
  }

.Message-success-icon {
  display: table-cell;
  width: 5%;
  vertical-align:top;
  padding: 20px 5px 0 10px;
  text-align: center;
  background-color: #E7F4E4;
}

i.fa.fa-check-circle {
    color: #2D7C40;
}

i.fa.fa-exclamation-circle {
    color: #E57310;
}

.Message-icon {
  display: table-cell;
  width: 5%;
  vertical-align:top;
  border-radius: 5px;
  padding-left: 18px;
  padding-top: 20px;
  text-align: center;
  background-color: #EDF0F2;
}
.Message-body {
  display: table-cell;
  font-size: 1.8rem;
  line-height: 22px;;
  width: 95%;
  vertical-align: middle;
  padding: 20px 30px 10px 15px;  
 }

.alert.alert-block.alert-warning:before {
  content: "\e101";
  font-family: 'Glyphicons Halflings';
  padding: 15px;
  color: #E57310;
}
.crmEntityFormView .validation-summary ul {
  padding: 10px 0px 0px 29px;
  list-style: none;
  font-size: 1.8rem;
}
ul.alert-right {
    font-size: 1.6rem  !important;
    padding-left: 30px !important;
}

h2.validation-header {
    padding-left: 10px !important;
    display: initial;
    font-size: 1.8rem !important;
}

.fa-exclamation-triangle{
  color: #E72300;
  font-size: 1.6rem;
}


div#WebFormPanel{
  background-color: #ffffff;
  padding: 40px;
  margin-top: 6%;
}
/* Profile*/
a.text-primary {
    font-weight: bolder !important;
}

fieldset[aria-label="Company Info"]{
    padding-left:40px;
    margin-top: 90px;
}


label#vcms_portalusername_label:before {
    content: "Account settings";
    font-size:3.5rem;
    font-weight:600;
    color:#003C71;
    display: block;
    padding-bottom: 20px;
    padding-top: 20px;
}

@media (max-width: 767px) {

h2.validation-header {
    display: block;
    margin: -25px 20px 0 18px !important;
}

.crmEntityFormView table.section>tbody{
    display:block;
    margin: 0 20px 0 20px;
  }
}

/*save button*/

input#saveBtn {
    float: right;
}


.row.form-custom-actions .form-action-container-left {
    margin-left:20px;
}

input#emailaddress1 {
    width: 100%;
}

div#profileUsername label {
    /*font-size: 2.5rem;
    color: #003C71;*/
}

div#resetPass\ row h3 {
    font-size: 2.5rem;
    font-weight: bold;
    color: #003C71;
}

html[dir=ltr] .crmEntityFormView .tab .tab-column {
  padding-left:0px;
}

div#resetPass\ row {
  margin-left: -15px;
  }

.visible-xs-block {
  display: block;
}

/*App form tables styling*/

.view-grid .table>tbody>tr>td{
  background: transparent;
  color: #36454f;
  font-size: 1.8rem;
}

button.btn.btn-default.btn-xs.aria-exp {
  padding: 8px;
  border: none;
  background: transparent;
}

.table>thead>tr>th{
  border-bottom:none;
  color: #36454F;
  font-size: 1.8rem;
}

a.accordion-toggle.collapsed {
  display: table-cell;
}

/*Fee Relief*/




.crmEntityFormView .cell .picklist label{
  display: inline-block;
  padding: 10px;
  margin: 0 -40px 0 0;
}


/*mobile form app */

/*label#vcms_confirmunfairtermssellercontract_label {
  position: absolute;
  top: 673px;
}
@media only screen and (max-width: 767px){
label#vcms_confirmunfairtermssellercontract_label {
    position: absolute;
    top: 990px;
}
}*/
/*checkbox responsive*/


/*end*/
html[dir=ltr] .crmEntityFormView .cell.checkbox-cell .control {
    margin-top: 2px;
    margin-right: 4px;
    position: absolute;
    top: 0;  
}

html[dir=ltr] .crmEntityFormView .cell.checkbox-cell .info {
    order: 1;
    display: block;
    width: 100%;
}

@media only screen and (max-width: 767px) {
       html[dir=ltr] .crmEntityFormView .cell.checkbox-cell .control {
           top: 0;
       }
}


@media only screen and (max-width: 900px) {

  ol.progress.list-group.left {
      margin: 0 !important;;
      margin-top: 20px;
      box-shadow: none;
      background: unset;
    }
}

@media only screen and (max-width: 900px) {


    .container .row.webformrow {
        margin: unset;
    }

    html[dir=ltr] ol.progress.left li {
        width: 100%;
    }

    div#WebFormPanel {
        padding: 2px 4px 85px;
    }

    #WebFormControl_9eced9117aa7ed11aad1000d3a6adae6_ProgressIndicator {
      padding-top: 40px;
    }

    .content-panel .panel-group {
        padding: 20px;
    }

    .crmEntityFormView .tab-title {
        padding: 10px 0 0 16px;
    }

    .content-panel {
        margin: 0 0 0 0 !important;
    }

    .panel-group .panel-heading .panel-title a:before{
      padding-left: 30px !important;
    }
}


@media only screen and (max-width: 767px) {

  .row-steps {
    padding-bottom: 100px !important;
  }

  .row-steps-7 {
  padding-bottom: 130px !important;
  border-bottom: 1px solid #546222;
    
}

  .partymessagecontainer {
    margin-left:12px !important;
    margin-right:12px !important;
  }

  .page-heading h1, h1.welcome_text, h1 {
    /*font-size: 3.5rem !important; */
    width: 100%;
  }

  h2.tab-title, h2.application_status, h2.application_status, .panel-heading.case-status, h2, .casesummary-heading{
    font-size: 3rem !important;
  }

  h4.application_status, h4{
    font-size: 2rem !important;
    padding-bottom: 10px;
  }

  .need-help h3, h3{
    font-size: 2.5rem !important;
  }

   .breadcrumb, .col-lg-4 VCAT acknowledgement{
    padding-left: 20px;
  }

  .page-heading-small{
    padding-left: 10px;
  }

  h1 {
      padding-left: 14px;
      padding-right: 14px;
  }

  p.checklist {
  font-weight: 300 !important;
  font-size: 24px !important;
  line-height: 50px !important;
}

}


h2.checklist{
  font-weight:600;
  font-size:40px;
  line-height:44px;
}

p.checklist {
    font-weight: 300;
    font-size: 32px;
    line-height: 50px;
}

@media only screen and (max-width: 767px) {

.col-lg-4.VCAT.acknowledgement p{
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
    }
}

@media only screen and (max-width: 767px) {

.container{
width: 100%;
    }
}



@media only screen and (max-width: 767px) {
input#saveandexit {
  float: unset !important;
  margin: 0 !important;
  }
}


@media only screen and (min-width:768px) {

    html[dir=ltr] .div-left {
        float: left ! important;
    }
}

@media only screen and (max-width: 767px) {
  .visible-sm-block.navbar-brand,
  .visible-md-block.navbar-brand,
  .visible-lg-block.navbar-brand {
      display: block !important;
      margin-left: -4px;
    }
}

@media only screen and (max-width:767px) {

.page-header-app-form, 
.header-description{
  padding-left: 12%;
  }
}



@media only screen and (max-width:767px){
  .crmEntityFormView table.section>tbody>tr, .crmEntityFormView table.section>tbody>tr>td{
    display:inline;
  }
}

@media screen and (max-width: 767px){
.table-responsive {
  border:none;
  }
.crmEntityFormView table.section {
  padding: 0 0 0 0 !important;
  }

  form[action*=vcms_portaldocument] #drop-area {
  margin-left: 20px !important;
  margin-right: 20px !important;  
}

  form[action*=rtvcms_rtportaldocument] #drop-area {
  margin-left: 20px !important;
  margin-right: 20px !important;  
}


}

.crmEntityFormView table.section {
  padding: 0 15px 0 15px;
}

/*Modal upload case summary*/

button.close, .form-close {
  top: 6.5% !important;
  font-size:30px !important;
  font-weight: 800;
  line-height: 1;
  color: #003C71;
}

.form-close  {
  top: 3.5% !important;
}

.close {
  position: absolute;
  float:right;
  right:3%;
}

.close {
  opacity: 1;
}

h2.modal-title, .modal h2{
  font-size: 26px !important; 
  padding-right: 20px;
}

iframe.documentupload_iframe {
  height:380px !important;
}

/*Pop up*/
.modal-success{
  font-size: 1.8rem;
  border-radius: 5px;
  position: relative;
  width: 100%;
  background-color: #E7F4E4;
  color: #36454F;
  padding:0 0 20px 0;
  }

.modal-success-icon{
  display: table-cell !important;
  width: 5%;
  vertical-align:top;
  text-align: center;
  background-color: #E7F4E4;
}

.modal-success-icon {
  padding: 10px 5px 0 10px !Important;
}

.modal-content-SaveAndExit {
    background: #ffffff;
    padding: 20px;
}

h1.modal-title-SaveAndExit {
    text-align: center;
    font-weight: 700;
    padding-top: 20px;
}

.modal-body-SaveAndExit {
    text-align: center;
    padding: 24px 40px 24px 40px;
}
.btn-secondary{
  color:#003C71;
  background-color: #ffffff;
  border-color: #003C71;
}

.btn-secondary:hover{
  text-decoration: underline;
  background:#E2EAEE;
  color:#003C71;
}

.modal-title {
    margin: 10px 0 10px 0;
    line-height: 1.42857
}

.modal-header {
  /*padding: 15px 0 4px 15px;*/
}

.modal-header-SaveAndExit {
  border-bottom: 0px;
}

.modal-footer-SaveAndExit {
  border-bottom: 0px;
  text-align: center;
  padding-bottom: 20px;
}

.modal-container-icons {
    display:flex
}

.my-modal h2.tab-title {
  color: #546223;
  padding-bottom: 50px;
  border-bottom: 1px solid #546222;
}

/*Application checkbox*/
html[dir=ltr] .crmEntityFormView .cell.checkbox-cell div.info {
    padding-left: 26px;
}


/*Application mobile left column*/


#accordion .panel-heading[aria-expanded='false'] .section-title a:before {
  content: url(/plus-circle.png);
  padding-right: 20px;
}

#accordion .panel-heading[aria-expanded='true'] .section-title a:before {
  content: url(/minus-circle.png);
  padding-right: 20px;
}


label#vcms_termsandconditionsaccepted_label, label#vcms_allinformationprovidediscorrect_label, label#vcms_acknowledgeoffencefalseinformation_label, label#vcms_vcatprivacystatementaccepted_label {
    font-weight: normal;
}
/* Application submitted*/
.checklist img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

div#mainContent {
  padding-top: 40px;
}

div#mainContent-submitted {
  text-align: center;
  padding: 40px 20px 0px 20px;
  }


@media only screen and (min-width: 1200px) and (max-width: 1400px){
    section.loggedin, section.requestsection {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 450px;
    }
}

@media only screen and (min-width: 1401px) and (max-width: 3440px){
    section.loggedin, section.requestsection {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 550px;
    }
}

  
/* RHS need help*/

#need-help li {
  padding: 4px;
}
#need-help {
    /*list-style-image: url(/tick.png);*/
}

#need-help li::marker {
  content: "\2713\0020";
}

.need-help h3 {
  background: #722257;
  font-size: 3.5rem;
  color: #ffffff;
  padding: 30px;
  display: block;
  font-weight: 200;
  border-radius: 10px 10px 0 0;
}


.panel-title {
  margin-top: 0;
  margin-bottom: 0;
  color: inherit;
}

panel-group .panel-default {
  border-bottom: 1px solid #546223;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*.autocapitalize
{
    text-transform:capitalize;
}
*/

.panel-heading .accordion-toggle:before {
  /* symbol for "opening" panels */
  font-family: 'Glyphicons Halflings';  /* essential for enabling glyphicon */
  content: "\2212";    /* adjust as needed, taken from bootstrap.css */
  float: left;        /* adjust as needed */
  color: #36454f;   
  padding-right: 10px;  
}
.panel-heading .accordion-toggle.collapsed:before {
  /* symbol for "collapsed" panels */
  content: "\2b"; 
  padding-right: 10px;   /* adjust as needed, taken from bootstrap.css */
}

.panel-body a {
  word-break: normal;
}


html[dir=ltr] .crmEntityFormView .cell .picklist input[type=radio], html[dir=ltr] .crmEntityFormView .cell .boolean-radio input[type=radio] {
  margin: 27px 5px -10px 0;
  display: block;
  /* padding: 10px; */
  position: absolute;
  left: 20px;
}

.crmEntityFormView .cell .picklist label, .crmEntityFormView .cell .boolean-radio label {
  border: 2px solid #cccccc;
  display: inline-block;
  padding: 10px;
  margin: 10px -40px 0 0;
  padding: 10px;
  border-width: 100%;
  width: 100%;
  padding-left: 48px;
  border-radius: 5px;
}


.picklist.vertical {
  position: relative;
}

label.describe-label:hover {
    border: 2px solid #003C71 !important;
    background-color: #F1F7FA !important;
}


.boolean-radio label:hover {
    background-color: #F1F7FA;
}


.picklist.vertical{
    position: relative;
}

.boolean-radio{
       position: relative;
}

.panel-group .panel-heading .panel-title a {
  text-decoration: none;
  padding-left: 36px;
  display: block;
}


.panel-group .panel-heading .panel-title a:before {
  /* content: ' '; */
  background-repeat: no-repeat;
  display: inline-block;
  width: 22px;
  height: 12px;
  background-position: -92px -5px;
  margin-right: 10.5px;
  position: absolute;
  left: 22px;
}

.panel.panel-default h3 a{
  display:flex;
}
/*end*/


label#vcms_claimcodeid_label, label#vcms_buyerorseller_label{
  font-weight: bold;
}

.red-asterisk{
  color:#AD0000;
}
body{
  background-color: #ffffff;
  color: #36454f;
}

.app-page-bg body{
  background-color: #F2F2F2;
}

.fa-exclamation-triangle{
  color:#E72300; ;
}

.stepstitlecolumn {
  float: left;
  padding: 10px;
}

.stepstitlecolumn h2 {
  color: #546223;
  font-size: 3.5rem;
  font-weight: 300;
}


.stepsleft {
  width: 85%;
  height: 100px;
}

.stepsright {
  width: 15%;
  height: 100px;
  display: flex;
  justify-content: right;
  align-items: center;
  }


.stepsright img {
  max-width: 45px;
  float: right;
}

input#PreviousButton::after {
    content: "Back";
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.nav>li>a>img {
  padding-right: 4px;
}

.nav>li>a>img {
  max-width: 20px;
  max-height: 20px;
}
.navbar-nav>li>a>img {
  vertical-align:middle;
}


input[type=radio], input[type=checkbox] {
  transform:scale(1.7);
}

span.picklist label {
  padding-left: 5px;
  padding-top: 8px;
  
}

html[dir=ltr] .crmEntityFormView .cell .picklist input[type=radio] {
  margin: 28px 5px 5px 0;
  display: inline;
}



/*Application page */



fieldset[aria-label="Evidence"] h3 {
  margin-bottom: 0px !important;
}

table[data-name="SectionBuyer"]{
    position:relative;
    top:-20px;
}

@media only screen and (max-width: 767px){
    html[dir=ltr] .crmEntityFormView .actions .btn:first-child {
        width: 94% !important;
        margin-left: 10px !important;
        margin-top: 10px;
    }
    input#saveandexit {
        width: 94% !important;
        margin-left: 10px !important;
    }
    }

  @media only screen and (max-width: 767px){
    input#InsertButton {
        width: 96.4% !important;
    }
}


@media only screen and (max-width: 767px){
  input#saveandexit{
    margin-top: 10px !important;
  }
  legend.section-title {
      padding-top: 20px;
  }

[aria-label="Evidence Proof of Purchase"]{
  margin-top:-10px !important;
  }
 [aria-label="Evidence"]{
   margin-bottom:0px !important;
 }
}

[aria-label="Evidence Proof of Purchase"] td.clearfix.cell.subgrid-cell {
  padding-top: 0px;
}

.actions .col-sm-6 .btn-group.entity-action-button:only-of-type {    
  margin-left: auto; 
}

#UpdMSPicklistControl .msos-label .msos-checkbox + .msos-label-text:before {
  content: "\e739"  !important;
  transform: scale(-1.5);
}

#UpdMSPicklistControl .msos-label .msos-checkbox:checked + .msos-label-text:before {
  content: "\e73a" !important;
  padding: 0px 15px 0px 15px !important;
  transform: scale(1.5);
}

.msos-label {
  text-transform:inherit !important;
}

.navbar-nav {
  margin: 7.25px 35px;
}


html[dir=ltr] .crmEntityFormView .cell.boolean-radio-cell input[type=radio] {
    margin: 30px 8px 8px 0px;
}


@media only screen and (min-width: 900px) and (max-width: 1180px){
.row-steps {
  padding-bottom: 150px;
}

.crmEntityFormView .tab{
  padding-left: 10px;
  padding-right: 10px;
}

.content-panel {
  margin: 0px 0px 0px 0px! important;
}

html[dir=ltr] .div-left {
  float: left ! important;
  margin-left: -62px;
}

input#saveandexit {
  margin-right: 100px !important;
}

}


@media only screen and (max-width: 767px){
.container {
    width: 100% !important;
    overflow-x: hidden;
    }
}

@media only screen and (max-width: 900px){

.crmEntityFormView .tab{
  /*padding-left: 20px;*/
  /*padding-right: 20px;*/
}

.row-steps {
  padding-bottom:150px;
}

.page-header-app-form, .header-description {
    padding-left: 5%;
    padding-right: 10%;
}
}

@media only screen and (max-width: 900px){
    .page-header-app-form, .header-description {
        padding-left: 5%;
        padding-right: 10%;
    }

    .navbar-static-top.navbar-inverse .navbar-brand {
      color: #fff;

    }
    }
    
    @media only screen and (max-width: 767px){
    .breadcrumb-app-form {
        margin-left: 20px;
    }
}

.info:first-letter {
    text-transform:capitalize !important;
}

.entity-form input.form-control, .entity-form select.form-control, .entity-form textarea.form-control{
  font-size: 18px;
}

/* Button width mobile*/


a.btn.btn-primary.pull-right.action.create-action {
  /*text-transform: lowercase;*/
}

a.btn.btn-primary.pull-right.action.create-action:first-letter {
    text-transform:capitalize;
}

@media only screen and (min-width: 767px) and (max-width:1180px){
    html[dir=ltr] .crmEntityFormView .actions .btn:first-child {
        width: 98.5% !important;
        margin-left: 20px;
    }
    input#saveandexit {
       
        width: 95% !important;
        margin-left: 20px !important;
    }
    }
    
    @media only screen and (min-width: 768px) and (max-width:1024px){
    html[dir=ltr] .crmEntityFormView .actions .btn:first-child {
        /*width:98%;*/
        margin-left: 0px !important;
        float: right;
    }
    input#saveandexit {
       
        width: 98% !important;
        margin-left: -6px !important;
    }
    }




/*Fee relief application*/

.crmEntityFormView .cell.checkbox-cell label {
  font-weight: normal;
}

/* Thank you page CSS*/
@media only screen and (max-width: 767px){
    .container {
        width: 100% !important;
        overflow-x: hidden;
    }

    .breadcrumb-app-form {
        margin-left: 20px;
    }
    .row-no-application {
      margin: 0 20px 0 50px !Important;
}

}

/* Home page CSS*/

@media only screen and (min-width: 900px) and (max-width:1200px){
  .table-applicationstatus{
      padding-bottom:30px !important;
  }
}

.row-no-application {
  margin: 0 20px 0 20px;
}

@media screen and (max-width:1180px){
  .table-header {
    display: none;
  }
}

@media only screen and (max-width: 767px){
ul.menuItems > li {
    width: 150px !important;
    padding-right: 6px !important;
    margin-inline: 12px !important;
    margin-right: 18px !important;
    margin-left: 0px !important;
    }
    
    p.chevron{
        margin-left:0px !important;
    }

}

@media only screen and (max-width: 767px){
      .row.hearing_location.hearing_location.col-xs-12.col-sm-6.col-lg-6.virtual {
    margin-top: 40px;
    }

  .hearing_room.hearing-col.col-xs-12.col-sm-6.col-lg-6 {
  padding-top: 25px;
  }
    .container {
      width: 100% !important;
        overflow-x: hidden;
        overflow-y: hidden;
        padding-left:15px;
        padding-right:15px;
    }

    .container.wrapper-body
    {
        min-height:300px;
    }

    #documentUploadModal .container {
        min-height:300px;
    }
    
    ul.menuItems {
      margin: 0;
      padding-inline-start:44px;
    }

    footer .footer-bottom ul {
      list-style-type: none;
      margin-left: 11px;
      text-align: center !important;
    }
    
    
    .navbar-brand {
      float: left;
      padding: 14.5px 8px;
      font-size: 19px;
      line-height: 21px;
      height: 50px;
    }
    
    
    h2.resources_list {
        margin-left: 42px;
    }
 }

.resources_list.row {
    margin-left: 4px;
    margin-right:4px ;
    padding-top: 20px;
}
.centered {
    padding-bottom: 10px;
}

.col-xs-12.col-sm-12.col-lg-4 a.btn.btn-primary.btn-column {
   float: right;
}

@media screen and (max-width: 900px) {

    h1.welcome_text {
      margin:20px 20px 0 20px;
    }
h2.application_status {
    margin:0 20px 0 20px;
}
h4.application_status {
    padding-left: 49px;
    padding-bottom: 10px;
}

request-case-access{
  padding-left: 49px;
}
.resource_links h2 {
    font-size: 22px;
    color: #05356C;
}

h2.resources_list {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 20px;
  margin-right: 20px;
}

ul.menuItems {
        padding-inline-start: 31px !important;
}

.table-record.record-striped.record-row.row {
    padding:0 20px 0 20px;
    margin:0 20px 0 20px;
}
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  h2.resources_list{
  /*padding-left: 30px;*/
  }
}

@media only screen and (min-width: 900px) and (max-width:1180px){
    .application_statustext {
    padding-left: 10px !important;
    }

    span.application_statustext {
    margin-left: 5px;
  }
    .btn-column {
        margin-top: 20px;
    }

    ul.menuItems {
        /*padding-inline-start: 28px !important;*/
    }
    }

@media screen and (max-width: 900px) {

    .request-access {
    margin:0 35px 0 30px;
  }

    .btn-column {
        margin: 20px 0 20px 0;
    }
}

/*.section_application.row .col-lg-4 {
    float: right;
    width: 17%;
}


@media only screen and (max-width: 1180px){
.section_application.row .col-lg-4 {
    width: 92%;
    margin-right:20px;
  }
}*/


/*Case summary*/

html[dir=ltr] li a {
  margin-left:0px !important;
}


.link_order.col-xs-12.col-sm-2.col-lg-3 {
    padding-top: 15px;
}

.hearing_casedetails_casenumber.col-xs-12.col-sm-6.col-lg-6 {
  padding-bottom: 15px;
}

.hearing_casedetails-type.col-xs-12.col-sm-6.col-lg-6 {
  padding-bottom: 15px;
}

.date_order_header.col-xs-12.col-sm-5.col-lg-4 {
  padding-top: 15px;
  padding-bottom: 20px;
}

.deputry_order_header.col-xs-12.col-sm-5.col-lg-5 {
  padding-top: 15px;
  padding-bottom: 20px;
}

@media only screen and (max-width:844px){
.hearing_room.hearing-col.col-xs-.\31 2col-sm-6.col-lg-6 {
  padding-top: 50px;
}
}


div#usefullinks .panel-body a {
  word-break: normal !important;
}
li.usefullink-linkitem {
  list-style: none;
}

ul.usefullink-list {
  padding: 0px;
}
@media only screen and (max-width: 900px)  {
    .casesummary-heading {
        padding-left: 30px;
    }

    .panel-casesummary {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 1180px)  {
    .casesummary-heading {
        padding-left: 30px;
    }
     .stepper-wrapper {
    margin-left: 38px;
    display: inline-flex;
}
 }

 @media (min-width: 768px) and (max-width: 1024px){
.container {
    width: 98%;
    overflow-x: hidden;
}
}

/*Profile page*/

@media only screen and (max-width: 900px){
.form-custom-actions .btn {
  margin-left: 35px;
}

div#resetPass\ row {
  margin: 0 20px 0 20px;
}

.crmEntityFormView .tab-title {
    /*padding-left: 34px;*/
}
}

@media only screen and (min-width: 900px) and (max-width:1180px){
    .form-custom-actions .btn {
            margin-left: 15px;
    }

    div#resetPass\ row {
        margin-left: 0px;
    }

    .crmEntityFormView .tab-title {
        padding-left: 10px;
    }
    }
    
@media (min-width: 768px) and (max-width:1180px){
    .container {
     overflow-x:visible;/*double scroll bar fix*/
    }
    }
    @media only screen and (min-width: 900px) and (max-width: 1180px){
    .crmEntityFormView .tab-title {
      padding-left: 21px;
    }
  }


/*end*/

.navbar-toggle{
  margin-top: 30px;
  margin-left: 30px;
  padding: 0px 0px;
  float: left;
}

span.boolean-radio label {
  padding-left: 5px;
  padding-top: -15px;
  margin-top: -29px;
  margin-left: 34px;
}

/*
html[dir=ltr] .crmEntityFormView .cell.boolean-radio-cell input[type=radio] {
  margin: 19px 8px 8px 0px;
}*/

input#vcms_isthisasetamount_0 {
  margin: 28px 8px 8px 0px;
}
input#vcms_isthisasetamount_1 {
    margin: 28px 8px 8px 0px;
}
input#vcms_wasacontractsigned_1 {
  margin: 26px 8px 8px 0;
}



input#vcms_isapplicationinresposneofclaim_1 {
  margin: 28px 8px 8px 0px;
}

/*
input#vcms_interiminjunctionrequired_0{
  margin: 28px 8px 8px 0;
}
*/
input#vcms_isapplicationinresposneofclaim_0, input#vcms_isapplicationinresposneofclaim_0, input#vcms_applicantsrequireassistanceathearing_1, input#vcms_applicantsrequireassistanceathearing_0, input#vcms_interiminjunctionrequired_1, input#vcms_applyingforfeerelief_0, input#vcms_applyingforfeerelief_1, input#vcms_sellersuppliedgoodserviceinfull_0, input#vcms_sellersuppliedgoodserviceinfull_1, input#vcms_confirmbuyermisledcausingloss_0, input#vcms_confirmbuyermisledcausingloss_1, input#vcms_outstandingpaymentsonpurchase_0, input#vcms_outstandingpaymentsonpurchase_1 {
  margin: 28px 8px 8px 0;
}

.crmEntityFormView .cell.boolean-radio-cell label {
float: none;
}

.panel-heading {
padding: 10px 11px 10px 10px;
border-bottom: 1px solid transparent;
border-top-right-radius: -1px;
border-top-left-radius: -1px;
}

.cell textarea:focus{
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset:-2px;
}

.crmEntityFormView .cell input[type=text]:focus{
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset:-2px;
}


.content-panel {
background: #ffffff;
margin: 19% 34% 0 0;
padding-bottom: 10px;
}

ol.progress.list-group.left {
box-shadow: none;
background: unset;}

media only screen and (max-width: 900px){
ol.progress.list-group.left {
margin: 0 !important;
margin-top: 20px;
padding-top: 34px;
margin-top: 32px;
}
}


@media only screen and (max-width: 900px){
.page-header-app-form, .header-description {
padding-left: 1%;
padding-right: 10%;
}
}

@media only screen and (min-width:900px) and (max-width: 1180px){
.content-panel {
margin: 0px 58px 0px 58px! important;
}
.panel-group .panel-heading .panel-title a:before{
  padding-left:64px !important;
}
}

/*
html[dir=ltr] .crmEntityFormView .cell.boolean-radio-cell input[type=radio] {
    margin: 30px 8px 8px 0px;
}*/
/*end*/

div#collapseOne p {
  font-family: 'Roboto', sans-serif;
  /*color: #36454f;*/
}

.panel-default>.panel-heading {
  /*color: #36454f;*/
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.collapse.in {
  padding:0px;
}

.panel-default {
    border-color: rgba(0, 0, 0, 0);
}

span.cell.boolean-radio-cell input[type=radio] {
    /* vertical-align: top; */
}
/*Case Summary Styling*/

form[action*=vcms_portaldocument] table[data-name="section_general"]{
  display:none;
}

form[action*=rtvcms_rtportaldocument] table[data-name="section_general"]{
  display:none;
}

form[action*=vcms_portaldocument] .crmEntityFormView fieldset {
  margin-top: 10px;
   margin-bottom:10px;
}

form[action*=rtvcms_rtportaldocument] .crmEntityFormView fieldset {
  margin-top: 10px;
   margin-bottom:10px;
}

form[action*=vcms_portaldocument] #drop-area {
  margin-left: 10px;
  margin-right: 20px;  
}

form[action*=rtvcms_rtportaldocument] #drop-area {
  margin-left: 10px;
  margin-right: 20px;  
}


form[action*=vcms_portaldocument] .actions {
  margin-left: 10px;
  margin-right: 10px;  
}


form[action*=rtvcms_rtportaldocument] .actions {
  margin-left: 10px;
  margin-right: 10px;  
}


form[action*=vcms_portaldocument_civilapplication] .crmEntityFormView fieldset {
  margin-top: 10px !important;
}


#taskCompletionModalContent{
border-radius: 8px;
}
#taskCompletionModalBody{
background: #E7F4E4;
border-radius: 8px;
padding: 24px;
}
.task-success-icon{
color: #2D7C40;
}
.task-success-text{
  color: #36454F;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  padding-left: 10px;
}
.download-link{
    font-weight: 700;
    font-size: 14px;
    color: #003C71;
}

#drop-area {
    border: 2px solid;
    border-radius: 11px;
    border-color: #D5D9D9;
    padding: 16px;
}
label.upload-labelicon{
  margin-bottom: 0px;
  color: #003C71;
}
.uploadicon{
font-size: 2em;
}

span.glyphicon.glyphicon-plus-sign.fa-lg.uploadicon {
    vertical-align: -11px;
    margin-right: 10px;
}

label.upload-labelicon {
  cursor:pointer;
  margin-top: 5px;
}

.hearing_record_title {
width: 650px;
height: 30px;
left: 0px;
top: 0px;
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 20px;
line-height: 30px;
color: #003C71;
}
.hearing_record .row{
    margin-top: 16px;
    /*margin-bottom: 10px;*/
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    color: #36454F;
}
.hearing_record_col_text{
  margin-left: 5px;
}
.hearing-col{
    padding-left: 0px;
}
.hearing-text{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    /*font-size: 12px;*/
    line-height: 22px;
    color: #011A3C;
}

.record_col_text{
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
  /*  font-size: 12px;*/
    line-height: 22px;
    color: #011A3C;
}
.casesummary-heading{
    padding-top: 24px;
    padding-bottom: 16px;
    font-family: Roboto;
    font-size: 40px;
    font-weight: 600;
    line-height: 44px;
    letter-spacing: 0px;
    text-align: left;
    color: #003C71;
    margin:0px;
}
.case-status{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 44px;
    color: #404040;
    padding-left: 24px;
}
.case-details-text{
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #404040;
}
.case-panelheading{
    font-family: Roboto;
    font-size: 22px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 0px;
    text-align: left;
    background: #011A3C;
    padding-left: 16px;
}
.case-panelsubheading{
    font-family: Roboto;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0px;
    text-align: left;
    color: #011A3C;
}
.uploaddocumentsbutton {
    float: right;
}
.casesummarybutton {
    margin-top: 0px !important;
}
.taskbutton {
    width: 100%;
}
.usefullink-linkitem {
margin-bottom: 10px;
}

.casereference{
padding-left: 15px;
}

.no-record-text{
  text-align: center;
}

.panel-casesummary{
    border: 1px solid;
    border-radius: 11px;
    border-color: #ccc;
    padding:0px 10px;
}
.casesection-table{
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
}

.hidden-header thead {
  position: absolute;
  left: -9999px;
}

.progressbar-container{
    margin: 20px 0 20px 0;
    /* min-width: 1170px;
    overflow: auto; */
}

.panel {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
.progressbar-container.container {
    display: inline-block;
    overflow-x: auto;
  }
  .stepper-item.completed .step-counter {
    color: #ffffff;
  }
}
.case_usefullinks{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #0052C2;
}
//progress bar css
.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 6px solid #003C71;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 6px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #FFFFFF;
  border-color: #003C71;
  border-style: solid;
  border-width: 3px;
  margin-bottom: 6px;
  color: #003C71;
font-family: 'Roboto';
font-style: normal;
font-weight: 700;
font-size: 24px;
}

.stepper-item.active {
  font-weight: bold;
}

.stepper-item.completed .step-counter {
  color: #FFFFFF !important;
  background-color: #003C71;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 6px solid #2e8540;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}
.stepper-item:last-child::after {
  content: none;
}
.step-name{
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #36454F;
    text-align: center;
}

/*Form styling*/
.pill-105{
  width:50px;
  height: 25px;
  border-radius: 25px;
  background: #949494;
}

.pill-101{
  width:50px;
  height: 25px;
  border-radius: 25px;
  background: #003C71;
}
.thumb-106{
  width: 20px;
  height: 20px;
  background-color: #ffffff;
}

.thumb-102{
  width: 20px;
  height: 20px;
  background-color: #ffffff;
}

.thumb-102 :hover{
  background-color: #ffffff;
}

.crmEntityFormView div.description.above {
  font-size: 1.8rem;
}

.text-104{
  font-family: 'Roboto', sans-serif;
  font-size: 1.8rem;
}
/* Resources*/

ul.menuItems{
  margin: 0;
  padding-inline-start: 0px;

}
ul.menuItems > li {
    height: 150px;
    width: 170px;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-flex;
    background-color:#FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    margin-inline: 18px;
    margin-bottom: 35px;
    border-bottom-style: solid;
    border-bottom-color: #003C71;
    border-bottom-width: thick;
    margin-left: auto;
    
    /* You can also add some margins here to make it look prettier */
}

ul.menuItems > li > a{
  color: #003C71;
  font-weight: 400;
  font-size: 16px;
}

ul.menuItems > li:hover{
  background-color: #F6F6F9;
}

.resource_links{
  padding-bottom: 100px;
  /*padding-top: 40px;*/
  /*margin: 0 10px 0 10px;*/
}
h1.resources_list{
    color:#003C71;
    font: Roboto;
    font-weight: 500;
    font-size: 30px;
    display: block;
    margin-left: auto;
    padding-bottom: 10px;
}

p.resources_text{
  width: 110px;
  border-top: 0px; 
  display:inline-block;  
}


p.chevron{
  border-top: 0px; 
  float:right;
  margin-left: 10px;
  margin-top: 25px;
}

/* Stackable table*/

.table-responsive-stack tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}


.table-responsive-stack td,
.table-responsive-stack th {
   display:block;
/*      
   flex-grow | flex-shrink | flex-basis   */
   -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive-stack .table-responsive-stack-thead {
  font-weight: bold;
}
span.table-responsive-stack-thead:after {
  content: "\a";
  white-space: pre;
}
@media screen and (max-width: 768px) {
    .application_statustext {
    margin-left: 20px !important;
}
   .table-responsive-stack tr {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      /*border-bottom: 3px solid #ccc;*/
      display:block;
      
   }
   /*  IE9 FIX   */
   .table-responsive-stack td {
      float: left\9;
      width:100%;
   }
}

/* Homepage styling*/

div#mainContent\ homepage {
    padding-top: 20px;
}

.resource_links_request-access {
    padding: 40px 0 0 0;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
        .record-row{
        margin:0 20px 0 20px;
    }
    h1.welcome_text{
       margin:20px 20px 0 20px; 
    }
    h2.application_status{
        margin:40px 20px 0 20px; 
    }
    /*.section_application.row .col-lg-4 {
        margin: 0 35px 0 20px;
    }*/
    a.backtotop {
        width:fit-content !important;
        padding: 10px 17px !important;
        margin: 15px 0 0 0 !important;
    }

    ul.footer-contact.row {
        margin: 24px 80px 0 0 !important;
    }

      ul.pagination {
    margin:20px;
  }
  .resource_links_request-access {
    margin:20px;
  }

  .request-access{
  margin:0 20px 0 20px;
  }
}


.application_statustext {
    margin-left: 20px;
}

@media screen and (min-width: 900px) {
    .application_statustext {
    margin-left: 20px !important;
}
.table-header{
  text-align: left;
  font-weight: 700;
  height: 52px;
  size: 16px;
  line-height: 20px;
  color: #011A3C;
}
}

.mobile-table-header{
    text-align: left;
    font-weight: 700;
    size: 16px;
    line-height: 20px;
    color: #011A3C;
    padding-left: 15px !Important;
}
  .table-record{
  font-style: normal;
  font-weight: 400;
  /*font-size: 14px;*/
  line-height: 22px;
  color: #011A3C;

}
.record-row{
    padding: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

.table-applicationstatus {
  display : flex;
  /*align-items : center;*/
  padding-bottom: 10px;
}
.applicationstatus-bar{
   transform: scale(1, 3);
}

span.applicationstatus-bar {
    position:absolute;
    top:2px;
}

.record-striped:nth-child(odd) {
  background-color: #F6F6F9;
}

.table-record.record-striped.record-row.row:nth-child(even) {
  background-color: #F6F6F9;
}

.table-record.record-striped.record-row.row:nth-child(odd) {
  background-color: #FFFFFF;
}

tr.task_record.record-row {
  padding-top: 15px;
  padding-bottom:15px;
  padding-left:15px;
}

tr.row-case-header {
  padding-left: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
}

div#caseheadingcontainer {
    padding-top: 20px;
}

input#saveandexit {
  margin-left: auto;
  margin-right: 8px;
  height: 48px;
  /*position: relative;
  z-index: 150;
  margin: -107px 44px 0 30px;
  float: right;*/
}

@media only screen and (min-width: 767px) and (max-width:1180px){
input#saveandexit {
    float: unset !important;
    margin-bottom: 8px !important;
    width: 100% !important;
}
    .actions .col-sm-6 .btn-group.entity-action-button:only-of-type {
        margin-left: 0;
    }

}

img.health {
    padding-bottom: 20px;
}

.actions > .col-sm-6 > .btn-group:nth-child(2) {
  order: 2;
}
.actions input#NextButton {
  /*margin-right: 0;*/
}

@media screen and (min-width: 900px) {
.application_statustext{
  padding-left: 20px;
  /*position: absolute;*/
}
span.application_statustext {
  margin-left: 3px !important;
}
}

th {
  text-align: left;
  font-weight: 700;
  size: 14px;
  line-height: 20px;
  color: #011A3C;
}
td {
    width: auto;
    vertical-align: middle;
    /*height: 20px;*/
    color: #011A3C;
}

.colorlabel {
  color: white;
  padding: 2px;
}
.submitted {background-color: #2e8540;} /* Green */
.started {background-color: #003C71;} /* Blue */
.furtherinfo {background-color: #E57310;} /* Orange */
.caseclosed {background-color: #E72300;} /* Red */ 

h1.welcome_text{
  padding-bottom: 10px;
  position: relative;
  width: auto;
  font-weight: 300;
  font-size: 5.5rem;
  color:#53565A;
}
h2.application_status{
  padding-top: 0px;
  padding-bottom: 20px;
  padding-left: 16px;
  color:#546223;
  font-weight: 700;
  font-size: 24px;
  line-height: 44px;
  left: 0%;
  width: auto;

}

h2.rtapplication_status {
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 16px;
    color: #722257;
    font-weight: 700;
    font-size: 24px;
    line-height: 44px;
    left: 0%;
    width: auto;
}

h2.application_header
{
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 4px;
  color:#003C71;
  font-weight: 600;
  font-size: 40px;
  line-height: 44px;
  left: 0%;
  width: auto;
}

.case-number-header {
  padding: 0px 0px 0px 12px;
}

.case-type-header {
  padding: 0px 0px 0px 10px;
}

.last-updated-header {
  padding: 0px 0px 0px 5px;
}

.case-status-header {
  padding: 0px 0px 0px 8px;
}
.case-type-header {
    padding: 0px 0px 0px 10px;
}

.table-header.row {
    padding: 15px;
    margin-left: 10px;
    margin-right: 10px;
  }

.panel-heading.case-status {
    padding-top: 20px;
    margin:0px;
}

.panel-heading.case-panelheading {
    padding-top: 20px;
    margin:0px;
    border:0px !important;
}

.section_application {
    padding: 20px;
    border-radius: var(--Space-xs, 8px);
    border: 1px solid rgba(203, 203, 203, 0.80);
}


@media screen and (max-width: 900px) {
h2.application_status{
  padding-left: 30px;
  padding-top: 60px;
  }
h4.application_status{
  padding-left: 30px;
  padding-top: 60px;
  padding-bottom: 10px;
  }

}

/*.section_application{
  padding-bottom: 20px;
  padding-top: 20px;
}
.resources_list{
  position: relative;
  left: 0%;
  width: auto;
  margin-bottom:30px
}

/*Sign in*/
input#extension_accountName, input#extension_organisationNumber, input#extension_ACN, input#extension_accountName, input#extension_ABN, input#ReadOnlyEmail,input#ReadOnlyEmail_ver_input, input#ReadOnlyEmail,input#ReadOnlyEmail_ver_input  {
  width: 100%;
}

@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation:landscape) {
    input[type=radio], input[type=checkbox] {
    transform:scale(1.1) !important;
  }

    input#Individual\ trading\ under\ a\ business\ name {
    margin: 2px 0px 0px 0px !important;
}
    .describe input[type=radio] {
    left:10px !important;
    margin: 0px 0px 2px 0px !important;
  }
}
/* ipad*/

@media only screen and (min-width: 768px) and (max-width: 1024px)   {
    input[type=radio], input[type=checkbox] {
      transform:scale(1.1) !important;
  }
}

/* ipad pro Landscape*/

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {
    input[type=radio], input[type=checkbox] {
      transform:scale(1.1) !important;
  }
    input#Individual\ trading\ under\ a\ business\ name {
      margin: 0px 0px 0px 0px !important;
}
  .describe input[type=radio] {
    left:10px !important;
    margin: 0px 0px 2px 0px !important;
  }
}

  /* ipad pro Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
    input[type=radio], input[type=checkbox] {
    transform:scale(1.1) !important;
}
    input#Individual\ trading\ under\ a\ business\ name {
      margin: 0px 0px 0px 0px !important;
}
  .describe input[type=radio] {
    left:10px !important;
    margin: 0px 0px 2px 0px !important;
  }
}

@media only screen and (max-width: 767px) {
    input[type=radio], input[type=checkbox] {
    transform:scale(1.1) !important;
  }
      input#Individual\ trading\ under\ a\ business\ name {
    margin: -14px 0px 0px 0px !important;
}
  .describe input[type=radio] {
    left:10px !important;
    margin: 0px 0px 2px 0px !important;
  }
  .login-register-page .head h1 {
    font-size: 30px !important;
    }
}

@media only screen and (max-width: 767px) {
  input#Individual\ trading\ under\ a\ business\ name {
    margin:-10px 0px 0px 0px;
}
}

.describe input[type=radio] {
  position:absolute;
  left:15px;
  display: inline;
  margin:2px 0px 2px 0px;
}


label.describe-label {
  border: 2px solid #cccccc;
  background-color: #ffffff;
  border-radius: 5px;
  padding-block: 10px;
  font-weight: normal;
  margin:10px -40px 0 0;
  width:100%;
  padding-left:35px;
  padding-right:10px;
}


.describe {
  padding-top:5px;
  padding-bottom:20px;
}

div#filerror {
  padding-left: 50px;
  padding-top: 10px;
}
.login-register-page #api{
 padding: 10px;
 background-color: #ffffff;
}
.error.itemLevel.show:before {
  content: "\e107" !important;
  padding: 0 10px 10px 0;
  font-family: 'Glyphicons Halflings' !important;
}

.login-register-page .head h4 {
  width: 70% !important;
  margin-left: 50px !important;
}

::-webkit-input-placeholder {
         color: transparent;
}
:-moz-placeholder { /* Firefox 18- */
         color: transparent;
}

::-moz-placeholder {  /* Firefox 19+ */
         color: transparent;
}

:-ms-input-placeholder {  
         color: transparent;
}

#labelID{
        display:block;
}

div#attributeList {
    padding: 20px !important;
    background-color: #ffffff !important;
    border-radius: 10px !important;
}

.login-register-page #api .attr li input{
  margin-bottom: 24px !important;
}

.login-register-page #api li input, .login-register-page #api li input  {
  /*background: #ffffff !important;*/
}

.login-register-page .login {
  background-color: #F5F5F5 !important;
}
div#api .heading {
  display: none;
}

.login-register-page .head h1 {
  font-size: 1.3em;
  font-weight:bold;
  width: 100%;
  text-align: center;
}

.login-register-page .head {
  margin: 0 auto;
  padding: 0 0;
  border-bottom: 1px solid var(--Secondary-color4);
}

input#email, input#password, input#newPassword.textInput, input#reenterPassword.textInput, input#givenName.textInput, input#surname.textInput , input#emailVerificationCode.textInput{
  width: 100%;
}

.login-register-page label {
  display: block;
}

.login-register-page #api li input{
  /*width: 100%;*/
}

label#ReadOnlyEmail_ver_input_label {
  width: 100%;
}

div#codeVerification label {
  font-size: 1.8rem;
  padding-top:10px ;
}

.phoneNumber {
    font-size: 1.8REM;
    padding: 10px;
}
/*review checkbox*/
input[type="checkbox"]{
  margin: 4px 4px 4px 0px;

}
.rememberMe label{
  display: inline;
  margin-left: 2px;
}

.checkBoxDiv{
  display: table;
  padding-top: 5px;
}
.checkBoxDiv label {
  display: table-cell;
  padding-left: 5px;
  padding-top: 2px;
  vertical-align: middle;
}

.info.required label {
    font-weight: bold;
}

html[dir=ltr] .crmEntityFormView .cell.checkbox-cell:first-child {
  padding:10px;
}


select#countryCode {
  height: 40px;
  width: 330px;
}

.number {
  padding-top: 10px;
}

input#number {
  height: 40px;
  width: 330px;
}

input#verificationCode {
  height: 40px;
  width: 330px;
}

td.clearfix.cell.checkbox-cell {
   padding: 10px;
    position: relative;
}
.checkBoxDiv input#chkBoxtoggler2, input#chkBoxtoggler1{
  padding-top: 5px;
}

.description.below .Message--green{
  padding-top: 5px;
}

table.table.table-striped.table-fluid th{
  vertical-align: top;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #F6F6F9;
}

@media screen and (min-width: 1px) and (max-width: 600px)
.login-register-page .column {
    min-width: 92%;
}
/*Assistance table*/
table.table.table-striped.table-fluid td{
  vertical-align: top;
}

table.table-striped.table-fluid tr:nth-child(even) {  
  background-color: #FFFFFF;
}

/*html[dir=ltr] .crmEntityFormView .cell.checkbox-cell:first-child {
  padding: 0 10px 0 0;
}

.crmEntityFormView div.description.below {
  padding-top: 60px;
}

.crmEntityFormView div.
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* line 19, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
h1.underline, h4.underline {
  border-bottom: 1px solid #bcbcbc;
  padding-bottom: 21px; }

/* line 24, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
div {
  word-break: normal; }

/* line 27, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-brand {
  height: fit-content !important;
  padding:14.5px 8px;
   }

/* line 30, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.input-group-btn {
  vertical-align: top; }

@media (max-width: 767px) {
  /* line 36, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .text_center-mobile {
    text-align: center; } }

/* line 42, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.btn-lg-home {
  padding: 20px 40px;
  font-size: 15px; }

/* line 47, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.btn-info-home {
  color: #fff;
  border-color: #fff;
  background: transparent; }
  /* line 52, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .btn-info-home:hover {
    color: #000;
    border-color: #000;
    background: #fff; }
  /* line 57, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .btn-info-home:active {
    color: #000;
    border-color: #000;
    background: #fff; }
  /* line 62, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .btn-info-home:focus {
    color: #000;
    border-color: #000;
    background: #fff; }

.pagination{
  font-size: 1.8rem;
}

@media (max-width: 767px){
  .pagination{
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media screen and (max-width: 900px){
    .pagination{
    padding-left: 20px !important;
    padding-right: 20px !important;
    margin-left: 20px;
    margin-right: 20px;
  }
}

/* line 75, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.breadcrumb > li a, .breadcrumb > li a:hover, .breadcrumb-app-form > li a, .breadcrumb-app-form > li a:hover {
  text-decoration: none;
  color: #ffffff; }

/* line 81, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.breadcrumb-app-form > .active, .breadcrumb  > .active {
  font-weight: bold; }

/* line 93, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > li > a,
.pagination > li > span {
  background-color: transparent;
  border: 0px;
  margin-left: 10px;
  width: 40px;
  height: 40px;
  text-align: center; }

/* line 104, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > li:first-child > a:hover,
.pagination > li:first-child > span:hover {
  background: none; }

/* line 111, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > li:last-child > a:hover,
.pagination > li:last-child > span:hover {
  background: none; }

/* line 120, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
  background-color: transparent;
  border-color: transparent; }

/* line 130, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.pagination > .active > a,
.pagination > .active > a:hover,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
  border-color: transparent;
  border-radius: 50%;
  border: solid 1px; }

/* line 141, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top {
  border-width: 0; }

/* line 145, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top {
  border-width: 0;
  margin-bottom: 0; }

/* line 149, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-default {
  border-color: transparent; }

/* line 153, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.homelink, a.homelink:hover, a.homelink:focus {
  color: #fff;
  text-decoration: none; }

/* line 158, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.register-bar {
  clear: both; }

/*navbar min heigh*/
.navbar {
    min-height: 85px;
}

.navbar-right{
  padding-top: 14.5px;
}

/* line 162, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar {
  min-height: 67px; }
  /* line 165, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-fixed-top.navbar .navbar-collapse {
    max-height: 510px;
    box-shadow: none;
    border-top: none;
    padding-top: 8px; }
  /* line 172, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-fixed-top.navbar .navbar-form {
    border: none;
    margin-left: 0;
    margin-right: 0; }
    /* line 177, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-fixed-top.navbar .navbar-form .form-control {
      font-size: 1em; }

/* line 184, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .navbar-collapse {
  max-height: 510px !important;
  box-shadow: none;
  border-top: none;
  background: #003C71 !important; }

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
  background-color: #003C71 !important; 
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: 1rem;
}

.navbar-inverse .navbar-toggle {
  background-color: #003C71 !important; 
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:hover, .navbar-inverse .navbar-nav>.open>a:focus {
  background-color: #ACA39A;
  border-bottom: 4px solid #41748D;
  color: #fff;
}

/* line 190, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .navbar-form {
  border: none;
  margin-left: 0;
  margin-right: 0; }
  /* line 195, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-static-top.navbar .navbar-form .form-control {
    font-size: 1em; }

@media (min-width: 992px) {
  /* line 200, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .fix-navbar .register-bar {
    display: none; } }

/* line 206, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar > .container > .row > div {
  float: none !important;
  display: inline-block;
  vertical-align: bottom; }

/* line 211, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar > .container > .row > div {
  float: none !important;
  display: inline-block;
  vertical-align: bottom; }

/* line 220, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar .menu-bar > .navbar-nav > li > a {
  font-family: Roboto,sans-serif;
  font-size: 1em;
  font-weight: bold; }

/* line 227, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
  height: 21px;
  margin: 0 4px;
  margin-top: 14.5px;
  border-right: 1px solid #fff;
  border-left: 1px solid #666; }

/* line 239, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
  font-family: Roboto,sans-serif;
  font-size: 1em;
  font-weight: bold; 
  text-decoration:none;
  }
/*  
@media only screen and (max-width: 767px){
  .navbar-static-top.navbar .menu-bar > .navbar-nav > li > a{
  padding: 20px 0px 20px 0px;
  }
}
*/
/* line 246, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
  height: 21px;
  margin: 0 4px;
  margin-top: 14.5px;
  border-right: 1px solid #fff;
  border-left: 1px solid #666; }

/* line 256, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top .navbar-brand {
  font-size: 2.11em;
  font-family: Roboto,sans-serif;
  color: #232222;
  position: relative; }
  @media (max-width: 1200px) {
    /* line 256, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-fixed-top .navbar-brand {
      position: initial;
      height: 42px; } }

/* line 268, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top .navbar-header {
  padding-top: 8px; }

/* line 273, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top .navbar-brand {
  font-size: 2.11em;
  font-family: Roboto,sans-serif;
  color: #232222;
  position: relative; }
  @media (max-width: 1200px) {
    /* line 273, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .navbar-static-top .navbar-brand {
      position: initial;
      height: 42px; } }

/* line 293, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-fixed-top.navbar-inverse {
  background-color: #232222;
  border-color: transparent; }
  /* line 297, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-fixed-top.navbar-inverse .navbar-brand {
    color: #fff; }
  /* line 300, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-fixed-top.navbar-inverse .divider-vertical {
    border-right-color: #fff;
    border-left-color: #111; }

/* line 305, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-static-top.navbar-inverse {
  background-color: #003C71;
  border-color: transparent;
  height: 85px;
  }
  /* line 309, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-static-top.navbar-inverse .navbar-brand {
    color: #fff; }
  /* line 313, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-static-top.navbar-inverse .divider-vertical {
    border-right-color: #fff;
    border-left-color: #111; }

/* line 320, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.navbar-inverse .navbar-nav > li > a {
  color: #fff; }
  /* line 323, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #ACA39A;
    border-bottom: 4px solid #41748D;
    padding-bottom: 10px; }
  /* line 329, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
  }

@media (max-width: 1199px) {
  /* line 340, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: #ACA39A;
    border-bottom: 4px solid #41748D;
    padding-bottom: 6px; } }

/* line 351, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.menu-bar .shopping_link {
  position: relative; }
  /* line 354, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .menu-bar .shopping_link .cart_amount {
    border-radius: 100%;
    height: 17px;
    width: 17px;
    position: absolute;
    bottom: 6px;
    right: -6px;
    background-color: #2f5fef;
    text-align: -webkit-center;
    line-height: 17px;
    font-size: 9px;
    padding-left: 1.9px;
    color: #fff; }
    /* line 368, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .menu-bar .shopping_link .cart_amount:hover {
      color: #fff; }

@media (max-width: 1199px) {
  /* line 376, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-fixed-top .navbar-collapse .nav > .divider-vertical {
    display: none; } }

@media (max-width: 1199px) {
  /* line 381, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-static-top .navbar-collapse .nav > .divider-vertical {
    display: none; } }

@media (max-width: 767px) {
  /* line 386, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-fixed-top.navbar > .container > .row > div {
    display: block; }
  /* line 390, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-header {
    position: relative; } }

@media (max-width: 767px) {
  /* line 395, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-static-top.navbar > .container > .row > div {
    display: block; }
  /* line 399, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-header {
    position: relative; } }

/* line 406, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel {
  -webkit-box-shadow: 0 0px 0px transparent;
  box-shadow: 0 0px 0px transparent; }

/* line 413, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.panel-group {
  margin-bottom: 21px; }
  /* line 416, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .panel-group.border-bottom {
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 84px; }
  /* line 421, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .panel-group .panel {
    border-radius: 0px;
    border: none;
    box-shadow: none; }
    /* line 426, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .panel-group .panel + .panel {
      margin-top: 5px; }
  /* line 431, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .panel-group .panel-heading {
    border-bottom: 0; }
    /* line 435, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .panel-group .panel-heading .panel-title a {
      text-decoration: none; }
      /* line 438, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .panel-group .panel-heading .panel-title a:hover {
        color: #41748D;
        text-decoration: underline; }
      /* line 442, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .panel-group .panel-heading .panel-title a:before {
        /*content: ' ';*/
        background-repeat: no-repeat;
        display: inline-block;
        width: 22px;
        height: 12px;
        background-position: -92px -5px;
        margin-right: 10.5px;
        padding-left: 10px; }

      /* line 453, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .panel-group .panel-heading .panel-title a.collapsed:before {
        background-position: -5px -126px; }
    /* line 461, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .panel-group .panel-heading + .panel-collapse > .panel-body,
    .panel-group .panel-heading + .panel-collapse > .list-group {
      border-top: none; }
  /* line 466, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .panel-group .panel-footer {
    border-top: 0; }
    /* line 469, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .panel-group .panel-footer + .panel-collapse .panel-body {
      border-bottom: none; }
  /* line 474, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .panel-group .panel-default {
    border-color: none; }
    /* line 6, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/mixins/panels.scss */
    .panel-group .panel-default > .panel-heading {
      color: #333333;
      background-color: transparent;
      border-color: none; }
      /* line 11, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/mixins/panels.scss */
      .panel-group .panel-default > .panel-heading + .panel-collapse > .panel-body {
        border-top-color: none; }
      /* line 14, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/mixins/panels.scss */
      .panel-group .panel-default > .panel-heading .badge {
        color: transparent;
        background-color: #333333; }
    /* line 20, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/mixins/panels.scss */
    .panel-group .panel-default > .panel-footer + .panel-collapse > .panel-body {
      border-bottom-color: none; 
}

/* line 482, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
body {
  padding-top: 0px;
  min-height: 100vh;
    display: flex;
    flex-direction: column;
     }
  @media (max-width: 767px) {
    /* line 482, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    body {
      padding-top: 0px; } }

/* line 491, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.layer_down {
  height: 50px;
  background: url("layer_down.png") no-repeat bottom center;
  position: absolute;
  bottom: 0;
  z-index: 900;
  width: 100%; }

/* line 500, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.layer_up {
  height: 40px;
  background: url("layer_up.png") no-repeat bottom center;
  position: relative;
  z-index: 20; }

/* line 507, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-margin {
  margin: 21px 0; }

/* line 511, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.color-inverse {
  color: #fff; }
  /* line 514, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .color-inverse h1, .color-inverse h2, .color-inverse h3 {
    color: #fff; }

/* line 522, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-inline-search {
  background: url("helpdesk.png") no-repeat;
  background-size: cover; }
  /* line 527, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .section-inline-search .row > div {
    margin-top: 100px; }
    /* line 530, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .section-inline-search .row > div h1 {
      color: #fff; }
      @media screen and (max-width: 600px) {
        /* line 530, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .section-inline-search .row > div h1 {
          font-size: 16vw; } }
    /* line 540, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .section-inline-search .row > div .form-inline .form-group .input-group {
      margin-right: 21px; }
      /* line 543, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .section-inline-search .row > div .form-inline .form-group .input-group .input-group-addon {
        background-color: #fff;
        border-right: none; }
      /* line 548, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .section-inline-search .row > div .form-inline .form-group .input-group .form-control {
        height: 60px;
        border-left: none;
        box-shadow: none; }
        /* line 553, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .section-inline-search .row > div .form-inline .form-group .input-group .form-control:focus {
          box-shadow: none;
          border-right: none;
          border-color: #ccc; }

/* line 566, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.wrapper {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  -moz-transition: width 0.3s ease-out;
  -o-transition: width 0.3s ease-out;
  -webkit-transition: width 0.3s ease-out;
  transition: width 0.3s ease-out; }

/* line 576, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.wrapper .contained {
  position: relative;
  height: 400px;
  padding-bottom: 56.25%; }

/* line 582, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.wrapper .contained > svg {
  margin-top: -100px;
  position: absolute;
  display: block; }

/* line 588, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.contained .row {
  margin-top: 80px; }

.col-lg-4.call h5:before {
    content: url(/call.png);
    padding-right: 34px;
}

.col-lg-4.email h5:before {
    content: url(/footer-email.png);
    padding-right: 34px;
}

.col-lg-4.location h5:before {
    content: url(/footer-location.png);
    padding-right: 34px;
}


.footer-top.hidden-print li a{
  text-decoration:none;
  font-size: 2rem;
  color: #ffffff !important;
  text-align: center;
  border-left: 1px solid #6E7A44;
  padding: 24px;
}

.footer-top.hidden-print ul{
  list-style:none;
}

.footer-top.hidden-print li a:hover{
  font-weight:normal;
  text-decoration:underline !important;
}

li.col-lg-4.email {
  text-align: center;
}

li.col-lg-4.call {
  text-align: center;
}

li.col-lg-4.location {
  text-align: center;
}

li.col-lg-4.call a:before{
  content: url(/call.png);
    padding-right: 24px;
    padding-left: 24px;
    vertical-align: sub;
}

li.col-lg-4.email a:before {
    content: url(/footer-email.png);
    padding-right: 24px;
    padding-left: 24px;
    vertical-align: sub;
}

li.col-lg-4.location a:before {
    content: url(/footer-location.png);
    padding-right: 24px;
    padding-left: 24px;     
    vertical-align: sub;
}


.footer-top.hidden-print h5 {
  font-size: 2rem;
  color: #ffffff;
  text-align: center;
  border-left: 1px solid #6E7A44;
  padding: 24px;
}

@media screen and (max-width: 993px) {
  footer .footer-bottom p {
  text-align: center;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  }
  h2.application_status{
    padding:30px;
  }
}

@media screen and (max-width: 993px) {
  a.navbar-brand.footerlogo {
  float: none;
  display: flex;
  justify-content: center;
  }
  .col-md-2.Back.to.top {
    text-align: center;
  }
}

/* line 592, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
footer {
  margin-top: auto;
  position: relative;
  color: #AAAAAA; 
  padding-top:40px;
  height: 220px;
  }
  
  /* line 596, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  footer .footer-top {
    width: 100%;
    min-height: 80px;
    background-color: #546223;
    display: flex;
    align-items: center; }
    /* line 603, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-top h3, footer .footer-top h4 {
      color: #fff; }
    /* line 607, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-top .list-social-links {
      margin-top: 25px;
      margin-bottom: 12.5px; 
    }
    @media screen and (max-width: 991px) {
      /* line 614, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      footer .footer-top h3,
      footer .footer-top .list-social-links {
      text-align: center; } 
    }

hr.footer-hr{
  width: 100%;
  border-top:1px solid #545e67;
}

.row-app{
  font-size: initial;
}

.col-sm-6.clearfix {
  display: flex;
  padding: 0;
  width: 100%;
}

@media only screen and (max-width: 1180px){
.col-sm-6.clearfix {
    display: grid;
    width: 100%;
    padding: 0;
}
}

.row-footer-bottom{
  color: #CCD6DF;
  margin: 3% 0 0 0;
}
span.abori-flag img {
  margin-top: 15px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.col-lg-4.Aborignal.flag {
    width: 8%;
}

.col-lg-4.VCAT.acknowledgement {
  width: fit-content;
}

.col-lg-4.Back.to.top {
  width: 10%;
}

.footer-bottom {
    padding: 40px 0 0;
}


a.backtotop {
    background-color: #53565A;
    color: #ffffff;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    width: 170px;
    margin-top: 7px;
    border-radius: 10px 10px 0 0;
}

a.backtotop:hover{
    background-color: #546223 !important;
    font-weight: normal;
    outline: 1px solid;
}

a.backtotop:after {
  content: url(/chevronup.png);
  padding-left: 8px;
  vertical-align: middle;
}

span.btn.backtotop {
    width: 170px;
    background: #53565A;
    border-radius: 10px 10px 0 0;
}

span.btn.backtotop a {
    color: #ffffff;
    text-decoration: none;
}

span.btn.backtotop a:hover {
    text-decoration: underline;
}

span.btn.backtotop:after {
  content: url(/chevronup.png);
  padding-left: 8px;
  vertical-align: middle;
}

.col-lg-4.VCAT.acknowledgement p {
  color: #ffffff;
}

@media screen and (min-width: 1px) and (max-width: 600px) {
    footer .footer-bottom p {
    text-align: center;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

  /* line 620, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  footer .footer-bottom {
    width: 100%;
    min-height: 36px;
    background-color: #003C71;
    /*font-size: 0.75rem ;
    display: flex;
    align-items: center;*/
     }
    /* line 628, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-bottom p {
      margin: 0;
      padding-top: 20px; }
    /* line 632, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-bottom h4 {
      margin-top: 0;
      color: #fff; 
      font-size: 1.3rem;}
    /* line 637, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    footer .footer-bottom ul {
      list-style-type: none;
      margin: 0; 
      padding-top: 15px;
      }
      /* line 647, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      footer .footer-bottom ul li a,
      footer .footer-bottom ul li a:hover,
      footer .footer-bottom ul li a:focus,
      footer .footer-bottom ul li a:active,
      footer .footer-bottom ul li a.active {
        font-size: 15px;
        color: #fff; }

/* line 657, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.list-social-links {
  list-style-type: none;
  padding-left: 0; }
  /* line 661, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .list-social-links li {
    display: inline-block;
    margin: 0 10px; }
    /* line 670, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .list-social-links li a,
    .list-social-links li a:hover,
    .list-social-links li a:focus,
    .list-social-links li a:active,
    .list-social-links li a.active {
      color: #fff; }

@media screen and (max-width: 993px) {
  /* line 678, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .section-landing h1 {
    font-size: 65px; }
  /* line 682, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .section-landing h2 {
    letter-spacing: normal;
    margin-left: -3px; } }

/* line 688, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.user-icon {
  width: 16px;
  height: 16px;
  background-image: url("register_icon.png");
  display: inline-block;
  margin-right: 7px; }

/* line 696, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.article-title-container {
  border-top: solid 1px #bcbcbc;
  border-bottom: solid 1px #bcbcbc;
  padding-left: 15px;
  padding-top: 28px;
  padding-bottom: 28px; }

/* line 704, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.article-title {
  margin-left: -35px; }
  /* line 707, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .article-title > span {
    margin-left: 3px; }
    /* line 710, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .article-title > span .article-author {
      font-weight: bold;
      color: #2f5fef; }

/* line 717, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.article-content {
  margin-top: 15px; }
  /* line 720, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .article-content > p {
    text-align: justify; }

@media screen and (max-width: 993px) {
  /* line 726, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .article-title {
    margin-left: 0;
    text-align: center; }
  /* line 731, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .article-author {
    text-align: center; } }

/* line 737, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .header-search {
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 40px;
  background-color: #eeeeee; }
  /* line 743, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .section-search .header-search img {
    max-width: 350px; }
  @media screen and (max-width: 600px) {
    /* line 747, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .section-search .header-search h1 {
      font-size: 13vw; } }

/* line 754, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .title-search {
  font-size: 26px;
  font-weight: bold; }

/* line 759, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search input {
  border-style: none;
  padding-left: 10px;
  height: 60px; }

/* line 767, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .media .media-left > img {
  max-width: 240px; }

/* line 772, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.section-search .media .media-body {
  padding-left: 20px; }
  /* line 775, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .section-search .media .media-body > a {
    text-decoration: none;
    font-weight: bold; }
  /* line 780, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .section-search .media .media-body .media-heading {
    margin-top: 5px;
    margin-bottom: 20px; }

/* line 789, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.cards-container {
  margin-top: 84px;
  display: flex;
  justify-content: center; }
  @media screen and (max-width: 991px) {
    /* line 789, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .cards-container {
      flex-direction: column; } }

/* line 804, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.carousel-custom .carousel-inner > .item {
  margin-right: auto;
  margin-left: auto; }
  /* line 808, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .carousel-custom .carousel-inner > .item .carousel-caption {
    display: flex;
    align-items: center;
    top: 5%;
    left: 5%;
    right: 5%; }
    @media screen and (min-width: 768px) {
      /* line 808, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .carousel-custom .carousel-inner > .item .carousel-caption {
        left: 5%;
        right: 5%; } }

/* line 824, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.carousel-custom .carousel-indicators li {
  border-color: #232222; }

/* line 833, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.table.table-forms td {
  padding: 15px 8px; }

/* line 839, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.table.table-forms tbody tr:first-child td {
  border-top: none; }

/* line 848, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.poll {
  background-color: #eeeeee;
  border-top: 7px solid #0b80d0;
  position: relative;
  padding-left: 15px;
  padding-right: 15px; }
  /* line 855, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .poll .poll-header {
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #bcbcbc;
    padding-bottom: 5px; }
    /* line 865, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .poll .poll-header h4 {
      font-weight: bold;
      display: inline-block; }
  /* line 871, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .poll .poll-content {
    padding-top: 25px; }
    /* line 874, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .poll .poll-content p {
      font-size: 14px; }
    /* line 878, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .poll .poll-content form {
      border-bottom: 1px solid #bcbcbc;
      padding-bottom: 10px; }
    /* line 883, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .poll .poll-content .poll-buttons {
      padding-top: 20px;
      padding-left: 11px; }
      /* line 887, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .poll .poll-content .poll-buttons .btn {
        padding: 4px 14px;
        font-size: 14px; }
      /* line 892, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
      .poll .poll-content .poll-buttons .btn-default {
        color: #000;
        border-color: #000; }
        /* line 896, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
        .poll .poll-content .poll-buttons .btn-default:hover {
          color: #000;
          border-color: #000; }
  /* line 904, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .poll .poll-tags {
    padding-top: 10px; }
    /* line 907, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .poll .poll-tags h4 {
      border-bottom: 1px solid #bcbcbc;
      padding-bottom: 10px; }
    /* line 912, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .poll .poll-tags .tag {
      display: inline-block;
      background-color: #e1e1e1;
      color: #232222;
      padding: 5px 14px;
      margin: 5px 0px;
      text-transform: uppercase;
      font-size: 13px; }

/* line 924, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.nav-sidebar {
  padding-left: 20px;
  margin-top: 20px;
  margin-bottom: 20px; }
  /* line 931, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav > li > a {
    padding: 4px 20px;
    color: #2f5fef;
    border-right: 2px solid #eeeeee; }
    /* line 937, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .nav-sidebar .nav > li > a:hover,
    .nav-sidebar .nav > li > a:focus {
      color: #232222;
      text-decoration: none;
      background-color: transparent;
      border-right: 2px solid #555555; }
    /* line 944, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .nav-sidebar .nav > li > a:before {
      position: relative;
      top: 1px;
      display: inline-block;
      font-family: 'Glyphicons Halflings';
      font-style: normal;
      font-weight: normal;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      content: "\e250";
      margin-right: 7px; }
  /* line 961, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav > .active > a {
    color: #232222;
    text-decoration: none;
    background-color: transparent;
    border-right: 2px solid #555555;
    font-weight: bold; }
    /* line 968, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .nav-sidebar .nav > .active > a:before {
      content: "\e252"; }
  /* line 975, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav > .active:hover > a,
  .nav-sidebar .nav > .activefocus > a {
    font-weight: bold; }
  /* line 981, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav > .active > ul.nav {
    display: block; }
  /* line 988, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav ul.nav {
    display: none; }
  /* line 995, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav .nav > li > a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 30px; }
  /* line 1005, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav .nav > .active,
  .nav-sidebar .nav .nav > .active:hover,
  .nav-sidebar .nav .nav > .active:focus {
    font-weight: bold; }
  /* line 1012, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav .nav .nav > li > a {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 60px; }
    /* line 1017, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    .nav-sidebar .nav .nav .nav > li > a:before {
      content: ""; }
  /* line 1026, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .nav-sidebar .nav .nav .nav > .active,
  .nav-sidebar .nav .nav .nav > .active:hover,
  .nav-sidebar .nav .nav .nav > .active:focus {
    font-weight: bold; }

/* line 1037, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
#navbar .dropdown-menu {
  margin-top: 8px; }

/* line 1041, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
#navbar .dropdown-search {
  padding-top: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  margin: 9px; }
  /* line 1048, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  #navbar .dropdown-search #q {
    min-width: 200px; }
  /* line 1052, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  #navbar .dropdown-search #q_id {
    min-width: 200px; }
  @media (max-width: 1199px) {
    /* line 1057, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    #navbar .dropdown-search .input-group-btn {
      vertical-align: top; }
    /* line 1060, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    #navbar .dropdown-search #search-filter {
      width: 100%;
      text-align: left;
      padding-left: 25px; }
    /* line 1065, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
    #navbar .dropdown-search.dropdown-menu > li:hover, #navbar .dropdown-search .dropdown-menu > li:hover {
      color: white;
      background-color: transparent; } }

/* line 1073, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.tabs-header {
  padding-bottom: 9.5px;
  margin: 42px 0 21px; }

/* line 1086, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
.help-block.error,
label.control-label.required:before,
.crmEntityFormView .cell div.info.required label:after,
.crmEntityFormView .cell div.info div.validators,
.crmEntityFormView .validator-text,
.crmEntityFormView .rank-order-cell .validator-text,
.crmEntityFormView .constant-sum-cell .validator-text,
.crmEntityFormView .stack-rank-cell .validator-text {
  color: #a94442; }

@media screen and (-ms-high-contrast: active) {
  /* line 1091, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #888; }
  /* line 1095, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/theme/bootstrap/theme.scss */
  .navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff; } }

/* line 9, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.no-lr-margins {
  margin-left: 0;
  margin-right: 0; }

/* line 14, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.btn-default-black {
  color: black;
  border-color: black; }
  /* line 18, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .btn-default-black:hover {
    color: black;
    border-color: black;
    background: #2f5fef; }

/* line 25, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.blue_border {
  padding-bottom: 10px;
  border-bottom: 7px solid #0b80d0; }

/* line 30, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.page_section {
  position: relative;
  background-size: cover;
  color: #000; }
  /* line 35, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .page_section .row {
    padding-top: 25px;
    padding-bottom: 100px; }
  /* line 40, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .page_section .row.sidebar-home {
    padding-bottom: 0; }
  /* line 44, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .page_section h1 {
    font-size: 71px; }
  /* line 48, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .page_section h2 {
    color: #666666;
    font-size: 40px; }
  /* line 53, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .page_section h3 {
    font-size: 66px;
    font-family: Roboto,sans-serif; }
  /* line 58, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .page_section p {
    /*border-top: solid #666666 1px;*/
    padding-top: 5px; }
  /* line 63, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .page_section .btn {
    margin-top: 50px; }
  /* line 67, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .page_section .form-search .btn {
    margin-top: 0; }
  /* line 73, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .page_section .section-landing-heading p,
  .page_section .section-landing-sub-heading p {
    border-top: 0; }

/* line 80, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.form-search .btn {
  border: 1px solid #ccc; }

/* line 83, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.form-search .btn-default:hover {
  border-color: #ccc; }

/* line 87, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.form-search .dropdown-submenu {
  right: -2px; }

/* line 91, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.form-search .dropdown-menu {
  margin-top: 0px; }

/* line 96, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.dropdown-search.dropdown-menu > li:hover {
  background-color: transparent; }

/* line 100, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
#navbar .form-search .dropdown-menu {
  margin-top: 0px; }

/* line 104, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-diagonal-left {
  -webkit-transform: skew(0deg, -1.3deg);
  -ms-transform: skew(0deg, -1.3deg);
  transform: skew(0deg, -1.3deg);
  overflow: hidden;
  margin-top: -60px;
  margin-bottom: -20px; }
  /* line 112, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .section-diagonal-left .section-diagonal-left-content {
    -webkit-transform: skew(0deg, 1.3deg);
    -ms-transform: skew(0deg, 1.3deg);
    transform: skew(0deg, 1.3deg);
    background: url("homethumbnail2.jpg") no-repeat 0 20%;
    background-size: cover;
    margin-top: -70px; }
    /* line 120, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
    .section-diagonal-left .section-diagonal-left-content:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.2;
      z-index: -1;
      background-color: #fff; }

/* line 134, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-diagonal-right {
  -webkit-transform: skew(0deg, 1.3deg);
  -ms-transform: skew(0deg, 1.3deg);
  transform: skew(0deg, 1.3deg);
  overflow: hidden;
  margin-top: 60px;
  margin-bottom: -20px; }
  /* line 142, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .section-diagonal-right.home-section {
    margin-top: -60px; }
  /* line 146, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .section-diagonal-right .section-diagonal-right-content {
    -webkit-transform: skew(0deg, -1.3deg);
    -ms-transform: skew(0deg, -1.3deg);
    transform: skew(0deg, -1.3deg);
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("homethumbnail4.jpg") no-repeat;
    background-size: cover;
    margin-top: -70px; }
    /* line 155, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
    .section-diagonal-right .section-diagonal-right-content:before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.8;
      z-index: -1;
      background-color: #2f5fef; }

/* line 171, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-diagonal-left .row,
.section-diagonal-right .row {
  padding-top: 125px; }

/* line 175, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-diagonal-left .col-md-5,
.section-diagonal-right .col-md-5 {
  float: none;
  margin: 0 auto; }

/* line 180, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-diagonal-left p,
.section-diagonal-right p {
  border-top: none; }

/* line 185, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-landing {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url("homehero.jpg") no-repeat center;
  background-size: cover; }
  /* line 191, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .section-landing .row > div {
    margin-top: 80px; }
    /* line 194, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
    .section-landing .row > div .section-landing-heading {
      font-size: 8rem;
      color: #fff;
      text-transform: uppercase; }
      @media screen and (max-width: 600px) {
        /* line 194, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
        .section-landing .row > div .section-landing-heading {
          font-size: 16vw; } }
    /* line 204, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
    .section-landing .row > div .section-landing-sub-heading {
      margin-top: 0;
      margin-bottom: 50px;
      font-size: 4.3rem;
      color: #fff;
      letter-spacing: 19px;
      text-transform: uppercase; }
      @media screen and (max-width: 600px) {
        /* line 204, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
        .section-landing .row > div .section-landing-sub-heading {
          font-size: 4vw; } }

/* line 220, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-sub-landing {
  background: linear-gradient(rgba(0, 0, 0, 0.5), #07aaf6), url("homethumbnail1.jpg") no-repeat center;
  background-size: cover; }

/* line 226, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-default {
  background: url("homethumbnail3.jpg") no-repeat center;
  background-size: cover; }
  @media screen and (max-width: 767px) {
    /* line 231, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
    .section-default:before {
      content: " ";
      width: 100%;
      height: 100%;
      position: absolute;
      z-index: 0;
      top: 0;
      left: 0;
      background: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.59) 41%, rgba(0, 0, 0, 0.62) 43%, black 100%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.59) 41%, rgba(0, 0, 0, 0.62) 43%, black 100%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.59) 41%, rgba(0, 0, 0, 0.62) 43%, black 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 );
      /* IE6-9 */ } }
  /* line 264, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .section-default .row {
    padding-bottom: 150px; }

/* line 269, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-knowledge {
  margin-bottom: 40px; }

/* line 274, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .btn {
  margin-top: 0; }

/* line 278, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .panel {
  background-color: transparent;
  border: 0;
  box-shadow: none; }
  /* line 283, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .content-home .panel p {
    border: 0; }

/* line 288, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .panel-heading {
  display: none; }

/* line 292, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .list-group-item {
  padding: 20px 0;
  font-size: 20px;
  background-color: transparent;
  border: 0;
  border-top: 1px solid #ddd; }
  /* line 299, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .content-home .list-group-item img {
    margin-right: 25px; }

/* line 305, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home a.list-group-item,
.content-home .list-group-item a.title {
  color: #232222; }
  /* line 309, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .content-home a.list-group-item:hover,
  .content-home a.list-group-item:focus,
  .content-home .list-group-item a.title:hover,
  .content-home .list-group-item a.title:focus {
    color: #232222;
    text-decoration: underline;
    background-color: transparent; }

/* line 317, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .title,
.content-home .description {
  display: block; }

/* line 321, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .title {
  font-size: 24px;
  font-family: Roboto,sans-serif; }

/* line 326, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.content-home .description {
  display: block;
  font-size: 14px; }

/* line 332, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.sidebar-home {
  background-color: #eeeeee;
  border-top: 7px solid #0b80d0;
  margin-top: 36px;
  position: relative; }
  /* line 338, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .sidebar-home h3 {
    font-size: 18px; }
  /* line 342, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .sidebar-home .panel {
    background-color: transparent;
    border: 0;
    box-shadow: none; }
  /* line 348, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .sidebar-home .panel-heading {
    padding-left: 0;
    background-color: transparent;
    border: 0; }
  /* line 354, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .sidebar-home .panel-title {
    font-size: 14px;
    color: #2f5fef;
    font-family: Roboto,sans-serif; }
  /* line 360, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
  .sidebar-home .list-group-item {
    padding-left: 0;
    font-size: 14px;
    background-color: transparent;
    border: 0; }
    /* line 367, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
    .sidebar-home .list-group-item:hover,
    .sidebar-home .list-group-item:focus {
      text-decoration: underline;
      background-color: transparent; }
    /* line 372, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
    .sidebar-home .list-group-item .date {
      visibility: hidden; }

/* line 378, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-landing-search {
  min-height: 250px;
  background: url(searchhero.jpg) no-repeat 0 25%;
  background-size: cover; }

/* line 384, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-landing-forums {
  min-height: 250px;
  background: url(forumhero.jpg) no-repeat center;
  background-size: cover; }

/* line 391, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.table.forums th:first-child,
.table.forums tr td:first-child {
  padding-left: 0px; }

/* line 397, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-knowledge .list-group a.list-group-item {
  color: #2f5fef; }

/* line 400, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.section-knowledge .panel-title {
  color: #000; }

/* line 405, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.page_section.section-landing .row {
  padding-bottom: 60px; }

/* line 408, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.page_section.section-landing .row > div {
  margin-top: 0px; }

/* line 411, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.list-group-item p {
  margin-bottom: 0px; }

/* line 415, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.page_section.section-sub-landing .row .btn-lg-home p {
  border-top: none; }

/* line 419, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.skip-to-content a {
  padding: 10px 20px;
  position: absolute;
  top: -43px;
  left: 0px;
  color: #ffffff;
  border-radius: 2px;
  background: #742774;
  -webkit-transition: top 1s ease-out;
  transition: top 1s ease-out;
  z-index: 100;
  font-family: Roboto,sans-serif;
  font-size: 14px; }

/* line 434, C:/__w/1/s/Resources/Theme/ElectricBlueDesign/customer/theme.scss */
.skip-to-content a:focus {
  position: absolute;
  left: 0px;
  top: 0px;
  outline: none;
  color: #ffffff;
  -webkit-transition: top 0.1s ease-in;
  transition: top 0.1s ease-in;
  border: 1px dashed; }



/* Power Virtual Agent styles */
.pva-floating-style {
  position: fixed;
  bottom: 0px;
  right: 0px;
  margin-right: 16px;
  margin-bottom: 18px;
  z-index: 9999;
}

html[dir="rtl"] .pva-floating-style {
  position: fixed;
  bottom: 0px;
  left: 0px;
  margin-left: 16px;
  margin-bottom: 18px;
  z-index: 9999;
}

/*Portal Profile Page CSS*/
.profileContent {
  display: block;
}

.crmEntityFormView .tab-title {
  border-bottom: 0px;
  padding-top: 20px;
  color: #003C71;
}

.crmEntityFormView .tab{
  margin-bottom: 0px;
}

label[for="quickview_companyinfo"] {
  display: none;
}

html[dir=ltr] .crmEntityFormView .cell.crmquickform-cell:first-child {
  border-right: 0px;
}

.resetPass{
  display: block;
  padding-top: 30px;
}
.btn-profile{
  color: #003C71;
  background-color: #003C710D;
  border-color: #003C71;
}

div#resetPass\ row h4 {
    font-size: 15px;
}

.request-access{
  font-size: 1.5rem !important;
  padding: 10.5px 22px;
  font-weight: 700;
  border: 1px solid transparent;
  border-radius: 6px;
  color:#003C71;
  text-decoration: none;
  background-color:#ffffff;
  border-color: #003C71;
  text-align: center;
  margin-left:20px;
}



@media screen and (min-width: 768px) and (max-width: 1024px) {
    h2.resources_list{
    font-size: 22px;
    }

}
  
@media only screen and (max-width: 767px){
    .request-access {
    margin:0 35px 0 30px;
  }
    .resource_links_request-access {
    margin: 0 20px 0 20px;
}
    h2.resources_list{
    font-size: 22px;
}

p.request-acess {
    padding-left:35px;
    padding-right: 35px;
}
}
.request-case-access.col-xs-12\.col-sm-12\.col-lg-2 p {
  padding-bottom: 20px;
  }

.request-access:hover{
  color:#003C71;
  text-decoration: underline;
  background-color:#ffffff;
  border-color: #003C71;
}


/* Power Virtual Agent styles ends */

/*Step 6*/

/*fieldset[aria-label="Confirm Order Checkbox"]{
    display:none;
}
*/

@media only screen and (max-width: 767px){
        .crmEntityFormView .actions{
        margin: 0;
        padding: 20px 0 0 0;
    }
        div#WebFormPanel {
        padding: 2px 4px 25px;
    }
}

.crmEntityFormView[aria-label="Basic Form"]{
  padding-bottom:0px;
  padding-top: 0px;
}

.view-loading.message.text-center {
    display:none !important;
}

@media (max-width: 767px) {
  .profileContent.row {
     margin: 0px !important;
  }

    fieldset[aria-label="Company Info"]{
        padding-left:0px;
    }
  input#UpdateButton {
    margin:14px;
    width: 96.5% !important;
  }
}

input#vcms_refundtypes_ledit:focus-within {
    outline: 0px auto -webkit-focus-ring-color !important;
    outline-offset:-2px;
}

input#vcms_refundtypes_ledit:focus {
    outline: none;
}

html[dir=ltr] .crmEntityFormView .cell div.info div.validators {
    margin: 0 0 0 0 !important;
}

span#spanId {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 0 2px 0 -2px;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px){
    section.interlocutory {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 600px;
    }
}

@media only screen and (min-width: 1401px) and (max-width: 3440px){
    section.interlocutory, {
    display: flex
    justify-content: center;
    align-items: center;
    height: 600px; 
    }
}

@media (max-width: 767px) {
    div#ValidationSummaryEntityFormControl_EntityFormView h2{
        margin: 0px 0px 0px 0px !important;
        display: flex;
    }
      div#ValidationSummaryEntityFormControl_EntityFormView span.fa.fa-info-circle {
      right: 3%;
  }
}

/*Upload modal size

Buyer Step 4 - Upload points of claim
section.modal.fade.modal-form.modal-form-insert.doctypeid\(ebbae9c7-35b2-ed11-9884-00224892f893\).in, section.modal.fade.modal-form.modal-form-insert.doctypeid\(bb6ed7f6-38c5-ed11-b597-00224892f51a\).in, section.modal.fade.modal-form.modal-form-insert.doctypeid\(b96ed7f6-38c5-ed11-b597-00224892f51a\).in, section.modal.fade.modal-form.modal-form-insert.doctypeid\(e3bae9c7-35b2-ed11-9884-00224892f893\).in, section.modal.fade.modal-form.modal-form-insert.doctypeid\(e5bae9c7-35b2-ed11-9884-00224892f893\).in {
  height:500px;
}
*/

section.modal.fade.modal-form.modal-form-insert.breakdown-modal.in {
    height: 620px;
}

form[action*=vcms_portaldocument] input#InsertButton {
    display: none;
}

form[action*=rtvcms_rtportaldocument] input#InsertButton {
    display: none;
}



.card-icon {
    height: 150px;
    padding-top: 15px;
    padding-left: 10px;
    padding-right: 10px;
    display: inline-flex;
    background-color:#FFFFFF;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    margin-inline: 38px;
    margin-bottom: 35px;
    border-bottom-style: solid;
    border-bottom-color: #003C71;
    border-bottom-width: thick;
    margin-left: auto;
}

p.resources_text{
  width: 90%;
  border-top: 0px;
  display:inline-block;
}

.icon-card:after {
  font-family: "Material Icons";
  content: "\e5cc";
  font-size: 30px;
  color:#003C71;
  position:absolute;
  right:10px;
  display:flex;
  top: 100px;
}

.icon-card_icon {
    padding-bottom: 20px;
}

.card-icon:hover {
  background-color: #F6F6F9;
}
@media only screen and (max-width: 767px){
.col-xs-12.col-sm-2.col-md-2.col-lg-2.card-icon {
        margin-left:20px !important;
        width:90%;
    }
      .icon-card_text, p.resources_text {
    width:100% !important;
  }
  
}


@media only screen and (max-width: 767px){
  .col-xs-12.col-sm-12.col-md-2.col-lg-2.card-icon {
    margin: 0 20px 20px;
    width: 90%;
  }
  li.col-lg-4.email a, li.col-lg-4.call a, li.col-lg-4.location a {
    margin-left: 20px !important;
  }
}

@media only screen and (min-width: 430px){
    input#Individual\ trading\ under\ a\ business\ name {
    margin: 0px 0px 0px 0px !important;
    }
}


/*Bug 19199 - Application form - UI Clean-up*/
a.apply {
  padding-left: 30px !important;
  padding-right: 1px !important;
  background: url(/edit-modal.png) no-repeat 0px;
}

a.apply:hover {
  padding-left: 30px !important;
  padding-right: 1px !important;
  background: url(/edit-modal-hover.png) no-repeat 0px;
 
}

.btn-green
{
    border-radius: var(--Space-xs, 8px);
    background: var(--Color-Green-army, #546223);
    padding: 17px;
}

padding-bottom0
{
    padding-bottom:0px;
}