body {
	font-family: 'DM Sans', sans-serif;
	background-color: transparent;
}
.index-button {
	color: white;
	background: transparent;
}
.login-page-button {
	background: transparent;
	border-color: #ff3900;
	padding: 15px;
}
.row {
	margin-bottom: 15px;
}
.rowp {
	padding: 10px 0px;
}
/** The Magic **/
.btn-breadcrumb .btn:not(:last-child):after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 10px solid white;
  position: absolute;
  top: 50%;
  margin-top: -25px;
  left: 100%;
  z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 10px solid rgb(173, 173, 173);
  position: absolute;
  top: 50%;
  margin-top: -25px;
  margin-left: 1px;
  left: 100%;
  z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
  padding:6px 0px 6px 24px;
}
.btn-breadcrumb .btn:first-child {
  padding:6px 6px 6px 6px;
}
.btn-breadcrumb .btn:last-child {
  padding:6px 0px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
  border-left: 25px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
  border-left: 25px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
  border-left: 25px solid #ebebeb;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
  border-left: 25px solid #adadad;
}


.btn-breadcrumb .btn.btn-default.bractive:after {
  border-left: 25px solid #ff3900;
}
.btn-breadcrumb .btn.btn-default.bractive:before {
  border-left: 25px solid #ff3900;
}
.btn-breadcrumb .btn.btn-default.bractive:hover:after {
  border-left: 25px solid #ff3900;
}
.btn-breadcrumb .btn.btn-default.bractive:hover:before {
  border-left: 25px solid #ff3900;
}

.fancy-cbrd input[type="checkbox"],
.fancy-cbrd input[type="radio"] {
  display: none;
}
.fancy-cbrd input[type="checkbox"] + label {
  display: inline-block;
  width: 55px;
  height: 55px;
  margin: 0px;
  vertical-align: middle;
  background: url(../img/checkbox.png) -55px 0px no-repeat;
  cursor: pointer;
}
.fancy-cbrd input[type="checkbox"]:checked + label {
  background: url(../img/checkbox.png) 0px 0px no-repeat;
}
.fancy-cbrd input[type="radio"] + label {
  display: inline-block;
  width: 55px;
  height: 55px;
  margin: 0px;
  vertical-align: middle;
  background: url(../img/checkbox.png) -55px 0px no-repeat;
  cursor: pointer;
}
.fancy-cbrd input[type="radio"]:checked + label {
  background: url(../img/checkbox.png) 0 0px no-repeat;
}
.checkbox-center {
	width: 70px;
	padding-right: 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: box;
	display: flex;
    align-items: center;
    justify-content: center;
}
/* same height divs in row */
.equal {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: box;
  display: flex;
}

/* center image */
.img-center {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: box;
	display: flex;
    align-items: center;
    justify-content: center;
}
.img-flip {
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
}
.separator{
	border-bottom: 1px dotted #595959;
    margin: 15px 0px;
}
.text-vertical-center {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: box;
	display: flex;
    align-items: center;
}

.btn-lg {
	padding: 16px 16px;
}

.clrPhaseBgGreen {
	background: #6aa84f;
}

.clrPhaseBgLightBlue {
	background: #6fa8dc;
}

.clrPhaseBgBlue {
	background: #0b5394;
}

.clrPhaseBgYellow {
	background: #ff9900;
}

.clrPhaseGreen {
	color: #6aa84f;
}

.clrPhaseLightBlue {
	color: #6fa8dc;
}

.clrPhaseBlue {
	color: #0b5394;
}

.clrPhaseYellow {
	color: #ff9900;
}
.clrRed {
	color: #ff0000;
}
.bgclr-table-dash {
	background: #efefef;
}

.table-dash {
	border: 1px white solid;
    padding: 10px 20px;
}

.table-dash-mr {
	border: 1px white solid;
    padding: 5px 20px;
}

.row-mb {
	margin-bottom: 0px;
}

