/* 
    Document   : main
    Created on : 14.03.2011, 22:24:30
    Author     : erik
    Description:
        Purpose of the stylesheet follows.
*/

body{
    font-family:       Helvetica, Arial, sans-serif ;
    font-size:          medium;
    background-color: #c0c0c0;
}

/* Bicubic resampling 4 images on IE
http://www.aaronwpearson.com/image-resizing-in-internet-explorer-7/*/

img{
    -ms-interpolation-mode:bicubic;

}
#error-trace {
    text-align: left;
    margin-left: 50px;
    font-size: 12px;
}


.hidden{
    display: none;
}


/* w's */
.w10{    width:10px;}
.w20{    width:20px;}
.w30{    width:30px;}
.w40{    width:40px;}
.w50{    width:50px;}
.w60{    width:60px;}
.w70{    width:70px;}
.w80{    width:80px;}
.w90{    width:90px;}
.w100{   width:100px;}
.w110{   width:110px;}
.w120{   width:120px;}
.w130{   width:130px;}
.w140{   width:140px;}
.w150{   width:150px;}
.w160{   width:160px;}
.w170{   width:170px;}
.w180{   width:180px;}
.w190{   width:190px;}
.w200{   width:200px;}
.w220{   width:220px;}

.text{
    font-size: 0.9em;
}
.clear{
    clear:both;
}
.redtext{
    color:red;
    font-weight: bold;
}
.option_selected{
    background-color: yellow;
}
select{
    height:20px;
    background-color: white;
}
button,.button{
    background-color: #aaaaaa;
}
.labelinput{
    float:left;
}
.labelinput .label{
    font-size: 0.8em;
    padding-left: 20px;
    text-align: left;
    width: 80px;
}
.labelinput input{
    float:left;
}
/*
layout
*/


#controll_pane{

    width:              100%;
    height:            30px;
    text-align:       center;
    overflow:hidden;

}
#center_pane{
    width:              100%;
    text-align:center;
}
#center_pane_content{
    width:      1000px;
    /*  to be raised to 1150 via ajax 4 success_pane */
    margin:     0 auto;
}

