﻿.designer-icon {
    margin: 5px !important;
    width: 13px !important;
    cursor: pointer !important;
    color: black !important;
}

.modal-header .form-designer-close {
    margin: -45px -15px -15px auto !important;
}

.form-designer-body {
    padding: 20px !important;
}

#editModal .modal-body .row {me
    margin: 5px 0 5px 0;
}

#editModal .modal-dialog {
    max-width: 1200px !important;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

    .separator::before, .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #000;
    }

    .separator::before {
        margin-right: .25em;
    }

    .separator::after {
        margin-left: .25em;
    }

.form-designer-row input[type="radio"] {
    -webkit-appearance: checkbox; /* Chrome, Safari, Opera */
    -moz-appearance: checkbox; /* Firefox */
    -ms-appearance: checkbox; /* not currently supported */
}

.form-designer-alert {
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
}

#editModal .modal-footer {
    justify-content: space-between;
}

.editNavigation {
    margin-bottom: 20px;
}

#left-col, #right-col, #global-left-col, #global-right-col {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 40%;
    float: left;
}

    #right-col li, #left-col li, #global-right-col li, #global-left-col li {
        margin: 0 3px 3px 3px;
    }

.default {
    background: #FFF;
    border: 1px dashed #AAA;
    color: #000;
    padding: 5px;
}

.questionContainer {
    display: flex;
    justify-content: center;
}

.item-active {
    border: 1px dashed #000;
    color: #333333;
    cursor: pointer;
    padding: 5px;
    font-weight: bold;
    background: rgba(255, 255, 255, .5)
}

.item-active span {
    float: right;
}

.form-footer td {
    padding-left: 30px;
}

.radio-toolbar {
  margin: 0 -5px -5px 0;
  float: right;
}

.radio-toolbar input[type="radio"] {
  opacity: 0;
  position: fixed;
  width: 0;
}

.radio-toolbar .blackLabel {
    background-color: #868686;
}

.radio-toolbar .redLabel{
    background-color: red;
}

.radio-toolbar .blueLabel{
    background-color: blue;
}

.radio-toolbar label {
    display: inline-block;
    padding: 5px 8px;
    border: 2px solid #444;
    border-radius: 4px;
    cursor: pointer;
}

.radio-toolbar label:hover {
  border-color: ;
}

.radio-toolbar input[type="radio"]:focus + label {
    border: 2px dashed #444;
}

.radio-toolbar input[type="radio"]:checked + label {
     width: 20px;
  height: 20px;
  margin-top: -18px;
 -moz-box-shadow:    0 0 10px yellow;
 -webkit-box-shadow: 0 0 10px yellow;
 box-shadow:         0 0 10px yellow; 
}

.boldSymbol {
    font-size: 12px;
}

#bold{
  display:inline-block;
  padding:0px 3px;
  border-radius:2px;
  position:relative;
}

#bold-element{
  display:block;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:99999;
  opacity:0;
  cursor:pointer;
}

#labelbold{
  display:inline-block;
  padding:0px 3px;
  border-radius:2px;
  position:relative;
  margin-left: 70px;
}

#label-bold-element{
  display:block;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:99999;
  opacity:0;
  cursor:pointer;
}

#bold>input[type='checkbox']+i{
  color:rgba(0,0,0,0.2);
}

#bold>input[type='checkbox']:checked+i{
  color:#000;
}


#labelbold>input[type='checkbox']+i{
  color:rgba(0,0,0,0.2);
}

#labelbold>input[type='checkbox']:checked+i{
  color:#000;
}

.btn-add-question {
    float: right;
    margin: 10px 20px 10px 0;
}

#questionsTable {
    width: 80%;
    margin: auto;
}

#questionsTable th {
    text-align: center;
}

.designerInput label {
    text-align: right;
}

.inputDropdown {
    text-align: left;
}

/*.QtipDevQues {
    margin-right: 100px;
    white-space: nowrap;
}*/

#menuDiv {
    margin-bottom: 50px;
    padding: 25px;
}

#menuDiv span {
    cursor: pointer;
}

#editModal .card {
    background-color: #ffe;
}

#menuDiv .card:hover{
    background-color: #e6e6e6;
}

#editDiv .row{
    margin-bottom:10px;
}

#optionShowDiv span {
    padding-bottom: 20px;
}

