/*
Template Name: Velzon - Admin & Dashboard Template
Author: Themesbrand
Website: https://themesbrand.com/
Contact: support@themesbrand.com
File: Custom Css File
*/


.text-bg-darkgreen {
    color: #fff !important;
    background-color:  !important;
}

.panel-title {
    text-transform: capitalize;
    font-size: 18px;
	color: #fff;
    text-align: left;
	padding-left: 15px;
	padding-top: 15px;
	padding-bottom: 15px;
    border-radius: 5px 5px 0 0;
    margin: 0;
    font-weight: 700;
}

.panel-heading {
    padding: 10px 15px;
	height: 100px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.threedjustshadow2 {
    /* text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.3), 0 3px 5px rgba(0,0,0,.2), 0 5px 10px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.2), 0 20px 20px rgba(0,0,0,.15); */
    margin-top: 10px;
	text-shadow: 0 1px 0 #cccccc08, 0 2px 0 #c9c9c905, 0 3px 0 #bbbbbb08, 0 4px 0 #b9b9b905, 0 5px 0 #aaaaaa08, 0 6px 1px rgba(0,0,0,.1), 0 0 5px rgba(0,0,0,.1), 0 1px 3px rgba(0, 0, 0, 0.03), 0 3px 5px rgba(0, 0, 0, 0.03), 0 5px 10px rgba(0, 0, 0, 0.03), 0 10px 10px rgba(0, 0, 0, 0.03), 0 20px 20px rgba(0, 0, 0, 0.05);
}

.threedjustshadow3 {
  
    text-shadow: 2px 8px 6px rgba(0,0,0,0.2), 0px -5px 35px rgba(255,255,255,0.3);
}

.titletrsa {
    font-size: 14px;
    font-weight: bold;
    padding-top: 18px;
    padding-left: 10px;
}

table.dataTable td {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
	font-weight: normal;
}

table.dataTable td.dataTables_empty, table.dataTable th.dataTables_empty {
    text-align: center;
	font-weight: normal;
}

table.dataTable thead th {
  white-space: nowrap
}

