﻿* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


body {
    background-color: #fff;
    position: relative;
    z-index: 100;
    min-width: 100%;

}


.table td{
    padding:0;
    margin:0;
}

.logintb {
    background-color: #f7f3f7;
    border: solid 1px #efe7ef;
    width: 100%;
    height: 36px;
}

a {
    font-size: 10pt;
}

.btn {
    display: block;
    width: 100%;
}

.panelSql1 {
    border-radius: 6px;
    padding: 24px 32px 32px 24px;
    font-size: 0.8rem;
}


.panelSql2 {
    border-radius: 6px;
    font-size: 0.8rem;
}


#contents {
    text-align: center;
    position: absolute;
    width: 340px;
}


ol, ul {
    list-style: none;
}

.cb-slideshow {
    margin-top: 0px;
}

.cb-slideshow,
.cb-slideshow:after {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 0;
}

.cb-slideshow:after {
    content: '';
    background: transparent repeat top left;
}

.cb-slideshow li span {
    width: 100%;
    height: 110%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: transparent;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: none;
    opacity: 1; /*if use dynamic multiple images, change to 0*/
    z-index: 0;
    /*Uncommet below code to enable dynamic multiple images*/
    /*-webkit-backface-visibility: hidden;
    -webkit-animation: imageAnimation 36s linear infinite 0s;
    -moz-animation: imageAnimation 36s linear infinite 0s;
    -o-animation: imageAnimation 36s linear infinite 0s;
    -ms-animation: imageAnimation 36s linear infinite 0s;
    animation: imageAnimation 36s linear infinite 0s;*/
}


.cb-slideshow li:nth-child(1) span {
    /*background-image: url(images/Wallpaper1_Web.jpg);*/
}

.cb-slideshow li:nth-child(2) span {
    /*background-image: url(images/Wallpaper1_Web.jpg);*/
    -webkit-animation-delay: 6s;
    -moz-animation-delay: 6s;
    -o-animation-delay: 6s;
    -ms-animation-delay: 6s;
    animation-delay: 6s;
}

.cb-slideshow li:nth-child(3) span {
    /*background-image: url(images/Wallpaper1_Web.jpg);*/
    -webkit-animation-delay: 12s;
    -moz-animation-delay: 12s;
    -o-animation-delay: 12s;
    -ms-animation-delay: 12s;
    animation-delay: 12s;
}

#block {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    position: absolute;
    z-index: 1000;
}

#header {
    padding: 10px 0;
    position: relative;
    z-index: 1;
}

#outerborder {
    width: 100%;
    margin: auto;
    background-color: white;
    border-radius: 6px 6px 0px 0px;
}


#innerborder {
    padding: 30px 20px 5px 20px;
    border-radius: 6px 6px 0px 0px;
}

#license {
    width: 100%;
    background-color: white;
    border-radius: 0px 0px 6px 6px;
    font-size: 0.85rem;
    padding:0px 32px 24px 32px;
    color: #555;
    text-align: center;
    margin:auto;
}


#lowerPanel {
    text-align: center;
    padding-top: 24px;
    margin: auto;
    /*position: absolute;*/
}


#ButtonGoogle {
    border: 1px solid #dbdbdb;
    padding: 5px 10px 5px 25px;
    font-size:0.85rem;
    text-align:center;
    background: url(../images/remix/google.svg) left 55px top 5px no-repeat;
}


#ButtonAzure {
    border: 1px solid #dbdbdb;
    padding: 5px 7px 5px 14px;
    font-size: 0.85rem;
    text-align: center;
    background: url(../images/remix/azure.svg) left 57px top 6px no-repeat;
}

.mfa_Svg {
    height: 70px;
    width: 70px;
    filter: invert(33%) sepia(55%) saturate(1947%) hue-rotate(173deg) brightness(94%) contrast(101%);
}


.half-box-left {
    left: 150px;
}


.half-box-center {
    left: calc((100% - 300px) / 2);
}


.half-box-right {
    right: 150px;
}

@media screen and (max-width: 900px) {
    .half-box-left, .half-box-right {
        left: calc((100% - 340px) / 2);
        right: unset;
    }

}

.full-box-leftw{
    background-color:white;
    float:left;
}

.full-box-left {
    left: 0;
    background-color:white;
}


.full-box-centerw {
   margin:auto;
   background-color:white;
}

.full-box-center {
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    background-color: white;
}


.full-box-rightw {
    background-color: white;
    float: right;
}

.full-box-right {
    right: 0;
    background-color: white;
}


.footer {
    
    text-align: center;
    width: 100% !important;
    z-index: 99;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 100%;
    height: 50px;
    bottom: 0px;
    position:absolute;
    /*background-color: rgba(0, 0, 0, 0.42);*/
}


.table {
    font-size: 1.00rem !important;
    text-align: left !important;
    width: 100% !important;
    color: #555 !important;
    border-collapse:collapse;
}


.container {
    margin: 0;
    /*display: flex;
    flex-direction: column;*/
    /*min-height: 100vh;*/
    overflow: auto;
    min-height: 100vh;
}

.container:after {
    content: "";
    display: block;
}




#wrapper {
    width: 300px;
    min-height: 100vh;
}

#wrapper2 {
    width: 100%;
    min-height: 100vh;
}


/*error*/
.errorBox {
    width: 600px;
    background-color: white;
    margin: 0 auto;
}

.error-table {
    box-shadow: rgba(247,150,154,255) 0px 1px 4px, rgba(247,150,154,255) 0px 0px 0px 3px;
    padding: 16px;
    width:100%;
    text-align: center;
}

.error-image {
    width: 200px;
    height: 150px;
    content:url(../images/error-page.png);

}



/*mfa*/

.mfaBox {
    width: 340px;
    background-color: white;
    border-radius: 6px;
    margin: 0 auto;
}


.mfaContent {
    padding: 20px 20px 20px 20px;
    border: solid 1px white;
    text-align: center;
    border-radius: 6px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.mfa-btn {
    margin: 0 !important;
    color: inherit;
    all: initial;
    font: inherit;
    cursor: pointer;
    text-decoration: underline;
}

