 /*Ease of Use*/
 
 
 .fr {
	float: left !important;
	padding-left: 0px;
	padding-bottom: 30px;
}

.tab-content .description{padding-left: 40px; padding-top: 40px; padding-bottom: 40px;}

.tab-content > .active {
	-webkit-transition: slide 1s ease 3.5s forwards;
	-moz-transition: slide 1s ease 3.5s forwards;
	-ms-transition: slide 1s ease 3.5s forwards;
	-o-transition: slide 1s ease 3.5s forwards;
	transition: slide 1s ease 3.5s forwards;
}


.tab-content{width:90%;margin: 0 auto;}
.tab-content > .tab-pane {
    padding-left: 10px;
}


.nav {
    padding-left: 0px;
    margin-bottom: 0;
    list-style: none;
}

.nav>li>a {
    position: relative;
    display: block;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
    background-color: transparent !important;
}

.nav>li>a:focus, .nav>li>a:hover {
     background-color: transparent !important;
	 text-decoration: none;
}

.nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border-radius: 7px;
    border: 2px solid #7a7677;
    margin: 0px 10px;
}

#Easy-Web-dashboard .nav.nav-tabs {
	float: right;
	width: 48%;
	border-bottom: 0;
}

div#Easy-Web-dashboard {
	z-index: 2;
	position: relative;
}

#Easy-Web-dashboard .nav.nav-tabs {
	border: none;
}

#Easy-Web-dashboard .nav.nav-tabs li {
    width: 24%;
    text-align: center;
    margin: auto;
}



@media only screen and (max-width: 1025px) {	
 #Easy-Web-dashboard .nav.nav-tabs li {
        width: 24%;
    }
}

#Easy-Web-dashboard .nav.nav-tabs li a {
    color: #ccc;
    padding: 20px 10px;
}

@media only screen and (max-width: 1025px) {	
#Easy-Web-dashboard .nav.nav-tabs li a {min-height: 0px;}
}

#Easy-Web-dashboard .nav.nav-tabs li.active a,
#Easy-Web-dashboard .nav.nav-tabs li a:hover {
	color:#64be00;
	text-decoration: none;
	border:2px solid #64be00;
}

#Easy-Web-dashboard .nav.nav-tabs li.active a {
    border: 2px solid #64be00;
    font-weight: 400;
}


@media only screen and (max-width: 1025px) {	
.tab-content .description{padding-left: 30px;}
.fr {padding-top:30px;}
#Easy-Web-dashboard .nav.nav-tabs {width: 100%;}
}


@media only screen and (max-width: 991px) {	
#Easy-Web-dashboard .nav.nav-tabs {	width: 100%; float: none; padding-left: 20px;padding-right: 20px;padding-bottom: 20px;}
#Easy-Web-dashboard .nav.nav-tabs li {
        width: 49%;
    }
.nav-tabs>li {margin-bottom: 5px;}
.nav-tabs>li>a {margin: 0px 2px;}
}