
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    background-color: #1d2b36;
    overflow-x: hidden;
    transition: 0.5s;
}

overlay-content {
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

.overlay a:hover, .overlay a:focus {
    color: #f1f1f1;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

.overlay-content > ul > li > a {
    width: 100%;
}


.home-navi-origin{
    display: block;
}

.home-navi-responsive{
    display: none;
}

.home-instractor-info{
    float: right;
    margin-right: 100px;
    margin-top:20px;
    font-size:150%;
}

.home-logo-support-responsive{
    background: #26b79a;
    font-weight: bold;
    padding: 5px 20px;
    border-bottom: 4px solid #00aa88;
    border-radius: 5px;
    text-align: center;
    display: none;
}

.home-logo-support-responsive a{
    padding-top: 25px !important;
}

.home-chart-report{
    text-align: center;
    margin-top: 20px;
}

.home-chart-report-line{
    display: none;
}

.home-chart-report-icon{
    width: 115px;
    height: 104px;
}

.home-css-button{
    margin-bottom: 5px;
}

#contact_btn{
    font-size:18px;
    background:#26b79a;
    color:#FFF;
    border-radius:5px 5px 5px 5px;
}

#notification{
    display: inline;
    width:35%;
    font-weight: bold;
    font-size: 22px;
    line-height: 50px;
}

#contact_lbl{
    display: inline;
    width:65%;
    font-weight: bold;
    padding-top: 10px;
    font-size: 18px;
    line-height: 40px;
    vertical-align : bottom;
    margin-bottom: 0px;
    text-align:right;
    color: #26b79a
}

.home-footer{
	height: auto;
	color: white;
}

.home-footer-links-container{
	display: flex;
	justify-content: space-between;
	margin: 15px 10%;
}

.home-footer-links-container > div{
	display: flex;
    justify-content: flex-start;
    text-align: left;
    font-size: 1.3rem;
}

.home-footer-links-container > div > * + *{
	margin-left: 20px;
}

.home-footer-links-container > div h3{
	font-weight: bold;
	font-size: 1.3rem;
}

.home-footer-links-container a{
	color: white;
}

.home-footer-links-container .description{
	font-size: 0.3rem;
}

.home-footer-links-container .home-footer-links-contact > div{
	margin: 5px 0 5px 10px;
	font-size: 1.2rem;
}

.home-footer-links-container .home-footer-links-contact .fa{
	margin-right: 5px;
}

@media (max-width: 768px) {
	.home-footer-links-container{
		justify-content: center;
		flex-flow: column;
	}
	
	.home-footer-links-container > div > * + *{
		margin-left: 0;
		margin-top: 10px;
	}
	
	.home-footer-links-container > div{
		flex-flow: column;
		margin-top: 10px;
	}
}



@media (max-width: 1100px) {
    #notification{
        width:100%;
    }
    #contact_lbl{
        width:100%;
    }
}

@media (max-width: 1024px) {
    .navi-menu ul li a {
        padding: 10px 10px 0px;
    }

    .home-instractor-info{
        float: right;
        margin-right: 40px;
        margin-top:20px;
        font-size:120%;
    }
}



/*same bootstrap col-sm */
@media (max-width: 991px) {
    .home-chart-report-end{
        margin-left: 25%;
    }
}

@media (max-width: 768px) {
    .home-navi-origin{
        display: none;
    }

    .home-myNav{
        width: 300px;
        display: none;
        padding-top: 50px;
    }

    .button-responsive > .navi-menu {
        height: 60px;
        padding-top: 10px;
    }

    .button-responsive {
        display: inline;
    }

    #fullWidth {
        display: none;
    }

    .navbar-nav > li > a > i {
        float: left;
        padding-left: 10px;
        padding-top: 13px;
        margin-right: 60px;
        width: 25px;
    }

    .navbar-nav > li > a > span {
        float: left;
        margin-top: 7px;
    }

    .navbar-nav {
        margin: 0;
        width: 100%;
    }

    #container-home {
        padding-left: 0px;
        padding-right: 0px;
    }

    body {
        font-size: 12px !important;
    }

    .header #logout_btn {
        font-size: 12px !important;
    }

    .content-wrapper {
        padding: 20px 13px;
    }

    .navi-menu ul li a {
        padding-top: 0;
        border: 0;
        width: 100%;
    }

    .navi-menu ul li {
        width: 100%;
    }

    .navi-menu ul li.link-support1 img {
        height: 97px;
        width: 288px;
        position: absolute;
        top: 850%;
        right: 0px;
    }

    .home-navi-responsive .navi-menu ul li a{
        text-align: unset;
    }

    .home-navi-responsive .navi-menu ul li a i{
        display: inline-block;
    }

    .home-chart-report{
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {

    .home-logo-support-origin{
        display: none;
    }
    .home-logo-support-responsive{
        display: block;
    }

    .home-instractor-info{
        margin-right: 20px;
        margin-top: 15px;
        font-size: 100%;
    }

    .home-content-wrapper{
        padding: 20px 5px;
    }

    .home-item-hcn{
        padding: 15px 0px !important;
    }

    .home-chart-report-end{
        margin-left: 0px;
    }

    .home-chart-report-line{
        display: block;
        padding: 0px;
    }
    .home-content-chart-report{
        padding: 0px 30px 50px 30px;
    }
}

@media (max-width: 320px) {
    .home-myNav{
        width: 250px;
    }

    .home-instractor-info {
        margin-right: 5px;
        margin-top: 15px;
        font-size: 80%;
    }

    .home-item-hcn{
        font-size: 16px !important;
    }

    .home-chart-report-icon{
        width: 86px;
        height: 78px;
    }
}