.locationNav{
    background: #fff;
    box-shadow: 0 5px 15px rgba(42,42,42,.1);
    margin-top: 40px;
}
.locationNav .mdiWrap{
    padding: 12px
} 
.locationNav .mdiWrap ul li{
    position: relative;
}
.locationNav .mdiWrap ul li a{
    display: inline-block;
    background: #F4F8FD;
    border: 1px solid #E4EAF1;
    font-size: 0.75rem;
    padding:5px 10px;
    font-weight: 600;
    margin-right: 5px;
}
.locationNav .mdiWrap ul li a.active{
    background: #0168BC;
    border: 1px solid #00579D;
    color: #fff
}
.locationNav .mdiWrap ul li .floating{
    position: absolute;
    top: -24px;
    left: 0;
    background: #4A4A4A;
    border: 1px solid #2A2A2A;
    border-radius: 2px;
    visibility: hidden;
}
.locationNav .mdiWrap ul li .floating.on{
    visibility: visible;
}
.locationNav .mdiWrap ul li .floating span{
    display: block;
    color:#FFD64E;
    font-size: 14px;
    padding: 2px 8px;
    cursor: pointer;
}
.locationNav .mdiWrap ul li .floating span:first-child{
    border-right: 1px solid #2a2a2a;
}
.locationNav .mdiWrap ul li .floating span:last-child{
    font-size: 14px;
}
.locationNav .breadcrumbs{
    background: #F8F8F8;
}
.locationNav .breadcrumbs ul li a{
    position: relative;
    height: 36px;
    line-height: 36px;
    display: block;
    font-size: 0.75rem;
    border-top: 1px solid #EDEDED;
    border-right: 1px solid #EDEDED;
    padding: 0 3.75rem 0 1.25rem;
    font-weight: 400;
}
.locationNav .breadcrumbs ul li:first-child a{
    width: 60px;
    color: #D9D9D9;
    font-size: 18px;
    text-align: center;
    padding: 0;
}
.locationNav .breadcrumbs ul li a:after {
    content: '';
    background: #fff;
    background-image: url('../../images/Main_Images/breadcrumbs-arrow.svg');
    background-position: 6px center;
    background-repeat: no-repeat;
    background-size: 5px 8px;
    width: 16px;
    height: 16px;
    border: 1px solid #EDEDED;
    position: absolute;
    top: 50%;
    left: -10px;
    border-radius: 50%;
    transform: translateY(-50%);
}
.locationNav .breadcrumbs ul li:first-child a:after{
   display: none
}
.locationNav .breadcrumbs ul li:last-child a{
    font-weight: 500;
    color: #0B51B7;
}
.titWrap h2{
    font-size: 0.875rem;
    padding-top: 5px;
}
.itemWrap{
    margin-top: 10px;
    border-top: 1px solid #2a2a2a;
    border-right: 1px solid #ededed;
    /* border-left: 1px solid #ededed; */
} 
.itemWrap .item{
    background: #fff;
} 

