/*
Theme Name: Smile Gate Theme
Author: TOA 
Description: Theme for Smile Gate
Version: 0.0.1
Tags: bootstrap
*/

html, body {
  margin: 0;
  background: white;
  margin-bottom: 100px;
  min-height: 400px;
  margin-top: 10px;
  padding-top: 0px !important;
}

body.modal-open {
  margin-top: 0px;
}

.row.student-page {
  margin-top: 70px;
}

form .required:after
{
    color: red;
    content: " *";
}

/*
* Header overlay
*/
.overlay {
  /* min-height: 100%;
  min-width: 100%;
  left: 0;
  top: 0; */
  position: absolute;
  width: 100%;
  height: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.description {
  padding-top: 20%;
}

.description h1{
  color:rgb(255, 255, 255);
  font-size: 500%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.description p{
  color:rgb(255, 255, 255);
  font-size: 300%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.row button#login-btn {
  border:1px  solid rgb(74, 128, 228);
  background:rgb(74, 128, 228);
  color:#fff;
  width: 20%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  white-space: normal; 
  overflow: hidden;
  display: inline-block
}

/*
* Navbar
*/
.navbar{
  border-bottom: 4px solid #BDBDBD;
}

a.nav-link.active{
  font-weight: bold;
}

/*
*Image Banner Homepage
*/
.image-aboutus-banner {
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
color: #fff;
padding-top: 110px;
padding-bottom:110px;
}

.lg-text {
font-size:52px;
font-weight: 600;
text-transform: none;
color:#fff;
}

/*
*Banner Style
*/

.col-md-12 h1 {
  font-size:52px;
  font-weight: 600;
  text-align: center;
  color:#fff;
}
  
.col-md-12 p {
  text-align: center;
  font-size:20px;
}
/*
*Image Banner Contact Page
*/
.image-aboutus-banner-contact-us {
  background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("images/toa-banner.png");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center center;
  color: #fff;
  padding-top: 110px;
  margin-bottom: 70px;
  
  }

/*
* Footer 
*/

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  display: inline-block;
}

.footer-copyright {
  color: #fff;
}

.footer-dv {
  color: #fff;
}



/*
* login
*/
.login-form {
  padding: 5%;
  box-shadow: 0 2px 1px 0 rgba(0, 0, 0, 0.2), 0 2px 1px 0 rgba(0, 0, 0, 0.19);
}
  
.login-form h3{
  text-align: center;
  color: #333;
  }
  
.login-form .forget-pass{
  color: #0062cc;
  font-weight: 600;
  text-decoration: none;
}
  
.login-btn-grp{
  width: 50%;
  border-radius: 1rem;
  padding: 1.5%;
  border: none;
  cursor: pointer;
  font-weight: 600;
}
  
.error-message{
  color: red;
  font-size: small;
}

input[readonly].form-control.update-page, textarea[readonly].form-control.update-page{
  background-color: transparent;
  border: 0;
  box-shadow: none;
}

/*
* Dashboard
*/ 
  
/*
* for dashboard boxes numbers
*
*/

.dash-box {
  position: relative;
  background: rgb(255, 86, 65);
  background: -moz-linear-gradient(top, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
  background: -webkit-linear-gradient(top, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
  background: linear-gradient(to bottom, rgba(255, 86, 65, 1) 0%, rgba(253, 50, 97, 1) 100%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ff5641', endColorstr='#fd3261', GradientType=0);
  border-radius: 4px;
  text-align: center;
  margin: 60px 0 50px;
}

.dash-box-icon {
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}

.dash-box-action {
  transform: translateY(-50%) translateX(-50%);
  position: absolute;
  left: 50%;
}

.dash-box-body {
  padding: 50px 20px;
}

.dash-box-icon:after {
  width: 60px;
  height: 60px;
  position: absolute;
  background: rgba(247, 148, 137, 0.91);
  content: '';
  border-radius: 50%;
  left: -10px;
  top: -10px;
  z-index: -1;
}

.dash-box-icon > i {
  background: #ff5444;
  border-radius: 50%;
  line-height: 40px;
  color: #FFF;
  width: 40px;
  height: 40px;
  font-size:22px;
}

.dash-box-icon:before {
  width: 75px;
  height: 75px;
  position: absolute;
  background: rgba(253, 162, 153, 0.34);
  content: '';
  border-radius: 50%;
  left: -17px;
  top: -17px;
  z-index: -2;
}

.dash-box-action > button {
  border: none;
  background: #FFF;
  border-radius: 19px;
  padding: 7px 16px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 11px;
  letter-spacing: .5px;
  color: #003e85;
  box-shadow: 0 3px 5px #d4d4d4;
}

.dash-box-body > .dash-box-title {
  display: block;
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.81);
}
  
.dash-box.dash-box-color-2 {
  background: rgb(252, 190, 27);
  background: -moz-linear-gradient(top, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%);
  background: -webkit-linear-gradient(top, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%);
  background: linear-gradient(to bottom, rgba(252, 190, 27, 1) 1%, rgba(248, 86, 72, 1) 99%);
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#fcbe1b', endColorstr='#f85648', GradientType=0);
}

.dash-box-color-2 .dash-box-icon:after {
  background: rgba(254, 224, 54, 0.81);
}

.dash-box-color-2 .dash-box-icon:before {
  background: rgba(254, 224, 54, 0.64);
}

.dash-box-color-2 .dash-box-icon > i {
  background: #fb9f28;
}
  
.dash-box.dash-box-color-3 {
  background: rgb(183,71,247);
  background: -moz-linear-gradient(top, rgba(183,71,247,1) 0%, rgba(108,83,220,1) 100%);
  background: -webkit-linear-gradient(top, rgba(183,71,247,1) 0%,rgba(108,83,220,1) 100%);
  background: linear-gradient(to bottom, rgba(183,71,247,1) 0%,rgba(108,83,220,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b747f7', endColorstr='#6c53dc',GradientType=0 );
}

.dash-box-color-3 .dash-box-icon:after {
  background: rgba(180, 70, 245, 0.76);
}

.dash-box-color-3 .dash-box-icon:before {
  background: rgba(226, 132, 255, 0.66);
}

.dash-box-color-3 .dash-box-icon > i {
  background: #8150e4;
}

/*
* Dropdown in the userid
*/

.dropdown a{
  padding-right: 25px;
  padding-left: 10px;
  }
  
.dropdown-menu {
  font-size: 12px;
  }

/*
* Blog area
*/

.btn-blog {
  color: #ffffff;
  background-color: #37d980;
  border-color: #37d980;
  border-radius:0;
  margin-bottom:10px;
}
.btn-blog:hover,
.btn-blog:focus,
.btn-blog:active,
.btn-blog.active,
.open .dropdown-toggle.btn-blog {
  color: white;
  background-color:#34ca78;
  border-color: #34ca78;
}

/*
* for tables mensetsu
*/
.row {
  margin-top:40px;
  padding: 0 10px;
}
  
.panel-heading div {
  margin-top: -18px;
  font-size: 15px;
}
.panel-heading div span{
  margin-left:5px;
}
.panel-body{
  display: none;
}

  /*
* for tables datas
*/

.container.student-table, .container.company-table {
  max-width: 93% !important;
}

.container.student-table {
  max-width: 100% !important;
}

#smilegate-table {
  border-collapse: collapse;
  width: 100%;
}
  
#smilegate-table td, #smilegate-table th {
  border: 1px solid #ddd;
  padding: 8px;
}

#smilegate-table tr:nth-child(even){
  background-color: #f2f2f2;
}
  
#smilegate-table tr:hover {
  background-color: #ddd;
}
  
#smilegate-table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #4CAF50;
  color: white;
  text-align: center;
}
  
