﻿@charset "UTF-8";
/*!
 * Tab drop for Bootstrap
 *
 * Copyright 2012 Stefan Petre
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 */


body {
    font-size: 13px;
}

.nav-tabs,
.nav-pills {
    position: relative;
}

/*Other Styles*/
.well, .active-border {
    box-shadow: 0 0 10px lightblue;
}

#panelGrp .highlight {
   /* background: #0078C1;*/
    transition: background 2s ease;
    font-weight: bold; /*Bold selected panel*/
}

.nav-tabs > li > a:hover {
    color: rgb(255, 0, 0);
    cursor: pointer;
    background-color: rgba(0, 169, 255, 0.30);
    border-bottom-color: transparent;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
    color: rgb(255, 0, 0);
    cursor: default;
    background-color: rgb(220, 244, 248);
    border-bottom-color: transparent;
}

.nav-tabs > li.HidePage {
    display: none;
}

.right-inner-addon {
    position: relative;
}

    .right-inner-addon input {
        padding-right: 30px;
    }

    .right-inner-addon > span {
        position: absolute;
        right: 25px;  /*Changed margin and padding for multi code icon - mjain51*/
        padding: 8px 5px;
        cursor: pointer;
    }

        .right-inner-addon > span > span {
            position: relative;
            cursor: pointer;
        }

.progress-bar.animate {
    width: 100%;
}

.HidePage {
    display: none;
}

.HideCtrl {
    display: none;
}

label.not-required {
    font: message-box;
    font-size: 13px;
}

.required {
    font-weight: bold;
   /*text-decoration: underline;*/
}

.success {
    /*border-color: green;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 0 10px green;*/
}

.error {
    border-color: red;
    border-style: solid;
    border-width: 1px;
}

textarea {
    resize: vertical;
}

label.rightMargin {
    margin-right:1px;
	padding-left: 15px;
}

.popover {
    background: #000;
    box-shadow: 10px 10px 5px #888888;
}

    .popover > .popover-content {
        color: #fff;
        font-family: Calibri;
        padding: 4px 10px;
    }

    .popover.bottom .arrow:after {
        border-bottom-color: #000;
    }

.pop {
    padding-left: 2em;
    text-indent: -2em;
    line-height: 20px;
}

noscript {
    border-width: 1px;
    color: red;
    box-shadow: 0 0 10px red;
    line-height: 100px;
}

.modal.modal-wide .modal-dialog {
    width: 100%;
}

.modal.modal-wide .modal-body {
    overflow-y: auto;
}

.form-horizontal .control-label {
  /* text-align:right; */
    text-align: left;
}

.img-logo {
    width: 165px;
    height: 100px;
    display: block;
}

.panel-group .panel {
    overflow: visible;
}

.test { /*these are example classes for class attribute in xml*/
    font-style: italic;
    font-family: 'Comic Sans MS';
    font-weight: 900;
    text-align: center;
    font-size: larger;
}

.blue { /*these are example classes for class attribute in xml*/
    font-family: 'Comic Sans MS';
}

/* Show validation results in red */
.field-validation-error {
    color: red !important;
    float: left;
    padding-left: 15px;
}
/* Change background color of invalid text inputs to light red */
input.input-validation-error, select.input-validation-error, textarea.input-validation-error {
 /*   background-color: #fcc !important;*/
    border: solid 1px #ff0000;
}

/*Add style for header message*/
.headerMessage {
    font-size: 11px;
    text-align: center;
}

.spaceTop_5 {
    margin-top: 2px;
    display: block;
    text-align: center;
}

.disclaimer {
    text-align:center;
}
.td_vertical-align-top {
    vertical-align: top;
    padding: 5px;
}

#tblCodeList tbody td label, #tblResult tbody td label {
    margin-bottom: 20px;
}

#tblCodeList tbody td, #tblResult tbody td {
    vertical-align: middle;
}

#tblCodeList tbody td .radio, .checkbox, #tblResult tbody td .radio, .checkbox {
        min-height: 15px;
        margin-top: 0px;
    }

#headerTitle {
    font-size: 40px;
    text-align: center;
    color: #00588E;
    line-height: 80px;
  
    margin-top: 4px;
}

/* Style for header message toggle start-- Added on 17 March 2016*/
.jquery-bar {
    top: 15px;
    display: none;
    background: #FFFFFF; /* #FAFAFA */
    width: 101.40%;
    position: fixed;
    margin: -13px 0px 0px -5px;
    padding: 2px 0px 0px 0px;
    border-bottom: 2px solid #CC0000;
    box-shadow: 0px 4px 5px #AAAAAA;
    font-size: 14px;
    font-family: 'Lato Regular', Arial;
    z-index: 10000;
}

    .jquery-bar .notification {
        padding: 15px;
        display: block;
        width: auto;
    }

