body {
  padding-top: 70px;
}

/* The sidebar menu */
.vmsSideBar {
  height: 100%; /* 100% Full-height */
  /*width: 0;  0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Stay on top */
  top: 0;
  left: 0;
  background-color: rgb(255, 255, 255);
  border-right: 1px solid rgba(0,0,0,.125);
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 46px; /* Place content 60px from the top */
  transition: 0.25s ease-out;/* 0.5 second transition effect to slide in the sidebar */
}
.tr_underline td {
    border-bottom: 2px solid black;
}
.tr_overline td {
    border-top: 2px solid black;
}
.vmsSideBarMenuItems {
  height: 100%;
  width: inherit;
  position: fixed;
  z-index: 1000;
  background-color: rgb(255, 255, 255);
  border-right: 1px solid rgba(0,0,0,.125);
  overflow-x: hidden;
  padding-bottom: 180px;
}

@media (min-width: 770px) {
  .vmsSideBarExpanded {
	width: 250px;
	margin-right: 30px;
    display: inline-table;
  }
  .vmsSideBarCollapsed {
	width: 60px;
	margin-right: 30px;
  }
  .vmsSideBarCollapsed .vmsNavLinkName, .vmsSideBarCollapsed .vmsSideBarProfileUser {
    display: none;
  }
  .vmsSideBarProfileHeader {
    height: 117px;
  }
  .vmsBody {
    margin-left: 250px;
    transition: 0.25s ease-out;
  }

  .vmsBodyExpanded {
	margin-left: 60px;
  }
  .vmsSideBarToggler {
    display: none;
  }

  .vmsSideBarExpander {
    position: absolute;
    margin-left: 220px;
    background: white;
    border: 1px solid lightgray;
    border-radius: 1rem;
    margin-top: -50px;
  }

  .vmsSideBarExpanderHidden {
    display: none;
  }

  .vmsSideBarCollapser {
    position: absolute;
    margin-left: 220px;
    background: white;
    border: 1px solid lightgray;
    border-radius: 1rem;
    margin-top: -50px;
  }

  .vmsSideBarCollapserHidden {
    display: none;
  }

  .vmsSideBarExpander:hover, .vmsSideBarCollapser:hover {
    background: darkslategray;
    color: white;
    cursor: pointer;
  }

  .vmsSideBarChevron {
    margin: 0.25rem;
  }
}

@media (max-width: 770px) {
  .vmsMobileSideBarExpanded {
	width: 250px;
  }
  .vmsMobileSideBarCollapsed {
	width: 0px;
  }
  .vmsBodyOverlay {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: opacity 0.3s linear;
    overflow: hidden;
    opacity: 0.3;
  }
  .vmsSideBarToggler {
    line-height: 3.5;
    padding: 0rem 1rem;
  }
  .vmsSideBarExpander {
    display: none;
  }
  .vmsSideBarCollapser {
    display: none;
  }
}

/* The sidebar links */
.vmsSideBar a {
  transition: 0.25s;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-family: Archivo, sans-serif;
  color: inherit;
  font-weight: inherit;
  cursor: pointer;
}

/* When you mouse over the navigation links, change their color */
.vmsSideBar a:hover {
  color: rgb(33, 33, 33);
  text-shadow: rgb(33 33 33) 0.7px 0px 0px;
  text-decoration: none;
}

.vmsSideBarProfileHeader {
  text-align: center;
  padding: 15px;
  background: lightslategray;
}

.vmsSideBarProfileContent {
  list-style: none;
}

.vmsSideBarProfileUser {
  color: white;
  cursor: pointer;
  font-size: 0.9rem;
}

.vmsSideBarProfileContent .vmsSubNavLink {
  height: 30px;
  padding-left: 5px;
}

#vmsSideBarMenuItems::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 0.2rem rgba(0,0,0,0.3);
	border-radius: 0.5rem;
	background-color: #F5F5F5;
}

#vmsSideBarMenuItems::-webkit-scrollbar
{
	width: 6px;
	height: 6px;
	background-color: #F5F5F5;
}

#vmsSideBarMenuItems::-webkit-scrollbar-thumb
{
	border-radius: 0.5rem;
	-webkit-box-shadow: inset 0 0 0.2rem rgba(0,0,0,.3);
	background-color: lightgray;
}

.nav-tabs .nav-item {
  display: inline;
  margin-bottom: 1px;
}

