.gc_span {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
    padding: 20px;

}
.gc_span:after {
    content: "";
    display: block;
    clear: both;
}
.gc_input {
    margin-bottom:5px; width: 100%
}

.bootstrap-datetimepicker-widget table th, .bootstrap-datetimepicker-widget table td {
    padding: 8px;
}
.bootstrap-datetimepicker-widget.dropdown-menu{
    width: auto;
}
.choose-template .ui-selecting { background: #FECA40;  }
.choose-template .ui-selected {
    background: #e6e5e5; opacity: 1;
    border: 2px solid #333333;
    -webkit-box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.choose-template {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}

.choose-template li {
    opacity: 0.7;
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    margin: 6px;
    padding: 1px;
    float: left;
    width: 100px;
    height: 100px;
    text-align: center;
}

.choose-template li:hover {
    opacity: 1;
    /*transform: scale(5);*/
    -webkit-box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
    box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.preview_email_template {
    max-height: calc(100% - 300px);
    overflow: scroll;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: fixed !important;
}

@media (max-width: 767px){
    .preview_email_template{
        max-height: calc(100vh - 150px);
        overflow: auto;
        z-index: 99999 !important;
    }
    .preview_email_template embed,
    .preview_email_template object{
        max-height: calc(100vh - 265px);
        height: auto;
        min-height: 150px;
    }
}
label.gc-choose-price > span {
    display: inline-block;
    padding: 0 5px;
    margin: 5px 2px;
    border-radius: 5px;
    border: 1px solid #b7b7b7;
}
.gc-choose-price > input:checked + span {
    color: #000000;
    border: 1px solid;
    font-weight: bold;
    -webkit-box-shadow: 3px 3px 3px 0px rgb(154, 154, 154);
    -moz-box-shadow: 3px 3px 3px 0px rgb(154, 154, 154);
    box-shadow: 3px 3px 3px 0px rgb(154, 154, 154);
}

.gc-choose-price > input {
    position: absolute;
    opacity: 0;
}