.downbar {
    cursor: pointer;
    top: 0px;
    right: 70px;
    padding: 0px 3px 0px 3px;
    position: absolute;
    background: #FFFFFF;
    border-radius: 0px 0px 5px 5px;
    border: 2px solid #CC0000;
    box-shadow: 0px 4px 5px #AAAAAA;
    border-top: none;
}

    .downbar:hover {
        /*background: url(../jix/bg.png);*/
        cursor: pointer;
    }

.down {
    position: absolute;
    top: 3px;
    right: 85px;
}

.up {
    top: -45px;
    display: none;
}

.arrow {
    cursor: pointer;
}

#notifyText {
    padding: 6px 25px 0px 25px;
}

.entityPopUp {
    position: absolute;
    top: 0%;
    z-index: 1001;
    width: 100%;
    background-color: #F3F2F2;
    left: -15%;
}

#fade {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 1000%;
    width: 100%;
    cursor: pointer;
    z-index: 1000; /* high z-index */
    background: #000; /* fallback */
    background: rgba(0,0,0,0.75);
}

.comments {
    font-size: 12px;
    font-weight: normal;
}

/* Styles for custom tooltip template */
.tooltip {
    background: #fff;
}

.tooltip-head {
    color: #fff;
    background: #000;
    padding: 5px;
    border-radius: 4px 4px 0 0;
    text-align: center;
    margin-bottom: -2px; /* Hide default tooltip rounded corner from top */
}

    .tooltip-head .glyphicon {
        font-size: 12px;
        vertical-align: bottom;
        margin-right: 5px;
    }

    .tooltip-head h3 {
        margin: 0;
        font-size: 12px;
    }

/* For Header*/
#topHeader {
    min-height: 20px;
    padding: 1px 35px 1px 35px;
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
}

#collapseExpand {
    float: right;
}

/* For Summary*/
.panel-body .row {
    padding: 2px;
    font-size: 13px;
    padding: 2px;
}

/*Set width of first column of code list for radio and checkboxes*/
.codeFirstColWid {
    width: 10%;
}

/*Alert Message*/
.messageBox {
    width: 33%;
    min-height: 80px;
    position: absolute;
    left: 32%;
    top: 35%;
    border: solid 1px #ccc;
    background: #ddd;
    color: #000;
    z-index: 1052;
    display: none;
}

.messageContent {
    text-align: left;
    padding: 10px;
}

.messageHeader {
    padding: 10px;
    font-weight: bold;
    background: rgba(50, 118, 177, 0.58);
    color: #fff;
}

#fadeMessage {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 10000%;
    width: 100%;
    z-index: 1051; /* high z-index  1051 is for modal popup*/
    background: #000; /* fallback */
    opacity: 0.4;
}

.successMessageBox {
    top: 25%;
    width: 40%;
    left: 25%;
    position: absolute;
    z-index: 1001;
}

label {
    font-size: 13px;
}

.form-group {
    margin-bottom: 8px;
}

.panel-heading a {
    font-size: 20px;
    color:#00588E;
    padding: 2px;
}

#imgLogo {
    height: 80px;
    margin: 0px 0px 0px 25px;
}

#refresh {
    height: 40px;
    padding-top: 15px;
    float: right;
    cursor: pointer;
}

#logout {
    height: 40px;
    padding-top: 15px;
    padding-left: 5px;
    float: right;
    cursor: pointer;
}

.headerStyle {
   /* background: rgba(50, 118, 177, 0.58);*/
    color: #3A87AD;
    background-color: #F3F2F2;
}

.align_center {
    text-align: center;
    font-size: 14px;
    padding: 6px;
}

.textwrap {
word-wrap: break-word;
}
select[multiple] {
    height: 85px;
}

legend {
    font-size: 14px;
    font-weight: bold;
}

.entitylist {
     list-style: none;
     padding-left: 7px;
}
.summaryValueAlignment {
    padding-top:7px;
}

.panel-default > .panel-heading {
    background-color: bisque;
    font-size: 14px;
    font-weight: bold;
    border: groove 1px #f3f2f2;
    padding: 4px;
}

.panel-body {
    /*background-color: #F3F2F2;*/
}

.modal-title {
    font-size: 15px;
    
}

.modal-dialog {
width: 700px;
}

ul {
color: #046399;
padding: 6px 0 0 0;

}

.yellowhighlight {
background-color: #FFFF00;
min-height:24px;
}

.checkboxDisplay {
padding-top: 3px;
}