/* FORMATS --------------------------------------------- */

.space-20{
    height:20px;
}
.space-30{
    height:30px;
}
.space-40{
    height:40px;
}
.space-50{
    height:50px;
}
.space-60{
    height:60px;
}
.space-70{
    height:70px;
}
.margin-t-10{
    margin-top: 10px !important;
}
.margin-t-20{
    margin-top: 20px !important;
}
.margin-t-30{
    margin-top: 30px !important;
}
.margin-r-10{
    margin-right: 10px !important;
}
.margin-r-20{
    margin-right: 20px !important;
}
.margin-r-30{
    margin-right: 30px !important;
}
.margin-b-10{
    margin-bottom: 10px !important;
}
.margin-b-20{
    margin-bottom: 20px !important;
}
.margin-b-30{
    margin-bottom: 30px !important;
}
.margin-l-10{
    margin-left: 10px !important;
}
.margin-l-15 {
  margin-left:15px !important;
}
.margin-l-20{
    margin-left: 20px !important;
}
.margin-l-30{
    margin-left: 30px !important;
}

.pad-0{
    padding: 0;
}
.padding-t-3{
    padding-top:3px !important;
}
.padding-t-6{
    padding-top:6px !important;
}
.padding-t-7{
    padding-top:7px !important;
}
.padding-t-10{
    padding-top:10px !important;
}
.padding-t-20{
    padding-top:20px !important;
}
.padding-t-30{
    padding-top:30px !important;
}
.padding-b-10{
    padding-bottom:10px !important;
}
.padding-b-20{
    padding-bottom:20px !important;
}
.padding-b-30{
    padding-bottom:30px !important;
}

.float-left {
	float:left !important;
}

.float-right {
	float:right !important;
}

.align-right {
    text-align: right !important;
}
.align-left {
    text-align: left !important
}
.align-center {
    text-align: center !important;
}
.align-justify {
    text-align: justify !important;
}

.color-grey{
    color:#aaa !important;
}
.color-white {
    color:#fff !important;
}

.alert {
	font-size:20px;
}

.invisible {
    display:none;
}
.visible {
    display:table-row;
}

.confirm {
    color:#fff !important;
}

h1.giant {
    font-size:64px !important;
    font-weight:bold !important;
}
h2.giant {
    font-size:48px !important;
}
h3.giant {
    font-size:30px;
}

.btn.giant {
    font-size:26px;
}

.btn.square {
    width:225px;
    height:225px;
    font-size:36px;
    font-weight:700;
    padding-top:86px;
}
.btn.wide {
    padding-left:40px;
    padding-right:40px;
}

label.giant {
    font-size:30px;
    padding-top:12px;
}

input.giant,
select.giant,
textarea.giant {
    font-size:30px;
}

.nomargin-top {
  margin-top:0!important;
}
.nomargin-bottom {
  margin-bottom:0!important;
}
.nopadding-top{
  padding-top:0!important;
}
.nopadding-bottom{
  padding-bottom:0!important;
}

/* HEADER ---------------------------------------------- */

.navbar-default {
	background-color: #000;
}

.navbar-brand {
	padding:14px;
}

.navbar-brand>img {
	height:100%;
}

/* SIDE MENU ------------------------------------------- */

.nav-label {
    font-weight:700;
}

/* TABLES DATATABLES ----------------------------------- */
/*
.table {
  border:1px solid #ddd;
}
*/
.table>thead>tr>th {
    font-weight: bold !important;
    background-color: #cecece;
}

.table>tfoot>tr>td {
    border-top-color:#444;
    font-weight: bold !important;
    background-color: #cecece;
}

.table.font-size-medium {
    font-size:12px;
}

.table>tbody>tr.even {
  background-color: #eaeaea;
}

.table>tbody>tr.inactive {
  color:#bbb;
}

.table>tbody>tr.activity-ext-info>td {
  border-top:0;
}

.table>tbody>tr.selected>td {
  background-color: rgba(88, 98, 247, 0.1);
}

.table>tbody>tr:hover {
  background-color: #e0e0e0;
}

.form-control {
  background-color:#fff;
}
/* BIG NUMBERS IN TABLE -------------------------------- */

.panel-heading h2.panel-title {
	font-size:2em;
}

.panel-heading h3.panel-title {
	font-size:1.5em;
	margin-bottom:6px;
}

.panel-heading h3.panel-title {
	font-size:1.2em;
}

.card-table th {
	text-align:center;
}

.card-table td {
	text-align:center;
	font-size:5em;
}