.vmsBody {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.vmsRadio:hover {
	background-color:lightgray;
	font-weight:bold;
	border-radius:4px;
}
.vmsRadio {
	padding-top:3px;
	padding-bottom:3px;
}
.vmsNavUL {
  margin: 0;
  padding: 0;
  list-style: none;
}

.vmsSubNavUL {
  margin: 0;
  padding: 0;
  margin-left: 2.25rem;
  list-style: none;
  border-left: 1px solid lightgray;
}

.vmsSubNavULOrg > li {
	display: inline-flex;
}

.vmsSubNavLIOrg {
	display: inline-flex;
}

.vmsNavLink {
  padding-left: 24px;
  width: 100%;
  height: 42px;
  border: 0;
  margin: 0;
  outline: 0;
  position: relative;
  align-items: center;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  justify-content: flex-start; 
  display: flex;
}

.vmsNavLink:hover {
  background-color: lightsteelblue;
}

.vmsSubNavLink {
  padding-left: 10px;
  width: 100%;
  height: 40px;
  border: 0;
  margin: 0;
  outline: 0;
  position: relative;
  align-items: center;
  user-select: none;
  border-radius: 0;
  vertical-align: middle;
  text-decoration: none;
  background-color: transparent;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  justify-content: flex-start; 
  display: flex;
}

.vmsSubNavLink:hover {
  background-color: lightsteelblue;
}

.vmsNavLinkName {
  margin: 0px 0px 0px 16px;
}

.vmsSubNavLinkName {
  margin: 0px 0px 0px 8px;
  word-break: break-all;
}

/* Style page content - use this if you want to push the page content to the right when you open the side navigation */
#vmsBody {
  transition: margin-left .5s; /* If you want a transition effect */
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .vmsSideBar {padding-top: 15px;}
  .vmsSideBar a {font-size: 18px;}
}


::-webkit-input-placeholder {
  font-style: italic;
  color: lightgray;
}

::-moz-placeholder {
  font-style: italic;
  color: lightgray;
}

#dropbox {
  width: 300px;
  height: 100px;
  border: 1px solid gray;
  border-radius: 5px;
  padding: 5px;
  color: gray;
}

#quickViewWrapper {
  display: none;
  z-index: 2;
  background-color: #FFFFFF;
}

.card {
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  /*padding: 0.5rem;
  box-shadow: 1px 1px 16px rgba(0,0,0,.1);*/
}

.card-body {
  border-radius: 0.5rem;
}

.container {
  background-color: #FFFFFF;
}

.vmsfieldMandatory {
  border-left: 3px solid salmon;
}

