#sd-devices{
	position: relative;
	z-index: 9995;
}

.sd-main{
	line-height: 19px !important;
}

.sd-info{
	width: 450px;
	height: 350px;
	border: 1px solid #E6E6E6;
	float: left;
	margin-left: 10px;
}

#sd-data{
	width: 500px;
	height: 350px;
	border: 1px solid #E6E6E6;
	float: left;
}

.sd-header{
	background-color: #0190D8;
	color: #FFFFFF;
	font-size:14px;
	font-weight:bold;
	height:25px;
	line-height:25px;
	padding-left:5px;
}

.font10{
	font-size: 10px !important;
}

.font11{
	font-size: 11px !important;
}

.sd-header-info{
	/*background: url(/resources/all/images/sd/clock-icon12x12.png) no-repeat left center;
	padding-left: 15px;
	width: 290px;*/
	margin: 0px auto;
	text-align: center;

}

.sd-content{
	padding: 5px !important;
	height:296px;
	overflow: auto;

}

.sd-content li{
	line-height: 20px;
	height: 20px;
}

.sd-content li a{
	display: block;
	padding-left: 3px;
}

.sd-content li a:hover, .device-selected{
	background: #DFF4FF;
	/*color: #fff !important;*/
	text-decoration: none !important;
	padding-left: 3px;
}

#sd-device-list{
	list-style: none;
	padding: 0px;
	margin: 0px;
	width: 918px;
}

#sd-device-list li{
	float: left;
	width: 150px;
	padding: 5px;
}

#sd-device-content-list li a{
	padding: 5px;
}

#sd-device-content-list{
	position: absolute;
	top: 25px;
	display: none;
	background: #fff;
	border: solid 1px #E6E6E6;
	padding-bottom: 5px;
	height: 150px;
	/*height: 150px;*/
	z-index: 9995;
	overflow-x: hidden;
}

#sd-device-content-values{
	height: 290px;
}

#sd-main-menu{
	margin: 20px auto;
	padding: 0;
	list-style-type: none;
	/*text-shadow: 1px 1px 0.5px #666;*/
	display: block;
	height: 25px;
	width: 450px;
}

#sd-main-menu li a{
	/*color: #0190d8;*/
	/*text-shadow: none !important;*/
	/*text-decoration: none !important;*/
	font-weight: bold;
}

#sd-main-content-init{
	margin-top: 20px;
}

#sd-device-header{
	padding: 0px 10px;
	display: pointer;
	border-bottom: solid 1px #E6E6E6;
	color: #0190D8;
	font-size: 14px;
	font-weight: bold;
	height: 25px;
	line-height: 25px;
	padding-left: 22px;
	cursor: pointer;
}

.sd-device-header-arrow-down{
	background: url('/resources/all/images/arrowDown17x16.png') no-repeat 0 4px;
}

.sd-device-header-arrow-up{
	background: url('/resources/all/images/arrowUp17x16.png') no-repeat 0 4px;
}

#menuInside{
	float: right;
	margin-top: 28px;
	padding: 0;
	list-style-type: none;
	/*width: 440px; com 4 links*/
	/*width: 340px; com 3 links*/
	text-shadow: 1px 1px 0.5px #666;
}

.menuInside li{
	float: left;
	margin-left: 10px;
	font-size: 13px;
	font-weight: bold;
	width: 100px;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

.menuInside li a:link, .menuInside li a:active, .menuInside li a:visited{
	text-decoration: none;
	/*color: #fff;*/
	display:block;
}

.menuInside li a:hover, .menuInside li a.active{
	text-shadow: none;
	color: #fff;
}

.menuInside li:hover, .menuSelected{
	display: block;
	background-color: #0190d8;
	-moz-box-shadow:  0 1px 0 #065f8e;
	box-shadow: 0 1px 0 #065f8e; /* CSS3 Safari 3+ e Firefox 3.1 (Alpha) */
	-webkit-box-shadow: 0 1px 0 #065f8e;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	text-shadow: none;
	color: #fff;
}

.loading{
	background: url('/resources/all/images/loadingAnimation.gif') no-repeat center center;
	width: 208px;
	height: 370px;
	margin: 0 auto;
}

/*
+------------------------+
|	Style dos Gráficos	 |
+------------------------+
*/

#sd-main-graph {
	padding: 5px;
}

