a:focus {
	text-decoration : none !important;
}

a:hover {
	text-decoration : underline !important;
}

.btn:hover, .btn-default:hover{
	background-position: 0 -10px;
}

body {
	-ms-overflow-style: scrollbar;
}

.hasChange {
	background-color:#edecec;
}
.with-errors {
  color: #a94442    !important;
}

.radio-table input {
    margin-right:5px;
}

.radio-table label {
    margin-right:10px;
}

.radio-table-for-two input {
    margin-right:5px;
}

.radio-table-for-two label {
    margin-right:30px;
}

.no-padding {
  margin-top:0px;
  margin-bottom:0px;
}

.login_nav a {
  height:62px;
  background-color:red !important;
  color:white;
}

.PRM_nav a {
  height:62px;
  background-color:rgb(0,0,255) !important;
  color:white;
}

.login_nav a:hover {
  color:yellow;
}

.manda_field {
  color:red;
}

.label_span {
  display:block;
  /*top:50%;*/
}

.button_name {
  display:block;
  /*width:10em;*/
}

.table-borderless td {
  /*display:block;*/
  /*float:none;*/
  border-width:0 !important;
  vertical-align:middle !important;
}

.dropdown:hover .dropdown-menu {
  display:block;
  border:10px;
  /*border-color:black;*/
}

.dropdown-menu li:hover {
  visibility:visible;
  background-color:black;
}

.submission_dropDown {
  list-style:none;
  display:inline-block;
}

.dropdown-toggle {
  /*text-decoration:none;*/
  /*background-color:#ffffff;*/
  /*display:inline-block;*/
  /*font-size:14px;*/
  /*border-bottom-color:black;*/
  /*margin-bottom:-1px;*/
  /*padding-left:10px;*/
}

.dropdown-menu {
  margin:0;
  list-style:none;
  /*white-space:nowrap;*/
  /*background-color:red;*/
  border-color:white;
}

.login_nav li a {
  border-color:black !important;
}

.PRM_nav li a {
  border-color:black !important;
}

.login_nav li ul:hover, .login_nav li ul {
  background-color:red;
}

.PRM_nav li ul:hover, .PRM_nav li ul {
  background-color:blue;
  color:white;
}

.vertical-align > div > .row {
  align-items:center;
}

div.row.emptyrow {
  margin:0;
  padding:0;
  height:50px;
}

div.row.emptyThinRow {
  margin:0;
  padding:0;
  height:10px;
}

.bg-companyName {
  background-color:rgb(19,66,107);
  color:white;
}

.bg-subcompanyname {
  background-color:rgb(209,221,230);
}

.chinesefont {
    font-family:"Helvetica Neue", Helvetica, Arial, "微軟正黑體", "微软雅黑", "メイリオ", "맑은 고딕", sans-serif;
}

.bg-warning_HKEX {
  background-color:rgb(254,221,0);
}

.bg-success_HKEX {
  background-color:rgb(127,255,0);
}

.btn-circle {
  border-radius:23px;
}

.after-checkbox-label{
	padding-left: 5px;
}

.ui-loader-background{
  position:fixed;
  opacity:0.7;
  z-index:999999999;
  width: 100%;
  height:100%;
  background-color:white;
  display: none;
}

.icon-loading {
  position:fixed;
  top:40%;
  left:45%;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.dataTablePagination{
	margin: 0 0 !important;
}

.dataTablePagination >.active>a,
.dataTablePagination >.active>a:focus,
.dataTablePagination >.active>a:hover,
.dataTablePagination >.active>span,
.dataTablePagination >.active>span:focus,
.dataTablePagination >.active>span:hover {
  z-index: 1 !important;
}

.dataTablePagination >a,
.dataTablePagination >a:focus,
.dataTablePagination >a:hover,
.dataTablePagination >span,
.dataTablePagination >span:focus,
.dataTablePagination >span:hover {
  z-index: 1 !important;
}

#alertResult-container{
	display: none;
}

#dtStockGroup tbody tr:first-child td:nth-child(2){
  color: red !important;
}

.manadaAsterisk{
	color:red;
}

.red-font{
  color:red;
}

.green-font{
  color:green;
}

.multiSubDragSource{
	overflow-y: hidden !important;
	max-height: none !important;
	word-wrap: break-word;
}

.multiSubDragSource li{
	height: auto;
	min-height: 65px;
	line-height:32.5px;
    overflow: hidden;
}

.multiSubmissionTabBtn td {
	height: 70px;
	vertical-align: middle;
	text-align: initial;
}

.indentForMultiSub {
	padding-left: 20px !important;
}

.indent-btn-before{
    width: 20px;
}

.indent-btn-after{
    width: 20px;
}

.iframe-container {
  padding-bottom:60%;
  padding-top:30px;
  height:0;
  overflow:hidden;
}

.iframe-container iframe, .iframe-container object, .iframe-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  word-wrap: break-word;
}

.btnTrash{
	color: black;
}

.gemPreview > ul > li  {
	color:black;
}

.normfont  {
	color:black;
}

.normfont > a {
    text-decoration: underline;
}

.gemPreview, .gemPreview > ul > li > .indentIcon {
    font-family: "Arial, Helvetica, sans-serif";
    color: #AC2400;
}

.mainBoardPreview {
    font-family: "";
    color: #336699;
}

