﻿/* Back UI Classes */

@charset "UTF-8";

@font-face {
    font-family: 'Gudea';
    font-weight: 400;
    font-style: normal;
    src: url('../linked-files/fonts/Gudea-regular/Gudea-regular.eot');
    src: local('☺'), src: url('../linked-files/fonts/Gudea-regular/Gudea-regular.eot?#iefix') format('embedded-opentype'), url('../linked-files/fonts/Gudea-regular/Gudea-regular.woff2') format('woff2'), url('../linked-files/fonts/Gudea-regular/Gudea-regular.woff') format('woff'), url('../linked-files/fonts/Gudea-regular/Gudea-regular.ttf') format('truetype'), url('../linked-files/fonts/Gudea-regular/Gudea-regular.svg#Gudea') format('svg');
}

@font-face {
    font-family: 'Gudea';
    font-weight: 700;
    font-style: normal;
    src: url('../linked-files/fonts/Gudea-700/Gudea-700.eot');
    src: local('☺'), src: url('../linked-files/fonts/Gudea-700/Gudea-700.eot?#iefix') format('embedded-opentype'), url('../linked-files/fonts/Gudea-700/Gudea-700.woff2') format('woff2'), url('../linked-files/fonts/Gudea-700/Gudea-700.woff') format('woff'), url('../linked-files/fonts/Gudea-700/Gudea-700.ttf') format('truetype'), url('../linked-files/fonts/Gudea-700/Gudea-700.svg#Gudea') format('svg');
}

@font-face {
    font-family: 'Gudea';
    font-weight: 400;
    font-style: italic;
    src: url('../linked-files/fonts/Gudea-italic/Gudea-italic.eot');
    src: local('☺'), src: url('../linked-files/fonts/Gudea-italic/Gudea-italic.eot?#iefix') format('embedded-opentype'), url('../linked-files/fonts/Gudea-italic/Gudea-italic.woff2') format('woff2'), url('../linked-files/fonts/Gudea-italic/Gudea-italic.woff') format('woff'), url('../linked-files/fonts/Gudea-italic/Gudea-italic.ttf') format('truetype'), url('../linked-files/fonts/Gudea-italic/Gudea-italic.svg#Gudea') format('svg');
}

html,
body {
    margin: 0;
    padding: 0;
    width: 100%;
    min-width: 320px;
    min-height: 320px;
    height: 100%;
    color: #5D5D5D;
    font-family: gudea, sans-serif;
    font-size: 14px;
    text-rendering: optimizeLegibility;
    text-align: center;
    position: relative;
    -webkit-text-size-adjust: 100%;

}

a, img {
    border: none;
    outline: none;
}

.log_in_bg {
    width: 100%;
    height: 100%;
    top: 0%;
    display: table;
    position: absolute;
    z-index: 1;
}

.log_in_bg_ie8 {
    width: 100%;
    height: 100%;
    top: 0%;
    display: block;
    position: absolute;
    z-index: -1;
}


.log_in_bg1 {
    background: url('../images/Log_in-Background1.jpg') no-repeat;
    background-size: 120% 120%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='linked-files/images/Log_in-Background1.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='linked-files/images/Log_in-Background1.jpg', sizingMethod='scale')";
}

.log_in_bg2 {
    background: url('../images/Log_in-Background2.jpg') no-repeat;
    background-size: 120% 120%;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='linked-files/images/Log_in-Background2.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='linked-files/images/Log_in-Background2.jpg', sizingMethod='scale')";
}

.log_in_block {
    width: 61.8%;
    margin: 0 auto;
    display: table;
}

.log_in_solilogo {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    width: 31%;
    float: left;
    z-index: 100;
}

.log_in_input_block {
    display: table-cell;
    vertical-align: middle;
    width: 61.8%;
    float: right;
    text-align: left;
    color: #FFFFFF;
}

.Log_in_input_fields_group {
    color: #5D5D5D;
    width: 100%;
    height: 50px;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    margin: 5% 0px 3%;
}

#LoadWrapper {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

#log_in_button {
    position: absolute;
    z-index: 100;
}

.shadow1 {
    -webkit-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 5px 5px 15px 0px rgba(0, 0, 0, 0.15);
}

.text_shadow1 {
    text-shadow: 3px 3px 10px rgba(0, 0, 0, 0.15);
    filter: profid: DXImageTransform.Microsoft.Alpha(Opacity=15) progid: DXImageTransform.Microsoft.dropShadow(color=#000000, offx=3, offy=3);
}

.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

    .hvr-float:hover,
    .hvr-float:focus,
    .hvr-float:active {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

@-webkit-keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob {
    0% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }

    50% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-4px);
    }

    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@-webkit-keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

