﻿/* 全局样式 */
/*基本样式*/
a, abbr, address, article, aside, audio, b, blockquote, body, caption, cite, code, dd, del, dfn, dialog, div, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, pre, q, samp, section, small, span, strong, sub, sup, tbody, tfoot, thead, time, ul, var, video {
    border: 0px;
    margin: 0;
    outline: 0;
    padding: 0;
    font-size: 12px;
    font-family: 'Microsoft YaHei',"Tahoma","Verdana","Arial","sans-serif";
    color: #202020;
}

table, tr, td, th {
    margin: 0;
    outline: 0;
    padding: 0;
    font-size: 12px;
    font-family: 'Microsoft YaHei',"Tahoma","Verdana","Arial","sans-serif";
    color: #202020;
}

html, body {
    height: 100%;
}

.gray_bg {
    background-color: #f0f0f0 !important;
}
/*去掉chrome浏览器下的input和textarea在聚焦的时候都有一个黄色的边框*/
input, button, select, textarea {
    outline: none;
    font-family: 'Microsoft YaHei',"Tahoma","Verdana","Arial","sans-serif";
}

::-webkit-input-placeholder { /* WebKit browsers */
    color: #939393 !important;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #939393 !important;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #939393 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
    color: #939393 !important;
}

textarea {
    resize: none;
    font-family: 'Microsoft YaHei',"Tahoma","Verdana","Arial","sans-serif";
}

a {
    color: #202020;
    text-decoration: underline;
}

    a:hover {
        color: #da241c;
        text-decoration: underline;
    }

    a.white {
        text-decoration: none;
        color: white;
        text-decoration: none;
    }

        a.white:hover {
            color: yellow;
            text-decoration: underline;
        }

.a_Orange {
    text-decoration: none;
    color: #da701c;
    text-decoration: underline;
}

    .a_Orange:hover {
        color: #da241c;
        text-decoration: underline;
    }

.NotRead {
    color: #da241c;
}

.path {
    padding-left: 10px;
    line-height: 25px;
    border-bottom: 1px solid #DDD;
}

.path2 {
    padding-left: 10px;
    line-height: 25px;
}

.path a .path2 a {
    color: #202020;
}

.path a:hover .path2 a:hover {
    color: #da241c;
}

.Search {
    line-height: 24px;
    padding: 0 10px;
    padding-bottom: 2px;
    background: #fff;
}

.Toolbars {
    background: url(images/Toolbars_bg.png);
    background-color: #f6f6f6;
    height: 30px;
    line-height: 30px;
    padding-left: 4px;
    vertical-align: middle;
    margin-left: 10px;
    margin-right: 10px;
    border-right: 1px solid #cdcdcd;
    border-left: 1px solid #cdcdcd;
}

.Toolbars-bottom-line {
    background: url(images/Toolbars-bottom-line.png);
    height: 31px;
    line-height: 31px;
    padding-left: 4px;
    vertical-align: middle;
}

.Toolbars table {
    height: 30px;
}

.Toolbars-line {
    padding-left: 1px;
    padding-right: 1px;
}

.Toolbars tr {
    display: table-row;
}

.Toolbars-line div {
    width: 1px;
    height: 14px;
    background-color: #aca899;
    border-right: 1px solid #ffffff;
}

.IconButton {
    color: #444;
    background: url('images/button_right.png') no-repeat top right;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    height: 24px;
    padding-right: 18px;
    cursor: pointer;
    vertical-align: middle;
    color: #0f0f0f;
    text-decoration: none;
}

.Enabled {
    color: #444;
    background: url('images/button_right_Enabled.png') no-repeat top right;
    font-size: 12px;
    text-decoration: none;
    display: inline-block;
    height: 24px;
    padding-right: 18px;
    cursor: pointer;
    vertical-align: middle;
    color: #0f0f0f;
    text-decoration: none;
    cursor: default;
}

