body {
    background-color: #f1f1f1;
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.container {
    margin: 20px auto 20px auto;
    width: 600px;
    text-align: center;
}

a { color: #4183c4; text-decoration: none; }
a:hover { text-decoration: underline; }

h1 {
    width: 800px;
    position:relative;
    left: -100px;
    letter-spacing: -1px;
    line-height: 60px;
    font-size: 60px;
    font-weight: 100;
    margin: 0px 0 10px 0;
    text-shadow: 0 1px 0 #fff;
}
h2 {
    width: 208px;
    letter-spacing: -1px;
    line-height: 60px;
    font-size: 60px;
    font-weight: 100;
    text-shadow: 0 1px 0 #fff;
    margin: 0px;
}
p {
    color: rgba(0, 0, 0, 0.5);
    margin: 10px 0;
    line-height: 1.6;
}

ul { list-style: none; margin: 25px 0; padding: 0; }
li { display: table-cell; font-weight: bold; width: 1%; }

.logo { display: inline-block; margin-top: 35px; }
.logo-img-2x { display: none; }
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (     min--moz-device-pixel-ratio: 2),
only screen and (         -o-min-device-pixel-ratio: 2/1),
only screen and (                min-device-pixel-ratio: 2),
only screen and (                                min-resolution: 192dpi),
only screen and (                                min-resolution: 2dppx) {
    .logo-img-1x { display: none; }
    .logo-img-2x { display: inline-block; }
}

#footer {
    margin-top: 35px;
    color: #ccc;
}
#footer a {
    color: #666666;
    font-weight: 200;
    font-size: 14px;
    margin: 0 10px;
}

#logo-img {
    width: 192px;
    height: 192px;
    margin: 0px 0px -10px 0px;
}
#show-img {
    width: 128px;
    height: 128px;
    margin: 0px 0px -10px 0px;

}

