﻿.button-strong 
{
    cursor: pointer;
	-moz-box-shadow:inset 0px 0px 0px 1px #bbdaf7;
	-webkit-box-shadow:inset 0px 0px 0px 1px #bbdaf7;
	box-shadow:inset 0px 0px 0px 1px #bbdaf7;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #79bbff), color-stop(1, #378de5) );
	background:-moz-linear-gradient( center top, #79bbff 5%, #378de5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#79bbff', endColorstr='#378de5');
	background-color:#79bbff;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	padding:10px 15px;
	text-decoration:none;
}.button-strong:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #378de5), color-stop(1, #79bbff) );
	background:-moz-linear-gradient( center top, #378de5 5%, #79bbff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#378de5', endColorstr='#79bbff');
	background-color:#378de5;
}.button-strong:active {
	position:relative;
	top:1px;
}
.button-strong:disabled {
	visibility: hidden;
}
.not-allowed {
	cursor: not-allowed;
}


.button 
{
    cursor: pointer;
	-moz-box-shadow:inset 0px 0px 0px 1px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 1px #ffffff;
	box-shadow:inset 0px 0px 0px 1px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #bababa) );
	background:-moz-linear-gradient( center top, #ededed 5%, #bababa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#bababa');
	background-color:#ededed;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	padding:10px 15px;
	text-decoration:none;
	min-width: 50px;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
    
}.button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bababa), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #bababa 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bababa', endColorstr='#ededed');
	background-color:#bababa;
}.button:active {
	position:relative;
	top:1px;
}
.button:disabled {
	visibility: hidden;
}

.form-button 
{
    cursor: pointer;
	-moz-box-shadow:inset 0px 0px 0px 1px #ffffff;
	-webkit-box-shadow:inset 0px 0px 0px 1px #ffffff;
	box-shadow:inset 0px 0px 0px 1px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #bababa) );
	background:-moz-linear-gradient( center top, #ededed 5%, #bababa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#bababa');
	background-color:#ededed;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Arial;
	font-size:11px;
	font-weight:bold;
	padding:3px 15px;
	text-decoration:none;
}.form-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bababa), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #bababa 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bababa', endColorstr='#ededed');
	background-color:#bababa;
}.form-button:active {
	position:relative;
	top:1px;
}
.form-button:disabled {
	visibility: hidden;
}

.close-button 
{
    cursor: pointer;
	background-color:#000000;
	-webkit-border-top-left-radius:42px;
	-moz-border-radius-topleft:42px;
	border-top-left-radius:42px;
	-webkit-border-top-right-radius:42px;
	-moz-border-radius-topright:42px;
	border-top-right-radius:42px;
	-webkit-border-bottom-right-radius:42px;
	-moz-border-radius-bottomright:42px;
	border-bottom-right-radius:42px;
	-webkit-border-bottom-left-radius:42px;
	-moz-border-radius-bottomleft:42px;
	border-bottom-left-radius:42px;
	text-indent:0px;
	display:inline-block;
	color:#ffffff;
	font-family:Arial;
	font-size:22px;
	font-weight:bold;
	font-style:normal;
	height:36px;
	line-height:36px;
	width:38px;
	text-decoration:none;
	text-align:center;
}.close-button:hover {
	background-color:#e66022;
}.close-button:active {
	position:relative;
	top:1px;
}

.modal-footer-container
{
    float: right; 
    padding-right: 10px;
    position:relative; top:-6px; 
}

.close-button-container
{
    float: right; 
    padding-right: 0px;
    position:relative; 
    top:-30px; 
    right:-20px;
}




.red-button {
	background-color:#ce0000;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	border:2px solid #fff;
	box-shadow: 0px 0px 0px 1pt #000;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	padding:4px 4px;
	text-decoration:none;
	margin-top: 2px;
}

.green-button {
	background-color:#008100;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	border:2px solid #fff;
	box-shadow: 0px 0px 0px 1pt #000;
	display:inline-block;
	color:#ffffff;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	padding:4px 4px;
	text-decoration:none;
	margin-top: 2px;
}

.yellow-button {
	background-color:#ffff00;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	border:2px solid #ffffff;
	display:inline-block;
	color:#4e4e4e;
	font-family:Verdana;
	font-size:10px;
	font-weight:bold;
	padding:3px 6px;
	text-decoration:none;
}.yellow-button:hover {
	background-color:#dfdfdf;
}.yellow-button:active {
	position:relative;
	top:1px;
}



.expand-button {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Courier New;
	font-size:44px;
	font-weight:bold;
	padding:0px 5px;
	text-decoration:none;
	width: 35px;
}.expand-button:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.expand-button:active {
	position:relative;
	top:1px;
}

