/*[data-cattype="239" ] .form-horizontal{ margin-top: 20px !important; }*/

@-moz-document url-prefix() {
  [data-cattype="239"] fieldset { display: table-cell; }
}

section[data-cattype="239"].wrapper_middle{
	min-height: 50vh;
}

[data-cattype="239"] a{ color: #EF6036; }
[data-cattype="239"] a:hover{ color: #FCAE16; }


[data-cattype="239"] .form-horizontal .col-sm-6, 
[data-cattype="239"] .form-horizontal .col-sm-2, 
[data-cattype="239"] .form-horizontal .col-sm-4{
    margin-top: 0;
}

[data-cattype="239"] fieldset {
    padding: 0 30px;
    margin: 0 2px 20px 2px;
    border: 1px solid rgb(252, 174, 22);
    
}
[data-cattype="239"] legend{
    border-bottom: 0;
    width: auto;
    display: inline-block;
    font-size: inherit;
}

[data-cattype="239"] fieldset.sub{
    border: 1px solid rgb(255, 224, 163);
    padding: 15px 15px 15px 15px;
    margin: 20px 0;
}
[data-cattype="239"] fieldset.sub legend{
    margin: 0;
    font-size: 18px;
}


[data-cattype="239"] .list-menu{ 
    margin: 0 0 10px 0; 
    border-bottom: #EC3723 solid 3px;
}
[data-cattype="239"] .list-menu li{
    margin-left: -2px;
}
[data-cattype="239"] .list-menu li a{
    margin: 0 2px;
    display: block;
    padding: 5px 10px;
    background: #FCAE16;
    color: #fff;
    
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

[data-cattype="239"] .list-menu li.active a,
[data-cattype="239"] .list-menu li a:hover{
    background: #EC3723;
}
[data-cattype="239"] .list-menu li.active a{
    border-bottom: #EC3723 solid 5px;
}


[data-cattype="239"] .list-document li{ width: 100%; }
[data-cattype="239"] .list-document li label{ font-weight: normal; }

[data-cattype="239"] .list-radio li{ margin: 0 20px 0 0; }


[data-cattype="239"] .span11.date-picker{
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}



[data-cattype="239"] table.table-sectionb{ margin-bottom: 0; }

[data-cattype="239"] table.table-sectionb .row-detail{
    
}

[data-cattype="239"] table.table-sectionb a.a-toggle::before{ content: '[+]'; }

[data-cattype="239"] table.table-sectionb a.a-toggle[aria-expanded="true"]::before{ content: '[-]'; }

[data-cattype="239"] table.table-sectionb tbody tr:nth-child(4N+1){
    background: #f8f8f8;
}


/* BOL - Page Navigation CSS  */
section[data-cattype="239"] .page-list .form-product-search .input-group-addon{ height: 45px; }

section[data-cattype="239"] .page-list.input-group{ width: 80px; }
section[data-cattype="239"] .page-list select.pagination-product.form-control{ width: 60px; }
section[data-cattype="239"] .page-list.input-group .input-group-addon{ text-align: right; }

section[data-cattype="239"] .page-list .input-group-addon{ 
    padding: 0;
    background: #fff; 
    text-align: left;
    height: 30px;
}
section[data-cattype="239"] .page-list select.input-group-addon,
section[data-cattype="239"] .page-list span.input-group-addon,
section[data-cattype="239"] .page-list input.input-group-addon,
section[data-cattype="239"] .page-list a.input-group-addon{ padding: 0px 8px; }
section[data-cattype="239"] .page-list span.input-group-addon{
    background: #eee;
    
}
/* EOL - Page Navigation CSS  */




[data-cattype="239"] .list-document label{ display: block; }
[data-cattype="239"] .list-document input[type="file"]{
    display: inline-block;
    border: #FCAE16 solid 1px;
    padding: 2px 3px;
    margin: 0px 3px;
}
[data-cattype="239"] .inline-browser .btn-view,
[data-cattype="239"] .inline-browser .btn-remove{
    background: #FCAE16;
    font-size: 10px;
    color: #fff;
    border-color: #FCAE16;
    vertical-align: top;
}


/* BOL - Password strenght */
[data-cattype="239"] #label-password{
    color: #fff;
}
[data-cattype="239"] .help-button {
    
    background-color: #65bcda;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    cursor: default;
  
}
[data-cattype="239"] .popover{
    width: 300px;
    z-index: 111;
}
[data-cattype="239"] .popover ul li,
[data-cattype="239"] .popover ul{
    margin: 0;
    padding: 0 5px;
    font-size: 12px;
}
[data-cattype="239"] .popover ul li{ padding: 2px; }
[data-cattype="239"] .btn[disabled]{ pointer-events: unset; }
/* EOL - Password strenght */




/* BOL - Announcement */
[data-cattype="239"] .post-item h3{ 
    margin: 0 0 10px 0; 
    color: #FCAE16;
}
[data-cattype="239"] .post-item{ 
    border-bottom: 1px dotted #aaa; 
    padding: 20px 0 30px 0;
}
[data-cattype="239"] .post-item:last-child,
[data-cattype="239"] .post-item:only-child{ border-bottom: 0; }

/* EOL - Announcement */


/* BOL - Control input fields to be view only when no submitted status */
form.reviewing .btn-submit,
form.reviewing input[type="radio"]:not(:checked),
form .list-document .btn-remove,
form.reviewing .list-document .btn-remove,
form.reviewing .list-document input[type="file"]{
    display: none;
    
}
form.reviewing input.span11.date-picker{
    cursor: not-allowed;
    background: #eee;
}
/* EOL - Control input fields to be view only when no submitted status */


/* BOL - adding loading overlapping message wehn submitting */
[data-cattype="239"] form.loading{position:relative;}
[data-cattype="239"] form.loading::before{
	position:absolute;
	width:100%;
	height:100%;
	background: rgba(255, 255, 255, 0.75);
	content:"Loading...";
	z-index:10;
	text-align:center;
	padding-top:calc(100% - 30px );
    left: 0;
    top: 0;
}
/* EOL - adding loading overlapping message wehn submitting */



[data-cattype="239"] .help-button ,
[data-cattype="239"] .mobile-no-help-button {
    display: inline-block;
    height: 18px;
    width: 18px;
    line-height: 16px;
    text-align: center;
    padding: 0;
    background-color: #65bcda;
    color: #FFF;
    font-size: 12px;
    font-weight: bold;
    cursor: default;
    margin-left: 4px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    border-color: #FFF;
    border: 2px solid #FFF;
    -webkit-box-shadow: 0 1px 0 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0 1px 0 1px rgba(0,0,0,0.2);
    box-shadow: 0 1px 0 1px rgba(0,0,0,0.2);
    font-weight: normal;
}


[data-cattype="239"] .flex{
    display: flex;
    flex-wrap: wrap;
}
[data-cattype="239"] .flex.flex-end{
    align-items: flex-end;
}





/* @2024-11-29 - File uploading checkbox CTC */
body.modal-open section.wrapper_header, 
body.modal-open div.wrapper_header{ 
    position: relative !important; 
}

[data-cattype="239"] input[type="file"][data-uploaded]{
    width: 170px;
}

[data-cattype="239"] .list-document label.file-checkbox{
    display: inline; 
    margin-left: 15px;
    font-size: 0.9em;
    color: #666;
}
[data-cattype="239"] .list-document label.error{ display: inline; }








@media (max-width: 767px) {

    [data-cattype="239"] .table-responsive table.table{
        table-layout: auto;    
    }
    [data-cattype="239"] .table-responsive table.table td{
        white-space: normal;
    }
    
    
    [data-cattype="239"] .list-menu li.active a,
    [data-cattype="239"] .list-menu{ border: none; }
    [data-cattype="239"] .list-menu li{
        margin: 3px;
    }
}