/* vsechny pouzite barvy */
/*	#E7E7E5 - seda na celkove pozadi
    #105F9A - tmave modra na odkazy
    #ffde00 - zluta na logout
	#424242 - tmavsi seda na login status a footer
	#FFFFFF - bila na texty v rameccich
	#FFFFFF - bila na okraje divu a tabulek
	#b9000e - cervena na nadpis tabulek
	#f3f3f3 - svetle seda na sude radky tabulek
	#E7E7E5 - svetle seda na liche radky tabulek
*/

/* OBECNE */
* {
    margin: 0;
    padding: 0;
}

body {
    background: #E7E7E5;
}


body, td, th, input, caption {
    font-family: "Arial CE", Arial, "Times New Roman", Georgia, Serif;
}

table {
    border-collapse: collapse;
    margin: 0 !important;
}

a img {
    border: none;
}

a {
    color: #105F9A;
    text-decoration: none;
}

input {

}

input.button-changerole {
    width: 97px;
    height: 29px;
    background: url("../images/btn-1.png") no-repeat;
    border: 1px solid #FFFFFF;
    cursor: pointer;
    color: #f3f3f3;
    font-size: 13px;
    font-weight: bold;

}

#thd {
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    height: 91px; /*border: 1px solid pink;*/
    background: url("../images/thd-line.png") repeat-x;
}

#thd-left {
    /*border: 1px solid red;*/
    background: url("../images/thd-left.png") no-repeat left;
    width: 417px;
    height: 90px;
    float: left;
    display: inline; /* bug IE */
}

/*#thd-line {*/
/*float: left;*/
/*background: url("../images/thd-line.png") repeat-x;*/
/*height: 90px; *//*border: 1px solid green;*/

/*}*/

#thd-right {
    /*border: 1px solid blue;*/
    background: url("../images/thd-right.png") no-repeat;
    width: 224px;
    height: 90px;
    float: right;
    display: inline; /* bug IE */
}

#mainbody {
    margin-left: 10px;
    margin-right: 10px;
}


#menu div.button {
    width: 97px;
    height: 27px;
    background: url("../images/btn-1.png") no-repeat;
    border: 1px solid #FFFFFF;
    cursor: pointer;
}

#menu div.changerole {
    width: 340px;
    height: 27px; /*background: url("../images/btn-1.png") repeat-x;*/
    position: relative;
    top:-1px;
    /*left: 150px;*/
    cursor: pointer;
    display:inline-block;
}

#menu div.changerole select{
    top:-1px;
}

#menu div.button-logout {
    width: 97px;
    height: 27px;
    background: url("../images/btn-1.png") no-repeat;
    border: 1px solid #FFFFFF;
    /*position: absolute;*/
    /*top: 101px;*/
    /*right: 10px;*/
    cursor: pointer;
}

#menu div.button div {
    color: #f3f3f3;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin-top: 6px;
}

#menu div.button-logout div {
    color: #ffde00;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin-top: 6px;
}

#menu div.subject{

}

#menu div.newUser{

}

#menu div.newSubject{

}

#menu div.search{

}

#caption {
    background: url("../images/header-line.png") repeat-x;
    height: 32px;
    border: 1px solid #FFFFFF;
    padding-left: 10px;
}

#caption div {
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bolder;
    margin-top: 5px;
}

#login-status {
    height: 20px;
    text-align: right;
}

#login-status span {
    color: #424242;
    font-size: 12px;
    font-weight: bold;
}

#content {
    border: 2px solid #FFFFFF;
    padding: 20px;
}

#footer {
    text-align: right;

}

#footer span {
    color: #424242;
    font-size: 10px;
    font-weight: bold;
    padding: 2px;
}

h2 {
    padding: 5px;
}

.warning {
    background: url("../images/icon_warning.png") no-repeat;
    height: 25px;
    padding-bottom: 10px;
    padding-top: 5px;
}

.warning span {
    font-size: 14px;
    padding-left: 30px;
    font-weight: bold;
}

.success {
    background: url("../images/icon_success.png") no-repeat;
    height: 25px;
    padding-bottom: 10px;
    padding-top: 5px;
}

