.formFrame {width: 100%; float: left; background-color: #FFF; /*padding: 15px 30px; background-color: #f5f5f5; border-left: 2px #ddd solid;*/}
.formColumn {width: 50%; float: left; padding: 0px 50px 0px 0px;}
.formColumn.right {padding: 0px 0px 0px 50px;}
.formColumn2 {width: 48%; float: left; padding: 0px 0px 0px 0px; margin: 0px 2% 0 0; border-bottom: 1px #ccc dotted;}
.formColumn2.right {padding: 0px 0px 0px 0px; margin: 0 0 0 2%;}
.formColumn3 {width: 100%; float: left; padding: 0px 0px 0px 0px; margin: 0px; border-bottom: 1px #ccc dotted;}
.formRow {width: 100%; float: left; margin: 0px 0px 3px 0px; font-weight: 600; font-size: 14px;}
.formRow .small {font-size: 12px; font-weight: 300;}
.formRow .tip {color: #e95847; font-weight: 600; float: right;}
.formRowModal {width: 35%; float: left; margin: 3px 5% 0px 0px; font-size: 14px; text-align: right;}
.formLine {width: 100%; float: left; padding: 0px 0px 0px 0px; margin: 5px 0px; position: relative;}
.formLine.goods {display: flex; justify-content: space-between;}
.formLine.goods .col {width: 24%; float: left;}
.formLineTinymce {width: 100%; float: left; padding: 0px 0px 0px 0px; margin: 0px 0px;}
.formLine .loading {position: absolute; font-size: 20px; bottom: 7px; right: 5px; display: none;}

.flagsFrame {width: 100%; float: left; margin: 0px 0px 5px 0px;}
.flagsFrame .flag {width: auto; padding: 5px; float: left; border: 1px #ddd solid; border-right: 0px; background-color: #f1f1f1;}
.flagsFrame .flag.on, .flagsFrame .flag:HOVER {background-color: #FFF;}
.flagsFrame .flag:first-child {border-top-left-radius: 3px; border-bottom-left-radius: 3px;}
.flagsFrame .flag:last-child {border-right: 1px #ddd solid; border-top-right-radius: 3px; border-bottom-right-radius: 3px;}
.flagsFrame .flag IMG {width: 30px; border-radius: 50%; float: left;}

.form3Columns {width: 33.333333%; float: left; padding-right: 10px;}
.form3Columns.right {padding: 0px 0px 0px 0px;}

/* termíny balíčků */
.package_terms {width: 100%; float: left;}
.package_terms .header {width: 100%; float: left;}
.package_terms .header .item {width: 32%; float: left; margin-right: 2%;}
.package_terms .header .item:last-child {margin-right: 0;}
.package_terms .term {width: 100%; float: left; margin-bottom: 2px;}

/* dialog */
.dialog-frame .formRow {font-size: 12px; margin: 0px; font-weight: 500;}
.dialog-frame .input {height: 30px; padding: 5px;}
.dialog-frame .input:REQUIRED {border-left: 2px #e95847 solid;}
.dialog-frame .select {padding: 5px 5px;}
.dialog-frame .select:REQUIRED {border-left: 2px #e95847 solid;}
.dialog-frame .textarea {height: 50px; padding: 5px; margin: 0;}
.dialog-frame BUTTON {font-family: 'Open Sans', sans-serif; cursor: pointer;}

/* radio */
.radioLine {line-height: 30px;}
.radioInput {padding: 8px 15px;}
.radioInputLabel {padding: 8px 15px; font-weight: 600; color: #e95847; cursor: pointer; text-decoration: underline;}


/* input */
.input {width: 100%; height: 35px; float: left; border: 1px #ccc solid; padding: 8px 15px; color: #555;}
.input3 {width: 32%; height: 35px; float: left; border: 1px #ccc solid; padding: 8px 15px; color: #555; margin-right: 2%;}
.input3:last-child {margin-right: 0;}
.input.text {}
.input:REQUIRED {border-left: 3px #e95847 solid;}
.inputModal {width: 60%; height: 35px; margin: 0px 0px 0px 0px; float: left; border: 1px #ccc solid; padding: 8px 15px; color: #555;}
.input[type=file] {padding: 0px; background-color: #FFF;}

/* datepicker */
.datepickerCont {width: 100%; float: left; display: flex; justify-content: space-between; flex-wrap: nowrap;}
.datepickerCont .cell {width: auto; flex-grow: 2;}
.datepickerCont .cell.timer {display: none; width: auto; min-width: 90px; flex-grow: 0; height: 35px; padding: 8px 10px 0px 10px; float: left; color: #555; border: 1px #ccc solid; border-left: 0px; background-color: #eee;}
/*.datepickerCont .cell.calendar {width: 50px; height: 35px; flex-grow: 0; float: left; border: 1px #ccc solid; border-left: 0px; background-color: #eee; background-image: url('../images/icon-calendar.png'); background-repeat: no-repeat; background-position: center center; background-size: 20px;}*/
.datepickerCont .cell.calendar {width: 50px; height: 35px; flex-grow: 0; float: left; border: 1px #ccc solid; border-left: 0px; background-color: #eee; font-size: 20px; text-align: center;}
.datepickerCont .cell.calendar I {margin: 4px 0px 0px 0px;}
.datepickerCont .cell.passwordGen {width: 50px; height: 35px; flex-grow: 0; float: left; border: 1px #ccc solid; border-left: 0px; background-color: #eee; font-size: 18px; text-align: center;}
.datepickerCont .cell.passwordGen I {margin: 7px 0px 0px 0px;}
.datepickerCont .cell.passwordGen:HOVER {background-color: #e2e2e2;}
.datepickerCont .cell.icon {width: 50px; height: 35px; flex-grow: 0; float: left; border: 1px #ccc solid; border-left: 0px; background-color: #eee; font-size: 18px; text-align: center;}

/* select */
.select {width: 100%; float: left; border: 1px #ccc solid; padding: 8px 15px; color: #555;}
.select:REQUIRED {border-left: 3px #e95847 solid;}
.select [disabled="disabled"] {color: #8b8b8b; background-color: #f5f5f5;}

/* checkbox */
.checkbox {width: 100%; float: left; padding: 0px 0px; color: #555; font-weight: 500; font-size: 14px;}
.checkbox.inPopup {padding-left: 184px; padding-bottom: 10px;}
.checkbox INPUT[type=checkbox] {display: none;}
.checkbox INPUT[type=checkbox] + LABEL {padding: 0px 0px 0px 0px; cursor: pointer;}
.checkbox INPUT[type=checkbox] + LABEL I {margin-right: 10px; color: #ccc; font-size: 16px;}
.checkbox INPUT[type=checkbox]:CHECKED + LABEL I {color: #5db85c;}
.checkbox.manualPrice {width: auto; float: right; margin: 2px 0px 0px 30px; font-size: 12px;}

/* textarea */
.textarea {width: 100%; height: 150px; float: left; border: 1px #ccc solid; padding: 0px 15px; margin: 20px 0px 0px 0px; color: #555;}

/* submit */
.submit {min-width: auto; float: left; padding: 7px 15px 7px 12px; text-align: center; font-size: 13px; cursor: pointer; margin: 0px 0px 0px 15px; font-weight: 300; color: #FFF; background-color: #e95847; border: 1px #e95847 solid;}
.submit .underline {}
.submit I {margin: 0px 8px 0px 0px; font-size: 18px; float: left;}
.submit I.fa-plus.small {font-size: 8px;}
.submit .centerer {width: auto; float: left; margin: 2px 0px 0px 0px;}
.submit.back {background-color: #eee; color: #555; border-color: #ddd;}
.submit.delete {background-color: #e95847; border-color: #d44231;}
A.submit {padding-top: 8px; padding-bottom: 8px;}

/* buttons */
.button {float: right; display: block; margin: 0px 0px 0px 10px;}
.button.goods-add, .button.goods-remove {font-size: 24px;}
.button:HOVER {}

/* calendar - input date selector */
.dateFrame {width: auto; float: left; margin: 0px 0px 0px 15px;}
.inputDateSelector {width: 100px; height: 35px; float: left; border: 1px #ccc solid; padding: 8px 15px; color: #555; text-align: center;}
.inputDateArrow {width: 35px; height: 35px; float: left; border: 1px #ccc solid; display: block; font-size: 21px; text-align: center; color: #ccc;}
.inputDateArrow:HOVER {color: #bbb;}
.inputDateArrow.left {border-right: 0px;}
.inputDateArrow.right {border-left: 0px;}
.selectBranches {width: auto; float: left; border: 1px #ccc solid; padding: 8px 15px 7px 15px; color: #555; margin: 0px 0px 0px 15px; cursor: pointer;}

/* info panels */
.infoPanel {width: 100%; float: left; padding: 0px 10px; margin: 0px 0px 15px 0px; background-color: #f7f7f7; border: 1px #ddd solid;}
.infoPanel I {width: auto; float: left; margin: 2px 10px 2px 0px; font-size: 16px;}
.infoPanel P {width: auto; float: left; margin: 8px 0px;}
.infoPanel .col {width: auto; float: left;}
.infoPanel .col2 {width: auto; float: left;}
.infoPanel.error {border-color: #e95847; color: #fff; background-color: #e95847;}
.infoPanel.done {border-color: #27cd27; color: green; background-color: #ecffcf;}
.infoPanel.info {border-color: orange; color: orange; background-color: #fff3dc;}
.infoPanel.star {border-color: #d7d123; color: #d7d123; background-color: #fffdd2;}
.infoPanel.done I {color: #27cd27;}
.infoPanel A {text-decoration: underline; font-weight: bold;}

/* filtry */
.filterFrame {width: 100%; float: left; padding: 15px 0px;}
.filterFrame .inputDesc {width: auto; float: left; margin: 3px 10px 0px 0px;}
.filterFrame .wraper {position: relative; float: left; width: auto; margin: 0px 10px 0px 0px;}
.filterFrame .wraper.right {float: right; margin: 0px 0px 0px 10px;}
.filterFrame .wraper.calendar:BEFORE {font-family: "FontAwesome"; z-index: 90; font-size: 16px; content: "\f073"; position: absolute; right: 5px; top: 4px;}
.filterFrame .input {width: 110px; height: 25px; padding: 5px; float: left;}
.filterFrame .input.bigger {width: 300px;}
.filterFrame .select {width: 110px; height: 25px; padding: 5px; float: left;}
.filterFrame .select.persons {width: 250px;}
.filterFrame .labelCheckbox {float: left; margin: 5px 0px 0px 0px;}
.filterFrame .labelCheckbox INPUT {margin: 2px 7px 0px 0px; float: left;}
.filterFrame INPUT {-webkit-border-radius: 2px; -moz-border-radius: 2px; border-radius: 2px;}
/*.filterFrame .rightLinks {width: auto; float: right; margin: 3px 0px 0px 0px;}
.filterFrame .rightLinks A {text-decoration: underline;}*/