/* Minification failed. Returning unminified contents.
(1807,76): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: tmpValue
(2280,73): run-time error CSS1054: JavaScript error in expression property: Variable has not been declared: tmpValue
 */
.tipUstanoveTree
{
}

.tipUstanoveTree ul
{
	list-style-type:none;
}

.tipUstanoveTree li
{
	clear:both;
}

.tipUstanoveTree .childNodeText,
.tipUstanoveTree a.childNodeText:active
{
	float:left;
	padding-bottom:3px;
}

.tipUstanoveTree .rootNode
{
	padding-left:0;
}

.tipUstanoveTree .nodeImg
{
	float:left;
	width:20px;
	height:20px;
	background-image:url(../Images/tree_icons.png);
	background-color:Transparent;
	background-repeat:no-repeat;
	cursor:pointer;
}
.tipUstanoveTree .expand .nodeImg { background-position: 0 -40px }
.tipUstanoveTree .collapse .nodeImg { background-position: 0 -20px }

.tipUstanoveTree .rootNode .nodeText
{
	float:left;
	padding-top:3px;
	cursor:pointer;
	color:#586FAF;
}

.tipUstanoveTree .rootNode ul
{
	margin-bottom:10px;
	padding-left:22px;
}

.tipUstanoveTree .del
{
	float:left;
	width:20px;
	height:20px;
	background: transparent url(Images/btnDelete2.png) no-repeat 6px ;
	cursor:pointer;
}

.tipUstanoveTree .selected
{
	color:Red;
}


/* Cleaner */
.tipUstanoveTree li:after
{
	content: ".";
	visibility: hidden;
	clear: both;
	float: none;
	display: block;
	height: 0px;
}

/*.divTree { background: #e9e9e9 url(Images/sepVert.gif) repeat-y right; }*/


/*  */
.firstRow  {
	font-weight: bold;
	background-color: #e2eaf0;
	color: #587788;
	border-bottom: 1px solid #f0f5f9;
	border-top: 1px solid #cddde8; 
}

/* Inventura.aspx */
tr.selectedRow td
{
	font-weight: bold;
	background-color: #e2eaf0;
	color: #587788;
	border-bottom: 1px solid #f0f5f9;
	border-top: 1px solid #cddde8; 
}

tr.selectedRow .btn
{
	font-weight:normal;
}

