.tabs-card
{
	height: 100%;
}

.tabs-card .nav-tabs
{
	background-color: #fff;
}

.tabs-card .nav-link
{
    text-align: center;
    color: #000 !important;
    font-size: 1rem;
    font-weight: bold;
    cursor: pointer;
    padding: 5px 10px !important;
	background-color: rgba(70,131,172,0.05);
	border: 1px solid rgba(70,131,172,0.5) !important;
	/*border-bottom: 0px !important;*/
}


.tabs-card .tab-div
{
	height: calc(100% - 10px);
	min-height: 300px;
	border: 1px solid rgba(70,131,172,0.5);
	border-radius: 0 4px 4px 4px;
	margin-bottom: 20px;
	overflow: auto;
}


/*.tabs-card .active
{
}*/

.tabs-card-header
{
    padding: 0;
}


.card-header
{
	border-bottom: 0px !important;
}


.nav-tabs
{
	border-bottom: 0px transparent;
}


@media screen and (max-width: 480px), 
(min-device-width: 468px) and (max-device-width: 1024px) {
    /*.nav {
        padding-left:2px;
        padding-right:2px;
    }*/
    .nav li {
        display:block !important;
        width:100%;
        margin:0px;
    }
    .nav li.active {
        border-bottom:1px solid #ddd!important;
        margin: 0px;
    }
}

/*@media (max-width: 575px)
{
	.tabs-card .nav-link
	{
		display: block !important;
		min-width: 100px;
		font-size: 12px;
	}
}*/


.loading-msg
{
	padding: 20px;
	font-style: italic;
}

