:root { 
	--top-height: 60px;
}



/* Webfont: Roboto */
@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Regular.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}
/* Webfont: Roboto-Bold */
@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Bold.ttf') format('truetype');
	font-style: normal;
	font-weight: bold;
	text-rendering: optimizeLegibility;
}
/* Webfont: Roboto-Italic */
@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-Italic.ttf') format('truetype');
	font-style: italic;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}
/* Webfont: Roboto-BoldItalic */
@font-face {
	font-family: 'Roboto';
	src: url('fonts/Roboto-BoldItalic.ttf') format('truetype');
	font-style: italic;
	font-weight: bold;
	text-rendering: optimizeLegibility;
}
/* Webfont: Roboto Condensed */
@font-face {
	font-family: 'Roboto Condensed';
	src: url('fonts/RobotoCondensed-Regular.ttf') format('truetype');
	font-style: normal;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}
/* Webfont: Roboto Condensed-Bold */
@font-face {
	font-family: 'Roboto Condensed';
	src: url('fonts/RobotoCondensed-Bold.ttf') format('truetype');
	font-style: normal;
	font-weight: bold;
	text-rendering: optimizeLegibility;
}
/* Webfont: Roboto Condensed-Italic */
@font-face {
	font-family: 'Roboto Condensed';
	src: url('fonts/RobotoCondensed-Italic.ttf') format('truetype');
	font-style: italic;
	font-weight: normal;
	text-rendering: optimizeLegibility;
}

body {
	font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial,
		sans-serif;
	font-size: 70%;
}

.error {
	color: #FFFFFF;
	padding: 10px;
	font-size: 12px;
	background-color: #d42f22;
	text-align: center;
	background-image: url(../img/material/error_outline_white-24px.svg);
	background-repeat: no-repeat;
	background-size: 30px;
	background-position: 5px center;
}

.rqcontent {
	border: none;
}

.rqctrl {
	height: auto;
	float: left;
	left: 5px;
}

/*****************************************
	ACTION MENU
******************************************/
a.rqbtn {
	font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial,
		sans-serif;
	padding: 2px 8px 2px 3px;
}

/*****************************************
	DETAIL STYLES
******************************************/

/* Menu
----------------------------------*/
.ui-menu .ui-menu-item a {
	color: black;
	font-size: 14px;
}
























body:not(.mobile ) .rqcol .rqportlet {
	margin: 1px 12px 22px 12px;
	padding: 0px;
	padding-bottom: 5px;
}











.rqhdr h3 {
	font-size: 120%;
}


.rqhdr a {
	font-size: 12px;
}


















/*****************************************
    MENUBAR STYLES
******************************************/
.rqmlogin.logo {
	background-image: url(../img/material/power_settings_new-24px.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 24px;
	width: 24px !important;
	height: 24px;
	float: right;
	margin-top: 1px;
}

















.rqinnerverticalmenu .rqscrollable {
	margin-top: 60px;
}























.rqfltprependsave {
	background-color: white !important;
}





















/*modal rqflt*/
#rqfltsearchadvancedmodal.right .modal-dialog {
	position: fixed;
	margin: auto;
	width: auto;
	height: 100%;
	-webkit-transform: translate3d(0%, 0, 0);
	-ms-transform: translate3d(0%, 0, 0);
	-o-transform: translate3d(0%, 0, 0);
	transform: translate3d(0%, 0, 0);
}

#rqfltsearchadvancedmodal.show {
	display: block;
}

#rqfltsearchadvancedmodal.right .modal-content {
	height: 100%;
	overflow-y: auto;
}

#rqfltsearchadvancedmodal.right .modal-body {
	padding: 15px 15px 80px;
}

#rqfltsearchadvancedmodal.right.fade .modal-dialog {
	right: -320px;
	-webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
	-moz-transition: opacity 0.3s linear, right 0.3s ease-out;
	-o-transition: opacity 0.3s linear, right 0.3s ease-out;
	transition: opacity 0.3s linear, right 0.3s ease-out;
}

#rqfltsearchadvancedmodal.right.fade.show .modal-dialog {
	right: 0;
}

