/*
font settings start
--------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap');
body *{
    font-family: 'Noto Sans KR', sans-serif !important;
    font-weight: 400;
}
/*
font settings end
--------------------------------------------------------------- */

/*
common settings start
--------------------------------------------------------------- */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

body{
    background-color: #ffffff;
}

a{
    text-decoration: none !important;
}

input[type=text]:focus {
    border: 1px solid #2c2c2c !important;
    outline: none !important;
    box-shadow: none !important;
}

input[type=date]:focus {
    border: 1px solid #2c2c2c !important;
    outline: none !important;
    box-shadow: none !important;
}

input[type=search]:focus {
    border: 1px solid #2c2c2c !important;
    outline: none !important;
    box-shadow: none !important;
}

textarea:focus{
    border: 1px solid #2c2c2c !important;
    outline: none !important;
    box-shadow: none !important;
}

select:focus {
    border: 1px solid #2c2c2c !important;
    outline: none !important;
    box-shadow: none !important;
}

.page-item{
    padding: 0 !important;
}

.page-item .page-link{
    color: #3e3e3e !important;
    font-weight: 300;
}

.page-item.active .page-link{
    /*background-color: #f17225;*/
    background-color: black;
    border-color: black;
    color: white !important;
}

#searchBox{
    padding: 10px;
    border-radius: 10px;
    background-color: #f9f9f9;
    margin-bottom: 20px;
}

#searchBox > .row > *{
    height: 100%;
}

.select2-selection__arrow{
    height: 30px !important;
}

.select2-selection__rendered{
    line-height: 28px !important;
    color: #212529 !important;
}

.select2-selection.select2-selection--single{
    height: 30px;
  	line-height: 1.4;
    border-color: #ced4da;
}

#select2-menu2-1-search2-container{
    line-height: 34px;
}

.select2-container--default{
    width: 100% !important;
}

#logout{
    width: 100%;
}

.pagination{
    margin: 0 !important;
}

/*.whiteBtn{*/
/*    background-color: white;*/
/*}*/

#underItem > div > input{
    float: left;
    margin-left: 15px;
    margin-top: 12px;
}

#underItem > div{
    text-align: center;
}

#underItem > div:nth-child(1) > input{
    float: left;
    margin-right: 20px;
}

#underItem > div:nth-child(1) > button{
    width: 120px;
    float: left;
    margin-right: 10px;
}

#underItem > div:nth-child(1) > select{
    width: 160px;
    float: left;
    margin-right: 10px;
}

#showInfo > div:nth-child(1) > *{
    display: inline-block;
}

#showInfo > div:nth-child(1) > select{
    width: 70px;
}

#showInfo > div:nth-child(2) > button{
    float: right;
    width: 200px;
}

.table > thead > tr > th {
	font-weight: 600;	
	background-color: #939393;
	color: #ffffff;
	border: 0px;
	font-size: 13px;
}
/*
common settings end
--------------------------------------------------------------- */

/*
Responsive Web start
--------------------------------------------------------------- */
@media (min-width: 1200px) {

}

@media (min-width: 992px) {

}

@media (max-width: 767px) {
    .inner-container{
        width: 100%;
        padding: 100px 20px !important;
    }
}

@media (min-width: 576px) {

}
/*
Responsive Web end
--------------------------------------------------------------- */

/*
menu1-1 start
--------------------------------------------------------------- */
#menu1-1{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#table-menu1-1{
    vertical-align: middle;
    text-align: center;
}

#menu1-1 > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu1-1 > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu1-1 > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}
/*
menu1-1 end
--------------------------------------------------------------- */

/*
menu1-1-edit start
--------------------------------------------------------------- */
#menu1-1-edit{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#menu1-1-edit > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu1-1-edit > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu1-1-edit > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

#menu1-1-edit > .box1 > .row > .col-md-10 > .title2{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

#menu1-1-edit > .box1 > .row > .col-md-10 > .title2 > .fa-chevron-right{
    margin-right: 10px;
}

#table-menu1-1-edit{
    vertical-align: middle;
}

#table-menu1-1-edit > tbody > tr > th{
    text-align: center;
    background-color: #e5e5e5;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-size: 14px;
    font-weight: 500;
}

#table-menu1-1-edit > tbody > tr > td{
    padding: 10px;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-weight: 300;
    color: #828282;
}

#menu1-1-edit > .box1 > .row > .col-md-10 > .row > .col-md-12 > button{
    width: 120px;
    float: right;
}

#menu1-1-edit > .box1 > .row > .col-md-10 > .row > .col-md-12 > button:nth-child(1) {
    margin-left: 10px;
}
/*
menu1-1-edit end
--------------------------------------------------------------- */

/*
menu1-2 start
--------------------------------------------------------------- */
#menu1-2{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#table-menu1-2{
    vertical-align: middle;
    text-align: center;
}

#menu1-2 > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu1-2 > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu1-2 > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}
/*
menu1-2 end
--------------------------------------------------------------- */

