@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');
}

.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: 725px;
    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;
}

.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;
}

.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
{
    text-align: center;
    color: red;
    font-family: "Montserrat-Regular", sans-serif;
    font-size: 12px;
}

.setupWidget-legend-medium
{
    width: 130px !important;
}

.setupWidget-legend-large
{
    width: 160px !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: bold;
}

/*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;
}

.setupWidget .widgetText
{
    font-family: 'Montserrat-Regular';
    font-size: 12px;
    color: #5F6062;
}

.widgetContainerDoubleHigh
{
    height: 180px !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;
}

