@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

body, a, p , div, span, td {

font-family: "Raleway", sans-serif !important;
    font-size: 16px;
    line-height: 28px;
    font-style: normal;
	  text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "Raleway", sans-serif !important;
    font-weight: 400;
	margin-top: 15px;
    line-height: 1.1;
    color: inherit;
}
/*********************/
input[id="submitMsg"]{ 
   pointer-events: none;
    opacity: 0.5;
}

#submitBtn{
pointer-events: none;
 opacity: 0.5;	
}

#applyForm button#submitBtn:hover{ 
    color: #fff;
    background-color: #0b192c;
    border-color: #0b192c;
}
.pagination > .active > a{ 
    background-color: #0b192c;
}
.pagination > li > a:focus{
    color: #ffffff;
    background-color: #df4026;
}

.pagination > li > a:hover{
    color: #ffffff;
	background-color: #df4026;
}
.pagination > .active > a:hover{
   
    background-color: #df4026;
   
}
.dropdown-menu > li:last-child.active > a, .dropdown-menu > li:last-child.active > a:hover, .dropdown-menu > li:last-child.active > a:focus,
.dropdown-menu > li:last-child > a, .dropdown-menu > li:last-child > a:hover, .dropdown-menu > li:last-child > a:focus  { 
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.dropdown-menu > li:first-child.active > a, .dropdown-menu > li:first-child.active > a:hover, .dropdown-menu > li:first-child.active > a:focus,
.dropdown-menu > li:first-child > a, .dropdown-menu > li:first-child > a:hover, .dropdown-menu > li:first-child > a:focus  { 
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.pagination > li > a, .pagination > li:first-child > a, .pagination > li:last-child > a, .pagination > li > span, .pagination > li:first-child > span, .pagination > li:last-child > span {
    border-radius: 50%;
}
   
.bootstrap-select.form-control {
	  background-color: #ffffff;
    background-image: none;
    border:none;
    -webkit-box-shadow:none !important;
    box-shadow: none !important;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {

    background-color: #0b192c;
}
#recordspp1.form-control{
    background-color: transparent;
    background-image: none;
    border:none;
    -webkit-box-shadow:none;
    box-shadow: none;
    
}
#back_to_top span i, #back_to_top span span {
    -webkit-transition: color .2s ease 0s;
    -moz-transition: color .2s ease 0s;
    -o-transition: color .2s ease 0s;
}

#back_to_top span i {
    color: #ffffff;
    font-size: 22px;
    line-height: 52px;
}
#back_to_top>span {
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-decoration: none;
    -o-border-radius: 52px;
    -moz-border-radius: 52px;
    -webkit-border-radius: 52px;
    border-radius: 52px;
    -webkit-transition: all .2s ease 0s;
    -moz-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    border: 2px solid #e8e8e8;
      background-color:  #df4026;
    border-color:  #df4026;
    border-width: 0px;
    border-style: solid;
    position: relative;
    display: inline-block;
   text-align:center;
    vertical-align: middle;
}
#back_to_top:hover > span {
    background-color:   #0b192c;
    border-color:   #0b192c;
}

#back_to_top {
    color: #cdcdcd;
    height: auto;
    position: fixed;
    bottom: 65px;
    margin: 0;
    z-index: 10000;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    right: 25px;
	display: none;
  /*  opacity: 0;
    filter: alpha(opacity=0);
    visibility: hidden;
    -webkit-backface-visibility: hidden;
	*/
}

#back_to_top.on {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
    right: 25px;
}
#back_to_top.off {
    opacity: 0;
    filter: alpha(opacity=0);
    right: 25px;
}

body.function-view .r-topbar-page .r-body .r-content .r-data-block[data-body-width="standard"] > .r-grid {

	min-width: unset !important;
}
div.BannerItem{
	text-align:center;
margin: 5px 0px;	
}
body.function-view .r-topbar-page{
	display:flex;
	padding-left:20px;
	padding-right:20px;
}
body.function-view .r-topbar-page .r-body{
	margin-top:0px !important;
}
body.function-view .topadRow {
	height: auto;
		width:100%;
	margin-top: 98px;
	margin-bottom: 10px;
		padding-left:20px;
	padding-right:20px;
}
body.function-view .bottomadRow {
	height: auto;
		width:100%;
	margin-top: 10px;
	margin-bottom: 10px;
		padding-left:20px;
	padding-right:20px;
}
/*********************/
.navbar-nav > li > a[itemtitle="Contact"] > span:hover {
	background-color: #df4026 !important;
	color: #ffffff !important;
}
#sidebar a.closeSidebar {
	display: inline-block;
	position: absolute;
	top: 29px;
	right: 25px;
	width: 13px;
	height: 13px;
	line-height: 13px;
	background-image: url(../images/close_side_menu.png);
	background-repeat: no-repeat;
	z-index: 1000;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}
 div.modal-header> * > span.glyphicon{
 	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-ms-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
 }
