/*
To change this license header,  choose License Headers in Project Properties.
To change this template file,  choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on :  Sep 3,  2018,  10:50:58 PM
    Author     :  jay
*/

abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
body {
    line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}
nav ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none;
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0;
}
ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}
mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: 700;
}
del {
    text-decoration: line-through;
}
abbr[title], dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
input, select {
    vertical-align: middle;
}
body, html {
    height: 100%}
body {
    font: 14px Lato, Arial, sans-serif;
    margin: 0;
    padding: 0;
    width: 100%;
    color: #3f4547;
    position: relative;
    overflow: hidden;
    min-height: 600px;
    overflow-y: auto;
}
p {
    margin: 15px 0;
}
h1 {
    font-size: 28px;
}
ol {
    list-style-position: inside;
}
ol li:first-child {
    margin-bottom: 5px;
}
::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}
.hide {
    display: none;
}
.light-green {
    color: #ec094e!important;
}
.clear {
    clear: both;
}
#load-container {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -30px;
    margin-right: -30px;
}
#form-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: auto;
    text-align: center;
    margin-top: 28px;
    max-width: 600px;
}
.extended-width {
    width: 450px!important;
}
#error-page-container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    height: auto;
    text-align: center;
    width: calc(100% - 20px);
}
#error-page-container h1 {
    margin: 20px 0;
}
#error-page-container .button {
    text-decoration: none;
    width: 200px;
    font-size: 14px;
    font-weight: 400;
}
#error-page-container img {
    width: 100%;
    max-width: 435px;
}
#error-notification {
    line-height: 25px;
    max-width: 500px;
    margin: 0 auto;
}
.form {
    max-width: 362px;
    margin: 0 auto;
}

#logo-container {
    width: 400px;
    margin: 0 auto
}

#logo {
    width: auto;
    /*height: 90px;*/
    margin-left: 0;
    margin-top: 10px;
    /*border-bottom: 2px solid #ec094e*/

}

#form-header {
    margin: 30px 0 10px;
}
.input-area {
    padding: 10px 0;
    position: relative;
}
.button {
    border-radius: 4px;
    cursor: pointer;
    padding: 16px 0;
    color: #fff;
    font-size: 16px;
    width: 100%;
    outline: 0;
    display: inline-block;
    background-color: #ec094e;
    font-weight: 700;
    font-family: inherit;
    border: 0;
}
.input-area .text {
    width: 340px;
    padding: 15px 10px;
    outline-width: 0;
    box-shadow: none;
    font-size: 16px;
    border: 1px solid #a6a6a6;
    border-radius: 4px;
}
.text::placeholder {
    color: #999;
    opacity: 1;
}
em.invalid {
    color: #F74D5A;
    display: block;
    text-align: left;
    font-style: normal;
    margin: 5px 0 0;
}
.input-area .text.invalid {
    border-color: #f8b9d6!important;
    border-radius: 3px;
}
#menu-container {
    position: absolute;
    width: 70%;
    right: 0;
    text-align: right;
    top: 30px;
    z-index: 2;
    min-width: 400px;
}
#language-container {
    width: 400px;
    margin: 0 auto;
    position: relative;
}
#selected-language {
    cursor: pointer;
    margin: 0 4px;
    padding: 5px 6px;
    display: inline-block;
}
#language-name {
    text-transform: capitalize;
}
#language-selection-list {
    position: absolute;
    display: none;
    right: 0;
    width: 175px;
    height: 350px;
    overflow: visible;
    background: #fff;
    -webkit-box-shadow: -1px 2px 4px 4px rgba(0, 0, 0, .05);
    -moz-box-shadow: -1px 2px 4px 4px rgba(0, 0, 0, .05);
    box-shadow: -1px 2px 4px 4px rgba(0, 0, 0, .05);
    text-align: left;
    top: 34px;
    border-radius: 5px;
}
#language-selection-list ul {
    padding: 5px 0;
    height: 340px;
    position: relative;
    width: 100%;
    z-index: 2;
    background: #fff;
    overflow: auto;
}
#language-selection-list ul li {
    margin: 0 4px;
    padding: 5px 6px;
    cursor: pointer;
    text-transform: capitalize;
}
#language-selection-list ul li:hover {
    background: rgba(80, 182, 72, .28);
}
#language-dropdown-triangle {
    position: absolute;
    top: -6px;
    width: 12px;
    height: 12px;
    background: #fff;
    z-index: 1;
    left: 100px;
    box-shadow: 0 0 3px 3px rgba(0, 0, 0, .03);
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
#select-language {
    vertical-align: middle;
    width: 12px;
    height: 7px;
    display: inline-block;
    background-image: url(../../a43/images/down-arrow.png);
    background-repeat: no-repeat;
    margin-top: -2px;
}
.flag {
    vertical-align: middle;
    margin-right: 5px;
}
.error {
    padding: 12px 10px;
    background: #FEE6E8;
    border-radius: 4px;
    color: #F74D5A;
    margin: 10px 0;
    text-align: center;
}
.success {
    color: #3c763d;
    background-color: #dff0d8;
    padding: 12px 10px;
    border-radius: 4px;
    margin: 10px 0;
}
#login-container {
    width: 100%;
    height: 100%}