.clearfix1 { visibility: hidden; clear: both; display: block; width: 100%; height:1px; }
.bar {position:relative; z-index:100;}
.bar ul li a, 
.bar ul li a:visited {display:block; text-decoration:none; width:auto; color:#fff; line-height:21px; height:23px; font-size:11px; overflow:hidden; padding: 0 10px }

.bar ul {padding:0; margin:0; list-style: none;}
.bar ul li {float:left; position:relative;}
.bar ul li ul {display: none;}

.bar ul li ul li a {width: 130px !important; height: auto !important; border: 1px solid #cbcbcb; border-top: 1px solid #ffffff;}

.bar ul li:hover a {color:#003366; background-color:#ffffff;}
.bar ul li:hover ul {display:block; position:absolute; top:23px; left:0; width:130px;}
.bar ul li:hover ul li a.hide {background: #f6f6f6 url(../images/childArrow.gif) no-repeat right; color:#003366;}
.bar ul li:hover ul li:hover a.hide {background:#003366 url(../images/childArrow.gif) no-repeat right; color:#ffffff;}
.bar ul li:hover ul li ul {display: none;}
.bar ul li:hover ul li a {display:block; background:#f6f6f6; color:#003366;}
.bar ul li:hover ul li a:hover {background:#003366; color:#fff;}
.bar ul li:hover ul li:hover ul {display:block; position:absolute; left:151px; top:0px;}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* end css reset */

wrap {
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

* {
    padding: 0px;
    margin: 0px
}

body {
    overflow-x: hidden
}

body, div, span, p, td, input, option, textarea, select, a, a:link, a:visited, a:active, a:hover {
    font-family: Arial, Sans-Serif;
    /*font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;*/
    font-size: 12px;
    text-decoration: none;
    /*color: #444;*/
}

::-moz-selection {
    color: #fff;
    background: rgba(0, 51, 102, 0.99);
    text-shadow: none;
}

::selection {
    color: #fff;
    background: rgba(0, 51, 102, 0.99);
    text-shadow: none;
}

img::selection {
    background: #00336688;
}


img {
    border: none
}

input {
    vertical-align: middle;
    padding-left: 2px
}

/*body, div, span, p, td {
    color: #333
}*/

input, option, textarea, select, a, a:link, a:visited, a:active, a:hover {
    color: #586FAF
}

input, select, textarea {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    /*font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;*/
    background-color: #eff2f4;
    font-size: 11px;
    border: solid 1px #a7c8dc;
    color: #444;
    margin-bottom: 3px;
    line-height: 18px;
    /*height: 18px;*/
    vertical-align: middle !important;
    padding: 2px;
}

select {
    min-width: 100px !important;
}
/*body#mvc table tr td input, body#mvc table tr td select, body#mvc table tr td textarea
{
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}*/

.input-readonly, input[readonly='readonly'] {
    border: none;
    background-color: #eee;
}

fieldset {
    border: none !important
}

    fieldset legend {
        display: block;
        float: left
    }


input[type="checkbox"] {
    background-color: Transparent;
    border: 0px;
}

input[type="text"][disabled="disabled"], /* Fix FF disabled textbox */
input[type="text"][disabled="true"], /* Fix FF disabled textbox */
a[disabled="disabled"], /* Fix FF disabled link */
a[disabled="true"] /* Fix FF disabled link */ {
    color: #AAA !important;
    cursor: not-allowed;
    background-image: linear-gradient(white, #eff2f4) !important;
}

option, select option {
    color: #000
}

h1, h2, h3, h4, h6 {
    font-family: Georgia, Times, "Times New Roman", serif;
    line-height: 240%;
}

h1 {
    font-size: 26px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 18px;
}

h4 {
    font-size: 16px;
}
/*h5
{
    font-size:18px;
}*/
h6 {
    font-size: 16px;
}

    h1 span, h2 span, h3 span, h4 span, h5 span, h6 span {
        font-size: inherit;
        font-family: inherit;
    }

.smalldd {
    font-size: 10pt;
}

.testBar {
    position: absolute;
    top: 0;
    right: 0;
    width: 1000%;
    height: 10px;
    background-color:cornflowerblue;
    color: #CCC;
    display:inline-block
}
.test {
    position: absolute;
    top: 0;
    right: 0;
    width: 66px;
    height: 66px;
    background: transparent url(../images/test.png);    
    color: #CCC;   
    overflow:visible;
}
.testInfo {
    float: right;
    margin-top: 10px;
    margin-right: 120px;
}

h3 {
    margin: 0px;
    padding: 0px 15px 5px;
    font-weight: normal;
    color: #555;
    background: transparent url(../images/separator2.gif) repeat-x bottom
}


h5 {
    font-size: 10pt
}


.btn, a.btn, a.btn:active, DIV.toolbar2 a, DIV.toolbar2 a:visited, DIV.toolbar2 a:active {
    display: inline-block;
    padding: 0px 6px;
    color: #003366;
    text-decoration: none;
    /*background: transparent url('../images/btn_bg.gif') repeat-x 0 -20px;*/
    background-image: linear-gradient(white, #eff2f4);
    border: 1px solid #9bb5c1;
    height: 20px;
    line-height: 20px;
    letter-spacing: normal !important;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px
}

    a.btn:hover {
        font-family: Verdana,Arial,Helvetica,sans-serif;
        font-size: 11px;
        background-image: linear-gradient(#eff2f4, #dedfe1);
    }

.manji {
    margin-top: 3px !important;
    margin-left: 0 !important;
    height: 18px !important
}

.btn.disabled, .btn.disabled:hover {
    color: #AAA;
    border: 1px solid #9bb5c1;
    cursor: not-allowed !important;
}

.btnDisabled {
    display: inline-block;
    padding: 0px 6px;
    color: #AAA !important;
    text-decoration: none !important;
    /*background: transparent url('../images/btn_bg.gif') repeat-x 0 -20px !important;*/
    background-image: linear-gradient(white, #eff2f4) !important;
    border: 1px solid #9bb5c1 !important;
    height: 20px;
    line-height: 20px;
    letter-spacing: normal !important;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    cursor: not-allowed !important;
}

    .btnDisabled span {
        color: #A3B5CC !important;
        text-decoration: none !important;
    }

.editlist table .btn {
    /*line-height: 16px !important*/
}

.editlist table.list .btn {
    line-height: 20px !important
}

DIV.toolbar2 a, DIV.toolbar2 a:visited, DIV.toolbar2 a:active {
    border: 1px solid #b9cfdd
}

    DIV.toolbar2 a:hover, a.btn:hover {
        color: #333;
        background-position: 0 0px
    }

div.headerUser {
    float: right;
    text-align: right;
    overflow: hidden;
    color: #CCC;
    padding: 60px 7px 0 0;
}

/* ---------------- end html redef ---------------- */



/* ---------------- generic start ---------------- */

a.login-menu-link, a.login-menu-link:visited, a.login-menu-link:hover, a.login-menu-link:active, a.login-menu-link:link {
    margin-top: 5px;
    right: 5px;
    background-color: transparent;
    color: #fff;
    text-decoration: none;
    text-align: right;
    width: auto;
    float: right;
    margin-right: 8px;
    font-size: 8pt
}

.small {
    font-size: 7pt
}

.faint {
    color: #666
}

.nowrap, .nowrap tr td {
    white-space: nowrap
}

.property {
    width: 5%;
    text-align: right;
    white-space: nowrap
}

.container {
    margin: 5px;
}

.title {
    background-color: #003366;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    padding: 2px;
    padding-left: 5px;
    letter-spacing: 2px
}

.labelporuka {
    display: block;
    height: 25px
}


.pname {
    white-space: nowrap;
    text-align: right;
    padding-right: 2px
}

.greska {
    padding: 10px;
    border: solid 3px #CED3E1;
    margin: 10px
}

    .greska, .greska span, DIV.greska, .greska h3 {
        color: #990000
    }

#Form1 {
    display: table;
}

#obvijestiList {
    float: none;
    clear: both;
    padding: 0px;
    margin: 5px;
    background-color: #f0f0f0;
    border: solid 1px #003366;
}

.multiLineField {
    height: 100px;
    width: 400px
}

.tblContainer {
    border: solid 1px #CED3E1
}

    .tblContainer td {
        padding: 2px;
        vertical-align: middle
    }

.cbox, .cbox input {
    border: 0px;
    vertical-align: middle;
    background-color: Transparent
}

    .cbox label {
        padding-left: 2px;
        padding-right: 15px;
        vertical-align: text-top;
    }

.padding5 {
    padding: 5px;
    padding-top: 7px;
}

div.overflow {
    width: 100%;
    height: 50px;
    overflow: auto;
    font-size: 10pt;
    border: solid 1px #586FAF;
    color: #000;
    margin-bottom: 5px;
    font-size: 7pt;
}

.listbox {
    font-size: 7pt;
}

    .listbox option {
        font-size: 7pt;
    }

.cleaner {
    display: block;
    float: none !important;
    clear: both !important;
    font-size: 0;
    line-height: 0;
    height: 0;
    visibility: hidden;
}

.separator {
    background: transparent url(../images/separator2.gif) repeat-x bottom
}

/* ---------------- generic end ---------------- */



/* ---------------- layout elements start ---------------- */
.main-container {
    height: 100%;
}

.toolbar2, .toolbar3 {
    background: #f6f6f6;
    padding: 2px;
    padding-left: 10px;
    padding-top: 4px;
    white-space: nowrap;
    margin: 0px;
}

    .toolbar2 a, .toolbar2 select, .toolbar2 input {
        vertical-align: baseline;
        white-space: nowrap;
        margin: 2px;
    }

    .toolbar2 .toolbarList {
        list-style-type: none;
        margin: 0px;
        padding: 0;
    }

        .toolbar2 .toolbarList li {
            margin: 0;
            padding: 0;
            float: left;
        }

tfoot.footer {
    padding: 4px;
    white-space: normal;
    border-top: 0px;
    font-size: 12px;
    background: #003366; /* Old browsers */
    background: -moz-linear-gradient(#5b7690 15%, #003366 85%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5b7690), color-stop(15%,#5b7690), color-stop(57%,#375b7e), color-stop(85%,#003366)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(#5b7690 15%, #003366 85%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(#5b7690 15%, #003366 85%); /* Opera 11.10+ */
    background: -ms-linear-gradient(#5b7690 15%, #003366 85%); /* IE10+ */
    background: linear-gradient(#5b7690 15%, #003366 85%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5b7690', endColorstr='#003366',GradientType=0 ); /* IE6-9 */
    color: white;
    font-weight: normal;
    empty-cells: show;
}

DIV.sub-container {
    width: 100%;
}

DIV.logo {
    background-color: #81a2ca;
}

.header {
    background-color: #003366;
    height: 82px;
    width: 100%;
}

.mainTD {
    padding-top: 10px;
    height: 500px;
    /*border:solid 4px #CED3E1;*/
    background: #f0f0f0 url(../images/bg_body.gif) repeat-x;
    vertical-align: top;
}

DIV.bar {
    height: 22px;
    color: White;
}


DIV.footer {
    color: #555;
    font-size: 11px;
    height: 55px;
    background-image: linear-gradient(#83838380, #ececec 5%, #ffffff);
    /*background-repeat: repeat-x;*/
    text-align: center;
    padding-top: 18px;
    width: auto;
    margin: 0 auto;
}

    DIV.footer p {
        color: #555 !important;
        font-size: 9px;
    }

    DIV.footer a {
        font-size: 11px;
        font-weight: bold
    }

div.under-sub {
    background: transparent url(../images/separator2b.gif) repeat-x top;
    padding-top: 2px;
}

/* ---------------- layout elements end ---------------- */

/* ---------------- upisnik ----------------------------*/

.mainlistUpisnik {
    border: 0px;
    margin: 1px;
    padding: 3px;
    empty-cells: show;
    border-bottom: 1px solid #006699;
}

    .mainlistUpisnik input /* Fix textbox align right - cursor missing */ {
        padding-right: 1px;
    }

table.mainlistUpisnik tr td {
    padding: 4px;
    border-top: solid 1px #006699;
    white-space: normal;
    empty-cells: show;
    text-align: center;
    border-right: solid 1px #006699;
}

    table.mainlistUpisnik tr td.cetvrtiRazred {
        padding: 4px;
        border-top: solid 1px #CED3E1;
        white-space: normal;
        empty-cells: show;
        text-align: center;
        border-right-style: solid;
    }

    table.mainlistUpisnik tr td.prazna {
        padding: 4px;
        border-top: solid 1px #CED3E1;
        white-space: normal;
        empty-cells: hide;
        text-align: center;
        border-right-style: solid;
    }

    table.mainlistUpisnik tr td.FirstColumn {
        padding: 4px;
        border-top: solid 1px #006699;
        empty-cells: show;
        border-left: 1px solid #006699;
    }

    table.mainlistUpisnik tr td.GroupTD {
        padding: 4px;
        empty-cells: show;
        border-left: 1px solid #006699;
        border-top: 1px solid #006699;
        border-right: 0px;
    }

tr.mainlisttheader td {
    padding: 4px;
    white-space: normal;
    border-top: 0px;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    background-image: linear-gradient(#2d567d, #003366);
    color: white;
    empty-cells: show;
    text-align: center;
}

    tr.mainlisttheader td.FirstColumn {
        padding: 4px;
        border-top: solid 1px #CED3E1;
        empty-cells: show;
    }


table.mainlistUpisnik tr td input {
    text-align: right;
    width: 50px;
}

.UpisnikHeader {
    font-weight: bold;
}

/* -----------------------------------------------------*/


/* ---------------- lists start ---------------- */
.mainlist {
    border: 0px;
    margin: 1px;
    padding: 3px;
    width: 100%;
    empty-cells: show;
}

table.mainlist td, table.mainlist tbody th {
    padding: 4px;
    border-top: solid 1px #CED3E1;
    white-space: normal;
    empty-cells: show;
}


.mainlist tr.theader {
    cursor: default !important
}

.mainlist {
    cursor: pointer
}

    .mainlist tr:hover {
        background-color: #E0E2E9 !important;
        cursor: pointer
    }

    .mainlist tr.pager {
        background-color: Transparent;
        cursor: default
    }

    .mainlist .odjeli th {
        text-align: left;
    }

tr.pager td.pagination {
    border-top: none;
    padding-bottom: 15px
}



/*table.mainlist tr.alternate td { background-color: #fff }*/
.childlist {
    border: 1px solid #CED3E1;
    width: 99%;
    margin-bottom: 5px;
}

body#mvc table.childlist {
    width: auto;
    border: 0;
    margin-bottom: 10px;
}

    body#mvc table.childlist tr td {
        padding: 5px;
        border-top: 0;
        border-left: 0;
        border-right: 0;
        border-bottom: 1px solid #CED3E1;
    }

    body#mvc table.childlist.noborder tr td {
        border: 0;
    }


.list {
    border: 0px;
    margin: 1px;
    padding: 3px;
    width: 98%;
    empty-cells: show;
}

table.list td {
    padding: 4px;
    border-top: solid 1px #CED3E1;
    empty-cells: show;
}

.theader span {
    font-size: 10px
}

tr.theader td, tr.theader th {
    padding: 4px !important;
    white-space: normal;
    border-top: 0px;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    /*background: #b9cfdd url(../images/bg_taskbar1.gif) repeat-x top;
    color: #006699;*/
    background-image: linear-gradient(#2d567d, #003366);
    color: white !important;
    empty-cells: show;
}

tr.theaderBig td, tr.theaderBig th {
    padding: 4px !important;
    white-space: normal;
    border-top: 0px;
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
    /*background: #b9cfdd url(../images/bg_taskbar1.gif) repeat-x top;*/
    background-image: linear-gradient(#ffffff, #f0f0f0);
    /*color: #587788 !important;*/
    empty-cells: show;
}

body#mvc table.childlist th {
    padding: 4px;
    white-space: normal;
    border-top: 0px;
    font-size: 12px;
    background-image: linear-gradient(#2d567d, #003366);
    color: white;
    font-weight: normal;
    empty-cells: show;
}

table.editlist {
    margin: 0px;
    padding: 0px;
    width: 100%;
    /*width: calc(100% - 20px);*/ /* improvement za margine?*/
}

body#mvc table.editlist {
    width: 98% !important;
}

table.editlist td, table.list td {
    padding: 4px;
    vertical-align: middle;
    border-top: solid 1px #cddde8;
    border-right: solid 1px #cddde8;
    empty-cells: show;
}

    table.editlist td:last-of-type {
        padding: 4px;
        vertical-align: middle;
        border-top: solid 1px #cddde8;
        border-bottom: solid 1px #cddde8;
        border-right: solid 1px #cddde8;
        empty-cells: show;
    }

table.editlist tr:last-of-type {
    border-bottom: solid 1px #cddde8;
}

table.editlist td:first-of-type {
    border-left: solid 1px #cddde8;
}

.parentlist {
    padding: 7px 5px 5px 10px;
}

    .parentlist A, .parentlist A:link, .parentlist A:visited {
        font-size: 14px;
        font-weight: bold;
        color: #3F5283;
        letter-spacing: 1px;
    }

        .parentlist A:hover {
            color: #8FA5C5;
        }

.desc, .desc1, .desc2, .desc3, .desc4, .desc5,
tr.decs td, tr.desc1 td, tr.desc2 td, tr.desc3 td, tr.desc4 td, tr.desc5 td {
    text-align: right;
    background-color: #f0f0f0;
    color: #587788;
    border-bottom: 1px solid #f0f5f9;
    border-top: 1px solid #cddde8;
    vertical-align: top !important;
    padding-top: 5px !important;
}

tr.decs span, tr.desc1 span, tr.desc2 span, tr.desc3 span, tr.desc4 span, tr.desc5 span {
    color: #587788;
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    font-size: 10px !important;
}

.desc1, .desc2, .desc3, .desc4, .desc5,
tr.desc1 td, tr.desc2 td, tr.desc3 td, tr.desc4 td, tr.desc5 td {
    font-family: Verdana, Helvetica, Arial, Sans-Serif;
    font-size: 12px !important;
    padding: 2px;
    border-bottom: none;
}

.desc2, .desc4,
tr.desc2 td, tr.desc4 td {
    border-top: 1px solid #a2bacb !important;
    background-color: #f6f6f6;
    font-weight: bold;
    text-align: left;
    font-size: 12px !important;
    padding-left: 5%;
}

.desc3 {
    background-color: #fff;
    color: #666;
}

.desc4 {
    background-color: #e5e5e0;
    color: #666;
    border-bottom: 1px solid #f3f3f0;
    border-top: 1px solid #bbbbb2;
}

.desc5 {
    background-color: #eaeae7;
    color: #666;
    border-bottom: 1px solid #f3f3f0;
    border-top: 1px solid #ddddd7;
}

table.editlist tr td.desc {
    width: 150px;
}

body#mvc table.editlist tr td, body#mvc table.editlist tr th {
    padding: 5px;
}

    body#mvc table.editlist tr td.desc {
        white-space: nowrap;
    }


table.editlist dl {
    font-size: 10px;
    width: 265px
}

    table.editlist dl dt {
        width: 70%;
        float: left;
        text-align: right;
        margin-right: 10px;
    }

    table.editlist dl dd {
        width: 20%;
        text-align: right;
        font-weight: bold
    }

    table.editlist dl span {
        font-size: 10px;
        float: left
    }

/* ---------------- lists end ---------------- */





/* --------------- tabovi - start ----------------*/
.tab-toolbar {
    /*width:995px;*/
    margin-top: 10px;
}

.tab {
    display: block;
}

#tabs {
    margin-top: 8px;
}

#tab_container {
    display: block;
    clear: both
}

A.tab_link:hover {
    background-color: #CCCCCC;
}

A.tab_link:link {
    background-color: Transparent;
}



.tab-toolbar a {
    line-height: 23px;
    display: block;
    float: left;
    margin-right: 1px;
}

    .tab-toolbar a span {
        line-height: 23px;
        display: block;
        padding: 0 8px;
    }

.oldTab a span {
    background: transparent url(../images/tab_bg_start.gif) no-repeat 0px -23px;
}

.oldTab a {
    background: #f0f0f0 url(../images/tab_bg.gif) no-repeat right -23px;
}

    .oldTab a:hover {
        background-position: right -46px;
    }

    .oldTab a.selectedTabOld {
        background-position: right 0px;
    }

    .oldTab a:hover span {
        background-position: 0px -46px !important;
        color: #555
    }

    .oldTab a.selectedTabOld span {
        background-position: 0px 0px !important;
        color: #eee
    }

    .oldTab a:hover span {
        background-position: 0 -23px;
    }


/* --------------- tabovi - end ----------------*/







/* ---------------- start login ---------------- */
TABLE.login, div.login {
    margin: 60px auto 0;
    border: solid 2px #CED3E1;
    padding: 0;
    width: 372px;
}

div.login {
    border-top: none !important;
    margin: 0 auto !important;
    width: 358px;
    padding: 5px;
}


.login-left {
    background-color: #CED3E1;
}

td.tspacer {
    width: 50px;
}

/* ---------------- end login ---------------- */



/* --------------- paginacija - start ----------------*/
.pagination {
    text-align: center;
}

    .pagination, .pagination A, .pagination A:link, .pagination A:hover, .pagination A:visited {
        font-size: 90%;
    }

        .pagination span {
            margin: 3px;
            padding: 3px;
            background-color: #586FAF;
            color: #fff;
        }

/* ---------------- paginacija - end ---------------- */


/* ---------------- item picker start ---------------- */
.picker {
    vertical-align: middle;
}

    .picker .selectedvalue {
        border: solid 1px black;
        padding: 2px;
        margin-right: 3px;
        margin-top: 1px;
        background-color: #dcdcdc;
        display: block;
        width: 190px;
        overflow: hidden;
        line-height: 14px;
        float: left;
        height: 14px;
    }

    .picker .searchbox {
        DISPLAY: none;
        position: absolute;
        z-index: 2000;
        border: solid 1px #000;
        background-color: #CED3E1;
        padding: 3px;
    }

#predmetiBox .picker .searchbox {
    left: -3px
}

#predmetiBox .picker span {
    width: 230px !important
}


#ispisSvjedodzbiBox {
    width: 320px;
    min-height: 220px;
    margin-left: -260px;
}

    #ispisSvjedodzbiBox dl {
        margin: 10px 0 10px 0
    }

    #ispisSvjedodzbiBox dt, #ispisSvjedodzbiBox dd {
        padding: 5px;
    }



.picker .searchboxLeft {
    width: 330px;
    DISPLAY: none;
    position: absolute;
    top: 25px;
    left: -150px;
    border: solid 1px #000;
    background-color: #CED3E1;
    padding: 3px;
}

.picker .results {
    DISPLAY: none;
    width: 700px;
    font-size: 8pt;
    height: auto !important;
    line-height: auto !important
}

.picker .btn {
    background-color: #CED3E1;
    padding: 0px 6px 0 6px;
    width: auto;
    overflow: visible;
    cursor: pointer;
}

/* ---------------- item picker end ---------------- */




.sub-container div {
    margin: 0px;
}

/* MULTIPLE CHOICE CONTROL */
.desc2, table.editlist .multiodabir tr td.desc2 {
    letter-spacing: 1px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.move-left-right {
    padding-top: 10px;
}

.multiodabir .desc2 .move-left-right .btn {
    margin: 5px;
}

.multiodabir .multiselect {
    width: 150px;
}

.editlist .multiodabir {
    width: auto;
}

/* End MULTIPLE CHOICE CONTROL */

table.editlist table.list {
    border-width: 1px;
    border-color: #E0E2E9;
    margin-bottom: 5px;
    border-style: solid;
    width: auto;
    border-collapse: collapse;
}

table.noBorderFix tr {
    border-collapse: unset !important;
    border-bottom: unset !important;
}

table.noBorderFix td {
    border-collapse: unset !important;
    border-bottom: unset !important;
}

table.editlist td a.btn {
    margin-bottom: 5px;
}

.list td.btnlink {
    text-align: center;
    width: 80px;
}

.desc span {
    text-align: right;
    color: #587788;
}

.meniTD {
    background-image: linear-gradient(#5f7c98, #003366 8%, #2e567d 12%, #003366);
    background-repeat: repeat-x;
    background-color: #003366;
}

.childlist .btnlink {
    width: 80px;
    text-align: center;
}

.atrField {
    margin: 3px;
    padding: 5px;
}

.atrLegend .atrNazivGroup {
    color: #586FAF;
}

.atrTD {
}

table.editlist td.atrTD {
    padding: 0px;
    margin: 0px;
}

.atrTD table {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

#rola {
    white-space: normal;
}

    #rola .rola, .rola {
        color: #CC3300;
    }

.padding5 h2 {
    font-size: 14px;
    font-weight: bold;
    vertical-align: middle;
}

TABLE.mainlistUpisnik TR.mainlisttheader TD nowrap {
    width: 1px;
    border: 1px solid #006699;
}

#tableUkupanZbrojUcenika, #tableBrojOdjela {
    border-left: solid 1px #006699;
}

.checkboxList {
    width: 10px;
}

dl.primjerListaCSV {
    width: 500px;
    border: 1px solid #CED3E1;
    padding: 1px 1px 0 1px;
    margin: 0
}

    dl.primjerListaCSV dt {
        float: left;
        width: 250px;
        font-weight: bold;
        line-height: 20px;
        background-color: #E0E2E9;
        margin-bottom: 1px;
        padding-left: 4px
    }

    dl.primjerListaCSV dd {
        clear: right;
        line-height: 20px;
        margin-bottom: 1px;
        background-color: #eee;
        text-align: center
    }

    dl.primjerListaCSV a:hover {
        text-decoration: underline
    }


/* .excell input { border: none !important; background-color: Transparent !important  } */


/* Main Page - MessageBoard */

.MessageBoard, .MessageBoard1 {
    width: 650px;
    border: 1px solid #eee
}

    .MessageBoard1:hover {
        border: 1px solid #6278B4;
        cursor: pointer
    }

.BoardHeader {
    background-color: #6278B4;
}

    .BoardHeader td {
        color: #fff;
        font-weight: bold
    }

.BoardAlter {
    background-color: #eee
}

.MessageThread, .MessageThreadAlt {
    border: 1px solid #6278B4;
    margin: 10px;
    text-align: justify;
}

.MessageThreadAlt {
    background-color: #efefef
}

.ThreadTitle {
    display: block;
    height: 20px;
    line-height: 20px;
    padding: 3px;
    background-color: #DEE1E9
}


body .unosNeaktivan input[type="text"] {
    color: #444 !important;
    border: none;
    background: transparent;
    margin-top: 2px
}

body .unosNeaktivan .picker .selectedvalue {
    border: none;
    background: none;
    color: #444
}

body .unosNeaktivan .btn {
    display: none
}

body .unosNeaktivan input[type="text"].oibOsobe {
    border: solid 1px #a7c8dc;
    background: #eff2f4;
}

#tab_container .editlist {
    background-color: #fff !important;
    border: 2px solid #457093
}

    #tab_container .editlist select {
        width: 400px;
    }

body#mvc #tab_container .editlist select {
    width: 250px;
}

.ui-tabs #tab_container .editlist {
    border: none !important;
    margin-top: 10px;
}