#sidebar a.closeSidebar:hover, div.modal-header> * > span.glyphicon:hover {
	transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
}
#sidebar input.text, #sidebar textarea.text{
	background-color: #023368;
	border-width: 0px;
	border-style: solid;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	border-bottom-left-radius: 0px;
	color: #ffffff !important;
	font-family: Raleway;
	font-size: 15px;
	line-height: 26px;
	font-style: normal;
	font-weight: 500;
	letter-spacing: 0px;
	text-transform: none;
	padding-top: 12px;
	padding-right: 24px;
	padding-bottom: 12px;
	padding-left: 24px;
	margin-top: 0px;
	margin-bottom: 2px;

}
#sidebar input.text:focus, #sidebar textarea.text:focus{
	background-color: #4c4c4c;
	-webkit-box-shadow: none;
	box-shadow: none;
}
#sidebar input::placeholder{
  color: #ffffff;
}
#sidebar textarea::placeholder{
  color: #ffffff;
}

  .sidebarClosed {

        background-color: #0b192c;
        transition: right 0.3s ease-in-out; /* Smooth slide animation */
	position: fixed;
	visibility: visible;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 470px;
	right: -470px;
	height: 100%;
	top: 0;
	z-index: 9999;
text-align: left;
	min-height: 100%;
	overflow: hidden;
	padding: 30px;
	
    }

    .sidebarOpen {
        right: 0; /* Position when open */
    }
.sidebaropenBody{
	margin-left: -470px;
	margin-right:470px;
}

.footer{
	padding-left:60px;
	padding-right:60px;
	background-color:#0b192c; 
	padding-top:20px; 
	padding-bottom:10px; 
	height:83px;
margin-top:auto;
    display: flex;
    justify-content: space-between;

}
.footer .footer-right{
	text-align: right;
	padding-right: 0px;
	height: 53px;
	display: table;
}
.footer .footer-left{
	text-align: left;
    height: 53px;
	display: table;
}
.footer .footer-inner{
	display: table-cell;
	vertical-align:middle;
		font-size:12px;
	color: #ffffff;
}
.footer .footer-inner a{
	font-size:12px;
	color: #ffffff;
	text-decoration: none;
}

.fa-stack {
	text-align: center;
	border: 0 solid #f0f0f0;
	margin: 1.5px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
background-color: #df4026;
font-size: 15px;
border-radius: 50%;
}
.fa-stack >a>li:hover {
	color: #0b192c !important;
}
.footer .fa-stack >li:hover {
	color: #0b192c !important;
}
.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}
.scrolled {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.11);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.11);
	box-shadow: 0 1px 3px rgba(0,0,0,.11);
	background-color: #fff;
}

.navbar li.active>a>span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 11px 23px;
    border-radius: 26px;
    background-color: #df4026;
}
.navbar li>a>span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 11px 0px;
    border-radius: 26px;
}

.navbar-nav > li.active > a {
    padding:0px 23px;
	color: #0b192c !important;
	line-height:88px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
	
	position: relative;
    display: inline-block;
    
}
.navbar-nav > li.contact > a {
    padding-left: 21px;
}

.navbar-nav > li > a {
    padding:0px 0px;
	color: #0b192c !important;
	line-height:88px;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0px;
    text-transform: none;
	
	position: relative;
    display: inline-block;
    
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #ffffff !important;
    background-color: transparent;
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus {
color: #df4026 !important;
    background-color: #ffffff;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {

	background-color: transparent;
}
.navbar-nav > li > a> span{
	background-color: transparent;
	padding: 11px 23px;
	line-height: 18px;
	display: inline-block;
}
.navbar-nav > li > a[itemtitle="Contact"]> span{
	background-color: #0b192c !important;
color: #ffffff !important;
}
.navbar-nav > li > a> span > span{
	line-height:18px;
}
.navbar li.contact>a>span {
    padding: 11px 23px;
    border-radius: 26px;
    background-color: #0b192c;
	color:white !important;
}
.navbar-brand {
    float: left;
    padding: 0px;
    font-size: 19px;
    line-height: 21px;
     height: unset;
}
/*
.qbutton.small {
    padding-bottom: 11px;
    padding-top: 11px;
    height: 18px;
    line-height: 18px;
}*/
.navbar {
    height: 88px;
    margin-bottom: 0px;
    border: 1px solid transparent;
}
/***********************/
.glyphicon {
    font-family: 'Glyphicons Halflings' !important;
}

.fa {
	    font-family: 'FontAwesome' !important;
}
span[data-field="datePosted"] span{
font-size:12px !important;	
}
.r-grid{
    display: flex;
    justify-content: space-between;
}
/*
.r-grid {
    overflow: visible;
}
*/
.control-label{
	font-size:16px;
	font-weight:600;
}
.r-topbar-page .r-body .r-content .r-data-block[data-body-width="full"] > * > .r-grid-vertical[data-vcolumns="1"] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
		margin:0px 0px;
		width: -webkit-fill-available;
		width: -moz-available;

}