/* Main actions */
.rqmainactions {
	background-color: transparent;
	margin: 2px;
	z-index: 5;
}

.rqmainact+.rqmainact {
	margin-left: 5px;
}

.rqmainactions>a {
	font-size: 13px;
	padding: 2px 10px 2px 10px;
	color: white;
	margin-bottom: 2px;
	box-shadow: none !important;
}

.rqctrl a.rqbtn.rqbtnok.rqbtnret,
.rqctrl a.rqbtn.rqbtnret {
	border: 1px solid #0199d9;
}

.rqctrl a.rqbtn.rqbtnclose, .rqcmdcancel input[type='button'],
	.rqcmdclose input[type='button'] {
	border: 1px solid #BA1E0C;
}

.rqctrl a.rqbtn.rqbtnok.rqbtnret, .rqctrl a.rqbtn.rqbtnret, .rqbuttons .rqcmdprev input[name='prev.button'],
	.rqctrl a.rqbtn.rqbtnclose, .rqctrl a.rqbtn.rqbtnok, .rqcmdcancel input[type='button'],
	.rqcmdclose input[type='button'], .rqcmdselect input[type='submit'],
	.rqcmdselect input[type='button'], .rqcmdsubmit input[type='submit'],
	.rqcmdsubmit input[type='button'],
	.rqcmdprev input[name='prev.button'] {
	border-radius: 30px;
	font-size: 13px;
	padding: 2px 10px 2px 10px;
	color: white;
	margin-bottom: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 1.5;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	vertical-align: middle;
	outline: 0px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out,
		border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

a.rqbtn .rqs {
	padding: 1px 8px 2px 8px;
}

.rqcmdselect input[type='submit'], .rqcmdselect input[type='button'],
	.rqcmdsubmit input[type='submit'], .rqcmdsubmit input[type='button'] {
	border: 1px solid #3B9F20;
	padding-left: 13px;
	padding-right: 13px;
}

.rqctrl a.rqbtn.rqbtnok {
	border: 1px solid;
}

.rqbuttons .rqcmdprev input[name='prev.button']:hover,
.rqctrl a.rqbtn.rqbtnok.rqbtnret:hover,
.rqctrl a.rqbtn.rqbtnret:hover,
.rqcmdprev input[name='prev.button']:hover
	{
	background-color: white;
	border-color: #00a6e8;
	color: #00a6e8;
}

.rqctrl a.rqbtn.rqbtnclose:hover, .rqcmdcancel input[type='button']:hover,
	.rqcmdclose input[type='button']:hover {
	background-color: white;
	border-color: #BA1E0C;
	color: #BA1E0C;
}

.rqctrl a.rqbtn.rqbtnok:hover, .rqcmdselect input[type='submit']:hover,
	.rqcmdselect input[type='button']:hover, .rqcmdsubmit input[type='submit']:hover,
	.rqcmdsubmit input[type='button']:hover {
	background-color: white;
	border-color: #3B9F20;
	color: #3B9F20;
}

.rqmainactions > a:hover,
.rqmainactions > a.rqmainact:hover,
.rqmainactions > a.rqmainact:not(:disabled ):not(.disabled ):active {
	background-color: white;
	border-color: #00a6e8;
	color: #00a6e8;
}



.rqmainactdropdown a:hover {
	background-color: #dae9f0;
	color: #2a72d0;
}

.rqmainactdropdown .dropdown-toggle::after {
	position: relative;
	top: -7px;
}

.rqmainactdropdown .dropdown-toggle {
	background-color: #00a6e8;
	border: 1px solid #00a6e8;
	color: white;
	border-radius: 50px;
}

.rqmainactdropdown .dropdown-toggle:hover, .rqmainactdropdown .dropdown-toggle:active,
	.rqmainactdropdown>.show>.btn-primary.dropdown-toggle,
	.rqmainactdropdown .dropdown-toggle:not(:disabled ):not(.disabled ):active
	{
	background-color: #dff1fd;
	border-color: #dff1fd;
	color: #35aad5;
}

/* tablelist style 1*/
.rqtablestyle1 thead tr, .rqtablestyle1 thead th {
	background-color: white !important;
}

.rqtablestyle1 thead th {
	color: #8a8a8a !important;
	font-size: 13px;
}

.rqtablestyle1 .rqfltdataheader {
	min-height: 20px;
}

.rqtablestyle1 .rqfltdataheader .rqsearchreset {
	background-image: url(../css/searchreset.gif);
	width: 20px;
	height: 20px;
	background-size: 12px;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	position: absolute;
	cursor: pointer;
	right: 0px;
	top: 1px;
}

.rqtablestyle1 .rqfltdataheadervalue {
	border-radius: 7px;
	border: 1px solid lightgray;
	font-size: 11px;
}

.rqtablestyle1 .table-responsive table,
.rqtablestyle1 .table-responsive thead th,
.rqtablestyle1 .table-responsive tbody tr td,
.rqtablestyle1 .table-responsive tbody tr td.rqtblmenu
{
	border: 0px;
	border-right: 0px;
}

.rqtablestyle1 .rqstylenocolumnsearch .rqfltdataheader{
	display:none !important;
}

.rqtablestyle1 .table-responsive thead th {
	white-space: nowrap;
}

.rqtablestyle1 .table-responsive tbody tr.odd.rqover td,
.rqtablestyle1 .table-responsive tbody tr.even.rqover td.rqtblcel,
.rqtablestyle1 .table-responsive tbody tr.odd.rqselected td,
.rqtablestyle1 .table-responsive tbody tr.even.rqselected td,
.rqtablestyle1 .table-responsive tbody tr.even.rqselected td.rqtblcel,
.rqtablestyle1 .table-responsive tbody tr.rqover .rqtblsel,
.rqtablestyle1 .table-responsive tbody tr.rqselected .rqtblsel {
	background-color: #c6e3f1;
}

.rqtablestyle1 .table-responsive tbody tr.odd td {
	background-color: #f2f2f4;
}

.rqtablestyle1 .table-responsive tbody tr {
	border-bottom: 1px solid #dfdfdf;
}

.rqtablestyle1 .table-responsive tbody tr.even td.rqtblcel,
	.rqtablestyle1 .table-responsive tbody tr.even td.sorted,
	.rqtablestyle1 .table-responsive tbody tr .rqtblsel {
	background-color: white;
	background: white;
}

.rqtablestyle1 .rqtblsorted span {
	color: #085698;
}

.rqtablestyle1 .rqtblh .rqtblsortnull {
	background-image: url(../img/font-awesome/arrow-up-gray.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.rqtablestyle1 .rqtblsorted .rqtblsortasc {
	background-image: url(../img/font-awesome/arrow-up-blue.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.rqtablestyle1 .rqtblsorted .rqtblsortdesc {
	background-image: url(../img/font-awesome/arrow-down-blue.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.rqtablestyle1 .rqtblmenulnk {
	background-image: url(../img/font-awesome/chevron-right-blue.svg);
	background-repeat: no-repeat;
	background-position: center;
}

.rqtablestyle1 .rqtblheaderfltinput {
	padding-left: 5px;
}

.rqtablestyle1 select.rqfltdataheadervalue {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.rqtablestyle1 .ui-helper-hidden-accessible {
	display: none;
}

.rqnewdetail .rqdetail {
	width: 100%;
}

.rqtablestyle1 .rqlist {
	margin: 0px;
    margin-bottom: 3px;
}

.rqtablestyle1 .rqlist .lstitemlbl {
	color: black;
	font-size: 11.5px;
}

.rqtablestyle1 .rqlist .lstitemlbl:hover {
	text-decoration: none;
}

.rqtablestyle1 .table-responsive .rqlist tbody tr.even:hover td,
	.rqtablestyle1 .table-responsive .rqlist tbody tr.odd:hover td {
	background-color: #c6e3f1;
	cursor: pointer;
}

/* new login form css */
.rqNewLogin #footer {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

.rqNewLogin #inputLogin, #inputPassword {
	height: 30px;
	border-radius: 10px;
}

.rqNewLogin #submitButton, .rqNewLogin #returnBtn {
	border-radius: 30px;
	font-size: 13px;
}

.rqNewLogin .loginImage {
	width: 100%;
	padding-top: 33%; /* format 1/3 */
	background-position: center;
	background-repeat: no-repeat;
	/*default to requea*/
	background-image: url(../img/background/logo_requea.png);
	background-size: 50% 50%;
}

.rqNewLogin .backgroundImage {
	/* format 1:1 */
	/* background-image:url(../img/background/Fotolia_24833897.jpg); */
	/*background-image:url(../img/background/Fotolia_24833941_XL.jpg);*/
	/*background-image:url(../img/background/Fotolia_462916.jpg);*/
	background-image: url(../img/background/Fotolia_24833897_XXL.jpg);
	width: 100%;
	height: 100%;
	background-size: 100% 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.rqNewLogin .form-submit {
	height: 38px;
}

.rqNewLogin .rqinfomess {
	font-size: 13px;
}

.rqNewLogin .rqNewLoginItems .req{
	display:inline;
}

.rqNewLogin .rqNewLoginItems .rqlbl, 
.rqNewLogin .rqNewLoginItems .rqval{
	display:block;
}
.rqNewLogin .rqNewLoginItems .rqlbl {
	align-self: center;
	padding-right:16px;
}
	

.rqNewLogin .rqNewLoginItems .rqval:has(> input.rqtxtval){
	width:100% !important;
}

.rqNewLogin.rqNewLoginGeneric form table{
	max-height:30vh;
	overflow:auto;
}


.rqNewLogin .rqNewLoginItems .rqlbl .rqtextlabel{
	float: right;
	font-size:16px;
	color:#343a40;
}

.rqNewLogin .loginColumn {
    background: #fff;
    opacity: 0.8;
}

.rqNewLogin {
	background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    /*TODO  à enlever*/
    /*background-image: url(https://valence.requea.com/custom/valence/css/valence.jpg);*/
    
}


.rqNewLogin .rqNewLoginItems .rqval .rqtxtval,
.rqNewLogin .rqNewLoginItems .rqval .rqpassword{
	display: block;
    width: 100%;
    padding: .200rem .50rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .35rem;
    -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}


/* dynamic vertical bar */
#rqdynamicmbarvertical {
	top: 60px;
	position: fixed;
	z-index: 50;
/* 	height: calc(100vh - 60px); */
	height: calc(100% - 60px);
	background-color: #343a40;
	max-width: 50px;
	min-width: 50px;
	overflow: hidden;
	-webkit-transition: max-width 0.1s; /* Safari prior 6.1 */
	transition: max-width 0.1s;
	transition-delay: 0.1s;
	-webkit-transition-delay: 0.1s;
}

#rqdynamicmbarvertical .rqdynamicmbartitle {
	font-size: 14px;
	margin-left: 13px;;
}

#rqdynamicmbarvertical .navbar-brand {
	padding-left: 13px;
	padding-right: 13px;
}

#rqdynamicmbarvertical .navbar-brand:hover {
	background: linear-gradient(90deg, rgb(112, 112, 112) 0%,
		rgb(73, 73, 73) 100%);
}

#rqdynamicmbarvertical .navbar-brand.rqselected {
	background: rgb(112, 112, 112);
}

#rqdynamicmbarvertical:hover {
	max-width: 500px;
	-webkit-transition: max-width 0.6s; /* Safari prior 6.1 */
	transition: max-width 0.6s;
	transition-delay: 0.6s;
	-webkit-transition-delay: 0.6s;
}

/* catcont rqcatcontstyle1 */
.rqcatcontstyle1 {
	
}

.rqcatcontstyle1 .rqcatcontheader {
	height: 45px;
	margin-bottom: 10px;
	border-bottom: 1px solid lightgray;
}

.rqcatcontstyle1 .rqcatconttitle, .rqcatcontstyle1 .rqcatcontimg {
	display: inline-block;
}

.rqcatcontstyle1 .rqcatcontimg {
	width: 30px;
	float: right;
	margin-top: 3px;
	margin-right: 5px;
}

.rqcatcontstyle1 .rqcatconttitle {
	font-size: 18px;
	color: #1c74bf;
	margin-top: 7px;
	margin-left: 6px;
}

.rqcatcontstyle1 .rqcatcontcontent {
	margin-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
}

.rqcatcontstyle1 .catin {
	box-shadow: 0 0 1rem 4px rgba(0, 0, 0, .08);
}

.rqcatcontstyle1.rqcatcontstyle1entry .catin {
	box-shadow: none;
}

.rqcatcontstyle1 .subcatlnk {
	
}

.rqcatcontstyle1 .subcatlnk .rqsubcat {
	color: black;
	display: block;
	width: 100%;
	background-image: url(../img/material/arrow_right_gray_24px.svg);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 24px;
	padding-right: 30px;
	font-size: 13px;
}

@media screen and (max-width: 992px) {
	.rqcatcontstyle1 .subcatlnk .rqsubcat {
		font-size: 15px;
	}
}

.rqcatcontstyle1 .subcatlnk .rqsubcat:hover {
	text-decoration: none;
	background-color: #ebebeb;
	background-image: url(../img/material/arrow_right_white_24px.svg);
}


/* tabview */
.rqnewtabview {
	
}

.rqnewtabview .nav-tabs {
	background-color: #0e68b5;
}

.rqnewtabview .nav-tabs .nav-link {
	color: #c4d8fd;
	border: 0px;
	border-radius: 0px;
}

.rqnewtabview .nav-tabs .nav-link:hover {
	color: white;
}

.rqnewtabview .nav-tabs .nav-link.active {
	background-color: #0156a5;
	color: white;
	border-bottom: 4px solid #09a3f1;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.rqnewtabview .nav-tabs .nav-item {
	margin: 0px;
	margin-bottom: -4px;
}

/* navtop */
.rqnavbarimg {
	width: 125px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	/*default to requea*/
	background-image: url(../img/requea.png);
	background-size: 125px 50px;
	cursor: pointer;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index:5;
}

#rqtopsearch::placeholder {
	color: #ffffff;
	opacity: 0.8;
	font-size: 13px;
}
#rqtopsearch::-webkit-input-placeholder {
     line-height:normal!important;
}

