﻿/*new styes starts here*/
k-numeric-wrap.k-state-default {
    height: 2.5em;
}
.CurrencyTextBox {
    height: 100%;
}

.k-numerictextbox .k-input {
    margin: 0;
    height: 100%;
}

.k-numeric-wrap:before {
    display: none !important;
}

.k-autocomplete.k-state-default, .k-picker-wrap.k-state-default, .k-numeric-wrap.k-state-default, .k-dropdown-wrap.k-state-default {
    height: 2.5em;
}

.k-dropdown-wrap .k-input, .k-picker-wrap .k-input, .k-numeric-wrap .k-input {
    border-radius: 3px 0 0 3px;
    height: 100%;
}
.d-flex input {
    /* display: flex; */
    width: 94%;
    display: inline-block;
}
.d-flex span{
    padding:6px 2px;
    font-weight: bold;
}
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: normal !important;
}
.DetailData {
    width: 300px !important;
}
svg.svg-inline--fa.fa-user-tie.fa-w-14 {
    font-size: 58px !important;
    margin-top: -31px !important;
    color: white !important;
}
.navbar-inverse .navbar-nav > li > a:focus, .navbar-inverse .navbar-nav > li > a:hover {
    color: #fff;
    background-color: transparent;
    box-shadow: none !important;
}
.menu-show.show {
    padding: 23px !important;
}
.dropdown-menu > li > a:hover {
    color: #262626 !important;
    text-decoration: none;
    background-color: #f5f5f5;
}
.dropdown-submenu {
    position: relative;
}

.btn-primary {
    border: none !important;
}

.dropdown-submenu > .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover > .dropdown-menu {
    display: block;
}

.dropdown-submenu > a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover > a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

    .dropdown-submenu.pull-left > .dropdown-menu {
        left: -100%;
        margin-left: 10px;
        -webkit-border-radius: 6px 0 6px 6px;
        -moz-border-radius: 6px 0 6px 6px;
        border-radius: 6px 0 6px 6px;
    }

.submenu .dropdown-menu {
    top: 0;
    left: 100%;
    border-radius: 0;
}

.account-btn {
    background: white !important;
    border: 1px solid gray !important;
    border-radius: 8px !important;
    width: 50% !important;
}

