/******************
    User custom CSS
    ---------------

    In this file you can add your own custom CSS
    It will be loaded last, so you can override any other property.
    Also, it will never be updated. So if you inheritate a core template and just add here some CSS, you'll still benefit of all the updates
*/

/*
    Text Color
*/

.text-primary{
    color: black;
}

.text-info{
    color: black;
}

/*
    Buttons
*/
.btn-primary{
    background-color: #6dadda;
    border-color: none;
}

.btn-info{
    background-color: #969696;
    border: none;
}

.btn-info:hover,
.btn-info:active{
    background-color: #575756;
}

/*
    Navbar
*/
.navbar-header{
    background-color: #6dadda;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:active{
    background-color: #444;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

table.ls-answers{
    margin-bottom: 15px;
}

@media (min-width: 768px) {
    .navbar-default{
        background-color: white;
    }
    .navbar-header{
        background-color:white;
    }
}


#navbar-seperator{
    background: #6dadda;
    padding: 1em 0em 1em 0em;
    clear: both;
}

#navigator-container{
    padding-top: 1em;
    background: #6dadda;
}

/*
    Footer
*/
#footer{
    background: #444;
    margin-left: 1px;
    margin-right: 1px;
    margin-bottom: 15px;
    color: white;
    padding-top: 1em;
}

#footer a{
    color: white;
}

#footer a:hover, a:focus {
    color: #18bc9c;
    text-decoration: underline;
}

#footer a:active, a:hover {
    outline: 0;

}

.copyRight{
    float: left;
}

.botMenu {
    float: right;
}

/*
    Progress Bar
*/
.progress-bar{
    background-color: #6dadda;
}


/*
    Fixes
*/
/*body .top-container{
    margin-top: 0 !important;
}*/

#main-col{
    margin-top: 3em;
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    table.ls-answers thead {
        display: revert;
    }
}

@media only screen and (max-width: 760px),
(min-device-width: 768px) and (max-device-width: 1024px) {
    table.ls-answers,
    table.ls-answers thead,
    table.ls-answers tbody,
    table.ls-answers th,
    table.ls-answers td,
    table.ls-answers tr {
        display: revert;
    }
}

/* Fix for to small matrix question texts */
.col-answers {
    width: 100% !important;
}

@media (min-width: 1400px) {
    .container{
        width: 1380px;
    }

}
/*
Startsuff
*/
.star-1.star-rated-on:not(.star-stub),
.star-1.star-hover,
.star-1.star-drained{
   color: #6dadda; 
}

.star-2.star-rated-on:not(.star-stub),
.star-2.star-hover,
.star-2.star-drained{
    color: #6dadda; 
}
.star-3.star-rated-on:not(.star-stub),
.star-3.star-hover,
.star-3.star-drained{
    color: #6dadda; 
}

.star-4.star-rated-on:not(.star-stub),
.star-4.star-hover,
.star-4.star-drained{
    color: #6dadda; 
}

.star-5.star-rated-on:not(.star-stub),
.star-5.star-hover,
.star-5.star-drained{
   color: #6dadda;

}

.star-1.star-drained.star-hover{
    text-shadow: 1px 2px #6caddf;
}

.star-2.star-drained.star-hover{
    text-shadow: 1px 2px #6caddf;
}

.star-3.star-drained.star-hover{
    text-shadow: 1px 2px #6caddf;
}

.star-4.star-drained.star-hover{
    text-shadow: 1px 2px #6caddf;
}


.star-5.star-drained.star-hover{
    text-shadow: 1px 2px #6caddf;
}
