﻿/*@font-face {
    font-family: "Kendo UI";
    src: url("http://cdn.kendostatic.com/2013.3.1030/styles/images/kendoui.woff") format("woff"),
         url("http://cdn.kendostatic.com/2013.3.1030/styles/images/kendoui.ttf") format("truetype");
}*/





.k-textbox {
    height: 26px;
    margin: 0 0 .8em 0;
    padding: .8em 2em 10px 0;
    width: 60%;
    display: inline-block;
    background: transparent;
    border: 0;
    border-bottom: 1px solid #5A6374;
    outline: 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    color: inherit;
    font-family: inherit;
    color: #666;
    font-size: 11px;
}

/* Let's get this party started */
::-webkit-scrollbar {
    width: 7px;
    background: rgba(0,0,0,.07) !important;
    height: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px ghostwhite;
}

/* Handle */
::-webkit-scrollbar-thumb {
    /*-webkit-border-radius: 5px;*/
    /*border-radius: 5px;*/
    background: rgba(0,0,0,.2);
    /*-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5);*/
}

    ::-webkit-scrollbar-thumb:window-inactive {
        background: silver;
    }

/* ====================== scroll bar for left menu ================== */

.leftmenu::-webkit-scrollbar {
    width: 5px;
    height: 7px;
}

.leftmenu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px ghostwhite;
    border-left: 1px solid #eee;
}

.leftmenu::-webkit-scrollbar-thumb {
    background: rgba(0,0,0,.07) !important;
}

    .leftmenu::-webkit-scrollbar-thumb:window-inactive {
        background: silver;
    }

/*===============*/


.vd_bg-grey {
    background-color: #777 !important;
}

@media print {
    .align-left {
        text-align: left;
    }
}


#dashborad-main .panel-heading {
    margin: 0px -15px;
}


fieldset.scheduler-border {
    /*border: 1px solid #ccc !important;*/
    /* padding: 0 1.4em 1.4em 1.4em !important; */
    margin: 0 0px 8px 0px;
    padding-bottom: 5px;
    -webkit-box-shadow: 0px 0px 0px 0px silver;
    /*box-shadow: 0px 2px 10px 2px rgb(0 0 0 / 10%);*/
    box-shadow: 0px 0px 13px rgba(235 145 30 / 40%);
    border-radius: 10px;
}


legend.scheduler-border {
    width: inherit;
    padding: 0 5px 5px 5px;
    border-bottom: none;
    color: #eb1805 !important;
    /*color: #2d7d9a !important;*/
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Roboto, 'Segoe UI', Tahoma, sans-serif;
}

fieldset.summary-border {
    margin: 0 0px 8px 0px;
    padding-bottom: 5px;
    -webkit-box-shadow: 0px 0px 0px 0px silver;
    box-shadow: 0px 0px 13px #ccd7e278;
    border-radius: 10px;
}
a:hover {
    text-decoration: none;
}

/* Global Font For Print*/
@font-face {
    font-family: KhmerMoul;
    src: url("../Content/fonts/Kh-Muol.ttf");
}

@font-face {
    font-family: KhmerMoulLight;
    src: url("../Content/fonts/KHMEROSMUOLLIGHT.ttf");
}

@font-face {
    font-family: KhmerSiemReap;
    src: url("../Content/fonts/Kh-Siemreap.ttf");
}

@font-face {
    font-family: KhmerBattambang;
    src: url("../Content/fonts/KHMEROSBATTAMBANG.ttf");
}

@font-face {
    font-family: KhmerOS;
    src: url("../Content/fonts/KHMEROS.ttf");
}

.sidebar .sidebar-menu .treeview-menu > li > a {
    font-size: 14px;
}
/*style grid*/
.k-grid td {
    /*padding: 1px 5px;*/
    font-size: 13px;
}

/*style grid*/
/*Report*/
.panelAdvanceFilter {
    /*background: #fff;
    margin-top: -20px;
    margin-bottom: 20px;*/
    padding: 0px !important;
}

.panelButtonFilter {
    clear: both;
    text-align: right;
    vertical-align: middle;
    padding: 0px 10px !important;
    margin-top: -11px;
    margin-bottom: 13px;
}

.panelBasicFilter {
    clear: both;
    text-align: right;
    vertical-align: middle;
    margin-top: 15px;
    /*margin-bottom: -5px;*/
    padding: 0px;
}

.panelReport {
    margin-bottom: 15px;
    margin-top: 0px;
}
/*Report*/
/*style combobox filter item*/
.k-grid table {
    min-width: 1000px !important;
}

