﻿/*************************FORM DESIGNER********************/

.waitingImg {
    z-index: 3000;
    background: #DDDDDD;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.6;
}

    .waitingImg img {
        position: absolute;
        left: 46%;
        top: 30%;
    }

.waitingImg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.loading {
    z-index: 3000;
    background: #DDDDDD;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
    opacity: 0.9;
}

    .loading img {
        position: absolute;
        left: 46%;
        top: 30%;
    }

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.modalText {
    z-index: 1000;
    top: 20%;
    text-align: center !important;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000;
}

/*************************FORM DESIGNER********************/

.box-header {
    padding-bottom: 2px !important;
}

.box-body {
    padding-top: 3px !important;
}

.table-responsive {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.dataTables_wrapper {
    padding-top: 10px !important;
}

.btn.btn-app {
    margin: 2px 2px 2px 0px !important;
}

.hand {
    cursor: pointer;
}


.content-header-fd {
    position: relative;
    padding: 15px 15px 10px 20px;
    background: #fbfbfb;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

    .content-header-fd > h1 {
        margin: 0;
        font-size: 24px;
    }

        .content-header-fd > h1 > small {
            font-size: 15px;
            display: inline-block;
            padding-left: 4px;
            font-weight: 300;
        }

.label-header {
    float: left;
    width: 15%;
    height: 50px;
    background-color: #f3f4f5;
    padding-left: 10px;
}

.label-content {
    float: right;
    width: 85%;
    height: 50px;
    padding-left: 10px;
    clear: right;
}

.number-textbox {
    width: 30px !important;
    text-align: center;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
}

    /* Hide default HTML checkbox */
    .switch input {
        display: none;
    }

.lite {
    width: 50px;
    height: 20px;
}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 13px;
        width: 13px;
        bottom: 4px;
        left: 5px;
        background-color: white;
        -webkit-transition: .54s;
        transition: .54s;
    }

.slider {
    color: black !important;
    font-size: x-small;
    font-weight: bold;
    text-align: right;
    padding-right: 4px;
    padding-top: 3px;
}

input:checked + .slider {
    background-color: #2196F3;
    color: white !important;
    font-size: x-small;
    font-weight: bold;
    text-align: left;
    padding-left: 4px;
    padding-top: 3px;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(24px);
    -ms-transform: translateX(24px);
    transform: translateX(24px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 24px;
}

    .slider.round:before {
        border-radius: 50%;
    }

/* Customizzazion ADMIN LTE*/

body {
    font-size: 13px;
    font-family: "Source Sans Pro",sans-serif !important;
}

.btn {
    font-size: inherit;
}

    .btn.btn-app {
        height: 50px;
        margin: 2px;
        padding: 6px;
    }

    .btn.btn-app-small {
        height: 50px !important;
        width: 50px !important;
        padding: 6px !important;
        margin: 2px 2px 2px 2px !important;
    }

    .btn.btn-app-small {
        background-color: #fafafa;
        border: 1px solid #ddd;
        border-radius: 0;
        box-shadow: none;
        color: #666;
        font-size: 12px;
        height: 60px;
        margin: 0 0 10px 10px;
        min-width: 50px;
        position: relative;
        text-align: center;
    }

        .btn.btn-app-small > .fa {
            display: block;
            font-size: 20px;
        }

.label-header {
    min-width: 100px;
}

.label-content {
    width: 83%;
}

/** Martellate per demo 30/01/2015 **/

/*.btn-group {
    top: -40px;
}*/

/** Fine martellate per demo 30/01/2015 **/

/** CSS Classes used in the calendar implementation **/

.activityBox {
    width: 96px;
    border: 1px solid #AAAAAA;
    float: left;
    padding: 2px 4px;
    margin: 2px;
    border-radius: 4px;
    z-index: 9999;
    min-height: 20px;
}

.dzStyle {
    min-width: 114px;
    border: 1px solid #888888;
    padding: 0px 4px;
}

.activityColumn {
    min-width: 150px;
    position: absolute;
    left: 0px;
}

#delete_dropZone {
    height: 80px;
    border: 1px solid #888;
    background-color: #DDD;
    margin-right: 2px;
    margin-left: 16px;
    margin-bottom: 8px;
    padding: 0px 4px;
    border-radius: 4px;
    width: 210px;
    float: right;
    position: absolute;
    right: 0px;
    top: 16px;
}

.discrepancy {
    background-color: red;
}

.selection {
    background-color: #F5F348;
}

.initiation {
    background-color: #ECE680;
}

.MOV_blind {
    background-color: #71A0FF;
}

.MOV_unblind {
    background-color: #CEE7FF;
}

.REM_std {
    background-color: #FEE7B8;
}

.REM_adaptive {
    background-color: #FECF7B;
}

.REM_contact {
    background-color: #FEB92C;
}

.closeOut {
    background-color: #FF7474;
}

.training {
    background-color: #80CF90;
}

.meeting {
    background-color: #40CF5E;
}

.contact {
    background-color: #408C60;
}

.pcr {
    background-color: #608C40;
}

.extra {
    background-color: #EEEEEE;
}

.co-mov {
    background-color: #c060c0;
}

.draggableBoxexPanel {
    float: left;
    margin-right: 214px;
    padding: 2px;
}

.keydatePeriod {
    background-color: #00C0EF;
    color: #FFF;
    border-radius: 4px;
    padding: 0px 4px;
}

.pnlCalendar {
    margin-left: 150px;
    overflow-x: auto;
}

    .pnlCalendar td {
        height: 24px !important;
    }
/** End of CSS Classes used in the calendar implementation **/

.clearfloat {
    clear: both;
}

.radiobutton label {
    margin-right: 8px;
    vertical-align: middle;
}

.radioButton {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .radiobutton.horizontal li {
        display: inline;
    }

    .radiobutton label {
        margin-bottom: 5px;
        margin-right: 10px;
        margin-left: 5px;
    }

.btn-go-back {
    float: right;
    margin-bottom: 15px;
}

    .btn-go-back:hover {
        text-decoration: none;
    }

.btn-go-link {
    margin: 5px;
}

    .btn-go-link:hover {
        text-decoration: none;
    }

.autoCompleteList li {
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
    margin: 0;
    min-height: 0;
    padding: 3px 1em 3px 0.4em;
    position: relative;
}

.autoCompleteList {
    background: #ffffff url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") repeat-x scroll 50% 50%;
    border: 1px solid #aaaaaa;
    color: #222222;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 1.0em;
    list-style: outside none none;
    margin: 0;
    outline: medium none;
    padding: 0;
    cursor: default;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 1046 !important;
    max-height: 200px;
    overflow: auto;
}

    .autoCompleteList li:hover {
        border: 1px solid #999999;
        background: #dadada url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7") 50% 50% repeat-x;
        font-weight: normal;
        color: #212121;
    }

#toTop {
    display: none;
    text-decoration: none;
    position: fixed;
    bottom: 10px;
    right: 10px;
    overflow: hidden;
    width: 51px;
    height: 51px;
    border: none;
    text-indent: 100%;
    background: url(images/top.png) no-repeat left top;
    z-index: 2000;
}

#toTopHover {
    background: url(images/top.png) no-repeat left -51px;
    width: 51px;
    height: 51px;
    display: block;
    overflow: hidden;
    float: left;
    opacity: 0;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
}