.graphicDiv{
	border: solid 1px #e6e6e6;
	margin-bottom: 20px;
	height: 370px;
	background: url('/resources/all/images/loadingAnimation.gif') no-repeat center center;
}

.graphicHeader{
	height: 25px;
	line-height: 25px;
	background-color: #0190d8;
	font-weight: bold;
	font-size: 14px;
	padding-left: 5px;
	color: #fff;
	margin-bottom: 10px;
}

.graphicMain{
	text-align: center;
	padding: 0px 15px;		/* para evitar a colisao do texto do eixo x */
	*height: 300px;
}

.graphicFooter {
	background-color: #e6e6e6;
	color: #555;
	text-shadow: 1px 1px 0 #FFFFFF;
	height: 25px;
	line-height: 25px;
	padding-left: 5px;
	margin-top: 10px;
}

#chart_demanda_indutiva{
	z-index: 5553 !important;
}


.graphicFooter a {
	color: #555 !important;
	text-shadow: 1px 1px 0 #ffffff;
}

.graphicFooter a:hover {
	color: #555 !important;
	text-shadow: 1px 1px 0 #ffffff;
	text-decoration: underline;
}

#graphAdder button {
	width: 99%;
}

.graphArea {
	border: 1px solid lightgray;
	padding: 6px;
	margin-bottom: 25px;
	position: relative;
}

.graphCloseArea {
	position: absolute !important;
	right: -1px;
	top: -1px;
	width: 16px;
	padding: 4px !important;
	display: none;
	cursor: pointer;
}

.graphs .simpleLoading {
	min-height: 300px;
}


.sensorsHeaderLine {
	border-bottom:1px solid #E6E6E6;
	height: 25px;
}

.sensorsDiv .ui-buttonset{
	margin-right: 0px !important;
	margin-bottom: 15px !important;
}

.sensorsHeader{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	background:transparent url(/resources/all/images/backMenu.jpg) repeat scroll -10px -22px;
	color:#FFFFFF;
	cursor:pointer;
	font-weight:bold;
	height:25px;
	line-height:25px;
	text-align:center;
	width:100px;
}

.sensorsHeader .arrow_up_white, .sensorsHeader .arrow_down_white {
	float:right;
	margin-right:8px;
	margin-top:11px;
}

.arrow_up_white {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/resources/all/images/sd/arrow_upDown_white.gif) no-repeat scroll 0 0;
	display:block;
	height:6px;
	width:11px;
}

.arrow_down_white{
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/resources/all/images/sd/arrow_upDown_white.gif) no-repeat scroll 0 -6px;
	display:block;
	height:6px;
	width:11px;
}

.sensorsList {
	background-color:#F9F9F9;
	border-bottom:1px solid #E6E6E6;
	border-left:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
	padding:10px;
	/* width:894px; */
}

.sensorsDiv {
	width: 96%;
	margin: 10px 10px 0px 10px;
}

.dateContainer, .dateContainerExporter, .dateContainerDate {
	margin-bottom:10px;
	margin-right:10px;
	position:relative;
	height: 40px;
}

.graphs {
	/*margin: 50px auto 100px;*/
	/*margin-top: 80px;
	*margin-left: auto;
	*margin-right: auto;*/
	padding-top: 35px;
	text-align: center;
	position: relative;
	z-index: 0 !important;
}

#graphs img{
	margin-top: 20px;
}

.graphs > div{
	margin: 0px auto;
}

.sensorsList label.ui-button {
	font-size:10px;
	margin:2px !important;
}

.dateBoxPrevArrow, .dateBoxNextArrow, .dateHourBoxPrevArrow, .dateHourBoxNextArrow {
	top:0px;
}

