/*! normalize.css v3.0.2 | MIT License | git.io/normalize */html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}td,th{padding:0}
/*! prismjs Styles */code[class*=language-],pre[class*=language-]{color:#000;text-shadow:0 1px #fff;font-family:Consolas,Monaco,'Andale Mono',monospace;direction:ltr;text-align:left;white-space:pre;word-spacing:normal;word-break:normal;line-height:1.5;-moz-tab-size:4;-o-tab-size:4;tab-size:4;-webkit-hyphens:none;-moz-hyphens:none;-ms-hyphens:none;hyphens:none}code[class*=language-] ::-moz-selection,code[class*=language-]::-moz-selection,pre[class*=language-] ::-moz-selection,pre[class*=language-]::-moz-selection{text-shadow:none;background:#b3d4fc}code[class*=language-] ::selection,code[class*=language-]::selection,pre[class*=language-] ::selection,pre[class*=language-]::selection{text-shadow:none;background:#b3d4fc}@media print{code[class*=language-],pre[class*=language-]{text-shadow:none}}pre[class*=language-]{padding:1em;margin:.5em 0;overflow:auto}:not(pre)>code[class*=language-]{padding:.1em;border-radius:.3em}.token.cdata,.token.comment,.token.doctype,.token.prolog{color:#708090}.token.punctuation{color:#999}.namespace{opacity:.7}.token.boolean,.token.constant,.token.deleted,.token.number,.token.property,.token.symbol,.token.tag{color:#905}.token.attr-name,.token.builtin,.token.char,.token.inserted,.token.selector,.token.string{color:#690}.language-css .token.string,.style .token.string,.token.entity,.token.operator,.token.url{color:#a67f59;background:hsla(0,0%,100%,.5)}.token.atrule,.token.attr-value,.token.keyword{color:#07a}.token.function{color:#DD4A68}.token.important,.token.regex,.token.variable{color:#e90}.token.bold,.token.important{font-weight:700}.token.italic{font-style:italic}.token.entity{cursor:help}pre.line-numbers{position:relative;padding-left:3.8em;counter-reset:linenumber}pre.line-numbers>code{position:relative}.line-numbers .line-numbers-rows{position:absolute;pointer-events:none;top:0;font-size:100%;left:-3.8em;width:3em;letter-spacing:-1px;border-right:1px solid #999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.line-numbers-rows>span{pointer-events:none;display:block;counter-increment:linenumber}.line-numbers-rows>span:before{content:counter(linenumber);color:#999;display:block;padding-right:.8em;text-align:right}
html,
body {
  /*font: 100%/1.4em 'Calibre Light', 'Helvetica Neue', Helvetica, Arial, sans-serif*/;
  font-family: sans-serif;
  margin: 0 auto;
  color: #222;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
}

pre {
  margin: 0;
  font-size: 14px;
}

body,
.panel {
  background-color: #fff;
}

.menu {
  background-color: #323949;
  background-image: linear-gradient(145deg, #323949, #323949);
}

a {
  text-decoration: none;
  color: #000;
}

.menu a {
  color: #fff;
}

.menu a:hover {
  text-decoration: underline;
}

.menu-section {
	margin: 0 0 25px;
}

.menu-section-title {
  text-transform: uppercase;
  color: #85888d;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 1px;
  padding: 0 20px;
  margin:0;
}

.menu-section-list {
  padding:0;
  margin: 10px 0;
  list-style:none;
}

.menu-section-list a {
	display: block;
	padding: 15px 25px;
	color: #ccc;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0 1px 0 #000;
	border-top: 1px solid #444e63;
	border-bottom: 1px solid #282d3a;
}

.menu-section-list a.active {
	background: #656b79;
    color: #fff;
}

.menu-section-list a:hover {
  background-color: rgba(255, 255, 255, 0.05);
  text-decoration: none;
}

.panel {
  text-align: center;
  padding-top: 5px;
  min-height: 100%;
}

/**
 * Header
 */
.panel-header {
  margin: 85px auto 55px;
}

.title {
  font-size: 3.2em;
  line-height: 1em;
  margin: 0 0 15px;
  color: #4B5;
  font-weight: 400;
  padding-top: 30px;
}

.subtitle {
  font-weight: 400;
  font-size: 1.3em;
  line-height: 1.2em;
  margin:0 0 45px 0;
  color: #767676;
}

/**
 * Action buttons
 */
.panel-actions {
  margin: 20px 0;
}

.btn {
  text-decoration: none;
  padding: 0px 14px;
  border-radius: 4px;
  line-height: 50px;
  display: inline-block;
  border: 1px solid #4B5;
  width: 35%;
  font-size: 1.2em;
}

.btn-download {
  margin-right: 5px;
  background-color: #4B5;
  color: #fff;
  font-weight: 600;
}

.btn-download:hover {
  background-color: #3da84b;
  border-color: #369643;
}

.btn-fork {
  margin-left: 5px;
  color: #4B5;
  background-color: #fff;
}

.btn-fork:hover {
  background-color: rgba(0,0,0,.02);
}

/**
 * iPhone
 */
.iphone {
  background: url('../assets/iphone5.png') no-repeat;
  position: relative;
  margin: 0 auto;
  width: 298px;
  height: 597px;
}

.iphone img,
.iphone video {
  position: absolute;
  top: 73px;
  left: 25px;
  height: 446px;
  max-width: 100%;
}

.iphone video {
  display: none;
}

/**
 * hamburger
 */
.btn-hamburger {
	float:left;
  border: none;
  position: static;
  width:50px;
  height:50px;
  top: 12px;
  left: 12px;
  outline:none;
  background: url('../img/open.png') no-repeat center center;
}

.tooltip {
  font-size: 20px;
  line-height: 19px;
  display: inline-block;
  background: #4B5 url('../assets/happy.png') no-repeat 135px 15px;
  color: #fff;
  padding: 10px 45px 10px 20px;
  border-radius: 4px;
  position: relative;
  left: 50px;
}

.tooltip:before {
  content: '';
  display:inline-block;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid #4B5;
  position: absolute;
  top: 50%;
  left: -5px;
  margin-top: -6px;
}

/**
 * Boxes
 */
.box {
  border: 1px solid #4b5;
  border-radius: 4px;
  text-align: left;
  margin: 50px 10px;
  position: relative;
}

.box:before,
.box:after {
  content: ' ';
  display: inline-block;
  width: 1px;
  height: 50px;
  border-left: 1px solid #4b5;
  position: absolute;
  left: 50%;
}

.box:before {
  top: -50px;
}

.box:after {
  bottom: -50px;
}

.box-title {
  margin: 0;
  padding:10px 20px;
  border-bottom: 1px solid #4b5;
  color: #4b5;
  font-size: 1.2em;
  font-weight: 400;
}

.box-content {
  padding:20px;
  background-color: #f8f8f8;
}

/**
 * Medium Screens
 */
@media all and (min-width:40em) {

  .btn-hamburger {
    top: 20px;
    left: 30px;
  }

  .panel-header {
    margin-top: 40px;
    width: 455px;
  }

  .title {
    font-size: 4.2em;
  }

  .subtitle {
    font-size: 1.8em;
  }

  .btn-download {
    margin-right: 20px;
  }

  .btn-fork {
    margin-left: 20px;
  }

  .iphone {
    transition: transform 1s ease, top 1s ease;
    transform: translateY(305px);
    top: 305px;
  }

  .iphone.shown {
    transform: translateY(0);
    top: 0;
  }
}

/**
 * Large Screens
 */
@media all and (min-width: 54em) {
  .box {
    width: 70%;
    max-width: 1200px;
    margin: 50px auto;
  }

  .iphone video {
    display: block;
  }

  .iphone img {
    display: none;
  }
}

/**
 * Footer
 */
.panel-footer {
  margin: 10px auto 20px;
}

.panel-footer p {
  padding-bottom: 20px;
}

.heart {
  font-style: normal;
  font-weight: 500;
  color: #c0392b;
  text-decoration: none;
}

.share-buttons {
  display: block;
  margin: 20px auto 0;
  padding: 15px 20px 5px;
  width: 200px;
  overflow: hidden;
}

#github-button {
  float: left;
  width: 112px;
  margin-left: 10px;
}

/**
 * Slideout module styles
 */
body {
 width: 100%;
 height: 100%;
}

.slideout-menu {
 position: fixed;
 top: 0;
 bottom: 0;
 width: 256px;
 min-height: 100vh;
 overflow-y: scroll;
 -webkit-overflow-scrolling: touch;
 z-index: 0;
 display: none;
}

.slideout-menu-left {
 left: 0;
}

.slideout-menu-right {
 right: 0;
}

.slideout-panel {
 position: relative;
 z-index: 1;
 will-change: transform;
 min-height: 100vh;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
 overflow: hidden;
}

.slideout-open .slideout-menu {
 display: block;
}

/* Animation
---------------------------------- */
@-webkit-keyframes shake {
  0%, 100% {
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform:translate3d(-10px, 0, 0);
    transform:translate3d(-10px, 0, 0);
  }
}

@keyframes shake {
  0%, 100% {
    -webkit-transform:translate3d(0, 0, 0);
    transform:translate3d(0, 0, 0);
  }

  50% {
    -webkit-transform:translate3d(-10px, 0, 0);
    transform:translate3d(-10px, 0, 0);
  }
}

.shake {
  -webkit-animation-name:shake;
  animation-name:shake;
  -webkit-animation-duration:2s;
  animation-duration:2s;
  -webkit-animation-iteration-count: 4;
  animation-iteration-count: 4;
}

.github-corner:hover .octo-arm{animation:octocat-wave 560ms ease-in-out}@keyframes octocat-wave{0%,100%{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave 560ms ease-in-out}}

/* --- CUSTOM --- */
.fixed-header {
	position: fixed;
	width: 100%;
	height: 50px;
	backface-visibility: hidden;
	z-index: 2;
	background-color: #292929;
}

.btn {
	text-decoration: none;
	padding: 0px 14px;
	border-radius: 4px;
	line-height: 50px;
	display: inline-block;
	border: 1px solid #4B5;
	width: 35%;
	font-size: 1.2em;
}

.btn-download {
	margin-right: 5px;
	background-color: #4B5;
	color: #fff;
	font-weight: 600;
}

.btn-fork {
	margin-left: 5px;
	color: #4B5;
	background-color: #fff;
}

.panel:before {
	content: '';
	display: block;
	background-color: rgba(0,0,0,0);
	transition: background-color 0.5s ease-in-out;
}

.panel-open:before {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(0,0,0,.5);
	z-index: 99;
}

/* MENU */
.menu h3#dtn_logo {
	margin: 0;
    background: #fff;
    padding: 35px 0 25px;
    text-align: center;
}
.menu h3#dtn_logo img {
	max-width:200px;
}
.menu h4 {
	margin-top: 0;
    color: #eee;
	padding: 20px;
    font-size: 17px;
	margin-bottom: 0;
	font-weight: lighter;
}
.menu h4 span {font-weight:bold;}

