/*!
Theme Name: New Hire Onboarding
Theme URI: https://mandolin.digital
Author: Custom WordPress Theme
Author URI: https://mandolin.digital
Description: Custom WordPress theme for New Hire Onboarding
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 7.2
Text Domain: new-hire-onboarding
*/

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
  	background: #000000;
  	color: #333333;
}

a:hover {
    text-decoration: none;
}

ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

::selection {
    color: white;
    background: orange;
}

::-webkit-selection {
    color: white;
    background: orange;
}

::-moz-selection {
    color: white;
    background: orange;
}

.logo {
  max-height: 58px;
  width: auto;  
}

.scrolltotop {
    width: 40px;
    height: 40px;
    border-radius: 20px 20px 0 0;
    background: rgba(0,0,0,.5);
    text-align: center;
    padding-top: 8px;
    font-size: 22px;
    color: #ffffff;
    position: fixed;
    right: 5px;
    bottom: 5px;
    display: none;
    transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
}

.scrolltotop:hover {
    background: #000;
    color: #fff;
    box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,.5);
}

/*--- header-area start ---*/

body {
  background-image: url(img/space-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  
}

.header-area {
    padding: 30px 0;
}


.header-part img {
    max-width: 100%;
    display: block;
}

.header-part h2 {
    color: white;
    font-size: 25px;
    font-weight: 700;
    padding-top: 60px;
}

.header-part p {
    color: #fff;
    font-size: 16px;
    padding-top: 15px;
    margin-bottom: 0;
}

/*--- wdtab-area start ---*/
.wdtab-area {
    background-color: transparent;
    padding: 40px 0;
    padding-bottom: 0;
}

.tab_list {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.tab_wrapper {
  margin: 10px 0 50px;
  display: inline-block;
  width: 100%;
  position: relative;
}
.tab_wrapper * {
  box-sizing: border-box;
}


.tab_wrapper > ul {
    clear: both;
    display: flex;
    width: 100%;
    background-color: #EBF1FC;
    padding: 0;
    margin: 0;
    list-style-type: none;
    text-align: center;
    
}


.tab_wrapper > ul li {
position: relative;
    color: #121B34;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
    padding: 20px 0;
    border-right: 2px solid #fff;
    cursor: pointer;
    width: 100%;
}

.tab_wrapper > ul li:nth-child(5) {
    border-right: none;
}

.tab_wrapper > ul li.active:after {
  content: "";
  position: absolute;
  bottom: -1px;
  height: 1px;
  left: 0;
  background: #fff;
  width: 100%;
}
.tab_wrapper .controller {
  display: block;
  overflow: hidden;
  clear: both;
  position: absolute;
  top: 0;
  right: 0;
}
.tab_wrapper .controller span {
  padding: 8px 22px;
  background: #49a4d9;
  color: #fff;
  text-transform: uppercase;
  display: inline-block;
}
.tab_wrapper .controller span.next {
  float: right;
  margin-left: 10px;
}
.tab_wrapper .content_wrapper {
  float: left;
  width: 100%;
  border: 1px solid #49a4d9;
  border-top: 0;
  box-sizing: border-box;
}
.tab_wrapper .content_wrapper .tab_content {
  display: none;
}
.tab_wrapper .content_wrapper .tab_content.active {
  /* display: block; */
}
.tab_wrapper .content_wrapper .tab_content .error {
  color: red;
}
.tab_wrapper .content_wrapper .accordian_header {
  display: none;
  padding: 10px 20px;
  text-transform: uppercase;
  font-weight: bold;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #fff;
  position: relative;
  cursor: pointer;
}
.tab_wrapper .content_wrapper .accordian_header.active {
  color: #49a4d9;
  border-bottom: 1px solid #ccc;
}



.tab_wrapper > ul li.active {
    color: #fff;
    background-color: #121B34;
    border: none;
    text-align: center;
    padding: 20px 0;
    width: 100%;
}


@media only screen and (max-width: 576px) {
  .tab_wrapper > ul {
    display: none;
  }
  .tab_wrapper .content_wrapper {
    border: 0;
  }
  .tab_wrapper .content_wrapper .accordian_header {
    display: block;
  }
  .tab_wrapper.left_side .content_wrapper, .tab_wrapper.right_side .content_wrapper {
    width: 100%;
    border-top: 0;
  }
  .tab_wrapper .controller {
    display: none;
  }
  .tab_wrapper.show-as-dropdown > .tab_list {
    border: 0;
    box-shadow: 0 0 8px #ccc;
    position: absolute;
    z-index: 3;
    background: #fff;
    border-radius: 5px;
    margin-top: 15px;
  }
  .tab_wrapper.show-as-dropdown > .tab_list:before {
    content: "";
    position: absolute;
    top: -6px;
    left: 50%;
    width: 14px;
    height: 14px;
    background: #fff;
    transform: rotate(45deg);
    box-shadow: -3px -4px 5px #efefef;
    margin-left: -7px;
  }
  .tab_wrapper.show-as-dropdown > .tab_list li {
    border: 0;
    border-bottom: 1px solid #ccc;
  }
  .tab_wrapper.show-as-dropdown > .tab_list li.active:after {
    display: none;
  }
  .tab_wrapper.show-as-dropdown .active_tab {
    display: block;
  }
  .tab_wrapper.show-as-dropdown > .tab_list {
    display: none;
  }
  .tab_wrapper.show-as-dropdown > .content_wrapper > .accordian_header {
    display: none;
  }
  .tab_wrapper.show-as-dropdown > .tab_list li {
    display: block;
    float: none;
    width: 100%;
  }
}
@media only screen and (min-width: 577px) {
  .tab_wrapper.show-as-dropdown > .tab_list {
    display: block !important;
    overflow: hidden;
  }
}

/*# sourceMappingURL=style.css.map */


/*--- tab-innerpart start---*/
.tab-innerpart {
    background-color: #fff;
    padding: 35px 0;
}

.main-tab-innerpart {
  border-right: 1px solid #EAEAEA
}

.tab-innerpart_a1 h2 {
    color: #000000;
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 10px;
}

.tab-innerpart_a1 p {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}

.tab-innerpart_a2 h2 {
    color: #121B34;
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 19px;
    padding-top: 17px;
}

.tab-innerpart_a2 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.tab-innerpart_a2 ul li {
    display: block;
    padding-bottom: 15px;
}

.tab-innerpart_a2 ul li a i {
    color: #121B34;
    font-size: 17px;
    width: 38px;
    height: 38px;
    border: 2px solid #121B34;
    text-align: center;
    line-height: 33px;
    border-radius: 50%;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.tab-innerpart_a2 ul li a i:hover {
    background-color: orange;
    color: #fff;
    border: 2px solid orange;
}

.tab-innerpart_a2 ul li a p {
    color: #121B34;
    font-size: 17px;
    font-weight: 500;
    padding-left: 55px;
    margin-top: -43px;
}


.tab-innerpart_b1 {
    width: 100%;
    display: block;
}


.tab-innerpart_b1 h2 {
    color: #121B34;
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 5px;
}


.tab-innerpart_b1 h2 span {
    color: #CBCBCB;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    float: right;
}


.tab-innerpart_b2 {
    display: flex;
    border-top: 2px solid #121B34;
}


.tab-innerpart_b2 h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding-top: 12px;
}

.tab-innerpart_b2 p {
    color: #000000;
    font-size: 17px;
    font-weight: 500;
    margin-top: 13px;
    margin-bottom: 0;
    padding-left: 185px;
    padding-right: 22px;
}

.tab-btn_b1 {
    float: right;
    display: block;
}

.tab-btn_b1 a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background-color: #121B34;
    padding: 11px 25px;
    display: block;
    transition: 0.2s all ease;
}

.tab-btn_b1 a:hover {
    color: #fff;
    background-color: #000000;
}

.tab-innerpart_b22 {
    padding-top: 26px;
}

.tab-innerpart_c1 {
    border-top: 2px solid #121B34;
}

.tab-innerpart_c1 h3 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    margin: 0;
    padding: 12px 10px 0 0;
}


