/*CSS OVERRIDES*/

#inventory-pg .col-sm-2, #inventory-pg .col-sm-4,
#inventory-pg .col-sm-6, #inventory-pg .col-sm-8,
#inventory-pg .col-sm-10, #inventory-pg .col-sm-12,
#inventory-pg .col-sm-5,  #inventory-pg .col-xs-12{
  padding: 0;
}

#inventory-pg .company-items a,
#inventory-pg .company-items p,
#inventory-pg .company-details a,
#inventory-pg .company-details p {
  margin: 0 0 10px;
}

#inventory-pg  input {
  border-style: none;
  border: 1px solid var(--border-color);
  border-radius: 4px;
  color: #777;
}

#inventory-pg  a,
#inventory-pg  a:visited,
#inventory-pg  a:hover {
  color: #3C7A9C;
  text-decoration: none;
  opacity: 1;
}

#inventory-pg  p {margin: 0;}
#inventory-pg .btn-group .btn {min-width: unset;}


/*#/CSS OVERRIDES*/

/*OPERATIONS SECTION*/

.operations-inventory h2 {
  color: #777777;
  margin: 0;
}

.operations-inventory h3 {
  color: #777777;
  margin: 5px 0 15px 2px;
  font-size: 18px;
  opacity: .5;
}

.section-title h4 {font-size: 14px;}

section.content-view .operations-inventory {
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 15px;
  border-radius: 2px;
  border: 1px solid var(--border-color);
  box-shadow: 2px 2px 2px var(--border-color);
}

#inventory-pg  .operations-inventory .btn {
  margin-right: 5px;
  color: #777;
  background: linear-gradient(#ffffff, #f0f0f0);
  border: 1px solid var(--border-color);
  box-shadow: 1px 1px 1px var(--border-color);
  text-align: center;
}

#inventory-pg  .operations-inventory .margin{margin-right: 20px;}

#inventory-pg  .operations-inventory .btn.blue {
  background: linear-gradient(#67c0f8, #5b93d3);
  border: 1px solid #5dade0;
  color: #ffffff;
}

#inventory-pg  .operations-inventory .btn.green {
  background: linear-gradient(#71d856, #55c139 );
  border: 1px solid #61cb46;
  color: #ffffff;
}

/*#/OPERATIONS SECTION*/

/*MAIN SECTION*/

main {
  display: flex;
}

.main-row-left, .main-row-right  {
  padding: 15px;
  background-color: #ffffff;
  border-radius: 2px;
  border: 1px solid var(--border-color);
  box-shadow: 2px 2px 2px var(--border-color);
}

.main-row-left .section-box, .main-row-right .section-box  {position: relative;}

/*#/MAIN SECTION*/

/*LEFT SECTION*/

.main-row-left {
  width: 100%;
  min-width: 320px;
  overflow: hidden;
  margin-right: 15px;
}

/*.main-row-left .section-box {position: relative;}*/
.main-row-left .tags {margin-bottom: 40px;}
.main-row-left .address {margin-bottom: 40px;}
.contacts-pagination hr {
  border: 1px solid var(--border-color);
  margin-left: -15px;
  margin-right: -15px;
}

.main-row-left img {
  margin-right: 15px;
  border-radius: 50%;
}

.main-row-left div.section-title {
  position: absolute;
  top: -18px;
  padding-right: 10px;
  background-color: #ffffff;
  font-weight: 700;
  color: #444;
}

.main-row-left div.section-action {
  position: absolute;
  top: -10px;
  right: 0;
  padding-left: 10px;
  background-color: #ffffff;
  color: #444;
}

.main-row-left .profile-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  margin-bottom: 40px;
}

.company-items, .company-details {flex-direction: column;}
.company-details {margin-left: 20px;}

.main-row-left .profile-box > div {
  display: flex;
}

.main-row-left .fa-envelope-o {color:#3C7A9C;}
.fa-circle-thinner {
  box-sizing: border-box;
  display: block;
  width: 1.85em;
  height: 1.85em;
  padding-top: 0.3em;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #3C7A9C;
}

.fa-plus {color:#333;opacity:.5;}
.fa-circle-plus {
  margin: 0 0 8px;
  box-sizing: border-box;
  display: block;
  width: 1.65em;
  height: 1.65em;
  padding-top: 0.3em;
  text-align: center;
  border-radius: 100%;
  border: 1px solid #333;
  background: linear-gradient(#ffffff, #f0f0f0);
}

/*#/LEFT SECTION*/

/*RIGHT SECTION*/

.main-row-right .main-header {overflow: hidden;}

.main-row-right {
  width: 100%;
  padding: 0;
}

.main-row-right-row {padding: 15px;}

.main-row-right .main-header ul {
  display: flex;
  padding-left:0;
  color: #777;
  list-style: none;
  border-bottom: 1px solid var(--border-color);
}

.main-row-right .main-header li {
  padding: 10px 20px;
  border-bottom: 2px solid transparent;
  cursor: pointer;
}

.main-row-right .main-header li:focus,
.main-row-right .main-header li:hover {
  color: #67c0f8;
  border-bottom: 2px solid #67c0f8;
}

.main-row-right .boxes {
  display: flex;
  flex-direction: column;
  width: 30%;
}

.main-row-right .profile-box {
  position: relative;
  text-align: center;
  padding: 25px 0;
  height: 145px;
  border: 1px solid var(--border-color);
  margin-bottom: 15px;
}

.main-row-right .profile-box p:nth-child(2) {
  color: #444;
}

#inventory-pg .main-row-right .profile-box .large-number {
  font-size: 32px;
  margin-bottom: -7px;
  color: #444;
}

#inventory-pg .main-row-right .profile-box .date {
  opacity: .75;
  margin-top: 15px;
  font-size: 13px;
}

.pink-triangle {
  position: absolute;
  top:-5px;
  left:-20px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #ffccdb;
  transform: rotate(315deg);
}

.purple-triangle {
  position: absolute;
  top:-5px;
  left:-20px;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-bottom: 30px solid #f9e5fd;
  transform: rotate(315deg);
}

.main-row-right-row .tags {margin-bottom:40px;}
.main-row-right-row div.section-title {
  position: absolute;
  top: -18px;
  padding-right: 10px;
  background-color: #ffffff;
  font-weight: 700;
  color: #444;
}

.main-row-right-row div.section-action {
  position: absolute;
  top: -10px;
  right: 0;
  padding-left: 10px;
  background-color: #ffffff;
  color: #444;
}

.main-row-right-row .btm-details {display: flex;}
.main-row-right-row .btm-details div.section-title {top: 2px;}

.main-row-right-row .btm-section {
  width: 33%;
  margin-right: 25px;
}

.main-row-right-row .btm-section:last-child {margin-right:0;}

/*#/RIGHT SECTION*/
