/* .content_top */

.content_top {
    height: 60px;
    background: url(../../img/platform/top_back.jpg) repeat-x;
}
.content_top h1 {
    color: #fff;
    text-shadow: 0 0 1px #000;
    font-weight: 400;
    font-size: 32px;
/*     width: 500px; */
/* 	width: 85%; */
	margin: 0;
    padding: 14px 15px;
    float: left;
}
.content_top h1 > span {
    font-size: 24px;
}
/* .page-header */
.page-header h2 {
    font-size: 24px;
    margin: 3px 0 10px 0;
}
/* #content */
.content-header h4{
	font-size: 22px;
	margin: 10px 0 10px 0;
	color: black;
	float:left;
}
#content div.fixed-table-container{
	height:370px;
/* 	height:300px; */
}
#content label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: bold;
}
#content img {
    max-width: 100%;
}
#content .container {
    width: auto !important;
    margin: 0;
   /*  padding: 0; */
}
.modal button.close{
    float: right;
/*     color: red; */
    color: #fff;
    font-size: 50px;
    opacity: 100;
    padding: 0px 10px;
}
#content select{
	line-height: 100%;
}
/* #member_info */
#member_info {
    width: 500px;
    height: 8%;
    line-height: 120%;
    color: #fff;
    position: absolute;
    top: 0;
    right: 220px;
}
#member_info > ul {
    padding: 7px 0 0 0;
    margin: 0;
}
#member_info a {
    color: #FFF;
    font-size: 12px;
    line-height: 22px;
}

/* .page-header */
.page-header {
    /*height: 95px;*/
    height: 65px;
    padding: 15px 20px;
    margin: 0;
    background-color: #fff;
}
.page-header h2 {
    font-size: 24px;
    margin: 3px 0 10px 0;
    color: inherit;
}
.page-header .breadcrumb {
    background-color: transparent;
    padding: 8px 0;
}

/* .content_body */
.content_body {
    background-color: #fff;
    padding: 20px;
/*     margin: 20px; */
  /*    height: 100%;*/
}
.well-white {
    background-image: linear-gradient(to bottom, #fff 0, #fff 100%);
}
.well-white p{
	white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}
.search_form {
    background-image: none;
    box-shadow: none;
    background-color: #fff;
    margin-top: 20px;
}
#footer {
    background-color: #f2f2f2;
    border-top: 1px solid #dadada;
    clear: both;
    padding: 10px 0 10px 0px;
    font-size: 12px;
    line-height: 190%;
    bottom: 0;
/*     position: fixed; */
    width: 100%;
    z-index: 100;
}
.copy {
    margin-left: -70px;
}
#table {
    cursor: pointer;
    overflow-x: auto;
    color: black;
    max-width: 100%;
}
.fixed-table-toolbar{
    background-image: none;
    box-shadow: none;
    background-color: #fff;
    margin-top: 20px;
}
.statusSpace{
	/*width:60px;*/
	width:90px;
}

.modal-dialog {
    z-index: 401;
}
.modalBackdrop{
	height:100%;
}
.modal{
	display:none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 400;
    display: none;
    -webkit-overflow-scrolling: touch;
    outline: 0;
	color: black;
	user-select: none;
}
.modal-content{
/* 	width:600px;	 */
/*	width:97%;*/	
}

.filebox{
/* 	display:none; */
	padding-top: 5px;
}

.filebox label {
  display: inline-block;
  padding: .5em .75em;
  color: #999;
  font-size: inherit;
  line-height: normal;
  vertical-align: middle;
  background-color: #fdfdfd;
  cursor: pointer;
  border: 1px solid #ebebeb;
  border-bottom-color: #e2e2e2;
  border-radius: .25em;
}

.filebox input[type="file"] { 
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip:rect(0,0,0,0);
  border: 0;
}


/* bootstrap */

/* h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { */
/*     font-family: inherit; */
/*     font-weight: 500; */
/*     line-height: 1.1; */
/*     color: inherit; */
/* } */
img {
    vertical-align: middle;
    border: 0;
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0;
}
.fade.in {
    opacity: 1;
}
.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 400;
    background-color: #000;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}
.modal.fade .modal-dialog {
/*     -webkit-transition: -webkit-transform .3s ease-out; */
/*     -o-transition: -o-transform .3s ease-out; */
/*     transition: transform .3s ease-out; */
/*     -webkit-transform: translate(0, -25%); */
/*     -ms-transform: translate(0, -25%); */
/*     -o-transform: translate(0, -25%); */
/*     transform: translate(0, -25%); */
}

.right-p{
	display: inline-block;
	padding: 5px;
}

