
body {
    background-color: #f9f9f9;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 80%;
    margin: 0;
    padding: 0;
}

#main {
    margin: 15px auto 0 auto;
    background-color: #ffffff;
    border: 1px solid #d5d5d5;
    outline: none;
    width: 1073px;
    height: 700px;
    overflow: hidden;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#header {
    width: 100%;
    padding: 10px 15px;
    overflow: hidden;
    background: #69b343 url('images/header_bg.png') repeat-x 0 -20px;
    clear: both;

    height: 50px;

    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#header_left {
    float: left;
    width: 300px;
}

#header_center {
    float: left;
    width: 300px;
    text-align: center;

    font-size: 1.3em;
}

#header_center .sub_txt {
    color: #444444;
    font-size: 0.9em;
}

#header_center .fware_lbl {
    color: #f2f2f2;
    font-size: 0.6em;
}

#header_center .fware {
    color: #ffffff;
    font-size: 0.6em;
}

#header_right {
    float: right;
    width: 250px;
    text-align: right;
}

#sidebar {
    float: left;
    width: 367px;
    /* background-color:#dddddd; */
    overflow: hidden;
    border-right: 1px solid #dddddd;
    height: 100%;
}

#detailPanel {
    position: relative;
    float: right;
    width: 695px;
    border: 1px solid #ffffff;
    margin: 0;
}

#footer {
    width: 1073px;
    margin: 5px auto 0 auto;
    clear: both;
}

#footer .credits {
    color: #888888;
    padding-left: 10px;
}

#footer .version {
    float: right;
    text-align: right;
    width: 300px;
    color: #888888;
    padding-right: 10px;
}

.widget-content {
    margin: 20px;
    padding: 1px;
    width: 250px;
    background-color: #DDDDDD;
    float: left;
}

/*
		@media (min-width: 481px) and (max-width: 768px) {
            #header { width:100%; }
            #main { width:768px; }          
            #sidebar { width:298px; float:left; }
            #detailPanel { width:451px; float:left; margin:0 0 0 15px; }
            .widget-content { width:160px; }
          } 

          @media (min-width: 321px) and (max-width: 480px) {
            #header { width:100%; }
            #main { width:480px; }
            #sidebar { width:100%; }
            #detailPanel { width:100%; margin:0;}
            .widget-content { width:120px; margin:5px; float:left;}
            .widget-text { display:none; }
          }

          @media (max-width: 320px) {
            #header { width:100%; }
            #main { width:320px; }            
            #sidebar { width:100%; padding:0px; }
            #detailPanel { width:100%; margin:0; }
            .widget-content { width:250px; margin:5px;}
            .widget-text { display:none; } 
          }
*/

/* application structure */
#detailPanel {
    padding: inherit;
}

.scroll_box {
    position: relative;
    /* overflow:auto; */
    overflow-y: auto;
}

.main_tab {
    height: 600px;
    width: 360px;
}

.second_tab {
    height: 600px;
}

.second_tab_left {
    height: 515px;
}

form {
    font-style: normal;
    /* font-size:14px; */
    color: #000000;
}

.FormComment {
    font-size: 12px;
    color: #555;
}

.InputText {
    font-family: Arial, Helvetica, sans-serif;
    color: #222;
    padding: 8px;
    margin: 2px 0 2px 0;
    border: 1px solid #ccc;
    background: #f8f8f8;
    font-size: 14px;
}

.InputText:focus {
    background: #ffffff;
    border: 1px solid #aaa;
}

.TextArea {
    font-family: Arial, Helvetica, sans-serif;
    color: #222;
    padding: 8px;
    margin: 2px 0 2px 0;
    border: 1px solid #ccc;
    background: #f8f8f8;
    font-size: 14px;
}

.TextArea:focus {
    background: #ffffff;
    border: 1px solid #aaa;
}

.InputPassword {
    font-family: Arial, Helvetica, sans-serif;
    color: #222;
    padding: 8px;
    border: 1px solid #ccc;
    background: #f8f8f8;
    font-size: 14px;
}

