
*{
	box-sizing:
	border-box;
	margin:0;
	padding:0;
	min-width:auto !important;
	}
	
body{
	font-family: 'Roboto',sans-serif;
	*background: #f0f0f0;
	background: url(/map.png) 100% 0 no-repeat #f58220;
    *background-size: contain;
	}

h1{
	margin: auto;
    float: none;
    display: block;
    padding: 20px;
    width: 100%;
    text-align: center;
    background: #f3f3f3;
    font-size: 25px;
    color: #646362;
    margin-bottom: 30px;
	
}

h3{
	padding: 15px 0px;
}

.contentmail{
    width: 50%;
    float: none;
    margin: 0px auto;
    padding: 10px;
    padding-bottom: 0;
    padding-top: 0 !important;
    opacity: 0.9;
    display: inline-block;
}

.address-list{
	width: 80%;
    margin: auto;
    float: none;
}

ol{
	color: #f9f9f9;
    text-align: left;
    border-bottom: 1px solid #df751a;
    width: 100%;
    float: none;
    margin: auto;
    padding: 10px;
    display: list-item;
    list-style: circle;
	background-image: linear-gradient(to left, #f7801a42, #f58220);
}
.header{
	width:100%;
	background:#fff;
	display: inline-block;
	padding-bottom: 20px;
	}
	
.topheader{
	background: #fff;
    width: 80%;
    padding: 20px 5px;
    float: none;
    margin: auto;
    display: block;
	}
	
.logo{
	padding: 40px 20px;
    width: 50%;
	float:left;
	display:block;
    color: #ccc;
	}
	
.premium {
    padding: 28px 50px;
    display: inline-block;
    color: #ccc;
    position: absolute;
    top: 0px;
    z-index: 0;
    float: right;
}

img{z-index: 999999099;
    position: relative;
	width:160px;
display: inline-block;}

.material-icons {
	position: relative;
    top: 1px;
    font-size: 20px;
}

.genmail{
	padding: 10px;
    color: #fff;
    background: #110903;
    opacity: 0.7;
    margin-top: 5px;
    direction: ltr;
    display: list-item;
}

.cubold{
	color: #ffffff;
    font-weight: 400 !important;
    text-decoration: underline !important;
}
.mailpanel{
	padding: 10px;
}

.delete{
	position: relative;
    top: -5px;
    color: white;
	}
	
.delete:hover{
	color:#000 !important;
	}

.fm-delete:hover {
    background: #f58220 !important;
}
	
.line{
	display: inline-block;
    width: 50%;
    float: none;
    margin: auto;
    text-align: center;
	}
	
input[type="text"].tooltiptextfix{
	float: none;
    height: 80px;
    font-size: 17px;
    color: #878787;
    border: 1px solid #ffffff;
    display: inline-block;
    padding: 10px 20px;
    width: 100%;
    margin: 50px auto;
    background: #ffffff;
	border-radius: 10px;
	margin-bottom: 30px;
	box-shadow: 0 4px 13px 0 rgb(0 0 0 / 8%);
	opacity: 0.85;
	}
	
input[type="text"]:focus{
	border: 1px solid #ccc;
	outline:none;
	}
	
.submit{

	position: relative;
    top: -85px;
    display: inline-table;
    right: 30px;
    float: right;
    padding: 3px 10px;
    background: transparent;
    border: 0;
    border-left: 1px solid #d4d4d5;
	}
	
.submit:hover{
	color:#000;
	cursor:pointer;
	transition: 1s;
	
	}

.submitclear{
	float: left;
    height: 80px;
    cursor: pointer;
    display: block;
    width: 10%;
    padding: 10px;
    transition: 0.5s;
    margin: 50px 0px;
    text-align: center;
    line-height: 62px;
    font-size: 12px;
    margin-right: 5px;
    border: 1px solid #dddcdc;
	}
	
.submitclear:hover{
	color:#3b5999;
	border:1px solid #aaa;
	cursor:pointer;
	transition: 0.3s;
	}
			
a	{
	color:#3b5999;
	transition:0.5s;}
	
a:hover{
	color:#000;
	transition:0.5s;
	}
	
.box{
	text-align: center;
    width: 80%;
    float: none;
    margin: auto;
	min-height: 380px;
	}
	
.content{
	border:1px solid #f1f1f1;
    /*width: 80%;*/
    float: none;
    margin: 10px auto;
    padding: 10px;
	padding-bottom: 0;
	box-shadow: 1px 1px 8px 1px #d5d5d5;
	background:#fff;
	}
	
span.thbox{
	width: 100%;
    display: block;
    font-size: 14px;
	padding:10px;
    font-weight: 700;
	}
	
span.thbox:nth-child(3){
	border-bottom: 1px solid #ebebeb;
	}
	
.nomail{
    text-align: center;
	}
	
.squarefixed{
	width: 16px;
    height: 16px;
    text-align: center;
    padding: 10px;
    float: left;
	}
	
.mailcontent{
	padding: 30px 15px;
    text-transform: lowercase;
	color:#5e5e5e;
	border-bottom:1px solid #ebebeb;
	}

.fm-date{
	border: 1px solid #e4e4e4;
    padding: 10px;
    text-align: center;
    margin: 20px;
	float: right;
    display: inline-block;
    font-size: 11px;
    color: #8f8b8b;
	width: auto;
	}
	
.fm-delete{    
	border: 1px solid #fb5252;
    padding: 10px;
    text-align: center;
    margin: 20px;
    display: inline-block;
    font-size: 11px;
    width: 100px;
    float: right;
    background: #fb5252;
	cursor:pointer;
	transition: 0.5s;
    color: #fff;
	}
	
.fm-delete:hover{
	background:#fff;color:#000;
	border:1px solid #ededed;
	transition: 0.5s;
	}
	
#ft-footer{
	background: #fbfbfb;
    padding: 30px 0px;
    bottom: 0;
	*margin-top: -25px;
	*box-shadow: 15px 15px 20px 20px #a7a5a5;
    width: 100%;
    color: #9faac1;
	}
	