.rqnewtop .nav-link-disconnect {
	font-size: 0px;
	background-image: url(../img/material/power_settings_new-white-24px.svg);
	background-position: left center;
	background-size: 20px;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

.rqnewtop .nav-link-configuration {
	font-size: 0px;
	cursor: pointer;
	background-image: url(../img/font-awesome/solid/cog-white.svg);
	background-position: left center;
	background-size: 20px;
	background-repeat: no-repeat;
	width: 20px;
	height: 20px;
}

#top.rqnewtop {
	position: fixed;
/* 	width: 100vw; */
	width: 100%;
	right: 0px;
	height: auto;
	min-height: 60px;
}

#top.rqnewtop .navbar-nav li {
	margin-top: auto;
	margin-bottom: auto;
}

.navbar-light .navbar-nav .nav-link.nav-link-userid, .navbar-light .navbar-nav .nav-link.nav-link-userid:hover
	{
	font-size: 13px;
	color: white;
}

.nav-link.nav-link-userid:hover {
	color: white
}

.rqnewtop #rqdbglnk {
	background-color: #0057a3;
	border-radius: 30px;
	border: 1px solid #0057a3;
	font-size: 10px;
	padding: 2px 10px 2px 10px;
	color: white;
	-webkit-box-shadow: none;
	box-shadow: none;
	line-height: 1.5;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	-webkit-font-smoothing: inherit;
	-moz-osx-font-smoothing: inherit;
	vertical-align: middle;
	outline: 0px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out,
		border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.rqnewtop #rqdbglnk:hover {
	background-color: white;
	border-color: #0057a3;
	color: #0057a3;
}

