

    body {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 14px;
        line-height: 1.42857;
        color: #8899a6; /* dark */
        background-color: #0e151c; /* dark 10171e */
    }


    img {
        border: 0;
    }


    .navbar {
        background-color: #1c2938; /* dark */
    }




    .card {
        /*margin: 0px 20px 20px 0px;*/
        border: 0;
        background-color: #080b11;

    }

    .card-block {

    }


    .card-author {
        padding: 5px 0px 5px 10px;
    }
    .card-author-count, .card-last-line {
        padding: 0px 0px 5px 5px;
        font-size: 12px;
        margin-top: 7px;
    }

    .card-author-count {
        /*border-bottom: 1px solid #eeeeee;*/
        /*background-color: #f0f0f0;*/
        margin-top: 0px;
        padding-top: 5px;
    }



    .card-sub-text {
        color: #888888;
        font-size: 12px;
    }



    .sidebar {
        width: 205px;
        float: left;
        background: #131D29; /* dark #15202b */
        margin-right:10px;
        /*margin-top:4px;*/
        border:1px solid #38444d;
    }

    .content-row {
        /*margin-left:5px;*/
        margin:0;
    }



    .fa {
        font-size: 14px;
    }

    .add-favorite {
        color: #e9eaed;
    }



    a {
        color: #8899a6; /* dark */
    }


    a:hover {
        color: #ff6f6c; /* dark */
        text-decoration: none;
    }





    .category {
        padding: 5px 5px 5px 7px;
        border-left:3px solid transparent; /* dark */
    }


    .category-active {
        background-color: #0f1820;
        border-left:3px solid #cc0000;
    }
    .category-active a {
        color: #ff5854;
    }


    .category-count {
        color: #888888;
        font-size: 12px;
    }



    .list-session-name {
        height:40px;
        overflow:hidden;
        /*border:0px solid #ff0000;*/
        margin:5px;
        margin-left:10px;
        /*width:85px;*/
    }


    .card-session-link {
        display: inline-block;
        /*font-weight: bold;*/
        /*color:#4a4a4a;*/
    }


    .search-input {
        border-color: #38444d;
        /*background-color: #e9eaed;*/
        background-color: #182430 !important;
        color:#fff  !important;

    }



    .page-title {
        color: #b0d8ee;
        font-size:18px;
        margin-bottom:20px;
        /*border-top: 3px #cc0000 solid;*/
        /*background-color: #ffffff;*/
        /*padding: 5px;*/
        /*margin-left:15px;*/
    }




    .page-link {
        border: 1px solid #e9eaed;
        color: #222222;
    }
    .page-item.active .page-link {
        background-color: #777777;
        border: 1px solid #ffffff;
    }





    .small-text {
        font-size: 12px !important;
        color: #707070 !important;
    }

    .red-link {
        color: #cc0000;
    }
    .red-link:hover {
        color: #000000;
    }










    /* region Start Autocomplete Popup */

    .tt-menu, .gist {
        text-align: left;
    }



    .typeahead, .tt-query, zzzz.tt-hint {
        /*width: 396px;*/
        /*height: 30px;*/
        /*padding: 8px 12px;*/
        /*line-height: 30px;*/
        /*border: 2px solid #ccc;*/
        /*-webkit-border-radius: 8px;*/
        /*-moz-border-radius: 8px;*/
        /*border-radius: 8px;*/
        /*outline: none;*/
    }

    .typeahead {
        background-color: #182430; /* dark */
    }

    .typeahead:focus {
        border: 2px solid #0097cf;
    }

    .tt-query {
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }

    .tt-hint {
        color: #999
    }

    .tt-menu {
        width: 500px;
        margin: 12px 0;
        padding: 8px 0;
        background-color: #182430;
        border: 1px solid #38444d;
        -webkit-border-radius: 8px;
        -moz-border-radius: 8px;
        border-radius: 8px;
        -webkit-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        -moz-box-shadow: 0 5px 10px rgba(0,0,0,.2);
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
    }

    .tt-suggestion {
        padding: 5px 0px 5px 8px;
        line-height: 18px;
        border-left: 3px solid #182430;
    }

    .tt-suggestion:hover {
        cursor: pointer;
        background-color: #223344 !important;
        border-left: 3px solid #ce0000;
    }

    .tt-suggestion.tt-cursor {
        background-color: #223344;

    }

    .tt-suggestion p {
        margin: 0;
    }


    /* endregion End Autocomplete Popup */











    .navbar-toggler-icon {

    }

    .navbar-toggler {
        background-color: #ffffff;
    }



    .rating-badge {
        /*padding: .15em .3em .15em .5em;*/
        padding: .4em .5em .4em .7em;

        /*margin-right: 5px;*/
        float: right;
        background-color: #383838;
        color: #cccccc;
        font-size: 12px;
        font-weight: bold;

        border-radius: .5rem 0 .25rem 0;


    }


    .inline-rating-badge, .int-inline-rating-badge {
        /*padding: .15em .3em .15em .5em;*/
        padding: .4em .5em .4em .7em;

        /*margin-right: 5px;*/
        float: right;
        background-color: #383838;
        color: #cccccc;
        font-size: 12px;
        font-weight: bold;

        /*border-radius: .5rem 0 .25rem 0;*/


    }


    .int-inline-rating-badge {

        float: none;



    }




    .rating-badge-fa {
        font-size:14px;
        color: #999999;
    }



    .btn {
        cursor: pointer;
        cursor: hand;
    }






    @media (max-width: 575px) {
        .s-card {
            width: 48% !important;
            margin: 1% !important;
        }
        #quick_search, .twitter-typeahead {
            width:100% !important;
            clear: both !important;

        }
    }


    .s-card {
        /*border:1px solid #ff0000;*/
        margin:10px;
        width: 180px;
    }







    .btn-hypno {
        background-color: #cc0000;
        color: #ffffff;
    }





    .btn-primary {
        background-color: #cc0000;
        border: #cc0000;
    }



