﻿html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    /*font-family:'Arial Rounded MT';*/
    font-family: 'Changa', sans-serif;
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 15px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.container-menu {
    padding-right: 5px;
    padding-left: 5px;
    margin-right: auto;
    margin-left: auto;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}



.hand-cursor {
    cursor: pointer;
}
/* Scalffolding bootstrap*/
a {
    font-size: 100%;
}

.navbar-inverse {
    background-color: #ff0000;
    border-color: #fff;
}

    .navbar-inverse .navbar-brand {
        color: #fff;
        font-size: 140%;
        font-weight: 100;
        padding-left: 10px;
        padding-right: 10px;
    }

        .navbar-inverse .navbar-brand:hover,
        .navbar-inverse .navbar-brand:focus {
            color: #ffffff;
            background-color: transparent;
        }

    .navbar-inverse .navbar-text {
        color: #999999;
    }

    .navbar-inverse .navbar-nav > li > a {
        font-size: 105%;
        font-weight: 200;
        color: #fff;
    }
        .navbar-inverse .navbar-nav > li > a i {
            padding-right: 8px;
            color: #fff;
        }
        .navbar-inverse .navbar-nav > li > a:hover,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #ffffff;
            background-color: #09aa07;
        }

        .navbar-inverse .navbar-nav > li > a:active,
        .navbar-inverse .navbar-nav > li > a:focus {
            color: #ffffff;
            background-color: #09aa07;
        }

    .navbar-inverse .navbar-nav > .active > a,
    .navbar-inverse .navbar-nav > .active > a:hover,
    .navbar-inverse .navbar-nav > .active > a:focus {
        color: #ffffff;
        background-color: #09aa07;
    }

.dropdown a:active {
    background-color: #d7d7d7;
}

.dropdown .dropdown-menu {
    min-width: 280px;
}

.btn-default {
    color: #098d04;
    background-color: #ffffff;
    border-color: #cccccc;
    font-size: 110%;
}


.col-md-offset-1 {
    margin-right: 8.333333333333332%;
}

.col-md-offset-2 {
    margin-right: 16.666666666666664%;
}

.col-md-offset-3 {
    margin-right: 25%;
}

.col-md-offset-4 {
    margin-right: 33.33333333333333%;
}

.col-md-offset-5 {
    margin-right: 41.66666666666667%;
}

.col-md-offset-6 {
    margin-right: 50%;
}

.col-md-offset-7 {
    margin-right: 58.333333333333336%;
}

.col-md-offset-8 {
    margin-right: 66.66666666666666%;
}

.col-md-offset-9 {
    margin-right: 75%;
}

.col-md-offset-10 {
    margin-right: 83.33333333333334%;
}

.col-md-offset-11 {
    margin-right: 91.66666666666666%;
}

.control-label {
    font-size: 110%;
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

.radio,
.checkbox {
    display: block;
    min-height: 20px;
    padding-left: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    vertical-align: middle;
}

    .radio label,
    .checkbox label {
        display: inline;
        margin-bottom: 0;
        font-weight: normal;
        font-size: 120%;
        cursor: pointer;
    }

    .radio input[type="radio"],
    .radio-inline input[type="radio"],
    .checkbox input[type="checkbox"],
    .checkbox-inline input[type="checkbox"] {
        float: right;
        margin-right: -20px;
    }

    .radio + .radio,
    .checkbox + .checkbox {
        margin-top: -5px;
    }

.radio-inline,
.checkbox-inline {
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    vertical-align: middle;
    cursor: pointer;
}

    .radio-inline + .radio-inline,
    .checkbox-inline + .checkbox-inline {
        margin-top: 0;
        margin-left: 10px;
    }

    input[type="radio"][disabled],
    input[type="checkbox"][disabled],
    .radio[disabled],
    .radio-inline[disabled],
    .checkbox[disabled],
    .checkbox-inline[disabled],
    fieldset[disabled] input[type="radio"],
    fieldset[disabled] input[type="checkbox"],
    fieldset[disabled] .radio,
    fieldset[disabled] .radio-inline,
    fieldset[disabled] .checkbox,
    fieldset[disabled] .checkbox-inline {
        cursor: not-allowed;
    }

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm {
    height: 40px;
    line-height: 30px;
}

textarea.input-sm {
    height: auto;
}

.input-lg {
    height: 45px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}

select.input-lg {
    height: 45px;
    line-height: 40px;
    
}

textarea.input-lg {
    height: auto;
}

.btn-primary {
    color: #ffffff;
    background-color: #26c307;
    border-color: #09aa07;
}

    .btn-primary:hover,
    .btn-primary:focus,
    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        color: #ffffff;
        background-color: #09aa07;
        border-color: #098d04;
    }

    .btn-primary:active,
    .btn-primary.active,
    .open .dropdown-toggle.btn-primary {
        background-image: none;
    }

    .btn-primary.disabled,
    .btn-primary[disabled],
    fieldset[disabled] .btn-primary,
    .btn-primary.disabled:hover,
    .btn-primary[disabled]:hover,
    fieldset[disabled] .btn-primary:hover,
    .btn-primary.disabled:focus,
    .btn-primary[disabled]:focus,
    fieldset[disabled] .btn-primary:focus,
    .btn-primary.disabled:active,
    .btn-primary[disabled]:active,
    fieldset[disabled] .btn-primary:active,
    .btn-primary.disabled.active,
    .btn-primary[disabled].active,
    fieldset[disabled] .btn-primary.active {
        background-color: #428bca;
        border-color: #357ebd;
    }