.card-table td:first-child {
	font-weight:bold !important;
}

.featured td:first-child {
	color:#094A9E;
}

.card-orders th:nth-last-child(2),
.card-orders td:nth-last-child(2) {
	color:red;
}

@media screen and (max-width: 480px) {
	.card-table td {
		font-size:3em;
	}
}

/* NUMERIC PANELS WITH TOGGLE -------------------------- */

.col-action-toggle,
.col-action-toggle:hover,
.col-action-toggle:active {
	color:#333;
}

.col-action-toggle {
	margin-right:10px;
}
.col-collapsed {
	display:none; 
}

/* PACE LOADING UTILITY -------------------------------- */

.pace {
  -webkit-pointer-events: none;
  pointer-events: none;

  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;

  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;

  z-index: 2000;
  position: fixed;
  margin: auto;
  top: 12px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 200px;
  height: 50px;
  overflow: hidden;
}

.pace .pace-progress {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;

  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;

  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  display: block;
  position: absolute;
  right: 100%;
  margin-right: -7px;
  width: 93%;
  top: 7px;
  height: 14px;
  font-size: 12px;
  background: #29d;
  color: #29d;
  line-height: 60px;
  font-weight: bold;
  font-family: Helvetica, Arial, "Lucida Grande", sans-serif;

  -webkit-box-shadow: 120px 0 #fff, 240px 0 #fff;
  -ms-box-shadow: 120px 0 #fff, 240px 0 #fff;
  box-shadow: 120px 0 #fff, 240px 0 #fff;
}

.pace .pace-progress:after {
  content: attr(data-progress-text);
  display: inline-block;
  position: fixed;
  width: 45px;
  text-align: right;
  right: 0;
  padding-right: 16px;
  top: 4px;
}

