

/*
main conf
*/

body {
  font-family: Raleway,sans-serif;
  background-color: #e2e2e2;
}

#app {
  height: 100vh;
}

#app:_before {
  background: linear-gradient(30deg, red , blue);
}

.navbar-laravel {
    background-color: #003c7c;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}

.navbar-light .navbar-brand {
  color:#fff;
}


.logo img {
  max-width: 100px;
  width: 100%;
}

.tab-content {
  background: #ffffff;
  padding: 2rem;
  border: 1px solid #ddd;
  border-top: none;
}

.breadcrumb {
  padding: .375rem .75rem;
  background: transparent;
  padding-left: 0;
  margin-bottom: 0;
}

@media(max-width: 500px) {
  .breadcrumb {
    padding: 0;
    background: transparent;
    padding-left: 0;
    margin-bottom: 0;
    margin-bottom: 1rem;
    font-size: 14px;
  }
}

.tab-content>.active {
  display: block;
  margin-top: 3rem;
}

/*
table
*/

.table thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
  color: #003c7c;
  border-top: none;
}

/*
buttons
*/

.btn  {
  border-radius: 0;
}

.btn-primary {
  background-color: #003c7c;
  border: 1px solid #003c7c;  
}

.btn-primary:hover {
  background-color: #36689e;
  border: 1px solid #36689e;  
}

.btn-link {
  font-weight: 400;
  color: #003c7c;
  background-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  font-weight: 400;
  color: #437cb9;
  background-color: transparent;
  text-decoration: none;
}

.btn-info {
  color: #fff;
  background-color: #236ab6;
  border-color: #236ab6;
}

.btn-info:hover, .btn-info:focus {
  color: #fff;
  background-color: #4482c4;
  border-color: #4482c4;
}

@media(max-width: 600px) {
  .btn {
    font-size: 0.9rem;
  }
}

/*
form elements
*/

.form-control {
  border-radius:0;
}

.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #003c7c;
  outline: 0;
  box-shadow: none;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus
input:-webkit-autofill, 
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid #003c7c;
  -webkit-text-fill-color: #003c7c;
  -webkit-box-shadow: 0 0 0px 1000px #ddd inset;
  transition: background-color 5000s ease-in-out 0s;
}

/*
card
*/

.card {
  border-radius: 0;
  box-shadow: 1px 0px 8px 0 rgba(0, 0, 0, 0.08);
  margin-top: 1.5rem;
  color: #808080;
}

.card .h3, .card h3 {
  font-size: 1.3rem;
}

.card .h6, .card h6 {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 2rem;
  line-height: 1.5;
}

.card-header .h2, .card-header h2 {
  font-size: 1.5rem;
  margin: 0;
  color: #ffffff;
}

.card-body {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 2rem;
}

.card-body .h2, .card-body h2 {
  font-size: 1.5rem;
  margin: 2rem 0 1rem 0;
  color: #003c7c;
}

.card ul, .card ol, .card dl {
  margin: 0;
  padding: 0;
}

.card .desc {
  padding: 32px;
  margin: 0;
  background: rgb(236, 236, 236);
}

.card-header {
  background: #003c7c;
  border-radius: 0 !important;
  color:#fff;  
  padding: 2rem;
}

.card>.list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

@media(max-width: 600px) {
  .card-header .h2, .card-header h2 {
    font-size: 1.2rem;
  }
  .card {
    font-size: 0.9rem;
  }

  .card .h3, .card h3 {
    font-size: 0.9rem;
  }
  
  .card .h6, .card h6 {
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 2rem;
    line-height: 1.5;
  }

  .br-current-rating {  
    display: block;
  }
}

/*
login
*/

.login-overlay {
  background-image: linear-gradient(100deg, rgba(0,60,124,0.2), rgba(61, 155, 255, 0.4));
  height: 100vh;
}

.login {
  margin-top: 9vh;
  border-radius: 0;
  box-shadow: 1px 0px 8px 0 rgba(0, 0, 0, 0.08);
  border: none;

}

.login .card-header {
  background: #003c7c;
  border-radius: 0;
  color:#fff;
}

.login .btn-link {
  color: #626262;
}

/*
list of survey
*/

.survey-group {
  margin: 3rem;
}

.survey-group .list-group-item {
  border: none;  
}
.survey-group .list-group-item .list {  
  text-align: center;
  font-size: 18px;
  max-width: 400px;
  width:100%;
  margin: auto;
}

.survey-group .list-group-item .list label {  
  padding: 0 1rem;
}

/*
dashboard
*/

.dashboard-card label {
  position: absolute;
  top: -18px;
  left: -43px;
  background: #fff;
  color: #003c7c;
  padding: 8px;
  font-size: 17px;
  font-weight: 500;
  border-radius: 6px;
  box-shadow: 2px 2px 2px rgba(0,0,0,0.1);
}

.dashboard-card span {
  display: none; 
}

@media(max-width: 650px) {
  .dashboard-card label {
    display: none;
  }
  .dashboard-card span {
    display: inline-block; 
  }
}
/*
navbar-nav
*/

.navbar-light .navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
}

.navbar-light .navbar-toggler {
  color: #ffffff;
  border-color:#ffffff;
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgb(180, 180, 180);
  font-size: 14px;
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(255,255,255,.7);
  cursor: inherit;
}

.navbar-light .navbar-nav .logout {
  color: #003c7c;
  font-size: 14px;
  /* width: 100px; */
  text-align: center;
  padding: 7px 19px;
  border-radius: 4px;
}

@media(max-width: 768px) {
  .navbar-light .navbar-nav .logout {   
    width: 100px;
    text-align: center;
  }
}


.navbar-nav .logout {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  box-shadow: 0 3px 6px 0 rgba(255, 255, 255, 0.08);
  color: #003c7c;
}

.navbar-nav .btn-link:hover {
  text-decoration: none;
}

/*
rating bar
*/

.br-theme-bars-1to10 .br-widget a.br-active, .br-theme-bars-1to10 .br-widget a.br-selected {
  background-color: #66F0B6;
}


.br-theme-bars-1to10 .br-widget a {
  display: block;
  width: 12px;
  padding: 5px 0;
  height: 28px;
  float: left;
  background-color: #F4F2F2;
  margin: 1px;
  text-align: center;
}


.br-wrapper {
  display: inline-block;
  width: 100%;
  max-width: 300px;
  vertical-align: bottom!important;
}

.br-theme-bars-1to10 .br-widget .br-current-rating {
  font-size: 20px;
  line-height: 1;
  float: left;
  padding: 4px 20px;
  color: #003c7c;
  font-weight: 400;
}

.answers table{
  border-collapse: collapse;
}
.answers tr {
  display: table-row;
  vertical-align: inherit;
  border-color: inherit;
}
.answers th{
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  background-color: #003c7c;
  padding-top: 18px;
  padding-bottom: 18px;
  padding-right: 10px;
  padding-left: 10px;
}

.answers td{
  font-size: 15px;
  color: #808080;
  line-height: 1.4;
  padding-top: 10px;
  padding-bottom: 10px;
}

.answers tr:nth-child(even) {
  background-color: #f8f6ff;
}


@media(max-width:768px) {

  .br-theme-bars-1to10 .br-widget {
    height: auto;
    white-space: nowrap;    
    margin: 2rem 0;
}

  .br-theme-bars-1to10 .br-widget .br-current-rating {  
    padding: 4px;
    margin: 1rem;
}

}

.br-theme-bars-1to10 .br-widget {
  height: auto;
  white-space: nowrap;
}
