/**
 * Specific CSS for the wizards section, has the designs for individual wizards.
 */

/* Wizard header. */

.setupwiz-header {
    margin-top: 29px;
}

.setupwiz-header .setupwiz-header-pretext {
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -0.02em;
    line-height: 110%;
}

.setupwiz-header .setupwiz-header-text{
    margin-top: 10px;
    margin-bottom: 30px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 150%;
}

/* End of Wizard header. */

/* Wizard progess bar. */
.wizard-progress-bar{
    position: relative;
    width: 100%;
    font-size: 0;
    margin-bottom: 23px;
}

.wizard-progress-bar .progress-bar-element{
    position: relative;
    height: 30px;
    display: inline-block;
    min-width: 18%;
    vertical-align: top;
    padding-right: 15px;
    text-decoration: inherit;
}

.wizard-progress-bar .progress-bar-element .progress-bar-text,
.wizard-progress-bar .progress-bar-element .progress-bar-page-number
{
    position: relative;
    display: inline-block;
    top: 7px;
    left: 10px;
    font-size: 14px;
    letter-spacing: -0.02em;
    text-decoration: inherit;
}

.progress-bar-nav-link{
    text-decoration: none;
}

.wizard-progress-bar .progress-bar-nav-link .progress-bar-element:hover,
.wizard-progress-bar .progress-bar-nav-link .progress-bar-element:focus{
    text-decoration: underline;
}

.wizard-progress-bar .active-element{
	background-color: #f66e00;
    color: #ffffff;
}

.wizard-progress-bar .inactive-element{
	background-color: #ddd;
}

.wizard-progress-bar .visited-element{
	background-color: #000;
	color: #ffffff;
}

.wizard-progress-bar .separator-image-active{
    display: inline-block;
    width: 10px;
    height: 30px;
	background: url("../images/progress-bar-active-edge.png") no-repeat scroll center center transparent;
    background-size: 10px 31px;
}

.wizard-progress-bar .separator-image-active-left{
    display: inline-block;
    width: 10px;
    height: 30px;
	background: url("../images/progress-bar-active-edge-left.png") no-repeat scroll center center transparent;
    background-size: 10px 31px;
}

.wizard-progress-bar .separator-image-visited-left{
    display: inline-block;
    width: 10px;
    height: 30px;
    background: url("../images/progress-bar-active-edge-left.png") no-repeat scroll center center transparent;
    background-size: 10px 31px;
}

.wizard-progress-bar .separator-image-inactive{
    display: inline-block;
    width: 10px;
    height: 30px;
	background: url("../images/progress-bar-inactive-edge.png") no-repeat scroll center center transparent;
    background-size: 10px 31px;
}

.wizard-progress-bar .separator-image-inactive-visited{
    display: inline-block;
    width: 10px;
    height: 30px;
    background: url("../images/progress-bar-inactive-edge-visited.png") no-repeat scroll center center transparent;
    background-size: 10px 31px;
}

.wizard-progress-bar .separator-image-end{
	display: none;
}

.wizard-error-bar{
    margin-bottom: 15px;
    padding: 8px;
    background-color: #ff0000;
    font-size: 16px;
    color: #ffffff;
}
/* End of the wizard progress bar. */

/* Wizard-footer buttons. */

.footer-area{
	float: right;
    margin-top: 50px;
	margin-bottom: 20px;
    padding-right: 8px;
}

.footer-area .pagination-next {
	background: url(../images/wizard-button-next.png) no-repeat center right 20px;
	padding: 8px 40px 8px 20px;
}

.footer-area .pagination-next:hover, .footer-area .pagination-next:focus {
    background: url(../images/wizard-button-next-hover.png) no-repeat center right 20px;
    background-color: #000;
    color: #ffffff;
}

.footer-area .pagination-previous {
    margin-right: 15px;
	background: url(../images/wizard-button-previous.png) no-repeat center left 20px;
	padding: 8px 20px 8px 40px;
}