#toTop:active, #toTop:focus {
    outline: none;
}

.dataTables_wrapper {
    overflow-x: auto;
    width: 100%;
}

.row {
    margin-right: 0px !important;
}

.dataTablePaging, .dataTableNoPaging, .dataTableNoPagingNoSearch, .dataTableNoPagingNoSearchNoOrder {
    width: 99.8% !important;
}

.small-box-footer {
    float: right;
    margin-top: 20px;
}

.left {
    float: left;
    width: 49.9%;
    margin-left: 12px;
}

.right {
    float: right;
    width: 45%;
    text-align: right;
    margin-left: 12px;
}

.both {
    clear: both;
    height: 5px;
}

.bothNoHeight {
    clear: both;
}

.btn {
    font-size: 13px;
    padding: 5px 10px;
    height: 30px;
}

.fa-1x {
    padding: 0px;
}

.Overlay {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.7);
    filter: alpha(opacity=98);
    opacity: 0.98;
    z-index: 1031;
}

.PopUpPanel {
    position: relative;
    background: none repeat scroll 0 0 white;
    width: 60%;
    left: 20%;
    right: 20%;
    z-index: 2001;
    padding: 10px;
    max-height: 90%;
    overflow: auto;
    margin: 50px auto 0;
    -moz-box-shadow: 3.5px 4px 5px #000000;
    -webkit-box-shadow: 3.5px 4px 5px #000000;
    box-shadow: 3.5px 4px 5px #000000;
    border: 1px solid #CCCCCC;
}

.PopUpPanelUpload {
    position: relative;
    background: none repeat scroll 0 0 white;
    width: 60%;
    left: 20%;
    right: 20%;
    z-index: 2001;
    padding: 10px;
    max-height: 90%;
    overflow: auto;
    margin: 25px auto 0;
    -moz-box-shadow: 3.5px 4px 5px #000000;
    -webkit-box-shadow: 3.5px 4px 5px #000000;
    box-shadow: 3.5px 4px 5px #000000;
    border: 1px solid #CCCCCC;
}

@media only screen and (max-width: 780px) {
    .PopUpPanel {
        height: 600px;
        overflow: auto;
    }
}

.mfp-close {
    color: #000;
}

.dataTablePaging th, .dataTableNoPaging th, .dataTableNoPagingNoSearch th, .dataTableNoPagingNoSearchNoOrder th {
    border: 1px solid #ABABAB !important;
}

.no-margin, .no-margin th, .no-margin td {
    border: none !important;
    border-bottom: 1px solid #f4f4f4 !important;
}

.border2x, .border2x th, .border2x td {
    border: none !important;
    border-bottom: 2px solid #ddd !important;
}

.select2 {
    width: 100% !important;
}

.skin-blue .sidebar > .sidebar-menu > li > .treeview-menu {
    margin-top: -2px !important;
}

.bold {
    font-weight: bold;
    font-size: 18px;
}

#graficoChart, #graficobar, .graficobar {
    height: 350px;
}

@media only screen and (max-width: 1700px) {
    .info-box-icon {
        height: 70px;
        width: 70px;
        line-height: 70px;
    }

    .info-box-content {
        margin-left: 70px;
    }

    .info-box-text {
        font-size: 12px;
    }

    #graficoChart, #graficobar, .graficobar {
        height: 350px;
    }

    .grafico {
        width: 75% !important;
    }

    .total {
        margin: 80px auto !important;
    }

    .float {
        left: -20px !important;
    }

    .dayLink a {
        font-size: medium;
    }
}

@media only screen and (max-width: 1500px) {
    .info-box-icon {
        height: 50px;
        width: 50px;
        line-height: 50px;
    }

    .info-box-content {
        margin-left: 50px;
    }

    .info-box-text {
        font-size: 11px;
    }

    #graficoChart, #graficobar, .graficobar {
        height: 350px;
    }

    .grafico {
        width: 75% !important;
    }

    .total {
        margin: 64px auto !important;
        font-size: 25px !important;
    }

    .float {
        left: -20px !important;
    }

    .dayLink a {
        font-size: small;
    }
}

@media only screen and (max-width: 990px) {
    .info-box-icon {
        height: 70px;
        width: 70px;
        line-height: 70px;
    }

    .info-box-content {
        margin-left: 70px;
    }

    .info-box-text {
        font-size: 14px;
    }

    #graficoChart, #graficobar, .graficobar {
        height: 350px;
    }

    .grafico {
        width: 65% !important;
    }

    .total {
        margin: 90px auto !important;
        font-size: 20px !important;
    }

    .float {
        left: -20px !important;
    }

    .dayLink a {
        font-size: small;
    }
}

