

/* langEditForm */
.langEditForm table {
    width: 98%; padding:0; margin:30px auto; border:1px solid #ccc;
    border-spacing: 0;
}
.langEditForm table th,.langEditForm table td {
    padding:0; margin:0; border:0;
}
.langEditForm table tr:nth-child(odd) {
    background-color: cornsilk;
}
.langEditForm table th:nth-child(1) {
    width: 30px;
    font-size:12px;
}
.langEditForm table th:nth-child(2) {
    width: 120px;
    font-size:12px;
}
.langEditForm .ui-input-text { border-radius:0!important; border:1px solid #ccc;  }
.langEditForm input { font-size:12px; border:0; background:#fff; }



/* loginform */
/*
.loginform {
    width:90%;
    max-width: 900px;
}
*/
.logindiv { width:90%; max-width:800px;  }
/*.loginform { background-color: aliceblue; }*/
.loginform td { height:40px; }


.pageContainer>div.menubar {
    height: 100vh;
    width: 234px;
    float: left;
    overflow: auto;
    padding-bottom: 50px;
    position: relative;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}
.pageContainer>div.menubar+div {
    margin-left: 234px;
    -webkit-transition: margin-left 0.3s ease-in-out;
    -moz-transition: margin-left 0.3s ease-in-out;
    -o-transition: margin-left 0.3s ease-in-out;
    transition: margin-left 0.3s ease-in-out;
}

.pageContainer>div.menubar.menubar.small {
    width:0px;
}
.pageContainer>div.menubar.menubar.small+div {
    margin-left: 0px;    
}
.pageContainer>div.menubar.menubar+div>.topbar {
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}
.pageContainer>div.menubar.menubar.small+div>.topbar {
    width:calc(100vw);
}

.menubarMinBtn {
    background-color: #4f9bb5;
    width:28px;
    height:30px;
    line-height: 30px;
    margin:8px 0 0 0!important;
    border-radius: 0 5px 5px 0;
}
.menubarMinBtn>.fas {
    font-size:18px;
    line-height: 30px;
    color:#fff;
}


.pageContainer>div.contentContainer {
    position: relative;
    height: 100vh;
    overflow-y: auto;
    padding-top: 50px;
}

@media (max-width:767px) {
    .pageContainer>div.menubar {
        
        
    }
    .pageContainer>div.contentContainer {
    }
}


.logo { text-align: center; padding:10px; }
.logo>img { max-height:70px;  }
.logo>svg.svg-inline--fa { font-size:40px;}
.logo>i.fas { font-size:40px;}
.logo>.txt { display:block; font-size:12px; padding:3px}


/* menu */
.v_menu { margin-top:20px; }
/* menu main button */
.v_menu>a {
    display:block;
    line-height:30px;
    overflow: hidden;
    padding:5px 2px 2px 10px;
    margin:1px 0 0 0;
    border-top:1px solid rgba(0,0,0,0.1);
    
    font-size:120%;
    font-weight: 100;
    white-space: nowrap;
    text-decoration: none;
}
.v_menu>a>span.faicon {
    display: inline-block;
    width:30px;
    text-align: center;
}
.v_menu>a>span.faicon>svg {
    font-size:15px;
}
.v_menu>a>span.faicon>i.fas {
    font-size:15px;
}
/* submenu zone default: hidden */
.v_menu>a+div.submenu { display:none; background-color: rgba(0,0,0,0.2); }
.v_menu>a.active+div.submenu { display:block;  }
/* submenu button*/
.v_menu>a+div.submenu>a {
    display:block;
    line-height:25px;
    overflow: hidden;
    padding:5px 2px 2px 42px;
    
/*    font-size:12px;*/
    white-space: nowrap;
    text-decoration: none;
    font-weight: 100;
}
/* fa icon position */
/*.v_menu a>.faicon { display:inline-block; width:25px; text-align: center; }*/

/* topbar */
.topbar {
    position: fixed; top:0; right:0;
    width:100%;
    width: calc(100vw - 234px);
    height:50px; line-height: 50px;
    box-shadow: 2px 1px 2px rgba(200,200,200,1);
    z-index:1000;
    background-color: #efefef;
}
.topbar>* {
    float:right;
    margin:0 5px;
}
.topbar a {
    display: inline-block;
    padding:0 10px;
/*    margin:0;*/
}

.topbar .pageDesc {
    padding-left: 20px;
    font-size:25px;
}

/* menubar style */
.colortpl .menubar { color:#fff; }

/* menubar button style */
.colortpl  .menubar a { color:rgba(255,255,255,0.8); }
.colortpl  .menubar a.active ,.colortpl  .menubar a:hover { color:#fff; }

/* contentContainer style */
.colortpl .contentContainer {
    background-color:#F5F5F5;
}
/* topbar style */
.colortpl  .topbar {
    background-color: #fff;
    color:#000;
    border-bottom: 1px solid #ccc;
}
.colortpl  .topbar a {
    color:#999;
}
.colortpl  .topbar a.active {
    color:rgb(255, 102, 0);
}


.colortpl.red .menubar { background: linear-gradient(to bottom, #B7161C 0%,#49080B 100% ); }
.colortpl.red .topbar .pageDesc { color: #49080B; }
.colortpl.red .v_tab>.tabbar {  background: linear-gradient(to right bottom, #B7161C 0%,#49080B 100% );  }
.colortpl.red .pageBlock>.title {background: linear-gradient(to right bottom, #B7161C 0%,#49080B 100% );  }
.colortpl.red .searchlist table th { background-color: #B7161C;  }
.colortpl.red .v_paramForm>table .v_paramFormCaption { background: linear-gradient(to right bottom, #B7161C 0%,#49080B 100% ); }
.colortpl.red .toolsbar { background: linear-gradient(to right bottom, #B7161C 0%,#49080B 100% ); color:#fff; }
.colortpl.red .toolsbar>a { color:#fff; }



.colortpl.blue .menubar { background: linear-gradient(to bottom, #4f9bb5 0%,#1F3E48 100% ); }
.colortpl.blue .topbar .pageDesc { color: #1F3E48; }
.colortpl.blue .v_tab>.tabbar {  background: linear-gradient(to right bottom, #4f9bb5 0%,#1F3E48 100% );  }
.colortpl.blue .pageBlock>.title {background: linear-gradient(to right bottom, #4f9bb5 0%,#1F3E48 100% );  }
.colortpl.blue .searchlist table th { background-color: #4f9bb5;  }
.colortpl.blue .v_paramForm>table .v_paramFormCaption { background: linear-gradient(to right bottom, #4f9bb5 0%,#1F3E48 100% ); }
.colortpl.blue .toolsbar { background: linear-gradient(to right bottom, #4f9bb5 0%,#1F3E48 100% );}
.colortpl.blue .toolsbar>a { color:#fff; }


.colortpl.green .menubar { background: linear-gradient(to bottom, #0CC26B 0%,#044D2A 100% ); }
.colortpl.green .topbar .pageDesc { color: #044D2A; }
.colortpl.green .v_tab>.tabbar {  background: linear-gradient(to right bottom, #0CC26B 0%,#044D2A 100% );  }
.colortpl.green .pageBlock>.title {background: linear-gradient(to right bottom, #0CC26B 0%,#044D2A 100% );  }
.colortpl.green .searchlist table th { background-color: #0CC26B;  }
.colortpl.green .v_paramForm>table .v_paramFormCaption { background: linear-gradient(to right bottom, #0CC26B 0%,#044D2A 100% ); }
.colortpl.green .toolsbar { background: linear-gradient(to right bottom, #0CC26B 0%,#044D2A 100% );}
.colortpl.green .toolsbar>a { color:#fff; }


.main {
    padding:10px;
}

.animatelist>div {
    display: inline-block; width: 170px; text-align: center; padding:10px; overflow: hidden;
    border:1px solid #ccc;
    border-radius: 5px;
    margin:5px;
}

.errorPage {
    background-color: #fff;
}
.errorPage>div {
    border:1px solid #ccc;
    background-color:lavenderblush;
    padding:50px;
    font-size:30px;
}

.v_tab {
    background-color:#fafafa;
    border:1px solid #ccc;
    border-width: 0 0 1px 0;
    padding-bottom:10px;
    box-shadow: 3px 3px 10px rgba(100,100,100,1);
    border-radius: 3px;
    overflow: hidden;
/*    border:1px solid #d6d6d6;*/
}
.v_tab>.tabbar {
/*    height:30px;*/
    margin:0; padding:10px 0 0 20px;
    background-color: #2A588C!important;
}
.v_tab>.tabbar>li { display: inline-block; margin: 0 5px; line-height: 30px; }
.v_tab .tabbtn {  color:#fff; padding: 5px 10px; border-radius: 5px 5px 0 0; padding-bottom:10px; }
.v_tab .tabbtn:hover { text-decoration: none; }
.v_tab .tabbtn.active { background: #fff; color:rgb(255, 102, 0); }

.v_tab .tabdiv { display:none;}
.v_tab .tabdiv.active { display:block; }

form.fileUploadBtn input { display:none;}


.managepanel { margin:5px;}

.qsearchbar {
    display: block;
    max-width:1000px;
    margin: 15px 10px;
    border:1px solid #ccc;
    background-color: #fff;
    height:30px;
    line-height:30px;
}
.qsearchbar>svg.svg-inline--fa {
    margin: 0 10px 0 15px;
    font-size:14px;
    height:30px;
    line-height: 30px;
}
.qsearchbar>i.fas {
    margin: 0 10px 0 15px;
    font-size:14px;
    height:30px;
    line-height: 30px;
}
.qsearchbar>input {
    display:inline-block;
    vertical-align: top;
    width:calc(100% - 70px)!important;
    border: none;
    outline:none;
    height:28px; line-height: 28px;
}
.qsearchbar>textarea {
    display:inline-block;
    vertical-align: top;
    width:calc(100% - 50px);
    min-height: inherit;
    border: none;
    outline:none;
    height:25px; line-height: 25px;
    font-size:14px;
    resize:none;
}

.searchlist { margin:5px; overflow-x: auto; }
.searchlist table {
    width:100%;
    border-spacing: 0;
    border-collapse: collapse;
    background-color: #fff;
}
.searchlist table tr { border:1px solid #ccc; border-width: 0 1px 1px 1px; }
.searchlist table th {
    height: 30px;
	line-height: 30px;
    padding:0 8px;
    background-color: #2A588C;
    color: #fff;
    white-space: nowrap;
    text-align: center;
}
.searchlist table th a {
    color:#fff;
}
.searchlist table tr[onclick]:hover>td {
	cursor: pointer;
	background-color:#efefef;
}


/* fcfcfc */
.searchlist table tr:nth-child(odd)>td { background-color:#f5f5f5; }
/*.searchlist table tr:nth-child(odd) {}*/
.searchlist table td {
    height: 40px;
    padding:5px 8px;
    text-align: center;
}
.searchlist table td>.limitwidth {
    min-width: 200px;
    max-width:500px;
    white-space: normal;
    overflow: hidden;
}
.searchlist>table td[colspan] { text-align: center; }


 .searchlist th.sys, .searchlist td.sys { width:1px; white-space: nowrap; }

.mp_div {
    margin:20px;
    border:1px solid #ccc;
}
.rangediv {}
.rangediv>span.to { display:inline-block; padding:0 8px;}
.rangediv>input { display:inline-block; width:160px; max-width: 45%; }

.mp_txtsearch>label { display:inline-block; width:340px; margin:1px; padding:10px; }
.mp_txtsearch>label>span { display:block; padding-bottom:8px;}

/*
.mp_numsearch>label { display:inline-block; width:350px; margin:1px; padding:10px;}
.mp_numsearch>label>span { display:block; padding-bottom:8px;}
.mp_numsearch>label>span.to { display:inline-block; padding:0 8px;}
.mp_numsearch>label>input { display:inline-block; width:160px; }

.mp_datesearch>label { display:inline-block; width:350px; margin:1px; padding:10px;}
.mp_datesearch>label>span { display:block; padding-bottom:8px;}
*/

.mp_selectssearch>label { display:inline-block; width:160px; margin:1px; padding:10px;}
.mp_selectssearch>label>span { display:block; padding-bottom:8px;}
select[multiple] {
    width: 150px;
    height: 100px;
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    outline: none;
}
.multiopts { text-align: left;}
.multiopts>div {
    
    display:inline-block;
    padding:5px 8px;
    margin:5px;
    background-color: #efefef;
    border:1px solid #ccc;
    border-radius: 3px;
}
.multiopts.err>div {
    background-color: #F8DDDE;
}






.circle-btn {
    display:inline-block; width:25px; height:25px;
    line-height:25px;
/*    border:1px solid #ccc;*/
    border-radius: 15px;
    background-color: #eee;
    color: #000;
}

.matrixpanel { padding:20px;}
.matrixpanel>table { width:auto;}
.matrixpanel>table th { background-color:#ccc;}
.matrixpanel>table td { width:100px; border:1px solid #ccc; vertical-align: middle; text-align: center; }
.matrixpanel>table td a { display: block;  padding:10px;}

.ui-autocomplete { z-index: 10000;}
.ui-menu .ui-menu-item-wrapper { font-size:120%; padding:10px 7px;}

.langSelection { display:inline-block; padding:0 5px; }
.langSelection>a { display: inline-block; padding:5px; border-radius: 5px;  }
.langSelection>a.active { color:rgb(255,102,0); }

.modelManagePanel {
    margin:20px;
    position: relative;
    
}


/* messages */
.messageManagePanel>div:last-child {
    height: calc(100vh - 50px);
    background-color: rgba(255,255,255,1);
    margin-left: 300px;
    overflow-y: auto;
}
.messageManagePanel>div:first-child {
    background-color: white;
    width: 350px;
    float: left;
    border: 1px solid #ccc;
    border-width: 0 1px 0 0;
    box-shadow: 1px 0px 8px rgba(200,200,200,1);
    margin-left:0;
    
/*    padding:5px;*/
}

.messageListDiv { position:relative; }

.messageItemListDiv .listing {
    height: calc(100vh - 175px);
    overflow-y: auto;
    background-color: #fff;;
}
.messageListDiv>.nodata { font-size:20px; }
.messageListDiv>.qsearchbar+div {
    border-top:1px solid #ccc;
}
.messageItemListDiv .pagination {
    position: relative;
    margin-top:0;
    padding:5px;
    height:60px;
    background-color: #efefef;
    
}

.messageItemListDiv .pagination .pagination_totalc{
    font-size:80%;
    padding:5px;
}
.messageItemListDiv .pagination .pagination_pagerow {
    font-size:80%;
    position: absolute;
    top:5px;
    right:5px;
    
}
.messageItemListDiv .pagination .pagination_pagechange {
    display: block;
    text-align: center;
    margin-top:10px;
}






.messageList {
    border-top:3px solid #ccc;
}
.messageListDiv::before {
    display: block;
    content: "";
    position: absolute;
    z-index:100;
    top:0;
    left:0;
    width:12px;
    height:12px;
    background-color: white;
}
.messageListItem {
    position:relative;
    display: block;
    height:80px;
    border-bottom:1px solid #ccc;
    padding:10px;
    overflow:hidden;
    background-color: #fff;
}
.messageListDiv input[messagelistitem]:checked +label {
    background-color: #fcfcfc;
}
.messageListDiv input[type=radio] { position:absolute; top:0; left:0; width:1px; height:1px; }
.messageListDiv { border-bottom: 2px solid #ccc;}
.messageListItem>.ico {
    float:left;
    margin-top:15px;
    width:30px;
    height:30px;
    border-radius: 30px;
    background:#999;
}
.messageListItem>.ico>svg {
    color:#fff;
}
.messageListItem>.ico>i.fas {
    color:#fff;
}
.messageListItem>div.title {
    font-weight: bold;
}
.messageListItem>.ico>svg { font-size:18px; margin:6px;}
input[isread] + .messageListItem>.ico {
    background-color: #ccc;
}
.messageListItem>.ico>i.fas { font-size:18px; margin:6px;}
input[isread] + .messageListItem>.ico {
    background-color: #ccc;
}
input[isread] + .messageListItem>div.title {
    font-weight: normal;
}
.messageListItem>.dt { 
    position:absolute; right:10px; top:8px; 
    font-size:10px; font-style: italic; color:#999;
}
.messageListItem>.title {
    margin-left:40px;
    margin-top:10px;
    width:255px;
    max-height:26px;
    overflow-y:hidden;
/*    border:1px solid red;*/
    
    font-size:12px;
}
.messageListItem>.content {
    margin-left:40px;
    margin-top:5px;
    width:255px;
    max-height:12px;
    overflow-y:hidden;
/*    border:1px solid red;*/

    font-size:10px;
    color: #999;

}
input[name=messagelistitem]::after {
    position:absolute;
    width:10px; height:10px; background-color: yellow;
}
input[name=messagelistitem]:checked + .messageListItem {
    background-color: #ffc;
}

.messageContentDiv { position:relative; }
.messageContentDiv>.nodata { font-size:40px; }

.messageContent { margin:70px 30px; }
/*.messageContent.active { display:block; }*/
.messageContent>.title {
    display:block;
    border-bottom:1px solid #ccc;
    padding-bottom:7px;
    font-size:20px; font-weight: bold;
}
.messageContent>.content {
    padding:20px 10px;
    font-size:16px;
    line-height:1.4;
    max-width:1000px;
}
.messageContent>.content>p {
    margin:3px;
}

.nodatadiv {
    padding:20px;
    margin:10px;
    background-color: #fff;
    text-align: center;
    font-size:18px;
}

.nodata { font-size:18px; padding:20px;}
.nodata.large { font-size:40px;}

.mod-btn {
    display:inline-block;
    width:30px;
    margin:0 2px;
    padding: 8px 0 8px 0;
    background-color: #4dc247;
    border-radius:3px;
    color:#fff;
    text-align: center;
    line-height: initial;
}
.mod-btn>svg { font-size:12px;}
.mod-btn>i.fas { font-size:12px;}

.del-btn {
    display:inline-block;
    width:30px;
    margin:0 2px;
    padding: 8px 0 8px 0;
    background-color: #BD3E40;
    border-radius:3px;

    color:#fff;
    text-align: center;
    line-height: initial;
}
.del-btn>svg { font-size:12px;}
.del-btn>i.fas { font-size:12px;}


.info-btn {
    display:inline-block;
    width:30px;
    margin:0 2px;
    padding: 8px 0 8px 0;
    background-color: #5588ff;
    border-radius:3px;
    color:#fff;
    text-align: center;
    line-height: initial;
}
.info-btn>svg { font-size:12px;}
.info-btn>i.fas { font-size:12px;}


body {
    height: 100vh;
}

.refbutton_searchform {
    position: absolute;
    z-index:10000;
    background-color: white;
    border:1px solid #ccc;
    width:80vw;
    height:80vh;
    padding:50px;
/*
    min-width: 700px;
    max-width: 95%;
*/
    
}
.refbutton_searchform .cancelBtn {
    position: absolute;
    top:20px; right:20px;
    
}
.refbutton_searchform table tr:hover>td {
    background-color: #ffc;
    cursor: pointer;
}
.refbutton_searchform .cancelBtn>svg.svg-inline--fa { font-size:30px;}
.refbutton_searchform .cancelBtn>i.fas { font-size:30px;}

.toolsbar {
    background-color: #2a588c;
    padding: 10px 20px;
    
    font-size:14px;
    color:#fff; 
}
.toolsbar>a {
    margin:0 10px;
    color:#fff;
}


/*            */
/* infobox    */
/*            */

.infobox { position: relative; margin:0; }
.infobox .datalist { margin:10px; padding-bottom:50px;}
.infobox .editbtns { display: block; max-width: 500px; text-align: right; }
.infobox .editbtns>a {
    display: inline-block;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    height:25px; line-height: 25px;
    width:23px;
    margin: 3px;
    text-align: center;
    color:#777;
}
.infobox .editbtns>a:hover { color:#333; }

.infobox .textbox, .infobox .imgbox, .infobox .youtubebox {
    position:relative;
    display: inline-block;
    overflow:hidden;
    box-shadow: 2px 2px 10px #999;
    background-color: #fff;
    color: #333;
    max-width: 500px;
    width:100%;
    margin:10px;
}
@media (max-width:767px) {

.infobox .textbox, .infobox .imgbox, .infobox .youtubebox {
    margin:10px 0;
}
}
.infobox .c { padding:10px; }
.infobox .t { display:block; padding: 3px 0; font-size:16px; color:#333; }
.infobox .t:hover { text-decoration: underline;}
.infobox .d { padding: 3px 0; line-height: 1.5; font-size:12px; text-align: justify; }
.infobox .hlink { display:inline-block; padding: 3px 0; font-size:16px; color:#666; }
.infobox .hlink:hover { color:#267fbf; }

.infobox .textbox>.t { padding:10px; background-color:#267fbf;   }
.infobox .textbox a>img { max-width:100%;}

.infobox .youtubebox { background-color: #000; color:#fff;}
.infobox .youtubebox .youtubediv { position: relative; padding-bottom: 56.25%; height: 0; width:100%; }
.infobox .youtubebox iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.infobox .youtubebox .t { color:#fff;}
.infobox .youtubebox .d {color:#efefef; }
.infobox .youtubebox .hlink { color:#aaa;}
.infobox .youtubebox .hlink:hover { color:#267fbf;}

.infobox .detailbox { max-width:1000px; box-shadow: 2px 2px 10px #999; margin: 20px auto; background-color: #fff; }

.infobox .detailbox .c { padding: 30px; }
.infobox .detailbox .t { padding:10px; background-color:#267fbf; color:#fff; }
.infobox .detailbox .d { font-size:14px; padding: 0 30px; }
.infobox .detailbox .img { display: block; text-align: center; margin:10px auto 30px auto; }
.infobox .detailbox .img>img { box-shadow: 2px 2px 10px #999; }

.infobox .attachments>a {
    display: block;
    color:#666;
    padding:10px 0 10px 5px;
}
.infobox .attachments>a:hover {
    background-color: #ccc;
    color:#000;
}


.masonry-item { padding:8px; width:20%; }
@media (max-width:1900px) {
	.masonry-item { width:25%; }
}
@media (max-width:1500px) {
	.masonry-item { width:33%; }
}
@media (max-width:1200px) {
	.masonry-item { width:50%; }
}
@media (max-width:580px) {
.masonry-item {  width:100%;}
}

.clearimgdiv {
    position: relative;
    display: inline-block;
    margin:2px;
}
.clearimgdiv>a {
    position: absolute; top:0; right:0;
    line-height: 30px;
    height: 30px;
    width: 30px;
    text-align: center;
    background-color: rgba(255,255,255,0.8);
    border-radius: 35px;
}
.clearimgdiv>a>svg.svg-inline--fa { font-size:20px; height: 30px;  }
.clearimgdiv>a:hover>svg.svg-inline--fa { color:rgb(255, 102, 0); }
.clearimgdiv>a>i.fas { font-size:20px; height: 30px;  }
.clearimgdiv>a:hover>i.fas { color:rgb(255, 102, 0); }
.clearimgdiv>a>img { max-width: 300px; }

.clearfilediv {
    display: inline-block;
    margin:2px;
    padding:2px 10px;
    background-color: ivory;
    border:1px solid #ccc;
    border-radius: 5px;
    line-height:25px;
}

/*
.sp-colorize-container { position: absolute; height:13px; width: 13px!important; top:0; left:5px; border:1px solid #ccc; }
.sp-colorize { height: 11px; }
*/

.matrixtable {  margin:40px 20px; overflow-x: auto; }
.matrixtable>table {
    width: auto;
/*    margin:10px auto;*/
    border:1px solid #ccc;
    border-spacing: 0;
    border-collapse: separate;
    
    background-color: #fff;
}
.matrixtable>table tr:first-child>th {
    background-color: #4f9bb5; color:#fff;
    font-weight: normal; font-size:14px;
}
.matrixtable>table th,.matrixtable>table td {
    min-width:150px;
    margin:0;
    padding:10px;
    border:1px solid #ddd;
    border-width: 0 1px 1px 0;
}
.matrixtable>table td:last-child {
    border-width: 0 0 1px 0;
}
.matrixtable>table th {   }
.matrixtable>table tr>th:first-child { min-width: 150px; width: 150px; }

.summaryCellView { text-align: center; }
/*.matrixtable>table td { height: 100px;}*/

.pageBlock {
    background-color:#fafafa;
    border:1px solid #ccc;
    border-width: 0 0 1px 0;
    padding-bottom:10px;
    box-shadow: 3px 3px 10px rgba(100,100,100,1);
    border-radius: 3px;
    overflow: hidden;
    margin:20px;
}

.pageBlock>.title {
    margin:0;
    padding: 10px 0 0 20px;
    background-color: #2A588C!important;
    min-height: 40px;
}
.pageBlock>.content { padding: 5px;}

/* stocktake div scanDiv */
.c_stocktake_div .scanDiv { padding:10px;}
.c_stocktake_div .scanDiv>div { display: inline-block; overflow: hidden; margin:1px;}
.c_stocktake_div .scanDiv select {
    min-width: 50px;
    height:30px;
}
.c_stocktake_div .scanDiv textarea {
    width:500px;
    height:30px; 
    min-height:30px;
    line-height:30px;
    resize:none;
    padding:0 5px;
    font-size:15px;
}
.c_stocktake_div .scanDiv button {
    height: 30px;
    width:50px;
    background-color: #efefef;
}

.fieldcolor {
    border-radius:15px;
    margin:0 10px;
}

ul.checkssort, ul.checks {
    list-style: none;
    padding:0;
    margin:0;
}
ul.checkssort>li, ul.checks>li {
    position: relative;
    display:inline-block; 
    margin:2px 3px;
    padding: 0 7px;
    border-radius: 5px;
    border:1px solid #ccc;
    background-color: #fff;
    
/*    background-color: #4f9bb5;*/
}

ul.checkssort>li>label, ul.checks>li>label {
    margin-bottom: inherit;
    min-height: inherit;
    line-height: inherit;
}

ul.checkssort.block>li, ul.checks.block>li {
    display: block;
    margin:5px 3px;
}
ul.checkssort.block>li>label,ul.checks.block>li>label {
    margin-bottom: 0;
}

ul.checkssort>li input, ul.checks>li input {

}
ul.checkssort>li input+span, ul.checks>li input+span {
    display: inline-block;
    margin-left:5px;
}

div.desc {
    border:1px solid #ccc;
    background-color: #ffc;
    padding:0 10px;
    margin-top:10px;
/*    font-size:16px;*/
}
div.desc.bg-danger { background-color: #ffe3e3!important; }

.fieldtxts {
    display:inline-block;
    padding:5px;
    background-color:#eee;
    border:1px solid #ccc;
    border-radius: 5px;
    line-height:20px;
    font-size:90%;
    color:#000;
    min-width: 80px;
    margin:2px;
}
a.fieldtxts {
    display:block;
/*    text-decoration: underline;*/
    text-align: left;
    border:none;
    background-color: transparent;
    white-space: nowrap;
    max-width: 150px;
    overflow: hidden;
}
a.fieldtxts:hover {
    color:cornflowerblue;
/*    background-color:#ffc;*/
}

.btn.disabled {
    opacity: 0.5;
    pointer-events: none;
}

.btn.small {
    padding:5px 8px;
    line-height: 1.2;
    margin:0;
    font-size:90%;
}
.modelManagePanel .actionbtn {
    background-color: #ffc107;
    border-color: #ffc107;
    color: rgba(80,80,80,1);
    font-size: 100%;
}

.importformdesc {
    max-width: 90%;
    margin:10px;
    border:1px solid #ccc;
    background-color: #FFC;
    padding:30px;
    font-size:16px;
    color:#f00;
}

.pagination {
/*    border:1px solid #ccc;*/
    margin-top:10px;
    padding:10px 20px;
    font-size:14px;
/*    font-weight: bold;*/
}

.pagination span.pagination_total {
    font-weight: bold;
    padding:0 3px;
    font-size:130%;
}
.pagination span.pagination_totalc {
    background-color: #ffc;
    padding:5px 20px;
    border:1px solid #ccc;
    border-radius:5px;
}
.pagination span.pagination_range { padding:0 5px; }

.pagination .pagination_pagerow select { width: auto; }


.pagination a {
    border:1px solid #ccc;
/*    border-radius: 5px;*/
    margin:0 5px;
    padding: 0 10px;
    font-size: 20px;
}
.pagination a:hover {
    background-color: rgba(244,193,92,1.00)
}

.pagination a.disabled {
    opacity: 0.1;
}
.pagination a>svg {
font-size:100%;
}
.pagination a>i.fas {
font-size:100%;
}

.colorbox {
    width:20px;
    height:20px;
    border:1px solid #ccc;
    margin:0 auto;
}

ul.radios {
    list-style: none;
    padding:0;
    margin:0;
}

ul.radios>li {
    position: relative;
    display:inline-block; 
    padding:0; margin:5px;
}

ul.radios input { display:none; }
ul.radios span{
    display:block;
    background-color: #fff;
    border:1px solid #ccc;
    border-radius: 5px;
    padding: 0 7px;
    line-height: 30px;
    opacity: 0.7
    
}
ul.radios input:checked + span {
    background-color: #3388cc;
    color:#fff;
    border:1px solid #fff;
    opacity: 1;
}

.dt { white-space: nowrap;}


.c_modelmanagepanelInfoBackBtn {
    padding:10 20px;
    margin:10px 0;
}
.c_modelmanagepanelInfoBackBtn>a {
    font-size:200%;
/*    background-color: white;*/
/*    border:1px solid #ccc;*/
    
}
.c_modelmanagepanelInfoBackBtn>a>svg {
    font-size:100%;
}
.c_modelmanagepanelInfoBackBtn>a>i.fas {
    font-size:100%;
}


/*

c_labelMarkerPanel

*/
.c_labelMarkerPanel {
    position:relative;
}

/* left control */
.c_labelMarkerPanel>div:first-child {
    height: 100vh;
    width: 400px;
    float: left;
    overflow: auto;
    padding-bottom: 50px;
}
.c_labelMarkerPanel>div:last-child {
    position: relative;
    height: 100vh;
    margin-left: 400px;
/*    overflow-y: auto;*/
    padding-top: 100px;
}


.c_labelMarkerPanel #itemListDivID>a {
    display: block;
    border: 1px solid #ccc;
    border-bottom:0;
    line-height:30px;
    padding:0 5px 0 10px;
    background-color: #fff;
}
.c_labelMarkerPanel #itemListDivID>a:last-child {
    border-botom:1px solid #ccc;
}
.c_labelMarkerPanel #itemListDivID>a.active {
    background-color: #ffc;
}


.previewLabel {
    position: relative;
    background-color:#fff;
    border:1px solid #ccc;
    border-radius: 5px;
    margin: 30px 50px ;
    font-family: 'Droid-Sans-Fallback';
    line-height: 1;
    overflow: hidden;
}

.previewLabel>.widthRemark {
    position:absolute;
    top:-30px;
    left:30%;
    
}
.previewLabel>.heightRemark {
    position:absolute;
    right:-70px;
    top:50%;

}

.previewLabel>.labelDiv{
    padding:0;
    margin:0;
}
.previewLabel>.labelDiv>img {
    padding:0;
    margin:0;
}

.ui-widget.ui-widget-content {
    
    max-height:400px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.c_stocking_inoutPanel { padding: 20px 30px;}
/*
.c_stocking_inoutPanel>table {}
.c_stocking_inoutPanel>table th,.c_stocking_inoutPanel>table td { text-align: center; }
.c_stocking_inoutPanel>table th { background-color: ;}
*/
.txtDanger { color:#f00; font-weight: bold; }
.txtSuccess { color:green; font-weight: bold; }

.c_permitPanel { with:100%; overflow-x: auto; margin:30px; }
.c_permitPanel>table {
    width: auto;
    /* margin: 10px auto; */
    border: 1px solid #ccc;
    border-spacing: 0;
    border-collapse: separate;
    background-color: #fff;
}
.c_permitPanel>table th {
    background-color: #4f9bb5;
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}
.c_permitPanel>table th, .c_permitPanel>table td {
    margin: 0;
    padding: 10px;
    border: 1px solid #ddd;
    border-width: 0 1px 1px 0;
	text-align: center;
}
.c_permitPanel>table th:first-child {
    min-width: 150px;
    width: 150px;
}
.c_permitPanel>table td:first-child {
    text-align: center;
    font-weight: bold;
}
.c_permitPanel td>div {
    min-width: 150px;
    width: 150px;
    text-align: center;
}
/* permit row */
.c_permitPanel .permitCell>a {
    display: block;
    min-height: 60px;
}
.c_permitPanel .permitCell>a>div {
    font-weight: bold;
    line-height: 20px;
    margin:3px 0;
}

/*.c_permitPanel*/

.mfile {
    display:block;
}

/* c_workerWagesQuestionnaireForm */
.pagediv {
    width:210mm;
    border: 1px solid #999;
    background-color: #fff;
    box-shadow: 2px 2px 10px #aaa;
    padding: 10mm 5mm; 
    margin-top:20px;
}
.c_workerWagesQuestionnaireForm input {
    border: 1px dotted #ccc;
    padding:0;
    text-align: center;
    background-color: #ffc
}


.c_workerWagesQuestionnaireForm { font-size:15px; }
.pdf_uline { border-bottom: 1px solid #000; padding: 0 10px; text-align: center;}
.pdf_contractno { text-align: center; margin-bottom:10px;}
.pdf_title { text-align: center;  margin-bottom:10px; }
.pdf_subtitle { text-align: center; margin-bottom:10px; text-decoration: underline; font-weight: bold;}
.pdf_section2 { padding:10px;}
.pdf_section2td { padding:10px 5px;}
.pdf_section2title1,.pdf_section2title2 { width:50mm; text-align: right;}
.pdf_section3 { padding:10px; border-spacing: 0; border-collapse:collapse;}
.pdf_section3th1,.pdf_section3th2,.pdf_section3th3,.pdf_section3th4,.pdf_section3th5,.pdf_section3th6,.pdf_section3th7,.pdf_section3th8 {
    padding:2mm; border:1px solid #ccc; text-align: center;
}
.pdf_section3td { margin:0; padding:2mm; border:1px solid #ccc; text-align: center; white-space: nowrap;}
.pdf_section4 { margin-top:20px; padding:10px; border-spacing:0; border-collapse:collapse;}
.pdf_section4th { width:50mm; padding:10px 5px; border:1px solid #ccc;}
.pdf_section4thb { width:40mm; border:1px solid #ccc;}
.pdf_section4date { width:10mm;padding:10px 5px; border:1px solid #ccc;}
.pdf_section4tda,.pdf_section4td { margin:0; padding:10px 5px; border:1px solid #ccc; text-align: center;}
.pdf_section4td { width:30mm; }


.modelManagePanel .displaysettingbutton {
    position: absolute;
    top:15px;
    right:20px;
    color:#fff;
}

.modelManagePanel .listItemSelectPanel {
    position: relative;
    margin:10px 20px;
    padding:30px 15px 15px 15px;
    background-color: #efefef;
    border:1px solid #ccc;
    
}
.modelManagePanel .listItemSelectPanel>span {
    position: absolute;
    top:2px;
    left:15px;
    color:#666;
}

.modelManagePanel .listItemSelectPanel>a {
    border:1px solid #ccc;
    margin:5px;
    padding:8px 12px;
    border-radius:5px;
    background-color: #fff;
}
.modelManagePanel .listItemSelectPanel>a.active {
    background-color: #3388cc;
    color:#fff;
    border-color:#3388cc;
    
}

.loginform {
    padding-top:20px;
    padding-bottom: 30px;
    width:350px;
    position: relative;
}

.loginform .div_caption {
    font-size:20px;
/*    padding:0;*/
}

.modelmanage_coloropt {
/*    border:1px solid #ccc;*/
    padding:5px 10px;
    white-space: nowrap;
}

.app .modelmanage_coloropt {
    border-radius: 5px;
    padding:2px 10px;
    margin:10px 0;
}

a[action],tr[action],td[action] {
    cursor: pointer;
}
tr[action]:hover>td,td[action]:hover {
    background-color: #ffc!important;
}
tr[action].active>td,td[action].active {
    background-color: #ffc!important;
}
.btn.btn-small {
    font-size:90%;
}
.fht-table, .fht-table thead, .fht-table tfoot, .fht-table tbody, .fht-table tr, .fht-table th, .fht-table td {
    vertical-align: middle;
}

.bsform input[type=text],.bsform input[type=number],.bsform input[type=email],.bsform input[type=link] { width:100%; border:1px solid #ccc; line-height:30px; height:30px; font-size:95%; min-width: 100px; padding:3px 5px; }
.bsform .input-group>input[type=text] { width: 1%; min-width: inherit;}
.bsform input[type=text][readonly] { background-color: #efefef; }
.bsform select { width:100%; border:1px solid #ccc; line-height:30px; height:30px; text-align: center;padding:3px; min-width:100px; font-size:95%;}
.bsform textarea { border:1px solid #ccc; width:100%; padding:5px; }
.bsform label { display:block; height:30px; font-size:120%; white-space: nowrap; overflow: hidden; line-height: 30px; margin-bottom: 0; font-weight: bold;}
.bsform  p { line-height: 30px; margin:0;}
.bsform .row { padding:3px 0;}
.bsform .row .pageBlock { margin:5px;}
.bsform .row { line-height: 30px; }
/*.bsinfo .row:nth-child(odd) { background-color: #f5f5f5; }*/
.bsform.bsinfo .row { padding:0;}
.bsform.bsinfo .row>div:nth-child(odd) { background-color: #f5f5f5; }
.bsform.bsinfo .row>div { border:1px solid #ccc; border-width: 1px 0 0 1px; padding:3px; overflow-x:hidden;}
.bsform.bsinfo .row>div:last-child { border-right-width: 1px;}
.bsform.bsinfo .row:last-child>div { border-bottom-width: 1px;}
.bsform.bsinfo .row .limitwidth {
    max-width:400px;
}

/*
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left:10px!important;
    padding-right:10px!important;
}
*/

.btn.btn-square {
    display: inline-block;
    width: 30px;
    line-height:30px;
    height:30px;
    margin: 0 2px;
    padding: 0;
    border-radius: 3px;
/*    color: #fff;*/
    text-align: center;
    border:0;
    box-shadow: none;
}
.btn.btn-square .fas {
    line-height: 30px;
}

.btn.btn-full {
    width: 100%;
}

.topbaraccountbtn {
    position: relative;
}
.topbaraccountbtn>i.fas {
    font-size:30px;
    line-height: 50px;
}
.topbaraccountbtn { color:#000; }

.btncc {
position: absolute;
    top: 1px;
    left: 35px;
    width: 26px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    background-color: #ff5447;
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
}
.topbaraccountdiv {
    display: none;
    position: absolute;
    top:55px;
    right:10px;
    background-color: #fff;
    border-radius: 10px;
    min-height:50px;
    min-width: 200px;
    padding: 20px;
    line-height:25px;
    text-align: center;
    box-shadow: 2px 2px 10px #999;
}
.topbaraccountdiv>hr {
    border:none;
    border-top: 1px solid #efefef;
    margin-left:-20px;
    margin-right:-10px;
    margin:10px -20px 10px -20px;
/*    margin-right:-10px;*/
}
.topbaraccountdiv>.head {
    color:#aaa;
    text-align: left;
}
.topbaraccountdiv.active {
    display:block;
}

.topbaraccountdiv .logoutbtn {
    position: relative;
    display: block;
    text-align: center;
    margin: 10px auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 1px;
}
.topbaraccountdiv .logoutbtn .btncc {
    bottom: unset;
    left:unset;
    top: -10px;
    right: -5px;
}
.topbaraccountdiv .logoutbtn:hover {
    background-color: #efefef;
}

.flexCenterContainer {
    display: flex;
    align-items: center;
    justify-content: center;  
    height:100vh;
    overflow-y:auto;
}

.pwddiv {
    position: relative;
    line-height: 1.5;
}
.pwddiv>.pwdvisble {
    position:absolute;
    top:calc(50% - 10px);
    right:8px;
}
.pwddiv>.pwdvisble::before {
    font-family: "Font Awesome 5 Free";
    content: "\f070";
    font-size:16px;
    color: #666;
    opacity: 0.5;
    line-height: 20px;
}
.pwddiv>.pwdvisble.active::before {
    font-family: "Font Awesome 5 Free";
    content: "\f06e";
    font-size:16px;
    color:#333;
    opacity: 1;
}

.recaptchaContainer>div>div {margin:0 auto;}

.mlogging_desc {
    max-height: 384px;
    overflow-y: auto;
}

.mlogging_desc>div>.dt {
    display: inline-block;
    font-style: italic;
    width:90px;
    color:#444;
    font-size:90%;
}
.mlogging_desc>div>.f {
    font-weight: bold;
    color:blue;
    font-size: 110%;
    padding:0 5px;
}
.mlogging_desc>div>.s {
    font-weight: bold;
    text-decoration: underline;
    padding:0 5px;
}
.mlogging_desc>div>.adm {
    color:#666;
    margin-left:10px;
}


.c_modelinfo_block {
    margin:10px;
    padding:5px;
    background: #fefefe;
    border:1px solid #ccc;
}

.c_modelinfo_infodiv {
}
.c_modelinfo_infodiv div.row {
}
/*
.c_modelinfo_infodiv div.row label {
    width:100%;
}
*/
.c_modelinfo_infodiv div.row>div {
    padding:5px 10px;
    background-color: #ccc;
    background-color: #f3f3f3;
    border:1px solid #fff;
    border-radius: 10px;
/*    box-shadow: 1px 0 #ccc, inset 1px -1px #ccc;*/
}
.c_modelinfo_infodiv div.row>div>label {
    width: 100%;
}
.c_modelinfo_infodiv div.row>div .h {
    display:block;
    padding-bottom:3px;
/*    font-size: 90%;*/
}
.c_modelinfo_infodiv div.row>div .c {
    display:block;
    font-weight: bold;
    text-align: center!important;
    font-size: 150%;
    color:#666;
}

/* c_modelinfo3 */
.c_modelinfo .imgpreviewinfodiv {
    position: relative;
}

.c_modelinfo_block {
    background: #fff!important;
}
.c_modelinfo_infodiv div.row>div {
    background-color: #fff!important;
}

.c_modelinfo .imgpreviewinfodiv table {
    background-color: #fff;
    width:100%;
    font-size:130%;
}

.c_modelinfo .imgpreviewinfodiv table th {
    width:120px;
}

.c_modelinfo .imgpreviewinfodiv table th,.c_modelinfo .imgpreviewinfodiv table td {
    padding:5px;
}

.c_modelinfo .imgpreviewinfodiv .photos_container {
    width:100%;
    white-space: nowrap;
    overflow-y: auto;
}
.c_modelinfo .imgpreviewinfodiv .photo {
    margin: 5px 5px 5px 0;
    text-align: center;
}
.c_modelinfo .imgpreviewinfodiv .photo img {
    display: inline-block;
}
.c_modelinfo .imgpreviewinfodiv .photos_container img {
    max-height:100px;
}

.c_modelinfo .imgpreviewinfodiv .photos_show img {
    max-height: 300px;
}

.imgcaptchaContainer {
    position: relative;
}

.imgcaptcha_refreshbtn {
    position: absolute;
    top:50px;
    right: 5px;
}

#captcha_image_audio_controls {
    position: absolute;
    top:10px;
    right:5px;
}

.c_modelinfo_infodiv .column2InfoDiv div.row>div .c {
    font-size: 100%;
    text-align: left!important;
}

.c_modelinfo_infodiv .column2InfoDiv div.row>div {
    padding:2px 5px;
}

.c_modelinfo_infodiv .column2InfoDiv>div>div>div div.row>div {
    border: 1px solid #ccc;
    border-radius: 0;
    
} 

.column2InfoDiv .v_paramForm.rownarrow>table>tbody>tr>td {
    padding:3px 10px;
}

.c_modelinfo .nav-link {
    font-size:120%;
    font-weight: bold;
    border-color: #e9ecef #e9ecef #dee2e6!important;
    border-width: 1px 1px 0 0!important;
}
.c_modelinfo .nav-link .badge {
    color: #fff!important;
    background-color: #999!important;
    border-color: #999!important;
    margin-left:7px;
    font-size:80%;
    padding:5px 7px
}

.c_modelinfo .nav-link.active {
    color: #fff!important;
    background-color: #3388cc!important;
}
.c_modelinfo .nav-link.active .badge{
    color: #3388cc!important;
    background-color: #fff!important;
}

.c_modelinfo .fieldtxts {
    padding:2px;
    min-width: 50px;
    text-align: center;
}

.moduleContainer {
    min-height: 500px;
}

.c_searchlisting_search .v_bs_qsearchbar>input[type=text],.v_bs_qsearchbar>input[type=email],.v_bs_qsearchbar>input[type=password] {
    height: inherit;
    outline:0!important;
}
.c_searchlisting_search .v_bs_qsearchbar .btn {
    margin: inherit;
}
.c_searchlisting_search input[type=text].form-control {
    height: inherit;
}



.modelmanage_coloropt.status_info { background-color:#3388cc; color:#fff;}
.modelmanage_coloropt.status_pending { background-color:#3388cc; color:#fff;}
.modelmanage_coloropt.status_done { background-color:#22AC38; color:#fff;}
.modelmanage_coloropt.status_cancel { background-color:#b5b5b6; color:#fff;}
.modelmanage_coloropt.status_error { background-color:#dc3545; color:#fff;}
.modelmanage_coloropt.status_warning { background-color:#ffc107; color:rgba(80,80,80,1);}


