.frameMinHieght300 {
    min-height:300px
}
#tabsUI .ui-tabs-anchor {
    font-family: 'Roboto Condensed', Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
}

#tabsUI #tabContents {
    font-family: 'Roboto Condensed', Calibri, Candara, Segoe, Segoe UI, Optima, Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
}

.uploadImageBg h4 {
    color: #000;
}

.uploadImageBg {
    height: 100%;
    width: 100%;
    position: fixed;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    background: rgba(255,255,255,0.9);
    z-index: 1;
}

.textUpload {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
}

    .textUpload img {
        display: inline-block;
    }

.paddLeftRight45 {
    padding-left: 45px;
    padding-right: 45px;
}

.paddLeftRightNote {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 15px;
    font-size: 18px;
}

#searchForImagePopUp .modal-header {
    border-bottom: 0px !important;
}

#comments {
    position: relative;
    overflow-y: scroll;
    max-height: 300px;
}

ul.resultImgStyle {
    list-style: none;
    padding: 0px;
    margin: 20px 0;
    text-align: left;
}

    ul.resultImgStyle li {
        width: 28%;
        display: inline-block;
        margin-left: 20px;
    }

        ul.resultImgStyle li img {
            height: auto !important;
            width: 100%;
        }

.rightBorder {
    border-right: 1px solid #ccc;
}

.clicktoChange {
    position: relative;
    top: -10px;
    font-size: 12px;
}

.compStimuli {
    width: 85%;
    float: left;
    margin-right: 10px;
    margin-top: 7px;
}

ul.rbcStimuli {
    list-style: none;
    padding-left: 24px;
}

    ul.rbcStimuli li {
        display: block;
    }

        ul.rbcStimuli li img {
            max-width: 100%;
            height: 50px;
            margin-bottom: 10px;
        }

. {
    margin-top: 30px;
}

    .marginBottom30 {
        margin-bottom: 30px;
    }

    .marginBottom30 {
        margin-bottom: 30px;
    }

    .marginTop20 {
        margin-top: 20px;
    }

    .marginTop10 {
        margin-top: 10px;
    }

    .loaderImage {
        text-align: center;
        height: 100px;
    }

        .loaderImage img {
            display: inline-block;
            height: 100px;
            position: relative;
            top: -25px;
        }

        .loaderImage ul {
            text-align: left;
            display: inline-block;
        }

#btnSaveStoryBoard {
    margin-right: 20px;
}

#TVbtnSaveStoryBoard {
    margin-right: 20px;
}

img.previewImg {
    float: right;
    margin-left: 10px;
    cursor: pointer;
}

#spnUploadVdo, #btnPlayVDO, #btnshowStoryboard, #btnThumbPreview, #TVspnUploadVdo, #TVbtnPlayVDO, #TVbtnshowStoryboard, #TVbtnThumbPreview {
    width: 91px;
    float: left;
    margin-right: 10px;
}

#btnPlayVDO {
    float: left;
    margin-right: 15px;
}

#TVbtnPlayVDO {
    float: left;
    margin-right: 15px;
}

#btnconfigButton img.swiztooltip {
    position: relative;
    top: -15px;
    left: -2px;
}

#TVbtnconfigButton img.swiztooltip {
    position: relative;
    top: -15px;
    left: -2px;
}

a:focus {
    outline: 0px;
    border: 0px;
}

.colorRed {
    color: red;
}

#storyboardImageContainer img.select {
    outline: 3px solid #ff0000;
    outline-offset: -4px;
}

.storyboardImageContainer img.select {
    outline: 3px solid #ff0000;
    outline-offset: -4px;
}

#TVstoryboardImageContainer img.select {
    outline: 3px solid #ff0000;
    outline-offset: -4px;
}

.configButton {
    float: left;
    margin-top: 15px;
    margin-bottom: 5px;
}

.rowConfig {
    float: left;
    /*width: 67%;*/
    margin-right: 10px;
    margin-top: 15px;
}


* {
    box-sizing: border-box;
}

.Container_Box {
    width: 90%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 5px;
}

.Container_preview {
    width: 90%;
    background: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    border-radius: 5px;
}

ul.RBC {
    list-style: none;
    display: inline-block;
    margin: 40px 20px 10px 20px;
    padding: 0px;
    height: 350px;
    overflow: auto;
    padding-top: 10px;
}
    /*ul.RBC li:nth-child(3n+1){margin-left:0px;}*/
    ul.RBC li {
        width: 32%;
        max-width: 200px;
        margin-left: 5px;
        margin-bottom: 5px;
        display: inline-block;
        float: left;
    }

        ul.RBC li img {
            width: 100%;
        }
            /*ul.RBC li img:hover,*/ ul.RBC li img.select {
                outline: 3px solid #ff0000;
                outline-offset: -4px;
            }

