@import url(reset.css);
@import url(fonts.css);

.clearfix:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix { display: inline-block }
.clearfix { display: block }

body {
    background: #6d727a;
    text-align: center;
}

.final p { margin: 8px 0 0 0 }
.final h1, .final h2, .final h3 {
    border-left: 5px solid #59595b;
    padding: 5px 0 5px 5px;
    margin: 20px 0 0 0;
}
.final h1 { padding: 4px 0 7px 5px; line-height: 1.2 }
.final h2 { clear: both }

.final ol, .final ul { margin: 8px 0 0 20px }
.final ol { padding-left: 4px }

.final .wrapper {
    background: #fff;
    /*width: 900px;*/
    width: 1200px;
    margin: 20px auto;
    padding: 25px 30px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.4);
    text-align: left;
}

.final .header {
    /*width: 900px;*/
	width: 1200px;
    height: 130px;
    border-bottom: 3px solid #59595b;
	margin-bottom: 10px;
}

.final a.logo, .final a.logo:visited, .final a.logo:hover, .final a.logo:focus {
    width: 220px;
    height: 105px;
    float: left;
}

.final .tagline {
    float: right;
    clear: right;
    margin-top: 3px;
}

.final .header-nav {
    float: right;
    clear: right;
    /*width: 670px;*/
	width: 980px;
    height: 38px;
    margin-top: 35px!important;
}

.final .header-nav ul {
    float: right;
    margin: 0;
}

.final .header-nav ul li {
    float: left;
    display: block;
    height: 38px;
}

.final .header-nav ul li a, .final .header-nav ul li a:visited {
    display: block;
    height: 35px;
    padding: 0 7px!important;
    background: #b5d334;
    border-radius: 5px 5px 0 0;
    margin-left: 3px;
    transition: background 0.5s, height 0.2s, line-height 0.1s;
}

.final .header-nav ul li a:hover, .final .header-nav ul li a:focus, .final .header-nav ul li.nav-path-selected a {
    height: 38px;
    background: #73797c;
}

.final .header-nav ul li a {
	font-size: 12px !important;
}

.final .sidebar {
    float: left;
    width: 320px;
    margin-right: 20px;
}

.final .sidebar-nav {
	min-height: 580px;
}
/*.final .sidebar-nav ul { margin: 0 }

.final .sidebar-nav ul li a, .final .sidebar-nav ul li a:visited {
    display: block;
    background: url(../images/left_menu_sprite.png) no-repeat;
    width: 219px;
    padding-top: 92px;
    margin-bottom: 10px;
    text-align: left;
}

.final .sidebar-nav ul li.gerard a { background-position: 0 0 }
.final .sidebar-nav ul li.delta a { background-position: -219px -90px }
.final .sidebar-nav ul li.novatik a { background-position: -438px -180px }
*/
.final .user-data {
    border-top: 3px solid #59595b;
    padding-top: 5px;
    margin-top: 20px;
}

.final .user-data p {
    margin: 5px 0 0 0;
}

.final .user-data p:first-child { margin: 0 }

.final a.login, .final a.login:visited,
.final a.logout, .final a.logout:visited,
.final input[type="submit"] {
    border: none;
    display: inline-block;
    background: #b5d334;
    padding: 6px 16px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    transition: background 0.2s, box-shadow 0.2s;
    cursor: pointer;
}

.final a.login:hover, .final a.login:focus,
.final a.logout:hover, .final a.logout:focus,
.final input[type="submit"]:hover, .final input[type="submit"]:focus {
    background: #73797c;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
}

.final .content {
    float: left;
    /*width: 661px;*/
    width: 860px;
	/*padding: 0 30px;*/
}

.final .footer {
    /*width: 900px;*/
	width: 1200px;
    border-top: 3px solid #59595b;
    clear: both;
    float: left;
    margin-top: 20px;
    padding-top: 20px;
}

.final .footer .credits {
    float: left;
    padding-top: 8px;
}

.final .footer .address {
    float: right;
}

.final a.zoomImage, .final a.zoomImage:visited {
    width: 126px;
/*    height: 167px;*/
    display: block;
    float: right;
    margin-left: 20px;
    border: 3px solid #9c6e94;
    line-height: 0;
    transition: border-color 0.2s;
}

