﻿body {
    font-size: 13px;
}

.main-content {
    padding: 20px;
}

.k-grid-header th.k-header > .k-link {
    font-weight: bold;
    color: #444;
}

.form-ddl-label {
    top: -10px;
    left: 0;
    font-size: 14px;
    font-weight: normal;
}

.searchDiv {
    padding: 20px 20px 0 20px !important;
}

label {
    font-weight: normal;
}

.text-red {
    color: red;
}

.text-yellow {
    color: goldenrod;
}

.text-green {
    color: forestgreen;
}

.text-phno {
    color: #0066ff;
    font-size: 14px;
}

.text-purple {
    color: #8e24aa;
}

.totalheader {
    padding: 5px;
}

.paddingleft20 {
    padding-left: 20px;
}

.padding-none {
    padding: 0;
}
/* Checkbox in grid */
[name="chkId"]:not(:checked), [name="chkId"]:checked {
    position: relative;
}

[name="chkId"].filled-in:checked + label:before {
    width: 5px;
    height: 8px;
}
/* END Checkbox in grid */

/* https://www.bootdey.com/snippets/view/alerts-with-arrow#css */
/*Status Alert With Arrow*/
.status-alert {
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 15px;
    /*margin-bottom: 20px;*/
    box-shadow: 0 1px 2px rgba(0,0,0,0.11);
    display: table;
    /*width: 40%;*/
}

.alert-white {
    border-top-color: #d8d8d8;
    border-bottom-color: #bdbdbd;
    border-left-color: #cacaca;
    border-right-color: #cacaca;
    color: #404040;
    padding-left: 61px;
    position: relative;
}

    .alert-white.rounded {
        border-radius: 3px;
        -webkit-border-radius: 3px;
    }

        .alert-white.rounded .icon {
            border-radius: 3px 0 0 3px;
            -webkit-border-radius: 3px 0 0 3px;
        }

    .alert-white .icon {
        text-align: center;
        width: 45px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border: 1px solid #bdbdbd;
        padding-top: 15px;
    }


        .alert-white .icon:after {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            display: block;
            content: '';
            width: 10px;
            height: 10px;
            border: 1px solid #bdbdbd;
            position: absolute;
            border-left: 0;
            border-bottom: 0;
            top: 50%;
            right: -6px;
            margin-top: -3px;
            background: #fff;
        }

        .alert-white .icon i {
            font-size: 20px;
            color: #fff;
            left: 12px;
            margin-top: -10px;
            position: absolute;
            top: 50%;
        }
/*============ colors ========*/
.status-alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-white.status-alert-success .icon,
.alert-white.status-alert-success .icon:after {
    border-color: #54a754;
    background: #60c060;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #98cce6;
    color: #3a87ad;
}

.alert-white.alert-info .icon,
.alert-white.alert-info .icon:after {
    border-color: #3a8ace;
    background: #4d90fd;
}


.alert-white.status-alert-warning .icon,
.alert-white.status-alert-warning .icon:after {
    border-color: #d68000;
    background: #fc9700;
}

.status-alert-warning {
    background-color: #f5e7bf;
    border-color: #f1daab;
    color: #c09853;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #e0b1b8;
    color: #b94a48;
}

.alert-white.alert-info .icon,
.alert-white.alert-danger .icon,
.alert-white.alert-danger .icon:after {
    border-color: #ca452e;
    background: #da4932;
}

.status-inactive {
    background-color: #f2f2f2;
    border-color: #cccccc;
    color: #b3b3b3;
}

.alert-white.status-inactive .icon,
.alert-white.status-inactive .icon:after {
    border-color: #b3b3b3;
    background: #bfbfbf;
}

.status-alert-info {
    background-color: #d9edf7;
    border-color: #98cce6;
    color: #3a87ad;
}

.alert-white.status-alert-info .icon,
.alert-white.status-alert-info .icon:after {
    border-color: #3a8ace;
    background: #4d90fd;
}

.status-alert-danger {
    background-color: #f2dede;
    border-color: #e0b1b8;
    color: #b94a48;
}

.alert-white.status-alert-danger .icon,
.alert-white.status-alert-danger .icon:after {
    border-color: #ca452e;
    background: #da4932;
}

/***********************End Status Alert****************************/