.profile-img {
    position: relative;
    top: -10px;
    float: left;
    left: -10px;
    width: 35px;
    height: 35px;
}

.panel-heading h2 {
    font-size: 23px;
}

.btn-lg {
    padding:10px,16px;
    font-size: 20px;
    line-height: 1.33;
    border-radius: 6px;
    
}
.btn-ar{
    padding-top:5px;
    padding-bottom:35px;
    padding-left:15px;
    padding-right:15px;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

a.list-group-item {
    font-size: 18px;
}

    a.list-group-item:hover,
    a.list-group-item:focus {
        text-decoration: none;
        background-color: #f5f5f5;
        color: #ff0000;
    }
/*Upload Pics*/
.Add-btn {
    position: relative;
    display: table;
    width: 250px;
    height: 250px;
    margin: 5px;
    float: left;
    border: 1px dashed #068be2;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

    .Add-btn i {
        position: relative;
        top: 70px;
        font-size: 80px;
        text-align: center;
        vertical-align: middle;
        color: #068be2;
        cursor: pointer;
    }

.Item {
    position: relative;
    display: table;
    width: 250px;
    height: 250px;
    margin: 5px;
    float: left;
    border: 1px solid #808080;
}

.Item-img {
    position: relative;
    width: 100%;
    float: left;
}

    .Item-img img {
        width: 100%;
    }

.Item-btn {
    position: absolute;
    top: 8px;
    right: 30px;
    width: 20px;
    height: 80%;
    cursor: pointer;
}

    .Item-btn img {
        width: 20px;
    }

.Item-rb {
    background-color: #d7d7d7;
    margin: 1px;
    padding: 5px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 30px;
    width: 100%;
    cursor: pointer;
}

.alert-dismissable {
    padding-left: 35px;
}

    .alert-dismissable .close {
        position: relative;
        top: 10px;
        left: -20px;
        color: inherit;
        font-size: 200%;
    }

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 8px;
    vertical-align: middle;
    border-top: 5px solid #000000;
    border-right: 5px solid transparent;
    border-bottom: 0 dotted;
    border-left: 5px solid transparent;
    content: "";
}

.not-found {
    margin: 0.67em 0;
    font-size: 6em;
    border: 1px solid #999999;
    border-radius: 50%;
    height: 250px;
    width: 250px;
    margin-left: 40%;
    margin-right: 40%;
    padding-top: 65px;
}

.not-found-message {
    font-size: 2em;
}

.dossier {
}

    .dossier h3 {
        font-size: 28px;
        color: #808080;
    }

    .dossier h4 {
        font-size: 21px;
        color: #d40404;
        text-decoration: underline;
    }

    .dossier ol {
        margin: 10px;
    }

        .dossier ol li {
            padding-bottom: 20px;
            border-bottom: 1px solid #cccccc;
        }

            .dossier ol li:before {
                content: inherit;
                font-size: 50px;
            }

            .dossier ol li .groupe {
            }

                .dossier ol li .groupe h3 {
                    font-size: 28px;
                    color: #09aa07;
                    font-weight: 500;
                }
                .dossier .observations {
                    font-size: 14px;
                    color:#09aa07;
                    padding-right:25px;
                }
                .dossier .document-dossier {
                    font-size: 15px;
                    color:#000000;
                    padding-right:25px;
                }
                .dossier .document-dossier a{
                    color:#09aa07;
                    font-weight:bold;
                }
                .dossier ol li .groupe .description {
                    font-size: 20px;
                }

                .dossier ol li .groupe .observations {
                    font-size: 15px;
                }
                .dossier ol li .groupe ul {
                    margin: 10px;
                }

                    .dossier ol li .groupe ul li {
                        border-bottom: 0px;
                    }

                        .dossier ol li .groupe ul li .document {
                        }
                            .dossier ol li .groupe ul li .document h3, .dossier .document h3 {
                                font-size: 21px;
                                color: #ff0000;
                                /*text-decoration:underline;*/
                            }
                                .dossier ol li .groupe ul li .document h3 small {
                                    text-decoration: none;
                                    color:#09aa07;
                                    font-weight:bold;
                                }
                                .dossier ol li .groupe ul li .document h3 span {
                                    text-decoration: none;
                                    background-color: #09aa07;
                                    color: #fff;
                                    font-size: 14px;
                                }
                                .dossier ol li .document h3 span {
                                    text-decoration: none;
                                    background-color: #09aa07;
                                    color: #fff;
                                    font-size: 14px;
                                }

.badge-required {
    text-decoration: none;
    color: #09aa07;
    font-weight:bold;
    font-size: 14px;    
    padding-left: 3px;
    padding-right: 3px;
}

.action .groupe ul,.action ul {
    margin: 10px;
    list-style-type: none;
}

    .action .groupe ul li .row, .action ul li .row{
        border-bottom: 1px dotted #d7d7d7;
    }

.action .groupe h3, .action h3 {
    margin: 0;
}
.action .collapse{
    font-size:14px;
}
.action .document-ok{
    height:50px;
    width:50px;
    border-radius:100%;
    border:1px solid #09aa07;
}
.action .document-ok i{
    position:relative;
    top:10px;
    left:-8px;
    font-size:2em;
    color:#09aa07;
}
.action .document-notok{
    height:50px;
    width:50px;
    border-radius:100%;
    border:1px solid #ff0000;
}
.action .document-notok i{
    position:relative;
    top:10px;
    left:-8px;
    font-size:2em;
    color:#ff0000;
}
.action .doc-description{
    font-size:16px;
    padding-top:5px;
    padding-bottom:5px;
}
.clear-padding {
    padding: 0 !important;
}


.adresse input,
.adresse select,
.adresse textarea {
    max-width: 100%;
    font-family: inherit;
    font-size: 100%;    
}

.waiting {
    height: 100px;
    background-color: #fbf12e;
}

    .waiting h3 {
        position: relative;
        float: right;
        font-size: 1.9em;
        color: #767070;
    }

    .waiting i {
        position: relative;
        float: left;
        font-size: 3em;
        top: 10px;
        left: 40px;
        color: #767070;
    }
.validation {
    height: 100px;
    background-color: #f8f7f7;
}

.validation h3 {
        position: relative;
        float: right;
        font-size: 1.9em;
        color: #767070;
    }

    .validation i {
        position: relative;
        float: left;
        font-size: 3em;
        top: 10px;
        left: 40px;
        color: #767070;
    }
.confirmation {
    height: 100px;    
}

    .confirmation h3 {
        position: relative;
        float: right;
        font-size: 1.9em;
        color: #767070;
    }

    .confirmation i {
        position: relative;
        float: left;
        font-size: 3em;
        top: 10px;
        left: 40px;
        color: #767070;
    }
.float-right{
    position:relative;
    float:right;
    padding-left:20px;
}
.loader {
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  border-top: 10px solid #09aa07;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.modal-header {
    min-height: 16.42857143px;
    padding: 15px;
    background-color: #444343;
    border-bottom: 1px solid #e5e5e5;
}

.modal-title {
    margin: 0;
    line-height: 1.42857143;
    float: right;
    color: #fff;
}

.close {
    float: left;
    top: 10px;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=40);
    opacity: .2;
}

    .close:hover,
    .close:focus {
        color: #fff;
        text-decoration: none;
        cursor: pointer;
        filter: alpha(opacity=90);
        opacity: .5;
    }
