/*
 * Skin: Paul
 * ----------
 */
.skin-blue .main-header .navbar {
    background-color: #e04343;
}

.skin-blue .main-header .navbar .nav > li > a {
    color: #ffffff;
    font-size: 22px;
}

.dropdown-menu {
    font-size: 18px;
}

.skin-blue .main-header .navbar .nav > li > a:hover,
.skin-blue .main-header .navbar .nav > li > a:active,
.skin-blue .main-header .navbar .nav > li > a:focus,
.skin-blue .main-header .navbar .nav .open > a,
.skin-blue .main-header .navbar .nav .open > a:hover,
.skin-blue .main-header .navbar .nav .open > a:focus,
.skin-blue .main-header .navbar .nav > .active > a {
    background: rgba(0, 0, 0, 0.1);
    color: #f6f6f6;
}

.skin-blue .main-header .navbar .sidebar-toggle {
    color: #ffffff;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    color: #f6f6f6;
    background: rgba(0, 0, 0, 0.1);
}

.skin-blue .main-header .navbar .sidebar-toggle {
    color: #fff;
}

.skin-blue .main-header .navbar .sidebar-toggle:hover {
    background-color: #367fa9;
}

@media (max-width: 767px) {
    .skin-blue .main-header .navbar .dropdown-menu li.divider {
        background-color: rgba(255, 255, 255, 0.1);
    }

    .skin-blue .main-header .navbar .dropdown-menu li a {
        color: #fff;
    }

    .skin-blue .main-header .navbar .dropdown-menu li a:hover {
        background: #367fa9;
    }
}

.skin-blue .main-header .logo {
    background-color: #367fa9;
    color: #ffffff;
    border-bottom: 0 solid transparent;
}

.skin-blue .main-header .logo:hover {
    background-color: #357ca5;
}

.skin-blue .main-header li.user-header {
    background-color: #e04343;
}

.skin-blue .content-header {
    background: transparent;
}

.skin-blue .wrapper,
.skin-blue .main-sidebar,
.skin-blue .left-side {
    background-color: #ECF0F5;
    padding-top: 55px;
}

.skin-blue .user-panel > .info,
.skin-blue .user-panel > .info > a {
    color: #fff;
}

.skin-blue .sidebar-menu > li.header {
    color: #4b646f;
    background: #1a2226;
}

.skin-blue .sidebar-menu > li > a {
    border-left: 3px solid transparent;
}

.skin-blue .sidebar-menu > li:hover > a,
.skin-blue .sidebar-menu > li.active > a {
    color: #ffffff;
    background: #1e282c;
    border-left-color: #e04343;
}

.skin-blue .sidebar-menu > li > .treeview-menu {
    margin: 0 1px;
    background: #2c3b41;
}

.skin-blue .sidebar a {
    color: #b8c7ce;
}

.skin-blue .sidebar a:hover {
    text-decoration: none;
}

.skin-blue .treeview-menu > li > a {
    color: #8aa4af;
}

.skin-blue .treeview-menu > li.active > a,
.skin-blue .treeview-menu > li > a:hover {
    color: #ffffff;
}

.skin-blue .sidebar-form {
    border-radius: 3px;
    border: 1px solid #374850;
    margin: 10px 10px;
}

.skin-blue .sidebar-form input[type="text"],
.skin-blue .sidebar-form .btn {
    box-shadow: none;
    background-color: #374850;
    border: 1px solid transparent;
    height: 35px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.skin-blue .sidebar-form input[type="text"] {
    color: #666;
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
}

.skin-blue .sidebar-form input[type="text"]:focus,
.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
    background-color: #fff;
    color: #666;
}

.skin-blue .sidebar-form input[type="text"]:focus + .input-group-btn .btn {
    border-left-color: #fff;
}

.skin-blue .sidebar-form .btn {
    color: #999;
    border-top-left-radius: 0;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 0;
}

.skin-blue.layout-top-nav .main-header > .logo {
    background-color: #e04343;
    color: #ffffff;
    border-bottom: 0 solid transparent;
}

