.nav-row{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
}

.nav-col{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.navigation-bar {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 10px;
}

.navbar {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}



.nav-item {
    display: flex;
    color: #0A344F;
    background-color: #EBE9E5;
    width: 140px;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    flex-wrap: wrap;
    border-bottom: #fff solid 4px;
    justify-content: center;
}
.nav-item:hover {
    background: #FF602C;
}

.selected-nav-item {
    background: #0F516E;
    color: #EBE9E5;
    border-bottom: #0F516E solid 4px;
}



.nav-title {
    display: flex;
    color: inherit;
    height: 26px;
    width: 100%;
    align-items: flex-end;
    justify-content: center;
    padding: 5px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
}

.selected-nav-title{
	text-decoration: underline;
}

.nav-link {
    display: flex;
    height: 26px;
    width: 200px;
    text-decoration: none;
    align-items: center;
    padding: 5px;
    background-color: lightgray;
    color: #0A344F;
    font-size: 14px;
    text-decoration: none;
}

.nav-link {
    display: flex;
    height: 26px;
    text-decoration: none;
    align-items: center;
    padding: 5px;
    background-color: lightgray;
    color: #0A344F;
    font-size: 14px;
    text-decoration: none;
}

.selected-nav-link {
    display: flex;
    height: 26px;
    text-decoration: none;
    align-items: center;
    padding: 5px;
    font-size: 15px;
    color: #FFF;
    background: #FF602C;
}

/* Nav Panel - Dropdown list widths (Default) */
[id^=aSite_] {
    width: 200px;
}
/* Nav Panel - Dropdown list width (override for Admin list) - This must be defined below the (Default) definition above*/
[id^=aSite_ADMIN] {
    width: 226px;
}


.active-nav-item {
    background: #FF602C;
}

.selected-nav-link:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #FFF;
    background: #FF602C;
}

.nav-link-text {
    padding: 5px;
}

.nav-link:hover {
    background: #DDB38D;
    color: #0A344F;
    cursor: pointer;
    text-decoration: underline;
}

.nav-title:hover, .active-nav-dropbtn {
    color: #fff;
    cursor: pointer;
    text-decoration: underline;
}

.nav-link-img{
	width: 25px;
	height: 25px;
}

.nav-reminders-img{
    width:25px;
    height: 25px;
}

.nav-DetectMaterials-img{
    width:25px;
    height: 25px;
}

.nav-add-img{
    width:25px;
    height: 25px;
}


.nav-box{
	z-index: 3;
	border: #FF602C solid 2px;
}

.nav-list-hide{
	display: none;
}

.nav-title-action{
	display: flex;
	height: 30px;
	width: 200px;
	text-decoration: none;
	align-items: center;
	padding: 5px;
	padding-left:10px;
	color: #0A344F;
    text-decoration: none;
    font-size: 18px;
}

.nav-title-action:hover{
	background: #FF602C;
	color: #fff;
	cursor: pointer;
	text-decoration: underline;
}

/* MyRopeTek */
.myropetek {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 5px;
    padding-right: 10px;
    border-bottom: transparent solid 4px;
    min-height: 32px;
    color: #0A344F;
}

.myropetekprofile {
    height: 30px;
    width: 30px;
    background: url("../Content/img/myropetek.png") no-repeat;
    background-position: center center;
    background-size: 30px 30px;
    cursor: pointer;
    padding-right: 7px;
}



.myropetek-title{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-right: 10px;
}

.user-name, .user-type{
		font-size: 11px;
        cursor:default;
	}

.nav-bar-end {
    height: 4px;
    width: 100%;
    background: #0F516E;
}

/* Logout section */
.changepassword-container{
    display: flex;
}

.changepassword {
    width: 30px;
    height: 30px;
    padding-left: 5px;
    cursor: pointer;
    background: url("../Content/img/Key.png") no-repeat;
    background-position: center center;
    background-size: 27px 27px;
}

/* Logout section */
.logout-container{
    display: flex;
}

.logout {
    width: 25px;
    height: 25px;
    padding-left: 5px;
    cursor: pointer;
    background: url("../Content/img/logout.png") no-repeat;
    background-position: center center;
    background-size: 25px 25px;
}


@media only screen and (max-width: 1210px) {
    .user-name, .user-type {
        display: none;
    }
}


