
/*- Default values ----------------------------*/

h1 {font-size: 1.2em; font-weight:bold;}
h2 {font-size: 1.1em; margin: 10px 0;}
h3 {font-size: 1.1em;}
h4 {font-size: 1em;}
h5 {font-size: 1em;}
h6 {font-size: 0.85em;}

p
{
    margin: 10px 0;
}

a {
    outline: 0;
    text-decoration: none;
    cursor:default;
}

a:link, a:visited, a:active, a:hover {
    color: rgb(0,0,0);
}

a.apply_button,
a.cancel_button {
    color: rgb(130,130,130);
}

/*- helper classes ----------------------------*/
.success {
    margin: 1em 0.25em 1em 0;
    background: url(/static_media/img/success-tick.png) no-repeat 5px 50%;
    background-size: 20px 20px;
    padding-left: 30px;
    font-weight: bold;
    background-color: rgb(245,245,245);
    height: 32px;
    color: rgb(88,88,88);
    display: table-cell;
    vertical-align: middle;
}

.error {
    background: url(/static_media/img/branding/warning_24px.png) no-repeat 5px 50%;
    color: rgb(88,88,88);
    background-color: rgb(245,245,245);
    padding-left: 40px;
    padding-right: 10px;
    height: 32px;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
}

.errors_div {
    height: 32px;
    margin-bottom: 10px;
}

.information {
	border: 1px dashed #009AD9;
	border-width:1px 0 1px 0;
	margin: 1em 0.25em 1em 0;
	background: #D8ECFA url(/static_media/img/icon_information.gif) top left no-repeat;
	color: #009AD9;
	padding-left: 20px;
}

div.error_row {
    background: #ffc url(/jquery/img/icon_alert.gif) top left no-repeat;
    padding-left: 20px;
}

.debug {
    border:1px dashed red;
}

img.warning_message {
    float: left;
    padding-right: 5px;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.not_supported {
    background: url(/static_media/img/not_allowed.png) no-repeat 10px 50%;
    color: rgb(88,88,88);
    padding-left: 40px;
    padding-right: 10px;
    height: 32px;
    display: table-cell;
    vertical-align: middle;
    font-weight: bold
}
/*- body --------------------------- */

html, body {
    font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    text-align: left; /* rtl adjust */
    height: 100%;
    margin:0;
    padding:0;
    background-color: rgb(230,230,230);
}

iframe {
    border: 0px solid #ffffff;
}

/* --------------------------------------------------------------------------------------------------- */
/*                               BACKGROUND IMAGES AND LOGOS                                           */
/* ----------------------------------------------------------------------------------------------------*/

#Base_NVR_Logo
{
    background:url('/static_media/img/branding/VE_header_brand.png') no-repeat;
}

#Base_VATS_Logo
{
    background:url('/static_media/img/branding/TycoAnalytics_header_brand.png') no-repeat;
}

#Base_TS_Logo
{
    background:url('/static_media/img/branding/TycoTranscoder_header_brand.png') no-repeat;
}

.base_branding_logo
{
    height:56px;
    width:524px;
    float:left;
}

#Base_Background_Logo
{
    background:url('/static_media/img/branding/VE_header_segment.png');
    height:56px;
}

/* --------------------------------------------------------------------------------------------------- */
/*                                         HEADER CONTROL                                              */
/* ----------------------------------------------------------------------------------------------------*/
#Base_Header_Content_Right_HeightBase
{
    height:56px;
}

#Base_Header_Content_Right_Top_Container
{
    height:inherit;
}

#Base_Header_Content_Right_Text
{
    margin-top:10px;
    margin-right: 20px;
    float:right;
    color: rgb(66,70,79);
    text-align: right;
    font-size: 0;
}

#Base_Sub_Header {
    height: 52px;
    margin-right: 20px;
    color: rgb(88,88,88);
}

#Base_Sub_Header_Content_Right_Text
{
    height: inherit;
    font-size: 16px;
    text-transform: uppercase;
    float:right;
}

#Base_Sub_Header_Content_Right_About_Icon
{
    height: inherit;
    width: 48px;
    float: right;
    text-align: center;
    margin-left: 10px;
}

#warning_banner {
    height: inherit;
    width: 1000px;
    float: left;
    padding-left: 20px;
}

#normal_base_warning_img {
    padding-bottom: 15px;
}

#normal_base_warning_text {
    display: inline-block;
    padding-top: 20px;
    font-weight: bold;
    width: 1000px;
}

p.failover_warning_text {
    padding-top: 5px;
}

p.storage_warning_text {
    padding-top: 5px;
}

#hostname-title {
    line-height: 52px;
}

.about-button {
    width: 32px;
    height: 32px;
    margin: 25%;
    float: right;
    background: url('/static_media/img/branding/about_av.png') no-repeat;
    display: inline-block;
}

.about-button:hover {
    background: url('/static_media/img/branding/about_ro.png') no-repeat;
}

/** END NEW HEADER **/
#Footer
{
    background-color:#3794C1;
    left:0;
    right:0;
    bottom:0;
    position:absolute;
    font-size:11px;
    font-style:italic;
    color:white;
    text-align:right;
    padding-right:35px;

}

