﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}
/* Sticky footer styles
-------------------------------------------------- */

.border-top {
    border-top: 1px solid #EFB353;
}
.border-bottom {
    border-bottom: 1px solid #EFB353;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}


/*for tab control*/
div.login-logout-tab div.card-header {
    padding: 0px 0px 12px 0px;
}

div.login-logout-tab ul.nav-tabs {
    margin: 0px 0px -12px 0px;
}

div.login-logout-tab li.nav-item {
    width: 49%;
}

div.login-logout-tab a.nav-link {
    font-size: 25px;
    color: #6C757D;
    text-align: center;
}

div.card-content {
    padding: 10px 20px;
}

/*login form*/
div.login-form-icon {
    text-align: center;
}


#footer {
    position: fixed;
    bottom: 0;
}


/*
.inner {
    overflow: hidden;
    width: 160px;
    height: 220px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
}

.inner img {
            transition : all 1.5s ease;
    }

    .inner:hover img {
        transform: scale(1.2);
    }
*/



.fancybox-custom .fancybox-skin {
    box-shadow: 0 0 50px #222;
}

.center {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
}


.top-buffer {
    margin-top: 60px;
}

.top-buffer-small {
    margin-top: 30px;
}
