﻿/*----------------------------------------------------------
The base color for this template is #5c87b2. If you'd like
to use a different color start by replacing all instances of
#5c87b2 with your new color.
----------------------------------------------------------*/
@font-face { font-family: Segoe UI; src: url('/Content/segoeui.ttf'); } 
@font-face { font-family: Segoe UI; font-weight: bold; src: url('/Content/segoeuib.ttf'); } 
@font-face { font-family: Segoe UI; font-style: italic; src: url('/Content/segoeuii.ttf'); } 
@font-face { font-family: Segoe UI; font-style: italic; font-weight: bold; src: url('/Content/segoeuiz.ttf'); } 

body
{
    background-color: #545454;
    background-image:url(/Content/images/abstract-background.jpg);
    background-repeat:repeat-y; 
    font-size: 12px;
    font-family: Segoe UI,Arial,sans-serif;
    margin: 0px;
    padding: 0;
    color: #DEDEDE;
    text-align: right;
}

a:link
{
    color: #034af3;
    text-decoration: underline;
}
a:visited
{
    color: #505abc;
}
a:hover
{
    text-decoration: none;
    cursor: pointer;
}
a:active
{
    color: #12eb87;
}

p, ul
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

/* HEADINGS   
----------------------------------------------------------*/
h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #000;
}

h1
{
    font-size: 2em;
    padding-bottom: 0;
    margin-bottom: 0;
}
h2
{
    padding: 0 0 10px 0;
}
h3
{
    font-size: 1.5em;
	color: #dddddd;
}
h4
{
    font-size: 1.1em;
}
h5, h6
{
    font-size: 1em;
}

/* this rule styles <h2> tags that are the 
first child of the left and right table columns */
.rightColumn > h1, .rightColumn > h2, .leftColumn > h1, .leftColumn > h2
{
    margin-top: 0;
}

/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/

