﻿.alert-dialog .modal-dialog {
    width: 500px;
    height: auto;
    max-height: 280px;
}

.alert-dialog .modal-header {
    height: 55px;
    background-color: #5BC0DE;
    color: #FFFFFF;
}

.alert-dialog .modal-warning-header {
    height: 55px;
    background-color: #F0AD4E;
    color: #FFFFFF;
}

.alert-dialog .modal-error-header {
    height: 55px;
    background-color: #D9534F;
    color: #FFFFFF;
}

.alert-dialog .modal-body {
    height: auto;
    max-height: 155px;
    overflow-y: auto;
}

.alert-dialog .modal-footer {
    height: 70px;
}

.select-dialog .modal-dialog {
    /*width: auto;*/
    min-width: 420px;
    max-width: 620px;
    height: auto;
    max-height: 580px;
}

.select-dialog .modal-header {
    height: 55px;
    background-color: #428BCA;
    color: #FFFFFF;
}

.select-dialog .modal-body {
    height: auto;
    max-height: 455px;
    overflow: auto;
}

.select-dialog .modal-footer {
     height: 70px;
}

.login-error-dialog .modal-dialog {
    width:300px;
    /*min-width: 700px;
    max-width:900px;*/
    height: auto;
    max-height: 580px;
}
.login-error-dialog .modal-header {
   height:45px;
   background-color:#428BCA;
   color:#FFFFFF;
   padding:10px;
}

.oper-dialog .modal-dialog {
    width:900px;
    /*min-width: 700px;
    max-width:900px;*/
    height: auto;
    max-height: 580px;
}

.oper-dialog .modal-header {
   height:55px;
   background-color:#428BCA;
   color:#FFFFFF;
}

.oper-dialog .modal-body {
    height: auto;
    max-height: 455px;
    overflow-y: auto;
}
.oper-dialog .modal-footer {
  height:70px;
}

.large-dialog .modal-dialog {
    width: 95%;
    height: auto;
    max-height: 600px;

}

.large-dialog .modal-header {
   height:55px;
   background-color:#428BCA;
   color:#FFFFFF;
}

.large-dialog .modal-body {
    /*height:auto;
     max-height:582px;  */
    height: auto;
    max-height: 475px;
    overflow-y: auto;
}

.large-dialog .modal-footer {
  height:70px;
}

/*全局模态框样式设置*/
.modal-header {
    border-top-left-radius:3px;
    border-top-right-radius:3px;
}
.modal-footer {
    border-bottom-left-radius:3px;
    border-bottom-right-radius:3px;
}
