/*welcome page css*/
html, body {
background-color: #fff;
color: #636b6f;
font-family: 'Nunito', sans-serif;
font-weight: 200;
height: 100vh;
margin: 0;
}

.full-height {
height: 100vh;
}

.flex-center {
align-items: center;
display: flex;
justify-content: center;
}

.position-ref {
position: relative;
}

.top-right {
position: absolute;
right: 10px;
top: 18px;
}

.content {
text-align: center;
}

.title {
font-size: 84px;
}

.links > a {
color: #636b6f;
padding: 0 25px;
font-size: 13px;
font-weight: 600;
letter-spacing: .1rem;
text-decoration: none;
text-transform: uppercase;
}
.welcome-title.m-b-md {
margin-top: 0px;
}
.m-b-md {
margin-bottom: 30px;
}
@media(max-width: 600px){
.welcome-title a > img {
width:400px;
height:400px;
}
}

/*loader css*/
#spinner-div {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    background-color: rgb(135 135 135 / 80%);
    z-index: 2;
}
#spinner-div img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*login-app-css*/
#LoginMain {
transition: margin-left .5s;
/* margin-left: 300px; */
padding: 72px 10px;
}
/*error class*/
.error{
    color: red;
}
/*onboarding api*/
    .filter-wrapper .row{
      flex-wrap: nowrap !important;
          padding-top: 5px;
    }
  .card-header .form-group .text-center label{
font-size: 0.8rem;
  }
  .font-weight-bold {
    margin-left: 10px !important;
    padding: 0px 5px;
    height: 40px;
}
.copy_right{
   padding: 0 !important;
  position: relative;
  right: 11px;
}
/*hirology-clients*/
.terminateModal{
    text-align: center;
}
#loader {
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    height: 100vh;
    justify-content: center;
    align-items: center;
/*            opacity: 0;
*/            visibility: hidden;
}


#loader .content {
    position: relative;
    padding: 10px;
    width: 400px;
    height: 300px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: rgba(112, 128, 175, 0.2) 0px 16px 24px 0px;
    transform: scale(0);
    transition: transform 300ms cubic-bezier(0.57, 0.21, 0.69, 1.25);
}

#loader.open .content {
  transform: scale(1);
}
#loader.open {
    opacity: 1;
    visibility: visible;
}
#loader .close {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    border-radius: 8px;
    background-color: #7080af;
    clip-path: polygon(0 10%, 10% 0, 50% 40%, 89% 0, 100% 10%, 60% 50%, 100% 90%, 90% 100%, 50% 60%, 10% 100%, 0 89%, 40% 50%);
}
div#main-div {
    max-width: 100%;
}
.terminateModal{
    text-align: center;
}
.formbtn{
    text-align: center;
}
.action { white-space: nowrap;}
.less-width { white-space: nowrap;}
#enterpriseCronSettings{
    margin-left: 250px;
}
/*.error{
    position: absolute;
    margin: 20px;
    padding-top: 72px;
}
*/
#pageloader
{
  background: rgba( 255, 255, 255, 0.8 );
  display: none;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 9999;
}

#pageloader img
{
  left: 33%;
  margin-left: -32px;
  margin-top: -32px;
  position: absolute;
  top: 30%;
}
/*navigation page*/
tr.failed {
    background-color: #FFaaaa;
}

tr.success {
    background-color: #aaeeaa;
}

tr.requires_action, tr.awaits_action {
    background-color: #aaaaFF;
}
label{
    margin-top:15px;
}
.margin-top-20{
    margin-top:20px;
}
.margin-left-20{
    margin-left:20px;
}
.margin-left-40{
    margin-left:40px;
}
.bold{
    font-weight:bold;
}
.size-20{
    font-size:16px;
}