﻿/*Navbar-Plus ��������*/
.navbar-plus {
  border: none;
  border-radius: 0;
  background-color: #FFFFFF;
  height: 44px;
  min-height: 44px;
}
.navbar-plus {
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15);
}
.navbar-plus .navbar-header {
  margin-right: 5em;
}
@media(max-width: 1024px){
  .navbar-plus .navbar-header {
    margin-right: 0;
  }
}
.navbar-plus .navbar-brand {
  height: 44px;
  padding: 0;
  width: 44px;
  vertical-align: top;
}
.navbar-plus .navbar-brand img {
  height: 100%;
}
.ext-nav-right {
  float: right;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ext-nav-right > li {
  border-right: 1px solid #E0E0E0;
  float: left;
  padding: 0;
}
.ext-nav-right > li:first-child {
  border-left: 1px solid #E0E0E0;
}
.ext-nav-right .fa {
  color: #BDBDBD;
  display: block;
  font-size: 20px;
  padding: 12px 15px;
  text-align: center;
  text-decoration: none;
}
.ext-nav-right .fa:hover {
  color: #727272;
}
.ext-nav-right .active {
  color: #259B24;
  text-shadow: 0 0 5px #259B24;
}
.ext-nav-right .active:hover {
  color: #056F00;
}
.ext-nav-right .ext-breath {
  -webkit-animation: msgAlert 2s infinite;
  -o-animation: msgAlert 2s infinite;
  animation: msgAlert 2s infinite;
  color: #259B24;
}
@-webkit-keyframes msgAlert {
  0% {
    color: #BDBDBD;
    text-shadow: none;
  }
  50% {
    color: #259B24;
    text-shadow: 0 0 5px #259B24;
  }
  100% {
    color: #BDBDBD;
    text-shadow: none;
  }
}
@-o-keyframes msgAlert {
  0% {
    color: #BDBDBD;
    text-shadow: none;
  }
  50% {
    color: #259B24;
    text-shadow: 0 0 5px #259B24;
  }
  100% {
    color: #BDBDBD;
    text-shadow: none;
  }
}
@-moz-keyframes msgAlert {
  0% {
    color: #BDBDBD;
    text-shadow: none;
  }
  50% {
    color: #259B24;
    text-shadow: 0 0 5px #259B24;
  }
  100% {
    color: #BDBDBD;
    text-shadow: none;
  }
}
@keyframes msgAlert {
  0% {
    color: #BDBDBD;
    text-shadow: none;
  }
  50% {
    color: #259B24;
    text-shadow: 0 0 5px #259B24;
  }
  100% {
    color: #BDBDBD;
    text-shadow: none;
  }
}
.ext-nav-right .fa-power-off {
  -webkit-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
.ext-nav-right .fa-power-off:hover {
  color: #B0120A;
  text-shadow: 0 0 5px #FB8C00;
}


.navbar-plus .navbar-center > li {
  padding: 0 10px;
}
.navbar-plus .navbar-center > li > a {
  color: #737373;
  padding: 11px 0;
}
.navbar-plus .navbar-center > li.active > a:hover {
  background-color: #FFFFFF;
  color: #262626;
}
.navbar-plus .navbar-center > li.active > a {
  background-color: #FFFFFF;
  border-bottom: 2px solid #427FED;
  color: #262626;
  font-weight: bold;
}
.navbar-plus .navbar-collapse {
  background-color: #FFFFFF;
}
.navbar-current {
  border-right: 1px solid #E0E0E0;
  color: #0091EA;
  display: block;
  float: left;
  font-size: 16px;
  line-height: 24px;
  padding: 10px 15px;
  text-decoration: none;
}
.navbar-current:hover {
  color: #0091EA;
  text-decoration: none;
}
.navbar-current .fa-angle-down {
  color: #676767;
}
@media (max-width: 768px) {
  .navbar-current {
    display: none;
  }
}
/*Navbar-Static ��̬ҳͷ��*/
.navbar-static {
  background-color: #0091EA;
  border-radius: 0;
  color: #FFFFFF;
  height: 230px;
  margin: 0;
}
.navbar-static .navbar-static-title {
  float: left;
  margin: 30px 0;
}

.navbar-static .navbar-static-title .logo {
  background: url(../images/5aoffice-logo-220-50.png) 0 0 no-repeat;
  color: #FFFFFF;
  display: block;
  font-size: 0px;
  height: 50px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
  width: 220px;
}
.navbar-static .navbar-static-title .logo:hover {
  text-decoration: none;
}
.navbar-static .navbar-static-title h1 {
  color: #00426B;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0;
  padding: 10px 0;
  text-align: right;
  text-shadow: 0 1px 0 rgba(255,255,255,0.3);
}

.navbar-static .ext-btn-reverse-default {
  display: block;
  float: right;
  margin-top: 30px;
  width: 7em;
}
.navbar-static .ext-btn-reverse-default:hover,
.navbar-static .ext-btn-reverse-default:focus,
.navbar-static .ext-btn-reverse-default:active {
  color: #0091EA;
}

/*Ext-Menu-Corp ��ҵ���˵�*/
.ext-nav-main>.ext-menu-corp>.list-group {
  margin: 0;
}
.ext-nav-main>.ext-menu-corp>.list-group>.list-group-item {
  padding: 10px 15px 10px 55px;
}
.ext-nav-main>.ext-menu-corp>.list-group-item {
  font-weight: bold;
}

/*Ext-Nav-Main ���˵�*/
.ext-nav-main {
  background-color: #FFFFFF;
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
  bottom: 0;
  left: -230px;
  position: fixed;
  top: 0;
  -webkit-transition: left 0.3s ease-out;
  -o-transition: left 0.3s ease-out;
  transition: left 0.3s ease-out;
  width: 230px;
  z-index: 1040;
}
.ext-nav-main.active {
  left: 0;
}
.ext-nav-main > .list-group {
  margin-bottom: 0;
}
.ext-nav-main > .list-group .list-group-item {
  border: none;
  border-radius: 0;
  color: #838383;
  margin-bottom: 0;
  padding-top: 15px;
  padding-bottom: 15px;
}
.ext-nav-main > .list-group > a:hover {
  cursor: pointer;
}
.ext-nav-main > .list-group .list-group-item:hover {
  background-color: #F5F5F5;
  color: #262626;
}
.ext-nav-main > .list-group .fa {
  font-size: 16px;
  margin-right: 15px;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  width: 20px;
}
.ext-nav-main > .list-group .fa-home {
  color: #E51C23;
}
.ext-nav-main > .list-group .fa-rocket {
  color: #03A9F4;
}
.ext-nav-main > .list-group .fa-tasks {
  color: #259B24;
}
.ext-nav-main > .list-group .fa-users {
  color: #E51C23;
}
.ext-nav-main > .list-group .fa-sitemap {
  color: #FF5277;
}
.ext-nav-main > .list-group .fa-user {
  color: #FF8A56;
}
.ext-nav-main > .list-group .fa-trophy {
  color: #FFC107;
}
.ext-nav-main > .list-group .fa-shopping-cart {
  color: #8BC34A;
}
.ext-nav-main > .list-group .fa-cubes {
  color: #00B0FF;
}
.ext-nav-main > .list-group .fa-dollar {
  color: #FF9800;
}
.ext-nav-main > .list-group .fa-cog {
  color: #AAAAAA;
}
.ext-nav-main > .list-group .fa-refresh {
  color: #2BAF2B;
}
.ext-nav-main > .list-group .fa-lock {
  color: #0277BD;
}
.ext-nav-main > .list-group .fa-map-marker {
  color: #F44336;
}
.ext-nav-main > .list-group .fa-dropbox {
  color: #e93270;
}
.ext-nav-main>.list-group>ul {
  display: none;
}
.ext-nav-main>.cover+.ply-menu {
  display: none;
}

@media (max-width: 1200px){
  .ext-nav-main {
    left: -500px;
    max-width: 500px;
    overflow-x: hidden;
    overflow-y: scroll;
    width: 90%;
  }
  .ext-nav-main>.list-group {
    left: 0;
    min-height: 100%;
    position: absolute;
    -webkit-transition: width 0.3s ease-out;
    -o-transition: width 0.3s ease-out;
    transition: width 0.3s ease-out;
    top: 44px;
    width: 100%;
  }
  .ext-nav-main>.ply {
    -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 3px 0 rgba(0,0,0,0.3);
    width: 50%;
  }
  .ext-nav-main>.list-group>ul {
    background-color: rgba(0,145,234,0.05);
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
  }
  .ext-nav-main>.list-group>.expand {
    -webkit-box-shadow: -3px 1px 3px 0 rgba(0,145,234,0.3);
    box-shadow: -3px 1px 3px 0 rgba(0,145,234,0.3);
  }
  .ext-nav-main>.list-group>.expand+ul {
    display: block;
  }
  .ext-nav-main>.list-group>ul>li>a {
    border-bottom: 1px solid rgba(0,145,234,0.1);
    display: block;
    padding: 10px 15px 10px 55px;
  }
  .ext-nav-main>.list-group>ul>li>a:hover,
  .ext-nav-main>.list-group>ul>li>a:focus,
  .ext-nav-main>.list-group>ul>li>a:active {
    background-color: rgba(0,145,234,0.08);
    text-decoration: none;
  }
  .ext-nav-main>.list-group>ul>li>a>.fa-angle-down {
    display: none;
  }
  .ext-nav-main>.list-group>ul>.dropdown>.open {
    -webkit-box-shadow: inset -4px 0 0 0 #42A5F5;
    box-shadow: inset 4px 0 0 0 #42A5F5;
  }
  .ext-nav-main>.cover+.ply-menu {
    display: block;
    left: 50%;
    list-style-type: none;
    margin-bottom: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: 150px;
  }
  .ext-nav-main>.cover-basic+.ply-menu {
    top: 44px;
  }
  .ext-nav-main>.ply-menu>li>a {
    border-bottom: 1px solid rgba(0,145,234,0.1);
    display: block;
    padding: 10px 15px;
  }
}

.ext-nav-main .seperator {
  border-top: 1px solid #E5E5E5;
  display: block;
  height: 1px;
}
.ext-nav-main .link {
  color: #B6B6B6;
  font-size: 12px;
  margin-right: 5px;
  text-decoration: none;
}
.ext-nav-main .link:hover {
  color: #427FED;
  text-decoration: none;
}
.ext-nav-main .cover {
  background: #C33737 url(../images/plus-cover.jpg) 0 0 no-repeat;
  height: 150px;
  overflow: hidden;
  position: relative;
}
.ext-nav-main .cover .ext-avatar-round {
  margin: 20px 0 0 20px;
}
.ext-nav-main .cover .info {
  background-color: rgba(0,0,0,0.1);
  bottom: 0;
  left: 0;
  margin: 0;
  padding: 10px 20px;
  position: absolute;
  right: 0;
}
.ext-nav-main .cover .info a {
  color: #FFFFFF;
}
.ext-nav-main .cover .info a:hover {
  color: #FFFFFF;
  text-shadow: 0 1px 2px #000000;
  text-decoration: none;
}

.ext-nav-main>.cover-basic {
  height: 44px;
}
.ext-nav-main>.cover-basic>.ext-avatar-round {
  display: none;
}
.ext-nav-main>.cover-basic>.info {
  height: 44px;
}

/*Dropdown-Menu �����˵�*/
.dropdown-menu {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-box-shadow: box-shadow: 0 6px 20px rgba(0,0,0,0.3);;
  box-shadow: box-shadow: 0 6px 20px rgba(0,0,0,0.3);;
}
.dropdown-menu>li>a {
  padding: 5px 20px;
}
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
  background-color: #03A9F4;
}

/*Ext-Office-Aside ������*/
.ext-office-aside {
  padding-top: 64px;
}
.ext-office-aside .btn-group button,
.ext-office-aside .list-group .list-group-item {
  border-radius: 0;
}
.ext-office-aside .panel {
  overflow: hidden;
}

/*Ext-Office-Content ����������*/
.ext-office-content {
  padding-top: 64px;
}

/*DateTimePicker ����ʱ��ѡ��ؼ���ʽ*/
.dtpicker[readonly], .dtpicker1[readonly], .dtpickerDate[readonly],
.date-pick[readonly], .form_datetime[readonly] {
  background-color: #FFFFFF;
  cursor: pointer;
}

.input-group-btn .btn-danger {
  background-color: #EEEEEE;
  border: 1px solid #CCCCCC;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #555555;
  line-height: 1.5;
  padding: 5px 14px;
}

.input-group-btn .btn-danger:hover {
  background-color: #C9302C;
  border-color: #AC2925;
  color: #FFFFFF;
}

/*�����ı���*/
.input-group .input-group-addon {
  border-radius: 0;
}

/*Ext-Copr-Guid ��ҵ�û�����ָ��*/
.ext-corp-guid .ext-process {
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.2);
}

