﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
    font-family: Arial;
} 

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.navbar-brand {
    background: url(../img/logo.png) right no-repeat;
    width: 200px;
}


#loading {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.8);
    z-index: 100005;
}

#loadingcontent {
    display: table;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

#loadingspinner {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    font-size: larger;
    padding-top: 80px;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

    .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;
    }

a:hover, a:active, a:link, a:visited{
    text-decoration: none;
}

.project-img{
    width: 150px;
    display: inline-block;
    vertical-align: top;
}

.project-img span{
    font-size: 11px;
    line-height: 100%;
}

.project-img img{
    width: 150px;
    border: 2px solid #fff;    
}

.project-img img.selected{
    border: 2px solid #f00;  
}

.project-img:hover img{
    border: 2px solid #f00;  
}

.ToolBar .h1, .ToolBar .h2, .ToolBar .h3, .ToolBar .h4, .ToolBar .h5, .ToolBar .h6{
    margin: 0;
}

.rating-box {
    padding: 5px 7px;
}

.fa-star.red {
    color: #bf3231;
}

.fa-star.yellow {
    color: #e4cb26;
}

.fa-star.green {
    color: #408f4e;
}

.rating-box:hover {
    background: #dee5ff;
}

.rating-selected {
    background: #6c6fff;
}

.navbar-right{
    margin-right: 0 !important;
}

.error {
    color: #bf3231;
}

/*
.smart-style-3 #header {    
    background-color: #f3f3f3;
    background-image: -moz-linear-gradient(top,#f3f3f3,#e2e2e2);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#f3f3f3),to(#e2e2e2));
    background-image: -webkit-linear-gradient(top,#f3f3f3,#e2e2e2);
    background-image: -o-linear-gradient(top,#f3f3f3,#e2e2e2);
    background-image: linear-gradient(to bottom,#f3f3f3,#e2e2e2);
    background-repeat: repeat-x;
    position: fixed;
}

.smart-style-3 .btn-header > :first-child > a {
    background-color: #f8f8f8;
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f8f8f8),to(#f1f1f1));
    background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
    background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
    border: 1px solid #bfbfbf;
    color: #6D6A69 !important;
}

    .smart-style-3 .btn-header > :first-child > a:hover {
        background-color: #f8f8f8;
        background-image: -webkit-gradient(linear,left top,left bottom,from(#f7f7f7),to(#f1f1f1));
        background-image: -webkit-linear-gradient(top,#f7f7f7,#f0f0f0);
        background-image: -moz-linear-gradient(top,#f7f7f7,#f0f0f0);
        background-image: -ms-linear-gradient(top,#f7f7f7,#f0f0f0);
        background-image: -o-linear-gradient(top,#f7f7f7,#f0f0f0);
        background-image: linear-gradient(top,#f7f7f7,#f0f0f0);
        border: 1px solid #bebebe;
        color: #6D6A69 !important;
    }

.smart-style-3 #hide-menu i {
    color: #6D6A69 !important;
}*/

a, .pagination > li > a, .pagination > li > span {
    color: #9aa9ae;
}

.btn-primary {
    background: #9aa9ae;
    border: 1px solid #9ab9ad;
}

.btn-primary:hover {
    background: #9aa9aa;
    border: 1px solid #9ab9aa;
}

.bootstrap-tagsinput > span {
    background: #9aa9aa;
    border: 1px solid #9ab9aa;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #9aa9aa;
    border: 1px solid #9ab9aa;
}

.maintain-grasses-btn-container a{
    margin-right: 5px;
}

nav > ul > li > a b{
    right: 25px;
}

.select2-container{
    width: 100%;
    max-width: 280px;
}

hr{
    border-color: #bbb;
}

[v-cloak] {
    display: none;
}

aside, #ribbon {
    background: #222;
}

#header {
    background: #fff;
}

a {
    color: #222;
}

nav ul li a {
    color: #ccc;
}

.btn-primary {
    background: #fee735;
    color: #000;
    border: 1px solid #fee735;
}

    .btn-primary:hover {
        background: #fbe75c;
        color: #000;
        border: 1px solid #fbe75c;
    }

.select2-selection__choice {
    background: #fee735;
    color: #000;
    border: 1px solid #fee735;
}