.k-grid table {
    min-width: 100% !important;
}

.k-grid-footer {
    display: none;
}

.k-grid-content {
    border-left: 0px solid #c0c0c0 !important;
    overflow-y: scroll;
}

.k-grid-header .k-header:first-child, .k-grid tbody td:first-child, .k-grid tfoot td:first-child {
    /*border-left: 1px solid #c0c0c0;*/
}

/*.k-pager-wrap {
            border-left: 1px solid #c0c0c0;
        }*/

.dropdown-header {
    padding: 0;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    height: 25px;
    margin-left: 0px;
    background: #fafafa !important;
    padding: 0 10px 0 5px;
    width: auto !important;
    /* border-right: 5px #fafafa; */
    /* margin-right: 5px; */
    /* box-sizing: border-box; */
}

    .dropdown-header > span {
        /*-webkit-box-sizing: border-box;*/
        /*-moz-box-sizing: border-box;*/
        box-sizing: border-box;
        text-align: left;
        display: inline-block;
        /*border-style: solid;*/
        border-width: 0 0 0 0;
        padding: 0 0 0 0;
        /*width: 312px;*/
    }
/*style combobox filter item*/


/*form content style*/
.form-header {
    padding-left: 6px;
    /* border-bottom: none; */
    color: #002f61 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: normal !important;
    font-family: Roboto, 'Segoe UI', Tahoma, sans-serif;
}

.fake-textbox {
    border: none;
    background: none;
    text-decoration: none;
    padding-top: 7px
}
/*form content style*/


/*style grid*/
/*.btn.btn-default.btn-sm.fa.fa-plus-circle.k-grid-create{
       padding: 7px 9px; 
       margin-top: 1px;
       margin-bottom: 1px;
    }
    .btn.btn-default.btn-sm.fa.fa-pencil.k-grid-edit{
       padding: 7px 9px; 
       margin-top: 1px;
       margin-bottom: 1px;
    }
    .btn.btn-default.btn-sm.fa.fa-trash-o.k-grid-delete{
       padding: 7px 9px; 
       margin-top: 1px;
       margin-bottom: 1px;
    }
    .btn.btn-default.btn-sm.fa.fa-table.k-grid-detail{
       padding: 7px 9px; 
       margin-top: 1px;
       margin-bottom: 1px;
    }*/
.k-grid th {
    padding: 6px 8px;
    font-size: 11px;
}

.k-grid td {
    /*padding: 6px 8px;*/
    font-size: 11px;
}

