
.container {

 margin-left: 10px !important;

}
ul li {
  max-height: 350px
}
.invalid {
  border-color: red;
}

#error {
  color: red
}
.fec-web router-view {
  height: 100%;
}
.fec-web .main-menu {
  /* background-color: #38162E; lightblue cornflowerblue*/
  background-color:cornflowerblue
}
.fec-web .logo {
  height: 90px;
  width: 90px;
 
  margin-bottom: 20px;
}
/* new jan 2021 */
.fec-web .aside{
  height: 120px;
  width: 120px;
}
/* new jan 2021 */

.fec-web .menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
.fec-web .menu .menu-item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 65px;
  color: white;
  border-left: 5px solid transparent;
}
.fec-web .menu .menu-item a {
  color: white;
  text-decoration: none;
}
.fec-web .menu .menu-item.active {
  border-left: 5px solid lightskyblue;
  background-color: #272823;
}
section.fec-web {
  position: relative;
  min-height: 250px;
}
.fec-web header, 
/* .fec-web aside, */
.fec-web sidebar,
/* .fec-web article, */
.fec-web footer,footerform,
.fec-web .section-header,
.fec-web .section-footer,
.fec-web .section-content,
.fec-web .search-panel,
.fec-web .search-results,
.fec-web .data-form
 {
  padding: 10px;
}
.fec-web header,
.fec-web .section-header {
  height: 50px;
  background-color: lightblue;
}
.fec-web .section-footer {
  /* height: 40px; */
 height: 50px;

  grid-row-start: 2;
  grid-row-end: 3;

  background-color: lightblue;
  /*  rgb(59, 116, 163);
  background-color: orange; */
  
    /* position: relative; */
   /* display: flex;
  flex-flow: row; */
   /* cornflowerblue;  */
}
.fec-web sidebar {
  /* background-color: lightskyblue; */
  width: 80px;
}
.fec-web main {
  background-color: whitesmoke;
  /* background-color: mistyrose; */
}
.fec-web article {
  /* background-color: cornsilk; */
  background-color: lightblue;
}

.fec-web footer {
  background-color: lightblue;
}

.fec-web footerform {
  /* background-color: rgb(160, 207, 180); */
   background-color: lightblue;
}
.fec-web .search-panel {
  background-color: lightskyblue;
}
.fec-web .search-panel form {
  width: 800px;
}
.fec-web .search-results {
  /* background-color: lightseagreen; */
}
.fec-web .data-form {
  /* border: 1px solid black; */
  /* border-radius: 5px; */
}
.fec-web .data-form-image {
  /* margin: 20px;
  border: 1px dashed black;
  width: 300px;
  max-height:300px; */
  margin: 10px;
  border: 1px dashed black;
  width: 325px;
  max-height:263px;
}
		img.responsive-imgV {
			max-height: 263px;
			width: auto;
			/* vertical */
		}

		img.responsive-img {
			/* max-height:  auto;
			width:300px; */
			max-width: 325px;
			max-height: 263px;
			width: auto;
			height: auto;
			/* hor */
		}

		video.responsive-video {
			max-width: 100%;
			height: auto;
		}
