body {
    background-color: #f1f1f1;
    font-size:14px;
}
a{
    cursor: pointer;
}
label.error {
    padding-bottom: 2px;
    font-weight: normal;
    color: #ea5200;
    margin-left: 10px;
    margin-bottom: 0px;
    margin-top: 4px;
}

label.error:before {
    content: ' ';
    display: block;
    background: url("../images/sprites.png") no-repeat 0px -42px;
    width: 18px;
    margin-right: 4px;
    float: left;
    height: 18px;
}

.tipAlert{
    font-weight:bold;
    font-size:1.2em;
}
/*
 * Sidebar
 */

/* 左侧菜单栏样式 */
.sidebar {
    display: none;
    transition: top 0.5s;
    -moz-transition: top 0.5s; /* Firefox 4 */
    -webkit-transition: top 0.5s; /* Safari 和 Chrome */
    -o-transition: top 0.5s; /* Opera */


}
.panel-primary {
    border-color: transparent;
}
.sidebar {
    position: fixed;
    top: 0px;
    bottom: 0;
    left: 0;
    z-index: 9;
    display: block;
    padding: 0px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #ffffff;
    /*min-width: 200px;*/
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
#mainContent{
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    margin-left: 15.6%;
}

.leftMenuTree{
    margin-top:15px;
}

.navbar-homepage {
    right: 0;
    left: 0;
    border-radius: 0;
    top: 0;
    border-width: 0px;
}

.navbar-homepage .navbar-nav > li > a.top-more-drop-down-link {
    padding: 26px 20px;
    margin: 0;
    border: none;
    box-sizing: content-box;
    font-size: 13px;
}

.navbar-homepage .navbar-nav > li > a.top-more-drop-down-link:hover, .navbar-homepage .navbar-nav > li.open > a, .navbar-homepage .navbar-nav > li.open > a:focus, .navbar-homepage .navbar-nav > li.open > a:active {
    background-color: #2582b1;
    color: #ffffff;
}



/* 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;
    color: #8A8A8A;
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    background-color: #e5e5e5;
    border-left: 4px solid #D9534F;
    color: #333;
}

/*
 * Main content
 */

.main {
    padding: 8px 4px 10px 5px;
    transition: width 0.5s;
    -moz-transition: width 0.5s; /* Firefox 4 */
    -webkit-transition: width 0.5s; /* Safari 和 Chrome */
    -o-transition: width 0.5s; /* Opera */
    transform-origin: 0% 0%; /*定义动画的旋转中心点*/
    -webkit-transform-origin: 0% 0%; /*定义动画的旋转中心点*/
    -o-transform-origin: 0% 0%; /*定义动画的旋转中心点*/
    -ms-transform-origin: 0% 0%; /*定义动画的旋转中心点*/
    margin-top:55px;
}


.main .page-header {
    margin-top: 0;
}

.form-control.error {
    border-color: #e74c3c;
}

.navbar-homepage {
    position: fixed;
    margin-left: 16.66666667%;
    background-color: #ffffff;
    transition: all 0.5s;
    -moz-transition: all 0.5s; /* Firefox 4 */
    -webkit-transition: all 0.5s; /* Safari 和 Chrome */
    -o-transition: all 0.5s; /* Opera */
    z-index: 11;
    margin-bottom:0;
    height:55px;
}

.navbar-homepage.fullscreen {
    top: -73px;
}

.navbar-homepage .navbar-nav > li > a {
    color: #8F9296;
    font-size: 12px;
    text-align: center;
    border-bottom: solid 3px transparent;
}

.navbar-homepage .navbar-nav.navbar-top > li > a:hover, .navbar-homepage .navbar-nav.navbar-top > li > a:focus {
    color: #3D4044;
    background-color: #eee;
    border-bottom: solid 3px #eee;;
}

.navbar-homepage .navbar-nav.navbar-top > .active > a, .navbar-homepage .navbar-nav.navbar-top > .active > a:hover, .navbar-homepage .navbar-nav.navbar-top > .active > a:focus {
    color: #555;
    background-color: #FFFFFF;
    border-bottom: solid 3px #1ABC9C;;
}

.navbar-homepage .navbar-brand {
    height: 70px;
}

.nav-icon {
    display: block;
    width: 40px;
    height: 40px;
    background: url("../images/sprites.png") no-repeat top left;
    margin: 0 auto;

}

.nav-icon.large {
    width: 100px;
    height: 100px;
    background-position-y: -58px;
}

