.step {
    display: inline-block;
    line-height: 1;
    width: 10%;
    margin: 0px;
    padding: 0px;
}

.size-12 { font-size: 12px; }
.size-14 { font-size: 14px; }
.size-16 { font-size: 16px; }
.size-18 { font-size: 18px; }
.size-21 { font-size: 21px; }
.size-24 { font-size: 24px; }
.size-36 { font-size: 36px; }
.size-48 { font-size: 48px; }
.size-60 { font-size: 60px; }
.size-72 { font-size: 72px; }

.row-bottom-margin {
    margin-bottom: 1em;
}

.no-margin {
    margin: 0em !important;

    margin-left: 0rem !important;
}

.no-padding {
    padding: 0em !important;
}

.no-side-padding {
    padding-left: 0em !important;
    padding-right: 0em !important;
}

.header-title {
    margin-bottom: 1em;
}

.header-margin {
    margin-top: 0.5em;
}

header{
    background-image: url("../img/logo_300.png");
    background-repeat: no-repeat;
    height: 100px;
/*//width: 174px;*/
    padding: 0px;
    background-color: #fff;
    background-position: 50% 50%;
    box-shadow: none;
    background-size: contain;
}

tr.clickrow:hover{
    background-color: hsl(0,0%,90%);
    cursor: pointer;
}

.highrow {
    border-top: 1px solid;
}

.paginator {
    text-align: center;
}

.paginator ul.pagination li {
    float: none;
    display: inline-block;
}

.red{  color: red;  }
.red-background{  background: red;  }
.redlight-background{  background: rgba(240, 128, 128, 0.44);  }


.green{  color: green;  }
.greenlight{  color: lightgreen;  }
.green-background{  background: #D2E3C1;  }

.orange{  color: orange;  }
.orangered{  color: orangered;  }
.orange-background{  background: rgba(255, 165, 0, 0.11);  }

.blue{
    color: #214E6D;
}

.switch{
    margin-bottom: 0px !important;
}

table{
    width: 100%;
}

/*.orbit-container {*/
/*width: 100%;*/
/*height: 100%;*/
/*}*/

/*.orbit-slides-container {*/
/*width: 100%;*/
/*height: 100% !important;*/
/*}*/
/*.orbit-slides-container li {*/
/*width: 100%;*/
/*height: 100%;*/
/*background-size: cover;*/
/*}*/

/** Notices and Errors **/
.cake-error,
.cake-debug,
.notice,
p.error,
p.notice {
    display: block;
    clear: both;
    background-repeat: repeat-x;
    margin-bottom: 18px;
    padding: 7px 14px;
    border-radius: 3px;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
}

.cake-debug,
.notice,
p.notice {
    color: #000000;
    background: #ffcc00;
}

.cake-error,
p.error {
    color: #fff;
    background: #C3232D;
}

pre {
    background: none repeat scroll 0% 0% #FFF;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.24);
    margin: 15px 0px;
    color: rgba(0, 0 ,0 , 0.74);
    padding:5px;
}

.cake-error .cake-stack-trace {
    margin-top:10px;
}

.cake-stack-trace code {
    background: inherit;
    border:0;
}

.cake-code-dump .code-highlight {
    display: block;
    background-color: #FFC600;
}

.cake-error a,
.cake-error a:hover {
    color:#fff;
    text-decoration: underline;
}
