/*
* VOLT LAYOUT & THEME
* Supported Browsers > Google Chrome 3+ , Mozilla Firefox 3+ , Safari 3+ , Opera 3+ , Yandex Browser , Inernet Explorer 9+
* Copyright 2014 - PrimeFaces Theme Market - PrimeTek */
/* FONT-FACE*/
@font-face {
    font-family: 'open_sansbold';
    src: url("/javax.faces.resource/fonts/opensans-bold-webfont.eot.xhtml?ln=primefaces-volt");
    src: url("/javax.faces.resource/fonts/opensans-bold-webfont.eot.xhtml?ln=primefaces-volt#iefix") format('embedded-opentype'), url("/javax.faces.resource/fonts/opensans-bold-webfont.woff2.xhtml?ln=primefaces-volt") format('woff2'), url("/javax.faces.resource/fonts/opensans-bold-webfont.woff.xhtml?ln=primefaces-volt") format('woff'), url("/javax.faces.resource/fonts/opensans-bold-webfont.ttf.xhtml?ln=primefaces-volt") format('truetype'), url("/javax.faces.resource/fonts/opensans-bold-webfont.svg.xhtml?ln=primefaces-volt#open_sansbold") format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanslight';
    src: url("/javax.faces.resource/fonts/opensans-light-webfont.eot.xhtml?ln=primefaces-volt");
    src: url("/javax.faces.resource/fonts/opensans-light-webfont.eot.xhtml?ln=primefaces-volt#iefix") format('embedded-opentype'), url("/javax.faces.resource/fonts/opensans-light-webfont.woff2.xhtml?ln=primefaces-volt") format('woff2'), url("/javax.faces.resource/fonts/opensans-light-webfont.woff.xhtml?ln=primefaces-volt") format('woff'), url("/javax.faces.resource/fonts/opensans-light-webfont.ttf.xhtml?ln=primefaces-volt") format('truetype'), url("/javax.faces.resource/fonts/opensans-light-webfont.svg.xhtml?ln=primefaces-volt#open_sanslight") format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sansregular';
    src: url("/javax.faces.resource/fonts/opensans-regular-webfont.eot.xhtml?ln=primefaces-volt");
    src: url("/javax.faces.resource/fonts/opensans-regular-webfont.eot.xhtml?ln=primefaces-volt#iefix") format('embedded-opentype'), url("/javax.faces.resource/fonts/opensans-regular-webfont.woff2.xhtml?ln=primefaces-volt") format('woff2'), url("/javax.faces.resource/fonts/opensans-regular-webfont.woff.xhtml?ln=primefaces-volt") format('woff'), url("/javax.faces.resource/fonts/opensans-regular-webfont.ttf.xhtml?ln=primefaces-volt") format('truetype'), url("/javax.faces.resource/fonts/opensans-regular-webfont.svg.xhtml?ln=primefaces-volt#open_sansregular") format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'open_sanssemibold';
    src: url("/javax.faces.resource/fonts/opensans-semibold-webfont.eot.xhtml?ln=primefaces-volt");
    src: url("/javax.faces.resource/fonts/opensans-semibold-webfont.eot.xhtml?ln=primefaces-volt#iefix") format('embedded-opentype'), url("/javax.faces.resource/fonts/opensans-semibold-webfont.woff2.xhtml?ln=primefaces-volt") format('woff2'), url("/javax.faces.resource/fonts/opensans-semibold-webfont.woff.xhtml?ln=primefaces-volt") format('woff'), url("/javax.faces.resource/fonts/opensans-semibold-webfont.ttf.xhtml?ln=primefaces-volt") format('truetype'), url("/javax.faces.resource/fonts/opensans-semibold-webfont.svg.xhtml?ln=primefaces-volt#open_sanssemibold") format('svg');
    font-weight: normal;
    font-style: normal;
}

.FontVoltBold {
    font-family: 'open_sansbold', 'Verdana';
}

.FontVoltSemiBold {
    font-family: 'open_sanssemibold', 'Verdana';
}

