﻿

/*Fonts */
@font-face {
    font-family: 'Chalkduster';
    src: url('Chalkduster.ttf.woff') format('woff'), url('Chalkduster.ttf.svg#Chalkduster') format('svg'), url('Chalkduster.ttf.eot'), url('Chalkduster.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}




/*Colors and Backgrounds*/


.blur-bg {
    background: rgba(0, 0, 0, 0) url("../media/backblur.png") no-repeat fixed center top / cover !important;
}


.blur-bg-before {
    content: ' ';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    opacity: 0.6;
    background-image: url("../media/backblur.jpg");
    background-repeat: no-repeat;
    background-position: 50% 0;
    -ms-background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
}


.gray-bg {
    background-color: #f3f3f4;
}

.white-bg {
    background-color: #ffffff;
}

.bk-middle {
    background-color: #c2bca2 !important;
}

.bk-xlight {
    background-color: rgba(243,243,243,1) !important;
}

.bk-dark {
    background-color: #c2bca2;
}


.bk-light {
    background-color: #e4e1d6 !important;
}

.bk-light-alpha {
    background-color: rgba(243,243,243,1); /*rgba(255,255,255,1);*/ /*#e4e1d6 !important;*/
}

.bk-middle-alpha {
    /*background: rgba(242,241,237,1); F2F1ED*/
    background-color: rgba(194,188,162,1); /*#c2bca2 !important;*/
}

.bk-xlight-alpha {
    background-color: rgba(22,92,161,1); /*#f0efeb !important;*/
}

.bk-xxdark-alpha {
    background-color: rgba(94,87,68,1); /* #5e5744 !important;*/
}

.bk-xdark {
    background-color: #a19b80;
}

.bk-dark-alpha {
    background-color: rgba(94,87,68,1); /* #757262 !important;*/
}



.bk-blue-alpha {
    background: rgba(33, 106, 162,0.3);
}

.bk-transparent {
    background: transparent !important;
}


.dark-mask {
    background-color: rgba(0,0,0,0.25) !important;
}



/*Couleurs*/

.borderOrange {
    border: 2px solid #FE9B57;
    border-radius: 5px;
}

.borderGreen {
    border: 2px solid #5EDC9F;
    border-radius: 5px;
}

.borderBlue {
    border: 2px solid #3AB0E2;
    border-radius: 5px;
}

.borderYellow {
    border: 2px solid #FFCE43;
    border-radius: 5px;
}

.borderRed {
    border: 2px solid #ea6454;
    border-radius: 5px;
}

.borderAzure {
    border: 2px solid #01bfbf;
    border-radius: 5px;
}

.borderGray {
    border: 2px solid #ececec;
    border-radius: 5px;
}

.overlapping-circle-div {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: inline-block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: transparent;
    overflow: hidden;
}


.border-large {
    border-width: 5px;
}

.borderShadowBlue {
    box-shadow: 0 0 5px rgba(58, 176, 226, 1);
    border: 2px solid #3ab0e2;
}


.imgCircle-overlap {
    vertical-align: middle;
    height: 62px;
}



/*Label*/
label {
    color: #555;
}

.collapse {
    transition: all 0.5s ease 0s;
    display: none;
}



/*Boutons*/
.btn-facebook {
    border-color: #405a91;
    background: #3B5998 none repeat scroll 0 0;
    color: #fff;
    opacity: 0.8;
}

    .btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active {
        color: #fff;
        opacity: 0.95;
        outline: 0 none;
    }

    .btn-facebook i.fa {
        float: left;
        font-size: 24px;
    }




.btn-google {
    background: #dd4b39 none repeat scroll 0 0;
    color: #fff;
    opacity: 0.8;
}

    .btn-google:hover, .btn-google:focus, .btn-google:active {
        color: #fff;
        opacity: 0.95;
        outline: 0 none;
    }

    .btn-google i.fa {
        float: left;
        font-size: 24px;
    }




.btn-fs {
    background-color: rgba(22, 92, 161, 0.8) !important;
    border-color: rgba(22, 92, 161,0.8);
    color: #f0ad4e;
}

    .btn-fs:hover, .btn-fs:focus, .btn-fs:active {
        color: #fff;
        opacity: 0.80;
        outline: 0 none;
    }

    .btn-fs i.fa {
        float: left;
        font-size: 24px;
    }


.btn-link-1 {
    background: #19b9e7 none repeat scroll 0 0;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 300;
    height: 50px;
    line-height: 16px;
    margin: 0 5px;
    padding: 16px 20px 0;
}

    .btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active {
        color: #fff;
        opacity: 0.6;
        outline: 0 none;
    }

.btn-fs-prim {
    background-image: linear-gradient(to bottom, #f58b05 2px, #d47804 100%) !important;
    /*border-color: rgba(94,87,68,1);*/
    border-color: #d47804;
    color: #fff;
}

    .btn-fs-prim:hover, .btn-fs-prim:focus, .btn-fs-prim:active {
        color: #fff;
        opacity: 0.80;
        outline: 0 none;
        transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    }

    .btn-fs-prim i.fa {
        float: left;
        font-size: 24px;
    }


    .btn-fs-prim.silent {
        background-image: none !important;
        color: #d47804;
        font-size: 90%;
        font-weight: bold;
    }


.btn-white {
    background: white none repeat scroll 0 0;
    border: 1px solid #e7eaec;
    color: inherit;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

    .btn-white:hover, .btn-white:focus, .btn-white:active {
        background: rgba(94,87,68,1) none repeat scroll 0 0;
        color: #fff;
        opacity: 0.80;
        outline: 0 none;
    }


/*Labels*/


.label-google {
    background: #dd4b39 none repeat scroll 0 0;
    color: #fff;
    opacity: 0.8;
}

    .label-google:hover, .label-google:focus, .label-google:active {
        color: #fff;
        opacity: 0.95;
        outline: 0 none;
    }



.label-facebook {
    border-color: #405a91;
    background: #3B5998 none repeat scroll 0 0;
    color: #fff;
    opacity: 0.8;
}

    .label-facebook:hover, .label-facebook:focus, .label-facebook:active {
        color: #fff;
        opacity: 0.95;
        outline: 0 none;
    }





/*Avatar*/

.avatar-ico {
    bottom: 0;
    left: 50%;
    opacity: 0.9 !important;
    padding-left: 5% !important;
    padding-right: 5% !important;
    position: absolute;
    margin: 0 !important;
}

    .avatar-ico i {
        opacity: 0.9 !important;
    }



/*Panels*/


.panel-group .panel {
    margin-left: 4px !important;
    margin-top: 15px !important;
}

.panel-heading {
}


/*Pills*/

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: rgba(117, 114, 98, 0.8);
}


.nav-pills > li > a, .nav-pills > li > a:hover, .nav-pills > li > a:focus {
    color: #565a5c;
}


/*Modal*/
.modal-header {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}



/*COLS*/
.center-block {
    float: none !important;
}








/*NAVBAR*/

.navbar {
    min-height: 75px !important;
}


.navbar-inner {
    height: 74px;
    color: white !important;
}

.navbar-margin {
    margin-top: 90px;
    padding-bottom: 90px;
}


.navbar-fixed-height {
    max-height: 82px !important;
    overflow: hidden;
}

.navbar-collapse {
    min-height: 60px !important;
    transition: all 0.5s ease 0s;
}

.navbar .container-fluid {
    /*background-color: #c2bca2 !important;*/
}

nav.classic {
    /*background: #c2bca2 none repeat scroll 0 0 !important;*/
    border: 0 none;
    border-radius: 0 !important;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0) inset, 0 1px 2px rgba(0, 0, 0, 0.376);
}


.navbar-nav li a {
    line-height: 45px !important;
    /*padding-top: 20px !important;*/
    /*padding-bottom: 20px !important;*/
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    border-radius: 3px;
}



.navbar-nav li.active a {
    background-color: red !important;
}

.navbar-brand-name {
    line-height: 45px !important;
    /*padding-top: 20px !important;*/
    /*padding-bottom: 20px !important;*/
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    padding-bottom: 0 !important;
    padding-top: 0 !important;
    border-radius: 3px;
}


/*Footer*/
.footer {
    background: white none repeat scroll 0 0;
    border-top: 1px solid #e7eaec;
    bottom: 0;
    left: 0;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    transition: all 0.5s ease 0s;
}

    .footer.fixed_full {
        background: white none repeat scroll 0 0;
        border-top: 1px solid #e7eaec;
        bottom: 0;
        left: 0;
        padding: 10px 20px;
        position: fixed;
        right: 0;
        z-index: 1000;
    }


    .footer.fixed {
        background: white none repeat scroll 0 0;
        border-top: 1px solid #e7eaec;
        bottom: 0;
        left: 0;
        margin-left: 220px;
        padding: 10px 20px;
        position: fixed;
        right: 0;
        z-index: 1000;
    }

    .footer.bk-transparent {
        background: rgba(255, 255, 255, 0.25) none repeat scroll 0 0 !important;
        border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
    }



.alert-sm {
    padding: 8px;
}

.label-control.input-icon, .alert .input-icon {
    height: auto;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-image: url("../media/loadingload.gif");
    text-indent: 32px !important;
    font-weight: bold;
    text-transform: capitalize;
    display: inline-block;
}


.label-control.warning, .alert.alert-warning .input-icon {
    background-image: url("../media/warningx48.png");
}


.label-control.error, .label-control.danger, .alert.alert-danger .input-icon {
    background-image: url("../media/failurex48.png");
}


.label-control.success, .alert.alert-success .input-icon {
    background-image: url("../media/successx48.png");
}


.label-control.loading, .alert.alert-info .input-icon {
    background-image: url("../media/dlg_info.png");
}

/*FormControl*/


.form-control {
    background-size: 0;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}

    .form-control:focus {
        border-color: rgba(94,87,68,0.6);
        box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(94,87,68, 0.6);
    }

    .form-control.input-icon {
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 24px auto;
    }

    .form-control.error {
        border: 1px solid #e34f79 !important;
        background-image: url("../media/failurex48.png");
    }

        .form-control.error:focus {
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(227, 79, 121, 0.6) !important;
        }

    .form-control.success {
        border: 1px solid #8ac400 !important;
        background-image: url("../media/successx48.png");
    }

        .form-control.success:focus {
            box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(138, 196, 0, 0.6) !important;
        }





    .form-control:disabled {
        background-color: #f7f7f7 !important;
        cursor: default;
        opacity: 0.5 !important;
    }



/*ToolTip*/

.tooltip-inner {
    max-width: 650px;
    min-width: 128px;
    width: 192px !important;
    text-align: left;
    padding: 8px 10px 10px 48px;
    border-radius: 8px;
}

    .tooltip-inner img {
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }

    .tooltip-inner span:first-of-type {
        font-weight: bold;
    }


.changecolor + .tooltip > .tooltip-inner {
    background-color: #fff;
    color: #000;
    border: 1px solid #CCCCCC;
    font-size: 14px;
}


.changecolor.loading + .tooltip > .tooltip-inner {
    background: #e3f7fc url('../Media/loadingload.gif') no-repeat 10px 50% / 20px 20px;
    border: 2px solid #04719a;
    width: 256px !important;
}


.changecolor.failure + .tooltip > .tooltip-inner {
    background: #ffecec url('../Media/failurex48.png') no-repeat 10px 50% / 20px 20px;
    border: 2px solid #E34F79;
    width: 256px !important;
}

.changecolor.success + .tooltip > .tooltip-inner {
    background: #e9ffd9 url('../Media/successx48.png') no-repeat 10px 50% / 20px 20px;
    border: 2px solid #8ac400;
    width: 256px !important;
}

.changecolor.loading + .tooltip.right > .tooltip-arrow {
    border-right: 5px solid #04719a !important;
}

.changecolor.failure + .tooltip.right > .tooltip-arrow {
    border-right: 5px solid #E34F79 !important;
}


.changecolor.success + .tooltip.right > .tooltip-arrow {
    border-right: 5px solid #8ac400 !important;
}

.changecolor + .tooltip.top > .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #CCC;
}

.changecolor + .tooltip.left > .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #CCC;
}

