@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/Montserrat-Bold.ttf') format('truetype');
}

@font-face {
    font-family: 'Montserrat-Regular';
    src: url('../fonts/Montserrat-Regular.ttf') format('truetype');
}
.DN_colorSelectionDiv{
    position: relative;
}
#imageStabilizationLevelsControlPanel{
    background: white !important;
     width: 40% !important;
}
.imageStabilizationContainer{
    display: flex;
    align-items: center;
    justify-content: space-around;
    width: 91%;
    height: 100%;
}
.conflictListItem{
    color: green;
    padding: 2% 0%;
    font-size: 16px;
}
#warning{
    padding: 2%;
}
#topNotificationBar {
    position: absolute;
    z-index: 6001;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(202, 81, 0, 1);
    text-align: center;
    line-height: 2.5;
    overflow: hidden;
    -webkit-box-shadow: 0 0 5px black;
    -moz-box-shadow: 0 0 5px black;
    box-shadow: 0 0 5px black;
    color: white;
    display: none;
    font-family: "Montserrat-Regular", sans-serif;
}

#topNotificationBarText {
    width: 95%;
    Text-align: left;
    float: left;
    padding-left: 1%;
}

#topNotificationButtons {
    Text-align: left;
    Width: 4%;
    float: right;
    cursor: pointer;
}

.setupMenu {
    background: -moz-linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(241, 211, 191, 1) 10%, rgba(202, 81, 0, 1) 40%, rgba(202, 81, 0, 1) 100%);
    /* ff3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(10%, rgba(241, 211, 191, 1)), color-stop(40%, rgba(202, 81, 0, 1)), color-stop(100%, rgba(202, 81, 0, 1)));
    /* safari4+,chrome */
    background: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(241, 211, 191, 1) 10%, rgba(202, 81, 0, 1) 40%, rgba(202, 81, 0, 1) 100%);
    /* safari5.1+,chrome10+ */
    background: -o-linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(241, 211, 191, 1) 10%, rgba(202, 81, 0, 1) 40%, rgba(202, 81, 0, 1) 100%);
    /* opera 11.10+ */
    background: -ms-linear-gradient(270deg, rgba(255, 255, 255, 1) 0%, rgba(241, 211, 191, 1) 10%, rgba(202, 81, 0, 1) 40%, rgba(202, 81, 0, 1) 100%);
    /* ie10+ */
    height: 824px;
    cursor: pointer;
    width: 250px;
    list-style: none;
    font-family: "Montserrat-Regular", sans-serif;
    overflow: hidden;
    margin: 0;
    padding: 0;
    letter-spacing: .2px;
    font-size: 16px;
    padding: 0;
}

.setupMenu>li {
    box-sizing: border-box;
    height: 36px;
    color: #f7f1e3;
    border-top: 1px solid #CA5100;
    background-color: #CA5100;
}

.setupMenu>li:first-child {
    border-top: 0;
    border-radius: 7px 7px 0 0;
    border-bottom: 1px solid #CA5100;
}

.setupMenu>li:last-child {
    border-radius: 0 0 7px 7px;
}

.setupMenu>li span {
    line-height: 48px;
    display: block;
}

.setupMenu>li .icon {
    display: block;
    float: left;
    width: 20px;
    height: 20px;
    padding: 14px 20px 0 20px;
}

select option:disabled {
    color: gray;
}

.setupMenu>li .messages {
    font-size: 11px;
    line-height: 19px;
    display: block;
    float: right;
    width: 34px;
    height: 18px;
    margin-top: -33px;
    margin-right: 19px;
    padding: 0;
    text-align: center;
    background: url("images/messages.png") no-repeat;
}

.expand-triangle {
    width: 250px;
    height: 10px;
    content: " ";
}

.expand-triangle img {
    width: inherit;
    height: inherit;
    margin-left: -40px;
    vertical-align: top;
}

.submenu {
    font-size: 13px;
    box-sizing: border-box;
    content: " ";
    color: #ae9f9f;
}

.submenu li {
    line-height: 20px;
    height: 35px;
    margin-left: -40px;
    padding-top: 11px;
    transition: border-left 220ms ease-in;
    border-left: solid 6px #5F6062;
    background-color: #5F6062;
}

/*.submenu .chosen,
.submenu .chosen:hover 
{
    border-left: solid 10px #C3F90C;
	color: #C3F90C;
}

.submenu .opgalChosen,
.submenu .opgalChosen:hover 
{
    border-left: solid 10px #91BE3E;
    color: #91BE3E;
}

.submenu li:hover 
{
    border-left: solid 10px #00255B;
    color: white;
}*/

