﻿/*Global*/
* {font-family:Arial,'Microsoft YaHei','微软雅黑'; margin:0; padding:0; font-size:12px; border:0;}
li { list-style:none; }
img{ border:none;}
body{background-color:#628ab2; background-image:url(/images/home.png); background-repeat: repeat-y;  background-size:100%; }
tbody tr:nth-child(odd) {
    background-color:#FFFFFF;
}

.s_Header{
    position: relative;
    height: 90px;
    border:0;
    min-width:1200px;
    max-width:1360px;
    margin:0 auto;
    /*background:#7bb3eb;
    background:linear-gradient(top,#7bb3eb,#7bb3eb);
    background:-moz-linear-gradient(top,#7bb3eb,#7bb3eb);
    background:-webkit-linear-gradient(top,#7bb3eb,#7bb3eb);
    background:-o-linear-gradient(top,#7bb3eb,#7bb3eb);*/
    border-radius:0;
}
.s_Header .logo{
    position: absolute;
    left: 20px;
    top: -5px;
    height: 100%;
    background: url(../images/logo2.png) 20px center no-repeat;
    background-size:60px 60px;
    text-indent: 90px;
    font-size: 24px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 80px;
    z-index: 0;
}
.s_Header .logo span{
    position: absolute;
    left: 0;
    bottom: -15px;
    letter-spacing:0.9px;
}
.s_Header .menu{
    padding-top: 35px;
}
.s_Header .menu .borderLeft {
    border-left:#cccccc solid 0px;
}
.s_Header .menu li {
    height:24px;
}
.s_Header .menu li a{
    text-align: center;
    color: #FFFFFF;
    font-size: 16px;
    line-height: 24px;
    padding-top:0;
    padding-bottom:0;
}
.s_Header .menu div:first-child{
    border-left: 0
}
.s_Header .menu button span{
    margin-bottom: 5px;
    margin-left: 10px;
}
.s_Header .menu .navbar-nav > .active > a{
    font-weight:bold;
    color:#FFFFFF;
    border-bottom:4px solid #FFFFFF;
    display: inline-block;
    padding: 0;
    margin: 0 15px;
}
.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    color: #0080e6;
    background-color: #FFFFFF;
    border-bottom:0;
    font-weight:normal;
}
.s_Header .menu li li a:hover{
    color:#FFFFFF;
}
.s_Header .menu a img{
    margin-right:5px;
}
.s_Header .user{
    position: absolute;
    top: 3px;
    right: 25px;
    margin: auto;
    text-align:right;
}
.s_Header .user *{
    text-indent: 80px;
    line-height: 22px;
    font-size: 14px;
    margin-left:10px;
   
}
.s_Header .user .userIcon{
    position:absolute;
    left:-35px;
    color:#FFFFFF;
    font-size:24px;
    line-height:42px;
}
.s_Header .user a {
    line-height:24px;
    color:#96c34e;
    font-size:16px;
}
.s_Header .user span{
    color: #96c34e;
    font-size:16px;
}
.s_Header .user font{
    color: #96c34e;
    cursor:pointer;
    font-size:16px;
}
.s_Header .dropdown-menu li{
    border-top:#CCCCCC solid 1px;
    line-height:35px;
    height:35px;
}
.s_Header .dropdown-menu li:first-child{
    border-top:0;
}
.s_Header .dropdown-menu li a{
    line-height:35px;
    color:#333333;
}
.s_Header .dropdown-menu:after {
  content: "";
  position: absolute;
  top: -10px;
  left: 100px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid rgba(255, 255, 255, 1);
}
.s_Header .navbar-nav > .dropdown > a .caret{
    border-top-color:#FFFFFF;
    margin-bottom: 3px;
    margin-left: 5px;
}
.s_Middle{
    position: relative;
    background-color:#FFFFFF;/*#f1f2f6;*/
    padding:15px 0;
    min-height:650px;
    min-width:1200px;
    max-width:1360px;
    margin:0 auto;
    padding-bottom: 0;
}
.s_Middle .container{
    padding:0;
}
.newTable{
    width:100%;
}
.newTable td{
    text-align:center;
}
.width30 {
    width:32%;
}
.margin2 {
    padding-right: 0;
}
.jumbotron .swiper-button-prev{
    display:none;
    background-color: rgba(255,255,255,0.4);
    height: 100%;
    width: 50px;
    left: 0;
}
.jumbotron .swiper-button-prev:hover{
    background-color: rgba(255,255,255,0.5);
}
.jumbotron .swiper-button-next{
    display:none;
    background-color: rgba(255,255,255,0.4);
    height: 100%;
    width: 50px;
    right: 0;
}
.jumbotron .swiper-button-next:hover{
    background-color: rgba(255,255,255,0.5);
}
.border0{
    border:0;
}
.image-primary{
    height:360px;
    width:100%;
    background-repeat:no-repeat;
    background-position:center;
    background-color:#4499ee;
}
.col-md-3 .panel-default{
    min-height:inherit;
}
.backgroundImage1{
    background-image:url(../images/service_icon1.jpg);
}
.backgroundImage2{
    background-image:url(../images/service_icon2.jpg);
}
.backgroundImage3{
    background-image:url(../images/service_icon2.jpg);
}
.panel-default > .panel-heading{
    color:#FFFFFF;
    background:#7bb3eb;
    background:linear-gradient(top,#7bb3eb,#7bb3eb);
    background:-moz-linear-gradient(top,#7bb3eb,#7bb3eb);
    background:-webkit-linear-gradient(top,#7bb3eb,#7bb3eb);
    background:-o-linear-gradient(top,#7bb3eb,#7bb3eb);
}
.col-md-3 .panel-body{
    padding: 10px;
}
.margin0{
    margin:0;
    padding:0;
}
.map{
    border-left:#2a6496 5px solid;
    padding-left:5px;
    margin-top: 2px;
    line-height: 15px;
    margin-left:15px;
}
.map a {
    font-size:14px;
    margin:0 5px;
}
.map span {
    color:#428bca;
    font-size: 16px;
}
.swiper-slide {
text-align:center;
}
.swiper-slide img {
    width:100%;
}
.padding15 {
  padding: 0 15px;
}
.height750 {
    min-height: 400px;
    padding: 0;
}
.heightChinese750 {
    min-height: 350px;
    padding: 0;
}
.heightChinese750 p{
    line-height:32px;
    font-size:16px;
    margin:0;
}
.height750 p{
    line-height:32px;
    font-size:16px;
    margin:0;
}
.leftDiv {
    position: relative;
    left: 15px;
    top:12px;
    padding: 0px 20px 0 0;
}
.leftDiv .dropdown-menu{
    position:relative;
    width:100%;
    float:inherit;
    border:0;
    border-radius:0;
    -webkit-box-shadow: inherit;
    box-shadow: inherit;
    background-color:inherit;
    padding:0 0 20px 0;
}
.leftDiv .dropdown-menu a{
    line-height:24px;
}
.leftDiv .dropdown-menu a:before{
    content: "\e080";
}
.leftDiv .dropdown-menu .active:after{
    top: 5px;
}
.main-content-left{
    background-color:#fafafa;
    min-height:700px;
}
.main-content-left li{
    padding:0 15px;
    line-height: 45px;
    position:relative;
}
.main-content-left li a {
    font-size:14px;
    display: block;
    width: 100%;
    line-height: 45px;
}
.main-content-left .active {
    background-color:#4499ee;
}
.main-content-left .active:after {
  content: "";
  position: absolute;
  top: 12px;
  right: 5px;
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid rgba(255, 255, 255, 1);
}
.main-content-left .active a {
    color:#FFFFFF;
}
.main-content-right {
    padding-top:15px;
}
.main-content-right h2{
    margin:0;
    font-size:20px;
    line-height:30px;
}
.main-content-right .row {
    margin:0;
}
.main-content-right .page-header {
    margin: 10px 15px 0;
    border-bottom:0;
}
.main-content-right .rowList{
    background-color:#fafafa;
    border-radius:5px;
    margin:20px 0;
    padding-bottom: 10px;
}
.main-content-right .viewList{
    margin:0 30px 10px;
    border:1px solid #bbbbbb;
    border-radius:5px;
}
.main-content-right .table{
    margin-bottom:0;
}
.seachBox {
    background-color:#fafafa;
    border-radius:5px;
    padding: 15px 0;
    height: 60px;
}
.textRight {
    text-align:right;
    line-height:30px;
    padding-right:5px;
    padding-left:5px;
}
.listBox{
  background-color: #FFFFFF;
  padding: 0 0 10px;
  border-radius: 5px;
}
.listBox h2{
  font-size: 20px;
  line-height: 30px;
  margin-top:10px;
}
.listContent{
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    min-height:300px;
}
#AssetList tbody tr td {
    line-height:50px;
}
#AssetList tbody tr td img{
    max-height:50px;
}
.address{
    min-height:55px;
}
.mainContent{
    width:100%;
    margin:0 auto;
}
.mainContent .panel-default{
    min-height:inherit;
}
.jobtitle{
    margin:0 0 10px 0;
    border-bottom:#9e673f solid 2px;
}
.jobContent .panel-heading{
    background:inherit;
}
.jobContent .panel-title a{
    font-size:18px;
    color:#e98b2c;
    display:inline-block;
    width:100%;
}
.s_Foot{
    position: relative;
    height: 65px;
    text-align:center;
    line-height:25px;
    min-width:1200px;
    max-width:1360px;
    margin:0 auto;
   
    background:#7bb3eb;
    background:linear-gradient(top,#7bb3eb,#7bb3eb);
    background:-moz-linear-gradient(top,#7bb3eb,#7bb3eb);
    background:-webkit-linear-gradient(top,#7bb3eb,#7bb3eb);
    background:-o-linear-gradient(top,#7bb3eb,#7bb3eb);
    color:#FFFFFF;
    vertical-align:middle;
}
.s_Foot p{
    margin:0;
     font-size:14px;
     vertical-align:middle;
     padding-top:10px;
}
.s_Foot a{
    margin:0;
     font-size:14px;
     vertical-align:middle;
}
.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

h1 {
    font-size: 35px;
    margin-bottom: 30px;
}
.lineHeight34{
    line-height:34px;
}
/*Global add-on*/
.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/*Top Navigation
 * Hide default border to remove 1px line.*/
.navbar-fixed-top {
    border: 0;
}
.navbar {
    margin-bottom:0;
}

/*Sidebar*/

/* Hide for mobile, show later */
.sidebar {
    display: none;
}
@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content */
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }
}

.jconfirm-scrollpane .col-md-offset-4, .jconfirm-scrollpane .col-md-4 {
    /*width:50%;*/
}
.form-horizontal .form-group {
    margin-left:inherit;
    margin-right:inherit;
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: 20px;
}
.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}

/* Main content*/

.main {
    padding: 20px;
}
@media (min-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
}
.main .page-header {
    margin-top: 0;
}

#CampaignInfoTitle .input-lg {
    display:inline-block;
    width:30%;
    vertical-align: middle;
}

/* Placeholder dashboard ideas*/

.placeholders {
    margin-bottom: 30px;
    text-align: center;
}
.placeholders h4 {
    margin-bottom: 0;
}
.placeholder {
    margin-bottom: 20px;
}
.placeholder img {
    display: inline-block;
    border-radius: 50%;
}
/*导入提示信息*/
#d_winCampaignTipsHtml{
    max-height:200px;
    overflow-y:scroll;
    word-break:break-word;
}
/*Page*/

body > .container {
    padding: 0px 15px 50px;
    position:relative;
}
.container .text-muted {
    margin: 20px 15px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.panel-body .buttontoolbar {
    position: absolute;
    right:15px;
    top:0;
}
.panel-body .tabname {
    font-size: 110%;
    line-height: 36px;
    vertical-align: middle;
}
.table tr td {
    line-height: 32px;
}
.table tr td:first-child {
    text-align: left;
}
.table tr td:last-child {
    text-align: center;
}
.table tr th:last-child {
    text-align: center;
}
.table .isNullcont {
    background:#f9f9f9;
}
.table .isNullcont td{
    line-height:34px;
}
.pagination {
    line-height: 34px;
    margin: 5px 0 10px 0;
    float: right;
}
code {
    font-size: 80%;
}

span.total-page {
    float:left;
    margin-top:15px;
}

.jconfirm .btn {
    min-width:85px;
}
/* Header*/
.page-header h1 {
    margin-top: -7px;
    margin-bottom: 5px;
    line-height:50px;
}

#feedbackbox > .page-header {
    margin-top: 2px;
    margin-bottom:0;
}
/*Main*/
#CampaignTips {
    width: 100%;
    margin: 10px 0 -20px 0;
    z-index:999999;
}
.scrollTopTisp {
    position: fixed;
    z-index: 999999;
    top: 10px;
    left: 0;
    right: 0;
    width: 62%;
    margin: auto;
}
textarea{resize: none;}