.Toolbars .IconButton {
    background: none;
    padding-right: 5px;
    text-decoration: none;
    margin-top: -3px;
}

.IconButton span.IconButton-left {
    display: block;
    background: url('images/button_left.png') no-repeat top left;
    padding: 4px 0px 4px 18px;
    line-height: 16px;
    height: 16px;
}

.Enabled span.IconButton-left {
    display: block;
    background: url('images/button_left_Enabled.png') no-repeat top left;
    padding: 4px 0px 4px 18px;
    line-height: 16px;
    height: 16px;
}

.Toolbars .IconButton span.IconButton-left {
    background: none;
    padding: 4px 0px 4px 5px;
}

.IconButton span.IconButton-text {
    background-repeat: no-repeat;
    display: inline-block;
    height: 16px;
    line-height: 16px;
    padding: 0px;
}

.IconButton:hover {
    background-position: bottom right;
    text-decoration: none;
}

.Enabled:hover {
    background-position: top right;
    text-decoration: none;
}

.Toolbars .IconButton:hover {
    background: url('images/button_right_2.png') no-repeat top right;
}

.IconButton:hover span.IconButton-left {
    background-position: bottom left;
}

.Enabled:hover span.IconButton-left {
    background-position: top left;
}

.Toolbars .IconButton:hover span.IconButton-left {
    background: url('images/button_left_2.png') no-repeat top left;
}

.Enabled span.IconButton-text {
    color: #abacb0;
}

.Enabled {
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
    -webkit-filter: grayscale(1);
}

.GridView_PagerStyle, .pDiv {
    height: 28px;
    margin-left: 10px;
    margin-right: 10px;
    border: 1px solid #cdcdcd;
    border-top: 0;
    background: #fff;
}

.GridPage {
    height: 28px;
    border-bottom: 1px solid #cdcdcd;
}

.GridView_PagerStyle span, .GridView_PagerStyle a, .GridView_PagerStyle :link, .GridView_PagerStyle a:visited {
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
}

.GridPage span, .GridPage a, .GridPage :link, .GridPage a:visited {
    padding-left: 5px;
    padding-right: 5px;
    color: #000;
}

    .GridView_PagerStyle a:hover, .GridPage a:hover {
        text-decoration: none;
    }

.GridView_PagerStyle span {
}

#AutoSizePanel {
    width: 100%;
    height: 100%;
}

#AutoSizePanel, .AutoSizePanel-Center, .AutoSizePanel-Left, .AutoSizePanel-Right {
    overflow: hidden;
}

#AutoSizePanel {
    opacity: 0;
}

.Center-Top, .Center-Bottom {
    margin: 0 10px;
    background: #fbfbfb;
    border-left: 1px solid #cdcdcd;
    border-right: 1px solid #cdcdcd;
}

.Center-Top {
    padding: 6px 10px;
    border-top: 1px solid #cdcdcd;
}
.Center-Left{
    position:absolute;
}
.Center-Bottom {
    padding: 10px;
    border-bottom: 1px solid #cdcdcd;
    text-align: right;
}

.AutoSizePanel-Top {
    padding: 6px 0;
    background: #fff;
    box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.08);
    overflow: initial;
}

.AutoSizePanel-Bottom {
    text-align: right;
    line-height: 30px;
    padding-right: 8px;
    height: 35px;
    background-color: #f0f0f0;
    border-top: 1px solid #dfdfdf;
}

.checks_div_select {
    background-color: #fff;
    border: 1px solid #ccc;
    font-family: 'Verdana', '宋体';
    font-size: 12px;
    position: absolute;
    left: 0;
    top: 25px;
    z-index: 999;
    overflow: auto;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
}

[id^="list"] {
    padding-left: 10px;
}

#list1 {
    padding-left: 0;
}

.checks_div_select .check {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 24px;
}

    .checks_div_select .check:hover {
        background: #1E90FF;
        color: #fff;
    }
