.jgrid {
    background: #fafafa;
    font-family: NotoSansKR, sans-serif;
}

.jgrid .flex-box{
    display: flex;
    justify-content: center;
    align-items: center;
}

.back-button {
    height: 36px;
    width: 36px;
    border-radius: 4px;
    border: 1px solid rgba(229, 229, 231, 1.0) !important;
    cursor: pointer;
    outline: none;
    margin-right: 8px !important;
    background: white !important;
    background-image: url("images/back.png") !important;
    background-size : cover !important;
    float: left;
}

/* Browser */
@media screen and (min-width: 1100px) {
    /* Menu */
    .jgrid-menuzone-div {
        width: 615px
    }

    .jgrid-menuzone-div .menuzone-search-input {
        width: 480px;
    }

    .jgrid-bodyzone-div .jgrid-bodyzone-body .jgrid-bodyzone-son {
        width: 600px;
    }


    .jgrid-bodyzone-div .jgrid-bodyzone-search .search-son {
        width: 600px;
    }
}

/* Pad */
@media screen and (max-width: 1099px) and (min-width: 601px) {
    /* Menu */
    .jgrid-menuzone-div {
        width: 500px;
    }

    .jgrid-menuzone-div .menuzone-search-input {
        width: 300px;
    }

    .jgrid-bodyzone-div .jgrid-bodyzone-body .jgrid-bodyzone-son , .jgrid-bodyzone-son{
        width: 570px;
    }

    .jgrid-bodyzone-div .jgrid-bodyzone-search .search-son {
        width: 570px;
    }
}


/* Phone*/
@media screen and (max-width: 600px) {
    /* Menu */
    .jgrid-menuzone-div {
        width: 77%;
        left: 45px !important;
    }

    .jgrid-menuzone-div .menuzone-search-input {
        width: 150px;
    }

    .jgrid-bodyzone-div .jgrid-bodyzone-body .jgrid-bodyzone-son , .jgrid-bodyzone-son {
        width: 90%;
    }

    .jgrid-bodyzone-div .jgrid-bodyzone-search .search-son {
        width: 90%;
    }
}


/**************************************** Menu ****************************************/
.jgrid-menuzone-div {
    height: 50px;
    position: absolute;
    top: 0px;
    padding-top: 5px;
}

.jgrid-menuzone-div .menuzone-sortbar-select {
    text-align: center;
    height: 33px;
    width: 70px;
    float: left;
    margin-left: 8px;
    margin-right: 5px;
    margin-top: 8px;
    cursor: pointer;
    outline: none;
    background: white;
}

.jgrid-menuzone-div .menuzone-search-input {
    height: 32px;
    background: #ffffff;
    outline: none;
    border: 1px solid #3fa9f5;
    margin-top: 8px;
    border-radius: 5px;
    font-weight: 600;
    padding-left: 5px;
}

.jgrid-menuzone-div .menuzone-search-button {
    height: 34px;
    margin-left: -4px;
    width: 35px;
    background: rgba(131, 146, 137, 1);
    outline: none;
    margin-right: 5px;
    border-radius: 0px 5px 5px 0px;
    border: none;
    cursor: pointer;
}

.jgrid-menuzone-div .menuzone-search-button img{
    width: 12px;
}

.jgrid-menuzone-div .menuzone-display-button {
    height: 34px;
    width: 34px;
    background: #ff9e00;
    outline: none;
    margin-right: 5px;
    margin-top: 8px;
    border-radius: 5px;
    border: none;
    cursor: pointer;
}

.jgrid-menuzone-div .menuzone-display-button img{
    width: 12px;
}

/**************************************** Grid ****************************************/
.jgrid-bodyzone-div {
    background-color: #393f48;
    width: 100%;
    font-family: sans-serif;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
}

.jgrid-bodyzone-div button {
    outline: none;
    cursor: pointer;
    min-width: 60px;
}

.jgrid-bodyzone-div .jgrid-bodyzone-top {
    height: 80px;
    line-height: 60px;
    text-align: right;
    overflow-x: auto;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    overflow: visible;
}

.jgrid-bodyzone-div .jgrid-bodyzone-top a {
    margin-left: 30px;
    font-family: "Poppins", sans-serif;
    font-size: 22px;
    font-weight: 400;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    margin-top: 24px;
    letter-spacing: normal;
    float: left;
}

.jgrid-bodyzone-div .jgrid-bodyzone-top button {
    outline: none;
    background: none;
    margin-right: 5px;
    margin-top: 12px;
    border: none;
    cursor: pointer;
    color: #ffffff;
}