.itemWrap .item dt,.itemWrap .item dd{
    font-size: 12px;
    /* height: 40px;
    line-height: 40px; */
    border-bottom: 1px solid #EDEDED;
    padding:4px 10px;
}
.itemWrap .item dt{
    background: #f8f8f8;  
    /* width: 120px; */
    width: 7%;
    border-right: 1px solid #EDEDED;
    border-left: 1px solid #EDEDED;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
    display: flex;
    align-items: center;
}
.itemWrap .item dt > div{
    font-size: 12px;
}
.itemWrap .item dt span{
    color: #FC7F0C;
    font-size: 6px;
    display: inline-block;
    padding-left: 5px;
    vertical-align:top;
}
.itemWrap .item dd{
    /* width:calc(25% - 120px); */
    width:18%;
    padding-right: 0.625rem;
    font-size: 12px;
    color: #858585;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow: hidden;
}
.itemWrap .item .col-8 dd{
    width: calc(100% - 120px);
}
.itemWrap .item dd.col-3{
    width: 43%;
} 
.itemWrap .item dd.col-5{
    width: 68%;
} 
/* .itemWrap .item dd.col-6{
    width: calc(100% - 360px);
}
.itemWrap .item dd.col-7{
    width: calc(100% - 240px);
} */
.itemWrap .item dd.col-8{
    /* width: calc(100% - 120px); */
    width:93%;
}
/* .itemWrap .item .col-8 dd select{
    width: 20%;
} */
/* .itemWrap .item dd.col-8 > .selectWrap{
    width: 15%;
} */
.itemWrap .item .file{
    height: 80px;
    line-height: 80px;
    text-align: center;
    border: 1px solid #ededed;
    border-right: none;
    padding: 0 20px;
}
.itemWrap .item .file span{
    color: #858585;
    font-size: 12px;
    font-weight: 400;
    position: relative;
}
.itemWrap .item .file span:before{
    content: '';
    position: absolute;
    top: 50%;
    left: -50px;
    transform: translateY(-50%);
    background:#F8F8F8 url(../images/file.svg) no-repeat center;
    border: 1px solid #ededed;
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.itemWrap .item .file.excel span:before{
    background:#F8F8F8 url(../images/excel.svg) no-repeat center;
}
.itemWrap  + .btnWrap{
    margin-top: 10px;
}
.fileBox section{
    flex: 1;   
}
.fileBox section + section{
    margin-left: 20px;   
}

/* gird */
.itemWrap .item dt td div{
    font-size: 12px;
}
.itemWrap .item td .dxeEditArea_GdotsTheme{
    border: 1px solid #ebebeb !important;
    width: 100%;
    height: 25px;
}
.itemWrap .item td .dxeTextBoxDefaultWidthSy{
    width: 100%;
}
.itemWrap .item dd.searchWrap table{
    width: 100%;
}
.itemWrap .item dd.searchWrap td  button{
    right: 11px;
    top: 5px;
}
.dxeTextBox_GdotsTheme td.dxic{
    padding: 0;
}
.dxeTextBox_GdotsTheme.input{
    border: none;
    width: 100%;
    height: auto;
    line-height: auto;
}
.dxeButtonEdit_GdotsTheme{
    width: 100%;
}
.dxeButtonEditSys td.dxic{
    padding: 0;
}
.selectWrap table.dxeButtonEdit_GdotsTheme{
    border:none;
}
.selectWrap table td.dxeButton{
    background: #f8f8f8;
    border: 1px solid #ebebeb;
    border-left: none;
}
.selectWrap table td.dxeButtonEditButton_GdotsTheme {
    padding: 0px 6px 0px 6px;
}
.dxeMemoSys{
    width: 100% !important;
}
.dxeMemo_iOS{
    border: none;
}
.dxeMemoSys textarea{
    border: 1px solid #ebebeb;
}
.btnWrap .dxm-item + .dxm-item{
    margin-left: 5px;
}
@media (max-width:1100px) {
    .contents{
        margin-top: 30px;
    }

    .selectWrap.col-1{
        width: 15%;
    }
    .locationNav .mdiWrap{
        padding-bottom: 0;
    }
    .locationNav .mdiWrap ul{
        flex-wrap: wrap;
    } 
    .locationNav .mdiWrap ul li{
        margin-bottom: 10px;
    }
    .locationNav .breadcrumbs ul li a{
        padding-right: 2.75rem;
        font-size: 0.6875rem;
    }
}
@media(max-width:1000px){
    
}
@media (max-width:901px){
    .headerTop .searchBox{
        position: absolute;
        left: 250px;
    }
    .headerTop .searchBox input{
        width: 170px;
    }
    .contentsWrap{
        margin: 0 1rem;
    }
    nav li a{
        font-size: 0.75rem;
    }
    .titWrap h2{
        font-size: 0.75rem;
    }
}