.card {
    -moz-box-direction: normal;
    -moz-box-orient: vertical;
    background-color: #fff;
    border-radius: 0.25rem;
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom:1px;
    border:none;
}
.card-header:first-child {
    border-radius: 0;
}
.card-header {
    background-color: #f7f7f9;
    margin-bottom: 0;
    padding: 16px .7rem;
    border: none;
}
.card-header a i{
    float:left;
    font-size:25px;
    padding:5px 0;
    margin:0 30px 0 0px;
    color:#0e3c6f;
}
.card-header i{
    float:right;        
    font-size:30px;
    width:3%;
    margin-top:4px;
    margin-right:10px;
	color:#0e3c6f;
}
.card-header a{
    width:92%;
    float:left;
    color:#565656;
}
.card-header p{
    margin:0;
}

.card-header h3{
    margin: 5px 0 0px 0;
    font-size: 18px;
    font-weight: 500;
    color: #222;
}
.card-block {
    -moz-box-flex: 1;
    flex: 1 1 auto;
    padding: 20px;
    color:#232323;
    box-shadow:inset 0px 4px 5px rgba(0,0,0,0.1);
    border-top:1px soild #000;
    border-radius:0;
}


/***************Tabs*******************/