#TabBar
{
    display:none;
}

/** NEW CONTENT DATA **/

#tab_bar {
    display: block;
    position:relative;
    top:0;
    left:0;
    padding:0;
    margin:0;
    height:32px;
    z-index:2;
    background-color:rgb(210,210,210);
}

#tab_bar > div
{
    float:left;
    text-align:center;
    line-height:30px; /* Sets Text */
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
}

#tab_bar > div > a {
    cursor: pointer;
}

div.tab_base
{
    height: 30px;
    border-left:1px solid rgb(190,190,190);
    border-top:1px solid rgb(190,190,190);
    border-bottom:1px solid rgb(190,190,190);
    background-color: rgb(230,230,230);
}

div.tab_base_end
{
    height: 30px;
    border:1px solid rgb(190,190,190);
    background-color: rgb(230,230,230);
}

div.tab_base a, div.tab_base_end a {
    color:rgb(130,130,130);
}

div.tab_base a:hover, div.tab_base_end a:hover
{
    color:rgb(88,88,88);
}

div.tab_selected
{
    height:31px;
    border-left:1px solid rgb(190,190,190);
    border-bottom: None;
    border-top:1px solid rgb(190,190,190);
    background-color: rgb(255,255,255);
    font-weight: bold;
}

div.tab_selected a {
    color:rgb(88,88,88);
}


/** END NEW CONTENT **/


/*- Container for menu and mainconent --------------------------- */
.content-container
{
    display:block;
    position:absolute;
    top:108px;
    right:0;
    bottom:20px; /* margin at the bottom of page */
    left:0;
}

div .victor_container {
    top:56px;
}

.long_banner_container {
    margin-top:30px;
}

#menu-frame
{
    display: block;
    position:absolute;
    top:0;
    left:0; /* rtl adjust */
    bottom:0;
    width: 200px;
    padding: 10px 0 0 0; /* rtl adjust */
    overflow:auto;
}

#main-frame {
    display: block;
    position:absolute;
    top:0;
    left:200px;
    right:0;
    bottom: 0;
    overflow:auto;
    margin-right: 20px;
}

#maincontent {
    display: block;
    position:absolute;
    top: 31px;
    left: 0;
    right: 0px;
    bottom: 0;
    background-color: rgb(255,255,255);
    border: 1px solid rgb(190,190,190);
    overflow:auto;
    padding: 0px 10px 10px 10px;
}

/*--------- Menu and submenu --------------------------- */

#menu {
    overflow:hidden;
}

#menu a {
    cursor:default;
    text-decoration:none;
    color: rgb(88,88,88);
    line-height:25px;
    min-height:32px;
    text-align:left; /* rtl adjust */
    display: inline-block;
}

#menu a:hover {
    color: rgb(0,0,0);
}

#menu ul.menu > li {
    margin:0 10px;
}

#menu ul.menu > li.expand {
    border-top: 1px solid rgb(170,170,170);
    border-bottom: 1px solid rgb(170,170,170);
}

#menu ul.menu > li.no_submenus > a.selected {
    border-top: 2px solid rgb(170,170,170);
    border-bottom: 2px solid rgb(170,170,170);
}

#menu ul.menu > li > span
{
    padding-left: 8px;
}

#menu ul.menu > li > a
{
    padding-left: 30px; /* rtl adjust */
    font-size: 14px;
    color: rgb(130,130,130);
    width: 150px;
}

div#logout_menu > a
{
    padding-left: 38px; /* rtl adjust */
    font-size: 14px;
    color: rgb(130,130,130);
    width: 150px;
}

div#logout_menu > a:hover {
    color: rgb(0,0,0);
    background: url('/static_media/img/branding/sidemenu_arrow_ro.png') no-repeat 10px 40%;
}

div#menu ul.menu > li > a.selected {
    font-weight:bold;
    color: rgb(0,0,0);
    background: url('/static_media/img/branding/sidemenu_arrow_sel_NoSubMenu.png') no-repeat 10px 40%;
}

div#menu ul.menu > li > a.selected.active {
    background: url('/static_media/img/branding/sidemenu_arrow_open.png') no-repeat 10px 40%;
}

#menu ul.menu > li.no_submenus > a.selected {
    background: url('/static_media/img/branding/sidemenu_arrow_sel_NoSubMenu.png') no-repeat 10px 40%;
}

#menu ul.menu > li > a:hover {
    color: rgb(0,0,0);
    background: url('/static_media/img/branding/sidemenu_arrow_ro.png') no-repeat 10px 40%;
}

#menu ul.acitem {
    display: none;
}

#menu ul.acitem > li > span
{
    padding-left: 30px;
}

#menu ul.acitem > li > a
{
    padding-left: 50px; /* rtl adjust */
    width: 130px;
    font-size: 12px;
}

div#menu ul.acitem > li > a.selected:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url('/static_media/img/branding/sidemenu_arrow_sel.png') no-repeat 10px 50%;
    float: left;
    margin-left: -30px;
}

#menu ul.acitem > li > a.selected {
    background-color: rgb(210,210,210);
    font-weight: bold;
    color: rgb(0,0,0);
}

