[ng\:cloak], [ng-cloak], .ng-cloak {
    display: none;
}
*:focus {
    outline: 0;
}
a {
    outline: 0 !important;
}
.full-width-min {
    min-width: 100% !important;
}
.disabled {
    z-index: 1000;
    background-color: lightgrey;
    opacity: 0.6;
    pointer-events: none;
}
.pointer {
    cursor: pointer;
}
.widget {
    margin-top: 0;
}
#wrapper {
    position: relative;
    min-height: 100%;
}
#auth {
    height: 100%;
}
#auth .logo {
     width: 200px;
     margin: 0 auto;
     margin-bottom: 30px;
}
#auth .logo img {
    width: 100%;
}
#ngProgress {
    margin: 0;
    padding: 0;
    z-index: 99998;
    opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
#ngProgress-container {
    position: absolute;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}

.blockLastCategoryWorked{
    margin-top: 10px;
}

#seeAllCategory{
    margin-top: 40px;
    margin-bottom: 25px;
}
.loginscreen  {
    margin-top: 20px;
}

/***
    Learning
***/
.fa-volume-up, .fa-volume-off {
    font-size: 2em;
}
.fa-volume-off {
    cursor: pointer;
}
.fa-volume-off:hover {
    color: #1c84c6;
}
#learning h2 {
    font-size: 50px;
    text-transform: capitalize;
}
.learning .progress {
    height: 12px;
}
.learning .progress-bar {
    background-color: #1dc5a3;
}
.audio {
    width: 15px;
    position: absolute;
    right: 20px;
    top: 5px;
}

/***
    DisplayWord
***/
#display-learning ul {
    padding: 10px;
}
#display-learning li {
    list-style: none;
}
#display-learning li.divider {
    background-color: #F0F0F0;
}
#display-learning li.desc {
    margin-top: 20px;
}
#display-learning li.next {
    margin-top: 15px;
}

/***
    QCM
***/
#qcm-learning button.active {
    background-color: #1c84c6;
    box-shadow: none;
}
#qcm-learning button {
    height: 45px;
}
#qcm-learning .select {
    margin-top: 20px;
}

/***
    Taping
***/
#taping-learning #taping-form {
    margin-top: 15px;
}
#taping-learning input#taping {
    height: 45px;
    margin-bottom: 20px;
}
#taping-learning input#taping.btn-success, #taping-learning input#taping.btn-danger {
    color: #fff !important;
    -webkit-text-fill-color: #fff !important;
}

/***
    Catégories
***/
#categories {
    overflow: inherit !important;
}
#categories .panel {
    border-radius: 8px;
    box-shadow: 0 2px 2px #ccc;
}
#categories .panel.disabled {
    box-shadow: none;
}
#categories .panel-heading {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
#categories .panel-footer {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
#isotopeContainer {
    overflow: inherit !important;
}


/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
/* End: Recommended Isotope styles */
/* disable CSS transitions for containers with infinite scrolling*/
.isotope.infinite-scrolling {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}
/**** Isotope styles ****/
/* required for containers to inherit vertical size from window */
html,
body {
    height: 100%;
}
#container {
    border: 1px solid #666;
    padding: 5px;
    margin-bottom: 20px;
}
.element {
    width: 110px;
    height: 110px;
    margin: 5px;
    float: left;
    overflow: hidden;
    position: relative;
    background: #888;
    color: #222;
    -webkit-border-top-right-radius: 1.2em;
    -moz-border-radius-topright: 1.2em;
    border-top-right-radius: 1.2em;
}
.element.alkali { background: #F00; background: hsl( 0, 100%, 50%); }
.element.alkaline-earth { background: #F80; background: hsl( 36, 100%, 50%); }
.element.lanthanoid { background: #FF0; background: hsl( 72, 100%, 50%); }
.element.actinoid { background: #0F0; background: hsl( 108, 100%, 50%); }
.element.transition { background: #0F8; background: hsl( 144, 100%, 50%); }
.element.post-transition { background: #0FF; background: hsl( 180, 100%, 50%); }
.element.metalloid { background: #08F; background: hsl( 216, 100%, 50%); }
.element.other.nonmetal { background: #00F; background: hsl( 252, 100%, 50%); }
.element.halogen { background: #F0F; background: hsl( 288, 100%, 50%); }
.element.noble-gas { background: #F08; background: hsl( 324, 100%, 50%); }
.element * {
    position: absolute;
    margin: 0;
}
.element .symbol {
    left: 0.2em;
    top: 0.4em;
    font-size: 3.8em;
    line-height: 1.0em;
    color: #FFF;
}
.element.large .symbol {
    font-size: 4.5em;
}
.element.fake .symbol {
    color: #000;
}
.element .name {
    left: 0.5em;
    bottom: 1.6em;
    font-size: 1.05em;
}
.element .weight {
    font-size: 0.9em;
    left: 0.5em;
    bottom: 0.5em;
}
.element .number {
    font-size: 1.25em;
    font-weight: bold;
    color: hsla(0,0%,0%,.5);
    right: 0.5em;
    top: 0.5em;
}
.variable-sizes .element.width2 { width: 230px; }
.variable-sizes .element.height2 { height: 230px; }
.variable-sizes .element.width2.height2 {
    font-size: 2.0em;
}
.element.large,
.variable-sizes .element.large,
.variable-sizes .element.large.width2.height2 {
    font-size: 3.0em;
    width: 350px;
    height: 350px;
    z-index: 100;
}
.clickable .element:hover {
    cursor: pointer;
}
.clickable .element:hover h3 {
    text-shadow:
    0 0 10px white,
    0 0 10px white
;
}
.clickable .element:hover h2 {
    color: white;
}

.category h1 {
    font-weight: bold;
}
ul.words {
    margin-top: 30px;
}
li.word {
    margin-bottom: 5px;
}
.arabic-value {
    font-size: 35px;
}
.trad-value {
    line-height: 50px;
    font-size: 16px;
}
.trad-value small {
    font-size: 12px;
}
.word-state {
    padding-top: 15px;
}
.word-state i {
    font-size: 14px;
    margin-right: 2px;
}
.help_popup:hover{
    cursor: pointer;
}

#bloc_learn_words
{

}
.category_not_dispo{
    opacity: 0.650;
}
#btn_create_account{
    font-size: 14px;
}

@media (max-width: 768px) {
    .arabic-value {
        font-size: 30px !important;
    }
    .trad-value {
        font-size: 14px !important;
        line-height: 14px !important;
    }
    .m-l-xs {
        margin-left: 0px !important;
    }
    .word-state {
        padding-top: 10px !important;
    }
    #taping-form .btn-danger {
        margin-top: 5px;
        font-size: 12px;
    }

    .widget{
        padding: 10px;
    }
}

.bloc_nbRepeat{
    margin-top: 2px;
}

.bloc_nbRepeat:hover{
    cursor: pointer;
}

.bloc_nbRepeat .nbRepeat-text{
    font-weight: bold;
    font-size: 13px;
}
.bloc_nbRepeat .badge{
    font-size: 10px;
}

#progress-nav-bar{

}

#label-progress-level
{
    margin-bottom: 5px;
}

.margin-bloc{
    margin-bottom: 10px;
}

#form_notif .form-group label
{
    text-align: left;
}

#appleid-signin {
    height: 35px !important;
    margin-bottom: 15px;
    cursor: pointer;
}
div#appleid-signin > div {
    max-width: inherit !important;
}