body {
	font-size: small;
	font-family: Tahoma, Arial, Helvetica, sans-serif; 
	padding: 0;
	margin: 0;
}
a, a:link, a:active, a:visited {
	color: #036103;
	text-decoration: none;
}
a:hover  {
	text-decoration: underline;
}
form {
	margin: 0;
	padding: 0;
}

.main {
	width: auto;
	margin: 2px auto;
	border: 1px solid #e0e0e0;
}
.header {
	
}
.content {
	padding: 5px;
}
.logo {
    width: 200px;
    margin: 150px auto 0;
}
.login {
	width: 200px;
	margin: 20px auto;
	padding: 25px;
	text-align: right;
	border: 5px solid #e0e0e0;
}
.login input.textbox {
	width: 150px;
}
.form-table {
	border: 1px solid #000000;
	border-collapse: collapse;
	margin: 3px auto;
	background-color: #e0e0e0;
}
.form-table th, .form-table td{
	border: 1px solid #000000;
	border-collapse: collapse;
	text-align: left;
}
.form-table input, .form-table select {
	border: none; 
}
.form-table th.section-header {
	text-align: center;
	font-size: large;
	color: #ff0000;
}
.form-table  tr.hidden-tr {
    display: none;
}
.form-table  tr.block-tr {
    display: table-row;
}
.list-table {
	border: 1px solid #e0e0e0;
	border-collapse: collapse;
}
.list-table th, .list-table td{
	border: 1px solid #e0e0e0;
	border-collapse: collapse;
	text-align: left;
}
.list-table input, .list-table select {
	font-size: 11px;
}
.list-table tr.odd {
	background-color: #d9f9d9;
}
.list-table tr.even {
	background-color: #f0fff0;
}
.list-table tr.odd.disabled {
	background-color: #ffa0a0;
}
.list-table tr.even.disabled {
	background-color: #ffd0d0;
}
.list-table tr.odd.selected, .list-table tr.even.selected {
	background-color: #a0d0ff;
}
.list-table td.neschvalena, .list-table td.neschvalena a {
    color: #f00;
}

.footer {
	text-align: center;
	padding: 6px 10px;
}

.reset {
	clear: both;
}
.error {
	color: red;
	text-align: center;
}
input.error, select.error, textarea.error {
    text-align: left;
    border: 1px solid red;
}

input[type="radio"].error {
    box-shadow: 0px 0px 1px 1px red;
}

fieldset {
	margin: 0 auto 15px auto;
    display: inline-block;
}
legend {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.login-box {
	float: right;
	text-align: right;
}

.technicky_pracovnik {
	cursor: pointer;
}

#order_contact {
    background-color: #FF9900;
}
#order_service {
    background-color: #8AE65C;
}
#order_assortment {
    background-color: #85C2FF;
}
#order_vt_montaz {}
#order_reklama_montaz {}
#order_vt_demontaz {}
#order_reklama_demontaz {}
#order_reklama_montaz {}

.ui-widget {
    font-size: 12px;
}

ul.menu {
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;
}
ul.menu li {
    list-style-type: none;
    margin: 0 10px 0 0;
    padding: 0;
    display: inline-block;
}
ul.menu li a {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background-color: #c0ffc0;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: bold;
}

ul.top-menu {
    float: left;
    list-style-type: none;
    margin: 0 0 10px 0;
    padding: 0;    
}
ul.top-menu li {
    list-style-type: none;
    margin: 0 10px 0 0;
    padding: 0;
    display: inline-block;
}
ul.top-menu li a, ul.top-menu li span {
    display: block;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    background-color: #c0ffc0;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: bold;
}
ul.top-menu li a:hover, ul.menu li a:hover {
    background-color: #90ff90;
    text-decoration: none;
}
ul.top-menu li.blue a, ul.menu.blue li a {
    background-color: #b3d1ff;
    color: #003d99;
}
ul.top-menu li.blue a:hover, ul.menu.blue li a:hover {
    background-color: #80b3ff;
}
ul.top-menu li.orange a, ul.menu.orange li a {
    background-color: #ffe79b;
    color: #9e7800;
}
ul.top-menu li.orange a:hover, ul.menu.orange li a:hover {
    background-color: #ffdd72;
}
ul.top-menu li.red a, ul.menu.red li a {
    background-color: rgba(255, 0, 0, 0.20);
    color: #991100;
}
ul.top-menu li.red a:hover, ul.menu.red li a:hover {
    background-color: rgba(255, 0, 0, 0.50);
}
ul.top-menu li span, ul.top-menu li.blue span, ul.top-menu li.orange span {
    background-color: #cccccc;
}