.formTitle {
	margin-bottom:15px;
}

.formRow {
	margin-bottom:15px;
}

.unresizeable textarea {
	resize: none;
}

textarea {
    resize: vertical;
}

.wrap-line {
	word-wrap: break-word;
}

.hiddenCol{
	display: none;
}

.eformModalTable {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	width: 100%;
	border: 1px solid black;
}

.eformModalTable, .eformModalCol, .eformModalHeading {
	border: 1px solid #ddd;
	padding: 8px;
	border: 1px solid black;
}

.eformModalHeading {
	padding-top: 12px;
	padding-bottom: 12px;
	text-align: left;
	background-color: #c9dff0;
	color: black;
	border: 1px solid black;
}

.printPreviewBtnCol {
	text-align: right;
}

.lrmDocumentTemplatePrefix {
	background-color: #ffff00;
}

.uploadFile{
  height: 170px !important;
}

.textBox{
  height: 200px !important;
}

.overflow-wrap {
  overflow-wrap: break-word;
}

.multiFileUpload_documentNameEngDisplay, .multiFileUpload_companyNameEngDisplay, .multiFileUpload_documentNameChinDisplay, .multiFileUpload_companyNameChinDisplay {
	word-wrap: break-word;
}

div#previewModalBody {
	overflow: auto;
}

hr.dashed {
	border-style: dashed;
}

.no-vert-padding {
	padding-right: 0;
	padding-left: 0;
}

.p-right {
	padding-right: 1em;
}

.p-left {
	padding-left: 1.75em;
}

.align-items {
	display: table;
	width: 100%;
}

.align-items .top {
	display: table-cell;
	vertical-align: top
}

.app-uploadFile{
	width: 100% !important;

}
.top-panel {
	border-color: #777;
}

.top-panel > .panel-heading {
	background-image: linear-gradient(to bottom,#e8e8e8 0,#a8a8a8 100%);
}

/*Overwrite Bootstrap Style for Tool tip */
.tooltip-inner {
    /* If max-width does not work, try using width instead */
    max-width: 75%; 
    font-size: 14px;
}

.index-background {
	background-color: #eee;
}

.previewColorBg{
	background: rgb(246, 224, 252);
}

.textarea-error {
	border: 1px solid red !important;
	box-shadow: 0 0 3px red !important;
}

.bg-pmiFunctionGrey {
  background-color: #f9f9f9;
}
a.bg-pmiFunctionGrey:hover,
a.bg-pmiFunctionGrey:focus {
  background-color: #ffffff;
}

.col-md-05 {
	width: 4.166666667%;
}

.col-md-95 {
	width: 95.833333333%;
}

/* .glyphicon-trash:before{content:"[\e020]"}  */

.remove-item:before {
	content:"[\274c]";
}


.remove-item-white{color: #ffffff;}

.remove-item-blue {color: #337ab7;}

.modal-content {
  background-clip: border-box !important;
  border: none !important;
}

.disabled-link{
	color: #888;
}

.maxWidth400 {
	max-width: 400px;
	word-wrap: break-word;
}

.minWidth100 {
	min-width: 100px;
	flex-grow: 1;
	flex-shrink: 0;
	flex-basis: 100px;
}

.break-word {
	word-wrap:break-word;
}


.func-list {
	background-color: rgb(238, 238, 238);
}

.font-link {

	vertical-align: bottom !important;
	color: #a1b4c5;
    position: relative;
    padding: 5px !important;
    line-height: 22px;
}

.font-link-hide {
	display: none !important;
}

.font-link-unhide {
	display: inline-block !important;
}

.font-link-small {
	font-size: 12px;
}

.font-link-medium {
	font-size: 14px;
}

.font-link-large {
	font-size: 16px;
}


.font-link-active {
	color: #e72742 !important;
	border: 1px solid transparent;
}


.font-text {
	display: inline-block;
    padding: 5px 12px;
    margin-bottom: 0;
    color: #10416c;
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    white-space: nowrap;
    vertical-align: bottom;
    font-weight: bold;
    border: 1px solid transparent;

}

.font-link-bold {
	font-weight: bold;
}

.border-right {
	border-right: solid 1px #d5e2e8;
	padding-right: 5px;
}

.font-link-li {
	display: inline;
}

.font-link-ul {
    display: inline-block;
    vertical-align: bottom;
}

.tableHeader {
	color: #337ab7;
}

.width-one-quarter {
	position: relative;
  	min-height: 1px;
  	float: left;
  	width: 22%;
}

.width-fif-px {
  	width: 4%;
  	float: left;
  	text-align: center;
  	max-width: 15px;
}


.eds-tab-content {
    background-color: rgb(238, 238, 238);
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
}

.eds-tab-content > a {
	margin-right: 0px !important;
}

.invisibleFakeAutoComplete{
	opacity:0;
	position: absolute;
}


.glyphicon-chevron-left:before{
    content:"<";
}

.glyphicon-chevron-right:before{
    content:">";
}

.font-super {
	font-size: x-small;
    font-family: sans-serif;
    vertical-align: super;
}

.footer-color {
	color: #ffffff;
}


#inputTitle {
    word-wrap: break-word;
}

.footer-color:hover {
	color: #ffffff !important;
	background-color: #13426B !important;

}

.modal-dialog-width {
	width: 55%;
}

.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: none;
}
