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: 60px;
    background-color: #333333;
    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;
    }
    #btn-download{
        width: 100%;
        margin: auto;
    }
}

@media (min-width: 500px){
    .login-box{
        width: 420px!important;
    }
}
.default-modal{
    background: -webkit-linear-gradient(left,#3c8dbc,#3c8dbc)!important;
    background: -o-linear-gradient(left,#3c8dbc,#3c8dbc)!important;
    background: -moz-linear-gradient(left,#3c8dbc,#3c8dbc)!important;
    background: linear-gradient(left,#3c8dbc,#3c8dbc)!important;
    color: #fff;
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}
.login-box{
    margin:2% auto!important;
    max-width: 420px!important;
    font-family: open sans,tahoma,sans-serif;
    /* padding-bottom: 100%; */
}
.signup-title{
    margin-top: 0px;
}
.center{
    text-align: center!important;
}
.right{
    text-align: right!important;
}
.left{
    text-align: left!important;
}
.m-bt-4{
    margin-bottom:25px;
}
.grey{
    font-size: 12px;
    color: rgba(0,0,0,.38);
}
.user-accounts-alt__separator{
    display: flex;
    align-items: center;
    margin: 24px 0;
}
.user-accounts-hline{
    display: inline-block;
    border: .5px solid rgba(0,0,0,.12);
    width: 50%;
}
.user-accounts-alt__separator-text{
    font-size: 12px;
    text-align: center;
    color: rgba(0,0,0,.38);
    padding: 0 18px;
    white-space: nowrap;
}
.btn-login{
    font-size: 14px;
    height: 48px;
    line-height: 32px;
    padding: 8px 16px;
    font-weight: 600;
    box-sizing: border-box;
    transition: all .3s ease;
    border-radius: 4px;
    /* background-color: #3334FE !important;
    color: #fff; */
}
.user-accounts-alt__icon{
    margin-right: 16px;
}
.btn-login:hover {
    color: #fff;
    background-color: #5A8AB9 !important;
    border-color: #5A8AB9 !important;
}
.login-page{
    height:auto;
    /* background:#d2d6de */
    background:#fff !important;
}
.login-box-body{
    background:#fff;
    padding:20px;
    /* border-top:0; */
    border:2px solid #7D7D7D !important;
    color:#666;
    border-radius: 2px;
    /* -moz-box-shadow:    2px 2px 2px 2px rgba(0,0,0,0.51);
    -webkit-box-shadow: 5px 5px 2px 2px rgba(0,0,0,0.51); */
    box-shadow:         0px 5px 5px 5px rgba(#ECF0F3,0,0,0.51);
   /*  -webkit-box-shadow: 0px 0px 21px 6px rgba(0,0,0,0.51);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.51);
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.51); */
}
.login-logo{
   text-shadow: 2px 2px rgba(0,0,0,0.51);
   /*  -webkit-box-shadow: 0px 0px 21px 6px rgba(0,0,0,0.51);
    -moz-box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.51);
    box-shadow: 0px 0px 5px 5px rgba(0,0,0,0.51); */
}
.grey a{
    color: green!important;
}
.content-header h3{
    margin-top: 0px;
    margin-bottom: 0px;
}
.table-bordered > thead > tr > th{
    color: #337ab7!important;
}
.wrap-login{
    overflow-y: hidden!important;
    bottom: -50px;
}
.btn-ttd {
    display: flex;
    -moz-box-align: center;
    align-items: center;
    flex: 1 1 auto;
    width: 100%;
    background: rgb(250, 250, 250) none repeat scroll 0% 0%;
    border-color: rgb(232, 232, 232) rgb(232, 232, 232) rgb(232, 232, 232) rgb(61, 153, 245);
    border-style: solid;
    border-width: 1px 1px 1px 4px;
    border-image: none 100% / 1 / 0 stretch;
    border-radius: 2px;
    position: relative;
    transition: box-shadow 0.1s ease 0s;
    height: 48px;
}
#setfont{
    font-size: 11px!important;
}