/*Ext-Col-Del ����еġ�ɾ����*/
.ext-col-del>tbody>tr>td:last-child {
  text-align: center;
  width: 6em;
}
.ext-col-del>tbody>tr>td>.btn {
  background-color: #FAFAFA;
  box-sizing: content-box;
  border: none;
  color: #757575;
  font-size: 12px;
  height: 100%;
  line-height: 1.5;
  padding: 5px 0;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  text-shadow: 0 1px 0 #FFFFFF;
  width: 100%;
}
.ext-col-del>tbody>tr>td>.btn:hover,
.ext-col-del>tbody>tr>td>.btn:focus,
.ext-col-del>tbody>tr>td>.btn:active {
  color: #DD2C00;
}

/*Form �Զ�����ʽ*/
.ext-well form {
  max-width: 1100px;
}

.ext-well .control-label {
  padding-right: 0;
}

/*���ڴ���Modalҳ����form�?�ڵ����*/
.modal-body .modal-footer {
  bottom: -15px;
  margin: 0 -15px;
  padding-bottom: 0;
  position: relative;
}

/*����panel��Modal�е����
.modal-body .panel {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-body .panel>.panel-heading {
  background-color: #E1F5FE;
  border: 1px solid #B3E5FC;
}

.modal-body .panel>.panel-heading>.panel-title {
  color: #424242;
  text-align: center;
}

.modal-body .panel>.panel-heading+.panel-body {
  border: 1px solid #B3E5FC;
  border-top: none;
}*/

