﻿/* ==========================================================================
   App css standards
   ========================================================================== */
.itpf
{
    width: 100%;
    height: 44px;
    border-top: solid 1px gainsboro;
}

.borderTop {
    border-top: solid 1px gainsboro;
}

.contentPanel
{
    -moz-box-shadow: inset 0 8px 8px -6px #cccccc;
    -webkit-box-shadow: inset 0 8px 8px -6px #cccccc;
    box-shadow: inset 0 8px 8px -6px #cccccc;
}

.contentPanelMessage
{
    -moz-box-shadow: inset 0 8px 8px -6px #cccccc;
    -webkit-box-shadow: inset 0 8px 8px -6px #cccccc;
    box-shadow: inset 0 8px 8px -6px #cccccc;
    background-color: whitesmoke;
}

.highchartPanel {
    touch-action: none;
}

.labelITPF
{
    font-weight: bold;
    font-size: 20px;
    color: #e54436;
    font-family: Trebuchet Ms;
    padding-left: 5px;
    padding-right: 5px;
}

.labelITPFDate {
    font-size: 11px;
    color: #acacac;
}

/* Note: Width of textbox to be defined on per app basis */
.textBox {
    height: 15px;
    border: solid 1px silver;
    font-family:Verdana;
    font-size:8.25pt;
    padding-left: 1px;
    padding-right: 1px;
    -webkit-appearance: none;
}

.textBoxMultiLine
{
    border: solid 1px #DCDCDC;
    padding-top: 2px;
}

.button
{
    border: 1px solid #DCDCDC;
    background: white;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#656565', endColorstr='#4c4c4c'); /* for IE */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#656565', endColorstr='#4c4c4c'); /* for IE 8 and above */
    background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#FFFFFF));
	background: -moz-linear-gradient(top, #FFFFFF, #FFFFFF);
    background: -o-linear-gradient(top, #FFFFFF, #FFFFFF);
    text-decoration: none;
    color: #656565;
    height: 28px;
    font-size: 12px;
    font-family: Verdana;
    border-radius:4px;
}

.button:hover {
    background: #D8D7CB;
    border-color: #ccc;
    color: #656565;
}

.button:disabled {
    background-color: #D8D7CB;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D8D7CB', endColorstr='#D8D7CB'); /* for IE */
    -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D8D7CB', endColorstr='#D8D7CB'); /* for IE 8 and above */
    background: -webkit-gradient(linear, left top, left bottom, from(#D8D7CB), to(#D8D7CB));
    background: -moz-linear-gradient(top, #D8D7CB, #D8D7CB);
    background: -o-linear-gradient(top, #D8D7CB, #D8D7CB);
    border-color: #ddd;
    color: #f3f3f3;
}

.togglePanelCollapse {
    width: 35px;
    padding-left: 10px;
}

.togglePanelCollapse span
{
    display: block;
    background-image:url(images/panel-expand.png);
    cursor:pointer;
    width: 20px;
    height: 20px;
}

.togglePanelExpand {
    width: 35px;
    padding-left: 10px;
}

.togglePanelExpand span
{
    display: block;
    background-image:url(images/panel-shrink.png);
    cursor:pointer;
    width: 20px;
    height: 20px;
}

/* Used for validation errors for control style */
.error {
    border: solid 1px #cc4422;
    background-color: #ffeeee;
}

/* ==========================================================================
   jQuery UI Popup overrides
   ========================================================================== */
.ui-widget-header {
    background: #FFF none;
    color: #000;
    border-radius: 4px 4px 0 0;
    border: none;
}

.ui-dialog-titlebar {
    height: 25px;
    background: #FFF none;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    font-family: Trebuchet MS;
    overflow:hidden;
    border-radius: 4px 4px 0 0;
}

.ui-dialog {
    padding: 0;
    border-radius: 4px 4px 4px 4px;
}

.ui-widget input, .ui-widget textarea {
    font-family:Verdana;
    font-size:8.25pt;
}

.ui-widget input, .ui-widget textarea {
    font-family:Verdana;
    font-size:8.25pt;
}

.ui-dialog-titlebar-close.ui-corner-all {
    width: 45px;
    padding: 0;
}

.close-dialog {
    background-color: #FFFFFF;
    border-width: 0;
    color: #2196F3;
    font-size: 16px;
    text-decoration: underline;
    font-weight: normal;
}

.ui-dialog-titlebar-close:hover,
.ui-dialog-titlebar-close:focus {
    background-color:transparent !important;
    border:none !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: none !important;
}
.ui-widget-header .ui-icon {
    background-image: url(lib/jquery-ui/images/ui-icons_000000_256x240.png);
}