/*
 * add custom styles here
*/ 

#headmenu_home {
    display:none;
}

p {
    line-height:1.4em;
}


.panel-top, .panel-center {
    border-radius:3px;
    box-shadow: 0px 2px 12px #666;
}

.tab-banner {
    margin-bottom: 0px;
}

a.button-form {
    background-color:#1d8649;
    color:#FFF;
    box-shadow:none;
    border-radius: 4px;
}

a.button-form {
    background-color:#1d8649;
    color:#FFF;
    box-shadow:none;
    border-radius: 4px;
}

a.button-control {
    background-color:#1d8649;
    color:#FFF;
    box-shadow:none;
    border-radius: 4px;
}

a.button-control:hover {
    margin:2px;
     background-color:#1d8649;
     box-shadow:none;
}

a.button-link {
    border-radius: 4px;
}

.listItem.spacing-control {
    box-sizing: border-box;
}

.progressCell a.button-link {
    color:#1d8649;
    border: 1px solid #1d8649;
    box-shadow:none;
    border-radius: 0px;
    box-sizing: border-box;
}

.progressCell .back-gray {
    background-color:#1d864950;
}

input[type=submit].button-control {
    background-color:#1d8649;
    color:#FFF;
    box-shadow:none;
    border-radius: 4px;
    font-size: 12pt;
}

.column-left {
    min-height:100%;
}

#topbar-border {
    background-color: #f3ede4;
    opacity:0.4;
}

#topbar .nav-menu a {
    font-weight: normal;
}

h2.elementText {
    font-weight:bold;
}

h3.columnTitle {
    font-size:24px;
}

#courseObjects h4, #courseHead h4 {
    padding-top:10px;
}

#topbar .nav-menu li:nth-child(n+2) {
    border:none;
}

.categoryContainer .lightFill {
    background-color: #333;
    opacity: 0.5;
}

.categoryContainer .format-header {
    color: #FFF;
    padding-top: 20px;
    padding-bottom: 20px;

    font-family: 'Josefin Sans', Arial;
    font-size: 1.4em;
    font-weight: bold;
    text-align: center;

    text-align:left;
}

.categoryContainer .format-header p {
    margin: 10px 0;
}

.categoryContainer .fullImg {
    margin-top: 40px;
}

.categoryContainer h4 {
    margin: 4px 0;
    line-height: 18pt;
}

.border-content {
    border: 1px solid #CCC;
    border-radius: 10px;
    overflow: hidden;
}

#categoryBox.border-content {
    margin-bottom:10px;
}

#courseBanner .progressContainer {
    height: 30px;
    overflow: hidden;
}
/*

#courseBanner {
    background-position-x: right;
}*/

.progressContainer .progressBar {
    height: 30px;
}

.progressContainer .blockBar {
    height: 30px;
}

.catBox .progressTableItem {
    margin-left: 18px;
}

.showOutline, #courseCopySubmit {
    display: none;
}

.courseItem .plancol strong {
    display: none;
}

.courseLink .fullIconBox {
    overflow: hidden;
    border-radius: 4px;
}

#courseObjects .objectLink.colLeft {
    overflow: hidden;
    margin: 4px 10px 4px 4px;

}

#courseObjects .objectLink .mediumIcon {
    padding: 0;
}

#homeBox {
    margin-top:10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.homeSlide .spacing-content {
    padding: 50px 50px 60px 50px;
}

#fabric_content .eventItem[data-type="1"] {
    padding-left: 40px;
    background-position: 5px 10px;
    background-image : url('../../../content/goal-icon-dark.png');
    background-repeat: no-repeat;
    background-size: auto 30px;
}

#fabric_content .eventItem[data-type=class] {
    padding-left: 40px;
    background-position: 5px 10px;
    background-image : url('../../../content/calendar.png');
    background-repeat: no-repeat;
    background-size: auto 30px;
}

#fabric_content .expiryItem {
    padding-left: 40px;
    background-position: 5px 10px;
    background-image : url('../../../components/com_fabric/img/icons/alert-icon-dark.png');
    background-repeat: no-repeat;
    background-size: auto 30px;
}

.format-content .button-form.back-primary {
    color: #FFF;
    text-decoration: none;
}

.greenStroke {
    stroke: #219434;
}

.yellowStroke {
    stroke: #e08a09;
}

/*
.elementContent .checkAnswer.button-content {
    background-color: #EFEFEF;
    color: #423d3d;
    border: 1px solid #EFEFEF;

}
    .elementContent .checkAnswer.button-content:hover {
         border-color: #423d3d;
    }
*/

#fabric_content .button-content {
    border: 1px solid #1d8649;
    color: #1d8649;
    background: #FFF;
    border-radius: 0;
}

.imgChoice .linkPopup {
    z-index: 1000;
}

iframe.mediaupload {
    border-radius: 10px;
}

.nav-tab li.active {

}

#fabric_content #planList .courseItem:hover {
    border-left-color: #cf0a2c;
}

.objectHeader .fullIconBox, #userList .listItem, #catalogueList .fullIconBox {
    overflow: hidden;
    border-radius: 4px;
}