.dateBoxPrevArrow, .dateHourBoxPrevArrow {
	background-color:#F1F1F1;
	border:1px solid #CCCCCC;
	height:30px;
	position:absolute !important;
	right:334px;
	text-align:center;
	width:20px;
}

.dateHourBoxPrevArrow {
	right: 434px;
}

.dateBoxNextArrow, .dateHourBoxNextArrow {
	background-color:#F1F1F1;
	border:1px solid #CCCCCC;
	height:30px;
	position:absolute !important;
	right:300px;
	text-align:center;
	width:20px;
}

.dateHourBoxNextArrow {
	right: 400px;
}

.arrow_left_gray {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/resources/all/images/sd/arrow_left.gif) no-repeat scroll 6px 9px;
	display:block;
	height:30px;
	width:20px;
}

.arrow_right_gray {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/resources/all/images/sd/arrow_right.gif) no-repeat scroll 6px 9px;
	display:block;
	height:30px;
	width:20px;
}

.arrow_down_gray {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/resources/all/images/sd/arrow_upDown_gray.gif) no-repeat scroll 0 -6px;
	display:block;
	height:6px;
	width:11px;
}

.arrow_up_gray {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/resources/all/images/sd/arrow_upDown_gray.gif) no-repeat scroll 0 0;
	display: block;
	height: 6px;
	width: 11px;
}

.dateBox, .dateHourBox {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	cursor:pointer;
	font-size:15px;
	font-weight:bold;
	font-family: "Helvetica Neue",Arial,Helvetica,Geneva,sans-serif;
	height:30px;
	line-height:30px;
	padding-left:3px;
	position:absolute;
	right:85px;
	width:200px;
	z-index:5555;
}

.dateHourBox {
	width: 300px;
}

.dateContainerExporter .dateBox {
	width: 300px !important;
}

.dateBoxText, .dateHourBoxText {
	margin-left:10px;
	float: left;
}

.dateBoxOutsideArrow, .dateHourBoxOutsideArrow {
	background-color:#F1F1F1;
	float:right;
	height:30px;
	line-height:30px;
	text-align:center;
	width:20px;

}

.dateBoxOutsideArrow span {
	margin:13px auto;
}

.filterAtualizar {
	padding:5px !important;
	position:absolute !important;
	right:0;
	/*min-width: 73px;
	min-height: 30px !important;
	*/
	width: 73px;
	height: 30px !important;
	text-align: center;
}

.dateContainerExporter .filterAtualizar {
	width: 95px;
}

.dateContainerDate .dateBoxPicker, .dateContainer > .dateBoxPicker, .dateContainerDate .dateBoxPicker, .dateContainer > .dateHourBoxPicker, .dateContainerDateHour .dateHourBoxPicker, .dateContainer > .dateHourBoxPicker {
	right:85px !important;
	top:31px !important;
	z-index:5554;
}

.dateContainer > .dateBoxPicker, .dateContainerExporter > .dateBoxPicker, .dateContainerDate .dateBoxPicker, .dateContainer > .dateHourBoxPicker, .dateContainerDate .dateBoxPicker, .dateContainer > .dateHourBoxPicker, .dateContainerDateHour .dateHourBoxPicker {
	border:1px solid #CCCCCC;
	display:none;
	position:absolute;
	right:127px;
	top:42px;
	z-index:5554;
}

.dateBoxPicker, .dateHourBoxPicker {
	background-color:#F9F9F9;
	font-size:10px;
	padding:10px;
}

.dateHourBoxPicker input[type=text], .dateBoxPicker input[type=text], .dateHourBox input[type=text] {
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #DDDDDD;
	color: #333333;
	padding: 3px;
}

#utilFilterDescription, #utilFilterAtualizar, #utilFilterPeriodTypeList, #ui-datepicker-div{
	display: none;
}

#graphAdder button {
	width:99%;
}

#graphAdder{
	text-align: center;
}

.dateBoxPrevArrow .ui-button-text, .dateBoxNextArrow .ui-button-text, .dateHourBoxPrevArrow .ui-button-text, .dateBoxNextArrow .ui-button-text, .dateHourBoxNextArrow .ui-button-text{
	padding:0 !important;
}