.skin-blue.layout-top-nav .main-header > .logo:hover {
    background-color: #3b8ab8;
}

.txt-main {
    color: #00a65a;
}

.txt-second {
    color: #e04343;
}

.txt-third {
    color: #585555;
}

.btn-main {
    background-color: #00a65a;
    color: #fff;
}

.btn-main:hover {
    color: #fff;
    background: rgba(0, 166, 90, 0.8);
}

.btn-second {
    background-color: #e04343;
    color: #fff;
}

.btn-second:hover {
    color: #fff;
    background: rgba(249, 137, 137, 0.9);
}

.btn-third {
    background-color: #585555;
    color: #fff;
}

.btn-third:hover {
    color: #fff;
    background: rgba(88, 88, 85, 0.9);
}

.btn-very-lg {
    padding: 10px 16px;
    font-size: 32px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.margintop30 {
    margin-top: 30px;
}

.videoinfo {
    padding: 5px 0;
    margin: 0 0;
    height: auto;
    width: 100%;

}

.videoinput {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    width: 90%;
}

@media (max-width: 1290px) {
    .skin-blue .main-header .navbar .nav > li > a {
        font-size: 16px;
    }
}

@media (max-width: 1090px) {
    .navbar-right {
        display: none;
    }
}

@media (max-width: 890px) {
    .skin-blue .main-header .navbar .nav > li > a {
        font-size: 12px;
    }
}

@media (max-width: 790px) {
    .skin-blue .main-header .navbar .nav > li > a {
        padding-left: 5px;
        padding-right: 5px;
    }
}

.videoinfo-block {
    margin: 0;
    padding: 0;
    height: auto;
    width: 100%;
    text-align: center;
    color: #e1e3e9;
    -webkit-box-shadow: none;
    box-shadow: none;
    /*border-top: 1px solid #ddd;*/
    /*border-bottom: 1px solid #ddd;*/
    background-color: #585555;
    display: block;
}

.videoinfo-block .fa {
    margin-right: 5px;
}

.videoinfo-block:hover {
    color: #e1e3e9;
}

.videoinfo-block-container .first-block {
    border-bottom-left-radius: 3px;
    /*border-top-left-radius: 3px;*/
    /*border-left: 1px solid #ddd;*/
}

.videoinfo-block-container .second-block {
    background-color: #e04343;
}

.videoinfo-block-container .last-block {
    border-bottom-right-radius: 3px;
    /*border-top-right-radius: 3px;*/
    /*border-right: 1px solid #ddd;*/
}

.videoinfo-block-container {
    margin: 0 0 10px;
    padding: 0;
}

@media (max-width: 767px) {
    /* mobile */
    .videoinfo-block {
        border: 0;
        border-radius: 0;
    }

    .videoinfo-block-container .first-block {
        border: 0;
        border-radius: 0;
    }

    .videoinfo-block-container .last-block {
        border: 0;
        border-radius: 0;
    }

    .videoinfo-block-container {
        margin-bottom: 0;
    }

}

a#view-more-video-info {
    background-color: #00a65a;
}

#more-video-info {
    display: none;
    position: absolute;
    top: 20px;
    z-index: 9999;
    background-color: #00a65a;
    width: inherit;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.no-gutter {
    margin: 0;
    padding: 0;
}

.info-input-box {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 3px;
    position: relative;
    padding: 10px 5px;
    min-width: 80px;
    text-align: center;
    color: #666;
    border: 1px solid #ddd;
    background-color: #f4f4f4;
    font-size: 16px;
    display: inline-block;
}

.info-input-box .fa {
    font-size: 14px;
}

.video-box .button-first:hover .fa {
    color: #e04343;
}

.close-it {
    color: #e04343;
    font-size: 18px;
    position: absolute;
    top: 0px;
    right: 15px;
    z-index: 999;
}

.close-it:hover {
    opacity: 0.9;
    cursor: pointer;
    color: #e04343;
}