th .chosen-container{
    font-weight: normal;
}

.valid {
    color: green;
}
.invalid {
    color: red;
}
.info {
    color: #009f00;
    text-align: center;
    border: 1px solid #00ff00;
    border-radius: 6px;
    background-color: #e0ffe0;
    padding: 10px;
    margin: 10px 0;
    font-size: larger;
    font-weight: bold;
}
.attachments-container {
    margin: 5px 0;
    padding: 3px;
    border: 1px solid black;
    outline: 2px dashed black;
    outline-offset: -10px;
    min-height: 50px;
}
.attachments-container .attachments-item {
    clear: both;
    padding: 8px;
    background-color: #f8f8f8;
    margin: 5px 0;
    border: 1px solid #ffffff;
    border-radius: 4px;
    display: flow-root;
}
.attachments-container .attachments-item a.btn {
    display: inline-block;
    float: right;
    border: 1px solid #000000;
    border-radius: 4px;
    background-color: #e14f1c;
    text-decoration: none;
    padding: 4px 10px;
    color: #ffffff;
    margin: 0 0 0 10px;
}
.attachments-container .attachments-item a.btn:hover {

}
.attachments-container .attachments-item.removed {
    text-decoration: line-through;
}
.attachments-container .attachments-item.removed a, .attachments-container .attachments-item.removed label {
    display: none;
}
.attachments-container .attachments-item label {
    display: inline-block;
    float: right;
    border: 1px solid #000000;
    border-radius: 4px;
    background-color: #26c6da;
    text-decoration: none;
    padding: 4px 10px;
    color: #ffffff;
}
.attachments-container .attachments-item label input {
    margin: 0;
}
.attachments-container .box__dragndrop {
    display: inline;
}
.attachments-container.is-dragover {
    background-color: grey;
}
/*
#pager-container {
    height: 19px;
    overflow: hidden;
}
#pager-container:hover {
    height: auto;
    overflow: auto;
}
*/
.edit {
    cursor: pointer;
    user-select: none; /* standard syntax */
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */
}
.edit .btn-group {
    float: right;
    padding: 2px 0;
}
.edit .btn-group .btn {
    border-radius: 3px;
    padding: 1px 4px;
    margin: 0 1px;
    text-decoration: none;
}
.edit .btn-group .btn.btn-ok {
    border: 1px solid #508436;
    background: #8ae65c;
    color: #304f20;
}
.edit .btn-group .btn.btn-cancel {
    border: 1px solid #e29393;
    background-color: #efcbcb;
    color: #7d0000;
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#sortable li {
    margin: 0 3px 3px 3px;
    padding: 0.4em;
    padding-left: 1.5em;
    font-size: 1.2em;
}
#sortable li span {
    position: absolute;
    margin-left: -1.3em;
}

input.readonly {
    background-color: #E0E0E0;
}



/* THROBBER-LOADER, 2024 + SK2025*/
#loader {
    margin-left: auto;
    width: 48px;
    margin-right: auto;
    display: inline-block;
}
.loader {
    text-align: center;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: #A0A0A0 #A0A0A0 transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.loader::after,
.loader::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent transparent #FF3D00 #FF3D00;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}
.loader::before {
    width: 32px;
    height: 32px;
    border-color: #000 #000 transparent transparent;
    animation: rotation 1.5s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}
/* END OF THROBBER-LOADER, 2024 + SK2025*/