/*
menu1-2-edit start
--------------------------------------------------------------- */
#menu1-2-edit{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#menu1-2-edit > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu1-2-edit > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu1-2-edit > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

#menu1-2-edit > .box1 > .row > .col-md-10 > .title2{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

#menu1-2-edit > .box1 > .row > .col-md-10 > .title2 > .fa-chevron-right{
    margin-right: 10px;
}

#table-menu1-2-edit{
    vertical-align: middle;
}

#table-menu1-2-edit > tbody > tr > th{
    text-align: center;
    background-color: #e5e5e5;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-size: 14px;
    font-weight: 500;
}

#table-menu1-2-edit > tbody > tr > td{
    padding: 10px;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-weight: 300;
    color: #828282;
}

#menu1-2-edit > .box1 > .row > .col-md-10 > .row > .col-md-12 > button{
    width: 120px;
    float: right;
}

#menu1-2-edit > .box1 > .row > .col-md-10 > .row > .col-md-12 > button:nth-child(1) {
    margin-left: 10px;
}
/*
menu1-2-edit end
--------------------------------------------------------------- */

/*
menu1-3 start
--------------------------------------------------------------- */
#menu1-3{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#table-menu1-3{
    vertical-align: middle;
    text-align: center;
}

#menu1-3 > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu1-3 > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu1-3 > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}
/*
menu1-3 end
--------------------------------------------------------------- */

/*
menu1-3-edit start
--------------------------------------------------------------- */
#menu1-3-edit{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#menu1-3-edit > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu1-3-edit > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu1-3-edit > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

#menu1-3-edit > .box1 > .row > .col-md-10 > .title2{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

#menu1-3-edit > .box1 > .row > .col-md-10 > .title2 > .fa-chevron-right{
    margin-right: 10px;
}

#table-menu1-3-edit{
    vertical-align: middle;
}

#table-menu1-3-edit > tbody > tr > th{
    text-align: center;
    background-color: #e5e5e5;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-size: 14px;
    font-weight: 500;
}

#table-menu1-3-edit > tbody > tr > td{
    padding: 10px;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-weight: 300;
    color: #828282;
}

#menu1-3-edit > .box1 > .row > .col-md-10 > .row > .col-md-12 > button{
    width: 120px;
    float: right;
}

#menu1-3-edit > .box1 > .row > .col-md-10 > .row > .col-md-12 > button:nth-child(1) {
    margin-left: 10px;
}
/*
menu1-3-edit end
--------------------------------------------------------------- */

/*
menu2-1 start
--------------------------------------------------------------- */
#menu2-1{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#table-menu2-1{
    vertical-align: middle;
    text-align: center;
}

#menu2-1 > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu2-1 > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu2-1 > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

.menu2-1-searchBox > .row{
    line-height: 38px;
}

#menu2-1 .select2-container--default{
    margin-bottom: 5px;
}

.menu2-1-searchBox > .row > .col:nth-child(2) {
    padding-right: 0;
}

.menu2-1-searchBox > .row > .col:nth-child(3) {
    padding: 0 5px;
}

.menu2-1-searchBox > .row > .col:nth-child(4) {
    padding-left: 5px;
}

.menu2-1-searchBox > .row > .col:nth-child(5) {
    padding-right: 0;
}
/*
menu2-1 end
--------------------------------------------------------------- */

/*
menu2-1-edit start
--------------------------------------------------------------- */
#menu2-1-edit{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#menu2-1-edit > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu2-1-edit > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu2-1-edit > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

#menu2-1-edit > .box1 > .row > .col-md-10 > .title2{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

#menu2-1-edit > .box1 > .row > .col-md-10 > .title2 > .fa-chevron-right{
    margin-right: 10px;
}

#table-menu2-1-edit{
    vertical-align: middle;
}

#table-menu2-1-edit > tbody > tr > th{
    text-align: center;
    background-color: #e5e5e5;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-size: 14px;
    font-weight: 500;
}

#table-menu2-1-edit > tbody > tr > td{
    padding: 10px;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-weight: 300;
    color: #000000;
}

#menu2-1-edit > .box1 > .row > .col-md-10 > .row > .col-md-12 > button{
    width: 120px;
    float: right;
}

#menu2-1-edit > .box1 > .row > .col-md-10 > .row > .col-md-12 > button:nth-child(1) {
    margin-left: 10px;
}
/*
menu2-1-edit end
--------------------------------------------------------------- */

/*
menu2-1-edit2 start
--------------------------------------------------------------- */
#menu2-1-edit2{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#menu2-1-edit2 > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu2-1-edit2 > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu2-1-edit2 > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

#menu2-1-edit2 > .box1 > .row > .col-md-10 > .title2{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

#menu2-1-edit2 > .box1 > .row > .col-md-10 > .title2 > .fa-chevron-right{
    margin-right: 10px;
}

#table-menu2-1-edit2{
    vertical-align: middle;
}

#table-menu2-1-edit2 > tbody > tr > th{
    text-align: center;
    background-color: #e5e5e5;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-size: 14px;
    font-weight: 500;
}

