@import url('./template.js.css');

body{
    background: #ebebeb;
    margin: 0;
    padding: 0;
}

#container{
    width: 100%;
    height: 100%;
    position: fixed;
    background: white;
    display: flex;
}

/* #box {
    background-color: #495660;
    position: relative;
    width: 100%;
    height: auto;
    margin: 50px;
} */

.row{
    width: 100%;
    height: auto;
    position: relative;
}

.row-half{
    width: 50%;
    height: auto;
    position: relative;
}

.col{
    width:auto;
    height: 100%;
    position: relative;
}

.col-half{
    width: auto;
    height: 50%;
    position: relative;
}

.bg-1{
    background-color: #ebebeb !important;
}

.bg-2{
    background-color: aqua !important;
}

.bg-3{
    background-color: bisque !important;
}

.bg-4{
    background-color: blue !important;
}

.bg-5{
    background-color: brown !important;
}

.chooseBar{
    background-color: #e1e1e1;
    padding: 10px;
}

.layoutImage{
    max-width: 250px;
}

.layoutPage > div{
    display: inline-block;
    border: 1px solid #ebebeb;
    margin: 7px;
}

.layoutPage > div > label{
    text-align: center;
    display: block;
    padding: 15px;
}

.layoutPage > div > div{
    text-align: center;
    display: block;
    padding: 15px;
}

.layoutPage > div:hover{
    background-color: #ebebeb;
}

.radioStyleLayout{
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 5px;
}

.imgOnLayoutPage{
    width: 30px;
    vertical-align: middle;
}

#layoutHeadingBar{
    display: none;
}

#layoutHeadingBar > div{
    display: inline-block;
}

.loginBox{
    max-width: 600px;
    margin: 0 auto;
    margin-top: 50px;
}

.nav-container{
    background: #f3f3f3;
}

.bg-light-green{
    background: #ddf1e2 !important;
}

.bg-light-red{
    background: #ffdede !important;
}

.bg-light-blue{
    background: #deeefb !important;
}

.bg-light-gray{
    background: #dddddd !important;
}

.table-size-custom{
    /* font-size: 0.9vw; */
    line-height: 15px;
}

.PageTitle{
    /* max-width: 700px; */
    margin: 0 auto;
    margin-top: 12px;
    background: #f3f3f3;
    /* padding: 60px 100px; */
    line-height: 40px;
    border-radius: 10px;
    /* margin-bottom: 50px; */
    text-align: center;
    font-weight: bold;
}
.PageTitle .breadcrumb{
    display: block;
    margin-bottom: 0px;
}
