.example-modal .modal {
    position:absolute;
    top: 5em;
    display:block;
    border: 3px solid #ebebeb;
    background:#ffff;
    border-radius: 7px 0px 0px 7px;
    width: 80%;
    z-index: 5;
}
.modal { /* Hidden by default */
    display: block;
    position: absolute; /* Stay in place */
    top: 5em;
    z-index: 1; /* Sit on top */
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow-y: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #fefefe;
    /* 15% from the top and centered */
    min-height: 11em;
    border: 1px solid #888;
    width: 135%; /* Could be more or less, depending on screen size */
}
.step-result{
    display: none;
}

.example-modal .modal {
    background: transparent !important;
}
.profile-company-Img{
    margin-bottom: 0.5em;
}
.profile-company-Img img{
    width: 100%;
    height: 100px;
}
#preview img.thumbnail {
    cursor: pointer;	/* Show 'link' cursor */
}
.item-body-hide{
    display: none;
}
/*.menuItem_checkBox{*/
    /*margin-bottom: -11;*/
    /*padding-bottom: 0;*/
/*}*/
.item-checkbox{
    margin-bottom: -5px;
    font-size: 11px;
}
h9{
    font-size: 11px;
}
ol.carousel-thumnails{
    width: 100%;
    list-style: none;
    margin-top: 1.15em;
}
.carousel-thumnails li img{
    margin-left: 2px;
    margin-bottom: 2px;
    float: left;
    width: 80px;
    height: 60px;
}



















