:root {
  --branddark: #502d87;
  --brandlight: #9077B4;
}
body {
  padding-top: 100px; }

body.advanced-layout {
  padding-top: 80px; }

a 	{ color: var(--brandlight); }
a:hover { color: var(--branddark); }
.fa 	{ color: var(--brandlight); }

header.navbar-fixed-top {
  height: 80px;
  padding-top: 15px;
  border-bottom: 1px solid var(--branddark); }
header.navbar-default .navbar-brand {
  text-indent: -1000px;
  padding-left: 210px;
/*  background: url("/themes/llttf/logo-sm.gif") 15px 5px no-repeat; */
  background: url("/themes/iwell/logo.png");
  background-repeat: no-repeat;
  background-size: 210px 50px;
  font-weight: lighter;
  color: var(--branddark); }

.navbar-default .navbar-nav > li > a {
  border: 1px solid var(--branddark);
  border-radius: 5px;
  padding: 5px 10px;
  margin-left: 30px;
  margin-top: 10px;
  color: var(--brandlight);
}
.navbar-default .navbar-nav > li > a:hover {
  color: var(--branddark);
}
.notifications-icon {
  display: none;
}
.jumbotron-default {
  background: var(--brandlight);
}
.well {
  border: 2px solid var(--brandlight) !important;
  background-color: #fff;
  color: var(--branddark);
  font-weight: normal;
}
.btn-default {
  border: 2px solid var(--branddark);
  color: #ffffff;
}
.btn-default,
.btn-primary,
.btn-warning,
.btn-danger,
.btn-success {
  background: var(--branddark); 
  border-color: var(--brandlight)}

  .btn-default:hover,
  .btn-primary:hover,
  .btn-warning:hover,
  .btn-danger:hover,
  .btn-success:hover {
    color: var(--brandlight) !important; }

.btn-default {
  color: #fff !important; }

  .btn-default:hover {
    color: #000 !important;
    border: 2px solid var(--branddark);
    background: var(--brandlight) !important; }

.btn-primary {
  color: #fff !important; }
  .btn-primary:hover {
    color: #000 !important;
    border: 2px solid var(--branddark);
    background: var(--brandlight) !important; }

.btn-warning {
  color: #CEAD00 !important; }
  .btn-warning:hover {
    background: #CEAD00; }

.btn-danger {
  color: #d13838 !important; }
  .btn-danger:hover {
    background: #d13838; }

.btn-lg {
  padding: 10px 6px !important;
}
.btn-link {
  color: #fff;
  background: var(--branddark);
  border-color: var(--brandlight);
  padding: 7px;
  border-radius: 5px;
}

  .btn-link:hover {
    color: #000 !important;
    border: 2px solid var(--branddark);
    background: var(--brandlight) !important;
    text-decoration: none; }

/*# sourceMappingURL=main.css.map */
/* Sample Pop-Up */
.samples {
  margin: 5px;
  padding: 0;
  width: 100%;
}
.samples span {
  display: inline-block;
  text-align: center;
  width: 49%;
  cursor: pointer;
  border: 2px solid #fff;
}
.sample1:hover {
  border: 2px solid #8f8;
}
.sample2:hover {
  border: 2px solid #8f8;
}
.sampleimage {
  width: 80%;
  max-width: 180px;
}
.sampletitle {
  font-weight: bold;
}
.sampletry {
  font-size: 80%;
}
#modal {
  background-color: #eee;
  color: #474c4a;
  padding: 5px;
  border: solid 2px #000;
  border-radius: 8px;
  /* Width of modal */
  width: 90%;
  max-width: 500px;
  height: 90%;
  max-height: 600px;
  position: absolute;

  top: 65%;
  left: 15%;
  display: none;
  box-sizing: border-box;
}

#modali {
  width: 100%;
  height: 100%;
}

#modal p {
  overflow: auto;
}

#modal .sclose {
  background-color: #000;
  color: #fff;
  width: 20px;
  height: 20px;
  position: absolute;
  top: -10px;
  right: -10px;
  cursor: pointer;
  padding: 0;
  text-align: center;
  line-height: 16px;
  border-radius: 50%;
}

@media (max-width: 680px){
  #modal {
    width: 80%;
    left: 10%;
  }
}

@media (max-width: 380px){
  #modal {
    width: 90%;
    top: 5%;
    left: 5%;
  }
}
/* END Sample Pop-Up */