#courseHead .fullIconBox {
    overflow: hidden;
}

#contentFilter .panel-top {
    max-width: 760px;
}

.sortComments.selectedItem {
    font-weight: bold;
}

#contentBox .showElementComments {
    opacity: 0;
}

#courseEditorList .courseItem {
}

.editMachine_head {
    overflow: hidden;
}

.editMachine_body {
    border: 1px solid #DDD;
}

#fabric_content .spacing-element .elementText {
    padding-top: 10px;
    padding-bottom: 10px;

    line-height: 1.4em;
}

#fabric_content .videoOverlay {
    background-image: url('../../../content/play.png');
}

.table-head p {
    margin: 10px 0;
}


table.mce-item-table {
    width: 100%;
}

.elementContent table {
    width: 100%;
    border-collapse: collapse;
}

.elementContent table td {
    border: 1px solid #333;
    padding: 4px;
}

.elementContent table td p {
    margin: 4px 0;
} 

#progressTable .icon-goal-counter, #progressTable .icon-prodev-counter, #progressTable .icon-expiry-counter {
    margin-left: 0;
}

.wrapper.body-wrapper {
    max-width: 500px;
}

.mod-login__pretext {
    display: none;
}



#loginFormWrapper {
    border-radius: 8px;
}

#loginFormWrapper .imgFull {
    margin: 10px 30px 10px 20px;
}

#loginForm button[name=Submit] {
    margin-top: 10px;
    padding: 10px;
    border: none;
    width: 100%;
    background: #1d8649;
    color: #FFF;
    font-size: 14pt;
    border-radius: 4px;
 }

 #loginForm ul.mod-login__options li {
    background: #1d8649;
    color: #FFF;
    border-radius: 4px;
}

#loginForm ul.mod-login__options li a {
    color: #FFF;
    
}

#loginForm .visually-hidden, .input-password-toggle {
    display: none;
}

#loginForm .input-group {
    margin: 8px 0;
}

#loginForm .button-content {
    border-radius: 4px;
    display: block;
    padding: 5px 10px;
}

.wrapper.body-wrapper {
    margin-bottom: 40px;
}

footer {
    clear: both;
    padding: 10px 0;
}

.linkCategory, .courseTagItem.spacing-tag {
    display: block;
    padding: 4px;
    background-color: transparent;
    border: 1px solid #DDD;
    border-radius: 3px;
}

.courseTagItem.spacing-tag {
    padding: 8px;
}

.linkCategory.selectedItem {
    border-left: 3px solid #1d8649;
}

#screen_plan .column-left {
    padding: 2px;
}

.elementContent .statTable {
    border-radius: 4px;
}

#fabric_content .match_right {
    background-color: #FFF;
    border: 1px solid #1d8649;
    border-radius: 0px;
}

.barMeterBar {
    border-radius: 4px;
    overflow:hidden;
}

#fabric_content .elementrow {
    padding-left: 20px;
}

#fabric_content .elementrow .elementOptions {
    padding-left: 0;
}

#fabric_content .format-content .elementContent textarea {
    margin-top: 0;
}


@media screen and (min-width: 0px) and (max-width: 560px) {

    #fabric_content .format-content h1 {
        font-size: 18pt;
    }


    #fabric_content .format-control h3 {
        font-size: 16pt;
    }

    #fabric_content .format-content h4 {
        font-size: 14pt;
    }

    #fabric_content .mediumIconCol {
        width: 60px;
    }

    #fabric_content .mediumIcon {
        width: 60px;
    }

    #fabric_content .col1 {float:left;width:15%;}
    #fabric_content .col1\.5  {float:left;width:20%;}
    #fabric_content .col2 {float:left;width:17%;}
    #fabric_content .col20 {float:left;width:100%;}
    #fabric_content .col3 {float:left;width:100%;}
    #fabric_content .col4 {float:left;width:100%;}
    #fabric_content .col5 {float:left;width:100%;}
    #fabric_content .col6 {float:left;width:50%;}
    #fabric_content .col7 {float:left;width:100%;}
    #fabric_content .col8 {float:left;width:100%;}
    #fabric_content .col9 {float:left;width:100%;}
    #fabric_content .col10 {float:left;width:83%;}
    #fabric_content .col10\.5  {float:left;width:80%;}
    #fabric_content .col11 {float:left;width:85%;}

    #fabric_content .courseItem .col3 {
        width: 100%;
    }

    #fabric_content .col4 .col4 {
        width: 33%;
    }

    #fabric_content .col4 .col3 {
        width: 25%;
    }

    #fabric_content .col6 {float:left;width:50%;}

    #fabric_content #contentBox .col6 {
        width: 100%;
    }

    #fabric_content .infoCell {
        display: block;
    }

    #fabric_content .spacing-header .col9 {
        width: 100%;
    }

    #fabric_content .col1.progressPercentCell {
        width: 100%;
        padding-bottom: 4px;
    }
    #fabric_content .col11.progressCell {
        width: 100%;
    }

    #fabric_content #progressTableColumns {
        display:none;
    }

    #fabric_content #filterBox .col6 {
        width: 100%;
    }

    #fabric_content .progressTableItem {
        box-sizing: border-box;
        margin: 0;
    }

    #fabric_content .itemBox {
        box-sizing: border-box;
    }

    #fabric_content .tableBack {
        float:left;
    }

    #fabric_content .progressPercentCell p {
        float:left;
        margin: 0;
    }



    #fabric_content #contentBox.col9 {
        float:none;
        width: auto;
    }
    #fabric_content #sideBox.col3 {
        width: 100%;
    }

    #planBox #contentBox {
        box-sizing: border-box;
        margin-left:10px;
        margin-right: 10px;
    }

    #planMenu {
        display:none;
    }

    #fabric_content .back-topbar-dark  .topmenu_button {
        background-image: url(../../../components/com_fabric/img/hamburger.png);
        background-size:50%;
        background-position:left center;
        background-repeat: no-repeat;
    }
}

