﻿.user-row {
    margin-bottom: 14px;
}

.user-row:last-child {
    margin-bottom: 0;
}



.dropdown-user:hover {
    cursor: pointer;
}

.table-user-information > tbody > tr {
    border-top: 1px solid rgb(221, 221, 221) ;
}

.table-user-information > tbody > tr:first-child {
    border-top: 0;
}


.table-user-information > tbody > tr > td {
    border-top: 0;
}
.toppad
{margin-top:20px;
}

.panel-footer
{
	height: 47px;
}

table, td, th{
	border: initial !important
}

table {
    border-collapse: collapse !important;
    border-spacing: initial !important;
    border-width: initial !important;
}

.bootstrap-select.btn-group:not(.input-group-btn), .bootstrap-select.btn-group[class*="col-"] {
    float: none;
    display: inline-block;
    margin-left: 0;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 220px;
}

.bootstrap-select {
    width: 220px\9;
}

