body {
	font-family: Roboto, sans-serif!important;
	font-size: 16px;
}
/*
* Header 
*/
h1, h2, h3, h4, h5, h6{
	font-family: Roboto,sans-serif !important;
}

.character-info, .card-title{
	font-family: Roboto,sans-serif !important;
}
.character-name {
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 1.2em;
    margin: 10px 0 0;
    Color:rgba(18, 38, 63, 0.8)
}
.img-grid {
    padding: 0 15px 30px;
} 
.collapse {
    padding: 0px!important;
}
.title-logo-wrapper {
    color: #fff;
}
a.navbar-brand {
    font-size: 26px !important;
    font-weight: 700;
}
ul#menu-primary-menu li a {
    text-transform: capitalize!important;
    font-size: 16px!important;
    font-weight: 400!important;
}
ul#menu-primary-menu li a:hover,
ul#menu-primary-menu li .active{
	text-transform: capitalize!important;
    font-size: 16px!important;
    font-weight: 400!important;
	color: #fff!important;
}
footer ul#menu-primary-menu-1 li a {
    text-transform: capitalize!important;
    font-size: 16px!important;
    font-weight: 400!important;
}
footer ul#menu-primary-menu-1 li a:hover,
footer ul#menu-primary-menu-1 li .active{
	text-transform: capitalize!important;
    font-size: 16px!important;
    font-weight: 400!important;
	color: #fff!important;
}

nav.navbar{
    background: #3f51b5 !important;
}
div#main-navigation {
    background: #3f51b5!important;
}
div#main-navigation li.menu-item {
    color: #ffff;
}
footer.footer.footer-black {
    background: #3f51b5!important;
}
.card-profile {
    margin-top: 0px !important;
    text-align: center;
}
.card {
	background: #fff;
	border-radius: 4px;
	margin-bottom: 20px;
	border: none;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
}
.character-image {
	border-radius: 2px;
}
.character {
	display: block;
	position: relative;
	width: 100%;
	padding: 2px;
	border: 2px solid #d7d6d9;
	border-radius: 4px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
	-webkit-transition: all .3s;
	transition: all .3s;
}
.character-element {
	position: absolute;
	top: -7px;
	left: -7px;
	width: 28px !important;
	height: 28px!important;
	background: #fff;
	border-radius: 100px;
	padding: 2px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
}
.characters-list {
	width: 100%;
	background: #fff;
	padding: 20px 15px 0;
	display: flex;
	flex-wrap: wrap;
}
.character-name {
	text-align: center;
}

.chip.attack {
    color: #fff;
    background: #f44336!important;
    border: 1px solid transparent;
} 
.chip .expert{
    color: #fff;
    background: #7e57c2 !important;
    border: 1px solid transparent;
} 
.chip.support {
    color: #fff;
    background: #4caf50!important;
    border: 1px solid transparent;
} 
.chip.defense {
    color: #fff;
    background: #002984!important;
    border: 1px solid transparent;
}

