﻿
/* Should be used to replace "cardHead" */
h5 {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: none;
    border-top-width: 1px;
    height: 28px;
    vertical-align: middle;
    font-size: 18px;
    font-family: Segoe UI;
    border-bottom-color: #dddddd;
    color: #606060;
    margin: 0px;
    font-weight: normal;
    padding-top: 4px;
    padding-left: 2px;
}

div.cardHead {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: none;
    border-top-width: 1px;
    height: 28px;
    vertical-align: middle;
    font-size: 18px;
    font-family: Segoe UI;
    border-bottom-color: #dddddd;
    color: #606060;
    margin: 0px;
    font-weight: normal;
    padding-top: 4px;
    padding-left: 2px;
}

/* Should be used to replace "subcardHead" */
h6 {
    border-bottom-color: #C4D2E4;
    border-top-color: #C4D2E4;
    background-color: #EAF3FF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: none;
    border-top-width: 1px;
    font-weight: bold;
    font-size: 12px;
    margin: 0px;
    padding: 2px;
}

div.subcardHead {
    border-bottom-color: #C4D2E4;
    border-top-color: #C4D2E4;
    background-color: #EAF3FF;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-top-style: none;
    border-top-width: 1px;
    font-weight: bold;
    font-size: 12px;
    margin: 0px;
    padding: 2px;
}

/* 
    formLayout 
    Try to use this one instead of tables when possible
*/
.formLayout {
    padding: 5px;
}

    .formLayout > div {
        display: inline-block;
        width: 150px;
        float: left;
        margin-bottom: 5px;
    }

    .formLayout > br {
        clear: left;
    }

/* red and green labels in DetailsView controls */

.detail-missing {
    background-color: yellow;
    font-weight: bold;
    color: black;
}

.detail-warning {
    background-color: orange;
    font-weight: bold;
    color: White;
}

.detail-good {
    background-color: Green;
    font-weight: bold;
    color: White;
}

.detail-bad {
    background-color: Red;
    font-weight: bold;
    color: White;
}

/* vertical alignment */
.valign-middle {
    vertical-align: middle;
}

/* listview */
.listview-row-image {
    background-position: 2px center;
    background-repeat: no-repeat;
    padding: 2px 2px 2px 20px;
}

.listview-row {
    background-position: 2px center;
    background-repeat: no-repeat;
    padding: 2px 2px 2px 2px;
}

/* datapager */
.datapager-button {
    vertical-align: middle;
}

.datapager-wrapper {
    margin: 2px;
    padding: 2px;
    text-align: center;
    background-color: #eeeeee;
}

/* alternating rows */
.row-odd {
    background-color: White;
}

.row-even {
    background-color: #E0F0FF;
}

/* GridView pager */
.gridViewPager {
    background-color: #EEEEEE;
    color: Blue;
}
    /* GridView pager current item */
    .gridViewPager span {
        padding-left: 2px;
        padding-right: 2px;
        background-color: white;
        border: 1px solid black;
        color: Black;
        font-weight: bold;
    }

/* explanation panels */
.explainPanelWrapper {
    border: 1px solid #00529B;
}

.explainPanel {
    color: #00529B;
    background-color: white;
    padding: 3px;
    margin: 2px;
}

.explainPanelHeader {
    width: 100%;
    height: 30px;
    background-color: #BDE5F8;
    color: #00529B;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
}

/* side padding */
.padSides {
    padding-left: 5px;
    padding-right: 5px;
}

/* help pages */
table.help, table.help td, table.help th {
    border: 1px solid #3861aa;
    border-collapse: collapse;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: middle;
}

img.help {
    border: 1px solid #3861aa;
    float: right;
    margin: 10px;
}

table.help th {
    background-color: #E0F0FF;
    text-align: left;
}

.mono-nowrap {
    font-family: Courier New, Monospace;
    white-space: nowrap;
}

.bad {
    color: Red;
}

.ok {
    color: Green;
}

ul.triangle {
    list-style-image: url(../../images/triangle.gif);
}

/* for the groups list */

ul.groupsList {
    list-style-type: none;
    display: normal;
    padding-left: 10px;
    margin-left: 10px;
}

ul.groupsListHidden {
    list-style-type: none;
    display: none;
}

.icon-plus {
    cursor: pointer;
    background-image: url(../../images/icons/icon-plus.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 18px;
}

.icon-minus {
    cursor: pointer;
    background-image: url(../../images/icons/icon-minus.gif);
    background-repeat: no-repeat;
    background-position: 0px 5px;
    padding-left: 18px;
}

.groupsListWarning {
    color: orange;
    font-weight: bold;
}

.groupsListAlert {
    color: red;
    font-weight: bold;
}

/* password reset */

.pwdResetForm {
    padding: 5px;
}

    .pwdResetForm > div {
        display: inline-block;
        float: left;
        margin-bottom: 5px;
    }

    .pwdResetForm > br {
        clear: left;
    }

.pwdResetFormCol1 {
    width: 150px;
    text-align: left;
    padding-right: 10px;
}

.pwdResetFormCol2 {
    text-align: left;
    width: 220px;
    padding-right: 10px;
}

.pwdResetFormCol3 {
    width: 200px;
}

/* Font awesome */

.fa_triangle {
    padding-right: 5px;
    color: #84CA44;
}

.fa_warning {
    padding-right: 5px;
    color: #f4A460;
}
