html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 40px;
    background-color: #FFB156;
    border-top: 1px solid #ddd;
    padding-top: 10px;
    width: 100%;
    position: absolute;
}

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

a.desc:after {
    content: "\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 td {
    white-space: nowrap;
}

.grid-view .filters input,
.grid-view .filters select {
    min-width: 50px;
}

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

.noscriptmsg {
    text-align: center;
    color: #b92c28;
    font-size: large;
}

.system-navbar {
    background-color: #c4e3f3;
}
/*
.nav li.active a, .nav li.active a:hover  {
    background-color: #08D;
    color: white;
}*/

.login-gyl-color {
    color: #fff;
    background: #2091c7;
}

.signup-gyl-color {
    color: #fff;
    background: #2091c7;
}

/* for loader */
#submitDiv {
    position: fixed;
    top: 5%;
    left: 40%;
    z-index: 5000;
    width: 422px;
    height: 422px;
    text-align: center;
    background: #EDDBB0;
    border: 1px solid #000;
    display: none;
}
.navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus{
    color: #FFC683;
    background-color: #ffffff;
    font-weight: bold;
    font-size: 20px;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus{
    font-weight: bold ;
    background-color: #2091c7;
}
.navbar-nav > li > a, .navbar-nav{
    color: #FFC683;
    font-size: 20px;
}

/* logout button */
.navbar-nav > li > form > button{
    color: #FFC683;
    font-size: 20px;
}
.navbar-nav > li > form > button:hover, .navbar-nav > li > form > button:focus{
    font-weight: bold ;
    background-color: #2091c7;
    color: #FFC683;
}

.navbar-toggle { border-color: #E7E7E7; }
.navbar-toggle:hover, .navbar-default .navbar-toggle:focus { background-color: #286090; }
.navbar-toggle .icon-bar { background-color: #E7E7E7; }

/*
#loadingDiv {
    position: fixed;
    z-index: 999;
    height: 2em;
    width: 2em;
    overflow: show;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.ajax-loader {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto; !* presto! *!
}*/
/* end for loader */

.btn-main {
    background-color: rgb(18, 133, 126);
    color: #FFFFFF;
    padding: 10px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    margin:10px;
    /*width: 250px;*/
    height: 150px;
    display: block;
    width: 100%;
    font-size: 20px;
    padding-top:10%;
}

a.btn.btn-main:hover {
    color: #fff;
}

.new-nav {
    background-color: rgba(223, 223, 223, 1);
    height: 51px !important;
    -webkit-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.6);
    -moz-box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.6);
    box-shadow: 5px 5px 10px 0px rgba(0,0,0,0.6);
}

#logo {
    display:block;
    margin-top:51px
}

.panel-info{
    border-color: #ffffff;
    width:100%;
}
.he-col {
    color: #FF971E;
}

.site-index {
    margin-right: 10px;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0 0;
}
