@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'), local('Roboto-Regular'), url(../fonts/Roboto-Regular.woff2) format('woff2'), url(../fonts/Roboto-Regular.woff) format('woff');
}
html {
    height: 100%;
}
body {
    font-family: 'Roboto' !important;
    position: relative;
    min-height: 100%;
}
#wrap {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -40px;
    padding: 0 0 40px;
}

#footer {
   height: 40px;
   background-color: #1c3f90 ;
   color: #fff;
   position: absolute;
   right: 0;
   bottom: 0;
   left: 0;
   width: 100%;
}
#footer > .container {
    padding: 10px 15px 0px;
    font-size: 13px;
}
.dbNavBar {
    background-color: #1c3f90 !important;
    border: none !important;
}
.dbNavbarRight {
	padding: 14px 0px 2px;
}
.dbNavInput {
    padding: 3px;
    display: inline-block;
    vertical-align: top;
}
.dbNavInput input {
	border-radius: 3px;
    border: none;
    padding: 3px;
}
.dbNavInput span a{
	font-size: 12px;
	color: #9cb4d8;
	cursor: pointer;
}
.dbNavbarLogo {
	padding: 12px 0px 0px 10px;
    position: relative;
}
.dbNavbarLogo img {
	height: 25px;
}
.navbar-default{
	background-color: #4c66a4;
	border-bottom: none;
}
.navbar-form label{
	color: #fff;
	font-size: 13px;
	font-weight: normal;
}
.navbar-form  .input-sm{
	border-radius: 0;
}
.navbar-toggle {
	color: #fff;
}
.navbar-toggle:hover {
	color: #1c3f90;
}
.login-btn {
 	border-radius: 4px;
    font-size: 13px;
    line-height: 21px;
    font-weight: bold;
    padding: 3px 6px 3px 6px;
    border: solid #29447e  1px;
}
.login-btn:hover {
    background-color: #1c3f90 !important;
    border-color: #2e6da4 !important;
}
.dbForm {
	background-color: #ffffff;
    padding: 20px;
    color: #798389;
    box-shadow: 0px 0px 15px -2px #1c3f90;
    margin-top: 30px;
}
.dbRow {
	margin: 70px 0px 5px;
}
.dbLogo {
	text-align: center;
    margin-bottom: 10px;
    font-size: 13px;
}
.dbLogo img {
	height: 35px;
}
.dbInput {
	font-size: 17px !important;
}
.dbCont {
	color: #32a2d0;
	text-align: justify;
	padding-right: 55px;
}
.dbConSpan {
	padding-bottom: 5px;
	font-size: 13px;
}
.dbFooterCont {
	float: right;
}
.dbFooterSpanClass {
	margin-left: 20px;
}
.form .form-control {
	margin-bottom: 10px;
}
.dbLogin span a{
	cursor: pointer;
}
.popupMainCont {
	position: fixed;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background-color: rgba(0,0,0,0.6);
	z-index: 6000;
}
.popupBox {
	position: relative;
	height: 100%;
	width: 100%;
}
.popupImgCont {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	max-height: 100%;
	max-width: 100%;
	width: 350px;
	padding: 0px 0px 0px 20px;
	background-color: #fff;
}
.dbLogSignBtn {
    background-color: #1c3f90;
}
.dbLogSignBtn:hover {
    background-color: #2f7bc6;
}
.dbQCont {
    display: -webkit-flex;
    display: flex;
}
.dbQLCont {
    text-align: left;
    color: #1c3f90;
    font-size: 13px;
    margin-top: 10px;
    cursor: pointer;
    -webkit-flex: 1;
    -ms-flex: 1;   
    flex: 1;
}
.dbQRCont {
    text-align: right;
    color: #1c3f90;
    font-size: 13px;
    margin-top: 10px;
    cursor: pointer;
    -webkit-flex: 1;
    -ms-flex: 1;    
    flex: 1;
}
.dbLoginIconCont {
    -webkit-flex: 1;
    -ms-flex: 1;   
    flex: 1;
    border: 1px solid #e0e0e0;
    height: 34px;
    margin: 5px 5px 25px;
    border-radius: 4px;
    cursor: pointer;
}
.dbLoginIconCls {
    float: left;
    padding: 0px 5px 0px 10px;
    line-height: 30px;
}
.dbLoginIconCls img {
    width: 16px;
    height: 16px;
}
.dbLoginCls {
    text-align: center;
    font-size: 12px;
    line-height: 32px;
}
.dbLoginIconCont a {
    color: inherit;
    text-decoration: inherit;
}
.dbSocialCont {
    font-size: 16px;
    margin-top: 10px;
}
.dbSocialCont a:hover, .dbSocialCont a:focus {
    text-decoration: none;
}
.dbSocialIconCls {
    padding: 0px 5px 0px 10px;
    display: inline-block;
}
.dbSocialIconCls img {
    width: 18px;
    height: 18px;
}
@media (min-width:992px) {
    .dbSocialCont {
        margin-top: 80px;
    }
}
/* change chrome autosaved field color */
input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
.app-search {
    position: relative;
    margin-top: -3px;
    margin-bottom: 8px;
    margin-right: 0px;
    margin-left: 10px;
    width: 260px;
}

