/****************************
-- General --
****************************/
#supportcontact {
  font-family: "Lato-Regular", helvetica neue, sans-serif !important;
}

#supportcontact .container {
	    padding: 0 6px;
}
#supportcontact a {
  color: #3c9;
  font-size: 14px;
  text-decoration: underline;
}

#supportcontact #returnToCases {
  display: block;
  margin: 10px 0;
}

#supportcontact .returnToCases img {
  width: 35px;
}
#supportcontact section.main-title {
  opacity: 1 !important;
}


#supportcontact h2,
#supportcontact h3,
#supportcontact h4
{
	font-family: "Lato-Regular", helvetica neue, sans-serif !important;
    color: #083F5B;
    margin-bottom: 5px;
}
.video_submit_title h3{
	 
      color: #083F5B !important;
	   margin-left: 0 !important;
}
.termsCond h1, #supportcontact h2, #supportcontact h3, #supportcontact h4 {
    color: #083F5B;
    margin-left: 0 !important;
}
#supportcontact h5,
#supportcontact p {
  font-weight: 400;
      margin: 0;
}

#supportcontact p {
  font-size: 14px;
}

#supportcontact .title .title-head
{
  margin-bottom: 25px;
}

#supportcontact .title {
text-transform : none!important;
}

#supportcontact .case-update {
  font-weight: normal !important;
}

#MainContent_divresult .container {
  padding-left: 0;
}

#supportcontact #MainContent_lblCmmt {
  color: #707C82;
}
#supportcontact #MainContent_updateCaseDetails, #supportcontact .MainContent_updateCaseDetails {
  background: #f0f6f7;
  border-radius: 5px;
  padding: 10px 23px;
  margin-top: 10px;
  border: 1px solid #b0b2b3;
}
#supportcontact #MainContent_updateCaseDetails p, #supportcontact .MainContent_updateCaseDetails p {
  font-weight: 500;
}

#webCaseCreation #MainContent_description, .title.select-updatecase, #supportcontact #MainContent_txtcomment{
  max-width: 80%;
  font-weight: 400;
}
#MainContent_divresult .container p, #MainContent_divresultupdate .container p{
  line-height: 4.5em;
}
#MainContent_divresult .container a, #MainContent_divresultupdate .container a{
    color: #3c9;
    font-size: 16px;
    cursor: pointer;
    line-height: 1;
    text-decoration: none !important;
    transition: .2s ease;
}
#MainContent_divresult .container a:after, #MainContent_divresultupdate .container a:after{
  content: url(../../../images/arloV4/support/arrow-green-right.png);
  display: inline-block;
  transform: scale(0.4);
  transition: .2s ease;
  vertical-align: middle;
}
#supportcontact .wrapper {
    margin: 0 auto;
    max-width: 1180px;
    padding: 0 30px;
    position: relative;
    width: 100%;
    z-index: 0;
}

#supportcontact .wrapper {
  max-width: 750px;
}

#supportcontact .rma_main.cf {
  background: whitesmoke;
  padding: 60px 0;
}
#supportcontact .rma_form {
  background: #fff;
  padding: 20px 40px;
  max-width: 800px;
  margin: 0 auto;

}
.support-contact .grid-row-1{
  position: relative !important;
  background: #fff;
  padding: 20px 40px;
  margin: 0 auto;
  text-align: left;
  max-width: 80%;
}

#supportcontact img.col-icon-category
{
  display: inline-block;
  vertical-align: bottom;
  max-width: 50px;
}
#supportcontact h3
{
  font-size: 22px;
  height: inherit;
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 10px;
  margin-top: 16px;
  font-weight: 500;
}

header.loaded + #supportcontact .rows .wrapper {
  -webkit-animation: fadeInFromLeft 300ms ease 1200ms forwards; /* 500ms from header delay + 700 from header animation*/
  animation: fadeInFromLeft 300ms ease 1200ms forwards;
}
/* /Load Animation */

/****************************
-- Rows --
****************************/
#supportcontact .rows {
  padding: 20px 0 0;
}

#supportcontact .rows h3.sep {
  margin-bottom: 1.5em;
}

#supportcontact .row {
  padding-top: 25px;
}

#supportcontact .rows .breadcrumbs + .row,
#supportcontact .rows h3.sep + .row {
  padding-top: 0;
}

#supportcontact .row h4 {
  font-weight: 400;
  margin-bottom: 10px;
}

#supportcontact .row p {
  margin-bottom: 20px;
}

/*---------------------
Form
---------------------*/
#supportcontact .row .form input {
font-family: "Lato-Regular", Helvetica Neue, sans-serif;
display: block;
margin-bottom: 19px;
max-width: 275px;
width: 100%;
}
#supportcontact  .row .login .form input[type="text"],
 input[type="password"]{
 background-color: #f6f6f6;
 font-family: "Lato-Regular", Helvetica Neue, sans-serif;
}
form .form-element input[type="file"] {
  font-family: "Lato-Regular", Helvetica Neue, sans-serif;
}

