/**/

.static-top-menu {
    position: fixed;
    top: 0;
    z-index: 9999;
    background: #0f0f0f;
    width: 100%;
    color: #fff;
}
/*.static-top-menu:before {
    content: "\e019";
    font-family: 'Glyphicons Halflings';
    float: left;
    display: block;
    height: 100%;
    line-height: 3;
    padding: 0 10px;
}*/
.path-frontpage .static-top-menu+.page-header,
.static-top-menu+header,
.static-top-menu+div{
    margin-top: 50px;
}
.static-top-menu ul.menu a.is-active,
.static-top-menu .block-editor-menu a{
    color: #fff;
	font-size: small;
	font-weight: bold;
}
.static-top-menu  ul.menu a.is-active:hover,
.static-top-menu .block-editor-menu a:hover {
    color: #333;
    text-decoration: none;
    background-color: #eeeeee;
}

.back-end.block-editor-menu .menu {
    list-style: none;
    margin: 0;
}
.back-end.block-editor-menu .menu li a{
    display: block;
    padding: 13px 15px;
    line-height: 24px;
}
.back-end.block-editor-menu .menu li{
    float: left;
	list-style-type: none;
	padding: 0;
}
body:not(.path-admin).user-logged-in .fieldgroup .form-checkboxes {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}

.field--name-field-keywords input,
.field--name-field-best-bet-keywords input{
	width: 100%;/*for evaluation page backend keywords and Best Bet Keywords fields*/
	
}
.field--name-field-related select {
    min-height: 200px;
	width: 100%;
}
.field--name-field-upload-file .details-wrapper {
	overflow: auto;
}
.field--name-field-upload-file .details-wrapper input[type="text"] {
    max-width: 200px;
}
/*login page title alignment*/
.user-logged-in  #edit-title-wrapper
{
clear:both;
padding-top: 3px;
}

form.node-general-documents-form .layout-node-form{
    display: block;
}
@media screen and (min-width: 61rem) {
	form.node-general-documents-form .layout-region--node-main,
	form.node-general-documents-form .layout-region--node-footer {
    		float: left;
    		width: calc(100% - 22.5rem);
    		padding-right: 1.5rem;
	}

	form.node-general-documents-form .layout-region--node-main .layout-region__content,
	form.node-general-documents-form .layout-region--node-footer .layout-region__content {
    		max-width: 52rem;
    		margin-right: auto;
    		margin-left: auto;
	}
	form.node-general-documents-form .layout-region--node-secondary {
    		margin-top: 1.5rem;
	}
	form.node-general-documents-form .layout-region--node-secondary {
    		float: right;
    		width: 22.5rem;
	}
	form.node-general-documents-form .layout-region--node-footer .layout-region__content {
    		margin-top: 0.5rem;
	}
}

