.i-logo {
	position: relative;
	top: -2px;
}
.grow {
	transition: all .2s ease-in-out;
}
.grow:hover {
	transform: scale(1.02);
}
.nav-tabs li {
	font-size: 0.9em;
}
hr {
	border-top: 1px solid #e3e3e3;
}
.toolbox {
	position:relative;
	z-index:200;
	left:15px !important;
}
.dropdown-menu li > a {
    cursor: pointer;
  }
  .dropdown-menu li.disabled > a {
    pointer-events: none;
    opacity: .45;
    cursor: not-allowed;
  }
.form-divider {
	font-size: 1.0em;
	font-weight: bold;
	color: #999999;
	text-align: right;
}
.folder-menu-box {
	opacity: 0.4;
	position:absolute;
	z-index:200;
	bottom:20px;
	right:20px;
}
.folder-menu-box:hover {
	opacity: 100;
}
i.error-element {
  font-size: 0.8em !important;
  float: right;
  color: #B94A48;
  opacity: 0.7 !important;
}
.upload-progress-bar {
  position: absolute;
  top: 70px;
}
@keyframes gjPulse {
  0% {
    width: 100px;
    height: 100px;
  }
  25% {
    width: 115px;
    height: 115px;
  }
  50% {
    width: 130px;
    height: 130px;
  }
  75% {
    width: 110px;
    height: 110px;
  }
  100% {
    width: 90px;
    height: 90px;
  }
}

#gj-counter-box {
  margin: auto;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0.2;
  width: 90px;
  height: 90px;
  background-color: rgb(183, 0, 0);
  border-radius: 50%;
  border: 6px solid white;
  visibility: none;
  display: none;
  animation: gjPulse 1s linear infinite;
}

#gj-counter-box:hover {
  opacity: 1;
  cursor: pointer;
}

#gj-counter-num {
  position: relative;
  text-align: center;
  margin: 0px;
  padding: 0px;
  top: 50%;
  transform: translate(0%, -50%);
  color: white;
}
.flash {
  animation: blinker 1.5s ease-in-out infinite;
}