.success span {
    font-size: 14px;
    padding-left: 30px;
    font-weight: bold;
}

div.ldapPath {
    padding: 5px;
}

div.ldapPath span.item {

    height: 30px;
    padding-right: 5px;
}

div.ldapPath span.item span {
    vertical-align: 20%;
    border-bottom: 1px solid #FFFFFF;
}


/* START TABLE DETAIL */

table.detail {
    width: 100%;
}

/* END TABLE DETAIL */

/* ERROR PAGE */
#errorPage {
    border: 1px solid #FFFFFF;
    padding: 15px;
    color: #424242;
}

#errorPage #errorImage {
    float: left;
    margin-right: 20px;
}

#errorPage #errorText {
    padding: 10px;
}

#errorPage #errorText h1 {

}

#errorPage #errorText div {
    padding-top: 10px;
}

#stacktrace {

}

/* END ERROR PAGE */



/*END DEFAULT PAGE */

#loginPage {

}

#loginPage #info {
    margin-top: 20px;
}

table.info {
    width: 500px;
    border:1px solid #FFFFFF;
}

table.info tbody tr td {
    text-align: left;
}

table.login{
    border:1px solid #FFFFFF;
}

table.login tbody tr td {
    text-align: right;
    border:none;
}

#itemDetail {
    padding-top: 20px;
    padding-bottom: 20px;
}

#itemDetail {
    padding-top: 20px;
    padding-bottom: 20px;
}

#itemDetail table.newItem {
    width: 500px;
}

#itemDetail table.newItem tr th {
    text-align: left;
}

#itemDetail table.newItem tbody tr td {
    border: 1px solid #FFFFFF;
}

#itemDetail table.newItem tbody tr td.text {
    text-align: left;
    width: 300px;
}

#itemDetail table.newItem tbody tr td.name {
    text-align: left;
    width: 200px;
    font-weight: bold;
}

#itemDetail table.newItem tfoot tr td {
    padding-top:5px;
    padding-left:3px;
}

#editBox {
    background: #EAF3FD;
    border: 2px solid #000000;
}
#editBox .messageError span {
    display: block;
}
#editBox #itemDetail {
    padding: 0;
}

body {
    background: #EAF3FD;
}

body, td, th, input, caption {
    font-family: Verdana, "Arial CE", Arial, sans-serif;
}

#thd {
    margin-top: 1px;
    margin-left: 1px;
    margin-right: 1px;
    height: 54px; /*border: 1px solid pink;*/
    background: url("../images/cak/thd-line.gif") repeat-x;
}

#thd-left {
    /*border: 1px solid red;*/
    background: url("../images/cak/thd-left.gif") no-repeat left;
    width: 252px;
    height: 54px;
    float: left;
    display: inline; /* bug IE */
}

/*#thd-line {*/
/*float: left;*/
/*background: url("../images/thd-line.png") repeat-x;*/
/*height: 90px; *//*border: 1px solid green;*/

/*}*/

h2 {
    font-size: 1.3em;
}

input.button-changerole {
    width: 95px;
    height: 21px;
    background: url("../images/cak/btn-1.png") no-repeat;
    border: none;
    cursor: pointer;
    color: #105E99;
    font-size: 13px;
    font-weight: bold;
    font-family: "Arial CE", Arial, "Times New Roman", Georgia, Serif;
    vertical-align: top;
}

#thd-right {
    /*border: 1px solid blue;*/
    background: url("../images/cak/thd-right.gif") no-repeat;
    width: 362px;
    height: 54px;
    float: right;
    display: inline; /* bug IE */
}

#mainbody {
    margin-left: 0px;
    margin-right: 0px;
}

#menu {
    background: url("../images/cak/ActionPad.gif") repeat-x;
    height: 30px;
}



#menu div.button {
    font-family: "Arial CE", Arial, "Times New Roman", Georgia, Serif;
    width: 95px;
    height: 21px;
    position: relative;
    top: 0px;
    background: url("../images/cak/btn-1.png") no-repeat;
    cursor: pointer;
    border: none;
}

#menu div.subject {
    background: url("../images/cak/btn_subjects.png") no-repeat;
    width: 92px;
}

