﻿/*!
 * ifbim v1.0.0 (https://ifclouding.com/)
 * Copyright 2019 iFieldSmart Technologies LLP
 */
.ifbim-bg-white {
    background-color: #fff !important
}

.ifbim-bg-black {
    background-color: #333 !important
}

.ifbim-bg-orange {
    background-color: #f79a28 !important;
    color: #fff !important
}

.ifbim-bg-brown {
    background-color: #73433b !important;
    color: #fff !important
}

.ifbim-bg-green {
    background-color: #51d26c;
    color: #fff !important
}

.ifbim-bg-gray {
    background-color: #d8d8d8;
    color: #5d5d5d !important
}

.ifbim-bg-blue {
    background-color: #f39d12;
    color: #fff !important
}

.ifbim-color-white {
    color: #fff !important
}

.ifbim-color-black {
    color: #333 !important
}

.ifbim-color-orange {
    color: #f79a28
}

.ifbim-color-brown {
    color: #73433b
}

.ifbim-color-blue {
    color: #f39d12
}

.ifbim-boxshadow-1 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .075), 0 6px 6px rgba(240, 172, 13, .13)
}

.ifbim-boxshadow-2 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.ifbim-boxshadow-3 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.ifbim-boxshadow-4 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

.ifbim-boxshadow-5 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.ifbim-boxshadow-6 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22)
}

.ifbim-border-0 {
    border: 0 !important
}

.ifbim-border-1 {
    border: 1px !important
}

.ifbim-border-2 {
    border: 1px !important
}

.ifbim-border-3 {
    border: 1px !important
}

.ifbim-border-4 {
    border: 1px !important
}

.ifbim-border-5 {
    border: 1px !important
}

.ifbim-circle-green{
    background: #35cd39;
    margin-right: 3px;
    margin-top: 5px;
    height: 12px;
    width: 12px;
    border-radius: 25px;
}
.ifbim-circle-red{
    background: #cd3539;
    margin-right: 3px;
    margin-top: 5px;
    height: 12px;
    width: 12px;
    border-radius: 25px;
}
.ifbim-circle-orange{
    background: #ec8b1c;
    margin-right: 3px;
    margin-top: 5px;
    height: 12px;
    width: 12px;
    border-radius: 25px;
}

.ifbim-samll-btn {
    border: 0 !important;
    height: 38px;
    width: 38px;
    border: none;
    padding: 10px
}

.ifbim-card-type1 {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .075), 0 6px 6px rgba(240, 172, 13, .13);
    transition: all .3s
}

.ifbim-card-project-imgbg{
    background-image: url(../images/project3.jpg);
}

.ifbim-card-type1:hover {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .075), 0 10px 20px rgba(122, 60, 18, 0.459);
    transition: all .3s
}

.ifbim-card-type2 {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .075), 0 6px 6px rgba(13, 206, 240, .185)
}

.ifbim-card-type3 {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 5px 3px rgba(0, 0, 0, .075), 0 6px 6px rgba(223, 223, 223, .13);
    background: #eeeded
}

.ifbim-card-type4 {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .075), 0 1px 6px rgba(13, 176, 240, .102);
    transition: all .3s
}

.ifbim-card-type4:hover {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .075), 0 2px 10px rgba(13, 176, 240, .26);
    transition: all .3s
}

.ifbim-card-type4:active {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .075), 0 2px 10px rgba(13, 176, 240, .26);
    transition: all .3s
}

.ifbim-card-type4:focus {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, .075), 0 2px 10px rgba(13, 176, 240, .26);
    transition: all .3s
}

.ifbim-clickable:hover {
    cursor: pointer
}

.ifbim-card-type5 {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .075), 0 6px 6px rgba(13, 176, 240, .102);
    transition: all .3s;
    border: 1px solid #f39d12;
    z-index:999;
}