.nav > li > a {
    padding: 0 !important;
    line-height: 44px !important;
    color: #fff !important;
    position: relative !important;
    background: none !important;
    border-radius: 100px;
    margin-right: 44px !important;
    background-color: transparent !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

.sidebar-wraper {
    width: 280px !important;
}

.dropdown-menu {
    color: white !important;
    box-shadow: none;
    padding: 4px 0;
    -webkit-animation: unset !important;
    animation: unset !important;
    border: 0;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    min-width: 100px !important;
    top: 45px;
    background: #12154c !important;
}

a.btn.btn-sm.btn-default.waves-effect.waves-light {
    background: #0085ca !important;
    color: white !important;
    width: 60px !important;
    padding: 5px !important;
    border-radius: 5px !important;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px !important;
    clear: both;
    font-weight: 600 !important;
    line-height: 1.42857143;
    color: white !important;
    white-space: nowrap !important;
    font-size: 16px;
}

.logo-heading {
    font-size: 25px;
    color: white;
    font-weight: bold;
}



.menu-show {
    padding: 23px;
}

.logo-img {
    width: 115px;
}

.navbar-inverse {
    background-color: #12154c !important;
    border-color: #12154c !important;
}
table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control:before {
    top: 18px !important;
    left: 5px;
    height: 1em;
    width: 1em;
    margin-top: -9px;
    display: block;
    position: absolute;
    color: white;
    border: .15em solid white;
    border-radius: 1em;
    box-shadow: 0 0 0.2em #444;
    box-sizing: content-box;
    text-align: center;
    text-indent: 0 !important;
    font-family: "Courier New",Courier,monospace;
    line-height: 1em;
    content: "+";
    background-color: #337ab7;
}
span.k-widget.k-dropdown.k-header.form-control {
    border: none !important;
}
:root {
    --input-padding-x: 1.5rem;
    --input-padding-y: .75rem;
}
button.dt-button {
    color: white !important;
    border-radius: 50% !important;
    font-size: 14px !important;
    font-weight: bold;
}
div.dt-buttons {
    position: relative;
    float: right !important;
}

.mb-3 {
    margin-bottom: 1rem;
}
button.dt-button.buttons-pdf.buttons-html5 {
    background: red !important;
}
button.dt-button.buttons-excel.buttons-html5 {
    background: green !important;
}
.card-signin {
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0 5px 5px grey;
    width: 50%;
    margin: auto;
    margin-top: 12%;
}

.custom-control a {
    color: white;
}

.card-signin .card-title {
    margin-bottom: 2rem;
    font-weight: 300;
    font-size: 2rem;
    color: white;
}

.card-signin .card-body {
    padding: 2rem 2rem 5rem 2rem;
}

.form-signin {
    width: 100%;
}

    .form-signin .btn {
        font-size: 100%;
        border-radius: 5rem;
        letter-spacing: .1rem;
        font-weight: bold;
        padding: 1rem;
        transition: all 0.2s;
        width:50%;
        float:right;
    }

.form-label-group {
    position: relative;
    margin-bottom: 1rem;
}

    .form-label-group input {
        height: auto;
        border-radius: 2rem;
    }

    .form-label-group > input,
    .form-label-group > label {
        padding: var(--input-padding-y) var(--input-padding-x);
    }

    .form-label-group > label {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 100%;
        margin-bottom: 0;
        /* Override default `<label>` margin */
        line-height: 1.5;
        color: #495057;
        border: 1px solid transparent;
        border-radius: .25rem;
        transition: all .1s ease-in-out;
    }

    .form-label-group input::-webkit-input-placeholder {
        color: black;
    }

    .form-label-group input:-ms-input-placeholder {
        color: black;
    }

    .form-label-group input::-ms-input-placeholder {
        color: black;
    }

    .form-label-group input::-moz-placeholder {
        color: black;
    }

    .form-label-group input::placeholder {
        color: black;
    }
    .position-absolute {
    position: absolute !important;
}
.form-control {
    border-radius: 5px !important;
}
.div-border {
    border: 2px solid gray !important;
    border-radius: 8px !important;
}
div.k-grid-header, div.k-grid-footer {
    padding-right: 0 !important;
    border-bottom-style: none;
    border-bottom-width: 0;
    zoom: 1;
}
table.dataTable > tbody > tr.child span.dtr-title {
    display: inline-block;
    min-width: 133px !important;
    font-weight: bold;
    text-align: right !important;
    margin-right: 15px !important;
}
span.dtr-data {
    /* width: 200px !important; */
    white-space: normal;
    word-break:break-all;
}
.btn-primary.btn-sm {
    background: #3173ac !important;
    color: white !important;
    padding: 6px 20px !important;
    border-radius: 8px !important;
    font-size: 14px;
}
/*.form-label-group input:not(:placeholder-shown) {
      padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
      padding-bottom: calc(var(--input-padding-y) / 3);
    }

    .form-label-group input:not(:placeholder-shown)~label {
      padding-top: calc(var(--input-padding-y) / 3);
      padding-bottom: calc(var(--input-padding-y) / 3);
      font-size: 12px;
      color: #777;
    }*/
/*.k-widget.k-tooltip-validation {
    display: inline-block;
    z-index: auto;
    width: auto;
    position: relative;
}*/
.k-widget.k-tooltip-validation {
    display: block;
    z-index: auto;
    width: auto;
    position: absolute;
}
.btn-sm.col-md-2 {
    padding: 5px 10px !important;
}
.mr-l-50 {
    margin-left: 34%;
}

.btn-google {
    color: white;
    background-color: #ea4335;
}

.btn-facebook {
    color: white;
    background-color: #3b5998;
}

th {
    border: none !important;
    /*border-bottom: 1px solid #ddd !important;*/
}

td {
    border: none !important;
}
.color-blue {
    color: #337ab7;
    font-weight: 600;
    cursor: pointer;
}
.white-space-normal {
    white-space: normal !important;
}
.dataTable thead .sorting:after {
    margin-top: -7px !important;
    color: black !important;
    opacity: 0.5 !important;
}
.dataTables_paginate .paginate_button {
    display: inline-block;
    padding: 0 !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    color: #333;
    /* border: 1px solid transparent; */
    border-radius: 3px;
}
/*.dataTables_filter > label:after{
    display:none;
}*/

table {
    border: none !important;
    border-top: 1px solid gray !important;
    padding-top: 12px;
}

.dataTable thead .sorting:before {
    content: '\e9c1';
    margin-top: -2px;
    color: #999;
    display: none;
}

/* Fallback for Edge
    -------------------------------------------------- */

@@supports (-ms-ime-align: auto) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input::-ms-input-placeholder {
        color: #777;
    }
}

