*
{
    box-sizing: border-box;
}

html,
body
{
    height: 100%;
}

body
{
    margin: 0;
    padding: 0;
}

body,
button,
input,
select,
table,
textarea
{
    font-family: "Myriad Pro", "Helvetica", sans-serif;
    font-size: 14px;
    line-height: 1.5em;
}

h1
{
    font-size: 2.5em;
    font-weight: normal;
    line-height: 1.2em;
    margin: 0.6em 0;
}

h2
{
    font-size: 1.5em;
    font-weight: normal;
    line-height: 1em;
    margin: 1em 0;
}

h3
{
    font-size: 1em;
    font-weight: normal;
    line-height: 1.5em;
    margin: 1.5em 0;
}

p
{
    margin: 1.5em 0;
}

ol, ul
{
    margin: 1.5em 0;
    padding: 0;
}

li
{
    margin: 1em 0;
    margin-left: 20px;
    padding: 0;
}

a
{
    color: #76B243;
    text-decoration: none;
}

a img
{
    border: none;
}

hr
{
    background: none;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 1.5em 0;
}

img
{
    vertical-align: top;
}

sup
{
    bottom: 0.6em;
    font-size: 0.8em;
    position: relative;
    vertical-align: baseline;
}

/** backgrounds */

.background-white
{
    background: white !important;
    color: black !important;
}

.background-light
{
    background: #F1F2F2 !important;
    color: black !important;
}

.background-mid
{
    background: #666 !important;
    color: white !important;
}

/** borders */

.border-left
{
    border-left: 1px solid rgba(0, 0, 0, 0.1) !important;
}

.border-bottom
{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}

/** clearfix */

.cf:before,
.cf:after
{
    clear: both;
    content: " ";
    display: block;
}

/** displays */

.display-none
{
    display: none !important;
}

/** floats */

.float-left
{
    float: left !important;
}

.float-right
{
    float: right !important;
}

/** font styles */

.font-style-oblique
{
    font-style: oblique !important;
}

/** line height */

.line-height-l
{
    line-height: 3em !important;
}

/** lists */

.list-none
{
    margin: 1.5em 0 !important;
    padding: 0 !important;
}

.list-none li
{
    list-style: none !important;
    margin: 0 !important;
    margin-bottom: 0.75rem !important;
    padding: 0 !important;
}

/** margins */

.margin-none
{
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.margin-s
{
    margin-top: 0.75em !important;
    margin-bottom: 0.75em !important;
}

.margin-m
{
    margin-top: 1.5em !important;
    margin-bottom: 1.5em !important;
}

.margin-l
{
    margin-top: 3em !important;
    margin-bottom: 3em !important;
}

.margin-top-s
{
    margin-top: 0.5em !important;
}

/** text-bold */

.text-bold
{
    font-weight: bold !important;
}

/** text-alignment */

.text-align-left,
.text-align-l
{
    text-align: left !important;
}

.text-align-center,
.text-align-c
{
    text-align: center !important;
}

.text-align-right,
.text-align-r
{
    text-align: right !important;
}

/** text-color */

.text-color-gray
{
    color: #888 !important;
}

.text-color-orange
{
    color: #F15922 !important;
}

.text-color-red
{
    color: #E61400 !important;
}

/** text-decoration */

.text-decoration-underline
{
    text-decoration: underline;
}

/** text-spacing */

.text-spacing
{
    margin: 0 10px !important;
}

/** attachments */

.attachment
{
    margin: -5px 0;
    padding: 5px 9px;
}

.attachment .icon
{
    margin-right: 4px;
}

/** photos */

.photo-l
{
    border-radius: 5px;
    height: 200px;
    width: 200px;
}

/** instructions */

.instructions
{
    background: #F9EE92;
    border-radius: 5px;
    margin: 1.5em 0;
    padding: 2px 20px;
}

/** expiry notifications */

#expiry-notifications {
    background: #F1F2F2;
    border-bottom: 1px solid #CCC;
    padding: 0 20px;
}

/** error-list */

.error-list
{
    background-color: #C33;
    padding: 0.1em 1em;
}

@media screen and (max-width: 480px) {

    .hidden-mobile
    {
        display: none !important;
    }

    .block-mobile
    {
        display: block !important;
    }

}

.menu
{
    z-index: 200;
}

.text-muted
{
    color: #888;
}

.message-warning
{
    background: #FFCFBF;
    border: 1px solid #F15922;
    border-radius: 2px;
    padding: 10px;
}

.message-warning a
{
    color: #F15922;
}

.message-info
{
    background: #EEEEEE;
    border: 1px solid #DDDDDD;
    border-radius: 2px;
    padding: 10px;
}

/** status */

.status
{
    background: #888 !important;
    color: white !important;
}

.status-approved
{
    background: #76B243 !important;
}

.status-draft
{
    background: #888 !important;
}

.status-pending
{
    background: #F15922 !important;
}

.status-rejected,
.status-overdue
{
    background: #E61400 !important;
}

.status-verified
{
    background: #76B243 !important;
}

/** text */

.text-approved
{
    color: #76B243 !important;
}

.text-pending
{
    color: #F15922 !important;
}

.text-rejected,
.text-overdue
{
    color: #E61400 !important;
}

.text-verified
{
    color: #76B243 !important;
}

.dashboard-item
{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 4.5em;
}

.dashboard-image
{
    float: left;
    margin: -12px 0;
    margin-right: -60px;
    width: 60px;
}

.dashboard-image img
{
    border-radius: 30px;
    height: 60px;
    width: 60px;
}

.dashboard-name
{
    margin-left: 75px;
}

.ui-dialog
{
    left: 40px;
    margin: 0;
    padding: 0;
    right: 40px;
    top: 40px;
}

.ui-dialog .ui-dialog-titlebar
{
    border-bottom: 1px solid #BBB;
    border-radius: 0 !important;
    display: none;
    padding: 10px;
}

.ui-dialog .ui-dialog-title
{
    margin: 0;
    width: 100%;
}

.ui-dialog .ui-dialog-titlebar-close
{
    right: 10px;
}

.ui-dialog .ui-dialog-content
{
    margin: 0;
    padding: 0;
}

.ui-dialog .ui-dialog-buttonpane
{
    margin: 0;
    padding: 15px 15px;
}

.ui-dialog .ui-dialog-buttonpane button
{
    background: #888;
    margin: -5px 5px;
    padding: 5px 20px;
}

.ui-dialog .ui-dialog-buttonpane button:focus,
.ui-dialog .ui-dialog-buttonpane button:hover
{
    background: #666;
}

.dialog
{
    background: #F1F2F2 !important;
    display: none;
}

.dialog-content
{
    margin: 0 20px !important;
    padding: 0 !important;
}

/** chooser */

.chooser
{
    max-height: none !important;
    min-height: 0 !important;
}

.chooser .table
{
    border-bottom: 1px solid #BBB !important;
}

.chooser .table-content
{
    padding-bottom: 5px !important;
}

/** confirm-dialog */

.confirm-content
{
    margin: 0 20px !important;
    padding: 0 !important;
}

/** help-dialog */

.help-dialog
{
    background: #F9EE92 !important;
}

.help-content
{
    margin: 0 20px !important;
    padding: 0 !important;
}

/** modal-dialog */

.modal-dialog {
    display: none;
}

@media screen and (max-width: 480px) {

    .ui-dialog
    {
        left: 0;
        right: 0;
        top: 0;
    }

}