#menu ul.acitem > li > a:hover:before {
    content: "";
    width: 20px;
    height: 20px;
    background: url('/static_media/img/branding/sidemenu_arrow_ro.png') no-repeat 10px 50%;
    float: left;
    margin-left: -30px;
}

/* Wizard version of frames and menu */

#wizard-menu-frame
{
    display: block;
    position:absolute;
    top:0;
    left:0; /* rtl adjust */
    bottom:50px;
    width: 198px;
    padding: 10px 0 0 0; /* rtl adjust */
    overflow:auto;
}

#wizard-main-frame {
    display: block;
    position:absolute;
    top: 0;
    left: 200px;
    right: 20px;
    bottom: 50px;
    overflow:auto;
}

#wizard-button-frame {
    display: block;
    position:absolute;
    left: 200px;
    right: 20px;
    bottom:0px;
    height: 50px;
}

#wizardbuttons {
    margin-top: 10px; /* rtl adjust */
}

#wizardbuttons button {
    border: 1px solid #999;
    background-color: #F3F3F4;
    text-decoration: none;
    padding: 0 0px 0 0px;
}

#wizardbuttons button:hover {
    border: 1px solid #999;
    background-color: #cacacc;
    text-decoration: none;
    padding: 0 5px 0 5px;
}

#wizmenu {
    overflow:hidden;
}

#wizmenu a, #wizmenu span {
    cursor:default;
    text-decoration:none;
    color:black;
    line-height:23px;
    text-align:left; /* rtl adjust */
    display: block;
}

#wizmenu div.section {
    margin:0 15px;
    border-bottom: 1px solid #C8C8C8;
    padding: 7px 0;
}

#wizmenu div.section > span {
    padding-left: 8px;
    font-weight: bold;
}

#wizmenu ul.wizmenu-section a {
    padding-left: 20px;
}

#wizmenu ul.wizmenu-section a:before {
    content: "";
    width: 15px;
    height: 20px;
    background: url(/static_media/img/SpriteSheet.png) -913px -630px;
    background-repeat: no-repeat;
    float: left;
    margin-left: -20px;
}

#wizmenu ul.wizmenu-section a.selected:before {
    content: "";
    width: 15px;
    height: 20px;
    background: url(/static_media/img/SpriteSheet.png) -912px -648px;
    background-repeat: no-repeat;
    float: left;
    margin-left: -20px;
}

#wizmenu ul.wizmenu-section a.complete:before {
    content: "";
    width: 15px;
    height: 20px;
    background: url(/static_media/img/SpriteSheet.png) -913px -670px;
    background-repeat: no-repeat;
    float: left;
    margin-left: -20px;
}

#wizmenu ul.wizmenu-section a.complete:hover, #wizmenu ul.wizmenu-section a.selected:hover {
    color: gray;
}



/* --- Custom button ----*/
.thebutt {
    display: inline;
}

.thebutt a {
    text-decoration: none;
    float: left;
    font: 10px/20px Arial;
    color: rgb(70,70,70);
    background-image: url('/static_media/img/wizard_button_leftcap_av.png'),
                      url('/static_media/img/wizard_button_rightcap_av.png'),
                      url('/static_media/img/wizard_button_segment_av.png');
    background-position: left, right;
    background-repeat: no-repeat, no-repeat, repeat-x;
    cursor: default;
    min-width: 76px;
    width: 100%;
    padding: 0px 10px;
    height: 21px;
    text-align: center;
}

.thebutt a:hover {
    background-image: url('/static_media/img/wizard_button_leftcap_ro.png'),
                      url('/static_media/img/wizard_button_rightcap_ro.png'),
                      url('/static_media/img/wizard_button_segment_ro.png');
    color: rgb(0,0,0);
}

.thebutt a:active {
    background-image: url('/static_media/img/wizard_button_leftcap_sel.png'),
                      url('/static_media/img/wizard_button_rightcap_sel.png'),
                      url('/static_media/img/wizard_button_segment_sel.png');
    color: rgb(255,255,255);
}

.next-button {
    float: right; /* rtl adjust */
    margin:0 70px 30px 30px; /* rtl adjust */
}

.middle-button {
    float: right; /* rtl adjust */
    margin:0 20px 30px 50px; /* rtl adjust */
}

.previous-button {
    float: right; /* rtl adjust */
    margin: 0;
}

.link-button {
    border: 0;
    text-decoration: underline;
    font: 12px/18px Arial;
    font-weight:100;
    cursor: default;
}

.link-button:hover {
    color: #0000FF;
}

.submit_button {
    width: 150px;
    border: 1px solid #ccc;
}
.submit_button .button {
   width: 150px;
   border: none;
}

.boldTextNormal
{
     font-weight: bold;
}

.collapsibleContainer
{
    width: 500px;
}

.collapsibleContainerTitle
{
    cursor: default;

}

.expanded .collapsibleContainerTitle
{
    background: url(/static_media/img/collapsed.gif) no-repeat 0px 1px;
}

.collapsed .collapsibleContainerTitle
{
    background: url(/static_media/img/expand.gif) no-repeat 0px 1px;
}