/* HomePage */
.noResults {
    padding: 10px 3px 0 !important;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: #3b4350
}

.separator1 {
    background: transparent url(../images/separator2.gif) repeat-x top
}

.toolbar2 span.separator1 {
    display: block;
    width: 100%;
    line-height: 34px;
    height: 30px;
    text-indent: 5px;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: bold;
    color: #3b4350
}

#predmetiBox .btn, #selectBox .btn {
    line-height: 16px !important;
}

body table div.divObavijest {
    text-align: justify
}

    body table div.divObavijest h4 {
        font-size: 14px;
        margin: 10px 0
    }

    body table div.divObavijest p {
        margin-bottom: 10px
    }

    body table div.divObavijest ul {
        margin-bottom: 10px;
        list-style-type: disc;
    }

    body table div.divObavijest li {
        margin-left: 40px;
    }


/**/
.donjiDiv {
    background: transparent url(../images/separator2.gif) repeat-x top;
}

span.locked {
    background: transparent url(../images/lock.gif) no-repeat;
}

.NetHelpControl {
    display: block;
    width: 16px;
    background: transparent url(../images/NetHelp2.gif) no-repeat !important;
    text-indent: -10000px;
    border: none !important
}

.bgEdit {
    background: transparent url(../images/bgEditMode.gif) repeat-y;
    width: 960px !important;
    min-height: 500px;
    height: auto
}

