
.hide{
  display: none;
}
.show{
  display: inline-flex;
}
#spinner{
  float: right;
}
.bx-form{
  margin-bottom:15px;
}
.overdue{
  cursor: pointer;
}

.top-bar-style {
	background-color: #FFFFFF !important; 
	border-bottom: 1px solid #d2d6de !important;
}

.style-tools {
	margin-top: 10px;
	margin-right: 15px;
	margin-bottom: 0;
}

.tools-left {
	float: left !important;
	margin-left: 15px !important;
}

.full-screen{
  margin: 0 !important;
  overflow-y: auto;
  z-index: 100000;
  position: fixed;
  background-color: #FFFFFF;
  width: 100% !important;
  height: 100% !important;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

@media ( max-width: 767px ) {
	.top-bar-h {
		margin-top: 50px !important;
	}
	.skin-blue .main-header .navbar .dropdown-menu li a:hover {
		background-color: #e1e3e9;
	}
}

@media ( max-width: 992px ) {
	.main-header .navbar-custom-menu a {
		background:inherit;
	}
}

.skin-blue .main-header .navbar .dropdown-menu li a {
	color: #777 !important;
}


.title-top-bar {
	display: inline-block;
}

.title-top-bar h3 {
	margin:15px; 
	margin-left: 20px; 
	color: #4c4c4c;
}



@media ( max-width: 992px ) {
	.table-responsive {
		overflow-x: auto;
	}
}

@media ( min-width: 1200px ) {
	.table-responsive {
		overflow-x: inherit;
	}
}

.st-invoice {
	box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);     
	border: 1px solid #DDDDDD;
}


/*ribbon*/
/*BLUE*/
.ribbon-blue {
  position: absolute;
  left: 10px; top: 25px;
  z-index: 1;
  overflow: hidden;
  width: 150px; height: 150px;
  text-align: right;
}
.ribbon-blue span {
  font-family: serif,cursive,arial;
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 22px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 130px;
  display: block;
  background: #5BC0DE;
  /*background: linear-gradient(#9BC90D 0%, #79A70A 100%);*/
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 28px; left: -26px;
}
.ribbon-blue span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #5BC0DE;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #5BC0DE;
}
.ribbon-blue span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #5BC0DE;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #5BC0DE;
}
/*GREEN*/
.ribbon-green {
  position: absolute;
  left: 10px; top: 25px;
  z-index: 1;
  overflow: hidden;
  width: 150px; height: 150px;
  text-align: right;
}
.ribbon-green span {
  font-family: serif,cursive,arial;
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 22px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 130px;
  display: block;
  background: #5CB85C;
  /*background: linear-gradient(#9BC90D 0%, #79A70A 100%);*/
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 28px; left: -26px;
}
.ribbon-green span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #5CB85C;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #5CB85C;
}
.ribbon-green span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #5CB85C;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #5CB85C;
}

/*ORANGE*/
.ribbon-orange {
  position: absolute;
  left: 10px; top: 25px;
  z-index: 1;
  overflow: hidden;
  width: 150px; height: 150px;
  text-align: right;
}
.ribbon-orange span {
  font-family: serif,cursive,arial;
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 22px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 130px;
  display: block;
  background: #F0AD4E;
  /*background: linear-gradient(#9BC90D 0%, #79A70A 100%);*/
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 28px; left: -26px;
}
.ribbon-orange span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #F0AD4E;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #F0AD4E;
}
.ribbon-orange span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #F0AD4E;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #F0AD4E;
}
/*GRAY*/
.ribbon-gray {
  position: absolute;
  left: 10px; top: 25px;
  z-index: 1;
  overflow: hidden;
  width: 150px; height: 150px;
  text-align: right;
}
.ribbon-gray span {
  font-family: serif,cursive,arial;
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 22px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 130px;
  display: block;
  background: #999999;
  /*background: linear-gradient(#9BC90D 0%, #79A70A 100%);*/
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 28px; left: -26px;
}
.ribbon-gray span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #999999;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #999999;
}
.ribbon-gray span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #999999;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #999999;
}

/*RED*/
.ribbon-red {
  position: absolute;
  left: 10px; top: 25px;
  z-index: 1;
  overflow: hidden;
  width: 150px; height: 150px;
  text-align: right;
}
.ribbon-red span {
  font-family: serif,cursive,arial;
  font-size: 11px;
  font-weight: bold;
  color: #FFF;
  text-transform: uppercase;
  text-align: center;
  line-height: 22px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  width: 130px;
  display: block;
  background: #DD4B39;
  /*background: linear-gradient(#9BC90D 0%, #79A70A 100%);*/
  box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
  position: absolute;
  top: 28px; left: -26px;
}
.ribbon-red span::before {
  content: "";
  position: absolute; left: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid #DD4B39;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #DD4B39;
}
.ribbon-red span::after {
  content: "";
  position: absolute; right: 0px; top: 100%;
  z-index: -1;
  border-left: 3px solid transparent;
  border-right: 3px solid #DD4B39;
  border-bottom: 3px solid transparent;
  border-top: 3px solid #DD4B39;
}


.fa-2x {
  font-size: 2em !important;
}

.fa-3x {
  font-size: 3em !important;
}

.fa-4x {
  font-size: 4em !important;
}

.fa-5x {
  font-size: 5em !important;
}

.select2-container.select2-container-disabled .select2-choice {
    background-color: #ddd;
    border-color: #a8a8a8;
}

