﻿

.modal-fullwidth .modal-dialog {
    display: inline-block;
}

.modal-fullwidth .modal-content {
    background-color: transparent;
    box-shadow: none;
    border: 0;
}

.sidebar > .nav > li > a > i {
    width: 24px;
}

.marker {
    position: absolute;
    /* transition: all 1s ease;
 transform-origin: center;*/
}

.asset-preview-content {
    width: 480px;
    padding: 0;
    margin: 0 auto;
    margin-top: 20px;
}

.asset-preview-markeres {
    position: relative;
    width: 480px;
    height: 480px;
    background-color: black;
    overflow: hidden;
}


.asset-preview-comment2 {
    position: absolute;
    bottom: 10px;
    /*background-color: rgba(255,255,255,.8);*/
    width: 100%;
    max-height: 200px;
    /*height: 200px;*/
    min-height: 70px;
    left: 0;
    right: 0;
    color: white;
    padding: 0 10px;
    /*font-size: 14px;
    padding: 10px 15px;*/
    text-align: center;
    overflow: visible;
    border-radius: 25px;
}

.asset-preview-comment {
    /* position: absolute;
    bottom: 10px;
    background-color: rgba(255,255,255,.8);
  max-height: 200px;
  min-height: 70px;
    left: 0;
    right: 0;

    */
    line-height: 1.2941176;
    max-height: 105px;
    width: 100%;
    /*height: 200px;*/
    color: white;
    padding: 0 32px;
    /*font-size: 14px;
    padding: 10px 15px;*/
    text-align: center;
    overflow: visible;
}

.step_counter {
    position: absolute;
    top: 18px;
    right: 37px;
    height: 38px;
    /*width: 103px;*/
    color: #FFFFFF;
    font-family: "Source Sans Pro";
    font-size: 30px;
    letter-spacing: 0.01px;
    line-height: 38px;
    text-align: right;
}

.bg-outline-danger:hover {
    color: #dc3545 !important;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545 !important;
}
.bg-outline-danger {
    color: #dc3545 !important;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545 !important;
}
/*step and help page editing*/
.conten_type_category, .content_type_row {
    margin-bottom: 10px;
}

.content_type_option {
    float: left;
    margin-right: 10px;
    width: 62px;
}
    /* HIDE RADIO */
    .content_type_option [type=radio] {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }

        /* IMAGE STYLES */
        .content_type_option [type=radio] + img {
            cursor: pointer;
        }

        /* CHECKED STYLES */
        .content_type_option [type=radio]:checked + img {
            outline: 3px solid #5D9CEC;
        }

    .content_type_option div {
        color: #B8B8B8;
        font-family: "Source Sans Pro";
        font-size: 12px;
        line-height: 13px;
        text-align: center;
        margin-top: 4px;
    }

    .content_type_option [type=radio]:checked div {
        color: #333333;
    }

.asset_container, .marker_container {
    display: block;
    width: 100%;
    /* height: 34px;*/
    padding: 6px 0;
    font-size: 14px;
    line-height: 1.42857143;
}

.asset_box_container {
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
    clear: both;
}

.asset_field {
    margin-left: 8px;
    float: left;
    margin-bottom: 10px;
}

    .asset_field .offside {
        margin-left: -8px;
    }

.asset_boxer {
    box-sizing: border-box;
    margin-bottom: 10px;
    /*height: 34px;*/
    border: 1px solid #CCCCCC;
    border-radius: 5px;
    background-color: #E9E9E9;
    padding: 7px;
    margin-left: 0;
    color: #333333;
    font-family: "Source Sans Pro";
    font-size: 14px;
    letter-spacing: 0.01px;
    line-height: 18px;
}

.asset_box {
    width: calc(100% - 88px);
}

.answer_box {
    width: calc(100% - 181px);
}

.option_box {
    width: calc(100% - 72px);
}

.pathway_box {
    width: 100%;
}

.asset_box_edit {
    background-color: white;
}


.remove_x {
    float: right;
    display: block;
    height: 10px;
    width: 10px;
    margin-top: -2px;
}

    .remove_x:hover {
        cursor: pointer;
    }

.no_margin_bottom {
    margin-bottom: 0px !important;
}
/* Create a custom radio button */
.checkcontainer {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-weight: normal;
    -webkit-user-select: none; /* Chrome, Opera, Safari */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none; /* Standard syntax */
}

    /* Hide the browser's default checkbox */
    .checkcontainer input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

.radiobtn {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    border: 1px solid #CCCCCC;
    background-color: #E9E9E9;
    border-radius: 9px;
}

.content_option_radio {
    padding-top: 0 !important;
}
/* On mouse-over, add a grey background color */
.checkcontainer:hover input ~ .radiobtn {
    background-color: #E9E9E9;
}

/* When the radio button is checked, add a blue background */
.checkcontainer input:checked ~ .radiobtn {
    background-color: #E9E9E9;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.radiobtn:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.checkcontainer input:checked ~ .radiobtn:after {
    display: block;
}

/* Style the indicator (dot/circle) */
.checkcontainer .radiobtn:after {
    top: 4px;
    left: 4px;
    height: 8px;
    width: 8px;
    border-radius: 9px;
    background-color: #333333;
}

.asset-preview-content {
    width: 480px;
    padding: 0;
    margin: 0 auto;
    margin-top: 4px;
}

hr {
    box-sizing: border-box;
    height: 1px;
    width: 100%;
    border: 1px solid #979797;
    margin-top: 55px;
    margin-bottom: 55px;
}

.steptitle_container {
    overflow: auto;
}

.steptitle {
    float: left;
    width: 60%;
}

.helppage_section_heading {
    width: 121px;
    margin: 0 auto;
    /* margin-top: 10px; */
    height: 34px;
    margin-bottom: 32px;
    float: right;
}

.middie {
    float: left;
    width: 50%;
}

.pager_mid {
    float: right;
    width: 40%;
    margin-top: 10px;
}

.helppager_mid {
}

.help_label {
    float: left;
    height: 23px;
    color: #333333;
    font-family: "Source Sans Pro";
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 0.01px;
    line-height: 23px;
    margin-top: 6px;
}

.edit_help {
    height: 34px;
    width: 162px;
    border-radius: 3px;
    background-color: #5D9CEC;
    color: #FFFFFF;
    font-family: "Source Sans Pro";
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.01px;
    line-height: 17px;
    text-align: center;
    margin-left: -8px;
}

.page_left {
    float: right;
    height: 29.06px;
    width: 29.06px;
}

.pager {
    float: right;
    height: 18px;
    width: 19px;
    color: #333333;
    font-family: "Source Sans Pro";
    font-size: 14px;
    letter-spacing: 0.01px;
    line-height: 18px;
    margin: 0 21px;
    margin-top: 4px;
}

.page_right {
    float: right;
    height: 29.06px;
    transform: rotate(180deg);
    width: 29.06px;
}

/*end of step and help page edtiting*/

.topnavbar {
    z-index: 120;
}


@media (min-width: 768px) {
    .modal-fullwidth .modal-dialog {
        width: auto;
        margin: 80px auto 0 auto;
    }

    .modal-fullwidth .modal-body {
        padding: 0 15px;
    }

    .modal-fullwidth img {
        margin: auto;
    }

    .asset-preview-comment {
        /* font-size: 55px;
   padding: 30px 20px;*/
        font-weight: lighter;
        text-align: center;
    }
}
