/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
    /*padding-top: 50px;*/
    background-color: #EEEEEE;
}


/*
 * Global add-ons
 */

.sub-header {
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
    border: 0;
}

.modBy{
    margin-top: 16px;
    font-family: Raleway, sans-serif, sanserif;
    font-weight: 600;
    font-size: 16px;
    background: #21BFA2;
    padding: 5px;
    border: 1px solid #dedede;
    border-radius: 2px;
    color: #fff;
    margin-bottom:-10px;
}
/*
 * PAGINATION
 */

.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    background-color: #21bfa2;
    border-color: #1b947b;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    color: #1c8c72;
}

.pagination>li>a, .pagination>li>span{
    color:#21bfa2;
    font-family: 'Raleway';
    font-weight: 600;
}

/* Hide for mobile, show later */
.sidebar {
    display: none;
}
@media (min-width: 768px) {
    .sidebar {
        position: fixed;
        top: 51px;
        bottom: 0;
        left: 0;
        z-index: 1000;
        display: block;
        padding: 20px;
        overflow-x: hidden;
        overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
        background-color: #f5f5f5;
        border-right: 1px solid #eee;
    }
}

/* Sidebar navigation */
.nav-sidebar {
    margin-right: -21px; /* 20px padding + 1px border */
    margin-bottom: 20px;
    margin-left: -20px;
}
.nav-sidebar > li > a {
    padding-right: 20px;
    padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #428bca;
}

label{
    margin-top:16px;
}