.collapsibleContainerTitle div
{
    padding-left:20px;
}

.collapsibleContainerContent
{
    padding-left: 25px;
    padding-top: 15px;
}

.collapsible-header {
    cursor: default;
    width: 500px;
}

.collapsible-header img{
    float:left; /* rtl adjust */
    margin-top:5px;
}

.collapsible-header-title{
    background-color:#3B6B9C;
    margin-left:25px; /* rtl adjust */
    font-size: 15px;
    padding:4px 10px 4px 10px;
    color:white;
    border-top: 3px solid white;
}

.collapsible-content {
    clear:left; /* rtl adjust */
    margin-left:25px; /* rtl adjust */
    margin-bottom:25px;
    width: 475px;
}

.section-header {
    cursor: default;
    width: 500px;
}

.section-header img{
    float:left; /* rtl adjust */
    margin-top:5px;
}

.section-header-title{
    margin-left:25px; /* rtl adjust */
    font-size: 15px;
    padding:4px 10px 4px 10px;
    border-top: 3px solid white;
}

.section-content {
    clear:left; /* rtl adjust */
    margin-left:25px; /* rtl adjust */
    margin-bottom:25px;
    width: 475px;
}

.active_edit {
    background-color: #EEEEEE;
    margin-top: 5px;
    margin-bottom: 5px;

}

.success-msg {
    margin: 1em 0.25em 1em 0;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #008000;
    background: #DDFFD6 url(/static_media/img/success-tick.png) top left no-repeat;
    color: #008000;
    padding-left: 20px;
}

.warning-msg {
    margin: 1em 0.15em 1em 0;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #F90;
    background: #FFC url(/jquery/img/icon_alert.gif) top left no-repeat;
    color: #F90;
    padding-left: 20px;
}

.field_label {
    float: left;
    text-align: right;
    margin-right: 15px;
    width: 160px;
}

.field_text {
    text-decoration: none;
    color: black;
    font-weight: bold;
}

.form > label, .form > input {
    display: block;
    float: left; /* rtl adjust */
    margin: 7px 0; /* rtl adjust */
}
.form > label {
    width: 150px;
    text-align: right; /* rtl adjust */
    padding-right: 10px; /* rtl adjust */
    margin-top:2px;
}
.form > br {
    clear: left; /* rtl adjust */
}

#spinner
{
    display:none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 9002;
    padding: 30px;
    background: url(/jquery/img/ajax-loader.gif) no-repeat;
}

#backgroundPopup{
    display:none;
    position:fixed;
    height:100%;
    width:100%;
    top:0;
    left:0;
    background:#000000;
    border:1px solid #cecece;
    z-index:1;
    opacity: 0.7;
}

#popupDialog, #sessionTimeoutPopupDialog {
    display:none;
    position:fixed;
    background:#FFFFFF;
    border:2px solid #cecece;
    z-index:2;
    padding:12px;
    font-size:13px;
}

#sessionTimeoutPopupContent {
    margin-top: 15px;
}

.form2
{
        width:500px;
}
.form2 > label, .form2 > input
{
        display: block;
    float: left; /* rtl adjust */
    margin: 7px 0; /* rtl adjust */
}

.form2 > div
{
    display:block;
    float:left;
    margin: 7px 0;
}

.form2 > label {
    width: 150px;
    text-align: right; /* rtl adjust */
    padding-right: 10px; /* rtl adjust */
    margin-top:10px;
}

.form2 > br {
    clear: left; /* rtl adjust */
}

button.submit {
    border: 1px solid black;
    background-color: #32566E;
    color: white;
    text-decoration: none;
    padding: 0 5px 0 5px;
    margin-right: 5px;
}

button.cancel {
    border: 1px solid #999;
    background-color: #F3F3F4;
    text-decoration: none;
    padding: 0 5px 0 5px;
}

button.submit:hover {
    background-color: #50748F;
}

button.cancel:hover {
    background-color: #CACACC;
}

input.submit {
    background-color: #32566E;
    border: 1px solid black;
    color: white;
    text-decoration: none;
    padding: 0 5px 0 5px;
    font-size: 14px;
}

input.submit:hover {
    background-color: #50748F;
}

.apply_button,
.cancel_button,
input[type=submit] {
    background-image: url('/static_media/img/branding/button_leftcap_av.png'),
                      url('/static_media/img/branding/button_rightcap_av.png'),
                      url('/static_media/img/branding/button_segment_av.png');
    background-position: left, right;
    background-repeat: no-repeat, no-repeat, repeat-x;
    color: rgb(110,110,110);
    font-family: Tahoma;
    font-size: 14px;
    padding: 0 10px 0 10px;
    border: 1px outset buttonface;
}


.apply_options_button,
.cancel_options_button {
    background-image: url('/static_media/img/branding/button_leftcap_av.png'),
                      url('/static_media/img/branding/button_rightcap_av.png'),
                      url('/static_media/img/branding/button_segment_av.png');
    background-position: left, right;
    background-repeat: no-repeat, no-repeat, repeat-x;
    color: rgb(110,110,110);
    font-family: Tahoma;
    font-size: 14px;
    padding: 0 0 0 10px;
    border: 1px outset buttonface;
}