@media (min-width: 768px) {
	.form-inline .input-group .input-group-addon, .form-inline .input-group .input-group-btn, .form-inline .input-group .form-control {
	    width: auto;
	}
	.form-inline .input-group {
	    display: inline-table;
	    vertical-align: middle;
	}
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
    	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}
	.modal-sm {
		width: 300px;
	}
	.form-inline .form-group {
	    display: inline-block;
	    margin-bottom: 0;
	    vertical-align: middle;
	}
	.form-inline .input-group > .form-control {
    	width: 100%;
	}
	.form-inline .control-label {
	    margin-bottom: 0;
	    vertical-align: middle;
	}
	.form-inline .form-control {
	    display: inline-block;
	    width: auto;
	    vertical-align: middle;
	}
	.container {
	    width: 750px;
	}
}
@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
	.container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    width:100%;	
}
.modal-header {
/*     padding: 15px; */
    border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
    margin-top: -2px;
}
button.close {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2;
}
.modal-body {
    position: relative;
}
.modal-body h2{
	position: fixed;
}
#myDetail .modal-body{
    padding: 15px;
	/*height: 39em;*/
	height:63%;
}
.modal-body 
.page-header {
    padding-bottom: 9px;
    /* margin: 40px 0 40px; */
    border-bottom: 2px solid #eee;
}
.well {    
	min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    margin: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
    outline: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    line-height: 1.42857143;
    color: #333;
}
.well-white {
    background-image: linear-gradient(to bottom, #fff 0, #fff 100%);
    margin-bottom: 25px;
}
select.input-sm {
    height: 30px;
    line-height: 30px;
}
.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.form-control {
    display: block;
/*     height: 34px; */
    height: 30px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group-addon, .input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}
.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}
table{ /*230808 regend-table*/
	/*border:1px solid #ccc;*/
    border-spacing: 0;
    border-collapse: collapse;
	background-color: transparent;
}

.regend-table{ /*230808 regend-table*/
	border:1px solid #ccc;
}
/*
.table {
    width: 100%;
   
    margin-bottom: 20px;
    color : black;
}
*/
.table-bordered {
    border: 1px solid #ddd;
}

td, th {
    padding: 0;
}
th {
    text-align: left;
}





.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;    
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #ddd;
}
.table-bordered > thead > tr > th, .table-bordered > thead > tr > td {
    border-bottom-width: 2px;
}
.table > caption + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > th, .table > thead:first-child > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > td {
    border-top: 0;
}
.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}
.clearfix:before, .clearfix:after, .dl-horizontal dd:before, .dl-horizontal dd:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .form-horizontal .form-group:before, .form-horizontal .form-group:after, .btn-toolbar:before, .btn-toolbar:after, .btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after, .nav:before, .nav:after, .navbar:before, .navbar:after, .navbar-header:before, .navbar-header:after, .navbar-collapse:before, .navbar-collapse:after, .pager:before, .pager:after, .panel-body:before, .panel-body:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}
.clearfix:after, .dl-horizontal dd:after, .container:after, .container-fluid:after, .row:after, .form-horizontal .form-group:after, .btn-toolbar:after, .btn-group-vertical > .btn-group:after, .nav:after, .navbar:after, .navbar-header:after, .navbar-collapse:after, .pager:after, .panel-body:after, .modal-header:after, .modal-footer:after {
    clear: both;
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}
.btn:hover, .btn:focus, .btn.focus {
    color: #333;
    text-decoration: none;
}
.btn-info:hover {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.input-group-btn > .btn {
    position: relative;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}
.input-group-btn:last-child > .btn{
	display: inline-block;
}
a {
    background-color: transparent;
    cursor: pointer;
}
a {
    color: #337ab7;
    text-decoration: none;
}
a:active, a:hover {
    outline: 0;
}
a:hover, a:focus {
    color: #23527c;
    text-decoration: underline;
}
.btn-warning {
    color: #fff;
    /* background-color: #f0ad4e;
    border-color: #eea236; */
    background-color: #FF6A00;
    border-color: #FF6A00;
    font-weight:bold;
}
.text-center {
    text-align: center;
}
.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.fixed-table-toolbar {
    background-image: none;
    box-shadow: none;
    background-color: #fff;
    /* margin-top: 20px; */
    margin-top: 39px;
}
.bootstrap-table .fixed-table-container {
    position: relative;
    clear: both;
}
.label {
    display: inline;
    padding: 0.2em 0.6em 0.3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25em;
}
.label-success {
    background-color: #5cb85c;
}


.modal-dialog{    
	/* width: 110em; */
    display: block;
    width: 80%;
    height: 90%;
    /* margin-top: 18em; */
    /* margin-left: 15em; */
    margin-left: 9%; 
    margin-top: 12%;
    margin: auto;
    overflow-y: auto;
    margin-top: 2%;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    color: black;
    font-size: 18px;
    font-family: inherit;
    font-weight: 500;
}

#myDetail #detailTDS div{
	width: 90%
}
#detailTDS div.tdsList{
    height: 68px;
    border: 1px solid grey;
    overflow-y: scroll;
    margin: 10px;
}
#myDetail .modal-dialog{
	width: 31%;
    height: 90%;
/*	width: 40em;*/
/*     margin-top: 17em; */
/*     margin-left: 30em; */
    margin-top: 7%;
    margin-left: 36%;
}
#myDetail .modal-body div{
	width: 98%;