/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page
{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

#header
{
    position: relative;
    margin-bottom: 0px;
    color: #000;
    padding: 0;
    background-color: rgba(70,70,80,0.4);
    box-shadow: 3px 3px 12px rgba(51,51,51,0.5);
}

#header h1
{
    font-weight: bold;
    padding: 10px 0;
    margin: 0;
    color: #eee;
    border: none;
    line-height: 2em;
    font-size: 32px !important;
    text-shadow: 2px 2px 4px rgba(51,51,51,0.8);
}

#main
{
	position: absolute;
/*    background-color: #545454;*/
    margin-bottom: 0px;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscore */
}

.footer
{
    color: #999;
    text-align: center;
    line-height: normal;
    margin: 0;
    font-size: .9em;
}

/* TAB MENU   
----------------------------------------------------------*/
ul.menu
{
    border-bottom: 2px solid;
    border-bottom-color: rgba(136,136,136,0.8);
    padding: 0 0 2px;
    position: relative;
    margin: 0;
}

ul.menu li
{
    display: inline;
    list-style: none;
}

ul.menu li#greeting
{
    padding: 10px 10px;
    font-weight: bold;
    text-decoration: none;
    line-height: 2.8em;
    color: #fff;
}

ul.menu li a
{
    padding: 10px 10px;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 2px rgba(51,51,51,0.8);
    line-height: 2.8em;
    background-color: rgba(136,136,136,0.8);
    color: #ffffff;
}

ul.menu li a:hover
{
    background-color: #0078a3;
    text-decoration: none;
}

ul.menu li a:active
{
    background-color: #a6e2a6;
    text-decoration: none;
}

ul.menu li.selected a
{
    background-color: #f58400;
    color: #fff;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset 
{
    background-color: #545454;
    margin: 5px 0;
    padding: 5px;
    border: 1px solid #AAA;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

fieldset p 
{
    margin: 10px 12px 10px 10px;
}

legend 
{
    font-size: 1.3em;
    font-weight: bold;
    padding: 2px 4px 8px 4px;
    color: #DDD;
}

input[type="text"], input[type="email"], input[type="number"] 
{
    border: 1px solid #ffaf0f; background: #f58400 url(themes/ui-darkness/images/ui-bg_inset-soft_30_f58400_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

input[type="text"]:disabled
{
    border: 1px solid #666666; background: #888888 url(themes/base/images/ui-bg_glass_20_888888_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #cccccc;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

input[type="password"] 
{
    border: 1px solid #ffaf0f; background: #f58400 url(themes/base/images/ui-bg_inset-soft_30_f58400_1x100.png) 50% 50% repeat-x; font-weight: bold; color: #ffffff;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

input[type="password"]:disabled
{
    border: 1px solid #666666; background: #888888 url(themes/base/images/ui-bg_glass_20_888888_1x400.png) 50% 50% repeat-x; font-weight: bold; color: #cccccc;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
/* TABLE
----------------------------------------------------------*/

table 
{
	border-width:0px; border-style:hidden; border-collapse:collapse; outline: transparent solid 0px; border-color: transparent;
    font-size: 12px;
}

table td 
{
	padding: 5px;   
	border-width:0px; border-style:hidden; border-collapse:collapse; outline: transparent solid 0px; border-color: transparent;
    font-size: 12px;
}

table th
{
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4; 
  border-width:0px; border-style:hidden; border-collapse:collapse; outline: transparent solid 0px; border-color: transparent;
  font-size: 12px;
}

/* MISC  
----------------------------------------------------------*/
.clear
{
    clear: both;
}

.error
{
    color:Red;
}

#menucontainer
{
    padding-top:5px;
    background-color: rgba(20,20,50,0.1);
}

div#title
{
    display:block;
    float:left;
    text-align:left;
    padding-left:10px;
    margin-top: -22px;
}

.copyright
{
    font-size:1.3em;
    display:block;
    text-align:right;
    margin:3px 10px 0px 3px;
    color: rgba(255,255,255,0.5);
}

#copyright a:link
{
    color: rgba(255,255,255,0.5);
    text-decoration: underline;
}

#copyright a:visited
{
    color: rgba(255,255,255,0.5);
    text-decoration: underline;
}

#copyright a:hover
{
    color: rgba(255,255,255,0.5);
    text-decoration: none;
}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error
{
    color: #ff0000;
}

.field-validation-valid
{
    display: none;
}

.input-validation-error
{
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

.validation-summary-errors
{
    font-weight: bold;
    color: #ff0000;
}

.validation-summary-valid
{
    display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field
{
    margin: 0.5em 0;
}

.text-box
{
    width: 30em;
}

.text-box.multi-line
{
    height: 6.5em;
}

.tri-state
{
    width: 6em;
}

/*-------------------- jqGrid CSS fixes --------------------*/
input.ui-pg-input
{
    width: auto;
}
 
table.ui-jqgrid-btable
{
    border-style:none;
    border-collapse:separate;
    font-size: 12px;
}

table.ui-jqgrid-btable td
{
    border-style:none;
    font-size: 12px;
} 
/*----------------------------------------------------------*/
.padding { margin: 0; padding:0.45em; }
.invisible { color:#464646; }
/* wrap header */
th.ui-th-column div
{
	white-space:normal !important;
	height:auto !important;
	padding:2px;
    font-size: 12px;
}
.ui-accordion { box-shadow: 2px 2px 5px rgba(51,51,51,0.5); font-size: 12px; }
.ui-accordion .ui-accordion-header { text-shadow: 1px 1px 2px rgba(51,51,51,0.8); font-size: 12px; }
legend {
    text-shadow: 1px 1px 2px rgba(0,0,0,0.8);
}

.ui-shadow { box-shadow: 2px 2px 5px rgba(51,51,51,0.5); font-size: 12px; }
.ui-button { box-shadow: 2px 2px 5px rgba(51,51,51,0.5); font-size: 12px; text-shadow: 1px 1px 2px rgba(51,51,51,0.8); }

.ui-tabs .ui-tabs-nav li.ui-tabs-active a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading a {
	cursor: pointer;
}
.ui-tabs { 
    padding: 0; 
    background: none; 
    border-width: 0; 
} 
.ui-tabs .ui-tabs-nav { 
    padding-left: 1px; 
    background: transparent; 
    border-width: 0 0 2px 0; 
    border-color:#777;
    text-shadow: 1px 1px 2px rgba(51,51,51,0.8);
} 
.ui-tabs .ui-tabs-panel { 
    background-color: rgba(84,84,88,0.7);
    border-width: 0 2px 2px 2px;
    border-color:#777;
    border-radius:4px;
    box-shadow: 3px 3px 6px rgba(51,51,51,0.5);
}
.pointer { cursor: pointer; } 
.text-align-left { text-align:left !important }
.tab-field { background-color: rgba(70,70,70,0.6); border-style:solid; border-width:2px; border-color:rgba(40,40,40,0.2) }
.ui-datepicker thead { background-color: #888; color: #333; }
		
#sliderTimeRange .ui-slider-range { background-color:#f58400 !important }
		
/* timeline */
div.timeline-event-content
{
	text-align: center;
}
		
div.SSP0 {
	padding: 3px;
	color: #FFF;
	background-color: #000;
	opacity: .3;
}
div.SSP105 {
	padding: 3px;
	background-color: #F30; /* neopravdano */
}
div.SSP102 {
	padding: 3px;
	background-color: #9B0; /* višak */
}
div.SSP994 {
	padding: 3px;
	background-color: steelblue; /* trip planner */
	color: #FFF;
	opacity: .8;
}
div.SSP999 {
	padding: 3px;
	background-color: #888; /* opravdano */
	color: #FFF
}
div.SSP110 {
	padding: 3px;
	background-color: #0078a3; /* pauza */
}
div.SSP101 {
	padding: 3px;
	background-color: #f58400; /* odrađeno */
}
div.smjenaFiksno {
	padding: 4px;
	background-color: #222; /* fiksni dio smjene */
	color: #FFF;
	opacity: .8;
	font-size: 0.9em;
}
div.smjenaKlizno {
	padding: 4px;
	background-color: #383838; /* klizni dio smjene */
	color: #FFF;
	opacity: .8;
	font-size: 0.9em;
}
div.smjenaCjelodnevna {
	padding: 4px;
	background-color: #222;
	color: #FFF;
	opacity: .6;
	font-size: 0.9em;
}
div.kalendar1 
{
	padding: 4px;
	background-color: rgba(255, 192, 0, 0.3); /* subota */
	color: #FFF;
	font-size: 0.9em;
}
div.kalendar2
{
	padding: 4px;
	background-color: rgba(255, 0, 0, 0.3); /* nedjelja */
	color: #FFF;
	font-size: 0.9em;
}
div.kalendar3
{
	padding: 4px;
	background-color: rgba(0, 128, 255, 0.3); /* državni praznik */
	color: #FFF;
	font-size: 0.9em;
}