.nav-icon.nav-icon-book {
    background-position: -40px 0;
    background-position-x: -40px;

}

.nav-icon.nav-icon-upload {
    background-position: -80px 0;
    background-position-x: -80px;
}

.nav-icon.nav-icon-warning {
    background-position: -120px 0;
    background-position-x: -120px;
}

.nav-icon.nav-icon-config {
    background-position: -160px 0;
    background-position-x: -160px;
}

.nav-icon.nav-icon-talks {
    background-position: -200px 0;
    background-position-x: -200px;
}

.nav-icon.nav-icon-tracks {
    background-position: -240px 0;
    background-position-x: -240px;
}

.nav-icon.nav-icon-addressbook {
    background-position: -280px 0;
    background-position-x: -280px;
}

.nav-icon.nav-icon-docs {
    background-position: -320px 0;
    background-position-x: -320px;

}

.nav-icon.nav-icon-flag {
    background-position: -360px 0;
    background-position-x: -360px;

}

.nav-icon.nav-icon-layer {
    background-position: -400px 0;
    background-position-x: -400px;

}

.nav-icon.nav-icon-search {
    background-position: -440px 0;
    background-position-x: -440px;

}

.nav-icon.large.nav-icon-warning01 {

    background-position: 0px -58px;
}

.nav-icon.large.nav-icon-warning02 {
    background-position: -100px -58px;
}

.nav-icon.large.nav-icon-warning03 {
    background-position: 0px -158px;
}

.nav-icon.large.nav-icon-warning04 {
    background-position: -100px -158px;
}

.navbar-homepage .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
}

.label-icon {
    color: white;
    background-color: red;
    border-radius: 100%;
    margin-right: 10px;
    margin-top: 5px;
    display: block;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    vertical-align: middle;
    font-size: 12px;
    font-style: normal;
    border: solid 1px white;
}

.nav-menu-toggle-btn {
    position: relative;
    float: left;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.nav-menu-toggle-btn .icon-bar + .icon-bar {
    margin-top: 4px;
}

.nav-menu-toggle-btn .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    background-color: #888;
    border-radius: 1px;
}

.panel-inverse {
    border: 1px solid #E0DDDD;
}

.panel-primary h5 {
    margin: 5px 0;

}

.panel-inverse .panel-footer {
    background-color: #ffffff;
    border-top: none;
}

.hidden {
    display: none;
}

.view-frame.ng-enter {
    -webkit-animation: 0.5s fadeIn;
    -moz-animation: 0.5s fadeIn;
    -o-animation: 0.5s fadeIn;
    animation: 0.5s fadeIn;
    z-index: 100;
}

.view-frame.ng-leave {
    display: none;

}

.panel-inverse {
    position: relative;
}

.spinner {
    display: block;
    background-color: rgba(29, 29, 29, 0.27);
    margin: 0 auto;
    position: absolute;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    z-index: 10;

}

.spinner > .spinner_container {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: transparent;
}

.spinner > .spinner_container:after {
    content: ' ';
    display: block;
    width: 130px;
    height: 60px;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-top: -30px;
    margin-left: -65px;
    background: rgba(255, 255, 255, 0.85) url("../images/loading.svg") no-repeat center center;
    background: #eee url("../images/loading.gif") no-repeat center center \9;
    border-radius: 4px;

}

.navbar-homepage .navbar-nav > li > a.userAvatar {
    background-color: #009966;
    border-radius: 100%;
    height: 40px;
    width: 40px;
    margin-right: 15px;
    margin-top: 8px;
    font-size: 18px;
    color: white;
    font-weight: bold;
    position: relative;
}

.navbar-homepage .navbar-nav > li > a.userAvatar:hover, .navbar-homepage .navbar-nav > li > a.userAvatar:focus {
    background-color: #1FBD9E;
    border-color: #1FBD9E;
}

#global_user_operate {
    margin-top: 12px;
    margin-right: 15px;
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 2px 10px rgba(0, 0, 0, .2);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-user-select: text;
    padding: 0px;
    width: 280px;
}

#global_user_operate > .pop_body {
    padding: 8px 10px;
}

#global_user_operate .userAvatarLarge {
    background-color: #009966;
    border-radius: 100%;
    height: 80px;
    width: 80px;
    color: white;
    font-weight: bold;
    position: relative;
    display: block;
    overflow: hidden;
}

