﻿/*html {
    min-width: 750px;
}*/

.modal-lg {
    min-width: 726px !important;
}

body {
    background: #f3f3f3;
	font-size: 16px;
}

    body > .blockUI > .loading-message {
        background-color: #fff;
    }


.language-group {
    padding: 15px 12px;
}

    .language-group > .dropdown-toggle {
        color: #fff;
    }

    .language-group ul {
        min-width: 80px;
    }

body.lang-zh-TW {
    font-family: 'Microsoft JhengHei';
}

.ui-datepicker {
    width: 18em;
}

.field-validation-error {
    color: red;
}

.min-480 {
    min-height: 480px;
}

.no-link:hover {
    text-decoration: none;
}


.text-lightgray {
    color: #999999;
}

.text-bold {
    font-weight: bold;
}

.navbar-brand {
    line-height: 1.2em;
    padding: 20px 10px;
}

.navbar .navbar-toggle.pull-left {
    margin: 5px 6px 4px 6px;
}

td > dl {
    margin: 0px;
}


.select-button {
    display: inline-block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    padding: 0 4px;
    background-color: #65bcda;
    color: #FFF;
    font-size: 12px;
    font-weight: 700;
    cursor: default;
    margin-left: 4px;
    border-color: #FFF;
    border: 2px solid #FFF;
    -webkit-box-shadow: 0 1px 0 1px rgba(0,0,0,.2);
    box-shadow: 0 1px 0 1px rgba(0,0,0,.2);
}

tr.select-tr {
    cursor: pointer;
}

a.select-button:hover {
    color: #fff !important;
    text-decoration: none;
    cursor: pointer;
}

a.success {
    color: #87b87f;
}

a.danger {
    color: #d15b47;
}

.widget-toolbar > a {
    position: relative;
	color: #035be0;
}

    .widget-toolbar > a > .badge {
        position: absolute;
        border-radius: 3px;
        right: -8px;
        top: -20px;
    }

table th > label[class="inline"], table td > label[class="inline"] {
    position: relative;
}

.table-query td {
    padding-bottom: 8px;
}

.datepicker > div {
    display: block !important;
}

@media (min-width: 991px) {
    .navbar-toggle {
        display: none;
    }
}

@media (max-width:990px) {
    .navbar-toggle {
        display: block;
    }
}

.hidden-in-bill .in-bill {
    display: none;
}

.scrool-xs::-webkit-scrollbar {
    width: 8px;
    background-color: #eee;
}

.watermark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    pointer-events: none;
}

input.input-fill {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: center;
}

.blockUI.blockMsg {
    height: 60%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100% !important;
}

thead.center > tr > th {
    vertical-align: middle;
    text-align: center;
}

.tr-head > td.center {
    text-align: center;
    vertical-align: middle;
}

.align-top-right {
    position: absolute;
    right: 0px;
    top: 0px;
}

.total-bar {
    position: fixed;
    bottom: 0px;
    height: 70px;
    margin-left: -20px;
    background-color: #fff;
    padding-bottom: 10px;
    border-top: 2px solid #e04141;
    padding-top: 15px;
    z-index: 1;
}

.form-group > div > span {
    line-height: 34px;
}

.form-group .help-button {
    height: 28px;
    width: 28px;
    line-height: 28px;
    font-size: 20px;
    cursor: pointer;
}

.popover-faq .popover-content {
    padding: 5px;
}

.popover-faq .table {
    margin-bottom: 0px;
}

.edit-body {
    border: 1px dashed #aaaaaa;
}

.resize-v {
    resize: vertical;
}

.resize-h {
    resize: horizontal;
}
/***********************
********page
************************/
.main-container:before {
    background-color: #fff;
}

.report .main-container:before {
    background-color: #fff;
}

.page-content.lighter::before {
    display: block;
    content: "";
    position: fixed;
    width: inherit;
    top: 0;
    bottom: 0;
    z-index: -1;
    margin-left: -20px;
    margin-top: -8px;
    background-color: #FFF;
}

.page-content.lighter {
    background-color: #FFF;
}


.container {
    max-width: 100%;
}

    .container.lighter {
        background-color: #FFF;
    }

        .container.lighter::before {
            display: block;
            content: "";
            position: fixed;
            width: inherit;
            top: 0;
            bottom: 0;
            margin-left: -15px;
            background-color: #FFF;
            z-index: -1;
        }

.page-flex {
    display: flex;
	padding-left: 12em;
}

.page-content {
    min-width: 480px;
    width: 100%;
	padding-top: 15px;
}

.page-sidebar {
    width: 260px;
    min-width: 260px;
    padding: 8px 20px 24px 20px;
    background-color: #FFF;
    z-index: 1;
}

    .page-sidebar::before {
        display: block;
        content: "";
        position: absolute;
        width: inherit;
        top: 0;
        bottom: 0;
        background-color: #FFF;
        margin: -8px 0px 0px -20px;
        z-index: -1;
    }


    .page-sidebar.page-sidebar-fixed {
        position: fixed;
        top: 45px;
        bottom: 0px;
        overflow-y: auto;
        overflow-x: hidden;
    }

        .page-sidebar.page-sidebar-fixed + .page-content {
            margin-left: 260px;
        }