.ifbim-card-type6 {
    padding: 15px;
    border-radius: 1px;
    transition: all .3s;
    border-bottom: 1px solid #5ab8e78f;
    z-index: 999;
}


.ifbim-card-folder-menu{
    padding: 5px;
    margin: 8px;
    border-bottom: 1px solid rgb(192, 192, 192);
    transition: all 0.3s;
}

.ifbim-card-folder-menu:hover{
    padding: 5px;
    margin: 8px;
    border-bottom: 1px solid rgb(192, 192, 192);
    background: #e9e9e9;
    transition: all 0.3s;
}

.ifbim-project-created {
    border-top: 5px solid #3e2723 !important
  
}

.ifbim-project-assigned {
    border-top: 5px solid #f39d12;
}

.ifbim-sidebar-title {
    display: block;
    display: -webkit-box;
    height: 40px;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

.ifbim-selected-folder {
    border: 3px solid green;
    font-size: 12px
}

.selectedli {
    background: rgba(238, 238, 238, .774) !important;
    border: 1px solid #f39d12
}

.vector-bg {
    background: url(../images/ifbim-login-bg.svg) bottom center no-repeat;
    background-size: cover
}

.rev-vector-bg {
    background: url(../images/reverse-yellow-bg.svg) bottom center no-repeat;
    background-size: cover
}

.vector-bg-grey {
    background: url(../images/grey-1.svg) bottom center no-repeat;
    background-size: cover
}

.dot-wave-sec-1 {
    position: absolute;
    left: 530px;
    bottom: -50px;
    width: 819px;
    max-width: 1319px;
    opacity: .075
}

.dot-wave-sec-2 {
    position: absolute;
    left: 330px;
    bottom: -50px;
    width: 1319px;
    max-width: 1319px;
    opacity: .075
}

.err {
    color: #d80f0f;
    font-size: 12px;
    font-weight: 400;
    font-style: italic;
    display:none;
}

#sidebar-wrapper {
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out
}

#sidebar-wrapper .sidebar-heading {
    padding: .875rem 1.25rem;
    font-size: 1.2rem
}

#sidebar-wrapper .list-group {
    width: 15rem
}

#page-content-wrapper {
    min-width: 100vw
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0
}

@media (min-width:768px) {
    #sidebar-wrapper {
        margin-left: 0
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem
    }
}

.load-bar {
    position: relative;
    top: -25px;
    width: calc(100% + 50px);
    height: 7px;
    left: -25px;
    background-color: #333
}

.bar {
    content: "";
    display: inline;
    position: absolute;
    width: 0;
    height: 100%;
    left: 50%;
    text-align: center
}

.bar:nth-child(1) {
    background-color: #666;
    animation: loading 3s linear infinite
}

.bar:nth-child(2) {
    background-color: #e6e6e6;
    animation: loading 3s linear 1s infinite
}

.bar:nth-child(3) {
    background-color: #333;
    animation: loading 3s linear 2s infinite
}

@keyframes loading {
    from {
        left: 50%;
        width: 0;
        z-index: 100
    }

    33.3333% {
        left: 0;
        width: 100%;
        z-index: 10
    }

    to {
        left: 0;
        width: 100%
    }
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: #f39d12;
    border-color: #f39d12 #f39d12 #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .075), 0 6px 6px rgba(240, 172, 13, .13);
    transition: all .3s
}

.nav-tabs .nav-link:hover {
    border-color: #f39d12 #f39d12 #fff;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    transition: all .3s
}

.nav-tabs .nav-link {
    transition: all .3s
}

.modal-content {
    border-radius: 10px !important;
    border: none !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .075), 0 10px 20px rgba(13, 176, 240, .26) !important
}

.ifbim-leftsidebarempty-top {
    height: 67px;
    padding-top: 12px;
    padding-right: 10px;
    padding-left: 15px
}

.wrapper {
    display: flex;
    width: 100%
}

#mCSB_5_container {
    border: none !important
}