.submenu li span {
    margin-left: 30px;
}

.SetupWidgetDiv table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Montserrat-Regular';
}

.setupWidget table {
    border-collapse: collapse;
}

.setupWidget th {
    width: 25%;
    min-width: 50px;
}

.SetupWidgetDiv {
    width: 100%;
    display: none;
    border-top: none;
    border-right: 1px solid black;
    border-bottom: 1px solid black;
    border-left: 1px solid black;
    background-color: #fafafa;
}

.setupHumanRead table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Montserrat-Regular';
}

.setupHumanRead tr {
    height: 40px;
}

.setupHumanRead td, .humanReadMessage {
    text-align: center;
    color: red;
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 12px;
}

.setupWidget-legend-extraSmall {
    width: 70px !important;
}

.setupWidget-legend-small {
    width: 100px !important;
}

.setupWidget-legend-medium {
    width: 130px !important;
}

.setupWidget-legend-large {
    width: 160px !important;
}

.setupWidget-legend-extraLarge {
    width: 175px !important;
}

.setupWidget-legend-xlarge {
    width: 200px !important;
}

.setupWidget-legend-text {
    display: inline-block;
    position: relative;
    width: 80px;
    top: -12px;
    background-color: white;
    padding: 3px 0px 0px 10px;
    border-radius: 10px;
    /*border: 1px solid black;*/
    color: #00255B;
    font-size: 12px;
    font-weight: normal;
}

/*The Firefox bold font was too strong.  But Chrome and IE only look good in bold*/

body:not(:-moz-handler-blocked) .setupWidget-legend-text {
    font-weight: normal !important;
}

.setupWidget td {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    color: #5F6062;
}

.setupWidget .widgetContainer {
    border: 1px solid #00255B;
    display: inline-block;
    height: 90px;
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px #666;
    width: 93%;
    margin: 10px 0px 0px 10px;
}

.encoderTopText {
    display: inline-block;
    width: 80px;
    top: -12px;
    background-color: white;
    padding: 3px 0px 0px 10px;
    border-radius: 0px;
    color: #00255B;
    font-size: 15px;
    font-weight: normal;
}

.setupWidget-legend-xxlarge {
    width: 300px !important;
}

.paddingTop8{
padding-top: 8%;
}

.encoderWidgetContainer {
    border: 1px solid #00255B;
    display: inline-block;
    height: 100px;
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px #666;
    width: 95%;
    margin: 20px 0px 0px 10px;
}

.manageEncoderCapabilityDiv{
    border: 1px solid #00255B;
     display: inline-block;
    height: 290px;
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px #666;
    width: 97%;
     margin: 10px 0px 0px 10px;  
}

.ntpServerDiv{
    border: 1px solid #00255B;
     display: inline-block;
    height: 155px;
    background-color: white;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 10px #666;
    width: 97%;
     margin: 10px 0px 0px 10px;  
}

.manageEncoderCapabilityText{
  font-weight: normal !important; 
    color: #00255B;
    font-size: 12px;
    font-weight:900; 
    padding-left: 10px;
    text-align: left;
}

.marginTop3{
    margin-top: 3%;
}


.setupWidget .widgetText {
    font-family: 'Montserrat-Regular';
    font-size: 12px;
    color: #5F6062;
}

.widgetContainerDoubleHigh {
    height: 180px !important;
}

.widgetContainerSmallHigh {
    height: 140px !important;
}

.hardwareStatusList li {
    height: 15px !important;
}

.widgetContainerSmall {
    height: 70px !important;
}

.widgetContainerMedium {
    height: 180px !important;
}

.widgetContainerLarge {
    height: 260px !important;
}

.widgetContainerXLarge {
    height: 377px !important;
}

.widgetContainerTall {
    height: 300px !important;
}

.knob_control table {
    width: 100%;
}

.knob_control tr {
    width: 100%;
}

.knob_control td {
    width: 100%;
    margin: 0 auto;
}

.knob_control div {
    position: relative;
    display: table-cell;
    position: relative;
    text-align: center;
    top: -8px;
}

.knob_control {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    font-weight: 300;
    text-rendering: optimizelegibility;
    text-align: center;
    height: 100% !important;
    font-size: 10px !important;
    width: 44px !important;
    height: 30px !important;
    margin: 0 auto;
}

.resolution_knob {
    margin-left: -65px !important;
    width: 50px !important;
}

