﻿/*東方-檔案上傳樣式調整End*/
    /*實習成果管理  檔案上傳Begin*/
    .photo_body > ul > li > li{
        height:200px;
        padding:8px;
        float:left;
    }   
    .photo_body > ul > li{
        height:200px;
    }
    .photo_head > li{
        background-color:#0288D1;
        text-align:center;
        color:#FFF;
        padding:8px;
        float:left;
    }
    .photo_body img{
        position:relative;
        width:100%;
        margin: 0 auto;
        top:50%;
        left:50%;
        transform: translateY(-50%) translateX(-50%);
    }
    .img_div{
        height:150px;
        width:200px;
        border:black 2px solid;
        margin: 0 auto;
    }     
    .img_div img{
        position:relative;
        width:100%;
        margin: 0 auto;
        top:50%;
        left:50%;
        transform: translateY(-50%) translateX(-50%);
    }
    .photo_body  textarea{
        height:100px;
    }
    .photo_body{
        min-height:20px;
    }  
  /*實習成果管理 檔案上傳End*/
    /*專案中dialog自訂樣式 Begin*/
    .dialog_byself .modal-dialog{
        width:75%;
    }
    .dialog_byself .modal-body th{
        padding:5px;
        width:15%;
        text-align:center;
    }
    .dialog_byself .form-control{
        display:inline;
    }
    .dialog_byself .modal-body td{
        width:20%;
    }
    .dialog_byself .modal-header{
        background-color:rgb(123, 144, 175)
    }
    .dialog_byself .modal-title{
        font-size:20pt;
        color:white;
        text-align:center;
    }
    
    .dialog_byself .form-control{
        width:100%;
    }
    /*專案中dialog自訂樣式 End*/
    /*置頂按鈕 Begin*/
    .toTop {
    position: fixed;
    right: 1%;
    bottom: 10%;
    padding: 10px 15px;
    background: #ffba00;
    color: #FFF;
    cursor: pointer;
    border-radius: 5px;
    float: right;
    z-index: 1;
    text-align: center;
    vertical-align: middle;
}

    .toTop:hover {
        background: #fc7b1c;
    }

    .toTop a:link, .toTop a:visited, .toTop a:hover, .toTop a:active {
        color: #fff;
        text-decoration: none;
    }
    /*置頂按鈕 End*/
    .sidebar-menu:hover{
        background-color:red;
    }