#table-menu2-1-edit2 > tbody > tr > td{
    padding: 10px;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-weight: 300;
    color: #828282;
}

#menu2-1-edit2 > .box1 > .row > .col-md-10 > .row > .col-md-12 > button{
    width: 120px;
    float: right;
}

#menu2-1-edit2 > .box1 > .row > .col-md-10 > .row > .col-md-12 > button:nth-child(1) {
    margin-left: 10px;
}
/*
menu2-1-edit2 end
--------------------------------------------------------------- */

/*
menu2-2 start
--------------------------------------------------------------- */
#menu2-2{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#table-menu2-2{
    vertical-align: middle;
    text-align: center;
}

#menu2-2 > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu2-2 > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu2-2 > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

.menu2-2-searchBox > .row{
    line-height: 38px;
}

#menu2-2 .select2-container--default{
    margin-bottom: 5px;
}

.menu2-2-searchBox > .row > .col:nth-child(2) {
    padding-right: 0;
}

.menu2-2-searchBox > .row > .col:nth-child(3) {
    padding: 0 5px;
}

.menu2-2-searchBox > .row > .col:nth-child(4) {
    padding-left: 5px;
}

.menu2-2-searchBox > .row > .col:nth-child(5) {
    padding-right: 0;
}
/*
menu2-2 end
--------------------------------------------------------------- */

/*
menu2-2-edit start
--------------------------------------------------------------- */
#menu2-2-edit{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#menu2-2-edit > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu2-2-edit > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu2-2-edit > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

#menu2-2-edit > .box1 > .row > .col-md-10 > .title2{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

#menu2-2-edit > .box1 > .row > .col-md-10 > .title2 > .fa-chevron-right{
    margin-right: 10px;
}

#table-menu2-2-edit{
    vertical-align: middle;
}

#table-menu2-2-edit > tbody > tr > th{
    text-align: center;
    background-color: #e5e5e5;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-size: 14px;
    font-weight: 500;
}

#table-menu2-2-edit > tbody > tr > td{
    padding: 10px;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-weight: 300;
    color: #828282;
}

#menu2-2-edit > .box1 > .row > .col-md-10 > .row > .col-md-12 > button{
    width: 120px;
    float: right;
}

#menu2-2-edit > .box1 > .row > .col-md-10 > .row > .col-md-12 > button:nth-child(1) {
    margin-left: 10px;
}
/*
menu2-1-edit end
--------------------------------------------------------------- */

/*
menu2-3 start
--------------------------------------------------------------- */
#menu2-3{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#table-menu2-3{
    vertical-align: middle;
    text-align: center;
}

#menu2-3 > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu2-3 > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu2-3 > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

.menu2-3-searchBox > .row{
    line-height: 38px;
}

#menu2-3 .select2-container--default{
    margin-bottom: 5px;
}

.menu2-3-searchBox > .row > .col:nth-child(2) {
    padding-right: 0;
}

.menu2-3-searchBox > .row > .col:nth-child(3) {
    padding: 0 5px;
}

.menu2-3-searchBox > .row > .col:nth-child(4) {
    padding-left: 5px;
}

.menu2-3-searchBox > .row > .col:nth-child(5) {
    padding-right: 0;
}
/*
menu2-3 end
--------------------------------------------------------------- */

/*
menu2-3-edit start
--------------------------------------------------------------- */
#menu2-3-edit{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#menu2-3-edit > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu2-3-edit > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu2-3-edit > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

#menu2-3-edit > .box1 > .row > .col-md-10 > .title2{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

#menu2-3-edit > .box1 > .row > .col-md-10 > .title2 > .fa-chevron-right{
    margin-right: 10px;
}

#table-menu2-3-edit{
    vertical-align: middle;
}

#table-menu2-3-edit > tbody > tr > th{
    text-align: center;
    background-color: #e5e5e5;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-size: 14px;
    font-weight: 500;
}

#table-menu2-3-edit > tbody > tr > td{
    padding: 10px;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-weight: 300;
    color: #828282;
}

#menu2-3-edit > .box1 > .row > .col-md-10 > .row > .col-md-12 > button{
    width: 120px;
    float: right;
}

#menu2-3-edit > .box1 > .row > .col-md-10 > .row > .col-md-12 > button:nth-child(1) {
    margin-left: 10px;
}
/*
menu2-3-edit end
--------------------------------------------------------------- */

/*
menu2-4 start
--------------------------------------------------------------- */
#menu2-4{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#table-menu2-4{
    vertical-align: middle;
    text-align: center;
}

#menu2-4 > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu2-4 > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu2-4 > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

.menu2-4-searchBox > .row{
    line-height: 38px;
}

#menu2-4 .select2-container--default{
    margin-bottom: 5px;
}

.menu2-4-searchBox > .row > .col:nth-child(2) {
    padding-right: 0;
}

.menu2-4-searchBox > .row > .col:nth-child(3) {
    padding: 0 5px;
}

.menu2-4-searchBox > .row > .col:nth-child(4) {
    padding-left: 5px;
}

