html {
	position: relative;
	min-height: 100%;
}

body {
	margin-bottom: 40px;
}

/* disable responsive bootstrap */
.container {
	width: 1200px;
	max-width: none !important;
}

/* BOE header css*/
.header {
	margin-top: 16px;
	/*  BOE Improve some functions for GCM   @rcv!nguyen.truongson #201801.05 2018/01/22  */
	margin-bottom: 0px;
	/*  EOE Improve some functions for GCM   @rcv!nguyen.truongson #201801.05 2018/01/22  */
}

.logo {
	margin-bottom: 12px;
}

.navbar {
	min-height: 43px;
}

.navbar-nav>li>a {
	padding-top: 10px;
	padding-bottom: 10px;
}

/* EOE header css*/

/* BOE footer css*/
.footer {
	position: absolute;
	width: 100%;
	height: 40px;
	background-color: #eeeeee;
	text-align: center;
	color: #333;
	font-weight: 300;
	bottom: 0;
	left: 0;
}

.footer-content {
	margin-top: 4px;
}
/* EOE footer css*/

/* BOE login form*/
.login-panel {
	-webkit-box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.login-panel-heading {
	border: 1px solid #dddddd;
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.login-panel-body {
	border: 1px solid #dddddd;
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

/* BOE login form*/
.place-right {
	float: right;
}

.place-left {
	float: left;
}

.text-underline {
	text-decoration: underline;
}

.text-break {
	word-wrap: break-word !important;
	white-space: pre-wrap;
}

.text-right {
	text-align: right;
}

.table thead th {
	text-align: center !important;
	vertical-align: middle !important;
}

.background-blue {
	background-color: #2196f3;
}

.background-blue>a {
	color: #FFF !important;
	text-decoration: underline;
}

.table-hover>tbody>tr>td.background-blue:hover,
.table-hover>tbody>tr>th.background-blue:hover,
.table-hover>tbody>tr.background-blue:hover>td,
.table-hover>tbody>tr:hover>.background-blue,
.table-hover>tbody>tr.background-blue:hover>th
	{
	background-color: #0d87e9;
}

.background-red {
	background-color: #e51c23;
}

.background-red>a {
	color: #FFF !important;
	text-decoration: underline;
}

.table-hover>tbody>tr>td.background-red:hover,
.table-hover>tbody>tr>th.background-red:hover,
.table-hover>tbody>tr.background-red:hover>td,
.table-hover>tbody>tr:hover>.background-red,
.table-hover>tbody>tr.background-red:hover>th
	{
	background-color: #cb171e;
}

.table>tbody>tr.background-deleted>td {
	background-color: #d3d3d3;
}

.table>tbody>tr.background-deleted:hover>td {
	background-color: #a9a9a9;
}

.navbar-inverse .navbar-nav>li>a {
	color: #ffffff;
}

.navbar-inverse .navbar-nav>li>a:hover,
.navbar-inverse .navbar-nav>li>a:focus
	{
	color: #b2dbfb;
	background-color: transparent;
}

.pagination {
	margin-top: 0;
	margin-bottom: 11.5px;
}

/* BOE fix header table*/
.table-header {
	margin-bottom: -24px;
}

.table-body {
	margin-bottom: 12px;
}

.table-body table {
	margin-bottom: 0;
	table-layout: fixed;
}
/* EOE fix header table*/
.button-group {
	padding: 24px 0 0 0;
	margin-bottom: 11.5px;
}

.tsv_download_form {
	margin: 0;
	padding: 0;
	display: inline;
}

.file-upload {
	position: relative;
	overflow: hidden;
}

.file-upload input {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0;
	font-size: 24px;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity = 0);
}

.sort-table-header {
	cursor: pointer;
}

.popover {
	max-width: 560px;
	min-width: 360px;
}

.popover-title {
	font-weight: bolder;
}

.popover-content {
	background-color:#fff2cc;
}

.popover.top > .arrow {
	bottom: -10px;
}

.popover.top > .arrow:after {
	border-top-color: #fff2cc !important;
}

.content-output img{
	max-width: 483px !important;
  	height: auto;
}

.output-mult img{
	max-width: 233px !important;
}

.div-btn-filter{
	width: 180px;
  	/* padding-right: 0!important;
  	padding-left: 8px !important; */
}

.input-filter{
	width: 170px !important;
	font-size: 14px !important;
}

select.input-filter {
	width: 100% !important;
}

.div-input-filter{
	padding-right: 10px !important;
}

.div-num-paging{
	float: right;
}

.progress {
	height: 12px;
}

.error_message_box {
	max-height: 100px;
	min-height: 100px;
	width: 100%;
	border: 1px solid #ddd;
	color: #e51c23;
	overflow: auto;
	padding: 0 5px;
	line-height: 1.3;
}

.filter-condition-title {
	background: white;
	width: 130px;
	font-size: 15px;
	margin: -50px 0px 10px -10px;
	text-align: center;
}

.filter-condition {
	border: solid;
	margin: 5px 20px 10px 20px;
	border-radius: 5px;
	padding: 30px;
}

.has-error input[type=radio] {
	-webkit-box-shadow: 0 0 0 0 !important;
	box-shadow: 0 0 0 0 !important;
}

.output-preview {
	display: none;
	max-width: 770px;
	border: solid 1px #ddd;
}

.output-preview img {
	max-width: 100%;
	max-height: 100%;
}

input[type=text],
input[type=password],
textarea,
select {
	font-size: 14px !important;
}

textarea {
	margin-top: 6px;
	border-right: 1px solid #dddddd !important;
}

textarea[disabled] {
	border-right: 1px dotted #dddddd !important;
}

/** Css for scroll top button **/
div.scrollToTop a {
	display: block;
	color: #0c84e4;
	padding: 3px 3px;
	margin: 0;
	text-align: center;
	font-size: 45px;
	font-weight: 700;
}

div.scrollToTop {
	padding: 2px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display: none;
	z-index: 1000;
}

.popover-fixed-col {
	padding-left: 15px;
	padding-right: 15px;
	width: 125px;
	float: left;
	font-weight: bold;
}

.popover-remain-col {
	padding-left: 15px;
	padding-right: 15px;
	margin-left: 125px;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box; 
}

.top-panging {
	position: absolute;
	bottom: 0;
	right: 15px
}

.top-panging .text-right {
	margin-bottom: 6px;
}

body .modal-dialog {
	width: 680px;
}

.table>tbody>tr.background-english-only>td {
	background-color: #dff0d8;
}

.table>tbody>tr.background-english-only:hover>td {
	background-color: #d0e9c6;
}

.tooltip_label .tooltip-inner {
	max-width: 500px;
	text-align: left;
}
.tooltip_label .tooltip {
	width: 500px;
}

.tooltip_label .tooltip_icon_pagekey_input {
	position: absolute;
	margin: 70px -15px;
}

@media (min-width: 979px) {
  ul.nav li.dropdown:hover > ul.dropdown-menu {
    display: block;
  }
}

.dropdown-menu {
	  max-height: 350px !important;;
	  overflow-y: auto !important;
}

.iframe-model .modal-dialog {
    width: 1000px;
}
.iframe-model iframe {
	width: 100%;
	height: 420px;
}

.ln-history {
	margin-top: 5px;
}

.iframe-paging {
	margin-top: 0px!important;
}
.iframe-row .table-body {
    max-height: 275px!important;
}

.content-output-blc-div, .content-output-div {
	margin: -8px;
	padding: 8px;
	max-height: 200px;
	overflow-y: auto;
	overflow-x: hidden;
}

.content-output-blc-div-popup {
	position: fixed;
	background-color: white;
	top: 22%;
	padding: 10px;
	border: solid;
	max-width: 500px;
	max-height: 500px;
	z-index: 999;
}
.iframe-block-review {
	width: 483px;
	height: 484px;
}
.multi .content-output-blc-div-popup {
	right:7%;
}
.primary .content-output-blc-div-popup {
	left:17%;
}
.btn-purple {
    background-color: #664399;
    color: white;
}
.btn-purple:hover {
    background-color: #662399;
    color: white;
}
.btn-purple:focus {
    background-color: #662399;
    color: white;
}
.content-primary {
	border-right: solid #DDDDDD 2px;
	border-top: solid #DDDDDD 2px;
    border-radius: 0px 30px;
    width: 640px;
}
.content-multi {
	border-top: solid #DDDDDD 2px;
    border-radius: 30px 0px;
	padding-left: 20px;
}
.content-primary, .content-multi {
	float:left;
	padding-bottom: 20px;
}
.content-multi label {
	display: none;
}
.content-multi .tags-area label {
	display: block;
}
.content-hide {
	display: none;
}
.content-primary .col-xs-2 {
	width: 200px;
}
.content-multi .col-xs-8, .content-multi .col-xs-5, .content-primary .col-xs-8, .content-primary .col-xs-5 {
	width: 450px;
}
.content-multi textarea, .content-primary textarea {
	max-width: 420px;
}
.content-primary .col-xs-offset-2 {
	margin-left: 200px;
}
.content-multi .col-xs-offset-2 {
	margin-left: 0px;
}
.content-primary h5, .content-multi h5 {
    margin-bottom: 20px;
}
.clear-both {
	clear: both;
	border: solid #DDDDDD 1px;
}

label.has-error {
	color: #e51c23;
}

.content-multi .tags-area .tag-area-child .control-label {
	float: left;
	text-align: left;
}

.table-hover > tbody > tr.background-tld {
	background-color: #EEE8AA;
}
.table-hover > tbody > tr.background-tld:hover {
	background-color: #EEE860;
}
.btn-sm {
	text-decoration: none!important;
}
.authority-element-add {
    margin-left: 10px;
    cursor: pointer;
}
.authority-element {
    padding: 5px 5px 5px 10px;
    background-color: lightblue;
    border-radius: 5px;
    margin-right: 5px;
}
.glyphicon {
    margin-left: 10px;
    cursor: pointer;
}
.update-cell .input-update {
	display: none;
}
.update-cell .two-fields input {
	margin-right: 10px;
	width: 115px;
}
.update-cell .error_message_box {
	min-height: 20px;
}
.modal-preview .modal-dialog {
	max-width: 90% !important;
    width: 75% !important;
    min-width: 600px;
}
.modal-preview .modal-preview-content > iframe {
	height: 400px;
	width: 100%;
    display: block;
    padding: 11px;
    margin: 0 0 11.5px;
    font-size: 12px;
    line-height: 1.846;
    word-break: break-all;
    word-wrap: break-word;
    color: #212121;
    background-color: #f5f5f5;
    border: 1px solid #cccccc;
    border-radius: 3px;
}
.modal-preview .modal-preview-code > pre {
	height: 400px;
}
.advance-search-form .div-content-last-updated {
	margin-left: 2px;
	margin-right: 2px; 
}
.advance-search-form  .select-content, .last-update-from, .last-update-to, .select-need-fix,
.content-value, .content-type, .need-fix {
	width: 100% !important;
}
.advance-search-form .btn-group-search-form {
	clear: both;
	float: right;
}    
.advance-search-form .btn-filter-mul {
	padding: 1px 5px;
    font-size: 11px;
    line-height: 1.5;
    border-radius: 15px;
}   
.advance-search-form .btn-filter-group {
	padding: 0px;
	position: absolute;
    bottom: 0px;
    right: 0px;
    margin-right: 8px; 
}  
.advance-search-form .div-btn-filter{
	margin-bottom: 5px;
	width: 100%;
}

.advance-search-form .tags-input {
	width: auto !important;
}
.advance-search-form .tags-input:focus {
	border: none;
    box-shadow: none;
}
.advance-search-form .div-tags-body {
	width: 100% !important;
	padding: 0;
    border: none;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-box-shadow: inset 0 -1px 0 #dddddd;
    box-shadow: inset 0 -1px 0 #dddddd;
}
.advance-search-form .div-tags-body.focus {
	box-shadow: inset 0 -2px 0 #2196f3;
    -webkit-box-shadow: inset 0 -2px 0 #2196f3;
}
.advance-search-form .tags-span {
	position: absolute;
    right: 30px;
    bottom: 4px;
    max-width: 70%;
    height: 31px;
    overflow-x: hidden;
}
.advance-search-form .tags-span::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3) !important;
    background-color: #F5F5F5;
    border-right: 2px;
}

