﻿/*律师基本信息-诚信信息*/
.lawyerContainer {
    background: url("../images/bg1.png") repeat;
}

.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.btn-primary {
    color: #fff;
    background-color: #246fdf;
    border-color: #246fdf
}

.head {
    position: relative;
    z-index: 1;
    height: 56px;
    background: url("../images/hed-bg.png") no-repeat;
    box-shadow: 0 2px 16px 4px #d2ddf1;
}

.hedTit {
    margin-left: 32px;
    padding-top: 24px;
    width: 579px;
    height: 23px;
    background: url("../images/tit.png") no-repeat bottom left;
}

.notary_head {
    position: relative;
    z-index: 1;
    height: 56px;
    background: url("../images/notary_head.png") no-repeat;
    box-shadow: 0 2px 16px 4px #d2ddf1;
}

.notary_hedTit {
    margin-left: 32px;
    padding-top: 40px;
    height: 23px;
    background: url("../images/notary_hedTit.png") no-repeat bottom left;
}

.main {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    width: 1010px;
}

.bottom {
    height: 50px;
    background: #c3c8cf;
    color: #535e6f;
    font-size: 14px;
    line-height: 50px;
    text-align: center;
}

.mHed {
    margin-bottom: 16px;
    height: 44px;
    background: #fff;
    line-height: 44px;
    color: #656565;
    font-size: 14px;
}

.mHed-icon {
    position: relative;
    top: -3px;
    display: inline-block;
    margin-left: 26px;
    margin-right: 6px;
    width: 16px;
    height: 16px;
    background: url("../images/icon1.png") no-repeat;
    vertical-align: middle;
}

.currTxt {
    color: #4a88e6;
}

.lawyer-card {
    position: relative;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 1008px;
    height: 291px;
    background: url("../images/bg2.png") no-repeat;
}

.lawyerInf {
    position: absolute;
    top: 0;
    left: 210px;
    width: 560px;
    height: 290px;
}

.lawyerPic {
    float: left;
    margin: 16px;
    width: 170px;
    height: 220px;
}

.lawyer-intro {
    margin-left: 206px;
    margin-top: 32px;
    color: #0b5c91;
}

.lawyerName {
    margin-bottom: 16px;
    font-size: 28px;
}

.lawyerPlace {
    font-size: 24px;
}

.starGroup {
    margin-top: 32px;
}

.starGroup li {
    margin-bottom: 16px;
    color: #1a6fa7;
    font-size: 16px;
}

.starIcon {
    position: relative;
    top: -4px;
    display: inline-block;
    margin-left: 2px;
    width: 20px;
    height: 20px;
    background: url("../images/star.png") no-repeat;
    vertical-align: middle;
}

.lawyer-detail {
    margin-bottom: 16px;
}

.lawyer-table {
    border: 1px solid #ddd;
    background: #fff;
}

.lawyer-table tr td {
    padding-top: 12px;
    padding-bottom: 12px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    color: #666;
    font-size: 14px;
    text-align: left;
    text-indent: 10px;
}

.noborig {
    border-right: none !important;
}

.tdsty1 {
    background: #f4f4f4;
    text-align: right !important;
    padding-right: 14px;
}

.tabAll {
    margin-bottom: 30px;
    border: 1px solid #ddd;
    background: #fff;
}

.tabHed {
    height: 42px;
    background: url("../images/bg3.png") repeat-x;
}

.tabHed-lis li {
    float: left;
    padding-left: 30px;
    padding-right: 30px;
    border-right: 1px solid #ddd;
    height: 39px;
    line-height: 39px;
    color: #666;
    font-size: 16px;
    cursor: pointer;
}

.tabHed-lis li.active {
    color: #4a88e6;
    font-weight: bold;
    border-bottom: 3px solid #1697f1;
}

.tabHed-lis li:hover {
    color: #4a88e6;
    font-weight: bold;
    border-bottom: 3px solid #1697f1;
}

