/*------------RESET--------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary, time, mark, audio, video {    
    line-height: inherit;
    margin: 0;
    padding: 0;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}body {line-height: 1;}ol, ul {list-style: none;}blockquote, q {quotes: none;}
blockquote:before, blockquote:after,q:before, q:after {content: '';content: none;}table {border-collapse: collapse;border-spacing: 0;}

input, label
{
	cursor: pointer;
}

a{
	text-decoration: none;
	color: #ffffff;
}
.content-all
{
    padding: 2rem .5rem;
    max-width: 90em;
    margin: 0 auto;
}
.content-all ul
{
  height: 200px;
}
.iva
{
    font-size: 13px;
    font-style: italic;
}
.content-all section ul li
{
	background-image: url('/img/theme-nd/no-fusion/new-online-orders/tick.png');
    background-repeat: no-repeat;
    padding: 10px 5px 15px 45px;
    background-size: 36px;
}
#section_1
{
    width: 49%;
    border-right: 1px solid rgba(0,0,0,0.2);
}
#section_2
{
    width: 46%;
    margin-left: 3%;
}
#section_1, #section_2
{
	display: inline-block;
    vertical-align: top;
}
#section_3
{
	display: block;
	text-align: center;
}
#section_1 h1, #section_2 h1
{
    font-size: 25px;
    color: rgba(0,0,0,0.4);
    margin: 20px 0px 30px 0px;
}
.pack-box
{
    display: inline-block;
    border: 1px solid rgba(0,0,0,0.4);
    text-align: center;
    width: 160px;
    margin: 20px 5px;
}
.pack-box p
{
    font-size: 25px;
    padding: 10px 0px;
}
.pack-box .tprice
{
    display: block;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
    color: #ffffff;
    font-weight: bold;
    padding: 10px 0px;
    font-size: 20px;
}
.pack-box input
{
    cursor: pointer;
}
.total
{
    border: none;
    font-size: 28px;
    text-align: center;
    width: 100px;
    font-weight: bold;
}
.sumaSubTotal
{
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.paid
{
    color: #ffffff;
    background-color: #ff5c00;
    padding: 20px 20px;
    font-weight: bold;
    font-size: 16px;
    display: block;
    width: 130px;
    margin: 0 auto;
    border-radius: 3px;
    margin-top: 10px;
    cursor: pointer;
}
.disabled
{
    background-color: rgba(162, 160, 160, 0.5);
    height: 63px;
    position: absolute;
    width: 100%;
    z-index: 999999;
    left: 0;
    bottom: 0;
    margin-bottom: 39px;
}
.overlay-content a{
    color: #ff5c00;
    text-decoration: none;
}
#paypal-button
{
    margin-top: 20px;
}

.legal p
{
	background: #FFFFFF;
	padding: 50px;
	border-radius: 5px;
}

.submit
{
    display: block;
    width: auto;
    margin: 0 auto;
    margin-top: 20px;
    padding: 17px 0px;
    color: #ffffff;
    font-weight: bold;
    font-size: 17px;
    border-radius: 20px;
    background-color: #a6c307;
    background-image: url(/img/theme-nd/no-fusion/new-online-orders/payu.png);
    background-repeat: no-repeat;
    background-size: 64px;
    background-position: 82% 7px;
    padding-left: 26px;
    padding-right: 99px;
    webkit-box-shadow: 7px 5px 21px -6px rgba(0,0,0,0.75);
    moz-box-shadow: 7px 5px 21px -6px rgba(0,0,0,0.75);
    box-shadow: 7px 5px 21px -6px rgba(0,0,0,0.75);
}
/*------------------------CHECKBOXES PERSONALIZE----------------------------------*/
/* Customize the label (the container) */
.container {
    color: #ff5c00;
    display: block;
    text-align: center;
    position: relative;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    height: 130px;
  }
  
  /* Hide the browser's default radio button */
  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  /* Create a custom radio button */
  .checkmark-pack {
    position: absolute;
    height: 28px;
    width: 28px;
    background-color: #eee;
    border: 2px solid #ff5c00;
    border-radius: 50%;
    bottom: 8px;
    left: 65px;
  }
  .checkmark2 {
    position: absolute;
    top: -3px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
    border: 1px solid #ff5c00;
  }
  
  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark-pack {
    background-color: #ccc;
  }
  .container:hover input ~ .checkmark2 {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .container input:checked ~ .checkmark-pack {
    background-color: #ff5c00;
  }
  .container input:checked ~ .checkmark2 {
    background-color: #ff5c00;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark-pack:after {
    content: "";
    position: absolute;
    display: none;
  }
  .checkmark2:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .container input:checked ~ .checkmark-pack:after {
    display: block;
  }
  .container input:checked ~ .checkmark2:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .container .checkmark-pack:after {
      top: 8px;
      left: 8px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
  }
  .container .checkmark2:after {
    left: 7px;
    top: 2px;
    width: 9px;
    height: 15px;
    border: solid white;
    border-width: 0 4px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pack-box .container:hover p
{
    background: #ff5c00;
    color: #FFFFFF;
    -webkit-transition: width 0.5s; /* Safari */
    transition: width 0.5s;
}
input[type="radio"]:checked+p,input[type="checkbox"]:checked+p
{
    background: #ff5c00;
    color: #FFFFFF;
}
  .extra
  {
      color: #000000;
      font-weight: bold;
      padding-left: 34px;
      padding-right: 20px;
  }
  .extra span
  {
      color: #000000;
      font-weight: normal;
      font-size: 17px;
  }
.overlay-cv-box
{
    background-color: rgba(162, 160, 160, 0.5);
    height: auto;
    position: absolute;
    width: auto;
}
.popup form .date-text
{
    display: block;
    padding: 10px 15px;
    width: 250px;
    margin: 10px auto;
    font-size: 12px;
}
  .overlay-bg {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	height:100%;
	width: 100%;
	cursor: pointer;
	z-index: 1000; /* high z-index */
	background: #000; /* fallback */
	background: rgba(0,0,0,0.75);
}

.overlay-content {
    display: none;
    background: #fff;
    padding: 35px 18px;
    width: 300px;
    position: absolute;
    top: 8%;
    left: 35%;
    margin: 0;
    cursor: default;
    z-index: 10001;
    border-radius: 4px;
    box-shadow: 0 0 5px rgba(0,0,0,0.9);
}

.close-btn {
    cursor: pointer;
    padding: 0;
    top: 7px;
    background: #ffffff;
    font-weight: bold;
    font-size: 34px;
    border: none;
    padding-right: 10px;
    color: rgba(253, 119, 44, 0.7);
    position: absolute;
    right: 0;
}
.close-btn:hover {
    color: #ff5c00;
}
#container-multi, #container-refresh
{
    display: inline-block;
    height: auto;
    position: relative;
}
#container-multi .container, #container-refresh .container
{
    height: auto;
}
#container-multi
{
    margin-left: 6px;
    margin-right: 15px;
}
#click-info-extra, #click-info-extra2
{
    position: absolute;
    top: -7px;
    right: 3px;
    cursor: pointer;
}
.recruiter_login_contact_us
{
    background: #ECF0F1;
}

.joboffer_pack_message {
    margin-top: 20px;
}
.contactComponent{
    max-width: 70rem;
    margin: 0 auto;
    border-top: 1px solid rgba(0,0,0,0.1);
    padding: 4rem 1rem 4rem 1rem;
}
#container-multi, #container-refresh
{
    display: inline-block;
    height: auto;
}

@media (max-width: 1180px)
{
    #container-refresh
    {
        margin-left: 6px;
        margin-top: 15px;
    }
    .content-all ul {
        height: 233px;
    }
}
@media (max-width: 1020px)
{
    .content-all ul
    {
        height: 270px;
    }
}
@media (max-width: 655px)
{
    .content-all ul
    {
        height: 317px;
    }
}
@media (max-width: 630px)
{
    .content-all {
        padding: 20px 10px;
        margin-bottom: 0px;
    }
    #click-info-extra, #click-info-extra2{
        top: 0;
    }
    .content-all ul
    {
        height: auto;
    }
    #section_1 h1, #section_2 h1 {
        margin: 30px 0px 30px 0px;
    }
    .overlay-cv-box
    {
        position: relative;
    }
    #section_1, #section_2 {
        width: 100%;
        display: block;
        border-right: none;
    }
    .pack-box {
        width: 295px;
        display: block;
        margin: 20px auto;
    }
    .pack-box p {
        display: inline-block;
        text-align: left;
        font-size: 20px;
        padding-left: 10px;
        padding-right: 5px;
        width: 95px;
    }
    .pack-box .tprice {
        padding: 10px 20px;
        width: auto;
        display: inline-block;
        border-radius: 5px;
    }
    .container {
        display: block;
        margin: 15px 0px 13px 11px;
        font-size: 18px;
        width: 100%;
        text-align: left;
        height: auto;
    }
    .checkmark-pack {
        left: inherit;
        right: 23px;
    }
    #section_2 {
        margin-left: 0;
        border-top: 1px solid rgba(0,0,0,0.2);
        margin-top: 15px;
    }
    .sumaSubTotal h4
    {
        display: inline-block;
        vertical-align: middle;
    }
    .paid {
        margin: 0;
        display: inline-block;
        vertical-align: middle;
    }
    .iva {
        display: block;
    }
    .sumaSubTotal
    {
        bottom: 0;
        position: fixed;
        margin: 0;
        left: 0;
        background: rgba(255,255,255,0.9);
        border-top: 5px solid #ff5c00;
        width: 100%;
        padding: 15px 0px;
        font-size: 22px;
        min-width: 330px;
        z-index: 9999;
    }
    .overlay-content
    {
        position: fixed;
        left: 0;
        margin-left: 18%;
    }
    .content-passpaid-more section {
        width: 100%;
        display: block;
        padding: 0px 20px;
    }
    .recruiter_login_contact_us {
        padding: 50px 0 50px 0;
    }
    .content-passpaid-more .sec-more-1 {
        margin-bottom: 35px;
    }
}
@media (max-width: 540px)
{
    .overlay-content {
        position: fixed;
        width: 100%;
    }
    .overlay-content {
        margin-left: 0%;
    }
    #form-paypal input[type="text"], #form-paypal input[type="number"] {
        width: 100%;
    }
}