.grid-button {
    padding: 7px 9px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.btn.btn-default.btn-sm.fa.fa-print.k-grid-print {
    padding: 7px 9px;
    margin-top: 1px;
    margin-bottom: 1px;
}

.k-grid-content .k-grid-edit,
.k-grid-content .k-grid-delete,
.k-grid-content .k-grid-cancel,
.k-grid-content .k-grid-update {
    display: inline-block;
    height: 20px;
    text-align: center;
    text-indent: -444px;
    border: none;
    background-position: 50% 50% !important;
    border-radius: 2px;
    margin: 0px 3px 0px 3px;
}

.k-grid-content .k-button {
    padding: 0;
    background-color: white;
    background-position: 50% 50%;
    min-width: 22px !important;
}

.k-button:focus:active:not(.k-state-disabled):not([disabled]) {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.k-grid-content .k-grid-edit:hover,
.k-grid-content .k-grid-delete:hover,
.k-grid-content .k-grid-cancel:hover,
.k-grid-content .k-grid-update:hover {
    opacity: 0.9;
}

.k-grid-content .k-grid-edit {
    background: url(../../Content/icons/edit-white.png)no-repeat 5px center;
    background-color: #002f61 !important;
    /*background-color: #18a3b7  !important;*/
    background-size: 13px;
}

.k-grid-content .k-grid-delete {
    background: url(../../Content/icons/delete-white.png)no-repeat 5px center;
    background-color: #FF4961 !important;
    background-size: 14px;
}

.k-grid-content .k-grid-cancel {
    background: url(../../Content/icons/cancel-white.png)no-repeat 5px center;
    background-color: #ff4538 !important;
    /*background-color: #FF9149 !important;*/
    background-size: 10px;
}

.k-grid-content .k-grid-update {
    background: url(../../Content/icons/update-white.png)no-repeat 5px center;
    background-color: #002f61 !important;
    /*background-color: #1caf9c  !important;*/
    background-size: 12px;
}

/*style grid*/
.required-sign {
    padding-left: 5px;
    color: red;
}
/*.disable-textbox {
        background: #E9E9E9 !important;
    }*/
body:before {
    font-family: "Kendo UI";
    content: "\a0";
    font-size: 0;
    width: 0;
    height: 0;
    position: absolute;
    z-index: -1;
}

html, body {
    margin: 0;
    width: 100%;
    height: auto;
    padding: 0;
    /*overflow: hidden !important;*/
}

.k-grid-header .k-header {
    text-align: center;
    background-color: #231f20 !important;
    color: #fff !important;
    font-size: 13px;
}

.notification .dropdown-menu {
    /*   left: 1550px;*/
    right: 20px;
    left: inherit;
    margin-top: -25px;
    /* min-width: 200px;*/
    width: 200px;
    font-family: Roboto, 'Segoe UI', Tahoma, sans-serif;
}

/*Fro section page search item*/
.floating-content-section {
    padding: 10px 5px;
    float: left;
    /*height: auto;*/
    height: 697px;
    overflow: auto;
    border-right: 1px solid #eee;
    width: 100%;
}

.floating-content {
    padding: 10px 5px;
    float: left;
    /*height: auto;*/
    height: 497px;
    overflow: auto;
    border-right: 1px solid #eee;
    width: 100%;
}

#example {
    padding-top: 2em;
}

header {
    margin: 0;
    /*font-size: 20px;*/
    color: #fff;
    background-color: #272727;
}

    header h1,
    header button {
        display: inline-block;
        vertical-align: middle;
    }

    header .container h1 {
        margin: 0;
        font-size: 21px;
        line-height: 65px;
        padding-top: 20px;
        padding-left: 0;
    }

    #configure,
    header label {
        border-style: solid;
        border-color: #636363;
        border-width: 0 0 0 1px;
        margin-bottom: 0;
        font-weight: normal;
    }

    header .container {
        position: relative;
    }

    header .description {
        text-transform: uppercase;
        color: #ccc;
        font-size: 10px;
        line-height: 29px;
    }

    header .k-dropdown,
    header #font-size-value {
        font-size: 18px;
        line-height: 45px;
        margin-bottom: 9px;
    }

    header .k-dropdown {
        width: 100%;
    }

    header .k-dropdown-wrap {
        background-image: none !important;
    }

        header .k-dropdown,
        header .k-dropdown-wrap.k-state-default {
            background-color: transparent;
            border-color: #5c5c5c;
            border-radius: 0;
        }

        header .k-dropdown-wrap.k-state-hover,
        header .k-dropdown-wrap.k-state-active,
        header .k-dropdown-wrap.k-state-focused {
            background-color: #030303;
        }

        header .k-dropdown-wrap.k-state-focused {
            box-shadow: none;
        }

    header .k-dropdown .k-input {
        padding-top: 0;
        padding-bottom: 0;
        height: auto;
        text-indent: 14px;
    }

    header .k-dropdown .k-input,
    header .k-dropdown-wrap .k-select {
        line-height: 45px;
    }

    header .k-dropdown .k-i-arrow-s {
        background-image: url("http://cdn.kendostatic.com/2013.2.918/styles/Bootstrap/sprite.png");
        background-position: -16px -32px;
    }

    header .k-dropdown-wrap.k-state-default .k-input {
        color: #fff;
    }

.k-popup.ra-list {
    background-color: #010101;
    border-color: #5c5c5c;
    color: #fff;
    padding: 0;
    border-radius: 0;
}

    .k-popup.ra-list .k-state-hover,
    .k-popup.ra-list .k-state-selected,
    .k-popup.ra-list .k-state-focused {
        background-image: none;
        background-color: #555;
        box-shadow: none;
        color: #fff;
        border-color: #555;
    }

    .k-popup.ra-list .k-item {
        border-radius: 0;
        text-indent: 7px;
    }

#configure {
    z-index: 10;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-width: 0 0 0 1px;
    background-color: transparent;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
}

#demo {
    padding-top: 46px;
}

#menu {
    margin-bottom: 30px;
}

#profile {
    position: relative;
}

.ra-well-title {
    font-size: 1.2857em;
    line-height: 1.2857em;
    border-bottom: 1px solid #e7e7e7;
    margin: -5px -19px 0.8333em;
    padding: 0 19px 0.7222em;
}

.ra-avatar {
    border: 1px solid #e7e7e7;
    border-radius: 2px;
}