span.red, div.error-message, a.red{ color:red; font-weight: 600;}
.bgRed{                             background-color: #ff5b54;}

span.orange{    color:orange;}
.bgOrange{      background-color: #ffbf47;}

span.green{ color:green;}
.bgGreen{   background-color: #439a36;}

span.grey{  color:grey;}
.bgGrey{    background-color: #acacac !important;}

span.aqua{  color:#21bfa2;}
.bgAqua{    background-color: #22e6c9 !important;}

span.blue{  color: #028fbf;}
.bgBlue{    background-color: #6fd7fc !important;}

span.loyaltee{color:#1ea28c;}
.bgLoyaltee{background-color: #6ed9be !important;}


span.loyalteeDark{color: #1c8c72;}
.bgLoyalteeDark{background-color: #156753 !important;}

span.white{color:#ffffff;}
.bgWhite{background-color: #ffffff !important;}

.navIcon{
    margin-top:-5px;
}
.nav-sidebar, .nav>li {
    font-size: .95em;
}

/*a span{*/
    /*float: right;*/
/*}*/

.glypTopNav{
    margin-top:3px;
    margin-left:3px;
}

.whiteBt a{
    color:white;
}

li>div.profileBt{
    margin-top: 12px;
    margin-right: 12px;
    margin-left: 12px;
}
.required > label:after {
    content: ' *';
    color: #C3232D;
}

.imgContainerList {
    width: 108px;
    height: 50px;
}

.imgContainerList img, .imgContainerBigModal img{
    max-width: 100%;
    max-height: 100%;
}


.imgContainerBig {
    height: 40px;
    width: 100px;
}

.imgContainerEditView img{
    cursor: pointer;
    max-width: 100%;
    max-height: 100%;
}

.imgContainerBigModal {
    height: 400px;
}

.imgContainerBig img{
    max-width: 100%;
    max-height: 100%;
}

.activityIcons{
    font-size: 5em;
}

.panelIndexRounded{
    border-radius: 4px;
    padding: 10px 20px 10px 20px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    opacity: .7;
}


.panel-child p{
    color: white;
    margin: 0 0 -8px;
}

p.panelNumber{
    font-size: 2em;
    font-weight: 600;
    text-align: left;
}
p.panelDesciption{
    font-weight: 600;
    border-bottom: 1px solid #fff;
}

/*FILTERED*/

.filteredBoxes{
    margin-top:20px;
}

.afficheFiltered{
    /*border:1px solid #eee;*/
    height: 400px;
    margin-bottom: 24px;
    background-repeat:no-repeat;
    background-size:cover;
    background-position: center;
    filter:grayscale(20%);
    border-radius: 10px;
    overflow: hidden;
    /*filter:blur(5px);*/
}

.boxDataUp{
    margin-top:19px;
}

.bigNumber{
    font-weight: 600;
    font-size: 2.5em;
}

.littleBoxText{
    font-size: 12px;
}

.boxData{
    box-shadow: 0px 0px 4px rgba(117, 117, 117, 0.1);
    text-align: center;
    font-family: 'Raleway', arial, sans-serif;
    padding: 5px;
    padding-top: 25px;
    padding-bottom: 29px;
    font-weight: 600;
}

td > div > span, td > div > a > span{
    font-size: 1.3em;
    margin-top: 18px;
}

.afficheConteiner{
    background: rgba(0, 0, 0, 0.5);
    min-height: 100%;
    /*opacity: .5;*/
    border-radius: 6px;
}

.afficheTitle{
    padding: 17px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.4em;
    /*text-align: center;*/
    border-radius: 6px 6px 0px 0px;
}

.afficheTitle i{
    padding-top: 7px;
    font-size: .8em;
    margin-left: 11px;
}

a > i { color:rgba(255, 255, 255, 0.5);}
a:hover > i { color:rgba(255, 255, 255, .8);}

.afficheIcon{
    padding-top: 4px;
}

.afficeContent{
    padding: 15px;
    color: #fff;
    text-align:left;
}

.afficeContent hr{  border-top: 1px solid rgba(204, 204, 204, 0.21);}
.afficeContent span{   background: grey !important;}

.small-text-left{
    margin: 0 0 0px;
    text-align: left;
    font-size: .8em;
}

.afficheFooter{
    padding: 20px;
    background: grey;
    margin-top: 60px;
}

.btn-sorting {
    color: #949494 !important;
    background-color: #ffffff;
    border-color: #949494;
}

.darkGrayBt a{
    color: #7e7e7e !important;
}

.paginatorFilter{
    margin-bottom: 50px;
}

.activityIconsPaginator{
    font-size: 1.94em;
}

.imgTitleRounded img{
    max-width: 150%;
    max-height: 150%;
    margin: -10%;
}

.inputImageLcard{
    /*display: none !important;*/
    /*border: 1px solid #000;*/
    /*opacity: 0;*/
    /*margin-top: -26px;*/
}

.inputIcon{
    font-size: 1.7em;
    margin-bottom: 0px;
}

.imgTitleRounded{
    cursor:pointer;
    /*border-radius: 50%;*/
    overflow: hidden;

}

.imgContainerEditView{
    position: inherit;
}

.iconUploadContainer{
    padding: 10px 0px 0px 13px;
    background-color: #bd2a2a !important;
    width: 50px;
    height: 50px;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 50%;
    z-index: 10;
    display: block;
    position: absolute;
    opacity: 0;
    top: 50%;
    left: 50%;
    bottom: 0;
    right: 0;
    font-size: 20px;
    margin-left: -25px;
    margin-top: -25px;
}

.iconUploadContainer span{
    cursor: pointer;
}

.btSortAct{
    margin-bottom: 18px;
}

/*LCARDS*/


/*checkboxes*/
.lcardOptionsLabel{
    text-align: left;
    font-size: 12px;
    font-family: 'Raleway', sans-serif;
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 14px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 14px;
    padding-top: 4px;
}
/* 1- Hide the browser's default checkbox */
.lcardOptionsLabel input {
    position: absolute;
    opacity: 0;
}

/* 2- Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #d9d9d9;
    border-radius: 4px;
    border:1px solid #23b795;
    margin-left: 0px;
}

/* 2.5- Create a custom checkbox */
.lcardOptionsLabel input:disabled ~ .checkmark {
    background-color: #8a8a8a !important;
    border-color: #656565;
    cursor: not-allowed;
}

.lcardOptionsLabel input:disabled ~ .checkmark:after {
    border-color: #b5b5b5 !important;
}

/* 3- On mouse-over, add a grey background color */
.lcardOptionsLabel:hover input ~ .checkmark {
    background-color: #23b795;
}

/* 4- When the checkbox is checked, add a blue background */
.lcardOptionsLabel input:checked ~ .checkmark {
    background-color: #21dabd;
}

/* 5- Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* 6- Show the checkmark when checked */
.lcardOptionsLabel input:checked ~ .checkmark:after {
    display: block;
}

/* 7- Style the checkmark/indicator */
.lcardOptionsLabel .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.recurrent input{
    visibility: hidden;
    display:none;
}

/*END CHECKBOXES*/

.modCreInfo{
    margin-top: 10px;
    /*width: 103px;*/
    text-align: left;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 12px;
}

.modCreInfo p{
    font-size: .7em;
    margin-bottom: 0px;
}

.btSaveLcard{
    margin-top:23px;
    width: 100%;
}

.imgLcardEdit{
    margin-top:19px;
}

form button{
    /*margin-top:10px;*/
}

.table-responsive{
    background: #fff;
    border-radius: 3px;
    padding: 10px;
}

.btsForm{
    margin-top:20px;
}

.pointsLabel{
    background: #1ea28c;
    font-size: 11px;
    border-radius: 100%;
    color: #fff;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 8px;
}

.calendarActivity{
    color: #8c8c8c;
}

.toolTipDashboard{
    position: absolute;
    background: #21bfa2;
    padding: 5px;
    font-size: 10px;
    z-index: 0;
    margin-left: -71px;
    margin-top: -108px;
    visibility: hidden;
    transition: 0.3s, visibility 0.3s;
    color: #ffffff;
    opacity: 0;
    border-radius: 2px;
    box-shadow: 0px 0px 10px rgba(0,0,0,.3);
}

.calendarActivity .toolTipDashboard::after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #21bfa2 transparent transparent transparent;
}

.toolTipAnimated{
    visibility: visible;
    opacity: 1;
    transform: translateY(-10px);
    z-index:3;
}

.toolTipDashboard hr{
    margin-top: 5px;
    margin-bottom: 5px;
}

.imgZoomed{
    position: absolute;
    float: left;
    margin-left: -100px;
    width: 300px;
    height: 170px;
    overflow: hidden;
    margin-top: -209px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s, visibility 0.3s;
    box-shadow: 0px 0px 10px rgba(0,0,0,.3);
}

.imgZoomed img{
    width: 100%;
    height: 100%;
}

.showBigThum{
    visibility: visible;
    transform: translateY(-20px);
    opacity: 1;
}

.actionBtns{
    float: left;
    padding-right: 7px;
}

th a, th a,th a:hover,th a:visited,th a:active,th a:link{
    color: #189982;
}

td a, td a,td a:hover,td a:visited,td a:active,td a:link{
    color:#000000;
}

/*
 * Main content
 */

.main {
    padding: 20px;
}

.loyalPlansBoxes{
     background: #e0e0e0;
     border-radius: 4px;
     padding: 12px;
     font-size: 12px;
     font-weight: bold;
     margin-bottom: 22px;
 }

@media (max-width: 1999px) {

    /*.loyalPlansBoxes{*/
        /*width: 99%;*/
    /*}*/

}


@media (max-width: 768px) {
    .main {
        padding-right: 40px;
        padding-left: 40px;
    }
}
.main .page-header {
    margin-top: 0;
}

/*LOYAL PLANS*/



/*
 * Placeholder dashboard ideas
 */

/*.placeholders {*/
/*margin-bottom: 30px;*/
/*text-align: center;*/
/*}*/

/*.placeholders h4 {*/
/*margin-bottom: 0;*/
/*}*/
/*.placeholder {*/
/*margin-bottom: 20px;*/
/*}*/
/*.placeholder img {*/
/*display: inline-block;*/
/*border-radius: 50%;*/
/*}*/