.ft-footer{
	width: 80%;
    float: none;
    margin: auto;
	}
	
span.footerlogo{
	*border: 1px solid;
    display: block;
    margin: 5px 0px;
    height: 80px;
    width: 100px;
    max-width: 100%;
	}
	
.footertext{
	display: block;
    width: 45%;
	float:left;
    *text-align: justify;
    line-height: 1.7em;
    font-size: 14px;
	color:#707070;
	}
	
.copyright-all{
	border-top: 1px solid #cacaca;
    width: 100%;
    display: inline-block;
    text-align: center;
    padding-top: 30px;
    color: #333;
    margin-top: 20px;
    font-weight: 700;
    font-size: 12.99px;
	}
	
.ft-links{
	float: right;
    padding: 70px 20px;
    width: 55%;
    box-sizing: border-box;
	text-align: center;
	}

.footerlinks{
	border-left: 1px solid #ccc;
    padding: 0px 10px;
    width: 80px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
}

a.router-link-active.router-link-exact-active.footerlinks{
	border-left: 0px;
}

a.ft-footerlinks {
	color: #ccc;
    text-decoration: none;
    border-right: 1px solid #344c81;
    padding: 5px;
    font-size: 12.99px;
	}
	
a.ft-footerlinks:nth-child(5){
	border:0;
	}
	
.premiumlink{
	border: 1px solid #000;
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    background: #333;
	transition:0.5s;
	}
	
.premiumlink:hover{
    color: #333;
	border:1px solid #000;
    background: #fff;
	transition:0.5s;
	}
	
span.description{display: inline-block;
    width: 100%;
    padding: 30px;
	color: #8f8f8f;
    padding-top: 0;
	}
	
.menu{    
	font-size: 12.5px;
    font-weight: 400;
    color: #7c90c3;
	/*width: 80%;*/
    float: none;
    padding: 20px 20px;
    background: #fff;
    margin: 15px auto;
    box-shadow: 0 4px 13px 0 rgb(0 0 0 / 8%);
    border-radius: 3px;
	opacity: 0.9;
	}
	
.rightsection{
	display: inline-block;
    width: 100%;
	}

	.square{
		display:none;
		position: relative;width: 50px;height: 50px;top: 50%;left: 50%;background: #fbfbfb;margin-top: 60px;transform: rotate(45deg);
	}
	
.clear{
	border: 1px solid #ed7916;
    display: inline-block;
    border-radius: 1px;
    transition: 0.5s;
    color: #f5f5f5;
    cursor: pointer;
    background: #000;
    margin: 0px 5px;
    padding: 10px 30px;
    width: 30%;
    text-align: center;
    opacity: 0.9;
	text-transform: uppercase;
    font-size: 13px;
	}
	