.advance-search-form .tags-span::-webkit-scrollbar
{
    width: 6px;
    background-color: #F5F5F5;
}

.advance-search-form .tags-span::-webkit-scrollbar-thumb
{
    background-color: #0ae;
    
    background-image: -webkit-gradient(linear, 0 0, 0 100%,
                       color-stop(.5, rgba(255, 255, 255, .2)),
                       color-stop(.5, transparent), to(transparent));
}

.advance-search-form .tags-span span.tags-mul{
	display: -webkit-inline-box;
	display: inline-table;
    margin-left: 3px;
    margin-bottom: 3px;
}
.advance-search-form .tags-span span.tags-mul a{
	color: #ff3333;
}
.advance-search-form .tags-span span.tags-mul a:hover{
	color: #ffffff;
}

.advance-search-form .multiselect-native-select div.btn-group{
	width: 100% !important;
}
.advance-search-form .multiselect-native-select div.btn-group > button.multiselect , ul.multiselect-container{
	width: 100% !important;
}
.advance-search-form .multiselect-native-select div.btn-group  ul.multiselect-container li a label.checkbox{
	width: 100% !important;
}
.advance-search-form .multiselect-native-select div.btn-group > button.multiselect {
	text-transform: none;
	border: none;
	box-shadow: inset 0 -1px 0 #dddddd;
	background-color: transparent;
	text-align: left;
    padding: 0px;

}
.advance-search-form .multiselect-native-select div.btn-group > button.multiselect[disabled]:hover {
	text-transform: none;
	border: none;
	box-shadow: inset 0 -1px 0 #dddddd;
	background-color: transparent;
}
.advance-search-form .multiselect-native-select div.btn-group > button.multiselect span.multiselect-selected-text{
    text-align: left;
}
.advance-search-form .multiselect-native-select select.content-type-select:disabled + div.btn-group  {
    cursor: not-allowed;
}
.advance-search-form .tags-area .tag-area-child span.tags-key-define{
	margin-right: 10px; 
}
.advance-search-form .btn .caret {
	position: absolute;
    right: 0;
    top: 50%;
}
.form-group.has-error.edit-content-key label{
	color: #e51c23;
}

.modal-preview-translation.modal-dialog {
	width: 90% !important;
}

