﻿/*自定义Bootcss*/
.form-control {
    font-size:12px;
    height:32px;
}

.form-control-sm {
    height: 32px;
}

.btn {
    white-space: nowrap;
}

.btn-sm {
    padding: 6px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
}

.btn-group-sm .btn {
    padding: 6px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 12px;
}

.input-xs {
    height: 28px;
    line-height: 28px;
    padding: 3px;
    border-radius: 2px;
    font-size: 12px;
}

.btn-xs {
    height: 22px;
    border-radius: 3px;
    padding: 0px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
}

.btn-default {
    background-color: white;
    border: 1px solid #bbbbbb;
}

    .btn-default:hover {
        background-color: #204D74;
        color:white;
    }

.btn-primary {
    background-color: #337AB7;
    border: 1px solid #204D74;
}

    .btn-primary:hover {
        background-color: #204D74;
    }



.btn-info {
    background-color: #5BC0DE;
}

.modal-content {
    border: 2px solid #337AB7;
    box-shadow: #4a4a4a 0px 0px 50px 10px;
}

.datetimepicker {
    font-size: 14px;
}

.thead-light-normal th{
    font-weight: normal;
}

.table-sm th {
    padding: 6px;
    font-weight:normal;
    text-align:right;
    vertical-align:middle;
}

.table-sm td {
    padding: 6px;
}


.table-sm-silvery th {
    padding: 8px;
    background-color: #f1f1f1;
    font-weight: normal;
    padding-left: 20px;
    text-align: left;
}

.table-sm-silvery td {
    padding: 8px;
}

.table-sm-silvery-right th {
    padding: 8px;
    background-color: #f1f1f1;
    font-weight: normal;
    padding-left: 10px;
    text-align: right;
}

.table-sm-silvery-right td {
    padding: 8px;
}

.table-sm-no-padding th {
    padding: 0px;
}

.table-sm-no-padding td {
    padding: 0px;
}

.text-break-all {
    white-space:normal;
    word-break: break-all;
}

.ListTable .text-break-all {
    white-space: normal;
    word-break: break-all;
}

.table .text-break-all {
    white-space: normal;
    word-break: break-all;
}


.bg-info th {
    background-color: #e4f4ff;
}



.alert-sm
{
    padding:8px;
}

.btn-file {
    border: 2px dotted #4a4a4a;
}

    .btn-file:hover {
        background-color: #e3f2ff;
    }
/*自定义Bootcss*/

.nav-tabs-dark .active {
    background-color: #d1ecf1 !important;
    font-weight:bold;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom:0px;
}

.Plat_Table_Menu_Load {
    padding: 5px;
    height: 25px;
    overflow: hidden;
    width: 100%;
    color: black;
}

.Plat_Table_Menu_Load_Act {
    background-color: yellow;
}