.printHider {
    display: none !important;
}

.printer2 {
}

.Dummy {
    display: block !important
}

.Dummy {
    display: table-row !important
}

#lijeviDiv .tipUstanoveTree {
    width: 220px;
}

.edit_caption caption {
    line-height: 18px;
    padding: 5px;
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    background-color: #d0dee7;
    color: #587788;
}

ul.pagerControl {
    float: left;
    list-style-type: none
}

    ul.pagerControl li {
        float: left;
    }

a.pagerPrev, a.pagerPrevGhost, a.pagerNext, a.pagerNextGhost {
    text-indent: -10000px;
    display: block;
    width: 16px !important;
    height: 16px !important;
    padding: 0 !important;
    border: none !important;
    margin-top: 2px;
}

a.pagerPrev, a.pagerPrevGhost {
    background: transparent url(../images/pagerPrevious.gif) no-repeat !important;
    margin-right: 5px !important;
}

    a.pagerPrev:hover {
        background-position: 0 -16px !important
    }

a.pagerPrevGhost {
    background-position: 0 -32px !important;
    cursor: default;
}

a.pagerNext, a.pagerNextGhost {
    background: transparent url(../images/pagerNext.gif) no-repeat !important;
    margin-left: 5px !important;
}

    a.pagerNext:hover {
        background-position: 0 -16px !important
    }

