body {
  padding-top: 100px; }

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

@media (min-width: 1200px) {
  .container {
    max-width: 1152px;
  }
}
.jumbotron {
  padding: 20px !important;
}
.jumbotron-default {
  background-color: rgb(117, 122, 174) !important;
}
.navbar-brand {
  height: 85px;
}
.navbar-header {
  width: 150px;
}
.navbar .container {
  background: url("/themes/llttf80/llttf-h-bg.png");
  background-repeat: no-repeat;
  background-position: 30%, 0;
}
header.navbar-fixed-top {
  height: 87px;
  padding-top: 0;
  border-bottom: 2px solid #00bdef !important; }

header.navbar-default .navbar-brand {
  text-indent: -1000px;
  padding-left: 120px;
/*  background: url("/themes/llttf/logo-sm.gif") 15px 5px no-repeat; */
  background: url("/themes/llttf80/llttf-logo.png");
  background-repeat: no-repeat;
  background-size: 100px 75px;
  font-weight: lighter;
  color: #7acdcd; }

.nav a {
  color: #000 !important;
  padding: 30px 10px !important;
  font-weight: bold;
  font-size: 15px !important;
}

.nav a:hover {
  color: #fff !important;
  background: #808080 !important;
}
.fa-bell {display: none;}

.well {
  border: 2px solid #c85494 !important;
  background-color: #fff;
  color: #000;
  font-weight: normal;
}
.btn-default,
.btn-primary,
.btn-warning,
.btn-danger,
.btn-success {
  background: transparent; 
  font-weight: lighter;
}

  .btn-default:hover,
  .btn-primary:hover,
  .btn-warning:hover,
  .btn-danger:hover,
  .btn-success:hover {
    color: #fff !important; }

.btn-default {
  font-size: 15px !important;
  font-weight: bold;
  border: 0;
  color: #000 !important;
  line-height: 1.5rem;
  line-height: 25px !important;
}
.btn-default .fa {
  display: none;
}
.btn-default:hover {
  background: #808080 !important; }

.btn-primary {
  color: #00a8d2 !important; }
.btn-primary:hover {
    background: #00a8d2 !important; }

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

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

.btn-success {
  color: #59974d !important; }
  .btn-success:hover {
    background: #59974d; }

.btn-lg {
  padding: 10px 6px !important;
}

/*# 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%;
}

.btn-home-register {
  margin: 10px 0 !important;
  color: #000 !important;
}
.btn-home-login {
  margin: 10px 0 !important;
  color: #000 !important;
  float: right;
}

@media (max-width: 680px){
  #modal {
    width: 80%;
    left: 10%;
  }
  .btn-home-login {
    width: 100% !important;
    float: none;
    text-align: center;
    font-size: 16px;
  }
  .btn-home-register {
    width: 100%;
    text-align: center;
    font-size: 16px;
  }
}

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

.btn-group > .btn:first-child {
    margin-left: 100px;
}
.dropdown-toggle {
  display: none;
}
.dropdown-menu {
  display: block !important;
  background: none;
  border: 0;
  top: 6px;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.dropdown-menu.notification-list {
  display: none !important;
}
.dropdown-menu>hr {
  display: none !important;
}
.dropdown-menu>li>a {
  font-weight: bold;
  color: #000;
}
.dropdown-menu>li>a:hover {
  background: none;
  color: rgb(206 82 146) !important;
}
.dropdown-menu>li>small {
  display: none !important;
}

.dropdown-menu li:first {
  display: block !important;
}

@media (min-width: 768px) {
    .navbar-right {
        margin-top: 20px;
        margin-right: 10px;
    }
    .navbar-right .dropdown-menu {
        left: 160px !important;
    }
    .btn-toolbar>div:nth-child(3)>.navbar-btn>span.hidden-sm {
        background-color: rgb(0 136 207);
        color: #fff;
        padding: 7px 20px;
        border: 2px solid rgb(0 136 207);
        border-radius: 35px;
        font-weight: normal;
    }
    .btn-toolbar>div:nth-child(3)>.navbar-btn>span.hidden-sm:hover {
	background: #fff;
        color: rgb(0 136 207);
    }
    .btn-toolbar>div:nth-child(2)>a.navbar-btn:hover {
	background: none !important;
        color: rgb(92 170 48) !important;
    }
    .btn-toolbar>div:nth-child(3)>a.navbar-btn:hover {
	background: none !important;
    }
}

.jumbotron-light-blue {
    background: rgb(117, 122, 174);
}