.tabCont {
    padding: 20px 12px 20px 12px;
    min-height: 600px;
}

.tabCont-tit {
    margin-bottom: 10px;
    color: #333;
    font-size: 14px;
    font-weight: bold;
    background: url("../images/tit-bg.png") no-repeat left center;
    text-indent: 14px;
}

.citeInf {
    position: relative;
    margin-bottom: 20px;
    height: 113px;
    border: 1px solid #ddd;
}

.citeHed tr td {
    padding-top: 12px;
    padding-bottom: 12px;
    background: #f4f4f4;
    font-size: 14px;
    color: #666;
    font-weight: bold;
    text-align: center;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.citeCont {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
}

.citeCtable tr:hover {
    background: #fafafa;
    cursor: pointer;
}

.citeCtable tr td {
    padding-top: 12px;
    padding-bottom: 12px;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    text-align: center;
    font-size: 14px;
}

.txtlef {
    text-align: left !important;
    text-indent: 10px;
}

/*执业水平*/
.caseType {
    height: 420px;
    border: 1px solid #e5e5e5;
    overflow: hidden;
}

.caseType-lef {
    float: left;
    width: 270px;
}

.caseType-line {
    float: left;
    margin-left: 10px;
    margin-top: 15px;
    width: 8px;
    height: 389px;
    background: url("../images/line.png") no-repeat;
}

.case-chart {
    margin-left: 14px;
    height: 240px;
    text-align: center;
}

.chartExample {
    margin-top: 10px;
    margin-left: 64px;
    color: #333;
    font-size: 14px;
}

.chartExample li {
    margin-bottom: 24px;
}

.case-icon {
    display: inline-block;
    margin-right: 8px;
    width: 13px;
    height: 13px;
    border-radius: 1px;
    vertical-align: middle;
}

.numsty1 {
    margin-left: 16px;
    margin-right: 2px;
    font-weight: bold;
}

.case-icon.bg1 {
    background: #36c9ff;
}

.case-icon.bg2 {
    background: #3b8fed;
}

.case-icon.bg3 {
    background: #00d3a4;
}

.caseType-rig {
    position: relative;
    margin-left: 300px;
    margin-right: 12px;
    height: 100%;
}

.typeRig-hed {
    margin-top: 12px;
    margin-bottom: 6px;
}

.typeHlef {
    float: left;
    color: #333;
    font-size: 14px;
    height: 32px;
    line-height: 32px;
}

.caseSel {
    float: left;
    position: relative;
    margin-left: 6px;
    width: 172px;
    height: 32px;
    background: #fff;
    /*border: 1px solid #c9c9c9;*/
}

.caseSe2 {
    float: left;
    position: relative;
    margin-left: 6px;
    width: 172px;
    height: 32px;
}

.selist {
    position: absolute;
    top: 33px;
    left: -1px;
    right: -1px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 1;
    display: none;
}

.selectlis li {
    height: 32px;
    line-height: 32px;
    padding-left: 8px;
    color: #666;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
    cursor: pointer;
}

.selectlis li:hover {
    background: #f6f5f5;
}

.noborbtom {
    border-bottom: none;
}

.case-txt {
    margin-left: 8px;
}

.selBtn {
    position: absolute;
    top: 1px;
    right: 1px;
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/icon5.png") no-repeat;
}

.turnpages {
    float: right;
    width: auto;
    /*overflow: hidden;*/
    font-size: 14px;
}

.page_btn {
    float: left;
    height: 28px;
    padding: 0 9px;
    line-height: 28px;
    margin-right: 7px;
    background: white;
    border: solid 1px #dddddd;
    cursor: pointer;
}

.go.page_btn {
    margin-right: 2px;
    background: #2f7ac2;
    color: white;
    border: solid 1px #175ea2;
}

.page_list {
    float: left;
}

.page_list li {
    width: 32px;
    height: 28px;
    float: left;
    margin-right: 7px;
    border: solid 1px #dddddd;
    line-height: 28px;
    text-align: center;
    background: white;
    color: #444;
    cursor: pointer;
}

.page_list li:hover {
    background: #2f7ac2;
    color: white;
    border: solid 1px #175ea2;
}

.page_list li.active {
    background: #2f7ac2;
    color: white;
    border: solid 1px #175ea2;
}

.page_list .more_page {
    background: none;
    border: none;
    width: 24px;
}

.page_list .more_page:hover {
    background: none;
    border: none;
    width: 24px;
    color: #444;
}

.icon_prev {
    width: 10px;
    height: 10px;
    background: url("../images/icon3.png") no-repeat center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.icon_next {
    width: 10px;
    height: 10px;
    background: url("../images/icon4.png") no-repeat center;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.nomarig {
    margin-right: 0px;
}

.icon_prev2 {
    margin-right: 3px;
    width: 6px;
    height: 9px;
    background: url("../images/icon3.png");
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.icon_next2 {
    margin-left: 3px;
    width: 6px;
    height: 9px;
    background: url("../images/icon4.png");
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.page_btn input {
    width: 57px;
    height: 100%;
    border: none;
    background: none;
    line-height: 28px;
    text-align: center;
    outline: none;
}

.padding0 {
    padding: 0;
}

.typeRig-cont {
    position: absolute;
    top: 44px;
    bottom: 26px;
    left: 0px;
    right: 0px;
    border: 1px solid #ddd;
}

.btn1 {
    color: #246fdf;
    text-decoration: none;
}

.btn1:hover {
    text-decoration: underline;
}

.trbg {
    background: #fafafa;
}

.agency {
    overflow: hidden;
    margin-top: 30px;
}

.agencyCont {
    position: relative;
    width: 476px;
    height: 294px;
    border: 1px solid #ddd;
}

.agency-chart {
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
}

.agency-result {
    position: absolute;
    top: 30px;
    left: 16px;
    width: 438px;
    height: 224px;
    background: url("../images/bg4.png") no-repeat;
    text-align: center;
    font-size: 14px;
}

.agency-posiabs1 {
    position: absolute;
    top: 10px;
    left: 2px;
    width: 120px;
    height: 76px;
}

.agency-posiabs2 {
    position: absolute;
    top: 142px;
    left: 66px;
    width: 144px;
    height: 74px;
}

.agency-posiabs3 {
    position: absolute;
    top: 38px;
    left: 152px;
    width: 122px;
    height: 60px;
    color: #666;
}

.agency-posiabs4 {
    position: absolute;
    top: 112px;
    left: 226px;
    width: 96px;
    height: 50px;
    color: #666;
}

.agency-posiabs5 {
    position: absolute;
    top: 2px;
    right: 8px;
    width: 118px;
    height: 76px;
}

.agency-txt1 {
    margin-top: 18px;
    margin-bottom: 10px;
    color: #333;
}

.agency-txt2 {
    color: #246fdf;
}

.font20 {
    font-size: 20px;
}

.marbtom8 {
    margin-bottom: 8px;
}

.numsty2 {
    font-size: 28px;
    color: #3b8fed;
}

.numsty3 {
    color: #00d3a4;
    font-size: 28px;
}

/*律师列表*/
.searLawyer {
    margin-bottom: 16px;
    height: 90px;
    background: #fff;
    border-bottom: 1px solid #e2e7ef;
}

.searLaw-inner {
    width: 1010px;
    margin: 0 auto;
    padding-top: 28px;
}

.searLaw-list {
    float: left;
    position: relative;
    width: 104px;
    height: 32px;
    border: 1px solid #5594f2;
    border-radius: 1px;
    color: #246fdf;
    line-height: 32px;
    font-size: 14px;
    text-indent: 25px;
}

.searLaw-list-notary {
    float: left;
    position: relative;
    width: 104px;
    height: 32px;
}

.searLaw-list-notary select {
    padding: 0 0 0 15px;
    border-color: #246fdf;
}

.searLaw-list-notary span {
    padding: 0 0 0 15px;
    border-color: #246fdf;
}

.sear-btn {
    position: absolute;
    top: 6px;
    right: 12px;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/icon7.png") no-repeat center;
}

.searPut {
    float: left;
    position: relative;
    margin-left: 10px;
    width: 564px;
    height: 32px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 1px;
}

.searPut1 {
    float: left;
    position: relative;
    margin-left: 10px;
    width: 564px;
    height: 32px;
    background: #fff;
    border-radius: 1px;
}

.putsty {
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 12px;
    border: none;
    background: none;
    outline: none;
    width: 90%;
    line-height: 24px;
    font-family: "微软雅黑";
    color: #666;
    font-size: 14px;
}

.putsty::-webkit-input-placeholder {
    color: #666 !important;
}

.putsty:-moz-placeholder {
    color: #666 !important;
}

.putsty::-moz-placeholder {
    color: #666 !important;
}

.putsty:-ms-input-placeholder {
    color: #666 !important;
}

.del-btn {
    position: absolute;
    right: 6px;
    top: 6px;
    display: block;
    width: 20px;
    height: 20px;
    background: url("../images/icon8.png") no-repeat center;
}

.btn2 {
    float: left;
    margin-left: 10px;
    width: 122px;
    height: 34px;
    border-radius: 2px;
    background: #246fdf;
    color: #fff;
    font-size: 16px;
    text-align: center;
    line-height: 34px;
    cursor: pointer;
}

.btn2:hover {
    background: #307ae8;
}

.sear-icon {
    position: relative;
    top: -2px;
    display: inline-block;
    margin-right: 6px;
    width: 16px;
    height: 16px;
    background: url("../images/icon6.png") no-repeat;
    vertical-align: middle;
}

.clear-icon {
    position: relative;
    top: -2px;
    display: inline-block;
    margin-right: 6px;
    height: 16px;
    vertical-align: middle;
}

.screen-condit {
    margin-bottom: 16px;
    border-top: 1px solid #e0e6ee;
    background: #fff;
}

.scrCondit-lis {
    margin-left: 12px;
    margin-right: 12px;
}

.scrCondit-lis li {
    padding-top: 6px;
    padding-bottom: 6px;
    border-bottom: 1px dashed #e6e6e6;
    color: #333;
    font-size: 14px;
    overflow: hidden;
}

.scrCondit-tit {
    float: left;
    margin-top: 8px;
    width: 100px;
    color: #888;
}

.scrCondit-tit-notary {
    float: left;
    margin-top: 8px;
    width: 120px;
    color: #888;
}

.scrCondit-inf {
    margin-left: 106px;
}

.conditli {
    margin-right: 20px;
    padding: 4px 6px;
    border: 1px solid transparent;
    display: inline-block;
    cursor: pointer;
}

.conditli.active {
    border: 1px solid #85b2f5;
    background: #f3f8ff;
    color: #246fdf;
}

.scrCondit-inf span.active {
    border: 1px solid #85b2f5;
    color: #246fdf;
}

.conditPut {
    margin-left: 0px;
    width: 56px;
    height: 26px;
}

.conditPut input {
    width: 100%;
    left: 0;
    text-align: center;
    line-height: 22px;
}

.linkTxt {
    float: left;
    margin: 8px 6px 0px 6px;
}

.sure-btn {
    float: right;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    height: 26px;
    border: 1px solid #c3d8f8;
    background: #fff;
    color: #246fdf;
    font-size: 14px;
    line-height: 26px;
    border-radius: 1px;
    cursor: pointer;
}

.sure-btn:hover {
    background: #246fdf;
    color: #fff;
}

.map-btn:hover {
    background: #fff;
    color: #246fdf;
}

.padding6 {
    padding-top: 6px !important;
    padding-bottom: 6px !important;
}

.martop8 {
    margin-top: 8px;
}

.martop2 {
    margin-top: 2px;
}

.martop6 {
    margin-top: 6px;
}

.scrCondit-form {
    height: 34px;
    margin-bottom: 14px;
    line-height: 34px;
    font-size: 14px;
}

.result-tit {
    float: left;
    margin-right: 10px;
    color: #666;
}

.resultNum {
    color: #246fdf;
    font-weight: bold;
}

.width100 {
    width: 100px;
}

.width130 {
    width: 130px;
}

.width150 {
    width: 150px;
}

.width180 {
    width: 180px;
}

.check-btn {
    display: inline-block;
    margin-left: 16px;
    margin-right: 4px;
    width: 18px;
    height: 18px;
    background: url("../images/check.png") no-repeat;
    vertical-align: middle;
}

.check-btn.active {
    background: url("../images/check-a.png") no-repeat;
}

.scrLawyer-lis {
    overflow: hidden;
    margin-left: -1.3%;
}

.scrLawyer-lis > li {
    float: left;
    margin-left: 1.3%;
    margin-bottom: 14px;
    width: 48.5%;
    height: 164px;
    background: #fff;
    border: 1px solid #ddd;
    cursor: pointer;
}

.scrLaw-pic {
    float: left;
    margin-top: 15px;
    margin-left: 14px;
    width: 98px;
    height: 134px;
}

.scrLaw-inf {
    margin: 24px 16px 0px 128px;
}

.scrLaw-tit {
    margin-bottom: 14px;
    font-size: 18px;
    color: #999;
}

.name-sty {
    color: #333;
    font-weight: bold;
}

.font14 {
    font-size: 14px;
}

.scrLaw-office {
    margin-bottom: 22px;
    font-size: 14px;
    color: #333;
}

.scrLaw-worklis li {
    margin-bottom: 10px;
    height: 20px;
    line-height: 20px;
    color: #666;
    font-size: 14px;
}

.scrLaw-wtit {
    display: inline-block;
    margin-right: 4px;
    height: 20px;
    color: #246fdf;
    text-align: center;
}

.scrLaw-wtit1 {
    width: 75px;
    background: url("../images/bg5.png") no-repeat;
}

.scrLaw-wtit2 {
    width: 100px;
    background: url("../images/bg6.png") no-repeat;
}

.ovflow {
    overflow: hidden;
}

.padding1 {
    padding-top: 10px;
    padding-bottom: 60px;
}

/*首页搜索*/
.h-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: url("../images/h-bg1.jpg") no-repeat bottom;
}

.hbgIcon {
    position: absolute;
    right: 0;
    bottom: 12px;
    width: 272px;
    height: 360px;
    background: url("../images/h-icon1.png") no-repeat;
}

.homMain {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -240px;
    margin-left: -368px;
    width: 736px;
    height: 280px;
}

.homLogo {
    margin: 0 auto;
    margin-bottom: 26px;
    width: 658px;
    height: 63px;
    background: url("../images/h-logo.png") no-repeat;
}

.homBtom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 16px;
    text-align: center;
}

.hlaw-detail {
    margin-bottom: 12px;
    color: #1a4173;
    font-size: 23px;
}

.hlaw-num {
    font-size: 30px;
    color: #fff;
}

.hlaw-coprig {
    color: #535e6f;
    font-size: 14px;
}

.formbg {
    margin: 0 auto;
    width: 735px;
    height: 178px;
    background: url("../images/form-bg.png") no-repeat;
}

.hlawHed {
    padding-top: 9px;
}

.hlawHlis {
    overflow: hidden;
    margin-left: 22px;
}

.hlawHlis li {
    float: left;
    margin-right: 16px;
    padding: 10px 14px;
    color: #fff;
    font-size: 18px;
    text-shadow: 2px 4px 4px #174e93, -1px -1px 0px #174e93;
    cursor: pointer;
}

.hlawHlis li.active {
    font-weight: bold;
    border-bottom: 4px solid #fff;
}

.hlawHlis li:hover {
    font-weight: bold;
    border-bottom: 4px solid #fff;
}

.findLaw {
    overflow: hidden;
    margin-top: 30px;
    margin-left: 9px;
}

.hTips {
    margin-top: 18px;
    margin-left: 16px;
    color: #fff;
    font-size: 14px;
}

.txtcolor1 {
    color: #c5e8ff;
}

/*律所基本信息*/
.linear-bg {
    position: absolute;
    top: 56px;
    left: 0;
    right: 0;
    height: 286px;
    background: url("../images/bg8.png") repeat-x;
    z-index: 1;
}

.lawOffice-bg {
    background: url("../images/bg7.png") no-repeat;
}

.lawOffice-url {
    margin-top: 36px;
    color: #1a6fa7;
    font-size: 16px;
}

.basicInf {
    overflow: hidden;
    padding: 4px;
}

.basicInf-lis {
    margin-left: -1%;
}

.basicInf-lis li {
    position: relative;
    float: left;
    width: 32.1%;
    height: 146px;
    margin-left: 1%;
    margin-bottom: 16px;
    border: 1px solid #dedede;
}

.basicPic {
    float: left;
    width: 90px;
    height: 120px;
    margin: 13px 12px;
}

.lawyerType {
    position: absolute;
    top: -4px;
    right: -4px;
    width: 60px;
    height: 52px;
}

.principal {
    background: url("../images/icon9.png") no-repeat;
}

.director {
    background: url("../images/icon12.png") no-repeat;
}

.partner {
    background: url("../images/icon10.png") no-repeat;
}

.basic-lawinf {
    margin-left: 120px;
    margin-top: 26px;
}

.basLawinf-name {
    margin-bottom: 20px;
    color: #333;
    font-weight: bold;
    font-size: 16px;
}

.basLawinf-tit {
    font-size: 14px;
    color: #666;
}

.basLawinf-num {
    margin-top: 10px;
    font-size: 14px;
    color: #333;
}

/*服务能力*/
.servTab-hed {
    margin-bottom: 22px;
    text-align: center;
}

.servTab-hedlis {
    display: inline-block;
    overflow: hidden;
}

.servTab-hedlis li {
    float: left;
    width: 88px;
    border: 1px solid #c3d8f8;
    text-align: center;
    height: 30px;
    line-height: 30px;
    color: #666;
    font-size: 14px;
    cursor: pointer;
}

.servTab-hedlis li.active {
    border: 1px solid #246fdf;
    background: #246fdf;
    color: #fff;
    font-weight: bold;
}

.servTab-hedlis li:hover {
    border: 1px solid #246fdf;
    background: #246fdf;
    color: #fff;
    font-weight: bold;
}

.partnerlis {
    overflow: hidden;
    margin-left: -1.3%;
}

.partnerlis li {
    float: left;
    width: 48.7%;
    margin-left: 1.3%;
    margin-bottom: 20px;
}

.partnerChart {
    height: 210px;
    padding: 20px;
    border: 1px solid #ddd;
}

.nopadding {
    padding: 0px;
}

/*律所列表*/
.nomarbtom {
    margin-bottom: 0px !important;
}

.width120 {
    width: 120px;
}

.time-btn {
    display: block;
    position: absolute;
    top: 3px;
    right: 4px;
    width: 20px;
    height: 20px;
    background: url("../images/icon11.png") no-repeat center;
}

.map-icon {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url("../images/map-icon.png") no-repeat;
    vertical-align: middle;
}

.width148pic .scrLaw-pic {
    width: 148px;
}

.width148pic .scrLaw-inf {
    margin-left: 172px;
}

.searPut .phTips {
    top: 4px !important;
    margin-left: 12px !important;
    color: #666 !important;
    font-size: 14px !important;
}

.selectBox {
    width: 100%;
    height: 100%;
}

.noData {
    text-align: center;
    padding-top: 120px;
    font-size: larger;
    color: gray;
}