/* ========================================= */
/*
APP_ASK_THE_EXPERT
 --> ASK_MAIN_MENU
 --> ASK_QUESTIONS_LIST
 --> ASK_QUESTIONS_NEW
 --> ASK_QUESTIONS_NEW_PUBLIC
 --> ASK_USER_ASKER
 --> ASK_USER_EXPERT
 --> ASK_USER_ADMIN
*/
/* ========================================= */



/* ================================================================= */
/* APP_ASK_THE_EXPERT                                                */
/* ================================================================= */

.com_askexpert #page {
	background: #008343;
	min-height: 100vh;
}

.app-main-title {
    margin: 0;
    padding: 15px 0 50px;
    display: inline-block;
}

.com_askexpert #editor-xtd-buttons {
    display: none !important;
}







/* ================================================================= */
/* BUTTONS                                                           */
/* ================================================================= */

.com_askexpert #content-area .btn.btn-signin {
    text-transform: uppercase !important;
    font-size: 18px !important;
    padding-bottom: 2px !important;
}

.com_askexpert #content-area .btn {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 5px;
    background: #008343;
    color: #ffffff;
    border: 1px solid #008343;
    transition: all 0.25s ease-in-out;
    font-weight: 400;
    text-align: center;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.com_askexpert #content-area .btn.btn-clear {
    background: #ffffff;
    color: #008343;
    border: 1px solid #008343;
}

.com_askexpert #content-area .btn.btn-alert {
    background: #ffffff;
    color: #008343;
    border: 1px solid #008343;
}

.com_askexpert #content-area .btn.btn-dash.btn-orange {
    background: #F7941E;
    color: #ffffff;
    border: 1px solid #F7941E;
}

.com_askexpert #content-area .btn.btn-disabled {
    opacity: 0.5;
    cursor: default;
}

.com_askexpert #content-area .btn.btn-large {
    font-size: 17px;
    padding-left: 50px;
    padding-right: 50px;
    min-width: 200px;
    height: 50px;
    line-height: 46px;
}

.com_askexpert #content-area .btn.btn-small {
    font-size: 15px;
    padding-left: 20px;
    padding-right: 20px;
    min-width: 130px;
    height: 40px;
    line-height: 36px;
}

.com_askexpert #content-area .btn.btn-mini {
    font-size: 15px;
    padding-left: 16px;
    padding-right: 16px;
    min-width: 130px;
    height: 30px;
    line-height: 26px;
}

.com_askexpert #content-area .btn.btn-mini-nomin {
    min-width: unset;
}

.com_askexpert #content-area .btn.btn-full {
    display: block;
    width: 100%;
}

.is-asker.com_askexpert #content-area .btn.btn-full {
    display: block;
    width: auto;
    min-width: 200px;
    margin: 0 auto;
}

.com_askexpert #content-area .btn:hover {
    background: #006835;
    color: #ffffff;
    border: 1px solid #006835;
}

.com_askexpert #content-area .btn.btn-clear:hover {
    background: #008343;
    color: #ffffff;
    border: 1px solid #008343;
}

.com_askexpert #content-area .btn.btn-alert:hover {
    background: #F7941E;
    color: #ffffff;
    border: 1px solid #F7941E;
}

.com_askexpert #content-area .btn.btn-dash.btn-orange:hover {
    background: #D17626;
    color: #ffffff;
    border: 1px solid #D17626;
}

.com_askexpert #content-area .btn.btn-disabled:hover {
    opacity: 0.5;
    cursor: default;
}

.com_askexpert #content-area .btn.m8-left {
    margin-left: 8px;
}

.com_askexpert #content-area .btn.m10-left {
    margin-left: 10px;
}

.com_askexpert #content-area .btn.m12-left {
    margin-left: 12px;
}

.com_askexpert #content-area .btn.m20-left {
    margin-left: 20px;
}

.com_askexpert #content-area .btn.m25-left {
    margin-left: 25px;
}

.com_askexpert #content-area .btn.m30-left {
    margin-left: 30px;
}

.com_askexpert #content-area .btn.m40-left {
    margin-left: 40px;
}

.com_askexpert #content-area .btn.m8-right {
    margin-right: 8px;
}

.com_askexpert #content-area .btn.m10-right {
    margin-right: 10px;
}

.com_askexpert #content-area .btn.m12-right {
    margin-right: 12px;
}

.com_askexpert #content-area .btn.m20-right {
    margin-right: 20px;
}

.com_askexpert #content-area .btn.m25-right {
    margin-right: 25px;
}

.com_askexpert #content-area .btn.m30-right {
    margin-right: 30px;
}

.com_askexpert #content-area .btn.m40-right {
    margin-right: 40px;
}

.com_askexpert #content-area .btn.m8-bottom {
    margin-bottom: 8px;
}

.com_askexpert #content-area .btn.m10-bottom {
    margin-bottom: 10px;
}

.com_askexpert #content-area .btn.m12-bottom {
    margin-bottom: 12px;
}

.com_askexpert #content-area .btn.float-right {
    float: right;
}

.com_askexpert #content-area .btn.float-left {
    float: left;
}

.com_askexpert #content-area .btn.btn-uppercase {
    text-transform: uppercase;
}














/* ================================================================= */
/* ASK_MAIN_MENU                                                     */
/* ================================================================= */

.com_askexpert #care-sub-menu .module.sub_menu {
	background: #006835;
}








/* ================================================================= */
/* ASK_QUESTIONS_LIST                                                */
/* ================================================================= */

.ask-questions-list.box.col-md-12 {
    padding: 0 40px;
    margin: 0 0 30px 0;
    box-sizing: border-box;
    width: 100%;
    display: block;
}

.ask-ql-outer {
    background: #E1F6F5;
    margin: 0 0 2px 0;
    position: relative;
    display: block;
}

.is-asker .ask-ql-outer.ask-ql-answer {
    display: none !important;
}

.is-asker .ask-ql-outer.ask-ql-answer.ask-ql-answer-open {
    display: block !important;
}

.ask-questions-list .ask-ql-outer.ask-ql-answer.quid-open,
.ask-questions-list .ask-ql-outer.ask-ql-answer.ask-ql-answer-open {
    display: block !important;
}

/*
.ask-ql-outer.bg-asker {
    background: #DEF9CD;
}

.ask-ql-outer.bg-guest {
    background: #EFEFEF;
}
*/

.ask-ql-question {
    padding: 10px 15px 65px 15px;
    font-size: 16px;
    line-height: 24px;
    color: #58535B;
}

.ask-ql-view-answer {
    position: absolute;
    left: 0;
    bottom: 0;
    display: block;
}

.ask-ql-view-answer input {

}

.name-email {
    padding: 0 0 4px 0;
}

.asked {
    margin: 0;
    padding: 0 0 4px;
    font-weight: 300;
}

.asked.allocated-to {
    color: #008343;
}

.asked.topics {
    padding: 0 0 15px 0;
}

.question-subject {
    font-weight: 800;
    margin: 0;
    padding: 10px 0 15px 0;
    font-size: 20px;
}

