/* @override http://starter.local/inc/css/default.css
	http://intersib.local/inc/css/intersib.css */

/* @group Resetter */

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td
{ margin: 0; padding: 0; }

a img { border: 0; }

/* @end */
/* @group Twitter Bootstrap */

/* @group Tables */

table {
width: 100%;
margin-bottom: 18px;
padding: 0;
border-collapse: collapse;
*border-collapse: collapse;
/* IE7, collapse table to remove spacing */

font-size: 13px;
border: 1px solid #ddd;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
table th, table td {
padding: 10px 10px 9px;
line-height: 18px;
text-align: left;
}
table th {
padding-top: 9px;
font-weight: bold;
vertical-align: middle;
background: #f5f5f5;
border-bottom: 3px solid #ddd;
}
table td {
vertical-align: top;
}
table th + th, table td + td {
border-left: 1px solid #ddd;
}
table tr + tr td {
border-top: 1px solid #ddd;
}
table tbody tr:first-child td:first-child {
-webkit-border-radius: 4px 0 0 0;
-moz-border-radius: 4px 0 0 0;
border-radius: 4px 0 0 0;
}
table tbody tr:first-child td:last-child {
-webkit-border-radius: 0 4px 0 0;
-moz-border-radius: 0 4px 0 0;
border-radius: 0 4px 0 0;
}
table tbody tr:last-child td:first-child {
-webkit-border-radius: 0 0 0 4px;
-moz-border-radius: 0 0 0 4px;
border-radius: 0 0 0 4px;
}
table tbody tr:last-child td:last-child {
-webkit-border-radius: 0 0 4px 0;
-moz-border-radius: 0 0 4px 0;
border-radius: 0 0 4px 0;
}
.zebra-striped tbody tr:nth-child(odd) td {
background-color: #f9f9f9;
}
.zebra-striped tbody tr:nth-child(even) td {
background-color: #eff0df;
}
.zebra-striped tbody tr:hover td {
background-color: #f5f5f5;
}
table .header {
/*cursor: pointer;*/
}
table .header:after {
content: "";
float: right;
margin-top: 7px;
border-width: 0 4px 4px;
border-style: solid;
border-color: #000 transparent;
visibility: hidden;
}
table .headerSortUp, table .headerSortDown {
background-color: rgba(141, 192, 219, 0.25);
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
table .header:hover:after {
visibility: visible;
}
table .headerSortDown:after, table .headerSortDown:hover:after {
visibility: visible;
filter: alpha(opacity=60);
-khtml-opacity: 0.6;
-moz-opacity: 0.6;
opacity: 0.6;
}
table .headerSortUp:after {
border-bottom: none;
border-left: 4px solid transparent;
border-right: 4px solid transparent;
border-top: 4px solid #000;
visibility: visible;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
filter: alpha(opacity=60);
-khtml-opacity: 0.6;
-moz-opacity: 0.6;
opacity: 0.6;
}
table .blue {
color: #049cdb;
border-bottom-color: #049cdb;
}
table .headerSortUp.blue, table .headerSortDown.blue {
background-color: #ade6fe;
}
table .green {
color: #46a546;
border-bottom-color: #46a546;
}
table .headerSortUp.green, table .headerSortDown.green {
background-color: #cdeacd;
}
table .red {
color: #9d261d;
border-bottom-color: #9d261d;
}
table .headerSortUp.red, table .headerSortDown.red {
background-color: #f4c8c5;
}
table .yellow {
color: #ffc40d;
border-bottom-color: #ffc40d;
}
table .headerSortUp.yellow, table .headerSortDown.yellow {
background-color: #fff6d9;
}
table .orange {
color: #f89406;
border-bottom-color: #f89406;
}
table .headerSortUp.orange, table .headerSortDown.orange {
background-color: #fee9cc;
}
table .purple {
color: #7a43b6;
border-bottom-color: #7a43b6;
}
table .headerSortUp.purple, table .headerSortDown.purple {
background-color: #e2d5f0;
}

table th a {
	font-size: 14px;
	color: #333 !important;
	text-shadow: 0 1px 0 #fff;
}
table td a:link,
table td a:visited {
	text-decoration: none;
}
table td a:hover,
table td a:focus,
table td a:active {
	text-decoration: underline;
}

table.horizontal th {
	border-width: 1px;
	border-right: 3px solid #ddd;
}

/* @end */

/* @group Forms */

/* Forms & Buttons from https://github.com/twitter/bootstrap/blob/master/bootstrap.css */

form {
margin-bottom: 18px;
}
fieldset {
margin-bottom: 18px;
padding-top: 18px;
}
fieldset legend {
display: block;
padding-left: 150px;
font-size: 19.5px;
line-height: 1;
color: #404040;
*padding: 0 0 5px 145px;
/* IE6-7 */

*line-height: 1.5;
/* IE6-7 */

}
form .clearfix {
margin-bottom: 18px;
zoom: 1;
}
form .clearfix:before, form .clearfix:after {
display: table;
content: "";
zoom: 1;
*display: inline;
}
form .clearfix:after {
clear: both;
}
label,
input,
select,
textarea {
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 13px;
font-weight: normal;
line-height: normal;
}
label {
padding-top: 6px;
font-size: 13px;
line-height: 18px;
float: left;
width: 130px;
text-align: right;
color: #404040;
}
form .input {
margin-left: 150px;
}
input[type=checkbox], input[type=radio] {
cursor: pointer;
}
input,
textarea,
select,
.uneditable-input {
display: inline-block;
width: 210px;
height: 18px;
padding: 4px;
font-size: 13px;
line-height: 18px;
color: #808080;
border: 1px solid #ccc;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
/* mini reset for non-html5 file types */
input[type=checkbox], input[type=radio] {
width: auto;
height: auto;
padding: 0;
margin: 3px 0;
*margin-top: 0;
/* IE6-7 */

line-height: normal;
border: none;
}
input[type=file] {
background-color: #ffffff;
padding: initial;
border: initial;
line-height: initial;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
input[type=button], input[type=reset], input[type=submit] {
width: auto;
height: auto;
}
select, input[type=file] {
height: 27px;
line-height: 27px;
*margin-top: 4px;
/* For IE7, add top margin to align select with labels */

}
select[multiple] {
height: inherit;
}
textarea {
height: auto;
}
.uneditable-input {
background-color: #ffffff;
display: block;
border-color: #eee;
-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.025);
cursor: not-allowed;
}
:-moz-placeholder {
color: #bfbfbf;
}
::-webkit-input-placeholder {
color: #bfbfbf;
}
input, textarea {
-webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
-moz-transition: border linear 0.2s, box-shadow linear 0.2s;
-ms-transition: border linear 0.2s, box-shadow linear 0.2s;
-o-transition: border linear 0.2s, box-shadow linear 0.2s;
transition: border linear 0.2s, box-shadow linear 0.2s;
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}
input:focus, textarea:focus {
outline: 0;
border-color: rgba(82, 168, 236, 0.8);
-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
-moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1), 0 0 8px rgba(82, 168, 236, 0.6);
}
input[type=file]:focus, input[type=checkbox]:focus, select:focus {
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
outline: 1px dotted #666;
}
form div.clearfix.error {
background: #fae5e3;
padding: 10px 0;
margin: -10px 0 10px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
form div.clearfix.error > label, form div.clearfix.error span.help-inline, form div.clearfix.error span.help-block {
color: #9d261d;
}
form div.clearfix.error input, form div.clearfix.error textarea {
border-color: #c87872;
-webkit-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
-moz-box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
}
form div.clearfix.error input:focus, form div.clearfix.error textarea:focus {
border-color: #b9554d;
-webkit-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
-moz-box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
box-shadow: 0 0 6px rgba(171, 41, 32, 0.5);
}
form div.clearfix.error .input-prepend span.add-on, form div.clearfix.error .input-append span.add-on {
background: #f4c8c5;
border-color: #c87872;
color: #b9554d;
}
.input-mini,
input.mini,
textarea.mini,
select.mini {
width: 60px;
}
.input-small,
input.small,
textarea.small,
select.small {
width: 90px;
}
.input-medium,
input.medium,
textarea.medium,
select.medium {
width: 150px;
}
.input-large,
input.large,
textarea.large,
select.large {
width: 210px;
}
.input-xlarge,
input.xlarge,
textarea.xlarge,
select.xlarge {
width: 270px;
}
.input-xxlarge,
input.xxlarge,
textarea.xxlarge,
select.xxlarge {
width: 530px;
}
textarea.xxlarge {
overflow-y: auto;
}
input.span1, textarea.span1, select.span1 {
display: inline-block;
float: none;
width: 30px;
margin-left: 0;
}
input.span2, textarea.span2, select.span2 {
display: inline-block;
float: none;
width: 90px;
margin-left: 0;
}
input.span3, textarea.span3, select.span3 {
display: inline-block;
float: none;
width: 150px;
margin-left: 0;
}
input.span4, textarea.span4, select.span4 {
display: inline-block;
float: none;
width: 210px;
margin-left: 0;
}
input.span5, textarea.span5, select.span5 {
display: inline-block;
float: none;
width: 270px;
margin-left: 0;
}
input.span6, textarea.span6, select.span6 {
display: inline-block;
float: none;
width: 330px;
margin-left: 0;
}
input.span7, textarea.span7, select.span7 {
display: inline-block;
float: none;
width: 390px;
margin-left: 0;
}
input.span8, textarea.span8, select.span8 {
display: inline-block;
float: none;
width: 450px;
margin-left: 0;
}
input.span9, textarea.span9, select.span9 {
display: inline-block;
float: none;
width: 510px;
margin-left: 0;
}
input.span10, textarea.span10, select.span10 {
display: inline-block;
float: none;
width: 570px;
margin-left: 0;
}
input.span11, textarea.span11, select.span11 {
display: inline-block;
float: none;
width: 630px;
margin-left: 0;
}
input.span12, textarea.span12, select.span12 {
display: inline-block;
float: none;
width: 690px;
margin-left: 0;
}
input.span13, textarea.span13, select.span13 {
display: inline-block;
float: none;
width: 750px;
margin-left: 0;
}
input.span14, textarea.span14, select.span14 {
display: inline-block;
float: none;
width: 810px;
margin-left: 0;
}
input.span15, textarea.span15, select.span15 {
display: inline-block;
float: none;
width: 870px;
margin-left: 0;
}
input.span16, textarea.span16, select.span16 {
display: inline-block;
float: none;
width: 930px;
margin-left: 0;
}
input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
background-color: #f5f5f5;
border-color: #ddd;
cursor: not-allowed;
}
.actions {
background: #f5f5f5;
margin-top: 18px;
margin-bottom: 18px;
padding: 17px 20px 18px 150px;
border-top: 1px solid #ddd;
-webkit-border-radius: 0 0 3px 3px;
-moz-border-radius: 0 0 3px 3px;
border-radius: 0 0 3px 3px;
}
.actions .secondary-action {
float: right;
}
.actions .secondary-action a {
line-height: 30px;
}
.actions .secondary-action a:hover {
text-decoration: underline;
}
.help-inline, .help-block {
font-size: 11px;
line-height: 18px;
color: #bfbfbf;
}
.help-inline {
padding-left: 5px;
*position: relative;
/* IE6-7 */

*top: -5px;
/* IE6-7 */

}
.help-block {
display: block;
max-width: 600px;
}
.inline-inputs {
color: #808080;
}
.inline-inputs span, .inline-inputs input {
display: inline-block;
}
.inline-inputs input.mini {
width: 60px;
}
.inline-inputs input.small {
width: 90px;
}
.inline-inputs span {
padding: 0 2px 0 1px;
}

.inline-inputs label {
	padding-left: 24px;
width: auto;
}
		
.input-prepend input, .input-append input {
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
}
.input-prepend .add-on, .input-append .add-on {
position: relative;
background: #f5f5f5;
border: 1px solid #ccc;
z-index: 2;
float: left;
display: block;
width: auto;
min-width: 16px;
height: 18px;
padding: 4px 4px 4px 5px;
margin-right: -1px;
font-weight: normal;
line-height: 18px;
color: #bfbfbf;
text-align: center;
text-shadow: 0 1px 0 #ffffff;
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.input-prepend .active, .input-append .active {
background: #a9dba9;
border-color: #46a546;
}
.input-prepend .add-on {
*margin-top: 1px;
/* IE6-7 */

}
.input-append input {
float: left;
-webkit-border-radius: 3px 0 0 3px;
-moz-border-radius: 3px 0 0 3px;
border-radius: 3px 0 0 3px;
}
.input-append .add-on {
-webkit-border-radius: 0 3px 3px 0;
-moz-border-radius: 0 3px 3px 0;
border-radius: 0 3px 3px 0;
margin-right: 0;
margin-left: -1px;
}
.inputs-list {
margin: 0 0 5px;
width: 100%;
}
.inputs-list li {
display: block;
padding: 0;
width: 100%;
}
.inputs-list label {
display: block;
float: none;
width: auto;
padding: 0;
line-height: 18px;
text-align: left;
white-space: normal;
}
.inputs-list label strong {
color: #808080;
}
.inputs-list label small {
font-size: 11px;
font-weight: normal;
}
.inputs-list .inputs-list {
margin-left: 25px;
margin-bottom: 10px;
padding-top: 0;
}
.inputs-list:first-child {
padding-top: 6px;
}
.inputs-list li + li {
padding-top: 2px;
}
.inputs-list input[type=radio], .inputs-list input[type=checkbox] {
margin-bottom: 0;
}
.form-stacked {
padding-left: 20px;
}
.form-stacked fieldset {
padding-top: 9px;
}
.form-stacked legend {
padding-left: 0;
}
.form-stacked label {
display: block;
float: none;
width: auto;
font-weight: bold;
text-align: left;
line-height: 20px;
padding-top: 0;
}
.form-stacked .clearfix {
margin-bottom: 9px;
}
.form-stacked .clearfix div.input {
margin-left: 0;
}
.form-stacked .inputs-list {
margin-bottom: 0;
}
.form-stacked .inputs-list li {
padding-top: 0;
}
.form-stacked .inputs-list li label {
font-weight: normal;
padding-top: 0;
}
.form-stacked div.clearfix.error {
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
margin-top: 0;
margin-left: -10px;
}
.form-stacked .actions {
margin-left: -20px;
padding-left: 20px;
}

/* @end */

/* @group Buttons */

.btn.danger,
.alert-message.danger,
.btn.danger:hover,
.alert-message.danger:hover,
.btn.error,
.alert-message.error,
.btn.error:hover,
.alert-message.error:hover,
.btn.success,
.alert-message.success,
.btn.success:hover,
.alert-message.success:hover,
.btn.info,
.alert-message.info,
.btn.info:hover,
.alert-message.info:hover {
color: #ffffff;
}
.btn.danger,
.alert-message.danger,
.btn.error,
.alert-message.error {
background-color: #c43c35;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
background-image: linear-gradient(top, #ee5f5b, #c43c35);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #c43c35 #c43c35 #882a25;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.success, .alert-message.success {
background-color: #57a957;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
background-image: -moz-linear-gradient(top, #62c462, #57a957);
background-image: -ms-linear-gradient(top, #62c462, #57a957);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
background-image: -webkit-linear-gradient(top, #62c462, #57a957);
background-image: -o-linear-gradient(top, #62c462, #57a957);
background-image: linear-gradient(top, #62c462, #57a957);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #57a957 #57a957 #3d773d;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.info, .alert-message.info {
background-color: #339bb9;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
background-image: linear-gradient(top, #5bc0de, #339bb9);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #339bb9 #339bb9 #22697d;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn {
cursor: pointer;
display: inline-block;
background-color: #e6e6e6;
background-repeat: no-repeat;
background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
padding: 5px 14px 6px;
text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
color: #333;
font-size: 13px;
line-height: normal;
border: 1px solid #ccc;
border-bottom-color: #bbb;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
-webkit-transition: 0.1s linear all;
-moz-transition: 0.1s linear all;
-ms-transition: 0.1s linear all;
-o-transition: 0.1s linear all;
transition: 0.1s linear all;
}
.btn:hover {
background-position: 0 -15px;
color: #333;
text-decoration: none;
}
.btn:focus {
outline: 1px dotted #666;
}
.btn.primary {
color: #ffffff;
background-color: #0064cd;
background-repeat: repeat-x;
background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
background-image: -o-linear-gradient(top, #049cdb, #0064cd);
background-image: linear-gradient(top, #049cdb, #0064cd);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
border-color: #0064cd #0064cd #003f81;
border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn:active {
-webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
-moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled {
cursor: default;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
filter: alpha(opacity=65);
-khtml-opacity: 0.65;
-moz-opacity: 0.65;
opacity: 0.65;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.btn[disabled] {
cursor: default;
background-image: none;
filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
filter: alpha(opacity=65);
-khtml-opacity: 0.65;
-moz-opacity: 0.65;
opacity: 0.65;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
}
.btn.large {
font-size: 15px;
line-height: normal;
padding: 9px 14px 9px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
}
.btn.small {
padding: 7px 9px 7px;
font-size: 11px;
}
:root .alert-message, :root .btn {
border-radius: 0 \0;
}
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
padding: 0;
border: 0;
}

/* @end */

/*Fixevi*/

fieldset {
	border: 0;
}

label.error {
    color: #9D261D;
    float: none;
    font-size: 10px;
    padding-left: 10px;
}

a.btn {
	text-decoration: none;
}

/* @end */

/* @group Basics */

html { font: 62.5%/1.5 sans-serif; }

body {
	color: #fff;
	background: url('/images/css/body-bg.jpg') fixed #333;
	font: 12px/18px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

::-moz-selection { background: #fe57a1; color: #fff; text-shadow: none; }
::selection { background: #fe57a1; color: #fff; text-shadow: none; }

h1, h2, h3, h4, h5 {
	margin: 12px 0 6px 0;
	color: #333;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height: 18px;
	font-weight: bold;
}
h1 {
	margin: 9px 0 18px 0; padding: 0 0 9px 0;
	font-size: 28px; line-height: 36px;
	border-bottom: 3px double #ccc;
}
h1 small {
	padding-left: 9px;
	color: #999;
	text-shadow: 0 1px 3px #dedede;
}
h2 {
	margin: 18px 0;
	font-size: 21px; line-height: 36px;
	color: #555;
}
h3 {
	margin: 18px 0;
	font-size: 18px;
	line-height: 24px;
	color: #666;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}

h1 + h2,
h2 + h3 {
	margin-top: -18px;
}

ul, ol, dl {
	padding-left: 24px;
}
ul, ol, dl, p {
	margin-bottom: 18px;
	font-size: 13px;
}
li, dt, dd, p { font-size: 13px; }
ul, ol, dl, p { margin-bottom: 18px; }

ul ul, ul ol, ol ol, ol ul {
	margin-bottom: 0;
}

li h3,
li h4 {
	margin: 0;
	font-size: 11px;
	line-height: 18px;
}

p {}

dt {
	font-weight: bold;
}
dd {
	padding-left: 10px;
}
dd + dt {
	margin-top: 18px;
}

a {
	color: #09F;
	font-weight: bold;
	transition: all 0.25s;
	-o-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
}
a:link {
	color: #09F;
	text-decoration: none;
}
a:visited {}
a:hover,
a:focus {
	text-decoration: underline;
}
a:active {
	color: #000;
	outline:none;
}

abbr { border-bottom: 1px dotted black; }

/* @end */

/* @group Reusable */

.hidden { display: none; }

.center { text-align: center; }

.transparent {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.clear { clear: both; }

/* float clearing for IE6 */
* html .clearfix{
height: 1%;
overflow: visible;
}

/* float clearing for IE7 */
*+html .clearfix{
min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after{
clear: both;
content: ".";
display: block;
height: 0;
visibility: hidden;
font-size: 0;
}

.lFloat {
	float: left;
	margin: 0 18px 18px 0;
}
.lFloat2 {
	float: left;
	margin: 0 36px 18px 0;
}

.rFloat {
	float: right;
	margin: 0 0 18px 18px;
}
.rFloat2 {
	float: right;
	margin: 0 0 18px 36px;
}

.curved {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	behavior:url(border-radius.htc);
}

.box {
	padding: 18px 10px;
	background: #eee;
}
.box p {
	margin: 0;
}

.box2 {
	padding: 17px 10px;
	background: #fff298;
	border: 1px solid #ecd852;
}
.box2 p {
	margin: 0;
}

.inline-block {
	display: inline-block;
	min-height: 250px;
zoom: 1;
*display: inline;
_height: 250px;
}

a.pdf {
	padding: 1px 0 0 21px;
	background: transparent url(/images/css/acrobat.png) no-repeat;
}
a:hover.pdf,
a:focus.pdf {}

/* @group Sekretarica */

/* @group Pojedinačno */

div.greska,
div.upozorenje,
div.uspeh,
div.poruka {
	margin: 18px 0; padding: 17px 15px 15px 32px;
	background: #ffd2dc url(/images/css/poruke/greska_bg.gif) no-repeat 9px 14px;
	border: 1px solid #efc3ce;
	border-width: 1px 1px 3px 1px;
	box-shadow: 0 1px 3px rgba(0,0,0, .2);
}
div.greska p,
div.upozorenje p,
div.uspeh p,
div.poruka p {
	margin: 0 12px;
	line-height: 18px;
	font-weight: bold;
}
div.greska p {
	color: #ab0000;
}
div.upozorenje {
	background: #ffea93 url(/images/css/poruke/upozorenje_bg.gif) no-repeat 9px 15px;
	border-color: #eed983;
}
div.uspeh {
	color: #524606;
	background: #fffdd1 url(/images/css/poruke/uspeh_bg.gif) no-repeat 9px 15px;
	border-color: #f0f0c5;
}
div.poruka {
	background: #eaeaf3 url(/images/css/poruke/poruka_bg.gif) no-repeat 9px 15px;
	border-color: #d9d9e1;
}

/* @end */




/* @end */


/* @end */

/* @group Layout */

body {
	margin: 0px 0px 20px 0px;
}

#wrapper,
#wrapper-partners {
	position: relative;
	width: 980px;
	margin: 0 auto;
	text-align: left;
	background: url('/images/css/wrapper-bg.jpg') repeat-y;
	/*box-shadow: 0 3px 45px #000;*/
}
#wrapper-end {
	position: relative;
	width: 980px;
	height: 27px;
	margin: 0 auto;
	background: url('/images/css/wrapper-end-bg.jpg') no-repeat;
}

/* @group Header */

#header {
	height: 159px;
	background: url('/images/css/header.png');
	margin: -10px 0px 0px -15px;
	width: 1010px;
	box-shadow: 0px 9px 15px -5px #000;
}

#logo {
	clear: both;	
}
#logo a {
	float: left;
	margin: 20px;
	width: 170px; height: 110px;
	text-indent: -999em;
}
#logo h3 {
	margin: 0;
	padding:
}

/* @end */

/* @group Nav */

#nav {
	list-style: none;
	margin: 0;
}
#nav li {
	position: relative;	z-index: 9;
	float: left;
	margin: 112px 0 0 10px;
}
#nav a {
	display: block;
	width: auto;
	z-index: 150;
	padding: 0 6px;
	font-size: 14px;
	font-weight: bold;
	line-height: 32px;
	text-decoration: none;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	color: #333;
	border-radius: 6px;
}
#nav li.current a {
	color: #444;
	text-shadow: 0 1px 3px #ddd;
	font-weight: normal;
	background: #fff;
}
#nav a:hover,
#nav a:focus,
#nav a:active {
	color: #444;
	text-shadow: 0 1px 0 #eee;
	background: #ccc;
	background: rgba(0,0,0, .1);
}
#nav a:focus,
#nav a:active {
	position: relative; top: 1px; left: 1px;
	color: #333;
	text-shadow: 0 1px 0 #ddd;
	background: rgba(0,0,0, .175);
	box-shadow: inset 0 1px 5px rgba(0,0,0, .15);
}

/* @end */

/* @group Languages */

#languages {
	background: #515151;
	width: 940px;
	margin: 0px 20px;
	line-height: 28px;
	height: 32px;
}

#languages ul.lang {
	margin: 0px;
	padding: 0px;
	width: 940px;
}

#languages ul li {
	list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
	float: right;
	padding: 0px 12px;
	border-right: solid 1px #999;
}

#languages ul li a {
	color: white;
	text-decoration: none;
    display: inline-block;
	opacity: 0.3;
}

#languages ul li.active a {
	opacity: 1;
}

#languages a:before {
	background-attachment: scroll;
    background-clip: border-box;
    background-color: transparent;
    background-image: url("/images/css/lang/flags.png");
    background-origin: padding-box;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: auto auto;
    content: "";
    display: inline-block;
    height: 17px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    vertical-align: bottom;
    width: 30px;
}

#languages ul li a:hover {
	opacity: 1;
}

#ru a:before {
    background-position: 0 0px;
}
#it a:before {
    background-position: 0 -17px;
}
#de a:before {
    background-position: 0 -34px;
}
#en a:before {
    background-position: 0 -51px;
}
#fr a:before {
    background-position: 0 -68px;
}
#sr a:before {
    background-position: 0 -85px;
}


