/* Minification failed. Returning unminified contents.
(210,23): run-time error CSS1036: Expected expression, found '$'
(213,1): run-time error CSS1035: Expected colon, found '{'
(260,1): run-time error CSS1035: Expected colon, found '{'
(279,1): run-time error CSS1035: Expected colon, found '{'
(298,1): run-time error CSS1035: Expected colon, found '{'
(317,1): run-time error CSS1035: Expected colon, found '{'
 */
/*-------------------Common-error-page---------------------------------*/
#Error .page-not-founderror .img-textcenter {
  margin-top: 70px;
  text-align: center;
  margin-bottom: 20px;
}
#Error .page-not-founderror .img-textcenter img {
  width: 25%;
}
#Error .page-not-founderror .error-desc {
  font-size: 24px !important;
  color: #d0021b;
  letter-spacing: 0;
  padding-bottom: 20px;
  font-weight: bold;
  text-align: center;
  margin: 0px;
  line-height: 1.42857143;
}
#Error .page-not-founderror .error-msg {
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.29px;
  text-align: center;
  line-height: 22px;
  padding-bottom: 65px;
}
#Error .page-not-founderror .error-message {
  margin-top: 20px;
  font-size: 14px;
  color: #000000;
  letter-spacing: 0.29px;
  text-align: center;
  line-height: 22px;
}
#Error .page-not-founderror .Hyperlink {
  margin-top: 11px;
  text-align: center;
  padding-bottom: 65px;
  font-size: 14px;
}
#Error .page-not-founderror .submit {
  background-color: #0073DC !important;
  border: none;
  color: #fff;
  width: 15%;
}
#Error .page-not-founderror .submit:hover {
  background-color: #0d98ff !important;
}
#Error .page-not-founderror .bottom-section {
  border-top: 1px solid #e5e5e5;
  height: 150px;
  margin-top: 45px;
  text-align: center;
  margin-bottom: 20px;
}
#Error .page-not-founderror .bottom-section .text-section {
  margin-top: 30px;
  font-size: 14px;
  color: #1A1A1A;
  font-weight: 600;
  text-align: center;
  padding: 0px 0 20px 0;
}
#Error .page-not-founderror .bottom-section .redirect-link {
  font-size: 14px;
  color: #0073DC;
  letter-spacing: -0.23px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  padding: 10px 10px;
}
#Error .page-not-founderror .bottom-section .redirect-link:hover {
  color: #0d98ff;
}
#Error .page-not-founderror .bottom-section .support {
  font-size: 14px;
  color: #0073DC;
  letter-spacing: -0.23px;
  text-align: center;
  border-right: 1px solid #e5e5e5;
  padding: 10px 10px;
}
#Error .page-not-founderror .bottom-section .support:hover {
  color: #0d98ff;
}
#Error .page-not-founderror .bottom-section .online {
  display: inline-block;
}
#Error .page-not-founderror .bottom-section .online .online-doc {
  font-size: 14px;
  color: #0073DC;
  letter-spacing: -0.23px;
  text-align: center;
  padding: 20px 10px;
}
#Error .page-not-founderror .bottom-section .online .online-doc:hover {
  color: #0d98ff;
}

@media (min-width: 768px) and (max-width: 991px) {
  #Error .page-not-founderror .img-textcenter img {
    width: 30%;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  #Error .page-not-founderror .img-textcenter img {
    width: 35%;
  }
  #Error .error-msg {
    font-size: 12px !important;
    letter-spacing: 0.29px;
    line-height: 22px;
    padding: 0px !important;
  }
}
@media (min-width: 320px) and (max-width: 536px) {
  #Error .page-not-founderror .bottom-section .support {
    border-right: none;
  }
  #Error .page-not-founderror .bottom-section .online {
    display: block;
    padding-top: 20px;
  }
  .error-msg {
    font-size: 12px !important;
    letter-spacing: 0.29px;
    line-height: 22px;
    padding: 0px !important;
  }
}
@media (min-width: 320px) and (max-width: 500px) {
  #Error .page-not-founderror .img-textcenter img {
    width: 50%;
  }
  #Error .page-not-founderror .bottom-section .redirect-link {
    font-size: 12px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 1px;
  }
  #Error .page-not-founderror .bottom-section .support {
    font-size: 12px;
    padding: 0px;
  }
  #Error .page-not-founderror .bottom-section .online .online-doc {
    font-size: 12px;
    padding: 0px;
  }
}
/*--------------------Export notification page----------------------*/
#export-notification {
  background-color: #e5e5e5;
}
#export-notification .container {
  height: 400px;
}
#export-notification .container .exp-msg {
  padding-top: 30px;
}
#export-notification .container .exp-msg .image-style {
  padding: 20px;
  text-align: center;
  height: 100px;
  padding-left: 0px !important;
}
#export-notification .container .exp-msg .image {
  margin-left: 45%;
}
#export-notification .container .exp-msg .image img {
  vertical-align: middle;
}
#export-notification .container .exp-msg .export-desc {
  margin-top: 20px;
  text-align: center;
  font-weight: 600;
}
#export-notification .container .exp-msg .export-desc-msg {
  padding: 20px;
  color: #E51400;
  padding-bottom: 50px !important;
  font-weight: 600;
  text-align: center;
}

