.width960 .container-fluid
{
    max-width: 960px;
    padding: 0 10px;
}

.inline-block
{
    display: inline-block;
    vertical-align: top;
}

body, html{
    padding-top: 0;
    background-color: #f5f7f8;
    font-family: PT;
    font-size: 13px;
}

.usermenu
{
    font-size: 17px;
}

.usermenu .log_out_button {
    margin-left:10px;
}

.usermenu .log_out_button i {
    font-size: 26px;
    color:#00b6ee;
    margin-top: -5px;
}



.list-group-item-action
{
    text-align: left;
}

.navbar .nav > li > a:hover
{
    border-bottom: 2px solid #92d76c;
}
.navbar .nav > li > a
{
    color: #000000;

    font-size: 11px;
    text-transform: uppercase;
    padding: 0 0 10px 0;
    font-family: PTCaption;
    text-shadow: 0 1px 0 #fff;
    line-height: 22px;
}

.navbar .brand
{
    padding: 0;
    margin: 0;
    font-family: PTbold;
    font-size: 17px;
    color: #50575c;
}
nav
{
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7f7f7+0,dadada+100 */
    background: transparent; /* Old browsers */
    text-align: center;
}

nav .nav>li>a
{
    display: inline;
}
nav
{
    margin-bottom: 10px !important;
}
.mainpage nav
{
    margin-bottom: 0px !important;
}

#page-site-index.content-only header.header
{
    margin-bottom: 0px !important;

}
header.header
{
    border-bottom: 1px solid #e4e6e7;
    background-color: #ffffff;
    padding: 15px 0;
    border-top: 4px solid #3395e1;
    margin-bottom: 15px;
}
#page-site-index.notloggedin header.header
{
    margin-bottom: 0;
}
.hlink h2
{
    color: #404040;
    font-size: 21px;
    font-weight: normal;
    margin: 0;
    line-height: 20px;
}
.hlink h1
{
    font-weight: normal;
    font-size: 14px;
    color: #181818;
    line-height: 20px;
    font-family: PTbold;
    margin: 0;

}
.hlink
{
    width: 264px;
    text-align: center;
    padding-left: 18px;
}
.main-picture h2
{
    font-family: PTlight;
    font-size: 25px;
    text-align: left;
    color: #ffffff;
    padding-top: 25px;
    margin: 0 10%;
    line-height: 28px;
    font-weight: normal;
}
.main-picture h1
{
    text-align: left;
    font-size: 34px;
    font-family: PT;
    color: #ffffff;

    line-height: 45px;
    margin: 0 10%;
    padding: 0;
    font-weight: normal;
    text-shadow: 2px 0 2px rgba(0,0,0,0.23);
}
.main-picture > .container-fluid > .div-table
{
    height: 452px;
}
.main-picture
{
    margin-top: -1px;
    text-align: center;
    height: 452px;
    width: 100%;
    background: url([[setting:picture]]) no-repeat;
    background-position: center center;
    background-size: cover;

}
header .logo img
{
    margin-top: -4px;
}
.logo
{
    background: url([[setting:logo]]) no-repeat;
    height: 67px;
    width: 143px;
    padding-right: 9px;
    background-size: contain;

}
.div-td
{
    display: table-cell;
    vertical-align: middle;
}
.div-table
{
    display: table;
    width: 100%;
}



#frontpage-available-course-list > h2, #frontpage-category-names > h2, #frontpage-course-list > h2
{
    display: none;
}


.mainpage .sitetopic
{
    display: none;
}


.block_navigation .block_tree ul ul
{
    margin: 0;

}
.block_navigation .block_tree li.depth_2 ul
{
    padding-left: 0;
}

.block_navigation .block_tree .tree_item.hasicon
{
    white-space: normal;
}

