﻿/*@import url("https://fonts.googleapis.com/css?family=Nunito:300,400,600,700,800");*/
@import url('css.css');

body {
    font-family: 'Nunito', sans-serif;
    font-size: 12px;
}

.k-invalid-msg {
    background-color: indianred !important;
    margin-left: 1px !important;
    border: indianred !important;
}
/*.k-overlay {
    position: fixed !important;
    width: 100%;
    height: 100%;
    background-color: #000;
    top: 0;
    left: 0;
    z-index: 10002;
    opacity: 0.5;
}*/

.container {
    padding-left: 0px;
}

.k-loading-image {
    background-image: url(../css/Images/loading-image.gif);
}

.k-grid-norecords-template {
    background-color: #fff;
    font-size: large;
    border: none;
}

.content-wrapper {
    padding: 30px;
    background-color: #F8F9FA;
}

.cd-dropdown-content a, .cd-dropdown-content ul a {
    font-size: 13px !important;
}

#BreadCome {
    display: flex;
    /*display: unset;*/
    padding-bottom: 2rem;
}

    #BreadCome #left {
        flex: 0 0 65%;
    }

    #BreadCome #right {
        flex: 1;
        text-align: right;
    }

    #BreadCome #BreadComeHeader {
        font-weight: bold;
        color: #424242;
        font-size: 18px;
    }

    #BreadCome #Breadcomesubheader {
        font-weight: 400;
        color: #707070;
    }

.k-grid {
    border: 1px solid #E2E2E2;
    border-radius: 4px;
}

    .k-grid .k-grid-header-wrap,
    .k-grid .k-grid-header th,
    .k-grid .k-grid-header,
    .k-grid .k-grid-content > table > tbody > tr > td {
        border: 0 !important;
    }

        .k-grid .k-grid-header th.k-header {
            color: #2A4D69;
            background-color: #fff;
            font-weight: bold;
            font-size: 13px;
        }

.k-content {
    background-color: transparent;
}

.k-grid-content {
    font-weight: 400;
    font-size: 13px;
}

    .k-grid-content tr {
        background-color: #F1F1F1;
    }

        .k-grid-content tr:hover {
            background-color: #E7EFF6;
        }

    .k-grid-content .k-alt {
        background-color: #FBFBFB;
    }

    .k-grid-content .k-button {
        border: none;
        background-color: transparent;
    }

        .k-grid-content .k-button:hover {
            border: none;
            background-color: transparent;
        }

    .k-grid-content .cmdbuttons {
        color: #929292;
    }

        .k-grid-content .cmdbuttons:hover {
            color: #2A4D69;
        }

.lableform {
    font-weight: bold;
    font-size: 13px;
    text-align: left;
    color: #424242;
    /*white-space:nowrap;*/
}

.inputform {
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    height: auto;
    font-size: 13px;
}

.drpdownlist {
    min-width: 100%
}

/*.k-window {
    width: 60%;
}*/

.k-window .k-window-content {
    overflow-x: hidden;
    overflow-y: auto;
}

.k-window .k-window-titlebar .k-window-action {
    display: block;
}

.k-window .window-footer {
    position: relative;
    bottom: 0;
    display: block;
    width: 95%;
    padding: 19px 0 20px;
    text-align: left;
    /*border-top: 1px solid #e5e5e5;*/
}

.Logics-button {
    background-color: #4B86B4;
    border: none;
    border-radius: 4px;
    color: #ffff;
    line-height: 22px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    padding: 3px;
    padding-left: 9px;
    padding-right: 9px;
}

.btnsize {
    width: 10% !important;
}

.deactive {
    background-color: #FFFDD4 !important;
    color: #D1D2AD;
}

.lockicon {
    color: #929292;
}

.notifyjs-corner {
    width: 57%;
    left: 0% !important;
    top: 92% !important;
}

.modal-footer {
    border: none;
    /*position: relative;
   bottom: -12px;*/
}

.activedeletewindow {
    width: 26%;
    height: 122px;
    top: 233px !important;
    left: 42% !important;
}

.notifyjs-bootstrap-error {
    color: #AA2A27 !important;
    background-color: #F2CDCD !important;
    border-color: #E0BBC0 !important;
}

.notifyjs-bootstrap-success {
    color: #2B6F2C !important;
    background-color: #B7E5A4 !important;
    border-color: #B0CB99 !important;
}

#cance {
    margin-right: 10px;
}

.modal-footer {
    height: 34px;
    background-color: #f3f3f4;
    border-top: 1px solid #C5C5C5;
    margin-left: -14px;
    position: relative;
    width: 107%;
    bottom: -12px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0rem !important;
    border-bottom-right-radius: .3rem;
    border-bottom-left-radius: .3rem;
}

.btnsave {
    width: 15%;
}

.cancelapprvl {
    position: relative;
    left: -4px;
}

.apprvlwindow {
    bottom: -41px;
}

.btnmvvm {
    width: 13% !important;
    position: relative;
    left: -13px;
}

.apprvlwindowmvvm {
    bottom: -50px;
    margin-left: -25px;
}

.deactiveWindowmvvm {
    bottom: -29px;
    margin-left: -25px;
}

.active {
    color: #5DD55D;
    font-size: 1.4em;
}

.deactiveicon {
    color: #E47367;
    font-size: 1.4em;
}

textarea.form-control {
    resize: none;
}
.deactiveWindowresponse {
    width: 30%;
    height: 139px;
    top: 233px !important;
    left: 42% !important;
}



.k-grid table {
    width: 100% !important;
}

.no-scrollbar .k-grid-content {
    overflow-y: auto !important;
}

.no-scrollbar .k-grid-header {
    padding: 1px !important;
}

.scrollbar-hide .k-grid-content {
    overflow-y: hidden;
}

.scrollbar-hide .k-grid-header {
    padding: 0 !important;
}

.k-grid td {
    max-width:10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

[type=button]:hover, .Logics-button:hover {
    color: #333 !important;
    border-color: #aeaeae !important;
    background-color: #ebebeb !important;
}

@media screen and (min-width:2555px) {
    .notifyjs-corner {
        width: 50%;
        left: 0% !important;
        top: 1150px !important;
    }

    .activedeletewindow {
        width: auto;
        top: 35% !important;
        left: 46% !important;
    }
}

@media screen (min-width:1364px)and (max-width:1400px) {
    .notifyjs-corner {
        width: 57%;
        left: -4px !important;
        top: 552px !important;
    }
}

@media screen and (max-width:600px) {
    .notifyjs-corner {
        width: 80% !important;
        left: 0% !important;
        top: 650px !important;
    }
}

@media (min-width:700px) and (max-width:1024px) {
    .sidebar-menu {
        margin-top: 14% !important;
    }
}


