﻿@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;400&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600&display=swap');


html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: relative;
    min-height: 100%;
}

body {
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #EDF0F2;
    font-display: swap;
}

#logo {
    text-align: center;
    background-position: bottom;
}

@media (min-width: 768px) {
    .modal-lg {
        width: 100%;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 100%;
    }
}

.modal-full {
    width: 99% !important;
    height: 100% !important;
    left: 0 !important;
    top: 0 !important;
    position: fixed !important;
    margin: 0px !important;
    padding: 0px !important;
}

    .modal-full .modal-dialog {
        width: 100% !important;
        height: 100% !important;
        margin: 0px !important;
    }

    .modal-full .modal-body {
        max-height: calc(100vh - 212px);
    }

    .modal-full #frmModal {
        height: calc(100vh - 212px) !important;
    }

#DivFullRowContainer {
    /*background-color: #39ABCF; color:#fff /* Used if the image is unavailable */
    margin: 0px;
}



.hideHeaderFooter #DivHeaderContainer {
    display: none !important;
}

.hideHeaderFooter #DivFullRowContainer {
    display: none !important;
}

.hideHeaderFooter #DivFooterContainer {
    display: none !important;
}



.page-header {
    margin-top: 0px !important;
    padding-top: 10px !important;
    margin-bottom: 0px !important;
    color: black;
    border: 0px !important;
    padding: 26px !important;
}

    .page-header h1 {
        margin: 0px !important;
        font-weight: normal !important;
        border: 0px !important;
        text-align: center;
        font-size: 26px !important;
    }

    .page-header a {
        color: #000 !important;
    }

table, th {
    background-color: white;
}

#breadcrumbContainer {
    background-color: #fff !important;
    font-size: 11px !important;
    font-weight: normal !important;
    color: #666;
    margin: 0px !important;
    padding: 10px !important;
    display: none;
}

.breadcrumb {
    margin: 0px !important;
    padding: 0px !important;
    padding-left: 0px !important;
    background-color: #EDF0F2 !important;
    margin-bottom: 30px !important;
}



#breadcrumbContainer a {
    color: #666;
}

.breadcrumb_active {
    font-weight: bold;
}



#main_content {
    min-height: 600px;
    padding: 15px;
    padding-top: 30px;
}

#PrivacyAlert {
    padding: 30px;
    background-color: #0094DA;
    color: white;
    position: fixed;
    bottom: 0;
    z-index: 9999999999999;
}

    #PrivacyAlert a {
        color: white;
        text-decoration: underline;
    }


.wrapper {
    display: flex;
    width: 100%;
    align-content: streach;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}


.main_side {
    width: 240px;
    flex: 0 0 240px;
    margin: 0 !important;
    padding: 0 !important;
}

.pnlContent {
    padding: 30px 30px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 15px rgba(0,0,255,0.05);
}


.btn-rounded {
    border-radius: 36px !important;
    padding: 9px 18px !important;
    font-size: 18px !important;
    background-color: #0094DA !important;
    border: 0px !important;
    color: white !important;
    text-decoration: none !important;
}

    .btn-rounded:hover {
        background-color: #286090 !important;
    }

.main_center {
    flex-grow: 1;
}


.col1 {
    float: left;
    width: 200px;
}

.col2 {
    float: none;
    overflow: hidden;
    display: table-cell; /* turn this off to lock height at 65px */
}

.col3 {
    float: right;
    width: 200px;
}




h1 {
    font-size: 24px !important;
    font-weight: bold;
}

.glyphicon {
    margin-right: 15px !important;
}