.dred {color: #900; }


.code-title {
    background-color: #e0e0e0;
    color: #333;
    font-weight: bold;
    padding: 10px 15px;
    margin: 0;
    border: 1px solid #ddd;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    font-size: 16px;
}

pre {
    background-color: #333;
    border: 1px solid #000;
    border-radius: 0 0 4px 4px;
    padding: 15px;
    font-family: 'Courier New', Courier, monospace;
    font-size: 14px;
    line-height: 1.4;
    overflow-x: auto;
    white-space: pre;
    color: #fff;
    margin: 0;
    box-sizing: border-box;
}
pre.green-l1 { background-color: #484; border: 1px solid #484; }
pre.green { background-color: #353; border: 1px solid #353; }
pre.blue { background-color: #335;    border: 1px solid #335; }
pre.petro { background-color: #379; border: 1px solid #379; }


.pagebox {
    float: right;
    min-height: 200px;
    width: 100%;
    padding-top: 2px;
    display: block;
}

.header {
    height: 110px;
    clear:both;
}
.header_logo {
    width: 250px;
    height: 95px;
    float: left;
}

.header_logo_img, .header_logo_text {
    float: left;
}
.header_logo_text {
    width: auto;
    font-size: 38px;
    padding: 20px 0px 0px 10px;
    color: black;
    font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;
}
.header_logo_text .t1, .header_logo_text .t2 {
    float: left;
    width: 50%;
}
.header_logo_text .t2 {
    font-size: 10px;
    clear: both;
    margin-left: 43px;
}

.header_menu {
    float: right;
    height: 70px;
    width: 100%;
    padding-top: 25px;
    display: block;
}
.header_submenu {display: none;}

div.ubuttons {
    /* desativar selecao */
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    cursor: default;
}

button.ubutton_unit.ubutton_disabled {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray; /* IE 6-9 */
}

/* ubutton estilo WebSite YOOTheme */
div.ubuttons_web {
    margin-bottom: 20px;
    text-align: right;
    clear: both;
}

div.ubuttons_web nav.ubuttons_nav {
    background-color: #fff;
    border: none;
    display: block;
    border-radius: 7px;
    float: right;

    background-color: #D7D7D7;
    background-image: url("/images/web_border.svg");
    background-position: 0 0;
    background-repeat: repeat-x;
    background-size: 100% 100%;
}

div.ubuttons_web ul.ubuttons_list {
    border: 1px solid white;
    border-radius: 6px;
    background: #D7D7D7;
    background: url("/images/web_bg.svg") 0 0 repeat-x;
    background-size: 100% 100%;
    float: left;
    margin: 1px;
}

div.ubuttons_web li.ubutton_unit {
    margin: -1px;
    /*float: left;*/
    border-top:1px solid transparent;
    border-left:1px solid transparent;
    cursor:pointer;
}
div.ubuttons_web li.ubutton_unit:hover, div.ubuttons_web li.ubutton_unit:active {
    margin-top:-1px;
    border-top:1px solid #d2d3d4;
    border-left:1px solid #DCDDDE;
    box-shadow:0 1px 2px rgba(0,0,0,0.07) inset;
    color:#000
}
div.ubuttons_web li.ubutton_unit.ubutton_first, div.ubuttons_web li.ubutton_unit.ubutton_first:hover {border-left: none;}
div.ubuttons_web li.ubutton_unit:active {background: #F2F3F4}

div.ubuttons_web li.ubutton_unit.ubutton_first {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
div.ubuttons_web li.ubutton_unit.ubutton_last {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

div.ubuttons_web .ubutton_extra {
    float: left;
    display: block;
    text-decoration: none;
}

div.ubuttons_web span.ubutton_label {
    display: block;
    height: 36px;
    padding: 0 20px;

    height: 38px;
    line-height: 38px;
    text-shadow: white 0px 1px 0px;
    color: #444;

    font-family: DroidSansRegular, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}
div.ubuttons_web span.ubutton_label.ubutton_icon {
    padding: 0 17px 0 32px;
    background-repeat: no-repeat;
    background-position: 9px 50%;
}



.checkbox-title {
    float: right;
    min-height: 20px;
    width: 100%;
    padding-top: 2px;
    display: block;
    /*font-family: DroidSansRegular, Arial, Helvetica, sans-serif; font-size: 16px;*/
    /*font-family:monospace; font-size: 18px;*/
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 15px;
    color: #444;
    height: 38px;
    line-height: 38px;
}

.checkbox-container {
    min-height: 40px;
    display: inline-block;
    border: 1px solid #c9c9c9;
    background-color: #f2f3f3;
    padding: 4px;
    width: 100%;
}

.checkbox-item {
    display: block;
    float: left;
    text-align: center;
    width: 10px;
    height: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: none;
    margin: 1px 1px;
}

.checkbox-item span {
    order: 1;
    flex-shrink: 0;
    font-family: monospace;
    font-size: 10px;
    padding: 0px 0px 0px 4px;
    text-align: center;
}

.checkbox-item img {
    order: 2;
    flex-shrink: 0;
    width: 8px;
    height: 8px;
}

.checkbox-loading {
    background-color: #999;
    border-radius: 6px;
    -webkit-animation: BLINKE 2s infinite;  /* Safari 4+ */
    -moz-animation: BLINKE 2s infinite;  /* Fx 5+ */
    -o-animation: BLINKE 2s infinite;  /* Opera 12+ */
    animation: BLINKE 2s infinite;  /* IE 10+, Fx 29+ */
}
.checkbox-waiting {
    background-color: #ccc; border-radius: 6px;
}

@-webkit-keyframes BLINKE {
    0%, 24% {
        background-color: #999999;
    }
    25%, 49% {
        background-color: #9f9f9f;
    }
    50%, 74% {
        background-color: #a9a9a9;
    }
    75%, 100% {
        background-color: #9f9f9f;
    }
}

.checkbox-error { background-color: #f43; border-radius: 4px; }
.checkbox-error img { display: none; }

.checkbox-ignored { background-color: #2bf; border-radius: 4px; }
.checkbox-ignored img { display: none; }

.checkbox-success { background-color: #2c9; border-radius: 6px; }
.checkbox-success img { display: none; }

.contact-container { display: inline-block; }
.contact-list { display: block; }
.contact-item, .contact-item:hover {
    float: left;
    display: block;
    width: 100px;
    height: 60px;
    padding: 20px;
}
.contact-item:hover {
    background-color: #ddd;
}
.contact-link { display: block; color: #333; font-weight: 400; }
.context-text { display: block; }