.footer-area .pagination-previous:hover, .footer-area .pagination-previous:focus {
    background: url(../images/wizard-button-previous-hover.png) no-repeat center left 20px;
    background-color: #000;
    color: #ffffff;
}

.footer-area .pagination-done{
    padding: 8px 35px 8px 35px;
}

.footer-area .pagination-next:hover, .footer-area .pagination-next:focus {
    background-color: #000;
    color: #ffffff;
}

.footer-area .pagination-next:active, .footer-area .pagination-previous:active {
    background-color: #ff7900;
    border: 2px solid #ff7900;
}


/* End of wizard-footer buttons. */

.wizard-container{
    width: 1200px;
    margin: 0 18px 0 9px;
}

.wizard-body{
	background-color: #ffffff;
}

.wizard-notification{
	background-color: #ffffff;
}

.wizard-notification.device-management-top-notification{
    margin-top: -16px;
    margin-bottom: 16px;
}

.wizard-notification.device-management-top-notification .notification-text{
    margin-left: 10px;
}

.wizard-notification.alarms-management-top-notification{
    margin-top: -16px;
    margin-bottom: 16px;
}

.wizard-notification.alarms-management-top-notification .notification-text{
    margin-left: 10px;
}

.wizard-notification .notification-icon{
    position: relative;
    display: inline-block;
    width: 22px;
    height: 21px;
    top: 5px;
    /*margin-left: 10px;*/
	background: url("../images/icons/icon_info_blue.png") no-repeat scroll center center transparent;
}

.wizard-notification .notification-text{
	display: inline-block;
	margin-left: 5px;
}

.setupwiz-profile-notification {
    margin-top: -17px;
    margin-bottom: 22px;
}

/* Setupwiz part */

.setupwiz-body{
    width: 99%;
    margin-left: 10px;
	font-size: 14px;
}

.setupwiz-scrollable{
    outline: none;
}

.setupwiz-display-table{
	width: 100%;
    font-size: 14px;
}

.setupwiz-display-table .setupwiz-admin-table{
	width: 100%;
}

.setupwiz-display-table .setupwiz-admin-table td{
	vertical-align: middle;
}

.setupwiz-display-table .setupwiz-admin-table td input{
    width: 405px;
    margin-bottom: 0;
    font-family: arial;
}

.setupwiz-display-table .setupwiz-admin-table td label {
	font-size: 16px;
	font-weight: normal;
    letter-spacing: -0.02em;
    line-height: 110%;
    margin: 0 -10px 0 0;
    padding: 0 21px 0 0;
}

.setupwiz-display-table .enterprise-table-cell{
    padding-left: 20px;
    vertical-align: top;
    border-left: #bfbfbf solid 1px;
}

.profile-details-table-container{
    margin-top: 20px;
}

.setupwiz-admin-profile-section{}

.setupwiz-admin-profile-section .title{
    margin-bottom: 30px;
    font-size: 18px;
    letter-spacing: -0.02em;
}

.title-row .title-row-text{
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: -0.02em;
}

.setupwiz-fleet_personal_info_title{
    float: left;
    width: 100%;
    margin-bottom: 30px;
    font-size: 18px;
    padding-right: 10px;
    line-height: 110%;
    letter-spacing: -0.02em;
}

.setupwiz-admin-role-section{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}