.Preview {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    z-index: 1031;
    background-image: url("../../img/preview.png");
    background-repeat: repeat-y;
}

    .Preview img {
        position: absolute;
        width: 100%;
        height: 100%;
    }

#boxFile, #boxFileBill {
    width: 100%;
    height: 160px;
    text-align: center;
    vertical-align: middle;
    outline: 1px solid #dde4e7;
    outline-offset: -10px;
    transition: outline-offset 0.15s ease-in-out 0s, background-color 0.15s linear 0s;
    background-color: #DDDDDD;
    font-size: 18px;
    font-family: 'Source Sans Pro', sans-serif;
    padding: 100px 20px;
    position: relative;
    padding: 15px;
}

.boxFile.is-dragover {
    background-color: #fff !important;
    color: #88a1a8 !important;
    outline-offset: -10px;
    outline: 1px solid #fff !important;
}

.boxFile.is-dragcomplete {
    background-color: #f3f4f5 !important;
    color: #7d8893 !important;
    outline-offset: -10px;
    outline: 1px solid #f3f4f5 !important;
}

/** alert message **/
.notify {
    display: block;
    height: 100%;
    background: #f39c12;
    color: #fff;
    padding: 12px 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
}

#contentMessage {
    position: fixed;
    bottom: 0;
    right: 0;
    max-width: 500px;
    height: 100px;
    z-index: 3001;
    margin-right: 10px;
    margin-bottom: 10px;
}

.notify p {
    padding-right: 16px;
    font-size: 16px;
}

.notify > .fa,
.notify > .glyphicon {
    position: absolute;
    left: -15px;
    top: -15px;
    width: 35px;
    height: 35px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    line-height: 35px;
    text-align: center;
    background: inherit;
    border: 1px solid #faebcc;
}

.genericInfo {
    display: block;
    height: 100%;
    background: #00c0ef !important;
    color: #fff;
    padding: 12px 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 10px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 2px 0px;
}

    .genericInfo p {
        padding-right: 16px;
        font-size: 16px;
        margin-bottom: 0px;
    }

    .genericInfo > .fa,
    .genericInfo > .glyphicon {
        position: absolute;
        left: -15px;
        top: -15px;
        width: 35px;
        height: 35px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        line-height: 35px;
        text-align: center;
        background: inherit;
        border: 1px solid #faebcc;
    }

#dvGenericInfo {
    top: 50px;
    right: -25%;
    display: none;
    text-align: center;
    position: fixed;
    width: 400px;
    height: 120px;
    margin: 0 25%;
    z-index: 9999;
}

#lblNotificationInfo, #lblTaskInfo, #lblPasswordInfo {
    font-size: medium;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#contentMessage {
    opacity: 0;
    -webkit-animation: fadeIn ease-in 1;
    -moz-animation: fadeIn ease-in 1;
    animation: fadeIn ease-in 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0.5s;
    -moz-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default .select2-selection--single {
    border: 1px solid #ccc;
}

.checkbox-group {
    padding-top: 28px;
}

.show-grid {
    padding-top: 5px;
}

/* PAGINATION */

tr.pagination {
    display: table-row;
}

.pagination > td > table {
    float: right;
}

    .pagination > td > table > tbody > tr > td > a,
    .pagination > td > table > tbody > tr > td > span {
        background-color: #fff;
        border: 1px solid #ddd;
        color: #337ab7;
        float: left;
        line-height: 1.42857;
        margin-left: -1px;
        padding: 6px 12px;
        position: relative;
        text-decoration: none;
    }

    .pagination > td > table > tbody > tr > td > span {
        background-color: #337ab7;
        border-color: #337ab7;
        color: #fff;
        cursor: default;
        z-index: 2;
    }

    .pagination > td > table > tbody > tr > td:first-child > a, .pagination > td > table > tbody > tr > td:first-child > span {
        border-bottom-left-radius: 4px;
        border-top-left-radius: 4px;
        margin-left: 0;
    }

    .pagination > td > table > tbody > tr > td:last-child > a, .pagination > td > table > tbody > tr > td:last-child > span {
        border-bottom-right-radius: 4px;
        border-top-right-radius: 4px;
    }

    .pagination > td > table > tbody > tr > td > a:hover,
    .pagination > td > table > tbody > tr > td > span:hover,
    .pagination > td > table > tbody > tr > td > a:focus,
    .pagination > td > table > tbody > tr > td > span:focus {
        background-color: #eee;
        border-color: #ddd;
        color: #23527c;
        z-index: 3;
    }

    .pagination > td > table > tbody > tr > td > a {
        background: #fafafa;
        color: #666;
        -webkit-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
        -moz-box-shadow: inset 0px -2px 0px 0px rgba(0, 0, 0, 0.09);
        box-shadow: inset 0px -1px 0px 0px rgba(0, 0, 0, 0.09);
    }

    .pagination > td > table > tbody > tr > td:first-of-type a,
    .pagination > td > table > tbody > tr > td:last-of-type a {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

/****/

/* box-header colorati per activity man*/
.header-warning {
    background: rgba(243, 156, 18, 0.70);
}

.header-primary {
    background: rgba(60, 141, 188, 0.40);
}

.header-success {
    background: rgba(146,207,88, 0.7);
}

.riga-Evidenziata {
    background-color: #79b5e6 !important;
    color: #fff !important;
}

/** Link "More Info" below dashboard's info boxes **/

.info-box-link {
    float: right;
    margin-right: 2px;
    min-height: 24px;
}

.labelMandatory {
    font-weight: bold;
    color: red;
    font-size: larger;
}

.calendarDetail {
    /*border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    border-color: #ddd;
    border-right-width: 0px;*/
    padding: 1px 1px 1px 1px;
    vertical-align: top;
    min-height: 100px;
    height: auto;
    text-align: left;
}

    .calendarDetail a {
        color: #000;
    }

.calendarCell {
    border-style: solid;
    border-width: 1px;
    border-radius: 2px;
    border-color: #ddd;
    border-top-width: 0px;
    vertical-align: top;
}

    .calendarCell:hover {
        border-style: solid !important;
        border-width: 2px !important;
        border-radius: 2px !important;
        border-color: #5292C7 !important;
    }

.calendarItem {
    margin-top: 1px;
    padding: 1px;
    border-radius: 2px;
    font-weight: bold;
    width: 90%;
    float: left;
    color: white;
}

.calendarItemRight {
    margin-top: 1px;
    text-align: center;
    border-radius: 2px;
    font-weight: bold;
    width: 9%;
    float: right;
}

    .calendarItemRight a {
        text-align: center;
    }

    .calendarItemRight i {
        padding: 3px;
    }

.calendarHeader {
    border-color: #5292C7;
    border-width: 2px;
    border-style: solid;
    color: #000;
    border-radius: 2px;
    padding: 0px 4px;
    width: 100%;
    vertical-align: top;
}

.calendarHeaderEmpty {
    border-radius: 2px;
    padding: 0px 4px;
    vertical-align: top;
    background-color: #fff;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #ddd;
}

.today {
    border-color: #00C0EF;
}

#spandate {
    display: none;
}

