@font-face {
    font-family: Susan; 
    src: url('/static/font/susan.ttf');
}
.text-font-susan{
    font-family: 'Susan', sans-serif;
    letter-spacing: 2px;
    
}
h1.text-font-susan,
.h1.text-font-susan{
    font-size: 80px;
}


html,body{
    display: block;
    position: relative;
    box-sizing: border-box;
    
    float: left;
    clear: both;
    
    margin: 0px;
    padding: 0px;
    
    width: 100%;
    height: 100%;
    
    overflow: hidden;
}
h1,h2,h3,h4,h5,h6,p,span{
    font-weight: lighter;
}

h1,.h1{
    font-size: 40px;
}
h2,.h2{
    font-size: 26px;
}
h3,.h3{
    font-size: 22px;
}
h4,.h4{
    font-size: 18px;
}
h5,.h5{
    font-size: 14px;
}
h6,.h6{
    font-size: 12px;
}
ul{
    padding-left: 18px;
}



.content-align-center{
    text-align: center;
}



.element-radius-4{
    border-radius: 4px;
}




.x-coursee-layout-container{
    display: block;
    position: relative;
    box-sizing: border-box;

    float: left;
    clear: both;
    
    margin: 0px;
    padding: 0px;
    
    
}

.x-coursee-layout-inner{
    display: block;
    position: relative;
    box-sizing: border-box;
    
    float: left;
    clear: both;
    
    width: 100%;
    min-height: 100px;
    
    /*padding: 20px;*/
}
.x-coursee-app-landing-list-excursion-element-image{
    display: block;
    position: relative;
    box-sizing: border-box;

    float: left;
    clear: both;

    width: 100%;
    max-width: 100%;
}
.x-coursee-layout-inner.inner-vertical{
    padding-left: 0px;
    padding-right: 0px;
}
.x-coursee-layout-outer{
    display: block;
    position: relative;
    box-sizing: border-box;
    
    float: left;
    clear: both;
    
    width: calc(100% - 40px);
    
    margin: 20px;
}
.x-coursee-layout-outer.outer-vertical{
    margin-left: 0px;
    margin-right: 0px;
    
    width: 100%;
}

.x-coursee-layout-float.left{
    display: inline-block;
    float: left;
}
.x-coursee-layout-float.right{
    display: inline-block;
    float: right;
}


.x-coursee-layout-grid-row{
    display: block;
    position: relative;
    box-sizing: border-box;
    float: left;
    width: 100%;
    height: auto;
}
.x-coursee-layout-grid-col{
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    float: left;
    
    width: auto;
    height: auto;
}

.x-coursee-layout-grid-col.col-1-from-3{
    width: 33.33%;
}
.x-coursee-layout-grid-col.col-1-from-3.with-separator:nth-child(3n + 3),
.x-coursee-layout-grid-col.col-1-from-3.with-separator:nth-child(3n - 1),
.x-coursee-layout-grid-col.col-1-from-3.with-separator:nth-child(3n - 2){
    width: calc(33.33% - 13.33px);
}

.x-coursee-layout-grid-col.col-1-from-3.with-separator{
    margin-left: 10px;
    margin-bottom: 20px;
}
/*.x-coursee-layout-grid-col.col-1-from-3.with-separator:nth-child(3n + 3),*/
/*.x-coursee-layout-grid-col.col-1-from-3.with-separator:nth-child(3n - 1){*/
    /*margin-left: 20px;*/
    /*margin-bottom: 20px;*/
/*}*/
/*.x-coursee-layout-grid-col.col-1-from-3.with-separator:nth-last-child(1),*/
/*.x-coursee-layout-grid-col.col-1-from-3.with-separator:nth-last-child(2),*/
/*.x-coursee-layout-grid-col.col-1-from-3.with-separator:nth-last-child(3){*/
    /*margin-bottom: 0px;*/
/*}*/
.x-coursee-layout-grid-col.col-2-from-3{
    width: 66.66%;
}
.x-coursee-layout-grid-col.col-2-from-3.with-separator{
    width: calc(66.66% - 13.33px);
}



.x-coursee-layout-environment{
    position: relative;
    box-sizing: border-box;

    float: left;
    clear: both;

    margin: 0px;
    padding: 0px;

    width: 100%;
    height: 100%;

    overflow: hidden;
}
.x-coursee-layout-environment.layout{
    display: block !important;
}
.x-coursee-layout-environment.source{
    display: none !important;
}

.x-coursee-layout-view{
    position: relative;
    box-sizing: border-box;
    
    float: left;
    clear: both;
    
    margin: 0px;
    padding: 0px;
    
    width: 100%;
    height: 100%;
    
    overflow-y: auto;
    overflow-x: hidden;
}
.x-coursee-layout-view.content{
    display: block !important;
    z-index: 1;
}
.x-coursee-layout-view.windows{
    display: none !important;
    z-index: 2;
}
.x-coursee-layout-view.windows.active{
    display: block !important;
}

.x-coursee-layout-page{
    position: relative;
    box-sizing: border-box;
    
    float: left;
    clear: both;
    
    margin: 0px;
    padding: 0px;
    
    width: 100%;
}
.x-coursee-layout-page.landing{
    height: auto;
}
.x-coursee-layout-page.system{}
.x-coursee-layout-page.dashboard{}


.x-coursee-layout-page.landing .x-coursee-layout-panel{
    position: relative;
    box-sizing: border-box;
    
    float: left;
    clear: both;
    
    margin: 0px;
    padding: 0px;
    
    width: 100%;
    height: auto;
}
.x-coursee-layout-page.landing .x-coursee-layout-panel.header{
    min-height: 100px;
    
    z-index: 9;
}
.x-coursee-layout-page.landing .x-coursee-layout-panel.top{
    min-height: 100px;
    
    z-index: 8;
}
.x-coursee-layout-page.landing .x-coursee-layout-panel.content{
    min-height: 200px;
    
    z-index: 7;
}
.x-coursee-layout-page.landing .x-coursee-layout-panel.bottom{
    min-height: 0px;
    
    z-index: 6;
}
.x-coursee-layout-page.landing .x-coursee-layout-panel.footer{
    min-height: 0px;
    
    z-index: 5;
}









.x-coursee-ui-logo{
    display: block;
    position: relative;
    box-sizing: border-box;
    
    float: left;
    
    width: auto;
    height: 60px;
    line-height: 60px;
    
    font-size: 20px;
    font-family: sans-serif;
    text-decoration: none;
    
    color: white;
}





.x-coursee-ui-menu{
    display: block;
    position: relative;
    box-sizing: border-box;
    
    float: left;
    
    width: auto;
    height: auto;
}
.x-coursee-ui-menu-separator{
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    
    float: left;
    
    width: auto;
    height: auto;
    
    margin: 0px;
    padding: 0px;
    
    border: none;
}
.x-coursee-ui-menu-element{
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    
    float: left;
    
    width: auto;
    height: auto;
}
.x-coursee-ui-menu-link,
.x-coursee-ui-menu-link-button{
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    
    float: left;
    
    width: auto;
    height: auto;
    
    text-decoration: none;
}
.x-coursee-ui-menu-link-button{
    padding-left: 20px;
    padding-right: 20px;
    
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    
    border-radius: 4px;
}
.x-coursee-ui-menu-link-button.with-icon{
    padding-left: 50px;
}



.x-coursee-ui-image{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.alert {
    position: fixed;
    top: 60px;
    right: 20px;
    z-index: 1000;
}
