html {
    font-size: 14px
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:focus {
	text-decoration : none !important;
}

a:hover {
	text-decoration : underline !important;
}

body {
	-ms-overflow-style: scrollbar;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.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;
}

.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 {
  padding-top:0px;
  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;
}

.input-go {
	width:40px;
	height:25px;
	padding: 5px 5px;
	font-size: 12px;
	line-height: 1.5;
	display: inline;
}

#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 > .card-header {
	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: 60%; 
    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: 3px !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: 3px 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;
} 

.navbar-nav > li > a.font-link {
    padding: 3px !important;
}

.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;
    margin-left: 2px;
    margin-right: 2px;
}

.eds-tab-content > a {
	margin-right: 0px !important;
}

.invisibleFakeAutoComplete{
	opacity:0; 
	position: absolute;
}


.fa-chevron-left:before{
    content:"<"!important;
}

.fa-chevron-right:before{
    content:">"!important;
}

.font-super {
	font-size: xx-small;
    font-family: sans-serif;
    vertical-align: super;
}

.footer {
  height:60px;
  color:white;
}

.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;
}

.soild-black-border {
  border: 2px solid black;
}

.soild-black-border-1 {
  border: 1px solid black;
}


.eds-col-md-98 {
  position: relative;
  width: 97%;
  float: left;
  margin-left: 1%;
  margin-bottom: 2px;
  margin-top: 2px;
  
}

.eds-col-md-2 {
  position: relative;
  width: 2%;
  float: left;
}

.blue-btn {
	/*
	background-image: linear-gradient(to bottom,#2471b3 0,#13426B 100%); */
	background-color: #337ab7 !important;
	color: #ffffff !important;
	text-shadow: none !important;
}

.blue-btn:hover {
	color: #f5f5f5 !important;
    background-color: #114069 !important;
    border-color: #adadad !important;
}

.blue-btn:focus {
	color: #f5f5f5 !important;
    background-color: #114069 !important;
    border-color: #adadad !important;
}

.blue-btn:active {
	color: #f5f5f5 !important;
    background-color: #114069 !important;
    border-color: #adadad !important;
}

.blue-btn:active:hover {
	color: #f5f5f5 !important;
    background-color: #114069 !important;
    border-color: #adadad !important;
}

.red-btn {
	/* background-image: linear-gradient(to bottom,#f37a89 0,#ee364c 100%); */
	background-color: #f4364c !important;
	color: #ffffff !important;
	text-shadow: none !important;
}

.red-btn:hover {
	color: #f5f5f5 !important;
    background-color: #dc142c !important;
    border-color: #adadad !important;
}

.red-btn:focus {
	color: #f5f5f5 !important;
    background-color: #dc142c !important;
    border-color: #adadad !important;
}

.red-btn:active {
	color: #f5f5f5 !important;
    background-color: #dc142c !important;
    border-color: #adadad !important;
}

.red-btn:active:hover {
	color: #f5f5f5 !important;
    background-color: #dc142c !important;
    border-color: #adadad !important;
}

.row_border {
	border: 1px solid #ddd;
}

.row_red_background {
	border-color: rgb(244,54,76);
}

.eds-navbar {
	padding-top: 2px;
	padding-bottom: 2px;
}

.login-footer {
  width:100%;
  clear: both;
  position: fixed;
  bottom: 0px;
  background-color:#13426B;
  color:white;
}

.push {
  height:50px;
}

.modal-body-align {
	text-align: justify;
}

/* Patch bootstrap missing btn-default [Starts] */
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
}
.btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
.btn-default:active {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}
/* Patch bootstrap missing btn-default [Ends] */

/* Patch date picker [Starts] */
.eds-datepicker-arrow-up:before,.eds-datepicker-arrow-down:before {
  content: "^";
}

i.eds-datepicker-arrow-down {
    transform: rotate(180deg);
}

/* Patch date picker [Ends] */

.nav-tabs>li.active>a {
    color: #555;
    cursor: default;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
}

.nav>li>a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.form-group {
    margin-bottom: 15px;
}

.btn-block {
    display: block;
    width: 100%;
}

.navbar-nav > li > a {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    text-decoration: none !important;
}

.modal-header > button {
    border: none;
}

ul.err-msg  {
	margin-bottom: 0rem;
}

label {
	font-weight: 700;
	margin-bottom: 0.3rem;
}

.dropdown-toggle::after {
    display: none
}

.dropend .dropdown-toggle::after {
    display: none
}

input:read-only:not([type=submit]):not([type=button]):not([type=file]){
    background-color: #e9ecef;
    opacity: 1;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control{
    background-color: #e9ecef;
    opacity: 1;
}
