.card-header {
   padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(88 97 110 / 3%);
    border-bottom: 1px solid rgb(15 16 20 / 13%);
    /* background: #6e769b; */
    /* color: #ebe6e6;*/
}
 body { padding-right: 0 !important }
 


@media (min-width: 768px) {
	.col-md-4.chart-board {
			flex: 0 0 33.3333333333%;
			max-width: 32.3333333333%;
			background: #fff;
			margin-right: 6px;
			margin-bottom: 10px;
	}
} 

.triangle {
	width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #dde4ff transparent;
    margin-left: 15px;
}

#submitted-by-date{
		float: right;
    margin-left: 1px;
    font-size: 10px;
    display: inline-block;
    color: #a99f9f;
}
#left-submitted-by-date{
	
    margin-left: 1px;
    font-size: 10px;
    display: inline-block;
    color: #a99f9f;
}

#submitted-file a{
	    color: #4a4545;
}

.disp-details p{
	padding:0px;
}
#submitted-file-pro{
		    font-size: 10px;
    display: inline-block;
    color: #727171;
    float: right;
    margin-right: 38px;
    clear: both;
    margin-top: 4px;
}
#submitted-file{
		font-size: 10px;
    display: inline-block;
    color: #727171;
    float: right;
    margin-right: 0px;
    clear: both;
    margin-top: -4px;
    letter-spacing: 1px;
    width: 100%;
}
#submitted-amount{
		    font-size: 12px;
    display: inline-block;
    color: #787575;
    font-family: serif;
    font-weight: 400;
}
#client-status{
		    font-size: 11px;
    /* display: inline-block; */
    color: #666666;
    font-weight: 400;
}
#submitted-by{
		font-size: 13px;
    display: inline-block;
    color: #1a1919;
    font-weight: 800;
}

#date-submitted {
		font-size: 10px;
    display: inline-block;
    color: #a99f9f;
}

.morecontent span {
    display: none;
} 

.card-body  .more{
	    color: #857f7f;
    font-size: 13px;
    font-family: sans-serif;
    font-weight: 500;
}
a.morelink {
    float: right;
    font-size: 11px;
    margin-top: 6px;
}

.morelink {
    display: block;
}

.card-body .badge.badge-info {
    background: #e5eaff;
    color: #fff;
}

.card-body  .badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: normal;
    vertical-align: baseline;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}


@media screen and (max-width: 402px) {
		.chart-board { 
			background: #fff;
			margin-right: 6px;
			margin-bottom: 10px;
			width:100%!important;
		} 
}

.card .card-header h5:after {
   content: "";
    background-color: #448aff;
    position: absolute;
    left: 0px;
    top: 12px;
    width: 6px;
    height: 27px;
}
.to-do-list {
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.to-do-last {
    border-bottom: 0px solid #ddd;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.newboard .card {
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 20px 0 rgb(69 90 100 / 8%);
    box-shadow: 0 1px 20px 0 rgb(69 90 100 / 8%);
    border: none;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.newboard .card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: 0.25rem;
}
.newboard .card .card-block-me {
  padding: 10px;
    background: #ebf0ff;
}
.newboard .card .card-block {
    padding: 20px;
}
.newboard .align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}

.newboard .text-muted {
    color: #78909c !important;
}
.newboard .m-b-0 {
    margin-bottom: 0px;
}

.newboard .text-right {
    text-align: right!important;
}

.newboard .f-28 {
    font-size: 28px;
}
.newboard .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.newboard .card .card-footer {
    border-top: none;
    padding: 15px 20px;
    border-radius: 0 0 5px 5px;
}
.newboard .card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.newboard .bg-c-purple {
    background: #536dfe;
}
.newboard .bg-c-yellow {
    background: #FFB64D;
}
.newboard .text-white {
    color: #fff!important;
}

.newboard .text-c-brown {
    color: #a92c2c;
}
.newboard .text-c-orange {
    color: #a99449;
}
.newboard .text-c-yellow {
    color: #FFB64D;
}
.newboard .text-c-violet {
    color: #C71585;
}
.newboard .text-c-purple {
    color: #536dfe;
}
.newboard .text-c-green {
    color: #11c15b;
}
.newboard .text-c-red {
    color: #ff5252;
}
.newboard .text-c-blue {
    color: #0606fb;
}


