/* Custom, iPhone Retina */
@media only screen and (min-width: 320px) {
    .dashboard-item {
        margin-top: 10px;
    }

    .left-nav{
        border-right:0;
    }
}

/* Extra Small Devices, Phones */
@media only screen and (min-width: 480px) {
    .dashboard-item {
        margin-top: 10px;
    }

    .left-nav{
        border-right:0;
    }
}

/* Small Devices, Tablets */
@media only screen and (min-width: 768px) {
    .content-main {
        margin-left: 0;
    }

    .dashboard-item {
        margin-top: 10px;
    }
    .left-nav{
        border-right:0;
    }
}

/* Medium Devices, Desktops */
@media only screen and (min-width: 992px) {
    .left-nav {
        height: 100vh;
    }

    .left-nav{
        border-right: 6px #194957 solid;
    }
}

/* Large Devices, Wide Screens */
@media only screen and (min-width: 1200px) {

}

.main-container {
    /*border-top_ten: 6px solid #ffffff;*/
}

.content-main {
    height: 100vh;
    background: #ffffff;
    overflow: scroll;
}

body {
    background-color: #194957;
}

.navbar-default {
    background: #9b9b9b;
    margin-bottom: 6px;
}

.panel-default {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

div.container-fluid div.navbar-header a.navbar-brand {
    color: #ffffff;
    font-weight: bold;
}

.user-nav {
    background-color: #8a6a6b;
}

.quiz-and-question-nav {
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: #7a9ca5;
}

.supports-nav {
    background-color: #a79773;
}

ul.nav.nav-pills.nav-stacked li.active a .fa-angle-right {
    display: block;
}

div.left-nav {

    background-color: #6b696a;
}

ul.nav.nav-pills.nav-stacked li.active a {
    border-radius: 0;
    background: rgba(0, 0, 0, 0.0);
    color: #ffffff;
}

ul.nav.nav-pills.nav-stacked li a {
    color: #ffffff;
    font-weight: bold;
    border-radius: 0;
    padding-top: 4px;
    padding-bottom: 4px;
}
ul.nav.nav-pills.nav-stacked li a:hover{
    color: #5d5d5d;
}
ul.nav.nav-pills.nav-stacked li a .fa-angle-right {
    display: none;
}

ul.nav.nav-pills.nav-stacked li a:hover .fa-angle-right {
    color: #ffffff;
    display: block;
}

ul.nav.navbar-nav.navbar-right li.dropdown a {
    color: #026f83;
}

.text-strong {
    font-weight: bold;
}

.panel-heading .breadcrumb {
    background: transparent;
    display: inline;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
}

.panel-body.dashboard {
    margin-top: 14px;
    text-align: center;
}
.dashboard h3{
    margin:0;

}
.dashboard-heading{
     left: 10px;
}
.dashboard-item .contents {
    background-color: #8A6A6B;
    height: 125px;
    border-radius: 8px;
    transition: .3s;
}

.dashboard-item .contents:hover {
    background-color: #804A4C;
    color: white;
    cursor: pointer;
}

.dashboard-item .contents span {
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
}
.dashboard-item .contents p {
    margin: -10px 0 10px;
    font-size: 15px;
    font-weight: bolder;
    color: white;
}

.dashboard-item .daily {
    background-color: #7A9CA5;
    height: 120px;
    border-radius: 8px;
    transition: .3s;
}

.dashboard-item .daily:hover {
    background-color: #1A7D90;
    color: white;
    cursor: pointer;
}

.dashboard-item .daily span {
    display: inline-block;
    vertical-align: middle;
    line-height: inherit;
}
.dashboard-item .daily p {
    margin: -10px 0 10px;
    font-size: 15px;/* previous size was 22px*/
    font-weight: bolder;
    color: white;
}

.dashboard-item a {
    color: #313131;
}
.dashboard-item a:hover {
    text-decoration: none;
}

.statistics{
    margin-top:14px;
}

.statistics ul.nav.nav-pills.nav-stacked li a {
    color: #1a7d90;
    display: block;
}
.footer{
    background-color: #194957;
    float: left;
    overflow: hidden;
}
.footer p {
    padding-top: 5px;
    /*border-top: 1px solid #9b9b9b;*/
    color: #ffffff;
    text-align: center;
}

.margin-auto{
    float: none;
    margin-left:auto!important;
    margin-right:auto!important;
}
.col-group .col-md-4:nth-child(2){
    border-left: 1px solid #989898;
    border-right: 1px solid #989898;
}
.answer-radio .radio-inline input{
    padding-right: 10px;
}

.answer-radio .radio-inline{
    margin-right: 40px;
    padding-right: 15px;
}
table.sqm-table tr.correct{
    color: #2ca02c;
    font-weight: bold;
}
table.sqm-table tr:nth-child(2) td:nth-child(1){
    width:24px;
    overflow: hidden;
}
.table>tbody>tr>td{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle!important;
    border-top: 1px solid #ddd;
}
.num{
    float: left;
}
.num ul li {
    list-style: none;
    line-height: 40px;
}
legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: inherit;
    color: #2777b2;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}
.radio-group{
    display: block;
    margin-left: 60px;
}
.radio-group>label{
    margin-right: 16px;
}
.form-control-auto{
    width:auto!important;
}
.poll-report{
    border:1px solid rgba(153, 152, 152, 0.4);
    border-radius: 5px;
}