@charset "UTF-8";
/* CSS Document */
/*All*/
html {
    height: auto;
    font-size: 14px;
}

body {
    height: auto;
    font-size: 14px;
    color:#4b5564;
    background-image:none; /*remove the background image near locationtab*/
}
 /*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(../../tk/img/responsive/select_arrow.png) no-repeat scroll right center transparent;
    padding: 0 24px 0 4px;
    text-overflow: ellipsis;
}

select.form-control {
    background: url(../../tk/img/responsive/select_arrow.png) no-repeat scroll right center transparent;
    padding: 0 24px 0 4px;
    background-color:#fff;
    text-overflow: ellipsis;
}

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;
}

h1,h2,h3,h4 {
    font-weight: 500;
    color: #333;
}

p {
    color: #78879B;
    margin-bottom: 15px;
}

a {
    color: #0093DC;
}

a:hover {
    color: #0078DC;
    text-decoration: underline;
}

a:active {
    color: #003C7D;
    text-decoration: underline;
}

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: #00a0f0;
}

.brand-hover {
    color: #0078DC;
}

.text-red {
    color: #E60050;
}

.text-green {
    color: #0F968C;
}

.text-blue {
    color: #00A0F0;
}

.text-yellow {
    color: #FFB400;
}

.text-purple {
    color: #9013FE;
}
/*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: #00a0f0;
    line-height: 14px;
    height:18px;
    width: auto;
    text-align: center;
    padding: 2px 6px;
    background: url(../../tk/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: #0078DC;
    background-color: inherit;
}
.pagination li a:active {
    color: #fff;
    background-color: #00A0F0;
}

.pagination li .active {
    color: #fff;
    display: inline-block;
    background-color: #00a0f0!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: #00a0f0!important;
}
.pagination li.active a:hover{
    color: #0078DC;
    background-position: -160px 0;
    background-color: inherit;
}
.pagination li.active a:active{
    color: #0078DC;
    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: #00a0f0;
}

.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: 5px 12px;
    height: 28px;
}
a.btn{
    color: #FFFFFF;
}
a.btn-default{
    color: #333333;
}
.btn-left {
    margin-left: 10px;
}

.form-control {
    height: 28px;
    padding: 4px 5px;
    font-size: 0.875e;
    line-height: 1.5;
}

.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;
}

.input-group-addon {
    padding: 4px 14px;
}

.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;
}
/*form--end*/

/*table*/
.nav-tabs-custom {
    box-shadow: none;
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-top-color: #00a0f0;
    background-color: #FFF;
    color: #333;
    border-left: #d7d7d7 solid 1px;
    border-right: #d7d7d7 solid 1px;
}

.nav-tabs-custom>.nav-tabs>li {
    background-color: #DADEE9;
    margin-right: 1px;
}

.nav-tabs-custom > .nav-tabs > li > a {
    color: #666;
}

.nav-tabs-custom > .nav-tabs > li.active > a {
    color: #333;
}

.nav-tabs-custom >.nav > li > a {
    padding-top: 8px;
    padding-bottom: 6px;
    font-size: 14px;
}

.nav-tabs-custom > .tab-content {
    border: #d7d7d7 solid 1px;
}

@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: #00a0f0;
}

/*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: #00A0F0;
}

.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: #78879B;
}

.datepicker table tr td.disabled,
.datepicker table tr td.disabled:hover {
    color: #BBBBBB;
}

.datepicker table tr td span.active:hover,
.datepicker table tr td span.active:hover:hover,
.datepicker table tr td span.active.disabled:hover,
.datepicker table tr td span.active.disabled:hover:hover,
.datepicker table tr td span.active:focus,
.datepicker table tr td span.active:hover:focus,
.datepicker table tr td span.active.disabled:focus,
.datepicker table tr td span.active.disabled:hover:focus,
.datepicker table tr td span.active:active,
.datepicker table tr td span.active:hover:active,
.datepicker table tr td span.active.disabled:active,
.datepicker table tr td span.active.disabled:hover:active,
.datepicker table tr td span.active.active,
.datepicker table tr td span.active:hover.active,
.datepicker table tr td span.active.disabled.active,
.datepicker table tr td span.active.disabled:hover.active,
.open .dropdown-toggle.datepicker table tr td span.active,
.open .dropdown-toggle.datepicker table tr td span.active:hover,
.open .dropdown-toggle.datepicker table tr td span.active.disabled,
.open .dropdown-toggle.datepicker table tr td span.active.disabled:hover {
    background-color: #00A0F0;
    border-color: #00A0F0;
}

.popover{
    font-family: tktype, Arial, Verdana, sans-serif;
}
.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;
}

.input-daterange input {
    text-align: left;
}

.input-group-addon {
    height: 28px !important;
    line-height: 1 !important;
}

.star_mark {
    color: #dd4b39;
    font-weight: bold;
    display: block;
    float: right;
    width: 10px;
    margin-right: -10px;
}


/*select2*/
.select2-container .select2-search--inline .select2-search__field {
    margin-top: 2px !important;
}

.select2-container--default .select2-selection--single,
.select2-selection .select2-selection--single {
    border: 1px solid #d2d6de !important;
    padding: 4px 5px !important;
    height: 28px !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:#00A0F0 !important;
    border: 0 !important;
}
.select2-container--default .select2-selection--multiple{
    border: 1px solid #d2d6de !important;
    border-radius: 0 !important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: rgba(255,255,255,0.7) !important;
}
.select2-container{
    line-height: 16px !important;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
    background-color: #00a0f0 !important;
    color: white !important;
}
.select2-container--default .select2-results__option[aria-selected=true]{
    background-color: #D9DEE8 !important;
    color: #444 !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: 4px !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: #00A0F0 !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.parent td.control:before,
table.dataTable.dtr-column > 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: #00a0f0;
}

.treeview a.selected {
    color: #00a0f0;
    background-color: transparent;
}

.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 #0088cc;
}

.btn-group .btn-sec {
    border: 1px solid #667384;
}
.btn-sec:focus{background-color:#78879b;}

.progress-bar-primary {
    background-color: #00a0f0;
}

.alert-danger {
    background-color: #fae0ec !important;
    border-color: #ebccd1;
    color: #d7005f !important;
}

.alert-info {
    background-color: #e0f3fd !important;
    border-color: #ebccd1;
    color: #00a0f0 !important;
}

.alert-success {
    background-color: #e0f4f1 !important;
    border-color: #ebccd1;
    color: #00a58c !important;
}
.alert-warning {
    background-color: #FFF0CD !important;
    border-color: #ebccd1;
    color: #D48B00 !important;
}

.alert {
    border: none;
    border-radius: 0;
    margin-bottom: 15px;
}
.modal-alert{
    margin-top: 200px;
}
/*modal*/

.modal-title{
    font-size: 20px;
}
.modal-header{
    padding: 15px 15px 10px 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:#00a0f0; color:#ffffff;}
.tpopover.selected .tpopover_title{ color:#fff;}
.tpopover.selected .tarrow{border-left-color:#00a0f0;}
.tpopover table{ margin-top:-2px;}


.gray-box{ background-color:#EEF0F2; padding:10px 0px 0px 0px; margin-bottom:20px;}
.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;
    }
}


/*iCheck*/

.icheckbox_minimal-blue,
.iradio_minimal-blue {
    margin-top: -4px;
    margin-right: 2px;
}
.checkbox label, .radio label{
    padding-left: 0px !important;
}

/*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-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;
    }
}
