body
{
  background-color: #EBEFFA;
}

@media print {
 .noprint {
  visibility: hidden;
}
}


.form-control,input.rounded{
  font-size: .8rem;
  border-radius: 5px;
  padding: 0.4rem 0.5rem;
}

.btn
{
  font-size: .8rem;
  border-radius: 10rem;
  padding: 0.4rem 1rem;
}

.page-header
{
  background-color:  #fff !important;
  padding : 10px;
}

table td .btn
{
  font-size: .8rem;
  border-radius: 10rem;
  padding: 0.25rem 1rem;
}
.pagination
{
  margin-left:40%;


}




.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #2B3F54;
  border-color: #2B3F54;
}

.page-link
{
  color: #000;
}


table  
{
  border:1px solid #bbbbbb;
}


table thead tr,.card-header
{
  font-size: 14px;
  background-color:  #0B5ED7 !important;
  color:#fff;
  font-weight: normal  !important;
}


.form-label
{
  font-weight: bold;
  margin-right: 10px;
}
table tbody tr
{
  border-bottom:1px solid #bbbbbb;
  background-color: #fff !important;
}

table.table-striped >tbody >tr
{
  background-color: #fff !important;
}
table td
{
  font-size: 12px;
  vertical-align: middle;
}
.ul-listbox { list-style: none outside none; margin:0; padding: 0; text-align: center; }
.ul-listbox li { width:23%;margin:10px;display: inline; background-color: #1160B7;float:left;margin-right:10px;border:1px solid #1160B7;font-weight:normal;color: #fff !important; }
.ul-listbox li a
{
  color: #fff !important;
  text-decoration: none;
}

.border-panel
{
  padding:15px;
  border-bottom:1px solid #EDF5FC;
  background-color: #fff;
  margin-bottom: 0px;
}


.border-panel input,.border-panel select
{
  border:1px solid #ccc;

}
.header-title
{
	
}
.list-group-grid {
	display: grid !important;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 1em;
}

.list-group-item-grid {
	background: #F7F7F7;
	padding: 1em;
	text-align: left;
}


.inp {
	border:none;
	border-bottom: 1px dotted #1890ff;
	padding: 5px 10px;
	outline: none;
}

[placeholder]:focus::-webkit-input-placeholder {
	transition: text-indent 0.4s 0.4s ease; 
	text-indent: -100%;
	opacity: 1;
}



.userform
{

}

.usertable
{
	margin-top:10px;
}


.usertable > thead > tr > th
{
	font-size: 14px;
}


.usertable > tbody > tr > td
{
	font-size: 12px;
}

.usersubmitbtn
{
	
}

.usersection
{
	padding:25px;

	margin-top: 40px;
}


.userbutton
{
	padding:10px;
	font-size: 12px;
}



.userlink 
{
	margin-left:10px;
	border-radius: 0 !important;
}

.bg-black
{
	background-color: #000 !important;
}

.nospace
{

	

}



.nospace  > div.form-group
{


	

}






// Base Divider class
.divider {
  display: flex;
  
  &:before,
  &:after {
    content: "";
    flex: 1;
  }
}

// Base line
.line {
  align-items: center;
  margin: 1em -1em;
  
  &:before,
  &:after {
    height: 1px;
    margin: 0 1em;
  }
}


.one-line {
  &:before,
  &:after {
    background: black;
  }
}

.razor {
  &:before,
  &:after {
    box-shadow: 0 0.5px 0 black; // Chrome
    // border-bottom: 0.5px solid black; // Safari
  }
}

.double-razor {
  &:before,
  &:after {
    height: 3px;
    box-shadow: // Chrome
    0 -0.5px 0 black,
    0 0.5px 0 black;
    // border: solid black; // Safari
    border-width: 0;
  }
}

.glow {
  &:before,
  &:after {
    height: 6px;
    -webkit-filter: blur(5px);
    border-radius: 5px;
  }
  
  &:before {
    background: linear-gradient(to right, blue, hotpink);
  }
  
  &:after {
    background: linear-gradient(to left, blue, hotpink);
  }
}

// Gradients
.gradient {
  align-items: stretch;
  margin: 1em 0;
  height: 2em;
  line-height: 2em;
  color: white;
  background: black;
  
  &:before {
    background: linear-gradient(to right, white, black);
  }
  
  &:after {
    background: linear-gradient(to left, white, black);
  }
}

// Ribbon thing
.donotcross {
  overflow: hidden;
  align-items: center;
  background: hsl(50, 100%, 50%);
  color: black;
  height: 2em;
  line-height: 2em;
  
  &:before,
  &:after {
    background: white;
    padding: 50px 0;
    height: 0;
    transform: rotate(45deg);
  }
}



.form-group > label:first-child
{
	font-weight: 500;
	font-size: 14px;
	padding-right: 10px;
}


.checkbox-inline
{
	font-weight: normal;
}


#alertbox {
	position:fixed;
	top: 50%;
	left: 50%;
	width:30em;
	height:10em;
	margin-top: -9em; /*set to a negative number 1/2 of your height*/
	margin-left: -15em; /*set to a negative number 1/2 of your width*/
	border: 1px solid #ccc;
	opacity: 0.8;
	text-align: center;
	vertical-align: middle;
	display: table;
	box-shadow: 0 4px 5px 0 rgba(0,0,0,.14), 0 1px 10px 0 rgba(0,0,0,.12), 0 2px 4px -1px rgba(0,0,0,.3);

}


#alertspantext
{
	text-align:center; 
	vertical-align: middle;
	display: table-cell;   
}


.no-gutter
{
	margin-left:-15px;
	margin-right:-15px;
}

.UserIdRow
{
	padding:0;
}




.UserIdRow td
{
	padding:0;
}


.hoverclass {
	color: #4287f5;
}
.hoverclass:hover {
	color: #4287f5;
}


.typeahead li  {
	color: #4287f5 !important;
	font-size: 12px;
	padding-left: 10px;

}



.typeahead li.active a {
	color: #4287f5 !important;
	font-size: 12px;

}