.question-text p {
    margin: 0;
    padding: 0 0 15px 0;
}

.question-text p:last-child {
    padding: 0 0 5px 0;
}

.com_askexpert #content-area .ask-ql-outer .ask-ql-view-answer > input.btn {
    background: #58535b;
    border-radius: 0;
    text-align: left;
    color: #ffffff;
    font-weight: 400;
    padding: 14px 60px 18px 30px !important;
    line-height: 20px;
    font-size: 18px;
    min-width: 220px;
    transition: all 0.25s ease-in-out;
    background: #58535b url(../images/arrow_font_w_d.png) scroll no-repeat calc(100% - 25px) center / 20px 20px;
    border: none;
}

.com_askexpert #content-area .ask-ql-outer.quid-open .ask-ql-view-answer > input.btn {
    background: #58535b url(../images/arrow_font_w_u.png) scroll no-repeat calc(100% - 25px) center / 20px 20px;
}

.com_askexpert #content-area .ask-ql-outer .ask-ql-view-answer > input.btn:hover {
    background-color: #58535b !important;
}

.view-expertanswered.com_askexpert #content-area .ask-ql-outer .ask-ql-view-answer > input.btn {
     min-width: 130px;
} 

.ask-ql-answer-empty {
    background: #B7B2AB;
    border-radius: 0;
    text-align: center;
    color: #ffffff;
    font-weight: 400;
    padding: 14px 30px;
    line-height: 22px;
    font-size: 18px;
    width: 210px;
}

.ask-ql-answer-in {
    padding: 15px;
}

.ask-ql-answer-in > p {
    margin: 0;
    padding: 0 0 10px 0;
    font-size: 16px;
    line-height: 24px;
}

.ask-ql-answer-in > p.asked {
    padding-bottom: 15px;
    font-size: 16px;
}

.ask-ql-answer-in > p:last-child {
    padding: 0;
}

.btn-primary.ask-ql-new-question {
    background: #008343;
    float: right;
    margin: 10px 40px 0 0;
    font-size: 16px;
    font-weight: 300;
    padding: 10px 25px;
    border: none;
    transition: all 0.25s ease-in-out;
}

.btn-primary.ask-ql-new-question:hover {
    background: #006333;
    border: none;
}








/* ================================================================= */
/* ASK_QUESTIONS_NEW                                                 */
/* ================================================================= */

#questionForm {
    padding: 0 40px;
}

.loggedout:not(.ae-asker) #questionForm {
    padding: 0;
}

#questionForm .control-group input[type="text"],
#questionForm .control-group input[type="email"] {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #95989A;
    padding: 5px;
    font-size: 16px;
    line-height: 26px;
}

.loggedin:not(.ae-asker):not(.ae-admin) #questionForm .control-group input[type="text"],
#questionForm .control-group input[type="email"] {
    border-radius: 0 !important;
}

.is-asker #questionForm .control-group input[type="text"], .is-asker #questionForm .control-group input[type="email"] {
    color: #365A64;
    border-radius: 0;
}

.is-asker #questionForm .control-group input[type="text"]::placeholder,
.is-asker #questionForm .control-group input[type="email"]::placeholder {
    opacity: 0.8;
}

.control-group.subject {
    margin: 0 0 30px 0;
}

.control-group.question {
    position: relative;
    display: block;
}

.view-question.not-asker .control-group.question textarea {
    background: #E5F7E2;
    outline: none;
    border: none;
    border-radius: 5px;
    width: 100%;
    height: 200px;
    padding: 5px 10px;
    font-size: 18px;
    font-weight: 400;
    color: #365A64;
}

.view-question.not-asker .control-group.question textarea::placeholder {
    color: #365A64;
    opacity: 0.8;
}

.view-question.is-asker .control-group.question textarea {
    background: #ffffff;
    outline: none;
    border: none;
    border-radius: 0;
    width: 100%;
    height: 200px;
    padding: 5px 10px;
    font-size: 16px;
    font-weight: 400;
    color: #365A64;
    border: 1px solid #95989A;
    box-shadow: none !important;
    -webkit-appearance: none;
}

textarea, input[type="text"], input[type="email"], input[type="password"] {
   -webkit-appearance: none;
}

.view-question.is-asker .control-group.question textarea::placeholder {
    color: #365A64;
    opacity: 0.8;
}

.view-question.is-asker .control-group.subject input {
	color: #365A64;
	font-weight: 400;
}

.view-question.is-asker .control-group.subject input::placeholder {
	color: #365A64;
	opacity: 0.8;
	font-weight: 400;
}

.com_askexpert #questionForm .control-group.new-question-submit {
    text-align: center;
    margin: 60px 30px 40px;
}

.control-group.new-question-submit .btn-primary {
    background: #008343;
    margin: 0;
    font-size: 18px;
    font-weight: 400;
    padding: 0 50px;
    border: 1px solid #008343;
    transition: all 0.25s ease-in-out;
    height: 50px;
    line-height: 44px;
    display: block;
    width: 100%;
    text-transform: uppercase;
}

.control-group.new-question-submit .btn-primary:hover {
    background: #ffffff;
    color: #008343;
}

.mceContentBody > p {
    margin: 0 0 10px 0;
}












/* ================================================================= */
/* ASK_QUESTIONS_NEW_PUBLIC                                          */
/* ================================================================= */

.com_askexpert.loggedout.itemid-474 #care-top-menu,
.com_askexpert.loggedout.itemid-474 #care-sub-menu,
.com_askexpert.loggedout.itemid-290 #care-top-menu,
.com_askexpert.loggedout.itemid-290 #care-sub-menu,
.com_askexpert.not-asker.itemid-474 #care-top-menu,
.com_askexpert.not-asker.itemid-474 #care-sub-menu,
.com_askexpert.not-asker.itemid-290 #care-top-menu,
.com_askexpert.not-asker.itemid-290 #care-sub-menu {
    display: none !important;
}

.com_askexpert.loggedout.itemid-474 #page,
.com_askexpert.loggedout.itemid-290 #page,
.com_askexpert.not-asker.itemid-474 #page,
.com_askexpert.not-asker.itemid-290 #page {
    background: #ffffff;
}

.com_askexpert.loggedout.itemid-474 #mainbody .container,
.com_askexpert.loggedout.itemid-290 #mainbody .container,
.com_askexpert.not-asker.itemid-474 #mainbody .container,
.com_askexpert.not-asker.itemid-290 #mainbody .container {
    word-wrap: break-word;
    padding-bottom: 0;
    max-width: 600px;
    margin: 30px auto 0;
}

.com_askexpert.loggedout.itemid-474 h2.app-signup,
.com_askexpert.loggedout.itemid-290 h2.app-signup,
.com_askexpert.not-asker.itemid-474 h2.app-signup,
.com_askexpert.not-asker.itemid-290 h2.app-signup {
    padding: 0 0 30px 0;
}

.com_askexpert.not-asker.itemid-474.loggedin h2.app-signup,
.com_askexpert.not-asker.itemid-290.loggedin h2.app-signup {
    padding: 20px 0 30px 0;
}