.FontVoltRegular {
    font-family: 'open_sansregular', 'Verdana';
}

.FontVoltLight {
    font-family: 'open_sanslight', 'Verdana';
}

/*BODY*/
html {
    height: 100%;
}

body {
    margin: 0px;
    height: 100%;
    width: 100%;
    font-family: 'open_sansregular', 'Verdana';
    letter-spacing: 0.5px;
}

/* BODY background colors */
.LeadenBody {
    background-color: #323a45;
}

.BrownBody {
    background-color: #5f2f2b;
}

.RedBody {
    background-color: #f66061;
}

.StrongRedBody {
    background-color: #c40607;
}

.PurpleRedBody {
    background-color: #c61648;
}

.DarkGreenBody {
    background-color: #2b514b;
}

.GreenBody {
    background-color: #618049;
}

.BlueBody {
    background-color: #29506b;
}

.Blue100Body {
    background-color: rgba(0, 51, 153, 1) !important;
}

.Blue90Body {
    background-color: rgba(0, 51, 153, 0.9) !important;
}

.Blue80Body {
    background-color: rgba(0, 51, 153, 0.8) !important;
}

.Blue70Body {
    background-color: rgba(0, 51, 153, 0.7) !important;
}

.Blue60Body {
    background-color: rgba(0, 51, 153, 0.6) !important;
}

.Blue50Body {
    background-color: rgba(0, 51, 153, 0.5) !important;
}

.Blue40Body {
    background-color: rgba(0, 51, 153, 0.4) !important;
}

.Blue30Body {
    background-color: rgba(0, 51, 153, 0.3) !important;
}

.Blue20Body {
    background-color: rgba(0, 51, 153, 0.2) !important;
}

.Blue10Body {
    background-color: rgba(0, 51, 153, 0.1) !important;
}

.DarkerBlueBody {
    background-color: #003366;
}

.CornFlowerBody {
    background-color: #6495ed;
}

.DarkGrayBody {
    background-color: #696969;
}

.LightGrayBody {
    background-color: #f3f3f3;
}

.OrangeBody {
    background-color: #e09504;
}

/* TOPBAR --------------------------------------------------------------------------------*/
/* topbar */
#layout-topbar {
    width: 90%;
    height: auto;
    padding: 0px 5%;
    position: fixed;
    z-index: 999;
}

#layout-topbar-indent {
    width: 100%;
    height: 80px;
    background-color: #fff;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

#layout-topbar-indent #logo {
    height: 47px;
    margin: 18px 5px 0px 20px;
}

#layout-topbar-indent #topbar-left {
    float: left;
    width: 50px;
}

#layout-topbar-indent #topbar-center {
    float: left;
    max-width: 60%;
    padding-top: 3px;
}

#layout-topbar-indent .topbar-logo {
    max-width: 100%;
    height: auto;
    max-height: 75px;
}

#layout-topbar-indent #topbar-client {
    float: right;
    max-width: 30%;
    padding-top: 3px;
}


#layout-topbar-indent #topbar-right {
    float: right;
    width: 50px;
}

/* top menu button */
#menu-button {
    width: 27px;
    height: 27px;
    display: none;
    float: left;
    margin: 28px 0px 0px 15px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 3px;
}

#menu-button i {
    font-size: 27px;
    color: rgba(68, 77, 88, 0.7);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#menu-button i:hover,
#menu-button i:focus,
#menu-button.active-menu i {
    color: #0277bd;
    background-color: rgba(68, 77, 88, 0.1);
}

.login-button {
    width: 27px;
    height: 27px;
    float: right;
    margin: 32px 15px 0px 0px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 3px;
}

.login-button > i {
    font-size: 27px;
    color: rgba(68, 77, 88, 0.7);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.login-button > i:hover,
.login-button > i:focus {
    color: #0277bd;
    background-color: rgba(68, 77, 88, 0.1);
}

/* TOPMENU -------------------------------------------------------------------------------*/
#top-menu {
    width: 90%;
    height: auto;
    padding: 100px 5% 20px;
    margin: 0px auto;
    overflow: hidden;
}