.navbar-default {
    background-color: #2C2D3A !important;
    border-color: #2C2D3A !important;
}

    .navbar-default .navbar-brand {
        color: #ecf0f1;
    }

        .navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
            color: #ffffff;
        }

    .navbar-default .navbar-text {
        color: #ecf0f1;
    }

    .navbar-default .navbar-nav > li > a {
        color: #ecf0f1;
    }

        .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
            color: #ffffff;
        }

    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #ffffff !important;
        background-color: #2C2D3A !important;
    }

    .navbar-default .navbar-nav > .open > a {
        color: #000 !important;
    }


        .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
            color: #ffffff;
            background-color: #2C2D3A !important;
        }

    .navbar-default .navbar-toggle {
        border-color: #2C2D3A;
        background-color: #2C2D3A !important;
    }

        .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
            background-color: #2C2D3A;
        }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #ecf0f1;
        }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #ecf0f1;
    }

    .navbar-default .navbar-link {
        color: #ecf0f1;
    }

        .navbar-default .navbar-link:hover {
            color: #ffffff;
        }

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #ffffff;
    }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
            color: #ffffff;
        }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #ffffff;
        background-color: #2C2D3A;
    }
}

footer {
    background: #2C2D3A;
    color: #55CBFD;
    padding: 30px;
    padding-bottom: 200px;
}

    footer a {
        color: #55CBFD !important;
    }

        footer a:hover {
            color: #fff !important;
        }

.footer-newsletter {
    background-color: rgba(44, 62, 80, 1.0);
    text-align: center;
    color: #fff;
    padding-bottom: 50px;
    padding-top: 40px;
}

    .footer-newsletter h4 {
        font-weight: bold;
    }

.copyright {
    font-size: 11px;
    text-align: center;
}


.icon-assist {
    background-image: url("http://cdn5.iconfinder.com/data/icons/Symbolicons_Transportation/24/Car.png");
    background-position: center center;
}


#MasterAlert {
    display: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 3;
    vertical-align: middle;
}

#MasterAlertIcon {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 3;
    vertical-align: middle;
}

    #MasterAlertIcon img {
        cursor: pointer;
    }

.alert-custom1 {
    background: none !important;
    background-image: none !important;
    background-color: #254B72 !important;
    border: none;
    color: white;
    margin: 0px;
    padding: 20px;
    position: relative;
}


    .alert-custom1 a {
        color: #55CBFD !important;
    }

.hscodelink {
    cursor: pointer;
}

    .hscodelink:hover {
        text-decoration: underline;
    }


.cursorhand {
    cursor: hand;
    cursor: pointer;
}



.show-more-row {
    font-size: 11px;
    font-weight: bold;
    color: blue;
    padding-top: 10px;
}

.hiderow {
    display: none;
}

.screenshot {
    padding: 15px;
    background-color: #ccc;
}


@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
    }

    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }

        .navbar-collapse.collapse {
            display: none !important;
        }

    .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }

        .navbar-nav > li {
            float: none;
        }

            .navbar-nav > li > a {
                padding-top: 10px;
                padding-bottom: 10px;
            }
    /* since 3.1.0 */
    .navbar-collapse.collapse.in {
        display: block !important;
    }

    .collapsing {
        overflow: hidden !important;
    }
}


@media (max-width: 767px) {
    #mobile_test {
        display: none;
    }
}


.spin {
    -webkit-animation: spin 2s infinite linear;
    -moz-animation: spin 2s infinite linear;
    -o-animation: spin 2s infinite linear;
    animation: spin 2s infinite linear;
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(0deg);
    }

    to {
        -moz-transform: rotate(360deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.DivRecommend {
    min-height: 400px;
}

.DivYntm {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 180px;
    padding: 10px;
    background-color: #eee;
    border: 1px solid #ccc;
    z-index: 999;
}





/* Small devices (tablets, 768px and up) */
@media (min-width: 300px) {
    .modalAddMaster {
        width: 125px;
        height: 125px;
    }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 600px) {

    .modalAddMaster {
        width: 200px;
        height: 200px;
    }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 800px) {
    .modalAddMaster {
        width: 580px;
        height: 400px;
        margin: 0 auto;
    }

    #ContentContainer {
        padding-left: 40px;
        padding-right: 40px;
    }
}




.table-layout {
    display: table;
    width: 100%;
}

    .table-layout .table-cell {
        display: table-cell;
    }

.fixed-width-200 {
    width: 200px;
}


@media (max-width:1200px) {
    .main_side {
        display: none !important;
    }

    .main_center {
        width: 100%;
    }

    .Advert_Side {
        display: none !important;
    }
}



.Advert_Side {
    position: fixed;
    top: 85px;
    width: 200px;
    z-index: 10;
    vertical-align: top;
}

#Add_Left {
    left: 0;
    text-align: center;
    padding-left: 10px;
    padding-top: 10px;
}