.menu .footer {
	opacity: 0.5;
    padding: 15px;
    font-size: 12px;
    color: #eee;
    font-weight: bold;
}

#content_header {
    width: 100%;
    height: 120px;
    background: url(../img/bg.jpg) center center no-repeat;
    background-size: cover;
}
#content_header h2 {
	padding-top: 60px;
	text-align: center;
  color: #fff;
}

header#toolbar h1 {
	float: left;
    font-size: 16px;
    color: #fff;
    margin: 17px 0 0;
}
#main {
	text-align:left;
    background: #f5f5f5;
}
#content_holder {
	padding: 20px 15px 0px;
	max-width: 700px;
    margin: 0 auto;
}
#content_holder ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#btns td {
    background: #8db357;
    border-radius: 5px;
    height: auto;
}
#btns td:hover {
	opacity:0.9;
}
#btns td a {
    color: #fff;
    display: table;
    height: inherit;
    padding: 20px 0;
    text-decoration: none;
}
#btns .fa {
    margin-bottom: 5px;
    font-size: 35px;
}
.copyright {
    padding: 10px 20px;
    font-size: 12px;
}
.copyright .legal_copy {
    text-align: center;
    margin-top: 10px;
    border-top: 1px solid #e6e6e6;
    padding-top: 20px;
}
.legal_copy p a {
    color: #000;
}
.copyright .legal_text {
    text-align: center;
}
.back {
    padding: 0 0 20px;
}
.back a {
    padding-left: 5px;
    color: #000;
    display: inline-block;
    text-decoration: none;
}
.input {
    width: 99%;
    height: 50px;
    text-indent: 10px;
    border: 1px solid #f1f1f1;
    border-radius: 3px;
    margin-bottom: 5px;
    font-size: 13px;
    font-weight: normal;
    background: #fff;
    outline: 0 none;
    -webkit-appearance: none;
}
input[type=button], .btn_pesquisar {
    width: 100%;
    border: 0 none;
    height: 50px;
	line-height: 50px;
    text-align: center;
    background: #A8D06A;
    color: #fff;
    border-radius: 3px;
    font-size: 20px;
    font-weight: normal;
    letter-spacing: 1px;
}
.logon {
    display: none;
}
#content_holder.itens ul li {
    background: #FFF;
    padding: 15px;
    height: 65px;
    max-height: 65px;
    position: relative;
}
#content_holder ul li {
    border-radius: 3px;
    margin-bottom: 15px;
}