.bg_Overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
}

.preview_Overlay {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    z-index: 99999;
}

.popupCencel {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.popupClose {
    position: absolute;
    right: 5px;
    top: 5px;
    cursor: pointer;
}

.Container_Box h3 {
    padding: 0 20px;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 1px;
    text-align: center;
    margin-bottom: 20px;
}

.Container_Box p {
    padding: 0 20px;
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 0px;
}

.Container_Box a {
    margin-left: 10px;
    width: 70px;
    padding: 4px 12px;
    font-size: 12px;
}

    .Container_Box a.btn-default {
        background: #888;
        color: #fff;
        border: 0px;
    }

    .Container_Box a.btn-info {
        border: 0px;
    }

.buttonBottom {
    text-align: center;
    margin-bottom: 20px;
}

    .buttonBottom a {
        margin: 0 5px;
    }


#storyboardImageContainer img {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
    padding: 5px;
}

.storyboardImageContainer img {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
    padding: 5px;
}

#TVstoryboardImageContainer img {
    display: inline-block;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #ccc;
    padding: 5px;
}

#divThumbnail, #TVdivThumbnail {
    height: 196px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-image: url('../imagesRBC/file-video-o-128.png');
    background-repeat: no-repeat;
    background-position: center;
}

    #divThumbnail img {
        max-width: 100%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
    }

    #TVdivThumbnail img {
        max-width: 100%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
    }

.divThumbnail {
    height: 196px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-image: url('../imagesRBC/file-video-o-128.png');
    background-repeat: no-repeat;
    background-position: center;
}

    .divThumbnail img {
        max-width: 100%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        left: 50%;
    }

#videoProperties {
    padding-left: 0;
}

/*#keyMessagesContainer {
    margin-top: 35px;
}*/
#videourlerr {
    margin-top: 5px;
    z-index: 1;
    width: 100%;
}
.fileUpload {
    position: relative;
}

input.upload {
    opacity: 0;
    left: 0;
    top: 0;
    position: absolute;
    float: left;
    width: 100%;
    height: 100%;
    cursor: pointer;
}

#header {
    position: inherit !important;
}

.breadcrum {
    position: inherit !important;
    margin-top: 15px;
    margin-left: 120px;
}

#main {
    position: inherit !important;
    /* overflow:inherit !important;*/
    margin: 40px 0px 27px 0;
    width: auto !important;
}

/*#footer {
    position: inherit !important;
}*/

.mainContainer h1 {
    /*margin-top:75px !important;*/
    margin-top: 0px !important;
}

#launch h3 {
    color: #000;
    font-weight: bold;
}

#launch .feedback p {
    margin: 0 0 15px 0;
    text-align: left;
    color: #000;
}

#launch .feedback .progress {
    height: auto;
    overflow: inherit;
    background-color: inherit;
    border-radius: inherit;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
}

#launch .feedback .done {
    margin-top: 15px;
}

#launch button {
    font-family: sans-serif;
    color: #000;
    line-height: 22px;
}

.Loaderimg {
    position: relative;
    float: left;
}

.btnContinueLoad {
    background: rgba(0,164,228,0.3) !important;
    cursor: progress !important;
}

table.finished {
    margin: 20px 0;
}

    table.finished tr td {
        padding: 8px;
        border: 1px solid #ccc;
    }

    table.finished tr:nth-child(2n+1) {
        background: #ededed;
    }

    table.finished tr td ul {
        padding-left: 15px;
    }

.paddTop7 {
    margin: 7px 6px;
}

.nodisplay {
    display: none;
}

.display {
    display: block;
}

.Err {
    border-color: red !important;
}

#msgContainer .row:first-child {
    padding-top: 10px;
}

#msgContainer .row {
    background: #ededed;
    padding: 10px 0;
    padding-top: 10px;
    padding-top: 0px;
}

#msgContainer .glyphicon {
    margin-top: 7px;
}

#PAmsgContainer .row:first-child {
    padding-top: 10px;
}

#PAmsgContainer .row {
    background: #ededed;
    padding: 10px 0;
    padding-top: 10px;
    padding-top: 0px;
}

#PAmsgContainer .glyphicon {
    margin-top: 7px;
}

#OOHmsgContainer .row:first-child {
    padding-top: 10px;
}

#OOHmsgContainer .row {
    background: #ededed;
    padding: 10px 0;
    padding-top: 10px;
    padding-top: 0px;
}

#OOHmsgContainer .glyphicon {
    margin-top: 7px;
}