.setupwiz-admin-role-section .data-element{
    display: flex;
    width: 100%;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.setupwiz-admin-role-section .data-element .inline-label{
    float: left;
    padding: 0 20px 0 0;
    width: 150px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -0.02em;
}

.setupwiz-admin-role-section .data-element .fleet_personal_info_non_editable{
    display: inline-block;
}

.setupwiz-survey-divider{
    width: 100%;
    margin-top: 20px;
    border-bottom: #cccccc solid 1px;
}

.title-field{
    padding: 6px 15px 10px 0;
}

.inline-title-field{
    height: 60px;
    padding-bottom: 0;
    font-weight: normal;
}

.info-box-role{
    padding-right: 20px;
    margin-top: 3px;
    line-height: 20px;
}

.info-box-role .title{
    display: inherit;
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: -0.02em;
}

.info-box-role .body{
    display: inherit;
    font-size: 14px;
    line-height: 120%;
}

.info-box-role .footer{
    font-size: 14px;
    color: #bfbfbf;
}

.steupwiz-survey-consent {
    margin-top: 18px;
}

.steupwiz-survey-consent .survey-title {
    display: inherit;
    margin-bottom: 10px;
    font-size: 18px;
    letter-spacing: -0.02em;
}

.steupwiz-survey-consent .survey-text{
    display: inline-block;
    width: 50%;
    margin-top: 15px;
    font-family: inherit;
    font-size: inherit;
}

.steupwiz-survey-consent .setupwiz-survey-options {
    display: inline-block;
    margin-left: 20px;
}

.steupwiz-survey-consent .setupwiz-survey-options .survey-option{
    display: inline-block;
    margin-right: 10px;
}

.steupwiz-survey-consent .setupwiz-survey-options .survey-option .survey-option-radio{
    width: auto;
}

.steupwiz-survey-consent .setupwiz-survey-options .survey-option .radio-label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 120%;
    cursor: pointer;
}

.setupwiz-body-element{
    font-size: 14px;
    line-height: 1.5;
}

.setupwiz-body-element:first-of-type {
	margin-top: -10px; /* annule la marge supplémentaire du form */
}

.setupwiz-picker-container-element{
    display: flex;
    justify-content: space-between;
}

.setupwiz-body-element .main-title{
    display: inline-block;
	font-size: 20px;
    letter-spacing: -0.02em;
}

.setupwiz-body-element .header{
    display: inline-block;
    font-size: 18px;
    letter-spacing: -0.02em;
}

.setupwiz-body-element .header-continuous{
    display: inline-block;
    font-size: 18px;
    letter-spacing: -0.02em;
}

.setupwiz-body-element .body{
    display: block;
    margin-top: 5px;
    font-family: Arial;
    font-size: 14px;
    line-height: 1.5;
}

.setupwiz-body-element .body p{
    margin-bottom: 5px;
}

.setupwiz-body-element .body ul li{
    line-height: 150%;
    margin-bottom: 0;
}

.setupwiz-body-element .body-continuous{
    display: inline;
    margin-top: 5px;
    font-family: Arial;
    font-size: 14px;
    line-height: 1.5;
}

.setupwiz-body-element .body-newline{
    display: block;
    font-family: Arial;
    font-size: 14px;
}

.setupwiz-body-element .body-newline .notification-icon{
    position: relative;
    display: inline-block;
    width: 22px;
    height: 21px;
    vertical-align: middle;
    background: url("../images/icons/icon_info_blue.png") no-repeat scroll center center transparent;
}

.setupwiz-body-element .body-newline .notice-text{
    display: inline-block;
    width: 95%;
    margin-left: 8px;
    vertical-align: middle;
}

.setupwiz-body-element .setupwiz-dep-device-subscirption-body2,
.setupwiz-body-element .setupwiz-bulk-buy-body2{
    margin-top: 4px;
    margin-bottom: 19px;
}

.setupwiz-body-element .windows-warning-icon {
    position: relative;
    display: inline-block;
    top: 4px;
    width: 18px;
    height: 18px;
    margin-left: 20px;
    cursor: pointer;
    background: url("../images/icons/icon_alert_yellow.png") no-repeat left top;
    background-size: 18px 18px;
}

.setupwiz-body-element .body-before-schedule-picker-deviceinfo{
    display: inline-block;
    width: 50%;
    margin-top: 6px;
}

.setupwiz-body-element .body-before-schedule-picker-deviceinfo .header {
    width: 130%;
}

