﻿.projectList {
    list-style-type:none;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin: 0;
    background-color: #428BCA;
}
#hidden {
     visibility: hidden;
}
.imgStore img {
        max-width: 800px;
}


.table {
        background-color: white !important;
}
@media (min-width: 1400px) {
    .container {
width: 1370px;
}
}

.messageTable {
           background-color: #abc;
           border: 1px solid;
           color: black;
           width: inherit;
}

    .messageTable tr {
        border: 1px solid;
    }

        .messageTable tr td {
        width:280px;
    }

        .oldmessageTable {
           background-color: white;
           border: 1px solid;
           color: black;
           width: inherit;
}

    .oldmessageTable tr {
        border: 1px solid;
    }

        .oldmessageTable tr td {
        width:280px;
    }
  

ul.clean,
ul.clean > li { margin: 0px; padding: 0px; list-style-type: none; }
.block { display: block; }
.pad10 { padding: 10px; }
.pad15 { padding: 15px; }
.pad20 { padding: 20px; }

.required:after 
{
    content: " *";
    font-weight: bold;
    color: red; 
}

.newTasks{
    background-color: #FAFAD2 !important;
}
.oldTasks{
    background-color: white !important;
}

.textarea-control-1 {
    height:150px !important;
}

.textarea-control-2 {
    height:250px !important;
}

.checkboxlabel {
    display: block;
    padding-left: 15px;
    text-indent: -15px;
}
.checkbox {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}

.tdTop {
    vertical-align:top;
}


.modalLabel {
    width:70px;
}

.modalInput {
       width:100px;
}

.cursor { cursor: pointer; }