
@font-face {
  font-family: 'myriadpro';
  font-weight: 400;
  font-style: normal;
  src: url('/Content/fonts/myriadpro/myriadpro.eot');
  src: url('/Content/fonts/myriadpro/myriadpro.eot?#iefix') format('embedded-opentype'),
       url('/Content/fonts/myriadpro/myriadpro.woff') format('woff'),
       url('/Content/fonts/myriadpro/myriadpro.ttf') format('truetype'),
       url('/Content/fonts/myriadpro/myriadpro.svg#SourceSansPro') format('svg');
}
@font-face {
  font-family: 'Roboto-Regular';
  font-weight: normal;
  font-style: normal;
  src: url('/Content/fonts/Roboto-Regular/Roboto-Regular.eot');
  src: url('/Content/fonts/Roboto-Regular/Roboto-Regular.eot?#iefix') format('embedded-opentype'),
       url('/Content/fonts/Roboto-Regular/Roboto-Regular.woff') format('woff'),
       url('/Content/fonts/Roboto-Regular/Roboto-Regular.ttf') format('truetype'),
       url('/Content/fonts/Roboto-Regular/Roboto-Regular.svg#SourceSansPro') format('svg');
}
html{
	height:100%;
}
body {
   margin:0 auto;
   width:100%;
   padding:0;
   font-family: "Roboto-Regular",  Helvetica , Arial,sans-serif;
   background-color: #e7ecf2;
}

a { transition: all 300ms ease 0s; }

a:hover, a:active{ text-decoration:none; }
.row-10:before {
    display: table;
    content: " ";
}
.row-10 {
    margin-left:-10px;
    margin-right:-10px;
	width:100%;
	float:left;
}
/* login css */

/* Rahul Css End*/
.table {
    display: table;
	height:100%;
	margin-bottom:0;
}
.cell {
    display: table-cell;
    vertical-align: middle;
	height:100%;
}
.height-full{
	height:100%;
}
.content.inner.login-inner {
    max-width: 700px;
	width:100%;
	margin:0 auto;
}
.left-login{
	background-color:#0d507e;
	float: left;
    width: 50%;
	height: 350px;
	border-radius: 5px 0 0 5px;
}
.right-login{
	background-color:#fff;
	float: left;
    width: 50%;
	border-radius: 0 5px 5px 0;
	box-shadow: 2px 0px 9px 0px #DCE1E5;
	-webkit-box-shadow: 2px 0px 9px 0px #DCE1E5;
	-moz-box-shadow: 2px 0px 9px 0px #DCE1E5;
	-o-box-shadow: 2px 0px 9px 0px #DCE1E5;
}
.left-login h1 {
    color: #ffffff;
    font-family: myriadpro;
    font-size: 30px;
    margin-top: 22px;
    text-align: center;
}
.left-login img {
    margin-top: 70px;
}
.login-signup-tab li {
    float: left;
    width: 50%;
	text-align: center;
}
.login-signup-tab li a {
    background: #e2e2e2 none repeat scroll 0 0;
    color: #073a5e;
    display: block;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0;
    text-transform: uppercase;
}
.login-signup-tab li a.active{
	background-color:#fff;
}
.login-filed {
    margin-top: 100px;
    width: 80%;
	margin-left:auto;
	margin-right:auto;
}
.login-filed input#inputUserID {
    border-radius: 5px 5px 0 0;
}
.login-filed input#inputPassword{
    border-radius: 0 0 5px 5px ;
}
.login-filed button.btn-block {
    background-color: #4595da;
    border-radius: 5px;
    font-size: 16px;
    font-weight: bold;
    margin: 25px 0;
    padding: 10px 0;
}
h1 img {
    padding: 5px;
    background: #fff;
    border-radius: 3px;
}
#inputUserID {
    background: rgba(0, 0, 0, 0) no-repeat scroll 8px 12px;
    border: 1px solid #1a5782;
    color: #c7d0d7;
    height: 45px;
    padding-left: 35px;
    margin: 0;
}
#inputPassword {
	background: rgba(0, 0, 0, 0) no-repeat scroll 8px 20px;
    padding-left: 35px;
	height: 45px;
	color:#c7d0d7;
	border-left: 1px solid #1a5782;
	border-right: 1px solid #1a5782;
	border-bottom: 1px solid #1a5782;
	border-top:none;
	box-shadow: 0 2px 0 0 #5b88a9;
}
#inputPassword.form-control:focus {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
#inputUserID::-webkit-input-placeholder ,
#inputPassword::-webkit-input-placeholder{
   color: #c7d0d7;
}

