@font-face {
    font-family: 'FjallaOne';
    src: url("../fonts/fontawesome-webfont.eot");
    src: url("../fonts/FjallaOne-Regular.ttf") format("truetype"), url("../fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff") format("woff"), url("../fonts/fontawesome-webfont.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    color: #333;
    background-color: #ffffff;
}

.fjallaone {
    font-family: FjallaOne !important;
}

.style-normal {
    font-style: normal !important;
}

.dash-menu {
    position: relative;
    width: 1000px;
    height: 300px;
}

.orange-bg {
    background-color: #FAB836;
}

.white-bg {
    background-color: #FFFFFF;
}

.white {
    color: #FFFFFF;
}

.black {
    color: #232323;
}

.black-bg {
    background-color: #white;
}

.yellow-bg {
    color: #F08A24 !important;
}

.blue {
    color: #0098d8;
}

.blue-bg {
    background-color: #0098d8;
}

.green {
    color: #0098d8;
}

.green-bg {
    background-color: #0098d8;
}

.grey {
    color: #232323;
}

.grey-bg {
    background: #4B4E6D !important;
}

.grey-soft-bg {
    background-color: #666666;
}

.grey-soft {
    color: #666666;
}

.margin-top{
    margin-top: 150px;
}

.margin-top-sign-in{
    margin-top: 10px;
}

.padding-bottom{
    padding-bottom: 50px;
}


.top-bar {
    /*position: fixed;
    width: 100%;*/
    background-color: #333;
}

.tab-bar {
    width: 2.8em;
    position: absolute;
    background: #232323 !important;
}

.title-modals {
    position: relative;
    margin: 0 -30px 20px -30px;
    padding-top: 1px;
    border-bottom: 1px solid #ddd;
    background: #eee;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.reveal-modal>:first-child {
    margin-top : -50px !important;
}

.reveal-modal .close-reveal-modal {
    font-size: 2rem !important;
    top: 1px !important;
    right: 10px !important;
    font-weight: normal !important;
}

select {
    margin: 0 0 1rem 0 !important;
    font-size: 0.875rem !important;
}

/*.inner-wrap{
    min-height: 100vh;
}*/

.top-bar-section li:not(.has-form) a:not(.button){
    background: #232323 !important;
}

.bar-profile {
    position: relative;
    width: 965px;
    height: 170px;
    left: 400px;
    background-color: #EFEFEF;
}

.left-bar {
    left: 800px;
}

.button-red {
    background-color: red;
}

.img-logo-ibs {
    #max-width: 45% !important;
    #height: auto;
}

.max-height {
    min-height: 100vh;
}

.max_height_bis {
    height: 100%;
}

.max-width {
    width: 100%;
}

.margin-bottom-50 {
    margin-bottom: 50px;
}

.bar-bottom {
    position: relative;
    bottom: 0;
    height: 20px;
    width: 100%;
    background: #333;
    color: white;
}

.button {
    margin: 2px;
}

.icon-bar {
    background-color: #232323;
    position: absolute;
}

.icon-bar .item .fa {
    color: white;
}

.my_center {
    width: 50%;
    margin: auto;
}

.my_center_bis {
    width: 100%;
    margin: auto;
}

.text-little {
    font-size: 0.75rem;
}


tr.success
{
    background-color: #43AC6A;
}

tr.warning
{
    background-color: #F08A24;
}

tr.alert
{
    background-color: #F04124;
}

.full {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    max-width: initial;
}

.tabs {
    padding: 0;
}


.tabs-content {
    padding-bottom: 0.9375rem;
}

.left-radius{
    border-top-left-radius: 3px !important;
    border-bottom-left-radius: 3px !important;
}

.right-radius{
    border-top-right-radius: 3px !important;
    border-bottom-right-radius: 3px !important;
}

.button-left-radius{
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}

.button-right-radius{
    border-left: 1px solid #fff;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    margin-left: -7px;
}

.button-middle{
    border-left: 1px solid #fff;
    margin-left: -7px;
}

.dataTables_length {
    width: 100px;
}

.dataTables_wrapper {
    padding: 10px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
    background: #eee;
}

/*CSS - PART FOOTER - START*/

/*.footer{
    position: fixed;
    float:left;
    width:100%;
    line-height: 30px;
    bottom:0;
    height:30px;
    background-color:#222222;
}
.copyright{
    text-align:center;
    color:#FFF;
}*/

footer{
    position: fixed;
    bottom: 0px;
}


.first-part-footer {
    clear: left;
    position: absolute;
    background: #232323;
    z-index: 10;
    width: 100%;
    bottom: 0px;
    margin-top: 270px;
}

.footer-bottom{
    bottom: 200px !important;
}

.first-part-footer > img {
    position: absolute;
    right: 0;
    bottom: 50px;
    width: 10%;
}

.button-footer-contact {
    border: 1px solid #fff;
    background-color: #232323;
    color: #fff;
    height: 45px;
    width: 200px;
    margin-left: 50px;
    padding: 10px 30px;
    font-size: 1rem;
    vertical-align: middle;
}

.button-footer-contact:hover {
    background-color: #fff;
    color: #232323;
}

.second-part-footer {
    height: 30px;
    width: 100%;
    bottom: 0;
}

.third-part-footer {
    height: 30px;
    width: 100%;
    bottom: 0;
    background: #232323;
}
/*CSS - PART FOOTER - END*/

.switch-on {

    position: absolute;

    left: -55px;

    top: 10px;

    color: white;

    font-weight: bold;

    font-size: 9px;
}

.switch-off {

    position: absolute;

    left: -25px;

    top: 10px;

    color: white;

    font-weight: bold;

    font-size: 9px;
}

.light-wisteria {
    background-color: #BE90D4;
}
.light-wisteria:hover {
    background-color: #9B59B6;
}
.light-wisteria:focus {
    background-color: #9B59B6;
}

.saffron {
    background-color: #F4D03F;
}
.saffron:hover {
    background-color: #E9D460;
}
.saffron:focus {
    background-color: #E9D460;
}

.un {
    background-color: #1abc9c !important;
}

.deux {
    background-color: #34495e !important;
}

.trois {
    background-color: #3498db !important;
}

.quatre {
    background-color: #f1c40f !important;
}

.cinq {
    background-color: #f39c12 !important;
}

.six {
    background-color: #f89406 !important;
}

.sept {
    background-color: #9b59b6 !important;
}

.huit {
    background-color: #c0392b !important;
}

.neuf {
    background-color: #2ecc71 !important;
}

.dix {
    background-color: #e74c3c !important;
}