.tab-btn_cb1 a {
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    background-color: #121B34;
    padding: 11px 0;
    display: block;
    transition: 0.2s all ease;
	text-align:center;
}

.tab-btn_cb1 a:hover {
    color: #fff;
    background-color: #000000;
}

.tab-innerpart_b22 {
    padding-top: 26px;
}

.tab-innerpart_c1 p {
	color: #000000;
    font-size: 17px;
    font-weight: 500;
	text-transform: uppercase;
}


/*----top-tab part-----*/
.nav-fill .nav-item {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
    color: #121B34;
    font-size: 24px;
    font-weight: 500;
    padding: 10px 0;
    background-color: white;
}

.nav-tabs .nav-link {
  border-radius: 0;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: #1482C6;
    border-color: initial;
    border: none !important;
    border-radius: 0;
}

.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
    border-color: none;
    border: 1px solid #000000;
}

.nav-tabs {
    border-bottom: none;
    margin-bottom: -9px;
}

/* Inner content */
.inner-content {
    font-size: 15px;
    overflow: scroll;
}
.inner-content p {
    text-transform: none;
	font-size: 15px;
}

.table-container thead tr th {
    border-top: none !important;
	border-bottom: 2px solid #121B34 !important;
}

.table-container td, .table-container th {
    padding: 10px 2px 10px 4px;
    font-size: 15px;
}

