﻿body {
    font-family: "微软雅黑", Tahoma, Verdana, 宋体;
    font-size: 12px;
    line-height: 22px;
    margin: 0px !important;
}

.msgbox_layer,
.msgbox_layer .icon_succ,
.msgbox_layer .icon_fail,
.msgbox_layer .icon_hits,
.msgbox_layer .icon_clear,
.msgbox_layer .end {
    display: inline-block;
    height: 54px;
    line-height: 54px;
    font-weight: bold;
    font-size: 14px;
    color: #606060;
    background-image: url("../Images/gb_tip_layer.png");
    _background-image: url("../Images/gb_tip_layer_ie6.png");
    background-repeat: no-repeat;
}

.msgbox_layer_wrap {
    width: 100%;
    position: fixed;
    _position: absolute;
    top: 46%;
    left: 0;
    text-align: center;
    z-index: 65533;
}

.msgbox_layer {
    background-position: 0 -161px;
    background-repeat: repeat-x;
    padding: 0 18px 0 9px;
    margin: 0 auto;
    position: relative;
}

    .msgbox_layer .icon_succ {
        background-position: -6px 0;
        left: -45px;
        top: 0;
        width: 45px;
        position: absolute;
    }

    .msgbox_layer .end {
        background-position: 0 0;
        position: absolute;
        right: -6px;
        top: 0;
        width: 6px;
    }

    .msgbox_layer .icon_fail {
        background-position: -6px -108px;
        position: absolute;
        left: -45px;
        top: 0;
        width: 45px;
    }

    .msgbox_layer .icon_hits {
        background-position: -6px -54px;
        position: absolute;
        left: -45px;
    }

    .msgbox_layer .icon_clear {
        background-position: -6px 0;
        left: -5px;
        width: 5px;
        position: absolute;
        top: 0;
    }

form-table-data .msgbox_layer img {
    float: left;
    margin: 19px 10px 0 5px;
}

.container {
    font-size: 12px;
    padding: 10px;
}


.toptips {
    margin-bottom: 10px;
    border-bottom: solid 1px #ccc;
}