.apply_button:hover,
.cancel_button:hover,
.apply_options_button:hover,
.cancel_options_button:hover {
    background-image: url('/static_media/img/branding/button_leftcap_ro.png'),
                      url('/static_media/img/branding/button_rightcap_ro.png'),
                      url('/static_media/img/branding/button_segment_ro.png');
    color: rgb(66,66,66);
}

.apply_button:active,
.cancel_button:active,
.apply_options_button:active,
.cancel_options_button:active,
input[type=submit]:active {
    background-image: url('/static_media/img/branding/button_leftcap_sel.png'),
                      url('/static_media/img/branding/button_rightcap_sel.png'),
                      url('/static_media/img/branding/button_segment_sel.png');
    color: rgb(255,255,255);
}

.apply_button.disabled,
.cancel_button.disabled,
input[type=submit].disabled,
input[type=submit]:disabled {
    background-image: url('/static_media/img/branding/button_leftcap_av.png'),
                      url('/static_media/img/branding/button_rightcap_av.png'),
                      url('/static_media/img/branding/button_segment_av.png');
    font-style: italic;
    color: rgb(210,210,210);
}

a.apply_button_select {
  padding: 0 0 0 10px;
  display: block;
}

select.apply_button_select {
  height: 19px;
  width: 25px;
  border: none;
  background: none;
  float: right;
  color: rgb(110,110,110);
  display: inline;
  margin: -19px 0 0 0;
}

select:hover:disabled.apply_button_select {
  background: none;
  color: rgb(66,66,66);
}

select:hover:disabled.apply_button_select ~ .button_select_dropdown_content {
  display: block;
}

.button_select_dropdown_content:hover {
  display: block;
}

.button_select_dropdown_content:hover {
  display: block;
}

.button_select_dropdown_content {
  display: none;
}

#tooltip {
    position:absolute;
    display:none;
    padding:5px;
    width:200px;
    z-index: 20000;
    background: linear-gradient(rgb(255,255,255), rgb(230,230,230));
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr='#FFFFFF', endColorstr='#E6E6E6'); /* Required for IE */
    border: 1px solid rgb(255,255,255);
    color: rgb(130,130,130);
    font-size: 12px;
    box-shadow: 1px 1px 1px rgb(130,130,130);
    pointer-events: none;
}

div.tooltip {
    cursor: default;
    text-align: center;
}

.property_tooltip_tableheader_cell {
    float: right;
    margin-right: 15px;;
    padding-left: 5px;
}

.tooltip_tableheader_text {
    float: left;
    margin-left: 35px;
    margin-top: 4px;
}

a.button
{
    padding: 2px 15px 3px 15px;
    font-size: 12px;
    margin: 25px 5px 0 0;
    cursor: default;
    text-decoration: none;
}

a.button.apply
{
    border: 1px solid #29447E;
    background-color: #617AAC;
    color: White;
}

a.button.apply:hover
{
   border: 1px solid #29447E;
   background-color: #617FFF;
}

a.button.cancel
{
    border: 1px solid #999;
    background-color: #F3F3F4;
    color: black;
}

a.button.cancel:hover
{
   border: 1px solid #999;
   background-color: #cacacc;
}

.nopadding {
    margin: 0 0 0 0 ;
}

.recording_mode_table {
    float:left;
}

.recording_mode_table td {
    width:25px;
    padding-right:1px;
}

.recording_mode_table td > input {
    padding-right:4px
}

.release_note_item {
   list-style-type: disc;
   margin-left: 42px;
}

.textred {
    color:red;
}

#header-title {
    height: 15px;
    min-width: 190px;
    font-size: 14px;
}

#header-title.operational {
    height: 15px;
    display: inline-block;
    font-size: 14px;
}

#user-title {
    height: 15px;
    float: left;
    font-size: 14px;
}

#remote-user-and-version-title {
    height: 15px;
    font-size: 14px;
}