.whitebalance_knob {
    text-overflow: ellipsis !important;
    margin-left: -65px !important;
    width: 50px !important;
}

.setupWidget .InActive {
    background-color: darkgray;
}

.toggle-setup {
    width: 60px;
    height: 25px;
}

.toggle-setup .toggle-slide {
    border-radius: 9999px;
    box-shadow: 0 0 0 1px #999;
}

.toggle-setup .toggle-on, .toggle-setup .toggle-off {
    color: white;
    font-size: 12px !important;
    font-weight: bold;
    text-shadow: 0 0 8px rgba(0, 0, 0, 0.5);
}

.toggle-setup .toggle-on {
    border-radius: 9999px 0 0 9999px;
    background: #08666C !important;
    box-shadow: inset 2px 2px 5px rgba(0, 0, 0, 0.4);
}

.toggle-setup .toggle-on:after {
    background: #08666C !important;
    height: 50%;
    content: '';
    margin-top: -19%;
    display: block;
    border-radius: 9999px;
    margin-left: 10%;
}

.toggle-setup .toggle-off {
    box-shadow: inset -2px 2px 5px rgba(0, 0, 0, 0.4);
    border-radius: 0 9999px 9999px 0;
    color: #828282;
    background: #ECECEC;
    text-shadow: 0 0 1px white;
}

.toggle-setup .toggle-off:after {
    background: #ECECEC !important;
    height: 50%;
    content: '';
    margin-top: -19%;
    display: block;
    margin-right: 10%;
    border-radius: 9999px;
}

.toggle-setup .toggle-blob {
    border-radius: 50px;
    background: #00255B !important;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.6), inset 0 0 0 2px white, 0 0 3px rgba(0, 0, 0, 0.6);
}

.toggle-setup-with-slider-margin {
    /*margin-top: -33px;
    margin-left: -11px;*/
}

.toggle-setup-alone-margin {
    /*margin-top: -20px;
    margin-left: -10px;*/
}

.toggle-setup-alone-special-margin {
    /*margin-top: -20px;
    margin-left: 80px;*/
}

.setup-buttonset-alone-margin {
    /*margin-top: -30px;*/
}

.setup-buttonset .ui-state-default {
    background: white;
    border: 1px solid #00255B;
    color: #00255B;
    font-size: 14px;
    width: 80px;
}

.setup-buttonset .ui-state-hover {
    background: #00255B;
    color: #C3F90C;
}

.setup-buttonset .ui-state-active {
    background: #5F6062;
    border: 1px solid #5F6062;
}

.setup-buttonset .ui-state-active span.ui-button-text {
    color: white;
}

.setup-buttonset .ui-state-active.ui-state-hover {
    background: #5F6062;
    color: #C3F90C;
}

.setup-buttonset .ui-state-focus {
    background: #5F6062;
}

.setup-buttonset .ui-state-focus span.ui-button-text {
    color: white;
}

.saveCancelDefaults {
    width: 5%;
    cursor: pointer;
}

.saveCancelDefaultsImg {
    width: 70%;
    text-align: center;
}

.saveCancelDefaultsSpan {
    font-size: 10px;
    color: black;
    position: relative;
    top: -4px;
}

.setupWidgetInput {
    display: inline-block !important;
    margin-left: 30px;
}

.SetupSpinner {
    text-align: center;
    width: 80px !important;
    margin: 0 auto;
    padding: 5px;
    font-size: 16px !important;
    background: none;
    border: 1px solid black;
}

.select_style {
    background: #FFF;
    overflow: hidden;
    display: inline-block;
    color: #525252;
    font-weight: 300;
    -webkit-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
    -moz-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
    border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
    -webkit-box-shadow: 0 0 5px rgba(123, 123, 123, 0.2);
    -moz-box-shadow: 0 0 5px rgba(123, 123, 123, .2);
    box-shadow: 0 0 5px rgba(123, 123, 123, 0.2);
    border: solid 1px #DADADA;
    font-family: "helvetica neue", arial;
    position: relative;
    cursor: pointer;
    padding-right: 20px;
}

.select_style {
    background: #FFF;
    overflow: hidden;
    display: inline-block;
    color: #525252;
    font-weight: 300;
    -webkit-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
    -moz-border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
    border-radius: 5px 4px 4px 5px/5px 5px 4px 4px;
    -webkit-box-shadow: 0 0 5px rgba(123, 123, 123, 0.2);
    -moz-box-shadow: 0 0 5px rgba(123, 123, 123, .2);
    box-shadow: 0 0 5px rgba(123, 123, 123, 0.2);
    border: solid 1px #DADADA;
    font-family: "helvetica neue", arial;
    position: relative;
    cursor: pointer;
    padding-right: 20px;
}