.vmsfieldSelected {
  border: 1px solid #666;
  font-weight: bold;
}


	
@media (min-width: 768px) {
	.vmslabel {
      /*font-weight: bold;
	  padding-top: 0px;
	  padding-bottom: 4px;
	  text-transform: uppercase;
	  color: #333;
	  font-family: Calibri, Arial;
	  text-align: right;*/
	}
	.vmslabelLeft {
      font-weight: bold;
	  padding-top: 0px;
	  padding-bottom: 4px;
	  text-transform: uppercase;
	  color: #333;
	  font-family: Calibri, Arial;
	  text-align: left;
	}

	.vmsfield {
	  padding-bottom: 1px;
	  margin-top: 0.35rem;
	}
	
	.vmslabel2021 {
	  padding-top: 0px;
	  padding-bottom: 2px;
	  text-transform: uppercase;
	  color: #333;
	  font-family: Calibri, Arial;
	  text-align: right;
	}
	.vmsfield2021 {
	  padding-top: 5px;
	  padding-bottom: 5px;
	  margin-top: 0.35rem;
	  background-color: #FFFF;
	}
	.vmsfield2021:hover {background-color: #EEE;border-radius: 5px; }	
	/* 
	.vmsfieldMandatory:hover { background-color:#eb505f !important; border-radius: 5px; color:#FFF; }
	::placeholder {font-family: 'Brush Script MT', cursive; color:#5a2382;}
	*/
}

@media (max-width: 768px) {
	.vmsfield {
	  margin-top: 0rem;
	  margin-bottom: 0.45rem;
	}	
}

.vmsfield {
  font-size: 0.8rem;
}

.vmslabel, .vmsLabelLeft {
  font-weight: bold;
  font-size: 0.8rem;
}

.custom-switch {
  font-size: 0.8rem;
  /*margin-top: 0.4rem;*/
}

.form-control {
  font-size: 0.8rem;
}

.select2-container {
  font-size: 0.8rem;
}

span.select2.select2-container.select2-container {
  width: 100% !important;
}

.vmsCalDayHeader {
  width: 12%;
  float: left;
  font-weight:bold;
  border-radius: 2px;
  border: 1px solid #CCC;
}

.vmsCalDay {
  width: 12%;
  min-height:120px;
  float: left;
  border-radius: 2px;
  border: 1px solid #CCC;
}

.vmsRollDown {
  position: absolute;
  right: 20px;
  max-width: 60%;
  min-width: 250px;
  float: right;
  z-index: 500;
  background-color: #FFF;
  border-radius: 4px;
  padding: 4px;
}

.vmsRollDown:hover {
  border: 1px solid #CCC;
}

.vmsDiscrete {
  font-size: 0.75rem;
  color:#333;
  opacity:0.7;
}
.pageListDropdown {
  font-size: 0.75rem;
  padding: 0;
  padding-left: 5px;
  width: 3.25rem;
  margin-right: 0.25rem;
  color: black;
}
.pageListDropdown:focus {
  box-shadow: 0 0 0 0;
}

.vmsDiscrete:hover {
  color:#000;
  opacity:1;
}
.vmsHighlight {
  background-color: #EEE;
  border: 2px solid #5a2382;
  border-radius: 4px;
}
.vmsFieldEdit {
  background-color: #EEE;
  border: 1px solid #666;
  border-radius: 2px;
}

.vmsColumnSelect {
    /*display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border-radius: 10px;*/
    background-color: #CCC;
}

.vmsDynamicColumnContainer {
	padding-right: 0.5rem;
    margin: 0rem 0.2rem;
    border: solid #CCC;
    border-width: 0.01rem;
    border-radius: 0.5rem;
}

.vmsDiscreteHelp {
  font-style:italic;
  font-size: 14px;
  line-height: 1.42857;
}

.vmsPageSubTitle {
  background-color:#EEE;
  font-size: 10pt;
  padding-bottom: 2px;
  margin-bottom: 2px;
  text-align: left;
  margin-top: 1rem;
  border: 1px solid rgba(0, 0, 0, .125);
  border-radius: 0.5rem;
  background: #f8f9fa linear-gradient(180deg, #f9fafb, #f8f9fa) repeat-x;
  padding: 0.25em 1em;
  width: 100%;
}

.vmsFooterRight {
  position: fixed;
  bottom: 2px;
  right: 20px;
  border: 1px solid #CCC;
  border-radius: 4px;
  background-color:#FFFFFF;
  opacity:0.5;
  padding: 2px;
}

.vmsFooterFeedfackRight{
  position: fixed;
  top: 50%;
  right: -50px;
  height: 0px;
  text-align: right;
  z-index: 9999; 
  margin-top: -15px;
}

.vmsFooterFeedfackRight a{
  border-radius: 35px;
  display: none;
}

.vmsFooterLeft {
  position: fixed;
  bottom: 20px;
  left: 20px;
  border: 1px solid #CCC;
  border-radius: 4px;
  background-color:#FFFFFF;
  padding: 2px;
}
.vmsSubObjectPanel {
  min-height: 200px;
}
.vmsDragAndDropWidgetHighlight {
  background-color: rgb(209, 209, 209);
  border: 1px grey;
  border-radius: 4px;
  padding-top: 10px !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  background-size: 30px 30px;
}
.vmsDragAndDropWidgetHighlight .cpro-float-child {
 background-color: rgb(209, 209, 209);
 padding: 3px !important;
}
.basicTable {
  width: 100%;
  padding: 2px;
  spacing: 2px;
  border: 1px solid #CCCCCC;
  font-size: 10pt;
}

.val {
  color: #333333;
  border-bottom: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
  font-size: 10pt;
  padding: 2px;
}

.lab {
  width: 150px;
  font-size: 8pt;
  background-color: #EEEEEE;
  padding: 2px;
}

.logoFont {
  font-family: courier;
  font-size: 24pt;
  color: black;
  font-weight: bold;
}

.logoBlue {
  color: #508eba;
}

.modal-dialog {
  max-width: 1400px;
  width: 85%;
}

.modal-dialog-small {
  max-width: 1400px;
  width: 30%;
}

.vmsAlertNumberSmall {
  font-size: 1.1em;
}
.vmsAlertNumber {
  font-size: 24pt;
}
.vmsAlertNumberXL {
  font-size: 36pt;
}


.btn {
  padding: 3px 5px;
  margin-right: 0.3rem;
  font-size: 0.8rem;
}

/* Hide when print - e g the print icon */
@media print {
  .printHide {
    display: none;
  }
}

.page-header {
  padding-bottom: 2px;
  margin: 2px 0px 2px;
}

/* Make tables flow inside containers */
.table-responsive {
  overflow-x: auto;
}

.table-hover tbody tr:hover td {
    background: LightSteelBlue;
}


/* Postit expiriment . Copied from "label ", "badge " in BS */
.postit,.postit-zero,.postit-large,.postit-gray {
  display: inline-block;
  padding: 2px 2px;
  font-size: 11.844px;
  font-weight: bold;
  line-height: 14px;
  color: #333;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #999;
  border: 1px solid #CCC;
  min-width: 20px;
  min-height: 20px;
  text-align: center;
}

.postit,.postit-zero,.postit-large,.postit-gray {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px
}

.postit:empty,.badge-pill:empty {
  display: none
}

a.postit:hover,a.postit:focus,a.postit:hover,a.postit:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer
}

