
.orderform-cancel .fa
{
    color:#933;
}

.orderform-head
{
    /*margin-bottom:30px;*/
}

/* Streamline order form styles */


.create {
    position:relative;
    z-index:4;
}

.create-head-title {
    padding: 20px;
    margin-bottom: 48px;
    font-size: 23px;
    line-height: 40px;
    position: relative;
}

.create-progress-bar {
    height: 5px;
    position: relative;
    width: 100%;
    border-radius: 2px;
    background: #ddd;
    /*display: inline-block;*/
}
.create-progress-task {
    margin: auto;
    display: block;
    background: #ddd;
    border-radius: 3px;
    height:5px;
    width: 0;
    float: left;
    transition: all ease-in-out 300ms;
}
.create-progress-task[task-completed='true'] {
    background: #080;
    display: block;
}
.create-cancel {
    position: absolute;
    right: 0;
    top: 0;
    color: #bbb;
    padding-right: 5%;
    padding-top: 60px;
    line-height: 40px;
}

.create-body {
    margin-top: 30px;
}

.create-setting {
    width: 100%;
    position: relative;
    display: flex;
}
.create-setting-label {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 40%;
    font-weight: 700;
}

.create-setting-label .fa-info-circle {
    font-size: 15px;
    color: #999;
}

.create-setting .fa-check {
    color: green;
    position: absolute;
    right: 30px;
    top: 6px;
}

.create-setting .fa-times {
    color: #900;
    position: absolute;
    right: 30px;
    top: 6px;
}

.create-setting-input {
    margin: 6px 24px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 60%;
    height: 33px;
}

.create-setting-input input,
.create-setting-input select {
    height: 30px;
}

.create-setting-input .fa-calendar-o,
.create-setting-input .fa-clock-o {
    font-size: 18px;
    color: #666;
    margin-right: 3px;
}

.create-setting-input .fa-calendar-o {
    position: absolute;
    left: 5px;
    font-size: 16px;
}

.create-setting-input .fa-clock-o {
    margin-left: 5px;
}

.create-setting-prompt {
    font-size: 12px;
    color: #900;
    margin-top: 3px;
}

.create-setting-tooltip {
    position: relative;
    font-size: 12px;
    color: #bbb;
    margin-left: 5px;
    transition: opacity .3s ease;
    cursor: pointer;
}

.create-setting-tooltip:hover .create-setting-tooltip-content {
    opacity: 1;
    right: -10px;
}

.create-setting-tooltip-content {
    opacity: 0;
    position: absolute;
    right: -9999px;
    bottom: 26px;
    width: 250px;
    transition: opacity .3s ease;
    border-radius: 4px;
    color: #fff;
    font-weight: normal;
    background: #444;
    padding: 5px 10px;
    box-shadow: -2px 2px 5px rgb(0 0 0 / 50%);
    z-index: 5;
}

.create-setting-tooltip-content:before {
    content: " ";
    position: absolute;
    top: 100%;
    right: 14px;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #444 transparent transparent transparent;
}

.create-input-group {
    position: relative;
}

.create-input--date {
    display: inline-block;
    vertical-align: top;
    width: 230px;
    margin-right: 5px;
    padding-left: 22px;
}

.create-input--time {
    width: 110px;
}

.create-finish-popup__modal {
    position: absolute;
    top: 0%;
    left: -27%;
    z-index: 9997;
    background: rgba(0,0,0,.6);
    width: 201%;
    height: 200%;
}

.create-finish-popup {
    position: absolute;
    top: 19%;
    left: 26%;
    width: 400px;
    z-index: 9998;
    background: #fff;
    border: 1px solid #666;
    border-radius: 8px;
    padding: 15px;
}

.create-progress-spinner {
    display: flex;
    height: 42px;
}
.create-progress-spinner md-progress-circular{
    margin: auto;
}
.create-finish-popup__footer {
    position: relative;
    bottom: -12px;
    left: 0;
    height: 40px;
}
.create-footer-buttons {
    margin-top: 24px;
    position: relative;
    text-align: center;
    display: inline-block;
    border-top: 3px solid #ddd;
    width: 95%;
    height: 100px;
    padding-top:24px;
}
.create-footer-buttons .btn{
    min-width:120px;
    margin: 6px;
}

/* ##### TOTALS #### */
.create-body[show-totals=true] .create-setting[task-completed=false] .create-setting-prompt {
    color: #900;
}
/* progress bar */
.create-progress-task[task-completed=false][show-totals=true] {
    background: #900;
}

.create-suggested-popup {
    position: absolute;
    top: 20px;
    left: 0;
    width: 98%;
    background: #eee;
    border: 1px solid #666;
    border-radius: 8px;
    z-index: 9998;
}
.create-suggested-popup__header {
    width: 100%;
    height: 80px;
    font-size: 20px;
    line-height: 40px;
    display: flex;
    color: #000;
    border-bottom: 4px solid #ddd;
}
.create-suggested-popup__header .fa{
    color: #308ed0;
}
.create-suggested-popup__header span{
    margin: auto auto auto 28px;
}
.create-popup-close {
    font-size: 14px;
    color: #000;
    margin:9px 24px auto auto;
}
.create-popup-close .fa-times-circle{
    color:#900;
}
.create-popup-close:hover{
    color: #900;
}
.create-suggested-wrap {
    display: block;
    width: 100%;
    margin: auto auto 12px auto;
}
.create-suggested-wrap label {
    margin: auto auto 12px auto;
    width: 100%;
}
.create-suggested-wrap label .fa{
    color: #eb9316;
}
.create-suggested-wrap btn {
    margin:6px auto;
}
.create-suggested-wrap btn .fa{
    color: #900;
}
.create-steptwo-buttons{
    display: flex;
    width:100%;
}

.create-steptwo-buttons .btn {
    margin:auto 6px;
}
.create .btn-margin--left {
    margin: auto 6px auto auto;
}
.create .btn-margin--right {
    margin: auto auto auto 6px;
}
/* Templates list styles adapt to create survey popup size */
.create-suggested-popup .templates-list__card-screens {
    padding: 16px;
    width: 250px;
}
.create .templates-list {
    margin-top:0px;
}
.create-suggested-popup .templates-list {
    overflow: auto;
    max-height: 648px;
    padding: 12px 12px 80px;
}
.create-suggested-popup .templates-list__card{
    padding:12px;
}
.create-suggested-popup .templates-list__card-screens {
    padding: 12px;
    width: 250px;
}
.create-suggested-popup .templates-btn {
    width:160px;
}
.create-new-link-btn {
    margin: auto auto auto 6px;
    color: #888;
    font-size:12px;
    text-decoration: none;
}
.create-new-link-btn:hover {
    text-decoration: underline;
}
.btn-margin--middle {
    margin:auto;
}
.templates-list__card-footer {
    position: relative;
    left: 0;
    right: 0;
    text-align: center;
    height: 80px;
    background: #ddd;
    display: flex;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.create-setting-input--prefix {
    line-height: 30px;
    display: inline-flex;
    color: #888;
}