.icon {
    /*background-color: red;*/
    /*font-size: 90px !important;*/
    /*line-height: 90px;*/
    /*margin-top: 20px !important;*/
}

.error-message {
    color: #DD4B39;
}

.user-level {
    padding-top: 9px;
    margin-left: 10px;
    margin-right: 10px;
    position: relative;
    height: 50px;
}

.nav-top ~ .chosen-container-single .chosen-single {
    border: none !important;
    border-radius: 4px;
    background: #008046;
    /*min-width: 400px;*/
    /*color: #00e67e;*/
    color: #00ff8c;
}

.notification-container {
    padding-top: 30px !important;
}

.notification-time {
    margin-top: 10px;
    margin-bottom: 10px;
}

.notification-body {
    clear: both;
    background-color: #F9F9F9;
    padding: 20px;
    width: 100%;
}

textarea {
    width: 100%;
    height: 200px;
    font-size: 14px;
    line-height: 18px;
    border: 1px solid #dddddd;
    padding: 10px;
}

.checkbox, .radio {
    margin-top: 0 !important;
}

.small-box .icon {
    font-size: 4.5em !important;
    top: 6px !important;
}

.reg-progress {
    height: 260px;
    overflow-y: auto;
    overflow-x: hidden;
}

.scroller {
    height: 40000px;
    width: 20px;
}

.scrollbox {
    background-color: #E5E5E5;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    float: left;
    height: 100px;
    margin: 20px;
    overflow: auto;
    width: 300px;
}

.scrollbox div {
    padding: 10px;
    height: 200px;
    width: 400px;
}

/*Adding CSS for loading text on bill*/
.load-template {
    /*background-color: red;*/
    width: 600px;
    /*border: 1px solid;*/
    margin: 0 auto;
    margin-top: 200px;
    font-size: 1.5em !important;
    text-align: center;
}

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

.required label:after {
    color: #d00;
    content: "*";
    margin-left: 2px;
}

.elipsize {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

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

.caps {
    text-transform: uppercase;
}

.scroll {
    /*overflow: hidden;*/
}

.day {
    cursor: pointer !important;
}

#receipt-container {
    min-height: 70px;
}

.receipt {
    width: 18px;
    height: 18px;
    background-image: url('../img/receipt.svg');
    background-repeat: no-repeat;
    background-position: center;
}

.receipt-title {
    width: 100%;
    text-align: center;
    font-weight: bold;
    margin: 5px auto;
}

.receipt-logo {
    display: inline;
}

.receipt-header {
    margin-bottom: 10px;
    float: left;
    position: relative;
    width: 100%;
}

.left-logo, .right-logo, .centre-text {
    float: left;
    display: inline-block;
}

.left-logo, .right-logo {
    width: 13%;
}

.right-logo {
    margin-right: 0;
}

.centre-text {
    width: 73%;
}


.receipt-wrapper td {
    padding: 5px !important;
}

.receipt-body table {
    border-top: 1px black dashed;
    margin-left: auto !important;
    margin-right: auto !important;
}

.receipt-footer p {
    text-align: center;
}

.content-loading {
    width: 40px;
    font-size: 2em !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 100px;
    color: #00a65a;
    display: block;
}

#overlay {
    background-color: black;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.2; /* also -moz-opacity, etc. */
    z-index: 10;
}

.cover {
    background-color: black;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.2; /* also -moz-opacity, etc. */
    z-index: 10;
}

.no-margin {
    padding: 15px !important;
}

.receipt-wrapper {
    width: 420px !important;
    margin: 0 auto !important;
}
