﻿body {
    margin: 0;
    background-color: #FFF;
    background: url(../../../Images/bg_01.jpg) repeat-x;
    background-position: center;background-repeat: repeat;
    background-size: unset;
}
.dps
        {
            width:auto;
            overflow-x:scroll;
            overflow-y:hidden;
            display:block;
        }
.wd100
{
    width:100px;
}
.contain {
    max-width: 1024px;
    background-color: #FFF;
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede;
    margin-left: auto;
    margin-right: auto;
}

.header {
    height: 169px;
}

.content {
    width: 100%;
    height: auto;
    margin-top: 2%;
}

.left {
    display: inline-block;
    width: 21%;
    vertical-align:top;
}

.mid {
    display: inline-block;
    width: 78.6%;
    height:100%;
    min-height:1000px;
    vertical-align:top; 
    position: relative;  
     background: linear-gradient(40deg, rgb(255 255 255 / 16%) 5%, rgba(255, 255, 255, 0) 50%),
      linear-gradient(320deg, rgba(119, 225, 255, 0.2) 5%, rgba(255, 255, 255, 0) 27%), rgb(255, 255, 255);
}

.right {
    
    position:relative;
    bottom:0;
    display: inline-block;
    width: 100%;
    text-align: center;
    vertical-align:top;
    left:0;
    height:66px;
}
.ctl
{
    width:1080px;
    margin:0 auto;
    text-align:center;
}

.right li
{
    width:180px;
    float:left;
    margin:0 auto;
    text-align:center;
}

.login {
    width: 87%;
    margin-bottom: 5%;
    margin-right: auto;
    margin-left: auto;
}

a:link {
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

a:active {
    text-decoration: none;
}

.menu {
    width: 88%;
    margin-right: auto;
    margin-left: auto;

    display: block;
}
.h3-title{
    color: #0c5da9;
    font-weight:bold;
    display: inline-block;
    font-size: 140%;
    width: 90%;
    padding-top: 8px;
    padding-bottom: 8px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    flex-shrink: 0;
    text-align: center;  
      background-color: #f0f6fa;
}


    .menu ul {
        margin: 0px;
            padding: 0px;
            left: 0;
            display: block;
            padding: 5px;
            box-sizing: border-box;
        }
        
                .menu ul li {
                    list-style-type: none;
                    display: block;
                    width: 100%;
                    padding: 8px 10px 8px 20px;
                    border-bottom: 1px solid #c3c0c0;
                    position: relative;
                    line-height: 1.5;
                    font-weight: 500;
                    transition: all 0.3s;
                    color: #333333;
                    font-size: 105% !important;
                }
        /*---202407---*/
                .menu ul li a {
                    display: block;
                    width: 100%;
                    color: #333333;
                    position: relative;
                    font-weight: 600;
                    z-index: 1;
                    font-size:110% !important;
        
                }
                .menu ul li a::before {
                    content: '';
                    position: absolute;
                    top: 0;
                    left: -10px;
                    width: 0px;
                    height: 100%;
                    -o-transition: all 0.6s cubic-bezier(0.57, 0.06, 0.05, 0.95);
                    transition: all 0.6s cubic-bezier(0.57, 0.06, 0.05, 0.95);
                    -moz-transition: all 0.6s cubic-bezier(0.57, 0.06, 0.05, 0.95);
                    -webkit-transition: all 0.6s cubic-bezier(0.57, 0.06, 0.05, 0.95);
                    z-index: 0;
                    background: transparent
                }
        
                .menu ul li a:hover:before {
                    width:5px; 
                      background: #0c5da9;
                }
        
                .menu ul li a:hover {

                    color: #3a73b9;
                }

  

        .menu ul li a:link {
            display: block;     
            font-size:1rem
        }
        
        .menu ul li a:visited {
            display: block;
         
        }
        
      
        
        .menu ul li a:active {
            display: block;
          
        }
.right ul {
    margin: 0px;
    padding: 0px;
}

    .right ul li {
        list-style-type: none;
        margin-bottom: 5%;
    }

.paper-top {
    height: 100%;
    display: block;
    border-top: #ddd solid 1px;
    padding: 30px;
    position: relative;  
      width: 98%;
}

.paper-top  input[type=submit] {
    background-color: #0f3675;
    border: 1px solid #0f3675;
    color: #fff;
    padding:5px 15px;
    position: relative;
    text-align: center;
    border-radius:5px;
    transition: .4s cubic-bezier(0.23, 1, 0.32, 1);
}

   
.paper-top input[type=submit]:hover {
    background-color: #d4f2fd;
    color: #0f3675
}



.tittle01 {
    width: 100%;
    color: #000;
    margin-bottom: 2%;
    display:table;
}

    .tittle01 ul {
        margin: 0px;
        padding: 0px;
    }

        .tittle01 ul li {
            list-style-position: inside;
            list-style-type: square;
            line-height: 30px;
            border-bottom-width: 1px;
            border-bottom-style: solid;
            border-bottom-color: #CCC;
            width: 90%;
            margin-right: auto;
            margin-left: auto;
        }

            .tittle01 ul li a:link {
                color: #666;
            }

            .tittle01 ul li a:visited {
                color: #666;
            }

            .tittle01 ul li a:hover {
                color: #226CC0;
                font-weight: bold;
            }

            .tittle01 ul li a:active {
                color: #666;
            }

.clear {
    clear: both;
}

.footer {
    color: #e0e0e0;
    font-size: 76.5%;
    background-color: #000;
    text-align: center;
    line-height: 30px;
}

.div-login-block {
    max-width: 195px;
    height: auto;
    background-color: #226CC0;
    border-radius: none;
    padding: 10px;   
     position: relative;
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 30px), calc(100% - 30px) 100%, 0 100%);
    z-index: 5;
    margin: 0px auto 0 auto;
    box-sizing: border-box;
    overflow: visible;
    font-size: 110%;
}
.login  input[type=submit] {
    background-color: #cfe9ff;
    border: none;
    color:#000;
    padding: 6px 30px;
    text-decoration: none;
    margin: 4px 2px; 
     border-radius: 5px;
     font-weight: 700;
     letter-spacing: 1px;
    cursor: pointer; 
    outline:none;
  }
  .login  input[type=submit]:hover {
    background-color: #fff1a5
   }

