@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;500&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200&display=swap');

/* Login Page */
* {
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "segoe ui", roboto, oxygen, ubuntu, cantarell, "fira sans", "droid sans", "helvetica neue", Arial, sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
body {
    /* background-color: #435165; */
    background-color: transparent;
}

.logo {
    height: 55px;
    margin-top: -3px;
    object-fit: contain;
    width: 255px;
  }

  .main-center {
    margin: 50px auto;
    width: 400px;
  }

.logo-outline {
    height: 80px;
    object-fit: contain;
    width: 400px;
}

.title {
    font-family: 'Montserrat', sans-serif;
    font-size: 35px;
    font-weight: 200;
    letter-spacing: 2px;
    margin: 2px 0 0 10px;
}

h2 {
    text-align: center;
    text-transform: uppercase;
    color: #5b6574;
    font-family: 'Montserrat', sans-serif;
    font-weight: 200;
    font-size: 54px;
    letter-spacing: 5px;
    margin-top: -5px;
    padding: 5px 0;
}

.login {
    width: 400px;
    background-color: #ffffff;
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, 0.3);
    margin: 100px auto;
}
.login h1 {
    text-align: center;
    color: #5b6574;
    font-size: 24px;
    padding: 20px 0 20px 0;
    border-bottom: 1px solid #dee0e4;
}
.login form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 20px;
}
.login form label {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    background-color: #3274d6;
    color: #ffffff;
}
.login form input[type="password"], .login form input[type="text"] {
    width: 310px;
    height: 50px;
    border: 1px solid #dee0e4;
    margin-bottom: 20px;
    padding: 0 15px;
}
.login form input[type="submit"] {
    width: 100%;
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 0;
    background-color: #3274d6;
    border: 0;
    cursor: pointer;
    font-weight: bold;
    color: #ffffff;
    transition: background-color 0.2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0 !important;
}
.login form input[type="submit"]:hover {
  background-color: #2868c7;
    transition: background-color 0.2s;
}

.navtop {
	background-color: #2f3947;
	height: 60px;
	width: 100%;
	border: 0;
}
.navtop div {
	display: flex;
	margin: 0 auto;
	height: 100%;
}
.navtop div h1, .navtop div a {
	display: inline-flex;
	align-items: center;
}
.navtop div h1 {
	flex: 1;
	font-size: 24px;
    letter-spacing: 1px;
	padding: 0;
	margin: 0 0 0 10px;
	color: #eaebed;
	font-weight: 500;
    text-transform: uppercase;
}
.navtop div a {
	padding: 0 20px;
	text-decoration: none;
	color: #c1c4c8;
	font-weight: bold;
}
.navtop div a i {
	padding: 2px 8px 0 0;
}
.navtop div a:hover {
	color: #eaebed;
}
.content {
	width: 1000px;
	margin: 0 auto;
}
.content > p, .content > div {
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
	margin: 25px 0;
	padding: 25px;
	background-color: #fff;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
}
.content > p table td, .content > div table td {
	padding: 5px;
}
.content > p table td:first-child, .content > div table td:first-child {
	font-weight: bold;
	color: #4a536e;
	padding-right: 15px;
}
.content > div p {
	padding: 5px;
	margin: 0 0 10px 0;
}







.open_image img {
    width: 250px; /* You can set the dimensions to whatever you want */
    height: 150px;
    object-fit: cover;
}

a {
    text-decoration: none !important;
}

footer {
    position: fixed;
    left: 0;
    bottom: 10px;
    width: 100%;
    color: #5b6574;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-align: center;
    text-transform: uppercase;
  }

  #total_num_images {
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
    font-weight: 400;
    text-align: right;
    color: #5b6574;
}

#box {
    display: none;
}

.container{
    margin-top:10px;
    padding: 10px;
}
ul, ol, li {
    margin: 0;
    padding: 0;
    list-style: none;
}
.reorder_link {
    color: #3675B4;
    border: solid 2px #3675B4;
    border-radius: 3px;
    text-transform: uppercase;
    background: #fff;
    font-size: 18px;
    padding: 10px 20px;
    margin: 15px 15px 15px 0px;
    font-weight: bold;
    text-decoration: none;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    white-space: nowrap;
}
.reorder_link:hover {
    color: #fff;
    border: solid 2px #3675B4;
    background: #3675B4;
    box-shadow: none;
}
#reorder-helper{
    margin: 18px 10px;
    padding: 10px;
}
.light_box {
    background: #FFF3CF;
    border: 1px solid #FFEBB8;
    color: #664D0E;
    padding: 20px;
    margin: 15px 0;
    text-align: center;
    font-size: 1.2em;
}

/* image gallery */
.gallery{
    width:100%;
    float:left;
    margin-top:15px;
}
.gallery ul{
    margin:0;
    padding:0;
    list-style-type:none;
}
.gallery ul li{
    padding:4px;
    border:1px solid #dee2e6;
    float:left;
    margin:10px 7px;
    background: #fff;
    width:auto;
    height:auto;
}
.gallery img{
    height: 150px;
    width: 205px;
}

/* notice box */
.notice, .notice a{
    color: #fff !important;
    font-family: 'Poppins', Helvetica, Arial, sans-serif;
}
.notice {
    z-index: 8888;
    padding: 10px;
    margin-top: 20px;
}
.notice a {
    font-weight: bold;
}
.notice_error {
    background: #E46360;
}
.notice_success {
    background: #D2E7DD;
    border: 1px solid #BBDBCC;
    color: #135133 !important;
}

/* MEDIA QUERIES */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : portrait) and (-webkit-min-device-pixel-ratio: 2) {

    .navtop {
        width: 100%;
    }
    
    .navtop div h1 {
        margin: 0 0 0 30px;
    }
    
    .title {
    margin: 1px 0 0 10px;
    }

    .gallery {
        width: 100%;
    }
    .gallery img{
        height: 146px;
        width: 146px;
    }
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 2) {

    .navtop {
        width: 100%;
    }
    
    .title {
    margin: 1px 0 0 10px;
    }

    .gallery {
        width: 100%;
    }
    .gallery img{
        height: 146px;
        width: 146px;
    }
}