.select-style option:hover {
    background-color: yellow;
}

.select_style span {
    position: absolute;
    right: 10px;
    width: 8px;
    height: 8px;
    background: url(http://projects.authenticstyle.co.uk/niceselect/arrow.png) no-repeat;
    top: 50%;
    margin-top: -4px;
}

.select_style select {
    -webkit-appearance: none;
    appearance: none;
    width: 120%;
    background: none;
    background: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 7px 10px;
}

.sectorTable {}

.sectorTable th {
    font-family: 'Montserrat-Bold';
    font-size: 14px;
    color: #5F6062;
    border-bottom: 2px solid black;
    background-color: white;
}

.sectorTable td {
    font-family: 'Montserrat-Regular';
    font-size: 14px;
    color: black;
}

.sectorTable tr:nth-child(odd) {
    background-color: #fafafa;
}

.required_field {
    color: red;
    font-weight: bold;
}

.disabledActionButton {
    opacity: 0.3;
    max-width: 40px;
    max-height: 40px;
}

.enabledActionButton {
    opacity: 1.0;
    max-width: 40px;
    max-height: 40px;
}

.disabledActionButton_Small {
    max-width: 30px !important;
    max-height: 30px !important;
}

.enabledActionButton_Small {
    max-width: 30px !important;
    max-height: 30px !important;
}

.pie_progress {
    width: 160px;
    margin: 10px auto;
}

/* Start and End Timings */

.title {
    color: #00255B;
    font-size: 12px;
    font-weight: bold;
    padding-bottom: 5px;
    margin: 0 0 12px 0;
    border-bottom: 1px solid #ececec;
}

.timeBox {
    width: 100%;
    float: left;
    padding: 1%;
    /* margin-left: 25px; */
}

.timeBox .subBox {
    float: left;
    margin: 0 5px;
    text-align: center;
    font-size: 11px;
    color: #5F6062;
}

.subBox p {
    margin: 4px 0;
}

.timeButton {
    width: 86px !important;
    padding: 10px !important;
    position: absolute !important;
    top: 20px !important;
    right: 20px;
    font-size: 14px !important;
}

/* .timeButton:active {
    position: relative;
    top: 2px;
}  */

.clearfix {
    clear: both;
}

.resetBox {
    font-size: 14px;
}

.resetBox .resetButton {
    width: 86px !important;
    padding: 10px !important;
    font-size: 14px !important;
    margin-left: 10px;
    top: 0 !important;
}

.timeZone {
    float: left;
    font-size: 12px;
    margin-top: 7px;
}

.actionTypeLabel {
    margin-bottom: 0.1rem !important;
}

#LicensePopUp td {
    border: 1px solid;
    text-align: left;
}

#LicensePopUp th {
    border: 1px solid;
    text-align: left;
}

.pgLoader {
    position: absolute;
    width: 100%;
    background: rgba(0, 0, 0, 0.58);
    height: 100%;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: -8px;
}

.loaderMessage {
    margin-top: 1%;
    color: rgb(255, 0, 0);
    background-color: white;
    padding: 0.2%;
    font-family: 'Montserrat-Regular';
    display: none;
}

.displayNone {
    display: none !important;
}

.startEndTimeContainer {
    height: 175px !important;
    width: 96%!important;
}

.subBoxText {
    font-size: 11px;
    margin-bottom: 3px;
}

.speedChangeWrapper {
    /* display: flex;
    justify-content: center; */
    width: 88%;
    margin: 0 auto;
}

.userLevelTableHeader {
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif !important;
    background-color: #00255b;
    color: #ffffff;
    text-align: center;
    vertical-align: top;
    cursor: pointer;
}

.serviceTypeControls {
    margin: 5% 0 0 4%;
    width: 90% !important;
    font-size: 14px;
}

#noServerSelectionMessageDiv {
    text-align: center;
    vertical-align: middle;
    line-height: 90px;
    display: none;
    padding-top: 10%;
}
.pedestrianSettings{
    font-size: 22px;
    color: black;
    padding: 0px 11px;
    cursor: pointer;
}
.pedestrianSettings:hover{
    color: grey;
}
.disableControl {
    pointer-events: none !important;
    opacity: 0.3 !important;
}
.disabledSubmenu {
    pointer-events: none;
    /* opacity: 0.3; */
    color: #b59077 !important;
}

