*{
    padding: 0;
    margin: 0;
    outline: none !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
*, :after, :before{
    -moz-transition: all 300ms linear;
    -webkit-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    transition: all 300ms linear;
}

::-webkit-input-placeholder { /* Edge */
  color: red;
}

:-ms-input-placeholder { /* Internet Explorer */
  color: red;
}

::placeholder {
    color: rgba(0, 0, 0, 0.2) !important;
    /*color: rgba(76, 175, 80, 0.4) !important;*/
}

@font-face {
    font-family: 'arial';
    src: url('../../lib/assets/fonts/arial.ttf');
}
@font-face {
  font-family: 'jameel_noori';
  src: url('../../lib//assets/fonts/Jameel Noori Nastaleeq Regular.ttf');
}

html {
    zoom: 100%;
    font-size: 14px;
}


body{
    /*font-family: arial;*/
    /*filter: contrast(110%);*/
    overflow-x: hidden;
    overflow-y: auto;
    /*background-color: #f9f9f9;*/
    font-size: 16px;
}
input{
    padding: 5px;
}
h1,h2,h3,h4,h5,h6{
    text-transform: capitalize;
    color: #262626;
    margin: 0;
}
.no_left_padding{
    padding-left: 0 !important;
}
.sidebar_menu{
    height: 500px;
    overflow: hidden;
    overflow-y: scroll;
}

.header{
    height: 150px;

}
.new_app{
    padding: 20px;
}
.menu li h2{
    margin: 0;
}

.add_item{
    position: absolute;
    cursor: pointer;
    font-size: 18px;
    padding: 9px;
    top: 0px;
    right: 20px;
}
.wd_login_form{
    position: relative;
    width: 300px;
    margin: 120px auto;
}

.wd_login_form .header{
    width: 100%;
    display: table;
    height: auto;
}
.wd_login_form .logo{
}

.wd_login_form .logo img{
    width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #456;
    padding: 30px;
    background-color: #fbfbfb;
    border-radius: 20px;
}

.wd_login_form h3{
    color: #fff;
    font-size: 30px;
    font-family: -webkit-body;
    margin: 10px;
    text-align: center;
}

.wd_login_form form{
    margin-top: 50px;
}

.wd_login_form label{
    font-size: 16px;
    padding-right: 10px;
    color: #fff;
}


.alert{
    display: none;
}

.inp{
    padding: 5px;
    border: 0;
    border-radius: 5px;
    margin-bottom: 10px;
}


.app_to{
    width: 100%;
    border: 1px solid #aaa;
    padding: 5px;
    height: 50px;
}

.small_inp {
    width: 50px;
}

.pass{
    width: 195px;
}

.wd_submit{
    float: right;
    margin-right: 17px;
    border: 0;
    padding: 5px 20px;
    background: #546e6e;
    color: #fff;
    margin-top: 15px; 
}

.wd_links{
    position: absolute;
    bottom: -40px;
    right: 120px;
}

.wd_links .wd_left{
    color: #fff;
}


/* =========================== SIDEBAR =============================== */
.sidebar{
    position: fixed;
    top: 0px;
    left: 0px;
    background-color: #353535;
    width: 60px;
    /*width: 220px;*/
    overflow: hidden;
    height: 100%;
    color: #fff;
    -webkit-transition: 0.3s, width 0.3s;
    transition: 0.3s, width 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 9;
}

.sidebar .logo{
    background-color: #353535;
    border-right: 1px solid #353535;
    cursor: pointer;
    display: table;
    width: 100%;
    padding: 30px 0px;
}

.sidebar .logo img{
    width: 170px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0px;
    background-color: #fbfbfb;
}
.sidebar:hover{
    width: 200px;
}

.sidebar .txt{
    /*display: none;*/
    white-space: nowrap;
}

.menu{
    list-style: none;
    margin-top: 0px;
    border-top: 1px solid #1a1a1a;
}

.menu li{
    position: relative;
    padding: 20px 0px;
    border-bottom: 1px solid #1a1a1a;
}

.menu li .icon{
    position: absolute;
    width: 60px;
    text-align: center;
}

.menu li .txt{
    padding-left: 60px;
    font-size: 14px;
}

.menu li i{
    font-size: 20px;
    margin-right: 5px;
}
.menu li a{
    color: #fff;
}

.menu li h2{
    font-size: 15px;
    font-weight: 600;
}

.menu>li:hover >.icon{
    color: #ff7ab9;
}

.menu>li:hover >.txt{
    color: #ff7ab9;
}

.treeview{
    position: relative;
}
.treeview ul{
    /*position: absolute;
    left: 220px;
    top: 0px;*/
    background-color: #353535;
    /*list-style: none;
    display: none;*/
}

.treeview:hover ul{
    display: block;
}

.treeview ul li{
    background-color: #353535;
    padding: 18px;
    border-left: 1px solid;
    color: #fff;
    padding-right: 30px;
    padding-left: 0;
}

.treeview ul li a{
    color: #fff;
    text-decoration: none;
}
.content{
    position: relative;
    padding-left: 60px;
    margin-top: 38px;
    display: table;
    width: 100%;
    box-sizing: border-box;
}


.wrapper .header{
    margin-left: 220px;
    border-bottom: 1px solid #000;
    height: 150px;
    padding: 20px;
    margin-top: 40px;
}

.std_info{
    margin: 10px;
}


.std_info label{
    font-size: 24px;
}



.std_info input{
    padding: 10px;
    border: 0;
}

.std_img{
    position: relative;
    width: 120px;
    height: 120px;
}

.std_img img{
    width: 100%;
    height: 100%;
}

meter{
    width: 80%;
    color: #456;
}

.table{
    padding: 25px 10px;
    display: table;
    width: 100%;
    margin-bottom: 0px;
}
h3{
    padding: 5px 10px;
    color: #000;
}

.breadcrumb{
    border-radius: 0px;
}
.breadcrumb li{
    font-size: 14px;
}

.button{
    width: 200px;
    margin: 20px auto;
}
.button a{
    background-color: #808183;
    padding: 10px;
    color: #fff;
    border-radius: 10px;
    border: 3px solid #353535;
    margin: 5px;
}

.button a:hover{
    background-color: transparent;
    color: #000;
    text-decoration: none;
}

.choose_file{
    float: left;

}

.choose_file input{
    display: none;
}

#calendar{
    width: 530px;
    padding: 15px;
    /*border: 1px solid #000;*/
}

