//
// /!\
// This file is meant to regroup your bootstrap customizations. In that file,
// you must define variables *ONLY*. If you want to introduce new CSS rules
// for your website, check the 'user_custom_rules.scss' file you can also edit.
// /!\
//
// You can change the value of a variable you can find in the bootstrap 4
// documentation (or in the file /web/static/lib/bootstrap/scss/_variables.scss)
// and Odoo will automatically adapt its design to your new bootstrap. For
// example, doing this will make some shadows and gradients appear, especially
// for your buttons design:
//
// $enable-shadows: true;
// $enable-gradients: true;
//
// Notice that Odoo already overrides bootstrap variables according to your
// choices in the "Customize Theme" dialog, you should first take a look at
// it and do customizations this way. Indeed, if you overridde the same
// variables, Odoo will either have to ignore them or not be able to make
// the "Customize Theme" dialog work for these variables anymore.
//


$logo: #0472c1;
$gray: #777777;
$black: #070707;
$green: #0472c1;
$aqua: #0472c1;
$white: #FFFFFF;

@import url('https://fonts.googleapis.com/css?family=Nunito:400,900|Montserrat|Roboto');

$hulu: 'Nunito Sans', sans-serif;
$heading: 'Montserrat', sans-serif;
$body: 'Roboto', sans-serif;

// body {
//   background: linear-gradient(to right, red, green);
// }

.custom_tab_container {
  background: #FFFFFF;
  width: 95%;
  height: 1750px;
  margin: 0 auto;
  margin-top: 0px;
  margin-bottom: 0px;
  position: relative;
  margin-top: 5%;
  box-shadow: 2px 5px 20px rgba(119, 119, 119, 0.5);
  margin-bottom: 60px;
}

.logo {
  float: right;
  margin-right: 12px;
  margin-top: 12px;
  font-family: $hulu;
  color: #0472c1;
  font-weight: 900;
  font-size: 1.5em;
  letter-spacing: 1px;
}

.CTA {
  width: 80px;
  height: 40px;
  right: -20px;
  bottom: 0;
  margin-bottom: 90px;
  position: absolute;
  z-index: 1;
  background: #0472c1;
  font-size: 1em;
  transform: rotate(-90deg);
  transition: all .5s ease-in-out;
  cursor: pointer;
}
 .CTA  h1 {
    color: $white;
    margin-top: 10px;
    margin-left: 9px;
  }
 .CTA &:hover {
    background: #0472c1;
    transform: scale(1.1);
  }