#global_user_operate .userAvatarLarge > .desc {
    background: rgba(78, 144, 254, .7);
    bottom: 0;
    color: #fff;
    font-size: 9px;
    font-weight: bold;
    left: 0;
    line-height: 9px;
    position: absolute;
    padding: 7px 0;
    text-align: center;
    width: 80px;
}

#global_user_operate .pop_footer {
    width: 100%;
    padding: 8px 15px;
    background-color: #eee;
}

.userAvatar .arrow {
    position: absolute;
    border-color: transparent;
    border-bottom-color: white;
    border-style: dashed dashed solid;
    border-width: 0 8.5px 8.5px;
    left: 50%;
    margin-left: -8px;
    bottom: -17px;
    display: none;
}

.userAvatar .arrow.shadow {
    border-bottom-color: #ccc;
    border-bottom-color: rgba(0, 0, 0, .2);
    bottom: -15px;
    margin-left: -8px;
}

.open .userAvatar .arrow {
    display: block;
    z-index: 1001;

}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-filter: blur(2px);
        -moz-filter: blur(2px);
        -o-filter: blur(2px);
        -ms-filter: blur(2px);
        filter: blur(2px);
    }

    to {
        opacity: 1;
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
        -webkit-filter: blur(2px);
        -moz-filter: blur(2px);
        -o-filter: blur(2px);
        -ms-filter: blur(2px);
        filter: blur(2px);

    }

    to {
        opacity: 1;
        -webkit-filter: blur(0px);
        -moz-filter: blur(0px);
        -o-filter: blur(0px);
        -ms-filter: blur(0px);
        filter: blur(0px);
    }
}

.table-responsive .ng-enter,
.table-responsive .ng-leave,
.table-responsive .ng-move {
    -webkit-transition: 0.3s linear all;
    -moz-transition: 0.3s linear all;
    -o-transition: 0.3s linear all;
    transition: 0.3s linear all;
}

.table-responsive .ng-enter,
.table-responsive .ng-move {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transform: translateY(-100%);
}

.table-responsive .ng-move.ng-move-active,
.table-responsive .ng-enter.ng-enter-active {
    opacity: 1;
    height: 40px;
    transform: translateY(0%);
}

.table-responsive .ng-leave {
    opacity: 1;
    overflow: hidden;
    transform: translateY(0%);
}

.table-responsive .ng-leave.ng-leave-active {
    opacity: 0;
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
    transform: translateY(-100%);
}

.nav_page_tabs.nav-tabs > li.active > a, .nav_page_tabs.nav-tabs > li.active > a:hover, .nav_page_tabs.nav-tabs > li.active > a:focus {
    background-color: #1ABC9C;
    color: white;
}

.uploaderContainer {
    position: relative;
    width: 100px;
    height: 100px;
    cursor: pointer;
}

.uploaderContainer .defaultImage {
    background: url('../images/default.jpg') no-repeat center;
    background-size: cover;
    background: #DADADA \9;
    height: 100%;
    width: 100%;
}

.uploaderContainer .defaultImage.fileType {
    background: url('../images/default_file.jpg') no-repeat center;
}

.uploaderContainer .defaultImage.selectedFileType {
    background: url('../images/has_file.jpg') no-repeat center;
}

.uploaderContainer .uploadTip {
    position: absolute;
    bottom: 0px;
    width: 100%;
    background-color: rgba(85, 85, 85, 0.65);
    color: white;
    text-align: center;
    font-size: 12px;
    background-color: #838383 \9;
}

.uploaderContainer .removeIcon {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 20px;
    height: 20px;
    margin-right: 3px;
    margin-top: 6px;
    color: #F90D0D;
    display: none;

}

.uploaderContainer .removeIcon:hover {
    color: #F75D36;
    text-decoration: none;
}

.uploaderContainer:hover .removeIcon {
    display: block;
}

.table-striped.table > thead > tr > th > label {
    margin: 0px;
    padding: 0px;
    width: 100%;
    cursor: pointer;
    position: relative;
}

.table-striped.table > thead > tr > th > input.orderInput {
    display: none;
}

.table-striped.table > thead > tr > th.hover, .table-striped.table > thead > tr > th:hover {
    background-color: #EEEEEE;

}

.table-striped.table > thead > tr > th.hover > label:after, .table-striped.table > thead > tr > th:hover > label:after {
    content: '';
    display: inline-block;
    float: right;
    border: solid 4px #333;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    top: 50%;
    right: 0px;
    margin-right: 4px;
    margin-top: -2px;
}