#Add_Right {
    right: 0;
    padding-right: 10px;
    text-align: center;
    padding-top: 10px;
}



.tree, .tree ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .tree ul {
        margin-left: 1em;
        position: relative;
    }

        .tree ul ul {
            margin-left: .5em;
        }

        .tree ul:before {
            content: "";
            display: block;
            width: 0;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            border-left: 1px solid;
        }

    .tree li {
        margin: 0;
        padding: 0 1em;
        line-height: 2em;
        color: #369;
        font-weight: 700;
        position: relative;
    }

    .tree ul li:before {
        content: "";
        display: block;
        width: 10px;
        height: 0;
        border-top: 1px solid;
        margin-top: -1px;
        position: absolute;
        top: 1em;
        left: 0;
    }

    .tree ul li:last-child:before {
        background: #fff;
        height: auto;
        top: 1em;
        bottom: 0;
    }

.indicator {
    margin-right: 5px;
}

.tree li a {
    text-decoration: none;
}



.plus_color {
    color: #3ECDF7;
    font-weight: bold;
    margin-left: 5px;
}

.plus_show {
    display: none;
}



.popup-close {
    width: 34px;
    height: 34px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: -5px;
    right: -5px;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 100%;
    background: #fff;
    border: solid 4px #808080;
}

    .popup-close:after,
    .popup-close:before {
        content: "";
        position: absolute;
        top: 11px;
        left: 5px;
        height: 4px;
        width: 16px;
        border-radius: 30px;
        background: red;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .popup-close:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    .popup-close:hover {
        -webkit-transform: translate(50%, -50%) rotate(180deg);
        transform: translate(50%, -50%) rotate(180deg);
        background: #f00;
        text-decoration: none;
        border-color: #f00;
    }

        .popup-close:hover:after,
        .popup-close:hover:before {
            background: #fff;
        }

/*!
 * 
 * Notifino jQuery Plugin - Stylesheet
 * 
 */

.notifino {
    width: 100%;
    font-family: "Lato", Arial, sans-serif;
    font-display: swap;
}

.notifino-text {
    float: left;
    padding: 0 15px;
}

.notifino-buttons {
    float: right;
}

/* $Layouts type */
.notifino-standard {
    max-width: 940px;
    position: relative;
    margin: 0 auto 0;
    padding: 15px 20px;
}

.notifino-fluid {
    width: 90%;
    margin-left: 5%;
    padding: 15px 20px;
    clear: both;
    overflow: hidden;
    position: relative;
}

.notifino-fluid, .notifino-standard, .notifino-boxed {
    clear: both;
    overflow: hidden;
}

.notifino-boxed {
    max-width: 940px;
    padding: 15px 20px;
    position: relative;
    margin: 10px auto 10px;
}

/* Notifino Content */
.notifino-content {
    float: left;
}

/* $Notifino Buttons */

.notifino-buttons {
    position: absolute;
    top: 7px;
    right: 0;
    font-size: 14px;
}

#notifino-close {
    text-decoration: none;
    display: block;
    float: right;
}

    #notifino-close .fa {
        margin-right: 5px;
        line-height: 30px;
        text-align: center;
    }

.notifino-second-button {
    text-decoration: none;
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 3px;
    padding: 7px 15px;
    border-radius: 3px;
}