.final a.zoomImage:hover, .final a.zoomImage:focus { border-color: #723067 }

.final .row {
    float: left;
    clear: both;
    margin-top: 7px;
    width: 100%
}

.final input[type="text"], .final input[type="password"], .final select, .ccm-input-date {
    height: 21px;
    border: 1px solid #bdbdbd;
    padding: 1px 2px;
    background: url(../images/txt_background.png) repeat-x;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.3) inset, 0 1px 3px rgba(0, 0, 0, 0.12);
    transition: box-shadow 0.2s, border-color 0.2s;
    float: left;
    width: 60%;
}

.final label {
    height: 21px;
    padding: 2px 0;
    cursor: pointer;
    float: left;
    width: 38%;
}

.final label.short {
    width: auto;
    margin-right: 5px;
}

.final label.narrow {
    /*font-family: "Roboto Condensed", sans-serif;*/
	font-family: work-sans-light;
    font-weight: 300;
    color: #9a9a9a;
    width: auto;
    margin-left: 5px;
}

.final label.date-separator {
    width: auto;
    margin-left: 3px;
    margin-right: 3px;
}

.final input[type="text"].short {
    width: 35px;
    text-align: center;
}

.final input[type="text"].invoice {
    width: 18%;
    margin-right: 30px;
}

.final select {
    padding: 1px 1px 1px 0;
    height: 25px;
}

.final option { padding: 2px }

.final input[type="text"]:hover, .final input[type="text"]:focus,
.ccm-input-date:hover, .ccm-input-date:focus,
.final input[type="password"]:hover, .final input[type="password"]:focus,
.final select:hover, .final select:focus {
    border-color: #9c6e94;
    box-shadow: 0 2px 2px -2px rgba(0, 0, 0, 0.5) inset, 0 1px 3px rgba(0, 0, 0, 0.4);
}

.final form { padding: 10px 0 0 0 }

.final .language-selection {
    float: right;
    height: 18px;
}

p.validation-errors-title, p.attention {
    color: #cc1313;
    /*font-family: "Roboto Condensed", sans-serif;*/
    font-family: work-sans-light;
    font-weight: 700;
}

p.attention {
    font-weight: 700;
    color: #ff7600;
}

ul.validation-errors { margin-left: 0 }

ul.validation-errors li {
   /* font-family: "Roboto Condensed", sans-serif;*/
    font-family: work-sans-light;
    font-weight: 400;
    list-style-type: none;
    color: #cc1313;
    margin-bottom: 5px;
}

ul.validation-errors li:before {
    /*font-family: "Roboto", sans-serif;*/
	font-family: work-sans-light;
    font-weight: 700;
    content: '!';
    margin-right: 5px;
    background: #cc1313;
    color: #fff;
    padding: 0 8px;
    border-radius: 15px;
}

table.form-submission, table.certificate-listing {
    /*font-family: "Roboto Condensed", sans-serif;*/
    font-family: work-sans-light;
   /* color: #5C5C5C;*/
	color:rgba(0, 0, 0, 0.8);
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    border: none;
    margin-top: 10px;
	table-layout: fixed;
}

table.form-submission tr td, table.certificate-listing tr th, table.certificate-listing tr td {
    border: 2px solid #fff;
    padding: 5px 8px;
    background: #f5f5f5;
}

table.certificate-listing tr th, table.certificate-listing tr td {
    padding: 5px;
}

table.form-submission tr td:first-child, table.certificate-listing tr th {
    font-weight: 400;
    background: #b5d334;
    width: 35%;
}

table.certificate-listing tr th {
    width: auto;
    vertical-align: middle;
	text-align: center;
}

table.certificate-listing tr td {
    vertical-align: middle;
    transition: background 0.2s;
}

table.certificate-listing tr:hover td {
    background: #ffffea;
}

.guarantee-number {
    background: #bbe8c2;
    padding: 0 5px;
    color: #0c7c1d;
    font-weight: 700;
}

.certificate-pagination {
    float: left;
    margin: 10px 0;
    width: 100%;
}

.certificate-pagination ul {
    list-style-type: none;
    margin: 0;
    float: left;
}

.certificate-pagination ul li.btn,
.certificate-pagination ul li.btn ul li a,
.certificate-info a.btn,
.certificate-info a.btn:visited,
.export-list a.btn,
.export-list a.btn:visited {
    background: #73797c;
    color: #fff;
    font-size: 12px;
    border: none;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    display: inline-block;
    padding: 6px 16px;
    transition: background 0.2s, box-shadow 0.2s;
}