/***********************Start Process Step ****************************/
.breadcrumb {
    padding: 0px;
    background: transparent;
    list-style: none;
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 4px;
}

    .breadcrumb > li {
        display: table-cell;
        vertical-align: top;
        width: 1%;
    }

        .breadcrumb > li + li:before {
            padding: 0;
        }

    .breadcrumb li a {
        color: white;
        text-decoration: none;
        padding: 10px 0 10px 45px;
        position: relative;
        display: inline-block;
        width: calc( 100% - 10px );
        background-color: hsla(0, 0%, 83%, 1);
        text-align: center;
        text-transform: capitalize;
    }

    .breadcrumb li.completed a {
        background: brown;
        background: #4CAF50;
    }

        .breadcrumb li.completed a:after {
            border-left: 30px solid #4CAF50;
        }

    .breadcrumb li.active a {
        background: #ffc107;
    }

        .breadcrumb li.active a:after {
            border-left: 30px solid #ffc107;
        }

    .breadcrumb li:first-child a {
        padding-left: 15px;
    }

    .breadcrumb li:last-of-type a {
        width: calc( 100% - 38px );
    }

    .breadcrumb li a:before {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 30px solid white;
        position: absolute;
        top: 50%;
        margin-top: -50px;
        margin-left: 1px;
        left: 100%;
        z-index: 1;
    }

    .breadcrumb li a:after {
        content: " ";
        display: block;
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-bottom: 50px solid transparent;
        border-left: 30px solid hsla(0, 0%, 83%, 1);
        position: absolute;
        top: 50%;
        margin-top: -50px;
        left: 100%;
        z-index: 2;
    }

/*!
 * Dropdownhover v1.0.0 (http://bs-dropdownhover.kybarg.com)
 */
.dropdown .dropdown-menu .caret {
    border: 4px solid transparent;
    border-left-color: #000;
    float: right;
    margin-top: 6px
}

.dropdown-menu {
    min-width: 200px;
}

    .dropdown-menu > li.open > a {
        background-color: #F5F5F5;
        color: #262626;
        text-decoration: none
    }

    .dropdown-menu .dropdown-menu {
        left: 100%;
        margin: 0;
        right: auto;
        top: -1px
    }

.dropdown-menu-right .dropdown-menu, .navbar-right .dropdown-menu .dropdown-menu, .pull-right .dropdown-menu .dropdown-menu {
    left: auto;
    right: 100%
}

.dropdown-menu.animated {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s
}

    .dropdown-menu.animated:before {
        content: " ";
        display: block;
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 99
    }

.dropdownhover-top {
    margin-bottom: 2px;
    margin-top: 0
}

    .navbar-fixed-bottom .dropdown-menu .dropdown-menu, .dropdownhover-top .dropdown-menu {
        bottom: -1px;
        top: auto
    }

.navbar-nav > li > .dropdown-menu {
    margin-bottom: 0
}

.dropdownhover-bottom {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0
}

.dropdownhover-left {
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%
}

.dropdownhover-right {
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%
}

.dropdownhover-top {
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%
}


/***********************End Process Step ****************************/
/**start status**/
.new-text {
    color: #006DCB;
}

.pending-text {
    color: orange;
}

.approved-text {
    color: green;
}

.rejected-text {
    color: red;
}

.accepted-text {
    color: green;
}

.terminated-text {
    color: yellow;
}

.completed-text {
    color: green;
}

.lease-text {
    color: #00a3cc;
}

.credit-text {
    color: #00a3cc;
}

.credit-complete-text {
    color: #00b300;
}

.available-text {
    color: #006DCB;
}

.sold-text {
    color: #e60000;
}

.discrepancy-text {
    color: #b70009;
}

.disposal-text {
    color: #b70009;
}

.inactive-text {
    color: #b70009;
}

.red-text {
    color: red;
}
/**end status**/
.daskboard_status {
    float: right;
    border-radius: 50%;
    padding: 3.5px 8.1px 3px 8.1px;
}


.k-state-active, .k-tabstrip-items .k-state-active {
    background-color: #4eb151;
    border-bottom-color: #cae8cb;
}

.k-state-hover, .k-tabstrip-items .k-state-hover {
    background-color: #71c174;
}

.k-block, .k-draghandle, .k-grid-header, .k-grouping-header, .k-header, .k-pager-wrap, .k-treemap-tile, html .km-pane-wrapper .k-header {
    background-color: #b8e0b9;
}


/*FieldSet*/

fieldset {
    margin: 8px;
    border: 1px solid #dad5d5;
    padding: 8px;
    border-radius: 4px;
}

legend {
    width: auto;
    font-size: 14px;
}




/*Begin SM Layout*/

html .k-upload {
    position: absolute;
}

.card .body {
    font-size: 13px;
    color: #555;
    /*padding: 10px;*/
    margin-bottom: 0px;
    /* font-weight: 400; */
}

.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 {
    position: relative;
    min-height: 1px;
    padding-right: 2px;
    padding-left: unset;
    overflow-x: unset;
}

.card .body .col-xs-5, .card .body .col-sm-5, .card .body .col-md-5, .card .body .col-lg-5 {
    margin-bottom: 5px;
}

.card .body .col-xs-2, .card .body .col-sm-2, .card .body .col-md-2, .card .body .col-lg-2 {
    margin-bottom: 5px;
}

.card .body .col-xs-3, .card .body .col-sm-3, .card .body .col-md-3, .card .body .col-lg-3 {
    margin-bottom: 5px;
}