#top-menu li {
    float: right;
    border-left: dotted 1px rgba(255, 255, 255, 0.3);
    margin: 0px;
    padding: 0px;
    display: block;
}

#top-menu li a {
    padding: 10px 30px;
    color: #ffffff;
    display: block;
    overflow: hidden;
}

.LightBackGround #top-menu li a {
    color: #444444;
}

#top-menu li a:hover,
#top-menu li a:active {
    background-color: rgba(255, 255, 255, 0.05);
}

#top-menu li a i {
    font-size: 34px;
    float: left;
    margin-right: 10px;
}

#top-menu li a span {
    display: inline-block;
    float: left;
}

/* MENU ----------------------------------------------------------------------------------*/
/*Layout Menu Cover */
#layout-menu-cover {
    display: block;
    margin-left: -55px;
    overflow: hidden;
    z-index: 9998;
}

/*Layout Menu Tabbed ( first level )*/
.layout-menu {
    width: 295px;
    height: auto;
    margin: 0px;
    padding: 0px;
    display: block;
}

/* first node */
.layout-menu > li {
    margin: 0px;
    padding: 0px;
    display: block;
    margin-bottom: 1px;
    width: auto;
}

/* first node link */
.layout-menu > li > a {
    display: block;
    color: rgba(47, 55, 62, 0.9);
    overflow: hidden;
    font-size: 14px;
    font-family: 'open_sansbold';
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.layout-menu > li > a:hover,
.layout-menu > li a:focus {
    color: #0277bd;
    cursor: pointer;
}

.layout-menu > li > a.active-menu {
    color: #0277bd;
}

/* first node link icon */
.layout-menu > li > a > i {
    font-size: 22px;
    float: left;
    padding: 18px;
    background-color: #f2f2f2;
    width: 19px;
    margin-right: 15px;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-shadow: inset -1px 0px 1px 0px rgba(0, 0, 0, 0.07);
    -moz-box-shadow: inset -1px 0px 1px 0px rgba(0, 0, 0, 0.07);
    box-shadow: inset -1px 0px 1px 0px rgba(0, 0, 0, 0.07);
}

.layout-menu > li > a.active-menu > i,
.layout-menu > li:hover > a > i,
.layout-menu > li:focus > a > i {
    background-color: #ffffff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/* first node link text */
.layout-menu > li > a > span {
    display: block;
    padding: 20px 15px 18px 0px;
}

/* first level */
.layout-menu > li > ul {
    width: 240px;
    overflow: hidden;
    height: 0px;
    padding: 0px;
    margin: 0px 0px 0px 55px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.layout-menu > li > ul.active-menu {
    height: auto;
    margin: 0px 0px 0px 55px;
    padding-bottom: 20px;
}

/* first node */
.layout-menu > li > ul li {
    display: block;
    width: auto;
    padding: 0px;
    margin: 0px;
}

/* first node link */
.layout-menu > li > ul li a {
    padding: 6px 15px;
    display: block;
    font-size: 13px;
    font-family: 'open_sanssemibold';
    cursor: pointer;
    color: rgba(47, 55, 62, 0.9);
}

.layout-menu > li > ul li a:hover,
.layout-menu > li > ul li > a.active-menu {
    color: #0277bd;
    background-color: rgba(0, 0, 0, 0.02);
}

.layout-menu > li > ul li a i {
    font-size: 16px;
    margin-right: 5px;
    float: left;
}

/* other levels */
.layout-menu > li > ul > li ul {
    width: auto;
    height: 0px;
    display: block;
    padding: 0px;
    margin: 0px 0px 0px 20px;
    border-left: dashed 1px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.layout-menu > li > ul > li ul.active-menu {
    height: auto;
}

.layout-menu > li > ul > li ul li a {
    background-image: url("/javax.faces.resource/images/menulinkDashedLine.svg.xhtml?ln=volt-layout");
    background-repeat: no-repeat;
    background-position: center left;
    color: rgba(47, 55, 62, 0.9);
}

/* Popup Menu */
/* topbar */
.PopupMenu #layout-topbar {
    width: 96%;
    padding: 0px 2%;
}

/* top menu button */
.PopupMenu #menu-button {
    display: block;
}

/* topmenu */
.PopupMenu #top-menu {
    width: 96%;
    padding: 100px 2% 20px;
}

/*Layout Portlets Cover*/
.PopupMenu #layout-portlets-cover {
    width: 96%;
    padding: 0px 2%;
}

