﻿
a.navlink
{
    display: block;
    width: 100%;
    height: 100%;
    font-size: 1.0em;
    font-weight: bold;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    color: #FFFFFF !important;
}

a.navlink:active
{
    color: #FFFFFF;
}

a:active
{
    color: #FF0000;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* LAYOUTS */

#page-wrap
{
    margin: 5px auto auto auto;
}
#main
{
}
#main > div
{
}
#camera
{
    padding: 1px 1px 27px 1px;
}
#extra
{
    overflow: auto;
    padding: 1px;
}
#content
{
    padding: 1px;
}
#playback
{
    overflow: none !important;
    padding: 1px;
}

#divQualityHolder
{
    padding-top: 5px;
}

#tblXmlEventList td
{
    padding-left: 15px !important;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page
{
    width: 960px;
}
.header h1
{
    font-weight: 900;
    margin: 0px;
    padding: 0px 0px 0px 20px;
    color: #FF0000;
    border: none;
    line-height: 2em;
    font-size: 2em;
    font-style: oblique;
}

.main
{
    padding: 0px 5px 0px 5px;
    margin: 12px 4px 8px 4px;
    min-height: 420px;
}

.leftCol
{
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer
{
    color: #4e5766;
    padding: 8px 0px 0px 0px;
    margin: 0px auto;
    text-align: center;
    line-height: normal;
}


a.commandlink
{
    border: 1px solid #800000;
    display: block;
    width: 95%;
    height: 100%;
    border-radius: 0.3em;
    -moz-border-radius: 0.3em;
    -webkit-border-radius: 0.3em;
    color: #800000;
    cursor: pointer;
}

a.wait
{
    cursor: wait !important;
}

#divQueueStatusHolder
{
    position: fixed;
    bottom: 0px;
    width: 100%;
    left: 0px;
    height: 25px;
    /* max-height: 30px; TODO - We don't want this? */
}
#divQueueStatus
{
    text-align: center;
    position: absolute;
    bottom: 0px;
    background-color: White;
    border-top: 1px solid silver;
    width: 100%;
}

/* TOP MENU   
----------------------------------------------------------*/
div.hideSkiplink
{
    background-color: #800000;
    width: 100%;
}

div.hideSkiplinksub
{
    background-color: #C82420;
    width: 100%;
    color: #FFFFFF;
    text-align: center;
}

div.hideSkiplinksub a
{
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
}

div.hideSkiplinksub a:hover
{
    text-decoration: underline;
}

div.siteButtons
{
    display: block;
}

/* TABLES  
----------------------------------------------------------*/
.collapseTable
{
    border-collapse: collapse;
    border-spacing: 0px;
}

.gridRow
{
    background-color: White;
    font-size: 110%;
    padding: 3px !important;
}
.gridRow > td
{
    font-size: 110%;
    padding: 3px !important;
}

.altGridRow
{
    background-color: #DDDDDD;
    font-size: 110%;
    padding: 3px !important;
}
.altGridRow > td
{
    font-size: 110%;
    padding: 3px !important;
}

.gridRow:hover
{
    background-color: #b11d29 !important;
    color: White;
    cursor: pointer;
}
.gridRow:hover > td > a
{
    color: White;
    cursor: pointer;
}

.altGridRow:hover
{
    background-color: #b11d29 !important;
    color: White;
    cursor: pointer;
}

.hoverGridRow
{
}

.selectedGridRow
{
    background-color: Green;
    color: White;
    font-weight: bold;
}

imgCell
{
    vertical-align: middle;
}


/* SCHEDULES */

tr.DisarmRow
{
    padding: 0px;
    margin: 0px;
}
div.DisarmSection
{
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #FFFFFF;
    width: 600px;
    height: 16px;
    top: 0px;
    margin: 0px;
    position: relative;
    background-color: #66FF66;
}
div.DisarmPeriod
{
    background-color: #F8A3A3;
    border: 1px solid Red;
    position: absolute;
    height: 14px;
}
div.DisarmCreatingPeriod
{
    background-color: White;
}
div.DisarmSelectedPeriod
{
    background-color: White;
}

tr.PatrolsRow
{
    padding: 0px;
    margin: 0px;
}

div.PatrolsSection
{
    width: 600px;
    height: 18px;
    top: 0px;
    margin: 0px;
    position: relative;
    background-color: Gray;
}

div.PatrolsPeriod
{
    background-color: #CC0000;
    position: absolute;
    height: 18px;
}

div.PatrolsCreatingPeriod
{
    background-color: White;
}
div.PatrolsSelectedPeriod
{
    background-color: White;
}

tr.AlarmArmingRow
{
    padding: 0px;
    margin: 0px;
}
div.AlarmArmingSection
{
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #FFFFFF;
    width: 600px;
    height: 16px;
    top: 0px;
    margin: 0px;
    position: relative;
    background-color: #66FF66;
}
div.AlarmArmingPeriod
{
    background-color: #F8A3A3;
    border: 1px solid Red;
    position: absolute;
    height: 14px;
}
div.AlarmArmingCreatingPeriod
{
    background-color: White;
}
div.AlarmArmingSelectedPeriod
{
    background-color: White;
}

tr.ExpectedRow
{
    padding: 0px;
    margin: 0px;
}
div.ExpectedSection
{
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #FFFFFF;
    width: 600px;
    height: 16px;
    top: 0px;
    margin: 0px;
    position: relative;
    background-color: #808080;
}
div.ExpectedPeriod
{
    background-color: #66FF66;
    border: 1px solid #33CC33;
    position: absolute;
    height: 14px;
}
div.ExpectedCreatingPeriod
{
    background-color: White;
}
div.ExpectedSelectedPeriod
{
    background-color: White;
}


tr.AutoHandleRow
{
    padding: 0px;
    margin: 0px;
}
div.AutoHandleSection
{
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #FFFFFF;
    width: 600px;
    height: 16px;
    top: 0px;
    margin: 0px;
    position: relative;
    background-color: #808080;
}
div.AutoHandlePeriod
{
    background-color: #66FF66;
    border: 1px solid #33CC33;
    position: absolute;
    height: 14px;
}
div.AutoHandleCreatingPeriod
{
    background-color: White;
}
div.AutoHandleSelectedPeriod
{
    background-color: White;
}


tr.ScriptScheduleRow
{
    padding: 0px;
    margin: 0px;
}
div.ScriptScheduleSection
{
    border-style: solid;
    border-width: 1px 0px 1px 0px;
    border-color: #FFFFFF;
    width: 600px;
    height: 16px;
    top: 0px;
    margin: 0px;
    position: relative;
    background-color: #C0C0C0;
}
div.ScriptSchedulePeriod
{
    background-color: #3399FF;
    border: 1px solid #0066FF;
    position: absolute;
    height: 14px;
}
div.ScriptScheduleCreatingPeriod
{
    background-color: White;
}
div.ScriptScheduleSelectedPeriod
{
    background-color: White;
}

div.scheduleHolder
{
    width: 700px;
}

div.scheduleDetailsHolder
{
    width: 740px;
}

table.scheduleSpan
{
    width: 200px;
}

td.scheduleSpanDescription
{
    width: 90px;
}

td.scheduleSpanField
{
    width: 40px;
}

td.scheduleSpanAdditionalField
{
    width: 10px;
    text-align: right;
}


/* DATA */

textarea.notesArea
{
    width: 90%;
    height: auto;
}

/* MAP ACTIONS */

#mapImage
{
    position: relative; z-index: 98;
}

table.mapTable
{
    margin: 10px;
}

#divMapHolder .fixedSize
{
    max-height: 300px;
}

#divMapHolder .flexibleSize
{
    width: 100%;
    height: 100%;
}

#divMapHolder .hide 
{
    height: 0px !important;
    width: 0px !important;
}

#divMapImage .fixedSize
{
    height: 300px !important; width: 500px !important;
}

#divMapImage .flexibleSize
{
    width: 100%;
    height: 100%;
}

#mapImage .fixedSize
{
    height: 300px !important; width: 500px !important;
}

#mapImage .flexibleSize
{
    width: 100%;
    height: 100%;
}

#tdMapsList
{
    vertical-align: top;
    border: 1px solid #cccccc;
	border-top-width: 0;
    bottom:0; 
    top:0;
    overflow:auto;
}

.tblMapsListHolder
{
    width: 197px;
    vertical-align: top;
}

.divMapListHolder
{
    vertical-align: top; 
    overflow: auto;
    display: inline-block;
    width: 197px;
}

.tdMapsListItem{
    font-size:0.9em; 
    padding:7px;
}

.tdMapsListItem:nth-child(odd) {
    background-color: #eeeeee;
}

.tdMapsListItem:nth-child(even) 
{
    background-color: #dddddd;
}

#tblMapsHolder
{
    height: 300px;
}

#divExpandMapHolder
{
    top: 0px; right: 0px; float: right;
}

#divActionsHolder
{
    position: relative; z-index: 99;
}

#divActionsHolder .directionAction {
	background-position-x: 5px;
}

#divGoogleMapsHolder .fixedSize
{
     height: 300px !important; width: 500px !important;
}

#divGoogleMapsHolder .flexibleSize
{
    width: 100%;
    height: 100%;
}

#divGoogleMapsHolder .hide
{
    height: 0px !important;
    width: 0px !important;
}

.tdGoogleMapsLaunch
{
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.tdNewWindowLaunch
{
    padding-left: 0px !important;
    padding-right: 2px !important;
}

.mapSelect div
{
    color: #333333;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
    margin: 2px 0px;
    padding: 1px 0px;
}
.mapSelect div:hover
{
    background-color: #EEE !important;
}
.selectedMapRow
{
    font-weight: bold;
}

.mapBox
{
    width: 610px !important;
    height: 410px !important;
    /*width: 100%;
    height: 100%;*/
    /*padding: 5px;*/
    background-color: #f7f7f7;
    /*border: 1px solid #ccc;*/
	position: relative;
	overflow: hidden;
}

div.mapAction
{
    position: absolute;
    cursor: pointer;
    z-index: 100;
    
    -webkit-box-sizing: border-box; /* Safari 3.0 - 5.0, Chrome 1 - 9, Android 2.1 - 3.x */
	-moz-box-sizing: border-box;    /* Firefox 1 - 28 */
	box-sizing: border-box;         /* Safari 5.1+, Chrome 10+, Firefox 29+, Opera 7+, IE 8+, Android 4.0+, iOS any */
}

div.cameraAction
{
    border: 1px solid Aqua;
    background: #3399FF;
}
div.cameraAction:hover
{
    border-width: 2px;
}

div.cameraActionRemote
{
    border: 1px solid #00B6B6;
    background:#0F89FF;
}

div.multiviewAction
{
    border: 1px solid #5b5bff;
    background: #3333ff;
}
div.multiviewAction:hover
{
    border-width: 2px;
}

div.multiviewActionRemote
{
    border: 1px solid #3333ff;
    background:#5b5bff;
}

div.audioAction
{
    border: 1px solid #CC3300;
    background: #FFCC66;
}
div.audioAction:hover
{
    border-width: 2px;
}

div.audioActionRemote
{
    border: 1px solid #5F1800;
    background:#C18A1C;
}

div.relayAction
{
    border: 1px solid Green;
    background: #66FF99;
}
div.relayAction:hover
{
    border-width: 2px;
}

div.relayActionRemote
{
    border: 1px solid #002700;
    background:#00D849;
}

div.gotoAction
{
    border: 1px solid #FF00FF;
    background: #CC99FF;
}

div.gotoActionRemote
{
    border: 1px solid #890089;
    background:#B66FFF;
}

div.gotoAction:hover
{
    border-width: 2px;
}

div.directionAction
{
	/*background:  url('../images/arrow-right.png') no-repeat; */
	background:  url('../images/arrow-blue.png') no-repeat; 
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
	background-size: contain;
	z-index: 99;
	cursor: initial;
	
}
div.direction
{
    border: 2px dotted #696969;
	/*background:  url('../images/arrow-right.png') no-repeat; */
	background:  url('../images/arrow-blue.png') no-repeat; 
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
	background-size: contain;
	z-index: 101;
	
}
div.selectedAction.direction
{
    border: 2px dotted #000000;
	/*background:  url('../images/arrow-right.png') no-repeat !important; */
	background:  url('../images/arrow-blue.png') no-repeat !important; 
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
	background-size: contain !important;
	z-index: 101;
	
}
div.selectedAction.direction:hover
{
    border-width: 2px;
    /*background:  url('../images/arrow-right.png') no-repeat !important; */
    background:  url('../images/arrow-blue.png') no-repeat !important; 
    -webkit-background-size: contain !important;
    -moz-background-size: contain !important;
    -o-background-size: contain !important;
	background-size: contain !important;
	z-index: 101;
}

div.activeAlarmAction
{
    border: 3px solid #CC0000 !important;
    /*background: #FF9999 !important;*/
}

div.activeAlarmActionAcknowledged
{
    border-color: #CC0000 !important;
    border: 1px solid !important;
    /*background: #FF9999 !important;*/
}

div.activeAlarmAction:hover
{
    border-width: 2px;
}

div.alarmAction
{
    border: 1px solid #333333;
    background: #CCCCCC;
}
div.alarmAction:hover
{
    border-width: 1px;
}

div.unknownAction
{
    border: 1px solid #FFFFFF;
    background: #CCCCCC;
}
div.unknownAction:hover
{
    border-width: 2px;
}

div.selectedAction
{
    background: white !important;
    border-width: 3px;
}

div.script
{
    width: 100%;
    padding: 3px;
}

div.scriptStep
{
    width: 90%;
    border: 1px solid #AAAAAA;
    padding: 8px 8px 8px 34px;
    margin: 10px;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
}

.scriptStepYN
{
    background-image: url('../images/eventrecord/er-11.png');
    background-repeat: no-repeat;
    background-position: 8px center;
}
.scriptStepCall
{
    background-image: url('../images/eventrecord/er-3.png');
    background-repeat: no-repeat;
    background-position: 8px center;
}
.scriptStepInput
{
    background-image: url('../images/script-icons/enter-value.png');
    background-repeat: no-repeat;
    background-position: 8px center;
}
.scriptStepCamera
{
    background-image: url('../images/eventrecord/er-4.png');
    background-repeat: no-repeat;
    background-position: 8px center;
}
.scriptStepText
{
    background-image: url('../images/script-icons/ask-for-input.png');
    background-repeat: no-repeat;
    background-position: 8px center;
}

.scriptStepNotify
{
    background-image: url('../images/script-icons/transmit-blue.png');
    background-repeat: no-repeat;
    background-position: 8px center;
}

.scriptStepTimer
{
    background-image: url('../images/clock.png');
    background-repeat: no-repeat;
    background-position: 10px 20px;
}

.scriptsteptext
{
    padding:3px;
}

#scriptsteptime
{
    padding:3px;
}

.not-selectable {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.linkedCameraChainsImg {
    content: url('/images/script-icons/link-delete.png');
}

#btnLinkToAlarm {
    content: url('/images/script-icons/link-add.png');
}

#imgExpandCamera {
    content: url('/images/camera-expand.png');
    cursor: pointer;
}

.scriptStepMultiview {
    background-image: url('../images/split.png');
    background-repeat: no-repeat;
    background-position: 8px center;
}

.scriptStepFinished
{
    background-image: url('../images/eventrecord/er-24.png');
    background-repeat: no-repeat;
    background-position: 8px center;
}

.scriptButtons
{
    margin-top: 5px;
}

div.scriptStepComplete
{
    color: #999999;
    background-image: url('../images/script-icons/yes-no.png');
    background-repeat: no-repeat;
    background-position: 8px center;
}

#tooltip
{
    position: absolute;
    z-index: 3000;
    border: 1px solid #111;
    background-color: #eee;
    padding: 5px;
    opacity: 0.85;
}

td.SiteSelect
{
    border-spacing: 0px;
    border-collapse: collapse;
    cursor: pointer;
    padding: 2px 0 2px 0;
}
td.SiteSelect:Hover
{
    background-color: #e7f4fa;
}
td.SiteSelected
{
    background-color: #990000 !important;
    color: #FFFFFF !important;
}

div.SiteCamera
{
    border: 1px solid #C0C0C0;
    width: 100px;
    display: inline;
}

ul.CriticalEventBox
{
    margin: 0;
    padding: 0;
    max-height: 500px;
    overflow-y: auto;
}
ul.CriticalEventBox li
{
    margin: .1em;
    text-align: center;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    width: 170px;
}
ul.CriticalEventBox li:hover
{
    background-color: #DDDDDD;
}

li.SelectedCriticalEvent
{
    background-color: #333333 !important;
    color: #FFFFFF !important;
}
li.CriticalEventBoxUnviewed
{
    border: 1px solid #f79d9d !important;
    background-color: #fde6e6;
    color: #c71612;
}
li.CriticalEventBoxUnviewed:hover
{
    border: 1px solid #FF0000 !important;
    background-color: #DDDDDD;
    color: #FF0000;
}

ul.EventSearch
{
}

ul.EventSearch li
{
    cursor: pointer;
}
ul.EventSearch li:hover
{
    background-color: #CCCCCC;
    color: #000000;
}
li.EventSearchSelected
{
    background-color: #333333 !important;
    color: #FFFFFF !important;
}

ul.WelcomePageBox
{
    margin: 0;
    padding: 0;
    margin-top: 40px;
}
ul.WelcomePageBox li
{
    margin: .1em;
    border: 1px solid #EEEEEE;
    text-align: center;
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    color: #3366CC;
    width: 200px;
}
ul.WelcomePageBox li:hover
{
    background-color: #EEEEEE;
}

div.hide
{
    display: none;
}
img.hide
{
    display: none;
}

.camera
{
    float: left;
    width: 190px;
    padding: 5px;
    margin: .25em;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25em;
    -moz-border-radius: 0.25em;
    -webkit-border-radius: 0.25em;
    height: 170px;
}
.camera:hover
{
    background-color: #EEE;
}
.selectedCamera
{
    background-color: #DDDDDD !important;
}
.selectedCamera td
{
    background-color: #DDDDDD !important;
}
.camerasDisplayMore
{
    padding: 5px 0px 5px 0px;
    float: left;
    width: 98%;
    text-align: center;
    background-color: #DDDDDD;
    cursor: pointer;
}
.camerasDisplayMore:hover
{
    background-color: #EEEEEE!important;
    color: Red;
}

.systemLogDisplayMore
{
    padding: 5px 0px 5px 0px;
    float: left;
    width: 100%;
    text-align: center;
    background-color: #DDDDDD;
    cursor: pointer;
    border:1px solid black;
}

#camerasSection
{
}
.selectedSiteHeader
{
}
.eventSearchHeader
{
    padding: 10px;
    border: 1px solid #AAAAAA;
    margin: 5px;
}

.eventDetailsHolder
{
    padding: 10px;
    border: 1px solid #AAAAAA;
}
.eventResultHolder
{
    max-height: 500px;
    overflow: auto;
}

#CamerasListing
{
    margin-right: 10px;
}

.selectedNavigation
{
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    padding: 0 0 0 0 !important;
}
.selectedNavigation > a
{
    background-color: #fff;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 0px 20px !important;
}

.siteTable
{
    margin: 5px 0px;
    max-height: 400px;
    overflow: auto;
}
.siteTable span.selected
{
    border: 1px solid #3399FF;
    background-color: #CCFFFF;
}

#siteTree, #divSiteTreeHoldingContainer, #divCamerasListDisplay {
    font-family: "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

td.SiteSelect
{
    padding: 2px 0px;
}
td > siteNode
{
    font-size: 10pt;
}
.siteTable tr:nth-child(even)
{
    background: #E0E0E0;
}
td.armed
{
    background: url(/images/icon-armed-small.png) no-repeat 3px center;
    text-indent: 30px;
}
td.disarmed
{
    background: url(/images/icon-disarmed-small.png) no-repeat 3px center;
    text-indent: 30px;
}
.licenseInvalid
{
    color: Gray;
}

.aspNetDisabled label
{
    color: Silver;
}

.aspNetDisabled textarea
{
    background-color: #EEEEEE;
}

.aspNetDisabled input[type="text"]
{
    background-color: #EEEEEE !important;
}

.getServerList
{
    padding: 10px;
}


.btn-zoom-in-icon
{
    background: url("/images/zoom-in.gif") no-repeat scroll left center transparent;
    line-height: 16px;
    padding: 2px 0 2px 20px;
}

.btn-zoom-out-icon
{
    background: url("/images/zoom-out.gif") no-repeat scroll left center transparent;
    line-height: 16px;
    padding: 2px 0 2px 20px;
}

.btn-grid-view
{
    background: url("/images/grid-view.gif") no-repeat scroll left center transparent;
    line-height: 15px;
    padding: 2px 0 2px 20px;
}

.btn-list-view
{
    background: url("/images/list-view.gif") no-repeat scroll left center transparent;
    line-height: 15px;
    padding: 2px 0 2px 20px;
}

.btn-help-icon
{
    background: url("/images/help.png") no-repeat scroll left center transparent;
    line-height: 16px;
    padding: 2px 0 2px 20px;
}

.btn-show-in-alarm-icon
{
    background: url("/images/show-in-alarm.png") no-repeat scroll left center transparent;
    line-height: 16px;
    padding: 2px 0 2px 20px;
}

.btn-audio-receive-icon
{
    padding-left: 5px;
    padding-right: 5px;
}

.btn-audio-receive-icon a
{
    border: 1px solid #DDD;
}

td.btn-audio-receive-icon a:hover
{
    background-color: #EEE;
    border: 1px solid #CCC;
}

.btn-audio-receive-icon a
{
    background: url("/images/audio-stop-icon.png") no-repeat scroll left center transparent;
    line-height: 16px;
    padding: 2px 5px 2px 25px;
    display: block;
}

.btn-audio-receive-icon a.active
{
    background: url("/images/audio-receive-icon.png") no-repeat scroll left center transparent;
    line-height: 16px;
    padding: 2px 5px 2px 25px;
    display: block;
    background-color: #00FF00;
    border: 1px solid #AAA;
}

td.btn-audio-receive-icon a.active:hover
{
    background: url("/images/audio-receive-icon.png") no-repeat scroll left center transparent;
    line-height: 16px;
    padding: 2px 5px 2px 25px;
    display: block;
    background-color: #00F000 !important;
}

.btn-audio-transmit-icon a
{
    border: 1px solid #DDD;
}

td.btn-audio-transmit-icon a:hover
{
    background-color: #EEE;
    border: 1px solid #CCC;
}

.btn-audio-transmit-icon a
{
    background: url("/images/audio-transmit-off.png") no-repeat scroll left center transparent;
    line-height: 16px;
    padding: 2px 5px 2px 25px;
    display: block;
}

.btn-audio-transmit-icon a.active:hover
{
    background: url("/images/audio-transmit-on.png") no-repeat scroll left center transparent;
    line-height: 16px;
    padding: 2px 5px 2px 25px;
    background-color: #AAA !important;
    display: block;
    border: 1px solid #DDD;
}

.btn-search-small-icon
{
    background: url("/images/search-small.png") no-repeat scroll left center transparent;
    line-height: 16px;
    padding: 2px 5px 2px 20px;
    display: block;
}

.btn-search-clear-icon
{
    background: url("/images/icon-close.png") no-repeat scroll left center transparent;
    line-height: 16px;
    padding: 2px 5px 2px 20px;
    display: block;
}


/* SELECTS */
div.divBigSelect div.selector
{
    width: auto !important;
}

div.divBigSelect div.selector span
{
    width: auto !important;
}

/****************
*   Reports
****************/
.reportsCatList
{
    width: 30% !important;
}

.reportsPreviewHolder
{
    width: 70% !important;
}

.validationSummary
{
    padding: 10px;
    font-size: 15px;
    color: Red;
}

.break-word
{
    word-wrap: break-word;
}

/* Notes */
td.notesAck
{
    text-align: right;
}

.btn-ack-note
{
    background: url("/images/check-box.png") no-repeat scroll left center transparent;
    padding-left: 14px;
    padding-top: 8px;
}

tr.note
{
    line-height: 20px;
    padding: 5px;
}

tr.note td {
    word-break:break-word;
}

tr.unackNote
{
    font-weight: bold;
    border: 1px solid #FF0000;
    background-color: #FF9999;
}

div.alarmSearchHolder
{

}

div.inline-block
{
    display: inline-block;
}

.hide
{
    display: none !important;
}

.softHide
{
    display: none !important;
}

.error-icon
{
    background: url("/images/icon-error.png") no-repeat scroll left center transparent;
    line-height: 16px;
    padding: 2px 0 2px 20px;
}

.warning-icon
{
    color: #D79100;
    background: url("/images/icon-warning.png") no-repeat scroll left center transparent;
    line-height: 16px;
    padding: 2px 0 2px 20px;
}

.text-bar .form-note a
{ 
    color: #393939; 
    float: right; 
    font-size: 11px;
}

div.uploader span.action 
{
    cursor: point !important;
}

.fakeLink
{
    cursor: pointer !important;
}
.scriptStep .fakeLink 
{
	color: blue !important;
	cursor: pointer !important;
}

.ui-dialog-titlebar-close .ui-icon
{
    background-image: url("images/ui-icons_FFFFFF_256x240.png")
}

.ui-state-hover .ui-icon-closethick
{
    background-image: url("images/ui-icons_222222_256x240.png")
}

.ui-progressbar
{
    position: relative;
}
        
.ui-progressbar-value
{
    background-image: none;
    background-color: #33CC33;
}
        
.progress-label
{
    left: 10px;
    position: absolute;
    top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}

.attachment-icon
{
    background: url("/images/paper-clip.png") no-repeat scroll left center transparent;
    line-height: 16px;
    padding: 2px 0 2px 20px;
}

.attachment-icon-inline
{
    display: inline;
}