﻿@font-face {
    font-family: myfont;
    src: url('font/t2217.otf');
}

@font-face {
    font-family: myfont2;
    src: url('font/DroidKufi-Regular.ttf');
}


.myfooter {
    /*background-color:cornflowerblue;*/
    background-color: #cf6797;
    padding-top: -10px;
    font-family: myfont;
    text-align: justify;
}

.subfooter {
    background-color: #59062d;
    color: white;
    padding: 10px;
    text-align: center;
}

/*#load{
    width:100%;
    height:100%;
    position:fixed;
    z-index:9999;
    background:url("https://www.creditmutuel.fr/cmne/fr/banques/webservices/nswr/images/loading.gif") no-repeat center center rgba(0,0,0,0.25)
}*/


.myfooter a {
    color: azure;
}

.myfooter p {
    color: azure;
}

.myfooter h3, ul, p {
    margin-bottom: 20px;
    font-family: myfont2;
}

#searchName {
    width: 130px;
    border: 2px solid #ccc;
    border-radius: 90px;
    background-color: white;
    background-image: url('../images/iconsSearch.png');
    background-repeat: no-repeat;
    background-position: 10px 10px;
    padding: 12px 20px 12px 40px;
    transition: width 0.4s ease-in-out;
    color: blue;
}

    #searchName:focus {
        width: 100%;
        color: #1049a3;
        border-color: #f47521;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(244,117,33,.6);
    }

    #searchName:hover {
        width: 100%;
        color: #1049a3;
        border-color: #f47521;
        outline: 0;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(244,117,33,.6);
    }

.img-size {
    font-size: 90px;
}

.navbar-user {
    padding: 10px;
    padding-bottom: 0px;
    width: 350px;
}


/* @group Blink */
.blink {
    -webkit-animation: blink .75s linear infinite;
    -moz-animation: blink .75s linear infinite;
    -ms-animation: blink .75s linear infinite;
    -o-animation: blink .75s linear infinite;
    animation: blink 1.75s linear infinite;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 1;
    }

    50.01% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@keyframes blink {
    0% {
        opacity: 0;
        color: yellow;
    }

    50% {
        opacity: 1;
        color: blue;
    }

    50.01% {
        opacity: 1;
        color: brown;
    }

    100% {
        opacity: 0;
        color: deeppink;
    }
}

.ahmad:hover {
    width: 100%;
    color: #1049a3;
}

.colorToall {
    background-color: #ccc;
}

.space {
    padding-left: 0px;
    padding-right: 0px;
}

.chosen-container {
    width: 100% !important;
}

    .chosen-container .chosen-results li.highlighted,
    .chosen-container-multi .chosen-results li.highlighted {
        background-color: #2bb5dc;
        background-image: none;
    }

form .form-group {
    margin-bottom: 10px;
}

form .form-control:focus {
    border-color: #f47521;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(244,117,33,.6);
}

form .form-control:hover {
    border-color: #f47521;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(244,117,33,.6);
}

form .chosen-single:hover {
    border-color: #f47521;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(244,117,33,.6);
}

form .chosen-container:hover {
    border-color: #f47521;
    outline: 1px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 2px 2px rgba(0,0,0,.075),0 0 8px rgba(244,117,33,.6);
}

form .chosen-container:focus {
    border-color: #f47521;
    outline: 0;
    -webkit-box-shadow: inset 2px 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(244,117,33,.6);
}

form .checkbox:hover {
    border-color: #f47521;
    outline: 0;
    -webkit-box-shadow: inset 2px 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(244,117,33,.6);
}
 /*background:#f5f5f5;*/
/*footer {
   
    padding-top: 10px;
    border-top: 1px solid #e0dcdc;
    margin-top: 25px;
}*/
.text-center {
    text-align: center;
}
footer {
    margin-top: 20px !important;
    position: fixed;
    bottom: 0;
    right: 0;
    height: 60px;
    width: 100%;
    text-align: center;
    padding: 20px 0;
    color: #999;
    font-weight: normal;
    background-color: #f7f7f7;

}
#page-container2 {
  position: relative;
  min-height: 100vh;
}

#content-wrap2 {
  padding-bottom: 2.5rem; 
}

#footer2 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2.5rem;      
}
/***********************************************************************************************************************/
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.jobs_page_selector.form-control:focus,
.jobs_per_page_selector.form-control:focus {
    border-color: #a3b0a8 !important;
    outline: 0 !important;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6) !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(244,117,33,.6) !important;
}

.job-tags .list-group-item,
.list-group-item:first-child,
.list-group-item:last-child,
.chosen-container.chosen-with-drop .chosen-drop,
.modal-content,
.progress,
.search-choice,
.tooltip-inner {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}

.profile,
.job {
    margin: 0 0 15px;
    border: 1px solid #ccc;
    cursor: pointer;
}

.profile,
.job {
    border: 1px solid #ccc;
}

    .profile .profile-content,
    .profile .job-content,
    .job .profile-content,
    .job .job-content {
        padding: 10px 15px;
    }

    .profile h4,
    .job h4 {
        font-weight: 700;
        display: inline;
    }

    .profile .share-btn,
    .job .share-btn {
        display: inline !important;
        margin-top: -8px;
        margin-right: 5px;
    }

    .profile .profile-img,
    .profile .job-img,
    .job .profile-img,
    .job .job-img {
        padding: 0;
    }

        .profile .profile-img img,
        .profile .job-img img,
        .job .profile-img img,
        .job .job-img img {
            margin: 0 auto;
        }

        .profile .profile-img img,
        .profile .job-img img,
        .job .profile-img img,
        .job .job-img img {
            margin: 0 auto;
        }

    .profile dl,
    .job dl {
        margin-bottom: 0;
        font-size: 12px;
    }

.profile-content,
.profile-img,
.job-content,
.job-img {
    padding: 10px;
}

.profile-content,
.profile-img,
.job-content,
.job-img {
    padding: 10px 0 0;
}

.profile:hover,
.job:hover {
    background-color: #c3d2da;
}

.profile:hover,
.job:hover {
    background: 0;
}

.profile:hover,
.job:hover {
    background-color: #f5f5f5;
}
/***********************************************************************************************************************/
/*.chosen-container-single {
 border-color:#f47521;
 outline:0;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
 box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(244,117,33,.6)
}*/

/*.chosen-single {
 border-color:#f47521;
 outline:0;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
 box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(244,117,33,.6)
}*/
/*.chosen-drop {
 border-color:#f47521;
 outline:0;
 -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
 box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(244,117,33,.6)
}*/
