/* Custom Styles */
.hgroup_subtitle a {
    color: #fff;
}

.hgroup_subtitle a:focus, .hgroup_subtitle a:hover {
    color: #999;
}

.text-subdued {
    color: #999;
}

.text-subdued a {
    color: #999;
}

.text-subdued a:hover {
    color: #666;
}

.no-break {
    white-space: nowrap;
}

hr {
    border-top: 1px solid #ddd;
}

/* Bootstrap Callouts */

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout h4 {
    margin-top: 0;
    margin-bottom: 5px;
}
.bs-callout p:last-child {
    margin-bottom: 0;
}
.bs-callout code {
    border-radius: 3px;
}
.bs-callout+.bs-callout {
    margin-top: -5px;
}
.bs-callout-default {
    border-left-color: #777;
}
.bs-callout-default h4 {
    color: #777;
}
.bs-callout-primary {
    border-left-color: #428bca;
}
.bs-callout-primary h4 {
    color: #428bca;
}
.bs-callout-success {
    border-left-color: #5cb85c;
}
.bs-callout-success h4 {
    color: #5cb85c;
}
.bs-callout-danger {
    border-left-color: #d9534f;
}
.bs-callout-danger h4 {
    color: #d9534f;
}
.bs-callout-warning {
    border-left-color: #f0ad4e;
}
.bs-callout-warning h4 {
    color: #f0ad4e;
}
.bs-callout-info {
    border-left-color: #5bc0de;
}
.bs-callout-info h4 {
    color: #5bc0de;
}

/* Welcome */

#welcome{
    background-color: #fff;
    color: #636b6f;
    font-family: 'Raleway', sans-serif;
    font-weight: 100;
    height: 100vh;
    margin: 0;
}
#welcome .full-height {
    height: 100vh;
}

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

#welcome .position-ref {
    position: relative;
}

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

#welcome .content {
    text-align: center;
}

#welcome .title {
    font-size: 84px;
}

#welcome .m-b-md {
    margin-bottom: 30px;
}

#welcome .links > a {
    color: #636b6f;
    padding: 0 25px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: .1rem;
    text-decoration: none;
    text-transform: uppercase;
}

#welcome .description{
    font-size: 20px;
}

/* App Nav */

@media (min-width: 768px) {
    #app .navbar .navbar-nav {
        display: inline-block;
        float: none;
    }
    
    #app .navbar .navbar-collapse {
        text-align: center;
    }
}

#project-panel .nav-pills > li > a {
    border-radius: 4px 4px 0 0 ;
}

#project-panel .tab-content {
    color: #ffffff;
    background-color: #428bca;
    padding : 5px 15px;
    min-height:360px;
}

#myContainer { 
    width: 900px; 
    height: 550px; 
}

.panel-body {
    color: #636b6f;
}

#activity-panel {
    height:643px;
}

.font-white {
    color: #fff !important;
}

.font-black {
    color: #000 !important;
}

.has-success input {
    background-color: #dff0d8 !important;
}

.has-error input {
    background-color: #f2dede !important;
}

.panel-weather {
    width:50%;
    padding-left:15px;
    padding-right:15px;
    margin:0 auto;
    text-align:center;
}
@media (min-width: 768px) {
    .panel-weather {
        width:10%;
        padding-left:2px;
        padding-right:2px;
    }
    .panel-heading {
        padding:10px 0px;
        text-align:center;
    }
}

@media (min-width: 992px) {
    .panel-weather {
        width:10%;
        padding-left:15px;
        padding-right:15px;
    }
    .panel-heading {
        padding:10px 0px;
        text-align:center;
    }
}

#tab-photos {
    display: block;
    height: 0;
    opacity: 0;
    overflow:hidden;
}

#tab-photos.active {
    height: auto;
    opacity: 1;
}

#lightSlider li {
    text-align:center;
}

#lightSlider img {
    text-align:center;
	max-height:250px;
}

/* Rating Star Widgets Style */
.rating-stars ul {
    list-style-type:none;
    padding:0;
    -moz-user-select:none;
    -webkit-user-select:none;
}
.rating-stars ul > li.star {
    display:inline-block;
}
  
/* Idle State of the stars */
.rating-stars ul > li.star > svg.fa-star {
    font-size:2.5em; /* Change the size of the stars */
    color:#ccc; /* Color on idle state */
}
.rating-stars ul > li.star > i.fa {
    font-size:2.5em; /* Change the size of the stars */
    color:#ccc; /* Color on idle state */
}
  
/* Hover state of the stars */
.rating-stars ul > li.star.hover > svg.fa-star {
    color:#FFCC36;
}
.rating-stars ul > li.star.hover > i.fa {
    color:#FFCC36;
}
  
/* Selected state of the stars */
.rating-stars ul > li.star.selected > svg.fa-star {
    color:#FF912C;
}
.rating-stars ul > li.star.selected > i.fa {
    color:#FF912C;
}

#progress-slider .slider-selection {
	background: #5cb85c;
}

#progress-slider .slider-handle {
    background: #5cb85c;
}

.slider .slider-selection {
	background: #5cb85c;
}

.slider .slider-handle {
    background: #5cb85c;
}

.logo a.brand {
    height:36px;
}

#support-link {
    color:red;
}
ul.list-no-style {
    list-style-type:none;
}
input[type="checkbox"] {
    display: inline-block;
    width: 15px;
    vertical-align: middle;
}
.label-text {
  display: inline-block;
  word-break: break-all; 
}

.text-center {
    text-align:center;
    margin: 0 auto;
}

.btn-file {
    position: relative;
    overflow: hidden;
    width:80px;
    height:25px;
    text-align:center;
    padding:2px;
    font-size:12px;
    background-color:#428BCA
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
ul#activity-list {
    list-style:none; 
    -webkit-padding-start:0px;
    font-size:14px;
}
ul#activity-list li {
    padding-bottom:3px;
}

.badge-error {
    background-color: #b94a48;
  }
  .badge-error:hover {
    background-color: #953b39;
  }
  .badge-warning {
    background-color: #f89406;
  }
  .badge-warning:hover {
    background-color: #c67605;
  }
  .badge-success {
    background-color: #468847;
  }
  .badge-success:hover {
    background-color: #356635;
  }
  .badge-info {
    background-color: #3a87ad;
  }
  .badge-info:hover {
    background-color: #2d6987;
  }
  .badge-inverse {
    background-color: #333333;
  }
  .badge-inverse:hover {
    background-color: #1a1a1a;
  }

  .bg-warning {
    background-color: #fcf8e3 !important;
}