.page-sidebar-fixed::-webkit-scrollbar {
    width: 5px;
    height: 10px;
    background-color: transparent;
}

.page-sidebar-fixed::-webkit-scrollbar-track {
    background-color: transparent;
}

.page-sidebar-fixed::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    box-shadow: inset 0 0 6px rgba(0,0,0,.3);
    background-color: #b5b1b1;
}

.page-sidebar.page-sidebar-bordered {
    border-right: 4px double #E5E5E5;
}

    .page-sidebar.page-sidebar-bordered::before {
        border-right: 4px double #E5E5E5;
    }

@media (max-width: 991px) {
    .page-sidebar.page-sidebar-fixed {
        top: 90px;
    }

    .navbar-fixed-top + .main-container {
        
    }
}
/***
popover
***/
.popover {
    max-width: 370px;
}

.popover-group .popover-html {
    display: none;
}

.popover-content dl{
    margin-bottom: 5px;
}

/***
navbar-fixed
***/

.navbar-fixed .navbar-menu {
    margin-bottom: 0px;
}

    .navbar-fixed .navbar-menu > ul {
        list-style: none;
        padding-left: 0px;
		margin: 0;
    }

        .navbar-fixed .navbar-menu > ul > li {
            /*border: 1px solid rgba(0, 0, 0, 0.2);
            border-width: 0 1px 0 0;*/
            float: left;
            position: relative;
            display: block;
		    width: 100%;
        }

            /*.navbar-fixed .navbar-menu > ul > li:first-child {
                border-width: 0 1px 0 1px;
            }*/

            .navbar-fixed .navbar-menu > ul > li > a {
                padding-top: 12px;
                padding-bottom: 11px;
                height: 45px;
                background-color: transparent;
                font-size: 16px;
                color: #ffffff;
            }

                .navbar-fixed .navbar-menu > ul > li > a:hover, .navbar-fixed .navbar-menu > ul > li > a:focus, .navbar-fixed .navbar-menu > ul > li.open > a {
                    background-color: rgba(0, 0, 0, 0.1) !important;
                    color: #ffffff !important;
                }

.mega-menu-full {
    position: static !important;
}

    .mega-menu-full.active {
        background-color: #f18228;
    }


.mega-menu-content li.title {
    
    vertical-align: bottom;
    font-size: 16px;
    display: table-cell;
	color: #33b1e3;
}

.mega-menu-full > .dropdown-menu {
	position: relative;
    min-width: 100%;
    box-shadow: none;
    padding: 10px 0;
    margin: 0;
    border: 0;
}

.mega-menu-full .mega-menu-content {
    padding: 0;
    margin: 0;
    min-height: 100%;
}

.mega-menu-full .mega-menu-submenu {
    margin: 0;
    padding: 5px 15px;
}

.mega-menu-full .mega-menu-submenu > li {
    list-style: none;
    margin-top: 5px;
    margin-bottom: 5px;
	font-size: 16px;
}

.mega-menu-full .mega-menu-submenu > li a {
	color:#000;
}

.mega-menu-full .mega-menu-submenu > li a:hover {
	text-decoration: none;
	color: #f18228;
}

.my-dropdown-menu {
	position: relative;
    border: 0;
    box-shadow: none;
    min-width: 100%;
    margin: 0;
	top: 0;    
}
.dashboard-dropdown-menu {	
    width: 400px;     
    height: auto;     
    overflow: auto;    
}

.dropdown-menu>li>a {
    font-size: 16px;
}

.dropdown-menu>li:hover>a, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:active, .dropdown-menu>li.active>a, .dropdown-menu>li.active:hover>a {
    background: #f18228;
}

.mega-menu-full > .name-dropdown-menu {
	position: absolute;
    background-color: #fff;
    -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
    box-shadow: 0 6px 12px rgba(0,0,0,.175);
    padding: 0;
}

.narbar-top {
	background: #fff;
    width: 100%;
    position: fixed;
    padding: 0;
    margin: 0;
    top: 0;
	left: 0;
    -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.13);
	z-index: 1050;
}

.narbar-top .nav-name-photo {
	max-width: 20px;
    margin-right: 2px;
    margin-top: -6px;
}

.navbar-head {
	position: absolute;
}

.ace-nav .nav-user-photo {
    border: none;
    max-width: 36px;
}

.ace-nav>li .dropdown-menu {
    -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.13);
    box-shadow: 0 0 11px rgba(0, 0, 0, 0.13);
}

@media (min-width: 992px) {
    .navbar-menu {
        float: left;
    }
}