@keyframes hvr-bob-float {
    100% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px);
    }
}

.hvr-bob {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

    .hvr-bob:hover,
    .hvr-bob:focus,
    .hvr-bob:active {
        -webkit-animation-name: hvr-bob-float, hvr-bob;
        animation-name: hvr-bob-float, hvr-bob;
        -webkit-animation-duration: .3s, 1.5s;
        animation-duration: .3s, 1.5s;
        -webkit-animation-delay: 0s, .3s;
        animation-delay: 0s, .3s;
        -webkit-animation-timing-function: ease-out, ease-in-out;
        animation-timing-function: ease-out, ease-in-out;
        -webkit-animation-iteration-count: 1, infinite;
        animation-iteration-count: 1, infinite;
        -webkit-animation-fill-mode: forwards;
        animation-fill-mode: forwards;
        -webkit-animation-direction: normal, alternate;
        animation-direction: normal, alternate;
    }

@-webkit-keyframes hvr-back-pulse {
    50% {
        background-color: rgba(238, 142, 38, 0.75);
    }
}

@keyframes hvr-back-pulse {
    50% {
        background-color: rgba(238, 142, 38, 0.75);
    }
}

.hvr-back-pulse {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    overflow: hidden;
    -webkit-transition-duration: 4s;
    transition-duration: 4s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

    .hvr-back-pulse:hover,
    .hvr-back-pulse:focus,
    .hvr-back-pulse:active {
        -webkit-animation-name: hvr-back-pulse;
        animation-name: hvr-back-pulse;
        -webkit-animation-duration: 4s;
        animation-duration: 4s;
        -webkit-animation-delay: .5s;
        animation-delay: .5s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        background-color: #F9A426;
        background-color: #F9A426;
        color: white;
    }

.fadein {
    -webkit-animation: fadein 2.5s;
    -moz-animation: fadein 2.5s;
    -ms-animation: fadein 2.5s;
    -o-animation: fadein 2.5s;
    animation: fadein 2.5s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-ms-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadein_delayed {
    -webkit-animation: fadein_delayed 4.5s;
    -moz-animation: fadein_delayed 3s;
    -ms-animation: fadein_delayed 3s;
    -o-animation: fadein_delayed 3s;
    animation: fadein_delayed 3s;
}

@keyframes fadein_delayed {
    0% {
        opacity: 0;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

.Log_in_input_fields_group input[type="text"], [type="password"] {
    width: 40%;
    height: 40px;
    background-color: #DBDCDE;
    border: none;
    border-radius: 3px;
    float: left;
    padding: 10px 5% 0px;
}

.Log_in_password_field {
    background-color: #ACB8BF;
}

.forgotten_password {
    opacity: 0.5;
    position: absolute;
    bottom: 5%;
    left: 5%;
}

a.forgotten_password:link {
    color: #1C4C7E;
}

a.forgotten_password:visited {
    color: #1C4C7E;
}

#Wrapper {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 60%;
    display: table;
    position: relative;
}

.Wrapper_login {
    display: table-cell;
    vertical-align: middle;
}

.Wrapper_app {
    height: 80% !important;
    width: 80% !important;
    display: inline-block !important;
    position: relative !important;
}

#Header {
    width: 100%;
    height: 20%;
    min-height: 90px;
    background: url('../images/BG_Top1.jpg') no-repeat;
    position: relative;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='linked-files/images/BG_Top1.jpg', sizingMethod='scale');
    -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='linked-files/images/BG_Top1.jpg', sizingMethod='scale')";
}

.Header_inside {
    width: 90%;
    height: 100%;
    left 0;
    right 0;
    margin: 0 auto;
    position: relative !important;
}

.top_nav_bar {
    width: 100%;
    height: 20%;
    z-index: 100;
}

.top_nav_bar_tbl {
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 20%;
    z-index: 100;
}

.top_nav_bar_background {
    background: #000000;
    -khtml-opacity: 0.05;
    -moz-opacity: 0.05;
    opacity: 0.05;
    filter: alpha(opacity=05);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=05)" z-index: 1;
}

    .top_nav_bar_background:hover {
        -khtml-opacity: 0.10;
        -moz-opacity: 0.1;
        opacity: 0.1;
        filter: alpha(opacity=10);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)" -webkit-transition: 1s;
        transition: 1s;
    }