.headerCourses-header
{
    background-color: #478bca;
    height: 4px;
}
.headerCourses-td:first-child, .headerCourses-td:last-child
{
    width: 4px;
    background-color: #478bca;
}
.headerCourses-td
{
    display: table-cell;
    height: 11px;
}
.headerCourses-tabel
{
    display: table;
    width: 100%;
}
.headerCourses-text
{
    font-family: Intro;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 24px;
    color: #202225;
    margin: 9px 0 4px;
}
.headerCourses-footer
{
    background: url("[[pix:theme|std]]") no-repeat;
    background-position: center center;
    height: 8px;
}
.headerCourses
{
    display: table;
    margin: 0 auto;
    width: auto;
    margin-bottom: 25px;
    margin-top: 40px;
}

.find_course img
{
    position: absolute;
    right: 16%;
    top: 57px;
    cursor: pointer;
}
.find_course .find-footer
{
    position: absolute;
    width: 48px;
    height: 48px;
    background-color: #ffffff;
    -webkit-border-radius: 24px;
    -moz-border-radius: 24px;
    border-radius: 24px;
    background-image: url("[[pix:theme|ff]]");
    background-repeat: no-repeat;
    background-position: center center;
    bottom: -24px;
    left: 47%;
}
.find_course input
{
    width: 70%;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    font-size: 14px;
    font-family: PTlight;
    color: #222324;
    height: 40px;
    -webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.34);
    box-shadow: 0 3px 3px 0 rgba(0,0,0,0.34);
}
.find_course p
{
    color: #414141;
    font-size: 14px;
    font-family: PTlight;
    line-height: 46px;
    margin: 0;

}
.find_course
{
    width: 100%;
    position: relative;
    text-align: center;
    margin: 40px auto 40px;
    background-color: #edf1f2;
    padding: 45px 0 20px;
}

.start_learn h2
{
    text-align: center;
    font-size: 24px;
    font-family: Intro;
    color: #ffffff;
    margin: 0;
    line-height: 116px;
    font-weight: normal;
    text-shadow: 2px 0 2px rgba(0,0,0,0.23);
}

.start_learn p
{
    text-align: left;
    font-size: 16px;
    font-family: PTlight;
    color: #ffffff;

}
.start_learn .div-td
{
    padding: 45px 65px;
}
.start_learn h3
{
    text-align: left;
    font-size: 29px;
    font-family: PTlight;
    color: #ffffff;
    margin: 0;
    line-height: 29px;
    margin-bottom: 35px;
    font-weight: normal;
}
.start_learn .container-fluid
{
    background-image: url("[[pix:theme|startfone]]");
    background-position: center center;
    -moz-box-shadow: 0 3px 0px 0 rgba(213,217,223,0.75);
    -webkit-box-shadow: 0 3px 0px 0 rgba(213,217,223,0.75);
    box-shadow: 0 3px 0px 0 rgba(213,217,223,0.75);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-size: cover;


}
.start_learn
{
    text-align: center;
    background-color: #e2ebf5;
    padding: 50px 0;
}

.start_learn input[type="submit"], .want-learn input[type="submit"]
{
    height: 40px;
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    background: none;
    border-radius: 4px;
    background-color: #92d76c;
    color: #ffffff;
    border: none;
    text-shadow: none;
    font-size: 16px;
    font-family: PTbold;
    text-shadow: 0 1px 0 rgba(0,0,0,0.23);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0;

}
.start_learn input[type="text"], .want-learn input[type="text"], .want-learn input[type="password"]
{
    width: 100%;
    border: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 0px 18px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    font-size: 14px;
    font-family: PTlight;
    color: #222324;
    height: 40px;

}

.want-container
{
    background: url("[[pix:theme|fonet]]") repeat;
    background-position: center center;
    width: 209px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    margin: 0 auto;
    padding: 0px 35px 25px;

}
.want-learn h4
{
    color: #ffffff;
    font-family: PTbold;
    margin: 0;
    font-weight: normal;
    font-size: 16px;
    line-height: 50px;

}

