.an_date, .an_hidden_ds {
    display: none;
}

.main-container .container {
    max-width: 960px;
}

.datepicker {
    max-width: 140px;
    font-size: 14px;
    /*border: 1px solid rgba(217,225,233,0.5);*/
    border: 1px solid rgba(125,125,125,0.5);
    border-radius: 5px !important;
    margin-top: 1px;
    height: 36px;
    padding-left: 12px;
    /*-webkit-box-shadow: 0px 0px 1px 1px rgba(217,225,233,0.5);
    -moz-box-shadow: 0px 0px 1px 1px rgba(217,225,233,0.5);
    box-shadow: 0px 0px 1px 1px rgba(217,225,233,0.5);*/
    outline: none !important;
    color: #212529;
    cursor: pointer;
}


.support-ressistance-tab-active {
    color: #0077a3 !important;
    border-bottom: 1px solid #ef9c00;
}

.ui-datepicker-trigger {
    position: relative;
    left: -28px;
    top: 3px;
    cursor: pointer;
    width: 18px;
}

.navbar{
    background: none;
}

.nav-link, .nav-link:hover {
    color: #212529;
}

.img-container{
    padding-top: 1rem;
    text-align: center;
}
.img-container img {
    width:100%;
    height: auto;
}

#GBP-USD {
    display: none;
}
#USD-JPY{display:none;}
#US30{display:none;}
#EUGERMANY40{display:none;}

.analisysTab .text:nth-child(2){
    margin-top: 20px;
}

.analisysTab table {
    width: 100%;
}

.analisysTab .an_table td {
    border: 1px solid rgba(217,225,233,0.5);
    line-height: 35px;
    width: 50%;
    color: #212529;
}

.analisysTab .an_table th {
    line-height: 40px;
    background-color: #0077a3;
    color: #fff;
    font-weight: normal;
}

.intraday {
    background-color: #eef2f2;
}

.tablewidth td:first-child .an_table {
    float: left;
    width: 98%;
}

.tablewidth td:last-child .an_table {
    float: right;
    width: 98%;
}

.underline1 {
    display: none;
}

.img, .an_table {
    -webkit-box-shadow: 0px 0px 19px 5px rgba(194, 201, 208, 0.5);
    -moz-box-shadow: 0px 0px 19px 5px rgba(194, 201, 208, 0.5);
    box-shadow: 0px 0px 19px 5px rgba(194, 201, 208, 0.5);
}

.main-container .button {
    font-size: 0.9em;
    padding: 8px 5px;
    min-width: 200px;
}

.formstyle {
    width: 100% !important;
    font-size: 14px;
    border: 1px solid rgba(217,225,233,0.5);
    border-radius: 8px !important;
    margin-top: 1px;
    height: 36px;
    padding-left: 12px;
    -webkit-box-shadow: 0px 0px 1px 1px rgba(217,225,233,0.5);
    -moz-box-shadow: 0px 0px 1px 1px rgba(217,225,233,0.5);
    box-shadow: 0px 0px 1px 1px rgba(217,225,233,0.5);
    outline: none !important;
}

.reset-password-wrapper img{
    width: 5rem;
}

#subscription-form {
    position:relative;
}

#Error {
    position: absolute;
    left: 15px;
    bottom: -30px;
    color: red;
}

input[type=submit] {
    border: 0;
}

#mail-input {
    width: 90%!important;
}

.sub-container-btn{
    display: none;
}

.active.sub-container-btn {
    display: block;
}

.like-btn-container{
    position: relative;
    left:0;
}

.lb-a, .lb-like-icon {
    width: 20px !important;
}

.main-container nav.navbar {
    display: flex !important;
}

@media screen and (max-width:992px) {
    .img {
        width: 100% !important;
        height: auto !important;
    }
}

@media screen and (max-width:576px) {
    #subscription-form {
        text-align: center;
    }

    #mail-input {
        width: 100% !important;
    }

    .main-container .navbar-nav {
        flex-direction: initial !important;
    }

    .navbar-nav .nav-item {
        margin-bottom: 8px;
    }

    #Error {
        position: initial;
        margin-top: 5px;
    }
}

/*Web - Dark Theme*/
.darkThemeOn p {
    color: #d5d5d5 !important;
}
.darkThemeOn .intraday {
    background-color: #3f4757;
}
.darkThemeOn .navbar-expand-sm .navbar-nav .nav-link, .darkThemeOn .analisysTab .an_table td, .darkThemeOn .warning-blocks {
    color: #d5d5d5;
}
.darkThemeOn .datepicker, .darkThemeOn input:not([type='submit']), .darkThemeOn select, .darkThemeOn .custom-checkbox .custom-control-label::before {
    background: transparent !important;
    color: #d5d5d5 !important;
}
.darkThemeOn .lb-style-custom .lb-count {
    color: #d5d5d5;
}
.darkThemeOn img.img {
    filter: invert(100%);
}