#supportcontact  .row .login .form input[type="text"],
input[type="password"], input[type="submit"]
{
  font-family: "Lato-Regular", Helvetica Neue, sans-serif;
  width: auto !important;
}

#supportcontact form .form-element input:not([type="submit"]):not([type="file"]):not([type="checkbox"]),
#supportcontact form .form-element textarea,
#supportcontact form .form-element select {
  font-family: "Lato-Regular", Helvetica Neue, sans-serif;
}

#supportcontact form .form-element select {
border: #e1e1e1 solid 1px;
background: transparent;
height: 40px;
}

form .form-element.others label {
  font-size: 14px;
  display: block;
}
form .form-element.attachment label {
    color: #083F5B;
    font-weight: 500;
    font-size: 15px;
}
form .form-element .lbl-checkbox {
  font-size: 14px;
}

form .form-element .fileUpload-p {
  font-size: 13px;
}
form .form-element .fileUpload-platform {
    font-size: 13px;
    padding-left: 10px;
    color: #152934;
}

form .error.active {
    color: #e20000 !important;
    font-weight: 400;
}

#supportcontact .row .form .forgot {
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  margin-left: 20px;
}

/*---------------------
Show More: Contact Country
---------------------*/
#supportcontact .show-more {
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
  padding-top: 18px;
}

#supportcontact .show-more .cta {
  color: #8a8a8a;
  display: inline-block;
  font-size: 11px;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 40px;
}

#supportcontact .show-more .more {
  display: none;
  margin-top: -10px;
}

#supportcontact .show-more .more.preopen {
  display: block;
}

#supportcontact .row .more h5 {
  margin-bottom: 15px;
}

#supportcontact .row .more h5 + p {
  margin-top: 0;
}

#supportcontact .more .select-wrapper {
  max-width: 207px;
}

#supportcontact .row .country-contact-list {
  padding-bottom: 45px;
  position: relative;
}

#supportcontact .row .country-contact {
  display: none;
  padding-top: 15px;
  position: absolute;
  top: 0;
  width: 100%;
}

#supportcontact .row .country-contact.active {
  position: static;
}

#supportcontact .row .country-contact.selected {
  display: block;
}

#supportcontact .row .country-contact p {
  margin: 0;
}

#supportcontact form .form-element .fileUpload-p{
  color: #707C82;
}

/****************************
-- Media Queries --
****************************/
@media screen and (min-width: 64em) {
  /*---------------------
  General
  ---------------------*/
  #supportcontact .wrapper {
    padding-bottom: 30px;
  }

  #supportcontact .row h5 {
    font-size: 18px;
    font-size: 1.8rem;
  }



  /*---------------------
  Rows
  ---------------------*/
  #supportcontact .rows h3.sep {
    margin-bottom: 1em;
    text-align: left;
  }

  #supportcontact .row {
    padding-top: 40px;
  }

  #supportcontact .rows h3.sep:after {
    left: 0;
    margin: 0;
  }

  #supportcontact .row h4 {
    margin-bottom: 5px;
  }

  #supportcontact .row h5 {
    margin-bottom: 5px;
  }

  /* Form */
  #supportcontact .row .form input {
    margin-bottom: 9px;
  }

  #supportcontact .row .form .forgot {
    font-size: 13px;
    font-size: 1.3rem;
  }

  /* Show More: Contact Country */
  #supportcontact .show-more {
    margin-top: 40px;
  }

  #supportcontact .show-more .cta {
    font-size: 13px;
    font-size: 1.3rem;
  }

  #supportcontact .row .more h5 {
    margin-bottom: 5px;
  }

  #supportcontact .row .more .country-contact {
    padding-top: 30px;
  }
}



.search input[type="search"] {
    background-color: #06a84e;
    border: 0;
    border: 1px solid #fff;
    border-radius: 30px !important;
    color: #fff;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: 500;
    height: 40px;
    line-height: 20px;
    opacity: 1;
    padding: 10px 49px 10px 14px;
    width: 100%;
    -webkit-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
  }

  .search .submit {
    background-color: #fff;
    bottom: 5px;
    border-radius: 15px;
    position: absolute;
    right: 5px;
    text-align: center;
    top: 5px;
    width: 40px;
}


.search .submit input {
    background: #fff;
    border: 0;
    cursor: pointer;
    display: block;
    height: 100%;
    left: 0;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 99;
}


.select-wrapper::after {
    content: "\2193";
  }