a.pagerNextGhost {
    background-position: 0 -32px !important;
    cursor: default;
}

#suggestDiv {
    font-size: 11px; /*font-family: Verdana, Arial, Sans-Serif;*/
    background: #e0e9ef url(../images/separator2.gif) repeat-x top;
    padding: 5px;
    width: 660px;
    overflow: hidden;
    display: none;
    margin: 0 auto 5px;
    border: 1px solid #fff;
    border-top: none
}

.inventuraFloat {
    float: left
}

tr.inactive td {
    color: #888;
    background-color: #f6f6f6
}

tr.unsaved td {
    color: #f08080;
    background-color: #f6f6f6
}

.pad td {
    padding: 0 4px !important
}




/* Razduživanje demo */

table.cellCenter tbody th {
    text-align: left;
    font-weight: normal;
}

table.cellCenter tbody td {
    text-align: center;
    font-weight: normal;
}

/* Razduživanje */
tr.warning span.razduzivanjeTip,
tr.desc span.razduzivanjeTip,
tr.neupareni span.razduzivanjeTip {
    display: block;
    width: 16px;
    height: 16px;
    text-indent: -10000px;
}

tr.warning span.razduzivanjeTip {
    background: transparent url(../images/status_kolicina.png) no-repeat
}

tr.desc span.razduzivanjeTip {
    background: transparent url(../images/status_OK.png) no-repeat
}

