﻿body {
    padding: 20px;
    font-family: 'Pavanam', sans-serif;
    /*font-family: 'Nunito', sans-serif;*/
    /*font-family: 'Open Sans', sans-serif;*/
    background-color: #ffffff;
}

.lib-panel {
    margin-bottom: 20Px;
}

    .lib-panel img {
        width: 100%;
        background-color: transparent;
    }

    .lib-panel .row,
    .lib-panel .col-md-6 {
        padding: 0;
        background-color: #426B97;
    }


    .lib-panel .lib-row {
        padding: 0 20px 0 20px;
        vertical-align: middle;
    }

        .lib-panel .lib-row.lib-header {
            background-color: #426B97;
            color: white;
            font-size: 20px;
            padding: 10px 20px 0 20px;
            vertical-align: middle;
        }

            .lib-panel .lib-row.lib-header .lib-header-seperator {
                height: 2px;
                width: 26px;
                background-color: #d9d9d9;
                margin: 7px 0 7px 0;
            }

        .lib-panel .lib-row.lib-desc {
            position: relative;
            height: 100%;
            display: block;
            font-size: 26px;
            color: white;
            vertical-align: middle;
        }

            .lib-panel .lib-row.lib-desc a {
                position: absolute;
                width: 100%;
                bottom: 10px;
                left: 20px;
            }

.row-margin-bottom {
    margin-bottom: 20px;
}

.box-shadow {
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.10);
}

.no-padding {
    padding: 0;
}

.bouton-image:before {
    content: "";
    width: 48px;
    height: 48px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: text-top;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
}

.monBouton:before {
    background-image: url("../Images/Records.png");
}

.container {
    text-align: center;
}

.left-div {
    display: inline-block;
    max-width: 300px;
    vertical-align: top;
}

.right-div {
    display: inline-block;
    max-width: 150px;
}

@media screen and (max-width: 600px) {
    .left-div, .right-div {
        max-width: 100%;
    }
}

.outer > p {
    display: table-cell;
    height: 120px;
    font-size: 26px;
    color: white;
    vertical-align: middle;
    padding: 0px 0px 0px 30px;
}

.alert {
    display: inline-block;
}

.panel-default > .panel-heading-custom {
    background: #456b93;
    color: white;
}

.center-block-horiz {
    margin-left: auto !important;
    margin-right: auto !important;
}

.set-margin-cicis-menu-to-go {
    margin: 20px;
}

.set-padding-cicis-menu-to-go {
    padding: 20px;
}

.set-border-cicis-menu-to-go {
    border: 5px inset #4f4f4f;
}

set-box-shadow-cicis-menu-to-go {
    -webkit-box-shadow: 4px 4px 14px #4f4f4f;
    -moz-box-shadow: 4px 4px 14px #4f4f4f;
    box-shadow: 4px 4px 14px #4f4f4f;
}


/* CSS for responsive iframe */
/* ========================= */
/* outer wrapper: set max-width & max-height; max-height greater than padding-bottom % will be ineffective and height will = padding-bottom % of max-width */
#Iframe-Master-CC-and-Rs {
    max-width: 650px;
    max-height: 100%;
    overflow: hidden;
}

/* inner wrapper: make responsive */
.responsive-wrapper {
    position: relative;
    height: 0; /* gets height from padding-bottom */
    /* put following styles (necessary for overflow and scrolling handling on mobile devices) inline in .responsive-wrapper around iframe because not stable in CSS:
    -webkit-overflow-scrolling: touch; overflow: auto; */
}

    .responsive-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        border: none;
    }

/* padding-bottom = h/w as % -- sets aspect ratio */
/* YouTube video aspect ratio */
.responsive-wrapper-wxh-572x612 {
    padding-bottom: 120%;
}

/* general styles */
/* ============== */
.set-border {
    border: 5px inset #4f4f4f;
}

.set-box-shadow {
    -webkit-box-shadow: 4px 4px 14px #4f4f4f;
    -moz-box-shadow: 4px 4px 14px #4f4f4f;
    box-shadow: 4px 4px 14px #4f4f4f;
}

.set-padding {
    padding: 40px;
}

.set-margin {
    margin: 30px;
}

.center-block-horiz {
    margin-left: auto !important;
    margin-right: auto !important;
}

#rcorners2 {
    border-radius: 25px;
    border: 2px solid #426B97;
    width: 500px;
    height: 400px;
}

#rcorners3 {
    border-radius: 25px;
    border: 2px solid #426B97;
    width: 400px;
    height: 350px;
}

#rcorners4 {
    border-radius: 25px;
    border: 2px solid #426B97;
    width: 100%;
    height: 600px;
}

#rcorners5 {
    vertical-align: middle;
    border-radius: 10px;
    width: 100%;
    height: 30px;
}

.centerBlock {
    display: table;
    margin: auto;
}

.vertical-center {
    min-height: 100%; /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
    align-items: center;
    justify-content: center;
}

.red {
    color: red;
    background-color: red;
}
/*.vertical-center .row {
    display: flex;
    align-items: center;
}*/


form.inline-form {
    display: inline;
}

p.inlineParagraph {
    display: inline;
}

.form-container {
    display: inline-block;
}

.outer-container {
    display: table;
    /*width: 80%;
    height: 120px;
    background: #ccc; */
}

.inner-container {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.centered-content {
    display: inline-block;
    /*text-align: left;
    background: #fff;*/
    padding: 20px;
    /*border: 1px solid #000;*/
}

tr.spacer td {
    border: none;
}

.input-validation-error {
    border: 1px solid #ff0000 !important;
    background-color: #ffb7b7;
}

.divider {
    width: 2px;
    height: auto;
    display: inline-block;
}