@media (max-width: 991px) {
    .narbar-top {
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
}



/***
table-info
***/


table.table-info {
    border: 1px solid #DCEBF7;
}

.table-info > tbody > tr > td {
    border-top: 1px dotted #DCEBF7;
}

tr.tr-col-2 > td:nth-child(2n-1),
tr.tr-col-3 > td:nth-child(3n-2) {
    text-align: right;
    padding: 6px 10px 6px 4px;
    font-weight: 900;
    color: #fff;
    background-color: #4ABDAC;
    width: 120px;
    min-width: 120px;
    border-top: 1px solid #fff;
    vertical-align: middle;
}

tr.tr-col-3 > td:nth-child(3n) {
    background-color: #f5f5f5;
}

.table-info > tbody > tr:first-child > td {
    border-top: none;
}

/***
nav-pills
***/

.widget-title.nav-pills {
    display: inline-block;
    margin-left: 0px;
    line-height: normal;
}

    .widget-title.nav-pills > li {
        margin-right: 5px;
    }

        .widget-title.nav-pills > li > a {
            background-color: #f1f1f1;
        }

            .widget-title.nav-pills > li > a > .badge {
                position: absolute !important;
                top: -2px;
                right: -2px;
                padding: 1px 3px;
                text-align: center;
                font-size: 12px;
                border-radius: 3px;
            }

            .widget-title.nav-pills > li > a > .badge-pink {
                color: #FFF !important;
                background-color: #d6487e !important;
            }

            .widget-title.nav-pills > li > a > .badge-inverse {
                color: #FFF !important;
                background-color: #555555 !important;
            }

            .widget-title.nav-pills > li > a > .badge-grey {
                color: #FFF !important;
                background-color: #a0a0a0 !important;
            }

        .widget-title.nav-pills > li.active > a {
            background-color: #337ab7;
        }
/***
body.report
***/

body.report .breadcrumbs {
    background-color: #fff;
}

    body.report .breadcrumbs .toolbar {
        top: 6px;
        position: absolute;
        right: 22px;
        line-height: 24px;
    }

        body.report .breadcrumbs .toolbar .btn-white {
            border-width: 0px;
        }

/***
highcharts
***/
text.highcharts-credits {
    display: none;
}

/***
widget
***/
.widget-box .widget-toolbar a > i {
    margin: 0px 5px;
}

.widget-box.widget-color-blue2 .widget-toolbar > a {
    color: white;
}

.widget-box.widget-dash .widget-body {
    border-bottom: 1px solid #DCE8F1;
    border-left: 1px solid #DCE8F1;
    border-right: 1px solid #DCE8F1;
    min-height: 367px;
}

    .widget-box.widget-dash .widget-body .table {
        border-top: none;
        margin-bottom: 0px;
    }

        .widget-box.widget-dash .widget-body .table th {
            border-bottom: none;
        }

        .widget-box.widget-dash .widget-body .table td {
            height: 35px;
            min-height: 35px;
            border-top: 1px dotted #ddd;
        }

.widget-box.widget-dash .widget-header .widget-title small > a {
    font-size: 12px;
}

.widget-box.widget-dash .tab-pane {
    position: relative;
}

    .widget-box.widget-dash .tab-pane .tab-watermark {
        position: absolute;
        width: 100%;
        line-height: 350px;
        top: 0px;
        left: 0px;
        font-size: 180px;
        opacity: 0.1;
        text-align: center;
    }
/***
widget
***/
.table-coloured tbody > tr:nth-of-type(5n+1) {
    border-left: 3px solid #e8b110;
}

.table-coloured tbody > tr:nth-of-type(5n+2) {
    border-left: 3px solid #4f99c6;
}

.table-coloured tbody > tr:nth-of-type(5n+3) {
    border-left: 3px solid #d53f40;
}

.table-coloured tbody > tr:nth-of-type(5n+4) {
    border-left: 3px solid #9585bf;
}

.table-coloured tbody > tr:nth-of-type(5n+0) {
    border-left: 3px solid #87b87f;
}

/***
selector
***/

.selector {
    border-top: 1px solid #DDD;
    background: #FFF;
    margin-bottom: 10px;
}

    .selector .selector-group {
        position: relative;
        min-height: 40px;
        line-height: 40px;
    }

.selector-group .selector-name {
    float: left;
    padding-left: 10px;
    font-weight: 700;
    color: #666;
}

.selector-name i {
    line-height: 40px;
    margin-left: 10px;
}

/***
Brand/Admin 側邊選單版面修正
ACE 1.x 結構 (#sidebar 浮動 + .main-content-inner 滿版浮動) 搭配目前 CDN ace.css 時,
.main-content 未取得對應左邊距 → 滿版的 .main-content-inner 擠不進側邊欄旁而掉到其下方
(內容跑到選單下面、選單右側留一大片空白)。補上左邊距讓內容靠在側邊欄右側。
僅作用於有 #sidebar 的頁面(Brand/Admin);School 版面無 #sidebar 不受影響。
側邊欄收合(.menu-min)時寬度約 43px,邊距同步縮小。限桌面(>=992px),行動版維持原樣。
***/
@media (min-width: 992px) {
    #main-container > #sidebar.responsive ~ .main-content {
        margin-left: 190px;
    }

    #main-container > #sidebar.responsive.menu-min ~ .main-content {
        margin-left: 43px;
    }
}

.selector-group .selector-list {
    padding-right: 10px;
    margin-left: 80px;
    zoom: 1;
}

/***
dropdown
***/

