@CHARSET "UTF-8";

#question-form {
	text-align: left;
	width: 80%;
}

#question-form .question-submit{text-align: center; padding-top:10px;	}


#question-container {
	position: fixed;
	left: 0;
    top: 0;
	width: 100%;
    height: 100%;
	z-index: 9999;
	display: none;
    /*opacity: 0;*/
    text-align: center;
    align-items: center;
    justify-content: center;
}
#question-window {
	/*position: relative;
	top: 20px;*/
	background: #f3f3f3;
	z-index: 10000;
    /*font-size: 12px;*/
    box-shadow: 0px 0px 5px #ffffff;
    /*opacity: 0;*/
    /*display: inline-block;*/
    padding: 10px;
}

.question-content {
    line-height: 2;
    padding: 0px 20px;
}
.question-title {
	padding: 15px 20px;
	text-align: center;
}


.question-close {
	background: url(../img/btn-close.png) no-repeat;
	height: 17px;
	float: right;
	position: relative;
	top: 0;
	left: 0;
	width: 16px;
    cursor: pointer;
}

.question-caption {
	padding-top: 3px;
    display: block;
}

div.question-result {
	padding-top:5px;
}
div.question-result span {
		display: none;
}

.question-loading {
	background: url("../img/loading1.gif") center no-repeat;
	height: 16px;
}

.question-hint {
	font-size: 0.8em;
	display: block;
}

input.question-txt {
    height:25px; 
    padding-left:2px; 
    width:80%; 
    }

textarea.question-txt {
    width: 80%;
    display: inline-block;
}

.question-error {
	color:#aa0000;
	font-size:12px;
}
.question-success {
	color: #0B8C0E;
}
#question-button {
    cursor: pointer;
    height: 50px;
    display: block;
    padding-top: 10px; 
    padding-bottom: 10px;
}

.question-bckgr {
    /*opacity:0.5;*/
    background: rgba(0, 0, 0, 0.65);
    width:100%;
    height: 100%;
    position: fixed;
    /*background-color: #000;*/
    z-index: 9999;
    display:none;
    top: 0px;
    left: 0px;
}

.question-button, .question-send-button {
    cursor: pointer;
}


        
        .question-button.left{ left:0;transform: rotate(-90deg); transform-origin: left top 0;left: 0px;
            box-shadow: 1px 1px 2px rgba(121,121,121,0.4);
            top:50vh;z-index: 10006;
            position:fixed;
            cursor:pointer;
            padding: 10px;
            background-color: #fcfcfc;
            border: 1px solid #999;display:none;}
        .question-button.left:hover {transform: rotate(-90deg); transform-origin: left top 0;left: 0px;}
        
        
        .question-button.right{ right:0;transform: rotate(-90deg); transform-origin: right bottom 0;right: -1px;
            box-shadow: -1px 1px 2px rgba(121,121,121,0.4);
            top:50vh; z-index: 10006;
            position:fixed;
            cursor:pointer;
            padding: 10px;
            background-color: #fcfcfc;
            border: 1px solid #999;display:none;}
        .question-button.right:hover{ right:0;transform: rotate(-90deg); transform-origin: right bottom 0;right: -1px;}
        
        .question-content .hide {
            display:none;
        }
        .question-submit {
            text-align: center;
        }
        .question-send-button {
            display: inline-block;
            background: rgb(190, 190, 190);
	        border: 1px solid rgb(190, 190, 190);
            margin: 10px;
            width: 150px;
            line-height: 3em;
            text-align: center;
        }
        .question-send-button:hover {
            background: rgb(200, 200, 200);
        }
        
        
input.question-agreement, .for-question-agreement  {
    height: auto;
    display: inline;
    margin-top: 5px;
    width: auto;
}
input.question-agreement {
    margin-right: 5px;
}
#question-agreement-span {
    clear: both;
    display: block;
}

#question-window { width:90%;}
@media (min-width: 576px) {
    #question-window { width:80%;}
}
@media (min-width: 768px) {
    #question-window { width:60%;}
}
@media (min-width: 992px) {
    #question-window { width:40%;}
}
@media (min-width: 1200px) {
    #question-window { width:30%;}
}
@media (min-width: 2000px) {
    #question-window { width:25%;}
}


