* { margin: 0; padding: 0; }
html { overflow-y: no-scroll; }
body {
	color: #dddddd;
    font-family: "Trebuchet MS", Verdana, sans-serif;
    font-size: 13px;
    line-height: 15px;
	
	background-color: #222222;
}
a {color: #ddd; text-decoration: none;}
h1, h2, h3, h4 {color: #44A7C2; margin-top:30px;font-size: 14px}

header {
    border-top: 10px solid #44A7C2;
}
header nav {}
header nav ul {}
header nav ul li {
    list-style-type: none;
    float: left;
    border-right: 1px solid #121212;
    box-shadow: 1px 0px #292929;
    height: 30px;
    padding-top: 13px;
}
header nav ul li a {
    color: #ddd;
    font-size: 16px;
    padding: 0 20px;
    text-decoration: none;
    text-transform: uppercase;
}
header nav ul li:first-child a { }
header nav ul li.selected a {
    border-top: 1px solid #CC3333;
    color: #dddddd;
    padding-top: 1px;
}

.pnlSubMenu { border: none; margin: 0px 0px 20px 0;font-size: 14px; }
#navSubMenu {}
#navSubMenu a { color: #44A7C2;font-style: italic; }
#navSubMenu a.selected { border-top: solid 1px #CC3333;color:#fff; }

/*************  TABLE  **************/
table {
    border-bottom: 1px solid #9C9B9B;
    border-collapse: collapse;
    width: 900px;
}
table th {
    background-color: #999;
    border-bottom: 1px solid #44BAEC;
    color: #FFFFFF;
    padding: 6px 5px;
    text-align: left;
}
table tbody td {
    border-bottom: 1px solid #9C9B9B;
    padding: 5px;
    white-space:nowrap;
}
table tbody tr { height: 40px; }
table tbody tr td:first-child {width: 25px;}
table tbody tr td:nth-child(2) {width: 30px;}
table tbody tr td:nth-child(3) {width: 870px; overflow:hidden; text-overflow:ellipsis;}
table tbody tr td:last-child {text-align: right;}
.pnlMessage {text-overflow:ellipsis; display:block;width:870px;overflow:hidden;}
table tbody tr:hover, 
table tbody tr.selected {
    -webkit-box-shadow: 0 8px 6px -6px #CC3333;
       -moz-box-shadow: 0 8px 6px -6px #CC3333;
            box-shadow: 0 8px 6px -6px #CC3333;

    background-color: #333;
    
    -webkit-transition: -webkit-box-shadow 0.5s, box-shadow 0.5s;
            transition: -webkit-box-shadow 0.5s, box-shadow 0.5s;
}
table tbody tr.tblEmpty td { border-bottom: none; }
table tbody tr.tblEmpty:hover{background-color: transparent;box-shadow:none;}
table tbody tr.tblEmpty:last-child td {border-bottom: 1px solid #9C9B9B; }
tfoot tr { height: 40px; }
tfoot #pnlPager   {font-weight:bold;}
tfoot #numCount   {font-weight: normal;font-style:italic;float:right;}
tfoot a.pageMenu  {text-decoration:none; border: 1px solid #999; padding: 1px 6px 2px; color:#999;}
/*************  END TABLE  **************/
/****************************************/
/****************  FORM  ****************/
input[type="text"], input[type="password"], input[type="email"], textarea {
    background-color: #A6A6A7;
    border: 1px solid #121212;
    box-shadow: 0 1px #292929;
    border-radius: 3px;
    color: #ffffff;
    
    font-size: 14px;
    line-height: 24px;
    margin: 5px 0px;
    padding: 5px;
    width: 280px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, input[type="submit"]:focus {border-color: #44A7C2;}
input[type="submit"]{
    background-color: #DEDEDF;
    padding: 6px;
    margin: 5px 0px;
    border: none;
    border-radius: 3px;
    min-width: 100px;
    cursor: pointer;
}
.pnlLogin label {
    width: 150px;
    float: left;
    padding: 8px 8px 0px;
    text-align: right;
}
.pnlLogin input[type="submit"], .pnlLogin h1 {
    margin-left: 166px;
}
.pnlLogin h1 {font-size: 18px; margin-bottom: 15px;}

/*************   END FORM  **************/
/****************************************/
/**************  CONTENT  ***************/
#wrapper {
	margin: 0px 20px;
	padding: 0px 0px 10px 0px;
    min-height: 800px;

    border-bottom: 1px solid #121212;
    box-shadow: 0px 1px #292929;
    clear: both;
	/*-webkit-transform: skew(0deg, 3deg);*/
	/*transform: skew(0deg, 3deg);*/
	/*box-shadow: 2px 2px 17px #6BD8FF;*/
	
	/*-webkit-animation:animate-light 6s ease-in-out infinite;
	-moz-animation:animate-light 6s ease-in-out infinite;
	-ms-animation:animate-light 6s ease-in-out infinite;
	-o-animation:animate-light 6s ease-in-out infinite;
	animation:animate-light 6s ease-in-out infinite;*/
}

#headerContent {
    margin: 10px auto 20px;
    width: 1000px;
}

.topBorder {
    display: block;
    border-top: 1px solid #121212;
    box-shadow: 0 1px #292929;
    clear: both;
}

#container {
	margin: 0px auto;
    width: 1000px;
    /*height: 800px;*/
	
	/*-webkit-transform: skew(0deg, -3deg);
	transform: skew(0deg, -3deg);*/
}
#customLogo, .pnlLogo {
    background: url("../image/ibklogo-bw.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 54px;
    margin: 0;
    width: 143px;
    float: right;
}
.pnlLogo {float: none;}
.pnlLogo.smallLogo {
    background: url("../image/ibklogo.png") no-repeat scroll 0 0 transparent;
    background-size: 100px;
    height: 40px;
}
section.first {
    clear: both;
    padding-top: 20px;
}
article {
    border-top: 1px solid #9C9B9B;
    margin: 10px 0px 0px 15px;
    padding-top: 5px;
    text-align: justify;
}
article.details {display:none;}
article.details.selected {display:inherit;}
article#pnlReference { margin-left:0; margin-right:0; }
h2.details {cursor:pointer; text-transform: uppercase; font-style: italic;}
h2.details span.details {
    background: transparent url(../image/sprite.png) no-repeat scroll -421px 2px;
    padding-left: 14px;
    overflow: hidden;
}
h2.details.selected span.details {
    background: transparent url(../image/sprite.png) no-repeat scroll -436px 0px;
}
.titles {text-transform: lowercase;} /** Nazivi kot so mag. dipl. in� ..... **/

article b {color: #44A7C2;}

.imgArchive {
    background: transparent url('../image/img-gray.png') no-repeat scroll center center;
    background-size: 24px;
    display: inline-table;
    width: 25px;
    height: 25px;
    cursor: pointer;
}

.box-left, .box-right {float:left; display: block;}
.box-left {float:left; display:block; line-height:18px;}
.box-right {float:right; width:280px;}

footer
{
    margin: 15px auto 0;
    width: 1000px;
    color: #44A7C2;
    font-size: 11px;
    padding-bottom: 8px;
}

a.footerMenu { color: #44A7C2; }
/*************  END CONTENT  **************/
/******************************************/
/***************  POPUPS  *****************/
#popupImage{ 
    background-color: rgba(0, 0, 0, 0.74);
    margin: auto 0;
    padding-top: 60px;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
    z-index: 1;
}
#popupImage div{
    margin: 0 auto;
    width: 500px;
    border: solid 1px #fff;
}
#popupImage div span{ 
    display: block;
    background-color: #090909;
    line-height: 20px;
    padding: 5px;
}
/**************  END POPUPS  **************/
/******************************************/
/*************  FIRST PAGE  ***************/
.pnlMain {margin-top: 30px;}
a.firstUp {display: block;margin-bottom: 30px;}
a.firstUp, a.firstUp img {}
.pnlDark { 
    background-color: #44A7C2;
    display: none;
    opacity: 0.8;
    position: fixed;
    width: 300px;
    height: 100px;
    /*margin-top: -18px;*/
}
.pnlDark div {
    font-size: 40px;
    opacity: 10;
    color: #fff;
    position: absolute;
    left: 10px;
}
a.firstUp.dblLine .pnlDark div {line-height: 40px;}
/************  END FIRST PAGE  ************/
/******************************************/
/**************  ANIMATIONS  **************/
@-webkit-keyframes animate-light {
	from {
		-webkit-box-shadow: 2px 2px 17px #44A7C2;
		box-shadow: 2px 2px 17px #44A7C2;
	}
	50% {
		-webkit-box-shadow: 2px 2px 30px #BBEEFF;
		box-shadow: 2px 2px 30px #BBEEFF;
	}
	to {
		-webkit-box-shadow: 2px 2px 17px #44A7C2;
		box-shadow: 2px 2px 17px #44A7C2;
	}
}

@-moz-keyframes animate-light {
	from {
		-webkit-box-shadow: 2px 2px 17px #44A7C2;
		box-shadow: 2px 2px 17px #44A7C2;
	}
	50% {
		-webkit-box-shadow: 2px 2px 30px #BBEEFF;
		box-shadow: 2px 2px 30px #BBEEFF;
	}
	to {
		-webkit-box-shadow: 2px 2px 17px #44A7C2;
		box-shadow: 2px 2px 17px #44A7C2;
	}
}
/*************  END ANIMATIONS  **************/
/*********************************************/