.red-border {
    border: red 1px solid;
}

.green-border {
    border: green 1px solid;
}

.liked {
    color: #e04343;
}

.liked:hover {
    color: inherit;
}

.alert-input {
    display: inline-block;
    width: 100%;
    background-color: transparent !important;
    border-color: #e04343;
    color: #585555 !important;
}

.alert-input .close-it {
    color: #e04343;
    right: 30px;
    top: 10px;
}

.alert {
    animation: fadein 2s;
    -moz-animation: fadein 2s; /* Firefox */
    -webkit-animation: fadein 2s; /* Safari and Chrome */
    -o-animation: fadein 2s; /* Opera */
    margin-bottom: 10px;
}

@keyframes fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein { /* Firefox */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein { /* Safari and Chrome */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@-o-keyframes fadein { /* Opera */
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.statistics-row {
    margin-bottom: 10px;
}

.btn-block + .btn-block {
    margin-top: 0;
}

.category-overview .category .websites {
    text-align: center;
}

.category-overview .category .websites img {
    height: 20px;
    width: 20px;
    margin-left: 5px;;
    margin-right: 5px;
    display: inline-block;
}

.category-overview .category {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 16px 0 rgba(0, 0, 0, 0.19);
    padding: 10px;
    border-radius: 5px;
    background-color: #585555;
    text-align: center;
    font-size: 18px;
    height: auto;
    max-height: 65px;
    min-height: 65px;
    color: #fff;
    overflow: hidden;
    -webkit-transition: max-height 0.8s, background-color 0.8s;
    -moz-transition: max-height 0.8s, background-color 0.8s;
    transition: max-height 0.8s, background-color 0.8s;
    z-index: 50;
    position: absolute;
    width: 100%;
}

.category-overview .category:hover {
    color: #fff;
    background: rgba(88, 88, 85, 0.98);
    max-height: 140px;
    height: auto;
    min-height: 65px;
    -webkit-transition: max-height 0.8s;
    -moz-transition: max-height 0.8s;
    transition: max-height 0.8s;
    z-index: 99;
}

.category-overview .category .description {
    with: 100%;
}

.category-overview .category .title {

}

.category-overview .category .count {
    font-style: italic;
}

.category-overview .categorycontainer {
    padding: 10px;
    position: relative;
}

.category-overview .categorycontainer a {
    position: relative;
    width: 100%;
    display: inline-block;
    height: 65px;
}

.big-input {
    height: 50px;
    text-align: center;
}

.big-input-feedback .form-control-feedback.fa {
    line-height: 50px;
}

.underlined {
    text-decoration: underline;
}

a {
    color: #e04343;
}

a:hover {
    color: #585555;
}

a:visited {
    color: #842525;
}

.link-lookalike:hover {
    cursor: pointer;
}

#roll-container .result-container {
    position: relative;
    overflow-y: auto;
    height: 250px;
    /*padding: 15px;*/
    padding: 15px;
}

#roll-container .result {
    color: #fff;
    /*padding: 15px;*/
    padding: 0px;
    text-align: center;
    display: inline-block;
    position: relative;
    z-index: 20;
    width: 100%;

}

#roll-container .result-container:nth-child(even) {
    background-color: #585555;
}

#roll-container .result-container:nth-child(odd) {
    background-color: #e04343;
}

#categories-form .category-label-container {
    color: #fff;
    /*height: 75px;*/
    overflow-y: scroll;
}

#categories-form .category-label-container:nth-child(even) {
    background-color: #585555;
}

#categories-form .category-label-container:nth-child(odd) {
    background-color: #e04343;
}

#categories-form .roll-button-container {
    margin-top: 20px;
    text-align: center;
}

#categories-form .category-label {
    width: 100%;
    text-align: center;
    padding: 15px;
    cursor: pointer;
    min-height: 70px;
}

#categories-form .category-title {
    width: 100%;
}

#roll-container .result .result-background {
    background-color: rgba(255, 255, 255, 0.8);
    color: #000;
    z-index: 11;
    min-height: 220px;
    padding: 0 15px;
}