.centered_item {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.dim_until_hover {
    opacity: 0.5;
    filter:alpha(opacity=50); /* For IE */
}

.dim_until_hover:hover  {
    opacity: 1;
    filter:alpha(opacity=100); /* For IE8 and earlier */
}

/* Header section of pages */
.page_header {
    height: 48px;
}

.header_text_div {
    padding-top: 12px;
    float: left;
}

.header_buttons_div {
    float: right;
}

.footer_buttons_div {
    float: right;
}

.header_hr_break {
    margin-bottom: 12px;
}
/* End Header section of page */

::-moz-focus-inner {
    border: 0;
}

/* Move buttons */
.moveRightDiv {
    padding-bottom: 20px;
}

.moveRight {
    height: 40px;
    width: 40px;
    border: none;
    background: url('/static_media/img/branding/move_right_av.png') no-repeat;
}

.moveRight:focus {
    outline: none;
}

.moveRight:hover {
    background: url('/static_media/img/branding/move_right_ro.png') no-repeat;
}

.moveRight:active {
    background: url('/static_media/img/branding/move_right_sel.png') no-repeat;
}

.moveLeft {
    height: 40px;
    width: 40px;
    border: none;
    background: url('/static_media/img/branding/move_left_av.png') no-repeat;
}

.moveLeft:focus {
    outline: none;
}

.moveLeft:hover {
    background: url('/static_media/img/branding/move_left_ro.png') no-repeat;
}

.moveLeft:active {
    background: url('/static_media/img/branding/move_left_sel.png') no-repeat;
}

/* End Move buttons */

div.popupInfo {
    height: 20px;
    width: 20px;
    background: url('/static_media/img/branding/tooltip_popupinfo_20px_av.png') no-repeat;
}

div.popupInfo:hover {
    height: 20px;
    width: 20px;
    background: url('/static_media/img/branding/tooltip_popupinfo_20px_ro.png') no-repeat;
}

div.rolloverInfo {
    height: 20px;
    width: 20px;
    background: url('/static_media/img/branding/tooltip_rolloverinfo_20px.png') no-repeat;
}

div.rolloverInfo:hover {
    height: 20px;
    width: 20px;
    background: url('/static_media/img/branding/tooltip_rolloverinfo_20px_ro.png') no-repeat;
}

div.rolloverInfo:hover {
    cursor: help;
}

.content_container {
    height: 32px;
}

.main_header {
    height: 32px;
    color: rgb(170,170,170);
    font-size: 14px;
    font-weight: bold;
}

.title_section,
.content_section,
.info_section {
    height: 24px;
    padding-bottom: 8px;
    width: 250px;
    float: left;
}

input[type="search"],
input[type="text"],
input[type="password"] {
    border: 1px solid rgb(210,210,210);
    background-color: rgb(255,255,255);
    color: rgb(0,0,0);
}

.max_retention_input {
    width: 50px;
}

label#max_retention_days_label {
    padding-left: 5px;
    padding-right: 5px;
}

label#max_retention_hours_label {
    padding-left: 5px;
}

input[type="search"]:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled {
    background-color: rgb(230,230,230);
    color: rgb(170,170,170);
}

/* Common Add button */
.common_add {
    background: url('/static_media/img/branding/add_new_24px_av.png') no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin: 25%;
    border: none;
}

.common_add:focus {
    outline: none;
}

.common_add.disabled {
    background: url('/static_media/img/branding/add_new_24px_na.png') no-repeat !important;
}

.common_add:hover {
    background: url('/static_media/img/branding/add_new_24px_ro.png') no-repeat;
}

.common_add.selected, .common_add:active {
    background: url('/static_media/img/branding/add_new_24px_sel.png') no-repeat;
}
/* End common add button */

/* Common remove button */
.common_remove {
    background: url('/static_media/img/branding/delete_24px_av.png') no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin: 25%;
    border: none;
}

.common_remove:focus {
    outline: none;
}

.common_remove.disabled {
    background: url('/static_media/img/branding/delete_24px_na.png') no-repeat !important;
}

.common_remove:hover {
    background: url('/static_media/img/branding/delete_24px_ro.png') no-repeat;
}

.common_remove.selected, .common_remove:active {
    background: url('/static_media/img/branding/delete_24px_sel.png') no-repeat;
}
/* End Remove Device(s) button */

/* Common Batch Edit button */
.common_batch_edit {
    background: url('/static_media/img/branding/batch_edit_24px_av.png') no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin: 25%;
    border: none;
}

.common_batch_edit:focus {
    outline: none;
}

.common_batch_edit.disabled {
    background: url('/static_media/img/branding/batch_edit_24px_na.png') no-repeat !important;
}

.common_batch_edit:hover {
    background: url('/static_media/img/branding/batch_edit_24px_ro.png') no-repeat;
}

.common_batch_edit.selected, .common_batch_edit:active {
    background: url('/static_media/img/branding/batch_edit_24px_sel.png') no-repeat;
}
/* End Batch Edit button */
.common_disable {
    background: url('/static_media/img/branding/disable_av.png') no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin: 25%;
    border: none;
}

.common_disable.disabled {
    background: url('/static_media/img/branding/disable_na.png') no-repeat !important;
}

.common_disable:hover {
    background: url('/static_media/img/branding/disable_ro.png') no-repeat;
}

.common_disable.selected, .common_disable:active {
    background: url('/static_media/img/branding/disable_sel.png') no-repeat;
}

.common_enable {
    background: url('/static_media/img/branding/enable_av.png') no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin: 25%;
    border: none;
}

.common_enable.disabled {
    background: url('/static_media/img/branding/enable_na.png') no-repeat !important;
}

.common_enable:hover {
    background: url('/static_media/img/branding/enable_ro.png') no-repeat;
}

.common_enable.selected, .common_enable:active {
    background: url('/static_media/img/branding/enable_sel.png') no-repeat;
}

/* Common Cancel button */
.common_cancel {
    background: url('/static_media/img/branding/cancel_24px_av.png') no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin: 25%;
    border: none;
}

.common_cancel.disabled {
    background: url('/static_media/img/branding/cancel_24px_na.png') no-repeat !important;
}

.common_cancel:hover {
    background: url('/static_media/img/branding/cancel_24px_ro.png') no-repeat;
}

.common_cancel:focus {
    outline: none;
}

