﻿body {
    /*background-color:cornsilk;*/
    background-image:url(../Images/LCS_LOGO_BACKGROUND.gif);
    background-repeat:repeat;
    background-size:cover;
}

.BigCheckBox input {
    width:30px;
    height:30px;
}
.IROS_Header {
    background-color:darkolivegreen;
    color:white;
    font-family:sans-serif;
    font-weight:bold;
    font-size:24px;
    text-align:left;
    width:100%;
    height:40px;
    background-image:url(../Images/ESlongLOGOBORDER_40.jpg);
    background-position:right;
    background-repeat:no-repeat;
}
#IROS_Header {
    background-color:darkred;
    color:white;
    font-weight:bold;
    font-size:24px;
    font-family:sans-serif;
    text-align:left;
    width:100%;
    height:40px;
    background-image:url(../Images/ESlongLOGOBORDER_40.jpg);
    background-position:right;
    background-repeat:no-repeat;
}
#IROS_Footer {
    background-color:darkolivegreen;
    font-weight:bold;
    font-size:12px;
}
#IROS_NAV_LINKS {
    background-color:darkolivegreen;
    height:35px;
    border-bottom-color:black;
    border-bottom-style:solid;
    border-bottom-width:thin;
    width:100%;

}
#Survey_Header {
    background-color:cornsilk;
    color:black;
    font-weight:bold;
    font-size:24px;
    text-align:left;
    width:100%;
}
#IROS_Bug_Details {
    height:500px;
    overflow:auto;
    font-size:12px;
}
#TABLE_DIV {
    width:100%;
    height:200px;
    overflow:auto;
    padding:5px;
}
.SearchForm {
    background-color: silver;
    font-weight:800;
    border-style: solid;
    border-width: thin;
    border-collapse: collapse;
}
.SelectedButton {
    background-color: cornsilk;
    border-bottom-color:cornsilk;
    border-bottom-width:thick;
    font-weight:800;
    color:black;
    border-bottom-style:solid;
    height:40px;
    font-size:x-large;
    font-family:Arial;
    -webkit-appearance:none;
}
.UnSelectedButton {
    font-size:large;
    background-color:silver;
    font-family:Arial;
    color:black;
    border-left-style:solid;
    border-right-style:solid;
    border-top-style:none;
    border-bottom-style:solid;
    -webkit-appearance:none;
    border-left-width: thin;
    border-right-width: thin;
    border-top-width: thin;
    border-bottom-width: thin;
}
.Service_Description {
    border: solid;
    border-width:thin;
    font-family:Arial;
    padding:10px;
    background-color:aliceblue;
}

input.textbox  {
    background-color:white;
    color:black;
    border-color:black;
}

label {
    background-color: white;
    color: black;
    border-color: black;
}

button {
    background-color: silver;
    color: black;
    border-color: black;
}


select {
    background-color: white;
    color: black;
    border-color: black;
}


TABLE {
    border-collapse:collapse;
    text-align:left;
    margin-top: 0px;
}
.TABLE_HEADER {
    border-collapse:collapse;
    text-align:center;
    width:100%;
   }
TD {
    border: solid;
    border-width:1px;
    font-family:Arial;
}
TH {
    font-weight:900;
    background-color:black;
    color:white;
    font-family:Arial;
    border-color:white;
    border-width:5px;
    padding:5px;
}
TD.Display {
    background-color:cornsilk;
}
TABLE.display {
    background-color:cornsilk;
}
TD.DisplayHighlight {
    background-color:black;
    color:white;
    padding:20px;
    font-weight:bold;
}
.LeftColumn {
    float: left;
    width: 50%;
    padding:10px;
}
.RightColumn {
    width: 50%;
    padding:10px;
}
.BorderDiv {
    border: solid;
    border-width: thin;
    border-color: black;
    padding: 10px;
    background-color:aliceblue;
}

legend {
    font-weight: bold;
    font-size:x-large;
    background-color: black;
    color: white;
    font-family:Arial;
    padding:5px;
    width:100%;
    text-align:center;
}