/*Feedback*/
#Feedbackcnt{max-height:355px;overflow-y:auto; padding:5px 0;}
.LoadMore{line-height: 36px;text-align: center;color: #ffffff;cursor: pointer; margin: 0 0 10px 0;color:#337ab7; background:#fafafa; display:inline-block; width:100%;}
#FeedbackList p {word-break: break-all;}
#feedbackbox textarea{height:100px;margin:5px 0px 20px 0px;}
#feedbackbox.form-horizontal .form-group { margin:0;}


/*VIP List*/
div.VIPTab{display: none;}
div.VIPTab.activeTab{display: block;min-height: 148px;}

/* Footer*/




/*Calendar Component*/
#calendar {
    /*float: left;
    width: 900px;*/
    width: 98%;
    margin: 0 1%;
}

/* CoverLayer*/
.CoverLayer {position:fixed; top:0; right:0; bottom:0; left:0; margin:auto; z-index:9999999999; background:url(../images/icon_loading.gif) center no-repeat; background-size:30px; background-color:rgba(0,0,0 ,0.05);}

.pointer_cur{ cursor:pointer;}
.budget_input{ float:left;width:30%;display:inline;}
.budget_span{position: absolute;
  top: 30px;
  left: 100%;
  display:inline-block;
  width:200px;
}