/* left cell */
.PopupMenu #layout-portlets-tablecell-left {
    width: 0px;
    border: 0px;
    border: none;
    display: block;
}

/*Layout Menu Cover */
.PopupMenu #layout-menu-cover {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 90px;
    height: auto;
    max-height: 80%;
    overflow-y: auto;
    margin-left: 0px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
    border-radius: 3px;
}

.PopupMenu #layout-menu-cover.active-menu {
    display: block;
}

/*Layout Menu Tabbed ( first level )*/
.PopupMenu .layout-menu {
    margin: 0px;
    padding: 0px;
    display: block;
    background-color: #fff;
}

/* right cell */
.PopupMenu #layout-portlets-tablecell-right {
    display: block;
}

/* PORTLETS --------------------------------------------------------------------------------*/
/*Layout Portlets Cover*/
#layout-portlets-cover {
    width: 90%;
    height: auto;
    padding: 0px 5% 0px;
}

#layout-portlets-cover-indent {
    width: 100%;
    height: auto;
    background-color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-top-left-radius: 0px;
    -webkit-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.2);
}

#layout-portlets-table {
    width: 100%;
    display: table;
    table-layout: fixed;
}

#layout-portlets-tablerow {
    width: 100%;
    display: table-row;
}

/* left cell */
#layout-portlets-tablecell-left {
    display: table-cell;
    width: 240px;
    border-right: dotted 1px #CCCCCC;
    vertical-align: top;
}

/* right cell */
#layout-portlets-tablecell-right {
    display: table-cell;
    padding: 10px;
    vertical-align: top;
}

/*Cards*/
.Card {
    padding: 30px 25px;
    width: 100%;
    box-sizing: border-box;
    display: block;
    background-color: #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    font-family: 'open_sansregular', 'Verdana';
    color: #29506b;
    border: solid 1px #f0f0f0;
}

.CardTopic {
    font-size: 20px;
    color: #444d58;
    padding: 0px 0px 15px 0px;
    font-family: 'open_sansbold', 'Verdana';
}

.CardFooter {
    border-top: dashed 1px #e0e0e0;
    margin: 10px 0px 0px;
    padding: 10px 0px 0px;
    overflow: hidden;
    display: block;
}

.DynamicImage {
    height: auto;
    max-width: 100%;
    margin: 0 auto;
}

/* LAYOUT STANDART STYLES -----------------------------------------------------------------*/
a {
    text-decoration: none;
    outline: none;
}

img {
    outline: none;
}

li {
    list-style: none;
}

/* text colors */
.Orange {
    color: #EF6C00;
}

.Purple {
    color: #7E57C2;
}

.Blue {
    color: #0277BD;
}

.Red {
    color: #E53935;
}

.Brown {
    color: #6D4C41;
}

.Lime {
    color: #AFB42B;
}

.TealGreen {
    color: #0097A7;
}

.Green {
    color: #43A047;
}

.DarkGreen {
    color: #00897B;
}

.Leaden {
    color: #444D58;
}

.Pink {
    color: #EC407A;
}

.White {
    color: #fff;
}

/* background colors */
.OrangeBack {
    background-color: #EF6C00;
    border-color: #EF6C00;
}

.PurpleBack {
    background-color: #7E57C2;
    border-color: #7E57C2;
}

.BlueBack {
    background-color: #0277BD;
    border-color: #0277BD;
}