.postit {
  background-color: LightYellow;
}

.postit-zero,.postit-gray {
  background-color: #EEE;
}

.postit-large {
  min-height: 40px;
  min-width: 40px;
  border: 1px solid #CCC;
}

tfoot {
  background-color: #EEE;
  font-weight: bold;
}

.isoItem {
  height: 200px;
  width: 300px;
  border: 3px solid #888;
  color: #333;
  float: left;
  margin: 4px;
  padding: 2px;
  border-radius: 10px;
}

/* Progress indicator */
.box {
  position: relative;
  float: left;
  padding: 1px 4px;
  margin-left: -1px;
  line-height: 1.42857;
  color: #333333;
  text-decoration: none;
  background-color: #FFF;
  border: 1px solid #DDD;
  font-size: 14px;
}


h1,h2,h3,h4 {
  border-bottom: 1px solid #CCC;
  /* font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-family: 'Brush Script MT', cursive; */
}

h1 { font-size: 1.8em; margin-top: 1.4em; margin-bottom: .5em; }
h2 { font-size: 1.6em; margin-top: 1.2em; margin-bottom: .4em; }
h3 { font-size: 1.4em; margin-top: 1.0em; margin-bottom: .3em; }
h4 { font-size: 1.2em; margin-top: 0.8em; margin-bottom: .2em; }
h5 { font-size: 1.1em; margin-top: 0.6em; margin-bottom: .1em; }
h6 { font-size: 1.0em; margin-top: 0.4em; margin-bottom: .1em; }

textarea {
  max-height: 500px;
}

.navbar-onevms {
  background-color: #eff3f6;
  border-radius: 1.25rem;
  border: 1px solid rgba(0,0,0,.125);
  width: 100%;
}

.navbar-onevms-horizontal {
  background-color: #eff3f6;
  /*border-radius: 1.25rem;*/
  border: 1px solid rgba(0,0,0,.125);
  display: inline-flex;
  width: 100%!important;
  border-left: 0px;
  border-right: 0px;
  transition: all 0.3s ease-in-out;
  scroll-behavior: smooth;
  flex-wrap: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
  white-space: nowrap;
  width: auto;
  margin: 0.5rem 0;
  /*font-size: 0.8rem;*/
}

@supports (-webkit-touch-callout: none) {
	.navbar-onevms-horizontal {
  		overflow: auto;
	}
}

.navbar-onevms-gray {
  background-color: #eff3f6;
  border-radius: 1.25rem;
  border: 1px solid rgba(0,0,0,.125);
}

.vmsPageIcon {
  background-color: #eee;
  border-radius: 0.5rem;
  padding: 0.2rem 0.5rem;
}

.statusToggler:hover, .rejectedStatusToggler:hover, .interviewStatusToggler:hover {
  transform: scale(1.5);
}

.navbar-onevms .navbar-nav>li>a {
  color: #FFF;
}

.navbar-onevms .navbar-nav>.active>a,.navbar-nav>.active>a:hover,.navbar-nav>.active>a:focus
  {
  color: #ffffff;
  background-color: transparent;
}

.navbar-onevms .navbar-brand {
  color: #eeeeee;
}

/* Bug: the arrow sometimes appear in the middle of the text block! Hid it for now. */
.tooltip-arrow {
  border: 0;
}
.vmsRespondApprovalButton {
	min-width:10em;
}
.vmsYesButtonInActive {
  background-color: palegreen;
  color:#FFF;
}
.vmsYesButtonActive {
  background-color: green;
  color:#FFF;
  padding:5px 5px;
  font-weight:bold;
}
.vmsNoButtonInActive {
  background-color: salmon;
  color:#FFF;
}
.vmsNoButtonActive {
  background-color: red;
  color:#FFF;
  padding:5px 5px;
  font-weight:bold;
}
.vmsCantRespondButtonInActive {
  background-color: #EEE;
  color:#333;
}
.vmsCantRespondButtonActive {
  background-color: #CCC;
  color:#FFF;
  padding:5px 5px;
  font-weight:bold;
}

.vmsCutSmall {
  max-width: 120px;text-overflow: ellipsis; overflow: hidden;white-space: nowrap;
}
.vmsCutMedium {
  max-width: 200px;text-overflow: ellipsis; overflow: hidden;white-space: nowrap;
}
/*For when the the td class needs to be applied on a p element following the td class element.*/
.vmsCutMedium > p {
  max-width: 200px;text-overflow: ellipsis; overflow: hidden;white-space: nowrap;
}

