﻿.tool-search-span {
    width: 99%;
    min-height: 45px;
    border-bottom: 1px solid #cee7fd;
    height: auto;
    margin-top:5px;
}

.tool-search-span .tool-group, .tool-search-span .search-group {
    float: left;
    line-height: 30px;
}

.tool-group {
    /*width: 30%;*/
    text-align: left;
}

.search-group {
    /*width: 69%;*/
}
.tcdPageCode {
    padding: 15px 20px;
    text-align: left;
    color: #333;
    width: 99%;
}

.tcdPageCode a {
    display: inline-block;
    color: #428bca;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    border: 1px solid #ddd;
    margin: 0 2px;
    border-radius: 4px;
    vertical-align: middle;
}

.tcdPageCode a:hover {
    text-decoration: none;
    border: 1px solid #428bca;
}

.tcdPageCode span.current {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #fff;
    background-color: #428bca;
    border: 1px solid #428bca;
    border-radius: 4px;
    vertical-align: middle;
}

.tcdPageCode span.disabled {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    margin: 0 2px;
    color: #bfbfbf;
    background: #f2f2f2;
    border: 1px solid #bfbfbf;
    border-radius: 4px;
    vertical-align: middle;
}



.white{color:#fff !important;}
.gray{color:#888 !important;}
.gray2{color:#aaa !important;}
.black{color:#111 !important;}
.blue{color:blue !important;}
.blue2{color:#217DC6 !important;}
.green{color:green !important;}
.green2{color:#46b44a !important;}
.red{color:red !important;}
.orange{color:#ff6600 !important;}
.yellow{color:yellow !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;}
.width150{width:150px !important;}
.width200{width:200px !important;}

.padding-0{padding:0 !important;}
.padding-lr-0{padding-left:0 !important;padding-right:0 !important;}
.padding-tb-0{padding-top:0 !important;padding-bottom:0 !important;}

.padding-top-0{padding-top:0 !important;}
.padding-top-5{padding-top:5px !important;}
.padding-top-10{padding-top:10px !important;}
.padding-top-15{padding-top:15px !important;}
.padding-top-20{padding-top:20px !important;}

.padding-bottom-0{padding-bottom:0 !important;}
.padding-bottom-5{padding-bottom:5px !important;}
.padding-bottom-10{padding-bottom:10px !important;}
.padding-bottom-15{padding-bottom:15px !important;}
.padding-bottom-20{padding-bottom:20px !important;}

.padding-left-0{padding-left:0 !important;}
.padding-left-5{padding-left:5px !important;}
.padding-left-10{padding-left:10px !important;}
.padding-left-15{padding-left:15px !important;}
.padding-left-20{padding-left:20px !important;}

.padding-right-0{padding-right:0 !important;}
.padding-right-5{padding-right:5px !important;}
.padding-right-10{padding-right:10px !important;}
.padding-right-15{padding-right:15px !important;}
.padding-right-20{padding-right:20px !important;}

.margin-0{margin:0 !important;}
.margin-lr-0{margin-left:0 !important;margin-right:0 !important;}
.margin-tb-0{margin-top:0 !important;margin-bottom:0 !important;}

.margin-top-10{margin-top:10px !important;}
.margin-top-20{margin-top:20px !important;}
.margin-top-50{margin-top:50px !important;}
.margin-bottom-10{margin-bottom:10px !important;}
.margin-bottom-20{margin-bottom:20px !important;}
.margin-bottom-50{margin-bottom:50px !important;}
.margin-left-10{margin-left:10px !important;}
.margin-left-20{margin-left:20px !important;}
.margin-left-50{margin-left:50px !important;}
.margin-right-10{margin-right:10px !important;}
.margin-right-20{margin-right:20px !important;}
.margin-right-50{margin-right:50px !important;}

.hand{cursor:pointer;}
.move{cursor:move;}