.InputPassword:focus {
    background: #ffffff;
    border: 1px solid #aaa;
}

.DDL {
    font-family: Arial, Helvetica, sans-serif;
    color: #222;
    padding: 8px;
    margin: 2px 0 2px 0;
    border: 1px solid #ccc;
    background: #f8f8f8;
    font-size: 14px;
}

.DDL:focus {
    background: #ffffff;
    border: 1px solid #aaa;
}

/* keep at bottom to apply last */
.required {
    border-left: 3px solid red;
}

.button {
    color: #222;
    border: 1px solid #aaa;
    background: #eee;
    padding: 3px 10px 3px 10px;
}

.eq-band {
    float: left;
    width: 23px;
}

#header_right #saving {
    background: #fbd200; /* #715629 */
    padding: 5px 25px;
    display: inline-block;
    font-weight: bold;
    color: #444444;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#header_right #failed {
    background: red;
    padding: 5px 25px;
    display: inline-block;
    font-weight: bold;
    color: #444444;

    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#sidebar #main_tabs .menu_item,
#sidebar #main_tabs .menu_item_offline,
.eq-selection-area .menu_item,
.add-zone-list .menu_item,
.alarm_list .menu-item,
.zone-assign-op-channel-list .menu_item {
    clear: both;
    width: 92%;
    padding: 10px;
    overflow: hidden;
}

#sidebar #main_tabs .menu_item:hover,
#sidebar #main_tabs .active,
.add-zone-list .menu_item:hover,
.eq-selection-area .menu_item:hover {
    background-color: #eeeeee;
    color: green;
}

#sidebar #main_tabs .menu_item:hover,
.add-zone-list .menu_item:hover,
.eq-selection-area .menu_item:hover {
    cursor: pointer;
}

#sidebar .menu_item {
    clear: both;
    width: 100%;
    padding: 15px 0 15px 35px;
}

#sidebar .menu_item:hover,
#sidebar .active {
    color: green;
    background-color: #eeeeee;
}

#sidebar .menu_item:hover {
    cursor: pointer;
}

.icon {
    width: 30px;
    height: 30px;
    overflow: hidden;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    float: left;
    text-align: center;

    margin-right: 10px;
}

.icon span {
    font-weight: bold;
    color: #ffffff;
    line-height: 30px;
}

.op_icon span {
    font-size: 16px;
}

.zone_icon span {
    font-size: 14px;
}

.eq_icon span {
    font-size: 12px;
    letter-spacing: -2px;
}