.want-learn
{
    text-align: center;


}
#newmessageoverlay
{
    background-color: #ffffff;
    border: 1px solid #c8cdd2;
    background-color: #FFFFFF;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 2px 0 rgba(71,139,202,0.53);
    box-shadow: 0 0 2px 0 rgba(71,139,202,0.53);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

.box.message .contactselector
{
    padding-right: 10px;
}
.box.message .contactselector, .box.message .messagearea
{
    float: none;
    display: table-cell;
    vertical-align: top;

}
.box.message
{
    display: table;
    width: 100%;
}

#frontpage-category-combo > h3
{
    color: #080808;
    font-size: 20px;
    text-align: center;
    font-family: PTbold;
    text-transform: uppercase;
    line-height: 80px;
    font-weight: normal;
}
#frontpage-category-combo > h2
{
    display: none;
}



.cabinet .pcal img
{
    margin: 0 5px 3px 0;
}
.cabinet .pcal > .dropdown
{
    display: inline;
    text-align: left;
}
.cabinet .pcal
{
    width: 180px;
    text-align: right;
    padding-right: 15px;
    color: #333333;
    line-height: 16px;
    font-size: 14px;
    font-family: PT;
    font-weight: bold;
    padding-top: 18px;
}
.cabinet .pname
{
    padding: 15px 0;
}
.cabinet .pname h2 img
{
    padding-left: 7px;
}
.cabinet .pname h2
{
    font-family: PTbold;
    padding-left: 25px;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
}
.cabinet .intervals
{
    background-color: #e2ebf5;
}
.cabinet .periods .dropdown-toggle
{
    width: 100%;
    font-family: PTbold;
    font-size: 12px;
    display: block;
    color: #141414;
    text-decoration: none;
    background: url("[[pix:theme|down]]") no-repeat;
    background-position: right center;
}

.cabinet .periods
{
    width: 150px;
    padding: 0 15px;
    text-align: center;
}
.cabinet .pnav
{
    border-top: 1px solid #e2ebf5;
    border-bottom: 1px solid #e2ebf5;
    margin: 15px 0;
}
.cabinet
{
    background-color: #ffffff;
    border: 1px solid #e2ebf5;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.cabinet-eop.ui-accordion .ui-accordion-header, .cabinet-eop.ui-accordion .ui-accordion-content
{
    border: none;
}
.cabinet-eop.ui-accordion .ui-accordion-header .ui-accordion-header-icon
{
    right: 0.5em;
    left: auto;
}
.cabinet-eop .program-plan .module-info1 img
{
    margin-right: 5px;
}
.cabinet-eop .program-plan .module-info1 .dropdown-menu
{
    position: fixed;
    left: auto;
    top: auto;
}
.cabinet-eop .program-plan .module-info1
{
    position: absolute;
    top: 14px;
    right:  -35px;
    text-align: right;
}

.cabinet-eop .program-plan .module-info1 > .dropdown
{
    display: inline;
    text-align: left;
}
.cabinet-eop .program-plan .module-info
{
    position: relative;

}
.cabinet-eop .program-plan
{
    width: 100%;
}
.cabinet-eop .program-plan td.c0, .cabinet-eop .program-plan thead th.c0
{
    text-align: center;
}
.cabinet-eop .module-name .closes, .cabinet-eop .module-name.open .opens
{
    display: none;
}
.cabinet-eop .module-name .opens, .cabinet-eop .module-name.open .closes
{
    display: inline;
}
.cabinet-eop .module-name
{
    cursor: pointer;
}
.cabinet-eop .course-modules:not(.open)
{
    display: none;
}
.cabinet-eop .course-change td
{
    text-align: center;
    background-color: #f6f7f8;
    font-family: PTlight !important;
    font-size: 12px !important;
    color: #656565 !important;
}
.cabinet-eop .nocheck
{
    color: #656565;
}
.cabinet-eop .program-plan td, .cabinet-eop .module-name th
{
    color: #070707;
    font-size: 12px;
    line-height: 14px;
    font-family: PT;
    padding: 8px 10px;
}
.cabinet-eop .program-plan th, .cabinet-eop .program-plan td
{

    border-top: 1px solid #d2dde8;
}
.cabinet-eop .program-plan thead th
{
    padding: 8px 10px;
    color: #484a4d;;
    background-color: #f2f7fc;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px;
    font-family: PT;
}

#block_cabinet ul.user-icons li
{
    display: inline;
    padding: 0 15px;
}

#block_cabinet ul.user-icons li a {
    box-shadow: 0 -0.2rem transparent, 0 0.2rem transparent;
    background-color: transparent;
}

#block_cabinet ul.user-icons
{
    list-style: none;
    text-align: center;
    margin: 0;
}
#block_cabinet .my-programs li a.active
{
    background: none;
    color: #34383c !important;
}
#block_cabinet .my-programs li > a
{
    padding:  0 20px;
    background: url("[[pix:theme|str1]]") no-repeat;
    background-position: right center;
    text-decoration: none;
    color: #0069ba !important;
    font-size: 13px;
    display: block;
}
#block_cabinet .my-programs li:last-child
{
    border-bottom: none;
}
#block_cabinet .my-programs li
{
    padding: 19px 10px;

    border-bottom: 1px solid #e2ebf5;
}
#block_cabinet .my-programs
{
    list-style: none;
    margin: 0;
    padding: 0;
}
#block_cabinet h3
{
    background-color: #f6f7f8;
    font-size: 10px;
    color: #696969;
    text-align: center;
    font-weight: normal;
    line-height: 10px;
    padding: 15px 0;
    margin-top: 10px;

}
#block_cabinet h2
{
    font-family: PTbold;
    font-weight: normal;
    font-size: 16px;
    line-height: 18px;
    color: #181818;
    text-align: center;
    padding: 10px 20px;
}
#block_cabinet .userfoto img
{
    width: 95px;
    height: 95px;
    -webkit-border-radius:55px;
    -moz-border-radius: 55px;
    border-radius: 55px;
}
#block_cabinet .no-programs
{
    height: 20px;
}
#block_cabinet
{
    padding: 10px 0 0 0;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    position: relative;
}
#block_cabinet .content
{
    padding: 20px 0 0 0;
}
#block_cabinet .userfoto
{
    display: block;
    width: 103px;
    height: 103px;
    border: 1px solid #88c8fb;
    text-align: center;
    margin: 0 auto;
    padding: 4px;
    -webkit-border-radius:55px;
    -moz-border-radius: 55px;
    border-radius: 55px;

}
#block_cabinet .header{
    display: none;
}
.cabinet-eop .eop-type
{
    position: absolute;
    right: 25px;
    font-size: 11px;
    color: #ffffff;
    text-transform: lowercase;
    line-height: 11px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    top: 50%;
    margin-top: -10px;
}
.cabinet-eop h3
{
    font-family: PTbold;
    font-size: 15px !important;
    color: #070707;
    padding-left: 20px;
    position: relative;
}
.cabinet-eop .ui-state-default
{
    background: none;
}

