/*----------------Answerer List------------------*/
/*body {
    font-family: verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
    font-size: small;
    -webkit-text-size-adjust: none;
}*/
.info{
    width: 100%;
    border: 2px solid #009999;
}
.answererInfo{
    margin-left: -20px !important;
    padding-top: 10px !important;
    border-right: 2px solid #009999;
}
.answerInfo{
    padding-top: 10px !important;
}
/* ------------- Color Status Start ----------*/
.colorStatus{
    width: 100%;
    margin-left: -15px;
}
.answerStatus{
    width: 100%;
    margin-top: 15px;
}
.answerStatus span{
    font-weight: bold;
    font-size: 15px;
}
.correct{
    font-weight: normal !important;
    margin-left: -15px;
}
.half-correct{
    margin-left: 47px;
}
.wrong{
    margin-left: 38px;
}
.unchecked{
    margin-left: 67px;
}
.null{
    margin-left: 60px;
}
.statusUnchecked{
    text-align: center;
    background-color: #ffffff;
    width: 13px;
    height: 13px;
    border: 1px solid #009999;
}
.statusFullychecked{
    margin-left: 20px;
    text-align: center;
    background-color: #cecccc;
    width: 13px;
    height: 13px;
    border: 1px solid #228774;
}
.statusHalfchecked{
    margin-left: 20px;
    text-align: center;
    background-color: #f9ef25;
    width: 13px;
    height: 13px;
    border: 1px solid #228774;
}
.statusAbove3correct{
    margin-left: 20px;
    text-align: center;
    background-color: #93f493;
    width: 13px;
    height: 13px;
    border: 1px solid #228774;
}
.deletedQuestion{
    margin-left: 20px;
    text-align: center;
    background-color: grey;
    width: 13px;
    height: 13px;
    border: 1px solid #228774;
}
.ansStatus{
    color: #228774;
    font-weight: bold;
}
/* ------------- Color Status End ----------*/

/* ------------- Search By Start ----------*/
.searchBy{
    width: 100%;
    margin-left: -15px;
}
.searchBy span{
    /*color: #228774;*/
    font-weight: bold;
    font-size: 11pt;
}
#byName{
    border:solid 1px #ccc;
    border-radius: 5px;
    width: 22%;
    height: 30px;

    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
}
#byName:focus {
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}
#byEmail{
    border:solid 1px #ccc;
    border-radius: 5px;
    width: 23%;
    height: 30px;

    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
}
#byEmail:focus {
    outline: none;
    border-color: #9ecaed;
    box-shadow: 0 0 10px #9ecaed;
}
#byStatus{
    border:solid 1px #ccc;
    border-radius: 5px;
    height: 30px;
}
.searchNow {
    height: 27px;
    background: #009999;
    color: white;
    border: none;
    width: 10%;
    height: 30px;
    margin-left: 10px;
    border-radius: 4px;
}
/* ------------- Search By End ----------*/

/* ------------- Table Start ----------*/
table.table-bordered {
    width: 100%;
    table-layout: fixed;
    border: 2px solid #228774;
}
table.table-bordered thead{
    background-color: #009999;
    color: #ffffff;

}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
    border-bottom-width: 0px!important;
}
table.table-bordered td{
    padding: 5px;
    color: #555555;
}
.thLanguage{
  padding: 5px;
  width: 4% !important;
}
.thName{
  padding: 5px;
  width: 20% !important;
}
.thEmail{
  padding: 10px;
  width: 26% !important;
}
.thPhone{
  padding: 5px;
  width: 12% !important;
}
.thChecker{
  padding: 10px;
  width: 19% !important;
}
.thAnswers{
  text-align: center;
  width: 32% !important;
}
.thAnswers_num{
  text-align: center;
  width: 4%;
}

.thAnswers_num_del_flg{
  text-align: center;
  width: 4%;
  background-color: gray !important;
}

.thAnswerDate{
  padding: 5px;
  width: 10% !important;
}
.thInterviewDateTime{
    padding: 5px;
    width: 10% !important;
}
.thDetail{
  padding: 5px;
  width: 12% !important;
}
.ans_symbol{
    padding: 0 !important;
    text-align: center;
}
.col1{
    padding : 10px;
    width : 70%;
    }
