﻿@charset "utf-8";
html, body {
    /*height: 100%;*/
}
body {
    position: relative;
    font-size: 14px;
    min-width: 1200px;
    /*color: #505050;
    background: #ebebeb;*/
}
a,a:hover{
    cursor:pointer;
    text-decoration:none
}
[ng-cloak]{
    display:none;
}
textarea {
    resize:none
}
.mainContainer{
    margin-top:20px;
    margin-left:20px;
}
.commomBtn {
    display: inline-block;
    background: #0587cb;
    color: #fff;
    padding: 5px 20px;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid transparent;
}

.text-bigger{
    font-size:16px
}
.table > tbody > tr {
    cursor:pointer
}
.trSelected{
    font-weight: bold;
    /*background-color: #157fcc;*/
    color: #157fcc;
}
.headerDiv {
    background: #f2f2f2;
    margin-top: 40px;
    height: 100px
}

.titleDiv {
    width: 80%;
    margin: 0 auto;
    padding: 25px 0;
}

.titleDiv>ul>li {
    float: left;
    /*width: 12%;*/
    height: 50px;
    text-align: center;
    display:table
}

.titleDiv>ul>li>a {
    display: table-cell;
    font-size: 16px;
    color: #4c4c4c;
    height: 50px;
    /*line-height: 50px;*/
    text-align: center;
    border-right: 1px solid #f2f2f2;
    background: #fff;
    white-space: pre-wrap; 
    vertical-align: middle;
}

.titleDiv>ul>li.active>a {
    background: #53a8e3;
    color: #fff;
}