a {
    cursor: pointer;
}
input[required].ng-empty,input[required].has-error,input[required].ng-invalid {
    border:1px solid ;
    border-color: #d59392;
    border-radius: 4px;
}
.hasFlex {
    display: -webkit-box;
    display:-webkit-flex;
    display: flex;
}
.columCenter {
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align:center;
    -webkit-align-items:center;
    -moz-align-items:center;
}
.horizontalCenter {
    justify-content: center;
    -webkit-box-pack: center;
    -webkit-box-pack: center;
}
.flex-direction-column {
    flex-direction:column;
    -webkit-box-orient:vertical;
}
.flex-direction-row {
    flex-direction:row;
    -webkit-box-orient:horizontal;
}
.my-form-group input,.my-form-group select {
    float: right;
    width: 50%;
    margin-bottom: 8px;
}
label {
    display:inline-block;
    max-width:100%;
    margin-bottom:5px;
    font-weight:inherit;
}
.form-div {
    padding-top: 7px;
    word-wrap: break-word;
    max-height: 50px;
    overflow: auto;
}
.form-group {
    margin-bottom: 8px;
}
.popover {
    width: 500px;
    max-width: 2000px;
    font-size:85%;
}
.myAlert {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    min-height: 80px;
    top: -5%;
    z-index: -1;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: all  0.5s;
    -moz-transition: all 0.5s;	/* Firefox 4 */
    -webkit-transition: all 0.5s;	/* Safari 和 Chrome */
    -o-transition: all 0.5s;
}
.myAlert.open {
    top: 0%;
    opacity: 1;
    z-index: 99999;
}
.successAlert {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    min-height: 80px;
    top: -5%;
    z-index: -1;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari 和 Chrome */
    -o-transition: all 0.5s;
}

.successAlert.open {
    top: 0%;
    opacity: 1;
    z-index: 99999;
}
.tableBody {
    max-height: 450px;
    overflow: auto;
}
.mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 11111;
    top: 0;
    left: 0;
    opacity: 0.4;
    display: table;
    text-align: center;
}
.loading {
    vertical-align: middle;
    display: table-cell;
    font-size: 5em;
    z-index: 11111;
}
/*.table{
    width: 100%;
    border-collapse:collapse;
    border-spacing:0;
}
.fixedThead{
    display: block;
    width: 100%;
}
.scrollTbody{
    display: block;
    max-height: 500px;
    overflow: auto;
    width: 100%;
}
.table td,.table th {
    width: 200px;
    border-bottom: none;
    border-left: none;
    border-right: 1px solid #CCC;
    border-top: 1px solid #DDD;
    padding: 8px
}
.table tr{
    border-left: 1px solid #EB8;
    border-bottom: 1px solid #B74;
}
thead.fixedThead tr th:last-child {
    color:#FF0000;
    width: 218px;
}*/
/*.table-striped>.tr:nth-of-type(odd){
    background-color: #f9f9f9;
}*/
/*
.tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
    width: 100%;
}
.table-striped>.tr:nth-of-type(odd){
    background-color: #f9f9f9;
}
.table>.tr{
    display: -webkit-box;
    display:-webkit-flex;
    display: flex;
    width: 100%;
    justify-content: space-between;
}
*/

