/*
*    MAIN CSS : FRONT
*/

/* FONTS */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);

/* GLOBAL */
html {

}

body {
 font-family: 'Open Sans';
}

/* UTILS */
textarea {
    resize: none !important;
}

a {
    text-decoration: none;
    outline: 0 !important;
}

table {
    width: 100%;
}

/* HEADER */

/* FOOTER */

/* FORUM */
.more-btn,
input[type=button],
input[type=submit] {
    background: #ffac14;
    padding: 3px 7px;
    text-decoration: none;
    text-transform: uppercase;
    border: 0;
    color: #FFF;
}

.user-bar {
    color: #17a2dc;
    padding: 15px;
    background-color: #ebebeb;
    border: none;
    font-size: 20px;
}

p.date {
    color: #1678b2;
    font-weight: bold;
    padding: 10px 10px 10px 25px;
}

.forum-disconnect {
    color: #1678b2 !important;
}

.table-forum {
    margin: 0 !important;
    width: 100% !important;
}

.table-forum thead {
    background-color: #17a2dc;
    color: #FFF;
    font-size: 16px;
}

.table-forum th {
    padding: 20px;
    text-transform: uppercase;
    font-weight: normal !important;
    text-align: left;
}

.table-forum td {
    padding: 20px;
    background-color: #FFF;
    color: #4f87c6;
    font-weight: bold;
}

.table-forum td > a {
    color: #4f87c6;
    outline: 0;
}

.table-forum td:first-child {
    padding-left: 40px;
}

.table-forum img {
    margin-right: 15px;
}

.table-forum tr {
    border-bottom: 1.5px solid #1678b2;
}

.table-forum tr:last-child {
    border-bottom: none;
}

.new_topic {
    margin-bottom: 15px;
    display: none;
}

.new_topic input, .edit_message input {
    border-radius: 0 !important;
    font-size: 12px;
}

.blue-bg {
    background-color: #17A2DC !important;
    color: #FFF !important;
}

.t-topic td {
    font-weight: normal !important;
}

.table-forum small.push-small {
    text-transform: lowercase;
    margin-left: 15px;
    position: relative;
}

.first-msg td {
    background-color: #e3f1f7;
}

.no-bold {
    font-weight: normal !important;
}

.has-post-file {
    border-bottom: none !important;
}

.post-file td {
    background-color: #4f87c6;
    color: #FFF;
    padding: 5px;
}

.post-file i {
    font-size: 16px;
    margin-right: 20px;
    color: #FFF !important;
    position: absolute;
    right: -5px;
    top: 3px;
}

.t-subject td:first-child {
    padding-left: 20px !important;
}

.t-img {
    margin: 5px auto !important;
    display: block;
}

.delete-btn {
    background-color: #e74c3c !important;
}

.post-edit td {
    padding: 5px;
}

.post-edit td:first-child {
    background-color: transparent;
}

.first-msg.post-edit td {
    background-color: #e3f1f7 !important;
}

.post-edit button, .delete-btn-post {
    margin-right: 5px;
    margin-bottom: 5px;
    border: 1px solid rgba(0,0,0,0.2);
    color: rgba(0,0,0,0.2);
    background-color: transparent;
    padding: 3px 10px;
    font-size: 16px;
    display: inline-block;
}

.delete-btn-post:hover, .delete-btn-post:focus {
    color: rgba(0,0,0,0.2);
}

.edit_title, .edit_message {
    display: none;
}

.last-edit {
    font-size: 12px;
    font-style: italic;
    color: rgba(0,0,0,.2);
    text-transform: inherit !important;
}

.edit_file {
    display: none;
}

/* ADMIN TOP BAR */
.admin-top-bar {
    background-color: #2F3C4E;
    width: 100%;
    color: #FFF;
    padding: 10px;
    height: 43px;
}

.admin-bar-name {
    display: inline;
}

.admin-top-bar .pull-right {
    float: right !important;
}

.btn-admin {
    color: #FFF;
    background-color: transparent;
    border: 1px solid #FFF;
    padding: 6px 12px;
    transition-duration: 0.3s;
    text-align: center;
    margin-right: 2.5px;
}

