.btn-arrow::before {
    top: 51%;
}
.mainContainer .cardBox.operationMessage{
	padding:14px;
	max-height:112px;
	overflow:hidden;
}

/* .mainContainer .cardBox.operationMessage{
	width:46%;
	display:inline-block;
}

.mainContainer .cardBox.operationMessage:nth-child(1n){
	margin-right:15px;
	margin-left:0;
}

.mainContainer .cardBox.operationMessage:nth-child(2n){
	margin-left:15px;
	margin-right:0;
} */

header .navbar .dropdown-menu .dropdown-item strong , .subsetMenu .dropdown-menu .dropdown-item strong {
    text-transform: uppercase;
}

.greenBox{
	margin-bottom:40px;
}

.icon-history-hidden::before {
    color: #fff;
}
.mainContainer .newsSkewBG > .after, .mainContainer .newsSkewBG::after {
	left:-20px;
}

/* @media (max-width: 768px){
	.mainContainer .cardBox.operationMessage{
		width:100%;
		display:inline-block;
		margin-left:0 !important;
		margin-right:0 !important;
	}
} */

@media (min-width: 769px){
	header .navbar .dropdown-menu .dropdown-item strong , .subsetMenu .dropdown-menu .dropdown-item strong {
	    margin-top: 12px;
	    margin-bottom: 0;
	    
	}
	header .navbar .dropdown-menu .dropdown-item span , .subsetMenu .dropdown-menu .dropdown-item span {
	    font-size:16px;
	    color: #333;
	    margin-bottom: 0;
	}
	header .navbar .dropdown-menu .dropdown-item span:hover , .subsetMenu .dropdown-menu .dropdown-item span:hover {
	    color: #fff;
	}
	
	.dropdown-item .submit{
		padding:10px;
		display:inline-block;
		//background:#56a60b;
		color:#fff;
		font-weight:bold;
	}
	
	.dropdown-item .submit:hover{
		background:none;
		color:#000;
	}
	.main-page-news-list{
		height:108px;
		overflow:hidden;
	}
}
@media (min-width: 1200px){
	.min-height-90{
		min-height:90px;
	}
	.min-height-90:last-child{
		min-height:0;
	}
	.min-height-85{
		min-height:85px;
	}
	.min-height-85:last-child{
		min-height:0;
	}
	.min-height-80{
		min-height:80px;
	}
	.min-height-50 {
	    min-height: 50px;
	}
}

.icon-x:before {
  content: "<";
}

.icon-ai-small:before {
  content: "\22";
}
.icon-avi-small:before {
  content: "\23";
}
.icon-doc-small:before {
  content: "\60";
}
.icon-eps-small:before {
  content: "\7b";
}
.icon-exe-small:before {
  content: "\e001";
}
.icon-gif-small:before {
  content: "\e002";
}
.icon-jpg-small:before {
  content: "\e003";
}
.icon-mp3-small:before {
  content: "\e004";
}
.icon-mp4-small:before {
  content: "\e005";
}
.icon-mpg-small:before {
  content: "\e006";
}
.icon-png-small:before {
  content: "\e007";
}
.icon-ppt-small:before {
  content: "\e008";
}
.icon-txt-small:before {
  content: "\e009";
}
.icon-xls-small:before {
  content: "\e00a";
}
.icon-docx-small:before {
  content: "\e00b";
}
.icon-xlsx-small:before {
  content: "\e00c";
}
.media-sm .media-body {
    word-break: keep-all;
}
/* .td-hover { background-color:#9fd86c;} */
/* .table-hover > tfoot > tr:hover { background-color:#9fd86c;} */

header .navbar .dropdown-menu .dropdown-item, .subsetMenu .dropdown-menu .dropdown-item{font-size: 19px;}
header .navbar .dropdown-menu .dropdown-item span, .subsetMenu .dropdown-menu .dropdown-item span{font-size: 14px;}
/* header .navbar .dropdown-menu > .after, .subsetMenu .dropdown-menu::after, .subsetMenu .dropdown-menu > .after, .subsetMenu .dropdown-menu::after{background:#dbdbd5;} */
}
.padding-bottom-0{
	padding-bottom:0px;
}

.table > tbody > tr > td:first-child, .table > tbody > tr > th:first-child, .table > tfoot > tr > td:first-child, .table > tfoot > tr > th:first-child, .table > thead > tr > td:first-child, .table > thead > tr > th:first-child{padding:9px}
.table > tbody > tr > td:last-child, .table > tbody > tr > th:last-child, .table > tfoot > tr > td:last-child, .table > tfoot > tr > th:last-child, .table > thead > tr > td:last-child, .table > thead > tr > th:last-child{padding:9px}

/* @media (min-width: 1200px) {
	.jumbotron .greenStyle.skewFull::after{
		right: -60%;
	}
} */

/* .modal-transparent */

.modal-transparent {
  background: transparent;
}
.modal-transparent .modal-content {
  background: transparent;
}
.modal-backdrop.modal-backdrop-transparent {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-transparent.in {
  opacity: .9;
  filter: alpha(opacity=90);
}

/* .modal-fullscreen */

.modal-fullscreen {
  background: transparent;
}
.modal-fullscreen .modal-content {
  background: transparent;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.modal-backdrop.modal-backdrop-fullscreen {
  background: #ffffff;
}
.modal-backdrop.modal-backdrop-fullscreen.in {
  opacity: .97;
  filter: alpha(opacity=97);
}

/* .modal-fullscreen size: we use Bootstrap media query breakpoints */

.modal-fullscreen .modal-dialog {
  margin: 0;
  margin-right: auto;
  margin-left: auto;
  width: 100%;
}
.table .right_separator {
    border-right: 1px dotted #ccc;
}
.table .left_separator {
    border-left: 1px dotted #ccc;
}
.ui-front { z-index: 1000 !important; }
.ui-dialog-titlebar-close { 
    background-image: url("../javascript/jquery-ui/css/v4/images/btn_close_layer.gif") !important;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 26px;
    width: 31px;
}
.ui-button-text {
    display:none;
}
.layer01 .mask{
    overflow:auto;
    height: 600px;
}