body {
    text-transform: uppercase;
}

.purplenameBox {
	background: linear-gradient(118deg,#7367f0,rgba(115,103,240,.7));
	text-align: center
}

.decor-left {
    width: 200px;
    position: absolute;
    top: 0;
    left: 0;
}

.decor-right {
    width: 200px;
    position: absolute;
    top: 0;
    right: 0;
}

.avatar-content {
   
    width: 70px;
    height: 70px;
    color: #fff !important;
	border-radius: 100%;
	background:    #7367f0 !important;
    margin: 0px auto;
    line-height: 70px;

}

.stickyDiv {
  position: fixed;
  top: 0;
  margin-top:20px !important;
  width: 42%;
}

.avatar-content i {
	font-size:2rem;color: #fff !important;
}

a {color: #7367f0;}

a.profile_link {
    color: #7367f0;
    width: 120px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.profile_text {
    width: 120px;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.bg-delete {
    background-color: #EDA17E !important;
}

.codepagination {
    display: inline-block;
}

.codepagination strong{
    z-index: 1;
    color:#fff;
    background-color:#007bff;
    border-color:#007bff;
    position: relative;
    display: inline-block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
}

.codepagination a{
    z-index: 1;
    color:#007bff;
    background-color:#fff;
    position: relative;
    display: inline-block;
    padding: .5rem .75rem;
    margin-left: -1px;
    line-height: 1.25;
    border: 1px solid #dee2e6
}

.form-control{
	color:#000 !important;
}

.col-form-label {
    text-transform: uppercase;
}

th {
    text-transform: uppercase;
}

.viewtable tr td:first-child {
    text-transform: uppercase;
    font-weight: bold;
}

.createCompany .tab-pane {
    border: 1px solid;
    border-top: 0;
    border-color: #dee2e6;
    padding: 15px;
}

.companyImporter .select2-container {
    width:100% !important;
}

.bg-grey{
    background: #eee ;
}

.nav-treeview > .nav-item {
    padding-left: 10px;
}

.icon-dashboard{
    vertical-align: top
}

#howmuchDecline, #remainDecline {
    cursor: pointer;
}