.newboard .bg-c-green {
    background: #11c15b;
}
.newboard .bg-c-brown {
    background: #a92c2c;
}
.newboard .bg-c-yellow-green {
    background: #97c931;
}
.newboard .bg-c-yellow-orange {
    background: #e9c850;
}
.newboard .bg-c-orange {
    background: #e9c850;
}
.newboard .bg-c-red {
    background: #ff525d;
}
.newboard .bg-c-blue {
    background: #0606fb;
}
.newboard .bg-c-red-violet {
    background: #C71585;
}
.newboard .bg-c-violet {
    background: #C71585;
}


.newboard i.i-orange {
	color: #b3b3b3;
    font-size: 24px;
}
.newboard i.i-violet {
	color: #59af93;
    font-size: 24px;
}
.newboard i.i-brown {
	color: #e98bc3;
    font-size: 24px;
}
.newboard i.i-yellow-orange {
	color: #97c931;
    font-size: 24px;
}
.newboard i.i-red-violet {
	color: #e9c850;
    font-size: 24px;
}
.newboard i.i-purple {
	color: #C71585;
    font-size: 24px;
}

.newboard i.i-green {
	color: #79798b;
    font-size: 24px;
}
.newboard i.i-red {
	color: #8a99df;
      font-size: 24px;
}
.newboard i.i-yellow {
	color: #ff6c6d;
    font-size: 24px;
}
.newboard i.i-blue {
	color: #ff6c6d;
    font-size: 24px;
}



.newboard .table-card .card-block {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
}
.newboard .table-responsive {
    display: inline-block;
    width: 100%;
    overflow-x: auto;
}

.newboard .card .card-block table tr {
    padding-bottom: 20px;
}

.newboard .table-card .card-block .table tr td:first-child, 
.newboard  .table-card .card-block .table tr th:first-child {
    padding-left: 20px;
}
.newboard .table-card .card-block .table > thead > tr > th {
    border-top: 0;
}
.newboard .table > thead > tr > th {
    border-bottom-color: #ccc;
}
.newboard .table thead th {
    border-bottom: 1px solid #d6dde1;
}

.newboard .table td, .table th {
        padding: 1.25rem 0.75rem;
    text-align: left;
}

 thead th{
	background:#f6f8ff;
}

.data-chart .card-block {
    padding: 0px!important;
}

#navbarSupportedContent .navbar-nav li a{
		text-transform: uppercase;
    font-size: 13px;
    color: #817c7c;
}
h5{
	text-transform: uppercase;
}
.card-block-me h6{
	font-size:13px;
}

.card-block-me {
	text-transform: uppercase;
}

.card-header-right .nav li a{
	text-transform: uppercase;
}
table thead tr th {
	    text-transform: uppercase;
    font-size: 11px;
    text-align: center;
}

table thead tr td {
		text-transform: uppercase;
    font-size: 11px;
    text-align: center; 
}


.lead-detail {
		text-transform: uppercase;
    font-size: 12px;
}

.table th, .table td {
   padding: 8px;
    
    border: 2px solid #eee!important;
		/* border-top: 1px solid #eee!important; */
    vertical-align: middle;
}

table tbody th:nth-child(1) { width:10px; } 
table tbody th:nth-child(2) { width:10px; } 
table tbody th:nth-child(3) { width:100px; } 
table tbody th:nth-child(4) { width:100px; } 
table tbody th:nth-child(5) { width:140px; } 
table tbody th:nth-child(6) { width:140px; } 
table tbody th:nth-child(7) { width:140px; } 
table tbody th:nth-child(8) { width:171px; } 
table tbody th:nth-child(9) { width:140px; } 

 .text-primary {
        color: #3490dc!important;
    font-size: 17px!important;
} 
 .text-danger {
        color: #f10f0f!important;
    font-size: 17px!important;
} 
.text-success {
        color: #40b522!important;
    font-size: 17px!important;
}

.label.label-outline.label-danger, 
.label-outline.label-danger.jvectormap-tip {
    border-color: #f83f37;
}

.label.label-outline, 
.label-outline.jvectormap-tip {
    background: transparent;
    color: #727272;
    border: 1px solid;
}

.label, .jvectormap-tip {
    padding: 3px 6px 3px;
    font-size: 11px;
    border-radius: 50px;
    text-transform: capitalize;
    font-weight: 400;
}

table tbody th {
		text-transform: uppercase!important;
    font-size: 12px;
    /* text-align: center; */
}
footer.footer {
    width: 100%;
    background: #ffffff;
    text-align: center;
    padding: 10px 0px;
	height: auto !important;
}
footer a{
	display: unset;
    border: unset;
    border-radius: unset;
    background: transparent;
	
}