﻿body {
    padding-top: 50px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

/* styles for validation helpers */
.field-validation-error {
    color: #b94a48;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #b94a48;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #b94a48;
}

.validation-summary-valid {
    display: none;
}

.pull-right {
    padding-top: 10px;
}

    .pull-right a.btn {
        background: #333;
        color: #fff;
        border-radius: 2px;
        border: 1px solid #000;
        margin-left: 7px;
    }

#tblUserList tr {
    display: inline-block;
    background: #eee;
    border: 1px solid #ccc;
    padding: 3px 5px;
    margin: 8px 7px;
    border-radius: 5px;
}

.table thead tr th, .table tbody tr:first-child th {
    background: #434343;
    color: #fff !important;
}

.c-UserName label {
    color: green;
    font-weight: bold;
    font-family: segoui;
}

.c-DateTime {
    color: #80806E;
}

.adding-Comment {
    margin-bottom: 15px;
}

.comments-Aria {
    border-bottom: 2px #80806E solid;
    border-top: 2px #80806E solid;
    border-right: 2px #80806E solid;
    border-left: 2px #80806E solid;
}

.divWaiting {
    position: fixed;
    background-color: #FAFAFA;
    z-index: 2147483647 !important;
    opacity: 0.8;
    overflow: hidden;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 20%;
}
/*.container {
    max-width: 1366px !important;
}*/
@media screen and (min-width: 768px) {
    .modal-lg {
        width: 900px;
    }

    .modal-sm {
        width: 300px;
    }
}

.caret {
    border-top: 4px solid white !Important;
}
/*New Theme working*/
#head {
    padding: 30px;
    background: url('../Images/PhaseFooter.png');
    color: #fff;
}

#footer {
    padding: 30px;
    background: url('../Images/PhaseFooter.png');
    color: #fff;
    margin-top: 100px;
}
#footer h3 {
color: #ea4343;
}