#sidebar {
    width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    height: calc(100vh - 67px);
    top: 67px;
    z-index: 1;
    background: #fff;
    color: #333;
    transition: all .3s;
    border-right: 1px solid #dbdbdb
}

#sidebar.active {
    margin-left: -200px
}

#sidebar ul li {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 16.3px 20px;
    cursor: pointer;
    transition: all .3s
}

#sidebar ul li:hover {
    background: #f3f3f3;
    transition: all .3s;
    color: #333
}

a[data-toggle=collapse] {
    position: relative
}

#content {
    width: calc(100% - 250px);
    padding: 0 0;
    transition: all .3s;
    position: absolute;
    top: 67px;
    right: 0;
    padding-top: 0
}

#content.active {
    width: calc(100% - 50px)
}

.pricing {
    background: #fff;
    padding: 0;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .075), 0 6px 6px rgba(240, 172, 13, .13);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.pricing-1 .heading {
    background: #ffc602;
    padding: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.pricing-1 .heading h3,
.pricing-2 .heading h3,
.pricing-3 .heading h3,
.pricing-4 .heading h3{
    color: #fff;
    font-weight: 400;
    text-align: center
}

.pricing-2 .heading {
    background: #f39d12;
    padding: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.pricing-3 .heading {
    background: #ff604b;
    padding: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}

.pricing-4 .heading {
    background: #c52b17;
    padding: 15px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px
}
.subheading {
    padding: 20px;
    text-align: center
}

.description {
    padding: 20px;
    padding-bottom: 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px
}

.pricing ul {
    padding: 0;
    margin: 0
}

.pricing ul li {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 13px;
    line-height: 2.5rem;
    border-bottom: 1px solid #f1f1f1;
    text-align: center
}

.ifs-web-btn {
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 700;
    color: #fff;
    transition: all .3s
}

.ifs-web-btn:hover {
    box-shadow: 0 3px 20px rgba(0, 0, 0, .1), 0 6px 6px rgba(240, 172, 13, .13);
    transition: all .3s;
    cursor: pointer
}

a.ifs-web-btn {
    color: #fff !important
}

.pricing .description li span {
    font-weight: 700
}

.ifbim-plan-activetitle {
    background: #21a925;
    display: inline-block;
    border-radius: 5px;
    border-top-left-radius: 30px;
    margin-top: -7px;
    width: 110px;
}


.ifbim-plan-active {
    border: 1px solid #21a925;
    box-shadow: 0 19px 38px rgba(87, 212, 108, 0.3), 0 15px 12px rgba(167, 255, 156, 0.22) !important;
    border-radius: 7px;
}








@media (max-width:768px) {
    #sidebar {
        margin-left: -250px
    }

    #sidebar.active {
        margin-left: 0
    }

    #content {
        width: 100%
    }

    #content.active {
        width: calc(100% - 250px)
    }

    #sidebarCollapse span {
        display: none
    }

    a[data-toggle=collapse] {
        position: relative
    }
}

.ifbim-dropdownmenu-type1 {
    /* background: #f39d12; */
    
    background: #73433b;
    color: #fff !important;
    padding: 0;
    border: none;
    max-width: 250px
}

.ifbim-dropdownmenu-type1 a {
    margin: 5px 0 !important;
    padding: 5px 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #fafafa
}

.ifbim-dropdownmenu-type1 li {
    margin: 5px 0 !important;
    padding: 5px 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #fafafa
}

.nav-pills .nav-link.active {
    background: 0 0;
    color: #333;
    border-bottom: 3px solid #f39d12;
    border-radius: 0;
    margin: 0
}

.ifbim-content-full {
    width: 100%
}

.ifbim-content-half {
    width: calc(100% - 300px)
}

.ifbim-rightsidebar {
    width: 300px;
    z-index: 1;
}

@media (max-width:991px) {
    .ifbim-content-half {
        width: calc(100% - 0px)
    }

    .ifbim-rightsidebar {
        display: none !important
    }

    .ifbim-nonmobile {
        display: none !important
    }
}

