:focus {
  outline:none;
}

::-moz-focus-inner {
  border:0;
}

::selection {
	background: #ddd;
	color: black;
}

::-moz-selection {
	background: #ddd;
	color: black;
}

::-webkit-selection {
	background: #ddd;
	color: black;
}

::-o-selection {
	background: #ddd;
	color: black;
}

::-webkit-scrollbar {
	width: 7px;
	height: 7px;
}

::-webkit-scrollbar-track {
	background: url("../images/bg.png"), white;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.1) inset;
}

::-webkit-scrollbar-thumb {
	background: #80d82c;
}

::-webkit-scrollbar-thumb:hover {
	background: #73c71a;
}

* {
	margin: 0;
	padding: 0;
	font-family: 'Calibri', 'Helvetica', sans-serif;
}

body {
	background: url("../images/bg.png");
	border-top: 5px solid #73c71a;
}

header {
	border-bottom: 1px solid rgba(0,0,0,.08);
	margin-bottom: 20px;
	background: transparent;
}

footer {
	background: #494949;
	color: white;
}

body.page-lead #gridFilters, 
body.page-klient #gridFilters, 
body.page-objednavka #gridFilters, 
body.page-faktura #gridFilters, 
body.page-lead #columnsConfig, 
body.page-klient #columnsConfig, 
body.page-objednavka #columnsConfig, 
body.page-faktura #columnsConfig
{
        display: none;
}

#loading-spinner {
        text-align: center;
}

#loading-spinner img {
        margin: 0 auto;
        display: block;
}

.clearfix {
        clear: both;
}
.content {
	min-height: 430px;
	padding: 0 20px;
	margin: 0 auto;
	margin-bottom: 60px;
}

.content h1 {
	font-weight: normal;
	color: #555;
	text-align: center;
	margin-bottom: -20px;
	margin-top: 20px;
}

.content h2 {
	font-weight: normal;
	color: #555;
	font-size: 28px;
}

table {
	width: 100%;
}

header, .content, footer {
	min-width: 960px;
}

header h1 {
	background: url("../images/logo.png") no-repeat;
	width: 190px;
	height: 76px;
	text-indent: -9999px;
}

footer a {
	color: white;
}

footer {
	font-size: 13px!important;
}

.kontakt, nav {
	background: #80d82c;
	background: -webkit-linear-gradient(90deg, #80d82c, #73c71a);
	background: -moz-linear-gradient(90deg, #80d82c, #73c71a);
	background: -o-linear-gradient(90deg, #80d82c, #73c71a);
	background: -ms-linear-gradient(90deg, #80d82c, #73c71a);
	background: linear-gradient(90deg, #80d82c, #73c71a);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

nav {
	margin: 20px 0;
	position: relative;
	top: 20px;
	float: left;
	width: 100%;
	border-radius: 10px;
	margin-bottom: 40px;
}

nav a {
	text-shadow: 0 1px 2px rgba(0,0,0,.2);
	border-right: 1px solid rgba(0,0,0,.05);
	padding: 15px 20px;
	margin-left: -10px;
	color: white;
	-webkit-transition: background .8s;
	-moz-transition: background .8s;
	-o-transition: background .8s;
	-ms-transition: background .8s;
	transition: background .8s;
	text-decoration: none;
	float: left;
}

nav a:hover {
	background: rgba(0,0,0,.2);
}

nav a:first-child {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	margin-left: 1px;
}

nav span {
	float: right;
	color: white;
	line-height: 52px;
	margin-right: 25px;
	text-shadow: 0 1px 2px rgba(0,0,0,.2);
}

table th {
	background: #80d82c;
	color: white;
	font-weight: normal;
	text-shadow: 0 1px 2px rgba(0,0,0,.2);
}

table td, table th {
	padding: 5px;
}

table {
	background: white;
}

table tr:nth-child(2n+1) {
	background: rgba(0,0,0,.03);
}

input[type="submit"] {
	background: #555!important;
	border: none;
	color: white;
	cursor: pointer;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-o-transition: background .3s;
	-ms-transition: background .3s;
	transition: background .3s;
	font-size: 16px;
	padding: 5px;
}
input.green[type="submit"]{
    background: #80d82c!important;
}
input[type="submit"][disabled]{
    background: #aaa!important;
    cursor: not-allowed;
}

input.button, button {
	background: #80d82c!important;
	color: white;
	cursor: pointer;
	-webkit-transition: background .3s;
	-moz-transition: background .3s;
	-o-transition: background .3s;
	-ms-transition: background .3s;
	transition: background .3s;
	font-size: 16px;
}

button {
	border: none;
	text-shadow: 0 1px 2px rgba(0,0,0,.2);
}

a {
	color: #555;
}

table {
	margin-top: 15px;
}

fieldset {
	padding: 15px 0;
}

button, input[type="submit"] {
	padding: 5px;
}

.footer-left {
	float: left;
	width: 45%;
	margin-left: 20px;
}

.footer-right {
	float: right;
	width: 45%;
	text-align: right;
	margin-right: 25px;
}

footer {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30px;
	float: left;
	padding: 0;
	margin: 0;
	padding-top: 10px;
}

#selectService {
	width: 100%;
	position: relative;
	margin-top: 20px;
}

#selectService button {
	width: 250px!important;
	height: 250px!important;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-o-transition: all .8s;
	-ms-transition: all .8s;
	transition: all .8s;
	font-size: 20px;
	margin-bottom: 3px;
	background: white!important;
	border: 1px solid #ddd;
	color: #555!important;
	text-shadow: none;
	border-top: 3px solid #ccc;
	border-radius: 5px;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

#selectService button:hover {
	border-top: 3px solid #80d82c;
}

fieldset span.addFilter {
	margin-bottom: 10px;
	float: left;
}

fieldset {
	margin: 15px 0;
}

fieldset legend {
	padding: 0 10px;
}

table {
	border: 1px solid #aaa!important;
}

#accountEdit {
	margin-bottom: 80px;
	float: left;
	width: 100%;
}

#accountEdit form {
        display: block;
        overflow: hidden;
        margin-bottom: 10px;
}

#accountEdit label {
	float: left;
	margin-right: 20px;
	clear: both;
}

#accountEdit input {
	float: left;
	margin-bottom: 10px;
	clear: both;
}

