/*
 default template css
*/
body {
    padding-bottom: 0;
    min-width: 768px;    
}
/*******************************************************************************************/
/* Set padding to keep content from hitting the edges */
.body-content {
    position: relative;
    height: auto;
    min-height: 720px;
    padding: 4px 0;
}

footer {
}

.gototop {
    width: 50px;
    height: 40px;
    padding-top: 8px;
    position: fixed;
    right: 20px;
    bottom: 80px;
    background-color: rgb(103,116,227);
    background-color: rgba(103,116,227,0.5);
    border: solid 1px transparent;
    border-radius: 0.25rem;
    text-align: center;
    cursor: pointer;
    display: none;
    z-index: 999;
}

.gototop:hover {
    color: #ac2925;
}
/*******************************************************************************************/
.banner {
    position: relative;
    width: 100%;
    height: 100px;
    white-space: nowrap;
    overflow: hidden;
    border: solid 1px green;
}

.banner-inner {
    position: absolute;
    width: 100%;
    height: 100%;  
    top: 0;
    left: 0;
    z-index: 5;
    white-space: nowrap;
    overflow: hidden;
}

.bg-success-soft {
    background-color: rgb(244,251,233);
    background-color: rgba(244,251,233, 0.7);
}

.bg-info-soft {
    background-color: rgb(204,230,255);
    background-color: rgbA(204,230,255, 0.7);
}

.hide {
    display: none;
}

.show{
    display: block;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
}

.data-form-wraper {
    background-color: rgb(244,251,233);
    background-color: rgba(244,251,233, 0.7);
}

.tab-container {
    padding: 1rem 0.25rem;
}
