﻿/* Main container */

#main {
    margin-top: 0px !important;
}

/* Navbar */

.top-panel {
    line-height: 50px;
    height: 50px;
    background: #ffffff;
}

.navbar {
    background-color: #ffffff;
}

.breadcrumbUpdate {
    background-color: #f5f5f5 !important;
}

.breadcrumb {
    padding-left: 63px;
}

#breadcrumb {
    line-height: 0px;
}

/* Navbar logo */
.navbar-brand {
    width: 167px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: contain;
    float: left;
    padding: 6px 15px;
    font-size: 18px;
    line-height: 20px;
}

/* Logo */
.logo-big {
    display: block;
    margin: 0 auto;
    width: 700px;
    padding-bottom: 40px;
}

/* Input Groups */
.input-group {
    width: 100%;
    margin-bottom: 20px;
}

    .input-group .input-group-addon {
        border: none;
        background-color: transparent;
        padding-left: 0;
        font-weight: bold;
    }

    .input-group .form-line {
        display: inline-block !important;
        width: 100%;
        border-bottom: 1px solid #ddd !important;
        position: relative !important;
    }

    .input-group .form-line .ng-invalid {
        border-bottom: 1px solid red !important;
    }

    .input-group .form-control {
        display: table-cell;
    }

    .input-group .form-control {
        position: relative !important;
        z-index: 2;
        float: left;
        width: 100%;
        margin-bottom: 0;
    }

    .input-group input[type="text"], .input-group .form-control {
        border: none !important;
        box-shadow: none !important;
        padding-left: 0 !important;
    }

/* Portlet */

.duxah-blue {
    background-color: #006c93 !important;
}

h4 {
    color: #ffffff;
}

/* Button */
.btn-duxah {
    color: #ffffff;
    background-color: #2c2f45;
    border-color: #2c2f45;
    border-radius: 2px;
    padding: 0 16px;
    line-height: 36px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}

.btn:hover {
    color: #e4e4e4;
}

.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
}

/* Wizard */
.steps-indicator {
    height: 60px !important;
}

    .steps-indicator li {
        padding-top: 24px !important;
    }

        .steps-indicator li a {
            font-size: 14px;
        }

            .steps-indicator li a:before {
                position: absolute;
                top: -11px !important;
                left: calc(50% - 12px);
                width: 28px !important;
                height: 28px !important;
                border-radius: 100%;
                transition: .25s;
                border: 3px solid #e5e5e5;
                background-color: #fff;
            }

        .steps-indicator li.done a:before {
            background-color: #ffffff !important;
        }

        .steps-indicator li.current a:before {
            border-color: #ffffff !important;
        }

        .steps-indicator li.editing a:before {
            background-color: #2c2f45 !important;
        }

/* Card Body */

.slide-animation-container {
    padding-top: 80px;
}

/* Body */
body {
    background: #bebebe;
}

#content {
    background: #bebebe;
}