/*
Theme Name: Bot Binary Dashboard
Theme URI: https://github.com/tidythemes/blankslate
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: blankslate

BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/

.preloader:after {
    content: "carregando.." !important;
    left: calc(50vw - 20px) !important;
}
.login_logo{
	width: 180px;
}
.sidebar_logo{
	width: 200px;
}
.cadastro_logo{
	width: 200px;
}

.resultado {
	font-size: 70px;
}

.resultado .resultado-negativo {
	color: Red;
	cursor: pointer;
}

.resultado .resultado-positivo {
	color: Green;
	cursor: pointer;
}

.loading-ciclo {
	height: 217px;
    position: absolute;
    width: 96%;
    background: rgba(65,71,85, 0.90);
    z-index: 9;
    display: none;
    text-align: center;
    padding-top: 75px;
}

.logo-mini img {
	max-width: 50px;
}

.logo-lg img {
	max-width: 115px;
}

.excluir i {
	color: Red;
}