.jgrid-bodyzone-div .jgrid-bodyzone-top button a {
    display: block;
    font-family: sans-serif;
    font-size: 11px;
    font-weight: normal;
    font-style: normal;
    float: none;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    margin: auto;
}

.jgrid-bodyzone-div .jgrid-bodyzone-top button img {
    height: 26px;
    margin-bottom: 5px;
}
.jgrid-bodyzone-div .jgrid-bodyzone-top .page-slimtop{
    width: 100%;
    height: 60px;
    padding: 0px 24px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    box-sizing: border-box;
}

.jgrid-bodyzone-div .jgrid-bodyzone-top .page-slimtop .page-slimtop-path{
    font-family: NotoSansKR, sans-serif;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    color: #aeaeae;
    margin: 0px;
}
.jgrid-bodyzone-div .jgrid-bodyzone-top .page-slimtop .page-slimtop-path b{
    color: white;
}

.jgrid-bodyzone-div .jgrid-bodyzone-top .page-top {
    width: 100%;
    height: 60px;
    padding: 0px 20px 0px 20px;
    box-sizing: border-box;
}

.jgrid-bodyzone-div .jgrid-bodyzone-top .page-top .page-top-path {
    font-family: "AppleSDGothicNeo-Regular", Helvetica, Arial, serif;
    font-size: 12px;
    color: rgba(87, 88, 88, 1.0);
    margin-left: 0px;
}

