
.bootstrap-tagsinput {
  width: 100% !important;
  display: block !important;
  width: 100% !important;
  padding: 0.50rem 0.85rem !important;
  font-size: 1rem !important;
  line-height: 1.25 !important;
  color: #3f587e !important;
  background-color: #fff !important;
  background-image: none !important;
  background-clip: padding-box !important;
  border: 1px solid #ccd6e6 !important;
  border-radius: 0.25rem !important;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
}

.bg-gradient-x-blue-light
{
	background-image : linear-gradient(to right, #1b659d 0%, #2c8bd3 100%);
	background-repeat : repeat-x;
}

.bg-compass {
  background-color: rgba(80,80,80,1) !important;
  color: #FFF;
}

.icon-compass {
  width: 20px;
  margin-right: 5px;
}

.icon-compass-xl {
  width: 42px;
  margin-right: 5px;
}

.table th, .table td {
  font-size: 1rem !important; 
}

.propSlider{
    position:fixed;
    height:100%;
    background:#F5F7FA;
    width:600px;
    right:0px;
    margin-right: -600px;
}

.diagram-container {
  height: 100vh;
  width: 100vw;
  background-color: #DAE4E4;
}

/* .overview-container {
  position: fixed;
  bottom: 2em;
  right: 2em;
  width: 10em;
  height: 10em;
  border: thin solid black;
  z-index: 10;
} */

#myOverviewDiv {
  position: absolute;
  width:200px;
  height:100px;
  top: 10px;
  right: 10px;
  background-color: aliceblue;
  z-index: 300; /* make sure its in front */
  border: solid 1px rgba(80,80,80,1);
}

#myDiagramDiv :focus {
  outline: 0;
}

/* .media-body-custom {
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  border: 1px solid #ddd;
  width: 197px;
} */

.media-body-header-custom {
  display: table-cell;
  vertical-align: top;
  overflow: hidden;
  padding: 1rem;
  border: 1px solid #ddd;
}

.callout-border-right-custom {
  border-right : 5px solid rgb(0, 230, 255);
}

.bg-ia-applicationversions-icon {
  background-color: rgb(0, 230, 255);
}
 
.bg-ia-applicationversions {
  background-color: rgba(80,80,80,1);
  color:white;
}

.card-ia {
  height: 100px;
}

.bg-add {
  background-color: #16D39A;
  border-color: #16D39A;
}

.card-title {
  margin-top:12px;
  margin-bottom:10px !important; 
}

.main-menu.menu-light .navigation li i {
  color : #b41e4b;
}

.main-menu.menu-light .navigation .navigation-header {
  color : #b41e4b; 
}

.main-menu.menu-light .navigation li a {
  color : #757575; 
}

h4 {
  color : #b41e4b;  
}

body {
  color :  #757575; 
}

.bg-filmfetch {
  color : #FFF;
  background-color : #b41e4b; 
}

.bg-filmfetch-second {
  color : #FFF;
  background-color : #757575; 
}

.popover {
  max-width: 500px;
}

.rowselected {
  background-color: whitesmoke;
}

.iconColumn {
  width:70px;
}

.maxChar {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100px;
}

.btn-link {
  color:#000;
}

.btn-link:hover {
  color:#000;
  text-decoration: underline;
}

.buttonBar {
  float:right;
  margin-bottom: 13px;
}

.panelAddItem-Background {
  background-color: whitesmoke;
}

.panelAddItem-Align {
  margin-left: 1px;
}

.panelAddItem-Margin {
  margin-bottom: 0px;
}

.showMenu {
  margin-left: 240px !important;
}

.fiCardItem {
  margin-bottom: 0px;
  border: 1px solid rgba(0, 0, 0, .06); 
  border-width: 0px 0px 1px 0px;
}

.competenceSubItem {
  background: rgba(0, 0, 0, .06); 
}

.competenceAnswerInputItem {
  margin-top:7px;
}

.fiHeader {
  background: #b41e4b;
  color:white;
  padding-top: 13px;
  padding-bottom: 13px;
}

.fiColorText {
  color:#b41e4b !important;
  font-size: 16px;
}

.fiBars_Self {
  background-color: #999797;
}

.fiBars {
  background-color: #1f195c;
}

.fiBarsHeader {
  font-weight: 500;
}

.fiBadge {
  box-shadow: 0 0 10px #1f195c;
  background-color: #1f195c;
}

.fiColorTabs {
  border-bottom: 1px solid #b41e4b !important;
}

.fiMenuItem {
  width:15px;
}

.custom-file-control-profile:empty::after {
  content: 'Selecteer profielfoto...' !important;
}

.navbar-wrapper {
  height:56px !important;
}

html body .pace .pace-progress {
  background: #b41e4b;
}