/*
  Layout
*/
.full-height {
  height: 100%;

}
.margin-left-5 {
  margin-left: 5px;
}
.margin-left-10 {
  margin-left: 10px;
}
.margin-left-15 {
  margin-left: 15px;
}
.margin-left-20 {
  margin-left: 20px;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.height-5 { height: 5px; }
.height-10 { height: 10px; }
.height-15 { height: 15px; }
.height-20 { height: 20px; }

.width-5 { width: 5px; }
.width-10 { width: 10px; }
.width-15 { width: 15px; }
.width-20 { width: 20px; }
.width-200 { width: 200px; }

/*
  Flexbox
*/
.flex-column-1 {
  display: flex;
  flex-flow: column;
  flex: 1;
}
.flex-column-2 {
  display: flex;
  flex-flow: column;
  flex: 2;
}
.flex-column-3 {
  display: flex;
  flex-flow: column;
  flex: 3;
}
.flex-column-4 {
  display: flex;
  flex-flow: column;
  flex: 4;
}
.flex-row-none {
  display: flex;
  flex-flow: row;
  flex: none;
}
.flex-row-1 {
  display: flex;
  flex-flow: row;
  flex: 1;
}
.flex-row-2 {
  display: flex;
  flex-flow: row;
  flex: 2;
}
.flex-row-3 {
  display: flex;
  flex-flow: row;
  flex: 3;
}
.flex-row-4 {
  display: flex;
  flex-flow: row;
  flex: 4;
}
.flex-row-5 {
  display: flex;
  flex-flow: row;
  flex: 5;
}
.flex-row-6 {
  display: flex;
  flex-flow: row;
  flex: 6;
}
.flex-wrap {
  flex-wrap: wrap;
}

/*
  Tab Navigation for open files
*/
.tabs {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  padding: 0 0 0 0;
  overflow:visible;
  background: #161615;
}
.tab {
  position: relative;
  min-width:170px;
  overflow:hidden;
  margin:0 -15px 0 0;
}
.tab:hover .tab-close {
  color: black;
}
.tab-close {
  position: absolute;
  top: 10px;
  right: 30px;
  color: #fff;
  z-index: 1;
}
.tab-close-icon {
  position: absolute;
  z-index: 1;
}
.tab-close-icon-hover {
  opacity: 0;
}
.tab-close:hover .tab-close-icon:hover.tab-close-icon-hover {
  color: red;
  z-index: 2;
  opacity: 1;
}
.tab-box {
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 12px;
  font-family: inherit;
  color: black;
   height: 26px;
  background: #eee;
  border-radius: 4px 4px 0 0;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 5px 10px 0 10px;
  padding: 0 15px 0 10px;
}
.tab-box-top {
  border-radius: 0 0 4px 4px;
  border-top: none;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin:0 10px 5px 10px;
}
.tab-close:hover + .tab-box,
.tab-box:hover {
  font-family: inherit;
  color: black;
  text-decoration: none;
  background:  lightgray;
}
.tab-box:focus {
  font-family: inherit;
  color: black;
  text-decoration: none;
  outline: none;
}
.tab.tab-selected {
  /* z-index:40; */
  position:relative;
  padding-bottom:1px;
  color: Violet;
}
.tab.tab-top.tab-selected {
  padding-bottom: none;
  padding-top:1px;
}
.tab.tab-selected .tab-box {
  /* color: white; */
  color: Violet;
  background: #1E1E1E;
}
.tab.tab-selected .tab-box:hover {
  /* color: lightgray; */
  color: Violet;
}
.tab.tab-selected .tab-close  {
  /* color: white; */
  color: Violet;
}

/*
  Form Tab Navigation
*/
.form-tabs {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  padding: 0 0 0 0;
  overflow: visible;
  background: #161615;
}
.form-tab {
  position: relative;
  min-width: 110px;
  overflow: hidden;
  margin: 0 -15px 0 0;
}
.form-tab-box {
  display: flex;
  justify-content: center;
  align-items: center;

  font-size: 12px;
  font-family: inherit;
  /* color: black;  */
  /* pickup select color */
  height: 24px;
  background: #eee;

  /* background: #161615; */
  
  border-radius: 4px 4px 0 0;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 5px 10px 0 10px;
  padding: 0 15px 0 10px;
}
.form-tab-box-top {
  border-radius: 0 0 4px 4px;
  border-top: none;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 0 10px 5px 10px;
}
.form-tab-box:hover {
  font-family: inherit;
  color: black;
  text-decoration: none;
  background: lightgray;
}
.form-tab-box:focus {
  font-family: inherit;
  color: black;
  text-decoration: none;
  outline: none;
}
.form-tab.form-tab-selected {
  z-index: 40;
  position: relative;
  padding-bottom: 1px;
  color: white;
}
.form-tab.form-tab-top.form-tab-selected {
  padding-bottom: none;
  padding-top: 1px;
}
.form-tab.form-tab-selected .form-tab-box {
  color: white;
  background: #1E1E1E;
}
.form-tab.form-tab-selected .form-tab-box:hover {
  color: lightgray;
}
/* // flex table */




body {
  margin: 0;
}

.splash {
  text-align: center;
  margin: 10% 0 0 0;
  box-sizing: border-box;
}

.splash .message {
  font-size: 72px;
  line-height: 72px;
  text-shadow: rgba(0, 0, 0, 0.5) 0 0 15px;
  text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.splash .fa-spinner {
  text-align: center;
  display: inline-block;
  font-size: 72px;
  margin-top: 50px;
}

.page-host {
  position: absolute;
  left: 0;
  right: 0;
  top: 50px;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

@media print {
  .page-host {
    position: absolute;
    left: 10px;
    right: 0;
    top: 50px;
    bottom: 0;
    overflow-y: inherit;
    overflow-x: inherit;
  }
}

section {
  margin: 0 0px;
}
.navbar-nav li.loader {
  margin: 12px 24px 0 6px;
}

.pictureDetail {
  max-width: 425px;
}

/* animate page transitions */
section.au-enter-active {
  -webkit-animation: fadeInRight 1s;
  animation: fadeInRight 1s;
}

div.au-stagger {
  /* 50ms will be applied between each successive enter operation */
  -webkit-animation-delay: 50ms;
  animation-delay: 50ms;
}

.card-container.au-enter {
  opacity: 0 !important;
}

.card-container.au-enter-active {
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s;
}

.card {
  overflow: hidden;
  position: relative;
  border: 1px solid #CCC;
  border-radius: 8px;
  text-align: center;
  padding: 0;
  background-color: #337ab7;
  color: rgb(136, 172, 217);
  margin-bottom: 32px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.card .content {
  margin-top: 10px;
}

.card .content .name {
  color: white;
  text-shadow: 0 0 6px rgba(0, 0, 0, .5);
  font-size: 18px;
}

.card .header-bg {
  /* This stretches the canvas across the entire hero unit */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 70px;
  border-bottom: 1px #FFF solid;
  border-radius: 6px 6px 0 0;
}

.card .avatar {
  position: relative;
  margin-top: 15px;
  z-index: 100;
}

.card .avatar img {
  width: 100px;
  height: 100px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 2px #FFF solid;
}

/* animation definitions */
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

		.demo-section label {
			display: block;
			margin: 15px 0 5px 0;
		}

		#get {
			float: right;
			margin: 25px auto 0;
		}

		.customer-photo-sq {
			display: inline-block;
			width: 50px;
			height: 50px;
			background-size: 50px 53px;
			background-position: center center;
			vertical-align: middle;
			line-height: 50px;
			box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0, 0, 0, .2);
			margin-left: 5px;
		}

		.customer-photo-sqxx {
			display: inline-block;
			width: 44px;
			height: 44px;
			background-size: 49px 49px;
			background-position: center center;
			vertical-align: middle;
			line-height: 44px;
			box-shadow: inset 0 0 1px #999, inset 0 0 10px rgba(0, 0, 0, .2);
			margin-left: 5px;

		}

		.customer-name {
			display: inline-block;
			vertical-align: middle;
			line-height: 44px;
			padding-left: 3px;
		}

    /* ux */
    span.money {
      color: green;
      text-align: right;
      font-weight: bold;
    }

    div.money {
      text-align: right;
      color: green;
      font-weight: bold;

    }

    div.moneyred {
      text-align: right;
      color: red;
      font-weight: bold;

    }

    .duration-bg {
      background-color: #e9d4f1 !important;
    }

    .element.style {
      color: green !important;
      text-align: right;
    }

    .styles-feature {
      margin: 40px 0 20px;
      display: flex;
      flex-flow: row wrap;
      justify-content: space-between;
    }

    .styles-figure {
      background: var(--ux-swatch--grey-p300);
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      width: 320px;
      height: 320px;
      position: relative;
      margin-bottom: 20px;
    }

    .styles-figure>div.add-padding {
      padding: 8px;
    }

    .styles-figure>ux-button {
      margin: auto;
    }

    .styles-figure>code {
      padding: 16px;
      background: var(--ux-swatch--grey-p200);
    }

    .alert {
      padding: 5px !important;
      margin-bottom: 20px;
      border: 1px solid transparent;
      border-radius: 4px;
    }

    .ux-input-component {
      display: flex;
      width: 100%;
      min-height: 46px;
      max-height: 46px;
      padding: 0 6px;
      align-items: flex-start;
      box-sizing: border-box;
      position: relative;
      color: #212121;
      background-color: #E0E0E0;
      border-radius: 4px;
      color: var(--foreground, #E0E0E0);
      background-color: var(--background, #212121);
      border-radius: var(--border-radius, 4px);
      min-height: var(--min-height, 48.8px);
      max-height: var(--min-height, 48.8px);
    }

    .flex-container {
      display: flex;
      background-color: DodgerBlue;
    }

    .flex-container>div {
      background-color: #f1f1f1;
      margin: 5px;
      padding: 5px;
      font-size: 14px;
    }

    .dympanel {
      size: 'col-sm-10'
    }
    .bootstrap-select {
      width: 100px !important;
    }
    .bootstrap-select1>.dropdown-toggle {
      position: relative;
      width: 75%; 
    }
    
    .bootstrap-select2>.dropdown-toggle {
      position: relative;
      width: 135%; 
    }
    
    .bootstrap-selectFit>.dropdown-toggle {
      position: relative;
      width: 'fit'; 
    }



.ux-chip-list .ux-chip {
  /* display: inline-block; */
  cursor: pointer;
  margin-left: -1px;
}