.divMarginTop {
	margin-top: 45px;
	*margin-top: 70px;
}

/*
.divError{
	text-align: center;
	position: absolute;
	left: 35%;
	padding: 10px;
	border: 2px solid #E6E6E6;
	color: red;
	background-color: #F6F6F6;
	top: 35px;
}
	*/

/*
+----------------------------+
|	Style dos relatórios	 |
+----------------------------+
*/

#reports .simpleLoading {
	margin-top: 40px;
}

.dateContainerWhRange{
	float: left;
}

#reports{
	margin-top: 10px;
	/*margin-top: 150px;*/
}


/*
+----------------------------+
|	Style dos exportação	 |
+----------------------------+
*/
#filterBox {
	margin:50px auto;
	position:relative;
	width: 99%;
	z-index: 0;
}

.filterBox {
	background-color:#F6F6F6;
	border:1px solid #E6E6E6;
	height:50px;
}

#filterMenu {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	position:absolute;
	right: -1px;
	top:-40px;
	*top:-28px;
	width:300px;
	z-index:0;
}

#filterMenu li {
	background-color:#D6D6D6;
	border-left:1px solid #E6E6E6;
	border-right:1px solid #E6E6E6;
	border-top:1px solid #E6E6E6;
	cursor:pointer;
	float:left;
	font-weight:bold;
	height:23px;
	line-height:23px;
	padding:2px 3px;
	text-align:center;
	width:142px;
}

.filterTabSelected {
	background-color:#F6F6F6 !important;
	cursor:default !important;
}

.dateContainerDate {
	height: 50px !important;
	margin-top: 10px !important;
}

.dateContainerDateHour {
	position:relative;
	height: 50px;
	/*margin-top: 10px;*/
}


#filterExport {
	display:none;
}

.disableFilterExport {
	background:#F6F6F6;
	height:50px;
	filter:alpha(opacity=40);
   -moz-opacity: 0.4;
   opacity: 0.4;
	position:absolute;
	width:100%;
	z-index:9999;
}

.dateContainerExporter {
	height:50px;
}

.dateIdentify {
	left:5px;
	position:absolute;
	top:12px;
	width: 315px;
}

.inputExport {
	background-color:#FFFFFF;
	border:1px solid #CCCCCC;
	font-size:12px;
	font-weight:bold;
	padding:5px;
}

.dateContainerExporter > .dateFormat {
	left:300px;
	position:absolute;
	top:12px;
	width:200px;
}

.dateContainerExporter > .dateBoxPrevArrow {
	right:376px;
	top:10px;
}

.dateContainerExporter > .dateBoxNextArrow {
	right:342px;
	top:10px;
}

.dateContainerExporter > .dateBox {
	right:127px !important;
	top:11px;
}

.dateContainerExporter > .filterAtualizar {
	right:5px;
	top:12px;
}

.dateFormat .ui-button-text {
	padding:5px 7px !important;
	font-size: 11px;
}

#export h4 {
	margin-top:20px;
	font-size:15px !important;
	margin-bottom:5px;
	color:#0190D8;
}

/*
+------------+
|	Filter	 |
+------------+
*/

.dateContainerWh{
	width: 390px;
	float: left;
}

.dateContainerWhRange{
	width: 100%;
}

.dateContainerWhShowAttrs{
	height: 29px;
	width: 20px;
	display: inline-block;
	/* float: right; */
	position: absolute !important;
	left: 380px !important;
	top: 1px !important;
	*top: 31px !important;
}

.dateContainerWhShowAttrsIcon{
	margin-left: -11px;
}

.dateContainerWhAttrs label span{
	font-size: 10px;
}


.dateContainerWhAttrs input{
	clear: left;
}

.dateContainerWhAttrs > ul{
	width: 500px;
}

.dateContainerWhAttrs > ul > li{
	float: left;
	width: 250px;
	list-style: none;
}

