body {
	margin:0px;
	padding:0px;
	background-color: fcfcfc;
	font-family: Verdana, Geneva, sans-serif !important;
	text-align: center;
	color: #222;
}

img {
	border:0px;
}

#container {
  margin: 10px auto;
  width: 840px;
  text-align: center;
}

.Container-left {
	margin: 10px auto;
	text-align: left;
	width: 840px;
}

.right-floating-dev {
	float: right;
}

#page-title {
	text-align: left;
	height: 120px;
}

#message {
	display:none;
}

#loginBox {
  position: relative;
  margin: 0 auto;
  padding: 20px 20px 20px;
  width: 310px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 200px rgba(255, 255, 255, 0.5), 0 1px 2px rgba(0, 0, 0, 0.3);
}

#loginBox:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.08);
  border-radius: 4px;
}

#LoginBox {
	margin: 0px auto;
	border-radius: 15px;
	width: 300px;
	padding: 8px 5px 5px 5px;
	background-color: #fff;
}

input[type="text"] {
	font-size: 15px;
	width: 170px;
	height: 25px;
}

input[type="password"] {
	font-size: 15px;
	width: 170px;
	height: 25px;
}

#logoContainer {
	margin: 20px;
	padding: 30px;
}

.textTitle {
	margin: 1px auto;
	padding-top: 15px;
	text-align: left;
	width: 170px;
	font-size: 14px;
}

.app_select{
	width: 170px;
	height: 25px;
}

#loginBtn {
	margin: 10px;
}

#header {
	margin: 20px auto;
	width: 800px;
}

#logoMain { 
	width: 250px; 
	float: left;
}

#mainMenu {
	padding: 15px;
	width: 500px; 
	float: left;
}

table th {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
}

table {
	font-size: 12px;
	padding: 0px;
}

.table td{
	padding: 1px;
	vertical-align: middle;
}

#onlineCallsTopper {
	height: 80px;
	margin-bottom: 50px;
}

#onlineCallsFilterDiv {
	width: 350px;;
	float: right;
}

#onlineCallsRefreshDiv {
	text-align: left;
	width: 400px;;
	float: left;
}

#onlineRoomsRefreshDiv {
	text-align: left;
	width: 100%;;
	float: left;
}

.hide{
	visibility: hidden
}

.small-dropdown {
	width: 80px;
	margin: 3px;
}

.med-dropdown {
	width: 230px;
}

.greenFontColor {
	color: #41A317;
}

.redFontColor {
	color: #E42217;
}

.smallText {
	width: 50px !important;
}


#flip-cli-info-filter {
	width: 97%;
}

#cli-info-filter {
	display: none
}

.more-padding-bot {
	padding-bottom: 15px;
}


/* css for timepicker */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }


/* additional css for hosts */

#online_rooms_tbl tr {
	height: 41px;
}

.btn {
	padding: 2px 8px;
}

.largeTextsTable {
	font-size: 16px;
}

#loading_div {
	margin: 5px auto;
	width: 800px;
	height: 200px;
	text-align: center;
}

#canvas_chart {
	margin: 0px auto;
}

#top_info_error {
	margin: 5px auto;
	display: none;
	text-align: center;
}

#host_chart_div{
	margin: 5px auto;
	width:800px;
	height: 350px;
	display: none;
}

#chart_explain {
	margin: 10px auto;
	width: 800px;
	padding: 30px;
}

/* manage hosts */
.modal-inner-div {
	margin: 0px auto;
	width: 300px;
	text-align: left;
}

.modal-inner-div-export {
	margin: 0px auto;
	width: 500px;
	text-align: left;
}

.modal-inner-inner-left {
	text-align: right;
	float: left;
	width: 120px;
	margin-right: 10px;
}

.modal-inner-inner-right {
	padding-top: 5px;
	float: left;
	width: 120px;
}

/* On/Off button */
.cb-enable, .cb-disable, .cb-enable span, .cb-disable span { background: url(../img/switch.gif) repeat-x; display: block; float: left; }
.cb-enable span, .cb-disable span { line-height: 30px; display: block; background-repeat: no-repeat; font-weight: bold; }
.cb-enable span { background-position: left -90px; padding: 0 10px; }
.cb-disable span { background-position: right -180px;padding: 0 10px; }
.cb-disable.selected { background-position: 0 -30px; }
.cb-disable.selected span { background-position: right -210px; color: #fff; }
.cb-enable.selected { background-position: 0 -60px; }
.cb-enable.selected span { background-position: left -150px; color: #fff; }
.switch label { cursor: pointer; }
.switch input { display: none; }

.field_title {
	padding: 8px;
}

.table-hover tbody tr:hover>td {
	background-color: #FCFFA9;
}

input[type=checkbox]{
	margin: 0px 2px 0px 15px;
}

.table-striped tbody>tr:nth-child(odd)>td {
	background-color: #EEE;
}