#inputUserID:-moz-placeholder,
#inputPassword:-moz-placeholder { /* Firefox 18- */
   color: #c7d0d7;  
}

#inputUserID::-moz-placeholder,
#inputPassword::-moz-placeholder {  /* Firefox 19+ */
   color: #c7d0d7;  
}

#inputUserID:-ms-input-placeholder,
#inputPassword:-ms-input-placeholder  {  
   color: #c7d0d7;  
}

.login-wrapper {
    background: rgba(0, 0, 0, 0) url("../Images/bg-login.jpg") no-repeat scroll center center / 100% 100%;
    height: 100%;
}
.login-wrapper .content-wrapper {
    overflow: hidden;
}
.right-login {
    background-color: rgba(32, 99, 146, 0.72);
    border-radius: 5px;
    float: left;
    width: 100%;
	box-shadow:none;
	position:relative;
	padding-bottom: 10px;
}
.right-login h1 {
    background: #1e618f;
    border-radius: 5px 5px 0 0;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    padding: 20px 0;
    text-align: center;
}
.content.inner.login-inner{
	max-width:430px;
}
.login-signup-tab li {
    float: left;
    text-align: center;
    width: 100%;
}
.login-filed{
	margin-top:0;
}
ul.login-signup-tab {
    width: 100%;
    float: left;
    margin-bottom: 0;
    padding-left: 0;
}
.login-signup-tab li {
    color: #ffffff;
    float: left;
    font-size: 18px;
    font-weight: 600;
    padding: 14px 0;
    text-align: center;
    width: 100%;
	list-style:none;
}
.login-signup-tab li:nth-child(2) {
    padding: 5px;
    line-height: 10px;
    position: relative;
    top: -20px;
    margin-bottom: -10px;
    font-style: italic;
}
.login-signup-tab li small {
    line-height: 5px;
    font-size: 12px;
    font-weight: normal;
    color: #ccc;
}
.login-filed button.btn-block {
    background-color: #489be0;
	 box-shadow: 0 1px 1px 0 #225274;
}
.forgot-link {
    color: #c7d0d7;
    display: block;
    float: right !important;
    font-size: 12px;
    margin: 18px 0;
}
.top-arrow-blue{
    left: 45%;
    position: absolute;
    top: -24px;
}
h3 {
    font-size: 14px;
    font-weight: bold;
    color: #e8e7e7;
    text-align: center;
}
h4{
	margin-bottom:0;
	margin-top:0;
	color:#30465c;
	font-size:36px;
}
p.note-msg {
    color: #fff200;
    font-size: 16px;
    padding-top: 8px;
    width: 100%;
    float: left;
}


/* DenticonBackUp home css */
header{
	background-color:#f6f6f6;
}
.cell.logo {
    width: 195px;
	padding-left: 15px;
}
.header-right {
    background: url("../Images/blue-header1.png") no-repeat scroll left 0px center;
    height: 65px;
    padding-right: 0px;
}
.header-right-inner {
    background: url("../Images/blue-header2.png") no-repeat scroll left 0px bottom;
    height: 65px;
    margin-left: 72px;
    background-size: cover;
}
.header-right ul li {
    display: inline-block;
}
.vertical-top{
	vertical-align:top !important;
}
.header-right ul{
	padding-right:15px;
	padding-left:0;
}
.header-right ul li {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    margin-top: 14px;
}
.header-right ul li.user-name {
    color: #fff;
    font-size: 12px;
    margin-left: 10px;
    margin-right: 20px;
}
.main-content{
	background-color:#fff;
	width:100%;
	float:left;
	margin-top:25px;
}
.container-custom{
	max-width:720px;
	width:100%;
}
.posRelative{
    margin: 12px 8px;
}

.posRelative select{    
    width:100%;
    height: 25px;
}

