/*Author: Rattanak Chea
Date: 06-05-2016 */
.blue {
    background-color: #009ddc;
}

.progress-container{
    width: auto;
    display: inline-block;
    margin-top: 1.5em;
}

.progress, .bar {
    display: inline-block;
}

.bar {
    position: relative;
    width: 140px;
    height: 4px;
    top: -5px;
    border-top: 3px dotted #d5d5da;
}

.solid {
    border-top: 3px solid #029cdc;
}

.dot {
    border-radius: 50%;
    width: 15px;
    height: 15px;
    border: 2px solid #ccc;
}

.active {
    background-color: #029cdc;
    border: 3px solid #029cdc;
}

/*page 2 of 4 style*/
.row-action{
    width:90%;
    margin:0 auto;
}
.action {
    display: inline;
    float:right;
    margin-top: 1em;
}

.blue-border {
    border-color: #029cdc;
}

p.center {
    text-align:center;
    color: #81878c;
    font-size: 20px;
}

.one-third-column {
    width: 31.5%;
    clear:both;
    display: inline-block;
    text-align: center;
}

.step3 {
    margin-top: 0 !important;
    margin-bottom: 0em;
}

.step3-inner {
    min-height: 384px !important;
    margin-bottom: 2em !important;
    /*padding: 0 5px;*/
}

#adduser {
    margin: 0 auto;
}

p.detail{
    color: #81878c;
    text-decoration: underline;
}

span.price {
    color: #81878c;
}

span.group {
    margin-right: -2px;
}

span.green-dot {
    border-right: .5px solid #6ddab2;
    background-color:#18c485;
    width: 10px;
    height: 9px;
    display:inline-block;
    margin: 0;
    margin-bottom: 1em;
}

a.btn-question {
    position: absolute;
    top: -35px;
    left: 67px;
    border-top: none;
    border-bottom-left-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
}

a#btn-question{
    left: 20px;
}

.detail-info {
    display: none;
}

.step4 {
    width: 250px;
    float:none;
    margin:0 auto !important;
}

.happy-taingo2 {
    position: absolute;
    top: -23px;
    left: -35px;
    width: 75px;
}

.smallText {
    font-size: 45%;
}

.superScript {
    vertical-align: super;
}

.center {
    text-align: center;
    font-size: 1.3em;
}

.text-green {
    color: #18c485;
}

header.logged-in-header .nav li a {
    color: #029cdc;
 }

/* div.menu-contact span {
    color: initial;
} */

/*--------Rattanak ends ---------*/