div#login_screen {
    position: absolute;
    opacity: 0;
}
div#loader i {
    font-size: 100px;
}
div#loader {
    background: #fff;
    display: flex;
    width: 100%;
    height: 100%;
    z-index: 9999999;
    position: absolute;
    align-items: center;
    justify-content: center;
}
#login_screen {
    display: none;
}

.landing_page .landing_wrapper .row .thumb_section img {
    max-height: 400px;
    min-height: 200px;
    width: auto;
    padding: 0 3px;
}

.cycle-slideshow,
main {
    display: inline-block;
    width: 100%;
}

.store-holder {
    margin-bottom: 60px !important;
}

span.fa.fa-lock.form-control-feedback.left {
    display: none;
}
@media screen and (max-width: 768px) {
    table.table.table-striped.table-bordered {
        display: inline-block;
        overflow-x: scroll;
    }
    .login_logo img {
        width: 100%;
    }
    ul.dropdown-menu.dropdown-usermenu.pull-right.show {
        position: absolute !important;
        transform: none !important;
        top: 58px !important;
        right: 0px !important;
        left: unset !important;
    }
    .menu_section.active a {
        font-size: 8px !important;
    }
    .menu_section.active {
        position: relative;
        top: -80px;
    }
    .nav-sm .container.body .right_col {
        padding: 10px 20px;
        margin-left: 70px !important;
        z-index: 2;
    }
    div#top_paginate {
        display: inline-block;
        position: relative;
        top: 0;
        right: 0;
    }
    .dataTables_filter {
        float: left;
    }
    .access_control .x_panel {
        overflow-x: scroll;
    }
    ul.bar_tabs {
        padding: 0px;
        float: none !important;
    }
    ul.bar_tabs > li {
        margin: 10px 0px;
        border-radius: 0px !important;
        float: none !important;
        border: none !important;
    }
    ul.bar_tabs {
        padding: 0px;
        float: none !important;
        display: inline-block;
        width: 100%;
        height: auto;
        background: none;
    }
    ul.bar_tabs > li.active {
        float: none !important;
        margin-top: 10px;
    }
    ul.bar_tabs > li.active a {
        border: solid 1px #ccc !important;
        border-radius: 0px !important;
    }
    .col-md-12 {
        width: 100%;
    }
    div#library #top_paginate {
        position: relative;
        top: 0;
        right: 0;
    }
    .filter_category {
        width: 100%;
    }
}

/* mobile */

@media screen and (min-width: 769px) {
    .login_page {
        display: none;
    }
    .cycle-slideshow,
    .example-pager {
        display: block;
    }
}

/* WELCOME PAGE */
.default_logo {
    position: absolute;
    z-index: 9999;
    top: 5px;
    left: 5%;
}
.default_logo img {
    width: 110px;
    margin-top: 8px;
}
a.f_pass {
    font-size: 16px;
    display: inline-block;
    text-align: center;
    border: solid 1px #06390d;
    color: #06390d;
    border-radius: 50%;
    font-weight: 100;
    padding: 2px 10px;
    margin-left: 5px;
}
.landing_page {
    display: inline-block !important;
    width: 100%;
    position: absolute;
    top: 0;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    left: 0;
}
.slide_1 {
    background-image: url(../../images/welcome/xog/slide1.jpg);
    background-position: center;
}
.slide_2 {
    background-image: url(../../images/welcome/xog/slide2.jpg);
    background-position: center;
}
.slide_3 {
    background-image: url(../../images/welcome/xog/slide3.jpg);
    background-position: center;
}
.landing_wrapper {
    display: block;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    top: 20% !important;
    font-family: "Montserrat", sans-serif;
    display: flex;
    flex-direction: column;
}
.col-md-6.details_sections {
    margin-top: 70px;
}
.col-md-6.details_sections h2 {
    font-size: 50px;
    color: #fff;
    font-weight: bold;
    line-height: 60px;
}
.col-md-6.details_sections p {
    font-size: 20px;
    color: #fff;
    font-weight: 100;
    line-height: 30px;
}
.col-md-6.details_sections span img {
    margin-left: 10px;
}
.col-md-6.details_sections span {
    color: #fff;
    margin-top: 20px;
    display: inline-block;
    font-size: 15px;
}