.showMsg{
	display: none;
	width: 200px;
	padding: 5px;
	margin: 0px auto;
	border: 2px solid #E6E6E6;
	color: red;
	background-color: #F6F6F6;
	text-align: center;
}

.close-dialog{
	margin: 10px auto !important;
	width: 80px;
}

.close-dialog-parent{
	margin: 10px auto !important;
	width: 80px;
}

.title-dark{
	color: #1580AF;
}

.display-none{
	display: none;
}


/*
+------------------------+
|	Style das tabelas	 |
+------------------------+
*/

#exportDownloads{
	width: 99%;
	margin: 0px auto;
}

.simpleLoading{
	background: url('/resources/all/images/loadingAnimation.gif') no-repeat center center;
	width: 208px;
	height: 13px;
	margin: 0 auto;
}

.simpleTable{
	/*font-size: 12px;*/
	background: #fff;
	/*margin: 45px;*/
	width: 95%;
	border-collapse: collapse;
	text-align: left;
	margin: 0 auto;
	font-size: 12px;
	line-height: 19px;
}

.simpleTable th{
	font-size: 14px;
	font-weight: normal;
	color: #039;
	/*padding: 10px 8px;*/
	border-bottom: 2px solid #6678b1;
}

.simpleTable td{
	border-bottom: 1px solid #ccc;
	color: #000;
	padding: 5px 0px;
	width: 19%;
}

.simpleTable tbody tr:hover td{
	background-color: #f6f6f6;
}

table.simpleTable thead tr .header {
	background-image: url('/resources/all/images/sd/bg.gif');
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 20px;
	cursor: pointer;
}

table.simpleTable thead tr .headerSortUp {
	background-image: url('/resources/all/images/sd/asc.gif');
}
table.simpleTable thead tr .headerSortDown {
	background-image: url('/resources/all/images/sd/desc.gif');
}

.dateBoxTextExport {
	float: left;
	margin-left: 10px;
}

.clear{
	clear: both;
}

.history-buttons {
	position: absolute;
	top: 3px;
	left: 0px;
	/*top: -3px;
	left: 15px;*/
}


.history-msg-button{
	position: absolute;
	top: 0px;
	left: 170px;
	display: block;
	text-align: right;
	color: #666;
}

/**
* dateSingle.tpl
*/

.sd-graph-history-sensor-name{
	float: left;
	font-size: 16px;
	color: #0190D8;
	margin-left: 6px;
	width: 300px;
}
.black{
	color: #000 !important;
}

.normal{
	font-weight: normal;
}

.history-new-win{
	background: url("/resources/all/css/smoothness/images/ui-icons_888888_256x240.png");
	background-position:-48px -80px;
	height: 16px;
	width: 16px;
	display: block;
}

.history-buttons .ui-icon-newwin{
	float: right;
}

.history-buttons .ui-button{
	padding: 5px !important;
	width: 135px;
}

.graph-history{
	margin-bottom: 15px;
	height: 400px;
	background: url('/resources/all/images/loadingAnimation.gif') no-repeat center center;
}

#sd-main-graph-history .graphs{
	margin: 0px auto !important;
	height: 100%;
	width: 100%;
	background-color: #fff;
}

.sd-graph-history{
	border: 1px solid #E6E6E6;
	margin-bottom: 50px;
}

.sd-header-history{
	cursor: pointer;
}

.jqplot-legend {
	width: 420px;
	margin: 10px auto;
	font-size: 11px;
	margin-right: 31px;
	/*background-color: #f9f9f9;*/
	border: solid 1px #e6e6e6;
	padding: 3px;
}

.flot-legend {
	float: left;
	border: solid 1px #e6e6e6;
	width: 450px;
	margin: 10px 20px 0px 0px;
	margin-top: 0px\9;
	*margin-top: 10px;
	font-size: 11px;
	padding: 3px;
	text-align: left;
}

.jqplot-legend tr{
	text-align: left;
}

.jqplot-legend-dimensions{
	height: 3px;
	width: 12px;
	float: left;
	margin-top: 9px;
}

.jqplot-legend-ok{
	background-color: #01AF00;
}