#admin_pane{
    float:            left;
    width:           120px;
    height:         600px;
    background-color: #004D95;
    overflow:hidden;
}
#admin_container{
    width:           120px;
    height:         600px;
}
#content_pane{
    float:            left;
    width:      696px;
    height:    596px;
    background-color: #fff;
    border:      2px solid #666;
    overflow:hidden;
}
#content_container{
    width:      696px;
    height:    596px;
    position: relative;
    top:0px; left:0px;
    margin: 0;
    padding: 0;
    overflow:hidden;
}
#content_controll{
    position: relative;
    top:-160px;
    min-height: 160px;
    height: 160px;
    margin-bottom:-160px;
    z-index: 100;
}
#info_pane{
    float:            left;
    width:      178px;
    height:    596px;
    background-color: #fff;
    border:         2px solid #666;
    border-left:   0;
}
#info_container{
    width:      178px;
    height:    596px;
}
#success_pane{
    float:            left;
    width:      150px;
    height:    600px;
    background-color: lightcyan;
    display:none;
}
#success_pane{
    width:      150px;
    height:    600px;
}
#bottom_pane{
    clear:              left;
    float:               none;
    width:              500px;
    height:            250px;
    overflow: auto;
    margin-left: 200px;
    margin-top: 10px;
    text-align:       left;
    font-size: 0.7em;
    background-color: orangered;
    border: 5px solid #fff;
    display:           none;

}
/*
TOP
*/
#langselect{
    width:70px;padding-left:20px;
}
.langoption{
    padding-left:30px;background-color: #ffffff;
}
.flag_ger{   background:url("../ico/flags/ger.gif") left no-repeat #ffffff;   }
.flag_cze{   background:url("../ico/flags/cze.gif") left no-repeat #ffffff;   }
.flag_eng{   background:url("../ico/flags/eng.gif") left no-repeat #ffffff;   }
.flag_hun{   background:url("../ico/flags/hun.gif") left no-repeat #ffffff;   }
.flag_rum{   background:url("../ico/flags/rum.gif") left no-repeat #ffffff;   }
.flag_scr{   background:url("../ico/flags/scr.gif") left no-repeat #ffffff;   }
.flag_slv{   background:url("../ico/flags/slv.gif") left no-repeat #ffffff;   }
/*
Menu
*/
input[type=submit],
input[type=button],
button{
    background: #fffbfb;
    border: 1px solid #fc4444;
    border-radius: 6px;
    height: 22px;
}

#admin_pane button{
    width:              100px;
    margin-top:     5px;
    background: #f3e6e6;
    border: 1px solid #5644fc;
    border-radius: 6px;
    height: 22px;
}
#admin_pane select{
    width:              100px;
}
#menuDistance{
    width:              100px;
    height:		30px;
}
/*
login
*/
#loginflink{
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.3em;
}
.loginTable{ margin-left: 200px;}
#loginMsg{
    background-color: yellow;
    margin-top: 10px;
}
#loginAdmin{
    height: 40px;
    width: 80px;
    margin-left: 625px;
    margin-bottom: -40px;
}

/*
    Info
*/

#logo{
    margin: 5px;
    margin-top: 12px;
    width:116px;
    max-height:140px;
}
#infoactions{
    height:300px;
    width:178px;
}
#customerlogo{
    overflow:hidden;
    margin-top: 50px;
    margin-left:auto;
    margin-right:auto;
    /*    height:100px; */
    width:116px;

}
/*icons*/
.iconPlus{
    height: 20px;
    width:  20px;
    background:url("../ico/action_symbols/plus.png") center no-repeat #DBE5FA;
    font-size: 0;
}
.iconEdit{
    height: 20px;
    width:  20px;
    background:url("../ico/action_symbols/edit.png") center no-repeat #DBE5FA;
    font-size: 0;
}
.iconActive{
    height: 20px;
    width:  20px;
    background:url("../ico/action_symbols/activated.png") center no-repeat #DBE5FA;
    font-size: 0;
}
.iconInactive{
    height: 20px;
    width:  20px;
    background:url("../ico/action_symbols/inactive.png") center no-repeat #DBE5FA;
    font-size: 0;
}
.iconDrop{
    height: 20px;
    width:  20px;
    background:url("../ico/action_symbols/drop.png") center no-repeat #DBE5FA;
    font-size: 0;
}
.next{
    height:48px;
    width: 48px;
    background:url("../ico/48x48/next.png") center no-repeat ;
    border: 0;
    font-size: 0;
}
.next:hover, .next_H {
    height:48px;
    width: 48px;
    background:url("../ico/48x48/nextS.png") center no-repeat ;
    border: 0;
    font-size: 0;
}
.back{
    height:48px;
    width: 48px;
    background:url("../ico/48x48/back.png") center no-repeat ;
    border: 0;
    font-size: 0;
}
.back:hover, .back_H {
    height:48px;
    width: 48px;
    background:url("../ico/48x48/backS.png") center no-repeat ;
    border: 0;
    font-size: 0;
}
.accept{
    height:48px;
    width: 48px;
    background:url("../ico/48x48/accept.png") center no-repeat #fff;
    border: 0;
    font-size: 0;
}
.accept:hover, .accept_H {
    height:48px;
    width: 48px;
    background:url("../ico/48x48/accept.png") center no-repeat #ddd;
    font-size: 0;
}
.submit{
    height:48px;
    width: 48px;
    background:url("../ico/action_symbols/send.png") center no-repeat #fff;

    cursor:pointer;
    font-size: 0;
}
#redial{
    height:48px;
    width: 48px;
    background:url("../ico/action_symbols/dial.png") center no-repeat #fff;
    border: 0;
    font-size: 0;
}
.submit:hover, .submit_H {
    height:48px;
    width: 48px;
    background:url("../ico/action_symbols/send.png") center no-repeat #fff;
    border: 6px solid black;
    font-size: 0;
}
.left{
    position:relative;
    top: 30px;
    margin-left: 30px;
    float:left;
}
.right{
    position:relative;
    margin-right: 30px;
    top: 30px;
    float:right;
}
.center{
    position:relative;
    top: 30px;
}
/* person */
#personTitle{
    margin-left: 30px;
    width: 150px;
    text-align: left;
    margin-top: 10px;
    padding-left: 30px;
    font-size: 1.1em;
    background-color: #eee;
}
.listTableLong{
    overflow:auto;

}
.listTableShort{
    margin-left: 30px;
    height:400px;
    width: 650px;
    overflow:scroll;
    background-color: #eee;
}
.listTable{
    margin-left: 30px;
    height:550px;
    width: 650px;
    overflow:scroll;
    background-color: #eee;
}
/* person */
#personTable{
    width: 100%;
    font-size: 0.8em;
    table-layout: fixed;


}
#personTable th,#personTable td{
    border: 1px solid #666;
    border-collapse: collapse;
}