.pace .pace-progress[data-progress-text="0%"]:after { right: -200px }
.pace .pace-progress[data-progress-text="1%"]:after { right: -198.14px }
.pace .pace-progress[data-progress-text="2%"]:after { right: -196.28px }
.pace .pace-progress[data-progress-text="3%"]:after { right: -194.42px }
.pace .pace-progress[data-progress-text="4%"]:after { right: -192.56px }
.pace .pace-progress[data-progress-text="5%"]:after { right: -190.7px }
.pace .pace-progress[data-progress-text="6%"]:after { right: -188.84px }
.pace .pace-progress[data-progress-text="7%"]:after { right: -186.98px }
.pace .pace-progress[data-progress-text="8%"]:after { right: -185.12px }
.pace .pace-progress[data-progress-text="9%"]:after { right: -183.26px }
.pace .pace-progress[data-progress-text="10%"]:after { right: -181.4px }
.pace .pace-progress[data-progress-text="11%"]:after { right: -179.54px }
.pace .pace-progress[data-progress-text="12%"]:after { right: -177.68px }
.pace .pace-progress[data-progress-text="13%"]:after { right: -175.82px }
.pace .pace-progress[data-progress-text="14%"]:after { right: -173.96px }
.pace .pace-progress[data-progress-text="15%"]:after { right: -172.1px }
.pace .pace-progress[data-progress-text="16%"]:after { right: -170.24px }
.pace .pace-progress[data-progress-text="17%"]:after { right: -168.38px }
.pace .pace-progress[data-progress-text="18%"]:after { right: -166.52px }
.pace .pace-progress[data-progress-text="19%"]:after { right: -164.66px }
.pace .pace-progress[data-progress-text="20%"]:after { right: -162.8px }
.pace .pace-progress[data-progress-text="21%"]:after { right: -160.94px }
.pace .pace-progress[data-progress-text="22%"]:after { right: -159.08px }
.pace .pace-progress[data-progress-text="23%"]:after { right: -157.22px }
.pace .pace-progress[data-progress-text="24%"]:after { right: -155.36px }
.pace .pace-progress[data-progress-text="25%"]:after { right: -153.5px }
.pace .pace-progress[data-progress-text="26%"]:after { right: -151.64px }
.pace .pace-progress[data-progress-text="27%"]:after { right: -149.78px }
.pace .pace-progress[data-progress-text="28%"]:after { right: -147.92px }
.pace .pace-progress[data-progress-text="29%"]:after { right: -146.06px }
.pace .pace-progress[data-progress-text="30%"]:after { right: -144.2px }
.pace .pace-progress[data-progress-text="31%"]:after { right: -142.34px }
.pace .pace-progress[data-progress-text="32%"]:after { right: -140.48px }
.pace .pace-progress[data-progress-text="33%"]:after { right: -138.62px }
.pace .pace-progress[data-progress-text="34%"]:after { right: -136.76px }
.pace .pace-progress[data-progress-text="35%"]:after { right: -134.9px }
.pace .pace-progress[data-progress-text="36%"]:after { right: -133.04px }
.pace .pace-progress[data-progress-text="37%"]:after { right: -131.18px }
.pace .pace-progress[data-progress-text="38%"]:after { right: -129.32px }
.pace .pace-progress[data-progress-text="39%"]:after { right: -127.46px }
.pace .pace-progress[data-progress-text="40%"]:after { right: -125.6px }
.pace .pace-progress[data-progress-text="41%"]:after { right: -123.74px }
.pace .pace-progress[data-progress-text="42%"]:after { right: -121.88px }
.pace .pace-progress[data-progress-text="43%"]:after { right: -120.02px }
.pace .pace-progress[data-progress-text="44%"]:after { right: -118.16px }
.pace .pace-progress[data-progress-text="45%"]:after { right: -116.3px }
.pace .pace-progress[data-progress-text="46%"]:after { right: -114.44px }
.pace .pace-progress[data-progress-text="47%"]:after { right: -112.58px }
.pace .pace-progress[data-progress-text="48%"]:after { right: -110.72px }
.pace .pace-progress[data-progress-text="49%"]:after { right: -108.86px }
.pace .pace-progress[data-progress-text="50%"]:after { right: -107px }
.pace .pace-progress[data-progress-text="51%"]:after { right: -105.14px }
.pace .pace-progress[data-progress-text="52%"]:after { right: -103.28px }
.pace .pace-progress[data-progress-text="53%"]:after { right: -101.42px }
.pace .pace-progress[data-progress-text="54%"]:after { right: -99.56px }
.pace .pace-progress[data-progress-text="55%"]:after { right: -97.7px }
.pace .pace-progress[data-progress-text="56%"]:after { right: -95.84px }
.pace .pace-progress[data-progress-text="57%"]:after { right: -93.98px }
.pace .pace-progress[data-progress-text="58%"]:after { right: -92.12px }
.pace .pace-progress[data-progress-text="59%"]:after { right: -90.26px }
.pace .pace-progress[data-progress-text="60%"]:after { right: -88.4px }
.pace .pace-progress[data-progress-text="61%"]:after { right: -86.53999999999999px }
.pace .pace-progress[data-progress-text="62%"]:after { right: -84.68px }
.pace .pace-progress[data-progress-text="63%"]:after { right: -82.82px }
.pace .pace-progress[data-progress-text="64%"]:after { right: -80.96000000000001px }
.pace .pace-progress[data-progress-text="65%"]:after { right: -79.1px }
.pace .pace-progress[data-progress-text="66%"]:after { right: -77.24px }
.pace .pace-progress[data-progress-text="67%"]:after { right: -75.38px }
.pace .pace-progress[data-progress-text="68%"]:after { right: -73.52px }
.pace .pace-progress[data-progress-text="69%"]:after { right: -71.66px }
.pace .pace-progress[data-progress-text="70%"]:after { right: -69.8px }
.pace .pace-progress[data-progress-text="71%"]:after { right: -67.94px }
.pace .pace-progress[data-progress-text="72%"]:after { right: -66.08px }
.pace .pace-progress[data-progress-text="73%"]:after { right: -64.22px }
.pace .pace-progress[data-progress-text="74%"]:after { right: -62.36px }
.pace .pace-progress[data-progress-text="75%"]:after { right: -60.5px }
.pace .pace-progress[data-progress-text="76%"]:after { right: -58.64px }
.pace .pace-progress[data-progress-text="77%"]:after { right: -56.78px }
.pace .pace-progress[data-progress-text="78%"]:after { right: -54.92px }
.pace .pace-progress[data-progress-text="79%"]:after { right: -53.06px }
.pace .pace-progress[data-progress-text="80%"]:after { right: -51.2px }
.pace .pace-progress[data-progress-text="81%"]:after { right: -49.34px }
.pace .pace-progress[data-progress-text="82%"]:after { right: -47.480000000000004px }
.pace .pace-progress[data-progress-text="83%"]:after { right: -45.62px }
.pace .pace-progress[data-progress-text="84%"]:after { right: -43.76px }
.pace .pace-progress[data-progress-text="85%"]:after { right: -41.9px }
.pace .pace-progress[data-progress-text="86%"]:after { right: -40.04px }
.pace .pace-progress[data-progress-text="87%"]:after { right: -38.18px }
.pace .pace-progress[data-progress-text="88%"]:after { right: -36.32px }
.pace .pace-progress[data-progress-text="89%"]:after { right: -34.46px }
.pace .pace-progress[data-progress-text="90%"]:after { right: -32.6px }
.pace .pace-progress[data-progress-text="91%"]:after { right: -30.740000000000002px }
.pace .pace-progress[data-progress-text="92%"]:after { right: -28.880000000000003px }
.pace .pace-progress[data-progress-text="93%"]:after { right: -27.02px }
.pace .pace-progress[data-progress-text="94%"]:after { right: -25.16px }
.pace .pace-progress[data-progress-text="95%"]:after { right: -23.3px }
.pace .pace-progress[data-progress-text="96%"]:after { right: -21.439999999999998px }
.pace .pace-progress[data-progress-text="97%"]:after { right: -19.58px }
.pace .pace-progress[data-progress-text="98%"]:after { right: -17.72px }
.pace .pace-progress[data-progress-text="99%"]:after { right: -15.86px }
.pace .pace-progress[data-progress-text="100%"]:after { right: -14px }