.com_askexpert.loggedout.itemid-474 #questionForm .control-group,
.com_askexpert.loggedout.itemid-290 #questionForm .control-group,
.com_askexpert.not-asker.itemid-474 #questionForm .control-group,
.com_askexpert.not-asker.itemid-290 #questionForm .control-group {
    max-width: 420px;
    margin: 0 auto;
}

.com_askexpert.loggedout.itemid-290 #questionForm .control-group .controls input[type="text"],
.com_askexpert.loggedout.itemid-474 #questionForm .control-group .controls input[type="text"],
.com_askexpert.not-asker.itemid-290 #questionForm .control-group .controls input[type="text"],
.com_askexpert.not-asker.itemid-474 #questionForm .control-group .controls input[type="text"],
.com_askexpert.loggedout.itemid-290 #questionForm .control-group .controls input[type="email"],
.com_askexpert.loggedout.itemid-474 #questionForm .control-group .controls input[type="email"],
.com_askexpert.not-asker.itemid-290 #questionForm .control-group .controls input[type="email"],
.com_askexpert.not-asker.itemid-474 #questionForm .control-group .controls input[type="email"],
.com_askexpert.loggedout.itemid-290 #questionForm .control-group .controls input[type="password"],
.com_askexpert.loggedout.itemid-474 #questionForm .control-group .controls input[type="password"],
.com_askexpert.not-asker.itemid-290 #questionForm .control-group .controls input[type="password"],
.com_askexpert.not-asker.itemid-474 #questionForm .control-group .controls input[type="password"] {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 0 15px 0;
    background: #E5F7E2;
    color: #365A64;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    height: unset;
    border-radius: 5px;
    border: none;
    box-shadow: none !important;
    -webkit-text-fill-color: #365A64 !important;
}

.com_askexpert.not-asker.itemid-474 #questionForm .control-group .controls textarea {
    -webkit-text-fill-color: #365A64 !important;
}

.com_askexpert.loggedout.itemid-474 #questionForm .control-group .controls input::placeholder,
.com_askexpert.loggedout.itemid-290 #questionForm .control-group .controls input::placeholder,
.com_askexpert.not-asker.itemid-474 #questionForm .control-group .controls input::placeholder,
.com_askexpert.not-asker.itemid-290 #questionForm .control-group .controls input::placeholder {
    opacity: 0.8;
    color: #365A64;
}

.com_askexpert.loggedout.itemid-474 p.app-signup.if-add-pass,
.com_askexpert.loggedout.itemid-290 p.app-signup.if-add-pass,
.com_askexpert.not-asker.itemid-474 p.app-signup.if-add-pass,
.com_askexpert.not-asker.itemid-290 p.app-signup.if-add-pass {
    margin: 60px auto 10px auto !important;
    font-size: 20px;
    line-height: 24px;
}

.com_askexpert.loggedout.itemid-474 .control-group.subject,
.com_askexpert.loggedout.itemid-290 .control-group.subject,
.com_askexpert.not-asker.itemid-474 .control-group.subject,
.com_askexpert.not-asker.itemid-290 .control-group.subject {
    margin: 0;
}


.com_askexpert.loggedout.itemid-474 .control-group.question .editor .defaultSkin .mceLayout .mceIframeContainer,
.com_askexpert.loggedout.itemid-290 .control-group.question .editor .defaultSkin .mceLayout .mceIframeContainer,
.com_askexpert.not-asker.itemid-474 .control-group.question .editor .defaultSkin .mceLayout .mceIframeContainer,
.com_askexpert.not-asker.itemid-290 .control-group.question .editor .defaultSkin .mceLayout .mceIframeContainer {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 10px;
    margin: 0 0 15px 0;
    background: #E5F7E2;
    color: #365A64;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    height: unset;
    border-radius: 5px;
    border: none;
    box-shadow: none !important;
    border: none !important;
}

.com_askexpert.loggedout.itemid-474 #questionForm .control-group.new-question-submit,
.com_askexpert.loggedout.itemid-290 #questionForm .control-group.new-question-submit,
.com_askexpert.not-asker.itemid-474 #questionForm .control-group.new-question-submit,
.com_askexpert.not-asker.itemid-290 #questionForm .control-group.new-question-submit {
    margin-top: 50px;
}

.com_askexpert.loggedout.itemid-474 #questionForm .control-group.new-question-submit {
    margin-bottom: 50px;
}

.com_askexpert.loggedout.itemid-474 #loginForm,
.com_askexpert.not-asker.itemid-474 #loginForm {
    max-width: 420px;
    margin: 15px auto 35px auto;
}

.com_askexpert.loggedout.itemid-290 #questionForm,
.com_askexpert.not-asker.itemid-290 #questionForm {
    padding: 0 20px;
}

.com_askexpert.loggedout.itemid-474 #loginForm .control-group .controls input,
.com_askexpert.not-asker.itemid-474 #loginForm .control-group .controls input {
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin: 0 0 15px 0;
    background: #E5F7E2;
    color: #365A64;
    font-weight: 400;
    font-size: 18px;
    line-height: 30px;
    height: unset;
    border-radius: 5px;
    border: none;
    box-shadow: none !important;
    -webkit-text-fill-color: #365A64 !important;
}

.com_askexpert.loggedout.itemid-474 #loginForm .control-group .controls input::placeholder,
.com_askexpert.not-asker.itemid-474 #loginForm .control-group .controls input::placeholder {
    color: #365A64;
    opacity: 0.8;
}

.com_askexpert.loggedout.itemid-474 #loginForm .control-group .controls input[type="button"],
.com_askexpert.not-asker.itemid-474 #loginForm .control-group .controls input[type="button"] {
    -webkit-text-fill-color: #ffffff !important;
}

.com_askexpert.loggedout.itemid-474 #loginForm .control-group .controls input[type="button"]:hover,
.com_askexpert.not-asker.itemid-474 #loginForm .control-group .controls input[type="button"]:hover {
    -webkit-text-fill-color: #008343 !important;
}

.com_askexpert.loggedout.itemid-474 #loginForm .control-group .controls button,
.com_askexpert.not-asker.itemid-474 #loginForm .control-group .controls button {
    width: 100%;
    box-sizing: border-box;
    padding: 0 50px;
    margin: 0;
    background: #008343;
    color: #ffffff;
    font-weight: 300;
    font-size: 18px;
    line-height: 46px;
    height: unset;
    border-radius: 5px;
    border: 1px solid #008343;
    text-transform: uppercase;
    height: 50px;
}




.com_askexpert.loggedout.itemid-474 #questionForm .control-group.new-question-submit button,
.com_askexpert.not-asker.itemid-474 #questionForm .control-group.new-question-submit button {
    font-size: 18px;
    font-weight: 300;
}

.com_askexpert.loggedout.itemid-474 #loginForm .control-group .controls button:hover,
.com_askexpert.not-asker.itemid-474 #loginForm .control-group .controls button:hover {
    background: #ffffff;
    color: #008343;
}















/* ================================================================= */
/* ASK_USER_ASKER                                                    */
/* ================================================================= */





