#alarms {
	/*padding-left:0px;
	padding-right:0px;	
	float:right;
	overflow: scroll;
	width: 300px;*/
	
	padding: 0 0 0 0;
    float: right;
    overflow: scroll;
    top: 113px;
    bottom: 0px;
    width: 300px;
    height: calc(100% - 113px);	
	
	
}
#alarms .row .tab {
	background-color: #ccc;
	color:#fff;
	font-weight:bold;
	border-radius: 10px;  
	float: left;
	border: 1px solid #ccc; 
	width: calc( 50% - 10px);
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

	display:block;
	margin-top: 5px;
	margin-bottom: 5px;	

	margin-left:5px;
	margin-right:0px;
}
#alarms .row .tabS {
	background-color: #aaa;
	color:#000;
	font-weight:bold;
	border-radius: 10px;  
	float: left;
	border: 1px solid #ccc; 
	width: calc( 50% - 10px);
	text-align: center;
	font-size: 10px;
	padding-top: 5px;
	padding-bottom: 5px;

	display:block;
	margin-top: 5px;
	margin-bottom: 5px;	

	margin-left:5px;
	margin-right:0px;
}

#alarms .row .tab:hover {
	color:#000;
}
#alarms .row .tabS:hover {
	color:#000;
}

#alarms div {
	border: 0px solid black;
}


#alarms .alarmForwards table tr td img, 
#alarms .row table tr td img, 
#alarms .row table tr td.input img {
    max-width: 24px;
    max-height: 24px;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
}
#alarms .row table tr td.schedule {
	font-size: 10px;
	vertical-align: middle;
	text-align: center;
	padding: 1 0 0 0;
}
#alarms .row table tr td.scheduleleft {
	font-size: 10px;
	vertical-align: middle;
	text-align: left;
	padding: 1 0 0 0;
}
#alarms .alarmForwards table tr td.schedule table tr td,
#alarms .row table tr td.schedule table tr td {
	font-size: 10px;
	vertical-align: middle;
	text-align: center;
	padding: 0 0 0 0;
}

#alarms  .title img {
    max-height: 32px;
}



#alarms .row .block{

	border-radius: 10px;  
	float: left;
	border: 1px solid #ccc; 
	width: calc(100% - 12px);
	text-align: center;
	font-size: 12px;
	padding: 5 0 5 0;
	min-height:60px;
	max-height:60px;
	display:block;
	margin: 5 0 5 5	;
	color: #000;
}
#alarms .row .block .title{	
	width: 97%;
	text-align: left;
	vertical-align: top;
	display:block;
	font-size: 12px;
	padding-top: 0px;
	padding-bottom: 0px;
	max-height:25px;
	float: right;
	font-weight: bold;
}
#alarms .row .block .title .name{	
	width: 65%;
	text-align: left;
	display:block;
	font-size: 12px;
	padding-top: 5px;
	padding-bottom: 0px;
	max-height:25px;
	float: left;
	text-overflow: ellipsis;
	font-weight: bold;
	overflow: hidden;
	white-space: nowrap;
}
#alarms .row .block .title .state{
	width: 33%;
	text-align: right;
	display:block;
	font-size: 10px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 5px;
	float: right;
	font-weight: bold;
}
#alarms .row .block .title .state img{
	max-width: 24px;
	max-height: 24px;
}
#alarms .row .block .icon{
	color: #aaa;
    width: 20%;
    text-align: center;
    font-size: 10px;
    padding-top: 5px;
    padding-bottom: 10px;
    float: left;
    display: block;
}
#alarms .row .block .info{
	width: 97%;
	text-align: left;
	display:block;
	font-size: 10px;
	padding-top: 15px;
	padding-bottom: 0px;
	max-height:75px;
	float: right;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#alarms .row .block .info img, #alarms .row .block .infoDouble img{
	max-width: 12px;
	max-height: 12px;
}
#alarms .row .block .infoDouble{
	width: 97%;
	text-align: left;
	display:block;
	font-size: 10px;
	padding-top: 0px;
	padding-bottom: 5px;
	max-height:90px;
	float: right;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.alarmForwards{
	background-color:#ccc;	
	border-radius: 10px;  
	float: left;
	width: calc(100% - 20px);
	text-align: center;
	font-size: 12px;
	padding: 5 5 5 5;
	margin: 5 0 0 5;	
}
.timeout {
	padding-top: 10px;
	padding-bottom: 10px;	
	font-size: 12px;
}

