.err {
    border: 1px solid red !important;
}

.err-text, .help-block {
    color: red !important;
}

.green {
    color: green;
}

.modal-body {
    overflow-y: scroll;
    max-height: 500px;
}

.resume img {
    width: 50%;
}

.scholars_list, .hide_schdule, #downloadPDF, .downloadPDF, #buy_this_popup, .auth_popup, .popup_buy_one {
    display: none;
}
.auth_popup{
    z-index: 999999;
    position: absolute;
    right: 0;
    background: white;
    padding: 20px;
    border: 1px solid black;
    text-align: center;
}
.auth_popup a{
    color: #0a86e9 !important;
}
.auth_popup a:hover {
    background: transparent !important;
    color: #0888ed !important;
}
.auth_popup_mob{
    position: fixed;
    right: 20px;
    left: 20px;
    top: 25%;
}
.popup_buy_one{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #ffffff99;
}
.popup_buy_one > div{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.popup_buy_one > div > div{
    width: 50%;
    border: 1px solid black;
    padding: 20px;
    text-align: center;
    background: white;
}
.popup_buy_one .matrix_name{
    font-size: 3em;
    line-height: 2em;
    font-weight: bold;
}
.popup_buy_one .matrix_description{

}
.popup_buy_one .matrix_price{
    font-size: 3em;
    line-height: 2em;
    font-weight: bold;
}
.popup_buy_one .matrix_close{
    line-height: 4em;
}
.popup_buy_one .matrix_close a{
    color: #0a86e9;
}
.widget {
    margin-bottom: 0px;
}

.have_schedule {
    border: 1px solid green;
    cursor: pointer;
}

.calendar_load {
    text-align: center;
}

.calendar_load {
    margin-bottom: 20px;
}

.calendar_load .navi {
    color: #fff;
}

/*
#mainnav, .navbar{
    display: none !important;
}*/
.dashboard-wrapper {
    margin: 20px 0px;
}

header {
    left: 10px;
}

.dev-text {
    margin: 20px 10px 0 0;
    height: 32px;
    line-height: 32px;
    float: right;
}

.btn-moon {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #618ea7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#628fa8), to(#628fa8));
    background-image: -webkit-linear-gradient(top, #6794ad, #00BCD4);
    background-image: -moz-linear-gradient(top, #d13736, #d13736);
    background-image: -ms-linear-gradient(top, #d13736, #d13736);
    background-image: -o-linear-gradient(top, #d13736, #d13736);
    background-image: linear-gradient(top, #d13736, #d13736);
    border-color: #618ea7 #00BCD4 #5e8ba3;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.btn-moon:hover {
    color: white;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #618ea7;
    background-image: none !important;
    border-color: #618ea7 #00BCD4 #5e8ba3;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}

.activation_text {
    margin-bottom: 25px;
    color: green;
    font-size: 26px;
}

/*.reportabug_btn{
    background: #7d95f0;
    color: white;
}*/
.upgrade_btn {
    background: #579aff;
    color: white;
}

.label-bug {
    float: none !important;
    text-align: left !important;
    width: auto !important;
}

.label-bug > input {
    padding: 0px;
}

header #mini-nav li {
    background: #585f70;
    color: white;
}

.modal {
    /*position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 800px;
    margin-left: -400px;
    background-color: white;
    *: ;
    border: 1px solid #999999;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-box-sizing: padding-box;
    -moz-box-sizing: padding-box;
    box-sizing: padding-box;
    outline: none;*/
}

#dt_example {
    overflow-x: auto;
}

#upgrade_tarif {
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

#upgrade_tarif form {
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    flex-wrap: nowrap;
    flex-direction: column;

}

#upgrade_tarif .modal-body {
    display: flex;
    height: 100%;
    max-height: 100% !important;
    align-items: center;
    justify-content: center;

}

#upgrade_tarif .row-fluid {
    height: 100%;
    display: flex;
    align-items: center;
}

.tarif_u {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-size: 2em;
    line-height: 2em;
    text-align: center;
}

.tarif_u.active {
    border: 2px solid blue;
}

.upgradeT {
    height: 100%;
}

.upgradeT dt {
    font-size: 2em;
    line-height: 2em;
    border-bottom: 1px solid;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.upgradeT dd {
    display: none;
    font-size: 2em;
    line-height: 2em;
    border-bottom: 1px solid #c1443d;
}

.upgradeT dd li {
    line-height: 1.5em;
}

.select_tarif {
    display: none;
}

.q_devices, .price30 {
    font-size: 0.7em;
}

/*
.upgradeTplus{
    font-size: 1em;
    height: 2em;
    display: flex;
    align-items: center;
}*/
.upgradeTplus span {
    border: 2px solid #c1443d;
    width: 1em;
    height: 1em;
    display: flex;
    text-align: center;
    border-radius: 2em;
    align-items: center;
    justify-content: center;
}

header .logo {
    max-width: 380px;
    max-height: 50px;
    margin: auto;
    font-size: 21px;
    color: #e6e7ef;
    font-weight: 500;
    float: left;
    position: absolute;
    height: 50px;
    top: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
   /* top: 12px;
    left: 26px;*/
}
@media (max-width: 767px){
    header {
        margin: 15px 0 0 0;
    }
}
@media (max-width: 767px) {
    header .logo {
        top: 0px !important;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    header .logo {
        top: 10px;
    }
    header span{
        display: none;
    }
}


.accordion-heading-remove {
    display: block;
    padding: 8px 12px;
    color: #4d4d4d;
    background-color: #f7f7f7;
    background-image: -webkit-gradient(linear, left top, left bottom, from(white), to(#f7f7f7));
    background-image: -webkit-linear-gradient(top, white, #f7f7f7);
    background-image: -moz-linear-gradient(top, white, #f7f7f7);
    background-image: -ms-linear-gradient(top, white, #f7f7f7);
    background-image: -o-linear-gradient(top, white, #f7f7f7);
    background-image: linear-gradient(top, white, #f7f7f7);
    font-size: 13px;
}

.articles-menu{
    max-width: 80%;
    border: 0px !important;
    background: transparent !important;
    margin: 3px 0 0 0 !important;
}
@media (min-width: 1300px){
    .articles-menu {
        max-width: 50%;
    }
}
@media (min-width: 2000px){
    .articles-menu {
        max-width: 30%;
    }
}
.articles-menu ul{
    background: transparent !important;
    border: 1px solid white;
    float: right;
}
.articles-menu ul.articles-menu1{
    border-bottom: 0;
}