.col-md-6.thumb_section {
    text-align: center;
}

.col-md-6.details_sections a:hover {
    opacity: 0.5;
    transition-duration: 0.5s;
}
span.cycle-pager-active {
    background: #fff !important;
}

.example-pager span {
    width: 15px;
    height: 15px;
    background: transparent;
    color: transparent;
    margin: 0px 4px;
    display: inline-block;
    border: solid 1px #fff;
    border-radius: 50%;
    cursor: pointer;
}
.example-pager {
    text-align: center;
    display: inline-block;
    margin-top: 60px;
    width: 100%;
    position: fixed;
    z-index: 999;
    bottom: 10%;
}
.logo_app {
    position: absolute;
    z-index: 9999;
    width: 100%;
    top: 10%;
    display: block;
    padding: 0px 250px;
}
.login_top p strong {
    font-size: 13px;
    font-weight: 600 !important;
    color: #000;
}
.logo_app img {
    width: 200px;
}
.login_top form {
    margin: 10px 0px !important;
    display: inline-block;
    vertical-align: middle;
}
.login_top input {
    display: inline-block;
    width: auto;
    margin: 0px 5px !important;
    padding: 9px !important;
    border-radius: 5px;
    border: solid 1px #4f9fd4;
    color: #472983;
    height: 30px;
    font-size: 13px;
}
.login_top {
    font-family: "Montserrat", sans-serif;
    position: absolute;
    top: 0;
    z-index: 999;
    display: inline-block;
    width: 100%;
    background: #fff;
    text-align: right;
    padding: 8px 90px;
    left: 0;
}
a.logo_top_ img {
    width: 194px;
    height: 31px;
}
.login_top p {
    display: inline-block;
    width: auto !important;
    vertical-align: middle;
    margin-top: 10px;
    margin-right: 10px;
}
.login_top button {
    background:  #DD0033;
    font-size: 11px;
    padding: 5px 36px;
    margin-left: 10px;
    border-radius: 5px;
    border: none;
}

.form-group.privacy h1,
.form-group.privacy p {
    color: #000;
}

@media screen and (max-width: 769px) {
    .login_page {
        display: block !important;
    }
    .default_logo {
        display: none;
    }
    .example-pager {
        display: none;
    }
}
.footer a {
    color: #000;
}
.footer p {
    margin: 0px;
    color: #000;
}
.footer {
    background: #fff;
    text-align: center;
    padding: 15px 0px;
    font-family: "Montserrat", sans-serif;
    position: fixed;
    bottom: 0;
    z-index: 999;
    width: 100%;
}

.footer strong {
    margin: 0px 20px;
}
.login_top .fade.in {
    position: absolute;
    right: 275px;
    top: 15px;
    color: red;
}
a.logo_top_ {
    margin-left: 50px;
    margin-top: 12px;
    float: left;
}

.col-md-6.thumb_section img {
    margin: 0px 10px;
}