.red {
    color: red;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

.text-left {
    text-align: left !important;
}

.widthp-12 {
    width: 100%;
    float: left;
}

.widthp-11 {
    width: 91.66666667%;
    float: left;
}

.widthp-10 {
    width: 83.33333333%;
    float: left;
}

.widthp-9 {
    width: 75%;
    float: left;
}

.widthp-8 {
    width: 66.66666667%;
    float: left;
}

.widthp-7 {
    width: 58.33333333%;
    float: left;
}

.widthp-6 {
    width: 50%;
    float: left;
}

.widthp-5 {
    width: 41.66666667%;
    float: left;
}

.widthp-4 {
    width: 33.33333333%;
    float: left;
}

.widthp-3 {
    width: 25%;
    float: left;
}

.widthp-2 {
    width: 16.66666667%;
    float: left;
}

.widthp-1 {
    width: 8.33333333%;
    float: left;
}

.widthp99 {
    width: 99% !important;
}

.width20 {
    width: 20px !important;
}

.width30 {
    width: 30px !important;
}

.width40 {
    width: 40px !important;
}

.width50 {
    width: 50px !important;
}

.width60 {
    width: 60px !important;
}

.width70 {
    width: 70px !important;
}

.width80 {
    width: 80px !important;
}

.width90 {
    width: 90px !important;
}

.width100 {
    width: 100px !important;
}

.width110 {
    width: 110px !important;
}

.width120 {
    width: 120px !important;
}

.width130 {
    width: 130px !important;
}

.width140 {
    width: 140px !important;
}

.width150 {
    width: 150px !important;
}

.width160 {
    width: 160px !important;
}

.width170 {
    width: 170px !important;
}

.width180 {
    width: 180px !important;
}

.width190 {
    width: 190px !important;
}

.width200 {
    width: 200px !important;
}

.width220 {
    width: 220px !important;
}

.width230 {
    width: 230px !important;
}

.width240 {
    width: 240px !important;
}

.width250 {
    width: 250px !important;
}

.width275 {
    width: 275px !important;
}

.width300 {
    width: 300px !important;
}

.width350 {
    width: 350px !important;
}

.width380 {
    width: 350px !important;
}

.width400 {
    width: 400px !important;
}

.width450 {
    width: 450px !important;
}

.width500 {
    width: 500px !important;
}

.width600 {
    width: 600px !important;
}

.height150 {
    height: 150px !important;
}

.height180 {
    height: 180px !important;
}

.inline {
    display: inline !important;
}

.form-control.inline-notim {
    display: inline;
}

.aligncenter {
    text-align: center;
}

.fontsize16 {
    font-size: 16px;
}

.color-white {
    color: #ffffff;
}

.color-grey {
    color: #ccc;
}

.tblist {
    /*table-layout: fixed;*/
    display: table;
    width: 99%;
    border-collapse: collapse;
    border: 1px solid #e3e7eb;
    margin-top: 10px;
    font-size: 12px;
}

    .tblist thead tr td {
        background-color: #edf1f6;
        /* border-right: #A5ACB5 1px solid; */
        border-bottom: #e3e7eb 1px solid;
        overflow: visible;
        color: #3c3c3c;
        padding: 8px 2px !important;
        font-size: 12px !important;
    }

    .tblist tbody tr td {
        border: #e3e7eb 1px solid;
        overflow: visible;
        color: #3c3c3c;
        padding: 5px 2px !important;
        font-size: 12px !important;
        /*text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;*/
    }
    .tblist tbody tr td a {
        color:#45b4f3;
        font-size: 12px;
        font-weight: bold;
        text-decoration: underline;
    }
    .tblist tbody tr td a:hover {
        color: #5bc4c7;
    }
     .tblist tbody tr td a:visited {
      
    }
.tblist-nohidden {
    table-layout: fixed;
    display: table;
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #e3e7eb;
    margin-top: 10px;
    font-size: 12px;
}

    .tblist-nohidden thead tr td {
        background-color: #edf1f6;
        /* border-right: #A5ACB5 1px solid; */
        border-bottom: #e3e7eb 1px solid;
        overflow: visible;
        color: #3c3c3c;
        padding: 8px 2px !important;
        font-size: 12px !important;
    }

    .tblist-nohidden tbody tr td {
        border: #e3e7eb 1px solid;
        overflow: visible;
        color: #3c3c3c;
        padding: 5px 2px !important;
        font-size: 12px !important;
    }

.searchbar {
    border: 1px solid #e3e7eb;
    padding: 6px !important;
    _padding-bottom: 4px;
    background-color: #f8f8f8;
    margin-bottom: 10px;
}

.button {
    padding: 0;
    border: 1px solid #A9ACB5;
    background: #EBEDF2 url(images/button/button.png) repeat-x 0 0;
    font-size: 9pt;
    font-family: "微软雅黑", Tahoma, Verdana, 宋体;
    line-height: 22px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    -khtml-user-select: none;
    -moz-user-select: none;
    vertical-align: middle;
    outline: none;
}

.button-plain {
    background: transparent;
    border: 0;
    padding: 1px;
}

.button-text {
    line-height: 16px;
    padding: 2px 18px 3px 18px;
    /* padding: 5px 28px 5px 28px; */
    line-height: 17px \9;
    vertical-align: top;
    display: inline-block;
    padding: 3px 18px 2px 18px \9;
    _padding: 2px 18px 2px 18px;
    text-align: center;
}

.button .iconOnly {
    padding-left: 14px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}

.icon-search {
    margin-top: -2px;
}

.icon-search {
    background: url('../images/search.png') no-repeat;
    padding: 6px 28px 4px 28px;
}

.icon-edit {
    background: url('../images/create.png') no-repeat;
}

.inform-btn {
    background: #E7EBEF;
}



.form-btn {
    border: 0;
    height: 29px;
    min-width: 70px;
    background-color:#2592e0;
    /*background: url("../images/btnbg.png") repeat-x 0 0 ;*/
    font-size: 12px;
    font-family: "微软雅黑", Tahoma, Verdana, 宋体;
    color: #fff;
    text-align: center;
    padding: 0 4px;
    vertical-align: middle;
    cursor:pointer;
}

    .form-btn:hover {
        background-color:#35a9ff;
    }
     
.head-title {
    border-bottom: 1px solid #0085d0;
    margin-top: 18px;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

    .head-title b {
        color: #0085d0;
        font-size: 18px;
    }

    .head-title label {
        color: #858585;
        font-size: 14px;
        margin-bottom: 0px;
        font-weight: normal;
    }

.font-red {
    color: #e40077;
    vertical-align: middle;
    padding-left: 4px;
    padding-right: 4px;
}

.form-table-data {
    width: 100%;
    font-size: 12px;
    margin: 10px 0px;
}

    .form-table-data tr {
        min-height: 40px;
    }

    .form-table-data td {
        padding-bottom: 10px;
    }

    .form-table-data textarea {
        height: 120px;
    }

    .form-table-data .control-label {
        font-weight: bold;
        padding-top: 1px;
        text-align: right;
    }
.textright {
    text-align:right;
}
.height45 {
    height: 45px;
}

.height40 {
    height: 40px !important;
}

.idTabs li {
    text-decoration: none;
    list-style-type: none;
    float: left;
    width: 100px;
    height: 40px;
    background: inherit;
    background-color: #ffffff;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-style: normal;
    text-align: center;
    padding-top: 9px;
    font-size: 14px;
}

    .idTabs li a {
        color: #333333;
    }

        .idTabs li a.selected {
            color: #0085d0;
        }

        .idTabs li a:hover {
            color: #0085D0;
        }

.largeTabs li {
    text-decoration: none;
    list-style-type: none;
    float: left;
    height: 40px;
    background: inherit;
    background-color: #ffffff;
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: #cccccc;
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-style: normal;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    padding: 0 10px;
}

    .largeTabs li a {
        color: #333333;
    }

        .largeTabs li a.selected {
            color: #0085d0;
        }

        .largeTabs li a:hover {
            color: #0085D0;
        }


.toolbar-table {
    width: 100%;
    height: 39px;
    background: inherit;
    background-color: rgba(248, 248, 248, 1);
    box-sizing: border-box;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(215, 215, 215, 1);
    border-radius: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: 'Arial Negreta', 'Arial Normal', 'Arial';
    font-weight: 700;
    font-style: normal;
    text-align: left;
    padding: 5px 0px 0px 5px;
}

    .toolbar-table .tt-button {
        width: 61px;
        height: 25px;
        font-family: 'Arial Normal', 'Arial';
        font-weight: 400;
        font-style: normal;
        font-size: 12px;
        text-decoration: none;
        color: #333333;
        text-align: center;
    }

.text-autotruncate {
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}

td.style1 {
    width: 100px;
    text-align: left;
}

#uploadContainer {
    margin-top: 10px;
}

#data-list tbody tr td {
    /*text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;*/
}