.vmsTextTruncateLarge {
  max-width: 600px;text-overflow: ellipsis; overflow: hidden;white-space: nowrap;
}

.vmsInactive {
  color: tomato;
}
.vmsDot {
	height: 12px;
	width: 12px;
	border-radius:50%;
	display:inline-block;
}

/* Bootstrap 3 to 4 migration - customizations  */

.hidden{
	display: none!important
}

.row {
	justify-content: left;
}

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show>.nav-link {
	background-color: #e2e2e2;
}

.nav-tabs .nav-link.active {
  border-radius: 1.25rem;
  border-right: 0px;
  border: 1px solid;
  background-color: darkslategray;
  color: white;
}

.nav-tabs .nav-link:hover {
  border-radius: 1.25rem;
  border: 1px solid darkgray;
}

/*@media (max-width: 480px) {
	.navbar-collapse {
		max-height: 340px;
	    overflow-y: auto;
	}
	.navbar-collapse.show {
	    display: block !important;
	}
}*/

.badge-primary {
	background-color: #2F5597;
}

.btn-primary{
	color:#fff;
	background:#2F5597 linear-gradient(180deg,#2F5597,#2F5597) repeat-x;
	border-color:#2F5597;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)
}
.btn-primary:hover{
	color:#fff;
	background:#2F5597 linear-gradient(180deg,#2F5597,#2F5597) repeat-x;
	border-color:#2F5597
}
.btn-primary.focus,.btn-primary:focus{
	color:#fff;background:#2F5597 linear-gradient(180deg,#2F5597,#2F5597) repeat-x;
	border-color:#2F5597;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .2rem rgba(38,143,255,.5)
}
.btn-primary.disabled,.btn-primary:disabled{
	color:#fff;
	background-color:#007bff;
	border-color:#007bff;
	background-image:none
}
.btn-primary:not(:disabled):not(.disabled).active,.btn-primary:not(:disabled):not(.disabled):active,.show>.btn-primary.dropdown-toggle{
	color:#fff;
	background-color:#2F5597;
	background-image:none;
	border-color:#2F5597;
}

.btn-primary:not(:disabled):not(.disabled).active:focus,.btn-primary:not(:disabled):not(.disabled):active:focus,.show>.btn-primary.dropdown-toggle:focus{
	box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(38,143,255,.5)
}

.vms-btn-primary{
	color:#fff;
	background:#2F5597 linear-gradient(180deg,#2F5597,#2F5597) repeat-x;
	border-color:#2F5597;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)
}
.vms-btn-primary:hover{
	color:#fff;
	background:#355EA9 linear-gradient(180deg,#355EA9,#355EA9) repeat-x;
	border-color:#355EA9;
}

.vms-btn-primary.focus,.vms-btn-primary:focus{
	color:#fff;
	background:#2F5597 linear-gradient(180deg,#2F5597,#2F5597) repeat-x;
	border-color:#2F5597;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .2rem rgba(38,143,255,.5)
}
.vms-btn-primary.disabled,.vms-btn-primary:disabled{
	color:#fff;
	background-color:#007bff;
	border-color:#007bff;
	background-image:none
}
.vms-btn-primary:not(:disabled):not(.disabled).active,.vms-btn-primary:not(:disabled):not(.disabled):active,.show>.vms-btn-primary.dropdown-toggle{
	color:#fff;
	background-color:#2F5597;
	background-image:none;
	border-color:#2F5597
}

.vms-btn-primary:not(:disabled):not(.disabled).active:focus,.vms-btn-primary:not(:disabled):not(.disabled):active:focus,.show>.vms-btn-primary.dropdown-toggle:focus{
	box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(38,143,255,.5)
}

.vms-btn-custom {
  border-radius: 20px;
  background-color: white;
  color: black;
  border: 1px solid #ddd;
  padding: 10px 20px;
  margin: 5px;
}

.vms-btn-custom.selected {
  background-color: #6c757d; /* Gray color when selected */
  color: white;
}

.vms-btn-info{
	color:#fff;
	background:#0070C0 linear-gradient(180deg,#0070C0,#0070C0) repeat-x;
	border-color:#0070C0;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)
}
.vms-btn-info:hover{
	color:#fff;
	background:#007AD6 linear-gradient(180deg,#007AD6,#007AD6) repeat-x;
	border-color:#007AD6
}

.vms-btn-info.focus,.vms-btn-info:focus{
	color:#fff;background:#0070C0 linear-gradient(180deg,#0070C0,#0070C0) repeat-x;
	border-color:#0070C0;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .2rem rgba(38,143,255,.5)
}
.vms-btn-info.disabled,.vms-btn-info:disabled{
	color:#fff;
	background-color:#007bff;
	border-color:#007bff;
	background-image:none
}
.vms-btn-info:not(:disabled):not(.disabled).active,.vms-btn-info:not(:disabled):not(.disabled):active,.show>.vms-btn-info.dropdown-toggle{
	color:#fff;
	background-color:#0070C0;
	background-image:none;
	border-color:#0070C0
}