.common_cancel.selected, .common_cancel:active {
    background: url('/static_media/img/branding/cancel_24px_sel.png') no-repeat;
}
/* End common cancel button */

/* Common Save button */
.common_save {
    background: url('/static_media/img/branding/save_24px_av.png') no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin: 25%;
    border: none;
}

.common_save.disabled {
    background: url('/static_media/img/branding/save_24px_na.png') no-repeat !important;
}

.common_save:hover {
    background: url('/static_media/img/branding/save_24px_ro.png') no-repeat;
}

.common_save:focus {
    outline: none;
}

.common_save.selected, .common_save:active {
    background: url('/static_media/img/branding/save_24px_sel.png') no-repeat;
}

/* End Common Save button */

/* Common Refresh button */
.common_refresh {
    background: url('/static_media/img/branding/refresh_24px_av.png') no-repeat;
    height: 24px;
    width: 24px;
    display: inline-block;
    margin: 25%;
    border: none;
}

.common_refresh.disabled {
    background: url('/static_media/img/branding/refresh_24px_na.png') no-repeat !important;
}

.common_refresh:hover {
    background: url('/static_media/img/branding/refresh_24px_ro.png') no-repeat;
}

.common_refresh:active {
    background: url('/static_media/img/branding/refresh_24px_sel.png') no-repeat;
}

/* End Common Refresh button */

[type=button].button_save {
    height: 24px;
    width: 24px;
    background-image: url('/static_media/img/branding/save_24px_av.png');
    background-color: transparent;
    display: inline-block;
    margin: 25%;
    border:none;
}

[type=button].button_save:hover {
    background-image: url('/static_media/img/branding/save_24px_ro.png');
}

[type=button].button_save:focus {
    outline: none;
}

[type=button].button_save:active {
    background-image: url('/static_media/img/branding/save_24px_sel.png');
}

[type=button].button_save.disabled {
    background-image: url('/static_media/img/branding/save_24px_na.png');
}

[type=button].button_cancel {
    height: 24px;
    width: 24px;
    border: none;
    background-image: url('/static_media/img/branding/cancel_24px_av.png');
    background-color: transparent;
    display: inline-block;
    margin: 25%;
    border: none;
}

[type=button].button_cancel:hover {
    background-image: url('/static_media/img/branding/cancel_24px_ro.png');
}

[type=button].button_cancel:focus {
    outline: none;
}

[type=button].button_cancel:active {
    background-image: url('/static_media/img/branding/cancel_24px_sel.png');
}

[type=button].button_cancel.disabled {
    background-image: url('/static_media/img/branding/cancel_24px_na.png');
}

/* container for common buttons */
.common_button_div {
    width: 48px;
    height: 48px;
    float: left;
}

/* End container for common buttons */

/* Zoom buttons */

.zoom_in {
    background: url('/static_media/img/branding/zoom_in_24px_av.png') no-repeat;
    display: inline-block;
    height: 24px;
    width:24px;
    border: none;
    outline: none;
}

.zoom_in:hover {
    background: url('/static_media/img/branding/zoom_in_24px_ro.png') no-repeat;
}

.zoom_in:active {
    background: url('/static_media/img/branding/zoom_in_24px_sel.png') no-repeat;
}

.zoom_in.disabled {
    background: url('/static_media/img/branding/zoom_in_24px_na.png') no-repeat;
}

.zoom_out {
    background: url('/static_media/img/branding/zoom_out_24px_av.png') no-repeat;
    display: inline-block;
    height: 24px;
    width:24px;
    border: none;
    outline: none;
}

.zoom_out:hover {
    background: url('/static_media/img/branding/zoom_out_24px_ro.png') no-repeat;
}

.zoom_out:active {
    background: url('/static_media/img/branding/zoom_out_24px_sel.png') no-repeat;
}

.zoom_out.disabled {
    background: url('/static_media/img/branding/zoom_out_24px_na.png') no-repeat;
}

/* End Zoom buttons */

.tooltip_cell,
.checkbox_cell {
    float: left;
    height: 24px;
    width: 32px;
    padding-bottom: 8px;
}

/* 20px Add button */
.common_add_20px {
    background: url('/static_media/img/branding/add_20px_av.png') no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    border: none;
}

.common_add_20px:focus {
    outline: none;
}

.common_add_20px.disabled {
    background: url('/static_media/img/branding/add_20px_na.png') no-repeat !important;
}

.common_add_20px:hover {
    background: url('/static_media/img/branding/add_20px_ro.png') no-repeat;
}

.common_add_20px:active {
    background: url('/static_media/img/branding/add_20px_sel.png') no-repeat;
}

/* 20px remove button */

.common_remove_20px {
    background: url('/static_media/img/branding/delete_20px_av.png') no-repeat;
    width: 20px;
    height: 20px;
    float: left;
    border: none;
}

.common_remove_20px:focus {
    outline: none;
}

.common_remove_20px.disabled {
    background: url('/static_media/img/branding/delete_20px_na.png') no-repeat !important;
}

.common_remove_20px:hover {
    background: url('/static_media/img/branding/delete_20px_ro.png') no-repeat;
}

.common_remove_20px:active {
    background: url('/static_media/img/branding/delete_20px_sel.png') no-repeat;
}