#languages ul li#home {
	float: left;
	border-left: solid 1px #999;
	border-right: none;
}


/* @end */


#content {
	color: #333;
	margin: 0px 20px;
  width: 940px;
}
#content > .wrapper {
	padding: 20px 20px 10px;
}

#banners {
	margin: 0px 20px;
  width: 900px;
	padding: 0px 20px;
}

#banners h3,
#videos h3 {
	overflow: hidden;
	display: inline-block;
	background: #FFF;
  margin: 0 0 -25px 375px;
  padding: 4px 12px;
	font-family: caption;
	font-size: 12px;
	color: #aaa;
}
#banners hr,
#videos hr {
	border-color: #FBD727;
  border-style: dotted;
  border-width: 2px 0 0;
	margin-bottom: 12px;
}

.embed-video{
  border: 1px solid #AAAAAA;
  border-radius: 4px;
  float: left;
  margin: 6px 12px 0 0;
  padding: 5px 5px 0;
}

#slides {  
    height:  350px;  
    width:   940px;
    padding: 0;  
    margin:  0;
	background: #515151;
} 
 
#slides img {  
    padding: 0;  
    width:  940px; 
    height: 350px;
    top:  0; 
    left: 0 
}

.banner {
	float: left;
	width: 280px;
	text-align:center;
	margin: 0px 20px 0px 0px;
	color: #666;
}