.pagination {
   justify-content: center;
}



.fa-clock-o,
.fa-video-camera,
.fa-headphones
{
    color:#777777;
}



.fa-arrow-circle-down {
    color: #cc0000;
    font-size: 14px;
}



.free {
    color: #cc0000;
    font-style: italic;
    /*font-weight: bold;*/
    font-size: 14px;

}






.verified {
    color:#cc0000;
    font-size:18px;
}



.underline {
    text-decoration: underline;
}


.fa-btn-favorite-on {
    color: #cc0000;
    font-size:24px;
}
.fa-btn-favorite-off {
    color: #666666;
    font-size:24px;
}

.fa-btn-sm-favorite-on {
    color: #cc0000;
    font-size:14px;
}
.fa-btn-sm-favorite-off {
    color: #666666;
    font-size:14px;
}






        .btn {
            cursor: pointer;
        }
        .btn, .btn:focus, .btn:active {
            outline: 0;
            -webkit-box-shadow: none;
            box-shadow: none;
            outline: none !important;
        }







.block-section {
    background-color: #131D29; /* dark #15202b */
    margin: 0 !important;
}

.block-section-fav {
    background-color: #fdffe2;
}

.block-section-upvote {
    background-color: #c6ffc9;
}
.block-section-downvote {
    background-color: #ffbcba;
}






    .vote-up, .vote-down, .vote-up-on, .vote-down-on {
        font-size:18px;
    }
    .vote-up {
        color:#666666;
    }
    .vote-down {
        color:#666666;
    }


    .vote-up-on {
        color:#2ca02c;
    }
    .vote-down-on {
        color:#cc0000;
    }



    .total_rating_count {
        font-size:13px;
    }



.list-icon-off {
    font-size:18px;
    padding:4px;
    color:#666666;
}
.list-icon-off:hover {
    color:#cc0000;
}

.list-icon-on {
    color:#ffffff;
    font-size:18px;
    background-color: #cc0000;
    border-radius: 3px;
    padding:2px 3px 2px 3px;
}
.small-list-icon-on {
    color:#ffffff;
    font-size:14px;
    background-color: #cc0000;
    border-radius: 3px;
    padding:2px 3px 2px 3px;
}



