.footer {
    background-color: transparent;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.detail-view.table-striped > tbody > tr:nth-of-type(odd),
.detail-view.table-striped > tbody > tr:nth-of-type(odd) td,
.detail-view.table-striped > tbody > tr:nth-of-type(odd) th,
.detail-view.table-striped > tbody > tr:nth-of-type(even),
.detail-view.table-striped > tbody > tr:nth-of-type(even) td,
.detail-view.table-striped > tbody > tr:nth-of-type(even) th
{
    background-color: #F3F3F3;
    border: 0;
}

.detail-view.table-striped > tbody > tr:nth-of-type(odd) th,
.detail-view.table-striped > tbody > tr:nth-of-type(even) th
{
    color: #005E8C;
    font-weight: normal;
}

.detail-view.table-striped {
    border: 0;
}

/* making the pagination like ROS */
.pagination > li > span {
    text-decoration: none !important;
    padding-left: 7px !important;
    padding-right: 7px !important;
    font-size: 12px;
}

.custom_pagination {
    margin-bottom: 15px;
}

a[name^="table_add"] {
    background-color: #D9F0FC!important;
    border-color: #00a9e7!important;
    color: #000;
    text-decoration: none!important;
}


.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 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";
}

.regular_table th a {
    color: white;
}

.alert-info.loc {
    margin-bottom: 10px!important;
    padding: 10px!important;
    cursor: pointer;
}
.alert-info.loc:last-child {
    margin-bottom: 0!important;
}

#map_canvas, #locs  {
    height: 450px;
}
#locs  {
    overflow-y: scroll;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #ccc;
    border-radius: 4px;
    -ms-overflow-style: scrollbar;
}

.btn.sub-button {
    color: #333;
}

.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;
}

div.required label.control-label:after {
    content: "\f069";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #d9534f;
    font-size: 9px;
}

div.list-view a:first-child {
    margin-left: 0px;
}

.search-buttons button {
    margin-left: 0;
}

.panel-title.panel-search {
    font-weight: bold;
}

@media (min-width: 992px) {
    .search-buttons {
        padding-top: 19px;
    }
}

.panel-primary .panel-title.panel-search {
    color: white!important;
}

.chars-count {
	color: #555;
}

.panel-group {
	margin-bottom:0;
}
.form-group.show-entries {
	margin-bottom:0;
}
.regular_table {
	margin: 4% 0 1% 0;
}
.alert-error {
	background-color: #f2dede;
    color: #a94442;
}
.alert-error h3 {
    color: #a94442 !important;
}

.wrap-text {
    word-break: break-all;
}

.alert-error h3 {
    margin-top: 0!important;
}

.pleaseWait .modal-backdrop {
    z-index: 1080;
}



@media only screen and (min-width: 768px) {
    button.navbar-toggle {
        visibility: visible!important;
    }
    div.navbar-header {
        display: block!important;
    }
}
@media (max-width: 1200px) {
    .navbar {
        width: 100%;
    }
}

@media print {
    .show-entries, .panel-body
	{ display: none !important; }
}
    