.padding_10{
	padding:10px;
}

.leftMenuItem {
	border-style: groove;
	border-width: 2px;
	border-color: lightgray;
	border-right-style: groove;
	border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	position: relative;
	left: 2px;
	margin-top: 4px;
	margin-buttom: 4px;
	font-weight: bold;
}

.leftMenuItem a, .leftMenuItem a:hover {
	color: #000 !important;
}

.leftMenuItemSelected {
	border-style: groove;
	border-width: 2px;
	border-color: lightgray;
	border-right-color: #FFFFFF;
	border-right-style: solid;
	border-radius: 4px 0 0 4px;
	-webkit-border-radius: 4px 0 0 4px;
	-moz-border-radius: 4px 0 0 4px;
	background-color: #248ee5;
	position: relative;
	left: 2px;
	margin-top: 4px;
	margin-buttom: 4px;
	font-weight: bold;
}

.leftMenuItemSelected a, leftMenuItemSelected a:hover {
	color: #FFF !important;
}

.mainTable {
	width: 100%;
	border-collapse: separate;
}

.menuItems b, .menuItems b:a {
	color: white;
}

.yui3-datatable-col-select {
	width: 130px;
}

.dropbtn {
    background-color: #0af;
    color: white;
    pointer-events: none;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #009ae5;
}
.button-link {
    border: 1px solid #333;
    display: inline-block;
    text-decoration: none; 
    color: #ffffff;
    background-color:#009ae5;
  }
 .button-link:hover {
    background-color:#009ae5;
    color: #ffffff;
   }
.checkSmev {
	background: url(images/alert.png) no-repeat scroll 190px 7px;
}
.infoSmev {
	background: url(images/info.png) no-repeat scroll 190px 7px;
}
.errorSmev {
	background: url(images/error.png) no-repeat scroll 190px 7px;
}
.successSmev {
	background: url(images/success.png) no-repeat scroll 190px 7px;
}
div.successRequest {
	background-image: url(images/successRequest.png);
	width:80px; 
   	height:80px;
   	position:absolute;
   	top:15%;
   	left:50%;
   	margin-top:-25px;
   	margin-left:-25px;
}
div.successRequestText {
  	text-align: center;
    margin-top: 110px;
    margin-left: 30px;
    font-weight: bold;
    font-size: x-large;
    word-break: break-word;
}
div.successRequestURL {
	text-align: center;
    margin-top: 80px;
}
div.deletePublics {
	background-image: url(images/delete.png);
	width:80px; 
   	height:80px;
   	position:absolute;
   	top:15%;
   	left:50%;
   	margin-top:-25px;
   	margin-left:-25px;
}
div.deletePublicsText {
  	text-align: center;
    margin-top: 110px;
    margin-left: 30px;
    font-weight: bold;
    font-size: x-large;
    word-break: break-word;
}
div.deletePublicsURL {
	text-align: center;
    margin-top: 80px;
    margin-left: 20px;
}
div.noSavedReq {
  	text-align: center;
    margin-top: 110px;
    margin-left: 30px;
    font-weight: bold;
    font-size: x-large;
    word-break: break-word;
}
div.noSavedReqText {
  	text-align: center;
    margin-top: 110px;
    margin-left: 30px;
    font-weight: bold;
    font-size: x-large;
    word-break: break-word;
    line-height: 30px;
}
div.noSavedReqURL {
	text-align: center;
    margin-top: 80px;
    margin-left: 20px;
}
textarea {
  box-sizing: border-box;
  min-height: 150px;
  max-height: 350px;
  overflow-x: hidden;
}
.bottom-border {
	border-bottom: 2px solid #1862ad;
	padding-bottom: 9px;
}
.yui3-datatable-table {
	word-break: break-all !important;
}
.yui3-datatable-col-indexpublic_impact{
	width: 300px;
	word-break: break-word;
	white-space: normal !important;
}
.small-title legend {
	font-size : 17px !important;
	line-height: 30px !important;
	border-bottom : 0px ;
    color: #333;
}
.ysc-icon-plus {
	background: url(images/plus.png) no-repeat;
	float: right;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
	width: 16px;
	height: 16px;
}
.ysc-icon-minus {
	background: url(images/minus.png) no-repeat;
	float: right;
	display: inline-block;
	vertical-align: middle;
	margin-right: 2px;
	margin-top: 5px;
	width: 16px;
	height: 10px;
}
.ysc-text{
	font-weight: 600;
    font-size: 16px;
}
.ysc-date{
	display: block;
	color: #ababab;
	margin-bottom: 20px;
}
.ysc-status-start{
	display: block;
	color: #000;
	margin-bottom: 20px;
	border: 2px solid #44bc40;
	width: 40%;
	text-align: center;
	font-weight: 600;
	margin-left: 2%;
	margin-top: 2%
}
.ysc-status-end{
	display: block;
	color: #000;
	margin-bottom: 20px;
	border: 2px solid #ff8000;
	width: 40%;
	text-align: center;
	font-weight: 600;
	margin-left: 2%;
	margin-top: 2%
}