.popup{
    position: fixed;
    left: 0px;
    top: 0px;
    background: #383535cc;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
    overflow: auto;
}

.popup .box{
    margin: 100px auto;
    width: 700px;
}
.popup .box .close{
    opacity: .7;
    position: absolute;
    right: 15px;
    top: 0px;
    background: #fff;
    padding: 12px 20px;
    z-index: 1;
    font-size: 15px;
    font-size: 28px;
    color: #ff2626;
    border-radius: 0px 3px;
    text-shadow: 0 1px 0 #ff0202;

}

.pass_change .inp{
    width: 400px;
}

.pass_change .inp label{

}

.pass_change .inp input{
    width: 100%;
    padding: 5px;
}

.but_right{
    float: right;
    margin-bottom: 0;
}
.setting{
    padding: 20px;
}
.pass_change{
    border: 1px solid;
    padding: 10px;
}

.pass_change {}


/*HOme page*/
.home_page{
    width: 720px;
    margin: 100px auto;
    /*border: 1px solid #443;*/
    padding: 15px;


}

.home_page .logo{
    /*width: 100px;*/
    margin: 10px auto;
    
}

.home_page h3{
    margin-top: 20px;
    text-align: center;
}

.home_page .logo img{
    width: 250px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #456;
    padding: 30px;
    background-color: #fbfbfb;
    border-radius: 20px;
}

.home_page .link{
    padding: 25px;
    width: 220px;
    background-color: #00b5a4;
    float: left;
    margin: 30px 10px;
    margin-bottom: 15px;
    color: #fff;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    border-radius: 0px 100px;
}
.home_page .link.inverse{
    background-color: #fff;
    color: #234;
}

.home_page .link:hover{
    background-color: #fff;
    color: #234;
    border-radius: 0px 50px;
}

.home_page .link.inverse:hover{
    background-color: #00b5a4;
    color: #fff;
}


.popup .choose_file{
    float: right;
}
.form-group {
    margin-bottom: 8px;
}
.popup input,.popup select,.popup textarea{
    width: 100%;
    font-size: 16px;
    padding: 5px;
    /*margin-left: 10px;*/
}

.but_submit{
    text-align: center;
}

.but_submit input[type="submit"]{
    background: #44ac19;
    border: 0px;
    padding: 5px 25px;
    color: #fff;
}

.top_bar{
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 8;
    padding-left: 60px;
    height: 38px;
    background-color: #217fb6;

}

.top_bar ul{
    list-style: none;
}

.top_bar ul li{
    display: inline-block;
    padding: 7px;
    margin: 4px;
    font-size: 12px;
    color: #fff;
}