.ra-first-name {
    display: block;
    margin-top: 0.8571em;
}

.ra-last-name {
    display: block;
    font-size: 1.7143em;
    line-height: 1.3em;
}

.ra-position {
    font-size: 0.8571em;
    color: #999;
    padding-bottom: 2em;
}

.form-group .k-widget,
.form-group .k-textbox {
    width: 100%;
    border-radius: 1px !important;
}

    .form-group .k-widget.k-tooltip {
        width: initial;
    }

.buttons-wrap {
    border-top: 1px solid #e7e7e7;
    padding-top: .5em;
    text-align: right;
}

.ra-section {
    margin-bottom: 20px;
}

.ra-well-overlay {
    margin: -16px -20px -19px;
}

#tabstrip .k-content {
    min-height: 156px;
}

#tabstrip .k-chart {
    height: 156px;
}

#tabstrip .k-content {
    padding: 1px;
}

#tabstrip-4 {
    text-align: center;
}

#tabstrip .km-icon:after {
    font: 1.3em/1em "Kendo UI" !important;
}

.revenue:after {
    content: "\E08C";
}

.spd:after {
    content: "\E04B";
}

.spr:after {
    content: "\E050";
}

.share:after {
    content: "\E04E";
}

#tabstrip .k-tabstrip-items span {
    float: left;
    line-height: 1.3em;
    vertical-align: middle;
}

#tabstrip .k-tabstrip-items .hidden-xs {
    margin-left: 4px;
}

.market-donut {
    display: inline-block;
    width: 170px;
}

#panelbar .k-content {
    padding: 1em;
}

#panelbar ul {
    margin-bottom: 10px;
}

#listview {
    list-style-type: none;
    padding: 0 0 15px;
}

    #listview figure {
        border: 1px solid #e7e7e7;
        border-radius: 3px;
        padding: 5px;
        margin-top: 15px;
    }

figure h4 {
    font-size: 1.15em;
}

figure p.hidden-sm {
    min-height: 80px;
}

footer {
    text-align: right;
    font-size: 0.8571em;
    padding: 2em 0;
}

header .container h1.visible-sm {
    padding-top: 10px;
    line-height: 33px;
    padding-bottom: 10px;
}

.collapse-menu {
    width: 54px !important;
}

.ps-container > .ps-scrollbar-y-rail {
    left: 0 !important;
}

    .ps-container > .ps-scrollbar-y-rail, .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
        width: 5px;
    }

.k-picker-wrap .k-input {
    padding: .8em 0em 10px 0;
}

@media (max-width: 767px) {
    .k-menu.k-menu-horizontal .k-item {
        float: none;
    }

    header .container {
        padding-right: 0;
    }

        header .container h1 {
            padding-top: 0;
            line-height: 50px;
        }

    header label {
        border-width: 1px 0 0 0;
        display: block;
    }

    #configurator-wrap {
        position: absolute;
        overflow: hidden;
        height: 260px;
        right: 0;
        top: 50px;
        z-index: 1000;
        padding: 0;
        width: 320px;
    }

    #configurator {
        background-color: #272727;
        position: absolute;
        width: 100%;
        margin: 0;
    }

    .panel-heading-button-wrapper {
        position: relative !important;
        top: 0px !important;
        left: 15px;
    }

    .panel-heading-button {
        float: left !IMPORTANT;
    }
}

.k-black body,
.k-metroblack body,
.k-black .well,
.k-metroblack .well,
.k-black .ra-well-title,
.k-metroblack .ra-well-title,
.k-black .buttons-wrap,
.k-metroblack .buttons-wrap {
    border-color: #444;
    background-color: #1e1e1e;
    color: #fff;
}

.k-highcontrast body,
.k-highcontrast .well .k-highcontrast .ra-well-title,
.k-highcontrast .buttons-wrap {
    border-color: #664e62;
    background-color: #2c232b;
    color: #fff;
}

.k-moonlight body,
.k-moonlight .well,
.k-moonlight .ra-well-title,
.k-moonlight .buttons-wrap {
    border-color: #171e28;
    background-color: #212a33;
    color: #fff;
}



/* Custom Style */

body {
    font-family: 'Open Sans', sans-serif;
    background-color: #F5F5F5;
}

.navbar-brand {
    padding: 5px;
    /*width:250px;*/
    color: #563D7C;
    font-family: Arial;
}

    .navbar-brand img {
        float: left;
    }

    .navbar-brand div {
        padding-left: 45px;
    }

    .navbar-brand p {
        font-size: 15px;
        padding: 0;
        margin: 0;
    }

