html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 14px;
    height:100%;
    margin:auto;
    background-color:#eee;
}

.dialog{
    margin: auto;
    margin-top: 50px;
    border: 1px solid #ccc;
    max-width: 460px;
    border-radius: 5px;
    background-color:#FFFFFF55;
}

.fullscreen{
    margin: auto;
    margin-top: 50px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background-color:#FFFFFF55;
}

h1{
    height: 160px;
    background-image: url('../img/prisma-logo.png');
    background-repeat:no-repeat;
    background-size: 170px 150px;
    background-position: top;
    margin: 0px 2em 55px 2em;
    padding: 0px 0px 0.5em 0px;
    font-size: 40px;
    color: #FF000000;
    text-align: center;
    font-weight: bold;
    border-bottom: solid 1.5px #D3D3D3;
}


fieldset{
    padding: 20px;
    margin: 1em;
    margin-top: -62.5px;
    box-sizing: border-box;
    border-radius: 5px;
    background-color:#00000010;
    border: solid 1.5px #D3D3D3;
}


h1+div:not(.form) {
    padding:0px 35px;
    margin-top: -14px;
    margin-bottom: -15px;
    transform: translateY(-4.2em);
}

fieldset legend{
    text-align: center;
    transform: translateY(-1em);
    font-weight: bold;
}


fieldset label{
    display: block;
    padding:0px;
    margin:10px 0px;
    box-sizing: border-box;
    transition: all 0.2s linear;
}

/*textarea {
    width:250px;
    padding: 3px;
    border: none;
    
}*/

.horizontal-container {
    display: inline-block;
    width: 100%;
    height: 100%;
}



.editorcode, .codigo, #tbxCodigoTranspilado {
    border-radius: 6px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
    font-family: 'Source Code Pro', monospace;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 20px;
    padding: 10px;
    tab-size: 4;
    box-sizing: border-box;
    background-color: #FFF;
    width: 100%;
    height: 100%;
    border: 0px;
    overflow: scroll;
}
.codejar-linenumbers{
    color: #000;
    mix-blend-mode:normal !important;
}
.codejar-wrap{
    height:100%;
}

.codigos{
    height: 40vh;
    width: 100%;
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
    display: block;
    margin-bottom: 30px;
}

div.label {
    position: absolute;
    right: 20px;
    top: 160px;
}

.label-name {

}

.label-value {
    padding-left: 5px;
    color: #645be6;
}


.source, .target{
    box-sizing: border-box;
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 50%;
    height: 100%;
}
.source {
    float:left; 
    padding-right: 10px;
}
.target {
    float:right;
    padding-left: 10px;
}

.choiceTarget{
    display: inline-block;
    box-sizing: border-box;
}
.toolbar{
    display: inline-block;
    box-sizing: border-box;
}

a{
    text-decoration-line: none;
    color:#7c77b9;
    transition: all 0.2s linear;
}

a:hover{
    color:#645be6;
}

a[href="tela-esqueci-senha.html"] label{
    font: size 11px;
    text-align: right;
    padding: 0px;
    margin: -15px 0px 20px 0px;
    border: 0px solid transparent;
    cursor: pointer;  
    transition: all 0.2s linear;
}

fieldset input{
    display: block;
    width:100%;
    padding:5px;
    margin:10px 0px 20px 0px;
    box-sizing: border-box;
    border-radius: 5px;
    border: solid 1.5px #D3D3D3;
    transition: all 0.2s linear;
}

input:focus, .btn:focus, a:focus label{
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 255, 0.534);
    outline-width: 0px;
}
a:focus{
    outline-width: 0px;
}



.btn{
    color:#EEE;
    width:9em;
    padding: 1em;
    border: 2px solid transparent;
    background-color:#7e7ab4;
    transition: all 0.2s linear;
    border-radius: 5px;
}

.btn:hover{
    opacity: 0.9;
    cursor: pointer;
}

.btnDefault{
    background-color:#6359ee;
}

.btnCancel{
    background-color:#b87a7a;
}

select{
    min-width: 10em;
    margin-bottom: 2px;
    margin-right: 12px;
    padding-top: 6px;
    padding-bottom: 6px;
}

#cbxDemo{
    width:100%;
    margin-bottom: 20px;
}