.characters-category {
	width: 100%;
	background: #eaeff6;
	padding: 20px 30px;
	margin: 0;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
}
.table-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 20px 30px;
	background: #f3f6fb;
}
.table-header h1 {
	font-size: 24px;
	font-weight: 400;
	line-height: 1.3em;
	margin: 0 0 10px;
}
.table-header .chip {
	border-radius: 4px;
	margin-right: 0;
	margin-top: 0;
	min-height: 35px;
	background: transparent;
}
.chip {
	display: inline-block;
	font-size: 16px;
	min-height: 35px;
	color: rgba(18, 38, 63, .8);
	text-align: center;
	line-height: 1.1em;
	background: #fff;
	margin: 0 10px 0 0;
	padding: 5px 15px;
	border: 1px solid #d7d6d9;
	border-radius: 50px;
	-webkit-transition: all .3s;
	transition: all .3s;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.collapse {
	width: 100%;
	padding: 20px 20px 0;
	background: #fff;
}
.select {
	width: 100%;
	-webkit-appearance: menulist !important;
	border: 1px solid #d7d6d9;
	font-size: 16px;
	color: #000000;
	font-weight: 400;
	border-radius: 50px;
	padding: 5px 15px;
}
.searchbar {
	flex-grow: 1;
	color: rgba(18, 38, 63, .6);
	line-height: 1.1em;
	background: transparent;
	min-height: 35px;
	padding: 5px 15px;
	border: 1px solid #d7d6d9;
	border-radius: 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	justify-content: flex-start;
	-webkit-transition: border .3s;
	transition: border .3s;
}
.searchbar .searchbar-icon {
	width: 16px;
	height: 16px;
	margin-right: 15px;
	opacity: .6;
}
.searchbar .form-control {
	background-position: center bottom, center calc(100% - 0px)!important;
	;
	background-size: 0 2px, 100% 0px !important;
	margin-bottom: -3px!important;
	margin-top: -3px!important;
}
/* CSS Grid*/
.img-grid {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 30px;
}
.table-filters {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	grid-gap: 20px;
}
/* Media Query for changing grid on bigger screens*/
/* Bigger than Phones(Mobile) */
@media only screen and (min-width: 300px) and (max-width: 600px) {
	.img-grid {
		grid-template-columns: repeat(3, 1fr);
	}
	.table-filters {
		grid-template-columns: repeat(1, 1fr);
	}
}
/* Bigger than Phones(tablet) */
@media only screen and (min-width: 750px) {
	.img-grid {
		grid-template-columns: repeat(5, 1fr);
	}
	.table-filters {
		grid-template-columns: repeat(3, 1fr);
	}
}
/* Bigger than Phones(laptop / desktop) */
@media only screen and (min-width: 970px) {
	.img-grid {
		grid-template-columns: repeat(10, 1fr);
	}
	.table-filters {
		grid-template-columns: repeat(5, 1fr);
	}
}
/*
* Single page Css
*/
.character-info {
	margin: 120px 0 100px !important;
}
.character-info .card-profile {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background: #fff;
	border-radius: 4px;
	margin-bottom: 20px;
	border: none;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
}

.character-info .character-profile .profile-header {
	position: relative;
	width: 100%;
	height: 100px;
	background: #3f51b5;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	margin-bottom: 70px;
}
.character-info img.profile-image {
	position: absolute;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	height: 110px;
	border: 4px solid #fff;
	border-radius: 100px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
}
.character-info img.profile-element {
	position: absolute;
	top: 40px;
	left: calc(50% - 60px);
	width: 40px;
	height: 40px;
	border: 2px solid #fff;
	border-radius: 100px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
}
.character-info .character-profile .chip {
	position: absolute;
	top: 10px;
	right: 20px;
	margin: 0;
	background: #7e57c2;
	color: #fff;
	border: 1px solid transparent;
	pointer-events: none;
}
.character-info h1.profile-name {
	font-size: 21px !important;
	font-weight: 500;
	text-transform: none;
	margin: 0 auto 20px;
}
.character-info a.profile-link {
	width: 100%;
	font-weight: 500;
	text-align: center;
	padding: 20px 0;
	background: #f3f6fb;
}
.character-info .character-profile .profile-link span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.character-info .character-elements {
	padding: 20px 30px;
}
.divider {
	display: block;
	width: calc(100% + 60px);
	height: 1px;
	background: #d7d6d9;
	margin: 0 0 20px -30px;
}
.character-info .character-elements .elements-strong {
	margin: 0 0 20px;
}
.character-info .character-elements .elements-strong,
.character-info .character-elements .elements-weak {
	width: 100%;
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
}
.character-elements h3 {
	line-height: 1em;
	color: #12263f;
	padding: 0;
	font-size: 18px;
}
.character-info .card-title ,
.character-info .skill-title {
	color: #12263f;
	padding: 0;
	font-size: 18px;
	margin: 0px;
	font-weight:500;
	text-transform:uppercase;
}
.character-info .character-elements .elements-strong .elements-icon,
.character-info .character-elements .elements-weak .elements-icon {
	width: 35px;
	height: 35px;
	margin-left: 10px;
}
.character-info .character-elements .elements-strong .elements-title,
.character-info .character-elements .elements-weak .elements-title {
	font-weight: 400;
	margin: 0 10px 0 0;
}
.card-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background: #f3f6fb;
	margin: 0;
	padding: 20px 30px;
	border: none;
	border-radius: 4px!important;
}
ul.runes-list {
	list-style: none;
}
.character-info ul {
    width: 100%;
    margin: 0;
	padding: 0;
}
.runes-list li:nth-child(odd) {
    background: #fff;
}
.runes-list li:nth-child(even) {
    background: #f3f6fb;
}
.character-info .character-runes .runes-list .rune-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.character-info ul li {
    display: flex;
    justify-content: space-between;
    padding: 15px 30px;
}
.character-info .character-runes .runes-list .rune-item .rune-icon {
    height: 25px;
    margin-right: 15px;
}
.character-info .character-runes .runes-stats {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 15px 30px;
	background: #eaeff6;
}
/*
* card character-skills
*/
.switch {
    display: flex;
    align-items: center;
}
.switch .switch-text {
    margin: 0 15px 0 0;
	font-size: 16px !important;
    font-weight: 400;
}
.switch .switch-slider {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 15px;
    background: #d7d6d9;
}
.switch .switch-slider:before {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 48%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background: #fff;
    box-shadow: 0 10px 20px rgba(0,0,0,.19),0 6px 6px rgba(0,0,0,.23)!important;
}
.switch .switch-slider, .switch .switch-slider:before {
    border-radius: 100px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.switch.active .switch-slider {
    background: #3f51b5;
}
.switch.active .switch-slider:before {
    left: 100%;
    -webkit-transform: translateY(-50%) translateX(-100%);
    transform: translateY(-50%) translateX(-100%);
}
.character-info .character-skills .skills-list {
    width: 100%;
}
.character-info .character-skills .skills-list .skills-item {
    padding: 20px 30px 0;
    background-color: initial;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-items: flex-start;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer;
}
.character-info .character-skills .skills-list .skills-item .skill-icon {
    width: 100px;
    margin-right: 30px;
    /*padding: 2px;
    border: 2px solid #d7d6d9;
    border-radius: 4px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.15);*/
}
.character-info .character-skills .skills-list .skills-item .skill-content {
    flex-grow: 1;
    max-width: calc(100% - 130px);
    margin-bottom: 20px;
}
.character-info .character-skills .skills-list .skills-item .skill-content .skill-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}
.character-info .character-skills .skills-list .skills-item .skill-content .skill-header .chip {
    min-height: 35px;
    background: transparent;
    pointer-events: none;
    margin: 0;
}
.character-info .character-skills .skills-list .skills-item .skill-content .skill-tags:nth-child(2) {
    float: left;
}
.character-info .character-skills .skills-list .skills-item .skill-content .skill-tags {
    pointer-events: none;
    margin-bottom: 15px;
}
.character-info .character-skills .skills-list .skills-item .skill-content .skill-tags .skill-tag {
    margin: 0 30px 5px 0;
}
.character-info .character-skills .skills-list .skills-item .skill-content .skill-tags .skill-tag span {
    font-weight: 500;
}
.character-info .character-skills .skills-list .skills-item .skill-content .skill-body {
    margin: 0;
    clear: both;
}
li.skills-item.base,
li.skills-item.awakenbas
 {
    background: #f3f6fb !important;
}
p.skill-body {
    max-width: 700px;
    color: rgba(18,38,63,.8);
    line-height: 1.75em;
    padding: 0;
    margin: 0 0 20px;
}
.card-profile.character-skills {
    text-align: left;
}
.skill-content {
    font-size: 16px;
	color:#212529;
}
.character-info .character-skills .skills-list .skills-item .upgrade-table {
    flex-direction: column;
    width: 100%;
    border-bottom: 1px solid #d7d6d9;
}
.character-info .character-skills .skills-list .skills-item .rah-animating, .character-info .character-skills .skills-list .skills-item .rah-static {
    width: calc(100% + 60px);
    margin: 0 -30px;
}
.character-info .character-skills .skills-list .skills-item .upgrade-table .upgrade-row .upgrade-cell {
    display: flex;
    align-items: center;
    padding: 15px 30px;
}
.character-info .character-skills .skills-list .skills-item .upgrade-table .upgrade-header {
    font-weight: 500;
    text-transform: uppercase;
    background: #3f51b5;
    color: #fff;
}
.character-info .character-skills .skills-list .skills-item .upgrade-table .upgrade-row {
    display: flex;
    flex-grow: 1;
    width: 100%;
}
.character-info .character-skills .skills-list .skills-item .upgrade-table .upgrade-row .upgrade-cell.sm {
    flex: 1 1;
}
.character-info .character-skills .skills-list .skills-item .upgrade-table .upgrade-row .upgrade-cell.lg {
    flex: 4 1;
}
.character-info .character-skills .skills-list .skills-item .upgrade-table .upgrade-row .upgrade-cell.md {
    flex: 3 1;
}
/*
*
*/
.character-stats .card-header:first-child {
    border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
}
.character-stats .card-profile {
    word-wrap: break-word;
}
.character-stats .card-profile .card-header .card-title {
    margin: 0;
}
.character-stats .card-profile .card-header .card-help {
    width: 18px;
}
.character-stats .character-info ul {
    width: 100%;
    margin: 0;
}
.character-stats li, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.character-info ul li {
    display: flex;
    justify-content: space-between;
    padding: 15px 30px;
}
 ul .divider {
    margin-bottom: 0;
}
.divider {
    display: block;
    width: calc(100% + 60px);
    height: 1px;
    background: #d7d6d9;
    margin: 0 0 20px -30px;
}
.small, small {
    font-size: 80%;
    font-weight: 400;
}
.divider.small {
    width: 100%;
    margin: 0 0 20px;
}
 .character-stats ul li:nth-child(2n) {
    background: #f3f6fb !important;
}
..character-stats .card-header .card-title {
    margin: 0;
}
.card-title {
    margin-bottom: .75rem;
}
h2, h3 {
    font-size: 18px;
    font-weight: 500;
}
h2 {
    line-height: 1.3em;
    text-transform: uppercase;
    /* margin: 0 0 15px; */
}
.character-stats ul .divider {
    margin-bottom: 0;
}
.character-info .character-stats ul.stats-list li.stats-item:first-child, .character-info .character-stats ul.stats-list li.stats-item:nth-child(2), .character-info .character-stats ul.stats-list li.stats-item:nth-child(3), .character-info .character-stats ul.stats-list li.stats-item:nth-child(4) {
    font-weight: 500;
}
span.stats-label {
    /* border: 2px solid; */
    display: inline-block;
    font-weight: 500;
}
.stats-list li{
	font-weight: 500;
}/*
.character-stats ul li:last-child {
	font-weight: 500;
    background: #eaeff6;
	border-top: 1px solid #d7d6d9;
}*/
.character-info .character-skills .skills-list .skills-item .upgrade-table .upgrade-row .upgrade-cell .upgrade-cost {
    display: block;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.character-info .character-skills .skills-list .skills-item .upgrade-table .upgrade-row .upgrade-cell .upgrade-cost div {
    margin-right: 5px;
}
.character-info .character-skills .skills-list .skills-item .upgrade-table .upgrade-row .upgrade-cell .upgrade-cost div img {
    width: 32px;
    border-radius: 6px;
    margin: 5px 5px 5px 10px;
}

.skill-buff[data-title] {
    color: #3f51b5;
    font-weight: 500;
    position: relative;
}
.skill-debuff[data-title] {
    color: #f44336;
    font-weight: 500;
    position: relative;
}
.skill-body{
	color: rgba(18,38,63,.8);
    line-height: 1.75em;
    padding: 0;
	font-size:16px;
	font-weight:400 !important;
}
.skills-item .upgrade-table .upgrade-row:nth-child(2n) {
    background: #d8e1ee;
}
.stats-childe-label li:last-child {
    border-top: 0px solid #d7d6d9!important;
}

li.skills-item.awaken {
    display: none !important;
}
.bas-awaken {
    display: none !important;
}
.awakenbas{
    display: flex !important;
}

/*
* tool tipe
*/
.tooltip-inner {
	max-width: 276px;
    /*min-width: 130px;*/
    padding: 10px 10px;
    border: none;
	font-weight: 400;
	font-size:16px!important;
	font-style:normal;
    border-radius: 8px;
    color: #fff!important;
    background: #000!important;
}
.tooltip.top .tooltip-arrow {
    border-top-color: #000!important;
}
.upgrade-cell ,ul.runes-list ,ul.location-list{
    font-size: 16px;
    font-weight: 400;
}
.runes-stats{
    font-size: 16px;
    font-weight: 400;	
}
.navbar button.navbar-toggle, .navbar button.navbar-toggle:hover {
    color: #fff!important;
}
.profile_bg{
	background:#9c27b0!important;
}
@media (max-width: 768px){
	.navbar button.navbar-toggle, .navbar button.navbar-toggle:hover {
		color: #fff!important;
	}
	.navbar .navbar-nav .dropdown a .caret {
		border: 1px solid #fff!important;
		color: #fff!important;
	}
}