.setupwiz-body-element .body-before-schedule-picker-alarms{
    display: inline-block;
    width: 52%;
    margin-top: 18px;
    font-size: 18px;
    line-height: 110%;
    letter-spacing: -0.02em;
}

.setupwiz-body-element .body-action-schedule-picker-deviceinfo{
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-top: 28px;
    margin-right: 6px;
}

.setupwiz-body-element .body-action-schedule-picker-alarms{
    display: inline-block;
    float: none;
    vertical-align: top;
    margin-top: 8px;
    margin-right: 6px;
}

.setupwiz-body-element .body-before-toggle-button{
	display: inline-block;
    width: 92%;
}

.setupwiz-body-element .body-action-toggle-button{
	display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-left: 20px;
}

.manage-ios-devices-container .body-action-toggle-button{
    margin-left: 15px;
}

.setupwiz-body-element .body-full-width{
	width: 92%;
}

.setupwiz-separator{
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 10px;
    background-color: #bfbfbf;
}

.setupwiz-mdmlist{
    display: block;
    width: 100%;
    margin-bottom: 19px;
}

.setupwiz-mdmlist .list-title{
    display: block;
    width: 100%;
    margin: 20px 0 5px 5px;
    font-size: 14px;
    letter-spacing: -0.02em;
}

.setupwiz-mdmlist .right-colum{
    display: inline-block;
    width: 48%;
}

.setupwiz-mdmlist .left-colum{
    display: inline-block;
    width: 48%;
    vertical-align: top;
}

.setupwiz-mdmlist .enterprise-element{
    display: inline-block;
    width: 45%;
    height: 50px;
    margin-left: 10px;
    border-bottom: #bfbfbf 1px solid;
}

.setupwiz-mdmlist .empty-enterprise-element{
    display: inline-block;
    width: 45%;
    height: 50px;
    margin-left: 10px;
}

.setupwiz-mdmlist .enterprise-element .status-icon-ok{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin: 12px 15px 3px 18px;
	background: url("../images/icons/icon_bookmark_green_large.png") no-repeat scroll center center transparent;
}

.setupwiz-mdmlist .enterprise-element .status-icon-alert{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin: 12px 15px 3px 18px;
    background: url("../images/icons/icon_alert_red.png") no-repeat scroll center center transparent;
}

.setupwiz-mdmlist .enterprise-element .status-icon-nopic{
    display: inline-block;
    vertical-align: text-bottom;
    width: 22px;
    height: 21px;
    margin: 13px 0 0 20px;
}

.setupwiz-mdmlist .enterprise-element .enterprise-text{
    display: inline-block;
    width: 182px;
    margin-top: 12px;
    margin-bottom: 3px;
    vertical-align: middle;
    word-wrap: break-word;
}

.enable-mdm-section-container .setupwiz-dep-list-header-help{
    position: relative;
    margin-top: 10px;
}

.setupwiz-dep-list{
    display: block;
    width: 92%;
    margin-top: 14px;
    margin-bottom: 20px;
}

.setupwiz-dep-list table{
    margin-left: 10px;
}

.setupwiz-dep-list .profile-name-row{
    position: relative;
    left: -10px;
    font-size: 14px;
    letter-spacing: -0.02em;
}

.setupwiz-dep-list .data-row{
    height: 30px;
    border-bottom: #bfbfbf 1px solid;
}

.setupwiz-dep-list tr{
    margin: 0;
}

.setupwiz-dep-list .title{
    display: inline-block;
    min-width: 260px;
    padding-top: 8px;
}

.setupwiz-dep-list .data{
    display: inline-block;
}