.tab_title{ font-weight:bold;padding-left:15px;}
.title_line{  width:100%; height:1px; border: 1px solid #eee;  margin-top: 15px; margin-bottom: 15px;}
.hr_line{  margin:15px; border: 0; border-top: 1px solid #eee; }

.table_css{border-top:1px 0px 0px 1px; -moz-border-radius: 15px;  -webkit-border-radius: 15px; border-radius:15px;  width:100%;  margin-left:8px;}
.table_css td{border-top:1px solid #cccccc; padding:8px 8px; height:60px;  }
.table_css th{ padding:8px 0px; }
.table_css tr .help-block{ position:absolute; padding-bottom:5px; }
.mandatory_span{ font-size:14px; color:#e61515; margin: 3px 3px; }

.messagered{ background:#f60000;height:30px; width:300px; font-weight:bold; color:#FFFFFF;padding-left:15px; line-height:30px; margin-top:10px;}
.messageblue{ background:#04b71e;height:30px; width:300px; font-weight:bold; color:#FFFFFF;padding-left:15px; line-height:30px; margin-top:10px;}


/* 弹出框 */
/*
.window_control{ width:80%;  position:absolute; top: 10%; left:10%; left:10%; z-index:999;background-color:rgba(255, 255, 255, 0.95); overflow:hidden;border:1px solid #cccccc; }
*/
.jconfirm.jconfirm-white .jconfirm-box .buttons button{text-transform: none;}
.jconfirm.jconfirm-white .jconfirm-box .buttons_right{text-align: right;padding-right: 30px;}
.form-horizontal .control-label {padding-bottom: 8px;}
.window_control .windows-menu{float:left; width:100%; height:42px; border-bottom:1px solid #cccccc;  display:inline; background:url('../../images/device_menubg.png') repeat-x 0 center;}
.window_control .windows-menu .menu_title{ float:left; width:80%; margin-left:10px; height:42px; line-height:42px;font-size:14px;font-weight:bold; display:inline; }
.window_control .windows-menu .menu_close{ float:right; width:80px;height:42px; text-align:right; padding-right:10px; line-height:42px; display:inline; cursor:pointer; }
.windows-content{ margin:10px;}
.window_control .menu_title{font-size:14px;font-weight:bold;margin-bottom:10px; word-break:break-word;}

.windows-content .wincnt_info{ float:left; width:100%; height:30px; display:inline;}
.windows-content .wincnt_info .info_labal{ float:left; width:100px; height:28px; line-height:28px;font-size:14px; text-align:right;  display:inline;}
.windows-content .wincnt_info .info_cnt{ float:left; width:200px; padding-left:10px; height:28px;line-height:28px; font-size:14px; text-align:left;  display:inline;}
.windows-content .wincnt_info .info_cnt a{ font-size:14px; padding-left:10px; color:#212121; text-decoration:underline; cursor:pointer;}
.windows-button { float:left;width:98%; height:30px; text-align:right; display:inline; margin-bottom:15px; }
.windows-button .btnmargin{ margin-left:10px; }

/*.WindowMessage{display: none;position: relative;border-radius: 4px;padding:10px;padding-left:15px;margin-bottom:10px;font-weight:bold;}*/
.WindowMessage button.close{position: absolute;right: 10px;top: 10px;}
.WindowMessage.errorMsg{margin-right: 8px;text-indent: 10px;background-color: #f2dede;background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);background-repeat: repeat-x;border-color: #dca7a7;color: #a94442;}
.WindowMessage.successMsg{background-color: #dff0d8;background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);background-repeat: repeat-x;border-color: #b2dba1;color: #3c763d;}

.campaignstatename{  display: inline-block;
    padding: 6px 12px;
    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;
    border: 1px solid transparent;
    /*border-radius: 4px;*/
}
.windowErroMsg {
    position:relative;
    min-height:30px;
}
.windowErroMsg #CampaignTips {
    position: inherit;
    margin: 20px 1%;
    width: 98%;
}

.tooltip.tip-success .tooltip-arrow {
    border-right-color: #dff0d8;
}
.tooltip.tip-success .tooltip-inner {
    background-color: #dff0d8;
    color:#3c763d;
}
.tooltip.tip-danger .tooltip-arrow {
    border-right-color: #f2dede;
}
.tooltip.tip-danger .tooltip-inner {
    background-color: #f2dede;
    color:#a94442;
}

/* Table Title*/
.btn .glyphicon {
    margin-right:5px;
}
.table .btn .glyphicon {
    margin-right:0px;
}
thead th .glyphicon {
    color:#cccccc;
    font-size: 10px;
    cursor:pointer;
    margin-left:5px;
}
thead th .glyphicon.active {
    color:#000000;
}
thead th .caret{
    margin-left: 5px;
}
thead th .caret2 {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-top: 0 dotted;
  border-right: 4px solid transparent;
  border-bottom: 4px solid #000;
  border-left: 4px solid transparent;
  content: "";
}

.has-successes .help-block {
    display:none;
}
/*必填提示*/
.asterisk{
    color: #a94442;
    font-weight: bolder;
   }
/*Table Content*/
.table tbody tr td{max-width: 200px;overflow: hidden;text-overflow: ellipsis; line-height: 30px; vertical-align:middle; text-align:left;}
.table tbody tr td a{ color: #333;text-decoration: none;} 
.table thead tr th {
    vertical-align:middle;
    text-align:center;}
.table_campaignSubType tr .thd_campaignSubType{width:200px;}

/*ImportMessage*/
.ImportMessage{display: none;position: relative;border-radius: 4px;padding:10px;padding-left:15px;margin-top:10px;font-weight:bold;}
.ImportMessage button.close{position: absolute;right: 10px;top: 10px;}
.ImportMessage.errorMsg{background-color: #f2dede;background-image: linear-gradient(to bottom,#f2dede 0,#e7c3c3 100%);background-repeat: repeat-x;border-color: #dca7a7;color: #a94442;}
.ImportMessage.successMsg{background-color: #dff0d8;background-image: linear-gradient(to bottom,#dff0d8 0,#c8e5bc 100%);background-repeat: repeat-x;border-color: #b2dba1;color: #3c763d;}

/*No Permission*/
.NoRolePage {
    position:fixed;
    margin:auto;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:60%;
    height:500px;
    box-shadow:0 0.5px 1px 2px rgba(0,0,0,0.1);
    border-color: #ddd;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 5px;
    padding-top:60px;
}
.NoRolePageTitle {
    position:absolute;
    top:-100px;
    left:0;
    text-align:left;
    font-size:46px;
    color:#999999;
}
.NoRolePage .glyphicon
{
    color:#CCCCCC; font-size:15em;
}
.NoRolePage:first-child {
    text-align:center;
}
.NoRolePage h2 {
    text-align: left;
    line-height: 50px;
    color:#999999;
    padding-bottom:50px;
    margin-bottom:50px;
    border-bottom:1px solid #CCCCCC;
}
.NoRolePage .col-md-8 {
    text-align:left;
}
.mtitle_disable{
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.mtitle_disable a {
    cursor: not-allowed;
}

/*setting EDMForm*/
#EDMAgencylistForm .form-group {
    margin-bottom: 5px;
}


/*Message提示框*/
.jconfirm-box-container.col-md-4.col-md-offset-4.col-sm-6.col-sm-offset-3.col-xs-10.col-xs-offset-1 {
    width:45%;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/*上传控件*/
.file-box { position: relative;width: 340px;  }
.file { position: absolute; top: 7px; right:-20px; height:40px;cursor:pointer;filter: alpha(opacity:0);  opacity: 0;  width: 260px; display:inline; }
#preview{width: 100px;overflow: hidden;display: inline-block;background-size: 100%;}
#imghead {filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=image);}
.imgFile,.file{display:inline-block;width:150%;}
.upload{background-image: url('../images/upload.png');background-repeat:no-repeat;background-position: center;background-color: #f8f8f8;}
.inputSub{width:50px;height: 34px;line-height: 18px;text-align: center; margin: 11px 10px;border: 1px solid #ccc;border-radius: 5px;}
input[type="file"] {display: inline-block;}


.jconfirm-box .control-label{
    width:80px;
    display:inline-block;
    text-align:left;
    vertical-align:top;
}
.jconfirm-box .from-group{
    width:calc(100% - 90px);
    display:inline-block;
}
.jconfirm-box .has-error{
    position:relative;
}
.jconfirm-box .help-block{
    display:inherit;
    position:absolute;
    right:15px;
    top:0;
    line-height:24px;
}
.positionFixed{
    width:60%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    height: 600px;
}
.seachBox .col-md-10 .form-group{
    display:inline-block;
    text-align:left;
    width:24%;
}
.seachBox .form-group .control-label{
    width:80px;
    text-align:right;
    padding-right:5px;
    display:inline-block;
}
.seachBox .form-group .form-group{
    display:inline-block;
    width:calc(100% - 90px);
}

.addressTitle{
    font-size:larger;font-weight:bold; height:30px;
}