a[disabled], fieldset[disabled] {
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.65;
}

.total {
    z-index: 100;
    color: black;
    font-size: 35px;
    font-weight: bold;
    width: 50px;
    height: 50px;
    position: absolute;
    left: 25px;
    right: 0;
    margin: 110px auto;
}

.float {
    left: -20px !important;
}

.chart-responsive {
    position: relative;
}

.coverTitle {
    margin-left: -14px;
    margin-top: -32px;
}

.map {
    margin: 2em 0 0 0;
}

    .map iframe {
        width: 100%;
        height: 300px;
    }

.TBODelete {
    float: right;
    cursor: pointer;
    margin-left: 5px;
}

.preferred {
    font-weight: normal !important;
    font-size: 12px !important;
}

    .preferred:hover {
        border: 1px solid rgba(0,0,0,0.2);
        box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
    }

.pref {
    height: 132px !important;
}

.TBOLink {
    z-index: 9999 !important;
}



.popover-region-footer-container {
    height: 30px;
    text-align: center;
    border-top: 1px solid #ddd;
    background-color: #f9f9f9;
    padding-top: 3px;
}


.popover-region-content-container {
    height: calc(100% - 55px);
    width: 100%;
    overflow-y: auto;
    background-color: #f9f9f9;
    -webkit-overflow-scrolling: touch;
}

.content-item-container {
    width: 100%;
    border-bottom: 1px solid #ddd;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px;
    position: relative;
    margin: 0;
    display: block;
    color: inherit;
    text-decoration: none;
    min-height: 40px;
    height: auto;
}

.content-item {
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.profile-image-container {
    width: 30px;
    display: inline-block;
    text-align: center;
    float: left;
}

.content-item-body {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 30px);
    font-size: 13px;
    padding-left: 10px;
    overflow: hidden;
    text-align: left;
    padding-top: 5px;
}

.content-item-container:hover {
    color: #fff !important;
    background-color: #79b5e6;
}

.link-notification:hover {
    color: #fff !important;
}

.extrawidth {
    width: 15% !important;
}

.lesswidth {
    width: 84% !important;
}

.radioButton {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .radiobutton.horizontal li {
        display: inline;
    }

    .radiobutton label {
        margin-bottom: 5px;
        margin-right: 10px;
        margin-left: 5px;
    }

.card, #page-enrol-users #filterform, .que .history, .userprofile .profile_tree section, .groupinfobox, .forumpost, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme, .well {
    position: relative;
    display: block;
    margin-bottom: .75rem;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid rgba(238,238,238,1)
}

.card-block, #page-enrol-users #filterform, .userprofile .profile_tree section, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme, .well {
    padding: 1.25rem
}

    .card-block::after, #page-enrol-users #filterform::after, .userprofile .profile_tree section::after, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right::after, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom::after, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme::after, .well::after {
        content: "";
        display: table;
        clear: both
    }

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link + .card-link {
    margin-left: 1.25rem
}

.card > .list-group:first-child .list-group-item:first-child, #page-enrol-users #filterform > .list-group:first-child .list-group-item:first-child, .que .history > .list-group:first-child .list-group-item:first-child, .userprofile .profile_tree section > .list-group:first-child .list-group-item:first-child, .groupinfobox > .list-group:first-child .list-group-item:first-child, .forumpost > .list-group:first-child .list-group-item:first-child, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right > .list-group:first-child .list-group-item:first-child, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom > .list-group:first-child .list-group-item:first-child, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme > .list-group:first-child .list-group-item:first-child, .well > .list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.card > .list-group:last-child .list-group-item:last-child, #page-enrol-users #filterform > .list-group:last-child .list-group-item:last-child, .que .history > .list-group:last-child .list-group-item:last-child, .userprofile .profile_tree section > .list-group:last-child .list-group-item:last-child, .groupinfobox > .list-group:last-child .list-group-item:last-child, .forumpost > .list-group:last-child .list-group-item:last-child, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right > .list-group:last-child .list-group-item:last-child, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom > .list-group:last-child .list-group-item:last-child, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme > .list-group:last-child .list-group-item:last-child, .well > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.card-header {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    border-bottom: 1px solid rgba(238,238,238,1)
}

    .card-header::after {
        content: "";
        display: table;
        clear: both
    }

    .card-header:first-child {
        border-radius: 0 0 0 0
    }

.card-footer {
    padding: .75rem 1.25rem;
    background-color: #f5f5f5;
    border-top: 1px solid rgba(238,238,238,1)
}

    .card-footer::after {
        content: "";
        display: table;
        clear: both
    }

    .card-footer:last-child {
        border-radius: 0 0 0 0
    }

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-primary {
    background-color: #00acdf;
    border-color: #00acdf
}

    .card-primary .card-header, .card-primary .card-footer {
        background-color: transparent
    }

.card-success {
    background-color: #77b300;
    border-color: #77b300
}

    .card-success .card-header, .card-success .card-footer {
        background-color: transparent
    }

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de
}

    .card-info .card-header, .card-info .card-footer {
        background-color: transparent
    }