.bordred{
    border:1px solid #999999;
    margin-bottom:20px;
    padding-bottom:20px;
    height:100%;
    width:100%;
    padding:15px;
    
}
.well h4{
    text-decoration:none;
}
/*
select{
    height:50px;
}*/

.bs-enfant{
    padding-top:20px;
    padding-bottom:20px;
    border-top:1px solid #cccccc;
}
.background-red {
    background-color: #ff0000;
    padding-top: 8px;
    padding-bottom: 6px;
    color: #fff;
    font-size:13px;
}
    .background-red .container-footer {
        margin-right: 35px;
        margin-left: 35px;
        font-size: 13px;
    }
    .background-red .container-footer p{        
        font-size: 14px;
    }
    .background-red a {
        color: #fff;
        font-size: 14px;
    }

        .background-gris a:hover {
            color: #fff;
            text-decoration: none;
        }

ol.dossier-documents {
}

    ol.dossier-documents li {
        font-size: 18px;
        color: #e90505;
        padding-right: 20px;
        padding-bottom: 20px;
        font-weight: 200;
        margin-top: 10px;
    }

        ol.dossier-documents li p {
            color: #999999;
            font-size: 14px;
            padding-right: 20px;
            padding-top: 20px;
            font-weight: 200;
        }

        ol.dossier-documents li ol li {
            color: #000;
            font-size: 16px;
            padding-right: 20px;
            padding-bottom: 5px;
            font-weight: 100;
        }

            ol.dossier-documents li ol li span {
                color: #999999;
                font-size: 14px;
            }

h3.dossier-designation{

}
h3.dossier-designation small {
    font-size:20px;
}


/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
    font-family: inherit;
    font-size: 100%;
    /*height: 50px;*/
}