.top_bar ul li a{
    color: #fff;
}

.top_bar ul li i{
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.top_bar ul li .logout {
    position: absolute;
    right: 0px;
    top: 7px;
}
.sticky_note textarea{
    width: 100%;
    height: 150px;
    padding: 5px;
}

.error{
    font-size: 16px;
    color: #d80404;
    font-family: inherit;
    text-align: center;
}

.td_title{
    font-weight: 700;
    font-size: 16px;
    color: #000;
}

.error p{
    border-bottom: 1px solid #ff6161;
    margin: 0;
    padding: 5px;
    background: #ff7997;
    color: #fff;
}
.application{}

.application .app{
    padding: 15px;
    height: 350px;
    border: 1px solid #217fb6;
}

.comment{
    padding-top: 15px;
}

.comment .inner_box{
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}

.new_comment{
    position: relative;
    padding: 5px;
}
.new_comment textarea{
    width: 100%;
    height: 70px;
    padding: 10px;
    margin-bottom: 10px;
}

.new_comment button{
    background-color: #456;
    border: 0px;
    color: #fff;
    border-radius: 10px 5px 10px 5px;
    padding: 5px 10px;
    float: right;
}
.new_comment button:hover{
    background-color: #59c2ff;
}
.comment_box{
    background-color: #2a6770;
    border: 1px solid #59c2ff;
    margin: 3px;
    color: #fff;
    padding: 5px;
}

.comment_box .small{
    margin: 0px;
    text-align: right;
}

._inp{
    padding: 5px;
    border: 0;
    border-radius: 5px;
    margin-bottom: 0px;
    display: table;
    width: 100%;
}

._inp select,._inp input{
    width: 350px;
    padding: 10px;
    float: right;
}

.no_margin{
    margin: 0;
}

.no_padding{
    padding: 0;
}

table .box{
    width: 350px;
    margin: 0 auto;
}
table .box div{
    text-align: center;
    border: 1px solid;
    width: 75px;
    margin: 0px 6px;
}


.bg_red{
    background-color: #ff4d4d;
    color: #fff;
}
.bg_yellow{
    background-color: #ffed3c;
    color: #fff;
}
.bg_green{
    background-color: #31ff3e;
    color: #fff;
}

.home_page .blue{
    background-color: #1d608d;
}

.home_page .grey{
    background-color: #888888;
}
/*Scroll bar*/

.sidebar_menu::-webkit-scrollbar-track
{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #353535;
}

.sidebar_menu::-webkit-scrollbar
{
  width: 1px;
  background-color: #F5F5F5;
}

.sidebar_menu::-webkit-scrollbar-thumb
{
  background-color: #353535;
  border: 2px solid #000000;
}



.reset_pass i{
    color: #808183;
    font-size: 18px;
    cursor: pointer;
}
.reset_pass i.active{
    color: #40e000;
    font-size: 18px;
    cursor: pointer;
}


/* ==== Upload Image Styles ==== */

.upload-progress{
    position: absolute;
    left: 0px;
    height: 16px;
    margin: 0px;
    top: 0px;
    width: 100%;
}

#progressBar{
    display: none;
    width: 100%;
    height: 5px;
    position: absolute;
}

progress {
    background: #ffe500;
}
progress::-webkit-progress-bar {
    background: #dddddd;
}
progress::-webkit-progress-value {
    background: #ffe500;
} 
progress::-moz-progress-bar {
    background: #ffe500;
}


.upload_image{
    position: absolute;
    bottom: -5px;
    cursor: pointer;
    right: 5px;
    font-size: 24px;
    height: 90px;
}

.upload_image img{
  height: 100%;
}

.show_upload_image{
  width: 140px;
  height: 140px;
  border: 1px solid #678;
  /*display: none;*/
}

.show_upload_image img{
  width: 100%;
  height: 100%;
}

/* === Upload Image Styles END === */



.img_center{
    margin: 0 auto;
}

.update_dp{
    position: absolute;
    top: -12px;
    right: -9px;
    width: 40px;
    display: none;
    cursor: pointer;

}
.std_img:hover .update_dp{
    display: block;
}


.update_dp img{
    width: 100%;
}

.breadcrumb{
    margin-bottom: 0;
}
.breadcrumb>li+li:before {
    content: "/\00a0";
    padding: 0 5px;
    color: #ccc;
}
.breadcrumb>li+li:before {
    font-family: "Font Awesome 5 Free";
    font-size: 14px;
    content: "\f105";
    color: #B2B6BF;
    padding: 0;
    margin: 0 8px 0 0;
    position: relative;
    top: 1px;
    font-weight: 900;
}

