@charset "UTF-8";
/* CSS Document */
/*All*/
html {
    height: auto;
    font-size: 14px;
}

body {
    height: auto;
    font-size: 14px;
    color:#434343;
    background-image:none; /*remove the background image near locationtab*/
	font-variant-ligatures: no-contextual;
}
 /*remove the background image near locationtab start */
.footer td{
    background-image: none;
    background-color: rgb(255,255,255);
    border-top: none;
}
 /*remove the background image near locationtab end */
select::-ms-expand {
display: none;
}
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../img/responsive/select_arrow.png) no-repeat scroll right center transparent;
    padding: 0 24px 0 4px;
    text-overflow: ellipsis;
}

select.form-control {
    background: url(../img/responsive/select_arrow.png) no-repeat scroll right center transparent;
    padding: 0 24px 0 4px;
    background-color:#fff;
    text-overflow: ellipsis;
}

select.form-control option{
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}
select[multiple] {
    background-image: none;
}

h1 {
    font-size: 30px;
    line-height: 1.36em;
}

.content-header h1 {
    margin: 0 0 0.4em;
}

h2 {
    font-size: 24px;
    line-height: 1.375em;
}

h3 {
    font-size: 18px;
    line-height: 1.444em;
}

h4 {
    font-size: 16px;
    line-height: 1.625em;
}

h5 {
    font-size: 14px;
    line-height: 1.43em;
}

h6 {
    font-size: 12px;
    line-height: 1.33em;
}

h1,h2,h3,h4,h5,h6 {
    margin: 0 0 0.4em;
	font-family: tketype, Arial, Verdana, sans-serif;
}

h1,h2,h3,h4 {
    font-weight: 500;
    color: #333;
}

p {
    color: #78879B;
    margin-bottom: 15px;
}

a {
    color: #7000bd;
	text-decoration: underline;
	cursor: pointer;
}

a:hover,a.hover {
    color: #A31AFF;
    text-decoration: underline;
}

a:active,a.active {
    color: #510089;
    text-decoration: underline;
}

a:disabled,a.disabled {
    color: #9D9D9D;
    text-decoration: underline;
	cursor: not-allowed;
}

td a {
    margin-right: 10px;
}

td a:last-of-type {
    margin-right: 0px;
}

/*bootstrop*/
.row {
    margin: 0 -10px;
}

.tab-pane {
    min-height: 80px;
}

.box .overlay > .fa {
    color: #4B5564;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg);
    }
}
#navbar .mainnavi .mdd ul.column2 {
	display:none;
}
#navbar .mainnavi .mdd ul.column3 {
	display:none;
}
#navbar .mainnavi .mdd ul.column4 {
	display:none;
}
#navbar .mainnavi .mdd ul.column5 {
	display:none;
}
.overlay .fa-spin {
    animation-duration: 2s;
    animation-timing-function: linear;
    animation-delay: 0s;
    animation-direction: normal;
    animation-fill-mode: none;
    animation-iteration-count: infinite;
    animation-play-state: running;
    animation-name: fa-spin;
    display: inline-block;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
}
/*layout*/

.margin-bottom-10{
    margin-bottom: 10px;
}

.margin-title-top {
    margin-top: 50px;
}

body .small-text {
    color: #999;
    font-size: 12px;
    line-height: 16px;
}

.box {
    border-radius: 0px;
}

.content-header,.content {
    margin-left: 25px;
    margin-right: 25px;
}

@media screen and (max-width: 1414px) {
    .content-header,.content {
        margin-left: 25px;
        margin-right: 25px;
    }
}

