﻿.ButtonXLSSmallClass
{
    background-image: url('https://resources.totalcoin.com/assets/img/icons/TC-ICON-XLS-GRAY.png');
    background-repeat: no-repeat;
    padding-left: 22px;
    height: 20px;
    line-height: 20px;
    color: #666;
    border: 0;
    background-color: transparent;
    margin-right: 15px;
}

    .ButtonXLSSmallClass:hover
    {
        background-image: url('https://resources.totalcoin.com/assets/img/icons/TC-ICON-XLS-BLUE.png');
        background-repeat: no-repeat;
        cursor: pointer;
        background-color: transparent;
        color: #0071bb;
    }

    .capitalizedText
{
     text-transform:capitalize;
}

.tit_reg.subtitle {
    font-size: 18px;
}

.form-group-section {
    border-bottom: solid 1px #a6e8f8;
    padding-bottom: 30px; 
    margin-bottom: 30px;
}
.form-group-section .row.line {
     font-size: 15px;
     font-weight: 400;
    margin: 0;
    margin: 0 5px;
    border: solid 1px #b3c8db;
    border-left: hidden;
    border-right: hidden;
    padding: 10px;
    color: #638aab;
}
.form-group-section .row.line.line-bottom {
    border-top: hidden;
}
.form-group-section .form-control.impor {
    margin-right: 0;
    margin-bottom: 0px;
}
.form-group-section input.form-control.impor {
    width: 10em;
}
.form-group-section select.form-control.impor {
    width: 16em;
}
