* {
    text-decoration: none;
    /*font-family: open-sans,sans-serif,helvetica,arial;*/
}

.nav-bar-wrapper, .nav-link-text, .ro-header, .shell-header, .grid-actions-floating, .ro-report-links, .reports-wrapper, .refine-search-title, .ro-filter-button, .footer, .edit-panel-header, .ui-button-text {
    font-family: 'Bekaert Text Regular',open-sans,sans-serif,helvetica,arial ;
}

option, input, select, label, .edit-control-label-blank, .comments-label {
    font-family: open-sans,sans-serif,helvetica,arial;
}

/* body */
.ropetek-body {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.ropetek-colcontainer{
    display: flex;
    flex-direction: column;
}
/* main header container */
.ropetek-header{
	display: flex;
	flex-direction: column;
	width: 100%;

	margin:0;
	top:0;
	left:0;
	right:0;
}

#btnToggleHeader {
    background: url('../Content/img/showhide-16x16.png') no-repeat;
    cursor: pointer;
    width: 16px;
    height: 16px;
    opacity: 0.15;
}

.Header-Hidden {
    display: none !important;
}

.cmdHeader-Hidden {
    transform: rotate(180deg) scaleX(-1);
}


/* Rows in the header */
.header-row{
	display: flex;
	flex-direction: row;
    width: 100%;
}
.header-col{
    display: flex;
	flex-direction: column;
	align-items: center;
}

/* images */
.logo {
    width: 100%;
}

.logo-img {
    width: 100%;
}

.logo-ropetek {
    width: 60%;
    padding-bottom: 4px;
}
.social{
	max-width:100%;
	height: 15pt;
}

/* Header Links */
.links-container {
    display: flex;
    flex-direction: row;
    min-height: 45px;
}

.link {
    text-decoration: none;
    color: #8c918d;
    border: 1px solid transparent;
    padding: 6px 6px;
    font-family: 'Bekaert Text Regular',open-sans,sans-serif,helvetica,arial;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
}

.link:hover{
    font-family: 'Bekaert Text Regular',open-sans,sans-serif,helvetica,arial;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    color: #FF602C;
    text-decoration: underline;
}

/* resizing containers (common across all media sizes) */
.logo-container{
	display: flex;
	height: 100%;
	align-items: center;
	padding-top: 10px;
	justify-content: flex-start;
}

.header-burger-menu{
	display: flex;
    cursor: pointer;
    padding-top: 18px;
}

.social-media-container{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
}

.social-media{
	display: flex;
}

.breadcrumbs {
    display: flex;
    width: 80%;
    height: 20px;
    background: #F5F4F2;
    align-items: center;
    margin: 0;
    margin-top: 10px;
    padding: 0;
}

.breadcrumb {
    list-style: none;
    font-size: 12px;
}

.crumb, .shortened-crumb {
    text-decoration: none;
    font-weight: normal;
    letter-spacing: 0;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-font-smoothing: antialiased;
    color: #8c918d;
}

.crumb:hover{
	color: #FF602C;
	text-decoration: underline;
}

.current-page{
	text-decoration: none;
    font-weight: normal;
    letter-spacing: 0;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-font-smoothing: antialiased;
	color: #01ADEF;
}

.header-burger-container{
    display:flex;
    justify-content: flex-end;
    align-items: center;
}
.link, .emptylink{
    display:flex;
    justify-content: center;
    align-items: center;
}
.link-item{
    display: flex;
    width: 100%;
}

.version-number {
    display: flex;
    width: 20%;
    height: 20px;
    padding-right: 13px;
    background: #F5F4F2;
    align-items: center;
    justify-content: space-between;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0;
    color: #8c918d;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    letter-spacing: 0;
    color: #999;
    align-items: center;
    margin-top: 10px;
}

.header-spacer-contacts {
    min-width:10px;
}