/* 16px Save button */
.common_save_16px {
    height: 16px;
    width: 16px;
    text-align: center;
    display: inline-block;
    background: url('/static_media/img/branding/save_16px_av.png') no-repeat center;
    border: none;
}

.common_save_16px:hover  {
    background: url('/static_media/img/branding/save_16px_ro.png') no-repeat center;
}

.common_save_16px:focus {
    outline: none;
}

.common_save_16px:active {
    background: url('/static_media/img/branding/save_16px_sel.png') no-repeat center;
}

.common_save_16px.disabled {
    background: url('/static_media/img/branding/save_16px_na.png') no-repeat center;
}

/* 16px Cancel button */
.common_cancel_16px {
    height: 16px;
    width: 16px;
    text-align: center;
    display: inline-block;
    background: url('/static_media/img/branding/cancel_16px_av.png') no-repeat center;
    border: none;
}

.common_cancel_16px:hover {
    background: url('/static_media/img/branding/cancel_16px_ro.png') no-repeat center;
}

.common_cancel_16px:focus {
    outline: none;
}

.common_cancel_16px:active {
    background: url('/static_media/img/branding/cancel_16px_sel.png') no-repeat center;
}

.common_cancel_16px.disabled {
    background: url('/static_media/img/branding/cancel_16px_na.png') no-repeat center;
}

/* 16px Edit button */
.common_edit_16px  {
    height: 16px;
    width: 16px;
    text-align: center;
    display: inline-block;
    background: url('/static_media/img/branding/edit_16px_av.png') no-repeat center;
    clear: both;
    border: none;
}

.common_edit_16px:focus {
    outline: none;
}

.common_edit_16px:hover  {
    background: url('/static_media/img/branding/edit_16px_ro.png') no-repeat center;
}

.common_edit_16px:active  {
    background: url('/static_media/img/branding/edit_16px_sel.png') no-repeat center;
}

.common_edit_16px.disabled  {
    background: url('/static_media/img/branding/edit_16px_na.png') no-repeat center;
}

.common_16px_button_div {
    width: 16px;
    height: 16px;
    float: left;
}

.common_editDisabled {
    opacity: 0.5;
    filter:alpha(opacity=50);
}

/* Common settings button */
.common_settings {
    background: url('/static_media/img/branding/settings_av.png') no-repeat;
    width: 24px;
    height: 24px;
    float: left;
    margin: 25%;
    border: none;
}

.common_settings:focus {
    outline: none;
}

.common_settings.disabled {
    background: url('/static_media/img/branding/settings_na.png') no-repeat !important;
}

.common_settings:hover {
    background: url('/static_media/img/branding/settings_ro.png') no-repeat;
}

.common_settings.selected {
    background: url('/static_media/img/branding/settings_sel.png') no-repeat;
}

/* Common settings button 16px */
.common_settings_16px {
    background: url('/static_media/img/branding/settings_16px_av.png') no-repeat;
    width: 16px;
    height: 16px;
    border: none;
    text-align: center;
    display: inline-block;
    border: none;
}

.common_settings_16px:focus {
    outline: none;
}

.common_settings_16px.disabled {
    background: url('/static_media/img/branding/settings_16px_na.png') no-repeat !important;
}

.common_settings_16px:hover {
    background: url('/static_media/img/branding/settings_16px_ro.png') no-repeat;
}

.common_settings_16px.selected {
    background: url('/static_media/img/branding/settings_16px_sel.png') no-repeat;
}

.common_popup_button_div {
    float: right;
}

.common_buttons_container {
    height: 48px;
}

div.common_radio_container {
    float: left;
    width: 100px;
}

div.common_radio_text {
    float:left;
    padding-right: 10px;
}

div.ui-slider {
    border-radius: 0px;
    border: 0px;
}

#max_recording_storage_period_row {
    display: none;
}

[type=button].button_forward {
    height: 24px;
    width: 24px;
    background-image: url('/static_media/img/branding/nextpage_24px_av.png');
    background-color: transparent;
    display: inline-block;
    margin: 25%;
    border:none;
}

[type=button].button_forward:hover {
    background-image: url('/static_media/img/branding/nextpage_24px_ro.png');
}

[type=button].button_forward:active {
    background-image: url('/static_media/img/branding/nextpage_24px_sel.png');
}

[type=button].button_forward.disabled {
    background-image: url('/static_media/img/branding/nextpage_24px_na.png');
}

[type=button].button_backward {
    height: 24px;
    width: 24px;
    background-image: url('/static_media/img/branding/previouspage_24px_av.png');
    background-color: transparent;
    display: inline-block;
    margin: 25%;
    border:none;
}

[type=button].button_backward:hover {
    background-image: url('/static_media/img/branding/previouspage_24px_ro.png');
}

[type=button].button_backward:active {
    background-image: url('/static_media/img/branding/previouspage_24px_sel.png');
}

[type=button].button_backward.disabled {
    background-image: url('/static_media/img/branding/previouspage_24px_na.png');
}

.showWarningLink {
    cursor: pointer;
}

.showWarningLink:hover {
    text-decoration: underline;
}
