﻿/* Site.css for all webapps*/
   code {
            code { color: #0000cd;} /*mediumblue*/
        }
.page {
    width: 960px;
    background-color: #fff;
    /*margin: 20px auto 0px auto;*/
    border: 1px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    /*background: #4b6c9e;*/
    background: transparent;
    /*width: 30%;*/
}

/* TAB MENU   playground
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color:#3a4f63;
    width:100%;
}

div.menu
{
    padding: 4px 0px 4px 8px;
}

div.menu ul
{
    list-style: none;
    margin: 0px;
    padding: 0px;
    width: auto;
}

div.menu ul li a, div.menu ul li a:visited
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.35em;
    padding: 4px 20px;
    text-decoration: none;
    white-space: nowrap;
}

div.menu ul li a:hover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
}

div.menu ul li a:active
{
    background-color: #465c71;
    color: #cfdbe6;
    text-decoration: none;
}

/* CAROUSEL   dynamic
----------------------------------------------------------*/
.carousel {
    background: white;
    border-radius: 10px;
}
.carousel-inner > .item, 
.carousel-inner > .item {
    width: 100%;
    margin: auto;
}
.carousel-indicators {
    bottom: 12px;
}
.carousel-indicators li {
    display: inline-block;
    width: 12px;
    height: 12px;
    margin-top:30px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    border-radius: 50%;
    background-color: #9cb2c5;
    box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);
}

    .carousel-indicators .active {
        width: 12px;
        height: 12px;
        margin-top: 30px;
        background-color: #ffff;
    }


.footer-p {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    color: #737373;
}

.card-body .table tr:first-child td {
    border-top: 0;
}
.hr6-rule {
    border-top: 2px solid;
    border-color: #4682B4;
    vertical-align: bottom;
    height:1px; margin:0px;
    
}
.hr-rule {
    border-top: 2px solid;
    border-color: #A9A9A9;
}
.container .jumbotron, .container-fluid .jumbotron {
    padding: 30px;
}
.jumbotron {
    margin-bottom:0px;
    background-color:#f2f1f0;
}

ol, ul {
    margin-bottom: 0px;
}
    .divlist {
    text-transform:uppercase; padding-left:0px; margin-left:0px; vertical-align:bottom;
}
.listitem-rule {
    color: #4682B4;
    border-top: 2px solid;
    border-color: #4682B4;
    margin: 15px;
}
 
.panle-body {
    padding: 0px !important;
}

.panel-info, .panel-success {
    border-color: gray;
}

.panel-info > .panel-heading, .panel-success > .panel-heading {
        background-color: gray;
        color: #EEEEEE;
        border-color: gray;
        font-variant: small-caps;
    }

 .row { display: table;}

.form-horizontal .form-group:after, .form-horizontal .form-group:before {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

.help-block {
    margin-top: 1px;
    margin-left: 20px;
    font-size: 12px;
}

.form-control[disabled], .form-control[readonly] {
    background-color: #E7E7E7;
}


.radio-list, .radio-list > li {
    margin-left: 0px;
    margin-top: 2px;
    padding-left: 0px;
    list-style-type: none;
    font-weight: normal;
    display: block;
}

    .radio-list > li > label {
        margin-left: 0px;
        padding-left: 5px;
        font-weight: normal;
        max-width: 80%;
    }
    .radio-list > li > input {
        vertical-align: top;
    }

.label {
    margin-bottom: 0px;
    font-weight: normal !important;
}
label {
    margin-bottom: 0px;
    font-weight: normal !important;
}
.radio-help {
       margin-left: 0px !important;
       margin-bottom: 0px;
       padding-left: 0px !important;
}

.analyzerURLText{
    margin-bottom: 10px;
    clear: both;
    color: red;
}

.reportBlock {
    margin-bottom: 10px;
    clear: both;
}
.reportHead {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    display: block;
    clear: both;
    overflow: auto;
    background-color: #cacaca;
}
.impBarNone  {
    border-left: 7px solid rgba(0, 128, 0, 0.5);
    border-radius: 3px;
}
.impBarHigh  {
    border-left: 7px solid rgba(255, 0, 0, 0.5);
    border-radius: 3px;
}
.impBarMedium {
    border-left: 7px solid rgba(255, 106, 0, 0.5);
    border-radius: 3px;
}
.impBarLow {
    border-left: 7px solid rgba(255, 255, 0, 0.5);
    border-radius: 3px;
}
.reportHandler {
    display: block;
    float: left;
    cursor: pointer;
    font-size: 12px;
}
.reportHandlerOpened {
    display: none;
    float: left;
    cursor: pointer;
    font-size: 12px;
}
.divlink {
    cursor: pointer;
    color: #337ab7;
    text-decoration: none;
}
.divlink:hover {
    cursor: pointer;
    color: #337ab7;
    text-decoration: underline;
}
.reportTitleBlock {
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    min-width: 220px;
    display: block;
}
.reportTitle {
    font-weight: bold;
    font-size: 15px;
}
.reportSubtitle {
    font-size: 12px;
}
.reportSubtitleValue {
    font-weight: bold;
}
.reportDescription {
    margin-left: 10px;
    font-size: 13px;
    min-width: 220px;
    display: table-cell;
}
.reportOccurrencesBlock {
    padding-left: 25px;
    padding-right: 25px;
    display: none;
    clear: both;
    overflow: auto;
}
.reportOccurrenceBlock {
    display: table;
    font-size: 13px;
    width: 100%;
    float: left;
    clear: both;
    overflow: auto;
}
.reportOccurrenceRefTitle{
    font-weight: bold;
    min-width: 160px;
    width: 70%;
    display: table-cell;
}
.reportOccurrenceTypeTitle{
    font-weight: bold;
    min-width: 80px;
    width: 30%;
    display: table-cell;
}
.reportOccurrenceRef{
    border-top: 1px solid #cacaca;
    min-width: 160px;
    width: 70%;
    display: table-cell;
}
.reportOccurrenceType{
    border-top: 1px solid #cacaca;
    min-width: 80px;
    width: 30%;
    display: table-cell;
}


.faq {
    font-size: 20px;
    font-weight: bold;
}
.faq-container {
    border-top: 1px solid #cacaca;
    padding-top: 0px;
    display: block;
    font-size: 15px;
}
.faq-block {
    border-bottom: 1px solid #cacaca;
    padding-top: 3px;
    padding-bottom: 3px;
    display: block;
}
.faq-title {
    display: block;
    font-weight: bold;
    cursor: grab;
    min-height: 30px;
}
.faq-sign {
    float: right;
    width: 27px;
    height: 27px;
    font-size: 20px;
    text-align: center;
    border: 1px dotted #337ab7;
    color: #337ab7;
    font-weight: bold;
    display: block;
    margin: 2px;
}
.faq-item {
    display: none;
}
.faq-table {
    text-align: left;
    display: table;
    background-color: #cacaca;
}
.faq-table thead > tr > td {
    font-weight: bold;
}
.faq-table tr {
    border-bottom: 1px solid white;
}
.faq-table td {
    padding-left: 10px;
    padding-right: 10px;
}

/*options input fields*/
.oinput {
    margin-left: 3px;
    height: 1.4em;
    width: 1.8em;
    text-align: right;
}

/*options panels*/
.panel-title > a, .panel-title > a:active {
    color: #555;
    font-size: 14px;
    font-weight: bold;
}
/*arrow  up/down */
.panel-heading a:after {
    /* symbol for "opening" panels */
    font-family: 'Glyphicons Halflings'; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

.panel-heading a.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}
