
html,body,div,p,h1,h2,h3,h4,h5,h6,p,ol,li,ul,dl,dt,dd,form,input{
    margin:0;
    padding: 0;
    list-style: none;
}
img{
    border: 0;
}
html,body {
    width: 100%;
    height: 100%;
    background: #edeff0;
    font-family: "Microsoft YaHei",'Open Sans', sans-serif;
    color: #333333;
    line-height: 20px;
    font-size: 14px;
    transition: all 0.5s ease;
}
input, select, textarea {
    font-family: "Microsoft YaHei",'Open Sans', sans-serif;
    color: #333333;
}
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    background: #FFFFFF;
}
input:focus, select:focus, textarea:focus{
    outline: none;
}
a {
    color: #333333;
    text-decoration: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
a:focus, a:active, a:hover {
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #333333;
    text-decoration: none;
}
h1, h2, h3, h4, h5 {
    font-family: "Microsoft YaHei",'Open Sans', sans-serif;
    line-height: 34px;
}
.mtop10 {
    margin-top: 10px;
}
hr {
    border-color: #ddd;
}
/*bootstrap样式重置*/
.nav-stacked > li + li {
    margin-top: 1px;
}
.nav > li > a:hover, .nav > li > a:focus {
    background-color: #00162b;
    text-decoration: none;
}
.panel {
    border: none;
    overflow:hidden;
}
.row_border{
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 2px 5px;
    margin: 5px 0;
}
.panel-body{
    overflow: auto;
}
.panel-heading {
    border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
    padding: 15px;
    text-transform: uppercase;
    color: #333333;
    font-size: 14px;
    border-radius: 14px 0 0 0;
}
.form-list{
    background: #ffffff;
    margin-bottom: 20px;
}
/*dropdown select bg*/

.dropdown-menu {
    box-shadow: none;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #424F63;
    color: #FFFFFF;
    text-decoration: none;
}
/*table*/
.panel-body .table{
    min-width: 800px;
}
.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 6px;
    vertical-align: middle;
    text-align: center;
    max-width: 260px;
    overflow: hidden;
}
.table thead{
    background: #f5f9fd;
    color: #276ab0;
}
.table-striped>tbody>tr:nth-child(odd)>td{
    background: #f8f9fa;
}
.table tbody > tr >td a{
    color: #276ab0;
    cursor: pointer;
}

/*modal*/
.modal{
    overflow: hidden;
}
.modal-dialog{
    top:20%;
    float: left;
    position: relative;
    z-index: 1200;
    left: 50%;
    width:auto!important;
    max-width: 1000px;
    min-width: 700px;
}
.modal-content {
    box-shadow: none;
    border: none;
    border-radius: 16px;
    -webkit-border-radius: 16px;
    overflow: hidden;
    padding-bottom: 30px;
    position: relative;
    left: -50%;
    width: auto;
    height: auto;
}

.modal-header {
    background: #eeeeee;
    color: #333333;
    font-size: 20px;
    text-align: center;
    border-radius: 16px 16px 0 0;
    -webkit-border-radius: 16px 16px 0 0;
    border: none;
}

.modal-header .close {
    color: #333333;
    opacity: 1;
    font-weight: 700;
}
.modal-header .close:hover {
    opacity: 1;
}
.modal-body{
    max-height: 500px;
    overflow-y: auto;
}
.modal-body>img{
    width: 100%;
}
.modal-body table{
    margin-bottom: 30px;
}
.modal-body .row{
    margin:8px 0 28px;
}
.modal-content div.pull-right{
    margin-right: 20px;
}
/*body*/
.sticky-header .logo {
    position: fixed;
    top: 0;
    left: 0;
    width: 240px;
    z-index: 100;
    background: #00162b;
}
.sticky-header .logo img{
    border: 0;
}
.sticky-header .header-section {
    position: fixed;
    top: 0;
    left: 240px;
    width: 100%;
    z-index: 100;
}
.sticky-header .main-content {
    padding-top: 50px;
}
.sticky-header .menu-right {
    margin-right: 255px;
}

