﻿.Targetdanger{
    background-color:pink;
    align-self:center;
    /*display:block;*/
}
.Targetinfo {
    background-color: aliceblue;
    align-self: center;
    vertical-align:central;
    height:30px;
    border-radius:4px;
    /*display:block;*/
}

.bg-image {
    /* The image used */
    background-image: url('../Images/bg.jpg');
    /* Add the blur effect */
    filter: blur(8px);
    -webkit-filter: blur(8px);
    /* Full height */
    height: 100%;
    /* Center and scale the image nicely */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.side-submenu-show{
    display:block;
}
.side-submenu-hide {
    display: none;
}


.navbar-forecolor-primary {
    color: #007bff;
}

.navbar-forecolor-secondary {
    color: #6c757d;
}

.navbar-forecolor-success {
    color: #28a745;
}

.navbar-forecolor-info {
    color: #17a2b8;
}

.forecolor-navbar-warning {
    color: #ffc107;
}

.forecolor-navbar-danger {
    color: #dc3545;
}

.forecolor-navbar-navy {
    color: #001f3f;
}

.forecolor-navbar-olive {
    color: #3d9970;
}

.forecolor-navbar-lime {
    color: #01ff70;
}

.forecolor-navbar-fuchsia {
    color: #f012be;
}

.forecolor-navbar-maroon {
    color: #d81b60;
}

.forecolor-navbar-blue {
    color: #007bff;
}

.forecolor-navbar-indigo {
    color: #6610f2;
}

.forecolor-navbar-purple {
    color: #6f42c1;
}

.forecolor-navbar-pink {
    color: #e83e8c;
}

.forecolor-navbar-red {
    color: #dc3545;
}

.forecolor-navbar-orange {
    color: #fd7e14;
}

.forecolor-navbar-yellow {
    color: #ffc107;
}

.forecolor-navbar-green {
    color: #28a745;
}

.forecolor-navbar-teal {
    color: #20c997;
}

.forecolor-navbar-cyan {
    color: #17a2b8;
}

.forecolor-navbar-white {
    color: #ffffff;
}

.forecolor-navbar-gray {
    color: #6c757d;
}

.forecolor-navbar-gray-dark {
    color: #343a40;
}

.Targetcard{
    margin-top:0px;
    background:white;
    width:100%;
    height:calc(100vh - 172px);
    border-radius:2px;
    padding:5px;
}

.unit-card {
  
    
}
    .unit-card:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23) !important;
    }
.unit-card-body {
}

    .unit-card-body:hover {
        background-color: #ffe082;
    }


.form-card {
    margin-top: 0px;
    background: white;
    width: 100%;
    height: calc(100vh - 20px);
    border-radius: 2px;
    padding: 5px;
}

.Targetcard-salarycreation {
    margin-top: -10px;
    background: white;
    width: 100%;
    height: calc(100vh - 310px);
    border-radius: 2px;
    padding: 5px;
}

.e-grid .e-altrow {
    background-color: #fafafa;
    border: 0px;
}

.handcursor{
    cursor:pointer;
}

.BizNex-label{
    left:-8px;
}

/*.e-dialog .e-dlg-header-content {
    background-color: #007bff;
    
}

.e-dlg-header .e-icon-settings, .e-icon-btn {
    color: #fff;
}
.e-dialog .e-dlg-header-content .e-icon-dlg-close {
    color: #fff;
}
.e-dialog .e-dlg-content {
    margin-top: 10px;
    margin-bottom: 0px;
}
#template {
    display: inline-block;
    padding: 0px 0px 0px 0px;
    vertical-align: middle;
    height: 25px;
    line-height: 15px;

}
.e-dialog .e-dlg-header-content .e-dlg-header .e-avatar.template-image {
    vertical-align: middle;
    display: inline-block;
    width: 36px;
    height: 25px;
}*/
.print-image {
    height: 80px;
    border-radius: 2px;
    /*box-shadow: inset 0 0 1px #e0e0e0, inset 0 0 14px rgba(0, 0, 0, 0.2);*/
}
.print-companyname {
    font-size:40px;

}

.gridrow-image {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    /*box-shadow: inset 0 0 1px #e0e0e0, inset 0 0 14px rgba(0, 0, 0, 0.2);*/
}
.card-image {
    height: 50px;
    width: 50px;
    border-radius: 50px;
    /*margin-top:-5px;*/
    
    /*box-shadow: inset 0 0 1px #e0e0e0, inset 0 0 14px rgba(0, 0, 0, 0.2);*/
}
.card-image-right{
    position:absolute;
    align-content:flex-end;
    align-items:self-end;
    top:10px;
    left:15px;
    
    
}
.kanban-image {
    height: 30px;
    width: 30px;
    border-radius: 50px;
    left: 12px;
    right: auto;
    margin-top:-10px
    /*box-shadow: inset 0 0 1px #e0e0e0, inset 0 0 14px rgba(0, 0, 0, 0.2);*/
}
.BizNex-dropdowncell {
    display: table-cell;
    margin: auto;
    vertical-align: middle;
}

.BizNex-dropdownheader {
    display: table;
    width: 100%;
    margin: auto;
    height: 40px;
    font-size: 15px;
    font-weight: 400;
    background-color: #007bff;
    color:white;
}

.BizNex-dropdownitem {
    display: table;
    width: 100%;
    margin: auto;
}

.present{
    background-color: #9cfa95;
}

.absent {
    background-color: #ff8c8c;
}
.leave {
    background-color: #fbbd64;
}

.BizNex-dropdown-image{
    width:40px;
    height:40px;
    
}

.BizNex-dropdown-text{

}

.BizNex-iframe {
    border: none;
    width: calc(100vw - 350px);
    height: 300px;
}

