/*! http://responsiveslides.com v1.54 by @viljamis */


.ccm-step-container a.mega-link-overlay {
    position: absolute;
    z-index: 20;
    width: 100%;
    height: 100%;
    left: 0px;
}

    .ccm-step-block-container .redactor_editor {
        padding: 20px;
    }
    .ccm-step-block-container input[type="text"],
    .ccm-step-block-container textarea {
        display: block;
        width: 100%;
    }
    .ccm-step-block-container .btn-success {
        margin-bottom: 20px;
    }
    .ccm-step-entries {
        padding-bottom: 30px;
    }
    .ccm-step-block-container .slide-well {
        min-height: 20px;
        padding: 10px;
        margin-bottom: 10px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    }

    .ccm-step-entry {
        position: relative;
    }
    .ccm-step-entry.slide-closed .form-group {
        display: none;
    }
    .ccm-step-entry.slide-closed .form-group:first-of-type {
        display: block;
        margin-bottom: 0px;
    }
    .ccm-step-entry.slide-closed .form-group:first-of-type label {
        display: none;
    }
    .btn.ccm-edit-slide {
        position: absolute;
        top: 10px;
        right: 127px;
    }
    .btn.ccm-delete-step-entry {
        position: absolute;
        top: 10px;
        right: 41px;
    }
    .ccm-step-block-container i:hover {
        color: #428bca;
    }
    .ccm-step-block-container i.fa-arrows {
        position: absolute;
        top: 6px;
        right: 5px;
        cursor: move;
        font-size: 20px;
        padding: 5px;
    }
    .ccm-step-block-container .ui-state-highlight {
        height: 94px;
        margin-bottom: 15px;
    }
    .ccm-step-entries .ui-sortable-helper {
        -webkit-box-shadow: 0px 10px 18px 2px rgba(54,55,66,0.27);
        -moz-box-shadow: 0px 10px 18px 2px rgba(54,55,66,0.27);
        box-shadow: 0px 10px 18px 2px rgba(54,55,66,0.27);
    }
    .ccm-step-block-container .show-slide-link {
        display: block;
    }
    .ccm-step-block-container .hide-slide-link {
        display: none;
    }



    .ccm-step-container ul{
        list-style: none;
    }

    .ccm-step-container ul li{
        margin: 1em auto 3.5em;
        padding: 0.3em;
        border: 1px solid #155c87;
        border-radius: 5px;
        position: relative;
        background: #f1f5f9;
    }
    .ccm-step-container ul li:before{
        content: "";
        width: 0;
        height: 0;
        bottom: -60px;
        left:47.5%;
        border: 20px solid transparent;
        border-top: 20px solid #155c87;
        position: absolute;
    }
    .ccm-step-container ul li:last-child:before{
        content: none;
    }
    .ccm-step-container ul li:after{
        content:" ";
    }


    .ccm-step-container .ccm-step,
    .ccm-step-container .ccm-step-title,
    .ccm-step-container .ccm-step-text,
    .ccm-step-container .ccm-step-file,
    .ccm-step-container .ccm-step-desc{
        position: relative;
        overflow: hidden;
    }
    .ccm-step-number,.ccm-step-title{ padding: 0.3em; font-weight: 600; }

    .ccm-step-number{
        border-radius: 5px;
        background: #155c87;
        color: #EFEFEF;
        text-align: center;
    }

    .ccm-step-container .ccm-step-text{
        margin-top: 1em;
    }