.btn-admin:last-child {
    margin-right: -7px;
}

.btn-admin:hover, .btn-admin:focus, .btn-admin:active {
    text-decoration: none;
    color: #e74c3c;
    background-color: #FFF;
}

@media only screen and (max-width: 850px) {
    .admin-bar-name {
        display: none;
    }
    .admin-top-bar {
        text-align: center;
    }
    .admin-top-bar .pull-right {
        float: none !important;
    }
}

@media only screen and (max-width: 600px) {
    .admin-top-bar {
        display: none;
    }
}

/* Custom page */

.breadcrumbs {
    margin-bottom: 30px;
}

.block-box-title {
    text-transform: none !important;
}

.quizz-banner i.fa {
    float: none !important;
    margin: 0 10px 0 0;
    font-size: 16px !important;
}

.remodal {
    transition-duration: 0.3s;
}

.remodal-confirm, .remodal-cancel {
    padding: 12px !important;
    border-radius: 2px;
}

.questions {
    display: none;
}

.header-quizz h5 {
    color: #e74c3c;
}

.questions .post-meta div, .header-quizz .post-meta div {
    float: none;
    margin-bottom: 15px;
    display: inline-block;
}

.questions .post-wrap {
    text-align: left !important;
}

.questions .post-meta {
    margin-bottom: 15px;
}

.questions label {
    display: inline-block;
}

.radio-answer {
    margin-right: 5px;
}

.post-like i {
    transition-duration: 0.3s;
}

.post-like:hover i, .liked i {
    color: #e74c3c !important;
    transition-duration: 0.3s;
}

.liked:hover i {
    color: #a3a9b0 !important;
}

.user-bar li {
    margin-bottom: 5px !important;
}

.account-score {
    font-size: 50px;
}

.control-label {
    line-height: 40px;
}

.account-form .form-control {
    color: #2F3C4E;
}

.form-control {
    text-transform: none !important;
}

.btn {
    transition-duration: 0.3s;
    border: none;
    border-radius: 2px;
    text-transform: uppercase;
    padding: 15px;
    line-height: normal;
    color: #FFF !important;
}

.btn-primary {
    background-color: #e74c3c;
}

.btn-primary:hover {
    background-color: #263241;
}

.btn-primary-inv {
    background-color: #263241;
}

.btn-primary-inv:hover {
    background-color: #E74C3C;
}

.widget-about-img {
    width: 150px !important;
    height: 150px !important;
    border-color: #293545 !important;
}

.widget-about-img img {
    height: 142px !important;
    width: 142px !important;
}

.widget-about {
    background-color: #2F3C4E !important;
}

.first-bold::first-letter {
    font-weight: bold;
}

.lexical-entries p {
    font-style: italic;
    color: #A3A9B0;
}

.thumb-news {
    height: 70px !important;
}

.help-block {
    position: absolute;
    top: 12px;
    right: 25px;
    color: #e74c3c;
    font-size: 12px;
}

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.podium-first {
    color: #f1c40f !important;
 }

.podium-second {
    color: #bdc3c7 !important;
}

.podium-third {
    color: #e67e22 !important;
}

.podium-others {
    color: #FFFFFF !important;
}

span.time {
    float: right;
    color: #9ba1a8;
}

span.time i.fa {
    margin: 0 !important;
    font-size: 12px !important;
    color: #9ba1a8 !important;
}

.tag-link:hover {
    color: #FFF !important;
}

.tag-inv {
    background-color: #e74c3c !important;
    color: #FFF !important;
    border-color: #e74c3c !important;
}

.tag-inv:hover {
    color: #6d7683 !important;
    background-color: #f6f6f6 !important;
    border-color: #e4e6e8 !important;
}

.directory-search-input {
    font-size: 35px !important;
    line-height: 75px !important;
    border: none !important;
    background-color: transparent !important;
    font-family: "Roboto Slab","Droid Arabic Kufi", Arial, sans-serif;
    color: #9ba1a8 !important;
    width: 100%;
    text-transform: none !important;
}

textarea {
    font-family: "Open Sans", "Droid Arabic Kufi" !important;
}

.list-lexical p {
    margin: 0 !important;
}