.notifino-close-btn-small {
    width: 24px;
    height: 24px !important;
    padding: 0 !important;
    text-align: center;
    line-height: 24px !important;
    margin-top: 4px;
}

    .notifino-close-btn-small .fa-close {
        line-height: 24px !important;
        margin-right: 0 !important;
    }

#notifino-close.notifino-btn-square {
    padding: 0 10px;
    text-align: center;
}

.notifino-btn-rounded {
    padding: 0 15px;
    height: 34px;
    line-height: 34px;
    border-radius: 17px;
    transition: all .35s ease-in-out;
    font-weight: bold;
}

    .notifino-btn-rounded:hover,
    .notifino-btn-rounded:active {
        color: #fff !important;
        background: none !important;
    }

.notifino-btn-square {
    padding: 0 15px;
    height: 30px;
    line-height: 30px !important;
    background: none !important;
    border: 2px solid #fff;
    border-radius: 5px;
    color: #fff !important;
    transition: all .35s ease-in-out;
}

    .notifino-btn-square:hover,
    .notifino-btn-square:active {
        color: #ccc !important;
        background: #fff !important;
    }

.nav > li.dropdown .dropdown-toggle[aria-expanded="true"] {
    color: #02a9f7 !important;
}

.nav > li.dropdown.open {
    /*position: static;*/
}

    .nav > li.dropdown.open #login-dp {
        display: table;
        width: 100%;
        text-align: center;
        left: 0;
        right: 0;
        background-color: #E0E0E0;
        border-bottom: 2px solid #ccc;
        box-shadow: none !important;
        -webkit-border-radius: 0 !important;
        -moz-border-radius: 0 !important;
        border-radius: 0 !important;
    }

@media (min-width: 992px) {
    /* Hover ile alt menüyü göster */
    .navbar-nav > li.dropdown:hover:not(#NotificationsDropdown) > .dropdown-menu {
        display: block;
    }

    /* Hover sırasında bağlantı vurgusu */
    .navbar-nav > li.dropdown:hover:not(#NotificationsDropdown) > a {
        color: #02a9f7 !important;
    }
}

#login-dp > li {
    display: table-cell;
}

.navbar .divider-vertical {
    height: 50px;
    margin: 0 0px;
    /*border-right: 1px solid #3DC9F2;
    border-left: 1px solid #193f5e;*/
}

.navbar-inverse .divider-vertical {
    border-right-color: #222222;
    border-left-color: #111111;
}

@media (max-width: 767px) {
    .navbar-collapse .nav > .divider-vertical {
        display: none;
    }
}

#login-dp {
    margin: 0px;
    min-width: 250px;
    padding: 14px 14px 0;
    overflow: hidden;
    /*background-color:rgba(255,255,255,.8);*/
}

    #login-dp .help-block {
        font-size: 12px;
    }

    #login-dp .bottom {
        background-color: rgba(255,255,255,.8);
        border-top: 1px solid #ddd;
        clear: both;
        padding: 14px;
    }

    #login-dp .social-buttons {
        margin: 12px 0;
    }

        #login-dp .social-buttons a {
            width: 49%;
        }

    #login-dp .form-group {
        margin-bottom: 10px;
    }

@media(max-width:768px) {
    #login-dp {
        background-color: inherit;
        color: #fff;
    }

        #login-dp .bottom {
            background-color: inherit;
            border-top: 0 none;
        }
}

.rdf_tree li {
    padding-right: 0px !important;
}

.rdf_tree p {
    padding: 0px !important;
    margin: 0px !important;
    border-bottom: 1px solid #D9EDF7;
}

    .rdf_tree p span[class^="col-"] {
        padding: 0px !important;
    }

    .rdf_tree p:hover {
        background-color: #f2f2f2;
    }

    .rdf_tree p .gtip {
        border: 1px solid #eee;
        padding: 3px;
        background-color: #D9EDF7;
    }


.blureffect {
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}

#ModalAna .modal-dialog {
    width: 90%;
}

#ModalAna .modal-body {
    max-height: calc(100vh - 212px);
    overflow-y: auto;
}