#menu div.subject div {
    width: 78px;
    margin-left: 14px;

}

#menu div.newUser {
    background: url("../images/cak/btn_newuser.png") no-repeat;
    width: 106px;
}

#menu div.newUser div {
    width: 92px;
    margin-left: 15px;
}

#menu div.newSubject {
    background: url("../images/cak/btn_newsubject.png") no-repeat;
    width: 120px;
}

#menu div.newSubject div {
    width: 106px;
    margin-left: 14px;
}

#menu div.search {
    background: url("../images/cak/btn_search.png") no-repeat;
    width: 106px;
}

#menu div.search div {
    width: 92px;
    margin-left: 14px;
}

#menu div.changerole {
    width: 340px;
    cursor: pointer;
    top: 2px;
}

#menu div.button-logout {
    width: 97px;
    height: 27px; /*background: url("../images/cak/btn-1.png") no-repeat;*/
    background: none;
    border: none;
    position: relative;
    top: 4px; /*right: 10px;*/
    cursor: pointer;
}

#menu div.button div {
    color: #105E99;
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    margin-top: 0px;
    padding-top: 2px;
}

#menu div.button-logout div {
    font-family: Verdana, "Arial CE", Arial, sans-serif;
    color: #105E99;
    font-size: 11px;
    font-weight: 100;
    text-decoration: underline;
    text-align: center;
    margin-top: 0px;
    padding-top: 2px;
}

#login-status span {
    padding-right: 5px;
}

#footer {
    padding-right: 10px;
    background: url("../images/cak/ActionPad.gif") repeat-x;
    height: 28px;

}

#footer span {
    font-weight: normal;
}

td.pair {
    background-color: #EAF3FD;
}

td.unpair {
    background-color: #e2f3fd;
}



#caption {
    display: none;
}

#content {
    border: none;
}

table.login {

}

table.login thead tr th {
    color: #105F9A;
    font-weight: bold;
    font-size: large;
    background: none;
    border: none;
}

table.login tbody tr td.text {
    color: #105F9A;
    font-size: 11px;
    font-weight: bold;
}

table.login tbody tr td {
    border-bottom: none;
    height: 15px;
}

table.info {
    border: none;
}

table.info tbody tr td {
    text-align: left;
    border: 1px solid #105F9A;
}

table.info thead tr th {
    background: none;
    border: none;
    color: #105F9A;
    font-size: 11px;
    font-weight: bold;
}









/*
  #CCCCCC - seda na pozadi certifikatu
*/

.certificates-detail-specific{
    border:1px solid black;
    margin:2px
}

.certificates-edit-specific{
    margin:2px;
    padding:2px;
    width: 100%;
    /*background-color:#e0eaff;*/
}

.certificates-edit-specific input{
    margin:3px;
}
.certificates-edit-specific select{
    margin:3px;
}










/* DEFAULT TABLE */

table.tableDetail {
    border: none;
    border-spacing: 0;
    border-collapse: separate;
    width:100%;
}

table.tableDetail tbody {
    border-bottom: none;
}

table.tableDetail thead tr th {
    background: #FED772 url("../images/cak/YellowPad.gif") repeat-x;
    border-bottom: solid 0 #C4CCD5;
    border-right: solid 1px #C4CCD5;
    border-left: solid 1px #FCF4E2;
    border-top: none;
    font-size: 11px;
    height: 27px;
    color: #990000;
    text-align: left;
    padding-left: 10px;
}


table.tableDetail tbody tr td {
    padding: 5px;
    border:1px solid #FFFFFF;
    border-bottom: solid 1px #C4CCD5;
    border-top: none;
    border-right: none;
    border-left: none;
    height: 30px;
    padding-left: 10px;
    font-size: 11px;
    border-collapse: collapse;
}

table.tableDetail tbody tr td.tdText {
    text-align: right;
}

table.tableDetail tbody tr td.tdValue {
    text-align: left;
}

table.tableDetail tbody tr td.tdName {
    text-align: left;
    font-weight: bold;
}

table.tableDetail tfoot tr td{
    padding: 5px 5px 5px 5px;
    /*padding: 5px 5px 5px 10px;*/
}
table.tableDetail tbody tr:nth-child(even) {
    background-color: #f3f3f3;
}