/* mobile */
@media screen and (max-width: 768px) {
    div#login_screen form {
        margin-top: 100px;
        opacity: 100;
    }
    .login_page {
        display: none !important;
    }
    .col-md-6.thumb_section img:last-child {
        width: 44%;
    }
    .col-md-6.thumb_section img {
        margin: 0px 5px;
        width: 45%;
    }
    .col-md-6.details_sections {
        margin-top: 0px;
        padding: 0px 15px;
    }
    .landing_wrapper {
        display: block;
        width: 100%;
        margin: 0 auto;
        position: relative;
        top: 0% !important;
        font-family: "Montserrat", sans-serif;
        display: flex;
        flex-direction: column;
    }
    .row {
        margin-right: 0px;
        margin-left: 0px;
    }
    .col-md-6.details_sections span {
        color: #fff;
        margin-top: 0px;
        font-size: 15px;
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        font-size: 15px;
        width: 100%;
        padding: 0px;
    }
    .col-md-6.details_sections span img {
        margin-left: 0px;
        width: 49%;
    }
    .col-md-6.details_sections h2 {
        font-size: 30px;
        color: #fff;
        font-weight: bold;
        line-height: 40px;
    }
    .login_top {
        display: none;
    }
    .footer {
        display: none;
    }
    .cycle-slideshow {
        display: block;
    }
    .col-md-6.details_sections p {
        font-size: 14px;
        color: #fff;
        font-weight: 100;
        line-height: 20px;
    }
    .example-pager span {
        display: none;
    }
    .mobile_header {
        position: relative;
        top: 0px;
        z-index: 9999;
        background-color: #fff;
        padding: 10px;
    }
    .mobile_header img {
        position: relative;
        /* left: 10px; */
        width: 80px;
    }
    .mobile_header a {
        color: #fff;
        font-family: "Montserrat", sans-serif;
    }
    .mobile_header {
        display: inline-block !important;
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 50px;
        background-color: #fff;
    }
    .mobile_header a:last-child {
        position: absolute;
        top: 35%;
        right: 35px;
        color: #DD0033 !important;
    }
    div#login_screen {
        position: absolute;
        z-index: 999999;
        display: flex;
        height: 100%;
        justify-content: center;
        align-content: center;
        align-items: center;
        background-color: #ffffff;
        background-position: center;
        opacity: 1 !important;
    }
    div#login_screen input {
        border: none;
        background: transparent;
        border-bottom: solid 2px #DD0033;
        padding-left: 22px;
        margin-bottom: 40px;
        box-shadow: none;
        color: #000;
        z-index: 9;
        position: relative;
    }
    span.form-control-feedback.left {
        border: none;
        top: -3px;
        left: 0;
        color: #000 !important;
    }
    a.logo_on_form {
        display: inline-block;
        width: 100%;
        text-align: center;
        position: relative;
        top: -66px;
    }
    a.logo_on_form img {
        width: 100px;
    }
    #login_screen form {
        display: inline-block;
        width: 100%;
        padding: 20px;
    }
    div#login_screen input:focus {
        border-bottom: solid 2px #ccd0d7 !important;
        color: #000 !important;
    }
    .form-check label {
        position: relative;
        top: -1px;
        left: 10px;
    }
    .form-check input {
        background: transparent;
    }
    .form-check {
        font-size: 12px;
        font-weight: 100 !important;
        font-family: Montserrat;
        margin-top: -19px;
    }
    div#login_screen button {
        width: 100%;

        border: none;
        font-size: 15px;
        padding: 10px 0px;
        font-family: Montserrat;
        border-radius: 5px;
    }
    div#login_screen button:hover {
        color: #fff;
    }
    a.reset_pass.right {
        width: 100%;
        text-align: center;
        margin-top: 30px !important;
        display: inline-block;
        color: #000;
        text-shadow: none;
        font-family: Montserrat;
        font-size: 13px;
        font-weight: 100;
        text-transform: none;
    }
    div#login_screen p a {
        color: #000;
    }
    div#login_screen p {
        color: #000;
        font-family: Montserrat;
        display: inline-block;
        width: 100%;
        text-align: center;
        font-size: 12px;
        margin-top: 60px;
    }
    span#see_password {
        z-index: 999;
        border: none;
        right: 0;
        top: -4px;
        color: #000;
        pointer-events: visible;
    }
    div#top_paginate {
        display: inline-block;
        position: relative;
        top: 0;
        right: 0;
    }
    .dataTables_filter {
        float: left;
    }
    .access_control .x_panel {
        overflow-x: scroll;
    }
    ul.bar_tabs {
        padding: 0px;
        float: none !important;
    }
    ul.bar_tabs > li {
        margin: 10px 0px;
        border-radius: 0px !important;
        float: none !important;
        border: none !important;
    }
    ul.bar_tabs {
        padding: 0px;
        float: none !important;
        display: inline-block;
        width: 100%;
        height: auto;
        background: none;
    }
    ul.bar_tabs > li.active {
        float: none !important;
        margin-top: 10px;
    }
    ul.bar_tabs > li.active a {
        border: solid 1px #ccc !important;
        border-radius: 0px !important;
    }
    table#datatable-responsive {
        overflow-y: scroll;
        display: inline-block;
    }
    .col-md-12 {
        width: 100%;
    }
    div#library #top_paginate {
        position: relative;
        top: 0;
        right: 0;
    }
    .filter_category {
        width: 100%;
        position: unset;
    }
    .filter_language {
        width: 100%;
        position: unset;
    }
    div#tbl-inspire_filter label {
        width: 100%;
    }

    div#tbl-inspire_filter {
        width: 100%;
        text-align: left;
    }
}
table#tbl-inspire {
    overflow-x: scroll;
    display: inline-block;
    overflow-y: hidden;
}
.mobile_header {
    display: none;
}
#login_screen {
    display: none;
}

