.editorTools{
    margin-bottom: 10px;
    border: 1px dashed #ccc;
    padding: 2px 5px;
}
.editorTools a,
.editorTools span
{
    display: inline-block!important;
}



/*START Helpers*/
.inlineBlock{
    display: inline-block;
}
.inlineTable{
    display: inline-table;
}
.inline{
    display: inline;
}

/*END Helpers*/



.notice-block{
    position: relative;
    margin-bottom: 26px;
    padding:30px 20px 20px;
    border: 1px solid #ddd;
    font-size: 16px;
}
.notice-legend{
    position: absolute;
    top: -11px;
    left: -8px;
    height: 27px;
    line-height: 27px;
    padding: 0 14px;
    color: #fff;
    background-repeat:no-repeat;
    background-position:100%;
}
.notice-legend:after {
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0;
    height: 0;
    width: 0;
    border-right: 7px solid;
    border-bottom:7px solid transparent;
}
.notice-legend.green{background-color:#5cb85c;}
.notice-legend.green:after {border-right-color:#008000;}
.notice-legend.blue{background-color:dodgerblue;}
.notice-legend.blue:after {border-right-color: #0027ff;}
.notice-legend.orange{background-color:#ff7529;}
.notice-legend.orange:after {border-right-color:#c85719;}

.notice-alert{
    margin-bottom: 15px;
}
.notice-alert .header{
    padding: 7px 10px 8px;
    font-size: 1.0769em;
    color: #ffdcdb;
    text-align: center;
    background: #d0615d;
}
.notice-alert-content{
    padding: 15px 10px 20px;
    border: 1px solid #ddd;
    border-top: 0;
    background: #f8f8f8;
}
.notice-alert-content ul{
    list-style: none;
}


.btn3{
    line-height: 1em;
    padding: 10px 22px 9px;
    background-color: #5CB85C;
    border-color: #4CAE4C;
    color: #fff!important;
    box-shadow: 0 2px #4B7B4B;
}

.btn-striped {
    background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
    background-image: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    -moz-background-size: 40px 40px;
    -o-background-size: 40px 40px;
    background-size: 40px 40px;
}
.btn-striped.animate {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -moz-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}


.message{
    text-align: center;
}
.message span{
    font-size: 50px;
    color: #fff;
    border-radius: 50px;
    padding: 18px;
}
.message.correct span{
    background-color: #87ac44;
}
.message.correct h1{
    color: #87ac44;
}
.message.incorrect span{
    background-color: red;
}
.message.incorrect h1{
    color: red;
}


.section-body{
    margin: 20px 0 20px 40px;
}

.multiplyChoices{}
.multiplyChoices .items{
    overflow: hidden;
}
.multiplyChoices .items .radioWrap{
    float: left;
}
.multiplyChoices .items .radioValue{
    float: left;
}

/*.widget{
    margin-bottom: 15px;
    text-align: center;
    padding: 15px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(252,252,252,1) 38%, rgba(239,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(38%,rgba(252,252,252,1)), color-stop(100%,rgba(239,239,239,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(252,252,252,1) 38%,rgba(239,239,239,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(252,252,252,1) 38%,rgba(239,239,239,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(252,252,252,1) 38%,rgba(239,239,239,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(252,252,252,1) 38%,rgba(239,239,239,1) 100%);
}
.widget-header{
    font-size:15px;
    margin-bottom: 10px;
    font-weight: bold;
}*/

.widget {
    margin-top: 27px;
    margin-bottom: 50px;
    text-align: center;
}
.widget .apex {
    position:absolute;
    top:-27px; left:50%;
    display:block;
    /*    width:30px;
        height:34px;*/
    margin-left:-24px;
    padding:5px 9px 9px;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
}
.widget .widgetHeader {
    position:relative;
    padding:7px 5px 8px;
    font-weight:bold;
    color:#fff;
    z-index:2;
    text-shadow:1px 1px 3px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow:0 7px 7px -7px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 7px 7px -7px rgba(0, 0, 0, 0.2);
    box-shadow:0 7px 7px -7px rgba(0, 0, 0, 0.2);
}
.widget .widgetHeader .widgetTitle {
    position:relative;
    display:block;
    z-index:2;
}
.widget .widgetHeader:before, .widget .widgetHeader:after{
    content:"";
    position:absolute;
    bottom:-6px;
    width:0;
    height:0;
}
.widget .widgetHeader:before {
    left:0;
    border-bottom:6px solid transparent;
}
.widget .widgetHeader:after {
    right:0;
    border-bottom:6px solid transparent;
}
.widget .widgetContent {
    line-height:1em;
    margin:0 6px;
    padding:15px 0 16px;
    font-weight:300;
    font-size:2.3076em;
    -webkit-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
    box-shadow:0 1px 3px rgba(0, 0, 0, 0.25);
    background: rgb(255,255,255);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjM4JSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(252,252,252,1) 38%, rgba(239,239,239,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(38%,rgba(252,252,252,1)), color-stop(100%,rgba(239,239,239,1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(252,252,252,1) 38%,rgba(239,239,239,1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(252,252,252,1) 38%,rgba(239,239,239,1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(252,252,252,1) 38%,rgba(239,239,239,1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(252,252,252,1) 38%,rgba(239,239,239,1) 100%);
}
@media (min-width: 768px) and (max-width: 991px) {
    .widget .widgetContent {
        min-height:140px;
    }
}
.widget .widgetContent sup a {
    display:inline-block;
    vertical-align:text-top;
    width:14px;
    height:14px;
    line-height:14px;
    font-size:11px;
    font-weight:bold;
    color:#fff;
    text-decoration:none;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    background:#abaaaa;
}

.widgetAttempt .apex {background:#83a940;}
.widgetAttempt .widgetHeader {background:#83a940;}
.widgetAttempt .widgetHeader:before {border-right:6px solid #76983f;}
.widgetAttempt .widgetHeader:after {border-left:6px solid #76983f;}
.widgetAttempt .widgetContent {color:#6e9528;}

.widgetTime .apex {background:#3687d2;}
.widgetTime .widgetHeader {background:#3687d2;}
.widgetTime .widgetHeader:before {border-right:6px solid #2f74b4;}
.widgetTime .widgetHeader:after {border-left:6px solid #2f74b4;}
.widgetTime .widgetContent {color:#2a77bc;}

.widgetScore .apex {background:#ff7529;}
.widgetScore .widgetHeader {background:#ff7529;}
.widgetScore .widgetHeader:before {border-right:6px solid #e66b27;}
.widgetScore .widgetHeader:after {border-left:6px solid #e66b27;}
.widgetScore .widgetContent {color:#e06a28;}
.widgetAwards .apex {background:#ff7529;}
.widgetAwards .widgetHeader {background:#ff7529;}
.widgetAwards .widgetHeader:before {border-right:6px solid #e66b27;}
.widgetAwards .widgetHeader:after {border-left:6px solid #e66b27;}
.widgetAwards .widgetContent {color:#e06a28;}


.icon {
    display:inline-block;
    vertical-align:text-top;
}
.iconAttempt, .iconTime, .iconScore {
    width:30px;
    height:30px;
}
.iconAttempt {
    background:url(../images/icon_attempt.png) no-repeat 0 0
}
.iconTime {
    background:url(../images/icon_time.png) no-repeat 0 0
}
.iconScore {
    background:url(../images/icon_score.png) no-repeat 0 0
}


/*START #timer*/
#timer {
    margin: 0 auto;
    font-size:15px;
}
#timer td{
    padding: 1px 4px;
    background-color: #fff;
    border: 1px solid rgb(163, 163, 163);
}
/*END #timer*/

.notice-alert-content {
    text-align:center;
}
.notice-alert-content ul{margin: 0;padding: 0}
.notice-alert-content ul li:last-child {list-style:none;}

#questions-wrap>a.btn-primary.pull-right {
    margin-top:10px;
    margin-right:10px;
    color:#fff;
}

/* custom radio/checkboxes */
.answerChoice {
    display:block;
    position:relative;
    overflow:hidden;
}
.answerChoice input {
    position:absolute;
    left:-20px;
    top:-20px;
}
.answerChoice span {
    display:inline-block;
    width:18px;
    height:18px;
    background-repeat:no-repeat;
    background-image:url(../images/bg_inputs_ui.png);
}
.answerChoice input[type="radio"] + span {background-position:-18px -18px;}
.answerChoice  input[type="radio"]:checked + span {background-position:-54px -18px;}

.answerChoice input[type="checkbox"] + span {background-position:-18px 0;}
.answerChoice  input[type="checkbox"]:checked + span {background-position:-54px 0;}

/* END custom radio/checkboxes */

.notice-block .multiplyChoices table td {padding:8px;}
.speechIcon {vertical-align:text-top;margin-top:-2px;}