.cabinet-eop .module-name .c0
{
    background: url("[[pix:theme|module]]") no-repeat;
    background-position: center center;
}

.cabinet-eop
{
    margin-bottom: 15px !important;
}

.cabinet .interval-kanikuli
{
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #181818;
    padding: 15px 0 25px 0;
    font-family: PTbold;

}

.cabinet .interval-kanikuli ul {
    list-style: none;
}

.user-portfolio
{
    list-style: none;
}

.picons img
{
    width: 24px;
}
.vblock-orange
{
    background-color: #ffc8a3 !important;
    margin-bottom: 5px;
}
.vblock
{
    background-color: #dad8f1;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid;
}
[data-region="drawer"]
{
    overflow-y: hidden;
    padding: 0 !important;
    border-right: 1px solid #dddddd;
}

#page-site-index:not(.editing) .sitetopic
{
    display: none;
}
.ta-center
{
    text-align: center;
}
#page-mod-page-view .modified
{
    display: none;
}
#block_cabinet .singleselect {
    width: 100%!important;
}
#block_cabinet #changerole {
    width: 100%!important;
}
#block_cabinet #changerole select {
    width: 100%!important;
    color: #0069ba!important;
    font-size: 14px;
}
#block_cabinet .ns-wrap {
    width: 100%!important;
}
#block_cabinet #changerole select option {
text-align: center!important;
}

.userloggedinas .usermenu .usertext .meta {
    display:block;
}

button.btn.nav-link.float-sm-left.mr-1.btn-light.bg-gray {
    display:none;
}
@media screen and (max-width: 555px) {
    .fixed-top {
        position: relative !important;
    }
}