.card-warning {
    background-color: #f80;
    border-color: #f80
}

    .card-warning .card-header, .card-warning .card-footer {
        background-color: transparent
    }

.card-danger {
    background-color: #ff4136;
    border-color: #ff4136
}

    .card-danger .card-header, .card-danger .card-footer {
        background-color: transparent
    }

.card-outline-primary {
    background-color: transparent;
    border-color: #00acdf
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de
}

.card-outline-success {
    background-color: transparent;
    border-color: #77b300
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f80
}

.card-outline-danger {
    background-color: transparent;
    border-color: #ff4136
}

.card-inverse .card-header, .card-inverse .card-footer {
    border-color: rgba(255,255,255,.2)
}

.card-inverse .card-header, .card-inverse .card-footer, .card-inverse .card-title, .card-inverse .card-blockquote {
    color: #fff
}

    .card-inverse .card-link, .card-inverse .card-text, .card-inverse .card-subtitle, .card-inverse .card-blockquote .blockquote-footer {
        color: rgba(255,255,255,.65)
    }

        .card-inverse .card-link:focus, .card-inverse .card-link:hover {
            color: #fff
        }

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0
}

.card-img {
    border-radius: .25rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img-top {
    border-top-right-radius: 0;
    border-top-left-radius: 0
}

.card-img-bottom {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

@media (min-width:544px) {
    .card-deck {
        display: table;
        width: 100%;
        margin-bottom: .75rem;
        table-layout: fixed;
        border-spacing: 1.25rem 0
    }

        .card-deck .card, .card-deck #page-enrol-users #filterform, #page-enrol-users .card-deck #filterform, .card-deck .que .history, .que .card-deck .history, .card-deck .userprofile .profile_tree section, .userprofile .profile_tree .card-deck section, .card-deck .groupinfobox, .card-deck .forumpost, .card-deck .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-deck .yui-layout-unit-right, .card-deck .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-deck .yui-layout-unit-bottom, .card-deck .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .card-deck .chat-message.course-theme, .card-deck .well {
            display: table-cell;
            margin-bottom: 0;
            vertical-align: top
        }

    .card-deck-wrapper {
        margin-right: -1.25rem;
        margin-left: -1.25rem
    }
}

@media (min-width:544px) {
    .card-group {
        display: table;
        width: 100%;
        table-layout: fixed
    }

        .card-group .card, .card-group #page-enrol-users #filterform, #page-enrol-users .card-group #filterform, .card-group .que .history, .que .card-group .history, .card-group .userprofile .profile_tree section, .userprofile .profile_tree .card-group section, .card-group .groupinfobox, .card-group .forumpost, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .yui-layout-unit-right, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .yui-layout-unit-bottom, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .card-group .chat-message.course-theme, .card-group .well {
            display: table-cell;
            vertical-align: top
        }

            .card-group .card + .card, .card-group #page-enrol-users #filterform + .card, .card-group #page-enrol-users #page-enrol-users #filterform + #filterform, #page-enrol-users .card-group #page-enrol-users #filterform + #filterform, .card-group #page-enrol-users .que #filterform + .history, .que .card-group #page-enrol-users #filterform + .history, .card-group #page-enrol-users .userprofile .profile_tree #filterform + section, .userprofile .profile_tree .card-group #page-enrol-users #filterform + section, .card-group #page-enrol-users #filterform + .groupinfobox, .card-group #page-enrol-users #filterform + .forumpost, .card-group #page-enrol-users .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #filterform + .yui-layout-unit-right, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group #page-enrol-users #filterform + .yui-layout-unit-right, .card-group #page-enrol-users .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #filterform + .yui-layout-unit-bottom, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group #page-enrol-users #filterform + .yui-layout-unit-bottom, .card-group #page-enrol-users .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages #filterform + .chat-message.course-theme, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .card-group #page-enrol-users #filterform + .chat-message.course-theme, .card-group #page-enrol-users #filterform + .well, #page-enrol-users .card-group #filterform + .card, .card-group .que .history + .card, .card-group .que #page-enrol-users .history + #filterform, #page-enrol-users .card-group .que .history + #filterform, .card-group .que .que .history + .history, .que .card-group .que .history + .history, .card-group .que .userprofile .profile_tree .history + section, .userprofile .profile_tree .card-group .que .history + section, .card-group .que .history + .groupinfobox, .card-group .que .history + .forumpost, .card-group .que .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .history + .yui-layout-unit-right, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .que .history + .yui-layout-unit-right, .card-group .que .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .history + .yui-layout-unit-bottom, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .que .history + .yui-layout-unit-bottom, .card-group .que .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .history + .chat-message.course-theme, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .card-group .que .history + .chat-message.course-theme, .card-group .que .history + .well, .que .card-group .history + .card, .card-group .userprofile .profile_tree section + .card, .card-group .userprofile .profile_tree #page-enrol-users section + #filterform, #page-enrol-users .card-group .userprofile .profile_tree section + #filterform, .card-group .userprofile .profile_tree .que section + .history, .que .card-group .userprofile .profile_tree section + .history, .card-group .userprofile .profile_tree .userprofile .profile_tree section + section, .userprofile .profile_tree .card-group .userprofile .profile_tree section + section, .card-group .userprofile .profile_tree section + .groupinfobox, .card-group .userprofile .profile_tree section + .forumpost, .card-group .userprofile .profile_tree .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax section + .yui-layout-unit-right, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .userprofile .profile_tree section + .yui-layout-unit-right, .card-group .userprofile .profile_tree .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax section + .yui-layout-unit-bottom, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .userprofile .profile_tree section + .yui-layout-unit-bottom, .card-group .userprofile .profile_tree .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages section + .chat-message.course-theme, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .card-group .userprofile .profile_tree section + .chat-message.course-theme, .card-group .userprofile .profile_tree section + .well, .userprofile .profile_tree .card-group section + .card, .card-group .groupinfobox + .card, .card-group #page-enrol-users .groupinfobox + #filterform, #page-enrol-users .card-group .groupinfobox + #filterform, .card-group .que .groupinfobox + .history, .que .card-group .groupinfobox + .history, .card-group .userprofile .profile_tree .groupinfobox + section, .userprofile .profile_tree .card-group .groupinfobox + section, .card-group .groupinfobox + .groupinfobox, .card-group .groupinfobox + .forumpost, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .groupinfobox + .yui-layout-unit-right, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .groupinfobox + .yui-layout-unit-right, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .groupinfobox + .yui-layout-unit-bottom, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .groupinfobox + .yui-layout-unit-bottom, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .groupinfobox + .chat-message.course-theme, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .card-group .groupinfobox + .chat-message.course-theme, .card-group .groupinfobox + .well, .card-group .forumpost + .card, .card-group #page-enrol-users .forumpost + #filterform, #page-enrol-users .card-group .forumpost + #filterform, .card-group .que .forumpost + .history, .que .card-group .forumpost + .history, .card-group .userprofile .profile_tree .forumpost + section, .userprofile .profile_tree .card-group .forumpost + section, .card-group .forumpost + .groupinfobox, .card-group .forumpost + .forumpost, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .forumpost + .yui-layout-unit-right, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .forumpost + .yui-layout-unit-right, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .forumpost + .yui-layout-unit-bottom, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .forumpost + .yui-layout-unit-bottom, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .forumpost + .chat-message.course-theme, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .card-group .forumpost + .chat-message.course-theme, .card-group .forumpost + .well, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right + .card, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #page-enrol-users .yui-layout-unit-right + #filterform, #page-enrol-users .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right + #filterform, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .que .yui-layout-unit-right + .history, .que .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right + .history, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .userprofile .profile_tree .yui-layout-unit-right + section, .userprofile .profile_tree .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right + section, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right + .groupinfobox, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right + .forumpost, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right + .yui-layout-unit-right, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right + .yui-layout-unit-right, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right + .yui-layout-unit-bottom, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right + .yui-layout-unit-bottom, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .yui-layout-unit-right + .chat-message.course-theme, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right + .chat-message.course-theme, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right + .well, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .yui-layout-unit-right + .card, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom + .card, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #page-enrol-users .yui-layout-unit-bottom + #filterform, #page-enrol-users .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom + #filterform, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .que .yui-layout-unit-bottom + .history, .que .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom + .history, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .userprofile .profile_tree .yui-layout-unit-bottom + section, .userprofile .profile_tree .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom + section, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom + .groupinfobox, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom + .forumpost, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom + .yui-layout-unit-right, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom + .yui-layout-unit-right, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom + .yui-layout-unit-bottom, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom + .yui-layout-unit-bottom, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .yui-layout-unit-bottom + .chat-message.course-theme, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom + .chat-message.course-theme, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom + .well, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .yui-layout-unit-bottom + .card, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme + .card, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages #page-enrol-users .chat-message.course-theme + #filterform, #page-enrol-users .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme + #filterform, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .que .chat-message.course-theme + .history, .que .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme + .history, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .userprofile .profile_tree .chat-message.course-theme + section, .userprofile .profile_tree .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme + section, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme + .groupinfobox, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme + .forumpost, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .chat-message.course-theme + .yui-layout-unit-right, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme + .yui-layout-unit-right, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .chat-message.course-theme + .yui-layout-unit-bottom, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme + .yui-layout-unit-bottom, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme + .chat-message.course-theme, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme + .chat-message.course-theme, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme + .well, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .card-group .chat-message.course-theme + .card, .card-group .well + .card, .card-group #page-enrol-users .well + #filterform, #page-enrol-users .card-group .well + #filterform, .card-group .que .well + .history, .que .card-group .well + .history, .card-group .userprofile .profile_tree .well + section, .userprofile .profile_tree .card-group .well + section, .card-group .well + .groupinfobox, .card-group .well + .forumpost, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .well + .yui-layout-unit-right, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .well + .yui-layout-unit-right, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .well + .yui-layout-unit-bottom, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .well + .yui-layout-unit-bottom, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .well + .chat-message.course-theme, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .card-group .well + .chat-message.course-theme, .card-group .well + .well, .card-group #page-enrol-users .card + #filterform, #page-enrol-users .card-group .card + #filterform, .card-group .que .card + .history, .que .card-group .card + .history, .card-group .userprofile .profile_tree .card + section, .userprofile .profile_tree .card-group .card + section, .card-group .card + .groupinfobox, .card-group .card + .forumpost, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card + .yui-layout-unit-right, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .card + .yui-layout-unit-right, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card + .yui-layout-unit-bottom, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .card + .yui-layout-unit-bottom, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .card + .chat-message.course-theme, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .card-group .card + .chat-message.course-theme, .card-group .card + .well {
                margin-left: 0;
                border-left: 0
            }

            .card-group .card:first-child, .card-group #page-enrol-users #filterform:first-child, #page-enrol-users .card-group #filterform:first-child, .card-group .que .history:first-child, .que .card-group .history:first-child, .card-group .userprofile .profile_tree section:first-child, .userprofile .profile_tree .card-group section:first-child, .card-group .groupinfobox:first-child, .card-group .forumpost:first-child, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right:first-child, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .yui-layout-unit-right:first-child, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom:first-child, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .yui-layout-unit-bottom:first-child, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme:first-child, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .card-group .chat-message.course-theme:first-child, .card-group .well:first-child {
                border-bottom-right-radius: 0;
                border-top-right-radius: 0
            }

                .card-group .card:first-child .card-img-top, .card-group #page-enrol-users #filterform:first-child .card-img-top, #page-enrol-users .card-group #filterform:first-child .card-img-top, .card-group .que .history:first-child .card-img-top, .que .card-group .history:first-child .card-img-top, .card-group .userprofile .profile_tree section:first-child .card-img-top, .userprofile .profile_tree .card-group section:first-child .card-img-top, .card-group .groupinfobox:first-child .card-img-top, .card-group .forumpost:first-child .card-img-top, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right:first-child .card-img-top, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .yui-layout-unit-right:first-child .card-img-top, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom:first-child .card-img-top, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .yui-layout-unit-bottom:first-child .card-img-top, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme:first-child .card-img-top, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .card-group .chat-message.course-theme:first-child .card-img-top, .card-group .well:first-child .card-img-top {
                    border-top-right-radius: 0
                }

                .card-group .card:first-child .card-img-bottom, .card-group #page-enrol-users #filterform:first-child .card-img-bottom, #page-enrol-users .card-group #filterform:first-child .card-img-bottom, .card-group .que .history:first-child .card-img-bottom, .que .card-group .history:first-child .card-img-bottom, .card-group .userprofile .profile_tree section:first-child .card-img-bottom, .userprofile .profile_tree .card-group section:first-child .card-img-bottom, .card-group .groupinfobox:first-child .card-img-bottom, .card-group .forumpost:first-child .card-img-bottom, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right:first-child .card-img-bottom, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .yui-layout-unit-right:first-child .card-img-bottom, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom:first-child .card-img-bottom, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .yui-layout-unit-bottom:first-child .card-img-bottom, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme:first-child .card-img-bottom, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .card-group .chat-message.course-theme:first-child .card-img-bottom, .card-group .well:first-child .card-img-bottom {
                    border-bottom-right-radius: 0
                }

            .card-group .card:last-child, .card-group #page-enrol-users #filterform:last-child, #page-enrol-users .card-group #filterform:last-child, .card-group .que .history:last-child, .que .card-group .history:last-child, .card-group .userprofile .profile_tree section:last-child, .userprofile .profile_tree .card-group section:last-child, .card-group .groupinfobox:last-child, .card-group .forumpost:last-child, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right:last-child, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .yui-layout-unit-right:last-child, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom:last-child, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .yui-layout-unit-bottom:last-child, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme:last-child, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .card-group .chat-message.course-theme:last-child, .card-group .well:last-child {
                border-bottom-left-radius: 0;
                border-top-left-radius: 0
            }

                .card-group .card:last-child .card-img-top, .card-group #page-enrol-users #filterform:last-child .card-img-top, #page-enrol-users .card-group #filterform:last-child .card-img-top, .card-group .que .history:last-child .card-img-top, .que .card-group .history:last-child .card-img-top, .card-group .userprofile .profile_tree section:last-child .card-img-top, .userprofile .profile_tree .card-group section:last-child .card-img-top, .card-group .groupinfobox:last-child .card-img-top, .card-group .forumpost:last-child .card-img-top, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right:last-child .card-img-top, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .yui-layout-unit-right:last-child .card-img-top, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom:last-child .card-img-top, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .yui-layout-unit-bottom:last-child .card-img-top, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme:last-child .card-img-top, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .card-group .chat-message.course-theme:last-child .card-img-top, .card-group .well:last-child .card-img-top {
                    border-top-left-radius: 0
                }

                .card-group .card:last-child .card-img-bottom, .card-group #page-enrol-users #filterform:last-child .card-img-bottom, #page-enrol-users .card-group #filterform:last-child .card-img-bottom, .card-group .que .history:last-child .card-img-bottom, .que .card-group .history:last-child .card-img-bottom, .card-group .userprofile .profile_tree section:last-child .card-img-bottom, .userprofile .profile_tree .card-group section:last-child .card-img-bottom, .card-group .groupinfobox:last-child .card-img-bottom, .card-group .forumpost:last-child .card-img-bottom, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right:last-child .card-img-bottom, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .yui-layout-unit-right:last-child .card-img-bottom, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom:last-child .card-img-bottom, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .yui-layout-unit-bottom:last-child .card-img-bottom, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme:last-child .card-img-bottom, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .card-group .chat-message.course-theme:last-child .card-img-bottom, .card-group .well:last-child .card-img-bottom {
                    border-bottom-left-radius: 0
                }

            .card-group .card:not(:first-child):not(:last-child), .card-group #page-enrol-users #filterform:not(:first-child):not(:last-child), #page-enrol-users .card-group #filterform:not(:first-child):not(:last-child), .card-group .que .history:not(:first-child):not(:last-child), .que .card-group .history:not(:first-child):not(:last-child), .card-group .userprofile .profile_tree section:not(:first-child):not(:last-child), .userprofile .profile_tree .card-group section:not(:first-child):not(:last-child), .card-group .groupinfobox:not(:first-child):not(:last-child), .card-group .forumpost:not(:first-child):not(:last-child), .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right:not(:first-child):not(:last-child), .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .yui-layout-unit-right:not(:first-child):not(:last-child), .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom:not(:first-child):not(:last-child), .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .yui-layout-unit-bottom:not(:first-child):not(:last-child), .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme:not(:first-child):not(:last-child), .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .card-group .chat-message.course-theme:not(:first-child):not(:last-child), .card-group .well:not(:first-child):not(:last-child) {
                border-radius: 0
            }

                .card-group .card:not(:first-child):not(:last-child) .card-img-top, .card-group #page-enrol-users #filterform:not(:first-child):not(:last-child) .card-img-top, #page-enrol-users .card-group #filterform:not(:first-child):not(:last-child) .card-img-top, .card-group .que .history:not(:first-child):not(:last-child) .card-img-top, .que .card-group .history:not(:first-child):not(:last-child) .card-img-top, .card-group .userprofile .profile_tree section:not(:first-child):not(:last-child) .card-img-top, .userprofile .profile_tree .card-group section:not(:first-child):not(:last-child) .card-img-top, .card-group .groupinfobox:not(:first-child):not(:last-child) .card-img-top, .card-group .forumpost:not(:first-child):not(:last-child) .card-img-top, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right:not(:first-child):not(:last-child) .card-img-top, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .yui-layout-unit-right:not(:first-child):not(:last-child) .card-img-top, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom:not(:first-child):not(:last-child) .card-img-top, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .yui-layout-unit-bottom:not(:first-child):not(:last-child) .card-img-top, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme:not(:first-child):not(:last-child) .card-img-top, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .card-group .chat-message.course-theme:not(:first-child):not(:last-child) .card-img-top, .card-group .well:not(:first-child):not(:last-child) .card-img-top, .card-group .card:not(:first-child):not(:last-child) .card-img-bottom, .card-group #page-enrol-users #filterform:not(:first-child):not(:last-child) .card-img-bottom, #page-enrol-users .card-group #filterform:not(:first-child):not(:last-child) .card-img-bottom, .card-group .que .history:not(:first-child):not(:last-child) .card-img-bottom, .que .card-group .history:not(:first-child):not(:last-child) .card-img-bottom, .card-group .userprofile .profile_tree section:not(:first-child):not(:last-child) .card-img-bottom, .userprofile .profile_tree .card-group section:not(:first-child):not(:last-child) .card-img-bottom, .card-group .groupinfobox:not(:first-child):not(:last-child) .card-img-bottom, .card-group .forumpost:not(:first-child):not(:last-child) .card-img-bottom, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right:not(:first-child):not(:last-child) .card-img-bottom, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .yui-layout-unit-right:not(:first-child):not(:last-child) .card-img-bottom, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom:not(:first-child):not(:last-child) .card-img-bottom, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-group .yui-layout-unit-bottom:not(:first-child):not(:last-child) .card-img-bottom, .card-group .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme:not(:first-child):not(:last-child) .card-img-bottom, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .card-group .chat-message.course-theme:not(:first-child):not(:last-child) .card-img-bottom, .card-group .well:not(:first-child):not(:last-child) .card-img-bottom {
                    border-radius: 0
                }
}