/* Fallback for IE
    -------------------------------------------------- */

@@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .form-label-group > label {
        display: none;
    }

    .form-label-group input:-ms-input-placeholder {
        color: #777;
    }
}
.app{
    display:none !important;
}
/*ends here*/

/*media quries starts here*/

@media screen and (max-width: 1000px) {
    .modal-body {
        width: 100%;
    }
    .boxwidth {
        width: 100% !important
    }
    table {
        word-break: break-word;
    }
    .modal-body {
        margin-left: inherit !important;
    }
    .modal-dialog {
        width: auto !important;
    }
    .nav > li > a {
        margin-right: 20px !important;
    }
    svg#imgProfleNonEdit {
        padding: 0 !important;
    }
}
@media screen and (max-width: 768px) {
    .mr-l-50 {
        margin-left: 0 !important;
    }
    .web {
        display: none !important;
    }

    .app {
        display: block !important;
    }
    .card-signin {
        width: 100% !important;
        margin-top: 50% !important;
    }
    .navbar-nav{
        padding-left:20px !important;
    }
    .mr-l-a {
        margin-left: 0 !important;
    }
    .close {
        float: none !important;
    }
    .panel.panel-default.m-t-20 {
        margin: 0 auto !important;
        width: 100% !important;
    }

    .panel-heading .pull-right {
        float: inherit !important;
        margin-top: 10px;
    }
    h3.panel-title {
        padding-left: 0;
        margin-left: 0;
    }
    .logo-heading{
        display:none !important;
    }
    .logo-img {
        width: 66px !important;
    }
    .modal-body .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        padding: 0 3px !important;
    }
}
/*ends here*/
li.dropdown.web {
    display: flex!important;
}















/* Toggle Styles */
svg.svg-inline--fa.fa-sort-amount-up.fa-w-16 {
    float: right;
    font-size: 18px;
}
.dataTables_filter {
    float: left !important;
    display: block !important;
}
body * {
    font-family: 'Mulish', sans-serif;
}
body {
    color: #2d2c2c !important;
    letter-spacing: 0.6px;
}
a.k-button.k-button-icontext.k-grid-excel {
    color: white;
}
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    overflow: auto;
    min-height: 570px;
}

    #wrapper.toggled {
        padding-left: 280px;
        overflow: hidden;
    }
a:hover {
    color: wheat;
}
.navbar {
    border-radius: 0 !important;
}
.save-btn {
    background: #3173ac !important;
    color: white !important;
    padding: 6px 20px !important;
    border-radius: 8px !important;
}
.cancel-btn {
    background: white !important;
    border: 1px solid gray !important;
    border-radius: 8px !important;
}
.cancel-btn1 {
    background: white !important;
    border: 1px solid gray !important;
    border-radius: 8px !important;
}
.sidebar-nav li a:hover {
    color: wheat !important;
}
div.dataTables_wrapper div.dataTables_filter label {
    font-weight: bold !important;
    white-space: nowrap;
    text-align: left;
}
div.dataTables_wrapper div.dataTables_length label {
    font-weight: bold !important;
    text-align: left;
    white-space: nowrap;
}
#sidebar-wrapper {
    z-index: 1000;
    position: absolute;
    left: 280px;
    width: 0;
    height: 100%;
    margin-left: -280px;
    overflow-y: auto;
    overflow-x: hidden;
    /*background: #1D2127;*/
    background: #13294b;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.dataTable thead .sorting:before {
    content: '\e9c1';
    margin-top: -2px;
    color: #2d2c2c !important;
    display: none;
}

#wrapper.toggled #sidebar-wrapper {
    width: 280px;
}

#page-content-wrapper {
    position: absolute;
    padding: 3px;
    width: 100%;
    overflow-x: visible;
    height: auto;
}

.xyz {
    min-width: 360px;
}

#wrapper.toggled #page-content-wrapper {
    position: relative;
    margin-right: 0px;
    min-height: 570px;
    overflow-y: auto;
}

