﻿.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    font-style: italic;
    font-size: 12px;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    font-style: italic;
    font-size: 12px;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    font-style: italic;
    font-size: 12px;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
    font-style: italic;
    font-size: 12px;
}

.field-validation-error {
    color: #ff0000;
    font-style: italic;
    font-size: 12px;
}

.field-validation-error {
    color: #ff0000;
    font-style: italic;
    font-size: 12px;
}
body {
    padding-top: 5px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
    }
        
}

@media screen and (max-width: 368px) {
    .img-thumbnail{
        display: none !important;
    }

}

#quiz {
    padding-top: 100px;
}

.navbar-brand > img{
    max-width: 150px;
    margin-top: -12px;
}

.navbar-brand {
    max-height: 40px;
    overflow: visible;
    padding-top: 0;
    padding-bottom: 0;
}

.timer{
    font-weight: bold;
    padding:3px;
    box-shadow: 5px 5px 8px #000;
}

.container {
  width: auto;
  padding: 0 15px;
}
.container .credit {
  margin: 20px 0;
  text-align: center;
}

.footer {
  position: fixed;
  /* position: absolute; */
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #ffffff;
  border-top: 1px solid #e7e7e7;
}

#login-modal {
    width: 350px;
    margin-top: 50px;
}

#login-modal input[type=text], input[type=password] {
	margin-top: 10px;
}

    #login-modal input[type=password] {
        margin-bottom: 10px;
    }

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .8;
}

.modal-content {
    background-color: #ffffff;
    border: 1px solid #009bca;
    border-radius: 0px;
    outline: 0;
}

.modal-header {
    min-height: 16.43px;
    padding: 15px 15px 15px 15px;
    border-bottom: 0px;
}

.modal-body {
    position: relative;
    padding: 5px 15px 5px 15px;
}

.modal-footer {
    padding: 15px 15px 15px 15px;
    text-align: left;
    border-top: 0px;
    margin-top: 0;
}

.btn {
    border-radius: 0px;
}

.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;
}

.btn-lg, .btn-group-lg>.btn {
    border-radius: 0px;
}

.glyphicon {
    top: 0px;
}

.form-control {
  border-radius: 0px;
}

#icon-login-msg {
    width: 30px;
    float: left;
    line-height: 28px;
    text-align: center;
    background-color: green;
    margin-right: 5px;
    transition: all ease-in-out 500ms;
}

#div-login-msg {
    border: 1px solid #dadfe1;
    color: white;
    text-align: center;
    background-color: #0fa1cd;
    height: 30px;
    line-height: 28px;
    transition: all ease-in-out 500ms;
    font-style: normal;
    font-size: medium;
}
.lead > p{
    display: inline;
}