.clear:hover{
	transition: 0.5s;
    background: #d96c10;
    color: #fff;
    border: 1px solid #f5f5f5;
	}	

	.toggle {
        position : relative ;
        display : inline-block;
        width : 90px;
        padding: 10px;
        background-color: #e8e8e8;
        border-radius: 30px;
		cursor:pointer;
    }
    .toggle:after {
        content: '';
        position: absolute;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #fff;
        top: 1px; 
        left: 1px;
        transition:  all 0.5s;
    }
            
    p {
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
    }
            
    .checkbox:checked + .toggle::after {
        left : 53px; 
    }
            
    .checkbox:checked + .toggle {
        background-color: #5974af;
    }
            
    .checkbox { 
        display : none;
    }
.notification{
	font-size: 11px;
    padding: 0px 10px;
    font-weight: 700;
    color: #7c90c3;
	}
	
	
.clearcontrol{
	text-align: center;
    display: inline-block;
	width: 100%;
	}	

.more{
	text-align: right;
    padding: 20px 50px 20px 50px;
    margin: 30px 0px;
}

.morebtn{
	background: #fbfbfb;
    padding: 15px 50px;
    border: 0;
    font-size: 20px;
	transition: 0.5s;
    cursor: pointer;
}

.morebtn:hover{
	background: #333;
	color:#f5f5f5;
    padding: 15px 50px;
    border: 0;
    font-size: 20px;
	transition: 0.5s;
}

.prem{
	float: right !important;
}

.topnav {
  overflow: hidden;
  width: 80%;
  float: left;
}

.topnav a {
  float: left;
  display: block;
  color: #707070;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  color: #f58220;
}

.topnav a.active {
  color: #f58220;
}

.topnav .icon {
  display: none;
}

.selectfix{
	padding-left: 0 !important;
	
}

.select-fix{
	width: 100% !important;
	
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 15px;
    top: 10px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
	text-decoration: underline;
  }
}


.toplogo{
	width: 20%;
    float: left;
    display: block;
	}

.topmenu{
    width: 70%;
    float: left;
    display: inline-block;
    padding: 3px;
}
	
@media screen and (max-width: 768px){

body{
	background-size: contain;
	
}
th, center{
	width: 100% !important;
	max-width: 100% !important;
}
td, tr, table, tbody{
	max-width: 100% !important;
}

.selectfix{
	padding-left: 0;
	
}

.select-fix{
	width: 100%;
	
}

.topheader {
    width: 100%;
	padding: 0;
}

.toplogo {
    width: 100%;
    display: block;
    float: none;
    padding: 10px;
}

.header {
    padding-bottom: 0px;
}

.topmenu {
    width: 100%;
	background: #f5f5f5;
}

.topnav {
    width: 100%;
}

.topnav a.icon {
    background: #f58220;
    top: 10px;
    position: relative;
	right: 15px;
}

.more {
    text-align: center;
}

.contentmail{
    width: 100%;
}

.address-list {
    width: 100%;
}

ol{
	width: 100%;
}

.fm-date {
	width: 50%;
    border: 0;
    color: #878583;
    font-weight: 400;
    font-size: 12px;
    float: none;
    margin: auto;
    margin-bottom: 20px;
    background: #f5f5f5;
    display: block;
}

.square{
	display:none;
}

.premium {
    padding: 20px 0px;
    text-align: center;
	position: relative;
	}
	
.premiumlink {
    padding: 10px 15px;
    font-size: 12px;
	}
	
.box {
    width: 90%;
	}
	
.line {
    width: 100%;
	}

input[type="text"] {
	font-size: 14px;
    }
	
.content {
    width: 90%;
	}
	
.menu {
    width: 90%;
	}
	
.ft-footer {
    width: 90%;
	}
	
.footertext {
    width: 100%;}

.ft-links {
	width: 100%;
	padding: 70px 0px;
    text-align: center;
	}

.footerlinks {
    margin-bottom: 5px;
}

.clear{
	width:auto !important;
}

.topheader {
    text-align: center;
}

span.footerlogo {
    float: left;
    margin: auto;
	margin-bottom: 20px;
	}
	
#ft-footer {
    margin-top: 30px;
	}

}


/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  border-top: 0;
    border-right: 0;
}

/* Style the buttons inside the tab */
.tab button {
      background: #eee;
	  border: 1px solid #ccc;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
  font-size: 12.9px;
  font-weight: 700;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #333;
    color: #fff;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  background: #f5f5f5;
  border-top: none;
}

input.mailtext{
    padding: 10px;
    border: 1px solid #ccc;
	width: 100%;
	}

input[type="text"].mailtext:hover  {
    padding: 10px;
    border: 1px solid orange;
	opacity:0.4;
	}	

input[type="text"].mailtext:focus  {
    padding: 10px;
    border: 1px solid orange;
	opacity:0.9;
	outline: none;
	border-radius:3px;
	}	

