/*.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;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;   /* egossp */
    display: inline-block;
    font-family: 'Glyphicons Halflings'; /* egossp was FontAwesome */
    font-style: normal;
    font-weight: normal;
    line-height: 1; /* egossp uncoment */
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151"; /* egossp was f0dd */
}

a.desc:after {
    content: /*"\e114"*/ "\e152"; /* egossp was f0de */
}

.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;
}