.rqnewtop .rqnewweblang {
	margin-right: 5px;
}

.rqnewtop .rqtopsearchicon {
	background-image: url(../img/font-awesome/solid/search.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 20px;
	width: 20px;
	height: 20px;
	cursor: pointer;
	opacity: 0.5;
}

.rqnewtop .rqtopsearchgrouptext {
	background-color: white;
	border: 0px;
}

.rqnewtop .nav-bar-rqtopsearch {
	min-width: 400px;
}

.rqnewtop .navbar-nav:only-of-type {
	margin-left: auto;
}

@media screen and (max-width: 992px) {
	#top.rqnewtop {
		height: auto;
	}
	.rqnewtop .rqtopsearchgroup {
		max-width: 100%;
		margin-left: 0px;
	}
	.rqnewtop .navbar-collapse {
		margin-top: 5px;
	}
}

@media screen and (min-width: 992px) {
	.rqnewtop .rqtopsearchgroup {
		max-width: 400px;
		margin-left: 20px;
	}
}

@media screen and (min-width: 1200px) {
	.rqnewtop .rqtopsearchgroup {
		max-width: 600px;
		margin-left: 50px;
	}
}

.rqnewtop .nav-link {
	padding: 5px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.rqnewtop ul.navbar-nav {
	flex-direction: row;
}

.rqnewtop #rqtopsearch.rqsearchcontentinput {
	height: 25px;
	line-height: normal;
	font-size: 12px;
	padding-bottom:2px;
}

