/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 28.12.2018, 18:52:51
    Author     : dearhome
*/
.ask_translate {
	font-size: 16px;
}
.tr_kind {
	width: 100%;
	height: 6rem;
	background-color: rgb(241, 241, 241);
}
.wr_write_tr {
	 border-radius: 3px; 
	 background-image: -moz-linear-gradient( 90deg, rgb(0,136,228) 0%, rgb(0,154,207) 100%); 
	 background-image: -webkit-linear-gradient( 90deg, rgb(0,136,228) 0%, rgb(0,154,207) 100%); 
	 background-image: -ms-linear-gradient( 90deg, rgb(0,136,228) 0%, rgb(0,154,207) 100%); 
	 width: 333px; 
	 height: 46px; 
	 color: rgb(255, 255, 255);
}
.wr_comm_tr span {
	color: rgb(0,136,228);
}
.wr_write_tr, .wr_comm_tr {
	top:1rem;
	position: absolute;
}
.wr_write_tr img, .wr_comm_tr img {
	padding: 0 1rem 0 2rem;
}
.wr_write_tr span, .wr_comm_tr span {
	font-size: 1.5rem;
	display: inline-block;
	line-height: 3rem;
}
.or_comm_tr {
	 border-radius: 3px; 
	 background-image: -moz-linear-gradient( 90deg, rgb(0,136,228) 0%, rgb(0,154,207) 100%); 
	 background-image: -webkit-linear-gradient( 90deg, rgb(0,136,228) 0%, rgb(0,154,207) 100%); 
	 background-image: -ms-linear-gradient( 90deg, rgb(0,136,228) 0%, rgb(0,154,207) 100%); 
	 width: 333px; 
	 height: 46px; 
	 color: rgb(255, 255, 255);
}
.or_write_tr span {
	color: rgb(0,136,228);
}
.or_write_tr, .or_comm_tr {
	top:1rem;
	position: absolute;
}
.or_write_tr {
	border: none;
	background-image: none;
	color: rgb(0, 0, 0);
}
.or_write_tr img, .or_comm_tr img {
	padding: 0 1rem 0 2rem;
}
.or_write_tr span, .or_comm_tr span {
	font-size: 1.5rem;
	display: inline-block;
	line-height: 3rem;
}
/* ticket_info */
.ticket_info {
	padding: 1.5rem 0 2rem;
}
.left_decor_line, .right_decor_line {
	height: 8px;
	background-color: rgb(56, 143, 230);
}
.left_decor_line {
	border-radius: 4px 8px 0px 4px;
}
.right_decor_line {
	border-radius: 8px 4px 4px 0px;
}
.ticket_info span {
	color: rgb(77, 152, 232);
}
/* form */
.container {
	padding-bottom: 2rem;
}
.select2-container--krajee {
	border: none;
	margin: 0 0 1rem 0;
}
.form_button button {
	border-radius: 3px; 
	background-image: -moz-linear-gradient( 90deg, rgb(0,136,228) 0%, rgb(0,154,207) 100%); 
	background-image: -webkit-linear-gradient( 90deg, rgb(0,136,228) 0%, rgb(0,154,207) 100%); 
	background-image: -ms-linear-gradient( 90deg, rgb(0,136,228) 0%, rgb(0,154,207) 100%);
	width: 268px; 
	height: 66px; 
	color: rgb(255, 255, 255);
	border: none;
}
#span_h1 {
	padding: 1rem;
}