
/* Section Quiz
/**************************************************************/

.quiz_button {
    /*float: left;*/
   /* text-align: left;
    padding: 10px 20px 10px 60px;*/
 /*   margin: 20px 0 20px 25px;*/
   /* -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    width: 110px;
    text-align: left;    
    -moz-box-shadow: 2px 2px 6px #bbb;
    -webkit-box-shadow: 2px 2px 6px #bbb;
    box-shadow: 2px 2px 6px #bbb;
    cursor: pointer;*/
    /*background: url(../../../custom/img/question.png) no-repeat left center #d0d0d0;*/
    /*font-size: 18px;
    font-weight: 700;
	margin-top:5px;*/
}
.quiz_button:hover {
   /* background-color: #e0e0e0;*/
}

html{
    position: relative;
    min-height: 100%;
    background: #fff;
}

#quiz {
    width: 100%;
    float: left;
    margin-top: 5px;
    background-color: #fff;
}
#quiz .question {
    background-color: #666666;
    color: #fff;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;    
    margin-left: 10px;
}
#quiz .answer {
    background-color: #cccccc;
    color: #000;
    width: 100%;
    float: left;
    margin-bottom: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;    
    margin-left: 10px;
    display: inline-flex!important;
    /*padding-right: 20px!important;*/
    /*margin-right: 10px;*/
}
#quiz .letter {
    font-size: 60px;
    float: left;
    font-weight: 700;
    margin-right: 20px;
    margin-left: 10px;
    color: #fff;
    margin-top: -15px;
}
#quiz .text {
    font-size: 13px;
    float: left;
    padding-top: 10px;
    padding-right: 10px;
    display: inline-block;
    width: 90%;
}
#quiz .clickable {
    cursor: pointer;
}
#quiz .clickable:hover {
    background-color: #cb9a00;
}
#quiz .option {
    float: right;
    background-color: #aaa;
    padding: 25px;
    margin: 5px 5px 0 0;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;    
}
#quiz .selected {
    background-color: #cb9a00;
    cursor: default;
}
#quiz .blocked {
    background-color: #ccc;
    color: #999;
}
#quiz .results {
    background-color: #666666;
    color: #fff;
    /*width: 200px;*/
    height: 100%;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    margin: 0 auto;
    margin-top: 30px;
    padding-bottom: 30px;
    width:95%;
}
#quiz .results .title {
    padding-top: 40px;
    font-size: 18px;
    text-align: center;
}
#quiz .results .points {
    padding-top: 20px;
    font-size: 40px;
    text-align: center;
}
#quiz .link_video {
    color: #fff;
    margin-top: 5px;
    text-transform: uppercase;
    cursor: pointer;
    display: inline-block;
}
#quiz .link_video:hover {
    color: #cb9a00; 
}


.icons-centered
{
    font-size: 20px;
    margin-top: -5px;
}

.btn-darkblue, .btn-darkblue.disabled {
    background: #11416a;
    border: 1px solid #11416a;
    color:white;
}
.text-darkgrey
{
    color: #7a7474;
    font-weight: bold;
}
h3 {
    /*color: #313131;
    font-family: Rubik,sans-serif;
    margin: 10px 0;
    font-weight: 300;*/
}
h3 {
    line-height: 30px;
    font-size: 21px;
}
.white-grey
{
    background: #f3f2f2;
    padding: 25px;
    margin-bottom: 30px;
    /* border-radius: 23px; */
}
.white-grey p
{
    min-height:250px;
}
.white-grey h3
{
    min-height:90px;
}
.btn-lightgrey, .btn-lightgrey.disabled {
    background: #acaaa7;
    border: 1px solid #b3b2b0;
}
.bg-orange, .bg-orange.disabled {

    background: rgb(255, 195, 109);
    border: 1px solid rgba(0,0,0,.125);
}

.tablesaw-bar {
    width: 100%;
}
.text-searchresults
{
    font-size:22px;
}
.section-title a
{
color:white!important;
}

.btn-darkgrey, .btn-darkgrey.disabled {
    background: #7b7e82;
    border: 1px solid #929394;
    color: white;
}
.cont-body
{
    padding-bottom:100px;
    display: table-cell;
    vertical-align: middle;
}
.row {
    margin-right: 0px; 
    margin-left: 0px; 
}