.rqnewtop .navbar-toggler-icon {
	width: 1em;
	height: 1em;
}

.rqnewtop .navbar {
	position: relative;
	top: -3px;
}

.rqnewtop .rqtopsearchimg {
	background-image: url(../img/font-awesome/solid/search-white.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px;
	width: 20px;
	height: 20px;
	opacity: 0.3;
}

.rqnewtop #rqtopsearch {
	background-color: transparent;
	border: 0px;
	outline: 0px;
	box-shadow: none;
	border-bottom: 1px solid #d7d7d7;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	color: white;
}

.rqnewtop .input-group.rqtopsearchgroup span {
	display: none;
}

.rqnewtop input[type='text'].ui-autocomplete-loading {
	background-image: none;
}

.rqnewtop .btn-group-rqinfo .btn-rqinfo {
	font-size: 10px;
	padding: 2px 8px 2px 8px;
}

.rqnewtop .btn-group-rqinfo .btn-rqinfo:first-of-type {
	border-top-left-radius: 5px;
}

.rqnewtop .ui-autocomplete .ui-menu-item {
	background-color: white;
	font-size: 12px;
	color: #0066cc;
}

.rqnewtop .ui-autocomplete .ui-autocomplete-category {
	background-color: white;
	font-size: 11px;
	color: #bababa;
}

