﻿/* DEFAULTS
----------------------------------------------------------*/
[id$='_TCFix-1'] {
    position: relative !important;
}
body
{
    background: #364143;
    font-size: .80em;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    margin: 0;
    color: #333;
}

a:link, a:visited
{
    color: #034af3;
}

a:hover
{
    color: #1d60ff;
    text-decoration: none;
}

a:active
{
    color: #034af3;
}

p
{
    margin-bottom: 10px;
    line-height: 1.6em;
}

td
{
    vertical-align: top;
}

/* HEADINGS   
----------------------------------------------------------*/

h1, h2, h3, h4, h5, h6
{
    font-size: 1.5em;
    color: #666666;
    -webkit-font-variant: small-caps;
    -moz-font-variant: small-caps;
    -ms-font-variant: small-caps;
    -o-font-variant: small-caps;
    font-variant: small-caps;
    text-transform: none;
    font-weight: 200;
    margin-bottom: 0;
}

h1
{
    font-size: 1.6em;
    padding-bottom: 0;
    margin-bottom: 0;
}

h2
{
    font-size: 1.5em;
    font-weight: 600;
}

h3
{
    font-size: 1.2em;
}

h4
{
    font-size: 1.1em;
}

h5, h6
{
    font-size: 1em;
}

/* this rule styles <h1> and <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   
----------------------------------------------------------*/

form
{
    background-color: rgb(255,255,255);
    width: 100%;
    min-height: 400px;
}

.page
{
    padding: 10px;
}

.header
{
    position: relative;
    background: #364143;
    color: #fff;
    width: 100%;
}

    .header h1
    {
        font-weight: 700;
        margin: 0;
        color: #f9f9f9;
        border: none;
        line-height: 2em;
        font-size: 1.8em;
    }

    .header a:link, a:visited
    {
        color: #FFF;
        text-decoration: none;
    }

    .header a:hover, a:active
    {
        color: #FF0000;
        text-decoration: none;
    }


.main
{
    padding: 0 0 10px 30px;
    background-color: #fff;
}

.footer
{
    color: #000;
    padding: 8px 0 0 10px;
    margin: 0 auto;
    line-height: normal;
}

.header-div
{
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
}

.header-logo
{
    padding-top: 5px;
    padding-bottom: 5px;
    width: 150px;
    text-align: center;
}

.header-title
{
    position: relative;
    height: 100px;
}

    .header-title h1
    {
        padding-left: 10px;
    }

.breadcrumb
{
    position: absolute;
    bottom: 10px;
    left: 10px;
}


/* TAB MENU   
----------------------------------------------------------*/

div.hideSkiplink
{
    background-color: #fff;
    min-height: 550px;
    padding-right: 30px;
    padding-top: 15px;
}

div.menu
{
    padding: 4px 0 4px 0;
}

    div.menu ul
    {
        list-style: none;
        margin: 0;
        padding: 0;
        width: auto;
    }

        div.menu ul li a, div.menu ul li a:visited
        {
            background-color: #465c71;
            border: 1px #4e667d solid;
            color: #dde4ec;
            display: block;
            line-height: 1.35em;
            padding: 3px 12px;
            text-decoration: none;
            white-space: nowrap;
        }

            div.menu ul li a:hover
            {
                background-color: #bfcbd6;
                color: #465c71;
                text-decoration: none;
            }

            div.menu ul li a:active
            {
                background-color: #465c71;
                color: #cfdbe6;
                text-decoration: none;
            }


.level1
{
    font-weight: bold;
    padding: 0 20px;
}

.level2
{
    font-weight: bold;
    padding: 0 30px 0 30px;
}

.level3
{
    font-weight: normal;
}

/* FORM ELEMENTS   
----------------------------------------------------------*/

img
{
    border: 0;
}

th
{
    white-space: nowrap;
    text-align: left;
    font-weight: normal;
    vertical-align: baseline;
}

fieldset
{
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #ccc;
}

    fieldset p
    {
        margin: 1px 12px 10px 10px;
    }

    fieldset.login label, fieldset.register label, fieldset.changePassword label
    {
        display: block;
    }

    fieldset label.inline
    {
        display: inline;
    }

legend
{
    font-size: 1.1em;
    font-weight: 600;
    padding: 2px 4px 8px 4px;
}