.faq-list {
	margin-bottom: 5%!important;
}
.ysc-name{
	display: block;
	color: #1862ad;
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 20px;
	margin-left: 2%;
	margin-top: 2%
}
.ysc-perfom{
    font-size: 16px;
    margin-left: 2%;
	margin-top: 2%
}
.ysc-text-hide{
	display: none;
	margin-top: 20px;
}
.ysc-back{
	background: white;
	padding: 30px;
	margin-bottom: 10px;
	margin-left: 0px !important;
}
.ysc-title{
	display: block;
	margin-left: 10px !important;
	padding-top: 30px;
	padding-bottom: 30px;
	clear: both;
}
.ysc-start-to{
	font-weight: 600;
	float: right;
	font-size: 18px;
	margin-top: 2%;
	margin-right: 2%;
	margin-bottom: 2%
}
.ysc-title-img{
	background: url(/yscientist-nsk-theme/images/portlet/line.png) no-repeat left;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 70px;
	height: 3px;
}
.ysc-title-all{
	display: inline-block;
	float: right;
	background: white;
	padding: 0px 20px 0px 20px;
	font-size: 12px;
	color: #1862ad;
	cursor: pointer;
	margin-right: 5%;
}
.ysc-new-msg{
	display: block;
	background-color: #fff;
	color: #000;
    margin-top: 10px;
	border: 2px solid #ff8000;
	width: 160px;
	text-align: center;
	font-size: 13px;
}
.ysc-new-msg-gradient{
	background: linear-gradient(to left, white, #fff2d9) !important;
}
.ysc-date-time{
	display: block;
	color: grey;
}
.ysc-sender{
	display: block;
	font-weight: 600;
}
.mt-10{
	margin-top: 10px;
}

.mainpage-action-fieldset {
	padding-right: 10% !important;
	height: 10vh;
	margin-left: 5% !important;
	padding-bottom: 3%;
}

.mainpage-action-background {
	background: white;
    padding: 30px;
    display: block;
    float: left;
    width: 95%;
    height: 100%;
    margin-bottom: 10px;
    margin-right: 1%;
	text-align: center;
}

.mainpage-action-item {
	color: #1862ad;
	font-size: 26px;
	margin-right: 1%;
	vertical-align:middle!important;
	font-weight: 600;
}

.mainpage-action-anchor:hover {
	outline-width: 2px!important;
    outline-style: outset!important;
}

.aui .btn-group>.btn:hover, .aui .btn-group>.btn:focus, .aui .btn-group>.btn:active, .aui .btn-group>.btn.active {
    z-index: 0!important;
}

.aui .btn-group+.btn-group {
    margin-left: 0px;
}

.aui img {
    max-width: none;
}

.searchcontainer-content > .table {
	overflow: inherit!important;
}

.accordion-inner > .searchcontainer-content > .table > tbody > tr > td > .btn-group > .dropdown-menu {
	float: right;
	left: inherit!important;
	right: 0;
}

.searchcontainer-content > .table > tbody > tr > td > .btn-group {
	font-size: 14px!important;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.faqItem {
	width: 93%!important;
}

.mainPage-btn {
	margin-right: 7.1%!important;	
}

.flex-row {
	display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 1%; 
    margin-left: -10px;
    padding-left: 5%;
    padding-top: 2%;
    padding-right: 5%;
}

.flex-col-2 {
	-ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
    flex: 0 0 50%;
    max-width: 48.5%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 2%
}

.flex-col-4 {
	-ms-flex: 0 0 33%;
    -webkit-box-flex: 0;
    flex: 0 0 33%;
    max-width: 31.85%;
    position: relative;
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
    margin-bottom: 2%
}

.flex-item-container {
	height: calc(100% - 30px);
}

.flex-item-link {
	display: block;
    position: relative;
    text-align: center;
    margin: 0 0 30px;
    width: 100%;
    height: 100%;
}

.flex-item-wrapper {
	height: 100%;
	background: white;
    padding: 10px;
}

.rowBorder {
	border-right:0px!important;
}

.rowBorder tbody tr td,
.rowBorder thead tr th,
.rowBorder thead {
  	border-right: 1px solid #ddd;
}

.news-item__wrapper {
	background: white;
}

.wrap-dropdown, .wrap-dropdown__select, .wrap-dropdown__span {
    position: relative;
    display: inline-block;
    width: 100%;
}

.wrap-dropdown {
	height: 40px!important;
	margin-bottom: 40px!important;
}

.wrap-dropdown__select {
    z-index: 1;
    position: absolute;
    opacity: 0;
    left: 0;
    cursor: pointer;
    height: 40px!important;
}
.wrap-dropdown__span {
    z-index: 0;
    font-size: 14px;
    font-weight: 600;
    margin-left:0!important;
    overflow: hidden;
    width: 101.4%!important;
    padding: 0 30px 0 1px;
    border: 1px solid #dedede;
    background-color: #fff;
}
.wrap-dropdown__span:before {
    position: absolute;
    content: "";
    width: 18px;
    height: 100%;
    top: 0;
    right: 21px;
    background: url(/yscientist-nsk-theme/images/common/arrows_down.png);
    background-position: 98% 50%;
    background-repeat: no-repeat;
}

.aui select[readonly="false"], .aui input[readonly="false"] {
	cursor: pointer;
    background-color: #fff;
}

@media (max-height: 660px) and (min-height: 451px) {
	.mainpage-action-fieldset {
		height: 20vh;
	}
}
@media (max-width: 1068px),(max-height: 450px) {
	.mainpage-action-fieldset {
		height: auto;
	}
	.mainpage-action-background {
 	 	width: 100%;
 	 	height: 25px;
	}
}
@media (max-width: 1680px) and (min-width: 830px) {
	.flex-col-2 {
		flex: 0 0 46.7%;
		-ms-flex: 0 0 46.7%;
	}
	.flex-col-4 {
		flex: 0 0 30.5%;
		-ms-flex: 0 0 30.5%;
	}
	.mainPage-btn {
		margin-right: 10%!important;	
	}
	.faq-list {
		margin-bottom: 15%!important;
	}
	.faqItem {
		width:90%!important;
	}
}
@media (max-width: 829px) {
	.ysc-status-start{
		width:90%;
	}
	
	.ysc-status-end{
		width:90%;
	}
	
	.flex-col-2 {
		flex: 0 0 46%;
		-ms-flex: 0 0 46%;
	}
	.flex-col-4 {
		flex: 0 0 29%;
		-ms-flex: 0 0 29%;
	}
	
	.mainPage-btn {
	margin-right: 10%!important;	
	}
}