.tt-none {text-transform: none;}
.cpra-div{
	margin-bottom: 15px;
}
.cpra-div .col-md-2{
	padding: 0 3px;
	margin-bottom: 6px;
}
.cpra-div .example-card{
    box-shadow: none !important;
    background: #dfe2f4;
    border: 1px solid #673ab7;
    padding: 10px;
    text-align: center;
}
.cpra-div .example-card .mat-card-title{
    margin-bottom: 0;
    font-size: 16px;
    background: #d6daf1;
    border-radius: 5px;
    line-height: 2;
}
.cpra-div .example-card .mat-card-subtitle{
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    color: #673ab7;
    font-weight: 500;
}
.newTheme .mat-icon {
    font-size: 24px !important;
}
.newTheme .mat-list-base{
	padding: 0;
}
.newTheme .mat-list-base .mat-list-item{
	font-size: 14px;
	border-bottom: 1px solid #fafafa;
}
.newTheme .mat-list-base .mat-icon{
	width: 25px;
	height: 25px;
	line-height: 24px;
	font-size: 18px !important;
	border-radius: 30px;
	display: inline-block;
	background: #673ab7;
	color: #fff !important;
	justify-content: center;
	text-align: center;
	align-items: center;
}
.newTheme .mat-list-item{
	cursor: pointer;
}
.newTheme .mat-list-item.active{
    background: #94a5ff33 !important;
    /*border-left: 4px solid #3f51b5;*/
 }
 .newTheme .mat-list-item:hover {
    background: #94a5ff33 !important;
 }
.newTheme .mat-expansion-panel{
	box-shadow: none !important;
	background: none;
	border: none;
}
.newTheme .mat-expansion-panel-header{
	padding: 0 17px !important;
	border-bottom: 1px solid #fafafa;
}
.newTheme span.mat-line.list-item {
    margin-left: 19px;
    font-size: 14px;
}
.newTheme .mat-expansion-panel-header .mat-icon{
	margin-left: 4px;
}
.newTheme .mat-expansion-panel-header{
	height: 48px !important;
}
.newTheme .mat-expansion-panel-body{
	padding: 0;
	background: #fff;
}
.newTheme .mat-expansion-panel-body .mat-list-item-content{
	padding: 0;
	margin: 0 10px;
}
.newTheme .mat-expansion-panel-body .mat-list-item{
	border-bottom: 1px solid #eee;
}
.newTheme .content .example-container{
	width: 100%;
	padding: 0 !important;
}
.content{
/*	padding: 10px;*/
	overflow-y: hidden;
}
.content .row{
	margin: 0 !important;
	align-items: center;
}
.content form .mat-form-field-wrapper{
	margin: 0 5px;
}
.content form .mat-form-field-flex{
	background: none;
	/* width: 120px; */
	width: 100%;
	padding-right: 0;
}
.content form .mat-form-field-infix{
	padding: 7px;
	width: 120px;
	padding-right: 0;
}
.refresh-time{
    padding: 0 !important;
    font-size: 12px !important;
}
.total-count{
    font-size: 13px;
    margin: 0 5px !important;
}
button.mat-primary{
	font-size: 13px !important;
}
.cst-top-btn{
	text-align: right;
}
.cst-top-btn button{
	margin: 0 3px !important;
}
.mat-header-cell{
	text-transform: uppercase;
	font-size: 13px !important;
	background: #dfe2f4;
	color: #000 !important;
}
.mat-cell{
	font-size: 13px !important;
	text-transform: capitalize;
}
.mobile-label{
	display: none;
}
.mat-table .mat-button-base{
	margin-right: 2px !important;
	height: 25px;
	line-height: 25px !important;
	min-width: 25px !important;
	padding: 0 !important;
	display: block !important;
	background: #673ab7 !important;
	color: #fff !important;
}
.mat-table .mat-button-base .mat-icon{
	font-size: 12px !important;
	line-height: 20px;
}
.breadcrumb{
	display: flex;
	justify-content: space-between;
}
.breadcrumb button span{
	font-size: 15px;
	margin-left: 5px;
}

.table{
	margin: 0;
}
.table thead th{
	font-size: 14px !important;
	vertical-align: middle;
	font-weight: 500 !important;
	background: #dfe2f4;
	text-transform: capitalize;
	padding: 5px 7px !important;
	color: #000 !important;
}
.table tbody tr td{
	vertical-align: middle;
	font-size: 13px !important;
	color: #111 !important;
	padding: 5px 7px !important;
}
.table tr td button.btn-block {
    padding: 2px 4px !important;
    height: auto !important;
    line-height: normal !important;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 2px !important;
    width: 55px;
    margin: 0 0 0 auto;
}
.mat-paginator {
    display: block !important;
    background: #dfe2f4 !important;
    color: #000 !important;
    font-size: 15px !important;
}
.logo-upload{
	text-align: center;
	background: #673ab7;
	padding: 8px;
	align-items: center;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	margin-top: 10px;
}
.logo-upload input[type="file"] {
    display: none;
}
.logo-upload #file_upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background: #9a61ff;
    color: #000;
    font-size: 11px;
}
.logo-upload a{
	background: #00af2e;
	color: #fff;
	border: 1px solid #fff;
	padding: 5px 16px;
	text-transform: uppercase;
	border-radius: 20px;
	text-decoration: none;
}
.mat-radio-button.mat-accent .mat-radio-inner-circle{
	background-color: #673ab7 !important;
}
.mat-form-field.mat-accent .mat-input-element {
    caret-color: #673ab7 !important;
}
.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle {
    border-color: #673ab7 !important;
}
.btn-themeui {
    width: auto !important;
    height: auto !important;
    padding: 5px 29px !important;
    margin: 0 !important;
    text-transform: uppercase;
}
.uploadImagesDiv{
	    position: relative;
    width: 100px !important;
    background: #eeeeee42;
    border-radius: 10px;
    min-width: 100px !important;
    max-width: 100px !important;
}
.uploadImagesDiv img{
    width: 100px;
    height: auto;
    margin-top: 10px !important;
    margin-right: 0 !important;
}
.uploadImagesDiv a{
    position: absolute;
    right: 5px;
    top: 5px;
    color: red;
    text-decoration: none;
    background: #ffd0d0;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 10px;
    font-size: 10px;
    line-height: 20px;
}
@media(max-width: 767px){
	.mat-header-row{
		display: none;
  	}
}
