﻿/*!
 * ifcloud v1.0.0 (https://ifclouding.com/)
 * Copyright 2019 iFieldSmart Technologies LLP
 */
.ifcloud-bg-white {
    background-color: #fff !important
}

.ifcloud-bg-black {
    background-color: #333 !important
}

.ifcloud-bg-orange {
    background-color: #f79a28 !important;
    color: #fff !important
}

.ifcloud-bg-brown {
    background-color: #73433b;
    color: #fff !important
}

.ifcloud-bg-green {
    background-color: #51d26c;
    color: #fff !important
}

.ifcloud-bg-gray {
    background-color: #d8d8d8;
    color: #5d5d5d !important
}

.ifcloud-bg-blue {
    background-color: #749de8;
    color: #fff !important
}

.ifcloud-color-white {
    color: #fff !important
}

.ifcloud-color-black {
    color: #333 !important
}

.ifcloud-color-orange {
    color: #f79a28
}

.ifcloud-color-brown {
    color: #73433b
}

.ifcloud-color-blue {
    color: #CE4B4B
}

.ifcloud-color-green {
    color: #35cd39 !important;
}

.ifcloud-color-red {
    color: #cd3539 !important;
}

.ifcloud-boxshadow-1 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .075), 0 6px 6px rgba(240, 172, 13, .13)
}

.ifcloud-boxshadow-2 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.ifcloud-boxshadow-3 {
    box-shadow: 0 3px 6px rgba(0, 0, 0, .16), 0 3px 6px rgba(0, 0, 0, .23)
}

.ifcloud-boxshadow-4 {
    box-shadow: 0 10px 20px rgba(0, 0, 0, .19), 0 6px 6px rgba(0, 0, 0, .23)
}

.ifcloud-boxshadow-5 {
    box-shadow: 0 14px 28px rgba(0, 0, 0, .25), 0 10px 10px rgba(0, 0, 0, .22)
}

.ifcloud-boxshadow-6 {
    box-shadow: 0 19px 38px rgba(0, 0, 0, .3), 0 15px 12px rgba(0, 0, 0, .22)
}

.ifcloud-border-0 {
    border: 0 !important
}

.ifcloud-border-1 {
    border: 1px !important
}

.ifcloud-border-2 {
    border: 1px !important
}

.ifcloud-border-3 {
    border: 1px !important
}

.ifcloud-border-4 {
    border: 1px !important
}

.ifcloud-border-5 {
    border: 1px !important
}

.ifcloud-samll-btn {
    border: 0 !important;
    height: 38px;
    width: 38px;
    border: none;
    padding: 10px
}

.ifcloud-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
}

.ifcloud-card-type1:hover {
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .075), 0 10px 20px rgba(13, 176, 240, .253);
    transition: all .3s
}

.ifcloud-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)
}

.ifcloud-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
}

.ifcloud-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
}

.ifcloud-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
}

.ifcloud-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
}

.ifcloud-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
}

.ifcloud-clickable:hover {
    cursor: pointer
}

.ifcloud-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 #CE4B4B
}

.ifcloud-card-type6 {
    padding: 15px;
    border-radius: 1px;
    transition: all .3s;
    border-bottom: 1px solid #5ab8e78f
}

.ifcloud-project-created {
    border-top: 5px solid #CE4B4B !important
}

.ifcloud-project-assigned {
    border-top: 5px solid #f79a28
}

.ifcloud-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
}

.ifcloud-selected-folder {
    border: 3px solid green;
    font-size: 12px
}

.selectedli {
    background: rgba(238, 238, 238, .774) !important;
    border: 1px solid #CE4B4B
}

.vector-bg {
    background: url(../images/ifcloud-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
}

#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: #CE4B4B;
    border-color: #CE4B4B #CE4B4B #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: #CE4B4B #CE4B4B #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
}

.ifcloud-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: #35cd39;
    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;
    font-size: 13px;
    border-bottom: 1px solid #f1f1f1;
    text-align: center;
    line-height: 20px;
   
    /* margin-top: 22px; */
    display: block;

}

.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;
    line-height: 0.2rem;
    margin-top: 20px;
    display:block;
    margin-bottom:10px;
}

@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
    }
}

.ifcloud-dropdownmenu-type1 {
    background: #CE4B4B;
    color: #fff !important;
    padding: 0;
    border: none;
    max-width: 250px
}

.ifcloud-dropdownmenu-type1 a {
    margin: 5px 0 !important;
    padding: 5px 10px !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #fafafa
}

.ifcloud-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 #CE4B4B;
    border-radius: 0;
    margin: 0
}

.ifcloud-content-full {
    width: 100%
}

.ifcloud-content-half {
    width: calc(100% - 300px)
}

.ifcloud-rightsidebar {
    width: 300px
}

@media (max-width:991px) {
    .ifcloud-content-half {
        width: calc(100% - 0px)
    }

    .ifcloud-rightsidebar {
        display: none !important
    }

    .ifcloud-nonmobile {
        display: none !important
    }
}

@media (max-width:767px) {
    .ifcloud-content-half {
        width: calc(100% - 0px)
    }

    .ifcloud-rightsidebar {
        display: none !important
    }
}

.ifcloud-lineclamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.ifcloud-lineclamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.ifcloud-nav-active {
    margin: 0 10px;
    border-bottom: 2px solid #CE4B4B;
    transition: .2s all
}

.ifcloud-bill-titlebg{
    background:#CE4B4B;
    padding: 10px;
    color: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    display: inline-block;
}