.form-control-borderless:hover, .form-control-borderless:active, .form-control-borderless:focus {
  outline: none;
}

  /*
  * Details screen
  */
.card {
  padding-top: 20px;
  margin: 10px 0 20px 0;
  background-color: rgba(214, 224, 226, 0.2);
  border-top-width: 0;
  border-bottom-width: 2px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 20px;
}


.card .card-heading {
  padding: 0 20px;
  margin: 0;
}

.card .card-heading.simple {
  font-size: 20px;
  font-weight: 300;
  color: #777;
  border-bottom: 1px solid #e5e5e5;
}

.card .card-heading.image img {
  display: inline-block;
  width: 46px;
  height: 46px;
  margin-right: 15px;
  vertical-align: top;
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

.card .card-heading.image .card-heading-header {
  display: inline-block;
  vertical-align: top;
}

.card .card-heading.image .card-heading-header h3 {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
  word-wrap: break-word;
  color: #262626;
}

.card .card-heading.image .card-heading-header span {
  font-size: 12px;
  color: #999999;
}

.card .card-body {
  padding: 0 20px;
  margin-top: 20px;
}
.card .card-media img {
  max-width: 100%;
  max-height: 100%;
}

.card .card-actions {
  min-height: 30px;
  padding: 0 20px 20px 20px;
  margin: 20px 0 0 0;
}

.card.hovercard {
  position: relative;
  padding-top: 0;
  overflow: hidden;
  text-align: center;
  background-color: rgba(214, 224, 226, 0.2);
}

.card.hovercard .cardheader {
  background: #999999;
  background-size: cover;
  height: 135px;
}

.card.hovercard .avatar {
  position: relative;
  top: -50px;
  margin-bottom: -50px;
}

.card.hovercard .avatar img {
  width: 100px;
  height: 100px;
  max-width: 100px;
  max-height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 5px solid rgba(255,255,255,0.5);
}

.card.hovercard .info {
  padding: 4px 8px 10px;
}

.card.hovercard .info .title {
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 1;
  color: #262626;
  vertical-align: middle;
}

.card.hovercard .info .desc-sidebar {
  overflow: hidden;
  font-size: 12px;
  line-height: 20px;
  color: #737373;
  text-overflow: ellipsis;
  text-align: left;
}

.card.hovercard .bottom {
  padding: 0 20px;
  margin-bottom: 17px;
}

.notice {
  padding: 15px;
  background-color: #fafafa;
  border-left: 6px solid #7f7f84;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
  -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
  box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}

.notice-success {
  border-color: #80D651;
}
.notice-success>strong {
  color: #80D651;
}

/*
* Student/Company information
*/

.card-title {
  font-style: inherit;
  font-weight: bold;
  font-size: 20px;
}
.card-body .row{
  margin-top: 0px;
  padding: 8px;
}
.card-body p{
  color: grey;
}

.btnAddMore{
  float: inline-end;
}


.pagination>li>a { 
  border-radius: 50% !important;
  margin: 0 5px;
}


.label .url{
  color: rgb(97, 92, 92)
}

/* For Favorite Icon*/

.fa-heart{
  color: grey;
}

.liked{
  color: red;
}

@keyframes shadow-pulse
{
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
  }
  100% {
    border-radius:50%;
    box-shadow: 0 0 0 35px rgba(0, 0, 0, 0);
  }
}