.sticky-header.left-side-collapsed .header-section {
    left: 52px;
    height: 51px;
}

.sticky-header.left-side-collapsed .menu-right {
    margin-right: 67px;
}
/*---------------------------------
            LEFT SIDE
----------------------------------*/

.left-side {
    width: 240px;
    position: absolute;
    top: 0;
    left: 0;
    background: #00162b;
}

.sticky-left-side {
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 100;
}

.sticky-left-side .custom-nav {
    margin-top: 70px;
}

.left-side-collapsed .sticky-left-side {
    overflow-y: visible;
}

.logo {
    padding-top: 15px;
    height: 50px;
}

.logo a {
    font-size: 28px;
    color: #fff;
    margin: 0 0 0 20px;
    text-decoration: none;
    display: inline-block;
}

.logo-icon {
    display: none;
}
.left-side-collapsed .logo-icon {
    margin: 10px 0 10px 25px;
    height: 30px;
    display: inline-block!important;
}
.left-side-collapsed .logo-icon img{
    height: 100%;
    border: 0;
}
.left-side-inner {
    padding: 0px;
    margin-bottom: 50px;
}
.custom-nav {
    margin-bottom: 10px;
}

.custom-nav > li > a {
    color: #fff;
    padding: 12px 20px;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.custom-nav > li > a:hover,
.custom-nav > li > a:active {
    color: #f8b62d;
    border-radius: 0;
    -webkit-border-radius: 0;
}

.custom-nav > li.menu-list > a {
    background: transparent url(../images/plus-white.png) no-repeat 93% center;
}

.custom-nav > li.menu-list > a:hover {
    background-image: url(../images/plus.png);
}

.custom-nav > li.nav-active > a {
    background-image: url(../images/minus.png);
    color: #f8b62d;
}

.custom-nav > li.nav-active > ul{
    display: block;
}

.custom-nav > li.nav-active > a:hover {
    background-image: url(../images/minus.png);
}

.custom-nav > li.active > a,
.custom-nav > li.active > a:hover,
.custom-nav > li.active > a:focus {
    background-color: #353f4f;
    color: #f8b62d;
}

.custom-nav > li.menu-list.active > a {
    background-image: url(../images/plus.png);
}

.custom-nav > li.nav-active.active > a {
    background-image: url(../images/minus.png);
}

.custom-nav > li.nav-active.active > a:hover {
    background-image: url(../images/minus.png);
}

.custom-nav li .fa {
    font-size: 16px;
    vertical-align: middle;
    margin-right: 10px;
    width: 16px;
    text-align: center;
}

.custom-nav .sub-menu-list {
    list-style: none;
    display: none;
    margin: 0;
    padding: 0;
    background: #353f4f;
    z-index: 144;
}

.custom-nav .sub-menu-list > li > a {
    color: #fff;
    font-size: 13px;
    display: block;
    padding: 10px 5px 10px 50px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.custom-nav .sub-menu-list > li > a:hover,
.custom-nav .sub-menu-list > li > a:active,
.custom-nav .sub-menu-list > li > a:focus {
    text-decoration: none;
    color: #f8b62d;
    background: #2a323f;
}

.custom-nav .sub-menu-list > li .fa {
    font-size: 12px;
    opacity: 0.5;
    margin-right: 5px;
    text-align: left;
    width: auto;
    vertical-align: baseline;
}

.custom-nav .sub-menu-list > li.active > a {
    color: #00162b;
    background-color: #f8b62d;
}

.custom-nav .sub-menu-list ul {
    margin-left: 12px;
    border: 0;
}

.custom-nav .menu-list.active ul {
    display: block;
}
.left-side-collapsed .logo {
    display: none;
}
.left-side-collapsed .sub-menu-list{
    display: none;
}
.left-side-collapsed .header-section {
    margin-left: 0px;
}

.left-side-collapsed .left-side {
    width: 52px;
    top: 52px;
}

.left-side-collapsed .left-side-inner {
    padding: 0;
}

h5.left-nav-title {
    margin-left: 10px;
    color: #fff;
}

.left-side-collapsed .custom-nav {
    margin: 2px 0 20px 0;
}

.left-side-collapsed .custom-nav li a {
    text-align: center;
    padding: 10px;
    position: relative;
}

.left-side-collapsed .custom-nav > li.menu-list > a {
    background-image: none;
}

.left-side-collapsed .custom-nav li a span {
    position: absolute;
    background: #f8b62d;
    padding: 10px;
    left: 52px;
    top: 0;
    min-width: 173px;
    text-align: left;
    z-index: 100;
    display: none;
}
.left-side-collapsed .toggle-btn{
    background: #00162b;
    color: #FFFFFF;
    position: absolute;
    left: -52px;
    top: 0;
}
.left-side-collapsed .custom-nav li a span:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #f8b62d;
    border-width: 6px;
    margin-top: -6px;
}

.left-side-collapsed .custom-nav li.active a span {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.left-side-collapsed .custom-nav ul,
.left-side-collapsed .custom-nav .menu-list.nav-active ul {
    display: none;
}

.left-side-collapsed .custom-nav .menu-list.nav-hover ul {
    display: block;
}

.left-side-collapsed .custom-nav > li.nav-hover > a,
.left-side-collapsed .custom-nav > li.nav-hover.active > a {
    background: #fff;
    color: #424F63;
}

.left-side-collapsed .custom-nav li.nav-hover a span {
    display: block;
    color: #fff;
}

.left-side-collapsed .custom-nav li.nav-hover.active a span {
    background: #f8b62d;
    color: #fff;
}

.left-side-collapsed .custom-nav li.nav-hover ul {
    display: block;
    position: absolute;
    top: 40px;
    left: 53px;
    margin: 0;
    min-width: 172px;
    background: #00162b;
    z-index: 100;
    -moz-border-radius: 0 0 2px 0;
    -webkit-border-radius: 0 0 2px 0;
    border-radius: 0 0 2px 0;
}

.left-side-collapsed .custom-nav ul a {
    text-align: left;
    padding: 6px 10px;
    padding-left: 10px;
}
.left-side-collapsed .custom-nav li a i {
    margin-right: 0;
}
.left-side-collapsed .main-content {
    margin-left: 52px;
}
.left-side-collapsed .left-side{
    overflow: visible !important;
}
/*HEADER SECTION*/
.header-section {
    background: #fff;
    border-bottom: 1px solid #eff0f4;
}

.header-section::after {
    clear: both;
    display: block;
    content: '';
}
.toggle-btn {
    width: 52px;
    height: 52px;
    font-size: 20px;
    padding: 15px;
    cursor: pointer;
    float: left;
    color: #212121;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.toggle-btn:hover {
    background: #FFFFFF;
    color: #333;
    border-right-color: #f8b62d;
}
.menu-right {
    /*float: right;*/
    margin-right: 15px;
    width:auto;
    position: absolute;
    right:0;top: 0;
}
.notification-menu {
    list-style: none;
    height: 100%;
}

.notification-menu > li {
    display: inline-block;
    float: left;
    position: relative;
}

.notification-menu > li > a > i {
    margin-top: 6px;
}

.notification-menu .dropdown-toggle {
    padding: 16px 10px;
    border-color: #fff;
    background: #fff;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    line-height: 50px;
}

.notification-menu .dropdown-toggle:hover,
.notification-menu .dropdown-toggle:focus,
.notification-menu .dropdown-toggle:active,
.notification-menu .dropdown-toggle.active,
.notification-menu .open .dropdown-toggle.dropdown-toggle {
    background: #00162b;
    color: #f8b62d;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.notification-menu .dropdown-menu {
    border: 0;
    margin-top: 0px;
    -moz-border-radius: 2px 0 2px 2px;
    -webkit-border-radius: 2px 0 2px 2px;
    border-radius: 2px 0 2px 2px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px;
}

.notification-menu .dropdown-menu:after {
    border-bottom: 6px solid #00162b;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    content: "";
    display: inline-block;
    right: 10px;
    position: absolute;
    top: -6px;
}

.notification-menu .dropdown-menu li {
    display: block;
    margin: 0;
    float: none;
    background: none;
    padding: 15px;
}

.notification-menu .dropdown-menu-usermenu li {
    padding: 0;
}
.notification-menu .dropdown-menu li a {
    color: #fff;
    font-size: 13px;
    display: block;
    width:100%;
    overflow: hidden;
    padding: 7px 10px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-transition: all 0.2s ease-out 0s;
    -webkit-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}
.notification-menu .dropdown-menu li a:hover {
    background: #00162b;
    color: #f8b62d;
}
.notification-menu .dropdown-menu li i {
    font-size: 11px;
    margin-right: 5px;
}
.notification-menu .dropdown-menu-usermenu {
    background: #00162b;
    min-width: 200px;
}
/*MAIN CONTENT*/
.main-content {
    margin-left: 240px;
    background: #edeff0;
}
.page-heading {
    padding: 0 15px;
    position: relative;
}
.page-heading h3 {
    color: #333333;
    font-size: 20px;
    font-weight: normal;
    margin:0 0 20px;
}
.wrapper {
    padding: 15px;
}
.wrapper::after {
    clear: both;
    display: block;
    content: '';
    margin-bottom: 30px;
}
/*面包屑*/
.bread-list{
    position: relative;
}
.breadcrumb{
    background: #ffffff;
    border-radius: 0;
    border-left: 8px solid #f8b62d;
    overflow: hidden;
}
.breadcrumb >li{
    float: left;
}
.breadcrumb li a:hover,.breadcrumb li a:focus{
    color:#333;
    cursor: text;
}
.breadcrumb>.active{
    color: #276ab0;
}
.bread-mess{
    position: absolute;
    right:20px;
    bottom:0;
    line-height: 36px;
}
.text-danger{
    color: red!important;
}
.model-info{
    display:none;
}
/*alert提醒*/
.alert{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    position: fixed;
    top:0;
    left: 0;
    display: none;
    z-index: 11000;
}
.alert-box{
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom:0;
    width: 420px;
    height: 280px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 5px #aaa;
    text-align: center;
    overflow: hidden;
}
.alert-box h3{
    width: 100%;
    height: 50px;
    background: #eeeeee;
    text-align: center;
    line-height: 50px;
    letter-spacing: 2px;
    font-size: 20px;
    color: #333333;
}
.alert-box .alert-info{
    padding: 30px 20px;
    text-align: center;
    color:#000000;
    font-size: 20px;
    line-height: 30px;
    background: none;
    border: 0;
    word-break: break-all;
}

.alert-box button,.reset button{
    display: inline-block;
    margin: 20px 20px 0;
    border-radius: 5px;
    width: 160px;
    height: 40px;
    border:0;
    outline:none;
    font-size: 18px;
}

.alert.sure button.no,.reset button.cancel{
    border: 1px solid #00162b;
}
.success-info{
    text-align: center;
    font-size: 20px;
    color: #000;
}

/*切换平台*/
.terrace{
    width: 600px;
    min-height: 400px;
    background: #FFFFFF;
    position: absolute;
    margin: 0 auto;
    left: 50%;
    margin-left: -347px;
    top: 10%;
    border-radius: 10px;
    box-shadow: 0 0 5px #aaa;
}
.terrace .platform_delete {
    position: absolute;
    right: 10px;
    top: 6px;
    color: #ffffff;
    font-size: 20px;
    z-index: 101;
    cursor: pointer;
}
.terrace .terrace-info{
    width: 100%;
    line-height: 64px;
    background: #276ab0;
    color: #FFFFFF;
    line-height: 64px;
    text-align: center;
    font-size: 20px;
    border-radius: 10px 10px 0 0;
}
.terrace .terrace-body{
    padding: 40px 100px 0;
    max-height:500px;
    overflow-y: auto;
}
.company-box li{
    margin-bottom: 40px;
}
.headquarters{
    max-width: 280px;
    height: 38px;
    line-height: 38px;
    text-align: left;
    padding: 0 20px;
    color: #333333;
    font-size: 16px;
    background: #f5f9fd url("../images/up.png") no-repeat 95% center;
    border-radius: 10px;
    border: 1px solid #b2d2f2;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.headquarters.down{
    background: #f5f9fd url("../images/down.png") no-repeat 95% center;
}
.company-box li.active .parcel{
    display: block;
}
.company-box .parcel{
    padding-top:22px;
    padding-left: 22px;
    display: none;
}
.company-box .parcel li{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
}
.company-box .parcel span{
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #276ab0;
    border-radius: 6px;
    vertical-align: middle;
    margin-right: 12px;
}
.company-box .parcel span.checked{
    background: #276ab0 url("../images/checked.png") no-repeat center;
}
/*修改密码*/
.reset{
    display: none;
}
.forget-box{
    position: absolute;
    margin: auto;
    left: 0;
    top: 0;
    right: 0;
    bottom:0;
    width: 440px;
    height: 360px;
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 0 5px #aaa;
    z-index: 201;
    text-align: center;
}
.forget-box .title{
    width: 100%;
    font-size: 20px;
    line-height: 60px;
    color: #333333;
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
.forget-box .list{
    width: 280px;
    margin: 0 auto;
}
.forget-box .list .panel{
    width: 100%;
    height: 40px;
    margin-bottom: 20px;
    border-radius: 20px;
    border:1px solid #dcdcdc;
    color: #999999;
    overflow: hidden;
    padding-left:20px;
}
.forget-box .list .phone input{
    width:100%;
    height: 38px;
    border:0;
    outline:none;
    font-size: 18px;
}
.forget-box button.submit{
    background: #dcdcdc;
}
.forget-box .submit.submit-enable{
    background: #f8b62d;
}
.forget-box .tooltip{
    width: 340px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    border-radius: 20px;
    font-size: 16px;
    position: absolute;
    left:50px;
    top: -50px;
    padding-left:50px;
    background:#303030 url("../images/light.png") no-repeat 60px 8px;
    display: none;
    opacity: 1;
}
.forget-box .tooltip img{
    width: 18px;
}
/*返回顶部*/
#return_top{
    position: fixed;
    right: 15px;
    bottom: 101px;
    display: none;
    width: 50px;
    height: 50px;
    background: #00162b;
    z-index: 999;
    cursor: pointer;
    border-radius: 10px;
}
#return_top img{
    width: 40px;
    margin: 5px 5px 0;
    border: 0;
}

/* Buttons
=================================================================== */
.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    text-shadow: none;
    color: #484848;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
    outline: none;
}
.btn {
    white-space: normal;
}
.btn i {
    margin-top: 2px;
}
.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    color: #333;
    background-color: transparent;
    border-color: #e3e6f3;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-image: transparent;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
    background-color: #fff;
    border-color: #ccc;
}
.btn-default .badge {
    color: #fff;
    background-color: #333;
}
.btn-primary {
    color: #fff;
    background-color: #34495E;
    border-color: #435D78;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #435D78;
    border-color: #285e8e;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #34495E;
    border-color: #435D78;
}
.btn-primary .badge {
    color: #34495E;
    background-color: #fff;
}
.btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    color: #fff;
    background-color: #449d44;
    border-color: #398439;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-image: none;
}
.btn-success.disabled,
.btn-success[disabled],
fieldset[disabled] .btn-success,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled:active,
.btn-success[disabled]:active,
fieldset[disabled] .btn-success:active,
.btn-success.disabled.active,
.btn-success[disabled].active,
fieldset[disabled] .btn-success.active {
    background-color: #5cb85c;
    border-color: #4cae4c;
}
.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}
.btn-info {
    color: #fff;
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #31b0d5;
    border-color: #269abc;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-image: none;
}
.btn-info.disabled,
.btn-info[disabled],
fieldset[disabled] .btn-info,
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled:active,
.btn-info[disabled]:active,
fieldset[disabled] .btn-info:active,
.btn-info.disabled.active,
.btn-info[disabled].active,
fieldset[disabled] .btn-info.active {
    background-color: #5bc0de;
    border-color: #46b8da;
}
.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}
.btn-warning {
    color: #fff;
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #ec971f;
    border-color: #d58512;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-image: none;
}
.btn-warning.disabled,
.btn-warning[disabled],
fieldset[disabled] .btn-warning,
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled:active,
.btn-warning[disabled]:active,
fieldset[disabled] .btn-warning:active,
.btn-warning.disabled.active,
.btn-warning[disabled].active,
fieldset[disabled] .btn-warning.active {
    background-color: #f0ad4e;
    border-color: #eea236;
}
.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}
.btn-danger {
    color: #fff;
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-image: none;
}
.btn-danger.disabled,
.btn-danger[disabled],
fieldset[disabled] .btn-danger,
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled:active,
.btn-danger[disabled]:active,
fieldset[disabled] .btn-danger:active,
.btn-danger.disabled.active,
.btn-danger[disabled].active,
fieldset[disabled] .btn-danger.active {
    background-color: #d9534f;
    border-color: #d43f3a;
}
.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}
.btn-link {
    font-weight: normal;
    color: #34495E;
    cursor: pointer;
    border-radius: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    border-color: transparent;
}
.btn-link:hover,
.btn-link:focus {
    color: #2a6496;
    text-decoration: underline;
    background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
    color: #777;
    text-decoration: none;
}
.btn-inverse {
    color: white;
    background: #444444;
    border: 1px solid #444444;
}
.btn-inverse:hover,
.btn-inverse.disabled,
.btn-inverse[disabled] {
    background-color: #2b2b2b;
    border-color: #2b2b2b;
    color: white;
}
.btn-inverse:active,
.btn-inverse.active {
    background-color: #252525;
    border-color: #252525;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}
.btn-group-vertical > .btn-group > .btn {
    float: none;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}
.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.file-input {
    height: 35px;
    border: 0px;
    padding: 0;
    margin-left: 10px;
    margin-bottom: 5px;
    -webkit-box-shadow: none;
}

.select4_box{border: 1px solid #5897fb;position: absolute;width:250px;background: #fff;
             border-radius: 4px;-webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
             box-shadow: 0 4px 5px rgba(0, 0, 0, .15);z-index: 9999;}
.select4_box ul{padding: 0px;margin: 5px;}
.select4_box ul li{list-style: none;padding: 3px 7px 4px; cursor: pointer;}
.select4_box ul li:hover{background: #51A9A9;color: #fff;}
.select4_box ul li.active{background: #3875d7;
                          color: #fff;}

.preview-task-step{
    width: 300px; 
    /*height: 400px;*/
    /*bottom:178px;*/
    top: 30%;
    right:-332px;
    position: absolute;
    border:1px solid;
}
.red-cover{
    right: 10px;
    position: absolute;
    bottom: 451px;
}


.red-cover img{
    height: 100px;
    border: 0;
}
.left-btn,
.right-btn{
    z-index: 99999999;
    width:auto;
}
.left-btn{
    position: absolute;
    bottom: 280px;
    right: 271px;
}
.right-btn{
    /*    position: fixed;
        bottom: 200px;
        right: 30px;*/
    position: absolute;
    bottom: 280px;
    right: -24px;
}
.left-btn img{
    width:50px;
    float:left;
}
.right-btn img{
    width:50px;
    float:right;
}
.alert-pic-code p{
    padding-top:8px;
    color:#fff;
    font-size:15px;
}