.table-striped.table > thead > tr > th.hover > input.orderInput:checked + label:after, .table-striped.table > thead > tr > th:hover > input.orderInput:checked + label:after {
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    border-bottom-color: #333;
    margin-top: -4px;
}

.table-striped > tbody > tr:hover, .table-striped > tbody > tr.checked, table > tbody > tr.checked {
    background-color: #59b6ff;
    color: #ffffff;
}

.table-striped > tbody > tr:hover a, .table-striped > tbody > tr.checked a {
    color: #ffffff;
}

table > tbody > tr.noDataTr:hover, table > tbody > tr.noDataTr {
    background-color: #ffffff;
    color: #161616;
    text-align: center;
}

table > tbody > tr.noDataTr > td {
    padding: 30px 0;
}

.btnDiv {
    /*height: 28px;*/
    position: relative;
    margin-bottom: 20px;
}

.btnDiv > .searchCondtion {
    position: absolute;
    top: -9px;
    right: 0px;
    margin: 0;
    font-size: 12px;
}

.btnDiv > .searchCondtion .input-group > .searchSpan {
    position: relative;
    display: block;
}

.btnDiv > .searchCondtion .input-group > .searchSpan:before, .btnDiv > .searchCondtion .input-group > .searchSpan:after {
    display: table;
    content: " ";
}

.btnDiv > .searchCondtion .input-group > .searchSpan > .form-control {
    height: 28px;
    padding: 0px 0px 0px 5px;
    font-size: 12px;
    border-width: 1px;
    margin: 0px;
    vertical-align: middle;
    line-height: 12px;
}

.btnDiv > .searchCondtion .input-group > .searchSpan > .removeIcon {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 5;
    margin-top: 6px;
    margin-right: 5px;
    display: none;
    color: #C5C4C4;
    cursor: pointer;
}

.btnDiv > .searchCondtion .input-group > .input-group-btn {
    vertical-align: top;
}