.menu2-4-searchBox > .row > .col:nth-child(5) {
    padding-right: 0;
}
/*
menu2-4 end
--------------------------------------------------------------- */

/*
menu2-5 start
--------------------------------------------------------------- */
#menu2-5{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#table-menu2-5{
    vertical-align: middle;
    text-align: center;
}

#menu2-5 > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu2-5 > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu2-5 > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}
/*
menu2-5 end
--------------------------------------------------------------- */

/*
menu2-5-edit start
--------------------------------------------------------------- */
#menu2-5-edit{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#menu2-5-edit > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu2-5-edit > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu2-5-edit > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

#menu2-5-edit > .box1 > .row > .col-md-10 > .title2{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

#menu2-5-edit > .box1 > .row > .col-md-10 > .title2 > .fa-chevron-right{
    margin-right: 10px;
}

#table-menu2-5-edit{
    vertical-align: middle;
}

#table-menu2-5-edit > tbody > tr > th{
    text-align: center;
    background-color: #e5e5e5;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-size: 14px;
    font-weight: 500;
}

#table-menu2-5-edit > tbody > tr > td{
    padding: 10px;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-size: 0.82rem;
    font-weight: 300;
    color: #828282;
}

#menu2-5-edit > .box1 > .row > .col-md-10 > .row > .col-md-12 > button{
    width: 120px;
    float: right;
}

#menu2-5-edit > .box1 > .row > .col-md-10 > .row > .col-md-12 > button:nth-child(1) {
    margin-left: 10px;
}
/*
menu2-5-edit end
--------------------------------------------------------------- */

/*
menu2-5-edit2 start
--------------------------------------------------------------- */
#menu2-5-edit2{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#menu2-5-edit2 > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu2-5-edit2 > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu2-5-edit2 > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

#menu2-5-edit2 > .box1 > .row > .col-md-10 > .title2{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

#menu2-5-edit2 > .box1 > .row > .col-md-10 > .title2 > .fa-chevron-right{
    margin-right: 10px;
}

#table-menu2-5-edit2{
    vertical-align: middle;
}

#table-menu2-5-edit2 > tbody > tr > th{
    text-align: center;
    background-color: #e5e5e5;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-size: 14px;
    font-weight: 500;
}

#table-menu2-5-edit2 > tbody > tr > td{
    padding: 10px;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-weight: 300;
    color: #828282;
}

#menu2-5-edit2 > .box1 > .row > .col-md-10 > .row > .col-md-12 > button{
    width: 120px;
    float: right;
}

#menu2-5-edit2 > .box1 > .row > .col-md-10 > .row > .col-md-12 > button:nth-child(1) {
    margin-left: 10px;
}
/*
menu2-5-edit end
--------------------------------------------------------------- */

/*
menu3-1 start
--------------------------------------------------------------- */
#menu3-1{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#menu3-1_btn{
    width: 200px !important;
}

#table-menu3-1{
    vertical-align: middle;
    text-align: center;
}

#menu3-1 > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu3-1 > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu3-1 > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

.menu3-1-searchBox > .row{
    line-height: 38px;
}

#menu3-1 .select2-container--default{
    margin-bottom: 5px;
}

.menu3-1-searchBox > .row > .col:nth-child(2) {
    padding-right: 0;
}

.menu3-1-searchBox > .row > .col:nth-child(3) {
    padding: 0 5px;
}

.menu3-1-searchBox > .row > .col:nth-child(4) {
    padding-left: 5px;
}

.menu3-1-searchBox > .row > .col:nth-child(5) {
    padding-right: 0;
}
/*
menu3-1 end
--------------------------------------------------------------- */

/*
menu3-1-edit2 start
--------------------------------------------------------------- */
#menu3-1-edit2{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#menu3-1-edit2 > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu3-1-edit2 > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu3-1-edit2 > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

#menu3-1-edit2 > .box1 > .row > .col-md-10 > .title2{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

#menu3-1-edit2 > .box1 > .row > .col-md-10 > .title2 > .fa-chevron-right{
    margin-right: 10px;
}

#table-menu3-1-edit2{
    vertical-align: middle;
}

#table-menu3-1-edit2 > tbody > tr > th{
    text-align: center;
    background-color: #e5e5e5;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-size: 14px;
    font-weight: 500;
}

#table-menu3-1-edit2 > tbody > tr > td{
    padding: 10px;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-weight: 300;
    color: #828282;
}

#menu3-1-edit2 > .box1 > .row > .col-md-10 > .row > .col-md-12 > button{
    width: 120px;
    float: right;
}

#menu3-1-edit2 > .box1 > .row > .col-md-10 > .row > .col-md-12 > button:nth-child(1) {
    margin-left: 10px;
}
/*
menu2-1-edit2 end
--------------------------------------------------------------- */

/*
menu3-1-edit start
--------------------------------------------------------------- */
#menu3-1-edit{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#menu3-1-edit > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu3-1-edit > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu3-1-edit > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

#menu3-1-edit > .box1 > .row > .col-md-10 > .title2{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

#menu3-1-edit > .box1 > .row > .col-md-10 > .title2 > .fa-chevron-right{
    margin-right: 10px;
}