.RedBack {
    background-color: #E53935;
    border-color: #E53935;
}

.BrownBack {
    background-color: #6D4C41;
    border-color: #6D4C41;
}

.LimeBack {
    background-color: #AFB42B;
    border-color: #AFB42B;
}

.TealGreenBack {
    background-color: #0097A7;
    border-color: #0097A7;
}

.GreenBack {
    background-color: #43A047;
    border-color: #43A047;
}

.DarkGreenBack {
    background-color: #00897B;
    border-color: #00897B;
}

.LeadenBack {
    background-color: #444D58;
    border-color: #444D58;
}

.PinkBack {
    background-color: #EC407A;
    border-color: #EC407A;
}

/* line colors */
.OrangeBorder {
    border: solid 1px #EF6C00;
}

.PurpleBorder {
    border: solid 1px #7E57C2;
}

.BlueBorder {
    border: solid 1px #0277BD;
}

.RedBorder {
    border: solid 1px #E53935;
}

.BrownBorder {
    border: solid 1px #6D4C41;
}

.LimeBorder {
    border: solid 1px #AFB42B;
}

.TealGreenBorder {
    border: solid 1px #0097A7;
}

.GreenBorder {
    border: solid 1px #43A047;
}

.DarkGreenBorder {
    border: solid 1px #00897B;
}

.LeadenBorder {
    border: solid 1px #444D58;
}

.PinkBorder {
    border: solid 1px #EC407A;
}

/* borders */
.BorderTop {
    border-top: dashed 1px rgba(0, 0, 0, 0.2);
}

.BorderRight {
    border-right: dashed 1px rgba(0, 0, 0, 0.2);
}

.BorderBottom {
    border-bottom: dashed 1px rgba(0, 0, 0, 0.2);
}

.BorderLeft {
    border-left: dashed 1px rgba(0, 0, 0, 0.2);
}

.BorderAll {
    border: dashed 1px rgba(0, 0, 0, 0.2);
}

.LightBorderTop {
    border-top: solid 1px rgba(0, 0, 0, 0.05);
}

.LightBorderRight {
    border-right: solid 1px rgba(0, 0, 0, 0.05);
}

.LightBorderBottom {
    border-bottom: solid 1px rgba(0, 0, 0, 0.05);
}

.LightBorderLeft {
    border-left: solid 1px rgba(0, 0, 0, 0.05);
}

.LightBorderAll {
    border: solid 1px rgba(0, 0, 0, 0.05);
}


/* seperator line */
.Separator {
    border-bottom: dashed 1px #cccccc;
    width: 100%;
    overflow: hidden;
    height: 0px;
    margin: 15px 0px;
    clear: both;
}

.SeparatorFull {
    border-bottom: dashed 1px #cccccc;
    display: block;
    overflow: hidden;
    height: 0px;
    margin: 15px -25px;
    clear: both;
}