/* Small devices (tablets, 768px and up) */
@media (min-width: 300px) {
    #ModalAna .modal-dialog {
        width: 100%;
        height: 100%;
    }
}





@media (max-width: 767px) {
    .modal-fullscreen-xs-down {
        padding: 0 !important;
    }

        .modal-fullscreen-xs-down .modal-dialog {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
        }

        .modal-fullscreen-xs-down .modal-content {
            height: auto;
            min-height: 100%;
            border: 0 none;
            border-radius: 0;
            box-shadow: none;
        }
}

@media (max-width: 991px) {
    .modal-fullscreen-sm-down {
        padding: 0 !important;
    }

        .modal-fullscreen-sm-down .modal-dialog {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
        }

        .modal-fullscreen-sm-down .modal-content {
            height: auto;
            min-height: 100%;
            border: 0 none;
            border-radius: 0;
            box-shadow: none;
        }
}

@media (max-width: 1199px) {
    .modal-fullscreen-md-down {
        padding: 0 !important;
    }

        .modal-fullscreen-md-down .modal-dialog {
            width: 100%;
            height: 100%;
            margin: 0;
            padding: 0;
        }

        .modal-fullscreen-md-down .modal-content {
            height: auto;
            min-height: 100%;
            border: 0 none;
            border-radius: 0;
            box-shadow: none;
        }
}

.modal-fullscreen {
    padding: 0 !important;
}

    .modal-fullscreen .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .modal-fullscreen .modal-content {
        height: auto;
        min-height: 100%;
        border: 0 none;
        border-radius: 0;
        box-shadow: none;
    }



.bg-3 {
    /*background: url(https://substatic.findhs.codes/img/bg/mobile-phone-g904d1cf52_1920.png) fixed no-repeat;
    background-size: cover;*/
    background-color: #0786B8;
}

.bg-4 {
    background-color: black;
}



.cta-download {
    margin-top: 80px;
    position: relative;
    padding: 80px 0;
    padding-bottom: 150px;
}

    .cta-download .image-block {
    }

@media (max-width: 992px) {
    .cta-download .image-block {
        display: none;
    }
}

.cta-download .content-block h2,
.cta-download .content-block p {
    color: #fff;
}

.cta-download .content-block h2 {
    font-weight: 800;
    margin-bottom: 30px;
}

.cta-download .content-block p {
    line-height: 30px;
    margin-bottom: 40px;
}

.btn-download {
    padding: 10px 25px;
    font-size: 14px;
    background: #232323;
    color: #fff;
    display: flex;
    align-items: center;
    text-align: left;
    text-transform: uppercase;
}

    .btn-download i {
        font-size: 40px;
        margin-right: 10px;
    }

    .btn-download span {
        display: block;
        font-size: 20px;
    }

    .btn-download:hover {
        color: #fff;
    }

.ti-android:before {
    content: "\e745";
}

.ti-apple:before {
    content: "\e745";
}


.app-badge ul li.list-inline-item:not(:last-child) {
    margin-right: 25px;
}

@media (max-width: 768px) {
    .app-badge ul li.list-inline-item:not(:last-child) {
        margin-bottom: 25px;
        margin-right: 0;
    }
}

.treegrid-indent-1 {
    padding-left: 20px !important;
}

.treegrid-indent-2 {
    padding-left: 40px !important;
}

.treegrid-indent-3 {
    padding-left: 60px !important;
}

.treegrid-indent-4 {
    padding-left: 80px !important;
}

.treegrid-indent-5 {
    padding-left: 100px !important;
}

.treegrid-indent-6 {
    padding-left: 120px !important;
}

.treegrid-indent-7 {
    padding-left: 140px !important;
}

.treegrid-indent-8 {
    padding-left: 160px !important;
}

.treegrid-indent-9 {
    padding-left: 180px !important;
}

.treegrid-indent-10 {
    padding-left: 200px !important;
}



