﻿/*This part should go into the site form area for list entry/edit pages*/

.content {
    min-height:700px;
}

.action-button:focus, .reg-button:focus {outline:0;}


div.page-error #lblErrorMessage:empty {
    padding:5px;
}

div.page-error #lblErrorMessage:empty {
    height:0px;
    padding:0px;
    margin:0px;
}

.page-title {
}

div.page-heading h2 {
    margin:5px 0px 5px 0px;
}

div.page-buttons input[type=text] {
    padding:5px;
    margin-top:10px;
}

select {
    width: initial;
}

div.page-buttons {
    float:right;
    text-align:right;
}

  span.help, div.help span{
    font-size: 12px;
    display:block;
    color:grey;
}

.nl-error {
    font-size: 12px;
    display:block;
    color:red;
}

a.help, a.nohelp {
    color:#777;
    display:none;
}

.floatRight {
    display:inline;
    float:right;
}

.error-block {
    color:red;
}

/* This is the list page styling */




div.pager {
    margin-top:15px;
}

div.list-grid {
    min-height:500px;
    margin-top:10px;
}

.hide {
    display: none;
}

th.igg_HeaderCaption {
    font-size:14px;
    background-color:#10776D;
    color:white;
}

tr.ig_Header {
    border:2px solid #10776D;
}

tr.row-click td {
    padding:3px 3px 3px 7px;
    font-size:14px;
}

th.igg_RowSelector {
    display:none;
}

tbody.igg-item {
    font-size:14px;
}


/**Customizations */
th.igg_HeaderCaption {
    background-color: #d81230;
}


th.igg_HeaderCaption {
    font-size:14px;
    line-height: 18px;
    background-color:#d81230;
    color:white;
}

tr.ig_Header {
    border:2px solid #d81230;
}

tbody.igg_Item > tr > td.right-just {
    text-align: right;
    padding-right:5px;
}

tbody.igg_Item > tr > td.left-just {
    text-align:left;
}

tbody.igg_Item > tr > td.center-just {
    text-align:center;
}
.standard-table {
    border:0px;
    border-spacing:0px;
    border-color:none;
    border-collapse:collapse;
    width:100%;
}

.standard-table tr:first-child th {
    font-size:14px;
    line-height: 18px;
    background-color:#d81230;
    color:white;
    padding: 6px 0 6px 8px;
    overflow: hidden;
    text-align: left;
    font-weight: 600;
    border-spacing:0px;
    border-color:none;
    border:0;
}

.standard-table tr td {
    font-size:14px;
    line-height: 18px;
    padding:2px 5px 2px 5px;
    overflow: hidden;
    text-align: left;
    border-spacing:0px;
    border-color:none;
    border:0;
}

    .standard-table > tbody > tr:nth-child(2n+1) {
            background-color:#e0e0e0;
    }


div.pager {

    font-size:14px;
}