.form-group.privacy {
    padding: 20px;
}
ul#sortable li {
    padding: 15px 20px;
    background: #2a3f54;
    color: #fff;
    margin: 10px 0px;
    border-radius: 5px;
}
ul#sortable {
    list-style: none;
    padding: 0px;
}
@media screen and (max-width: 500px) {
    .dataTables_filter {
        float: left;
        width: 100%;
    }
    td.sorting_1 {
        min-width: 500px;
    }

    button#generateReport {
        width: 100%;
        margin: 0px !important;
    }
    a.btn.btn-default.buttons-csv.buttons-html5 {
        width: 100%;
        margin-top: -20px;
    }
    ul.nav.navbar-nav.navbar-right li {
        float: right !important;
    }
    ul.nav.navbar-nav.navbar-right {
        width: 100%;
        float: none !important;
    }
    .pull-left,
    .pull-right {
        width: 100% !important;
        margin: 5px 0px !important;
    }

    button#generateGraph,
    #generateActionPDF,
    #generateResultsPDF,
    #button#generateReport {
        margin: 0px !important;
        width: 100% !important;
        float: left !important;
    }
}
table#tbl-inspire {
    overflow-x: scroll;
    display: inline-block;
    overflow-y: hidden;
}

.landing_page.slide_3.cycle-slide h2,
.landing_page.slide_3.cycle-slide p {
    color: #fff;
}
/* landing responsiveness */

@media screen and (max-width: 1237px) {
    .col-md-6.details_sections {
        width: 40%;
        margin-top: 0;
    }
    .landing_wrapper {
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        flex-direction: column;
    }
    .landing_wrapper > .row {
        margin: 0px;
        margin-top: 10px;
    }

    .col-md-6.thumb_section img {
        width: 40%;
    }
    .default_logo {
        position: relative;
        background: #fff;
        left: 0;
        text-align: center;
        width: 100%;
        display: inline-block;
        padding: 10px 0px;
    }
}

@media screen and (max-width: 768px) {
    .default_logo {
        display: none !important;
    }
    .landing_page a img {
        width: 170px !important;
    }
    .col-md-6.thumb_section {
        text-align: center;
        width: 94%;
        margin-top: 50px;
    }
    .col-md-6.thumb_section img {
        width: 25% !important;
    }
    .col-md-6.thumb_section {
        text-align: center;
        width: 100%;
    }
    .mobile_header {
        left: 0;
    }
    .col-md-6.details_sections {
        width: 100% !important;
        margin-top: 0;
    }
    .footer {
        display: block;
        left: 0;
    }
    .cycle-slideshow,
    main {
        width: 100% !important;
    }
}

@media screen and (max-width: 450px) {
    .col-md-6.thumb_section img {
        max-height: 350px;
        min-height: 150px;
        width: auto;
    }
    .landing_page .landing_wrapper .row .thumb_section img {
        height: auto;
        width: auto;
        padding: 0 3px;
    }
}

@media (max-width: 900px) {
    .landing_page .landing_wrapper .row .thumb_section img {
        height: auto;
        width: auto;
        padding: 0 3px;
    }
}

@media (max-height: 464px) {
    .landing_page .landing_wrapper .row .thumb_section img {
        height: 195px;
        width: auto;
        padding: 0 3px;
    }
}

@media (max-height: 310px) {
    .landing_page .landing_wrapper .row .thumb_section img {
        height: 134px;
        width: auto !important;
        padding: 0 0px;
    }
}