#table-menu3-1-edit{
    vertical-align: middle;
}

#table-menu3-1-edit > tbody > tr > th{
    text-align: center;
    background-color: #e5e5e5;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-size: 14px;
    font-weight: 500;
}

#table-menu3-1-edit > tbody > tr > td{
    padding: 10px;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-weight: 300;
    color: #828282;
}

#menu3-1-edit > .box1 > .row > .col-md-10 > .row > .col-md-12 > button{
    width: 120px;
    float: right;
}

#menu3-1-edit > .box1 > .row > .col-md-10 > .row > .col-md-12 > button:nth-child(1) {
    margin-left: 10px;
}
/*
menu2-1-edit end
--------------------------------------------------------------- */

/*
menu3-2 start
--------------------------------------------------------------- */
#menu3-2{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#table-menu3-2{
    vertical-align: middle;
    text-align: center;
}

#menu3-2 > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu3-2 > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu3-2 > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

.menu3-2-searchBox > .row{
    line-height: 38px;
}

#menu3-2 .select2-container--default{
    margin-bottom: 5px;
}
/*
menu3-2 end
--------------------------------------------------------------- */

/*
menu3-2-edit2 start
--------------------------------------------------------------- */
#menu3-2-edit2{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#menu3-2-edit2 > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu3-2-edit2 > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu3-2-edit2 > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

#menu3-2-edit2 > .box1 > .row > .col-md-10 > .title2{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

#menu3-2-edit2 > .box1 > .row > .col-md-10 > .title2 > .fa-chevron-right{
    margin-right: 10px;
}

#table-menu3-2-edit2{
    vertical-align: middle;
}

#table-menu3-2-edit2 > tbody > tr > th{
    text-align: center;
    background-color: #e5e5e5;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-size: 14px;
    font-weight: 500;
}

#table-menu3-2-edit2 > tbody > tr > td{
    padding: 10px;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-weight: 300;
    color: #828282;
}

#menu3-2-edit2 > .box1 > .row > .col-md-10 > .row > .col-md-12 > button{
    width: 120px;
    float: right;
}

#menu3-2-edit2 > .box1 > .row > .col-md-10 > .row > .col-md-12 > button:nth-child(1) {
    margin-left: 10px;
}
/*
menu2-1-edit2 end
--------------------------------------------------------------- */

/*
menu3-2-edit start
--------------------------------------------------------------- */
#menu3-2-edit{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#menu3-2-edit > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu3-2-edit > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu3-2-edit > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

#menu3-2-edit > .box1 > .row > .col-md-10 > .title2{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

#menu3-2-edit > .box1 > .row > .col-md-10 > .title2 > .fa-chevron-right{
    margin-right: 10px;
}

#table-menu3-2-edit{
    vertical-align: middle;
}

#table-menu3-2-edit > tbody > tr > th{
    text-align: center;
    background-color: #e5e5e5;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-size: 14px;
    font-weight: 500;
}

#table-menu3-2-edit > tbody > tr > td{
    padding: 10px;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-weight: 300;
    color: #828282;
}

#menu3-2-edit > .box1 > .row > .col-md-10 > .row > .col-md-12 > button{
    width: 120px;
    float: right;
}

#menu3-2-edit > .box1 > .row > .col-md-10 > .row > .col-md-12 > button:nth-child(1) {
    margin-left: 10px;
}
/*
menu3-2-edit end
--------------------------------------------------------------- */

/*
menu4-1 start
--------------------------------------------------------------- */
#menu4-1{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#table-menu4-1{
    vertical-align: middle;
    text-align: center;
}

#menu4-1 > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu4-1 > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu4-1 > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

.menu4-1-searchBox > .row{
    line-height: 38px;
}

.menu4-1-searchBox > .row > .col:nth-child(3) {
    padding-right: 0;
}

.menu4-1-searchBox > .row > .col:nth-child(4) {
    padding: 0 5px;
}

.menu4-1-searchBox > .row > .col:nth-child(5) {
    padding-left: 5px;
}

/*
menu4-1 end
--------------------------------------------------------------- */

/*
menu5-1 start
--------------------------------------------------------------- */
#menu5-1{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#table-menu5-1{
    vertical-align: middle;
    text-align: center;
}

#menu5-1 > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu5-1 > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu5-1 > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

.menu5-1-searchBox > .row{
    line-height: 38px;
}

#menu5-1 .select2-container--default{
    margin-bottom: 5px;
}

/*.menu5-1-searchBox > .row > .col:nth-child(2) {*/
/*    padding-right: 0;*/
/*}*/

.menu5-1-searchBox > .row > .col:nth-child(3) {
    padding-right: 0;
}

.menu5-1-searchBox > .row > .col:nth-child(4) {
    padding: 0 5px;
}

.menu5-1-searchBox > .row > .col:nth-child(5) {
    padding-left: 5px;
}

/*
menu5-1 end
--------------------------------------------------------------- */