.breadcrumb {
    margin: 10px 0;
    font-size: 15px;
    background-color: #EAEAEA;
}

.fa-fw {
    margin-right: 5px;
}

.popup_subtitle {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    color: #428bca;
}

.popup_subtitleline {
    margin-bottom: 10px;
    margin-top: 0;
}

.hr-margin {
    margin-top: 8px;
    margin-bottom: 8px;
}

.formFooter {
    float: right;
}

.red {
    color: red;
}

.green {
    color: green;
}

.h4-information {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 10px;
    color: #428bca;
}

.hr-information {
    margin-bottom: 10px;
    margin-top: 0;
}

.page-header {
    padding: 5px 0;
    margin: 5px 0;
    font-size: 20px;
    border-bottom: 0px;
}

#page-wrapper {
    padding: 0 15px;
    min-height: 700px;
}

.navbar-toggle {
    display: inline;
    border: none;
    padding: 0;
    margin: 0px;
    float: none;
}

.navbar-default {
    background-color: #F5F5F5;
}

.navbar-static-side ul li {
    border: none;
}

    .navbar-static-side ul li a, .navbar-top-links li a {
        color: #242424;
    }

.action-li {
    content: ".";
    float: right;
}

.panel-default {
    /*border: none;*/
}

.panel {
    /*box-shadow: none;*/
}

.panel-default > .panel-heading {
    /*background-color: #ffffff;*/
}

.table-content {
    width: 100%;
    padding: 8px;
}

.title {
    text-align: right;
    padding: 4px;
    background-color: #f8f7f7;
    width: 25%;
    border: 1px solid #F3F0F0;
}

.content {
    text-align: left;
    padding: 8px;
    /*width: 25%;*/
    background-color: #E7E7E7;
    border: 1px solid #F3F0F0;
}

.k-grouping-header, .k-grid-toolbar {
    padding: 0.4em;
}

form span.k-tooltip {
    position: absolute;
    display: block;
}

.k-widget.k-dropdown.k-header {
    height: 32px;
}

.k-grid table {
    min-width: 800px;
}

.k-widget.k-window {
    min-width: 800px;
}

.k-edit-form-container {
    width: 98%;
    padding: 0 1% 0 1%;
}

.k-numerictextbox .k-input {
    text-align: right;
}

.gridMultiFieldSearch {
    float: left;
    width: 220px;
    height: 15px;
}

.modal-header {
    padding: 2px 10px;
}

.modal-dialog {
    /*min-width: 800px;*/
}

/*@media (min-width: 768px)
{
    .form-horizontal.form-widgets.col-sm-5,
    .form-horizontal.form-widgets.col-sm-6
    {
        height: 50px;
    }
}*/

form .k-tooltip {
    z-index: 10000;
}

.report-filter-section {
    margin: 0 auto 15px auto;
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.05);
    background-color: rgba(0,0,0,0.01);
    height: 50px;
}

.control-label.left {
    text-align: left;
}

.highlight-section, .note-section {
    margin-top: 10px;
    width: 600px;
    padding: 7px 7px 7px 7px;
    min-height: 35px;
}

.fa-2 {
    font-size: 2.6em;
}

.info {
    color: #3f7eb0;
}

.warn {
    color: #f0b501;
}

.question {
    color: #3f7eb0;
}

.time {
    color: #ff0000;
}

.sidebar-collapse {
}

.custom-search-form {
}

.k-grid-edit-row .k-tooltip {
    position: fixed;
}

.page {
    /*width: 21cm;*/
    min-height: 29.7cm;
    padding: 0 15px;
    margin: 1cm auto;
    margin-bottom: 15px;
    margin-top: 0px;
    /*border-top: 1px  #D3D3D3 solid;*/
    border-bottom: 1px #D3D3D3 solid;
    /*border-radius: 5px;*/
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

@page {
    size: A4;
    margin: 0;
}

@media print {
    #page {
        margin: 0;
        border: initial;
        border-radius: initial;
        width: initial;
        min-height: initial;
        box-shadow: initial;
        background: initial;
        page-break-after: always;
    }
}