/*Modal�е����ݷ������*/
.modal-body>h3 {
  font-size: 18px;
  margin-top: 0;
  text-align: center;
}

/*֪ͨ�б�*/
.ext-list-notification {
  border-left: 1px solid #D0D0D0;
  box-shadow: inset 1px 0 0 0 #FFFFFF;
  margin: 0 0 0 10px;
  padding-left: 1em;
}

.ext-list-notification>li>.fa {
  color: #DB782A;
  margin : auto 1em auto -1.5em;
  text-shadow: 0 0 3px #F5F5F5;
}

/*˫selectѡ��� Ext-Select-Double*/
.ext-select-double button {
  display: block;
  margin-bottom: 10px;
  width: 100%;
}

.ext-select-double .fa {
  font-size: 16px;
}

/*������ Ext-Search-Form*/
.ext-search-form {
  border-bottom: 1px solid #EAEAEA;
  display: none;
  margin-bottom: 20px;
}
.ext-search-form .btn-warning {
  border-radius: 2px;
  min-width: 7em;
}

/*��¼ҳ*/
.ext-login-wrapper {
  margin: 0;
  overflow: hidden;
}

.ext-login-wrapper .width-guard {
  max-width: 1181px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
.ext-login-wrapper .width-guard:before,
.ext-login-wrapper .width-guard:after {
  content: ' ';
  display: table;
}
.ext-login-wrapper .width-guard:after {
  clear: both;
}

.ext-login-header {
  -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
  box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
  position: relative;
  z-index: 1;
}

.ext-login-header-text {
  color: #9E9E9E;
  font-size: 14px;
  text-align: right;
}

.ext-login-header-text a,
.ext-login-header-text>span {
  color: #616161;
  display: inline-block;
  line-height: 44px;
  margin: 28px 10px 28px 0;
}

.ext-login-header-text>.android-download {
  border: none;
  color: #FFFFFF;
  height: 44px;
  line-height: 35px;
  padding: 5px;
}

.ext-login-header-text>.android-download>.fa-android {
  font-size: 2em;
  text-shadow: 1px 1px 0 #888888;
}

.ext-login-footer {
  overflow: hidden;
  padding: 15px 0;
}

.ext-login-footer-logo {
  height: 45px;
}

.ext-login-footer-text {
  color: #959595;
  font-size: 12px;
  line-height: 45px;
  text-align: right;
}

.ext-login-footer-text a,
.ext-login-footer-text span {
  color: #959595;
  margin: 0 5px;
}

.ext-login-bg {

  background:url(../images/bg.jpg) top center;
  background-position:center;
  background-repeat: no-repeat;

  overflow: hidden;
  position: relative;
}

.ext-login-logo {
  margin: 28px 0;
}

.ext-login-title img {
  display: block;
  margin: 150px auto 20px auto;
  max-width: 100%;
}

@media(max-width: 768px){
  .ext-login-title h1 {
    font-size: 4em;
  }

  .ext-login-title img {
    margin-top: 30px;
  }

  .ext-login-title p {
    letter-spacing: 0.5em;
  }
}

.ext-login-app {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 210px;
}

.ext-login-app li {
  position: relative;
}

.ext-login-app li div {
  display: none;
  position: absolute;
  right: 85px;
  top: 0;
}

.ext-login-app a {
  background: rgba(255,255,255,0.3);
  border-top-left-radius: 40px;
  border-bottom-left-radius: 40px;
  display: block;
  font-size: 50px;
  height: 80px;
  line-height: 80px;
  margin-bottom: 15px;
  width: 80px;
  text-align: center;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.ext-login-app .active a {
  border-radius: 0;
}

.ext-login-app .active div {
  border: 1px solid rgba(255,255,255,0.6);
  background: rgba(255,255,255,0.3);
  -webkit-box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
  box-shadow: 0 0 2px 0 rgba(0,0,0,0.3);
  padding: 5px;
}

.ext-login-app .apple:hover {
  color: #FFFFFF;
  text-shadow: 0 0 5px #FFFFFF;
}

.ext-login-app .android:hover {
  color: #009900;
  text-shadow: 0 0 5px #90BE4E;
}

.ext-login-btn {
  width: 100%;
}

.ext-login-panel {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
  margin: 74px 0 50px 0;
}

@media(max-width: 768px){
  .ext-login-panel {
    margin-top: 0;
  }
}

.ext-login-panel>.tab-content {
  background: #FFFFFF;
  padding: 15px 20px;
}

.ext-login-panel>.tab-content .form-control {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 14px;
  font-weight: 400;
  height: 40px;
}

.ext-login-panel>.tab-content .has-feedback .form-control {
  padding-left: 40px;
  padding-right: 0;
}

.ext-login-panel>.tab-content .has-feedback .form-control-feedback {
  color: #B5B5B5;
  height: 40px;
  left: 15px;
  line-height: 40px;
  right: auto;
  top: 0;
}

.ext-login-panel>.tab-content .btn {
  border-radius: 2px;
  font-size: 18px;
  letter-spacing: 5px;
}

.ext-login-panel>.nav-tabs {
  border-bottom: none;
  overflow: hidden;
}

.ext-login-panel>.nav-tabs li {
  margin: 0;
  width: 50%;
}

.ext-login-panel>.nav-tabs a {
  background-color: rgba(0, 0, 0, 0.3);
  border: none;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 18px;
  letter-spacing: 5px;
  line-height: 1.9;
  margin: 0;
  padding: 0;
  text-align: center;
}

.ext-login-panel>.nav-tabs>li>a:hover,
.ext-login-panel>.nav-tabs>li>a:focus,
.ext-login-panel>.nav-tabs>li>a:active {
  border: none;
  background-color: rgba(255, 255, 255, 0.6);
  color: #0B7ED4;
}

.ext-login-panel>.nav-tabs>.active>a,
.ext-login-panel>.nav-tabs>.active>a:hover,
.ext-login-panel>.nav-tabs>.active>a:focus,
.ext-login-panel>.nav-tabs>.active>a:active {
  background-color: #FFFFFF;
  border: none;
  color: #0B7ED4;
  font-weight: bold;
}


.ext-login-panel .ext-login-vcode img {
  cursor: pointer;
  display: block;
  position: absolute;
  right: 20px;
  top: 4px;
}

.ext-login-panel .ext-login-vcode .col-xs-12 {
  position: relative;
}

.ext-login-panel .ext-login-link a {
  color: #9E9E9E;
  display: inline-block;
  font-size: 16px;
}

.ext-login-panel .ext-login-link a:hover {
  color: #0091EA;
}

/*Start �������⣬��ʹ��ʱע�͵�
.ext-login-panel {
  background-color: #D30713;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 2px solid #F5D487;
  position: relative;
  z-index: 1;
}
.ext-login-panel:before,
.ext-login-panel:after,
.ext-login-panel>.nav-tabs:before,
.ext-login-panel>.nav-tabs:after {
  background-repeat: no-repeat;
  background-color: #D30713;
  content: ' ';
  display: block;
  height: 43px;
  position: absolute;
  width: 43px;
}
.ext-login-panel>.nav-tabs:before {
  background-image: url(../images/cj1.png);
  left: -4px;
  top: -4px;
  z-index: -1;
}
.ext-login-panel>.nav-tabs:after {
  background-image: url(../images/cj2.png);
  right: -4px;
  top: -4px;
  z-index: -1;
}
.ext-login-panel:before {
  background-image: url(../images/cj3.png);
  bottom: -4px;
  left: -4px;
}
.ext-login-panel:after {
  background-image: url(../images/cj4.png);
  bottom: -4px;
  right: -4px;
}
.ext-login-panel>.nav-tabs a {
  background-color: rgba(245,212,135,0.7);
  color: #D30713;
}
.ext-login-panel>.nav-tabs>li a:hover,
.ext-login-panel>.nav-tabs>li a:focus,
.ext-login-panel>.nav-tabs>li a:active {
  background-color: #F5D487;
  color: #D30713;
}
.ext-login-panel>.nav-tabs>.active>a,
.ext-login-panel>.nav-tabs>.active>a:hover,
.ext-login-panel>.nav-tabs>.active>a:focus,
.ext-login-panel>.nav-tabs>.active>a:active {
  background-color: transparent;
  color: #F5D487;
}
.ext-login-panel>.tab-content {
  background-color: #D30713;
}
.ext-login-panel>.tab-content .form-control {
  border-color: #F5D487;
}
.ext-login-panel .ext-login-link a,
.ext-login-panel .ext-login-link a:hover,
.ext-login-panel .ext-login-link a:focus,
.ext-login-panel .ext-login-link a:active {
  color: #F5D487;
}
.ext-login-panel > .tab-content .btn,
.ext-login-panel > .tab-content .btn:hover,
.ext-login-panel > .tab-content .btn:focus,
.ext-login-panel > .tab-content .btn:active {
  background-color: #F5D487;
  border-radius: 0;
  border: none;
  color: #D30713;
}
.ext-login-intro {
  color: rgba(245,212,135,0.3)!important;
}
.ext-login-intro li:hover {
  color: #F5D487!important;
  text-shadow: 0 0 10px #F5D487!important;
}
@media (max-width: 768px){
  .ext-login-title img {
    background-color: #D30713;
  }
}
.ext-login-app a {
  color: #F5D487;
}
End ��������*/

.ext-login-intro-wrapper {
  bottom: 10px;
  left: 0;
  position: absolute;
  right: 0;
}

.ext-login-intro {
  color: #81D4FA;
  color: rgba(255,255,255,0.3);
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.ext-login-intro li {
  display: inline-block;
  letter-spacing: 2px;
  text-align: center;
  width: 20%;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  transition: all 1s;
}

.ext-login-intro li:hover {
  color: #FFFFFF;
  cursor: pointer;
  text-shadow: 0 0 10px #FFFFFF;
}

.ext-login-intro li .a {
  font-size: 30px;
}

.ext-login-support .popover-content {
  padding: 0;
}
.ext-login-support .list-group {
  margin: 0;
}
.ext-login-support .list-group-item {
  border: none;
}
.ext-login-support .fa {
  color: #81D4FA;
  margin-right: 10px;
}

/*ģ����ҳ Ext-Role-?*/
.ext-role-container {
  background-color: #F5F5F5;
  position: relative;
}

.ext-role-switch {
  left: 0;
  position: absolute;
  top: 0;
  width: 100px;
}
.ext-role-switch>ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.ext-role-switch>ul>li {
  color: #757575;
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 15px;
  text-align: center;
  text-shadow: 0 1px 0 #FFFFFF;
}
.ext-role-switch>ul>li.active {
  background-color: #FFFFFF;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  -webkit-box-shadow: -2px 1px 2px 0 rgba(0, 0, 0, 0.2);
  box-shadow: -2px 1px 2px 0 rgba(0, 0, 0, 0.2);
  color: #0091EA;
  position: relative;
  z-index: 1;
}
.ext-role-switch>ul>li:hover {
  cursor: pointer;

}
.ext-role-switch>ul>li>span{
  display: block;
  font-size: 30px;
  padding: 15px 0 10px 0;

}

.ext-role-index {
  background-color: #FFFFFF;
  min-height: 500px;
  margin-left: 100px;
  padding: 0 15px 15px 15px;

}
.ext-role-index>h1 {
  color: #212121;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px 0;
  padding: 15px 10px;
  text-align: center;

}

/*ע��ҳ*/
.ext-header-intro {
  background-color: #FFFFFF;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  margin-bottom: 30px;
}
.ext-header-intro a {
  display: inline-block;
  margin: 28px 0;
}

.ext-wrapper-reg {
  -webkit-box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
  position: relative;
  top: -100px;
}
.ext-progress-reg {
  color: #01579B;
  font-size: 18px;
}

.ext-progress-reg .ext-progerss {
  display: inline-block;
}

.ext-progress-reg .ext-progress>.line {
  background-color: #0277BD;
  margin-left: -1.5em;
  margin-right: -1.5em;
  width: 10em;
}
.ext-progress-reg .ext-progress>.step>.info {
  text-shadow: 0 1px 0 rgba(179, 229, 252, 0.3);
}
.ext-progress-reg .ext-progress>.step>.active {
  color: #FFFFFF;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
.ext-progress-reg .ext-progress>.step>.no {
  background-color: #0277BD;
  -webkit-box-shadow: inset 0 1px 2px 0 #01579B;
  box-shadow: inset 0 1px 2px 0 #01579B;
}
.ext-progress-reg .ext-progress>.step>.no>.inner {
  background-color: #0288D1;
}

.ext-wrapper-reg form {
  margin: 0 auto;
  max-width: 700px;
  padding: 50px 15px;
}

.ext-wrapper-reg form .text-muted {
  color: #9E9E9E;
  font-size: 12px;
}

.ext-wrapper-reg .btn-warning {
  letter-spacing: 2px;
}

.ext-wrapper-reg .ext-VCode img {
  border: 1px solid #DDDDDD;
  cursor: pointer;
  display: block;
  height: 34px;
}

.ext-reg-agreement {
  height: 500px;
  overflow-y: scroll;
  padding: 0 30px 100px 30px;
}

.ext-reg-agreement h1 {
  font-size: 24px;
  margin: 0 0 15px 0;
  padding: 15px 0;
  text-align: center;
}

.ext-reg-agreement h2 {
  font-size: 16px;
  font-weight: bold;
}

.ext-progress-reg {
  height: 100px;
  text-align: center;
}

/*С�ͷ�ҳ��ʽ Ext-Pagination-Spec*/
.ext-pagination-spec {
  font-size: 12px;
}
.ext-pagination-spec .ext-pagination-wrapper {
  margin-top: 5px;
  overflow: hidden;
}
.ext-pagination-spec .ext-pagination-wrapper .infos {
  margin: 0;
}
.ext-pagination-spec .ext-pagination-wrapper .infos span {
  padding: 10px 2px;
}
.ext-pagination-spec .ext-pagination-wrapper .pagination {
  float: right;
}
.ext-pagination-spec .ext-pagination-wrapper .pagination > li > a,
.ext-pagination-spec .ext-pagination-wrapper .pagination > li > span {
  padding: 6px 5px;
}

/*��� Helper-Class*/
.table>tbody>tr.bg-primary th,
.table>tbody>tr.bg-primary td {
  background-color: #0091EA;
}

.table>tbody>tr.bg-success th,
.table>tbody>tr.bg-success td {
  background-color: #8BC34A;
}

.table>tbody>tr.bg-info th,
.table>tbody>tr.bg-info td {
  background-color: #81D4FA;
}

.table>tbody>tr.bg-warning th,
.table>tbody>tr.bg-warning td {
  background-color: #FFB300;
}

.table>tbody>tr.bg-danger th,
.table>tbody>tr.bg-danger td {
  background-color: #E84E40;
}

/*Loadingͼ��*/
.ext-ajax-loading {
  display: block;
  height: 32px;
  margin: 10px auto;
  width: 32px;
}

/*Space �?�ָ���*/
.form-group-space {
  border-bottom: 2px dashed #333333;
  margin-bottom: 10px;
}

/*�����ʽ AutoComplete*/
.autocomplete-suggestions {
  background: #FFF;
  border: 1px solid #999;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  cursor: default;
  overflow: auto;
}
.autocomplete-suggestion {
  overflow: hidden;
  padding: 2px 5px;
  white-space: nowrap;
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-suggestions strong {
  color: #3399FF;
  font-weight: normal;
}

/*IE�¹������������� Table-Responsive*/
.table-responsive {
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}

/*��ԡ����һ�С��ĵ���*/
.table-responsive>table,
.ext-table-responsive>table {
  margin-bottom: 0;
}

/*�������ʶ*/
.control-label>.fa-asterisk,
table th>.fa-asterisk,
table td>.fa-asterisk {
  color: #FF3D00;
  font-size: 10px;
  font-weight: 400;
}

/*��ͼλ��*/
.ext-map-loc {
  background: #F5F5F5 url(../images/bg-ext-map.png) center 0 no-repeat;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
  height: 300px;
}

/*Ext-Fullscreen-Switcher ȫ���л���ť*/
#ext-fullscreen-switcher {
  background-color: #0091EA;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  color: #FFFFFF;
  display: block;
  height: 97px;
  left: 0px;
  line-height: 97px;
  position: absolute;
  text-align: center;
  top: 64px;
  width: 10px;
}

#ext-fullscreen-switcher:hover {
  cursor: pointer;
}

/*���б��
table>thead>tr>th,
table>tbody>tr>td {
  white-space: nowrap;
}*/

/*���񲿷�Ʊ�ݴ�ӡ��ʽ Ext-Table-Ticket-Wrapper*/
@media print{
  .ext-table-ticket-wrapper {
    padding-left: 0.5em!important;
    padding-right: 2em!important;
  }
  .ext-table-ticket-wrapper .ext-table-addon {
    position: absolute!important;
    right: 0.5em!important;
    top: 8em!important;
    width: 1em!important;
  }
  .ext-table-ticket-wrapper .ext-table-print {
    word-break: break-all!important;
  }
  .ext-table-ticket-wrapper .ext-table-print>caption {
    border: none!important;
  }
  .ext-table-ticket-wrapper .ext-table-print>caption>.corp {
    color: #616161!important;
    display: block!important;
    font-size: 14px!important;
    font-weight: 400!important;
    margin-bottom: 5px!important;
  }
  .ext-table-ticket-wrapper .ext-table-print>thead>tr>td {
    border: none!important;
    text-align: center!important;
  }
  .ext-table-ticket-wrapper .ext-table-print>thead>tr>td .pull-left {
    margin-right: 2em!important;
  }
  .ext-table-ticket-wrapper .ext-table-print>thead>tr>td .pull-right {
    margin-left: 2em!important;
  }
  .ext-table-ticket-wrapper .ext-table-print>tfoot>tr>td {
    border: none!important;
  }
}
.ext-table-ticket-wrapper {
  padding-left: 0.5em;
  padding-right: 2em;
}
.ext-table-ticket-wrapper .ext-table-addon {
  position: absolute;
  right: 0.5em;
  top: 8em;
  width: 1em;
}
.ext-table-ticket-wrapper .ext-table-print {
  word-break: break-all;
}
.ext-table-ticket-wrapper .ext-table-print>caption {
  border: none;
}
.ext-table-ticket-wrapper .ext-table-print>caption>.corp {
  color: #616161;
  display: block;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 5px;
}
.ext-table-ticket-wrapper .ext-table-print>thead>tr>td {
  border: none;
  text-align: center;
}
.ext-table-ticket-wrapper .ext-table-print>thead>tr>td .pull-left {
  margin-right: 2em;
}
.ext-table-ticket-wrapper .ext-table-print>thead>tr>td .pull-right {
  margin-left: 2em;
}
.ext-table-ticket-wrapper .ext-table-print>tfoot>tr>td {
  border: none;
}

/*�������Ŀ���б� Depart-Plan-List*/
.depart-plan-list {
  list-style-type: none;
  padding: 0;
}
.depart-plan-list .depart-plan {
  border: 1px solid #E0E0E0;
  border-radius: 2px;
  margin-bottom: 15px;
}
.depart-plan-list .depart-plan .depart-plan-heading {
  border-bottom: 1px solid #E0E0E0;
  position: relative;
}
.depart-plan-list .depart-plan .depart-plan-heading .depart-plan-choose {
  border: none;
  border-right: 1px solid #E0E0E0;
  height: 2.5em;
  min-width: 10em;
  padding: 0 1em;
}
.depart-plan-list .depart-plan .depart-plan-heading p {
  display: none;
}
.depart-plan-list .depart-plan .depart-plan-heading .depart-plan-title {
  color: #259B24;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  padding: 10px 15px;
}
.depart-plan-list .depart-plan:first-child .depart-plan-heading p {
  color: #BDBDBD;
  display: inline-block;
  margin: 0;
}
.depart-plan-list .depart-plan:first-child .depart-plan-heading .depart-plan-title {
  background-color: #FAFAFA;
  border-right: 1px solid #E0E0E0;
}
.depart-plan-readonly .depart-plan:first-child .depart-plan-heading .depart-plan-title {
  background-color: #FFFFFF;
  border-right: none;
}
.depart-plan-list .depart-plan:first-child .depart-plan-heading .depart-plan-title:hover {
  background-color: #F5F5F5;
  cursor: pointer;
  text-shadow: 0 1px 0 #FFFFFF;
}
.depart-plan-list .depart-plan .depart-plan-heading .ext-btn-flat {
  border-left: 1px solid #E0E0E0;
  bottom: 0;
  float: right;
  padding: 0 1em;
  position: absolute;
  right: 0;
  top: 0;
}
.depart-plan-list .depart-plan .depart-plan-heading .ext-btn-flat:hover,
.depart-plan-list .depart-plan .depart-plan-heading .ext-btn-flat:focus,
.depart-plan-list .depart-plan .depart-plan-heading .ext-btn-flat:active {
  background-color: #EEEEEE;
  text-shadow: 0 1px 0 #FFFFFF;
}
.depart-plan-list .depart-plan .depart-plan-heading .ext-btn-flat-success {
  display: none;
}
.depart-plan-list .depart-plan:first-child .depart-plan-heading .ext-btn-flat-success {
  display: inline-block;
}
.depart-plan-list .depart-plan:first-child .depart-plan-heading .ext-btn-flat-danger {
  display: none;
}
.depart-plan-list .depart-plan .depart-plan-body {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-radius: 0;
  background-color: #FFFDE7;
  max-width: 100%;
  min-width: 100%;
  min-height: 100px;
  margin-bottom: 0;
}

/*�������Ŀ�� Ext-Plan*/
.ext-plan-wrapper .ext-plan {
  border: 1px solid #E0E0E0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.ext-plan-wrapper .ext-plan-title {
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #0091EA;
  border-radius: 0;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  padding: 6px 0;
}

.ext-plan-wrapper .panel-footer {
  border-top: 1px solid #E0E0E0;
  background-color: #FAFAFA;
  padding: 0;
}

.ext-plan-wrapper .panel-footer .ext-btn-flat {
  border-right: 1px solid #E0E0E0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin-right: 0;
  text-shadow: 0 1px 0 #FFFFFF;
}

.ext-plan-wrapper .panel-footer .ext-btn-flat:hover,
.ext-plan-wrapper .panel-footer .ext-btn-flat:focus,
.ext-plan-wrapper .panel-footer .ext-btn-flat:active {
  background-color: #EEEEEE;
}

.ext-plan-wrapper .ext-plan>.panel-body,
.ext-plan-wrapper .panel-collapse>.panel-body{
  padding-bottom: 0;
}

.ext-plan-wrapper .panel-group {
  margin: 15px 0 0 0;
}

.ext-plan-wrapper .panel-group>.panel {
  border-left: 4px solid #E0E0E0;
  border-radius: 4px;
}
.ext-plan-wrapper .panel-group>.ext-status-default {
  border-left-color: #E0E0E0;
}
.ext-plan-wrapper .panel-group>.ext-status-info {
  border-left-color: #81D4FA;
}
.ext-plan-wrapper .panel-group>.ext-status-success {
  border-left-color: #8BC34A;
}
.ext-plan-wrapper .panel-group>.ext-status-primary {
  border-left-color: #0091EA;
}
.ext-plan-wrapper .panel-group>.ext-status-warning {
  border-left-color: #FFB300;
}
.ext-plan-wrapper .panel-group>.ext-status-danger {
  border-left-color: #E84E40;
}

.ext-plan-wrapper .panel-group>.panel+.panel {
  margin-top: 10px;
}

.ext-plan-wrapper .panel-group>.panel>.panel-heading {
  background-color: #FFFFFF;
  border-bottom: none;
  border-radius: 0;
  margin-bottom: 0;
  padding: 20px 15px;
  text-align: left;
}

.ext-plan-wrapper .panel-group>.panel>.panel-heading a {
  color: #0288D1;
}

.ext-plan-wrapper .ext-plan-optional {
  background-color: #FAFAFA;
  border-top: 1px solid #E0E0E0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 -15px;
}

.ext-plan-wrapper .ext-plan-optional>.panel-body {
  display: none;
}

.ext-plan-wrapper .ext-plan-optional>.panel-heading {
  border-bottom: none;
  border-radius: 0;
  margin-bottom: 0;
}

.ext-plan-wrapper .ext-plan-optional .panel-title a {
  color: #0091EA;
  display: block;
  font-weight: bold;
}

.ext-plan-wrapper .ext-plan-optional .tab-content {
  background-color: #FFFFFF;
  border-style: solid;
  border-width: 1px;
  border-color: transparent #DDDDDD #DDDDDD #DDDDDD;
}
/*�༭��ɵļƻ� Ext-Plan-Complete*/
.ext-plan-complete {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.ext-plan-complete>.panel-heading>.panel-title>a:hover,
.ext-plan-complete>.panel-heading>.panel-title>a:focus,
.ext-plan-complete>.panel-heading>.panel-title>a:active {
  outline: none;
}
.ext-plan-complete .table-bordered>tbody>tr>th {
  background-color: #F5F5F5;
  text-shadow: 0 1px 0 #FFFFFF;
}
.ext-plan-complete .ext-table-inner>tbody>tr>th {
  background-color: #FAFAFA;
  font-weight: 400;
  text-shadow: 0 1px 0 #FFFFFF;
}

/*�ܼƻ� Ext-Calendar*/
.ext-calendar {
  background-color: #FFFFFF;
  width: 100%;
}
.ext-calendar {
  border-bottom: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
  border-top: 1px solid #E0E0E0;
}
.ext-calendar thead tr th {
  border-bottom: 2px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
  background-color: #F5F5F5;
  height: 4em;
  text-align: center;
}
.ext-calendar thead tr th .day {
  display: block;
  font-size: 16px;
  font-weight: 600;
  padding: 5px 0;
}
.ext-calendar thead tr th .date {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #616161;
}
.ext-calendar tbody tr td {
  border-bottom: 1px solid #EEEEEE;
  border-right: 1px solid #E0E0E0;
  color: #FFFFFF;
  height: 4em;
  text-align: center;
  -webkit-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.ext-calendar tbody tr td:hover,
.ext-calendar tbody tr td:focus,
.ext-calendar tbody tr td:active {
  cursor: pointer;
}
.ext-calendar tbody tr .active {
  background-color: #FFF3E0;
  -webkit-box-shadow: inset 0 0 0 1px #FFB74D;
  box-shadow: inset 0 0 0 1px #FFB74D;
  color: #FFB74D;
  text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}
.ext-calendar-week thead tr th {
  width: 14.285714%;
}
.ext-calendar-layer {
  border-top: 1px solid transparent;
  box-sizing: content-box;
  left: 0;
  padding-top: 4em;
  position: absolute;
  right: 0;
  top: 0;
}
.ext-calendar-row {
  height: 4em;
  position: relative;
}
.ext-calendar-task {
  border: 1px solid transparent;
  border-radius: 2px;
  font-size: 14px;
  height: 4em;
  line-height: 4;
  overflow: hidden;
  padding: 0 10px;
  position: absolute;
  text-shadow: 0 1px 0 rgba(0,0,0,0.1);
  top: 0;
}
.ext-calendar-task:hover {
  cursor: pointer;
}
.ext-calendar-task-info {
  background-color: rgba(3,169,244,0.5);
  border-color: #03A9F4;
  color: #FFFFFF;
}
.ext-calendar-task-info:hover {
  background-color: rgba(3,169,244,0.6);
}
.ext-calendar-task-warning {
  background-color: rgba(255,152,0,0.5);
  border-color: #FF9800;
  color: #FFFFFF;
}
.ext-calendar-task-warning:hover {
  background-color: rgba(255,152,0,0.6);
}
.ext-calendar-task-danger {
  background-color: rgba(255,87,34,0.5);
  border-color: #FF5722;
  color: #FFFFFF;
}
.ext-calendar-task-danger:hover {
  background-color: rgba(255,87,34,0.6);
}

/*��Ʒ���� Ext-Product-Detail*/
.ext-product-detail {
  
}
.ext-map-parent {
  position: relative;
}
.ext-map-parent .ext-map {
  margin-right: 400px;
}
.ext-map-parent .ext-map-side {
  bottom: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 400px;
  overflow-x: hidden;
  overflow-y: scroll;
}
.ext-timeline {
  box-sizing: border-box;
  color: #333;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  min-height: 100px;
  position: relative;
}
.ext-timeline:before {
  background-color: #E0E0E0;
  box-sizing: border-box;
  color: #333;
  content: " ";
  display: block;
  font-size: 14px;
  height: 100%;
  left: 50%;
  line-height: 20px;
  margin-left: -0.5px;
  position: absolute;
  width: 1px;
  z-index: 1;
}
.ext-timeline-section {
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 28px;
}
.ext-timeline-heading {
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  left: 190px;
  line-height: 28px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 0px;
  padding-left: 28px;
  position: relative;
  width: 190px;
}
.ext-timeline-heading:before {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #E0E0E0;
  background-image: none;
  background-origin: padding-box;
  background-position: 0% 0%;
  background-repeat: repeat;
  background-size: auto auto;
  border-bottom-color: #FFF;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: #FFF;
  border-left-style: solid;
  border-left-width: 2px;
  border-right-color: #FFF;
  border-right-style: solid;
  border-right-width: 2px;
  border-top-color: #FFF;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-top-style: solid;
  border-top-width: 2px;
  bottom: -7px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
  box-sizing: border-box;
  color: #333;
  content: " ";
  display: block;
  font-size: 14px;
  height: 14px;
  left: -5px;
  line-height: 28px;
  position: absolute;
  width: 14px;
  z-index: 2;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
}
.ext-timeline-title {
  background-color: #FAFAFA;
  border-bottom-color: #757575;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: #EEE;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #EEE;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #EEE;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-top-style: solid;
  border-top-width: 1px;
  box-sizing: border-box;
  color: #757575;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 0px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 0px;
  text-shadow: #FFF 0px 1px 0px;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
}
.ext-timeline-left {
  bottom: -28px;
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  left: -190px;
  line-height: 28px;
  padding-bottom: 0px;
  padding-left: 28px;
  padding-right: 28px;
  padding-top: 0px;
  position: absolute;
  width: 190px;
}
.ext-timeline-body {
  box-sizing: border-box;
  color: #333;
  font-size: 14px;
  left: 190px;
  line-height: 28px;
  padding-left: 28px;
  position: relative;
  width: 190px;
}
.ext-timeline-id {
  background-color: #FAFAFA;
  border-bottom-color: #EEE;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: #EEE;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #EEE;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #EEE;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-top-style: solid;
  border-top-width: 1px;
  box-sizing: border-box;
  color: #333;
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 28px;
  padding-bottom: 0px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 0px;
  text-alignright-moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
}
.ext-timeline-title {
  background-color: #FAFAFA;
  border-bottom-color: #757575;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-style: none;
  border-bottom-width: 0px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: #EEE;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #EEE;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #EEE;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  border-top-style: solid;
  border-top-width: 1px;
  box-sizing: border-box;
  color: #757575;
  cursor: pointer;
  display: block;
  font-size: 14px;
  font-weight: 700;
  line-height: 28px;
  padding-bottom: 0px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 0px;
  text-shadow: #FFF 0px 1px 0px;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
}
.ext-timeline-content {
  background-color: #FAFAFA;
  border-bottom-color: #EEE;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: #EEE;
  border-left-style: solid;
  border-left-width: 1px;
  border-right-color: #EEE;
  border-right-style: solid;
  border-right-width: 1px;
  border-top-color: #9E9E9E;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-top-style: none;
  border-top-width: 0px;
  box-sizing: border-box;
  color: #9E9E9E;
  font-size: 14px;
  line-height: 28px;
  padding-bottom: 0px;
  padding-left: 14px;
  padding-right: 14px;
  padding-top: 0px;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
}
.ext-timeline-section.active .ext-timeline-id,
.ext-timeline-section.active .ext-timeline-title,
.ext-timeline-section.active .ext-timeline-content {
  background: #E1F5FE;
  border-color: #B3E5FC;
}
.ext-timeline-section.active .ext-timeline-heading:before {
  background-attachment: scroll;
  background-clip: border-box;
  background-color: #03A9F4;
  background-image: none;
  background-origin: padding-box;
  background-position: 0% 0%;
  background-repeat: repeat;
  background-size: auto auto;
  border-bottom-color: #FFF;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-image-outset: 0 0 0 0;
  border-image-repeat: stretch stretch;
  border-image-slice: 100% 100% 100% 100%;
  border-image-source: none;
  border-image-width: 1 1 1 1;
  border-left-color: #FFF;
  border-left-style: solid;
  border-left-width: 2px;
  border-right-color: #FFF;
  border-right-style: solid;
  border-right-width: 2px;
  border-top-color: #FFF;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-top-style: solid;
  border-top-width: 2px;
  bottom: -7px;
  box-shadow: #4FC3F7 0px 1px 3px 0px;
  box-sizing: border-box;
  color: #333;
  content: " ";
  display: block;
  font-size: 14px;
  height: 14px;
  left: -5px;
  line-height: 28px;
  position: absolute;
  width: 14px;
  z-index: 2;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
}
