﻿
.form-search select {
    margin-right: 15px;
}
.form-search input[type=text] {
    margin-left: 15px;
}
.form-search input[type=radio] {
    margin-left: 5px;
}

.main {
    border-bottom: none;
}

.new-messages {
    color: #fff !important;
}

.history-label{
    display: inline-block;
}
.history-icon{
    margin-top: 5px;
}
#date-change {
    display: none;
}
.text-small {
    font-size: 12px;
}

.text-button{
    border: none; 
    background: none;
    color: #0088cc;
    text-decoration: none;
}

.text-button:hover{
    text-decoration: underline;
}

.label-none {
    padding: 1px 4px 2px;
    font-size: 10.998px;
    font-weight: bold;
    line-height: 13px;
    vertical-align: middle;
    /*white-space: nowrap;*/
}

table.stat-table {
    width: 100%;
}

td.stat-cell-6 {
    width: 16% !important;
    display: block !important;
    text-align: center;
    float: left;
    margin-bottom: 30px;
}

td.stat-cell-4 {
    width: 24% !important;
    display: block !important;
    text-align: center;
    float: left;
    margin-bottom: 30px;
}

#details input, #details select {
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}

:disabled {
    background-color: #fafafa !important;
}

#messages {
    max-height: 300px;
    overflow: auto;
}

#admin-messages {
    max-height: 300px;
    overflow: auto;
}

.compressed label {
    font-size: .85em;
    margin: 0;
}

.compressed input[type=text], .compressed select, .compressed textarea {
    font-size: .85em;
    margin: 3px 0;
}

#idletimeout {
    background: #CC5100;
    border: 3px solid #FF6500;
    color: #fff;
    font-family: arial, sans-serif;
    text-align: center;
    font-size: 12px;
    padding: 10px;
    position: relative;
    top: 0px;
    left: 0;
    right: 0;
    z-index: 100000;
    display: none;
}

    #idletimeout a {
        color: #fff;
        font-weight: bold;
    }

    #idletimeout span {
        font-weight: bold;
    }

table.table thead .sorting,
table.table thead .sorting_asc,
table.table thead .sorting_desc,
table.table thead .sorting_asc_disabled,
table.table thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
}

table.table thead .sorting {
    background: url('DataTables/images/sort_both.png') no-repeat center right;
}

table.table thead .sorting_asc {
    background: url('DataTables/images/sort_asc.png') no-repeat center right;
}

table.table thead .sorting_desc {
    background: url('DataTables/images/sort_desc.png') no-repeat center right;
}

table.table thead .sorting_asc_disabled {
    background: url('DataTables/images/sort_asc_disabled.png') no-repeat center right;
}

table.table thead .sorting_desc_disabled {
    background: url('DataTables/images/sort_desc_disabled.png') no-repeat center right;
}

/* css for timepicker */
.ui-timepicker-div .ui-widget-header {
    margin-bottom: 8px;
}

.ui-timepicker-div dl {
    text-align: left;
}

    .ui-timepicker-div dl dt {
        float: left;
        clear: left;
        padding: 0 0 0 5px;
    }

    .ui-timepicker-div dl dd {
        margin: 0 10px 10px 45%;
    }

.ui-timepicker-div td {
    font-size: 90%;
}

.ui-tpicker-grid-label {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
}

.ui-timepicker-rtl {
    direction: rtl;
}

    .ui-timepicker-rtl dl {
        text-align: right;
        padding: 0 5px 0 0;
    }

        .ui-timepicker-rtl dl dt {
            float: right;
            clear: right;
        }

        .ui-timepicker-rtl dl dd {
            margin: 0 45% 10px 10px;
        }


.mt35 {
    margin-top: 35px;
}

.plupload_filelist_footer {
    height:37px !important;
}

/*------------------------------------------------------------------

[Dashboard Stylesheet]

	Project:		Base Admin
	Version:		1.0
	Last change:	05/21/2012
	Assigned to:	Rod Howard (rh)



[Table of contents]

	1. Shortcuts
	2. Stats
	3. Task List
	4. News Item

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[1. Shortcuts / .shortcuts]
*/
.shortcuts {
    text-align: center;
}

    .shortcuts .shortcut {
        width: 22.50%;
        display: inline-block;
        padding: 12px 0;
        margin: 0 .9% 1em;
        vertical-align: top;
        text-decoration: none;
        background: #F3F3F3;
        border-radius: 5px;
    }

        .shortcuts .shortcut .shortcut-icon {
            margin-top: .25em;
            margin-bottom: .25em;
            font-size: 32px;
            color: #888;
        }

        .shortcuts .shortcut:hover {
            background: #E8E8E8;
        }

            .shortcuts .shortcut:hover .shortcut-icon {
                color: #666;
            }

    .shortcuts .shortcut-label {
        display: block;
        font-weight: 400;
        color: #666;
    }