@media (min-width:544px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem
    }

        .card-columns .card, .card-columns #page-enrol-users #filterform, #page-enrol-users .card-columns #filterform, .card-columns .que .history, .que .card-columns .history, .card-columns .userprofile .profile_tree section, .userprofile .profile_tree .card-columns section, .card-columns .groupinfobox, .card-columns .forumpost, .card-columns .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-right, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-columns .yui-layout-unit-right, .card-columns .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .yui-layout-unit-bottom, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax .card-columns .yui-layout-unit-bottom, .card-columns .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .chat-message.course-theme, .yui-skin-sam .yui-layout.path-mod-chat-gui_ajax #chat-messages .card-columns .chat-message.course-theme, .card-columns .well {
            width: 100%
        }
}

.page-context-header .page-header-image {
    margin-right: 1em;
    margin-bottom: 1em;
}

.page-context-header .page-header-image, .page-context-header .page-header-headings {
    float: left;
    display: block;
    position: relative;
}

.page-context-header .page-header-headings, .page-context-header .header-button-group {
    position: relative;
    line-height: 24px;
    margin-top: 2%;
}

.btn-purple {
    background-color: #932ab6 !important;
    color: #f9f9f9 !important;
}

select[multiple].form-control {
    height: 150px !important;
}

.upOrder, .downOrder {
    cursor: pointer !important;
}