/*
menu5-2 start
--------------------------------------------------------------- */
#menu5-2{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#table-menu5-2{
    vertical-align: middle;
    text-align: center;
}

#menu5-2 > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu5-2 > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu5-2 > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

.menu5-2-searchBox > .row{
    line-height: 38px;
}

#menu5-2 .select2-container--default{
    margin-bottom: 5px;
}

/*.menu5-1-searchBox > .row > .col:nth-child(2) {*/
/*    padding-right: 0;*/
/*}*/

.menu5-2-searchBox > .row > .col:nth-child(3) {
    padding-right: 0;
}

.menu5-2-searchBox > .row > .col:nth-child(4) {
    padding: 0 5px;
}

.menu5-2-searchBox > .row > .col:nth-child(5) {
    padding-left: 5px;
}

/*
menu5-2 end
--------------------------------------------------------------- */

/*
menu6-1 start
--------------------------------------------------------------- */
#menu6-1{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#menu6-1 > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu6-1 > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu6-1 > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

.menu6-1-searchBox > .row{
    line-height: 38px;
}

.menu6-1-searchBox > .row > button{
    margin-right: 10px;
    /*background-color: rgb(59, 59, 59);*/
}

#menu6-1 .card-body{
    padding-top: 0;
    padding-bottom: 0;
}

#table-menu6-1{
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 10px;
}

#table-menu6-1 *{
    text-align: center;
}

#table-menu6-1 > thead > tr > th{
    color: black;
    font-weight: 500;
}

#table-menu6-1 > tbody > tr > td{
    color: #383838;
    font-weight: 300;
}

#table-menu6-1_wrapper > .row:nth-child(2) .odd td{
    border-bottom: none;
}

#menu6-1-dataInfo{
    margin-bottom: 10px;
    font-weight: 500;
}
/*
menu6-1 end
--------------------------------------------------------------- */

/*
menu6-2 start
--------------------------------------------------------------- */
#menu6-2{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#menu6-2 > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu6-2 > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu6-2 > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

.menu6-2-searchBox > .row{
    line-height: 38px;
}

.menu6-2-searchBox > .row > button{
    margin-right: 10px;
    /*background-color: rgb(59, 59, 59);*/
}

#menu6-2 .card-body{
    padding-top: 0;
    padding-bottom: 0;
}

#table-menu6-2{
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 10px;
}

#table-menu6-2 *{
    text-align: center;
}

#table-menu6-2 > thead > tr > th{
    color: black;
    font-weight: 500;
}

#table-menu6-2 > tbody > tr > td{
    color: #383838;
    font-weight: 300;
}

#table-menu6-2_wrapper > .row:nth-child(2) .odd td{
    border-bottom: none;
}

#menu6-2-dataInfo{
    margin-bottom: 10px;
    font-weight: 500;
}
/*
menu6-2 end
--------------------------------------------------------------- */

/*
menu6-3 start
--------------------------------------------------------------- */
#menu6-3{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#menu6-3 > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu6-3 > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu6-3 > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

.menu6-3-searchBox > .row{
    line-height: 38px;
}

.menu6-3-searchBox > .row > button{
    margin-right: 10px;
    /*background-color: rgb(59, 59, 59);*/
}

#menu6-3 .card-body{
    padding-top: 0;
    padding-bottom: 0;
}

#table-menu6-3{
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 10px;
}

#table-menu6-3 *{
    text-align: center;
}

#table-menu6-3 > thead > tr > th{
    color: black;
    font-weight: 500;
}

#table-menu6-3 > tbody > tr > td{
    color: #383838;
    font-weight: 300;
}

#table-menu6-3_wrapper > .row:nth-child(2) .odd td{
    border-bottom: none;
}

#menu6-3-dataInfo{
    margin-bottom: 10px;
    font-weight: 500;
}
/*
menu6-3 end
--------------------------------------------------------------- */







/*
menu7-1 start
--------------------------------------------------------------- */
#menu7-1{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#table-menu7-1{
    vertical-align: middle;
    text-align: center;
}

#menu7-1 > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu7-1 > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu7-1 > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

.menu7-1-searchBox > .row{
    line-height: 38px;
}

.menu7-1-searchBox > .row > .col:nth-child(2) {
    padding-right: 0;
}

.menu7-1-searchBox > .row > .col:nth-child(3) {
    padding: 0 5px;
}

.menu7-1-searchBox > .row > .col:nth-child(4) {
    padding-left: 5px;
}

/*
menu7-1 end
--------------------------------------------------------------- */

/*
menu7-1-edit start
--------------------------------------------------------------- */
#menu7-1-edit{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#menu7-1-edit > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu7-1-edit > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu7-1-edit > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

#menu7-1-edit > .box1 > .row > .col-md-10 > .title2{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

#menu7-1-edit > .box1 > .row > .col-md-10 > .title2 > .fa-chevron-right{
    margin-right: 10px;
}

#table-menu7-1-edit{
    vertical-align: middle;
}

#table-menu7-1-edit > tbody > tr > th{
    text-align: center;
    background-color: #e5e5e5;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-size: 14px;
    font-weight: 500;
}