.changecolor + .tooltip.bottom > .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #CCC;
}

.changecolor + .tooltip.right > .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 5px solid #CCC;
}


.progress.progress-bar-xs {
    height: 15px !important;
}

    .progress.progress-bar-xs .progress-bar {
        font-size: 70%;
    }


.breadcrumb {
    background-color: #ffffff;
    margin-bottom: 0;
    padding: 0;
}

    .breadcrumb > .active {
        color: inherit;
    }

    .breadcrumb > li a {
        color: inherit;
    }



/*Chosen*/

.chosen-container-single .chosen-single {
    background: #fff none repeat scroll 0 0 !important;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 100%;
    height: 34px;
    line-height: 34px;
    padding-left: 16px;
}

.chosen-container .chosen-drop {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 5px 7px 0 rgba(102, 175, 233, 0.6);
}

.chosen-container-single .chosen-single div b {
    background: rgba(0, 0, 0, 0) url("chosen-sprite.png") no-repeat scroll 0 8px !important;
}


.chosen-container .chosen-drop {
    border-color: rgba(94, 87, 68, 0.6);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(94, 87, 68, 0.6);
}

/*Select*/

.bootstrap-select > .dropdown-toggle {
    height: 24px;
    padding-bottom: 0;
    padding-top: 0;
}



