﻿.buttonIcon {
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    width: 200px;
    height: 100px;
    border-radius: 16px;
    box-shadow: 0px 6px 25px rgba(0, 0, 0, 0.08);
}

.left-inner-addon {
    position: relative;
}

    .left-inner-addon input {
        padding-left: 30px;
    }

    .left-inner-addon i {
        position: absolute;
        padding: 10px 12px;
        pointer-events: none;
    }

.right-inner-addon {
    position: relative;
}

    .right-inner-addon input {
        /*padding-right: 30px;*/
    }

    .right-inner-addon i {
        position: absolute;
        right: 0px;
        /*padding: 10px 12px;*/
        pointer-events: none;
    }

.navbar-simple .brand {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #FF0D5E;
}

.navbar-simple .navbar-inner {
    background: #fff;
    filter: none !important;
    box-shadow: 0 2px 15px rgba(0,0,0,0.25);
    -moz-box-shadow: 0 2px 15px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 2px 15px rgba(0,0,0,0.25);
    border-bottom: 1px solid rgba(0,0,0,0.2);
}

.navbar-simple .navbar-innerS {
    background: #fff;
}

.navbar-simple .navbar-inner .nav {
    float: right;
}

.footer-wrapper {
    position: relative;
    width: 100%; /* Add this line for full width */
    border-top-color: ActiveCaption;
    background-color: white;
}

.navbar-simple .navbar-inner .nav li a {
    background: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #777;
    font-size: 13px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-weight: 600;
}

    .navbar-simple .navbar-inner .nav li a:hover {
        background: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        color: #bf3604;
    }

.navbar-simple .navbar-inner .nav li.active a {
    color: #FF0D5E;
}

.navigationPanel {
    border: none;
    background-color: #40D992;
    float: left;
    height: auto;
    margin-left: 0px;
    padding: 25px 10px 10px;
}

/*CONTAINER BACKGROUND */
.containerProperties {
    margin: auto;
    background-color: #DCEEC5;
    border: 7px #FFFFFF;
    overflow: auto;
}

.requieredField {
    font-weight: bold;
    text-shadow: 1px 1px #40D992;
}