/*修改ie7兼容*/
.head-title {
    *width: 94%;
}

.tblist {
    *width: 94%;
}

.container .col-xs-12 {
    *width: 95%;
}

.pro .form-group {
    margin: 0;
    *width: 100%;
}

.pro .col-xs-10 {
    width: 70%;
}

.pro {
    padding: 8px 0;
    margin: 6px 0;
}

.remarkcontent {
    white-space: normal;
    height: 200px !important;
}

.bgwhite {
    background-color: #fff !important;
}

.exportDiv {
    border: 0;
    height: 29px;
    width: 70px;
    background: url(../images/iconlist.png) no-repeat -3px -267px;
    _background: url(../images/iconlist-8.png) no-repeat -3px -267px;
    font-size: 12px;
    font-family: "微软雅黑", Tahoma, Verdana, 宋体;
    color: #fff;
    text-align: center;
    padding: 0 4px;
    margin-right: 10px;
    vertical-align: middle;
    padding-top: 3px;
    display: inline-block;
    cursor: pointer;
}

    .exportDiv a {
        color: #fff;
        text-decoration: none;
        width: 65px;
    }

.captiontitle {
    color: #777;
    margin-bottom: 25px;
    border-bottom: 1px solid #ccc;
    text-align: left;
}
/*解决ie7bug*/
.form-control {
    *margin-left: 20px;
}

.pro .form-group {
    margin: 0;
    *width: 100%;
}