/*Lables*/

.label-fs-default {
    background-color: #7c786a;
    font-style: italic;
    font-weight: 600;
    padding: 5px;
}

.label-small-font {
    font-size: 13px !important;
}

.label-fs-warning {
    background-color: #cc6628;
    font-size: 13px;
    font-style: italic;
    font-weight: 600;
}

.label-large-font {
    font-size: 16px !important;
}

.label-block {
    padding-top: 7px;
    min-height: 32px;
    display: block;
}


/*Datatables*/


table.dataTable.display.dt-row64 tbody tr {
    min-height: 64px;
    height: 64px;
}

table.dataTable.display.dt-row64 tbody td:first-child {
    /*min-width:70px;*/
    /*padding-right:28px;
    padding-left:18px;*/
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1;
}

table.dataTable.display tbody tr.even > .sorting_1, table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #fafafa;
}

table.dataTable.display tbody > tr.odd.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.odd.selected > .sorting_1 {
    /*background-color: #a6b4cd !important;*/
    background-color: transparent !important;
}

table.dataTable.display tbody > tr.even.selected > .sorting_1, table.dataTable.order-column.stripe tbody > tr.even.selected > .sorting_1 {
    /*background-color: #a6b4cd !important;*/
    background-color: transparent !important;
}


table.dataTable {
    border: 0px solid #ddd;
}

    table.dataTable tbody tr.selected {
        font-weight: 600;
    }

    table.dataTable.dt-border td {
        border-bottom: 1px solid #ddd;
    }


    table.dataTable.border td:first-child, table.dataTable tbody th:first-child {
        border-left: 1px solid #ddd;
    }

    table.dataTable.border td:last-child {
        border-right: 1px solid #ddd;
    }


    table.dataTable th {
        padding-left: 5px;
        background: white !important;
    }

    table.dataTable.dt-hborder th {
        border-right: 1px solid #ddd;
        border-left: 1px solid #ddd;
        border-top: 1px solid #ddd;
        border-bottom: 2px solid #ddd !important;
    }

    table.dataTable th input[placeholder] {
        font-size: 90%;
        font-weight: normal;
    }


    table.dataTable td .form-control {
        width: 100%;
    }


