/* ------------------------------------------------------------------------------
*
*  # Buttons component
*
*  Overrides for buttons bootstrap component
*
*  Version: 1.1
*  Latest update: Mar 10, 2016
*
* ---------------------------------------------------------------------------- */
.btn {
    position: relative;
    font-weight: 800;
}
.btn i{
    color: #ffffff;
    margin-right: 10px;
    font-size:20px;
    font-weight: bold;
    margin-left: 5px;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: 0;
}
.btn::-moz-focus-inner {
    border: 0;
}
.btn:hover,
.btn:focus,
.btn.focus {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.btn:active,
.btn.active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
.btn[class*=bg-]:hover,
.btn[class*=bg-]:focus,
.btn[class*=bg-].focus {
    color: #fff;
}
.btn.text-size-small {
    line-height: 1.6666667;
}
.btn.text-size-mini {
    line-height: 1.82;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.01) inset;
}
.btn-default:active,
.btn-default.active {
    -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
    box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.03) inset;
}
.btn-labeled {
    padding-left: 48px;
}
.btn-labeled.btn-default > b {
    background-color: #2196F3;
    color: #fff;
}
.btn-labeled > b {
    position: absolute;
    top: -1px;
    left: -1px;
    background-color: rgba(0, 0, 0, 0.15);
    display: block;
    line-height: 1;
    padding: 10px;
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}
.btn-labeled > b > i {
    top: 0;
}
.btn-labeled.btn-labeled-right {
    padding-left: 12px;
    padding-right: 48px;
}
.btn-labeled.btn-labeled-right > b {
    left: auto;
    right: -1px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}
