@charset "utf-8";
/* CSS Document */


body{
    /* margin:0;
    padding:0;
    height:100%;
	background:white;
	color:#666;
	font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif; 
	font-size:1.6em;
	line-height:1.6em; 
    font-weight:normal;
    position:relative; */
    margin:0;
    padding:0;
    height:100%;
	background:white;
	color:#666;
	font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif; 
	font-size:1.6em;
	line-height:1.7em; 
    font-weight:normal;
    min-height: 100vh;
}

h1, h2, h3, h4, h5, h6{
	font-weight:400;
	font-family: Gill Sans,Gill Sans MT,Calibri,sans-serif; 
	line-height:1.8em;
	margin:.45em 0;
	padding:0;
    color:#666;
} 

h4, h5{
 text-align: center;
}

*{
	margin:0;
	padding:0;
}

input{
    margin-bottom: 2px;
}
.container{
    margin-bottom: 20px;
    padding: 20px;
    padding-top: 50px;
    padding-bottom: 30px;
    min-height: 100vh;

    /* height: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding-right: 20px;
    padding-left: 20px;
    padding-top: 50px; */
    /* min-height: 100vh;*/
}

#login-form {
	margin:5% auto;
	max-width:500px;
}
/* home page */
#wrapper{
	padding-top:50px;
}

.button_right_red{
    text-align: right;
    margin-left: 47%;
}

.img_center{
        margin-left: 40%;
}

.logo{
    height: 70px;
}
.selectMenu{
    width: 100%;
}

.skeleton{
    margin: 30px;
    margin-top: 5%;
    margin-bottom: 5%;
}

.button_right{
    text-align: right;
}

.add-space-left{
    padding-left: 15px;
}

/* .footer{  
	background:#337ab7;
	color:#fff;
    text-decoration: none;
    margin-top: 20px;
	padding:15px 0;
    width: 100%; 
    table-layout: fixed;
    text-align: center;
    height: 50px;
} */

.footer12 {
    /* position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #337ab7;
    color: white;
    text-align: center; */
 }

 #footer {
    display: table;
    padding: 0;
    border: 0.062em solid #337ab7;
    background-color: #337ab7;
    color:  #ffff;
    font-size:0.8em;
    line-height:1.3em; 
    bottom: 0;
  /* Set the minimum height of the footer here */
    min-height: 60px;
    width: 100%;    
 }

#footer div {
    display: table-cell;
    width: 33.333%;
    /* padding: 1em; */
    padding-bottom: 1em;
    text-align: left;
}

#footer div h5 {
    text-align: left;
 }

#footer div:nth-of-type(2) {
    border-right: 0.062em dotted #999;
    border-left: 0.062em dotted #999;
 }

 #footer div h5, h6 {
    color:  #ffff;

 }

 #forgotten-password{
     margin-left: 40%;
 }


/* .drop_size_modal{
    width:83%;
} */


.first_part_order{
    width: 95%;
    height: auto;
    border: 1px solid #337ab7;
    border-radius: 3px;
    word-break: keep-all;
    margin: auto;
    margin-bottom: 5px;
    margin-top: 5px;
    padding: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 60px;
}

nav {
    height:80px;
}

.navbar-nav{
    margin-top: 3%;
    height: 30px;
}

.navbar-header{
    height: 20px;

}


@media only screen and (max-width: 768px) {
/* For tablet and bigger screen */
    
    .first_part_order{
    width: 70%;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 100px;
}

}

@media screen and (min-width: 992px) {
    .modal-lg {
      width: 990px; /* New width for large modal */
    }

    .navbar-nav{
        margin-top: 1%;
    }
}