.list-dash {
    margin: 0px;
    padding: 0px 15px;
}

.table-responsive {
	border: none;
}
.table-dashboard>thead>tr>th {
	border-bottom: none;
}
/* .table-dashboard {
	background: #efefef;
} */
.table-dashboard>tbody>tr>td {
	border: 2px solid white;
}

countdown {
  margin: 10px;
}
.countdown-border {
  fill: #ff3900;
}

/*! 
 * angular-loading-bar v0.7.1
 * https://chieffancypants.github.io/angular-loading-bar
 * Copyright (c) 2015 Wes Cruver
 * License: MIT
 */

/* Make clicks pass-through */
#loading-bar,
#loading-bar-spinner {
  pointer-events: none;
  -webkit-pointer-events: none;
  //-webkit-transition: 350ms linear all;
  //-moz-transition: 350ms linear all;
  //-o-transition: 350ms linear all;
  transition: 350ms linear all;
}

#loading-bar.ng-enter,
#loading-bar.ng-leave.ng-leave-active,
#loading-bar-spinner.ng-enter,
#loading-bar-spinner.ng-leave.ng-leave-active {
  opacity: 0;
}

#loading-bar.ng-enter.ng-enter-active,
#loading-bar.ng-leave,
#loading-bar-spinner.ng-enter.ng-enter-active,
#loading-bar-spinner.ng-leave {
  opacity: 1;
}

#loading-bar .bar {
  //-webkit-transition: width 350ms;
  //-moz-transition: width 350ms;
  //-o-transition: width 350ms;
  transition: width 350ms;

  background: #FFF;
  position: fixed;
  z-index: 10002;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  border-bottom-right-radius: 1px;
  border-top-right-radius: 1px;
}

/* Fancy blur effect */
#loading-bar .peg {
  position: absolute;
  width: 70px;
  right: 0;
  top: 0;
  height: 2px;
  opacity: .45;
  //-moz-box-shadow: #29d 1px 0 6px 1px;
  //-ms-box-shadow: #29d 1px 0 6px 1px;
  //-webkit-box-shadow: #29d 1px 0 6px 1px;
  box-shadow: #29d 1px 0 6px 1px;
  //-moz-border-radius: 100%;
  //-webkit-border-radius: 100%;
  border-radius: 100%;
}

#loading-bar-spinner {
  display: block;
  position: fixed;
  z-index: 10002;
  top: 50%;
  left: 50%;
}

#loading-bar-spinner .spinner-icon {
  width: 50px;
  height: 50px;

  border:  solid 2px transparent;
  border-top-color:  #29d;
  border-left-color: #29d;
  border-radius: 10px;

  //-webkit-animation: loading-bar-spinner 400ms linear infinite;
  //-moz-animation:    loading-bar-spinner 400ms linear infinite;
  //-ms-animation:     loading-bar-spinner 400ms linear infinite;
  //-o-animation:      loading-bar-spinner 400ms linear infinite;
  animation:         loading-bar-spinner 400ms linear infinite;
}

@-webkit-keyframes loading-bar-spinner {
  0%   { -webkit-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@-moz-keyframes loading-bar-spinner {
  0%   { -moz-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
@-o-keyframes loading-bar-spinner {
  0%   { -o-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -o-transform: rotate(360deg); transform: rotate(360deg); }
}
@-ms-keyframes loading-bar-spinner {
  0%   { -ms-transform: rotate(0deg);   transform: rotate(0deg); }
  100% { -ms-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes loading-bar-spinner {
  0%   { transform: rotate(0deg);   transform: rotate(0deg); }
  100% { transform: rotate(360deg); transform: rotate(360deg); }
}

.paypal-quotecalc {
	text-align: center;
    margin: 5px 0px;
}

label.required:after, div.required:after, span.required:before { 
   content:"*";
   color:red;
   font-size: larger;
}

.dragoverUpload {
	color: #333;
    background-color: #e6e6e6;
}