.overlayLayer {
    z-index: 1050 !important;
    background: #3B3B3B !important;
    opacity: 0.8 !important;
}



#hlTasks .heartbit,
#hlNotification .heartbit {
    position: absolute;
    top: -4px;
    right: -3px;
    height: 30px;
    width: 30px;
    z-index: 10;
    border: 6px solid #f62d51;
    border-radius: 100px;
    -moz-animation: heartbit 1s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation: heartbit 1s ease-out;
    animation-iteration-count: infinite;
}

#hlNotification .heartbit {
    border: 6px solid #f39c12 !important;
}

@-moz-keyframes heartbit {
    0% {
        -moz-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        -moz-transform: scale(0.1);
        opacity: 0.1;
    }

    50% {
        -moz-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        -moz-transform: scale(0.8);
        opacity: 0.5;
    }

    100% {
        -moz-transform: scale(1);
        opacity: 0.0;
    }
}

@-webkit-keyframes heartbit {
    0% {
        -webkit-transform: scale(0);
        opacity: 0.0;
    }

    25% {
        -webkit-transform: scale(0.1);
        opacity: 0.1;
    }

    50% {
        -webkit-transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        -webkit-transform: scale(0.8);
        opacity: 0.5;
    }

    100% {
        -webkit-transform: scale(1);
        opacity: 0.0;
    }
}