.Breadcrumbs {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 11px;
    float: left;
    color: #FFFFFF;
    vertical-align: middle;
    z-index: 100;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
}

.Breadcrumbs_tblcell {
    display: table-cell;
    vertical-align: middle;
    font-size: 11px;
    color: #FFFFFF;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    z-index: 100;
}

.txt_left {
    text-align: left;
    float:left;
    
}

.txt_right {
    text-align: right;
}


.Breadcrumbs:hover {
    -khtml-opacity: 0.8;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    -webkit-transition: .5s;
    transition: .5s;
}

a.nav_icon {
    position: relative;
    font-size: 21px;
    width: 27px;
    margin-right: 7px;
    margin-left: 7px;
    text-decoration: none;
    z-index: 100;
    display: table-cell;
    vertical-align: middle;
}

    a.nav_icon:after {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }

.Full_user {
    float: right;
}

ul{
    height:auto;
}

.top_hex_container {
    position: absolute;
    height: 81%;
    min-height: 72px !important;
    width: 30%;
    min-width: 195px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
    overflow: hidden;
    text-align: center;
}

.top_hex_container_pusher {
    position: relative;
    min-height: 18px;
}

.top_hexag {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.current_app_container {
    position: absolute;
    display: table-row;
    text-align: center;
    width: 11%;
    min-width: 57px;
    max-width: 90px;
    max-width: 13vh;
    z-index: 10;
    bottom: 0;
    left: 0%;
    right: 0%;
    margin: 0 auto;
}

.current_app_logo {
    display: table-cell;
    bottom: 0;
    text-align: center;
}

.current_app_name {
    display: table-cell;
    height: 20%;
    bottom: 0;
}


.top_hex_current_app {
    position: absolute;
    left: 0%;
    right: 0%;
    margin: 0 auto;
    bottom: -8%;
    width: 20%;
    min-height: 5%;
    max-height: 65%;
    min-width: 5%;
    max-width: 15%;
}

.Greeting_container {
    color: #928F8F;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.Greeting_Line1 {
    font-size: 18px;
    letter-spacing: -1px;
    line-height: 15px;
}

.Greeting_Line2 {
    font-size: 40px;
    letter-spacing: -3px;
    line-height: 30px;
}

.Fun_Text_under_header {
    position: absolute;
    top: 105%;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    font-size: 12px;
    color: #D68021;
    letter-spacing: -0.03em;
    line-height: 1.3em;
    -webkit-text-size-adjust: 100%;
    width: 20%;
    min-width: 160px;
}

.top_solidaria_logo_div {
    position: absolute;
    width: 19%;
    min-width: 130px;
    max-width: 190px;
    right: 3%;
    top: 60%;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
    z-index: 1;
    height: auto;
}

.top_logos_container {
    position: relative;
    display: table;
    margin: 0 auto;
    height: 80%;
    width: 95%;
}

.top_soligespro_logo_div_tblcell {
    display: table-cell;
    vertical-align: middle;
    width: 25%;
    min-width: 164px;
    left: 3%;
    z-index: 1;
    height: auto;
}

.top_logo_mid_tblcell {
    display: table-cell;
    vertical-align: middle;
    width: 53%;
}

.top_solidaria_logo_div_tblcell {
    display: table-cell;
    vertical-align: middle;
    width: 22%;
    min-width: 144px;
    right: 3%;
    z-index: 1;
    height: auto;
}





.top_logo {
    position: relative;
    z-index: -1;
    display: block;
    width: 100%;
    height: auto;
}

.f_right {
    float: right;
}

.top_solidaria_logo_index {
    top: 7%;
    transform: translateY(-7%);
}

.Content {
    display: table-row;
    text-align: center;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
   
}

.Content_app {
    min-width: inherit;
    width: 100%;
    margin-top: 10%;
    display: block;
}

.Prewrap {
    width: 100%;
    max-width: 900px;
    left: 0; 
    right: 0;
    margin: 0 auto;
}

.CenterPanel {
    display: table-cell;
    vertical-align: middle;
    width: 70%;
    margin: 0 auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.apps_block {
    display: block;
}

.first_home_apps {
    width: auto;
}

.last_home_apps {
    width: auto;
}

.Column_AppsHome {
    width: 86%;
    margin: 6% 8%;
    float: left;
    text-align: center;
}

    .Column_AppsHome : first-child {
        margin-left: 0%;
    }

.MarginCol {
    display: table-cell;
    width: 15%;
    text-align: center;
    vertical-align: middle;
}

.AppName {
    font-family: gudea, sans-serif;
    font-style: italic;
    font-size: 16px;
    text-align: center;
    color: #727274;
    line-height: 16px;
    z-index: 1;
}

    .AppName a:hover, a:visited, a:link, a:active {
        text-decoration: none;
        margin-top:10px;
    }

    .AppName:hover {
        color: #4e4e4e;
    }

.AppName_current {
    position: absolute;
    top: 100%;
    margin-top: 15px;
    width: 100%;
    text-align: center;
    left: 0;
    right: 0;
    font-size: 20px;
}

.AppNameDock {
    font-size: 17px;
    display: block;
    line-height: 15px;
    white-space: normal;
    overflow:hidden;
   
}

.icons_home {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 999;
    margin-top: -19.5px;
   
    padding-top: 13.5%;
}
.icons_basic {
    width: 70%;
    height: auto;
    position: relative;
    z-index: 999;
    margin-bottom: 0.5em;
    padding: 0 2em 1em 0;
}

ul {
    margin: 0 0 1em 0;
    padding: 0 0 0 1em; /* make space for li's :before */
    list-style: none;
}

.overflow-visible {
    white-space: initial;
}

.centrarIcons {
    display: inline-block;
    align-items: center;
    transform: translate3d(0px, 0px, 0px);
    width: 617.714px;
    padding-bottom: 0%;
    height:0px;    
}


a.div_svg_clickable {
    position: relative;
    display: block;
    z-index: 100;
    text-align: center;
}

    a.div_svg_clickable:after {
        content: "";
        position: absolute;
        z-index: 99;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }


/*div.div_svg_clickable {
    position: relative;
    display: block;
    z-index: 100;
}

    div.div_svg_clickable:after {
        content: "";
        position: absolute;
        z-index: 99;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }*/


.div_svg_clickable {
    position: relative;
    display: block;
    z-index: 100;
}

    .div_svg_clickable:after {
        content: "";
        position: absolute;
        z-index: 99;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
    }


a.homeapp_svg {
    display: block;
    width: 18%;
    margin: 0 1% 0 1%;
    float: left;
}

div.homeapp_svg {
    display: block;
    width: 18%;
    margin: 0 1% 0 1%;
    float: left;
}

#footer {
    width: 100%;
    height: 0px;
    background: transparent;
    bottom: 0;
    left: 0;
    overflow: hidden;
    padding-bottom: 70px;
    z-index: -999;
   
}

.dock {
    position: fixed;
    width: 100%;
    height: 8%;
    background: transparent;
    margin: 0 auto;
    top: 69%;
 
}

.slider_container {
    position: relative;
    width: 75%;
    margin: 0 auto;
   
    
}

.dock_gradient {
    background: #eff3f4;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VmZjNmNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #eff3f4 0%, #ffffff 100%);
    background: -webkit-linear-gradient(top, #eff3f4 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #eff3f4 0%, #ffffff 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#eff3f4', endColorstr='#ffffff', GradientType=0);
    position: relative;
    height: 100%;
}

.outer-mask {
    position: absolute;
    left: 15%;
    bottom: 0%;
    width: 78%;
    height: 25%;
    overflow: hidden;
    -webkit-transform: skew(-20deg, 0deg);
    -ms-transform: skew(-20deg, 0deg);
    -o-transform: skew(-20deg, 0deg);
    transform: skew(-20deg, 0deg);
    z-index: -995;
}

.inner-mask {
    position: absolute;
    left: -10.5%;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transform: skew(40deg, 0deg);
    -ms-transform: skew(30deg, 0deg);
    -o-transform: skew(40deg, 0deg);
    transform: skew(40deg, 0deg);
}


.control_buttons {
    width: 32px;
    display: block;
    top: 35%;
    height: 32px;
    background-color: transparent;
    background-image: url('../images/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
    border: none;
    text-decoration: none;
    -webkit-appearance: none;
}

    .control_buttons:hover {
        -khtml-opacity: 1;
        -moz-opacity: 1;
        opacity: 1;
        filter: alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
    }

.cb_Prev {
    position: absolute;
    background-position: 0 0;
    left: -55px;
}

.cb_Next {
    position: absolute;
    background-position: -32px 0;
    right: -55px;
}

.control_buttons > a.disabled {
    pointer-events: none;
}

@media only screen and (max-width : 868px) {
    .current_app_container {
        width: 95px;
    }
}

@media only screen and (max-width : 768px) {
    .log_in_solilogo {
        float: none;
        left: 0%;
        right: 0%;
        margin: 0 auto;
    }

    .log_in_input_block {
        clear: both;
        width: 100%;
        float: right;
    }

    .Log_in_greeting_container {
        text-align: center;
    }

    .Greeting_Line_Login_1 {
        display: inline-block;
        font-size: 150%;
        margin-right: 5px;
    }

    .Greeting_Line_Login_2 {
        display: inline-block;
        letter-spacing: -1px;
        font-size: 150%;
    }

    .CenterPanel {
        width: 80%;
    }

    .MarginCol {
        width: 10%;
    }

    .AppNameDock {
        font-size: 1.69vw;
        line-height: 1.96vw;
    }

    .hide_until_768 {
        display: none;
    }

    .top_hex_container {
        min-width: 130px;
    }
}

@media only screen and (max-width : 768px) and (orientation : portrait) {
    .apps_block {
        float: none;
        display: inline-block;
        text-align: center;
        margin: 1% 0;
    }

    a.homeapp_svg {
        display: inline-block;
        float: none;
        vertical-align: top;
        width: 21%;
        margin: 0 1% 0 1%;
    }

    .homeapp_svg {
        display: inline-block;
        float: none;
        vertical-align: top;
        width: 21%;
        margin: 0 1% 0 1%;
    }

    .Column_AppsHome {
        width: 80%;
        margin: 6% 10%;
    }

    .top_hex_container_pusher {
        height: calc(768px - 100vw);
        max-height: 40%;
    }
}

@media only screen and (max-width : 668px) {
    .Greeting_Line1 {
        font-size: 2.69vw;
        letter-spacing: -1px;
        line-height: 2.24vw;
    }

    .Greeting_Line2 {
        font-size: 6vw;
        letter-spacing: -3px;
        line-height: 4.9vw;
    }

    .Greeting_Line_Login_1 {
        display: inline-block;
        font-size: 150%;
        margin-right: 5px;
    }

    .Greeting_Line_Login_2 {
        letter-spacing: -1px;
        font-size: 150%;
    }

    .AppName {
        font-size: 2.3vw;
        line-height: 1.5vw;
       
    }

    .AppNameDock {
        font-size: 11px;
        line-height: 13px;
       
    }

    .current_app_container {
        width: 82px;
    }
}

@media only screen and (max-width : 568px) {
    .log_in_solilogo {
        width: 100px;
    }

    .Fun_Text_under_header {
        width: 90%;
    }

    .top_soligespro_logo_div_tblcell {
        width: 28.82%;
        min-width: 10px;
    }

    .top_logo_mid_tblcell {
        width: 45.88%;
    }

    .top_solidaria_logo_div_tblcell {
        width: 25.30%;
        min-width: 10px;
    }

    .AppName {
        font-size: 13px;
        line-height: 13px
    }

    .current_app_container {
        width: 14.43%;
    }
}

@media only screen and (max-height : 420px) {
    .Fun_Text_under_header {
        width: 90%;
    }
}

@media only screen and (max-width : 479px) {

    .Log_in_input_fields_group {
        height: auto;
    }

        .Log_in_input_fields_group input[type="text"], input[type="password"] {
            width: 90%;
        }

    #log_in_button {
        position: relative;
        float: right;
        right: 0;
    }

    .Greeting_Line1 {
        font-size: 13px;
        letter-spacing: -1px;
        line-height: 10px;
    }

    .Greeting_Line2 {
        font-size: 28px;
        letter-spacing: -2px;
        line-height: 23px;
    }

    .Greeting_Line_Login_1 {
        display: inline-block;
        font-size: 120%;
        margin-right: 5px;
    }

    .Greeting_Line_Login_2 {
        letter-spacing: -1px;
        font-size: 120%;
    }

    .current_app_container {
        width: 60px;
    }
}

@media only screen and (max-width : 479px) and (orientation : portrait) {
    body {
        min-height: 430px;
    }

    a.homeapp_svg {
        width: 30%;
        margin: 0 1% 0 1%;
    }

    div.homeapp_svg {
        width: 30%;
        margin: 0 1% 0 1%;
    }

    .Column_AppsHome {
        width: 80%;
        margin: 3% 10%;
    }

    .icons_home {
        margin-top: 1px;
        height: auto;
        margin-bottom: 10px;
    }

    .homeapp_svg {
        font-size: 0.9em;
        line-height: 1em;
    }

    .top_hex_container_pusher {
        height: calc(40% - (479px - 100vw));
        min-height: 30%;
    }
}