.setupwiz-help-button-dep-association-help {
    position: relative;
    display: inline-block;
    top: 5px;
    left: 18px;
    width: 21px;
    height: 21px;
    background: url(../images/icons/icon_help21x21.png) center bottom no-repeat transparent;
    background-size: contain;
    cursor: default;
}
.setupwiz-help-button-apple-vpp {
    position: relative;
    display: inline-block;
    top: 5px;
    left: 18px;
    width: 21px;
    height: 21px;
    background: url(../images/icons/icon_help21x21.png) center bottom no-repeat transparent;
    background-size: contain;
    cursor: default;
}

.setupwiz-dep-association-box {
}

.enable-mdm-section-container .setupwiz-vpp-list-header-help{
    position: relative;
    margin-top: 10px;
}

.setupwiz-vpp-list{
    display: block;
    width: 92%;
    margin-top: 14px;
    margin-bottom: 20px;
}

.setupwiz-vpp-list table{
    margin-left: 10px;
}

.setupwiz-vpp-list .profile-name-row{
    position: relative;
    left: -10px;
    font-size: 14px;
    letter-spacing: -0.02em;
}

.setupwiz-vpp-list .data-row{
    height: 30px;
    border-bottom: #bfbfbf 1px solid;
}

.setupwiz-vpp-list tr{
    margin: 0;
}

.setupwiz-vpp-list .title{
    display: inline-block;
    min-width: 260px;
    padding-top: 8px;
}

.setupwiz-vpp-list .data{
    display: inline-block;
}

.bulk-buying-container{
    margin-top: 5px;
}

.create-ios-certificate-button{
    margin-bottom: 19px;
}

.ios-certificate-button{
    margin-bottom: 0;
}

.setupwiz-ios-cert-button-notice-container{
    display: block;
    margin-top: -5px;
    margin-bottom: 22px;
}

.setupwiz-ios-cert-button-notice-container .notification-icon{
    position: relative;
    display: inline-block;
    width: 22px;
    height: 21px;
    top: 5px;
    background: url("../images/icons/icon_info_blue.png") no-repeat scroll center center transparent;
}

.setupwiz-ios-cert-button-notice-container .notice-text{
    display: inline-block;
    margin-left: 6px;
}

.setupwiz-intro-text-full-width{
   margin-bottom: 20px;
}

.setupwiz-vertical-half-split-left{
	display: inline-block;
    vertical-align: top;
	width: 45%;
}

.setupwiz-vertical-half-split-right{
	display: inline-block;
    vertical-align: top;
	width: 45%;
}

.setupwiz-vertical-half-split-header{
	width: 100%;
	margin-bottom: 20px;
	font-size: 14px;
}

.schedule-picker-label{
	display: inline-block;
	vertical-align: text-bottom;
    margin: 0 10px 12px 10px;
}

.disabled-multiselect{

}

.wizard-bottom-note{
    font-size: 14px;
}

.setupwiz-fleetmanagers-list {
    width: 100%;
    margin-left: -24px;
    padding: 10px;
}

.setupwiz-fleetmanagers-list.primary-fleet-managers-list {
    margin-bottom: 20px;
}

.setupwiz-fleetmanagers-list .fleetmanager-element{
    display: inline-block;
    width: 265px;
    margin: 0 0 6px 15px;
    padding: 2px 0 3px 10px;
    border-bottom: #cccccc solid 1px;
}

.setupwiz-fleetmanagers-list-title {
    display: inline-block;
    font-size: 16px;
    letter-spacing: -0.02em;
    line-height: 110%;
    color: #000000;
}

.roles-disclaimer-box{
    margin: -12px 0 14px 0;
}

.roles-disclaimer-box .notification-text{
    display: inline-block;
    max-width: 95%;
}
.setupwiz-afw-help-link{
    display: block;
    margin-top: 10px;
}

.setupwiz-afw-activation-part .header {
    font-size: 20px;
}

.mdm-sfc-rights-notification {
    margin: -16px 0 16px 0;
}