/* hover effect for boxlink and links */
.HoverEffect {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.HoverEffect:hover {
    opacity: 0.8;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

/* shadow */
.ShadowEffect {
    -webkit-box-shadow: 0px 0.5px 3px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0.5px 3px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0.5px 3px 0px rgba(0, 0, 0, 0.15);
}

@media screen and (min-width: 0\0
) {
    /* IE 10+ specific styles go here */
    .ShadowEffect {
        box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
    }
}

.BigTopic {
    font-size: 18px;
    font-family: 'open_sanssemibold';
    color: rgba(68, 77, 88, 0.9);
    padding: 10px 0px;
}

.MidTopic {
    font-size: 16px;
    font-family: 'open_sanssemibold';
    color: rgba(68, 77, 88, 0.9);
    padding: 5px 0px;
}

.changecolor:hover {
    background-color: #FBB040;
    padding: 40px;
}

.Label2Field {
    margin-top: 7px;
}

/* MEDIA QUERIES **************************************************************************************************************** */
/* Large Desktop */
/* Mid Desktop */
@media (min-width: 961px) and (max-width: 1200px) {
    /* topbar */
    #layout-topbar {
        width: 84%;
        padding: 0px 8%;
    }

    #layout-topbar-indent #topbar-center {
        max-width: 60%;
        padding-top: 5px;
    }

    #layout-topbar-indent .topbar-logo {
        max-width: 100%;
        height: auto;
        max-height: 70px;
    }

    #layout-topbar-indent #topbar-client {
        max-width: 30%;
        padding-top: 5px;
    }

    /* topmenu */
    #top-menu {
        width: 84%;
        padding: 100px 8% 20px;
    }

    #top-menu li {
        margin-bottom: 10px;
    }

    #top-menu li a {
        padding: 5px 15px;
    }

    #top-menu li a i {
        font-size: 30px;
        float: left;
        margin-right: 10px;
    }

    #top-menu li a span {
        display: inline-block;
        float: left;
    }

    /*Layout Portlets Cover*/
    #layout-portlets-cover {
        width: 84%;
        padding: 0px 8%;
    }

    /* right cell */
    #layout-portlets-tablecell-right {
        padding: 6px;
    }

    /* Popup Menu */
    /* topbar */
    .PopupMenu #layout-topbar {
        width: 96%;
        padding: 0px 2%;
    }

    /* topmenu */
    .PopupMenu #top-menu {
        width: 96%;
        padding: 100px 2% 20px;
    }

    .PopupMenu #top-menu li {
        margin-bottom: 10px;
    }

    .PopupMenu #top-menu li a {
        padding: 5px 15px;
    }

    .PopupMenu #top-menu li a i {
        font-size: 30px;
        float: left;
        margin-right: 10px;
    }

    .PopupMenu #top-menu li a span {
        display: inline-block;
        float: left;
    }

    /*Layout Portlets Cover*/
    .PopupMenu #layout-portlets-cover {
        width: 96%;
        padding: 0px 2%;
    }
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 641px) and (max-width: 960px) {
    html,
    body {
        height: auto;
    }

    /* topbar */
    #layout-topbar {
        width: 96%;
        padding: 0px 2%;
    }

    #layout-topbar-indent #topbar-center {
        max-width: 55%;
        padding-top: 9px;
    }

    #layout-topbar-indent .topbar-logo {
        max-width: 100%;
        height: auto;
        max-height: 65px;
    }

    #layout-topbar-indent #topbar-client {
        max-width: 25%;
        padding-top: 11px;
    }

    /* top menu button */
    #menu-button {
        display: block;
    }

    .login-button {
        display: block;
    }

    /* topmenu */
    #top-menu {
        width: 96%;
        padding: 100px 2% 20px;
    }

    #top-menu li {
        margin-bottom: 10px;
    }

    #top-menu li a {
        padding: 5px 10px;
    }

    #top-menu li a i {
        font-size: 28px;
        float: left;
        margin-right: 10px;
    }

    #top-menu li a span {
        display: inline-block;
        float: left;
    }

    /*Layout Portlets Cover*/
    #layout-portlets-cover {
        width: 96%;
        padding: 0px 2%;
    }

    /* left cell */
    #layout-portlets-tablecell-left {
        width: 0px;
        border: 0px;
        border: none;
        display: block;
    }

    /*Layout Menu Cover */
    #layout-menu-cover {
        display: none;
        overflow: hidden;
        position: fixed;
        top: 90px;
        height: auto;
        max-height: 80%;
        overflow-y: auto;
        margin-left: 0px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
        border-radius: 3px;
    }

    #layout-menu-cover.active-menu {
        display: block;
    }

    /*Layout Menu Tabbed ( first level )*/
    .layout-menu {
        margin: 0px;
        padding: 0px;
        display: block;
        background-color: #fff;
    }

    /* right cell */
    #layout-portlets-tablecell-right {
        display: block;
        padding: 8px;
    }

    /*Cards*/
    .Card {
        padding: 18px 13px;
    }

    .SeparatorFull {
        margin: 10px -13px;
    }
}