.pageLandscape {
    width: 29.7cm;
    /*min-height: 29.7cm;*/
    padding: 2cm;
    padding-bottom: 6cm;
    margin: 1cm auto;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.pageMain {
    margin: 1cm auto;
    border: 1px #D3D3D3 solid;
    border-radius: 5px;
    background: white;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}


.k-treeview .k-in {
    padding: 0;
}

/**Style Override**/
.well {
    padding: 0;
    border: 0px solid #e3e3e3;
}

.col-md-12 {
    padding: 0;
}

.disable-textbox {
    background: transparent !important;
    border: 0px solid #e3e3e3;
    font-weight: bold;
    resize: none;
    box-shadow: none;
}

input.disable-textbox:focus,
input.disable-textbox:hover,
input.disable-textbox:visited,
input.disable-textbox:active,
textarea.disable-textbox:focus,
textarea.disable-textbox:hover,
textarea.disable-textbox:visited,
textarea.disable-textbox:active {
    background: transparent !important;
    border: 0px solid #e3e3e3;
    font-weight: bold;
    resize: none;
    box-shadow: none;
}

fieldset.scheduler-border {
    /*margin: 0px 0 -1px !important;
    padding: 0 1.4em 0.5em 1.4em !important;*/
}
fieldset.summary-border {
    /*margin: 0px 0 -1px !important;
    padding: 0 1.4em 0.5em 1.4em !important;*/
}

.tab-content > .tab-pane, .pill-content > .pill-pane {
    /*padding: 10px 0;*/
}

.summary-part .k-textbox,
.summary-part .k-textbox:active,
.summary-part .k-textbox:hover,
.summary-part .k-textbox:focus,
.summary-part .k-textbox:visited,
.summary-part .k-autocomplete,
.summary-part .k-dropdown-wrap,
.summary-part .k-picker-wrap,
.summary-part .k-numeric-wrap {
    border-color: #fff;
    border-width: 0;
    box-shadow: none;
}

    .summary-part .k-numeric-wrap.k-state-default {
        background: transparent !important;
    }

.summary-part input.k-formatted-value.disable-textbox.k-input {
    box-shadow: none;
}
/*.panel.panel-default {
    margin: 10px !important;
}*/
.panel-heading-button-wrapper {
    width: 80%;
    height: 20px;
    position: fixed;
    z-index: 10;
    right: 0;
    top: 44px;
    height: 36px;
}

.panel-heading-button {
    text-align: right;
    float: right;
    margin-top: 25px;
    margin-right: 8px;
}

    .panel-heading-button .action-button {
        border-radius: 2px !important;
        padding: 3px 5px 2px !important;
        color: #666;
        font-weight: 500;
        margin-top: 1px !important;
        /* font-size: 12px; */
        font-weight: 500;
        font-family: Roboto, 'Segoe UI', Tahoma, sans-serif;
    }

.panel-heading {
    padding: 10px 0px;
    /*height: 38px;*/
    text-transform: uppercase;
}

.panel-heading-report {
    padding-top: 3px !important;
    /*padding-bottom: 33px !important;*/
    height: 34px !important;
    padding-left: 15px !important;
    font-weight: bold !important;
    color: #3498db !important;
    margin-bottom: 0px !important;
    margin-top: 0px !important;
    border-bottom: 0px !important;
    border-top: 1px solid transparent;
}

.panel-title-report {
    font-size: 14px;
}

.panel-body-report {
    padding: 0px !important;
}

.panel-report {
    padding: 10px 20px 2px 0 !important;
    margin: 0px 0 5px 0 !important;
    border-radius: 0px !important;
    box-shadow: 0px 0px 1px #909090;
}

.panel-body {
    padding: 10px;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    bottom: 0px;
    overflow: auto !important;
}

form .panel-body {
    padding: 10px;
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    bottom: 43px;
    overflow: auto !important;
}

.sidebar-nav {
    background: transparent;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
    color: #0f2d9b;
}

#example {
    padding-top: 0;
}

.k-dropzone {
    width: 71px;
    height: 34px;
    padding: 5px 0.8em;
}

.wrap-grid-item .tab-content > .tab-pane, .pill-content > .pill-pane {
    padding: 10px;
}

.wrap-grid-exspen .form-group {
    padding-left: 10px;
    padding-right: 10px;
}

textarea#Address {
    padding-left: 5px;
}

@media (max-width: 1199px) {
    textarea#Address {
        height: 35px !important;
    }

    .form-horizontal .control-label {
        padding-top: 0;
    }

    .wrap-search {
        width: 91%;
    }

    .summary-part .k-textbox,
    .summary-part .k-autocomplete,
    .summary-part .k-dropdown-wrap,
    .summary-part .k-picker-wrap,
    .summary-part .k-numeric-wrap {
        border-color: #fff;
        border-width: 0;
        box-shadow: none;
    }
}

