
    .btn-custom{
        color: #096c74ff;
        background-color: transparent;
        background-image: none;
        border-color: #096c74ff;
        border-radius: 8px!important;
    }
    .btn-outline-secondary, .btn-outline-danger, .btn-outline-info,  .card-stats .icon-big.icon-secondary{
        border-radius: 8px!important;
    }

    .bg-success-light {
        background-color: #dcfce7;
        color: #166534;
        font-weight: 500;
        border: 1px solid #15803d;
        padding: 2px 5px;
    }

    .bg-danger-light {
        background-color: #fee2e2;
        color: #991b1b;
        font-weight: 500;
        border: 1px solid #b91c1c;
        padding: 2px 5px;
    }

    .bg-info-light {
        background-color: #a9d9fe;
        color: #48ABF7;
        font-weight: 500;
        border: 1px solid #155b91;
        padding: 2px 5px;
    }
    
    .btn-custom-2{
        color: #096c74ff;
        background-color: transparent;
        background-image: none;
        border-color: #096c74ff;
        border-radius: 6px!important;
    }
   
    .btn-custom:hover{
        color: white;
        background-color: #096c74ff;
        background-image: none;
        border-color: #096c74ff;
    }
    
    .btn-custom-2:hover{
        color: white;
        background-color: #096c74ff;
        background-image: none;
        border-color: #096c74ff;
    }
    
    .nav-pills.nav-black .nav-link.active {
        background: #096c74ff;
    }

    .form-control{
        border: 1px solid #ced4da;
	    padding: 0.8rem 0.75rem;
	    border-radius: 8px!important;
    }

    .text-secondary2{
        color: #096c74ff;
    }

    .quick-actions .avatar-item{
        background-color: #096c74ff;
    }

    .bg-custom{
        background-color: #096c74ff!important;
    }
	
	.badge {
	    padding: 0.15em;
	    border-radius: 4px!important;
	}
	
	.badge-2 {
	    padding: 0px 3px;
	    border-radius: 4px;
	    font-weight: 500;
        font-size: 20px;
        border: 1px solid #ddd;
	}
	
	.card {
        border-radius: 0.8rem!important;
    }

    .wizard-container.wizard-round {
        border-radius: 1.5rem!important;
    }
    
	.container-login {
        border: 1px solid rgba(0,0,0,.150)!important;
        border-radius: 1.5rem!important;
    }
    
    .rounded {
        border-radius: 8px!important;
    }
    
    .login {
        background-color: #f9fbfd!important;
    }
    
    /* custom CSS for select2 */
    .select2-container--default .select2-selection--single {
        padding: 22px;
        border: 1px solid #ced4da;
        border-radius: 8px;
    }
    
    .select2-container .select2-selection--single .select2-selection__rendered {
        margin-top: -13px;
    }
    
    .select2-container--default .select2-selection--single .select2-selection__arrow {
        margin-top:8px;
    }
    
    .select2 {
        width:100%
    }
    
    .has-error2{
        border: 1px solid red;
    }
	
    .row .form-group .form-check-label {
        white-space: normal !important;
    }
    
    .input-group-text {
        background-color: #fff;
        border: 1px solid #fff;
    }
    
    .page-item.active .page-link {
        z-index: 1;
        color: #fff;
        background-color: #096c74ff;
        border-color: #096c74ff;
    }
    
    .card-header {
        padding: 0.3rem!important;
        border-bottom: 1px solid black;
        border-radius: 8px!important;
    }
    
    .card-title {
        font-size: 16px!important;
        font-weight: 600!important;
    }
    
    @media print {

		/* styles to not be printed */
		.no-print {
			display: none;
		}

		.btn-group,
		.btn-group-vertical {
			display: none;
		}

		.dataTables_wrapper .dataTables_filter {
			display: none;
		}

		.dataTables_wrapper .dataTables_info {
			display: none;
		}

		.dataTables_wrapper .dataTables_paginate ul.pagination {
			display: none;
		}
	}



