﻿/* 
    Author:      Richard Leatherbarrow
    Date:        14-04-2014
    Description: Default styles for Cardscape FAQ
*/
#logo_container{ float: left; }

#top-faq-content
{
    padding-top: 5px;
    padding-left: 10px;
}
.ans 
{ 
    display:none; 
    padding: 10px 0 10px 15px;
}
.glyphicon
{
    font-size: 10px;
    color: black;
}
.qtn
{
    font-weight: bold;
    cursor: pointer;
}
.qtn:hover
{
    color: #428bca;
}
.backtotop
{
    text-align: right;
    width: 100%;
}
#languages_container
{
    float: right;
    margin-top: 15px;
    margin-bottom: 10px;
}
#languages_container img
{
    padding-right: 5px;
    border: none;
}
.altRow
{
    background-color: rgb(247, 247, 249);
}
#tblUsersHeader td
{
    background-color: rgb(213, 213, 213);
}
#tblCategories td
{
    padding-left: 5px;
    padding-right: 5px;
}
.editfaq-btns
{
    float: left;
    width: 10%;
    text-align: right;
}

.deletefaq-btns
{
    float: left;
    width: 6.4%;
    text-align: right;
}

#loadingDiv
{
    width: 100%;
    height: 50px;
    padding-top: 150px;
    background-repeat: no-repeat;
    background-position: center;
}

.highlight
{
    opacity: 0.7;
}

.highlight:hover
{
    opacity: 1;
}

.help
{
    padding-top: 15px;
    text-align: center;
}