.btnDiv > .searchCondtion .input-group > .input-group-btn > .btn {
    height: 28px;
    margin: 0px;
    border: solid 1px #dce4ec;
    border-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btnDiv > .searchCondtion .input-group > .more {
    vertical-align: middle;
    display: table-cell;
    padding-left: 5px;
    white-space: nowrap;
}

.advanceSearchConditionArea {
    background-color: #ffffff;
    margin-bottom: 20px;
    display: none;
}

.advanceSearchConditionArea .page-header {
    margin: 0px;
    border: 0;
    padding: 0px;
}

.advanceSearchConditionArea .advanceSearchDiv {
    font-size: 11px;
}

.advanceSearchConditionArea .advanceSearchDiv a, .advanceSearchConditionArea .advanceSearchDiv button {
    font-size: 11px;
}

.advanceSearchConditionArea .advanceSearchDiv .form-control {
    border-width: 1px;
    height: 28px;
    font-size: 11px;
}

.advanceSearchConditionArea .advanceSearchDiv .control-label {
    padding: 0px;
    padding-top: 5px;
}

.advanceSearchConditionArea .advanceSearchDiv .btn {
    border: 1px solid #dce4ec;
}

.advanceSearchConditionArea .advanceSearchDiv .panel-body {
    padding-top: 0px;
    overflow: hidden;

}

.advanceSearchConditionArea .advanceSearchDiv .panel-footer {
    border-top: solid 1px #eee;
    background-color: #F9F9F9;
}

.advanceSearchConditionArea .advanceSearchDiv .panel-footer .form-group + .form-group {
    padding: 0px 10px;
}

.advanceSearchConditionArea .advanceSearchDiv .label {
    margin: 5px;
    display: inline-block;
    padding: 5px 5px;
    background-color: #ffffff;
    color: #6F6F6F;
    border-color: #F1C40F;
}

.advanceSearchConditionArea .advanceSearchDiv .label .removeIcon {
    margin-right: 4px;
    color: #F1C40F;
}

.form-horizontal, .form-horizontal .dropdown-menu > li > a {
    font-size: 13px;
}

.pagination-sm li > a, .pagination-sm li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.form-horizontal input[type="radio"], .form-horizontal input[type="checkbox"] {
    margin-top: 0px;
}

.static-label {
    padding-top: 7px;
}


.navbar-left {
    float: left !important;
    margin: 0;
}

.navbar-nav > li {
    float: left;
}

.navbar-header {
    float: left;
}

.navbar-right {
    float: right !important;
    margin: 0;
    margin-right: -15px;
}

button[disabled], html input[disabled] {
    cursor: default;
    opacity: 0.3;
    -webkit-opacity: 0.3;
    -moz-opacity: 0.3;
    filter: alpha(opacity=30)
}

.pagination input {
    width: 30px;
    line-height: 12px;
    height: 16px;
    /*vertical-align: middle;*/
}

.panel-primary .form-header {
    border-left: solid 4px #d9534f;
    padding-left: 10px;
    margin: 9px 25px;
    color: #656565;
}

select.form-control {
    padding: 0px 0px 0px 8px;
    outline: 0;
}

.rateStartList, .rateStartList > li {
    list-style: none;

}

.rateStartList > li {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('../images/star-off.png') no-repeat top left;
    margin: 0 5px;
    cursor: pointer;
}

.rateStartList > li input[type='radio'] {
    display: none;
}


.companyLogo{
    color:#ffffff;
    background:#75c8e3;
    display:block;
    padding:10px 20px;
    border-radius:5px;
    text-align: center;
    font-size:13px;
    margin:15px 20px;

}


.page-header{
    padding-bottom:0;
}


.panel-no-border{
    box-shadow:none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.panel-no-border .panel-body{
    padding:0px;
}


.panel-no-border .panel-body .panel-container{
    padding:15px;
 }

.home_user_login_infos{
    position:relative;
}
.home_user_login_infos >div{
    display: inline-block;
    float:left;
}

.home_user_login_infos >div.leftcol{
    width:100px;
}

.home_user_login_infos >div.centercol{
 position:absolute;
    left:100px;
    right:120px;
    top:0px;
    overflow:hidden;

}

.home_user_login_infos >div.rightcol{
   float:right;
    width:120px;

}
.seperator_line{
    border-top:solid 1px #E8E8E8;
    width:100%;
    display: block;
}

.home_warning_icon{
    display:inline-block;
    height:60px;
    width:60px;
    border-radius:60px;
    font-size:30px;
    color:#ffffff;
    line-height:60px;
    vertical-align: middle;
    text-align: center;
    float:left;

}

.nav-pills.nav-notify > li.active > a, .nav-pills.nav-notify > li.active > a:hover, .nav-pills.nav-notify > li.active > a:focus {
    color: #40a8dc;
    background-color: transparent;
}


.breadcrumb{
    background:transparent;
}

.breadcrumb a{
    color: #757373;
}



.alertContainer{
    position:relative;
    color:#3ec107;
}

.alertContainer .glyphicon{
    position:absolute;
    top:0;
    left:0;
    font-size:1.5em;
}

.alertContainer .successTitle {
    font-size:1.4em;
    color:#5a5959;
    font-family: SimHei,"microsoft yahei","Microsoft JhengHei", "Times New Roman", "宋体", Times, serif;
    margin-left:2em;
    font-weight: bold;
    display: inline-block;

}

.alertContainer .successTitle p{
    font-size:13px;
    color: #9c9b9b;
    font-weight: normal;
    margin-top:5px;

}

.alertContainer .alert_btn_area{
    margin-left:2em;
}

.steps{
    list-style: none;
    display: block;
    width:100%;

}

.steps>li {
    display: inline-block;
    float:left;
    margin:0;
    padding:0;
    width:33.33333%;
    text-align: center;
    position: relative;

}

.steps .overd{
    color:#3399cc;
}


.steps .stepTitle{
    font-size:1.1em;
    color:#999999;
}
.steps .blue_circle{
    border:solid 3px #3399cc;
    border-radius:100%;
    display: inline-block;
    height:30px;
    width:30px;
    text-align: center;
    color:#3399cc;
    line-height: 30px;
    vertical-align: middle;
    margin-right:10px;
    float:left;

}

.steps .stepContainer{
    position:relative;
    display: inline-block;
    text-align:left;
}

.steps .blue_circle .glyphicon {
    top:-1px;

}
.steps .active .stepTitle {
    color: #656363;
    font-weight: bold;
    line-height: 30px;
}


.steps .active .blue_circle{
    border:none;
    background-color:#3399cc;
    color:#ffffff;
    font-weight: bold;
}
.steps .passed .blue_circle{
    font-weight: bold;
    line-height: 24px;
}
.steps .passed .stepTitle {
    line-height: 30px;
}


.steps .wait .blue_circle{
    border: solid 3px #b1b0b0;
    color: #b1b0b0;
    font-weight: bold;
    line-height: 24px;
}
.steps .wait .stepTitle {
    line-height: 30px;
}

.steps li:before,.steps li:after{
    display: inline-block;
    content: '';
    position: absolute;
    top: 15px;
    width: 60px;
    height: 2px;
    right: 0;
    background: #e8e8e8;

}



.steps li:before{
    left:0;
}


.steps li.active:before,.steps li.prev:after{
    background: #3399cc;

}
.steps li.passed:before,.steps li.prev:after{
    background: #3399cc;

}

.steps li.prev:before,.steps li.prev:after{
    background: #3399cc;

}

.steps li.first:before,.steps li.last:after{
    display: none;
}


.nav > li > a {
    padding: 5px 10px;
}

.form-control-text{
    margin-top:8px;
    display:inline-block;
}



.advanceSearchConditionArea1 {
    background-color: #ffffff;
    margin-bottom: 20px;
    display: none;
}

.advanceSearchConditionArea1 .page-header {
    margin: 0px;
    border: 0;
    padding: 0px;
}

.advanceSearchConditionArea1 .advanceSearchDiv {
    font-size: 11px;
}

.advanceSearchConditionArea1 .advanceSearchDiv a, .advanceSearchConditionArea1 .advanceSearchDiv button {
    font-size: 11px;
}

.advanceSearchConditionArea1 .advanceSearchDiv .form-control {
    border-width: 1px;
    height: 28px;
    font-size: 11px;
}

.advanceSearchConditionArea1 .advanceSearchDiv .control-label {
    padding: 0px;
    padding-top: 5px;
}

.advanceSearchConditionArea1 .advanceSearchDiv .btn {
    border: 1px solid #dce4ec;
}

.advanceSearchConditionArea1 .advanceSearchDiv .panel-body {
    padding-top: 0px;
    overflow: hidden;

}

.advanceSearchConditionArea1 .advanceSearchDiv .panel-footer {
    border-top: solid 1px #eee;
    background-color: #F9F9F9;
}

.advanceSearchConditionArea1 .advanceSearchDiv .panel-footer .form-group + .form-group {
    padding: 0px 10px;
}

.advanceSearchConditionArea1 .advanceSearchDiv .label {
    margin: 5px;
    display: inline-block;
    padding: 5px 5px;
    background-color: #ffffff;
    color: #6F6F6F;
    border-color: #F1C40F;
}

.advanceSearchConditionArea1 .advanceSearchDiv .label .removeIcon {
    margin-right: 4px;
    color: #F1C40F;
}


.btnDiv .form-control{
    border-width: 1px;
    height: 28px;
    font-size: 11px;
}

.table-responsive{
    border:solid 1px #f1f1f1;
}
.table-responsive thead {
    background-color: #f7f6f6;
}
a.more{
    cursor:pointer;
}

.form-control {
    font-size:12px;
}

.nav-notify li a {
    padding: 10px 12px;
}

#toggleSidebar{
    position: fixed;
    top: 50%;
    left: 16.66666667%;
    z-index: 100;
    font-size:20px;
    color: #06567d;
    margin-top:-10px;
    cursor:pointer;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.smallBar #toggleSidebar{

    left: 9.33333333%;
}

.toFinishDwInfo {
    position:fixed;
    left:0;
    bottom:0;
    top:0;
    right:0;
    background:#ffffff;
    z-index: 999;
}

.toFinishDwInfoContainer{
    position:absolute;
    left:0;
    bottom:0;
    top:0;
    right:0;
    background:#ffffff;
    z-index: 1000;
}


table.table th{
    padding: 0px;
    margin: 0px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.imgView{
    min-width: 180px;
    margin-bottom: 15px
}
.imgView > img{
    width:150px;
    height:150px;
    cursor: pointer;
}
.imgView > .close{
    position: absolute;
    left: 149px;
    top:0px;
}

@media screen and  (min-width: 1100px) {
    .navbar-homepage {
        right: 0;
        left: 0;
        border-radius: 0;
        top: 0;
        border-width: 0px;
    }

}


@media screen and  (max-width: 1100px) {
    .navbar-homepage {
        right: 0;
        left: 0;
        border-radius: 0;
        top: 0;
        border-width: 0px;
        margin-left:200px;
    }

    .sidebar{
        min-width:200px;
    }

}