.banner p {
	margin: 0px;
	padding: 6px 0px;
	font-size: 12px;
}


/* @group Shortcuts */

#shortcuts {
	overflow: hidden;
	margin: 0; padding: 20px;
	list-style: none;
	background: #515151;
	box-shadow: inset 0px 10px 60px #222;
}
#shortcuts li {
	float: left;
	margin: 0 20px 0 0;
	width: 300px;
	background: #111;
	box-shadow: 0 2px 6px #333;
}
#shortcuts #shortcut_usluge {
	margin: 0;
}
#shortcuts h3 {}
#shortcuts h3 a {
	display: block;
	width: 280px; /*height: 110px;*/
	margin: 0; padding: 125px 10px 10px 10px;
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #fff;
	background: url('/images/css/shortcuts_sprites.jpg') no-repeat;
}
#shortcut_konkursi h3 a {
	background-position: -300px 0;
}
#shortcut_usluge h3 a {
	background-position: -600px 0;
}
#shortcuts h3 a span {
	padding: 0 30px 2px 0;
	border-bottom: 6px solid #788d99;
}
#shortcut_konkursi h3 a span {
	border-color: #79a68c;
}
#shortcut_usluge h3 a span {
	border-color: #f0822e;
}

#shortcuts p {
	margin: 0; padding: 10px;
	color: #eee;
}