span.tooltip_icon {
    background-image: url("../images/cak/icons/icon_question.gif");
    width:15px;
    height:15px;
    display: inline-block;
    margin-left: 5px;
}
span.required_field {
    display: none;
}


#loginPage {
    padding: 20px;
}

table.login {
    border: none;
    border-spacing: 0;
    border-collapse: separate;
    width:auto;
    color: #105F9A;
    background: none;
}

table.login thead tr th {
    background-color: transparent;
    background-image: none;
    border: none;
    color: #105F9A;
    font-weight: bold;
    font-size: large;
}
table.login tbody tr td {
    border-bottom: 0px;
}

td#changerole {
    float: right;
    width: 350px;
}
td#main-menu {
    float: left;
    width: 300px;
}
td#main-menu ul li {
    display: inline;
    padding-left: 10px;
}
td#main-menu ul li.current {
    font-weight: bold;
}
td#subject-menu {
    padding-top: 14px;
    padding-left: 20px;
}
td#subject-menu ul {
    display: inline;
}
td#subject-menu ul li {
    display: inline;
    margin-left: 16px;
}

td#subject-menu ul li.menu-li-detail {
    display: none;
}


.error {
    background: url("../images/icon_error.png") no-repeat 10px 20px;
    height: 50px;
    padding-bottom: 10px;
    padding-top: 20px;
    padding-left: 40px;
}








/* TABLE LIST */

table.tableList {
    width: 100%;
    /*border: 1px solid #FFFFFF;*/
    border: none;
    border-spacing: 0;
    border-collapse: separate;
}

table.tableList thead tr th {
    /*font-weight: bold;*/
    /*border: 1px solid #FFFFFF;*/
    /*padding: 3px;*/
    /*text-align: left;*/
    background: #FED772 url("../images/cak/YellowPad.gif") repeat-x;
    border-bottom: solid 0 #C4CCD5;
    border-right: solid 1px #C4CCD5;
    border-left: solid 1px #FCF4E2;
    border-top: none;
    font-size: 11px;
    height: 27px;
    color: #990000;
    padding-left: 10px;
}

table.tableList tbody tr td {
    /*padding: 1px 2px;*/
    /*border-left: 1px solid #FFFFFF;*/
    /*border-right: 1px solid #FFFFFF;*/
    border-bottom: solid 1px #C4CCD5;
    border-top: none;
    border-right: none;
    border-left: none;
    font-size: 11px;
    height: 30px;
    padding-left: 10px;
}
table.tableList tbody tr td.tdEdit a {
    background: url("../images/icon_small_edit.png") no-repeat 2px;
    padding-left: 30px;
    height: 18px;
    display: inline-block;
    padding-top: 3px;
}

table.tableList tbody {
    border-bottom: 1px solid #FFFFFF;
}


table.tableList tbody tr:nth-child(even) {
    background-color: #f3f3f3;
}

td.unpair {
    background-color: #E7E7E5;
}

table.tableList tfoot tr td {
    padding: 3px;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
}
/* END TABLE LIST */



#filterDialog {
    display: none;
}
#filterMenu {
    display: none;
}
#filterInfo {
    display: none;
}





#itemDetail table.tableWinEdit {
    width: 400px;
    border: none;
    border-spacing: 0;
    border-collapse: separate;
}

#itemDetail table.tableWinEdit tbody tr td.text {
    text-align: left;
}

table.tableWinEdit tbody {
    border-bottom: none;
}

table.tableWinEdit thead tr th {
    background: #FED772 url("../images/cak/YellowPad.gif") repeat-x;
    border-bottom: solid 0 #C4CCD5;
    border-right: solid 1px #C4CCD5;
    border-left: solid 1px #FCF4E2;
    border-top: none;
    font-size: 11px;
    height: 27px;
    color: #990000;
    text-align: left;
    padding-left: 5px;
}

table.tableWinEdit tbody tr td {
    border-bottom: solid 1px #C4CCD5;
    border-top: none;
    border-right: none;
    border-left: none;
    height: 30px;
    padding: 5px;
    padding-left: 10px;
    font-size: 11px;
    border-collapse: collapse;
}