.update_table_rows{
    font-size: 24px;
    color: #5cb85c;
    cursor: pointer;
    display: none;
}

.sweet_msg{
    padding: 10px;
    background: #d9ebff;
    text-align: center;
    padding-top: 20px;
    color: #ff5656;
}

.breadcrumbs{
    position: relative;
    /*margin-bottom: 15px;*/
}

.breadcrumbs.fixed{
    position: fixed;
    top: 40px;
    z-index: 8;
    width: 100%;
    box-shadow: 0px 2px 5px #353535;
}

input[type="color"]{
    height: 25px;
    padding: 0px;
    width: 70px;
}

body .panel-info {
    color: #303131;
    background-color: #ffffff;
    border-color: #eeeeee;
}

body .panel-info > .panel-heading h4 {
    margin: 5px;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
}

body .panel-info > .panel-heading {
    color: #eaedf3;
    /* background-color: #456; */
    border-color: #efefef;
    background-color: #efefef;
}

.sub_but_div .wait {
    display: none;
}


.sub_but_div input {
    padding: 5px;
    width: 100px;
    font-size: 14px;
}

.btn{
    padding: 5px 12px;
}

.panel-heading {
    padding: 5px 10px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.dash_box {
    border: 1px solid #eee;
    padding: 40px 20px;
    position: relative;
    /* margin: 15px; */
    text-align: center;
    height: 180px;
}
.dash_box i {
    font-size: 40px;
    color: #767676;
}
.dash_box h4 {
    padding-top: 15px;
}


.sidebar li:hover {
    background-color: #217fb6;
    color: #fff;
    text-decoration: none;
}

.menu li {
    color: #fff;
}

.active {
    background: #217fb6;
}

.top_heading {
    color: white;
    padding-top: 11px;
}

#preloader {
    position: absolute;
    left: 360px;
    top: 8px;
    z-index: 9;
    width: 100%;
    /* text-align: center; */
    color: #fff;
    display: none;
    font-weight: 700;
}

.add_item:hover {
    color: #00fd50;
}

.top_nav {
    color: #fff;
    text-transform: uppercase;
    padding: 7px 30px;
    border-radius: 15px 1px;
    background: #009688;
    border-radius: 5px;
    margin: 10px 0px;
    border: 0px;
}


.top_nav.active, .top_nav:active {
    background: rgb(125, 126, 125);
    background: linear-gradient(to bottom, rgb(93, 94, 101) 0%, rgb(76, 77, 82) 100%);
    border: 3px solid #b9b9b9;
    color: #fff;
}


.top_nav.active {
    border: 0px;
    background: #6b6b6b;
}

.top_margin {
    margin-top: 15px !important;
}

.bg_row {
    /* background-color: #eeeeee; */
    background-color: #fafafa;
}

.fa-edit.edit{
    color: green;
    cursor: pointer;
}

td i{
    padding: 0px 5px;
    font-size: 18px;
}


.p_title{
    font-size: 24px;
    font-weight: 700;
    color: #e91e63;
}

.p_details{
    font-size: 16px;
    color: #898989;
}

.p_timing{
    color: #00b309;
    font-weight: 500;
}

.height_auto{
    height: auto;
}

.daybook_exp{
    background-color: #ff9898 !important;
}

.daybook_inv{
    background-color: #c9ffb3 !important;
}

.daybook_pay{
    background-color: #ffeaea !important;
}

.new_bill input, .new_bill select{
    width: 100% !important;
    margin-bottom: 15px;
}

.new_bill .full_width{
    width: 100% !important;
}

.new_bill .box{
    margin: 0 auto;
    width: 500px;
}

.in_words{
    font-style: italic;
    font-size: 12px;
    color: #b3b3b3;
}


.wd_alerts{
    position: absolute;
    right: 35px;
    top: 41px;
    z-index: 999999;
}


.error{
        padding-left: 79px;
    font-size: 16px;
    /* text-decoration-style: double; */
    /* text-decoration: blink; */
    color: #d80404;
    font-family: inherit;
}

.success{
        padding-left: 79px;
    font-size: 16px;
    /* text-decoration-style: double; */
    /* text-decoration: blink; */
    color: green;
    font-family: inherit;
}
.msg_box{
    position: absolute;
    right: 0px;
    text-align: right;
    padding: 10px;
    /* background-color: #456; */
    border-radius: 10px;
    /* margin: 10px; */
    z-index: 9;
    top: 80px;
    float: right;
}