#setUserLevelDialog td {
    padding-top: 1%;
}

.userLevelPreHeader {
    color: #00255B;
    font-size: 12px;
}

.userLevelHeading {
    color: black;
}

.userLevelContainer {
    padding: 0% 1%;
}

#addCentralizedAuthenticationDialog td, #editCentralizedAuthenticationDialog td {
    padding-top: 1%;
}

.addUserBtn {
    background-color: #00255b;
    border: none;
    color: white;
    padding: 7px 23px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    cursor: pointer;
}

.activeServer {
    float: right;
    padding: 2px 4% 0px 0px;
    color: #218c04;
    font-size: 12px;
    font-weight: bold;
}

select:disabled {
    opacity: 0.5;
}

#userLevelTable_tbody>tr>td {
    font-family: 'Montserrat-Bold' !important;
    font-size: 12px !important;
    color: black;
}

#userLevelTable_tbody>tr>td>a {
    font-size: 10px;
    padding-left: 4%;
}

.select96 {
    width: 96% !important;
}

.hidden {
    visibility: hidden;
}

.height15 {
    height: 15px;
}

.ipAddressTextBox {
    width: 20% !important;
}

.disabledButton {
    pointer-events: none;
    background-color: gray !important;
    color: #fff !important;
    border: 1px solid black !important;
}

.serviceTable {
    font-size: 15px;
    margin-top: 5px !important;
    margin-left: 5px !important;
}

.serviceTable td {
    font-family: 'Montserrat-Regular';
    font-size: 12px;
    color: black;
}

.b {
    font-weight: bold;
}

.p10 {
    padding: 10px;
}

.serviceTableSubHeading {
    font-size: 14px !important;
    color: #00255b !important;
}

.blueHeaderTable {
    width: 98% !important;
    border: 1px solid black;
    font-family: arial;
    margin: 0 20px 20px 20px;
    font-size: 12px;
}

.blueHeaderTable th {
    width: auto !important;
    color: white;
    font-weight: bold;
    background-color: #00255B;
    text-align: left;
}

.blueHeaderTable td {
    padding: 5px 0 7px 0;
    color: black;
    font-size: 12px;
    text-align: left;
}

.switchContainer {
    display: block;
    width: 307px;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.diagnosticsRadioGroup {
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
}

.padding-left4 {
    padding-left: 5px;
}

.padding-right4 {
    padding-right: 5px;
}

.floatLeft {
    float: left;
}

.float-right {
    float: right;
}

.baseFont {
    font-family: 'montserrat-regular';
    font-size: 12px;
}

.margin0 {
    margin: 0px !important;
}

.accountingInfoHead {
    color: #00255b !important;
    font-size: 12px !important;
}

.diagnosticsError {
    color: red !important;
    text-align: center !important;
    
}

.diagnosticsErrorPanel {
    text-align: center;
    vertical-align: middle;
    display: none;
    padding-top: 10%;
}

.configControls {
    color: black;
    width: 95%;
    font-size: 16px;
    height: 22px;
    margin: 4px 0px;
}

.fileSelected{
    float: right;
    padding: 8px 0 8px 0 !important;
    margin-top: 12px;
    color: green;
    font-size: 16px;    
}

.dioStatus{
    text-transform: capitalize;
    font-weight: 600;
}

.fixSelectInputWidth{
    width:95%  !important;
     box-sizing:border-box !important;
     height: 26px !important;
}

.paddingLeft2{
    padding-left: 2%;
}

.privacyMaskContainer{
    width: 98%; 
    height: 260px; 
    overflow-y: scroll;
    padding-left: 2%;
}

.maskNameTh{
    width: 50%; 
    text-align: left;
    padding-left: 2%;
}
.privacyMaskWidgetContainer {
    width: 91% !important;
    height: 305px !important;
    padding: 3%;
}
.mBottom2{
    margin-bottom: 2% !important;
}

.editPresetNote{
    width: 100%;
    text-align: center;
    font-size: 14px;
    padding-top: 1%;
    font-weight: 600;
}

div.overlay {
    display:        table;
    position:       fixed;
    top:            0;
    left:           0;
    width:          100%;
    height:         100%;
    z-index: 100000
}
div.overlay > div {
    display:        table-cell;
    width:          100%;
    height:         100%;
    background: rgba(0, 0, 0, 0.58);
    text-align:     center;
    vertical-align: middle;
}

.padding01{
    padding: 0% 1%;
};
