﻿/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

@import "datagrid.css";

.action-button {
    cursor: pointer;
}

.default-header-pnl {
    background: linear-gradient(#EDEDED, #F4F4F4);
    height: 100px;
    border: 1px solid transparent;
}

.default-footer-header1-pnl {
    background: linear-gradient(#C4ECFC, #CAEEFC);
    height: 22px;
    width: 100%;
    position: absolute !important; 
    bottom: 110px;
}

.default-footer-header2-pnl {
    background: linear-gradient(#CAEEFC, #BFEAFB);
    height: 10px;
    width: 100%;
    position: absolute !important; 
    bottom: 100px;
}

.default-footer-pnl {
    background: linear-gradient(#BDEAFB, #A8E3FA);
    height: 100px;
    width: 100%;
    position: absolute !important; 
    bottom: 0px;
}

.loading-panel-img {
    position: absolute;
    top: 32vh;
    left: 48vw;
    height: 96px;
    width: 96px;
    opacity: 0.9;
    background-image: url('../Images/General/Loading2.gif');
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 99999;
    display: none;
}

.loading-panel {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    opacity: 0.8;
    background-color: white;
    background-image: url('../Images/General/Loading2.gif');
    background-repeat: no-repeat;
    background-size: 96px 96px;
    background-position: center 40%;
    z-index: 99999;
    display: none;
}

button,
input,
select,
textarea {
    border-style: none;
    border-color: inherit;
    border-width: 2px;
    margin: 0 !important;
    padding: 1px 0px 0px 1px;
}

input[type="text"], input[type="date"], input[type="datetime-local"], input[type="password"], input[type="number"] {
    background: white !important;
}

textarea {
    background: white !important;
}

dialog, .dialog-panel {
  background: #FFF;
  width: 600px;
  text-align: center;
  margin: 2em auto;
  border: 0;
  box-shadow: 0 2px 10px rgba(0,0,0,0.8);
  padding: 0px 0px 10px 0px;
  border-radius: 5px;
}

dialog::backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.dialog-title {
  width: 100%;
  background: #A5BCE3;
  line-height: 22px;
  border-radius: 5px 5px 0px 0px;
}

.dialog-title-icon {
  position: absolute;
  left: 4px;
  top: 3px;
  height: 16px;
  width: 16px;
}

.dialog-title-text {
    font-weight: bold;
}

.dialog-icon {
  position: absolute;
  left: 10px;
  top: 33px;
  height: 48px;
  width: 48px;
}

.dialog-content {
    margin: 1em 1em 1em 5em;
}

.dialog-details {
    text-align: left;
}

.dialog-details-link, .dialog-details-link:visited, .dialog-details-link:hover, .dialog-details-link:active {
  font-size: x-small;
  color: inherit;
  margin: 1em 1em 1em 1em;
  cursor:pointer;
}

.dialog-details-text {
  margin: 3em 1em 1em 1em;
  font-size: small;
  display: none;
  height: 250px;
  overflow-y: scroll;
}

.dialog-commands {
  text-align: right;
}

.dialog-button {
  display: inline-block;
  border-radius: 5px;
  border: none;
  padding: 0.2rem 0.4em;
  background: #acc8d8;
  border-bottom: 2px solid #0266a3;
  color: white;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  margin: 0 0.25rem;
  text-align: center;
}

.dialog-frame {
    width: 650px; 
    height: 380px; 
    border: 0px;
    overflow: hidden hidden;
}

.group-panel-fixed {
    margin: 0px 0px -10px 0px;
    top: -4px;
}

.group-panel-collapsable {
    margin: 0px 0px -10px 0px;
    position: relative;
    top: -15px;
}

.group-panel-link, .group-panel-link:visited, .group-panel-link:hover, .group-panel-link:active {
    color: inherit !important;
    position: relative;
    left: 12px;
    top: -2px;
    font-size: x-small;
    background-color: white;
    padding: 0px 2px 0px 2px;
    z-index: 9999;
    cursor: pointer;
}

.group-panel-content {
    padding: 3px;
    overflow: hidden;
}

/*Login Styles*/
.login-content
{
    position: absolute;
    top: 1px;
    width: 100%; 
    height: 92%;
    padding-top: 5%;
    padding-left: 32%;
}

.login-panel
{
    background-image: url('../Images/Splash.png'); 
    background-size: 100%;
    background-repeat: no-repeat;
    width: 524px;
    height: 474px;
    position: relative;
}

.panel {
	border: 1px solid #aed0ea;
	background: #deedf7 url("themes/cupertino/images/ui-bg_highlight-soft_100_deedf7_1x100.png") 50% 50% repeat-x;
	color: #222222;
    position: absolute;
    top: 33%;
    left: 8%;
    padding: 6px 6px 6px 6px;
}

.panel-transparent {
	border: 1px solid #aed0ea;
	color: #222222;
    position: absolute;
    top: 33%;
    left: 8%;
    padding: 6px 6px 6px 6px;
}

/*Banner Styles*/
.banner {
    background-image: url('../Images/Banner/Back.jpg');
    background-size: 100%;
    background-repeat: no-repeat;
}

/*Footer Styles*/
.footer {
    height: 62px;
    position: absolute;
    bottom: 1px;
    width: 100%;
}

.td-align-right
{
    text-align: right;
}

.td-align-center
{
    text-align: center;
}

.td-align-left {
    text-align: left
}

.label-key
{
    font-weight: bold;
    color: darkred;
}

.label-required
{
    color: darkred;
}

.label-warning
{
    background-color: transparent !important;
    color: red !important;
}

.label-white
{
    color: white;
}

.label-white-title
{
    color: white;
    font-weight: bold;
}

.label-dark
{
    color: dimgrey;
}

.label-dark-title
{
    color: dimgrey;
    font-weight: bold;
} 

.group-line
{
    background-image: url("../Images/GroupLine/Body.gif"); 
    width: 100%; 
    height: 2px; 
    background-repeat: repeat-x;
    margin: 8px 0px 8px 0px !important;
    padding: 0px 0px 0px 20px !important;
    text-align: left;
}

.group-line-child
{
    position: relative;
    top: -0.5em;
}

.image-button-disabled
{
    /*opacity: .7;*/
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    filter: grayscale(100%);
}

.MainPanel {
    height:100%;
    /*width:100%;*/
    /*white-space:nowrap;*/
    font-size:14px;
}

.MainPanel input[type="text"], select{
    width:300px;
}

.ui-tabs-vertical { 
    width: 55em; 
}
  
.ui-tabs-vertical .ui-tabs-nav { 
    padding: .2em .1em .2em .2em; 
    float: left; 
    width: 12em; 
}
  
.ui-tabs-vertical .ui-tabs-nav li { 
    clear: left; 
    width: 100%; 
    border-bottom-width: 1px !important; 
    border-right-width: 0 !important; 
    margin: 0 -1px .2em 0; 
}

.ui-tabs-vertical .ui-tabs-nav li a { 
    display:block; 
}

.ui-tabs-vertical .ui-tabs-nav li.ui-tabs-active { 
    padding-bottom: 0; 
    padding-right: .1em; 
    border-right-width: 1px; 
}

.ui-tabs-vertical .ui-tabs-panel { 
    padding: 1em; 
    float: right; 
    width: 40em;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.ui-dialog-titlebar-close {
  background: url("themes/base/images/ui-icons_888888_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
  border: medium none;
}
.ui-dialog-titlebar-close:hover {
  background: url("themes/base/images/ui-icons_222222_256x240.png") repeat scroll -93px -128px rgba(0, 0, 0, 0);
}