.table-container td {
    border-bottom: 1px solid #1482C6;
}

.first-col-heading tr td:first-child, .first-col-heading tr td:first-child a {
    background: #ead9fd;
    font-weight: 700;
    color: #000 !important;
    font-style: normal !important;
}

.table-container a {
    text-decoration: underline !important;
	color:#000;
}

.filter-box{
	font-weight:bold;
}

input.filterz {
    min-width: 300px;
    padding: 8px;
}

.table-container td.found {
    background: #f6eeff;
}

.table-container td.not-found a {
    font-style: italic;
    color: #a9a0a0;
}

/*--- footer-area start ---*/
.footer-area {
    background-color: #000000;
    padding: 35px 0;
}

.footer-part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}


.footer-part ul li {
    display: inline-block;
}

.footer-part ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    display: block;
    padding-right: 34px;
    transition: 0.2s all ease;
    -moz-transition: 0.2s all ease;
    -webkit-transition: 0.2s all ease;
}

.footer-part p {
    color: #7C7C7C;
    font-size: 15px;
    margin: 0;
    padding-top: 13px;
}



/*--- nowheader-area start ---*/
.nowheader-area {
  
    padding: 30px 0;
    padding-bottom: 315px;
}

.nowheader-part img {
  max-width: 100%;
  display: block;
}


.accordian_header .fas {
    float: right;
}

/*--- nowform-area start ---*/
.nowform-area {
    padding: 30px 0;
    padding-bottom: 271px;
    margin-bottom: 40px;
}



.nowform-part {
    padding: 30px 15px;
    background-color: #fff;
    width: 81%;
    display: block;
    margin: auto;
    margin-top: -238px;
}

.nowform-part form {
    width: 65%;
    display: block;
    margin: auto;
    background-color: #fff;
    border-top: 1px solid #EFEFEF;
    border-bottom: 1px solid #EFEFEF;
    padding: 55px;
    padding-bottom: 86px;
}


.nowform-part form h2 {
    color: #000000;
    font-size: 28px;
    text-align: center;
    font-weight: 600;
    margin: 0;
    padding-bottom: 35px;
}

.nowform-part form i {
    color: #000000;
    font-size: 31px;
    position: absolute;
    top: 11px;
    margin-left: 12px;
}


.nowform-part form input[type="email"] {
    color: #000000;
    font-size: 20px;
    width: 100%;
    text-transform: capitalize;
    background-color: #EFEFEF;
    border: none;
    padding: 10px 10px;
    padding-left: 54px;
    border-bottom: 2px solid #121B34;
    outline: none;
    margin-bottom: 15px;
}



.nowform-part form input[type="email"]::placeholder {
  color: #030303;
  font-size: 20px;
}



.nowform-part form input[type="password"] {
    color: #000000;
    font-size: 20px;
    width: 100%;
    text-transform: capitalize;
    background-color: #EFEFEF;
    border: none;
    padding: 10px 10px;
    padding-left: 54px;
    border-bottom: 2px solid #121B34;
    outline: none;
    margin-bottom: 15px;
}



.nowform-part form input[type="password"]::placeholder {
  color: #030303;
  font-size: 20px;
}




.nowform-part form input[type="submit"] {
    color: #fff;
    font-size: 20px;
    width: 84%;
    text-transform: capitalize;
    background-color: #121B34;
    border: none;
    padding: 10px 10px;
    outline: none;
    margin: auto;
    display: block;
    margin-top: 12px;
    transition: 0.2s all ease;
}

.nowform-part form input[type="submit"]:hover {
  background-color: #000000;
}

.lity-container {
    background: #fff;
}
@media only screen and (min-width : 1200px) {
  .container { max-width: 1440px; }
}
 
@media (min-width: 576px) {
  .container { max-width: 1440px; }
}

/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media only screen and (min-width: 768px) {  
   .container { max-width: 1440px; }
}
 
/* Large devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) { 
   .container { max-width: 1440px; }
}
 
/* Extra large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {  
    .container { max-width: 1640px; }
    .page-template-splash .container { max-width: 1140px; }
}

@media only screen and (min-width: 1643px) {  
    .container { max-width: 1440px; }
    .page-template-splash .container { max-width: 1140px; }
}