.dropdown-up:hover > a {
    color: #e02222;
    text-decoration: none;
}

    .dropdown-up:hover > a:after {
        left: 10px;
        bottom: -2px;
        width: 0;
        height: 0;
        z-index: 1002;
        content: " ";
        display: block !important;
        position: absolute;
        border-bottom: 8px solid #e6400c;
        border-right: 8px solid transparent;
        border-left: 8px solid transparent;
    }

.dropdown-up > .dropdown-menu {
    border-top: 2px solid #e6400c;
}

.dropdown-lg > .dropdown-menu {
    min-width: 600px;
    padding: 10px 10px;
}

/*#region info_table */

.info_table {
    display: table;
    width: 98%;
    width: calc(100% - 24px);
    margin: 0 auto;
}

    .info_table > input {
        width: 100%;
    }

.info-row {
    display: table;
    width: 100%;
}

    .info-row > .info-cell-12 {
        display: table-row;
        width: 100%;
    }

        .info-row > .info-cell-12 > div {
            border-bottom: 1px dotted #D5E4F1;
        }

    .info-row > .info-cell-6 {
        display: table-cell;
        width: 50%;
        border-bottom: 1px dotted #D5E4F1;
    }

.info_table :last-child > .info-cell-12 > div {
    border-bottom: none;
}

.info_table :last-child > .info-cell-6 {
    border-bottom: none;
}

.info-row .info-name {
    text-align: right;
    padding: 6px 10px 6px 4px;
    font-weight: 400;
    color: #323b5b;
    background-color: transparent;
    display: table-cell;
    width: 110px;
    vertical-align: middle;
}

.info-row .info-value {
    display: table-cell;
    padding: 6px 4px 6px 6px;
}

.info-cell-12 > .info-value > textarea, .info-cell-12 > .info-value > input, .info-cell-12 > .info-value > select {
    width: 100%;
}
/*#endregion */

/*#region user-menu */
.user-menu > li > a > .ace-icon {
    width: 16px;
}
/*#endregion */


.tr-body > td {
    vertical-align: middle !important;
}

/*#region bill-table */


.bill-simple > .header {
    margin-top: 0px;
    padding-top: 10px;
	border-left: 4px solid #0d81ca;
}

.bill-simple .order-sum {
    width: 256px;
    margin-right: 10px;
}

.bill-simple .order-asset {
    width: 100%;
}

.bill-simple-body {
    display: flex;
}

.total-price {
    color: #e84d1c;
    font-weight: bold;
}

.bill-overview .order-sum {
    width: 256px;
}

    .bill-overview .order-sum > .table {
        margin: 0;
        border: none;
    }

        .bill-overview .order-sum > .table > tbody > tr > td {
            border: none;
            padding: 6px;
        }
/*#endregion */



/*#region lesn-list */

.lesn-list > li {
    float: left;
    padding: 0px;
    width: 16.6%;
}

    .lesn-list > li > a {
        text-align: center;
        background-color: #FFF;
        width: 31px;
        float: left;
        padding: 5px 0px;
        border-radius: 5px;
        margin: 5px;
        border: 2px solid #ddd;
    }

    .lesn-list > li.checked > a {
        background-color: #87b87f;
        border-color: #87b87f;
        color: #fff;
    }

    .lesn-list > li.unchecked > a {
        background-color: #d15b47;
        border-color: #d15b47;
        color: #fff;
    }

    .lesn-list > li.disabled > a {
        background-color: #E5E5E5 !important;
        border-color: #E5E5E5 !important;
        color: #999 !important;
        cursor: not-allowed;
    }

    .lesn-list > li.active > a {
        background-color: #FFF !important;
        color: #333 !important;
    }

/*#endregion */

/***
progress group
***/
.progress-group {
    position: relative;
}

    .progress-group .progress-info {
        top: 0;
        position: absolute;
        color: #fff;
        padding-left: 5px;
    }

        .progress-group .progress-info > a {
            color: #fff;
        }

    .progress-group .progress {
        margin-bottom: 0;
    }

/***
ul 横向
***/
.ul-h {
    margin: 0px;
}

    .ul-h > li {
        list-style: none;
        float: left;
        padding: 0px 8px 0px 8px;
    }

        .ul-h > li > a {
            display: inline-block;
            line-height: 30px;
            text-align: center;
            text-decoration: none;
            color: #34495e;
            border-bottom: none;
            font-weight: 700;
            cursor: pointer;
        }

        .ul-h > li.active > a {
            color: #e44856;
            border-bottom: 2px solid #e44856;
        }


/***
presettime-table
***/
.presettime-table .center {
    vertical-align: middle;
}

.presettime-table .td-time {
    width: 170px;
}

.presettime-table .td-rq, .presettime-table .td-op {
    width: 340px;
}

.presettime-table .td-time input, .presettime-table .td-time select {
    width: 100%;
}

    .presettime-table .td-time input[type="time"] {
        font-family: monospace;
        padding: 0px;
        line-height: 27px;
    }

.presettime-table select {
    color: #333;
    font-weight: normal;
}

    .presettime-table select.selected {
        color: red;
        font-weight: bold;
    }

        .presettime-table select.selected option {
            color: #333;
        }