table.tableWinEdit tbody tr td.tdText {
    text-align: right;
}

table.tableWinEdit tbody tr td.tdValue {
    text-align: left;
}

table.tableWinEdit tbody tr td.tdName {
    text-align: left;
    font-weight: bold;
}

table.tableWinEdit tfoot tr td{
    padding: 5px 5px 5px 5px;
    /*padding: 5px 5px 5px 10px;*/
}



#cboxOverlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: #000;
}
#colorbox, #cboxOverlay, #cboxWrapper {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
    overflow: hidden;
}


.iconMenuSearchLocal {
    background: url("../images/icon_search.png") no-repeat;
    padding-left: 40px;
    height: 36px;
    padding-bottom: 10px;
}

table.tableList tbody tr td.tdDetail {
    background: url("../images/icon_small_detail.png") no-repeat 2px;
    padding-left: 30px;
}

#menu table tr td {
    padding-left: 20px;
    padding-right: 0px;
}

.header-sort {
    display:none;
}








/* ----------- TABLES -------- */

/* Flexi */

table.flexi {
    width: 100%;
}

/* List */
/*
div.divTableList {
	overflow-x: auto;
	margin-left: 280px;
}
table.tableList .fixedColumnLong {
	left: 18px;
	width: 262px;
	overflow-x: hidden;
	position: absolute;
	text-overflow: ellipsis;
	border-bottom: 0px;
	text-align:left;
	white-space: nowrap;
}
table.tableList .fixedColumnLong2 {
	left: 38px;
	width: 242px;
	overflow-x: hidden;
	position: absolute;
	text-overflow: ellipsis;
	border-bottom: 0px;
	text-align:left;
	white-space: nowrap;
}
table.tableList .fixedColumnLong3 {
	left: 58px;
	width: 222px;
	overflow-x: hidden;
	position: absolute;
	text-overflow: ellipsis;
	border-bottom: 0px;
	text-align:left;
	white-space: nowrap;
}

table.tableList .fixedColumnShort {
	left: 18px;
	width: 20px;
	overflow-x: visible;
	position: absolute;
	text-overflow: ellipsis;
	border-bottom: 0px;
	text-align:left;
	white-space: nowrap;
}
table.tableList .fixedColumnShort2 {
	left: 38px;
	width: 20px;
	overflow-x: visible;
	position: absolute;
	text-overflow: ellipsis;
	border-bottom: 0px;
	text-align:left;
	white-space: nowrap;
}
*/
/*table.tableList td.fixedColumn:hover {
	overflow-x: visible;
	width: 94%;
}*/
.table-scroll {
    position:relative;
    /*	max-width:600px;*/
    margin:auto;
    overflow:hidden;
    /*	border:1px solid #000;*/
}
.table-wrap {
    width:100%;
    overflow:auto;
}
.table-scroll table {
    width:100%;
    margin:auto;
    border-collapse:separate;
    border-spacing:0;
}
.table-scroll th, .table-scroll td {
    /*	padding:5px 10px;
        border:1px solid #000;
        vertical-align:top;
        background:#fff;*/
    white-space:nowrap;
}
/*.table-scroll thead, .table-scroll tfoot {
	background:#f9f9f9;
}*/
.clone {
    position:absolute;
    top:0;
    left:0;
    pointer-events:none;
}
.clone th, .clone td {
    visibility:hidden
}
.clone td, .clone th {
    border-color:transparent
}
.clone tbody th {
    visibility:visible;
    color:red;
}
table.clone td.fixed-side {
    /*background:#f0f0f0;*/
    visibility:visible;
    border-right-color: #e2dedb;
    border-right-width: 1px;
}
table.clone th.fixed-side {
    /*background:#f0f0f0;*/
    visibility:visible;
}
/*table.clone tr:nth-child(2n+1) td.fixed-side {*/
    /*!* border: 1px solid #000; *!*/
    /*background: #ececec;*/
/*}*/
table.clone thead, .clone tfoot {
    background:transparent;
}
/*.clone tr:hover td {
	background-color: #eae8e7;
}*/