input.reason{
	width: 99%;
	font-size: 12px;	
}






.timeoutSlider {
  -webkit-appearance: none;
  width: 100%;
  height: 12px;
  border-radius: 10px;   
  background: #fff;
  outline: none;
  opacity: 0.7;
  -webkit-transition: .2s;
  transition: opacity .2s;
} 
.timeoutSlider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50%; 
  background: #0f6e7d;
  cursor: pointer;
}

.timeoutSlider::-moz-range-thumb {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background: #0f6e7d;
  cursor: pointer;
}


#alarms .alarmForwards table {
	border-collapse: collapse;
}
#alarms .alarmForwards table tr td.info{
	font-size: 12px;
}
#alarms .alarmForwards div.scheduleDay {
	font-size: 12px;
	margin: 10px 0 10px 0;
}
#alarms .alarmForwards table tr td.title {
	font-size: 12px;
	font-weight: bold;
}
#alarms .alarmForwards table tr td.title img {
	max-width: 20px;
	max-height:20px;
}
#alarms .alarmForwards table tr td.value {
	font-size: 10px;
}

#alarms .alarmForwards table tr td.boldpad {
	font-weight: bold;
	padding-top: 15px;
	padding-bottom: 15px;
	
}


#alarms .alarmForwards table tr td.event{	
    max-width: 0;
	text-align: left; 
	font-size: 12px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}









#alarmAdd {
	/*
	padding-left:0px;
	padding-right:0px;	
	float:right;
	overflow: hidden;
	width: 300px;	
	*/
	padding: 0 0 0 0;
    float: right;
    overflow: scroll;
    top: 113px;
    bottom: 0px;
    width: 300px;
    height: calc(100% - 113px);		
}
#alarmAdd .alarmForwards table tr td {
	padding:  2 2 2 2;	
}
#alarmAdd #alarms {
	padding: 0 0 0 0;
	float:right;
	overflow: visible;
	top: 113px; /* Header Height */
    bottom: 0px; /* Footer Height */
	width: 275px;
	height: calc(100% - 56px);	
}
#alarmAdd .row .row .block{	
	border-radius: 10px;  
	float: left;
	border: 1px solid #ccc; 
	width: 95%;
	text-align: center;
	font-size: 12px;
	min-height:32px;
	max-height:32px;
	display:block;
	padding: 5 0 5 0;
	margin: 5 0 5 5;
	color: #000;
}
#alarmAdd  .row .block .title{
	white-space: nowrap;
	overflow:hidden;
	width: 75%;
	text-align: left;
	display:block;
	font-size: 14px;
	padding: 6 6 6 0;
	float: right;
	font-weight: bold;
	height:30px;
}
#alarmAdd .row .block .icon{
	color: #aaa;
	width: 20%;
	text-align: center;
	padding: 2 0 6 0;
	float: left;
	display: block;
}
#alarmAdd .row .block .icon img{
	max-width: 28px;
	max-height:28px;
}




#alarmEdit {
	padding-left:0px;
	padding-right:0px;	
	float:right;
	overflow: hidden;
	width: 300px;	
}


#alarmEdit .alarmForwards table {
	border-collapse: collapse;
}
#alarmEdit .alarmForwards table tr td {
	padding:  2 2 2 2;	
}
#alarmEdit .alarmForwards table tr td.boldpad {
	font-weight: bold;
	padding-top: 0px;
	padding-bottom: 10px;
	
}



#alarmMap {
	z-index:1;
	width: calc(100% - 374px); 	
	/*height:100%;*/
	position: absolute;
	left:74px;
	top: 113px; /* Header Height */
    bottom: 0px; /* Footer Height */
}

















