

/* Tabs container */
.r-tabs {
    position: relative;
    background: #f5f6f7;
    border-radius: 4px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
    margin: 0 auto 10px auto;
    border: 1px solid #ebeced;
    /*overflow: hidden;*/
    display: inline-block;
    width: 100%;
    position: relative;
}

/* Tab element */
.r-tabs .r-tabs-nav .r-tabs-tab {
	position: relative;
	/*background-color: #00c5ad;*/
}

/* Tab anchor */
.r-tabs .r-tabs-nav .r-tabs-anchor {
	    display: block;
    font: normal 13px/55px myyekan;
    height: 55px;
    padding: 0 28px;
    position: relative;
    color: #707580;
    text-align: center;
    border-left: 1px solid #e3e3e3;
    /* border-top: 1px solid #E0E0E0; */
    transition: 200ms ease;
    -ms-transition: 200ms ease;
    -moz-transition: 200ms ease;
    -webkit-transition: 200ms ease;
    box-shadow: 0 2px 0 transparent inset;
    -webkit-box-shadow: 0 2px 0 transparent inset;
    -ms-box-shadow: 0 2px 0 transparent inset;
    -o-box-shadow: 0 2px 0 transparent inset;
}

/* Disabled tab */
.r-tabs .r-tabs-nav .r-tabs-state-disabled {
	opacity: 0.5;
}

/* Active state tab anchor */
.r-tabs .r-tabs-nav .r-tabs-state-active .r-tabs-anchor {
    color: #707580;
	text-shadow: none;


}

/* Tab panel */
.r-tabs .r-tabs-panel {
	background-color: white;

	border-bottom: 4px solid white;

	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
    min-height: 300px;


        border-top: 1px solid #e3e3e3;
    box-shadow: 0px -1px 6px -2px #ccc;
    -moz-box-shadow: 0px -1px 6px -2px #ccc;
    -webkit-box-shadow: 0px -1px 6px -2px #ccc;
    -ms-box-shadow: 0px -1px 6px -2px #ccc;
    -o-box-shadow: 0px -1px 6px -2px #ccc;
}

/* Accordion anchor */
.r-tabs .r-tabs-accordion-title .r-tabs-anchor {
	display: block;
	padding: 10px;

	background-color: #00c5ad;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px rgba(0, 0, 0, 0.4);
	font-size: 14px;

	border-top-right-radius: 4px;
	border-top-left-radius: 4px;
}

/* Active accordion anchor */
.r-tabs .r-tabs-accordion-title.r-tabs-state-active .r-tabs-anchor {
	background-color: #fff;
	color: #00c5ad;
	text-shadow: none;
}

/* Disabled accordion button */
.r-tabs .r-tabs-accordion-title.r-tabs-state-disabled {
	opacity: 0.5;
}


.newtab ul li a:after{
        content: "";
    display: inline-block;
    height: 20px;
    margin: 0 0 0 16px;
    right: 0;
    width: 20px;
    position: relative;
    top: 7px;
}