/*------------------------------------------------------------------
[2. Stats / .stats]
*/

.stats {
    padding: 0 0 0 10px;
    margin-top: .5em;
    margin-bottom: 1.9em;
}

    .stats .stat {
        display: table-cell;
        vertical-align: top;
        text-align: center;
        font-size: 11px;
        font-weight: bold;
        color: #444;
    }

.stat-value {
    display: block;
    margin-bottom: .55em;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -2px;
    color: #444;
}

.stat-time {
    text-align: center;
    padding-top: 1.5em;
}

    .stat-time .stat-value {
        color: #0072ff;
        font-size: 40px;
    }

.stats #donut-chart {
    height: 100px;
    margin-left: -20px;
}





/*------------------------------------------------------------------
[3. News Item / .news-items]
*/

.news-items {
    margin: 1em 0 0;
}

    .news-items li {
        display: table;
        padding: 0 2em 0 1.5em;
        padding-bottom: 1em;
        margin-bottom: 1em;
        border-bottom: 1px dotted #CCC;
    }

        .news-items li:last-child {
            padding-bottom: 0;
            border: none;
        }

.news-item-date {
    display: table-cell;
}

.news-item-detail {
    display: table-cell;
}

.news-item-title {
    font-size: 13px;
    font-weight: 600;
}

.news-item-date {
    width: 75px;
    vertical-align: middle;
    text-align: right;
}

.news-item-day {
    display: block;
    margin-bottom: .25em;
    font-size: 24px;
    color: #888;
}

.news-item-preview {
    margin-bottom: 0;
    color: #777;
}

.news-item-month {
    display: block;
    padding-right: 1px;
    font-size: 12px;
    font-weight: 600;
    color: #888;
}



/*------------------------------------------------------------------
[4. Action Table / .action-table]
*/

.action-table .btn-small {
    padding: 4px 5px 5px;
    font-size: 10px;
}

.action-table .td-actions {
    width: 80px;
    text-align: center;
}

    .action-table .td-actions .btn {
        margin-right: .5em;
    }

        .action-table .td-actions .btn:last-child {
            margin-rigth: 0;
        }




.error {
    color: #CC0000;
}

/* styles for validation helpers */
.field-validation-error {
    color: #CC0000;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #CC0000;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #CC0000;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}

.chart-container {
    box-sizing: border-box;
    width: 100%;
    height: 450px;
    padding: 20px 15px 15px 15px;
    margin: 15px auto 30px auto;
    border: 1px solid #ddd;
    background: #fff;
    background: linear-gradient(#f6f6f6 0, #fff 50px);
    background: -o-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -ms-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -moz-linear-gradient(#f6f6f6 0, #fff 50px);
    background: -webkit-linear-gradient(#f6f6f6 0, #fff 50px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.15);
    -o-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -ms-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.chart-placeholder {
    float: left;
    width: 1000px !important;
    height: 450px;
    font-size: 14px;
    line-height: 1.2em;
}

.legend table {
    border-spacing: 5px;
}

#choices label {
    display: inline !important;
}

.tooltip-with-bg {
    font-size: 12px;
    font-family: verdana, sans-serif;
    background: silver none;
    border: 1px gray solid;
}

@media (max-width: 979px) {

    .shortcuts .shortcut {
        width: 31%;
    }
}


@media (max-width: 480px) {

    .stats .stat {
        margin-bottom: 3em;
    }

        .stats .stat .stat-value {
            margin-bottom: .15em;
            font-size: 20px;
        }

    .stats {
        float: left;
        display: block;
        margin-bottom: 0;
    }

    #chart-stats {
        margin: 2em 0 1em;
    }

    .shortcuts .shortcut {
        width: 48%;
    }
}

@media print {
    .profiler-results,
    .no-print {
        display: none;
    }

    .chart-placeholder {
        width: 100%;
        height: 450px;
    }

    .chart-placeholder canvas {
        max-width: 100%;
    }

    .span2.report-param {
        width: auto;
        margin-left: 0;
        display: inline;
    }

        .span2.report-param.print-wide,
        .print-wide {
            display: block;
            width: 100%;
        }

        .span2.report-param select,
        .span2.report-param input {
            border: 1px solid #fff;
            -moz-box-shadow: none;
            -webkit-box-shadow: none;
            box-shadow: none;
        }

        .span2.report-param label,
        .span2.report-param input {
            display: inline;
            width: auto;
        }

        .span2.report-param select {
            font-size: 1.5em;
            font-weight: bold;
            height: 2em;
        }
}