.dragdrop-destination
{
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    height: 250px;
    margin: 1.5em 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    padding-bottom: 10px;
}

.dragdrop-disabled .dragdrop-destination
{
    background: none;
}

.dragdrop-item
{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    line-height: 1.5em;
    list-style: none;
    margin: 0;
    padding: 0.75em 10px;
}

.dragdrop-text
{
    padding-right: 10px;
}

.dragdrop .token-other
{
    margin: 1.5em 0;
}

.group
{
    border-bottom: 1px solid #DDD;
    margin: 0;
    margin-bottom: 1.5em;
    padding: 0;
    position: relative;
}

.group .group-title
{
    margin: 0.6em 0;
    padding: 0;
}

.group .group-content
{
    margin: 1.5em 0;
}

.icon
{
    display: inline-block;
    text-align: center;
    vertical-align: middle;
}

.icon:before
{
    display: block;
    font-size: 14px;
    line-height: 21px;
    vertical-align: middle;
}

.icon-m:before
{
    font-size: 16px;
}

.icon-l:before
{
    font-size: 21px;
}

.create-icon
{
    color: #76B243;
}

.list
{
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 2px;
    clear: both;
    margin: 1.5em 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    padding-bottom: 10px;
    position: relative;
}

.list.fixed
{
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

.list .list-item
{
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 10px 20px;
    position: relative;
}

.list .list-item::before,
.list .list-item::after
{
    clear: both;
    content: " ";
    display: block;
    position: relative;
}

.list .list-date
{
    color: #888;
    float: right;
}

.list .list-image
{
    left: 20px;
    margin-top: -30px;
    position: absolute;
    top: 50%;
    height: 60px;
    width: 60px;
}

.list .list-image img
{
    border-radius: 30px;
    height: 60px;
    width: 60px;
}

.list .with-image
{
    float: left;
    margin-left: 80px;
}

.list .list-actions
{
    margin-top: 15px;
    margin-bottom: 5px;
}

/** section head */

.list .list-section-head
{
    background: #666;
    color: white;
}

#navigation #logo
{
    background: #76B243;
    border-bottom: 1px solid #333;
    height: 80px;
}

#navigation #logo a
{
    background-color: none;
    background-image: url(../images/logo@2x.png);
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 200px 80px;
    display: block;
    height: 100%;
    text-indent: -10000px;
    width: 100%;
}

#navigation #logo a:hover
{
    background-color: #693;
}

@media screen and (max-width: 1000px) {
    
    #navigation #logo a
    {
        background-image: url(../images/logo-stacked@2x.png);
        background-position: 50% 0;
        background-size: 100px 80px;
    }
    
}

@media screen and (max-width: 480px) {
    
    #navigation #logo a
    {
        background-image: url(../images/logo@2x.png);
        background-position: 25% 0;
        background-size: 200px 80px;
    }
    
}

/** .layout-learning-master **/

.layout-learning-master #navigation #logo
{
    background: white;
    border-right: 1px solid #666;
}

.layout-learning-master #navigation #logo a
{
    background-image: url(../images/learning-logo@2x.png);
    background-position: 20px 0;
    background-size: 200px 80px;
}

.layout-learning-master #navigation #logo a:hover
{
    background-color: white;
}

@media screen and (max-width: 1000px) {
    
    .layout-learning-master #navigation #logo a
    {
        background-image: url(../images/learning-logo@2x.png);
        background-position: 20px 15px;
        background-size: 120px 48px;
    }
    
}

@media screen and (max-width: 480px) {
    
    .layout-learning-master #navigation #logo a
    {
        background-image: url(../images/learning-logo@2x.png);
        background-position: 20px 0;
        background-size: 200px 80px;
    }
    
}


#map
{
    height: 200px;
    margin: 0;
    padding: 0;
}

#map.block
{
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    margin: 1.5em 0;
    padding: 0;
}

.menu
{
    position: absolute;
    top: 25px;
    min-width: 200px;
}

/** popup buttons */

.popup
{
    position: relative;
}

.popup-button
{
    display: inline-block;
    line-height: 1.5em;
    margin: -6px 0;
    padding: 6px 10px;
}

.popup-button:hover *,
.popup-button.active
{
    color: white;
}

.popup-menu
{
    border-radius: 2px 0 2px 2px !important;
    left: auto !important;
    right: 0 !important;
}

@media screen and (max-width: 768px) {
    
    .popup-menu
    {
        border-radius: 0 2px 2px 2px !important;
        left: 0 !important;
        right: auto !important;
    }
    
}

/** form */

.message-form
{
    margin: 1.5em 20px;
}

.message-form .field
{
    margin: 1.5em 0;
}

.message-form .field-actions
{
    margin: 1.5em 0;
}

/** conversation */

.list .conversation.list-item
{
    padding-right: 80px;
    position: relative;
}

.conversation-bcc
{
    background: rgba(0,0,0,0.2);
    border-radius: 2px;
    color: white;
    display: inline-block;
    margin: 0;
    padding: 0 5px;
    position: absolute;
    top: 10px;
    right: 20px;
}

/** messages */

.messages .message
{
    margin: 1.5em 20px;
}

.messages .message .meta
{
    color: #AAA;
    margin: 0;
    padding: 0.5em 10px;
    text-align: right;
}

.messages .message .content
{
    background: #CCC;
    border-radius: 2px;
    margin: 0;
    padding: 0.75em 10px;
}

.preb-banner:before,
.preb-banner:after
{
    clear: both;
    content: '';
    display: block;
}

.preb-banner .button-container {
    float: right;
}

.preb-banner .button-container .button {
    background: #36a3d9 !important;
    display: block !important;
}

.preb-banner .button-container .button:hover {
    background: #18b !important;
}

/** organization **/

.preb-banner.large {
    background-color: white;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 160px 110px;
    border-radius: 2px;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    margin: 0;
    padding: 50px 20px;
}

/** dashboard **/

.preb-banner.small {
    background-color: white;
    background-position: 20px center;
    background-repeat: no-repeat;
    background-size: 95px 84px;
    float: right;
    height: 84px;
    margin: -20px 0;
    padding: 0 20px;
    padding-top: 30px;
    padding-left: 145px;
}

@media screen and (max-width: 1000px) {

    .preb-banner {
        background: none !important;
        float: none !important;
        height: auto !important;
        margin: 0 !important;
        margin-top: 50px !important;
        padding: 0 !important;
    }

    .preb-banner .button-container {
        float: none !important;
    }

}

.progress
{
    background: #DDD;
    border-radius: 2px;
    height: 4px;
    width: 100%;
}

.progress .progress-item
{
    background: #76B243;
    border-radius: 2px;
    float: left;
    height: 4px;
}

.progress.large
{
    border-radius: 0;
    height: 40px;
}

.progress.large .progress-item
{
    border-radius: 0;
    height: 40px;
}

/** list */

.list .progress
{
    margin: 8px 0;
}

@media screen and (max-width: 480px) {
    
    .list .progress
    {
        margin: 10px 0;
    }
    
}

.social
{
    margin: 0 -2px;
}

.social a
{
    background: #76B243;
    border-radius: 5px;
    color: white;
    margin: -12px 2px;
    padding: 12px 5px;
}

.social a:hover
{
    background: #592;
}

.split-list
{
    background: white;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 66%;
    top: 0;
}

.split-list a
{
    color: black;
    display: block;
}

.split-list .subtitle
{
    color: #888;
}

.split-list .selected
{
    background: #69C;
}

.split-list .selected *
{
    color: white;
}

.split-content
{
    bottom: 0;
    left: 34%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 480px) {
    
    .split-list
    {
        bottom: auto;
        left: auto;
        position: relative;
        right: auto;
        top: auto;
    }
    
    .split-content
    {
        bottom: auto;
        left: auto;
        position: relative;
        right: auto;
        top: auto;
    }
    
}

.statistic-group
{
    clear: both;
    margin: 1.5em 0;
}

.statistic-group:before,
.statistic-group:after
{
    clear: both;
    content: " ";
    display: block;
}

.statistic
{
    background: white;
    border: 1px solid #CCC;
    border-radius: 2px;
    margin: 10px 0;
    padding: 20px 0;
    text-align: center;
}

.statistic-value
{
    font-size: 3em;
    line-height: 1em;
}

.statistic-label
{
    color: #888;
}

table,
.table
{
    background: white;
    border: 1px solid #CCC;
    border-collapse: collapse;
    clear: both;
    margin: 1.5em 0;
    overflow: visible;
    padding: 0;
    padding-bottom: 10px;
    position: relative;
}

.table-container {
    margin: 1.5em 0;
    max-width: 100%;
    overflow-x: scroll;
    padding-bottom: 10px;
}

.table-container table,
.table-container .table {
    margin: 0;
    padding: 0;
}

table.extended
{
    width: 100%;
}

.table:before,
.table:after
{
    clear: both;
    content: " ";
    display: block;
}

table thead,
.table .table-head
{
    background: rgba(255, 255, 255, 0.9);
}

table th,
table td,
.table .col
{
    margin: 0;
    padding: 10px 20px;
    vertical-align: top;
}

table a,
.table a
{
    color: black;
    display: block;
}

table a.button,
.table a.button
{
    color: white;
}

/** head */

table thead,
.table .table-head
{
}

table thead tr,
.table .table-head .table-row
{
    border-bottom: 1px solid #DDD;
}

table thead tr:hover,
.table .table-head .table-row:hover
{
    background: none;
}

table thead th,
table thead td,
.table .table-head .col
{
    color: #888;
}

table tbody.with-head,
.table .table-content.with-head
{
}

/** rows */

table tr,
.table .table-row
{
    border-bottom: 1px solid #DDD;
    color: black;
}

.table .table-row:before,
.table .table-row:after
{
    clear: both;
    content: " ";
    display: block;
}

table tr:hover,
.table .table-row:hover
{
    background: #EEE;
}

/** section head */

table tr.section,
table tr.section:hover,
.table .table-section-head,
.table .table-section-head:hover
{
    background: #666;
    color: white;
}

/** section subheader */

.table .table-section-subheader,
.table .table-section-subheader:hover
{
    background: #ddd;
    color: #333;
}

/** fixed */

table.fixed,
.table.fixed
{
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
}

table.fixed tbody,
.table.fixed .table-content
{
}

@media screen and (max-width: 480px) {

    table,
    .table
    {
    }

    table th,
    table td,
    .table .col
    {
    }

    table button,
    table .button,
    table input,
    table .token,
    .table button,
    .table .button,
    .table input,
    .table .token
    {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }

    table input[type="checkbox"],
    .table input[type="checkbox"]
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    table thead,
    .table .table-head
    {
        display: none !important;
    }

    table tbody,
    .table .table-content
    {
    }

    table tbody.with-head,
    .table .table-content.with-head
    {
        padding-top: 0 !important;
    }

    table tr,
    .table .table-row
    {
        padding: 10px 15px !important;
    }

}

.tabs-tabs
{
    background: white;
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 75%;
    top: 0;
}

.tabs-tabs ul
{
    margin: 0;
    padding: 0;
}

.tabs-tabs li
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.tabs-tabs a
{
    border-bottom: 1px solid #EEE;
    color: #AAA;
    cursor: pointer;
    display: block;
    padding: 10px 20px;
}

.tabs-tabs a.active
{
    color: black;
}

.tabs-tabs a.with-error
{
    background: #C33 !important;
    color: white !important;
}

.tabs-tabs a.with-error.active
{
    color: black !important;
}

.tabs-tabs a.with-error:after
{
    content: '\e83e';
    display: block;
    float: right;
    font-family: icons;
    font-size: 16px;
    height: 21px;
    line-height: 21px;
    vertical-align: middle;
    width: 14px;
}

.tabs-destination
{
    bottom: 0;
    left: 25%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
}

@media screen and (max-width: 480px) {
    
    .tabs-tabs
    {
        bottom: auto;
        left: auto;
        position: static;
        right: auto;
        top: auto;
    }
    
    .tabs-tabs a
    {
        padding: 10px 15px;
    }
    
    .tabs-destination
    {
        bottom: auto;
        left: auto;
        position: static;
        right: auto;
        top: auto;
    }
    
}

.token
{
    background: rgba(0, 0, 0, 0.05);
    border-radius: 2px;
    display: block;
    margin: -4px 0;
    padding: 4px 10px;
    text-align: center;
}

.token .icon
{
    color: white;
    margin-left: 10px;
}

/** token-list */

.token-list
{
    margin: 1.5em -4px;
    padding: 0;
}

.token-list:before,
.token-list:after
{
    clear: both;
    content: " ";
    display: block;
}

.token-list .token
{
    background: #76B243;
    color: white;
    cursor: pointer;
    display: block;
    float: left;
    margin: 0.25em 0.25em;
}

.token-list .token:hover
{
    background: #592;
}

/** token-other */

.token-other:before,
.token-other:after
{
    clear: both;
    content: " ";
    display: block;
}

.token-other-input
{
    float: left;
    padding-right: 10px;
}

.token-other-token
{
    float: left;
}

.token-other-token .token-list
{
    margin: 0;
    padding: 0;
}

.token-other-token .token
{
    margin: -4px 0;
}


button,
input,
label
{
    display: inline-block;
}

*:focus
{
    outline: none;
}

/** input */

input[type="date"],
input[type="datetime-local"],
input[type="email"],
input[type="password"],
input[type="text"],
input[type="time"]
{
    background: white;
    border: 1px solid #CCC;
    border-radius: 2px;
    margin: -5px 0;
    outline: none;
    padding: 4px 8px;
}

input[type="date"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="text"]:focus,
input[type="time"]:focus
{
    border: 1px solid #8AD;
}

input[type="date"][disabled],
input[type="datetime-local"][disabled],
input[type="email"][disabled],
input[type="password"][disabled],
input[type="text"][disabled],
input[type="time"][disabled]
{
    background: none;
}

/** button */

button,
.button
{
    background: #888;
    border: none;
    border-radius: 2px;
    color: white;
	cursor: pointer;
    display: inline-block !important;
    margin: -5px 0;
    outline: none;
    padding: 5px 10px;
    text-align: center;
}

button:focus,
.button:focus,
button:hover,
.button:hover
{
    background: #666;
}

/** checkbox */

input[type="checkbox"]
{
	margin-right: 5px;
}

/** html */

span.html
{
    display: inline-block;
    margin: 0 9px;
}

/** textarea */

textarea
{
    background: white;
    border: 1px solid #CCC;
    border-radius: 2px;
    margin: -5px 0 -12px 0;
    outline: none;
    padding: 4px 8px;
    resize: none;
    width: 100%;
}

textarea:focus
{
    border: 1px solid #8AD;
}

textarea[disabled]
{
    background: none;
}

/** form-sizes */

.form-size-auto
{
    width: auto;
}

.form-size-m
{
    width: 50%;
}

.form-size-l
{
    width: 100%;
}

/** button group */

.button-group
{
    margin: 0 -5px;
    padding: 0;
}

.button-group:before,
.button-group:after
{
    clear: both;
    content: " ";
    display: block;
}

.button-group button,
.button-group .button
{
    float: left !important;
    margin: -5px 5px !important;
    padding: 5px 10px !important;
}

/** border buttons */

button.button-border,
.button.button-border
{
    background: none !important;
    border: 1px solid #CCC !important;
    color: #888 !important;
}

button.button-border:hover,
.button.button-border:hover
{
    background: #BBB !important;
    border: 1px solid #BBB !important;
    color: white !important;
}

/** borderless buttons */

button.button-borderless,
.button.button-borderless
{
    background: none !important;
    color: #888 !important;
}

button.button-borderless:focus,
.button.button-borderless:focus,
button.button-borderless:hover,
.button.button-borderless:hover
{
    background: #BBB !important;
    color: white !important;
}

button.button-borderless:focus *,
.button.button-borderless:focus *,
button.button-borderless:hover *,
.button.button-borderless:hover *
{
    color: white !important;
}

button.button-borderless.active,
.button.button-borderless.active
{
    background: #BBB !important;
    color: white !important;
}

/** default buttons */

button.button-default,
.button.button-default
{
    background: #76B243 !important;
}

button.button-default:focus,
.button.button-default:focus,
button.button-default:hover,
.button.button-default:hover
{
    background: #592 !important;
}

.layout-learning-master button.button-default,
.layout-learning-master .button.button-default
{
    background: #660099 !important;
}

.layout-learning-master button.button-default:focus,
.layout-learning-master .button.button-default:focus,
.layout-learning-master button.button-default:hover,
.layout-learning-master .button.button-default:hover
{
    background: #330066 !important;
}

/** desructive buttons */

button.button-delete:focus,
.button.button-delete:focus,
button.button-delete:hover,
.button.button-delete:hover
{
    background: #C00 !important;
}

button.button-delete .icon,
.button.button-delete .icon,
{
    color: #BBB !important;
}

button.button-delete:focus .icon,
.button.button-delete:hover .icon
button.button-delete:focus .icon,
.button.button-delete:hover .icon
{
    color: #C00 !important;
}

button.button-white,
.button.button-white
{
    background: white;
}

/** dividers */

.horizontal-divider
{
    background: #CCC;
    float: left;
    height: 21px;
    margin: 0;
    width: 1px;
}

/** input-group */

.input-group
{
    background: #DDD;
    border-radius: 2px;
    color: black;
    cursor: pointer;
    margin: -5px 0;
    padding: 5px 8px;
    padding-right: 60px;
    position: relative;
}

.input-group:hover
{
    background: #CCC;
}

.input-group-input
{
    display: none;
}

.input-group-action
{
    bottom: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.input-group-action .button
{
    background: none !important;
    color: black !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 5px 10px !important;
}

/** */

.with-space-b
{
    margin-left: 10px;
}

.with-space-a
{
    margin-right: 10px;
}

@media screen and (max-width: 480px) {
    
    .button-group button,
    .button-group .button
    {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    
}

.field
{
    margin: 1.5em 0;
    padding: 0;
}

.field:before,
.field:after
{
    clear: both;
    content: " ";
    display: block;
}

.field .field-label
{
    float: left;
    margin: 0;
    margin-right: -25%;
    padding: 0;
    padding-right: 10px;
    text-align: right;
    width: 25%;
}

.field .field-label.without-indent
{
    text-align: left;
}

.field .field-input
{
    float: left;
    margin: 0;
    margin-left: 25%;
    padding: 0;
    width: 75%;
}

.field-description
{
    color: #999;
    margin-left: 25%;
    width: 75%;
}

.field .field-error
{
    background: #C33;
    border-radius: 2px;
    color: white;
    display: none;
    float: left;
    margin: -5px 0;
    margin-top: 10px;
    margin-left: 25%;
    padding: 5px 9px;
    width: 75%;
}

.field .field-error.without-margin
{
    margin: -5px 0;
    margin-left: 25%;
}

.field.with-error .field-error
{
    display: block;
}

.field.with-error input[type="date"],
.field.with-error input[type="datetime-local"],
.field.with-error input[type="email"],
.field.with-error input[type="password"],
.field.with-error input[type="text"],
.field.with-error input[type="time"]
{
    border: 1px solid #C33;
}

.field.with-error textarea
{
    border: 1px solid #C33;
}

/** form-actions */

.form-actions
{
    margin: 2.25em 0;
    margin-left: 25%;
}

.form-actions:after
{
    clear: both;
    content: " ";
    display: block;
}

/** stacked field */

.stacked .field-label
{
    margin: 0 !important;
    margin-bottom: 0.5em !important;
    padding: 0 !important;
    text-align: left !important;
    width: 100% !important;
}

.stacked .field-input
{
    margin: 0 !important;
    margin-bottom: 0.5em !important;
    padding: 0 !important;
    width: 100% !important;
}

.stacked .field-error
{
    margin: 0 !important;
    margin-bottom: 0.5em !important;
    padding: 5px 9px !important;
    width: 100% !important;
}

/** classes */

.with-indent
{
    margin-left: 25% !important;
    width: 75% !important;
}

.without-indent
{
    margin-left: 0 !important;
    width: 100% !important;
}

@media screen and (max-width: 480px) {
    
    .field-input-group
    {
        margin-top: -10px !important;
        margin-bottom: -10px !important;
    }
    
    .field-input-group input,
    .field-input-group button,
    .field-input-group .button
    {
        margin-top: 5px !important;
        margin-bottom: 5px !important;
    }
    
    .field-input-group .chosen-container
    {
        margin-top: 10px !important;
        margin-bottom: 10px !important;
    }
    
    .field-input-group .chosen-search input
    {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }
    
}

.layout
{
    position: relative;
}

html,
body,
#page
{
    height: 100%;
    margin: 0;
    overflow-x: hidden;
    overflow-y: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

#navigation,
#main
{
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    top: 0;
}

#navigation
{
    left: 0;
    width: 20%;
    z-index: 500;
}

#main
{
    left: 20%;
    width: 80%;
    z-index: 400;
}

@media screen and (max-width: 480px) {
    
    #navigation,
    #main
    {
        left: 0;
        width: 100%;
    }
    
    #main
    {
        transition: left 0.25s;
        z-index: 600;
    }
    
    #main.with-nav
    {
        left: 80%;
    }
    
}

.fixed
{
    bottom: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto;
    position: absolute;
    right: 0;
    top: 0;
}

.with-header
{
    top: 80px !important;
}

.with-banner
{
    top: 85px !important;
}

.with-banner.with-toolbar
{
    top: 146px !important;
}

.with-map
{
    top: 201px !important;
}

.with-map.with-toolbar
{
    top: 259px !important;
}

.with-toolbar
{
    top: 61px !important;
}

@media screen and (max-width: 1200px) {

    .with-toolbar
    {
        top: 100px !important;
    }

    .with-banner.with-toolbar
    {
        top: 185px !important;
    }

}

@media screen and (max-width: 992px) {

    .with-banner.with-toolbar
    {
        top: 230px !important;
    }
}

@media screen and (max-width: 768px) {

    .with-toolbar
    {
        position: relative !important;
        top: auto !important;
    }

    .with-banner.with-toolbar
    {
        top: 265px !important;
    }

    .with-map.with-toolbar
    {
        position: relative !important;
        top: auto !important;
    }

}


@media screen and (max-width: 678px) {

    .with-banner.with-toolbar
    {
        top: 305px !important;
    }

}

@media screen and (max-width: 576px) {

    .with-banner.with-toolbar
    {
        top: 305px !important;
    }

}

@media screen and (max-width: 480px) {

    .fluid-mobile
    {
        bottom: 0 !important;
        left: 0 !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        position: relative !important;
        right: 0 !important;
        top: 0 !important;
        width: 100% !important;
    }

}

.grid:before,
.grid:after
{
    clear: both;
    content: " ";
    display: block;
}

.col
{
    float: left;
}

.col:before,
.col:after
{
    clear: both;
    content: " ";
    display: block;
}

/** grid input */

.grid-input
{
    float: left;
    margin: 0;
    margin-right: -40px;
    width: 40px;
}

.with-grid-input
{
    float: left;
    margin-left: 40px;
    width: calc(100% - 40px);
}

/** gutter */

.with-gutter-s
{
    margin: 0 -5px !important;
    padding: 0 !important;
}

.with-gutter-m
{
    margin: 0 -10px !important;
    padding: 0 !important;
}

.with-gutter-l
{
    margin: 0 -30px !important;
    padding: 0 !important;
}

.gutter-s
{
    margin: 0 !important;
    padding: 0 5px !important;
}

.gutter-m
{
    margin: 0 !important;
    padding: 0 10px !important;
}

.gutter-l
{
    margin: 0 !important;
    padding: 0 30px !important;
}

/** 1 column grid */

.col-1-1
{
    width: 100%;
}

/** 2 column grid */

.col-1-2
{
    width: 50%;
}

.col-2-2
{
    width: 100%;
}

/** 3 column grid */

.col-1-3
{
    width: 33.33%;
}

.col-2-3
{
    width: 66.66%;
}

.col-3-3
{
    width: 100%;
}

/** 4 column grid */

.col-1-4
{
    width: 25%;
}

.col-2-4
{
    width: 50%;
}

.col-3-4
{
    width: 75%;
}

.col-4-4
{
    width: 100%;
}

/** 5 column grid */

.col-1-5
{
    width: 20%;
}

.col-2-5
{
    width: 40%;
}

.col-3-5
{
    width: 60%;
}

.col-4-5
{
    width: 80%;
}

.col-5-5
{
    width: 100%;
}

/** 6 column grid */

.col-1-6
{
    width: 16.66%;
}

.col-2-6
{
    width: 33.33%;
}

.col-3-6
{
    width: 50%;
}

.col-4-6
{
    width: 66.66%;
}

.col-5-6
{
    width: 83.33%;
}

.col-6-6
{
    width: 100%;
}

/** 7 column grid */

.col-1-7
{
    width: 14.28%;
}

.col-2-7
{
    width: 28.57%;
}

.col-3-7
{
    width: 42.85%;
}

.col-4-7
{
    width: 57.14%;
}

.col-5-7
{
    width: 71.42%;
}

.col-6-7
{
    width: 85.71%;
}

.col-7-7
{
    width: 100%;
}

/** 8 column grid */

.col-1-8
{
    width: 12.5%;
}

.col-2-8
{
    width: 25%;
}

.col-3-8
{
    width: 37.5%;
}

.col-4-8
{
    width: 50%;
}

/** 10 column grid */

.col-1-10
{
    width: 10%;
}

.col-2-10
{
    width: 20%;
}

/** 12 column grid */

.col-1-12
{
    width: 8.3%;
}

.col-2-12
{
    width: 16.6%;
}

/** 14 column grid */

.col-1-14
{
    width: 7%;
}

.col-2-14
{
    width: 14%;
}

.col-3-14
{
    width: 21%;
}

.col-4-14
{
    width: 28%;
}

.col-5-14
{
    width: 35%;
}

/** 16 column grid */

.col-1-16
{
    width: 6%;
}

.col-2-16
{
    width: 12%;
}

.col-3-16
{
    width: 18%;
}

.col-4-16
{
    width: 24%;
}

.col-5-16
{
    width: 30%;
}

.col-6-16
{
    width: 36%;
}

.col-7-16
{
    width: 42%;
}

.col-8-16
{
    width: 48%;
}

.col-9-16
{
    width: 54%;
}

.col-10-16
{
    width: 60%;
}

.col-11-16
{
    width: 66%;
}

.col-12-16
{
    width: 72%;
}

.col-13-16
{
    width: 78%;
}

.col-14-16
{
    width: 84%;
}

.col-15-16
{
    width: 90%;
}

.col-16-16
{
    width: 96%;
}

/** 20 column grid */

.col-1-20
{
    width: 5%;
}

.col-2-20
{
    width: 10%;
}

.col-3-20
{
    width: 15%;
}

.col-4-20
{
    width: 20%;
}

.col-5-20
{
    width: 25%;
}

.col-6-20
{
    width: 30%;
}

@media screen and (max-width: 480px) {
    
    .col
    {
        width: 100% !important;
    }
    
}

html.layout-page,
html.layout-page body,
html.layout-page #page
{
    height: auto;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: relative;
    width: 100%;
}

#page-logo
{
    margin: 20px auto;
    padding: 0;
    width: 60%;
}

#page-logo img
{
    height: 150px;
    width: auto;
}

#page-main
{
    background: #EEE;
    border-radius: 5px;
    margin: 20px auto;
    padding: 0;
    width: 60%;
}

#page-main .form-actions
{
    margin: 2.25em 0;
    margin-left: 25%;
}

@media screen and (max-width: 480px) {
    
    #page-logo
    {
        margin: 20px 15px;
        width: auto;
    }
    
    #page-logo img
    {
        height: auto;
        width: 50%;
    }
    
    #page-main
    {
        border-radius: 0;
        width: 100%;
    }
    
}

#report-canvas
{
    background: #BBB;
    margin: 0;
    padding: 20px;
}

#report-output
{
    background: white;
    margin: 0;
    padding: 10px 20px;
}

#report-output *
{
    font-family: Helvetica, sans-serif;
    font-size: 11pt;
    line-height: 1.4em;
}

#report-output h1
{ 
    font-size: 1.5em; 
}

#report-output table
{
    border: none;
    border-collapse: collapse;
    width: 100%;
}

#report-output table tr
{
    border-bottom: 1px solid #CCC;
}

#report-output table td
{
    margin: 0;
    padding: 0.5em 1em 0.5em 0;
    vertical-align: top;
}

body {
    font-family: "Myriad Pro", "Helvetica", sans-serif;
}

.chosen-container {
    font-size: 14px;
}

.chosen-container-single .chosen-single {
    background: #DDD;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    color: black;
    height: auto;
    line-height: 1.5em;
    margin: -5px 0;
    padding: 5px 9px;
    text-decoration: none;
}

.chosen-container-active .chosen-single {
    background: #BBB;
    border: none;
    box-shadow: none;
}

.chosen-container-active.chosen-with-drop .chosen-single {
    background: #BBB;
    border: none;
    box-shadow: none;
}

.chosen-container-single .chosen-single span {
    margin-right: 20px;
}

.chosen-container-single .chosen-single div {
    width: 20px;
}

.chosen-container-single .chosen-single div b {
    background-position: 100% 13px !important;
    height: 100%;
    width: 100%;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
    background-position: 100% -37px !important;
}

.chosen-container .chosen-drop {
    background: white;
    border: 1px solid #BBB;
    border-top: none;
    border-radius: 0 0 2px 2px;
    box-shadow: none;
    margin-top: 5px;
}

.chosen-disabled
{
    opacity: 1.0 !important;
}

.chosen-disabled .chosen-single
{
    color: #888;
}

/** chosen-search */

.chosen-container-single .chosen-search {
    border-bottom: 1px solid #BBB;
    margin: 0;
    padding: 0;
}

.chosen-container-single .chosen-search input[type="text"] {
    background: none !important;
    background-position: 100% -192px !important;
    border: none !important;
    float: none !important;
    font-family: "Myriad Pro", "Helvetica", sans-serif !important;
    height: auto !important;
    line-height: 1.5em !important;
    margin: 0 !important;
    padding: 5px 9px !important;
    padding-right: 20px !important;
    width: 100% !important;
}

/** chosen-results */

.chosen-container .chosen-results {
    color: black;
    margin: 0;
    max-height: 240px;
    padding: 0;
}

.chosen-container .chosen-results li {
    line-height: 1.5em;
    margin: 0;
    padding: 5px 9px;
}

.chosen-container .chosen-results li.disabled-result {
    color: #BBB;
}

.chosen-container .chosen-results li.highlighted {
    background: #CCC;
    color: black;
}

.chosen-container .chosen-results li.no-results {
    background: white;
    color: #BBB;
}

.chosen-container .chosen-results li em {
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
}

.chosen-rtl .chosen-search input[type="text"],
.chosen-container-single .chosen-single abbr,
.chosen-container-single .chosen-single div b,
.chosen-container-single .chosen-search input[type="text"],
.chosen-container-multi .chosen-choices .search-choice .search-choice-close,
.chosen-container .chosen-results-scroll-down span,
.chosen-container .chosen-results-scroll-up span {
    background-image: url('../images/sprites@2x.png') !important;
    background-repeat: no-repeat !important;
    background-size: 25px 250px !important;
}

body .fc
{
	font-family: "Myriad Pro", "Helvetica", sans-serif;
	font-size: 14px;
}

.fc *
{
	outline: none;
}

/* fc-toolbar */

.fc .fc-toolbar
{
	margin: 0;
	padding: 15px;
	padding-bottom: 1em;
}

.fc .fc-toolbar h2
{
	font-size: 1.5em;
	font-weight: normal;
	margin-top: 8px;
}

/* tables and related elements */

.fc table,
.fc th,
.fc .fc-view .fc-day-number,
.fc .fc-view .fc-event
{
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	text-align: left;
}

.fc table,
.fc tr
{
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}

.fc table tr:hover
{
	background: none;
}

.fc .fc-row
{
	border-bottom: 1px solid #EEE;
}

.fc th,
.fc td
{
	border: none;
}

.fc th
{
	color: #BBB;
	margin: 0;
	padding: 0 5px;
	padding-left: 7px;
}

.fc td.fc-today
{
	background: #F8F8F8;
	border: none;
}

/* fc-month-view */

.fc .fc-month-view .fc-day-number
{
	color: black;
	margin: 0;
	padding: 0 5px;
	padding-left: 7px;
}

.fc .fc-month-view .fc-event-container
{
	margin: 0;
	padding: 0;
	padding-right: 2px;
}

.fc .fc-month-view .fc-event .fc-time
{
	display: none;
}

.fc .fc-month-view .fc-event .fc-time
{
	display: none;
}

.fc .fc-month-view .fc-event .fc-title
{
	font-size: 1em;
	font-weight: normal;
}

/* fc-basic-view */

.fc .fc-basic-view .fc-content-skeleton
{
	padding: 5px 0;
}

/* fc-agenda-view */

.fc .fc-agenda-view .fc-axis
{
	color: #BBB;
}

.fc .fc-agenda-view .fc-day-grid .fc-row
{
	border-bottom: none;
	min-height: 1.5em;
}

.fc .fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton
{
	margin: 0;
	padding: 2px 0;
}

.fc .fc-agenda-view .fc-day-grid .fc-row .fc-event-container
{
	padding-right: 2px;
}

.fc .fc-agenda-view .fc-divider
{
	background: black;
	border: none;
	margin: 0;
	padding: 0;
	padding-bottom: 1px;
}

.fc .fc-agenda-view .fc-slats td
{
	border-top-color: #DDD;
	border-top-style: solid;
	border-top-width: 1px;
	height: 2.25em;
}

.fc .fc-agenda-view .fc-slats .fc-minor td
{
	border-top-color: #DDD;
	border-top-style: dashed;
	border-top-width: 1px;
}

.fc .fc-agenda-view .fc-event-container
{
	margin: 0;
	margin-right: 2px;
	padding: 0;
}

/* fc-event */

.fc-event
{
	background: #DDD;
	background: rgba(200, 200, 200, 0.8);
	border: none;
	border-left: 2px solid #BBB;
	border-radius: 0;
	color: black;
	cursor: pointer;
	margin: 0;
	padding: 0 5px;
}

.fc-event:hover
{
	background: #BBB;
	background: rgba(180, 180, 180, 0.8);
	border: none;
	border-left: 2px solid #999;
	color: black;
}

.fc .fc-h-event.fc-not-start,
.fc .fc-h-event.fc-not-end
{
	border: none !important;
	border-left: 2px solid #BBB !important;
	margin: 0 !important;
	padding: 0 5px !important;
}

.fc .fc-h-event.fc-not-start
{
	border-left: none !important;
	padding-left: 7px !important;
}

/* event-status- */

.fc-event.event-status-accepted
{
	background: #76B243;
	border-left: 2px solid #592;
}

.fc-event.event-status-accepted:hover
{
	background: #592;
	border-left: 2px solid #592;
}

.fc-event.event-status-declined
{
	background: #E54358;
	border-left: 2px solid #C23;
}

.fc-event.event-status-declined:hover
{
	background: #C23;
	border-left: 2px solid #C23;
}

.fc-event.event-status-pending
{
	background: #EC6641;
	border-left: 2px solid #C42;
}

.fc-event.event-status-pending:hover
{
	background: #C42;
	border-left: 2px solid #C42;
}

.fc-event.event-status-filled
{
	background: #76B243;
	border-left: 2px solid #592;
}

.fc-event.event-status-filled:hover
{
	background: #592;
	border-left: 2px solid #592;
}

.fc-event.event-status-partiallyfilled
{
	background: #EC6641;
	border-left: 2px solid #C42;
}

.fc-event.event-status-partiallyfilled:hover
{
	background: #C42;
	border-left: 2px solid #C42;
}

.fc-event.event-status-nonefilled
{
	background: #E54358;
	border-left: 2px solid #C23;
}

.fc-event.event-status-nonefilled:hover
{
	background: #C23;
	border-left: 2px solid #C23;
}

/* fc-time-grid fc-event */

.fc .fc-time-grid .fc-event
{
	margin: 0;
	padding: 5px 6px;
}

.fc .fc-time-grid .fc-event .fc-time
{
	color: rgba(0, 0, 0, 0.4);
	font-size: 1em;
	font-weight: normal;
}

.fc .fc-time-grid .fc-event .fc-title
{
	font-size: 1em;
	font-weight: normal;
}

/* fc-button */

.fc button
{
	border-radius: 0;
	height: auto;
	line-height: 1.5em;
	margin: 0;
	padding: 10px 20px;
}

.fc .fc-state-default
{
	background: none;
	border: none;
	box-shadow: none;
	color: #BBB;
	text-shadow: none;
}

.fc .fc-state-hover,
.fc .fc-state-active
{
	color: black;
}

.fc .fc-state-disabled
{
	color: #BBB;
}

.fc-state-default.fc-corner-left
{
	border-top-left-radius: 2px;
	border-bottom-left-radius: 2px;
}

.fc-state-default.fc-corner-right
{
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}

/* fc-button-group */

.fc .fc-right .fc-button-group .fc-state-default,
.fc .fc-right .fc-button-group .fc-state-hover,
.fc .fc-right .fc-button-group .fc-state-active
{
	background: none;
	color: #BBB;
	font-weight: normal;
}

.fc .fc-right .fc-button-group .fc-state-hover,
.fc .fc-right .fc-button-group .fc-state-active
{
	color: black;
}

/* fc-icon */

.fc button .fc-icon
{
	height: auto;
	margin: 0;
	left: 0;
	padding: 0;
	position: relative;
	top: 0;
}

.fc button .fc-icon:after
{
	font-family: 'icons';
	font-size: 1em;
	font-weight: normal;
	line-height: 1.5em;
	left: 0;
	position: relative;
	top: 0;
}

.fc .fc-icon-left-single-arrow:after
{
	content: '\e874';
}

.fc .fc-icon-right-single-arrow:after {
	content: '\e875';
}

.ui-widget-overlay.ui-front {
    background: rgba(0,0,0,0.5);
    z-index: 999 !important;
}
.ui-front {
    z-index: 1000 !important;
}

/* containers */
.ui-widget {
}
.ui-widget .ui-widget {
    background: white;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
}
.ui-widget-content {
    background: white;
}
.ui-widget-content a {
}
.ui-widget-header {
}
.ui-widget-header a {
}

/* interaction states */
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #DDD;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover {
    background: #CCC;
}
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #CCC;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited {
}
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
}

/* interaction cues */
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
}
.ui-state-disabled .ui-icon {
}