.expand-button-label 
{
    background-color:#777777;
    font-weight:bold;
    color: White;
    width: 100%;
    text-align: center;
}



.customdd {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	font-style:normal;
	height:23px;
	line-height:23px;
	width:21px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
	cursor: pointer;
}
.customdd:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.customdd:active {
	position:relative;
	top:1px;
}

.ico-help {
    width: 0px;
    padding-right: 14px;
    height: 15px;
    margin-right: 5px;
    background-image: url(../Images/question-mark.png)
}
.ico-ackSingle { width: 0px; padding-right: 16px; height: 16px; margin-right: 5px; background-position: 0px 0;  background-image: url(../Images/Images_Menus.png) }
.ico-ackAll { width: 0px; padding-right: 16px; height: 16px; margin-right: 5px; background-position: -16px 0;  background-image: url(../Images/Images_Menus.png) }
.ico-clrSingle { width: 0px; padding-right: 16px; height: 16px; margin-right: 5px; background-position: -32px 0;  background-image: url(../Images/Images_Menus.png) }
.ico-clrAll { width: 0px; padding-right: 16px; height: 16px; margin-right: 5px; background-position: -48px 0;  background-image: url(../Images/Images_Menus.png) }
.ico-addNote { width: 0px; padding-right: 16px; height: 16px; margin-right: 5px; background-position: -64px 0;  background-image: url(../Images/Images_Menus.png) }
.ico-clrDisplayed { width: 0px; padding-right: 16px; height: 16px; margin-right: 5px; background-position: -80px 0;  background-image: url(../Images/Images_Menus.png) }
.ico-ackDisplayed { width: 0px; padding-right: 16px; height: 16px; margin-right: 5px; background-position: -96px 0;  background-image: url(../Images/Images_Menus.png) }
.ico-camera { width: 0px; padding-right: 16px; height: 16px; margin-right: 5px; background-position: -112px 0;  background-image: url(../Images/Images_Menus.png) }
.ico-upload { width: 0px; padding-right: 16px; height: 16px; margin-right: 5px; background-position: -128px 0;  background-image: url(../Images/Images_Menus.png) }
.ico-logout { width: 0px; padding-right: 16px; height: 16px; margin-right: 5px; background-position: -144px 0;  background-image: url(../Images/Images_Menus.png) }
.ico-delete { width: 0px; padding-right: 16px; height: 16px; margin-right: 5px; background-position: -160px 0;  background-image: url(../Images/Images_Menus.png) }
.ico-settings { width: 0px; padding-right: 16px; height: 16px; margin-right: 5px; background-position: -176px 0;  background-image: url(../Images/Images_Menus.png) }
.ico-addPerson { width: 0px; padding-right: 16px; height: 16px; margin-right: 5px; background-position: -192px 0;  background-image: url(../Images/Images_Menus.png) }
.ico-addPersons { width: 0px; padding-right: 16px; height: 16px; margin-right: 5px; background-position: -208px 0;  background-image: url(../Images/Images_Menus.png) }
.ico-addCred { width: 0px; padding-right: 16px; height: 16px; margin-right: 5px; background-position: -224px 0;  background-image: url(../Images/Images_Menus.png) }
.ico-addCreds { width: 0px; padding-right: 16px; height: 16px; margin-right: 5px; background-position: -240px 0;  background-image: url(../Images/Images_Menus.png) }
.ico-sig { width: 0px; padding-right: 16px; height: 16px; margin-right: 5px; background-position: -256px 0;  background-image: url(../Images/Images_Menus.png) }
.green-alarm-button { width: 0px; padding-right: 16px; height: 16px; background-position: -272px 0;  background-image: url(../Images/Images_Menus.png) }
.red-alarm-button { width: 0px; padding-right: 16px; height: 16px; background-position: -288px 0;  background-image: url(../Images/Images_Menus.png) }
.yellow-alarm-button { width: 0px; padding-right: 16px; height: 16px; background-position: -304px 0;  background-image: url(../Images/Images_Menus.png) }
.ico-info { width: 0px; padding-right: 16px; height: 16px; margin-right: 5px; background-position: -320px 0;  background-image: url(../Images/Images_Menus.png) }
.ALT_ico-blank { width: 0px; padding-right: 16px; height: 0px; margin-right: 5px; }
.TAG_ico-blank { width: 0px; padding-right: 16px; height: 0px; margin-right: 5px; }
.DIS_ico-blank { width: 0px; padding-right: 16px; height: 0px; margin-right: 5px; }

.disabled{
    pointer-events:none;
    opacity:0.4;
}
