﻿body {
    left: 0;
    top: 0;
    font-family: 'Montserrat';
    background-size: 100% 100%;
    background-color: white;
    scrollbar-base-color: white;
    scrollbar-arrow-color: white;
    scrollbar-face-color: #576269;
    scrollbar-shadow-color: gray;
    scrollbar-3dlight-color: white;
    scrollbar-track-color: white;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.ttf');
}

html, body {   
    margin:0;
    padding:0;
    width:100%;
    height:100%;
    overflow:auto;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
}

.sticky + .contentarea {
  padding-top: 60px;
}

::-webkit-scrollbar {
    width: 10px;
    background:transparent;
}

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px gray; 
    border-radius: 15px;
}

::-webkit-scrollbar-thumb {
    border-radius: 15px;
    -webkit-box-shadow: inset 0 0 6px gray;
    background-color: #576269;
} 



.zoom {
    -ms-transform: scale(1);
    -ms-transform-origin: 50% 0; /* IE */
    -moz-transform: scale(0.9);
    -moz-transform-origin: 50% 0 0;  /* Mozilla */ 
    -webkit-transform: scale(0.95);
    -webkit-transform-origin: 50% 0 0;  /* Chrome, Safari, Opera */ 
     }

/*Header Area*/
.headerarea {    
    background-color: #576269;    
    background-size: 100% 100%;    
    color: black;
    top: 0;
    height: 50px;
    margin-bottom:50px;
}


/*Header Area contents*/
.clsmainhead {
    vertical-align: middle;
    font-size: 10pt;
    text-align: center;
    color: white;
    font-style: normal;
    font-weight: bold;
}

.clsmainsubhead {
    font-size: 8pt;
    text-align: center;
    color: lightgray;
    font-style: normal;
}


.clsfname {
    font-size: 8pt;
    color: lightgray;
}
/*End Header Area*/


.controls
{
    margin:10px;
}

/*Content Area*/
.contentarea {   
    margin-top:2px;     
    min-height: calc(100vh - 210px);    
}

.contentarealeft {
    margin-top:2px;

}

/*End Content Area*/

/*Footer Area*/
.footerarea {
    min-height:40px;
    max-height:40px;
    bottom: 0;
    background-color: black;
    background-size: 100% 100%;    
    font-size: 18px;
    color: gray;
    font-size: 10pt;
    z-index: 0;
}

.entry-footerarea {
    bottom: 0;
    background-color:white;
    background-size: 100% 100%;       
    font-size: 18px;
    color: gray;
    font-size: 10pt;
    z-index: 0;
}


/*End Footer Area*/







/*Main Menu Area*/
.mainmenu {
    padding-top:10px;
}

.mainmenuarea {    
    padding:5px;
    margin-top:30px;
}

/*Main Menu Settings*/
/* Dropdown Button */
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

/* The container <div> - needed to position the dropdown content */








.login-area {
    margin-top:30px;
    height:150px;
    border-radius:5px;
}
.user-login-area {
    margin-top:100px;
    height:150px;
    border-radius:5px;
    background-color:transparent;
}


.servicearea {
    padding-top:10px;
}
.serviceareatext > h3 {
    color:#d9d6d6;
    font-size:14pt;
    padding-top:10px;
    padding-bottom:10px;
    min-height:40px;
    text-align: center;
}
.serviceareatext > p {
    color:lightyellow;
    font-size:10pt;
    line-height: 23px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    text-align:justify;
    
}
.text-area-1 h1, .text-area-2 h1, .text-area-3 h1, .text-area-4 h1 {
    color: yellowgreen;
	font-size: 14pt;
    font-style:italic;
	font-weight: bold;

}
.text-area-1 p, .text-area-2 p, .text-area-3 p, .text-area-4 p {
    line-height: 23px;
	padding-top: 5px;
    padding-left:5px;
    padding-right:5px;
	text-align: justify;
    font-size:10pt;
}
.bg-text-area {
    margin-bottom:20px;    
}
 .bg-text-area h3 {
    color:#d9d6d6;
    font-size:14pt;
    padding-top:10px;
    padding-bottom:10px;
    min-height:40px;
    text-align: center;
}
.bg-text-area p {
    color:lightyellow;
    font-size:10pt;
    line-height: 23px;
    padding-left:10px;
    padding-right:10px;
    padding-bottom:10px;
    text-align:justify;
}
.text-area-2 {
    margin-top:40px;
}
.text-area-3 {
    margin-top:40px;
}
.text-area-4 {
    margin-top:40px;
}
.divWaiting{
    position:fixed;
    z-index: 2147483647 !important;
    opacity: 0.3;
    overflow: hidden;
    text-align: center; 
    top: 0; left:0; height:100%; width:100%;
    background-color: #000000;    
}