/***
rpt-menu
***/
.rpt-menu {
    position: relative;
    border: 1px dotted #999;
    height: 60px;
    margin-bottom: 10px;
    min-width: 160px;
    color: #87b87f;
}

    .rpt-menu .icon {
        width: 60px;
        height: 60px;
        background: transparent;
        border: none;
        font-size: 36px;
        padding-left: 7px;
    }

    .rpt-menu .link {
        position: absolute;
        left: 0;
        top: 0px;
        vertical-align: top;
        margin-top: 8px;
        font-size: 16px;
        overflow: hidden;
        width: 100%;
        padding-left: 60px;
    }

        .rpt-menu .link a {
            display: block;
            white-space: nowrap;
            width: 90%;
            overflow: hidden;
            text-overflow: ellipsis;
        }

    .rpt-menu.disabled {
        color: #999;
    }

        .rpt-menu.disabled .link a {
            color: #999;
        }

/***
quick-sidebar
***/

.quick-sidebar {
    position: fixed;
    top: 100px;
    z-index: 100;
}

    .quick-sidebar .quick-sidebar-box {
        display: block;
        width: 320px;
        max-height: 1000px;
        /*overflow: hidden;*/
        padding: 0 14px;
        -moz-transform: translate(0,0);
        -webkit-transform: translate(0,0);
        -o-transform: translate(0,0);
        -ms-transform: translate(0,0);
        transform: translate(0,0);
        background-color: #FFF;
        border: 2px solid #ffb34b;
    }

.quick-sidebar-box .header {
    margin-top: 5px;
}

.quick-sidebar-box .box-footer {
    margin-bottom: 5px;
}

.quick-sidebar .btn.btn-app.quick-sidebar-toggler {
    display: block;
    text-align: center;
    border-radius: 0px 6px 6px 0px;
    opacity: 0.55;
    margin: 0px;
}

    .quick-sidebar .btn.btn-app.quick-sidebar-toggler.btn-xs {
        width: 42px;
    }

    .quick-sidebar .btn.btn-app.quick-sidebar-toggler:hover {
        opacity: 1;
    }

.quick-sidebar.open .btn.btn-app.quick-sidebar-toggler {
    opacity: 1;
}

.quick-sidebar.quick-left {
    left: 0px;
}

    .quick-sidebar.quick-left .quick-sidebar-box {
        float: right;
        margin-left: -320px;
        transition: margin-left 0.25s linear 0s;
    }

    .quick-sidebar.quick-left.open .quick-sidebar-box {
        margin-left: 0px;
        -webkit-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s;
    }

    .quick-sidebar.quick-left .btn.btn-app.quick-sidebar-toggler {
        float: right;
    }


/**
  jconfirm 
**/
.jconfirm .jconfirm-cell {
    vertical-align: top !important;
    padding-top: 150px;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons a, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-shadow: none;
}

.jconfirm .jconfirm-box .jconfirm-buttons a {
    display: inline-block;
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    min-height: 1em;
    -webkit-transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
    transition: opacity .1s ease,background-color .1s ease,color .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
    transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease;
    transition: opacity .1s ease,background-color .1s ease,color .1s ease,box-shadow .1s ease,background .1s ease,-webkit-box-shadow .1s ease;
    -webkit-tap-highlight-color: transparent;
    border: 0;
    background-image: none;
}

.jconfirm .jconfirm-box .jconfirm-buttons > a {
    margin-bottom: 4px;
    margin-left: 2px;
    margin-right: 2px;
}
/**
  table-query 
**/
.table-query {
    width: 100%;
    margin-bottom: 16px;
}

    .table-query .title {
        width: 80px;
        text-align: right;
        padding-right: 15px;
    }


/**
  tab-color-gold
**/

.tabbable-gold > .nav-tabs > li {
    margin-left: 20px;
}

    .tabbable-gold > .nav-tabs > li > a, .tabbable-gold > .nav-tabs > li > a:focus, .tabbable-gold > .nav-tabs > li > a:hover {
        color: #FFF;
        border-color: transparent;
    }

        .tabbable-gold > .nav-tabs > li > a, .tabbable-gold > .nav-tabs > li > a:focus {
            background-color: #EA4C1D;
        }

    .tabbable-gold > .nav-tabs > li.active > a, .tabbable-gold > .nav-tabs > li.active > a:focus, .tabbable-gold > .nav-tabs > li.active > a:hover {
        background-color: #FFF;
        color: #767f88;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        border-color: #EA4C1D #EA4C1D transparent;
    }


.tabbable-gold > .nav-tabs {
    border-bottom-color: #EA4C1D;
}

.tabbable-gold > .tab-content {
    border: none;
    border-top: 1px solid #EA4C1D;
}
/***********************
********nav-tabs
************************/
.nav-tabs > li.tabs-toolbar {
    padding: 0 10px;
    line-height: 37px;
    float: right;
    position: relative;
}

    .nav-tabs > li.tabs-toolbar:before {
        display: inline-block;
        content: "";
        position: absolute;
        top: 3px;
        bottom: 3px;
        left: -1px;
        border: 1px solid #D9D9D9;
        border-width: 0 1px 0 0;
    }

    .nav-tabs > li.tabs-toolbar > a {
        border: none;
        background-color: transparent;
        font-size: 14px;
        margin: 0 1px;
        display: inline-block;
        padding: 0;
        line-height: 24px;
    }

