/*--------------------------------------------------------- */
/* ---------------- Page layout for main page ------------- */

/* used for main page / not for wizard etc. */
.root_wizard {
    clear: both;
    float: left;
    height: 98%;
    min-height: 600px;
    min-width: 800px;
    padding-top: 1%;
    position: relative;
    width: 100%;
}

.pagecontent_wizard{
    background: #f2f2f2;
    height: 490px;
    width:782px;
    color: #bfbfbf;
    box-shadow: .94px -.34px 8px 0 rgba(0,0,0,.35);
    font-size: 25px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
}

.backlayer_wizard {
    height: 540px;
    width:790px;
    background-color:#F5F5F5;
    margin-left: auto;
    margin-right: auto;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}


/*--------------------------------------------------------- */
/* -------------------- Header layout (main)---------------------- */

.header_wizard {
    margin: 0 auto;
    width: 770px;
    padding: 10px;
    background-color: #F5F5F5;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.header_settings {
    margin: 0 auto;
    width: 1070px;
    padding: 10px;
    background-color: #F5F5F5;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}



.pagecontent_settings {
    background: none repeat scroll 0 0 #FFFFFF;
    box-shadow: 0.94px -0.34px 8px 0 rgba(0, 0, 0, 0.35);
    margin-left: 4px;
    margin-right: 4px;
    min-height: 570px;
}

.backlayer_settings {
    background: #F5F5F5 repeat scroll 0 0;
    width:1090px;
    margin-left: auto;
    margin-right: auto;
    min-height: calc(100% - 90px );
}


/*-------------------------------------------*/



/* ------------ Wizard Content ------------------- */

.AssistentStepContent {
    height: 390px;
}

/* IO SETTINGS STYLES */

.config_gpios_accordion_wizard{
    width: 500px;
    height: 254px;
    overflow: scroll;
    overflow-x: hidden;
    border: 2px solid #808080;
}

.missingIOConfigScroller{
    width: 120px;
    height: 70px;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    border: 0.5px solid rgba(255, 0, 0, 1);
    width: 240px;
    border-radius: 6px;
    padding: 8px;
    color: red;
    font-size: 11px;
    margin-left: -40px !important;;
    font-weight: lighter;
}

.ioLegend {
    width: 18px;
    height: 18px;
    padding: 0px;
    border-color: black;
    box-sizing: border-box;
    border-width: 0px;
    border-style: solid;
}

.ioTableDiv{
    display: inherit;
    vertical-align: middle;
}

.ioContactWizard {
    width: 26px;
    height: 26px;
    padding: 0px;
    border-color: black;
    color: black;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    background-color: #999999;
}

.ioInvalidFeature{
    color: red;
    font-size: 11px;
    font-weight: lighter;
    height: 100%;
    margin-left: 20px;

}

.ioWarning {
    float:left;
    background: url("/img/warning.png") no-repeat center;
}

.ioEditPermittedIN {
    width: 26px;
    height: 26px;
    padding: 0px;
    border-color: #cacaca;
    color: #cacaca;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    background-color: #e6e6e6;
}

.pinInUseOption {
    color: #cacaca;
}

.ioEditPermittedOUT {
    width: 26px;
    height: 26px;
    padding: 0px;
    border-color: #cacaca;
    color: #cacaca;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    background-color: rgba(0, 170, 255, 0.41);
}

.ioContact {
    width: 26px;
    height: 26px;
    padding: 0px;
    border-color: black;
    color: black;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    text-align: center;
    background-color: #00AAFF;
}

.ioContactNew {
    width: 36px;
    height: 36px;
    padding: 0px;
    border-style: solid;
    text-align: center;
}

.ioIN {
    border-width: 0px;
    box-sizing: border-box;
    color: black;
    background-color: #bfbfbf;
}
.ioOut {
    border-width: 0px;
    box-sizing: border-box;
    color: black;
    background-color: #00AAFF;
}
.ioUSED {
    box-sizing: border-box;
    border-width: 2px;
    border-color: black;
}

.GPIOFeatures {
    width: 120px;
}

.iomapping_tabs {
    width: 460px;
    padding: 2px;
}

.iomapping_tabs_settings {
    background: white;
}

.iomapping_left_container {
    position:absolute;
    top:3px;
    height: 32px;
    width: 70px;
    margin-left: -45px;
    background:#f1f1f1;
    z-index: 5;
}

.iomapping_left_container_settings {
    position:absolute;
    top:3px;
    height: 32px;
    width: 70px;
    margin-left: -45px;
    background:white !important;
    z-index: 5;
}

.iomapping_left{
    margin-left: 45px;
    height: 32px;
    width: 25px;
    background: url('/img/arrow_left_small_grey.png') no-repeat center;
}


.iomapping_right{
    position:absolute;
    top:3px;
    right: 0;
    height: 29px;
    width: 29px;
    background: url('/img/arrow_right_small_grey.png') no-repeat center;
}

.iomapping_tabcontent{
    background: white !important;
    margin-top:-4px;
    height: 190px;
    border: 1px solid #aaaaaa !important;
}

.iomapping_ios_container{
    height:155px;
    overflow:auto;
    margin-top: 10px;
}