/* ================================================================= */
/* ASK_USER_EXPERT                                                   */
/* ================================================================= */

.body-app.view-expertpending #mainbody > .container #content-area {
    min-height: 350px;
}

#expertpendingForm {
    display: block;
    overflow: hidden;
}

#expertpendingForm .app-main-title, 
#expertansweredForm .app-main-title {
    margin: 0;
    padding: 15px 0 15px 40px;
    width: auto;
    display: inline-block;
}

#expertpendingForm .asked,
#expertpendingForm .question-text {
    padding-bottom: 20px;
}

#expertpendingForm #m_ques .control-group {
    margin: 0;
    padding: 0 0 25px 0;
}

.answer-editor-send {
    display: block;
    overflow: hidden;
    text-align: right;
    margin: 20px 0 15px;
}

.answer-editor-send input.btn-primary {
    background: #008343;
    float: none;
    margin: 0 0 0 10px;
    font-size: 15px;
    font-weight: 300;
    padding: 7px 20px;
    border: none;
    color: #ffffff;
    transition: all 0.25s ease-in-out;
    display: inline-block;
    width: auto;
}

.answer-editor-send input.btn-primary:hover {
    background: #006333;
    border: none;
}

.answer-editor-send input#delete.btn-primary {
    background: rgba(244,142,21,0);
    border: 1px solid #008343;
    color: #008343;
}

.answer-editor-send input#delete.btn-primary:hover {
    background: rgba(244,142,21,1);
    color: #ffffff;
    border: 1px solid rgba(244,142,21,1);
}

.answer-editor {
    position: relative;
    display: block;
}

.answer-editor-title {
    position: absolute;
    z-index: 9;
    top: 7px;
    left: 2px;
    color: #008343;
    font-weight: 800;
    font-size: 18px;
}

.answer-editor .editor.wf-editor-container {
    padding: 0;
}

.answer-editor .wf-editor-container .defaultSkin .mceLayout {
    border-left: none;
    border-right: none;
}

.answer-editor .wf-editor-container .mceToolbar {
    border: none !important;
    background: transparent !important;
}

.answer-editor .wf-editor-container .mceToolbar .mceToolBarItem {
    margin: 0 !important;
    background-color: transparent !important;
    border: none !important;
}

.answer-editor .wf-editor-container .mceToolbar .mceToolBarItem button {
    background-color: transparent !important;
    border: none !important;
}

.answer-editor .wf-editor-container .mceIframeContainer {
    border: none !important;
    background: transparent !important;
    border: 1px solid #95989A !important;
    box-sizing: border-box !important;
}

.app-search-box {
    text-align: right;
    padding: 7px 40px 50px;
    margin: 0;
    display: block;
    float: right;
}

#expertpendingForm .app-search-box,
#expertansweredForm .app-search-box {
    display: block;
    float: right;
    padding: 5px 40px 50px 40px;
}

.app-search-box .js-stools {
    width: auto;
    display: inline-block;
}

.app-search-box .js-stools .btn-wrapper {
    display: inline-block;
    margin: 0;
    position: relative;
    width: auto;
    vertical-align: top;
}

.app-search-box .js-stools .btn-wrapper > input {
    width: 300px;
    font-size: 16px;
    font-weight: 300;
    color: #58535b;
    line-height: 48px;
    padding: 0 50px 0 15px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #58535b;
    border-radius: 0;
}

.app-search-box .js-stools .btn-wrapper > input::placeholder {
    opacity: 0.9;
}

.com_askexpert #content-area .app-search-box .js-stools .input-group.btn-wrapper > button.btn {
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url(../images/search_icon_gray.png);
    background-size: 32px 32px;
    background-color: transparent;
    background-position: center center;
    width: 32px;
    height: 32px;
    padding: 0;
    border: none;
    border-radius: 0;
}

.app-search-box .js-stools .input-group.btn-wrapper > button.btn > .glyphicon {
    display: none;
}

.app-search-box .js-stools .btn-wrapper > button.js-stools-btn-clear {
    padding: 0 5px;
    border: 1px solid #999999;
    border-radius: 0;
    line-height: 48px;
    font-size: 14px;
    color: #999999;
    margin: 0;
    vertical-align: top;
}

.js-stools .js-stools-container-bar {
    float: left;
    position: relative;
}

.app-search-box .js-stools .btn-wrapper:not(.input-group) {
    position: absolute;
    z-index: 10;
    right: 50px;
    top: 19px;
}

/*
.app-search-box .js-stools .btn-wrapper:not(.input-group) button {
    border: none;
    text-indent: -9999px;
    width: 12px;
    height: 12px;
    padding: 3px;
    opacity: 0.5;
    background-image: url(../images/close_icon.png);
    background-size: 12px 12px;
    background-color: transparent;
    background-position: center center;
    transition: all 0.25s ease-in-out;
    background-repeat: no-repeat;
}


.app-search-box .js-stools .btn-wrapper:not(.input-group) button:hover {
    opacity: 0.8;
}
*/

.app-search-box .js-stools .btn-wrapper:not(.input-group) button {
    display: none !important;
}








/* ================================================================= */
/* ASK_USER_ADMIN                                                    */
/* ================================================================= */

.allocate-select {
    margin-top: 30px;
}

.question-select .chzn-container-single .chzn-single > div,
.question-select-allocated .chzn-container-single .chzn-single > div,
.question-select-answered .chzn-container-single .chzn-single > div {
    display: none;
}

.view-adminpending .answer-editor-send input.btn-primary {
    float: unset;
}

.view-adminpending .answer-editor-send input.btn-primary.btn-send-expert {
    margin-right: 10px;
}

.allocate-select .chzn-container-single-nosearch .chzn-single {
    background: transparent !important;
    box-shadow: none !important;
    outline: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 2px solid #006333;
    padding: 10px 40px 10px 2px;
    height: unset;
    border-radius: 0;
}

.allocate-select .chzn-container-single-nosearch .chzn-single > span {
    color: #006333;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    padding: 0 0 0 2px;
}

.chzn-container-single .chzn-single div {
    position: absolute;
    top: unset;
    right: 2px;
    display: block;
    width: 28px;
    height: 30px;
    bottom: 1px;
}

.chzn-container.chzn-container-single > a {
    background: transparent url(../images/arrow_dark_gray.png) scroll no-repeat right center / 28px 15px;
}

.chzn-container.chzn-container-single.chzn-with-drop > a {
    background: transparent url(../images/arrow_dark_gray_up.png) scroll no-repeat right center / 28px 15px;
}

.chzn-container.chzn-with-drop.chzn-container-single .chzn-drop {
    border-bottom: 2px solid #006333;
    border-left: 2px solid #006333;
    border-right: 2px solid #006333;
    border-top: none;
}

.chzn-container.chzn-with-drop.chzn-container-single .chzn-drop .chzn-results {
    padding-top: 3px;
    padding-bottom: 3px;
}

.chzn-container.chzn-with-drop.chzn-container-single .chzn-drop .chzn-results li {
    color: #006333;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
}

.chzn-container.chzn-with-dropchzn-container-single .chzn-drop .chzn-results li:first-child {
    color: #cccccc;
}