/***********************
********dropdown-select
************************/

.dropdown-select a[class*=select-item-] {
    margin: 10px 0;
    display: inline-block;
    color: #ff6600;
    white-space: nowrap;
    cursor: pointer;
    text-decoration: none;
}


    .dropdown-select a[class*=select-item-]:hover > span {
        color: #fff;
        background: none repeat scroll 0 0 #ff6600;
    }

    .dropdown-select a[class*=select-item-] > i {
        color: #999;
    }

.dropdown-select .tab-content .row {
    margin-right: 0;
    margin-left: 0;
}

    .dropdown-select .tab-content .row > [class*=col-] {
        padding-right: 5px;
        padding-left: 5px;
        overflow: hidden;
        text-overflow: ellipsis;
        -webkit-text-overflow: ellipsis;
    }

.dropdown-select .header .close > i {
    opacity: 1;
    color: #EA4C1D;
}

.dropdialog-scroll-body {
    max-height: 400px;
    overflow-y: scroll;
    margin-bottom: 10px;
    border-top: 1px solid #ddd;
}

.quickbar-pane .header {
    margin-top: 5px;
    margin-bottom: 10px;
}

.quickbar-pane > ol > li {
    padding: 2px 2px 2px 5px;
}

.quickbar-content .scrool-xs {
    overflow-y: scroll;
    position: absolute;
    bottom: 5px;
    top: 35px;
    width: 340px;
}

/***********************
********.icon
************************/
.icon {
    position: relative;
    width: 60px;
    height: 60px;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 3px;
    display: inline-block;
}

    .icon.icon-text {
        line-height: 60px;
        border: #035be0 1px solid;
        color: #035be0;
        font-size: 24px;
    }

    .icon.icon-img {
        
    }

        .icon.icon-img img {
            width: 100%;
            height: 100%;
            border-radius: 50%;
        }

    .icon .icon-body {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        text-align: center;
        -moz-border-radius: 50%;
        border-radius: 50%;
		background: #fff;
        font-size: 16px;
    }


    .icon.icon-sm {
        width: 60px;
        height: 60px;
    }

    .icon.disabled {
        border-color: #035be0;
        color: #035be0;
    }

/***********************
********ver-inline-menu
************************/
.ver-inline-menu {
    padding: 0;
    margin: 0;
    list-style: none;
}

    .ver-inline-menu li {
        position: relative;
        margin-bottom: 1px;
    }

        .ver-inline-menu li i {
            width: 37px;
            height: 37px;
            display: inline-block;
            color: #b9cbd5;
            font-size: 15px;
            padding: 12px 10px 10px 8px;
            margin: 0 8px 0 0;
            text-align: center;
            background: #e0eaf0 !important;
        }

        .ver-inline-menu li a {
            font-size: 14px;
            font-weight: 300;
            color: #557386;
            line-height: 37px;
            display: block;
            background: #f0f6fa;
            border-left: solid 2px #c4d5df;
        }

        .ver-inline-menu li:hover a {
            background: #e0eaf0;
            text-decoration: none;
        }

        .ver-inline-menu li:hover i {
            color: #fff;
            background: #c4d5df !important;
        }

        .ver-inline-menu li.active a {
            border-left: solid 2px #0d81ca;
        }

        .ver-inline-menu li.active i {
            background: #0c91e5 !important;
        }

        .ver-inline-menu li.active a, .ver-inline-menu li.active i {
            color: #fff;
            background: #33b1e3;
            text-decoration: none;
        }

        .ver-inline-menu li.active a, .ver-inline-menu li:hover a {
            font-size: 14px;
        }

        .ver-inline-menu li.active:after {
            content: '';
            display: inline-block;
            border-bottom: 6px solid transparent;
            border-top: 6px solid transparent;
            border-left: 6px solid #33b1e3;
            position: absolute;
            top: 12px;
            right: -5px;
        }

        .ver-inline-menu li > a > .badge {
            margin-top: 10px;
            margin-right: 10px;
        }

/***********************
********top-cart-block
************************/
.cart-block {
    position: absolute;
    font-size: 13px;
    font-weight: bold;
}

    .cart-block > .cart-info a {
        color: #595f65;
        min-width: 50px;
        float: left;
        text-align: center;
    }

    .cart-block > .cart-info {
        background: #f9f9f9;
        color: #595f65;
        border: solid 1px #ececec;
        border-radius: 16px !important;
        float: left;
        padding: 8px 39px 6px 13px;
        line-height: 1.2;
    }

.cart-info-value {
    border-left: solid 1px #a5aab0;
    margin-left: 5px;
    padding-left: 5px;
}

.cart-block > i {
    cursor: pointer;
}

.cart-block .fa-shopping-cart:before {
    cursor: pointer;
}

.cart-block .fa-shopping-cart {
    position: absolute;
    top: 0;
    right: 0;
    background: #e84d1c;
    color: #fff;
    padding: 8px 8px 7px;
    border-radius: 16px !important;
    font-size: 16px;
}

