/*! =======================================================
                      VERSION  4.4.1              
========================================================= */
.data-list-todo {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 10px 0px;
}
.data-list-todo .prompt {
  color: #cccccc;
  text-decoration: none;
}
.data-list-todo .prompt-level-1 {
  color: #ff6867;
}
.data-list-todo .prompt-level-2 {
  color: #4cbf4a;
}
.data-list-todo .prompt-level-3 {
  color: #59cdfe;
}
.data-list-todo > li {
  background: #f7f7f7;
  margin-bottom: 10px;
  height: 50px;
  line-height: 50px;
  cursor: default;
}
.data-list-todo > li:hover,
.data-list-todo > li:hover span {
  background-color: #59cdfe;
  color: #ffffff;
}
.data-list-todo > li:hover .btn {
  background: #ffffff;
  color: #59cdfe;
}
.data-list-todo > li > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.data-list-todo > li .btn {
  background: #59cdfe;
  border-radius: 1em;
  border: none;
  padding: 1px 10px;
  transition: none !important;
}
/*! =======================================================
                      VERSION  4.4.1              
========================================================= */
.data-list-notice {
  list-style: none;
  margin: 0px;
  margin-top: -10px;
  padding: 0px 0px 10px 0px;
}
.data-list-notice [class*=label-] {
  font-size: 12px;
  background: #cccccc;
  display: inline;
  padding: .2em .6em .2em;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em;
  margin-right: .5em;
}
.data-list-notice .label-color-1 {
  background: #59cdfe;
}
.data-list-notice .label-color-2 {
  background: #ff6867;
}
.data-list-notice .label-color-3 {
  background: #4cbf4a;
}
.data-list-notice > li {
  height: 54px;
  line-height: 54px;
  cursor: default;
  border-bottom: 1px solid #eeeeee;
}
.data-list-notice > li:last-child {
  border-bottom: none;
}
.data-list-notice > li:hover {
  color: #59cdfe;
}
.data-list-notice > li > div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*! =======================================================
                      VERSION  4.4.1              