.card .body .col-xs-4, .card .body .col-sm-4, .card .body .col-md-4, .card .body .col-lg-4 {
    margin-bottom: 5px;
}

.card .body .col-xs-5, .card .body .col-sm-5, .card .body .col-md-5, .card .body .col-lg-5 {
    margin-bottom: 5px;
}

.card .body .col-xs-6, .card .body .col-sm-6, .card .body .col-md-6, .card .body .col-lg-6 {
    margin-bottom: 5px;
}

.card .body .col-xs-7, .card .body .col-sm-7, .card .body .col-md-7, .card .body .col-lg-7 {
    margin-bottom: 5px;
}

.card .body .col-xs-8, .card .body .col-sm-8, .card .body .col-md-8, .card .body .col-lg-8 {
    margin-bottom: 5px;
}

.card .body .col-xs-9, .card .body .col-sm-9, .card .body .col-md-9, .card .body .col-lg-9 {
    margin-bottom: 5px;
}

.card .body .col-xs-10, .card .body .col-sm-10, .card .body .col-md-10, .card .body .col-lg-10 {
    margin-bottom: 5px;
}

.card .body .col-xs-11, .card .body .col-sm-11, .card .body .col-md-11, .card .body .col-lg-11 {
    margin-bottom: 5px;
}

.card .body .col-xs-12, .card .body .col-sm-12, .card .body .col-md-12, .card .body .col-lg-12 {
    margin-bottom: 5px;
}

/*.k-upload {
    position:absolute !important;
}*/
/*End*/

/*Smart Credit - Details Fields*/
.line-bottom {
    border-bottom: 1px solid #f2f2f2;
}

/* fieldset border */
.fieldset-border {
    border: 1px solid #008000;
}

/* fieldset border */
.fieldset-border-red {
    border: 1px solid #ff6666;
}

.main-logo {
    height: 50px;
}

.title-name {
    font-size: 17px;
}

.img-signature {
    border: 1px solid #CCCCCC;
}

/*For Add Memo card*/
/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (max-width: 768px) {
    .main-logo {
        height: 20px;
    }

    .title-name {
        font-size: 14px;
    }

    .memo-card {
        width: 100%;
    }

    .repayment-card {
        width: 100%;
    }
    /*.std-header-hide {
        height: 0;
        width: 0 !important;
        display: none;
        overflow: hidden !important;
    }
    .std-hide {
        height: 0;
        width: 0 !important;
        display: none;
        overflow: hidden !important;
    }*/

    .newGrid {
        width: 100%;
    }
    /*.std-13p {
        width: 12.5%;
    }

    .std-header-13p {
        width: 12.5%;
    }*/


}


@media only screen and (max-width: 1120px) {
    .main-logo {
        height: 20px;
    }

    .title-name {
        font-size: 14px;
    }

    .memo-card {
        width: 100%;
    }

    .repayment-card {
        width: 100%;
    }


    /*.std-header-hide {
        height: 0;
        width: 0 !important;
        display: none;
        overflow: hidden !important;
    }

    .std-hide {
        height: 0;
        width: 0 !important;
        display: none;
        overflow: hidden !important;
    }*/

    .newGrid {
        width: 100%;
    }

    /*.std-13p {
        width: 12.5%;
    }

    .std-header-13p {
        width: 12.5%;
    }
    .k-grid th,td{
        width:12.5%;
    }*/

}

@media only screen and (max-width: 1024px) {

    /*.navbar-nav {
     display:none;
    }*/
}

.bounce {
    height: 50px;
    overflow: hidden;
    position: relative;
    font-size: 16px;
    /*background: #fefefe;
    color: #333;
    border: 1px solid #4a4a4a;*/
}

    .bounce p {
        position: absolute;
        width: 100%;
        height: 100%;
        margin: 0;
        line-height: 50px;
        text-align: center;
        -moz-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
        -moz-animation: bouncing-text 5s linear infinite alternate;
        -webkit-animation: bouncing-text 5s linear infinite alternate;
        animation: bouncing-text 10s linear infinite alternate;
    }

@-moz-keyframes bouncing-text {
    0% {
        -moz-transform: translateX(50%);
    }

    100% {
        -moz-transform: translateX(-50%);
    }
}

@-webkit-keyframes bouncing-text {
    0% {
        -webkit-transform: translateX(50%);
    }

    100% {
        -webkit-transform: translateX(-50%);
    }
}

@keyframes bouncing-text {
    0% {
        -moz-transform: translateX(50%);
        -webkit-transform: translateX(50%);
        transform: translateX(50%);
    }

    100% {
        -moz-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }
}

.blink_writeOff {
    animation: blinker 2s linear infinite;
}

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.k-datepicker .k-input, .k-timepicker .k-input {
    pointer-events: none !important;
}