.jqplot-legend-warning{
	background-color: #CCCC00;
}

.jqplot-legend-critical{
	background-color: #CC0000;
}


.dateContainerGrouping {
	position:absolute;
	left:13px;
}

.dateContainerGroupingLabel {
	line-height: 30px;
	height: 30px;
}

.dateContainerGroupingBox {
	position: absolute;
	left: 50px;
	top: 0px;
	border: solid 1px #ccc;
	width: 320px;
	height: 30px;
	font-size: 15px;
	font-weight: bold;
	cursor: pointer;
	line-height: 30px;
}

.dateContainerGroupingBox:hover {
	border: solid 1px #999;
}

.dateContainerGroupingBoxText {
	margin-left: 10px;
}

.dateContainerGroupingOutsideArrow {
	background-color:#F1F1F1;
	float:right;
	height:30px;
	line-height:30px;
	text-align:center;
	width:20px;
	*margin-top: -30px;
}

.dateContainerGroupingOutsideArrow span {
	margin: 13px auto;
}

.dateContainerGroupingOptions {
	border: 1px solid #ccc;
	padding: 5px;
	background: #fff;
	z-index: 5554;
	position: absolute;
	top: 30px;
	left: -1px;
	display: none;
}

.dateContainerGroupingOptions ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	width: 310px;		/* 300 (largura do box) - 10 (2*5px de padding) */
}

.dateContainerGroupingOptions li {
	display: block;
	cursor: pointer;
	font-size: 15px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	padding: 5px;
}


.dateContainerGroupingOptions li:hover {
	background: #ddd;
}

.dateContainerTimezone {
	font-size: 11px;
	text-align: right;
	/*padding-right: 12px;*/
	height: 20px;
	padding: 1px
}

.exportDateContainerTimezone{
	position: absolute;
	top: -23px;
	left: 0px;
	font-size: 11px;
}

.sd-export-info {
	padding-left: 60px;
	padding-right: 60px;
	font-size: 90%;
}

/*
+-----------------------------------------------------------+
|	Css do div contento o relógio de atualização automatica	|
+-----------------------------------------------------------+
*/
.clock-container{
	position: absolute;
	/*float: right;*/
	width: 160px;
	top: 55px;
	cursor: pointer;
	right: 15px;
}

.clock{
	padding: 3px;
}

.clock-txt{
	float: left;
	margin-top: -17px;
	margin-left: 19px;
}

.clock-txt-time{
	font-weight: bold;
}

.clock-list-time{
	list-style: none;
	padding: 2px;
	margin: 0px;
	display: none;
	width: 147px;
}

.clock-list-time li{
	padding-left: 3px;
}

.clock-list-time li:hover {
	background-color: #d6d6d6;
}

.refreshPendents{
	cursor: pointer;
}

#sd-header-info{
	position: relative;
}

#sd-header-info table{
	margin: 0 auto;
	width: 310px;
}

/***********************************************
 * estilos dos alertas
 **********************************************/

.overview-circle {
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
	border-radius:20px;
	width: 12px;
	height: 12px;
	margin: 0 auto;
	box-shadow: 0 0 4px #666666 inset;
	-moz-box-shadow: 0 0 4px #666666 inset;
	-webkit-box-shadow: 0 0 4px #666666 inset;
	cursor: help;
}

.bg-color-OK, .bg-color-CONNECTION_OK {
	background-color: #30CF30 !important;
}

.bg-color-UNKNOWN {
	background-color: #c0c0c0;
}

.bg-color-WARNING, .bg-color-CONNECTION_WARNING {
	background-color: #FB8B00;
}

.bg-color-CRITICAL {
	background-color: #CF0000;
}

.bg-color-ERROR {
	background-color: #000;
}

.bg-color-OUT_OF_RANGE {
	background-color: #900090;
}

.bg-color-COMM_ERROR {
	background-color: #009090;
}

.bg-color-COMM_TIME_OUT {
	background-color: #0079B2;
}

.sd-filter-add {
	width: 100%;
	margin-bottom: 24px;
}