ul.art-vmenu{
  display:none;
  position:absolute;
  width:100%;
  z-index:11;
  -webkit-transition:opacity 1.0s ease-in-out;
  -moz-transition:opacity 1.0s ease-in-out;
  -o-transition:opacity 1.0s ease-in-out;
  transition:opacity 1.0s ease-in-out;
  padding-left:0;
  top:47px;
}
ul.art-vmenu.open{
  opacity:1;
  display:block;
}
.art-vmenu > li {
    background: #ffffff none repeat scroll 0 0;
    border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	border-bottom:1px solid #cdcdcd;
    color: #6d7280;
    font-size: 13px;
    padding: 8px 5px;
	cursor: pointer;
	list-style:none;
}
label.textChange {
    border: 1px solid #b7b7b7;
    border-radius: 4px;
    color: #6d7280;
    cursor: pointer;
    font-family: "Roboto-Regular";
    font-weight: normal;
    margin-right: 0px;
    margin-top: 9px;
    padding: 2px 10px;
	width: 100%;
	position:relative;
}
label.textChange span {
    position: absolute;
    right: 10px;
    top: 14px;
}
label.textChange small,
label.textChange small em {
    color: #9d9d9d;
    font-size: 13px;
	font-style:normal;
}
.cell.officeLabel {
    width: 60px;
	position: relative;
    top: 5px;
}
label.textChange .caret{
	position: relative;
    top: 6px;
	float:right;
}
.margin-top-5{
	margin-top:5px !important;
}
.margin-top-10{
	margin-top:10px !important;
}
.main-top {
    border-bottom: 1px solid #eaeaea;
    width: 100%;
    float: left;
    padding: 25px 0 20px;
}
.container-custom {
    max-width: 720px;
    width: 100%;
    margin: 0 auto;
}
.full-container{
	width:100%;
	float:left;
}
span,p{
	color:#30465c ;
	font-family: 'myriadpro';
}
label {
    display: inline-block;
    font-weight: 700;
    font-size: 20px;
    font-weight: normal;
    color: #395678;
}
span{
	font-size:16px;
}
p{
	font-size:15px;
}
.main-bottom{
	width:100%;
	float:left;
	padding-bottom: 50px;
}
.main-bottom p {
    text-align: center;
    padding: 25px 0 5px;
}
.sefFont {
    font-size: 35px;
    vertical-align: top;
    margin-bottom: 0;
    line-height: 30px;
}
.tile-wrapper{
	-webkit-box-shadow: 0px 0px 7px 1px rgba(130,130,130,1);
	-moz-box-shadow: 0px 0px 7px 1px rgba(130,130,130,1);
	box-shadow: 0px 0px 7px 1px rgba(130,130,130,1);
}
.tile-wrapper h3 {
    font-weight: normal;
    color: #30465c;
    font-size: 23px;
    text-align: left;
    padding-left: 40px;
}
.tile-wrapper .tile-top{
	background-color:#f5f5f5;
	padding: 25px 0;
}
.tile-wrapper .tile-bottom{
	background-color:#4285f4;
	padding: 8px 0;
}
.tile-bottom a {
    font-size: 20px;
    text-align: center;
    display: block;
}
.tile-bottom a span{
	font-size:20px;
	color:#fff;
	font-weight: normal;
	font-family: 'Roboto-Regular';
}
.tile-bottom a img {
    display: inline-block;
    margin-right: 10px;
    position: relative;
    top: -3px;
}
.no-border{
	border:none !important;
}
.no-box-shadow{
	box-shadow:none !important;
}
.date-start{
	color:#395678;
	font-size:18px;
	padding-top: 2px;
}
.tiles-div {
    padding: 15px 0 30px;
}
.calendar-img{
	width: 18px;
	max-width: none !important; 
	height: 18px;
	position:relative;
	top:-2px;
}
@media only screen and (max-width: 767px) {
    .container-custom {
        max-width:400px;
    }
	.main-content{
		padding-left:15px;
		padding-right:15px;
	}
	.cell.logo{
		width:100px;
	}
	.mobile-center{
		text-align:center;
	}
	.mobile-inline{
		display:inline-block !important;
	}
	.m-margin-top-15{
		margin-top:15px;
	}
}

.custom-message{
    width: 80%;
    margin: 10px auto 10px auto;
    color: whitesmoke;
    border: 1px solid red;
    clear: both;
    padding: 10px;
}

.centered {
     text-align: center;
}

.securityMsg {
    color: red;
}

.downloadButton:hover {
    color: #f3760c;
}

#date-fld1 {
    background-color: rgba(0, 0, 0, 0);
}

.centeredImage {
    margin: 0 auto;
}
/* bootstrap-datepicker css override - pointer moved from left to right*/
.datepicker:before {
    left:auto;
    right: 12px;
}
.datepicker:after {
    left:auto;
    right: 14px;
}
