.header-dashboard {
    float: right;
    text-align: right;
}

.navbar-brand img {
    margin-top: -10px;
}

.left {
    float: left;
}

img.left {
    margin: 0 12px 12px 0;
}

.right {
    float: right;
}

img.right {
    margin: 0 0 12px 12px;
}

.clear {
    clear: both;
}

.l-align {
    text-align: left;
}

.c-align {
    text-align: center;
}

.r-align {
    text-align: right;
}

.j-align {
    text-align: justify;
}

.page-heading {
    margin-top: 0px;
}

.hover:hover {
    cursor: pointer;
}

.m0p {
    margin: 0px;
}

.m10p {
    margin: 10px;
}

.m20p {
    margin: 20px;
}

.m30p {
    margin: 30px;
}

.w25p {
    width: 25%;
}

.w50p {
    width: 50%;
}

.w75p {
    width: 75%;
}

.w400p {
    width: 100%;
}

.white {
    color: #ffffff !important;
}

.black {
    color: #000000 !important;
}

.dark-grey {
    color: #3d3d3d !important;
}

.green {
    color: #3a993a !important;
}

.dropsearch-results {
    display: none;
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    position: absolute;
    top: calc(100% - 15px);
    left: 15px;
    z-index: 10;
    background: #fafafa;
    width: calc(100% - 30px);
}

.dropsearch-results ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.dropsearch-results ul li {
    list-style: none;
    margin: 0;
    padding: 10px;
    width: 100%;
    cursor: pointer;
}

.dropsearch-results ul li:nth-of-type(even) {
    background: #ebf6ff;
}

.dropsearch-results ul li.selected {
    background: #c8c8c8;
}

.serial_number_container {
    display: none;
}

.splash-bg {
    background: url('../images/splash-bg.png') center top repeat-x;
}

.splash-bg .viewport {
    position: relative;
    min-width: 200px;
    margin: auto;
}

.splash-bg .viewport .login-form {
    width: 350px;
    height: 336px;
    margin: auto;
    background: url('../images/splash-login-bg.png') center top no-repeat;
    z-index: 10;
    padding: 120px 30px 30px;
}

.dashboard-module {
    padding: 10px;
    color: #f8f8f8;
}

.dashboard-module .amount {
    font-family: "Arial,sans-serif";
    font-size: 25px;
    font-weight: 400;
}

.dashboard-module.daily-sales {
    background-color: #39DBAC;
}

.dashboard-module.monthly-sales {
    background-color: #F2A151;
}

.dashboard-module.script-counts {
    background-color: #0D8FDB;
}

#dashboard-chart {
    width: 100%;
    height: 500px;
    margin: 40px auto 20px;
}

tr.dropdown {
    display: none;
}

tr.dropdown > td {
    padding: 10px 50px !important;
}

.glyphicon.checkbox {
    display: inline;
}

td.project_note {
    padding-left: 50px !important;
}

.info_value {
    color: #666;
    font-weight: normal !important;
    display: block;
}

.info_value.notes {
    padding: 0 20px;
}

.add_files_form {
    display: none;
}

.file_type {
    font-weight: bold;
}

h2.panel-title {
    font-size: 24px;
    line-height: 34px;
}

.panel-heading .right input {
    display: inline;
    width: auto;
}

.panel-heading .right input[type='text'] {
    padding-top: 1px;
    margin: 0 10px 0 0;
}

.with-dropdowns > tbody > tr {
    cursor: pointer;
}

.with-dropdowns tr.dropdown {
    cursor: default;
}