.hstree {
    color: #808080;
}

    .hstree .fa {
        margin-right: 3px;
    }

    .hstree .selected {
        color: red;
        font-weight: bold;
    }

    .hstree .matched {
        background-color: #DBF1FB;
    }



.notifications {
    min-width: 420px;
}

.notifications-wrapper {
    overflow: auto;
    max-height: 500px;
}

.menu-title {
    color: #ff7788;
    font-size: 1.5rem;
    display: inline-block;
}

.glyphicon-circle-arrow-right {
    margin-left: 10px;
}


.notification-heading, .notification-footer {
    padding: 2px 10px;
}


.dropdown-menu.divider {
    margin: 5px 0;
}

.item-title {
    font-size: 1.4rem;
    color: #000;
}

.notifications {
    max-width: 300px;
}

.notification-item {
    padding: 10px;
    margin: 5px;
    background: #ccc;
    border-radius: 4px;
    background: #f2f2f2;
}

    .notification-item:hover {
        background-color: #D9EDF7 !important;
    }

    .notification-item a:hover {
        text-decoration: none !important;
    }


#NotificationsInPage .notification-item {
    padding: 20px;
    margin-bottom: 30px;
    background-color: #fff;
    border-radius: 3px;
    border: 1px solid #ccc;
    box-shadow: 0px 4px 15px rgba(0,0,255,0.05);
}

#NotificationsInPage .item-title {
    font-size: 18px !important;
}

#NotificationsInPage .item-info {
    font-size: 14px !important;
}

.item-date {
    font-size: 1rem;
    color: #666;
}

.item-info {
    font-size: 12px !important;
}

.notification_count, .notification-item .badge {
    background-color: #ffcc00 !important;
    color: #4F555E !important;
}

.lockMessage {
    font-size: 14px;
    border: 1px solid #ccc;
    clear: both;
    padding: 15px;
    margin-bottom: 20px;
    background-color: white;
    border-radius: 20px;
}

    .lockMessage a {
        font-weight: bold;
        text-decoration: underline;
    }


/*animated cubes*/
.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .circles li {
        position: absolute;
        display: block;
        list-style: none;
        width: 20px;
        height: 20px;
        background: rgba(255, 255, 255, 0.2);
        animation: animate 25s linear infinite;
        bottom: -150px;
    }

        .circles li:nth-child(1) {
            left: 25%;
            width: 80px;
            height: 80px;
            animation-delay: 0s;
        }


        .circles li:nth-child(2) {
            left: 10%;
            width: 20px;
            height: 20px;
            animation-delay: 2s;
            animation-duration: 12s;
        }

        .circles li:nth-child(3) {
            left: 70%;
            width: 20px;
            height: 20px;
            animation-delay: 4s;
        }

        .circles li:nth-child(4) {
            left: 40%;
            width: 60px;
            height: 60px;
            animation-delay: 0s;
            animation-duration: 18s;
        }

        .circles li:nth-child(5) {
            left: 65%;
            width: 20px;
            height: 20px;
            animation-delay: 0s;
        }

        .circles li:nth-child(6) {
            left: 75%;
            width: 110px;
            height: 110px;
            animation-delay: 3s;
        }

        .circles li:nth-child(7) {
            left: 35%;
            width: 150px;
            height: 150px;
            animation-delay: 7s;
        }

        .circles li:nth-child(8) {
            left: 50%;
            width: 25px;
            height: 25px;
            animation-delay: 15s;
            animation-duration: 45s;
        }

        .circles li:nth-child(9) {
            left: 20%;
            width: 15px;
            height: 15px;
            animation-delay: 2s;
            animation-duration: 35s;
        }

        .circles li:nth-child(10) {
            left: 85%;
            width: 150px;
            height: 150px;
            animation-delay: 0s;
            animation-duration: 11s;
        }



@keyframes animate {

    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 100%;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 0%;
    }
}

/*animated cubes end*/


