
.licTrustTable
{
	font-size: 10px;
}

.licTrustTable th
{    
    color: white !important;
	background-color: #979da2 !important;
	border-color: #6c757d;
	padding-right: 0px !important;
    padding-left: 0px !important;
}

.container-fluid {
   padding: 0px;
}

.pagination-sm .page-link {
    padding: .25rem .5rem;
    font-size: 8px;
    line-height: 1.1;
}

.width100 {
  width : 100px !important;
}

.width100 {
  width : 200px !important;
}

/*
.licTrustTable>th,
.licTrustTable>th>tr,
.licTrustTable>td {
    background-color: #333333;
}
*/

.adminbase {
    display: flex;
    width: 100%;
    margin: 0 auto;
	padding: 0 auto;
}

#company-table {
    display: inline-block;
    width: 50%;
    margin: 0px 10px 10px 0px;
    background-color: rgba(211, 211, 211, 0.25);
    position: relative;
	font-size: 12px;
	border: 1px solid #CCCCCC;
}

#customer-table {
    display: inline-block;
    width: 50%;
    margin: 0px 10px 10px 0px;
    background-color: rgba(211, 211, 211, 0.25);
    position: relative;
	font-size: 12px;
	border: 1px solid #CCCCCC;
}

#licence-table {    
    display: inline-block;
    width: 100%;
    margin: 0px 10px 10px 0px;
    background-color: rgba(211, 211, 211, 0.25);
	position: relative;
	font-size: 12px;
	border: 1px solid #CCCCCC;
}

#new-company {
    width: 20px;
    height: 20px;
}

#new-company:hover {
    border: 1px solid black;
    background-color: rgb(233, 232, 232);
}

.iconlinks {
    width: 14px;
    height: 14px;
    margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

.iconlinks:hover {
    border: 1px solid black;
    background-color: rgb(233, 232, 232);
}