/* Landscape phone to portrait tablet */
@media (min-width: 481px) and (max-width: 640px) {
    html,
    body {
        height: auto;
    }

    /* topbar */
    #layout-topbar {
        width: 96%;
        padding: 0px 2%;
    }

    #layout-topbar-indent #topbar-center {
        max-width: 50%;
        padding-top: 12px;
    }

    #layout-topbar-indent .topbar-logo {
        max-width: 100%;
        height: auto;
        max-height: 60px;
    }

    #layout-topbar-indent #topbar-client {
        max-width: 25%;
        padding-top: 18px;
    }

    /* top menu button */
    #menu-button {
        display: block;
    }

    .login-button {
        display: block;
    }

    /* topmenu */
    #top-menu {
        width: 96%;
        padding: 100px 2% 20px;
    }

    #top-menu li {
        margin-bottom: 10px;
    }

    #top-menu li a {
        padding: 5px 8px;
    }

    #top-menu li a i {
        font-size: 26px;
        float: left;
        margin-right: 10px;
    }

    #top-menu li a span {
        display: inline-block;
        float: left;
    }

    /*Layout Portlets Cover*/
    #layout-portlets-cover {
        width: 96%;
        padding: 0px 2%;
    }

    /* left cell */
    #layout-portlets-tablecell-left {
        width: 0px;
        border: 0px;
        border: none;
        display: block;
    }

    /*Layout Menu Cover */
    #layout-menu-cover {
        display: none;
        overflow: hidden;
        position: fixed;
        top: 90px;
        height: auto;
        max-height: 80%;
        overflow-y: auto;
        margin-left: 0px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
        border-radius: 3px;
    }

    #layout-menu-cover.active-menu {
        display: block;
    }

    /*Layout Menu Tabbed ( first level )*/
    .layout-menu {
        margin: 0px;
        padding: 0px;
        display: block;
        background-color: #fff;
    }

    /* right cell */
    #layout-portlets-tablecell-right {
        display: block;
        padding: 6px;
    }

    /*Cards*/
    .Card {
        padding: 10px 8px;
    }

    .SeparatorFull {
        margin: 5px -8px;
    }
}

/* Portrait phones and down */
@media (min-width: 321px) and (max-width: 480px) {
    html,
    body {
        height: auto;
    }

    /* topbar */
    #layout-topbar {
        width: 96%;
        padding: 0px 2%;
    }

    #layout-topbar-indent #topbar-center {
        max-width: 60%;
        padding-top: 20px;
    }

    #layout-topbar-indent .topbar-logo {
        max-width: 100%;
        height: auto;
        max-height: 50px;
    }

    #layout-topbar-indent #topbar-client {
        display: none;
    }

    /* top menu button */
    #menu-button {
        display: block;
    }

    .login-button {
        display: block;
    }

    /* topmenu */
    #top-menu {
        width: 96%;
        padding: 80px 2% 20px;
    }

    #top-menu li {
        margin-bottom: 0px;
    }

    #top-menu li a {
        padding: 5px 8px;
        text-align: center;
    }

    #top-menu li a i {
        font-size: 26px;
        float: none;
        margin-right: 0px;
    }

    #top-menu li a span {
        display: inline-block;
        float: left;
        display: none;
    }

    /*Layout Portlets Cover*/
    #layout-portlets-cover {
        width: 96%;
        padding: 0px 2%;
    }

    /* left cell */
    #layout-portlets-tablecell-left {
        width: 0px;
        border: 0px;
        border: none;
        display: block;
    }

    /*Layout Menu Cover */
    #layout-menu-cover {
        display: none;
        overflow: hidden;
        position: fixed;
        top: 90px;
        height: auto;
        max-height: 80%;
        overflow-y: auto;
        margin-left: 0px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
        border-radius: 3px;
    }

    #layout-menu-cover.active-menu {
        display: block;
    }

    /*Layout Menu Tabbed ( first level )*/
    .layout-menu {
        margin: 0px;
        padding: 0px;
        display: block;
        background-color: #fff;
    }

    /* right cell */
    #layout-portlets-tablecell-right {
        display: block;
        padding: 5px;
    }

    /*Cards*/
    .Card {
        padding: 10px 7px;
    }

    .SeparatorFull {
        margin: 5px -7px;
    }
}

