


html {
  height: 100%;
}
body {
    margin: 0;
    font-family: sans-serif,calibri;
    font-size: .8125rem;
    font-weight: 400;
    line-height: 1.5385;
    color: #333;
    text-align: left;
    background-color: #EEEEEE;
    }
.mt-50{

    margin-top: 50px;
}
.mt-30{

    margin-top: 30px;
}
.ml-50{

    margin-left: 75px;
}
.mb-50{
    margin-bottom: 50px;
}
.mb-150{
    margin-bottom: 120px;
}
.mr-5 {
    margin-right: 5px;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .1875rem;
    border-radius: 20px;
    margin-bottom: 30px;
    min-height: 650px;
}
.new-project-card {
    height: 605px;
}
.card-img-actions {
    position: relative;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0.1rem 0.1rem 1.25rem;
    text-align: center;
}

.card-img{
    width: 100%;
    height: auto;
    /*border-radius: 20px 20px 0px 0px ;*/
}

.star{
    color: red;
}
button.btn.bg-download {
font-family: sans-serif,calibri;
}
.bg-cart {
    background-color:#FFF;
    color:#04BD93;
    border-color: #04BD93;
    border-width: medium;
    width: 15%;
    justify-content: space-between;
    border-radius: 4px;
}
.bg-trash {
    background-color:#FFF;
    color:red;
    border-color: red;
    border-width: medium;
    width: 15%;
    border-radius: 4px;
}
.bg-download {
    background-color:#04BD93;
    color:#FFF;
    border-color: #04BD93;
    width: 135px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    border-radius: 4px;
    padding: 0;
}
.bg-download:hover {
    color: #04BD93;
    background-color: #EEE;
}
.bg-new-project {
    background-color:#04BD93;
    color:#FFF;
    border-color: #04BD93;
    width: 170px;
    text-align: center;
    font-weight: bold;
}
.bg-new-project:hover {
    color: #04BD93;
    background-color: #EEE;
}
.btn-outline-primary{ 
    background-color:#04BD93;
    color:#fff;
    border-color: #04BD93;
    border-radius: 0px; 
}
.bg-cart:hover {        
    color:white;
    background-color: #04BD93;
}
.bg-trash:hover {
    color:white;
    background-color: red;   
}
.bg-buy {
    background-color:green;
    color:#fff;
    padding-right: 29px;
}
.bg-buy:hover {        
    color:#fff;
}

a{
    text-decoration: none !important;
}
.progress{
    height: 10px;
    padding-right:0%;
    padding-left:0%;
    background: #d0ebe6;
    border-radius: 20px;
    overflow: visible;
    line-height: 15px;
    margin: 50px 5% 40px 5%;
}
.progress .progress-bar{
    border-radius: 20px;
    position: relative;
    background-color: #04BD93 ;
    animation: animate-positive 2s;
}
.progress .progress-value{
    position: absolute;
    border-radius: 10px;
    top: -450%;
    left: 87%;
    font-size: 13px;
    color: #fff;
    padding: 7px 7px;
    background: #04BD93;
    border: 1px solid transparent;
}
.progress .progress-value:after{
    content: "";
    color: #04BD93;
    border-top: 10px solid #04BD93;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    bottom: -6px;
    left: 25%;
}
@-webkit-keyframes animate-positive{
    0% { width: 0%; }
}
@keyframes animate-positive{
    0% { width: 0%; }
}

.form-inline {
        display: inline-block;
}
.col-md-4{
    flex: auto;
    max-width: 380px;
}
select{
 margin-left: 25%;
 margin-right: auto;
 width: 50%;
 height:40px;
 font-size:20px;   
}
a {
    color: #00838F;
    text-decoration: none !important;
    padding: 0px;
}

table {
    border-collapse: collapse;
    border: 1px solid #00838F;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    font-size: 18px;
}

table td {
    padding: 20px;
}

table td:last-child {
    text-align: left;
}

table tr:first-child {
    background-color: gray;
    color: #fff;
    font-weight: bold;
}

table tr {
    border-bottom: 1px dotted #00838F;
}

form table {
    width: 25%;
}

form table tr {
    vertical-align: top;
}

form table tr:first-child {
    background-color: #fff;
    color: #000;
    font-weight: normal;
}

form table tr:last-child {
    text-align: center;
}