.chzn-container.chzn-with-dropchzn-container-single .chzn-drop .chzn-results li:hover {
    background: #006333 !important;
    font-weight: 500;
    color: #ffffff !important;
}

.chzn-container.chzn-with-dropchzn-container-single .chzn-drop .chzn-results li.result-selected {
    background: #006333 !important;
    font-weight: 500;
    color: #ffffff !important;
}

.chzn-container.chzn-with-drop.chzn-container-single .chzn-drop .chzn-results li.highlighted {
    background: #E5F7E2;
}

.chzn-container.chzn-container-multi {
    border: none;
}

.chzn-container.chzn-container-single > a, 
.chzn-container.chzn-container-single.chzn-with-drop > a, 
.chzn-container.chzn-container-multi > ul {
    border-bottom: 2px solid #006333;
    border-left: none;
    border-right: none;
    border-top: none;
    background-color: transparent !important;
    color: #006333;
    font-size: 16px;
    box-shadow: none !important;
    border-radius: 0;
    padding: 3px 5px 5px 5px;
    height: unset;
}

.chzn-container.chzn-container-single > a > span {
    font-weight: 700;
}

.chzn-container.chzn-container-multi .chzn-choices .search-field {
    width: 100%;
}

.chzn-container.chzn-container-multi .chzn-choices .search-field > input {
    min-width: 120px;
}

.chzn-container.chzn-container-multi .chzn-choices .search-field > input::placeholder {
    opacity: 1;
}

.chzn-container.chzn-container-multi .chzn-drop {
    border-bottom: 2px solid #006333;
    border-left: 2px solid #006333;
    border-right: 2px solid #006333;
    border-top: none;
}

.chzn-container.chzn-container-multi .chzn-drop .chzn-results {
    padding-top: 3px;
    padding-bottom: 3px;
}

.chzn-container.chzn-container-multi .chzn-drop .chzn-results li {
    color: #006333;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    background: transparent url(../images/tick_ask_1.png) scroll no-repeat 5px center !important;
    padding: 5px 6px 5px 36px;
}

.chzn-container.chzn-container-multi .chzn-drop .chzn-results li.result-selected {
    background: transparent url(../images/tick_ask_2.png) scroll no-repeat 5px center !important;
    font-weight: 500;
}

.chzn-container.chzn-container-multi .chzn-drop .chzn-results li:hover {
    background-color: #dddddd !important;
    font-weight: 500;
}

.chzn-container.chzn-container-multi .chzn-choices .search-choice {
    background: #006333;
    border: none;
    border-radius: 30px;
    padding: 1px 26px 3px 12px;
    box-shadow: none !important;
    font-size: 16px;
    line-height: 22px;
}

.chzn-container.chzn-container-multi .chzn-choices .search-choice span {
    color: #ffffff;
    font-weight: 400;
}

.chzn-container.chzn-container-multi .chzn-choices .search-choice a.search-choice-close {
    position: absolute;
    top: 6px;
    right: 4px;
    display: block;
    width: 13px;
    height: 13px;
    background: rgba(255,255,255,0.85) url('../images/close_ask.png') no-repeat scroll center center;
    font-size: 1px;
    border-radius: 20px;
}

.chzn-container.chzn-container-multi .chzn-choices .search-choice a.search-choice-close:hover {
    background-color: rgba(255,255,255,1);
}

.user-type-tag {
    font-size: 13px;
    font-weight: 500;
    padding: 2px 8px 3px 8px;
    margin: 0 5px;
    color: #ffffff;
    border-radius: 5px;
}

.user-type-tag.utt-guest {
    background: #999999;
}

.user-type-tag.utt-asker {
    background: #008343;
}

.question-select-allocated .edit-topic input[type="checkbox"],
.question-select .allocate-topic input[type="checkbox"] {
    display: none;
}

.question-select-allocated .edit-topic input[type="checkbox"] + label,
.question-select .allocate-topic input[type="checkbox"] + label {
    background: transparent url("../images/ask_box_0.png") no-repeat scroll 4px 7px;
    border: none;
    border-radius: 4px;
    display: block;
    font-size: 18px;
    font-weight: 300;
    height: auto;
    line-height: 20px;
    margin: 0 5% 1px 0;
    padding: 5px 10px 5px 30px;
    width: 100%;
    color: #58535b;
    width: 45%;
    float: left;
    height: 30px;
}

.question-select-allocated .edit-topic input[type="checkbox"]:checked + label,
.question-select .allocate-topic input[type="checkbox"]:checked + label {
    background: transparent url("../images/ask_box_1.png") no-repeat scroll 4px 7px;
}

.edit-topic,
.allocate-topic {
    display: block;
    overflow: hidden;
}
















/* ================================================================= */
/* ASK_USER_ADMIN_EXPERTS                                            */
/* ================================================================= */

.body-app.view-experts #mainbody > .container #content-area {
    padding: 40px 100px;
}

.admin-experts-list-head {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 0 0 20px 0;
}

.admin-experts-list-title {
    float: left;
    vertical-align: top;
}

.admin-experts-list-title .app-main-title {
    margin: 0;
    padding: 0;
}

.admin-experts-list-tools {
    float: right;
}

.ael-tools-search,
.ael-tools-filter,
.ael-tools-btn-add {
    display: block;
    float: left;
    margin: 0;
}

.ael-tools-btn-add {
    margin-top: 0px;
}

.ael-tools-search,
.ael-tools-filter {
    margin-right: 15px;
    margin-top: 2px;
}

.ael-expert-block {
    display: block;
    clear: both;
    overflow: hidden;
    margin: 0;
    padding: 25px 0 25px 2px;
}

.ael-expert-actions {
    display: block;
    float: left;
    width: 110px;
    padding: 8px 0;
}

.ael-expert-info {
    width: calc(100% - 130px);
    float: left;
    margin-right: 20px;
    color: #58535b;
    font-size: 16px;
    line-height: 24px;
}

.ael-experts-status {
    color: #A8A8A8;
}

.ael-expert-name {
    font-weight: 700;
    letter-spacing: 0.02em;
}

.ael-expert-actions > div {
    display: block;
    width: 100%;
    background: none;
    border: none;
    padding: 0;
    margin: 0 0 7px 0;
}

.ael-expert-actions > div:last-child {
    margin: 0;
}

.ael-expert-actions > div > a {
    background: #008343;
    border: 1px solid #008343;
    color: #ffffff;
    padding: 2px 10px;
    border-radius: 5px;
    width: 100%;
    display: block;
    margin: 0;
    text-align: center;
    line-height: 16px;
    font-size: 14px;
    transition: all 0.25s ease-in-out;
}

.ael-expert-actions > div > a:hover {
    background: #58535b;
    border: 1px solid #58535b;
}

.ael-expert-actions > div > input {
    background: rgba(244,142,21,0);
    border: 1px solid #008343;
    color: #008343;
    padding: 2px 10px;
    border-radius: 5px;
    width: 100%;
    display: block;
    margin: 0;
    text-align: center;
    line-height: 16px;
    font-size: 14px;
    transition: all 0.25s ease-in-out;
}

