html,
body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    background-color: #ffffff;
    scrollbar-face-color: #121212;
    color: #34495e;
}

a {
    color: #00B8D4;
}

a:hover {
    color: #002c43;
}

h1:before,
h2:before,
h3:before,
h4:before,
h5:before,
h6:before {
    display: block;
    content: " ";
    height: 70px;
    margin-top: -70px;
    visibility: hidden;
}

#site {
    min-height: 100%;
    position: relative;
}

.not-set {
    color: #c55;
    font-style: italic;
}

.navbar-brand {
    padding: 5px 0px;
    margin-left: 0px !important;
}

/* add sorting icons to gridview sort links */
a.asc:after,
a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* SCROLLBAR */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {

    /*background-color: #454545;*/
    background-color: #DADADA;
}

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 184, 212, .7);
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}

::-webkit-scrollbar-button {
    display: none;
}

::-webkit-scrollbar-corner {
    background-color: #000000;
}

/* END SCROLLBAR */
#scrollUp {
    bottom: 20px;
    right: 20px;
    height: 38px;
    width: 38px;
    background: url(../img/top.png) no-repeat;
}

/* MENU */
.header .navbar-default .navbar-collapse,
.header .navbar-default .navbar-form {
    margin-top: 10px;
    margin-bottom: 10px;
}

.header .navbar-default ul.nav li a {
    color: rgba(255, 255, 255, .9);
    margin: 4px;
    padding: 4px 6px;
}

.header .navbar-default .navbar-nav > .active a {
    color: #00B8D4;
    border: 1px solid #00B8D4;
    background-color: inherit;
}

.header .navbar-default ul.nav li a:hover {
    color: #00B8D4;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.header .navbar ul.nav.navbar-right {
    margin-right: 0px !important;
}

.header .navbar ul.nav.navbar-right i.fa {
    background-color: #34495e;
    color: #fff;
    width: 30px;
    padding-top: 8px;
    padding-left: 10px;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    height: 30px;
}

/* END MENU */

/* PAGE-HEADER*/
.page-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 26px;
}

.page-title > .icon {
    margin-right: .3em;
}

.page-description {
    color: #a3afb7;
}

.page-header {
    position: relative;
    padding: 20px 0px;
    margin-top: 10px;
    margin-bottom: 60px;
    background: transparent;
}

.page-header2 {
    position: relative;
    padding: 20px 10px;
    margin-top: 10px;
    margin-bottom: 40px;
    background: #f7f7f7;
}

.page-header2 h1, .page-header2 h2, .page-header2 h3 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.page-header2 h1 {
    font-size: 26px;
}

.page-header2 h2 {
    font-size: 22px;
}

.page-header2 h3 {
    font-size: 18px;
}

.page-header-actions {
    position: absolute;
    top: 50%;
    right: 0px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.page-header2 .page-header-actions {
    right: 10px;
}

.page-header-actions .btn-icon {
    margin-left: 6px;
}

.page-header-actions > * {
    margin-bottom: 0;
}

.page-header .breadcrumb {
    padding: 0;
    margin: 0;
}

.page-header-bordered {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 30px;
    background-color: #fff;
    border-bottom: 1px solid transparent;
}

.page-header-tabs {
    padding-bottom: 0;
}

.page-header-tabs .nav-tabs-line {
    margin-top: 5px;
    border-bottom-color: transparent;
}

.page-header-tabs .nav-tabs-line > li > a {
    padding: 5px 20px;
}

/* END:PAGE-HEADER */
.breadcrumb {
    margin-top: 20px;
}

/* BUTONS */
.btn.btn-default {
    background-color: #00B8D4;
    color: #fff;
    border: 1px solid #00B8D4;
}

.btn.btn-default:hover {
    background-color: rgba(0, 184, 212, 0.6);
    color: #fff;
    border: 1px solid rgba(0, 184, 212, 0.6);
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.btn.btn-success {
    background-color: #2ecc71;
    color: #fff;
    border: 1px solid #2ecc71;
}

.btn.btn-success:hover {
    background-color: #27ae60;
    color: #fff;
    border: 1px solid #27ae60;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.btn.btn-info {
    background-color: #3498db;
    color: #fff;
    border: 1px solid #3498db;
}

.btn.btn-info:hover {
    background-color: #2980b9;
    color: #fff;
    border: 1px solid #2980b9;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.btn.btn-warning {
    background-color: #f1c40f;
    color: #fff;
    border: 1px solid #f1c40f;
}

.btn.btn-warning:hover {
    background-color: #f39c12;
    color: #fff;
    border: 1px solid #f39c12;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.btn.btn-danger {
    background-color: #e74c3c;
    color: #fff;
    border: 1px solid #e74c3c;
}

.btn.btn-danger {
    background-color: #c0392b;
    color: #fff;
    border: 1px solid #c0392b;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

.btn-group {
    margin-right: 20px;
    margin-bottom: 10px;
}

/* END BUTONS */

/* CONTENT */
#content .main-content {
    padding: 50px 0px 76px 0px;
}

/* TIMELINE */
.timeline {
    list-style: none;
    padding: 60px 0 20px 0;
    position: relative;
}

.timeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #eeeeee;
    left: 25px;
    margin-left: -1.5px;
}

.timeline > li {
    margin-bottom: 20px;
    position: relative;
}

.timeline > li:before,
.timeline > li:after {
    content: " ";
    display: table;
}

.timeline > li:after {
    clear: both;
}

.timeline > li.timeline-item:before {
    top: 27px;
    left: 27px;
    width: 4%;
    position: absolute;
    display: inline-block;
    border-top: 1px dashed #ddd;
    content: " ";
}

.timeline > li > .timeline-panel {
    width: calc(100% - 75px);
    float: right;
    border: 1px dashed #d4d4d4;
    border-radius: 2px;
    padding: 20px;
    position: relative;
}

.timeline > li > .timeline-panel h2 {
    margin-top: 0;
}

.timeline > li > .timeline-panel .hr-left {
    height: 1px;
    width: 220px;
    margin-bottom: 20px;
    background-color: #ddd;
}

.timeline .timeline-head {
    margin-left: 72px;
    margin-top: 20px;
}

.timeline > li > .timeline-badge {
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    top: 16px;
    left: 0px;
    z-index: 100;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
}

.timeline > li > .timeline-badge.sub-item {
    width: 12px !important;
    height: 12px !important;
    left: 19.5px !important;
    top: 21px !important;
    background-color: #00B8D4;
}

.timeline-badge.green {
    background-color: #cadb29 !important;
}

.timeline-badge.default {
    background-color: #00B8D4;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

.timeline-body > p + p {
    margin-top: 5px;
}

#content ul > li > ul {
    display: block;
    margin: 0;
    padding: 0 0 0 18px;
}

/*  SKILLS */
.tags a {
    display: inline-block;
    height: 24px;
    line-height: 24px;
    position: relative;
    margin: 0 20px 8px 0;
    padding: 0 13px 0 9px;
    background: #D9F5F9;
    -webkit-border-bottom-right-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    border-top-right-radius: 3px;
    color: #002c43;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-decoration: none;
    -webkit-box-shadow: -1px -1px 2px rgba(0, 44, 67, .5);
    box-shadow: -1px -1px 2px rgba(0, 44, 67, .5);
}

.tags a:before {
    content: "";
    position: absolute;
    top: 0;
    right: -11px;
    width: 0;
    height: 0;
    border-color: transparent transparent transparent #D9F5F9;
    border-style: solid;
    border-width: 12px 0px 12px 12px;
}

.tags a:after {
    content: "";
    position: absolute;
    top: 10px;
    right: 1px;
    float: right;
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.4);
    box-shadow: -1px -1px 2px rgba(0, 0, 0, 0.4);
}

