﻿/* Move down content because we have a fixed navbar that is 50px tall */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* -- BOOTSTRAP CALLOUTS -- */

.bs-callout {
    padding: 20px;
    margin: 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

    .bs-callout h4 {
        margin-top: 0;
        margin-bottom: 5px;
    }

    .bs-callout p:last-child {
        margin-bottom: 0;
    }

    .bs-callout code {
        border-radius: 3px;
    }

    .bs-callout + .bs-callout {
        margin-top: -5px;
    }

.bs-callout-danger {
    border-left-color: #ce4844;
}

    .bs-callout-danger h4, .bs-callout-danger p {
        color: #ce4844;
    }

.bs-callout-warning {
    border-left-color: #aa6708;
}

    .bs-callout-warning h4, .bs-callout-warning p {
        color: #aa6708;
    }

.bs-callout-info {
    border-left-color: #1b809e;
}

    .bs-callout-info h4, .bs-callout-info p {
        color: #1b809e;
    }

.bs-callout-success {
    border-left-color: #419641;
}

    .bs-callout-success h4, .bs-callout-success p {
        color: #419641;
    }

/* -- END of BOOTSTRAP CALLOUTS -- */

/* Set widths on the form inputs since otherwise they're 100% wide */
/*input[type="text"],
input[type="email"],
input[type="date"],
input[type="password"] {
    max-width: 280px;
}*/

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}

div.formDisplayTemplate>fieldset>div>span>.PickListField
{
    max-width:480px;
}

.table-striped > tbody > tr:nth-child(odd) > .hideColor
{
    /* :nth-child(odd)  */
    background-color: #ffffff; 
    /*padding: 8px 0; /* amain */
   

}

.hideColor .table > tbody > tr td {
     border-top: 0px;
}

.failureNotification {
    color:red;
}

.form-noblock {
    display: inline;
}

/*.body-content > table {
    width:600px;
    text-align:left;
}*/

.invisible {
    display:none;
}

.labelWidth {
    width:200px;
}

.columnCenter {
    text-align:center;
}

.table tbody tr td notopline{
    border-top-color: #FFFFFF;
}

.columnNowrap {
     white-space: nowrap;
}

.padButton {
    margin-left:20px;
}

fieldset.wizardFieldSet {
    margin-top:20px;
}

.marginTop10 { margin-top: 10px; }
.multirowPanel {
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175); 
    -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175); 
    box-shadow: 0 6px 12px rgba(0,0,0,.175); 
    margin-bottom: 10px;
}
.multirowTable thead tr th { 
    background-color: #eeeeee; 
    padding: 0;
}
.multirowTable tbody tr.even { background-color: #eeeeee; }
.multirowTable .hideBottomBorder { border-bottom-style: hidden; }
.subTableHeading { color: #7e7e7e; }
.bold { font-weight: 600; }

.table td.btnColumn { 
    width: 85px; 
    padding: 0;
    padding-top: 8px;
}
.table td.btnColumn input { width: 100%; }