.ael-expert-actions > div > input:hover {
    background: rgba(244,142,21,1);
    border: 1px solid rgba(244,142,21,1);
    color: #ffffff;
}

#expertsForm {
    padding: 20px 0;
}

#expertsForm .control-group {
    margin: 0 0 30px 0;
}

#expertsForm .control-group input[type="text"],
#expertsForm .control-group input[type="email"],
#expertsForm .control-group input[type="password"] {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #95989A;
    padding: 5px;
    font-size: 16px;
    line-height: 26px;
}

#expertsForm .control-group select {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #95989A;
    padding: 5px 5px 5px 0;
    font-size: 16px;
    line-height: 26px;
    background: transparent url(../images/arrow_font_g_d.png) scroll no-repeat calc(100% - 5px) calc(50% - 2px) / 20px 20px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border-radius: 0;
}

#expertsForm .control-group.save-btn {
    margin: 50px 0 40px 0;
    text-align: center;
}

#expertsForm .control-group.save-btn .btn-primary {
    background: #008343;
    padding: 7px 20px;
    width: 160px;
    font-size: 16px;
    font-weight: 300;
    border: none;
    color: #ffffff;
}

#expertsForm .control-group.save-btn .btn-primary:hover {
    background: #58535b;
}

.com_askexpert #content-area .admin-experts-list-tools .ael-tools-filter select {
    width: 100%;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #95989A;
    padding: 8px 25px 5px 0;
    font-size: 16px;
    line-height: 26px;
    background: transparent url(../images/arrow_font_g_d.png) scroll no-repeat calc(100% - 5px) calc(50% - 2px) / 20px 20px;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    min-width: 200px;
    border-radius: 0;
}

.com_askexpert #content-area .ael-tools-search .js-stools-container-bar .btn-wrapper:not(.input-group) {
    display: none;
}

.com_askexpert #content-area .ael-tools-search .btn-wrapper.input-group > button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 99;
    width: 36px;
    height: 36px;
    padding: 0;
    background: transparent url(../images/search_icon_gray.png) scroll no-repeat center center / 22px 22px;
    border: none;
    text-indent: -9999px;
}

.com_askexpert #content-area .ael-tools-search .btn-wrapper.input-group > input {
    border-bottom: 1px solid #95989A;
    font-size: 16px;
    padding: 5px 30px 4px 8px;
    line-height: 28px;
    width: 100%;
    border-top: none;
    border-right: none;
    border-left: none;
    outline: none;
}

.com_askexpert #content-area .ael-tools-search .btn-wrapper.input-group > input::placeholder {
    opacity: 0.8;
    color: #58535b;
}

.ael-tools-search .js-stools-container-bar .btn-wrapper.input-group {
    width: 200px;
    margin: 0;
}

.admin-experts-list-tools .ael-tools-btn-add .btn-primary {
    color: #ffffff;
    background: no-repeat;
    border: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.admin-experts-list-tools .ael-tools-btn-add .btn-primary > a {
    background: #008343;
    color: #ffffff;
    line-height: 20px;
    padding: 8px 10px;
    display: block;
    border-radius: 5px;
    width: 110px;
    text-align: center;
    font-size: 14px;
    transition: all 0.25s ease-in-out;
}

.admin-experts-list-tools .ael-tools-btn-add .btn-primary > a:hover {
    background: #58535b;
}

.ei-header {
    display: block;
    overflow: hidden;
    widows: 100%;
}

.ei-header h2 {
    margin: 0;
    padding: 20px 0 0 0;
    color: #008343;
}

.ei-header p.expert-text {
    margin: 0;
    padding: 0;
    color: #58535b;
}

.ei-header p.expert-text.ael-experts-status {
    margin: 0;
    padding: 0;
    color: #a8a8a8;
}

.expert-individual #allocatedForm, .expert-individual #answeredForm {
    display: block;
    overflow: auto;
    margin: 50px 0 0 0;
    padding: 0 60px;
}

.expert-individual h3.app-main-title {
    margin: 0;
    padding: 0 0 20px;
    color: #008343;
}

.expert-individual .ask-questions-list.box.col-md-12 {
    padding: 0;
}

.ei-header-in {
    display: block;
    float: left;
    width: calc(100% - 300px);
    padding: 0 30px 0 0;
    margin: 0;
}

.ei-header-filter {
    display: block;
    float: left;
    width: 300px;
    margin: 0;
    padding: 85px 60px 0 0;
}

.ei-filter-by-topic {
    width: 100%;
    border: 1px solid #a8a8a8;
    padding: 10px 15px;
}

.expert-individual .answer-editor-send input.btn-primary {
    font-size: 14px;
    padding: 7px 15px;
}

.body-app.com_askexpert #modal-window .modal-box .modal-title {
    padding: 20px 40px 5px 40px;
}

.body-app.com_askexpert #modal-window .modal-box .modal-text {
    padding: 5px 42px 15px 42px;
}

.body-app.com_askexpert #modal-window .modal-box .modal-buttons {
    padding: 15px 40px 30px;
}

#expertsForm .control-group.notes .controls textarea {
    width: 100%;
    height: 150px;
}
























/* ================================================================= */
/* ASK_OLD_CSS                                                       */
/* ================================================================= */

body #wrap section {
    padding-top: 0px;
}
.header--fixed{ position: relative;}
#top {
	width:50%;
	float:left;
	line-height: 25px;
}
.top-right {
    width: 50%;
    float: left;
    line-height: 32px;
    position: relative;
    text-align: right;
}
.top-main {
    background: #3D3840;
    line-height: 20px;
}
.navbar-inverse{background: #3d3840;border-color:#3d3840;}
.custom.bealifeline p {
    margin-bottom: 0;
}
.h1, h1 {
    font-size: 36px;
}
.custom.bealifeline p {
    margin-bottom: 0;
    position: relative;
    left: 15px;
    font-size: 15px;
    color: #fff;
}
.custom.bealifeline p a{color: #fff;}
.top-right span{color:#fff;}
.top-right .nav>li {
    position: relative;
    display: inline;
    font-size: 14px;
}
.top-right .nav li a {
    display: inline;
    color: #fff;
}
.top-right .nav>li>a:focus,.top-right .nav>li>a:hover {
    text-decoration: none;
    background-color: #008449;
}
#brand img{padding:0;}
#navigation .navbar-default{
	background-color:#FFFFFF;
	border-color:#fff;
	padding-top: 10px;
}
.support li {
    display: inline;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    line-height: 100px;
}
.support li a {
    color: #008449;
    font-weight: bolder;
}
.custom.support {
    text-align: right;
}
#brand {
    padding-left: 0;
}
ul {
    margin-bottom: 0;
}

.top-main .container,#navigation .container {background:#fff;}

#feature .main_menu .nav.menu li,#feature .sub_menu .nav.menu li {
    display: inline-block;
}
#feature .module-content ul li::before{display:none;}
#feature .module-title {
    float: left;
    width: auto;
    color: #fff;
}
#feature .moduletable{margin-bottom: 0;}
#feature .main_menu .nav.menu li a{
    font-size: 16px;
    color: #fff;
}
#feature .sub_menu .nav.menu li a {
    font-size: 15px;
    color: #fff;
}
#main #container {
    margin-bottom: 50px;
}
section .container #main {
    padding-top: 0;
    padding-left:15px;
}
.main_menu .nav>li>a:focus,.main_menu .nav>li>a:hover,.main_menu .nav .open>a,.main_menu .nav .open>a:focus,.main_menu .nav .open>a:hover {
    text-decoration: none;
    background-color: transparent;
    font-weight: bold;
}
.main_menu li.current.active a ,.sub_menu li.current.active a {
    color: #fff !important;
    font-weight:bold;
}
.main_menu li.item-101:nth-child(1) a{
    padding-left: 0;
}
.block.sub_menu {
    background: #006835;
    margin-left: 15px;
}
.sub_menu li.divider {
    color: #fff;
    font-size: 20px !important;
    font-style: oblique;
    padding-left: 5px;
    padding-right: 20px;
    width: auto;
}
.sub_menu .nav>li>a:focus,.sub_menu .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
    font-weight: bold;
}
#feature .main_menu .moduletable{
	padding-top:18px;
	padding-bottom:18px;
	margin-bottom: 0;
    padding-left: 15px;
}
#feature .main_menu .nav.menu li.item-101 a {
    font-size: 25px !important;
    font-style: oblique;
}
#feature .sub_menu .moduletable {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
    padding-left: 15px;
}
#feature .main_menu .nav.menu li.active a{
    font-weight: bold !important;
}

