


.navbar-inverse {
    background-color: #222;
    border-color: #080808;
}






.navbar {
  position: relative;
  min-height: 50px;
  margin-bottom: 20px;
  border: 0px solid transparent;
}












.table-striped>tbody>tr:nth-child(odd)>td, .table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #F1F1F1;
}


.bs-example {
    font-weight: bold;
    color: #aaa;
    text-align: center;
    margin: 4px;
}

.filter_title {
    font-weight: bold;
    color: #aaa;
    font-size: 85%;
}

#table_results_filter .input-sm {
    margin-left: 8px;
    padding: 0px;
}

.section_title {
    font-weight: bold;
    color: #aaa;
}

.section_menu li{
/*    padding-left: 8px; */
}

#map_canvas
{
    height: 350px;
    border: 1px solid #ccc;
    margin-bottom:16px;
}

.form-well
{
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 20px;
    background-color: #F7F7F7;
    }









/* photos */

#image_placeholder {

    border: 1px solid #777;
    width: 100%;
    height: 200px;

    }



.imgBoxContainer
{
    border: 1px solid #ddd;
    padding: 3px;
    margin: 4px;
    float: left;
}

.imgContainer
{
    border: 1px solid #eee;
}

.existingBoxContainer
{
    border: 1px solid #ddd;
    padding: 3px;
    margin: 4px;
    float: left;
    text-align: center;
}

.manageBoxContainer
{
    border: 1px solid #ddd;
    padding: 3px;
    margin: 4px;
    float: left;
    text-align: center;
}

.ex_selected
{
    background-color: #C5D8FF;
}

.images_existing_container
{
    text-align: left;
}

.images_manage_container
{
    text-align: left;
}

.ex_select_button
{
    display: box;
    text-align: center;
    padding: 2px;
    margin: auto;
    margin-top: 4px;
    width: 50px;
    height: 16px;
    background-color: #efefef;
    border-radius: 3px;
    font-family: Arial;
    font-size: 11px;
    color: #333;
    text-decoration: none;
}



#categories_container{
    margin-top: 16px;
    margin-left: 25px;
    width: 95%;
    text-align: middle;
    }

.categories_row {
    border: 1px solid #bbb;
    padding: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    margin-bottom: 6px;
}

.remove_category {
    margin-top: 2px;
    }

.remove_category:hover {
    cursor: pointer;
    }

.navbar-inverse{
    /*background-image: url('/img/bakframetop.png');*/
}


.navbar-brand{
    color: #FCCB36;
    }


.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
    background-color: #555;
    }

#modal-crop-example .modal-dialog
{
      width: 680px;/* your width */
}

.bootstrap-tagsinput { width: 100%; }


#map {
    height: 350px;
    border: 1px solid #ccc;
    margin-bottom:16px;
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

#pac-input {
    background-color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 300px;
}

#pac-input:focus {
    border-color: #4d90fe;
}

.pac-container {
}

#type-selector {
    color: #fff;
    background-color: #ee4122;
    padding: 5px 11px 0px 11px;
}

#type-selector label {
    font-size: 13px;
    font-weight: 300;
}