/* corner */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 2px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 2px;
}

/* autocomplete */
.ui-autocomplete {
    border-radius: 2px;
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 200;
}

/* buttons */
.ui-button-text-only .ui-button-text {
    margin: 0;
    padding: 0;
}

/* dialog */
.ui-dialog {
}

/* datepicker */
.ui-datepicker {
    border: 1px solid #BBB;
    padding: 10px;
    width: auto;
}
.ui-datepicker .ui-datepicker-header {
    margin: 0;
    margin-bottom: 10px;
    padding: 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-next-hover {
    height: auto;
    left: auto;
    right: auto;
    top: auto;
    width: auto;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
}
.ui-datepicker .ui-datepicker-prev {
    left: 0;
}
.ui-datepicker .ui-datepicker-next {
    right: 0;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
}
.ui-datepicker .ui-datepicker-prev-hover {
}
.ui-datepicker .ui-datepicker-next-hover {
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    cursor: pointer;
    left: auto;
    line-height: 1em;
    margin: 0;
    padding: 10px 10px;
    position: static;
    text-indent: 0;
    top: auto;
}
.ui-datepicker .ui-datepicker-title {
    line-height: 1em;
    margin: 0;
    padding: 10px 0;
}
.ui-datepicker .ui-datepicker-title select {
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
}
.ui-datepicker table {
    border: none;
}
.ui-datepicker tr {
    background: none;
    border: none;
}
.ui-datepicker tr:hover {
    background: none;
    border: none;
}
.ui-datepicker th {
    border: none;
    color: #999;
    font-weight: normal;
    padding: 4px 8px;
}
.ui-datepicker td {
    border: none;
    padding: 0;
}
.ui-datepicker td span,
.ui-datepicker td a {
    border-radius: 0;
    color: black;
    padding: 4px 8px;
}
.ui-datepicker td a.ui-state-default {
    background: none;
}
.ui-datepicker td a.ui-state-hover {
    background: #DDD;
}
.ui-datepicker td.ui-datepicker-current-day a {
    background: #BBB;
}
.ui-datepicker .ui-datepicker-buttonpane {
    margin: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
    color: black;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
}
.ui-datepicker-row-break {
}

/* menu */
.ui-menu {
    background: white;
    border: 1px solid #BBB;
    border-radius: 2px;
    margin: 0;
    padding: 5px 0;
    z-index: 200;
}
.ui-menu .ui-menu {
}
.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0px 9px;
}
.ui-menu .ui-menu-item a {
    color: black;
    display: block;
    width: 180px;
    padding:7px;
}
.ui-menu .ui-menu-divider {
    border-bottom: 1px solid #EEE;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
}