.format-control select {
    height: 34px;
}

.border-content {
    border: 1px solid #EEE;
}

.button-toggle, .button-small {
    font-size: 14px;
}

#agendaBox, #ReportBox {
    border-radius: 10px;
}

.wrapper.body-wrapper {
    margin: 0 auto;
    padding-bottom: 50px;
}

#topbar .xlargeOnly {
    display:none;
}


@font-face {
    font-family: 'Avenir'; 
    src: url("../fonts/Avenir.ttc") format("opentype");
    font-style: normal;
}

@font-face {
    font-family: 'Pluto-regular'; 
    src: url("../fonts/HVD Fonts-PlutoRegular.otf") format("opentype");
    font-style: normal;
}


/*
 * add custom styles here
*/ 

#headmenu_home {
    display:none;
}



.panel-top, .panel-center {
    border-radius:3px;
    box-shadow: 0px 2px 12px #666;
}

.tab-banner {
    box-shadow: 0px 4px 4px #e6e6e6;
    margin-bottom:4px;
}

.format-content a.button-control {
    background-color:#423d3d;
    color:#FFF;
    box-shadow:none;
}



.format-content a.button-control:hover {
    box-shadow:none;
    margin:2px;
     background-color:#1d8649;
}

.format-control a.button-control {
    background-color:#1d8649;
    color:#FFF;
    box-shadow:none;
}

.format-control a.button-control:hover {
    box-shadow:none;
    margin:2px;
     background-color:#1d8649;
}

.column-left {
    border-right:1px solid #DDD;
    min-height:100%;
}

#topbar-border {
    background-color: #f3ede4;
    opacity:0.4;
}

#loginForm button {
    display: block;
    padding: 5px 10px;
    color: #FFF;
    width: 100%;
    text-decoration: none;
    text-align: left;
    font-size: 16pt;
    background-color: #1d8649;
    border: 0;
    margin: 10px 0;
    cursor: pointer;
}

#loginForm .controls button {
   
    background-color: #666;
}

/*
#form-login-username, #form-login-password, #form-login-remember, #loginForm button.login-button, #loginFormWrapper .registerButton {
    display:none;
}*/

#headmenu a {
    font-family: Pluto-regular;
    text-transform: uppercase;
    font-weight:bold;
}

h2.pageTitle, h1.courseTitle {
    font-family: Pluto-regular;
    font-weight:bold;
    text-transform: uppercase;
    padding-top: 10px;
    font-size: 26pt;
}

h1#objectTitle {
    padding-top:2px;
    font-family: Pluto-regular;
}

h1 {
    font-family: Pluto-regular;
}

h3, h3 a{
    font-family: Pluto-regular;
}

.button-control {
    font-family: Pluto-regular;
}

body {
    font-family: Avenir, Arial;
}

.editorNav {
    font-size:11pt;
}

footer p {
    text-align:center;
}

.certificate_download {
    background-color:#FFFFFF;
    border-radius:24px;
    border:2px solid #00833f;
    padding:6px;
}

.categoryContainer img.fullImg {
    border: 4px solid #1d8649;
    border-radius:100px;
}

#fabric_content {
    margin-bottom:0;
}

#content_screen {
    margin-bottom:0;
}

.courseHeadBox h4 {
    margin-top:20px;
}

.accountAvatar {
    display:none;
}

.accountAbout {
    display:none;
}

#accountEmailNotification {
    display:none;
}

.accountGroups {
    display:none;
}

#loginForm ul.unstyled li:first-child {
    display:none;
}

#loginForm button.input-password-toggle {
    display: none;
}

#toggleComplete option[value=assigned], #toggleComplete option[value=prod], #toggleComplete option[value=owned] {
    display:none;
}

#fabric_content[data-view="ObjectTeam"] .fullImg {
    max-width: 600px;
}

.post_contents .lightFill {
    background:none;
    opacity:1;
    background-image: linear-gradient(to top, rgb(255 255 255 / 100%), rgb(255 255 255 / 90%), rgb(255 255 255 / 30%), rgb(255 255 255 / 0%));
}