

/******* print *******/
    @media print {
    #btnPrint {
            display: none;
        }
 

        header {
            display: none;
        }

        .breadcrumb {
            display: none;
        }
        /*hide footer*/
        .landscape {
            display: none;
        }

        #divServiceRequestProgressBar{
            display: none;
        }

        #divServiceRequestVerticalProgressBar{
            display: none;
        }
    
    }
/******* end of print *******/

/* footer */
.landscape{
    background-color: rgb(38, 55, 74);
    color: white;
}
.landscape a{
    font-size: 14px;
    color: white;
}
/* end of footer */

 /* menu */
 .navbar-default{
     background: #26374a !important;
 }

 .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover{
    color:#fff !important;
    background: transparent !important;
 }
 .navbar-default .navbar-nav>li>a:visited{
    color:#fff !important;
    background: transparent !important;
 }
/* end of menu */




/**Typography**/
h1{
  font-size: 38px!important;
  font-family: Lato,sans!important;
}
h2{
  font-size: 26px!important;
  font-family: Lato,sans!important;
  margin-top: 5px!important;
  margin-bottom: 5px!important;  
}
h3{
  font-size: 24px!important;
  font-family: Lato,sans!important;
}
/**end of Typography**/

/*override email width on form*/
input[type=email] {
   width:100%!important;
}

input[type=url] {
   width:100%!important;
}



/*override text width on form*/
input[type=text] {
   width:100%!important;
}
input[type=checkbox]  {
  width: 18px;
  height: 18px;
}
 
form{
    font-size: 20px!important;
    font-family: "Noto Sans",sans-serif!important;
}

body{
  font-size: 20px!important;
  font-family: "Noto Sans",sans-serif!important;
}
p{
  font-size: 20px!important;
  font-family: "Noto Sans",sans-serif!important;
}
 
.btn.btn-info.action{
  background-color: #26374a!important;  
} 

/*override th color */
th{
    color: #284162!important;
}
 

/**spinner classes**/
.apstl-loader-v1 {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #3498db;
  width: 30px;
  height: 30px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
  left: 50%;
  margin-left: -4em;
}
/* end of spinner classes*/

/* spinner V2 classes*/