.rqnewtop .ui-autocomplete .ui-menu-item:hover {
	background-color: #ebebeb;
	color: #0066cc;
}

.rqnewtop .ui-autocomplete .ui-menu-item a:hover {
	background-color: #ebebeb;
	color: #0066cc;
}

.rqnewtop .ui-autocomplete {
	box-shadow: 0px 1px 20px 0px #acacac;
}

/* rqbannernews2 */
.rqbannernews2main {
	
}

.rqbannernews2 {
	
}

.rqbannernews2main .rqbannernewsdate {
	display: inline-block;
	font-size: 13px;
	float: left;
}

.rqbannernews2main .rqnewsdetail2 {
	float: left;
	background-image: url(../img/font-awesome/solid/info-circle.svg);
	background-size: 19px;
	background-repeat: no-repeat;
	background-position: center;
	width: 19px;
	height: 19px;
	margin-left: 5px;
}

.rqbannernews2main .rqbtnnews2 {
	font-size: 14px;
	padding: 3px 10px 1px 10px;
	border-bottom-left-radius: 0px;
}

.rqbannernews2main .rqbtnnews2:focus {
	box-shadow: none;
}

.rqbannernews2main .rqbtnnews2[aria-expanded='true'] {
	color: #fff;
	background-color: #5a6268;
	border-color: #545b62;
}

.rqtabview{
	border:0px;
}

#rqmodal .rqportlet {
	box-shadow:none;
}
body.ie .rqplne, body.ie .rqplsel{
	box-sizing: content-box;
}

/*spinner*/
@keyframes rqspinnerframe{
  to { transform: rotate(360deg); }
}

.rqspinner {
  display: inline-block;
  width: 15px;
  height: 15px;
  vertical-align: text-bottom;
  border: 2px solid #898989;
  border-right-color: transparent;
  border-radius: 50%;
  animation: rqspinnerframe .75s linear infinite;
}
