/*

	INTO Developer Hub Stylesheet
	Created: 7/7/19
	Author: CFRONT (SN)
*/

html {
  scroll-behavior: smooth;
}

body {
	margin:0;
	background-color:#FFFFFF;
	font-family:Lato, Verdana, 'sans-serif';
	color: #333333;
	overflow-y:scroll;
	font-size:15px;
	width: 100%;
	
}

body.hidden_scroll {
	overflow-y:hidden;
}

a {
	text-decoration:none;
	color:#ED1C24;
}

a:hover {
	color:#A0262A;
	transition:all ease 0.7s;
}

* {
    box-sizing:border-box;
    outline:none;
}

a {
    color:#ed1c24;
}

li, p {
    line-height: 2rem;
}

.inner {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    height: 100%;
}

.flex-container {
    display:flex;
    flex-wrap:wrap;
}

.container {
	width:100%;
    max-width:1280px;
	margin:0 auto;
}

h1, h2, h3, h4, h5 {
    font-family: 'Neo Sans W01 Medium';
    font-weight: Normal;
    color: #333333;
}

h1 {font-size:1.8rem;}
h2 {font-size:1.2rem; margin: 2rem 0 0 0;}
h3 {font-size:1.1rem;}
h4 {font-size:1rem;}
h5 {font-size:0.9rem;}

.dh-page {
	min-height:480px;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.dh-nav {
    position: -webkit-sticky;
    position: sticky;
    z-index: 5;
    width: 280px;
    height: 100vh;
    top: 0;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2rem;
    background:#f7fafe;
}

.dh-nav:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: rgba(18,60,83,.05);
}

.hide_scroll::-webkit-scrollbar,
.no-scrollbar::-webkit-scrollbar {
    display: none;
}

.hide_scroll,
.no-scrollbar {
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
}

.dh-nav li {
    line-height: 1.5rem;
    margin: 1rem 0;
}

.dh-nav ul li > ul li {
    line-height: 1.5rem;
    margin: 0.25rem 0;
}

.logo-burger {
    display: flex;
    align-items: center;
}

.dh-nav .logo {
    display:block;
    padding: 1.5rem;
}

.dh-nav .logo img { 
    display:block;
    width:140px;
}

.dh-nav > ul {
    list-style-type:none;
    margin:1rem 1rem 1rem 2rem;
    padding:0;
    font-family: 'Neo Sans W01';
}

.dh-nav a {
    color:#999999
}

.dh-nav li.current a {
    color:#333333;
}

.dh-nav a:hover,
.dh-nav li.current > a,
.dh-nav li.current a.active {
    color:#ed1c24;
}

.dh-nav > ul > li {
    text-transform:uppercase;
}

.dh-nav > ul > li > ul {
    text-transform:Capitalize;
    font-size:0.9rem;
}

.dh-nav > ul ul {
    display:none;
    list-style-type:none;
    margin:0 1rem 1rem 1rem;
    padding:0;
    transition:0.7s;
}

.dh-nav > ul li.current > ul {
    display:block;
}

.dh-content {
    padding: 2rem 4rem;
    width: calc(100% - 280px);
}

.quick-link-grid {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: grid;
    grid-template-columns: calc(50% - 2rem) calc(50% - 2rem);
    margin-bottom:2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    transition:0.7s;
}