.vms-btn-info:not(:disabled):not(.disabled).active:focus,.vms-btn-info:not(:disabled):not(.disabled):active:focus,.show>.vms-btn-info.dropdown-toggle:focus{
	box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(38,143,255,.5)
}

.vms-btn-success{
	color:#fff;
	background:#00B0F0 linear-gradient(180deg,#00B0F0,#00B0F0) repeat-x;
	border-color:#00B0F0;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)
}
.vms-btn-success:hover{
	color:#fff;
	background:#01BCFF linear-gradient(180deg,#01BCFF,#01BCFF) repeat-x;
	border-color:#01BCFF;
}
.vms-btn-success.focus,.vms-btn-success:focus{
	color:#fff;background:#00B0F0 linear-gradient(180deg,#00B0F0,#00B0F0) repeat-x;
	border-color:#00B0F0;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .2rem rgba(38,143,255,.5)
}
.vms-btn-success.disabled,.vms-btn-success:disabled{
	color:#fff;
	background-color:#007bff;
	border-color:#007bff;
	background-image:none
}
.vms-btn-success:not(:disabled):not(.disabled).active,.vms-btn-success:not(:disabled):not(.disabled):active,.show>.vms-btn-success.dropdown-toggle{
	color:#fff;
	background-color:#00B0F0;
	background-image:none;
	border-color:#00B0F0
}

.vms-btn-success:not(:disabled):not(.disabled).active:focus,.vms-btn-success:not(:disabled):not(.disabled):active:focus,.show>.vms-btn-success.dropdown-toggle:focus{
	box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(38,143,255,.5)
}

.vms-btn-warning{
	color:#fff;
	background:#8497b0 linear-gradient(180deg,#8497b0,#8497b0) repeat-x;
	border-color:#8497b0;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075)
}
.vms-btn-warning:hover{
	color:#fff;
	background:#94A4BA linear-gradient(180deg,#94A4BA,#94A4BA) repeat-x;
	border-color:#94A4BA
}
.vms-btn-warning.focus,.vms-btn-warning:focus{
	color:#fff;background:#8497b0 linear-gradient(180deg,#8497b0,#8497b0) repeat-x;
	border-color:#8497b0;
	box-shadow:inset 0 1px 0 rgba(255,255,255,.15),0 1px 1px rgba(0,0,0,.075),0 0 0 .2rem rgba(38,143,255,.5)
}
.vms-btn-warning.disabled,.vms-btn-warning:disabled{
	color:#fff;
	background-color:#007bff;
	border-color:#007bff;
	background-image:none
}
.vms-btn-warning:not(:disabled):not(.disabled).active,.vms-btn-warning:not(:disabled):not(.disabled):active,.show>.vms-btn-warning.dropdown-toggle{
	color:#fff;
	background-color:#8497b0;
	background-image:none;
	border-color:#8497b0
}

.vms-btn-warning:not(:disabled):not(.disabled).active:focus,.vms-btn-warning:not(:disabled):not(.disabled):active:focus,.show>.vms-btn-warning.dropdown-toggle:focus{
	box-shadow:inset 0 3px 5px rgba(0,0,0,.125),0 0 0 .2rem rgba(38,143,255,.5)
}
.vms-btn-xl {
  font-size: 1rem;	
}

.vmsViewElement {
  opacity:0.8;
  display: inline-block;
  font-weight:bold;
  font-size:8pt;
  color:white;
  text-transform: uppercase; 
  padding:0px 4px; 
  border-radius:4px;
  border:0px;   
}
.vmsViewElement:hover {
  opacity:1;
}
.vmsViewElementBlue {
  background-color:#2F5597;
  color:white;
}
.vmsViewElementBlue:hover {
  background-color:#2F5597;
  color:white;
}

.btn-success {
    color: #fff;
    background: #28a745 linear-gradient(180deg,#48b461,#28a745) repeat-x;
    border-color: #28a745;
    box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
}

a{
	color: #2F5597;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #2F5597;
    background: #2F5597 linear-gradient(180deg,#2F5597,#2F5597) repeat-x;
}

.dropdown-item {
	padding: 0rem .5rem;
}

@media (min-width: 768px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding: .25rem .7rem;
		color: black;
	}
}

.navbar {
	padding: 0rem;
	box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 3px 8px rgb(0 0 0 / 20%);
	/*background-color: #f8f4f5!important;*/
}