@media screen and (max-width: 979px) {
    .content-header,.content {
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (max-width: 991px) {
    .content-header,.content {
        margin-left: 2px;
        margin-right: 2px;
    }
}

.mask {
    height: 100%;
    width: 100%;
    z-index: 100;
    position: fixed;
    display: none;
    top:0;
}

.context-info {
    margin-bottom: 20px;
}

.context-info h3 {
    font-size: 18px;
    line-height: 26px;
    margin: 0px 0px 8px 0;
}

.context-info p {
    margin-bottom: 8px;
    line-height: 20px;
}

/*color*/
.brand-blue {
    color: #7000bd;
}

.brand-hover {
    color: #0078DC;
}

.text-red {
    color: #a80012;
}

.text-green {
    color: #237c00;
}

.text-blue {
    color: blue;
}

.text-yellow {
    color: #f9ca29;
}

.text-orange {
    color: #f16b08;
}

.text-purple {
    color: #7000bd;
}
/*color--end*/
.height {
    padding: 12px 0px;
    border-bottom: #e5e5e5 solid 1px;
    margin: 0;
}

.table-title tbody tr th {
    background-color: #E3E7EC;
}

.pagination li a {
    border: none;
    background-color: transparent;
    color: #7000bd;
    line-height: 14px;
    height:18px;
    width: auto;
    text-align: center;
    padding: 2px 6px;
    background: url(../img/responsive/pagination.png) no-repeat;
    background-position: 300px 0;
    margin: 2px 1px 0 1px;
    line-height: 14px;
    white-space: nowrap;
    vertical-align: middle;
    background-color: inherit;
    border-radius: 10px;
}
.pagination li a:hover {
    color: #B400FF;
    background-color: inherit;
}
.pagination li a:active {
    color: #fff;
    background-color: #7000bd;
}

.pagination li .active {
    color: #fff;
    display: inline-block;
    background-color: #7000bd!important;
}

.pagination li:first-child a {
    margin: 0 10px 0 0;
    height: 22px;
    width: 22px;
    background-position: -80px 0;
    background-color: inherit;
}
.pagination li:last-child a {
    margin: 0 0 0 10px;
    height: 22px;
    width: 22px;
    background-position: -120px 0;
    background-color: inherit;
}
.pagination li:first-child a:hover {
    margin-right: 10px;
    background-position: -200px 0;
}

.pagination li:last-child a:hover {
    margin-left: 10px;
    background-position: -240px 0;
}

.pagination li.paginate_button.active a {
    background-color: inherit;
}
.pagination li.active a{
    background-position: 300px 0;
    display: inline-block;
    color: #fff;
    background-color: #7000bd!important;
}
.pagination li.active a:hover{
    color: #B400FF;
    background-position: -160px 0;
    background-color: inherit;
}
.pagination li.active a:active{
    color: #58008D;
    background-position: -160px 0;
    background-color: inherit;
}
.pagination > .disabled > a:link {
    background-color: inherit;
}
.pagination > .disabled > a:hover {
    background-color: inherit;
}
.pagination > .disabled > a:active {
    background-color: inherit;
}
.pagination > .disabled > a:visited {
    background-color: inherit;
}

.pagination li.first a {
    margin: 0 10px 0 0;
    height: 22px;
    width: 22px;
    line-height: 80px;
    overflow: hidden;
    background-position: 0px 0;
    background-color: inherit;
}
.pagination li.first a:hover {
    margin-right: 10px;
    background-position: -280px 0;
    background-color: inherit;
}
.pagination li.first.disabled a {
    margin-right: 10px;
    background-position: -360px 0;
    background-color: inherit;
}

.pagination li.previous a {
    margin: 0 10px 0 0;
    height: 22px;
    width: 22px;
    line-height: 80px;
    overflow: hidden;
    background-position: -80px 0;
    background-color: inherit;
}
.pagination li.previous a:hover {
    margin-right: 10px;
    background-position: -200px 0;
    background-color: inherit;
}
.pagination li.previous.disabled a{
    margin-right: 10px;
    background-position: -440px 0;
    background-color: inherit;
}

.pagination li.next a {
    margin: 0 0 0 10px;
    height: 22px;
    width: 22px;
    line-height: 80px;
    overflow: hidden;
    background-position: -120px 0;
    background-color: inherit;
}
.pagination li.next a:hover {
    margin-left: 10px;
    background-position: -240px 0;
    background-color: inherit;
}
.pagination li.next.disabled a{
    margin-left: 10px;
    background-position: -480px 0;
    background-color: inherit;
}

.pagination li.last a {
    margin: 0 0 0 10px;
    height: 22px;
    width: 22px;
    line-height: 80px;
    overflow: hidden;
    background-position: -40px 0;
    background-color: inherit;
}
.pagination li.last a:hover {
    background-position: -320px 0;
    background-color: inherit;
}
.pagination li.last.disabled a{
    background-position: -400px 0;
    background-color: inherit;
}

.box-tk {
    border-top-color: #7000bd;
}

.box-header.with-border {
    border-left: #FFF solid 10px;
    border-right: #fff solid 10px;
    padding: 10px 0;
    border-bottom: #f5f5f5 solid 1px;
}

.box-body {
    padding-top: 10px;
}

.btn{
    padding: 4px 12px;
    height: 28px;
    font-size: 14px;
	border-width: 2px;
	line-height: 1.3;
}
#search.btn{
	height: 28px;
}
a.btn{
	text-decoration: none;
}
a.btn.btn-primary,
a.btn.btn-success{
    color: #ffffff;
}
.btn.btn-primary,
.btn.btn-success{
	background-color:#7000BD ;
	color: #FFFFFF;
	border-color: #7000BD;
	background-image: none;
}
.btn.btn-primary:hover,
.btn.btn-success:hover{
	background-color:#A31AFF ;
	color: #FFFFFF;
	border-color: #A31AFF;
}
.btn.btn-primary:focus,
.btn.btn-success:focus,{
	background-color:#7000BD ;
	color: #FFFFFF;
	border-color: #ffffff;
	box-shadow: #262626 0px 0px 0px 1px;
}
.btn.btn-primary:active,
.btn.btn-primary.active,
.btn.btn-success:active,
.btn.btn-success.active,
.open > .dropdown-toggle.btn-primary,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover{
	background-color:#58008D ;
	color: #FFFFFF ;
	border-color: #58008D;
}
.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover{
	color: #fff;
	background-color: #510089;
	border-color: #122b40;
}
.btn.btn-primary:disabled,
.btn.btn-primary.disabled,
.btn.btn-success:disabled,
.btn.btn-success.disabled{
	background-color: #c4c4c4;
	color: #FFFFFF;
	border-color: #c4c4c4;
	opacity: 1;
}

.btn.btn-sec{
	background-color:inherit ;
	color: #7000BD;
	border-color: #7000BD;
}
.btn.btn-sec:hover,
.open > .dropdown-toggle.btn-sec:hover{
	background-color:inherit ;
	color: #A31AFF;
	border-color: #A31AFF;
	box-shadow: #7000bd;
}
.btn.btn-sec:focus,
.open > .dropdown-toggle.btn-sec:focus{
	color:#7000bd;
	border-color: #7000bd;
	background-color: inherit;
	box-shadow: #7000bd 0px 0px 0px 1px;
}
.btn.btn-sec:active,
.open > .dropdown-toggle.btn-sec{
	background-color:inherit ;
	color: #58008D;
	border-color: #58008D;
}

a.btn.btn-sec{
    color: #7000bd;
}
a.btn-default{
    color: #333333;
}
.btn-default:hover,
.btn-default:active,
.btn-default.hover{
	border-width: 2px;
}
.btn.btn-sec.disabled,
.btn.btn-sec:disabled{
	background-color: inherit;
	border-color: #c4c4c4;
	opacity: 1;
	color: #c4c4c4;
}

.btn.btn-low{
	background-color:inherit ;
	color: #262626;
	border-color: #262626;
}
.btn.btn-low:hover,
.open > .dropdown-toggle.btn-low:hover{
	background-color:inherit ;
	color: #A31AFF;
	border-color: #A31AFF;
	box-shadow: #7000bd;
}
.btn.btn-low:focus,
.open > .dropdown-toggle.btn-low:focus{
	color:#7000bd;
	border-color: #7000bd;
	background-color: inherit;
	box-shadow: #7000bd 0px 0px 0px 1px;
}
.btn.btn-low:active,
.open > .dropdown-toggle.btn-low{
	background-color:inherit ;
	color: #58008D;
	border-color: #58008D;
}

a.btn.btn-low{
    color: #262626;
}
.btn.btn-low.disabled,
.btn.btn-low:disabled{
	background-color: inherit;
	border-color: #c4c4c4;
	opacity: 1;
	color: #c4c4c4;
}
.btn-left {
    margin-left: 10px;
}

.btn-filters-primary{
	background-color: #F4EBFF;
	color: #7000bd;
	border-radius: 30px;
	border-color: #F4EBFF;
	padding: 1px 16px;
	height: 22px;
}
.btn-filters-primary:focus,
.btn-filters-primary.focus{
	background-color: #F4EBFF;
	color: #7000bd;
	border-radius: 30px;
	border-color: #7000bd;
	padding: 1px 16px;
	height: 22px;
}
.btn-filters-primary:hover,
.btn-filters-primary.hover{
	background-color: #A31AFF;
	color: #ffffff;
	border-radius: 30px;
	border-color: #A31AFF;
}
.btn-filters-primary:active,
.btn-filters-primary.active{
	background-color: #7000bd;
	color: #ffffff;
	border-radius: 30px;
	border-color: #7000bd;
}
.btn-filters-primary.disabled,
.btn-filters-primary:disabled{
	background-color: #C4C4C4;
	color: #ffffff;
	border-radius: 30px;
	border-color: #C4C4C4;
}

.form-control {
    height: 28px;
    padding: 4px 5px;
    font-size: 14px;
    line-height: 1.5;
	border-color: #c4c4c4;
}

.form-control:focus,
.form-control:active{
	border-color: #7000bd;
}
.form-control[disabled],
.fieldset[disabled] .form-control{
	background-color: #e9e9e9;
	border-color: #C4C4C4;
}
.form-group.has-error .form-control,
.form-group.has-error .input-group-addon{
	border-color: #a80012;
}

.form-group.has-error .help-block{
	color: #a80012;
}

.form-group.has-error label{
	color: #A80012;
}

.input-sm {
    height: 28px;
    padding: 4px 5px;
    font-size: 12px;
    line-height: 1.5;
    box-sizing: border-box;
}

.form-horizontal .control-label {
    padding-top: 6px;
}

.box {
    box-shadow: none;
    border: #d7d7d7 solid 1px;
}

/*form*/
.form-group .help-block {
    font-size: 12px;
    line-height: 16px;
}
.form-group .control-label{
    font-size:14px;
    color: #000000;
}
.form-control{
    font-size:14px;
}

.bg-light-blue,
.label-primary,
.modal-primary .modal-body{
    background-color:#00A0F0 !important;
}

/*form--end*/

/*table*/
.nav-tabs-custom {
    box-shadow: none;
}
.nav-tabs-custom > .nav-tabs{
	border: none;
	background-color: inherit;
	border-bottom: 4px solid #c4c4c4;
}

.nav-tabs-custom>.nav-tabs>li:first-child.active {
	margin-left: 0px;
}

.nav-tabs-custom>.nav-tabs>li.active {
    color: #7000bd;
	border-top-color:transparent;
	border-bottom:4px solid #7000bd;
	margin-left: -1px;
}

.nav-tabs-custom>.nav-tabs>li {
    background-color: transparent;
	margin-bottom: -4px;
	border-bottom: 4px solid transparent;
	margin-right: 0px !important;
}

.nav-tabs-custom>.nav-tabs>li::after{
	content: "";
	position: absolute;
	right: 0;
	width: 1px;
	background-color: #C4C4C4;
	bottom: 0px;
	height: 90%;
}
.nav-tabs-custom>.nav-tabs>li.active::after{
	content: "";
	position: absolute;
	right: 0;
	width: 1px;
	background-color: #7000bd;
	bottom: 0px;
	height: 90%;
}
.nav-tabs-custom>.nav-tabs>li.active::before{
	content: "";
	position: absolute;
	left: 0;
	width: 1px;
	background-color: #7000bd;
	bottom: 0px;
	height: 90%;
	z-index: 1;
}
.nav-tabs-custom>.nav-tabs>li:first-child.active::before{
	display: none;
}
.nav-tabs-custom>.nav-tabs>li:last-child::after{
	display: none;
}

.nav-tabs-custom > .nav-tabs > li > a {
    color: #9D9D9D;
	min-width: 70px;
}

.nav-tabs-custom > .nav-tabs > li.active > a {
    color: #7000bd;
	border: 1px solid transparent;
}

.nav-tabs-custom >.nav > li > a {
    padding-top: 8px;
    padding-bottom: 6px;
    font-size: 14px;
}

.nav-tabs-custom > .tab-content {
    border: #C4C4C4 solid 1px;
}

.nav-tabs-custom > .nav-tabs > li > a:hover{
	color: #7000bd;
}
.nav-tabs-custom > .nav-tabs > li.disabled > a{
	color: #c4c4c4;
}

@media screen and (max-width: 991px) {
    .table-responsive {
        margin-bottom: 0;
    }
}

    /*table hide*/
.box.box-hide {
    background-color: #EEF0F2;
    border: none;
}

.box-hide .box-header .box-title {
    font-size: 16px;
}

.box-hide .box-header .box-add {
    font-size: 24px;
    line-height: 20px;
}

.box-hide .box-header.with-border {
    border-left: none;
    border-right: none;
    padding-left: 10px;
    padding-right: 10px;
}

.box.box-hided {
    border: solid 1px #e5e5e5;
}
/*tale--end*/

/*card*/
.box-header .box-title {
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
}

.box-header .font-normal {
    font-weight: 500;
}

.box.box-info{
    border-top-color: #7000bd;
}

/*range date*/

.dropdown-menu {
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:focus,
.dropdown-menu > .active > a:hover{
    background-color: #7000bd;
}

.input-group-addon .fa {
    width: 16px;
    height: 16px;
}

.form-horizontal .form-group {
    margin-right: -10px;
    margin-bottom: 10px;
    margin-left: -10px;
}
/*range date--end*/

/*datepicker*/
.datepicker table tr td.today,
.datepicker table tr td.today:hover,
.datepicker table tr td.today.disabled,
.datepicker table tr td.today.disabled:hover {
    color: #000000;
    background: #FFB400 !important;
    border-color: #FFB400;
}

.input-group-addon {
    color: #9d9d9d;
	padding: 4px 14px;
}

.datepicker table tr td.active:hover,
.datepicker table tr td.active:hover:hover,
.datepicker table tr td.active.disabled:hover,
.datepicker table tr td.active.disabled:hover:hover,
.datepicker table tr td.active:focus,
.datepicker table tr td.active:hover:focus,
.datepicker table tr td.active.disabled:focus,
.datepicker table tr td.active.disabled:hover:focus,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover:active,
.datepicker table tr td.active.disabled:active,
.datepicker table tr td.active.disabled:hover:active,
.datepicker table tr td.active.active,
.datepicker table tr td.active:hover.active,
.datepicker table tr td.active.disabled.active,
.datepicker table tr td.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td.active,
.open .dropdown-toggle.datepicker table tr td.active:hover,
.open .dropdown-toggle.datepicker table tr td.active.disabled,
.open .dropdown-toggle.datepicker table tr td.active.disabled:hover{
	background-color: #7000bd !important;
	border-color: #ffffff !important;
}

/*select2*/
.select2-container--default .select2-search--dropdown .select2-search__field{
	height: 17px !important;
	border-color: #C4C4C4 !important;
}
.select2-container--default .select2-search--dropdown .select2-search__field:hover,
.select2-container--default .select2-search--dropdown .select2-search__field:active{
	height: 17px !important;
	border-color: #7000bd !important;
}
.select2-container--default .select2-dropdown .select2-search--dropdown .select2-search__field{
	height: 28px !important;
	border-color: #C4C4C4 !important;
}
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px !important;
	height: 17px !important;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #C4C4C4 !important;
    padding: 4px 5px !important;
    height: 28px !important;
}

.has-error .select2-container--default .select2-selection--single,
.has-error .select2-selection .select2-selection--single {
    border: 1px solid #a80012 !important;
    padding: 4px 5px !important;
    height: 28px !important;
}
.has-error .select2-container--default .select2-selection--multiple{
	border: 1px solid #a80012 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
    margin-top: -5px !important;
    padding-left: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 22px !important;
}
.select2-container--default .select2-selection--single{
    border-radius: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
    border-radius: 0 !important;
    background-color:#7000bd !important;
    border: 0 !important;
	padding: 0 8px !important;
	font-size: 13px !important;
	margin-top: 1px !important;
}
.select2-container--default .select2-selection--multiple{
    border: 1px solid #d2d6de !important;
    border-radius: 0 !important;
}
.select2-container .select2-selection--multiple{ min-height: 28px; }
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: rgba(255,255,255,0.7) !important;
}
.select2-container{
    line-height: 17px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #F6F6F6 !important;
    color: #434343 !important;
}
.select2-container--default .select2-results__option[aria-selected=true]{
    background-color: #DAA3FF !important;
    color: #434343 !important;
}
.select2-dropdown{
    border: 1px solid #d2d6de !important;
}
.select2-container--open .select2-dropdown--below{
    border-top: none !important;
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
    margin-top: 3px !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__clear{
	margin-top: 1px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	border-color: #9d9d9d transparent transparent transparent;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b:after{
	border-color: #ffffff transparent transparent transparent;
	position: absolute !important;
	display: block !important;
	border-style: solid !important;
	border-width: 5px 4px 0 4px !important;
	bottom: 2px !important;
	left: -4px !important;
	content:"" !important;
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__arrow b:after{
	border-color: #e9e9e9 transparent transparent transparent !important;
	position: absolute !important;
	display: block !important;
	border-style: solid !important;
	border-width: 5px 4px 0 4px !important;
	bottom: 2px !important;
	left: -4px !important;
	content:"" !important;
}
.select2-container .select2-search--inline .select2-search__field:focus{
	border: 1px solid #7000BD !important;
}


/*CK Editor*/
.cke_top {
    background-image: none;
    background-color: #F00;
}

.table-title thead tr th {
    background-color: #E3E7EC;
}
.table .children_p{ padding-left:20px;}
.box-footer div div.dataTables_info {
    padding-top: 2px;
}

.no_margin_about {
    margin-left: 0;
    margin-right: 0;
}

.no_margin_about div div label select {
    padding-right: 30px;
}

table.dataTable{
    margin-top: 0 !important;
}
table.dataTable.dtr-column > tbody > tr > td.control:before,
table.dataTable.dtr-column > tbody > tr > th.control:before {
    font-family:thyssen-krupp-iconfont !important;
    top: auto !important;
    left: 50%;
    height: 20px !important;
    width: 20px !important;
    margin-top: -10px;
    margin-left: -10px;
    display: block;
    position: absolute;
    color: #262626 !important;
    border: none !important;
    border-radius: 0;
    text-align: center;
    line-height: 18px;
    box-shadow: none !important;
    box-sizing: content-box;
    content: "\e768" !important;
    background-color: transparent !important;
    font-size: 18px;
}

table.dataTable.dtr-column > tbody > tr > td.control:hover:before,
table.dataTable.dtr-column > tbody > tr > th.control:hover:before {
    color: #7000bd !important;
}

table.dataTable.dtr-column > tbody > tr.parent td.control:before,
table.dataTable.dtr-column > tbody > tr.parent th.control:before {
    content: "\e7a3" !important;
    background-color: transparent;
}

table.dataTable.dtr-inline > tbody > tr > td.control:before,
table.dataTable.dtr-inline > tbody > tr > th.control:before {
    font-family:thyssen-krupp-iconfont !important;
    height: 20px !important;
    width: 20px !important;
    display: block;
    position: absolute;
    color: #262626 !important;
    border: none !important;
    border-radius: 0;
    box-shadow: none !important;
    box-sizing: content-box;
    content: "\e768" !important;
    background-color: transparent !important;
    font-size: 18px;
}

table.dataTable.dtr-inline > tbody > tr > td.control:hover:before,
table.dataTable.dtr-inline > tbody > tr > th.control:hover:before {
    color: #7000bd !important;
}

table.dataTable.dtr-inline > tbody > tr.parent td.control:before,
table.dataTable.dtr-inline > tbody > tr.parent th.control:before {
    content: "\e7a3" !important;
    background-color: transparent;
}

.table > thead > tr > th {
    vertical-align:  middle;
}

.table > tbody > tr > th {
    vertical-align: middle;
}

.table > tbody > tr > td {
    vertical-align: middle;
    color:#4B5564;
}
.table.table-small > tbody > tr > td {
    font-size:12px;
}
table > tbody > tr > td.red{ color:#e60050}
table > tbody > tr > td.green{ color:#00a65a}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after {
    position: absolute;
    top: auto;
    right: 8px;
    display: block;
    font-family: 'Glyphicons Halflings';
    opacity: 0.5;
    bottom: 8px;
}

.table tbody tr.collapse td:nth-child(2) {
    padding-left: 20px;
}

.table-bordered>thead>tr>th,
.table-bordered>thead>tr>td {
    _border-bottom-width: 0px;
}

/*Treeview*/
.tree-hide-box{
	position:relative;
	overflow:hidden;
}
.tree-hide{
    cursor:pointer;
    position:absolute;
    right:0;
    top:50%;
    margin-top:-16px;
    border-color: transparent;
    border-right-color: #73c3f0;
    border-width: 16px;
    border-left-width: 0;
    border-style: solid;
    display: block;
    width: 0;
    height: 0;
    outline: none;
    box-sizing: border-box;
    display:none;
}
.tree-show{
    cursor:pointer;
    color:#aaa;
    font-size:16px;
    margin-bottom:10px;
    display:none;
}

.tree-hide:hover {
    border-right-color: #0078dc;
}

.tree-hide:active {
    border-right-color: #003c7d;
}

.tree-show:hover {
    color: #78879b;
}

.tree-show:active {
    color: #003c7d;
}

.treeview a {
    color: #333;
    cursor: pointer;
}

.treeview a:hover {
    text-decoration: none;
    color: #7000bd;
}

.treeview a.selected {
    color: #7000bd;
    background-color: transparent;
}

.treeview .hover {
	color:#7000bd !important;
	cursor: pointer;
}

.treeview .hitarea {
    background-position: -63px -20px;
}

.treeview div.lastCollapsable-hitarea {
    background-position: 1px -109px;
}

.treeview li {
    padding: 3px 0pt 3px 20px;
}

.treeview .expandable-hitarea {
    background-position: -79px 2px;
}

.treeview li.collapsable, .treeview li.expandable {
    background-position: 0 -172px;
}

.treeview li.lastCollapsable {
    background-position: 1px -106px;
}

.treeview li.lastExpandable {
    background-position: -31px -62px;
}

.treeview div.lastExpandable-hitarea {
    background-position: -31px -65px;
}

.treeview li.last {
    background-position: 0 -1764px;
}

.treeview ul {
    margin-top: 2px;
}

.treeview .hitarea {
    margin-left: -20px;
    height: 20px;
    width: 20px;
}

.expandable a {
    padding-top: -10px;
}

/*wysihtml5*/
ul.wysihtml5-toolbar {
    border: solid 1px #DDDDDD;
    margin-bottom: -1px;
    padding: 10px 5px 5px 5px;
}

ul.wysihtml5-toolbar li {
    margin-bottom: 5px;
}

.btn-group .btn-primary {
    border: 1px solid #37005E;
}

.btn-group .btn-sec {
    border: 1px solid #7000bd;
}

.progress-bar-primary {
    background-color: #7000bd;
}

.alert-danger,.alert-error {
    background-color: #F2D9DC !important;
    color: #A80012 !important;
}

.alert-info {
    background-color: #e9e9e9 !important;
    color: #262626 !important;
}

.alert-success {
    background-color: #C8DEBF !important;
    color: #237C00 !important;
}
.alert-warning {
    background-color: #FDEFBE !important;
    color: #F16B08 !important;
}

.alert {
    border: none;
    border-radius: 0;
    margin-bottom: 15px;
}
.modal-alert{
    margin-top: 200px;
}
/*modal*/

.modal-title{
    font-size: 20px;
}
.modal-header{
    padding: 10px 15px 8px 15px;
}

@media screen and (min-width: 768px) {
    .modal-alert {
        width: 380px;
    }
}
.alertbox {
    width: 240px;
    margin-left: auto;
    margin-right: auto;
    display: none;
    text-align: center;
}

.alertbox div {
    background: rgba(0,0,0,0.5);
    max-width: 240px;
    position: fixed;
    z-index: 9999;
    bottom: 100px;
    padding: 12px 40px;
    color: #fff;
    opacity: 1;
    text-align: center;
    margin: 0 auto;
    line-height: 24px;
}


.wysihtml5-toolbar a:visited{
    color:#333
}

/*time-tab*/

.tbox {
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0
}

.tbox li {
    float: left;
    list-style: none;
    width: 25%;
    box-sizing: border-box;
}

.tpopover{
    display:block;
    position: relative;
    padding: 1px 40px;
    background-color: #EEF0F2;
    box-sizing: border-box;
    height:40px;
    border-right:#fff solid 20px;
}
.tpopover .tarrow{
    top:0;
    right:-20px;
    margin-top:-0px;
    border-color: transparent;
    border-left-color: #EEF0F2;
    border-width: 20px;
    border-right-width: 0;
    border-style: solid;
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    outline: none;
    box-sizing: border-box;
}
.tpopover .tarrow-left{
	top:0;
	left:0px;
	margin-top:-0px;
	border-color: transparent;
	border-left-color: #fff;
	border-width: 20px;
	border-right-width: 0;
	border-style: solid;
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	outline: none;
	box-sizing: border-box;
}
.tpopover>table>tbody>tr>td.tpopover_title {
	height:40px;
	font-size: 12px;
	color: #999999;
	width:160px;
	box-sizing:border-box;
	vertical-align: middle;
}
.tpopover.tpopover-first{
    padding-left:20px;
}
.tpopover.tpopover-last{
    padding-right:20px;
    border:none;
}
.tpopover.selected{
    background-color:#7000bd;
    color:#ffffff;
}
.tpopover.selected .tpopover_title{
    color:#fff;
}
.tpopover.selected .tarrow{
    border-left-color:#7000bd;
}
.tpopover table{
    margin-top:-2px;
}


.gray-box{
    background-color:#EEF0F2;
    padding:10px 10px 0px 10px;
    margin-bottom:15px;
}
.gray-box .btn-gray{
	padding-top:4px;
	padding-bottom:4px;
	margin-bottom:10px;
	margin-right:10px;
	min-width:70px;}
@media screen and (max-width: 767px) {
    .gray-box .btn-gray{
	    padding-top:6px;
		padding-bottom:6px;
		margin-bottom:10px;
		margin-right:10px;
		min-width:70px;
		margin-top:10px;}
}
.btn-input{
	padding-top:4px;
	padding-bottom:4px;
}
.gray-hide-box{
	position:relative;
	overflow:hidden;
}
.gray-box .form-group{
	margin-bottom:10px;
}
.gray-box .form-group .control-label{
	font-size:14px;
	line-height:28px;
	margin-bottom:0;
	padding-top:0;
}
@media screen and (max-width: 767px) {
    .gray-box .form-group .control-label{
		font-size:14px;
		line-height:28px;
		margin-bottom:5px;
	}
    .gray-box{
		background-color:#EEF0F2;
		padding:10px 0px 10px 0px;
		margin-bottom:20px;
	}
}


/*gray information*/
.ginf-box{
	overflow:hidden;
	width:100%;
	box-sizing:border-box;
	padding:0 10px 10px 10px;
	list-style:none;
}
.ginf-box li{
	float:left;
	width:50%;
	line-height:28px;
}
@media screen and (max-width: 767px) {
    .ginf-box li{
        float:left;
		width:100%;
		line-height:24px;
		margin-bottom:8px;
    }
	.ginf-box li a{
		padding-left:5px;
	}
	.ginf-box.ginfone li{
		float:left;
		width:100%;
		line-height:24px;
		margin-bottom:8px;
	}
	.ginf-box li .ginf-title{
		display:block;
	}
	.ginf-box li .ginf-font{
		display:block
	}
}
.ginf-box.ginfone li{
	float:left;
	width:100%;
	line-height:28px;
}
.ginf-box li .ginf-title{
	color:#333;
	font-weight:bold;
}
.ginf-box li .ginf-font{
	color:#666;
	padding-left:5px;
}
.gray-hide{
	position:absolute;
	right:10px;
	bottom:10px;
	cursor:pointer;
	color:#aaa;
	font-size:12px;
}
.gray-hide:hover{
	color:#78879b;
}
.gray-hide:active{
	color:#003c7d;
}
.gray-show{
	position:absolute;
	right:10px;
	bottom:10px;
	cursor:pointer;
	color:#aaa;
	font-size:12px;
}
.gray-show:hover{
	color:#78879b;
}
.gray-show:active{
	color:#003c7d;
}
.gray-hide .glyphicon-arrow-up{
	font-size:18px;
}
.gray-show  .glyphicon-arrow-down{
	font-size:18px;
}
.gray-show{
	display:none;
}

.datatable_no_data{
	background: url(../../static/DataTables/1.10.7/images/no-data.png) no-repeat top center;
	max-width: 160px;
	max-height: 160px;
	background-size: 60% 60%;
	margin: 0 auto;
	width: 40%;
	height: 160px;
	text-align:center;
	padding-top: 110px;
	color: #78879B;
	margin-top: 20px;
	margin-bottom: -10px;
}

.gray-box .dl-horizontal{
	margin-bottom: 0;
}
.dl-horizontal dt{
	line-height: 28px;
}
.dl-horizontal dd{
	line-height: 28px;
}
@media screen and (max-width: 767px) {
    .dl-horizontal dt{
        line-height: 24px;
    }
    .dl-horizontal dd{
        line-height: 24px;
        margin-bottom: 8px;
        margin-left: 0;
    }
}

/*bootstrap-datepicker*/

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover{
    color: #BBBBBB;
}

.popover-content .btn{
	margin-left: 5px;
	margin-right: 5px;
}

.input-group-addon.input-click-addon{
    display: block;
    position: absolute;
    z-index: 10;
    right: 0;
    border: 1px solid #cccccc;
    width: 40px;
    height: 28px;
    pointer-events: none;
}
.input-group-addon.input-click-addon:last-child{
	border: 1px solid #cccccc;
}
.input-group{
	width: 100%;
}

.input-daterange input:first-child,
.input-daterange input:last-child {
    border-radius: 0 !important;
}
.datepicker table tr td.range,
.datepicker table tr td.range:hover,
.datepicker table tr td.range.disabled,
.datepicker table tr td.range.disabled:hover{
	background-color: #e5f5fd;
}
.daterangepicker .input-mini.active{
	border-color: #7000BD !important;
}
.ranges li{
	color: #7000BD !important;
}
.ranges li:hover{
	background-color: #7000BD !important;
	border-color: #7000BD !important;
	color: #FFFFFF !important;
}
.ranges li.active{
	background-color: #7000BD !important;
	border-color: #7000BD !important;
	color: #FFFFFF !important;
}
.daterangepicker td.in-range{
	background-color: #EDD0FF !important;
}
.datepicker table tr td.range{
	background-color: #EDD0FF !important;
}
.daterangepicker td.available:hover, .daterangepicker th.available:hover{
	background: #e9e9e9 !important;
}
.daterangepicker td.active, .daterangepicker td.active:hover{
	background-color: #7000BD !important;
}
.input-daterange input {
	text-align: left;
}
.input-group-addon{
	height: 28px !important;
	line-height: 1 !important;
}

.star_mark {
    color: #a80012;
    font-weight: bold;
    display: block;
    float: right;
    width: 10px;
    margin-right: -10px;
}

/*iCheck*/
.icheckbox_minimal-blue,
.iradio_minimal-blue {
    margin-top: -4px;
    margin-right: 2px;
}
.tke_checkbox_label .tke_checkbox{
    margin-top: -4px;
}
input[type="checkbox"].tke_checkbox{
    position: relative;
    outline: 0;
    width: 16px;
    height: 16px;
    background-color: white;
    vertical-align: middle;
    border: 1px solid #fff;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}
input[type="checkbox"].tke_checkbox::before{
    left: -1px;
    top: -1px;
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #c4c4c4;
}
input[type="checkbox"].tke_checkbox:checked::before{
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 18px;
    height: 18px;
    background-color: #7000bd;
    border: 1px solid #58008D;
    border-radius: 0;
}
input[type="checkbox"].tke_checkbox:checked::after{
    content: '√';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 18px;
    height: 18px;
	background-color: #7000bd;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
}
input[type="checkbox"].tke_checkbox:disabled::before{
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: 18px;
	height: 18px;
	background-color: #e9e9e9;
	border: 1px solid #c4c4c4;
	border-radius: 0;
}
input[type="checkbox"].tke_checkbox:disabled::after{
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: 18px;
	height: 18px;
	background-color: #e9e9e9;
	border: 1px solid #c4c4c4;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}
input[type="checkbox"].tke_checkbox:checked:disabled::before{
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: 18px;
	height: 18px;
	background-color: #C4C4C4;
	border: 1px solid #C4C4C4;
	border-radius: 0;
}
input[type="checkbox"].tke_checkbox:checked:disabled::after{
	content: '√';
	position: absolute;
	top: -1px;
	left: -1px;
	width: 18px;
	height: 18px;
	background-color: #C4C4C4;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}
.tke_radio_label .tke_radio{
    margin-top: -4px;
}
input[type="radio"].tke_radio{
    position: relative;
    outline: 0;
    width: 16px;
    height: 16px;
    background-color: white;
    vertical-align: middle;
    border: 1px solid #fff;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
    border-radius: 16px;
}
input[type="radio"].tke_radio::before{
    left: -1px;
    top: -1px;
    content: '';
    position: absolute;
    width: 18px;
    height: 18px;
    border: 1px solid #c4c4c4;
    border-radius: 18px;
}
input[type="radio"].tke_radio:checked::before{
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 18px;
    height: 18px;
    background-color: #7000bd;
    border: 1px solid #58008D;
    border-radius: 0;
    border-radius: 18px;
}
input[type="radio"].tke_radio:checked::after{
    content: '';
    position: absolute;
    top: -1px;
    left: -1px;
    width: 18px;
    height: 18px;
    background-color: #FFFFFF;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #ffffff;
    border-radius: 18px;
    border: 4px solid #7000BD;
}
input[type="radio"].tke_radio:disabled::before{
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: 18px;
	height: 18px;
	background-color: #c4c4c4;
	border: 1px solid #C4C4C4;
	border-radius: 0;
	border-radius: 18px;
}
input[type="radio"].tke_radio:disabled::after{
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: 18px;
	height: 18px;
	background-color: #E9e9e9;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	border-radius: 18px;
	border: 1px solid #c4c4c4;
}
input[type="radio"].tke_radio:checked:disabled::before{
	content: '';
	position: absolute;
	top: -1px;
	left: -1px;
	width: 18px;
	height: 18px;
	background-color: #c4c4c4;
	border: 1px solid #c4c4c4;
	border-radius: 0;
	border-radius: 18px;
}
input[type="radio"].tke_radio:checked:disabled::after{
	content: '';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 16px;
	height: 16px;
	background-color: #c4c4c4;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
	border-radius: 18px;
	border: 3px solid #ffffff;
}
/*
   new loading style replace-complete
 */
.maska{
	height: 100%; 
	width: 100%;
	z-index: 9999;
	position: fixed;
	display: none;
	top: 0;
    left: 0;
}
.loadingback{
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.6);
}
.loading_box{
	width: 460px;
	max-width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -200px;
	left: 50%;
	margin-left: -230px;
}
#divTime{
	margin-top: -8px;
	float: right;
    color: rgba(255,255,255,0.7);
	}
.loadingimg{
    /*
	width: 190px;
	margin: 0 auto;
    */
    box-shadow: #888888 0px 0px 30px;
    margin-bottom: 5px;
}
.loadingimg img{
	width: 100%;
	height:auto;
}

@media screen and (max-width: 620px) {
    .loadingimg{
		width: 140px;
		margin: 0 auto;
	}
    .loading_box{
		width: 240px;
		max-width: 100%;
		position: absolute;
		top: 50%;
		margin-top: -100px;
		left: 50%;
		margin-left: -120px;
	}
}

/*
  new loading style replace-part
*/
.loadingback-pt{
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 99;
	background: rgb(255,255,255);
}
.loadingback-pt-replace{
	height: 100%;
	width: 100%;
	z-index: 99;
	background: rgba(255,255,255,0.7);
}
.loading_box-pt{
	width: 200px;
	max-width: 100%;
	position: absolute;
	top: 50%;
	margin-top: -45px;
	left: 50%;
	margin-left: -100px;
}
.loadingimg-pt{
	width: 60px;
	margin: 0 auto;
}
.loadingimg-pt img{
	width: 100%;
	height:auto;
}

@media screen and (max-width: 620px) {
    .loadingimg-pt{
		width: 60px;
		margin: 0 auto;
	}
    .loading_box-pt{
		width: 150px;
		max-width: 100%;
		position: absolute;
		top: 50%;
		margin-top: -50px;
		left: 50%;
		margin-left: -70px;
	}
}

.legal-content {
	margin: 15px auto !important;
}

.legal-floating-layer {
	min-height: 334px;
	overflow :auto;
	margin-bottom: 20px;
}

/*Empty Page*/

.no-data-box{
    width:100%;
    margin: 10px 0;
}
.no-data-img-box{
    width: 90%;
    max-width:120px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
}
.no-data-box img{
    width: 100%;
}
.no-data-box .no-data-font{
    text-align: center;
    font-size: 16px;
    color: #78879B;
}

.no-task-box{
    width:100%;
    margin: 10px 0;
}
.no-task-img-box{
    width: 90%;
    max-width:360px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}
.no-task-box img{
    width: 100%;
}
.no-task-box .no-task-font{
    text-align: center;
    font-size: 16px;
    color: #78879B;
}

.nopermission-box{
    max-width: 900px;
    margin: 40px auto 20px auto;
    position: relative;
}
.nopermission-person{
    position: absolute;
    left: 12%;
    top: 0;
    width: 28%;
    max-width: 240px;
    z-index: 2;
}
.nopermission-person img{
    width: 100%;
    height: auto;
}
.nopermission-top{
    padding-left: 45%;
    box-sizing: border-box;
    padding-top: 50px;
    height: 220px;
}
.nopermission-title{
    font-size: 32px;
    color: #6F7783;
    margin-bottom: 24px;
    font-weight: 600;
}
.nopermission-font{
    font-size: 20px;
    color: #77869A;
    line-height: 26px;
    width: 90%;
    margin-bottom: 40px;
}
.nopermission-bottom{
    width: 100%;
}
.nopermission-bottom img{
    width: 100%;
    height: auto;
}
@media screen and (max-width:768px) {
    .nopermission-box{
        width: 80%;
        margin: 40px auto 20px auto;
        position: relative;
    }
    .nopermission-bottom{
        width: 100%;
        position: absolute;
        top:140px;
        z-index: 1;
    }
    .nopermission-top{
        padding-left: 0;
        width: 100%;
        text-align: center;
        padding-top: 340px;
        height: auto;
    }
}
@media screen and (max-width:650px) {
    .nopermission-box{
        width: 80%;
        margin: 20px auto 20px auto;
        position: relative;
    }
    .nopermission-bottom{
        width: 100%;
        position: absolute;
        top:140px;
        z-index: 1;
    }
    .nopermission-top{
        padding-left: 0;
        width: 100%;
        text-align: center;
        padding-top: 300px;
        height: auto;
    }
}
@media screen and (max-width:580px) {
    .nopermission-box{
        width: 80%;
        margin: 20px auto 20px auto;
        position: relative;
        }
    .nopermission-bottom{
        width: 100%;
        position: absolute;
        top:110px;
        z-index: 1;
    }
    .nopermission-top{
        padding-left: 0;
        width: 100%;
        text-align: center;
        padding-top: 260px;
        height: auto;
    }
}
@media screen and (max-width:500px) {
    .nopermission-box{
        width: 80%;
        margin: 20px auto 20px auto;
        position: relative;
    }
    .nopermission-bottom{
        display: none;
    }
    .nopermission-person{
        position: inherit;
        width: 40%;
        margin: 0 auto;
        left: 6%;
    }
    .nopermission-top{
        padding-left: 0;
        width: 100%;
        text-align: center;
        padding-top: 20px;
        height: auto;
    }
}

.nopage-box{
    max-width: 1200px;
    overflow: hidden;
    margin: 100px auto 20px auto;
}
.nopage-box .nopage-left{
    float: left;
    width: 40%;
}
.nopage-box .nopage-left img{
    width: 100%;
    height: auto;
}
.nopage-box .nopage-right{
    float: left;
    width: 60%;
    background: url(tk/img/responsive/404_shadow.png) no-repeat;
    background-position:-40px bottom;
    background-size:120% auto;
    padding-top: 110px;
    padding-left: 8%;
}
.nopage-box .nopage-title{
    font-size: 42px;
    color:#4b5564;
    margin-bottom: 25px;
    line-height: 50px;
    font-weight: bold;
}
.nopage-box .nopage-font{
    font-size: 28px;
    color: #78879b;
    margin-bottom: 80px;
    line-height: 34px;
}

 @media screen and (max-width: 1200px) {
    .nopage-box{
        max-width: 1000px;
        margin: 80px auto 20px auto;
    }
    .nopage-box .nopage-left{
        float: left;
        width: 42%;
    }
    .nopage-box .nopage-right{
        float: left;
        width: 50%;
        background: url(tk/img/responsive/404_shadow.png) no-repeat;
        background-position:-60px bottom;
        background-size:130% auto;
        padding-top: 100px;
        padding-left: 8%;
    }
    .nopage-box .nopage-title{
        font-size: 38px;
        color:#4b5564;
        margin-bottom: 25px;
        line-height: 42px;
        font-weight: bold;
    }
    .nopage-box .nopage-font{
        font-size: 22px;
        color: #78879b;
        margin-bottom: 60px;
        line-height: 26px;
    }
}
@media screen and (max-width: 992px) {
    .nopage-box{
        max-width: 800px;
        margin: 80px auto 20px auto;
    }
    .nopage-box .nopage-left{
        float: left;
        width: 42%;
        margin: 0 auto;
    }
    .nopage-box .nopage-right{
        float: left;
        width: 50%;
        background: url(tk/img/responsive/404_shadow.png) no-repeat;
        background-position:-60px bottom;
        background-size:130% auto;
        padding-top: 70px;
        padding-left: 8%;
    }
    .nopage-box .nopage-title{
        font-size: 34px;
        color:#4b5564;
        margin-bottom: 25px;
        line-height: 40px;
        font-weight: bold;
    }
    .nopage-box .nopage-font{
        font-size: 18px;
        color: #78879b;
        margin-bottom: 60px;
        line-height: 22px;
    }
}
@media screen and (max-width:768px) {
    .nopage-box{
        margin: 30px auto 20px auto;
    }
    .nopage-box .nopage-left{
        float: none;
        width: 70%;
        margin: 0 auto;
        padding-right: 50px;
    }
    .nopage-box .nopage-right{
        float: none;
        width: 80%;
        margin: 0 auto;
        background: url(tk/img/responsive/404_shadow.png) no-repeat;
        background-position:center bottom;
        background-size:130% auto;
        padding-top: 50px;
        text-align: center;
        padding-left: 0;
        padding-bottom: 60px;
    }
    .nopage-box .nopage-title{
        font-size: 34px;
        color:#4b5564;
        margin-bottom: 30px;
        line-height: 40px;
        font-weight: bold;
    }
    .nopage-box .nopage-font{
        font-size: 18px;
        color: #78879b;
        margin-bottom: 0px;
        line-height: 22px;
    }
}


/*Error page*/

.error-box{
    max-width: 1200px;
    margin: 100px auto 20px auto;
    overflow: hidden;
}
.error-left{
    width: 40%;
    float: left;
    margin-right: 4%;
}
.error-left img{
    width: 100%;
    height: auto;
}
.error-right{
    width: 51%;
    float: left;
    padding-top: 20px;
}
.error-title{
    font-size: 40px;
    color: #4B5565;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 46px;
}
.error-font{
    font-size: 22px;
    color: #78879C;
    line-height: 30px;
}
@media screen and (max-width:1200px) {
    .error-left{
        width: 45%;
        float: left;
        margin-right: 4%;
    }
    .error-left img{
        width: 100%;
        height: auto;
    }
    .error-right{
        width: 46%;
        float: left;
        padding-top: 16px;
    }
    .error-title{
        font-size: 36px;
        color: #4B5565;
        font-weight: bold;
        margin-bottom: 30px;
        line-height: 42px;
    }
    .error-font{
        font-size: 18px;
        color: #78879C;
        line-height: 26px;
    }
}
@media screen and (max-width:992px) {
    .error-left{
        width: 45%;
        float: left;
        margin-right: 4%;
    }
    .error-left img{
        width: 100%;
        height: auto;
    }
    .error-right{
        width: 46%;
        float: left;
        padding-top: 16px;
    }
    .error-title{
        font-size: 30px;
        color: #4B5565;
        font-weight: bold;
        margin-bottom: 30px;
        line-height: 36px;
    }
    .error-font{
        font-size: 16px;
        color: #78879C;
        line-height: 24px;
    }
}
@media screen and (max-width:768px) {
    .error-box{
        margin-top: 40px;
    }
    .error-left{
        width: 70%;
        float: none;
        margin: 0px auto 20px auto;
    }
    .error-left img{
        width: 100%;
        height: auto;
    }
    .error-right{
        width: 90%;
        float: none;
        padding-top:20px;
        text-align: center;
        margin: 0 auto;
    }
    .error-title{
        font-size: 30px;
        color: #4B5565;
        font-weight: bold;
        margin-bottom: 30px;
        line-height: 36px;
    }
    .error-font{
        font-size: 16px;
        color: #78879C;
        line-height: 24px;
    }
}



.sysmain-box .error-left{
    width: 40%;
    float: left;
    margin-right: 4%
    margin-left: 2%;
}
.sysmain-box .error-right{
    width: 51%;
    float: left;
    padding-top: 20px;
    margin-left: -30px;
}
.sysmain-box .error-font{
    font-size: 22px;
    color: #78879C;
    line-height: 30px;
    margin-bottom: 10px;
}
@media screen and (max-width:1200px) {
    .sysmain-box .error-left{
        width: 45%;
        float: left;
        margin-right: 4%;
    }
    .sysmain-box .error-right{
        width: 46%;
        float: left;
        padding-top: 16px;
    }
    .sysmain-box .error-font{
        font-size: 18px;
        color: #78879C;
        line-height: 26px;
    }
}
@media screen and (max-width:992px) {
    .sysmain-box .error-left{
        width: 45%;
        float: left;
        margin-right: 4%;
    }
    .sysmain-box .error-right{
        width: 46%;
        float: left;
        padding-top: 16px;
    }
    .sysmain-box .error-font{
        font-size: 16px;
        color: #78879C;
        line-height: 24px;
    }
}
@media screen and (max-width:768px) {
    .sysmain-box .error-left{
        width: 70%;
        float: none;
        margin: 0px auto 20px auto;
    }
    .sysmain-box .error-right{
        width: 90%;
        float: none;
        padding-top:20px;
        text-align: center;
        margin: 0 auto;
    }
    .sysmain-box .error-font{
        font-size: 16px;
        color: #78879C;
        line-height: 24px;
    }
}

.errorone-box.error-box{
        margin-top: 40px;
    }
.errorone-box .error-left{
    width: 40%;
    float: left;
    margin-right: 4%;
    margin-left: 6%;
}
.errorone-box .error-right{
    margin-left: -30px;
}
.errorone-box .error-title{
    font-size: 42px;
}
.errorone-box .error-font{
    font-size: 26px;
    line-height: 34px;
    max-width: 400px;
}
@media screen and (max-width:1200px) {
    .errorone-box .error-left{
        width: 45%;
        float: left;
        margin-right: 4%;
    }
    .errorone-box .error-title{
        font-size: 38px;
    }
    .errorone-box .error-font{
        font-size: 20px;
        line-height: 28px;
    }
}
@media screen and (max-width:992px) {
    .errorone-box .error-left{
        width: 45%;
        float: left;
        margin-right: 4%;
    }
    .errorone-box .error-title{
        font-size: 32px;
    }
    .errorone-box .error-font{
        font-size: 18px;
        line-height: 26px;
    }
}
@media screen and (max-width:768px) {
    .errorone-box .error-left{
        width: 70%;
        float: none;
        margin: 0px auto 20px auto;
    }
    .errorone-box .error-title{
        font-size: 32px;
    }
    .errorone-box .error-font{
        font-size: 18px;
        line-height: 26px;
        max-width: 100%;
    }
    .errorone-box .error-right{
        width: 90%;
        float: none;
        padding-top:20px;
        text-align: center;
        margin: 0 auto;
    }
}


.error-box.error-three{
    max-width: 1400px;
    margin: 100px auto 20px auto;
    overflow: hidden;
}
.error-three .error-left{
    width: 36%;
    float: left;
    margin-right: 3%;
    padding-top: 40px;
}
.error-three .error-right{
    width: 56%;
    float: left;
    padding-top: 0px;
}
.error-three .error-title{
    font-size: 40px;
    color: #4B5565;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 46px;
}
.error-three .error-font{
    font-size: 22px;
    color: #78879C;
    line-height: 30px;
    margin-bottom: 5px;
}
@media screen and (max-width:1200px) {
    .error-three .error-left{
        width: 40%;
        float: left;
        margin-right: 2%;
    }
    .error-three .error-right{
        width: 58%;
        float: left;
        padding-top: 16px;
    }
    .error-three .error-title{
        font-size: 36px;
        color: #4B5565;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 42px;
    }
}
@media screen and (max-width:992px) {
    .error-box.error-three{
        margin-top: 30px;
    }
    .error-three .error-left{
        width: 40%;
        float: left;
        margin-right: 4%;
    }
    .error-three .error-left{
        display: none;
    }
    .error-three .error-right{
         width: 90%;
         float: none;
         padding-top:20px;
         text-align: left;
         margin: 0 auto;
    }
    .error-three .error-title{
        font-size: 30px;
        color: #4B5565;
        font-weight: bold;
        margin-bottom: 20px;
        line-height: 36px;
    }
}
.star_mark_th {
	color: #dd4b39;
    font-weight: bold;
     margin-left: 10px;
}

/* response header max alert badge */
keyframes header-badge {
    from { opacity: 1.0; } 50% { opacity: 0.3; } to { opacity: 1.0; }
}
@-webkit-keyframes header-badge {
    from { opacity: 1.0; } 50% { opacity: 0.3; } to { opacity: 1.0; }
}
.header_maxalert .badge{
    padding: 3px 6px 1px 6px;
    margin-top: -4px;
}
.header_maxalert .max_badge{
    animation: header-badge 900ms infinite;
    -webkit-animation: header-badge 900ms infinite;
}
.receivednewmaxalert{
    position: fixed;
    top: 10px;
    right: 10px;
    max-width: 285px;
    z-index: 999;
    box-shadow:#EED8A5 0px 1px 5px 0px;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: rgb(34,127,0,0.2);
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: rgb(34,127,0,0.3);
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: rgb(237,208,255);
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: rgb(218,163,255);
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: rgb(249,202,41,0.2);
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: rgb(249,202,41,0.3);
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: rgb(168,0,18,0.15);
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: rgb(168,0,18,0.2);
}

/* back to top */
.backtopbox{
	position: fixed;
	bottom: 80px;
	right: 40px;
	z-index: 999;
	padding:6px 8px;
	background-color: #7000BD;
	cursor: pointer;
	color: #FFFFFF;
	display: none;
	opacity: 0.5;
	width: auto;
}
.backtopbox:hover{
	opacity: 1;
}
.backtopbox:hover{
	background-color: #A31AFF;
}
.backtopbox:active{
	background-color: #58008D;
}
.backtopbox > .tk-icon{
	font-size: 14px;
}
.backtopbox-font{
	float: right;
	padding: 1px 0 0 4px;
	overflow: hidden;
	white-space: nowrap;
	display: none;
	width: auto;
}
@media screen and (max-width: 979px) {
	.backtopbox{
	   right: 10px;
	   /* display: block; */
	   opacity: 1;
	}
}
@media screen and (max-width: 991px) {
	.backtopbox{
	   right: 17px;
	}
}

/* Batch upload */
.file-box{
	height: 88px;
	border: 1px solid #e5e5e5;
	display: table;
	width: 100%;
}
.file-box.borderd{
	border: 1px solid #7000bd;
}
.file-box.disabled{
	background-color: #E9E9E9;
	border: 1px solid #c4c4c4;
	pointer-events: none;
}
.file-border{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	color: #9d9d9d;
}
.files-name{
	display: inline-block; 
	height: 28px; 
	line-height: 28px; 
	margin-right: 10px;
}
.files-del{ 
	display: inline-block; 
	height: 28px; 
	line-height: 28px;
}
.files-del .tk-icon{
	font-size: 18px;
}
.upload-box{
	margin-bottom: 10px;
}

.header_maxalert .alert-warning{
    position: absolute;
    left: -297px;
    top: -25px;
    width: 285px;
    padding:8px 5px 0px 5px;
    font-size: 12px;
    border: 1px solid #FFC498;
}
.header_maxalert .alert-warning::before{
    content: "";
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px dashed #FFC498;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -20px;
    top: 26px;
}
.header_maxalert .alert-warning::after{
    content: "";
    width: 0;
    height: 0;
    vertical-align: middle;
    border-top: 10px solid transparent;
    border-right: 10px solid transparent;
    border-left: 10px dashed #FDEFBE;
    border-bottom: 10px solid transparent;
    position: absolute;
    right: -19px;
    top: 26px;
}
.header_maxalert .alert-warning .tk-icon{
    font-size: 16px;
}
.max-alert-building{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.max-alert-font-box .pull-left{
    width:140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/* summernote start */
.panel{
	border-radius: 0 !important;
}
.note-editing-area .table-bordered>tbody>tr>td{
    border-color: #c4c4c4;
}
.note-editing-area .table-bordered{
    border-color: #c4c4c4;
}
.note-editing-area p{
    color: #262626;
}
/* summernote end */