.cart-block.rtl > .cart-info {
    padding: 8px 13px 6px 39px;
}

.cart-block.rtl .fa-shopping-cart {
    left: 0;
    right: auto;
}

.cart-block.fixed-bottom-left {
    position: fixed;
    bottom: 30px;
    left: 20px;
    top: auto;
    right: auto;
}

.cart-block.fixed-top-right {
    position: fixed;
    bottom: auto;
    left: auto;
    top: 55px;
    right: 10px;
}

/***********************
********section-head 
************************/
.section-head {
    border-left: 4px solid #3296fa;
}

    .section-head::after {
        content: "";
        display: table;
        clear: both;
    }

    .section-head > .title {
        padding: 0 10px 0 8px;
        float: left;
        background-color: #fff;
    }

    .section-head > .line {
        padding-top: 10px;
        border-bottom: 1px solid #ebebeb;
    }

    .section-head.style-red {
        border-left-color: #d53f40;
    }

    .section-head.style-orange {
        border-left-color: #e8b110;
    }

    .section-head.style-grey {
        border-left-color: #abbac3;
    }

    .section-head.style-green {
        border-left-color: #9abc32;
    }

    .section-head.style-pink {
        border-left-color: #cb6fd7;
    }

/***********************
********note-table
************************/
.note-table {
    width: 100%;
}

    .note-table > tbody > tr > td {
        vertical-align: top;
        padding: 8px 0;
    }

td.note-title {
    width: 80px;
    color: #999;
    text-align: left;
}

td.note-value {
    color: #333;
    text-align: justify;
}
/***
  SumoSelect
***/
.SumoSelect .select-all {
    height: 36px !important;
}

.SumoSelect label {
    font-weight: normal !important;
    font-size: inherit !important;
}

.SelectClass, .SumoUnder {
    height: 100% !important;
}
/***
  table-search 
***/
.table-search {
    line-height: 24px;
    padding: 8px 0px;
}

    .table-search .table-search-input {
        border: 1px solid #6fb3e0;
        width: 152px;
        height: 28px !important;
        padding-top: 2px;
        padding-bottom: 2px;
        border-radius: 4px !important;
        font-size: 13px;
        line-height: 1.3;
        color: #666 !important;
        z-index: 11;
        -webkit-transition: width ease .15s;
        -o-transition: width ease .15s;
        transition: width ease .15s;
    }

/***
  multiselect
***/
.multiselect.btn > .caret {
    margin-top: 0px;
    margin-left: 2px;
    border-top-color: #000;
}

.multiselect-clear-filter.btn {
    border: 1px solid transparent;
}

/*.multiselect-container::-webkit-scrollbar {
    display: none;
}*/

.multiselect-container {
    -ms-overflow-style: none; /*IE 10+*/
}

select.multiple-select {
    max-height: 34px;
    overflow: hidden;
}

    select.multiple-select > option {
        display: none;
    }


/***
  table-stickybar
***/
.table-stickybar {
    overflow-x: hidden !important;
}

.table-stickybar-scroll {
    width: 100%;
    max-width: 100%;
    position: sticky;
    position: -webkit-sticky;
    bottom: 0;
    overflow-x: scroll;
    overflow-y: hidden;
}

/***
  h5
***/
img.h5-thumb {
    height: 180px;
    max-width: 100%;
    min-height: 80px;
    min-width: 80px;
}


/***
datepick
***/
.datepickers-container {
    z-index: 2000;
}


label.datepick {
    cursor: pointer;
}

    label.datepick input {
        width: 1px !important;
        height: 1px !important;
        opacity: 0;
    }

	
	
/***widget***/

.widget-color-blue2 {
    border-color: #4ABDAC;
	border-radius: 16px 16px 0 0;
}


.widget-color-blue2 > .widget-header {
    /*background: #9507a9 !important;
    border-color: #9507a9 !important;*/
    background: #4ABDAC !important;
    border-color: #4ABDAC !important;
	border-radius: 15px 15px 0 0;
}


.widget-main {
    padding: 0;
}

.widget-header>.widget-title {
    font-size: 16px;
}

[class*=widget-color-]>.widget-body .table thead:first-child tr {
    background: #ffeabc;
    background-image: none;
}

.table a { 
    color: #035be0;
    font-weight: 600;
}

.table>thead>tr {
    color: #000000;
	background: #ffeabc;
	border-top: 1px solid #afa692;
}

.widget-body .table>thead>tr {
    border-top: none;
}

.table.table-bordered>thead>tr>th:first-child ,
.table-bordered>tbody>tr>td:first-child {
    border-left: 1px solid #afa692 !important;
}

.table.table-bordered>thead>tr>th:last-child ,
.table-bordered>tbody>tr>td:last-child {
	border-right: 1px solid #afa692 !important;
}

.page-content table.table-bordered>thead>tr>th:first-child {
    background: #ffeabc;
}

.table>thead>tr>th {
    border-color: #afa692;
}

.table-bordered>tbody>tr>td, 
.table-bordered>tbody>tr>th, 
.table-bordered>tfoot>tr>td, 
.table-bordered>tfoot>tr>th, 
.table-bordered>thead>tr>td, 
.table-bordered>thead>tr>th {
    border: 1px solid #afa692;
}