.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: rgba(94, 87, 68, 0.85);
    border-color: rgba(94, 87, 68, 1);
}

.pagination > li > a, .pagination > li > span {
    color: rgba(94, 87, 68, 0.85);
}


/*Data Tables*/
table.dataTable thead th, table.dataTable thead td {
    border-bottom: 1px solid rgba(94, 87, 68, 0.5) !important;
}

table.dataTable tfoot th, table.dataTable tfoot td {
    border-top: 1px solid rgba(94, 87, 68, 0.25) !important;
    padding: 10px 18px 6px;
}

table.dataTable th, table.dataTable tbody td {
    padding: 8px 10px;
}


.dtr-title input {
    display: none !important;
}


table.dataTable.filigran {
    background-color: rgba(242, 241, 237, 0.33);
    background-image: url("../media/FiligraneB.png");
    background-position: right 100%;
    background-repeat: no-repeat;
    /*background-size: auto 90%;*/
    background-size: 30% auto;
}


table.dataTable tbody tr {
    background-color: rgba(255, 255, 255, 0.5);
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: rgba(249, 249, 249, 0.5);
}

table.dataTable tbody tr.selected {
    /*background-color: #dce0e0 !important;*/
    background: rgba(243, 139, 37, 0.66) none repeat scroll 0 0 !important;
    border: 1px double #f38b25 !important;
    transition: all 0.3s ease 0s;
}

table.dataTable:hover tbody tr:hover, table.dataTable.display tbody tr:hover {
    /*background-color: #f6f6f6;*/
    background: rgba(243, 139, 37, 0.15) none repeat scroll 0 0;
}


/**/

.left-inner-addon {
    position: relative;
}

    .left-inner-addon input {
        padding-left: 30px;
    }

    .left-inner-addon i {
        position: absolute;
        padding: 10px 12px;
        pointer-events: none;
        opacity: 0.5;
    }

.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;
    }
