html,
body {
    height: 100%;
    background-color:#e8e8ed;
}

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

.wrap > .container {
    padding: 100px 15px 20px;
    width: 90%;
}

.footer {
    height: 60px;
    color: rgb(255, 255, 255);
    background-color: #33383D;
    border-top: 1px solid #ddd;
    padding-top: 20px;
    z-index: 37;
}

.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;
    font-size: 18px;
    font-family: "Open Sans";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
}



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

.navbar-inverse {
  background-color: #33383D;
  z-index: 38;
  border-color: transparent;
}
.navbar-inverse .navbar-nav > li > a {
  font-size: 18px;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
}
.navbar-inverse .navbar-brand {
  font-size: 18px;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
}

.navbar-inverse .navbar-nav > .active > a {
  font-size: 18px;
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  background-color: #33383D;
  line-height: 1.2;
  text-align: center;
  z-index: 58;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover {
  color: rgb(255, 255, 255);
  background-color: #33383D;
  z-index: 60;
} 


.heading {
  font-size: 48px;
  color: #33383D;
  font-family: "Open Sans";
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  z-index: 15;
}

.btn-new {
  border-width: 1px;
  border-color: #33383D;
  border-style: solid;
  font-size: 20px;
  font-weight: bold;
  font-family: "Open Sans";
  background-color: #33383D;
  color:white;
  box-shadow: 0px 9px 9.6px 0.4px rgba(0, 0, 0, 0.3);
  width: 170px;
  height: 50px;
  z-index: 18;
}

.card {
    display: flex;
    flex-direction: column;
    background-color: rgb(255, 255, 255);
    padding: 0% 2% 20px 2%;
    overflow-x: auto;
    min-height: 65vh;
}


.form-control {
  border-width: 1px;
  border-color: #33383D;
  border-style: solid;
  border-radius: 0;
  background-color: rgb(255, 255, 255);
  z-index: 6;
  outline:none;
}
/*Login css*/
.signin {
    padding:16px 35px;
    border-radius: 50px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 10px 5.58px 0.42px rgba(0, 0, 0, 0.46);
    z-index: 3;
    margin-top: 115px;
    margin-left: auto;
    margin-right: auto;
    max-width: 450px;
    width: 90%;
}

.signin-heading {
  font-size: 30px;
  font-family: "Open Sans";
  color: #33383D;
  line-height: 1.2;
  text-align: center;
  margin-top:20px;
  text-shadow: 0px 3px 3.64px rgba(0, 0, 0, 0.41);
  z-index: 4;
}

.login-form-div {
margin:20px 40px;
}


thead {
  font-family: "Open Sans";
  color: rgb(255, 255, 255);
  background-color:#33383D;
  line-height: 1.2;
  text-align: center;
}
thead a, thead a:hover {
  color: rgb(255, 255, 255);
}

.glyphicon {
 color: #33383D;
}



@media (max-width:767px) {
    .wrap > .container {
       width: 100%;
    }
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 50%;
        padding: 10px 15px;
    }
    .btn-new {
 	display:block;
 	height: 30px;
	margin:0.1em auto;
        }
    .btn-login {
 	display:block;
 	width: 50%;
 	height: 50px;
	margin: auto;
        }
       .login-form {
          margin-top: 40px;
        margin:0;
        }
	td {
	  max-width:130px;
	  overflow-wrap: break-word;
	}
	.nav > li {
		border: 1px solid #080808;
	} 

}




