@media (min-width: 1660px) {
  .container {
    width: 1655px;
  }
}

body {
	padding-top: 0px;
}

textarea {
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	border-top: 1px solid #dddddd;
}

.container {
	margin-bottom: 30px;
}

.ui-widget {
	/*font-family: inherit;*/
	font-size: 13px;
	line-height: 1.846;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);

	color: #666666;
    font-family: "Roboto","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13px;
    line-height: 1.846;

}

.ui-widget-content {
	background: none #fff;
	border: 1px solid transparent;
	color: rgb(102, 102, 102);
}

.ui-widget-header {
	padding: 15px;
	color: #444;
	background: #fff;
	border: 0 none;
}

.ui-draggable .ui-dialog-titlebar {
	cursor: default;
}

.ui-dialog-title {
	font-size: 24px;
	font-weight: normal;
	color: rgb(68, 68, 68);
}

* {
	outline:0;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn.focus:active, .btn.active.focus {
    outline: 0;
}
.ui-dialog .ui-dialog-titlebar-close {
	border: 0 none;
	font-weight: normal;
    right: 10px;
    top: 20px;
	background-color: white;
	outline:0;
}

.ui-dialog .ui-dialog-titlebar-close:after {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 20px;
	height: 20px;
	content: '×';
	font-size: 25px;
	line-height: 24px;
	color: #000;
	opacity: 0.6;
}

.ui-dialog .ui-dialog-titlebar-close:hover:after {
	opacity: 1;
}

.ui-widget-overlay {
    background: none #000000;
    opacity: 0.3;
}

.ui-dialog a {
	color:#2196f3;
}

.ui-dialog a:hover {
	color:#0a6ebd;
}

.ui-dialog input[type="text"] {
	font-size: 14px;
	line-height: 38px;
}

/* Edit forms */
.table4editform select:focus, .table4editform input:focus, .table4editform textarea:focus {
	outline: 0;
}
.table4editform tbody td {
	min-width: 100px;
	padding: 5px;
}

.table4editform select {
	min-width: 45px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.table4editform textarea {
	border-top: 1px solid #dddddd;
	border-left: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
	margin-right: 5px;
}

.chbox1 {
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	float:left;
	padding:3px 0px 5px 5px;
	background-color: rgba(240,108,113,0.51);
}

.chbox2 {
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	background-color: #8bcb8e;
	float:left;
	margin-left:3px;
	margin-right:3px;
	padding:3px 0px 5px 5px;
}

.chbox3 {
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	float:left;
	padding:3px;
	/*background-color: #ff807b;*/
	margin-right:3px;
}
/* custom polja kod offera */
.offer_fld_label {
	float: left;
	width: 295px;
	border-bottom: 1px solid #BBBBBB;
	margin: 3px 0;
}

.offer_fld_input {
	float: left;
	width: 540px;
	border-bottom: 1px solid #BBBBBB;
	margin: 3px 0;
}

.lbl_desc_def {
	float:left;
	margin-bottom:10px;
	width:285px;
}

.desc_def_fld_shorttxt {
	width: 435px;
}

.desc_def_fld_memo {
	width: 435px;
	height: 80px;
	margin-bottom: 5px;
	float: left;
}

.dinfld_lbl {
display:block;
margin-left:286px;
}

.memo_box {
   float: left;
   width: 550px;
}

.memo_box_actions {
	float: left;
}

hr {
	margin-bottom: 10px;
    margin-top: 10px;
}

.dinfld_lbl tbody td {
    min-width: 10px;
    padding: 5px;
}


.selector4reorder {
	margin-top: 10px;
}

.selector4reorder tbody td {
	min-width: 20px;
}

.selector4reorder input[type="text"] {

}
.selector4reorder select {

}

.mydlsearch {
	margin-bottom: 20px;
}

.tbl-yes-check {
	margin-top: 4px;
}

.opresult_box_ok {
	background-color: #4caf50;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    color: white;
    margin-top: 10px;
    padding: 10px;

}

.opresult_box_err {
	background-color: #e51c23;
	border-radius: 5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
    color: white;
    margin-top: 10px;
    padding: 10px;
}

/* Report template */
#mastercell {
	display: none;
}

.report_tmpl_field_label {
	display:inline-block;
	width:120px;
}

.report_sum_fld {
	display: inline;
}

.report_txt_fld {
	display: none;
}

.clonecell_space {
	height: 10px;
	border-bottom: 1px solid #bbb;
	margin-bottom: 10px;
}

.clonecell_space2 {
	height: 10px;
	border-bottom: 2px solid #bbb;
	margin-bottom: 10px;
}

.clonespace {
	border:1px dashed gray;
	margin:10px 0;
	min-height:10px;
}

.moze_edit_boja {
	background-color: #97BD5F;
}

.raport_txtarr_input {
	height:75px;
	margin:10px 127px 5px;
	width:600px;
}

.fld_separator_hr {
	clear: both;
	color:#CCCCCC;
	margin:0 0 10px;
	width:835px;
	clear: both;
}

.myTableRowDragClass {
	font-weight: bold;
}

.report_txt_cb {
	margin-left: 127px;
}

.report_table_style {
/*
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	border-right: 1px solid gray;
*/
}

.report_table_style td {
/*	border-bottom: 1px solid gray;*/
	padding: 5px;
}
.reptdlabel {
	font-weight: bold;
}

/* report by participant */
.repbypar_lbl {
	width: 260px;
	display: inline-block;
	margin-bottom:5px;
}

.part_report_tmpl_field_label{
	width: 350px !important;
	margin-top: 10px;
	font-weight: bold;
}

.praport_left_box {
	/*
	width: 49%;
	float: left;
	*/
}

.praport_right_box {
	width: 49%;
	float: right;
}

.praport_main_table_box {
	clear: both;
	margin-bottom: 15px;
	padding-top: 15px;
}

.praport_main_table {
	border-top: 1px solid gray;
	border-left: 0px solid gray;
}

.praport_main_table th {
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	text-align: left;
	padding: 5px;
}
.praport_main_table tbody td {
	border-bottom: 1px solid gray;
	border-right: 1px solid gray;
	padding:0 5px;
}

.rep_td_sum_first_td {
	border-left: 1px solid gray;
}

.rep_td_sum {
	font-weight: bold;
	padding: 5px;
	vertical-align: top;
}

.rep_td_sum_none {
	border-bottom: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

.praport_main_table tfoot {

}

.rap_modal_h4 {
	margin: 10px 0 0px 0;
	padding: 0;
	color: red;
}

.rap_kv_box, .rap_tour_box, .rap_mq_box {
	border-bottom: 1px solid gray;
}

.rap_kv_box:hover, .rap_tour_box:hover, .rap_mq_box:hover {
	background-color: yellow;
	cursor: pointer;
}

.rap_val_span {
	display: inline-block;
	width: 350px;
}

.part_report_hdr_field_name {
	margin-left: 10px;
}

.flddelico, .tourdelico {
	vertical-align: middle;
	cursor: pointer;
	margin-right: 5px;
}

.memo_box_preview {

	float:left;
	min-height:18px;
	margin-bottom:5px;
	width:435px;

	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	background-color:#CCCCCC;
	border:0 solid #666666;
	color:#333333;
	/*font-family:"myriad pro",helvetica,arial,sans-serif;*/
	font-size:12px;
	line-height:1.5;
	margin:0 5px 10px;
	padding:3px 5px;

}

.txtinforrapprint {
	width: 600px;
	margin-left: 0;
}

.tmpl_add_stxt {
 	margin-bottom: 10px;
    margin-left: 10px;
    vertical-align: middle;
    cursor: pointer;
}

.modal_label {
	display: inline-block;
	width: 85px;
	font-weight: bold;
	margin-bottom: 8px;
}

.dash_board_conf_modal {

	display: none;

	border: 1px solid gray;
	-moz-border-radius:5px 5px 5px 5px;
	-khtml-border-radius:5px 5px 5px 5px;
	padding: 10px;
	margin-bottom: 10px;
}

.dash_board_conf_modal label {
	margin-top: 10px;
	display: inline-block;
}

.clickme_adi:hover {
	background-color: yellow;
	cursor: pointer;
}


.desc_frm_field_name {
	width: 100px;
	float: left;
}
.desc_frm_field_tr {
	width: 320px;
	float: left;
	min-height: 5px;
}
.desc_frm_field_tr_input {
	margin: 0px 0px 7px;
	width: 300px;
	padding-bottom: 5px;
}
.desc_frm_field_tr_but {
	margin: 0px 0px 7px;
}

.preproc_rtform {
	padding: 10px 0px;
}

.praport_main_table_box table thead tr th {
	padding: 1px;
}

.praport_main_table_box table tbody tr td {
	padding: 1px;
}

select, select.form-control {
	padding-right: 10px;
}

.inst_plan_legend {
	color: white;
	background-color: #ccc ;
	display: inline-block;
	min-width: 50px;
	height: 24px;
	-moz-border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	margin-top: 7px;
	font-weight: bold;
	padding-left: 10px;
	padding-right: 10px;
}

.tbl_table_sub_table {
	border-left: 1px solid #D5D5D5;
	border-top: 1px solid #D5D5D5;
	border-spacing: 0px;
	width: 100%;
}

.tbl_table_sub_table td {
	border-bottom: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
	padding: 0 3px;
}

.add_cursor_pointer:hover {
	cursor: pointer;
    opacity: 0.6;
    filter: alpha(opacity=60); /* For IE8 and earlier */
}

.hide-cb-box {
	background-color: white !important;
}

.busbutcol1,
.busbutcol2,
.busbutcol3,
.busbutcol4,
.busbutcol5,
.busbutcol6,
.busbutcol7 {
	background-image: none !important;
	font-weight: bold;
}