.block-box-img:hover a:before {
    opacity: 0 !important;
}

.block-box-img img {
    width: 330px !important;
    height: 180px !important;
}

.block-box-5 li {
    border-bottom: none !important;
    position: relative;
}

.block-box-5 .post-more {
    position: absolute;
}

.img-details img {
    max-width: 175px !important;
    height: inherit !important;
}

.quizz-share {
    padding: 8px;
    background-color: #5d82d1;
    color: #FFF;
    transition-duration: 0.3s;
}

.quizz-share i {
    margin-right: 5px;
}

.quizz-share:hover {
    background-color: #2F3C4E;
}

#footer-top {
    position: relative;
}

.l-p {
    position: absolute;
    bottom: 3px;
    font-size: 10px;
    width: 100%;
    text-align: center;
}

.l-p a {
    color: #6d7683 !important;
}

.page #header {
    margin-bottom: 45px;
}

.password-login {
    position: relative;
}

.forgot-link {
    position: absolute;
    right: 3px;
    top: 11px;
}

.forgot-link a {
    background-color: #2f3c4e;
    padding: 9px 10px;
    font-size: 12px;
    text-transform: uppercase;
    color: #FFF;
    border-radius: 2px;
    transition-duration: 0.3s;
}

.forgot-link a:hover {
    background-color: #E74C3C;
}

.noUi-connect {
    background: #2F3C4E !important;
}

.loader-results {
    display: none;
    background-color: rgba(47, 60, 78, 0.75);
    position: absolute;
    top: 70px;
    bottom:0;
    right:0;
    left:0;
    text-align: center;
    z-index: 1000;
}

#input-loc {
    position: relative;
}

#spinner-loc {
    position: absolute;
    top: 39px;
    font-size: 20px;
}

.loader-results i {
    color: #fff;
    font-size: 30px;
    margin-top: 10px;
}

#list-printers .block-box-img img {
    width: 130px !important;
    height: 130px !important;
    z-index: 5;
}

#list-printers {
    overflow: auto;
    max-height: 750px;
}

#btn_location {
    display: block;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
}

#results-printers {
    display: none;
}

.pac-container { z-index: 10000 !important; }

.widget-posts-img:hover a:before, .widget .widget-posts-img:hover i.fa, .widget-posts-quote .widget-posts-img a:before, .widget .widget-posts-quote .widget-posts-img i.fa {
    display: none !important;
}

.score-hidden {
    display: none;
}

.success-answer, .success-answer .fa {
    color: #009926 !important;
}

.danger-answer, .danger-answer .fa {
    color: #880000 !important;
}

.score-hidden i.fa {
    float: none !important;
    color: #fff;
}

.list-logs {
    margin-bottom: 10px !important;
}

.list-logs .fa {
    margin: 0 !important;
}

.list-history h3 {
    font-size: 16px !important;
    margin-bottom: 5px !important;
}

.list-history .post-head {
    padding: 20px !important;
}

.facebook-link {
    color: #FFF !important;
    background-color: #5d82d1;
    padding: 6px;
    border-radius: 2px;
    display: inline-block;
}

.facebook-link:hover {
    background-color: #2F3C4E;
}

.facebook-link .fa {
    font-size: 16px;
    margin-right: 10px;
}

.w-adv p {
    margin: 0;
    font-size: 16px;
}

.w-adv {
    text-align: center;
}

.w-adv .fa {
    font-size: 35px;
    margin-bottom: 5px;
    display: block;
}

.event-details p {
    margin-bottom: 15px !important;
}

@media (max-width: 992px) {
    .navigation {
        display: none;
    }
    .navigation_mobile {
        float: none !important;
        clear: both;
        margin-right: auto;
        margin-left: auto;
        text-align: left;
        display: block !important;
        margin-bottom: 20px;
        margin-top: 0 !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 510px) {
    .logo {
        line-height: normal;
        margin: 28px 0 0;
        float: none !important;
    }
    .header-follow, .header-search, .header-3 .navigation_mobile, .cart-wrapper {
        float: none !important;
        display: inline-block !important;
        margin: 0 !important;
    }
    #header {
        height: auto;
        line-height: normal;
        text-align: center;
    }
}