.leftbox {
  float: left;
  position: absolute;
  width: 15%;
  height: 100%;
  background: #0472c1;
  box-shadow: 3px 3px 10px rgba(#777777, .5);
  display: flex;
  justify-content: center;
}


.leftbox nav a {
  list-style: none;
  // padding: 35px;
  color: black;
  font-size: 1.1em;
  display: block;
  transition: all .3s ease-in-out;
  font-size:26px
}

.leftbox nav p {
  font-size:12px !important
}

.leftbox nav a:hover {
    color: white !important;
    transform: scale(1.2);
    cursor: pointer;
  }
.leftbox nav a:first-child {
    margin-top: 7px;
  }

.sidebar_content
{
  display: flex;
  align-items: center;
  flex-direction: column;
}
.sidebar_content p
{
  color: inherit !important;
  font-size: 10px !important;
  width: 80% !important;
  text-align: center;
  border: none !important;
}

.leftbox .active {
  color: white !important;
}

.rightbox {
  width: 65%;
  height: 100%;
}


.profile, .address, .academic, .emp_record, .training_certificate, .distiction, .bank, .document{
  transition: visibility 0s, opacity 1s ease-in;
  visibility :visible;
  position: absolute !important;
  width: 80%;
  margin-left: 18%;
}

.checkBoxWidth{
width:25px
}
.wizard .content{
position: unset !important;
}

.custom_tab_container h1 {
  font-family: $heading;
  color: #0472c1;
  font-size: 30px;
  padding:5px;
  margin-top: 40px;
  margin-bottom: 35px;
}

.custom_tab_container h2{
  color: #0472c1;
  font-family: $body;
  width: 80%;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  margin-left: 2px;
  margin-top: 15px;
}

.custom_tab_container th {
  color: white;
background-color:#0472c1;
  font-family: $body;
  width:20%;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  margin-left: 2px;
  margin-top: 15px;
  min-width: 100px;
}

.custom_tab_container td {
  font-family: $body;
  width:20%;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  margin-left: 2px;
  margin-top: 15px;
  min-width: 100px;
}

.custom_tab_container tr {
  height: 45px;
}

.custom_tab_container p {
  border-top: 0;
  width: 80%;
  font-family: $heading;
  font-size: .7em;
  padding: 7px 0;
  color: #070707;
  margin: 0px;
}
.custom_tab_container span {
  font-size: 10px;
}

.custom_tab_container button {
float: right;
font-family: $body;
text-transform: uppercase;
font-size: 11px;
height: 35px;
width: max-content;
border: none;
margin-top: 10px;
color: white;
background-color:#0472c1;
min-width: 100px;
}

.inputButton{
float: right;
font-family: $body;
text-transform: uppercase;
font-size: 12px;
height: 35px;
width: max-content !important;
border: none;
margin-top: 10px;
color: white;
background-color:#0472c1;
min-width: 100px !important;
font-size:16px !important;
}

.inputButtonInActive{
float: right;
font-family: $body;
text-transform: uppercase;
font-size: 12px;
height: 35px;
width: max-content !important;
border: none;
margin-top: 10px;
color: white;
background: url('/recruitment_ext_nutech/static/images/step.png');
background-size: contain;
background-repeat: no-repeat;
min-width: 120px !important;
font-size:16px !important;
}

.inputButtonActive{
float: right;
font-family: $body;
text-transform: uppercase;
font-size: 12px;
height: 35px;
width: max-content !important;
border: none;
margin-top: 10px;
color: white;
background: url('/recruitment_ext_nutech/static/images/step_active.png');
background-size: contain;
background-repeat: no-repeat;
min-width: 120px !important;
font-size:16px !important;
}

.inputButtonActiveRejected{
float: right;
font-family: $body;
text-transform: uppercase;
font-size: 12px;
height: 35px;
width: max-content !important;
border: none;
margin-top: 10px;
color: white;
background: url('/recruitment_ext_nutech/static/images/step_active_red.png');
background-size: contain;
background-repeat: no-repeat;
min-width: 120px !important;
font-size:16px !important;
}

.custom_tab_container button:hover {
  text-decoration: underline;
  font-weight: 900;
}

.custom_tab_container input , select {
  border:none;
  border-bottom: 1px solid #0472c1;
  font-family: $body;
  font-size:18px;
  margin: 0;
  width: 95%;
  margin-bottom: 4px;
}

.emp_record h2{
  margin-top: 25px;
}

.training_certificate h2{
  margin-top: 25px;
}

.noshow {
  opacity: 0;
  visibility: hidden;
}

.custom_tab_container footer {
  position: absolute;
  width: 20%;
  bottom: 0;
  right: -20px;
  text-align: right;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-family: $body;
  p {
    border: none;
    padding: 0;
  }
  a {
    color: #ffffff;
    text-decoration: none;
    &:hover {
      color: #7d7d7d;
    }
  }
}
.muliple_field_grid{
  display: flex;
}
.half_width{
  width:50%
}

.grid_center_image{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 90%;
}

.paf-image-upload{
  width:100px;
  height: 100px;
  border-radius: 50px;
}

:focus{
  outline: none !important;
}

.state-error{
display:none !important;
}

.actions .clearfix{
    display:none !important;
}

.wizard > .actions {
    position: relative;
    display: none !important;
    text-align: right;
    width: 100%;
}