.itemTitle {
    font-size: 14px;
    color: #464646;
    padding-left: 20px;
}

.itemDescription {
    font-size: 15px;
    color: #8db357;
    font-weight: lighter;
    padding-bottom: 10px;
    padding-left: 20px;
}

.itemInfos {
    padding-top: 10px;
    float: left;
    font-size: 12px;
    color: #464646;
    border-top: 1px solid #e6e6e6;
    width: 100%;
}

.itemDetails {
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    color: #FFF;
    text-align: center;
    line-height: 96px;
    border-radius: 0 3px 3px 0;
    font-weight: lighter;
    background: url(../img/icon_look_white.png) #a5d068 no-repeat;
    background-size: 20px;
    background-position: 50%;
}

.itemAnswer {
    font-size: 12px;
    color: #9a9a9a;
    width: 80%;
    text-align: justify;
    display: none;
}

.details_holder {
    background: #FFF;
    padding: 15px;
    position: relative;
    border-radius: 3px 3px 0px 0px;
    display: grid;
}

.itemIcons {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #e6e6e6;
}
.itemBtns {
    clear: both;
}
.itemBtns .bt {
    float: left;
    margin-top: 20px;
    margin-right: 20px;
    color: #81a54e;
    font-size: 14px;
	opacity:0.5;
	cursor:pointer;
}
.itemBtns .bt > span {
    padding-right: 5px;
}
.ar_data .title_field {
    font-size: 12px;
    padding-left: 20px;
}
.ar_data ul li {
    display: table;
    width: 100%;
    padding: 20px 0 !important;
}
.ar_data .title_value {
    font-size: 16px;
    padding-left: 20px;
}
.ar_data .title_value {
    font-size: 16px;
    padding-left: 20px;
}
.ar_data .division {
    margin-top: 20px;
    padding-bottom: 20px;
    border-top: 1px solid #f1f1f1;
}