﻿.introPanel
{
}

.infoPanel
{
  padding: 20px;
  text-align: center;
  font-weight: bold;
  
  background-color: #FFFFEE;     
  border: solid 1px Green;
  color: Green;    
}
 
.warningPanel
{
  padding: 3px;     
  color: Red;
}

.infoPanel.warningPanel {
    padding: 10px;
    font-weight: normal;

    border: solid 1px Red;
}

.error,
.alert
{
  color: Red;
}

.disabled,
.Disabled 
{
    color:Gray;
    text-decoration: none;
}

.noseatstaken
{
  color: Blue;
}

.highlightText
{
  color: Purple !important;  
  font-weight: bold;  
}

.highlightText INPUT
{
  color : Purple !important;        
}

.unicode-symbols-highlighted {
    font-weight: bold;
    font-size: 120%;
    line-height: 70%;
    color: Purple;
}

@media all and (min-width:769px) {
    .mega-menu-content ul li a.help-prompt-highlight,
    .mega-menu-content ul li a.help-prompt-highlight:visited,
    .mega-menu-content ul li a.help-prompt-highlight:hover,
    .help-prompt-highlight,
    .help-prompt {
        color: #85ce2f !important;
    }

    div.mega-menu-content .help-prompt a,
    .mega-menu-content .help-prompt a:visited {
        color: #1a80ba !important;
    }

    div.mega-menu-content .help-prompt a:hover {
        color: #85ce2f !important;
    }

    .help-prompt {
        font-size: 115%;
    }

    div.mega-menu-content .help-prompt a.got-it-link,
    .page-help-prompt.help-prompt a.got-it-link {
        font-size: 75%;
        display: inline-block;
        margin-left: 10px;
        white-space: nowrap;

        padding: 2px 4px;
        border: solid 1px rgba(0, 0, 0, .15);
        border-radius: 4px;
        box-shadow: 0 2px 4px rgba(0, 0, 0, .175);

        color: #555 !important;
    }

    .menu-help-prompt,
    .page-help-prompt {
        margin-top: 1em;
    }

    .menu-help-prompt {
        margin-left: 1em;
        margin-right: 1em;
    }
}

@media all and (max-width:768px) {
    .help-prompt,
    .help-prompt-asterisk {
        display: none;
    }
}

.areYouSureQuestion,
.afterDeleteMessage,
.afterChangeMessage
{
    margin: 10px;
    font-size: 120%;
    color: #6a6c6f;
    font-weight: bold;
}

/* 
  Ajax extensions 
*/

.updateProgress
{
/*  font-size: 12px;*/
  
  background-color: #FFFFEE;
  border: solid Gray;
  border-width: 1px;
  -moz-border-top-colors: Gray #ffffff Gray;
  -moz-border-right-colors: Gray #ffffff Gray;
  -moz-border-bottom-colors: Gray #ffffff Gray;
  -moz-border-left-colors: Gray #ffffff Gray;
}

.updateProgress
{
	border:solid 1px #507AB2;
    border-radius: 5px;
	background-color: white;
	color: #4B77B8;
	white-space: nowrap;
	text-align: center;
	font-size: 90%;

    padding: 10px;
}

.updateProgressMain
{
  position: fixed;
  z-index: 999999 !important;

  top: 8px;
  left: 50%;
  margin-left: -47px;
}

.updateProgress IMG
{
  vertical-align: middle !important;
  border: 0;
}

/*
  End Ajax styles
*/


/*************************************** MESSAGE LIST *******************************************/

.mainMessages
{
    font-size:120%;    
}

.msgBody
{
  margin-top: 7px;
  margin-bottom: 7px;    
  margin-left: 0px;
  margin-right: 0px;
  border: 1px solid #514333;
  background-color: white;
  width: 95%;
}

.msgText
{
  font-size: 80%;
  font-weight: bold;
  color: #293451;
}

.jsRequiredPanel
{
    background-color: #FFFFCC;
    color:Red;
    font-weight: bold;
    text-align: center;
    padding: 30px;  
    margin: 1em;
    
    border: solid 2px red;  
}

TABLE.message TR TD
{
  background-color: #FFFFEE !important;   
}

/*************************************** Toastr custom styles ***************************************/
#toast-container {
    font-size: 110%;
}

#toast-container > div {
    width: 100% !important;
    max-width: 600px;
}

#toast-container {
    position: fixed;
}

@media all and (min-width:620px) {
    #toast-container {
        left: 50%;
        right: auto;
        margin-left: -300px;
        width: 100%;
        max-width: 600px;
    }
}

#toast-container.toast-bottom-center > div, #toast-container.toast-top-center > div {
    margin: 10px auto 0;
}

#toast-container > .toast-info,
#toast-container > .toast-error,
#toast-container > .toast-warning,
#toast-container > .toast-success{
    background-image: none;
}

#toast-container > div {
    background: #fff;
    padding: 20px;
    color: #6a6c6f;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
    opacity: 1;
}


#toast-container > div:hover {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.2);
}

.toast-close-button {
    color: #000;
    opacity: 0.2;
}

.toast-info {
    background: #fff;
    border-left: 6px solid #3498db;

    /*background-color: #f5e4e6; 
    border: 6px solid #3498db;*/
}
.toast-success {
    background: #fff;
    border-left: 6px solid #62cb31;

    /*background-color: #f5e4e6; 
    border: 6px solid #62cb31;*/
}
.toast-warning {
    background: #fff;
    border-left: 6px solid #ffb606;

    /*background-color: #f5e4e6; 
    border: 6px solid #ffb606;*/
}
.toast-error {
    background: #fff;
    border-left: 6px solid #e74c3c;

    /*background-color: #f5e4e6; 
    border: 6px solid #e74c3c;*/
}

.toast-progress {
    opacity: 0.6;
}

.toast-info .toast-progress {
    background-color: #3498db;
}
.toast-success .toast-progress {
    background-color: #62cb31;
}
.toast-warning .toast-progress {
    background-color: #ffb606;
}
.toast-error .toast-progress {
    background-color: #e74c3c;
}

.msg-panels-container .hpanel.hgreen .panel-body {
  border: 2px solid #62cb31;
}
.msg-panels-container .hpanel.horange .panel-body {
  border: 2px solid #e67e22;
}
.msg-panels-container .hpanel.hred .panel-body {
  border: 2px solid #e74c3c;
  background-color: #f5e4e6;
}

.msg-panels-container .panel-body .panel-tools {
    position: absolute;
    top: 5px;
    right: 9px;
}

/* end Toastr custom styles*/

.main-messages-fixed .mainMessages {
    position:fixed;
    top: 120px;
    left: 50%;
    z-index: 9999;
}

.mainMessages,
.mainMessages .innerMessage tr td {
    border-radius: 5px;
}