/* Mobile */
@media only screen and (max-width: 1060px) {
    .nav-title {
        align-items: center;
    }


    .navigation-bar{
		order: 2;
        height: 0px;
        margin-top: 0px;
	}

    .nav-bar-wrapper{
        flex-direction: column;
        align-self: flex-end;
        z-index: 2;
        background: lightgray;
    }

    .navbar {
        flex-direction: column;
        box-sizing: content-box;
        border: #0A344F solid 1px;
        justify-content: flex-start
    }

    .navbar-items {
        flex-direction: column;
        height: 100%;
        overflow-y: scroll;
        margin-top: 3px;
        margin-bottom: 3px;
        margin-left: 3px;
    }

    .navbar-break{
        display:flex;
        align-self: center;
        width: 95%;
        height: 2px;
        min-height: 2px;
        background: #0A344F;
        
    }

    .forecasting-steps{
        margin-bottom: 3px;
    }

    .nav-step2-img{
        margin-top: 28.5px;
    }

    .nav-avg-rope-life{
        margin-left: 33px;
        margin-bottom: 3px;
    }

    .reports-desktop-title{
        display: none;
    }

   .nav-item {
        border-bottom: none;
        width: 215px;
        background: lightgray;
        border-top: #fff solid 1px;
        justify-content: flex-end;
        font-size: 18px;
    }

    .nav-item:first-child {
        border: none;
    }

    .selected-nav-item{
        background: #0A344F;
    }

    .active-nav-item {
        background: #FF602C;
    }

    .nav-title {
        justify-content: flex-start;
        padding-left: 12px;
        min-height: 25px;
    }

    .selected-nav-title {
        color: lightgray;
    }

    

    .myropetek{
        flex-direction: row;
        align-items: flex-start;
        width: 215px;
        padding: 0px;
        font-size: 18px;
        border-bottom: none;
    }


    .myropetekprofile {
        display: flex;
        height: 35px;
        width: 100%;
        background-size: 25px 25px;
        background-position: left 5px center;
        padding:0px;
        justify-content: flex-start;
        align-items: center;
        color: #0A344F;
    }

    .changepassword-container{
        width: 100%;
        height: 40px;
    }

    .changepassword{
        display: flex;
        height: 35px;
        width: 100%;
        background-size: 25px 25px; 
        background-position: left 5px center;
        padding: 0px;
        justify-content: flex-start;
        align-items: center;
        color: #0A344F;
    }

    .changepassword:hover{
        background: #FF602C url("../Content/img/Key-focus.png") no-repeat;
        background-size: 25px 25px; 
        background-position: left 5px center;
        color: #fff;
        text-decoration: underline; 
    }

    .myropetekprofile:hover {
        background: #FF602C url("../Content/img/myropetek-focus.png") no-repeat;
        background-size: 25px 25px;
        background-position: left 5px center;
        text-decoration: underline;
        color:#fff;
    }
 

    .logout-container{
        width: 100%;
        height: 35px;
    }

    .logout{
        display: flex;
        height: 35px;
        width: 100%;
        background-size: 25px 25px; 
        background-position: left 10px center;
        padding: 0px;
        justify-content: flex-start;
        align-items: center;
        color: #0A344F;
    } 
    
    .logout:hover{
        background: #FF602C url("../Content/img/logout-focus.png") no-repeat;
        background-size: 25px 25px; 
        background-position: left 10px center;
        color: #fff;
        text-decoration: underline;    
    }

    .nav-box {
        border: none;
        width: 100%;
    }

    .nav-list-spacer, .nav-bar-end {
        display: none;
    }
	.desktop-nav{
		display: none;
	}
}

/* Desktop small*/
@media only screen and (min-width: 1060px) and (max-width: 1150px){
	.user-name, .user-type{
		display: none;
	}

}
/*Desktop*/
@media only screen and (min-width: 1060px){
    .navbar-break{
        display: none;
    }

    .navbar-items {
    	display: flex;
        height: 40px;
        max-height: 40px;
    }

    .nav-item:last-of-type {
        justify-content: flex-end;
    }

    .nav-item{
        justify-content: flex-start;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
        min-height: 41px;
    }

    .selected-nav-item{
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .nav-item:hover {
        background: #FF602C;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        border-bottom-right-radius: 0px;
        border-bottom-left-radius: 0px;
    }

    .changepassword:hover{
        background: url("../Content/img/Key-focus.png") no-repeat;
        background-position: center center;
        background-size: 27px 27px;
    }

    .myropetekprofile:hover{
        background: url("../Content/img/myropetek-focus.png") no-repeat;
        background-position: center center;
        background-size: 30px 30px;
    }

    .logout:hover {
        background: url("../Content/img/logout-focus.png") no-repeat;
        background-position: center center;
        background-size: 25px 25px;
    }
}

.navbar-items::-webkit-scrollbar {
    width: 10px;
    background: transparent;
}

.navbar-items::-webkit-scrollbar-thumb {
    background: #01ADEF;
}

/* Short landscape view (desktop or mobile device) */
@media only screen and (max-height: 460px) {
    .myropetek {
        flex-flow: row;
        justify-content: space-between;
        border-bottom: none;
    }
}: none;
    }
}}