#login-container h1 {
    margin: 15px 0;
}
#login-container #form-container {
    margin-top: 0;
}
#login-container #submitting-loader-container {
    top: 0;
}
#login-container #logo-container {
    display: none;
}
#left-content-container {
    position: absolute;
    left: 0;
    width: 55%;
    top: 0;
    bottom: 0;
    background: #2A2A2A;
    height: auto;
    z-index: 1;
}
#left-content-wrapper {
    background: #fff;
    max-width: 600px;
    position: absolute;
    right: 10%;
    top: 50%;
    overflow: hidden;
    border-radius: 5px;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15)!important;
    display: grid;
    grid-template-rows: 130px auto;
    max-height: 600px;
    transform: translate(0, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 90%}
#right-content-container {
    position: absolute;
    left: 55%;
    right: 0;
    top: 0;
    bottom: 0;
    width: auto;
    height: auto;
}
.left {
    float: left;
}
.right {
    float: right;
}
#link {
    color: #ec094e;
    text-decoration: none;
}


#right-image {
    background-image: url(./img/right.png);
    width: 154px;
    height: 55px
}



#feed-header {
    font-size: 18px;
    margin-bottom: 0;
    padding: 0 10%;
}
#feed-container {
    overflow: auto;
    padding: 0 10%}

.content-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    color: inherit;
    line-height: 25px;
    text-decoration: none;

}
.content-date {
    font-size: 12px;
    color: #999;
    margin: 5px 0 0;
    text-transform: capitalize;
}
.content {
    padding: 15px 0;
}
.content:nth-child(2) {
    border-top: 1px solid #eee;
    margin-top: 10px;
}
.content-body {
    font-size: 13px;
    text-align: justify;
}
.feed-link {
    font-size: 13px;
}
@media (max-width:890px) {
    #left-content-container {
        display: none;
    }
    #right-content-container {
        left: 0;
    }
    #login-container #logo-container {
        display: block;
    }
    #logo-container {
        max-width: 400px;
        width: 100%}
    #form-container {
        width: calc(100% - 40px);
        padding: 0 20px;
    }
    .input-area .text {
        width: calc(100% - 20px);
    }
    #create-account-form #email {
        width: calc(100% - 35px)!important;
    }
    #language-selection-list {
        right: 10px;
    }
}#instruction-container {
    background-color: #f3f3f2;
    padding: 15px;
    border-radius: 4px;
    margin: 20px auto;
    text-align: left;
}
#instruction-container ol {
    list-style-position: outside;
    padding: 0 10px;
}
#accept-invitation-form, #invitation-signup-form {
    position: static!important;
}
#accept-invitation-form-container {
    display: none;
}
.password-meter {
    position: absolute;
    width: 50px;
    right: 12px;
    top: 29px;
    height: 15px;
}
.password-meter-message {
    text-align: left;
    margin: 5px 0 0;
}
.password-meter-bar, .password-meter-bg {
    height: 15px;
}
.password-meter-bg {
    background: #e0e0e0;
}
.password-meter-message-very-weak {
    color: #a03;
}
.password-meter-message-weak {
    color: #f5ac00;
}
.password-meter-message-good {
    color: #69c;
}
.password-meter-message-strong {
    color: green;
}
.password-meter-bg .password-meter-very-weak {
    background: #6ec02a;
    width: 10%}
.password-meter-bg .password-meter-weak {
    background: #6ec02a;
    width: 25%}
.password-meter-bg .password-meter-good {
    background: #6ec02a;
    width: 75%}
.password-meter-bg .password-meter-strong {
    background: #6ec02a;
    width: 100%}
#reset-password #password {
    padding-right: 70px;
    width: 280px;
}
.signup-loader {
    background: url(../../a43/images/ajax-loader-small-transparent.gif) no-repeat;
    height: 16px;
    width: 16px;
    position: absolute!important;
    right: 5px;
    top: 28px;
    display: none;
}
#create-account-form #email {
    padding-right: 25px;
    width: 325px;
}
#submitting-loader-container {
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, .6);
    z-index: 5;
    display: none;
}
#submitting-loader {
    position: absolute;
    top: 50%;
    margin-top: -30px;
    left: 50%;
    margin-left: -30px;
}

