

/* General */
.badge {
    padding: 0.45em .4em;
    font-weight: 600;
}

/* Login Page */

html body.bg-full-screen-image {
    background: url(../images/backgrounds/bg-business-03.jpg) center center no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

/* Left Sidebar */
.navbar-header .navbar-brand .brand-logo {
    width: 150px;
    margin: auto;
}

/* Dashboard */
.dashboard-icon {
    font-size: 8rem !important;
}

a.btn:hover {
    color: #fff !important;
}
a.btn-white:hover {
    color: inherit !important;
}

/* BootStrap 3.7 Pagination */
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #6D00A7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    z-index: 2;
    color: #6D00A7;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #6D00A7;
    border-color: #6D00A7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

/* =============
   Print css
============= */

@media print {
    @page    {
        margin: .2cm .1cm;
    }
    *,
    *:before,enter code here
    *:after {
        color: #000 !important;
        text-shadow: none !important;
        background: transparent !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;

        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    select {
        background: #fff !important;
    }
    .main-menu, .header-navbar, .btn-print, .content-header-title {
        display: none;
        margin: 0;
        padding: 0;
    }
    #invoice-template {
        border: 1px solid #dedede;
        padding: 4rem 2rem 2rem ;
    }
    .content {
        margin: 0 !important;
        padding-top: 0;
    }
    .content-page {
        margin-left: 0;
        margin-top: 0;
    }
    .navbar {
        display: none;
    }
    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }
    .label {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}



.tree-box {
    /*overflow: scroll; height: 100%; margin: auto; width: 100%; position: relative;*/
}
.node > .username
{
    overflow: hidden;
    width: auto;
    color: #FFFFFF;
    background: #00233f;
    padding: 2px 10px;
    border-radius: 2px;
    display: inline-block;
}
.node > .username a {
    color: #fff;
}
.node .node_icon {
    width: 60px;
    height: 60px;
}
.node-cell .children .node .node_icon {
    width: 50px;
    height: 50px;
}
.node-cell .children .node .username {
    padding: 1px 10px;
    font-size: 12px;
}
#levelTree {
    width: 100%;
}
#levelTree .top-line-separator {
    border-top: 3px solid #00233f;
    margin: 5px 0 0;
}
#levelTree .second-line-separator {
    border-top: 3px solid #5e0869;
    width: 69%;
    margin-left: 15%;
}
#levelTree .down {
    background-color: #00233f;
    margin: 0 auto;
}
#levelTree .line {
    height: 6px;
    width: 2px;
}
#levelTree .node-cell {
    min-width: 130px;
    text-align: center;
    vertical-align: top;
    padding: 0;
}
#secondLevelTree {
    width: 100%;
}
#secondLevelTree .down {
    background-color: #00233f;
    margin: 0 auto;
}
#secondLevelTree .line {
    height: 6px;
    width: 2px;
}
#secondLevelTree .node-cell {
    min-width: 130px;
    text-align: center;
    vertical-align: top;
    padding: 0;
}
.popover-content {
    background-color: #00233f;
    padding: 5px 8px 0 !important;
    border-radius: 5px;
}
.popover-content table
{
    background-color: #FFF;
}
.popover.right>.arrow
{
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #713D32;
}
.popover.right>.arrow:after
{
    left: 1px;
    border-left-width: 0;
    border-right-color: #713D32;
}
.custom-table
{
    font-size: 12px;
}
.custom-table tbody tr td
{
    padding: 5px;
}
@media only screen and (max-width: 767px)
{

}
.login-body {
  //  background: url(../image/icon/background.jpg) center center no-repeat fixed;
    -webkit-background-size: cover;
    background-size: cover;
      background: -webkit-gradient(linear,left top,right top,from(#9f78ff),to(#32cafe));
       height: 100vh;
       overflow: hidden;
           
}
.login-sec {
    background-color: #fff;
    max-width: 900px;
    margin: auto;
}
.login-title{
    font-size: 40px;
    text-align: center;
    margin-top: 20px;
}
.login-container{
  margin: 100px ;  
}
.log-img{
   margin-top: 50px;
}
.log-img img{
    max-width: 100%;
    max-width: 250px;
    margin: auto;
}
.login-wrap{
    margin-top: 50px;
}
.log-logo-img{
    text-align: center;
}

@media only screen and (max-width: 980px)
{
    .login-body{
        overflow: auto;
    }
    .log-img {
    margin-top: 50px;
    margin: auto;
    text-align: center;
}
.login-container{
  margin: 0px 0px ;  
}
}