.btn-labeled.btn-xlg {
    padding-left: 58px;
}
.btn-labeled.btn-xlg > b {
    padding: 13px;
}
.btn-labeled.btn-xlg.btn-labeled-right {
    padding-left: 16px;
    padding-right: 58px;
}
.btn-labeled.btn-lg {
    padding-left: 55px;
}
.btn-labeled.btn-lg > b {
    padding: 12px;
}
.btn-labeled.btn-lg.btn-labeled-right {
    padding-left: 15px;
    padding-right: 55px;
}
.btn-labeled.btn-sm {
    padding-left: 45px;
}
.btn-labeled.btn-sm > b {
    padding: 9px;
}
.btn-labeled.btn-sm.btn-labeled-right {
    padding-left: 11px;
    padding-right: 45px;
}
.btn-labeled.btn-xs {
    padding-left: 42px;
}
.btn-labeled.btn-xs > b {
    padding: 8px;
}
.btn-labeled.btn-xs.btn-labeled-right {
    padding-left: 10px;
    padding-left: 42px;
}
.btn-flat {
    border-width: 2px;
    background-color: transparent;
}
.btn-flat:hover,
.btn-flat:focus {
    opacity: 0.8;
    filter: alpha(opacity=80);
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-flat:active {
    opacity: 0.95;
    filter: alpha(opacity=95);
}
.btn-group.open .dropdown-toggle.btn-flat {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-icon {
    padding-left: 9px;
    padding-right: 9px;
}
.btn-icon .checker,
.btn-icon .choice {
    margin-top: -1px;
}
.btn-icon.icon-2x {
    padding-left: 7px;
    padding-right: 7px;
}
.btn-icon.icon-2x > i {
    font-size: 32px;
    top: 0;
}
.btn-icon.icon-2x.btn-xlg {
    padding-left: 10px;
    padding-right: 10px;
}
.btn-icon.icon-2x.btn-lg {
    padding-left: 9px;
    padding-right: 9px;
}
.btn-icon.icon-2x.btn-sm {
    padding-left: 6px;
    padding-right: 6px;
}
.btn-icon.icon-2x.btn-xs {
    padding-left: 5px;
    padding-right: 5px;
}
.btn-icon.btn-xlg,
.input-group-xlg > .input-group-btn > .btn-icon {
    padding-left: 12px;
    padding-right: 12px;
}
.btn-icon.btn-lg,
.input-group-lg > .input-group-btn > .btn-icon {
    padding-left: 11px;
    padding-right: 11px;
}
.btn-icon.btn-sm,
.input-group-sm > .input-group-btn > .btn-icon {
    padding-left: 8px;
    padding-right: 8px;
}
.btn-icon.btn-xs,
.input-group-xs > .input-group-btn > .btn.btn-icon {
    padding-left: 7px;
    padding-right: 7px;
}
.btn-float {
    padding: 16px;
    border-radius: 3px;
}
.btn-float.btn-link {
    padding: 11px;
}
.btn-float i {
    display: block;
    margin: 0;
    top: 0;
}
.btn-float img {
    border-radius: 3px;
}
.btn-float > span {
    display: block;
    padding-top: 10px;
    margin-bottom: -6px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-float.btn-float-lg i {
    font-size: 32px;
}
.btn-block-group .btn {
    border-radius: 0;
    border-width: 1px 0 0 1px;
}
.btn-block-group .btn:last-child {
    border-bottom-width: 1px;
}
.btn-block-group .btn-default {
    border-color: #ddd;
}
.btn-block-group .btn-block + .btn-block {
    margin-top: 0;
}
.btn-block-group div[class*=col-]:first-child .btn:first-child {
    border-radius: 3px 0 0 0;
}
.btn-block-group div[class*=col-]:first-child .btn:last-child {
    border-radius: 0 0 0 3px;
}
.btn-block-group div[class*=col-]:last-child .btn {
    border-right-width: 1px;
}
.btn-block-group div[class*=col-]:last-child .btn:first-child {
    border-radius: 0 3px 0 0;
}
.btn-block-group div[class*=col-]:last-child .btn:last-child {
    border-radius: 0 0 3px 0;
}
.btn-link {
    color: #333333;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-rounded,
.btn-rounded.btn-labeled > b,
.btn-rounded img {
    border-radius: 100px;
}
.btn-block + .btn-block {
    margin-top: 10px;
}
.btn-default:focus,
.btn-default.focus,
.btn-default:hover {
    background-color: #fcfcfc;
    border-color: #ddd;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-color: #fcfcfc;
    border-color: #ddd;
}
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
    background-color: #fcfcfc;
    border-color: #ddd;
}
.btn-default.disabled {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover {
    background-color: #2196F3;
    border-color: #2196F3;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-color: #2196F3;
    border-color: #2196F3;
}
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
    background-color: #2196F3;
    border-color: #2196F3;
}
.btn-primary.disabled {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-success:focus,
.btn-success.focus,
.btn-success:hover {
    background-color: #4CAF50;
    border-color: #4CAF50;
}
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success {
    background-color: #4CAF50;
    border-color: #4CAF50;
}
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
    background-color: #4CAF50;
    border-color: #4CAF50;
}
.btn-success.disabled {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-info:focus,
.btn-info.focus,
.btn-info:hover {
    background-color: #00BCD4;
    border-color: #00BCD4;
}
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info {
    background-color: #00BCD4;
    border-color: #00BCD4;
}
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
    background-color: #00BCD4;
    border-color: #00BCD4;
}
.btn-info.disabled {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:hover {
    background-color: #FF5722;
    border-color: #FF5722;
}
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning {
    background-color: #FF5722;
    border-color: #FF5722;
}
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
    background-color: #FF5722;
    border-color: #FF5722;
}
.btn-warning.disabled {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:hover {
    background-color: #F44336;
    border-color: #F44336;
}
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger {
    background-color: #F44336;
    border-color: #F44336;
}
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
    background-color: #F44336;
    border-color: #F44336;
}
.btn-danger.disabled {
    -webkit-box-shadow: none;
    box-shadow: none;
}
.btn-xlg,
.btn-group-xlg > .btn {
    padding: 10px 16px;
    font-size: 14px;
    line-height: 1.4285715;
    border-radius: 3px;
}
.btn-xlg.btn-rounded {
    border-radius: 100px;
}
.btn-lg,
.btn-group-lg > .btn {
    border-radius: 3px;
}
.btn-lg.btn-rounded {
    border-radius: 100px;
}
.btn-sm:not(.btn-rounded),
.btn-group-sm > .btn:not(.btn-rounded),
.btn-xs:not(.btn-rounded),
.btn-group-xs > .btn:not(.btn-rounded) {
    border-radius: 3px;
}



.counterDiv{
    position: fixed;
    left: 20px;
    top:20px;
    z-index:99999;
    background-color: #78b42c;
    color: #FFFFFF;
    padding:10px;
    border:2px solid #78b42c;
    border-radius: 10px;
    font-weight: 400;
    font-size: 20px;
}

.modalDiv{
    position: fixed;
    z-index:99999;
}

.answers-ul{
    list-style-type: none;
}

.answers-ul li{
    margin-bottom: 5px;
    cursor: pointer;
    text-align: left;
}

.answers-ul li:hover{
    cursor: pointer;
}

#exampleModal > .modal-dialog {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    margin: 0 auto; }
#exampleModal > .modal-dialog .modal-content {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    overflow: auto; }
#exampleModal > .modal-dialog .modal-content .lesson-modal-title {
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 2em; }
#exampleModal > .modal-dialog .modal-content .todo-task-due {
    margin-left: 1em;
    font-weight: 600;
    color: #4db3a4;
    width: 150px !important; }
#exampleModal > .modal-dialog .modal-content .todo-task-assign {
    margin-left: 1em;
    border: 1px solid;
    border-color: #ccc;
    padding: 6px 10px;
    font-weight: 600;
    color: #4db3a4;
    text-transform: uppercase; }