.dh-library {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.dh-library a.dh-library-item {
    display:flex;
    flex-direction:column;
    box-sizing:border-box;
    padding:2rem 1rem 1rem 1rem;
    color:#CCCCCC;
    width:32%;
    border:1px solid #EDEDED;
    margin:1% 0;
    transition:0.7s;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(50,50,93,.05), 0 2px 5px 0 rgba(50,50,93,.1), 0 1px 1px 0 rgba(0,0,0,.07);
    box-shadow: 0 0 0 1px rgba(50,50,93,.05), 0 2px 5px 0 rgba(50,50,93,.1), 0 1px 1px 0 rgba(0,0,0,.07);
    position:relative;
}

.dh-library a.dh-library-item .fa-arrow-alt-circle-down {
    position:absolute;
    bottom:0.5rem;
    right:0.5rem;
    color:#CCCCCC;
    transition:0.7s;
}

.dh-library a.dh-library-item:hover .fa-arrow-alt-circle-down {
    color:#ed1c24;
    bottom:0.45rem;
}

.dh-library a.dh-library-item:hover {
    border:1px solid #ed1c24;
}

a.dh-library-item .file-name {
    color:#000000;
}

a.qlg-item { 
    display: flex;
    align-items: center;
    padding:1.5rem;
    border:1px solid #EDEDED;
    color:#ed1c24;
    text-decoration:none;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 1px rgba(50,50,93,.05), 0 2px 5px 0 rgba(50,50,93,.1), 0 1px 1px 0 rgba(0,0,0,.07);
    box-shadow: 0 0 0 1px rgba(50,50,93,.05), 0 2px 5px 0 rgba(50,50,93,.1), 0 1px 1px 0 rgba(0,0,0,.07);
    -webkit-transition: -webkit-box-shadow .2s ease-in-out;
    transition: -webkit-box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out,-webkit-box-shadow .2s ease-in-out;
}

a.qlg-item:hover { 
    -webkit-box-shadow: 0 0 0 1px rgba(50,50,93,.05), 0 7px 14px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
    box-shadow: 0 0 0 1px rgba(50,50,93,.05), 0 7px 14px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
}

a.qlg-item img {
    display: block;
    width:74px;
    margin: 0 1rem 0 0;
    transition:0.7s;
}

.dh-content img {
    display: block;
    width: 90%;
    max-width:760px;
    margin: 3rem auto;
}

.dh-content .col-1-3 img {
    display: block;
    width: 90%;
    max-width:160px;
    margin: 0rem auto;
}

.aside {
    background: rgba(153, 153, 153,0.1);
    padding: 1rem 2rem;
    border-left: 5px solid #ED1C24;
    margin: 3rem 0;
    border-top-right-radius:8px;
    overflow-x: auto;
    width: 100%;
    border-bottom-right-radius:8px;
}

.flex-container {
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.col-1-3 {
    width:33.333%;
}

.col-2-3 {
    width:66.667%;
}

.code {
    background: rgba(153, 153, 153, 0.1);
    padding: 1.5rem 2rem;
    border:1px solid rgba(112,112,112,0.2);
    margin: 3rem 0;
    border-radius:8px;
    overflow-x: auto;
    width: 100%;
    font-family: monospace;
    font-size: 0.8rem;
}

table p,
.code p {
    margin:0;
}

table p {line-height: 1.5rem;}

.table-container {
    width:100%;
    overflow-x:auto;
}

.dh-table {
    width:100%;
    font-family: 'Neo Sans W01';
    border-collapse:collapse;
}

.dh-table td,
.dh-table th {
    padding:1rem;
    text-align:center;
    vertical-align:middle;
}

.dh-table th {
    background:#ed1c24;
    color:#FFFFFF;
    font-family: 'Neo Sans W01 Medium';
    font-weight:normal;
}

.dh-table th.medium {
    background:#BE1F24;
}

.dh-table th.dark {
    background:#A0262A;
}

.dh-table.dht-plain th,
.dh-table.dht-plain td {
    text-align:left;
}

.dh-table td.strong {
    text-align:left;
    font-family: 'Neo Sans W01 Medium';
}

.dh-table td {
    border-left:1px solid rgba(112,112,112,0.1);
}

.dh-table td:first-of-type {
    border-left:none;
}

.dh-table span.yes {
display: block;
    width: 13px;
    height: 13px;
    background: #ed1c24;
    border-radius: 13px;
    margin: auto;
}

.dh-table tr:nth-of-type(2n+0) td {
    background:rgba(153,153,153,0.1);
}

.dh-table td.dht-get,
.dh-table tr:nth-of-type(2n+0) td.dht-get {
    background:#BE1F24; color:#FFF;
}

.dh-table td.dht-post,
.dh-table tr:nth-of-type(2n+0) td.dht-post {
    background:#A0262A; color:#FFF;
}

#dh-menu-button.nav_bars {
    padding: 6px;
    display: none;
    flex-direction: column;
    margin: 0.5rem 1rem 0.5rem 0.5rem;
    height:36px;
}

#dh-menu-button.nav_bars .nav_bar:nth-child(2) {
    margin: 5px 0;
}

#dh-menu-button.nav_bars:hover {
    background:transparent;
    cursor:pointer;
}

#dh-menu-button.nav_bars .nav_bar {
    display: block;
    height: 4px;
    background: #ED1C24;
    width: 28px;
    margin: 0;
}

#dh-menu-button.nav_bars:hover .nav_bar {
    background: #A0262A;
}

#dh-menu-button.nav_bars.active {
	padding: 14px 5px 10px 14px;
	z-index: 102;
}

#dh-menu-button.nav_bars.active .nav_bar {
	transition:all 0.7s;
}

#dh-menu-button.nav_bars.active .nav_bar.nb_2 {
	display:none;
}

#dh-menu-button.nav_bars.active .nav_bar.nb_1 {
	-ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari */
    transform: rotate(45deg) translate(1px, 0px);
}

#dh-menu-button.nav_bars.active .nav_bar.nb_3 {
	-ms-transform: rotate(315deg); /* IE 9 */
    -webkit-transform: rotate(315deg); /* Safari */
    transform: rotate(315deg) translate(3px, -2px);
}

#dh-menu-button.nav_bars.active .nav_bar {
    width: 27px;
}

.dh-contact-form {
    margin-top:1.5rem;
}

.dh-contact-form .label,
.dh-contact-form label{
    margin: 1rem 0 0 0;
    display: block;
}

#recaptcha {
    margin-top: 2rem;
}

h4.table-title {
    margin: 3rem 0 1.5rem 0;
    text-align: center;
}

