﻿body {
    background-color: #ecf0f1;
}

.panel-module {
    border-color: #dddddd;
    overflow-y: auto;
}

    .panel-module > .panel-heading {
        color: #ffffff;
        background-color: #FCB034;
        border-color: #000000;
        height: 40px !important;
        padding-top: 5px;
        padding-right: 15px;
    }

        .panel-module > .panel-heading + .panel-collapse .panel-body {
            border-top-color: #dddddd;
        }

    .panel-module > .panel-footer + .panel-collapse .panel-body {
        border-bottom-color: #dddddd;
    }

.form-error .error2, .error {
    color: red;
}

/*.modal-iframe {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.modal-dialog-iframe {
    margin: 0;
    width: 100%;
    height: 100%;
    padding: 0;
}

.modal-content-iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border: 2px solid #3c7dcf;
    border-radius: 0;
    box-shadow: none;
}

.modal-header-iframe {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    background: #6598d9;
    border: 0;
}

.modal-title-iframe {
    font-weight: 300;
    font-size: 2em;
    color: #fff;
    line-height: 30px;
}

.modal-body-iframe {
    position: absolute;
    top: 50px;
    bottom: 60px;
    width: 100%;
    font-weight: 300;
    overflow: auto;
}

.modal-footer-iframe {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px;
    background: #f1f3f5;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 10px;
    background: #f1f3f5;
    border-left: 1px solid #d3d9e0;
}

::-webkit-scrollbar-thumb {
    background: #b5c0cb;
}*/