.button {
    border: 1px solid #000;
    border-radius: 10px;
    background-color: #92BA56;
    border: 1px solid #92BA56;
    color: #FFF;
    text-decoration: none;
    padding: 12px;
    min-width: 100px;
}
.button1 {
    border: 1px solid #000;
    border-radius: 10px;
    background-color: #92BA56;
    border: 1px solid #92BA56;
    color: #FFF;
    text-decoration: none;
    padding: 4px;
    min-width: 100px;
}

.button:hover {
    background-color: #FFF;
    color: #92BA56;
    cursor: pointer;
}

input[type=submit] {
    border: 1px solid #000;
    border-radius: 10px;
    background-color: #92BA56;
    border: 1px solid #92BA56;
    color: #FFF;
    text-decoration: none;
    padding: 4px;
    min-width: 100px;
}
input[type=text],input[type=password] {
    margin-left: 25%;
    padding: 12px;
    width: 50%;
    height:40px;
}
input[type=file] {
    margin-left: 25%;
    padding: 12px;
    width: 50%;
    height:40px;
}
input[type= number] {
    margin-left: 25%;
    padding: 12px;
    width: 50%;
    height:40px;
}
input[type=submit]:hover {
    background-color: #FFF;
    color: #92BA56;
    cursor: pointer;
}

input[type=submit].cancel {
    background-color: #C0C0C0;
    background-color: #C0C0C0;
    border: 1px solid #C0C0C0;
}

input[type=submit].cancel:hover {
    background-color: #FFF;
    color: #C0C0C0;
    cursor: pointer;
}

.float-right {
    float: right;
}

.error { 
    color: red;
    font-size: 12px;
}

optgroup { 
    font-size:20px;
}

.space {
     margin-top: 30px;
 }
.space1 {
     margin-top: 10px;
 }
.Imageframe {
    width: 400px;
    height: 300px;
    border:5px solid #000000;
}
.center {
  display: block;
  margin-left: 2%;
  margin-right: 2%;
  width: 400px;
  height: 300px;
}