/* tooltip */
.ui-tooltip {
    background: black;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: white;
    margin: 0;
    max-width: none;
    opacity: 0.8;
    padding: 10px 15px;
    pointer-events: none;
    white-space: nowrap;
}

#banner
{
    border-bottom: 1px solid #CCC;
    top: 0;
    height: 85px;
    left: 0;
    padding: 20px 20px;
    position: absolute;
    right: 0;
    z-index: 400;
}

.banner-image
{
    float: left;
    margin: -8px 0;
    margin-right: -60px;
    width: 60px;
}

.banner-image img
{
    border-radius: 30px;
    height: 60px;
    width: 60px;
}

.banner-image img.laurier-image
{
    border-radius: 0;
    height: 60px;
    width: 150px;
}

.banner-image-right
{
    float: right;
    margin: -8px 5px;
    width: auto;
}

.banner-text
{
    float: left;
    margin: 0;
    margin-left: 75px;
    padding: 0;
}

.banner-text.without-image
{
    margin-left: 5px;
}

.banner-text *
{
    margin: 0;
    padding: 0;
}

.banner-text .name
{
    font-size: 1.5em;
}

.banner-text .position
{
    color: #888;
}

.banner-actions
{
    margin: 0;
    padding: 0;
    position: absolute;
    right: 25px;
    top: 32px;
}