.k-widget .k-window-title {
    height: 2em !important;
    line-height: 2em !important;
    text-transform: uppercase !important;
    top: 1px;
    left: 5px;
    padding: 0 5px 5px 5px;
    border-bottom: none;
    color: #2d7d9a !important;
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 600;
    font-family: Roboto, 'Segoe UI', Tahoma, sans-serif;
}

.k-window > div.k-popup-edit-form {
    padding: 1em;
}

.k-window-titlebar .k-window-actions {
    padding: 0;
    right: 0.5em;
    line-height: 2em;
}

.k-dropdown-wrap {
    border-radius: 2px;
}

.k-grid-header .k-header:first-child, .k-grid tbody td:first-child, .k-grid tfoot td:first-child {
    border-left: 0px !important;
}
/*.dropdown-account-header {
    background: #72afd2;
    font-weight: bold;
    font-size: 12px;
    padding-left: 5px !important;
}
.dropdown-account-header-right {
    background: #72afd2;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    margin-left: -5px !important;
    padding-left: 0px !important;
}*/
/*Updated 21-10-17*/
.k-pager-numbers li.k-current-page {
    display: none;
}

.k-pager-wrap {
    line-height: 26px;
    border: none;
    padding: 6px 6px 3px;
    /*border-top:1px solid #E8E5E5;*/
}

    .k-pager-wrap > .k-link {
        height: 26px;
        line-height: 26px;
    }

.k-pager-numbers .k-link {
    line-height: 26px;
}

.k-i-arrow-s {
    background-position: 0px -33px;
}

.k-i-arrow-e {
    background-position: 0px -17px;
}

.k-i-seek-e {
    background-position: 0px -81px;
}

.k-i-arrow-w {
    background-position: 0px -49px;
}

.k-i-seek-w {
    background-position: 0px -113px
}

.k-pager-nav.k-pager-first {
    border-radius: 2px 0 0 2px;
}

.k-pager-wrap .k-pager-nav.k-pager-last {
    border-radius: 0 2px 2px 0;
}

.k-state-selected, .k-state-selected:link, .k-state-selected:visited,
.k-list > .k-state-selected, .k-list > .k-state-highlight,
.k-panel > .k-state-selected, .k-ghost-splitbar-vertical,
.k-ghost-splitbar-horizontal, .k-draghandle.k-state-selected:hover,
.k-scheduler .k-scheduler-toolbar .k-state-selected,
.k-scheduler .k-today.k-state-selected, .k-marquee-color {
    background-color: #002f61 !important;
    /*background-color: #2d7d9a !important;*/
    border-color: #002f61 !important;
    /*border-color: #2d7d9a !important;*/
    color: white !important;
}

table.k-selectable tr.k-state-selected, table.k-selectable tr.k-state-selected:link, table.k-selectable tr.k-state-selected:visited {
    background-color: #f1a34c59 !important;
    color: #002f61 !important;
}

.k-calendar .k-state-focused.k-state-selected {
    background-color: #002f61 !important;
    border-color: #002f61 !important;
    color: white !important;
}