.paddLeftNone {
    padding-left: 0;
}

.bs-wizard {
    margin-top: 40px;
}

/*Form Wizard*/
.bs-wizard { /*border-bottom: solid 1px #e0e0e0; padding: 0 0 10px 0;*/
}

    .bs-wizard .bs-wizard-step {
        padding: 0;
        position: relative;
    }

        .bs-wizard .bs-wizard-step + .bs-wizard-step {
        }

        .bs-wizard .bs-wizard-step .bs-wizard-stepnum {
            color: #595959;
            font-size: 17px;
            margin-bottom: 5px;
            color: #606060;
            font-weight: normal;
        }

        .bs-wizard .bs-wizard-step .bs-wizard-info {
            color: #999;
            font-size: 14px;
        }

        .bs-wizard .bs-wizard-step > .bs-wizard-dot {
            position: absolute;
            width: 30px;
            height: 30px;
            display: block;
            background: #e6e6e6;
            top: 41px;
            left: 50%;
            margin-top: -6px;
            margin-left: -15px;
            border-radius: 50%;
            text-align: center;
            line-height: 30px;
            color: #333333;
            font-weight: normal;
            border: 1px solid #cacaca;
        }
        /*.bs-wizard > .bs-wizard-step > .bs-wizard-dot:after {content: ' '; width: 14px; height: 14px; background: #fbbd19; border-radius: 50px; position: absolute; top: 8px; left: 8px; } */
        .bs-wizard .bs-wizard-step .progress {
            position: relative;
            border-radius: 0px;
            height: 8px;
            box-shadow: none;
            margin: 20px 0;
        }

            .bs-wizard .bs-wizard-step .progress .progress-bar {
                width: 0px;
                box-shadow: none;
                background: #e6e6e6;
                border: 1px solid #cacaca;
                border-left: 0px;
                border-right: 0px;
            }

        .bs-wizard .bs-wizard-step.complete .progress .progress-bar {
            width: 100%;
        }

        .bs-wizard .bs-wizard-step.active .progress .progress-bar {
            width: 50%;
        }

        .bs-wizard .bs-wizard-step:first-child.active .progress .progress-bar {
            width: 0%;
        }

        .bs-wizard .bs-wizard-step:last-child.active .progress .progress-bar {
            width: 100%;
        }

        .bs-wizard .bs-wizard-step.disabled .bs-wizard-dot {
            background-color: #f5f5f5;
        }

            .bs-wizard .bs-wizard-step.disabled .bs-wizard-dot:after {
                opacity: 0;
            }

        .bs-wizard .bs-wizard-step:first-child .progress {
            left: 50%;
            width: 100%;
        }

        .bs-wizard .bs-wizard-step:last-child .progress {
            width: 50%;
        }

        .bs-wizard .bs-wizard-step.disabled a.bs-wizard-dot {
            pointer-events: none;
        }

.stepnumSelected {
    color: #00a4e4 !important;
}

.stepbgSelected {
    background: #00a4e4 !important;
    color: #FFFFFF !important;
    font-weight: bold;
}

.stepbgSuccess {
    background: #39b54a !important;
    color: #FFFFFF !important;
    font-weight: bold;
}

.jBox-wrapper {
    width: 500px;
}

.configureTextHead {
    font-size: 24px;
    margin-bottom: 20px;
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
    text-align: center;
    font-weight: 700;
}

.bs-wizard-step {
    text-align: center;
}

.bgmain {
    background: #fff;
    /*border-radius: 10px;*/
    width: 800px;
    margin: 0px auto;
    padding: 20px;
    text-align: left;
   /* border: 1px solid #ccc;*/
}

.configureIconLeft, .configureIconRight {
    display: none;
}

.modal {
    width: 100%;
}

input#txtuploadAWS, #TVtxtuploadAWS {
    width: 67%;
    float: left;
    margin-right: 10px;
}

.sectionDiv input[type="text"] {
    width: 67%;
    float: left;
    margin-right: 10px;
}

input#txtOCuploadAWS {
    width: 67%;
    float: left;
    margin-right: 10px;
}

input#txtPAuploadAWS {
    width: 67%;
    float: left;
    margin-right: 10px;
}

input#txtOOHuploadAWS {
    width: 67%;
    float: left;
    margin-right: 10px;
}

input.txtuploadAWS {
    width: 83%;
    float: left;
    margin-right: 10px;
}
/*.btn {
    width: 90px;
}*/

.carousel {
    /*height: 100%;*/
}

.carousel-inner {
    height: 100%;
    overflow-y: inherit;
    overflow-x: inherit;
}