.banner-item
{
    float: left;
    margin: 0 5px;
    padding: 0;
}

.banner-description
{
    color: #888;
}

@media screen and (max-width: 480px) {
    
    #banner
    {
        bottom: 0 !important;
        height: auto !important;
        left: 0 !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        padding: 20px 15px !important;
        position: relative !important;
        right: 0 !important;
        top: 0 !important;
        width: 100% !important;
    }

    .banner-text
    {
        float: none;
    }
    
    .banner-actions
    {
        clear: both !important;
        margin: 0 !important;
        margin-left: 70px !important;
        padding: 0 !important;
        position: relative !important;
        right: auto !important;
        top: auto !important;
    }
    
}

.page-errors
{
    background: #C33;
    color: white;
    left: 0;
    min-height: 80px;
    padding: 20px 20px;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
}
.footer
{
    padding: 10px 0;
}

#main
{
    background: #F1F2F2;
}

#content
{
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.content-inset
{
    margin: 0;
    padding: 0.75em 30px;
}

@media screen and (max-width: 768px) {

    .content-inset
    {
        padding: 0.75em 15px;
    }

}

@media screen and (max-width: 576px) {

    .with-toolbar
    {
        position: relative !important;
        top: auto !important;
    }

}

@media screen and (max-width: 480px) {

    #content
    {
        bottom: 0 !important;
        left: 0 !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        position: relative !important;
        right: 0 !important;
        top: 0 !important;
        width: 100% !important;
    }

    .content-inset
    {
        padding: 0.75em 15px;
    }

}

#navigation
{
    background: #3F403D;
}

#navigation ul
{
    margin: 0;
    padding: 0;
}

#navigation li
{
    list-style: none;
    margin: 0;
    padding: 0;
}

#navigation a
{
    color: #BBB;
    display: block;
    margin: 0;
    padding: 10px 10px;
    padding-left: 50px;
    text-decoration: none;
    text-shadow: black 0 1px 0;
}

#navigation a:hover
{
    background: #333;
    color: white;
}

#navigation a.active
{
    background: #333;
}

#navigation a .icon
{
    margin: 0;
    margin-left: -30px;
    margin-right: 5px;
    padding: 0;
    width: 25px;
}

/** navigation group */

#navigation .navigation-group
{
    border-bottom: 1px solid #555;
    margin: 0;
    padding: 1.5em 0;
    position: relative;
}

#navigation .navigation-header
{
    color: #888;
    padding: 10px 20px;
    position: relative;
}

#navigation .navigation-header a
{
    color: #888;
    margin: -10px -20px;
    padding: 10px 20px;
}

#navigation .navigation-header a:hover
{
    color: white;
}

#navigation .navigation-title
{
    font-size: 1em;
    line-height: 1.5em;
    margin: 0;
    padding: 0;
    padding-right: 40px;
    text-shadow: black 0 1px 0;
}

#navigation .navigation-action
{
    position: absolute;
    right: 15px;
    top: 10px;
}

#navigation .navigation-action .icon
{
    margin: 0;
    padding: 0;
}

#titlebar
{
    background: white;
    border-bottom: 1px solid #333;
    color: #666;
    height: 80px;
    left: 0;
    padding: 30px 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 500;
}

#titlebar:before,
#titlebar:after
{
    clear: both;
    content: " ";
    display: block;
}

#titlebar .titlebar-left
{
    float: left;
}

#titlebar .titlebar-title
{
    float: left;
    margin: 0;
    padding: 0 10px;
    text-align: left;
}

#titlebar .titlebar-right
{
    float: right;
    margin: 0 -5px;
    padding: 0;
}

#titlebar .titlebar-item
{
    float: left;
}

#titlebar a
{
    border-radius: 2px;
    color: #999;
    margin: -15px 0;
    padding: 15px 20px;
}

#titlebar a:hover
{
    background: #BBB;
    color: white;
}

#titlebar a.highlighted
{
    color: #F15922;
}

@media screen and (max-width: 480px) {
    
    #titlebar
    {
        padding: 30px 10px;
    }
    
    #titlebar .titlebar-title
    {
        padding: 0;
    }
    
    #titlebar .titlebar-right
    {
        margin: 0;
    }
    
    #titlebar a
    {
        margin: -15px 0;
        padding: 15px 10px;
    }
    
}

@media screen and (min-width: 480px) {
    
    #titlebar a.toggle-nav
    {
        display: none;
    }
    
}

.toolbar
{
    background: white;
    border-bottom: 1px solid #CCC;
    height: 61px;
    left: 0;
    padding: 20px 20px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 300;
}

.toolbar:before,
.toolbar:after
{
    clear: both;
    content: " ";
    display: block;
}

.toolbar.toolbar-front
{
    z-index: 500;
}

.toolbar .toolbar-left
{
    float: left;
    margin: 0 -5px;
    width: 75%;
    display: inline-flex;
}

.toolbar .toolbar-left-long
{
    width: 90%;
    display: inline-block;
}

.toolbar .toolbar-right
{
    float: right;
    margin: 0 -5px;
}

.toolbar .toolbar-item
{
    /*float: left;*/
    margin: 0 5px;
    padding: 0;
    display: inline-block;
}

.toolbar .toolbar-item-m
{
    width: 100px;
}

.toolbar .toolbar-item-l
{
    /*width: 150px;*/
}

.toolbar .toolbar-item-l input,
.toolbar .toolbar-item-l select{
    padding: 5px 0px;
}

.toolbar .toolbar-item-xl
{
    width: 300px;
}

.toolbar button,
.toolbar .button
{
    margin: -6px 0;
    padding: 6px 10px;
}

.toolbar .chosen-container
{
    margin: 0;
    padding: 0;
}

.toolbar form
{
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1200px) {

    .toolbar
    {
        background: white;
        border-bottom: 1px solid #CCC;
        height: 100px;
        left: 0;
        padding: 20px 20px;
        position: absolute;
        right: 0;
        top: 0;
        z-index: 300;
    }

    .toolbar.with-banner
    {
        top: 85px;
    }

    .toolbar .toolbar-item
    {
        padding-bottom: 5px;
        padding-top: 5px;
        margin-top: 3px;
        margin-bottom: 3px;
    }

}

@media screen and (max-width: 992px) {

    .toolbar.with-banner
    {
        height: 145px;
    }
}

@media screen and (max-width: 768px) {
    .toolbar
    {
        bottom: auto;
        height: auto;
        left: auto;
        padding: 10px 15px;
        position: static;
        right: auto;
        top: auto;
    }

    .toolbar.with-banner
    {
        position: absolute;
        height: 180px;
    }

    .toolbar .toolbar-left,
    .toolbar .toolbar-right
    {
        float: left;
        margin: 0 -5px;
        padding: 0;
        width: 100%;
    }

    .toolbar .toolbar-item-l
    {
        width: auto;
    }

    .toolbar .toolbar-item
    {
        margin: 10px 5px;
    }

    .toolbar .toolbar-item input,
    .toolbar .toolbar-item select,
    .toolbar .toolbar-item button
    {
        padding:5px 8px;
    }
}

@media screen and (max-width: 678px) {

    .toolbar
    {
        position: static;
    }

    .toolbar.with-banner
    {
        height: 220px;
    }
}

@media screen and (max-width: 576px) {

    .toolbar.with-banner
    {
        height: 220px;
    }
}

@media screen and (max-width: 480px) {

    .toolbar
    {
        bottom: auto;
        height: auto;
        left: auto;
        padding: 10px 15px;
        position: static;
        right: auto;
        top: auto;
    }

    .toolbar.with-banner
    {
        position: relative !important;
        top: auto !important;
    }

    .toolbar .toolbar-left,
    .toolbar .toolbar-right
    {
        float: left;
        margin: 0 -5px;
        padding: 0;
        width: 100%;
    }

    .toolbar .toolbar-item-l
    {
        width: auto;
    }

    .toolbar .toolbar-item
    {
        margin: 10px 5px;
    }

    .toolbar .toolbar-item input,
    .toolbar .toolbar-item select,
    .toolbar .toolbar-item button
    {
        padding:5px 8px;
    }

}
@media print {
    
    html,
    body,
    #page
    {
        height: auto !important;
        width: auto !important;
    }
    
    #navigation,
    #titlebar,
    .toolbar
    {
        display: none !important;
    }
    
    #main,
    #banner,
    .fixed
    {
        bottom: 0 !important;
        left: 0 !important;
        overflow-x: hidden !important;
        overflow-y: auto !important;
        position: static !important;
        right: 0 !important;
        top: 0 !important;
        height: auto !important;
        width: auto !important;
    }
    
    #report-canvas
    {
        margin: 0;
        padding: 0;
    }

}

/*# sourceMappingURL=all.css.map */