@keyframes blinker {
  50% {
    opacity: 0.2;
  }
}
.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}
article:after {
  position: absolute;
  bottom: 0;  
  height: 100%;
  width: 100%;
  content: "";
  background: linear-gradient(to left,
     rgba(255,255,255, 1) 20%, 
     rgba(255,255,255, 0) 80%
  );
  pointer-events: none; /* so the text is still selectable */
}
fieldset {
  border: 1px solid #ddd !important;
  padding: 0.7em 0.5em 0.5em 0.5em !important;
  margin: 0 0 1em 0 !important;
  -webkit-box-shadow:  0px 0px 0px 0px #000;
  box-shadow:  0px 0px 0px 0px #000;
}
legend {
  font-size: 1em !important;
  font-weight: bold !important;
  text-align: right !important;
  color: #888888 !important;
  width:auto;
  padding:0 10px;
  border-bottom:none;
}
.has-static-label {
  display: block;
  position: relative;
}
.has-static-label label, .has-static-label > span {
  position: absolute;
  left: 0;
  top: 0;
  cursor: text;
  font-size: 80%;
  opacity: 1;
  -webkit-transition: all .2s;
          transition: all .2s;
  top: -.5em;
  left: 0.75rem;
  z-index: 3;
  line-height: 1;
  padding: 0 1px;
}
.has-static-label label::after, .has-static-label > span::after {
  content: " ";
  display: block;
  position: absolute;
  background: white;
  height: 2px;
  top: 50%;
  left: -.2em;
  right: -.2em;
  z-index: -1;
}
.label-offset label, .label-offset > span {
  left: 2.30rem !important; 
}
.has-select-label label {
  position: relative;
  left: 10px;
  cursor: text;
  font-size: 85%;
  opacity: 1;
}
.invoice-box {
  border-radius: 2px;
  position: relative;
  display: block;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
.invoice-box > .inner {
  padding: 10px;
}
.invoice-box h3 {
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 10px 0;
  white-space: nowrap;
  padding: 0;
}
.invoice-box p {
  font-size: 12px;
  position: relative;
  bottom: 10px;
}
.invoice-box p > small {
  display: block;
  color: #f9f9f9;
  font-size: 13px;
  margin-top: 5px;
}
.invoice-box h3,
.invoice-box p {
  z-index: 5;
}
.invoice-box .icon {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: absolute;
  bottom: -5px;
  right: 10px;
  z-index: 0;
  font-size: 45px;
  color: rgba(0, 0, 0, 0.15);
}
.invoice-box:hover {
  text-decoration: none;
  color: #f9f9f9;
}
.invoice-box:hover .icon {
  font-size: 50px;
}
@media (max-width: 767px) {
  .invoice-box {
    text-align: center;
  }
  .invoice-box .icon {
    display: none;
  }
  .invoice-box p {
    font-size: 12px;
  }
}

.list-box {
  display: block;
  min-height: 70px;
  background: #fff;
  width: 100%;
  box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  margin-bottom: 15px;
}
.list-box small {
  font-size: 11px;
}
.list-box-icon {
  border-top-left-radius: 2px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 2px;
  display: block;
  float: left;
  height: 70px;
  width: 70px;
  text-align: center;
  font-size: 30px;
  line-height: 70px;
  background: rgba(0, 0, 0, 0.2);
}
.list-box-icon > img {
  max-width: 100%;
}
.list-box-content {
  padding: 5px 10px;
  margin-left: 90px;
}
.list-box-bar {
  width: 100px;
  position: absolute;
  top: 30px;
  padding: 5px;
  z-index: 100;
  border-radius: 3px;
  background: rgba(72, 141, 190, 0.30);
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
}
.list-box-bar > div {
  padding: 5px;
}
.list-box-number {
  display: block;
  font-weight: bold;
  font-size: 15px;
}
.list-box-text {
  display: block;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
}
.list-box-price {
  position: absolute;
  right: 5px;
  top: 5px;
  z-index: 0;
  font-size: 11px;
  color: rgba(72, 141, 190, 0.60);
}
.list-box-amount {
  position: absolute;
  right: 5px;
  top: 15px;
  z-index: 0;
  font-size: 30px;
  color: rgba(72, 141, 190, 0.60);
}
.list-box-more {
  display: block;
}
.well-lg {
  min-height: 300px !important;
  padding: 0px;
}
.well-md {
  min-height: 100px !important;
  padding: 0px;
}
.well > .well-items {
  width: 100%;
  padding: 0 0 0 0;
  margin: 0;
  top: 100%;
}
.well-items > li {
  position: relative;
  background-color: #ffffff;
  padding: 0px 10px 5px 10px;
}
.well-items > li:hover {
  text-decoration: none;
}
.well-items > li > a {
  margin: 0;
  padding: 0px 0px 0px 0px;
}
.well-items > li > a > div > img {
  margin: auto 10px auto auto;
  width: 35px;
  height: 35px;
}
.well-items > li > a > h4 {
  padding: 0;
  margin: 0 0 0 45px;
  color: #444444;
  font-size: 15px;
  position: relative;
}
.well-items > li > a > h4 > small {
  color: #999999;
  font-size: 10px;
  position: absolute;
  top: 0;
  right: 0;
}
.well-items > li > a > p {
  margin: 0 0 0 45px;
  font-size: 12px;
  color: #888888;
}
.well-items > li > a:before,
.well-items > li > a:after {
  content: " ";
  display: table;
}
.well-items > li > a:after {
  clear: both;
}
.well-title {
  position: relative;
  z-index: 0;
  top: 10px;
  left: 10px;
}
.well-title > span {
  background: rgba(255, 255, 255, .5);
  font-weight: bold;
  font-size: 11px;
}
.well-sm > .well-title {
  position: relative;
  top: -20px;
  left: 0px;
}
.well-sm > .well-title > span {
  background: rgba(255, 255, 255, .5);
  font-weight: bold;
  font-size: 11px;
}
.iti {
  width: 100%;
}