.search .submit:after {
  top: 50% !important;
  left: 50% !important;
  width: 15px;
  display: inline-block;
  transform: translate(-50%,-50%);
  margin: 0 !important;
}

@media screen and (min-width: 64em){
.search input[type="search"] {
    border-radius: 28px;
    font-size: 28px;
    font-size: 2.6rem;
    font-weight: 500;
    height: 56px;
    line-height: 36px;
    padding: 10px 67px 10px 28px;
}
.search .submit {
    border-radius: 22px;
    bottom: 6px;
    right: 7px;
    top: 6px;
    width: 58px;
}
.search .submit:after {
    font-size: 18px;
    font-size: 1.8rem;
    /* height: 18px; */
    margin-left: -9px;
    margin-top: -9px;
    width: 20px;
    transform-origin: 7.5px 7.5px;
}
}

.main-title .top .inner h1 {
    color: #000;
    font-size: 5rem;
}

@media (max-width: 1026px){
  .main-title .top .inner h1{
    font-size: 2.4rem;
  }
}

#supportcontact .title-cover-top {
    background: url(../images/title-cover-top-svg.svg) bottom center no-repeat transparent;
    background-size: 100% 100%;
    bottom: 100%;
    height: 0;
    left: 0;
    margin-bottom: -1px;
    padding-bottom: 7.2917%;
    position: absolute;
    right: 0;
}

#supportcontact .main-title .top .inner {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodÃƒÂ¢Ã¢â€šÂ¬Ã‚Â¦IgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(20%,rgba(255,255,255,0.96)), color-stop(100%,rgba(230,230,230,0.8)));
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,0.96) 20%,rgba(230,230,230,0.8) 100%);
    background-position: center center;
    background-size: cover;
}

@media screen and (min-width: 40.0625em){
  #supportcontact .main-title .top .inner {
      padding-top: 61px;
  }
}

@media screen and (min-width: 60.0625em){
  #supportcontact .main-title .top .inner {
      padding-top: 120px;
  }
}

#supportcontact .main-title .top .inner {
    padding: 53px 0 7.2917%;
}

#supportcontact .btn.t4, #header.fixed .btn.t1 {
    background-color: #06a94e;
    color: #fff;
}
@media screen and (min-width: 40.0625em){
  .btn {
      font-size: 16px;
      font-size: 1.6rem;
  }
}

#supportcontact .btn.t4:hover, #header.fixed .btn.t1:hover {
    background-color: #0f6d35;
}

#supportcontact .btn.t4, #header.fixed .btn.t1 {
    background-color: #06a94e;
    color: #fff;
}

#supportcontact .btn:hover:after {
    padding-left: 5px;
    width: 16px;
}

/* #supportcontact .btn:after {
    content: "?";
    position: absolute;
    right: 16px;
    width: 0px;
    overflow: hidden;
    transition: width 200ms ease-in-out;
} */

#supportcontact .btn.t4:hover, #header.fixed .btn.t1:hover {
    background-color: #0f6d35;
}

#supportcontact .btn.t4, #header.fixed .btn.t1 {
    background-color: #06a94e;
    color: #fff;
    position: relative;
}

#supportcontact a.btn{
  color: #fff;
  transition: 0.3s ease-out;
  text-decoration: none;
  line-height:35px;
}

  /*---------------------
  Login
  ---------------------*/

 #supportcontact  .row .login .forgotpassword{
    margin: 10px 0 !important;
  }
  #supportcontact  .row .login h6 {
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: 700;
     margin: 0;
    padding: 0;
    }
 #supportcontact  .row .login h5 {
    line-height: 1.5;
  font-size: 18px !important;
    font-weight: 400 !important;
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline;
  }
  #supportcontact  .row .login .container .form input
   {
       width: 100% !important;
   }

#supportcontact .row .onlineRMA, #supportcontact .row .onlineRMA p,  .row .onlineRMA .buttons {
    margin-bottom: .75rem;
}
#supportcontact .row .onlineRMA dl p{
        margin: 0;
        padding: 0;
    }


/*RMA Table style*/

#supportcontact .table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  vertical-align: middle;
}

.onlineRMA table {
  border-collapse: collapse;
  margin-bottom: 2rem;
  font-family: "lato-regular", helvetica neue, sans-serif;
}

.onlineRMA tr{
  height: 4em;
}

.onlineRMA td, .onlineRMA th {
  font-family: "lato-regular", helvetica, sans-serif;
  font-size: 1.4rem;
  vertical-align: middle;
  text-align: center;
  padding: .75rem;
  font-weight: 400;
}

.onlineRMA th {
  font-weight: 600;
}

#MainContent_selectCase .onlineRMA tr > th:first-child,onlineRMA tr > td:first-child
 {
  width: 15%;
}
#MainContent_selectCase .onlineRMA tr > th:last-child,onlineRMA tr > td:last-child
 {
  width: 20%;
}