.switch {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 20px;
}

    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 2px;
        bottom: 2px;
        background-color: white;
        -webkit-transition: .2s;
        transition: .2s;
    }

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
.slider.roundbox {
    border-radius: 24px;
}

    .slider.roundbox:before {
        border-radius: 50%;
    }

.chapterNote {
    text-decoration: underline;
    color: darkslateblue;
    cursor: pointer;
}

    .chapterNote:hover {
        text-decoration: dashed;
        cursor: pointer;
    }


.more {
}

a.morelink {
    text-decoration: none;
    outline: none;
    font-weight: bold;
    font-size: 11px;
}

.morecontent span {
    display: none;
}




#TopBanner {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    padding: 20px;
    text-align: center;
    font-size: 24px;
    color: white;
    width: 100%;
    height: 500px;
    height: auto;
    background-color: #40BBF4;
}

    #TopBanner p {
        font-size: 28px;
        color: white;
    }

#TopBannerClose {
    font-size: 12px;
    cursor: pointer;
    color: #ffcc00;
}



#TopBannerDontShowAgain {
    color: white;
    cursor: pointer;
    font-size: 12px;
}



#exit-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 300px;
    min-height: 300px;
    background: white;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
    text-align: center;
    z-index: 99999999;
    border-radius: 3px;
}

#exit-popup-content {
    padding: 20px;
}


#exit-popup button {
    margin-top: 20px;
}

#exit-popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 99999998;
}


.sampleQueriesContainer {
    margin-top: 10px;
    display: block;
    width: 100%;
    clear: both;
}

    .sampleQueriesContainer .lSSlideOuter {
        background-color: transparent !important;
        border: 0px !important;
    }

    .sampleQueriesContainer .lSAction {
    }

    .sampleQueriesContainer .lSSlideWrapper, .sampleQueriesContainer .usingCss {
        border: 0px !important;
    }


    .sampleQueriesContainer h2 {
        text-align: center;
        color: white;
    }

.sampleQueriesContent ul {
    list-style: none outside none;
    padding-left: 0;
    margin-bottom: 0;
}

    .sampleQueriesContent ul > li {
        display: block;
        float: left;
        margin-right: 6px;
        cursor: pointer;
    }

        .sampleQueriesContent ul > li > img {
        }

.sample-query-item {
    padding: 0px !important;
    padding-bottom: 0px;
    text-align: center;
    border: 1px solid #ccc;
    background-color: white;
    border-radius: 5px;
}

.sample-query-item-header {
    font-size: 16px;
    font-weight: bold;
    padding: 10px !important;
}

.sample-query-item-body {
    text-align: center !important;
}

    .sample-query-item-body .thumb {
        margin-bottom: 5px;
        width: 100% !important;
        text-align: center !important;
    }

        .sample-query-item-body .thumb img {
            width: 100%;
            height: 100px;
            border-radius: 5px;
            box-shadow: none;
            margin-bottom: 10px;
        }

    .sample-query-item-body .content {
        text-align: center;
        padding-top: 5px;
        padding-bottom: 5px;
    }

.sample-query-item-footer {
}

.popover-danger {
    background-color: #5cb85c !important;
    border-color: #5cb85c !important;
    color: white !important;
}

    .popover-danger.right .arrow:after {
        border-right-color: #5cb85c !important;
    }

.imflag {
    margin-right: 7px;
    margin-left: 7px;
}

#VerifyHeaderContainer {
    color: #ffcc00;
    text-align: center;
    padding-left: 15px;
    padding-top: 15px;
    display: inline-block;
}

    #VerifyHeaderContainer a {
        color: #ffcc00 !important;
    }

@media (max-width: 767px) {
    #VerifyHeaderContainer {
        text-align: center;
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 7px;
        display: block;
    }
}

@media (max-width: 1200px) {
    #VerifyHeaderContainer {
        text-align: center;
        padding-left: 15px;
        padding-top: 15px;
        padding-bottom: 7px;
        display: block;
    }
}

.footnote_btn {
    background-color: black;
    color: white;
    padding: 3px;
    border-radius: 3px;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}