@media (max-width: 767px) {
  #export-notification .container .exp-msg .image {
    margin-left: 38% !important;
  }
}
@media (max-width: 767px) and (min-width: 359px) {
  #Error .page-not-founderror .Hyperlink .submit {
    width: 49% !important;
  }
}
@media (max-width: 1024px) and (min-width: 767px) {
  #Error .page-not-founderror .Hyperlink .submit {
    width: 23% !important;
  }
}
@media (max-width: 283px) and (min-width: 279px) {
  #Error .page-not-founderror .Hyperlink .submit {
    width: 68% !important;
  }
}
/*--------------------Export notification page----------------------*/
#export-notification {
    background-color: $color_grey;
    .container

{
    height: 400px;
    .exp-msg

{
    padding-top: 30px;
    .image-style

{
    padding: 20px;
    text-align: center;
    height: 100px;
    padding-left: 0px !important;
}

.image {
    margin-left: 45%;
    img

{
    vertical-align: middle;
}

}

.export-desc {
    margin-top: 20px;
    text-align: center;
    font-weight: 600;
}

.export-desc-msg {
    padding: 20px;
    color: $ribbon_red;
    padding-bottom: 50px !important;
    font-weight: 600;
    text-align: center;
}

}
}
}

@media (max-width: 767px) {
    #export-notification {
        .container

{
    .exp-msg

{
    .image

{
    margin-left: 38% !important;
}

}
}
}
}

@media (max-width: 767px) and (min-width: 359px) {
    #Error {
        .page-not-founderror

{
    .Hyperlink

{
    .submit

{
    width: 49% !important;
}

}
}
}
}

@media (max-width: 1024px) and (min-width: 767px) {
    #Error {
        .page-not-founderror

{
    .Hyperlink

{
    .submit

{
    width: 23% !important;
}

}
}
}
}

@media (max-width: 283px) and (min-width: 279px) {
    #Error {
        .page-not-founderror

{
    .Hyperlink

{
    .submit

{
    width: 68% !important;
}

}
}
}
}

#maintenance-notification .container {
    height: 516px;
}

    #maintenance-notification .container .maintenance {
        padding-top: 66px;
        padding-bottom: 30px;
    }

        #maintenance-notification .container .maintenance .image-style {
            display: inline;
            text-align: center;
            height: 165px;
            font-size: 20px;
            padding-left: 0px !important;
        }

        #maintenance-notification .container .maintenance .image {
            text-align: center;
            width: 68%;
            margin: auto;
        }

            #maintenance-notification .container .maintenance .image img {
                vertical-align: middle;
            }

        #maintenance-notification .container .maintenance .maintenance-desc {
            margin-top: 20px;
            margin-right: 0px;
            margin-bottom: 20px;
            text-align: center;
            font-family: "Open Sans", Helvetica, Arial, sans-serif;
            font-size: 19px;
            line-height: 33px;
        }

.boldtext {
    font-weight: 600;
}

.maintenancebutton {
    color: white;
    background-color: #0073dc;
    border-radius: 6px;
    padding: 12px 18px;
    border: 0;
    margin-top: 20px;
}

@media (max-width: 768px) and (min-width: 427px) {
    #maintenance-notification .container {
        height: 572px !important;
    }
}

@media (max-width: 426px) and (min-width: 377px) {
    #maintenance-notification .container {
        height: 635px;
    }

        #maintenance-notification .container .maintenance .maintenance-desc {
            font-size: 16px;
        }
}

@media (max-width: 376px) {
    #maintenance-notification .container {
        height: 687px;
    }

        #maintenance-notification .container .maintenance .maintenance-desc {
            font-size: 15px;
        }
}

/*# sourceMappingURL=Error.css.map */
