
body{
}
.flex-row{
  display: flex;
  flex-direction: row;
}

@media print{ body { height : auto;}}

@media screen and (max-width: 767px) {
  .row-content{
    display: block;
  }
}  

.ztree{
  overflow: auto;
}

.padding-5{
  padding:5px;
}
.nx-pad-5{
  padding:5px;
}

.nx-pad-8{
  padding:8px;
}

.nx-font-16
{
	font-size:16px;
}

.margin-left-10{
    margin-left: 10px;
}

.margin-r-10
{
    margin-right: 10px;
}
.margin-r-20
{
    margin-right: 20px;
}
.margin-b-10
{
    margin-bottom: 10px;
}
.margin-t-10
{
    margin-top: 10px;
}
.margin-t-5
{
    margin-top: 5px;
}

.ellipsis{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 768px){
  .modal-dialog-big {
    width:calc(100% - 100px) !important;
  }
}

.dropdown-menu .ztree{
  width:350px;
  height:calc(100vh - 100px);
  overflow: auto;
}
    .module-bg{
      background: #ecf0f5;
    }

    input[type=checkbox],
    input[type=radio] {
     -webkit-appearance: none;
     -moz-appearance: none;
     background-color: transparent;
     outline: 0 !important;
     border: 0;
     line-height: normal;
     position:relative;
   }
   input[type=checkbox]::before,
   input[type=radio]::before {
     display: inline-block;
     text-align: center;
     font: normal normal normal 14px/1 FontAwesome;
     font-size: 15px;
     width:16px;
     font-weight: thin;
     text-rendering: auto;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale; 
     color: rgba(162,163,171,1);
   }
   input[type=checkbox]:checked::before,
   input[type=radio]:checked::before {
    color: #3c8dbc;
  }
  input[type=checkbox]:hover::before {
    color: #286090;
  }
  input[type=checkbox]::before {
   content: "\f096";
 }
 input[type=checkbox]:checked::before {
   content: "\f14a";
 }
 input[type=radio]::before {
   content: "\f1db";
 }
 input[type=radio]:checked::before {
   content: "\f192";
 }


.label{
  font-size: 12px;
  padding:1px 2px ;
}

.full-width{
  display:flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
}

.full-width>*{
  flex: 1;
}

.mana-box{
  display: flex;
  border-bottom:3px solid #3c8dbc;
}

.mana-box span{
  flex:1;
  text-align: center;
  background: #fff;
  padding:2px;
}

.mana-body{
  display:flex;
}

.mana-tagbox{
  flex:1;
  padding:5px;
}

.mana-tag{
  width:100%;
  border-radius: 3px;
  background: #f9fafc;
}

.mana-tag-head{
  border-bottom:1px solid #ddd;
  padding:3px;
}

.mana-tag-body{
  padding:3px;
  margin:5px 0;
}

.mana-tag-body a{
  display: inline-block;
  margin:2px 3px;
  font-size: 12px;
  font-weight: normal;
  padding:3px;
  cursor: pointer;
}

.sidebar-collapse .user-panel,
.sidebar-collapse .copyright{
  display: none;
}

.v-top{
  vertical-align: top;
}

.tal-justify{
  text-align-last: justify;
}

.input-icon{
  display: flex;
  position: absolute;
  right:0;
  top:0;
  padding:0;
  width:29px;
  height: 29px;
}

.input-icon i{
  flex:1;
  line-height: 26px;
}

.input-icon:active{
  box-shadow: none;
}
.btn-mouse{
  cursor: pointer;
}

.select-head{
    border-bottom: 2px solid #ebebeb;
    padding-bottom: 10px;
}
.select-head select{
    width: 145px;
}

#editor {
    width: 88%;
    background-color: white;
    border-collapse: separate;
    border: 1px solid rgb(204, 204, 204);
    padding: 4px;
    box-sizing: content-box;
    -webkit-box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px 0 inset;
    box-shadow: rgba(0, 0, 0, 0.0745098) 0 1px 1px 0 inset;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    overflow: scroll;
    outline: none;
}

#editor:focus {
    border-color: rgba(82, 168, 236, 0.8);
    outline: 0;
    outline: thin dotted;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(82, 168, 236, .6);
}
#editor{
    height: 120px;
}
div[data-role="editor-toolbar"] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.dropdown-menu a {
    cursor: pointer;
}

.btn-toolbar {
    padding: 10px 0px 10px 0px;
}

[contentEditable=true]:empty:not(:focus):before {
    content: attr(data-placeholder)
}