.pro .col-xs-10 {
    *width: 70%;
}

.pro {
    padding: 8px 0;
    margin: 6px 0;
}

.form-group .text-left {
    *width: 80%;
    *margin: 10px;
}

.form-horizontal .form-group {
    *margin: 0 !important;
    *width: 100% !important;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #fff !important;
    font-size: 12px;
}

.margin-tb-5 {
    margin: 5px 0px;
}

.margin-r-5 {
    margin-right: 5px;
}

.fontsize-12 {
    font-size: 12px;
}

.removebtn {
    width: 30px;
    height: 20px;
    border: none;
    position: relative;
    top: 4px;
    background-image: url('../Images/remove.png');
}

.addbtn {
    width: 30px;
    height: 20px;
    border: none;
    position: relative;
    top: 4px;
    background-image: url('../Images/add.png');
}

.schoolcontainer .removeschool {
    display: none;
}

.schoolcontainer:hover .removeschool {
    display: inline;
}

.equipcontainer .removebtn {
    display: none;
}

.equipcontainer:hover .removebtn {
    display: inline;
}

.hideitem {
    display: none;
}

.form-control.hide {
    display: none;
}
/*列表样式*/
.listshow {
    margin: 5px;
    height: auto;
    overflow: hidden;
    border: 1px solid #a9bccc;
}

    .listshow ul {
        width: auto;
        height: auto;
        overflow: hidden;
        margin: 1px;
        border-bottom: 1px dashed #ddd;
    }

        .listshow ul.lsnav {
            font-size: 12px;
            font-weight: normal;
            color: #3c3c3c;
            background-color: #edf1f6;
        }

        .listshow ul.lsgroup:hover {
            background-color: #f0f7fc;
            cursor: pointer;
        }

    .listshow li {
        height: auto;
        line-height: 25px;
        overflow: hidden;
        padding: 5px;
    }

        .listshow li.ctrl image, .listshow li.ctrl img {
            border: 0;
        }

    .listshow .treefolder .name {
        background-image: url(../images/fchover.gif);
        background-repeat: no-repeat;
        background-position: 8px 13px;
        text-indent: 18px;
    }

    .listshow .treefolderopen .name {
        background-image: url(../images/fhover.gif);
        background-repeat: no-repeat;
        background-position: 8px 15px;
        text-indent: 18px;
    }

    .listshow .treefile .name {
        background-image: url(../images/dot.png);
        background-repeat: no-repeat;
        background-position: 10px 15px;
        text-indent: 20px;
    }


.pager {
    padding-left: 0;
    margin: 20px 0;
    text-align: center;
    list-style: none;
    width: 100%;
    clear: both;
    margin-top: 20px;
}

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager:before,
    .pager:after {
        display: table;
        content: " ";
    }

    .pager:after {
        clear: both;
    }

    .pager li {
        display: inline;
    }

        .pager li > a,
        .pager li > span {
            display: inline-block;
            padding: 5px 14px;
            background-color: #ffffff;
            border: 1px solid #dddddd;
            border-radius: 15px;
            margin-left: 3px;
        }

            .pager li > a:hover,
            .pager li > a:focus {
                text-decoration: none;
                background-color: #eeeeee;
            }

    .pager .next > a,
    .pager .next > span {
        float: right;
    }

    .pager .previous > a,
    .pager .previous > span {
        float: left;
    }

    .pager .disabled > a,
    .pager .disabled > a:hover,
    .pager .disabled > a:focus,
    .pager .disabled > span {
        color: #999999;
        cursor: not-allowed;
        background-color: #ffffff;
    }

    .pager .pageselected {
        color: #f00;
        cursor: default;
        background-color: #ffffff;
    }

.nobordertable {
    width: 100%;
    height: auto;
    overflow: hidden;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 0;
}

    .nobordertable td {
        font-size: 10pt;
        padding: 5pt;
        line-height: 150%;
    }

.table-header {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    height: 40px;
}