/* really samll screens */
@media (min-width: 100px) and (max-width: 320px) {
    html,
    body {
        height: auto;
    }

    /* topbar */
    #layout-topbar {
        width: 96%;
        padding: 0px 2%;
    }

    #layout-topbar-indent #topbar-left {
        width: 40px;
    }

    #layout-topbar-indent #topbar-center {
        max-width: 60%;
    }

    #layout-topbar-indent #topbar-right {
        width: 50px;
    }

    #layout-topbar-indent #topbar-client {
        max-width: 90%;
    }

    #layout-topbar-indent .topbar-logo {
        display: none;
    }

    /* top menu button */
    #menu-button {
        display: block;
    }

    .login-button {
        display: block;
    }

    /* topmenu */
    #top-menu {
        width: 96%;
        padding: 100px 2% 20px;
    }

    #top-menu li {
        margin-bottom: 0px;
    }

    #top-menu li a {
        padding: 5px 8px;
        text-align: center;
    }

    #top-menu li a i {
        font-size: 26px;
        float: none;
        margin-right: 0px;
    }

    #top-menu li a span {
        display: inline-block;
        float: left;
        display: none;
    }

    /*Layout Portlets Cover*/
    #layout-portlets-cover {
        width: 96%;
        padding: 0px 2%;
    }

    /* left cell */
    #layout-portlets-tablecell-left {
        width: 0px;
        border: 0px;
        border: none;
        display: block;
    }

    /*Layout Menu Cover */
    #layout-menu-cover {
        display: none;
        overflow: hidden;
        position: fixed;
        top: 90px;
        height: auto;
        max-height: 80%;
        overflow-y: auto;
        margin-left: 0px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
        border-radius: 3px;
    }

    #layout-menu-cover.active-menu {
        display: block;
    }

    /*Layout Menu Tabbed ( first level )*/
    .layout-menu {
        margin: 0px;
        padding: 0px;
        display: block;
        background-color: #fff;
    }

    /* right cell */
    #layout-portlets-tablecell-right {
        display: block;
        padding: 5px;
    }

    /*Cards*/
    .Card {
        padding: 10px 7px;
    }

    .SeparatorFull {
        margin: 5px -7px;
    }
}

/* -------------------------------------------------------------------*/
/* for landscape phones and tablets */
@media (min-height: 320px) and (max-height: 560px) and (max-width: 2000px) {
    /* top menu button */
    #menu-button {
        display: block;
    }

    /*Layout Menu Cover */
    #layout-menu-cover {
        display: none;
        overflow: hidden;
        position: fixed;
        top: 90px;
        height: auto;
        max-height: 70%;
        overflow-y: auto;
        margin-left: 0px;
        box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.4);
        border-radius: 3px;
    }

    #layout-menu-cover.active-menu {
        display: block;
    }

    /*Layout Menu Tabbed ( first level )*/
    .layout-menu {
        margin: 0px;
        padding: 0px;
        display: block;
        background-color: #fff;
    }

    /*Cards*/
    .Card {
        padding: 10px 7px;
    }

    .SeparatorFull {
        margin: 5px -7px;
    }
}

/* OTHERS */
#layout-portlets-cover:before,
#layout-portlets-cover:after,
.Card:before,
.Card:after {
    content: "";
    display: table;
    border-collapse: collapse;
}

#layout-portlets-cover:after,
.Card:after {
    clear: both;
}

/* Body Colors */
/* topbar mobile menu button */
/* top menu */
/* main menu */
/*main menu second node */
/* main menu sub nodes */
/* Card */
/* Separators */
/* BigTopic */
/* misc */
/* transitions */
.short-transition {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.medium-transition {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.long-transition {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.no-transition {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.no-transform {
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
}

