/*
css\experiment.css
*/

#bt-embed-code {
    margin-bottom: 10px;
    margin-top: 15px;
    display: none;
}
a.bt-generate-code, .bt-remove-url {
    display: inline-block;
    vertical-align: top;
    padding: 3px;
    border-radius: 3px;
    cursor: pointer;
    margin-top: 1px;
    outline: none !important;
}
.embed-code-area{
    display: none;
}
.bt-remove-url {
    padding-left: 0;
}
.bt-remove-url:active, .bt-remove-url:focus {
    box-shadow: none !important;
}
.bt-remove-url i {
    color: #ca4a1f;
}
.bt_external_url_item input {
    margin-right: 0;
}
.bt_external_url_item {
    padding: 6px;
    border-top: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
}
.bt_external_url_item:hover {
    background: #f1f1f1;
    padding: 6px;
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
}
.bt_external_url_modal {
    position: fixed;
    z-index: 999999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
}
.bt_external_url_modal:after {
    content: "";
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    background: #00000080;
    top: 0;
    left: 0;
}
.bt_external_url_modal_wrap {
    background: #fff;
    position: absolute;
    border-radius: 3px;
    z-index: 999999;
    width: 320px;
    height: auto;
    display: block;
    top: 50%;
    left: 50%;
    margin-top: -165px;
    margin-left: -175px;
    box-shadow: 1px 1px 5px 0px #00000059;
    padding: 15px;    
}
button.bt-add-url {
    padding: 0 5px !important;
    margin-left: 5px !important;
    outline: none !important;
}
button.bt-add-url:before {
    margin-top: 5px;
}
.bt_external_urls_wrap em {
    color: #ca4a1f;
}
button.bt_exturl_close {
    position: absolute;
    top: 5px;
    right: 0;
    background: #fff;
    border: none;
    cursor: pointer;
    outline: none !important;    
}
.bt_external_url_modal_wrap textarea {
    width: 100%;
    height: 200px;
    margin-top: 15px;
    display: none;
}
.bt_external_url_modal_wrap p {
    margin-bottom: 0;
    margin-top: 0;
    display: none;
}
/*.button.bt_exturl_copy {
	display: none;
	margin-top: 10px;	
}*/
span.bt-exturl-url {
    font-weight: bold;
}
span.bt-generate-holder {
    visibility: hidden;
    display: inline-block;
    width: 26px;
}
em.bt-copied {
    color: green;
    margin-top: 5px;
    margin-left: 10px;
    display: inline-block;
    visibility: hidden;
}

.test-variation-info{
    display: none;
}

span.select2-selection.select2-selection--multiple {
    padding-bottom: 42px;
}

input[type=date],input[type=datetime-local],input[type=datetime],input[type=email],input[type=month],input[type=number],input[type=password],input[type=search],input[type=tel],input[type=text],input[type=time],input[type=url],input[type=week] {
    font-size: 16px !important;
}

#expectedEnd{
    text-align: right;
}

.seen-on-text {
    display: block;
    margin-top: 10px !important;
    margin-left:15px !important;
}