.msg_box .error{
    padding: 10px 25px;
    background-color: rgba(216, 4, 4, 0.7);
    color: #fff;
    border-radius: 15px;
}

.msg_box .success{
    padding: 10px 25px;
    background-color: rgba(25, 202, 23, 0.7);
    color: #fff;
    border-radius: 15px;
}

.assign_supplier{
    color: #ff2300;
    font-weight: 700;
    cursor: pointer;
}

.bill_no{
    font-weight: 700;
    color: #4ac621;
}


.table_tr{
    border: 1px solid #e2e2e2;
    padding: 7px;
    margin-bottom: 10px;
}

.table_td{
    position: relative;
    border-bottom: 1px solid #e2e2e2;
    padding: 5px;
}

.right_border_2{
    border-right: 2px solid #217fb6
}

.left_border_2{
    border-left: 2px solid #217fb6
}

@media only screen and (min-width:768px){
   .mob_view{
        display: none;
    }

    .desktop-pr{
        float: right !important;
        margin-top: 10px;
        margin-right: 10px;
    }

    .print_daybook{
        font-size: 24px;
        position: absolute;
        right: 15px;
        top: 0px;
    }
}

@media only screen and (max-width:767px){
   .desktop_view{
        display: none;
    }
    .popup .box {
        width: 100%;
    }

    .print_daybook{
        /*display: none;*/
    }

    .new_bill .box{
        width: 100%;
        margin-bottom: 25px;
        padding-bottom: 25px;
        border-bottom: 1px solid #e2e2e2;
    }
    .right_border_2,.left_border_2{
        border: 0px;
    }
    .su_menu .btn-group{
        width: 100%;
    }
    .su_menu .btn-group button{
        width: 100%;
        background: transparent;
        color: #567;
    }
}

.no_margin{
    margin: 0px !important;
}

.no_padding{
    padding: 0px !important;
}


.table_td i{
    font-size: 34px;
    padding: 15px;
}


.table_td i.small{
    position: absolute;
    top: 7px;
    right: 5px;
    padding: 0px 5px;
    font-size: 14px;
}
.no_border{
    border: 0px !important;
}


.wd_list{
    position: absolute;
    top: 60px;
    background: #eee;
    width: 100%;
    z-index: 99;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #ccc;
}
.wd_list ul li{
    padding: 5px 10px;
    border-bottom: 1px solid #cecece;
}

.wd_list ul li.active{
    background-color:  #217fb6;
    color: #fff;
}











.soa_table{
    margin-top: 25px;
}

.project_color{
    color: #ff9900;
    font-weight: 700;
}

.view_popup{
    float: right; 
    padding: 0px 10px;
    cursor: pointer;
    font-size: 12px;
}
.received_payment{
    cursor: pointer;
}

.daybook_rec_pay{
    background-color: #f3f9bb !important;
}

.status_0{
    background-color: #f3ffe8 !important;
}

.status_1{
    background-color: #f6e5ff !important;
}

.status_2{
    background-color: #fffce5 !important;
}

.status_3{
    background-color: #ffe5e5 !important;
}

.project_status span{
    padding: 5px;
}

.textonly{
    background-color: transparent;
    border: 0px;
}

.pop-up-body,.pop-up-body1,.ingredent-body,.edit_cat_popup{
    position: fixed;
    left: 0px;
    top: 0px;
    background: #383535cc;
    width: 100%;
    height: 100%;
    z-index: 99;
    display: none;
    overflow: hidden;
    overflow-y: scroll;
}

.for_user{
    color: #ff24d0;
    font-weight: 700;
}
.date_search{
    
}

.edit_exp{
    cursor: pointer;
}

.update_daybook{
    cursor: pointer;
}
.pm_pay{
    color: #00657c;
    cursor: pointer;
}

.entity{
    float: right;
    color: #ff5722;
}
.table {
    /* padding: 25px 10px; */
    display: table;
    width: 100%;
    margin-bottom: 0px;
    font-size: 14px;
}
.border-box {
    border: 1px solid #e2e2e2;
    background-color: #f6f6f6;
    border-radius: 20px;
    padding: 25px;
    box-shadow: 0px 0px 5px #e2e2e2;
    margin-bottom: 15px;
}

label{
    font-size: 12px;
}

.form-control{
    height: 30px;
}


.receivable{
    color: green;
}
.received{
    color: orange;
}
.spend{
    color: #ff5722;
}
.payable{
    color: red;
}