.adsidebar{
	width: 20% !important;
}

.adsidebar .adItem {
	margin-bottom: 10px;
	border-radius: 5px;
}

.adsidebar > * > img {
	border-radius: 5px;
	object-fit:cover;
	width:100%;
	width: -webkit-fill-available;
	width: -moz-available;
}



.BannerItem img{
	width:100%;
	height: 100%;
	object-fit: cover;
	width: -webkit-fill-available;
	width: -moz-available;
}
.panel-default > .panel-heading {
 display: none;
}
.r-topbar-page .r-body {
    flex-direction: column;
    padding: 0px 15px;
}
.alert-warning {
	text-align: center;
}
div.alert-warning[data-grid-message]{
    text-align: center;
    padding-top: 10px !important;
}

.Bold1Aqua1 .runner-s-menu .runner-b-vmenu.runner-vmenu.active .runner-cc li a,
.Bold1Aqua1 .runner-b-vmenu.runner-vmenu.tree.subitem .runner-cc a,
.Bold1Aqua1  .runner-wrapper .runner-s-menu .runner-b-vmenu.runner-vmenu.active .runner-cc li a,
.Bold1Aqua1  .runner-wrapper .runner-b-vmenu.runner-vmenu.tree.subitem .runner-cc a,
.Bold1Aqua1  .runner-wrapper .runner-wrapper .runner-s-menu .runner-b-vmenu.runner-vmenu.active .runner-cc li a,
.Bold1Aqua1  .runner-wrapper .runner-wrapper .runner-b-vmenu.runner-vmenu.tree.subitem .runner-cc a
{

background-image: url(../images/active.png);
background-repeat: no-repeat;
background-position: 15px 5px; 
padding-left: 25px;
}
.form-group {
    margin-bottom: 0px !important;
}

body {
    min-height: 100vh !important;
    display: flex !important;
    flex-direction: column !important;
	color: #232a31 !important;
}



.r-record-body:last-child {
    margin-bottom: 10px !important;
}

.jobslist [data-field="shortDescription"] {
    height: auto !important;
}

.modal .close {
    color: #DF4026 !important;
    opacity: 1;
}



.btn-primary {
	background-color: #DF4026 !important;
    border-color: #DF4026 !important;
}
.btn-primary:hover {
    background-color: #0B192C !important;
    border-color: #0B192C !important;
}
.btn {
    border-radius: 26px !important;
}



span[data-itemtype=custom_button_container] ul>li{
text-align:center;
} 
span[data-itemid=share_link] ul>li{
text-align:center;

} 
span[data-itemid=share_link] ul>li> a{
padding:6px 0px;
} 

span[data-itemid=share_link] ul.dropdown-menu {
    border: none;
    border-radius: 5px;
    margin-top: 5px;
background-color: #f5f5f5;
}
li[data-itemtype="custom_button"] > a{
padding: 5px !important;
}

