﻿
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.field-validation-error , label.error{
    color: red;
}

.input-validation-error, input.error {
    border: 1px solid red;
}

.validation-summary-errors ul li, .validation-summary-errors span {
    color: red;
}

.fa-tachometer-alt:before {
    padding-right: 10px !important;
    margin-right: 10px !important;
}

.Title1 {
    font-size: larger;
    font-weight: bold;
}


/* use the sticky-footer-plain to adjust the login screen */

footer.sticky-footer-plain {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: 0;
    width: calc(100%);
    height: 80px;
    background-color: #e9ecef;
}
@media (min-width: 768px) {

    footer.sticky-footer-plain {
        width: calc(100%);
    }
}
body.sidebar-toggled footer.sticky-footer-plain {
    width: 100%;
}

@media (min-width: 768px) {


    body.sidebar-toggled footer.sticky-footer-plain {
        width: calc(100%);
    }
}

/*use the sticky-footer-plain to adjust the login screen */


/*table*/

/*
#tblData {
    width: 100%;
}

th {
    background-color: #8e8675;
    font-family: "Roboto Slab";
    font-size: 1.2em;
    color: white;
    font-weight: normal;
    padding: 8px;
    text-align: center;
}

td,
th {
    padding: 8px;
    font-weight: normal;
}

tr:nth-child(even) {
    background-color: #FFD449;
    border-bottom: 2px solid #FFF4D4;
    border-top: 2px solid #FFF4D4;
}

tr:nth-child(odd) {
    background-color: #FFF4D4;
}

// [contenteditable="true"] {
       //     background-color: grey;
      //  }

[contenteditable="true"]:focus {
    background-color: white;
}

#creation {
    height: 500px;
}

#loading {
    font-size: 50px;
    font-weight: bold;
    background-color: yellow;
    width: 100%;
    text-align: center;
}
*/
/*table*/

.tt-container {
    position: relative;
}
.twitter-typeahead, .tt-hint, .tt-input, .tt-menu {
    width: 100%;
}

#tblData {
    width: 100%;
}

/*th {
    background-color: #8e8675;
    font-family: "Roboto Slab";
    font-size: 1.2em;
    font-weight: normal;
    padding: 8px;
    text-align: center;
}

td,
th {
    padding: 8px;
    font-weight: normal;
}*/

tr:nth-child(even) {
    background-color: #cfe2ff;
    border-bottom: 2px solid #FFF4D4;
    border-top: 2px solid #FFF4D4;
}

/*tr:nth-child(odd) {
    background-color: #cfe2ff;
}*/

