﻿@import url(//fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all);

/* kendo */
/* reset everything to the default box model */

*, :before, :after {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.control-label {
    text-align: left !important;
}

.daterangepicker * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* set a border-box model only to elements that need it */

.form-control, /* if this class is applied to a Kendo UI widget, its layout may change */
.container,
.container-fluid,
.row,
.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 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.k-grid.k-widget {
    overflow-x: auto;
}

/* end Kedno*/

/* spinner */
.throbber-header {
    font-size: 42px;
    font-weight: 100;
    color: #fff;
}

.throbber {
    display: none;
}

    .throbber .curtain {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: #3e4d45;
        opacity: 0.9;
        filter: alpha(opacity=90);
    }

    .throbber .curtain-content {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

        .throbber .curtain-content div {
            text-align: center;
            padding: 10px;
            color: #FFF;
        }

.spinner svg {
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    -webkit-animation: spinner-rotate 1.333s linear infinite;
    animation: spinner-rotate 1.333s linear infinite;
}

.spinner-container.active > .spinner, .spinner.active {
    background-color: transparent;
    border: none;
    display: inline-block;
}

.spinner {
    position: relative;
    text-align: center;
    vertical-align: middle;
    display: none;
}

    .spinner circle {
        fill: transparent;
        stroke: #ff9800;
        stroke-linecap: round;
        stroke-dasharray: 200.96;
        stroke-dashoffset: 58px;
        -webkit-animation: spinner-dash 1.333s linear infinite,spinner-colors 10.644s linear infinite;
        animation: spinner-dash 1.333s linear infinite,spinner-colors 10.644s linear infinite;
    }


.spinner-container {
    position: relative;
    display: none;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}


html.ie .spinner circle {
    stroke-dashoffset: 80px
}

@keyframes spinner-dash {
    0% {
        stroke-dashoffset: 58px
    }

    50% {
        stroke-dashoffset: 200.96px
    }

    100% {
        stroke-dashoffset: 58px
    }
}

@-webkit-keyframes spinner-dash {
    0% {
        stroke-dashoffset: 58px
    }

    50% {
        stroke-dashoffset: 200.96px
    }

    100% {
        stroke-dashoffset: 58px
    }
}

@keyframes spinner-rotate {
    50% {
        transform: rotate(600deg)
    }

    100% {
        transform: rotate(720deg)
    }
}

@-webkit-keyframes spinner-rotate {
    50% {
        transform: rotate(600deg)
    }

    100% {
        transform: rotate(720deg)
    }
}

@keyframes spinner-rotate-ie {
    50% {
        transform: rotate(360deg)
    }

    100% {
        transform: rotate(720deg)
    }
}

@keyframes spinner-colors {
    0% {
        stroke: #3f51b5
    }

    20% {
        stroke: #09b7bf
    }

    40% {
        stroke: #90d36b
    }

    60% {
        stroke: #f44336
    }

    80% {
        stroke: #f90
    }

    100% {
        stroke: #3f51b5
    }
}

@-webkit-keyframes spinner-colors {
    0% {
        stroke: #3f51b5
    }

    20% {
        stroke: #09b7bf
    }

    40% {
        stroke: #90d36b
    }

    60% {
        stroke: #f44336
    }

    80% {
        stroke: #f90
    }

    100% {
        stroke: #3f51b5
    }
}


/* validator */

.field-validation-error, .validation-summary-errors {
    color: red;
}



.form-horizontal .form-group {
    margin-right: 0px;
    margin-left: 0px;
}

select.form-control {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0px 12px;
}

.form-group input[type=checkbox] {
    margin-top: 10px;
}

.k-grid label.mt-checkbox.mt-checkbox-outline {
    margin-top: 6px;
    padding-left: 20px;
}

a span.username {
    color: #a4aebb;
}

.page-header-inner {
    padding: 0px 10px 0px 0px;
}

.k-grid .k-grid-header .k-header .k-link {
    height: auto;
}

.k-grid .k-grid-header .k-header {
    white-space: normal;
}


.feeds li .col1 {
    padding-top: 10px;
    padding-bottom: 10px;
}


.feeds li .col2 > .date {
    padding-top: 15px;
    color: #337ab7;
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
}

.mce-container label {
    max-width: inherit;
}

.page-header.navbar .page-logo .logo-default {
    margin: 2px 0 0;
}

.page-footer .page-footer-inner a {
    color: white;
    text-decoration: initial;
}

.page-footer .page-footer-inner {
    float: left;
}

.page-sidebar .page-sidebar-menu .sub-menu li > .sub-menu > li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li > .sub-menu > li > a {
    padding-left: 40px;
}

.page-sidebar .page-sidebar-menu .sub-menu li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li > a {
    padding: 6px 15px 6px 23px;
}

.portlet.light > .portlet-title > .caption > small {
    font-weight: normal;
    margin-left: 10px;
    margin-right: 5px;
}

    .portlet.light > .portlet-title > .caption > small > i {
        margin-right: 5px;
    }

    .portlet.light > .portlet-title > .caption > small > a:hover {
        text-decoration: none;
    }

/* Checkboxes in admin area */

.mt-checkbox.mt-checkbox-outline:hover > input:not([disabled]):checked ~ span, .mt-checkbox.mt-checkbox-outline:hover > input:not([disabled]) ~ span, .mt-checkbox.mt-checkbox-outline > input:checked ~ span, .mt-checkbox.mt-checkbox-outline > input:focus ~ span, .mt-checkbox.mt-checkbox-outline > span, .mt-checkbox.mt-radio-outline:hover > input:not([disabled]):checked ~ span, .mt-checkbox.mt-radio-outline:hover > input:not([disabled]) ~ span, .mt-checkbox.mt-radio-outline > input:checked ~ span, .mt-checkbox.mt-radio-outline > input:focus ~ span, .mt-checkbox.mt-radio-outline > span, .mt-radio.mt-checkbox-outline:hover > input:not([disabled]):checked ~ span, .mt-radio.mt-checkbox-outline:hover > input:not([disabled]) ~ span, .mt-radio.mt-checkbox-outline > input:checked ~ span, .mt-radio.mt-checkbox-outline > input:focus ~ span, .mt-radio.mt-checkbox-outline > span, .mt-radio.mt-radio-outline:hover > input:not([disabled]):checked ~ span, .mt-radio.mt-radio-outline:hover > input:not([disabled]) ~ span, .mt-radio.mt-radio-outline > input:checked ~ span, .mt-radio.mt-radio-outline > input:focus ~ span, .mt-radio.mt-radio-outline > span {
    background-color: #ffffff;
}


.treeview .list-group-item {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.treeview span.indent {
    margin-left: 10px;
    margin-right: 10px;
}

.treeview span.icon {
    width: 12px;
    margin-right: 5px;
}

.treeview .node-disabled {
    color: silver;
    cursor: not-allowed;
}

.treeview .list-group-item span.pull-right {
    margin-left: auto;
}

/* label icon*/
.help.icon-question {
    padding-left: 3px;
    padding-right: 3px;
}


@media only screen and (min-device-width : 375px) and (max-device-width : 667px) {
    .form-horizontal .form-body.col-md-6.advanced-filter {
        padding: 0;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 1) {
    .form-horizontal .form-body.col-md-6.advanced-filter {
        padding: 0;
    }

        .form-horizontal .form-body.col-md-6.advanced-filter:first-child {
            padding-top: 20px;
        }

        .form-horizontal .form-body.col-md-6.advanced-filter:nth-child(2) {
            margin-left: 33.33333%;
        }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) and (-webkit-min-device-pixel-ratio: 1) {
    .form-horizontal .form-body.col-md-6.advanced-filter:nth-child(2) {
        margin-left: 0;
        padding-top: 20px;
    }
}

@media (min-width: 992px) {
    .page-content-wrapper .page-content {
        padding: 5px 20px 10px;
    }
}

.page-content-white .page-content .page-bar {
    border-bottom: 0px;
}

.k-input.text-box {
    padding: 6px 12px;
}

textarea.form-control.k-input {
    padding: 6px 12px;
}

.k-grid label input[type=checkbox] {
    position: unset;
    width: 0;
    height: 0;
}


/*style required for localize standard tab validation*/
.k-state-hidden {
    display: none !important;
}

.k-datetimepicker {
    width: 100%
}

.alert ul {
    list-style: none;
}

.StandardTab {
    display: block !important;
    opacity: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.k-filter-row > th:first-child, .k-grid tbody td:first-child, .k-grid tfoot td:first-child, .k-grid-header th.k-header:first-child {
    border-left-width: 1px;
}

.k-widget.k-datepicker.k-header, .k-widget.k-numerictextbox, .k-widget.k-dropdown.form-control.edited, .k-widget.k-dropdown {
    width: 100%
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.k-widget.k-datepicker {
    width: 100%;
}

.halfWidth {
    width: 48%;
    display: inline-block;
}

.calendars-ctrl {
    background-color: #444;
}

.calendars-month td .calendars-today {
    background-color: #777777;
    color: white;
}

.calendars-month td .calendars-selected, .calendars-month td .calendars-highlight, .calendars-ctrl .calendars-cmd:hover {
    background-color: #3fd5c0;
}

.hdnCal {
    height: 0px;
    opacity: 0;
    width: 0px;
}

.pd0 {
    padding: 0px;
}

.k-dropdown-wrap.k-state-default {
    height: 100%;
}

.half {
    display: inline-block;
    width: 38%;
}

[readonly="readonly"] {
    background-color: #eef1f5 !important;
}

.k-datetimepicker .k-select .k-link-time {
    margin-right: 0.715em !important;
}

.DateTimePicker .k-widget.k-datepicker, .DateTimePicker .k-widget.k-timepicker {
    width: 49%;
    display: inline-block;
}
.DateTimePicker .form-control, .k-widget.k-numerictextbox.form-control, .k-widget.k-dropdown.form-control, .k-formatted-value.form-control.k-input {
    height: 34px !important;
    vertical-align: bottom;
}

.DateTimePicker .k-datepicker .k-picker-wrap {
    border-radius: 5px;
    border: 1px solid #d9d9d9;
}
.mt-checkbox > span, .mt-radio > span {
    height: 30px;
    width: 30px;
}
.mt-checkbox, .mt-radio {
    padding-right: 40px;
    margin-top: 0px;
}
    .ckbox {
    /*padding-top: 30px;*/
}
.form-control.nosearch {
    padding:0px;
}

.input-group-addon {
    cursor: pointer;
}

    .input-group-addon i {
        color: black;
    }

    .input-group-addon:not(.multiDrp) {
        height: 34px;
    }

.calendar .form-control:not(:read-only), .calendar .k-input {
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    height: 33px;
}
.calendar .form-control:read-only {
    height: 33px;
}

    .k-numeric-wrap .k-formatted-value.k-input {
        height: 100%;
    }

.form-group {
    padding-bottom: 0;
    margin-bottom: 0px;
}

.k-datepicker .k-select {
    display: none;
}
/*.k-widget.k-datepicker.form-control {
            height: 100%;
        }*/
.k-datepicker .k-picker-wrap {
    padding-right: 0px;
    border-top: 1px solid #ccc !important;
    border-bottom: 2px groove #eeeeee9c !important;
    border-radius: 0;
}

/*.k-datepicker .form-control.k-input {
    border: 1px solid #c2cad8;
}*/

.input-group {
    width: 100%;
}

.approvalsTable .validationError {
    display: none;
}
/*uploader*/
div.k-dropzone {
    border: 1px solid #c5c5c5; /* For Default; Different for each theme */
}

    div.k-dropzone em {
        visibility: visible;
    }

.k-file {
    padding: 0.65em 2.16em .65em 1em;
    width: 45%;
    display: inline-block;
}

.k-file-name-size-wrapper {
    margin-right: 0.5em;
}

.bold {
    font-weight: 900 !important;
}

.help-block.validationError {
    display: none;
}

    .help-block.validationError.validationErrorVisible {
        display: block !important;
    }

.disabledDropDown .k-dropdown-wrap {
    background: #e9ecf3 !important;
}

.portlet.light.form-fit {
    min-height: 96vh !important;
    padding: 10px !important;
}

.modal-content .portlet.light.form-fit {
    min-height: initial !important;
}

.btn-group .btn {
    margin: 2px;
}
/*modal editors*/
modal-lg-6 modal-md-8 modal-sm-12
/*modal lg*/
.modal-lg .modal-lg-1, .modal-md .modal-md-1, .modal-sm .modal-sm-1 {
    width: 8.33333%;
}

.modal-lg .modal-lg-2, .modal-md .modal-md-2, .modal-sm .modal-sm-2 {
    width: 16.66667%;
}

.modal-lg .modal-lg-3, .modal-md .modal-md-3, .modal-sm .modal-sm-3 {
    width: 25%;
}

.modal-lg .modal-lg-4, .modal-md .modal-md-4, .modal-sm .modal-sm-4 {
    width: 33.33333%;
}

.modal-lg .modal-lg-5, .modal-md .modal-md-5, .modal-sm .modal-sm-5 {
    width: 41.66667%;
}

.modal-lg .modal-lg-6, .modal-md .modal-md-6, .modal-sm .modal-sm-6 {
    width: 50%;
}

.modal-lg .modal-lg-7, .modal-md .modal-md-7, .modal-sm .modal-sm-7 {
    width: 58.33333%;
}

.modal-lg .modal-lg-8, .modal-md .modal-md-8, .modal-sm .modal-sm-8 {
    width: 66.66667%;
}

.modal-lg .modal-lg-9, .modal-md .modal-md-9, .modal-sm .modal-sm-9 {
    width: 75%;
}

.modal-lg .modal-lg-10, .modal-md .modal-md-10, .modal-sm .modal-sm-10 {
    width: 83.33333%;
}

.modal-lg .modal-lg-11, .modal-md .modal-md-11, .modal-sm .modal-sm-11 {
    width: 91.66667%;
}

.modal-lg .modal-lg-12, .modal-md .modal-md-12, .modal-sm .modal-sm-12 {
    width: 100%;
}

.page-sidebar .page-sidebar-menu .sub-menu li > .sub-menu > li > a, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu .sub-menu li > .sub-menu > li > a {
    padding: 5px;
}
.input-group .form-control:not(.headerSearch), .input-group .k-dropdown-wrap {
    border-radius: 0px !important;
}

.k-multiselect-wrap.k-floatwrap, .k-widget.k-multiselect.k-header.k-multiselect-clearable {
    max-height: 64px;
    min-height: 32px;
}

.k-multiselect-wrap.k-floatwrap {
    overflow-y: scroll;
    width: 99%;
    box-shadow: none;
}

.k-multiselect-wrap li {
    min-height: calc(1.7em );
}
.k-multiselect-clearable .k-input {
    height: 0px;
    caret-color: transparent;
}
.k-autocomplete > .k-i-close, .k-combobox > .k-dropdown-wrap > .k-i-close, .k-multiselect > .k-multiselect-wrap > .k-i-close{
    color:black;
}
.k-multiselect .k-button {
    font-size: 16px;
}
.note-hr {
    background-color: #0894d0ab;
    border-color: #097eb1;
    color: #ffffff;
    padding: 5px;
}

.note {
    margin: 10px 0 10px;
    border-radius: 0;
}

.page-sidebar .page-sidebar-menu li > a > .arrow:before, .page-sidebar-closed.page-sidebar-fixed .page-sidebar:hover .page-sidebar-menu li > a > .arrow:before {
    content: "\f105"
}

.arrowActive:before {
    content: "\f101" !important;
}

.TemplateRow {
    display: none;
}

.InvalidRow {
    background: #fbe1e3;
}

select[readonly] {
    pointer-events: none;
}
.pt-20{
    padding-top:20px;
}
.pt-15 {
    padding-top: 15px;
}
.pt-10 {
    padding-top: 0px;
}
.pt-5 {
    padding-top: 5px;
}
.k-state-disabled .k-multiselect-wrap {
    background: #e9ecf3;
}
.k-grid .k-grid-header .k-header .k-link, .k-grid tr td {
    font-size: 13px;
}