﻿/* DEFAULTS
----------------------------------------------------------*/

body {
    /*background: #006400;*/
    /*background: url('../images/Final/wg_bubinga.jpg');*/
    background: #00005a;
    background-size: 95%;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0px;
    padding: 0px;
    color: #292929;
}
/*
a:link, a:visited
{
    color: #034af3;
}*/

a:hover {
    color: #1d60ff;
    text-decoration: none;
}

a:active {
    color: #034af3;
}

p {
    margin-bottom: 10px;
    line-height: 1.6em;
}


/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
    color: #666666;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0px;
}

h1 {
    font-size: 1.2em;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

h2 {
    font-size: 1.5em;
    font-weight: 600;
}

h3 {
    font-size: 1.2em;
}

h4 {
    font-size: 1.1em;
}

h5, h6 {
    font-size: 1em;
}

/* this rule styles <h1> and <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2 {
    margin-top: 0px;
}


/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

.page {
    width: 1280px;
    background-color: #fff;
    margin: 4px auto 0px auto;
    border: 0px solid #496077;
}

.header {
    position: relative;
    margin: 0px;
    padding: 0px;
    background: #00005a;
    width: 100%;
    top: 0px;
    left: 0px;
}

    .header h1 {
        font-weight: 700;
        margin: 0px;
        padding: 0px 0px 0px 20px;
        color: #c4c4d7;
        border: none;
        line-height: 1.0em;
        font-size: 2em;
    }

.borderRadius {
    border-radius: 5px;
}

.main {
    margin: 12px 8px 8px 8px;
    height: 706px;
}


.mainMenu {
    float: left;
    width: 160px;
    /*background-color:#00005a; disabled for  edge menu new*/
}

.mainWork {
    float: left;
    background-color: white;
    width: 1100px;
    min-height: 706px;
}

.leftCol {
    padding: 6px 0px;
    margin: 12px 8px 8px 8px;
    width: 200px;
    min-height: 200px;
}

