/* ---------------------------------------------------------
	 ------------------ Dynamic Form -----------------------
	 -------------------------------------------------------*/
    .dynamicGroup {
        background-color: #fff;
        padding: 20px 10px;
        border: 1px solid #efefef;
    }
	/* ---------------------------------------------------------
	 ------------------ Question dispositions ------------------
	 -------------------------------------------------------*/
	.panelSections {
        height: 70vh;
        overflow-y: scroll;
        margin-top: 10px;
        padding: 10px;
    }

    .headerFormActions {
        /* background-color: #f3f4f7; */
        color: white;
        /* border: 1px solid whitesmoke; */
        height: 40px;
    }

    .headerFormTitle svg {
     	font-size:18px !important;
     	margin-top:10px !important;
    }

    .headerFormActions .btn-link {
     	text-decoration:none;
     	color:#f08080;
     	border: 1px solid;
     	border-radius: 5px;
    }

    .headerFormActions .btn-link svg {
     	font-size:18px !important;
    }

    .headerFormActions a:first-of-type {
     	text-decoration:none;
     	color:#45ad9a !Important;
    }
     .headerFormActions .btn-link:hover {
     	text-decoration:none;
     	color:#3d3935;
    }

    .headerForm {
        height: 40px;
    }

    .headerFormTitle {
        height: 40px;
        background-color: #f3f4f7;
        line-height: 30px;
        overflow: hidden;
        color: #3d3935;
        /* border: 1px solid lightgrey; */
        text-align: left;
        text-transform: uppercase;
    }

    .actionsOnElements {
    position: absolute;
    right: -9px;
    top: -7px;
    padding: 0 5px;
    background: transparent;
    opacity: 1;
    height: 40px;
    z-index: 9999;
}
	

    .checkboxDYF input[type="checkbox"] {
        display: none;
    }

	.checkboxDYF label {
        padding-left: 0 !important;
		text-transform: uppercase;
    }

    .checkboxDYF label:before {
        content: "";
        display: inline-block;
        width: 32px;
        height: 32px;
		line-height: 32px;
        margin-top: 5px;
        margin-right: 5px;
        background-color: #F5F5F5;
        border: 1px solid #D1D1D1;
        vertical-align: middle;
        border-radius: 3px;
    }

    .checkboxDYF input[type=checkbox]:checked + label:before {
        content: "\2713";
        color: #f3f3f3;
        font-size: 16px;
        font-weight: bold;
        background-color: #86c8bc;
        border: none;
        vertical-align: middle;
        text-align: center;
        margin-top: 0px;
        padding: 0px;
        cursor: pointer;
    }

    .checkboxDYF input[type=checkbox]:disabled + label:before {
        opacity: 0.4;
    }
	
	.checkboxDYF input[type=checkbox]:disabled + label:before {
        opacity: 0.4;
    }

	.radio-controlDYF {
		margin-top: 5px;
		margin-left: 0 !important;
	}
	
	.radio-controlDYF input[type=radio] {
		display: none;
	}
	
	.radio-controlDYF label{
		font-size:14px;
		font-weight:400;
		color: #555;
		/* text-transform: uppercase; */
		padding-right:30px;
	}
	
	.radio-controlDYF input[type=radio] + label::before {
		display: inline-block;
		font-family: 'FontAwesome';
		content: "\f1db";
		font-size: 18px;
		color:#555;
		line-height:1.2em;
		text-align:center;
		vertical-align:middle;
		margin-right:5px;
	}
	
	.radio-controlDYF input[type=radio]:checked + label::before  {
		font-family:"FontAwesome";
		content: "\f111";
		font-size: 18px;
		color:#555;
		line-height:1.2em;
		text-align:center;
		vertical-align:middle;
	}
	
	.radio-controlDYF input[type=radio]:disabled + label::before {
		opacity: 0.3;
	}
		
	.DYF.fa-edit:hover, .DYF.fa-trash-alt:hover, .DYF.fa-arrow-circle-up:hover, .DYF.fa-arrow-circle-down:hover {
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -o-transform: scale(1.2);
        transform: scale(1.2);
    }

     .onoffswitchDYF {
        position: relative;
        text-align: right;
        float: left;
		margin: 5px 0 0 5px;
        width: 41px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
    }

    .onoffswitch-checkboxDYF {
        display: none;
    }

    .onoffswitch-labelDYF {
        display: block;
        overflow: hidden;
        cursor: pointer;
        height: 14px;
        padding: 0;
        line-height: 14px;
        border: 0px solid #FFFFFF;
        border-radius: 22px;
        background-color: #9E9E9E;
    }

	.onoffswitch-labelDYF:before {
		content: "";
		display: block;
		width: 22px;
		height: 22px;
		margin: -4px;
		background: #BFBFBF;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 23px;
		border-radius: 22px;
		box-shadow: 0 3px 6px 0px #757575;
	}
	
  
	.onoffswitch-checkboxDYF:checked + .onoffswitch-labelDYF, .onoffswitch-checkboxDYF:checked + .onoffswitch-labelDYF:before {
		border-color: #FF5A00;
	}

	.onoffswitch-checkboxDYF:checked, .onoffswitch-checkboxDYF:checked + .onoffswitch-labelDYF:before {
		border-color: #FF5A00;
		background-color: #FF5A00 !important;
		width:18px;
		height:18px;
		border-radius:25px;
		content: '';
	}

	.onoffswitch-labelDYF:before {
    content: "";
    display: block;
    width: 18px !important;
    height: 18px !important;
    border-radius: 25px !important;
    content: '';
    background-color: #f5f5f5 !important;
    position: absolute;
    top: -2px;
    bottom: 0;
    right: 15px;
}

	.onoffswitch-checkboxDYF:checked + .onoffswitch-labelDYF .onoffswitch-innerDYF {
		margin-left: 0;
	}

	.onoffswitch-checkboxDYF:checked + .onoffswitch-labelDYF:before {
		left: 29px;
		background-color: #FF7221;
		/* box-shadow: 3px 6px 18px 0px gray; */
		top: -2px;
	}

    .noPadding {
        padding: 0 !important;
    }

	/* ---- Sections ------------ */
	 .sectionRow {
		margin-bottom: 10px;
		height: 110px;
		/* border: 1px solid #e6e6e6; */
		background: #f7f7f7;
		display: block;
		padding: 10px;
		position: relative;
		z-index: 999;
		margin-bottom: 18px;
		}


	 .twoCol:nth-child(2n+1) {
		clear: left;
	}
	
	.threecol:nth-child(3n+1) {
	    clear: left;
	}

    .noItemsFound {
        border: 1px dashed lightgrey;
        color: lightgrey;
        text-align: center;
        height: 50px;
        line-height: 25px;
        text-transform: uppercase;
        padding: 10px;
    }

    .sectionRowSelected {
        /* border: 1px solid #e2e2e2; */
        background: #dde9f7;
    }

    .rowDisposition {
        white-space: nowrap;
        height: 100%;
        padding: 0;
    }

    .panelSection {
        border: 2px dashed #d4d1ca;
        padding-top: 0 !important;
        margin-top: 10px;
    }

    .panelDefaultSection {
        /* border: 1px solid whitesmoke; */
        padding: 0;
        padding-top: 15px;
    }

    .panelSectionSelected {
        border: 1px solid #afafaf;
        /* box-shadow: 0 0 3px 2px white; */
        background-color: #f7fbff;
    }

    .sectionHeader {
        background-color: #d6e1f7;
        padding-left: 10px;
        color: black;
        height: 30px;
        line-height: 30px;
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .sectionHeaderSelected {
        background-color: #bde2fb;
    }
	
    .BadgeQuestion {
        background-color: lightcoral;
        color: white;
        position: absolute;
        top: -7px;
        width: 44px;
        right: 72px;
        height: 19px;
        line-height: 18px;
        font-size: 12px;
        z-index: 99999 !important;
        border-radius: 3px;
        /* box-shadow: 1px 1px 1px 1px lightgrey; */
    }

    .BadgeSection {
        background-color: dodgerblue;
        color: white;
        position: absolute;
        top: -16px;
        width: 100px;
        left: 8px;
        height: 22px;
        line-height: 22px;
        font-size: 15px;
        z-index: 99999 !important;
        border-radius: 4px;
        box-shadow: 1px 1px 1px 1px lightgrey;
    }

   
	/* -------------------------------------------------------------
	 ------------------ Question properties  -----------------------
	 ----------------------------------------------------------------*/
    .divSaveConditions {
        border: 1px dotted lightgrey;
        text-align: center;
        height: 50px;
        line-height: 25px;
        padding: 10px;
    }
	
	/* Rules */
	.ConditionRule {
		border: none !important;
		padding: 0 !important;
	}
	
    .modal {
        z-index: 70001;
    }
	/* -------------------------------------------------------------
	 ------------------ Question types  -----------------------
	 ----------------------------------------------------------------*/
	.questionTypeRow {
        height: 50px;
        line-height: 48px;
        margin-bottom: 0px;
        vertical-align: middle;
    }

    .questionTypeRow::first-of-type {
        background-color: #86c8bc !important;
    }

	.questionTypeRow:hover {
		 border-left: 5px solid steelblue !important;
		/* zoom: 110%; */
	}

    .panelLvwQuestionTypes {
        height: 600px;
        overflow-y: auto;
    }

	.imageType {
        margin-right: 10px;
        height: 20px;
    }
    
     /* -------------------------------------------------------------
	 ------------------ Actions on elements  -----------------------
	 ----------------------------------------------------------------*/
	.actionsOnElements {
        position: absolute;
        right: -10px;
        top: -17px;
        padding: 4px 5px;
        background: white;
        opacity: 1;
        height: 27px;
        border-radius: 5px;
        z-index: 9999;
        border: 1px solid #c1c1c1;
    }
	/* -------------------------------------------------------------
	 --------------- Section disposition final   --------------------
	 ----------------------------------------------------------------*/
	.sectionFinal-Custom {
        border: 1px solid lightgrey;
        padding: 0;
    }

    .sectionFinal-Default {
        padding: 0 15px;
        /*border: 1px solid whitesmoke;*/
    }

    .questionDispFinal-Custom {
        padding: 15px;
    }
    .sectionFinal-header {
        background-color: #ffffff;
    }

    .sectionHeaderFinal {
        background-color: #d6e1f7;
        /*padding-left: 10px;*/
        color: black;
        height: 35px;
        padding: 0;
        line-height: 35px;
        margin-bottom: 15px;
        border-bottom: 1px solid lightgrey;
    }

    .rowDispositionFinal {
        padding: 0 !important;
    }

    .questionRowFinal {
        padding: 0 !important;
        margin-bottom: 15px;
    }

    .questionRowFinal {
        padding: 0 !important;
        margin-bottom: 15px;
    }
	
	/* --------------------------------------------------------
	 --------------- Popup config form --------------------
	 ----------------------------------------------------------*/
   #popupConfigForm .modal-dialog {
        max-height: 400px;
        width: 400px;
    }
	/* -------------------------------------------------------------
	 --------------- Section disposition final   --------------------
	 ----------------------------------------------------------------*/

	 .sectionRowSelected {
    /* border: 1px solid #e2e2e2; */
    background: #dde9f7;
}

.actionsOnElements a {
    background-color: transparent !important;
}
.actionsOnElements a svg {
    font-size:18px !important;
}

.header {
    background-color: #86c8bc !important;
    font-weight: bold;
    padding: 5px 0;
    text-align: center;
    margin: 5px 0 10px 0;
}

.DYF-no-pad .col-xs-12, .DYF-no-pad .col-sm-12 {
    padding-left: 0;
    margin-left:-1px;
     margin-right:-1px;
    padding-right: 0;
}