@keyframes heartbit {
    0% {
        transform: scale(0);
        opacity: 0.0;
    }

    25% {
        transform: scale(0.1);
        opacity: 0.1;
    }

    50% {
        transform: scale(0.5);
        opacity: 0.3;
    }

    75% {
        transform: scale(0.8);
        opacity: 0.5;
    }

    100% {
        transform: scale(1);
        opacity: 0.0;
    }
}

.tboIncomplete {
    animation: glow .5s infinite alternate;
}

@keyframes glow {
    to {
        box-shadow: 1px 1px 5px red;
    }
}

.totalLabel {
    position: absolute;
    top: -6px;
    right: -11px;
    height: 40px;
    width: 40px;
    z-index: 10;
    border: 4px solid #f62d51;
    border-radius: 70px;
    -moz-animation: heartbit 1.2s ease-out;
    -moz-animation-iteration-count: infinite;
    -o-animation: heartbit 1.2s ease-out;
    -o-animation-iteration-count: infinite;
    -webkit-animation: heartbit 1.2s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation: heartbit 1.2s ease-out;
    animation-iteration-count: infinite;
}

.totalLabelDecimal {
    width: 60px !important;
}

.monthTBO {
    font-size: x-large;
}

@media only screen and (max-width: 780px) {
    .monthTBO {
        font-size: medium !important;
    }

    .separator {
        display: block !important;
        border: 1px solid #000;
        width: 85%;
        margin: auto;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .headerLinkTBO {
        float: none !important;
    }
}

.separator {
    display: none;
}

.headerLinkTBO {
    float: left;
}

.sidebar-toggle, .rotateAnimation {
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    font-size: 18px;
    margin-left: 5px;
    margin-top: -5px;
    background-color: transparent !important;
}

    .sidebar-toggle:hover, .rotateAnimation:hover {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }

#dvNotificheLive:hover {
    cursor: pointer !important;
    background-color: red !important;
}
