﻿@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&display=swap');

@font-face { font-family: futura_lt_btlight; src: url(../fonts/futult_2-webfont.eot); src: url(../fonts/futult_2-webfont.eot?#iefix) format('embedded-opentype'), url(../fonts/futult_2-webfont.woff2) format('woff2'), url(../fonts/futult_2-webfont.woff) format('woff'), url(../fonts/futult_2-webfont.ttf) format('truetype'), url(../fonts/futult_2-webfont.svg#futura_lt_btlight) format('svg'); font-weight: 400; font-style: normal}

html{-ms-overflow-style: scrollbar !important;} /*for ie scroll fix*/

html
{	-webkit-text-size-adjust: none; /*for iphone small font size below 16px*/
}
body	
{	margin:0;
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	color:#666666; 
	font-size:16px;
	-webkit-text-size-adjust: 100%;/*for iphone small font size below 16px*/
	background:#fff;	
}

form{padding:0; margin:0;}


img	{ border:0; vertical-align:middle; height:auto; }

a	{ outline:none; text-decoration:none; color:#36ade0; }
div { outline:none;  }
a:hover	
{	text-decoration:none; color:#666;	
}
*
{	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
p{margin:0 0 15px 0;}

.fclear {clear:both; float:none; height:0px; overflow:hidden;}
.fleft  {float:left;}
.fright {float:right;}

.clearfix:before, .clearfix:after {
   content:"";
   display:table;
}
.clearfix:after {
   clear:both;
}
.pagemn {
    margin: 0 auto;
    width:1320px;
	padding:0 10px;
}

/*======== Start header and Menu class ========*/
.headermn
{	background:url(../images/topbg.jpg) no-repeat; height:215px; position:relative; min-width:1340px;
}
.logo
{	float:left; padding-top:46px;
}
.rightcall
{	float:right; color:#fff; font-size:28px; font-weight:600; padding-top:50px; line-height:1em;
}
.rightcall img
{	padding-right:5px; margin-top:-5px;
}	

.social_icon img {margin-left:4px;}
.menubar
{	background:rgba(0,0,0,0.25); padding:10px 0; text-align:right; position:absolute; bottom:0; width:100%;
	font-size:15px; color:#fff; font-weight:700;
}
.menubar span
{	font-weight:400; color:#1196cf; padding:0 5px;
}
.menubar a
{	text-transform:uppercase; color:#ffa21d;
}
.menubar a:hover
{	color:#fff;
}



/*======== Start footer class ========*/
.copyright_mn{float:left; width:100%; background:#505152; padding:10px 0; font-size:15px; min-width:1340px;}
.copyright{ float:left; color:#cccccc; padding:5px 0 5px 0}
.copyright a{  color:#fff; }
.f_social{ float:right; padding-top:4px;}
.f_social a{ color:#9b9b9c; }
.f_social a:hover{ color:#fff;}
.f_social a img
{	opacity:0.6; margin:0 2px;
}
.f_social a:hover img
{	opacity:1;
}

/*======== Start content class ========*/
.contantmn
{	padding:55px 0 80px; float:left; width:100%;
}
.contantmn h1
{	font-size:38px; color:#023c5e; font-weight:700; text-align:center; margin:0 0 10px; line-height:1em;
}
.contantmn h2
{	font-size:21px; color:#36ade0; text-align:center; margin:0 0 25px;
}
.social_icon
{	clear:right; float:right; margin-top:15px;
}

/* =============================================================================
   Scroll to Top
* ============================================================================= */
#return-to-top 
{   position: fixed;
    bottom: 30px;
    right: 20px; 
    background: rgba(0, 0, 0, 0.7);
    width: 35px;
    height: 35px;
    display: block;
    text-decoration: none;
    border-radius:100%;
	display: none;
    transition: all 0.3s ease;
    color: #FFF;
    font-size:16px;
	font-family:Verdana, Geneva, sans-serif;
}
#return-to-top:hover 
{   background: rgba(0, 0, 0, 0.9);
}
#return-to-top span 
{   font-size:19px;
    text-align: center;
    display: block;
    line-height:40px;
}


h1.title{font-weight:bold; font-size:38px; color:#023c5e; margin:0 0 32px 0; text-align:center; font-family: 'Open Sans', sans-serif; font-weight:700;}
.login_boxmn{max-width:440px; float:none; margin:0 auto; background:#1b96e5;padding:20px; border-radius:5px}
.login_box{ background:#ffffff; border-radius:5px; padding:30px; box-sizing:border-box}
.login_box p{color:#023c5e; margin:0; font-size:18px; font-family:futura_lt_btlight;}
.login_box p span{font-weight:bold;}
.email{border: 1px solid #c6cccf;
    border-radius: 3px;
    background: url(../images/login-user-bg.jpg) left top no-repeat #fff;
    font-size: 14px;
    margin-top: 12px;
    padding: 14px 5px 14px 55px;
	width: 100%;
	 box-sizing:border-box;
	 color: #8F9396;
}
.pass{    padding: 9px 5px 10px 55px;
    color: #8F9396;
    width: 100%;
    margin-bottom: 12px;
    border: 1px solid #c6cccf;
    border-radius: 3px;
    background: url(../images/login-pass-bg.jpg) left top no-repeat #fff;
    font-size: 21px;
	 box-sizing:border-box;
	 margin:10px 0 20px 0;
}
.login_btn{ 
    color: #fff;
	font-family:futura_lt_btlight, Arial, Helvetica, sans-serif;
    font-size: 22px;
    padding: 10px 30px;
    background: #02283e;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
	margin:0 0 15px 0
}
.login_btn:hover{background:#1b96e5}
.green_btn {
    color: #fff;
    font-family: futura_lt_btlight, Arial, Helvetica, sans-serif;
    font-size: 22px;
    padding: 5px 10px;
    background: #61b403;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 0 15px 0
}

    .green_btn:hover {
        background: #f89200
    }


.dashboard_content {padding:60px 0; margin:0 auto;}
.dashboard_content .pagemn{max-width:680px; width:auto; margin:0 auto; float:none}
.uploadfile{margin:0 auto; width:430px;}
.uploadfile_input{border:2px #e1e4e6 solid; border-radius:5px; padding:11px 12px; vertical-align:top; width:334px;}
.uploadfile_btn{background:url(../images/upload_btn_arrow.jpg) no-repeat right top; width:50px; height:45px; border:none; cursor:pointer; margin:0 0 0 10px}
.uploadfile_btn:hover{opacity:0.7}
.uploadfile small{font-size:14px; color:#023c5e; display:block; margin:4px 0 0 0; font-family:futura_lt_btlight;}
.table_mn{float:left; width:100%; margin:35px 0 0 0}
.table_mn h2{font-family: 'Open Sans', sans-serif; font-weight:700; color:#36ade0; font-size:19px; margin:0 0 12px;}
.fclear {clear:both; float:none; height:0px; overflow:hidden;}
.uploadfile p {font-family:futura_lt_btlight; font-size:18px; color:#023c5e;}

.dashboard_content
{	width:1320px;
}
.table_mn table
{	border:1px solid #cccccc;
}
.table_mn table th
{	background:#36ade0; color:#fff; font-size:15px; padding:8px;
}
.table_mn table td
{	color:#02283e; font-size:15px; padding:8px;
}
.table_mn tr:nth-child(2n+1) {
    background: none repeat scroll 0 0 #e4f7ff;
}