.hbtn {
    background: #4cc181;
    color: #fff;
    font-size: 12px;
    border: 0;
    height: 25px;
    font-family: "微软雅黑", Tahoma, Verdana, 宋体;
    color: #fff;
    text-align: center;
    cursor: pointer;
    margin-right: 10px;
    vertical-align: middle;
}
.hbtn[disabled] {
    background: #777b87;
    cursor:not-allowed;
}
.nonestyle {
    border: 0 !important;
}

    .nonestyle td {
        border: 0 !important;
    }

.content {
    padding: 0 20px;
    margin: 10px 0;
}

select {
    height: 25px;
}

.margin-b-10 {
    margin-bottom: 10px;
}

.padding-tb-5 {
    padding: 5px 0px;
}

.btnmg {
    margin: 0 3px;
}

.subtitle {
    font-size: 18px;
    font-weight: bold;
    text-indent: 20px;
}

.normal-textarea {
    width: 98% !important;
    height: 40px !important;
    padding: 0;
}

.report-title {
    font-size: 18px;
    font-weight: bold;
    margin: 8px 0px;
}

.report-subtitle {
    font-size: 14px;
    font-weight: bold;
    margin: 8px 0px;
}

.report-subtitle-subtitle {
    font-size: 13px;
    margin-bottom: 8px;
}

.report-subtitle-content {
    padding: 5px 20px;
}

.report-tb, .report-tb1 {
    width: 1000px;
    margin: 10px 0px;
    border-collapse: collapse;
}

.report-tb-print, .report-tb1-print {
    border-collapse: collapse;
    width: 560pt;
    margin: 10px 0px;
}

.report-tb td input[type='text'] {
    margin: 0 auto;
}

.form-control:-moz-placeholder {
    color: #999999;
}

.form-control::-moz-placeholder {
    color: #999999;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control {
    display: block;
    width: 90%;
    height: 28px;
    padding: 0px 5px;
    font-size: 12px;
    line-height: 28px;
    color: #555555;
    vertical-align: middle;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-select {
    display: block;
    width: 402px;
    height: 28px;
    padding: 0px 5px;
    font-size: 12px;
    line-height: 100%;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    border-top: 0;
    border-left: 0;
    border-right: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0.075);
    border-radius: 0;
}

textarea.form-control {
    width: 600px;
    height: 100px;
    line-height: 20px;
    overflow: auto;
}

    textarea.form-control[disabled],
    textarea.form-control[readonly] {
        border: 1px solid #cccccc;
        border-radius: 3px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
        transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    }

textarea.textareahigh {
    height: 100px;
}
.buttonpanel {
    padding:10px 0px 0px 10px;
    text-align:left;
    position: fixed;
    top: 0px;
    z-index:1000;
}
  .step-header {
    font-size: 20px;
    font-weight: bold;
    padding: 0 20px;
}
.flat-button:hover {
    background: #FFBB6F; /* #42a7f0; */
}
.flat-button {
    height: 34px;
    background: #2592e0;
    border-radius: 3px;
    transition: .1s;
    font-size: 14px;
    font-weight: bold;
    border: 0;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-family: Microsoft YaHei,SimHei,Tahoma;
    
}

.disabled-button {
    height: 29px;
    background: #ccc;
    min-width:70px;
    padding: 0 4px;
    font-size: 12px;
    font-weight: bold;
    border: 0;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
    font-family: Microsoft YaHei,SimHei,Tahoma;
    vertical-align: middle;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > .disabled > span, .pagination > .disabled > span:hover, .pagination > .disabled > span:focus, .pagination > .disabled > a, .pagination > .disabled > a:hover, .pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}

.btn {
    display: inline-block;
    padding: 6px 24px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
    .btn-default:focus,
    .btn-default.focus {
        color: #333;
        background-color: #e6e6e6;
        border-color: #8c8c8c;
    }

    .btn-default:hover {
        color: #333;
        background-color: #e6e6e6;
        border-color: #adadad;
    }

    .btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

    .btn-success:focus,
    .btn-success.focus {
        color: #fff;
        background-color: #449d44;
        border-color: #255625;
    }

    .btn-success:hover {
        color: #fff;
        background-color: #449d44;
        border-color: #398439;
    }
.btn-primary {
        background-color: #1a98e2;
        height: 36px;
        cursor: pointer;
        border: none;
        font-size: 14px;
        color: #FFF;
        font-weight: bold;
}