.vms-btn-block-shadow {
	box-shadow: 0 8px 6px -6px black;
}

.form-check-label {
	padding-right: 1.1rem;
}

#calendarForm .badge-pill {
	padding-left: 0.70rem;
    padding-right: 0.70rem;
    font-size: smaller;
}

.loginForm {
	box-shadow: 0 1px 6px 0 rgb(45 53 62 / 12%);
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
}

.forgotPasswordForm, .ssoChooseCustomerForm {
	box-shadow: 0 1px 6px 0 rgb(45 53 62 / 12%);
	padding-left: 1rem;
	padding-right: 1rem;
	padding-bottom: 1rem;
}

.vmsLoginPageLabel {
  padding-top: 0px;
  padding-bottom: 4px;
  text-transform: uppercase;
  font-family: Calibri, Arial;
  font-weight: bold;
  color: gray;
  margin-bottom: -0.75rem;
}

.vmsLoginPageButton {
  text-transform: uppercase;
  font-weight: bold;
}

.tooltip-inner {
  max-width:20rem;
  width: 20rem;
}

.alert {
  padding: .25rem 1.25rem;
}

.vmsDebugLabelOrgEditPopup {
  cursor: pointer;
  border-bottom: 1px dashed #CCC;
}

.vmsTextBorder {
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.vmsSlideWrapper {
  display: inline-flex;
  width: 100%;
  font-size: 0.8rem;
}

.vmsSlidePrev, .vmsSlideNext {
  margin: 0.5rem 0;
  /* margin-left: 1rem; */
  border: 1px solid lightgray;
  padding-top: 0.55rem;
  font-size: large;
  background-color: #eff3f6;
  cursor: pointer;
  color: black;
}

.vmsSlidePrev {
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  border-right: 0px;
}

.vmsSlideNext {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
  border-left: 0px;
}

.vmsSlidePrev:hover, .vmsSlideNext:hover{
  color: white;
  background: darkslategray;
}

.vmsNavBarNoSlide {
  padding-left: 0.25rem;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.vmsCard h3 {
  margin-top: 0;
}

.vmsPageTitle h3 {
  margin-top: 0;
  border-bottom: 0px;
}

/*.dropdown-item a, .dropdown-item a span {
  width: inherit;
}

.dropdown-item a span {
  text-align: center;
}*/

.form-group {
    margin-bottom: 0rem;
}
.loginForm .form-group {
    margin-bottom: 1rem;
}

.vmsHiddenSection, .vmsHiddenSection a {
  color: black;
}

.vmsHighlightOption {
	color: darkgreen;
	font-weight: bold;
}

.cvDeleteButton {
	cursor: pointer;
}

#apiDocSidebar {
	display: inline;	
}

.vmsInterviewSlot, .vmsGoogleCalendarEvents {
	border-radius: 0.5rem;
	border: 1px solid white;
}

.vmsInterviewSlotsUL, .vmsSchedulingAssistantUL {
    font-size: 0.9rem;
    /*display: inline-flex;*/
}

.vmsInterviewSlotsUL .list-group-item:first-child, .vmsInterviewSlotsUL .list-group-item:last-child, .vmsSchedulingAssistantUL .list-group-item:first-child, .vmsSchedulingAssistantUL .list-group-item:last-child {
	border-radius: 0.5rem;
}

.vmsOfferInterviewCard {
	font-size: 0.9rem;
}

.userApplicationForm {
	background-color: white;
}

.vmsChildCostReportsTd:not(:hover) {
	background: #EBECF0;
}

.vmsChildCostReportsAnchor {
    padding: 0px 5px;
    margin-right: 0.3rem;
    font-size: 1.6rem;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

.tablesorter-sticky-wrapper {
	top: 50px!important;
}

#requisitionRoles .table-responsive {
    table-layout: fixed;
    height: 100px;
    padding-left: 15px;
}

#requisitionRoles .tablesorter {
    margin-top: auto;
}

.vmsChildOffersTd:not(:hover) {
	background: #EBECF0;
}

.vmsChildOffersAnchor {
    padding: 0px 5px;
    margin-right: 0.3rem;
    font-size: 1.6rem;
    vertical-align: middle;
    display: inline-block;
    cursor: pointer;
}

.toast-body {
    padding: 0.75rem;
    background: rgba(255,255,255,.85);
    border-radius: 0.25rem;
}

.bg-soft-secondary {
	background-color: rgba(116,120,141,.15)!important;
    color: #74788d!important;
    font-size: 60%;
    display: table;
    position: absolute;	
}

.vmsSideBarOrg {
    padding-top: 0.4rem;
}

.vmsSideBarOrgFavorite > a {
	color: darkorange;
	opacity: 1;
	cursor: pointer;
}