#detailPersonTitle{
    text-align: left;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 30px;
    font-size: 1.1em;
}
#detailPerson{
    margin-top: 50px;
    padding-left: 30px;
    height: 148px;
    width: 665px;
    background-color: #ffd;
    border-top: 1px solid;
}
#detailPerson .labelinput{
    float:left;
}
#detailPerson .labelinput div,#detailPerson .labelinput input{
    font-size: 0.8em;
    float:left;
    margin-top: 3px;
    padding-left: 3px;
    text-align: left;
    width: 140px;
}
#detailPerson .labelinput div{
    padding-left: 20px;
    text-align: left;
    width: 80px;
}
/* survey */
.do_survey{
    float:right;
    height: 20px;
    width:  200px;
    background:url("../ico/action_symbols/do.png") right no-repeat #FFFFFF;

}
.done_survey{
    float:right;
    height: 20px;
    width:  200px;
    background:url("../ico/action_symbols/ok.png") right no-repeat #FFFFFF;

}
.close_survey{
    float:right;
    height: 20px;
    width:  200px;
    background:url("../ico/action_symbols/close.png") right no-repeat #FFFFFF;

}
.surveystart{
    background:url("../ico/action_symbols/start.png") center no-repeat #FFFFFF;
}
.surveyend{
    background:url("../ico/action_symbols/end.png") center no-repeat #FFFFFF;
}

table.surveytable{
    border-collapse: collapse;
    width:635px;
}

table.surveytable tr{
    height: 40px;
}

table.surveytable th, table.surveytable td{
    border: 1px solid #666;
    border-right: 1px dotted #a2a2a2;
    border-left: 1px dotted #a2a2a2;
    border-collapse: collapse;
    padding-left: 5px;
    padding-right: 5px;
    overflow:hidden;
}

#detailsurveyTitle{
    text-align: left;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-left: 30px;
    font-size: 1.1em;
}
#detailsurvey{
    margin-top: 50px;
    height: 148px;
    width: 665px;
    background-color: #ffd;
    border-top: 1px solid;
    padding-left: 30px;
}

#surveyform .labelinput{
    float:left;
}
#surveyform .labelinput div,#detailsurvey .labelinput input ,#detailsurvey .labelinput select{
    font-size: 0.8em;
    float:left;
    margin-top: 3px;
    padding-left: 3px;
    text-align: left;
    width: 140px;
    height: 18px;
}
#detailsurvey .labelinput select{
    width: 146px;
}
#surveyform .labelinput div{
    padding-left: 20px;
    text-align: left;
    width: 80px;
}
.tableS2P{
    clear:both;
    margin-left: 0px;
    margin-top: 0px;
    height:500px;
    width: 680px;
    overflow:scroll;

}
.tableS2Pshort{
    clear:both;
    margin-left: 0px;
    margin-top: 0px;
    height:360px;
    width: 680px;
    overflow:scroll;
}
#survey2personTable{
    width: 650px;
    padding-top: 5px;
    padding-left: 30px;
    font-size: 0.8em;
    table-layout: fixed;
}
#survey2personTable th , #survey2personTable td{
    border: 1px solid #666;
    border-collapse: collapse;
    overflow: hidden;
}