#MainContent_shippMethod .onlineRMA tr > th:first-child,onlineRMA tr > td:first-child
 {
  width: 5%;
}
#MainContent_shippMethod .onlineRMA tr > th:last-child,onlineRMA tr > td:last-child
 {
  width: 10%;
}
#MainContent_shippMethod .onlineRMA td {
  text-align: left;
}

.onlineRMA input {
  margin: auto 0;
}

.onlineRMA .message{
   color:red;

}
.onlineRMA .termsCond{
        padding: 1rem;
    border-radius: .25rem;
    border: 1px solid rgb(217, 219, 221);
    width: 95%;
    margin-bottom: 1rem;
    box-sizing: border-box;
    margin-top: 20px;
}
.onlineRMA .termsCond h3{
    font-size: 22px;
}
.onlineRMA .termsCond h3,
.onlineRMA .termsCond h4
{
    margin-bottom: .75rem;
        font-weight: 500 !important;
}
.onlineRMA label{
        font-size: 18px;
    line-height: 28px;
     padding: 1rem;
}

/* OnlineRMA form*/
.onlineRMAform .form-element {
    padding-bottom: 15px;
}
.onlineRMAform p{
margin-bottom: auto !important;
}

.onlineRMAform  label {
    font-size: 15px;
    line-height: 28px;
    display: block;
    font-weight: 400;
    margin: 0 0 5px;
    color: rgb(107, 109, 112);
}
.onlineRMAform .form-element input:not([type="submit"]):not([type="checkbox"]),
.onlineRMAform .form-element select
{
    width: 100%;
    max-width: 350px;
    padding: 0 10px;
    height: 34px;
}

.onlineRMAform input[type='text'], .onlineRMAform input[type='tel'], .onlineRMAform input[type='email'] {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
}
.onlineRMAform .error {
    display: none;
}
.onlineRMAform .error.active {
    display: block;
    color: red;
    margin-top: 5px;
}
.onlineRMAform select {
    border-radius: 5px;
    border: 1px solid #ccc;
     font-size: 15px;
}

.formcheckbox label{
     display: inherit;

       font-size: 15px;
    line-height: 28px;
     padding: 1rem;
}
.onlineRMAform dd{
        margin-inline-start: 0px;
}
/* The Modal (background) */
.modal {

   width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.75);
  z-index: 9999;
  overflow-y: auto;
  padding: 20px 0;


}
.modal .popup-inner {
    height: 100%;
    width: 720px;
    max-width: 60%;
  max-height: 750px;
    margin: 0 auto;
  margin-top: 110px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .modal .content {
        height: 100%;
    }


    @media screen and (max-width: 992px) {
      .support-contact .grid-row-1 {
        padding: 20px 10px;
         max-width: none;
      }

    }
    @media screen and (max-width: 600px) {
      .support-contact .grid-row-1 table .btn.t1 {
        min-width: 8rem;
      }
    }

  /*Media Queries - Modal Popup*/
  @media (max-width: 1024px) {

    .modal .popup-inner {
        margin-top: 80px;
    max-width: 300px;
    max-height: 85%;
    }

  }

@media (min-width: 481px) and (max-width: 1024px) {
  .modal .popup-inner {
    max-width: 80%;

  } }

 @media (max-width: 480px) {
      .modal .popup-inner .content {
        width: 100%; } }
    .modal .popup-inner .popup-holder {
      position: relative;
      background: #fff;
      border-radius: 5px;
      height: 100%;
      max-height: 100%;
      overflow: hidden;
      overflow-y: auto;
      padding: 30px 15px;

    }
    .modal .popup-close-wrap {
    position: relative; }
    .modal .popup-close-wrap .popup-close {
      width: 30px;
      height: 30px;
      padding-top: 4px;
      display: inline-block;
      position: absolute;
      top: 0px;
      right: 0px;
      -webkit-transition: ease 0.25s all;
              transition: ease 0.25s all;
      -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
      border-radius: 1000px;
      background: rgba(0, 0, 0, 0.8);
      font-family: Arial, Sans-Serif;
      font-size: 20px;
      text-align: center;
      line-height: 100%;
      color: #fff;
      z-index: 1; }
      .modal .popup-close-wrap .popup-close:hover {
        -webkit-transform: translate(50%, -50%) rotate(180deg);
        -ms-transform: translate(50%, -50%) rotate(180deg);
            transform: translate(50%, -50%) rotate(180deg);
        background: black;
        text-decoration: none; }
  .modal .popup-bodyclose {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    cursor: default; }
  .modal .server-error-msg {
    margin-bottom: 0;
    text-align: center; }

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  -webkit-border-radius : unset;
  margin:0px;

}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
