html,
body {
    height: 100%;
}


/*.spreceremony-index {
	margin-top :70px !important;
}*/
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}



.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
/*Edward Added herder color*/


.navbar-inverse {
    background-color: #3b8606;
    border-color: #080808;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #333;
    background-color: #ddf661;
}

/*fonttiltlecolor rollover*/
.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fbf7f7;
    background-color: transparent;
}

/*fonttiltlecolor*/
.navbar-inverse .navbar-nav > li > a {
    color: #f9f4f4;
}

/*fonttiltlecolor*/
.navbar-inverse .navbar-brand {
    color: #fbf7f7;
}

.panel-default > .panel-heading {
    color: #fffafa;
    background-color: #4e5558;
    border-color: #ddd;
}

label {
    display: inherit;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}

.panel-body {
    padding: 5px;
}

/*==================================================================*/
/*===== Customize =====*/
/*==================================================================*/
/*Bootstrap*/
.wrap > .container {
    padding: 0px 15px 20px;
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 3px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.navbar {
    position: relative;
    min-height: 25px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}
.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 15px;
}
.navbar-brand {
    float: left;
    height: 30px;
    padding: 8px 15px;
    font-size: 18px;
    line-height: 12px;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 4px;
}
.btn {
    padding: 4px 12px;
    margin-bottom: 0;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
h1 {
    font-size: 28px;
}
h1, .h1, h2, .h2, h3, .h3 {
	padding:5px;
    margin-top: 0px;
    margin-bottom: 0px;
}
h3, .h3 {
	padding:1px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.form-control {
    height: 27px;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 1.42857143;
}
.help-block {
    display: block;
    margin-top: 0px;
    margin-bottom: 0px;
    color: #737373;
}
.panel-heading {
    padding: 3px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.kv-panel-before {
    padding:2px;
    border-bottom: 1px solid #ddd;
}
table > tbody > tr > td{
}
.grid-view td {
	font-family: "Tahoma";
	font-size:12px;
    white-space: nowrap;
}
.kv-panel-after {
    padding: 0px;
    border-top: 1px solid #ddd;
}
.panel-footer {
    padding: 3px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
p {
    margin: 0 0 0px;
}
.wrap > .container {
    padding: 0px 15px 20px;
}
.btn-toolbar {
    width:150px;
    margin-left: -5px;
}

.grid-view td {
    white-space: normal; 
}
/*
.grid-view td {
    white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis;
}
*/
.white, .white a {
  color: #FF0000;
}

.claro .dijitContentPane {
    padding: 2px;
}

.esriBasemapGalleryNode {
    float: left;
    margin: 3px 3px 3px 3px;
    width: 100px;
    /* margin: 5px 10px 0 10px; */
}

.esriBasemapGalleryLabelContainer {
    background-color: transparent;
    text-align: center;
    width: 100%;
    height: 1.0em; 
    overflow: hidden;
    display: block;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, 
.col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, 
.col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, 
.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, 
.col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, 
.col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, 
.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, 
.col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, 
.col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, 
.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, 
.col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, 
.col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
{
    position: relative;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}
.claro .dijitTitlePaneTitleFocus {
    margin-top: 1px;
    padding-bottom: 1px;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
    font-size: 14px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.form-group {
    margin-bottom: 5px;
}
.form-control {
    height: 27px;
    padding: 3px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    background-color: #EEFFEE;
}

/*
.form-group
{ display:inline;   }
.form-group { margin-right:5px }
.form-group label { line-height:15px; }
*/
.radio, .checkbox {
    position: relative;
    display: block;
    margin-top: 2px;
    margin-bottom: 5px;
}
.form-group {
    margin-bottom: 0px;
}
.breadcrumb {
    padding: 3px 10px;
    margin-bottom: 0px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0px;
}

.btn {
    padding: 4px 8px;
    margin-bottom: 0;
    background-image: none;
    border: 2px solid transparent;
    border-radius: 4px;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    /*line-height: 1.5;*/
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.control-label {
    display: inline-block;
    max-width: 100%;
    margin-top: 4px;
    margin-bottom: 2px;
    font-weight: bold;
	font-size: 12px;
}

.modal-header {
    padding: 5px;
    border-bottom: 1px solid #e5e5e5;
}
.modal-body {
    position: relative;
    padding: 10px;
}
.modal-footer {
    padding: 5px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 2px 15px;
}

.tab-content {
    padding: 3px;
}

.select2-container--bootstrap .select2-selection--single {
    height: 27px;
    line-height: 1.428571429;
    padding: 2px 24px 2px 12px;
}

table > thead > tr > th, 
table > tbody > tr > th, 
table > tfoot > tr > th, 
table > thead > tr > td, 
table > tbody > tr > td, 
table > tfoot > tr > td {
    padding: 1px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.input-group-addon {
    padding: 2px 6px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