/* Surveyevent */

#detailsurvey{
    margin-top: 50px;
    height: 148px;
    width: 665px;
    background-color: #ffd;
    border-top: 1px solid;
    padding-left: 30px;
}



/* items*/

#itemTitle{
    margin-left: 30px;
    width: 150px;
    text-align: left;
    margin-top: 10px;
    padding-left: 30px;
    font-size: 1.1em;
    background-color: #eee;
}
.listTableLong{
    overflow:auto;

}
.listTableShort{
    margin-left: 30px;
    height:400px;
    width: 650px;
    overflow:scroll;
    background-color: #eee;
}

#itemTable{
    width: 100%;
    font-size: 0.8em;
    table-layout: fixed;


}
#itemTable th,#itemTable td{
    border: 1px solid #666;
    border-collapse: collapse;
}

#detailItemTitle{
    text-align: left;
    margin-top: 10px;
    padding-left: 30px;
    font-size: 1.2em;
}
#detailItem{
    margin-top: 50px;
    padding-left: 30px;
    height: 148px;
    width: 665px;
    background-color: #ffd;
    border-top: 1px solid;
}
#detailItem .labelinput{
    float:left;
}
#detailItem .labelinput div,#detailItem .labelinput input{
    font-size: 0.8em;
    float:left;
    margin-top: 3px;
    padding-left: 10px;
    text-align: left;
    width: 110px;
}



/* portal */

#todolist{
    width: 651px;
    height: 220px;
    text-align: left;
    margin-top: 10px;
    margin-left: 20px;
    border: 2px solid silver;

    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
    overflow-x: hidden;


}

/* questions */

.questiontext{
    height:170px;
    padding: 20px;
    padding-bottom: 0px;
    font-size: 1.8em;

}
.qtextarea{
    margin-top:-40px;
    margin-left:80px;
    width:400px;
    float:left;
    height:150px;
}
#answers{

}
.answer_save, .answer_saveH{
    height: 30px;
    width:  30px;
    background:url("../ico/action_symbols/save.png") center no-repeat #FFFFFF;
    font-size:0;
    cursor: pointer;
}
.answer_saveH{
    border: 6px solid #ff9999;
    cursor: pointer;
}
#answerType_W6,
#answerType_W4,
#answerType_W4P{
    width: 100%;
}
.answerOption{
    vertical-align: top;
    display: inline-block;
    width:90px;
}
.answerOption.right-spaced{
    margin-left: -35px;
    margin-right: 35px
}
.answerOption.left-spaced{
    margin-right: -35px;
    margin-left: 35px
}
.answerDist{
    margin-left: 40px;
}
.answerOption span{
    display: block;
    font-size: 0.6em;
    height: 30px;
}
.answerReset{
    padding-top: 10px;
    clear:both;

}
.answerReset span{
    display: block;
    font-size: 0.6em;
}
.answerM5,.answerM3,.answerM1,.answerP1,.answerP3,.answerP5,.answerPP,
.answerM3SEL,.answerM5SEL,.answerM1SEL,.answerP1SEL,.answerP3SEL,.answerP5SEL,.answerPPSEL{
    width:40px;height:40px;
    background: white no-repeat center;
    margin:10px;
    border: 1px #FFFFFF;
    font-size:20px;
}

.answerPP{
    background-image: url(../ico/answers/!_.png);
}
.answerPPSEL{
    background-image: url(../ico/answers/!_sel.png);
    font-size:15px;
}
.answerP5{
    background-image: url(../ico/answers/+++_.png);
    font-size:15px;
}
.answerP5SEL{
    background-image: url(../ico/answers/+++_sel.png);
    font-size:15px;
}
.answerP3{
    background-image: url(../ico/answers/++_.png);
    font-size:15px;
}
.answerP3SEL{
    background-image: url(../ico/answers/++_sel.png);
    font-size:15px;
}
.answerP1{
    background-image: url(../ico/answers/+_.png);
    font-size:15px;
}
.answerP1SEL{
    background-image: url(../ico/answers/+_sel.png);
    font-size:15px;
}
.answerM1{
    background-image: url(../ico/answers/-_.png);
}
.answerM1SEL{
    background-image: url(../ico/answers/-_sel.png);
}
.answerM3{
    background-image: url(../ico/answers/--_.png);
}
.answerM3SEL{
    background-image: url(../ico/answers/--_sel.png);
}
.answerM5{
    background-image: url(../ico/answers/---_.png);
}
.answerM5SEL{
    background-image: url(../ico/answers/---_sel.png);
}
.answerX{
    width:60px;height:60px;
    background:url("../ico/answers/X_.png") center no-repeat ;
    border:0;
}
.answerXSEL{
    width:60px;height:60px;
    background:url("../ico/answers/X_sel.png") center no-repeat ;
    border:0;
}



