.csv-importer-tab-content {
    background: #fbfbfb;
    padding: 20px;
    border-left: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}
a{
    cursor: pointer;
} 
.csv-importar-nav-tabs>li.active>a,
.csv-importar-nav-tabs>li.active>a:hover,
.csv-importar-nav-tabs>li.active>a:focus {
    color: #fff;
    cursor: default;
    background-color: #337ab7;
}

.csv-importar-nav-tabs>li>a {
    border: 1px solid #cfcfcf;
    background-color: #fbfbfb;
}

.csv-importar-nav-tabs>li>a {
    padding-left: 35px;
    padding-right: 35px;
    font-size: 16px;
    font-weight: 400;
    color: #727272;
    cursor: pointer;
}
.clr {
    clear: both;
    display: table;
    margin-top: 15px;
}
.p-16 {
    font-size: 16px;
    font-weight: 400;
}

.top-30 {
    margin-top: 30px;
}

.top-15 {
    margin-top: 15px;
}
.csv-importer-table{
    margin-top: 12px;
    border:1px solid #d9d9d9;
}
.csv-importer-table > tbody > tr > td{
    border-top: none;
}
.green{
    color: #449d44;
}
.blue{
    color: #31b0d5;      
}
.right-icon 
{
    color: #DFA872;
}
.glyphicon-minus
{
    color: #7DCFFF;
}
.btn-select{
    background-color: #d4d4d4;
color: #fff;
}
.btn-select:hover{
    background-color: #A0A0A0;
    color: #fff;
}
.btn-import{
    background-color: #f3c991;
color: #fff;
}