﻿/*settings.styles.css*/

.screen-setting { 
    /*margin: 0px 7px 0px 0px;*/
    clear: both;
    min-height: 30px;
    border-top: 1px solid #E4E4E4;
    padding-top: 4px;
    position:relative;
}



.screen-setting .screen-setting-display { 
    width: 174px;
    float: left;
    text-align: right;
    margin-right: 6px; 

}
.screen-setting .screen-setting-input { width:268px; float:left; }
.screen-setting .screen-setting-ui { width:161px; float:left; }

.screen-setting [input_type='setbutton'] { line-height:40px;min-height:40px;padding-top:0px; }

.screen-setting [input_type='instructions'] .screen-setting-display { width:100%; }
.screen-setting [input_type='textarea'] .screen-setting-input { width:247px;margin-bottom:6px; }
.screen-setting [input_type='textarea'] .screen-setting-ui { width:161px; }
.screen-setting [input_type='textarea'] .TryButton { margin-left:156px; }
.screen-setting [input_type='divider']{
    float:none;
    border-bottom:1px solid #000;
    padding-bottom:0px;
    text-align:center;
    min-height:1px;
    margin-bottom:4px;
}

.screen-setting [is_changed='true'] { background: #ffd; }
/*.screen-setting[is_changed='false'][is_saveable='true'] { background: #dfd; }*/
.screen-setting [is_changed='true'][data_type='instructions'] { background:#fff; }
.screen-setting [is_changed='true'][input_type='button'] { background:#fff; }
.screen-setting [is_changed='true'][setting_val=''] { background:#fff; }

.screen-setting [input_type] input[type='text'] { width:158px; font-size:12px; }
.screen-setting [input_type] input[type='checkbox'] { width:145px; font-size:12px; }
.screen-setting [input_type='textarea'] textarea { width:239px; height:50px;max-width:none;margin-bottom:4px; }
.screen-setting [input_type='select'] select { width: 140px; }
.screen-setting [input_type='boolean'] .SettingInput { float:left; }
.screen-setting [input_type='boolean'] select { width: 140px; }
.screen-setting [data_type='none']{ font-weight:bold; }
.screen-setting [input_type='instructions'] { font-style:italic; }
.screen-setting [input_type='instructions'] button { display:none; }

[show_primary='false'] [level='Primary'] { display:none; }
[show_self_serve='false'] [level='SelfServe'] { display:none; }
[show_advanced='false'] [level='Advanced'] { display:none; }
[show_admin='false'] [level='Admin'] { display:none; }

.setting-upload {
    padding: 5px 0px 10px 93px;
    border-top: solid 1px #ccc;
}
.setting-upload-button {
    display:inline-block;width:200px;
} 
.setting-upload-status {
    display:inline-block;width:50px;
}
/* ----------------- WIZARD --------------------- */
.wizard-header {
    height:40px;
}
.wizard-header-screen {
    float:left;
}
.wizard-header-step {
    float:right;
}


.wizard-body {

}
.wizard-step {

}
.wizard-step-head {
    font-weight:bold;
    font-size:16px;
    margin-bottom:20px;
}

.setting-wizard {
    background: #ccc;
    padding: 10px;
    margin: 50px auto;
}
.wizard-setting-head {

}
.wizard-setting-ui {

}
.wizard-setting-status {

}

.wizard-footer {
    height:40px;
    margin-top:10px;
    padding-top:10px;
    border-top:solid 1px #ddd;
}

.screen-fix
{
    position:absolute;
    top:8px;
    left:1px;
    width:450px;
    height:300px;
    background:#fff;
    border:solid 1px #000;
    padding:20px;
}
.screen-fix-row {
    clear:both;
    height:20px;
    border-bottom:solid 1px #aaa;
}
.screen-fix-col {
    font-size:12px;
    display:inline-block;
    width:100px;
    border-right:solid 1px #aaa;
    margin-right:10px;
    padding-right:10px;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.screen-fix-ok {
    display:inline-block;
    width:20px;
}
.screen-fix-close
{
    float:right;
}
.screen-fix-button[need_fix='false']{
    opacity:0.5;
}
.settings-additional{
    padding: 12px;
    margin-top: 50px;
    border-radius: 6px;
    border: 1px solid #ddd;
    background: #eee;
}
.edit-screen-custom-info {
    position: absolute;
    right: 0;
    top: -8px;
}
.edit-screen-custom-warning {
    float: left;
    width: 18px;
    height: 18px;
    border-radius: 30px;
    border: 1px solid #ad0000;
    margin: 2px;
    color: #ff0;
    background-color: #f10000;
    text-align: center;
    line-height: 16px;
    font-size: 10px;
}
