.mr-2{
	 margin-right: 0.5rem!important;
}
.display-count{
	display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.badge-warning {
   color: #1f2d3d;
   background-color: #ffc107;	
   padding: 2px 4px;
   position: absolute;
   right: 5px;
   top: 9px; 
}

.dropdown-item{
	margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
	display: block;
	color:#212529;
}

.dropdown-menu-lg .dropdown-item {
    padding: 0.5rem 1rem;
}
.dropdown-footer, .dropdown-header {
    display: block;   
    padding: 0.5rem 1rem;
    text-align: center;
}
#logo img{
  /*max-height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);*/
}
.mb-10 {
    margin-bottom: 10px;
}
#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
	background-size: 50px !important;
	visibility: hidden;
    background:url(/sites/default/files/loader.gif) no-repeat center center rgb(0 0 0 / 5%);
}
td i.fa {
    font-size: 20px;
    font-weight: 600;
}

.sticky-enabled>thead>tr>th{
	position: sticky !important;
	top: 0 !important;
	z-index: 1 !important;
	background: #f0f0f0 !important;
}

.progress-description, .info-box-text {
    white-space: unset !important;
    text-transform: none !important;
}

.sidebar-menu, .main-sidebar .user-panel, .sidebar-menu>li.header {
    white-space: unset !Important;
    overflow: hidden;
}

#logo .logo-lg, #logo .logo-mini{
  position:relative;
  height:50px;
}

#edit-actions--2, #edit-header, #edit-actions--3{
	display:none;
}

.feed-icons{
	margin: 15px 0px;
    margin-left: 1%;
}

.view-footer{
	margin-top: 10px;
}

.feed-icons .views-data-export-feed{
	display: inline;
}

.ui-dialog{
	width: 70% !important;	  
    z-index: 9999 !important;
}

.csv-feed .feed-icon, .feed-icons .feed-icon {
	//background: url(/modules/custom/olsys/images/csv.png) no-repeat !important;
    background: none !important;
    display: inline;
    background-color: #00a65a !important;
    padding: 10px;
    color: #fff;
}	

.login-box .logo-lg > img {
  max-width: 100%;
}

@media (max-width: 767px){

  body.skin-black #logo,
  body.skin-black #logo:hover,
  body.skin-black-light #logo,
  body.skin-black-light #logo:hover
  {
    background-color:#fff;
    border-bottom: 1px solid #eee;
  }

}
.login-page-header.logo .logo-lg {
  display: block;
}
.login-page-header.logo .logo-mini {
  display: none;
}

.mt-10{
	margin-top:5vh;
}

body .label {
  color: #333;
  font-size: 80%;
}

a.tabledrag-handle .handle {
  width: 24px;
  height: 24px;
}

.box > .box-header > h4{
  margin:0;
}

@media (max-width: 991px){
  .content-header > h1.page-title{
    margin-top:20px;
  }
}

.table-responsive {
    width: 100%;
    max-height: 110vh !important;
    overflow: auto !important
}


/*** Custom CSS **/
.vertical-tabs{
	display:none;
}
.table thead tr {
    font-weight: 600;
    background: #f0f0f0;
}
.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #ddd!important;
}
.btn {
	padding: 6px 12px!important;
	border-radius: 0!important;
	box-shadow: none!important;
}
.btn-primary:hover {
    background: rgba(255, 96, 40, 0.85);
    border: solid 1px rgba(255, 96, 40, 0.1);
    color: #fff;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle!important;
	padding: 3px!important;
}
.table > thead > tr > th {
	padding: 10px!important;
}
.page-title {
    padding: 10px;
    font-size: 2em;
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.card {
    box-shadow: 0 0 1px rgba(0,0,0,.125),0 1px 3px rgba(0,0,0,.2);
    margin-bottom: 1rem;
}
.card {
    position: relative;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-warning:not(.card-outline) > .card-header {
    background-color: #ffc107;
}
.card-header:first-child {
    border-radius: calc(.25rem - 0) calc(.25rem - 0) 0 0;
}
.card-header {
    background-color: transparent;
    border-bottom: 1px solid rgba(0,0,0,.125);
    padding: .75rem 1.25rem;
    position: relative;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 0 solid rgba(0,0,0,.125);
}
.card-header > .card-tools {
    float: right;
    margin-right: -.625rem;
}
.card-title {
    float: left;
    font-size: 2.1rem;
    font-weight: 400;
    margin: 0;
}
.non-po-vendor{
	max-width: 38em;
	padding: 1em 3em 2em 3em;
	margin: 0em auto;
	background-color: #fff;
	border-radius: 4.2px;
	box-shadow: 0px 3px 10px -2px rgba(0,0,0,0.2);
}
.non-po-vendor #edit-submit {
	width:100%;
}
.form-control {
    line-height: 1.4;
    background-color: #f9f9f9!important;
    border: 1px solid #e5e5e5!important;
}
.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}

.card-footer #edit-submit{ 
	width:100%;
	height: 45px;
}
.card-primary:not(.card-outline) > .card-header {
    background-color: #007bff;
	color: #fff;
}
.views-table .Yes {
	background-color: #c5c5c5 !important;
    color: #000;	
}
#edit-relations{
	display:none;
}