/* 	width: 40em; */
/* 	height: 100%; */
	display: inline-block;
	float: left;
}
#myDetail .modal-body table{
/* 	width: 90%; */
/*	width: 37em;*/
	margin: 5px;
	color : black;
}
#myDetail .detailInformation{
	margin-left: 10px;
}
#myDetail .detailInformation p{
	padding: 7px;
}
#myDetail .detailInformation table{
	margin-left: 7px;
	    width: 100%;
}
#myDetail .detailMain table th{
	width: 200px;
}
th.file{
	padding-left: 25px!important;
}

#detailTDS label{
	padding: 5px;
	font-size: 12px;
	color: grey;
}
#detailTDS label:nth-of-type(odd){
	color: black;
    font-weight: bold;
}

.bootstrap-table .fixed-table-pagination>.pagination, .bootstrap-table .fixed-table-pagination>.pagination-detail {
    margin-top: 10px;
    margin-bottom: 10px;
}
.bootstrap-table .fixed-table-pagination>.pagination ul.pagination {
    margin: 0;
}
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
	display: flex;
  	justify-content : center;
}
.pagination > li {
    display: inline;
}
.bootstrap-table .fixed-table-pagination>.pagination ul.pagination a {
    padding: 6px 12px;
    line-height: 1.428571429;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}
.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left;
}
.btn-group > .btn:first-child {
    margin-left: 0;
}
.btn .caret {
    margin-left: 0;
}
.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: "";
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}
.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}
.open > .dropdown-menu {
    display: block;
}
#searchValue{
	float: left;
	width: 90%;
}
#searchBtn{
	float: left;
}
#searchBtn button{
	padding: 3px 5px;
}
#myDetail .detail-showhide{
	background-color: gainsboro; 
	position: absolute; 
	margin-left: -2.5em; 
	margin-top: -14em;
}
#table thead tr th:nth-child(1){
	width: 5%;
}
#table thead tr th:nth-child(2){
	width: 20%;
}
#table thead tr th:nth-child(3){
	width: 25%;
}
#table thead tr th:nth-child(4){
	width: 10%;
}
#table thead tr th:nth-child(5){
	width: 15%;
}
#table thead tr th:nth-child(6){
	width: 15%;
}
#table thead tr th:nth-child(7){
	width: 10%;
}
#table tbody tr td:not(:last-child){
	cursor : pointer;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
    height: 5em;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}
.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #0d6efd;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1rem;
    clear: both;
    font-weight: 400;
    color: #212529!important;
    text-align: inherit;
    text-decoration: none;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    color: #1e2125;
    background-color: #e9ecef;
}
#myUpload .modal-dialog{
	width: 50em;
	margin-left: 33%;
}
.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.dropdown-menu ul{
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}
.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap;
}
#myUpload #fileUploadForm textarea{
	height: 70px;
}
.upload{
	float: left!important;
}
.hide{
	display: none;
}
.uploadFeatureCatalogue , .uploadPortrayalCatalogue{
	padding-top: 0px;
} 
select.area{ 
    height: 2.5em;
    width: 10em;
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    cursor: pointer;
    border-radius: 4px;
    margin-left: 10px;
}
div.countryarea, div.regionarea{
	float: left;
	width: 50%;
}
.form-check {
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5em;
    margin-bottom: 0.125rem;
}
.form-check-input:checked[type=radio] {
    background-image: url('../../image/radio-button-background.png');
}
.form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.form-check-input[type=radio] {
    border-radius: 50%;
}
.form-check .form-check-input {
    float: left;
    margin-left: -1.5em;
}
.form-check-input {
    width: 1em;
    height: 1em;
    margin-top: 0.25em;
    vertical-align: top;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    border: 1px solid rgba(0, 0, 0, .25);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-print-color-adjust: exact;
    color-adjust: exact;
}
#detailFC, #detailPC{
	vertical-align: middle;
}
#detailFC div, #detailPC div{
	cursor: pointer;
}
#detailBody .detailMain .selected{
	background-color: blue;
	color: white;
}
#detailTDS .tdsList div{
	cursor: pointer;
}
.detailInformation{
	border-left: 1px solid black; 
	padding-left: 15px; 
	height: 100%;
}

.right-side-wrap {
    position: absolute;
    top: 15px;
    right: 50px;
    text-align: right;
}

.loading, .loadDone{    
/* 	display: flex; */
    height: 50px;
    width: 50px;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    display:none;
}
.loading img, .loadDone img, .loadingDual img, .loadDoneDual img{
	width: 100%;
	height: 100%;
}

#fileUploadForm .tdsUploadList{
	width: 90%;
    height: 68px;
    border: 1px solid grey;
    overflow-y: scroll;
    margin: 10px;
    clear:both;
}
.uploadDataset{
	clear:both;
}
.form-check{
	margin-left:10px;
}
.form-check-label{
	width:100px;
	margin-right:30px;
}
.page-body{
	color : black;
}

.fixed-table-body table{
	white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    overflow: hidden;
}