@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 {
	float: right;
    position: relative;
    top: -6px;
    left: 3px;
    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:100%; 
    }

#question-send{
    min-width: 150px;
}

textarea.question-txt {
    width: 100%;
    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;
}


		.slide_panel_wrap {
		margin:70px auto;
		width:46px;
        height: 100%;
		overflow:hidden; 
        z-index: 10000;
        position: fixed;
		}
		
		/*элементы левой панели*/
		.left_panel {
		margin-left:-300px; /*обязательное свойство*/
		padding:20px; 
		width:300px; 
		position:absolute; /*обязательное свойство*/
		top:0; /*обязательное свойство*/
		left:0; /*обязательное свойство*/
		background:#fcfcfc;
        z-index: 10000;
        border-width: 1px 0px;
        border-color: #dddddd;
        border-style: solid;
        box-sizing: border-box;
		}
		.left_panel p.open {
		width:40px;
		position:absolute; /*обязательное свойство*/
		top:-1px; /*обязательное свойство*/
		left:300px; /*обязательное свойство*/
		cursor:pointer;
        background-color: #999999;
        border-bottom: 1px solid #dddddd;
        border-radius: 0 10px 10px 0;
        border-right: 1px solid #dddddd;
        border-top: 1px solid #dddddd;
        box-shadow: 2px 2px 2px #dddddd;
        color: #ffffff;
        padding: 10px 0px;
		}	
        .left_panel input.question-txt, .left_panel textarea.question-txt  { width:100%;}
		
		/*элементы правой панели*/
		.right_panel {
		margin-right:-300px; /*обязательное свойство*/
		padding:20px; 
		width:300px; 
		position:absolute; /*обязательное свойство*/
		top:0; /*обязательное свойство*/
		right:0; /*обязательное свойство*/
		background:#fcfcfc;
        z-index: 10000;
        border-width: 1px 0px;
        border-color: #dddddd;
        border-style: solid;
        box-sizing: border-box;
		}		
		.right_panel p.open {
		width:40px;
		position: absolute; /*обязательное свойство*/
		top:-1px; /*обязательное свойство*/
		right:300px; /*обязательное свойство*/
		cursor:pointer;
        background-color: #999999;
        border-bottom: 1px solid #dddddd;
        border-radius: 10px 0px 0px 10px;
        border-left: 1px solid #dddddd;
        border-top: 1px solid #dddddd;
        box-shadow: -2px 2px 2px #dddddd;
        color: #ffffff;
        padding: 10px 0px;
		}
        .right_panel input.question-txt, .right_panel textarea.question-txt  { width:100%;}
        
        .right_panel p.open span, .left_panel p.open span {
            display: block;
            padding: 0px 15px;
            font-size: 110%;
        }
        
        #question-slide-button {
            display: none;
        }
        
        .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%;}
}