.vmsSideBarOrgNotFavorite > a {
	color: grey;
	opacity: 0.5;
	cursor: pointer;
}

.vmsSideBarOrgNotFavorite > a:hover {
	color: darkorange;
}

.tablesorter > tbody tr td:first-child {
	border-left: 1px solid #c9c9c9 !Important;
}

.tablesorter > tbody tr td:last-child {
    position: sticky;
    position: -webkit-sticky;
    right: 0;
    border-right: 1px solid #c9c9c9 !Important;
}


.tablesorter-headerRow {
	height: 45px;
}

.tablesorter-headerRow:first-child th:first-child {
	 border-top-left-radius: 10px; 
     border-collapse:separate;
     border-top-color:#c9c9c9;
     border-left-color:#c9c9c9;
}

.tablesorter-headerRow:first-child th:last-child {
	 border-top-right-radius: 10px; 
     border-collapse:separate;
     border-top-color:#c9c9c9;
     border-right-color:#c9c9c9;
}

.tablesorter > tbody tr:last-child td:last-child {
	 border-bottom-right-radius: 10px; 
     border-collapse:separate;
}

.tablesorter > tbody  tr:last-Child td:first-child {
	 border-bottom-left-radius: 10px; 
     border-collapse:separate;
}

.tablesorter {
	border-radius: 10px; 
    border-collapse:separate;
}

.tablesorter-header {
	border:1px solid #c0c0c0;
	background-color:#eff3f6 !Important;
	border-top-color:#c9c9c9 !Important;
}

.tablesorter-header:hover {
	border-color:gray !Important;
}

.tablesorter-default thead .tablesorter-headerAsc {
	background-color: #d1dce4!Important;
	border-color:#c9c9c9 !Important;
}

.tablesorter-default thead .tablesorter-headerDesc {
	background-color: #d1dce4!Important;
	border-color:#c9c9c9 !Important;
}

.tablesorter-headerAsc:hover, .tablesorter-headerDesc:hover {
	border-color:gray !Important;
}

.table thead th{
	vertical-align: middle;
}

.tablesorter-default td {
	vertical-align: middle;
}

.table-bordered td {
	border-right:none;
	border-left:none;
	padding-left:2px !Important;
	padding-right:15px !Important;
	padding-top:4px !Important;
	padding-bottom:4px !Important;
}

 .pagination {
	margin-bottom:0px;
 
 }
 
.pagination > li > a
{
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: white;
    color: black;
    font-size:1rem;
    padding-left:6px;
    padding-right:6px;
    padding-top:2px;
    padding-bottom:2px;

}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #2F5597 !Important;
    /* background-color: #2F5597;
    border-color: #2F5597; */
}

.pagination > .active > a
{
    color: white;
    background-color: #2F5597 !Important;
    border: solid 1px #2F5597 !Important;
}

.pagination > .active > a:hover
{
    background-color: #2F5597;
    border: solid 1px #2F5597;
    color:white;
}

.fl-scrolls{overflow:auto;position:fixed}.fl-scrolls div{overflow:hidden;pointer-events:none}.fl-scrolls div::before{content:"\A0"}.fl-scrolls,.fl-scrolls div{font-size:1px;line-height:0;margin:0;padding:0}.fl-scrolls-hidden div::before{content:"\A0\A0"}.fl-scrolls-viewport{position:relative}.fl-scrolls-body{overflow:auto}.fl-scrolls-viewport .fl-scrolls{position:absolute}.fl-scrolls-hoverable .fl-scrolls{opacity:0;transition:opacity .5s .3s}.fl-scrolls-hoverable:hover .fl-scrolls{opacity:1}.fl-scrolls:not([data-orientation]),.fl-scrolls[data-orientation=horizontal]{bottom:0;min-height:17px}.fl-scrolls:not([data-orientation]) div,.fl-scrolls[data-orientation=horizontal] div{height:1px}.fl-scrolls-hidden.fl-scrolls:not([data-orientation]),.fl-scrolls-hidden.fl-scrolls[data-orientation=horizontal]{bottom:9999px}.fl-scrolls-viewport .fl-scrolls:not([data-orientation]),.fl-scrolls-viewport .fl-scrolls[data-orientation=horizontal]{left:0}.fl-scrolls[data-orientation=vertical]{right:0;min-width:17px}.fl-scrolls[data-orientation=vertical] div{width:1px}.fl-scrolls-hidden.fl-scrolls[data-orientation=vertical]{right:9999px}.fl-scrolls-viewport .fl-scrolls[data-orientation=vertical]{top:0}
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                         
.selection-list  {
  overflow-y: auto;
  height: 30em;
  resize: vertical;
  width: 100%;
}

.float-right {
    float: right;
    margin-right: 0;
}