/* UI Overrides */
.f-button {
    transition: .3s;
}
.f-button.f-button-primary {
    background-color: #1f3d71 !important;
    color: #fff;
}
.f-button.f-button-primary:hover {
    background-color: #000;
}

/*.ui-tabs .ui-tabs-panel {
    padding: 1em 0.4em !important;
}*/
.ui-tabs.ui-tabs-cpanel .ui-tabs-panel {
    /*min-height: 100px;
    max-height: 600px;*/
    overflow-y: auto;
}
.ui-tabs.ui-tabs-cpanel .dashmenu-cont.ui-tabs-panel {
    max-height: none;
}
.ui-accordion .ui-accordion-content {
    padding: 1em !important;
}

/* Layout */
body {
    font-family: Arial;
    font-size: 11px;
    overflow-x: auto;
}
.container {
    padding: 8px 15px;
}
.head-cont,
.foot-cont {
    background-color: #224091; /* Old browsers */
    background: -moz-linear-gradient(top, #224091 0%, #1c3c75 60%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#224091), color-stop(60%,#1c3c75));
    background: -webkit-linear-gradient(top, #224091 0%,#1c3c75 60%);
    background: -o-linear-gradient(top, #224091 0%,#1c3c75 60%);
    background: -ms-linear-gradient(top, #224091 0%,#1c3c75 60%);
    background: linear-gradient(to bottom, #224091 0%,#1c3c75 60%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#224091', endColorstr='#1c3c75',GradientType=0 );
    box-shadow: 0 0 .5em #666;
    color: #fff;
}
#logo {
    float:left;
    font-family: "Times New Roman", Serif;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    line-height: 100%;
    margin: 0;
    text-decoration: none;
    text-transform: uppercase;
}
body.fphp-loading #logo .fa {
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}
.head-cont ul.menu {
    float:right;
}
.head-cont .fModuleUserLilo {
    line-height: 16px;
}
.head-cont .fModuleUserLilo .fModuleContent {
    line-height: 100%;
    text-align: right;
}
.head-cont .fModuleUserLilo a {
    border-left: 1px dotted #ccc;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 0 .5em;
    padding: 0 0 0 .5em;
}
.head-cont .fModuleUserLilo a:first-of-type {
    border-left: 0;
    margin-left: 0;
    padding-left: 0;
}

.body-cont {
    min-height: 10em;
}
.body-cont .container {
    overflow: visible;
}
#heading {
    font-weight: normal;
    margin: 0 0 .5em 0;
}
.foot-cont a {
    color: #fff;
    font-weight: bold;
}
.dock-left {
    float:left;
}
.dock-right {
    float:right;
}

/* Login Page */
body.com-user.view-login .f-breadcrumb,
body.com-user.view-login #heading,
body.com-user.view-control-panel .f-breadcrumb {
    display: none;
}
body.com-user.view-login .body-cont {
    background-image: url(../images/security.png);
    background-repeat: no-repeat;
    background-position: 90% 12px;
}
body.com-user.view-login .body-cont .container {
    max-width: 600px;
}

/* Miscellaneous */
.powered-by {
    opacity: .5;
}

/* Back to Top */
#back2top .icon:before {
    content: "\f139";
    font-family: "FontAwesome";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
}
#back2top .text {
    display: none;
}

/* Dashboard Menu */
ul.dashmenu > li > a span:after {
    content: "+";
    display: inline-block;
    font-weight: bold;
    float: right;
}
ul.dashmenu > li.menuitem-expanded > a span:after {
    content: "-";
}
.body-cont ul.dashmenu-group > li.new a span:before {
    color: #C30401;
    content: "\f111";
    display: inline-block;
    font-family: "FontAwesome";
    margin-right: 6px;
}
.body-cont ul.dashmenu-group {
    list-style: none;
    overflow: hidden;
    padding: .5em;
}
.body-cont ul.dashmenu-group > li {
    float: left;
/*    height: 8em;*/
    margin: 2rem 0
    padding: .25em;
    text-align: center;
    width: 20%;
}
.body-cont ul.dashmenu-group > li a {
    display: block;
}

.dashmenu-group > li a {
   margin: 2rem 0;
}
.body-cont ul.dashmenu-group > li .fa {
  /*  background-color: #666;*/
    border-radius: 3px;
    color: #24447d;
    display: inline-block;
    font-size: 4em;
    margin-bottom: .1em;
    padding: .25em;
    height: 1.5em;
    width: 1.5em;
}
.body-cont ul.dashmenu-group > li:hover .fa {
    background-color: #24447d;
    color: white;
}
.body-cont ul.dashmenu-group > li:hover a span {
    color: #24447d;
}
.body-cont ul.dashmenu-group > li span {
    display: block;
    font-size: 13px;
    text-decoration: none;
}
.body-cont .dashmenu-cont > ul > li > a {
    background-color: #ddd;
    color: #000;
    display: block;
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 6px 0;
    padding: 6px 12px;
}
.body-cont .dashmenu-group > li > a {
    color: #333;
    text-decoration: none;
}

/* Dashmenu in PageSlide */
#pageslide .dashmenu-search {
    color: #333;
}
#pageslide .dashmenu {
    font-size: 12px;
}
#pageslide .dashmenu > li > a {
    color: #fff;
    display: block;
    font-size: 16px;
    font-weight: bold;
}
#pageslide ul.dashmenu-group {
    background-color: #000;
}
#pageslide ul.dashmenu-group .fa {
    margin-right: 6px;
}


@media screen and (max-width: 640px) {
    
    #logo {
        font-size: 20px;
    }
    .head-cont .fModuleUserLilo .fModuleContent a span {
        display: none;
    }
    .head-cont .fModuleUserLilo .fModuleContent a {
        font-size: 20px;
    }
    
}

@media (min-width: 1200px) {
    
    .container {
        max-width: 1280px;
    }
    
}