#afMap {
	z-index:1;
	width: calc(100% - 366px); 	
	/*height: 100%;*/
	position: absolute;
	left:66px;
	top: 113px; /* Header Height */
    bottom: 0px; /* Footer Height */
}
#alarmForward {
	padding: 0 0 0 0;
    float: right;
    overflow: scroll;
    top: 113px;
    bottom: 0px;
    width: 300px;
    height: calc(100% - 113px);		
}

#alarmForward .title {
	font-size: 14px;
	font-weight: bold;
}
#alarmForward .input {
	font-size: 12px;
	padding: 6 0 6 0;	
}
#alarmForward .inputt {
	font-size: 12px;
	padding: 0 0 0 0;	
}
#alarmForward .inputS {
	font-size: 10px;
	padding: 0 0 0 0;	
	vertical-align:bottom;
	white-space:nowrap;
}
#alarmForward .smsInfo {
	font-size: 10px;
	padding: 0 0 0 8;
}

#alarmForward .inputS.pad {
	padding: 2 0 2 0;
}
#alarmForward .inputt img {
    max-width: 24px;
    max-height: 24px;
}
#alarmForward .inputS img {
    max-width: 24px;
    max-height: 24px;
}
#alarmForward .inputS img.small {
    max-width:  16px;
    max-height: 16px;
	cursor:hand;
}
#alarmForward .inputS font {
	font-size:8px;
	font-weight:bold; 
	color:red;
}
#alarmForward input.input,
#alarmForward input {
	font-size: 14px;
    width: 100%;
    display: inline-block;
    border: 1px solid #ccc;
    box-shadow: inset 0 1px 3px #ddd;
    border-radius: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6 6 6 6;
    margin: 0 0 0 0;
}
#alarmForward input[type="checkbox"] {
	font-size: 10px;
    width: 12px;
    display: inline-block;
    border: 0px solid #ccc;
    box-shadow: inset 0 0 0 #ddd;
    border-radius: 0px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 0 0;
    margin: 0 0 0 0;
	position: relative;

}

#alarmForward .smallGap {
	font-size: 1px;	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#alarmForward .row .block{
	background-color: #eee;
	border-radius: 10px;  
	float: left;
	border: 1px solid #eee; 
	width: calc(100% - 12px);
	text-align: center;
	font-size: 12px;
	padding: 5 0 5 0;
	min-height:auto;
	max-height:auto;
	display:block;
	margin: 5 0 5 5	;
	color: #000;
}


#alarmForward  .whiteButton{
	background-color: #fff;
	margin-left:0px;
	border-radius: 10px;  
	float: left;	
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor:pointer;
	display:block;
	margin-top: 5px;
	margin-bottom: 5px;	
	color:#000;
}
#alarmForward .whiteButton:hover {
	background-color: #ccc;
	margin-left:0px;
	border-radius: 10px;  
	float: left;
	width: 100%;
	text-align: center;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor:pointer;
	display:block;
	margin-top: 5px;
	margin-bottom: 5px;	
	color:#fff;
}
#alarmForward  .whiteButton50{
	background-color: #fff;
	margin-left:0px;
	border-radius: 10px;  
	float: left;	
	width: calc(50% - 12px);
	text-align: center;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor:pointer;
	display:block;
	margin-top: 5px;
	margin-bottom: 5px;	
	color:#000;
}
#alarmForward .whiteButton50:hover {
	background-color: #ccc;
	margin-left:0px;
	border-radius: 10px;  
	float: left;
	width: calc(50% - 12px);
	text-align: center;
	font-size: 14px;
	padding-top: 6px;
	padding-bottom: 6px;
	cursor:pointer;
	display:block;
	margin-top: 5px;
	margin-bottom: 5px;	
	color:#fff;
}
#alarmForward select {
    width: 100%;
    margin: 5px 0;
    background: #fff;
    border: none;
    border-radius: 10px;
    padding-left: 0px;
    padding-right: 5px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 12px;
}
#alarmForward select.small {
    width: 100%;
    margin: 5px 0;
    background: #fff;
    border: none;
    border-radius: 5px;
    /*padding-left: 0px;
    padding-right: 5px;
    padding-top: 6px;
    padding-bottom: 6px;*/
	padding: 4 0 4 0;
    font-size: 10px;
}