select, input, textarea {
    padding: 1rem;
    border:1px solid #ccc;
    background: #fff;
    font-size: 16px;
    margin: 1rem 0 0 0;
    font-family: 'Lato', sans-serif;
    width: 100%;
    max-width:640px;
    display: block;
    transition:0.7s;
}

select:focus, input:focus, textarea:focus {
    border-color:#ed1c24;
}

textarea {
    height:120px;
}

input[type="submit"] {
    background:#ed1c24;
    color:#FFF;
    font-family: 'Neo Sans W01 Medium';
    font-weight: Normal;
    border:none;
    cursor:pointer;
    width: 320px;
}

input[type="submit"]:hover {
    background:#333333;
}

.error_flag {
    display: block;
    color: #ed1c24;
    margin: 0 0 1rem 0;
}

footer {
    padding: 30px 0;
	background-color: #ed1c24;
    /*
	background-image: url("/images/footer.png");
	background-repeat: repeat-x;
    background-position: 0px 50px;
    background-size: cover;
	-o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
	*/
}

.footer_border {
	clear:both;
	width:100%;
	margin-bottom:20px;
}

.footer_logo {
	width:90px;
	height:23px;
	margin-right:72px;
	margin-top: 2px;
    margin-bottom:1rem;
}

.footer_logo img {
	display:block;
	width:100%;
    max-width: 160px;
}

.footer_contact {
	color:#FFFFFF;
	float:left;
	font-size:12px;
}

.footer_contact > div {
    box-sizing: border-box;
    padding: 0 40px 1rem 0;
	white-space:nowrap;
}

.footer_external_link {
	margin-left: 10px;
}

.addr_title {
	height: 30px;
	display:block;
	margin-bottom:6px;
	display:flex;
	align-items:center;
	font-family:'Neo Sans W01 Medium';
}

.address .tel,
.address .email {
	display:block;
	white-space:nowrap;
}

.address .tel {
	margin-top:6px;
}


.footer_right {
	text-align:right;
    width: 20%;
}

footer a,
footer a:link,
footer a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

footer a:hover {
	text-decoration:none;
	color:#FFFFFF;
	transition:all ease 0.5s;
}

#footerBase {
	font-size:10px;
    width: 100%;
	color:#FFFFFF;
	box-sizing: border-box;
    margin-top: 2rem;
}

#footerBase a {
	color:#FFFFFF;
	text-decoration:none;
}


#footerSocial span {
    display: inline-block;
    margin-right: 0.5em;
    font-family: 'Neo Sans W01';
    font-size: 12px;
    position: relative;
    bottom: 10px;
	color:#FFFFFF;
}

#footerSocial a {
	display:inline-block;
	opacity:1;
	width:27px;
	height:27px;
}

#footerSocial a:hover {
	opacity:0.5;
	transition:all ease 0.5s;
}

#footerSocial a img {
	display:block;
	width:100%;
}

.footer_links {
	margin-left:30px;
}

.footer_contact {
    color: #FFFFFF;
    font-size: 12px;
}

.col_flex {
    display: flex;
    flex-wrap: wrap;
}

.footer_left {
    display:flex;
    flex-wrap: wrap;
    width: 80%;
}

@media all and (max-width: 960px) {

    .dh-content {
        padding:0 1rem 0 0;
    }

    #dh-menu-button.nav_bars {
        display: flex;
    }

    .dh-nav {
        position: relative;
        width:100%;
    }

    .dh-nav {
        position: fixed;
        z-index: 5;
        height: auto;
        top: 0;
        left:0;
        width: 100%;
        background: #FFFFFF;
        -webkit-box-shadow: 0 0 0 1px rgba(50,50,93,.05), 0 7px 14px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
        box-shadow: 0 0 0 1px rgba(50,50,93,.05), 0 7px 14px 0 rgba(50,50,93,.1), 0 3px 6px 0 rgba(0,0,0,.07);
        padding-bottom:0;
    }
    
    .dh-page {
        flex-wrap:wrap;
    }

    .logo-burger {
        justify-content: space-between;
    }
    
    .dh-content {
        width:100%;
        padding:0 1rem;
        margin-top: 110px;
    }

    .dh-nav > ul {
        display:none;
    }

    .dh-nav > ul.is-expanded {
        display:block;
    } 

    .is-menu-open .dh-nav { 
        padding-bottom:2rem;
    }

    .flex-container {
        flex-direction: column-reverse;
    }

    footer .flex-container {
        flex-direction:column;
    }

    .col-1-3,
    .col-2-3 {
        width:100%;
    }

    .dh-content .col-1-3 img {
        margin: 1rem auto;
    }

    .footer_right {
        width: 100%;
    }
}


@media all and (max-width: 640px) {
    a.qlg-item img {
        width: 54px;
        margin: 0 0.5rem 0 0;
    }

    a.qlg-item {
        padding: 0.5rem;
    }

    .quick-link-grid {
        grid-template-columns: 100%;
        grid-row-gap: 1rem;
    }
}