.animate-btn
{
  animation: shadow-pulse 1s 1;
}

/* For Modal Windows */

.modal .autoModal{ 
  max-width: 100%; 
  width: auto; 
  display: inline-block; 
  overflow-x: auto;
}

p { 
  word-break: break-all;
}

/* CSS Test begin */
.comment-box {
  margin-top: 30px !important;
}
/* CSS Test end */

.comment-box img {
  width: 50px;
  height: 50px;
}
.comment-box .media-left {
  padding-right: 10px;
  width: 65px;
}
.comment-box .media-body p {
  border: 1px solid #ddd;
  padding: 10px;
}
.comment-box .media-body .media p {
  margin-bottom: 0;
}
.comment-box .media-heading {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 7px 10px;
  position: relative;
  margin-bottom: -1px;
}
.comment-box .media-heading:before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-width: 1px 0 0 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 10px;
  left: -6px;
}

#custom-search-input {
  margin:0;
  margin-bottom: 10px;
  padding: 0;
}


#custom-search-input button {
  border: 0;
  background: none;
  /** belows styles are working good */
  padding: 2px 5px;
  margin-top: 5px;
  margin-left: 10px;
  position: absolute;
  right:0;
  /* IE7-8 doesn't have border-radius, so don't indent the padding */
  margin-bottom: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color:grey;
  cursor: unset;
  z-index: 2;
}


