﻿*{
	margin:0;
	padding:0;
}
::-webkit-scrollbar{
	width:8px;
	height:10px;
}
::-webkit-scrollbar-thumb{
	background-color:#B7B7B7;
	-webkit-border-radius:1rem;
	-moz-border-radius:1rem;
	border-radius:3px;
}
body::-webkit-scrollbar-thumb{
	border-radius:0px;
}
::-webkit-scrollbar-thumb:active{
	background-color:#AEAEAE; 
	transition: 0.3s;
}
::-webkit-scrollbar-button{
	display:none;
	background-color:transparent; 
	transition: 0.3s;
}
::-webkit-scrollbar-corner{
	background-color:#EFEFEF;
}
::-webkit-scrollbar-track{
	background-color:#EFEFEF;
	-webkit-border-radius:1rem;
	-moz-border-radius:1rem;
	border-radius:1rem;
}
body {
	background-color:#ffffff;
	font-family:'Roboto';
	font-size:13px;
	color:#7F7F7F;
	font-weight:400;
	overflow-x:hidden;
}
body,td,th {
	font-family: Roboto;
}
li {
	list-style: none;
}
a {
	text-decoration:none;
	color:#1988CF;
}
.content-bots {
    width: 715px;
    height: auto;
    min-height: 50px;
    border: 1px solid #f2f6f9;
    box-shadow: 0 3px 8px 0 rgba(116, 129, 141, 0.1);
    border-radius: 5px;
    margin-left: 50%;
    transform: translateX(-50%);
    margin-top: 200px;
    position: relative;
    padding: 10px 15px;
    display: inline-block;
}
.content-bots .header-content {
    position: absolute;
    top: -60px;
    left: 0;
    width: 100%;
    height: 50px;
    background-image: url(../imagens/logo.png);
    background-repeat: no-repeat;
    background-size: 40px;
    padding-left: 50px;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 300;
    padding-top: 10px;
}
.list-bot {
    border-bottom: #efefef solid 1px;
    width: 100%;
    float: left;
    height: auto;
    padding: 8px 0px;
	transition: 0.3s;
}
.list-bot:hover {
    box-shadow: inset #0000000f 0px 1px 1px;
    color: #1988cf;
}
.list-bot:last-child {
    border-bottom-color: transparent;
    padding-bottom: 5px;
}
.list-bot b.nameBot {
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    float: left;
    width: 215px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-bot .status_bot {
    float: left;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    margin-right: 10px;
    margin-top: 3px;
}
.list-bot .status_bot.online {
	background-color: #3ce158;
}
.list-bot .status_bot.offline {
	background-color: #e13333;
}
.list-bot span.url {
    font-size: 11px;
    float: left;
    width: 449px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding-left: 18px;
    padding-top: 1px;
    color: #9e9e9e;
    text-align: right;
}
.list-bot.token span.url {
    width: 292px;
}
.editToken {
    float: right;
    font-size: 11px;
    border-radius: 30px;
    padding: 3px 7px;
    margin-bottom: -11px;
    color: #9DAAB6;
    background-color: #E6ECF1;
    font-weight: 500;
    cursor: pointer;
    margin-top: -2px;
	opacity: 0.7;
	transition: 0.3s;
	display: none;
}
.list-bot.token .editToken {
	display: block;
}
.list-bot.token .editToken:hover {
	opacity: 1;
	transition: 0.3s;
}
.funcs {
    display: none;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-wrap: break-word;
    padding-top: 1.2rem;
    position: absolute;
    top: 0;
}