tr.neupareni span.razduzivanjeTip {
    background: transparent url(../images/status_neupareno.png) no-repeat
}

span.treeNodeAlert {
    background: transparent url(../images/treeNode_alert.png) no-repeat
}

p.narudzbaInfo {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin-top: 3px;
    margin-bottom: 3px;
}

p.zakljucavanjeZabranjeno {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 14px;
    margin-top: 7px;
    margin-bottom: 7px;
    font-weight: bold;
}

input.TxtboxDisabled {
    border: none !important;
    background-color: Transparent !important;
    color: #000 !important
}

/* Naknadno dodano */
.obavezno {
    background-color: #FFF8D8;
}

/* ucenici - odabir odjeljenja */
.clear_datum {
    display: -moz-inline-box;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    _padding-left: 12px;
    height: 16px;
    background-image: url(../images/ui-icons_222222_256x240.png);
    background-repeat: no-repeat;
    background-position: -96px -128px;
}

    .clear_datum:hover {
        background-image: url(../images/ui-icons_454545_256x240.png);
    }

/* King top message box */
.king_message_box {
    position: fixed;
    margin: 0 20px;
    padding: 0;
    top: 0;
    background-color: #E78700;
    z-index: 10000;
    /* Fix for < IE7 */
    _position: absolute;
    _top: expression( tmpValue = document.documentElement.scrollTop + 'px' );
}

    .king_message_box, .king_message_box div.king_message_box_inner {
        font-size: 1.2em;
        color: #000;
        font-weight: normal;
        background-repeat: no-repeat;
        text-align: center;
    }

        .king_message_box div.king_message_box_inner {
            display: block;
            padding: 8px 12px;
        }

/* Custom controls */
.datum {
    margin-bottom: -2px;
    width: 16px;
    height: 16px;
    text-indent: -10000px;
    background: url(../images/calendar.png) no-repeat;
}

/* Ajax kalendar - da se ne primijeni padding, margin ili border od td-a u kojem se nalazi */
.ajax__calendar_container td, .ajax__calendar_container th {
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.nextCal {
    display: block;
    float: left;
    background: url(../images/next.png) no-repeat 4px 4px;
    text-indent: -10000px !important;
    width: 24px !important;
    height: 24px !important
}

.prevCal {
    display: block;
    float: left;
    background: url(../images/prev.png) no-repeat 0 4px;
    text-indent: -10000px !important;
    width: 24px !important;
    height: 24px !important
}



/* edit učenika mvc */
.ustanova-title {
    margin: 0 0 2px 15px;
    color: #aaa;
}

.ucenik-title {
    padding: 0 0 0 14px
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    width: auto;
}

* html .ui-autocomplete {
    height: 200px;
}

.toggler-open {
    display: block;
    cursor: pointer;
}

.toggler-close {
    display: none;
    cursor: pointer;
}

body#mvc #tab_container .editlist.predmeti select {
    width: auto;
}

.predmeti .ocjenaid {
    width: 30px;
    text-align: right;
}

.predmeti textarea {
    width: 250px;
    height: 60px;
    overflow: auto;
}
/* end edit učenika mvc */

.desc span {
    padding: 0px 0px 0px 5px !important;
    text-transform: none;
    /*font-size: Arial;*/
    font-size: 14px;
    /*color: white;*/
}

.desc p {
    padding: 0px;
    text-transform: none;
    /*font-size: Arial;*/
    font-size: 12px;
    /*color: #587788;*/
}

.theader td {
    margin: 0px !Important;
    padding: 0px !important;
}

.skgodina {
    color: #587788 !important;
    text-transform: none !important;
    font-size: Arial !important;
    font-size: 16px !important;
    padding: 10px 0px 0px 10px !important;
    text-align: center !important;
}

.table-header div {
    /*background: #b9cfdd url(../images/bg_taskbar1.gif) repeat-x top;*/
    background-image: linear-gradient(#2d567d, #003366);
    color: white;
    text-align: center;
    line-height: 25px;
}

#darovitost-dodatni {
    float: left;
    margin-right: 30px;
    margin-bottom: 35px;
}

#obrazovanje tr td {
    padding: 10px !important;
    border: 1px #254c66 solid;
}

#obrazovanje tr.theader td {
    background: none;
}

#obrazovanje tr.theader td, #obrazovanje tr.theader th {
    white-space: normal;
    font-size: 12px;
    text-transform: none;
    font-weight: normal;
}

.toprogram-wrapper {
    color: #457093 !important;
}

.toopcije {
    float: right;
    font-size: 21px;
}

.tonaziv {
    padding-bottom: 5px;
    padding-right: 10px;
    font-family: Arial;
    float: left;
    font-size: 21px !important;
    color: #254c66 !important;
}

.tosifra {
    float: right;
}

    .tosifra span {
        font-size: 21px !important;
        color: #838489 !important;
    }

.toprogramrazred {
    float: left;
}

.torow1 p, .torow2 p {
    color: #254c66 !important;
    font-weight: bold !important;
}


.torow1mb {
    padding-right: 10px;
    float: left;
}

.torow1od {
    float: right;
}

.torow2mu {
    padding-top: 10px !important;
    float: left;
}

.torow2remove {
    float: left;
}

.torow2to {
    float: right;
}

.torow3uredi {
    float: right;
}

.sgCell {
    text-align: center;
    font-weight: bold !important;
    vertical-align: middle;
    background: hsla(204, 37%, 90%, 1); /*boja pozadine školskih godina (neparne)*/
    color: #254c66 !important;
    font-size: 16px !important;
}

    .sgCell span {
        color: #254c66 !important;
    }

