* {
box-sizing: border-box;
}
body, input, button, select, option, textarea {
font-family: Verdana, sans-serif;
}
body {
font-size: 4.6mm;
padding: 0px;
margin: 0px;
zoom: 1;
line-height: normal;
}
input, button, select, option, textarea {
font-size: 100%;
}
p {
white-space: normal;
}
fieldset {
display: inline-block;
padding: 0mm 3mm 3mm 3mm;
border: 1mm double #009900;
box-shadow: 1mm 1mm 1mm #aaa;
background: linear-gradient(rgba(255,255,255,0.8),transparent);
}
legend {
font-weight: bold;
font-size: inherit;
width: auto;
color: #009900;
margin-bottom: 1mm;
background-color: #EFF2F5;
border-bottom: 0.5mm solid #969696;
border-right: 0.5mm solid #969696;
padding-left: 2mm;
padding-right: 2mm;
border-radius: 6mm;
}
legend legend {
font-weight: normal;
background-color: White;
}
h1 {
font-size: 140%;
font-style: italic;
color: gray;
margin-top: 1mm;
margin-bottom: 1mm;
}
img {
border-width: 0mm;
border-radius: 4mm;
box-shadow: 1mm 1mm 5mm #974;
margin-bottom: 1.5mm;
}
.hr {
border-top: 0.5mm solid white;
border-bottom: 0.5mm solid wheat;
height: 0px;
margin: 1mm 0mm 1mm 0mm;
clear: left;
}
.aspNetDisabled {
color: Gray;
}
.input,input[type='text'], select, input[type='password'], input[type='file'],
input[type='checkbox'], input[type='radio'], textarea,
.ajax__html_editor_extender_texteditor {
background-color: lightcyan;
}
input[type='text']:focus, input[type='password']:focus, input[type='file']:focus,
textarea:focus, .ajax__html_editor_extender_texteditor:focus {
background-color: yellow;
}
input[type='radio'], input[type='checkbox'] {
margin-left: 3mm;
margin-right: 0mm;
}
label {
font-weight: normal;
display: inline;
white-space: nowrap;
}
/**********/
.dragHandle {
width: 10px;
height: 15px;
background-color: Blue;
background-image: url('../../Images/bgdrag.png');
cursor: move;
border: outset thin white;
}
.reorderCue {
border: dashed thin black;
width: 100%;
height: 25px;
}
.reorderList li {
list-style: none;
margin: 2px;
background-image: url('../../Images/bg_nav.gif');
background-repeat: repeat-x;
}
.reorderList li span {
color: red;
}
.dynamicPopulate_Updating {
background-image: url('../../Images/loading.gif');
background-repeat: no-repeat;
}
.ajax__html_editor_extender_container {
width: 100% !important;
}
.ajax__html_editor_extender_container div, .ajax__html_editor_extender_container table,
.ajax__html_editor_extender_container td, .ajax__html_editor_extender_container button {
border-radius: 0px;
}
.ajax__html_editor_extender_container input[type=button],
.ajax__html_editor_extender_container input[type=submit] {
cursor: auto;
border-radius: 0px;
font-size: 100%;
}
.ajax__html_editor_extender_texteditor {
border-width: 0.5mm;
}
/*Modal Popup*/
.modalBackground {
background-color: Gray;
filter: alpha(opacity=70);
opacity: 0.7;
}
div {
border-radius: 6mm;
}
.norndcrnr, .norndcrnr div {
border-radius: 0px;
}
input[type=button], input[type=submit] {
cursor: pointer;
border-radius: 3mm;
font-size: 110%;
background-color:rgb(240,240,240);
}
input[type=button]:focus, input[type=submit]:focus {
background-color:Yellow;
}
.ajax__calendar div {
margin-right: 0px;
margin-bottom: 0px;
display: block;
}
.ajax__calendar div, .ajax__calendar table, .ajax__calendar td {
border-radius: 0px;
}
/* Accordion */
.accordionHeader {
border: 1px solid #2F4F4F;
color: white;
background-color: #2E4d7B;
font-weight: bold;
padding: 1mm 5mm 1mm 5mm;
margin-top: 1mm;
cursor: pointer;
}
.accordionHeader a {
color: #FFFFFF;
background: none;
text-decoration: none;
}
.accordionHeader a:hover {
background: none;
text-decoration: underline;
}
.accordionHeaderSelected {
border: 1px solid #2F4F4F;
color: white;
background-color: #5078B3;
font-weight: bold;
padding: 1mm 5mm 1mm 5mm;
margin-top: 1mm;
cursor: pointer;
}
.accordionHeaderSelected a {
color: #FFFFFF;
background: none;
text-decoration: none;
}
.accordionHeaderSelected a:hover {
background: none;
text-decoration: underline;
}
.accordionContent {
background-color: #D3DEEF;
border: 1px dashed #2F4F4F;
border-top: none;
padding: 2mm 5mm 1mm 5mm;
}
/* Rating */
.ratingStar {
font-size: 0pt;
width: 5mm;
height: 5mm;
margin: 0px;
padding: 0px;
cursor: pointer;
display: block;
background-repeat: no-repeat;
background-size:100%;
}
.filledRatingStar {
background-image: url('../../Images/FilledStar.png');
}
.emptyRatingStar {
background-image: url('../../Images/EmptyStar.png');
}
.savedRatingStar {
background-image: url('../../Images/SavedStar.png');
}
/**bootstrap**/
.container {
width: auto;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
width: 100%;
margin: auto;
}
.navbar {
margin-bottom: 0px;
}
.sticky {
position: fixed;
width: 100%;
left: 0;
top: 0;
z-index: 100;
border-top: 0;
}
.label {
font-size: inherit;
color: inherit;
}
table {
border-spacing: 1px;
border-collapse: inherit;
font-size: 100%;
}
td, th {
padding: inherit;
}
/*AutoComplete*/
.autocomplete_completionListElement {
margin: 0px!important;
background-color: inherit;
color: windowtext;
border: buttonshadow;
border-width: 1px;
border-style: solid;
cursor: default;
overflow: auto;
height: 200px;
text-align: left;
list-style-type: none;
}
.autocomplete_highlightedListItem {
background-color: #ffff99;
color: black;
padding: 1px;
}
.autocomplete_listItem {
background-color: window;
color: windowtext;
padding: 1px;
}
.srlat{
display:inline-block;
}
.srlat a {
padding-left: 0px;
padding-right: 0px;
}
.srlat a:hover {
color: Red;
background-color: Yellow;
}
.throbber {
height: 5mm;
display: none;
border: 1px solid red;
vertical-align: middle;
margin: 1mm;
}