apstl-loader {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    visibility: hidden;
  }
  
  /* Transparent Overlay */
  .apstl-loader:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.3);
  }
  
  /* :not(:required) hides these rules from IE9 and below */
  .apstl-loader:not(:required) {
    /* hide "loading..." text */
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
  }
  
  .apstl-loader:not(:required):after {
    content: '';
    display: block;
    font-size: 10px;
    width: 1em;
    height: 1em;
    margin-top: -0.5em;
    -webkit-animation: spinner 1500ms infinite linear;
    -moz-animation: spinner 1500ms infinite linear;
    -ms-animation: spinner 1500ms infinite linear;
    -o-animation: spinner 1500ms infinite linear;
    animation: spinner 1500ms infinite linear;
    border-radius: 0.5em;
    -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
    box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  }
  
  /* Animation */
  
  @-webkit-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-moz-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @-o-keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes spinner {
    0% {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -ms-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }

/* end of spinner V2 classes*/

.modal-header{
    background-color: white;
} 
.field-label{
    font-size: 20px!important;
    font-family: "Noto Sans",sans-serif!important;
}
.field-control{
    font-size: 20px!important;
    font-family: "Noto Sans",sans-serif!important;
}

.btn{
    font-size: 20px!important;
    font-family: "Noto Sans",sans-serif!important;
}

/*remove border of quick view*/
.crmEntityFormView, .entitylist{
  border: 0px!important;
}
.crmEntityFormView, .entitylist, .modal-content, .popover-content{
    border: 0px!important;
}

html[dir=ltr] .crmEntityFormView .cell.crmquickform-cell:first-child{
    border-right: 0px!important;
    padding-left:  0px!important;
}
/*end of remove border of quick view*/

.alert-success {
  border-color: #e6e6e6;
  color: #888;
}


.apstl-active {
  background-color: #494a5a;
  color: white!important;
}

.apstl-inactive {
  background-color: transparent;
  color: black!important;
}

.apstl-btn {
  color: black!important;
}

.apstl-btn:hover {
  background-color: #f3e9eb;
  color: white;
}


.apstl-section-heading{
  margin-bottom: 25px;  
}

.apstl-service-req-status-label{
    font-weight:bold;
}
.apstl-service-request-status{
    font-weight:normal;
}
.apstl-row-with-vertical-margin{
    margin-top: 20px;    
    margin-bottom: 20px;
}
.apstl-row-with-top-margin{
    margin-top: 20px;    
}

.apstl-row-with-top-double-margin{
    margin-top: 40px;    
}


.apstl-row-with-bottom-margin{
    margin-bottom: 20px;    
}

.apstl-row-with-bottom-double-margin{
    margin-bottom: 20px;    
}


.apstl-row-with-bottom-tripple-margin{
    margin-bottom: 30px;    
}


.apstl-left-padding{
    padding-left: 28px;    
}


.apstl-button-left-margin{
    margin-left: 20px;    
}


/*for required field */
.apstl-required-field-indicator{
   color: red;
}
.apstl-required-field::before{
   color: red;
   content: "* ";
}
.apstl-required-field::after{
   content: none;
}
.crmEntityFormView .cell div.info.required label::before{
   color: red!important;
   content: "* "!important;
}
.crmEntityFormView .cell div.info.required label:after{
   content: none;
}

/*
.apstl-required-field::before{
   color: red;
   content: " *";
}
 
[data-lang="en"] .apstl-required-field::after{
   display: inline;
   color: red;
   content: " (required)";
}
[data-lang="fr"] .apstl-required-field::after{
    display: inline!important;
    color: red!important;
    content: " (Obligatoire)"!important;
}
 
.crmEntityFormView .cell div.info.required label::before{
   color: red!important;
   content: " *"!important;
}
 
[data-lang="en"] .crmEntityFormView .cell div.info.required label:after{
   display: inline!important;
   color: red!important;
   content: " (required)"!important;
}
[data-lang="fr"] .crmEntityFormView .cell div.info.required label:after{
   display: inline!important;
   color: red!important;
   content: " (Obligatoire)"!important;
}
*/

.apstl-summary-section-title{
    background: #494a5a; 
    color: white; 
    margin-bottom: 10px;
}

.apstl-summary-field-value{
    font-weight: normal; 
}


.apstl-menuitem{
  font-size: 16px!important;
  color:#fff !important;
  background: transparent !important;
}

.apstl-field-indent{
    padding-left: 20px;
}


/*textarea */
textarea{
    width:100%;
}
.apstl-textarea{
    box-sizing: border-box;
}


.apstl-triage-input{
    min-width:80%;
}

.apstl-btn-call-to-action{
    padding-top: 10px!important;    
    padding-bottom: 10px!important;    
    margin-top: 0px!important;
    margin-bottom: 0px!important;
}

.apstl-bottom-border{
    border-bottom: 1px solid;
    border-color: #d3d3d3;
}

/* styles for progress bar */
.progressbar-wrapper {
      background: #fff;
      width: 100%;
      padding-top: 10px;
      padding-bottom: 5px;
}
.apstl-pgr-item {
      font-size: 16px;
      color: black;
}
#divServiceRequestProgressBar ul li a{
      display: block;
      padding-top: 0px;
      padding-bottom: 10px;
}

#divSigningAuthorityProgressBar ul li a{
      display: block;
      padding-top: 0px;
      padding-bottom: 10px;
}

.progressbar .apstl-pgr-li {
      list-style-type: none;
      float: left;
      font-size: 12px;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      color: #243850;
}
.serviceRequestProgressBar .serviceRequest-apstl-pgr-li{
      width: 25%;
}

.signingAuthorityProgressBar .signingAuthority-apstl-pgr-li{
    width: 16%;
}

.progressbar .apstl-pgr-li:before {
    width: 40px;
    height: 40px;
    content: "";
    line-height: 40px;
    border: 2px solid #243850;
    display: block;
    text-align: center;
    margin: 0 auto 3px auto;
    border-radius: 50%;
    position: relative;
    z-index: 2;
    background-color: rgb(36, 56, 80);
}
.progressbar .apstl-pgr-li:after {
     width: 100%;
     height: 2px;
     content: '';
     position: absolute;
     background-color: rgb(36, 56, 80);
     top: 20px;
     left: -50%;
     z-index: 0;
}
.progressbar .apstl-pgr-li:first-child:after {
     content: none;
}

.progressbar .apstl-pgr-li.active {
    color: white;
    /*font-weight: bold;  */
}

div.active {
    color: green;
    font-weight: bold;  
}

.progressbar .apstl-pgr-li.completed {
    color: #243850; /*f5f5f7;*/
 }

.progressbar .apstl-pgr-li.completed:before {
    border-color: #48484b;
    background: rgb(36, 56, 80);
 }
.progressbar .apstl-pgr-li.completed + .apstl-pgr-li:after {
    background-color: rgb(36, 56, 80) ;
}