/*Mobile*/
@media only screen and (max-width: 920px) {
    .logo-container{
        max-width: 720px;	
        width: 95%;
        max-height: 45px;
        min-height: 45px;
	}
    
	.header-burger-container{
        justify-content: space-between;
    }

    .mobile-hidden {
        display: none;
    }
	
	.header-burger-menu{
        border: transparent solid 2px;
        background: url('../Content/img/menu-16x30.png') no-repeat;
        background-position: center center;
        width: 16px;
        height: 30px;
        background-size: 16px 30px;
	}
	
    .header-burger-menu-expanded{
        border: none;
	}

    .breadcrumbs {
        font-size: 12px;
        padding-left: 5px;
    }
	.current-page{
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.crumb, .shortened-crumb{
		padding-left: 5px;
		padding-right: 5px;
	}
	
	.mobile-hidden-crumb{
		display: none;
	}

    /* Header Links */
    .links-container {
        position: absolute;
        top: 0;
        right: 0;
    }
    .header-rhs {
        display: flex;
        flex-direction: column;
        z-index: 1;
        background: #00AEEF;
        align-items: center;
        border-top: none;
        position: absolute;
        width: 200px;
        top: 65px;
        right: 0;
    }
    .header-rhs-hide{
        display: none;
    }
    
    .link-item{
        flex-direction: column;
    }
    .social-media-container{
        width: 85px;;
        justify-content: flex-start;
        height:21px;
    }
    .header-links {
        display: flex;
        flex-direction: column;
        height: 80px;
        order: 2;
    }

    .link, .emptylink {
        height: 40px;
        color: #0A344F;
        width: 166px;
    }
    .link:hover {
        color: #FF602C;
        text-decoration: underline;
    }
    .selected-header-menu {
        z-index: 3;
        background: #00AEEF;
        border: #0A344F solid 2px;
        padding-bottom: 10px;
        height: 316px;
        width: 200px;
    }
    .header-spacer{
        height:1px;
        width: 190px;
        background: #fff;
    }
    /* Social Media Icons*/
    .facebook-icon {
        background: url('../Content/img/social_media/icon-facebook-white.png') no-repeat;
        background-position: center center;
    }

    .facebook-icon:hover {
        background: url('../Content/img/social_media/icon-facebook.png') no-repeat;
        background-position: center center;
    }

    .twitter-icon {
        background: url('../Content/img/social_media/icon-twitter-white.png') no-repeat;
        background-position: center center;
    }

    .twitter-icon:hover {
        background: url('../Content/img/social_media/icon-twitter.png') no-repeat;
        background-position: center center;
    }

    .linkedin-icon {
        background: url('../Content/img/social_media/icon-linkedin-white.png') no-repeat;
        background-position: center center;
    }

    .linkedin-icon:hover {
        background: url('../Content/img/social_media/icon-linkedin.png') no-repeat;
        background-position: center center;
    }

    .youtube-icon {
        background: url('../Content/img/social_media/icon-youtube-white.png') no-repeat;
        background-position: center center;
    }

    .youtube-icon:hover {
        background: url('../Content/img/social_media/icon-youtube.png') no-repeat;
        background-position: center center;
    }
}
/*Desktop*/
@media only screen and (min-width: 921px){
	.logo-container{
		min-width: 373px;
		max-width: 380px;
		max-height: 45px;
		min-height: 45px;
	}

	.header-burger-menu{
		display: none;
	}
	.header-burger-container{
        order:2;
        padding-bottom: 0;
        margin-top: 10px;
    }
    
	.desktop-hidden-crumb{
		display: none;
	}
    .contact-link{
        margin-left: 10px;
    }
    .link:hover {
        color: #FF602C;
        text-decoration: underline;
    }
    .desktop-hidden {
        display:none;
    }
    

    .header-rhs {
        display: flex;
        flex-direction: row;
        width: 100%;
        margin-top: 10px;
    }

    .header-links {
        width: 90%;
    }

    .links-container {
        width: 100%;
    }
    .social-media-container{
        margin-right: 10px;
    }
    /* Social Media Icons*/
    .facebook-icon {
        background: url('../Content/img/social_media/icon-facebook.png') no-repeat;
        background-position: center center;
    }
    .facebook-icon:hover {
        background: url('../Content/img/social_media/icon-facebook-blue.png') no-repeat;
        background-position: center center;
    }
    .twitter-icon {
        background: url('../Content/img/social_media/icon-twitter.png') no-repeat;
        background-position: center center;
    }
    .twitter-icon:hover {
        background: url('../Content/img/social_media/icon-twitter-blue.png') no-repeat;
        background-position: center center;
    }
    .linkedin-icon {
        background: url('../Content/img/social_media/icon-linkedin.png') no-repeat;
        background-position: center center;
    }
    .linkedin-icon:hover {
        background: url('../Content/img/social_media/icon-linkedin-blue.png') no-repeat;
        background-position: center center;
    }
    .youtube-icon {
        background: url('../Content/img/social_media/icon-youtube.png') no-repeat;
        background-position: center center;
    }
    .youtube-icon:hover {
        background: url('../Content/img/social_media/icon-youtube-blue.png') no-repeat;
        background-position: center center;
    }

    .header-policies {
        display: none;
    }

    .header-cookies-policy {
        display: none;
    }
}

/* Social Media Icon Size (is called lasted to keep size the same) */
.facebook-icon, .facebook-icon:hover, .twitter-icon, .twitter-icon:hover, .linkedin-icon, .linkedin-icon:hover, .youtube-icon, .youtube-icon:hover{
	width: 21px;
	background-size: 13px 13px;
}

.hasDatepicker{
    width:70px;
    z-index: 100;
}

.about-us-link {
    min-width: 63px;
}

/* Short landscape view (desktop or mobile device) */
@media only screen and (max-height: 460px) {
    .header-row {
        display: none;
    }

    .ropetek-body {
		overflow-y:scroll;
    }
    
    .logo-container{
        display: none;
    }

}

/************************************
    Warnings
************************************/
.header-warning-message-desktop {
    display: none;
    width: 500px;
    height: 32px;
    color: #FF602C;
    font-size: 12px;
    align-items: flex-end;
    justify-content: flex-end;
}

.header-warning-message-mobile {
    display: none;
    width: 28px;
    height: 28px;
    color: #FF602C;
    font-size: 12px;
    align-items: flex-end;
    justify-content: flex-end;
}

.header-warning-message-mobile-large {
    display: none;
    width: 191px;
    height: 32px;
    color: #FF602C;
    font-size: 12px;
    align-items: flex-end;
    justify-content: flex-end;
}

.header-warning-message-mid-desktop {
    display: none;
    width: 191px;
    height: 32px;
    color: #FF602C;
    font-size: 12px;
    align-items: flex-end;
    justify-content: flex-end;
}

.flash {
    -webkit-animation: flash linear 1s;
    animation: flash linear 1s;
}

@-webkit-keyframes flash {
    0% { opacity: 1; }
    50% { opacity: .1; }
    100% { opacity: 1; }
}

@keyframes flash {
    0% { opacity: 1; }
    50% { opacity: .1; }
    100% { opacity: 1; }
}

/* Mobile */
@media only screen and (max-width: 620px) {
    .header-warning-message-mobile {
        display: none;
    }
}

/* Large Mobile */
@media only screen and (min-width: 621px) and (max-width: 920px) {
    .header-warning-message-mobile-large {
        display: none;
    }
}

/*Desktop mid*/
@media only screen and (min-width: 921px) and (max-width: 1203px) {
    .header-warning-message-mid-desktop {
        display: none;
    }
}

/*Desktop large*/
@media only screen and (min-width: 1204px) {
    .header-warning-message-desktop {
        display: none;
    }
}