.jgrid-bodyzone-div .jgrid-bodyzone-top .page-top .page-top-btn{
    height: 36px;
    width: 108px;
    margin: 0px 0px 0px 8px;
    border-radius: 4px;
    outline: none;
    line-height: 25px;
    color: white;
    cursor: pointer;
}
.jgrid-bodyzone-div .jgrid-bodyzone-body .page-brother .page-top-toggle{
    font-family: AppleSDGothicNeo, sans-serif;
    height: 36px;
    width: 122px;
    margin: 0px 0px 0px 8px;
    border-radius: 4px;
    outline: none;
    line-height: 25px;
    color: white;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    position: relative;
    float: right;
    border: 1px #43b69f solid;
}
.jgrid-bodyzone-div .jgrid-bodyzone-top .page-top .page-top-btn img {
    height: 20px;
    margin-top: 2px;
    float: left;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .page-brother .page-top-toggle .switch{
    width: 30px;
    height: 16px;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .page-brother .page-top-toggle .switch span{
    background: #43b69f;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .page-brother .page-top-toggle .switch .slider:before{
    content: "";
    position: absolute;
    height: 22px;
    width: 22px;
    left: -4px;
    bottom: -3px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

.jgrid-bodyzone-div .jgrid-bodyzone-top .page-top .page-top-btn a {
    margin-top: 8px;
    color: white;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .page-brother {
    width: 100%;
    height: 40px;
    overflow: auto;
    padding: 0px 20px 0px 20px;
    box-sizing: border-box;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .page-brother img {
    height: 20px;
    margin-top: 2px;
    float: left;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .page-brother a {
    margin: 10px 0px 0px 0px;
    color: black;
    font-size: 16px;
    line-height: 35px;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .page-brother .page-top-toggle a{
    width: 60px;
    font-size: 12px;
    color: white;
    margin: 0;
    text-align: left;
    line-height: 15px;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .page-brother .page-brother-leftbtn {
    float: right;
    height: 36px;
    width: auto;
    min-width: 80px;
    background: white;
    border-radius: 4px;
    color: black;
    margin: 0px 0px 0px 7px;
    border: 1px solid black;
    padding: 0px 7px 10px 7px;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .page-brother .page-brother-leftbtn img {
    float: left;
    margin-top: 8px;
    margin-right: 6px;
    height: 20px;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .page-brother .page-brother-rightbtn {
    float: right;
    height: 36px;
    width: 100px;
    background: white;
    border-radius: 4px;
    margin: 0px 0px 0px 7px;
    border: 1px solid rgba(229, 229, 231, 1.0);
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .page-brother .page-brother-rightbtn a {
    float: none;
    margin: 0px;
    color: black;
}

.jgrid-bodyzone-div .jgrid-bodyzone-search {
    box-sizing: border-box;
}

.jgrid-bodyzone-div .jgrid-bodyzone-search .search-son {
    font-family: sans-serif;
    background: transparent;
    padding: 10px;
    margin: auto;
    box-sizing: border-box;
}

.jgrid-bodyzone-div .jgrid-bodyzone-search .search-son .top {
    width: 100%;
    height: auto;
}

.jgrid-bodyzone-div .jgrid-bodyzone-search .search-son .top input {
    box-sizing: border-box;
    padding-left: 10px;
    color: white;
    background-color: rgb(73, 80, 90);
    width: 100%;
    height: 32px;
    border-radius: 10px;
    outline: none;
    border: none;
    float: none;
    margin-bottom: 5px
}

.jgrid-bodyzone-div .jgrid-bodyzone-search .search-son .content {
    width: 100%;
    height: auto;
}

.jgrid-bodyzone-div .jgrid-bodyzone-search .search-son .content button {
    border: none;
    background-color: #393f48;
    color: white;
    margin-left: 10px;
    margin-top: 10px;
    border-radius: 60px;
    padding: 10px;
    outline: none;
    font-size: 8pt;
    font-weight: 300;
    cursor: pointer;
}

.jgrid-bodyzone-body {
    background-color: #101010;
    position: relative;
    height: 100%;
    overflow: scroll;
    padding-right: 5px;
}

.jgrid-bodyzone-body .son-checkbox {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    margin-left: 5px;
    margin-top: 5px;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .page-body-broj {
    width: 340px;
    height: calc(100% - 55px);
    float: left;
    margin: 5px 20px 10px 0px;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .page-body {
    width: calc(100% - 40px);
    height: calc(100% - 55px);
    margin: 5px 20px 10px 20px;
    padding: 10px 15px;
    box-sizing: border-box;
    background: #1E1E1E;
    border-radius: 4px;
    float: left;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .jmore-mark {
    cursor: pointer;
    padding: 3px;
    background-color: #202429;
    color: white;
    font-weight: 300;
    font-size: 9pt;
    text-align: center;
    width: 50px;
    border-radius: 30px;
    margin: -5px auto 20px auto;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .jmore-mark img {
    width: 20px;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .jgrid-bodyzone-son , .jgrid-bodyzone-son{
    max-width: 600px;
    background-color: transparent;
    margin: 30px auto 10px auto;
    cursor: pointer;
    position: relative;
    overflow: auto;
    box-sizing: border-box;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .jgrid-bodyzone-son:hover , .jgrid-bodyzone-son:hover{
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.5);
    transition: box-shadow 300ms;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .jgrid-bodyzone-son .jgrid-son-bottom , .jgrid-bodyzone-son .jgrid-son-bottom{
    text-align: center;
    width: 100%;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .jgrid-bodyzone-son .jgrid-son-bottom .jgrid-son-button, .jgrid-bodyzone-son .jgrid-son-bottom .jgrid-son-button {
    height: 50px;
    width: 25%;
    border: none;
    outline: none;
    background: #c2a5a3;
    cursor: pointer;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .jgrid-bodyzone-son .jgrid-son-bottom .jgrid-son-button:hover ,.jgrid-bodyzone-son .jgrid-son-bottom .jgrid-son-button:hover {
    background: white !important;
    color: #c2a5a3 !important;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .jgrid-bodyzone-son .jgrid-son-bottom #button-right, .jgrid-bodyzone-son .jgrid-son-bottom #button-right{
    width: 40%;
    color: white;
    background-color: #ff6602;
    font-size: 16px;
    font-weight: bold;
    float: left;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .jgrid-bodyzone-son .jgrid-son-bottom #button-left, .jgrid-bodyzone-son .jgrid-son-bottom #button-left{
    float: left;
    width: 60%;
    color: white;
    font-size: 16px;
    background-color: #202429;
    font-weight: bold;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .jgrid-bodyzone-son .jgrid-son-content {
    box-sizing: border-box;
    border-bottom: 1px solid #494d52;
    overflow: auto;
    padding: 20px;
    float: left;
    background-color: #262c32;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .jgrid-bodyzone-son .jgrid-son-content .son-content-title,.jgrid-bodyzone-son .jgrid-son-content .son-content-title {
    border-bottom: 1px solid #5a7786;
    padding-bottom: 10px;
    margin-bottom: 10px;
    overflow: hidden;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .jgrid-bodyzone-son .jgrid-son-content .son-content-title h2, .jgrid-bodyzone-son .jgrid-son-content .son-content-title h2 {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .jgrid-bodyzone-son .jgrid-son-content .son-content-title h3,.jgrid-bodyzone-son .jgrid-son-content .son-content-title h3 {
    font-size: 13px;
    font-weight: 600;
    color: #818f97;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .jgrid-bodyzone-son .jgrid-son-preview,.jgrid-bodyzone-son .jgrid-son-preview {
    text-align: center;
    float: left;
    background: white;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .jgrid-bodyzone-son .jgrid-son-preview .preview-contents,.jgrid-son-preview .preview-contents {
    box-shadow: 0 7px 17px 0 rgba(161, 146, 135, 0.8);
    max-width: 80%;
    max-height: 80%;
    vertical-align:middle;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .jgrid-bodyzone-son .jgrid-son-preview .jgrid-cover,.jgrid-bodyzone-son .jgrid-son-preview .jgrid-cover {
    width: 100%;
    height: 100%;
    background-color: rgba(12, 12, 12, 0.8);
    color: white;
    text-align: center;
    position: relative;
    font-size: 8pt;
    font-weight: 300;

}

.jgrid-bodyzone-div .jgrid-bodyzone-body .jgrid-bodyzone-son .jgrid-son-preview .jgrid-cover .eye,.jgrid-bodyzone-son .jgrid-son-preview .jgrid-cover .eye {
    width: 20px;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .jgrid-bodyzone-son .jgrid-son-preview .jgrid-cover a,.jgrid-bodyzone-son .jgrid-son-preview .jgrid-cover a {
    top: 60%;
    left: 40%;
    line-height: 0px;
    position: absolute;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .jgrid-bodyzone-son table,.jgrid-bodyzone-son table {
    overflow: auto;
    table-layout: fixed;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .jgrid-bodyzone-son table td,.jgrid-bodyzone-son table td {
    height: 25px;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .jgrid-bodyzone-son table td,.jgrid-bodyzone-son table td {
    color: #ffffff;
    white-space: pre-line;
    font-size: 11pt;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .jgrid-bodyzone-son table td h4,.jgrid-bodyzone-son table td h4 {
    font-size: 13px;
    font-weight: 400;
    color: #818f97;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .jgrid-bodyzone-son .jgrid-custom-menu-img,.jgrid-bodyzone-son .jgrid-custom-menu-img {
    content : url('/submodules/common/jlib/JGrid/images/more_icon.png');
    cursor: pointer;
    width: 24px;
    position: absolute;
    right: 0px;
    top: 10px;
}

.jgrid-bodyzone-div .jgrid-bodyzone-body .jgrid-bodyzone-son .jgrid-custom-menu-img:hover,.jgrid-bodyzone-son .jgrid-custom-menu-img:hover {
    content : url('/submodules/common/jlib/JGrid/images/more_icon_w.png');
}

.jgrid-custom-menu {
    z-index: 10001;
    position: absolute;
    overflow: hidden;
    background: #1d88e5;
    padding: 0;
    width: 100px;
    cursor: pointer;
}

.jgrid-custom-menu .custom-img {
    width: 25px;
    height: 30px;
    display: inline-block;
    text-align: center;
    float: left;
}

.jgrid-custom-menu .custom-img:hover {
    background-color: #ff6200;
    color: #8f548e;
}

.jgrid-custom-menu .custom-txt {
    text-align: center;
    padding: 3px;
    font-size: 10pt;
    color: white;
}

.jgrid-custom-menu .custom-txt:hover {
    background-color: #c89ff8;
    color: #8f548e;
}

.jgrid-brother-submenu {
    font-family: sans-serif;
    width: auto;
    height: auto;
    overflow: auto;
    border-radius: 3px;
    max-height: 150px;
    position: absolute;
    border: 1px solid #ffffff;
    background: #363636;
    z-index: 3;
}

.jgrid-brother-submenu div {
    font-size: 10pt;
    font-weight: 300;
    cursor: pointer;
    color: white;
    padding: 6px 5px;
    box-sizing: border-box;
    border-bottom: 1px solid #e8e5e2;
}

.jgrid-brother-submenu div:hover {
    color: #ff6600;
}

.jgrid-bodyzone-div .jgrid-bodyzone-top .nav-zone{
    width: 100%;
    height: 40px;
    bottom: -10px;
    position: absolute;
    padding: 0px 30px;
    justify-content: flex-start;
    align-items: flex-start;
}

.jgrid-bodyzone-div .jgrid-bodyzone-top .nav-zone>div{
    width: auto;
    height: 40px;
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: -1.32px;
    color: #7c7c7c;
    padding-bottom: 5px;
    margin-left: 15px;
    cursor: pointer;
}

.jgrid-bodyzone-div .jgrid-bodyzone-top .nav-zone>div.active{
    color: white;
    border-bottom: 1px solid #ff6700;
}

.jgrid-bodyzone-div .jgrid-bodyzone-top .side-btn{
    background: #363636;
    border-radius: 3px;
    border: 1px solid white;
    padding: 10px;
    cursor: pointer;
}

.jgrid-bodyzone-div .jgrid-bodyzone-top .date-input {
    width: auto;
    outline: none;
    font-size: 10pt;
    color: white;
    height: 39px;
    box-sizing: border-box;
    background: none;
    margin-right: 10px;
    background: #363636;
    border-radius: 3px;
    border: 1px solid white;
    padding: 10px;
    cursor: pointer;
}