.progressbar .apstl-pgr-li.completed:before {
    background: #DFF0D8 url(user.svg) no-repeat center center;
    background-size: 60%;
}


.progressbar .apstl-pgr-li.active:before {
    border-color: #DFF0D8;
    background: rgb(36, 56, 80);
 }
.progressbar .apstl-pgr-li.active + .apstl-pgr-li:after {
    background-color: rgb(36, 56, 80);
}

.progressbar .apstl-pgr-li.active:before {
    background: rgb(36, 56, 80)  url(user.svg) no-repeat center center;
    background-size: 60%;
}


.progressbar .apstl-pgr-li::before {
    background: #fff url(user.svg) no-repeat center center;
    background-size: 60%;
}

.progressbar {
    counter-reset: step;
}
.progressbar .apstl-pgr-li:before {
    content: counter(step);
    counter-increment: step; 
}

 
/* end of styles for progress bar */


.list-group-item-selected{
    background-color: #243850 !important; 
    color: white !important;
}

.isDisabled {
    color: currentColor;
    cursor: not-allowed;
    opacity: 0.5;
    text-decoration: none;
    pointer-events: none;
    cursor: default;
}

#apstl_opt_expiries_1 {
    margin-left: 20px;
}

 .table-borderless td, .table-borderless th{
    border: none !important;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
} 

.apstl-field-label{
    font-weight: 700 !important;
}

.apstl-td-top-align{
    vertical-align: top;
    padding-top: 10px;
    padding-left: 10px;
}
 
/* override list selected button file */
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover {
   background-color: #26374a !important;
}

/* overide list search box width */
.entitylist-search{
    width: 50%;
}

/* overide list search button padding */
.entitylist-search button{
    padding-top: 0px;
    padding-bottom: 6px;
}

.table-cell-width-thirty{
   width: 30%;
}
.table-cell-width-seventy{
   width: 70%;
}

.apstl-banner{
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    --govuk-frontend-version: "4.7.0";
    border: none;
    margin: 0;
    display: inline-block;
    outline: 2px solid rgba(0,0,0,0);
    outline-offset: -2px;
    color: #fff;
    background-color: #1d70b8;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    font-family: "GDS Transport",arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    font-weight: 700;
    padding-top: 5px;
    padding-right: 8px;
    padding-bottom: 4px;
    padding-left: 8px;
    margin-right: 10px;
    font-size: 16px !important;
    line-height: 1;
}

.apstl-triage-div{
    font-size: 20px!important;
    font-family: "Noto Sans",sans-serif!important;
}

/* css for special code input and button*/
.special-code { 
  display: table; 
 /* margin: 4px;
  padding: 1px;*/
  box-sizing: border-box; 
}
div.special-code-ctrl {
    display: table-cell;
    width: 100%;
}
div.special-code-ctrl > input {
    width: 100%;
    margin: 2px;
    padding: 2px;
    box-sizing: border-box; 
}
.special-code-button{
    margin-left: 5px;
    margin-top: -30px;
}
/*  end of css for special code input and button*/


.apstl-footer {
    color: #fff!important;
    text-decoration: none!important;
    font-size:15px!important;
    margin-left:0px!important;
}
.apstl-footer:visited {
    color: #fff!important;
    text-decoration: none!important;
    font-size:15px!important;
    margin-left:0px!important;
}

/* used to show boder for readonly or disabled control*/
.readonly-form-control {
    /*border: 1px solid #ccc !important;*/
    border: 1px solid rgb(148, 148, 148) !important;
    border-radius: 4px!important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075)!important;
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s!important;
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s!important;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s!important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s!important;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s!important;
    background-color:#eee!important;
    padding: 6px 12px!important;
}

// for modern list
.ms-DetailsList-contentWrapper .ms-DetailsRow{
  font-size: 16px!important;
  font-family: Lato,sans!important;
}

.btn-modern-list-edit .apstl-download-link-download .apstl-download-link-print .ms-DetailsHeader-cellName{
   font-size: 16px!important;
   font-family: Lato,sans!important;
}

div.ms-DetailsHeader-cell.i{
   font-size: 16px!important;
   font-size: 16px!important;
   font-family: Lato,sans!important;
}

.ms-SearchBox{
    border-style: solid!important;
    border-width: 1px!important;
    border-color: rgb(148, 148, 148)!important;
}

// end of styles for modern list

// remove 2nd icon in error message 
.validation-header .fa-info-circle::before{
  content: ''!important;
}
 
.validation-header{
   & > span{
     &:before{
        content: ''!important;
     }   
   } 
}
 