.certificate-pagination ul li.btn ul li a {
    width: 60px;
    text-align: center;
}

.certificate-pagination ul li.btn:hover,
.certificate-pagination ul li.btn:focus,
.certificate-pagination ul li.btn ul li a:hover,
.certificate-pagination ul li.btn ul li a:focus,
.certificate-info a.btn:hover,
.certificate-info a.btn:focus,
.export-list a.btn:hover,
.export-list a.btn:focus {
    background: #b5d334;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.5);
    text-decoration: none;
}

.certificate-pagination ul li.btn img {
    margin-left: 10px;
}

.certificate-pagination ul li.btn ul {
    display: none;
    position: absolute;
    z-index: 100000;
    margin: 0 0 0 50px;
}

.certificate-pagination ul li.btn:hover ul {
    display: block;
}

.certificate-pagination form {
    float: left;
    padding: 0;
    margin: 2px 0 0 20px;
}

.certificate-pagination form label {
    width: auto;
}

.certificate-pagination form input[type="text"] {
    width: 30px;
    text-align: center;
    margin: 0 5px;
}

.certificate-listing a, .certificate-listing a:visited {
    color: #069cfa;
}

.certificate-listing img {
    cursor: pointer;
}

.certificate-listing a:hover {
    color: #723067;
}

/*
.certificate-info .validated, .certificate-info .not-validated {
    background: #CFF5DE;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
    display: inline-block;
}

.certificate-info .not-validated {
    background: #ffa8a8;
}
*/

.certificate-info .validated, .certificate-info .not-validated, .certificate-info .anulled {
    height: 30px;
    line-height: 30px;
    padding-left: 35px;
}

.certificate-info .validated {
    background: url(../images/validated_28.png) no-repeat left center;
    color: #419637;
}

.certificate-info .not-validated {
    background: url(../images/not_validated_28.png) no-repeat left center;
    color: #ffa209;
}

.certificate-info .anulled {
    background: url(../images/anulled_28.png) no-repeat left center;
    color: #bc3333;
}

.form-submission .certificate-table-title {
    background: #723067 !important;
    color: #fff;
    font-size: 16px;
    padding: 8px;
}

.certificate-actions a.btn { margin-left: 5px }
.certificate-actions a.btn:first-child { margin-left: 0 }

.export-list {
    float: right;
}

.export-list p {
    margin: 0;
}

.export-list a.btn {
    float: right;
}

#recaptcha {
    margin-top: 10px;
}

#recaptcha a {
    float: left;
    display: inline-block;
    cursor: pointer;
    margin: 24px 21px 0 0;
}

#recaptcha a img {
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12);
    padding: 5px;
}

#recaptcha .r-response {
    float: left;
    display: block;
    width: 330px;
}

#recaptcha label, #recaptcha input[type="text"] {
    float: none;
    display: block;
    width: auto;
    margin: 0;
    text-align: left;
}

#recaptcha label {
    height: auto;
}



.garantii-novatik{
	margin-top: 20px;
	text-align: center;
	font-size: 12px;
	/*font-family: "Roboto",sans-serif;*/
	font-family: work-sans-light;
	width: 100%;
}
.garantii-novatik  td{
	padding: 3px!important;
	border: 1px solid #000;
	vertical-align: middle;
}

.garantii-novatik tr:first-child{
	background-color: #b5d334;
	color:#fff;
}
.garantii-novatik tr:first-child  td{
	padding: 5px!important;
}

.fieldset {
    display:              block;
    margin-inline-start:  2px;
    margin-inline-end:    2px;
    padding-block-start:  0.35em;
    padding-inline-start: 0.75em;
    padding-inline-end:   0.75em;
    padding-block-end:    0.625em;
    min-inline-size:      min-content;
    border-width:         1px;
    border-style:         groove;
    border-color:       rgb(192, 192, 192);
    border-image:         initial;
}

.fieldset legend {
    padding:        5px 20px;
    background:   white;
    border-width:   1px;
    border-style:   groove;
    border-color: rgb(192, 192, 192);
    border-image:   initial;
    font-family:    work-sans-light, sans-serif;
}