.h3-login-title {
    margin: 0;
    color: #d4f2fd;
}

.radio-group {
    width: 100%;
    color: white;
}

    .radio-group td > label {
        font-weight: 500;
    }

.text-login {
    width: 130px;
    color:black;
}

.color-white {
    color: white;
}

.img-container-bine {
    float: left;
    height: 59px;
}

.img-container-bine:first-child {
    display:none;
}
.img-container-bine:last-child {
    display:none;
}
.img-container-connection {
 
    height: 59px;
    width: auto;
    line-height: 59px;
    font-weight: bold;
    font-size: 120%;
    overflow: hidden;
}

.img-background-left {
   display: block;
   float: left;
    text-align: center;
    background: #f8f8f8!important;
    padding: 0px 15px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    border-bottom: #226CC0 solid 2px;
    color: #000;
}


.img-background-right {
    display:none
}

.tr-color {
    background-color: #fff;
}



.tr-title {
    border-bottom: 1px solid #FFCC33;
}

    .tr-title > th {
        text-align: center;
    }

table {
    /*text-align: center;*/
    width: 100%;
    max-width: 100%;
    padding: 15px
}

.table-list{
    margin: 60px auto 15px auto;
    display: block;
    position: relative;

}
.table-list td,th{
    min-height:40px;
    line-height: 1.6;
    font-size: 110%;
    border-bottom: 1px solid #CCCCCC;
    padding:10px;   
     display: table-cell;
    position: relative;
}

.table-list td a{
    color: #000;
    font-weight: 400;
}

.table-list td a:hover{
    color: #005bac;
    text-decoration: underline;
}

#MainContent_GridView1_lblDate_0{
    color:#005bac
}
.nav-border-top {
    border-top: 1px solid #CCCCCC;
    margin-top: 50px;
}

.content-container {
    font-size: 16px;
}

.table-innerpage > tbody > tr > th, .table-innerpage > tbody > tr > td {
    border: 1px solid #bebebe;
    padding: 7px;
}


    .table-innerpage > tbody > tr > th:nth-child(1), .table-innerpage > tbody > tr > td:nth-child(1):not(.not-this-td) {
        width:125px;
        background-color: #cfe9ff;
        color: #000;
        text-align: center;
    }

.not-this-td {
    text-align: left;
}

.table-innerpage > tbody > tr > th:nth-child(2), .table-innerpage > tbody > tr > td:nth-child(2) {
    text-align: left;
}

.not-homepage-width {
    width: 100%;
}

.query-button {
    color: white;
    background-color: #428bca;
    border: 0;
    height: 28px;
    min-width: 60px;
}

    .query-button:hover {
        background-color: #3071a9;
    }

.list-link {
    width: 100%;
    height: 100%;
    display: block;
}