.icon_s1,.icon_s2 ,.icon_s3 ,.icon_s4, .icon_s28, .icon_s29, .icon_s30, .icon_s31 {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	margin-bottom: 15px;
	margin-top: -15px;
	-webkit-transition: background .5s;
	-moz-transition: background .5s;
	-o-transition: background .5s;
	-ms-transition: background .5s;
	transition: background .5s;
}

.icon_s1 {
	background: url("../images/icon1.png") no-repeat;
}

.serviceSelectBtn:hover .icon_s1 {
	background: url("../images/icon1-after.png") no-repeat;
}

.icon_s2 {
	background: url("../images/icon2.png") no-repeat;
}

.serviceSelectBtn:hover .icon_s2 {
	background: url("../images/icon2-after.png") no-repeat;
}

.icon_s3 {
	background: url("../images/icon3.png") no-repeat;
}

.serviceSelectBtn:hover .icon_s3 {
	background: url("../images/icon3-after.png") no-repeat;
}

.icon_s4 {
	background: url("../images/icon4.png") no-repeat;
}

.serviceSelectBtn:hover .icon_s4 {
	background: url("../images/icon4-after.png") no-repeat;
}

.icon_s28, .icon_s29 , .icon_s30, .icon_s31 {
	background: url("../images/iconCsob.png") no-repeat;
	width: 133px;
}


#row_zodpovedny_uzivatel select {
	padding: 7px 0;
	margin-bottom: 10px;
}

.detail, .edit {
	margin-bottom: 80px;
	position: relative;
}

.detail b, .edit label, .detail label, .edit b {
	position: relative;
	margin-top: 10px;
	float: left;
	width: 100%;
}

td.row_report * {
	text-indent: 0!important;
	margin:0;
	padding: 0;
}

select, input {
	margin: 5px 0!important;
	width: 80%!important;
	background: white!important;
	border: 1px solid #999!important;
	font-size: 16px;
}

input {
	padding: 8px 0!important;
}

select {
	padding: 0;
	text-indent: 0!important;
	height: 37px!important;
	line-height: 37px!important;
}

form input[type="submit"] {
	width: 400px!important;
}
form input.smaller[type="submit"] {
	width: 150px!important;
}

fieldset input {
	width: 15px!important;
}

