﻿#dataTable {
  width: 100% !important;
}

.favorite {
  width: 17px;
  height: 17px;
  background: transparent url(./NewFolder1/FavoriteSelected.png);
  background-repeat: no-repeat;
}

.notFavorite {
  width: 17px;
  height: 17px;
  background-image: url(./NewFolder1/FavoriteDeselected.png);
  background-repeat: no-repeat;
}

.alert {
  width: 17px;
  height: 17px;
  background: url(./NewFolder1/AlertSelected.jpg) no-repeat center;
  /*background-repeat: no-repeat;*/
}

.notAlert {
    width: 17px;
  height: 17px;
  background: url(./NewFolder1/AlertDeselected.jpg) no-repeat center;
  /*background-repeat: no-repeat;*/
}

.online {
  width: 17px;
  height: 17px;
  background-image: url(./NewFolder1/online.png);
  background-repeat: no-repeat;
}

.offline {
  width: 17px;
  height: 17px;
  background-image: url(./NewFolder1/offline.png);
  background-repeat: no-repeat;
}

.closed {
  width:17px;
  height:17px;
  background-image: url(./NewFolder1/RightArrow.png);
  background-repeat: no-repeat;
  background-position: center;
}

.opened {
  width:17px;
  height: 17px;
  background-image: url(./NewFolder1/Down_Arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}

.history tr:first-child hr {
  display: none;
}

.expandedHistory {
  overflow-y: hidden;
}

.minimizedHistory {
  overflow-y: scroll;
  max-height: 300px;
}

::-webkit-scrollbar {
  width: 7px;
  -webkit-appearance: none;
}

::-webkit-scrollbar-thumb {
  width: 7px;
  background-color: #888;
  background-color: rgba(0,0,0,.5);
}

#cke_2_contents {
  overflow: hidden;
}

.description {
  padding: 0;
  text-align: left !important;
}

.description p {
  margin: 0;
  text-align: left !important;
  padding: 0;
}

p {
  padding: 0;
  margin: 0;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
}

.ui-disabled {
  color: gray;
  pointer-events: none;
  cursor: default;
}

.cke_resizer {
  display: none !important;
}

ol {
  margin-top: 0;
}

li {
  line-height: 1em;
}

body
{
	color: #333;
	line-height: 18px;
	font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	font-size-adjust: none;
	font-stretch: normal;
    background-color: #CCC;
    margin: 0;
    padding: 0;
}

.header, footer, nav, section {
    display: block;
	padding:0px;
	margin:0px;
    background-color: #ffffff;
    height: auto;
}
.header {
  height: 72px;
  width: 100%;
}
.cusInfo {
    padding: 10px;
    float: right;
    margin-top: 35px;
}
.pageContent {
    padding: 10px;
    
}
/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
  min-height: 75px;
  resize: none;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}
.input-login {
    width:200px;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}
div#login
{
	width: 546px;
	margin-top: 108px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
button {
    cursor: pointer !important;
}
.buttonLogin
{
	color: #666666 !important;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border: #d1d1d1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0');
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
	box-shadow: 0px 1px 3px 0px #dedede;
	background-color: rgb(255, 255, 255);
}
.addButton 
{
	color: #666666 !important;
	padding-top: 4px;
	padding-right: 20px;
	padding-bottom: 4px;
	padding-left: 20px;
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	border: #d1d1d1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	display: inline-block;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f0f0f0');
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
	box-shadow: 0px 1px 3px 0px #dedede;
	background-color: rgb(255, 255, 255);
}
button + button {
    margin-left: 4px !important;
}
/* Login Page Background Images*/
div#cap-top {
	background: transparent url(./NewFolder1/login-top.png) no-repeat;
	height: 8px;
	width: 546px;
}
div#cap-body {
	padding-left: 40px;
	padding-right: 40px;
	background: transparent url(./NewFolder1/login-bg.png) repeat-y;
}
div#cap-bottom {
	background: transparent url(./NewFolder1/login-bottom.png) no-repeat;
	height: 15px;
	width: 546px;
}
div#login div#panelLogin div, div#login div#panelChangePass {
	width: 456px;
	padding-bottom: 18px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.Titlebar {
    display: block;
    padding: 10px;
}
.InputLabel {
	color: #666666;
	font-size: 12px;
	display: block;
}
.SearchTextbox {
    width: 440px;
    line-height: 20px;
    padding: 3px;
    font-size: 16px;
    border-color: #eee;
    border-width: 1px;
    border-style: solid;
    background-color: rgb(250, 250, 250);
}
textarea {
   min-width: 75%;
}

.attachment {
    padding-top: 2px;
    background-color: transparent;
}
.AddAttendeeContainer+.AddAttendeeContainer {
    padding-top: 4px;
    display: block;
}
.CQTableTitle {
    
}
/*.dataTable td:nth-child(2) {
    text-align: left;
   
}
    */
.dataTable td {
    text-align: center;
}
.textLeft {
    text-align: left !important;
    padding-left: 6px;
}
.LoginTextbox {
	width: 440px;
	line-height: 20px;
	padding: 3px;
	font-size: 16px;
	border-color: #eee;
	border-width: 1px;
	border-style: solid;
	background-color: rgb(250, 250, 250);
}