.footer {
    color: #4e5766;
    padding: 3px 0px 0px 0px;
    margin: 8px auto;
    text-align: right;
    width: 90%;
    line-height: normal;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink {
    background-color: #00005a;
    width: 100%;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

fieldset {
    margin: 1em 0px;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p {
        margin: 2px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label {
        display: block;
    }

    fieldset label.inline {
        display: inline;
    }

legend {
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry {
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry {
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo {
    width: 42%;
}

/* MISC  
----------------------------------------------------------*/

.clear {
    clear: both;
}

.clearFooter {
    clear: both;
    height: 5px;
}

/*Top HEader
---------------------------- */

.title {
    display: block;
    text-align: left;
    width: auto;
}

.rightTitle {
    margin-bottom: 0px;
    float: right;
    position: relative;
    height: 30px;
    margin-right: 13px;
    display: inline;
    top: 8px;
}

.Mtx {
    border: solid 1px;
    padding: 4px 5px 0px 5px;
}

.Matrox {
    font-weight: lighter;
}

.MonarchTitle {
    font-weight: bolder;
}

.HDXtitle {
}

.title .CommandCenter {
    position: relative;
    float: left;
    padding: 5px 150px;
    top: 3px;
}


/* Warning, probably need to work on this 
---------------------------- */

.WarningSign {
    float: right;
    position: relative;
    top: 10px;
    padding-right: 5px;
}

.WarningText {
    float: right;
    position: relative;
    top: 12px;
    padding-right: 5px;
    font: bold 13px/100% Arial, Helvetica, sans-serif;
}


.boxDiv {
    position: relative;
    color: #c4c4d7;
    border: solid 1px;
    width: 80%;
}

.controlsZone {
    min-height: 184px;
}

.controlLabel {
    margin: 0px 35px;
    padding: 10px 6px;
    top: 30px;
    width: 50%;
    text-align: center;
    font-weight: bold;
    z-index: 2;
    background-color: #00005a;
}

.linkLabel {
    cursor: pointer;
    margin: auto;
    top: -10px;
    width: 50%;
    text-align: center;
    font-weight: bold;
    z-index: 2;
    background-color: #00005a;
    display: block;
}

.controlBox {
    margin: auto;
    top: 15px;
    height: 160px;
    width: 94%;
}

.noBorder {
    border: solid 2px #00005a;
}

.withBorder {
    border: solid 2px white;
}

.buttonDiv:hover, .buttonDiv:active {
    background-color: gray;
    cursor: pointer;
}

.buttonDiv:active {
    background-color: #9999cc;
    cursor: pointer;
}

.applyButtonDiv {
    display: block;
    margin: auto;
    background-color: white;
    border: solid 1px;
    border-color: black;
    width: 130px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    padding: 0px;
}


.disabledApplybutton {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
    opacity: 0.0;
}

.disabledbutton {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
    cursor: none;
    opacity: 0.4;
}


.blueGradiantSpinner {
    position: absolute;
    top: 50%;
    left: 400px;
    z-index: 100;
    opacity: 1.0;
    font-weight: bolder;
    font-size: xx-large;
    background-color: #aaa;
    border: 3px solid #00005a;
    padding: 4px;
    /*
    top: 280px;
    left: 47px;
    z-index:10;
    animation: 3s ease 0s normal none infinite running ApplyButtonSpinner;
    -webkit-animation: 3s ease 0s normal none infinite running ApplyButtonSpinner;
    -ms-webkit-animation: 3s ease 0s normal none infinite running ApplyButtonSpinner;
    */
}

.blueGradiantSpinnerOff {
    display: none;
}
/*
@-webkit-keyframes ApplyButtonSpinner
{
  0% { left: 0px}
  17% {opacity:.15}
  50% {left:130px }
  75% {opacity: 1}
  100%  {left:0px}
}

@keyframes ApplyButtonSpinner
{
  0% { left: 0px}
  17% {opacity:.15}
  50% {left:130px }
  75% {opacity: 1}
  100%  {left:0px}
}
*/
.transparentOverlayFixExplorerDisabledWindow {
    /*
    opacity:0.0;
    color:white;
    z-index:-2;
    position:fixed;
    top:1px;
    left:1px;
    height:1px;
    width:1px;*/
}

.transparentOverlayFixExplorerE1 {
    /* Not working, when resizeing horizontaly
    opacity:0.0;
    color:white;
    z-index:10;
    position:fixed;
    top:220px;
    left:445px;
    height:600px;
    width:25%;
        */
}

.transparentOverlayFixExplorerE2 {
    /*
    opacity:0.0;
    color:red;
    z-index:10;
    position:fixed;
    top:220px;
    left:990px;
    height:600px;
    width:25%;
    */
}

/* other*/
.bold {
    font-weight: bold;
}

.submitButton {
    text-align: right;
    padding-right: 10px;
}


#ctl00_ControlButtonTop /*for mono*/, #ControlButtonTop {
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 45px;
    text-align: center;
    height: 45px;
    width: 130px;
    top: 15px;
    display: block;
    border: solid 0px;
}

.ControlButtonModeDisabled {
    cursor: none;
    pointer-events: none;
    background: url('../images/hdx/Button_Tower.png') bottom left no-repeat; /*disabled*/
}

.ControlButtonModeRecordingOne {
    background: url('../images/hdx/Button_Tower.png') 0px -138px no-repeat; /*recording blink 1*/
    animation: blinkControlButton 2s infinite;
    -webkit-animation: blinkControlButton 2s infinite;
}

.ControlButtonModeRecordingTwo {
    background: url('../images/hdx/Button_Tower.png') 0px -184px no-repeat; /*recording blink 2*/
}

.ControlButtonModeRecord {
    background: url('../images/hdx/Button_Tower.png') top left no-repeat; /*record*/
}

    .ControlButtonModeRecord:hover {
        background: url('../images/hdx/Button_Tower.png') 0px -46px no-repeat; /* start recording*/
    }

    .ControlButtonModeRecord:active, .ControlButtonModeRecordingOne:active, .ControlButtonModeRecordingTwo:active {
        background: url('../images/hdx/Button_Tower.png') 0px -92px no-repeat; /*record*/
    }


#ctl00_ControlButtonBottom /* for mono*/, #ControlButtonBottom {
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 130px;
    height: 45px;
    display: block;
    border: solid 0px;
}

.ControlButtonModeStreamingOne {
    background: url('../images/hdx/Button_Tower.png') 0px -368px no-repeat; /*stream*/
    -webkit-animation: blinkControlButton 2s infinite;
    animation: blinkControlButton 2s infinite;
}

.ControlButtonModeStreamingTwo {
    background: url('../images/hdx/Button_Tower.png') 0px -414px no-repeat; /*stream*/
}

.ControlButtonModeStream {
    background: url('../images/hdx/Button_Tower.png') 0px -230px no-repeat; /*stream*/
}

    .ControlButtonModeStream:hover {
        background: url('../images/hdx/Button_Tower.png') 0px -276px no-repeat; /* start streaming hover*/
    }

    .ControlButtonModeStream:active, .ControlButtonModeStreamingOne:active, .ControlButtonModeStreamingTwo:active {
        background: url('../images/hdx/Button_Tower.png') 0px -322px no-repeat; /* stream*/
    }

@-webkit-keyframes blinkControlButton {
    0%, 100% {
        opacity: 1.0;
    }

    90% {
        opacity: .7;
    }
}

@keyframes blinkControlButton {
    0%, 100% {
        opacity: 1.0;
    }

    50% {
        opacity: .6;
    }
}


/* Move button when linked*/
.MoveControlButtonTop {
    animation: moveControlButtonTop .5s;
    -webkit-animation: moveControlButtonTop .5s;
}

.MoveControlButtonBottom {
    animation: moveControlButtonBottom .5s;
    -webkit-animation: moveControlButtonBottom .5s;
}

.MoveControlButtonTopReverse {
    animation: moveControlButtonTop .5s reverse;
    -webkit-animation: moveControlButtonTop .5s reverse;
}

.MoveControlButtonBottomRecerse {
    animation: moveControlButtonBottom .5s reverse;
    -webkit-animation: moveControlButtonBottom .5s reverse;
}

@-webkit-keyframes moveControlButtonTop {
    0% {
        top: 15px;
    }

    100% {
        top: 32px;
    }
}

@keyframes moveControlButtonTop {
    0% {
        top: 15px;
    }

    100% {
        top: 32px;
    }
}

@-webkit-keyframes moveControlButtonBottom {
    0% {
        top: 0px;
    }

    100% {
        top: -13px;
    }
}

@keyframes moveControlButtonBottom {
    0% {
        top: 0px;
    }

    100% {
        top: -13px;
    }
}

/*Other
---------------------------- */

hr {
    position: relative;
    width: 80%;
    color: #00005a;
    background-color: #00005a;
    height: 4px;
}

.topHr {
    top: 12px;
}

.topHrWider {
    width: 95%;
}

.PageHeaderBlue {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    color: white;
    font-size: large;
    font-weight: bold;
    text-align: center;
    background-color: #00005a;
    width: 200px;
    /*display:inline;*/
    top: -12px;
    left: 0px;
}

/* Status */
.tableStatusPage {
    /*
    width:75%;
    margin-left:auto;
    margin-right:auto; */
}

    .tableStatusPage td:first-child {
        /*font-weight: bold;
    text-align:right; */
        min-width: 125px;
    }

    .tableStatusPage td {
        padding: 1px 0px 1px 0px;
        text-align: left;
        max-width: 750px;
        word-wrap: break-word;
    }



/* About*/

.deviceWorkingBox {
    border: 2px solid #00005a;
    width: 97%;
    height: 620px;
    margin-left: auto;
    margin-right: auto;
}

.deviceSubWorkingBox {
    border: 2px solid #00005a;
    width: 50%;
    height: 400px;
    margin-left: auto;
    margin-right: auto;
}

.deviceMenu {
    display: block;
    padding-bottom: 40px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

    .deviceMenu >  ul {
        list-style: inside none;
    }

    .deviceMenu > ul > li {
        list-style: inside none;
        padding: 0;
        margin: 2px;
        float: left;
        display: block;
        position: relative;
    }

        .deviceMenu > ul > li > a {
            outline: none;
            display: block;
            color: #111;
            background-color: #ddd;
            position: relative;
            padding: 12px 20px;
            font: 13px/100% Arial, Helvetica, sans-serif;
            text-align: center;
            text-decoration: none;
        }

            .deviceMenu > ul > li > a.deviceMenuSelected {
                background-color: #00005a;
                color: white;
            }

            .deviceMenu > ul > li > a:hover {
                background: #00005a;
                color: white;
            }

            .deviceMenu > ul > li > a:active {
                background: #9999cc;
                color: white;
            }

.deviceSubMenu {
    display: block;
    padding-bottom: 40px;
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

    .deviceSubMenu >  ul {
        list-style: inside none;
    }

    .deviceSubMenu > ul > li {
        list-style: inside none;
        padding: 0;
        margin: 2px;
        float: left;
        display: block;
        position: relative;
    }

        .deviceSubMenu > ul > li > a {
            outline: none;
            display: block;
            color: #111;
            background-color: #ddd;
            position: relative;
            padding: 12px 20px;
            font: 13px/100% Arial, Helvetica, sans-serif;
            text-align: center;
            text-decoration: none;
        }

            .deviceSubMenu > ul > li > a.deviceMenuSelected {
                background-color: #00005a;
                color: white;
            }

            .deviceSubMenu > ul > li > a:hover {
                background: #00005a;
                color: white;
            }

            .deviceSubMenu > ul > li > a:active {
                background: #9999cc;
                color: white;
            }

.tableAboutPage {
    margin-left: 10px;
}

    .tableAboutPage > tbody > tr > td:first-child {
        text-align: right;
    }

    .tableAboutPage > tbody > tr > td:last-child {
        padding-left: 20px;
    }


/* Encoder Settings */
.encoderTopDiv {
    width: 93%;
    margin-left: auto;
    margin-right: auto;
}

.clearMessageButton {
    cursor: pointer;
    background-color: lightgrey;
    border: solid 1px black;
    border-radius: 5px;
    padding: 3px 12px;
    margin: 1px;
    text-decoration: none;
    color: black;
    width: 100px;
    text-align: center;
}

    .clearMessageButton:active {
        cursor: pointer;
        background-color: lightgrey;
        border: solid 1px black;
        border-radius: 5px;
        padding: 3px 12px;
        margin: 1px;
        text-decoration: none;
        color: black;
        width: 100px;
        text-align: center;
    }


.previewButton, .previewButton:visited, .previewButton:link {
    cursor: pointer;
    background-color: lightgrey;
    border: solid 1px black;
    border-radius: 5px;
    padding: 3px 12px;
    text-decoration: none;
    color: black;
    width: 150px;
}

.previewButtonDisabled, .previewButtonDisabled:hover {
    cursor: default;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
    background-color: lightgrey;
    border: solid 1px black;
    border-radius: 5px;
    padding: 3px 12px;
    text-decoration: none;
    color: black;
    width: 150px;
}

.submitButtonES {
    cursor: pointer;
    background-color: lightgrey;
    border: solid 1px black;
    border-radius: 5px;
    padding: 3px 12px;
}

.submitButtonESDisabled {
    cursor: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
    opacity: 0.4;
}

.submitButtonESRed {
    cursor: pointer;
    background-color: #c00;
    border: solid 1px black;
    border-radius: 5px;
    padding: 3px 12px;
    color: #ff0; /*yellow*/
}

    .submitButtonESRed:hover {
        background-color: #900;
    }

    .submitButtonESRed:active {
        background-color: #00005a;
    }

.submitButtonES:hover, .previewButton:hover, .clearMessageButton:hover {
    background-color: #c0cff3;
}

.submitButtonES:active, .previewButton:active, .clearMessageButton:active {
    background-color: #9999cc;
}
/*
    */
.LimitedWarrantyLabel {
    font-weight: bold;
    padding-left: 5px;
}

.limitedWarrantyBox {
    min-height: 100px;
    min-width: 50%;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    overflow: auto;
    border: 1px solid #000000;
    max-height: 400px;
    overflow: auto;
    padding: 4px;
    color: Black;
}

    .limitedWarrantyBox > p {
        line-height: 1em;
    }




.StatusPanelStyle {
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 40%;
    min-width: 220px;
    max-width: 450px;
    z-index: 10002;
    border: 5px solid gray;
    background-color: white;
    padding: 4px;
    box-shadow: 10px 10px 5px #cccccc;
}

.WarningStyle {
    position: fixed;
    top: 50%;
    left: 35%;
    min-width: 200px;
    z-index: 10002;
    background-color: White;
    text-align: left;
    padding: 3px;
    width: 350px;
    border: 5px solid gray;
    box-shadow: 10px 10px 5px #cccccc;
}

.padded5px {
    padding-left: 5px;
}

/* Account page*/
.boldAccount {
    font-weight: normal;
    display: inline-block;
    width: 15%;
    padding-left: 5px;
    padding-right: 15px;
    padding-bottom: 4px;
    text-align: right;
}

.submitButton {
    background-color: lightgrey;
    border: solid 1px black;
    border-radius: 5px;
    padding: 3px 22px;
}

    .submitButton:hover {
        background-color: #c0cff3;
    }

    .submitButton:active {
        background-color: #9999cc;
    }

/* Encoder Page*/
.tableEncoderPage {
    margin-left: 5px;
}

    .tableEncoderPage > tbody > tr > td:first-child {
        text-align: right;
        width: 170px;
    }

    .tableEncoderPage > tbody > tr > td:last-child {
        padding-left: 10px;
    }

.AdvanceSetting {
    display: block; /* Change to display:none for Release and Change HideAdvance for =="" */
}

.AdvanceSettingButton {
    cursor: pointer;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    background-color: white;
    border: solid 2px #00005a;
    width: 27%;
    text-align: center;
    font-weight: bold;
    padding: 4px;
    margin-bottom: 3px;
    z-index: 19;
}

    .AdvanceSettingButton:hover {
        background-color: #e0e0f3;
    }

    .AdvanceSettingButton:active {
        background-color: #9999cc;
    }

.DestinationButton {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    background-color: white;
    border: solid 2px #00005a;
    width: 27%;
    text-align: center;
    font-weight: bold;
    padding: 4px;
}

/* control Page*/
.tableMultiBoardConnect {
    margin-left: 100px;
}

    .tableMultiBoardConnect > tbody > tr > td {
        text-align: center;
        padding-left: 10px;
    }

.redBackground {
    background-color: #faa;
}

.mainMenuItemSelected {
    background-color: #00005a;
    color: white;
    border: solid 1px white;
}

.arrow {
    position: relative;
    top: 2px;
}

#lockImage {
    position: absolute;
    top: -3px;
    width: 155px;
    left: 9px;
    height: 185px;
    opacity: 0;
}

#previewRtspWindow {
    position: absolute;
    right: 125px;
    top: 75px;
}

#knightRider {
    background-image: url('../images/hdx/blueGradiant.png');
}


.autoConfAlignStyle {
    margin-left: 15px;
    margin-right: 15px;
    padding: 2px;
}
