.table th{
	    padding: .45rem !important;
       font-size: 12px;
       vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
    background-color: #c7d9f1;
    color: #000;
    border: 1px solid #fff;
    font-weight: bold;
    text-align: left;
    border-bottom: 0px solid #dee2e6 !important;
    padding: .60rem !important;
    font-size: 12px;
}

.tile{
	border-radius: 20px !important;
}
.app-title{
	border-radius: 10px 0px 0px 0px !important;
	padding: 15px 30px !important;
}

.app-title h1 {
    font-weight: 600 !important;
}

.app-sidebar{
	/*background: linear-gradient(to bottom, rgb(58, 35, 154) 100%,rgb(38, 89, 163) 100%) !important;*/
	    background: linear-gradient(to bottom, #14547c 50%, #26c6da) !important;
}

.app-menu__item.active, .app-menu__item:hover, .app-menu__item:focus {
    /*background: #b6ace2 !important; 
    border-left-color: #009688;*/
    background: #ffffff !important;
    border-left-color: #009688;
    color: black;
}
.app-header{
	/*background: linear-gradient(to bottom, rgba(75,188,218,1) 0%,rgb(58, 35, 154) 100%) !important;*/
	background: linear-gradient(45deg, #14547c, #26c6da) !important;
}
.app-header__logo{
	    /*background: linear-gradient(to bottom, rgba(75,188,218,1) 0%,rgb(58, 35, 154) 100%) !important;*/
	    background: linear-gradient(45deg, #186d91, #17688d) !important;
}

.app-sidebar__toggle:focus, .app-sidebar__toggle:hover {
    color: #fff;
    background-color: #1a7b9c !important;
}
body{
	    /*background: linear-gradient(to bottom, rgb(58, 35, 154) 100%,rgb(150, 136, 210) 100%) !important;*/
	    /*background: linear-gradient(45deg, #14547c, #26c6da) !important;*/
	    background: linear-gradient(45deg, #17688c, #17688c) !important;
}

@media (min-width: 768px){
	.app-content {
	    margin-left: 244px;
	    border-radius: 20px 0px 0px 20px !important;
	}
}
 .table td {
     padding: 0.45rem !important; 
}

.btn-primary {
    color: #FFF;
    background-color: #2180c0 !important;
    border-color: #2180c0 !important;
    text-align: center !important;
    text-decoration: none !important;
    letter-spacing: .5px !important;
}

.app-nav__item:hover, .app-nav__item:focus {
    text-decoration: none !important;
}

.material-half-bg .cover {
    background: linear-gradient(45deg, #14547c, #26c6da) !important;
}

.form-control:focus {
    border-color: #2180c0 !important;
}

.login-box{
	border-radius: 20px;
}