#table-menu7-1-edit > tbody > tr > td{
    padding: 10px;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-weight: 300;
    color: #828282;
}

#menu7-1-edit > .box1 > .row > .col-md-10 > .row > .col-md-12 > button{
    width: 120px;
    float: right;
}

#menu7-1-edit > .box1 > .row > .col-md-10 > .row > .col-md-12 > button:nth-child(1) {
    margin-left: 10px;
}
/*
menu7-1-edit end
--------------------------------------------------------------- */

/*
menu7-1-edit2 start
--------------------------------------------------------------- */
#menu7-1-edit2{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#menu7-1-edit2 > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu7-1-edit2 > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu7-1-edit2 > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

#menu7-1-edit2 > .box1 > .row > .col-md-10 > .title2{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

#menu7-1-edit2 > .box1 > .row > .col-md-10 > .title2 > .fa-chevron-right{
    margin-right: 10px;
}

#table-menu7-1-edit2{
    vertical-align: middle;
}

#table-menu7-1-edit2 > tbody > tr > th{
    text-align: center;
    background-color: #e5e5e5;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-size: 14px;
    font-weight: 500;
}

#table-menu7-1-edit2 > tbody > tr > td{
    padding: 10px;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-weight: 300;
    color: #828282;
}

#menu7-1-edit2 > .box1 > .row > .col-md-10 > .row > .col-md-12 > button{
    width: 120px;
    float: right;
}

#menu7-1-edit2 > .box1 > .row > .col-md-10 > .row > .col-md-12 > button:nth-child(1) {
    margin-left: 10px;
}
/*
menu7-1-edit2 end
--------------------------------------------------------------- */

/*
menu7-2 start
--------------------------------------------------------------- */
#menu7-2{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#table-menu7-2{
    vertical-align: middle;
    text-align: center;
}

#menu7-2 > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu7-2 > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu7-2 > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

.menu7-2-searchBox > .row{
    line-height: 38px;
}

.menu7-2-searchBox > .row > .col:nth-child(2) {
    padding-right: 0;
}

.menu7-2-searchBox > .row > .col:nth-child(3) {
    padding: 0 5px;
}

.menu7-2-searchBox > .row > .col:nth-child(4) {
    padding-left: 5px;
}

/*
menu7-2 end
--------------------------------------------------------------- */

/*
menu7-2-edit start
--------------------------------------------------------------- */
#menu7-2-edit{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#menu7-2-edit > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu7-2-edit > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu7-2-edit > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

#menu7-2-edit > .box1 > .row > .col-md-10 > .title2{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

#menu7-2-edit > .box1 > .row > .col-md-10 > .title2 > .fa-chevron-right{
    margin-right: 10px;
}

#table-menu7-2-edit{
    vertical-align: middle;
}

#table-menu7-2-edit > tbody > tr > th{
    text-align: center;
    background-color: #e5e5e5;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-size: 14px;
    font-weight: 500;
}

#table-menu7-2-edit > tbody > tr > td{
    padding: 10px;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-weight: 300;
    color: #828282;
}

#menu7-2-edit > .box1 > .row > .col-md-10 > .row > .col-md-12 > button{
    width: 120px;
    float: right;
}

#menu7-2-edit > .box1 > .row > .col-md-10 > .row > .col-md-12 > button:nth-child(1) {
    margin-left: 10px;
}
/*
menu7-2-edit end
--------------------------------------------------------------- */

/*
menu7-2-edit2 start
--------------------------------------------------------------- */
#menu7-2-edit2{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#menu7-2-edit2 > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu7-2-edit2 > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu7-2-edit2 > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

#menu7-2-edit2 > .box1 > .row > .col-md-10 > .title2{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

#menu7-2-edit2 > .box1 > .row > .col-md-10 > .title2 > .fa-chevron-right{
    margin-right: 10px;
}

#table-menu7-2-edit2{
    vertical-align: middle;
}

#table-menu7-2-edit2 > tbody > tr > th{
    text-align: center;
    background-color: #e5e5e5;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-size: 14px;
    font-weight: 500;
}

#table-menu7-2-edit2 > tbody > tr > td{
    padding: 10px;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-weight: 300;
    color: #828282;
}

#menu7-2-edit2 > .box1 > .row > .col-md-10 > .row > .col-md-12 > button{
    width: 120px;
    float: right;
}

#menu7-2-edit2 > .box1 > .row > .col-md-10 > .row > .col-md-12 > button:nth-child(1) {
    margin-left: 10px;
}
/*
menu7-1-edit2 end
--------------------------------------------------------------- */

/*
menu7-3 start
--------------------------------------------------------------- */
#menu7-3{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#table-menu7-3{
    vertical-align: middle;
    text-align: center;
}

#menu7-3 > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu7-3 > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu7-3 > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

.menu7-3-searchBox > .row{
    line-height: 38px;
}

.menu7-3-searchBox > .row > .col:nth-child(2) {
    padding-right: 0;
}

.menu7-3-searchBox > .row > .col:nth-child(3) {
    padding: 0 5px;
}