.dots-bars-2 {
    width: 40px;
    height: 40px;
    --c: linear-gradient(currentColor 0 0);
    --r1: radial-gradient(farthest-side at bottom,currentColor 93%,#0000);
    --r2: radial-gradient(farthest-side at top   ,currentColor 93%,#0000);
    background: 
    var(--c) ,
    var(--r1),
    var(--r2),
    var(--c) ,  
    var(--r1),
    var(--r2),
    var(--c) ,
    var(--r1),
    var(--r2);
    background-repeat: no-repeat;
    animation: db2 1s infinite alternate;
}

@keyframes db2 {
    0%,25% {
    background-size: 8px 0,8px 4px,8px 4px,8px 0,8px 4px,8px 4px,8px 0,8px 4px,8px 4px;
    background-position: 0 50%,0 calc(50% - 2px),0 calc(50% + 2px),50% 50%,50% calc(50% - 2px),50% calc(50% + 2px),100% 50%,100% calc(50% - 2px),100% calc(50% + 2px);
    }
    50% {
    background-size: 8px 100%,8px 4px,8px 4px,8px 0,8px 4px,8px 4px,8px 0,8px 4px,8px 4px;
    background-position: 0 50%,0 calc(0% - 2px),0 calc(100% + 2px),50% 50%,50% calc(50% - 2px),50% calc(50% + 2px),100% 50%,100% calc(50% - 2px),100% calc(50% + 2px);
    }
    75% {
    background-size: 8px 100%,8px 4px,8px 4px,8px 100%,8px 4px,8px 4px,8px 0,8px 4px,8px 4px;
    background-position: 0 50%,0 calc(0% - 2px),0 calc(100% + 2px),50% 50%,50% calc(0% - 2px),50% calc(100% + 2px),100% 50%,100% calc(50% - 2px),100% calc(50% + 2px);
    }
    95%,100% {
    background-size: 8px 100%,8px 4px, 8px 4px,8px 100%,8px 4px,8px 4px,8px 100%,8px 4px,8px 4px;
    background-position: 0 50%,0 calc(0% - 2px),0 calc(100% + 2px),50% 50%,50% calc(0% - 2px),50% calc(100% + 2px),100% 50%,100% calc(0% - 2px),100% calc(100% + 2px);
    }
}
.modal-backdrop
{
    opacity:0.5 !important;
}
.modal-content {
    border-radius: 20px;
    border-color: #05bd93;
}
.modal-body {
    border-radius: 20px;
}





@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

        p.font-weight-bold {
            font-family: 'Calibri';
            font-size: 1.5em !important;
            font-weight: bold;
            line-height: 1.7em;
            color: #04BD93 !important;
            /**/
            text-align: left;
            margin-left: 30px;
            margin-top: -10px;
        }

        a,
        a:hover,
        a:focus {
            color: inherit;
            text-decoration: none;
            transition: all 0.3s;
        }


        .line {
            width: 100%;
            height: 1px;
            border-bottom: 1px dashed #ddd;
            margin: 40px 0;
        }

        i,
        span {
            display: inline-block;
        }

        /* ---------------------------------------------------
            SIDEBAR STYLE
        ----------------------------------------------------- */

        .wrapper {
            display: flex;
            align-items: stretch;
        }

        #sidebar {
            min-width: 250px;
            max-width: 250px;
            margin-top: 100px;
            margin-bottom: 20px;
            background: #04bd93;
            color: #fff;
            font-size: 17px;
            /*border-radius: 20px;
            padding: 10px 5px 5px 5px;*/
            transition: all 0.3s;
        }

        #sidebar.active {
            min-width: 40px;
            max-width: 40px;
            text-align: left;
        }

        #sidebar.active .sidebar-header h3,
        #sidebar.active .CTAs {
            display: none;
        }

        #sidebar.active .sidebar-header strong {
            display: block;
        }

        #sidebar ul li a {
            text-align: left;
        }

        #sidebar.active ul li a {
            padding: 20px 10px;
            text-align: left;
            font-size: 0.85em;
        }

        #sidebar.active ul li a i {
            margin-right: 0;
            display: block;
            font-size: 1.8em;
            margin-bottom: 5px;
        }

        #sidebar.active ul ul a {
            /*padding: 10px !important;*/
        }
        #sidebar.active ul li a span {
            display: none;
        }
        #sidebar.active .dropdown-toggle::after {
            top: auto;
            bottom: 10px;
            right: 50%;
            -webkit-transform: translateX(50%);
            -ms-transform: translateX(50%);
            transform: translateX(50%);
        }

        /*#sidebar .sidebar-header {
            padding: 20px;
            background: #6d7fcc;
        }
        */
        #sidebar .sidebar-header strong {
            display: none;
            font-size: 1.8em;
        }

        #sidebar ul.components {
           /* border-bottom: 1px solid #47748b;*/
        }

        #sidebar ul li a {
            padding: 15px;
            font-size: 1.1em;
            display: block;
            border-bottom: 1px solid #1ca888;
            background-color: #048363;
            cursor: pointer;
            /*border-radius: 15px;*/
        }

        #sidebar ul li a:hover {
            color: #FFF;
            background: #223d40;
        }

        #sidebar ul li a i {
            margin-right: 10px;
            background: #048963;
        }

        #sidebar ul li.active>a,
        a[aria-expanded="true"] {
            color: #fff;
            background: #223d40;
            /*padding: 20px;
            text-align: center;
            font-weight: bold;
            /*border-radius: 15px;*/
        }
        #sidebar ul li.active a i {
            margin-right: 10px;
            background: #223d40;
        }
        a[data-toggle="collapse"] {
            position: relative;
        }

        .dropdown-toggle::after {
            display: block;
            position: absolute;
            top: 50%;
            right: 20px;
            transform: translateY(-50%);
        }
        .collapse-btn {
            background-color: transparent;
            border: none;
            margin-top: 20px;
        }
        ul ul a {
            font-size: 0.9em !important;
            padding-left: 30px !important;
            /*background: #6d7fcc;*/
        }

        ul.CTAs {
            padding: 20px;
        }

        ul.CTAs a {
            text-align: center;
            font-size: 1.1em !important;
            display: block;
            border-radius: 5px;
            margin-bottom: 5px;
        }

        a.download {
            background: #6d7fcc !important;
            color: #fff !important;
        }

        a.article,
        a.article:hover {
            background: #6d7fcc !important;
            color: #fff !important;
        }

        /* ---------------------------------------------------
            CONTENT STYLE
        ----------------------------------------------------- */

        #content {
            width: 100%;
            padding: 20px;
            min-height: 100vh;
            transition: all 0.3s;
            overflow: visible;
            margin-top: 50px;
            overflow: scroll;
        }
        .btn {
            border-radius: 5px;
            height: 35px;
        }
        .btn:focus {
            border: none;
        }
        .btn-info {
            width:  100%;
            background-color: #04bd93;
            border: none;
        }
        .btn-info:hover {
            background-color: #048963;
        }
        .btn-info:focus {
            background-color: #04bd93;
        }
        .btn-info:active {
            background-color: #04bd93;   
        }
        .icon-info {
            font-size: 17px;
            margin-top: 10px;
            margin-right: 10px;
        }
        .row-flex {
            display: flex;
            flex-wrap: wrap;
        }

        .sp-logo {
            display: none;
            margin-bottom: 20px;
        }
        /* ---------------------------------------------------
            MEDIAQUERIES
        ----------------------------------------------------- */

        @media only screen and (max-width: 991px){
            #sidebar {
                margin-top: 75px;
            }
            #content {
                margin-top: 25px;   
            }
        }

        @media (max-width: 768px) {
            
            #sidebar {
                min-width: 80px;
                max-width: 80px;
                text-align: center;
                margin-left: 0px !important;
                display: none;
            }
            .dropdown-toggle::after {
                top: auto;
                bottom: 10px;
                right: 50%;
                -webkit-transform: translateX(50%);
                -ms-transform: translateX(50%);
                transform: translateX(50%);
            }
            #sidebar.active {
                margin-left: 0 !important;
            }
            #sidebar .sidebar-header h3,
            #sidebar .CTAs {
                display: none;
            }
            #sidebar .sidebar-header strong {
                display: block;
            }
            #sidebar ul li a {
                padding: 20px 10px;
            }
            #sidebar ul li a span {
                font-size: 0.85em;
            }
            #sidebar ul li a i {
                margin-right: 0;
                display: block;
            }
            #sidebar ul ul a {
                padding: 10px !important;
            }
            #sidebar ul li a i {
                font-size: 1.3em;
            }
            #sidebar {
                margin-left: 0;
            }
            #sidebarCollapse span {
                display: none;
            }
            .sp-logo {
                display: block;
            }
            .switch-text {
                margin-top: -15px;
            }
            #content {
                padding: 0;
            }
        }
         .modal-backdrop
         {
            opacity:0.5 !important;
         }
         p {
            font-size: 16px;
            color: #000;
         }

         .img_frame {
            width:100%;
            height: 320px;
            background-color: #04bd93;
            display: flex;
            align-items: center;
            border-radius: 20px 20px 0px 0px ;
         }
         .energy-efficiancy{
            padding-bottom: 10px;
            padding-top: 10px;
            padding-left: 20px;
            padding-right: 20px;
            font-weight: bold;
            margin-right: 10px;
            /*border-radius: 10px;*/
         }
         .energy-value{
            margin-top: -7px;
            font-size: 14px;
            color: #999;
            font-weight: bold;
         }
         .main-image{
            position: absolute;
            font-size: 25px;
            margin-left: -30px;
            border-radius: 30px;
            color: #04bd93;
            cursor: pointer;
         }
        /*swirch for share*/
        .shared-switch {
            margin-bottom: -35px;
        }
        .switch-text {
            margin-left: 63px;
            font-size: 12px;
            display: flex;
            color: #05bd93;
        }
        .switch {
            position: relative;
            right: 37%;
            top: 4%;
            display: inline-block;
            width: 60px;
            height: 34px;

          }

          /* Hide default HTML checkbox */
          .switch input {

            opacity: 0;
            width: 0;
            height: 0;
          }

          /* The slider */
          .slider {

            position: absolute;
            cursor: pointer;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background-color: #ccc;
            -webkit-transition: .4s;
            transition: .4s;
          }

          .slider:before {
            position: absolute;
            content: "";
            height: 26px;
            width: 26px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
          }

          input:checked + .slider {
            background-color: #05bd93;
          }

          input:focus + .slider {
            box-shadow: 0 0 1px #2196F3;
          }

          input:checked + .slider:before {
            -webkit-transform: translateX(26px);
            -ms-transform: translateX(26px);
            transform: translateX(26px);
          }
          .label.switch{
            margin-bottom: 150%!important;
          }
          /* Rounded sliders */
          .slider.round {
            border-radius: 34px;
          }

          .slider.round:before {
            border-radius: 50%;
          }

              .debug-msg {
        display: flex;
    }
    .debug-msg > pre {
        background-color:#d9edf7;
        color: green;

    }
    .debug-msg > a {
        margin-left:-10px;
        margin-top:-3px;
        cursor: pointer;
    }
    .debug-msg > a > i {
        font-size:15px;
        color:#FFF;
        background-color:red;
        border-radius: 40px;
    }


    .big-title {
    font-size: 30px;
    font-weight: bold;
    margin-left: 5%;
}
pre {
    word-break:normal;
    white-space:pre-wrap;
    border:none;
    margin-left: 5%;
    width: 50%;
}