input.textEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input.passwordEntry
{
    width: 320px;
    border: 1px solid #ccc;
}

input[type=text]:focus, select:focus, textarea:focus
{
    background-color: #465C82;
    color: #FFF;
}

.DropDown
{
    width: 320px;
    border: 1px solid #ccc;
}

div.accountInfo
{
    width: 42%;
}

.datepicker, .datepicker, .hasDatepicker
{
    width: 80px;
}

.timepicker, .VrijemeOdlaskaTextBox, .VrijemeOdlaskaTextBoxRelacije
{
    width: 50px;
}

/* MISC  
----------------------------------------------------------*/

.clear
{
    clear: both;
}

.title
{
    display: block;
    float: left;
    text-align: left;
    width: auto;
}

.loginDisplay
{
    font-size: 1.1em;
    display: block;
    text-align: right;
    padding: 10px;
    color: White;
}

    .loginDisplay a:link
    {
        color: white;
    }

    .loginDisplay a:visited
    {
        color: white;
    }

    .loginDisplay a:hover
    {
        color: white;
    }

.failureNotification
{
    font-size: 1.0em;
    color: Red;
}

.bold
{
    font-weight: bold;
}

.submitButton
{
    text-align: right;
}






/* naše */
#divDetail
{
    width: 100%;
}

    #divDetail p
    {
        height: 15px;
        margin: 0;
    }

    #divDetail div
    {
        /*-moz-min-width: 350px;
        -ms-min-width: 350px;
        -o-min-width: 350px;
        -webkit-min-width: 350px;
        min-width: 350px;*/
    }

    #divDetail td, th
    {
        vertical-align: middle;
    }

    #divDetail th
    {
        padding-right: 10px;
    }

    #divDetail input[type=text], #divRezervacije input[type=text], #divFilter input[type=text]
    {
        height: 20px;
    }

    #divDetail select, #divRezervacije select, #divFilter select
    {
        height: 25px;
        -moz-min-width: 86px;
        -ms-min-width: 86px;
        -o-min-width: 86px;
        -webkit-min-width: 86px;
        min-width: 86px;
        width: 350px;
        border: 1px solid #9F9F9F;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        margin-top: 1px;
        margin-bottom: 1px;
    }

    #divDetail input[type=text], textarea, #divRezervacije input[type=text], #divFilter input[type=text]
    {
        border: 1px solid #9F9F9F;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        margin-top: 1px;
        margin-bottom: 1px;
    }

        #divDetail input[type=text]:hover, textarea:hover, #divRezervacije input[type=text]:hover, #divFilter input[type=text]:hover
        {
            border: #4992C4 1px solid;
        }

        #divDetail input[type=text]:focus, textarea:focus, #divRezervacije input[type=text]:focus, #divFilter input[type=text]:focus
        {
            border: #0861A0 1px solid;
        }


.RecordIDTextBox
{
    width: 80px;
}

.chooserLabel
{
    width: 330px;
}

#divRezervacije .RecordIDTextBox
{
    width: 50px;
}

#divRezervacije .chooserLabel, #divFilter .chooserLabel
{
    width: 150px;
}

.lblReq, .ErrorMessage
{
    color: #FF0000;
}

.mlTextBox
{
    height: 100px;
    width: 400px;
}

.counterLabel
{
    color: #111;
}

.spacer
{
    height: 25px;
}

.labelHidden, .SelektorLabel
{
    visibility: hidden;
}

.TableToShowLabel
{
    visibility: hidden;
}

.PopUpHeaderLabel
{
    visibility: hidden;
}

.RequiredLabel
{
    visibility: hidden;
}

.cssID
{
    width: 40px;
}

.cssValue
{
    width: 450px;
}

.width100
{
    width: 200px;
}

.width75
{
    width: 150px;
}

.width50
{
    width: 100px;
}

.width25
{
    width: 50px;
}

.middle
{
    vertical-align: middle;
}

.right
{
    text-align: right;
}

.btnMali, .submit
{
    background-color: #008AD1;
    width: 110px;
    height: 32px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    font-size: 14px;
    padding-bottom: 2px;
    border: 0;
    color: #FFF;
}