.col2{
    padding : 10px;
    width : 13%;
    }
.col3{
    padding : 10px;
    width : 17%;
    }
.txt_header{
    font-size : 15px;
    font-family : bold;
    color : #FFFFFF;
    }
.arrow_down {
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #FFFFFF;
}
.tbl_gap{
    padding : 0px 0px 0px 0px;
}
.plantype{
    width: 135px;
}
.unChecked{
    background: white;
}
.unChecked:hover{
    background: #DAEEF1;
}
.fullyChecked{
    border:1px solid #DDDDDD;
    background-color: #cecccc;
}
.fullyChecked:hover{
    background-color: #9A9A9A;
}
.halfChecked{
    background-color: #f9ef25;
}
.halfChecked:hover{
    background-color: #BCB41D;
}
.pass{
    background-color: #93f493;
}
.pass:hover{
    background-color: #78c978;
}

.panel ul{
    width: 100%;
    border: 1px solid #009999 !important;
    background-color: #009999 !important;
}

.panel{
    margin-left: -15px !important;
    margin-right: -15px !important;
    border-radius: 0px !important;
    border: 2px solid #009999 !important;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {

    background-color: #fff;

    border-radius: 0px;
}

.nav-tabs>li{
    width: 12.5%;

}

.nav-tabs{
    padding-left: 2px;
}

.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 0px;
}

.answerText{
    height: 250px;
    max-height: 250px;
    max-width: 100%;
    margin-left: 0px !important;
    padding: 10px;
}

.commentText{
    height: 95px;
    max-height: 95px;
    max-width: 100%;
    margin-left: 0px !important;
    padding: 10px;
}

.headerAdminText {
    padding: 8px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
}
.markCheck{
    margin-right:0px;
}
.saveMarked {
    height: 27px;
    background: #009999;
    color: white;
    border: none;
    width: 12%;
    height: 30px;
    border-radius: 4px;
}

/* Pagination */

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 3;
    color: #ffffff;
    cursor: default;
    background-color: #1A6F7C !important;
    border-color: #1A6F7C !important;
}
ul.pagination li {
    display: inline !important;
    border: 0px !important;
}
ul.pagination {
    display: inline-block !important;
    padding: 0 !important;
    margin-top: 5% !important;
}

.pagination {
    background-color: white !important;
    width: 400px;
    display: inline-block !important;
    padding-top: 10px !important;
    margin-left: 23% !important;
}

ul.pagination li.active a:hover {
    background-color: #1A6F7C !important;
    color: white !important;

}
ul.pagination li:first-child a {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}
ul.pagination li:last-child a {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}
ul.pagination li a {
    color: #009999;
    float: left;
    padding: 5px 13px;
    text-decoration: none;
    border: 0px;
}
/*.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}*/

/*-------------------------------Date Time----------------------------*/

span.date, span.time{
    font-weight: bold;
    font-size: 11pt;
}
.date_width{
    width: 100px !important;
    display: inline !important;
}
.time_width{
    width: 83px !important;
    display: inline !important;
}

.no_data{
  color: #665e4a;
  background : #FFF4F4;
  width: 100%;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 13pt;
}

#clear_date, #clear_time {
    cursor: pointer;
    font-weight: bold;
    font-size: 13pt;
    color: #e1e1e1;
}

#clear_date:hover {
    color: #BAB9B9;
}

#clear_time:hover {
    cursor: pointer;
    color: #BAB9B9;
}

.dialogoverlay{
    height: 100%;
}

.dialogbox_alert{
    left: 346px;
    top: 200px;
    height: 135px;
}

.dialogboxbody_alert{
    margin-top: 25px !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
}
/*-------------------End Answerer List--------------------*/

/*--------------------- Image Upload --------------------- */

div.ques_title, div.question{
    margin-top: 30px !important;
}

label.ques_title{
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    margin-bottom: 10px;
}

label.question{
    margin: 0px;
    padding: 0px;
    font-size: 15px;
    margin-bottom: 10px;
}

textarea.question{
    margin: 0px !important;
    height: auto !important;
}

input.save{
    float: right !important;
    padding: 0 !important;
    margin: 0 !important;
    margin-right: -80px;
}