@media (max-width:767px) {
    .ifbim-content-half {
        width: calc(100% - 0px)
    }

    .ifbim-rightsidebar {
        display: none !important
    }
}

.ifbim-lineclamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.ifbim-lineclamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.ifbim-nav-active {
    margin: 0 10px;
    border-bottom: 2px solid #f39d12;
    transition: .2s all
}




/* PIE CHARTS */




.ifbim-pie {
    width: 100px; height: 100px;
    border-radius: 50%;
    background: #f39d12;
    background-image:linear-gradient(to right, transparent 50%, #655 0);
  }


  .ifbim-pie::before {
    content: ’;
    display: block;
    margin-left: 50%;
    height: 100%;
  }


  .chart--container {
    min-height: 150px;
    width: 100%;
    height: 230px;
  }


  .chart--container2 {
    min-height: 150px;
    width: 100%;
    height: 440px;
  }

  .chart--container3 {
    min-height: 150px;
    width: 100%;
    height: 300px;
  }


  .chart--container4 {
    min-height: 150px;
    width: 100%;
    height: 300px;
  }

  .chart--container5 {
    min-height: 150px;
    width: 100%;
    height: 300px;
  }


  .chart--container6 {
    min-height: 150px;
    width: 100%;
    height: 260px;
  }


  .chart--container7 {
    min-height: 150px;
    width: 100%;
    height: 260px;
  }




  #chart {
    width: 300px;
    margin: 0 auto;
}

.gauge .background {
    fill: #ddd;
}

.gauge .value {
    fill: #777;
    font-size: 1.5rem;
}

.gauge .value tspan {
    font-size: 1rem;
}

.gauge .scale text {
    fill: #999;
    font-size: 0.75rem;
}











.horizontal-bar-graph {
    display: table;
    width: 100%;
  }
  
  .horizontal-bar-graph-segment {
    display: table-row;
  }
  
  .horizontal-bar-graph-label {
    display: table-cell;
    border-right: 1px solid silver;
    text-align: right;
    padding: 4px 10px 4px 0;
    vertical-align: baseline;
    white-space: nowrap;
  }
  
  .horizontal-bar-graph-value {
    display: table-cell;
    padding: 3px 0;
    vertical-align: baseline;
    width: 100%;
  }
  
  .horizontal-bar-graph-value-bar {
    background: silver;
    -moz-box-sizing: padding-box;
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    padding: 4px 4px 3px;
    height: 40px;
    text-align: right;
    color: white;
    overflow: visible;
    display: inline-block;
    white-space: nowrap;
    -webkit-font-smoothing: antialiased;
  }
  
  .horizontal-bar-graph-segment:first-child .horizontal-bar-graph-label {
    padding-top: 12px;
  }
  .horizontal-bar-graph-segment:first-child .horizontal-bar-graph-value {
    padding-top: 11px;
  }
  
  .horizontal-bar-graph-segment:last-child .horizontal-bar-graph-label {
    padding-bottom: 12px;
  }
  .horizontal-bar-graph-segment:last-child .horizontal-bar-graph-value {
    padding-bottom: 11px;
  }
  



  .horizontal-bar-graph-value-bar {
    height: 25px;
}



.ifbim-cursor-pointer{
    cursor: pointer;
}

.ifbim-foldericon-responsive{
    width: 30%;
}

.ifbim-drawinglist-card{
    padding: 10px 15px;
    background: #ffffff;
    color: #333333;
    margin: 10px 0px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.075), 0 3px 3px rgba(240, 172, 13, 0.13);
}