/* portal */

.highlightrow{
    background-color: #ddd;
}
.hoverrow{
    background-color: #aaa;
}
.row{
    background-color: #eee;
}

/* success */
#successbar_cont{
    clear: both;
    margin-left: 50px;
    padding-top: 10px;
    width:600px;
    height:130px;
    overflow: visible;
    /*background-color: beige; */
}
#successstart{
    overflow: visible;
    position: relative;
    left:0px;
    float: left;
    width:80px;
    height:80px;

}
#successbar{
    float: left;
    position: relative;
    overflow: visible;
    left:0px;
    width:490px;
    height:80px;
}
#successtodo{
    float: left;
    width:440px;
    height:80px;
    margin-right:-440px;
}
#successdone{
    float: left;
    margin-right:-10px;
}
#successball{
    float: left;
    margin-right:-110px;
}
#successend{
    margin-left:440px;
    margin-right:-520px;
    overflow: visible;
    position: relative;
    float: left;
    width:80px;
    height:80px;
}
#successtext{
    clear: both;
    width:100%;
    height:30px;

}


.groupfilter{
    width:170px;
    height:19px;
    font-size: 0.7em;
}

/* HELPER  */
.f_80{
    font-size: 0.8em;
}
.f_60{
    font-size: 0.6em;
}

.h_20{
    height:20px;
    max-height:20px;
}
.h_40{
    height:40px;
    max-height:40px;
}
#loginLogo{
    height:450px;
    margin-left: 40px;
    margin-right: 40px;
    background: #fff url('/ico/SEMPERIT/SemperitLogo.JPG') no-repeat center center;
    background-size: contain;
}
#loginForm{
    position: relative;
    margin: 0;
    z-index:200;
}
#loginForm #loginflink{
    z-index:200;
}
#loginForm #submit{
    z-index:200;
}


#questionForm{
    height: 590px;
    width: 696px;
    overflow-x: hidden;
    overflow-y: scroll;
}
#questionForm > ul{
    -webkit-padding-start: 0px;
    text-align: left;
}
#questionForm > ul > li {
    list-style-type: none;
    border-top: 1px #000 solid;
    border-collapse: collapse;
    text-align: left;
}

#questionForm .input_qnr{
    text-align: left;
    margin-left: 10px;
    display: inline-block;
    width: 50px;
}
#questionForm .input_question{
    text-align: left;
    display: inline-block;
    width: 350px;
}
#questionForm .input_answer{
    display: inline-block;
    width: 210px;
}
#questionForm .input_answer table{
    border-collapse: collapse;
    border: none;
    border-color: #ebebeb;
    margin-top: 2px;
}
#questionForm .input_answer table td{
    width: 40px;
    height: 25px;
    font-size: 10px;
}
#questionForm .type_T textarea{
    margin-left: 60px;
    width: 600px;
    height: 100px;
}
#questionForm .set{
    background-color: #e88;
}
#questionForm .initial{
    background-color: #888;
}
#questionForm .group_title{
    font-size: 15px;
    font-weight: bold;
    padding: 6px;
    padding-left: 60px;
    color: white;
    background-color: #c22227;
}
#questionForm .cursorRow{
    background-color: lightblue;
}
#questionForm input[type=button][value=reset]{
    float: right;
}
#questionForm input[value=submit]{
    margin-left: 300px;
}