.mdm-sfc-rights-notification .notification-icon {
    position: relative;
    display: inline-block;
    width: 22px;
    height: 21px;
    top: 5px;
    background: url("../images/icons/icon_info_blue.png") no-repeat scroll center center transparent;
}

.mdm-sfc-rights-notification .notification-text {
    display: inline-block;
    margin-left: 5px;
}

.setupwiz-inline-help-link{
    display: inline-block;
    margin-left: 4px;
}

.setupwiz-inline-help-link a{
    font-size: 16px;
    letter-spacing: -0.02em;
}

.setupwiz-afw-help-link a{
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -0.02em;
}

.setupwiz-googleplay-account-help{
    margin-bottom: 10px;
}

.setupwiz-afw-account-title {
    font-size: 18px;
    letter-spacing: -0.02em;
}

.setupwiz-afw-account-details-container{
    margin-top: 7px;
}

.setupwiz-afw-account-details-container .afw-account-row{
    height: 26px;
}

.setupwiz-afw-account-details-container .afw-account-row .title{
    display: inline-block;
    width: 350px;
}

.setupwiz-afw-account-details-container .afw-account-row .data{
    display: inline-block;
}

.setupwwiz-afw-private-publication-container{
    margin-bottom: 30px;
}

.setupwwiz-afw-private-publication-container .title {
    font-size: 18px;
    letter-spacing: -0.02em;
}

.setupwiz-afw-authorize-apps {
    margin-top: 0;
}

.setupwiz-afw-authorize-apps .title{
    display: inline-block;
    font-size: 18px;
    letter-spacing: -0.02em;
}

.setupwiz-afw-authorize-apps a.help-icon-21 {
    margin-top: 2px;
    cursor: default;
}

.setupwiz-afw-authorize-apps .help{

}

.setupwiz-afw-authorize-apps .list{

}

.setupwiz-afw-authorize-apps .radio-label{
    color: #000000;
}

.setupwiz-afw-authorize-apps .radio-label.ui-state-disabled{
    color: #000000 !important;
}