.img-resource {
    width: 100%;
    height: 234px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
}
.autor-name {
    font-size: 13px;
    color: #999;    
    display: inline;
}
.comment {
    display: block;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 20px;
    font-size: 14px;
}
.topic {
    font-size: 15px;
    color: #555;       
}
.list-resource {
    position: relative;
}
.list-resource .link-icon a,.list-resource .link-icon a:hover {
    color: #fff;
}
.list-resource .link-title a,.list-resource .link-title a:hover {
    color: #000;
}
.list-resource .icon-pinned{
    width: 25px;
    height: 40px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-image: url('images/icon-pinned.png');
    position: absolute;
    top: 10px;
    right: 25px;
}

@media (min-width: 1200px)
{
    .container {
        max-width: 1350px!important;
    }
}

.container {
   /* margin-bottom: 50px;*/
}
.card-body .container-fluid, .card-body
{
    padding-right:0px;
    padding-left:0px;
}
.card-header
{
    margin-right:14px;
}
@media (max-width: 576px)
{
    .card-header
    {
        margin-right:0px;
    }
    .overlay {
        padding-right:0px;
      }
    .row.courseContainer img{
        max-width:100%!important;
        float: none!important;
        margin: 0!important;
        margin-bottom: 10px!important;

     } 
     .cboxContent
     {
         /*height:630px!important;*/
     }
     .question .text
     {
         /*padding-left:10px!important;
         padding-bottom:5px!important;*/
     }
     #colorbox,#cboxLoadedContent
     {
        /*height:630px!important;*/
     }
     
     .img-resource {
        height: 300px;        
    }
}
.font-general
{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
.text-warning.appraisal
{
    color:#173859!important;
}
.dt-button.buttons-excel
{
    color: #fff!important;
    border-radius: 3px!important;
    width:120px!important;
    background: #11416a!important;
    border: 1px solid #11416a!important;
    font-size: 1rem!important;
    line-height: 1.3!important;
}
.dt-button.buttons-excel:hover
{
    background: #11416a!important;
    border: 1px solid #11416a!important;
    opacity: .8!important;
    border: 1px solid #11416a!important;
}
.dt-button.buttons-pdf
{
    background: #ff7676!important;
    border: 1px solid #ff7676!important;
    color: #fff!important;
    border-radius: 3px;
    width:120px;
    font-size: 1rem!important;
    line-height: 1.3!important;
}
.dt-button.buttons-pdf:hover
{
    color: #fff!important;
    background: #ff7676!important;
    opacity: .8;
    border: 1px solid #ff7676;
}
#msg_psw
{
    color:red;
}
.checkpolicy
{
    text-align:center;
}
.report-thumb
{
    border: 1px solid #dee2e6 !important;
}
.cleartxt
{
    display: block;
    width: 100%;
}
.notice-border
{
    border-style: dashed;
    border-width:2px;
    border-color: #4c2582;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 15px;
}
.notice-border p{
    font-size: 16px;
    color: #6d6969;
    margin-bottom: 0px;
}
.notice-border img,.notice-border .num{
    margin-right:10px;
}
.notice-border .txt{
    width:100%;
}

.list-caption {
    font-weight: 600;
    background-color: #f0f0f0;
}

.time-remaining {
    color: #2499a4;
}
.time-finished {
    color: #c00;
}

.warning {
    border: 1px solid #c00 !important;
}

.appraisal-rating {
    width: 100%;
    text-align: center;
}
.appraisal-rating.no-edit {
    background-color: #f0f0f0;
    padding: 4px 0 2px 0;
}
.appraisal-rating.no-edit input {
    pointer-events: none;
}
.appraisal-rating span.usertype {
    display: none;
    font-size: 12px;
}
.appraisal-rating.no-edit span.usertype {
    display: inline-block;    
}
.appraisal-rating .ico-comments {
    margin-left: 34px;  
    cursor: pointer;
}
.appraisal-rating.no-edit .ico-comments {
    display: none;    
}
.appraisal-comments {
    display: none;
}
.appraisal-comments label {
    font-size: 12px;
}
.appraisal-comments textarea {
    width: 100%;
    height: 100px;        
}
.appraisal-comments textarea.no-edit {
    background-color: #f9f9f9;     
}
.select2-container .select2-choice .select2-arrow 
{
    border-left: none!important;
    background: transparent!important;
}