/* @end */

#footer {
	margin: 12px auto;
	width: 980px;
	text-align: center;
	background: rgba(54, 54, 54, 0.5);
	border-radius: 4px;
}
#footer p {
	color: #FFF;
	margin: 0;
	padding: 7px;
	text-shadow: 0 1px 2px #000;
}

#footer p a {
	color: #6dc2fd;
	text-shadow: 0 1px 2px #000;
	text-decoration: none;
}

#footer p a:hover {
	text-decoration: underline;
}

/* @end */


/* @group Po stranama */

/* @group Kompanije */

nav.actions {
	overflow: hidden;
	margin: 21px 0 9px; padding-left: 18px;
}
nav.actions ul {
	margin: 0; padding: 0;
}
nav.actions li {
	float: left;
	margin: 0 9px 0 0; padding: 0;
	list-style: none;
}

section.kompanija {
	margin-bottom: 21px;
	border-bottom: 3px dotted #ccc;
}
section.kompanija h2 {
	margin-bottom: 9px;
}

table.kompanija th,
table.konkurs th {
	width: 150px;
}
table.kompanija th {
	width: 170px;
}

section.konkursi,
.prijava fieldset {
	margin: 18px 0; padding: 20px 20px 10px 20px;
	border-radius: 6px;
	background: #fff;
	border: 2px solid #ccc;
	box-shadow: inset 0px 3px 15px rgba(0,0,0, .125);
}
.konkursi h2 {
	margin: 0 0 9px;
}