.Panel legend {
    font-weight: bold;
    background-color: black;
    color: white;
    font-family:Arial;
    padding:5px;
    width:100%;
    text-align:center;
}
#rotate {
     -moz-transform: rotate(-90.0deg);  /* FF3.5+ */
       -o-transform: rotate(-90.0deg);  /* Opera 10.5 */
  -webkit-transform: rotate(-90.0deg);  /* Saf3.1+, Chrome */
             filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083);  /* IE6,IE7 */
         -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0.083)"; /* IE8 */
}
.BreadCrumb {
    font-style: normal;
    color: white;
}
.GridLinkBtn {
    padding: 2px;
    font-size:12px;
    font-weight:normal;
    color:black;
    text-decoration: none;
    border: 1px solid Gray;
    border-radius:5px;
    background-color: #ababab;
}
.GridLinkBtn:hover {
    background-color:cornsilk;
    font-weight:bold;
}
.NoBorder {
    border-style: none;
    border-width: 0px;
}
.NoWrap {
    white-space:nowrap;
}
.hideGridColumn {
    display:none;
}
.noPadding {
    padding:0;
    margin:0;
    float:left;
}
.simpleTableCell {
    background-color:cornsilk;
    padding:10px;
    border:none;
}
.gridview a{ 
    margin:auto 1%; 
    border-radius:0%; 
    background-color:silver; 
    padding:5px 10px 5px 10px; 
    color:black; 
    text-decoration:none; 
    -moz-box-shadow:1px 1px 1px gray; 
    -webkit-box-shadow:1px 1px 1px gray; 
    box-shadow:1px 1px 1px gray;
} 
.gridview a:hover{ 
    background-color:cornsilk; 
    color:black; 

} 

gridview {
    background-color:cornsilk;
}

.GridViewPanel {
    border:10px solid transparent;
}

table {
    background-color:cornsilk;
}

.gridview span{ 
    background-color:black; 
    color:white; 
    font-weight:bolder;
    -moz-box-shadow:1px 1px 1px gray; 
    -webkit-box-shadow:1px 1px 1px gray; 
    box-shadow:1px 1px 1px gray;
    border-radius:0%; 
    padding:5px 10px 5px 10px;
}

#AssessmentsTreeView td {
    background-color:cornsilk;
    border:none;

}

#ExportFilesTreeView td {
    background-color:cornsilk;
    border:none;

}

#ImportFilesTreeView td {
    background-color:cornsilk;
    border:none;

}

#CMMITreeView td {
    background-color:cornsilk;
    border:none;
    vertical-align:top;
}

#ArtifactsTreeView td {
    background-color:cornsilk;
    border:none;
    vertical-align:top;

}

#RiskModuleTreeView td {
    background-color:cornsilk;
    border:none;
    vertical-align:top;
}

.gridStyle caption {
    color:white;
    background-color:black;
    width:100%;
    font-weight:bolder;
    font-size:x-large;
    font-family:sans-serif;

}

.gridStyleClient caption {
    color:black;
    background-color:gold;
    border:1px solid black;
    width:100%;
    font-weight:bolder;
    font-size:x-large;
    font-family:sans-serif;

}

.gridStyleHousehold caption {
    color:black;
    background-color:LightGreen;
    border:1px solid black;
    width:100%;
    font-weight:bolder;
    font-size:x-large;
    font-family:sans-serif;

}

.gridStyleProxyFamily caption {
    color:black;
    background-color:green;
    border:1px solid black;
    width:100%;
    font-weight:bolder;
    font-size:x-large;
    font-family:sans-serif;

}

.hideButton{
    display:none;
}

.showButton{
    display:inline;
}

.bigger {
    height: 500px;
    width: 500px;
    border: 1px solid black;
}

.lock-screen {
    height: 100%;
    overflow: hidden; 
    width: 100%; 
    position: fixed;
}

.HiLiteClientInfo {
    font-weight:800;
    font-size:larger;
    color:black;
    background-color:lightgreen;
}

.MismatchState {
    font-weight:800;
    font-size:larger;
    color:red;
    border-color:black;
}

.MismatchStateSelected {
    font-weight:800;
    font-size:larger;
    color:red;
    border-color:black;
    background-color:lightgreen;
}

.MismatchStateSelectedClient {
    font-weight:800;
    font-size:larger;
    color:red;
    border-color:black;
    background-color:transparent;
}

.HouseholdLabel {

    text-align:center;
    vertical-align:middle;
    border:1px solid black;
    color:black;
    font-weight:bold;
    background-color:tomato;
    border:1px outset gray;
    font-size:x-large;
    padding:5px;

}

.Panelstyle legend {
    background-color:black;
    font-weight:bold;
    color:white;
    font-size:x-large;
}





