﻿/* 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. */

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;    
}

.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: #1a3a67;
    font-weight: bold;
    font-size:1.2em;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 13pt;
    overflow-x: hidden;
}

@media (min-width: 768px) {
    html {
        font-size: 13pt;
        overflow-x: hidden;
    }
}


.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1.8;
    font-weight: normal;
    background: #f8f9fd;
    color: #808080;
}


.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 30px; /* Vertically center the text there */
}


nav .marker {
    left: 0;
    position: absolute;
    height: 3px;
    width: 0;
    background: #1a3a67;
    bottom: 10px;
    border-radius: 4px;
    transition: 0.3s;
}



a {
    transition: .3s all ease;    
    text-decoration: none !important;
    outline: none !important;
    box-shadow: none;
}



h1, h2, h3, h4, h5,
.h1, .h2, .h3, .h4, .h5 {
    line-height: 1.5;
    font-weight: 400;        
}

.bg-primary {
    /*background: $primary !important;*/
}

.ftco-section {
    padding: 10em 0;
}

.ftco-no-pt {
    padding-top: 0;
}

.ftco-no-pb {
    padding-bottom: 0;
}


.heading-section {
    font-size: 28px;
    color: black;
}


.img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

/*.login-wrap {
    position: relative;
    background: $white;
    border-radius: 10px;
    -webkit-box-shadow: 0px 10px 34px -15px rgba(0,0,0,0.24);
    -moz-box-shadow: 0px 10px 34px -15px rgba(0,0,0,0.24);
    box-shadow: 0px 10px 34px -15px rgba(0,0,0,0.24);*/    


/*.icon {
    width: 80px;
    height: 80px;    
    border-radius: 50%;
    font-size: 30px;
    margin: 0 auto;
    margin-bottom: 10px;    
}*/

.bg-banner {
    background-repeat: no-repeat;
    background-image: url("../images/tm-bg-banner.jpg");
    background-size: cover;
}

/*indicator progress div*/
#indicatorDiv {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    background: #f8f9fd;
}

#indicatorProgress {
    overflow: hidden;
    /*CSS counters to number the steps*/
    counter-reset: step;
}

    #indicatorProgress li {
        list-style-type: none;
        color: #1a3a67;
        text-align: center;
        font-size: 14px;
        width: 30%; /*currently 3 so width / 3 */
        float: left;
        position: relative;
        text-align: center;
    }

        /* circle nodes */
        #indicatorProgress li:before {
            content: ''; /*counter(step)*/
            counter-increment: step;
            display: block;
            background: #CCC;
            color: #CCC;
            border: 2px solid #CCC;
            border-radius: 100%;
            width: 15px;
            height: 15px;
            margin: 0 auto 5px auto;
            padding-right: 1px;
        }

        /*line connectors*/
        #indicatorProgress li:after {
            content: '';
            width: 100%;
            height: 2px;
            background: #CCC;
            position: absolute;
            left: -50%;
            top: 7px;
            z-index: -1;
        }

        #indicatorProgress li:first-child:after {
            /*line connector not needed before the first step*/
            content: none;
        }
        
        /*actived steps*/
        /*text inside set in #indicatorProgress li:before counter(step)*/
        #indicatorProgress li.active:before, #indicatorProgress li.active:after {
            background: #e36f1e;
            color: green;
            padding-right: 1px;
            font-weight: bold;
        }

        /*circle border color make the same color with bg for now*/
        #indicatorProgress li.active:before {
            border: 2px solid #e36f1e;
        }

.loading-modal-lg .modal-dialog {
    display: table;
    position: relative;
    margin: 0 auto;
    top: calc(50% - 25px);
}

    .loading-modal-lg .modal-dialog .modal-content {
        /*background-color: blue;*/
        border: none;
    }

.div-center {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 70vh;
}

.logo-image {
    display: flex;
    justify-content: center;
   }
.logo-image img{
    width:50%;
}

.header {
    background: #f8f9fd;    
}

.pt-title-header {
    text-align: center;
    font-weight: bold;
    font-size: 1.1em;
}

/*ribon*/
.ribbon-box {
    width: 65px;
    height: 65px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index:100;
}

.ribbon {
    font: bold 12px Arial;
    text-align: center;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    position: relative;
    /*padding: 2px 0;*/
    left: -20px;
    top: 10px;
    width: 65px;
    background-color: #EFEFEF; /*#4891CE;*/
    color: #1A3A67;
    text-shadow: rgba(255,255,255,0.5) 0px 1px 0px;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 3px rgba(0,0,0,0.3);
}

    .ribbon:before {
        left: 0;
    }

    .ribbon:after {
        right: 0;
    }

.col-centered {
    float: none;
    margin: 0 auto;
}


.absolute-center {
    position: absolute;
    top: 50%;
    left:50%;
    transform: translate(-50%, -50%)
}