/*---202407---*/
.table-innerpage-3{
    border-collapse: collapse;
    border-spacing: 0;
    width: 100% !important;
    overflow-x: auto;
display: table;
border-radius: 5px;
-webkit-box-shadow: 0 0 1px 2px rgba(0, 0, 0, .05);
box-shadow: 0 0 1px 2px rgba(0, 0, 0, .06);
}
.table-innerpage-3 tr {
    border: none;
    width: 100%;
    display: table-row;
}
.table-innerpage-3 tbody th, .table-innerpage-3 tbody td {
    padding:18px 15px;
    box-sizing: border-box;
    vertical-align: middle;
    border: 1px solid #d7d4ce;
    display: table-cell;}

.table-innerpage-3 input[type=submit] {
    text-align: center;
    margin: auto;
    display: block;
}




.table-innerpage-3 select{
 display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: #ddd solid 1px;
    border-radius: 0;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}


#MainContent_UpdatePanel1 .query-button{
    text-align: center!important;
    margin:15px auto 30px auto!important;
    display: block;
}

    .table-innerpage-3 tbody tr:nth-child(even){
 background-color: #F8f8f8;
    }
    
.table-innerpage-3 tr td:nth-child(odd):not(.not-this-td-2) {
    background-color: #3071a9;
    color: white;
}
/*------問卷管理----*/

.table-innerpage-2{
  margin: 15px auto 40px auto;
  }


.table-innerpage-2 tr:nth-child(1) td,
.table-innerpage-2 tr:nth-child(1) th {
    background-color: #3071a9;
    color: white;
}

/*---202407 表格的字---*/

.table-innerpage-2 tr td{
    padding: 10px!important;
    font-weight: 500;  
    font-size: 105%;
}


/*------問卷管理btn----*/


#MainContent_btnAdd{
    background-color: #019e96;
    padding: 15px 20px 35px 15px;
    color: #fff;
    font-size: 110%;
    font-weight: 700;
    position: relative;
    display: block;
    align-items: center;
    border-color: #ddd;
}
#MainContent_btnAdd:hover{
    background-color: #226CC0
   
}

input[type="button"]:disabled {
    background: #a9a9a9;
}

.aspNetDisabled {
      background-color:#47515f!important;
      color: #fff!important;
          border-color:#47515f!important;
}

.priorityBtn{    
     color: #fff!important;
    cursor: pointer;
       background-color:#0c4da6!important;
    border-color:#0c4da6!important;
    
    }
   
    .priorityBtn:hover{ 
        color: #fff!important;
        background-color:#1ba1e6!important;
        border-color:#1ba1e6!important;
    }



/*----預覽---*/
.viewcopyBtn{
    cursor: pointer;
   
  color: #fff;  background-color:#567eb4!important;
  border-color:#567eb4 !important;
}
.viewcopyBtn:hover{ 
    color: #fff!important;
   background-color: #60a4c3!important;
    border-color: #60a4c3!important;
}





/*------
問卷內
------*/
.paper-top .panel-default > .panel-heading{

     font-weight: 800;
     font-size: 110%;
     text-align: center;
     background-color: #fef9f3;
     color: #004e98;
     border-bottom: 2px solid #004e98
 }

 #MainContent_txtFillStartDate, #MainContent_txtFillEndDate {
    display: block;
    /*width: 100%;*/
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
 }
 #MainContent_ddlType{

 width: 100%;
 height: 34px;
 padding: 6px 12px;
 font-size: 14px;
 line-height: 1.42857143;
 color: #555;
 background-color: #fff;
 background-image: none;
 border: 1px solid #ccc;
 border-radius: 4px;
 margin-right: 8px;
}


.table-innerpage-2 th,
.table-innerpage-2 td {
    border: 2px solid #428bca;
}

.table-innerpage-3 select {
    width: 200px;
}

.red-symbol {
    color:red;
}

h3{
    margin-top:0 !important;
}

.input-group-addon{
    border:0 !important;
    background-color:rgba(0,0,0,0) !important;
}

.select-size select{
    width:100%;
}

.th-align-center tr:nth-child(1) th{
    text-align:center;
}

/** 選單管理 **/
.menuitemplus,.menuitemedit,.menuitemminus{
    margin-left:5px;
    margin-right:5px;
    cursor:pointer;
}

.menuitemplus span,.menuitemedit span,.menuitemminus span{
    float:left;
       display:block;
    width:25px;
    height:25px;
    padding-top:3px;
    padding-left:3px;
}



/*----ttl-----*/
.mid .page-header, .tittle01{
 position: relative;
    padding-bottom: 5px;
    margin: 30px 0 30px;
    border-bottom:none !important;
 
}

