@media screen {
	.touch input[type="radio"],
	.touch input[type="checkbox"] {
		width: 2em;
		height: 2em;
	}
	.touch select {
		height: 2em;
	}
}

@media only screen and (max-width: 701px) {
	 div.questcontainer	{
	    width: 96%;
         margin-top: 4%;
     }
	div.questframe {
	    -webkit-box-shadow: none !important;
        box-shadow: none !important;
	}
	table.smileycontent td label img {
	    width: 3em;
	    height: 3em;
	}
	.dropdown table select {
		max-width: 10em;
	}
	#id1 {
		width: 14em;
	}
	table.horizontal div input[type="radio"] {
		margin: 0;
	}
	div.singlevert table,
	div.multivert table,
	div.singlehorz table {
		border-spacing: 0;
	}
	div.singlehorz table span.smileyspan {
		display: inline-block;
		vertical-align: top;
	}
	
	.showOther {
		display: block !important;
		margin-left: 18px !important;
		width: 91% !important;
	}
	
	.touch .showOther {
		margin-left: 28px !important;
	}
	
	table.horizontal td input[type="text"] {
		padding-left: 1em;
		width: 80%;
	}
	table.horizontal td div span.smileyspan { 
		width: 100%;
	}
	div.NextBackSendButtons { 
		text-align: center; 
	}
	.password div.NextBackSendButtons{
		text-align: center;
	}
	div.questcontainer header h1 {
		font-size: 1.5em;
	}
	div#questcontent {
		padding-top: 0em;
		padding-bottom: 4%;
	}
	#questcontent,
	footer.questfooter,
	div.questcontainer header h1{
		padding-right: 5%;
		padding-left: 5%;
	}


    /* Responsive tables*/
    .webks-responsive-table .row {
        margin-top: 1em;
    }
    
    .webks-responsive-table label {
    	display:inline-block; 
    	width: 98%;
    	margin:0 0 1px 0;
    	line-height: 1.5;
        text-align: left!important;
        padding: 0.5em;
    }
    .webks-responsive-table input{
        display: inline-block;
        vertical-align: middle;
        margin-right: 0.75em;
    }
    .webks-responsive-table input[type="text"] {
        margin-left: 0.75em;
    }
    .webks-responsive-table .grouptitle {
        font-weight: bold;
        width: 100%;
    }
    .webks-responsive-table title:first-of-type {
        display: none;
    }  

	.multihorz-item-wrapper,
	.multivert-item-wrapper,
	.singlehorz-item-wrapper,
	.singlevert-item-wrapper {
		width: 100%;
        padding: 0.5em;
        line-height: 1.5em;
		margin-right: 0;
		display: block;
		margin-bottom: 0;
	}	
	.multihorz label,
	.singlehorz label{
		width: 92%;
	}
}

@media only screen and (max-width: 480px) {
	.priority table select,
	.dropdown table select {
		max-width: 13em;
	}
	footer.questfooter p {
		font-size: 0.6em;
	}
	#id1 {
		width: 18em;
	}

	.datefield .k-datepicker{
		width:100%;
	}

	.k-upload .k-dropzone em {
		visibility:hidden;
	}

	.k-upload .k-upload-files .k-filename {
		width: 12em;
		min-width:12em;
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
	}

	div.questinformation input[type="button"],
	div.questinformation input[type="submit"],
	div.NextBackSendButtons input{
		width: 100%;
	    margin-right: 0;
	    margin-left: 0;
	}
	.matrixshortopen .matrixSubQuestion {
	    margin-bottom: 10px;
	}
	.matrixshortopen .matrixSubQuestion label {
		width: 100%;
	}
	.matrixshortopen .matrixSubQuestion input {
		width: 100%;
	}
}
/* Ranking Drag'n Drop*/
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: portrait) {

    .list {
        width: 100%;
    }

    .targetlist {
        margin-top:5px;
    }

    .item {
        margin: 0px 0px 2px 0px !important;
        width:100%;
    }

}

@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px)
and (-webkit-min-device-pixel-ratio: 2)
and (orientation: landscape) {
    .titleWrap {
        width:57% !important;
    }
}