.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #fff9eb;
}

.table-bordered>tbody>tr:last-child {
    border-bottom: 1px solid #afa692 !important;
}

.transparent>.widget-body .widget-main .table-bordered>tbody>tr:last-child>td {
	border-bottom: 1px solid #afa692 !important;
}

.transparent>.widget-body .widget-main .table-bordered>tbody>tr>td:last-child ,
.transparent>.widget-body .widget-main .table-bordered>thead>tr>th:last-child {
	border-right: 1px solid #afa692 !important;
}

.table>thead:first-child>tr:first-child>td {
	background: #ffeabc;
}

.table>thead:first-child>tr:first-child>th {
	border-top: none;
	background: #ffeabc;
}

.widget-header {
	background: transparent;
	color: #000;
}

.widget-body .table.table-bordered thead:first-child>tr {
	border-top: 1px solid #afa692 !important;
	background: #ffeabc;
}

.widget-body .table {
    margin-bottom: 0;
}

.widget-box.transparent>.widget-header {
	color: #323b5b;
}







/*label*/

.label-info, .label.label-info, .badge.badge-info, .badge-info {
    background-color: #4ABDAC;
}

.label-info.arrowed-in-right:after {
    border-color: #4ABDAC transparent #4ABDAC #4ABDAC;
    -moz-border-left-colors: #4ABDAC;
}

.label-info.arrowed-in:before {
    border-color: #4ABDAC #4ABDAC #4ABDAC transparent;
    -moz-border-right-colors: #4ABDAC;
}

.label-info.arrowed-right:after {
    border-left-color: #4abdac;
    -moz-border-left-colors: #4abdac;;
}

.label-danger, .label.label-danger, .badge.badge-danger, .badge-danger {
    background-color: #f31c1c;
}

.label-success, .label.label-success, .badge.badge-success, .badge-success {
    background-color: #58963e;
}
.label-success.arrowed-right:after {
    border-left-color: #58963e;
    -moz-border-left-colors: #58963e;
}
.label-success.arrowed:before {
    border-right-color: #58963e;
    -moz-border-right-colors: #58963e;
}




.orange2 {
    color: #083e3e!important;
}
.blue {
    color: #035be0!important;
}
.green {
    color: #208e7e!important;
	font-weight:900;
}
.red {
    color: #f31c1c!important;
}
.purple {
    color: #4abdac!important;
}

a {
    color: #035be0;
}
a:focus, a:hover {
    color: #035be0;
    text-decoration: underline;
}


.bootstrap-table .fixed-table-container .table thead th .both {
    background-image: url(/Content/img/arrow.png) !important;
}
.bootstrap-table .fixed-table-container .table thead th .asc {
    background-image: url(/Content/img/arrow-up.png) !important;
}
.bootstrap-table .fixed-table-container .table thead th .desc {
    background-image: url(/Content/img/arrow-down.png) !important;
}
.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: none;
    box-shadow: none;
}


/*.footer {
    padding-top: 0;
}*/
.footer .footer-inner .footer-content {
    border: none;
}

.tabs-left>.nav-tabs>li.active>a, .tabs-left>.nav-tabs>li.active>a:focus, .tabs-left>.nav-tabs>li.active>a:hover {
	border-left: 2px solid #4abdac;
}
.transparent>.widget-header>.widget-toolbar>.nav-tabs>li.active>a {
    border-top-color: #208e7e;
}
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
border-top: 2px solid #4abdac;}




.login-layout {
    background-color: #FFF;
}

.login-bg {
	width:100%;
	height:100vh;
	background-image:url('/Content/img/login2/bg3.png');
	background-repeat:no-repeat;
	background-size: cover;
	padding: 0;
}

.login-bg-inner {
	position: relative;
	margin: auto;
	width:1200px; 
	height: 800px; 
	background-image:url('/Content/img/login2/10.png');
	background-repeat: no-repeat; 
	background-size: 1200px; 
	background-position: center 100px; 
}

.account-box {
	position: absolute; 
	float: right; 
	top: 490px;
	right: 265px; 
}

.account-box-inner {
	width:293px;
	height:50px;
	background-repeat:no-repeat;
}

@media (max-width: 480px){
	
.login-bg-inner {
    width: 100%;
    height: 760px;
	background-image:url('/Content/img/login2/10xs.png');
    background-position: center 20px;
	background-size: 600px;
}	
	
.account-box {
    position: relative;
	float: none;
    top: 280px;
    right: inherit;
    margin: auto;
    width: 293px;
}
}

.page-btn {
    color:white; 
    text-decoration:none; 
    margin-right:5px ;
    color:white ;
    background-color:#4ABDAC ;
    border-radius:5px ;
    border:0;
    padding: 4px 8px 4px 8px; 
    outline: none
}

.btn-orange, .btn-orange:focus {
    background-color: #f89406!important;
    border-color: #f89406;
}
.btn-orange:hover, .btn-orange:active, .open>.btn-orange.dropdown-toggle {
    background-color: #fa8128!important;
    border-color: #fcae1e;
}

.lighter {
    font-weight: initial;
}
