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



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

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

.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: 15px;
    font-family: "Roboto,sans-serif";
    color: rgb(255, 255, 255);
    line-height: 1.2;
    text-align: center;
}


.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: 15px;
  font-family: "Roboto,sans-serif";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
}
.navbar-inverse .navbar-brand {
  font-size: 15px;
  font-family: "Roboto,sans-serif";
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
}

.navbar-inverse .navbar-nav > .active > a {
  font-size: 15px;
  font-family: "Roboto,sans-serif";
  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: 29.4px;
  color: #33383D;
  font-family: "Roboto,sans-serif";
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 5%;
  z-index: 15;
}

.btn-new {
  border-width: 1px;
  border-color: #33383D;
  border-style: solid;
  border-radius: 4px;
  font-size: 15px;
  font-weight: bold;
  font-family: "Roboto,sans-serif";
  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 {
    background-color: rgb(255, 255, 255);
    padding: 2%;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90%;
    height: 65%;
    transform: translate(-50%, -50%);
}

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

.glyphicon {
 color: #33383D;
}

label {
  font-size: 15px;
  font-family: "Roboto,sans-serif";
  color: #33383D;
  line-height: 1.2;
}


.fullscreen_bg {
    top: 0;
    left: 0;
    position:fixed;
    background: url('/images/webdocs.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    min-width: 100%;
    min-height: 100%;
    z-index: 11;
}
.signin {
    padding: 15px;
    margin: 0 auto;
    margin-top: 102px;
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 9px 20.88px 3.12px rgba(0, 0, 0, 0.41);
    left: 753px;
    top: 102px;
    width:75%;
    z-index: 3;
}
.signin-heading {
  margin-top: 40px;
  font-size: 29.4px;
  font-family: "Roboto,sans-serif";
  color: #33383D;
  line-height: 1.2;
  text-align: center;
  text-shadow: 0px 3px 3.64px rgba(0, 0, 0, 0.41);
  z-index: 4;
}


.login-form {
  margin-top: 40px;
  margin:0 60px;
}

.form-control-login {
  font-size: 15px;
  height:36px;
  font-family: "Roboto,sans-serif";
  color: rgb(110, 110, 137);
  border-color:  #33383D;
  border-style: solid;
  border-radius: 0;
  background-color: rgb(255, 255, 255);
  z-index: 6;
  outline:none;
}

.btn-login {
  font-size: 15px;
  font-family: "Roboto,sans-serif";
  font-style: bold;
  color: rgb(255, 255, 255);
  line-height: 1.2;
  text-align: center;
  border-width: 1px;
  border-color:  #33383D;
  border-style: solid;
  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: 9;
  margin-bottom: 40px;
}

.note {
 margin-top:20px;
 font-size: 15px;
 color: rgb(171, 171, 179);
 line-height: 1.2;
}

.file {
  visibility: hidden;
  position: absolute;
}
.input-group .form-control{
width:98%;
}

thead {
  font-family: "Roboto,sans-serif";
  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);
}

.textBox {
  width:100%;
  border-color: #33383D;
  outline: none;
}

.msg {
  display:none;
  z-index: 9999;
  padding: 2px;
  font-size: 15px;
  text-align: center;
  color: #33383D;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand > img {
  height: 50px;
  width: 120px;
  margin:0;
  padding:0;
}

.file-preview .fileinput-remove {
    display: none;
}

.file-preview {
    height: 160px;
    border: 2px dashed #33383D;
}

.file-drop-zone {
    border: none;
    margin:0;
    padding: 0;
    height:100%;
}

.file-drop-zone-title {
    padding: unset;
    padding-top: 15px;
}

.krajee-default.file-preview-frame .kv-file-content {
    height: 30px;
}

.browse {
        margin: 0 auto;
	text-align: center;
    	padding-top: 15px;
}

.heading-upload2 {
    margin-bottom: 5px !important;
}

.kv-preview-data {
    height: 70px !important;
}

.krajee-default.file-preview-frame .file-thumbnail-footer {
    height: 30px;
}




@media (max-width:767px) {
    .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;
        }
	.hidden-xs {
	    display: block !important;
	}
	.browse {
		padding-top:1px;
	}

}