.BizNex-percentage {
    margin-left: auto;
    margin-right: 0;
}

.biznex-compulsary{
    background-color:#ffe494;
}
.align-right .e-control-wrapper .e-textbox {
    text-align: right;
}

.biznex-height{
    height:250px;
    line-height:25px;
}

.dashboard-card-value {
    font-size: 34px;
    font-weight: 300;
}
.project-card-value {
    font-size: 26px;
    font-weight: 300;
}

.loader-image {
    display: block;
    margin: auto;
    width: 50px;
    height: 50px;
}

.report-card {
    width: 100%;
    /*height: calc(100vh - 203px);*/
}

.chart-type-selection {
    position:  fixed  ;
    left: calc(100vw - 175px);
    top: 140px;
    z-index: 100000;
}

/*.e-grid .e-altrow {
    background-color: #fafafa;
}*/

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.horizontal-center {
    margin: 0;
    position: absolute;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.gridrow-image-link {
    height: 40px;
    width: 40px;
    border-radius: 50px;
    /*box-shadow: inset 0 0 1px #e0e0e0, inset 0 0 14px rgba(0, 0, 0, 0.2);*/
}
/*.gridrow-image-link:hover {
    background-image="/images/icons/account.png";
}
*/

.headertext-white {
    color: white;
    font-size: 28px;
}

.headertext-black {
    color: black;
    font-size: 28px;
}




/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    background: #007bff;
    color: #fff;
    height: 40px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.5s;
}

    #topbar.topbar-scrolled {
        top: -40px;
    }

    #topbar i {
        padding-right: 6px;
    }





.dot {
    height: 25px;
    width: 25px;
    background-color: #ffffff;
    border-radius: 50%;
    display: inline-block;
}

.fixed-report-footer {
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    z-index: 1032;
    border-top: 2px solid #292727;
}

@media print {
    #trColor {
        background-color: #e1e1e1;
    }
    #trNoColor {
        background-color: transparent;
    }
}

.card-time {
    width: 100%;
    
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    
}
.card-left{
    font-size:x-small;

}

.card-right {
    font-size: x-small;
    
   
}

.youtube-icon{
    height:30px;
    top:-5px;
    cursor: help;
}

.bgspa {
    margin-top:-200px;
    margin-left:-20px;
    margin-right:-40px;
    margin-bottom:-50px;
    background-image: url('../localhost44306/Images/bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 110vh;
    width: 84vw;
    
}
.bgpos {
    margin-top: 50px;
    margin-left: -20px;
    margin-right: -40px;
    margin-bottom: -50px;
    background-size: cover;
    background-repeat: no-repeat;
    height: 80vh;
    width: 84vw;
}


.logospa {
    text-align: center;
    
}


.txtbox {
    /*background-color:transparent;
    width: 100%;
    height: 28px;
    border: none;
    border-bottom: 1px solid #a9a9a9;*/
    /*all: inherit;*/
    border: 0;
    width: 100%;
    height: 30px;
    outline: none;
    padding-right: 0px;
    margin-right: 0px;
    border-bottom: 1px solid #b5b5b5;
    background-color: transparent;
}

    .txtbox:focus {
        border-bottom: 2px solid #ff4081;
        
    }

.selectbox {
    /* background-color: transparent;
    width: 100%;
    border: none;
    border-bottom: 1px solid #a9a9a9;
    height: 28px;*/
    /*all: inherit;*/
    appearance: none;
    width: 100%;
    height: 30px;
    border: 0;
    outline: none;
    background-color: transparent;
    padding-right: 5px;
    padding-bottom: 0px;
    margin-right: 0px;
    border-bottom: 1px solid #b5b5b5;
    /*background: url('https://www.charbase.com/images/glyph/9662') no-repeat right;
    background-size: 16px;*/
}
    .selectbox:focus {
        border-bottom: 2px solid #ff4081;
    }

.selectbox-90 {
    /*all: inherit;*/
    width: 90%;
    border: 0;
    appearance: none;
    height: 30px;
    outline: none;
    background-color: transparent;
    padding-right: 5px;
    margin-right: 0px;
    border-bottom: 1px solid #b5b5b5;
}

    .selectbox-90:focus {
        border-bottom: 2px solid #ff4081;
    }
.modal-backdrop {
    opacity: 0.75 !important;
}


.table-body-sm{
    font-size:12px;
}

.table-head-sm {
    font-size: 12px;
    background-color:#979797;
}
.table-body-xs {
    font-size: 12px;
}

.table-head-xs {
    font-size: 12px;
    background-color: #979797;
}


.lead-timeline-container {
    height: calc(100vh - 255px);
    width:100%;
}


.login-user-image {
    width: 100px;
    height: 100px;
    position: absolute;
    top: -50px;
    left: 130px;
    border: 2px solid #b3b1b1;
}


.form-header {
    margin-left: -42px;
    position: sticky;
    margin-right: -22px;
    margin-bottom: 15px;
    top: 55px;
    background-color: white;
    z-index: 100;
    padding-left: 35px;
}

.table-panelheight {
    /*height: calc(100vh - 580px);*/
}


/*Real estate property map detail*/
.unitnav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
       padding: 5px;
    background-color: #fff;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 30px;
    visibility: hidden;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22) !important;
}

    .unitnav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #818181;
        display: block;
        transition: 0.3s;
    }

        .unitnav a:hover {
            color: #f1f1f1;
        }

    .unitnav .closebtn {
        position: absolute;
        top: 0;
        right: 10px;
        font-size: 18px;
        margin-left: 50px;
    }

@media screen and (max-height: 450px) {
    .unitnav {
        padding-top: 15px;
    }

        .unitnav a {
            font-size: 14px;
        }
}