.form-control {
    display: block;
    width: 100%;
    color: #212529;
    background-color: #f5f5f5;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
input[type=file]::file-selector-button {
  margin-right: 20px;
  margin-top: -5px;
  margin-left: -5px;
  border: none;
  background: #df4026;
  padding: 5px 10px;
  border-radius: 26px;
  color: #fff;
  cursor: pointer;
  transition: background .2s ease-in-out;
}
.submitBtn.btn.disabled:not(:hover), .submitBtn.btn[disabled]:not(:hover) {
    color: #ffffff;
    background-color:#eb7562; 
    border-color:#eb7562;
}
input[type=file]::file-selector-button:hover {
  background: #0b192c;
}
 
.modal-header > button, .modal-header > [data-itemtype], .modal-header > h2 {
 
    font-weight: bold !important;
}



.pagination {
	font-weight: 600 !important;
}


.modal-body {
    width: auto !important;
}

.modal-content {
	border-radius: 5px !important;
	border: 5px solid #eeeeee !important;
	}
.modal.in .modal-dialog {
    
    max-width: 700px !important;
}

.modal-content.ui-resizable {
    max-width: 700px !important;
	
}
.modal-header.modal-header {
    font-size: 18px;
    font-weight: bold;
}
.r-edit-form > * > tr > [data-cellid].r-ori-vert > [edit-form-cell] > :not([data-before-same-field]):not(.r-integrated-field), .r-edit-form > * > tr > [data-cellid][data-single] > div > span[data-itemid=snippet2]{
	padding-bottom:0px;
}

.chosen-container-multi .chosen-choices.chosen-choices {
    
    border-radius: .25rem !important;
    background-color: #f5f5f5 !important;
}
.alert {
	margin-bottom:5px !important;
    padding: 0px !important;
    border-radius: 5px !important;
	font-size: 14px !important;
}
.btn.custom_disabled.disabled{
    color: #ffffff !important; 
}


.modal-footer {
    padding-top: 5px !important;
    margin-bottom: -5px !important;
}
.nav-tabs > li > a {
    margin-right: 4px !important;
}
span[data-itemid=shareLinks] > div.open.dropdown .dropdown-menu{
 display: flex;
    flex-direction: row;
    justify-content: space-between;
    left: 70px;
    top: 0;
position: absolute;
  margin-top: 0px !important;
  width: min-content !important;
}
span[data-itemid=shareLinks] > div.open.dropdown .dropdown-menu > li > a {
	padding: 0px 10px !important;
}
span[data-itemid=shareLinks] > div.open.dropdown .dropdown-menu > li > a > span.fa{
	color: #0b192c !important;
}
span[data-itemid=shareLinks] > div.open.dropdown .dropdown-menu > li > a > span.fa:hover{
	color:#df4026 !important;
}
.modal-header > span{
	font-size: 22px !important;
}
.modal-header{
	padding: 5px 15px;
}
.open > .dropdown-menu {
   
    border-radius: 5px;
    margin-top: 5px;
    padding: 1px;
}

div[data-presenter="1"].r-small-page{
	padding:0px !important;
}
div[data-presenter="1"].r-small-page > * > table{
	width: 100% !important;
}
div[data-presenter="1"].r-small-page td{
	text-align: left !important;
	padding: 0px;
}
.r-small-page[data-body-width="full"] > .r-form[data-v-width="4"][data-v-margin="1"] {
	padding-left: 0px;
	padding-right: 0px;
}
span[data-cellid="supertop_c1"][data-itemid="logo"] > a[data-itemid=logo]{
    display: none !important;
}
[data-label-col] {
    width: 66%;
}
[data-value-col] {
    width: 33%;
}

td[data-cellid=grid_c],
td[data-cellid=grid_c3],
td[data-cellid=grid_c5],
td[data-cellid=grid_c6],
td[data-cellid=grid_c7],
td[data-cellid=grid_c8],
td[data-cellid=grid_c9],
td[data-cellid=grid_c10],
td[data-cellid=grid_c11],
td[data-cellid=grid_c12],
td[data-cellid=grid_c15],
td[data-cellid=grid_c16],
td[data-cellid=grid_c17],
td[data-cellid=grid_c18],
td[data-cellid=grid_c23],
td[data-cellid=grid_c24],
td[data-cellid=grid_c25],
td[data-cellid=grid_c26]{
	float: left;
}

td[data-cellid=grid_c],
td[data-cellid=grid_c5],
td[data-cellid=grid_c7],
td[data-cellid=grid_c9],
td[data-cellid=grid_c11],
td[data-cellid=grid_c15],
td[data-cellid=grid_c17],
td[data-cellid=grid_c23],
td[data-cellid=grid_c25]{
	width: 40%;
}
@media screen and (max-width: 500px) {
	.function-view .r-above{
	margin-top:0px !important;	
		
	}

.function-view .r-top .r-form {

    display: unset !important;
}
	
	.scrolled {
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.11);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,.11);
	box-shadow: 0 1px 3px rgba(0,0,0,.11);
	background-color: #fff;
}
span[data-cellid="supertop_c1"][data-itemid="logo"] > a[data-itemid=logo]{
    display: none !important;
}

