﻿html,
body {
    height: 100%;
}

.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";
}

.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;
}
.c-footer__concat{
    padding-top: 17px;
}

.alert_r, .alert_g, .alert_y {
    position:fixed; top:140px; left:30%; width:40%; padding:10px; z-index:10000; text-align:center;
}
.alert_r{ border: 1px solid #ffafa6; background: #ffcec9; }
.alert_y{ border: 1px solid #ffefb7; background: #fff9e6; }
.alert_g{ border: 1px solid #acffd5; background: #d3ffe9; }


/*.s_provider_page{  height:25px; text-align:right; margin-top: 10px; margin-bottom:5PX;line-height:20px;color:#999999; padding: 0 10px; display: inline;}*/
/*.s_provider_page a{height:20px; font-size:12px; line-height:20px; text-align:center; padding: 3px 5px;}*/

/*.s_provider_page_down{ color:#999999; background:#f9f9f9; margin-left:4px; border:1px solid #e7e7e7}*/
/*.s_provider_page a.s_provider_page_down2{ color:#999999;  margin-left:6px; line-height:30px;  }*/
/*.s_provider_page_up,.s_provider_page_down:hover{ color:#fff;background:#1996e6;border:none; margin-top:1px;border:0 none;margin-left:4px;}*/
/*.s_provider_page_up:hover,.s_provider_page_down:hover{ text-decoration:none}*/
/*.s_provider_page_num{ width:20px; height:20px;}*/
/*.s_provider_page_fan{ width:50px; height:20px;}*/