.imgUpload {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.bg-white
{
	background-color: white;
}

.nx-tab-content
{
	background-color: white;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 3px;
	border-bottom-left-radius: 3px;
	padding: 10px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	margin-bottom: 20px;
}

.nx-content
{
	min-height: 100%;
	background-color: #ecf0f5;
	z-index: 800;
	padding: 10px 15px;
	margin-right: auto;
	margin-left: auto;
}

.nx-tree-node
{
    padding:4px 10px;
    border-bottom: 1px solid #DDD;
}

.nx-border-title
{
    padding: 6px 0;
    border-bottom: 1px solid #DDD
}
.nx-border-right
{
    border-right: 1px solid #DDD;
}

.nx-footer-link
{
	position: relative;
	text-align: center;
	padding: 3px 0;
	color: #fff;
	display: block;
	z-index: 10;
	text-decoration: none;
}
.nx-matrix-header
{
	padding: 3px;
	text-align: center;
}
.nx-matrix-header a
{
	color: #FFF;
}

.bg-dark-gray
{
	color: #000;
	background-color: #758199 !important;
}

.progress-bar-dark-gray {
    background-color: #758199;
}

.nx-summary-icon
{
    font-size: 100px;
    margin: 0 30px;
    float: left;
    color: rgba(255, 255, 255, 0.62);
}
.nx-summary-body
{
    flex: 1;
    font-weight: bold;
    text-align: center;
}
.nx-summary-body h1, .nx-summary-body h4
{
    flex: 1;
    font-weight: bold;
}

.nx-summary-box
{
    display: flex;
    flex-direction: row;
    align-items:center;
    margin: 0 15px 15px 0;
}

.nx-teacher-icon, .nx-teacher-body
{
    float: left;
    margin: 10px 0;
    color: #00A7D0;
}
.nx-teacher-icon
{
    font-size: 36px;
    text-align: right;
    padding-left: 30px;
}
.nx-teacher-body
{
    text-align: left;
}
.nx-teacher-body div
{
    font-size: 18px;
    font-weight: bold;
    color: #000;
}
.nx-teacher-stat p i
{
    font-size: 100px;
    padding: 10px;
}

.nx-border
{
    border: 1px lightgray solid;
}

.perpective-box
{
    text-align: center;
}
.perpective-box i
{
    font-size: 36px;
    text-align: center;
}

.bg-primary-active
{
    background-color: #367fa9;
}
.text-primary-active
{
    color: #367fa9;
}
.text-green-active
{
    color: #008d4c !important;
}
[v-cloak]{display:none;}

.dropdown-float {
    position: relative;
}
.file-icon{
    font-size: 9px;
}

.fixed-stat {
    position: fixed;
    right: 1%;
    top: 3%;
    width: 40px;
    border: 1px solid #eee;
    background-color: white;
    font-size: 24px;
    z-index: 1040;
}

.nx-notice
{
    background-color: #eeeeee;
    padding: 8px 10px;
    margin: 0 0 10px;
    font-size: 12px;
}
.n-warning
{
    background-color: #fff3d4;
    border-left: 5px solid #f6b73c;
}
.n-danger
{
    background: #ffe7e8;
    border-color: #e66465;
    border-left: 5px solid #e66465;
}
.n-primary{
    background: #eee;
    border-left: 5px solid #3d7e9a;
}
.nowrap {
  white-space:nowrap;
}

.jump-text{
    color: #666;
    margin-left: 30px;
}
.jump-input>input{
    width: 55px;
    padding: 3px 8px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
    -moz-border-radius: 4px;
    text-align: center;
}
.jump-btn{
    border: 1px solid #dddddd;
    padding: 5px 8px;
    line-height: 1.42857143;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    cursor: pointer;
    color: #888;
}
.sumNum{
    font-size: 28px;color: #255be8;margin-right: 0;
}
.margin-b-5{
    margin-bottom: 5px;
}
.bg-light-gray
{
    background-color: #f0f2f5;
}

.signature{
    max-height: 160px; max-width: 160px;
}
.min-signature{
    max-height: 85px;
    max-width: 85px;
}

.my-nav{
    position: relative;
    z-index: 500;
    top: 0;
    width: 100%;
    line-height: 40px;
    border-bottom: 1px solid #E5E5E5;
    text-align: center;
    background-color: white;
}
.my-nav .back{
    position: absolute;
    left: 0;
    top: -1px;
    padding: 0 5px;
    color: #000;
    font-size: 25px;
}
.my-nav .title{
    font-weight: 700;
}
.label-required:before {
    content: '* ';
    color: red;
    vertical-align:middle;
}
.card-title{
    font-size: 16px;
    color: #4e5661;
    text-align: center;
    white-space: nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}
.box-card{
    border: 1px solid #dce0e5;
}
.box-card-icon{
    display: inline-block;
    border-radius: 50%;
    padding: 0.08em 0.25em;
    line-height: 1.6;
    font-size: 42px;
    color: white;
    text-align: center;
    margin: 0 auto 10px;
}
.card-icon-wrapper
{
    text-align: center;
    margin: 20px 0;
}
.card-num{
    text-align: center;
    font-size: 32px;
    color: #4e5661;
}
.card-desc{
    text-align: center;
    font-size: 12px;
    color: #93989e;
}
.border-triangle
{
    position: absolute;
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-left: 35.4px solid transparent;
}
.border-triangle.border-green
{
    border-top: 35.4px solid rgb(10, 200, 108);
}
.border-triangle.border-blue
{
    border-top: 35.4px solid rgb(37, 91, 235);
}
.border-triangle.border-yellow
{
    border-top: 35.4px solid #f39c12;
}
.my-content-header > .my-breadcrumb {
    float: right;
    background: transparent;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    padding: 7px 5px;
    position: absolute;
    top: 15px;
    right: 10px;
    border-radius: 2px;
}
.my-breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 2px;
}
.my-content-header {
    position: relative;
    padding: 15px 15px 0 15px;
}
.my-breadcrumb > li {
    display: inline-block;
}
.my-content-header > .my-breadcrumb > li > a {
    color: #444;
    text-decoration: none;
    display: inline-block;
}
.my-breadcrumb > .active {
    color: #777777;
}
.my-content-header > .my-breadcrumb > li + li:before {
    content: '>\00a0';
}
.my-breadcrumb > li + li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #cccccc;
}
.more-conditions,  .more-search .less, .more-search.active .more {
    display: none;
}
.more-search.active .less , .more-conditions.active{
    display: block;
}

.row-normal{
    white-space:normal;
}

.bt-scroll-x{
    overflow-x: scroll;
    overflow-y: scroll;
}