#roll-container .result .title {
    width: 100%;
    font-weight: bold;
    display: inline-block;
    word-break: break-word;
    font-size: 20px;
}

#roll-container .result .description {
    width: 100%;
    font-size: 14px;
    font-weight: lighter;
    display: inline-block;
    word-break: break-word;
}

#roll-container .result .text {
    width: 100%;
    display: inline-block;
    word-break: break-word;
    position: relative;
    font-size: 18px;
}

#roll-container .result-container .image-container {
    position: absolute;
    /*top: 15px;*/
    /*left: 15px;*/
    top: 0;
    left: 0;
    z-index: 10;
    /*padding-right: 15px;*/
    width: 100%;
    height: 250px;
    overflow: hidden;
}

#roll-container .result-container .image-container img {
    width: 100%;
}


@media (max-width: 991px) {
    #roll-container .result-container {
        height: initial;
    }
}

#categories-container {

}

#categories-container .category {
    background-color: lightgrey;
    border: red 1px solid;
    width: 100%;
    min-height: 150px;
    font-size: 22px;
    line-height: 30px;
    padding: 5px 10px;
}

#categories-container .closed {
    min-height: 50px;
}

#roulettes-container {
    width: 100%; background-color: white; border-radius: 15px; min-height: 250px;
}

#roulettes-container .roulette {
    width:50%;
    display: inline-block;
    padding: 15px;
    min-height: 250px;
    color: #585555;
}

#roulettes-container #left {
    border-right: 1px solid black;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background-color: rgba(224, 67, 67, 0.3);
}

#roulettes-container #left:hover {
    color: #fff;
}

#roulettes-container #right {
    float: right;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    background-color: rgba(88, 85, 85, 0.3);
}

#roulettes-container #right:hover {

}

#roulettes-container .button-container {
    text-align: center;
}

.box-main {
    border-top-color: #00a65a;
}

.box-second {
    border-top-color: #e04343;
}

.box-third {
    border-top-color: #585555;
}

#profile .box {
    margin-top: 15px;
}

#profile .box-body {
    height: 250px;
    overflow-y: scroll;
}

.box-header {
    height: 40px;
}

.fa:before {
    font-family: FontAwesome;
}

.fa {
    font-family: Helvetica;
}

.small-label-required {
    font-size: 8px;
    color: #e04343;
}

.small-label-optional {
    font-size: 8px;
    color: #00a65a;
}

#roulette-image {
    text-align: center;
    width: 100%;
}

#roulette-image img {
    max-width: 100%;
}

#roulette-rolls {
    width: 100%;
    justify-content: center;
    display: flex;
}

@media only screen and (max-width: 480px) {
    #roulette-rolls {
        display: initial;

    }
}

#roulette-rolls .roll-button {
    border-radius: 0px;
}

#roulette-rolls .roll {
    float: left;
    min-height: 100px;
    max-height: 200px;
    min-width: 100px;
    height-width: 200px;
    color: #fff;
    text-align: center;
}

#roulette-rolls .roll .reroll a {
    color: #fff;
}

#roulette-rolls .roll .reroll a:hover {
    text-decoration: underline;
}

#roulette-rolls .roll .letter {
    font-size: 18px;
}

#roulette-rolls .roll .number {
    font-size: 36px;
    animation-duration: 2s;
    animation-name: slideindown;
}

.roll.roll-red {
    background-color: #E04343;
}

.roll.roll-black {
    background-color: #000;
}

.roll.roll-green {
    background-color: #33B87B;
}

.spacer {
    clear: both;
}

.feedbackFooter {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 60px;
    background-color: #f5f5f5;
}

.footer.navbar-fixed-bottom.feedback-footer {
    background-color: #fff;
    text-align: center;
    height: 30px;
    line-height: 30px;
}

@keyframes slideindown {
    from {
        margin-top: -100%;
        height: 300%;
    }

    to {
        margin-top: 0%;
        width: 100%;
    }
}