.konkursi h3 {
	margin-top: 9px;
}

dl.timestamps {
	padding: 0;
	color: #666;
}

.prijava legend {
	display: block;
	padding: 9px 12px;
	background: -moz-linear-gradient(90deg, #d2d2d2 0%, #efefef 100%), #ddd;
	background: -webkit-gradient(linear, left bottom, left top, from(#d2d2d2), to(#efefef)), #ddd;
	border-radius: 3px;
	box-shadow: 0px 1px 3px #666;
}

/* @end */

#sertifikati {
	margin: 0; padding: 0;
	list-style: none;
}
#sertifikati li {
	display: inline-block;
	width: auto;
/*	background: url('/images/sertifikati-sprite.png') no-repeat left top;*/
	border-radius: 4px;
	border: 2px solid #fff;
	box-shadow: inset 0 1px 6px rgba(0,0,0, .1),
										0 2px 5px rgba(0,0,0, .35);
}
#sertifikati li a,
#sertifikati li img {
	display: block;
	max-height: 132px;
	margin: 0; padding: 0;
	border: 0;
	border-radius: 0;
}
#sertifikati #sert_iqnet {
	
}
#sertifikati #sert_0042 {
	background-position: -172px 0;
}
#sertifikati #sert_0897 {
	background-position: -344px 0;
}
#sertifikati #sert_ohsas {
	width: 122px;
	background-position: -515px 0;
}
#sertifikati #sert_kvalitet {
	margin: 0;
	width: 122px;
	background-position: -637px 0;
}
#sertifikati #sert_ohsas a,
#sertifikati #sert_kvalitet a {
	display: block;
	width: 122px;	height: 172px;
	text-indent: -999em;
}
#sertifikati #sert_ohsas a:hover,
#sertifikati #sert_kvalitet a:hover {
	box-shadow: inset 0 0 12px #5892da;
}