.green {
    background-color: green;

    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#00c600), to(#009d00));
    background: -webkit-linear-gradient(top, #00c600, #009d00);
    background: -moz-linear-gradient(top, #00c600, #009d00);
    background: -ms-linear-gradient(top, #00c600, #009d00);
    background: -o-linear-gradient(top, #00c600, #009d00);
}

.red {
    background: red;

    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e15b00), to(#cb4800));
    background: -webkit-linear-gradient(top, #e15b00, #cb4800);
    background: -moz-linear-gradient(top, #e15b00, #cb4800);
    background: -ms-linear-gradient(top, #e15b00, #cb4800);
    background: -o-linear-gradient(top, #e15b00, #cb4800);
}

.yellow {
    background-color: yellow;

    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#ffda00), to(#ffaf00));
    background: -webkit-linear-gradient(top, #ffda00, #ffaf00);
    background: -moz-linear-gradient(top, #ffda00, #ffaf00);
    background: -ms-linear-gradient(top, #ffda00, #ffaf00);
    background: -o-linear-gradient(top, #ffda00, #ffaf00);
}

.blue {
    background-color: blue;

    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#728fff), to(#4169e1));
    background: -webkit-linear-gradient(top, #728fff, #4169e1);
    background: -moz-linear-gradient(top, #728fff, #4169e1);
    background: -ms-linear-gradient(top, #728fff, #4169e1);
    background: -o-linear-gradient(top, #728fff, #4169e1);
}

.gray {
    background-color: #888888;

    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#949494), to(#717171));
    background: -webkit-linear-gradient(top, #949494, #717171);
    background: -moz-linear-gradient(top, #949494, #717171);
    background: -ms-linear-gradient(top, #949494, #717171);
    background: -o-linear-gradient(top, #949494, #717171);
}

.source_widget {
    width: 215px;
    float: left;
    padding: 0 10px 10px 10px;
    margin: 90px 0 0 25px;
    border: 1px solid #bbbbbb;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

/*
.alarm_list {
	width:350px;
	height:550px;
	float:left;
	margin:45px 0 0 0;
	padding:10px;
	border:1px solid #cccccc;

	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;

}
*/

.alarm_list {
    width: 350px;
    height: 500px;
    position: relative;
    margin: 0px auto;
    padding: 10px;
    border: 1px solid #cccccc;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

}

.vol_widget {
    text-align: center;
    width: 100px;
    float: left;
}

.vol_widget .slider_box {
    width: 65px;
    border: 1px solid #bbbbbb;
    margin: 0 auto;
    padding: 5px 0;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.vol_widget .ui-button {
    width: 65px;
    margin: 4px 0 0 1px;
}

.eq_band_widget {
    border: 1px solid #bbbbbb;
}

.detail_logo {
    position: absolute;
    right: 75px;
    top: 500px;
    /* padding:250px 0 0 235px; */
}

#detailPanel .ui-tabs-panel {
    overflow: hidden;
}

.mute_btn_active {
    background-color: red;
    border: 1px solid #d3d3d3;
    font-weight: normal;
    color: #ffffff;
}

.eq_band_active {
    background-color: #69b343;
}

.eq {
    overflow: hidden;
    clear: both;
    height: 180px;
}

.eq span {
    height: 140px;
    float: left;
    margin: 0 4px 0 3px;
    text-align: center;
    width: 15px;
}

.eq p {
    font-size: 8px;
    text-align: center;
    display: block;
    width: 15px;
}

.eq-selection-area {
    float: right;
    width: 300px;
    height: 250px;

    border: 1px solid #cccccc;
    margin: 0 1px 10px 0;
    padding: 10px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.eq-selection-area .menu_item,
.add-zone-list .menu_item,
.alarm_list .menu-item,
.zone-assign-op-channel-list .menu_item {
    border-top: 1px solid #dddddd;
}

/*
.eq_band {
   height:140px;
}
.eq_band_box {
   float:left;
   margin-left:6px;
   height:140px;
}  
*/

.zone-op-channel-assign {
    float: left;
    width: 35px;
    text-align: center;
}

.source-assign {
    /*
    float:left;
    width:35px;
    text-align:center;

    Verion 1.4 Changes
    */

    width: 100%;
    text-align: left;

}

.zone-assign-op-channel-list {
    width: 650px;
    height: 525px;

    border: 1px solid #cccccc;
    margin: 0 1px 10px 0;
    padding: 10px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.add-zone-list {
    float: left;
    width: 300px;
    height: 610px;

    border: 1px solid #cccccc;
    margin: 0 1px 10px 0;
    padding: 10px;

    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.ui-progressbar {
    position: relative;
}

.progress-label {
    position: absolute;
    left: 50%;
    top: 4px;
    font-weight: bold;
    text-shadow: 1px 1px 0 #fff;
}

/* CHECKBOX STYLING  */

input[type="checkbox"] {
    display: none;
}

input[type="checkbox"] + label span {
    display: inline-block;
    /*
	width:19px;
    height:19px;
	*/
    width: 24px;
    height: 24px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    /* background:url(images/check_radio_sheet.png) left top no-repeat; */
    background: url(images/radio_sheet.png) -26px top no-repeat;
    cursor: pointer;
}

input[type="checkbox"]:checked + label span {
    /* background:url(images/check_radio_sheet.png) -19px top no-repeat; */
    background: url(images/radio_sheet.png) -50px top no-repeat;
}

input[type="radio"] {
    display: none;
}

input[type="radio"] + label span {
    display: inline-block;
    /*
	width:19px;
    height:19px;
	*/
    width: 24px;
    height: 24px;
    margin: -1px 4px 0 0;
    vertical-align: middle;
    /* background:url(images/check_radio_sheet.png) left top no-repeat; */
    background: url(images/radio_sheet.png) -26px top no-repeat;
    cursor: pointer;
}

input[type="radio"]:checked + label span {
    /* background:url(images/check_radio_sheet.png) -19px top no-repeat; */
    background: url(images/radio_sheet.png) -50px top no-repeat;
}

/*
input[type="checkbox"] {
    width:19px;
    height:19px;
}
*/

.channel-source-lbl {
    display: block;
    float: right;
    text-align: right;
    font-weight: normal;
    line-height: 30px;
    padding-right: 15px;
}

#progress_lbl {
    margin-top: 250px;
    text-align: center;
    height: 30px;
}

#progressbar {
    margin: 10px 60px;
}

.detail_interior_box {
    padding: 45px 0 0 45px;
}

.gray_text {
    color: #aaa;
}

.channel-all-button {
    padding: .4em .5em;
}

/* colorize tabs */
#masking-tab {
    background: url('images/masking-bg.jpg') no-repeat bottom right;
}

#paging-tab {
    background: url('images/paging-bg.jpg') no-repeat bottom right;
}

#music-tab {
    background: url('images/music-bg.jpg') no-repeat bottom right;
}

.zone-masking-splash {
    padding: 10px;
    background: url('images/masking-bg.jpg') no-repeat bottom right;
}

.zone-paging-splash {
    padding: 10px;
    background: url('images/paging-bg.jpg') no-repeat bottom right;
}

.zone-audio-splash {
    padding: 10px;
    background: url('images/music-bg.jpg') no-repeat bottom right;
}

/*********************************************/
/* Flip switch (toggle for maintenance mode) */

.onoffswitch {
    position: relative;
    width: 180px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #D3D3D3;
    border-radius: 6px;
}

.onoffswitch-inner {
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

.onoffswitch-inner:before, .onoffswitch-inner:after {
    float: left;
    width: 50%;
    height: 30px;
    padding: 0;
    line-height: 30px;
    font-size: 14px;
    color: white;
    font-family: Trebuchet, Arial, sans-serif;
    font-weight: normal;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 0px 15px 0px rgba(0, 0, 0, 0.08) inset;
}

.onoffswitch-inner:before {
    content: "Auto-Initialize: ON";
    padding-left: 10px;
    background-color: #91D46A;
    color: #FFFFFF;
    border-radius: 6px 0 0 6px;
}

.onoffswitch-inner:after {
    content: "Auto-Initialize: OFF";
    padding-right: 10px;
    background-color: #EEEEEE;
    color: #616161;
    text-align: right;
    border-radius: 0 6px 6px 0;
}

.onoffswitch-switch {
    width: 30px;
    margin: 0px;
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
    border-radius: 6px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 148px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
    background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 80%);
    box-shadow: 0 1px 1px white inset;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}

.ui-widget-header-masking {
    border: 1px solid #aaaaaa;
    background: #AEF084 url(images/ui-bg_highlight-soft_75_AEF084_1x100.png) 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

.ui-widget-header-paging {
    border: 1px solid #aaaaaa;
    background: #84BAF0 url(images/ui-bg_highlight-soft_75_84BAF0_1x100.png) 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

.ui-widget-header-audio {
    border: 1px solid #aaaaaa;
    background: #F0E384 url(images/ui-bg_highlight-soft_75_F0E384_1x100.png) 50% 50% repeat-x;
    color: #222222;
    font-weight: bold;
}

.hide{
  display:none;
}