/* CONTACT */
#page-contact form {
    margin-top: 20px;
}

#contact a {
    color: #34495e;
    text-decoration: none;
}

#contact a:hover {
    color: #1abc9c;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
}

#contact .social-icons a {
    color: #002c43;
    font-size: 25px;
}

.form-group.field-contactform-verifycode img {
    display: block;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    max-width: 100%;
    height: auto;
}

/* ALGUMA COISA */
.top-nav-collapse {
    padding: 0;
    background-color: #08c;
    border-bottom: 1px scroller #ccc;
    z-index: 1030 !important;
    position: fixed !important;
}

/* MAIN-MENU */
.main-menu {
    background-color: #002c43;
}

/* SIDEBAR */
.sidebar {
    border-right: 1px solid #eee;
}

.sidebar > ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar > ul > li {
    font-size: 18px;
    font-weight: 400;
    padding: 0 0 10px !important;
    margin: 25px 0 0px;
}

.sidebar > ul > li > a {
    font-weight: bold;
}

.sidebar > ul > li > ul {
    border-top: 1px dashed #d4d4d4;
    display: block;
    margin: 10px 0 0 0 !important;
    padding: 10px 0 0 18px !important;
    font-size: 14px;
}

.sidebar > ul > li > ul > li > ul {
    padding-left: 18px;
}

.docs {
    padding: 90px 0px 76px 0px !important;
}

.docs pre {
    border: 1px solid #eee;
}

.docs pre:not(.prism) {
    padding: 0;
}

.docs p {
    line-height: 1.5;
    margin: 10px 0 20px;
}

.docs article p {
    font-size: 15px;
    line-height: 1.70;
}

.docs-content {
    padding: 0 50px 50px 50px;
}

.docs-content .page-header {
    margin: 0 0 40px 0;
}

/* FOOTER */
footer {
    min-height: 60px;
    height: 60px;
    height: auto !important;
    background-color: rgba(0, 44, 67, 0.06);
    border-top: 1px solid #ddd;
    width: 100%;
    bottom: 0;
    position: absolute;
    font-weight: 400;
}

footer p {
    color: #002c43;
    margin: 15px 0;
}

footer a {
    color: #00B8D4;
}

/* alterações bootstrap */
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: rgba(255, 255, 255, .15);
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: rgba(255, 255, 255, .85);
}

/* fim alterações bootstrap */

/* RESPONSIVE */
@media only screen and (max-width:320px) {
    .timeline > li.timeline-item:before {
        width: 15.5%;
    }

}

@media (min-width:321px) and (max-width:450px) {
    .timeline > li.timeline-item:before {
        width: 13.5%;
    }

}

@media (min-width:451px) and (max-width:550px) {
    .timeline > li.timeline-item:before {
        width: 10%;
    }

}

@media (min-width:551px) and (max-width:768px) {
    .navbar-brand {
        padding: 3px 0px;
    }

    .timeline > li.timeline-item:before {
        width: 7.5%;
    }

}

@media only screen and (max-width:580px) {
    .navbar-brand {
        padding: 3px 0px;
    }

    .timeline > li > .timeline-panel .hr-left {
        width: 60%;
    }

    .timeline-panel h1,
    .timeline-panel h2 {
        font-size: 20pt;
    }

    .timeline-panel p {
        font-size: 10pt;
    }

    .timeline-panel p > a {
        margin-top: 25px;
    }

    footer p {
        text-align: center !important;
    }

}