.navbar-header:before, .navbar-header:after {
    content: none !important;
}
.footer {
	padding-left: 0px;
	padding-right: 0px;
}
.footer .footer-right {
  
    padding-right: 15px;
   
}
.r-topbar-page .r-topheader[data-fixed] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.function-view > * > .adsidebar{
	display: none;
}
.r-above{
	margin-top: 76px;
}
.r-grid > .adsidebar{
	display: none;
}
	.navbar{
		height:auto;
	}
	ul[data-itemid=menu]{
    display: flex;
    justify-content: flex-end;

	}
	.r-top .r-form{
		display: none;
	}
	.r-form > .row {
    margin-bottom: 5px;
}
.row {
    margin-left: 0px;
    margin-right: 0px;
}
span[data-itemid=notifications]{
	display: none !important;
}
	.modal-open .modal {
    width: 100% !important;
}
.r-grid:not([data-responsive]) > .panel.panel:not(.form-section) > .panel-heading {
    background-color: #f5f5f5;
    color: inherit;
    border-bottom-color: #f5f5f5;
}
.nav-tabs {
    border-bottom: 1px solid #f5f5f5;
    /* text-align: inherit; */
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

.nav-tabs > li {
    /* float: left; */
    margin-bottom: 2px;
}

.r-edit-form {
    width: 100%;
}

[data-location] > .row > [data-cellid=above-grid_c1] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	margin-bottom:5px;
}



.r-edit-form > * > tr > [data-cellid].r-ori-vert > [edit-form-cell] > span a{
  
    width: 100%; 
}


.r-topbar-page .r-body {
    padding: 0px 5px;
}
/*
.r-topheader{
    position: relative;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
*/
img[data-itemid=logo]{
	height: 50px !important;
}
/*[data-cellid="supertop_c1"][data-page="positions_list"][data-cellid="supertop_c1"][data-page="positions_list"][data-cellid="supertop_c1"][data-page="positions_list"] {*/
span[data-cellid="supertop_c1"]{
    padding: 0px  !important;
}
span[data-cellid="supertop_c1"][data-itemid="logo"] {

    display: flex !important;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
	padding: 10px 10px 5px 10px !important;
}
.navbar .navbar-toggle:hover .icon-bar {
    background-color: #ffffff;
}

.navbar .navbar-toggle .icon-bar span.fa-bars {
    color:  #0b192c;
}
span[data-cellid="supertop_c2"]{
   
    padding-right: 5px !important;
   
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border: none;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #ffffff;
    width: auto;
    height: auto;
    display: block;
}
.navbar-toggle {
    position: relative;
    float: left;
    margin-right: 15px;
    padding: 0px 0px 0px 5px;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    width: min-content;
}
.sidebarOpen {
    width: 100%;
}
}

/*DEFAULT*/
.r-topbar-page{
	max-width:100%!important;
	width:95!important;
}
span[data-itemid="loginform_login"], span[data-itemid="hamburger"], li[data-itemid="advsearch_link"], [data-itemid="breadcrumb"], [id^="backToMenuButton"]{
	display: none !important;
}
.navbar>span[data-itemid="username_button"]{
	 pointer-events: none;
}
[data-itemid="username_button"]>span>button>.caret{
	display: none !important;
}
table.r-form{
	overflow: inherit;
	margin-top:0px;
}
[data-fieldname="logintype"]{
	margin-bottom:0px!important;
}
.r-vbar-page>.r-left[data-fixed]{
	position:absolute!important;
}
.panel-body > div > .table > thead > tr > th, .panel-body > div > .table > tbody > tr > th, .panel-body > div > .table > tfoot > tr > th, .panel-body > div > .table > thead > tr > td, .panel-body > div > .table > tbody > tr > td, .panel-body > div > .table > tfoot > tr > td {
	border-bottom:inherit;
	border-left:inherit;
	border-right:inherit;
}
.panel-body > .table > thead > tr > th, .panel-body > .table > tbody > tr > th, .panel-body > .table > tfoot > tr > th, .panel-body > .table > thead > tr > td, .panel-body > .table > tbody > tr > td, .panel-body > .table > tfoot > tr > td {
	border-bottom:inherit;
	border-left:inherit;
	border-right:inherit;
}
.bs-dbelement{
	border: inherit;
}
.r-fluid.r-form>tbody>tr>td{
	border: inherit!important;
	padding:0px;
}
.entry-title:before,h2:before{
	display: none !important;
}
.r-vbar-page{
overflow-x: auto!important;
}