.int-list-icon-on {
    color:#cc0000;
    font-size:14px;
    /*background-color: #cc0000;*/
    border-radius: 3px;
    padding:2px 3px 2px 3px;
}



.container {
    padding:0;
}





    .audio-player, .mejs__container  {
        width: 100% !important;
        background-color:#cc0000 !important;
    }





.isect {
    border-top: 1px solid #1d252e;
    margin-top:10px;
    padding-top:10px;
}




.footer {
    background-color: #1c2938;  /* dark */
    color: #cccccc;
}

.footer a {
    color: #cccccc;
}





.red {
    color: #ff4c4a !important;
}




.dropdown-item {
    font-size: 13px;
    padding-left:10px;
    padding-right:10px;
}


.afsp {
    color: #555555;
}



.underline {
    text-decoration: underline !important;
}

a.underline:hover {
    text-decoration: none;
}






    .card-title {
        border-bottom: 1px solid #030307;
        margin:0;
        padding:0;
    }




    .int-category-active a {
        color: #cc0000;
        text-decoration: underline;
    }



    .afl {
        display: none;
    }




    .alert-success {
        border:0;
        border-left:3px solid #2a7d4b;
        border-radius: 0;
    }

    .alert-danger {
        border:0;
        border-left:3px solid #aa0800;
        border-radius: 0;
    }






    .free-download-card-arrow {
        color:#ffffff !important;;
    }



    /*
    .speech-bubble {
        position: relative;
        background: #999999;
        border-radius: 3px 4px 4px 2px ;
        color: #ffffff;
    }

    .speech-bubble:after {
        content: '';
        position: absolute;
        left: 0;
        top: 50%;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-right-color: #999999;
        border-left: 0;
        margin-top: -6px;
        margin-left: -6px;
    }
    */



    .block-section {
        border: 1px solid #38444d  /* dark */
    }


    .block-section-under {
        border-top: 0;  /* dark */
    }








    .session-row {
        background-color: #131D29; /* dark #15202b */
        margin: 0 5px 5px 5px;
        padding: 10px;
        border: 1px solid #38444d;
        color: #b7c9d6;
    }


    .official-synopsis {
        /*font-weight: bold;*/
        margin-bottom: 10px;
        border-left: 3px solid #cc0000;
        padding-left:4px;
    }




    .before-footer {
        background-color: #17202e;
    }



    .before-footer-search-input {
        background-color: #0e151c !important;
    }





    .form-control, .form-control:focus  {
        background-color:#182430;
        border: 1px solid #38444d;
        color:#999999;
    }


    .form-control:focus  {
        border: 1px solid #627785;
    }

    input[readonly], textarea[readonly] {
	    background-color:#182430 !important; border:#282828 !important; color:#999999 !important;
	}
	.form-control[disabled], .form-control[readonly], fieldset[disabled] {
	    background-color:#323232 !important; border:#323232 !important; color:#999999 !important;
	}
	input[type=checkbox], input[type=radio] {
		margin: 0;
		line-height: normal;
	}





    .page-link, .page-link:focus {
        background-color: #2b3942;
        border-color: #172027;
        color: #8a9ba1;
    }

    .page-item.active .page-link {
        background-color: #364956;
        border-color: #1e2a31;
        color: #cccccc;
    }

    .page-item.disabled .page-link {
        background-color: #2b3942;
        border-color: #1e2a31;
        color: #566d75;
    }

    .page-link:hover {
        color: #71d4ff;
        background-color: #25323a !important;
        border:1px solid #1e2a31;
    }
    .page-link:focus {
        outline:none;
        box-shadow:none;
    }






    .dropdown-toggle {
        background-color: #38444d;
        color: #8a9ba1 !important;
        border: 1px solid #38444d;
    }




    .dropdown-menu {
        background-color: #101920;
        color: #8a9ba1 !important;
        border: 1px solid #38444d;
    }
    .dropdown-menu a {
        color: #cccccc;
    }
    .dropdown-item:focus, .dropdown-item:hover {
        background-color: #19232d;
        color: #71d4ff;
		text-decoration:none !important;
    }
    .dropdown-menu .divider {
        /*xxbackground-color: #101010;*/
    }
    .dropdown-menu>li>a {
        /*xxxcolor: #b2b2b2;*/
    }
    .dropdown-header {
       /*xxxfont-size: 14px;*/
        /*xxcolor: #b2b2b2;*/
    }
    .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
        /*xxbackground-color: #1a1a1a;*/
        /*xxcolor: #ff7200;*/
		/*xxtext-decoration:none !important;*/
    }

    .dropdown-divider {
        border-top: 1px solid #38444d
    }




    .afsp {
        color:#cc0000;
    }







    .table, .table .table {
        color: #8a9ba1;
        background-color:#131D29;
    }
    .table .table {
        color: #8a9ba1;
        background-color:#233038;
    }
    .table .table thead th {
        border-top:0;
        background-color:#1d282e;
    }
    .table td, .table th, .table thead th {
        border-color:#1e2a31;
    }
    .table thead th {
        border-bottom:1px;
    }
    .table thead th {
        border-top:3px solid #1a252b;
        background-color:#25323a;
        font-weight: normal;
    }
    .table-bordered {
        border: 1px #1e2a31;
    }
    .table-striped tbody tr:nth-of-type(odd) {
        background-color: #23313a;
        /*background-color: rgba(0,0,0,0.5);*/
    }
    .table-hover tbody tr:hover td {
        background-color: #1a252d;
    }


    table.dataTable tbody tr {
        background-color: transparent !important;
    }







        .modal-content {
            background-color: #1e2a31 !important;
        }
        .modal-header {
            border-bottom: 0;
        }
        .modal-footer {
            border-top: 0;
        }
        .modal .close {
            cursor: pointer;
            opacity: 1;
            text-shadow: none;
            color:#8a9ba1;
        }
        .modal .close:hover {
            color:#cc0000;
        }
        .modal-lg {
            /*max-width: 80% !important;*/
        }












    #btnBackToTop {
      display: none;
      position: fixed;
      bottom: 20px;
      right: 30px;
      z-index: 99;
      border: none;
      outline: none;
      background-color: #38444d;
      color: white;
      cursor: pointer;
      padding: 5px;
      padding-left: 10px;
      padding-right: 10px;
      /*border-radius: 10px;*/

    }
    #btnBackToTop:hover {
      background-color: #800300; /* Add a dark-grey background on hover */
    }

    #btnBackToTop .fa {
        font-size: 22px;
    }





    .modal-spliter {
        border-top:1px solid #38444d;
    }




    .alion {
        font-size:14px;
        padding:4px;
        color:#666666;
    }

    .alioff {
        color: #ff0000;
        font-size:14px;
        /*background-color: #920000;*/
        border-radius: 3px;
        padding:2px 3px 2px 3px;
    }







    /* --- start select2 js --- */


    .select2-selection--multiple,  .select2-selection--single {
        background-color: #25323a !important;
        border: #25323a !important;
        color: #999999 !important;
    }

    .select2-container--default .select2-selection--multiple .select2-selection__choice {
        background-color: #39464e !important;
        border: #25323a !important;
        color: #cccccc !important;
    }


	.select2-dropdown {
        background-color: #25323a !important;
        border:1px solid #25323a !important;
    }

	.select2-container--default .select2-results__option[aria-selected=true] {
        background-color: #25323a !important;
        color: #8bab29;
    }


    .select2-container--default .select2-results__option--highlighted[aria-selected] {
        background-color:#39464e !important;
        color:#1da2db !important;
    }


    .select2-search__field {
        background-color:#39464e !important;
        color:#1da2db !important;
        border: 1px solid #303030 !important;
    }


    .select2-selection__rendered {
        background-color:#25323a !important;
        border:#25323a !important;
        color:#999999 !important;
    }


    /* --- end select2 js --- */