.kontakt iframe,
.lokacija iframe {
	opacity: .7;
	border: 2px solid #fff;
	border-radius: 0 18px;
	box-shadow: 0 2px 18px #222;
	transition: opacity .25s ease-in-out 0s;
	-o-transition: opacity .25s ease-in-out 0s;
	-moz-transition: opacity .25s ease-in-out 0s;
	-webkit-transition: opacity .25s ease-in-out 0s;
}
.kontakt iframe:hover,
.lokacija iframe:hover  {
	opacity: 1;
}
.kontakt address {
	font-style: normal;
}
.kontakt dl {
	overflow: hidden;
	padding: 3px;
}
.kontakt dl div {
	float: left;
	margin: 0 18px 0 0; padding: 10px 18px;
	border: 2px solid #fff;
	border-radius: 6px;
	box-shadow: inset 0 1px 3px rgba(0,0,0, .1),
										0 1px 5px rgba(0,0,0, .1);
	background: -moz-linear-gradient(90deg, white 0%, #f8f8f8 0%, #d7d7d7 100%) #eee;
	background: -webkit-gradient(linear, left bottom, left top, from(white), from(#f8f8f8), to(#d7d7d7)) #eee;
}
.kontakt dd {
	
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	line-height: 24px;
}

.kontakt table {
	width: 360px;
	float: left;
	margin-top: 2px;
}

.kontakt table th {
	vertical-align: top;
	border: 1px solid #ddd;
}

.kontakt div.feature {
	float: left;
	margin: 0 0 0 18px; padding: 10px 18px;
	border: 2px solid #fff;
	border-radius: 6px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#f8f8f8');
	box-shadow: inset 0 1px 3px rgba(0,0,0, .1),
										0 1px 5px rgba(0,0,0, .1);
	background: -moz-linear-gradient(90deg, white 0%, #f8f8f8 0%, #d7d7d7 100%) #eee;
	background: -webkit-gradient(linear, left bottom, left top, from(white), from(#f8f8f8), to(#d7d7d7)) #eee;
}
.kontakt div.feature p {
	text-align:center;
	font-size:16px; 
	line-height:30px;
	padding: 0px 15px;
	margin-bottom: 10px;
}

.kontakt div.feature h3 {
	text-align:center;
	border-bottom: 2px dotted #666;
	padding-bottom: 28px;
}

.kontakt div.feature h4 {
	font-size:14px; 
	font-style:italic;
	font-weight:normal;
	line-height: 22px;
}

.kontakt div.feature ul li {
	font-weight:bold;
	line-height: 20px;
}

/* @group Galerija */

ul.album {
	margin: 0; padding: 0 0 0 12px;
	list-style: none;
}
ul.album li {
	display: inline-block;
}
ul.album a {
	display: block;
	margin: 0 9px 9px 0;
}
ul.album a img {
	display: block;
	padding: 4px;
	border: 1px solid #aaa;
	border-radius: 4px;
}
ul.album a:hover img {
	border: 1px solid #0099FF;
	box-shadow: 0 1px 6px rgba(0,0,0, .33);
}

/* @end */

.nabrajanje li {
	margin: 12px 12px;
	list-style: square;
}

.nabrajanje li a{
	color: #09C;
	font-weight: bold;
	text-decoration: none;
}

.nabrajanje li a:hover{
	text-decoration: underline;
}

.nabrajanje_pojacano li {
	margin: 12px 12px;
	list-style: square;
	font-size: 14px;
	line-height: 18px;
}

.nabrajanje_pojacano li strong {
	font-size: 17px;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: italic;
	margin-right: 6px;
}

.naglasi {
	width: 860px;
	margin: 0; padding: 0px 20px;
	border: 2px solid #fff;
	border-radius: 6px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7d7d7', endColorstr='#f8f8f8');
	box-shadow: inset 0 1px 3px rgba(0,0,0, .1),
										0 1px 5px rgba(0,0,0, .1);
	background: -moz-linear-gradient(90deg, white 0%, #f8f8f8 0%, #d7d7d7 100%) #eee;
	background: -webkit-gradient(linear, left bottom, left top, from(white), from(#f8f8f8), to(#d7d7d7)) #eee;
}

.naglasi h3 {
	margin-bottom: 12px;	
}

.highlight {
	width: 880px;
	marging: 0px;
	padding: 0 20px 0 0;
	background: #FFF7B2;
	border-radius: 6px;
	border: 1px solid #E7DE9B;
}

.highlight h3 {
	font-style: italic;
	/*font-family: Cursive; */
	font-size: 18px;
	padding: 0 0 6px 20px;
}

.highlight ul li {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
}

.vizitkarta {
	width:auto;
	padding: 0px 20px;
	background: #FFF;
	border-radius: 6px;
	border: 1px solid #E7DE9B;
}

.vizitkarta h3 {
	border-bottom: 2px solid #DDDDDD;
  font-family: Script;
  font-size: 34px;
  padding-bottom: 12px;
	color: #36F;
}

.vizitkarta h3 small {
	font-family: "Comic Sans MS", cursive;
	font-style: italic;
	color: #aaa;
	font-size: 14px;
	float: right;
}

.vizitkarta ul li {
	font-size: 14px;
	line-height: 8px;
	font-weight: bold;
}

.vizitkarta ul.album li {
	margin: 0;
}

.reference p {
	text-align: justify;	
}

.pic-right {
	float:right;
	margin:0px 0px 20px 20px;
}

.pic-right a {
	display: block;
}
.pic-right a img {
	display: block;
	padding: 4px;
	border: 1px solid #aaa;
	border-radius: 4px;
}
.pic-right a:hover img {
	border: 1px solid #0099FF;
	box-shadow: 0 1px 6px rgba(0,0,0, .33);
}

/* @end */