.k-panelbar .k-state-focused.k-state-selected,
td.k-state-focused.k-state-selected,
.k-state-selected td.k-state-focused,
.k-listview > .k-state-focused.k-state-selected {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-state-focused,
.k-list > .k-state-focused,
.k-listview > .k-state-focused,
.k-grid-header th.k-state-focused,
td.k-state-focused,
.k-button.k-state-focused {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-grid-header-wrap, .k-grid-footer-wrap {
    border: none;
    margin-top: 8px;
    box-shadow: 0px 0px 20px -5px rgb(0 0 0 / 10%);
}

div.k-grid-header, div.k-grid-footer {
    border-bottom: none;
}

.k-grid-content table tr:nth-child(even) {
    background-color: #fafafa;
}

.k-grid-content table tr:hover {
    color: #555555;
    background: #f3f3f3;
}

/*    .k-numeric-wrap.k-state-default {
        padding-right: 15px;
    }
    input.k-formatted-value.k-input{
        padding-right: 15px !important;
    }
.k-numeric-wrap.k-state-focused input.k-input {
    padding-right: 15px !important;
}*/
/*.k-numeric-wrap.k-state-default > .k-select {
    width: 1em;
}*/
.k-numeric-wrap .k-input {
    width: 100% !important;
    padding-right: 0;
}
/*.k-dropdown-wrap .k-input {
    padding-right: 5px;
}*/
span.k-widget.k-dropdown.k-header span.k-input {
    padding: 0 !important;
}

.k-pager-wrap .k-pager-refresh {
    background: transparent;
}

.k-numeric-wrap.k-expand-padding {
    padding-right: 10px;
}

.panel-footer {
    position: absolute;
    padding: 5px 15px 7px 15px;
    bottom: 0;
    width: 100%;
    box-shadow: 0px 0px 5px 3px rgb(0 0 0 / 10%);
}

    .panel-footer .btn {
        border-radius: 2px;
        font-size: 13px;
        font-weight: 500;
        font-family: Roboto, 'Segoe UI', Tahoma, sans-serif;
        padding: 5px 12px;
        color: #fff !important;
    }

        .panel-footer .btn span {
            margin: 0 2px 0 0;
            display: none;
        }

.k-animation-container .k-list-filter {
    display: none;
}

.k-grid-header th {
    vertical-align: middle;
}

.dropdown-multicol-header {
    background: #72afd2;
    font-weight: bold;
    font-size: 12px;
    padding-left: 5px !important;
}

.dropdown-multicol-header-right {
    background: #72afd2;
    font-weight: bold;
    font-size: 12px;
    text-align: left;
    /*margin-left: -5px !important;
    padding-left: 0px !important;*/
}

.dropdown-header span {
    color: #666;
    margin-top: 5px;
    border: none !important;
    box-shadow: none;
    background: transparent !important;
    font-weight: bold;
    font-size: 12px;
    /* padding-left: 5px !important; */
}

.panel-body .nav-tabs > li > a {
    border: 1px solid #ddd;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 10px;
    font-family: Roboto, 'Segoe UI', Tahoma, sans-serif;
    color: #2d7d9a;
}

.btn-clear {
    color: #d9534f;
    background-color: #fdb813;
    border-color: #fcf3a8;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    /*background: #938989;*/
    background: #002f61;
    color: white;
    border-radius: 10px;
    padding: 12px 12px;
}

.nav-btn {
    transition: all 0.3s ease;
}

    .nav-btn:hover {
        background-color: #eadddd;
        color: #002f61;
        font-weight: bold;
    }

#reportContent {
    min-height: 500px;
}

    #reportContent .page {
        box-shadow: none;
    }

.k-grid table {
    width: 100%;
    margin: 0;
    /* override CSS libraries */
    border-collapse: separate;
    border-spacing: 0;
    empty-cells: show;
    border-width: 0;
    outline: none;
    /*border-bottom: 1px solid #E8E5E5;*/
    /*border-right: 1px solid #E8E5E5;*/
}

.k-grid-header .k-header {
    padding: 0.7em .6em .8em .6em;
    font-weight: bold;
    color: #666;
}

.k-grid-content table {
    border-bottom: 1px solid #E8E5E5;
}

.panel-body .k-grid {
    margin-bottom: 8px;
}

/* .k-textbox > input, .k-autocomplete .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input, .k-dropdown-wrap .k-input, .k-selectbox .k-input {
        padding: 0.16em 0 !important;
    }*/

.k-grid tr td {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    font-size: 12px;
}

ul li.k-item div > div {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.panel-footer .btnNextOrPrevious {
    color: #333;
    height: 28px;
    margin-top: 2px;
    padding: 2px 10px 3px 10px;
    float: left;
    font-size: 16px;
    border-radius: 2px;
    border: 1px solid #ccc;
    margin-right: 5px;
}

    .panel-footer .btnNextOrPrevious:hover {
        background-color: #ececec;
        border-color: #adadad;
        cursor: pointer;
    }

.panel-footer .avoid-clicks {
    pointer-events: none; /*This makes it not */
    opacity: 0.7;
    cursor: not-allowed;
}

span.k-numeric-wrap.k-state-disabled {
    padding-right: 35px;
}

#dropdownListPrint div.k-animation-container {
    left: -62px !important;
}
/* Safari 4.0 - 8.0 */
@-webkit-keyframes paymentterm {
    0% {
        color: #fdb813;
    }

    25% {
        color: #235784;
    }

    50% {
        color: #fdb813;
    }

    75% {
        color: #235784;
    }

    100% {
        color: #fdb813;
    }
}

/* Standard syntax */
@keyframes paymentterm {
    0% {
        color: #fdb813;
    }

    25% {
        color: #235784;
    }

    50% {
        color: #fdb813;
    }

    75% {
        color: #235784;
    }

    100% {
        color: #fdb813;
    }
}