========================================================= */
/* ---------------------------------------------------------------------- */
/*  PageSlide Left
/* ---------------------------------------------------------------------- */
.bootstrap-slidermenu {
  overflow: hidden;
  background: #eeeeee;
}
.slider-menu * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.slider-menu {
  background: #eeeeee;
  list-style: none;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
}
.slider-menu li {
  border: none;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.slider-menu li a {
  border: 0 none;
  display: block;
  font-size: 13px;
  font-weight: 300;
  margin: 0;
  padding: 10px 15px;
  position: relative;
  text-decoration: none;
  color: #4f7d9d;
}
.slider-menu li ul.sub-menu {
  clear: both;
  list-style: none;
  margin: 8px 0 0 0;
  display: none;
  padding: 0;
}
.slider-menu li ul.sub-menu li a {
  background: none;
  display: block;
  font-size: 14px;
  font-weight: 300;
  border: none;
  margin: 0;
  padding-bottom: 10px;
  padding-left: 50px;
  padding-right: 20px;
  padding-top: 10px;
  text-decoration: none;
}
.slider-menu > li {
  border-top: 1px solid #dbe0e3;
  overflow: auto;
  _height: 1%;
}
.slider-menu > li:first-child {
  border-top: none;
}
.slider-menu > li > a {
  line-height: 36px;
  padding: 15px;
  float: left;
  display: block;
  width: 80%;
  padding: 15px 10%;
}
.slider-menu > li > a i {
  width: 36px;
  height: 36px;
  line-height: 36px;
  font-size: 20px;
  float: left;
}
.slider-menu > li > a i.icon-arrow {
  font-size: 18px;
}
.slider-menu > li > a span {
  float: left;
  font-size: 16px;
}
.slider-menu li.open > ul.sub-menu {
  display: block;
  padding: 0;
}
.slider-menu i.icon-arrow {
  float: right !important;
  text-align: center;
  font-size: 14px;
}
.slider-menu > li > a:hover,
.slider-menu > li > a:hover i {
  color: #59cdfe;
}
.slider-menu > li > ul.sub-menu > li > a {
  margin-left: 2px;
}
.slider-menu > li > ul.sub-menu > li.open > a,
.slider-menu > li > ul.sub-menu > li:hover > a {
  background: #ffffff !important;
  color: #59cdfe !important;
  border-left: 2px solid #59cdfe;
  margin-left: 0px;
}
.slider-menu > li > ul.sub-menu > li > ul.sub-menu > li > a {
  padding-left: 60px;
}
.slider-menu > li > ul.sub-menu > li > ul.sub-menu > li:hover a,
.slider-menu > li > ul.sub-menu > li > ul.sub-menu > li.open a {
  color: #59cdfe;
}
.bootstrap-slidermenu .slider-footer {
  position: absolute;
  padding: 12px 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: #e5e5e5;
  color: #666666;
  text-align: center;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.bootstrap-slidermenu .slider-footer a {
  color: inherit;
  text-decoration: none;
}
.bootstrap-slidermenu .slider-footer .btn.btn-menu-toggle {
  font-size: 14px;
  padding: 0px;
  color: #666666;
}
.bootstrap-slidermenu .slider-footer .btn.btn-menu-toggle i {
  font-size: 24px;
  vertical-align: middle;
}
.bootstrap-slidermenu .slider-footer .btn.btn-menu-toggle .text {
  margin-left: 0.5em;
  vertical-align: middle;
}
.bootstrap-slidermenu.slider-close .slider-menu > li > .list-switch {
  width: 100%;
  height: 70px;
  line-height: 70px;
  text-align: center;
  padding: 0px;
}
.bootstrap-slidermenu.slider-close .slider-menu > li > .list-switch i.icon {
  float: none;
  display: inline-block;
}
.bootstrap-slidermenu.slider-close .slider-menu > li > .list-switch * {
  display: none;
}
.bootstrap-slidermenu.slider-close .slider-menu > li > .list-switch:HOVER,
.bootstrap-slidermenu.slider-close .slider-menu > li.open > .list-switch {
  background: #59cdfe;
}
.bootstrap-slidermenu.slider-close .slider-menu > li > .list-switch:HOVER i,
.bootstrap-slidermenu.slider-close .slider-menu > li.open > .list-switch i {
  color: #ffffff;
}
/*! =======================================================
                      VERSION  4.4.1              
========================================================= */
.fade {
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.bootstrap-dialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow-x: hidden;
  overflow-y: scroll;
  outline: 0;
}
.bootstrap-dialog .modal-dialog {
  width: 600px;
  background: #ffffff;
  display: block;
  margin: 20px auto;
  z-index: 10;
}
.bootstrap-dialog .modal-dialog .modal-header {
  min-height: 16.43px;
  padding: 15px 15px 0px 15px;
  border: none;
}
.bootstrap-dialog .modal-dialog .modal-footer {
  padding: 0px 15px 15px 15px;
  text-align: right;
  border: none;
}
.bootstrap-dialog .modal-dialog .modal-body .prompt-icon {
  display: inline-block;
  margin-right: 0.5em;
}
.bootstrap-dialog .modal-dialog .modal-body .msg {
  display: inline-block;
}
.bootstrap-dialog .backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-color: #000;
  opacity: 0;
  -webkit-transition: opacity .15s linear;
  -o-transition: opacity .15s linear;
  transition: opacity .15s linear;
}
.bootstrap-dialog .backdrop.in {
  opacity: 0.3;
}
body.dialog-open {
  overflow: hidden;
}
body.dialog-open .backdrop.in {
  margin-right: 17px;
}
/*!
 * @copyright Copyright &copy; Kartik Visweswaran, Krajee.com, 2014 - 2015
 * @package bootstrap-fileinput
 * @version 4.1.9
 *
 * File input styling for Bootstrap 3.0
 * Built for Yii Framework 2.0
 * Author: Kartik Visweswaran
 * Year: 2015
 * For more Yii related demos visit http://demos.krajee.com
 */
.file-input {
    overflow-x: auto;
}

.file-loading {
    top: 0;
    right: 0;
    width: 25px;
    height: 25px;
    font-size: 999px;
    text-align: right;
    color: #fff;
    background: transparent url('../images/loading.gif') top left no-repeat;
    border: none;
}

.btn-file {
    position: relative;
    overflow: hidden;
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    text-align: right;
    opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    background: none repeat scroll 0 0 transparent;
    cursor: inherit;
    display: block;
}

.file-caption .glyphicon {
    display: inline-block;
    min-width: 18px;
    margin-top: 2px;
}

.file-caption-name {
    display: inline-block;
    overflow: hidden;
    max-height: 20px;
    padding-right: 10px;
    word-break: break-all;
}

.file-caption-ellipsis {
    position: absolute;
    right: 10px;
    margin-top: -6px;
    font-size: 1.2em;
    display: none;
    font-weight: bold;
    cursor: default;
}

.kv-has-ellipsis .file-caption-ellipsis {
    display: inline;
}

.kv-has-ellipsis {
    padding-right: 17px;
}

.kv-search-container .kv-search-clear {
    position: absolute;
    padding: 10px;
    right: 0px;
}

.file-error-message {
    background-color: #f2dede;
    color: #a94442;
    text-align: center;
    border-radius: 0px;
    padding: 5px;
}

.file-error-message pre, .file-error-message ul {
    margin: 5px 0;
    text-align: left;
}

.file-caption-disabled {
    background-color: #EEEEEE;
    cursor: not-allowed;
    opacity: 1;
}

.file-input .btn[disabled], .file-input .btn .disabled {
    cursor: not-allowed;
}

.file-preview {
	border-radius:1px;
    border: 1px dashed #dcdcdc;
    padding: 5px;
    width: 100%;
    height:275px;
    margin-bottom: 5px;
    overflow:auto;
}

.file-preview-frame {
    display: table;
    margin: 8px;
    margin-bottom:0px;
    height: 160px;
    border: 1px solid #ddd;
    box-shadow: 1px 1px 5px 0px #a2958a;
    padding: 6px;
    float: left;
    text-align: center;
    vertical-align: middle;
}
.file-preview .fileinput-remove{
	display:none;
}
.file-preview-frame:hover {
	border:1px solid #20bdcb;
    box-shadow: 1px 1px 5px 0px #20bdcb;
}
.file-preview-content{
	position:relative;
	overflow:hidden;
	width:150px;
	height:150px;
	margin-bottom:10px;
	background-repeat:no-repeat;
	background-position:center center;
}
.file-preview-image {
    vertical-align: text-center;
/*     position:absolute; */
}

.file-preview-text {
    width: 160px;
    color: #428bca;
    font-size: 11px;
    text-align: center;
}

.file-preview-other {
    padding-top: 48px;
    text-align: center;
}

.file-preview-other i {
    font-size: 2.4em;
}

.file-other-error {
    width: 100%;
    padding-top: 30px;
    text-align: right
}

.file-input-new .file-preview, .file-input-new .close, .file-input-new .glyphicon-file,
.file-input-new .fileinput-remove-button, .file-input-new .fileinput-upload-button,
.file-input-ajax-new .fileinput-remove-button, .file-input-ajax-new .fileinput-upload-button, .file-input-hide {
    display: none;
}

.loading {
    background: transparent url('../images/loading.gif') no-repeat scroll center center content-box !important;
}

.wrap-indicator {
    font-weight: bold;
    color: #245269;
    cursor: pointer;
}

.file-actions {
    text-align: left;
}

.file-footer-buttons {
    float: right;
}
.file-thumbnail-footer{
	position:relative;
}
.file-thumbnail-footer .file-caption-name {
    font-size: 11px;
    color: #777;
    text-align:center;
/*     position:absolute; */
    padding-right:0px;
    left:0px;
    margin-top:-25px;
    word-break: break-all;
    width:150px;
    overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.file-upload-indicator {
    padding-top: 2px;
    cursor: default;
}

.file-upload-indicator:hover {
/*     font-size: 1.2em; */
/*     font-weight: bold; */
/*     padding-top: 0; */
}

.file-drop-zone {
    border: none;
    height: 100%;
    text-align: center;
    vertical-align: middle;
/*     margin: 12px 15px 12px 12px; */
    padding: 5px;
}

.file-drop-zone-title {
    color: #aaa;
    font-size: 40px;
    padding: 85px 10px;
}

.highlighted {
/*     border: 2px dashed #999 !important; */
/*     background-color: #f0f0f0; */
}
.kv-upload-progress .progress{
	border-radius:0px;
}
.file-place-holder{
	color:#aaa;
}
.file-uploading {
    background-image: url('../images/loading-sm.gif');
    background-position: center bottom 10px;
    background-repeat: no-repeat;
    opacity: 0.6;
}
.file-extensions{
	color:#999999;
	font-size:12px;
	line-height:36px;
}
.file-submit{
	text-align:center;
}
.file-icon-large {
/*     font-size: 1.2em; */
}
.file-preview-type{
    background: url('../images/file-type.png') no-repeat;
}
.file-preview-type-ppt{
	background-position: 25px -148px;
}
.file-preview-type-excel{
	background-position: 25px -328px;
}
.file-preview-type-word{
	background-position: 25px 30px;
}
.file-preview-type-pdf{
	background-position: 25px -510px;
}
.file-preview-lists{
	float:left;
	width:100%;
}
.file-preview-lists .file-preview-frame{
	width:100%;
	height:20px;
	line-height:20px;
	padding:0px;
	border:none;
	text-align:left;
	text-indent:20px;
	box-shadow:none;
}
.file-preview-lists .file-preview-frame .fa{
	text-indent: 0px;
	padding-right:20px;
}
.file-preview-lists .file-preview-frame .file-thumbnail-footer{
	float:right;
	padding-right:20px;
	width:100%;
}
.file-preview-lists .file-preview-initial .file-thumbnail-footer{
	width:auto;
}
.file-preview-lists .file-preview-frame .file-thumbnail-footer .file-caption-name{
	position:static;
	text-indent:0px;
	margin:0px;
}
.file-preview-lists .file-preview-initial .file-thumbnail-footer .file-caption-name,.file-preview-lists .file-preview-frame .file-preview-content{
	display:none;
}
.file-preview-lists .file-preview-frame .file-thumbnail-footer .file-actions,.file-preview-lists .file-preview-frame .file-thumbnail-footer .file-upload-indicator{
	float:right;
}
.file-preview-lists .file-preview-frame .file-preview-content ~.file-thumbnail-footer:before{
	float:left;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	line-height:20px;
	-webkit-font-smoothing: antialiased;
	content: "\f1c5";
}
.file-preview-lists .file-preview-frame .file-preview-type-word ~.file-thumbnail-footer:before{
	content:"\f1c2";
}
.file-preview-lists .file-preview-frame .file-preview-type-excel ~.file-thumbnail-footer:before{
	content:"\f1c3";
}
.file-preview-lists .file-preview-frame .file-preview-type-ppt ~.file-thumbnail-footer:before{
	content:"\f1c4";
}
.file-preview-lists .file-preview-frame .file-preview-type-pdf ~.file-thumbnail-footer:before{
	content: "\f1c1";
}
.file-preview-lists .file-thumbnail-footer .file-caption-name{
	text-align:left;
}
.file-preview-lists .file-preview-frame.disabled{
	display:none;
}
button.custom-remove {
	float:right;
	margin-right:20px;
}/*! =======================================================
                      VERSION  4.4.1              
========================================================= */
.bootstrap-alert {
  padding: 15px 35px 15px 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 14px;
}
.bootstrap-alert .close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
  position: relative;
  top: -2px;
  right: -21px;
}
.bootstrap-alert .close:HOVER {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.bootstrap-alert span {
  padding-right: 1.5em;
}
.bootstrap-alert .title {
  font-size: 18px;
  font-weight: 800;
  line-height: 1.1;
}
.bootstrap-alert .code {
  font-weight: 500;
}
.bootstrap-alert.alert-success {
  color: #3c763d;
  background-color: #dff0d8;
  border-color: #d6e9c6;
}
.bootstrap-alert.alert-warning {
  color: #8a6d3b;
  background-color: #fcf8e3;
  border-color: #faebcc;
}
.bootstrap-alert.alert-danger {
  color: #a94442;
  background-color: #f2dede;
  border-color: #ebccd1;
}
/*!
 * BootstrapValidator (http://bootstrapvalidator.com)
 * The best jQuery plugin to validate form fields. Designed to use with Bootstrap 3
 *
 * @version     v0.5.3, built on 2014-11-05 9:14:18 PM
 * @author      https://twitter.com/nghuuphuoc
 * @copyright   (c) 2013 - 2014 Nguyen Huu Phuoc
 * @license     Commercial: http://bootstrapvalidator.com/license/
 *              Non-commercial: http://creativecommons.org/licenses/by-nc-nd/3.0/
 */

.bv-form .help-block{margin-bottom:0}.bv-form .tooltip-inner{text-align:left}.nav-tabs li.bv-tab-success>a{color:#3c763d}.nav-tabs li.bv-tab-error>a{color:#a94442}.bv-form .bv-icon-no-label{top:0}.bv-form .bv-icon-input-group{top:0;z-index:100}
/*! =======================================================
                      VERSION  4.4.1              
========================================================= */
.bootstrap-warn {
  position: fixed;
  right: 5px;
  bottom: 5px;
  list-style: none;
  z-index: 100;
  padding: 0px;
  margin: 0px;
  font-family: "Microsoft yahei";
}
.bootstrap-warn .warner {
  -webkit-transition: background-color 0.4s;
  -moz-transition: background-color 0.4s;
  -o-transition: background-color 0.4s;
  transition: background-color 0.4s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  margin-top: 1em;
  font-size: 13px;
  color: #666666;
  font-weight: 500;
  border: 1px solid #59cdfe;
}
.bootstrap-warn .warner .warner-title {
  background: #59cdfe;
  color: #fff;
  height: 30px;
  font-size: 14px;
  position: relative;
  padding: 5px 5px 5px 40px;
}
.bootstrap-warn .warner .warner-title .warner-icon {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  top: 0px;
/*  background-image: url("../images/logo.png");*/
  /*background-image: url("../images/logo2.png");*/
  background-position: center;
  background-size: 30px 30px;
}
.bootstrap-warn .warner .warner-title .warner-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
}
.bootstrap-warn .warner .warner-body {
  padding: 20px 16px;
  overflow-y: hidden;
  position: absolute;
  top: 30px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background: #ffffff;
  color: #000000;
}
.bootstrap-warn .warner-body p{
	color: #666; 
}
.bootstrap-warn .warner-body h4{
	color: #666; 
	text-align: center;
	font-weight:bold;
}