.to-main {
    background: #ffdcbb !important; /*boja pozadine za kartice ustanova na edit ucenik*/
} 

    .to-main span, .to-main p {
        font-family: Arial;
    }

.toprogramrazredwrapper {
    float: left;
}

.toprogram {
    font-weight: bold;
    color: #264c66;
}

.tonazivsifra {
    margin-bottom: 20px;
}

#obrazovanje tr:nth-child(2n+2) {
    background: #f7f9fb;
}

#obrazovanje tr td:first-child:nth-child(2n+2) {
    background: #96b1c1 !important;
}

.even {
    background: hsla(202, 26%, 80%, 1); /*boja pozadine školskih godina (parne)*/
}

.zebraEven {
    background: #fff;
}

/* replace jquery-ui styles */
#osiguranje .ui-tabs .ui-tabs-panel {
    padding: 0px !important;
}


.loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    /*height: 10000px;*/
    height: 100%;
    background: #000000;
    filter: alpha(opacity=20);
    opacity: .20;
    z-index: 1000;
}

.ignored {
    text-decoration: line-through
}


/*#region GRID TOOLBAR FIX */
div.DTTT_container {
    margin: 0 !important;
    padding-right: 15px;
}

.dataTables_length {
    margin: 10px 15px !important;
}

.dataTables_filter {
    margin: 10px 0 10px 15px !important;
}

div.DTTT_container a.DTTT_button {
    margin-top: 9px !important;
}
/*#endregion*/

.predmetObavezni {
    background: #ffffff;
}

.predmetIzborni {
    background: #f2faff;
}

.predmetFakultativni {
    background: #e1f3ff;
}

.predmetPraksa {
    background: #c7e9ff;
}

.predmetNasljeden {
    font-style: italic;
}


.reportClear body,
.reportClear div,
.reportClear span,
.reportClear p,
.reportClear td,
.reportClear input,
.reportClear option,
.reportClear textarea,
.reportClear select,
.reportClear a,
.reportClear a:link,
.reportClear a:visited,
.reportClear a:active,
.reportClear a:hover {
    font-family: unset;
    font-size: unset;
    text-decoration: unset;
    color: unset;
}

.customTjednaChosenStyle .chosen-container ul {
    border: 1px solid #a7c8dc;
    background-image: none;
    background-color: #eff2f4;
}

.customTjednaChosenStyle .chosen-container {
    margin-bottom: 5px;
}

    .customTjednaChosenStyle .chosen-container .search-choice {
        margin: 3px 5px 3px 5px !important;
    }

.customDisabled {
    opacity: 0.35;
    pointer-events: none;
}

.chbCustomDisabledStyle {
    background-color: rgba(0,0,0,0.25);
    display: inline-block;
    vertical-align: middle;
    opacity: 0.35;
}

.customLinkBtnDisabled {
    pointer-events: none;
}

.disableText {
    color: gray;
}

.neaktivniRow {
    background: #EEEEEE;
    color: #9E9E9E;
}

    .neaktivniRow td {
        background: #EEEEEE;
        color: #9E9E9E;
    }

        .neaktivniRow td span {
            color: #9E9E9E;
        }

.hideElement {
    display: none !important;
}

.displayInline {
    display: inline !important;
}

.displayBlock {
    display: block !important;
}

.chosen-container.chosen-container-multi {
    min-width: 200px !important;
}

#ui-datepicker-div {
    clip: auto !important;
}

/* Picker */
.king_picker
{
	background-color:#fff;
	border:solid 1px #B9CFDD;
	z-index:200000;
}

.king_picker div
{
	padding:2px 4px;
	border-bottom:solid 1px #D9EFFD;
	text-align:left;
}

.king_picker div.hover
{
	cursor:pointer;
	background-color:#B9CFDD;
}

.king_picker_input.nonFocus
{
	background-color:#ccc;
}
/* Progress bar */

html, body
{
	_height:100%; /* Fix for < IE7 */
}

#transparent_mask, .transparent_mask
{
	margin:0;
	padding:0;
	z-index:1000;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	opacity:0.25;
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	background-color:#000;
	
	/* Fix for < IE7 */
	_position:absolute;
	_top: expression( tmpValue = document.documentElement.scrollTop + 'px' );
}

#progress_bg, #progress_bar, #progress_text
{
	position:fixed;
	_position:absolute; /* Fix for < IE7 */
	top:50%;
	left:50%;
	width:360px;
	height:200px;
	margin:-100px 0 0 -180px;
	text-align:center;
	background-color:Transparent;
}

#progress_bg
{
	padding:0;
	z-index:1100;
}

#progress_bar
{
	padding:45px 0;
	z-index:1200;
	text-align:center;
	background-color:Transparent;
}
#progress_bar img
{
	width:220px;
	height:19px;
}

#progress_text
{
	padding:110px 0 0 0;
	z-index:1200;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	text-align:center;
	background-color:Transparent;
}

