/* =FONT-FAMILY LATO
================================================================*/
html,body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="text"],
input[type="email"],
input[type="password"],
textarea{
	font-family: 'Roboto', sans-serif;
}
/* Global CSS */
*{
	margin:0;
	padding:0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-weight: 700;
	margin: 36px 0 12px;
}
h1 {
	font-size: 32px;
	line-height: 1.3;
	color:#000;
	font-weight:600;
}
h2 {
	font-size: 24px;
	line-height: 1.3;
	color:#000;
	font-weight:600;
}
h3 {
	font-size: 19px;
	line-height: 1.3;
	color:#000;
	font-weight:600;
}
h4 {
	font-size: 16px;
	line-height: 1.3;
	color:#000;
	font-weight:600;
}
h5 {
	font-size: 14px;
	line-height: 1.3;
}
h6 {
	font-size: 13px;
	line-height: 1.3;
}
address {
	font-style: italic;
	margin-bottom: 24px;
}
abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}
b,
strong {
	font-weight: 700;
}
cite,
dfn,
em,
i {
	font-style: italic;
}
mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}
p {
	margin-bottom: 24px;
}
code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}
pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}
blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}
blockquote {
    background: none repeat scroll 0 0 #fff;
    border-left: 5px solid #ddd;
    font-size: 16px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.5em;
    margin-bottom: 24px;
    padding: 15px;
}
blockquote p{
	margin:0;
}
blockquote cite,
blockquote small {
	color: #3c3c3c;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}
blockquote em,
blockquote i,
blockquote cite {
	font-style: normal;
}
blockquote strong,
blockquote b {
	font-weight: 400;
}
small {
	font-size: smaller;
}
big {
	font-size: 125%;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
dl {
	margin-bottom: 24px;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 24px;
}
ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin: 0 0 0 20px;
}
img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}
figure {
	margin: 0;
}
fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}
legend {
	white-space: normal;
}

input[type="text"], 
input[type="email"],
input[type="password"],
select{
    background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: none;
    color: #565656;
    height: 40px;
    padding: 8px 12px;
    width: 100%;
}
textarea {
	background-color: #ffffff;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: none;
    color: #565656;
    padding: 8px 12px;
    min-height: 136px;
    width: 100%;
	font-size: 14px;
}
input[type="text"]:focus, 
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus{
	background-color: #ffffff;
    border: 1px solid #aaaaaa;
    box-shadow: none;
    color: #333333;
    outline: 0 none !important;
}
body {
    color: #333;
    font-size: 14px;
    line-height: 1.42857;
	background-color:#F7F7F8;
}
a {
	color: #2B4D7C; 
}
/* =TRANSITIONS/ANIMATIONS (CSS3) STYLES
================================================================*/
.tansition-css,
input[type="text"], 
input[type="email"],
input[type="password"],
textarea,
.sidebar .nav li a,
.main input[type="submit"],
.broker-listing .list-item{
	transition: all 0.3s linear 0s; 
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
}

/* Login section */
.login_body{
	background: #2B4D7C;
}
.container  .login-section {
	float: none !important;
	padding: 26px 30px;
	margin: 0 auto 0 !important;
	background: #fff;
	border-radius:4px;
}
.login-section label {
    font-size: 15px;
    font-weight: 500;
    line-height: 35px;
	color:#9a9a9a;
}
.login-section  form .clearfix{
	margin-top:32px;
}
.login-section .button-section{
    text-align: center;
}
.login-section input[type="submit"]{
	 background-color: #2B4D7C;
    color: #ffffff;
    opacity: 1;
    cursor: pointer;
	border:2px solid;
    font-weight: 400;
    opacity: 0.8;
    padding: 8px 16px;
	border-radius: 4px;
    font-size: 16px;
}
.button-section a{
	text-decoration:underline;
	color:#003399;
}
.error_message p{
	text-align:center;
	color: #e13300;
}
/* Flash massage CSS */
.alert-error {
    background: #eccecf none repeat scroll 0 0;
    border: 2px solid #9e0b0f;
    font-weight: bold;
    padding: 10px;
}
.alert{
	margin:0 15px 20px;
}
.alert p{
	margin:0;
}
a.cancel {
    cursor: pointer;
    float: right;
}
.success {
    background: #83B941 none repeat scroll 0 0;
    border: 2px solid #7a9b2c;
    font-weight: bold;
    margin-top: 18px;
    padding: 10px;
	color:#fff;
}
/* Sidebar CSS */
#content .sidebar{
	min-height: 100%;
	padding:0;
	position:fixed;
	color:#fff;
	background-image:url('../images/sidebar.jpg');
	background-repeat:no-repeat;
}
.sidebar ul#sidebar {
	position:relative;
	z-index:10;
	margin-left:0;
	margin-top: 30px;
}
.overlay{
	position:absolute;
	width:100%;
	height:100%;
	opacity:0.8;
	background: #2B4D7C;
	z-index:2;
}
.sidebar .logo {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 10px 15px;
	position:relative;
	z-index:10;
}
.sidebar .logo img{
	/*width:100%;
	height:auto; */
}
.sidebar ul {
    list-style: outside none none;
}
.nav > li {
    display: block;
    position: relative;
}
.nav > li > a {
    display: block;
    padding: 10px 15px;
    position: relative;
}
.sidebar ul li a {
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font-weight:500;
}
.sidebar .nav li.active > a {
    background: rgba(255, 255, 255, 0.23) none repeat scroll 0 0;
    color: #ffffff;
    opacity: 1;
}
.sidebar .nav li:hover > a {
    background: rgba(255, 255, 255, 0.13) none repeat scroll 0 0;
    opacity: 1;
}
.sidebar .nav i {
	float:left;
    font-size: 28px;
    line-height: 30px;
    margin-right: 15px;
    text-align: center;
}
.sidebar .nav p {
    font-size: 12px;
    font-weight: 600;
    line-height: 30px;
    margin: 0;
    text-transform: uppercase;
}
.sidebar .nav li > a {
    border-radius: 4px;
    color: #ffffff;
    margin: 5px 15px;
    opacity: 0.86;
}