.setupwiz-afw-authorize-apps .setupwiz-afw-autorize-apps-notification{
    position: relative;
    top: -2px;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.setupwiz-afw-authorize-apps .setupwiz-afw-autorize-apps-notification .notification-icon{
    position: relative;
    display: inline-block;
    width: 22px;
    height: 21px;
    top: 5px;
    background: url(../images/icons/icon_info_blue.png) no-repeat scroll center center transparent;
}

.setupwiz-afw-authorize-apps .setupwiz-afw-autorize-apps-notification .notification-text{
    display: inline-block;
    margin-left: 5px;
    max-width: 95%;
}

.setupwiz-afw-allow-factory-reset-by-user .setupwiz-afw-allow-factory-reset-by-user-notification{
    position: relative;
    margin-top: 16px;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.setupwiz-afw-allow-factory-reset-by-user .setupwiz-afw-allow-factory-reset-by-user-notification .notification-icon{
    position: relative;
    display: inline-block;
    width: 22px;
    height: 21px;
    vertical-align: top;
    background: url(../images/icons/icon_info_blue.png) no-repeat scroll center center transparent;
}

.setupwiz-afw-allow-factory-reset-by-user .setupwiz-afw-allow-factory-reset-by-user-notification .notification-text{
    display: inline-block;
    margin-left: 5px;
    max-width: 95%;
}

.setupwiz-afw-allow-factory-reset-by-user{
    position: relative;
}

.setupwiz-afw-allow-factory-reset-by-user .section-header{}

.setupwiz-afw-allow-factory-reset-by-user .section-header .section-title{
    display: inline-block;
    font-size: 18px;
    letter-spacing: -0.02em;
}

.setupwiz-afw-allow-factory-reset-by-user .section-header .section-toggle{
    display: inline-block;
    top: 5px;
    margin-left: 20px;
}

.setupwiz-afw-allow-factory-reset-by-user .section-sub-header .ibutton-frame{
    width: 36px;
    height: 20px;
}

.setupwiz-afw-allow-factory-reset-by-user .section-sub-header .ibutton-frame .ibutton-button{
    width: 15px;
    height: 15px;
}

.setupwiz-afw-allow-factory-reset-by-user .section-sub-header .ibutton-frame.on .ibutton-button{
    left: 18px;
}

.setupwiz-afw-allow-factory-reset-by-user .section-body .section-description{
    font-family: Arial;
    font-size: 14px;
    line-height: 1.5;
}

.setupwiz-afw-allow-factory-reset-by-user .section-body .section-description .desctiption-help{
    display: inline-block;
    position: relative;
    width: 16px;
    height: 16px;
    top: 2px;
    background: url(../images/icons/icon_help.png) center bottom no-repeat transparent;
    background-size: contain;
    cursor: pointer;
}

.setupwiz-afw-allow-factory-reset-by-user .section-body .section-description .desctiption-help:hover{
    background: url(../images/icons/icon_help_orange.png) center bottom no-repeat transparent;
}

.android-enable-afw-button{
    margin-bottom: 12px;
}

.setupwiz-afw-screenlock {}

.setupwiz-afw-screenlock .title{
    font-size: 18px;
    letter-spacing: -0.02em;
}

.setupwiz-afw-screenlock .set-screenlock-policy{
    height: 40px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: -0.02em;
}

.setupwiz-afw-screenlock .set-screenlock-policy .toggle-title{
    display: inline-block;
    letter-spacing: -0.02em;
    line-height: 110%;
    font-size: 18px;
}

.setupwiz-afw-screenlock .set-screenlock-policy .ibutton-frame{
    display: inline-block;
    top: 5px;
    margin-left:20px;
}

.setupwiz-afw-screenlock .afw-token-default-policy-details .setupwiz-first-row{
    padding-top: 2px;
    border-bottom: #bfbfbf solid 2px;
}

.setupwiz-afw-screenlock .afw-token-default-policy-details .setupwiz-row{
    padding-top: 5px;
    border-bottom: #bfbfbf solid 1px;
}

.setupwiz-help-button-afw-screen-lock {
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    top: 3px;
    left: 7px;
    background: url(../images/icons/icon_help.png) center bottom no-repeat transparent;
    background-size: contain;
}

.setupwiz-help-button-afw-screen-lock:hover {
    background: url(../images/icons/icon_help_orange.png) center bottom no-repeat transparent;
}

.setupwiz-help-button-afw-screen-lock:active {
    background: url(../images/icons/Help_icon_black.png) center bottom no-repeat transparent;
}

.wizard-afw-screen-lock-enterprise-intro {
    padding-bottom: 20px;
}

.setupwiz-afw-privateapp-alert-icon {
    display: inline-block;
    width: 20px;
    height: 35px;
    float: left;
    margin: 0 10px 0 0;
    background: url(../images/icons/icon_alert_yellow.png) no-repeat scroll left top;
    background-size: contain;
}

.setupwiz-body-element ul {
    margin: 0;
}
.setupwiz-body-element ul.dashed {
    list-style-type: none;
}
.setupwiz-body-element ul.dashed > li {
    text-indent: 0;
}
.setupwiz-body-element ul.dashed > li:before {
    content: "-";
    text-indent: 0;
}

.setupwiz-body-element li .list-content{
    margin-left: 10px;
}

.setupwiz-body-element .optional-tag{
    display: inline-block;
    margin-left: 10px;
    letter-spacing: -0.02em;
    color: #F16E00;
}

.enable-mdm-section-container{
    margin: 20px 0 0 0;
    padding: 0;
}

.setupwiz-authorization-radio span{
    font-family: Arial;
    font-size: 14px;
}

.app-authorisation-radio-container .section-disabled {
    cursor: default;
}

.setupwiz-afw-footer-separator{
    margin: 0 0 6px;
}



/* End of setupwiz part */