p{color:#58535B;}
button,
input[type="button"],
input[type="submit"]{
   background: #F5F2EF;
   border: #F5F2EF;
   border-radius: 5px;
   padding: 5px 15px;
   color: #58535B;
}
input[type=submit]:active,
input[type=submit]:focus,
input[type=submit]:hover,
input[type=button]:active,
input[type=button]:focus,
input[type=button]:hover {
   background: #008343;
   color: #fff;
}
.btn.active{
   background: #008343;
   color: #fff;
}
h1,h2,h3,h4,h5,h6{color:#006835;}
a {outline:none !important;text-decoration:none;}


.fa{    color: #008343;}
.fa-question-circle{color:#ff0000}
.fa-times-circle.needed{color:#006835;}
.fa-times-circle.needs{color:#008343;}
.fa-times-circle.occasion{color:#F5F2EF;}

@media (min-width: 1200px){

.container {
    padding-right: 0;
    padding-left: 0;
}
}

/************Responsive*******************/

/* Only Phones (Portrait) */
@media (max-width: 479px) {
.top-main .container {
    padding-left: 0;
    padding-right: 0;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.block.main_menu,.block.sub_menu{display:none;}
.custom.support {
    text-align: left;
}
.support li {
    display: block;
    padding-left: 0;
    padding-right: 10px;
    font-size: 17px;
    line-height: 2;
    list-style-type: none;
}
.support ul {
    padding-left: 0;
}
.container {
    padding-left:10px;
    padding-right:10px;
}
.custom.bealifeline p{left: 0px;}
 }

/* Phone landscape */
@media (max-width: 480px)  {
.top-main .container {
    padding-left: 0;
    padding-right: 0;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.block.main_menu,.block.sub_menu{display:none;}
.custom.support {
    text-align: left;
}
.support li {
    display: block;
    padding-left: 0;
    padding-right: 10px;
    font-size: 17px;
    line-height: 2;
    list-style-type: none;
}
.support ul {
    padding-left: 0;
}

.container {
    width: 460px;
    padding-left:10px;
    padding-right:10px;
}
.custom.bealifeline p{left: 0px;}
}

/* Only Tablets (Portrait) and Phones (Landscape) */
@media (min-width: 481px) and (max-width: 568px) {
.top-main .container {
    padding-left: 0;
    padding-right: 0;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.container {
    width: 500px;
    padding-left:10px;
    padding-right:10px;
}
.block.main_menu,.block.sub_menu{display:none;}
.support li {
    display: block;
    padding-left: 0;
    padding-right: 10px;
    font-size: 17px;
    line-height: 2;
    list-style-type: none;
}
.custom.support {
    text-align: left;
}
.support ul {
    padding-left: 0;
}
.custom.bealifeline p{left: 0px;}
}

/* Only Phones (Landscape) */
@media (min-width: 569px) and (max-width: 767px){
.top-main .container {
    padding-left: 0;
    padding-right: 0;
}
.row {
    margin-right: 0;
    margin-left: 0;
}
.container {
    width: 500px;
    padding-left:10px;
    padding-right:10px;
}
.block.main_menu,.block.sub_menu{display:none;}
.custom.support {
    text-align: left;
}
.support li {
    display: block;
    padding-left: 0;
    padding-right: 10px;
    font-size: 17px;
    line-height: 2;
    list-style-type: none;
}
.support ul {
    padding-left: 0;
}
.custom.bealifeline p{left: 0px;}
}

/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {
.container {
    width: 720px;
}
#header .container{
    padding-right: 0px;
    padding-left: 0px;
}
section .container {
    padding-right: 0;
    padding-left: 0;
}
.custom.support {
    text-align: right;
}
.support li {
    display: block;
    padding-left: 0;
    padding-right: 10px;
    font-size: 17px;
    line-height: 2;
    list-style-type: none;
}
.support ul {
    padding-left: 0;
}
}
@media only screen and (min-device-width: 970px) and (max-device-width: 1024px){
.container {
    width: 900px;
}
#header .container{
    padding-right: 0px;
    padding-left: 0px;
}
section .container {
    padding-right: 0;
    padding-left: 0;
}
.support li {
    display: inlie;
    padding-left: 0;
    padding-right: 10px;
    font-size: 17px;
    line-height: 4;
    list-style-type: none;
}

}


















/* ====================================================== */
/* MIN_1201_PX                                            */
/* ====================================================== */

@media (min-width: 1201px) {




}












/* ====================================================== */
/* MIN_1300_PX                                            */
/* ====================================================== */

@media (min-width: 1300px) {




}












/* ====================================================== */
/* MIN_1400_PX                                            */
/* ====================================================== */

@media (min-width: 1400px) {




}












/* ====================================================== */
/* MIN_1500_PX                                            */
/* ====================================================== */

@media (min-width: 1500px) {




}












/* ====================================================== */
/* MIN_1600_PX                                            */
/* ====================================================== */

@media (min-width: 1600px) {




}













/* ====================================================== */
/* MAX_1700_PX                                            */
/* ====================================================== */

@media (min-width: 1700px) {




}













/* ====================================================== */
/* MAX_1400_PX                                            */
/* ====================================================== */

@media (max-width: 1400px) {




}















/* ====================================================== */
/* MAX_1300_PX                                            */
/* ====================================================== */

@media (max-width: 1300px) {




}
















/* ====================================================== */
/* MAX_1200_PX                                            */
/* ====================================================== */

@media (max-width: 1200px) {

.body-app #mainbody, .body-app #mainbody > .container {
    padding: 0;
}

#care-sub-menu > .container {
    padding: 0;
}




}

















/* ====================================================== */
/* MAX_1150_PX                                            */
/* ====================================================== */

@media (max-width: 1150px) {




}














/* ====================================================== */
/* MAX_1100_PX                                            */
/* ====================================================== */

@media (max-width: 1100px) {



}















/* ====================================================== */
/* MAX_1050_PX                                            */
/* ====================================================== */

@media (max-width: 1050px) {




}


















/* ====================================================== */
/* MAX_992_PX                                             */
/* ====================================================== */

@media (max-width: 992px) {

.body-app #mainbody > .container {
    padding: 0 5px;
}

#care-sub-menu > .container {
    padding: 0 5px;
}

form#searchForm {
    display: block;
    height: 100%;
    overflow: hidden;
}

.app-search-box {
    padding: 7px 0 0 0;
}

.app-search-box .js-stools .btn-wrapper > input {
    width: 220px;
}

.ask-questions-list.box.col-md-12 {
    padding: 0;
}

.answer-editor-send .btn {
    margin-bottom: 10px;
    margin-left: 10px !important;
    margin-right: 0 !important;
}

.name-email,
.asked,
.asked.allocated-to,
.asked.topics,
.question-subject,
.question-text {
    width: 100%;
    display: block;
    overflow: auto;
}

ul.pagination {
    padding: 40px 0;
}

ul.pagination > li a {
    padding: 3px;
}

.body-app.view-experts #mainbody > .container #content-area {
    padding: 30px 50px 40px 50px;
}

.com_askexpert #content-area .admin-experts-list-tools .ael-tools-filter select {
    width: 170px;
    min-width: 170px;
}

.ael-tools-search .js-stools-container-bar .btn-wrapper.input-group {
    width: 170px;
}

.expert-individual #allocatedForm, .expert-individual #answeredForm {
    display: block;
    overflow: auto;
    margin: 40px 0 0 0;
    padding: 0;
}

.ei-header-in {
    display: block;
    float: none;
    width: 100%;
    padding: 0;
    margin: 0;
}

.is-asker #questionForm {
    padding: 0;
}