.mobile_menu{
	display:none;
	background-color: rgba(255, 255, 255, 0.96);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding:10px 30px;
	font-size:35px;
	text-align:right;
}
.mobile_menu i{
	cursor:pointer;
}
.sidenav{
	display:none;
	min-height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: #111;
    overflow-x: hidden;
	width:250px;
	background-image:url('../images/sidebar.jpg');
	background-repeat:no-repeat;
}
/* Dashboard section */
#content .right-section {
    padding: 30px;
	float: right;
	word-wrap: break-word;
}
.broker-listing .list-head{
    color: #9a9a9a;
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
}
.broker-listing .list-item {
    border-bottom: 1px solid #ddd;
    line-height: 28px;
    padding: 10px 0;
}
.list-item .view_sess_wrap{
	padding-right:0;
}
.broker-listing .list-item:hover{
	background-color: #f5f5f5;
}
.broker-listing .list-item:last-child{
	border:0;
}
.right-section .no-msg{
	font-weight:600;	
}

.right-section .button-section {
    text-align: right;
}
.main input[type="submit"] {
    background-color: #2B4D7C;
    color: #ffffff;
    opacity: 1;
    cursor: pointer;
	border:2px solid;
    font-weight: 400;
    opacity: 0.8;
    padding: 8px 16px;
	border-radius: 4px;
    font-size: 16px;
}
.main input[type="submit"]:hover{
	background-color: #2B4D7C;
}
.main > div.clearfix {
    margin-bottom: 24px;
}
.add_button,
.remove_button{
	float:right;
	margin:6px 15px 8px 0;
}

.passwordsection{
	display:none;
}

#pencrypt {
    font-size: 25px;
}
#pencrypt span{
	vertical-align:sub;
}
#pencrypt a{
	font-size:15px;
	margin-left:10px;
	line-height:30px;
}
.label_wrapper input{
	margin-bottom:10px;
}
.listing-title h2{
	display:inline-block;
}
.right-section h2{
	display:inline-block;
}
a.add_listing{
	background-color: #2b4d7c;
	color:#fff;
	text-decoration:none;
	padding:6px 10px;
	margin-left:10px;
	border-radius:4px;
	float:right;
	opacity: 0.8;
}
a.back_link{
	float:right;
	background-color: #2b4d7c;
	color:#fff;
	text-decoration:none;
	padding:6px 10px;
	margin-left:10px;
	border-radius:4px;
	opacity: 0.8;
}
div.img_gallery_wrap .div_wrap,
div.img_gallery_wrap .new_div .new_div{
	display:inline-block;
	margin-bottom: 30px;
}
.form-group .add_image{
	margin:10px 0px;
}
.right-section .inner_wrap{
	padding:20px 0px;
	background-color: #ffffff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(63, 63, 68, 0.1);
    margin-bottom: 30px;
}
h2.listing-title{
	color: #333333;
    font-weight: 300;
    margin: 0;
	font-size: 22px;
    line-height: 30px;
}
.inner_wrap .title_wrap{
	margin-bottom:20px;
	padding:0px 15px;
}
.inner_wrap .form_label{
	margin-bottom:8px;
	color: #9a9a9a;
	text-transform:uppercase;
}
.form_field img.logo_form{
	max-width:120px;
	height:auto;
	margin-bottom:10px;
}
.img_gallery_wrap .form-group img{
	width:auto;
}

.login_body img{
  max-width: 100%;
  margin-bottom: 38px;
}

.container .loginwrapper{
	padding-top: 12%;
	width: 700px;
	margin: 0 auto;
}

.container .loginwrapper .imagesection{
	text-align: center;
}