.pace .pace-activity {
  position: absolute;
  width: 100%;
  height: 28px;
  z-index: 2001;
  box-shadow: inset 0 0 0 2px #29d, inset 0 0 0 7px #FFF;
  border-radius: 10px;
}

.pace.pace-inactive {
  display: none;
}

/* CARDS ----------------------------------------------- */

.card {
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e4e6eb;
    border-radius: .25rem;
    padding-top:1em;
}

.koolphp-card {
    border: solid 1px #ddd;
    padding-bottom: 15px;
    border-radius:1rem;
    -moz-border-radius:1rem;
    -webkit-border-radius:1rem;
}

.koolphp-card .card-value {
    font-size: 2.4em !important;
    margin:0.5em;
    text-align: center;
    font-weight: 700;    
}

.koolphp-card .card-title {
    font-size:1.4em;
/*    font-weight:bold; */
    text-align:center !important;    
}

.koolphp-card .card-subvalue {
    font-size:1.3em !important;
    text-align: center;
}

.bg-danger, .bg-info, .bg-inverse, .bg-primary, .bg-success, .bg-warning {
    color: #fff;
}


.card.bg-success {
    border-color: #a3e23d;
}
.card.bg-info {
    border-color: #2dabe9;
}
.card.bg-warning {
    border-color: #f1a306;
}
.card.bg-danger {
    border-color: #ff1414;
}
.card.bg-blue {
    border-color:#094a9e;
}
.card.bg-green {
    border-color:#109618;
}

.bg-success {
  background-color:#a3e23d;
}
.bg-info {
  background-color: #2dabe9;
}
.bg-warning {
  background-color:#f1a306;
}
.bg-danger {
  background-color:#ff1414;
}
.bg-blue {
  background-color: #094a9e;
}
.bg-green {
    background-color:#109618;
}



.text-white {
  color: #fff!important;
}
.text-info {
  color:#2dabe9!important;
}
.text-success {
  color:#a3e23d!important;
}
.text-warning{
  color:#f1a306!important;
}
.text-danger{
  color:#ff1414!important;
}
.text-blue {
  color:#094a9e!important;
}
.text-green {
  color:#109618!important;
}
.text-seur{
  color:#e95c27!important;
}


/* OTHER STUFF ----------------------------------------- */

#loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(192, 192, 192, 0.5);
  background-image: url("https://i.stack.imgur.com/MnyxU.gif");
  background-repeat: no-repeat;
  background-position: center;
}


.form-group > label,
.post-input {
  font-size: 22px;
  display: inline-block;
  margin-top: 10px;
}

.post-input {
  margin-left:6px;
}

@media screen and (max-width: 480px) {
  .form-group .align-left,
  .form-group .align-right {
    text-align:center !important;
  }
}

.location-desc {
  font-size:1.6em;
  font-weight:400;  
}
.location-type {
  font-size:2em;
  font-weight:600;
}

.location-abc {
  margin-top:.8em;
}

.rca-table {
  font-size:0.75em;
}
.rca-table > tbody > tr:nth-of-type(odd) {
  background-color: #ebebebe0;
}
.rca-table > tbody > tr:hover {
  background-color: #f5f5f5;
}
.rca-table th {
	font-weight: bold !important;
  text-align: center !important;
}

/* ICONS ----------------------------------------------- */

.fa-export-226ers {
    font-size:1.3em !important;
}

a.export>i {
  color:#888;
}

tr.inactive>td>a.export>i {
  color:#bbb;
}