#main .info-blue{
    color: #0F92D6;
}

#main .tooltip.right .tooltip-arrow{
    border-right-color: #0F92D6;
}

#main .tooltip-inner{
    background-color: #0F92D6;
    text-align: left;
}

#main .breadcrumb {
    background-color: transparent;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
}

#main .breadcrumb li+li:before {
    color: #9B9B9B;
    content: ">";
}

#main .breadcrumb li a {
    color: #9B9B9B;
}

#main .breadcrumb>li.active>a {
    color: #638DD9;
}

#main h3 {
    color: #2E4D8A;
    padding-bottom: 15px;
    border-bottom: 2px solid #2E4D8A;
}

#main .h3 {
    color: #2E4D8A;
    padding-bottom: 15px;
    border-bottom: 2px solid #2E4D8A;
}

#main input[type="text"] {
    border-radius: 5px;
}

#main .form-control {
    height: 40px;
}

#main .bootstrap-filestyle label {
    height: 40px;
}

#main .basic,
#main .attach,
#main .registration {
    border: 1px solid #C5C6BC;
    padding: 40px;
    margin-bottom: 10px;
}

#main .basic h5,
#main .attach h5,
#main .registration h5 {
    color: #3F3F3F;
    margin-bottom: 40px;
    font-weight: bolder;
    font-size: 1.25em;
}
#main .basic .h5,
#main .attach .h5,
#main .registration .h5 {
    color: #3F3F3F;
    margin-bottom: 40px;
    font-weight: bolder;
    font-size: 1.25em;
}
#main .registration tr:last-child{
    background-color: #f9f9f9;
}

#main .registration tr:last-child td{
    /* border-top: none; */
}

#main .attach .form-check-label {
    margin-top: 20px;
}

.btn {
    /* border-radius: 4px; */
    background-color: #EBEBEB;
}

.btn:hover {
    /* border-radius: 4px;
    background-color: #EBEBEB */
}

.form-control[disabled] {
    background-color: #fff;
}

.address p {
    margin-bottom: 0;
    font-weight: 700;
}

.search tr {
    border-bottom: 2px solid #DDDDDD;
}

table>thead>tr>th:first-child {
    /* font-weight: bolder;
    font-size: 1.2em;
    padding-bottom: 20px;
    color: #000; */
}

#main .table>tbody>tr>td {
    vertical-align: middle;
}

#main hr {
    border-top: 2px solid #C7C7C7;
}

.count {
    width: 40px;
    display: inline-block;
    text-align: center;
}

.pcount {
    width: 60px;
    display: inline-block;
    text-align: center;
}

.name {
    display: inline-block;
    width: 80%;
}

.date {
    display: inline-block;
    width: 110px;
}

.mb80 {
    margin-bottom: 80px;
}

.mb40 {
    margin-bottom: 40px;
}

.total span {
    font-size: 1.2em;
    padding-left: 50px;
}

.capcha img {
    display: block;
}


.cancel {
    color: #fff;
    border-radius: 0;
    background-color: #ACACAC;
    border: none;
}

.send {
    color: #fff;
    border-radius: 0;
    border: none;
    background-color: #4281DB;
}

.pt20 {
    padding-top: 20px;
}

#main .star{
    color: #900;
}

@media screen and (max-width:767px) {
    #main .basic,
    #main .attach,
    #main .registration {
        padding: 5px;
    }
    .table-rwd thead {
        display: none;
    }
    .table-rwd tbody tr {
        display: block;
        margin: 10px 0;
        border: 1px solid #C7C7C7;
    }
    .table-rwd tbody tr td {
        display: block;
    }
    .table-rwd tbody tr td:before {
        content: attr(data-th) " : ";
        color: #000;
    }
    #main .checkbox {
        display: inline-block;
    }
    .name-lbl {
        display: none;
    }
    .capcha td {
        padding-left: 5px;
    }
    .capcha td h4 {
        white-space: nowrap;
    }
    .capcha td .h4 {
        white-space: nowrap;
    }
}