@media screen and (min-width: 300px)
{ 
    .ifbim-folderpage-leftsidebar
    {
        background: #fafafa;
        height: calc(100vh - 67px);
        
        width:1920px;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .ifbim-folderpage-content
    {
        background: #ffffff;
        height: calc(100vh - 252px);
        overflow:hidden;
        width: 100%;
    }

    .ifbim-folderpage-contentinner{
        height: calc(100vh - 252px);
        
        overflow-y: scroll;
        overflow-x:hidden;
    }

    .ifbim-foldericon-responsive{
        width: 75px;
    }
}



/* Small devices (landscape phones, 576px and up) */
@media screen and (min-width: 576px)
{ 
    .ifbim-folderpage-leftsidebar
    {
        background: #fafafa;
        height: calc(100vh - 67px);
        width:1920px;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .ifbim-folderpage-content
    {
        background: #ffffff;
        height: calc(100vh - 252px);
        overflow:hidden;
        width: 100%;
    }

    .ifbim-folderpage-contentinner{
        height: calc(100vh - 252px);
        overflow-y: scroll;
        overflow-x:hidden;
    }

    .ifbim-foldericon-responsive{
    
    }
}

/* Medium devices (tablets, 768px and up) */
@media screen and (min-width: 768px)
{
    .ifbim-folderpage-leftsidebar
    {
        background: #fafafa;
        height: calc(100vh - 67px);
        width:1920px;
        overflow-x: scroll;
        overflow-y: hidden;
    }

    .ifbim-folderpage-content
    {
        background: #ffffff;
        height: calc(100vh - 252px);
        overflow:hidden;
        width: 100%;
    }

    .ifbim-folderpage-contentinner{
        height: calc(100vh - 252px);
        overflow-y: scroll;
        overflow-x:hidden;
    }

    .ifbim-foldericon-responsive{
        width: 30%;
    }

}

/* Large devices (desktops, 992px and up) */
@media screen and (min-width: 992px)
{
    .ifbim-folderpage-leftsidebar
    {
        background: #fafafa;
        height: calc(100vh - 67px);
        width: 250px;
        overflow-y: scroll;
    }

    .ifbim-folderpage-content
    {
        background: #ffffff;
        height: calc(100vh - 67px);;
        overflow:hidden;
        width: calc(100% - 250px);
    }

    .ifbim-folderpage-contentinner{
        height: calc(93vh - 0px);
        overflow-y: scroll;
        overflow-x:hidden;
    }

    .ifbim-foldericon-responsive{
        width: 30%;
    }

}

/* Extra large devices (large desktops, 1200px and up) */
@media screen and (min-width: 1200px){

    .ifbim-folderpage-leftsidebar
    {
        background: #fafafa;
        height: calc(100vh - 67px);
        width: 250px;
        overflow-y: scroll;
    }


    .ifbim-folderpage-content
    {
        background: #ffffff;
        height: calc(100vh - 67px);;
        overflow:hidden;
        width: calc(100% - 250px);
    }


    .ifbim-folderpage-contentinner{
        height: calc(93vh - 0px);
        overflow-y: scroll;
        overflow-x:hidden;
    }


    .ifbim-foldericon-responsive{
        width: 30%;
    }

    
}
.ifbim-projectpage-pie-svg {
    max-width: 150px;
    max-height: 150px;
    transform: rotate(-90deg);
    border-radius: 50%;
}

.ifbim-projectpage-pie-circle {
    fill: #73433b;
    stroke: #f39d12;
    stroke-width: 32;
}



.ifbim-badge {
    color: #fff;
    padding: 3px 10px;
    border-radius: 5px;
    position: absolute;
}

.ifbim-badge-tl {
    background: #35cd39;
    top: 10px;
    left: 10px
}
.ifbim-badge-tr {
    background: #cd3539;
    top: 10px;
    right: 10px
}

.ifbim-badge-bl {
    background: #dda01e;
    top: 370px;
    left: 10px;
}
.ifbim-badge-br {
    background: #3539cd;
    top: 370px;
    right: 10px;
}

.ifbim-text-ellipsis {
    white-space: nowrap;
    width: 98%;
    overflow: hidden;
    text-overflow: ellipsis;
   
}