.submit
{
    width: 120px;
    height: 24px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    font-size: 13px;
}

    .btnMali:hover, .submit:hover
    {
        cursor: pointer;
        -webkit-filter: opacity(0.9);
        -moz-filter: alpha(opacity=90);
        -o-filter: alpha(opacity=90);
        filter: alpha(opacity=90);
        opacity: 0.9;
    }

#reqFields
{
    margin-top: 10px;
}

input[type=submit][disabled=disabled]
{
    background-color: #CCC;
}

input[type=checkbox]
{
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    transform: scale(2);
    padding: 10px;
    margin-left: 10px;
}

    input[type=checkbox] ~ label
    {
        padding-left: 10px;
    }

#subMenuLine
{
    height: 30px;
    margin-bottom: 0;
    border-bottom: 1px solid #000;
    min-width: 800px;
    vertical-align: middle;
}

    #subMenuLine UL
    {
        list-style: none outside none;
        margin: 0;
        padding: 0 0 0 10px;
    }

    #subMenuLine LI
    {
        float: left;
        padding: 0 1px;
        margin-top: -2px;
    }

        #subMenuLine LI A:link, #subMenuLine LI A:visited
        {
            background-color: #465C82;
            border: 1px solid #000;
            color: #FFF;
            display: block;
            font-size: 13px;
            padding: 6px 15px;
            text-decoration: none;
            -webkit-border-top-right-radius: 5px;
            border-top-right-radius: 5px;
            -webkit-border-top-left-radius: 5px;
            border-top-left-radius: 5px;
        }

        #subMenuLine LI A:hover
        {
            background-color: #FFF;
            color: #000;
        }

        #subMenuLine LI A.current
        {
            background-color: #FFF;
            color: #000;
            font-weight: bold;
            border-bottom: 1px solid #fff;
        }

.login
{
    width: 330px;
}

.chooser-div
{
    margin-bottom: -20px;
    margin-left: -2px;
}

hr
{
    color: #466EA3;
    height: 1px;
    border-bottom: none;
}



.Naslov
{
    padding-right: 30px;
    -webkit-font-variant: small-caps;
    -moz-font-variant: small-caps;
    -ms-font-variant: small-caps;
    -o-font-variant: small-caps;
    font-variant: small-caps;
    text-transform: none;
    font-weight: bold;
    font-size: 1.5em;
}

.RecordTextBox
{
    display: none;
}

.RecordIdHidden, .FocusTextBox
{
    display: none;
}

.GridHeader
{
    background: #364143;
    color: #fff;
}

.BrojDokumenta
{
    font-size: 16px;
    font-weight: bold;
}

.primaryStaticMenu
{
    background-color: transparent;
    z-index: 33333;
}

.primaryStaticMenuItem
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.6em;
    padding: 3px 12px;
    text-decoration: none;
    white-space: nowrap;
    z-index: 33333;
    font-size: 1.1em;
    font-weight: bold;
}

.primaryStaticHover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
    z-index: 33333;
}

.primaryDynamicMenu
{
    background-color: #f0e7d7;
    border: solid 1px Black;
    z-index: 33333;
}

.primaryDynamicMenuItem
{
    background-color: #465c71;
    border: 1px #4e667d solid;
    color: #dde4ec;
    display: block;
    line-height: 1.6em;
    padding: 3px 12px;
    text-decoration: none;
    white-space: nowrap;
    z-index: 33333;
    font-size: 1.1em;
    font-weight: bold;
}

.primaryDynamicHover
{
    background-color: #bfcbd6;
    color: #465c71;
    text-decoration: none;
    z-index: 33333;
}

.HomeIdLabel, .HomeNazivLabel, .KmButton, .OdMjestaLabel, .DoMjestaLabel, .KmLabel, .HStornoButton, .HBrisanjeButton
{
    display: none;
}

.ProcesLabel
{
    font-size: 18px;
    color: Green;
}

.uprCentered
{
    position: fixed;
    -moz-min-width: 0;
    -ms-min-width: 0;
    -o-min-width: 0;
    -webkit-min-width: 0;
    min-width: 0;
    top: 50%;
    left: 50%;
    width: 48px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    -webkit-filter: opacity(0.6);
    -moz-filter: alpha(opacity=60);
    -o-filter: alpha(opacity=60);
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
}

[data-attrc="gray"]
{
    background-color: #BFBFBF;
}

[data-attrc="grayc"] input[type=text]
{
    background-color: #BFBFBF;
}