body {
  overflow: hidden;
  overflow-x: hidden !important;
}


/* Preloader */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}

#status-load {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url(images/loader.gif);
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

/**Upload button**/
.upload-btn-wrapper {
  position: relative;
  overflow: hidden;
}

.upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

/**modal scroll**/
.modal-dialog{
  overflow-y: initial !important
}
.modal-body{
  max-height: calc(80vh - 150px);
  overflow-y: auto;
}

/*Will no scroll the background if the modal is open */
body.modal-open {
  overflow: hidden;
  position:fixed;
  width: 100%;
  height: 100%;
}


/*
	Mobile use
*/
@media
  only screen 
  and (max-width: 760px), (min-device-width: 768px) 
  and (max-device-width: 1024px)  {

  .smilegate-table{
      width: 80%;
      /* margin-bottom: 15px; */
      overflow-x: scroll;
      overflow-y: scroll;
      -webkit-overflow-scrolling: touch;
      -ms-overflow-style: -ms-autohiding-scrollbar;
      border: 1px solid #ddd;
      /* white-space: nowrap; */
      word-wrap: break-word;
    }
  html, body {
    margin-bottom: 0px !important;
    height: 100% !important;
  }
  
  .overlay {
    position: relative;
    background-size: cover;
    height: 100% !important;
  }

  /* Force table to not be like tables anymore */
  table, thead, tbody, th, td, tr {
    display: block;
  }

  /* Hide table headers (but not display: none;, for accessibility) */
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  tr {
    margin: 0 0 1rem 0;
  }
    
  tr:nth-child(odd) {
    background: #ccc;
  }
  
  td {
    /* Behave  like a "row" */
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 50%;
    word-wrap: break-word;
  }

  td:before {
    /* Now like a table header */
    position: absolute;
    /* Top/left values mimic padding */
    top: 0;
    left: 6px;
    /* width: 45%; */
    padding-right: 10px;
    word-wrap: break-word;
  }
  
  #sticky-footer { 
    display : none; 
    visibility : hidden; 
  }

  #next-list {
      margin-bottom: 4px;
  }
    
  #interview-status-filter{
    width: 400px !important;
  }

  #custom-search-input{
    width: 300px !important;
  }

  #login-btn {
    font-size: medium;
  }
}
        

@media only screen and (max-width: 1200px) {
  .smilegate-table{
    width: 80%;
    /* margin-bottom: 15px; */
    overflow-x: scroll;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
    /* white-space: nowrap; */
    word-wrap: break-word;
  }

@media all and (min-width: 1200px) {
  .container {
    max-width: 1500px !important;
  }
}

  html, body {
    margin-bottom: 0px !important;
  }
  
  .overlay {
    position: relative;
    background-size: cover;
  }

  td{
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    word-wrap: break-word;
  }

  #sticky-footer { 
    display : none; 
    visibility : hidden; 
  }

  #next-list {
    margin-bottom: 4px;
  }

  #interview-status-filter{
    display: block;
    width: 400px !important;
  }

  #custom-search-input{
    width: 300px !important;
  }
}
  