.hicol-2:hover > hicol-3{

animation: redzoomz 0.7s forwards;
}


@keyframes redzoomz {
    0% {
		opacity:1;
		background:green;
    }	
	
    100% {
	background:red;
	color:green;
		opacity:0;
    }
}
	
.labeltext{
	background: #f3f3f3;
    padding: 10px;
    text-transform: uppercase;
    font-size: 12px;
    color: #777;
	text-align:center;
	display:block;
	    border: 1px solid #eee;
		font-weight: 700;
		
		
}
.selcss{
	padding: 10px;
    border: 1px solid #eee;
    width: 90%;
    margin: auto;
    float: right;
    display: block;
    position: relative;
    top: -1px;
    padding-left: 5px;
;
	}
.genbutton{
	padding: 10px;
    width: 100%;
    background: orange;
    border: 1px solid orange;
    color: #fff;
	border-radius: 3px;
	}
	
.genbutton1{
	padding: 10px;
    width: 100%;
    background: #333;
    border: 1px solid #333;
    color: #fff;
	border-radius: 3px;
	}

.genbutton:hover{
	background:#e39404;
	border:1px solid #e39404;
	color:#fff;
	cursor:pointer;
	transition:0.4s;
}

.genbutton1:hover{
	background:#e39404;
	border:1px solid #e39404;
	color:#fff;
	cursor:pointer;
	transition:0.4s;
}



input.results{
	    padding: 10px;
    border: 1px solid #eee;
    box-sizing: border-box;

}

.hicol-1{
float:left;
width:20%;
display:table-cell;
    padding: 10px;
	padding-left: 0px;
}

.hicol-2{
float:left;
width:40%;
display:table-cell;
    padding: 10px;
	padding-left: 0;
}

.hicol-3{
float:left;
width:25%;
padding-left: 0px !important;
display:table-cell;
    padding: 10px;
}

.hicol-4.hicol-4{
float:left;
width:15%;
display:table-cell;
    padding: 10px;
	padding-left: 0px;
}

::placeholder {
  color: #ccc;
  font-size:12px;
}

button.copybtn{
	width: 55%;
    text-align: center;
    margin: auto;
    display: block;
    float: right;
	}
.alarms{
    background: #f3f3f3;
    float: right;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    font-size: 15px;
    color: #000;
    text-align: right;
}

.mainnext{
	width:80%;
	float: none;
    margin: auto;
}

@media screen and (max-width: 768px){

body {
    width: 90%;
}

.labeltext {
    color: #ff9800;
	font-weight:400;
	background: none !important;
	border:0;
    border-bottom: 1px solid #dfdfdd;
}

.mainnext{
	width:90%;
}

.tab button.active {
    background-color: #333;
    color: #fff;
    width: 50%;
	}
	
.tab button {
    color: #333;
    width: 50%;
	}
.tab {
    border: 1px solid #ccc;
}	

.hicol-1 {
    width: 100%;
}	

.hicol-3 {
    float: left;
    width: 40%;
    display: table-cell;
    padding: 10px;
    padding-right: 0;
    margin-left: 10px;
	}
.hicol-2 {
    width: 50%;
	padding-top: 0;
	}
	
.hicol-2-res {
    width: 100%;
	padding-right: 0;
	padding-top: 0;
    padding-bottom: 20px;
	}

.col3-fix{
	    width: 50%;
		margin-left: 0;
		padding-top: 0;
	
}

.hicol-4.hicol-4 {
    width: 50%;
	float: right;
    padding: 0;
}	

.col-3-btn{
padding:0;
margin-left: 0;
margin-right: 10px;
}
button.copybtn {
    width: 100%;
	}
.genbutton1 {
	float: right;
    width: 80%;}

.genfix{
width:100% !important;
}

input.mailtextfix {
    padding: 10px;
    background: #fafafa;
    border: 1px dashed #aaa;
    color: #aaa;
    font-size: 14px;
	}
.selcss {
    width: 100%;
	}
.fixcol-3{
    width: 100%;
    margin-left: 0px;
	    padding-left: 0;
		padding-top: 0;
	}
.fixcol-2{
width:100%;
    padding-right: 0;
	padding-top: 0;
    padding-bottom: 20px;
}

h3{
text-align: center;
}

}

@media screen and (max-width: 360px) {
  .hicol-2 {
    width: 100%;
	padding-right: 0;
  }
.col3-fix {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
	padding-top: 0;
  
}

input[type="text"].mailtext:hover {
    padding: 10px;
    border: 1px solid orange;
    opacity: 1;
}

@media screen and (max-width: 320px) {
  
}