/*输入框样式*/
.AspTextBox {
    padding: 1px 3px;
    vertical-align: middle;
    border: 1px solid #c1c1c1;
    height: 22px;
    background: url(images/AspTextBox_bg.gif) #fff repeat-x left top;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0px;
    -moz-box-sizing: border-box; /*Firefox3.5+*/
    -webkit-box-sizing: border-box; /*Safari3.2+*/
    -o-box-sizing: border-box; /*Opera9.6*/
    -ms-box-sizing: border-box; /*IE8*/
    box-sizing: border-box;
}

.SearchControlButton {
    padding: 1px 3px;
    vertical-align: middle;
    border: 1px solid #c1c1c1;
    height: 22px;
    background: url(images/AspTextBox_bg.gif) #fff repeat-x left top;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0px;
    border-left-width: 0;
    margin-left: -4px;
    outline: none;
}

    .SearchControlButton:focus, .SearchControlButton:active {
        outline: none 0;
    }

    .SearchControlButton:-moz-focus-inner {
        border: 0;
        padding: 0;
        margin: 0;
    }

.AspListBox {
    border: 1px solid #c1c1c1;
}

.AspButton {
    margin: 0px;
    vertical-align: middle;
    cursor: pointer;
    height: 22px;
    display: inline-block;
    text-align: center;
    *padding: 4px 10px;
    font-family: Tahoma, Arial/9 !important;
    width: auto;
    overflow: visible;
    color: #333;
    border: solid 1px #999;
    background: #DDD;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DDDDDD');
    background: linear-gradient(top, #FFF, #DDD);
    background: -moz-linear-gradient(top, #FFF, #DDD);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#FFF), to(#DDD));
}

    .AspButton:-moz-focus-inner {
        border: 0;
        padding: 0;
        margin: 0;
    }

    .AspButton:focus {
        outline: none 0;
        border-color: #666;
    }

    .AspButton:hover {
        color: #000;
        border-color: #666;
    }

    .AspButton:active {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#DDDDDD', endColorstr='#FFFFFF');
        background: linear-gradient(top, #DDD, #FFF);
        background: -moz-linear-gradient(top, #DDD, #FFF);
        background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#DDD), to(#FFF));
    }

    .AspButton[disabled] {
        cursor: default;
        color: #666;
        background: #DDD;
        border: solid 1px #999;
        filter: alpha(opacity=50);
        opacity: .5;
        box-shadow: none;
    }


.AspDropDownList {
    height: 22px;
    vertical-align: middle;
    margin: 0px;
    text-align: center;
    text-align: left; /*火狐浏览下拉列表居中的问题*/
}

    .AspDropDownList option {
        text-align: left; /*火狐浏览下拉列表居中的问题*/
    }

.info-title {
    background-color: #f0f0f0;
    line-height: 25px;
    margin-left: 10px;
    padding-left: 10px;
    margin-right: 10px;
    font-weight: 900;
    color: #3b3b3b;
}

.info table {
    margin: 15px 0px 0px 25px;
}

    .info table td {
        line-height: 35px;
        text-align: left;
    }

        .info table td.label {
            text-align: right;
            line-height: 35px;
        }

.label-60 {
    width: 60px !important;
}

.label-70 {
    width: 70px !important;
}

.label-80 {
    width: 80px !important;
}

.label-120 {
    width: 120px !important;
}

/*弹出框样式*/
.foot {
    text-align: right;
    line-height: 35px;
    padding-right: 8px;
    height: 35px;
    background-color: #f0f0f0;
    border-top: 1px solid #dfdfdf;
}

.EditLabel {
    text-align: right;
    width: 70px;
    vertical-align: top;
    line-height: 35px;
}

/*验证控件样式*/
.ValidatorMessage {
    z-index: 9999;
}

.ValidatorMessageText {
    float: none;
    line-height: 16px;
    z-index: 9999;
    margin-top: 2px;
}

    .ValidatorMessageText .icon {
        width: 10px;
        position: relative;
        margin-left: 10px;
    }

    .ValidatorMessageText .icon1, .ValidatorMessageText .icon2, .ValidatorMessageText .icon3, .ValidatorMessageText .icon4, .ValidatorMessageText .icon5, .ValidatorMessageText .icon6, .ValidatorMessageText .icon7, .ValidatorMessageText .txt {
        list-style-type: none;
        border-width: 1px;
        border-style: solid;
        border-color: #f3e59a;
        background-color: #fffee8;
        color: #f3572e;
    }

    .ValidatorMessageText .icon1, .ValidatorMessageText .icon2, .ValidatorMessageText .icon3, .ValidatorMessageText .icon4, .ValidatorMessageText .icon5, .ValidatorMessageText .icon6, .ValidatorMessageText .icon7 {
        height: 1px;
        line-height: 1px;
        border-bottom: 0;
        border-top: 0;
        _overflow: hidden;
        padding: 0;
        margin: 0;
    }

    .ValidatorMessageText .icon1 {
        width: 0px;
        margin-left: 6px;
        border-right: 0;
    }

    .ValidatorMessageText .icon2 {
        width: 1px;
        margin-left: 5px;
    }

    .ValidatorMessageText .icon3 {
        width: 3px;
        margin-left: 4px;
    }

    .ValidatorMessageText .icon4 {
        width: 5px;
        margin-left: 3px;
    }

    .ValidatorMessageText .icon5 {
        width: 7px;
        margin-left: 2px;
    }

    .ValidatorMessageText .icon6 {
        width: 9px;
        margin-left: 1px;
    }

    .ValidatorMessageText .icon7 {
        width: 11px;
    }

    .ValidatorMessageText .txt {
        padding: 4px 6px 4px 6px !important;
        margin-top: -1px !important;
        line-height: 14px !important;
    }

/*系统设置样式*/
.AutoSizePanel-Center input[type=text] {
    width: 192px;
    margin-top: 0px;
}

.Lbl {
    text-align: left;
    line-height: 25px;
    background-color: #ddd;
    border-bottom: 1px solid #808080;
}

    .Lbl label {
        font-weight: bold;
        margin-left: 60px;
        line-height: 26px;
        color: #333;
    }

.foot .IconButton {
    margin-top: -2px;
}

#Ajax_Loading {
    height: 60px;
    width: 199px;
    background-image: url('Images/loading.gif');
    background-repeat: no-repeat;
    position: fixed;
    _top: 30%;
    top: 50%;
    left: 50%;
    margin: -30px 0 0 -100px;
    background-color: white;
    text-align: center;
}

.shade {
    position: absolute;
    z-index: 99999998;
    background: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.login {
    position: absolute;
    z-index: 99999999;
    top: 50%;
    left: 0;
    margin-top: -250px;
    width: 100%;
    min-width: 1000px;
    height: 500px;
}

.login-panel {
    position: absolute;
    z-index: 99999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.login-page-panel {
    width: 340px;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    padding-left: 620px;
    background-position: left center;
}

.login-page-info {
    border-left: 1px dotted #FFF;
    margin-top: 100px;
    padding-top: 50px;
    padding-bottom: 10px;
    background: url(images/login-txt.png) no-repeat 50px 6px;
}

.login-row {
    width: 285px;
    margin-left: auto;
    margin-right: auto;
    line-height: 50px;
    padding-left: 50px;
}

.But_Fingerprint {
    width: 34px;
    height: 34px;
    border: 0;
    background: url(images/Fingerprint_bg.png) no-repeat;
    position: absolute;
    margin-left: 15px;
}

.login-row .AspTextBox {
    background: none;
    background-color: #FFF;
    font-size: 16px;
    height: 30px;
    line-height: 30px;
}

.But_Login {
    background: none;
    height: 35px;
    line-height: 35px;
    color: #FFF;
    font-size: 14px;
    font-weight: 900;
    background-color: #acce22;
    position: relative;
    float: left;
    border: 0;
}

.login-row label {
    color: #FFF;
}

.login-title {
    height: 28px;
    background-color: white;
    color: #FFF;
    line-height: 28px;
    font-size: 14px;
    font-weight: 900;
    padding-left: 10px;
    margin: 1px 1px 0 1px;
}

.login-info {
    padding: 0;
    position: absolute;
    width: 100%;
    height: 100%;
}

.ServerText-Panel {
    background-color: #ffffff;
    border: 1px solid #817f82;
    padding: 0;
    margin: 0;
    z-index: 9999999999999;
}

    .ServerText-Panel li {
        height: 25px;
        line-height: 25px;
        padding-left: 5px;
        padding-right: 5px;
        white-space: nowrap;
        overflow: hidden;
    }

        .ServerText-Panel li.hover {
            background-color: #e3e3e3;
        }

.SelectStock-EmptyText {
    color: #939393;
}

.StatusColor_Edit {
}

.StatusColor_Check {
    color: #da701c;
}

.StatusColor_Fail {
    color: #FF0000;
    /*text-decoration:underline;*/
}

    .StatusColor_Fail:hover {
        color: #000000;
        /*text-decoration:underline;*/
    }

.StatusColor_Success {
    color: #8A8A8A;
}

input.NotClear::-ms-clear {
    display: none;
}

.MenuButton:hover span.IconButton-left {
    background-position: top left;
}

.MenuButton:hover {
    background-position: top right;
    text-decoration: none;
}

.Toolbars .MenuButton .IconButton-text {
}

.Toolbars .MenuButton {
    padding-right: 18px;
    background: url('images/MenuButton_right.png') no-repeat top right;
}

.Toolbars .Enabled .MenuButton {
    padding-right: 18px;
    background: url('images/MenuButton_right_Enabled.png') no-repeat top right !important;
}

.Toolbars .MenuButton:hover span.IconButton-left, .Toolbars .MenuButton-Hover span.IconButton-left {
    background: url('images/button_left_2_MenuButton.png') no-repeat top left;
}

.Toolbars .MenuButton:hover, .Toolbars .MenuButton-Hover {
    background: url('images/button_right_2_MenuButton.png') no-repeat top right;
}

.Toolbars .Enabled:hover span.IconButton-left, .Toolbars .Enabled-Hover span.IconButton-left {
    background: url('images/button_left_2_MenuButton_Enabled.png') no-repeat top left !important;
}

.Toolbars .Enabled:hover, .Toolbars .Enabled .MenuButton-Hover {
    background: url('images/button_right_2_MenuButton_Enabled.png') no-repeat top right !important;
}

.MenuButton_Panel {
    position: absolute;
    z-index: 3;
    zoom: 1;
    background: #abacb0;
}

.MenuButton_Panel_border {
    border: 1px solid #fff;
    border-top: 0px;
    background-color: #e0e0e1;
    margin: 1px;
    margin-top: 0;
}

.MenuButton_Panel_border1 {
    border: 1px solid #abacb0;
}

.MenuButton_Panel_border2 {
    border: 1px solid #fff;
    background-color: #e0e0e1;
}

.MenuButton_Panel_line {
    position: absolute;
    height: 2px;
    background-color: #e0e0e1;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    z-index: 100000;
}

.MenuButton_Panel a, .MenuButton_Panel a:link, .MenuButton_Panel a:visited {
    display: list-item;
    list-style-type: none;
    color: #0f0f0f;
    line-height: 24px;
    text-decoration: none;
}

.MenuButton_Panel_List a, .MenuButton_Panel_border a, .MenuButton_Panel_List a:link, .MenuButton_Panel_List a:visited {
    display: list-item;
    list-style-type: none;
    color: #0f0f0f;
    line-height: 24px;
    text-decoration: none;
}

.MenuButton_Panel_List ul, li {
    padding: 0;
    margin: 0;
}

.MenuButton_Panel_List li {
    height: 24px;
    line-height: 24px;
    padding-left: 4px;
    list-style-type: none;
}

    .MenuButton_Panel_List li label {
        height: 24px;
        line-height: 24px;
        padding-left: 4px;
    }


.ButtonItem-text {
    padding-left: 26px;
    line-height: 24px;
    text-align: left;
    background-repeat: no-repeat;
    background-position-x: 5px;
}

.MenuButton_Panel_List a:hover, .MenuButton_Panel_border a:hover, .MenuButton_Panel_border a:hover .ButtonItem-text, .MenuButton_Panel_List a:hover .ButtonItem-text, .MenuButton_Panel_List li:hover, .MenuButton_Panel_List li:hover label {
    background-color: #1e1e1e;
    text-decoration: none;
    color: #fff;
}

.warn {
    border-style: none none solid none;
    background: #ffffe1 url(images/error.png) no-repeat 10px center;
    height: 30px;
    line-height: 230%;
    padding-left: 30px;
    margin: auto;
    border-bottom-width: 1px;
    border-bottom-color: #dfe0e0;
}

.Prompt {
    border-style: none none solid none;
    background: url(images/prompt.png) no-repeat 10px center;
    height: 24px;
    line-height: 24px;
    padding-left: 30px;
    margin: auto;
}

.WindowSmall {
    margin-top: 10px;
    margin-bottom: 10px;
}

.HomeTable {
    width: 100%;
    table-layout: fixed;
}

    .HomeTable tr td {
        height: 23px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        -o-text-overflow: ellipsis;
        border-bottom: 1px dotted #919191;
    }



.Info {
    line-height: 180%;
    margin: 8px;
}

.Date {
    color: #959595;
    width: 90px;
    text-align: right;
}
/* tabs样式*/
.tabs_title {
    background-color: #e6e6e6;
    width: 100%;
    border-bottom: 1px solid #cdcdcd;
    height: 25px;
}

.tab_title {
    float: left;
    border-right: 1px solid #cdcdcd;
    border-bottom: 1px solid #cdcdcd;
    height: 25px;
    line-height: 25px;
    padding: 0px 10px 0px 10px;
    cursor: pointer;
}

.tab_title_select {
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

.tabs_info {
    position: relative;
    height: 100%;
}

.tab_info {
    display: none;
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: auto;
}

.row .List1 {
    background-color: #FFF9EC !important;
}

    .row .List1:hover {
        background-color: white !important;
    }

.edui-editor-toolbarbox .edui-default {
    line-height: 14px;
}

.edui-default .edui-editor {
    border: 0 !important;
    border-radius: 0 !important;
}

.edui-editor-bottomContainer table {
    margin: 0px !important;
}

.help {
    position: absolute;
    right: 20px;
    top: 10px;
    margin-top: 4px;
}

.Config-Left-Item {
    display: list-item;
    line-height: 30px;
    text-align: center;
}

.Config-Left {
    width: 110px;
    background-color: #f3f3f3;
    border-right: 1px solid #dfdfdf;
}

    .Config-Left .IconButton, .Config-Left .IconButton span.IconButton-left {
        background: none;
    }

    .Config-Left .IconButton {
        padding: 3px 0;
    }

        .Config-Left .IconButton:hover {
            background-color: #DDD;
            width: 100%;
        }

.Config-Left-Select {
    background-color: #DDD !important;
    width: 100%;
}

    .Config-Left-Select .IconButton-text {
    }

.top-message {
    height: 35px;
    background: url(images/message_bg.png);
    line-height: 35px;
    display: none;
}

    .top-message .icon {
        background: url(images/message_icon.png) no-repeat center center;
        padding: 20px;
    }

/*  支付  */
.line {
    width: 96%;
    height: 1px;
    background: #abacb0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
}