/* Status bar */
.status_mask {
    margin: 0;
    padding: 0;
    z-index: 2000;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    /*background-image: url(../images/progress_bg.jpg);*/
    background-image: linear-gradient(#d7d7d7, #ffffff 1%, #f1f1f1 30%, #e1e1e1);

    /* Fix for < IE7 */
    _position: absolute;
    _top: expression(document.documentElement.scrollTop + (document.documentElement.clientHeight-this.clientHeight) + 'px');
}

* html .status_mask {
	background-image:expression(this.runtimeStyle.filter = 'progid:DXImageTransform.Microsoft.AlphaImageLoader(src=' + this.currentStyle['backgroundImage'].split('\"')[1] + ', sizingMethod="crop")',this.runtimeStyle.backgroundImage = 'none',this.src = 'blank.gif');
}

.status_text
{
	margin:30px 20px;
	z-index:2100;
	color:#fff;
	font-size:11px;
	background-color:Transparent;
	font-family:Trebuchet MS, Sans-Serif;
}

.status_text:after
{
	content: ".";
	visibility: hidden;
	clear: both;
	float: none;
	display: block;
	height: 0px;
}

a.status_closeBtn
{
	cursor:pointer;
	float:right;
	margin: 15px 5px 0 0;
	display: block;
	width: 28px;
	height: 15px;
	text-indent: -10000px;
	background: transparent url(../images/StatusClose.png) no-repeat;
}
a.status_closeBtn:hover
{
	background-position: -28px;
}

ul.status_list_error, ul.status_list_message
{
	padding-left: 70px;
	margin-right: 10px;
	list-style-type:none;
	float:left;
	width:42%;
	border-right: 1px solid #b3b9be;
	height: 60px;
}
ul.status_list_error { background: transparent url(../images/StatusError.png) no-repeat; }
ul.status_list_message { background: transparent url(../images/StatusMessage.png) no-repeat; }

ul.status_list_error li { color:red; }

ul.status_list_message li {	color:#2e495f; }
/**************** Toolbar all boxes ****************/
.toogleBtn
{
	display:block;
	cursor:pointer;
}

.toolbarBox
{
	display:none;
	padding:5px;
	position:absolute;
	top:25px;
	width:370px;
	background-color:#fff;
	border:solid 2px #ced3e1;
	z-index:200; /* > 1000 je progres box */
}

.toolbarBox h3
{
	font-size:12px;
	font-family: Verdana, Sans-Serif;
	clear: both;
}

/* Fix FF */
.toolbarBox input[disabled], .toolbarBox a[disabled], .toolbarBox a:hover[disabled]
{ color:#888; }

/**************** Filter box ****************/
#filterBox
{
	left:-84px;
	width:550px;
}

#filterBox #filterNode
{
	display:block;
	margin:0;
	padding:1px 2px;
	border:none;
	background-image:none;
	text-decoration:none;
	cursor:pointer;
}

#filterBox a.selectedNode
{
	color:#fff;
	background-color:#777;
}

#filterText
{ padding-left:5px; }

dl.FilterSearchBox {
	position: relative;
	width: 360px;
	margin: 0 auto 10px !important;
}

dl.FilterSearchBox dt {
	float: left;
	line-height: 22px;
	width: 18%;
}

dl.FilterSearchBox dd {
	line-height: 22px;
	width: 82%;
}

.FilterSearchBox .searchbox {
	position: absolute;
	left: 0px;
	width: 360px !important;
}

/**************** Predmeti box ****************/
#predmetiBox
{
	width:370px;
}

.tblPredmeti td
{
	height:21px;
	max-width:200px;
}

.tblPredmeti .tHeader td
{
	padding-top:5px;
	font-weight:bold;
}
.tblPredmeti .tblPredmeti-naziv
{
	width:200px !important;
	overflow:hidden  !important;
}

/* Move table row buttons */
td.arrowDown, td.arrowUp
{
	width:35px;
	text-align:center;
	cursor:pointer;
}

/* Ispisuje broj selektiranih ucenika */
div.msgBox
{
	margin-top:10px;
	font-weight:bold;
}

/**************** Ispravci box ****************/
#ispravciBox 
{
	left: -73px;
	width:280px;
}

/**************** Prebacivanje u ustanovu ****************/
#selectBox
{
	left:-147px;
	width:280px;
}

/**************** Prebacivanje razdoblja ****************/
#prebacivanjeBox
{
	left:-155px;
	width:255px;
}

/**************** Filter liste tree ****************/
div.toolbar2 #filterBox .tipUstanoveTree a { line-height: 14px; background: none; border: none; display: block; height: auto }
div.toolbar2 #filterBox li.rootNode { width: 100% }


/*#region CUSTOM GRID STYLE */
    .customGridStyle.no-footer {
        border-bottom: 1px solid #111;
    }
    .customGridStyle .theader td {
        vertical-align: middle !important;
    }
    .customGridStyle .theader td div {
        font-family: Arial,sans-serif;
        font-size: 10px !important;
        letter-spacing: 1px;
        padding-left: 15px !important;
    }
     .customGridStyle .theader td div.DataTables_sort_wrapper span.ui-icon {
         display: none!important;
     }
    .customGridStyle .sorting, .customGridStyle .sorting.ui-state-default {
        background-image: url("../js/DataTables-1.10.4/media/images/sort_both_white.png"), linear-gradient(180deg, #2d567d 0, #003366 100%);
        background-repeat: no-repeat, repeat;
        background-position: 0 50%, 50% 50%;
    }
     .customGridStyle .sorting.sorting_asc {
         background-image: url("../js/DataTables-1.10.4/media/images/sort_asc_white.png"), linear-gradient(180deg, #2d567d 0, #003366 100%);
     }
     .customGridStyle .sorting.sorting_desc {
         background-image: url("../js/DataTables-1.10.4/media/images/sort_desc_white.png"), linear-gradient(180deg, #2d567d 0, #003366 100%);
     }
     .customGridStyle .ui-state-default, .customGridStyle .ui-widget-content .ui-state-default {
         border-left: 1px solid transparent;
         border-right: 1px solid transparent;
         border-top: none;
         border-bottom: none;
     }
/*#endregion*/
.modalPopupMask
{
	opacity:0.25;
	filter:alpha(opacity=25);
	-moz-opacity:0.25;
	background-color:#000;
}

.modal_box
{
	background-color:White;
}

.modal_box .modal_content
{
	padding:10px;
}

.modal_box .modal_buttons
{
	padding:10px;
	margin:1px;
	background-color:#f1f1f1;
	text-align:center;
}

.ContentTree 
{
	width: 500px;
	height: 400px;
	padding: 15px;
	overflow-y: scroll;
	overflow-x: hidden;
}

.ContentTree .AspNet-TreeView-Root {
	margin:10px 0;
	clear:both;
}

.ContentTree .AspNet-TreeView-Root ul {
	margin-top: 10px;
	clear: both;
}

.ContentTree .AspNet-TreeView-ClickableNonLink {
	font-size: 12px;
	color: #333;
	display: block;
	float: left;
	width: 450px;
	margin-bottom: 5px;
	border-bottom: 1px dotted #666;
	padding: 2px;
}

.ContentTree .AspNet-TreeView-ClickableNonLink:hover {
	background-color: #D3DAEA;
	cursor: pointer;
}

.ContentTree .AspNet-TreeView-Leaf {
	color: #666;
	font-size: 11px;
	margin-left: 20px;
}

.ContentTree .AspNet-TreeView-Collapse, .ContentTree .AspNet-TreeView-Expand {
	display: block;
	float: left;
	height: 20px;
	width: 20px;
	/*background: transparent url(../Images/b_plusminus.gif) no-repeat 0 -40px;*/
	cursor: pointer;
}

.ContentTree .AspNet-TreeView-Expand { background-position: 0 -20px }

.ContentCheckBoxes tr, .ContentCheckBoxes td { height: 14px ; line-height: 14px; font-size: 10px; border: none !important; margin: 0 !important; padding: 0 !important; border-collapse: collapse; }
.ContentCheckBoxes input { height: 14px }

/* Lista razreda */

.ContentCheckBoxes.razredi td 
{
	padding: 0px 3px !important;
}

.ContentCheckBoxes.razredi td input
{
	margin-right:3px;
}
.select2-dropdown {
    z-index: 201!important;
}
.select2-close-mask {
    z-index: 202!important;
}
/*z-index grupnog uređivanja predmeta na listi učenika je 200*/
