html body {

    overflow:hidden;
    height:0;
    width:0;
}
.fullWidth {
    position: absolute;
    width: 100vw;
    height: 100vh;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    max-width: initial;
    /*z-index: -1;*/
    overflow: hidden;
}
.black-overlay {
    height: 100vh;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.red {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background-image: url('../img/1.jpg');
    background-size: auto;
    background-position: center center;
    height: 100vh;
}
.blue {
    position: relative;
    background-image: url('../img/2.jpg');
    background-size: auto;
    background-position: center center;
    height: 100vh;
}
.green {
    position: relative;
    background-image: url('../img/3.jpg');
    background-size: auto;
    background-position: center center;
    height: 100vh;
}
.black {
    position: relative;
    background-image: url('../img/4.jpg');
    background-size: auto;
    background-position: center center;
    height: 100vh;
}
.container {
    position: absolute;
    width: 100%;
    /*height: 90%;*/
	height: 90vh;
	cursor: pointer;
}
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.app-box-title {
    font-family: 'Roboto', sans-serif;
    color: #FFF;
    border: 3px solid #FFF;
    max-width: 200px;
    padding: 12px;
    text-transform: uppercase;
    font-size: 0.95vw;
    font-weight: 600;
}
.footer {
    position: absolute;
    background: #FFF;
    /*height: 8vh;*/
    max-height: 10%;
    height: 10%;
    min-width: 70px;
    bottom: 0;
    left: 0;
}
.logo-cm {
    display: inline-block;
    height: 100%;
    width: auto;
    padding: 10px;
    padding-left: 35px;
}
.logo-cm img {
    position: relative;
    height: 100%;
    width: auto;
}
.ph-copyright a {
    font-family: 'Roboto', sans-serif;
    color: #222;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
	cursor: pointer;
	z-index: 99;
}
.ph-copyright a:hover {
    color: #4CAF50;
}
.ph-copyright {
    font-family: 'Roboto', sans-serif;
    position: relative;
    height: 100%;
	z-index: 99;
}
.copyright-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-0%, -50%);
}
.title-webapp-centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.title-webapp {
    position: relative;
    height: 100%;
}
.title-webapp h3 {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #454545;
}


/*        Barra Lateral         */


.menu_lateral {
    position: absolute;
    top:0;
    width: 5%;
    max-width: 50px;
    min-width: 50px;
    height: 100vh;
    right: 15px;
    padding-left: 10px;
    padding-right: 5px;
    /*background: #8BC34A;*/
}

.container_buttons {
    position: relative;
    display: table-cell;
    vertical-align: bottom;
    bottom: 30px;
    width: 50px;
    height: 100vh;
}

.button_lateral {
    position: relative;
    width: 100%;
    min-width: 16px;
    max-width: 36px;
    height: 10%;
    max-height: 36px;
    min-height: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.02), 0 1px 2px rgba(0, 0, 0, 0.14);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
    border-radius: 50px;
    padding: 8px;
    background: #FFF;
}

.button_lateral:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.12);
}

.st0 {
    fill: #323232;
}

.st2{
    fill: #FFFFFF;
}

#mapalogodiv {
  position: absolute;
  right: 60px;
  bottom: 45px;
}


/*      Alterações 041017       */

.dhtmlx_skin_dhx_web div.dhtmlx_window_active {
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
}

.dhtmlx_skin_dhx_web div.dhtmlx_window_active div.dhtmlx_wins_body_outer {
    border: none !important;
}


::-webkit-scrollbar {
    width: 0px;  /* remove scrollbar space */
    background: transparent;  /* optional: just make scrollbar invisible */
}
 