.mid .page-header::before, .tittle01::before {
    content: "";
    display: block;
         background-color: #dde4eb;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.mid .page-header::after ,.tittle01::after {
    content: "";
    display: block;
    background:#006fb9;
    width: 148px;
    height:3px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.tittle01 h3{
    font-weight: 600;
}
/*-------------
 右側 
-------------*/

.menuinner {
    background-color: #f5f5f5;
    padding: 30px 15px;
    border-bottom: 1px #666666 dashed;
}


.menuinner ul{
    list-style:none;    
    display:block;
    left: 0;
    margin: 0;
    padding:0 
    
}

#menutree li{
    float:none;
    width:100%;
    background-color:#fff;
    clear:left;
    border-bottom: 1px #b0b0b0 dashed;
    padding: 10px;
    cursor: pointer;
    font-size: 108%;
    color: #000 !important
}
/*------------------------------------------
幫我改在第1個標題.找不到css
---------------------------------------------*/
#menutree ul li:first-of-type{
	background-color:#f0f6fa;
    font-weight: 800;
	}


.glyphicon{
    font-size: 100%;  
    color: #0c5da9;
}


#menutree li:last-child{
      border-bottom:none;
    padding: 10px;
}



#submenu{
    margin-bottom:10px;
    padding-top:10px;}
    

#sortableListsBase li { 
    background-color:#ddf; 
    padding-left:50px; 
    list-style:none;
    border:dashed 1px #373737;
    opacity:0.5;
}
#addMenuModal .modal-body
{
    height:300px;
    overflow:visible;
}
#delMenuModal .modal-body
{
    height:300px;
    overflow:visible;
}
#editMenuModal .modal-body
{
    height:300px;
    overflow:visible;
}


/*------------------

右更正 Bootstrap css

------------*/

#MainContent_upMain{
   border: solid 1px #e4e9ef;
   background-color:#fff;
   border:5px solid #ecf9fd;
   border-radius: 10px;
   -webkit-box-shadow: 0 0 3px 0px rgba(0, 0, 0, .05);
   box-shadow: 0 0 2px 3px rgba(0, 0, 0, .06);
   margin: 0 auto;
   padding: 30px 0 30px 0;
   -webkit-transition: all, .7s;
   transition: all, .7s;
       display: table;
   position: relative;
   max-width: 100%;
   width: 100%;
}


.paper-top .form-horizontal{

    width: 100%;
    padding: 15px;
}

.paper-top .form-horizontal table{
    max-width: 100%;width: 100%;
    padding: 15px 10px;
    background-color: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    position: relative;
    font-style: normal;
    margin: 10px auto;
    color: #000;
}


.paper-top .form-horizontal table tr {
    border: none;
    width: 100%;
    max-width: 100%;
    display: table-row;
}

.paper-top .form-horizontal table tr th{
  font-weight: 800;
  letter-spacing: 0.5px;
}
.paper-top .form-horizontal table tr:nth-child(2n) {
    background-color: #f9fafd;
}
.paper-top .form-horizontal table td {
    /* white-space: nowrap; */
    vertical-align: middle;
    cursor: pointer;
    padding: 12px 10px;
    color: #000;
    display: table-cell;
    border-bottom: #cecece 1px solid;
}

/*----
新增消息css

-----*/

.secondcol-align-left{ 
    padding: 30px 30px !important;
    border-radius: 8px!important;
    background-color: #fff!important;
    border: 1px solid  #c3c0c0;
      border-top-width: 1px;
      border-top-style: solid;
      border-top-color: rgba(238, 238, 238, 0.933);
    box-shadow: 0 1px 7px 0 rgba(0, 0, 0, 0.06)
}

.secondcol-align-left tbody{
    padding: 15px
}
.secondcol-align-left tr:first-child{
    background-color: #fef9f3; 
    border-bottom: 2px solid #0c5da9;
}
.cke_editor tr:first-child {
    background-color:#ecf4fa;
    border: #dce6f0 solid 1px;
    
}
.secondcol-align-left tr td:first-of-type{
 vertical-align: middle;
 text-align: center;
 padding: 8px;
 font-weight: 700;
}
.secondcol-align-left #MainContent_Descend{
    font-weight: 800;  
      color: #0c5da9;
      padding-bottom: 30px;
      display: block;
    
   }
   .secondcol-align-left  textarea , #MainContent_EmailTitle {
    overflow: auto;  
      padding: 6px 12px;
  
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;

}
.secondcol-align-left td, .secondcol-align-left th {
    padding: 10px 8px;
    /* margin-bottom: 15px; */
    display: table-cell;
    position: relative;
    background: content-box;
}

 .secondcol-align-left  input[type=file] {
    background-color: #f5f5f5;
    border: 1px solid  #c3c0c0
   
}

#MainContent_btnDel{
    text-align: center;
    float: right;
    margin-right:20px;
}


#MainContent_CustomPagingID_pnMain {
    text-align: center;
    margin: auto;
}