.menu7-3-searchBox > .row > .col:nth-child(4) {
    padding-left: 5px;
}

/*
menu7-3 end
--------------------------------------------------------------- */

/*
menu7-3-viewY start
--------------------------------------------------------------- */
#menu7-3-viewY{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#menu7-3-viewY > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu7-3-viewY > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu7-3-viewY > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

#menu7-3-viewY > .box1 > .row > .col-md-10 > .title2{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

#menu7-3-viewY > .box1 > .row > .col-md-10 > .title2 > .fa-chevron-right{
    margin-right: 10px;
}

#table-menu7-3-viewY{
    vertical-align: middle;
}

#table-menu7-3-viewY > tbody > tr > th{
    text-align: center;
    background-color: #e5e5e5;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-size: 14px;
    font-weight: 500;
}

#table-menu7-3-viewY > tbody > tr > td{
    padding: 10px;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-weight: 300;
    color: #828282;
}

#table-menu7-3-viewY-A{
    vertical-align: middle;
}

#table-menu7-3-viewY-A > tbody > tr > th{
    text-align: center;
    background-color: #e5e5e5;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-size: 14px;
    font-weight: 500;
}

#table-menu7-3-viewY-A > tbody > tr > td{
    padding: 10px;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-weight: 300;
    color: #828282;
}

#menu7-3-viewY > .box1 > .row > .col-md-10 > .row > .col-md-12 > button{
    width: 120px;
    float: right;
}

#menu7-3-viewY > .box1 > .row > .col-md-10 > .row > .col-md-12 > button:nth-child(1) {
    margin-left: 10px;
}
/*
menu7-3-viewY end
--------------------------------------------------------------- */

/*
menu7-3-viewN start
--------------------------------------------------------------- */
#menu7-3-viewN{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#menu7-3-viewN > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu7-3-viewN > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu7-3-viewN > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

#menu7-3-viewN > .box1 > .row > .col-md-10 > .title2{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

#menu7-3-viewN > .box1 > .row > .col-md-10 > .title2 > .fa-chevron-right{
    margin-right: 10px;
}

#table-menu7-3-viewN{
    vertical-align: middle;
}

#table-menu7-3-viewN > tbody > tr > th{
    text-align: center;
    background-color: #e5e5e5;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-size: 14px;
    font-weight: 500;
}

#table-menu7-3-viewN > tbody > tr > td{
    padding: 10px;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-weight: 300;
    color: #828282;
}

#menu7-3-viewN > .box1 > .row > .col-md-10 > .row > .col-md-12 > button{
    width: 120px;
    float: right;
}

#menu7-3-viewN > .box1 > .row > .col-md-10 > .row > .col-md-12 > button:nth-child(1) {
    margin-left: 10px;
}
/*
menu7-3-viewN end
--------------------------------------------------------------- */

/*
menu7-4 start
--------------------------------------------------------------- */
#menu7-4{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#table-menu7-4{
    vertical-align: middle;
    text-align: center;
}

#menu7-4 > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu7-4 > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu7-4 > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

.menu7-4-searchBox > .row{
    line-height: 38px;
}

.menu7-4-searchBox > .row > .col:nth-child(2) {
    padding-right: 0;
}

.menu7-4-searchBox > .row > .col:nth-child(3) {
    padding: 0 5px;
}

.menu7-4-searchBox > .row > .col:nth-child(4) {
    padding-left: 5px;
}

/*
menu7-3 end
--------------------------------------------------------------- */

/*
menu7-4-view start
--------------------------------------------------------------- */
#menu7-4-view{
    width: 100%;
    padding: 40px 0;
    background-color: white;
}

#menu7-4-view > .box1 > .row > .col-md-10 > .title{
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

#menu7-4-view > .box1 > .row > .col-md-10 > .title > .fa-pager{
    margin-right: 10px;
}

#menu7-4-view > .box1 > .row > .col-md-10 > .text{
    font-size: 14px;
    font-weight: 300;
    color: #3b3b3b;
    margin-bottom: 20px;
}

#menu7-4-view > .box1 > .row > .col-md-10 > .title2{
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

#menu7-4-view > .box1 > .row > .col-md-10 > .title2 > .fa-chevron-right{
    margin-right: 10px;
}

#table-menu7-4-view{
    vertical-align: middle;
}

#table-menu7-4-view > tbody > tr > th{
    text-align: center;
    background-color: #e5e5e5;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-size: 14px;
    font-weight: 500;
}

#table-menu7-4-view > tbody > tr > td{
    padding: 10px;
    border-bottom: 1px solid #a7a7a7;
    border-top: 1px solid #a7a7a7;
    font-weight: 300;
    color: #828282;
}

#menu7-4-view > .box1 > .row > .col-md-10 > .row > .col-md-12 > button{
    width: 120px;
    float: right;
}

#menu7-4-view > .box1 > .row > .col-md-10 > .row > .col-md-12 > button:nth-child(1) {
    margin-left: 10px;
}
/*
menu7-3-viewN end
--------------------------------------------------------------- */

