﻿/* STRUCTURE */

.ios_container{
    width: 100%;
    margin-top: var(--space-l);
}

.tablet .ios_container,
.phone .ios_container,
.tablet .left-column .margin-top-xxl,
.phone .left-column .margin-top-xxl {
    margin-top: var(--space-none);
}

.ios_wrapper{
    display: flex;
    width: 1366px;
    margin: 0px auto;
    height: 100%;
}

.ios_column{
    width: 160px;
    margin: 1%;
}

.ios_content{
    flex-grow:1;   
}

/* PLACEHOLDERS */

.left_action{
    text-align: left;
    margin-top: var(--space-m);
    height: 72px;
}

.left_action2{
    text-align: left;
    margin-top: var(--space-xxl);
    height: 72px;
}

.right_action{
    text-align: right;
    margin-top: var(--space-m);
}

.content_box{
    height: 100%;
    margin-top: var(--space-m);
    
       
}

.wizard-vertical .wizard-item .wizard-item-icon-wraper:before{
    /*height: calc(100vh - 92vh);*/
    height: 160px;
}

.wizard_box{
    text-align: left;
    height: 90%;
    max-height: 540px;
}

.wizard_box .wizard-position, .wizard_box .wizard-vertical, .wizard_box .wizard-vertical .ListRecords {
    height: 100%;
}

.wizard_box .wizard-vertical .ListRecords{
    padding-top: 40px;
}

.wizard-item-icon{
    width: 58px;
    height: 58px;
}
.wizard-item img{
    width: 44px;
    height: 44px;
}


.ios_column{
    
}