.nested-list-container {
    width: 100%;
    font-family: gotham-narrow-medium;
}
.nested-list-container ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.nested-list-container > ul > li:first-child {
    border-top: 1px solid #CCC;
}
.nested-list-container li {
    position: relative;
    font-size: 15px;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #f45d01;
    text-shadow: 0 1px 0 #fff;
    border: 1px solid #ccc;
    background: #eee ;
    font-weight: bold;
    color:                     #222;
    text-shadow: 0  1px  0  #fff;
    background-image: -webkit-gradient(linear, left top, left bottom, from( #FDFDFD ), to( #f1f1f1 )); /* Saf4+, Chrome */
    background-image: -webkit-linear-gradient( #FDFDFD , #f1f1f1 ); /* Chrome 10+, Saf5.1+ */
    background-image:    -moz-linear-gradient( #FDFDFD , #f1f1f1 ); /* FF3.6 */
    background-image:     -ms-linear-gradient( #FDFDFD , #f1f1f1 ); /* IE10 */
    background-image:      -o-linear-gradient( #FDFDFD , #f1f1f1 ); /* Opera 11.10+ */
    background-image:         linear-gradient( #FDFDFD , #f1f1f1 );
    border-top: 1px solid #fff;
    padding: 0.7em  15px;

}

.nested-list-container li:hover {
    border: 1px solid         #bbb; 
    background:             #dfdfdf;
    font-weight: bold;
    color:                     #222;
    text-shadow: 0; 
    cursor: pointer;
}
.nested-list-container li > div { 
    width: 100%;
    height: 100%; 
 }
.nested-list-container li.has-child > span.more {
    color: #004dd7;
    display: block;
    right: 10px;
    top: 50%;
    margin-top: -9px;
    position: absolute;
    background-repeat: no-repeat;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    border-radius: 9px;

}
.nested-list-container a {
    text-decoration: none;
	display: block;
}
.modal-fullscreen .modal-body{
    overflow-y: hidden;
}
.nested-list-header {
    /* border: 1px solid #004dd7; */
    /* background: linear-gradient(to right,#004dd7 35%,#0c41a2 65%); */
    /* color:                     #fff; */
    font-weight: bold;
    /* position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000; */
}
.fade-out-effect {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 65%);
    pointer-events: none;
    z-index: 99;
}
.nexted-list-floating .card{
    padding: 13px 0;
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}
.nexted-list-floating .card.selected{
    border: 1px solid #F55C05;
    background: #F55C05;
    color: #fff;
}
.nested-list-header .nested-title{
    min-height: 1.1em; text-align: center; font-size: 16px; display: block; margin: .6em 30% .8em; padding: 0; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; outline: 0 !important;
}
.nested-list-back-btn, .nested-list-next-btn {
    font-size: 14px;
    font-family: gotham-narrow-light;
}
.nested-list-next-btn{
    color: #F55C05;
}
.nested-list-header-title{
    font-size: 18px;
    font-family: gotham-narrow-medium;
    color: #201E16;
    padding: 0 16px;
    text-align: center;
}
.nexted-list-mask {
    /* display: none !important; */
	width: 100%;
	height: 100%;
	z-index: 999999;
	position: fixed;
	top:0;
	bottom: 0;
	opacity: 0.5;
	background: white;
}
.nexted-list-mask .node {
	background: url("/image/ajax-loader-2.gif") no-repeat 0 0;
	width: 32px;
	height: 32px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -16px 0 0 -16px;
}

/*14-06-2018*/
.nested-list-header .nested-title-io{
    min-height: 1.1em; text-align: center; font-size: 16px; display: block; margin: .6em 30% .8em; padding: 0; text-overflow: ellipsis; overflow: hidden; outline: 0 !important;
}
/*14-06-2018*/
@media (min-width: 767px){
    .nexted-list-floating .card:hover{
        border: 1px solid #F55C05;
        background: #F55C05;
        color: #fff;
    }
}

@media (max-width: 767px){
    .nested-list-container ul li div a {
        text-align: center
    }
    .nested-list-container ul li div .alw-img-title {
        display: block
    }
    .nested-list-container li {
        white-space: normal !important
    }
    .nested-navigation.nested-list-container ul {
        margin-bottom: 80px;
        width: 100%;
        display: inline-block
    }
}


#mobile-loading {
    display:none !important;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 99;
    text-align: center;
 }
 
 /* #loading-image {
   background-image: url("/ajax-loader.gif");
    background-position: right center;
    background-repeat: no-repeat;
   position: absolute;
   top: 100px;
   left: 240px;
   z-index: 100;
 } */