.fixed-brand {
    width: auto;
}
.v-logo {
    height: auto;
    padding-left: 25px;
    margin-left: -76px;
    width: 100px;
}
.navbar-inverse {
    background-color: #13294b;
    border-color: #13294b;
}
.img-fluid {
    height: auto;
    width: 100%;
}
/* Sidebar Styles */

.sidebar-nav {
    position: absolute;
    top: 0;
    width: 280px;
    margin: 0;
    padding: 0;
    list-style: none;
    margin-top: 2px;
}

    .sidebar-nav li {
        text-indent: 15px;
        line-height: 40px;
    }

        .sidebar-nav li a {
            display: block;
            text-decoration: none;
            color: white;
            font-weight: bold;
            font-size: 15px;
            font-family: "Raleway" !important;
        }

            .sidebar-nav li a:hover {
                text-decoration: none;
                color: gray;
                /* background: #ffffff47; */
                box-shadow: 0 0px 0px 0 #A6A6A6, 0 0px 6px 0 #A6A6A6;
                border-left: #d8c615 2px solid;
            }

            .sidebar-nav li a:active,
            .sidebar-nav li a:focus {
                text-decoration: none;
            }

    .sidebar-nav > .sidebar-brand {
        height: 65px;
        font-size: 18px;
        line-height: 60px;
    }

        .sidebar-nav > .sidebar-brand a {
            color: #999999;
        }

            .sidebar-nav > .sidebar-brand a:hover {
                color: #fff;
                background: none;
            }

.no-margin {
    margin: 0;
}

@media (min-width:768px) {
    #wrapper {
        padding-left: 280px;
    }

    .fixed-brand {
        width: 280px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 280px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 280px;
    }

    #wrapper.toggled-2 #sidebar-wrapper {
        width: 50px;
    }

        #wrapper.toggled-2 #sidebar-wrapper > ul > li.active > ul {
            display: none !important;
        }

        #wrapper.toggled-2 #sidebar-wrapper:hover {
            /*background-color: rgba(29,33,39,0.90);*/
            /*background-color: rgb(0, 30, 70);*/
            background-color: #13294b;
            width: 280px;
        }

            #wrapper.toggled-2 #sidebar-wrapper:hover > ul > li.active > ul {
                display: block !important;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

    #wrapper #sidebar-wrapper > ul > li.active > ul {
        display: block !important;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #page-content-wrapper {
        /* padding: 20px; */
        position: relative;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
        padding-left: 280px;
    }

    #wrapper.toggled-2 #page-content-wrapper {
        position: relative;
        margin-right: 0;
        margin-left: -230px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: auto;
    }
}

@media (max-width:768px) {
    #wrapper {
        padding-left: 280px;
    }

    .fixed-brand {
        width: 280px;
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 280px;
    }
   

    #wrapper.toggled-2 #sidebar-wrapper {
        width: 50px;
    }

        #wrapper.toggled-2 #sidebar-wrapper > ul > li.active > ul {
            display: none !important;
        }

        #wrapper.toggled-2 #sidebar-wrapper:hover {
            /*background-color: rgba(29,33,39,0.90);*/
            background-color: rgb(0, 30, 70);
            width: 280px;
        }

            #wrapper.toggled-2 #sidebar-wrapper:hover > ul > li.active > ul {
                display: block !important;
                -webkit-transition: all 0.5s ease;
                -moz-transition: all 0.5s ease;
                -o-transition: all 0.5s ease;
                transition: all 0.5s ease;
            }

    #wrapper #sidebar-wrapper > ul > li.active > ul {
        display: block !important;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #page-content-wrapper {
        /* padding: 20px; */
        position: relative;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
        padding-left: 280px;
    }

    #wrapper.toggled-2 #page-content-wrapper {
        position: relative;
        margin-right: 0;
        margin-left: -200px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        transition: all 0.5s ease;
        width: auto;
    }

    .navbar-toggle {
        background: transparent !important;
        margin: 0 auto;
        padding: 0;
    }
    /*#btnAddItem {
        float:left !important;
    }*/
}

div#divSuccesMessage {
    color: #155724 !important;
    background-color: #d4edda !important;
}
svg.svg-inline--fa.fa-check.fa-w-16.fa-stack-1x.fa-inverse {
    color: white !important;
}