input[readonly], select[readonly], textarea[readonly], input[disabled], select[disabled], textarea[disabled]{
    opacity: 0.6;
    background: #ddd!important;
}
input.hasDatepicker{
    background-color: white!important;
    border: 1px solid #999!important;
    color:black!important;
    opacity:1!important;
    background-image: url('../images/datepicker.png') !important;
    background-repeat: no-repeat!important;
    background-position: calc(100% - 10px) center!important;
    background-size: 20px 20px!important;
}

.ui-datepicker-current {
	display: none;
}

input[type=submit][disabled], button[disabled]{
    opacity: 0.6;
}

fieldset input[type="submit"] {
	float: left;
	background: red;
	margin-left: 10px;
	width: auto!important;
	padding: 5px!important;
	margin-right: 15px!important;
	text-indent: 0;
}

input[type="submit"]:hover {
	background: #373737!important;
}

form#frm-signInForm {
	width: 400px!important;
	margin: 0 auto!important;
	margin-top: 40px!important;
	background: white!important;
	border-radius: 20px!important;
	padding: 30px!important;
	border: 1px solid #e3e3e3!important;
}

form#frm-signInForm input {
	padding: 8px 0!important;
	margin: 5px 0!important;
	width: 100%!important;
	padding-left: 10px!important;
	background: white!important;
	border: 1px solid #e3e3e3!important;
}
form#frm-signInForm input[type="submit"]
{
        background: #80d82c !important;
        color: white;
}

input {
	padding: 8px!important;
}

input.time-field {
        width: 40px!important;
        float: left;
        margin-right: 5px!important;
}

form#frm-signInForm {
	position: relative;
}

.input input#frmsignInForm-remember {
	width: 13px!important;
	height: 13px!important;
	margin-right: 5px!important;
	float: left!important;
}

form#frm-signInForm label {
	width: 80%!important;
}
form#frm-signInForm label#frm-signInForm-remember,
form#frm-signInForm #frm-signInForm-remember {
        width: auto !important;
}
form#frm-signInForm #frm-signInForm-remember {
        margin-right: 10px !important;
}
form#frm-signInForm label {
	font-weight: normal;
}

form#frm-signInForm input.button:hover {
	background: #73c71a!important;
}

form#frm-signInForm input.button {
	background: #73c71a!important;
}

input[type="checkbox"] {
	width: 15px!important;
	border: none!important;
}

.reportSection {
	background: white!important;
	border: 1px solid #e3e3e3;
	width: 1000px;
	margin: 5px 0;
}

.reportSection .row{
	background: white!important;
	border: 1px solid #e3e3e3;
    padding: 10px;
	width: 980px;
	margin: 5px 0 20px;
}

.reportSection b, .reportSection label {
	margin-top: 10px;
}

.revisionTableHeader {
	background: #80d82c;
	color: white;
	text-shadow: 0 1px 2px rgba(0,0,0,.2);
	border: none;
}

fieldset label {
	font-weight: normal;
}

fieldset input[type="submit"] {
	background: red;
	position: relative;
	left: 10px;
}

table.collision {
	width: 960px;
	margin: 0 auto;
	margin-top: 20px;
}

table.collision a {
	color: white!important;
}

table.collision th {
	background: #333;
	text-indent: 15px;
	color: white;
	text-shadow: none;
}

th.collisionLeft {
	background: #494949!important;
	text-align: left!important;
	text-indent: 15px;
}


.row label.changed{
    background: #ddffdd!important;
    padding: 5px;
}
.row label.changed:after{
    content: " (Neuloženo)";
}
.row label.empty{
    background: #ffdddd!important;
    padding: 5px;
}
.row label.empty:after{
    content: " (Nevyplněno)";
}

.sectionState{
    display: inline-block;
    padding: 3px;
    margin: 0 20px;
    width: 100px;
    text-align: center;
}
.sectionState.full{
    background: #ddffdd!important;
}
.sectionState.partial{
    background: #ffffdd!important;
}
.sectionState.empty{
    background: #ffdddd!important;
}

span#openAll, span#closeAll {
	margin-left: 10px;
}

.documents h3 {
    margin-left: 20px;
}

.documents ul {
    margin-bottom: 10px;
    list-style-type: none;
}

.documents ul li {
    margin-left: 40px;
}

.documents .mapa {
    margin-left: 40px;
    margin-bottom: 10px;
}

table.support {
	width: 1000px;
	margin-left: 50px;
}

.support ul {
    margin-left: 25px;
    text-align: left;
    line-height: 15px!important;
}

.support td.contact {
	width: 270px;
}

a.allRecords {
	margin-left: 20px;
}