#expertpendingForm .app-main-title, 
#expertansweredForm .app-main-title {
    padding: 15px 0 15px 0;
    display: block;
    text-align: center;
}

#expertpendingForm .app-search-box, 
#expertansweredForm .app-search-box {
    display: block;
    float: none;
    padding: 0 0 30px 0;
    text-align: center;
}








}


















/* ====================================================== */
/* MAX_900_PX                                             */
/* ====================================================== */

@media (max-width: 900px) {




}
















/* ====================================================== */
/* MAX_768_PX                                             */
/* ====================================================== */

@media (max-width: 768px) {

.app-search-box {
    padding: 0 0 40px 0;
    text-align: left;
    float: none;
}

.app-search-box .js-stools .btn-wrapper > input {
    width: 100%;
    max-width: 300px;
}

.question-select-allocated .edit-topic input[type="checkbox"] + label, 
.question-select .allocate-topic input[type="checkbox"] + label {
    width: 100%;
}

ul.pagination > li.number:not(.active) {
    display: none;
}

ul.pagination > li a {
    padding: 3px 7px;
}

.admin-experts-list-title {
    float: none;
}

.admin-experts-list-tools {
    float: none;
    width: 100%;
    display: block;
    overflow: hidden;
}

.ael-tools-btn-add {
    margin-top: 0px;
    float: right;
}

#expertpendingForm .app-search-box, #expertansweredForm .app-search-box {
    display: block;
    float: none;
    padding: 0 0 30px 0;
}

















}














/* ====================================================== */
/* MAX_650_PX                                             */
/* ====================================================== */

@media (max-width: 650px) {

.ael-tools-btn-add {
    margin-top: 0;
    float: none;
    display: block;
    width: 100%;
    overflow: hidden;
    text-align: right;
    padding-top: 20px;
}

.ael-tools-filter {
    width: 48%;
    margin: 6px 2% 0 0;
}

.ael-tools-search {
    width: 48%;
    margin: 6px 0 0 2%;
}

.com_askexpert #content-area .admin-experts-list-tools .ael-tools-filter select {
    width: 100%;
    min-width: 100%;
}

.js-stools .js-stools-container-bar {
    float: none;
}

.ael-tools-search .js-stools-container-bar .btn-wrapper.input-group {
    width: 100%;
}










}

















/* ====================================================== */
/* MAX_600_PX                                             */
/* ====================================================== */

@media (max-width: 600px) {

.body-app #mainbody > .container {
    max-width: 100%;
    width: 100% !important;
    padding: 0 5px;
}

.question-select-allocated .edit-topic input[type="checkbox"] + label, 
.question-select .allocate-topic input[type="checkbox"] + label {
    height: auto;
}

.ael-expert-email-phone,
.ael-experts-status {
    color: #ffffff;
}

.ael-expert-email-phone .ael-expert-email, 
.ael-expert-email-phone .ael-expert-phone {
    color: #58535b;
    display: inline-block;
    width: calc(100% - 30px);
}

.ael-experts-status .ael-experts-pending,
.ael-experts-status .ael-experts-answered,
.ael-experts-status .ael-experts-total {
    color: #A8A8A8;
    display: inline-block;
    width: calc(100% - 30px);
}















}















/* ====================================================== */
/* MAX_550_PX                                             */
/* ====================================================== */


@media (max-width: 550px) {

.body-app #mainbody > .container #content-area {
    padding: 30px 20px 40px 20px;
}

.body-app #mainbody > .container #searchForm {
    padding: 0 25px;
}

.ael-expert-info {
    width: 100%;
    float: none;
    margin: 0 0 10px 0;
}

.ael-expert-actions {
    display: block;
    float: none;
    width: 150px;
    padding: 0 0 8px 0;
}

.body-app.view-experts #mainbody > .container #content-area {
    padding: 10px 20px 40px 20px;
}



}













/* ====================================================== */
/* MAX_500_PX                                             */
/* ====================================================== */


@media (max-width: 500px) {

.ael-tools-filter {
    width: 100%;
    margin: 6px 0 0 0;
}

.ael-tools-search {
    width: 100%;
    margin: 6px 0 0 0;
}

.ael-tools-btn-add {
    text-align: left;
}












}















/* ====================================================== */
/* MAX_450_PX                                             */
/* ====================================================== */

@media (max-width: 450px) {

.body-app #mainbody > .container #searchForm {
    padding: 0;
}





}












/* ====================================================== */
/* MAX_400_PX                                             */
/* ====================================================== */

@media (max-width: 400px) {




}











/* ====================================================== */
/* MAX_360_PX                                             */
/* ====================================================== */

@media (max-width: 360px) {




}











/* ====================================================== */
/* MAX_320_PX                                             */
/* ====================================================== */

@media (max-width: 320px) {



}











@media (min-aspect-ratio: 16/10) and (orientation: landscape) and (max-width: 992px) {

/* ================================================================= */
/* ALL_SLIDESHOW                                                     */






}