.circle {

    width: 200px;
    height: 200px;
    text-align: center;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: 12px;
    margin-bottom: 0px;

}

.green-workflow::after{
    /*content:"\2713";
    background-color:#6bcba5 !important;*/
    content: "";
    background: url("../../images/icon-workflow/check.png")0 0 no-repeat;
    /* border-radius: 50%; */
    margin-left: 48px;
    margin-right: 29px;
    /* font-size: 10px !important; */
    vertical-align: top;
    padding-left: 40px;
    padding-right: 14px;
    padding-top: 72px;
    padding-bottom: 18px;
    border: 0px solid;
}

.blue-workflow {
    width: 100px !important;
    height: 100px !important;
    text-align: center!important;
    background-color: #3c6875 !important;
    font-size:72px !important;
    margin-top: 21px !important;

}
.green-workflow {
    background-color: #6bcba5 !important;
    width: 70px !important;
    height: 70px !important;
    text-align: center!important;
    font-size: 43px !important;
    margin-top: 48px !important;
    padding-left: 3px;
    padding-top: 0px;

}
.grey-workflow {
    background-color: #cdcdcd !important;
    width: 70px !important;
    height: 70px !important;
    text-align: center!important;
    font-size: 50px !important;
    margin-top: 48px !important;
    padding-left: 3px;
    padding-top: 0px;
}
.grey-workflow::after{
    content: "";
    background: url("../../images/icon-workflow/time.png")0 0 no-repeat;
    /* border-radius: 50%; */
    margin-left: 48px;
    margin-right: 29px;
    /* font-size: 10px !important; */
    vertical-align: top;
    padding-left: 40px;
    padding-right: 14px;
    padding-top: 72px;
    padding-bottom: 18px;
    border: 0px solid;
    display: inline;
}

.botton-workflow{
    margin-top: 48px !important;
}

.bottonwork{
    height: 57px;
    width: 256px;
    margin-top: 45px;
    margin-bottom: 45px
}
.processiwork{
    font-weight: bold;
    color:#777777;
    text-align: -webkit-match-parent;

}
.processiworkgreen{
    font-weight: bold;
    color:#777777;
    text-align: -webkit-match-parent;

    margin-top: 18px;
    margin-left: 13px;
}
.tableworkflow{
    background-color: white;
    margin-top: 12px;
}
.circleworkflow{
    margin-bottom: 28px;
}
.selectWork{
    width: 60%;
    display: block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.tableProcess{
    background-color: white;
}
.imgworkflowbrowser{
    margin-left: 268px;
    margin-top: -3px;

}
.verticalcenterparagraph{
    vertical-align: middle;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.cerchioinfo{
    font-size: 20px;
    background-color: white;
    color:#6bcba5 ;
    border-radius: 50%;
}
.container {
    margin-bottom: -67px;
    padding-right: 422px;
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: -22px;
    cursor: pointer;
    font-size: 9px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/* Hide the browser's default checkbox */
.container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;

}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.container:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container input:checked ~ .checkmark {
    background-color: #6bcba5;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.container input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.container .checkmark:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
input[type="checkbox"]:checked + label::after {
    content: '';
    position: absolute;
    width: 1.2ex;
    height: 0.4ex;
    background: rgba(0, 0, 0, 0);
    top: 0.9ex;
    left: 0.4ex;
    border: 3px solid #1062a4;
    border-top: none;
    border-right: none;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