.app-search .form-control,
.app-search .form-control:focus {
    border: none;
    font-size: 13px;
    color: #444444;
    padding-left: 40px;
    background: #edf1f2;
    box-shadow: none;
    border-radius: 4px;
    margin-top: 1px;
    height: 30px;
}

/*.app-search:before {
  content: "\f002";
  position: absolute;
  left: 12px;
  font-family: FontAwesome;
  cursor: pointer;
  top: 7px;
  color: #c4c4cd;
  display: inline-block;
}*/

#search_icon {
    position: absolute;
    top: 9px;
    margin-left: 13px;
    color: rgba(0,0,0,.3);
    cursor: pointer;
}
.app-search .form-control::-moz-placeholder {
    color: #c4c4cd;
}
.ui-widget.ui-widget-content {
    z-index: 20000;
}
.dbLoginBtnCont {
    position: absolute;
    right: -30px;
}
.dbLoginBtnCont a {
    padding: 10px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}
.dbLoginBtnCont i {
    color: #ffffff;
}
#header-button-cont a:hover, #header-button-cont a:focus {
    text-decoration: none !important;
}

/************* Agent Signup page **********/
.agentSignupForm{
    background-color: #ffffff;
    padding: 20px;
    color: #798389;
    box-shadow: 0px 0px 15px -2px #1c3f90;
    margin: 30px 0;
    overflow: auto;
}
.agentTitle {
    padding-left: 15px;
}
.form-group {
    margin-bottom: 15px !important;
    padding-left: 15px;
    padding-right: 15px;
}
.fileCont {
    height: 46px;
    font-size: 16px;
    position: relative;
    padding: 10px 0 10px 16px;
}
.btn-file {
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0px;
    height: 100%;
    background: #1c3f90;
    padding: 10px;
    border-radius: 0 3px 3px 0;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

@media (min-width:768px) {
    #wrap{
        /*margin-bottom:89px;*/
    }
    .dbLogin, #header-button-cont {
        display: none;
    }
    .navbar-form input[type="password"]{
        margin-left: 3px;
    }
    .navbar-form .login-btn{
        margin-left: 10px;
        margin-top: 24px;
    }
    #home{
        margin-top: 50px;
    }
    #home .form-inline .form-control {
        display: inline-block;
        width: 100%; 
        vertical-align: middle;
    }
    .fileGroup {
        width: 49%;
        padding-right: 0;
    }
}
@media (max-width:767px) {
    .dbCont, #footer, .dbNavbarRight, .dbLoginCls, #header-link-cont {
        display: none;
    }
    .dbLogin {
        margin-top: 20px;
    }
    .dbLoginIconCls {
        margin-left: calc(50% - 15px);
    }
}
@media (min-width: 992px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
        width: 33%;
    }
    .fileGroup {
        width: 49% !important;
    }
}